]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
3e458135186b292348f807988dce442f5d543ea6
[gnu-emacs] / lisp / ChangeLog
1 2015-03-09 Eli Zaretskii <eliz@gnu.org>
2
3 * dired.el (dired-delete-file): Doc fix. (Bug#20021)
4
5 2015-03-06 Sergio Durigan Junior <sergiodj@sergiodj.net>
6 Thomas Fitzsimmons <fitzsim@fitzsim.org>
7
8 * net/eudcb-bbdb.el (eudc-bbdb-field): New function.
9 (eudc-bbdb-filter-non-matching-record): Call eudc-bbdb-field.
10 (eudc-bbdb-format-record-as-result): Likewise.
11
12 2015-03-08 Dmitry Gutov <dgutov@yandex.ru>
13
14 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Use
15 `font-lock-constant-face' for nil, true and false. Highlight
16 `self' as a keyword. (Bug#17733)
17
18 2015-03-08 Nobuyoshi Nakada <nobu@ruby-lang.org>
19
20 * progmodes/ruby-mode.el (ruby-syntax-before-regexp-re): Expect
21 beginning of regexp also after open brace or vertical bar.
22 (Bug#20026)
23
24 2015-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
25
26 * battery.el (battery-echo-area-format): Simplify default.
27 (battery-linux-sysfs): Standardize on energy&power. Accept ADP1
28 for AC adapter.
29
30 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Don't try to
31 unfold `closure's since byte-compile-unfold-lambda doesn't know how to
32 do it.
33
34 2015-03-06 Oscar Fuentes <ofv@wanadoo.es>
35
36 * net/browse-url.el (browse-url-firefox): Remove outdated
37 MS-Windows limitations.
38
39 2015-03-06 Thomas Fitzsimmons <fitzsim@fitzsim.org>
40
41 * net/eudcb-ldap.el (eudc-ldap-cleanup-record-simple): Mark as
42 obsolete.
43 (eudc-ldap-cleanup-record-filtering-addresses): Add docstring.
44 Don't clean up postal addresses if ldap-ignore-attribute-codings
45 is set. Combine mail addresses into one field. (Bug#17720)
46 (eudc-ldap-simple-query-internal):
47 Call eudc-ldap-cleanup-record-filtering-addresses instead of
48 eudc-ldap-cleanup-record-simple.
49 (eudc-ldap-get-field-list): Likewise.
50
51 2015-03-05 Ivan Shmakov <ivan@siamics.net>
52
53 * net/eww.el (eww-html-p): New function (bug#20009).
54 (eww-render): Use it.
55
56 2015-03-05 Artur Malabarba <bruce.connor.am@gmail.com>
57
58 * desktop.el (desktop-buffer-info): Write docstring.
59 (desktop-buffer-info): Use `pushnew' instead of `add-to-list' and
60 unquote lamda.
61
62 * emacs-lisp/package.el (package-refresh-contents): Update doc.
63
64 2015-03-05 Dmitry Gutov <dgutov@yandex.ru>
65
66 * progmodes/js.el (js-mode-syntax-table): Add an entry for `.
67
68 2015-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
69
70 Replace *-function vars with generic functions in cl-generic.
71 * emacs-lisp/cl-generic.el (cl--generic-generalizer): New struct.
72 (cl-generic-tagcode-function, cl-generic-tag-types-function): Remove.
73 (cl--generic-t-generalizer): New const.
74 (cl--generic-make-method): Rename from `cl--generic-method-make'.
75 (cl--generic-make): Change calling convention.
76 (cl--generic): Add `options' field.
77 (cl-generic-function-options): New function.
78 (cl-defgeneric): Rewrite handling of options. Add support for :method
79 options and allow the use of a default body.
80 (cl-generic-define): Save options in the corresponding new field.
81 (cl-defmethod): Fix ordering of qualifiers.
82 (cl-generic-define-method): Use cl-generic-generalizers.
83 (cl--generic-get-dispatcher): Change calling convention, and change
84 calling convention of the returned function as well so as to take the
85 list of methods separately from the generic function object, so that it
86 can receive the original generic function object.
87 (cl--generic-make-next-function): New function, extracted from
88 cl--generic-make-function.
89 (cl--generic-make-function): Use it.
90 (cl-generic-method-combination-function): Remove.
91 (cl--generic-cyclic-definition): New error.
92 (cl-generic-call-method): Take a generic function object rather than
93 its name.
94 (cl-method-qualifiers): New alias.
95 (cl--generic-build-combined-method): Use cl-generic-combine-methods,
96 don't segregate by qualifiers here any more.
97 (cl--generic-standard-method-combination): Segregate by qualifiers
98 here instead. Add support for the `:extra' qualifier.
99 (cl--generic-cache-miss): Move earlier, adjust to new calling convention.
100 (cl-generic-generalizers, cl-generic-combine-methods):
101 New generic functions.
102 (cl-no-next-method, cl-no-applicable-method, cl-no-primary-method):
103 Use the new "default method in defgeneric" functionality, change
104 calling convention to receive a generic function object.
105 (cl--generic-head-used): New var.
106 (cl--generic-head-generalizer, cl--generic-eql-generalizer)
107 (cl--generic-struct-generalizer, cl--generic-typeof-generalizer):
108 New consts.
109 * emacs-lisp/eieio-core.el (eieio--generic-generalizer)
110 (eieio--generic-subclass-generalizer): New consts.
111 (cl-generic-generalizers): New methods.
112 * emacs-lisp/eieio-compat.el (eieio--generic-static-symbol-generalizer)
113 (eieio--generic-static-object-generalizer): New consts.
114 (cl-generic-generalizers) <(head eieio--static)>: New method.
115 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
116 Unfold closures like lambdas.
117
118 2015-03-04 Filipp Gunbin <fgunbin@fastmail.fm>
119
120 * autorevert.el (auto-revert-notify-add-watch):
121 Fix handler installation. (Bug#20000)
122
123 2015-03-04 Rüdiger Sonderfeld <ruediger@c-plusplus.net>
124
125 * net/eww.el (eww-search-prefix, eww-open-file, eww-search-words)
126 (eww-same-page-p,eww-set-character-encoding): Fix docstring.
127 (eww): Do not end error messages with a period.
128
129 2015-03-04 Zhongwei Yao <ashi08104@gmail.com>
130
131 * net/tramp-adb.el (tramp-adb-connect-if-not-connected):
132 New user option.
133 (tramp-adb-ls-toolbox-regexp): Fix regexp in order to support file
134 names starting with a space.
135 (tramp-methods): Add `tramp-default-port' for "adb".
136 (tramp-adb-parse-device-names): Add traces. Return device names
137 with port, if present.
138 (tramp-adb-handle-directory-files-and-attributes): Quote all
139 remote file names.
140 (tramp-adb-get-device): New defun.
141 (tramp-adb-execute-adb-command, tramp-adb-maybe-open-connection):
142 Use it.
143 (tramp-adb-maybe-open-connection): Set `tramp-current-*'
144 variables. Remove checks for listed devices.
145
146 2015-03-04 Michael Albinus <michael.albinus@gmx.de>
147
148 * net/tramp.el (tramp): Add :link property.
149 (tramp-login-prompt-regexp): Allow also "user", as required by
150 Fritz!Box telnet.
151 (tramp-autoload-file-name-handler): Use "/".
152 (tramp-handle-unhandled-file-name-directory): Return nil when
153 required by the spec.
154
155 * net/tramp-cache.el (tramp-dump-connection-properties):
156 Use `with-temp-file'.
157
158 * net/tramp-sh.el (tramp-perl-file-attributes)
159 (tramp-perl-directory-files-and-attributes): Escape apostrophs in
160 file names.
161 (tramp-do-file-attributes-with-stat): Quote file name.
162 (tramp-sh-handle-directory-files-and-attributes): Fall back to
163 `tramp-handle-directory-files-and-attributes' in case of problems.
164 (tramp-do-directory-files-and-attributes-with-stat)
165 (tramp-sh-handle-file-name-all-completions)
166 (tramp-sh-handle-delete-directory)
167 (tramp-sh-handle-expand-file-name, tramp-sh-handle-process-file):
168 Normalize use of "cd".
169 (tramp-do-directory-files-and-attributes-with-stat): Use the
170 `quoting-style' arg of `ls' if possible. Make it also working for
171 file names with apostrophs.
172 (tramp-sh-handle-file-name-all-completions): Use arguments of `ls'
173 in proper order.
174 (tramp-do-copy-or-rename-file-via-buffer)
175 (tramp-sh-handle-file-local-copy): Use `with-temp-file'.
176 (tramp-get-remote-locale): Accept also \r in output.
177 (tramp-get-ls-command-with-quoting-style): New defun.
178 (tramp-get-inline-coding): Set `default-directory' to a local
179 directory. Sporadically, `call-process-region' does not handle a
180 remote default directory properly.
181
182 * net/trampver.el: Update release number.
183
184 2015-03-03 Agustín Martín Domingo <agustin6martin@gmail.com>
185
186 * textmodes/ispell.el (ispell-aspell-find-dictionary): Make sure
187 .dat files for aspell dicts are also searched for in location
188 described by `ispell-aspell-dict-dir', matching aspell's dict-dir
189 variable.
190
191 2015-03-03 Agustín Martín Domingo <agustin6martin@gmail.com>
192
193 * textmodes/ispell.el (ispell-dicts-name2locale-equivs-alist)
194 (ispell-hunspell-fill-dictionary-entry)
195 (ispell-find-hunspell-dictionaries)
196 (ispell-set-spellchecker-params): New generic name for
197 `ispell-hunspell-dictionary-equivs-alist'.
198 (ispell-aspell-add-aliases): Also use
199 `ispell-dicts-name2locale-equivs-alist' to get aspell aliases for
200 standard dict names.
201
202 2015-03-03 Glenn Morris <rgm@gnu.org>
203
204 * net/browse-url.el (browse-url-firefox-startup-arguments):
205 Make obsolete.
206 (browse-url-firefox): Doc fix. Remove -remote, which no longer
207 exists in Firefox 36. (Bug#19921)
208 (browse-url-firefox-sentinel): Remove function.
209
210 2015-03-03 Eli Zaretskii <eliz@gnu.org>
211
212 * frame.el (blink-cursor-timer-function): Don't increment
213 blink-cursor-blinks-done counter when a menu is active on a w32
214 frame. (Bug#19925)
215
216 2015-03-03 Juri Linkov <juri@linkov.net>
217
218 * comint.el (comint-line-beginning-position): Revert searching for
219 the prompt when comint-use-prompt-regexp is non-nil because it
220 doesn't distinguish input from output. Check the field property
221 `output' for the case when comint-use-prompt-regexp is nil.
222 (Bug#19710)
223
224 2015-03-03 Jérémy Compostella <jeremy.compostella@gmail.com>
225
226 * net/tramp-sh.el (tramp-remote-process-environment): Disable paging
227 with PAGER=cat. (Bug#19870)
228
229 2015-03-03 Glenn Morris <rgm@gnu.org>
230
231 * textmodes/flyspell.el (flyspell-duplicate-distance):
232 Bump :version.
233
234 2015-03-03 Eli Zaretskii <eliz@gnu.org>
235
236 * textmodes/text-mode.el (text-mode-syntax-table): Make some
237 punctuation character behave as word-constituent, for more
238 compatibility with Unicode.
239
240 * simple.el (transient-mark-mode): Doc fix. (Bug#19841)
241
242 2015-03-03 Agustín Martín Domingo <agustin6martin@gmail.com>
243
244 Improve string search in `flyspell-word-search-*`. (Bug#16800)
245 * textmodes/flyspell.el (flyspell-duplicate-distance): Limit
246 default search distance for duplicated words to 40000.
247 (flyspell-word-search-backward, flyspell-word-search-forward):
248 Search as full word with defined casechars, not as substring.
249
250 2015-03-03 Juri Linkov <juri@linkov.net>
251
252 Better support for the case of typing RET on the prompt in comint.
253 * comint.el (comint-get-old-input-default): Go to the field end
254 when comint-use-prompt-regexp is nil.
255 (comint-line-beginning-position): Check if point is already
256 on the prompt before searching for the prompt when
257 comint-use-prompt-regexp is non-nil. (Bug#19710)
258
259 2015-03-03 Eli Zaretskii <eliz@gnu.org>
260
261 * frame.el (frame-notice-user-settings): Refresh the value of
262 frame parameters after calling tty-handle-reverse-video.
263 Call face-set-after-frame-default with the actual parameters, to avoid
264 resetting colors back to unspecified.
265 (set-background-color, set-foreground-color): Pass the foreground
266 and background colors to face-set-after-frame-default. (Bug#19802)
267
268 2015-03-03 Wolfgang Jenkner <wjenkner@inode.at>
269
270 * net/network-stream.el (network-stream-open-tls): Respect the
271 :end-of-capability setting.
272
273 2015-03-03 Juri Linkov <juri@linkov.net>
274
275 Revert the previous change of comint-line-beginning-position callers,
276 and modify comint-line-beginning-position instead.
277
278 * comint.el (comint-history-isearch-search)
279 (comint-history-isearch-message, comint-history-isearch-wrap):
280 Use comint-line-beginning-position instead of field-beginning.
281 (comint-send-input): Use either end-of-line or field-end
282 depending on comint-use-prompt-regexp.
283 (comint-line-beginning-position): Search backward
284 for comint-prompt-regexp if comint-use-prompt-regexp is non-nil.
285 Use field-beginning instead of line-beginning-position
286 if comint-use-prompt-regexp is nil. (Bug#19710)
287
288 2015-03-03 Robert Pluim <rpluim@gmail.com> (tiny change)
289
290 * calendar/todo-mode.el (todo-item-done): When done items are
291 hidden, restore point to its location prior to invoking this
292 command. (Bug#19727)
293
294 2015-03-03 Eli Zaretskii <eliz@gnu.org>
295
296 * textmodes/artist.el (artist-ellipse-compute-fill-info):
297 Use mapcar, not mapc, to create the other half of fill-info.
298 (Bug#19763)
299
300 2015-03-03 Nicolas Petton <nicolas@petton.fr>
301
302 * emacs-lisp/authors.el (authors-ignored-files)
303 (authors-renamed-files-alist): Additions.
304
305 2015-03-03 Michael Albinus <michael.albinus@gmx.de>
306
307 * net/tramp.el (tramp-ssh-controlmaster-options): Don't use a
308 tempfile for ControlPath. (Bug#19702)
309
310 2015-03-03 Michael Albinus <michael.albinus@gmx.de>
311
312 * net/tramp.el (tramp-ssh-controlmaster-options): Use "%C" for
313 ControlPath if possible. (Bug#19702)
314
315 2015-03-03 Glenn Morris <rgm@gnu.org>
316
317 * emacs-lisp/authors.el (authors-obsolete-files-regexps)
318 (authors-valid-file-names, authors-renamed-files-alist): Additions.
319
320 2015-03-03 Alan Mackenzie <acm@muc.de>
321
322 CC Mode: Stop Font Lock forcing fontification from BOL. (Bug#19669)
323 * progmodes/cc-mode.el (c-font-lock-init):
324 Set font-lock-extend-region-functions to nil.
325
326 2015-03-03 Daniel Colascione <dancol@dancol.org>
327
328 * emacs-lisp/generator.el: Make globals conform to elisp
329 style throughout. Use more efficient font-lock patterns.
330 (cps-inhibit-atomic-optimization): Rename from
331 `cps-disable-atomic-optimization'.
332 (cps--gensym): New macro; replaces `cl-gensym' throughout.
333 (cps-generate-evaluator): Move the `iter-yield' local macro
334 definition here
335 (iter-defun, iter-lambda): from here.
336
337 (iter-defun): Use `macroexp-parse-body'.
338
339 2015-03-03 Daniel Colascione <dancol@dancol.org>
340
341 2015-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
342
343 * progmodes/gud.el: Use lexical-binding (bug#19966).
344
345 * emacs-lisp/gv.el (gv-ref): Warn about likely problematic cases.
346
347 2015-03-03 Daniel Colascione <dancol@dancol.org>
348
349 * emacs-lisp/generator.el: Make globals conform to elisp
350 style throughout. Use more efficient font-lock patterns.
351 (cps-inhibit-atomic-optimization): Rename from
352 `cps-disable-atomic-optimization'.
353 (cps--gensym): New macro; replaces `cl-gensym' throughout.
354 (cps-generate-evaluator): Move the `iter-yield' local macro
355 definition here...
356 (iter-defun, iter-lambda): ...from here.
357
358 2015-03-03 Artur Malabarba <bruce.connor.am@gmail.com>
359
360 * emacs-lisp/package.el (package-autoremove): Fix if logic.
361
362 2015-03-03 Martin Rudalics <rudalics@gmx.at>
363
364 * window.el (window--dump-frame): For pixel height return total
365 number of frame's lines.
366
367 2015-03-03 Daniel Colascione <dancol@dancol.org>
368
369 * emacs-lisp/cl-macs.el (cl-iter-defun): Add cl-iter-defun.
370
371 * emacs-lisp/generator.el (iter-defun): Correctly propagate
372 docstrings and declarations to underlying function.
373
374 2015-03-02 Daniel Colascione <dancol@dancol.org>
375
376 * emacs-lisp/generator.el: New file.
377
378 * vc/vc.el (vc-responsible-backend): Add autoload cookie for
379 `vc-responsible-backend'.
380
381 2015-03-01 Michael Albinus <michael.albinus@gmx.de>
382
383 * vc/vc-hooks.el (vc-state, vc-working-revision):
384 Use `vc-responsible-backend' in order to support unregistered files.
385
386 * vc/vc-rcs.el (vc-rcs-unregister): Support unregistered files.
387
388 * vc/vc-rcs.el (vc-rcs-fetch-master-state):
389 * vc/vc-sccs.el (vc-sccs-working-revision): Handle undefined
390 master name.
391
392 * vc/vc-src.el (vc-src-working-revision): Do not return an empty string.
393
394 2015-03-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
395
396 * net/shr.el (shr-insert): Remove soft hyphens.
397 (shr-insert): Also remove soft hypens from non-folded text.
398
399 2015-02-28 Eli Zaretskii <eliz@gnu.org>
400
401 * mail/rmailmm.el (rmail-mime-insert-html): Decode HTML payload
402 when the charset is only given by the HTML <head>, and allow to
403 specify the encoding with "C-x RET c".
404
405 2015-02-27 Mark Laws <mdl@60hz.org>
406
407 Support daemon mode on MS-Windows (bug#19688)
408 * server.el (server-process-filter): Force GUI frames on
409 MS-Windows in daemon mode, even if a TTY frame was requested.
410
411 * frameset.el (frameset-keep-original-display-p): Don't assume
412 windows-nt cannot be in daemon mode.
413
414 * frame.el (window-system-for-display): Don't assume windows-nt
415 cannot be in daemon mode.
416
417 2015-02-26 Ivan Shmakov <ivan@siamics.net>
418
419 * faces.el (face-list-p): Split from face-at-point.
420 (face-at-point): Use it.
421 * facemenu.el (facemenu-add-face): Likewise. (Bug#19912)
422
423 2015-02-26 Oscar Fuentes <ofv@wanadoo.es>
424
425 * vc/vc.el (vc-annotate-switches): New defcustom.
426 * vc/vc-bzr.el (vc-bzr-annotate-switches): New defcustom.
427 (vc-bzr-annotate-command): Use vc-switches.
428 * vc/vc-cvs.el (vc-cvs-annotate-switches): New defcustom.
429 (vc-cvs-annotate-command): Use vc-switches.
430 * vc/vc-git.el (vc-git-annotate-switches): New defcustom.
431 (vc-git-annotate-command): Use vc-switches.
432 * vc/vc-hg.el (vc-hg-annotate-switches): New defcustom.
433 (vc-hg-annotate-command): Use vc-switches.
434 * vc/vc-mtn.el (vc-mtn-annotate-switches): New defcustom.
435 (vc-mtn-annotate-command): Use vc-switches.
436 * vc/vc-svn.el (vc-svn-annotate-switches): New defcustom.
437 (vc-svn-annotate-command): Use vc-switches.
438
439 2015-02-26 Alan Mackenzie <acm@muc.de>
440
441 Handle "#" operator properly inside macro. Fix coding bug.
442
443 * progmodes/cc-mode.el (c-neutralize-syntax-in-and-mark-CPP):
444 On finding a "#" which looks like the start of a macro, check it
445 isn't already inside a macro.
446
447 * progmodes/cc-engine.el (c-state-safe-place): Don't record a new
448 "safe" position into the list of them when this is beyond our
449 current position.
450
451 2015-02-26 Martin Rudalics <rudalics@gmx.at>
452
453 * menu-bar.el (menu-bar-non-minibuffer-window-p): Return nil when
454 the menu frame is dead. (Bug#19728)
455
456 2015-02-26 Fabián Ezequiel Gallina <fgallina@gnu.org>
457
458 python.el: Handle tabs in python-indent-dedent-line.
459 * progmodes/python.el (python-indent-dedent-line): Fixes for
460 indentation with tabs. Thanks to <dale@codefu.org> (Bug#19730).
461
462 2015-02-26 Fabián Ezequiel Gallina <fgallina@gnu.org>
463
464 * progmodes/python.el (python-indent-context): Respect user
465 indentation after comment.
466
467 2015-02-26 Tassilo Horn <tsdh@gnu.org>
468
469 * textmodes/reftex-vars.el (featurep): Conditionalize value of
470 reftex-label-regexps in order to stay compatible with XEmacs 21.5
471 which has no explicitly numbered groups in regexps (bug#19714).
472
473 2015-02-26 Daiki Ueno <ueno@gnu.org>
474
475 * net/dbus.el (dbus-register-signal): Convert "N" of ":argN" to
476 integer before comparison.
477
478 2015-02-25 Nicolas Richard <theonewiththeevillook@yahoo.fr>
479
480 * progmodes/elisp-mode.el (elisp--eval-last-sexp): Document argument.
481
482 2015-02-25 Oleh Krehel <ohwoeowho@gmail.com>
483
484 * emacs-lisp/check-declare.el (check-declare-warn):
485 Use compilation-style warnings.
486 (check-declare-files): Make sure that
487 `check-declare-warning-buffer' is in `compilation-mode'.
488
489 2015-02-25 Oleh Krehel <ohwoeowho@gmail.com>
490
491 * emacs-lisp/check-declare.el (check-declare-ext-errors):
492 New defcustom.
493 (check-declare): New defgroup.
494 (check-declare-verify): When `check-declare-ext-errors' is
495 non-nil, warn about an unfound function, instead of saying
496 "skipping external file".
497
498 2015-02-25 Tassilo Horn <tsdh@gnu.org>
499
500 * textmodes/reftex-vars.el (reftex-include-file-commands):
501 Call reftex-set-dirty on changes.
502
503 2015-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
504
505 * emacs-lisp/edebug.el (edebug--display): Save-excursion (bug#19611).
506 * emacs-lisp/debug.el (debugger-env-macro): Remove redundant
507 save-excursion.
508
509 2015-02-24 Glenn Morris <rgm@gnu.org>
510
511 * mail/rmailsum.el (rmail-summary-previous-all)
512 (rmail-summary-previous-msg): Simplify.
513
514 2015-02-25 Artur Malabarba <bruce.connor.am@gmail.com>
515
516 * simple.el (region-active-p): Fix doc to say non-nil.
517
518 2015-02-24 Samer Masterson <nosefrog@gmail.com>
519
520 * eshell/em-hist.el (eshell-hist-parse-word-designator):
521 Return args joined with " ".
522 * eshell/em-pred.el (eshell-parse-modifiers): Correct docstring.
523 (eshell-hist-parse-modifier): Pass mod a list instead of a string
524 (bug#18960).
525
526 2015-02-24 Karl Fogel <kfogel@red-bean.com> (tiny change)
527
528 * comint.el (comint-mode-map): Fix obvious typo.
529
530 2015-02-24 Johan Claesson <johanclaesson@bredband.net> (tiny change)
531
532 * filecache.el (file-cache-filter-regexps):
533 Add lock files. (Bug#19516)
534
535 2015-02-24 Glenn Morris <rgm@gnu.org>
536
537 * mail/rmailsum.el (rmail-summary-next-all)
538 (rmail-summary-previous-all, rmail-summary-next-msg):
539 Fix handling of optional argument. (Bug#19916)
540
541 * progmodes/f90.el (f90-beginning-of-subprogram)
542 (f90-end-of-subprogram, f90-match-end):
543 Handle continued strings where the continuation does not start
544 with "&" and happens to match our regexp. (Bug#19809)
545
546 2015-02-24 Bozhidar Batsov <bozhidar@batsov.com>
547
548 * comint.el (comint-clear-buffer): New command.
549 (comint-mode-map): Bind `comint-clear-buffer' to 'C-c M-o'.
550
551 2015-02-23 Pete Williamson <petewil0@googlemail.com> (tiny change)
552
553 Use ${EXEEXT} more uniformly in makefiles
554 * Makefile.in (EMACS): Append ${EXEEXT}.
555
556 2015-02-23 Sam Steingold <sds@gnu.org>
557
558 * files.el (recover-session): Handle `auto-save-list-file-prefix'
559 being a directory (empty non-directory part).
560
561 2015-02-23 Magnus Henoch <magnus.henoch@gmail.com>
562
563 * net/sasl.el (sasl-mechanism-alist): Refer to sasl-scram-rfc
564 instead of sasl-scram-sha-1, as the former is the name that can be
565 required.
566
567 * net/sasl-scram-rfc.el (sasl-scram-sha-1-steps)
568 (sasl-scram-sha-1-client-final-message)
569 (sasl-scram-sha-1-authenticate-server): Move to end of file.
570
571 2015-02-23 Paul Eggert <eggert@cs.ucla.edu>
572
573 * bindings.el (ctl-x-map): Use [?\C-\;] to get the desired binding.
574 (Bug#19826)
575
576 2015-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
577
578 * emacs-lisp/macroexp.el (macroexp-parse-body): Handle cl-declare
579 and :documentation. Change return value format accordingly.
580 * emacs-lisp/cl-generic.el (cl--generic-lambda):
581 * emacs-lisp/pcase.el (pcase-lambda): Adjust accordingly.
582 * emacs-lisp/cl-macs.el (cl--transform-lambda): Use macroexp-parse-body.
583
584 2015-02-23 Dmitry Gutov <dgutov@yandex.ru>
585
586 Introduce `xref-etags-mode'.
587 * progmodes/xref.el (xref-etags-mode--saved): New variable.
588 (xref-etags-mode): New minor mode. (Bug#19466)
589
590 2015-02-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
591
592 * dom.el (dom-previous-sibling): New function.
593
594 2015-02-21 Paul Eggert <eggert@cs.ucla.edu>
595
596 * bindings.el (ctl-x-map): There is no 'C-;'.
597 For now, make do with 'M-;'; this allows 'make bootstrap' to work.
598 Perhaps some other binding should be chosen. (Bug#19826)
599
600 2015-02-21 Artur Malabarba <bruce.connor.am@gmail.com>
601
602 * bindings.el (ctl-x-map): Fix `comment-line' binding. (Bug#19826)
603
604 2015-02-21 Michael Albinus <michael.albinus@gmx.de>
605
606 * autorevert.el (auto-revert-notify-add-watch)
607 (auto-revert-notify-handler, auto-revert-buffers): Handle also
608 buffers without an associated file, like dired buffers. (Bug#16112)
609
610 2015-02-21 Dima Kogan <dima@secretsauce.net>
611
612 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
613 (global-auto-revert-mode): Remove (let (auto-revert-use-notify) ... )
614 wrappers. Call (auto-revert-buffers) consequently in order to
615 install handlers.
616
617 2015-02-21 Wilson Snyder <wsnyder@wsnyder.org>
618
619 Sync with upstream verilog-mode revision 0d6420b.
620 * progmodes/verilog-mode.el (verilog-mode-version): Update.
621 (vector-skip-list): Remove.
622 (verilog-auto-inst-port, verilog-auto-inst-port-list)
623 (verilog-auto-inst, verilog-auto-inst-param):
624 Use arguments rather than vector-skip.
625 (verilog-auto-inst-port): Fix AUTOINST interfaces to not show
626 modport if signal attachment is itself a modport.
627 Reported by Matthew Lovell.
628
629 2015-02-21 Reto Zimmermann <reto@gnu.org>
630
631 Sync with upstream vhdl mode v3.37.1. Add VHDL'08 support.
632 * progmodes/vhdl-mode.el (vhdl-version, vhdl-time-stamp)
633 (vhdl-doc-release-notes): Update.
634 (vhdl-standard): Add VHDL'08 option.
635 (vhdl-sensitivity-list-all): New option.
636 (vhdl-directive-keywords): Add psl.
637 (vhdl-offsets-alist-default, vhdl-mode-abbrev-table-init)
638 (vhdl-template-construct-alist-init, vhdl-create-mode-menu):
639 (vhdl-imenu-generic-expression): Add context, directive.
640 (vhdl-offsets-alist, vhdl-mode, vhdl-doc-keywords): Doc fixes.
641 (vhdl-template-map-init): Add vhdl-template-context.
642 (vhdl-mode-syntax-table): Support VHDL'08 block comments.
643 (vhdl-create-mode-menu): Add some entries.
644 (vhdl-08-keywords, vhdl-08-types, vhdl-08-attributes)
645 (vhdl-08-functions, vhdl-08-packages, vhdl-08-directives):
646 New constants.
647 (vhdl-directives): New variable.
648 (vhdl-words-init, vhdl-template-process)
649 (vhdl-template-replace-header-keywords): Support VHDL'08.
650 (vhdl-abbrev-list-init): Add vhdl-directives.
651 (vhdl-in-comment-p, vhdl-in-literal, vhdl-win-il)
652 (vhdl-forward-syntactic-ws, vhdl-get-syntactic-context)
653 (vhdl-lineup-comment): Handle block comments and directives.
654 (vhdl-beginning-of-directive, vhdl-template-context)
655 (vhdl-template-context-hook): New functions.
656 (vhdl-libunit-re, vhdl-defun-re, vhdl-begin-p)
657 (vhdl-corresponding-begin, vhdl-get-library-unit, vhdl-regress-line)
658 (vhdl-align-declarations, vhdl-beginning-of-block, vhdl-end-of-block)
659 (vhdl-font-lock-keywords-2, vhdl-get-end-of-unit)
660 (vhdl-scan-context-clause): Add context.
661
662 2015-02-20 Glenn Morris <rgm@gnu.org>
663
664 * calendar/solar.el (solar-sunrise-sunset-string):
665 Shorten message a little.
666 (sunrise-sunset): Use message rather than a window. (Bug#19859)
667
668 * progmodes/f90.el (f90-keywords-re, f90-procedures-re)
669 (f90-font-lock-keywords-2): Some F2008 additions.
670
671 2015-02-19 Dima Kogan <dima@secretsauce.net>
672
673 * autorevert.el (auto-revert-buffers-counter)
674 (auto-revert-buffers-counter-lockedout): New variables.
675 (auto-revert-buffers): Increase `auto-revert-buffers-counter'.
676 (auto-revert-notify-handler): Apply `auto-revert-handler' if not
677 suppressed by lockout. (Bug#18958)
678
679 2015-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
680
681 * emacs-lisp/eieio-opt.el (eieio-help-class): `eieio-class-parents'
682 returns classes, not class names (bug#19891).
683
684 * emacs-lisp/cl-macs.el (cl-struct-slot-value): Handle a nil type.
685
686 * emacs-lisp/smie.el (smie-prec2->grammar): Fix corner case problem.
687
688 2015-02-18 Kelly Dean <kelly@prtime.org>
689
690 * register.el (jump-to-register):
691 * emacs-lisp/lisp.el (check-parens):
692 Push mark before goto-char so user doesn't lose his previous place.
693
694 2015-02-18 Kelly Dean <kelly@prtime.org>
695
696 * rect.el (rectangle-mark-mode):
697 Suppress superfluous "Mark set" message from push-mark.
698
699 2015-02-18 Kelly Dean <kelly@prtime.org>
700
701 * help-mode.el (help-go-back, help-go-forward, help-follow):
702 * simple.el (yank-pop, pop-to-mark-command, exchange-point-and-mark):
703 * winner.el (winner-redo):
704 * windmove.el (windmove-do-window-select):
705 * register.el (jump-to-register, increment-register, insert-register)
706 (append-to-register, prepend-to-register):
707 * files.el (find-alternate-file, abort-if-file-too-large, write-file)
708 (set-visited-file-name):
709 * emacs-lisp/lisp.el (kill-backward-up-list):
710 Use user-error instead of error. (Bug#14480)
711
712 2015-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
713
714 * emacs-lisp/checkdoc.el (checkdoc-show-diagnostics): Don't make bogus
715 assumptions about window ordering.
716
717 2015-02-16 Kelly Dean <kelly@prtime.org>
718
719 * files.el (insert-file-contents-literally): Fix docstring typo.
720
721 2015-02-16 Kelly Dean <kelly@prtime.org>
722
723 * emacs-lisp/easy-mmode.el (define-minor-mode): Process macro
724 arguments correctly. (Bug#19685)
725 (define-minor-mode): Clarify docstring.
726 Clarify mode switch messages for minor modes. (Bug#19690)
727
728 2015-02-16 Kelly Dean <kelly@prtime.org>
729
730 * emacs-lisp/package-x.el (package-upload-buffer-internal):
731 Create valid tar files. (Bug#19536)
732
733 2015-02-16 Kelly Dean <kelly@prtime.org>
734
735 * desktop.el (desktop-read): Conditionally re-enable desktop autosave.
736 (Bug#19059)
737
738 2015-02-16 Kelly Dean <kelly@prtime.org>
739
740 * help-mode.el (help-do-xref): Prevent duplicated display of Info
741 buffer, and prevent interference with existing buffer. (Bug#13190)
742
743 2015-02-16 Fabián Ezequiel Gallina <fgallina@gnu.org>
744
745 python.el: Do not deactivate mark on shell fontification. (Bug#19871)
746
747 * progmodes/python.el (python-shell-font-lock-post-command-hook):
748 Do not deactivate mark on fontification.
749
750 2015-02-16 Ivan Shmakov <ivan@siamics.net>
751
752 * net/eww.el: Fix desktop support. (Bug#19226)
753 (eww-mode): Add autoload cookie.
754 (eww-restore-desktop): Use inhibit-read-only.
755
756 * net/eww.el (eww-suggest-uris): Add autoload cookie, so that
757 add-hook works correctly even if the file is not yet loaded.
758
759 2015-02-16 Stefan Monnier <monnier@iro.umontreal.ca>
760
761 * emacs-lisp/eieio.el (defclass): Use make-instance rather than
762 eieio-constructor.
763 (set-slot-value): Mark as obsolete.
764 (eieio-object-class-name): Improve call to eieio-class-name.
765 (eieio-slot-descriptor-name, eieio-class-slots): New functions.
766 (object-slots): Use it. Declare obsolete.
767 (eieio-constructor): Merge it with `make-instance'.
768 (initialize-instance): Use `dolist'.
769 (eieio-override-prin1, eieio-edebug-prin1-to-string):
770 Use eieio--class-print-name.
771
772 * emacs-lisp/eieio-core.el (eieio--class-print-name): New function.
773 (eieio-class-name): Make it do what the docstring claims.
774 (eieio-defclass-internal): Simplify since `prots' isn't used any more.
775 (eieio--slot-name-index): Simplify accordingly.
776 (eieio-barf-if-slot-unbound): Pass the class object rather than its
777 name to `slot-unbound'.
778
779 * emacs-lisp/eieio-base.el (make-instance): Add a method here rather
780 than on eieio-constructor.
781
782 2015-02-16 Stefan Monnier <monnier@iro.umontreal.ca>
783
784 * emacs-lisp/cl-macs.el (cl-defstruct): Keep type=nil by default.
785 * emacs-lisp/cl-preloaded.el (cl-struct-define): Add sanity checks
786 about relationship between `type', `named', and `slots'.
787 * emacs-lisp/cl-generic.el (cl--generic-struct-tagcode): Adjust to new
788 value of `cl-struct-type' property.
789
790 2015-02-15 Jérémy Compostella <jeremy.compostella@gmail.com>
791
792 * net/tramp-sh.el (tramp-remote-process-environment): Disable paging
793 with PAGER=cat. (Bug#19870)
794
795 2015-02-14 Artur Malabarba <bruce.connor.am@gmail.com>
796
797 * emacs-lisp/package.el (package-read-all-archive-contents):
798 Don't build the compatibility table.
799 (package-refresh-contents, package-initialize): Do build the
800 compatibility table.
801 (package--build-compatibility-table): New function.
802 (describe-package-1): Describe why a package is incompatible.
803
804 2015-02-14 Stefan Monnier <monnier@iro.umontreal.ca>
805
806 * emacs-lisp/cl-preloaded.el (cl-struct-define): Register as children
807 of the parent.
808 (cl--assertion-failed): New function.
809 (cl-assertion-failed): Move in from cl-lib.el.
810
811 * emacs-lisp/cl-macs.el (cl-defstruct): Don't generate code to register
812 as children of its parents.
813 (cl--make-type-test, cl--compiler-macro-typep): Remove functions.
814 (cl-typep): Reimplement using define-inline.
815 (cl-assert): Use cl--assertion-failed.
816 (cl-struct-slot-value): Use define-inline.
817
818 * emacs-lisp/cl-lib.el: Move autoloaded code to cl-preload.
819
820 * textmodes/flyspell.el (flyspell-word): Defvar (bug#19844).
821 (flyspell-generic-check-word-p): Mark as obsolete.
822
823 2015-02-13 Artur Malabarba <bruce.connor.am@gmail.com>
824
825 * emacs-lisp/package.el (package--compatibility-table): New var.
826 (package--add-to-compatibility-table): New function.
827 (package-read-all-archive-contents): Populate compatibility table.
828 (package--incompatible-p): Also look in dependencies.
829 (describe-package-1): Fix "incompat" handling.
830
831 2015-02-13 Lars Ingebrigtsen <larsi@gnus.org>
832
833 * net/rfc2104.el: Moved here from lisp/gnus.
834
835 2015-02-13 Magnus Henoch <magnus.henoch@gmail.com>
836
837 * net/sasl-scram-rfc.el: New file.
838
839 * net/sasl.el (sasl-mechanisms): Remove SCRAM-MD5.
840 Add SCRAM-SHA-1 first.
841 (sasl-mechanism-alist): Remove SCRAM-MD5 entry. Add SCRAM-SHA-1
842 entry (bug#17636).
843
844 2015-02-13 Lars Ingebrigtsen <larsi@gnus.org>
845
846 * net/shr.el (shr-tag-li): Speed up rendering pages with lots of
847 <ul>.
848
849 2015-02-12 Oleh Krehel <ohwoeowho@gmail.com>
850
851 * progmodes/gdb-mi.el (gdb-display-io-nopopup): New defcustom.
852 (gdb-inferior-filter): Don't pop up the buried output buffer when
853 `gdb-display-io-nopopup' is non-nil.
854
855 2015-02-12 Fabián Ezequiel Gallina <fgallina@gnu.org>
856
857 python.el: Allow killing shell buffer if process is dead. (Bug#19823)
858
859 * progmodes/python.el (python-shell-font-lock-kill-buffer):
860 Don't require a running process.
861 (python-shell-font-lock-post-command-hook): Fontify only if the
862 shell process is running.
863
864 2015-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
865
866 * hi-lock.el (hi-lock-unface-buffer): Don't call
867 font-lock-remove-keywords if not needed (bug#19796).
868
869 2015-02-11 Artur Malabarba <bruce.connor.am@gmail.com>
870
871 * emacs-lisp/package.el (package-install): Invert the second
872 argument, for better backwards compatibility.
873 (package-install-button-action, package-reinstall)
874 (package-menu-execute): Account for the change.
875
876 2015-02-11 Nicolas Petton <nicolas@petton.fr>
877
878 * emacs-lisp/seq.el (seq-reverse): Add a backward-compatible
879 version of seq-reverse that works on sequences in Emacs 24.
880 Bump seq.el version to 1.2.
881
882 2015-02-11 Artur Malabarba <bruce.connor.am@gmail.com>
883
884 * emacs-lisp/package.el (package--incompatible-p): New function.
885 Return non-nil if PKG has no chance of being installable.
886 (package--emacs-version-list): New variable.
887 (describe-package-1, package-desc-status)
888 (package-menu--print-info, package-menu--status-predicate):
889 Account for the "incompat" status.
890
891 2015-02-11 Martin Rudalics <rudalics@gmx.at>
892
893 * frame.el (toggle-frame-maximized, toggle-frame-fullscreen):
894 Rename frame parameter `maximized' to `fullscreen-restore'.
895 Restore fullwidth/-height after fullboth state. Update doc-strings.
896
897 2015-02-11 Lars Ingebrigtsen <larsi@gnus.org>
898
899 * net/shr.el (shr-insert): Make sure the space inserted has the
900 right font (for width).
901 (shr-fill-line): Preserve background colours when indenting/folding.
902 (shr-ensure-paragraph): Don't insert a new paragraph as the first
903 item in a <li>.
904
905 2015-02-10 Lars Ingebrigtsen <larsi@gnus.org>
906
907 * net/shr.el (shr-use-fonts): New variable.
908 (shr-fill-text): Rename from "fold".
909 (shr-pixel-column, shr-pixel-region, shr-string-pixel-width):
910 New functions.
911 (shr-insert): Just insert, don't fill the text. Filling is now
912 done afterwards per display unit.
913 (shr-fill-lines, shr-fill-line): New functions to fill text on a
914 per-unit base.
915 (shr-find-fill-point): Take a "beginning" parameter.
916 (shr-indent): Indent using the :width display parameter when using
917 fonts.
918 (shr-parse-style): Ignore "inherit" values, since we already do that.
919 (shr-tag-img): Remove the insertion states.
920 (shr-tag-blockquote): New-style filling.
921 (shr-tag-dd): Ditto.
922 (shr-tag-li): Ditto.
923 (shr-mark-fill): New function to mark lines that need filling.
924 (shr-tag-h1): Use a larger font.
925 (shr-tag-table-1): Get the natural and suggested widths in one
926 rendering.
927 (shr-tag-table): Create the "fixed" version of the table only once
928 so that we can cache data in the table.
929 (shr-insert-table): Get colspan calculations right by having
930 zero-width columns after colspan ones.
931 (shr-expand-alignments): New function to make :align-to specs work
932 right when rendered in one buffer and displayed in another one.
933 (shr-insert-table-ruler): Use :align-to to get the widths right.
934 (shr-make-table): Cache more.
935 (shr-make-table-1): Use the new <td> data layout.
936 (shr-pixel-buffer-width): New function.
937 (shr-render-td): Add a caching layer.
938 (shr-dom-max-natural-width): New function.
939 (shr-tag-h1): Don't use variable-pitch fonts on fontless rendering.
940 (shr-tag-tt): New function.
941 (shr-tag-hr): Compute the right length when using fonts.
942 (shr-table-widths): Off-by-one error in width computation.
943 (shr-expand-newlines): Remove dead code.
944 (shr-insert-table): Extend background colors to the end of the column.
945 (shr-insert-table): Only copy the background, not underline and
946 the like.
947 (shr-face-background): New function.
948
949 2015-02-10 Fabián Ezequiel Gallina <fgallina@gnu.org>
950
951 python.el: Improved shell font lock respecting markers. (Bug#19650)
952
953 * progmodes/python.el
954 (python-shell-font-lock-get-or-create-buffer): Use special buffer name.
955 (python-shell-font-lock-with-font-lock-buffer): Enable font lock.
956 (python-shell-font-lock-post-command-hook): Fontify by copying text
957 properties from fontified buffer to shell, keeping markers unchanged.
958 (python-shell-font-lock-turn-off): Fix typo.
959 (python-util-text-properties-replace-name): Delete function.
960
961 2015-02-09 Nicolas Petton <nicolas@petton.fr>
962
963 * emacs-lisp/seq.el (seq-group-by): Improves seq-group-by to
964 return sequence elements in correct order.
965
966 2015-02-09 Simen Heggestøyl <simenheg@gmail.com> (tiny change)
967
968 * textmodes/css-mode.el (css-smie-rules): Fix paren indent (bug#19815).
969
970 2015-02-09 Stefan Monnier <monnier@iro.umontreal.ca>
971
972 * emacs-lisp/cl-generic.el (cl--generic-lambda): Use macroexp-parse-body.
973
974 * emacs-lisp/eieio-core.el (eieio-oset-default): Catch the unexpected
975 case where the default value would be re-interpreted as a form!
976
977 2015-02-09 Christopher Genovese <genovese@cmu.edu> (tiny change)
978
979 * help-fns.el (help-fns--signature): Keep doc for keymap.
980
981 2015-02-09 Kelly Dean <kelly@prtime.org>
982
983 * desktop.el: Save mark-ring less verbosely.
984 (desktop-var-serdes-funs): New var.
985 (desktop-buffer-info, desktop-create-buffer): Use it.
986 (desktop-file-version): Update to 208.
987
988 2015-02-09 Leo Liu <sdl.web@gmail.com>
989
990 * emacs-lisp/pcase.el (pcase-lambda): New Macro. (Bug#19814)
991
992 * emacs-lisp/lisp-mode.el (el-kws-re): Include `pcase-lambda'.
993
994 * emacs-lisp/macroexp.el (macroexp-parse-body): New function.
995
996 2015-02-08 Paul Eggert <eggert@cs.ucla.edu>
997
998 Port to platforms lacking test -a and -o
999 * Makefile.in (compile-clean):
1000 * net/tramp-sh.el (tramp-find-executable):
1001 Prefer '&&' and '||' to 'test -a' and 'test -o'.
1002
1003 2015-02-08 Artur Malabarba <bruce.connor.am@gmail.com>
1004
1005 * newcomment.el (comment-line): Fix missing paren.
1006
1007 2015-02-08 Ulrich Müller <ulm@gentoo.org>
1008
1009 * play/gamegrid.el: Update comment to reflect that the
1010 'update-game-score' helper program is now setgid by default.
1011
1012 2015-02-08 David Kastrup <dak@gnu.org>
1013
1014 * subr.el (apply-partially): Use lexical binding here.
1015
1016 2015-02-08 Artur Malabarba <bruce.connor.am@gmail.com>
1017
1018 * newcomment.el (comment-line): New command.
1019
1020 * bindings.el (ctl-x-map): Bind to `C-x C-;'.
1021
1022 2015-02-08 Oleh Krehel <ohwoeowho@gmail.com>
1023
1024 * outline.el (outline-show-entry): Fix one invisible char for the
1025 file's last outline. (Bug#19493)
1026
1027 2015-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
1028
1029 * subr.el (indirect-function): Change advertised calling convention.
1030
1031 2015-02-08 Fabián Ezequiel Gallina <fgallina@gnu.org>
1032
1033 python.el: Fix completion-at-point. (Bug#19667)
1034
1035 * progmodes/python.el
1036 (python-shell-completion-native-get-completions): Force process buffer.
1037 (python-shell-completion-at-point): Handle case where call is not
1038 in a shell buffer.
1039
1040 2015-02-08 Fabián Ezequiel Gallina <fgallina@gnu.org>
1041
1042 python.el: Fix shell font-lock multiline input. (Bug#19744)
1043
1044 * progmodes/python.el
1045 (python-shell-font-lock-post-command-hook): Handle multiline input.
1046
1047 2015-02-08 Fabián Ezequiel Gallina <fgallina@gnu.org>
1048
1049 python.el: Make shell font-lock respect markers. (Bug#19650)
1050
1051 * progmodes/python.el (python-shell-font-lock-cleanup-buffer):
1052 Use `erase-buffer`.
1053 (python-shell-font-lock-comint-output-filter-function):
1054 Handle newlines.
1055 (python-shell-font-lock-post-command-hook): Respect markers on
1056 text fontification.
1057
1058 2015-02-07 Fabián Ezequiel Gallina <fgallina@gnu.org>
1059
1060 python.el: Keep eldoc visible while typing args. (Bug#19637)
1061 * progmodes/python.el (python-eldoc--get-symbol-at-point):
1062 New function based on Carlos Pita <carlosjosepita@gmail.com> patch.
1063 (python-eldoc--get-doc-at-point, python-eldoc-at-point): Use it.
1064
1065 2015-02-07 Fabián Ezequiel Gallina <fgallina@gnu.org>
1066
1067 Fix hideshow integration. (Bug#19761)
1068 * progmodes/python.el
1069 (python-hideshow-forward-sexp-function): New function based on
1070 Carlos Pita <carlosjosepita@gmail.com> patch.
1071 (python-mode): Make `hs-special-modes-alist` use it and initialize
1072 the end regexp with the empty string to avoid skipping parens.
1073
1074 2015-02-07 Fabián Ezequiel Gallina <fgallina@gnu.org>
1075
1076 * progmodes/python.el (python-check-custom-command): Do not use
1077 defvar-local for compat with Emacs<24.3.
1078
1079 2015-02-07 Martin Rudalics <rudalics@gmx.at>
1080
1081 * frame.el (frame-notice-user-settings):
1082 Update `frame-size-history'.
1083 (make-frame): Update `frame-size-history'.
1084 Call `frame-after-make-frame'.
1085 * faces.el (face-set-after-frame-default): Remove call to
1086 frame-can-run-window-configuration-change-hook.
1087
1088 2015-02-06 Dmitry Gutov <dgutov@yandex.ru>
1089
1090 * vc/vc-cvs.el (vc-cvs-dir-status-files): Don't pass DIR to
1091 `vc-cvs-command' (bug#19732).
1092
1093 2015-02-06 Nicolas Petton <nicolas@petton.fr>
1094
1095 * emacs-lisp/seq.el (seq-mapcat, seq-partition, seq-group-by):
1096 New functions.
1097 * emacs-lisp/seq.el (seq-drop-while, seq-take-while, seq-count)
1098 (seq--drop-list, seq--take-list, seq--take-while-list):
1099 Better docstring.
1100
1101 2015-02-06 Artur Malabarba <bruce.connor.am@gmail.com>
1102
1103 * doc-view.el (doc-view-kill-proc-and-buffer): Obsolete. Use
1104 `image-kill-buffer' instead.
1105
1106 2015-02-06 Thomas Fitzsimmons <fitzsim@fitzsim.org>
1107
1108 * net/ldap.el (ldap-search-internal): Fix docstring.
1109
1110 2015-02-06 Lars Ingebrigtsen <larsi@gnus.org>
1111
1112 * subr.el (define-error): The error conditions may be constant
1113 lists, so use `append' to concatenate them.
1114
1115 2015-02-06 Wolfgang Jenkner <wjenkner@inode.at>
1116
1117 * net/network-stream.el (network-stream-open-tls): Respect the
1118 :end-of-capability setting.
1119
1120 2015-02-05 Artur Malabarba <bruce.connor.am@gmail.com>
1121
1122 * emacs-lisp/package.el (package--sort-by-dependence):
1123 New function. Return PACKAGE-LIST sorted by dependencies.
1124 (package-menu-execute): Use it to delete packages in order.
1125 (package--sort-deps-in-alist): New function.
1126 (package-menu-mark-install): Can mark dependencies.
1127 (package--newest-p): New function.
1128 (package-delete): Don't deselect when deleting an older version of
1129 an upgraded package.
1130
1131 * emacs-lisp/package.el: Add missing (require 'subr-x)
1132
1133 2015-02-05 Stefan Monnier <monnier@iro.umontreal.ca>
1134
1135 * textmodes/css-mode.el (scss-smie--not-interpolation-p): Vars can be
1136 hyphenated (bug#19263).
1137
1138 * textmodes/css-mode.el (css-fill-paragraph): Fix filling in presence
1139 of variable interpolation (bug#19751).
1140
1141 2015-02-05 Era Eriksson <era+emacs@iki.fi>
1142
1143 * json.el (json-end-of-file): New error (bug#19768).
1144 (json-pop, json-read): Use it.
1145
1146 2015-02-05 Kelly Dean <kelly@prtime.org>
1147
1148 * help-mode.el (help-xref-interned): Pass BUFFER and FRAME to
1149 `describe-variable'.
1150
1151 * help-fns.el (describe-function-or-variable): New function.
1152
1153 * help.el (help-map): Bind `describe-function-or-variable' to o.
1154 (help-for-help-internal): Document o key.
1155
1156 2015-02-05 Stefan Monnier <monnier@iro.umontreal.ca>
1157
1158 * emacs-lisp/eieio-compat.el (eieio--defmethod): Use new
1159 special (:documentation ...) feature.
1160 * emacs-lisp/eieio-core.el (eieio-make-class-predicate)
1161 (eieio-make-child-predicate): Same.
1162 (eieio-copy-parents-into-subclass): Remove unused arg.
1163 (eieio-defclass-internal): Adjust call accordingly and remove redundant
1164 `pname' var.
1165 (eieio--slot-name-index): Remove unused arg `obj' and adjust all
1166 callers accordingly.
1167
1168 * emacs-lisp/cconv.el (cconv--convert-function):
1169 Add `docstring' argument.
1170 (cconv-convert): Use it to handle the new (:documentation ...) form.
1171 (cconv-analyze-form): Handle the new (:documentation ...) form.
1172
1173 * emacs-lisp/bytecomp.el:
1174 (byte-compile-initial-macro-environment): Use macroexp-progn.
1175 (byte-compile-cl-warn): Don't silence use of cl-macroexpand-all.
1176 (byte-compile-file-form-defvar-function): Rename from
1177 byte-compile-file-form-define-abbrev-table.
1178 (defvaralias, byte-compile-file-form-custom-declare-variable): Use it.
1179 (byte-compile): Use byte-compile-top-level rather than
1180 byte-compile-lambda so we can compile non-values.
1181 (byte-compile-form): Add warnings for failed uses of lexical vars via
1182 quoted symbols.
1183 (byte-compile-unfold-bcf): Improve message for failed inlining.
1184 (byte-compile-make-closure): Handle new format of internal-make-closure
1185 for dynamically-generated docstrings.
1186
1187 * delsel.el: Deprecate the `kill' option. Use lexical-binding.
1188 (open-line): Delete like all other commands, instead of killing.
1189 (delete-active-region): Don't define any return any value.
1190
1191 * progmodes/python.el: Try to preserve compatibility with Emacs-24.
1192 (python-mode): Don't assume eldoc-documentation-function has a non-nil
1193 default.
1194
1195 2015-02-04 Sam Steingold <sds@gnu.org>
1196
1197 * progmodes/python.el (python-indent-calculate-indentation):
1198 Avoid the error when computing top-level indentation.
1199
1200 2015-02-04 Stefan Monnier <monnier@iro.umontreal.ca>
1201
1202 * emacs-lisp/cl-generic.el (cl--generic-member-method): Fix paren typo.
1203
1204 * textmodes/flyspell.el: Use lexical-binding and cl-lib.
1205 (mail-mode-flyspell-verify): Fix last change.
1206 (flyspell-external-point-words, flyspell-large-region):
1207 Avoid add-to-list on local vars.
1208
1209 2015-02-04 Tassilo Horn <tsdh@gnu.org>
1210
1211 * emacs-lisp/package.el (package-installed-p): Fix typo causing
1212 void-variable error.
1213
1214 2015-02-04 Artur Malabarba <bruce.connor.am@gmail.com>
1215
1216 * image-mode.el (image-kill-buffer): New command.
1217 (image-mode-map): Bind it to k.
1218
1219 * emacs-lisp/package.el (package-delete): Remove package from
1220 `package-selected-packages' even if it can't be deleted.
1221 (package-installed-p): Accept package-desc objects.
1222 (package-install): Can be used to mark dependencies as
1223 selected. When given a package-desc object which is already
1224 installed, the package is not downloaded again, but it is marked
1225 as selected (if it wasn't already).
1226 (package-reinstall): Accept package-desc objects.
1227
1228 2015-02-03 Artur Malabarba <bruce.connor.am@gmail.com>
1229
1230 * emacs-lisp/package.el (package-delete): Document NOSAVE.
1231 (package--get-deps): delete-dups when ONLY is nil.
1232 (package-autoremove): Warn the user if `package-selected-packages'
1233 is empty.
1234
1235 (package--user-selected-p): New function.
1236 (package-delete, package-install, package-install-from-buffer):
1237 Use it
1238 (package-selected-packages): Mention it.
1239
1240 (package-initialize): Don't populate `package-selected-packages'.
1241 (package-install-user-selected-packages, package-autoremove):
1242 Special handling for empty `package-selected-packages'.
1243 (package-install): Fix when PKG is a package-desc.
1244
1245 (package-desc-status): Add "dependency" status to the Package
1246 Menu.
1247 (package-menu--status-predicate, package-menu--print-info)
1248 (package-menu-mark-delete, package-menu--find-upgrades)
1249 (package-menu--status-predicate, describe-package-1): Use it
1250
1251 (package--removable-packages): New function.
1252 (package-autoremove): Use it.
1253 (package-menu-execute): Offer to remove unneeded packages.
1254
1255 (package--read-pkg-desc, package-tar-file-info): Fix reference to
1256 tar-desc.
1257
1258 2015-02-03 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1259
1260 * emacs-lisp/package.el (package-reinstall): Don't change package's selected status.
1261 (package-delete): New NOSAVE argument.
1262
1263 2015-02-03 Michael Albinus <michael.albinus@gmx.de>
1264
1265 * net/tramp-sh.el (tramp-histfile-override): Fix docstring.
1266 (tramp-open-shell, tramp-maybe-open-connection): Set also
1267 HISTFILESIZE and HISTSIZE when needed. (Bug#19731)
1268
1269 2015-02-02 Artur Malabarba <bruce.connor.am@gmail.com>
1270
1271 * emacs-lisp/package.el (package--find-non-dependencies):
1272 New function.
1273 (package-initialize): Use it to populate `package-selected-packages'.
1274 (package-menu-execute): Clean unnecessary `and'.
1275 (package--get-deps): Fix returning duplicates.
1276
1277 2015-02-02 Michael Albinus <michael.albinus@gmx.de>
1278
1279 * net/tramp-sh.el (tramp-histfile-override): Add another choice t.
1280 Use it as default.
1281 (tramp-open-shell, tramp-maybe-open-connection): Support it.
1282 (Bug#19731)
1283
1284 2015-02-02 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1285
1286 * emacs-lisp/package.el (package-delete): Remove package from
1287 package-selected-packages.
1288 (package-autoremove): Remove unneeded variable.
1289
1290 2015-02-01 Artur Malabarba <bruce.connor.am@gmail.com>
1291
1292 * emacs-lisp/package.el (package-selected-packages): Fix :type
1293 (package-install): Rename ARG to MARK-SELECTED.
1294 (package--get-deps): Fix for indirect dependencies.
1295 (package-used-elsewhere-p): Rename to
1296 (package--used-elsewhere-p): New function.
1297 (package-reinstall, package-user-selected-packages-install)
1298 (package-autoremove): Use sharp-quote.
1299 (package-user-selected-packages-install): Reindent and rename to
1300 (package-install-user-selected-packages): New function.
1301
1302 2015-02-01 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1303
1304 * emacs-lisp/package.el: Don't allow deleting dependencies.
1305
1306 (package-used-elsewhere-p): New function.
1307 (package-delete): Use it, return now an error when trying to
1308 delete a package used as dependency by another package.
1309
1310 Add a reinstall package command.
1311 (package-reinstall): New function.
1312
1313 Add a package-autoremove command.
1314 (package-selected-packages): New user var.
1315 (package-install): Add an optional arg to notify interactive use.
1316 Fix docstring. Save installed package to
1317 packages-installed-directly.
1318 (package-install-from-buffer): Same.
1319 (package-user-selected-packages-install): Allow installing all
1320 packages in packages-installed-directly at once.
1321 (package--get-deps): New function.
1322 (package-autoremove): New function.
1323 (package-install-button-action): Call package-install with
1324 interactive arg.
1325 (package-menu-execute): Same but only for only for not installed
1326 packages.
1327
1328 2015-01-31 Stefan Monnier <monnier@iro.umontreal.ca>
1329
1330 * emacs-lisp/eieio.el (defclass): Use new eieio-make-class-predicate
1331 and eieio-make-child-predicate.
1332 (eieio-class-parents): Use eieio--class-object.
1333 (slot-boundp, find-class, eieio-override-prin1): Avoid class-p.
1334 (slot-exists-p): Use find-class.
1335
1336 * emacs-lisp/eieio-opt.el (eieio-help-class, eieio-help-constructor):
1337 Use find-lisp-object-file-name, help-fns-short-filename and new calling
1338 convention for eieio-class-def.
1339 (eieio-build-class-list): Remove function, unused.
1340 (eieio-method-def): Remove button type, unused.
1341 (eieio-class-def): Inherit from help-function-def.
1342 (eieio--defclass-regexp): New constant.
1343 (find-function-regexp-alist): Use it.
1344 (eieio--specializers-apply-to-class-p): Handle eieio--static as well.
1345 (eieio-help-find-method-definition, eieio-help-find-class-definition):
1346 Remove functions.
1347
1348 * emacs-lisp/eieio-core.el (eieio--check-type): Remove.
1349 Use cl-check-type everywhere instead.
1350 (eieio-class-object): Remove, use find-class instead when needed.
1351 (class-p): Don't inline.
1352 (eieio-object-p): Check more thoroughly, so we don't treat cl-structs,
1353 such as eieio classes, as objects. Don't inline.
1354 (object-p): Mark as obsolete.
1355 (eieio-defclass-autoload, eieio-defclass-internal, eieio-oref)
1356 (eieio--generic-tagcode): Avoid `class-p'.
1357 (eieio-make-class-predicate, eieio-make-child-predicate): New functions.
1358 (eieio-defclass-internal): Use current-load-list rather than
1359 `class-location'.
1360
1361 * emacs-lisp/cl-generic.el (cl--generic-search-method): Fix regexp.
1362
1363 2015-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
1364
1365 * emacs-lisp/backquote.el (backquote-delay-process): Don't reuse `s'
1366 since it may be "equivalent" in some sense, yet different (bug#19734).
1367
1368 2015-01-30 Oleh Krehel <ohwoeowho@gmail.com>
1369
1370 * outline.el (outline-font-lock-face): Add docstring.
1371 (outline-invisible-p): Improve docstring.
1372 (outline-invent-heading): Add docstring.
1373 (outline-promote): Improve docstring.
1374 (outline-demote): Improve docstring.
1375 (outline-head-from-level): Improve docstring.
1376 (outline-end-of-heading): Add docstring.
1377 (outline-next-visible-heading): Improve docstring.
1378 (outline-previous-visible-heading): Improve docstring.
1379 (outline-hide-region-body): Improve docstring.
1380 (outline-flag-subtree): Add docstring.
1381 (outline-end-of-subtree): Add docstring.
1382 (outline-headers-as-kill): Improve docstring.
1383
1384 2015-01-30 Oleh Krehel <ohwoeowho@gmail.com>
1385
1386 * outline.el (outline-hide-entry): Rename from `hide-entry'.
1387 (hide-entry): Declare as obsolete.
1388 (outline-show-entry): Rename from `show-entry'.
1389 (show-entry): Declare as obsolete.
1390 (outline-hide-body): Rename from `hide-body'.
1391 (hide-body): Declare as obsolete.
1392 (outline-hide-region-body): Rename from `hide-region-body'.
1393 (hide-region-body): Declare as obsolete.
1394 (outline-show-all): Rename from `show-all'.
1395 (show-all): Declare as obsolete.
1396 (outline-hide-subtree): Rename from `hide-subtree'.
1397 (hide-subtree): Declare as obsolete.
1398 (outline-hide-leaves): Rename from `hide-leaves'.
1399 (hide-leaves): Declare as obsolete.
1400 (outline-show-subtree): Rename from `show-subtree'.
1401 (show-subtree): Declare as obsolete.
1402 (outline-hide-sublevels): Rename from `hide-sublevels'.
1403 (hide-sublevels): Declare as obsolete.
1404 (outline-hide-other): Rename from `hide-other'.
1405 (hide-other): Declare as obsolete.
1406 (outline-show-children): Rename from `show-children'.
1407 (show-children): Declare as obsolete.
1408 (outline-show-branches): Rename from `show-branches'.
1409 (show-branches): Declare as obsolete.
1410
1411 2015-01-30 Oleh Krehel <ohwoeowho@gmail.com>
1412
1413 * outline.el (outline-mode): Clean up docstring.
1414 (font-lock-warning-face): Remove obsolete declaration.
1415 (outline-font-lock-face): Remove obsolete comment.
1416
1417 2015-01-30 Oleh Krehel <ohwoeowho@gmail.com>
1418
1419 * lisp/custom.el (defface): Set `indent' to 1.
1420
1421 2015-01-30 Oleh Krehel <ohwoeowho@gmail.com>
1422
1423 * emacs-lisp/easy-mmode.el (define-minor-mode): Set `indent' to 1.
1424
1425 2015-01-30 Michal Nazarewicz <mina86@mina86.com>
1426
1427 * lisp/files.el (save-buffers-kill-emacs): If `confirm-kill-emacs'
1428 is set, but user has just been asked whether they really want to
1429 kill Emacs (for example with a ‘Modified buffers exist; exit
1430 anyway?’ prompt), do not ask them for another confirmation.
1431
1432 2015-01-29 Jay Belanger <jay.p.belanger@gmail.com>
1433
1434 * lisp/calc/calc-units.el (calc-convert-exact-units): New function.
1435 (calc-convert-units): Check for missing units.
1436 (math-consistent-units-p): Strengthen the test for consistent units.
1437
1438 * lisp/calc/calc-ext.el (calc-init-extensions): Autoload
1439 `calc-convert-exact-units' and assign it a keybinding.
1440
1441 * lisp/calc/calc-help (calc-u-prefix-help): Add help for the
1442 "un" keybinding.
1443
1444 2015-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
1445
1446 * emacs-lisp/cl.el (cl--function-convert): Simplify.
1447
1448 2015-01-28 Tassilo Horn <tsdh@gnu.org>
1449
1450 * textmodes/reftex.el (reftex-syntax-table-for-bib): Give ( and )
1451 punctuation syntax since to allow bibtex fields with values such
1452 as {Test 1) and 2)} (bug#19205, bug#19707).
1453 (reftex--prepare-syntax-tables): New function.
1454 (reftex-mode): Use it.
1455
1456 2015-01-28 Fabián Ezequiel Gallina <fgallina@gnu.org>
1457
1458 python.el: New non-global state dependent indentation engine.
1459 (Bug#18319, Bug#19595)
1460 * progmodes/python.el (python-syntax-comment-or-string-p):
1461 Accept PPSS as argument.
1462 (python-syntax-closing-paren-p): New function.
1463 (python-indent-current-level)
1464 (python-indent-levels): Mark obsolete.
1465 (python-indent-context): Return more context cases.
1466 (python-indent--calculate-indentation)
1467 (python-indent--calculate-levels): New functions.
1468 (python-indent-calculate-levels): Use them.
1469 (python-indent-calculate-indentation, python-indent-line):
1470 (python-indent-line-function): Rewritten to use new API.
1471 (python-indent-dedent-line): Simplify logic.
1472 (python-indent-dedent-line-backspace): Use `unless`.
1473 (python-indent-toggle-levels): Delete function.
1474
1475 2015-01-28 Daniel Koning <dk@danielkoning.com> (tiny change)
1476
1477 * subr.el (posnp): Correct docstring of `posnp'.
1478 (posn-col-row): Make it work with all mouse position objects.
1479 * textmodes/artist.el (artist-mouse-draw-continously):
1480 Cancel timers if an error occurs during continuous drawing. (Bug#6130)
1481
1482 2015-01-28 Eli Zaretskii <eliz@gnu.org>
1483
1484 * button.el (button-activate, push-button): Doc fix. (Bug#19628)
1485
1486 2015-01-28 Michael Albinus <michael.albinus@gmx.de>
1487
1488 * filenotify.el (file-notify-descriptors, file-notify-handle-event):
1489 Adapt docstring.
1490 (file-notify--descriptor): New defun.
1491 (file-notify-callback, file-notify-add-watch, file-notify-rm-watch):
1492 Adapt docstring. Handle multiple values for
1493 `file-notify-descriptors' entries. (Bug#18880)
1494
1495 * net/tramp.el (tramp-handle-file-notify-rm-watch): Do not check
1496 `file-notify-descriptors', the implementation has been changed.
1497
1498 2015-01-28 Eli Zaretskii <eliz@gnu.org>
1499
1500 * net/net-utils.el (net-utils-run-program, net-utils-run-simple):
1501 On MS-Windows, bind coding-system-for-read to the console output
1502 codepage. (Bug#19458)
1503
1504 2015-01-28 Dmitry Gutov <dgutov@yandex.ru>
1505
1506 Unbreak `mouse-action' property in text buttons.
1507 * button.el (push-button): Fix regression from 2012-12-06.
1508
1509 2015-01-28 Glenn Morris <rgm@gnu.org>
1510
1511 * progmodes/sh-script.el (sh-mode): Doc fix.
1512 (sh-basic-indent-line): Handle electric newline. (Bug#18756)
1513
1514 2015-01-28 Paul Eggert <eggert@cs.ucla.edu>
1515
1516 Fix dired quoting bug with "Hit`N`Hide".
1517 * files.el (shell-quote-wildcard-pattern): Also quote "`". (Bug#19498)
1518
1519 2015-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
1520
1521 Tighten up the tagcode used for eieio and cl-struct objects.
1522 * loadup.el: Load cl-preloaded.
1523 * emacs-lisp/eieio-core.el (eieio-defclass-internal): Set the function
1524 slot of the tag symbol to :quick-object-witness-check.
1525 (eieio-object-p): Use :quick-object-witness-check.
1526 (eieio--generic-tagcode): Use cl--generic-struct-tag.
1527 * emacs-lisp/cl-preloaded.el: New file.
1528 * emacs-lisp/cl-macs.el (cl--bind-inits): Remove, unused.
1529 (cl--transform-lambda, cl-destructuring-bind): Remove cl--bind-inits.
1530 (cl--make-usage-args): Strip away &aux args.
1531 (cl-case, cl-typecase, cl--parse-loop-clause): Use macroexp-let2.
1532 (cl-the, cl-check-type): Use macroexp-let2 and cl-typep.
1533 (cl-defstruct): Use `declare' and cl-struct-define.
1534 * emacs-lisp/cl-generic.el (cl--generic-struct-tag): New function.
1535 (cl--generic-struct-tagcode): Use it to tighten the tagcode.
1536
1537 2015-01-27 Katsumi Yamaoka <yamaoka@jpl.org>
1538
1539 * emacs-lisp/cl.el (cl--function-convert):
1540 Merge cache that cl--labels-convert adds (bug#19699).
1541
1542 2015-01-27 Ivan Shmakov <ivan@siamics.net>
1543
1544 * tar-mode.el: Allow for adding new archive members. (Bug#19274)
1545 (tar-new-regular-file-header, tar--pad-to, tar--put-at)
1546 (tar-header-serialize): New functions.
1547 (tar-current-position): Split from tar-current-descriptor.
1548 (tar-current-descriptor): Use it.
1549 (tar-new-entry): New command.
1550 (tar-mode-map): Bind it.
1551
1552 2015-01-27 Sam Steingold <sds@gnu.org>
1553
1554 * progmodes/python.el (python-check-custom-command): Buffer local
1555 because it usually includes the buffer name.
1556 (python-check-command): Set to epylint when pyflakes is not available.
1557
1558 2015-01-27 Artur Malabarba <bruce.connor.am@gmail.com>
1559
1560 * isearch.el (isearch-process-search-char): Add docstring.
1561
1562 2015-01-27 Oleh Krehel <ohwoeowho@gmail.com>
1563
1564 * emacs-lisp/derived.el (define-derived-mode): Declare indent 3.
1565
1566 2015-01-27 Katsumi Yamaoka <yamaoka@jpl.org>
1567
1568 * emacs-lisp/cl.el (cl--function-convert): Run cl--labels-convert
1569 for the case cl-flet or cl-labels form is wrapped with lexical-let
1570 (bug#19613).
1571
1572 2015-01-26 Stefan Monnier <monnier@iro.umontreal.ca>
1573
1574 * emacs-lisp/cl-generic.el (cl--generic-method): New struct.
1575 (cl--generic): The method-table is now a (list-of cl--generic-method).
1576 (cl--generic-member-method): New function.
1577 (cl-generic-define-method): Use it.
1578 (cl--generic-build-combined-method, cl--generic-cache-miss):
1579 Adapt to new method-table.
1580 (cl--generic-no-next-method-function): Add `method' argument.
1581 (cl-generic-call-method): Adapt to new method representation.
1582 (cl--generic-cnm-sample, cl--generic-nnm-sample): Adjust.
1583 (cl-find-method, cl-method-qualifiers): New functions.
1584 (cl--generic-method-info): Adapt to new method representation.
1585 Return a string for the qualifiers.
1586 (cl--generic-describe):
1587 * emacs-lisp/eieio-opt.el (eieio-help-class): Adjust accordingly.
1588 (eieio-all-generic-functions, eieio-method-documentation):
1589 Adjust to new method representation.
1590
1591 * emacs-lisp/eieio-compat.el (eieio--defmethod): Use cl-find-method.
1592
1593 2015-01-26 Stefan Monnier <monnier@iro.umontreal.ca>
1594
1595 * emacs-lisp/cl-generic.el: Add a method-combination hook.
1596 (cl-generic-method-combination-function): New var.
1597 (cl--generic-lambda): Remove `with-cnm' arg.
1598 (cl-defmethod): Change accordingly.
1599 (cl-generic-define-method): Don't check qualifiers validity.
1600 Preserve all qualifiers in `method-table'.
1601 (cl-generic-call-method): New function.
1602 (cl--generic-nest): Remove (morph into cl-generic-call-method).
1603 (cl--generic-build-combined-method): Adjust to new format of method-table
1604 and use cl-generic-method-combination-function.
1605 (cl--generic-standard-method-combination): New function, extracted from
1606 cl--generic-build-combined-method.
1607 (cl--generic-cnm-sample): Adjust to new format of method-table.
1608
1609 * emacs-lisp/eieio-compat.el (eieio--defmethod): Use () qualifiers
1610 instead of :primary.
1611
1612 * emacs-lisp/eieio-datadebug.el (eieio-debug-methodinvoke):
1613 Remove obsolete function.
1614
1615 2015-01-26 Lars Ingebrigtsen <larsi@gnus.org>
1616
1617 * net/shr.el (shr-make-table-1): Fix colspan typo.
1618 (shr-make-table-1): Add comments.
1619 (shr-make-table-1): Make colspan display more sensibly.
1620
1621 * net/eww.el (eww-add-bookmark): Fix prompt and clean up the code
1622 slightly.
1623
1624 2015-01-25 Stefan Monnier <monnier@iro.umontreal.ca>
1625
1626 * emacs-lisp/cl-generic.el (cl--generic-no-next-method-function): New fun.
1627 (cl--generic-build-combined-method, cl--generic-nnm-sample): Use it
1628 (bug#19672).
1629 (cl--generic-typeof-types): Add support for `sequence'.
1630 (cl-defmethod): Add non-keywords in the qualifiers.
1631
1632 2015-01-25 Dmitry Gutov <dgutov@yandex.ru>
1633
1634 * emacs-lisp/find-func.el (find-function-regexp): Don't match
1635 `defgroup' (regression from the previous change here).
1636
1637 2015-01-23 Thomas Fitzsimmons <fitzsim@fitzsim.org>
1638
1639 * net/ldap.el (ldap-search-internal): Mention binddn in invalid
1640 credentials error message.
1641
1642 2015-01-23 Thomas Fitzsimmons <fitzsim@fitzsim.org>
1643
1644 * net/ldap.el (ldap-password-read): Validate password before
1645 caching it.
1646 (ldap-search-internal): Handle ldapsearch error conditions.
1647
1648 2015-01-23 Thomas Fitzsimmons <fitzsim@fitzsim.org>
1649
1650 * net/ldap.el (ldap-password-read): Handle password-cache being nil.
1651
1652 2015-01-23 Thomas Fitzsimmons <fitzsim@fitzsim.org>
1653
1654 * net/eudc.el (eudc-expand-inline): Always restore former server
1655 and protocol.
1656
1657 2015-01-23 Thomas Fitzsimmons <fitzsim@fitzsim.org>
1658
1659 * net/eudcb-ldap.el: Don't nag the user in case a default base is
1660 provided by the LDAP system configuration file.
1661
1662 2015-01-23 Thomas Fitzsimmons <fitzsim@fitzsim.org>
1663
1664 * net/eudc.el (eudc-format-query): Preserve the
1665 eudc-inline-query-format ordering of attributes in the returned list.
1666 * net/eudcb-ldap.el (eudc-ldap-format-query-as-rfc1558):
1667 Append the LDAP wildcard character to the last attribute value.
1668
1669 2015-01-23 Thomas Fitzsimmons <fitzsim@fitzsim.org>
1670
1671 * net/eudcb-ldap.el (eudc-ldap-cleanup-record-simple):
1672 Downcase field names of LDAP results.
1673 (eudc-ldap-cleanup-record-filtering-addresses): Likewise.
1674
1675 2015-01-23 Thomas Fitzsimmons <fitzsim@fitzsim.org>
1676
1677 * net/ldap.el (ldap-ldapsearch-password-prompt): New defcustom.
1678 (ldap-search-internal): Send password to ldapsearch through a pipe
1679 instead of via the command line.
1680
1681 2015-01-23 Thomas Fitzsimmons <fitzsim@fitzsim.org>
1682
1683 * net/ldap.el: Require password-cache.
1684 (ldap-password-read): New function.
1685 (ldap-search-internal): Call ldap-password-read when it is
1686 configured to be called.
1687
1688 2015-01-23 Thomas Fitzsimmons <fitzsim@fitzsim.org>
1689
1690 * net/eudc-vars.el (eudc-expansion-overwrites-query):
1691 Change default to nil.
1692
1693 2015-01-23 Thomas Fitzsimmons <fitzsim@fitzsim.org>
1694
1695 * net/eudc.el (eudc-expand-inline): Ignore text properties of
1696 string-to-expand.
1697
1698 2015-01-23 Thomas Fitzsimmons <fitzsim@fitzsim.org>
1699
1700 * net/eudc-vars.el (eudc-inline-expansion-format): Default to a
1701 format that includes first name and surname.
1702
1703 2015-01-23 Thomas Fitzsimmons <fitzsim@fitzsim.org>
1704
1705 * net/eudc-vars.el (eudc-inline-query-format): Change default to
1706 query email and first name instead of surname.
1707
1708 2015-01-23 Thomas Fitzsimmons <fitzsim@fitzsim.org>
1709
1710 * net/ldap.el (ldap-search-internal): Support new-style LDAP URIs.
1711
1712 2015-01-23 Thomas Fitzsimmons <fitzsim@fitzsim.org>
1713
1714 * net/eudc-vars.el (eudc-server): Adjust docstring to mention
1715 eudc-server-hotlist.
1716 (eudc-server-hotlist): Move from eudc.el and make defcustom.
1717 * net/eudc.el (eudc-server-hotlist): Move to eudc-vars.el.
1718 (eudc-set-server): Allow setting protocol to nil.
1719 (eudc-expand-inline): Support hotlist-only expansions when server
1720 is not set.
1721
1722 2015-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
1723
1724 * emacs-lisp/cl-generic.el (cl-no-primary-method): New fun and error.
1725 (cl--generic-build-combined-method): Use it.
1726
1727 2015-01-22 Paul Eggert <eggert@cs.ucla.edu>
1728
1729 Don't downcase system diagnostics' first letters
1730 * emacs-lisp/bytecomp.el (byte-compile-file):
1731 * ffap.el (find-file-at-point):
1732 * files.el (insert-file-1):
1733 * net/ange-ftp.el (ange-ftp-barf-if-not-directory)
1734 (ange-ftp-copy-file-internal):
1735 * progmodes/etags.el (visit-tags-table):
1736 Keep diagnostics consistent with system's.
1737 * ffap.el (ffap-machine-p):
1738 Ignore case while comparing diagnostics.
1739
1740 2015-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
1741
1742 * help.el (help-make-usage): Don't turn a "_" arg into an empty-string
1743 arg (bug#19645).
1744 * emacs-lisp/cl-generic.el (cl--generic-lambda): Don't confuse a string
1745 body with a docstring.
1746
1747 2015-01-22 Dmitry Gutov <dgutov@yandex.ru>
1748
1749 * progmodes/xref.el (xref-location-marker, xref-location-group):
1750 Use `cl-defgeneric' and `cl-defmethod' instead of the EIEIO
1751 counterparts.
1752
1753 * progmodes/etags.el (xref-location-marker): Same.
1754
1755 * progmodes/xref.el (xref--current): Rename from `xref--selected'.
1756 (xref--inhibit-mark-current): Rename from
1757 `xref--inhibit-mark-selected'. Update the usages.
1758 (xref-quit): Reword the docstring. Kill buffers after quitting
1759 windows instead of before.
1760 (xref--insert-xrefs): Tweak help-echo.
1761 (xref--read-identifier-history, xref--read-pattern-history):
1762 New variables.
1763 (xref--read-identifier, xref-find-apropos): Use them.
1764
1765 2015-01-21 Ulrich Müller <ulm@gentoo.org>
1766
1767 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
1768 Allow the 'update-game-score' helper program to run suid or sgid.
1769
1770 2015-01-21 Stefan Monnier <monnier@iro.umontreal.ca>
1771
1772 * emacs-lisp/eieio.el: Use cl-defmethod.
1773 (defclass): Generate cl-defmethod calls; use setf methods for :accessor.
1774 (eieio-object-name-string): Declare as obsolete.
1775
1776 * emacs-lisp/eieio-opt.el: Adapt to cl-generic.
1777 (eieio--specializers-apply-to-class-p): New function.
1778 (eieio-all-generic-functions): Use it.
1779 (eieio-method-documentation): Use it as well as cl--generic-method-info.
1780 Change format of return value.
1781 (eieio-help-class): Adapt accordingly.
1782
1783 * emacs-lisp/eieio-compat.el (eieio--defmethod): Avoid no-next-method
1784 errors when there's a `before' but no `primary' (bug#19645).
1785 (next-method-p): Return nil rather than signal an error.
1786 (eieio-defgeneric): Remove bogus (fboundp 'method).
1787
1788 * emacs-lisp/eieio-speedbar.el:
1789 * emacs-lisp/eieio-datadebug.el:
1790 * emacs-lisp/eieio-custom.el:
1791 * emacs-lisp/eieio-base.el: Use cl-defmethod.
1792
1793 * emacs-lisp/cl-generic.el (cl-defgeneric): Add support for `declare'.
1794 (cl--generic-setf-rewrite): Setup the setf expander right away.
1795 (cl-defmethod): Make sure the setf expander is setup before we expand
1796 the body.
1797 (cl-defmethod): Silence byte-compiler warnings.
1798 (cl-generic-define-method): Shuffle code to change return value.
1799 (cl--generic-method-info): New function, extracted from
1800 cl--generic-describe.
1801 (cl--generic-describe): Use it.
1802
1803 2015-01-21 Dmitry Gutov <dgutov@yandex.ru>
1804
1805 * progmodes/xref.el (xref--xref-buffer-mode-map): Define before
1806 the major mode. Remap `quit-window' to `xref-quit'.
1807 (xref--xref-buffer-mode): Inherit from special-mode.
1808
1809 xref: Keep track of temporary buffers (bug#19466).
1810 * progmodes/xref.el (xref--temporary-buffers, xref--selected)
1811 (xref--inhibit-mark-selected): New variables.
1812 (xref--mark-selected): New function.
1813 (xref--show-location): Maybe add the buffer to
1814 `xref--temporary-buffers', add `xref--mark-selected' to
1815 `buffer-list-update-hook' there.
1816 (xref--window): Add docstring.
1817 (xref-quit): Rename from `xref--quit'. Update both references.
1818 Add KILL argument. When it's non-nil, kill the temporary buffers
1819 that haven't been selected by the user.
1820 (xref--show-xref-buffer): Change the second argument to alist,
1821 extract the values for `xref--window' and
1822 `xref--temporary-buffers' from it. Add `xref--mark-selected' to
1823 `buffer-list-update-hook' to each buffer in the list.
1824 (xref--show-xrefs): Move the logic of calling `xref-find-function'
1825 here. Save the difference between buffer lists before and after
1826 it's called as "temporary buffers", and `pass it to
1827 `xref-show-xrefs-function'.
1828 (xref--find-definitions, xref-find-references)
1829 (xref-find-apropos): Update accordingly.
1830
1831 2015-01-20 Artur Malabarba <bruce.connor.am@gmail.com>
1832
1833 * emacs-lisp/package.el (package-dir-info): Fix `while' logic.
1834
1835 2015-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
1836
1837 * emacs-lisp/eieio-generic.el: Remove.
1838 (defgeneric, defmethod): Move to eieio-compat.el. Mark obsolete.
1839 * emacs-lisp/eieio-compat.el: New file.
1840 * emacs-lisp/eieio.el: Don't require eieio-generic any more.
1841 * emacs-lisp/eieio-core.el (eieio--slot-originating-class-p):
1842 Remove unused function.
1843 (eieio-defclass): Move to eieio-compat.el.
1844 * emacs-lisp/macroexp.el (macroexp-macroexpand): New function.
1845 (macroexp--expand-all): Use it.
1846 * emacs-lisp/bytecomp.el (byte-compile-recurse-toplevel): Here too.
1847
1848 2015-01-20 Michal Nazarewicz <mina86@mina86.com>
1849
1850 * emacs-lisp/eldoc.el (eldoc-documentation-function): Describe how
1851 major modes should use `add-function' to alter value of the variable.
1852 * hexl.el (hexl-mode):
1853 * ielm.el (inferior-emacs-lisp-mode):
1854 * progmodes/cfengine.el (cfengine3-mode):
1855 * progmodes/elisp-mode (emacs-lisp-mode):
1856 * progmodes/octave.el (octave-mode):
1857 * progmodes/python.el (python-mode):
1858 * simple.el (read--expression): Set `eldoc-documentation-function'
1859 using `add-function' so the default value is always used.
1860
1861 * descr-text.el (describe-char-eldoc): New function returning
1862 basic Unicode codepoint information (e.g. name) about character
1863 at point. It is meant to be used as a default value of the
1864 `eldoc-documentation-function' variable.
1865 (describe-char-eldoc--format, describe-char-eldoc--truncate):
1866 New helper functions for `describe-char-eldoc' function.
1867
1868 2015-01-20 Michal Nazarewicz <mina86@mina86.com>
1869
1870 * textmodes/paragraphs.el (sentence-end-base): Include an
1871 ellipsis (…) and interrobang (‽) characters as end of a sentence,
1872 and a closing single quote (’) as an end of a quote.
1873
1874 2015-01-20 Michal Nazarewicz <mina86@mina86.com>
1875
1876 * textmodes/tildify.el (tildify-double-space-undos): A new
1877 variable specifying whether pressing space in `tildify-mode' after
1878 a space has been replaced with hard space undos the substitution.
1879 (tildify-space): Add code branch for handling `tildify-doule-space'.
1880
1881 * textmodes/tildify.el (tildify-space): A new function
1882 which can be used as a `post-self-insert-hook' to automatically
1883 convert spaces into hard spaces.
1884 (tildify-space-pattern): A new variable specifying pattern where
1885 `tildify-space' should take effect.
1886 (tildify-space-predicates): A new variable specifying list of
1887 predicate functions that all must return non-nil for
1888 `tildify-space' to take effect.
1889 (tildify-space-region-predicate): A new functions meant to be
1890 used as a predicate in `tildify-space-predicates' list.
1891 (tildify-mode): A new minor mode enabling `tildify-space' as a
1892 `post-self-insert-hook'
1893
1894 2015-01-20 Daniel Colascione <dancol@dancol.org>
1895
1896 * vc/vc-dir.el (vc-dir): Default to repository root, not
1897 default-directory.
1898
1899 2015-01-20 Dmitry Gutov <dgutov@yandex.ru>
1900
1901 * progmodes/etags.el (xref-etags-location): New class.
1902 (xref-make-etags-location): New function.
1903 (etags--xref-find-definitions): Use it.
1904 (xref-location-marker): New method implementation.
1905
1906 * progmodes/xref.el: Mention that xref-location is an EIEIO class.
1907 (xref--insert-xrefs): Expand help-echo string.
1908
1909 2015-01-19 Dmitry Gutov <dgutov@yandex.ru>
1910
1911 * ido.el: Update Customization instructions.
1912
1913 2015-01-19 Jonas Bernoulli <jonas@bernoul.li>
1914
1915 Define Ido keymaps once (bug#17000).
1916 * ido.el (ido-common-completion-map)
1917 (ido-file-dir-completion-map)
1918 (ido-file-completion-map, ido-buffer-completion-map): Set up key
1919 bindings when each variable is defined.
1920 (ido-completion-map): Move definition.
1921 (ido-init-completion-maps): Noop.
1922 (ido-common-initialization): Don't call it.
1923 (ido-setup-completion-map): Improve doc-string, cleanup.
1924
1925 2015-01-19 Ivan Shmakov <ivan@siamics.net>
1926
1927 * cus-dep.el (custom-make-dependencies): Ensure that
1928 default-directory is interpreted as a directory (see bug#19140.)
1929
1930 2015-01-19 Dmitry Gutov <dgutov@yandex.ru>
1931
1932 * progmodes/xref.el (xref--display-position):
1933 Set `other-window-scroll-buffer'.
1934 (xref-goto-xref): Use `user-error'.
1935
1936 2015-01-19 Dmitry Gutov <dgutov@yandex.ru>
1937
1938 * progmodes/xref.el (xref--display-history): New variable.
1939 (xref--window-configuration): Remove.
1940 (xref--save-to-history): New function.
1941 (xref--display-position): Use it. Add new argument.
1942 (xref--restore-window-configuration): Remove.
1943 (xref--show-location, xref-show-location-at-point):
1944 Update accordingly.
1945 (xref--xref-buffer-mode): Don't use `pre-command-hook'.
1946 (xref--quit): New command.
1947 (xref-goto-xref): Use it.
1948 (xref--xref-buffer-mode-map): Bind `q' to it.
1949
1950 2015-01-18 Dmitry Gutov <dgutov@yandex.ru>
1951
1952 * progmodes/xref.el (xref-goto-xref): Perform the jump even inside
1953 indentation or at eol.
1954
1955 2015-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
1956
1957 * emacs-lisp/eieio-core.el: Add `subclass' specializer for cl-generic.
1958 (eieio--generic-subclass-tagcode, eieio--generic-subclass-tag-types):
1959 New functions.
1960 (cl-generic-tagcode-function, cl-generic-tag-types-function): Use them.
1961
1962 * emacs-lisp/eieio.el (defclass): Add obsolescence warning for the
1963 `newname' argument.
1964
1965 * emacs-lisp/cl-generic.el (cl-generic-define-method): Correctly handle
1966 introduction of a new dispatch argument.
1967 (cl--generic-cache-miss): Handle dispatch on an argument which was not
1968 considered as dispatchable for this method.
1969 (cl-defmethod): Warn when adding a method to an obsolete generic function.
1970 (cl--generic-lambda): Make sure it works if cl-lib is not yet loaded.
1971
1972 * emacs-lisp/eieio-generic.el (eieio--defgeneric-init-form): Use autoloadp.
1973
1974 2015-01-18 Artur Malabarba <bruce.connor.am@gmail.com>
1975
1976 * emacs-lisp/package.el (package--append-to-alist): Rename from
1977 `package--add-to-alist'
1978 Updated docstring due to new name.
1979
1980 2015-01-18 Leo Liu <sdl.web@gmail.com>
1981
1982 * emacs-lisp/cl-extra.el (cl-subseq): Use seq-subseq and fix
1983 multiple evaluation. (Bug#19519)
1984
1985 * emacs-lisp/seq.el (seq-subseq): Throw bad bounding indices
1986 error. (Bug#19434)
1987
1988 2015-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
1989
1990 * emacs-lisp/eieio-core.el: Add `subclass' specializer for cl-generic.
1991 (eieio--generic-subclass-tagcode, eieio--generic-subclass-tag-types):
1992 New functions.
1993 (cl-generic-tagcode-function, cl-generic-tag-types-function): Use them.
1994
1995 * emacs-lisp/cl-macs.el (cl-defstruct): Minor optimization when include
1996 or print is nil.
1997 (cl-struct-type-p): New function.
1998
1999 * emacs-lisp/cl-generic.el: Add support for cl-next-method-p.
2000 (cl-defmethod): Add edebug spec.
2001 (cl--generic-build-combined-method): Fix call to
2002 cl-no-applicable-method.
2003 (cl--generic-nnm-sample, cl--generic-cnm-sample): New constant.
2004 (cl--generic-isnot-nnm-p): New function.
2005 (cl--generic-lambda): Use it to add support for cl-next-method-p.
2006 (cl-no-next-method, cl-no-applicable-method): Simplify arg list.
2007 (cl-next-method-p): New function.
2008
2009 2015-01-17 Ulrich Müller <ulm@gentoo.org>
2010
2011 * version.el (emacs-repository-get-version): Update docstring.
2012
2013 2015-01-17 Ivan Shmakov <ivan@siamics.net>
2014
2015 * files.el (find-file-other-window, find-file-other-frame):
2016 Use mapc instead of mapcar. (Bug#18175)
2017
2018 * files.el (dir-locals-collect-variables): Use default-directory
2019 in place of the file name while working on non-file buffers, just
2020 like hack-dir-local-variables already does. (Bug#19140)
2021
2022 * textmodes/enriched.el (enriched-encode):
2023 Use inhibit-point-motion-hooks in addition to inhibit-read-only.
2024 (Bug#18246)
2025
2026 * desktop.el (desktop-read): Do not call desktop-clear when no
2027 desktop file is found. (Bug#18371)
2028
2029 * misearch.el (multi-isearch-unload-function): New function.
2030 (misearch-unload-function): New alias. (Bug#19566)
2031
2032 2015-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
2033
2034 * emacs-lisp/eieio-core.el (eieio--class-constructor): Rename from
2035 class-constructor, and make it an alias for `identity'.
2036 Update all callers.
2037
2038 * emacs-lisp/eieio.el (eieio-constructor): Handle obsolete object name
2039 argument here (bug#19620)...
2040 (defclass): ...instead of in the constructor here.
2041
2042 2015-01-16 Jorgen Schaefer <contact@jorgenschaefer.de>
2043
2044 * emacs-lisp/package.el (package-archive-priorities):
2045 Specify correct type.
2046
2047 2015-01-17 Ulrich Müller <ulm@gentoo.org>
2048
2049 * version.el (emacs-bzr-version-dirstate, emacs-bzr-version-bzr):
2050 Remove.
2051 (emacs-repository-get-version): Discard the Bazaar case.
2052 * vc/vc-bzr.el (vc-bzr-version-dirstate): Rename from
2053 emacs-bzr-version-dirstate and move from version.el to here.
2054 (vc-bzr-working-revision): Use it.
2055
2056 2015-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
2057
2058 * emacs-lisp/eieio-generic.el (call-next-method): Don't bother checking
2059 eieio--scoped-class any more.
2060
2061 * emacs-lisp/eieio-core.el (eieio--scoped-class-stack): Remove var.
2062 (eieio--scoped-class): Remove function.
2063 (eieio--with-scoped-class): Remove macro. Replace uses with `progn'.
2064 (eieio--slot-name-index): Don't check the :protection anymore.
2065 (eieio-initializing-object): Remove var.
2066 (eieio-set-defaults): Don't let-bind eieio-initializing-object.
2067
2068 2015-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
2069
2070 Improve handling of doc-strings and describe-function for cl-generic.
2071
2072 * help-mode.el (help-function-def): Add optional arg `type'.
2073
2074 * help-fns.el (find-lisp-object-file-name): Accept any `type' as long
2075 as it's a symbol.
2076 (help-fns-short-filename): New function.
2077 (describe-function-1): Use it. Use autoload-do-load.
2078
2079 * emacs-lisp/find-func.el: Use lexical-binding.
2080 (find-function-regexp): Don't rule out `defgeneric'.
2081 (find-function-regexp-alist): Document new possibility of including
2082 a function instead of a regexp.
2083 (find-function-search-for-symbol): Implement that new possibility.
2084 (find-function-library): Don't assume that `function' is a symbol.
2085 (find-function-do-it): Remove unused var `orig-buf'.
2086
2087 * emacs-lisp/eieio-generic.el (eieio--defalias): Move from eieio-core.
2088 (eieio--defgeneric-init-form): Don't throw away a previous docstring.
2089 (eieio--method-optimize-primary): Don't mess with the docstring.
2090 (defgeneric): Keep the `args' in the docstring.
2091 (defmethod): Don't use the method's docstring for the generic
2092 function's docstring.
2093
2094 * emacs-lisp/eieio-core.el (eieio--defalias): Move to eieio-generic.el.
2095 (eieio-defclass-autoload): Don't record the superclasses any more.
2096 (eieio-defclass-internal): Reuse the old class object if it was just an
2097 autoload stub.
2098 (eieio--class-precedence-list): Load the class if it's autoloaded.
2099
2100 * emacs-lisp/cl-generic.el (cl-generic-ensure-function): It's OK to
2101 override an autoload.
2102 (cl-generic-current-method-specializers): Replace dyn-bind variable
2103 with a lexically-scoped macro.
2104 (cl--generic-lambda): Update accordingly.
2105 (cl-generic-define-method): Record manually in the load-history with
2106 type `cl-defmethod'.
2107 (cl--generic-get-dispatcher): Minor optimization.
2108 (cl--generic-search-method): New function.
2109 (find-function-regexp-alist): Add entry for `cl-defmethod' type.
2110 (cl--generic-search-method): Add hyperlinks for methods. Merge the
2111 specializers and the function's arguments.
2112
2113 2015-01-16 Artur Malabarba <bruce.connor.am@gmail.com>
2114
2115 * emacs-lisp/package.el (package--read-pkg-desc):
2116 New function. Read a `define-package' form in current buffer.
2117 Return the pkg-desc, with desc-kind set to KIND.
2118 (package-dir-info): New function. Find package information for a
2119 directory. The return result is a `package-desc'.
2120 (package-install-from-buffer): Install packages from dired buffer.
2121 (package-install-file): Install packages from directory.
2122 (package-desc-suffix)
2123 (package-install-from-archive)
2124 * emacs-lisp/package-x.el (package-upload-buffer-internal):
2125 Ensure all remaining instances of `package-desc-kind' handle the 'dir
2126 value.
2127
2128 2015-01-16 Jorgen Schaefer <contact@jorgenschaefer.de>
2129
2130 * emacs-lisp/package.el: Provide repository priorities.
2131 (package-archive-priorities): New variable.
2132 (package--add-to-alist): New function.
2133 (package--add-to-archive-contents): Use it.
2134 (package-menu--find-upgrades): Use it as well. Small clean up to
2135 make the use of the package name here explicit.
2136 (package-archive-priority): New function.
2137 (package-desc-priority-version): New function.
2138
2139 2015-01-16 Daniel Colascione <dancol@dancol.org>
2140
2141 * cus-start.el (all): Make `ring-bell-function' customizable.
2142
2143 2015-01-16 Dmitry Gutov <dgutov@yandex.ru>
2144
2145 * vc/vc-svn.el (vc-svn-dir-status-files): Pass t as
2146 vc-svn-after-dir-status's second argument. (Bug#19429)
2147
2148 2015-01-16 Samer Masterson <samer@samertm.com>
2149
2150 * pcomplete.el (pcomplete-parse-arguments): Parse arguments
2151 regardless of pcomplete-cycle-completions's value. (Bug#18950)
2152
2153 2015-01-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
2154
2155 * dom.el (dom-strings): New function.
2156
2157 * files.el (directory-files-recursively): Don't use the word
2158 "path" for a file name.
2159
2160 2015-01-15 Wolfgang Jenkner <wjenkner@inode.at>
2161
2162 * calc/calc-units.el (math-units-in-expr-p)
2163 (math-single-units-in-expr-p, math-find-compatible-unit-rec)
2164 (math-extract-units): Handle the `neg' operator. (Bug#19582)
2165
2166 2015-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
2167
2168 * emacs-lisp/cl-macs.el (cl--labels-magic): New constant.
2169 (cl--labels-convert): Use it to ask the macro what is its replacement
2170 in the #'f case.
2171
2172 * emacs-lisp/cl-generic.el (cl--generic-build-combined-method):
2173 Return the value of the primary rather than the after method.
2174
2175 * emacs-lisp/eieio-core.el: Provide support for cl-generic.
2176 (eieio--generic-tagcode): New function.
2177 (cl-generic-tagcode-function): Use it.
2178 (eieio--generic-tag-types): New function.
2179 (cl-generic-tag-types-function): Use it.
2180 (eieio-object-p): Tighten up the test.
2181
2182 * emacs-lisp/cl-generic.el (cl-generic-define-method): Fix paren typo.
2183
2184 2015-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
2185
2186 * emacs-lisp/cl-generic.el: New file.
2187
2188 * emacs-lisp/cl-macs.el (cl-flet): Allow (FUN EXP) forms.
2189 (cl-load-time-value, cl-labels): Use closures rather than
2190 backquoted lambdas.
2191 (cl-macrolet): Use `eval' to create the function value, and support CL
2192 style arguments in for the defined macros.
2193
2194 2015-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
2195
2196 * net/eww.el: Use lexical-binding.
2197 (eww-links-at-point): Remove unused arg.
2198 (eww-mode-map): Inherit from special-mode-map.
2199 (eww-mode): Derive from special-mode. Don't use `setq' on a hook.
2200
2201 2015-01-13 Alan Mackenzie <acm@muc.de>
2202
2203 Allow compilation during loading of CC Mode-derived modes (bug#19206).
2204 * progmodes/cc-bytecomp.el (cc-bytecomp-compiling-or-loading):
2205 New function which walks the stack to discover whether we're compiling
2206 or loading.
2207 (cc-bytecomp-is-compiling): Reformulate, and move towards beginning.
2208 (cc-bytecomp-is-loading): New defsubst.
2209 (cc-bytecomp-setup-environment, cc-bytecomp-restore-environment):
2210 Use the above defsubsts.
2211 (cc-require-when-compile, cc-bytecomp-defvar)
2212 (cc-bytecomp-defun): Simplify conditionals.
2213 * progmodes/cc-defs.el (cc-bytecomp-compiling-or-loading):
2214 "Borrow" this function from cc-bytecomp.el.
2215 (c-get-current-file): Reformulate using the above.
2216 (c-lang-defconst): Prevent duplicate entries of file names in a
2217 symbol's 'source property.
2218 (c-lang-const): Use cc-bytecomp-is-compiling.
2219 * progmodes/cc-langs.el (c-make-init-lang-vars-fun):
2220 Use cc-bytecomp-is-compiling.
2221
2222 2015-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
2223
2224 * emacs-lisp/eieio-core.el (eieio-defclass): Fix call to `defclass'
2225 (bug#19552).
2226
2227 2015-01-13 Dmitry Gutov <dgutov@yandex.ru>
2228
2229 * menu-bar.el (menu-bar-goto-menu): Before calling
2230 `xref-marker-stack-empty-p', first check that `xref' is loaded.
2231 (Bug#19554)
2232
2233 2015-01-12 Martin Rudalics <rudalics@gmx.at>
2234
2235 * progmodes/xref.el (xref-marker-stack-empty-p): Add autoload
2236 cookie (Bug#19554).
2237
2238 * frame.el (frame-notice-user-settings): Remove code dealing with
2239 frame-initial-frame-tool-bar-height. Turn off `tool-bar-mode'
2240 only if `window-system-frame-alist' or `default-frame-alist' ask
2241 for it.
2242 (make-frame): Update frame-adjust-size-history if needed.
2243
2244 2015-01-12 Paul Eggert <eggert@cs.ucla.edu>
2245
2246 Have 'make' output better GEN names
2247 * Makefile.in (PHONY_EXTRAS): New macro.
2248 (.PHONY): Depend on it, and on $(lisp)/loaddefs.el, so that the
2249 relevant files' time stamps are ignored.
2250 (custom-deps, $(lisp)/cus-load.el, finder-data)
2251 ($(lisp)/finder-inf.el): Use PHONY_EXTRAS.
2252 (custom-deps, $(lisp)/cus-load.el, finder-data)
2253 ($(lisp)/finder-inf.el, autoloads, $(lisp)/loaddefs.el)
2254 ($(lisp)/subdirs.el, update-subdirs):
2255 Output more-accurate destination names with GEN.
2256
2257 Say "ELC foo.elc" instead of "GEN foo.elc"
2258 * Makefile.in (AM_V_ELC, am__v_ELC_, am__v_ELC_0, am__v_ELC_1):
2259 New macros.
2260 ($(THEFILE)c, .el.elc): Use them.
2261
2262 2015-01-11 Michael Albinus <michael.albinus@gmx.de>
2263
2264 * files.el (directory-files-recursively): Do not include
2265 superfluous remote file names.
2266
2267 2015-01-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
2268
2269 * net/eww.el (eww): Interpret anything that looks like a protocol
2270 designator as a full URL.
2271
2272 2015-01-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
2273
2274 * net/shr.el (shr-urlify): Don't bother the user about
2275 invalidly-encoded display strings.
2276
2277 2015-01-10 Ivan Shmakov <ivan@siamics.net>
2278
2279 * net/shr.el (shr-urlify): Decode URLs before using them as titles
2280 (bug#19555).
2281
2282 2015-01-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
2283
2284 * net/eww.el (eww): Always interpret URLs that start with https?:
2285 as plain URLs, even if they have spaces in them (bug#19556).
2286 (eww): Also interpret things like "en.wikipedia.org/wiki/Free
2287 software" as an URL.
2288 (eww): Don't interpret "org/foo" as an URL.
2289 (eww): Clear the title when loading so that we don't display
2290 misleading information.
2291
2292 2015-01-10 Daniel Colascione <dancol@dancol.org>
2293
2294 * vc/vc-hooks.el (vc-prefix-map): Bind vc-delete-file to C-x v x,
2295 by analogy with dired.
2296
2297 2015-01-09 Daniel Colascione <dancol@dancol.org>
2298
2299 * progmodes/js.el (js--function-heading-1-re)
2300 (js--function-prologue-beginning): Parse ES6 generator function
2301 declarations. (That is, "function* name()").
2302
2303 2015-01-08 Stefan Monnier <monnier@iro.umontreal.ca>
2304
2305 * emacs-lisp/eieio.el (defclass): Move from eieio-defclass all the code
2306 that creates functions, and most of the sanity checks.
2307 Mark as obsolete the <class>-child-p function.
2308 * emacs-lisp/eieio-core.el (eieio--define-field-accessors): Remove.
2309 (eieio--class, eieio--object): Use cl-defstruct.
2310 (eieio--object-num-slots): Define manually.
2311 (eieio-defclass-autoload): Use eieio--class-make.
2312 (eieio-defclass-internal): Rename from eieio-defclass. Move all the
2313 `(lambda...) definitions and most of the sanity checks to `defclass'.
2314 Mark as obsolete the <class>-list-p function, the <class> variable and
2315 the <initarg> variables. Use pcase-dolist.
2316 (eieio-defclass): New compatibility function.
2317 * emacs-lisp/eieio-opt.el (eieio-build-class-alist)
2318 (eieio-class-speedbar): Don't use eieio-default-superclass var.
2319
2320 2015-01-08 Stefan Monnier <monnier@iro.umontreal.ca>
2321
2322 * emacs-lisp/eieio-generic.el: New file.
2323 * emacs-lisp/eieio-core.el: Move all generic function code to
2324 eieio-generic.el.
2325 (eieio--defmethod): Declare.
2326
2327 * emacs-lisp/eieio.el: Require eieio-generic. Move all generic
2328 function code to eieio-generic.el.
2329 * emacs-lisp/eieio-opt.el (eieio-help-generic): Move to
2330 eieio-generic.el.
2331 * emacs-lisp/eieio-datadebug.el (eieio-debug-methodinvoke): Update call
2332 to eieio--generic-call.
2333 * emacs-lisp/eieio-base.el (eieio-instance-inheritor): Don't use
2334 <class>-child type.
2335
2336 2015-01-08 Stefan Monnier <monnier@iro.umontreal.ca>
2337
2338 * emacs-lisp/chart.el (chart-add-sequence, chart-bar-quickie):
2339 Don't use <class> as a variable.
2340
2341 * emacs-lisp/eieio.el (same-class-p): Accept class object as well.
2342 (call-next-method): Simplify.
2343 (clone): Obey eieio-backward-compatibility.
2344
2345 * emacs-lisp/eieio-opt.el (eieio-read-generic-p): Remove.
2346 (eieio-read-generic): Use `generic-p' instead.
2347
2348 * emacs-lisp/eieio-core.el (eieio-backward-compatibility): New var.
2349 (eieio-defclass-autoload): Obey it.
2350 (eieio--class-object): Improve error behavior.
2351 (eieio-class-children-fast, same-class-fast-p): Remove. Inline at
2352 every use site.
2353 (eieio--defgeneric-form-primary-only): Rename from
2354 eieio-defgeneric-form-primary-only; update all callers.
2355 (eieio--defgeneric-form-primary-only-one): Rename from
2356 eieio-defgeneric-form-primary-only-one; update all callers.
2357 (eieio-defgeneric-reset-generic-form)
2358 (eieio-defgeneric-reset-generic-form-primary-only)
2359 (eieio-defgeneric-reset-generic-form-primary-only-one): Remove.
2360 (eieio--method-optimize-primary): New function to replace them.
2361 (eieio--defmethod, eieio-defmethod): Use it.
2362 (eieio--perform-slot-validation): Rename from
2363 eieio-perform-slot-validation; update all callers.
2364 (eieio--validate-slot-value): Rename from eieio-validate-slot-value.
2365 Change `class' to be a class object. Update all callers.
2366 (eieio--validate-class-slot-value): Rename from
2367 eieio-validate-class-slot-value. Change `class' to be a class object.
2368 Update all callers.
2369 (eieio-oset-default): Accept class object as well.
2370 (eieio--generic-call-primary-only): Rename from
2371 eieio-generic-call-primary-only. Update all callers.
2372
2373 * emacs-lisp/eieio-base.el (eieio-persistent-validate/fix-slot-value):
2374 Improve error messages.
2375 (eieio-persistent-slot-type-is-class-p): Handle `list-of' types, as
2376 well as user-defined types. Emit errors for legacy types like
2377 <class>-child and <class>-list, if not eieio-backward-compatibility.
2378
2379 2015-01-08 Stefan Monnier <monnier@iro.umontreal.ca>
2380
2381 * emacs-lisp/eieio.el (eieio-class-parents): Accept class objects.
2382 (eieio--class-slot-initarg): Rename from class-slot-initarg.
2383 Change `class' arg to be a class object. Update all callers.
2384 (call-next-method): Adjust to new return value of `eieio-generic-form'.
2385 (eieio-default-superclass): Set var to the class object.
2386 (eieio-edebug-prin1-to-string): Fix recursive call for lists.
2387 Change print behavior to affect class objects rather than
2388 class symbols.
2389
2390 * emacs-lisp/eieio-core.el (eieio-class-object): New function.
2391 (eieio-class-parents-fast): Remove macro.
2392 (eieio--class-option-assoc): Rename from class-option-assoc.
2393 Update all callers.
2394 (eieio--class-option): Rename from class-option. Change `class' arg to
2395 be a class object. Update all callers.
2396 (eieio--class-method-invocation-order): Rename from
2397 class-method-invocation-order. Change `class' arg to be a class
2398 object. Update all callers.
2399 (eieio-defclass-autoload, eieio-defclass): Set the `parent' field to
2400 a list of class objects rather than names.
2401 (eieio-defclass): Remove redundant quotes. Use `eieio-oref-default'
2402 for accessors to class allocated slots.
2403 (eieio--perform-slot-validation-for-default): Rename from
2404 eieio-perform-slot-validation-for-default. Update all callers.
2405 (eieio--add-new-slot): Rename from eieio-add-new-slot.
2406 Update all callers. Use push.
2407 (eieio-copy-parents-into-subclass): Adjust to new content of
2408 `parent' field. Use dolist.
2409 (eieio-oref): Remove support for providing a class rather than
2410 an object.
2411 (eieio-oref-default): Prefer class objects over class names.
2412 (eieio--slot-originating-class-p): Rename from
2413 eieio-slot-originating-class-p. Update all callers. Use `or'.
2414 (eieio--slot-name-index): Turn check into assertion.
2415 (eieio--class-slot-name-index): Rename from
2416 eieio-class-slot-name-index. Change `class' arg to be a class object.
2417 Update all callers.
2418 (eieio-attribute-to-initarg): Move to eieio-test-persist.el.
2419 (eieio--c3-candidate): Rename from eieio-c3-candidate.
2420 Update all callers.
2421 (eieio--c3-merge-lists): Rename from eieio-c3-merge-lists.
2422 Update all callers.
2423 (eieio--class-precedence-c3): Rename from eieio-class-precedence-c3.
2424 Update all callers.
2425 (eieio--class-precedence-dfs): Rename from eieio-class-precedence-dfs.
2426 Update all callers.
2427 (eieio--class-precedence-bfs): Rename from eieio-class-precedence-bfs.
2428 Update all callers. Adjust to new `parent' content.
2429 (eieio--class-precedence-list): Rename from -class-precedence-list.
2430 Update all callers.
2431 (eieio-generic-call): Use autoloadp and autoload-do-load.
2432 Slight simplification.
2433 (eieio-generic-call, eieio-generic-call-primary-only): Adjust to new
2434 return value of `eieio-generic-form'.
2435 (eieiomt-add): Index the hashtable with class objects rather than
2436 class names.
2437 (eieio-generic-form): Accept class objects as well.
2438
2439 * emacs-lisp/eieio-base.el (eieio-persistent-convert-list-to-object):
2440 Adjust to new convention for eieio-persistent-validate/fix-slot-value.
2441 (eieio-persistent-validate/fix-slot-value):
2442 Change `class' arg to be a class object. Update all callers.
2443
2444 2015-01-08 Stefan Monnier <monnier@iro.umontreal.ca>
2445
2446 * emacs-lisp/eieio.el (child-of-class-p): Make it accept class objects
2447 additionally to class names.
2448
2449 * emacs-lisp/eieio-core.el (eieio--with-scoped-class): Use let-binding.
2450 (object): Remove first (constant) slot; rename second to `class-tag'.
2451 (eieio--object-class-object, eieio--object-class-name): New funs
2452 to replace eieio--object-class.
2453 (eieio--class-object, eieio--class-p): New functions.
2454 (same-class-fast-p): Make it a defsubst, change its implementation
2455 to check the class objects rather than their names.
2456 (eieio-object-p): Rewrite.
2457 (eieio-defclass): Adjust the object initialization according to the new
2458 object layout.
2459 (eieio--scoped-class): Declare it returns a class object (not a class
2460 name any more). Adjust calls accordingly (along with calls to
2461 eieio--with-scoped-class).
2462 (eieio--slot-name-index): Rename from eieio-slot-name-index and change
2463 its class arg to be a class object. Adjust callers accordingly.
2464 (eieio-slot-originating-class-p): Make its start-class arg a class
2465 object. Adjust all callers.
2466 (eieio--initarg-to-attribute): Rename from eieio-initarg-to-attribute.
2467 Make its `class' arg a class object. Adjust all callers.
2468
2469 * emacs-lisp/eieio-base.el (eieio-persistent-validate/fix-slot-value):
2470 Use eieio--slot-name-index rather than eieio-slot-name-index.
2471
2472 2015-01-08 Stefan Monnier <monnier@iro.umontreal.ca>
2473
2474 * emacs-lisp/eieio.el (make-instance): Simplify by not adding an object
2475 name argument.
2476 (eieio-object-name): Use eieio-object-name-string.
2477 (eieio--object-names): New const.
2478 (eieio-object-name-string, eieio-object-set-name-string): Re-implement
2479 using a hashtable rather than a built-in slot.
2480 (eieio-constructor): Rename from `constructor'. Remove `newname' arg.
2481 (clone): Don't mess with the object's "name".
2482
2483 * emacs-lisp/eieio-custom.el (eieio-widget-test): Remove dummy arg.
2484 (eieio-object-value-get): Use eieio-object-set-name-string.
2485
2486 * emacs-lisp/eieio-core.el (eieio--defalias): Follow aliases.
2487 (eieio--object): Remove `name' field.
2488 (eieio-defclass): Adjust to new convention where constructors don't
2489 take an "object name" any more.
2490 (eieio--defgeneric-init-form, eieio--defmethod): Follow aliases.
2491 (eieio-validate-slot-value, eieio-oset-default)
2492 (eieio-slot-name-index): Don't hardcode eieio--object-num-slots.
2493 (eieio-generic-call-primary-only): Simplify.
2494
2495 * emacs-lisp/eieio-base.el (clone) <eieio-instance-inheritor>:
2496 Use call-next-method.
2497 (eieio-constructor): Rename from `constructor'.
2498 (eieio-persistent-convert-list-to-object): Drop objname.
2499 (eieio-persistent-validate/fix-slot-value): Don't hardcode
2500 eieio--object-num-slots.
2501 (eieio-named): Use a normal slot.
2502 (slot-missing) <eieio-named>: Remove.
2503 (eieio-object-name-string, eieio-object-set-name-string, clone)
2504 <eieio-named>: New methods.
2505
2506 2015-01-08 Stefan Monnier <monnier@iro.umontreal.ca>
2507
2508 * emacs-lisp/eieio-core.el (eieio--class-v): Rename from class-v.
2509 (method-*): Add a "eieio--" prefix to those constants.
2510
2511 * emacs-lisp/eieio.el: Move edebug specs to the corresponding macro.
2512
2513 * emacs-lisp/eieio-speedbar.el: Use lexical-binding.
2514
2515 2015-01-08 Stefan Monnier <monnier@iro.umontreal.ca>
2516
2517 * emacs-lisp/eieio.el (child-of-class-p): Fix case where `class' is
2518 `eieio-default-superclass'.
2519
2520 * emacs-lisp/eieio-datadebug.el: Use lexical-binding.
2521
2522 * emacs-lisp/eieio-custom.el: Use lexical-binding.
2523 (eieio-object-value-to-abstract): Simplify.
2524
2525 * emacs-lisp/eieio-opt.el (eieio-build-class-list): Use cl-mapcan.
2526 (eieio-build-class-alist): Use dolist.
2527 (eieio-all-generic-functions): Adjust to use of hashtables.
2528
2529 * emacs-lisp/eieio-core.el (class): Rename field symbol-obarray to
2530 symbol-hashtable. It contains a hashtable instead of an obarray.
2531 (generic-p): Use symbol property `eieio-method-hashtable' instead of
2532 `eieio-method-obarray'.
2533 (generic-primary-only-p, generic-primary-only-one-p):
2534 Slight optimization.
2535 (eieio-defclass-autoload-map): Use a hashtable instead of an obarray.
2536 (eieio-defclass-autoload, eieio-defclass): Adjust/simplify accordingly.
2537 (eieio-class-un-autoload): Use autoload-do-load.
2538 (eieio-defclass): Use dolist, cl-pushnew, cl-callf.
2539 Use new cl-deftype-satisfies. Adjust to use of hashtables.
2540 Don't hardcode the value of eieio--object-num-slots.
2541 (eieio-defgeneric-form-primary-only-one): Remove `doc-string' arg.
2542 Use a closure rather than a backquoted lambda.
2543 (eieio--defmethod): Adjust call accordingly. Set doc-string via the
2544 function-documentation property.
2545 (eieio-slot-originating-class-p, eieio-slot-name-index)
2546 (eieiomt--optimizing-hashtable, eieiomt-install, eieiomt-add)
2547 (eieio-generic-form): Adjust to use of hashtables.
2548 (eieiomt--sym-optimize): Rename from eieiomt-sym-optimize; take
2549 additional class argument.
2550 (eieio-generic-call-methodname): Remove, unused.
2551
2552 * emacs-lisp/eieio-base.el (eieio-persistent-slot-type-is-class-p):
2553 Prefer \' to $.
2554
2555 2015-01-08 Eli Zaretskii <eliz@gnu.org>
2556
2557 * simple.el (line-move-visual): When converting X pixel coordinate
2558 to temporary-goal-column, adjust the value for right-to-left
2559 screen lines. This fixes vertical-motion, next/prev-line, etc.
2560
2561 2015-01-08 Glenn Morris <rgm@gnu.org>
2562
2563 * files.el (file-tree-walk): Remove; of unknown authorship. (Bug#19325)
2564
2565 2015-01-07 K. Handa <handa@gnu.org>
2566
2567 * international/ccl.el (define-ccl-program): Improve the docstring.
2568
2569 2015-01-06 Sam Steingold <sds@gnu.org>
2570
2571 * shell.el (shell-display-buffer-actions): Remove,
2572 use `display-buffer-alist' instead.
2573
2574 2015-01-05 Dmitry Gutov <dgutov@yandex.ru>
2575
2576 * progmodes/xref.el (xref--insert-xrefs): Add `help-echo' property
2577 to the references.
2578
2579 2015-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
2580
2581 * minibuffer.el (completion-category-defaults): New var.
2582 Set unicode-name to use substring completion.
2583 (completion-category-defaults): Set it to nil.
2584
2585 2015-01-04 Dmitry Gutov <dgutov@yandex.ru>
2586
2587 Add mouse interaction to xref.
2588 * progmodes/xref.el (xref--button-map): New variable.
2589 (xref--mouse-2): New command.
2590 (xref--insert-xrefs): Add `mouse-face' and `keymap' properties to
2591 the inserted references.
2592
2593 2015-01-04 Paul Eggert <eggert@cs.ucla.edu>
2594
2595 Less 'make' chatter for lisp dir
2596 * Makefile.in (THEFILE): Define to be 'no-such-file' by default,
2597 to make it clearer that the caller must specify it.
2598 (compile-onefile): Remove, replacing by ...
2599 ($(THEFILE)c): ... new rule. This lets us use AM_V_GEN here.
2600 ($(THEFILE)c, .el.elc, $(MH_E_DIR)/mh-loaddefs.el)
2601 ($(TRAMP_DIR)/tramp-loaddefs.el, $(CAL_DIR)/cal-loaddefs.el)
2602 ($(CAL_DIR)/diary-loaddefs.el, $(CAL_DIR)/hol-loaddefs.el):
2603 Use AM_V_GEN to lessen 'make' chatter.
2604 (.el.elc): Omit duplicate comment.
2605
2606 Less 'make' chatter in batch mode
2607 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
2608 * emacs-lisp/bytecomp.el (byte-compile-file):
2609 * files.el (save-buffer, basic-save-buffer):
2610 * international/quail.el (quail-update-leim-list-file):
2611 Don't output messages like "Generating ..." in batch mode.
2612
2613 2015-01-04 Dmitry Gutov <dgutov@yandex.ru>
2614
2615 Unbreak `mouse-action' property in text buttons.
2616 * button.el (push-button): Fix regression from 2012-12-06.
2617
2618 2015-01-03 Dmitry Gutov <dgutov@yandex.ru>
2619
2620 * progmodes/xref.el (xref-marker-stack-empty-p): New function.
2621
2622 * menu-bar.el (menu-bar-goto-menu): Use it.
2623
2624 2015-01-03 Dmitry Gutov <dgutov@yandex.ru>
2625
2626 * progmodes/xref.el (xref--window-configuration): New variable.
2627 (xref-show-location-at-point): New command.
2628 (xref--restore-window-configuration): New function.
2629 (xref-next-line, xref-prev-line): Delegate to
2630 `xref-show-location-at-point'.
2631 (xref--location-at-point): Don't signal the error.
2632 (xref-goto-xref): Do that here instead.
2633 (xref--xref-buffer-mode): Add `xref--restore-window-configuration'
2634 to `pre-command-hook'.
2635 (xref--xref-buffer-mode-map): Don't remap `next-line' and
2636 `previous-line'. Additionally bind `xref-next-line' and
2637 `xref-prev-line' to `n' and `p' respectively.
2638 Bind `xref-show-location-at-point' to `C-o'.
2639
2640 2015-01-01 Eli Zaretskii <eliz@gnu.org>
2641
2642 * tool-bar.el (tool-bar-local-item)
2643 (tool-bar-local-item-from-menu): Call force-mode-line-update to
2644 make sure the tool-bar changes show on display.
2645
2646 2015-01-01 Michael Albinus <michael.albinus@gmx.de>
2647
2648 Sync with Tramp 2.2.11.
2649
2650 * net/tramp-compat.el (top): Require cl-macs for Emacs 22.
2651 Make an alias for `default-toplevel-value' if it doesn't exist.
2652
2653 * net/tramp-smb.el (tramp-smb-handle-copy-directory):
2654 Use `tramp-compat-delete-directory'.
2655
2656 * net/trampver.el: Update release number.
2657
2658 2015-01-01 Filipp Gunbin <fgunbin@fastmail.fm>
2659
2660 * autorevert.el (auto-revert-handler): Fix auto-revert-tail-mode
2661 for remote files. (Bug#19449)
2662
2663 2015-01-01 Simen Heggestøyl <simenheg@gmail.com> (tiny change)
2664
2665 * textmodes/css-mode.el (scss-mode): Fix typo (bug#19446).
2666
2667 2014-12-31 Paul Eggert <eggert@cs.ucla.edu>
2668
2669 Less 'make' chatter in lisp directory
2670 * Makefile.in (AM_DEFAULT_VERBOSITY, AM_V_GEN, am__v_GEN_)
2671 (am__v_GEN_0, am__v_GEN_1): New macros, from ../src/Makefile.in.
2672 (custom-deps, finder-data, autoloads, update-subdirs): Use them.
2673
2674 2014-12-31 Filipp Gunbin <fgunbin@fastmail.fm>
2675
2676 * info.el (info-display-manual): Limit the completion alternatives
2677 to currently visited manuals if prefix argument is non-nil.
2678
2679 2014-12-30 Paul Eggert <eggert@cs.ucla.edu>
2680
2681 * Makefile.in (semantic): Simplify.
2682
2683 2014-12-30 Juri Linkov <juri@linkov.net>
2684
2685 * net/eww.el (eww-isearch-next-buffer): New function.
2686 (eww-mode): Set multi-isearch-next-buffer-function to it.
2687
2688 2014-12-30 Dmitry Gutov <dgutov@yandex.ru>
2689
2690 * progmodes/xref.el (xref-find-definitions): Mention "no
2691 identifier at point" case in the docstring.
2692
2693 * menu-bar.el (menu-bar-goto-uses-etags-p): New function.
2694 (menu-bar-goto-menu): Use it to show or hide the `set-tags-name'
2695 and `separator-tag-file' items.
2696
2697 2014-12-29 Paul Eggert <eggert@cs.ucla.edu>
2698
2699 * obsolete/pc-select.el (pc-selection-mode): Use system-type.
2700 This is instead of system-name, which is both wrong here and obsolete.
2701 * desktop.el (desktop-save-frameset):
2702 * dnd.el (dnd-get-local-file-uri):
2703 * nxml/rng-uri.el (rng-uri-file-name-1):
2704 Prefer (system-name) to system-name, and avoid naming
2705 locals 'system-name'.
2706 * startup.el (system-name): Now an obsolete variable. (Bug#19438)
2707
2708 2014-12-29 Dmitry Gutov <dgutov@yandex.ru>
2709
2710 * menu-bar.el (menu-bar-next-tag-other-window)
2711 (menu-bar-next-tag): Remove.
2712
2713 2014-12-29 K. Handa <handa@gnu.org>
2714
2715 * international/mule.el (make-translation-table-from-alist):
2716 Accept nil or zero-length vector for FROM and TO.
2717
2718 2014-12-29 Lars Ingebrigtsen <larsi@gnus.org>
2719
2720 * net/eww.el (eww-mode): Truncate overlong lines for prettier
2721 display when resizing.
2722
2723 * net/shr.el (shr-width): Default to using the window width when
2724 rendering.
2725
2726 2014-12-29 Dmitry Gutov <dgutov@yandex.ru>
2727
2728 Unbreak jumping to an alias's definition.
2729 * emacs-lisp/find-func.el (find-function-library): Return a pair
2730 (ORIG-FUNCTION . LIBRARY) instead of just its second element.
2731 (find-function-noselect): Use it.
2732 * progmodes/elisp-mode.el (elisp--xref-identifier-file): Rename to
2733 `elisp--xref-identifier-location', incorporate logic from
2734 `elisp--xref-find-definitions', use the changed
2735 `find-function-library' return value.
2736
2737 2014-12-29 Juri Linkov <juri@linkov.net>
2738
2739 * comint.el (comint-history-isearch-message): Use field-beginning
2740 instead of comint-line-beginning-position - that's more fixes for
2741 http://lists.gnu.org/archive/html/emacs-devel/2014-12/msg00305.html
2742 (comint-history-isearch-message): Fix args of isearch-message-prefix.
2743
2744 2014-12-29 Juri Linkov <juri@linkov.net>
2745
2746 * vc/vc-dir.el (vc-dir-display-file): New command (bug#19450).
2747 (vc-dir-mode-map): Bind it to "\C-o".
2748 (vc-dir-menu-map): Add it to menu.
2749
2750 2014-12-29 Dmitry Gutov <dgutov@yandex.ru>
2751
2752 * progmodes/etags.el (find-tag-other-window)
2753 (find-tag-other-frame, find-tag-regexp, tags-loop-continue)
2754 (tags-apropos): Declare obsolete.
2755
2756 * menu-bar.el (menu-bar-goto-menu): Replace all but one etags item
2757 with xref ones.
2758
2759 2014-12-28 Eli Zaretskii <eliz@gnu.org>
2760
2761 * international/mule.el (define-coding-system): Fix typos in the
2762 doc string.
2763
2764 2014-12-28 Kenichi Handa <handa@gnu.org>
2765
2766 * international/mule.el (define-coding-system): Improve the doc
2767 string.
2768
2769 2014-12-28 Ivan Shmakov <ivan@siamics.net>
2770
2771 * net/shr.el (shr-tag-table): Fix handling of tbody/header/footer
2772 elements in tables (bug#19444).
2773
2774 * net/eww.el (eww-handle-link): Fix typo in "up" rel handling
2775 (bug#19445).
2776
2777 2014-12-28 Juri Linkov <juri@linkov.net>
2778
2779 * vc/compare-w.el: Require diff-mode for diff faces.
2780 (compare-windows-removed, compare-windows-added): New faces
2781 inheriting from diff faces.
2782 (compare-windows): Define obsolete face alias.
2783 (compare-windows-highlight): Replace face `compare-windows' with
2784 new faces `compare-windows-added' and `compare-windows-removed'
2785 (bug#19451).
2786 (compare-windows-get-recent-window): Signal an error when
2787 no other window is found (bug#19170).
2788
2789 2014-12-27 Dmitry Gutov <dgutov@yandex.ru>
2790
2791 * progmodes/elisp-mode.el (elisp--xref-identifier-file):
2792 Skip features that have no sources.
2793
2794 * simple.el (execute-extended-command):
2795 When `suggest-key-bindings' is nil, don't.
2796
2797 2014-12-27 Fabián Ezequiel Gallina <fgallina@gnu.org>
2798
2799 python.el: Native readline completion.
2800 * progmodes/python.el (python-shell-completion-native-disabled-interpreters)
2801 (python-shell-completion-native-enable)
2802 (python-shell-completion-native-output-timeout): New defcustoms.
2803 (python-shell-completion-native-interpreter-disabled-p)
2804 (python-shell-completion-native-try)
2805 (python-shell-completion-native-setup)
2806 (python-shell-completion-native-turn-off)
2807 (python-shell-completion-native-turn-on)
2808 (python-shell-completion-native-turn-on-maybe)
2809 (python-shell-completion-native-turn-on-maybe-with-msg)
2810 (python-shell-completion-native-toggle): New functions.
2811 (python-shell-completion-native-get-completions): New function.
2812 (python-shell-completion-at-point): Use it.
2813
2814 2014-12-27 Fabián Ezequiel Gallina <fgallina@gnu.org>
2815
2816 python.el: Enhance shell user interaction and deprecate
2817 python-shell-get-or-create-process.
2818 * progmodes/python.el (python-shell-get-process-or-error):
2819 New function.
2820 (python-shell-with-shell-buffer): Use it.
2821 (python-shell-send-string, python-shell-send-region)
2822 (python-shell-send-buffer, python-shell-send-defun)
2823 (python-shell-send-file, python-shell-switch-to-shell): Use it.
2824 Add argument MSG to display user-friendly message when no process
2825 is running.
2826 (python-shell-switch-to-shell): Call pop-to-buffer with NORECORD.
2827 (python-shell-make-comint): Rename argument SHOW from POP.
2828 Use display-buffer instead of pop-to-buffer.
2829 (run-python): Doc fix. Return process.
2830 (python-shell-get-or-create-process): Make obsolete.
2831
2832 2014-12-27 Fabián Ezequiel Gallina <fgallina@gnu.org>
2833
2834 * progmodes/python.el (python-shell-buffer-substring):
2835 Handle cornercase when region sent starts at point-min.
2836
2837 2014-12-27 Eli Zaretskii <eliz@gnu.org>
2838
2839 * language/misc-lang.el (composition-function-table): Add Syriac
2840 characters and also ZWJ/ZWNJ.
2841 See http://lists.gnu.org/archive/html/help-gnu-emacs/2014-12/msg00248.html
2842 for the details.
2843
2844 2014-12-27 Fabián Ezequiel Gallina <fgallina@gnu.org>
2845
2846 python.el: Fix message when sending region.
2847 * progmodes/python.el (python-shell-send-region): Rename argument
2848 send-main from nomain. Fix message.
2849 (python-shell-send-buffer): Rename argument send-main from arg.
2850
2851 python.el: Cleanup temp files even with eval errors.
2852 * progmodes/python.el (python-shell-send-file): Make file-name
2853 mandatory. Fix temp file removal in the majority of cases.
2854
2855 python.el: Handle file encoding for shell.
2856 * progmodes/python.el (python-rx-constituents): Add coding-cookie.
2857 (python-shell--save-temp-file): Write file with proper encoding.
2858 (python-shell-buffer-substring): Add coding cookie for detected
2859 encoding to generated content. Fix blank lines when removing
2860 if-name-main block.
2861 (python-shell-send-file): Handle file encoding.
2862 (python-info-encoding-from-cookie)
2863 (python-info-encoding): New functions.
2864
2865 2014-12-27 Michael Albinus <michael.albinus@gmx.de>
2866
2867 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
2868 Use `tramp-rsh-end-of-line', it ought to be more robust.
2869
2870 2014-12-27 Stefan Monnier <monnier@iro.umontreal.ca>
2871
2872 * progmodes/js.el (js-syntax-propertize): "return" can't be divided
2873 (bug#19397).
2874
2875 2014-12-27 Michael Albinus <michael.albinus@gmx.de>
2876
2877 * net/tramp.el (tramp-read-passwd): Ignore errors from `auth-source-*'.
2878
2879 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band): Use "\n"
2880 as end-of-line delimeter for passwords, when running on MS Windows.
2881
2882 2014-12-27 Stefan Monnier <monnier@iro.umontreal.ca>
2883
2884 * progmodes/sh-script.el (sh-set-shell): Don't change the global value
2885 of indent-line-function (bug#19433).
2886
2887 2014-12-27 Fabián Ezequiel Gallina <fgallina@gnu.org>
2888
2889 Fix line numbers on Python shell.
2890 * progmodes/python.el (python-shell--save-temp-file): Do not
2891 append coding cookie.
2892 (python-shell-send-string): Generalize for
2893 python-shell-send-region.
2894 (python--use-fake-loc): Delete var.
2895 (python-shell-buffer-substring): Cleanup fake-loc logic.
2896 (python-shell-send-region): Remove fake-loc logic, simplify.
2897
2898 2014-12-27 Fabián Ezequiel Gallina <fgallina@gnu.org>
2899
2900 * progmodes/python.el (python-indent-post-self-insert-function):
2901 Make colon to re-indent only for dedenters, handling
2902 multiline-statements gracefully.
2903
2904 2014-12-27 Michael Albinus <michael.albinus@gmx.de>
2905
2906 * net/tramp.el (tramp-handle-insert-file-contents):
2907 Set `find-file-not-found-functions' in case of errors. (Bug#18623)
2908
2909 2014-12-27 Michael Albinus <michael.albinus@gmx.de>
2910
2911 * net/tramp-sh.el (tramp-send-command-and-read): New optional
2912 arg MARKER.
2913 (tramp-get-remote-path): Use it.
2914
2915 2014-12-27 Stefan Monnier <monnier@iro.umontreal.ca>
2916
2917 * subr.el (redisplay-dont-pause): Mark as obsolete.
2918
2919 2014-12-27 Michael Albinus <michael.albinus@gmx.de>
2920
2921 * net/tramp.el (tramp-error-with-buffer): Call `message' properly.
2922 (tramp-accept-process-output): Use nil as argument for
2923 `accept-process-output', when there is a gateway prepended.
2924
2925 * net/tramp-gw.el (tramp-gw-open-connection): Suppress traces in
2926 wrong debug buffer.
2927 (tramp-gw-open-connection): Set process coding system 'binary.
2928 (tramp-gw-open-network-stream): Handle HTTP error 403.
2929
2930 * net/tramp-sh.el (tramp-compute-multi-hops): Suppress traces in
2931 wrong debug buffer.
2932 (tramp-maybe-open-connection): Set connection property "gateway".
2933
2934 2014-12-27 Stefan Monnier <monnier@iro.umontreal.ca>
2935
2936 * subr.el (sit-for): Tweak docstring (bug#19381).
2937
2938 2014-12-27 Dmitry Gutov <dgutov@yandex.ru>
2939
2940 * vc/vc-git.el (vc-git-after-dir-status-stage): Move `up-to-date'
2941 stage to after `diff-index' (bug#19386).
2942
2943 2014-12-27 João Távora <joaotavora@gmail.com>
2944
2945 * textmodes/tex-mode.el (tex-insert-quote): Consider and respect
2946 `electric-pair-mode' (bug#19356).
2947
2948 2014-12-27 Dmitry Gutov <dgutov@yandex.ru>
2949
2950 elisp-xref-find: Don't create buffers eagerly.
2951
2952 * progmodes/elisp-mode.el (elisp--identifier-location): Fold back
2953 into `elisp--company-location'.
2954 (elisp--identifier-completion-table): Rename to
2955 `elisp--identifier-completion-table', and do not include just any
2956 symbols with a property list.
2957 (elisp-completion-at-point): Revert the 2014-12-25 change.
2958 (elisp--xref-identifier-file): New function.
2959 (elisp--xref-find-definitions): Use it.
2960
2961 * emacs-lisp/find-func.el (find-function-library): New function,
2962 extracted from `find-function-noselect'.
2963
2964 * progmodes/xref.el (xref-elisp-location): New class.
2965 (xref-make-elisp-location): New function.
2966 (xref-location-marker): New implementation.
2967
2968 2014-12-27 Juri Linkov <juri@linkov.net>
2969
2970 * minibuffer.el (minibuffer-completion-help):
2971 Use shrink-window-if-larger-than-buffer in window-height
2972 when temp-buffer-resize-mode is nil.
2973
2974 * window.el (with-displayed-buffer-window): Remove window-height
2975 from the action alist in the temp-buffer-window-show call
2976 when window-height is handled explicitly afterwards (bug#19355).
2977
2978 2014-12-27 Juri Linkov <juri@linkov.net>
2979
2980 Support subdirectories when saving places in dired.
2981 * saveplace.el (toggle-save-place, save-place-to-alist)
2982 (save-places-to-alist, save-place-dired-hook):
2983 Use dired-current-directory instead of dired-directory (bug#19436).
2984 (save-place-dired-hook): Add check for alist to make the new
2985 format future-proof to allow other possible formats.
2986
2987 2014-12-26 Fabián Ezequiel Gallina <fgallina@gnu.org>
2988
2989 python.el: Generate clearer shell buffer names.
2990 * progmodes/python.el (python-shell-get-process-name)
2991 (python-shell-internal-get-process-name): Use `buffer-name`.
2992 (python-shell-internal-get-or-create-process): Simplify.
2993
2994 2014-12-26 Dmitry Gutov <dgutov@yandex.ru>
2995
2996 Add basic xref apropos implementation to elisp-mode.
2997
2998 * progmodes/elisp-mode.el (elisp--xref-find-definitions):
2999 Filter out nil results.
3000 (elisp--xref-find-apropos): New function.
3001 (elisp-xref-find): Use it.
3002
3003 * progmodes/xref.el (xref--show-xrefs): Use `user-error'.
3004
3005 2014-12-25 Filipp Gunbin <fgunbin@fastmail.fm>
3006
3007 * dired-aux.el (dired-maybe-insert-subdir):
3008 Make dired-maybe-insert-subdir always skip trivial files.
3009
3010 2014-12-25 Helmut Eller <eller.helmut@gmail.com>
3011 Dmitry Gutov <dgutov@yandex.ru>
3012
3013 Consolidate cross-referencing commands.
3014
3015 Move autoloaded bindings for `M-.', `M-,', `C-x 4 .' and
3016 `C-x 5 .' from etags.el to xref.el.
3017
3018 * progmodes/xref.el: New file.
3019
3020 * progmodes/elisp-mode.el (elisp--identifier-types): New variable.
3021 (elisp--identifier-location): New function, extracted from
3022 `elisp--company-location'.
3023 (elisp--company-location): Use it.
3024 (elisp--identifier-completion-table): New variable.
3025 (elisp-completion-at-point): Use it.
3026 (emacs-lisp-mode): Set the local values of `xref-find-function'
3027 and `xref-identifier-completion-table-function'.
3028 (elisp-xref-find, elisp--xref-find-definitions)
3029 (elisp--xref-identifier-completion-table): New functions.
3030
3031 * progmodes/etags.el (find-tag-marker-ring): Mark obsolete in
3032 favor of `xref--marker-ring'.
3033 (tags-lazy-completion-table): Autoload.
3034 (tags-reset-tags-tables): Use `xref-clear-marker-stack'.
3035 (find-tag-noselect): Use `xref-push-marker-stack'.
3036 (pop-tag-mark): Make an alias for `xref-pop-marker-stack'.
3037 (etags--xref-limit): New constant.
3038 (etags-xref-find, etags--xref-find-definitions): New functions.
3039
3040 2014-12-25 Martin Rudalics <rudalics@gmx.at>
3041
3042 * cus-start.el (resize-mini-windows): Make it customizable.
3043
3044 2014-12-24 Stephen Leake <stephen_leake@stephe-leake.org>
3045
3046 * startup.el (fancy-about-text): Change buttons for etc/CONTRIBUTE
3047 to (info "(emacs)Contributing"). (Bug#19299)
3048
3049 2014-12-24 Martin Rudalics <rudalics@gmx.at>
3050
3051 * window.el (mouse-autoselect-window-position-1): New variable.
3052 (mouse-autoselect-window-cancel)
3053 (mouse-autoselect-window-select, handle-select-window):
3054 With delayed autoselection select window only if mouse moves after
3055 selecting its frame.
3056
3057 2014-12-24 Michael Albinus <michael.albinus@gmx.de>
3058
3059 * eshell/esh-ext.el (eshell-find-interpreter): Expand relative
3060 remote file names. (Bug#18782)
3061
3062 2014-12-23 Sam Steingold <sds@gnu.org>
3063
3064 * shell.el (shell-display-buffer-actions): New user option.
3065 (shell): Pass it to `pop-to-buffer' instead of hard-coding
3066 `pop-to-buffer-same-window'.
3067
3068 2014-12-23 Stefan Monnier <monnier@iro.umontreal.ca>
3069
3070 * progmodes/js.el (js--syntax-propertize-regexp-syntax-table): New var.
3071 (js-syntax-propertize-regexp): Use it to recognize "slash in
3072 a character class" (bug#19397).
3073
3074 2014-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
3075
3076 * completion.el: Use post-self-insert-hook (bug#19400).
3077 (completion-separator-self-insert-command)
3078 (completion-separator-self-insert-autofilling): Remove.
3079 (completion-separator-chars): New var.
3080 (completion-c-mode-hook, completion-setup-fortran-mode): Use it instead
3081 of changing the keymap.
3082 (completion--post-self-insert): New function.
3083 (dynamic-completion-mode): Use it instead of rebinding keys.
3084 (cmpl--completion-string): Rename from completion-string.
3085 (add-completion-to-head, delete-completion): Let-bind it explicitly.
3086
3087 2014-12-22 Bozhidar Batsov <bozhidar@batsov.com>
3088
3089 * progmodes/ruby-mode.el (ruby--string-region): Simplify code
3090 by leveraging `syntax-ppss'.
3091
3092 2014-12-22 Artur Malabarba <bruce.connor.am@gmail.com>
3093
3094 * let-alist.el (let-alist): Use `make-symbol' instead of `gensym'.
3095
3096 2014-12-20 Michael Albinus <michael.albinus@gmx.de>
3097
3098 * net/tramp-sh.el (tramp-histfile-override): Add :version.
3099
3100 2014-12-20 Teodor Zlatanov <tzz@lifelogs.com>
3101
3102 * net/tramp-sh.el (tramp-histfile-override): Clarify docstring.
3103
3104 2014-12-19 Artur Malabarba <bruce.connor.am@gmail.com>
3105
3106 * let-alist.el (let-alist): Enable access to deeper alists by
3107 using dots inside the dotted symbols.
3108
3109 2014-12-19 Alan Mackenzie <acm@muc.de>
3110
3111 Make C++11 uniform init syntax work.
3112 New keywords "final" and "override".
3113 * progmodes/cc-engine.el (c-back-over-member-initializer-braces):
3114 New function.
3115 (c-guess-basic-syntax): Set `containing-sex' and `lim' using the
3116 new function.
3117 * progmodes/cc-fonts.el (c-font-lock-declarations): Check more
3118 carefully for "are we at a declarator?" using
3119 c-back-over-member-initializers.
3120 * progmodes/cc-langs.el (c-type-modifier-kwds): Include "final"
3121 and "override" in the C++ value.
3122
3123 2014-12-19 Martin Rudalics <rudalics@gmx.at>
3124
3125 * textmodes/ispell.el (ispell-command-loop): Don't use `next-window'.
3126
3127 2014-12-21 Lars Ingebrigtsen <larsi@gnus.org>
3128
3129 * net/nsm.el (nsm-save-host): Don't save the host name twice
3130 (bug#19269).
3131
3132 2014-12-18 Sam Steingold <sds@gnu.org>
3133
3134 Keyboard interface (C-f10) to `mouse-buffer-menu' (C-down-mouse-1).
3135 * mouse.el (mouse-buffer-menu-map): Extract from `mouse-buffer-menu'.
3136 (mouse-buffer-menu): Use `mouse-buffer-menu-map'.
3137 * menu-bar.el (menu-bar-buffer-vector): Extract from
3138 `menu-bar-update-buffers'.
3139 (menu-bar-update-buffers): Use `menu-bar-buffer-vector'.
3140 (buffer-menu-open): New user command, bound globally to C-f10,
3141 provides a keyboard interface to `mouse-buffer-menu' (C-down-mouse-1).
3142 (mouse-buffer-menu-keymap): Use `menu-bar-buffer-vector' to
3143 convert the value returned by `mouse-buffer-menu-map' to a list
3144 acceptable to `popup-menu' for `buffer-menu-open'.
3145
3146 2014-12-18 Artur Malabarba <bruce.connor.am@gmail.com>
3147
3148 * let-alist.el (let-alist): Evaluate the `alist' argument only once.
3149
3150 2014-12-18 Sam Steingold <sds@gnu.org>
3151
3152 * emacs-lisp/package.el: Avoid compilation warning by declaring
3153 the `find-library-name' function.
3154 (package-activate-1): Fix the `with-demoted-errors' calls:
3155 the first argument must be a string literal.
3156
3157 2014-12-18 Martin Rudalics <rudalics@gmx.at>
3158
3159 Add code for "preserving" window sizes.
3160 * dired.el (dired-pop-to-buffer): Call fit-window-to-buffer with
3161 `preserve-size' t.
3162 (dired-mark-pop-up): Preserve size of window showing marked files.
3163 * electric.el (Electric-pop-up-window):
3164 * help.el (resize-temp-buffer-window): Call fit-window-to-buffer
3165 with `preserve-size' t.
3166 * minibuffer.el (minibuffer-completion-help):
3167 Use `resize-temp-buffer-window' instead of `fit-window-to-buffer'
3168 (Bug#19355). Preserve size of completions window.
3169 * register.el (register-preview): Preserve size of register
3170 preview window.
3171 * tmm.el (tmm-add-prompt): Call fit-window-to-buffer
3172 with `preserve-size' t (Bug#1291).
3173 * window.el (with-displayed-buffer-window): Add calls to
3174 `window-preserve-size'.
3175 (window-min-pixel-size, window--preservable-size)
3176 (window-preserve-size, window-preserved-size)
3177 (window--preserve-size, window--min-size-ignore-p): New functions.
3178 (window-min-size, window-min-delta, window--resizable)
3179 (window--resize-this-window, split-window-below)
3180 (split-window-right): Amend doc-string.
3181 (window--min-size-1, window-sizable, window--size-fixed-1)
3182 (window-size-fixed-p, window--min-delta-1)
3183 (frame-windows-min-size, window--max-delta-1, window-resize)
3184 (window--resize-child-windows, window--resize-siblings)
3185 (enlarge-window, shrink-window, split-window): Handle preserving
3186 window sizes.
3187 (adjust-window-trailing-edge): Handle preserving window
3188 sizes. Signal user-error instead of an error when there's no
3189 window above or below.
3190 (window--state-put-2): Handle horizontal scroll bars.
3191 (window--display-buffer): Call `preserve-size' if asked for.
3192 (display-buffer): Mention `preserve-size' alist member in doc-string.
3193 (fit-window-to-buffer): New argument PRESERVE-SIZE.
3194 * textmodes/ispell.el (ispell-command-loop): Suppress horizontal
3195 scroll bar on ispell's windows. Don't count window lines and
3196 don't deal with dedicated windows.
3197 (ispell-show-choices, ispell-help): Let `ispell-display-buffer'
3198 do the window handling.
3199 (ispell-adjusted-window-height, ispell-overlay-window): Remove.
3200 (ispell-display-buffer): New function to reuse, create and fit
3201 window to ispell's buffers. (Bug#3413)
3202
3203 2014-12-18 Dmitry Gutov <dgutov@yandex.ru>
3204
3205 * emacs-lisp/package.el (package-activate): Do not re-activate or
3206 reload the dependencies (bug#19390).
3207
3208 2014-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
3209
3210 * progmodes/cc-cmds.el (c-subword-mode): Alias to subword-mode.
3211 (c-update-modeline):
3212 * progmodes/cc-langs.el (c-mode-menu): Use c-subword-mode.
3213 * progmodes/cc-mode.el (subword-mode): Move autoload to cc-cmds.el.
3214 (c-mode-base-map): Use c-subword-mode.
3215
3216 2014-12-18 Eli Zaretskii <eliz@gnu.org>
3217
3218 * international/mule-diag.el (describe-font-internal):
3219 Display additional info returned by font-info.
3220
3221 * linum.el (linum--face-width): Rename from linum--face-height,
3222 and use the new functionality of font-info.
3223 (linum-update-window): Use linum--face-width and frame-char-width,
3224 instead of approximating with height.
3225
3226 2014-12-18 Dmitry Gutov <dgutov@yandex.ru>
3227
3228 * vc/vc-svn.el (vc-svn-dir-status-files): Revert the 2014-12-02
3229 change (bug#19387). Use `apply' on `vc-dir-command' (bug#19405).
3230
3231 * emacs-lisp/package.el (package-activate-1): Add RELOAD argument
3232 and a docstring.
3233 (package-activate): Call itself on dependencies on PACKAGE with
3234 the same FORCE argument. Pass FORCE as RELOAD into
3235 `package-activate-1' (bug#19390).
3236
3237 2014-12-17 Sam Steingold <sds@gnu.org>
3238
3239 * emacs-lisp/package.el (package--list-loaded-files):
3240 Handle `(nil ...)' elements in `load-history'.
3241
3242 2014-12-17 Teodor Zlatanov <tzz@lifelogs.com>
3243
3244 * net/tramp-sh.el (tramp-histfile-override): New variable.
3245 (tramp-open-shell, tramp-maybe-open-connection): Use it.
3246
3247 2014-12-17 Dmitry Gutov <dgutov@yandex.ru>
3248
3249 * vc/vc.el: Improve `dir-status-files' description.
3250
3251 * emacs-lisp/package.el (package--list-loaded-files): Don't call
3252 file-truename on load-history elements (bug#19390).
3253
3254 2014-12-16 Nicolas Petton <petton.nicolas@gmail.com>
3255
3256 * emacs-lisp/seq.el: New file.
3257
3258 2014-12-16 Stefan Monnier <monnier@iro.umontreal.ca>
3259
3260 * jit-lock.el (jit-lock-function): Don't defer if jit-lock-defer-time
3261 is 0 and there is no input pending.
3262
3263 2014-12-15 Juri Linkov <juri@linkov.net>
3264
3265 * replace.el (query-replace-read-from): Use query-replace-compile-replacement
3266 only on the return value (bug#19383).
3267
3268 2014-12-15 Juri Linkov <juri@linkov.net>
3269
3270 * isearch.el (isearch-lazy-highlight-search): Extend the bound of
3271 the wrapped search by the length of the search string to be able
3272 to lazy-highlight the whole search string at point (bug#19353).
3273
3274 2014-12-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
3275
3276 * net/shr.el (shr-fold-text): Don't bug out on zero-length text.
3277
3278 2014-12-14 Alan Mackenzie <acm@muc.de>
3279
3280 * cus-start.el (all): Add fast-but-imprecise-scrolling.
3281
3282 2014-12-14 Artur Malabarba <bruce.connor.am@gmail.com>
3283
3284 * let-alist.el: Add lexical binding.
3285
3286 2014-12-14 Steve Purcell <steve@sanityinc.com> (tiny change)
3287
3288 * emacs-lisp/package.el (package-menu-mode): Use an extra column
3289 for the "Version" column, to accomodate date-and-time-based versions.
3290
3291 2014-12-14 Cameron Desautels <camdez@gmail.com>
3292
3293 * cus-edit.el (custom-unsaved-options): New function, extracted
3294 from `customize-unsaved'.
3295 (custom-unsaved): Use it.
3296 (custom-prompt-customize-unsaved-options): New function.
3297 (Bug#19328)
3298
3299 2014-12-14 Dmitry Gutov <dgutov@yandex.ru>
3300
3301 * fringe.el (fringe-bitmap-p): Fix 2014-12-05 breakage.
3302
3303 2014-12-14 Dmitry Gutov <dgutov@yandex.ru>
3304
3305 Move ASYNC argument to the `diff' VC command to the fifth
3306 position, for better compatibility with existing third-party code,
3307 and document it.
3308
3309 * vc/vc.el (vc-diff-internal): Pass `async' argument to the
3310 backend `diff' command in the last position.
3311
3312 * vc/vc-svn.el (vc-svn-diff):
3313 * vc/vc-src.el (vc-src-diff):
3314 * vc/vc-sccs.el (vc-sccs-diff):
3315 * vc/vc-rcs.el (vc-rcs-diff):
3316 * vc/vc-mtn.el (vc-mtn-diff):
3317 * vc/vc-hg.el (vc-hg-diff):
3318 * vc/vc-git.el (vc-git-diff):
3319 * vc/vc-dav.el (vc-dav-diff):
3320 * vc/vc-cvs.el (vc-cvs-diff):
3321 * vc/vc-bzr.el (vc-bzr-diff):
3322 * obsolete/vc-arch.el (vc-arch-diff): Move ASYNC argument to the end.
3323
3324 2014-12-14 Paul Eggert <eggert@cs.ucla.edu>
3325
3326 * emacs-lisp/cconv.el (cconv--analyze-use):
3327 Rename from cconv--analyse-use.
3328 (cconv--analyze-function): Rename from cconv--analyse-function.
3329 (cconv-analyze-form): Rename from cconv-analyse-form.
3330
3331 2014-12-13 Andreas Schwab <schwab@linux-m68k.org>
3332
3333 * net/shr.el (shr-next-link): Don't error out at eob.
3334
3335 2014-12-05 Nicolas Richard <theonewiththeevillook@yahoo.fr>
3336
3337 * isearch.el (isearch-open-necessary-overlays): Open overlay
3338 ending at point (bug#19333).
3339
3340 2014-12-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
3341
3342 * net/shr.el (shr-fold-text): New function.
3343 (shr-show-alt-text, shr-urlify, shr-tag-img): Use it to fold long
3344 alt/title texts.
3345 (shr-fold-text): Inhibit state from being altered.
3346
3347 * files.el (directory-files-recursively): Really check whether
3348 files are symlinks.
3349 (directory-name-p): New function.
3350 (directory-files-recursively): Use it.
3351
3352 2014-12-13 Artur Malabarba <bruce.connor.am@gmail.com>
3353
3354 * emacs-lisp/package.el (package--list-loaded-files): New function
3355 to list files in a given directory which correspond to already
3356 loaded files.
3357 (package-activate-1): Reload files given by `package--list-loaded-files'.
3358 Fix bug#10125, bug#18443, and bug#18448.
3359
3360 2014-12-13 Eric S. Raymond <esr@snark.thyrsus.com>
3361
3362 * vc/vc-svn.el (vc-svn-diff): Fix bug #19312.
3363
3364 2014-12-13 Michael Albinus <michael.albinus@gmx.de>
3365
3366 * simple.el (password-word-equivalents): Add "passcode", used for
3367 numeric secrets like PINs or RSA tokens.
3368
3369 2014-12-13 Michael Albinus <michael.albinus@gmx.de>
3370
3371 * net/tramp-sh.el (tramp-get-remote-path): Use a login shell in
3372 order to determine `tramp-own-remote-path'.
3373
3374 2014-12-13 Fabián Ezequiel Gallina <fgallina@gnu.org>
3375
3376 * progmodes/python.el (python-shell-parse-command):
3377 Quote `python-shell-interpreter`. (Bug#19289)
3378
3379 2014-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
3380
3381 * progmodes/python.el (python-indent-line): Use `noindent' in strings.
3382 (python-indent-levels): Document extra value.
3383 (python-indent-calculate-indentation): Return `noindent' in strings.
3384 (python-indent-post-self-insert-function)
3385 (python-indent-calculate-levels): Handle new value.
3386
3387 2014-12-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
3388
3389 * net/network-stream.el (network-stream-open-starttls): No need to
3390 check for the availability of `gnutls-available-p'.
3391
3392 * files.el (directory-files-recursively): Don't follow symlinks to
3393 other directories.
3394
3395 2014-12-12 Eric S. Raymond <esr@snark.thyrsus.com>
3396
3397 * vc/vc-dav.el, vc/vc-git.el, vc/vc-hg.el, vc/vc-src.el:
3398 * vc/vc.el: latest-on-branch-p is no longer a public method.
3399
3400 * vc/vc.el, vc/vc-hg.el, vc/vc-git.el, vc/vc-hooks.el:
3401 * vc/vc-mtn.el, vc/vc-rcs.el, vc/vc-sccs.el, vc/vc-src.el:
3402 Remove `rollback' method, to be replaced in the future by uncommit.
3403
3404 2014-12-11 Michael Albinus <michael.albinus@gmx.de>
3405
3406 * vc/vc-hg.el (vc-hg-state): Make FILE absolute. Handle the case
3407 that there is empty output.
3408
3409 2014-12-11 Stefan Monnier <monnier@iro.umontreal.ca>
3410
3411 * emacs-lisp/eldoc.el (eldoc-documentation-function): Change default.
3412 (eldoc-mode, eldoc-schedule-timer): Adjust to new default.
3413
3414 2014-12-10 Artur Malabarba <bruce.connor.am@gmail.com>
3415
3416 * let-alist.el: Add new package and macro.
3417
3418 2014-12-10 Eric S. Raymond <esr@snark.thyrsus.com>
3419
3420 * vc/vc-dispatcher.el, vc/vc-hooks.el, vc/vc-rcs.el:
3421 * vc/vc-sccs.el, vc/vc.el: Righteous featurectomy of vc-keep-workfiles,
3422 it's a shoot-self-in-foot archaism. Workfiles are always kept.
3423
3424 2014-12-10 Rasmus Pank Roulund <emacs@pank.eu>
3425
3426 * net/ange-ftp.el (ange-ftp-switches-ok): Disallow flags causing
3427 trouble with ls over ftp. These flags result in ls returning no
3428 output, causing Tramp-breakage. (bug#19192)
3429
3430 2014-12-10 Andreas Schwab <schwab@suse.de>
3431
3432 * files.el (file-tree-walk): Use file-name-as-directory unconditionally.
3433
3434 2014-12-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
3435
3436 * files.el (directory-files-recursively):
3437 Use `file-name-all-completions' instead of `directory-files' for
3438 greater speed.
3439
3440 * net/shr.el (shr-tag-object): Don't bug out on text elements in
3441 <object>.
3442
3443 2014-12-09 Bozhidar Batsov <bozhidar@batsov.com>
3444
3445 * progmodes/ruby-mode.el (auto-mode-alist): Add .rabl, Berksfile
3446 and Puppetfile.
3447 (ruby-toggle-string-quotes): New command that allows you to quickly
3448 toggle between single-quoted and double-quoted string literals.
3449
3450 2014-12-09 Eric S. Raymond <esr@snark.thyrsus.com>
3451
3452 * vc/vc-src.el (vc-src-do-comand): Prepend -- to file argument
3453 list, avoids problems witt names containing hyphens.
3454
3455 2014-12-09 Wilson Snyder <wsnyder@wsnyder.org>
3456
3457 Sync with upstream verilog-mode revision aa4b777.
3458 * progmodes/verilog-mode.el (verilog-mode-version): Update.
3459 (verilog-auto-end-comment-lines-re, verilog-end-block-ordered-re)
3460 (verilog-set-auto-endcomments): Automatically comment property/
3461 endproperty blocks to match other similar blocks like sequence/
3462 endsequence, function/endfunction, etc. Reported by Alex Reed.
3463 (verilog-set-auto-endcomments): Fix end comments for functions of
3464 type void, etc. Detect the function- or task-name when
3465 auto-commenting blocks that lack an explicit portlist.
3466 Reported by Alex Reed.
3467 (verilog-nameable-item-re): Fix nameable items that can have an
3468 end-identifier to include endchecker, endgroup, endprogram,
3469 endproperty, and endsequence. Reported by Alex Reed.
3470 (verilog-preprocessor-re, verilog-beg-of-statement):
3471 Fix indentation of property/endproperty around pre-processor
3472 directives. Reported by Alex Reed.
3473 (verilog-label-be): When auto-commenting a buffer, consider
3474 auto-comments on all known keywords (not just a subset thereof).
3475 Reported by Alex Reed.
3476 (verilog-beg-of-statement): Fix labeling do-while blocks, bug842.
3477 Reported by Alex Reed.
3478 (verilog-beg-of-statement-1, verilog-at-constraint-p):
3479 Fix hanging with many curly-bracket pairs, bug663.
3480 (verilog-do-indent): Fix electric tab deleting form-feeds.
3481 Note caused by indent-line-to deleting tabls pre 24.5.
3482 (verilog-auto-output, verilog-auto-input, verilog-auto-inout)
3483 (verilog-auto-inout-module, verilog-auto-inout-in): Doc fixes.
3484 (verilog-read-always-signals, verilog-auto-sense-sigs)
3485 (verilog-auto-reset): Fix AUTORESET with always_comb and always_latch,
3486 bug844. Reported by Greg Hilton.
3487
3488 2014-12-09 Alex Reed <acreed4@gmail.com> (tiny change)
3489
3490 * progmodes/verilog-mode.el (verilog-no-indent-begin-re):
3491 Fix `verilog-indent-begin-after-if' nil not honoring 'forever',
3492 'foreach', and 'do' keywords.
3493 (verilog-endcomment-reason-re, verilog-beg-of-statement):
3494 Fix labeling do-while blocks, bug842.
3495 (verilog-backward-token): Fix indenting sensitivity lists with
3496 named events, bug840.
3497
3498 2014-12-09 Reto Zimmermann <reto@gnu.org>
3499
3500 Sync with upstream vhdl mode v3.36.1.
3501 * progmodes/vhdl-mode.el (vhdl-version, vhdl-time-stamp): Update.
3502 (vhdl-compiler-alist): Anchor all error regexps.
3503 (vhdl-compile-use-local-error-regexp): Change default to nil.
3504 (vhdl-asort, vhdl-anot-head-p): Remove.
3505 (vhdl-aput, vhdl-adelete, vhdl-aget): Simplify.
3506 Remove optional argument of vhdl-aget and update all callers.
3507 (vhdl-import-project): Also set `vhdl-compiler'.
3508
3509 2014-12-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
3510
3511 * files.el (find-files): New function.
3512
3513 * net/shr.el (shr-dom-print): Don't print comments.
3514 (shr-tag-svg): Give inline SVG images the right type.
3515
3516 * net/eww.el (eww-update-header-line-format): Mark valid/invalid
3517 certificates in the header line.
3518 (eww-invalid-certificate, eww-valid-certificate): New faces.
3519
3520 2014-12-09 Fabián Ezequiel Gallina <fgallina@gnu.org>
3521
3522 * progmodes/python.el (inferior-python-mode):
3523 Set `comint-prompt-read-only` to `t` only locally.
3524
3525 2014-12-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
3526
3527 * net/nsm.el (nsm-check-protocol): Test for RC4 on `high'.
3528 (nsm-format-certificate): Include more data about the connection.
3529 (nsm-query): Fill the text to that it looks nicer.
3530 (nsm-check-protocol): Also warn if using SSL3 or older.
3531
3532 2014-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
3533
3534 * progmodes/gud.el (gud-gdb-completions): Remove unused var `start'.
3535
3536 * obsolete/gulp.el (gulp-create-m-p-alist): Remove unused var `mnt-tm'.
3537
3538 * net/tramp.el (tramp-handle-make-symbolic-link): Mark unused arg.
3539
3540 * info.el (Info-mode-map): Remove left-over binding.
3541
3542 * emacs-lisp/avl-tree.el: Use lexical-binding and cl-lib.
3543 (avl-tree--root): Remove redundant defsetf.
3544
3545 2014-12-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
3546
3547 * net/nsm.el (network-security-level): Remove the detailed
3548 description, which was already outdated, and refer the users to
3549 the manual.
3550 (nsm-check-protocol): Check for weak Diffie-Hellman prime bits
3551 (bug#19153).
3552
3553 2014-12-06 Andrey Kotlarski <m00naticus@gmail.com>
3554
3555 * net/eww.el (eww-buffers-mode): New major mode.
3556 (eww-list-buffers, eww-buffer-select, eww-buffer-show-next)
3557 (eww-buffer-show-previous, eww-buffer-kill, eww-buffer-show):
3558 New commands/functions (bug#19131).
3559
3560 2014-12-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
3561
3562 * net/gnutls.el (gnutls-negotiate): Ignore files found via
3563 'file-name-handler-alist' since the gnutls library can't use those
3564 (bug#15866).
3565
3566 2014-12-08 Dmitry Gutov <dgutov@yandex.ru>
3567
3568 * vc/vc-hg.el (vc-hg-dir-status-files): Only include ignores files
3569 when FILES is non-nil (bug#19304).
3570
3571 2014-12-08 Eric S. Raymond <esr@snark.thyrsus.com>
3572
3573 * vc/vc-arch.el: Move to obsolete directory so a test framework
3574 won't trip over bit-rot in it. There has been no Arch snapshot
3575 for nine years.
3576
3577 2014-12-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
3578
3579 * net/eww.el (eww-follow-link): Revert prefix behaviour to
3580 previous behavior.
3581 (eww-copy-page-url): Add doc string.
3582
3583 2014-12-07 Ivan Shmakov <ivan@siamics.net>
3584
3585 * net/eww.el (eww): Move history recording here...
3586 (eww-browse-url): ... from here (bug#19253).
3587
3588 * net/eww.el (eww-browse-url): Use generate-new-buffer (was:
3589 iterating over possible buffer names.)
3590
3591 2014-12-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
3592
3593 * net/eww.el (eww-reload): Take a prefix to work locally (bug#19086).
3594 (eww-current-buffer): Compilation fix for bug#18550 patch.
3595
3596 2014-12-07 Ivan Shmakov <ivan@siamics.net>
3597
3598 * net/eww.el (eww-list-histories): Restore the history in the
3599 correct buffer (bug#18550).
3600
3601 2014-12-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
3602
3603 * net/eww.el (eww-bookmark-prepare): Display URLs in first by
3604 displaying shortened titles first (bug#16398).
3605
3606 2014-12-07 Tom Willemse <tom@ryuslash.org> (tiny change)
3607
3608 * progmodes/python.el: Recognize docstrings.
3609 (python-docstring-at-p, python-font-lock-syntactic-face-function):
3610 New functions.
3611 (python-mode): Use them.
3612
3613 2014-12-06 Ulf Jasper <ulf.jasper@web.de>
3614
3615 * net/newst-treeview.el (newsticker--treeview-list-add-item)
3616 (newsticker--treeview-propertize-tag): Bind tree menu to mouse-3.
3617 (newsticker--treeview-create-groups-menu)
3618 (newsticker--treeview-create-tree-menu): Remove.
3619 (newsticker--treeview-tree-open-menu): New.
3620 (newsticker-treeview-tree-click): Pass event to
3621 `newsticker-treeview-tree-do-click'.
3622 (newsticker-treeview-tree-do-click): Open treemenu on mouse-3.
3623
3624 2014-12-05 Juri Linkov <juri@linkov.net>
3625
3626 * comint.el (comint-history-isearch-search)
3627 (comint-history-isearch-wrap): Use field-beginning instead of
3628 comint-line-beginning-position.
3629 (comint-send-input): Go to the end of the field instead of the end
3630 of the line to accept whole multi-line input.
3631 http://lists.gnu.org/archive/html/emacs-devel/2014-12/msg00305.html
3632
3633 2014-12-05 Juri Linkov <juri@linkov.net>
3634
3635 * minibuffer.el (minibuffer-completion-help):
3636 Compare selected-window with minibuffer-window to check whether
3637 completions should be displayed near the minibuffer. (Bug#17809)
3638 http://lists.gnu.org/archive/html/emacs-devel/2014-12/msg00311.html
3639
3640 2014-12-05 Michael Albinus <michael.albinus@gmx.de>
3641
3642 * vc/vc-mtn.el (vc-mtn-root):
3643 * vc/vc-svn.el (vc-svn-registered): Make FILE absolute.
3644
3645 2014-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
3646
3647 * progmodes/sh-script.el (sh-smie-sh-rules): Go back to the beginning
3648 of the whole pipe when indenting an opening keyword after a |.
3649 Generalize this treatment to opening keywords like "while" (bug#18031).
3650
3651 2014-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
3652
3653 * simple.el (newline): Place the hook buffer-locally,
3654 to make sure it's first.
3655
3656 * progmodes/prog-mode.el (prettify-symbols--compose-symbol):
3657 Fix handling of symbols with different syntax at beginning/end or with
3658 symbol rather than word syntax.
3659
3660 2014-12-05 Eli Zaretskii <eliz@gnu.org>
3661
3662 * simple.el (line-move): If noninteractive, call line-move-1, not
3663 forward-line, since the former is compatible with line-move-visual
3664 both in terms of the column to which it moves and the return
3665 value. (Bug#19211)
3666
3667 2014-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
3668
3669 * vc/ediff-init.el (ediff-odd-p): Remove.
3670 (ediff-background-face): Use cl-oddp instead.
3671 (ediff-buffer-live-p): Make it a defsubst.
3672
3673 * tooltip.el (tooltip-region-active-p): Remove.
3674
3675 * net/shr.el (shr-char-breakable-p, shr-char-kinsoku-bol-p)
3676 (shr-char-kinsoku-eol-p, shr-char-nospace-p): Use define-inline.
3677
3678 * fringe.el (fringe-bitmap-p): Make it a plain function.
3679
3680 * emacs-lisp/eieio-core.el: Prefer inlinable functions over macros.
3681 (class-p, generic-p, eieio-object-p, class-abstract-p):
3682 Make them defsubst, so as to avoid corner case problems where
3683 the arg might be evaluated in the condition-case, or it can't be passed
3684 to higher-order functions like `cl-some'.
3685
3686 2014-12-05 Nicolas Richard <theonewiththeevillook@yahoo.fr>
3687
3688 * wid-edit.el (widget-choose): Let numeric keypad work (bug#19268)
3689 and remove old menu-related code.
3690
3691 2014-12-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
3692
3693 * net/eww.el (eww-display-pdf): Let mailcap determine how to
3694 display PDF files (bug#19270).
3695
3696 2014-12-05 Juri Linkov <juri@linkov.net>
3697
3698 Compare with the most recent window by default.
3699 * vc/compare-w.el (compare-windows-get-window-function): New defcustom.
3700 (compare-windows-get-recent-window)
3701 (compare-windows-get-next-window): New functions.
3702 (compare-windows, compare-windows-sync-default-function):
3703 Use `compare-windows-get-window-function' instead of `next-window'.
3704 (compare-windows): Add diff/match messages with region boundaries.
3705 (Bug#19170)
3706
3707 2014-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
3708
3709 * subr.el (filter): Remove. Use `cl-remove-if-not' or `seq-filter'.
3710
3711 2014-12-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
3712
3713 * net/shr.el (shr--extract-best-source): Ignore non-text children.
3714
3715 2014-12-04 Eli Zaretskii <eliz@gnu.org>
3716
3717 Implement copying of a buffer portion while preserving visual order.
3718 * simple.el (bidi-directional-controls-chars)
3719 (bidi-directional-non-controls-chars): New variables.
3720 (squeeze-bidi-context-1, squeeze-bidi-context)
3721 (line-substring-with-bidi-context)
3722 (buffer-substring-with-bidi-context): New functions.
3723
3724 * files.el (file-tree-walk): Doc fix.
3725
3726 2014-12-04 Rupert Swarbrick <ruperts@broadcom.com> (tiny change)
3727 Rüdiger Sonderfeld <ruediger@c-plusplus.net>
3728
3729 * autoinsert.el (auto-insert-alist): Update C/C++ header and
3730 program support to match more extensions. Replace non-alnum
3731 characters when generating include guards (headers) and check for
3732 more extensions when generating includes (programs)
3733 (bug#19254).
3734
3735 2014-12-03 Eric S. Raymond <esr@snark.thyrsus.com>
3736
3737 * files.el (file-tree-walk): Fix docstring.
3738
3739 2014-12-03 Karl Fogel <kfogel@red-bean.com>
3740
3741 Fix bug whereby saving files hung in VC hook.
3742
3743 Saving a buffer visiting a file under SVN control would hang if
3744 the remote repository were unreachable, because the VC hooks tried
3745 to run "svn status -u" on the file, where the "-u" tells svn to
3746 get update information from the remote repository.
3747 http://lists.gnu.org/archive/html/emacs-devel/2014-12/msg00174.html
3748
3749 * vc/vc-svn.el (vc-svn-state): Remove optional `localp'
3750 argument and always pass "-v" to "svn status", never "-u".
3751
3752 2014-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
3753
3754 * emacs-lisp/inline.el: Fix up copyright header.
3755 (inline-quote, inline-const-p, inline-const-val, inline-error):
3756 Silence compiler warnings.
3757 (inline-letevals): Fix edebug spec.
3758 (inline--testconst-p): Consider lambda expressions as const-p.
3759 (inline--getconst-val): Use inline--testconst-p.
3760
3761 * minibuffer.el (completion-table-dynamic): Add arg `switch-buffer'
3762 and change default to stay in the minibuffer when called from
3763 the minibuffer (bug#19250).
3764 (lazy-completion-table): Use this new argument to preserve the
3765 old behavior.
3766
3767 * progmodes/elisp-mode.el (elisp--local-variables): Don't burp on
3768 incorrect lexical elements (bug#19250).
3769
3770 2014-12-03 A. N. Other <none@example.com>
3771
3772 * files.el (file-tree-walk): Lisp translation of ANSI ftw(3).
3773
3774 2014-12-02 Glenn Morris <rgm@gnu.org>
3775
3776 * whitespace.el (whitespace-big-indent-regexp): Add :version.
3777
3778 2014-12-02 Eric S. Raymond <esr@snark.thyrsus.com>
3779
3780 * subr.el (filter): New macro. Because it's just silly for a Lisp
3781 not to have this in 2014. And VC needs it.
3782
3783 * vc.el: All backends: API simplification: Abolish dir-status.
3784 It's replaced by dir-status-files.
3785
3786 * vc.el: All backends: API simplification: Remove 4th
3787 'default-state' argument from vc-dir-status files and its backend
3788 methods - no backend method ever set it. It was used only in the
3789 fallback method to to set a default of 'up-to-date, though a
3790 convoluted call chain obscured this.
3791
3792 * vc-hooks.el: Bind vc-delete-file to Ctrl-x v delete.
3793
3794 * vc.el (vc-expand-dirs): Now takes a second BACKEND argument,
3795 improving behavior on directories using multiple file-oriented VCSes.
3796
3797 * vc/vc.el: All backends: API simplification; clear-headers
3798 is no longer a public method. It is now local to the one place
3799 it's used, in the RCS steal-lock method.
3800
3801 2014-12-01 Eric S. Raymond <esr@snark.thyrsus.com>
3802
3803 * vc/vc.el: In all backends: API simplification; could-register
3804 is no longer a public method. (vc-cvs.el still has a private
3805 implementation.)
3806
3807 * vc/vc.el: In all backends: API cleanup; the backend diff method
3808 takes an explicit async flag. This eliminates a particularly ugly
3809 global.
3810
3811 * vc-bzr.el: Restore vc-bzr-state-heuristic as a private method.
3812 VC randomly/unpredictably fails without it; cause not yet established.
3813
3814 2014-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
3815
3816 Merge some of the differences from the standalone CC-mode.
3817 The main change is to only use the `category' text-property only when
3818 available. For that many calls are changed to use c-get-char-property,
3819 c-next-single-property-change, c-sc-scan-lists,
3820 c-sc-parse-partial-sexp, c-unmark-<->-as-paren.
3821
3822 * progmodes/cc-mode.el (c-just-done-before-change): New var.
3823 (c-basic-common-init): Initialize it.
3824 (c-common-init): Only use mode-require-final-newline when available.
3825 (c-before-change): Check and set c-just-done-before-change.
3826 (c-after-change): Re-set c-just-done-before-change.
3827 (c-advise-fl-for-region): New macro.
3828 (lazy-lock-defer-rest-after-change, lazy-lock-defer-line-after-change)
3829 (font-lock-after-change-function, jit-lock-after-change):
3830 Advise if needed.
3831
3832 * progmodes/cc-langs.el (c-modified-constant): New lang var.
3833 (c-known-type-key): Don't make a list just to throw it away.
3834
3835 * progmodes/cc-engine.el (c-invalidate-state-cache, c-parse-state):
3836 Handle the case where categories are not available.
3837 (c-record-parse-state-state, c-replay-parse-state-state):
3838 Handle marker values.
3839 (c-before-change-check-<>-operators): Look for the `syntax-table'
3840 property rather than for the corresponding `category'.
3841 (c-looking-at-decl-block): Remove unused var
3842 `c-disallow-comma-in-<>-arglists'.
3843 (c-forward-<>-arglist-recur): Remove unused var
3844 `orig-record-found-types'.
3845
3846 * progmodes/cc-defs.el (c-version): Bump up to 5.33.
3847 (c-use-category): New const.
3848 (c-next-single-property-change): New macro.
3849 (c-region-is-active-p): Prefer region-active-p when available.
3850 (c-search-backward-char-property): Fix old min/max typo; probably
3851 a copy/paste error.
3852 (c-mark-<-as-paren, c-mark->-as-paren, c-unmark-<->-as-paren):
3853 Turn them into macros that obey c-use-category.
3854 (c-sc-scan-lists-no-category+1+1, c-sc-scan-lists-no-category+1-1)
3855 (c-sc-scan-lists-no-category-1+1, c-sc-scan-lists-no-category-1-1)
3856 (c-sc-scan-lists, c-sc-parse-partial-sexp)
3857 (c-looking-at-non-alphnumspace): New macros.
3858 (c-sc-parse-partial-sexp-no-category): New function.
3859 (c-emacs-features): Add `category-properties' element.
3860
3861 * progmodes/cc-cmds.el (c-forward-into-nomenclature)
3862 (c-backward-into-nomenclature): Use cc-subword if subword-mode is
3863 not available.
3864 (c-beginning-of-defun, c-end-of-defun, c-mark-function)
3865 (c-indent-line-or-region): Use c-region-is-active-p.
3866
3867 * progmodes/cc-bytecomp.el (cc-bytecomp-unbound-variables)
3868 (cc-bytecomp-original-functions, cc-bytecomp-original-properties)
3869 (cc-bytecomp-loaded-files): Re-set each time the file is loaded.
3870 (cc-bytecomp-obsolete-var, cc-bytecomp-ignore-obsolete)
3871 (cc-bytecomp-obsolete-fun): Delete unused functions.
3872
3873 * progmodes/cc-align.el (c-lineup-respect-col-0): New function.
3874
3875 2014-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
3876
3877 * net/shr.el (shr-dom-print): Fix up `shr-dom-print' after the
3878 dom.el changes.
3879
3880 2014-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
3881
3882 * vc/vc.el (vc-find-conflicted-file): Look for conflicted files in the
3883 current "project" rather than just the current directory.
3884 * vc/vc-git.el (vc-git-conflicted-files): Clarify in which directory
3885 the file names make sense.
3886
3887 * vc/smerge-mode.el (smerge-swap): New command.
3888
3889 * vc/diff-mode.el (diff-kill-applied-hunks): New command.
3890
3891 2014-12-01 Ulf Jasper <ulf.jasper@web.de>
3892
3893 * net/newst-treeview.el (newsticker--treeview-item-show):
3894 Check window liveliness before measuring its width.
3895
3896 * net/newst-backend.el (newsticker--get-news-by-url-callback):
3897 Pass correct status to `newsticker--sentinel-work'.
3898 (newsticker--sentinel-work): Use "newsticker--download-error" as
3899 guid in order to prevent multiple "Could not download..."
3900 messages. (Bug#19166)
3901
3902 2014-12-01 Ivan Shmakov <ivan@siamics.net>
3903
3904 * net/eww.el (eww-render): Call `eww-after-render-hook' in the
3905 correct buffer (bug#19225).
3906
3907 2014-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
3908
3909 * net/nsm.el (network-security-level): Change the default to `medium'.
3910
3911 * net/eww.el (eww): Leave point in a place that doesn't cause
3912 scrolling when displaying "Loading...".
3913
3914 2014-12-01 Eric S. Raymond <esr@snark.thyrsus.com>
3915
3916 * vc/vc.el, vc/vc-cvs.el, vc/vc-rcs.el, vc/vc-svn.el: The 'merge'
3917 backend method of RCS/CVS/SVN is now 'merge-file', to contrast with
3918 'merge-branch'. Prompting for merge revisions is pushed down to
3919 the back ends; this fixes a layering violation that caused bad
3920 behavior with SVN.
3921
3922 * vc/vc.el, vc-hooks.el: All backends: API simplification;
3923 vc-stay-local-p and repository-hostname are no longer public
3924 methods. Only the CVS and SVN backends used these, and the SVN
3925 support was conditioned out because svn status -v is too slow.
3926 The CVS back end retains this machinery and the vc-stay-local
3927 configuration variable now only affects it.
3928
3929 2014-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
3930
3931 * emacs-lisp/inline.el: New file.
3932
3933 2014-12-01 Eric S. Raymond <esr@snark.thyrsus.com>
3934
3935 * vc/vc.el, vc-hooks.el: All backends: API simplification;
3936 vc-state-heuristic is no longer a public method, having been
3937 removed where it is redundant, unnecessary, or known buggy.
3938 This eliminated all backends except CVS. Eliminates bug#7850.
3939
3940 * vc/vc-cvs.el, vc/vc-hooks.el, vc/vc-rcs.el, vc/vc-sccs.el:
3941 Eliminate vc-mistrust-permissions. It was only relevant to the
3942 RCS and SCCS back ends and defaulted to t. Code now always
3943 mistrusts permissions - by actual measurement the effect on
3944 performance is negligible. As a side effect bug#11490 is now
3945 irrelevant.
3946
3947 * vc/vc.el, vc-hooks.el: All backends: API simplification;
3948 vc-workfile-unchanged-p is no longer a public method (but the RCS
3949 and SCCS back ends retain it as a private method used in state
3950 computation). This method was redundant with vc-state and usually
3951 implemented as a trivial call to same. Fixes the failure mode
3952 described in bug#694.
3953
3954 * vc/vc.el: All backends: API simplification; init-revision is
3955 gone, and vc-registered functions no longer take an
3956 initial-revision argument.
3957
3958 2014-11-29 Glenn Morris <rgm@gnu.org>
3959
3960 * vc/vc-src.el (vc-src, vc-src-diff-switches)
3961 (vc-src-master-templates): Fix :version tags.
3962
3963 2014-11-29 Paul Rankin <paul@tilk.co> (tiny change)
3964
3965 * outline.el (outline-move-subtree-down): Refactor and improve code.
3966
3967 2014-11-29 Stephen Berman <stephen.berman@gmx.net>
3968 Stefan Monnier <monnier@iro.umontreal.ca>
3969
3970 * outline.el (outline-move-subtree-down): Make sure we can move
3971 forward to find the end of the subtree and the insertion point
3972 (bug#19102).
3973
3974 2014-11-29 Fabián Ezequiel Gallina <fgallina@gnu.org>
3975
3976 * progmodes/python.el (python-shell-completion-setup-code):
3977 Use __builtin__ module (or builtins in Python 3) and catch all errors
3978 when importing readline and rlcompleter.
3979
3980 2014-11-29 Stephen Berman <stephen.berman@gmx.net>
3981
3982 * calendar/todo-mode.el: Handle calling revert-buffer (bug#19187).
3983 (todo-revert-buffer): New function.
3984 (todo-modes-set-1): Use it as the buffer-local value of
3985 revert-buffer-function.
3986
3987 2014-11-29 Stephen Berman <stephen.berman@gmx.net>
3988
3989 * calendar/todo-mode.el (todo-mode): If called interactively, just
3990 display a message saying to call todo-show to enter Todo mode
3991 (Bug#19112).
3992
3993 2014-11-29 Dmitry Gutov <dgutov@yandex.ru>
3994
3995 * vc/vc-hg.el (vc-hg-dir-status-files): Include ignored files.
3996 (Bug#18579)
3997
3998 * vc/vc-bzr.el (vc-bzr-after-dir-status): Don't skip ignored
3999 files. (Bug#18579)
4000
4001 2014-11-29 Michael Albinus <michael.albinus@gmx.de>
4002
4003 * textmodes/makeinfo.el (makeinfo-buffer): Make it work also for
4004 remote `buffer-file-name'.
4005
4006 2014-11-29 Leo Liu <sdl.web@gmail.com>
4007
4008 * calendar/diary-lib.el (calendar-mark-1): Fix thinko.
4009
4010 2014-11-29 Fabián Ezequiel Gallina <fgallina@gnu.org>
4011
4012 Set PYTHONUNBUFFERED on shell startup.
4013
4014 * progmodes/python.el (python-shell-unbuffered): New var.
4015 (python-shell-calculate-process-environment): Use it.
4016
4017 2014-11-29 Michael Albinus <michael.albinus@gmx.de>
4018
4019 * net/tramp.el (tramp-action-password): Clean password on subsequent
4020 attempts even if there was no wrong password indication. (Bug#19047)
4021
4022 * net/tramp-sh.el (tramp-get-remote-locale): Return "LC_ALL=C" as
4023 fallback.
4024 (tramp-open-connection-setup-interactive-shell): No need to check
4025 for nil as `tramp-get-remote-locale' return value.
4026
4027 2014-11-29 Eli Zaretskii <eliz@gnu.org>
4028
4029 * vc/vc-git.el (vc-git-command, vc-git--call):
4030 Bind coding-system-for-read and coding-system-for-write to
4031 vc-git-commits-coding-system.
4032 (vc-git-previous-revision): Use "~1" instead of "^", since the
4033 latter is a special character for MS-Windows system shells.
4034
4035 2014-11-29 Michael Albinus <michael.albinus@gmx.de>
4036
4037 Improve XEmacs compatibility.
4038
4039 * net/tramp.el (tramp-autoload-file-name-handler):
4040 Wrap `temporary-file-directory' by `symbol-value', it doesn't
4041 exist in XEmacs.
4042 (tramp-read-passwd): Don't use `with-timeout-suspend' and
4043 `with-timeout-unsuspend' if they don't exist, like in XEmacs.
4044 (tramp-time-less-p, tramp-time-subtract): Remove functions.
4045 (tramp-handle-file-newer-than-file-p, tramp-time-diff):
4046 * net/tramp-adb.el (tramp-adb-ls-output-time-less-p):
4047 * net/tramp-cache.el (tramp-get-file-property):
4048 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
4049 Use `time-less-p' and `time-subtract, respectively.
4050
4051 * net/tramp-adb.el (top): Do not require time-date.el.
4052
4053 * net/tramp-compat.el (top): Require time-date.el for XEmacs.
4054
4055 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell):
4056 Check, whether `utf-8' is a valid coding system.
4057
4058 2014-11-29 Eli Zaretskii <eliz@gnu.org>
4059
4060 * vc/vc.el (vc-retrieve-tag): Doc fix.
4061
4062 2014-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
4063
4064 * simple.el (execute-extended-command--shorter): Fix the "M-p" case
4065 (bug#19152).
4066
4067 2014-11-28 Martin Rudalics <rudalics@gmx.at>
4068
4069 Fix two issues around help-window-select. (Bug#11039) (Bug#19012)
4070 * help.el (help-window-old-frame): New variable.
4071 (help-window-select): Default to nil (Bug#11039).
4072 Rewrite doc-string.
4073 (help-window-setup): When the help window appears on another
4074 frame and `help-window-select' is non-nil, give that frame input
4075 focus too (Bug#19012).
4076 (with-help-window): Store selected frame in
4077 help-window-old-frame.
4078
4079 2014-11-28 Ulf Jasper <ulf.jasper@web.de>
4080
4081 * net/newst-treeview.el (newsticker--treeview-load): Take care of
4082 nil value for `newsticker-groups-filename'.
4083
4084 2014-11-28 Daiki Ueno <ueno@gnu.org>
4085
4086 * epa.el (epa-sign-file, epa-encrypt-file, epa-decrypt-region)
4087 (epa-sign-region, epa-encrypt-region):
4088 Use `epg-context-set-{passphrase,progress}-callback', instead of
4089 `setf'. This partially reverts commit 9e48a95c (bug#19150).
4090 Reported by José A. Romero L.
4091
4092 2014-11-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
4093
4094 * net/eww.el (eww-restore-history):
4095 Bind `inhibit-modification-hooks' instead of `after-change-functions'.
4096
4097 2014-11-27 Ulf Jasper <ulf.jasper@web.de>
4098
4099 * net/newst-backend.el (newsticker--parse-atom-1.0):
4100 Handle embedded (x)html in summary node.
4101
4102 2014-11-27 Sam Steingold <sds@gnu.org>
4103
4104 * menu-bar.el (menu-bar-open): When everything else fails,
4105 use (mouse-menu-bar-map).
4106
4107 2014-11-27 Ulf Jasper <ulf.jasper@web.de>
4108
4109 * net/newst-treeview.el (newsticker-groups-filename):
4110 Change default value to nil. Point out that variable is obsolete in doc
4111 string.
4112 (newsticker--treeview-load): Change wording of the questions the
4113 user is asked when `newsticker-groups-filename' is found to be
4114 used and we offer to read and remove the groups file. (Bug#19165)
4115
4116 2014-11-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
4117
4118 * net/eww.el (eww): Record the new URL immediately, so that if the
4119 HTTP fetch fails, we have the right URL in the buffer.
4120 (eww-process-text-input): Don't shorten the input field if
4121 deleting at the last character (bug#19085).
4122 (eww-restore-history): Inhibit change functions while restoring
4123 the history.
4124 (eww-process-text-input): Fix deletion at the start of the field, too.
4125 (eww-mode): Revert mistanken removal of `buffer-disable-undo'.
4126 (eww-process-text-input): Try to keep track of the size more reliably.
4127
4128 * dom.el (dom-pp): New function.
4129
4130 2014-11-27 Eli Zaretskii <eliz@gnu.org>
4131
4132 * vc/vc-bzr.el (vc-bzr-print-log, vc-bzr-expanded-log-entry):
4133 Don't assume --long is the default for "bzr log", always specify
4134 it explicitly, in case the user defined an alias for 'log' that
4135 uses some other format.
4136
4137 2014-11-27 Fabián Ezequiel Gallina <fgallina@gnu.org>
4138
4139 * progmodes/python.el (python-eldoc--get-doc-at-point):
4140 Strip shell output before returning. (bug#18794)
4141
4142 2014-11-27 Dmitry Gutov <dgutov@yandex.ru>
4143
4144 Fix indentation before `!=' and after `+='. Originally reported
4145 in https://github.com/mooz/js2-mode/issues/174.
4146 * progmodes/js.el (js--indent-operator-re): Make assignments and
4147 (in)equality operator a separate case.
4148 (js--continued-expression-p): Escape the second `+' in the regexp.
4149
4150 2014-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
4151
4152 * window.el (handle-select-window): Deactivate shift-region (bug#19003).
4153
4154 2014-11-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
4155
4156 * net/nsm.el (nsm-new-fingerprint-ok-p): Display the certificate
4157 when querying about new certificates.
4158
4159 * net/shr.el (shr-make-table-1): dom.el changes for table rendering.
4160
4161 * dom.el (dom-by-tag): Use `equal' for comparisons so that tags
4162 can be strings.
4163 (dom-elements): Protect against non-text nodes.
4164 (dom-non-text-children): New function.
4165
4166 * net/eww.el (eww-tag-title): Use `dom-text'.
4167
4168 2014-11-26 Sam Steingold <sds@gnu.org>
4169
4170 * textmodes/sgml-mode.el (sgml-validate-command): Pass -utf8 to tidy.
4171
4172 2014-11-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
4173
4174 * net/eww.el (eww-highest-readability): More dom.el fixes.
4175
4176 2014-11-26 Ulf Jasper <ulf.jasper@web.de>
4177
4178 * net/newst-backend.el (newsticker--parse-generic-items):
4179 Take care of UIDs when adding elements to cache.
4180
4181 2014-11-26 Alan Mackenzie <acm@muc.de>
4182
4183 Remove spurious reference to symbol category_properties.
4184 * progmodes/cc-engine.el (c-state-pp-to-literal): Fix here.
4185
4186 2014-11-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
4187
4188 * net/eww.el: Use the new dom.el accessors throughout.
4189
4190 * net/shr.el: Ditto.
4191
4192 * dom.el: New file.
4193
4194 2014-11-26 Glenn Morris <rgm@gnu.org>
4195
4196 * arc-mode.el (archive-visit-single-files): Add :version.
4197
4198 2014-11-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
4199
4200 * net/nsm.el (nsm-format-certificate): Don't bug out on missing
4201 elements.
4202 (nsm-warnings-ok-p): The new version of this function always
4203 returned nil when everything was OK.
4204
4205 2014-11-25 Teodor Zlatanov <tzz@lifelogs.com>
4206
4207 * net/gnutls.el (gnutls): Set :group to 'comm so it's near NSM.
4208
4209 * net/nsm.el (nsm-check-tls-connection, nsm-save-host)
4210 (nsm-warnings-ok-p): Use `gnutls-peer-status-warning-describe'.
4211
4212 2014-11-20 Nicolas Richard <theonewiththeevillook@yahoo.fr>
4213
4214 * emacs-lisp/byte-run.el (function-put): Match argument names to
4215 docstring.
4216
4217 2014-11-24 Sam Steingold <sds@gnu.org>
4218
4219 * vc/vc-hooks.el (vc-directory-exclusion-list):
4220 Fix a trivial typo (bug#19171).
4221
4222 2014-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
4223
4224 * vc/vc-hooks.el (vc-state-base-face): Don't override
4225 mode-line-inactive.
4226
4227 2014-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
4228
4229 * net/eww.el (eww-set-character-encoding): Use `read-coding-system'.
4230 (eww-process-text-input): Inhibit read only so that input fields
4231 don't get shortened (bug#19085).
4232
4233 2014-11-24 Leo Liu <sdl.web@gmail.com>
4234
4235 * emacs-lisp/macroexp.el (macroexp-let2*): New macro.
4236
4237 * window.el (with-temp-buffer-window)
4238 (with-current-buffer-window, with-displayed-buffer-window):
4239 * emacs-lisp/cl-macs.el (cl--compiler-macro-adjoin):
4240 * emacs-lisp/cl-lib.el (substring):
4241 * emacs-lisp/cl-extra.el (cl-getf): Use it.
4242
4243 2014-11-24 Eli Zaretskii <eliz@gnu.org>
4244
4245 * isearch.el (isearch-update): Don't assume
4246 pos-visible-in-window-p will return nil when point is hscrolled
4247 out of view. (Bug#19157)
4248
4249 2014-11-20 Andrey Kotlarski <m00naticus@gmail.com>
4250
4251 * net/eww.el (eww-browse-url): Optionally create new eww buffer.
4252 (eww-follow-link): Follow in new buffer in case of prefix
4253 argument, open externally with double prefix (bug#19130).
4254
4255 2014-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
4256
4257 * net/eww.el (eww-display-html): Decode the document-defined charset.
4258 (eww): Pop to the *eww* buffer immediately after executing the
4259 `M-x eww' command to avoid having buffers pop up later.
4260 (eww-display-html): Don't pop the *eww* buffer.
4261 (eww-display-raw): Ditto.
4262 (eww-display-image): Ditto.
4263 (eww-follow-link): Make going to #targets in the page work again.
4264
4265 2014-11-23 Ivan Shmakov <ivan@siamics.net>
4266
4267 * net/eww.el (eww-suggest-uris): New variable.
4268 (eww-suggested-uris): New function.
4269 (eww): Default to URL under point.
4270 (eww-links-at-point): New function.
4271
4272 2014-11-20 Mark Oteiza <mvoteiza@udel.edu> (tiny change)
4273
4274 * net/eww.el (eww-add-bookmark): Fix bookmark titles.
4275
4276 2014-11-17 Mark Oteiza <mvoteiza@udel.edu> (tiny change)
4277
4278 * net/eww.el (eww-mode-map): Bind backtab to shr-previous-link.
4279
4280 2014-11-23 Kenjiro Nakayama <nakayamakenjiro@gmail.com>
4281
4282 * net/eww.el (eww-set-character-encoding): New command and keystroke.
4283 (eww-display-raw): Use it (bug#16225).
4284
4285 2014-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
4286
4287 * net/nsm.el (network-security-level): Rename from
4288 `nsm-security-level' and documented.
4289
4290 * mail/smtpmail.el (smtpmail-via-smtp): Warn unless encrypted and
4291 we're sending a password.
4292
4293 * net/nsm.el: New file that implements a Network Security Manager.
4294
4295 * net/network-stream.el (open-network-stream): Add a new
4296 :warn-unless-encrypted parameter.
4297 (network-stream-open-plain): Allow warning unless encrypted.
4298 (network-stream-open-starttls): Call the Network Security Manager.
4299 (network-stream-open-tls): Ditto.
4300
4301 2014-11-23 Leo Liu <sdl.web@gmail.com>
4302
4303 * calendar/cal-china.el (calendar-chinese-from-absolute-for-diary)
4304 (calendar-chinese-to-absolute-for-diary)
4305 (calendar-chinese-mark-date-pattern, diary-chinese-anniversary):
4306 Handle leap months in Chinese calendar. (Bug#18953)
4307
4308 2014-11-22 Alan Mackenzie <acm@muc.de>
4309
4310 Fix error with `mark-defun' and "protected:" in C++ Mode.
4311 * progmodes/cc-cmds.el (c-where-wrt-brace-construct): Handle a
4312 return code of (label) from c-beginning-of-decl-1. (Bug#19134)
4313
4314 2014-11-22 Ulf Jasper <ulf.jasper@web.de>
4315
4316 * net/newst-backend.el (newsticker--sentinel-work):
4317 Tell `libxml-parse-xml-region' to discard comments. (Bug#18787)
4318
4319 2014-11-22 Michael Albinus <michael.albinus@gmx.de>
4320
4321 * net/tramp-sh.el (tramp-sh-handle-start-file-process)
4322 (tramp-sh-handle-process-file): Propagate `process-environment'.
4323
4324 * vc/vc-hg.el (vc-hg-state): No special handling for remote files;
4325 Tramp propagates environment variables now.
4326
4327 2014-11-22 Eric S. Raymond <esr@snark>
4328
4329 * vc/vc-filewise.el: New file to isolate code used only by the
4330 file-oriented back ends (SCCS/RCS/CVS/SRC) which should not
4331 live in vc.el and certainly not in vc-hooks.el.
4332
4333 * vc/vc-hooks.el, vc-rcs.el, vc-sccs.el: vc-name -> vc-master-name.
4334 This is preparatory to isolating all the 'master' functions
4335 used only by the file-oriented back ends. With this done first,
4336 the substantive diffs will be easier to read.
4337
4338 2014-11-21 Rüdiger Sonderfeld <ruediger@c-plusplus.net>
4339
4340 * play/morse.el (nato-alphabet): Mark URL in docstring in a way
4341 that is recognized by `help-mode'.
4342
4343 2014-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
4344
4345 * desktop.el (desktop-create-buffer): Use activate-mark to set
4346 `mark-active' (bug#19058).
4347
4348 2014-11-21 Eric S. Raymond <esr@snark>
4349
4350 * vc/vc-src.el (vc-src-state): Fix bug that produced spurious
4351 nil state.
4352
4353 2014-11-21 Eli Zaretskii <eliz@gnu.org>
4354
4355 * vc/vc.el (vc-deduce-fileset): Support invocation from
4356 *vc-change-log* buffer. (Bug#19084)
4357
4358 2014-11-13 Matthew Leach <matthew@mattleach.net>
4359
4360 * arc-mode.el (archive-visit-single-files): New.
4361 (archive-mode): Visit file if archive contains a single file.
4362 (Bug#1702)
4363
4364 2014-11-21 Ulrich Müller <ulm@gentoo.org>
4365
4366 * vc/vc.el: Fix a typo in the commentary.
4367
4368 2014-11-20 Eric S. Raymond <esr@snark.thyrsus.com>
4369
4370 * vc/vc-src.el, vc/vc.el: Added support for SRC. Needs more
4371 testing and a real log-view mode.
4372
4373 * vc/vc-bzr.el, vc/vc-cvs.el, vc/vc-dav.el, vc/vc-git.el:
4374 * vc/vc-hg.el, vc/vc-mtn.el, vc/vc-rcs.el, vc/vc-sccs.el:
4375 * vc/vc-svn.el, vc/vc.el: Remove editable argument from the backend
4376 checkout methods; where it matters (which is only in SCCS and RCS)
4377 files are always checked out editable. This may actually have
4378 been dynamically true already - it looks like the vc-next-action
4379 code evolved past visiting the other case. Tested with RCS.
4380
4381 * vc/vc-arch.el, vc/vc-bzr.el, vc/vc-cvs.el, vc/vc-dav.el:
4382 * vc/vc-git.el, vc/vc-hg.el, vc/vc-mtn.el, vc/vc-rcs.el:
4383 * vc/vc-sccs.el, vc/vc-svn.el, vc/vc.el: Remove never-used rev
4384 argument from the backend checkin methods. Only the RCS, SCCS,
4385 and CVS back ends tried to do anything with it, and that code was
4386 never exercised. Chiseling away the cruft of decades...
4387
4388 2014-11-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
4389
4390 * net/eww.el (eww-render): Remove a no-op :title setting.
4391
4392 2014-11-19 Ivan Shmakov <ivan@siamics.net>
4393
4394 * net/eww.el (eww-history-limit): New variable.
4395 (eww-save-history): Use it (bug#19105).
4396 (eww-reload): Reload the page in the right buffer.
4397
4398 2014-11-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
4399
4400 * net/eww.el (eww-desktop-misc-data): Use `cl-remove-duplicates'.
4401
4402 2014-11-19 Ivan Shmakov <ivan@siamics.net>
4403
4404 * net/eww.el (eww-desktop-remove-duplicates)
4405 (eww-restore-desktop, eww-restore-reload-prompt): New variables.
4406 (eww-mode): Set up desktop mode (bug#18010).
4407 (eww-desktop-data-save, eww-desktop-data-1)
4408 (eww-desktop-history-duplicate, eww-desktop-misc-data)
4409 (eww-restore-desktop): New functions.
4410
4411 2014-11-19 Eli Zaretskii <eliz@gnu.org>
4412
4413 * vc/vc.el (vc-log-internal-common): Turn on log-view-mode in the
4414 correct buffer. (Bug#19101)
4415
4416 2014-11-19 Rüdiger Sonderfeld <ruediger@c-plusplus.net>
4417
4418 * vc/vc-git.el (vc-git-diff): Use "difftool -x diff" with
4419 `diff-switches' if `vc-git-diff-switches' is nil. (Bug#19099)
4420
4421 2014-11-19 Artur Malabarba <bruce.connor.am@gmail.com>
4422
4423 * ido.el (ido-bury-buffer-at-head): New command.
4424 (ido-buffer-completion-map): Bind it to C-S-b.
4425
4426 2014-11-18 Juri Linkov <juri@linkov.net>
4427
4428 * simple.el (next-line-or-history-element): Wrap next-line
4429 in with-no-warnings.
4430 (previous-line-or-history-element): Wrap previous-line
4431 in with-no-warnings.
4432
4433 2014-11-18 Juri Linkov <juri@linkov.net>
4434
4435 * progmodes/grep.el (grep-compute-defaults):
4436 Compute grep-highlight-matches before its use.
4437
4438 2014-11-18 Juri Linkov <juri@linkov.net>
4439
4440 * replace.el (query-replace-from-to-separator): Turn defvar into
4441 defcustom. Wrap char-displayable-p in ignore-errors because an
4442 attempt to autoload char-displayable-p fails during pre-loading.
4443 Move (propertize "\0" ... 'separator t) out of customizable part
4444 to query-replace-read-from.
4445 (query-replace-read-from): Call custom-reevaluate-setting on
4446 query-replace-from-to-separator to reevaluate the separator
4447 depending on the return value of char-displayable-p.
4448 http://lists.gnu.org/archive/html/emacs-devel/2014-11/msg00466.html
4449
4450 2014-11-18 Juri Linkov <juri@linkov.net>
4451
4452 * bindings.el (minibuffer-local-map): Rebind [down] from
4453 next-history-element to next-line-or-history-element, and [up]
4454 from previous-history-element to previous-line-or-history-element.
4455
4456 * simple.el (next-line-or-history-element)
4457 (previous-line-or-history-element): New commands.
4458 http://lists.gnu.org/archive/html/emacs-devel/2014-11/msg00822.html
4459
4460 2014-11-18 Leo Liu <sdl.web@gmail.com>
4461
4462 * emacs-lisp/nadvice.el (define-advice): New macro.
4463 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
4464 Add define-advice.
4465 (lisp-font-lock-keywords-1): Add define-advice.
4466
4467 2014-11-18 Daiki Ueno <ueno@gnu.org>
4468
4469 * epg.el (epg-context): New slot EDIT-CALLBACK.
4470 (epg--process-filter): Call EDIT-CALLBACK when editing a key.
4471 (epg-reset): Reset EDIT-CALLBACK of the context.
4472 (epg-start-edit-key): New function.
4473 (epg-edit-key): New function.
4474
4475 2014-11-18 Paul Eggert <eggert@cs.ucla.edu>
4476
4477 Port new time stamp handling to Emacs 23.2.
4478 This fix is for Gnus. Reported by Katsumi Yamaoka.
4479 * calendar/time-date.el (time-add, time-subtract, time-less-p):
4480 Use eval-and-compile, not eval-when-compile.
4481
4482 2014-11-18 Daiki Ueno <ueno@gnu.org>
4483
4484 * epg.el (epg-context-set-passphrase-callback)
4485 (epg-context-set-progress-callback): Check if the CALLBACK
4486 argument is a function, instead of a cons.
4487
4488 2014-11-18 Daiki Ueno <ueno@gnu.org>
4489
4490 * epa-file.el (epa-file-insert-file-contents)
4491 (epa-file-write-region): Remove redundant check of
4492 epa-pinentry-mode.
4493 * epa.el (epa-sign-file, epa-encrypt-file, epa-decrypt-region)
4494 (epa-sign-region, epa-encrypt-region): Remove redundant check of
4495 epa-pinentry-mode.
4496
4497 2014-11-18 Daiki Ueno <ueno@gnu.org>
4498
4499 * epa-file.el (epa-file-insert-file-contents): Don't show
4500 "*Error*" buffer if input file does not exist.
4501 Reported by Herbert J. Skuhra.
4502
4503 2014-11-18 Paul Pogonyshev <pogonyshev@gmail.com>
4504 Rüdiger Sonderfeld <ruediger@c-plusplus.net>
4505
4506 * progmodes/cc-langs.el: Support some of the new keywords in C++11.
4507 An alternative version of the patch from bug#13871.
4508 (c-operators): Add "alignof".
4509 (c-primitive-type-kwds): Add "char16_t", "char32_t".
4510 (c-type-modifier-kwds): Add "constexpr", "noexcept".
4511 (c-modifier-kwds): Add "thread_local".
4512 (c-constant-kwds): Add "nullptr".
4513
4514 2014-11-17 Michal Nazarewicz <mina86@mina86.com>
4515
4516 * textmodes/tildify.el (tildify-pattern, tildify-space-string):
4517 New variables for specifying tildify pattern and representation of
4518 a hard space -- a no-break space by default -- respectively.
4519 Being buffer-local they are much easier to handle than
4520 `tildify-string-alist' and `tildify-pattern-alist' respectively
4521 that have been used so far. They also works better with derived
4522 modes.
4523 (tildify-foreach-region-function): New variable specifying
4524 a function determining portions of buffer that should be
4525 tildified. It allows major modes to create a filtering function
4526 more elaborate than a set of regular expressions. Initialised to
4527 `tildify--deprecated-ignore-evironments' by default to handle now
4528 deprecated `tildify-ignored-environments-alist' variable.
4529 (tildify--foreach-region): A new function that takes
4530 `tildify-foreach-region-function' into account and calls callback
4531 for regions of the buffer that should be tildified.
4532 (tildify-foreach-ignore-environments): A new function which can be
4533 partially applied and used as `tildify-foreach-region-function'.
4534 (tildify-ignored-environments-alist, tildify-pattern)
4535 (tildify-string-alist, tildify--pick-alist-entry): Mark as obsolete.
4536 (tildify--find-env): Rename from `tildify-find-env' and mark as
4537 obsolete.
4538 (tildify--deprecated-ignore-evironments): New function,
4539 immediately marked as obsolete, used to handle deprecated
4540 `tildify-ignored-environments-alist'.
4541
4542 * textmodes/tex-mode.el (tex-common-initialization):
4543 Set `tildify-space-string' and `tildify-foreach-region-function'
4544 variables in all variants of TeX mode since `tildify-string-alist'
4545 and `tildify-ignored-environments-alist' are now empty by default.
4546
4547 * nxml/nxml-mode.el (nxml-mode): Ditto in `nxml-mode'.
4548 If encoding supports it use no-break space instead of character
4549 entity; this changes previous default which used a numeric
4550 reference.
4551
4552 * textmodes/sgml-mode.el (sgml-mode): ditto in `sgml-mode'.
4553 If encoding does not support no-break space, use numeric reference;
4554 this changes previous default which used named entity (“&nbsp;”)
4555 in HTML mode.
4556
4557 2014-11-17 Ulf Jasper <ulf.jasper@web.de>
4558
4559 * calendar/icalendar.el (icalendar-export-alarms):
4560 New customizable variable. (Bug#5433)
4561 (icalendar-export-region): Export alarms as specified in
4562 `icalendar-export-alarms'.
4563 (icalendar--create-ical-alarm, icalendar--do-create-ical-alarm):
4564 New functions for exporting alarms.
4565
4566 2014-11-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
4567
4568 * bindings.el (search-map): Move `eww-search-words' to `M-s M-w'.
4569
4570 2014-11-17 Paul Eggert <eggert@cs.ucla.edu>
4571
4572 Port new time stamp handling to old Emacs and to XEmacs.
4573 This is needed for Gnus, which copies time-date.el and which
4574 runs on older Emacs implementations.
4575 * calendar/time-date.el (with-decoded-time-value):
4576 Handle 'nil' and floating-point arg more compatibly with new Emacs.
4577 (encode-time-value, with-decoded-time-value):
4578 Obsolete only if new Emacs.
4579 (time-add, time-subtract, time-less-p): Define if not new Emacs.
4580
4581 Improve time stamp handling, and be more consistent about it.
4582 This implements a suggestion made in:
4583 http://lists.gnu.org/archive/html/emacs-devel/2014-10/msg00587.html
4584 Among other things, this means timer.el no longer needs to
4585 autoload the time-date module.
4586 * allout-widgets.el (allout-elapsed-time-seconds): Doc fix.
4587 * arc-mode.el (archive-ar-summarize):
4588 * calendar/time-date.el (seconds-to-time, days-to-time, time-since):
4589 * emacs-lisp/timer.el (timer-relative-time, timer-event-handler)
4590 (run-at-time, with-timeout-suspend, with-timeout-unsuspend):
4591 * net/tramp.el (tramp-time-less-p, tramp-time-subtract):
4592 * proced.el (proced-time-lessp):
4593 * timezone.el (timezone-time-from-absolute):
4594 * type-break.el (type-break-schedule, type-break-time-sum):
4595 Simplify by using new functionality.
4596 * calendar/cal-dst.el (calendar-next-time-zone-transition):
4597 Do not return time values in obsolete and undocumented (HI . LO)
4598 format; use (HI LO) instead.
4599 * calendar/time-date.el (with-decoded-time-value):
4600 Treat 'nil' as current time. This is mostly for XEmacs.
4601 (encode-time-value, with-decoded-time-value): Obsolete.
4602 (time-add, time-subtract, time-less-p): Use no-op autoloads, for
4603 XEmacs. Define only if XEmacs, as they're now C builtins in Emacs.
4604 * ldefs-boot.el: Update to match new time-date.el
4605 * proced.el: Do not require time-date.
4606
4607 2014-11-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
4608
4609 * net/eww.el (eww-mode): Make the buffer read-only.
4610 (eww-form-text): Inhibit read-only-ness in text input fields
4611 (bug#16476).
4612
4613 2014-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
4614
4615 * simple.el (execute-extended-command--shorter): Cut search here.
4616 (execute-extended-command): Instead of here.
4617
4618 2014-11-16 Fabián Ezequiel Gallina <fgallina@gnu.org>
4619
4620 * progmodes/python.el (python-mode): Avoid use of set-local to
4621 keep Emacs 24.x compatibility.
4622
4623 2014-11-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
4624
4625 * net/shr.el (shr): Move to the new defgroup `web'.
4626
4627 * net/eww.el (eww): Ditto.
4628
4629 * simple.el (execute-extended-command): Don't show the help
4630 message if the binding isn't significantly shorter than the
4631 M-x command the user typed (bug#19013).
4632
4633 2014-11-16 Ulf Jasper <ulf.jasper@web.de>
4634
4635 * calendar/icalendar.el (icalendar--convert-tz-offset):
4636 Return complete cons when offsets of standard time and daylight saving
4637 time are equal.
4638 (icalendar-export-region): Fix unbound variable warning.
4639
4640 2014-11-16 Fabián Ezequiel Gallina <fgallina@gnu.org>
4641
4642 * progmodes/python.el (run-python): Allow CMD to be optional and
4643 default it to a safe command, even for Windows. (bug#18596)
4644
4645 2014-11-16 Fabián Ezequiel Gallina <fgallina@gnu.org>
4646
4647 * progmodes/python.el (python-shell-calculate-command):
4648 Rename from python-shell-parse-command. Cleanup.
4649 (run-python, run-python-internal): Use it.
4650 (python-shell-calculate-pythonpath): Rename from
4651 python-new-pythonpath.
4652 (python-shell-calculate-process-environment): Use it.
4653 (python-shell-calculate-exec-path): Add comment.
4654
4655 2014-11-16 Thierry Banel <tbanelwebmin@free.fr> (tiny change)
4656
4657 * calc/calc-arith.el (math-max-list, math-min-list): Fix bug
4658 for date handling.
4659
4660 2014-11-16 Andreas Schwab <schwab@linux-m68k.org>
4661
4662 * version.el (emacs-repository-get-version): Use git rev-parse
4663 instead of git log.
4664
4665 2014-11-16 Fabián Ezequiel Gallina <fgallina@gnu.org>
4666
4667 * progmodes/python.el (python-indent-calculate-levels):
4668 Fix indentation behavior multiline dedenter statement. (Bug#18432)
4669
4670 2014-11-16 Fabián Ezequiel Gallina <fgallina@gnu.org>
4671
4672 * progmodes/python.el (python-indent-region):
4673 Use python-indent-line and skip special cases. (Bug#18843)
4674
4675 2014-11-16 Peder O. Klingenberg <peder@klingenberg.no>
4676
4677 * mail/emacsbug.el (report-emacs-bug): Make a better guess at
4678 envelope-from when reporting through sendmail (bug#19054).
4679
4680 2014-11-16 Oscar Fuentes <ofv@wanadoo.es>
4681
4682 Add faces for the VC modeline state indicator.
4683 * vc/vc-hooks.el:
4684 (vc-state-faces, vc-state-base-face)
4685 (vc-up-to-date-state, vc-needs-update-state)
4686 (vc-locked-state, vc-locally-added-state)
4687 (vc-conflict-state, vc-removed-state)
4688 (vc-missing-state, vc-edited-state):
4689 New faces.
4690 (vc-default-mode-line-string): Use them
4691
4692 2014-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
4693
4694 * emacs-lisp/backquote.el (backquote-process): Optimize away ",'".
4695
4696 2014-11-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
4697
4698 * net/eww.el (eww-search-words): Mention `eww-search-prefix'.
4699
4700 2014-11-15 Fabián Ezequiel Gallina <fgallina@gnu.org>
4701
4702 * progmodes/python.el (python-eldoc-setup-code): Enhance string
4703 type checks, simplify printing. (Bug#18962)
4704
4705 2014-11-14 Ivan Andrus <darthandrus@gmail.com>
4706
4707 * progmodes/python.el (python-shell-font-lock-kill-buffer):
4708 (python-shell-font-lock-with-font-lock-buffer)
4709 (python-shell-get-buffer, python-ffap-module-path):
4710 Use `derived-mode-p' instead of equality test on `major-mode'.
4711
4712 2014-11-14 Fabián Ezequiel Gallina <fgallina@gnu.org>
4713
4714 * progmodes/python.el (python-shell-virtualenv-root): Rename from
4715 python-shell-virtualenv-path.
4716 (python-shell-internal-get-process-name)
4717 (python-shell-calculate-process-environment)
4718 (python-shell-calculate-exec-path): Use it.
4719
4720 2014-11-14 Eli Zaretskii <eliz@gnu.org>
4721
4722 * bindings.el (search-map): Fix last change: don't use 'kbd' in
4723 bindings.el, since it is not yet loaded when bindings.el is
4724 preloaded.
4725
4726 2014-11-14 Fabián Ezequiel Gallina <fgallina@gnu.org>
4727
4728 * progmodes/python.el (python-shell-completion-get-completions):
4729 Fix previous merge.
4730
4731 2014-11-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
4732
4733 * net/eww.el (eww-render): Don't set the title to the URL.
4734
4735 2014-11-13 Ulrich Müller <ulm@gentoo.org>
4736
4737 * version.el (emacs-repository-get-version): Call `git log'
4738 command with proper format argument (bug#19049).
4739
4740 2014-11-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
4741
4742 * bindings.el (search-map): Bind M-s M-s to `eww-search-words'.
4743
4744 2014-11-14 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
4745
4746 * net/eww.el (eww-search-words): New command (bug#16258).
4747
4748 2014-11-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
4749
4750 * net/shr.el (shr-inhibit-images): Add a doc string.
4751
4752 * net/eww.el (eww-after-render-hook): New variable.
4753 (eww-render): Use it.
4754
4755 * net/shr.el (shr-descend): Don't descend further than
4756 `max-specpdl-size' allows (bug#16587).
4757 (shr-depth): New variable.
4758 (shr-warning): New variable.
4759
4760 2014-11-13 Ivan Shmakov <ivan@siamics.net>
4761
4762 * net/shr.el (shr-parse-base): Handle <base href=""> correctly.
4763 (shr-expand-url): Expand absolute URLs correctly (bug#17958).
4764
4765 2014-11-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
4766
4767 * net/eww.el (eww): Add comment to clarify.
4768
4769 * net/shr.el (shr-parse-image-data): Remove blocked bits from
4770 external SVG images.
4771 (shr-tag-object): Display images in <object> forms (bug#16244).
4772 (shr-tag-table): Also insert <objects> after the tables.
4773
4774 2014-11-13 Michael Albinus <michael.albinus@gmx.de>
4775
4776 * vc/vc-hg.el (vc-hg-state): Disable pager. (Bug#18940)
4777
4778 2014-11-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
4779
4780 * net/eww.el (eww-form-file): Fix version number.
4781
4782 2014-11-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
4783
4784 * net/eww.el (eww-form-file): :type isn't a valid `defface' keyword.
4785
4786 2014-11-10 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
4787
4788 * net/eww.el(eww-form-file(defface)): New defface of file upload form.
4789 (eww-submit-file): New key map of file upload.
4790 (eww-form-file): New file upload button and file name context.
4791 (eww-select-file): Select file and display selected file name.
4792 (eww-tag-input): Handle input tag of file type.
4793 (eww-update-field): Add point offset.
4794 (eww-submit): Add submit with multipart/form-data.
4795
4796 2014-11-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
4797
4798 * net/eww.el (eww-render, eww-display-html, eww-setup-buffer):
4799 Allow taking a buffer to render data in. This allows using several
4800 eww buffers (bug#16211).
4801
4802 2014-11-10 Charles Rendleman <carendle@gmail.com> (tiny change)
4803
4804 * net/eww.el (eww-download-callback): Save only the file contents,
4805 not the headers.
4806
4807 2014-11-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
4808
4809 * net/eww.el (eww-data): New plist to store all the data relevant
4810 to a single page, used throughout the file instead of the
4811 variables `eww-current-url', `eww-current-dom',
4812 `eww-current-source', and `eww-current-title'.
4813 (eww-readable): Copy over pertinent data from the parent page.
4814 (eww-save-history): Don't let the history grow infinitely.
4815
4816 * net/eww.el: Remove `eww-next-url', `eww-previous-url',
4817 `eww-up-url', `eww-home-url', `eww-start-url' and
4818 `eww-contents-url' and put the data into the `eww-data' plist.
4819 This allow restoring these values after going back in the history.
4820
4821 2014-11-10 Sylvain Chouleur <sylvain.chouleur@gmail.com> (tiny change)
4822
4823 Allow VTIMEZONE where daylight and standard time zones are equal.
4824 See: http://lists.gnu.org/archive/html/emacs-devel/2014-11/msg00494.html
4825 * calendar/icalendar.el (icalendar--convert-tz-offset):
4826 Support timezone without daylight saving time.
4827
4828 2014-11-10 Glenn Morris <rgm@gnu.org>
4829
4830 * startup.el (command-line): Handle nil elements in load-path.
4831
4832 2014-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
4833
4834 * help.el (view-lossage): Include the actual commands run.
4835
4836 2014-11-10 Dmitry Gutov <dgutov@yandex.ru>
4837
4838 * vc/vc-dir.el (vc-dir-hide-state): Also hide `ignored' items when
4839 no state is specified. (Bug#18964)
4840
4841 2014-11-09 Eric Ludlam <zappo@gnu.org>
4842
4843 * emacs-lisp/eieio-custom.el (eieio-customize-object):
4844 Set eieio-cog (current group) to g, which is an improved form of input
4845 group.
4846
4847 2014-11-09 Juri Linkov <juri@jurta.org>
4848
4849 * isearch.el (isearch-message-prefix): Show "Multi-file" and
4850 "Multi-buffer" instead of "Multi". (Bug#13592)
4851
4852 * misearch.el (multi-isearch-file-list):
4853 Autoload multi-isearch-buffer-list and multi-isearch-file-list.
4854 (multi-isearch-end): Reset multi-isearch-buffer-list and
4855 multi-isearch-file-list to nil.
4856
4857 2014-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
4858
4859 * emacs-lisp/bytecomp.el (byte-compile-initial-macro-environment):
4860 Don't call byte-compile-preprocess since the result will go through
4861 cconv.
4862 (byte-compile-output-docform): Handle uninterned `name' correctly.
4863 * emacs-lisp/cl-macs.el (cl-define-compiler-macro): Use interned name
4864 to circumvent byte-compiler bug.
4865
4866 * emacs-lisp/macroexp.el (macroexp--expand-all): Fix typo.
4867 (macroexp--compiler-macro): Remove left-over debug code.
4868
4869 * emacs-lisp/cl-extra.el (cl-get): Silence compiler warning.
4870
4871 2014-11-08 Juri Linkov <juri@jurta.org>
4872
4873 * simple.el (shell-command): Use buffer-name when output-buffer is
4874 a buffer. (Bug#18096)
4875
4876 2014-11-08 Juri Linkov <juri@jurta.org>
4877
4878 * minibuffer.el (minibuffer-completion-help): Compare this-command
4879 with completion-at-point. (Bug#17809)
4880
4881 2014-11-08 Glenn Morris <rgm@gnu.org>
4882
4883 * emacs-lisp/bytecomp.el (byte-compile-report-error):
4884 Allow the argument to be a string. Due to the vague doc,
4885 it was already being used this way.
4886
4887 2014-11-08 Michael Albinus <michael.albinus@gmx.de>
4888
4889 * net/tramp.el (tramp-check-cached-permissions): Include hop in
4890 the constructed Tramp file name. (Bug#18943)
4891
4892 2014-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
4893
4894 * emulation/cua-base.el (cua--select-keymaps): Use region-active-p
4895 (bug#18952).
4896 (cua-set-mark, cua--post-command-handler-1):
4897 * emulation/cua-gmrk.el (cua-cancel-global-mark): Same.
4898
4899 2014-11-08 Michael Albinus <michael.albinus@gmx.de>
4900
4901 * files.el (file-name-non-special): Wrap the call of
4902 `insert-file-contents' by `unwind-protect', in order to set the
4903 buffer's file name anyway. (Bug#18891)
4904
4905 2014-11-08 Alan Mackenzie <acm@muc.de>
4906
4907 Fix wrong bound to c-font-lock-declarators.
4908 * progmodes/cc-fonts.el (c-font-lock-declarations):
4909 Pass "(point-max)" as bound to c-font-lock-declarators, not "limit", as
4910 the buffer is sometimes narrowed to less than "limit" (e.g., in
4911 the presence of macros). (Bug#18948)
4912
4913 2014-11-08 Michael Albinus <michael.albinus@gmx.de>
4914
4915 * net/tramp.el (tramp-error-with-buffer): Show connection buffer
4916 only when message appeared in minibuffer. (Bug#18891)
4917
4918 * net/tramp-adb.el (tramp-adb-handle-file-attributes):
4919 * net/tramp-gvfs.el (tramp-gvfs-handle-file-attributes):
4920 * net/tramp-sh.el (tramp-sh-handle-file-attributes): Return nil in
4921 case of errors.
4922
4923 2014-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
4924
4925 * emacs-lisp/bytecomp.el (byte-compile-initial-macro-environment):
4926 Don't compile before eval in `eval-and-compile'.
4927 (byte-compile-arglist-warn): Add check for defining macros after their
4928 first use. Check call use even if the function is fboundp.
4929
4930 2014-11-08 Richard Stallman <rms@gnu.org>
4931
4932 * mail/rmail.el (rmail-epa-decrypt): Detect armor with line prefixes.
4933 Check more carefully for mime-part specified character set.
4934 Check for mime-part Content Transfer Encoding.
4935 Notify if no armor found.
4936
4937 2014-11-08 Martin Rudalics <rudalics@gmx.at>
4938
4939 * faces.el (face-set-after-frame-default): Enable running
4940 `window-configuration-change-hook'.
4941
4942 2014-11-07 Juri Linkov <juri@jurta.org>
4943
4944 * replace.el: History for query replace pairs.
4945 (query-replace-defaults): Promote to a list of cons cell. Doc fix.
4946 (query-replace-from-to-separator): New variable.
4947 (query-replace-read-from): Let-bind query-replace-from-to-history
4948 to a list of FROM-TO strings created from query-replace-defaults
4949 and separated by query-replace-from-to-separator. Use it as
4950 the history while reading from the minibuffer. Split the returned
4951 string by the separator to get FROM and TO parts, and add them
4952 to the history variables.
4953 (query-replace-read-to): Add FROM-TO pairs to query-replace-defaults.
4954 (query-replace-regexp-eval): Let-bind query-replace-defaults to nil.
4955 http://lists.gnu.org/archive/html/emacs-devel/2014-11/msg00253.html
4956
4957 * isearch.el (isearch-text-char-description): Keep characters
4958 intact and put formatted strings with the `display' property.
4959
4960 2014-11-07 Martin Rudalics <rudalics@gmx.at>
4961
4962 * cus-start.el (frame-resize-pixelwise): Fix group.
4963 (frame-inhibit-implied-resize): Add entry.
4964
4965 2014-11-07 Daiki Ueno <ueno@gnu.org>
4966
4967 * epa.el (epa-pinentry-mode): New user option.
4968 (epa-sign-file, epa-encrypt-file, epa-decrypt-region)
4969 (epa-sign-region, epa-encrypt-region): Respect epa-pinentry-mode.
4970 * epa-file.el (epa-file-insert-file-contents)
4971 (epa-file-write-region): Respect epa-pinentry-mode.
4972
4973 2014-11-07 Daiki Ueno <ueno@gnu.org>
4974
4975 * epg.el (epg--list-keys-1): Ignore fields after the 15th field
4976 (bug#18979). Reported by Hideki Saito.
4977
4978 2014-11-06 Daiki Ueno <ueno@gnu.org>
4979
4980 * emacs-lisp/package.el (package--display-verify-error): New function.
4981 (package--check-signature): Use it to display output sent to stderr.
4982
4983 2014-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
4984
4985 * subr.el (pop): Don't call the getter twice (bug#18968).
4986
4987 * emacs-lisp/macroexp.el (macroexp--expand-all): Optimize away trivial
4988 uses of `funcall'.
4989
4990 2014-11-06 Daiki Ueno <ueno@gnu.org>
4991
4992 * epa.el (epa-error-buffer): New variable.
4993 (epa-display-error): New function.
4994 (epa-decrypt-file, epa-verify-file, epa-verify-region)
4995 (epa-delete-keys, epa-import-keys): Display output sent to stderr.
4996 (epa-sign-file, epa-sign-region, epa-encrypt-region)
4997 (epa-export-keys, epa-insert-keys): Display output sent to stderr.
4998 Use setf instead of epg-context-set-*.
4999 * epa-file.el (epa-file-insert-file-contents):
5000 Use epa-display-error instead of epa-display-info. Mimic the behavior
5001 of jka-compr when decryption program is not found.
5002 (epa-file-write-region): Use epa-display-error instead of
5003 epa-display-info.
5004
5005 2014-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
5006
5007 * vc/vc.el (vc-region-history): New command.
5008 (vc-print-log-internal): Use cl-some.
5009
5010 * vc/vc-git.el (vc-git-region-history): New function.
5011 (vc-git-region-history-mode-map)
5012 (vc-git--log-view-long-font-lock-keywords)
5013 (vc-git-region-history-font-lock-keywords): New vars.
5014 (vc-git-region-history-font-lock): New function.
5015 (vc-git-region-history-mode): New major mode.
5016
5017 2014-11-05 Tassilo Horn <tsdh@gnu.org>
5018
5019 * net/eww.el (subr-x): Require subr-x at compile-time because eww
5020 uses string-trim.
5021
5022 2014-11-05 Daiki Ueno <ueno@gnu.org>
5023
5024 * epg.el (epg-context): Add new slot ERROR-OUTPUT.
5025 (epg-error-output): New buffer-local variable.
5026 (epg--start): Initialize epg-error-output.
5027 (epg--process-filter): Record output lines sent to stderr, in
5028 epg-error-output.
5029 (epg-wait-for-completion): Copy epg-error-output to ERROR-OUTPUT
5030 slot of context.
5031 * epa-file.el (epa-file-insert-file-contents): On error, display
5032 output sent to stderr.
5033 (epa-file-write-region): Likewise.
5034
5035 2014-11-05 Eli Zaretskii <eliz@gnu.org>
5036
5037 * jit-lock.el (jit-lock-stealth-fontify): Be tolerant to nil being
5038 returned by load-average.
5039
5040 2014-11-05 Michael Albinus <michael.albinus@gmx.de>
5041
5042 * net/tramp-sh.el (tramp-do-copy-or-rename-file-via-buffer): Don't use
5043 a local copy; setting `inhibit-file-name-handlers' proper might be
5044 more performant. (Bug#18751)
5045
5046 2014-11-05 Glenn Morris <rgm@gnu.org>
5047
5048 * mail/emacsbug.el (report-emacs-bug): No longer include
5049 recent-keys in the report. (Bug#18900)
5050
5051 2014-11-04 Paul Eggert <eggert@cs.ucla.edu>
5052
5053 * mouse.el (mouse-drag-line): Fix misspelling of "right-fringe".
5054
5055 2014-11-04 Teodor Zlatanov <tzz@lifelogs.com>
5056
5057 * net/eww.el (eww): Trim URL with `string-trim'.
5058 Suggested by Vibhav Pant <vibhavp@gmail.com>.
5059
5060 2014-11-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
5061
5062 * net/eww.el (eww-score-readability): Don't count comments positively.
5063
5064 * net/shr.el (shr-retransform-dom): Typo fix.
5065
5066 * net/eww.el (eww-score-readability): Parse SVC images correctly.
5067 (eww-display-html): Don't leave point inside forms.
5068
5069 * net/shr.el: Ditto.
5070
5071 2014-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
5072
5073 * emacs-lisp/edebug.el (edebug-safe-prin1-to-string): Assume that
5074 edebug-prin1-to-string already handles circularity.
5075
5076 * emacs-lisp/byte-run.el (defun-declarations-alist): Fix compiler-macro
5077 autoloading when specified as a lambda.
5078
5079 * simple.el (execute-extended-command--last-typed): New var.
5080 (read-extended-command): Set it.
5081 Don't complete obsolete commands.
5082 (execute-extended-command--shorter-1)
5083 (execute-extended-command--shorter): New functions.
5084 (execute-extended-command): Use them to suggest shorter names.
5085 (indicate-copied-region, deactivate-mark): Use region-active-p.
5086
5087 2014-11-03 Michael Albinus <michael.albinus@gmx.de>
5088
5089 * net/tramp-sh.el (tramp-do-copy-or-rename-file-via-buffer): Use a
5090 local copy of FILENAME, when it is remote. (Bug#18751)
5091
5092 * net/tramp-adb.el (tramp-adb-handle-process-file): Do not raise
5093 an error when the command fails; the return code must indicate.
5094 (tramp-adb-send-command-and-check): Fix docstring.
5095
5096 2014-11-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
5097
5098 * net/shr.el (shr-retransform-dom): Don't ignore elements that
5099 have no children like <br />.
5100
5101 * net/eww.el (eww-display-html): Clear `url-queue'.
5102 (eww-display-pdf): New function.
5103 (eww-render): Display PDFs with `doc-view'.
5104 (url-queue): Require `url-queue' to avoid compilation warning.
5105 (eww-colorize-region): Remove duplicate function.
5106 (eww-tag-body): Use `shr-colorize-region'.
5107
5108 2014-11-03 Yoni Rabkin <yrk@gnu.org>
5109
5110 * net/eww.el (eww-list-bookmarks): Autoload.
5111
5112 2014-11-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
5113
5114 * net/shr.el (shr-retransform-dom): Allow several text sub-nodes.
5115
5116 * net/eww.el (eww-display-html): The charset is called `utf-8',
5117 not `utf8'.
5118 (eww-readable): Decode the saved text correctly.
5119 (eww-readable): Save the history before displaying so that we can
5120 go back to the non-readable version.
5121 (eww-display-html): Don't try to decode the text if we've been
5122 passed in a pre-parsed DOM.
5123 (eww-tag-title): Remove newlines and extra whitespace from the
5124 displayed title.
5125
5126 2014-11-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
5127
5128 * net/eww.el (eww-readable): New command and keystroke.
5129
5130 * net/shr.el (shr-retransform-dom): New function.
5131
5132 * net/eww.el (eww-display-html): Set `eww-current-source' in the
5133 correct buffer.
5134 (eww-view-source): Use it.
5135
5136 2014-11-02 Ivan Shmakov <ivan@siamics.net>
5137
5138 * net/eww.el (eww): Recognize colon-delimited IPv6 addresses.
5139 (Bug#18603).
5140
5141 2014-11-02 Brian McKenna <brian@brianmckenna.org> (tiny change)
5142
5143 * net/eww.el (eww-submit): Encode empty form values as "". (Bug#17785).
5144
5145 2014-11-02 Ivan Shmakov <ivan@siamics.net>
5146
5147 * net/eww.el (eww): Allow "file:/file/name" URLs. (Bug#18825).
5148
5149 2014-11-02 Ivan Shmakov <ivan@siamics.net>
5150
5151 * net/eww.el (eww-mode-map): Remove mentions of `eww-quit'.
5152 (Bug#18834).
5153
5154 2014-11-02 Eric Abrahamsen <eric@ericabrahamsen.net>
5155
5156 * emacs-lisp/eieio.el (eieio-edebug-prin1-to-string): Adjust for
5157 use as advice.
5158 (edebug-setup-hook): Advise `edebug-prin1-to-string'. (Bug#18897)
5159
5160 2014-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
5161
5162 * emacs-lisp/pp.el (pp-macroexpand-expression): Use macroexpand-1
5163 (bug#18821).
5164 * progmodes/elisp-mode.el (emacs-lisp-macroexpand): Idem.
5165
5166 2014-11-01 Michael R. Mauger <michael@mauger.com>
5167
5168 * sql.el (sql-mode-oracle-font-lock-keywords): Correct regexp
5169 syntax, add new keywords, and parse longer keywords first.
5170 (sql-redirect-one): Protect against empty command.
5171 (sql-mode, sql-interactive-mode): Set `custom-mode-group' property
5172 to SQL. (Bug#14759)
5173
5174 2014-11-01 Michael R. Mauger <michael@mauger.com>
5175
5176 * sql.el (sql-interactive-mode, sql-stop): Correct fix for
5177 Bug#16814 with let-bind of comint-input-ring variables around read
5178 and save functions.
5179
5180 2014-11-01 Michael Albinus <michael.albinus@gmx.de>
5181
5182 * net/tramp-cache.el (tramp-get-file-property)
5183 (tramp-set-file-property): Check that `tramp-cache-get-count-*'
5184 and `tramp-cache-set-count-*' are bound. Otherwise, there might
5185 be compiler warnings.
5186
5187 * net/tramp-sh.el (tramp-get-remote-uid, tramp-get-remote-gid):
5188 Return -1 respective "UNKNOWN", if uid or gid cannot be determined.
5189
5190 2014-11-01 Eli Zaretskii <eliz@gnu.org>
5191
5192 * progmodes/compile.el (compilation-mode): Turn off deferred
5193 fontifications locally. (Bug#18856)
5194
5195 2014-11-01 Wolfgang Jenkner <wjenkner@inode.at>
5196
5197 * net/tramp-sh.el (tramp-send-command): Fix the case where the
5198 remote-echo connection property is non-nil (bug#18858).
5199
5200 2014-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
5201
5202 * simple.el (newline): Add assertions to try and help catch bug#18913.
5203
5204 * emulation/cua-base.el (cua-delete-region): Use delete-active-region
5205 (bug#18886).
5206 (cua--last-deleted-region-pos, cua--last-deleted-region-text): Remove.
5207
5208 2014-11-01 Kim F. Storm <storm@cua.dk>
5209
5210 Restore cua-delete-copy-to-register-0 and M-v command (bug#18886).
5211 * delsel.el (delete-selection-save-to-register)
5212 (delsel--replace-text-or-position): New vars.
5213 (delete-active-region): Use them.
5214 (delete-selection-repeat-replace-region): New command, moved from
5215 cua-base.el.
5216 * emulation/cua-base.el (cua--repeat-replace-text): Remove var.
5217 (cua-repeat-replace-region): Move command to delsel.el.
5218 (cua--init-keymaps): Update binding accordingly.
5219 (cua-mode): Set delete-selection-save-to-register.
5220
5221 2014-11-01 Alan Mackenzie <acm@muc.de>
5222
5223 Make blink-parens work with a closing template delimiter.
5224 * progmodes/cc-cmds.el (c-electric-lt-gt): Cause a redisplay
5225 before calling blink-paren-function, so as to apply syntax-table
5226 properties to the ">".
5227
5228 2014-11-01 Jan Djärv <jan.h.d@swipnet.se>
5229
5230 * select.el (gui-get-selection): Comment: data-type ignored on NS.
5231
5232 2014-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
5233
5234 * emacs-lisp/macroexp.el (macroexpand-1): New function (bug#18821).
5235 (macroexp--expand-all): Unrelated tweaks.
5236
5237 * emacs-lisp/gv.el (gv-get): Use macroexpand-1.
5238
5239 2014-10-30 Glenn Morris <rgm@gnu.org>
5240
5241 * startup.el (command-line): Remove pointless attempt to avoid
5242 statting the file-system (which expand-file-name doesn't do).
5243
5244 2014-10-30 Daniel Colascione <dancol@dancol.org>
5245
5246 Add "enum class" support to C++ mode.
5247 * progmodes/cc-langs.el (c-after-brace-list-decl-kwds)
5248 (c-after-brace-list-key): New language consts/variables.
5249 * progmodes/cc-engine.el (c-looking-at-decl-block):
5250 Exclude spurious match of "enum struct" from decl-block recognition.
5251 (c-backward-colon-prefixed-type): New function.
5252 (c-backward-over-enum-header): Call above function to extend
5253 recognition of enum structure.
5254
5255 2014-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
5256
5257 * progmodes/cc-defs.el (c--macroexpand-all): New function (bug#18845).
5258 (c-lang-defconst):
5259 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Use it.
5260
5261 2014-10-30 Eli Zaretskii <eliz@gnu.org>
5262
5263 * progmodes/compile.el (compilation-start):
5264 If compilation-scroll-output is non-nil, don't force window-start of
5265 the compilation buffer to be at beginning of buffer. (Bug#18874)
5266
5267 * startup.el (fancy-about-text): Read the entire tutorial, not
5268 just its first 256 bytes. (Bug#18760)
5269
5270 2014-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
5271
5272 * emacs-lisp/bytecomp.el: Require cl-extra (bug#18804).
5273 * emacs-lisp/cl-extra.el: Add missing provide.
5274
5275 * emacs-lisp/bytecomp.el (byte-compile-and-folded): Optimize case where
5276 all args are copyable (bug#18767).
5277 (=, <, >, <=, >=): Re-enable the optimization.
5278
5279 2014-10-29 Glenn Morris <rgm@gnu.org>
5280
5281 * net/rcirc.el (rcirc-fill-column): Unbump :version. Mark :risky.
5282
5283 * version.el (emacs-bzr-version, emacs-bzr-get-version):
5284 Revert 2014-10-26 change.
5285
5286 2014-10-29 Paul Eggert <eggert@cs.ucla.edu>
5287
5288 Simplify use of current-time and friends.
5289 * allout-widgets.el (allout-widgets-hook-error-handler):
5290 * calendar/appt.el (appt-display-message):
5291 * calendar/icalendar.el (icalendar--convert-float-to-ical):
5292 * calendar/timeclock.el (timeclock-in, timeclock-when-to-leave)
5293 (timeclock-last-period, timeclock-day-base):
5294 * eshell/em-ls.el (eshell-ls-file):
5295 * eshell/esh-util.el (eshell-parse-ange-ls):
5296 * generic-x.el (named-database-print-serial):
5297 * net/newst-backend.el (newsticker--get-news-by-url-callback)
5298 (newsticker-get-news, newsticker--sentinel-work)
5299 (newsticker--image-get, newsticker--image-sentinel):
5300 * net/tramp-sh.el (tramp-get-remote-touch):
5301 * progmodes/opascal.el (opascal-debug-log):
5302 * textmodes/remember.el (remember-mail-date)
5303 (remember-store-in-files):
5304 * vc/vc-annotate.el (vc-annotate-display-autoscale)
5305 (vc-default-annotate-current-time):
5306 * vc/vc-bzr.el (vc-bzr-shelve-snapshot):
5307 * vc/vc-cvs.el (vc-cvs-annotate-current-time):
5308 * vc/vc-rcs.el (vc-rcs-annotate-current-time):
5309 Omit unnecessary call to current-time.
5310 * calendar/time-date.el (time-to-seconds) [!float-time]:
5311 * vc/vc-annotate.el (vc-annotate-convert-time):
5312 Use current time if arg is nil, to be compatible with float-time.
5313 (time-date--day-in-year): New function, with most of the guts of
5314 the old time-to-day-in-year.
5315 (time-to-day-in-year): Use it.
5316 (time-to-days): Use it, to avoid decoding the same time stamp twice.
5317 * calendar/timeclock.el (timeclock-time-to-date):
5318 Arg is now optional, like current-time-string.
5319 (timeclock-update-mode-line):
5320 Don't call current-time twice to get the current time stamp,
5321 as this can lead to inconsistent results.
5322 * completion.el (cmpl-hours-since-origin):
5323 * ido.el (ido-time-stamp):
5324 * vc/vc-annotate.el (vc-annotate-convert-time):
5325 Simplify by using float-time.
5326 * completion.el (save-completions-to-file):
5327 Rename local var to avoid confusion.
5328 * net/rcirc.el (rcirc-float-time): Simplify to an alias because
5329 time-to-seconds now behaves like float-time with respect to nil arg.
5330 * subr.el (progress-reporter-do-update):
5331 Don't call float-time unless needed.
5332
5333 2014-10-29 Leo Liu <sdl.web@gmail.com>
5334
5335 * net/rcirc.el (rcirc-fill-column): Use function.
5336 (rcirc-markup-fill): Remove adjustment.
5337
5338 2014-10-28 Christopher Schmidt <ch@ristopher.com>
5339
5340 * calc/calc.el (quick-calc):
5341 * calc/calc-aent.el (calc-do-quick-calc): New argument INSERT.
5342
5343 2014-10-28 Sam Steingold <sds@gnu.org>
5344
5345 * net/rcirc.el (rcirc-fill-column): Allow any symbolic value for
5346 the sake of `window-body-width' (in addition to `frame-width').
5347
5348 2014-10-26 Eric S. Raymond <esr@thyrsus.com>
5349
5350 * version.el: Fix some fallback values to conform to the actual
5351 release number.
5352
5353 2014-10-25 Eric S. Raymond <esr@thyrsus.com>
5354
5355 * Makefile.in: Change some production names so they're neutral
5356 about the repository type.
5357
5358 2014-10-25 Michael Albinus <michael.albinus@gmx.de>
5359
5360 * net/tramp-gvfs.el (tramp-gvfs-methods-mounttracker)
5361 (tramp-gvfs-mountlocation-signature): Check `tramp-gvfs-enabled'
5362 during initialization. (Bug#18774)
5363
5364 2014-10-25 Vincent Belaïche <vincentb1@users.sourceforge.net>
5365
5366 * ses.el (macroexp): Add require for this package, so that
5367 function `ses--cell' gets macroexp-quote --- this change was
5368 supposed to be in my previous commit, but left out by mistake.
5369 (ses--cell): Do not make formula a macroexp-quote of value when
5370 value, not formula, is *skip*.
5371
5372 2014-10-24 Vincent Belaïche <vincentb1@users.sourceforge.net>
5373
5374 * ses.el (macroexp): Add require for this package, so that function
5375 `ses--cell gets macroexp-quote.
5376 (ses--cell): Makes formula a macroexp-quote of value when formula
5377 is nil. The rationale of this changr is to allow in the future
5378 shorter SES files, e.g. we could have only `(ses-cell A1 1.0)'
5379 instead of `(ses-cell A1 1.0 1.0 nil REFLIST)'. In such a case
5380 reference list REFLIST would be re-computed after load --- thus
5381 trading off load time against file size.
5382
5383 * emacs-lisp/package.el (package--alist-to-plist-args):
5384 Use macroexp-quote instead of a lambda expression which has the same
5385 content as macroexp-quote.
5386 (macroexp): Add require for this package, so that function
5387 `package--alist-to-plist-args' gets macroexp-quote.
5388
5389 * emacs-lisp/macroexp.el (macroexp-quote): New defun.
5390
5391 2014-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
5392
5393 * term/ns-win.el (ns-store-cut-buffer-internal)
5394 (ns-copy-including-secondary): Use gui-set-selection (bug#18816).
5395
5396 2014-10-24 Martin Rudalics <rudalics@gmx.at>
5397
5398 * mouse.el (mouse-drag-line): Don't use mouse-pixel-position.
5399 Calculate increment from last position instead of window edge.
5400 Add right- and bottom-divider bindings to transient map.
5401
5402 2014-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
5403
5404 * emacs-lisp/cl-macs.el (cl-defstruct): Define an internal predicate
5405 even if :predicate was nil, for the benefit of typep.
5406 Record the name of the predicate for typep's use.
5407 (cl--make-type-test): Use pcase. Obey new
5408 cl-deftype-satisfies property.
5409
5410 * epg.el: Use cl-defstruct.
5411 (epg-make-data-from-file, epg-make-data-from-string, epg-data-file)
5412 (epg-data-string): Define via cl-defstruct.
5413 (epg--gv-nreverse): New macro.
5414 (epg-context--make): New constructor (provided vi cl-defstruct).
5415 (epg-make-context): Rewrite using it.
5416 (epg-context-protocol, epg-context-program)
5417 (epg-context-home-directory, epg-context-armor, epg-context-textmode)
5418 (epg-context-include-certs, epg-context-cipher-algorithm)
5419 (epg-context-digest-algorithm, epg-context-compress-algorithm)
5420 (epg-context-passphrase-callback, epg-context-progress-callback)
5421 (epg-context-signers, epg-context-sig-notations, epg-context-process)
5422 (epg-context-output-file, epg-context-result, epg-context-operation)
5423 (epg-context-pinentry-mode): Define using cl-defstruct.
5424 (epg-context-set-protocol, epg-context-set-program)
5425 (epg-context-set-include-certs, epg-context-set-cipher-algorithm)
5426 (epg-context-set-digest-algorithm)
5427 (epg-context-set-sig-notations, epg-context-set-process)
5428 (epg-context-set-output-file, epg-context-set-result)
5429 (epg-context-set-operation, epg-context-set-pinentry-mode)
5430 (epg-context-set-compress-algorithm): Remove. Use setf instead.
5431 (epg-context-set-armor, epg-context-set-textmode)
5432 (epg-context-set-signers): Redefine using setf
5433 and declare as obsolete.
5434 (epg-context-set-passphrase-callback)
5435 (epg-context-set-progress-callback): Use setf.
5436 (epg-signature-notations): Rename from epg-sig-notations.
5437 (epg-make-signature, epg-signature-status, epg-signature-key-id)
5438 (epg-signature-validity, epg-signature-fingerprint)
5439 (epg-signature-creation-time, epg-signature-expiration-time)
5440 (epg-signature-pubkey-algorithm, epg-signature-digest-algorithm)
5441 (epg-signature-class, epg-signature-version): Define vi cl-defstruct.
5442 (epg-signature-set-status, epg-signature-set-key-id)
5443 (epg-signature-set-validity, epg-signature-set-fingerprint)
5444 (epg-signature-set-creation-time, epg-signature-set-expiration-time)
5445 (epg-signature-set-pubkey-algorithm)
5446 (epg-signature-set-digest-algorithm, epg-signature-set-class)
5447 (epg-signature-set-version, epg-signature-set-notations): Remove.
5448 Use setf instead.
5449 (epg-make-new-signature, epg-new-signature-type)
5450 (epg-new-signature-pubkey-algorithm)
5451 (epg-new-signature-digest-algorithm, epg-new-signature-class)
5452 (epg-new-signature-creation-time, epg-new-signature-fingerprint):
5453 Define using cl-defstruct.
5454 (epg-make-key, epg-key-owner-trust, epg-key-sub-key-list)
5455 (epg-key-user-id-list): Define using cl-defstruct.
5456 (epg-key-set-sub-key-list, epg-key-set-user-id-list): Remove.
5457 Use setf instead.
5458 (epg-make-sub-key, epg-sub-key-validity, epg-sub-key-capability)
5459 (epg-sub-key-secret-p, epg-sub-key-algorithm, epg-sub-key-length)
5460 (epg-sub-key-id, epg-sub-key-creation-time)
5461 (epg-sub-key-expiration-time, epg-sub-key-fingerprint): Define using
5462 cl-defstruct.
5463 (epg-sub-key-set-fingerprint): Remove. Use setf instead.
5464 (epg-make-user-id, epg-user-id-validity, epg-user-id-string)
5465 (epg-user-id-signature-list): Define using cl-defstruct.
5466 (epg-user-id-set-signature-list): Remove. Use setf instead.
5467 (epg-make-key-signature, epg-key-signature-validity)
5468 (epg-key-signature-pubkey-algorithm, epg-key-signature-key-id)
5469 (epg-key-signature-creation-time, epg-key-signature-expiration-time)
5470 (epg-key-signature-user-id, epg-key-signature-class)
5471 (epg-key-signature-exportable-p): Define using cl-defstruct.
5472 (epg-make-sig-notation, epg-sig-notation-name)
5473 (epg-sig-notation-value, epg-sig-notation-human-readable)
5474 (epg-sig-notation-critical): Define using cl-defstruct.
5475 (epg-sig-notation-set-value): Remove. Use setf instead.
5476 (epg-make-import-status, epg-import-status-fingerprint)
5477 (epg-import-status-reason, epg-import-status-new)
5478 (epg-import-status-user-id, epg-import-status-signature)
5479 (epg-import-status-sub-key, epg-import-status-secret): Define using
5480 cl-defstruct.
5481 (epg-make-import-result, epg-import-result-considered)
5482 (epg-import-result-no-user-id, epg-import-result-imported)
5483 (epg-import-result-imported-rsa, epg-import-result-unchanged)
5484 (epg-import-result-new-user-ids, epg-import-result-new-sub-keys)
5485 (epg-import-result-new-signatures, epg-import-result-new-revocations)
5486 (epg-import-result-secret-read, epg-import-result-secret-imported)
5487 (epg-import-result-secret-unchanged, epg-import-result-not-imported)
5488 (epg-import-result-imports): Define using cl-defstruct.
5489
5490 * emacs-lisp/package.el: Require EPG during macroexpansion.
5491 (package--check-signature, package-import-keyring): Use setf instead of
5492 epg-context-set-home-directory.
5493
5494 2014-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
5495
5496 * emacs-lisp/bytecomp.el (byte-compile--use-old-handlers): Change default.
5497
5498 2014-10-23 Leo Liu <sdl.web@gmail.com>
5499
5500 * progmodes/cfengine.el (cfengine3-defun-full-re): New var.
5501 (cfengine3-create-imenu-index): Use it and use ` ' for separation.
5502 (cfengine3-current-defun): New function.
5503 (cfengine3-mode): Set add-log-current-defun-function.
5504
5505 2014-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
5506
5507 * select.el: Use lexical-binding.
5508 (gui-set-selection): Provide an implementation for non-GUI frames
5509 (bug#18791).
5510 * term/x-win.el: Use lexical-binding.
5511 (x-clipboard-yank): Fix up missed renamings.
5512 * term/w32-win.el (libgif-version, libjpeg-version): Silence compiler.
5513 (w32--set-selection): Fix up var names.
5514 * term/pc-win.el: Use lexical-binding.
5515 (w16-selection-exists-p): Silence compiler warning.
5516 (w16-selection-owner-p): Fix up missed renamings.
5517
5518 * emacs-lisp/bytecomp.el (byte-compile-form): Remove left-over debug.
5519
5520 * frame.el (frame-notice-user-settings): Fix excessive quoting.
5521
5522 2014-10-22 Tassilo Horn <tsdh@gnu.org>
5523
5524 * doc-view.el (doc-view-open-text): View the document's plain text
5525 in the current buffer instead of a new one.
5526 (doc-view-toggle-display): Handle the case where the current
5527 buffer contains the plain text contents of the document.
5528 (doc-view-initiate-display): Don't switch to fallback mode if the
5529 user wants to view the doc's plain text.
5530 (doc-view-set-doc-type): Use assoc-string instead of
5531 assoc-ignore-case.
5532
5533 2014-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
5534
5535 * subr.el (read-key): Fix clicks on the mode-line.
5536 (set-transient-map): Return exit function.
5537
5538 * mouse.el (mouse-drag-line): Use set-transient-map (bug#18015).
5539 (mouse--down-1-maybe-follows-link): Remove unused var `this-event'.
5540 (mouse-yank-secondary): Use gui-get-selection.
5541 (mouse--down-1-maybe-follows-link): Use read-key.
5542
5543 * xt-mouse.el: Add `event-kind' property on the fly from
5544 xterm-mouse-translate-1 rather than statically at the outset.
5545
5546 2014-10-21 Daniel Colascione <dancol@dancol.org>
5547
5548 * vc/vc-dispatcher.el (vc-resynch-window): Tell view-mode not to
5549 change window configuration when we turn it off.
5550
5551 2014-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
5552
5553 Get rid of backend-dependent selection-handling functions for kill/yank
5554 and make it generic instead by relying on the lower-level selection
5555 management functions.
5556
5557 * select.el (select-enable-clipboard): Rename from
5558 gui-select-enable-clipboard.
5559 (select-enable-primary): Move from x-win.el and rename from
5560 x-select-enable-primary.
5561 (gui-last-selected-text): Remove.
5562 (gui--last-selected-text-clipboard, gui--last-selected-text-primary):
5563 New vars.
5564 (gui-select-text): Rewrite, based on x-win.el's old x-select-text.
5565 (gui-select-text-alist, gui-selection-value-alist): Remove.
5566 (x-select-request-type): Move from x-win.el.
5567 (gui--selection-value-internal): New function, taken from x-win's
5568 x-selection-value-internal.
5569 (gui-selection-value): Rewrite, based on x-win.el's old x-selection-value.
5570 (gui-set-selection-alist): Rename from gui-own-selection-alist and
5571 extend it to handle a nil value as a "disown" request.
5572 (gui-disown-selection-alist): Remove.
5573 (xselect-convert-to-delete): Adjust accordingly.
5574 (gui-set-selection): Simplify accordingly as well. Use dotimes.
5575
5576 * term/x-win.el (x-last-selected-text-primary)
5577 (x-select-enable-primary): Remove (moved to select.el).
5578 (x-select-request-type): Move to select.el.
5579 (x-selection-value-internal, x--selection-value): Remove functions.
5580 (gui-selection-value, gui-select-text): Remove moethods.
5581 (gui-set-selection): Merge own and disown methods.
5582
5583 * term/w32-win.el (w32--select-text, w32--get-selection-value):
5584 Delete function (move functionality into w32--set-selection and
5585 w32--get-selection).
5586 (gui-select-text, gui-selection-value): Don't define methods.
5587 (w32--set-selection, w32--get-selection, w32--selection-owner-p):
5588 New functions.
5589 (gui-get-selection, gui-selection-owner-p, gui-selection-exists-p):
5590 Use them.
5591 (gui-selection-exists-p): Adjust to new name of C primitive.
5592
5593 * term/pc-win.el (w16-get-selection-value): Add dummy argument and drop
5594 test of gui-select-enable-clipboard, to make it usable as
5595 a gui-get-selection method.
5596 (gui-selection-exists-p): Adjust to new name of C primitive.
5597 (gui-set-selection): Merge own and disown methods.
5598 (gui-select-text, gui-selection-value): Delete methods.
5599 (w16--select-text): Delete function.
5600
5601 * term/ns-win.el (ns-get-pasteboard, ns-set-pasteboard)
5602 (ns-selection-value): Remove functions.
5603 (gui-select-text, gui-selection-value): Don't define method any more.
5604 (gui-set-selection): Merge the old own and disown methods.
5605 (gui-selection-exists-p, gui-get-selection): Adjust to new name of
5606 underlying C primitive.
5607
5608 * startup.el (command-line): Adjust now that `gui-method' expects nil
5609 for ttys.
5610
5611 * frame.el (gui-method): Use window-system rather than framep.
5612 (gui-method-declare): The tty case is now nil rather than t.
5613 (make-frame): Adjust accordingly.
5614
5615 2014-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
5616
5617 * net/newst-reader.el (newsticker--image-read): Simplify.
5618 (newsticker--icon-read): Use dolist and fix free var error.
5619
5620 * imenu.el (imenu--menubar-keymap): New var.
5621 (imenu-add-to-menubar): Set it to remember the keymap we used.
5622 (imenu-update-menubar): Use it instead of asking lookup-key.
5623
5624 * obsolete/cc-compat.el: Make obsolete (bug#18561).
5625
5626 * epg-config.el (epg-gpg-program): Don't use absolute names by default.
5627
5628 * emacs-lisp/bytecomp.el (=, <, >, <=, >=): Don't optimize multi-arg
5629 case (bug#18767).
5630
5631 2014-10-21 Glenn Morris <rgm@gnu.org>
5632
5633 * Merge in all changes up to version 24.4 release.
5634
5635 2014-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
5636
5637 * emacs-lisp/bytecomp.el (=, <, >, <=, >=): Don't optimize multi-arg
5638 case (bug#18767).
5639
5640 2014-10-20 Glenn Morris <rgm@gnu.org>
5641
5642 * Merge in all changes up to 24.4 release.
5643
5644 2014-10-20 Ulf Jasper <ulf.jasper@web.de>
5645
5646 * net/newst-backend.el
5647 (newsticker--image-download-by-url-callback): Make this function
5648 actually work: Check status properly, then save image.
5649
5650 2014-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
5651
5652 * mouse.el (mouse--down-1-maybe-follows-link): Remove unused var
5653 `this-event'.
5654 (mouse-drag-line): Unless there's no actual mouse, use the event's
5655 position info.
5656
5657 2014-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
5658
5659 * textmodes/css-mode.el (scss-mode): New major-mode.
5660 (css-mode-syntax-table): Use d style comment, to ease the scss case.
5661 (css-ident-re): Allow things like @-moz-keyframes.
5662 (scss--hash-re): New const.
5663 (css--font-lock-keywords): New function, extracted from
5664 css-font-lock-keywords.
5665
5666 2014-10-19 Ulf Jasper <ulf.jasper@web.de>
5667
5668 * net/newst-backend.el: Require url-parse.
5669 (newsticker--get-news-by-wget): Store feed name as process property.
5670 (newsticker--sentinel): Read feed name from process property.
5671 (newsticker--sentinel-work): Rename argument name to feed-name.
5672 Rename variable imageurl to image-url. Pick icon url from Atom
5673 1.0 data. Launch download of feed icon.
5674 (newsticker--get-icon-url-atom-1.0): New.
5675 (newsticker--unxml)
5676 (newsticker--unxml-node)
5677 (newsticker--unxml-attribute): Documentation.
5678 (newsticker--icons-dir): New.
5679 (newsticker--image-get): New arguments FILENAME and DIRECTORY.
5680 Use `url-retrieve' if `newsticker-retrieval-method' is 'intern.
5681 (newsticker--image-download-by-wget): New. Use process properties
5682 for storing informations.
5683 (newsticker--image-sentinel): Read informations from process properties.
5684 (newsticker--image-save)
5685 (newsticker--image-remove)
5686 (newsticker--image-download-by-url)
5687 (newsticker--image-download-by-url-callback): New.
5688 (newsticker-opml-export): Handle url list entries containing a
5689 function instead of an url string.
5690
5691 * net/newst-reader.el (newsticker-html-renderer): Whitespace.
5692 (newsticker--print-extra-elements)
5693 (newsticker--do-print-extra-element):
5694 Documentation (newsticker--image-read): Optionally limit image height.
5695 Use imagemagick if possible.
5696 (newsticker--icon-read): New.
5697
5698 * net/newst-treeview.el (newsticker--treeview-item-show): Limit height of feed logo.
5699 (newsticker--treeview-tree-expand): Use feed icons in treeview.
5700 (newsticker--tree-widget-icon-create): New. Set the tree widget icon.
5701 (newsticker--tree-widget-leaf-icon): Use feed icon.
5702
5703 2014-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
5704
5705 * emacs-lisp/eieio-opt.el (eieio-lambda-arglist): Remove.
5706 Use help-function-arglist instead.
5707
5708 * emacs-lisp/eieio-core.el (eieio-compiled-function-arglist): Remove.
5709 (eieio--with-scoped-class): Use `declare'.
5710 (eieio-defclass): Remove compatibility code.
5711 (no-method-definition, no-next-method, inconsistent-class-hierarchy)
5712 (invalid-slot-type, unbound-slot, invalid-slot-name): Use define-error.
5713
5714 2014-10-18 Jan Djärv <jan.h.d@swipnet.se>
5715
5716 * cus-start.el (x-gtk-whole-detached-tool-bar): Remove.
5717
5718 * term/x-win.el (x-gtk-stock-map): Add icon names suggested as
5719 replacements to stock names before stock names in a list.
5720 Cdr may be a list, each name is tried in turn until one is found.
5721
5722 2014-10-18 Alan Mackenzie <acm@muc.de>
5723
5724 Check that a "macro" found near point-min isn't a ## operator.
5725 * progmodes/cc-engine.el (c-macro-is-genuine-p): New function.
5726 (c-beginning-of-macro): Use the above new function. (Bug#18749)
5727
5728 2014-10-18 Teodor Zlatanov <tzz@lifelogs.com>
5729
5730 * net/gnutls.el (gnutls-negotiate): Don't use cl-mapcan; pass
5731 correct data to `gnutls-boot' (Bug#18664).
5732 Reported by Toke Høiland-Jørgensen <toke@toke.dk>.
5733
5734 2014-10-18 Michal Nazarewicz <mina86@mina86.com>
5735
5736 * whitespace.el (whitespace-style, whitespace-big-indent)
5737 (whitespace-big-indent-regexp, whitespace-style-value-list)
5738 (whitespace-toggle-option-alist, whitespace-interactive-char)
5739 (whitespace-toggle-options)
5740 (global-whitespace-toggle-options, whitespace-help-text)
5741 (whitespace-style-face-p, whitespace-color-on): Add a 'big-indent
5742 style to `whitespace-mode' to indicate that the line indentation
5743 is too deep. By default, 32 SPACEs or four TABs are considered
5744 too many but `whitespace-big-indent-regexp' can be configured.
5745
5746 2014-10-17 Michal Nazarewicz <mina86@mina86.com>
5747
5748 * textmodes/tildify.el (tildify--pick-alist-entry): Rename from
5749 tildify-mode-alist.
5750
5751 2014-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
5752
5753 * emacs-lisp/eieio.el: Use lexical-binding drop non-GV fallback.
5754 (defclass, defgeneric, defmethod): Add doc-string position.
5755 (with-slots): Require cl-lib.
5756
5757 * emacs-lisp/eieio-core.el: Use lexical-binding and cl-lib.
5758 (list-of): New type.
5759 (eieio--typep): Remove.
5760 (eieio-perform-slot-validation): Use cl-typep instead.
5761
5762 * emacs-lisp/eieio-base.el: Use lexical-binding and cl-lib.
5763
5764 * emacs-lisp/cl-macs.el (cl--make-type-test): Avoid ((lambda ..) ..).
5765
5766 2014-10-16 Alan Mackenzie <acm@muc.de>
5767
5768 Trigger showing when point is in the "periphery" of a line or just
5769 inside a paren.
5770 * paren.el (show-paren-style, show-paren-delay)
5771 (show-paren-priority, show-paren-ring-bell-on-mismatch):
5772 Remove superfluous :group specifications.
5773 (show-paren-when-point-inside-paren)
5774 (show-paren-when-point-in-periphery): New customizable variables.
5775 (show-paren-highlight-openparen): Make into a defcustom.
5776 (show-paren--unescaped-p, show-paren--categorize-paren)
5777 (show-paren--locate-near-paren): New defuns.
5778 (show-paren--default): Refaactor and trigger on more paren
5779 positions.
5780 (show-paren-function): Small consequential changes.
5781
5782 2014-10-16 Tom Tromey <tom@tromey.com>
5783
5784 * files.el (auto-mode-alist): Use javascript-mode for .jsm
5785 (bug #18719).
5786
5787 2014-10-16 Eli Zaretskii <eliz@gnu.org>
5788
5789 * international/characters.el (bracket-type): Force pre-loading of
5790 uni-brackets.el.
5791
5792 2014-10-16 Alan Mackenzie <acm@muc.de>
5793
5794 * cus-edit.el (custom-command-apply): Specify the return value in
5795 the doc string.
5796 (Custom-reset-standard): Save custom-file (e.g. .emacs) only when
5797 custom-command-apply has returned non-nil.
5798
5799 2014-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
5800
5801 * emacs-lisp/eldoc.el (global-eldoc-mode): Enable by default.
5802 Remove incorrect handling of eldoc-print-after-edit.
5803 (eldoc-message-commands, eldoc-last-data): Use defvar.
5804 * loadup.el (emacs-lisp/eldoc): Load it.
5805
5806 * progmodes/m4-mode.el (m4-syntax-propertize): New var.
5807 (m4-mode): Use it.
5808 (m4--quoted-p): New function.
5809 (m4-font-lock-keywords): Don't handle #..\n comments any more.
5810 (m4-mode-syntax-table): Use punctuation syntax (according to m4 manual)
5811 for most special characters.
5812
5813 * progmodes/compile.el (compilation--previous-directory): Simplify.
5814 (compilation-next-error): Ensure the parse before we look at
5815 compilation-message property.
5816
5817 2014-10-15 Eli Zaretskii <eliz@gnu.org>
5818
5819 * simple.el (what-cursor-position):
5820 * descr-text.el (describe-char): Update to support the new bidi
5821 characters.
5822
5823 * emacs-lisp/tabulated-list.el (tabulated-list-mode):
5824 Force bidi-paragraph-direction to 'left-to-right'. This fixes
5825 buffer-menu display when the first buffer happens to start with
5826 R2L letter.
5827
5828 2014-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
5829
5830 * progmodes/elisp-mode.el (elisp--local-variables-1):
5831 Handle quoted expressions (bug#18688).
5832
5833 2014-10-14 Jérémy Compostella <jeremy.compostella@intel.com>
5834 Michael Albinus <michael.albinus@gmx.de>
5835
5836 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell):
5837 Reduce the amount of set environment variable commands.
5838
5839 2014-10-12 Fabián Ezequiel Gallina <fgallina@gnu.org>
5840
5841 Fix import completion. (Bug#18582)
5842 * progmodes/python.el (python-shell-completion-get-completions):
5843 Fix import case regexp.
5844
5845 2014-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
5846
5847 * progmodes/bat-mode.el (bat-font-lock-keywords): Fix \\<_ typo
5848 (bug#18622). Reported by Arni Magnusson <arnima@hafro.is>.
5849 * progmodes/prolog.el (prolog-electric--underscore): Same.
5850
5851 2014-10-12 Michael Albinus <michael.albinus@gmx.de>
5852
5853 * net/tramp-sh.el (tramp-get-remote-id): Check also for "gid".
5854
5855 2014-10-11 Jan Djärv <jan.h.d@swipnet.se>
5856
5857 * cus-start.el (all): Add missing ns and boolean to
5858 ns-use-fullscreen-animation.
5859
5860 2014-10-11 Leo Liu <sdl.web@gmail.com>
5861
5862 * progmodes/cfengine.el (cfengine3-defuns, cfengine3-vartypes):
5863 Use strings.
5864 (cfengine3-create-imenu-index): New function.
5865 (cfengine3-mode): Use it for `imenu-create-index-function'.
5866 (cfengine-auto-mode): Improve and prefer cfengine3-mode when
5867 buffer is empty.
5868
5869 2014-10-11 Jan Djärv <jan.h.d@swipnet.se>
5870
5871 * cus-start.el (all): Add ns-use-fullscreen-animation.
5872
5873 2014-10-11 Glenn Morris <rgm@gnu.org>
5874
5875 * calendar/diary-lib.el (diary-display-function):
5876 Drop support for deprecated nil and list forms.
5877 (diary-list-entries): Update for the above.
5878 * calendar/cal-x.el (calendar-dedicate-diary): Simplify accordingly.
5879
5880 2014-10-10 Leo Liu <sdl.web@gmail.com>
5881
5882 * window.el (temp-buffer-window-show): Make BUFFER a required arg.
5883 (Bug#18656)
5884
5885 2014-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
5886
5887 * select.el (gui-selection-exists-p-alist): New method.
5888 * menu-bar.el (menu-bar-edit-menu, clipboard-yank):
5889 * simple.el (deactivate-mark): Use it.
5890 * term/x-win.el (gui-selection-exists-p):
5891 * term/w32-win.el (gui-selection-exists-p):
5892 * term/pc-win.el (gui-selection-exists-p):
5893 * term/ns-win.el (gui-selection-exists-p): Provide a backend instance.
5894
5895 2014-10-10 Glenn Morris <rgm@gnu.org>
5896
5897 * info.el (Info-fontify-maximum-menu-size): Bump to 400k. (Bug#16227)
5898 Fix :type. Allow t to mean no limit.
5899 (Info-fontify-node): Handle Info-fontify-maximum-menu-size = t.
5900
5901 2014-10-09 Glenn Morris <rgm@gnu.org>
5902
5903 * frame.el (display-monitor-attributes-list): Doc tweaks.
5904
5905 2014-10-09 Eli Zaretskii <eliz@gnu.org>
5906
5907 * faces.el (display-grayscale-p): Mention in the doc string that
5908 the argument can be either a display name or a frame.
5909
5910 * frame.el (display-pixel-height, display-pixel-width)
5911 (display-mm-height, display-mm-width, display-backing-store)
5912 (display-save-under, display-planes, display-color-cells)
5913 (display-visual-class, display-monitor-attributes-list)
5914 (display-screens): Mention in the doc string that the argument can
5915 be either a display name or a frame. Improve the docs of the
5916 monitor attributes. (Bug#18636)
5917
5918 2014-10-09 Martin Rudalics <rudalics@gmx.at>
5919
5920 * term.el (term-window-width): Subtract 1 from the width when
5921 any fringe has zero width, not just the right fringe. (Bug#18601)
5922
5923 2014-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
5924
5925 * frame.el (make-frame): Use t rather than nil for `w' (bug#18653).
5926
5927 2014-10-08 Leo Liu <sdl.web@gmail.com>
5928
5929 * emacs-lisp/cl-extra.el (cl-fresh-line): New function.
5930
5931 2014-10-08 Glenn Morris <rgm@gnu.org>
5932
5933 * calendar/cal-x.el (calendar-dedicate-diary):
5934 Drop support for recently deleted aliases.
5935
5936 2014-10-08 Leo Liu <sdl.web@gmail.com>
5937
5938 * progmodes/cfengine.el (cfengine3-make-syntax-cache):
5939 Always return a syntax. Replace call-process-shell-command with
5940 process-file. Ensure cfengine-mode-syntax-functions-regex is
5941 always set. Ensure cache when cfengine-cf-promises fails.
5942 (Bug#18620)
5943
5944 2014-10-07 Glenn Morris <rgm@gnu.org>
5945
5946 * font-lock.el (font-lock-fontify-buffer): Fix interactive-only markup.
5947
5948 2014-10-07 Wilson Snyder <wsnyder@wsnyder.org>
5949
5950 Sync with upstream verilog-mode revision c075a492.
5951 * progmodes/verilog-mode.el (verilog-mode-version): Bump.
5952 (verilog-menu): Add AUTOINSERTLAST.
5953 (verilog-no-indent-begin-re): When `verilog-indent-begin-after-if'
5954 is nil, fix indenting initial/final to match always statements, bug825.
5955 Reported by Tim Clapp.
5956 (verilog-extended-complete-re): Fix indentation of DPI-C imports,
5957 bug557. Reported by ZeDong Mao and Jason Forkey.
5958 (verilog-read-decls): Fix parsing typed interfaces.
5959 Fix AUTOINOUTMODPORT missing types. Reported by Stephan Bourduas.
5960 (verilog-auto-arg-ports): Fix verilog-auto-arg-format single.
5961 (verilog-auto-output-every): Add regexp to AUTOOUTPUTEVERY, bug793.
5962 Reported by Pierre-David Pfister.
5963 (verilog-auto-insert-lisp): Doc fix.
5964 (verilog-auto-insert-last, verilog-auto): Add AUTOINSERTLAST to
5965 allow post-AUTO user fixups, bug826. Reported by Dennis Muhlestein.
5966 (verilog-sk-ovm-class, verilog-sk-uvm-object)
5967 (verilog-sk-uvm-component): Fix missing string keyword in class
5968 skeletons, bug824. Reported by eldad faruhi.
5969
5970 2014-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
5971
5972 * term/w32-win.el: Move all code from 32-common-fns.el here.
5973 (gui-select-text, gui-selection-value): Use w32 handlers in the w32
5974 console as well (bug#18629).
5975 * w32-common-fns.el: Remove.
5976 * loadup.el: Don't load w32-common-fns.el.
5977 * w32-fns.elc: Don't require w32-common-fns.
5978
5979 * icomplete.el: Move Iswitchb autoload here. Much simpler.
5980 * obsolete/iswitchb.el (iswitchb-mode): Use normal autoload cookie.
5981 Remove redundant obsolescence thingy.
5982 * loadup.el: Don't load obsolete/loaddefs.el.
5983 * Makefile.in (obsolete-autoloads): Remove.
5984 (AUTOGENEL): Remove obsolete/loaddefs.el.
5985
5986 2014-10-06 Glenn Morris <rgm@gnu.org>
5987
5988 * Makefile.in (obsolete-autoloads): Write to a separate file,
5989 to workaround autoloads bug. (Bug#17407)
5990 (AUTOGENEL): Add obsolete/loaddefs.el.
5991 * loadup.el: Load obsolete/loaddefs.el if present.
5992 * subr.el (do-after-load-evaluation):
5993 Don't warn about obsolete/loaddefs.el.
5994
5995 * menu-bar.el (menu-bar-games-menu): Remove landmark.
5996 It has zero relationship to a game.
5997
5998 2014-10-06 Leo Liu <sdl.web@gmail.com>
5999
6000 * imenu.el (imenu): Re-write for clarity.
6001
6002 2014-10-06 Glenn Morris <rgm@gnu.org>
6003
6004 Remove calendar code obsolete since at least version 23.1.
6005 * calendar/cal-bahai.el (calendar-absolute-from-bahai)
6006 (calendar-print-bahai-date, calendar-bahai-prompt-for-date)
6007 (calendar-goto-bahai-date, list-bahai-diary-entries)
6008 (mark-bahai-calendar-date-pattern, mark-bahai-diary-entries)
6009 (insert-bahai-diary-entry, insert-monthly-bahai-diary-entry)
6010 (insert-yearly-bahai-diary-entry):
6011 * calendar/cal-china.el (chinese-calendar-time-zone)
6012 (chinese-calendar-location-name)
6013 (chinese-calendar-daylight-time-offset)
6014 (chinese-calendar-standard-time-zone-name)
6015 (chinese-calendar-daylight-time-zone-name)
6016 (chinese-calendar-daylight-savings-starts)
6017 (chinese-calendar-daylight-savings-ends)
6018 (chinese-calendar-daylight-savings-starts-time)
6019 (chinese-calendar-daylight-savings-ends-time)
6020 (chinese-calendar-celestial-stem)
6021 (chinese-calendar-terrestrial-branch)
6022 (calendar-absolute-from-chinese, calendar-print-chinese-date)
6023 (calendar-goto-chinese-date):
6024 * calendar/cal-coptic.el (calendar-absolute-from-coptic)
6025 (calendar-print-coptic-date, coptic-prompt-for-date)
6026 (calendar-goto-coptic-date, calendar-absolute-from-ethiopic)
6027 (calendar-print-ethiopic-date, calendar-goto-ethiopic-date):
6028 * calendar/cal-french.el (calendar-absolute-from-french)
6029 (calendar-print-french-date, calendar-goto-french-date):
6030 * calendar/cal-hebrew.el (diary-sabbath-candles-minutes)
6031 (calendar-absolute-from-hebrew, calendar-print-hebrew-date)
6032 (hebrew-calendar-yahrzeit, calendar-goto-hebrew-date)
6033 (holiday-rosh-hashanah-etc, holiday-hanukkah)
6034 (holiday-passover-etc, holiday-tisha-b-av-etc)
6035 (list-hebrew-diary-entries, mark-hebrew-calendar-date-pattern)
6036 (mark-hebrew-diary-entries, insert-hebrew-diary-entry)
6037 (insert-monthly-hebrew-diary-entry)
6038 (insert-yearly-hebrew-diary-entry, list-yahrzeit-dates)
6039 (diary-omer, diary-yahrzeit, diary-rosh-hodesh, diary-parasha)
6040 (diary-sabbath-candles):
6041 * calendar/cal-islam.el (calendar-absolute-from-islamic)
6042 (calendar-print-islamic-date, calendar-goto-islamic-date)
6043 (list-islamic-diary-entries, mark-islamic-calendar-date-pattern)
6044 (mark-islamic-diary-entries, insert-islamic-diary-entry)
6045 (insert-monthly-islamic-diary-entry)
6046 (insert-yearly-islamic-diary-entry):
6047 * calendar/cal-iso.el (calendar-absolute-from-iso)
6048 (calendar-print-iso-date, calendar-iso-read-args)
6049 (calendar-goto-iso-date, calendar-goto-iso-week):
6050 * calendar/cal-julian.el (calendar-absolute-from-julian)
6051 (calendar-print-julian-date, calendar-goto-julian-date)
6052 (calendar-absolute-from-astro, calendar-print-astro-day-number)
6053 (calendar-goto-astro-day-number):
6054 * calendar/cal-mayan.el (calendar-print-mayan-date)
6055 (calendar-next-haab-date, calendar-previous-haab-date)
6056 (calendar-next-tzolkin-date, calendar-previous-tzolkin-date)
6057 (calendar-next-calendar-round-date)
6058 (calendar-previous-calendar-round-date)
6059 (calendar-absolute-from-mayan-long-count)
6060 (calendar-goto-mayan-long-count-date):
6061 * calendar/cal-move.el (scroll-calendar-left)
6062 (scroll-calendar-right, scroll-calendar-left-three-months)
6063 (scroll-calendar-right-three-months):
6064 * calendar/cal-persia.el (calendar-absolute-from-persian)
6065 (calendar-print-persian-date, persian-prompt-for-date)
6066 (calendar-goto-persian-date):
6067 * calendar/cal-x.el (calendar-after-frame-setup-hooks):
6068 * calendar/calendar.el (view-diary-entries-initially)
6069 (mark-diary-entries-in-calendar, calendar-today-face)
6070 (diary-face, holiday-face, view-calendar-holidays-initially)
6071 (mark-holidays-in-calendar, initial-calendar-window-hook)
6072 (today-visible-calendar-hook, today-invisible-calendar-hook)
6073 (hebrew-diary-entry-symbol, islamic-diary-entry-symbol)
6074 (bahai-diary-entry-symbol, american-date-diary-pattern)
6075 (european-date-diary-pattern, european-calendar-display-form)
6076 (american-calendar-display-form, holidays-in-diary-buffer)
6077 (all-hebrew-calendar-holidays, all-christian-calendar-holidays)
6078 (all-islamic-calendar-holidays, all-bahai-calendar-holidays)
6079 (fancy-diary-buffer, increment-calendar-month)
6080 (extract-calendar-month, extract-calendar-day)
6081 (extract-calendar-year, exit-calendar, calendar-date-is-legal-p)
6082 (mark-visible-calendar-date, calendar-version):
6083 * calendar/diary-lib.el (diary-button-face, sexp-diary-entry-symbol)
6084 (diary-display-hook, list-diary-entries-hook)
6085 (mark-diary-entries-hook, nongregorian-diary-listing-hook)
6086 (nongregorian-diary-marking-hook, print-diary-entries-hook)
6087 (abbreviated-calendar-year, number-of-diary-entries)
6088 (view-other-diary-entries, add-to-diary-list)
6089 (include-other-diary-files, simple-diary-display)
6090 (fancy-diary-display, print-diary-entries, mark-diary-entries)
6091 (mark-sexp-diary-entries, mark-included-diary-files)
6092 (mark-calendar-days-named, mark-calendar-month)
6093 (mark-calendar-date-pattern, sort-diary-entries)
6094 (list-sexp-diary-entries, make-diary-entry, insert-diary-entry)
6095 (insert-weekly-diary-entry, insert-monthly-diary-entry)
6096 (insert-yearly-diary-entry, insert-anniversary-diary-entry)
6097 (insert-block-diary-entry, insert-cyclic-diary-entry)
6098 (fancy-diary-font-lock-keywords, fancy-diary-display-mode):
6099 * calendar/holidays.el (general-holidays, oriental-holidays)
6100 (local-holidays, other-holidays, hebrew-holidays)
6101 (christian-holidays, islamic-holidays, bahai-holidays)
6102 (solar-holidays, list-calendar-holidays)
6103 (check-calendar-holidays, mark-calendar-holidays)
6104 (filter-visible-calendar-holidays):
6105 * calendar/lunar.el (calendar-phases-of-moon, phases-of-moon)
6106 (diary-phases-of-moon): Remove obsolete aliases.
6107 * calendar/cal-menu.el (cal-menu-load-hook): Remove obsolete hook.
6108 * calendar/cal-x.el (calendar-one-frame-setup)
6109 (calendar-only-one-frame-setup, calendar-two-frame-setup):
6110 Remove obsolete functions.
6111 (cal-x-load-hook): Remove obsolete hook.
6112 * calendar/calendar.el (european-calendar-style):
6113 Remove obsolete variable.
6114 (calendar-date-style): No longer consult european-calendar-style.
6115 * calendar/calendar.el (european-calendar, american-calendar):
6116 Remove obsolete commands.
6117 * calendar/calendar.el (calendar-for-loop): Remove obsolete macro.
6118 * calendar/diary-lib.el (diary-face): Remove obsolete variable.
6119 (diary-font-lock-date-forms, diary-fancy-font-lock-keywords):
6120 Use the face `diary' instead of the variable `diary-face'.
6121 * calendar/holidays.el (hebrew-holidays-1, hebrew-holidays-2)
6122 (hebrew-holidays-3, hebrew-holidays-4): Remove obsolete variables.
6123 * calendar/icalendar.el (icalendar--date-style): Remove function.
6124 Replace all uses with calendar-date-style.
6125 * textmodes/remember.el (calendar-date-style): Declare.
6126 (remember-diary-convert-entry):
6127 No longer consult european-calendar-style.
6128
6129 2014-10-05 Leo Liu <sdl.web@gmail.com>
6130
6131 * imenu.el (imenu-default-goto-function): Fix typo.
6132
6133 2014-10-04 Thomas Fitzsimmons <fitzsim@fitzsim.org>
6134
6135 * net/ntlm.el (ntlm-build-auth-request):
6136 Add NTLM2 Session support. (Bug#15603)
6137
6138 2014-10-04 Glenn Morris <rgm@gnu.org>
6139
6140 * apropos.el (apropos-symbols-internal):
6141 Avoid error with non-symbol properties. (Bug#18337#16)
6142
6143 * startup.el (command-line):
6144 Handle altered user-emacs-directory in load-path warning. (Bug#18512)
6145
6146 2014-10-04 Martin Rudalics <rudalics@gmx.at>
6147
6148 * window.el (window-full-height-p): Make it behave correctly for
6149 minibuffer window.
6150 (window-current-scroll-bars): Fix code.
6151 (fit-frame-to-buffer): Use window-scroll-bar-height instead of
6152 window-scroll-bars.
6153 * frame.el (frame-current-scroll-bars): Fix doc-string.
6154 * scroll-bar.el (toggle-horizontal-scroll-bar): New command.
6155
6156 2014-10-04 Mark Oteiza <mvoteiza@udel.edu> (tiny change)
6157
6158 * files.el (auto-mode-alist): Use sh-mode for .zsh files. (Bug#18488)
6159
6160 2014-10-04 Glenn Morris <rgm@gnu.org>
6161
6162 * frame.el (frame-monitor-attributes)
6163 (display-monitor-attributes-list): Doc fixes.
6164
6165 2014-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
6166
6167 Merge trivially safe differences from standalone CC-mode.
6168 * progmodes/cc-mode.el (c-initialize-cc-mode): Don't quote a symbol
6169 just to then pass it to `symbol-value'.
6170 (prog-mode): Provide fallback definition, if needed.
6171 * progmodes/cc-langs.el: Always load `cl'. Don't load `cl-lib'.
6172 Remove "cl-" prefix accordingly.
6173 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Use integerp or
6174 characterp depending on the type of characters.
6175 (c-font-lock-enum-tail): Remove unused var `start'.
6176 * progmodes/cc-engine.el: Load CL at compile-time.
6177 (c-declare-lang-variables): Use mapcan.
6178 (c-append-to-state-cache): Remove unused var `ce+1'.
6179 (c-parse-state-state): Make buffer-local.
6180 (c-ssb-lit-begin): Remove unused var `pps-end-pos'.
6181 (c-just-after-func-arglist-p): Remove unused var `end'.
6182 * progmodes/cc-defs.el: Load cc-fix if delete-dups is undefined.
6183 (c-<-as-paren-syntax, c->-as-paren-syntax): Move definition earlier.
6184 (c-make-keywords-re): Use delete-dups.
6185 (c-get-current-file): Avoid file-name-base.
6186 * progmodes/cc-cmds.el (c-electric-lt-gt): Remove unused var
6187 `close-paren-inserted'.
6188 * progmodes/cc-awk.el (c-forward-sws): Remove unused declaration.
6189
6190 * progmodes/python.el: Avoid building unneeded markers.
6191 (python-font-lock-keywords, python-indent-dedent-line)
6192 (python-fill-paren, python-shell-completion-complete-or-indent):
6193 Prefer point over point-marker.
6194 (inferior-python-mode): Remove redundant completion settings.
6195
6196 2014-10-03 Dmitry Gutov <dgutov@yandex.ru>
6197
6198 * vc/vc-svn.el (vc-svn-ignore-completion-table): Implement.
6199 (vc-svn-ignore): Use it. (Bug#18619)
6200
6201 2014-10-03 Martin Rudalics <rudalics@gmx.at>
6202
6203 * frame.el (toggle-frame-maximized, toggle-frame-fullscreen):
6204 In doc-string mention need to set `frame-resize-pixelwise'.
6205
6206 2014-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
6207
6208 * vc/vc-svn.el (vc-svn-after-dir-status): Fix the non-remote regexp,
6209 similarly to Rogers's 2010-06-16 change for the remote case
6210 (bug#18605).
6211
6212 2014-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
6213
6214 New gui-selection-value consolidating x-selection-value.
6215 * select.el (gui-selection-value-alist): New method.
6216 (gui-selection-value): New function.
6217 (x-selection-value): Make it an obsolete alias.
6218 * simple.el (interprogram-paste-function): Default to
6219 gui-selection-value.
6220 * w32-common-fns.el (w32-get-selection-value): Simplify.
6221 (x-selection-value): Remove alias.
6222 (interprogram-paste-function): Don't set.
6223 (gui-selection-value): Define for w32.
6224 * term/x-win.el (gui-selection-value): Define for x.
6225 (x--selection-value): Rename from x--selection-value.
6226 (interprogram-paste-function): Don't set.
6227 * term/pc-win.el (w16-get-selection-value): Simplify.
6228 (msdos-initialize-window-system): Don't set
6229 interprogram-paste-function.
6230 (gui-selection-value): Define for pc.
6231 * term/ns-win.el (x-selection-value): Remove.
6232 (gui-selection-value): Define for ns, instead.
6233 * term/common-win.el (x-setup-function-keys): Don't set
6234 interprogram-paste-function.
6235 * obsolete/mouse-sel.el (mouse-sel-get-selection-function):
6236 Use gui-selection-value.
6237
6238 2014-10-02 David Raynes <rayners@gmail.com> (tiny change)
6239
6240 * term/ns-win.el: Add functions to ns frame, not x frame (bug#18614).
6241
6242 2014-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
6243
6244 * obsolete/lucid.el (read-number): Remove, redundant.
6245 * obsolete/cl-compat.el (cl-floor, cl-ceiling, cl-round, cl-truncate):
6246 Remove, broken.
6247
6248 2014-10-02 Glenn Morris <rgm@gnu.org>
6249
6250 * emacs-lisp/package.el (package-import-keyring):
6251 Create gnupg directory private. (Bug#17625#155)
6252
6253 2014-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
6254
6255 * progmodes/python.el (python-shell-completion-get-completions):
6256 Use python-shell--prompt-calculated-input-regexp from the
6257 process buffer (bug#18582).
6258 Don't assume that `line' comes from the process buffer.
6259
6260 2014-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
6261
6262 * frame.el: Use lexical-binding (bug#18598).
6263 (make-frame): Use t rather than nil for tty's window-system.
6264 * startup.el (command-line): Use gui-method.
6265
6266 Consolidate management/ownership of selections.
6267 * select.el (gui-get-selection-alist): New method.
6268 (gui-get-selection): Use it. Rename from x-get-selection.
6269 (x-get-selection): Define as obsolete alias.
6270 (x-get-clipboard): Mark obsolete.
6271 (gui-get-primary-selection): New function.
6272 (x-get-selection-value): Mark obsolete.
6273 (gui-own-selection-alist, gui-disown-selection-alist)
6274 (gui-selection-owner-p-alist): New methods.
6275 (gui-set-selection): Use them. Rename from x-set-selection.
6276 (x-set-selection): Define as obsolete alias.
6277 (gui--valid-simple-selection-p): Rename from
6278 x-valid-simple-selection-p.
6279 * w32-common-fns.el (gui-own-selection, gui-disown-selection)
6280 (gui-selection-owner-p, gui-get-selection): Define for w32.
6281 (w32-get-selection-value): Rename from x-get-selection-value.
6282 Use the new gui-last-selected-text.
6283 * term/x-win.el (x-get-selection-value): Remove.
6284 (x-clipboard-yank): Declare obsolete.
6285 (gui-own-selection, gui-disown-selection, gui-get-selection)
6286 (gui-selection-owner-p): Define for x.
6287 * term/w32-win.el (w32-win-suspend-error): Rename from
6288 x-win-suspend-error.
6289 * term/pc-win.el (w16-get-selection-value): Rename from
6290 x-get-selection-value.
6291 (w16-selection-owner-p): Rename from x-selection-owner-p.
6292 (gui-own-selection, gui-disown-selection, gui-get-selection)
6293 (gui-selection-owner-p): Define for pc.
6294 (w16--select-text): New function.
6295 * term/ns-win.el (gui-own-selection, gui-disown-selection)
6296 (gui-get-selection, gui-selection-owner-p): Define for ns.
6297 * term.el (term-mouse-paste):
6298 * mouse.el (mouse-yank-primary): Use gui-get-primary-selection.
6299
6300 2014-10-02 H. Dieter Wilhelm <dieter@duenenhof-wilhelm.de>
6301
6302 * calc/calc-help.el (calc-describe-thing): Quote strings
6303 which could look like regexps.
6304
6305 2014-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
6306
6307 Consolidate x-select-text.
6308 * frame.el (gui-method, gui-method-define, gui-method-declare)
6309 (gui-call): New macros.
6310 (gui-method--name): New function.
6311 (frame-creation-function-alist): Use gui-method-declare.
6312 (make-frame): Use gui-method.
6313 * select.el (gui-select-enable-clipboard): Rename from
6314 x-select-enable-clipboard and move here.
6315 (x-select-enable-clipboard): Define as obsolete alias.
6316 (gui-last-selected-text): New var, to replace x-last-selected-text.
6317 (gui-select-text): New GUI method.
6318 (gui-select-text): New function.
6319 (x-select-text): Define as obsolete alias.
6320 * term/common-win.el (x-select-enable-clipboard, x-select-text):
6321 Move to select.el.
6322 * simple.el (interprogram-cut-function): Change default to
6323 x-select-text.
6324 (interprogram-paste-function): Change default to `ignore'.
6325 * w32-common-fns.el (interprogram-cut-function): Don't modify.
6326 * term/x-win.el (interprogram-cut-function): Don't modify.
6327 (gui-select-text): Add method for x.
6328 * term/w32-win.el (gui-select-text): Add method for w32.
6329 * term/pc-win.el (x-last-selected-text): Remove, use
6330 gui-last-selected-text instead.
6331 (msdos-initialize-window-system): Don't set interprogram-cut-function.
6332 (gui-select-text): Add method for pc.
6333 * term/ns-win.el (ns-last-selected-text): Remove, use
6334 gui-last-selected-text instead.
6335 (gui-select-text): Add method for ns.
6336 (x-setup-function-keys): Don't change interprogram-cut-function.
6337 * loadup.el ("startup"): Load after "frame".
6338 * subr.el (package--builtin-versions, package--description-file):
6339 Move from startup.el.
6340 * startup.el (package--builtin-versions, package--description-file):
6341 Move to subr.el.
6342 (handle-args-function-alist, window-system-initialization-alist):
6343 Use gui-method-declare.
6344 (command-line): Use gui-method.
6345
6346 2014-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
6347
6348 * subr.el (alist-get): New accessor.
6349 * emacs-lisp/gv.el (alist-get): Provide expander.
6350 * winner.el (winner-remember):
6351 * tempo.el (tempo-use-tag-list):
6352 * progmodes/gud.el (minor-mode-map-alist):
6353 * international/mule-cmds.el (define-char-code-property):
6354 * frameset.el (frameset-filter-params):
6355 * files.el (dir-locals-set-class-variables):
6356 * register.el (get-register, set-register):
6357 * calc/calc-yank.el (calc-set-register): Use it.
6358 * ps-print.el (ps-get, ps-put, ps-del): Mark as obsolete.
6359 * tooltip.el (tooltip-set-param): Mark as obsolete.
6360 (tooltip-show): Use alist-get instead.
6361 * ses.el (ses--alist-get): Remove. Use alist-get instead.
6362
6363 2014-10-01 Ulf Jasper <ulf.jasper@web.de>
6364
6365 * net/newst-backend.el: Remove Time-stamp. Rename variable
6366 `newsticker--download-logos' to `newsticker-download-logos' and
6367 make it customizable.
6368 (newsticker--sentinel-work): Move xml-workarounds to function
6369 `newsticker--do-xml-workarounds', call unless libxml-parser is
6370 used. Allow single quote in regexp for encoding.
6371 Use libxml-parser if available, else fall back to `xml-parse-region'.
6372 Take care of possibly missing namespace prefixes (like "RDF"
6373 instead of "rdf:RDF") when checking xml nodes and attributes (as
6374 libxml correctly removes the prefixes). Always use Atom 1.0 as
6375 fallback feed type. Rename `newsticker--download-logos' to
6376 `newsticker-download-logos'
6377 (newsticker--unxml, newsticker--unxml-node)
6378 (newsticker--unxml-attribute): New.
6379 (newsticker--parse-atom-1.0): Call `unxml' in case that embedded
6380 HTML code has become part of the xml parse tree.
6381 (newsticker--parse-rss-1.0, newsticker--parse-rss-2.0): Take care
6382 of possibly missing namespace prefixes.
6383 (newsticker--parse-generic-items): Code formatting. Typo.
6384 (newsticker--images-dir): Add trailing slash.
6385 (newsticker--image-get): Fix error message.
6386
6387 * net/newst-plainview.el: Remove Time-stamp.
6388
6389 * net/newst-reader.el: Remove Time-stamp.
6390 (newsticker-download-logos): Rename variable
6391 `newsticker--download-logos' to `newsticker-download-logos' and
6392 make it customizable.
6393 (newsticker--print-extra-elements): Add optional parameter
6394 'htmlish for using html markup. Amend list of ignored elements.
6395 (newsticker--do-print-extra-element): Add parameter 'htmlish for
6396 using html markup.
6397
6398 * net/newst-ticker.el: Remove Time-stamp.
6399
6400 * net/newst-treeview.el (newsticker--treeview-item-show): Use html
6401 for formatting extra elements.
6402
6403 * net/newsticker.el: Remove Time-stamp, Version.
6404 (newsticker-version): Make obsolete.
6405
6406 2014-09-30 Leonardo Nobrega <leonobr@gmail.com> (tiny change)
6407
6408 * progmodes/python.el (python-fill-paren): Don't inf-loop at EOB
6409 (bug#18462).
6410
6411 2014-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
6412
6413 * emacs-lisp/package.el (package-check-signature): Default to nil if
6414 GPG is not available.
6415 (package-refresh-contents): Don't mess with the keyring if we won't
6416 check the signatures anyway.
6417
6418 2014-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
6419
6420 * ses.el (ses--row, ses--col): New dyn-scoped vars, to replace row&col.
6421 (ses-center, ses-center-span): Use them.
6422 (ses-print-cell): Bind them while calling the printer.
6423 (row, col, maxrow, maxcol): Don't declare as dynamically scoped.
6424 (ses-dorange): Revert last change.
6425 (ses-calculate-cell): Don't bind row&col dynamically while evaluating
6426 the formula.
6427 (ses-set-cell): Avoid `eval'.
6428 (ses--time-check): Rename it from ses-time-check and turn it into
6429 a macro.
6430
6431 * ses.el (ses-setup): Don't assume modifying the iteration var of
6432 dotimes affects the iteration (bug#18191).
6433
6434 2014-09-30 Vincent Belaïche <vincentb1@users.sourceforge.net>
6435
6436 * ses.el (ses-calculate-cell): Bind row and col dynamically to
6437 their values with 'cl-progv'.
6438 (ses-dorange): Bind row, col, maxrow and maxcol dynamically to
6439 their values with 'cl-progv', also use non-interned symbols for
6440 row, minrow, maxrow, mincol and maxcol.
6441 (maxrow maxcol): New defvar, to make the compiler happy.
6442
6443 2014-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
6444
6445 * minibuffer.el (completion-at-point): Emit warning for ill-behaved
6446 completion functions.
6447
6448 2014-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
6449
6450 * ses.el (ses--letref): Quote value before it gets re-evaluated.
6451
6452 2014-09-28 Thien-Thi Nguyen <ttn@gnu.org>
6453
6454 Font-lock `cl-flet*', too.
6455 * emacs-lisp/lisp-mode.el (lisp-cl-font-lock-keywords-2):
6456 Add "flet*" to intermediate var `cl-lib-kw'.
6457
6458 2014-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
6459
6460 * epg-config.el (epg-gpg-program): Use the plain program names rather
6461 than their absolute file name.
6462
6463 * subr.el (track-mouse): New macro.
6464 * emacs-lisp/cconv.el (cconv-convert, cconv-analyse-form):
6465 Remove track-mouse case.
6466 * emacs-lisp/bytecomp.el (byte-compile-track-mouse): Remove.
6467
6468 2014-09-27 Leo Liu <sdl.web@gmail.com>
6469
6470 * progmodes/elisp-mode.el (elisp--eldoc-last-data): Use defvar.
6471
6472 * emacs-lisp/eldoc.el (eldoc-mode): Fix thinko.
6473
6474 2014-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
6475
6476 * emacs-lisp/pcase.el (pcase--split-match, pcase--app-subst-match):
6477 Handle the case where `match' is :pcase--succeed or :pcase--fail
6478 (bug#18554).
6479
6480 Introduce global-eldoc-mode. Move Elisp-specific code to elisp-mode.el.
6481 * emacs-lisp/eldoc.el (global-eldoc-mode): New minor mode.
6482 (eldoc-schedule-timer): Obey it.
6483 (eldoc-documentation-function): Default to nil.
6484 (eldoc-mode): Don't enable if eldoc-documentation-function is not set.
6485 (eldoc-documentation-function-default, eldoc-get-fnsym-args-string)
6486 (eldoc-highlight-function-argument, eldoc-get-var-docstring)
6487 (eldoc-last-data-store, eldoc-docstring-first-line)
6488 (eldoc-docstring-format-sym-doc, eldoc-fnsym-in-current-sexp)
6489 (eldoc-beginning-of-sexp, eldoc-current-symbol)
6490 (eldoc-function-argstring): Move to elisp-mode.el.
6491 (eldoc-symbol-function): Remove, unused.
6492 * progmodes/elisp-mode.el: New file. Rename all "eldoc-*" to "elisp--*".
6493 (elisp-completion-at-point): Rename from lisp-completion-at-point.
6494 (elisp--preceding-sexp): Rename from preceding-sexp.
6495 * loadup.el: Load new file progmodes/elisp-mode.
6496 * ielm.el (inferior-emacs-lisp-mode): Set eldoc-documentation-function.
6497 * emacs-lisp/lisp.el (lisp--local-variables-1, lisp--local-variables)
6498 (lisp--local-variables-completion-table, lisp--expect-function-p)
6499 (lisp--form-quoted-p, lisp--company-doc-buffer)
6500 (lisp--company-doc-string, lisp--company-location)
6501 (lisp-completion-at-point): Move to elisp-mode.el.
6502 * emacs-lisp/lisp-mode.el (lisp--mode-syntax-table): New syntax-table,
6503 extracted from emacs-lisp-mode-syntax-table.
6504 (emacs-lisp-mode-abbrev-table, emacs-lisp-mode-syntax-table): Move to
6505 elisp-mode.el.
6506 (lisp-imenu-generic-expression): Add comments to document what comes
6507 from which Lisp dialect.
6508 (emacs-lisp-mode-map, emacs-lisp-byte-compile)
6509 (emacs-lisp-byte-compile-and-load, emacs-lisp-mode-hook)
6510 (emacs-lisp-mode, emacs-list-byte-code-comment-re)
6511 (emacs-lisp-byte-code-comment)
6512 (emacs-lisp-byte-code-syntax-propertize, emacs-lisp-byte-code-mode)
6513 (lisp-interaction-mode-map, lisp-interaction-mode)
6514 (eval-print-last-sexp, last-sexp-setup-props)
6515 (last-sexp-toggle-display, prin1-char, preceding-sexp)
6516 (eval-last-sexp-1, eval-last-sexp-print-value)
6517 (eval-last-sexp-fake-value, eval-sexp-add-defvars, eval-last-sexp)
6518 (eval-defun-1, eval-defun-2, eval-defun): Move to elisp-mode.el.
6519
6520 2014-09-26 Paul Eggert <eggert@cs.ucla.edu>
6521
6522 * progmodes/grep.el (grep-regexp-alist): Use more-accurate regexp.
6523 Do not match file names that end in '/', as they cannot be 'grep'
6524 hits nowadays. This prevents confusion when 'grep -r' reports a
6525 match in a file whose basename is ':12345:'. Conversely, do not
6526 require exactly the same sequence of spaces and tabs after both
6527 colons, and allow spaces or tabs before the second colon, as per
6528 the POSIX spec for 'grep' output.
6529
6530 2014-09-26 Leo Liu <sdl.web@gmail.com>
6531
6532 Add cl-parse-integer based on parse-integer (Bug#18557)
6533 * calendar/parse-time.el (parse-time-digits): Remove.
6534 (digit-char-p, parse-integer) Moved to cl-lib.el.
6535 (parse-time-tokenize, parse-time-rules, parse-time-string):
6536 Use cl-parse-integer.
6537
6538 * emacs-lisp/cl-extra.el (cl-parse-integer): New function.
6539
6540 * emacs-lisp/cl-lib.el (cl-digit-char-table): New var.
6541 (cl-digit-char-p): New function.
6542
6543 2014-09-25 Juri Linkov <juri@jurta.org>
6544
6545 * vc/add-log.el (change-log-next-buffer): Don't create an empty
6546 buffer "ChangeLog" when the current buffer doesn't match ChangeLog.[0-9].
6547 Return the current buffer if no files match the default pattern
6548 ChangeLog.[0-9]. Signal "end of multi" when file is nil. (Bug#18547)
6549
6550 2014-09-25 Stefan Monnier <monnier@iro.umontreal.ca>
6551
6552 * net/tramp-sh.el (tramp-sh-handle-vc-registered): Don't modify
6553 the global vc-handled-backends (bug#18535).
6554
6555 2014-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
6556
6557 * find-cmd.el (find-cmd): Use grep's `find-program' (bug#18518).
6558 Suggested by <lompik@voila.fr>.
6559
6560 2014-09-24 Ulf Jasper <ulf.jasper@web.de>
6561
6562 * net/newst-treeview.el (newsticker--treeview-do-get-node-by-id):
6563 Rename from `newsticker--treeview-do-get-node'.
6564 (newsticker--treeview-get-node-by-id):
6565 Rename from `newsticker--treeview-get-node'.
6566 (newsticker--treeview-buffer-init)
6567 (newsticker--treeview-buffer-init): Disable buffer undo.
6568 (newsticker--treeview-unfold-node): Adapt to modified
6569 `newsticker--group-find-parent-group'.
6570 (newsticker--group-do-find-group):
6571 Rename from `newsticker--group-do-find-group-for-feed'.
6572 Now works for both, groups and feeds.
6573 (newsticker--group-find-parent-group):
6574 Rename from `newsticker--group-find-group-for-feed'.
6575 Now works for both, groups and feeds.
6576 (newsticker--group-do-get-parent-group)
6577 (newsticker--group-get-parent-group): Remove.
6578 (newsticker-group-add-group): Change interactive prompts.
6579 (newsticker-group-add-group): Finally jump to added group.
6580 (newsticker-group-delete-group): Finally jump to current feed.
6581 (newsticker--group-do-rename-group, newsticker-group-rename-group)
6582 (newsticker--get-group-names, newsticker--group-names): New.
6583 (newsticker-group-move-feed): Finally jump to moved feed.
6584 (newsticker-group-shift-feed-down, newsticker-group-shift-feed-up)
6585 (newsticker-group-shift-group-down)
6586 (newsticker-group-shift-group-up, newsticker--group-shift): New.
6587 (newsticker-treeview-mode-map): New keybindings for new shift commands.
6588
6589 * net/newst-backend.el (newsticker--item-list)
6590 (newsticker--item-position, newsticker--prev-message)
6591 (newsticker--scrollable-text): Move to newst-ticker.el.
6592
6593 * net/newst-ticker.el (newsticker--item-list)
6594 (newsticker--item-position, newsticker--prev-message)
6595 (newsticker--scrollable-text): Move from newst-backend.el.
6596
6597 2014-09-22 Kan-Ru Chen <kanru@kanru.info>
6598
6599 * window.el (fit-window-to-buffer): When counting buffer width,
6600 count the whole visible buffer. Correctly convert the body-height
6601 to pixel size for window-text-pixel-size (Bug#18498).
6602
6603 2014-09-22 Sam Steingold <sds@gnu.org>
6604
6605 * progmodes/sql.el (sql-product-alist): Improve the Vertica entry.
6606 (sql-execute): Use `special-mode'.
6607
6608 2014-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
6609
6610 Add pcase-defmacro, as well as `quote' and `app' patterns.
6611 * loadup.el: Increase max-lisp-eval-depth when macroexpanding macroexp.
6612 * emacs-lisp/pcase.el: Allow (F . ARGS) in `app' patterns.
6613 (pcase--funcall, pcase--eval): New functions.
6614 (pcase--u1): Use them for guard, pred, let, and app.
6615 (\`): Use the new feature to generate better code for vector patterns.
6616 * emacs-lisp/pcase.el: Use pcase-defmacro to handle backquote.
6617 (pcase--upat): Remove.
6618 (pcase--macroexpand): Don't hardcode handling of `.
6619 (pcase--split-consp, pcase--split-vector): Remove.
6620 (pcase--split-equal): Disregard ` since it's expanded away.
6621 (pcase--split-member): Optimize for quote rather than for `.
6622 (pcase--split-pred): Optimize for quote rather than for `.
6623 (pcase--u1): Remove handling of ` (and of `or' and `and').
6624 Quote non-selfquoting values when passing them to `eq'.
6625 Drop `app's let-binding if the variable is not used.
6626 (pcase--q1): Remove.
6627 (`): Define as a pattern macro.
6628 * emacs-lisp/pcase.el (pcase--match): New smart-constructor function.
6629 (pcase--expand pcase--q1, pcase--app-subst-match): Use it.
6630 (pcase--macroexpand): Handle self-quoting patterns here, expand them to
6631 quote patterns.
6632 (pcase--split-match): Don't hoist or/and here any more.
6633 (pcase--split-equal): Optimize quote patterns as well as ` patterns.
6634 (pcase--flip): New helper macro.
6635 (pcase--u1): Optimize the memq case directly.
6636 Don't handle neither self-quoting nor and/or patterns any more.
6637 * emacs-lisp/pcase.el (pcase-defmacro): New macro.
6638 (pcase--macroexpand): New function.
6639 (pcase--expand): Use it.
6640 * emacs-lisp/pcase.el (pcase--app-subst-match, pcase--app-subst-rest):
6641 New optimization functions.
6642 (pcase--u1): Add support for `quote' and `app'.
6643 (pcase): Document them in the docstring.
6644
6645 2014-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
6646
6647 Use lexical-bindin in Ibuffer.
6648 * ibuffer.el (ibuffer-do-toggle-read-only): `arg' is unused.
6649 (ibuffer-compile-format): Simplify.
6650 (ibuffer-clear-summary-columns): Simplify.
6651 * ibuf-ext.el (ibuffer-generate-filter-groups): Don't use the third
6652 elem of dotimes when we don't refer to the iteration var from it.
6653 (ibuffer-toggle-sorting-mode): Avoid add-to-list.
6654 * ibuf-macs.el (define-ibuffer-column, define-ibuffer-op):
6655 Silence byte-compiler.
6656
6657 2014-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
6658
6659 * font-lock.el (font-lock-compile-keyword): Don't confuse a lambda
6660 expression for a list.
6661
6662 * emacs-lisp/bytecomp.el (byte-compile-lambda): Don't add fundoc usage
6663 for functions with no arguments.
6664
6665 * mpc.el (mpc-data-directory): Use locate-user-emacs-file.
6666 (mpc-volume-refresh): Make sure the corresponding header-line is updated.
6667
6668 2014-09-17 Tom Willemse <tom@ryuslash.org> (tiny change)
6669
6670 * simple.el (clone-indirect-buffer): Mention the return value
6671 (bug#18478).
6672
6673 * progmodes/prog-mode.el (prog-mode-hook): Replace reference to
6674 Text mode in docstring (bug#18464).
6675
6676 2014-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
6677
6678 * progmodes/perl-mode.el (perl-syntax-propertize-function):
6679 Accept underscores in identifiers after "sub" (bug#18502).
6680
6681 2014-09-21 Tassilo Horn <tsdh@gnu.org>
6682
6683 * textmodes/reftex-sel.el (reftex-select-label-mode)
6684 (reftex-select-bib-mode, reftex-insert-docstruct): Derive modes
6685 from special-mode (instead of fundamental-mode) and propertize
6686 with font-lock-face instead of just face. (Bug#18496)
6687
6688 * textmodes/reftex-toc.el (reftex-toc-mode, reftex-toc): Ditto.
6689
6690 2014-09-19 Dmitry Gutov <dgutov@yandex.ru>
6691
6692 * emacs-lisp/lisp.el (lisp-completion-at-point): Only calculate
6693 `table-etc' when `end' is non-nil.
6694 (lisp-completion-at-point): Move `end' back if it's after quote.
6695 If in comment or string, only complete when after backquote.
6696 (Bug#18265)
6697 (lisp-completion-at-point): Don't use
6698 `lisp--local-variables-completion-table' in the
6699 `lisp--form-quoted-p' case.
6700
6701 2014-09-19 Dmitry Gutov <dgutov@yandex.ru>
6702
6703 * emacs-lisp/lisp.el (lisp--expect-function-p)
6704 (lisp--form-quoted-p): New functions.
6705 (lisp-completion-at-point): Use them to see if we're completing a
6706 variable reference, a function name, or just any symbol.
6707 http://lists.gnu.org/archive/html/emacs-devel/2014-02/msg00229.html
6708
6709 2014-09-18 Ivan Kanis <ivan@kanis.fr>
6710
6711 * net/shr.el, net/eww.el: Don't override `shr-width', but
6712 introduce a new variable `shr-internal-width'. This allows users
6713 to specify a width themselves.
6714
6715 2014-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
6716
6717 * image-mode.el (image-toggle-display-image): If we have a
6718 `fit-width' or a `fit-height', don't limit the size of the image
6719 to the window size, because that doesn't preserve the aspect ratio.
6720 * image-mode.el: Move defvars earlier to avoid a byte-compilation
6721 warning.
6722
6723 2014-09-17 Reuben Thomas <rrt@sc3d.org>
6724
6725 * progmodes/js.el: Add interpreter-mode-alist support for various
6726 JavaScript interpreters.
6727
6728 2014-09-17 Paul Eggert <eggert@cs.ucla.edu>
6729
6730 Don't assume 'grep' supports GREP_OPTIONS.
6731 The GREP_OPTIONS environment variable is planned to be marked
6732 obsolescent in GNU grep, due to problems in its use, so stop
6733 relying on it.
6734 * progmodes/grep.el (grep-highlight-matches): Document this.
6735 (grep-process-setup): Do not set GREP_OPTIONS.
6736 (grep-compute-defaults): Use an explicit --color option if supported.
6737
6738 2014-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
6739
6740 * msb.el (msb--make-keymap-menu, msb-menu-bar-update-buffers):
6741 Don't add outdated key-shortcut cache (bug#18482).
6742
6743 2014-09-15 Glenn Morris <rgm@gnu.org>
6744
6745 * image.el (image-multi-frame-p): Fix thinko - do not force
6746 a delay if none was specified. (Bug#18334)
6747
6748 2014-09-15 Kan-Ru Chen <kanru@kanru.info>
6749
6750 * window.el (fit-window-to-buffer): Doc fix.
6751
6752 2014-09-15 Ivan Shmakov <ivan@siamics.net>
6753
6754 * desktop.el (desktop-create-buffer): Check that buffers are still live
6755 before burying them (bug#18373).
6756
6757 2014-09-15 Glenn Morris <rgm@gnu.org>
6758
6759 * calendar/diary-lib.el (diary-list-entries):
6760 Restore 24.3 display behavior. (Bug#18381)
6761
6762 2014-09-15 Eli Zaretskii <eliz@gnu.org>
6763
6764 * mouse.el (mouse-drag-line): On text-mode frames, count the mode
6765 line and header line as 1 pixel. This fixes the 1-"pixel" (row)
6766 discrepancy between window-pixel-edges and mouse events, and
6767 avoids moving mode line up when the mouse click is on the modeline
6768 and no drag is attempted.
6769
6770 2014-09-14 Daniel Colascione <dancol@dancol.org>
6771
6772 * register.el (insert-register): Change default interactive
6773 insertion mode.
6774
6775 2014-09-14 Michael Albinus <michael.albinus@gmx.de>
6776
6777 * net/tramp-cache.el (tramp-flush-file-function): Simplify check.
6778 Suppress debug messages.
6779
6780 * net/tramp.el (tramp-file-name-handler):
6781 * net/tramp-gvfs.el (tramp-gvfs-url-file-name): Apply `cons' where
6782 appropriate.
6783
6784 2014-09-13 Christopher Schmidt <ch@ristopher.com>
6785
6786 * calendar/calendar.el (calendar-update-mode-line):
6787 Do not overwrite mode-line-format if calendar-mode-line-format is
6788 nil. (Bug#18467)
6789
6790 2014-09-13 Leo Liu <sdl.web@gmail.com>
6791
6792 * emacs-lisp/pcase.el (pcase--dontwarn-upats): New var.
6793 (pcase--expand): Use it.
6794 (pcase-exhaustive): New macro. (Bug#16567)
6795
6796 * emacs-lisp/lisp-mode.el (lisp-el-font-lock-keywords-2):
6797 Add pcase-exhaustive.
6798
6799 2014-09-13 Eli Zaretskii <eliz@gnu.org>
6800
6801 * mail/rmailmm.el (rmail-mime-insert-html): Decode the HTML part
6802 using the specified transfer-encoding, if any, or 'undecided'.
6803 (rmail-mime-render-html-shr): Bind shr-width to nil, so lines are
6804 broken at the window margin.
6805
6806 2013-12-27 Ken Olum <kdo@cosmos.phy.tufts.edu>
6807
6808 Support rendering of HTML parts in Rmail (bug#4258).
6809 * mail/rmailmm.el (rmail-mime-process): Handle text/html
6810 separately from other text/ types. Suppress tagline for
6811 multipart body.
6812 (rmail-mime-parse): Don't change visibility of tagline here.
6813 (rmail-mime-set-bulk-data, rmail-mime-insert-bulk):
6814 Handle text/html specially.
6815 (rmail-mime-render-html-function,rmail-mime-prefer-html): New variables.
6816 (rmail-mime-insert-html, rmail-mime-render-html-shr)
6817 (rmail-mime-render-html-lynx): New functions.
6818 (rmail-mime-fix-inserted-faces): New function.
6819 (rmail-mime-process-multipart): Find the best part to show
6820 following rmail-mime-prefer-html if set.
6821 (rmail-mime-searching): New variable.
6822 (rmail-search-mime-message): Bind rmail-mime-searching to
6823 suppress rendering while searching.
6824
6825 2014-09-12 Sam Steingold <sds@gnu.org>
6826
6827 * progmodes/sql.el (sql-product-alist): Add vertica.
6828 (sql-vertica-program, sql-vertica-options)
6829 (sql-vertica-login-params, sql-comint-vertica, sql-vertica):
6830 New functions and variables to support Vertica.
6831 Inspired by code by Roman Scherer <roman@burningswell.com>.
6832
6833 2014-09-11 Paul Eggert <eggert@cs.ucla.edu>
6834
6835 * ses.el (ses-file-format-extend-parameter-list): Rename from
6836 ses-file-format-extend-paramter-list, to correct a misspelling.
6837 All uses changed.
6838
6839 2014-09-10 Alan Mackenzie <acm@muc.de>
6840
6841 CC Mode: revert recent changes and fix bug 17463 (cc-langs.elc
6842 gets loaded at run-time).
6843 * progmodes/cc-langs.el (c-no-parens-syntax-table): Rename the
6844 c-lang-const to c-make-no-parens-syntax-table and correct the
6845 logic.
6846 (c-no-parens-syntax-table): Correct the logic of the
6847 c-lang-defvar.
6848
6849 2014-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
6850
6851 CC-mode: Set open-paren-in-column-0-is-defun-start to nil;
6852 plus misc cleanup.
6853 * progmodes/cc-mode.el (c-basic-common-init):
6854 Set open-paren-in-column-0-is-defun-start.
6855 (adaptive-fill-first-line-regexp, font-lock-syntactic-keywords):
6856 Remove declarations, unused.
6857 (run-mode-hooks): Remove declaration.
6858 (font-lock-defaults): Use plain `defvar' to declare.
6859 (c-run-mode-hooks): Test existence of run-mode-hooks with fboundp.
6860 * progmodes/cc-langs.el (c-filter-ops): Avoid `setq'.
6861 (c-make-mode-syntax-table): Don't micro-optimize.
6862 (c-keywords, c-keyword-member-alist): Simplify.
6863 (c-kwds-lang-consts): Don't eval at compile-time.
6864 (c-primary-expr-regexp): Comment out unused vars.
6865 * progmodes/cc-fonts.el (c-font-lock-context): Declare at top-level.
6866 (c-font-byte-compile): New var.
6867 (c--compile): New function. Use it instead of `byte-compile'.
6868 (c-cpp-matchers): Quote the value returned by
6869 `c-make-syntactic-matcher' in case it's not self-evaluating.
6870 (c-basic-matchers-before): Avoid a plain MATCHER as keyword, wrap it in
6871 parentheses instead (in case MATCHER happens to be a list).
6872 (c-font-lock-enum-tail): Remove unused var `start'.
6873 (c-font-lock-objc-methods): Silence byte-compiler warnings.
6874 * progmodes/cc-engine.el (c-syntactic-re-search-forward): Sink an `if'
6875 test into an argument.
6876 * progmodes/cc-defs.el (c-point, c-major-mode-is, c-put-char-property)
6877 (c-get-char-property): Don't use `eval' just to unquote a constant.
6878 (c-use-extents): Remove. Use (featurep 'xemacs), compiled
6879 more efficiently.
6880 (c-put-char-property-fun): Don't call `byte-compile' by hand.
6881 (c-clear-char-property, c-clear-char-properties): Check that `property'
6882 is a quoted constant.
6883 (c-emacs-features): Remove `infodock', `syntax-properties', and
6884 `pps-extended-state' (never used), `8-bit' and `1-bit' (use (featurep
6885 'xemacs) instead). Use `with-temp-buffer' and let-bind vars after
6886 changing buffer, so we don't have to setq them again afterwards.
6887 (c-lang-const): Remove redundant symbolp assertions.
6888 (c-find-assignment-for-mode): Use `or'.
6889 * Makefile.in (compile-one-process): Remove cc-mode dependency.
6890
6891 2014-09-09 Sam Steingold <sds@gnu.org>
6892
6893 * progmodes/sql.el (sql-default-directory): Fix type annotation.
6894
6895 2014-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
6896
6897 * progmodes/cc-awk.el: Remove unneeded cc-bytecomp use.
6898 Change doc comments into docstrings.
6899 * Makefile.in: Remove cc-awk dependency.
6900
6901 2014-09-08 Sam Steingold <sds@gnu.org>
6902
6903 * progmodes/sql.el (sql-send-line-and-next): New command,
6904 bound to C-c C-n.
6905 (sql-show-sqli-buffer): Display the buffer instead of its name and
6906 bind the command to C-c C-z.
6907 (sql-default-directory): New user option.
6908 (sql-product-interactive): Bind `default-directory' to it to
6909 enable remote connections using Tramp.
6910 (sql-set-sqli-buffer): Call `sql-product-interactive' when no
6911 suitable buffer is available.
6912
6913 2014-09-08 Glenn Morris <rgm@gnu.org>
6914
6915 * calendar/calendar.el (calendar-basic-setup):
6916 Fix calendar-view-holidays-initially-flag and fancy display.
6917 * calendar/diary-lib.el (diary-live-p): Doc fix.
6918
6919 * calendar/calendar.el (calendar-basic-setup):
6920 Avoid clobbering calendar with diary. (Bug#18381)
6921
6922 2014-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
6923
6924 * vc/vc-dir.el (vc-dir-update): Don't burp in corner case.
6925
6926 2014-09-08 Lars Ljung <lars@matholka.se> (tiny change)
6927
6928 * isearch.el (isearch-yank-word-or-char): Obey superword-mode
6929 as well (bug#18400).
6930
6931 2014-09-08 Eli Zaretskii <eliz@gnu.org>
6932
6933 * subr.el (posn-actual-col-row): Doc fix. (Bug#18385)
6934
6935 2014-09-06 Leo Liu <sdl.web@gmail.com>
6936
6937 * emacs-lisp/pcase.el (pcase): Doc fix.
6938 (pcase--split-vector): New function.
6939 (pcase--q1): Support vector qpattern. (Bug#18327)
6940
6941 2014-09-05 Sam Steingold <sds@gnu.org>
6942
6943 * textmodes/tex-mode.el (tex-print-file-extension): New user
6944 option.
6945 (tex-print): Use it instead of the hard-coded string.
6946
6947 2014-09-05 Michael Albinus <michael.albinus@gmx.de>
6948
6949 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
6950 Expand `default-directory'.
6951
6952 2014-09-05 Martin Rudalics <rudalics@gmx.at>
6953
6954 * scroll-bar.el (horizontal-scroll-bars-available-p):
6955 New function.
6956 (horizontal-scroll-bar-mode): Rewrite using
6957 horizontal-scroll-bars-available-p.
6958 * menu-bar.el (menu-bar-showhide-scroll-bar-menu): Rewrite using
6959 horizontal-scroll-bars-available-p.
6960
6961 2014-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
6962
6963 * subr.el (call-process-shell-command, process-file-shell-command):
6964 Make the `args' obsolete (bug#18409).
6965 (start-process-shell-command, start-file-process-shell-command):
6966 Use `declare'.
6967
6968 2014-09-05 Jay Belanger <jay.p.belanger@gmail.com>
6969
6970 * calc/calc-forms.el (math-normalize-hms): Do a better check for
6971 "negative" hms forms.
6972
6973 2014-09-04 Rasmus Pank Roulund <emacs@pank.eu>
6974
6975 * vc/vc-git.el (vc-git-conflicted-files): Fix bug when git status
6976 returns nil (bug#18391).
6977
6978 2014-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
6979
6980 * emacs-lisp/eldoc.el (eldoc-function-argstring): Don't strip
6981 terminating paren (bug#18352).
6982 (eldoc-last-data-store): Return cached data.
6983 (eldoc-get-var-docstring): Avoid setq.
6984 (eldoc-get-fnsym-args-string): Clarify data flow.
6985
6986 2014-09-04 Thierry Volpiatto <thierry.volpiatto@gmail.com>
6987
6988 * emacs-lisp/eldoc.el (eldoc-highlight-function-argument): Handle the
6989 case where we're currently providing part of the &rest arg after some
6990 &key args, as in define-ibuffer-op (bug#18048).
6991
6992 2014-09-03 Stefan Monnier <monnier@iro.umontreal.ca>
6993
6994 * progmodes/which-func.el (which-func-ff-hook): Obey pre-existing
6995 buffer-local setting of which-func-mode.
6996 (which-func-mode): Use defvar-local.
6997 (which-function-mode): Don't reset which-func-mode in each buffer since
6998 it might have been set by someone else.
6999 (which-func-update-ediff-windows): Check which-function-mode.
7000
7001 2014-09-03 Martin Rudalics <rudalics@gmx.at>
7002
7003 * frame.el (frame-initialize): Remove horizontal-scroll-bars
7004 from frame-initial-frame-alist.
7005 * scroll-bar.el (previous-horizontal-scroll-bar-mode)
7006 (horizontal-scroll-bar-mode-explicit)
7007 (set-horizontal-scroll-bar-mode, get-horizontal-scroll-bar-mode)
7008 (toggle-horizontal-scroll-bar): Remove.
7009 (horizontal-scroll-bar-mode): Remove defcustom.
7010 (horizontal-scroll-bar-mode): Fix doc-string.
7011 (scroll-bar-toolkit-scroll)
7012 (scroll-bar-toolkit-horizontal-scroll): Add doc-strings stubs.
7013
7014 2014-09-03 Stefan Monnier <monnier@iro.umontreal.ca>
7015
7016 * emacs-lisp/package.el (package-generate-description-file):
7017 Properly quote the arguments (bug#18332). Change second arg.
7018 (package--alist-to-plist-args): Rename from package--alist-to-plist and
7019 quote the elements.
7020 (package--make-autoloads-and-stuff): Fix the test for pre-existence of
7021 the *-pkg.el file. Adjust to new calling convention of
7022 package-generate-description-file.
7023
7024 * progmodes/gud.el (gud-gdb-completion-at-point): Add hack (bug#18282).
7025 (gud-gdb-completions): Remove obsolete workaround.
7026
7027 2014-09-03 Eli Zaretskii <eliz@gnu.org>
7028
7029 * subr.el (posn-col-row): Revert the change from commit
7030 2010-11-13T21:07:58Z!eliz@gnu.org, which
7031 was inadvertently merged from emacs-23 release branch in 2010-11-18T03:54:14Z!monnier@iro.umontreal.ca
7032 monnier@iro.umontreal.ca-20101118035414-yvlg7k7dk4k4l3q, and
7033 introduced an off-by-one error in the reported row when there is a
7034 header line. (Bug#18384)
7035
7036 2014-09-03 Fabián Ezequiel Gallina <fgallina@gnu.org>
7037
7038 * progmodes/python.el (python-indent-post-self-insert-function):
7039 Avoid electric colon at beginning-of-defun. (Bug#18228)
7040
7041 2014-09-03 Glenn Morris <rgm@gnu.org>
7042
7043 * tutorial.el (tutorial--display-changes):
7044 Fix 2014-08-01 change. (Bug#18382)
7045
7046 2014-09-03 Ken Brown <kbrown@cornell.edu>
7047
7048 * startup.el (fancy-splash-frame): Extend the fix for Bug#16014 to
7049 the Cygwin-w32 build. (Bug#18347)
7050
7051 2014-09-03 Glenn Morris <rgm@gnu.org>
7052
7053 * tar-mode.el (tar--extract, tar-extract):
7054 Avoid permanently disabling undo in extracted buffers. (Bug#18344)
7055
7056 2014-09-03 Stefan Monnier <monnier@iro.umontreal.ca>
7057
7058 * progmodes/sh-script.el (sh-font-lock-quoted-subshell): Try to better
7059 handle multiline elements (bug#18380).
7060
7061 2014-09-01 Eli Zaretskii <eliz@gnu.org>
7062
7063 * ls-lisp.el (ls-lisp-use-string-collate)
7064 (ls-lisp-UCA-like-collation): New defcustoms.
7065 (ls-lisp-string-lessp): Use them to control sorting by file
7066 names. (Bug#18051)
7067 (ls-lisp-version-lessp): New function.
7068 (ls-lisp-handle-switches): Use it to implement the -v switch of
7069 GNU ls.
7070 (ls-lisp--insert-directory): Mention the -v switch in the doc string.
7071
7072 2014-08-31 Christoph Scholtes <cschol2112@gmail.com>
7073
7074 * ibuffer.el: Replace mode-specific quit function with
7075 `quit-window' via `special-mode'.
7076 (ibuffer-mode-map): Use keybindings from special-mode-map instead
7077 of local overrides.
7078 (ibuffer): Don't store previous windows configuration.
7079 Let `quit-window' handle restoring.
7080 (ibuffer-quit): Remove function. Use `quit-window' instead.
7081 (ibuffer-restore-window-config-on-quit): Remove variable.
7082 (ibuffer-prev-window-config): Remove variable.
7083
7084 2014-08-29 Michael Heerdegen <michael_heerdegen@web.de>
7085
7086 * emacs-lisp/easy-mmode.el (define-minor-mode): Use mode function
7087 name instead of variable name in hook docstring. (Bug#18349)
7088
7089 2014-08-29 Martin Rudalics <rudalics@gmx.at>
7090
7091 * window.el (display-buffer-at-bottom): Prefer bottom-left
7092 window to other bottom windows. Reuse a bottom window if it
7093 shows the buffer already. Suggested by Juri Linkov
7094 <juri@jurta.org> in discussion of (Bug#18181).
7095
7096 2014-08-29 Leo Liu <sdl.web@gmail.com>
7097
7098 * files.el (minibuffer-with-setup-hook): Allow (:append FUN) to
7099 append to minibuffer-setup-hook. (Bug#18341)
7100
7101 2014-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
7102
7103 * progmodes/cc-defs.el: Expose c-lanf-defconst's expressions to the
7104 byte-compiler.
7105 (lookup-syntax-properties): Silence byte-compiler.
7106 (c-lang-defconst): Quote the code with `lambda' rather than with
7107 `quote'.
7108 (c-lang-const): Avoid unneeded setq.
7109 (c-lang-constants-under-evaluation): Add docstring.
7110 (c-lang--novalue): New constant.
7111 (c-find-assignment-for-mode): Use it instead of c-lang-constants.
7112 (c-get-lang-constant): Same here.
7113 Get the mode's value using `funcall' now that the code is quoted
7114 with `lambda'.
7115
7116 2014-08-28 Michael Albinus <michael.albinus@gmx.de>
7117
7118 * net/tramp.el (tramp-handle-shell-command): Use `display-buffer'.
7119 (Bug#18326)
7120
7121 2014-08-28 Martin Rudalics <rudalics@gmx.at>
7122
7123 * scroll-bar.el (scroll-bar-horizontal-drag-1): Handle new
7124 interpretation of `portion-whole'.
7125
7126 2014-08-28 Michael Albinus <michael.albinus@gmx.de>
7127
7128 * net/tramp-adb.el: Spell author name correctly.
7129
7130 2014-08-28 João Távora <joaotavora@gmail.com>
7131
7132 * net/shr.el (shr-expand-url): Plain expand-file-name is not enough;
7133 use url-expand-file-name. (Bug#18310)
7134
7135 2014-08-28 Glenn Morris <rgm@gnu.org>
7136
7137 * emulation/cua-rect.el (cua--highlight-rectangle):
7138 Avoid error at point-min. (Bug#18309)
7139
7140 2014-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
7141
7142 * progmodes/python.el (python-shell-prompt-detect): Remove redundant
7143 executable-find (bug#18244).
7144
7145 * simple.el (self-insert-uses-region-functions): Defvar.
7146
7147 2014-08-28 Glenn Morris <rgm@gnu.org>
7148
7149 * subr.el (remq): Revert 2014-08-25 doc change (not always true).
7150
7151 2014-08-27 Dmitry Antipov <dmantipov@yandex.ru>
7152
7153 * startup.el (normal-top-level): Now use internal--top-level-message.
7154
7155 2014-08-26 Dmitry Antipov <dmantipov@yandex.ru>
7156
7157 * startup.el (normal-top-level): Use top-level-message.
7158
7159 2014-08-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
7160
7161 * net/shr.el (shr-copy-url): Encode copied URL to avoid getting
7162 URLs containing spaces and the like.
7163
7164 2014-08-25 Christoph Scholtes <cschol2112@gmail.com>
7165
7166 * subr.el (remq): Fix docstring (Bug#18253).
7167
7168 2014-08-25 Christoph Scholtes <cschol2112@gmail.com>
7169
7170 * replace.el (query-replace): Fix typo in docstring (Bug#18320).
7171
7172 2014-08-24 Alan Mackenzie <acm@muc.de>
7173
7174 Handle C++11's "auto" and "decltype" constructions.
7175 * progmodes/cc-engine.el (c-forward-type): Enhance to recognise
7176 and return 'decltype.
7177 (c-forward-decl-or-cast-1): New let variables backup-kwd-sym,
7178 prev-kwd-sym, new-style-auto. Enhance to handle the new "auto"
7179 keyword.
7180 * progmodes/cc-fonts.el (c-font-lock-declarations): Handle the
7181 "decltype" keyword.
7182 (c-font-lock-c++-new): Handle "decltype" constructions.
7183 * progmodes/cc-langs.el (c-auto-ops, c-auto-ops-re):
7184 New c-lang-defconsts/defvars.
7185 (c-haskell-op, c-haskell-op-re): New c-lang-defconsts/defvars.
7186 (c-typeof-kwds, c-typeof-key): New c-lang-defconsts/defvars.
7187 (c-typeless-decl-kwds): Append "auto" onto the C++ value.
7188 (c-not-decl-init-keywords): Also exclude c-typeof-kwds from value.
7189
7190 Make ">>" act as double template ender in C++ Mode. (Bug#11386)
7191 * progmodes/cc-langs.el (c->-op-cont-tokens): New lang-const split
7192 off from c->-op-cont-re.
7193 (c->-op-cont-tokens): Change to use the above.
7194 (c->-op-without->-cont-regexp): New lang-const.
7195 * progmodes/cc-engine.el (c-forward-<>-arglist-recur):
7196 Use c->-op-without->-cont-regexp in place of c->-op-cont-tokens.
7197
7198
7199 2014-08-23 Alan Mackenzie <acm@muc.de>
7200
7201 * progmodes/cc-fonts.el (c-font-lock-declarators): Fix infinite
7202 loop, bug #18306. The bug was introduced on 2014-08-02.
7203
7204 2014-08-21 Eli Zaretskii <eliz@gnu.org>
7205
7206 * textmodes/texnfo-upd.el (texinfo-specific-section-type):
7207 Don't recognize a Top node if there are other sectioning commands
7208 earlier in the Texinfo file. This fixes a bug in
7209 texinfo-make-menu and avoids inflooping in
7210 texinfo-all-menus-update when they are invoked on texinfo.texi.
7211
7212 2014-08-21 Martin Rudalics <rudalics@gmx.at>
7213
7214 * window.el (window--side-window-p): New function.
7215 (split-window, window-splittable-p): Use window--side-window-p to
7216 determine whether WINDOW can be split (Bug#18304).
7217 * calendar/calendar.el (calendar-basic-setup): Fix one call of
7218 `window-splittable-p' and add another (Bug#18304).
7219
7220 2014-08-20 Sam Steingold <sds@gnu.org>
7221
7222 * progmodes/python.el (python-new-pythonpath): Extract from
7223 `python-shell-calculate-process-environment'.
7224
7225 2014-08-18 Thierry Volpiatto <thierry.volpiatto@gmail.com>
7226
7227 * emacs-lisp/eldoc.el (eldoc-highlight-function-argument): Add support
7228 for &key args (bug#18048).
7229
7230 2014-08-18 Stefan Monnier <monnier@iro.umontreal.ca>
7231
7232 * emacs-lisp/eldoc.el (eldoc-argument-case): Obsolete and change default.
7233 (eldoc-function-argstring-format): Remove.
7234 (eldoc-function-argstring): Always return upcase args.
7235 Use help-make-usage. Don't add parens.
7236 (eldoc-get-fnsym-args-string): Don't obey eldoc-argument-case since
7237 it's too late to do it right (bug#18048).
7238
7239 2014-08-18 Eli Zaretskii <eliz@gnu.org>
7240
7241 * scroll-bar.el (scroll-bar-horizontal-drag-1)
7242 (scroll-bar-toolkit-horizontal-scroll): When determining the
7243 paragraph direction, use the buffer of the window designated in
7244 the event.
7245
7246 2014-08-16 Andreas Schwab <schwab@linux-m68k.org>
7247
7248 * vc/diff-mode.el (diff-fixup-modifs): Handle empty line in
7249 context of unified diff.
7250
7251 2014-08-16 Paul Eggert <eggert@cs.ucla.edu>
7252
7253 Add dependencies to fix loaddefs race during parallel builds.
7254 Without this, for example, 'make -j bootstrap' can fail and report
7255 "Opening input file: no such file or directory,
7256 .../lisp/calendar/diary-loaddefs.el ... recipe for target
7257 'calendar/hol-loaddefs.el' failed", where the hol-loaddefs.el rule
7258 got confused because diary-loaddefs.el was being built in parallel.
7259 * Makefile.in ($(CAL_DIR)/diary-loaddefs.el):
7260 Depend on $(CAL_DIR)/cal-loaddefs.el.
7261 ($(CAL_DIR)/hol-loaddefs.el): Depend on $(CAL_DIR)/diary-loaddefs.el.
7262
7263 2014-08-16 Martin Rudalics <rudalics@gmx.at>
7264
7265 * scroll-bar.el (scroll-bar-horizontal-drag-1): Use cdr of
7266 portion-whole for scrolling right-to-left text.
7267
7268 2014-08-15 Leo Liu <sdl.web@gmail.com>
7269
7270 * speedbar.el (speedbar-generic-list-tag-p): Allow special
7271 elements from imenu.
7272
7273 2014-08-15 Glenn Morris <rgm@gnu.org>
7274
7275 * subr.el (with-output-to-temp-buffer): Doc fix; from elisp manual.
7276
7277 2014-08-13 Jan Nieuwenhuizen <janneke@gnu.org>
7278
7279 * progmodes/compile.el (compilation-error-regexp-alist-alist):
7280 Add Guile regexpses.
7281
7282 2014-08-13 Jan Nieuwenhuizen <janneke@gnu.org>
7283
7284 * progmodes/gud.el (guiler): New function. Starts the Guile REPL;
7285 add Guile debugger support for GUD.
7286
7287 2014-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
7288
7289 * obsolete/mouse-sel.el (mouse-sel-mode): Use add/remove-function.
7290 (mouse-sel--ignore): New function.
7291 (mouse-sel-has-been-enabled, mouse-sel-original-bindings)
7292 (mouse-sel-original-interprogram-cut-function)
7293 (mouse-sel-original-interprogram-paste-function): Remove.
7294
7295 2014-08-13 Eric S. Raymond <esr@thyrsus.com>
7296
7297 * vc/vc-git.el (vc-git-resolve-when-done): New function.
7298 Call "git add" when there are no longer conflict markers.
7299
7300 2014-08-13 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
7301
7302 * vc/vc-git.el (vc-git-find-file-hook): New function.
7303 Adds support for calling smerge (and resolve) on a conflicted file.
7304 (vc-git-conflicted-files): New function.
7305 Useful in itself and a step towards better smerge support.
7306
7307 2014-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
7308
7309 * mpc.el (mpc-reorder): Don't bother splitting the "active" elements
7310 to the first part if they're the same as the selection.
7311
7312 2014-08-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
7313
7314 * image-mode.el (image-transform-reset): New command and menu item.
7315 (image-mode-map): Rearrange the menu items to put presumably more
7316 obscure items at the end.
7317
7318 2014-08-12 Juri Linkov <juri@jurta.org>
7319
7320 * vc/vc-annotate.el (vc-annotate-background-mode):
7321 Use `with-demoted-errors' instead of `ignore-errors'. (Bug#18189)
7322
7323 2014-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
7324
7325 * files.el (out-of-memory-warning-percentage): Turn it off by default.
7326
7327 2014-08-11 Sam Steingold <sds@gnu.org>
7328
7329 * textmodes/sgml-mode.el (sgml-validate-command): Set depending on
7330 the presence of known validators (tidy, (o)nsgmls).
7331
7332 2014-08-11 Ulf Jasper <ulf.jasper@web.de>
7333
7334 Newsticker: introduce `newsticker-treeview-date-format'. (Bug#17227)
7335 * net/newst-treeview.el (newsticker-treeview-date-format): New.
7336 (newsticker--treeview-list-add-item):
7337 Use `newsticker-treeview-date-format'.
7338
7339 2014-08-11 Glenn Morris <rgm@gnu.org>
7340
7341 * files.el (basic-save-buffer-2): Revert 2013-01-31 change, which
7342 chose coding system for writing before backing up, since it causes
7343 a more serious problem than the one it solves. (Closes Bug#18141,
7344 reopens Bug#13522.)
7345
7346 2014-08-11 Martin Rudalics <rudalics@gmx.at>
7347
7348 * window.el (window-total-size): Make doc-string more self-contained.
7349
7350 * window.el (display-buffer-below-selected): Restore original
7351 behavior if buffer is already displayed in the window below the
7352 selected one (Bug#18181).
7353
7354 2014-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
7355
7356 * mouse.el (mouse--down-1-maybe-follows-link): Don't convert the down
7357 event (bug#18212).
7358
7359 2014-08-11 Eli Zaretskii <eliz@gnu.org>
7360
7361 * info.el (info): Doc fix.
7362
7363 2014-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
7364
7365 * info.el (Info-mode-map): Override a global down-mouse-2 binding
7366 (bug#18212).
7367
7368 2014-08-11 Eli Zaretskii <eliz@gnu.org>
7369
7370 * simple.el (default-line-height): A floating-point value of
7371 line-spacing means a fraction of the default frame font's height,
7372 not of the font currently used by the 'default' face.
7373 Truncate the pixel value, like the display engine does.
7374 (window-screen-lines): Use window-inside-pixel-edges for
7375 determining the window height in pixels. (Bug#18195)
7376
7377 2014-08-11 Grégoire Jadi <daimrod@gmail.com>
7378
7379 * leim/quail/latin-post.el: Transform " __" into " _". (Bug#18023)
7380
7381 2014-08-10 Ulf Jasper <ulf.jasper@web.de>
7382
7383 Enumerate evaluated sexp diary entries (Bug#7911).
7384 * calendar/icalendar.el (icalendar-export-sexp-enumerate-all)
7385 (icalendar-export-sexp-enumeration-days): New.
7386 (icalendar-export-region): Now `icalendar--convert-to-ical'
7387 returns a cons cell or a list of cons cells.
7388 (icalendar--convert-to-ical): Take care of
7389 `icalendar-export-sexp-enumerate-all'. Return (a list of) cons cells.
7390 (icalendar--convert-ordinary-to-ical)
7391 (icalendar--convert-weekly-to-ical, icalendar--convert-yearly-to-ical)
7392 (icalendar--convert-block-to-ical, icalendar--convert-block-to-ical)
7393 (icalendar--convert-float-to-ical, icalendar--convert-cyclic-to-ical)
7394 (icalendar--convert-anniversary-to-ical): Return cons cell.
7395 (icalendar--convert-sexp-to-ical): Enumerate evaluated sexp
7396 entries. Return (list of) cons cells.
7397
7398 2014-08-09 Juri Linkov <juri@jurta.org>
7399
7400 * vc/vc-annotate.el (vc-annotate-background-mode): Add :set
7401 to reevaluate `vc-annotate-color-map'. (Bug#18189)
7402
7403 2014-08-09 Alan Mackenzie <acm@muc.de>
7404
7405 * progmodes/cc-fonts.el (c-font-lock-declarators): Remove check
7406 for top-level that can cause unacceptable slow-down in scrolling.
7407 See email Subject: Huge {...} blocks in C/C++ again, from Dmitry
7408 Antipov from 2013-10-14 in emacs-devel.
7409
7410 2014-08-08 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
7411
7412 * ibuffer.el (ibuffer-mode-map): Use toggle button for
7413 `ibuffer-auto-mode' menu entry.
7414 (ibuffer-mode-hook): Add `ibuffer-auto-mode' customization option.
7415
7416 2014-08-08 Matthias Meulien <orontee@gmail.com>
7417
7418 * progmodes/prog-mode.el (prog-mode-hook): Make customizable.
7419 (Bug#16394)
7420
7421 2014-08-07 Martin Rudalics <rudalics@gmx.at>
7422
7423 * window.el (window--min-size-1): Explicitly set WINDOW arg in
7424 calls of window-min-pixel-height and window-min-pixel-width.
7425
7426 2014-08-07 Reuben Thomas <rrt@sc3d.org>
7427
7428 * progmodes/ada-mode.el:
7429 * net/tramp.el (tramp-handle-file-symlink-p):
7430 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Remove a comment
7431 about VMS, which we no longer support.
7432 * progmodes/ada-xref.el (ada-xref-current): Remove mention of VMS,
7433 and fix a FIXME, using convert-standard-filename in place of
7434 removed ada-convert-file-name.
7435
7436 2014-08-07 Eli Zaretskii <eliz@gnu.org>
7437
7438 * files.el (auto-mode-alist): Remove support for VMS from a pattern.
7439
7440 2014-08-07 Reuben Thomas <rrt@sc3d.org>
7441
7442 Refer to MS-DOS using the same name everywhere.
7443 * arc-mode.el, files.el, frame.el: ``MS-DOG'', ``MSDOG'' and
7444 ``msdog'' become ``MS-DOS''.
7445
7446 2014-08-07 Michael Albinus <michael.albinus@gmx.de>
7447
7448 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
7449 Use cached "remote-copy-args" value, if available. (Bug#18199)
7450
7451 2014-08-07 Leo Liu <sdl.web@gmail.com>
7452
7453 * help.el (temp-buffer-setup-hook,temp-buffer-show-hook):
7454 Revert change on 2014-03-22.
7455
7456 2014-08-06 Ulf Jasper <ulf.jasper@web.de>
7457
7458 * calendar/icalendar.el (icalendar--diarytime-to-isotime)
7459 (icalendar--convert-ordinary-to-ical): Allow for missing minutes
7460 (Bug#13750).
7461
7462
7463 2014-08-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
7464
7465 * image-mode.el (image-toggle-display-image): Always rescale images
7466 to not be bigger than the current window.
7467
7468 2014-08-05 Eric Brown <brown@fastmail.fm> (tiny change)
7469
7470 * net/eww.el (eww-bookmarks-directory): New variable.
7471 (eww-write-bookmarks): Use it.
7472 (eww-read-bookmarks): Ditto.
7473
7474 2014-08-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
7475
7476 * net/shr.el (shr-copy-url): Also copy the image URL.
7477
7478 2014-08-05 Michael Albinus <michael.albinus@gmx.de>
7479
7480 * net/tramp-cache.el (tramp-flush-file-function): Suppress function
7481 also for Tramp working buffers.
7482
7483 2014-08-04 Fabián Ezequiel Gallina <fgallina@gnu.org>
7484
7485 * progmodes/python.el: Fix completions inside (i)pdb.
7486 (python-shell-completion-pdb-string-code): Make obsolete.
7487 (python-shell-completion-get-completions):
7488 Use python-shell-completion-string-code resending setup code
7489 continuously for (i)pdb.
7490
7491 2014-08-04 Paul Eggert <eggert@cs.ucla.edu>
7492
7493 * rect.el (rectangle--default-line-number-format): Rename
7494 from misspelled rectange--default-line-number-format (Bug#18045).
7495 All uses changed.
7496
7497 2014-08-03 Paul Eggert <eggert@cs.ucla.edu>
7498
7499 Don't mishandle year-9999 dates (Bug#18176).
7500 * calendar/parse-time.el (parse-time-rules):
7501 Allow years up to most-positive-fixnum.
7502 * calendar/time-date.el (date-to-time):
7503 Pass "Specified time is not representable" errors through.
7504
7505 2014-08-02 Fabián Ezequiel Gallina <fgallina@gnu.org>
7506
7507 * progmodes/python.el: Completion code cleanups.
7508 (python-shell-completion-get-completions): Detect and send import
7509 statements directly to completion function.
7510 (python-shell-completion-at-point): Simplify prompt calculation
7511 and import vs input completion logic.
7512
7513 2014-08-02 Alan Mackenzie <acm@muc.de>
7514
7515 Fix confusion in C++ file caused by comma in "= {1,2},".
7516 Bug #17756.
7517 * progmodes/cc-engine.el (c-beginning-of-statement-1): In checking
7518 for a statement boundary marked by "}", check there's no "="
7519 before the "{".
7520 (c-guess-basic-syntax CASE 9B): Call c-beginning-of-statement with
7521 non-nil `comma-delim' argument.
7522 * progmodes/cc-fonts.el (c-font-lock-declarators): Parse an
7523 initializer expression more accurately.
7524
7525 Correct loop termination condition in c-syntactic-skip-backward.
7526 * progmodes/cc-engine.el (c-syntactic-skip-backward): Correct for
7527 the situation where, after moving back out of a literal,
7528 skip-chars-backward doesn't move further, yet checks have still to
7529 be done.
7530
7531 2014-08-01 Eli Zaretskii <eliz@gnu.org>
7532
7533 * tutorial.el (tutorial--display-changes): Accept punctuation
7534 characters before the key binding. (Bug#18146)
7535
7536 2014-07-31 Fabián Ezequiel Gallina <fgallina@gnu.org>
7537
7538 * progmodes/python.el: Shell output capture enhancements.
7539 (python-shell-accept-process-output): New function.
7540 (inferior-python-mode)
7541 (python-shell-send-setup-code): Use it.
7542
7543 2014-07-30 Christophe Deleuze <christophe.deleuze@free.fr> (tiny change)
7544
7545 * calendar/icalendar.el (icalendar--decode-isodatetime):
7546 Use actual current-time-zone when converting to local time. (Bug#15408)
7547
7548 2014-07-29 Martin Rudalics <rudalics@gmx.at>
7549
7550 * window.el (window--state-put-2): Handle horizontal scroll
7551 bars, if present.
7552
7553 2014-07-29 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
7554
7555 * menu-bar.el (menu-bar-update-buffers): Update item list format
7556 in `buffers-menu' to confirm with changes to `get_keyelt'
7557 (r117463). (Bug#18016)
7558
7559 2014-07-28 Fabián Ezequiel Gallina <fgallina@gnu.org>
7560
7561 * progmodes/python.el (inferior-python-mode): Make input prompts
7562 read-only.
7563
7564 2014-07-28 Emilio C. Lopes <eclig@gmx.net>
7565
7566 * net/tramp-sh.el (tramp-get-remote-python): Also search for
7567 executables named "python2" or "python3".
7568 (tramp-get-remote-uid-with-python): Use parentheses around
7569 arguments to `print' to make it compatible with Python 3.
7570 (tramp-get-remote-gid-with-python): Ditto. (Bug#18118)
7571
7572 2014-07-28 Eli Zaretskii <eliz@gnu.org>
7573
7574 * window.el (window--pixel-to-total): Use FRAME's root window, not
7575 that of the selected frame. (Bug#18112, Bug#16674)
7576
7577 2014-07-28 Andreas Schwab <schwab@linux-m68k.org>
7578
7579 * textmodes/tex-mode.el (tex-font-lock-verb): Doc fix.
7580 (Bug#18117)
7581
7582 2014-07-28 Fabián Ezequiel Gallina <fgallina@gnu.org>
7583
7584 * progmodes/python.el (inferior-python-mode): Doc fix.
7585
7586 2014-07-28 Stephen Berman <stephen.berman@gmx.net>
7587
7588 * calendar/todo-mode.el (todo-edit-item--next-key): If next key is
7589 not a character, ignore it instead of raising an error.
7590
7591 * calendar/todo-mode.el: Fix handling of marked items and make
7592 minor code improvements.
7593 (todo-edit-item): If there are marked items, ensure user can only
7594 invoke editing commands that work with marked items.
7595 (todo-edit-item--text): When there are marked items, make it a
7596 noop if invoked with point not on an item; otherwise, ensure it
7597 applies only to item at point.
7598 (todo-item-undone): If there are marked not-done items, return
7599 point to its original position before signaling user error.
7600 (todo--user-error-if-marked-done-item): New function.
7601 (todo-edit-item--header, todo-edit-item--diary-inclusion)
7602 (todo-item-done): Use it.
7603
7604 2014-07-28 Glenn Morris <rgm@gnu.org>
7605
7606 * files.el (toggle-read-only): Re-add basic doc-string.
7607 * vc/vc-hooks.el (vc-toggle-read-only): Tweak obsolescence mesage.
7608
7609 * progmodes/prolog.el (prolog-mode-keybindings-edit):
7610 Replace missing `switch-to-prolog' with `run-prolog'.
7611 (switch-to-prolog): Define as (obsolete) alias, as in 23.4.
7612
7613 2014-07-28 Stephen Berman <stephen.berman@gmx.net>
7614
7615 * calendar/todo-mode.el (todo-set-top-priorities): Fix overwriting
7616 of file-wide setting when changing category-wide setting.
7617
7618 2014-07-28 Stephen Berman <stephen.berman@gmx.net>
7619
7620 * doc-view.el (doc-view-open-text): Don't require that the
7621 document is saved in a file (e.g., email attachment).
7622
7623 2014-07-28 Fabián Ezequiel Gallina <fgallina@gnu.org>
7624
7625 Parse completion input in a iPython friendly way. (Bug#18084)
7626 * progmodes/python.el
7627 (python-shell-completion-at-point): Rename from
7628 python-shell-completion-complete-at-point.
7629 (inferior-python-mode): Use it.
7630 (python-completion-at-point): Rename from
7631 python-completion-complete-at-point. Parse input up to first
7632 backward occurrence of whitespace, open-paren, close-paren or
7633 string delimiter.
7634 (python-mode): Use it.
7635
7636 2014-07-28 Fabián Ezequiel Gallina <fgallina@gnu.org>
7637
7638 * progmodes/python.el
7639 (python-shell-with-shell-buffer): New macro.
7640 (python-shell-font-lock-get-or-create-buffer)
7641 (python-shell-font-lock-kill-buffer)
7642 (python-shell-font-lock-with-font-lock-buffer)
7643 (python-shell-font-lock-cleanup-buffer)
7644 (python-shell-font-lock-toggle): Use it.
7645 (python-shell-font-lock-turn-on)
7646 (python-shell-font-lock-turn-off): Use it. Make command.
7647
7648 2014-07-28 Fabián Ezequiel Gallina <fgallina@gnu.org>
7649
7650 Grab all Python process output before inferior-python-mode hooks.
7651 * progmodes/python.el (inferior-python-mode):
7652 Call accept-process-output and sit-for to ensure all output for process
7653 has been received before running hooks.
7654 (python-shell-internal-get-or-create-process):
7655 Cleanup accept-process-output and sit-for calls.
7656
7657 2014-07-28 Fabián Ezequiel Gallina <fgallina@gnu.org>
7658
7659 More robust shell startup and code setup.
7660 * progmodes/python.el (python-shell-make-comint):
7661 Remove accept-process-output call.
7662 (python-shell-get-buffer): Return current buffer if major-mode is
7663 inferior-python-mode.
7664 (python-shell-get-or-create-process): Use it.
7665 (python-shell-send-setup-code): Send all setup code in one string,
7666 output success message and accept-process-output.
7667
7668 2014-07-27 Eli Zaretskii <eliz@gnu.org>
7669
7670 * scroll-bar.el (scroll-bar-toolkit-horizontal-scroll):
7671 Add rudimentary support for bidirectional text.
7672
7673 2014-07-27 Martin Rudalics <rudalics@gmx.at>
7674
7675 * frame.el (frame-notice-user-settings): Rewrite using
7676 frame-initial-frame-tool-bar-height.
7677 * menu-bar.el (menu-bar-horizontal-scroll-bar)
7678 (menu-bar-no-horizontal-scroll-bar): New functions.
7679 (menu-bar-showhide-scroll-bar-menu): Add bindings for horizontal
7680 scroll bars.
7681 * scroll-bar.el (scroll-bar-lines)
7682 (set-horizontal-scroll-bar-mode)
7683 (get-horizontal-scroll-bar-mode, horizontal-scroll-bar-mode)
7684 (scroll-bar-horizontal-drag-1, scroll-bar-horizontal-drag)
7685 (scroll-bar-toolkit-horizontal-scroll): New functions.
7686 (horizontal-scroll-bar-mode)
7687 (previous-horizontal-scroll-bar-mode)
7688 (horizontal-scroll-bar-mode-explicit): New variables.
7689 (horizontal-scroll-bar-mode): New option.
7690 (toggle-horizontal-scroll-bar): Do something.
7691 (top-level): Bind horizontal-scroll-bar mouse-1.
7692 * startup.el (tool-bar-originally-present): Remove variable.
7693 (command-line): Don't set tool-bar-originally-present.
7694 * window.el (window-min-height): Update doc-string.
7695 (window--dump-frame): Dump horizontal scroll bar values.
7696 (window--min-size-1): Handle minibuffer window separately.
7697 Count in margins and horizontal scroll bar. Return safe value
7698 iff IGNORE equals 'safe.
7699 (frame-windows-min-size): New function (used by frame resizing
7700 routines).
7701 (fit-frame-to-buffer, fit-window-to-buffer): Count in horizontal
7702 scroll bars.
7703 (window--sanitize-window-sizes): New function.
7704 (window-split-min-size): Remove.
7705 (split-window): Count divider-width. Don't use
7706 `window-split-min-size' any more. Reword error messages.
7707 Sanitize windows sizes after splitting.
7708
7709 2014-07-27 Thien-Thi Nguyen <ttn@gnu.org>
7710
7711 Use `defvar-local' more.
7712 * progmodes/hideshow.el
7713 (hs-c-start-regexp, hs-block-start-regexp)
7714 (hs-block-start-mdata-select, hs-block-end-regexp)
7715 (hs-forward-sexp-func, hs-adjust-block-beginning): ...here;
7716 remove corresponding `make-variable-buffer-local' top-level calls.
7717
7718 2014-07-27 Fabián Ezequiel Gallina <fgallina@gnu.org>
7719
7720 Cleanup error signals. (Bug#18067)
7721 * progmodes/python.el
7722 (python-indent-shift-left): Use user-error instead.
7723 (python-shell-prompt-detect): Use lwarn with python group.
7724 (python-completion-complete-at-point)
7725 (python-eldoc--get-doc-at-point): Don't signal error.
7726
7727 2014-07-27 Fabián Ezequiel Gallina <fgallina@gnu.org>
7728
7729 Support for packages in Python shell. (Bug#13570)
7730 * progmodes/python.el (python-shell--package-depth): New var.
7731 (python-shell-package-enable): New command.
7732 (python-util-list-directories, python-util-list-files)
7733 (python-util-list-packages): New functions.
7734
7735 2014-07-27 Fabián Ezequiel Gallina <fgallina@gnu.org>
7736
7737 Faster comint output. (Bug#16875)
7738 * progmodes/python.el:
7739 (python-comint-output-filter-function): Make obsolete.
7740 (python-comint-postoutput-scroll-to-bottom): New function.
7741 (inferior-python-mode): Set comint-output-filter-functions to a
7742 minimum.
7743
7744 2014-07-27 Fabián Ezequiel Gallina <fgallina@gnu.org>
7745
7746 * progmodes/python.el (python-shell-font-lock-post-command-hook):
7747 Safeguard current point and undo history.
7748
7749 2014-07-26 Fabián Ezequiel Gallina <fgallina@gnu.org>
7750
7751 Robust shell syntax highlighting. (Bug#18084, Bug#16875)
7752 * progmodes/python.el:
7753 (python-shell-prompt-input-regexps): Add iPython block prompt.
7754 (python-shell-output-syntax-table): Delete var.
7755 (python-shell-font-lock-with-font-lock-buffer): New macro.
7756 (python-shell-font-lock-get-or-create-buffer)
7757 (python-shell-font-lock-kill-buffer)
7758 (python-shell-font-lock-cleanup-buffer)
7759 (python-shell-font-lock-post-command-hook)
7760 (python-shell-font-lock-turn-off): New functions.
7761 (python-shell-font-lock-turn-on): New function.
7762 (inferior-python-mode): Use it.
7763 (python-shell-font-lock-toggle): New command.
7764 (python-shell-font-lock-enable): Rename from
7765 python-shell-enable-font-lock.
7766 (run-python-internal): Use it.
7767 (python-shell-font-lock-comint-output-filter-function): New function.
7768 (python-shell-comint-end-of-output-p): New function.
7769 (python-shell-output-filter): Use it.
7770 (python-util-comint-last-prompt): New function.
7771 (python-util-text-properties-replace-name): New function.
7772
7773 2014-07-25 Glenn Morris <rgm@gnu.org>
7774
7775 * vc/ediff-init.el (ediff-toggle-read-only-function):
7776 * vc/ediff-util.el (ediff-toggle-read-only):
7777 Replace obsolete toggle-read-only with read-only-mode.
7778
7779 2014-07-24 Michael Albinus <michael.albinus@gmx.de>
7780
7781 * net/tramp-cache.el (tramp-flush-file-function): Wrap the code
7782 with `save-match-data'. (Bug#18095)
7783
7784 2014-07-21 Vincent Belaïche <vincentb1@users.sourceforge.net>
7785
7786 * ses.el (ses-truncate-cell): Use cl-progv instead of eval in
7787 order to ensure that row and col are lexically bound inside the
7788 evaluated sexp.
7789
7790 2014-07-21 Glenn Morris <rgm@gnu.org>
7791
7792 * progmodes/hideif.el (hide-ifdef-mode-submap):
7793 Also substitute read-only-mode.
7794 * bindings.el (mode-line-toggle-read-only):
7795 * bs.el (bs-toggle-readonly):
7796 * buff-menu.el (Buffer-menu-toggle-read-only):
7797 * dired.el (dired-toggle-read-only):
7798 * files.el (view-read-only, find-file-read-only)
7799 (find-file-read-only-other-window)
7800 (find-file-read-only-other-frame):
7801 * progmodes/hideif.el (hide-ifdef-toggle-outside-read-only):
7802 Doc fixes re toggle-read-only.
7803
7804 2014-07-21 Fabián Ezequiel Gallina <fgallina@gnu.org>
7805
7806 * progmodes/python.el: Add comment about pipe buffering and
7807 solutions for missing/delayed output in inferior Python shells.
7808 (Bug#17304)
7809
7810 * progmodes/python.el (python-mode): Don't set
7811 mode-require-final-newline. (Bug#17990)
7812
7813 Make python.el work with IPython automatically. (Bug#15510)
7814 * progmodes/python.el:
7815 (python-shell-completion-setup-code): New value supporting iPython.
7816 (python-shell-completion-string-code): New value supporting iPython.
7817 (python-shell-completion-get-completions): Use them.
7818 (python-shell-completion-module-string-code): Make obsolete.
7819 (python-shell-prompt-input-regexps)
7820 (python-shell-prompt-output-regexps): Add safeguard for ipdb.
7821 (python-shell-output-filter): Fix comment typo.
7822
7823 Fix Python shell prompts detection for remote hosts.
7824 * progmodes/python.el (python-shell-prompt-detect):
7825 Replace call-process with process-file and make it more robust.
7826
7827 Autodetect Python shell prompts. (Bug#17370)
7828 * progmodes/python.el:
7829 (python-shell-interpreter-interactive-arg)
7830 (python-shell-prompt-detect-enabled)
7831 (python-shell-prompt-detect-failure-warning)
7832 (python-shell-prompt-input-regexps)
7833 (python-shell-prompt-output-regexps): New vars.
7834 (python-shell-prompt-calculated-input-regexp)
7835 (python-shell-prompt-calculated-output-regexp): New vars.
7836 (python-shell-get-process-name)
7837 (python-shell-internal-get-process-name)
7838 (python-shell-output-filter)
7839 (python-shell-completion-get-completions): Use them.
7840 (python-shell-prompt-detect)
7841 (python-shell-prompt-validate-regexps): New functions.
7842 (python-shell-prompt-set-calculated-regexps): New function.
7843 (inferior-python-mode): Use it. Also honor overriden
7844 python-shell-interpreter and python-shell-interpreter-args.
7845 (python-shell-make-comint): Honor overriden
7846 python-shell-interpreter and python-shell-interpreter-args.
7847 (python-shell-get-or-create-process): Make it testable by allowing
7848 to call run-python non-interactively.
7849 (python-util-valid-regexp-p): New function.
7850 (python-shell-prompt-regexp, python-shell-prompt-block-regexp)
7851 (python-shell-prompt-output-regexp)
7852 (python-shell-prompt-pdb-regexp): Use it as defcustom :safe.
7853
7854 2014-07-21 Stefan Monnier <monnier@iro.umontreal.ca>
7855
7856 * emacs-lisp/smie.el (smie-config--guess-1): Split from
7857 smie-config--guess.
7858 (smie-config--guess): Use it.
7859
7860 * emacs-lisp/edebug.el: Use nadvice.
7861 (edebug-original-read): Remove.
7862 (edebug--read): Rename from edebug-read and add `orig' arg.
7863 (edebug-uninstall-read-eval-functions)
7864 (edebug-install-read-eval-functions): Use nadvice.
7865 (edebug-read-sexp, edebug-read-storing-offsets, edebug-read-symbol)
7866 (edebug-read-and-maybe-wrap-form1, edebug-instrument-callee)
7867 (edebug-read-string, edebug-read-function): Use just `read'.
7868 (edebug-original-debug-on-entry): Remove.
7869 (edebug--debug-on-entry): Rename from edebug-debug-on-entry and add
7870 `orig' arg.
7871 (debug-on-entry): Override with nadvice.
7872
7873 * mouse.el (tear-off-window): Rename from mouse-tear-off-window since
7874 it also makes sense to bind it to a non-mouse event.
7875
7876 * vc/vc-bzr.el (vc-bzr-shelve): Make it operate on fileset.
7877
7878 2014-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
7879
7880 * xt-mouse.el (xterm-mouse-event): Don't assume last-click is non-nil
7881 (bug#18015).
7882
7883 * rect.el (rectangle--string-preview): Don't assume there
7884 a non-nil default (bug#17984).
7885
7886 2014-07-16 Glenn Morris <rgm@gnu.org>
7887
7888 * desktop.el (after-init-hook): Disable startup frame restoration
7889 in non-graphical situations. (Bug#17693)
7890
7891 * vc/vc-dispatcher.el (vc-log-edit): Do set up the log buffer
7892 if it was "empty", or used for a different set of files. (Bug#17884)
7893
7894 2014-07-16 Eli Zaretskii <eliz@gnu.org>
7895
7896 * bindings.el (mode-line-remote): If default-directory is not a
7897 string, don't call file-remote-p on it; instead state in the
7898 help-echo that it is nil. (Bug#17986)
7899
7900 2014-07-14 Daniel Colascione <dancol@dancol.org>
7901
7902 * progmodes/cc-langs.el: Change comments from `cl-macroexpand-all'
7903 to `macroexpand-all'
7904
7905 * progmodes/cc-defs.el (c-lang-defconst-eval-immediately):
7906 Use `macroexpand-all' instead of `cl-macroexpand-all'.
7907
7908 2014-07-12 Paul Eggert <eggert@cs.ucla.edu>
7909
7910 Fix bug: C-x v v discarded existing log message (Bug#17884).
7911 * vc/vc-dispatcher.el (vc-log-edit):
7912 Don't clobber an already-existing log message.
7913
7914 2014-07-12 Glenn Morris <rgm@gnu.org>
7915
7916 * vc/log-edit.el (log-edit-changelog-entries):
7917 Check for a visited-but-never-saved ChangeLog.
7918
7919 2014-07-12 Stefan Monnier <monnier@iro.umontreal.ca>
7920
7921 * vc/log-edit.el (log-edit-changelog-entries): Don't both visiting
7922 a non-existing file (bug#17970).
7923
7924 * faces.el (face-name): Undo last change.
7925 (x-resolve-font-name): Don't call face-name (bug#17956).
7926
7927 2014-07-12 Fabián Ezequiel Gallina <fgallina@gnu.org>
7928
7929 Fix dedenters and electric colon handling. (Bug#15163)
7930 * progmodes/python.el
7931 (python-rx-constituents): Add dedenter and block-ender.
7932 (python-indent-dedenters, python-indent-block-enders): Delete.
7933 (python-indent-context): Return new case for dedenter-statement.
7934 (python-indent-calculate-indentation): Handle new case.
7935 (python-indent-calculate-levels): Fix levels calculation for
7936 dedenter statements.
7937 (python-indent-post-self-insert-function): Fix colon handling.
7938 (python-info-dedenter-opening-block-message): New function.
7939 (python-indent-line): Use it.
7940 (python-info-closing-block)
7941 (python-info-closing-block-message): Remove.
7942 (python-info-dedenter-opening-block-position)
7943 (python-info-dedenter-opening-block-positions)
7944 (python-info-dedenter-statement-p): New functions.
7945
7946 2014-07-11 Dmitry Antipov <dmantipov@yandex.ru>
7947
7948 * files.el (out-of-memory-warning-percentage): New defcustom.
7949 (warn-maybe-out-of-memory): Use it.
7950
7951 2014-07-11 Michael Albinus <michael.albinus@gmx.de>
7952
7953 * subr.el (read-passwd): Use `read-hide-char' if non-nil. Bind it
7954 when calling `read-string'. (Bug#17839)
7955
7956 2014-07-10 Eli Zaretskii <eliz@gnu.org>
7957
7958 * files.el (warn-maybe-out-of-memory): Fix the wording of the
7959 warning.
7960
7961 2014-07-10 Dmitry Antipov <dmantipov@yandex.ru>
7962
7963 * files.el (warn-maybe-out-of-memory): New function.
7964 (find-file-noselect): Use it.
7965
7966 2014-07-09 Sam Steingold <sds@gnu.org>
7967
7968 * progmodes/cperl-mode.el (cperl-block-p): Treat the perl keyword
7969 `constant' like `bless', `return' &c
7970
7971 2014-07-09 Stefan Monnier <monnier@iro.umontreal.ca>
7972
7973 * rect.el (apply-on-rectangle): Check forward-line really moved to the
7974 next line.
7975
7976 2014-07-09 Stefan Monnier <monnier@iro.umontreal.ca>
7977
7978 * progmodes/sh-script.el (sh-smie-sh-rules): Don't align with a && in
7979 the middle of a line (bug#17896).
7980
7981 2014-07-09 Juri Linkov <juri@jurta.org>
7982
7983 * startup.el (command-line): Append displaying the warning about
7984 the errors in the init file to the end of `after-init-hook'.
7985 (Bug#17927)
7986
7987 * faces.el (face-name): Return input arg `face' as-is
7988 when it's not a symbol.
7989 (x-resolve-font-name): Don't check if the face is a symbol.
7990 (Bug#17956)
7991
7992 * facemenu.el (list-colors-print): In help-echo format use %.2f
7993 instead of %d because now HSV values are floating-point components
7994 between 0.0 and 1.0.
7995
7996 2014-07-09 Glenn Morris <rgm@gnu.org>
7997
7998 * emulation/cua-rect.el (cua--activate-rectangle):
7999 Avoid setting cua--rectangle to nil. (Bug#17877)
8000
8001 2014-07-09 Stephen Berman <stephen.berman@gmx.net>
8002
8003 * calendar/todo-mode.el: Fix wrong-type-argument error when
8004 marking multiple consecutive items.
8005 (todo-toggle-mark-item): Don't try to mark the empty lines at the
8006 end of the todo and done items sections. Note in doc string that
8007 items marked by passing a numeric prefix argument can include the
8008 last todo and first done items.
8009 (todo-mark-category): Don't try to mark the empty line between the
8010 todo and done items sections.
8011
8012 2014-07-09 Stefan Monnier <monnier@iro.umontreal.ca>
8013
8014 * emacs-lisp/edebug.el (edebug-eval-defun): Print result using
8015 proper Lisp quoting (bug#17934).
8016
8017 * progmodes/ruby-mode.el (ruby-mode-variables): Don't meddle with
8018 require-final-newline since prog-mode already took care of it (bug#17947).
8019
8020 2014-07-09 Stephen Berman <stephen.berman@gmx.net>
8021
8022 * calendar/todo-mode.el: Fix two bugs. Shorten Commentary and
8023 refer to the Todo mode Info manual. Update the comment on
8024 requiring cl-lib.
8025 (todo-find-filtered-items-file): Add todo-prefix overlays.
8026 (todo-filter-items): Reorder a let-bound variable to avoid a
8027 wrong-type-argument error on canceling the file choice dialog.
8028
8029 2014-07-09 Stefan Monnier <monnier@iro.umontreal.ca>
8030
8031 * progmodes/octave.el (inferior-octave-mode):
8032 Set comint-input-ring-size to a number (bug#17912).
8033
8034 2014-07-09 Juri Linkov <juri@jurta.org>
8035
8036 * desktop.el (desktop-minor-mode-table): Add `defining-kbd-macro'
8037 and `isearch-mode' associated with nil. (Bug#17849)
8038
8039 2014-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
8040
8041 * linum.el (linum--face-height): New function (bug#17813).
8042 (linum-update-window): Use it to adjust margin to linum's width.
8043
8044 * leim/quail/sisheng.el (sisheng-list): Don't bother with-case-table.
8045 * eshell/em-smart.el (eshell-smart-scroll-window):
8046 Use with-selected-window.
8047
8048 * xt-mouse.el (xterm-mouse-translate-1): Intern drag event (bug#17894).
8049 Remove also pointless window&mark manipulation.
8050
8051 * progmodes/perl-mode.el: Use syntax-ppss; fix one indentation case.
8052 (perl-indent-line): Use syntax-ppss to detect we're in a doc-section.
8053 (perl-continuation-line-p): Don't skip over anything else than labels.
8054 Return the previous char.
8055 (perl-calculate-indent): Use syntax-ppss instead of parse-start
8056 and update callers accordingly. For continuation lines, check the
8057 the case of array hashes.
8058 (perl-backward-to-noncomment): Make it non-interactive.
8059 (perl-backward-to-start-of-continued-exp): Rewrite.
8060
8061 2014-07-08 Sam Steingold <sds@gnu.org>
8062
8063 * progmodes/inf-lisp.el (lisp-eval-paragraph, lisp-eval-form-and-next):
8064 New user commands.
8065
8066 2014-07-08 Juri Linkov <juri@jurta.org>
8067
8068 * vc/vc-annotate.el (vc-annotate-background-mode): New defcustom.
8069 (vc-annotate-color-map): Use less saturated colors (20%) for
8070 background-mode.
8071 (vc-annotate-very-old-color): Add default value for background-mode.
8072 (vc-annotate-background): Set default value to nil since now text on
8073 the default backgrounds should be legible in light and dark modes.
8074 (vc-annotate-lines): Use `vc-annotate-background-mode'. Doc fix.
8075 (Bug#17808)
8076
8077 2014-07-08 Juri Linkov <juri@jurta.org>
8078
8079 * simple.el (transpose-chars): Don't move point into read-only area.
8080 (Bug#17829)
8081
8082 2014-07-08 Juri Linkov <juri@jurta.org>
8083
8084 * window.el (with-displayed-buffer-window): New macro.
8085 (with-temp-buffer-window, with-current-buffer-window):
8086 Use `macroexp-let2' to evaluate and bind variables
8087 in the same order as macro arguments.
8088 (display-buffer--action-function-custom-type):
8089 Add `display-buffer-below-selected' and `display-buffer-at-bottom'.
8090
8091 * minibuffer.el (minibuffer-completion-help): Replace
8092 `with-output-to-temp-buffer' with `with-displayed-buffer-window'
8093 with actions that display *Completions* at-bottom when called
8094 from the minibuffer, or below-selected in a normal buffer.
8095 Associate `window-height' with `fit-window-to-buffer'.
8096 Let-bind `pop-up-windows' to nil.
8097
8098 * dired.el (dired-mark-pop-up): Use `with-displayed-buffer-window'
8099 instead of `with-current-buffer-window'. (Bug#17809)
8100
8101 2014-07-07 Luke Lee <luke.yx.lee@gmail.com>
8102
8103 * progmodes/hideif.el (hide-ifdef-env): Change to global.
8104 (hide-ifdef-env-backup): New variable.
8105 (hide-ifdef-expand-reinclusion-protection, hide-ifdef-header-regexp):
8106 New customizable variables.
8107 (hif-clear-all-ifdef-defined): New defun.
8108 (hif-merge-ifdef-region, hide-ifdef-region-internal, hide-ifdef-region)
8109 (hif-show-ifdef-region): Merge hidden regions to prevent continuous "...".
8110 (hif-tokenize): Fix for MS-DOS/Win EOL style.
8111 (hif-endif-to-ifdef, hif-make-range, hif-find-range, hif-possibly-hide):
8112 Fix bug to hide the correct #elif region(s).
8113 (hif-range-elif): New defun.
8114 (hif-recurse-level): New var.
8115 (hif-evaluate-region, hif-evaluate-macro): New defun.
8116 (hide-ifdef-guts): Prevent reinclusion protected C/C++ headers from
8117 fully hidden.
8118 (hide-ifdef-define, hide-ifdefs, hide-ifdef-block, show-ifdef-block):
8119 Better interaction.
8120
8121 2014-07-04 Michael Albinus <michael.albinus@gmx.de>
8122
8123 * net/dbus.el (dbus-peer-handler): New defun.
8124 (dbus-register-service): Register it. (Bug#17858)
8125 (dbus-managed-objects-handler): Fix docstring.
8126
8127 2014-07-04 Phil Sainty <psainty@orcon.net.nz>
8128
8129 * emacs-lisp/lisp.el (narrow-to-defun-include-comments): New var.
8130 (narrow-to-defun): New arg include-comments, defaulting to it
8131 (bug#16328).
8132
8133 2014-07-03 Stefan Monnier <monnier@iro.umontreal.ca>
8134
8135 * rect.el (rectangle--highlight-for-redisplay): Don't pass `orig' with
8136 different calling convention to rectangle--unhighlight-for-redisplay.
8137
8138 2014-07-03 Michael Albinus <michael.albinus@gmx.de>
8139
8140 * net/tramp.el (tramp-call-process): Handle error strings.
8141
8142 * net/tramp-adb.el (tramp-adb-sh-fix-ls-output): Use `bolp'.
8143
8144 * net/tramp-sh.el (tramp-sh-handle-set-visited-file-modtime)
8145 (tramp-sh-handle-verify-visited-file-modtime): Use `point-at-eol'.
8146
8147 * net/trampver.el: Update release number.
8148
8149 2014-07-03 Juri Linkov <juri@jurta.org>
8150
8151 * desktop.el (desktop-save): Rename arg `auto-save' to
8152 `only-if-changed'. Doc fix. (Bug#17873)
8153
8154 2014-07-03 Stefan Monnier <monnier@iro.umontreal.ca>
8155
8156 * mouse.el (mouse-yank-primary, mouse-yank-secondary):
8157 Use insert-for-yank (bug#17271).
8158
8159 2014-07-03 Leo Liu <sdl.web@gmail.com>
8160
8161 * emacs-lisp/pp.el (pp-eval-expression, pp-eval-last-sexp):
8162 Support lexical-binding.
8163
8164 2014-07-03 Stefan Monnier <monnier@iro.umontreal.ca>
8165
8166 * vc/log-edit.el (log-edit-goto-eoh): New function.
8167 (log-edit--match-first-line): Use it (bug#17861).
8168
8169 2014-07-03 Glenn Morris <rgm@gnu.org>
8170
8171 * vc/log-edit.el (log-edit-hook): Add missing :version.
8172
8173 2014-07-03 Fabián Ezequiel Gallina <fgallina@gnu.org>
8174
8175 * progmodes/python.el (python-indent-post-self-insert-function):
8176 Enhancements to electric indentation behavior inside
8177 parens. (Bug#17658)
8178
8179 2014-07-03 Stefan Monnier <monnier@iro.umontreal.ca>
8180
8181 * ps-def.el (ps-generate-postscript-with-faces1): Don't mess with
8182 buffer-invisibility-spec (bug#17867).
8183
8184 2014-07-03 Andreas Schwab <schwab@linux-m68k.org>
8185
8186 * vc/vc-git.el (vc-git-checkin): When operating on the whole tree
8187 pass "-a".
8188
8189 2014-07-03 Glenn Morris <rgm@gnu.org>
8190
8191 * cus-edit.el (help):
8192 * finder.el (finder-known-keywords):
8193 * help.el (help-for-help-internal):
8194 * vc/ediff-mult.el (ediff-meta-buffer-verbose-message)
8195 (ediff-redraw-registry-buffer):
8196 * vc/ediff-ptch.el (ediff-patch-file-internal):
8197 Doc fixes re "online" help. (Bug#17803)
8198
8199 * progmodes/idlwave.el (idlwave): Update url-link for custom group.
8200 (idlwave-mode): Doc URL update.
8201
8202 2014-07-01 Juri Linkov <juri@jurta.org>
8203
8204 * man.el: Display man pages immediately and use process-filter
8205 to format them asynchronously.
8206 (Man-width): Doc fix.
8207 (man): Doc fix.
8208 (Man-start-calling): Use `with-selected-window' to get
8209 `frame-width' and `window-width'.
8210 (Man-getpage-in-background): Call `Man-notify-when-ready'
8211 immediately after creating a new buffer. Call `Man-mode' and set
8212 `mode-line-process' in the created buffer. Set process-filter to
8213 `Man-bgproc-filter' in start-process branch. In call-process branch
8214 call either `Man-fontify-manpage' or `Man-cleanup-manpage'.
8215 Use `Man-start-calling' inside `with-current-buffer'.
8216 (Man-fontify-manpage): Don't print messages. Fix boundary condition.
8217 (Man-cleanup-manpage): Don't print messages.
8218 (Man-bgproc-filter): New function.
8219 (Man-bgproc-sentinel): Add `save-excursion' to keep point when
8220 user moved it during asynchronous formatting. Move calls of
8221 `Man-fontify-manpage' and `Man-cleanup-manpage' to
8222 `Man-bgproc-filter'. Move the call of `Man-mode' to
8223 `Man-getpage-in-background'. Use `quit-restore-window'
8224 instead of `kill-buffer'. Use `message' instead of `error'
8225 because errors are caught by process sentinel.
8226 (Man-mode): Move calls of `Man-build-page-list',
8227 `Man-strip-page-headers', `Man-unindent', `Man-goto-page' to
8228 `Man-bgproc-sentinel'. Doc fix. (Bug#2588, bug#5054, bug#9084, bug#17831)
8229
8230 * man.el (Man-bgproc-sentinel): Use `Man-page-from-arguments'
8231 for the message about the man page cleaned up.
8232
8233 2014-07-01 Mario Lang <mlang@delysid.org>
8234
8235 * net/gnutls.el (gnutls-negotiate): Prevent destructive modification of
8236 cosutomization option `gnutls-verify-error'.
8237
8238 2014-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
8239
8240 * simple.el (deactivate-mark, set-mark-command, handle-shift-selection):
8241 Don't keep transient-mark-mode buffer-local when not needed (bug#6316).
8242
8243 * xt-mouse.el (turn-on-xterm-mouse-tracking-on-terminal)
8244 (turn-off-xterm-mouse-tracking-on-terminal): Don't burp if the terminal
8245 is suspended (bug#17857).
8246
8247 2014-07-01 Michael Albinus <michael.albinus@gmx.de>
8248
8249 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell):
8250 Prefer utf-8 coding. (Bug#17859)
8251
8252 2014-06-30 Fabián Ezequiel Gallina <fgallina@gnu.org>
8253
8254 * emacs-lisp/subr-x.el (string-reverse): Define as obsolete alias
8255 for `reverse'.
8256
8257 2014-06-30 Glenn Morris <rgm@gnu.org>
8258
8259 * emacs-lisp/autoload.el (autoload-ensure-writable): New variable.
8260 (autoload-ensure-default-file): Maybe make existing output writable.
8261 * Makefile.in (AUTOGEN_VCS): Remove.
8262 (autoloads): Use autoload-ensure-writable rather than AUTOGEN_VCS.
8263
8264 2014-06-30 Fabián Ezequiel Gallina <fgallina@gnu.org>
8265
8266 * emacs-lisp/subr-x.el (string-reverse): Use `reverse'.
8267
8268 2014-06-30 Fabián Ezequiel Gallina <fgallina@gnu.org>
8269
8270 New if-let, when-let, thread-first and thread-last macros.
8271
8272 * emacs-lisp/subr-x.el
8273 (internal--listify, internal--check-binding)
8274 (internal--build-binding-value-form, internal--build-binding)
8275 (internal--build-bindings): New functions.
8276 (internal--thread-argument, thread-first, thread-last)
8277 (if-let, when-let): New macros.
8278
8279 2014-06-30 Grégoire Jadi <daimrod@gmail.com>
8280
8281 * net/rcirc.el (rcirc-buffer-process): Restore previous
8282 behaviour. (Bug#17772)
8283
8284 2014-06-29 Alan Mackenzie <acm@muc.de>
8285
8286 Don't call c-parse-state when c++-template-syntax-table is active.
8287 * progmodes/cc-engine.el (c-guess-continued-construct CASE G)
8288 (c-guess-basic-syntax CASE 5D.3): Rearrange so that
8289 c-syntactic-skip-backwards isn't called with the pertinent syntax table.
8290
8291 2014-06-28 Stephen Berman <stephen.berman@gmx.net>
8292
8293 * calendar/todo-mode.el (todo-set-top-priorities): Fix logic to
8294 account for file-wide setting of todo-top-priorities-overrides.
8295 Make code a bit cleaner.
8296
8297 2014-06-28 Glenn Morris <rgm@gnu.org>
8298
8299 * net/eww.el (eww-mode) <eww-current-title>: Make local. (Bug#17860)
8300
8301 2014-06-28 Stephen Berman <stephen.berman@gmx.net>
8302
8303 * calendar/todo-mode.el (todo-prefix-overlays): If there is no
8304 category-wide setting of todo-top-priorities-overrides, check for
8305 a file-wide setting and fontify accordingly.
8306
8307 2014-06-28 Glenn Morris <rgm@gnu.org>
8308
8309 * subr.el (read-passwd): Warn about batch mode. (Bug#17839)
8310
8311 2014-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
8312
8313 * progmodes/hideif.el: Use lexical-binding. Fix up cl-lib usage.
8314
8315 2014-06-28 K. Handa <handa@gnu.org>
8316
8317 Fix Bug#17739.
8318
8319 * composite.el: Setup composition-function-table for dotted circle.
8320 (compose-gstring-for-dotted-circle): New function.
8321
8322 * international/characters.el: Add category "^" to all
8323 non-spacing characters.
8324
8325 2014-06-28 Glenn Morris <rgm@gnu.org>
8326
8327 * Makefile.in (doit): Remove force rule.
8328 (custom-deps, finder-data, autoloads, update-subdirs)
8329 (compile-one-process): PHONY targets do not need force rules.
8330
8331 * Makefile.in (compile-main, compile, compile-always):
8332 No need to explicitly pass variables to ourself in recursive calls.
8333
8334 2014-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
8335
8336 * files.el (minibuffer-with-setup-hook): Evaluate the first arg eagerly.
8337
8338 2014-06-26 Glenn Morris <rgm@gnu.org>
8339
8340 * Makefile.in (update-authors): Update for moved authors.el.
8341
8342 2014-06-26 Leo Liu <sdl.web@gmail.com>
8343
8344 * skeleton.el (skeleton-end-hook): Default to nil and move the
8345 work to skeleton-insert. (Bug#17850)
8346
8347 2014-06-26 Dmitry Antipov <dmantipov@yandex.ru>
8348
8349 * calc/calc-alg.el (math-beforep):
8350 * progmodes/cc-guess.el (c-guess-view-reorder-offsets-alist-in-style):
8351 Simplify because string-lessp can accept symbols as args.
8352
8353 2014-06-26 Daiki Ueno <ueno@gnu.org>
8354
8355 * emacs-lisp/package.el (package--check-signature):
8356 If package-check-signature is allow-unsigned, don't signal error when
8357 we can't verify signature because of missing public key
8358 (bug#17625).
8359
8360 2014-06-26 Glenn Morris <rgm@gnu.org>
8361
8362 * emacs-lisp/cl-macs.el (help-add-fundoc-usage):
8363 Remove outdated declaration.
8364
8365 * emacs-lisp/authors.el (authors-valid-file-names)
8366 (authors-renamed-files-alist): Additions.
8367
8368 2014-06-26 Leo Liu <sdl.web@gmail.com>
8369
8370 * textmodes/picture.el (picture-set-tab-stops):
8371 * ruler-mode.el (ruler-mode-mouse-add-tab-stop)
8372 (ruler-mode-ruler): Fix to work with nil tab-stop-list.
8373
8374 * progmodes/asm-mode.el (asm-calculate-indentation):
8375 Use indent-next-tab-stop.
8376
8377 * indent.el (indent-accumulate-tab-stops): New function.
8378
8379 2014-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
8380
8381 * emacs-lisp/package.el (package-list-unsigned): New var (bug#17625).
8382 (package-desc-status): Obey it.
8383
8384 2014-06-26 Stephen Berman <stephen.berman@gmx.net>
8385
8386 * calendar/todo-mode.el: Fix two bugs.
8387 (todo-insert-item--basic): If user cancels item insertion to
8388 another category before setting priority, show original category
8389 whether it is in the same or a different file.
8390 (todo-set-item-priority): After selecting category, instead of
8391 moving point to top, which extends an active region, restore it.
8392
8393 2014-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
8394
8395 * help-fns.el (describe-function-1): Check file-name is a string before
8396 calling help-fns--autoloaded-p (bug#17564).
8397
8398 2014-06-26 Juri Linkov <juri@jurta.org>
8399
8400 * desktop.el (desktop-auto-save-enable)
8401 (desktop-auto-save-disable): New functions.
8402 (desktop-save-mode, desktop-auto-save-timeout): Use them.
8403 (desktop-read): Disable the autosave before loading the desktop,
8404 and enable afterwards. (Bug#17351)
8405
8406 2014-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
8407
8408 Fix some indentation problem with \; and pipes (bug#17842).
8409 * progmodes/sh-script.el (sh-mode-syntax-table): Set syntax of ;|&.
8410 (sh-smie--default-forward-token, sh-smie--default-backward-token):
8411 New functions.
8412 (sh-smie-sh-forward-token, sh-smie-sh-backward-token)
8413 (sh-smie-rc-forward-token, sh-smie-rc-backward-token): Use them.
8414 (sh-smie-sh-rules): Fix indentation of a pipe at BOL.
8415
8416 2014-06-26 Glenn Morris <rgm@gnu.org>
8417
8418 * emacs-lisp/find-func.el (find-function-C-source-directory):
8419 Use file-accessible-directory-p.
8420
8421 * ps-samp.el: Make it slightly less awful.
8422 (ps-rmail-mode-hook, ps-gnus-article-prepare-hook, ps-vm-mode-hook):
8423 (ps-gnus-summary-setup, ps-info-mode-hook): Use [print] key.
8424 Only set local values.
8425 (ps-article-subject, ps-article-author): Use standard functions
8426 like mail-fetch-field.
8427 (ps-info-file, ps-info-node): Use match-string.
8428 (ps-jts-ps-setup, ps-jack-setup): Remove, merging into...
8429 (ps-samp-ps-setup): ... new function.
8430
8431 * progmodes/idlw-shell.el (idlwave-shell-make-temp-file):
8432 Optimize away code unneeded on any modern Emacs.
8433
8434 * emacs-lisp/authors.el: Move to ../admin.
8435
8436 * emacs-lisp/ert.el (ert-summarize-tests-batch-and-exit): New.
8437
8438 2014-06-26 Luke Lee <luke.yx.lee@gmail.com>
8439
8440 * progmodes/hideif.el (hif-string-to-number): Fix return value bug.
8441 (hif-simple-token-only, hif-tokenize): Comment in detail mainly for
8442 performance enhancements.
8443 (hif-parse-if-exp): Rename to `hif-parse-exp'. Enhance for macro
8444 expansion.
8445 (hif-factor, hif-string-concatenation, intern-safe): Support string
8446 concatenation and argumented macro expansion.
8447 (hif-if-valid-identifier-p, hif-define-operator, hif-flatten)
8448 (hif-expand-token-list, hif-get-argument-list, hif-define-macro)
8449 (hif-delimit, hif-macro-supply-arguments, hif-invoke, hif-canonicalize)
8450 (hif-canonicalize-tokens, hif-place-macro-invocation)
8451 (hif-parse-macro-arglist): Mostly new functions for supporting
8452 argumented macro expansion.
8453 (hif-string-concatenation, hif-stringify, hif-token-concat)
8454 (hif-token-stringification, hif-token-concatenation):
8455 Stringification and concatenation.
8456 (hif-find-next-relevant): Fix comments.
8457 (hif-ifdef-to-endif, hif-looking-at-elif, hif-hide-line): Bug fix for
8458 some cases involving #elif.
8459 (hif-find-define, hif-add-new-defines): New functions for automatically
8460 scanning of defined symbols.
8461 (hide-ifdef-guts): Fix for defined symbol auto scanning.
8462 (hide-ifdef-undef): Fix behavior to match CPP.
8463
8464 2014-06-25 Glenn Morris <rgm@gnu.org>
8465
8466 * Makefile.in ($(lisp)/progmodes/cc-defs.elc)
8467 ($(lisp)/progmodes/cc-fonts.elc, $(lisp)/progmodes/cc-langs.elc)
8468 ($(lisp)/progmodes/cc-vars.elc): Drop hand-written deps on non-cc
8469 files. They are not relevant to the original issue (bug#1004),
8470 and cause unnecessary recompilation (bug#2151).
8471
8472 2014-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
8473
8474 * play/landmark.el: Use lexical-binding and avoid `intangible'.
8475 (landmark--last-pos): New var.
8476 (landmark--intangible-chars): New const.
8477 (landmark--intangible): New function.
8478 (landmark-mode, landmark-move): Use it.
8479 (landmark-mode): Remove properties.
8480 (landmark-plot-square, landmark-point-square, landmark-goto-xy)
8481 (landmark-cross-qtuple):
8482 Don't worry about `intangible' any more.
8483 (landmark-click, landmark-point-y): Same; and don't assume point-min==1.
8484 (landmark-init-display): Don't set `intangible' and `point-entered'.
8485 (square): Remove. Inline it instead.
8486 (landmark--distance): Rename from `distance'.
8487 (landmark-calc-distance-of-robot-from): Rename from
8488 calc-distance-of-robot-from.
8489 (landmark-calc-smell-internal): Rename from calc-smell-internal.
8490
8491 2014-06-25 Dmitry Antipov <dmantipov@yandex.ru>
8492
8493 * files.el (dir-locals-find-file, file-relative-name):
8494 * info.el (Info-complete-menu-item):
8495 * minibuffer.el (completion-table-subvert): Prefer string-prefix-p
8496 to compare-strings to avoid out-of-range errors.
8497 * subr.el (string-prefix-p): Adjust to match strict range
8498 checking in compare-strings.
8499
8500 2014-06-24 Leonard Randall <leonard.a.randall@gmail.com> (tiny change)
8501
8502 * textmodes/reftex-parse.el (reftex-using-biblatex-p): Make search
8503 for comment lines non-greedy and stopping at newlines to fix stack
8504 overflows with large files.
8505
8506 2014-06-24 Eli Barzilay <eli@barzilay.org>
8507
8508 * calculator.el (calculator-last-input): Drop 'ascii-character property
8509 lookup.
8510
8511 2014-06-24 Leo Liu <sdl.web@gmail.com>
8512
8513 * align.el (align-adjust-col-for-rule): Unbreak due to defaulting
8514 tab-stop-list to nil. (Bug#16381)
8515
8516 * indent.el (indent-next-tab-stop): Rename from indent--next-tab-stop.
8517 (indent-rigidly-left-to-tab-stop)
8518 (indent-rigidly-right-to-tab-stop, tab-to-tab-stop)
8519 (move-to-tab-stop): Change callers.
8520
8521 2014-06-24 Eli Zaretskii <eliz@gnu.org>
8522
8523 * skeleton.el (skeleton-insert): Yet another fix of the doc string
8524 wrt behavior of \n as the first/last element of a skeleton.
8525
8526 2014-06-24 Michael Albinus <michael.albinus@gmx.de>
8527
8528 * net/tramp-adb.el (tramp-adb-handle-process-file):
8529 * net/tramp-sh.el (tramp-sh-handle-process-file):
8530 * net/tramp-smb.el (tramp-smb-handle-process-file): Do not raise
8531 the output buffer when DISPLAY is non-nil. (Bug#17815)
8532
8533 2014-06-24 Glenn Morris <rgm@gnu.org>
8534
8535 * play/landmark.el (landmark-move-down, landmark-move-up):
8536 Fix 2007-10-20 change - preserve horizontal position.
8537
8538 2014-06-23 Sam Steingold <sds@gnu.org>
8539
8540 * simple.el (kill-append): Remove undo boundary depending on ...
8541 (kill-append-merge-undo): New user option.
8542
8543 2014-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
8544
8545 * simple.el (handle-shift-selection, exchange-point-and-mark)
8546 (activate-mark): Set transient-mark-mode buffer-locally (bug#6316).
8547 (transient-mark-mode): Use&set the global value.
8548 * mouse.el (mouse-set-region-1, mouse-drag-track): Idem.
8549 * emulation/edt.el (edt-emulation-off): Save&restore the global
8550 transient-mark-mode setting.
8551 * obsolete/pc-select.el (pc-selection-mode): Use the
8552 transient-mark-mode function.
8553
8554 2014-06-23 Eli Zaretskii <eliz@gnu.org>
8555
8556 * international/fontset.el (script-representative-chars):
8557 Add representative characters for scripts added in Unicode 7.0.
8558 (otf-script-alist): Synchronize with the latest registry of OTF
8559 script tags.
8560
8561 * international/characters.el (char-script-table): Update for
8562 scripts added and codepoint ranges changed in Unicode 7.0.
8563
8564 2014-06-23 Eli Barzilay <eli@barzilay.org>
8565
8566 * calculator.el (calculator-standard-displayer): Fix bug in use of
8567 `calculator-groupize-number'.
8568 (calculator-funcall): Fix broken `cl-flet' use by moving it into the
8569 `eval' code, so it works in v24.3.1 too.
8570 (calculator-last-input): Comment to clarify purpose.
8571
8572 2014-06-22 Mario Lang <mlang@delysid.org>
8573
8574 * textmodes/rst.el (rst-comment-region): From from -> from.
8575
8576 * net/tramp-adb.el (tramp-adb-send-command-and-check): And and -> and.
8577
8578 2013-06-22 Dmitry Antipov <dmantipov@yandex.ru>
8579
8580 * electric.el (electric-layout-post-self-insert-function):
8581 * emacs-lisp/ert.el (ert--insert-infos):
8582 * obsolete/vi.el (vi-set-mark):
8583 * term.el (term-handle-scroll):
8584 * textmodes/bibtex.el (bibtex-fill-field, bibtex-fill-entry):
8585 * wid-edit.el (widget-editable-list-value-create):
8586 Prefer point-marker to copy-marker of point.
8587
8588 2014-06-21 Fabián Ezequiel Gallina <fgallina@gnu.org>
8589
8590 Fix completion retrieval parsing (bug#17209).
8591 * progmodes/python.el (python-mode):
8592 (python-util-strip-string): New function.
8593 (python-shell-completion-get-completions): Use it.
8594
8595 2014-06-21 Eli Zaretskii <eliz@gnu.org>
8596
8597 * skeleton.el (skeleton-insert): Fix last change.
8598
8599 2014-06-21 Fabián Ezequiel Gallina <fgallina@gnu.org>
8600
8601 Enhancements for outline integration (bug#17796).
8602 * progmodes/python.el (python-mode): Properly set
8603 outline-heading-end-regexp so that comments after colons for
8604 defuns are supported.
8605
8606 2014-06-21 Eli Zaretskii <eliz@gnu.org>
8607
8608 * skeleton.el (skeleton-insert): Doc fix.
8609
8610 2014-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
8611
8612 * emacs-lisp/smie.el (smie-config--guess): Fix typo.
8613 (smie-config-guess): Use smie-config-local so the rules are obeyed
8614 (bug#17818).
8615
8616 * mouse.el (mouse-drag-line): Don't re-add to unread-comment-events,
8617 since it's already done inside the loop (bug#17819).
8618
8619 2014-06-21 Martin Rudalics <rudalics@gmx.at>
8620
8621 * mouse.el (mouse-drag-line): Re-remove code initially removed
8622 on 2013-03-09 and inadvertently reintroduced on 2013-11-30
8623 (Bug#17819).
8624
8625 2014-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
8626
8627 * progmodes/sh-script.el (sh-smie-sh-rules): For { after &&, don't
8628 align with the surrounding parent (bug#17721).
8629
8630 2014-06-21 Eli Zaretskii <eliz@gnu.org>
8631
8632 * textmodes/texinfo.el (texinfo-mode): Set skeleton-end-newline
8633 locally to nil.
8634 (texinfo-insert-block, texinfo-insert-@end)
8635 (texinfo-insert-@example, texinfo-insert-@quotation): Adjust to
8636 local setting of skeleton-end-newline by adding an explicit \n to
8637 the skeletons where appropriate. (Bug#17801)
8638
8639 2014-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
8640
8641 * emacs-lisp/smie.el (smie--hanging-eolp-function): New var.
8642 (smie-indent--hanging-p): Use it.
8643 * progmodes/sh-script.el (sh-set-shell): Set it (bug#17621).
8644
8645 2014-06-21 Leo Liu <sdl.web@gmail.com>
8646
8647 * simple.el (read-quoted-char): Don't let help chars pop up help
8648 buffer. (Bug#16617)
8649
8650 2014-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
8651
8652 * progmodes/sh-script.el (sh-smie-sh-rules): Use same rule for && as
8653 for | (bug#17621).
8654
8655 * xt-mouse.el (xterm-mouse--read-event-sequence-1000):
8656 Drop unknown events instead of burping.
8657
8658 2014-06-21 Eli Zaretskii <eliz@gnu.org>
8659
8660 * term/w32-win.el (dynamic-library-alist): Support giflib 5.1.0
8661 and later. (Bug#17790)
8662
8663 2014-06-21 Juri Linkov <juri@jurta.org>
8664
8665 * dired.el (dired-mark-pop-up): Let-bind display-buffer-mark-dedicated
8666 to `soft'. (Bug#17554)
8667
8668 2014-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
8669
8670 * delsel.el (electric-newline-and-maybe-indent): Mark it as well
8671 (bug#17737).
8672
8673 2014-06-21 Dmitry Gutov <dgutov@yandex.ru>
8674
8675 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Don't fontify
8676 `!' in `!~' with `font-lock-negation-char-face'. (Bug#17732)
8677
8678 2014-06-21 Michael Albinus <michael.albinus@gmx.de>
8679
8680 * net/dbus.el (dbus-call-method): Push only non D-Bus events into
8681 `unread-command-events'.
8682
8683 2014-06-19 William Xu <william.xwl@gmail.com>
8684
8685 * progmodes/hideif.el (hif-string-to-number): Don't return float for
8686 hex integer constants (bug#17807).
8687
8688 2014-06-19 Stefan Monnier <monnier@iro.umontreal.ca>
8689
8690 * international/mule-util.el (truncate-string-ellipsis): New var.
8691 (truncate-string-to-width): Use it.
8692
8693 2014-06-19 Robert Brown <robert.brown@gmail.com> (tiny change)
8694
8695 * emacs-lisp/lisp-mode.el (lisp-string-after-doc-keyword-p): New fun.
8696 (lisp-string-in-doc-position-p): New function, extracted from
8697 lisp-font-lock-syntactic-face-function.
8698 (lisp-font-lock-syntactic-face-function): Use them (bug#9130).
8699
8700 2014-06-19 Grégoire Jadi <daimrod@gmail.com>
8701
8702 * net/rcirc.el (rcirc-omit-mode): Fix recenter error. (Bug#17769)
8703
8704 2014-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
8705
8706 * play/bubbles.el (bubbles--initialize, bubbles--show-scores)
8707 (bubbles--game-over): Don't add `intangible' properties since they
8708 didn't work anyway.
8709
8710 2014-06-18 Juri Linkov <juri@jurta.org>
8711
8712 * vc/ediff-init.el (ediff-current-diff-Ancestor)
8713 (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
8714 (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
8715 (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
8716 Add `min-colors 88' version with removed black/white foregrounds.
8717 (Bug#10181)
8718
8719 2014-06-18 Juri Linkov <juri@jurta.org>
8720
8721 * vc/diff-mode.el (diff-changed): Empty face definition to use
8722 `diff-removed' and `diff-added' on tty as well. (Bug#10181)
8723 (diff-context): Use darker color on light background and
8724 lighter color on dark background.
8725
8726 2014-06-18 Juri Linkov <juri@jurta.org>
8727
8728 * vc/diff-mode.el (diff-refine-changed): Rename from
8729 `diff-refine-change' for consistency with `diff-changed'.
8730 (diff-refine-change): Add obsolete face alias. (Bug#10181)
8731
8732 * vc/smerge-mode.el (smerge-refined-changed): Rename from
8733 `smerge-refined-change'.
8734 (smerge-refined-change): Add obsolete face alias.
8735
8736 2014-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
8737
8738 * rect.el (rectangle-preview): New custom.
8739 (rectangle): New group.
8740 (rectangle--pos-cols): Add `window' argument.
8741 (rectangle--string-preview-state, rectangle--string-preview-window):
8742 New vars.
8743 (rectangle--string-flush-preview, rectangle--string-erase-preview)
8744 (rectangle--space-to, rectangle--string-preview): New functions.
8745 (string-rectangle): Use them.
8746 (rectangle--inhibit-region-highlight): New var.
8747 (rectangle--highlight-for-redisplay): Obey it. Make sure
8748 `apply-on-region' uses the point-crutches of the right window.
8749 Use :align-to rather than multiple spaces.
8750
8751 2014-06-16 Andrea Rossetti <andrea.rossetti@gmail.com> (tiny change)
8752
8753 * ruler-mode.el (ruler-mode-window-col)
8754 (ruler-mode-mouse-set-left-margin)
8755 (ruler-mode-mouse-set-right-margin): Fix calculation of column
8756 from mouse position (Bug#17768).
8757
8758 2014-06-16 Ron Schnell <ronnie@driver-aces.com>
8759
8760 * play/dunnet.el (dun-doassign): Fix bug where UNIX variable assignment
8761 without varname or rhs causes crash.
8762 (dun-ftp): Fix bug where blank ftp password is allowed, making it
8763 impossible to win endgame.
8764 (dun-unix-verbs): Add ssh as alias to rlogin, because nobody knows what
8765 rlogin is anymore.
8766 (dun-help): Bump version number; update contact info.
8767
8768 2014-06-15 Eli Barzilay <eli@barzilay.org>
8769
8770 * calculator.el (calculator-prompt, calculator-remove-zeros)
8771 (calculator-mode-hook, calculator-operators, calculator-stack)
8772 (calculator-mode): Tweak docstring.
8773 (calculator-user-operators): Tweak docstring, fix a bug in the last
8774 example.
8775 (calculator-displayer): `std' case has an optional boolean.
8776 (calculator-displayers): Use the new boolean to group in decimal mode.
8777 (calculator-mode-map, calculator, calculator-message)
8778 (calculator-op-arity, calculator-add-operators)
8779 (calculator-string-to-number, calculator-displayer-prev)
8780 (calculator-displayer-next, calculator-remove-zeros)
8781 (calculator-eng-display, calculator-number-to-string)
8782 (calculator-update-display, calculator-last-input)
8783 (calculator-clear-fragile, calculator-digit, calculator-decimal)
8784 (calculator-exp, calculator-saved-move, calculator-clear)
8785 (calculator-copy, calculator-put-value, calculator-help)
8786 (calculator-expt, calculator-truncate): Minor code improvements.
8787 (calculator-need-3-lines): New function pulling out code from
8788 `calculator'.
8789 (calculator-get-display): Rename from `calculator-get-prompt', and
8790 improved.
8791 (calculator-push-curnum): Rename from `calculator-curnum-value', and
8792 extended for all uses of it. All callers changed.
8793 (calculator-groupize-number): New utility for splitting a number into
8794 groups.
8795 (calculator-standard-displayer): Improve code, new optional argument to
8796 use comma-split groups, make second argument optional too to use with
8797 'left/'right inputs. All callers changed.
8798 (calculator-reduce-stack-once): New utility, doing the meat of what
8799 `calculator-reduce-stack' used to do, much improved (mostly using
8800 `pcase' for conciseness and clarity).
8801 (calculator-reduce-stack): Now doing just the reduction loop using
8802 `calculator-reduce-stack-once'.
8803 (calculator-funcall): Improve code, make it work in v24.3.1 too.
8804 (calculator-last-input): Improve code, remove some old cruft.
8805 (calculator-quit): Kill `calculator-buffer' in electric mode too.
8806 (calculator-integer-p): Remove.
8807 (calculator-fact): Improve code, make it work on non-integer values
8808 too (using truncated numbers).
8809
8810 2014-06-15 Michael Albinus <michael.albinus@gmx.de>
8811
8812 Sync with Tramp 2.2.10.
8813
8814 * net/tramp.el (tramp-methods): Tweak docstring.
8815 (tramp-handle-file-accessible-directory-p): Check for
8816 `file-readable-p' instead of `file-executable-p'.
8817 (tramp-check-cached-permissions):
8818 Use `tramp-compat-file-attributes'.
8819 (tramp-call-process): Add new argument VEC. Adapt callees in all
8820 tramp*.el files.
8821
8822 * net/tramp-adb.el (tramp-adb-handle-write-region): Improve messages.
8823 (tramp-adb-maybe-open-connection): Don't set
8824 `tramp-current-*' variables.
8825
8826 * net/tramp-cache.el (tramp-flush-file-function): Do not flush
8827 file properties of temporary buffers.
8828
8829 * net/tramp-ftp.el (top): Remove special handling for URL syntax.
8830
8831 * net/tramp-gvfs.el (tramp-gvfs-methods) <sftp>: Add.
8832 (tramp-gvfs-handle-delete-file): Flush file
8833 properties, not directory properties.
8834 (tramp-gvfs-handle-file-attributes): Use `string-to-number' when
8835 reading "unix::mode".
8836 (tramp-gvfs-handle-file-name-all-completions):
8837 Use "-h" option for "gvfs-ls".
8838 (tramp-gvfs-url-file-name): `user' and `localname' could be nil.
8839 (tramp-gvfs-send-command): Simplify traces.
8840
8841 * net/tramp-sh.el (vc-handled-backends, vc-bzr-program)
8842 (vc-git-program, vc-hg-program): Declare.
8843 (tramp-methods) <sftp>: Remove. It has never worked satisfactorily.
8844 (tramp-methods) <nc>: Add new method.
8845 (tramp-methods) <telnet>: Redirect stderr to "/dev/null".
8846 (tramp-methods) <plink, plinkx, pscp, psftp>: Improve
8847 `tramp-login-args'.
8848 (tramp-default-user-alist): Add "nc".
8849 (top): Remove completion function for "sftp". Add completion
8850 functions for "nc" and "psftp".
8851 (tramp-do-copy-or-rename-file-out-of-band): Tweak docstring.
8852 Implement support for "nc" method.
8853 (tramp-sh-handle-expand-file-name, tramp-local-coding-commands)
8854 (tramp-remote-coding-commands, tramp-call-local-coding-command):
8855 Tweak docstring.
8856 (tramp-sh-handle-write-region): Tweak error message.
8857 (tramp-sh-handle-vc-registered): Remove backends when the remote
8858 binary does not exist.
8859 (tramp-find-inline-encoding): Do not raise an error.
8860 (tramp-make-copy-program-file-name): Tweak docstring. Handle also
8861 the "nc" case. Quote result also locally.
8862
8863 * net/tramp-smb.el (tramp-smb-handle-copy-directory)
8864 (tramp-smb-handle-set-file-acl): Use `start-process'.
8865 (tramp-smb-handle-insert-directory): Use progress reporter.
8866 (tramp-smb-handle-rename-file): Flush also file properties of
8867 FILENAME.
8868
8869 * net/trampver.el: Update release number.
8870
8871 2014-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
8872
8873 * ses.el: Miscellaneous cleanups; use lexical-binding; avoid
8874 add-to-list.
8875 (ses-localvars): Remove ses--local-printer-list, unused.
8876 (ses--metaprogramming): New macro. Use it to defvar variables.
8877 (ses-set-localvars): Simplify.
8878 (ses--locprn, ses-cell): Use defstruct. Change ses-cell's
8879 property-list into an alist.
8880 (ses-locprn-get-compiled, ses-locprn-compiled-aset)
8881 (ses-locprn-get-def, ses-locprn-def-aset, ses-locprn-get-number):
8882 Remove; use defstruct accessors/setters instead.
8883 (ses-cell-formula-aset, ses-cell-printer-aset)
8884 (ses-cell-references-aset): Remove, use setf instead.
8885 (ses--alist-get): New function.
8886 (ses-cell-property): Rename from ses-cell-property-get and rewrite.
8887 Use an alist instead of a plist and don't do move-to-front since the
8888 list is always short.
8889 (ses-cell-property-get-fun, ses-cell-property-delq-fun)
8890 (ses-cell-property-set-fun, ses-cell-property-set)
8891 (ses-cell-property-pop-fun, ses-cell-property-get-handle)
8892 (ses-cell-property-handle-car, ses-cell-property-handle-setcar): Remove.
8893 (ses--letref): New macro.
8894 (ses-cell-property-pop): Rewrite.
8895 (ses--cell): Rename from ses-cell and make it into a function.
8896 Make `formula' fallback on `value' if nil.
8897 (ses--local-printer): Rename from ses-local-printer and make it into
8898 a function.
8899 (ses-set-cell): Turn it into a macro so finding the accessor from the
8900 field name is done at compile time.
8901 (ses-repair-cell-reference-all): Test presence of `sym' rather than
8902 `ref' before adding `sym' to :ses-repair-reference.
8903 (ses-calculate-cell): Use ses--letref rather than
8904 ses-cell-property-get-handle.
8905 (ses-write-cells): Use a single prin1-to-string.
8906 (ses-setter-with-undo): New function.
8907 (ses-aset-with-undo, ses-set-with-undo): Rewrite using it.
8908 (ses-unset-with-undo): Remove.
8909 (ses-load): Prefer apply' over `eval'.
8910 (ses-read-printer, ses-set-column-width): Use standard "(default
8911 foo)" format.
8912
8913 2014-06-15 Glenn Morris <rgm@gnu.org>
8914
8915 * Makefile.in (leim, semantic): Use `make -C' rather than `cd && make'.
8916
8917 * progmodes/cc-langs.el: Require cl-lib. (Bug#17463)
8918 Replace delete-duplicates and mapcan by cl- versions throughout.
8919 And cl-macroexpand-all by macroexpand-all.
8920 (delete-duplicates, mapcan, cl-macroexpand-all): No need to declare.
8921
8922 2014-06-15 Eli Zaretskii <eliz@gnu.org>
8923
8924 * subr.el (posn-col-row): Doc fix. (Bug#17768)
8925
8926 2014-06-15 Juri Linkov <juri@jurta.org>
8927
8928 * bindings.el: Put `ascii-character' property on keypad keys
8929 mapped to characters. (Bug#17759)
8930
8931 2014-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
8932
8933 * emacs-lisp/smie.el (smie-next-sexp): Fix up "other-end" info when
8934 bumping forward into a closing paren (bug#17761).
8935
8936 * term/xterm.el (xterm--version-handler): Work around for OSX
8937 Terminal.app (bug#17607).
8938
8939 2014-06-14 Ron Schnell <ronnie@driver-aces.com>
8940
8941 * play/dunnet.el (dun-describe-room, dun-mode):
8942 If a lamp is in the room, you won't be eaten by a grue.
8943
8944 2014-06-13 Glenn Morris <rgm@gnu.org>
8945
8946 * Makefile.in ($(lisp)/cus-load.el, $(lisp)/finder-inf.el)
8947 (autoloads, $(lisp)/subdirs.el, compile-main, leim, semantic, compile)
8948 (compile-always): GNU make automatically passes
8949 command-line arguments to sub-makes.
8950
8951 * calendar/calendar.el (calendar-generate-window):
8952 Remove pointless call to font-lock-fontify-buffer.
8953
8954 2014-06-13 Matthias Meulien <orontee@gmail.com>
8955
8956 * simple.el (completion-list-mode-map): Navigate with tab and backtab
8957 (bug#17767).
8958
8959 2014-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
8960
8961 * simple.el (set-mark-command): Simplify a bit.
8962
8963 2014-06-12 Nicolas Richard <theonewiththeevillook@yahoo.fr>
8964
8965 * help.el (help--key-binding-keymap): New function.
8966 (help--binding-locus): New function.
8967 (describe-key): Mention the keymap in which the binding was
8968 found. (bug#13948)
8969
8970 2014-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
8971
8972 * hippie-exp.el (he--all-buffers): New function.
8973 (try-expand-line-all-buffers, try-expand-list-all-buffers)
8974 (try-expand-dabbrev-all-buffers): Use it.
8975
8976 2014-06-12 Emilio C. Lopes <eclig@gmx.net>
8977
8978 * hippie-exp.el (try-expand-line-all-buffers)
8979 (try-expand-list-all-buffers, try-expand-dabbrev-all-buffers):
8980 Read hippie-expand-only-buffers and hippie-expand-ignore-buffers in the
8981 original buffer, in case they're buffer-local.
8982
8983 2014-06-12 Vincent Belaïche <vincentb1@users.sourceforge.net>
8984
8985 * ses.el (ses-initial-global-parameters-re): New defconst, a
8986 specific regexp is needed now that ses.el can handle both
8987 file-format 2 --- ie. no local printers --- and 3 --- i.e. may have
8988 local printers.
8989 (ses-localvars): Add local variables needed for local printer handling.
8990 (ses-set-localvars): Handle hashmap initialisation.
8991 (ses-paramlines-plist): Add param-line for number of local printers.
8992 (ses-paramfmt-plist): New defconst, needed for code factorization
8993 between functions `ses-set-parameter' and
8994 `ses-file-format-extend-paramter-list'
8995 (ses-make-local-printer-info): New defsubst.
8996 (ses-locprn-get-compiled, ses-locprn-compiled-aset)
8997 (ses-locprn-get-def, ses-locprn-def-aset, ses-locprn-get-number)
8998 (ses-cell-printer-aset): New defmacro.
8999 (ses-local-printer-compile): New defun.
9000 (ses-local-printer): New defmacro.
9001 (ses-printer-validate, ses-call-printer): Add support for local
9002 printer functions.
9003 (ses-file-format-extend-paramter-list): New defun.
9004 (ses-set-parameter): Use const `ses-paramfmt-plist' for code
9005 factorization.
9006 (ses-load): Add support for local printer functions.
9007 (ses-read-printer): Update docstring and add support for local printer
9008 functions.
9009 (ses-refresh-local-printer, ses-define-local-printer): New defun.
9010 (ses-safe-printer): Add support for local printer functions.
9011
9012 2014-06-12 Ivan Andrus <darthandrus@gmail.com>
9013
9014 * ffap.el (ffap-lax-url): New var (bug#17723).
9015 (ffap-url-at-point): Use it.
9016 (ffap-file-at-point): Avoid returning just "/".
9017
9018 2014-06-12 Matthias Meulien <orontee@gmail.com>
9019
9020 * progmodes/python.el (import skeleton): New skeleton (bug#17672).
9021 (python-mode-map): Bind it.
9022
9023 * progmodes/python.el (class skeleton): Don't erase last char of class
9024 name (bug#17683).
9025
9026 2014-06-12 Cameron Desautels <camdez@gmail.com> (tiny change)
9027
9028 * help.el (where-is): Use `default' arg of completing-read (bug#17705).
9029
9030 2014-06-12 Kevin Ryde <user42_kevin@yahoo.com.au>
9031
9032 * files.el (auto-mode-alist): Map .ad files to xdefaults-mode
9033 (bug#17745).
9034
9035 2014-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
9036
9037 * international/mule-cmds.el: Use lexical-binding.
9038 (ucs-names): Simplify.
9039
9040 2014-05-18 Eric Hanchrow <eric.hanchrow@gmail.com>
9041
9042 * progmodes/python.el (run-python): Use read-shell-command.
9043
9044 2014-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
9045
9046 * rect.el: Make it possible to move bounds past EOL or into TABs.
9047 (operate-on-rectangle): Use apply-on-rectangle.
9048 (rectangle--mark-crutches): New var.
9049 (rectangle--pos-cols, rectangle--col-pos, rectangle--point-col)
9050 (rectangle--crutches, rectangle--reset-crutches): New functions.
9051 (apply-on-rectangle): Obey crutches. Avoid setq.
9052 Fix missing final iteration if end is at EOB&BOL.
9053 (rectangle-mark-mode-map): Add remap bindings for
9054 exchange-point-and-mark and char/line movements.
9055 (rectangle--*-char): New function.
9056 (rectangle-exchange-point-and-mark, rectangle-right-char)
9057 (rectangle-left-char, rectangle-forward-char)
9058 (rectangle-backward-char, rectangle-next-line)
9059 (rectangle-previous-line): New commands.
9060 (rectangle--place-cursor): New function.
9061 (rectangle--highlight-for-redisplay): Use it. Use apply-on-rectangle.
9062
9063 2014-06-08 Glenn Morris <rgm@gnu.org>
9064
9065 * startup.el (initial-buffer-choice): Doc fix.
9066 Reset :version (adding an option does not merit a :version bump).
9067
9068 * bookmark.el (bookmark-load):
9069 * uniquify.el (uniquify-buffer-name-style): Doc fixes.
9070
9071 2014-06-08 Juri Linkov <juri@jurta.org>
9072
9073 * desktop.el: Activate auto-saving on window configuration changes.
9074 (desktop-save-mode, desktop-auto-save-timeout): Add/remove
9075 `desktop-auto-save-set-timer' to/from
9076 `window-configuration-change-hook'.
9077 (desktop-auto-save-set-timer): Change REPEAT arg of
9078 `run-with-idle-timer' from t to nil.
9079 http://lists.gnu.org/archive/html/emacs-devel/2014-06/msg00147.html
9080
9081 2014-06-08 Santiago Payà i Miralta <santiagopim@gmail.com>
9082
9083 * vc/vc-hg.el (vc-hg-working-revision): Use "hg parent" and
9084 vc-hg-command (bug#17570).
9085
9086 2014-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
9087
9088 * international/mule-cmds.el (ucs-names): Add special entry for BEL
9089 (bug#17702).
9090
9091 2014-06-08 Glenn Morris <rgm@gnu.org>
9092
9093 * startup.el (window-setup-hook): Doc fix.
9094
9095 * emacs-lisp/package.el (package-check-signature)
9096 (package-unsigned-archives): Doc fixes.
9097
9098 2014-06-08 Martin Rudalics <rudalics@gmx.at>
9099
9100 * window.el (display-buffer-use-some-window): Don't make window
9101 used smaller than it was before (Bug#17671).
9102
9103 2014-06-08 Eli Zaretskii <eliz@gnu.org>
9104
9105 * menu-bar.el (menu-bar-open): Fix last change: use the PC
9106 'redisplay' instead of '(sit-for 0)'.
9107
9108 2014-06-08 Michael Albinus <michael.albinus@gmx.de>
9109
9110 * net/tramp.el (tramp-ssh-controlmaster-options):
9111 Improve search regexp. (Bug#17653)
9112
9113 2014-06-08 Glenn Morris <rgm@gnu.org>
9114
9115 * emacs-lisp/package.el (package-pinned-packages): Doc fix.
9116
9117 2014-06-08 Eli Zaretskii <eliz@gnu.org>
9118
9119 * menu-bar.el (menu-bar-open): Fix invocation via M-x.
9120
9121 2014-06-06 Santiago Payà i Miralta <santiagopim@gmail.com>
9122
9123 * vc/vc-hg.el (vc-hg-create-tag, vc-hg-retrieve-tag): New functions
9124 (bug#17586).
9125
9126 * vc/vc-hg.el (vc-hg-log-graph): New var.
9127 (vc-hg-print-log): Use it.
9128 (vc-hg-root-log-format): Include branch name and bookmarks; ignore
9129 graph output (bug#17515).
9130
9131 2014-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
9132
9133 * mouse.el (mouse-posn-property): Ignore buffer position info when the
9134 even happened elsewhere.
9135
9136 2014-06-06 Mario Lang <mlang@delysid.org>
9137
9138 * emacs-lisp/tabulated-list.el (tabulated-list-print): Only call
9139 `recenter' if `current-buffer' is equal to `window-buffer'.
9140
9141 2014-06-05 Leo Liu <sdl.web@gmail.com>
9142
9143 * emacs-lisp/cl-macs.el (cl-macrolet): Avoid excessive progn's.
9144
9145 2014-06-05 Michal Nazarewicz <mina86@mina86.com>
9146
9147 * textmodes/tildify.el (tildify-foreach-region-outside-env):
9148 New function which calls a callback on portions of the buffer that are
9149 outside of ignored environments.
9150 (tildify-build-regexp): Remove function since it is now
9151 incorporated in `tildify-foreach-region-outside-env' where it is
9152 optimized and simplified by the use of `mapconcat'.
9153 (tildify-tildify): Return number of substitutions made so that…
9154 (tildify-count): …can be removed.
9155 (tildify-find-env): Accept a new PAIRS argument which was
9156 previously looked up in `tildify-ignored-environments-alist' each
9157 time the function was called. With this change, the lookup is
9158 performed only once in `tildify-foreach-region-outside-env'.
9159 (tildify-region): Greatly simplify the function since now most of
9160 the work is done by `tildify-foreach-region-outside-env'.
9161 (tildify-mode-alist): Simplify slightly by avoiding if and setq
9162 and instead using or.
9163
9164 * textmodes/tildify.el (tildify-ignored-environments-alist):
9165 Optimize environments regexes
9166
9167 Each time beginning of an environment to ignore is found,
9168 `tildify-find-env' needs to identify regexp for the ending
9169 of the environment. This is done by trying all the opening
9170 regexes on matched text in a loop, so to speed that up, this
9171 loop should have fewer things to match, which can be done by
9172 using alternatives in the opening regexes.
9173
9174 Coincidentally, this should make matching of the opening
9175 regexp faster as well thanks to the use of `regexp-opt' and
9176 having common prefix pulled from many regexes.
9177
9178 * textmodes/tildify.el (tildify-string-alist)
9179 (tildify-ignored-environments-alist): Add `nxml-mode' to the list
9180 of supported modes since `xml-mode' is no longer a thing but just
9181 an alias to the former. Also include comments and insides of tags
9182 in `tildify-ignored-environments-alist' for XML modes. Finally,
9183 since XML does not define “&nbsp;”[1], use a numeric reference for
9184 a no-break space (namely “&#160;”)
9185
9186 [1] XML specification defines only a handful of predefined entities.
9187 The list is at <http://www.w3.org/TR/REC-xml/#sec-predefined-ent>
9188 and includes only &lt;, &gt;, &amp;, &apos; and &quot; (meaning <,
9189 >, &, ' and " respectively). This is in contrast to HTML and even
9190 XHTML which defined a whole bunch of entities including “&nbsp;”.
9191
9192 * textmodes/tildify.el (tildify-pattern-alist)
9193 (tildify-string-alist, tildify-ignored-environments-alist):
9194 Improve defcustom's types by adding more tags explaining what each
9195 value means and replace “sexp” used in
9196 `tildify-ignored-environments-alist' with a full type declaration.
9197
9198 * textmodes/tildify.el (tildify-find-env): Fix matched group
9199 indexes in end-regex building
9200
9201 When looking for a start of an ignore-environment, the regex is built
9202 by concatenating regexes of all the environments configured in
9203 `tildify-ignored-environments-alist'. So for example, the following
9204 list could be used to match TeX's \verb and \verb* commands:
9205
9206 (("\\\\verb\\(.\\)" . (1))
9207 ("\\\\verb\\*\\(.\\)" . (1)))
9208
9209 This would result in the following regex being used to find the start
9210 of any of the variants of the \verb command:
9211
9212 \\\\verb\\(.\\)\\|\\\\verb\\*\\(.\\)
9213
9214 But now, if “\\\\verb\\*\\(.\\)” matches, the first capture group
9215 won't match anything, and thus (match-string 1) will be nil, which
9216 will cause building of the end-matching regex to fail.
9217
9218 Fix this by using capture groups from the time when the opening
9219 regexes are matched individually.
9220
9221 * textmodes/tildify.el (tildify-find-env): Fix end-regex building
9222 in `tildify-find-env'
9223
9224 The `tildify-ignored-environments-alist' allows the end-regex to
9225 be provided not as a static string but mix of strings and indexes
9226 of groups matched the begin-regex. For example, the “\verb!…!”
9227 TeX-command (where “!” is an arbitrary character) is handled
9228 using:
9229
9230 ("\\\\verb\\*?\\(.\\)" . (1))
9231
9232 In the same way, the following should be supported as well:
9233
9234 ("open-\\(.\\)" . ("end-" 1))
9235
9236 However the tildify-find-env function fails at
9237
9238 (concat result
9239 (if (stringp (setq aux (car expression)))
9240 expression ; BUG: expression is a list
9241 (regexp-quote (match-string aux))))
9242
9243 where the string part is handled incorrectly.
9244
9245 The most trivial fix would be to replace `expression' in the
9246 true-part of the if-statement with `aux', but instead, this commit
9247 optimizes `tildify-find-env' by changing it to use `mapconcat'
9248 rather than open-coded while-loop.
9249
9250 2014-06-05 Mario Lang <mlang@delysid.org>
9251
9252 * woman.el (woman-mapcan): Remove.
9253 (woman-parse-colon-path): Use cl-mapcan instead.
9254
9255 2014-06-03 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
9256
9257 * register.el: Add link to Emacs manual in Commentary.
9258
9259 2014-06-02 Sam Steingold <sds@gnu.org>
9260
9261 * menu-bar.el (lookup-key-ignore-too-long): Extract from...
9262 (popup-menu): ...here.
9263 (menu-bar-open): Use it to avoid an error when `lookup-key'
9264 returns a number.
9265
9266 2014-06-02 Michael Albinus <michael.albinus@gmx.de>
9267
9268 * net/tramp.el (tramp-call-process): Add traces.
9269 (tramp-handle-unhandled-file-name-directory): Return "/".
9270
9271 2014-06-02 Wilson Snyder <wsnyder@wsnyder.org>
9272
9273 Sync with upstream verilog-mode revision 3cd8144.
9274 * progmodes/verilog-mode.el (verilog-mode-version): Bump.
9275 (verilog-auto-arg-format): New option, to support newlines in AUTOARG.
9276 (verilog-type-font-keywords): Add nor.
9277 (verilog-batch-execute-func): Force reading of Local Variables.
9278 Fix printing "no changes to be saved" with verilog-batch.
9279 (verilog-auto-arg-ports): Doc fix.
9280 Add verilog-auto-arg-format to support newlines in AUTOARG.
9281 (verilog-auto-arg): Doc fix.
9282
9283 2014-06-02 Glenn Morris <rgm@gnu.org>
9284
9285 * emulation/crisp.el, emulation/tpu-edt.el, emulation/tpu-extras.el:
9286 * emulation/tpu-mapper.el, emulation/vi.el, emulation/vip.el:
9287 * emulation/ws-mode.el: Move to obsolete/.
9288 * Makefile.in (AUTOGEN_VCS): Update for moved tpu-edu.el.
9289
9290 2014-06-02 Eli Zaretskii <eliz@gnu.org>
9291
9292 * simple.el (keyboard-quit): Force update of mode lines, to remove
9293 the "Def" indicator, if we were defining a macro. (Bug#17615)
9294
9295 2014-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
9296
9297 * minibuffer.el (minibuffer-force-complete-and-exit):
9298 Obey minibuffer-default (bug#17545).
9299
9300 * progmodes/js.el (js-indent-line): Don't mix columns and chars
9301 (bug#17619).
9302
9303 * subr.el (set-transient-map): Don't wait for some "nested"
9304 transient-map to finish if we're only supposed to be active for
9305 the next command (bug#17642).
9306
9307 2014-06-02 Leo Liu <sdl.web@gmail.com>
9308
9309 * emacs-lisp/gv.el (window-buffer, window-display-table)
9310 (window-dedicated-p, window-hscroll, window-point, window-start):
9311 Fix gv-expander. (Bug#17630)
9312
9313 2014-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
9314
9315 * mouse.el (mouse-posn-property): Ignore posn-point for mode-line
9316 clicks (bug#17633).
9317
9318 * leim/quail/latin-pre.el ("latin-2-prefix"): Use ",," rather than ", "
9319 for the single comma, since ", " is *very* common in normal French text
9320 (bug#17643).
9321
9322 2014-06-02 Glenn Morris <rgm@gnu.org>
9323
9324 * emacs-lisp/package.el (package-check-signature)
9325 (package-unsigned-archives): Fix :version.
9326
9327 2014-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
9328
9329 * subr.el (sit-for): Don't run input-methods (bug#15614).
9330
9331 2014-06-02 Glenn Morris <rgm@gnu.org>
9332
9333 * cus-start.el: Fix some :version numbers.
9334
9335 2014-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
9336
9337 * simple.el (deactivate-mark): Set mark-active to nil even if
9338 deactivation is done via setting transient-mark-mode to nil,
9339 since one is buffer-local and the other is global.
9340
9341 * emacs-lisp/byte-opt.el (byte-optimize-binary-predicate): Don't assume
9342 there can't be more than 2 arguments (bug#17584).
9343
9344 2014-06-02 Glenn Morris <rgm@gnu.org>
9345
9346 * simple.el (filter-buffer-substring-functions)
9347 (filter-buffer-substring-function, buffer-substring-filters)
9348 (filter-buffer-substring, buffer-substring--filter): Doc fixes.
9349
9350 * minibuffer.el (completion-in-region-functions, completion-in-region)
9351 (completion--in-region): Doc fixes.
9352
9353 * abbrev.el (abbrev-expand-functions, abbrev-expand-function)
9354 (expand-abbrev, abbrev--default-expand): Doc fixes.
9355
9356 2014-06-02 Paul Eggert <eggert@cs.ucla.edu>
9357
9358 Include sources used to create macuvs.h.
9359 * international/README: Refer to the Unicode Terms of Use rather
9360 than copying it bodily here, as that simplifies maintenance.
9361
9362 2014-06-01 Glenn Morris <rgm@gnu.org>
9363
9364 * loadup.el (load-prefer-newer): Set non-nil when dumping. (Bug#17629)
9365
9366 2014-05-31 Glenn Morris <rgm@gnu.org>
9367
9368 * files.el (locate-dominating-file): Expand file argument. (Bug#17641)
9369
9370 2014-05-30 Glenn Morris <rgm@gnu.org>
9371
9372 * loadup.el: Treat `command-line-args' more flexibly.
9373
9374 2014-05-30 Alan Mackenzie <acm@muc.de>
9375
9376 Guard (looking-at "\\s!") from XEmacs.
9377 * progmodes/cc-engine.el (c-state-pp-to-literal): Add guard form.
9378
9379 2014-05-30 Ken Olum <kdo@cosmos.phy.tufts.edu>
9380
9381 * mail/rmail.el (rmail-delete-forward, rmail-delete-backward):
9382 The argument COUNT is now optional, to be more backward-compatible.
9383 Doc fix. (Bug#17560)
9384
9385 2014-05-29 Reuben Thomas <rrt@sc3d.org>
9386
9387 * whitespace.el (whitespace-report-region):
9388 Simplify documentation.
9389 (whitespace-report-region): Allow report-if-bogus to take the
9390 value `never', for non-interactive use.
9391 (whitespace-report): Refer to whitespace-report-region's
9392 documentation.
9393
9394 2014-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
9395
9396 * whitespace.el: Use font-lock-flush. Minimize refontifications.
9397 Side benefit: it works without jit-lock.
9398 (whitespace-point--used): New buffer-local var.
9399 (whitespace-color-on): Initialize it and flush it. Use font-lock-flush.
9400 (whitespace-color-off): Use font-lock-flush.
9401 (whitespace-point--used, whitespace-point--flush-used): New functions.
9402 (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
9403 (whitespace-empty-at-eob-regexp): Use them.
9404 (whitespace-post-command-hook): Rewrite.
9405
9406 * font-lock.el (font-lock-flush, font-lock-ensure): New functions.
9407 (font-lock-fontify-buffer): Mark interactive-only.
9408 (font-lock-multiline, font-lock-fontified, font-lock-set-defaults):
9409 Make buffer-local.
9410 (font-lock-specified-p): Remove redundant boundp check.
9411 (font-lock-flush-function, font-lock-ensure-function): New vars.
9412 (font-lock-turn-on-thing-lock): Set them.
9413 (font-lock-default-fontify-buffer): Obey font-lock-dont-widen.
9414 (font-lock-after-change-function): Make `old-len' optional.
9415 (font-lock-set-defaults): Remove redundant `set' of font-lock-defaults.
9416 Call font-lock-flush, just in case.
9417 * progmodes/verilog-mode.el (verilog-preprocess): Disable workaround in
9418 recent Emacsen.
9419 * progmodes/vera-mode.el (vera-fontify-buffer): Declare obsolete.
9420 (vera-mode-map, vera-mode-menu): Remove bindings to it.
9421 * progmodes/idlw-help.el (idlwave-help-fontify): Use font-lock-ensure
9422 and with-syntax-table.
9423 * textmodes/conf-mode.el (conf-quote-normal):
9424 * progmodes/sh-script.el (sh-set-shell):
9425 * progmodes/prog-mode.el (prettify-symbols-mode):
9426 * progmodes/f90.el (f90-font-lock-n):
9427 * progmodes/cwarn.el (cwarn-mode):
9428 * nxml/nxml-mode.el (nxml-toggle-char-ref-extra-display):
9429 * progmodes/compile.el (compilation-setup, compilation--unsetup):
9430 * hi-lock.el (hi-lock-mode, hi-lock-unface-buffer)
9431 (hi-lock-set-pattern, hi-lock-set-file-patterns): Use font-lock-flush.
9432 * mail/rmail.el (rmail-variables): Set font-lock-dont-widen instead of
9433 font-lock-fontify-buffer-function and
9434 font-lock-unfontify-buffer-function.
9435 (rmail-unfontify-buffer-function, rmail-fontify-message):
9436 Use with-silent-modifications.
9437 * htmlfontify.el (hfy-force-fontification): Use jit-lock-fontify-now
9438 and font-lock-ensure.
9439 * bs.el (bs-show-in-buffer): Use font-lock-ensure.
9440
9441 2014-05-28 Thien-Thi Nguyen <ttn@gnu.org>
9442
9443 * emacs-lisp/package.el (package-generate-autoloads):
9444 Inhibit backup files.
9445
9446 2014-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
9447
9448 * progmodes/hideshow.el (hs-hide-all): Call syntax-propertize
9449 (bug#17608).
9450
9451 2014-05-21 Michal Nazarewicz <mina86@mina86.com>
9452
9453 * textmodes/tildify.el (tildify-buffer, tildify-region):
9454 Add dont-ask option.
9455
9456 2014-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
9457
9458 * subr.el (zerop): Move from C. Add compiler-macro (bug#17475).
9459 * emacs-lisp/byte-opt.el (byte-optimize-zerop): Remove.
9460
9461 * subr.el (internal--funcall-interactively): New.
9462 (internal--call-interactively): Remove.
9463 (called-interactively-p): Detect funcall-interactively instead of
9464 call-interactively.
9465 * simple.el (repeat-complex-command): Use funcall-interactively.
9466 (repeat-complex-command--called-interactively-skip): Remove.
9467
9468 2014-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
9469
9470 * register.el (register-read-with-preview): Don't burp on
9471 frame switches (e.g. due to the frame we just popped).
9472
9473 * mouse.el (mouse-set-region): Handle spurious drag events (bug#17562).
9474 (mouse-drag-track): Annotate `mouse-drag-start' so we know we moved.
9475
9476 2014-05-26 Andreas Schwab <schwab@linux-m68k.org>
9477
9478 * cus-face.el (custom-face-attributes): Add :distant-foreground.
9479
9480 2014-05-26 Martin Rudalics <rudalics@gmx.at>
9481
9482 * window.el (window--dump-frame): Remove interactive specification.
9483
9484 2014-05-26 Glenn Morris <rgm@gnu.org>
9485
9486 * hippie-exp.el (he-line-search-regexp):
9487 Handle comint-prompt-regexp containing subgroups. (Bug#17529)
9488
9489 2014-05-26 Stephen Berman <stephen.berman@gmx.net>
9490
9491 * calendar/todo-mode.el: Remove dependence on auto-mode-alist,
9492 to avoid errors when trying to create or visit a file foo.todo
9493 located outside to todo-directory, and to allow having such files
9494 without them being tied to Todo mode (bug#17482).
9495 (todo-show, todo-move-category, todo-merge-category, todo-find-archive)
9496 (todo-archive-done-item, todo-find-filtered-items-file)
9497 (todo-filter-items, todo-find-item, todo-diary-goto-entry)
9498 (todo-category-completions, todo-read-category): When visiting a
9499 Todo file, make sure we're in the right mode and the buffer local
9500 variables are set.
9501 (todo-make-categories-list, todo-reset-nondiary-marker)
9502 (todo-reset-done-string, todo-reset-comment-string):
9503 After processing all Todo files, kill the buffers of those files that
9504 weren't being visited before the processing.
9505 (todo-display-as-todo-file, todo-add-to-buffer-list)
9506 (todo-visit-files-commands): Comment out.
9507 (todo-modes-set-3, todo-mode): Comment out additions to find-file-hook.
9508 (auto-mode-alist): Remove add-to-list calls making Todo file
9509 extensions unrestrictedly tied to Todo modes.
9510
9511 2014-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
9512
9513 * emacs-lisp/nadvice.el (advice--member-p): Change second arg.
9514 (advice-function-member-p): Tell it to check both names and functions
9515 (bug#17531).
9516 (advice--add-function): Adjust call accordingly.
9517
9518 2014-05-26 Stephen Berman <stephen.berman@gmx.net>
9519
9520 * calendar/todo-mode.el: Miscellaneous bug fixes.
9521 (todo-delete-file): When deleting an archive but not its todo
9522 file, make sure to update the todo file's category sexp.
9523 (todo-move-category): Keep the moved category's name unless the
9524 file moved to already has a category with that name. If the
9525 numerically last category of the source file was moved, make the
9526 first category current to avoid selecting a nonexisting category.
9527 (todo-merge-category): Fix implementation to make merging to a
9528 category in another file work as documented. Eliminate now
9529 insufficient and unnecessary renaming of archive category, correct
9530 document string accordingly, and clarify it. If the numerically
9531 last category of the source file was merged, make the first
9532 category current to avoid selecting a nonexisting category.
9533 (todo-archive-done-item): When there are marked items and point
9534 happens to be on an unmarked item, ignore the latter. Don't leave
9535 point below last item after archiving marked items.
9536 (todo-unarchive-items): Fix logic to ensure unarchiving an item
9537 from an archive with only one category deletes the archive only
9538 when the category is empty after unarchiving. Make sure the todo
9539 file's category sexp is updated.
9540 (todo-read-file-name): Allow an existing file name even when it is
9541 not required (todo-move-category needs this to work as documented).
9542 (todo-add-file): Call todo-validate-name to reject the name of an
9543 existing todo file (needed due to fix in todo-read-file-name).
9544 (todo-reset-nondiary-marker): Also reset in filtered items files.
9545 (todo-reset-done-string, todo-reset-comment-string): Also reset in
9546 regexp filtered items files.
9547 (todo-reset-highlight-item): Also reset in filtered items files.
9548 Fix incorrect variable reference in document string.
9549
9550 2014-05-26 Glenn Morris <rgm@gnu.org>
9551
9552 * window.el (window--dump-frame): Avoid error in --without-x builds.
9553
9554 2014-05-26 Glenn Morris <rgm@gnu.org>
9555
9556 * nxml/nxml-mode.el (xml-mode): Only define this alias once.
9557
9558 2014-05-26 Eli Zaretskii <eliz@gnu.org>
9559
9560 * frame.el (set-frame-font): Doc fix.
9561
9562 * menu-bar.el (menu-set-font): Doc fix. (Bug#17532)
9563
9564 2014-05-26 Dmitry Gutov <dgutov@yandex.ru>
9565
9566 * emacs-lisp/package.el (package--download-one-archive):
9567 Use `write-region' instead of `save-buffer' to avoid running various
9568 hooks. (Bug#17155)
9569 (describe-package-1): Same. Insert newline at the end of the
9570 buffer if appropriate.
9571
9572 2014-05-26 Juri Linkov <juri@jurta.org>
9573
9574 * avoid.el (mouse-avoidance-set-mouse-position): Don't raise frame.
9575 (mouse-avoidance-ignore-p): Remove `switch-frame', add `focus-out'.
9576 Add more modifiers: meta, control, shift, hyper, super, alt.
9577 (Bug#17439)
9578
9579 * avoid.el (mouse-avoidance-banish-position): Fix defcustom :options
9580 to allow changing its value with `set-variable'.
9581
9582 2014-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
9583
9584 * progmodes/scheme.el (scheme-mode-syntax-table): Remove hack for
9585 #; comments.
9586 (scheme-syntax-propertize, scheme-syntax-propertize-sexp-comment):
9587 New functions.
9588 (scheme-mode-variables): Set syntax-propertize-function instead of
9589 font-lock-syntactic-face-function.
9590 (scheme-font-lock-syntactic-face-function): Delete.
9591
9592 * emacs-lisp/lisp.el (end-of-defun): Ensure we move (bug#17274).
9593
9594 * emacs-lisp/timer.el (timer-event-handler): Don't run if canceled
9595 (bug#17392).
9596
9597 2014-05-26 Michael Albinus <michael.albinus@gmx.de>
9598
9599 * net/tramp-sh.el (tramp-find-inline-encoding): Do not match "%%t"
9600 for a temporary file name.
9601
9602 2014-05-26 Eli Zaretskii <eliz@gnu.org>
9603
9604 * simple.el (line-move-ignore-invisible): Doc fix. (Bug#17511)
9605
9606 2014-05-26 Michael Albinus <michael.albinus@gmx.de>
9607
9608 * net/dbus.el (dbus-init-bus, dbus-call-method)
9609 (dbus-call-method-asynchronously, dbus-send-signal)
9610 (dbus-method-return-internal, dbus-method-error-internal):
9611 Check, whether Emacs has been compiled with D-Bus support. (Bug#17508)
9612
9613 2014-05-26 Nicolas Richard <theonewiththeevillook@yahoo.fr>
9614
9615 * emacs-lisp/eieio-opt.el (eieio-help-class): Correctly deal with
9616 methods which do not have a doc string. (Bug#17490)
9617
9618 2014-05-25 Tassilo Horn <tsdh@gnu.org>
9619
9620 * textmodes/reftex-ref.el (reftex-format-special): Make it work
9621 also for AMS Math's \eqref macro.
9622
9623 2014-05-25 Thien-Thi Nguyen <ttn@gnu.org>
9624
9625 Arrange to never byte-compile the generated -pkg.el file.
9626
9627 * emacs-lisp/package.el (package-generate-description-file):
9628 Output first-line comment to set buffer-local var `no-byte-compile'.
9629 Suggested by Dmitry Gutov:
9630 <http://lists.gnu.org/archive/html/emacs-devel/2014-05/msg00401.html>.
9631
9632 2014-05-25 Thien-Thi Nguyen <ttn@gnu.org>
9633
9634 Fix bug: Properly quote args to generated -pkg.el `define-package'.
9635
9636 * emacs-lisp/package.el (package-generate-description-file):
9637 Inline `package--alist-to-plist'; rewrite to selectively
9638 quote alist values that are not self-quoting.
9639 (package--alist-to-plist): Delete func.
9640
9641 2014-05-25 Andreas Schwab <schwab@linux-m68k.org>
9642
9643 * term/xterm.el (xterm-function-map): Add mapping for shifted
9644 keypad keys.
9645
9646 2014-05-24 Daniel Colascione <dancol@dancol.org>
9647
9648 * progmodes/subword.el (subword-find-word-boundary): Move point to
9649 correct spot before search. (Bug#17580)
9650
9651 * emacs-lisp/nadvice.el (defun): Write in eval-and-compile to avoid
9652 breaking the build.
9653
9654 2014-05-24 Leo Liu <sdl.web@gmail.com>
9655
9656 * calc/calc.el (math-bignum): Handle most-negative-fixnum. (Bug#17556)
9657
9658 2014-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
9659
9660 * minibuffer.el (completion--sreverse): Remove.
9661 (completion--common-suffix): Use `reverse' instead.
9662 * emacs-lisp/regexp-opt.el (regexp-opt-group): Use `reverse' on strings.
9663
9664 2014-05-22 Glenn Morris <rgm@gnu.org>
9665
9666 * shell.el (shell-mode) <shell-dirstack-query>: Bypass bash aliases.
9667
9668 2014-05-21 Daniel Colascione <dancol@dancol.org>
9669
9670 * files.el (interpreter-mode-alist): Add mksh.
9671
9672 * progmodes/sh-script.el (sh-ancestor-alist): Add mksh, a pdksh
9673 derivative.
9674 (sh-alias-alist): Alias /system/bin/sh (Android's system shell) to
9675 mksh. Improve custom spec; allow regular expressions.
9676 (sh-shell): Delegate name splitting to `sh-canonicalize-shell'.
9677 (sh-after-hack-local-variables): New function.
9678 (sh-mode): Use it; respect file-local `sh-shell' variable. (Bug#17333)
9679 (sh-set-shell): Use `sh-canonicalize-shell' instead of open-coding
9680 the normalization.
9681 (sh-canonicalize-shell): Rewrite to support regexes.
9682
9683 2014-05-21 Leo Liu <sdl.web@gmail.com>
9684
9685 * emacs-lisp/cl-lib.el (cl-endp): Fix last change.
9686
9687 2014-05-19 Leo Liu <sdl.web@gmail.com>
9688
9689 * emacs-lisp/cl-lib.el (cl-endp): Conform to CL's semantics.
9690
9691 2014-05-18 Glenn Morris <rgm@gnu.org>
9692
9693 * loadup.el:
9694 * play/gametree.el: `track-mouse' is always defined since 2012-11-24.
9695
9696 2014-05-14 Sam Steingold <sds@gnu.org>
9697
9698 * progmodes/python.el (python-shell-get-or-create-process):
9699 Do not bind `current-prefix-arg' so that C-c C-z does not talk
9700 back unless requested.
9701
9702 2014-05-14 Glenn Morris <rgm@gnu.org>
9703
9704 * subr.el (with-file-modes): New macro.
9705 * printing.el (pr-save-file-modes): Make obsolete.
9706 * eshell/esh-util.el (eshell-with-file-modes): Make obsolete.
9707 * emacs-lisp/lisp-mode.el (lisp-el-font-lock-keywords-2):
9708 Add with-file-modes.
9709 * doc-view.el (doc-view-make-safe-dir):
9710 * epg.el (epg--start):
9711 * files.el (locate-user-emacs-file, make-temp-file)
9712 (backup-buffer-copy, move-file-to-trash):
9713 * printing.el (pr-despool-print, pr-call-process, pr-text2ps):
9714 * eshell/esh-util.el (eshell-with-private-file-modes)
9715 (eshell-make-private-directory):
9716 * net/browse-url.el (browse-url-mosaic):
9717 * obsolete/mailpost.el (post-mail-send-it):
9718 * obsolete/pgg-pgp.el (pgg-pgp-verify-region):
9719 * obsolete/pgg-pgp5.el (pgg-pgp5-verify-region):
9720 Use with-file-modes.
9721
9722 * vc/emerge.el (emerge-make-temp-file): Simplify.
9723
9724 2014-05-14 Stephen Berman <stephen.berman@gmx.net>
9725 Stefan Monnier <monnier@iro.umontreal.ca>
9726
9727 * minibuffer.el (completion-pcm--merge-try): Merge trailing / with
9728 suffix (bug#15419).
9729
9730 2014-05-14 Glenn Morris <rgm@gnu.org>
9731
9732 * vc/emerge.el (emerge-temp-file-prefix):
9733 Make pointless option obsolete.
9734 (emerge-temp-file-mode): Make non-functional option obsolete.
9735
9736 2014-05-14 Michael Albinus <michael.albinus@gmx.de>
9737
9738 * net/browse-url.el (browse-url):
9739 Use `unhandled-file-name-directory' when setting `default-directory',
9740 in order to circumvent stalled remote connections. (Bug#17425)
9741
9742 2014-05-14 Glenn Morris <rgm@gnu.org>
9743
9744 * printing.el (subst-char-in-string, make-temp-file, pr-get-symbol):
9745 Optimize on Emacs, which has the relevant functions for ages.
9746
9747 2014-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
9748
9749 * simple.el (undo-make-selective-list): Obey undo-no-redo.
9750
9751 2014-05-12 Sam Steingold <sds@gnu.org>
9752
9753 * calendar/time-date.el (seconds-to-string): New function to
9754 pretty print time delay in seconds.
9755
9756 2014-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
9757
9758 * mpc.el (mpc-format): Trim Date to the year.
9759 (mpc-songs-hashcons): Shorten the Date field.
9760
9761 * emacs-lisp/nadvice.el (advice--interactive-form): Don't get fooled
9762 into autoloading just because of a silly indirection.
9763
9764 2014-05-12 Santiago Payà i Miralta <santiagopim@gmail.com>
9765
9766 * vc/vc-hg.el (vc-hg-unregister): New function. (Bug#17454)
9767
9768 2014-05-12 Glenn Morris <rgm@gnu.org>
9769
9770 * emacs-lisp/find-gc.el: Move to ../admin.
9771
9772 * printing.el (pr-version):
9773 * ps-print.el (ps-print-version): Also mention bug-gnu-emacs.
9774
9775 * net/browse-url.el (browse-url-mosaic):
9776 Create /tmp/Mosaic.PID as a private file.
9777
9778 2014-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
9779
9780 * emacs-lisp/nadvice.el: Support adding a given function multiple times.
9781 (advice--member-p): If name is given, only compare the name.
9782 (advice--remove-function): Don't stop at the first match.
9783 (advice--normalize-place): New function.
9784 (add-function, remove-function): Use it.
9785 (advice--add-function): Pass the name, if any, to
9786 advice--remove-function.
9787
9788 2014-05-12 Philipp Rumpf <prumpf@gmail.com> (tiny change)
9789
9790 * electric.el (electric-indent-post-self-insert-function): Don't use
9791 `pos' after modifying the buffer (bug#17449).
9792
9793 2014-05-12 Stephen Berman <stephen.berman@gmx.net>
9794
9795 * calendar/todo-mode.el (todo-insert-item-from-calendar):
9796 Correct argument list to conform to todo-insert-item--basic.
9797
9798 2014-05-12 Glenn Morris <rgm@gnu.org>
9799
9800 * files.el (cd-absolute): Test if directory is accessible
9801 rather than executable. (Bug#17330)
9802
9803 * progmodes/compile.el (recompile):
9804 Handle C-u M-x recompile from a non-compilation buffer. (Bug#17444)
9805
9806 * net/browse-url.el (browse-url-mosaic):
9807 Be careful when writing /tmp/Mosaic.PID. (Bug#17428)
9808 This is CVE-2014-3423.
9809
9810 2014-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
9811
9812 * mouse.el: Use the normal toplevel loop while dragging.
9813 (mouse-set-point): Handle multi-clicks.
9814 (mouse-set-region): Handle multi-clicks for drags.
9815 (mouse-drag-region): Update call accordingly.
9816 (mouse-drag-track): Remove `do-mouse-drag-region-post-process' hack.
9817 Use the normal event loop instead of a local while/read-event loop.
9818 (global-map): Remove redundant bindings for double/triple-mouse-1.
9819 * xt-mouse.el (xterm-mouse-translate-1): Only process one event at a time.
9820 Generate synthetic down events when the protocol only sends up events.
9821 (xterm-mouse-last): Remove.
9822 (xterm-mouse--read-event-sequence-1000): Use xterm-mouse-last-down
9823 terminal parameter instead.
9824 (xterm-mouse--set-click-count): New function.
9825 (xterm-mouse-event): Detect/generate double/triple clicks.
9826 * reveal.el (reveal-close-old-overlays): Don't close while dragging.
9827
9828 * info.el (Info-quoted): New face.
9829 (Info-mode-font-lock-keywords): New var.
9830 (Info-mode): Use it.
9831
9832 * emacs-lisp/lisp-mode.el (preceding-sexp): Exclude leading "," which
9833 are a hindrance for C-x C-e.
9834
9835 2014-05-11 Leo Liu <sdl.web@gmail.com>
9836
9837 * net/rcirc.el (rcirc-sentinel): Fix last change.
9838
9839 2014-05-08 Sam Steingold <sds@gnu.org>
9840
9841 * net/rcirc.el (rcirc-reconnect-delay): New user option.
9842 (rcirc-sentinel): Auto-reconnect to the server if
9843 `rcirc-reconnect-delay' is non-0 (but not more often than its
9844 value in case the host is off-line).
9845
9846 2014-05-09 Eli Zaretskii <eliz@gnu.org>
9847
9848 * progmodes/grep.el (lgrep): Fix a typo in last commit.
9849
9850 2014-05-09 Glenn Morris <rgm@gnu.org>
9851
9852 * files.el (file-expand-wildcards):
9853 * man.el (Man-support-local-filenames):
9854 * printing.el (pr-i-directory, pr-interface-directory):
9855 * progmodes/grep.el (lgrep, rgrep):
9856 * textmodes/ispell.el (ispell-call-process)
9857 (ispell-call-process-region, ispell-start-process)
9858 (ispell-init-process): Use file-accessible-directory-p.
9859
9860 2014-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
9861
9862 * xt-mouse.el: Drop spurious/oddly shaped events (bug#17378).
9863 (xterm-mouse--read-event-sequence-1000): Return nil if something
9864 looks fishy.
9865 (xterm-mouse-event): Propagate it.
9866 (xterm-mouse-translate-1): Handle it.
9867
9868 2014-05-08 Stephen Berman <stephen.berman@gmx.net>
9869
9870 * calendar/todo-mode.el (todo-insert-item--apply-args): When all
9871 four slots of the parameter list are filled, make sure to pass it
9872 to the argument list of todo-insert-item--basic.
9873
9874 2014-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
9875
9876 * emacs-lisp/package.el (package-compute-transaction): Topological sort.
9877 Add optional `seen' argument to detect and break infinite loops.
9878
9879 2014-05-08 Eli Zaretskii <eliz@gnu.org>
9880
9881 * emacs-lisp/find-gc.el (find-gc-unsafe, find-unsafe-funcs)
9882 (trace-unsafe, trace-use-tree): Make parentheses style be
9883 according to Emacs style.
9884
9885 2014-05-08 Michael Albinus <michael.albinus@gmx.de>
9886
9887 * net/tramp-sh.el (tramp-remote-process-environment):
9888 Remove HISTFILE and HISTSIZE; it's too late to set them here.
9889 Add :version entry.
9890 (tramp-open-shell): Do not let-bind `tramp-end-of-output'.
9891 Add "HISTFILE=/dev/null" to the shell's env arguments. Do not send
9892 extra "PSx=..." commands.
9893 (tramp-maybe-open-connection): Setenv HISTFILE to /dev/null.
9894 (Bug#17295)
9895
9896 (tramp-uudecode): Replace the hard-coded temporary file name by a
9897 format specifier.
9898 (tramp-remote-coding-commands): Enhance docstring.
9899 (tramp-find-inline-encoding): Replace "%t" by a temporary file
9900 name. (Bug#17415)
9901 This is CVE-2014-3424.
9902
9903 2014-05-08 Glenn Morris <rgm@gnu.org>
9904
9905 * emacs-lisp/find-gc.el (find-gc-source-directory): Give it a value.
9906 (find-gc-source-files): Update some names.
9907 (trace-call-tree): Simplify and update.
9908 Avoid predictable temp-file names. (http://bugs.debian.org/747100)
9909 This is CVE-2014-3422.
9910
9911 2014-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
9912
9913 * minibuffer.el (completion--try-word-completion): Revert fix for
9914 Bug#15980 (bug#17375).
9915
9916 * xt-mouse.el (xterm-mouse--read-event-sequence-1000): (bug#17378)
9917 Always store button numbers in the same way in xterm-mouse-last;
9918 Don't burp is xterm-mouse-last is not set as expected.
9919 Never return negative indices.
9920
9921 2014-05-08 Dmitry Gutov <dgutov@yandex.ru>
9922
9923 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
9924 Backtrack one char if the global/char-literal var matcher hits
9925 inside a string. The next char could be the beginning of an
9926 expression expansion.
9927
9928 2014-05-08 Glenn Morris <rgm@gnu.org>
9929
9930 * help-fns.el (describe-function-1): Test for an autoload before a
9931 macro, since `macrop' works on autoloads. (Bug#17410)
9932
9933 2014-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
9934
9935 * electric.el (electric-indent-functions-without-reindent): Add yaml.
9936
9937 * minibuffer.el (completion-table-with-quoting) <completion--unquote>:
9938 Make sure the new point we return is within the new string (bug#17239).
9939
9940 2014-05-05 Daniel Colascione <dancol@dancol.org>
9941
9942 * progmodes/compile.el (compilation-error-regexp-alist-alist):
9943 Port `gnu' pattern to rx.
9944
9945 2014-05-05 Jarek Czekalski <jarekczek@poczta.onet.pl>
9946
9947 Remove unneeded prompt when closing a buffer with active
9948 emacsclient ("Buffer ... still has clients"), #16548.
9949 * server.el (server-start): Remove the only call to:
9950 (server-kill-buffer-query-function): Remove.
9951
9952 2014-05-04 Leo Liu <sdl.web@gmail.com>
9953
9954 * calendar/diary-lib.el (calendar-chinese-month-name-array):
9955 Defvar to pacify compiler.
9956
9957 2014-05-04 Eli Zaretskii <eliz@gnu.org>
9958
9959 * mail/rmailsum.el (rmail-new-summary-1): Fix a typo in a comment.
9960
9961 2014-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
9962
9963 * vc/ediff-diff.el (ediff-set-fine-diff-properties-in-one-buffer):
9964 Use nil rather than `default' for the "default" appearance (bug#17388).
9965 * vc/ediff-util.el (ediff-inferior-compare-regions)
9966 (ediff-toggle-autorefine, ediff-unselect-difference): Don't use
9967 a misleading `default' value when it's really a boolean.
9968 * vc/ediff-init.el (ediff-set-overlay-face): Don't set help-echo if the
9969 overlay is not visible.
9970
9971 2014-05-04 Stephen Berman <stephen.berman@gmx.net>
9972
9973 * calendar/todo-mode.el (todo-edit-file): Use display-warning.
9974 (todo-menu): Uncomment and update.
9975
9976 2014-05-04 Stephen Berman <stephen.berman@gmx.net>
9977
9978 * calendar/todo-mode.el: Reimplement item editing to have the same
9979 basic user interface as item insertion, and make small UI and
9980 larger internal improvements to the latter.
9981 (todo-insert-item): Add reference to the Todo mode user manual to
9982 the documentation string.
9983 (todo-insert-item--basic): Rename from todo-basic-insert-item and
9984 adjust all callers. Change signature to combine diary and
9985 nonmarking arguments. Incorporate functionality of deleted item
9986 copying command and add error checking. Remove detailed
9987 descriptions of the arguments from the documentation string, since
9988 this is treated in the Todo mode user manual.
9989 (todo-copy-item, todo-edit-multiline-item)
9990 (todo-edit-done-item-comment, todo-edit-item-header)
9991 (todo-edit-item-time, todo-edit-item-date-from-calendar)
9992 (todo-edit-item-date-to-today, todo-edit-item-date-day-name)
9993 (todo-edit-item-date-year, todo-edit-item-date-month)
9994 (todo-edit-item-date-day, todo-edit-item-diary-nonmarking):
9995 Remove.
9996 (todo-edit-item): Reimplement as wrapper command for
9997 todo-edit-item--next-key and make it distinguish done and not done
9998 todo items.
9999 (todo-edit-item--text): New function, replacing old command
10000 todo-edit-item and incorporating deleted commands
10001 todo-edit-multiline-item and todo-edit-done-item-comment.
10002 (todo-edit-item--header): Rename from todo-basic-edit-item-header.
10003 Use only numeric value of prefix argument. Remove detailed
10004 descriptions of the arguments from the documentation string, since
10005 this is treated in the Todo mode user manual.
10006 (todo-edit-item--diary-inclusion): New function, replacing old
10007 command todo-edit-item-diary-inclusion and incorporating and fixing
10008 functionality of deleted command todo-edit-item-diary-nonmarking,
10009 making sure to remove todo-nondiary-marker when adding
10010 diary-nonmarking-symbol.
10011 (todo-edit-category-diary-inclusion): Make sure to delete
10012 diary-nonmarking-symbol when adding todo-nondiary-marker.
10013 (todo-edit-category-diary-nonmarking): Fix indentation.
10014 (todo-insert-item--parameters): Group diary and nonmarking
10015 parameters together.
10016 (todo-insert-item--apply-args): Adjust to signature of
10017 todo-insert-item--basic and incorporate copy parameter.
10018 Make small code improvements.
10019 (todo-insert-item--next-param): Improve prompt and adjust it to
10020 new parameter grouping. Remove obsolete code.
10021 (todo-edit-item--param-key-alist)
10022 (todo-edit-item--date-param-key-alist)
10023 (todo-edit-done-item--param-key-alist): New defconsts.
10024 (todo-edit-item--prompt): New variable.
10025 (todo-edit-item--next-key): New function.
10026 (todo-key-bindings-t): Bind "e" to todo-edit-item.
10027 Remove bindings of deleted commands.
10028
10029 2014-05-04 Leo Liu <sdl.web@gmail.com>
10030
10031 * emacs-lisp/cl-macs.el (cl-deftype): Fix indentation.
10032
10033 2014-05-04 Glenn Morris <rgm@gnu.org>
10034
10035 * allout-widgets.el (allout-widgets-tally)
10036 (allout-decorate-item-guides):
10037 * menu-bar.el (menu-bar-positive-p):
10038 * minibuffer.el (completion-pcm-complete-word-inserts-delimiters):
10039 * progmodes/gdb-mi.el (gdbmi-same-start, gdbmi-is-number):
10040 * progmodes/js.el (js--inside-param-list-p)
10041 (js--inside-dojo-class-list-p, js--forward-destructuring-spec):
10042 * progmodes/prolog.el (region-exists-p):
10043 * progmodes/verilog-mode.el (verilog-scan-cache-ok-p):
10044 * textmodes/reftex-parse.el (reftex-using-biblatex-p):
10045 Doc fixes (replace `iff').
10046
10047 2014-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
10048
10049 * mpc.el (mpc-volume-mouse-set): Don't burp at the boundaries.
10050
10051 2014-05-04 Leo Liu <sdl.web@gmail.com>
10052
10053 Support Chinese diary entries in calendar and diary. (Bug#17393)
10054 * calendar/cal-china.el (calendar-chinese-month-name-array): New var.
10055 (calendar-chinese-from-absolute-for-diary)
10056 (calendar-chinese-to-absolute-for-diary)
10057 (calendar-chinese-mark-date-pattern, diary-chinese-mark-entries)
10058 (diary-chinese-list-entries): New functions to list and mark
10059 Chinese diary entries in the calendar window.
10060 (diary-chinese-anniversary)
10061 (diary-chinese-insert-anniversary-entry)
10062 (diary-chinese-insert-entry, diary-chinese-insert-monthly-entry)
10063 (diary-chinese-insert-yearly-entry): New commands to insert
10064 Chinese diary entries.
10065
10066 * calendar/diary-lib.el (diary-font-lock-keywords):
10067 Support font-locking Chinese dates.
10068
10069 * calendar/cal-menu.el (cal-menu-diary-menu): Add entries for
10070 inserting Chinese diary entries.
10071
10072 * calendar/calendar.el (diary-chinese-entry-symbol):
10073 New customizable variable.
10074 (calendar-mode-map): Add bindings for inserting Chinese diary
10075 entries.
10076
10077 2014-05-03 Juri Linkov <juri@jurta.org>
10078
10079 * dired.el (dired-check-switches, dired-switches-recursive-p):
10080 New functions. (Bug#17218)
10081 (dired-switches-escape-p, dired-move-to-end-of-filename):
10082 Use `dired-check-switches'.
10083 (dired-insert-old-subdirs, dired-build-subdir-alist)
10084 (dired-sort-R-check): Use `dired-switches-recursive-p'.
10085
10086 2014-05-01 Barry O'Reilly <gundaetiapo@gmail.com>
10087
10088 * simple.el (undo-make-selective-list): New algorithm fixes
10089 incorrectness of position adjustments when undoing in region.
10090 (Bug#17235)
10091 (undo-elt-crosses-region): Make obsolete.
10092 (undo-adjust-elt, undo-adjust-beg-end, undo-adjust-pos):
10093 New functions to adjust positions using undo-deltas.
10094
10095 2014-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
10096
10097 * emacs-lisp/lisp-mode.el (lisp--match-hidden-arg): Only highlight past
10098 the last consecutive closing paren (bug#17345).
10099
10100 2014-04-30 Reuben Thomas <rrt@sc3d.org>
10101
10102 * dired.el (dired-mode): make terminology for eXpunge command
10103 consistent. (Bug#17276)
10104
10105 2014-04-30 Eli Zaretskii <eliz@gnu.org>
10106
10107 * dired.el (dired-initial-position-hook, dired-initial-position):
10108 Doc string fixes.
10109
10110 2014-04-30 Glenn Morris <rgm@gnu.org>
10111
10112 * mail/rmail.el (rmail-quit): Handle killed summaries. (Bug#17283)
10113
10114 2014-04-30 Matthias Dahl <matthias.dahl@binary-island.eu>
10115
10116 * faces.el (face-spec-recalc): Apply X resources only after the
10117 defface spec has been applied. Thus, X resources are no longer
10118 overriden by the defface spec which also fixes issues on win32 where
10119 the toolbar coloring was wrong because it is set through X resources
10120 and was (wrongfully) overriden. (Bug#16694)
10121
10122 2014-04-30 Stefan Monnier <monnier@iro.umontreal.ca>
10123
10124 * textmodes/rst.el (electric-pair-pairs): Declare.
10125 (rst-mode): Set it (bug#17131).
10126
10127 2014-04-30 Juri Linkov <juri@jurta.org>
10128
10129 * desktop.el (desktop-value-to-string): Let-bind `print-length'
10130 and `print-level' to nil. (Bug#17351)
10131
10132 2014-04-30 Nicolas Richard <theonewiththeevillook@yahoo.fr>
10133
10134 * battery.el (battery-update): Handle the case where battery
10135 status is "N/A" (bug#17319).
10136
10137 2014-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
10138
10139 * progmodes/ps-mode.el: Use SMIE. Move string and comment recognition
10140 to syntax-propertize.
10141 (ps-mode-auto-indent): Mark as obsolete.
10142 (ps-mode-font-lock-keywords-1): Remove string-or-comment handling.
10143 (ps-mode-font-lock-keywords-3): Use symbol regexp operators instead of
10144 word regexp operators.
10145 (ps-mode-map): Move initialization into declaration. Remove binding
10146 for TAB, RET, >, ], and }.
10147 (ps-mode-syntax-table): Move initialization into declaration.
10148 Don't give word syntax to non-word chars.
10149 (ps-run-mode-map): Move initialization into declaration.
10150 (ps-mode-menu-main): Remove auto-indent entry.
10151 (ps-mode-smie-rules): New function.
10152 (ps-mode): Setup smie, syntax-propertize, and electric-indent-mode.
10153 (ps-mode-looking-at-nested, ps-mode-match-string-or-comment): Remove.
10154 (ps-mode--string-syntax-table): New const.
10155 (ps-mode--syntax-propertize-special, ps-mode-syntax-propertize):
10156 New functions.
10157 (ps-mode-newline, ps-mode-tabkey, ps-mode-r-brace, ps-mode-r-angle)
10158 (ps-mode-r-gt, ps-mode-r-balance): Remove functions.
10159
10160 2014-04-27 Daniel Colascione <dancol@dancol.org>
10161
10162 * term/xterm.el (xterm-paste): Use large finite timeout when
10163 reading event to avoid putting keys in this-command-keys.
10164
10165 2014-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
10166
10167 * progmodes/perl-mode.el (perl--syntax-exp-intro-regexp): New var.
10168 (perl-syntax-propertize-function): Use it. Extend handling of
10169 here-docs to the unquoted case.
10170
10171 2014-04-25 Eli Zaretskii <eliz@gnu.org>
10172
10173 * tooltip.el (tooltip-show-help-non-mode, tooltip-show-help):
10174 Use equal-including-properties to compare help-echo strings (bug#17331).
10175
10176 2014-04-25 Leo Liu <sdl.web@gmail.com>
10177
10178 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
10179 Fix syntax for @. (Bug#17325)
10180
10181 2014-04-25 Daniel Colascione <dancol@dancol.org>
10182
10183 * emacs-lisp/cl.el (gv): Require gv early to break eager
10184 macro-expansion cycles.
10185
10186 2014-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
10187
10188 * simple.el (region-active-p): Check there's a mark (bug#17324).
10189
10190 * simple.el (completion-list-mode-map): Use choose-completion for the
10191 mouse binding as well (bug#17302).
10192 (completion-list-mode, completion-setup-function): Adjust docstring and
10193 echo area message accordingly.
10194 * progmodes/idlwave.el (idlwave-choose-completion): Adjust to new
10195 calling convention of choose-completion.
10196 * comint.el (comint-dynamic-list-completions):
10197 * term.el (term-dynamic-list-completions): Accept choose-completion.
10198
10199 * progmodes/perl-mode.el (perl-syntax-propertize-function): Slash after
10200 &, |, +, - and * can't be a division (bug#17317).
10201
10202 * term/xterm.el (xterm--version-handler): Don't use modern xterm
10203 features on gnome-terminal (bug#16988).
10204
10205 2014-04-25 Thien-Thi Nguyen <ttn@gnu.org>
10206
10207 Improve Scheme font-locking for (define ((foo ...) ...) ...).
10208
10209 * progmodes/scheme.el (scheme-font-lock-keywords-1): To find
10210 the declared object, ignore zero or more parens, not zero or one.
10211
10212 2014-04-24 Leo Liu <sdl.web@gmail.com>
10213
10214 * progmodes/xscheme.el (xscheme-expressions-ring)
10215 (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
10216 (xscheme-control-g-disabled-p, xscheme-process-filter-state)
10217 (xscheme-allow-output-p, xscheme-prompt)
10218 (xscheme-string-accumulator, xscheme-mode-string): Use defvar-local.
10219
10220 * progmodes/scheme.el (would-be-symbol, next-sexp-as-string):
10221 Comment out unused functions.
10222
10223 2014-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
10224
10225 * info.el: Use lexical-binding and cl-lib.
10226 Use defvar-local and setq-local instead of make-local-variable.
10227 (Info-apropos-matches): Avoid add-to-list.
10228 (Info-edit-mode-map): Fix obsolescence call to Info-edit-map.
10229
10230 2014-04-24 Daniel Colascione <dancol@dancol.org>
10231
10232 * progmodes/sh-script.el (sh-builtins): Add coproc to list of bash builtins.
10233
10234 2014-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
10235
10236 * emacs-lisp/cl-macs.el (cl--loop-let): Fix last merge.
10237
10238 2014-04-22 Michael Heerdegen <michael_heerdegen@web.de>
10239
10240 * dired.el (dired-insert-set-properties): Do not consider
10241 subdirectory headings and empty lines to be information that
10242 `dired-hide-details-mode' should hide. (Bug#17228)
10243
10244 2014-04-22 Michael Albinus <michael.albinus@gmx.de>
10245
10246 * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
10247 Remove test messages.
10248 (tramp-do-copy-or-rename-file-out-of-band): Do not quote `source'
10249 and `target' twice.
10250
10251 2014-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
10252
10253 * dframe.el (dframe-get-focus): Remove `hook' argument (bug#17311).
10254 * speedbar.el (speedbar-get-focus): Run the "hook" afterwards instead.
10255
10256 * emacs-lisp/cl-macs.el (cl--loop-let): Avoid `nil' as var name.
10257
10258 2014-04-22 Michael Albinus <michael.albinus@gmx.de>
10259
10260 * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
10261 Set "IFS=" when using read builtin, in order to preserve spaces in
10262 the file name. Add test messages for hunting a bug on hydra.
10263 (tramp-get-ls-command): Undo using "-b" argument. It doesn't help.
10264
10265 2014-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
10266
10267 * progmodes/prog-mode.el (prettify-symbols--compose-symbol):
10268 Don't prettify a word within a symbol.
10269
10270 2014-04-22 Michael Albinus <michael.albinus@gmx.de>
10271
10272 * net/tramp-sh.el (tramp-get-ls-command): Use "-b" argument if
10273 possible.
10274
10275 2014-04-22 Daniel Colascione <dancol@dancol.org>
10276
10277 * emacs-lisp/byte-run.el (function-put): Unbreak build: don't
10278 use defun to define `function-put'.
10279
10280 2014-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
10281
10282 * emacs-lisp/lisp-mode.el (lisp--match-hidden-arg): New function.
10283 (lisp-el-font-lock-keywords-2, lisp-cl-font-lock-keywords-2): Use it.
10284 (lisp-mode-variables): Set font-lock-extra-managed-props.
10285
10286 * emacs-lisp/byte-run.el (function-put): New function.
10287 (defun-declarations-alist): Use it. Add `pure' and `side-effect-free'.
10288 * emacs-lisp/cl-macs.el (cl-defstruct, cl-struct-sequence-type)
10289 (cl-struct-slot-info, cl-struct-slot-offset, cl-struct-slot-value):
10290 Use them.
10291
10292 2014-04-22 Daniel Colascione <dancol@dancol.org>
10293
10294 * emacs-lisp/macroexp.el (internal-macroexpand-for-load):
10295 Add `full-p' parameter; when nil, call `macroexpand' instead of
10296 `macroexpand-all'.
10297
10298 * emacs-lisp/byte-run.el (eval-when-compile, eval-and-compile):
10299 Improve docstrings.
10300
10301 * emacs-lisp/bytecomp.el (byte-compile-initial-macro-environment):
10302 Use lambda function values, not quoted lambdas.
10303 (byte-compile-recurse-toplevel): Remove extraneous &optional.
10304
10305 * emacs-lisp/cl-macs.el
10306 (cl-struct-sequence-type, cl-struct-slot-info): Declare pure.
10307 (cl-struct-slot-value): Conditionally use aref or nth so that the
10308 compiler produces optimal code.
10309
10310 2014-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
10311
10312 * emacs-lisp/cl-macs.el (cl-struct-slot-offset): Mark as pure.
10313 (inline): Don't inline cl--set-elt.
10314 (cl-struct-slot-value): Remove explicit gv-setter and compiler-macro.
10315 Define as inlinable instead.
10316 (cl-struct-set-slot-value): Remove.
10317
10318 * emacs-lisp/cl-lib.el (cl--set-elt): Remove.
10319 * emacs-lisp/cl-seq.el (cl-replace, cl-substitute, cl-nsubstitute):
10320 Use setf instead.
10321
10322 2014-04-21 Daniel Colascione <dancol@dancol.org>
10323
10324 * emacs-lisp/cl-macs.el (cl--const-expr-val): We didn't need the
10325 last two parameters after all.
10326 (cl--expr-contains,cl--compiler-macro-typep,cl--compiler-macro-member)
10327 (cl--compiler-macro-assoc,cl-struct-slot-value)
10328 (cl-struct-set-slot-value): Stop using them.
10329
10330 (2014-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
10331
10332 * image-mode.el (image-mode-window-put): Don't assume there's a `t'
10333 entry in image-mode-winprops-alist.
10334
10335 2014-04-21 Daniel Colascione <dancol@dancol.org>
10336
10337 * emacs-lisp/bytecomp.el (byte-compile-recurse-toplevel): New function.
10338 (byte-compile-recurse-toplevel, byte-compile-initial-macro-environment)
10339 (byte-compile-toplevel-file-form): Use it.
10340
10341 * emacs-lisp/cl-macs.el:
10342 (cl--loop-let): Properly destructure `while' clauses.
10343
10344 2014-04-20 Daniel Colascione <dancol@dancol.org>
10345
10346 * vc/vc.el (vc-root-dir): New public autoloaded function for
10347 generically finding the current VC root.
10348 * vc/vc-hooks.el (vc-not-supported): New error.
10349 (vc-call-backend): Signal `vc-not-supported' instead of generic error.
10350
10351 2014-04-20 Daniel Colascione <dancol@dancol.org>
10352
10353 * emacs-lisp/cl-macs.el (cl-the): Make `cl-the' assert its type
10354 argument.
10355 (cl--const-expr-val): cl--const-expr-val should macroexpand its
10356 argument in case we're inside a symbol-macrolet.
10357 (cl--do-arglist, cl--compiler-macro-typep)
10358 (cl--compiler-macro-member, cl--compiler-macro-assoc): Pass macro
10359 environment to `cl--const-expr-val'.
10360 (cl-struct-sequence-type,cl-struct-slot-info)
10361 (cl-struct-slot-offset, cl-struct-slot-value)
10362 (cl-struct-set-slot-value): New functions.
10363
10364 2014-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
10365
10366 * progmodes/sh-script.el (sh-smie--sh-keyword-p): Handle variable
10367 assignments such as "case=hello" (bug#17297).
10368
10369 2014-04-18 Michael Albinus <michael.albinus@gmx.de>
10370
10371 * net/tramp.el (tramp-run-real-handler, tramp-file-name-handler):
10372 Do not autoload.
10373 (tramp-file-name-handler, tramp-completion-file-name-handler):
10374 Revert patch from 2014-04-10, it isn't necessary anymore.
10375 (tramp-autoload-file-name-handler)
10376 (tramp-register-autoload-file-name-handlers): New defuns.
10377 (top): Autoload call of `tramp-register-autoload-file-name-handlers'.
10378 (tramp-register-file-name-handlers): Remove also
10379 `tramp-autoload-file-name-handler' from `file-name-handler-list'.
10380 Do not autoload its invocation, but eval it after loading of 'tramp.
10381
10382 * net/tramp-adb.el (tramp-unload-hook): Unload `tramp-adb'.
10383
10384 * net/tramp-compat.el (tramp-unload-hook): Unload `tramp-loaddefs'.
10385
10386 2014-04-17 Daniel Colascione <dancol@dancol.org>
10387
10388 Add support for bracketed paste mode; add infrastructure for
10389 managing terminal mode enabling and disabling automatically.
10390
10391 * xt-mouse.el:
10392 (xterm-mouse-mode): Simplify.
10393 (xterm-mouse-tracking-enable-sequence)
10394 (xterm-mouse-tracking-disable-sequence): New constants.
10395 (turn-on-xterm-mouse-tracking-on-terminal)
10396 (turn-off-xterm-mouse-tracking-on-terminal):
10397 Use tty-mode-set-strings and tty-mode-reset-strings terminal
10398 parameters instead of random hooks.
10399 (turn-on-xterm-mouse-tracking)
10400 (turn-off-xterm-mouse-tracking): Delete.
10401
10402 * term/xterm.el (xterm-extra-capabilities): Fix bitrotted comment.
10403 (xterm-paste-ending-sequence): New constant.
10404 (xterm-paste): New command used for bracketed paste support.
10405
10406 (xterm-modify-other-keys-terminal-list): Delete obsolete variable.
10407 (terminal-init-xterm-bracketed-paste-mode): New function.
10408 (terminal-init-xterm): Call it.
10409 (terminal-init-xterm-modify-other-keys): Use tty-mode-set-strings
10410 and tty-mode-reset-strings instead of random hooks.
10411 (xterm-turn-on-modify-other-keys)
10412 (xterm-turn-off-modify-other-keys)
10413 (xterm-remove-modify-other-keys): Delete obsolete functions.
10414
10415 * term/screen.el: Rewrite to just use the xterm code.
10416 Add copyright notice. Mention tmux.
10417
10418 2014-04-17 Ian D <dunni@gnu.org> (tiny change)
10419
10420 * image-mode.el (image-mode-window-put): Also update the property of
10421 the "default window".
10422 * doc-view.el (doc-view-new-window-function): If no window
10423 exists, move to the last known page.
10424
10425 2014-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
10426
10427 * progmodes/perl-mode.el (perl-calculate-indent): Don't auto-indent in
10428 here-documents (bug#17262).
10429
10430 2014-04-16 Eli Zaretskii <eliz@gnu.org>
10431
10432 * term/pc-win.el (x-list-fonts, x-get-selection-value):
10433 Provide doc strings, as required by snarf-documentation.
10434
10435 2014-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
10436
10437 * ps-def.el (ps-generate-postscript-with-faces1): Use the new `sorted'
10438 arg of overlays-at. Use `invisible-p'.
10439
10440 * obsolete/lucid.el (extent-at):
10441 * htmlfontify.el (hfy-overlay-props-at): Use the new `sorted' arg of
10442 overlays-at.
10443 (hfy-fontify-buffer): Remove unused var `orig-ovls'.
10444
10445 2014-04-16 João Távora <joaotavora@gmail.com>
10446
10447 * net/shr.el (shr-expand-url): Use `expand-file-name' for relative
10448 links. (Bug#17217).
10449
10450 2014-04-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10451
10452 * vc/ediff-diff.el (ediff-set-fine-diff-properties-in-one-buffer):
10453 Use mapc to loop over a vector. (Bug#17257).
10454
10455 2014-04-16 Michael Albinus <michael.albinus@gmx.de>
10456
10457 * net/tramp-sh.el (tramp-sh-handle-file-truename): Revert previous
10458 patch, there are new problems with file names containing spaces.
10459 Get rid of backticks. (Bug#17238)
10460
10461 2014-04-16 João Távora <joaotavora@gmail.com>
10462
10463 * elec-pair.el (electric-pair--syntax-ppss): Simplify and fix
10464 possible bug.
10465
10466 2014-04-16 Eli Zaretskii <eliz@gnu.org>
10467
10468 * frame.el (blink-cursor-blinks, blink-cursor-blinks-done): Doc fixes.
10469 (blink-cursor-mode): Mention customization variables and the
10470 effect of 'blink-cursor-blinks'.
10471
10472 2014-04-16 Barry O'Reilly <gundaetiapo@gmail.com>
10473
10474 * simple.el (undo): Prevent insertion of identity mapping into
10475 undo-equiv-table so as undo-only does not inf loop in the presence
10476 of consecutive nils in undo list.
10477
10478 2014-04-16 Matthias Dahl <matthias.dahl@binary-island.eu>
10479
10480 * faces.el (make-face): Deprecate optional argument as it is no
10481 longer needed/used since the conditional X resources handling
10482 has been pushed down to make-face-x-resource-internal itself.
10483 (make-empty-face): Don't pass optional argument to make-face.
10484
10485 2014-04-16 Karl Fogel <kfogel@red-bean.com>
10486
10487 * savehist.el (savehist-save): Remove workaround for a read-passwd
10488 bug that was fixed before 24.3. Thanks to Juanma Barranquero for
10489 noticing that the shim was still present.
10490
10491 2014-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
10492
10493 * doc-view.el (doc-view-set-doc-type): Ignore file name case; add .pps.
10494
10495 2014-04-14 Juanma Barranquero <lekktu@gmail.com>
10496
10497 * faces.el (face-set-after-frame-default): Remove unused local variable.
10498
10499 2014-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
10500
10501 * progmodes/grep.el: Use lexical-binding.
10502 (grep-expand-template): Pass explicit lexical env to `eval'.
10503 (zrgrep): Let-bind grep-find-template explicitly.
10504
10505 * emacs-lisp/cl-lib.el (current-case-table): Remove setter.
10506 * leim/quail/sisheng.el (sisheng-list): Use with-case-table.
10507
10508 2014-04-12 Eli Zaretskii <eliz@gnu.org>
10509
10510 * international/characters.el <standard-case-table>: Add entries
10511 for letters from the Coptic block u+2C80-u+2CFF. (Bug#17243)
10512 Set category of Coptic characters be 'g' (Greek).
10513
10514 2014-04-12 Leo Liu <sdl.web@gmail.com>
10515
10516 * progmodes/octave.el (completion-table-with-cache):
10517 Define if not available.
10518 (octave-goto-function-definition, octave-sync-function-file-names)
10519 (octave-find-definition-default-filename):
10520 Backquote upattern for compatibility.
10521
10522 2014-04-12 Michael Albinus <michael.albinus@gmx.de>
10523
10524 * net/tramp-sh.el (tramp-sh-handle-file-truename): Quote the file
10525 name twice due to backticks. (Bug#17238)
10526
10527 2014-04-12 Glenn Morris <rgm@gnu.org>
10528
10529 * term/w32-win.el (x-win-suspend-error):
10530 * term/x-win.el (x-win-suspend-error): Sync docs.
10531
10532 2014-04-12 Matthias Dahl <matthias.dahl@binary-island.eu>
10533
10534 * faces.el (make-face): Remove deprecated optional argument.
10535 The conditional application of X resources is handled directly by
10536 make-face-x-resource-internal since Emacs 24.4.
10537 (make-empty-face): Don't pass optional argument to make-face.
10538
10539 2014-04-11 Glenn Morris <rgm@gnu.org>
10540
10541 * Makefile.in (EMACSDATA, EMACSDOC, EMACSPATH): Unexport. (Bug#16429)
10542
10543 2014-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
10544
10545 Ediff's overlay priorities cause more trouble than they solve.
10546 * vc/ediff-init.el (ediff-shadow-overlay-priority): Remove variable.
10547 (ediff-highest-priority): Remove function (bug#17234).
10548 * vc/ediff-util.el (ediff-highlight-diff-in-one-buffer):
10549 * vc/ediff-diff.el (ediff-set-diff-overlays-in-one-buffer)
10550 (ediff-set-fine-diff-properties-in-one-buffer): Don't mess with
10551 overlay priorities.
10552
10553 2014-04-11 Feng Li <fengli@gmail.com> (tiny change)
10554
10555 * progmodes/pascal.el (pascal-font-lock-keywords): Fix incorrect format
10556 entry; use symbol boundaries to avoid mis-matches.
10557
10558 2014-04-11 Michael Albinus <michael.albinus@gmx.de>
10559
10560 * net/tramp.el (tramp-file-name-handler)
10561 (tramp-completion-file-name-handler): Avoid recursive loading.
10562
10563 * net/tramp-sh.el (tramp-make-copy-program-file-name):
10564 Quote result also locally.
10565
10566 2014-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
10567
10568 * emulation/cua-base.el (<toplevel>, cua--pre-command-handler-1):
10569 Remove left-over code.
10570
10571 * newcomment.el (comment-indent-new-line): Sink code where it's used.
10572 Reuse the previous comment's indentation unconditionally if it's on its
10573 own line.
10574
10575 2014-04-09 Daniel Colascione <dancol@dancol.org>
10576
10577 * emacs-lisp/lisp.el (backward-up-list): Add `escape-strings',
10578 `no-syntax-crossing' arguments. Forward to `up-list'.
10579 (up-list): Add `escape-strings', `no-syntax-crossing' arguments.
10580 Implement logic for escaping from strings. Use narrowing to deal
10581 with corner cases.
10582
10583 2014-04-09 Leo Liu <sdl.web@gmail.com>
10584
10585 * net/rcirc.el (rcirc-connection-info): New variable.
10586 (rcirc-connect): Use it to store connection info.
10587 (rcirc-buffer-process): Avoid get-buffer-process which returns nil
10588 for killed process.
10589 (rcirc-cmd-reconnect): New command. (Bug#17045)
10590 (rcirc-mode, set-rcirc-encode-coding-system)
10591 (set-rcirc-decode-coding-system, rcirc-connect): Use setq-local.
10592
10593 2014-04-09 Daniel Colascione <dancol@dancol.org>
10594
10595 * emacs-lisp/cl-indent.el: Add comment claiming
10596 facility is also good for elisp.
10597 (lisp-indent-find-method): New function.
10598 (common-lisp-indent-function): Recognize cl-loop.
10599 (common-lisp-indent-function-1): Recognize cl constructs; use
10600 `lisp-indent-find-method' instead of `get' directly.
10601 (if): Use else-body style for elisp.
10602
10603 2014-04-09 Dmitry Gutov <dgutov@yandex.ru>
10604
10605 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Highlight more
10606 Module methods. (Bug#17216)
10607
10608 2014-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
10609
10610 * help.el (describe-bindings): Fix buffer handling (bug#17210).
10611 (describe-bindings-internal): Mark obsolete.
10612
10613 2014-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
10614
10615 * subr.el (with-silent-modifications): Don't bind deactivate-mark,
10616 buffer-file-name, and buffer-file-truename any more.
10617
10618 2014-04-08 Leo Liu <sdl.web@gmail.com>
10619
10620 Use lexical-binding and require cl-lib.
10621 * net/rcirc.el (rcirc, rcirc-handler-ctcp-KEEPALIVE)
10622 (rcirc-handler-generic, rcirc-fill-paragraph)
10623 (rcirc-format-response-string, rcirc-target-buffer)
10624 (rcirc-last-line, rcirc-record-activity, rcirc-split-activity)
10625 (rcirc-activity-string, rcirc-make-trees, rcirc-cmd-ctcp)
10626 (rcirc-ctcp-sender-PING, rcirc-browse-url)
10627 (rcirc-markup-timestamp, rcirc-markup-attributes)
10628 (rcirc-markup-my-nick, rcirc-markup-urls)
10629 (rcirc-markup-bright-nicks, rcirc-markup-fill)
10630 (rcirc-check-auth-status, rcirc-handler-WALLOPS)
10631 (rcirc-handler-JOIN, rcirc-handler-PART-or-KICK)
10632 (rcirc-handler-PART, rcirc-handler-KICK, rcirc-handler-QUIT)
10633 (rcirc-handler-NICK, rcirc-handler-PING, rcirc-handler-PONG)
10634 (rcirc-handler-TOPIC, rcirc-handler-301, rcirc-handler-317)
10635 (rcirc-handler-332, rcirc-handler-333, rcirc-handler-477)
10636 (rcirc-handler-MODE, rcirc-handler-353, rcirc-handler-366)
10637 (rcirc-authenticate, rcirc-handler-INVITE, rcirc-handler-ERROR)
10638 (rcirc-handler-ctcp-VERSION, rcirc-handler-ctcp-TIME)
10639 (rcirc-handler-CTCP-response): Fix unused arguments warnings and
10640 use cl-lib.
10641
10642 2014-04-07 João Távora <joaotavora@gmail.com>
10643
10644 * elec-pair.el (electric-pair--syntax-ppss):
10645 When inside comments parse from comment beginning.
10646 (electric-pair--balance-info): Fix typo in comment.
10647 (electric-pair--in-unterminated-string-p): Delete.
10648 (electric-pair--unbalanced-strings-p): New function.
10649 (electric-pair-string-bound-function): New var.
10650 (electric-pair-inhibit-if-helps-balance): Decide quote pairing
10651 according to `electric-pair--in-unterminated-string-p'
10652
10653 * elec-pair.el (electric-pair-inhibit-if-helps-balance):
10654 Inhibit quote pairing if point-max is inside an unterminated string.
10655 (electric-pair--looking-at-unterminated-string-p): Delete.
10656 (electric-pair--in-unterminated-string-p): New function.
10657
10658 2014-04-07 Glenn Morris <rgm@gnu.org>
10659
10660 * shell.el (shell-directory-tracker):
10661 Go back to just ignoring failures. (Bug#17159)
10662
10663 2014-04-07 João Távora <joaotavora@gmail.com>
10664
10665 Fix `electric-pair-delete-adjacent-pairs' in modes binding
10666 backspace. (Bug#16981)
10667 * elec-pair.el (electric-pair-backward-delete-char): Delete.
10668 (electric-pair-backward-delete-char-untabify): Delete.
10669 (electric-pair-mode-map): Bind backspace to a menu item filtering
10670 a new `electric-pair-delete-pair' command.
10671 (electric-pair-delete-pair): New command.
10672
10673 * progmodes/python.el (python-electric-pair-string-delimiter):
10674 Fix triple-quoting electricity. (Bug#17192)
10675
10676 * elec-pair.el (electric-pair-post-self-insert-function):
10677 Don't skip whitespace when `electric-pair-text-pairs' and
10678 `electric-pair-pairs' were used. syntax to
10679 electric-pair--skip-whitespace. (Bug#17183)
10680
10681 2014-04-07 Eli Zaretskii <eliz@gnu.org>
10682
10683 * leim/quail/ipa.el (ipa-x-sampa): Fix the character produced for
10684 "<F>". (Bug#17199)
10685
10686 2014-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
10687
10688 * mpc.el (mpc--status-timer-run): Disable timer if not displayed.
10689 (mpc--status-idle-timer-run): Use mpc--status-timer-run.
10690
10691 2014-04-07 Glenn Morris <rgm@gnu.org>
10692
10693 * help.el (view-lossage): Doc tweak.
10694
10695 2014-04-07 Matthias Dahl <ml_emacs-lists@binary-island.eu>
10696
10697 * faces.el (face-spec-recalc): Call make-face-x-resource-internal
10698 only when inhibit-x-resources is nil, and do that earlier in the
10699 function. Doc fix. (Bug#16694)
10700 (face-spec-choose): Accept additional optional argument, whose
10701 value is returned if no matching attributes are found.
10702 (face-spec-recalc): Use the new optional argument when calling
10703 face-spec-choose. (Bug#16378)
10704 (make-face-x-resource-internal): Do nothing when
10705 inhibit-x-resources is non-nil. Don't touch the default face if
10706 reversed video is given--as was done in previous versions of Emacs.
10707 (face-set-after-frame-default): Don't call
10708 make-face-x-resource-internal here. (Bug#16434)
10709
10710 2014-04-07 Tassilo Horn <tsdh@gnu.org>
10711
10712 * doc-view.el (doc-view-bookmark-jump):
10713 Use `bookmark-after-jump-hook' to jump to the right page after the
10714 buffer is shown in a window. (bug#16090)
10715
10716 2014-04-07 Eli Zaretskii <eliz@gnu.org>
10717
10718 * international/characters.el (mirroring): Fix last change:
10719 instead of loading uni-mirrored.el explicitly, do that implicitly
10720 by creating the 'mirroring' uniprop table. This avoids announcing
10721 the loading of uni-mirrored.el.
10722
10723 2014-04-07 Glenn Morris <rgm@gnu.org>
10724
10725 * files.el (buffer-stale--default-function)
10726 (buffer-stale-function, revert-buffer--default):
10727 * autorevert.el (auto-revert-buffers): Doc tweaks.
10728
10729 2014-04-07 Eli Zaretskii <eliz@gnu.org>
10730
10731 * international/characters.el: Preload uni-mirrored.el. (Bug#17169)
10732
10733 2014-04-07 Glenn Morris <rgm@gnu.org>
10734
10735 * files.el (make-backup-file-name-function)
10736 (make-backup-file-name, make-backup-file-name--default-function)
10737 (make-backup-file-name-1, find-backup-file-name)
10738 (revert-buffer-function, revert-buffer-insert-file-contents-function)
10739 (buffer-stale--default-function, buffer-stale-function)
10740 (before-revert-hook, after-revert-hook, revert-buffer-in-progress-p)
10741 (revert-buffer, revert-buffer--default)
10742 (revert-buffer-insert-file-contents--default-function):
10743 Doc fixes related to defaults no longer being nil.
10744 (make-backup-file-name-function): Bump :version.
10745 Restore nil as a valid but deprecated custom type.
10746
10747 2014-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
10748
10749 * progmodes/perl-mode.el (perl-syntax-propertize-function):
10750 Handle $' used as a variable (bug#17174).
10751
10752 * progmodes/perl-mode.el (perl-indent-new-calculate):
10753 Handle forward-sexp failure (bug#16985).
10754 (perl-syntax-propertize-function): Add "foreach" and "for" statement
10755 modifiers introducing expressions (bug#17116).
10756
10757 2014-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
10758
10759 * dired-aux.el (dired-file-set-difference): Use lexical-scoping.
10760
10761 2014-04-05 Leo Liu <sdl.web@gmail.com>
10762
10763 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
10764 Add define-compilation-mode.
10765
10766 2014-04-04 João Távora <joaotavora@gmail.com>
10767
10768 * elec-pair.el (electric-pair--syntax-ppss): When inside comments
10769 parse from comment beginning.
10770 (electric-pair--balance-info): Fix typo in comment.
10771 (electric-pair--in-unterminated-string-p): Delete.
10772 (electric-pair--unbalanced-strings-p): New function.
10773 (electric-pair-string-bound-function): New var.
10774 (electric-pair-inhibit-if-helps-balance): Decide quote pairing
10775 according to `electric-pair--in-unterminated-string-p'.
10776
10777 2014-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
10778
10779 * textmodes/reftex-parse.el (reftex--index-tags): Rename `index-tags'.
10780 Move declaration before first use.
10781 (reftex-move-to-next-arg): Silence compiler warning.
10782
10783 2014-04-04 Joost Kremers <joostkremers@fastmail.fm> (tiny change)
10784
10785 * textmodes/reftex-toc.el (reftex-toc, reftex-re-enlarge):
10786 Use `window-total-width' instead of `window-width'.
10787
10788 2014-04-03 Daniel Colascione <dancol@dancol.org>
10789
10790 * subr.el (set-transient-map): Remove rms's workaround entirely;
10791 use new `suspicious-object' subr to mark our lambda for closer
10792 scrutiny during gc.
10793
10794 2014-04-02 Richard Stallman <rms@gnu.org>
10795
10796 * subr.el (set-transient-map): Comment out previous change.
10797
10798 2014-04-02 Glenn Morris <rgm@gnu.org>
10799
10800 * menu-bar.el (menu-bar-file-menu):
10801 * vc/ediff.el (ediff-current-file):
10802 Update for revert-buffer-function no longer being nil by default.
10803
10804 * simple.el (command-execute): Respect nil disabled-command-function.
10805
10806 2014-04-02 Nicolas Richard <theonewiththeevillook@yahoo.fr>
10807
10808 * simple.el (command-execute): Do not execute the command when it
10809 is disabled; fixes thinko in 2013-02-20 conversion from C. (Bug#17151)
10810
10811 2014-04-02 Juri Linkov <juri@jurta.org>
10812
10813 * dired-aux.el (dired-compress-file): Don't use string-match-p
10814 because its match data is used afterwards.
10815
10816 2014-04-02 Stefan Monnier <monnier@iro.umontreal.ca>
10817
10818 * emacs-lisp/package.el (package-built-in-p): Treat a min-version of
10819 0 like nil.
10820
10821 2014-04-02 João Távora <joaotavora@gmail.com>
10822
10823 * elec-pair.el (electric-pair-inhibit-if-helps-balance):
10824 Inhibit quote pairing if point-max is inside an unterminated string.
10825 (electric-pair--looking-at-unterminated-string-p):
10826 Delete.
10827 (electric-pair--in-unterminated-string-p): New function.
10828
10829 2014-04-01 Daniel Colascione <dancol@dancol.org>
10830
10831 * minibuffer.el (minibuffer-complete): Prevent assertion failure
10832 when trying to complete the prompt.
10833
10834 2014-03-31 Leo Liu <sdl.web@gmail.com>
10835
10836 * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info):
10837 Refactor out eldoc-documentation-function-default.
10838 (eldoc-documentation-function-default): New function.
10839 (eldoc-documentation-function): Change value.
10840
10841 2014-03-31 Glenn Morris <rgm@gnu.org>
10842
10843 * simple.el (cycle-spacing--context, cycle-spacing): Doc tweaks.
10844
10845 * progmodes/vhdl-mode.el (vhdl-speedbar-select-mra)
10846 (vhdl-compose-components-package, vhdl-compose-configuration):
10847 Abbreviate default-directory (missing from some previous upstream sync).
10848
10849 2014-03-31 Reto Zimmermann <reto@gnu.org>
10850
10851 Sync with upstream vhdl mode v3.35.2.
10852 * progmodes/vhdl-mode.el (vhdl-version, vhdl-time-stamp): Update.
10853 (top-level): No longer require assoc.
10854 (vhdl-asort, vhdl-anot-head-p, vhdl-aput, vhdl-adelete, vhdl-aget):
10855 New functions. Use throughout to replace aget etc.
10856 (vhdl-aput-delete-if-nil): Rename from vhdl-aput.
10857 (vhdl-update-file-contents): Update for vhdl-aput-delete-if-nil rename.
10858 (vhdl-template-replace-header-keywords): Fix bug for "<title string>".
10859 (vhdl-compile-init): Do not initialize regexps for Emacs 22+.
10860 (vhdl-error-regexp-emacs-alist): Remove regexps from all compilers
10861 except `vhdl-compiler'.
10862 (vhdl-error-regexp-add-emacs): Remove all other compilers,
10863 when appropriate.
10864
10865 2014-03-31 Glenn Morris <rgm@gnu.org>
10866
10867 * progmodes/vhdl-mode.el (vhdl-expand-abbrev, vhdl-expand-paren):
10868 Revert 2014-03-26 merge goof; go back to using defalias.
10869
10870 2014-03-30 Daniel Colascione <dancol@dancol.org>
10871
10872 * comint.el (comint-send-input):
10873 Deactivate completion-in-region-mode before we send comint input.
10874 (Bug#17139).
10875
10876 * simple.el (keyboard-quit): Deactivate completion-in-region-mode
10877 on keyboard-quit.
10878
10879 2014-03-29 Glenn Morris <rgm@gnu.org>
10880
10881 * textmodes/reftex.el: Manage most autoloads automatically.
10882 * textmodes/reftex-auc.el, textmodes/reftex-cite.el:
10883 * textmodes/reftex-dcr.el, textmodes/reftex-global.el:
10884 * textmodes/reftex-index.el, textmodes/reftex-parse.el:
10885 * textmodes/reftex-ref.el, textmodes/reftex-sel.el:
10886 * textmodes/reftex-toc.el: Set generated-autoload-file,
10887 and add autoload cookies for reftex.el.
10888 * Makefile.in (AUTOGEN_VCS): Add textmodes/reftex.el.
10889
10890 2014-03-28 Glenn Morris <rgm@gnu.org>
10891
10892 * cus-start.el (report-emacs-bug-address): Set custom properties.
10893 * mail/emacsbug.el (report-emacs-bug-address):
10894 Variable is now defined in emacs.c.
10895
10896 * mail/emacsbug.el (report-emacs-bug):
10897 Include system-configuration-features.
10898
10899 2014-03-28 Michal Nazarewicz <mina86@mina86.com>
10900
10901 * simple.el (cycle-spacing): Never delete spaces on first run by
10902 default, but do so in a new 'fast mode and if there are already
10903 N spaces (the previous behavior).
10904 Compare N with its value in previous invocation so that changing
10905 prefix argument restarts `cycle-spacing' sequence.
10906 The idea is that with this change, binding M-SPC to
10907 `cycle-spacing' should not introduce any changes in behavior of
10908 the binding so long as users do not type M-SPC twice in a raw with
10909 the same prefix argument or lack thereof.
10910
10911 2014-03-28 Glenn Morris <rgm@gnu.org>
10912
10913 * faces.el (term-file-aliases): New variable.
10914 (tty-run-terminal-initialization): Respect term-file-aliases.
10915 * term/apollo.el, term/vt102.el, term/vt125.el, term/vt201.el:
10916 * term/vt220.el, term/vt240.el, term/vt300.el, term/vt320.el:
10917 * term/vt400.el, term/vt420.el: Remove files, replaced by aliases.
10918
10919 2014-03-27 Glenn Morris <rgm@gnu.org>
10920
10921 * startup.el (inhibit-startup-hooks): Doc tweak.
10922 (normal-top-level): Simplify running of hooks.
10923 For window-setup-hook, respect inhibit-startup-hooks.
10924 (command-line-1): Don't set window-setup-hook to nil.
10925
10926 Allow selective autoloading from obsolete/ directory.
10927 * Makefile.in (obsolete-autoloads): New rule.
10928 (autoloads): Run obsolete-autoloads.
10929 * obsolete/iswitchb.el (iswitchb-mode): Use obsolete-autoload.
10930 * simple.el (iswitchb-mode): Remove hand-written autoloads.
10931
10932 2014-03-27 Dmitry Gutov <dgutov@yandex.ru>
10933
10934 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
10935 Highlight special globals with font-lock-builtin-face. (Bug#17057)
10936
10937 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
10938 Don't propertize `?' or `!' as symbol constituent when after
10939 colon. (Bug#17097)
10940
10941 2014-03-27 Juanma Barranquero <lekktu@gmail.com>
10942
10943 * frameset.el (frameset--restore-frame): Remove workaround for bug#14795
10944 which is no longer needed and causes trouble in GTK builds (bug#17046).
10945
10946 * emacs-lisp/package-x.el (package--archive-contents-from-url):
10947 Use url-insert-file-contents; package-handle-response no longer exists.
10948
10949 2014-03-26 Daniel Colascione <dancol@dancol.org>
10950
10951 * simple.el (process-menu-mode-map): New variable.
10952 (process-menu-delete-process): New command.
10953
10954 2014-03-26 Juanma Barranquero <lekktu@gmail.com>
10955
10956 * emacs-lisp/package.el: Fix bug#16733 (again).
10957 (url-http-parse-response, url-http-end-of-headers, url-recreate-url)
10958 (url-http-target-url): Remove unused declarations.
10959 (package-handle-response): Remove.
10960 (package--with-work-buffer): Use url-insert-file-contents and simplify.
10961 (package--download-one-archive): Use current-buffer instead of
10962 dynamic binding of `buffer'.
10963 (describe-package-1): Do not decode readme-string.
10964
10965 2014-03-26 Michael Albinus <michael.albinus@gmx.de>
10966
10967 * net/tramp.el (tramp-methods, tramp-connection-timeout): Fix docstring.
10968
10969 * net/tramp-sh.el (tramp-sh-handle-vc-registered): Revert change
10970 from 2014-03-07, it decreases performance unnecessarily. Let-bind
10971 `remote-file-name-inhibit-cache' to nil in the second pass.
10972 (tramp-find-executable): Do not call "which" on SunOS.
10973 (tramp-send-command-and-check): Fix docstring.
10974 (tramp-do-copy-or-rename-file-directly): In the `rename' case,
10975 check whether source directory has set the sticky bit.
10976
10977 2014-03-26 Barry O'Reilly <gundaetiapo@gmail.com>
10978
10979 * simple.el (primitive-undo): Only process marker adjustments
10980 validated against their corresponding (TEXT . POS). Issue warning
10981 for lone marker adjustments in undo history. (Bug#16818)
10982 (undo-make-selective-list): Add marker adjustments to selective
10983 undo list based on whether their corresponding (TEXT . POS) is in
10984 the region. Remove variable adjusted-markers, which was unused
10985 and only non nil during undo-make-selective-list.
10986 (undo-elt-in-region): Return nil when passed a marker adjustment
10987 and explain in function doc.
10988
10989 2014-03-26 Nicolas Richard <theonewiththeevillook@yahoo.fr>
10990
10991 * align.el (align-region): Do not fail when end-mark is nil (bug#17088).
10992
10993 2014-03-26 Dmitry Gutov <dgutov@yandex.ru>
10994
10995 * progmodes/ruby-mode.el (ruby-expression-expansion-re):
10996 Match special global variables without curlies, too.
10997 (ruby-font-lock-keywords): Simplify the matcher for special global
10998 variables. Don't require a non-word character after the variable.
10999 (Bug#17057)
11000
11001 2014-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
11002
11003 * simple.el (redisplay-highlight-region-function): Increase priority of
11004 overlay to make sure boundaries are visible (bug#15899).
11005
11006 2014-03-26 Juanma Barranquero <lekktu@gmail.com>
11007
11008 * frameset.el (frameset--initial-params): Fix typo in parameter name.
11009 (frameset-restore): Compare display strings with equal.
11010
11011 * frame.el (make-frame): Don't quote display name in error message,
11012 it is already a string.
11013
11014 2014-03-26 Thierry Volpiatto <thierry.volpiatto@gmail.com>
11015
11016 * net/tramp.el (tramp-read-passwd): Suspend the timers while reading
11017 the password.
11018
11019 2014-03-26 Dmitry Gutov <dgutov@yandex.ru>
11020
11021 * emacs-lisp/package.el (package--add-to-archive-contents):
11022 Include already installed and built-in packages in
11023 `package-archive-contents'.
11024 (package-install): Don't include already installed packages in the
11025 options during interactive invocation. (Bug#16762)
11026 (package-show-package-list): If the buffer is already displayed in
11027 another window, switch to that window.
11028
11029 2014-03-26 Reto Zimmermann <reto@gnu.org>
11030
11031 Sync with upstream vhdl mode v3.35.1.
11032 * progmodes/vhdl-mode.el (vhdl-version, vhdl-time-stamp): Update.
11033 (vhdl-compiler-alist): Doc fix.
11034 (vhdl-goto-line): Remove.
11035 (vhdl-mode-abbrev-table-init): Add XEmacs compat.
11036 (vhdl-mode) <paragraph-start>: Fix value.
11037 (vhdl-fix-statement-region): Not `for' in wait-statement.
11038 (vhdl-beautify-region): Also (un)tabify.
11039 (vhdl-get-visible-signals):
11040 Scan declarative part of generate statements.
11041 (vhdl-template-record): Fix indentation for record type declaration.
11042 (vhdl-expand-abbrev, vhdl-expand-paren):
11043 Revert to using fset again rather than defalias.
11044 (vhdl-scan-directory-contents): Tweak.
11045 (vhdl-speedbar-find-file, vhdl-speedbar-port-copy)
11046 (vhdl-compose-components-package):
11047 Replace vhdl-goto-line with forward-line.
11048 (top-level): Tweak speedbar frame selection.
11049 (vhdl-generate-makefile-1): Support for compilers with no
11050 unit-to-file name mapping (create directory with dummy files).
11051
11052 2014-03-26 Wilson Snyder <wsnyder@wsnyder.org>
11053
11054 Sync with upstream verilog-mode revision 702457d.
11055 * progmodes/verilog-mode.el (verilog-mode-version): Update.
11056 (create-lockfiles): Declare.
11057 (verilog-read-decls): Fix module header imports, bug709.
11058 Reported by Victor Lau.
11059 Fix parsing 'var' in AUTOs, msg1294. Reported by Dominique Chen.
11060 (verilog-auto-inout-module): Fix AUTOINOUTMODULE not inserting
11061 interface-only modules, bug721. Reported by Dean Hoyt.
11062
11063 2014-03-26 Glenn Morris <rgm@gnu.org>
11064
11065 * obsolete/gulp.el: Move here from emacs-lisp/.
11066
11067 * files.el (lock-buffer, unlock-buffer, file-locked-p):
11068 Remove fallback aliases, since they are always defined now.
11069
11070 2014-03-24 Daniel Colascione <dancol@dancol.org>
11071
11072 * emacs-lisp/cl-macs.el (cl--do-arglist): Use `plist-member'
11073 instead of cl-loop search function.
11074
11075 2014-03-23 Lars Ingebrigtsen <larsi@gnus.org>
11076
11077 * calendar/parse-time.el (parse-time-iso8601-regexp)
11078 (parse-iso8601-time-string): Copy from `url-dav' so that we can use
11079 it more generally.
11080
11081 2014-03-23 Lars Ingebrigtsen <larsi@gnus.org>
11082
11083 * net/dns.el (network-interface-list): Define for XEmacs.
11084
11085 2014-03-23 Magnus Henoch <magnus.henoch@gmail.com>
11086
11087 * net/dns.el (dns-servers-up-to-date-p): New function to see whether
11088 the network interfaces changed.
11089 (dns-query): Use it to flush the data.
11090
11091 2014-03-23 Juanma Barranquero <lekktu@gmail.com>
11092
11093 * vc/vc.el (vc-rollback): Use set-buffer-modified-p.
11094
11095 2014-03-23 Daniel Colascione <dancol@dancol.org>
11096
11097 Change subword-mode to use `find-word-boundary-function-table' and
11098 replace `capitalized-words-mode'. Also, convert to lexical binding.
11099 * progmodes/cap-words.el: Delete now-obsolete file.
11100 * progmodes/subword.el: Reimplement using
11101 `find-word-boundary-function-table'.
11102 (subword-mode-map): Hollow out.
11103 (capitalized-words-mode): Define as obsolete alias for
11104 `subword-mode'.
11105 (subword-mode, superword-mode): Tweak documentation to reflect new
11106 implementation; call `subword-setup-buffer'.
11107 (subword-forward, subword-capitalize): Add underscore to indicate
11108 unused variable.
11109 (subword-find-word-boundary-function-table): New constant.
11110 (subword-empty-char-table): New constant.
11111 (subword-setup-buffer): New function.
11112 (subword-find-word-boundary): New function.
11113
11114 2014-03-23 Daniel Colascione <dancol@dancol.org>
11115
11116 * emacs-lisp/cl-macs.el (cl--do-arglist): Use a little `cl-loop'
11117 list to look for keyword arguments instead of `memq', fixing
11118 (Bug#3647) --- unfortunately, only for freshly-compiled code.
11119 Please make bootstrap.
11120
11121 2014-03-22 Glenn Morris <rgm@gnu.org>
11122
11123 * dired.el (dired-read-regexp): Make obsolete.
11124 (dired-mark-files-regexp, dired-mark-files-containing-regexp)
11125 (dired-flag-files-regexp):
11126 * dired-aux.el (dired-mark-read-regexp):
11127 * dired-x.el (dired-mark-unmarked-files): Use read-regexp directly.
11128
11129 * startup.el (fancy-startup-text):
11130 * help.el (describe-gnu-project): Visit online info about GNU project.
11131
11132 * help-fns.el (help-fns--interactive-only): New function.
11133 (help-fns-describe-function-functions): Add the above function.
11134 * simple.el (beginning-of-buffer, end-of-buffer, insert-buffer)
11135 (next-line, previous-line): Remove hand-written interactive-only
11136 information from doc strings, it is auto-generated now.
11137 * bookmark.el (bookmark-write):
11138 * epa-mail.el (epa-mail-decrypt, epa-mail-verify, epa-mail-sign)
11139 (epa-mail-import-keys): Mark interactive-only,
11140 and remove hand-written interactive-only information from doc strings.
11141 * epa.el (epa-decrypt-armor-in-region, epa-verify-region)
11142 (epa-verify-cleartext-in-region, epa-sign-region, epa-encrypt-region):
11143 * files.el (not-modified):
11144 * simple.el (mark-whole-buffer): Mark interactive-only.
11145
11146 * emacs-lisp/byte-run.el (defun-declarations-alist):
11147 Add interactive-only. Doc tweak.
11148 (macro-declarations-alist): Doc tweak.
11149 * subr.el (declare): Doc tweak (add xref to manual).
11150 * comint.el (comint-run):
11151 * files.el (insert-file-literally, insert-file):
11152 * replace.el (replace-string, replace-regexp):
11153 * simple.el (beginning-of-buffer, end-of-buffer, delete-backward-char)
11154 (delete-forward-char, goto-line, insert-buffer, next-line)
11155 (previous-line): Set interactive-only via declare.
11156
11157 2014-03-22 Dmitry Gutov <dgutov@yandex.ru>
11158
11159 * emacs-lisp/package.el (package-desc): Use the contents of the
11160 quoted form, not its cdr. (Bug#16873)
11161
11162 2014-03-22 Juanma Barranquero <lekktu@gmail.com>
11163
11164 * w32-common-fns.el (x-selection-owner-p): Add empty docstring for the
11165 benefit of doc.c; change parameter profile to match the X function.
11166
11167 2014-03-22 Leo Liu <sdl.web@gmail.com>
11168
11169 * help.el (temp-buffer-setup-hook): Remove help-mode-setup.
11170 (temp-buffer-show-hook): Remove help-mode-finish. (Bug#16038)
11171
11172 2014-03-21 Richard Stallman <rms@gnu.org>
11173
11174 * battery.el (battery-linux-sysfs): Search for each field
11175 from the beginning of the buffer.
11176
11177 * subr.el (set-transient-map): Clear out function and value
11178 of the temporary symbol when we're done with it.
11179
11180 * mail/rmailsum.el (rmail-summary-delete-forward):
11181 Optimize case of reaching end and handling count.
11182 (rmail-summary-mark-deleted): Optimize when N is current msg.
11183 Don't create new summary line.
11184 (rmail-summary-undelete): Pass arg to rmail-undelete-previous-message.
11185 (rmail-summary-undelete-many): Rewrite for speed.
11186 (rmail-summary-msg-number): New function.
11187
11188 * mail/rmail.el (rmail-delete-message): Update summary.
11189 (rmail-undelete-previous-message): Handle repeat count arg.
11190 (rmail-delete-backward, rmail-delete-forward): Likewise.
11191
11192 2014-03-21 Daniel Colascione <dancol@dancol.org>
11193
11194 * mail/emacsbug.el (report-emacs-bug): Include memory usage
11195 information in bug reports.
11196
11197 2014-03-21 Michael Albinus <michael.albinus@gmx.de>
11198
11199 * net/tramp.el (tramp-methods): Add docstring for `tramp-login-env'
11200 and `tramp-copy-env'.
11201
11202 * net/tramp-sh.el (tramp-methods) <sudo>: Add `tramp-login-env'.
11203 (tramp-maybe-open-connection): Handle `tramp-login-env'.
11204
11205 2014-03-21 Glenn Morris <rgm@gnu.org>
11206
11207 * electric.el (electric-indent-post-self-insert-function): Add doc.
11208
11209 2014-03-21 Dmitry Gutov <dgutov@yandex.ru>
11210
11211 * emacs-lisp/package.el (package-compute-transaction):
11212 Use `version-list-<=' to compare the requirement version against
11213 the version of package already to be installed. Update the error
11214 message. (Bug#16826)
11215
11216 * progmodes/ruby-mode.el (ruby-smie-rules):
11217 Add indentation rule for ` @ '. (Bug#17050)
11218
11219 2014-03-21 Juanma Barranquero <lekktu@gmail.com>
11220
11221 * align.el (align-regexp): Remove superfluous backslash.
11222
11223 * ffap.el (ffap-ftp-default-user, ffap-url-regexp)
11224 (ffap-pass-wildcards-to-dired, dired-at-point-require-prefix)
11225 (ffap-rfc-path, ffap-ftp-sans-slash-regexp, ffap-menu-regexp):
11226 Fix docstring typos.
11227 (ffap-next): Use C-u in docstring.
11228 (ffap-machine-p, ffap-list-env, ffap-alist, ffap-alist)
11229 (ffap-string-at-point-mode-alist, ffap-menu, ffap-menu-ask):
11230 Remove superfluous backslashes.
11231 (ffap-string-at-point): Reflow docstring.
11232
11233 * server.el (server-host): Reflow docstring.
11234 (server-unload-function): Fix docstring typo.
11235 (server-eval-at): Remove superfluous backslash.
11236
11237 * skeleton.el (skeleton-insert): Remove superfluous backslash.
11238 (skeleton-insert): Doc fix.
11239 (skeleton-insert): Reflow docstring.
11240
11241 * term/tty-colors.el (tty-color-alist, tty-modify-color-alist)
11242 (tty-color-approximate, tty-color-by-index, tty-color-values)
11243 (tty-color-desc): Remove superfluous backslashes.
11244
11245 2014-03-21 Glenn Morris <rgm@gnu.org>
11246
11247 * cus-start.el (history-length): Bump :version.
11248
11249 * Makefile.in ($(MH_E_DIR)/mh-loaddefs.el)
11250 ($(TRAMP_DIR)/tramp-loaddefs.el, $(CAL_DIR)/cal-loaddefs.el)
11251 ($(CAL_DIR)/diary-loaddefs.el, $(CAL_DIR)/hol-loaddefs.el):
11252 Don't set `make-backup-files'.
11253
11254 * info.el (info--prettify-description): New function,
11255 to give info-finder descriptions consistent case, punctuation.
11256 (Info-finder-find-node): Use it. Sort packages.
11257 Refer to "description" rather than "commentary".
11258
11259 2014-03-21 Juanma Barranquero <lekktu@gmail.com>
11260
11261 * frameset.el (frameset--print-register): New function.
11262 (frameset-to-register): Use it.
11263
11264 2014-03-20 Juanma Barranquero <lekktu@gmail.com>
11265
11266 * progmodes/hideif.el (hif-string-to-number): New function.
11267 (hif-tokenize): Use it to understand non-decimal floats.
11268
11269 * emacs-lisp/cl-extra.el (cl--map-overlays): Remove obsolete code.
11270
11271 * skeleton.el (skeleton-autowrap): Mark as obsolete. Doc fix.
11272
11273 2014-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
11274
11275 * electric.el (electric-newline-and-maybe-indent): New command.
11276 Bind it globally to C-j.
11277 (electric-indent-mode): Don't mess with the global map any more.
11278 Don't drop the post-self-insert-hook is some buffer is still using it
11279 (bug#16770).
11280
11281 * bindings.el (global-map): Remove C-j binding.
11282
11283 * emacs-lisp/nadvice.el (advice--make-docstring): Try harder to find
11284 the docstring of functions advised before dumping (bug#16993).
11285
11286 2014-03-19 Stefan-W. Hahn <stefan.hahn@s-hahn.de> (tiny change)
11287
11288 * ps-print.el (ps-generate-postscript-with-faces):
11289 Explicitly deactivate the mark (bug#16866).
11290 * simple.el (deactivate-mark): Update region highlight.
11291
11292 2014-03-19 Juanma Barranquero <lekktu@gmail.com>
11293
11294 * emacs-lisp/package.el (describe-package-1):
11295 Decode commentary (bug#16733).
11296
11297 2014-03-18 Juanma Barranquero <lekktu@gmail.com>
11298
11299 * custom.el (defcustom): Doc fix: recommend avoiding destructive
11300 modification of the value argument of :set (bug#16755).
11301
11302 2014-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
11303
11304 * simple.el (newline-and-indent): Do autofill (bug#17031).
11305
11306 2014-03-18 Dmitry Gutov <dgutov@yandex.ru>
11307
11308 * newcomment.el (comment-normalize-vars): Only add escaping check
11309 to `comment-start-skip' if not `comment-use-syntax'. (Bug#16971)
11310 (comment-beginning): Use `narrow-to-region' instead of moving back
11311 one character.
11312 (http://lists.gnu.org/archive/html/emacs-devel/2014-03/msg00488.html)
11313 (comment-start-skip): Update the docstring.
11314
11315 2014-03-18 Richard Stallman <rms@gnu.org>
11316
11317 * dired.el (dired-display-file): Force use of other window.
11318
11319 2014-03-18 Daniel Colascione <dancol@dancol.org>
11320
11321 * startup.el (tty-handle-args): Remove debug message from 2007.
11322
11323 2014-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
11324
11325 * emacs-lisp/nadvice.el (advice--interactive-form): New function.
11326 (advice--make-interactive-form): Use it to avoid (auto)loading function.
11327 (advice--make-1, advice-add, advice-remove):
11328 Remove braindead :advice-pending hack.
11329
11330 2014-03-17 Glenn Morris <rgm@gnu.org>
11331
11332 * calendar/calendar.el (calendar-generate-month): Apply weekend
11333 face to the right days; fixes 2013-08-06 change. (Bug#17028)
11334
11335 2014-03-17 Michael Albinus <michael.albinus@gmx.de>
11336
11337 * net/tramp.el (tramp-action-out-of-band): Read pending output.
11338 (tramp-call-process): Trace also DESTINATION.
11339
11340 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
11341 Quote file names when they are local. Remove superfluous trace.
11342
11343 2014-03-17 Dmitry Gutov <dgutov@yandex.ru>
11344
11345 * newcomment.el (comment-beginning): If `comment-start-skip'
11346 doesn't match, move back one char and try again. (Bug#16971)
11347
11348 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
11349 Set `comment-use-syntax' to t to avoid the unnecessary runtime check.
11350 Set `comment-start-skip' to a simpler value that doesn't try to
11351 check if the semicolon is escaped (this is handled by
11352 `syntax-ppss' now). (Bug#16971)
11353
11354 * progmodes/scheme.el (scheme-mode-variables): Same.
11355
11356 2014-03-16 Martin Rudalics <rudalics@gmx.at>
11357
11358 Fix behavior of with-temp-buffer-window (Bug#16816, Bug#17007).
11359 * window.el (with-temp-buffer-window): Don't make BUFFER-OR-NAME
11360 current (Bug#16816, Bug#17007).
11361 (with-current-buffer-window): New macro doing the same as
11362 `with-temp-buffer-window' but with BUFFER-OR-NAME current.
11363 * help.el (help-print-return-message): Warn in doc-string to not
11364 use this in `with-help-window'.
11365 (describe-bindings-internal): Call `describe-buffer-bindings'
11366 from within help buffer. See Juanma's scenario in (Bug#16816).
11367 (with-help-window): Update doc-string.
11368 * dired.el (dired-mark-pop-up):
11369 * files.el (save-buffers-kill-emacs):
11370 * register.el (register-preview): Use `with-current-buffer-window'
11371 instead of `with-temp-buffer-window'.
11372
11373 2014-03-16 Juanma Barranquero <lekktu@gmail.com>
11374
11375 * textmodes/rst.el (rst-arabic-to-roman, rst-roman-to-arabic):
11376 Implement inserting into current buffer, documented in their docstrings.
11377 (rst-define-key, rst-compare-adornments, rst-insert-list-new-item)
11378 (rst-section-tree-point, rst-forward-section, rst-indent)
11379 (rst-compute-tabs, rst-font-lock-find-unindented-line-end)
11380 (rst-font-lock-find-unindented-line-limit, rst-adornment-level)
11381 (rst-font-lock-handle-adornment-pre-match-form)
11382 (rst-repeat-last-character): Reflow docstrings.
11383 (rst-preferred-adornments, rst-update-section, rst-find-title-line)
11384 (rst-adjust-adornment-work, rst-initial-items, rst-insert-list)
11385 (rst-toc-insert-style, rst-toc-insert-node, rst-goto-section)
11386 (rst-compile, rst-imenu-convert-cell, rst-imenu-create-index):
11387 Fix docstring typos.
11388 (rst-all-sections, rst-section-hierarchy, rst-adjust): Doc fixes.
11389 (rst-uncomment-region, rst-font-lock-find-unindented-line-match)
11390 (rst-font-lock-handle-adornment-matcher): Mark unused arguments.
11391
11392 2014-03-15 Juanma Barranquero <lekktu@gmail.com>
11393
11394 * term/ns-win.el (x-command-line-resources): Rename from ns-... version,
11395 for compatibility with other ports.
11396 (ns-initialize-window-system): Use it. It is set in term/common-win.el
11397 from the -xrm command line argument, but in the Nextstep port its value
11398 is irrelevant because nsfns.m:Fx_open_connection ignores it for now.
11399
11400 * progmodes/python.el (defconst, python-syntax-count-quotes)
11401 (python-indent-region, python-indent-shift-right)
11402 (python-indent-dedent-line-backspace, python-nav-backward-sexp)
11403 (python-nav-backward-sexp-safe, python-nav-backward-up-list)
11404 (python-shell-prompt-block-regexp, python-shell-prompt-output-regexp)
11405 (python-shell-prompt-pdb-regexp, python-shell-enable-font-lock)
11406 (inferior-python-mode, python-shell-make-comint, run-python-internal)
11407 (python-shell-buffer-substring, python-shell-send-buffer)
11408 (python-pdbtrack-activate, python-pdbtrack-stacktrace-info-regexp)
11409 (python-completion-complete-at-point, python-fill-docstring-style)
11410 (python-eldoc-function, python-imenu-format-item-label)
11411 (python-imenu-format-parent-item-label)
11412 (python-imenu-format-parent-item-jump-label)
11413 (python-imenu--build-tree, python-imenu-create-index)
11414 (python-imenu-create-flat-index): Fix docstring typos.
11415 (python-indent-context, python-shell-prompt-regexp, run-python):
11416 Remove superfluous backslashes.
11417 (python-indent-line, python-nav-beginning-of-defun)
11418 (python-shell-get-buffer, python-shell-get-process)
11419 (python-info-current-defun, python-info-current-line-comment-p)
11420 (python-info-current-line-empty-p, python-util-popn): Doc fixes.
11421 (python-indent-post-self-insert-function, python-shell-send-file)
11422 (python-shell-completion-get-completions)
11423 (python-shell-completion-complete-or-indent)
11424 (python-eldoc--get-doc-at-point): Reflow docstrings.
11425
11426 2014-03-14 Glenn Morris <rgm@gnu.org>
11427
11428 * emacs-lisp/package.el (package-menu-mode-map):
11429 Replace use of obsolete function alias. Tweak menu item text.
11430
11431 * info.el (Info-finder-find-node):
11432 Ignore the `emacs' metapackage. (Bug#10813)
11433
11434 * finder.el (finder-list-matches): Include unversioned packages
11435 in the result of a keyword search.
11436
11437 * finder.el (finder--builtins-descriptions): New constant.
11438 (finder-compile-keywords): Use finder--builtins-descriptions.
11439
11440 2014-03-14 Dmitry Gutov <dgutov@yandex.ru>
11441
11442 * simple.el (blink-matching-paren): Describe the new value,
11443 `jump', enabling the old behavior.
11444 (blink-matching-open): Use that value. (Bug#17008)
11445
11446 2014-03-14 Glenn Morris <rgm@gnu.org>
11447
11448 * finder.el (finder-no-scan-regexp): Add leim-list.
11449 (finder-compile-keywords):
11450 Don't skip files with same basename. (Bug#14010)
11451 * Makefile.in (setwins_finder): New, excluding leim.
11452 (finder-data): Use setwins_finder.
11453
11454 * help-fns.el (help-split-fundoc, help-add-fundoc-usage)
11455 (help-function-arglist, help-make-usage): Move from here...
11456 * help.el (help-split-fundoc, help-add-fundoc-usage)
11457 (help-function-arglist, help-make-usage): ... to here. (Bug#17001)
11458 * emacs-lisp/bytecomp.el (byte-compile-lambda): Do not load help-fns.
11459
11460 2014-03-14 Juanma Barranquero <lekktu@gmail.com>
11461
11462 * net/socks.el (socks, socks-override-functions)
11463 (socks-find-services-entry):
11464 * progmodes/hideif.el (hif-set-var, hif-nexttoken, hif-comma)
11465 (hif-find-ifdef-block):
11466 * progmodes/modula2.el (m2-indent): Fix docstring typos.
11467
11468 * net/tls.el (tls-program): Reflow docstring.
11469
11470 * progmodes/pascal.el (pascal-mode-abbrev-table)
11471 (pascal-imenu-generic-expression, pascal-auto-endcomments)
11472 (pascal-mark-defun, pascal-comment-area, pascal-indent-level)
11473 (pascal-outline-mode): Fix docstring typos.
11474 (pascal-mode): Let define-derived-mode document mode hook.
11475 (pascal-uncomment-area): Reflow.
11476 (pascal-exclude-str-start, pascal-exclude-str-end): Add docstring.
11477
11478 * progmodes/opascal.el (opascal-compound-block-indent)
11479 (opascal-case-label-indent): Fix docstring typos.
11480 (opascal-mode): Fix typos; let defined-derived-mode document mode hook.
11481
11482 2014-03-13 Dmitry Gutov <dgutov@yandex.ru>
11483
11484 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
11485 Fontify multiple adjacent negation chars. (Bug#17004)
11486
11487 2014-03-13 Tom Willemse <tom@ryuslash.org> (tiny change)
11488
11489 * emacs-lisp/package.el (package--prepare-dependencies):
11490 Accept requirements without explicit version (bug#14941).
11491
11492 2014-03-12 Juanma Barranquero <lekktu@gmail.com>
11493
11494 * register.el (register-separator, copy-to-register): Doc fixes.
11495 (register-preview-default): Remove unnecessary call to concat.
11496
11497 * frameset.el (frameset-restore): When checking for a visible frame,
11498 use the action map instead of calling visible-frame-list.
11499
11500 2014-03-12 Jonas Bernoulli <jonas@bernoul.li>
11501
11502 * emacs-lisp/eieio.el (with-slots): Use cl-symbol-macrolet (bug#16998).
11503
11504 2014-03-12 Martin Rudalics <rudalics@gmx.at>
11505
11506 * window.el (fit-frame-to-buffer): Get maximum width from
11507 display's width instead of height.
11508
11509 2014-03-12 Glenn Morris <rgm@gnu.org>
11510
11511 * desktop.el (desktop-restore-frames)
11512 (desktop-restore-in-current-display, desktop-restore-forces-onscreen)
11513 (desktop-restore-reuses-frames): Doc tweaks.
11514
11515 * electric.el (electric-indent-mode): Doc fix.
11516
11517 2014-03-12 Juanma Barranquero <lekktu@gmail.com>
11518
11519 * vc/pcvs.el (cvs-temp-buffer, defun-cvs-mode, cvs-get-cvsroot)
11520 (cvs-checkout, cvs-mode-checkout, cvs-update-filter, cvs-mode-mark)
11521 (cvs-mode-diff-head, cvs-mode-diff-repository, cvs-mode-diff-yesterday)
11522 (cvs-mode-diff-vendor, cvs-mode-do, cvs-change-cvsroot)
11523 (cvs-dired-use-hook): Fix docstring typos.
11524 (cvs-mode-view-file-other-window, cvs-mode-byte-compile-files):
11525 Doc fixes.
11526
11527 * vc/pcvs-defs.el (cvs-auto-remove-handled)
11528 (cvs-auto-remove-directories, cvs-default-ignore-marks)
11529 (cvs-idiff-imerge-handlers, cvs-reuse-cvs-buffer)
11530 (cvs-execute-single-dir): Fix docstring typos.
11531
11532 * vc/pcvs-info.el (cvs-status-map, cvs-states): Fix docstring typos.
11533 (cvs-fileinfo-pp, cvs-fileinfo-from-entries): Doc fixes.
11534
11535 * vc/pcvs-parse.el (cvs-parsed-fileinfo): Reflow docstring.
11536
11537 * vc/pcvs-util.el (cvs-flags-query, cvs-flags-set, cvs-prefix-set):
11538 Fix docstring typos.
11539
11540 2014-03-12 Juanma Barranquero <lekktu@gmail.com>
11541
11542 * frameset.el (frameset--jump-to-register): Add autoload; it could be
11543 called from jump-to-register after unloading the frameset package.
11544
11545 2014-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
11546
11547 * simple.el (set-mark): Ensure mark-active is nil if the mark is nil
11548 (bug#16975). Deactivate the mark before setting it to nil.
11549 (activate-mark): Do nothing if region is already active.
11550
11551 2014-03-11 Juanma Barranquero <lekktu@gmail.com>
11552
11553 * frameset.el (frameset--target-display): Remove definition; declare.
11554 (frameset-save, frameset-restore): Let-bind frameset--target-display.
11555
11556 2014-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
11557
11558 * emacs-lisp/nadvice.el (advice--make-1): Fix autoloading avoidance.
11559 (advice-add): Add a :advice--pending marker, so advice--make-1 knows
11560 when the advice is pending.
11561 (advice-remove): Remove this marker when not needed any more.
11562
11563 2014-03-11 Juanma Barranquero <lekktu@gmail.com>
11564
11565 * frameset.el: Separate options for reusing frames and cleaning up.
11566 (frameset--reuse-list): Remove definition; declare.
11567 (frameset--action-map): Declare.
11568 (frameset--find-frame-if): Doc fix.
11569 (frameset--restore-frame): Cache frame action.
11570 (frameset-restore): New keyword arg CLEANUP-FRAMES, allows to select
11571 how to clean up the frame list after restoring. Remove cleaning
11572 options from REUSE-FRAMES. Change all keyword values to symbols.
11573 (frameset--jump-to-register): Simplify by using CLEANUP-FRAMES.
11574
11575 * desktop.el (desktop-restore-forces-onscreen)
11576 (desktop-restore-reuses-frames): Use non-keyword values.
11577 (desktop-restore-frameset): Use CLEANUP-FRAMES arg of frameset-restore.
11578
11579 2014-03-10 Glenn Morris <rgm@gnu.org>
11580
11581 * files.el (find-file): Doc fix: update info node name.
11582
11583 * emacs-lisp/advice.el (ad-add-advice, defadvice):
11584 Doc fix: remove references to deleted info nodes.
11585
11586 2014-03-10 Michael Albinus <michael.albinus@gmx.de>
11587
11588 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell):
11589 Do not add nil to the environment, when there's no remote `locale'.
11590 (tramp-find-inline-encoding): Check, that the remote host has
11591 installed perl, before sending scripts.
11592
11593 2014-03-10 Leo Liu <sdl.web@gmail.com>
11594
11595 * emacs-lisp/eldoc.el (eldoc-minibuffer-message):
11596 Clear eldoc-last-message. (Bug#16920)
11597
11598 2014-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
11599
11600 * desktop.el (desktop-create-buffer): Don't run activate-mark-hook
11601 (bug#14430).
11602
11603 2014-03-09 Juri Linkov <juri@jurta.org>
11604
11605 * ansi-color.el (ansi-color-names-vector): Copy default colors
11606 from `xterm-standard-colors' that look well on the default white
11607 background (and also on the black background) to avoid illegible
11608 color combinations like yellow-on-white and white-on-white.
11609 http://lists.gnu.org/archive/html/emacs-devel/2014-02/msg00157.html
11610
11611 2014-03-08 Juanma Barranquero <lekktu@gmail.com>
11612
11613 * frameset.el (frameset-restore): When no frame is visible, do not
11614 generate a list of frames, just make visible the selected one.
11615
11616 2014-03-08 Dmitry Gutov <dgutov@yandex.ru>
11617
11618 * vc/vc-git.el (vc-git-command): Turn FILE-OR-LIST into nil when
11619 it only contains the repository root. (Bug#16897)
11620
11621 2014-03-07 Michael Albinus <michael.albinus@gmx.de>
11622
11623 * net/tramp-sh.el (tramp-sh-handle-vc-registered): Run first pass
11624 only when `remote-file-name-inhibit-cache' is nil.
11625 (tramp-sh-file-name-handler): Use `tramp-error'. Simplify code.
11626
11627 2014-03-06 Martin Rudalics <rudalics@gmx.at>
11628
11629 * window.el (fit-frame-to-buffer, fit-frame-to-buffer-margins):
11630 Fix doc-strings.
11631 (fit-frame-to-buffer): New argument ONLY. Remove dependency on
11632 fit-frame-to-buffer variable. Fix doc-string.
11633 (fit-window-to-buffer): Set ONLY argument in call of
11634 fit-frame-to-buffer. Fix doc-string.
11635
11636 2014-03-06 Michael Albinus <michael.albinus@gmx.de>
11637
11638 * net/tramp.el (tramp-error): VEC-OR-PROC can be nil.
11639 (tramp-action-password): Clear password cache if needed.
11640 (tramp-read-passwd): Do not clear password cache.
11641
11642 * net/tramp-gvfs.el (tramp-gvfs-handler-askpassword): Clear password
11643 cache unless it is the first password request.
11644
11645 2014-03-06 Glenn Morris <rgm@gnu.org>
11646
11647 * simple.el (newline): Doc tweak.
11648
11649 * emacs-lisp/shadow.el (load-path-shadows-find):
11650 Ignore dir-locals. (Bug#12357)
11651
11652 2014-03-05 Glenn Morris <rgm@gnu.org>
11653
11654 * files.el (interpreter-mode-alist):
11655 * progmodes/sh-script.el (sh-ancestor-alist): Add dash. (Bug#16938)
11656
11657 2014-03-05 Juanma Barranquero <lekktu@gmail.com>
11658
11659 * frameset.el (frameset--initial-params): Filter out null entries.
11660
11661 2014-03-05 Martin Rudalics <rudalics@gmx.at>
11662
11663 * window.el (window-min-height, window-min-width):
11664 Rewrite doc-strings.
11665 (window-body-size): Add PIXELWISE argument to make it consistent
11666 with its callees.
11667
11668 2014-03-05 Juanma Barranquero <lekktu@gmail.com>
11669
11670 * finder.el (finder-mode-map, finder-mode-syntax-table):
11671 Revert part of 2014-02-28 change.
11672
11673 2014-03-05 Lars Ingebrigtsen <larsi@gnus.org>
11674
11675 * net/eww.el (eww-mode-map): [tab] doesn't work on tty.
11676 (eww-setup-buffer): Clear next/prev/etc more reliably.
11677 (eww-textarea-map): [tab] doesn't work on tty.
11678 Reported by Mario Lang.
11679
11680 * net/shr.el (shr-map): Ditto.
11681
11682 2014-03-04 Glenn Morris <rgm@gnu.org>
11683
11684 * minibuffer.el (completion-hilit-commonality):
11685 Revert 2014-03-01 short-cut, which changed the return value. (Bug#16933)
11686
11687 2014-03-04 Juanma Barranquero <lekktu@gmail.com>
11688
11689 * hilit-chg.el (hilit-chg-unload-function): New function.
11690 (highlight-changes-mode, highlight-changes-visible-mode): Fix typos.
11691 (hilit-chg-map-changes): Prefer cardinal number to digit.
11692 (hilit-chg-display-changes): Reflow docstring.
11693 (highlight-changes-rotate-faces): Remove superfluous backslash.
11694
11695 2014-03-04 Michael Albinus <michael.albinus@gmx.de>
11696
11697 * net/tramp-sh.el (tramp-sh-handle-vc-registered): Do not call
11698 `tramp-send-command-and-check'.
11699
11700 2014-03-04 Juanma Barranquero <lekktu@gmail.com>
11701
11702 * hexl.el (hexl-address-region, hexl-ascii-region)
11703 (hexl-goto-hex-address, hexl-backward-char, hexl-forward-char)
11704 (hexl-backward-short, hexl-forward-short, hexl-backward-word)
11705 (hexl-forward-word, hexl-previous-line, hexl-next-line):
11706 Use "Hexl mode" for non-hyperlinked hexl-mode references in docstrings.
11707 (hexl-mode): Doc fix.
11708 (hexl-ascii-start-column, hexl-beginning-of-line, hexl-end-of-line)
11709 (hexl-mode-ruler): Fix typos in docstrings.
11710
11711 * strokes.el (strokes-xpm-header, strokes-rate-stroke): Fix typos.
11712 (strokes-character, strokes-get-grid-position, strokes-list-strokes):
11713 Remove superfluous backslashes.
11714 (strokes-last-stroke, strokes-global-map, strokes-mode):
11715 Reflow docstrings.
11716 (strokes-xpm-for-stroke, strokes-xpm-to-compressed-string)
11717 (strokes-xpm-for-compressed-string): Use quotes with buffer name.
11718 (strokes-distance-squared, strokes-global-set-stroke)
11719 (strokes-global-set-stroke-string): Doc fixes.
11720 (strokes-help): Fix typos; reflow docstring.
11721
11722 2014-03-04 Martin Rudalics <rudalics@gmx.at>
11723
11724 * window.el (window-in-direction): Fix doc-string.
11725
11726 2014-03-04 Glenn Morris <rgm@gnu.org>
11727
11728 * emacs-lisp/smie.el (smie-config-guess): Doc fix.
11729 Explicit error if no grammar.
11730 (smie-config-save): Doc fix. Fix quote typo.
11731
11732 2014-03-04 Stefan Monnier <monnier@iro.umontreal.ca>
11733
11734 * progmodes/cc-mode.el (c-initialize-cc-mode): Only hook into
11735 electric-indent-mode-hook if we obey electric-indent-mode.
11736 (c-basic-common-init): Use (fboundp 'electric-indent-local-mode) to
11737 decide whether we obey electric-indent-mode.
11738 (c-change-set-fl-decl-start, c-extend-after-change-region):
11739 Silence warnings.
11740 (c-electric-indent-mode-hook): Assume we do want to obey
11741 electric-indent-mode.
11742
11743 * electric.el (electric-indent-mode-has-been-called): Remove.
11744 (electric-indent-mode): Fix accordingly.
11745
11746 * files.el (hack-local-variables): Mention file name in warning.
11747
11748 * htmlfontify.el (hfy-fontify-buffer): Drop `invis-range' message.
11749
11750 2014-03-04 Michal Nazarewicz <mina86@mina86.com>
11751
11752 * bindings.el: Add comment describing why C-d binds to `delete-char'.
11753 * simple.el (delete-forward-char): Mark as interactive-only.
11754
11755 2014-03-03 Juanma Barranquero <lekktu@gmail.com>
11756
11757 * icomplete.el (icomplete-completions):
11758 Follow-up to 2014-03-01 change.
11759
11760 * icomplete.el: Miscellaneous doc fixes.
11761 Use Icomplete everywhere instead of icomplete for consistency.
11762 (icomplete-max-delay-chars): Fix typo.
11763 (icomplete-mode): Use \[].
11764 (icomplete-tidy, icomplete-exhibit): Reflow.
11765 (icomplete-minibuffer-setup-hook, icomplete-completions):
11766 Remove superfluous backlashes.
11767
11768 * ido.el: Miscellaneous doc fixes.
11769 Use Ido everywhere instead of ido or `ido' for consistency.
11770 (ido-record-ftp-work-directories, ido-merge-ftp-work-directories)
11771 (ido-cache-ftp-work-directory-time, ido-slow-ftp-hosts)
11772 (ido-slow-ftp-host-regexps, ido-reread-directory): Upcase "ftp".
11773 (ido-separator): Extract obsolescence info from docstring and declare
11774 with make-obsolete-variable.
11775 (ido-minibuffer-setup-hook): Simplify example.
11776 (ido-text, ido-text-init, ido-input-stack, ido-report-no-match)
11777 (ido-wide-find-file, ido-wide-find-dir, ido-wide-find-dir-or-delete-dir)
11778 (ido-completion-help, ido-completing-read): Fix typos in docstrings.
11779 (ido-everywhere): Reflow docstring.
11780 (ido-toggle-vc): Doc fix.
11781 (ido-switch-buffer, ido-find-file): Use tabs to improve legibility
11782 of long list of keybindings.
11783
11784 2014-03-03 Glenn Morris <rgm@gnu.org>
11785
11786 * frame.el (display-pixel-height, display-pixel-width)
11787 (display-mm-dimensions-alist, display-mm-height)
11788 (display-mm-width): Doc tweaks.
11789
11790 2014-03-02 Barry O'Reilly <gundaetiapo@gmail.com>
11791
11792 * simple.el (undo-elt-in-region): Fix buffer corruption for edge
11793 case of undo in region.
11794
11795 2014-03-02 Martin Rudalics <rudalics@gmx.at>
11796
11797 * window.el (fit-window-to-buffer): Fix argument in window-size
11798 call when window is horizontally combined.
11799
11800 2014-03-02 Juanma Barranquero <lekktu@gmail.com>
11801
11802 * icomplete.el (icomplete-completions): Use string-width.
11803 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
11804
11805 2014-03-01 Dmitry Gutov <dgutov@yandex.ru>
11806
11807 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
11808 Highlight regexp options. (Bug#16914)
11809
11810 2014-03-01 Martin Rudalics <rudalics@gmx.at>
11811
11812 * window.el (window--max-delta-1): Round down when calculating
11813 how many lines/columns we can get from a window.
11814
11815 2014-03-01 Glenn Morris <rgm@gnu.org>
11816
11817 * isearch.el (search-invisible): Doc fix.
11818
11819 * minibuffer.el (completion-hilit-commonality):
11820 Make `base-size' argument optional. Short-cut if `prefix-len' is 0.
11821 * comint.el (comint-dynamic-list-completions): Doc fix.
11822 * comint.el (comint-dynamic-list-completions):
11823 * filecache.el (file-cache-minibuffer-complete):
11824 * tempo.el (tempo-display-completions):
11825 * eshell/em-hist.el (eshell-list-history):
11826 Replace use of obsolete argument of display-completion-list.
11827
11828 2014-03-01 Juanma Barranquero <lekktu@gmail.com>
11829
11830 * icomplete.el (icomplete-completions):
11831 Revert back to using "..." when ?… cannot be displayed.
11832
11833 2014-02-28 Juanma Barranquero <lekktu@gmail.com>
11834
11835 * finder.el (finder-unload-function): New function.
11836
11837 2014-02-28 Juanma Barranquero <lekktu@gmail.com>
11838
11839 * dframe.el (dframe-detach):
11840 * find-dired.el (find-dired, find-name-dired):
11841 * finder.el (finder-mode-map, finder-mode-syntax-table)
11842 (finder-headmark, finder-select, finder-mouse-select):
11843 Fix docstring typos.
11844
11845 2014-02-28 Martin Rudalics <rudalics@gmx.at>
11846
11847 Revert recent with-temp-buffer-window change (Bug#16816, Bug#16882).
11848 * window.el (with-temp-buffer-window): Revert change from 2014-02-21.
11849 Suggested by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
11850 Fix doc-string based on a suggestion by Nicolas Richard
11851 <theonewiththeevillook@yahoo.fr>.
11852 * help.el (with-help-window): Fix doc-string.
11853
11854 2014-02-28 Ivan Kanis <ivan@kanis.fr>
11855
11856 * net/shr.el (shr-image-animate): New option.
11857 (shr-put-image): Respect shr-image-animate.
11858
11859 2014-02-28 Michael Albinus <michael.albinus@gmx.de>
11860
11861 * net/tramp-adb.el (tramp-adb-parse-device-names):
11862 Use `accept-process-output'.
11863 (tramp-adb-handle-file-truename): Cache the localname only.
11864 (tramp-adb-handle-make-directory)
11865 (tramp-adb-handle-delete-directory): Flush file properties correctly.
11866 (tramp-adb-handle-set-file-modes): Do not raise an error when file
11867 modes cannot be changed.
11868
11869 * net/tramp-cache.el (tramp-flush-directory-property): Remove also
11870 file properties of symlinks.
11871
11872 2014-02-28 Per Starbäck <starback@stp.lingfil.uu.se>
11873
11874 * textmodes/bibtex.el (bibtex-biblatex-entry-alist): Update
11875 required/optional fields to match development biblatex. (Bug#16781)
11876
11877 2014-02-28 Andy Sawyer <andy.sawyer@gmail.com> (tiny change)
11878
11879 * saveplace.el (toggle-save-place):
11880 Fix argument handling. (Bug#16673)
11881
11882 2014-02-28 Glenn Morris <rgm@gnu.org>
11883
11884 * minibuffer.el (completions-first-difference)
11885 (completions-common-part, completion-hilit-commonality): Doc fixes.
11886
11887 2014-02-28 Karl Berry <karl@gnu.org>
11888
11889 * info.el (Info-mode-map): Add H for describe-mode,
11890 to synchronize with standalone Info.
11891
11892 2014-02-28 Emilio C. Lopes <eclig@gmx.net>
11893
11894 * progmodes/sql.el (sql-interactive-mode):
11895 Avoid setting global comint-input-ring-separator. (Bug#16814)
11896
11897 2014-02-27 Michael Albinus <michael.albinus@gmx.de>
11898
11899 * net/dbus.el (dbus--init-bus): Declare function.
11900 (dbus-path-local, dbus-interface-local): New defconst.
11901 (dbus-init-bus): Use them.
11902 (dbus-return-values-table): Extend doc.
11903 (dbus-handle-bus-disconnect): Extend error message.
11904
11905 2014-02-27 Juanma Barranquero <lekktu@gmail.com>
11906
11907 * subr.el (y-or-n-p): Fix double space issue in message.
11908
11909 2014-02-27 Michael Albinus <michael.albinus@gmx.de>
11910
11911 * net/tramp.el (tramp-call-process): Improve trace message.
11912 (tramp-handle-insert-file-contents): Trace error case.
11913
11914 * net/tramp-adb.el (tramp-adb-file-name-handler-alist)
11915 <insert-directory>: Use `tramp-handle-insert-directory'.
11916 (tramp-adb-handle-insert-directory): Remove function.
11917 (tramp-adb-send-command-and-check): New defun, replacing
11918 `tramp-adb-command-exit-status'. Change all callees.
11919 (tramp-adb-handle-file-attributes)
11920 (tramp-adb-handle-directory-files-and-attributes): Use it.
11921 (tramp-adb-ls-output-name-less-p):
11922 Use `directory-listing-before-filename-regexp'.
11923 (tramp-adb-handle-delete-directory): Flush also file properties of
11924 the truename of directory.
11925 (tramp-adb-handle-file-name-all-completions): Add "./" and "../".
11926 (tramp-adb-handle-file-local-copy): Make the local copy readable.
11927 (tramp-adb-handle-write-region): Implement APPEND.
11928 (tramp-adb-handle-rename-file): Make it more robust. Flush file
11929 properties correctly.
11930 (tramp-adb-maybe-open-connection): Set `tramp-current-*'
11931 variables. Check for connected devices only when needed.
11932
11933 2014-02-27 Glenn Morris <rgm@gnu.org>
11934
11935 * minibuffer.el (completion-table-dynamic)
11936 (completion-table-with-cache): Doc fixes.
11937
11938 * emacs-lisp/crm.el (crm-default-separator, crm-separator)
11939 (completing-read-multiple): Doc fixes.
11940
11941 2014-02-27 Daniel Colascione <dancol@dancol.org>
11942
11943 * minibuffer.el (completion--nth-completion): Fix indentation.
11944
11945 * net/tramp-sh.el (tramp-get-remote-path): Don't signal error when
11946 explicit tramp path is empty.
11947
11948 2014-02-27 Glenn Morris <rgm@gnu.org>
11949
11950 * emacs-lisp/crm.el (completing-read-multiple):
11951 Empower help-enable-auto-load.
11952
11953 2014-02-26 Glenn Morris <rgm@gnu.org>
11954
11955 * startup.el (command-line): Don't init the tty in daemon mode.
11956
11957 Avoid calling tty-setup-hook twice, eg if a term file
11958 explicitly calls tty-run-terminal-initialization. (Bug#16859)
11959 * faces.el (tty-run-terminal-initialization): Add run-hook argument.
11960 (tty-create-frame-with-faces): Use it.
11961 * startup.el (command-line): Pass run-hook argument
11962 to tty-run-terminal-initialization.
11963
11964 * dired.el (dired-restore-desktop-buffer): Demote errors;
11965 eg in case a glob match fails. (Bug#16884)
11966
11967 2014-02-26 Dmitry Gutov <dgutov@yandex.ru>
11968
11969 * emacs-lisp/lisp.el (lisp--local-variables): Catch `end-of-file'
11970 error from `read-from-string'. (Bug#16850)
11971
11972 * emacs-lisp/ert.el (ert-run-tests-interactively): `read' the
11973 result of `completing-read' in the interactive form. (Bug#16854)
11974
11975 2014-02-25 Glenn Morris <rgm@gnu.org>
11976
11977 * image.el (image-animate, image-animate-timeout):
11978 Stop animating images in dead buffers. (Bug#16878)
11979
11980 * emacs-lisp/edebug.el (defmacro): Fix debug spec. (Bug#16868)
11981
11982 * faces.el (tty-setup-hook, tty-run-terminal-initialization):
11983 Doc fixes.
11984 * startup.el (term-setup-hook): Doc fix. Make obsolete.
11985 * term/sun.el (sun-raw-prefix-hooks):
11986 Use tty-setup-hook instead of term-setup-hook.
11987 (terminal-init-sun): Construct message from bytecomp plist.
11988 * term/wyse50.el (enable-arrow-keys): Doc fix.
11989
11990 2014-02-24 Juanma Barranquero <lekktu@gmail.com>
11991
11992 * term/sun.el (kill-region-and-unmark, sun-raw-prefix-hooks):
11993 Fix docstring typos.
11994
11995 2014-02-24 Michael Albinus <michael.albinus@gmx.de>
11996
11997 * net/tramp-sh.el (tramp-sh-handle-file-truename): Improve last fix.
11998
11999 2014-02-24 Nicolas Richard <theonewiththeevillook@yahoo.fr>
12000
12001 * minibuffer.el (completion--try-word-completion):
12002 Fix error when completing M-x commands (bug#16808).
12003
12004 2014-02-24 Leo Liu <sdl.web@gmail.com>
12005
12006 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix debug spec.
12007
12008 2014-02-24 Juanma Barranquero <lekktu@gmail.com>
12009
12010 * apropos.el (apropos-print): Avoid formatting error when
12011 apropos-do-all and apropos-compact-layout are both t.
12012
12013 2014-02-23 Juanma Barranquero <lekktu@gmail.com>
12014
12015 * apropos.el (apropos-property, apropos-all-words-regexp)
12016 (apropos-true-hit, apropos-variable, apropos-print):
12017 Fix docstring typos, and remove obsolete comment.
12018
12019 2014-02-23 Michael Albinus <michael.albinus@gmx.de>
12020
12021 * net/tramp-sh.el (tramp-sh-handle-file-truename):
12022 Preserve trailing "/". (Bug#16851)
12023
12024 2014-02-23 Dmitry Gutov <dgutov@yandex.ru>
12025
12026 * progmodes/ruby-mode.el (ruby-smie-rules): Don't indent specially
12027 after `=>' (bug#16811).
12028 (ruby-smie-rules): Handle the inconsistent second element of the
12029 list returned by `smie-indent--parent'.
12030 (ruby-font-lock-keywords): Disqualify any identifier before `=' as
12031 method call.
12032
12033 2014-02-23 Juanma Barranquero <lekktu@gmail.com>
12034
12035 * elec-pair.el (electric-pair-text-syntax-table)
12036 (electric-pair-syntax-info, electric-pair--syntax-ppss)
12037 (electric-pair--balance-info, electric-pair-mode): Fix docstring typos.
12038 (electric-pair--looking-at-unterminated-string-p): Doc fix.
12039 (electric-pair--inside-string-p): Doc fix. Use `let', not `let*'.
12040
12041 2014-02-22 Glenn Morris <rgm@gnu.org>
12042
12043 * imenu.el (imenu--generic-function): Doc fix.
12044
12045 * register.el (frame-configuration-to-register): Make obsolete.
12046
12047 2014-02-22 Juanma Barranquero <lekktu@gmail.com>
12048
12049 * desktop.el (desktop-save-buffer-p): Do not fail when
12050 desktop-files-not-to-save is nil. Return t for true result
12051 as the doc says.
12052
12053 2014-02-22 Daniel Colascione <dancol@dancol.org>
12054
12055 * net/secrets.el (secrets-create-item, secrets-search-items):
12056 Check that attribute values are strings, avoiding the construction
12057 of invalid dbus messages.
12058
12059 2014-02-21 Juanma Barranquero <lekktu@gmail.com>
12060
12061 * emacs-lisp/gv.el: Avoid duplicating gv-expander and gv-setter in
12062 defun-declarations-alist.
12063
12064 2014-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
12065
12066 * emacs-lisp/cl-macs.el (cl-define-compiler-macro): Add indent rule
12067 (bug#16829).
12068
12069 2014-02-21 Juanma Barranquero <lekktu@gmail.com>
12070
12071 * whitespace.el (whitespace-space, whitespace-hspace, whitespace-tab)
12072 (whitespace-newline, whitespace-trailing, whitespace-line)
12073 (whitespace-space-before-tab, whitespace-indentation, whitespace-empty)
12074 (whitespace-space-after-tab): Fix typo in docstrings.
12075
12076 2014-02-21 Dmitry Gutov <dgutov@yandex.ru>
12077
12078 * progmodes/ruby-mode.el (auto-mode-alist): Add missing "or".
12079
12080 * electric.el (electric-indent-functions-without-reindent):
12081 Add `yaml-indent-line'.
12082
12083 2014-02-21 Juanma Barranquero <lekktu@gmail.com>
12084
12085 * w32-vars.el (w32-enable-synthesized-fonts): Mark as obsolete.
12086 It has done nothing for years; should be removed after the release.
12087
12088 * simple.el (choose-completion): Fix docstring typo.
12089 (read-quoted-char-radix): Remove unneeded * in docstring.
12090 (process-file, kill-whole-line, pop-to-mark-command, set-mark-command):
12091 Don't escape parentheses unnecessarily in docstrings.
12092
12093 2014-02-21 Martin Rudalics <rudalics@gmx.at>
12094
12095 Fix handling of window-min-height/-width (Bug#16738).
12096 * window.el (window--dump-window, window--dump-frame):
12097 New functions.
12098 (window--min-size-1): Account for window dividers.
12099 When window-resize-pixelwise is nil, delay rounding till after the
12100 sum of the window components has been calculated.
12101 (window--min-delta-1, window--max-delta-1): When PIXELWISE is
12102 nil make sure at least one text line and two text columns remain
12103 fully visible.
12104 (window-resize): Signal an error when window-resize-apply fails.
12105 (window--resize-child-windows): Fix calculation of by how many
12106 pixels a window can still be shrunk via window-new-normal.
12107 (adjust-window-trailing-edge): Call window--resizable with
12108 correct TRAIL argument.
12109
12110 (with-temp-buffer-window): Don't evaluate BODY within
12111 with-current-buffer (Bug#16816).
12112
12113 2014-02-21 Michael Albinus <michael.albinus@gmx.de>
12114
12115 * net/tramp.el (tramp-check-cached-permissions):
12116 Call `file-attributes' with `suffix' being a symbol but a string.
12117
12118 2014-02-21 Daniel Colascione <dancol@dancol.org>
12119
12120 * net/dbus.el (dbus-init-bus-1): Declare new subr.
12121 (dbus-init-bus): New function: call into dbus-init-bus-1
12122 and installs a handler for the disconnect signal.
12123 (dbus-call-method): Rewrite to look for result in cons.
12124 (dbus-call-method-handler): Store result in cons.
12125 (dbus-check-event): Recognize events with nil sender as valid.
12126 (dbus-handle-bus-disconnect): New function. React to bus
12127 disconnection signal by synthesizing dbus error for each
12128 pending synchronous or asynchronous call.
12129 (dbus-notice-synchronous-call-errors): New function.
12130 (dbus-handle-event): Raise errors directly only when `dbus-debug'
12131 is true, not all the time.
12132
12133 2014-02-21 Juanma Barranquero <lekktu@gmail.com>
12134
12135 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
12136 Remove obsolescence declarations, these variables do not exist anymore.
12137
12138 * savehist.el (savehist-save-minibuffer-history)
12139 (savehist-additional-variables, savehist-file, savehist-mode-hook)
12140 (savehist-save-hook, savehist-coding-system, savehist-loaded)
12141 (savehist-load, savehist-install, savehist-autosave): Fix typos;
12142 mostly, refer to "Savehist mode" when talking about the mode,
12143 and not the function.
12144
12145 * saveplace.el (save-place): Remove redundant info in docstring.
12146 (save-place-forget-unreadable-files, toggle-save-place)
12147 (save-place-forget-unreadable-files, save-place-dired-hook):
12148 Fix typos and remove unneeded backslashes.
12149
12150 2014-02-20 Michael Albinus <michael.albinus@gmx.de>
12151
12152 * net/tramp.el (ls-lisp-use-insert-directory-program): Declare.
12153 (tramp-handle-insert-directory): New defun, taken from tramp-gvfs.el.
12154
12155 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist)
12156 <insert-directory>: Use `tramp-handle-insert-directory'.
12157 (tramp-gvfs-handle-insert-directory): Remove function.
12158
12159 * net/tramp-sh.el (tramp-sh-handle-insert-directory):
12160 Call `tramp-handle-insert-directory'.
12161
12162 2014-02-20 Juanma Barranquero <lekktu@gmail.com>
12163
12164 * elec-pair.el (electric-pair-syntax-info): Do not check syntax
12165 before the start of buffer/region (bug#16799).
12166
12167 2014-02-20 Glenn Morris <rgm@gnu.org>
12168
12169 * isearch.el (search-invisible): Doc fix.
12170
12171 2014-02-20 W. Trevor King <wking@tremily.us> (tiny change)
12172
12173 * term/xterm.el (xterm--version-handler): Adapt to xterm-280's output
12174 (bug#16657).
12175
12176 2014-02-19 Juanma Barranquero <lekktu@gmail.com>
12177
12178 * frameset.el (frameset-restore): Delay removing an old frame's
12179 duplicate id until the new frame has been correctly created.
12180
12181 2014-02-19 Michael Albinus <michael.albinus@gmx.de>
12182
12183 * net/tramp.el (tramp-handle-make-symbolic-link): New defun.
12184 (tramp-check-cached-permissions): Call `file-attributes' if the
12185 cache is empty.
12186
12187 * net/tramp-adb.el (tramp-adb-file-name-handler-alist)
12188 <make-symbolic-link>: Use `tramp-handle-make-symbolic-link'.
12189
12190 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist)
12191 <make-symbolic-link>: Use `tramp-handle-make-symbolic-link'.
12192 (tramp-gvfs-maybe-open-connection): Set always connection
12193 properties, even if target is mounted already.
12194
12195 * net/tramp-sh.el (tramp-color-escape-sequence-regexp):
12196 Set tramp-autoload cookie.
12197 (tramp-get-remote-touch): New defun.
12198 (tramp-sh-handle-set-file-times): Use it.
12199 (tramp-sh-handle-directory-files-and-attributes):
12200 Use `tramp-handle-directory-files-and-attributes' if neither stat
12201 nor perl are available on the remote host.
12202
12203 * net/tramp-smb.el (tramp-smb-handle-insert-directory): Mark trailing
12204 "/". Write long listing only when "l" belongs to the switches.
12205
12206 * net/trampver.el: Update release number.
12207
12208 2014-02-19 Juanma Barranquero <lekktu@gmail.com>
12209
12210 * frameset.el (frameset--reuse-frame): Remove workaround for bug#16793.
12211
12212 2014-02-19 Martin Rudalics <rudalics@gmx.at>
12213
12214 * window.el (window-state-put): Allow WINDOW to refer to an
12215 internal window (Bug#16793).
12216
12217 2014-02-19 Glenn Morris <rgm@gnu.org>
12218
12219 * textmodes/remember.el: Move provide statement to end.
12220 (remember-mode-map, remember-notes-mode-map, remember-notes-mode)
12221 (remember-notes): Doc fixes.
12222
12223 2014-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
12224
12225 * delsel.el (delete-char): Restore incorrectly erased property
12226 (bug#16795).
12227
12228 2014-02-18 Juanma Barranquero <lekktu@gmail.com>
12229
12230 * frameset.el (frameset--restore-frame): When a frame is being reused
12231 and its root window is not alive, delete all the frame's windows before
12232 restoring the window state. This works around the issue in bug#16793.
12233
12234 2014-02-18 Glenn Morris <rgm@gnu.org>
12235
12236 * textmodes/remember.el (remember-data-directory)
12237 (remember-directory-file-name-format, remember-store-in-files)
12238 (remember-notes-initial-major-mode, remember-notes-bury-on-kill)
12239 (remember-notes-save-and-bury-buffer)
12240 (remember-notes--kill-buffer-query): Doc fixes.
12241
12242 * desktop.el (desktop-save-mode, desktop-auto-save-timeout): Doc fixes.
12243
12244 2014-02-17 Alan Mackenzie <acm@muc.de>
12245
12246 Connect electric-indent-mode up with CC Mode. Bug #15478.
12247 * progmodes/cc-mode.el (c-initialize-cc-mode): Add CC Mode hooks
12248 to electric-indent-{,local-}-mode.
12249 (c-basic-common-init): Set electric-indent-inhibit.
12250 Initialise c-electric-flag from electric-indent-mode.
12251 (c-electric-indent-mode-hook, c-electric-indent-local-mode-hook):
12252 New hook functions which propagate electric-indent-mode to CC mode.
12253
12254 * progmodes/cc-cmds.el (c-toggle-electric-state): When C-c C-l is
12255 hit, toggle electric-indent-local-mode.
12256
12257 * electric.el (electric-indent-mode-has-been-called):
12258 New variable.
12259
12260 2014-02-17 Juanma Barranquero <lekktu@gmail.com>
12261
12262 * frameset.el (frameset-cfg-id): New function.
12263 (frameset--reuse-frame, frameset-restore): Use it.
12264 (frameset--jump-to-register): Try harder to reuse frames (bug#16748).
12265
12266 2014-02-17 Stefan Monnier <monnier@iro.umontreal.ca>
12267
12268 * ido.el (ido-file-internal): Remove unused var `d'.
12269 Use \` for to match BoS. Fit within 80n columns.
12270
12271 2014-02-17 Daniel Colascione <dancol@dancol.org>
12272
12273 * net/dbus.el (dbus-call-method): Work around bug#16775 by having
12274 dbus-call-method check for completion using a busy-wait loop with
12275 gradual backoff.
12276
12277 2014-02-16 Michael Albinus <michael.albinus@gmx.de>
12278
12279 Sync with Tramp 2.2.9.
12280
12281 * net/trampver.el: Update release number.
12282
12283 2014-02-16 Dmitry Gutov <dgutov@yandex.ru>
12284
12285 * ido.el (ido-file-internal): Don't add the name of an existing
12286 directory twice. (Bug#16747)
12287
12288 2014-02-16 Glenn Morris <rgm@gnu.org>
12289
12290 * vc/ediff-init.el (ediff-use-faces, ediff-highlight-all-diffs):
12291 Do not use ediff-defvar-local on pre-defined variables. (Bug#16744)
12292
12293 2014-02-15 Michael R. Mauger <michael@mauger.com>
12294
12295 * progmodes/sql.el: Version 3.4
12296 (sql-oracle-options): New default value ("-L").
12297 (sql-mode-oracle-font-lock-keywords): Add placeholder highlighting.
12298 (sql-placeholders-filter): Correct placeholder pattern.
12299 (sql-read-table-name): Bug fix. Detect absence of SQLi process.
12300 (sql-login-delay): New variable.
12301 (sql-product-interactive): Use it.
12302
12303 2014-02-15 Juanma Barranquero <lekktu@gmail.com>
12304
12305 * frameset.el (frameset--jump-to-register): Check that buffer is live
12306 (bug#16749).
12307
12308 2014-02-15 Glenn Morris <rgm@gnu.org>
12309
12310 * info.el (info-initialize): Revert 2014-01-10 change.
12311
12312 2014-02-14 Glenn Morris <rgm@gnu.org>
12313
12314 * replace.el (map-query-replace-regexp)
12315 (read-regexp-defaults-function, read-regexp): Doc fixes.
12316
12317 * dired.el (dired-read-regexp):
12318 * faces.el (list-faces-display):
12319 * misearch.el (multi-isearch-read-matching-buffers)
12320 (multi-isearch-read-matching-files):
12321 * play/cookie1.el (cookie-apropos):
12322 * progmodes/grep.el (grep-read-regexp): Doc fixes.
12323
12324 * textmodes/remember.el (remember): Use frameset-to-register
12325 rather than frame-configuration-to-register.
12326
12327 2014-02-14 Jay Belanger <jay.p.belanger@gmail.com>
12328
12329 * calc/calc-menu.el (calc-vectors-menu): Remove menu item for
12330 incorrect keybinding.
12331
12332 2014-02-13 Daniel Colascione <dancol@dancol.org>
12333
12334 * progmodes/flymake.el (flymake-post-syntax-check): Widen buffer
12335 when adding overlays so that line numbers from compiler match line
12336 numbers we use.
12337
12338 2014-02-13 Glenn Morris <rgm@gnu.org>
12339
12340 * mail/rmail.el (rmail-probe): Be less strict. (Bug#16743)
12341
12342 * jit-lock.el (jit-lock-mode): Doc fix.
12343
12344 2014-02-13 Juanma Barranquero <lekktu@gmail.com>
12345
12346 * apropos.el (apropos-read-pattern): When the user passes an empty
12347 string, give a more helpful error message than "Wrong type
12348 argument: stringp, nil".
12349
12350 2014-02-13 Stefan Monnier <monnier@iro.umontreal.ca>
12351
12352 * jit-lock.el (jit-lock-mode): Keep it disabled in indirect buffers.
12353
12354 2014-02-13 Glenn Morris <rgm@gnu.org>
12355
12356 * finder.el (finder-known-keywords, finder-mode-map): Doc fixes.
12357
12358 2014-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
12359
12360 * emulation/cua-base.el (cua-scroll-up, cua-scroll-down): Mark them as
12361 shift-select commands.
12362
12363 2014-02-12 Dmitry Gutov <dgutov@yandex.ru>
12364
12365 * progmodes/js.el (js-indent-line): Don't widen.
12366 http://lists.gnu.org/archive/html/emacs-devel/2012-06/msg00276.html
12367
12368 2014-02-12 Glenn Morris <rgm@gnu.org>
12369
12370 * icomplete.el (icomplete): Add info-link to defgroup.
12371 (icomplete-with-completion-tables, icomplete-minibuffer-setup-hook)
12372 (icomplete-minibuffer-map, icomplete-mode)
12373 (icomplete-simple-completing-p, icomplete-completions): Doc fixes.
12374
12375 * emacs-lisp/package.el (package-menu-mode-map): Tweak menu.
12376 (package-menu-filter): Rename from package-menu-filter-interactive.
12377 Doc fix.
12378
12379 2014-02-11 Juanma Barranquero <lekktu@gmail.com>
12380
12381 * frameset.el (frameset--jump-to-register): Select the required
12382 window and buffer before restoring position (bug#16696).
12383
12384 2014-02-11 Lars Ingebrigtsen <larsi@gnus.org>
12385
12386 * dired.el (dired-get-marked-files): Clarify doc (bug#11534).
12387
12388 2014-02-10 Glenn Morris <rgm@gnu.org>
12389
12390 * jit-lock.el (jit-lock-force-redisplay): Doc fix. (Bug#14394)
12391
12392 2014-02-10 Eli Zaretskii <eliz@gnu.org>
12393
12394 * w32-common-fns.el (x-get-selection): Doc fix.
12395 * select.el (x-get-selection): Doc fix. (Bug#15109)
12396
12397 * face-remap.el (face-remap-add-relative)
12398 (face-remap-remove-relative, face-remap-reset-base)
12399 (face-remap-set-base): Call force-mode-line-update to redisplay
12400 the current buffer due to potential change in faces. (Bug#16709)
12401
12402 2014-02-10 Michael Albinus <michael.albinus@gmx.de>
12403
12404 * net/tramp-sh.el (tramp-sh-handle-vc-registered): Apply heredoc
12405 script more robustly.
12406
12407 2014-02-10 Lars Ingebrigtsen <larsi@gnus.org>
12408
12409 * dired.el (dired-get-marked-files): Doc fix (bug#11534).
12410
12411 * simple.el (choose-completion): Doc fix (bug#14160).
12412
12413 * subr.el (event-start): Say what a nil EVENT value means.
12414
12415 * kmacro.el (kmacro-bind-to-key): Say that the parameter is unused
12416 (bug#14197).
12417
12418 * progmodes/grep.el (find-program): Doc fix (bug#14289).
12419
12420 * files.el (confirm-kill-emacs): Clarify doc (bug#15455).
12421
12422 * emacs-lisp/lisp.el (up-list): Doc fix (bug#15832).
12423
12424 * files.el (confirm-kill-emacs): Allow specifying an arbitrary
12425 predicate function (bug#15455).
12426
12427 2014-02-10 Dmitry Gutov <dgutov@yandex.ru>
12428
12429 * ielm.el (inferior-emacs-lisp-mode): Instead of
12430 `comment-use-global-state', set `comment-use-syntax'.
12431
12432 2014-02-10 Glenn Morris <rgm@gnu.org>
12433
12434 * emacs-lisp/gulp.el (gulp-discard): Add emacs-devel.
12435
12436 2014-02-09 Alan Mackenzie <acm@muc.de>
12437
12438 Fix c-invalidate-state-cache on narrowed buffers.
12439 * progmodes/cc-defs.el (c-with-all-but-one-cpps-commented-out):
12440 Widen when setting and clearing the CPP delimiter properties.
12441
12442 2014-02-09 Lars Ingebrigtsen <larsi@gnus.org>
12443
12444 * help.el (describe-bindings): Doc fix (bug#9888).
12445
12446 * files.el (save-buffer): Use ARG as the parameter name for
12447 consistency (bug#10346).
12448 (save-buffer): Clarify the 0 argument (bug#10346).
12449
12450 * cus-edit.el (customize-apropos): Fix error string.
12451 (custom-buffer-create): Doc fix (bug#11122).
12452 (custom-sort-items): Doc fix (bug#11121).
12453
12454 * repeat.el (repeat-message-function): Reword doc slightly (bug#11619).
12455
12456 * icomplete.el (icomplete-with-completion-tables): Doc fix (bug#11654).
12457 (icomplete-simple-completing-p): Mention the previous variable.
12458
12459 * font-lock.el (font-lock-value-in-major-mode): Clarify the
12460 meaning of the parameter (bug#12282).
12461
12462 * files.el (find-file-noselect): Clarify prompt when changing
12463 readedness (bug#13261).
12464 (locate-file): Suffixes aren't returned, so don't say that they
12465 are (bug#12674).
12466 (backup-inhibited): Doc clarification (bug#12525).
12467
12468 * dired.el (dired-internal-do-deletions): Don't say "Deleting..."
12469 before we actually start to delete things (bug#16331).
12470
12471 * subr.el (event-start): Doc fix (bug#14228).
12472 (event-end): Ditto.
12473
12474 2014-02-09 Glenn Morris <rgm@gnu.org>
12475
12476 * emacs-lisp/warnings.el (lwarn):
12477 Empower help-enable-auto-load. (Bug#15940)
12478
12479 2014-02-08 Andreas Schwab <schwab@linux-m68k.org>
12480
12481 * vc/log-edit.el (log-edit-comment-to-change-log): Doc fix.
12482 (Bug#16690)
12483
12484 2014-02-08 Michael Albinus <michael.albinus@gmx.de>
12485
12486 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
12487 Insert output at end of buffer. (Bug#16120)
12488
12489 2014-02-08 Lars Ingebrigtsen <larsi@gnus.org>
12490
12491 * simple.el (choose-completion-string-functions): Document new
12492 calling convention (bug#14153).
12493 (execute-extended-command): Clarify doc string (bug#13373).
12494
12495 * kmacro.el (kmacro-exec-ring-item): Doc fix (bug#14198).
12496
12497 * find-dired.el (find-name-dired): Doc fix (bug#14290).
12498 (find-grep-dired): Doc fix (bug#14288).
12499
12500 2014-02-08 Juri Linkov <juri@jurta.org>
12501
12502 * isearch.el (isearch-quote-char): Check character validity
12503 like in `quoted-insert' (bug#16677).
12504
12505 2014-02-08 Lars Ingebrigtsen <larsi@gnus.org>
12506
12507 * files.el (find-file-visit-truename): Doc clarification (bug#14697).
12508
12509 * isearch.el (isearch-hide-immediately): Doc clarification
12510 (bug#14723).
12511
12512 * simple.el (line-move): Document utility function used many
12513 places in the Emacs sources (bug#14843).
12514
12515 * dired.el (dired-mode-map): Make :help text more accurate (bug#14893).
12516 (dired-prev-marked-file): Doc fix (bug#14855).
12517 (dired-up-directory): Doc fix (bug#14848).
12518
12519 * minibuffer.el (read-file-name): Doc clarification (bug#15096).
12520
12521 * files.el (file-relative-name): Doc fix (bug#15159).
12522
12523 * fringe.el (fringe-styles): Doc fix (bug#15239).
12524
12525 * isearch.el (isearch-filter-predicate): Documentation typo fix
12526 (bug#15474).
12527
12528 * info-look.el (info-lookup-symbol): Document MODE (bug#15498).
12529
12530 * isearch.el (isearch-cmds): Doc clarification (bug#15547).
12531
12532 * replace.el (replace-match-maybe-edit): Doc clarification
12533 (bug#15632).
12534
12535 * subr.el (add-to-list): Refill the paragraphs (bug#15791).
12536
12537 * macros.el (insert-kbd-macro): Doc fix (bug#16025).
12538
12539 2014-02-08 Glenn Morris <rgm@gnu.org>
12540
12541 * help-fns.el (describe-variable):
12542 Check {file,dir}-local-variables-alist, and buffer-file-name,
12543 in the correct buffer.
12544
12545 2014-02-08 Ingo Lohmar <i.lohmar@gmail.com>
12546
12547 * help-fns.el (describe-variable): Fix the case where
12548 a value is directory-local with no dir-locals file. (Bug#16635)
12549
12550 2014-02-08 Glenn Morris <rgm@gnu.org>
12551
12552 * abbrev.el (edit-abbrevs-mode):
12553 Derive from fundamental-mode. (Bug#16682)
12554
12555 2014-02-07 Juanma Barranquero <lekktu@gmail.com>
12556
12557 * simple.el (quoted-insert): Check character validity (bug#16677).
12558
12559 2014-02-07 Juri Linkov <juri@jurta.org>
12560
12561 * desktop.el (desktop-read): Claim the lock when the owner is not
12562 the current process. (Bug#16157)
12563
12564 2014-02-07 Juri Linkov <juri@jurta.org>
12565
12566 * desktop.el (desktop-buffers-not-to-save): Change default from nil
12567 to "\\` ". (Bug#16651)
12568
12569 2014-02-07 Juri Linkov <juri@jurta.org>
12570
12571 * desktop.el (desktop-save-mode): Call `desktop-auto-save-set-timer'
12572 when enabling, and `desktop-auto-save-cancel-timer' when disabling.
12573 (desktop-auto-save-cancel-timer): New function with some code from
12574 `desktop-auto-save-set-timer'.
12575 (after-init-hook): Don't call `desktop-auto-save-set-timer'.
12576 Instead of setting `desktop-save-mode' to nil, call
12577 `desktop-save-mode' with arg 0. (Bug#16630)
12578
12579 2014-02-07 Glenn Morris <rgm@gnu.org>
12580
12581 * hi-lock.el (hi-lock-auto-select-face, hi-lock-line-face-buffer)
12582 (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
12583 (hi-lock-face-symbol-at-point, hi-lock-read-face-name): Doc tweaks.
12584
12585 * obsolete/iswitchb.el: Move to obsolete/.
12586 * simple.el (iswitchb-mode): Add manual autoloads to ease transition,
12587 since obsolete/ is not scanned for autoloads.
12588 * emacs-lisp/authors.el (authors-valid-file-names):
12589 Add iswitchb.el.
12590
12591 * obsolete/meese.el: Restore as obsolete (deleted 2014-01-11).
12592 Disable now non-functional find-file-hook.
12593
12594 2014-02-06 Michael Albinus <michael.albinus@gmx.de>
12595
12596 * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use "&&"
12597 instead of ";" in order to avoid additional prompts. Let heredoc
12598 scripts read from tty. (Bug#16582)
12599 (tramp-send-command): No special handling of heredocs, it isn't
12600 necessary anymore.
12601
12602 2014-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
12603
12604 * emacs-lisp/lisp.el (lisp-completion-at-point): Symbols don't start
12605 with a space (bug#16664). Limit the symbols considered to the ones
12606 that are bound or fbound (bug#16646).
12607
12608 2014-02-06 Glenn Morris <rgm@gnu.org>
12609
12610 * epa.el (epa-mail-aliases): Doc fix.
12611
12612 2014-02-06 Dmitry Gutov <dgutov@yandex.ru>
12613
12614 * emacs-lisp/lisp.el (lisp-completion-at-point):
12615 Use `completion-table-merge' instead of `completion-table-in-turn'
12616 (bug#16604).
12617
12618 * minibuffer.el (completion-table-merge): New function.
12619
12620 2014-02-05 Michael Albinus <michael.albinus@gmx.de>
12621
12622 * net/tramp-sh.el (tramp-end-of-heredoc): New defconst.
12623 (tramp-sh-handle-set-file-acl)
12624 (tramp-sh-handle-start-file-process)
12625 (tramp-sh-handle-write-region, tramp-sh-handle-vc-registered)
12626 (tramp-find-executable, tramp-send-command): Use it.
12627
12628 2014-02-05 Glenn Morris <rgm@gnu.org>
12629
12630 * epa.el (epa-mail-aliases): Fix custom type. Doc tweak.
12631
12632 2014-02-04 Fabián Ezequiel Gallina <fgallina@gnu.org>
12633
12634 * progmodes/python.el (python-shell-send-string)
12635 (python-shell-send-string-no-output): Fix docstring (Bug#16547).
12636
12637 2014-02-04 Anders Lindgren <andlind@gmail.com>
12638
12639 * emacs-lisp/ert.el (ert--activate-font-lock-keywords): Allow dashes in
12640 the names (bug#16620).
12641
12642 2014-02-03 Martin Rudalics <rudalics@gmx.at>
12643
12644 * faces.el (window-divider): New default value. Rewrite doc-string.
12645 (window-divider-first-pixel, window-divider-last-pixel): New faces.
12646
12647 2014-02-03 Dmitry Gutov <dgutov@yandex.ru>
12648
12649 * progmodes/ruby-mode.el (ruby-font-lock-keywords): `private',
12650 `protected' and `public' can also be called without arguments.
12651
12652 2014-02-03 Glenn Morris <rgm@gnu.org>
12653
12654 * register.el (window-configuration-to-register)
12655 (frame-configuration-to-register): Unadvertise unused argument.
12656 * frameset.el (frameset-to-register): Remove unused argument.
12657
12658 * frameset.el (frameset-to-register):
12659 * kmacro.el (kmacro-to-register):
12660 * register.el (increment-register):
12661 * calc/calc-yank.el (calc-copy-to-register, calc-insert-register)
12662 (calc-append-to-register, calc-prepend-to-register):
12663 * play/gametree.el (gametree-layout-to-register)
12664 (gametree-apply-register-layout):
12665 * textmodes/picture.el (picture-clear-rectangle-to-register)
12666 (picture-yank-rectangle-from-register):
12667 * vc/emerge.el (emerge-combine-versions-register):
12668 Use register-read-with-preview to read registers.
12669
12670 2014-02-03 João Távora <joaotavora@gmail.com>
12671
12672 * elec-pair.el (electric-pair-backward-delete-char): Don't error
12673 when at beginning of (possibly narrowed) buffer.
12674
12675 2014-02-02 Daniel Colascione <dancol@dancol.org>
12676
12677 * help-at-pt.el (help-at-pt-string, help-at-pt-maybe-display):
12678 Also try to display local help from just before point.
12679
12680 2014-02-02 Alan Mackenzie <acm@muc.de>
12681
12682 c-parse-state. Don't "append-lower-brace-pair" in certain
12683 circumstances. Also fix an obscure bug where "\\s!" shouldn't be
12684 recognised as a comment.
12685
12686 * progmodes/cc-engine.el (c-state-pp-to-literal): Check for "\\s!"
12687 as well as normal comment starter.
12688 (c-parse-state-get-strategy): Extra return possibility
12689 'back-and-forward.
12690 (c-remove-stale-state-cache): Extra element CONS-SEPARATED in
12691 return value list to indicate replacement of a brace-pair cons
12692 with its car.
12693 (c-parse-state-1): With 'back-and-forward, only call
12694 c-append-lower-brace-pair-to state-cache when cons-separated.
12695
12696 2014-02-02 Jan Djärv <jan.h.d@swipnet.se>
12697
12698 * term/ns-win.el (ns-suspend-error): New function.
12699 (ns-initialize-window-system): Add ns-suspend-error to
12700 suspend-hook (Bug#16612).
12701
12702 2014-02-02 Daniel Colascione <dancol@dancol.org>
12703
12704 * progmodes/cc-defs.el (c-find-assignment-for-mode):
12705 Make loading cc-mode silent.
12706
12707 2014-02-02 Daniel Colascione <dancol@dancol.org>
12708
12709 * comint.el (comint-prompt-read-only): Change doc to suggest
12710 remap keybinding.
12711
12712 2014-02-02 Glenn Morris <rgm@gnu.org>
12713
12714 * register.el (register-read-with-preview, point-to-register)
12715 (window-configuration-to-register, frame-configuration-to-register)
12716 (jump-to-register, number-to-register, view-register, insert-register)
12717 (copy-to-register, append-to-register, prepend-to-register)
12718 (copy-rectangle-to-register): Doc fixes.
12719
12720 2014-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
12721
12722 * help-fns.el (help-C-file-name): Handle advised functions (bug#16478).
12723 * emacs-lisp/find-func.el (find-function-C-source): Idem.
12724 * emacs-lisp/nadvice.el (advice--cd*r): New function.
12725 * help-fns.el (describe-function-1): Use it.
12726
12727 2014-02-02 Glenn Morris <rgm@gnu.org>
12728
12729 * register.el (register-preview-default): New function,
12730 split from register-preview.
12731 (register-preview-function): Rename from register-preview-functions,
12732 make it not a hook.
12733 (register-preview): Use register-preview-function.
12734 (register-read-with-preview): Error on non-character event. (Bug#16595)
12735
12736 2014-02-01 Dmitry Gutov <dgutov@yandex.ru>
12737
12738 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Check for
12739 `:' before binary operators (bug#16609). Don't check for `:'
12740 before `[' and `(', or their syntax status. A percent literal
12741 can't end with either.
12742 (ruby-font-lock-keywords): For built-ins that require arguments,
12743 check that they're followed by something that looks like argument
12744 (bug#16610).
12745
12746 2014-02-01 Lars Ingebrigtsen <larsi@gnus.org>
12747
12748 * subr.el (butlast): Document what an omitted N means (bug#13437).
12749 (nbutlast): Ditto.
12750
12751 2014-01-31 Lars Ingebrigtsen <larsi@gnus.org>
12752
12753 * net/shr.el (shr-generic): Make into a defsubst to make the stack
12754 depth shallower (bug#16587).
12755 (shr-tag-svg): Respect `shr-inhibit-images'.
12756 (shr-dom-to-xml): Respect `shr-blocked-images' (bug#15882).
12757
12758 2014-01-31 Dmitry Gutov <dgutov@yandex.ru>
12759
12760 * progmodes/ruby-mode.el (ruby-align-chained-calls): New option.
12761 (ruby-smie-grammar): Make "." right-associative. Make its priority
12762 lower than the ternary and all binary operators.
12763 (ruby-smie-rules): Indent "(" relative to the first non-"."
12764 parent, or the first "." parent at indentation.
12765 Use `ruby-align-chained-calls' for indentation of "." tokens.
12766 (Bug#16593)
12767
12768 2014-01-31 Juri Linkov <juri@jurta.org>
12769
12770 * sort.el (delete-duplicate-lines): Remove `:weakness 'key'
12771 from `make-hash-table'.
12772
12773 * textmodes/ispell.el (ispell-init-process): Change message format
12774 to be consistent with other messages.
12775
12776 2014-01-31 Glenn Morris <rgm@gnu.org>
12777
12778 * delsel.el (delete-selection-mode): Doc fix.
12779
12780 * emacs-lisp/trace.el (trace--read-args, trace-function-foreground)
12781 (trace-function-background): Doc fixes.
12782
12783 * ido.el (ido-use-virtual-buffers): Doc fix.
12784 Reset :version, since the default value has not changed.
12785
12786 * register.el (register-preview-delay, register-read-with-preview):
12787 Doc fixes.
12788
12789 * mail/reporter.el (reporter-dump-variable): In case of void-variable,
12790 do not mess with mail-buffer position (fixes 2009-11-03 change).
12791 * progmodes/cc-mode.el (c-submit-bug-report):
12792 Check auto-fill-mode is bound. (Bug#16592)
12793
12794 2014-01-31 Darren Hoo <darren.hoo@gmail.com>
12795
12796 * startup.el (fancy-splash-image-file): New function,
12797 split from fancy-splash-head.
12798 (fancy-splash-head, use-fancy-splash-screens-p): Use it,
12799 so that we are both using the same image. (Bug#16574)
12800
12801 2014-01-30 Glenn Morris <rgm@gnu.org>
12802
12803 * simple.el (eval-expression): Doc fix.
12804
12805 * hexl.el (hexl-mode-hook):
12806 * ielm.el (ielm-mode-hook):
12807 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-hook)
12808 (lisp-interaction-mode-hook):
12809 * progmodes/cfengine.el (cfengine3-documentation-function):
12810 Replace obsolete alias `turn-on-eldoc-mode' with `eldoc-mode'.
12811
12812 2014-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
12813
12814 * emacs-lisp/eieio-opt.el (eieio-help-generic): Don't assume `generic'
12815 is a symbol (bug#16584).
12816
12817 2014-01-30 Glenn Morris <rgm@gnu.org>
12818
12819 * help.el (help-for-help-internal): Add "P" to text.
12820
12821 2014-01-29 Glenn Morris <rgm@gnu.org>
12822
12823 * simple.el (just-one-space, cycle-spacing): Doc fixes.
12824
12825 2014-01-28 Martin Rudalics <rudalics@gmx.at>
12826
12827 * window.el (fit-frame-to-buffer): Fix calculations for margins and
12828 height constraints.
12829
12830 2014-01-28 Luke Lee <luke.yx.lee@gmail.com>
12831
12832 * progmodes/hideif.el: Extend to full CPP expression syntax.
12833 (hif-token-alist): Add missing tokens.
12834 (hif-token-regexp): Add support for float/octal/hex immediates.
12835 (hif-string-literal-regexp): New const.
12836 (hif-tokenize): Recognize strings and float/octal/hex immediates.
12837 (hif-exprlist): New function.
12838 (hif-parse-if-exp): Use it.
12839 (hif-logior-expr, hif-logxor-expr, hif-logand-expr, hif-comp-expr)
12840 (hif-logshift-expr, hif-muldiv-expr, hif-lognot, hif-shiftleft)
12841 (hif-shiftright, hif-multiply, hif-divide, hif-modulo, hif-equal)
12842 (hif-logxor, hif-comma): New functions.
12843
12844 2014-01-28 Glenn Morris <rgm@gnu.org>
12845
12846 * textmodes/fill.el (fill-single-char-nobreak-p): Doc tweak.
12847
12848 * indent.el (tab-stop-list): Doc fix. Add :version.
12849
12850 * vc/pcvs.el (vc-editable-p, vc-checkout): Remove unused declarations.
12851 (cvs-append-to-ignore): Add compatibility alias.
12852
12853 2014-01-27 Glenn Morris <rgm@gnu.org>
12854
12855 * dired.el (dired-hide-details-mode): Don't autoload it,
12856 since it cannot be used outside Dired buffers anyway.
12857
12858 * emulation/cua-base.el (cua-mode): Doc fix.
12859
12860 * dired.el (dired-hide-details-hide-symlink-targets)
12861 (dired-hide-details-hide-information-lines)
12862 (dired-hide-details-mode): Doc fixes.
12863
12864 * shadowfile.el (shadow-info-file, shadow-todo-file): Doc fix.
12865 * strokes.el (strokes-file): Doc fix. Bump :version.
12866 (strokes-help): Doc fix.
12867 * emulation/viper-init.el (viper-vi-style-in-minibuffer): Doc fix.
12868 * emulation/viper.el (viper): Doc fix for custom group.
12869 (top-level): Remove oh-so-no-longer-relevant text about vip.
12870 * obsolete/otodo-mode.el (todo-prefix): Doc fix.
12871
12872 * ido.el (ido-save-directory-list-file):
12873 * saveplace.el (save-place-file):
12874 * calendar/timeclock.el (timeclock-file):
12875 * net/quickurl.el (quickurl-url-file):
12876 * obsolete/otodo-mode.el (todo-file-do, todo-file-done, todo-file-top):
12877 * progmodes/idlwave.el (idlwave-config-directory):
12878 * textmodes/remember.el (remember-data-file):
12879 Bump :version.
12880
12881 2014-01-26 Glenn Morris <rgm@gnu.org>
12882
12883 * progmodes/opascal.el (opascal-tab-always-indents, opascal-tab):
12884 Doc fix. Make obsolete.
12885 (opascal-mode): No longer mention opascal-tab-always-indents in doc.
12886
12887 * sort.el (delete-duplicate-lines): Doc fix.
12888
12889 2014-01-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
12890
12891 * progmodes/ada-mode.el (ada):
12892 * woman.el (woman): Link to info manual and Commentary section.
12893
12894 * progmodes/flymake.el (flymake):
12895 * nxml/nxml-mode.el (nxml):
12896 * net/eww.el (eww):
12897 * speedbar.el (speedbar, speedbar-faces, speedbar-vc):
12898 * htmlfontify.el (htmlfontify):
12899 * ses.el (ses):
12900 * epa.el (epa):
12901 * ido.el (ido): Link to info manual.
12902
12903 2014-01-25 Leo Liu <sdl.web@gmail.com>
12904
12905 * progmodes/flymake.el (flymake-make-overlay): No rear advance.
12906
12907 2014-01-25 Adam Sjøgren <asjo@koldfront.dk>
12908
12909 * net/shr.el (shr-tag-img): Prefer the title over the alt text
12910 (bug#16537).
12911
12912 2014-01-24 Juanma Barranquero <lekktu@gmail.com>
12913
12914 * net/eww.el (eww-download-callback):
12915 Fix reference to eww-download-directory.
12916
12917 * emacs-lisp/bytecomp.el (byte-compile-file):
12918 Remove unused local variable `file-name'.
12919
12920 2014-01-24 Glenn Morris <rgm@gnu.org>
12921
12922 * woman.el (woman-default-faces, woman-monochrome-faces):
12923 Fix obsolescence specification.
12924
12925 * subr.el (with-demoted-errors): Doc fix.
12926
12927 2014-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
12928
12929 * emacs-lisp/cl-macs.el: Improve type->predicate mapping (bug#16520).
12930 (cl--macroexp-fboundp): New function.
12931 (cl--make-type-test): Use it.
12932
12933 2014-01-23 Glenn Morris <rgm@gnu.org>
12934
12935 * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-last-sexp):
12936 * simple.el (eval-expression): Doc fixes.
12937
12938 2014-01-22 Glenn Morris <rgm@gnu.org>
12939
12940 * emacs-lisp/authors.el (authors-fixed-entries): Addition.
12941
12942 2014-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
12943
12944 * emacs-lisp/package.el: Write files silently.
12945 (package-autoload-ensure-default-file, package--write-file-no-coding)
12946 (package-generate-description-file, package--download-one-archive)
12947 (package-install-from-archive): Tell `write-region' to stay quiet.
12948 (package-menu-mode, package-menu--print-info): Omit the Archive column
12949 if there's only one archive.
12950 (package-all-keywords, package--has-keyword-p): Remove dead code.
12951
12952 2014-01-22 Glenn Morris <rgm@gnu.org>
12953
12954 * version.el (emacs-bzr-version-bzr): Fix typo.
12955
12956 * version.el (emacs-repository-get-version):
12957 Check either .bzr or .git, but not both.
12958 Make the git case actually use the DIR argument, and return nil
12959 rather than the empty string.
12960 Avoid error if .git exists but the git executable is not found.
12961
12962 2014-01-22 Martin Rudalics <rudalics@gmx.at>
12963
12964 Fixes in window size functions around Bug#16430 and Bug#16470.
12965 * window.el (window-total-size, window-size): New argument ROUND.
12966 (window--min-delta-1, window-min-delta, window--max-delta-1):
12967 Be more conservative when calculating the numbers of lines or
12968 columns a window can shrink (Bug#16430).
12969 (fit-window-to-buffer): Simplify code.
12970 * term.el (term-window-width): Call window-body-width again.
12971
12972 2014-01-22 Glenn Morris <rgm@gnu.org>
12973
12974 * image.el (image-format-suffixes): Doc fix.
12975
12976 * international/quail.el (quail-define-package): Doc fix.
12977
12978 * emacs-lisp/authors.el (authors-valid-file-names)
12979 (authors-renamed-files-alist): Additions.
12980
12981 * vc/vc-git.el (vc-git-print-log): Remove --follow;
12982 reverts 2014-01-09 change. (Bug#16422)
12983
12984 * calc/calc-embed.el (thing-at-point-looking-at):
12985 * emacs-lisp/map-ynp.el (x-popup-dialog):
12986 * obsolete/lmenu.el (x-popup-dialog):
12987 * emacs-lisp/package.el (url-recreate-url):
12988 * mail/mailclient.el (clipboard-kill-ring-save):
12989 * subr.el (x-popup-dialog): Update declaration.
12990 * mail/rmail.el (rmail-mime-message-p):
12991 * window.el (tool-bar-lines-needed): Remove unnecessary declaration.
12992
12993 2014-01-21 Daniel Colascione <dancol@dancol.org>
12994
12995 * progmodes/sh-script.el (sh--inside-noncommand-expression):
12996 Correctly detect when we're inside an arithmetic expansion form
12997 containing nested parenthesis.
12998 (sh--maybe-here-document): Use `sh--inside-noncommand-expression'
12999 to detect cases where we shouldn't expand "<<" to a heredoc
13000 skeleton.
13001
13002 2014-01-21 Stefan Monnier <monnier@iro.umontreal.ca>
13003
13004 * emacs-lisp/eldoc.el: Properly remove message in minibuffer case.
13005 (eldoc--message-command-p): New function.
13006 (eldoc-display-message-p): Use it.
13007 (eldoc-pre-command-refresh-echo-area): In the minibuffer case, the
13008 message is not automatically erased for us.
13009 (eldoc-print-current-symbol-info): Erase previous message, if any.
13010
13011 2014-01-21 Tassilo Horn <tsdh@gnu.org>
13012
13013 * textmodes/reftex.el (reftex-create-bibtex-file): Fix autoload to
13014 specify it's an interactive function.
13015
13016 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
13017 Fix regex used for scanning for citation keys which failed for
13018 citations with optional arguments.
13019
13020 2014-01-21 Leo Liu <sdl.web@gmail.com>
13021
13022 * simple.el (read--expression): Don't enable eldoc-mode.
13023
13024 2014-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
13025
13026 * simple.el (move-beginning-of-line): Make sure we don't move forward
13027 (bug#16497).
13028
13029 2014-01-20 Juri Linkov <juri@jurta.org>
13030
13031 * saveplace.el (toggle-save-place, save-place-to-alist)
13032 (save-places-to-alist, save-place-dired-hook): Add (derived-mode-p
13033 'dired-mode) before checking for dired-directory. (Bug#16477)
13034
13035 2014-01-20 Juri Linkov <juri@jurta.org>
13036
13037 * indent.el (indent-line-to): Use backward-to-indentation
13038 instead of back-to-indentation. (Bug#16461)
13039
13040 2014-01-20 Paul Eggert <eggert@cs.ucla.edu>
13041
13042 Revert some of the CANNOT_DUMP fix (Bug#16494).
13043 Because of this, "make bootstrap" won't work if CANNOT_DUMP=yes,
13044 but fixing this can wait until after the next release.
13045 * Makefile.in (emacs): Keep EMACSLOADPATH empty.
13046
13047 2014-01-19 Michael Albinus <michael.albinus@gmx.de>
13048
13049 * eshell/esh-mode.el (eshell-password-prompt-regexp):
13050 Use `password-word-equivalents'.
13051 (eshell-watch-for-password-prompt): Let-bind `case-fold-search'
13052 to t. (Bug#5664, Bug#13124)
13053
13054 2014-01-19 Alan Mackenzie <acm@muc.de>
13055
13056 Bind open-paren-in-column-0-is-defun-start to nil at some entry
13057 points.
13058 * progmodes/cc-engine.el (c-invalidate-state-cache-1)
13059 (c-parse-state-1, c-guess-basic-syntax): Bind it here.
13060 * progmodes/cc-mode.el (c-before-change, c-after-change)
13061 (c-font-lock-fontify-region): Bind it here.
13062
13063 2014-01-19 Martin Rudalics <rudalics@gmx.at>
13064
13065 * term.el (term-window-width): Call window-text-width instead of
13066 window-width (Bug#16470).
13067
13068 2014-01-18 Paul Eggert <eggert@cs.ucla.edu>
13069
13070 * simple.el (password-word-equivalents): Remove duplicates.
13071 Sort, to make this easier next time.
13072 Downcase. Omit ": " after "jelszó".
13073
13074 2014-01-18 Jan Djärv <jan.h.d@swipnet.se>
13075
13076 * term/common-win.el (saved-region-selection): Defvar it.
13077 (x-select-text): Set saved-region-selection (Bug#16382).
13078
13079 2014-01-18 Glenn Morris <rgm@gnu.org>
13080
13081 * emacs-lisp/authors.el (authors-aliases)
13082 (authors-renamed-files-alist): Add some entries.
13083
13084 2014-01-17 Michael Albinus <michael.albinus@gmx.de>
13085
13086 * net/tramp.el (tramp-password-prompt-regexp):
13087 Use `password-word-equivalents' if available.
13088 (tramp-action-password, tramp-process-one-action)
13089 (tramp-read-passwd): Let-bind `case-fold-search' to t. (Bug#13124)
13090
13091 2014-01-17 Chong Yidong <cyd@gnu.org>
13092
13093 * simple.el (password-word-equivalents): New defcustom.
13094 * comint.el (comint-password-prompt-regexp): Use it. Bump version
13095 to 24.4.
13096 (comint-watch-for-password-prompt): Let-bind `case-fold-search'
13097 to t. (Bug#13124)
13098
13099 2014-01-17 Dmitry Gutov <dgutov@yandex.ru>
13100
13101 * progmodes/ruby-mode.el (ruby-alignable-keywords): New constant.
13102 (ruby-align-to-stmt-keywords): Change the default value.
13103 Use `ruby-alignable-keywords' to generate the possible customization
13104 choices.
13105 (ruby-smie-rules): Instead of using a hardcoded list of alignable
13106 keywords, check against the value of `ruby-alignable-keywords'
13107 (http://lists.gnu.org/archive/html/emacs-devel/2014-01/msg01439.html).
13108
13109 2014-01-17 Glenn Morris <rgm@gnu.org>
13110
13111 * emacs-lisp/authors.el (authors-aliases): Remove unnecessary entries.
13112
13113 Make M-x authors return zero *Authors Errors* from current logs.
13114 * emacs-lisp/authors.el (authors-obsolete-files-regexps)
13115 (authors-ignored-files): Add some entries, remove others.
13116 (authors-ambiguous-files, authors-valid-file-names):
13117 Add some entries.
13118 (authors-renamed-files-alist): Add, remove, and adjust entries.
13119 (authors-renamed-files-regexps): Add some entries.
13120 Remove some very broad ones. Make some entries `lax'.
13121 (authors-lax-changelogs): New constant.
13122 (authors-disambiguate-file-name): Treat top-level specially.
13123 (authors-lax-changelog-p): New function.
13124 (authors-canonical-file-name): Check file as written against
13125 authors-valid-file-names. Do not special-case etc/.
13126 Handle `lax' logs and authors-renamed-files-regexps elements.
13127
13128 2014-01-16 Dmitry Gutov <dgutov@yandex.ru>
13129
13130 * emacs-lisp/package.el (package-desc--keywords): Use `cdr' with
13131 `assoc'. Use `nth' instead of `cdr'. Make private. Update all
13132 callers.
13133
13134 2014-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
13135
13136 * follow.el (follow-adjust-window): Remove `dest' argument (bug#16426).
13137 Assume we're already in the proper buffer.
13138 Inspired by Anders Lindgren <andlind@gmail.com>.
13139 (follow-post-command-hook): Call it from the right buffer.
13140 (follow-comint-scroll-to-bottom): Adjust call.
13141 (follow-all-followers): Use get-buffer-window-list.
13142
13143 2014-01-15 Daniel Colascione <dancol@dancol.org>
13144
13145 * emacs-lisp/bytecomp.el (byte-compile-file): Use whole
13146 `buffer-file-name' in interactive-form so that we don't leave
13147 pathless file names in `file-name-history'.
13148
13149 2014-01-15 Juri Linkov <juri@jurta.org>
13150
13151 * indent.el (indent-rigidly): Set deactivate-mark to nil
13152 in transient indentation mode. (Bug#16438)
13153
13154 2014-01-15 Dmitry Gutov <dgutov@yandex.ru>
13155
13156 * emacs-lisp/package.el (package-desc-keywords): New function
13157 (Bug#16222).
13158 (describe-package-1, package-all-keywords)
13159 (package--has-keyword-p): Use it.
13160
13161 2014-01-14 Nicolas Richard <theonewiththeevillook@yahoo.fr>
13162
13163 * simple.el (define-alternatives): When creating the
13164 COMMAND-alternatives variable, assign COMMAND as its definition
13165 name so that `describe-variable' can relocate it.
13166
13167 2014-01-14 Matthew Leach <matthew@mattleach.net>
13168
13169 * font-lock.el (font-lock-keywords): Fix typo in docstring
13170 (bug#16307).
13171
13172 2014-01-14 Agustín Martín Domingo <agustin.martin@hispalinux.es>
13173
13174 * textmodes/ispell.el (ispell-region): Reset `in-comment' for new
13175 line instead of wrongly reset `add-coment' (bug#13577).
13176
13177 2014-01-14 Daiki Ueno <ueno@gnu.org>
13178
13179 * epa-file.el (epa-file-write-region): Encode the region according
13180 to `buffer-file-format'. Problem reported at:
13181 <http://sourceforge.jp/ticket/browse.php?group_id=2267&tid=32917>.
13182
13183 2014-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
13184
13185 * emacs-lisp/edebug.el (edebug--display): Move protective let-binding
13186 so it applies in the right buffer (bug#16410).
13187
13188 2014-01-13 Daniel Colascione <dancol@dancol.org>
13189
13190 * textmodes/rst.el (rst-define-key): Provide deprecated
13191 keybindings through named functions instead of anonymous ones so
13192 that "??" doesn't appear in describe-mode output.
13193
13194 2014-01-13 Bastien Guerry <bzg@gnu.org>
13195
13196 * simple.el (define-alternatives): Call the selected command
13197 interactively. When setting `COMMAND--implementation' for the
13198 first time, tell the user how to chose another implementation.
13199 Enhance the docstring.
13200
13201 2014-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
13202
13203 * vc/log-edit.el: Fix highlighting of summary when it's the first line.
13204 (log-edit--match-first-line): New function.
13205 (log-edit-font-lock-keywords): Use it.
13206 (log-edit-mode): Make jit-lock-defer-multiline work.
13207
13208 2014-01-13 Bastien Guerry <bzg@gnu.org>
13209
13210 * rect.el (rectangle-mark-mode): When the region is not active,
13211 display a message saying that the mark as been set and that
13212 rectangle mode is in use.
13213 (rectangle--highlight-for-redisplay): Only put an overlay with a
13214 visible vertical bar when (display-graphic-p) is non-nil.
13215 This partially fixes Bug#16403.
13216
13217 2014-01-13 Juri Linkov <juri@jurta.org>
13218
13219 * info.el (Info-find-file): Go to DIR before displaying the error
13220 about a nonexistent file if no previous Info file is visited.
13221 Use `user-error' instead of `error' for "Info file %s does not exist".
13222 (Info-find-node-2): In case of a nonexistent node in unwind forms
13223 go to the Top node if there is no previous node to revert to.
13224 (Bug#16405)
13225
13226 2014-01-13 Martin Rudalics <rudalics@gmx.at>
13227
13228 fit-frame/window-to-buffer code fixes including one for Bug#14096.
13229 * window.el (fit-frame-to-buffer): Fix doc-string.
13230 Respect window-min-height/-width. Fit pixelwise when
13231 frame-resize-pixelwise is non-nil. Adjust right/bottom edge
13232 when avoiding that frame goes partially off-screen.
13233 (fit-window-to-buffer): Respect window-min-height/-width
13234 (Bug#14096).
13235
13236 2014-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
13237
13238 * indent.el (indent-according-to-mode): Flush to column 0 in text-mode
13239 after an empty line.
13240
13241 2014-01-12 Stefan Monnier <monnier@iro.umontreal.ca>
13242
13243 * net/shr.el (shr-render-region): Autoload.
13244
13245 2014-01-12 Xue Fuqiao <xfq.free@gmail.com>
13246
13247 * net/eww.el (eww-download-directory): Rename from
13248 `eww-download-path' (Bug#16419).
13249
13250 2014-01-12 Leo Liu <sdl.web@gmail.com>
13251
13252 * dired-x.el (dired-mode-map): Fix last change.
13253
13254 * emacs-lisp/eldoc.el (eldoc-mode): Add hook locally.
13255
13256 2014-01-12 Paul Eggert <eggert@cs.ucla.edu>
13257
13258 Spelling fixes.
13259 * emacs-lisp/generic.el (generic--normalize-comments):
13260 Rename from generic--normalise-comments. All uses changed.
13261 * play/bubbles.el (bubbles--neighborhood-score)
13262 (bubbles--mark-direct-neighbors, bubbles--mark-neighborhood)
13263 (bubbles--neighborhood-available)
13264 (bubbles--update-neighborhood-score):
13265 Rename from names with 'neighbourhood'. All uses changed.
13266
13267 2014-01-12 Leo Liu <sdl.web@gmail.com>
13268
13269 Re-implement the feature of showing eldoc info after editing.
13270 * emacs-lisp/eldoc.el (eldoc-post-insert-mode): Remove.
13271 (eldoc-edit-message-commands): New function.
13272 (eldoc-print-after-edit): New variable.
13273 (eldoc-pre-command-refresh-echo-area): Emit message only by
13274 eldoc-message-commands.
13275 (eldoc-mode): Restrict eldoc-message-commands to editing commands
13276 if eldoc-print-after-edit is set. (Bug#16346)
13277 * simple.el (read--expression): Enable eldoc-mode.
13278 * progmodes/octave.el (octave-mode-menu): Adapt to change in eldoc.
13279
13280 2014-01-11 Dani Moncayo <dmoncayo@gmail.com>
13281 Eric S. Raymond <esr@thyrsus.com>
13282
13283 * version.el (emacs-repository-get-version): Enhance so the
13284 function works correctly in either a Bazaar or Git repo.
13285
13286 2014-01-11 Eric S. Raymond <esr@thyrsus.com>
13287
13288 * play/meese.el: It's 2014 and Ed Meese is justly forgotten.
13289 Goes with removal of the joke manpages from /etc.
13290
13291 2014-01-10 Kenichi Handa <handa@gnu.org>
13292
13293 * mail/rmail.el (rmail-get-coding-system):
13294 Check rmail-get-coding-function before "funcall"ing it.
13295
13296 2014-01-10 Glenn Morris <rgm@gnu.org>
13297
13298 * emacs-lisp/authors.el (authors-fixed-entries):
13299 Update for files that no longer exist.
13300
13301 2014-01-10 Eric S. Raymond <esr@thyrsus.com>
13302
13303 * version.el (emacs-bzr-get-version): Restore compatibilty with
13304 24.3 (Tested).
13305
13306 2014-01-10 Bozhidar Batsov <bozhidar@batsov.com>
13307
13308 * progmodes/ruby-mode.el (auto-mode-alist): Add .podspec
13309 and Podfile.
13310
13311 2014-01-10 Eli Zaretskii <eliz@gnu.org>
13312
13313 * emacs-lisp/authors.el (authors-fixed-entries): Update my entry.
13314
13315 2014-01-10 Chong Yidong <cyd@gnu.org>
13316
13317 * progmodes/octave.el (octave-mode-menu): Don't assume eldoc is loaded.
13318
13319 2014-01-10 Anders Lindgren <andlind@gmail.com>
13320
13321 * follow.el (follow-cache-command-list): Include right-char and
13322 left-char.
13323
13324 2014-01-10 Paul Eggert <eggert@cs.ucla.edu>
13325
13326 Spelling fixes.
13327 * mail/unrmail.el (unrmail-mbox-format): Choice is mboxo, not mboxro.
13328 * woman.el (woman-mark-horizontal-position):
13329 Rename from woman-mark-horizonal-position. Use changed.
13330
13331 2014-01-10 Glenn Morris <rgm@gnu.org>
13332
13333 * info.el (info-initialize): If running uninstalled, ensure our
13334 own info files are always found first, even if INFOPATH is set.
13335
13336 * help.el (view-order-manuals): Open emacs.info rather than ORDERS.
13337
13338 2014-01-09 David Engster <deng@randomsample.de>
13339
13340 * emacs-lisp/eieio-custom.el:
13341 * emacs-lisp/eieio-opt.el: Set generated autoload file to
13342 'eieio.el'. This was accidentally removed in 2012-10-01T18:10:29Z!cyd@gnu.org.
13343 * emacs-lisp/eieio.el: Regenerate autoloads.
13344
13345 2014-01-09 Eric S. Raymond <esr@thyrsus.com>
13346
13347 * vc/vc-git.el (vc-git-print-log): Add --follow option to command,
13348 following renames. (Bug#8756)
13349
13350 2014-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
13351
13352 * simple.el (deactivate-mark, activate-mark): Force-mode-line-update
13353 (bug#16382).
13354 (activate-mark): Add `no-tmm' argument.
13355 (set-mark, push-mark-command): Use it instead of running
13356 activate-mark-hook by hand.
13357
13358 2014-01-08 Eric S. Raymond <esr@thyrsus.com>
13359
13360 In preparation for the move to git, sanitize out some
13361 Bazaar-specific names.
13362
13363 * emacs-lisp/authors.el: INSTALL.BZR renamed to INSTALL.REPO.
13364
13365 * version.el (emacs-bzr-version): Name changed to
13366 emacs-repository-version. Obsolete-variable alias made.
13367 * loadup.el: Follow through on this name change.
13368 * mail/emacsbug.el (report-emacs-bug): Factor out any
13369 assumption about the version control system in use.
13370
13371 2014-01-08 David Engster <deng@randomsample.de>
13372
13373 * help-fns.el (help-fns-describe-function-functions):
13374 New variable to call functions for augmenting help buffers.
13375 (describe-function-1): Remove explicit calls to
13376 `help-fns--compiler-macro', `help-fns--parent-mode' and
13377 `help-fns--obsolete'. Put them in above new variable instead, and
13378 call them through `run-hook-with-args'.
13379 * emacs-lisp/eieio-opt.el (eieio-help-class): Rename from
13380 `eieio-describe-class'. Not meant for interactive use anymore,
13381 but to augment existing help buffers. Remove optional second
13382 argument. Create proper button for file location.
13383 Rewrite function to use `insert' instead of `princ' and `prin1' where
13384 possible.
13385 (eieio-help-class-slots): Rename from `eieio-describe-class-slots'.
13386 (eieio-method-def, eieio-class-def): Move further up.
13387 (describe-method, describe-generic, eieio-describe-method):
13388 Remove aliases.
13389 (eieio-help-constructor, eieio-help-generic): Rename from
13390 `eieio-describe-constructor' and `eieio-describe-generic', resp.
13391 Rewrite to use `insert' in the current buffer and use proper help
13392 buttons.
13393 (eieio-help-find-method-definition)
13394 (eieio-help-find-class-definition): Also accept symbols as
13395 arguments.
13396 (eieio-help-mode-augmentation-maybee): Remove.
13397 (eieio-describe-class-sb): Use `describe-function'.
13398 * emacs-lisp/eieio.el (help-fns-describe-function-functions):
13399 Add `eieio-help-generic' and `eieio-help-constructor'.
13400
13401 2014-01-08 Paul Eggert <eggert@cs.ucla.edu>
13402
13403 Spelling fixes.
13404 * language/china-util.el (hz-ascii-designation):
13405 Rename from hz-ascii-designnation.
13406 (hz-ascii-designation): Rename from hz-ascii-designnation.
13407 All uses changed.
13408
13409 2014-01-08 Stefan Monnier <monnier@iro.umontreal.ca>
13410
13411 * emacs-lisp/package.el (package-delete): Only remove pkg-desc from
13412 package-alist.
13413
13414 2014-01-08 Bastien Guerry <bzg@gnu.org>
13415
13416 * emacs-lisp/package.el (package-delete):
13417 Correctly delete the package from package-alist.
13418
13419 2014-01-08 Daiki Ueno <ueno@gnu.org>
13420
13421 * emacs-lisp/package.el (url-recreate-url): Declare.
13422 (url-http-target-url): Declare.
13423 (package-handle-response): Include requested URL in the error message.
13424 (package--check-signature): Don't re-signal errors from
13425 package--with-work-buffer. Suggested by Stefan Monnier.
13426
13427 2014-01-07 Bastien Guerry <bzg@gnu.org>
13428
13429 * minibuffer.el (completion--try-word-completion): When both a
13430 hyphen and a space are possible candidates for the character
13431 following a word, display both candidates. (Bug#15980)
13432
13433 2014-01-07 Martin Rudalics <rudalics@gmx.at>
13434
13435 * window.el (balance-windows-2): While rounding don't give a
13436 window more than the remainder. Bug#16351, bug#16383.
13437
13438 2014-01-07 Glenn Morris <rgm@gnu.org>
13439
13440 * menu-bar.el (menu-bar-help-extra-packages): Remove.
13441 (menu-bar-help-menu): Use view-external-packages instead.
13442
13443 2014-01-07 Bastien Guerry <bzg@gnu.org>
13444
13445 * emacs-lisp/package.el (package-delete): Also delete the package
13446 name from `package-alist', not its description only.
13447
13448 2014-01-07 Glenn Morris <rgm@gnu.org>
13449
13450 * help.el (view-external-packages):
13451 * menu-bar.el (menu-bar-help-extra-packages):
13452 Visit efaq.info rather than etc/MORE.STUFF.
13453
13454 2014-01-07 Juri Linkov <juri@jurta.org>
13455
13456 * isearch.el (isearch-mode-map): Bind [return] and [backspace] to
13457 isearch-exit and isearch-delete-char resp. (Bug#16342, bug#16035)
13458
13459 * progmodes/ps-mode.el (ps-mode-map): Remove [return] key binding
13460 that shadows RET. (Bug#16342)
13461
13462 2014-01-07 Chong Yidong <cyd@gnu.org>
13463
13464 * isearch.el (isearch-yank-char, isearch-yank-word)
13465 (isearch-yank-line): Doc fix.
13466
13467 2014-01-06 Stefan Monnier <monnier@iro.umontreal.ca>
13468
13469 * abbrev.el (define-abbrev): Beware new meaning of fboundp.
13470 * emacs-lisp/elint.el (elint-find-builtins):
13471 * emacs-lisp/eldoc.el (eldoc-symbol-function):
13472 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn)
13473 (byte-compile-file-form-defmumble, byte-compile, byte-compile-form):
13474 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
13475 * apropos.el (apropos-safe-documentation):
13476 * subr.el (symbol-file): Remove redundant fboundp.
13477 * progmodes/idlw-shell.el (idlwave-shell-comint-filter): Use defalias.
13478
13479 2014-01-06 Bastien Guerry <bzg@gnu.org>
13480
13481 * hl-line.el (global-hl-line-overlay): Make a local variable.
13482 (global-hl-line-overlays): New variable to store all overlays.
13483 (global-hl-line-mode): Don't delete overlays from the current
13484 buffer when `global-hl-line-sticky-flag' is non-nil.
13485 (global-hl-line-highlight): Add new overlays to
13486 `global-hl-line-overlays'.
13487 (global-hl-line-unhighlight-all): New function to delete all
13488 overlays when turning off `global-hl-line-mode'.
13489 This fixes Bug#16183.
13490
13491 2014-01-06 Stefan Monnier <monnier@iro.umontreal.ca>
13492
13493 * subr.el (set-transient-map): Fix nested case and docstring.
13494
13495 2014-01-06 Tassilo Horn <tsdh@gnu.org>
13496
13497 * textmodes/reftex-vars.el (reftex-label-alist-builtin): Add a
13498 `Texinfo' entry.
13499
13500 2014-01-06 Daniel Colascione <dancol@dancol.org>
13501
13502 Fix defun navigation in vc log view.
13503
13504 * vc/log-view.el (log-view-beginning-of-defun): Rewrite to behave
13505 like `beginning-of-defun'.
13506 (log-view-end-of-defun, log-view-end-of-defun-1): Rename old
13507 log-view-end-of-defun to log-view-end-of-defun-1. Replace
13508 log-view-end-of-defun with wrapper that behaves like `end-of-defun'.
13509 (log-view-extract-comment): Call `log-view-current-entry' directly
13510 instead of relying on broken `log-view-beginning-of-defun' behavior.
13511
13512 2014-01-06 Paul Eggert <eggert@cs.ucla.edu>
13513
13514 Spelling fixes.
13515 * calc/calc-yank.el (calc-edit-mode, calc-edit-cancel):
13516 * emacs-lisp/debug.el (cancel-debug-on-entry):
13517 * epg.el (epg-error-to-string):
13518 * files.el (recover-file):
13519 * lpr.el (lpr-buffer, print-buffer, lpr-region, print-region):
13520 * mail/emacsbug.el (report-emacs-bug-hook):
13521 * mail/sendmail.el (mail-recover):
13522 * ses.el (ses-yank-resize):
13523 * term/ns-win.el (ns-print-buffer):
13524 Spelling fixes in diagnostics, mostly for "canceled" with one L.
13525 * epg.el (epg-key-capability-alist): Rename from misspelled version.
13526 All uses changed.
13527 * obsolete/xesam.el (xesam-all-fields): Fix misspelled field name.
13528
13529 2014-01-06 Leo Liu <sdl.web@gmail.com>
13530
13531 * dired-x.el (dired-mode-map): Rebind dired-omit-mode to C-x M-o
13532 to avoid shadowing global key. (Bug#16354)
13533
13534 2014-01-06 Daniel Colascione <dancol@dancol.org>
13535
13536 * textmodes/rst.el (rst-mode): Set electric-indent-inhibit for
13537 rst-mode.
13538
13539 2014-01-05 Martin Rudalics <rudalics@gmx.at>
13540
13541 * window.el (balance-windows): Add mising t to fix Bug#16351.
13542
13543 2014-01-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
13544
13545 * net/shr.el (shr-descend): Don't bug out if the anchor is empty
13546 (bug#16285).
13547 (shr-insert): If we have a word that's longer than `shr-width',
13548 break after it anyway. Otherwise we'll do no breaking once we get
13549 such a long word.
13550
13551 2014-01-05 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
13552
13553 * net/eww.el (eww): Support single/double quote for search.
13554 * net/eww.el (eww-list-histories, eww-history-browse): Fixup.
13555 (eww-history-quit): Delete and use quit-window.
13556 (eww-history-kill): Delete, because it doesn't work well and
13557 not necessary.
13558 (eww-history-mode-map): Delete some keys and add easy-menu.
13559
13560 2014-01-05 Paul Eggert <eggert@cs.ucla.edu>
13561
13562 Fix misspelling of 'chinese' in rx (Bug#16237).
13563 * emacs-lisp/rx.el (rx-categories): Correct spelling of
13564 chinese-two-byte.
13565
13566 Change subword regexps back to vars (Bug#16296).
13567 * progmodes/subword.el (subword-forward-regexp)
13568 (subword-backward-regexp): Change these back to variables.
13569
13570 2014-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
13571
13572 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't bother with
13573 syntax-begin-function (bug#16247).
13574
13575 2014-01-03 Chong Yidong <cyd@gnu.org>
13576
13577 * emacs-lisp/nadvice.el (advice--make-docstring): Change args.
13578 (advice--docstring): Delete variable.
13579 (advice--make-1): Leave the docstring empty.
13580 (advice-add): Use function-documentation for advised docstring.
13581
13582 * emacs-lisp/advice.el (ad--make-advised-docstring): Change args.
13583 Ignore function-documentation property when getting documentation.
13584 (ad-activate-advised-definition): Use function-documentation
13585 generate the docstring.
13586 (ad-make-advised-definition): Don't call
13587 ad-make-advised-definition-docstring.
13588 (ad-make-advised-definition-docstring, ad-advised-definition-p):
13589 Delete functions.
13590
13591 * progmodes/sql.el (sql-help): Use function-documentation instead
13592 of dynamic-docstring-function property. No need to autoload now.
13593 (sql--help-docstring): New variable.
13594 (sql--make-help-docstring): Use it.
13595
13596 2014-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
13597
13598 * ielm.el (ielm-tab): Retarget.
13599 (ielm-map): Use ielm-tab for tab.
13600 (ielm-complete-filename): Use comint-filename-completion.
13601 (ielm-complete-symbol): Remove.
13602 (inferior-emacs-lisp-mode): Use lisp-completion-at-point instead and
13603 remove ielm-tab from completion-at-point-functions (bug#16224).
13604
13605 * emacs-lisp/pcase.el (pcase--split-equal, pcase--split-member):
13606 Beware signals raised by predicates (bug#16201).
13607
13608 2014-01-02 Richard Stallman <rms@gnu.org>
13609
13610 * dired-aux.el (dired-do-print): Handle printer-name.
13611
13612 * mail/rmailmm.el (rmail-mime-message-p): Move to rmail.el.
13613 * mail/rmail.el (rmail-mime-message-p): Move from rmailmm.el.
13614 (rmail-epa-decrypt): Turn off mime processing.
13615
13616 * mail/rmail.el (rmail-make-in-reply-to-field):
13617 Add parens in message-id.
13618
13619 * mail/rmail.el (rmail-get-coding-function): Variable.
13620 (rmail-get-coding-system): Use it.
13621
13622 2013-12-31 Eli Zaretskii <eliz@gnu.org>
13623
13624 * international/mule-conf.el: Unify the charset indian-is13194.
13625 (indian-is13194): Specify unify-map.
13626
13627 2013-12-31 Leo Liu <sdl.web@gmail.com>
13628
13629 * subr.el (set-temporary-overlay-map): Obsolete alias. (Bug#16305)
13630
13631 2013-12-30 Daniel Colascione <dancol@dancol.org>
13632
13633 * term/x-win.el ([XF86WakeUp]): Ignore the XF86WakeUp key instead
13634 of printing a useless when we resume from sleep.
13635
13636 * progmodes/sh-script.el
13637 (sh-smie-sh-forward-token, sh-smie-rc-forward-token): Fix infloop
13638 in indentation code. (Bug#16233)
13639
13640 2013-12-28 João Távora <joaotavora@gmail.com>
13641
13642 * elec-pair.el (electric-pair-post-self-insert-function):
13643 Don't open extra newlines at beginning of buffer. (Bug#16272)
13644
13645 2013-12-28 Eli Zaretskii <eliz@gnu.org>
13646
13647 * frame.el (window-system-for-display): Don't allow to create a
13648 GUI frame from a -nw session on MS-Windows. (Bug#14739)
13649
13650 2013-12-28 Glenn Morris <rgm@gnu.org>
13651
13652 * mail/hashcash.el (hashcash-program): Rename from hashcash-path.
13653 Update callers.
13654
13655 * apropos.el (apropos-match-face):
13656 * calculator.el (calculator-displayer):
13657 * dabbrev.el (dabbrev-search-these-buffers-only):
13658 * face-remap.el (buffer-face-mode-face):
13659 * simple.el (yank-handled-properties):
13660 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
13661 * mail/footnote.el (footnote-mode-line-string, footnote-prefix):
13662 * mail/hashcash.el (hashcash-accept-resources, hashcash-program)
13663 (hashcash-double-spend-database):
13664 * progmodes/ruby-mode.el (ruby-deep-indent-paren)
13665 (ruby-deep-indent-paren-style):
13666 * textmodes/flyspell.el (flyspell-auto-correct-binding):
13667 * textmodes/rst.el (rst-toc-indent, rst-toc-insert-style)
13668 (rst-toc-insert-number-separator, rst-toc-insert-max-level):
13669 * vc/pcvs-defs.el (cvs-minor-mode-prefix):
13670 Specify custom types.
13671
13672 * emacs-lisp/smie.el (smie-config): Add type, version, initialize.
13673 * bookmark.el (bookmark-bmenu-use-header-line):
13674 * doc-view.el (doc-view-scale-internally):
13675 * pcmpl-x.el (pcmpl-x-tlmgr-program, pcmpl-x-ack-program):
13676 * register.el (register-preview-delay):
13677 * net/shr.el (shr-bullet):
13678 * progmodes/cfengine.el (cfengine-cf-promises)
13679 (cfengine-parameters-indent):
13680 * progmodes/octave.el (inferior-octave-error-regexp-alist):
13681 * textmodes/reftex-vars.el (reftex-label-regexps):
13682 * vc/log-edit.el (log-edit-setup-add-author): Add version.
13683
13684 * net/tls.el (tls-certtool-program): Fix default value.
13685
13686 * desktop.el (desktop-restore-in-current-display):
13687 * newcomment.el (comment-empty-lines):
13688 * progmodes/idlwave.el (idlwave-scan-all-buffers-for-routine-info)
13689 (idlwave-pad-keyword):
13690 * progmodes/tcl.el (tcl-tab-always-indent):
13691 * textmodes/reftex-vars.el (reftex-index-default-tag):
13692 * elec-pair.el (electric-pair-skip-whitespace):
13693 * progmodes/cfengine.el (cfengine-cf-promises): Fix custom types.
13694
13695 * emacs-lisp/authors.el (authors-ignored-files)
13696 (authors-valid-file-names, authors-renamed-files-alist): Additions.
13697
13698 2013-12-27 Jarek Czekalski <jarekczek@poczta.onet.pl>
13699
13700 * shell.el (shell-dynamic-complete-command): Doc fix.
13701 (shell--command-completion-data): Shell completion now matches
13702 executable filenames from the current buffer's directory, on
13703 systems in which this behavior is the default (windows-nt, ms-dos).
13704
13705 2013-12-27 Lars Ingebrigtsen <larsi@gnus.org>
13706
13707 * net/shr.el (shr-insert): Don't infloop if the width is zero.
13708
13709 2013-12-27 Stefan Monnier <monnier@iro.umontreal.ca>
13710
13711 * icomplete.el (icomplete-show-matches-on-no-input): Default to nil
13712 (bug#16251).
13713
13714 * electric.el: Move all electric-pair-* to elec-pair.el.
13715 * elec-pair.el: New file, split from electric.el.
13716
13717 2013-12-27 Lars Ingebrigtsen <larsi@gnus.org>
13718
13719 * net/shr.el (shr-find-fill-point): Don't try to fill if the
13720 indentation level is larger than the width, because that will
13721 infloop.
13722 (shr-insert): Fill repeatedly long texts, so that Japanese is
13723 formatted correctly (bug#16263).
13724 (shr-find-fill-point): Off by one error in comparison with the
13725 indentation.
13726
13727 2013-12-26 João Távora <joaotavora@gmail.com>
13728
13729 * electric.el (electric-pair-mode): More flexible engine for skip-
13730 and inhibit predicates, new options for pairing-related functionality.
13731 (electric-pair-preserve-balance): Pair/skip parentheses and quotes
13732 if that keeps or improves their balance in buffers.
13733 (electric-pair-delete-adjacent-pairs): Delete the pair when
13734 backspacing over adjacent matched delimiters.
13735 (electric-pair-open-extra-newline): Open extra newline when
13736 inserting newlines between adjacent matched delimiters.
13737 (electric--sort-post-self-insertion-hook):
13738 Sort post-self-insert-hook according to priority values when
13739 minor-modes are activated.
13740 * simple.el (newline-and-indent): Call newline with interactive
13741 set to t.
13742 (blink-paren-post-self-insert-function): Set priority to 100.
13743 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
13744 Use electric-pair-text-pairs to pair backtick-and-quote in strings and
13745 comments. Locally set electric-pair-skip-whitespace to 'chomp and
13746 electric-pair-open-newline-between-pairs to nil.
13747
13748 2013-12-26 Fabián Ezequiel Gallina <fgallina@gnu.org>
13749
13750 * progmodes/python.el: Use lexical-binding.
13751 (python-nav-beginning-of-defun): Stop searching ASAP.
13752
13753 2013-12-25 Xue Fuqiao <xfq.free@gmail.com>
13754
13755 * vc/vc.el (vc-ignore): Use `vc-responsible-backend'.
13756 Fix interactive spec. Doc fix. (Bug#15754)
13757
13758 2013-12-25 Katsumi Yamaoka <yamaoka@jpl.org>
13759
13760 * emacs-lisp/byte-run.el (eval-when-compile):
13761 * progmodes/cc-defs.el (cc-eval-when-compile):
13762 Fix edebug spec (bug#16184).
13763
13764 2013-12-25 Lars Ingebrigtsen <larsi@gnus.org>
13765
13766 * net/shr.el (shr-visit-file): Remove debugging function.
13767 (shr-insert): Don't infloop if we can't find a good place to break
13768 the line (bug#16256).
13769
13770 2013-12-25 Fabián Ezequiel Gallina <fgallina@gnu.org>
13771
13772 * progmodes/python.el (python-nav--lisp-forward-sexp): New function.
13773 (python-nav--lisp-forward-sexp-safe): Use it. Rename from
13774 python-nav-lisp-forward-sexp-safe.
13775 (python-nav--forward-sexp): New argument SAFE allows switching
13776 forward sexp movement behavior for parens.
13777 (python-nav-forward-sexp): Throw errors on unterminated parens
13778 (Bug#16191).
13779 (python-nav-backward-sexp, python-nav-forward-sexp-safe)
13780 (python-nav-backward-sexp-safe): New functions.
13781 (python-shell-buffer-substring):
13782 Use `python-nav-forward-sexp-safe'.
13783
13784 2013-12-25 Lars Ingebrigtsen <larsi@gnus.org>
13785
13786 * net/shr.el (shr-find-fill-point): Don't break lines before a
13787 quotation mark.
13788 (shr-char-kinsoku-bol-p): The quotation mark isn't a kinsoky BOL char.
13789 (shr-find-fill-point): Remove the special checks for the quotation
13790 mark, since `shr-char-kinsoku-bol-p' should now return the right thing.
13791
13792 2013-12-25 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
13793
13794 * net/eww.el (eww-form-textarea): Use a different face for
13795 textareas than text input since they have different keymaps
13796 (bug#16142).
13797
13798 2013-12-24 Fabián Ezequiel Gallina <fgallina@gnu.org>
13799
13800 * progmodes/python.el (python-nav-beginning-of-statement):
13801 Speed up (Bug#15295).
13802
13803 2013-12-24 Lars Ingebrigtsen <larsi@gnus.org>
13804
13805 * net/eww.el (eww-bookmark-browse): Use `quit-window' to restore
13806 the window configuration.
13807
13808 2013-12-24 Eli Zaretskii <eliz@gnu.org>
13809
13810 * net/eww.el (eww-open-file): Ensure 3 slashes after "file:" when
13811 we run on MS-Windows or MS-DOS.
13812
13813 2013-12-24 Martin Rudalics <rudalics@gmx.at>
13814
13815 * window.el (balance-windows-area): Call window-size instead of
13816 window-height and window-width. Bug#16241.
13817
13818 2013-12-24 Lars Ingebrigtsen <larsi@gnus.org>
13819
13820 * net/eww.el (eww-bookmark-quit): Remove.
13821 (eww-bookmark-browse): Restore the window configuration when you
13822 choose a bookmark (bug#16144).
13823
13824 2013-12-24 Daniel Colascione <dancol@dancol.org>
13825
13826 * icomplete.el: Remove redundant :group arguments to `defcustom'
13827 throughout.
13828 (icomplete-show-matches-on-no-input): New customizable variable.
13829 (icomplete-minibuffer-setup): Call `icomplete-exhibit' on setup if
13830 we have something to show.
13831 (icomplete-exhibit): Compute completions even if we have no user input.
13832
13833 2013-12-23 Daniel Colascione <dancol@dancol.org>
13834
13835 * icomplete.el: Move `provide' to end of file.
13836
13837 2013-12-23 Teodor Zlatanov <tzz@lifelogs.com>
13838
13839 * net/gnutls.el (gnutls-verify-error): Add version tag.
13840
13841 2013-12-23 Chong Yidong <cyd@gnu.org>
13842
13843 * subr.el (set-transient-map): Rename from
13844 set-temporary-overlay-map. Doc fix.
13845
13846 * face-remap.el (text-scale-adjust):
13847 * indent.el (indent-rigidly):
13848 * kmacro.el (kmacro-call-macro):
13849 * minibuffer.el (minibuffer-force-complete):
13850 * repeat.el (repeat):
13851 * simple.el (universal-argument--mode):
13852 * calendar/todo-mode.el (todo-insert-item--next-param):
13853 * progmodes/f90.el (f90-abbrev-start): Callers changed.
13854
13855 * indent.el (indent-rigidly): Use substitute-command-keys.
13856
13857 2013-12-22 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
13858
13859 * net/eww.el (eww-tag-select): Add text-property to jump to next
13860 select field.
13861 (eww): Add non-supported ftp error.
13862
13863 2013-12-22 Dmitry Gutov <dgutov@yandex.ru>
13864
13865 * progmodes/ruby-mode.el (ruby--electric-indent-p): Improve the
13866 comments. Handle electric indent after typing `?' and `!'.
13867
13868 2013-12-22 Chong Yidong <cyd@gnu.org>
13869
13870 * faces.el (face-spec-recalc): If the theme specs are not
13871 applicable to a frame, fall back on the defface spec.
13872 This prevents themes from obliterating faces on low-color terminals.
13873
13874 2013-12-22 Dmitry Gutov <dgutov@yandex.ru>
13875
13876 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Return t
13877 after `{'. We need it after block openers, and it doesn't seem
13878 to hurt after hash openers.
13879
13880 2013-12-22 Dmitry Gutov <dgutov@yandex.ru>
13881
13882 * progmodes/ruby-mode.el (ruby--at-indentation-p): New function,
13883 extracted from `ruby-smie-rules'.
13884 (ruby--electric-indent-chars): New variable.
13885 (ruby--electric-indent-p): New function.
13886 (ruby-mode): Use `electric-indent-functions' instead of
13887 `electric-indent-chars'.
13888
13889 2013-12-22 Dmitry Gutov <dgutov@yandex.ru>
13890
13891 * progmodes/ruby-mode.el (ruby-align-to-stmt-keywords): Tweak the
13892 docstring.
13893 (ruby-smie-rules): Indent plus one level after `=>'.
13894
13895 2013-12-21 Richard Stallman <rms@gnu.org>
13896
13897 * simple.el (newline): Doc fix.
13898
13899 2013-12-21 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
13900
13901 * net/eww.el (eww-list-histories, eww-list-histories)
13902 (eww-history-browse, eww-history-quit, eww-history-kill)
13903 (eww-history-mode-map, eww-history-mode): New command and
13904 functions to list browser histories.
13905 (eww-form-text): Support text form with disabled
13906 and readonly attributes.
13907 (eww-checkbox-map): Fix wrong key bind to `eww-toggle-checkbox'.
13908
13909 2013-12-21 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
13910
13911 * net/eww.el (eww-back-url, eww-forward-url, eww-next-url)
13912 (eww-previous-url, eww-up-url, eww-top-url, eww-add-bookmark)
13913 (eww-bookmark-prepare, eww-bookmark-kill, eww-bookmark-yank)
13914 (eww-bookmark-browse, eww-next-bookmark, eww-previous-bookmark):
13915 Use `user-error'.
13916 (eww-bookmark-mode-map): Add menu.
13917 (eww-render, eww-mode): Use `setq-local'.
13918 (eww-tool-bar-map): New variable.
13919 (eww-mode): Set `tool-bar-map'.
13920 (eww-view-source): Check for `html-mode' with `fboundp'.
13921
13922 2013-12-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
13923
13924 * net/shr.el (shr--extract-best-source): Don't bug out on audio
13925 elements with text inside. Also remove debugging.
13926
13927 2013-12-21 Jan Djärv <jan.h.d@swipnet.se>
13928
13929 * cus-start.el (all): Add ns-use-srgb-colorspace.
13930
13931 2013-12-21 Chong Yidong <cyd@gnu.org>
13932
13933 * custom.el (custom-theme-recalc-face): Do nothing if the face is
13934 undefined. Thus, theme settings for undefined faces do not take
13935 effect until the faces are defined with defface, the same as with
13936 theme variables.
13937
13938 * faces.el (face-spec-set): Use face-spec-recalc in all cases.
13939 (face-spec-reset-face): Don't assign extra properties in temacs.
13940 (face-spec-recalc): Apply X resources too.
13941
13942 2013-12-21 Chong Yidong <cyd@gnu.org>
13943
13944 * faces.el (face-spec-set):
13945 * cus-face.el (custom-theme-set-faces, custom-set-faces):
13946 * custom.el (defface): Doc fixes (Bug#16203).
13947
13948 * indent.el (indent-rigidly-map): Add docstring, and move commands
13949 into named functions.
13950 (indent-rigidly-left, indent-rigidly-right)
13951 (indent-rigidly-left-to-tab-stop)
13952 (indent-rigidly-right-to-tab-stop): New functions. Decide on
13953 indentation direction based on bidi direction, and accumulate
13954 sequential commands in a single undo boundary.
13955 (indent-rigidly--pop-undo): New utility function.
13956
13957 2013-12-20 Juanma Barranquero <lekktu@gmail.com>
13958
13959 * faces.el (read-face-name): Require crm.el when using crm-separator.
13960
13961 2013-12-20 Daniel Colascione <dancol@dancol.org>
13962
13963 * progmodes/sh-script.el (sh-mode): Tweak paragraph-separate
13964 so that we don't reflow comments into the shebang line.
13965
13966 2013-12-20 Juri Linkov <juri@jurta.org>
13967
13968 * saveplace.el (save-place-to-alist): Add `dired-filename' as
13969 a position when `dired-directory' is non-nil. Check integer
13970 positions with `integerp'.
13971 (toggle-save-place, save-places-to-alist): Add check for
13972 `dired-directory'.
13973 (save-place-find-file-hook): Check integer positions with
13974 `integerp'.
13975 (save-place-dired-hook): Use `dired-goto-file' when
13976 `dired-filename' is found in the assoc list. Check integer
13977 positions with `integerp'.
13978 (dired-initial-position-hook): Rename from `dired-initial-point-hook'.
13979
13980 * dired.el (dired-initial-position-hook): Rename back from
13981 `dired-initial-point-hook'.
13982 (dired-initial-position): Rename `dired-initial-point-hook' to
13983 `dired-initial-position-hook'.
13984 (dired-file-name-at-point): Doc fix. (Bug#15329)
13985
13986 2013-12-20 Juri Linkov <juri@jurta.org>
13987
13988 * replace.el (read-regexp-defaults-function): New defcustom (bug#14405).
13989 (read-regexp-suggestions): New function.
13990 (read-regexp): Use `read-regexp-defaults-function' to get default values.
13991 Use `read-regexp-suggestions'. Add non-empty default to history
13992 for empty input.
13993 (occur-read-regexp-defaults-function): Remove function.
13994 (occur-read-primary-args): Use `regexp-history-last' instead of
13995 `occur-read-regexp-defaults-function'.
13996
13997 * hi-lock.el (hi-lock-read-regexp-defaults-function): Remove function.
13998 (hi-lock-line-face-buffer, hi-lock-face-buffer)
13999 (hi-lock-face-phrase-buffer): Use `regexp-history-last' instead of
14000 `hi-lock-read-regexp-defaults-function'. Doc fix.
14001 (hi-lock-face-symbol-at-point): Replace `find-tag-default-as-regexp'
14002 with `find-tag-default-as-symbol-regexp'. Doc fix.
14003 (hi-lock-read-regexp-defaults): Remove function.
14004 (hi-lock-regexp-okay): Add check for null.
14005
14006 * progmodes/grep.el (grep-read-regexp): Use `grep-tag-default' for
14007 the arg DEFAULTS. Move formatting of the prompt to `read-regexp'.
14008
14009 * subr.el (find-tag-default-as-symbol-regexp): New function.
14010 (find-tag-default-as-regexp): Move symbol regexp formatting to
14011 `find-tag-default-as-symbol-regexp'.
14012
14013 2013-12-20 E Sabof <esabof@gmail.com> (tiny change)
14014
14015 * hi-lock.el (hi-lock-set-pattern): Check for `font-lock-specified-p'.
14016 (Bug#14179)
14017
14018 2013-12-20 Stephen Berman <stephen.berman@gmx.net>
14019
14020 * calendar/todo-mode.el: New implementation of item insertion
14021 commands and key bindings.
14022 (todo-key-prompt): New face.
14023 (todo-insert-item): New command.
14024 (todo-insert-item--parameters): New defconst, replacing defvar
14025 todo-insertion-commands-args-genlist.
14026 (todo-insert-item--param-key-alist): New defconst, replacing
14027 defvar todo-insertion-commands-arg-key-list.
14028 (todo-insert-item--keyof, todo-insert-item--this-key): New defsubsts.
14029 (todo-insert-item--argsleft, todo-insert-item--apply-args)
14030 (todo-insert-item--next-param): New functions.
14031 (todo-insert-item--args, todo-insert-item--argleft)
14032 (todo-insert-item--argsleft, todo-insert-item--newargsleft):
14033 New variables.
14034 (todo-key-bindings-t): Change binding of "i" from
14035 todo-insertion-map to todo-insert-item.
14036 (todo-powerset, todo-gen-arglists, todo-insertion-commands-args)
14037 (todo-insertion-command-name, todo-insertion-commands-names)
14038 (todo-define-insertion-command, todo-insertion-commands)
14039 (todo-insertion-key-bindings, todo-insertion-map): Remove.
14040
14041 2013-12-20 Stephen Berman <stephen.berman@gmx.net>
14042
14043 * calendar/todo-mode.el: Bug fixes and new features (bug#15225).
14044 (todo-toggle-item-highlighting): Use eval-and-compile instead of
14045 eval-when-compile.
14046 (todo-move-category): Allow choosing a non-existing todo file to
14047 move the category to, and create that file.
14048 (todo-default-priority): New user option.
14049 (todo-set-item-priority): Use it.
14050 (todo-desktop-save-buffer, todo-restore-desktop-buffer): New functions.
14051 (desktop-restore-file-buffer): Declare.
14052 (desktop-buffer-mode-handlers): Add todo-restore-desktop-buffer.
14053 (todo-modes-set-2): Locally set desktop-save-buffer to
14054 todo-desktop-save-buffer.
14055 (todo-mode, todo-archive-mode, todo-filtered-items-mode)
14056 (auto-mode-alist): Add autoload cookie.
14057
14058 2013-12-20 Bozhidar Batsov <bozhidar@batsov.com>
14059
14060 * emacs-lisp/subr-x.el: Renamed from helpers.el.
14061 helpers.el was a poor choice of name.
14062 (string-remove-prefix): New function.
14063 (string-remove-suffix): New function.
14064
14065 2013-12-20 Martin Rudalics <rudalics@gmx.at>
14066
14067 Fix assignment for new window total sizes.
14068 * window.el (window--pixel-to-size): Remove function.
14069 (window--pixel-to-total-1, window--pixel-to-total):
14070 Fix calculation of new total sizes.
14071
14072 2013-12-20 Vitalie Spinu <spinuvit@gmail.com>
14073
14074 * comint.el (comint-output-filter): Fix rear-nonsticky property
14075 placement (Bug#16010).
14076
14077 2013-12-20 Chong Yidong <cyd@gnu.org>
14078
14079 * faces.el (read-color): Minor fix for completion function.
14080
14081 2013-12-20 Dmitry Gutov <dgutov@yandex.ru>
14082
14083 * progmodes/ruby-mode.el (ruby-align-to-stmt-keywords):
14084 New option. (Bug#16182)
14085 (ruby-smie--indent-to-stmt-p): Use it.
14086 (ruby-smie-rules): Revert the logic in the handling of `when'.
14087 Expand the begin clause to handle `ruby-align-to-stmt-keywords'.
14088 (ruby-deep-arglist, ruby-deep-indent-paren)
14089 (ruby-deep-indent-paren-style): Update docstrings to note that the
14090 vars don't have any effect with SMIE.
14091
14092 2013-12-20 Jay Belanger <jay.p.belanger@gmail.com>
14093
14094 * calc/calc.el (calc-enter, calc-pop): Use the variable
14095 `calc-context-sensitive-enter'.
14096
14097 2013-12-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
14098
14099 * net/shr.el (shr-insert): Protect against infloops in degenerate
14100 tables.
14101
14102 2013-12-20 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
14103
14104 * progmodes/octave.el (octave): Add link to manual and octave
14105 homepage.
14106 (octave-mode-menu): Link to octave-mode manual.
14107
14108 2013-12-20 Leo Liu <sdl.web@gmail.com>
14109
14110 * skeleton.el (skeleton-pair-insert-maybe): Disable newline
14111 insertion using skeleton-end-newline. (Bug#16138)
14112
14113 2013-12-20 Juri Linkov <juri@jurta.org>
14114
14115 * replace.el (occur-engine): Use `add-face-text-property'
14116 to add the face property to matches and titles. (Bug#14645)
14117
14118 * hi-lock.el (hi-green): Use lighter color "light green" closer to
14119 the palette of other hi-lock colors.
14120 (hi-lock-set-pattern): Prepend hi-lock face to the existing face.
14121
14122 2013-12-19 Juri Linkov <juri@jurta.org>
14123
14124 * isearch.el (isearch-mode-map): Bind `M-s e' to `isearch-edit-string'.
14125 Put :advertised-binding on `M-s c', `M-s r', `M-s e'. (Bug#16035)
14126 (minibuffer-history-symbol): Move variable declaration closer to
14127 its usage.
14128
14129 * isearchb.el (isearchb): Add `event-basic-type' on `last-command-event'.
14130 (Bug#14785)
14131
14132 2013-12-19 Juri Linkov <juri@jurta.org>
14133
14134 * vc/log-edit.el (log-edit-insert-filenames-without-changelog):
14135 New function.
14136 (log-edit-hook): Add it to :options. (Bug#16170)
14137
14138 2013-12-19 Juri Linkov <juri@jurta.org>
14139
14140 * simple.el (eval-expression-print-format): Don't check for
14141 command names and the last command. Always display additional
14142 formats of the integer result in the echo area, and insert them
14143 to the current buffer only with a zero prefix arg.
14144 Display character when char-displayable-p is non-nil.
14145 (eval-expression): With a zero prefix arg, set `print-length' and
14146 `print-level' to nil, and insert the integer values from
14147 `eval-expression-print-format' at the end. Doc fix. (Bug#12985)
14148
14149 * emacs-lisp/lisp-mode.el (eval-print-last-sexp): Add arg
14150 `eval-last-sexp-arg-internal'. Doc fix.
14151 (eval-last-sexp-1): Pass arg `eval-last-sexp-arg-internal' to
14152 `eval-last-sexp-print-value'. Doc fix.
14153 (eval-last-sexp-print-value): Add arg `eval-last-sexp-arg-internal'.
14154 Set `print-length' and `print-level' to nil when arg is zero.
14155 (eval-last-sexp): Doc fix.
14156 (eval-defun-2): Print the integer values from
14157 `eval-expression-print-format' at the end.
14158
14159 * emacs-lisp/edebug.el (edebug-eval-defun): Print the integer
14160 values from `eval-expression-print-format' at the end.
14161
14162 * ielm.el (ielm-eval-input): Print the integer
14163 values from `eval-expression-print-format' at the end.
14164
14165 2013-12-19 Teodor Zlatanov <tzz@lifelogs.com>
14166
14167 * net/eww.el (eww-exit, eww-close, eww-mode-map): Revert change of
14168 2013-12-11T19:01:44Z!tzz@lifelogs.com.
14169
14170 2013-12-19 Stefan Monnier <monnier@iro.umontreal.ca>
14171
14172 * hl-line.el (hl-line-make-overlay): New fun. Set priority (bug#16192).
14173 (hl-line-highlight, global-hl-line-highlight): Use it.
14174 (hl-line-overlay): Use defvar-local.
14175
14176 2013-12-19 Jan Djärv <jan.h.d@swipnet.se>
14177
14178 * term/ns-win.el: Require dnd.
14179 (global-map): Remove drag items.
14180 (ns-insert-text, ns-set-foreground-at-mouse)
14181 (ns-set-background-at-mouse):
14182 Remove (ns-drag-n-drop, ns-drag-n-drop-other-frame)
14183 (ns-drag-n-drop-as-text, ns-drag-n-drop-as-text-other-frame):
14184 New functions.
14185
14186 2013-12-19 Glenn Morris <rgm@gnu.org>
14187
14188 * emacs-lisp/ert.el (ert-select-tests):
14189 Fix string/symbol mixup. (Bug#16121)
14190
14191 2013-12-19 Dmitry Gutov <dgutov@yandex.ru>
14192
14193 * progmodes/ruby-mode.el (ruby-smie-rules): Indent middle-of-block
14194 keywords to their parent.
14195
14196 2013-12-19 Dmitry Gutov <dgutov@yandex.ru>
14197
14198 * progmodes/ruby-mode.el (ruby-smie--args-separator-p): Allow the
14199 first arg to be a string (fixed dead code), or an operator symbol.
14200 (ruby-smie--forward-token): Tokenize ` @ ' before strings and
14201 operator symbols.
14202 (ruby-smie-rules): Remove parent token check in the `.' clause, it
14203 did nothing. Don't respond to `(:after ".")', it will be called
14204 with :before anyway. Remove the ` @ ' rule, it didn't seem to
14205 change anything. Only return indentation for binary operators
14206 when they are hanging. De-dent opening paren when its parent is
14207 `.', otherwise it looks bad when the dot is not at bol or eol
14208 (bug#16182).
14209
14210 2013-12-19 Juri Linkov <juri@jurta.org>
14211
14212 * replace.el (query-replace-read-args): Split a non-negative arg
14213 and a negative arg into separate elements.
14214 (query-replace, query-replace-regexp, replace-string)
14215 (replace-regexp): Add arg `backward'. Doc fix.
14216 (replace-match-maybe-edit): When new arg `backward' is non-nil,
14217 move point to the beginning of the match.
14218 (replace-search, replace-highlight): Use new arg `backward'
14219 to set the value of `isearch-forward'.
14220 (perform-replace): Add arg `backward' and use it to perform
14221 replacement backward. (Bug#14979)
14222
14223 * isearch.el (isearch-query-replace): Use a negative prefix arg
14224 to call `perform-replace' with a non-nil arg `backward'.
14225
14226 2013-12-18 Juri Linkov <juri@jurta.org>
14227
14228 * vc/log-edit.el (log-edit-hook): Add `log-edit-insert-message-template'
14229 to the default list. Move `log-edit-show-files' to the end.
14230 Add more available functions to options.
14231 (log-edit): Move default specific settings to
14232 `log-edit-insert-message-template'. Don't move point.
14233 (log-edit-insert-message-template): New function.
14234 (log-edit-insert-changelog): Add `save-excursion' and don't move point.
14235 (Bug#16170)
14236
14237 2013-12-18 Juri Linkov <juri@jurta.org>
14238
14239 * help-mode.el (help-mode-map): Bind "l" to help-go-back,
14240 and "r" to help-go-forward for compatibity with Info. (Bug#16178)
14241
14242 2013-12-18 Leo Liu <sdl.web@gmail.com>
14243
14244 * eshell/em-prompt.el (eshell-emit-prompt): Fix last change.
14245 (Bug#16186)
14246
14247 2013-12-18 Eli Zaretskii <eliz@gnu.org>
14248
14249 * ls-lisp.el (ls-lisp-insert-directory): Don't modify %d and %f
14250 formats for displaying file sizes when the -s switch is given.
14251 Instead, compute a separate format for displaying the size in
14252 blocks, which is displayed in addition to the "regular" size.
14253 When -h is given in addition to -s, produce size in blocks in
14254 human-readable form as well. (Bug#16179)
14255
14256 2013-12-18 Tassilo Horn <tsdh@gnu.org>
14257
14258 * textmodes/reftex-vars.el (reftex-label-alist-builtin):
14259 Reference tables with ~\ref{...} instead of only \ref{...}.
14260
14261 2013-12-18 Chong Yidong <cyd@gnu.org>
14262
14263 * cus-edit.el (custom-magic-alist): Fix "themed" description
14264 (Bug#14348).
14265
14266 * custom.el (custom-push-theme): If custom--inhibit-theme-enable
14267 is non-nil, do not create a new entry in the symbol's theme-value
14268 or theme-face property; update theme-settings only (Bug#14664).
14269 (custom-available-themes): Doc fix.
14270
14271 * cus-theme.el (custom-new-theme-mode-map): Add bindings
14272 (Bug#15674).
14273
14274 * replace.el (occur-engine): Avoid infloop (Bug#7593).
14275
14276 2013-12-18 Kazuhiro Ito <kzhr@d1.dion.ne.jp> (tiny change)
14277
14278 * progmodes/make-mode.el (makefile-fill-paragraph): Fix infloop
14279 (Bug#13914).
14280
14281 2013-12-18 Shigeru Fukaya <shigeru.fukaya@gmail.com>
14282
14283 * apropos.el (apropos-words-to-regexp): Fix algorithm (Bug#13946).
14284
14285 2013-12-18 Glenn Morris <rgm@gnu.org>
14286
14287 * Makefile.in (BYTE_COMPILE_FLAGS): Set load-prefer-newer to t.
14288 * cus-start.el (load-prefer-newer): New option.
14289
14290 2013-12-18 Le Wang <l26wang@gmail.com>
14291
14292 * comint.el (comint-previous-matching-input-from-input):
14293 Retain point (Bug#13404).
14294
14295 2013-12-18 Chong Yidong <cyd@gnu.org>
14296
14297 * simple.el (append-next-kill): Doc fix (Bug#15995, Bug#16016).
14298
14299 2013-12-18 Glenn Morris <rgm@gnu.org>
14300
14301 * mail/emacsbug.el (report-emacs-bug):
14302 Only mention enable-multibyte-characters if non-standard.
14303
14304 2013-12-17 Juri Linkov <juri@jurta.org>
14305
14306 * arc-mode.el (archive-extract-by-file): Check if directory exists
14307 before deletion to not show irrelevant errors if it doesn't exist.
14308
14309 2013-12-17 Juri Linkov <juri@jurta.org>
14310
14311 * menu-bar.el (menu-bar-tools-menu): Add `browse-web'.
14312 (Bug#14751)
14313
14314 * net/eww.el (browse-web): Add alias to `eww'.
14315 (eww-mode-map): Bind "r" to `eww-forward-url' like in Info.
14316 Bind "S-SPC" to `scroll-down-command'. (Bug#16178)
14317
14318 * net/browse-url.el (browse-url-browser-function): Move `eww'
14319 closer to similar functions.
14320
14321 * startup.el (fancy-startup-screen, fancy-about-screen):
14322 Set browse-url-browser-function to eww-browse-url locally.
14323 (Bug#14751)
14324
14325 2013-12-17 Stefan Monnier <monnier@iro.umontreal.ca>
14326
14327 * window.el (window--pixel-to-total): Remove unused `mini' var.
14328 (maximize-window, minimize-window): Remove unused `pixelwise' arg.
14329 (split-window): Remove unused `new' var.
14330 (window--display-buffer): Remove unused `frame' and `delta' vars.
14331 (fit-window-to-buffer): Remove unused vars `frame', `display-height',
14332 and display-width'.
14333
14334 2013-12-17 Martin Rudalics <rudalics@gmx.at>
14335
14336 * dired.el (dired-mark-pop-up):
14337 * register.el (register-preview): Don't bind
14338 split-height-threshold here since it's now done in
14339 display-buffer-below-selected.
14340
14341 2013-12-17 oblique <psyberbits@gmail.com> (tiny change)
14342
14343 * term/rxvt.el (rxvt-rgb-convert-to-16bit): Standardize with
14344 xterm-rgb-convert-to-16bit.
14345 (rxvt-register-default-colors): Standardize with
14346 xterm-register-default-colors (Bug#14078).
14347
14348 2013-12-17 Dima Kogan <dima@secretsauce.net> (tiny change)
14349
14350 * simple.el (kill-region): Pass mark first, then point, so that
14351 kill-append works right (Bug#12819).
14352 (copy-region-as-kill, kill-ring-save): Likewise.
14353
14354 2013-12-17 Leo Liu <sdl.web@gmail.com>
14355
14356 * net/rcirc.el (rcirc-add-face):
14357 * eshell/em-prompt.el (eshell-emit-prompt):
14358 * eshell/em-ls.el (eshell-ls-decorated-name): Use font-lock-face.
14359 (Bug#16167)
14360
14361 2013-12-17 Chong Yidong <cyd@gnu.org>
14362
14363 * files.el (break-hardlink-on-save): Doc fix (Bug#13801).
14364 Suggested by Xue Fuqiao.
14365
14366 2013-12-17 Dmitry Gutov <dgutov@yandex.ru>
14367
14368 * progmodes/ruby-mode.el (ruby-smie-rules): Indent ternary if.
14369
14370 2013-12-17 Stefan Monnier <monnier@iro.umontreal.ca>
14371
14372 * net/shr.el (shr-insert-document): Remove unused var
14373 `shr-preliminary-table-render'.
14374 (shr-rescale-image): Remove unused arg `force'.
14375 (shr-put-image): Update calls accordingly.
14376 (shr-tag-a): Use `cont' rather than dyn-bound `dom'.
14377
14378 2013-12-17 Dmitry Gutov <dgutov@yandex.ru>
14379
14380 * emacs-lisp/smie.el (smie-indent--rule): Extract `smie-indent--rule-1'.
14381 (smie-indent-close): Call `smie-indent--rule-1' with METHOD
14382 :close-all, to see which indentation method to use (Bug#16116).
14383 (smie-rules-function): Document the method :close-all.
14384
14385 2013-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
14386
14387 * net/shr.el (shr-tag-a): Support zero-length <a name="foo"> elements.
14388
14389 * net/eww.el (eww-display-html): If we can't find the anchor we're
14390 looking for, then go to point-min.
14391
14392 2013-12-16 Paul Eggert <eggert@cs.ucla.edu>
14393
14394 Fix problems with CANNOT_DUMP and EMACSLOADPATH.
14395 * Makefile.in (emacs): Add lisp src to EMACSLOADPATH.
14396 * loadup.el: Check for src/bootstrap-emacs only when Emacs can dump.
14397 Expand dir too, in case it's relative.
14398
14399 2013-12-16 Juri Linkov <juri@jurta.org>
14400
14401 * desktop.el (desktop-auto-save-timeout): Change default to
14402 `auto-save-timeout'. Doc fix.
14403 (desktop-save): Skip the timestamp in desktop-saved-frameset
14404 when checking for auto-save changes.
14405 (desktop-auto-save): Don't call desktop-auto-save-set-timer since
14406 `desktop-auto-save' is called repeatedly by the idle timer.
14407 (desktop-auto-save-set-timer): Replace `run-with-timer' with
14408 `run-with-idle-timer' and a non-nil arg REPEAT. Doc fix.
14409 (Bug#15331)
14410
14411 2013-12-16 Juri Linkov <juri@jurta.org>
14412
14413 * isearch.el (isearch-mode-map): Remove [escape] key bindinds.
14414 (Bug#16035)
14415 (isearch-pre-command-hook): Check `this-command' for symbolp.
14416
14417 2013-12-16 Stefan Monnier <monnier@iro.umontreal.ca>
14418
14419 * emacs-lisp/gv.el (gv-ref): Mention lexbind restriction (bug#16153).
14420
14421 2013-12-16 Teodor Zlatanov <tzz@lifelogs.com>
14422
14423 * progmodes/cfengine.el (cfengine3--current-word): Remove.
14424 (cfengine3--current-function): Bring in the current-function
14425 functionality from `cfengine3--current-word'.
14426 (cfengine3-completion-function): Bring in the
14427 bounds-of-current-word functionality from
14428 `cfengine3--current-word'.
14429
14430 2013-12-16 Martin Rudalics <rudalics@gmx.at>
14431
14432 * window.el (display-buffer-below-selected):
14433 Bind split-height-threshold to 0 as suggested by Juri Linkov.
14434
14435 2013-12-16 Leo Liu <sdl.web@gmail.com>
14436
14437 * progmodes/compile.el (compile-goto-error): Do not push-mark.
14438 Remove NOMSG arg and all uses changed.
14439
14440 2013-12-16 Stefan Monnier <monnier@iro.umontreal.ca>
14441
14442 * emulation/cua-rect.el (cua-rectangle-mark-mode): New minor mode.
14443 (cua--deactivate-rectangle): Don't deactivate the mark.
14444 (cua-set-rectangle-mark): Don't set mark-active since
14445 cua--activate-rectangle already does it for us.
14446 (cua--rectangle-highlight-for-redisplay): Unhighlight a previous
14447 non-rectangular region.
14448
14449 * emulation/cua-base.el (cua-repeat-replace-region):
14450 Use with-current-buffer.
14451
14452 * net/gnutls.el: Use cl-lib.
14453 (gnutls-negotiate): `mapcan' -> cl-mapcan.
14454
14455 2013-12-14 Teodor Zlatanov <tzz@lifelogs.com>
14456
14457 * emacs-lisp/package.el (package-built-in-p): Support both
14458 built-in and the package.el converted package descriptions.
14459 (package-show-package-list): Allow keywords.
14460 (package-keyword-button-action): Use it instead of
14461 `finder-list-matches'.
14462 (package-menu-filter-interactive): Interactive filtering (by
14463 keyword) function.
14464 (package-menu--generate): Support keywords and change keymappings
14465 and headers when they are given.
14466 (package--has-keyword-p): Helper function.
14467 (package-menu--refresh): Use it.
14468 (package--mapc): Helper function.
14469 (package-all-keywords): Use it.
14470 (package-menu-mode-map): Set up menu items and keybindings to
14471 provide a filtering UI.
14472
14473 2013-12-14 Teodor Zlatanov <tzz@lifelogs.com>
14474
14475 * net/gnutls.el (gnutls-verify-error): New defcustom to control
14476 the behavior when a certificate fails validation. Defaults to
14477 old behavior: never abort, just warn.
14478 (gnutls-negotiate): Use it.
14479
14480 2013-12-14 Martin Rudalics <rudalics@gmx.at>
14481
14482 * window.el (display-buffer-below-selected): Never split window
14483 horizontally. Suggested by Juri Linkov <juri@jurta.org>.
14484
14485 2013-12-14 Tom Willemse <tom@ryuslash.org> (tiny change)
14486
14487 * emacs-lisp/package.el (package--prepare-dependencies): New function.
14488 (package-buffer-info): Use it (bug#15108).
14489
14490 2013-12-14 Stefan Monnier <monnier@iro.umontreal.ca>
14491
14492 * icomplete.el (icomplete-completions): Make sure the prefix is already
14493 displayed elsewhere before hiding it (bug#16219).
14494
14495 2013-12-14 Dmitry Gutov <dgutov@yandex.ru>
14496
14497 * progmodes/ruby-mode.el (ruby-smie-rules): Return nil before
14498 open-paren tokens when preceded by a open-paren, too.
14499 (ruby-smie-rules): Handle virtual indentation after open-paren
14500 tokens specially. If there is code between it and eol, return the
14501 column where is starts (Bug#16118).
14502
14503 2013-12-13 Teodor Zlatanov <tzz@lifelogs.com>
14504
14505 * progmodes/cfengine.el: Fix `add-hook' doc.
14506 (cfengine-mode-syntax-functions-regex): Initialize sensibly.
14507 (cfengine3--current-word): Fix parameters.
14508 (cfengine3-make-syntax-cache): Simplify further.
14509 (cfengine3-completion-function, cfengine3--current-function):
14510 Use `assq' for symbols.
14511 (cfengine3--current-function): Fix `cfengine3--current-word' call.
14512
14513 2013-12-13 Glenn Morris <rgm@gnu.org>
14514
14515 * loadup.el (load-path): Warn if site-load or site-init changes it.
14516 No more need to reset it when bootstrapping.
14517
14518 2013-12-13 Teodor Zlatanov <tzz@lifelogs.com>
14519
14520 * progmodes/cfengine.el (cfengine-cf-promises): Add more default
14521 locations for cf-promises.
14522 (cfengine-mode-syntax-functions-regex): New caching variable.
14523 (cfengine3-fallback-syntax): Fallback syntax for cases where
14524 cf-promises doesn't run.
14525 (cfengine3--current-word): Reimplement using
14526 `cfengine-mode-syntax-functions-regex'.
14527 (cfengine3-completion-function, cfengine3--current-function):
14528 Use `cfengine3-make-syntax-cache' directly.
14529 (cfengine3-clear-syntax-cache): New function.
14530 (cfengine3-make-syntax-cache): Simplify and create
14531 `cfengine-mode-syntax-functions-regex' on demand.
14532 (cfengine3-format-function-docstring): Don't call
14533 `cfengine3-make-syntax-cache' explicitly.
14534
14535 2013-12-13 Martin Rudalics <rudalics@gmx.at>
14536
14537 Fix windmove-find-other-window broken after pixelwise resizing
14538 (Bug#16017).
14539 * windmove.el (windmove-other-window-loc): Revert change from
14540 2013-12-04.
14541 (windmove-find-other-window): Call window-in-direction.
14542 * window.el (window-in-direction): New arguments SIGN, WRAP and
14543 MINI to emulate original windmove-find-other-window behavior.
14544
14545 2013-12-13 Dmitry Gutov <dgutov@yandex.ru>
14546
14547 * simple.el (blink-matching--overlay): New variable.
14548 (blink-matching-open): Instead of moving point, highlight the
14549 matching paren with an overlay
14550 (http://lists.gnu.org/archive/html/emacs-devel/2013-12/msg00333.html).
14551
14552 * faces.el (paren-showing-faces, show-paren-match)
14553 (show-paren-mismatch): Move from paren.el.
14554
14555 2013-12-13 Leo Liu <sdl.web@gmail.com>
14556
14557 * indent.el (indent-region): Disable progress reporter in
14558 minibuffer. (Bug#16108)
14559
14560 * bindings.el (visual-order-cursor-movement): Fix version.
14561
14562 2013-12-13 Fabián Ezequiel Gallina <fgallina@gnu.org>
14563
14564 * progmodes/python.el (python-pdbtrack-stacktrace-info-regexp):
14565 Also match after beginning of line.
14566 (python-pdbtrack-set-tracked-buffer): Fix logic for remote
14567 files. Thanks to Russell Sim. (Bug#15378)
14568
14569 2013-12-13 Juri Linkov <juri@jurta.org>
14570
14571 * simple.el <Keypad support>: Remove key bindings duplicated
14572 with bindings.el. (Bug#14397)
14573
14574 2013-12-13 Juri Linkov <juri@jurta.org>
14575
14576 * comint.el (comint-mode-map): Replace `delete-char' with
14577 `delete-forward-char'. (Bug#16109)
14578
14579 2013-12-12 Fabián Ezequiel Gallina <fgallina@gnu.org>
14580
14581 * progmodes/python.el (python-indent-calculate-indentation):
14582 Fix de-denters cornercase. (Bug#15731)
14583
14584 2013-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
14585
14586 * emacs-lisp/nadvice.el: Add `depth' property to manage ordering.
14587 (advice--make): Pay attention to `depth'.
14588 (advice--make-1): Don't autoload commands eagerly.
14589 * emacs-lisp/elp.el (elp-instrument-function):
14590 * emacs-lisp/trace.el (trace-function-internal):
14591 * emacs-lisp/debug.el (debug-on-entry): Keep them "first".
14592
14593 * iswitchb.el (iswitchb-mode): Don't belittle ido.
14594
14595 2013-12-12 Eli Zaretskii <eliz@gnu.org>
14596
14597 * term/w32-win.el (w32-handle-dropped-file):
14598 * startup.el (normal-top-level):
14599 * net/browse-url.el (browse-url-file-url):
14600 * dnd.el (dnd-get-local-file-name): On MS-Windows, encode and
14601 decode file names using 'utf-8' rather than
14602 file-name-coding-system.
14603
14604 2013-12-12 Fabián Ezequiel Gallina <fgallina@gnu.org>
14605
14606 * progmodes/python.el (python-indent-context)
14607 (python-indent-calculate-indentation): Fix auto-identation
14608 behavior for comment blocks. (Bug#15916)
14609
14610 2013-12-12 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
14611
14612 * progmodes/python.el (python-indent-calculate-indentation):
14613 When determining indentation, don't treat "return", "pass", etc., as
14614 operators when they are just string constituents. (Bug#15812)
14615
14616 2013-12-12 Juri Linkov <juri@jurta.org>
14617
14618 * uniquify.el (uniquify-buffer-name-style): Change default to
14619 `post-forward-angle-brackets'.
14620
14621 * menu-bar.el (menu-bar-options-menu): Don't require preloaded
14622 `uniquify'. Change default to `post-forward-angle-brackets'.
14623
14624 2013-12-11 Glenn Morris <rgm@gnu.org>
14625
14626 * emacs-lisp/package.el (finder-list-matches):
14627 Autoload rather than falsely declaring.
14628
14629 2013-12-11 Teodor Zlatanov <tzz@lifelogs.com>
14630
14631 * net/eww.el (eww-exit, eww-close): Add UI convenience wrappers.
14632 (eww-mode-map): Use them.
14633
14634 2013-12-11 Martin Rudalics <rudalics@gmx.at>
14635
14636 * window.el (display-buffer-in-side-window): Fix doc-string
14637 (Bug#16115).
14638
14639 2013-12-11 Juanma Barranquero <lekktu@gmail.com>
14640
14641 * vc/vc-git.el: Silence byte-compiler warnings.
14642 (vc-git-dir-extra-headers): Rename arg _dir which is no longer ignored.
14643 (log-edit-set-header): Declare.
14644
14645 2013-12-11 Eli Zaretskii <eliz@gnu.org>
14646
14647 * Makefile.in (custom-deps, finder-data): Run output file names
14648 through unmsys--file-name. (Bug#16099)
14649
14650 2013-12-11 Stefan Monnier <monnier@iro.umontreal.ca>
14651
14652 * emacs-lisp/smie.el (smie-indent--hanging-p): Don't bother matching
14653 comment-start-skip, which fails when that uses submatch 1 (bug#16041).
14654
14655 * emulation/cua-base.el (cua-paste): Add `delete-selection' property
14656 instead of deleting the selection "by hand" (bug#16098).
14657 Rely on insert-for-yank to yank rectangles.
14658 (cua-highlight-region-shift-only): Mark obsolete.
14659 (cua-mode): Don't enable/disable transient-mark-mode,
14660 shift-select-mode (cua-mode works both with and without them), and
14661 pc-selection-mode (obsolete).
14662 * emulation/cua-rect.el (cua--activate-rectangle): Activate the mark.
14663 (cua--deactivate-rectangle): Deactivate it.
14664
14665 * delsel.el (delete-selection-mode): Don't enable transient-mark-mode.
14666 (delete-selection-helper): Make sure yank starts at the top of the
14667 deleted region.
14668 (minibuffer-keyboard-quit): Use region-active-p.
14669
14670 * emacs-lisp/trace.el (trace-make-advice): Don't deactivate the mark.
14671
14672 * simple.el (normal-erase-is-backspace-mode): Map kp-delete identically
14673 to `delete' (bug#16109).
14674
14675 2013-12-11 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
14676
14677 * progmodes/octave.el (octave-mode, inferior-octave-mode): Link to
14678 info manual and show keybindings and set `:group' keyword.
14679
14680 2013-12-11 Juri Linkov <juri@jurta.org>
14681
14682 * delsel.el (delete-active-region): Let-bind `this-command'
14683 to prevent `kill-region' from changing its original value.
14684 (delete-selection-helper): Handle `overwrite-mode' for the type
14685 `kill' exactly the same way as for the type `t'.
14686 (insert-char, quoted-insert, reindent-then-newline-and-indent):
14687 Support more commands. (Bug#13312)
14688
14689 2013-12-11 Juri Linkov <juri@jurta.org>
14690
14691 * bindings.el: Map kp keys to non-kp keys systematically
14692 with basic modifiers control, meta and shift. (Bug#14397)
14693
14694 2013-12-11 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
14695
14696 * net/eww.el (eww-mode-map): Instead of "Quit" show "Exit" and
14697 "Close browser" menu items. Fix wrong function of "List
14698 bookmarks".
14699
14700 2013-12-11 Juri Linkov <juri@jurta.org>
14701
14702 * misearch.el (multi-isearch-buffers): Set the value of
14703 `multi-isearch-buffer-list' globally. Set NO-RECURSIVE-EDIT
14704 arg of isearch-forward to t.
14705 (multi-isearch-buffers-regexp): Set the value of
14706 `multi-isearch-buffer-list' globally. Set NO-RECURSIVE-EDIT
14707 arg of isearch-forward-regexp to t.
14708 (multi-isearch-files): Set the value of
14709 `multi-isearch-file-list' globally. Set NO-RECURSIVE-EDIT
14710 arg of isearch-forward to t.
14711 (multi-isearch-files-regexp): Set the value of
14712 `multi-isearch-file-list' globally. Set NO-RECURSIVE-EDIT
14713 arg of isearch-forward-regexp to t. (Bug#16035)
14714
14715 * dired-aux.el (dired-isearch-filenames): Set NO-RECURSIVE-EDIT
14716 arg of isearch-forward to t.
14717 (dired-isearch-filenames-regexp): Set NO-RECURSIVE-EDIT
14718 arg of isearch-forward-regexp to t.
14719 (dired-isearch-filter-filenames): Remove unnecessary check for
14720 `dired-isearch-filenames'.
14721
14722 * comint.el (comint-history-isearch-backward):
14723 Set NO-RECURSIVE-EDIT arg of isearch-backward to t.
14724 (comint-history-isearch-backward-regexp):
14725 Set NO-RECURSIVE-EDIT arg of isearch-backward-regexp to t.
14726
14727 2013-12-10 Eli Zaretskii <eliz@gnu.org>
14728
14729 * Makefile.in (autoloads): Run $(srcdir)/loaddefs.el through
14730 unmsys--file-name. (Bug#16099)
14731
14732 2013-12-10 Teodor Zlatanov <tzz@lifelogs.com>
14733
14734 * emacs-lisp/package.el (package-keyword-button-action):
14735 Remove finder.el require dependency.
14736
14737 2013-12-09 Teodor Zlatanov <tzz@lifelogs.com>
14738
14739 * emacs-lisp/package.el: Require finder.el.
14740 (describe-package-1): Add keyword buttons.
14741 (package-make-button): New convenience function.
14742 (package-keyword-button-action): Keyword button action using
14743 `finder-list-matches'.
14744
14745 2013-12-09 Eli Zaretskii <eliz@gnu.org>
14746
14747 * autorevert.el (auto-revert-notify-add-watch): Fix a thinko in
14748 last commit.
14749
14750 2013-12-09 Michael Albinus <michael.albinus@gmx.de>
14751
14752 * autorevert.el (auto-revert-notify-add-watch): Do not handle
14753 symlinked files.
14754
14755 2013-12-09 Dmitry Gutov <dgutov@yandex.ru>
14756
14757 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Return t
14758 after the end of a percent literal.
14759
14760 2013-12-09 Cameron Desautels <camdez@gmail.com> (tiny change)
14761
14762 * progmodes/ruby-mode.el (ruby-forward-string): Document.
14763 Handle caret-delimited strings (Bug#16079).
14764
14765 2013-12-09 Dmitry Gutov <dgutov@yandex.ru>
14766
14767 * progmodes/ruby-mode.el (ruby-accurate-end-of-block):
14768 When `ruby-use-smie' is t, use `smie-forward-sexp' instead of
14769 `ruby-parse-partial' (Bug#16078).
14770
14771 2013-12-09 Leo Liu <sdl.web@gmail.com>
14772
14773 * subr.el (read-passwd): Disable show-paren-mode. (Bug#16091)
14774
14775 2013-12-08 Dmitry Gutov <dgutov@yandex.ru>
14776
14777 * progmodes/js.el (js-auto-indent-flag): Remove, was unused.
14778 (js-switch-indent-offset): New option.
14779 (js--proper-indentation): Use it. And handle the case when
14780 "default" is actually a key in an object literal.
14781 (js--same-line): New function.
14782 (js--multi-line-declaration-indentation): Use it.
14783 (js--indent-in-array-comp, js--array-comp-indentation):
14784 New functions.
14785 (js--proper-indentation): Use them, to handle array comprehension
14786 continuations.
14787
14788 2013-12-08 Leo Liu <sdl.web@gmail.com>
14789
14790 * progmodes/flymake.el (flymake-highlight-line): Re-write.
14791 (flymake-make-overlay): Remove arg MOUSE-FACE.
14792 (flymake-save-string-to-file, flymake-read-file-to-string): Remove.
14793
14794 2013-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
14795
14796 * emulation/cua-rect.el (cua--rectangle-highlight-for-redisplay):
14797 New function.
14798 (redisplay-highlight-region-function): Use it.
14799
14800 * emulation/cua-base.el (cua--explicit-region-start)
14801 (cua--last-region-shifted): Remove.
14802 (cua--deactivate): Use deactivate-mark.
14803 (cua--pre-command-handler-1): Don't handle shift-selection.
14804 (cua--post-command-handler-1): Don't change transient-mark-mode.
14805 (cua--select-keymaps): Use region-active-p rather than
14806 cua--explicit-region-start or cua--last-region-shifted.
14807 (cua-mode): Enable shift-select-mode.
14808
14809 2013-12-08 Leo Liu <sdl.web@gmail.com>
14810
14811 * progmodes/flymake.el (flymake-popup-current-error-menu):
14812 Rename from flymake-display-err-menu-for-current-line. Reimplement.
14813 (flymake-posn-at-point-as-event, flymake-popup-menu)
14814 (flymake-make-emacs-menu): Remove. (Bug#16077)
14815
14816 2013-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
14817
14818 * rect.el (rectangle-mark-mode): Activate mark even if
14819 transient-mark-mode is off (bug#16066).
14820 (rectangle--highlight-for-redisplay): Fix boundary condition when point
14821 is > mark and at bolp.
14822
14823 * emulation/cua-rect.el (cua--rectangle-region-extract): New function.
14824 (region-extract-function): Use it.
14825 (cua-mouse-save-then-kill-rectangle): Use cua-copy-region.
14826 (cua-copy-rectangle, cua-cut-rectangle, cua-delete-rectangle):
14827 Delete functions.
14828 (cua--init-rectangles): Don't re-remap copy-region-as-kill,
14829 kill-ring-save, kill-region, delete-char, delete-forward-char.
14830 Ignore self-insert-iso.
14831
14832 * emulation/cua-gmrk.el (cua--init-global-mark):
14833 Ignore `self-insert-iso'.
14834
14835 * emulation/cua-base.el (cua--prefix-copy-handler)
14836 (cua--prefix-cut-handler): Rely on region-extract-function rather than
14837 checking cua--rectangle.
14838 (cua-delete-region): Use region-extract-function.
14839 (cua-replace-region): Delete function.
14840 (cua-copy-region, cua-cut-region): Obey region-extract-function.
14841 (cua--pre-command-handler-1): Don't do the delete-selection thing.
14842 (cua--self-insert-char-p): Ignore `self-insert-iso'.
14843 (cua--init-keymaps): Don't remap delete-selection commands.
14844 (cua-mode): Use delete-selection-mode instead of rolling our own
14845 (bug#16085).
14846
14847 * menu-bar.el (clipboard-kill-ring-save, clipboard-kill-region):
14848 Obey region-extract-function.
14849
14850 Make registers and delete-selection-mode work on rectangles.
14851 * register.el (describe-register-1): Don't modify the register's value.
14852 (copy-to-register): Obey region-extract-function.
14853 * delsel.el (delete-active-region): Obey region-extract-function.
14854
14855 2013-12-08 Leo Liu <sdl.web@gmail.com>
14856
14857 * progmodes/flymake.el (flymake, flymake-error-bitmap)
14858 (flymake-warning-bitmap, flymake-fringe-indicator-position)
14859 (flymake-compilation-prevents-syntax-check)
14860 (flymake-start-syntax-check-on-newline)
14861 (flymake-no-changes-timeout, flymake-gui-warnings-enabled)
14862 (flymake-start-syntax-check-on-find-file, flymake-log-level)
14863 (flymake-xml-program, flymake-master-file-dirs)
14864 (flymake-master-file-count-limit)
14865 (flymake-allowed-file-name-masks): Relocate.
14866 (flymake-makehash, flymake-float-time)
14867 (flymake-replace-regexp-in-string, flymake-split-string)
14868 (flymake-get-temp-dir): Remove.
14869 (flymake-popup-menu, flymake-nop, flymake-make-xemacs-menu)
14870 (flymake-current-row, flymake-selected-frame)
14871 (flymake-get-point-pixel-pos): Remove xemacs compatibity and
14872 related functions. (Bug#16077)
14873
14874 2013-12-07 Bozhidar Batsov <bozhidar@batsov.com>
14875
14876 * emacs-lisp/helpers.el (string-blank-p): Use `string-match-p'.
14877
14878 2013-12-07 Tassilo Horn <tsdh@gnu.org>
14879
14880 * help-fns.el (describe-function-1): Use new advice-* functions
14881 rather than old ad-* functions. Fix function type description and
14882 source links for advised functions and subrs.
14883
14884 2013-12-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
14885
14886 * net/shr.el (shr-tag-img): Don't bug out on <img src=""> data.
14887
14888 2013-12-06 Michael Albinus <michael.albinus@gmx.de>
14889
14890 * progmodes/compile.el (compilation-start):
14891 * progmodes/grep.el (rgrep): Revert change 2012-12-20T11:15:38Z!michael.albinus@gmx.de.
14892
14893 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
14894 Handle long command lines, lasting from "sh -c ...". (Bug#16045)
14895
14896 2013-12-06 Dmitry Gutov <dgutov@yandex.ru>
14897
14898 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
14899 Touch up the last change.
14900
14901 2013-12-06 Leo Liu <sdl.web@gmail.com>
14902
14903 * progmodes/octave.el (inferior-octave-prompt): Use shy groups.
14904 (inferior-octave-startup): Always use "octave> " for prompt.
14905 (octave-goto-function-definition)
14906 (octave-sync-function-file-names)
14907 (octave-find-definition-default-filename): Remove redundant backquotes.
14908
14909 2013-12-06 Dmitry Gutov <dgutov@yandex.ru>
14910
14911 * progmodes/ruby-mode.el (ruby-mode-syntax-table): Don't modify
14912 syntax for `?'.
14913 (ruby-expr-beg): Expect that `!' will have syntax class "symbol"
14914 where appropriate already.
14915 (ruby-syntax-propertize-function): Propertize `?' and `!' at the
14916 end of method names (Bug#15874).
14917
14918 2013-12-06 Juri Linkov <juri@jurta.org>
14919
14920 * isearch.el (isearch--saved-overriding-local-map):
14921 New internal variable.
14922 (isearch-mode): Set it to the initial value of
14923 `overriding-terminal-local-map'.
14924 (isearch-pre-command-hook): Compare `overriding-terminal-local-map'
14925 with `isearch--saved-overriding-local-map'. (Bug#16035)
14926
14927 2013-12-06 Dmitry Gutov <dgutov@yandex.ru>
14928
14929 * progmodes/octave.el (inferior-octave-completion-table):
14930 Turn back into function, use `completion-table-with-cache'
14931 (Bug#11906). Update all references.
14932
14933 * minibuffer.el (completion-table-with-cache): New function.
14934
14935 2013-12-05 Cameron Desautels <camdez@gmail.com> (tiny change)
14936
14937 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Fix ^ (bug#16046).
14938
14939 2013-12-05 Teodor Zlatanov <tzz@lifelogs.com>
14940
14941 * net/eww.el (eww-current-source): New variable to store page
14942 source.
14943 (eww-display-html, eww-mode, eww-save-history)
14944 (eww-restore-history): Use it.
14945 (eww-view-source): New command to view page source.
14946 Opportunistically uses `html-mode' to highlight the buffer.
14947 (eww-mode-map): Install it.
14948
14949 2013-12-05 Michael Albinus <michael.albinus@gmx.de>
14950
14951 * net/dbus.el (dbus-unregister-service)
14952 (dbus-escape-as-identifier, dbus-unescape-from-identifier):
14953 Fix docstring.
14954 (dbus-unregister-service): Skip :serial entries in
14955 `dbus-registered-objects-table'.
14956 (dbus-byte-array-to-string): New optional arg MULTIBYTE.
14957
14958 2013-12-04 Teodor Zlatanov <tzz@lifelogs.com>
14959
14960 * emacs-lisp/lisp-mnt.el (lm-keywords-list): Trim whitespace
14961 around keywords with extra `split-string' argument.
14962
14963 2013-12-04 Martin Rudalics <rudalics@gmx.at>
14964
14965 * windmove.el (windmove-other-window-loc): Handle navigation
14966 between windows (excluding the minibuffer window - Bug#16017).
14967
14968 2013-12-04 Michael Albinus <michael.albinus@gmx.de>
14969
14970 * net/dbus.el (dbus-byte-array-to-string): Accept also byte arrays
14971 in D-Bus type syntax.
14972 (dbus-unescape-from-identifier): Use `byte-to-string' in order to
14973 preserve unibyte strings. (Bug#16048)
14974
14975 2013-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
14976
14977 * emacs-lisp/eldoc.el (eldoc-minibuffer-message):
14978 Call force-mode-line-update is the proper buffer (bug#16042).
14979
14980 2013-12-04 Dmitry Gutov <dgutov@yandex.ru>
14981
14982 * vc/log-edit.el (log-edit-add-new-comment): Rename to
14983 `log-edit-remember-comment', make argument optional. Adjust all
14984 callers.
14985 (log-edit-mode): Add `log-edit-remember-comment' to
14986 `kill-buffer-hook' locally.
14987 (log-edit-kill-buffer): Don't remember comment explicitly since
14988 the buffer is killed anyway.
14989
14990 2013-12-04 Juri Linkov <juri@jurta.org>
14991
14992 * isearch.el (isearch-mode, isearch-done): Don't set arg LOCAL in
14993 add-hook and remove-hook for multi-buffer search. (Bug#16035)
14994
14995 2013-12-03 Tom Regner <tom@goochesa.de> (tiny change)
14996
14997 * notifications.el (notifications-close-notification): Call the
14998 D-Bus method with ID being a `:uint32'. (Bug#16030)
14999
15000 2013-12-03 Katsumi Yamaoka <yamaoka@jpl.org>
15001
15002 * net/eww.el (eww-render): Don't pass arg to eww-display-image.
15003
15004 2013-12-03 Juri Linkov <juri@jurta.org>
15005
15006 * progmodes/compile.el (compilation-start): Rename window alist
15007 entry `no-display-ok' to `allow-no-window'.
15008
15009 * simple.el (shell-command): Add window alist entry
15010 `allow-no-window' to `display-buffer'.
15011 (async-shell-command): Doc fix.
15012
15013 * window.el (display-buffer-no-window): New action function.
15014 (display-buffer-alist, display-buffer): Doc fix. (Bug#13594)
15015
15016 2013-12-02 Dmitry Gutov <dgutov@yandex.ru>
15017
15018 * vc/log-edit.el (log-edit-set-header): Extract from
15019 `log-edit-toggle-header'.
15020 (log-edit-extract-headers): Separate the summary, when extracted
15021 from header, from the rest of the message with an empty line.
15022
15023 * vc/vc-git.el (vc-git-log-edit-toggle-amend): Move the summary
15024 line, if present, to the Summary header.
15025
15026 2013-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
15027
15028 * epa-file.el (epa-file-insert-file-contents): Ensure we insert text
15029 in current-buffer (bug#16029).
15030
15031 2013-12-02 Helmut Eller <eller.helmut@gmail.com>
15032
15033 * emacs-lisp/debug.el (debugger-toggle-locals): New command.
15034 (debugger-mode-map): Bind it.
15035 (debugger--backtrace-base): New function.
15036 (debugger-eval-expression): Use it.
15037 (debugger-frame-number): Skip local vars when present.
15038 (debugger--locals-visible-p, debugger--insert-locals)
15039 (debugger--show-locals, debugger--hide-locals): New functions.
15040
15041 2013-12-02 Michael Albinus <michael.albinus@gmx.de>
15042
15043 * net/tramp-sh.el (tramp-remote-process-environment): Do not set
15044 "LC_ALL".
15045 (tramp-get-remote-locale): New defun.
15046 (tramp-open-connection-setup-interactive-shell): Use it.
15047
15048 2013-12-02 Leo Liu <sdl.web@gmail.com>
15049
15050 * subr.el (process-live-p): Return nil for non-process. (Bug#16023)
15051
15052 * progmodes/sh-script.el (sh-shell-process):
15053 * progmodes/octave.el (inferior-octave-process-live-p):
15054 * progmodes/gdb-mi.el (gdb-delchar-or-quit)
15055 (gdb-inferior-io-sentinel):
15056 * emacs-lock.el (emacs-lock-live-process-p): All uses changed.
15057
15058 2013-12-02 Dmitry Gutov <dgutov@yandex.ru>
15059
15060 * vc/log-edit.el (log-edit-kill-buffer): Move the use of
15061 `save-selected-window' to `log-edit-hide-buf'. This makes
15062 `log-edit-show-files' idempotent.
15063 (log-edit-show-files): Mark the new window as dedicated.
15064
15065 2013-12-02 Dmitry Gutov <dgutov@yandex.ru>
15066
15067 * vc/log-edit.el (log-edit-mode-map): Add binding for
15068 `log-edit-kill-biffer'.
15069 (log-edit-hide-buf): Add a FIXME comment.
15070 (log-edit-add-new-comment): New function, extracted from
15071 `log-edit-done'.
15072 (log-edit-done, log-edit-add-to-changelog): Use it.
15073 (log-edit-kill-buffer): New command.
15074
15075 2013-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
15076
15077 * net/eww.el (eww-mode-map): Have `q' do a normal `quit-window'
15078 instead of killing the buffer.
15079
15080 2013-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
15081
15082 * simple.el (newline): Mention `electric-indent-mode' (bug#16015).
15083
15084 2013-12-01 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
15085
15086 * net/eww.el (eww-form-checkbox-selected-symbol)
15087 (eww-form-checkbox-symbol): New customizable variable.
15088 (eww-form-checkbox, eww-toggle-checkbox):
15089 Use `eww-form-checkbox-selected-symbol' and `eww-form-checkbox-symbol'.
15090
15091 * net/shr.el (shr-prefer-media-type-alist): New customizable variable.
15092 (shr--get-media-pref, shr--extract-best-source): New function.
15093 (shr-tag-video, shr-tag-audio): Use `shr--extract-best-source' when
15094 no :src tag was specified.
15095
15096 * net/eww.el (eww-use-external-browser-for-content-type): New variable.
15097 (eww-render): Handle `eww-use-external-browser-for-content-type'.
15098 Use \\` to match beginning of string instead of ^.
15099 (eww-browse-with-external-browser): Provide optional URL parameter.
15100 (eww-render): Set `eww-current-title' back to "".
15101
15102 * net/shr.el (shr-tag-video): Display content for video if no
15103 poster is available.
15104 (shr-tag-audio): Add support for <audio> tag.
15105
15106 * net/eww.el (eww-text-input-types): New const.
15107 (eww-process-text-input): Treat input types in
15108 `eww-text-input-types' as text.
15109
15110 * net/shr.el (shr-tag-table): Fix comment typo.
15111
15112 2013-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
15113
15114 * net/eww.el (eww-follow-link): New command to avoid reloading
15115 pages when we follow #target links (bug#15243).
15116 (eww-quit): Special mode buffers shouldn't query before exiting.
15117
15118 2013-12-01 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
15119
15120 * net/eww.el (eww-tag-select): Support <optgroup> tags in <select>
15121 forms.
15122
15123 2013-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
15124
15125 * net/eww.el (eww-restore-history): Update the window title after
15126 moving in the history.
15127 (eww-current-dom): New variable used to save the current DOM.
15128
15129 2013-12-01 Dmitry Gutov <dgutov@yandex.ru>
15130
15131 * vc/log-edit.el (log-edit-mode-map): Add binding for
15132 `log-edit-beginning-of-line'.
15133 (log-edit-setup-add-author): New user option.
15134 (log-edit-beginning-of-line): New command.
15135 (log-edit): Move major mode call above the contents setup so that
15136 the local variable values are already applied.
15137 (log-edit): Only insert "Author: " when
15138 `log-edit-setup-add-author' is non-nil.
15139 (log-edit): When SETUP is non-nil, position point after ": "
15140 instead of point-min.
15141
15142 2013-12-01 Glenn Morris <rgm@gnu.org>
15143
15144 * startup.el (command-line): Warn if ~/emacs.d is in load-path.
15145
15146 2013-11-30 Eli Zaretskii <eliz@gnu.org>
15147
15148 * startup.el (fancy-splash-frame): On MS-Windows, trigger
15149 redisplay to make sure the initial frame gets a chance to become
15150 visible. (Bug#16014)
15151
15152 2013-11-30 Martin Rudalics <rudalics@gmx.at>
15153
15154 Support resizing frames and windows pixelwise.
15155 * cus-start.el (frame-resize-pixelwise)
15156 (window-resize-pixelwise): New entries.
15157 * emacs-lisp/debug.el (debug): Use window-total-height instead
15158 of window-total-size.
15159 * frame.el (tool-bar-lines-needed): Defalias to tool-bar-height.
15160 * help.el (describe-bindings-internal): Use help-buffer as
15161 argument for with-help-window.
15162 (temp-buffer-max-width): New option.
15163 (resize-temp-buffer-window, help-window-setup)
15164 (with-help-window): Rewrite.
15165 * mouse.el (mouse-drag-line): Rewrite. Add key bindings for
15166 dragging dividers.
15167 * window.el (frame-char-size, window-min-pixel-height)
15168 (window-safe-min-pixel-height, window-safe-min-pixel-width)
15169 (window-min-pixel-width, window-safe-min-pixel-size)
15170 (window-combination-p, window-safe-min-size)
15171 (window-resizable-p, window--size-to-pixel)
15172 (window--pixel-to-size, window--resize-apply-p): New functions.
15173 (window-safe-min-height): Fix doc-string.
15174 (window-size, window-min-size, window--min-size-1)
15175 (window-sizable, window-sizable-p, window--min-delta-1)
15176 (window-min-delta, window--max-delta-1, window-max-delta)
15177 (window--resizable, window--resizable-p, window-resizable)
15178 (window-full-height-p, window-full-width-p, window-at-side-p)
15179 (window--in-direction-2, window-in-direction)
15180 (window--resize-reset-1, window--resize-mini-window)
15181 (window-resize, window-resize-no-error)
15182 (window--resize-child-windows-normal)
15183 (window--resize-child-windows, window--resize-siblings)
15184 (window--resize-this-window, window--resize-root-window)
15185 (window--resize-root-window-vertically)
15186 (adjust-window-trailing-edge, enlarge-window, shrink-window)
15187 (maximize-window, minimize-window, delete-window)
15188 (quit-restore-window, window-split-min-size, split-window)
15189 (balance-windows-2, balance-windows)
15190 (balance-windows-area-adjust, balance-windows-area)
15191 (window--state-get-1, window-state-get, window--state-put-1)
15192 (window--state-put-2, window-state-put)
15193 (display-buffer-record-window, window--display-buffer):
15194 Make functions handle pixelwise sizing of windows.
15195 (display-buffer--action-function-custom-type)
15196 (display-buffer-fallback-action):
15197 Add display-buffer-in-previous-window.
15198 (display-buffer-use-some-window): Resize window to height it had
15199 before.
15200 (fit-window-to-buffer-horizontally): New option.
15201 (fit-frame-to-buffer): Describe new values.
15202 (fit-frame-to-buffer-bottom-margin): Replace with
15203 fit-frame-to-buffer-margins.
15204 (window--sanitize-margin): New function.
15205 (fit-frame-to-buffer, fit-window-to-buffer): Rewrite completely
15206 using window-text-pixel-size.
15207
15208 2013-11-30 Glenn Morris <rgm@gnu.org>
15209
15210 * emacs-lisp/bytecomp.el (byte-compile-form):
15211 Make the `interactive-only' warning like the `obsolete' one.
15212 * comint.el (comint-run):
15213 * files.el (insert-file-literally, insert-file):
15214 * replace.el (replace-string, replace-regexp):
15215 * simple.el (beginning-of-buffer, end-of-buffer, delete-backward-char)
15216 (goto-line, insert-buffer, next-line, previous-line):
15217 Tweak `interactive-only' spec.
15218
15219 Stop keeping (most) generated cedet grammar files in the repository.
15220 * Makefile.in (semantic): New.
15221 (compile-main): Depend on semantic.
15222
15223 2013-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
15224
15225 * net/newst-reader.el (newsticker-html-renderer): Default to SHR if
15226 available. Suggested by Clément B. <barthele1u@etu.univ-lorraine.fr>.
15227
15228 * uniquify.el (uniquify-buffer-name-style): Change default.
15229
15230 * loadup.el: Preload "uniquify".
15231
15232 * time.el (display-time-update): Update all mode lines (bug#15999).
15233
15234 * electric.el (electric-indent-mode): Enable by default.
15235 * loadup.el: Preload "electric".
15236
15237 2013-11-29 Bozhidar Batsov <bozhidar@batsov.com>
15238
15239 * emacs-lisp/helpers.el (string-empty-p): New function.
15240 (string-blank-p): New function.
15241
15242 2013-11-29 Andreas Politz <politza@hochschule-trier.de>
15243
15244 * imenu.el (imenu--index-alist): Add missing dot to the docstring
15245 (Bug#14029).
15246
15247 2013-11-29 Andreas Politz <politza@fh-trier.de>
15248 * imenu.el (imenu--subalist-p): Don't error on non-conses and
15249 allow non-lambda lists as functions.
15250 (imenu--in-alist): Don't recurse into non-subalists.
15251 (imenu): Don't pass function itself as an argument (Bug#14029).
15252
15253 2013-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
15254
15255 * progmodes/python.el (python-mode-map): Remove binding for ":".
15256 (python-indent-electric-colon): Remove command.
15257 (python-indent-post-self-insert-function): Integrate the previous code
15258 of python-indent-electric-colon. Make it conditional on
15259 electric-indent-mode.
15260 (python-mode): Add ?: to electric-indent-chars.
15261 Move python-indent-post-self-insert-function to the end of
15262 post-self-insert-hook.
15263
15264 2013-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
15265
15266 * doc-view.el (doc-view-goto-page): Update mode-line.
15267
15268 * vc/vc-dispatcher.el (vc-log-edit): Setup the Summary&Author headers.
15269
15270 2013-11-27 Glenn Morris <rgm@gnu.org>
15271
15272 * international/charprop.el, international/uni-bidi.el:
15273 * international/uni-category.el, international/uni-combining.el:
15274 * international/uni-comment.el, international/uni-decimal.el:
15275 * international/uni-decomposition.el, international/uni-digit.el:
15276 * international/uni-lowercase.el, international/uni-mirrored.el:
15277 * international/uni-name.el, international/uni-numeric.el:
15278 * international/uni-old-name.el, international/uni-titlecase.el:
15279 * international/uni-uppercase.el:
15280 Remove generated files from VCS repository.
15281
15282 2013-11-27 Eli Zaretskii <eliz@gnu.org>
15283
15284 * filenotify.el (file-notify-add-watch): Don't special-case
15285 w32notify when computing the directory to watch.
15286
15287 2013-11-27 Glenn Morris <rgm@gnu.org>
15288
15289 Make bootstrap without generated uni-*.el files possible again.
15290 * loadup.el: Update command-line-args checking for unidata-gen.
15291 Add vc to load-path to allow loading vc-bzr when writing uni-*.el.
15292 * composite.el, international/characters.el:
15293 Handle unicode tables being undefined.
15294
15295 Move ja-dic, quail, leim-list.el from ../leim to a leim subdirectory.
15296 * Makefile.in (setwins_for_subdirs): Skip leim/ directory.
15297 (compile-main): Depend on leim rule.
15298 (leim): New rule.
15299 * loadup.el: Move leim-list.el to leim/ subdirectory.
15300 * startup.el (normal-top-level): No more leim directory.
15301 * international/ja-dic-cnv.el (skkdic-convert):
15302 Disable version-control and autoloads in output files.
15303 * international/titdic-cnv.el (titdic-convert, miscdic-convert):
15304 Disable version-control and autoloads in output files.
15305 * leim/quail: Move here from ../leim.
15306 * leim/quail/hangul.el (hangul-input-method-activate):
15307 Add autoload cookie.
15308 (generated-autoload-load-name): Set file-local value.
15309 * leim/quail/uni-input.el (ucs-input-activate): Add autoload cookie.
15310 (generated-autoload-load-name): Set file-local value.
15311
15312 2013-11-26 Kenjiro NAKAYAMA <knakayam@redhat.com>
15313
15314 * net/eww.el (eww-bookmark-browse): Use 'eww-browse-url'.
15315 (eww-add-bookmark): Ask confirmation when add to bookmarks.
15316 (eww-quit): Ask confirmation before quitting eww.
15317
15318 2013-11-26 Eli Zaretskii <eliz@gnu.org>
15319
15320 * vc/vc.el (vc-diff-internal): Use *-dos coding-system when
15321 reading output from Diff on MS-Windows and MS-DOS.
15322
15323 2013-11-26 Bozhidar Batsov <bozhidar@batsov.com>
15324
15325 * emacs-lisp/helpers.el (string-reverse): New function.
15326
15327 2013-11-26 Michael Albinus <michael.albinus@gmx.de>
15328
15329 * net/tramp.el (tramp-file-name-regexp-unified): Support IPv6 host
15330 names on MS Windows, like "/[::1]:".
15331
15332 * net/tramp-sh.el (tramp-sh-handle-insert-directory): Accept nil
15333 SWITCHES.
15334
15335 2013-11-26 Glenn Morris <rgm@gnu.org>
15336
15337 * progmodes/python.el (python-indent-guess-indent-offset):
15338 Avoid corner-case error. (Bug#15975)
15339
15340 Preload leim-list.el. (Bug#4789)
15341 * loadup.el: Load leim-list.el when found.
15342 * startup.el (normal-top-level): Skip re-loading leim/leim-list.el.
15343
15344 2013-11-25 Bozhidar Batsov <bozhidar@batsov.com>
15345
15346 * emacs-lisp/bytecomp.el (byte-compile-form): Fix a typo.
15347
15348 * emacs-lisp/helpers.el (string-join): New function.
15349
15350 2013-11-25 Sebastian Wiesner <lunaryorn@gmail.com> (tiny change)
15351
15352 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
15353 Mark as obsolete and replace it with a symbol property.
15354 (byte-compile-form): Use new 'interactive-only property.
15355 * comint.el, files.el, replace.el, simple.el:
15356 Apply new 'interactive-only properly.
15357
15358 2013-11-25 Martin Rudalics <rudalics@gmx.at>
15359
15360 * window.el (display-buffer-at-bottom): Make sure that
15361 split-window-sensibly creates the new window on bottom
15362 (Bug#15961).
15363
15364 2013-11-23 David Kastrup <dak@gnu.org>
15365
15366 * vc/smerge-mode.el (smerge-ediff): Choose default buffer names based
15367 on the conflict markers when available.
15368 (smerge--get-marker): New function.
15369 (smerge-end-re, smerge-base-re): Add subgroup.
15370
15371 2013-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
15372
15373 * frame.el (handle-focus-in, handle-focus-out): Add missing
15374 interactive spec.
15375
15376 2013-11-25 Michael Albinus <michael.albinus@gmx.de>
15377
15378 * net/tramp-cmds.el (tramp-cleanup-connection): Clean up
15379 `tramp-current-connection' only when KEEP-PASSWORD is non-nil.
15380
15381 2013-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
15382
15383 * play/gomoku.el: Don't use intangible property. Use lexical-binding.
15384 (gomoku--last-pos): New var.
15385 (gomoku--intangible-chars): New const.
15386 (gomoku--intangible): New function.
15387 (gomoku-mode): Use it. Derive from special-mode.
15388 (gomoku-move-up): Adjust line count.
15389 (gomoku-click, gomoku-point-y, gomoku-point-square, gomoku-goto-xy)
15390 (gomoku-plot-square, gomoku-init-display, gomoku-cross-qtuple):
15391 Simplify accordingly.
15392
15393 * frame.el (handle-focus-in, handle-focus-out): Move from frame.c.
15394 Remove blink-cursor code.
15395 (blink-cursor-timer-function, blink-cursor-suspend):
15396 Don't special-case GUIs.
15397 (blink-cursor-mode): Use focus-in/out-hook.
15398
15399 2013-11-25 Dmitry Gutov <dgutov@yandex.ru>
15400
15401 * vc/vc-git.el (vc-git-annotate-extract-revision-at-line): Make it
15402 work when annotation is invisible (Bug#13886).
15403
15404 2013-11-24 Simon Schubert <2@0x2c.org> (tiny change)
15405
15406 * json.el (json-alist-p): Only return non-nil if the alist has
15407 simple keys (Bug#13518).
15408
15409 2013-11-24 Mihir Rege <mihirrege@gmail.com> (tiny change)
15410
15411 * progmodes/js.el (js--ctrl-statement-indentation): Fix indent
15412 when control-statement is the first statement in a buffer (Bug#15956).
15413
15414 2013-11-24 Dmitry Gutov <dgutov@yandex.ru>
15415
15416 * imenu.el (imenu-generic-skip-comments-and-strings):
15417 New option (Bug#15560).
15418 (imenu--generic-function): Use it.
15419
15420 2013-11-24 Jorgen Schaefer <contact@jorgenschaefer.de>
15421
15422 * minibuffer.el (completion--in-region-1): Scroll the correct window.
15423 (Bug#13898)
15424
15425 2013-11-24 Bozhidar Batsov <bozhidar@batsov.com>
15426
15427 * emacs-lisp/helpers.el: Add some string helpers.
15428 (string-trim-left): Removes leading whitespace.
15429 (string-trim-right): Removes trailing whitespace.
15430 (string-trim): Removes leading and trailing whitespace.
15431
15432 * subr.el (string-suffix-p): New function.
15433
15434 2013-11-23 Glenn Morris <rgm@gnu.org>
15435
15436 * progmodes/python.el (python-shell-send-file):
15437 Add option to delete file when done. (Bug#15647)
15438 (python-shell-send-string, python-shell-send-region): Use it.
15439
15440 2013-11-23 Ivan Shmakov <ivan@siamics.net>
15441
15442 * vc/diff-mode.el (diff-mode): Only allow diff-default-read-only
15443 to set buffer-read-only to t, never to nil. (Bug#15938)
15444
15445 * textmodes/tex-mode.el (latex-noindent-environments):
15446 Add safe-local-variable property. (Bug#15936)
15447
15448 2013-11-23 Glenn Morris <rgm@gnu.org>
15449
15450 * textmodes/enriched.el (enriched-mode): Doc fix.
15451 * emacs-lisp/authors.el (authors-renamed-files-alist):
15452 Add enriched.doc -> enriched.txt.
15453
15454 * Makefile.in (emacs): Empty EMACSLOADPATH rather than unsetting.
15455
15456 2013-11-22 Leo Liu <sdl.web@gmail.com>
15457
15458 * progmodes/octave.el (inferior-octave-startup): Spit out error
15459 message.
15460
15461 2013-11-22 Bozhidar Batsov <bozhidar@batsov.com>
15462
15463 * progmodes/ruby-mode.el (ruby-custom-encoding-magic-comment-template):
15464 Improve docstring.
15465 Add :version.
15466 (ruby-encoding-magic-comment-style): Add :version.
15467
15468 2013-11-22 Leo Liu <sdl.web@gmail.com>
15469
15470 * progmodes/octave.el (octave-operator-regexp): Exclude newline.
15471 (Bug#15076)
15472 (octave-help-mode): Adapt to change to help-mode-finish to use
15473 derived-mode-p on 2013-09-17.
15474 (inferior-octave-prompt): Also match octave-gui.
15475 (octave-kill-process): Don't ask twice. (Bug#10564)
15476
15477 2013-11-22 Leo Liu <sdl.web@gmail.com>
15478
15479 * progmodes/octave.el (inferior-octave-process-live-p): New helper.
15480 (inferior-octave-startup, inferior-octave-check-process)
15481 (inferior-octave-track-window-width-change)
15482 (octave-completion-at-point, octave-eldoc-function): Use it.
15483 (octave-kill-process): Provide confirmation. (Bug#10564)
15484
15485 2013-11-21 Leo Liu <sdl.web@gmail.com>
15486
15487 * progmodes/octave.el (octave-mode, inferior-octave-mode):
15488 Fix obsolete variable comment-use-global-state.
15489
15490 2013-11-21 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
15491
15492 * progmodes/octave.el (octave-mode-map, octave-mode-menu):
15493 Add `octave-source-file'.
15494 (octave-source-file): New function. (Bug#15935)
15495
15496 2013-11-21 Kenjiro Nakayama <nakayamakenjiro@gmail.com>
15497
15498 * net/eww.el (eww-local-regex): New variable.
15499 (eww): Use it to detect localhost and similar.
15500
15501 2013-11-21 Leo Liu <sdl.web@gmail.com>
15502
15503 Add completion for command `ag'.
15504 * pcmpl-x.el (pcmpl-x-ag-options): New variable.
15505 (pcomplete/ag): New function.
15506 (pcmpl-x-ag-options): New function. Handle `[no]' in long options.
15507
15508 2013-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
15509
15510 * emacs-lisp/byte-run.el (eval-when-compile): Fix edebug spec
15511 (bug#14646).
15512 (make-obsolete): Remove interactive spec.
15513
15514 2013-11-21 Glenn Morris <rgm@gnu.org>
15515
15516 * startup.el (command-line-1): Use path-separator with -L.
15517
15518 2013-11-20 Teodor Zlatanov <tzz@lifelogs.com>
15519
15520 * emacs-lisp/package.el (describe-package-1): Add package archive
15521 to shown fields.
15522
15523 2013-11-20 Bozhidar Batsov <bozhidar@batsov.com>
15524
15525 * progmodes/ruby-mode.el (ruby-custom-encoding-magic-comment-template):
15526 Change default to "# encoding: %s" to differentiate it from the
15527 default Ruby encoding comment template.
15528
15529 2013-11-20 Era Eriksson <era+emacsbugs@iki.fi>
15530
15531 * ses.el (ses-mode): Doc fix. (Bug#14748)
15532
15533 2013-11-20 Leo Liu <sdl.web@gmail.com>
15534
15535 * window.el (display-buffer-alist): Doc fix. (Bug#13594)
15536
15537 2013-11-19 Dan Nicolaescu <dann@gnu.org>
15538
15539 * vc/vc-git.el (vc-git-dir-extra-headers): Add headers
15540 when rebase or bisect are in progress.
15541
15542 2013-11-19 Xue Fuqiao <xfq.free@gmail.com>
15543
15544 * filenotify.el (file-notify-add-watch): Doc fix.
15545
15546 2013-11-19 Leo Liu <sdl.web@gmail.com>
15547
15548 * obsolete/rcompile.el: Mark obsolete.
15549
15550 * progmodes/compile.el (compilation-start)
15551 (compilation-goto-locus, compilation-find-file):
15552 Pass no-display-ok and handle nil value from display-buffer.
15553 (Bug#13594)
15554
15555 * window.el (display-buffer-alist, display-buffer): Document the
15556 new parameter no-display-ok. Return either a window or nil
15557 but never a non-window value.
15558
15559 2013-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
15560
15561 * electric.el (electric-indent-mode-map): Remove.
15562 (electric-indent-mode): Change the global-map instead (bug#15915).
15563
15564 * textmodes/text-mode.el (paragraph-indent-minor-mode):
15565 Use add-function.
15566
15567 2013-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
15568
15569 * emacs-lisp/nadvice.el (remove-function): Align with
15570 add-function's behavior.
15571
15572 * progmodes/gdb-mi.el: Avoid backtracking in regexp matcher.
15573 (gdb--string-regexp): New constant.
15574 (gdb-tooltip-print, gdb-var-evaluate-expression-handler)
15575 (gdbmi-bnf-stream-record, gdb-jsonify-buffer): Use it.
15576 (gdb-source-file-regexp, gdb-prompt-name-regexp): Use it and change
15577 submatch 1.
15578 (gdb-get-source-file-list, gdb-get-prompt, gdb-get-source-file):
15579 Adjust use accordingly.
15580 (gdb-breakpoints-list-handler-custom): Pre-build the y/n string.
15581
15582 2013-11-17 Adam Sokolnicki <adam.sokolnicki@gmail.com> (tiny change)
15583
15584 * progmodes/ruby-mode.el (ruby-toggle-block): Don't stop at
15585 interpolation curlies (Bug#15914).
15586
15587 2013-11-17 Jay Belanger <jay.p.belanger@gmail.com>
15588
15589 * calc/calc.el (calc-context-sensitive-enter): New variable.
15590 (calc-enter): Use `calc-context-sensitive-enter'.
15591
15592 2013-11-16 Teodor Zlatanov <tzz@lifelogs.com>
15593
15594 * progmodes/cfengine.el: Version bump.
15595 (cfengine-cf-promises): New defcustom to locate cf-promises.
15596 (cfengine3-vartypes): Add new "data" type.
15597 (cfengine3--current-word): New function to get current name-like
15598 word or its bounds.
15599 (cfengine3--current-function): New function to look up a CFEngine
15600 function's definition.
15601 (cfengine3-format-function-docstring): New function.
15602 (cfengine3-make-syntax-cache): New function.
15603 (cfengine3-documentation-function): New function: ElDoc glue.
15604 (cfengine3-completion-function): New function: completion glue.
15605 (cfengine3-mode): Set `compile-command',
15606 `eldoc-documentation-function', and add to
15607 `completion-at-point-functions'.
15608
15609 2013-11-16 Michael Albinus <michael.albinus@gmx.de>
15610
15611 * net/tramp-cmds.el (tramp-cleanup-connection): Clean up
15612 `tramp-current-connection'.
15613
15614 2013-11-15 Dmitry Gutov <dgutov@yandex.ru>
15615
15616 * progmodes/ruby-mode.el (ruby-font-lock-keywords): End regexp for
15617 nil/self/true/false with "end of symbol".
15618
15619 2013-11-15 Bozhidar Batsov <bozhidar@batsov.com>
15620
15621 * subr.el (version-regexp-alist): Fix a typo.
15622
15623 2013-11-15 Michael Albinus <michael.albinus@gmx.de>
15624
15625 * net/tramp-sh.el (tramp-remote-process-environment): Set "LC_ALL" to
15626 "en_US.utf8" and "LC_CTYPE" to "".
15627 (tramp-maybe-open-connection): Set "LC_ALL" to "en_US.utf8".
15628 (tramp-sh-handle-insert-directory): Don't set "LC_ALL" and "LC_CTYPE".
15629
15630 2013-11-15 Leo Liu <sdl.web@gmail.com>
15631
15632 * loadhist.el (read-feature): Get rid of fake feature nil. (Bug#15889)
15633
15634 2013-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
15635
15636 * progmodes/gud.el (ctl-x-map):
15637 Remove C-x SPC binding. (Bug#12342)
15638 (gud-jdb-find-source-using-classpath): Remove ((lambda (..)..)..).
15639
15640 2013-11-14 Bozhidar Batsov <bozhidar@batsov.com>
15641
15642 * subr.el (version-regexp-alist):
15643 Recognize hg, svn and darcs versions as snapshot versions.
15644
15645 * progmodes/ruby-mode.el (ruby--detect-encoding): Make aware of
15646 'always-utf8 value of `ruby-insert-encoding-magic-comment'.
15647 (ruby--encoding-comment-required-p): Extract from
15648 `ruby-mode-set-encoding'.
15649 (ruby-mode-set-encoding): Add the ability to always insert an
15650 utf-8 encoding comment. Fix and simplify coding comment update
15651 logic.
15652
15653 2013-11-14 Michael Albinus <michael.albinus@gmx.de>
15654
15655 * net/tramp-gvfs.el (top): Run init code only when
15656 `tramp-gvfs-enabled' is not nil.
15657 (tramp-gvfs-enabled): Check also :system bus.
15658
15659 2013-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
15660
15661 Sync with upstream verilog-mode revision 78e66ba.
15662 * progmodes/verilog-mode.el (verilog-end-of-defun)
15663 (verilog-type-completion, verilog-get-list): Remove unused funcs.
15664 (verilog-get-end-of-defun): Remove unused argument.
15665 (verilog-comment-depth): Remove unused local `e'.
15666 (verilog-read-decls, verilog-read-sub-decls, verilog-read-instants):
15667 Don't pass arg to verilog-get-end-of-defun.
15668
15669 2013-11-14 Glenn Morris <rgm@gnu.org>
15670
15671 * obsolete/assoc.el (aget): Prefix dynamic variable.
15672
15673 * allout-widgets.el (allout-widgets): No need to autoload defgroup.
15674
15675 2013-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
15676
15677 * widget.el, hfy-cmap.el: Remove bogus package version number.
15678
15679 2013-11-13 Glenn Morris <rgm@gnu.org>
15680
15681 * replace.el (replace-eval-replacement):
15682 Try to give more helpful error message. (Bug#15836)
15683
15684 * arc-mode.el (archive-7z-extract, archive-7z-expunge)
15685 (archive-7z-update): Avoid custom type mismatches.
15686
15687 * vc/vc.el (vc-diff-knows-L): Remove; unused since 2007-10-10.
15688
15689 2013-11-13 Michael Albinus <michael.albinus@gmx.de>
15690
15691 * net/tramp.el (tramp-remote-file-name-spec-regexp): An IPv6
15692 address can be empty.
15693
15694 * net/tramp-gvfs.el (tramp-gvfs-handle-insert-directory):
15695 Accept nil SWITCHES.
15696 (tramp-gvfs-handle-write-region): Implement APPEND.
15697
15698 2013-11-12 Dmitry Gutov <dgutov@yandex.ru>
15699
15700 * progmodes/ruby-mode.el (ruby-smie-grammar): Disambiguate between
15701 binary "|" operator and closing block args delimiter.
15702 Remove FIXME comment referring to Ruby 1.8-only syntax.
15703 (ruby-smie--implicit-semi-p): Not after "|" operator.
15704 (ruby-smie--closing-pipe-p): New function.
15705 (ruby-smie--forward-token, ruby-smie--backward-token): Use it.
15706 (ruby-smie-rules): Indent after "|".
15707
15708 2013-11-12 Glenn Morris <rgm@gnu.org>
15709
15710 * ps-print.el (ps-face-attribute-list):
15711 Handle anonymous faces. (Bug#15827)
15712
15713 2013-11-12 Martin Rudalics <rudalics@gmx.at>
15714
15715 * window.el (display-buffer-other-frame): Fix doc-string.
15716 (Bug#15868)
15717
15718 2013-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
15719
15720 * subr.el (force-mode-line-update): Delete, move to buffer.c.
15721
15722 2013-11-11 Michael Albinus <michael.albinus@gmx.de>
15723
15724 * net/tramp-sh.el (tramp-do-copy-or-rename-file-via-buffer)
15725 (tramp-sh-handle-file-local-copy): Don't write a message when
15726 saving temporary files.
15727
15728 * net/tramp-smb.el (tramp-smb-handle-copy-directory): Fix bug when
15729 both directories are remote.
15730 (tramp-smb-handle-directory-files): Do not return double entries.
15731 Do not expand full file names.
15732 (tramp-smb-handle-insert-directory): Accept nil SWITCHES.
15733 (tramp-smb-handle-write-region): Implement APPEND.
15734 (tramp-smb-get-stat-capability): Fix a stupid bug.
15735
15736 2013-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
15737
15738 * bindings.el (ctl-x-map): Bind C-x SPC to rectangle-mark-mode.
15739
15740 2013-11-11 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
15741
15742 * emacs-lisp/cconv.el (cconv-convert): Print warning instead of
15743 throwing error over malformed let/let* (bug#15814).
15744
15745 2013-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
15746
15747 * iswitchb.el (iswitchb-mode): Mark obsolete.
15748
15749 2013-11-11 Glenn Morris <rgm@gnu.org>
15750
15751 * international/uni-bidi.el, international/uni-category.el:
15752 * international/uni-name.el, international/uni-numeric.el:
15753 Regenerate for Unicode 6.3.0.
15754
15755 2013-11-10 Michael Albinus <michael.albinus@gmx.de>
15756
15757 * net/tramp.el (tramp-methods):
15758 * net/tramp-sh.el (tramp-compute-multi-hops): Revert change of
15759 2013-10-29 (2013-10-29T02:50:24Z!dancol@dancol.org).
15760
15761 2013-11-09 Andreas Schwab <schwab@linux-m68k.org>
15762
15763 * progmodes/sh-script.el (sh-font-lock-keywords-var):
15764 Force highlighting text after Summary keyword in doc face for rpm.
15765
15766 2013-11-09 Dmitry Gutov <dgutov@yandex.ru>
15767
15768 * textmodes/ispell.el (ispell-lookup-words): When `look' is not
15769 available and the word has no wildcards, append one to the grep pattern.
15770 http://lists.gnu.org/archive/html/emacs-devel/2013-11/msg00258.html
15771 (ispell-complete-word): Call `ispell-lookup-words' with the value
15772 independent of `ispell-look-p'.
15773
15774 2013-11-08 Dmitry Gutov <dgutov@yandex.ru>
15775
15776 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p):
15777 Not after "||".
15778 (ruby-smie-rules): Indent non-hanging "begin" blocks as part of
15779 their parent.
15780
15781 2013-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
15782
15783 * progmodes/ruby-mode.el: Don't require cl any more. Use pcase instead.
15784 (ruby-font-lock-keywords): Use backquote.
15785
15786 2013-11-08 Dmitry Gutov <dgutov@yandex.ru>
15787
15788 * progmodes/ruby-mode.el (ruby-smie--forward-token)
15789 (ruby-smie--backward-token): Only consider full-string matches.
15790
15791 2013-11-08 Jan Djärv <jan.h.d@swipnet.se>
15792
15793 * faces.el (describe-face): Add distant-foreground.
15794
15795 2013-11-08 Bozhidar Batsov <bozhidar@batsov.com>
15796
15797 * progmodes/ruby-mode.el: Improve encoding comment handling.
15798 (ruby-encoding-magic-comment-style): New option.
15799 (ruby-custom-encoding-magic-comment-template): New option.
15800 (ruby--insert-coding-comment, ruby--detect-encoding):
15801 New functions extracted from `ruby-mode-set-encoding'.
15802 (ruby-mode-set-encoding): Use `ruby-encoding-magic-comment-style'
15803 to control the style of the auto-inserted encoding comment.
15804
15805 2013-11-08 Dmitry Gutov <dgutov@yandex.ru>
15806
15807 * progmodes/ruby-mode.el (ruby-smie--indent-to-stmt):
15808 Use `smie-backward-sexp' with token argument.
15809
15810 2013-11-08 Michael Albinus <michael.albinus@gmx.de>
15811
15812 * net/tramp-sh.el (tramp-set-remote-path, tramp-get-ls-command):
15813 Remove instrumentation code.
15814
15815 2013-11-08 Glenn Morris <rgm@gnu.org>
15816
15817 * progmodes/autoconf.el (autoconf-mode):
15818 Tweak comment-start-skip. (Bug#15822)
15819
15820 2013-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
15821
15822 * progmodes/sh-script.el (sh-smie--sh-keyword-in-p): Don't inf-loop
15823 at bobp (bug#15826).
15824 (sh-smie--sh-keyword-in-p): Recognize keywords at bobp.
15825
15826 2013-11-08 Darren Hoo <darren.hoo@gmail.com>
15827
15828 * man.el (Man-start-calling): New macro, extracted from
15829 Man-getpage-in-background.
15830 (Man-getpage-in-background): Use it.
15831 (Man-update-manpage): New command.
15832 (Man-mode-map): Bind it.
15833
15834 2013-11-08 Dmitry Gutov <dgutov@yandex.ru>
15835
15836 * progmodes/ruby-mode.el (ruby-smie-grammar): Improve precedences
15837 of "and", "or", "&&" and "||".
15838 (ruby-smie--args-separator-p): Prohibit keyword "do" as the first
15839 argument. Prohibit opening curly brace because it could only be a
15840 block opener in that position.
15841 (ruby-smie--forward-token, ruby-smie--backward-token):
15842 Separate "|" from "&" or "*" going after it. That can happen in block
15843 arguments.
15844 (ruby-smie--indent-to-stmt): New function, seeks the end of
15845 previous statement or beginning of buffer.
15846 (ruby-smie-rules): Use it.
15847 (ruby-smie-rules): Check if there's a ":" before a curly block
15848 opener candidate; if there is, it's a hash.
15849
15850 2013-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
15851
15852 * emacs-lisp/cl-macs.el (cl-symbol-macrolet): Use macroexp-progn.
15853 (cl--block-wrapper): Fix last accidental change.
15854
15855 2013-11-07 Michael Albinus <michael.albinus@gmx.de>
15856
15857 * net/tramp-sh.el (tramp-set-remote-path, tramp-get-ls-command):
15858 Instrument, in order to hunt failure on hydra.
15859
15860 2013-11-05 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
15861
15862 * emacs-lisp/cl-macs.el (cl-symbol-macrolet): Print warning for
15863 malformed bindings form (bug#15814).
15864
15865 2013-11-07 Dmitry Gutov <dgutov@yandex.ru>
15866
15867 * progmodes/ruby-mode.el (ruby-smie-grammar): Lower priority of
15868 "." compared to " @ ". This incidentally fixes some indentation
15869 examples with "do".
15870 (ruby-smie--implicit-semi-p): No implicit semi after "^", "and" or "or".
15871 (ruby-smie-grammar): New tokens: "and" and "or".
15872 (ruby-smie--args-separator-p): Fix the check for tokens at POS.
15873 Exclude "and" and "or". Remove "do" in order to work around token
15874 priorities.
15875 (ruby-smie-rules): Add all infix tokens. Handle the case of
15876 beginning-of-buffer.
15877
15878 2013-11-06 Glenn Morris <rgm@gnu.org>
15879
15880 * Makefile.in (setwins_almost, setwins_for_subdirs):
15881 Avoid accidental matches.
15882
15883 2013-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
15884
15885 * menu-bar.el (popup-menu): Use key-binding.
15886
15887 2013-11-06 Eli Zaretskii <eliz@gnu.org>
15888
15889 * menu-bar.el (popup-menu, menu-bar-open): When displaying TTY
15890 menus, support also the menus produced by minor modes.
15891 (Bug#15817)
15892
15893 2013-11-06 Leo Liu <sdl.web@gmail.com>
15894
15895 * thingatpt.el (thing-at-point-looking-at): Add optional arg
15896 DISTANCE to bound the search. All uses changed. (Bug#15808)
15897
15898 2013-11-06 Glenn Morris <rgm@gnu.org>
15899
15900 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs): Simplify.
15901 (setwins_almost, setwins_for_subdirs): Don't assume called from srcdir.
15902 (custom-deps, finder-data, autoloads, update-subdirs): No need to cd.
15903
15904 2013-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
15905
15906 * electric.el (electric-indent-just-newline): New command.
15907 (electric-indent-mode-map): New keymap.
15908 (electric-indent-mode, electric-pair-mode, electric-layout-mode):
15909 Re-add :group which weren't redundant.
15910
15911 * electric.el (electric-indent-local-mode): New minor mode.
15912 (electric-indent-functions-without-reindent): New var.
15913 (electric-indent-post-self-insert-function): Use it.
15914 * emacs-lisp/gv.el (buffer-local-value): Add setter.
15915
15916 2013-11-05 Eli Zaretskii <eliz@gnu.org>
15917
15918 * international/quail.el (quail-help): Be more explicit about the
15919 meaning of the labels shown on the keys. (Bug#15800)
15920
15921 * startup.el (normal-top-level): Load the subdirs.el files before
15922 setting the locale environment. (Bug#15805)
15923
15924 2013-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
15925
15926 * vc/vc-rcs.el (vc-rcs-parse): Make `gather' get e, b, and @-holes
15927 via arguments so as to get the right ones (bug#15418).
15928
15929 * net/rcirc.el (rcirc-record-activity): Don't abuse add-to-list.
15930
15931 2013-11-05 Michael Albinus <michael.albinus@gmx.de>
15932
15933 Fix problems found while writing a test suite.
15934
15935 * net/tramp-compat.el (tramp-compat-load): New defun.
15936 * net/tramp.el (tramp-handle-load): Use it.
15937
15938 * net/tramp-sh.el (tramp-sh-handle-add-name-to-file): Handle the case
15939 "(numberp ok-if-already-exists)" correctly.
15940
15941 2013-11-05 Xue Fuqiao <xfq.free@gmail.com>
15942
15943 * international/characters.el (glyphless-char-display-control):
15944 Add usage note.
15945
15946 2013-11-05 Bozhidar Batsov <bozhidar@batsov.com>
15947
15948 * progmodes/python.el (python-mode):
15949 * progmodes/scheme.el (scheme-mode):
15950 * progmodes/prolog.el (prolog-mode):
15951 * progmodes/ruby-mode.el (ruby-mode):
15952 * emacs-lisp/lisp-mode.el (lisp-mode, lisp-interaction-mode)
15953 (emacs-lisp-mode): Remove incorrect and redundant text from docstring.
15954
15955 2013-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
15956
15957 * rect.el (rectangle--highlight-for-redisplay):
15958 * emacs-lisp/smie.el (smie--next-indent-change):
15959 Use buffer-chars-modified-tick.
15960
15961 * emacs-lisp/byte-run.el (defmacro, defun): Set their `indent' property.
15962
15963 * electric.el (electric-indent-post-self-insert-function):
15964 Only delete trailing whitepsace if it is indeed trailing (bug#15767).
15965
15966 2013-11-04 Helmut Eller <eller.helmut@gmail.com>
15967
15968 * emacs-lisp/cl-indent.el (with-compilation-unit): Add rule (bug#15782).
15969
15970 2013-11-04 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
15971
15972 * emacs-lisp/cconv.el (cconv-convert): Check form of let binding
15973 (bug#15786).
15974
15975 2013-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
15976
15977 * emacs-lisp/helpers.el: Move from helpers.el. Use lexical-binding.
15978
15979 * progmodes/python.el: Fix up last change.
15980 (python-shell--save-temp-file): New function.
15981 (python-shell-send-string): Use it. Remove `msg' arg. Don't assume
15982 `string' comes from the current buffer.
15983 (python-shell-send-string-no-output): Remove `msg' arg.
15984 (python--use-fake-loc): New var.
15985 (python-shell-buffer-substring): Obey it. Try to compensate for the
15986 extra coding line added by python-shell--save-temp-file.
15987 (python-shell-send-region): Use python-shell--save-temp-file and
15988 python-shell-send-file directly. Add `nomain' argument.
15989 (python-shell-send-buffer): Use python-shell-send-region.
15990 (python-electric-pair-string-delimiter): New function.
15991 (python-mode): Use it.
15992
15993 2013-11-04 Eli Zaretskii <eliz@gnu.org>
15994
15995 * startup.el (normal-top-level): Move setting eol-mnemonic-unix,
15996 eol-mnemonic-mac, eol-mnemonic-dos, and also setup of the locale
15997 environment and decoding all of the default-directory's to here
15998 from command-line.
15999 (command-line): Decode also argv[0].
16000
16001 * loadup.el: Error out if default-directory is a multibyte string
16002 when we are dumping.
16003
16004 * Makefile.in (emacs): Don't set LC_ALL=C. (Bug#15260)
16005
16006 2013-11-04 Teodor Zlatanov <tzz@lifelogs.com>
16007
16008 * emacs-lisp/package.el (package-menu-mode)
16009 (package-menu--print-info, package-menu--archive-predicate):
16010 Add Archive column to package list.
16011
16012 2013-11-04 Michael Albinus <michael.albinus@gmx.de>
16013
16014 Fix problems found while writing a test suite.
16015
16016 * net/tramp.el (tramp-file-name-regexp-unified): Simplify.
16017 (tramp-file-name-for-operation): Use `tramp-tramp-file-p'.
16018 (tramp-handle-substitute-in-file-name): Let-bind `process-environment'
16019 to nil when running original file name handler. Otherwise,
16020 there are problems with constructs like "$$FOO".
16021
16022 * net/tramp-sh.el (tramp-do-copy-or-rename-file): Use correct prefix
16023 for `localname'.
16024
16025 2013-11-04 Bozhidar Batsov <bozhidar@batsov.com>
16026
16027 * progmodes/ruby-mode.el (ruby-mode): Clean up docstring.
16028
16029 * subr.el (version<, version<=, version=):
16030 Update docstrings with information for snapshot versions.
16031
16032 * helpers.el: New library for misc helper functions.
16033 (hash-table-keys): New function returning a list of hash keys.
16034 (hash-table-values): New function returning a list of hash values.
16035
16036 2013-11-04 Dmitry Gutov <dgutov@yandex.ru>
16037
16038 * progmodes/ruby-mode.el (ruby-smie--forward-token)
16039 (ruby-smie--backward-token): Tokenize heredocs as semicolons.
16040
16041 2013-11-04 Michal Nazarewicz <mina86@mina86.com>
16042
16043 * textmodes/fill.el (fill-single-char-nobreak-p): New function
16044 checking whether point is after a 1-letter word.
16045
16046 2013-11-04 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
16047
16048 * progmodes/cperl-mode.el (cperl-font-lock-fontify-region-function):
16049 Don't infloop when expanding region over `multiline' syntax-type that
16050 begins a line (bug#15778).
16051
16052 2013-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
16053
16054 * rect.el (rectangle-mark-mode): Rename from rectangle-mark.
16055 Make it into a proper minor mode.
16056 (rectangle--region): (Implicitly) rename to rectangle-mark-mode.
16057 (rectangle-mark-mode-map): New keymap.
16058 (rectangle--highlight-for-redisplay): Fix some corner cases (bug#15796).
16059
16060 2013-11-04 Glenn Morris <rgm@gnu.org>
16061
16062 * startup.el (command-line-1): Allow `-L :...' to append to load-path.
16063
16064 2013-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
16065
16066 * progmodes/ruby-mode.el (ruby-smie--rule-parent-skip-assign): Remove.
16067 (ruby-smie-rules): Use smie-rule-parent instead.
16068
16069 * emacs-lisp/smie.el (smie-rule-parent): Always call
16070 smie-indent-virtual rather than only for hanging tokens.
16071 (smie--next-indent-change): New helper command.
16072
16073 2013-11-03 Glenn Morris <rgm@gnu.org>
16074
16075 * Makefile.in (abs_srcdir): Remove.
16076 (emacs): Unset EMACSLOADPATH.
16077
16078 2013-11-02 Glenn Morris <rgm@gnu.org>
16079
16080 * Makefile.in (EMACS): Use a relative filename.
16081 (abs_top_builddir): Remove.
16082 (custom-deps, finder-data, autoloads): Use --chdir.
16083
16084 * Makefile.in (abs_lisp): Remove, replace by abs_srcdir.
16085
16086 Use relative filenames in TAGS files.
16087 * Makefile.in (lisptagsfiles1, lisptagsfiles2, lisptagsfiles3)
16088 (lisptagsfiles4, TAGS): Use relative file names.
16089 (TAGS-LISP): Remove.
16090 (maintainer-clean): No more TAGS-LISP file.
16091
16092 * Makefile.in (lisptagsfiles1, lisptagsfiles2, lisptagsfiles3)
16093 (lisptagsfiles4): Use absolute filenames again.
16094 (TAGS, TAGS-LISP): Not everything needs to run in one line.
16095 Remove all *loaddefs files, not just the first. Remove esh-groups.
16096 (maintainer-clean): Delete TAGS, TAGS-LISP.
16097
16098 2013-11-02 Bozhidar Batsov <bozhidar@batsov.com>
16099
16100 * emacs-lisp/package.el (package-version-join):
16101 Recognize snapshot versions.
16102
16103 2013-11-02 Bozhidar Batsov <bozhidar@batsov.com>
16104
16105 * subr.el (version-regexp-alist): Add support for snapshot versions.
16106
16107 2013-11-02 Dmitry Gutov <dgutov@yandex.ru>
16108
16109 * progmodes/ruby-mode.el (ruby-smie--rule-parent-skip-assign):
16110 New function, replacement for `smie-rule-parent' for when we want to
16111 skip over our direct parent if it's an assignment token..
16112 (ruby-smie-rules): Use it.
16113
16114 2013-11-02 Dmitry Gutov <dgutov@yandex.ru>
16115
16116 * progmodes/ruby-mode.el: Use `syntax-propertize-function'
16117 unconditionally. Remove now unnecessary forward declarations.
16118 Remove XEmacs-specific setup.
16119 (ruby-here-doc-end-re, ruby-here-doc-beg-match)
16120 (ruby-font-lock-syntactic-keywords)
16121 (ruby-comment-beg-syntax, ruby-in-here-doc-p)
16122 (ruby-here-doc-find-end, ruby-here-doc-beg-syntax)
16123 (ruby-here-doc-end-syntax): Remove.
16124 (ruby-mode): Don't check whether `syntax-propertize-rules' is
16125 defined as function.
16126
16127 2013-11-02 Bozhidar Batsov <bozhidar@batsov.com>
16128
16129 * progmodes/ruby-mode.el (ruby-mode-variables, ruby-mode): Use `setq-local'.
16130
16131 2013-11-01 Bozhidar Batsov <bozhidar@batsov.com>
16132
16133 * progmodes/ruby-mode.el (ruby-mode-variables): Don't set syntax
16134 table and abbrev table, `define-derived-mode' does that for us
16135 anyway.
16136
16137 2013-11-01 Glenn Morris <rgm@gnu.org>
16138
16139 * Makefile.in: Remove manual mh-e dependencies (writing .elc
16140 files is atomic for some time, so no parallel compilation issues).
16141
16142 2013-11-01 Jan Djärv <jan.h.d@swipnet.se>
16143
16144 * faces.el (face-x-resources): Add :distant-foreground.
16145 (region): Use :distant-foreground for gtk and ns.
16146
16147 2013-11-01 Tassilo Horn <tsdh@gnu.org>
16148
16149 Allow multiple bibliographies when BibLaTeX is used rather than
16150 BibTeX.
16151 * textmodes/reftex-parse.el (reftex-using-biblatex-p): New function.
16152 (reftex-locate-bibliography-files): Us it.
16153
16154 2013-11-01 Claudio Bley <claudio.bley@googlemail.com>
16155
16156 * image.el (image-type-header-regexps): Fix the 'pbm' part to
16157 allow comments in pbm files.
16158
16159 * term/w32-win.el (dynamic-library-alist): Support newer versions
16160 of libjpeg starting with v7: look only for the DLL from the
16161 version against which Emacs was built.
16162 Support versions of libpng beyond 1.4.x.
16163 Support libtiff v4.x.
16164
16165 2013-11-01 Bozhidar Batsov <bozhidar@batsov.com>
16166
16167 * progmodes/ruby-mode.el (ruby-indent-tabs-mode)
16168 (ruby-indent-level, ruby-comment-column, ruby-deep-arglist):
16169 Add property :safe.
16170 (ruby-deep-arglist): Add property :type.
16171
16172 2013-10-31 Glenn Morris <rgm@gnu.org>
16173
16174 * Makefile.in (custom-deps, finder-data): No need to setq the target
16175 variables, we are in the right directory and the defaults work fine.
16176
16177 2013-10-30 Glenn Morris <rgm@gnu.org>
16178
16179 * Makefile.in (autoloads): Do not use abs_lisp.
16180
16181 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
16182 `newline' does not respect `standard-output', so use `princ'.
16183
16184 2013-10-30 Alp Aker <alp.tekin.aker@gmail.com>
16185
16186 Ensure unmarking in buffer menu clears 'S' marks. (Bug#15761)
16187 * buff-menu.el (Buffer-menu--unmark): New function.
16188 (Buffer-menu-unmark, Buffer-menu-backup-unmark): Use it.
16189
16190 2013-10-30 Glenn Morris <rgm@gnu.org>
16191
16192 * Makefile.in (AUTOGENEL): Add org/org-loaddefs.el.
16193
16194 * emacs-lisp/package.el (lm-homepage): Declare.
16195
16196 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink):
16197 Fix doc typos.
16198
16199 * vc/pcvs.el (cvs-status-cvstrees): Autoload to silence compiler.
16200
16201 * Makefile.in (finder-data, autoloads, update-subdirs)
16202 (compile-main, compile-clean, compile-always, bootstrap-clean):
16203 Check return value of cd.
16204 (compile-calc): Remove.
16205
16206 2013-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
16207
16208 * simple.el (copy-region-as-kill): Fix call to region-extract-function.
16209
16210 * emacs-lisp/bytecomp.el (byte-defop-compiler): Add new `2-and' handler.
16211 (byte-compile-and-folded): New function.
16212 (=, <, >, <=, >=): Use it.
16213
16214 * dos-w32.el (minibuffer-history-case-insensitive-variables)
16215 (path-separator, null-device, buffer-file-coding-system)
16216 (lpr-headers-switches): Check system-type before modifying them.
16217 (find-buffer-file-type-coding-system): Mark obsolete.
16218 (w32-find-file-not-found-set-buffer-file-coding-system): Rename from
16219 find-file-not-found-set-buffer-file-coding-system.
16220 (w32-untranslated-filesystem-list, w32-untranslated-canonical-name)
16221 (w32-add-untranslated-filesystem, w32-remove-untranslated-filesystem)
16222 (w32-direct-print-region-use-command-dot-com, w32-untranslated-file-p)
16223 (w32-direct-print-region-helper, w32-direct-print-region-function)
16224 (w32-direct-ps-print-region-function): Rename by adding a "w32-" prefix.
16225 * startup.el (normal-top-level-add-subdirs-to-load-path):
16226 * ps-print.el (ps-print-region-function):
16227 * lpr.el (print-region-function): Use new name.
16228
16229 * subr.el (custom-declare-variable-early): Remove function.
16230 (custom-declare-variable-list): Remove var.
16231 (error, user-error): Remove `while' loop.
16232 (read-quoted-char-radix, read-quoted-char): Move to simple.el.
16233 (user-emacs-directory-warning, locate-user-emacs-file):
16234 Move to files.el.
16235 * simple.el (read-quoted-char-radix, read-quoted-char):
16236 * files.el (user-emacs-directory-warning, locate-user-emacs-file):
16237 Move from subr.el.
16238 * custom.el (custom-declare-variable-list): Don't process
16239 custom-declare-variable-list.
16240
16241 * progmodes/python.el (python-shell-get-buffer): New function.
16242 (python-shell-get-process): Use it.
16243 (python-shell-send-string): Always use utf-8 and add a cookie to tell
16244 Python which encoding was used. Don't split-string since we only care
16245 about the first line. Return the temp-file, if applicable.
16246 (python-shell-send-region): Tell compile.el how to turn locations in
16247 the temp-file into locations in the source buffer.
16248
16249 2013-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
16250
16251 * subr.el (undefined): Add missing behavior from the C code for
16252 unbound keys.
16253
16254 * rect.el: Use lexical-binding. Add new rectangular region support.
16255 (rectangle-mark): New command.
16256 (rectangle--region): New var.
16257 (deactivate-mark-hook): Reset rectangle--region.
16258 (rectangle--extract-region, rectangle--insert-for-yank)
16259 (rectangle--highlight-for-redisplay)
16260 (rectangle--unhighlight-for-redisplay): New functions.
16261 (region-extract-function, redisplay-unhighlight-region-function)
16262 (redisplay-highlight-region-function): Use them to handle
16263 rectangular region.
16264 * simple.el (region-extract-function): New var.
16265 (delete-backward-char, delete-forward-char, deactivate-mark): Use it.
16266 (kill-new, kill-append): Remove obsolete `yank-handler' argument.
16267 (kill-region): Replace obsolete `yank-handler' arg with `region'.
16268 (copy-region-as-kill, kill-ring-save): Add `region' argument.
16269 (redisplay-unhighlight-region-function)
16270 (redisplay-highlight-region-function): New vars.
16271 (redisplay--update-region-highlight): New function.
16272 (pre-redisplay-function): Use it.
16273 (exchange-point-and-mark): Don't deactivate the mark before
16274 reactivate-it anyway.
16275 * comint.el (comint-kill-region): Remove yank-handler argument.
16276 * delsel.el (delete-backward-char, backward-delete-char-untabify)
16277 (delete-char): Remove property, since it's now part of their
16278 default behavior.
16279 (self-insert-iso): Remove property since this command doesn't exist.
16280
16281 * emacs-lisp/package.el (package--download-one-archive)
16282 (describe-package-1): Don't query the user about final newline.
16283
16284 2013-10-29 Daniel Colascione <dancol@dancol.org>
16285
16286 * net/tramp.el (tramp-methods): Document new functionality.
16287 * net/tramp-sh.el (tramp-compute-multi-hops): Punt to
16288 tramp-hostname-checker if method provides one instead of scanning
16289 argument list for "%h" to decide hostname acceptability.
16290
16291 2013-10-28 Michael Albinus <michael.albinus@gmx.de>
16292
16293 * net/tramp-sh.el (tramp-sh-handle-copy-directory):
16294 * net/tramp-smb.el (tramp-smb-handle-copy-directory):
16295 Handle COPY-CONTENTS. (Bug#15737)
16296
16297 2013-10-28 Daiki Ueno <ueno@gnu.org>
16298
16299 * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
16300 Document that this option has no effect with GnuPG 2.0 (bug#15552).
16301
16302 2013-10-27 Xue Fuqiao <xfq.free@gmail.com>
16303
16304 * image.el (defimage, image-load-path): Doc fixes.
16305
16306 2013-10-27 Alan Mackenzie <acm@muc.de>
16307
16308 Indent statements in macros following "##" correctly.
16309 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
16310 Modify the "#" arm of a cond form to handle "#" and "##" operators.
16311
16312 2013-10-27 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
16313
16314 * linum.el (linum-update-window): Fix boundary test (bug#13446).
16315
16316 2013-10-27 Dmitry Gutov <dgutov@yandex.ru>
16317
16318 * progmodes/ruby-mode.el (ruby-smie--bosp): Anything that goes
16319 after `=' is probably a new expression.
16320
16321 2013-10-27 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
16322
16323 * man.el (man-imenu-title): New option.
16324 (Man-mode-map): Add menu. (Bug#15722)
16325 (Man-mode): Add imenu to menu.
16326
16327 2013-10-26 Dmitry Gutov <dgutov@yandex.ru>
16328
16329 * progmodes/ruby-mode.el (ruby-smie--args-separator-p): Be more
16330 specific in what the first arg can be: a non-keyword word,
16331 string/regexp/percent literal opener, opening paren, or unary
16332 operator followed directly by word.
16333
16334 2013-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
16335
16336 * progmodes/prolog.el: Remove old indent; use post-self-insert-hook.
16337 (prolog-align-comments-flag, prolog-indent-mline-comments-flag)
16338 (prolog-object-end-to-0-flag, prolog-electric-newline-flag)
16339 (prolog-electric-tab-flag, prolog-use-prolog-tokenizer-flag):
16340 Remove vars, they do not apply any more.
16341 (prolog-mode-abbrev-table): Remove redundant declaration.
16342 (prolog-upper-case-string, prolog-lower-case-string): Remove.
16343 (prolog-use-smie): Remove.
16344 (prolog-smie-rules): Add indentation rule for the if-then-else layout
16345 supported by prolog-electric-if-then-else-flag.
16346 (prolog-mode-variables, prolog-menu): Use setq-local.
16347 (prolog-mode-keybindings-edit): Don't rebind M-C-p and M-C-n.
16348 Remove binding to `Backspace' since this key doesn't exist anyway.
16349 Remove bindings for electric self-inserting keys.
16350 (prog-mode): Assume it's defined.
16351 (prolog-post-self-insert): New function.
16352 (prolog-mode): Use it.
16353 (prolog-indent-line, prolog-indent-level)
16354 (prolog-find-indent-of-matching-paren)
16355 (prolog-indentation-level-of-line, prolog-goto-comment-column)
16356 (prolog-paren-is-the-first-on-line-p, prolog-region-paren-balance)
16357 (prolog-goto-next-paren, prolog-in-string-or-comment)
16358 (prolog-tokenize, prolog-inside-mline-comment)
16359 (prolog-find-start-of-mline-comment): Remove functions.
16360 (prolog-find-unmatched-paren, prolog-clause-end)
16361 (prolog-guess-fill-prefix, prolog-get-predspec): Use syntax-ppss.
16362 (prolog-electric--if-then-else): Rename from
16363 prolog-insert-spaces-after-paren; use prolog-electric-if-then-else-flag.
16364 (prolog-tokenize-searchkey): Remove const.
16365 (prolog-clause-info): Use forward-sexp.
16366 (prolog-forward-list, prolog-backward-list, prolog-electric-delete)
16367 (prolog-electric-if-then-else): Remove commands.
16368 (prolog-electric--colon): Rename from prolog-electric-colon; adapt it
16369 for use in post-self-insert-hook.
16370 (prolog-electric--dash): Rename from prolog-electric-dash; adapt it
16371 for use in post-self-insert-hook.
16372 (prolog-electric--dot): Rename from prolog-electric-dot; adapt it
16373 for use in post-self-insert-hook.
16374 (prolog-electric--underscore): Rename from prolog-electric--underscore;
16375 adapt it for use in post-self-insert-hook.
16376
16377 2013-10-25 Michael Albinus <michael.albinus@gmx.de>
16378
16379 * emacs-lisp/ert.el (ert-run-tests-interactively):
16380 Use `completing-read'. (Bug#9756)
16381
16382 2013-10-25 Eli Zaretskii <eliz@gnu.org>
16383
16384 * simple.el (line-move): Call line-move-1 instead of
16385 line-move-visual when the current window hscroll is zero, but
16386 temporary-goal-column indicates we will need to hscroll as result
16387 of the movement. (Bug#15712)
16388
16389 2013-10-25 Dmitry Gutov <dgutov@yandex.ru>
16390
16391 * progmodes/ruby-mode.el (ruby-mode-menu): Use proper
16392 capitalization. Use :visible instead of :active.
16393 Fix `ruby-indent-exp' reference. Add menu items for the generic
16394 commands that are used with SMIE.
16395 (ruby-do-end-to-brace): Insert space after `{'.
16396
16397 2013-10-25 John Anthony <john@jo.hnanthony.com>
16398
16399 * progmodes/ruby-mode.el (ruby-mode-menu): Add a menu. (Bug#15600)
16400
16401 * progmodes/inf-lisp.el (inferior-lisp-menu): Add a menu. (Bug#15599)
16402
16403 2013-10-25 Glenn Morris <rgm@gnu.org>
16404
16405 * vc/vc.el (vc-print-log): Don't use a working revision unless
16406 one was explicitly specified. (Bug#15322)
16407
16408 2013-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
16409
16410 * subr.el (add-to-list): Preserve return value in compiler-macro
16411 (bug#15692).
16412
16413 2013-10-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
16414
16415 * progmodes/octave.el (octave-lookfor): Handle empty lookfor
16416 result. Ask user to retry using '-all' flag. (Bug#15701)
16417
16418 2013-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
16419
16420 * emacs-lisp/smie.el: New smie-config system.
16421 (smie-config): New defcustom.
16422 (smie-edebug, smie-config-show-indent, smie-config-set-indent)
16423 (smie-config-guess, smie-config-save): New commands.
16424 (smie-config--mode-local, smie-config--buffer-local)
16425 (smie-config--trace, smie-config--modefuns): New vars.
16426 (smie-config--advice, smie-config--mode-hook)
16427 (smie-config--setter, smie-config-local, smie-config--get-trace)
16428 (smie-config--guess-value, smie-config--guess): New functions.
16429 (smie-indent-forward-token, smie-indent-backward-token): Don't copy
16430 text properties. Treat "string fence" syntax like string syntax.
16431
16432 * progmodes/sh-script.el (sh-use-smie): Change default.
16433 (sh-smie-sh-rules, sh-smie-rc-rules): Obey legacy sh-indent-* vars.
16434 (sh-var-value): Simplify by CSE.
16435 (sh-show-indent, sh-set-indent, sh-learn-line-indent)
16436 (sh-learn-buffer-indent): Redirect to their SMIE equivalent when SMIE
16437 is used.
16438 (sh-guess-basic-offset): Use cl-incf.
16439 (sh-guess-basic-offset): Use push+nreverse to avoid O(n^2).
16440
16441 2013-10-24 Helmut Eller <eller.helmut@gmail.com>
16442
16443 * emacs-lisp/lisp-mode.el (lisp-cl-font-lock-keywords-2): Fix cut&paste
16444 (bug#15699).
16445
16446 2013-10-24 Glenn Morris <rgm@gnu.org>
16447
16448 * Makefile.in (abs_top_srcdir): Remove.
16449 (update-subdirs): Use relative path to update-subdirs.
16450
16451 2013-10-24 Eli Zaretskii <eliz@gnu.org>
16452
16453 * Makefile.in ($(MH_E_DIR)/mh-loaddefs.el)
16454 ($(TRAMP_DIR)/tramp-loaddefs.el, $(CAL_DIR)/cal-loaddefs.el)
16455 ($(CAL_DIR)/diary-loaddefs.el, $(CAL_DIR)/hol-loaddefs.el):
16456 Call unmsys--file-name before expand-file-name, not after it.
16457
16458 2013-10-24 Michael Albinus <michael.albinus@gmx.de>
16459
16460 * emacs-lisp/ert.el (ert-deftest): Bind macro `skip-unless'.
16461 (ert-test-skipped): New error.
16462 (ert-skip, ert-stats-skipped): New defuns.
16463 (ert--skip-unless): New macro.
16464 (ert-test-skipped): New struct.
16465 (ert--run-test-debugger, ert-test-result-type-p)
16466 (ert-test-result-expected-p, ert--stats, ert-stats-completed)
16467 (ert--stats-set-test-and-result, ert-char-for-test-result)
16468 (ert-string-for-test-result, ert-run-tests-batch)
16469 (ert--results-update-ewoc-hf, ert-run-tests-interactively):
16470 Handle skipped tests. (Bug#9803)
16471
16472 2013-10-24 Glenn Morris <rgm@gnu.org>
16473
16474 * Makefile.in (check-declare): Remove unnecessary path in -l argument.
16475
16476 * Makefile.in (abs_top_srcdir): New, set by configure.
16477 (update-subdirs): Correct build-aux location.
16478
16479 2013-10-24 Dmitry Gutov <dgutov@yandex.ru>
16480
16481 * vc/vc.el (vc-print-root-log): Always set `default-directory'
16482 value, whether we could auto-deduce `backend', or not.
16483
16484 * progmodes/ruby-mode.el (ruby-smie-rules): Fix the "curly block
16485 with parameters" example. Simplify the "is it block or is it
16486 hash" check, but also make it more thorough.
16487
16488 2013-10-23 Masashi Fujimoto <masfj.dev@gmail.com> (tiny change)
16489
16490 * battery.el (battery-pmset): Handle OS X Mavericks. (Bug#15694)
16491
16492 2013-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
16493
16494 * progmodes/ruby-mode.el (ruby-smie-rules): Only align with parent of
16495 { if it is hanging.
16496
16497 * progmodes/ruby-mode.el (ruby-smie-rules): Don't return 0 for
16498 :before ";".
16499
16500 2013-10-23 Jed Brown <jed@59A2.org> (tiny change)
16501
16502 * progmodes/compile.el (compilation-directory-matcher)
16503 (compilation-page-delimiter):
16504 Support GNU Make-4.0 directory quoting. (Bug#15678)
16505
16506 2013-10-23 Leo Liu <sdl.web@gmail.com>
16507
16508 * ido.el (ido-tidy): Handle read-only text.
16509
16510 2013-10-23 Glenn Morris <rgm@gnu.org>
16511
16512 * Makefile.in (abs_srcdir, abs_lisp): New, set by configure.
16513 (emacs, compile, compile-always):
16514 Quote entities that might contain whitespace.
16515 (custom-deps, finder-data, autoloads): Use abs_lisp.
16516 ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
16517 ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
16518 ($(CAL_DIR)/hol-loaddefs.el): Manually expand target file name.
16519
16520 2013-10-23 Dmitry Gutov <dgutov@yandex.ru>
16521
16522 * progmodes/ruby-mode.el (ruby-smie--at-dot-call):
16523 Use `following-char'.
16524
16525 2013-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
16526
16527 * emacs-lisp/smie.el (smie-rule-parent): Fix opener-test.
16528 * progmodes/ruby-mode.el (ruby-smie-rules):
16529 Remove corresponding workaround. Fix indentation rule of ";" so it
16530 also applies when ";" is the parent.
16531
16532 2013-10-22 Xue Fuqiao <xfq.free@gmail.com>
16533
16534 * frame.el (display-screens, display-pixel-height)
16535 (display-pixel-width, display-mm-width, display-backing-store)
16536 (display-save-under, display-planes, display-color-cells)
16537 (display-visual-class, display-monitor-attributes-list):
16538 Mention the optional ‘display’ argument in doc strings.
16539
16540 2013-10-22 Michael Gauland <mikelygee@amuri.net>
16541
16542 * progmodes/ebnf2ps.el (ebnf-prologue): Avoid PS error with some
16543 viewers such as evince when ebnf-production-name-p is nil. (Bug#15625)
16544
16545 2013-10-21 Dmitry Gutov <dgutov@yandex.ru>
16546
16547 * progmodes/ruby-mode.el (ruby-smie-grammar): Remove outdated
16548 TODO. Add "." after " @ ".
16549 (ruby-smie--at-dot-call): New function. Checks if point at method
16550 call with explicit target.
16551 (ruby-smie--forward-token, ruby-smie--backward-token): Prepend "."
16552 to the method name tokens when it precedes them.
16553 (ruby-smie--backward-id, ruby-smie--forward-id): Remove.
16554 (ruby-smie-rules): Add rule for indentation before and after "."
16555 token.
16556
16557 2013-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
16558
16559 * textmodes/remember.el (remember-diary-extract-entries):
16560 Avoid add-to-list.
16561
16562 * progmodes/ruby-mode.el (ruby-smie-rules): Indent after + used as
16563 an instruction.
16564
16565 2013-10-21 Dmitry Gutov <dgutov@yandex.ru>
16566
16567 * progmodes/ruby-mode.el (ruby-smie-grammar):
16568 Add (almost) all infix operators.
16569 (ruby-smie--implicit-semi-p): Add new operator chars.
16570
16571 * progmodes/ruby-mode.el (ruby-mode-map): Add binding for
16572 `smie-down-list'.
16573 (ruby-smie--args-separator-p): Check that there's no newline
16574 between method call and its arguments.
16575
16576 2013-10-20 Alan Mackenzie <acm@muc.de>
16577
16578 Allow comma separated lists after Java "implements".
16579
16580 * progmodes/cc-engine.el (c-backward-over-enum-header):
16581 Parse commas.
16582 * progmodes/cc-fonts.el (c-basic-matchers-after): Remove comma
16583 from a "disallowed" list in enum fontification.
16584
16585 2013-10-20 Johan Bockgård <bojohan@gnu.org>
16586
16587 * startup.el (default-frame-background-mode): Remove unused defvar.
16588
16589 * progmodes/verilog-mode.el (verilog-mode): Don't set
16590 comment-indent-function globally.
16591
16592 2013-10-20 Jan Djärv <jan.h.d@swipnet.se>
16593
16594 * menu-bar.el: Put help-menu in menu-bar-final-items unconditionally.
16595 Move Info menu item creation to ns-win.el.
16596
16597 * term/ns-win.el (ns-initialize-window-system): Rename Help to Info
16598 in menu bar.
16599
16600 * menu-bar.el: Move GNUstep specific menus...
16601
16602 * term/ns-win.el (ns-initialize-window-system): ... to here.
16603
16604 2013-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
16605
16606 * simple.el (newline): Only run post-self-insert-hook when
16607 called interactively.
16608
16609 2013-10-19 Johan Bockgård <bojohan@gnu.org>
16610
16611 * icomplete.el (icomplete-with-completion-tables): Add :version.
16612
16613 2013-10-19 Alan Mackenzie <acm@muc.de>
16614
16615 Fix fontification bugs with constructors and const.
16616
16617 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): (Just after
16618 CASE 2) Remove the check for the absence of a suffix construct
16619 after a function declaration with only types (no identifiers) in
16620 the parentheses. Also, accept a function declaration with just a
16621 type inside the parentheses, if this type can be positively
16622 recognised as such, or if a prefix keyword like "explicit" nails
16623 down the construct as a declaration.
16624
16625 2013-10-19 Eli Zaretskii <eliz@gnu.org>
16626
16627 * menu-bar.el (tty-menu-navigation-map): Bind mouse-N to perform
16628 TTY menu actions and down-mouse-N to tty-menu-ignore. This solves
16629 the problem whereby selecting a menu item that leads to a
16630 minibuffer prompt moves the cursor out of the minibuffer window,
16631 making it hard to type at the prompt. Suggested by Stefan Monnier
16632 <monnier@iro.umontreal.ca>.
16633
16634 2013-10-19 Jan Djärv <jan.h.d@swipnet.se>
16635
16636 * menu-bar.el: Don't make Services menu.
16637
16638 2013-10-19 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
16639
16640 * ffap.el: Handle "/usr/include/c++/<version>" directories.
16641 (ffap-alist): Use ffap-c++-mode for c++-mode.
16642 (ffap-c++-path): New variable.
16643 (ffap-c++-mode): New function.
16644
16645 2013-10-19 Joe Vornehm Jr. <joe.vornehm@gmail.com> (tiny change)
16646
16647 * ido.el (dired-other-frame): Only list directories. (Bug#15638)
16648
16649 2013-10-18 Michael Albinus <michael.albinus@gmx.de>
16650
16651 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Fix an error
16652 introduced on 2013-09-08, which results in an infinite loop
16653 requesting a password.
16654
16655 2013-10-18 Glenn Morris <rgm@gnu.org>
16656
16657 * progmodes/verilog-mode.el (verilog-case-fold): Add :version.
16658
16659 2013-10-18 Wilson Snyder <wsnyder@wsnyder.org>
16660
16661 Sync with upstream verilog-mode revision 1a6ecec7.
16662 * progmodes/verilog-mode.el (verilog-mode-version): Update.
16663 (verilog-mode-release-date): Remove.
16664 (verilog-highlight-grouping-keywords, verilog-active-low-regexp)
16665 (verilog-auto-inst-param-value, verilog-auto-input-ignore-regexp)
16666 (verilog-auto-inout-ignore-regexp, verilog-auto-output-ignore-regexp)
16667 (verilog-auto-tieoff-ignore-regexp)
16668 (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp)
16669 (verilog-scan-cache-preserving, verilog-mode, verilog-at-struct-p)
16670 (verilog-signals-with, verilog-dir-cache-preserving)
16671 (verilog-auto-inst, verilog-auto-inout-param, verilog-auto):
16672 Doc fixes.
16673 (verilog-case-fold): New option, to control case folding in
16674 regexp searches, bug597.
16675 (verilog-menu): Add verilog-sk-uvm-component, minor tweaks.
16676 (verilog-string-match-fold, verilog-in-paren-count)
16677 (verilog-in-struct-nested-p, verilog-at-struct-mv-p)
16678 (verilog-at-close-struct-p): New functions.
16679 (verilog-beg-block-re-ordered, verilog-extended-case-re)
16680 (verilog-forward-sexp, verilog-set-auto-endcomments)
16681 (verilog-leap-to-case-head): Handle "unique0" case.
16682 (verilog-in-constraint-re): New constant.
16683 (verilog-keywords, verilog-type-font-keywords):
16684 Add some SystemVerilog 1800-2012 keywords.
16685 (verilog-label-be): Remove unimplemented argument, bug669.
16686 (verilog-batch-execute-func): When batch expanding clear
16687 create-lockfiles to prevent spurious user locks when a file ends
16688 up not changing.
16689 (verilog-calculate-indent, verilog-calc-1)
16690 (verilog-at-close-constraint-p, verilog-at-constraint-p)
16691 (verilog-do-indent): Fix indentation of nested constraints
16692 and structures.
16693 (verilog-sig-tieoff, verilog-typedef-name-p, verilog-auto-inst)
16694 (verilog-auto-inst-param): Use verilog-string-match-fold.
16695 (verilog-read-inst-module-matcher):
16696 Fix AUTOINST on gate primitives with #1.
16697 (verilog-read-decls): Fix double-declaring user-defined typed signals.
16698 Reads all user-defined typed variables.
16699 (verilog-read-defines): Fix reading definitions inside comments, bug647.
16700 (verilog-signals-matching-regexp)
16701 (verilog-signals-not-matching-regexp, verilog-auto):
16702 Respect verilog-case-fold.
16703 (verilog-diff-report): Fix line count.
16704 (verilog-auto-assign-modport): Remove unused local `modi'.
16705 (verilog-auto-inst-port): Support [][] in AUTO_TEMPLATE to
16706 better handle multidimensional arrays.
16707 Fix packed array ports misadding bit index in AUTOINST, bug637.
16708 (verilog-auto-output, verilog-auto-input): Fix AUTOINPUT and AUTOOUTPUT
16709 to not double-declare existing outputs and inputs, respectively.
16710 (verilog-template-map): Bind U to verilog-sk-uvm-component.
16711 (verilog-sk-uvm-object): Rename from verilog-sk-uvm-class.
16712 (verilog-sk-uvm-component): New skeleton.
16713 (verilog-submit-bug-report): Add verilog-case-fold,
16714 remove verilog-mode-release-date.
16715
16716 2013-10-17 Barry O'Reilly <gundaetiapo@gmail.com>
16717
16718 * subr.el (sit-for): Call (input-pending-p t) so as to behave
16719 as before.
16720
16721 2013-10-18 Reuben Thomas <rrt@sc3d.org>
16722
16723 * textmodes/remember.el (remember): Set buffer-offer-save in
16724 remember buffers (bug#13566).
16725
16726 2013-10-18 Daniel Colascione <dancol@dancol.org>
16727
16728 When evaluating forms in ielm, direct standard output to ielm
16729 buffer. Add new ielm-return-for-effect command. Remove trailing
16730 whitespace throughout.
16731
16732 * ielm.el (ielm-map): Bind M-RET to ielm-return-for-effect.
16733 (ielm-return-for-effect): New command.
16734 (ielm-send-input): Accept optional `for-effect' parameter.
16735 (ielm-eval-input): Accept optional `for-effect' parameter.
16736 Bind `standard-output' to stream we create using
16737 `ielm-standard-output-impl'. Suppress printing result when
16738 `for-effect'.
16739 (ielm-standard-output-impl): New function.
16740 (inferior-emacs-lisp-mode): Explain new features in documentation.
16741
16742 2013-10-17 Michael Albinus <michael.albinus@gmx.de>
16743
16744 Code cleanup.
16745
16746 * net/tramp.el (tramp-debug-message): Do not check for connection
16747 buffer.
16748 (tramp-message): Use "vector" connection property.
16749
16750 * net/tramp.el (tramp-rfn-eshadow-update-overlay)
16751 (tramp-equal-remote, tramp-eshell-directory-change)
16752 * net/tramp-adb.el (tramp-adb-handle-copy-file)
16753 (tramp-adb-handle-rename-file)
16754 * net/tramp-cmds.el (tramp-list-remote-buffers)
16755 (tramp-cleanup-connection, tramp-cleanup-this-connection)
16756 * net/tramp-compat.el (tramp-compat-process-running-p)
16757 * net/tramp-ftp.el (tramp-ftp-file-name-handler)
16758 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file)
16759 (tramp-gvfs-handle-rename-file)
16760 * net/tramp-sh.el (tramp-sh-handle-set-file-times)
16761 (tramp-set-file-uid-gid)
16762 * net/tramp-smb.el (tramp-smb-handle-copy-file)
16763 (tramp-smb-handle-rename-file): Use `tramp-tramp-file-p' instead
16764 of `file-remote-p'.
16765
16766 * net/tramp.el (tramp-connectable-p, tramp-handle-file-remote-p)
16767 * net/tramp-gw.el (tramp-gw-gw-proc-sentinel)
16768 (tramp-gw-aux-proc-sentinel, tramp-gw-process-filter)
16769 (tramp-gw-open-network-stream): Suppress unrelated traces.
16770
16771 * net/tramp-adb.el (tramp-adb-maybe-open-connection)
16772 * net/tramp-gvfs.el (tramp-gvfs-handle-file-notify-add-watch)
16773 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
16774 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Set "vector"
16775 connection property.
16776
16777 * net/tramp-cache.el (top): Suppress traces when reading
16778 persistency file.
16779
16780 * net/tramp-sh.el (tramp-sh-handle-file-notify-add-watch):
16781 Refactor common code. Improve debug message.
16782 (tramp-maybe-open-connection)
16783 * net/tramp-smb.el (tramp-smb-call-winexe): Do not request
16784 connection buffer too early.
16785
16786 * net/tramp-smb.el (tramp-smb-actions-get-acl): New defconst, renamed
16787 from `tramp-smb-actions-with-acl'.
16788 (tramp-smb-actions-set-acl): New defconst.
16789 (tramp-smb-handle-copy-directory)
16790 (tramp-smb-action-get-acl): New defun, renamed from
16791 `tramp-smb-action-with-acl'.
16792 (tramp-smb-action-set-acl): New defun.
16793 (tramp-smb-handle-set-file-acl): Rewrite.
16794
16795 2013-10-17 Glenn Morris <rgm@gnu.org>
16796
16797 * indent.el (indent-rigidly): Fix 2013-10-08 change. (Bug#15635)
16798
16799 2013-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
16800
16801 * skeleton.el (skeleton-newline): Remove.
16802 (skeleton-internal-1): Use (insert "\n") instead.
16803
16804 * emacs-lisp/lisp.el (lisp-completion-at-point): Complete var names for
16805 let-bindings.
16806
16807 * progmodes/sh-script.el (sh-find-prev-matching): Disable SMIE's
16808 forward-sexp-function while we redo its job (bug#15613).
16809
16810 2013-10-17 Jay Belanger <jay.p.belanger@gmail.com>
16811
16812 * calc/calc-comb.el (math-prime-test): Don't assume large integers are
16813 represented by lists.
16814
16815 2013-10-16 Glenn Morris <rgm@gnu.org>
16816
16817 * tmm.el (tmm--history): New dynamic variable.
16818 (tmm-prompt): Use tmm--history in place of `history'. (Bug#15623)
16819
16820 2013-10-16 Michael Albinus <michael.albinus@gmx.de>
16821
16822 * net/tramp-smb.el (tramp-smb-acl-program): New customer option.
16823 (tramp-smb-errors): Add error messages.
16824 (tramp-smb-actions-with-acl): New defconst.
16825 (tramp-smb-file-name-handler-alist) <set-file-acl>: Add handler.
16826 (tramp-smb-action-with-acl, tramp-smb-handle-set-file-acl): New defuns.
16827 (tramp-smb-handle-file-acl): Rewrite, using "smbcacls".
16828 (tramp-smb-handle-file-attributes): Simplify test for "stat" capability.
16829 (tramp-smb-get-stat-capability): Fix tests.
16830
16831 2013-10-16 Dima Kogan <dima@secretsauce.net> (tiny change)
16832
16833 * progmodes/subword.el (subword-capitalize): Fix Stefan's mess
16834 (bug#15580).
16835
16836 2013-10-16 Glenn Morris <rgm@gnu.org>
16837
16838 * ansi-color.el (ansi-color-drop-regexp):
16839 Add 1J, 1K, 2K. (Bug#15617)
16840
16841 * files.el (hack-local-variables--warned-lexical): New.
16842 (hack-local-variables):
16843 Warn about misplaced lexical-binding. (Bug#15616)
16844
16845 * net/eww.el (eww-render): Always set eww-current-url,
16846 and update header line. (Bug#15622)
16847 (eww-display-html): ... Rather than just doing it here.
16848
16849 2013-10-15 Eli Zaretskii <eliz@gnu.org>
16850
16851 * menu-bar.el (tty-menu-navigation-map): Bind mouse wheels to TTY
16852 menu navigations commands.
16853
16854 2013-10-14 Dima Kogan <dima@secretsauce.net> (tiny change)
16855
16856 * progmodes/subword.el (subword-capitalize): Be careful when
16857 the search for [[:alpha:]] fails (bug#15580).
16858
16859 2013-10-14 Eli Zaretskii <eliz@gnu.org>
16860
16861 * menu-bar.el (tty-menu-navigation-map): Bind shifted mouse clicks
16862 to commands that scroll the menu.
16863
16864 2013-10-14 Dmitry Gutov <dgutov@yandex.ru>
16865
16866 * progmodes/ruby-mode.el (ruby-smie--args-separator-p):
16867 Handle methods ending with `?' and `!'.
16868
16869 2013-10-14 Akinori MUSHA <knu@iDaemons.org>
16870
16871 * progmodes/ruby-mode.el (ruby-encoding-map): Add a mapping from
16872 `japanese-cp932' to `cp932' to fix the problem where saving a
16873 source file written in Shift_JIS twice would end up having
16874 `coding: japanese-cp932' which Ruby could not recognize.
16875 (ruby-mode-set-encoding): Add support for encodings mapped to nil
16876 in `ruby-encoding-map'.
16877 (ruby-encoding-map): Map `us-ascii' to nil by default, meaning it
16878 doesn't need to be explicitly declared in magic comment.
16879 (ruby-encoding-map): Add type declaration for better customize UI.
16880
16881 2013-10-13 Glenn Morris <rgm@gnu.org>
16882
16883 * progmodes/sh-script.el (sh-mark-line, sh-learn-buffer-indent):
16884 Occur buffers are read-only. http://bugs.debian.org/720775
16885
16886 * emacs-lisp/authors.el (authors-fixed-entries):
16887 Comment out old alpha stuff.
16888
16889 2013-10-13 Dmitry Gutov <dgutov@yandex.ru>
16890
16891 * progmodes/ruby-mode.el (ruby-mode): Add `ruby-mode-set-encoding'
16892 to `after-save-hook' instead of `before-save-hook'.
16893 (ruby-mode-set-encoding): Use the value of coding system used to
16894 write the file. Call `basic-save-buffer-1' after modifying the
16895 buffer.
16896
16897 2013-10-13 Alan Mackenzie <acm@muc.de>
16898
16899 Fix indentation/fontification of Java enum with
16900 "implements"/generic.
16901
16902 * progmodes/cc-engine.el (c-backward-over-enum-header):
16903 Extracted from the three other places and enhanced to handle generics.
16904 (c-inside-bracelist-p): Uses new function above.
16905 * progmodes/cc-fonts.el (c-font-lock-declarations): Uses new
16906 function above.
16907 (c-font-lock-enum-tail): Uses new function above.
16908
16909 2013-10-13 Kenichi Handa <handa@gnu.org>
16910
16911 * international/mule-cmds.el (select-safe-coding-system): Remove a
16912 superfluous condition in chekcing whether a coding system is safe
16913 or not.
16914
16915 2013-10-13 Oleh Krehel <ohwoeowho@gmail.com>
16916
16917 * replace.el (how-many): Fix rstart and !rend case. (Bug#15589)
16918
16919 2013-10-13 Andreas Politz <politza@hochschule-trier.de>
16920
16921 * progmodes/sql.el (sql-add-product): Fix paren typo. (Bug#15435)
16922
16923 2013-10-13 Glenn Morris <rgm@gnu.org>
16924
16925 * menu-bar.el (menu-bar-update-buffers):
16926 Unify Buffers menu prompt string. (Bug#15576)
16927
16928 * face-remap.el (text-scale-adjust): Doc fix. (Bug#15434)
16929
16930 * emacs-lisp/authors.el (authors-aliases, authors-ignored-files):
16931 Add some entries.
16932 (authors-fixed-entries): Use accented form of name.
16933
16934 2013-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
16935
16936 * progmodes/ruby-mode.el (ruby-smie-grammar): Add rule for paren-free
16937 method calls (bug#15594).
16938 (ruby-smie--args-separator-p): New function.
16939 (ruby-smie--forward-token, ruby-smie--backward-token): Use it to
16940 recognize paren-free method calls.
16941
16942 * isearch.el (isearch-pre-command-hook): Don't build in knowledge about
16943 internals of universal-argument.
16944
16945 2013-10-11 Eli Zaretskii <eliz@gnu.org>
16946
16947 * menu-bar.el (tty-menu-navigation-map): Remap F10 to tty-menu-exit.
16948 Bind all menu-bar sequences to tty-menu-exit -- this pops down a
16949 dropped menu on second mouse click on the menu bar.
16950
16951 2013-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
16952
16953 * progmodes/sh-script.el: Provide simpl(e|istic) completion.
16954 (explicit-shell-file-name): Declare.
16955 (sh--vars-before-point, sh--cmd-completion-table): New functions.
16956 (sh-completion-at-point-function): New function.
16957 (sh-mode): Use it.
16958 (sh-smie--keyword-p): Remove unused argument.
16959 (sh-smie-sh-backward-token, sh-smie-rc-backward-token): Remove unused
16960 vars.
16961 (sh-set-shell): Always setup SMIE, even if we use the
16962 old indentation code.
16963
16964 2013-10-11 Dmitry Gutov <dgutov@yandex.ru>
16965
16966 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Split the
16967 cases of ? and =.
16968 (ruby-smie-rules): Simplify the "do" rule. The cases when the
16969 predicate would return nil are almost non-existent.
16970 (ruby-smie--redundant-do-p): Include "until" and "for" statements.
16971
16972 * emacs-lisp/smie.el (smie--matching-block-data): Invalidate the
16973 cache also after commands that modify the buffer but don't move
16974 point.
16975
16976 2013-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
16977
16978 * env.el (substitute-env-in-file-name): New function.
16979 (substitute-env-vars): Extend the meaning of the optional arg.
16980
16981 2013-10-10 Eli Zaretskii <eliz@gnu.org>
16982
16983 * term/w32-win.el (dynamic-library-alist): Define separate lists
16984 of GIF DLLs for versions before and after 5.0.0 of giflib.
16985 (Bug#15531)
16986
16987 2013-10-10 João Távora <joaotavora@gmail.com>
16988
16989 * vc/vc.el (vc-diff-build-argument-list-internal): If the file is
16990 not locked, use last revision and current source as
16991 defaults. (Bug#15569)
16992
16993 2013-10-10 Masatake YAMATO <yamato@redhat.com>
16994
16995 * menu-bar.el (menu-bar-open): Don't use popup-menu if
16996 menu-bar is hidden.
16997
16998 2013-10-10 Martin Rudalics <rudalics@gmx.at>
16999
17000 * window.el (pop-to-buffer-same-window): Fix doc-string.
17001 (Bug#15492)
17002
17003 2013-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
17004
17005 * menu-bar.el (tty-menu-navigation-map): Reduce redundancy.
17006
17007 2013-10-10 Andrei Chițu <andrei.chitu1@gmail.com> (tiny change)
17008
17009 * calendar/icalendar.el (icalendar-import-file):
17010 Fix interactive spec. (Bug#15482)
17011
17012 2013-10-10 Glenn Morris <rgm@gnu.org>
17013
17014 * desktop.el (desktop-save): Default to saving in .emacs.d,
17015 since PWD is no longer in desktop-path by default. (Bug#15319)
17016
17017 * menu-bar.el (menu-bar-options-menu): Remove text-mode auto-fill,
17018 now that text mode has a menu with the same entry.
17019 (menu-bar-text-mode-auto-fill): Remove now unused func.
17020 * textmodes/text-mode.el (text-mode-map):
17021 Use auto-fill help text from menu-bar.el.
17022
17023 2013-10-10 John Anthony <john@jo.hnanthony.com>
17024
17025 * textmodes/text-mode.el (text-mode-map): Add a menu. (Bug#15562)
17026
17027 2013-10-09 Juri Linkov <juri@jurta.org>
17028
17029 * isearch.el (isearch-pre-command-hook): Use this-single-command-keys
17030 instead of this-command-keys. Add universal-argument-more and
17031 universal-argument-minus to the list of prefix commands. (Bug#15568)
17032
17033 2013-10-09 Glenn Morris <rgm@gnu.org>
17034
17035 * vc/vc-svn.el (vc-svn-create-repo):
17036 Expand paths in file://... url. (Bug#15446)
17037
17038 * emacs-lisp/authors.el (authors-aliases, authors-fixed-case):
17039 Add some entries.
17040 (authors): Remove unused local variables.
17041
17042 2013-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
17043
17044 * profiler.el: Create a more coherent calltree from partial backtraces.
17045 (profiler-format): Hide the tail with `invisible' so that C-s can still
17046 find the hidden elements.
17047 (profiler-calltree-depth): Don't recurse so enthusiastically.
17048 (profiler-function-equal): New hash-table-test.
17049 (profiler-calltree-build-unified): New function.
17050 (profiler-calltree-build): Use it.
17051 (profiler-report-make-name-part): Indent the calltree less.
17052 (profiler-report-mode): Add visibility specs for profiler-format.
17053 (profiler-report-expand-entry, profiler-report-toggle-entry):
17054 Expand the whole subtree when provided with a prefix arg.
17055
17056 2013-10-09 Dmitry Gutov <dgutov@yandex.ru>
17057
17058 * progmodes/ruby-mode.el (ruby-smie-rules): Indent after hanging
17059 iuwu-mod token.
17060 (ruby-smie--implicit-semi-p): Prohibit implicit semicolon after
17061 hanging iuwu-mod token.
17062 (ruby-smie--forward-token): Do not include a dot after a token in
17063 that token.
17064 (ruby-smie--backward-token): Likewise.
17065
17066 2013-10-08 Juri Linkov <juri@jurta.org>
17067
17068 * isearch.el (isearch-help-map, isearch-mode-map): Don't bind [t]
17069 to isearch-other-control-char.
17070 (isearch-mode): Add isearch-pre-command-hook to pre-command-hook
17071 and isearch-post-command-hook to post-command-hook.
17072 (isearch-done): Remove isearch-pre-command-hook from pre-command-hook
17073 and isearch-post-command-hook from post-command-hook.
17074 (isearch-unread-key-sequence)
17075 (isearch-reread-key-sequence-naturally)
17076 (isearch-lookup-scroll-key, isearch-other-control-char)
17077 (isearch-other-meta-char): Remove functions.
17078 (isearch-pre-command-hook, isearch-post-command-hook):
17079 New functions based on isearch-other-meta-char rewritten
17080 relying on the new behavior of overriding-terminal-local-map
17081 that does not replace the local keymaps any more. (Bug#15200)
17082
17083 2013-10-08 Eli Zaretskii <eliz@gnu.org>
17084
17085 Support menus on text-mode terminals.
17086 * tmm.el (tmm-menubar): Adapt doc string to TTY menus
17087 functionality.
17088
17089 * tooltip.el (tooltip-mode): Don't error out on TTYs.
17090
17091 * menu-bar.el (popup-menu, popup-menu-normalize-position):
17092 Move here from mouse.el.
17093 (popup-menu): Support menu-bar navigation on TTYs using C-f/C-b
17094 and arrow keys.
17095 (tty-menu-navigation-map): New map for TTY menu navigation.
17096
17097 * loadup.el ("tooltip"): Load even if x-show-tip is not available.
17098
17099 * frame.el (display-mouse-p): Report text-mode mouse as available
17100 on w32.
17101 (display-popup-menus-p): Report availability if mouse is
17102 available; don't condition on window-system.
17103
17104 * faces.el (tty-menu-enabled-face, tty-menu-disabled-face)
17105 (tty-menu-selected-face): New faces.
17106
17107 2013-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
17108
17109 * emacs-lisp/lisp-mode.el: Font-lock cl-lib constructs.
17110 (lisp-el-font-lock-keywords, lisp-el-font-lock-keywords-1)
17111 (lisp-el-font-lock-keywords-2, lisp-cl-font-lock-keywords)
17112 (lisp-cl-font-lock-keywords-1, lisp-cl-font-lock-keywords-2):
17113 New constants.
17114 (lisp-mode-variables): New `elisp' argument.
17115 (emacs-lisp-mode): Use it.
17116 * font-lock.el (lisp-font-lock-keywords, lisp-font-lock-keywords-1)
17117 (lisp-font-lock-keywords-2): Move to lisp-mode.el.
17118
17119 * indent.el: Use lexical-binding.
17120 (indent-region): Add progress reporter.
17121 (tab-stop-list): Make it implicitly extend to infinity by repeating the
17122 last step.
17123 (indent--next-tab-stop): New function to implement this behavior.
17124 (tab-to-tab-stop, move-to-tab-stop): Use it.
17125
17126 2013-10-08 Teemu Likonen <tlikonen@iki.fi>
17127
17128 * indent.el (indent-rigidly--current-indentation): New function.
17129 (indent-rigidly-map): New var.
17130 (indent-rigidly): Use it to provide interactive mode (bug#8196).
17131
17132 2013-10-08 Bastien Guerry <bzg@gnu.org>
17133
17134 * register.el (insert-register): Fix 2013-10-07 change.
17135
17136 2013-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
17137
17138 * progmodes/perl-mode.el: Use lexical-binding.
17139 Remove redundant :group args.
17140 (perl-nochange): Change default to be closer to other major modes's
17141 standard behavior.
17142 (perl-indent-line): Don't consider text on current line as a
17143 valid beginning of function from which to indent.
17144
17145 * emacs-lisp/backquote.el (backquote-process): Catch uses of , and ,@
17146 with more than one argument (bug#15538).
17147
17148 * mpc.el (mpc-songs-jump-to): Adjust to different playlist format.
17149
17150 * vc/pcvs.el: Use lexical-binding.
17151 (cvs-temp-buffer, cvs-make-cvs-buffer): Pass some vars in the lexical
17152 environment of `eval'.
17153 (cvs-mode-run, cvs-mode-do): Change `postproc' to be a function rather
17154 than a list of expressions. Adjust callers.
17155 * vc/pcvs-defs.el (cvs-postprocess): Remove, unused.
17156
17157 2013-10-07 Dmitry Gutov <dgutov@yandex.ru>
17158
17159 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Handle the
17160 case of the dot in a chained method call being on the following line.
17161
17162 2013-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
17163
17164 * electric.el (electric-indent-inhibit): New var.
17165 (electric-indent-post-self-insert-function): Use it.
17166 * progmodes/python.el (python-mode): Set it.
17167
17168 * progmodes/ruby-mode.el (ruby-smie-rules): Tweak handling of
17169 open braces.
17170
17171 * emacs-lisp/smie.el (smie-next-sexp): Refine last fix.
17172
17173 * textmodes/css-mode.el (css-smie-rules): Fix indentation (bug#15467).
17174 (css-mode): Use electric-indent-chars.
17175
17176 * nxml/nxml-mode.el: Use lexical-binding and syntax-propertize.
17177 (font-lock-beg, font-lock-end): Move before first use.
17178 (nxml-mode): Use syntax-propertize-function.
17179 (nxml-after-change, nxml-after-change1): Adjust accordingly.
17180 (nxml-extend-after-change-region): Remove.
17181 * nxml/xmltok.el: Use lexical-binding.
17182 (xmltok-save): Use `declare'.
17183 (xmltok-unclosed-reparse-p, xmltok-semi-closed-reparse-p): Remove.
17184 * nxml/nxml-util.el: Use lexical-binding.
17185 (nxml-with-degradation-on-error, nxml-with-invisible-motion):
17186 Use `declare'.
17187 * nxml/nxml-ns.el: Use lexical-binding.
17188 (nxml-ns-save): Use `declare'.
17189 (nxml-ns-prefixes-for): Avoid add-to-list.
17190 * nxml/rng-match.el: Use lexical-binding.
17191 (rng--ipattern): Use cl-defstruct.
17192 (rng-compute-start-tag-open-deriv, rng-compute-start-attribute-deriv)
17193 (rng-cons-group-after, rng-subst-group-after)
17194 (rng-subst-interleave-after, rng-apply-after, rng-compute-data-deriv):
17195 Use closures instead of `(lambda...).
17196
17197 2013-10-07 Michael Albinus <michael.albinus@gmx.de>
17198
17199 * net/tramp.el (tramp-handle-insert-file-contents): Improve handling
17200 of BEG and END.
17201
17202 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
17203 Use `tramp-handle-insert-file-contents'.
17204 (tramp-gvfs-handle-insert-file-contents): Remove function.
17205
17206 * net/tramp-sh.el (tramp-sh-handle-insert-directory):
17207 Use `save-restriction' in order to keep markers.
17208
17209 * net/trampver.el: Update release number.
17210
17211 2013-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
17212
17213 * progmodes/compile.el (compilation-parse-errors):
17214 Use compilation--put-prop.
17215 (compilation--ensure-parse): Check compilation-multiline.
17216
17217 * emacs-lisp/easymenu.el (easy-menu-create-menu): Use closures.
17218
17219 * emacs-lisp/lisp-mode.el (eval-defun-2): Simplify, using
17220 lexical-binding.
17221
17222 * emacs-lisp/tq.el (tq-create): Use a closure instead of `(lambda...).
17223
17224 * progmodes/ruby-mode.el: Fix recently added tests.
17225 (ruby-smie-grammar): Add - and +.
17226 (ruby-smie--redundant-do-p, ruby-smie--forward-id)
17227 (ruby-smie--backward-id): New functions.
17228 (ruby-smie--forward-token, ruby-smie--backward-token): Use them.
17229 (ruby-smie-rules): Handle hanging do. Get rid of hack, not needed
17230 any more.
17231
17232 2013-10-07 Leo Liu <sdl.web@gmail.com>
17233
17234 * register.el (register-preview-delay)
17235 (register-preview-functions): New variables.
17236 (register-read-with-preview, register-preview)
17237 (register-describe-oneline): New functions.
17238 (point-to-register, window-configuration-to-register)
17239 (frame-configuration-to-register, jump-to-register)
17240 (number-to-register, view-register, insert-register)
17241 (copy-to-register, append-to-register, prepend-to-register)
17242 (copy-rectangle-to-register): Use register-read-with-preview to
17243 read register. (Bug#15525)
17244
17245 2013-10-06 Dato Simó <dato@net.com.org.es> (tiny change)
17246
17247 * net/network-stream.el (network-stream-open-starttls): Don't add
17248 --insecure if it's already present, because that gnutls-cli
17249 rejects getting that parameter twice.
17250
17251 2013-10-06 Dmitry Gutov <dgutov@yandex.ru>
17252
17253 * progmodes/ruby-mode.el (ruby-smie-rules): Dedent `ensure'
17254 keyword, too.
17255
17256 2013-10-05 Dmitry Gutov <dgutov@yandex.ru>
17257
17258 * newcomment.el (comment-use-global-state): Change default value
17259 to t, mark obsolete (Bug#15251).
17260 (comment-beginning): In addition to `comment-to-syntax', check the
17261 value of `comment-use-global-state'.
17262
17263 2013-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
17264
17265 * progmodes/ruby-mode.el (ruby-use-smie): Change default.
17266 (ruby-comment-column): Follow the global default, by default.
17267 (ruby-smie-grammar): Add assignment syntax.
17268 (ruby-smie--implicit-semi-p): No implicit semi-colon after an
17269 open-paren, a comma, or a \.
17270 (ruby-smie--forward-token, ruby-smie--backward-token): Handle heredocs,
17271 and line continuations.
17272 (ruby-smie-rules): Adjust handling of open-paren, now that it's never
17273 followed by implicit semi-colons. Add rule for string concatenation
17274 and for indentation at BOB.
17275 (ruby-forward-sexp, ruby-backward-sexp): Adjust for when SMIE is in use.
17276
17277 * emacs-lisp/smie.el (smie-next-sexp): Don't go back to pos before
17278 calling next-sexp, since next-token may have skipped chars which
17279 next-sexp doesn't know should be skipped!
17280
17281 2013-10-05 Leo Liu <sdl.web@gmail.com>
17282
17283 * progmodes/octave.el (octave-send-region):
17284 Call compilation-forget-errors.
17285
17286 2013-10-04 Xue Fuqiao <xfq.free@gmail.com>
17287
17288 * vc/vc-svn.el (vc-svn-find-admin-dir):
17289 * vc/vc-rcs.el (vc-rcs-find-admin-dir):
17290 * vc/vc-mtn.el (vc-mtn-find-admin-dir):
17291 * vc/vc-cvs.el (vc-cvs-find-admin-dir):
17292 * vc/vc-arch.el (vc-arch-find-admin-dir): New functions.
17293
17294 2013-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
17295
17296 * textmodes/css-mode.el (css-smie-rules): Toplevel's a list (bug#15467).
17297
17298 2013-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
17299
17300 * subr.el (read-passwd): Hide chars even when called within a context
17301 where after-change-functions is disabled (bug#15501).
17302 (set-temporary-overlay-map): Don't remove oneself from pre-command-hook
17303 until we removed ourself from overriding-terminal-local-map.
17304
17305 2013-10-04 Leo Liu <sdl.web@gmail.com>
17306
17307 * progmodes/octave.el (inferior-octave-mode):
17308 Call compilation-forget-errors.
17309
17310 2013-10-04 Xue Fuqiao <xfq.free@gmail.com>
17311
17312 * emacs-lisp/syntax.el (syntax-ppss): Doc fix.
17313
17314 2013-10-04 Michael Albinus <michael.albinus@gmx.de>
17315
17316 * net/secrets.el (secrets-create-collection): Add optional
17317 argument ALIAS. Use proper Label keyword. Append ALIAS as
17318 dbus-call-method argument. (Bug#15516)
17319
17320 2013-10-04 Leo Liu <sdl.web@gmail.com>
17321
17322 * progmodes/octave.el (inferior-octave-error-regexp-alist)
17323 (inferior-octave-compilation-font-lock-keywords): New variables.
17324 (compilation-error-regexp-alist)
17325 (compilation-mode-font-lock-keywords): Defvar to pacify compiler.
17326 (inferior-octave-mode): Use compilation-shell-minor-mode.
17327
17328 2013-10-04 Jorgen Schaefer <forcer@forcix.cx>
17329
17330 * minibuffer.el (completion--replace): Be careful that `end' might be
17331 a marker.
17332
17333 2013-10-03 Daiki Ueno <ueno@gnu.org>
17334
17335 Add support for package signature checking.
17336 * emacs-lisp/package.el (url-http-file-exists-p)
17337 (epg-make-context, epg-context-set-home-directory)
17338 (epg-verify-string, epg-context-result-for)
17339 (epg-signature-status, epg-signature-to-string)
17340 (epg-check-configuration, epg-configuration)
17341 (epg-import-keys-from-file): Declare.
17342 (package-check-signature): New user option.
17343 (package-unsigned-archives): New user option.
17344 (package-desc): Add `signed' field.
17345 (package-load-descriptor): Set `signed' field if .signed file exists.
17346 (package--archive-file-exists-p): New function.
17347 (package--check-signature): New function.
17348 (package-install-from-archive): Check package signature.
17349 (package--download-one-archive): Check archive signature.
17350 (package-delete): Remove .signed file.
17351 (package-import-keyring): New command.
17352 (package-refresh-contents): Import default keyring.
17353 (package-desc-status): Add "unsigned" status.
17354 (describe-package-1, package-menu--print-info)
17355 (package-menu-mark-delete, package-menu--find-upgrades)
17356 (package-menu--status-predicate): Support "unsigned" status.
17357
17358 2013-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
17359
17360 * emacs-lisp/cconv.el (cconv-convert, cconv-analyse-form): Adjust for
17361 the new compilation scheme using the new byte-codes.
17362
17363 * emacs-lisp/bytecomp.el (byte-pushcatch, byte-pushconditioncase)
17364 (byte-pophandler): New byte codes.
17365 (byte-goto-ops): Adjust accordingly.
17366 (byte-compile--use-old-handlers): New var.
17367 (byte-compile-catch): Use new byte codes depending on
17368 byte-compile--use-old-handlers.
17369 (byte-compile-condition-case--old): Rename from
17370 byte-compile-condition-case.
17371 (byte-compile-condition-case--new): New function.
17372 (byte-compile-condition-case): New function that dispatches depending
17373 on byte-compile--use-old-handlers.
17374 (byte-compile-unwind-protect): Pass a function to byte-unwind-protect
17375 when we can.
17376
17377 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
17378 Optimize under `condition-case' and `catch' if
17379 byte-compile--use-old-handlers is nil.
17380 (disassemble-offset): Handle new bytecodes.
17381
17382 2013-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
17383
17384 * subr.el (error): Use `declare'.
17385 (decode-char, encode-char): Use advertised-calling-convention instead
17386 of the docstring to discourage use of the `restriction' arg.
17387
17388 2013-10-03 Daiki Ueno <ueno@gnu.org>
17389
17390 * epg.el (epg-verify-file): Add a comment saying that it does not
17391 notify verification error as a return value nor a signal.
17392 (epg-verify-string): Ditto.
17393
17394 2013-10-02 Kevin Rodgers <kevin.d.rodgers@gmail.com>
17395
17396 * progmodes/compile.el (compilation-start): Try globbing the arg to
17397 `cd' (bug#15417).
17398
17399 2013-10-02 Michael Albinus <michael.albinus@gmx.de>
17400
17401 Sync with Tramp 2.2.8.
17402
17403 * net/tramp-cmds.el (tramp-bug, tramp-append-tramp-buffers):
17404 * net/tramp-cache.el (tramp-cache-print): Use `tramp-compat-funcall'.
17405 * net/trampver.el: Update release number.
17406
17407 2013-10-01 Jan Djärv <jan.h.d@swipnet.se>
17408
17409 * term/ns-win.el (ns-initialize-window-system): Set locale-coding-system
17410 and default-process-coding-system for darwin only.
17411
17412 2013-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
17413
17414 * emacs-lisp/package.el (package-desc): Simplify (bug#15495).
17415
17416 2013-10-01 Mitchel Humpherys <mitch.special@gmail.com> (tiny change)
17417
17418 * vc/vc-git.el (vc-git-grep): Disable pager.
17419
17420 2013-10-01 Dmitry Gutov <dgutov@yandex.ru>
17421
17422 * emacs-lisp/package.el (package-buffer-info, describe-package-1):
17423 Use :url instead of :homepage, as per
17424 http://lists.gnu.org/archive/html/emacs-devel/2013-09/msg00622.html
17425
17426 * newcomment.el (comment-beginning): When `comment-use-syntax' is
17427 non-nil, use `syntax-ppss' (Bug#15251).
17428
17429 2013-09-30 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
17430
17431 * progmodes/octave.el (inferior-octave-startup-file):
17432 Prefer ~/.emacs.d/init_octave.m.
17433
17434 2013-09-29 Dmitry Gutov <dgutov@yandex.ru>
17435
17436 * emacs-lisp/package.el (package-desc-from-define):
17437 Accept additional arguments as plist, convert them to an alist and store
17438 them in the `extras' slot.
17439 (package-generate-description-file): Convert extras alist back to
17440 plist and append to the `define-package' form arguments.
17441 (package--alist-to-plist): New function.
17442 (package--ac-desc): Add `extras' slot.
17443 (package--add-to-archive-contents): Check if the archive-contents
17444 vector is long enough, and if it is, pass its `extras' slot value
17445 to `package-desc-create'.
17446 (package-buffer-info): Call `lm-homepage', pass the returned value
17447 to `package-desc-from-define'.
17448 (describe-package-1): Render the homepage button (Bug#13291).
17449
17450 * emacs-lisp/package-x.el (package-upload-buffer-internal):
17451 Pass `extras' slot from `package-desc' to `package-make-ac-desc'.
17452
17453 2013-09-29 Jan Djärv <jan.h.d@swipnet.se>
17454
17455 * term/ns-win.el (ns-initialize-window-system): Set locale-coding-system
17456 and default-process-coding-system to utf-8-unix (Bug#15402).
17457
17458 2013-09-29 Xue Fuqiao <xfq.free@gmail.com>
17459
17460 * subr.el (looking-back): Do not recommend using looking-back.
17461
17462 2013-09-28 Alan Mackenzie <acm@muc.de>
17463
17464 Fix indentation/fontification of Java enum with "implements".
17465
17466 * progmodes/cc-langs.el (c-postfix-decl-spec-key): New variable, a
17467 regexp which matches "implements", etc., in Java.
17468 * progmodes/cc-engine.el (c-inside-bracelist-p): Check for extra
17469 specifier clauses coming after "enum".
17470 * progmodes/cc-fonts.el (c-font-lock-declarations)
17471 (c-font-lock-enum-tail): Check for extra specifier clauses coming
17472 after "enum".
17473
17474 2013-09-28 Jan Djärv <jan.h.d@swipnet.se>
17475
17476 * faces.el (region): Change ns_selection_color to
17477 ns_selection_fg_color, add ns_selection_bg_color.
17478
17479 2013-09-28 Leo Liu <sdl.web@gmail.com>
17480
17481 * progmodes/octave.el (inferior-octave-completion-table)
17482 (inferior-octave-completion-at-point): Minor tweaks.
17483
17484 * textmodes/ispell.el (ispell-lookup-words): Rename from
17485 lookup-words. (Bug#15460)
17486 (lookup-words): Obsolete.
17487 (ispell-complete-word, ispell-command-loop): All uses changed.
17488
17489 2013-09-28 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
17490
17491 * progmodes/octave.el (octave-mode-map): Bind octave-send-buffer.
17492 (octave-mode-menu): Add octave-send-buffer.
17493 (octave-send-buffer): New function.
17494
17495 2013-09-28 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
17496
17497 * progmodes/octave.el (octave-mode-map): Add key binding for
17498 octave-lookfor.
17499 (octave-mode-menu): Add octave-lookfor.
17500 (inferior-octave-mode-map, octave-help-mode-map): Bind C-ha to
17501 octave-lookfor.
17502 (octave-lookfor): New function.
17503
17504 2013-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
17505
17506 * emacs-lisp/cl-macs.el (cl--loop-destr-temps): Remove.
17507 (cl--loop-iterator-function): Rename from cl--loop-map-form and change
17508 its convention.
17509 (cl--loop-set-iterator-function): New function.
17510 (cl-loop): Adjust accordingly, so as not to use cl-subst.
17511 (cl--parse-loop-clause): Adjust all uses of cl--loop-map-form.
17512 Bind `it' with `let' instead of substituting it with `cl-subst'.
17513 (cl--unused-var-p): New function.
17514 (cl--loop-let): Don't use the cl--loop-destr-temps hack any more.
17515 Eliminate some unused variable warnings (bug#15326).
17516
17517 2013-09-27 Tassilo Horn <tsdh@gnu.org>
17518
17519 * doc-view.el (doc-view-scale-reset): Rename from
17520 `doc-view-reset-zoom-level'.
17521 (doc-view-scale-adjust): New command.
17522 (doc-view-mode-map): Remap `text-scale-adjust' bindings to
17523 `doc-view-scale-adjust'.
17524
17525 2013-09-26 Tassilo Horn <tsdh@gnu.org>
17526
17527 * doc-view.el (doc-view-reset-zoom-level): New command.
17528 (doc-view-mode-map): Remap text-scale-adjust bindings to doc-view
17529 zoom commands (bug#15466).
17530
17531 2013-09-26 Kenichi Handa <handa@gnu.org>
17532
17533 * international/quail.el (quail-help): Make it not a command.
17534
17535 2013-09-26 Leo Liu <sdl.web@gmail.com>
17536
17537 * minibuffer.el (completion-all-sorted-completions): Make args
17538 optional as they are.
17539
17540 2013-09-25 Daniel Colascione <dancol@dancol.org>
17541
17542 * emacs-lisp/cl-macs.el (cl-type-spec): Tell edebug what type
17543 specs are and that they're not evaluated.
17544
17545 2013-09-24 Sam Steingold <sds@gnu.org>
17546
17547 * midnight.el (clean-buffer-list-kill-regexps)
17548 (clean-buffer-list-kill-buffer-names): Update for the new Man
17549 buffer naming which includes the object name.
17550
17551 2013-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
17552
17553 * eshell/esh-cmd.el (eshell--sep-terms): New var.
17554 (eshell-parse-command, eshell-parse-pipeline): Use it since
17555 eshell-separate-commands requires a dynamic scoped var.
17556 Reported by Jan Moringen <jmoringe@techfak.uni-bielefeld.de>.
17557
17558 2013-09-23 Leo Liu <sdl.web@gmail.com>
17559
17560 * autoinsert.el (auto-insert-alist): Make the value of
17561 lexical-binding match its file setting.
17562
17563 2013-09-23 Juanma Barranquero <lekktu@gmail.com>
17564
17565 * vc/vc-sccs.el (vc-sccs-search-project-dir): Mark unused argument.
17566
17567 * autoarg.el (autoarg-kp-digit-argument):
17568 * electric.el (Electric-command-loop):
17569 * kmacro.el (kmacro-step-edit-insert):
17570 Do not set universal-argument-num-events.
17571
17572 2013-09-22 Leo Liu <sdl.web@gmail.com>
17573
17574 * files.el (interpreter-mode-alist): Add octave.
17575
17576 2013-09-21 Alan Mackenzie <acm@muc.de>
17577
17578 C++: fontify identifier in declaration following "public:" correctly.
17579 * progmodes/cc-langs.el (c-decl-start-colon-kwd-re): New lang var
17580 to match "public", etc.
17581 (c-decl-prefix-re): Add ":" into the C++ value.
17582 * progmodes/cc-engine.el (c-find-decl-prefix-search): Refactor a
17583 bit. Add a check for a ":" preceded by "public", etc.
17584
17585 2013-09-21 Eli Zaretskii <eliz@gnu.org>
17586
17587 * files.el (auto-mode-alist): Support OBJFILE-gdb.gdb script files
17588 recognized by GDB 7.5 and later.
17589
17590 2013-09-21 Xue Fuqiao <xfq.free@gmail.com>
17591
17592 * vc/vc-dir.el (vc-dir-mode-map): Add keybinding for vc-log-incoming.
17593
17594 2013-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
17595
17596 * subr.el (internal--call-interactively): New const.
17597 (called-interactively-p): Use it (bug#3984).
17598
17599 2013-09-20 Xue Fuqiao <xfq.free@gmail.com>
17600
17601 * vc/pcvs.el (cvs-mode-ignore):
17602 * vc/vc-cvs.el (vc-cvs-ignore, vc-cvs-append-to-ignore):
17603 Rename cvs-append-to-ignore to vc-cvs-append-to-ignore.
17604
17605 2013-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
17606
17607 * eshell/em-ls.el: Use advice. Remove redundant :group keywords.
17608 (eshell-ls-orig-insert-directory): Remove.
17609 (eshell-ls-unload-hook): Not a defcustom any more. Use advice-remove.
17610 (eshell-ls-use-in-dired): Use advice-add/remove.
17611 (eshell-ls--insert-directory): Rename from eshell-ls-insert-directory.
17612 Add `orig-fun' arg for use in :around advice.
17613 Make it check (redundantly) eshell-ls-use-in-dired.
17614
17615 2013-09-19 Glenn Morris <rgm@gnu.org>
17616
17617 * emacs-lisp/cl-macs.el (cl-defsubst): Remove unused local `pbody'.
17618
17619 * simple.el (x-selection-owner-p, x-selection-exists-p): Declare.
17620
17621 * emacs-lisp/eieio.el (class-parent): Undo previous change.
17622
17623 2013-09-19 Michael Albinus <michael.albinus@gmx.de>
17624
17625 * net/tramp-sh.el (tramp-get-remote-id): Do not raise an error.
17626 (tramp-get-remote-uid-with-id, tramp-get-remote-gid-with-id)
17627 (tramp-get-remote-python): New defuns.
17628 (tramp-get-remote-uid-with-perl)
17629 (tramp-get-remote-gid-with-perl): New defuns. Perl code
17630 contributed by yary <not.com@gmail.com> (tiny change).
17631 (tramp-get-remote-uid-with-python)
17632 (tramp-get-remote-gid-with-python): New defuns. Python code
17633 contributed by Andrey Tykhonov <atykhonov@gmail.com> (tiny change).
17634 (tramp-get-remote-uid, tramp-get-remote-gid): Use new defuns.
17635
17636 2013-09-19 Glenn Morris <rgm@gnu.org>
17637
17638 * emacs-lisp/eieio.el (class-parent): Don't use defalias with macros.
17639
17640 * eshell/em-unix.el (eshell-remove-entries):
17641 Rename argument to avoid name-clash with global `top-level'.
17642
17643 * eshell/esh-proc.el (eshell-kill-process-function):
17644 Remove eshell-reset-after-proc from eshell-kill-hook if present.
17645 (eshell-reset-after-proc): Remove unused arg `proc'.
17646
17647 * eshell/esh-util.el (eshell-read-hosts-file): Use `filename' arg.
17648 (directory-files-and-attributes): Mark unused arg.
17649
17650 * eshell/em-unix.el (eshell-remove-entries):
17651 Remove unused arg `path'. Update callers.
17652
17653 * eshell/em-hist.el (eshell-hist-parse-arguments):
17654 Remove unused arg `silent'. Update callers.
17655
17656 * eshell/em-ls.el (eshell-ls-use-in-dired): Use `symbol' arg.
17657 Fix (f)boundp mix-up.
17658
17659 * eshell/em-smart.el (eshell-smart-scroll-window)
17660 (eshell-disable-after-change):
17661 * eshell/em-term.el (eshell-term-sentinel): Mark unused arg.
17662
17663 2013-09-18 Alan Mackenzie <acm@muc.de>
17664
17665 Fix fontification of type when followed by "const".
17666 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Don't exclude
17667 "known" types from fontification.
17668
17669 2013-09-18 Glenn Morris <rgm@gnu.org>
17670
17671 * emacs-lisp/chart.el (x-display-color-cells): Declare.
17672 (chart-face-list): Drop Emacsen without display-color-p.
17673
17674 * net/eww.el (libxml-parse-html-region): Declare.
17675 (eww-display-html): Explicit error if no libxml2 support.
17676
17677 * doc-view.el (doc-view-mode): Silence --without-x compilation.
17678
17679 * image.el (image-type-from-buffer, image-multi-frame-p):
17680 Remove --without-x warning/error.
17681
17682 * mouse.el (mouse-yank-primary):
17683 * term.el (term-mouse-paste):
17684 Reorder to silence --without-x compilation.
17685
17686 * mpc.el (doc-view-mode): Silence --without-x compilation.
17687
17688 * mail/rmailmm.el (rmail-mime-set-bulk-data):
17689 Silence --without-x compilation.
17690
17691 * progmodes/gud.el (gud-find-file, gud-mode):
17692 Silence --without-x compilation.
17693 (tooltip-mode): Declare.
17694
17695 * wdired.el (dired-backup-overwrite): Remove declaration.
17696 (wdired-mode-map): Add doc string.
17697
17698 * custom.el (x-get-resource): Declare.
17699
17700 * eshell/em-glob.el (ange-cache):
17701 * eshell/em-unix.el (ange-cache): Declare.
17702
17703 * faces.el (x-display-list, x-open-connection, x-get-resource):
17704 Declare.
17705
17706 * follow.el (scroll-bar-toolkit-scroll, scroll-bar-drag)
17707 (scroll-bar-scroll-up, scroll-bar-scroll-down, mwheel-scroll):
17708 Declare.
17709
17710 * frame.el (x-display-grayscale-p, x-display-name): Declare.
17711
17712 * net/gnutls.el (gnutls-log-level): Declare.
17713
17714 * net/shr.el (image-size, image-animate): Declare.
17715
17716 * simple.el (font-info): Declare.
17717
17718 * subr.el (x-popup-dialog): Declare.
17719
17720 * term/common-win.el (x-select-enable-primary)
17721 (x-last-selected-text-primary, x-last-selected-text-clipboard):
17722 Declare.
17723
17724 * term/ns-win.el (x-handle-args): Declare.
17725
17726 * term/x-win.el (x-select-enable-clipboard): Declare.
17727
17728 * term/w32-win.el (create-default-fontset): Declare.
17729
17730 * w32-common-fns.el (x-server-version, x-select-enable-clipboard):
17731 Declare.
17732
17733 * window.el (x-display-pixel-height, tool-bar-lines-needed): Declare.
17734 (fit-frame-to-buffer): Explicit error if --without-x.
17735 (mouse-autoselect-window-select): Silence compiler.
17736
17737 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
17738
17739 * eshell/em-cmpl.el (eshell-complete-parse-arguments):
17740 * eshell/em-hist.el (eshell/history, eshell-isearch-backward):
17741 * eshell/em-pred.el (eshell-parse-modifiers, eshell-pred-file-time):
17742 * eshell/esh-util.el (eshell-sublist):
17743 Remove unused local variables.
17744
17745 * eshell/esh-io.el (x-select-enable-clipboard): Declare.
17746
17747 * textmodes/two-column.el: Make 2C-split work for --without-x.
17748 (scroll-bar-columns): Autoload.
17749 (top-level): Require fringe when compiling.
17750
17751 2013-09-18 Leo Liu <sdl.web@gmail.com>
17752
17753 * subr.el (add-hook): Robustify to handle closure as well.
17754
17755 2013-09-17 Glenn Morris <rgm@gnu.org>
17756
17757 * simple.el (messages-buffer-mode-map): Unbind "g".
17758
17759 2013-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
17760
17761 * help-mode.el (help-mode-finish): Use derived-mode-p.
17762 Remove obsolete highlighting.
17763
17764 * play/life.el (life-mode): Use define-derived-mode. Derive from
17765 special-mode.
17766 (life): Let-bind inhibit-read-only.
17767 (life-setup): Avoid `setq'. Use `life-mode'.
17768
17769 * emacs-lisp/package.el (package-generate-autoloads): Remove `require'
17770 which should not be needed any more.
17771 (package-menu-refresh, package-menu-describe-package): Use user-error.
17772
17773 * eshell/esh-cmd.el (eshell-post-rewrite-command-function): New var.
17774 (eshell-post-rewrite-command-hook): Make obsolete.
17775 (eshell-parse-command): Simplify.
17776 (eshell-structure-basic-command): Remove unused arg `vocal-test'.
17777 (eshell--cmd): Declare.
17778 (eshell-parse-pipeline): Remove unused var `final-p'.
17779 Pass a dynvar to eshell-post-rewrite-command-hook.
17780 Implement the new eshell-post-rewrite-command-function.
17781 (eshell-invoke-directly): Remove unused arg `input'.
17782 * eshell/esh-io.el (eshell-io-initialize):
17783 Use eshell-post-rewrite-command-function (bug#15399).
17784 (eshell--apply-redirections): Rename from eshell-apply-redirections;
17785 adjust to new calling convention.
17786 (eshell-create-handles): Rename args to avoid clashing with dynvar
17787 `standard-output'.
17788
17789 2013-09-17 Glenn Morris <rgm@gnu.org>
17790
17791 * simple.el (messages-buffer-mode): New major mode.
17792 (messages-buffer): New function.
17793 * startup.el (normal-top-level): Switch mode of *Messages* buffer.
17794 * emacs-lisp/ert.el (ert--force-message-log-buffer-truncation)
17795 (ert-run-test): Use `messages-buffer' function.
17796 (ert--force-message-log-buffer-truncation): Ignore read-only.
17797 * help.el (view-echo-area-messages): Use `messages-buffer' function.
17798 * mail/emacsbug.el (report-emacs-bug): Use `messages-buffer' function.
17799
17800 2013-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
17801
17802 * subr.el (eval-after-load): Preserve evaluation order (bug#15389).
17803
17804 * abbrev.el (abbrev--check-chars): Fix thinko (bug#15360).
17805
17806 2013-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
17807
17808 * icomplete.el (icomplete-in-buffer): New var.
17809 (icomplete-pre-command-hook, icomplete-post-command-hook): Remove those
17810 vars and replace them with functions.
17811 (icomplete-minibuffer-setup): Adjust accordingly.
17812 (icomplete--completion-table, icomplete--completion-predicate)
17813 (icomplete--field-string, icomplete--field-beg, icomplete--field-end):
17814 New functions.
17815 (icomplete-forward-completions, icomplete-backward-completions)
17816 (icomplete-simple-completing-p, icomplete-exhibit)
17817 (icomplete-completions): Use them.
17818 (icomplete--in-region-buffer): New var.
17819 (icomplete--in-region-setup): New function.
17820 (icomplete-mode): Use it.
17821
17822 * eshell/esh-opt.el: Fix last change to set lexical-vars properly
17823 (bug#15379).
17824 (eshell--do-opts): Rename from eshell-do-opt, remove arg `body-fun',
17825 return args and options.
17826 (eshell-eval-using-options): Use the new return value of
17827 eshell--do-opts to set the options's vars in their scope.
17828 (eshell--set-option): Rename from eshell-set-option.
17829 Add arg `opt-vals'.
17830 (eshell--process-option): Rename from eshell-process-option.
17831 Add arg `opt-vals'.
17832 (eshell--process-args): Use an `opt-vals' alist to store the options's
17833 values during their processing and return them additionally to the
17834 remaining args.
17835
17836 2013-09-15 Dmitry Gutov <dgutov@yandex.ru>
17837
17838 * progmodes/ruby-mode.el (ruby-operator-re): Consider line
17839 continuation character an operator, as far as indentation is
17840 concerned (Bug#15369).
17841
17842 2013-09-15 Martin Rudalics <rudalics@gmx.at>
17843
17844 * window.el (window--state-put-2): Don't process buffer state
17845 when buffer doesn't exist any more (Bug#15382).
17846
17847 2013-09-15 Glenn Morris <rgm@gnu.org>
17848
17849 * eshell/em-unix.el (eshell/rm):
17850 Make -f ignore missing files. (Bug#15373)
17851
17852 * eshell/esh-cmd.el (eshell--local-vars): New variable. (Bug#15372)
17853 (eshell-rewrite-for-command): Add for loop vars to eshell--local-vars.
17854 * eshell/esh-var.el (eshell-get-variable): Respect eshell--local-vars.
17855
17856 2013-09-14 Glenn Morris <rgm@gnu.org>
17857
17858 * eshell/esh-var.el (eshell-variable-aliases-list): Fix doc typo.
17859
17860 2013-09-13 Glenn Morris <rgm@gnu.org>
17861
17862 * dired-x.el (dired-guess-shell-alist-user): Doc fix.
17863 (dired-guess-default): Make `file' available in the env. (Bug#15363)
17864
17865 2013-09-13 Dmitry Antipov <dmantipov@yandex.ru>
17866
17867 * frame.el (x-focus-frame): Mark as declared in frame.c.
17868
17869 2013-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
17870
17871 * ls-lisp.el: Use advice-add.
17872 (original-insert-directory): Remove.
17873 (ls-lisp--insert-directory): Rename from insert-directory; add
17874 `orig-fun' argument.
17875 (insert-directory): Advise.
17876
17877 2013-09-13 Eli Zaretskii <eliz@gnu.org>
17878
17879 * term.el (term-emulate-terminal): Decode the command string
17880 before passing it to term-command-hook. (Bug#15337)
17881
17882 2013-09-13 Glenn Morris <rgm@gnu.org>
17883
17884 * eshell/esh-util.el (ange-cache): Move declaration earlier.
17885
17886 * eshell/esh-ext.el (eshell-search-path): Declare.
17887
17888 * eshell/em-prompt.el (eshell/pwd): Autoload it.
17889 Otherwise an error occurs if eshell-dirs module not loaded.
17890
17891 * progmodes/gdb-mi.el (gud-cont, gud-step): Declare.
17892
17893 2013-09-13 Michael Albinus <michael.albinus@gmx.de>
17894
17895 * net/tramp.el (tramp-check-proper-method-and-host): Rename it from
17896 `tramp-check-proper-host'. Check for a valid method name.
17897
17898 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
17899 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
17900 * net/tramp-sh.el (tramp-maybe-open-connection):
17901 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Call it.
17902
17903 * net/tramp-cache.el (tramp-cache-print): Don't print text properties
17904 also for hash values.
17905
17906 2013-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
17907
17908 * term/ns-win.el (parameters): Don't declare as dynamic.
17909 (before-make-frame-hook): Don't add ineffective function.
17910
17911 * eshell/*.el: Use lexical-binding (bug#15231).
17912
17913 2013-09-12 Kenichi Handa <handa@gnu.org>
17914
17915 * composite.el (compose-gstring-for-graphic): Handle enclosing mark.
17916
17917 2013-09-12 Glenn Morris <rgm@gnu.org>
17918
17919 * vc/vc-svn.el (vc-svn-dir-status-files, vc-svn-dir-extra-headers)
17920 (vc-svn-ignore, vc-svn-retrieve-tag): Mark unused arguments.
17921
17922 * subr.el (do-after-load-evaluation): Also give compiler warnings
17923 when obsolete files are used (except by obsolete files).
17924
17925 * vc/vc-svn.el (vc-svn-parse-status): If there are multiple files
17926 in the status output, assume `filename' is the first. (Bug#15322)
17927
17928 * vc/vc.el (vc-deduce-fileset): Doc fix.
17929
17930 * calc/calc-help.el (Info-goto-node):
17931 * progmodes/cperl-mode.el (Info-find-node):
17932 * vc/ediff.el (Info-goto-node): Update declarations.
17933
17934 * vc/vc-dispatcher.el (vc-dir-refresh): Declare.
17935
17936 * vc/vc-bzr.el (vc-compilation-mode): Declare.
17937 (vc-bzr-pull): Require vc-dispatcher.
17938 * vc/vc-git.el (vc-compilation-mode): Declare.
17939 (vc-git-pull): Require vc-dispatcher.
17940
17941 * progmodes/ruby-mode.el (ruby-syntax-propertize-function): Declare.
17942
17943 * progmodes/octave.el (help-button-action): Declare.
17944
17945 * shell.el (shell-directory-tracker): Output error as a message
17946 rather than just returning it as a string.
17947 (shell-process-pushd): Remove useless use of message.
17948
17949 * dframe.el (dframe-timer-fn):
17950 * files.el (dir-locals-read-from-file):
17951 * mpc.el (mpc--status-timer-run, mpc--status-idle-timer-run)
17952 (mpc-format):
17953 * reveal.el (reveal-post-command):
17954 * saveplace.el (load-save-place-alist-from-file):
17955 * shell.el (shell-resync-dirs):
17956 * w32-common-fns.el (x-get-selection-value):
17957 * emacs-lisp/copyright.el (copyright-find-copyright):
17958 * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info):
17959 * emulation/tpu-edt.el (tpu-copy-keyfile):
17960 * play/bubbles.el (bubbles--mark-neighbourhood):
17961 * progmodes/executable.el
17962 (executable-make-buffer-file-executable-if-script-p):
17963 * term/pc-win.el (x-get-selection-value): Use with-demoted-errors.
17964
17965 2013-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
17966
17967 Cleanup Eshell to rely less on dynamic scoping.
17968 * eshell/esh-opt.el (eshell-eval-using-options): Don't bind usage-msg,
17969 last-value, and ext-command here. Bind `args' closer to `body'.
17970 (temp-args, last-value, usage-msg, ext-command, args): Don't defvar.
17971 (eshell--args): Declare new dynamic var.
17972 (eshell-do-opt): Add argument `args'. Bind our own usage-msg,
17973 last-value, and ext-command. Pass `args' to `body'.
17974 (eshell-process-args): Bind eshell--args.
17975 (eshell-set-option): Use eshell--args.
17976 * eshell/eshell.el (eshell): Use derived-mode-p.
17977 * eshell/esh-var.el (eshell-parse-variable): Use backquote.
17978 (eshell-parse-variable-ref): Remove unused vars `end' and `err'.
17979 (eshell-glob-function): Declare.
17980 * eshell/esh-util.el: Require cl-lib.
17981 (eshell-read-hosts-file): Avoid add-to-list.
17982 * eshell/esh-cmd.el (eshell-parse-lisp-argument): Remove unused var
17983 `err'.
17984 * eshell/em-unix.el (compilation-scroll-output, locate-history-list):
17985 Declare.
17986 (eshell/diff): Remove unused var `err'.
17987 * eshell/em-rebind.el (eshell-delete-backward-char): Remove unused arg
17988 `killflag'.
17989 * eshell/em-pred.el (eshell-parse-modifiers): Remove unused var `err'.
17990 * eshell/em-ls.el (eshell-ls-highlight-alist): Move defvars before
17991 first use.
17992 * eshell/em-glob.el (eshell-glob-matches, message-shown):
17993 Move declaration before first use.
17994 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Use backquotes.
17995 * autorevert.el (auto-revert-notify-handler): Use `cl-dolist' since we
17996 rely on cl-return.
17997
17998 2013-09-12 Glenn Morris <rgm@gnu.org>
17999
18000 * term/ns-win.el (global-map): Remove binding for ispell-next,
18001 deleted 1999-05-29. (Bug#15357)
18002
18003 2013-09-11 Glenn Morris <rgm@gnu.org>
18004
18005 * echistory.el (electric-command-history): Remove call to deleted func.
18006
18007 * play/landmark.el (landmark-mode): Fix typos.
18008
18009 * vc/vc-cvs.el (cvs-append-to-ignore): Fix arg spec.
18010 Check cvs-sort-ignore-file is bound.
18011
18012 * savehist.el: No need for cl when compiling on Emacs.
18013
18014 2013-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
18015
18016 * eshell/esh-mode.el (eshell-mode-syntax-table): Fix up initialization
18017 (bug#15338).
18018 (eshell-self-insert-command, eshell-send-invisible):
18019 Remove unused argument.
18020 (eshell-handle-control-codes): Remove unused var `orig'.
18021 Avoid delete-backward-char.
18022
18023 * files.el (set-auto-mode): Simplify a bit further.
18024
18025 2013-09-11 Glenn Morris <rgm@gnu.org>
18026
18027 * files.el (interpreter-mode-alist): Remove \\` \\' parts.
18028 (set-auto-mode): Don't regexp-quote elements.
18029 * progmodes/python.el (interpreter-mode-alist): Remove \\` \\'.
18030 * progmodes/cc-mode.el (interpreter-mode-alist):
18031 * progmodes/ruby-mode.el (interpreter-mode-alist):
18032 Revert previous change.
18033
18034 2013-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
18035
18036 * play/snake.el (snake-mode):
18037 * play/mpuz.el (mpuz-mode):
18038 * play/landmark.el (lm-mode):
18039 * play/blackbox.el (blackbox-mode):
18040 * play/5x5.el (5x5-mode):
18041 * obsolete/options.el (Edit-options-mode):
18042 * net/quickurl.el (quickurl-list-mode):
18043 * net/newst-treeview.el (newsticker-treeview-mode):
18044 * mail/rmailsum.el (rmail-summary-mode):
18045 * mail/mspools.el (mspools-mode):
18046 * locate.el (locate-mode):
18047 * ibuffer.el (ibuffer-mode):
18048 * emulation/ws-mode.el (wordstar-mode):
18049 * emacs-lisp/debug.el (debugger-mode):
18050 * array.el (array-mode):
18051 * net/eudc.el (eudc-mode): Use define-derived-mode.
18052 * net/mairix.el (mairix-searches-mode-font-lock-keywords):
18053 Move initialization into declaration.
18054 (mairix-searches-mode): Use define-derived-mode.
18055 * net/eudc-hotlist.el (eudc-hotlist-mode): Use define-derived-mode.
18056 (eudc-edit-hotlist): Use dolist.
18057 * man.el (Man-mode-syntax-table): Rename from man-mode-syntax-table.
18058 (Man-mode): Use define-derived-mode.
18059 * info.el (Info-edit-mode-map): Rename from Info-edit-map.
18060 (Info-edit-mode): Use define-derived-mode.
18061 (Info-cease-edit): Use Info-mode.
18062 * eshell/esh-mode.el (eshell-mode-syntax-table): Move initialization
18063 into declaration.
18064 (eshell-mode): Use define-derived-mode.
18065 * chistory.el (command-history-mode-map): Rename from
18066 command-history-map.
18067 (command-history-mode): Use define-derived-mode.
18068 (Command-history-setup): Remove function.
18069 * calc/calc.el (calc-trail-mode-map): New var.
18070 (calc-trail-mode): Use define-derived-mode.
18071 (calc-trail-buffer): Set calc-main-buffer manually.
18072 * bookmark.el (bookmark-insert-annotation): New function.
18073 (bookmark-edit-annotation): Use it.
18074 (bookmark-edit-annotation-mode): Make it a proper major mode.
18075 (bookmark-send-edited-annotation): Use derived-mode-p.
18076 * arc-mode.el (archive-mode): Move kill-all-local-variables a tiny bit
18077 closer to its ideal place. Use \' to match EOS.
18078
18079 * profiler.el (profiler-calltree-find): Use function-equal.
18080
18081 2013-09-10 Glenn Morris <rgm@gnu.org>
18082
18083 * files.el (interpreter-mode-alist): Convert to regexps.
18084 (set-auto-mode): Adapt for this. (Bug#15306)
18085 * progmodes/cperl-mode.el (cperl-clobber-mode-lists):
18086 Comment out unused variable.
18087 * progmodes/cc-mode.el (interpreter-mode-alist):
18088 * progmodes/python.el (interpreter-mode-alist):
18089 * progmodes/ruby-mode.el (interpreter-mode-alist): Convert to regexps.
18090 * progmodes/sh-script.el (sh-set-shell):
18091 No longer use interpreter-mode-alist to get list of shells.
18092
18093 * progmodes/cc-mode.el (awk-mode): Remove duplicate autoload.
18094
18095 2013-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
18096
18097 * simple.el: Use set-temporary-overlay-map for universal-argument.
18098 (universal-argument-map): Don't use default-bindings (bug#15317).
18099 Bind switch-frame explicitly. Replace universal-argument-minus with
18100 a conditional binding.
18101 (universal-argument-num-events, saved-overriding-map): Remove.
18102 (restore-overriding-map): Remove.
18103 (universal-argument--mode): Rename from save&set-overriding-map,
18104 and rewrite.
18105 (universal-argument, universal-argument-more, negative-argument)
18106 (digit-argument): Adjust accordingly.
18107 (universal-argument-minus): Remove.
18108 (universal-argument-other-key): Remove.
18109
18110 * subr.el (with-demoted-errors): Add `format' argument.
18111
18112 2013-09-10 Michael Albinus <michael.albinus@gmx.de>
18113
18114 * net/tramp.el (tramp-cleanup): Remove. Functionality added to
18115 `tramp-cleanup-connection'.
18116
18117 * net/tramp-cmds.el (tramp-cleanup-connection): Add optional
18118 parameters KEEP-DEBUG and KEEP-PASSWORD.
18119
18120 * net/tramp.el (tramp-file-name-handler):
18121 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
18122 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
18123 (tramp-maybe-open-connection):
18124 * net/tramp-smb.el (tramp-smb-maybe-open-connection):
18125 Use `tramp-cleanup-connection'.
18126
18127 * net/tramp-sh.el (tramp-maybe-open-connection):
18128 Catch 'uname-changed inside the progress reporter.
18129
18130 2013-09-10 Glenn Morris <rgm@gnu.org>
18131
18132 * simple.el (read-minibuffer): Unbreak it. (Bug#15318)
18133
18134 * dired-x.el (dired-mark-sexp): Unbreak for systems where ls
18135 returns "alternate access method" in mode (eg "-rw-r--r--.").
18136
18137 2013-09-08 Glenn Morris <rgm@gnu.org>
18138
18139 * saveplace.el (load-save-place-alist-from-file):
18140 Demote errors. (Bug#15305)
18141
18142 2013-09-08 Michael Albinus <michael.albinus@gmx.de>
18143
18144 Improve compatibility with older Emacsen, and XEmacs.
18145
18146 * net/tramp.el (tramp-find-method, tramp-find-user): Call `propertize'
18147 only if it is bound. It isn't for XEmacs.
18148 (with-tramp-progress-reporter): Do not let-bind `result'.
18149 This yields to scoping errors in XEmacs.
18150 (tramp-handle-make-auto-save-file-name): New function, moved from
18151 tramp-sh.el.
18152
18153 * net/tramp-adb.el (tramp-adb-file-name-handler-alist): Add handler
18154 for `make-auto-save-file-name'.
18155 (tramp-adb--gnu-switches-to-ash):
18156 Use `tramp-compat-replace-regexp-in-string'.
18157
18158 * net/tramp-cache.el (tramp-cache-print): Call
18159 `substring-no-properties' only if it is bound. It isn't for XEmacs.
18160
18161 * net/tramp-cmds.el (tramp-bug): Call `propertize' only if it is
18162 bound. It isn't for XEmacs.
18163
18164 * net/tramp-compat.el (tramp-compat-copy-file):
18165 Catch `wrong-number-of-arguments' error.
18166 (tramp-compat-replace-regexp-in-string): New defun.
18167
18168 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist): Add handler
18169 for `make-auto-save-file-name'.
18170 (tramp-gvfs-handle-copy-file): Use `tramp-compat-funcall' for
18171 `copy-file'.
18172 (tramp-gvfs-file-gvfs-monitor-file-process-filter)
18173 (tramp-gvfs-file-name): Use `tramp-compat-replace-regexp-in-string'.
18174 (tramp-synce-list-devices): Use `push' instead of `pushnew'.
18175
18176 * net/tramp-gw.el (tramp-gw-open-network-stream):
18177 Use `tramp-compat-replace-regexp-in-string'.
18178
18179 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
18180 Call `tramp-handle-make-auto-save-file-name'.
18181 (tramp-sh-handle-make-auto-save-file-name): Move to tramp.el.
18182 (tramp-sh-file-gvfs-monitor-dir-process-filter)
18183 (tramp-sh-file-inotifywait-process-filter):
18184 Use `tramp-compat-replace-regexp-in-string'.
18185 (tramp-compute-multi-hops): Use `push' instead of `pushnew'.
18186
18187 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add handler
18188 for `make-auto-save-file-name'.
18189 (tramp-smb-handle-copy-directory):
18190 Call `tramp-compat-replace-regexp-in-string'.
18191 (tramp-smb-get-file-entries): Use `push' instead of `pushnew'.
18192 (tramp-smb-handle-copy-file): Improve error message.
18193 (tramp-smb-handle-rename-file): Rename directly only in case
18194 `newname' does not exist yet. This is a restriction of smbclient.
18195 (tramp-smb-maybe-open-connection): Rerun the function only when
18196 `auth-sources' is non-nil.
18197
18198 2013-09-08 Kenichi Handa <handa@gnu.org>
18199
18200 * international/characters.el: Set category "^" (Combining) for
18201 more characters.
18202
18203 2013-09-07 Alan Mackenzie <acm@muc.de>
18204
18205 Correctly fontify Java class constructors.
18206 * progmodes/cc-langs.el (c-type-decl-suffix-key): Now matches ")"
18207 in Java Mode.
18208 (c-recognize-typeless-decls): Set the Java value to t.
18209 * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
18210 While handling a "(", add a check for, effectively, Java, and handle a
18211 "typeless" declaration there.
18212
18213 2013-09-07 Roland Winkler <winkler@gnu.org>
18214
18215 * textmodes/bibtex.el (bibtex-biblatex-entry-alist): Add optional
18216 field subtitle for entry type book.
18217
18218 2013-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
18219
18220 * minibuffer.el: Make minibuffer-complete call completion-in-region
18221 rather than other way around.
18222 (completion--some, completion-pcm--find-all-completions):
18223 Don't delay signals when debugging.
18224 (minibuffer-completion-contents): Beware fields within the
18225 minibuffer contents.
18226 (completion-all-sorted-completions): Use defvar-local.
18227 (completion--do-completion, completion--cache-all-sorted-completions)
18228 (completion-all-sorted-completions, minibuffer-force-complete):
18229 Add args `beg' and `end'.
18230 (completion--in-region-1): New fun, extracted from minibuffer-complete.
18231 (minibuffer-complete): Use completion-in-region.
18232 (completion-complete-and-exit): New fun, extracted from
18233 minibuffer-complete-and-exit.
18234 (minibuffer-complete-and-exit): Use it.
18235 (completion--complete-and-exit): Rename from
18236 minibuffer--complete-and-exit.
18237 (completion-in-region--single-word): New function, extracted from
18238 minibuffer-complete-word.
18239 (minibuffer-complete-word): Use it.
18240 (display-completion-list): Make `common-substring' argument obsolete.
18241 (completion--in-region): Call completion--in-region-1 instead of
18242 minibuffer-complete.
18243 (completion-help-at-point): Pass boundaries to
18244 minibuffer-completion-help as args rather than via an overlay.
18245 (completion-pcm--string->pattern): Use `any-delim'.
18246 (completion-pcm--optimize-pattern): New function.
18247 (completion-pcm--pattern->regex): Handle `any-delim'.
18248 * icomplete.el (icomplete-forward-completions)
18249 (icomplete-backward-completions, icomplete-completions):
18250 Adjust calls to completion-all-sorted-completions and
18251 completion--cache-all-sorted-completions.
18252 (icomplete-with-completion-tables): Default to t.
18253 * emacs-lisp/crm.el (crm--current-element): Rename from
18254 crm--select-current-element. Don't put an overlay but return the
18255 boundaries instead.
18256 (crm--completion-command): Take two new args to bind to the boundaries.
18257 (crm-completion-help): Adjust accordingly.
18258 (crm-complete): Use completion-in-region.
18259 (crm-complete-word): Use completion-in-region--single-word.
18260 (crm-complete-and-exit): Use completion-complete-and-exit.
18261
18262 2013-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
18263
18264 * dired-x.el (dired-mark-sexp): Bind the vars lexically rather
18265 than dynamically.
18266
18267 2013-09-06 Juri Linkov <juri@jurta.org>
18268
18269 * info.el (Info-display-images-node): When image file doesn't exist
18270 display text version of the image if it's provided in the Info file.
18271 Otherwise, display the location of missing image from SRC attribute.
18272 Add help-echo text property from ALT attribute. (Bug#15279)
18273
18274 2013-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
18275
18276 * abbrev.el (edit-abbrevs-mode-map): Rename from edit-abbrevs-map.
18277 (edit-abbrevs-mode): Use define-derived-mode.
18278
18279 * epa.el (epa--encode-coding-string, epa--decode-coding-string)
18280 (epa--select-safe-coding-system, epa--derived-mode-p): Make it obvious
18281 that it's defined.
18282 (epa-key-list-mode, epa-key-mode, epa-info-mode):
18283 Use define-derived-mode.
18284
18285 * epg.el (epg-start-encrypt): Minor CSE simplification.
18286
18287 2013-09-06 William Xu <william.xwl@gmail.com>
18288
18289 * arc-mode.el: Add support for 7za (bug#15264).
18290 (archive-7z-program): New var.
18291 (archive-zip-extract, archive-zip-expunge, archive-zip-update)
18292 (archive-zip-update-case, archive-7z-extract, archive-7z-expunge)
18293 (archive-7z-update, archive-zip-extract, archive-7z-summarize): Use it.
18294
18295 2013-09-06 Michael Albinus <michael.albinus@gmx.de>
18296
18297 Remove URL syntax.
18298
18299 * net/tramp.el (tramp-syntax, tramp-prefix-format)
18300 (tramp-postfix-method-format, tramp-prefix-ipv6-format)
18301 (tramp-postfix-ipv6-format, tramp-prefix-port-format)
18302 (tramp-postfix-host-format, tramp-file-name-regexp)
18303 (tramp-completion-file-name-regexp)
18304 (tramp-completion-dissect-file-name)
18305 (tramp-handle-substitute-in-file-name): Remove 'url case.
18306 (tramp-file-name-regexp-url)
18307 (tramp-completion-file-name-regexp-url): Remove constants.
18308
18309 2013-09-06 Glenn Morris <rgm@gnu.org>
18310
18311 * replace.el (replace-string): Doc fix re start/end. (Bug#15275)
18312
18313 2013-09-05 Dmitry Gutov <dgutov@yandex.ru>
18314
18315 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Move "Perl-ish
18316 keywords" below "here-doc beginnings" (Bug#15270).
18317
18318 2013-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
18319
18320 * subr.el (pop): Use `car-safe'.
18321 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Remove hack
18322 to detect unused `pop' return value.
18323
18324 * progmodes/python.el (python-nav-beginning-of-block): Remove unused
18325 var `block-regexp'.
18326 (python-nav--forward-sexp): Remove unused var `re-search-fn'.
18327 (python-fill-string): Remove unused var `marker'.
18328 (python-skeleton-add-menu-items): Remove unused var `items'.
18329
18330 * international/mule-cmds.el: Require CL.
18331 (find-coding-systems-for-charsets): Avoid add-to-list.
18332 (sanitize-coding-system-list): New function, extracted from
18333 select-safe-coding-system-interactively.
18334 (select-safe-coding-system-interactively): Use it.
18335 (read-input-method-name): Accept symbols for `default'.
18336
18337 * emacs-lisp/advice.el (defadvice): Add indent rule.
18338
18339 2013-09-05 Daniel Hackney <dan@haxney.org>
18340
18341 * dired-x.el:
18342 * net/ange-ftp.el:
18343 * net/browse-url.el:
18344 * net/dbus.el:
18345 * net/eudc.el:
18346 * net/eudcb-ldap.el:
18347 * net/eww.el:
18348 * net/imap.el:
18349 * printing.el:
18350 * vc/ediff-diff.el:
18351 * vc/ediff-init.el:
18352 * vc/ediff-merg.el:
18353 * vc/ediff-mult.el:
18354 * vc/ediff-util.el:
18355 * vc/ediff-wind.el:
18356 * vc/ediff.el:
18357 * vc/emerge.el:
18358 * vc/pcvs.el:
18359 * vc/vc-annotate.el: Prefix unused arguments with `_' to silence
18360 byte compiler. Remove some unused let-bound variables.
18361
18362 2013-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
18363
18364 * emacs-lisp/cconv.el: Use `car-safe' rather than `car' to access
18365 a "ref-cell", since it gets better optimized (bug#14883).
18366
18367 2013-09-05 Glenn Morris <rgm@gnu.org>
18368
18369 * progmodes/cc-awk.el (c-forward-sws): Declare.
18370
18371 2013-09-04 Glenn Morris <rgm@gnu.org>
18372
18373 * generic-x.el [rul-generic-mode]: Require cc-mode.
18374 (c++-mode-syntax-table): Declare.
18375 (rul-generic-mode-syntax-table): Init in the defvar.
18376
18377 2013-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
18378
18379 * vc/vc-dispatcher.el (vc-run-delayed): New macro.
18380 (vc-do-command, vc-set-async-update):
18381 * vc/vc-mtn.el (vc-mtn-dir-status):
18382 * vc/vc-hg.el (vc-hg-dir-status, vc-hg-dir-status-files)
18383 (vc-hg-pull, vc-hg-merge-branch):
18384 * vc/vc-git.el (vc-git-dir-status-goto-stage, vc-git-pull)
18385 (vc-git-merge-branch):
18386 * vc/vc-cvs.el (vc-cvs-print-log, vc-cvs-dir-status)
18387 (vc-cvs-dir-status-files):
18388 * vc/vc-bzr.el (vc-bzr-pull, vc-bzr-merge-branch, vc-bzr-dir-status)
18389 (vc-bzr-dir-status-files):
18390 * vc/vc-arch.el (vc-arch-dir-status): Use vc-run-delayed.
18391 * vc/vc-annotate.el: Use lexical-binding.
18392 (vc-annotate-display-select, vc-annotate): Use vc-run-delayed.
18393 (vc-sentinel-movepoint): Declare.
18394 (vc-annotate): Don't use `goto-line'.
18395 * vc/vc.el (vc-diff-internal): Prefer a closure to `(lambda...).
18396 (vc-diff-internal, vc-log-internal-common): Use vc-run-delayed.
18397 (vc-sentinel-movepoint): Declare.
18398 * vc/vc-svn.el: Use lexical-binding.
18399 (vc-svn-dir-status, vc-svn-dir-status-files): Use vc-run-delayed.
18400 * vc/vc-sccs.el:
18401 * vc/vc-rcs.el: Use lexical-binding.
18402
18403 * autorevert.el (auto-revert-notify-handler): Explicitly ignore
18404 `deleted'. Don't drop errors silently.
18405
18406 * emacs-lisp/gv.el (gv-get): Warn about CL-compiled places.
18407
18408 2013-09-04 Xue Fuqiao <xfq.free@gmail.com>
18409
18410 * vc/vc.el (vc-ignore): Rewrite.
18411 (vc-default-ignore): New function.
18412 (vc-default-ignore-completion-table): Use find-ignore-file.
18413
18414 * vc/vc-bzr.el (vc-bzr-ignore, vc-bzr-ignore-completion-table):
18415 * vc/vc-git.el (vc-git-ignore, vc-git-ignore-completion-table):
18416 * vc/vc-hg.el (vc-hg-ignore, vc-hg-ignore-completion-table):
18417 Remove. Most code moved to vc.el.
18418
18419 2013-09-03 Stefan Monnier <monnier@iro.umontreal.ca>
18420
18421 * net/tramp-gvfs.el (tramp-gvfs-mount-spec, tramp-synce-list-devices):
18422 * net/tramp-smb.el (tramp-smb-get-file-entries):
18423 * net/tramp-sh.el (tramp-sh-handle-insert-directory)
18424 (tramp-compute-multi-hops): Fix misuses of `add-to-list'.
18425
18426 * net/eww.el (eww-display-raw): Remove unused argument `charset'.
18427 Update call to it.
18428 (eww-change-select): Remove unused var `properties'.
18429 (eww-make-unique-file-name): Remove unused var `base'.
18430
18431 * finder.el (finder-compile-keywords): Don't mess with windows.
18432
18433 * calculator.el (calculator-funcall): Fix typo in last change.
18434
18435 * vc/vc-git.el (vc-git-checkin): Make it possible to commit a merge.
18436
18437 * emacs-lisp/package.el (package-activate-1): Don't let a missing
18438 <pkg>-autoloads.el file stop us.
18439
18440 * net/tramp.el (with-parsed-tramp-file-name): Silence compiler
18441 warnings, and factor out common code.
18442
18443 2013-09-03 Dmitry Gutov <dgutov@yandex.ru>
18444
18445 * progmodes/ruby-mode.el (ruby-calculate-indent): Consider
18446 two-character operators and whether the character preceding them
18447 changes their meaning (Bug#15208).
18448
18449 2013-09-02 Fabián Ezequiel Gallina <fgallina@gnu.org>
18450
18451 Format code sent to Python shell for robustness.
18452 * progmodes/python.el (python-shell-buffer-substring):
18453 New function.
18454 (python-shell-send-region, python-shell-send-buffer): Use it.
18455
18456 2013-09-02 Michael Albinus <michael.albinus@gmx.de>
18457
18458 * net/tramp-compat.el (tramp-compat-user-error): Move it ...
18459 * net/tramp.el (tramp-user-error): ... here.
18460 (tramp-find-method, tramp-check-proper-host)
18461 (tramp-dissect-file-name, tramp-debug-message)
18462 (tramp-handle-shell-command):
18463 * net/tramp-adb.el (tramp-adb-handle-shell-command):
18464 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler): Adapt callees.
18465
18466 * net/tramp-cache.el (tramp-cache-print): Don't print text properties.
18467
18468 2013-09-02 Martin Rudalics <rudalics@gmx.at>
18469
18470 * avoid.el (mouse-avoidance-point-position)
18471 (mouse-avoidance-too-close-p): Handle case where posn-at-point
18472 returns nil.
18473
18474 2013-09-02 Fabián Ezequiel Gallina <fgallina@gnu.org>
18475
18476 * progmodes/python.el (python-shell-completion-get-completions):
18477 Drop use of deleted `comint-last-prompt-overlay'.
18478 (python-nav-if-name-main): New command.
18479
18480 2013-09-01 Glenn Morris <rgm@gnu.org>
18481
18482 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
18483 Avoid leading space in $wins. Otherwise the sed command used by
18484 eg compile-main ends up containing "/*.el". (Bug#15170)
18485
18486 * frame.el (frame-background-mode): Doc fix. (Bug#15226)
18487
18488 2013-08-30 Glenn Morris <rgm@gnu.org>
18489
18490 * emacs-lisp/bytecomp.el (byte-recompile-directory):
18491 Fix is-this-a-directory logic. (Bug#15220)
18492
18493 2013-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
18494
18495 * textmodes/css-mode.el: Use SMIE.
18496 (css-smie-grammar): New var.
18497 (css-smie--forward-token, css-smie--backward-token)
18498 (css-smie-rules): New functions.
18499 (css-mode): Use them.
18500 (css-navigation-syntax-table): Remove var.
18501 (css-backward-sexp, css-forward-sexp, css-indent-calculate-virtual)
18502 (css-indent-calculate, css-indent-line): Remove functions.
18503
18504 Misc changes to reduce use of `(lambda...); and other cleanups.
18505 * cus-edit.el: Use lexical-binding.
18506 (customize-push-and-save, customize-apropos)
18507 (custom-buffer-create-internal): Use closures.
18508 * progmodes/bat-mode.el (bat-mode-syntax-table): "..." are strings.
18509 * progmodes/ada-xref.el: Use setq.
18510 * net/tramp.el (with-tramp-progress-reporter): Avoid setq.
18511 * dframe.el: Use lexical-binding.
18512 (dframe-frame-mode): Fix calling convention for hooks. Use a closure.
18513 * speedbar.el (speedbar-frame-mode): Adjust call accordingly.
18514 * descr-text.el: Use lexical-binding.
18515 (describe-text-widget, describe-text-sexp, describe-property-list):
18516 Use closures.
18517 * comint.el (comint-history-isearch-push-state): Use a closure.
18518 * calculator.el: Use lexical-binding.
18519 (calculator-number-to-string): Make it work with lexical-binding.
18520 (calculator-funcall): Same and use cl-letf.
18521
18522 * emacs-lisp/lisp.el (lisp--company-doc-buffer)
18523 (lisp--company-doc-string, lisp--company-location): New functions.
18524 (lisp-completion-at-point): Use them to improve Company support.
18525
18526 * progmodes/ruby-mode.el (ruby-smie-grammar): Add rule for formal
18527 params of lambda expressions.
18528 (ruby-smie--implicit-semi-p): Refine rule (bug#15208).
18529 (ruby-smie--opening-pipe-p): New function.
18530 (ruby-smie--forward-token, ruby-smie--backward-token): Handle Ruby
18531 symbols and matched |...| for formal params.
18532 (ruby-smie-rules): Don't let the formal params of a "do" prevent it
18533 from being treated as hanging. Handle "rescue".
18534
18535 2013-08-29 Glenn Morris <rgm@gnu.org>
18536
18537 * progmodes/cc-engine.el (c-pull-open-brace):
18538 Move definition before use.
18539
18540 2013-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
18541
18542 * emacs-lisp/cl-macs.el (cl-defsubst): Make it clear that args
18543 are immutable. Don't use `unsafe' any more.
18544 (cl--defsubst-expand): Don't substitute at the same time as keeping
18545 a residual unused let-binding. Don't use `unsafe' any more.
18546
18547 2013-08-29 Glenn Morris <rgm@gnu.org>
18548
18549 * calendar/cal-china.el (calendar-chinese-year-cache):
18550 Recenter on 2015.
18551
18552 * nxml/nxml-util.el (nxml-debug-clear-inside):
18553 Use cl-loop rather than loop.
18554
18555 * net/eww.el (eww-mode-map): Lower-case menu bar entries look bad.
18556
18557 * progmodes/sh-script.el (sh-builtins) <bash>: Add some bash4-isms.
18558
18559 2013-08-28 Glenn Morris <rgm@gnu.org>
18560
18561 * progmodes/antlr-mode.el: No need to require cc-mode twice.
18562
18563 * progmodes/cc-bytecomp.el (cc-require): Handle uncompiled case.
18564
18565 * progmodes/cc-mode.el (c-define-abbrev-table): Handle NAME unbound.
18566
18567 2013-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
18568
18569 * simple.el (repeat-complex-command--called-interactively-skip):
18570 New function.
18571 (repeat-complex-command): Use it (bug#14136).
18572
18573 * progmodes/cc-mode.el: Minor cleanup of var declarations.
18574 (c-define-abbrev-table): Add `doc' argument.
18575 (c-mode-abbrev-table, c++-mode-abbrev-table)
18576 (objc-mode-abbrev-table, java-mode-abbrev-table)
18577 (idl-mode-abbrev-table, pike-mode-abbrev-table)
18578 (awk-mode-abbrev-table): Use it.
18579 (c-mode-syntax-table, c-mode-map, c++-mode-syntax-table)
18580 (c++-mode-map, objc-mode-syntax-table, objc-mode-map)
18581 (java-mode-syntax-table, java-mode-map, idl-mode-syntax-table)
18582 (idl-mode-map, pike-mode-syntax-table, pike-mode-map, awk-mode-map):
18583 Move initialization into the declaration; and remove any
18584 autoload cookie.
18585
18586 * epg.el (epg--process-filter): Use with-current-buffer, save-excursion
18587 and dynamic let binding.
18588
18589 * vc/smerge-mode.el: Remove redundant :group args.
18590
18591 * emacs-lisp/package.el (package-activate-1): Don't add unnecessarily
18592 to load-path.
18593
18594 2013-08-28 Juri Linkov <juri@jurta.org>
18595
18596 * isearch.el (isearch-reread-key-sequence-naturally): Use non-nil
18597 arg DONT-DOWNCASE-LAST of `read-key-sequence'.
18598 (isearch-other-meta-char): Handle an undefined shifted printing
18599 character by downshifting it. (Bug#15200)
18600
18601 2013-08-28 Juri Linkov <juri@jurta.org>
18602
18603 * isearch.el (isearch-search): Change regexp error message for
18604 non-regexp searches. (Bug#15166)
18605
18606 2013-08-28 Paul Eggert <eggert@cs.ucla.edu>
18607
18608 * Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
18609 for portability to hosts where /bin/sh has problems.
18610
18611 2013-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
18612
18613 * emacs-lisp/cconv.el (cconv--analyse-function): Improve warning.
18614
18615 2013-08-27 Juri Linkov <juri@jurta.org>
18616
18617 * isearch.el (isearch-other-meta-char): Don't store kmacro commands
18618 in the keyboard macro. (Bug#15126)
18619
18620 2013-08-27 Juri Linkov <juri@jurta.org>
18621
18622 * isearch.el (isearch-quote-char): Comment out converting unibyte
18623 to multibyte, thus syncing with its `quoted-insert' counterpart.
18624 (Bug#15166)
18625
18626 2013-08-27 Martin Rudalics <rudalics@gmx.at>
18627
18628 * window.el (display-buffer-use-some-window): Add missing
18629 argument in call of get-largest-window (Bug#15185).
18630 Reported by Stephen Leake.
18631
18632 2013-08-27 Glenn Morris <rgm@gnu.org>
18633
18634 * emacs-lisp/package.el (package-buffer-info): Fix message typo.
18635
18636 2013-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
18637
18638 * progmodes/python.el (python-font-lock-keywords): Don't return nil
18639 from a matcher-function unless there's no more matches (bug#15161).
18640
18641 2013-08-26 Michael Albinus <michael.albinus@gmx.de>
18642
18643 * minibuffer.el: Revert change from 2013-08-20.
18644
18645 * net/tramp.el (tramp-find-method, tramp-find-user): Mark result
18646 with text property `tramp-default', if appropriate.
18647 (tramp-check-proper-host): New defun.
18648 (tramp-dissect-file-name): Do not check hostname. Revert change
18649 of 2013-03-18.
18650 (tramp-backtrace): Make VEC-OR-PROC optional.
18651
18652 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
18653 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
18654 * net/tramp-sh.el (tramp-maybe-open-connection):
18655 * net/tramp-smb.el (tramp-smb-maybe-open-connection):
18656 Apply `tramp-check-proper-host'.
18657
18658 2013-08-26 Tassilo Horn <tsdh@gnu.org>
18659
18660 * epa-hook.el (epa-file-encrypt-to): Quote `safe-local-variable'
18661 lambda expression in order to have `describe-variable' display it.
18662
18663 2013-08-26 Michael Albinus <michael.albinus@gmx.de>
18664
18665 * net/tramp-sh.el (tramp-sh-handle-verify-visited-file-modtime):
18666 BUF can be optional. (Bug#15186)
18667
18668 2013-08-25 Xue Fuqiao <xfq.free@gmail.com>
18669
18670 * progmodes/flymake.el (flymake-get-real-file-name-function):
18671 Fix broken customization. (Bug#15184)
18672
18673 2013-08-25 Alan Mackenzie <acm@muc.de>
18674
18675 Improve indentation of bracelists defined by macros (without "=").
18676
18677 * progmodes/cc-engine.el (c-inside-bracelist-p): When a macro
18678 expansion begins with "{", regard it as bracelist when it doesn't
18679 contain a ";".
18680
18681 Parse C++ inher-intro when there's a template split over 2 lines.
18682
18683 * progmodes/cc-engine.el (c-guess-basic-syntax CASE 5C): Code more
18684 rigorously the search for "class" etc. followed by ":".
18685
18686 * progmodes/cc-langs.el (c-opt-<>-sexp-key): Make the value for
18687 random languages a regexp which never matches rather than nil.
18688
18689 Handle "/"s more accurately in test for virtual semicolons (AWK Mode).
18690
18691 * progmodes/cc-awk.el (c-awk-one-line-possibly-open-string-re)
18692 (c-awk-regexp-one-line-possibly-open-char-list-re)
18693 (c-awk-one-line-possibly-open-regexp-re)
18694 (c-awk-one-line-non-syn-ws*-re): Remove.
18695 (c-awk-possibly-open-string-re, c-awk-non-/-syn-ws*-re)
18696 (c-awk-space*-/-re, c-awk-space*-regexp-/-re)
18697 (c-awk-space*-unclosed-regexp-/-re): New constants.
18698 (c-awk-at-vsemi-p): Reformulate better to recognize "/"s which
18699 aren't regexp delimiters.
18700
18701 * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Add in
18702 handling for a rare situation in AWK Mode involving unterminated
18703 strings/regexps.
18704
18705 2013-08-23 Glenn Morris <rgm@gnu.org>
18706
18707 * files.el (auto-mode-alist): Use sh-mode for .bash_history.
18708
18709 * files.el (interpreter-mode-alist): Use tcl-mode for expect scripts.
18710
18711 * files.el (create-file-buffer): If the result would begin with
18712 spaces, prepend a "|" instead of removing them. (Bug#15162)
18713
18714 2013-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
18715
18716 * textmodes/fill.el (fill-match-adaptive-prefix): Don't throw away
18717 text-properties (bug#15155).
18718
18719 * calc/calc-keypd.el (calc-keypad-execute): `x-flush-mouse-queue' doesn't
18720 exist any more.
18721 (calc-keypad-redraw): Remove unused var `pad'.
18722 (calc-keypad-press): Remove unused var `menu'.
18723
18724 2013-08-23 Martin Rudalics <rudalics@gmx.at>
18725
18726 * window.el (display-buffer-pop-up-frame):
18727 Call pop-up-frame-function with BUFFER current so `make-frame' will
18728 use it as the new frame's buffer (Bug#15133).
18729
18730 2013-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
18731
18732 * calendar/timeclock.el: Minor cleanups.
18733 (timeclock-ask-before-exiting, timeclock-use-display-time):
18734 Use `symbol'.
18735 (timeclock-modeline-display): Define as alias before the
18736 actual definition.
18737 (timeclock-mode-line-display): Use define-minor-mode.
18738 (timeclock-day-list-template): Make it a function, add an argument.
18739 (timeclock-day-list-required, timeclock-day-list-length)
18740 (timeclock-day-list-debt, timeclock-day-list-span)
18741 (timeclock-day-list-break): Adjust calls accordingly.
18742
18743 2013-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
18744
18745 * emacs-lisp/pp.el (pp-eval-expression, pp-macroexpand-expression):
18746 Use read--expression so that completion works again.
18747
18748 2013-08-21 Sam Steingold <sds@gnu.org>
18749
18750 Add rudimentary inferior shell interaction
18751 * progmodes/sh-script.el (sh-shell-process): New buffer-local variable.
18752 (sh-set-shell): Reset it.
18753 (sh-show-shell, sh-cd-here, sh-send-line-or-region-and-step):
18754 New commands (bound to C-c C-z, C-c C-d, and C-c C-n).
18755
18756 2013-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
18757
18758 * align.el: Use lexical-binding.
18759 (align-region): Simplify accordingly.
18760
18761 2013-08-20 Michael Albinus <michael.albinus@gmx.de>
18762
18763 * minibuffer.el (completion--sifn-requote): Bind `non-essential'.
18764
18765 * rfn-eshadow.el (rfn-eshadow-update-overlay): Move binding of
18766 `non-essential' up.
18767
18768 2013-08-17 Michael Albinus <michael.albinus@gmx.de>
18769
18770 * net/tramp.el:
18771 * net/tramp-adb.el:
18772 * net/tramp-cmds.el:
18773 * net/tramp-ftp.el:
18774 * net/tramp-gvfs.el:
18775 * net/tramp-gw.el:
18776 * net/tramp-sh.el: Don't wrap external variable declarations by
18777 `eval-when-compile'.
18778
18779 2013-08-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
18780
18781 * net/shr.el (shr-rescale-image): Use ImageMagick even for GIFs
18782 now that Emacs supports ImageMagick animations.
18783
18784 2013-08-16 Michael Albinus <michael.albinus@gmx.de>
18785
18786 * net/tramp-cmds.el (top): Don't declare `buffer-name'.
18787 (tramp-append-tramp-buffers): Rewrite buffer local variables part.
18788
18789 2013-08-16 Martin Rudalics <rudalics@gmx.at>
18790
18791 * window.el (mouse-autoselect-window-select): Do autoselect when
18792 mouse pointer is on margin.
18793
18794 2013-08-16 William Parsons <wbparsons@alum.mit.edu> (tiny change)
18795
18796 * net/ange-ftp.el (ange-ftp-skip-msgs): Add 500 EPSV. (Bug#1972)
18797
18798 2013-08-16 Glenn Morris <rgm@gnu.org>
18799
18800 * net/ange-ftp.el (ange-ftp-good-msgs, ange-ftp-get-pwd):
18801 Handle "Remote Directory" response of some clients. (Bug#15058)
18802
18803 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local):
18804 Tweak warning. (Bug#14926)
18805
18806 * menu-bar.el (send-mail-item-name, read-mail-item-name): Remove.
18807 (menu-bar-tools-menu): Simplify news and mail items. (Bug#15095)
18808
18809 * image-mode.el (image-mode-map): Add menu items to reverse,
18810 increase, decrease, reset animation speed.
18811 (image--set-speed, image-increase-speed, image-decrease-speed)
18812 (image-reverse-speed, image-reset-speed): New functions.
18813 (image-mode-map): Add bindings for speed commands.
18814
18815 * image.el (image-animate-get-speed, image-animate-set-speed):
18816 New functions.
18817 (image-animate-timeout): Respect image :speed property.
18818
18819 2013-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
18820
18821 * emacs-lisp/debug.el (debugger-setup-buffer): Put point on the
18822 previous line (bug#15101).
18823 (debugger-eval-expression, debugger-record-expression):
18824 Use read--expression (bug#15102).
18825
18826 2013-08-15 Michael Albinus <michael.albinus@gmx.de>
18827
18828 Remove byte compiler warnings, visible when compiling with
18829 `byte-compile-force-lexical-warnings' set to t.
18830
18831 * net/tramp.el (tramp-debug-message, tramp-message, tramp-error)
18832 (tramp-error-with-buffer): Rename ARGS to ARGUMENTS and BUFFER to BUF.
18833 (tramp-handle-unhandled-file-name-directory)
18834 (tramp-handle-file-notify-add-watch, tramp-action-login)
18835 (tramp-action-succeed, tramp-action-permission-denied)
18836 (tramp-action-terminal, tramp-action-process-alive): Prefix unused
18837 arguments with "_".
18838
18839 * net/tramp-adb.el (tramp-adb-parse-device-names)
18840 (tramp-adb-handle-insert-directory, tramp-adb-handle-delete-file)
18841 (tramp-adb-handle-copy-file): Prefix unused arguments with "_".
18842 (tramp-adb-handle-file-truename): Remove unused arguments.
18843
18844 * net/tramp-cache.el (tramp-flush-directory-property)
18845 (tramp-flush-connection-property, tramp-list-connections)
18846 (tramp-parse-connection-properties): Prefix unused arguments with "_".
18847
18848 * net/tramp-compat.el (tramp-compat-make-temp-file):
18849 Rename FILENAME to F.
18850
18851 * net/tramp-gvfs.el (tramp-gvfs-handle-file-notify-add-watch)
18852 (tramp-gvfs-handle-write-region, tramp-bluez-parse-device-names)
18853 (tramp-zeroconf-parse-workstation-device-names)
18854 (tramp-zeroconf-parse-webdav-device-names)
18855 (tramp-synce-parse-device-names): Prefix unused arguments with "_".
18856
18857 * net/tramp-gw.el (tramp-gw-gw-proc-sentinel)
18858 (tramp-gw-aux-proc-sentinel): Prefix unused arguments with "_".
18859
18860 * net/tramp-sh.el (tramp-sh-handle-file-truename): Remove unused
18861 arguments.
18862 (tramp-sh-handle-copy-file, tramp-sh-handle-dired-compress-file)
18863 (tramp-sh-handle-insert-file-contents-literally)
18864 (tramp-sh-handle-file-notify-add-watch): Prefix unused arguments
18865 with "_".
18866 (tramp-do-copy-or-rename-file, tramp-barf-if-no-shell-prompt):
18867 Remove unused variables.
18868
18869 * net/tramp-smb.el (tramp-smb-handle-copy-directory)
18870 (tramp-smb-handle-copy-file, tramp-smb-handle-delete-file)
18871 (tramp-smb-read-file-entry): Prefix unused arguments with "_".
18872
18873 * net/tramp-uu.el (tramp-uu-b64-alphabet, tramp-uu-b64-char-to-byte):
18874 Make them a defconst.
18875 (tramp-uuencode-region): Remove unused variable.
18876
18877 2013-08-14 Juanma Barranquero <lekktu@gmail.com>
18878
18879 * frameset.el (frameset--prop-setter): New function.
18880 (frameset-prop): Add gv-setter declaration.
18881 (frameset-filter-minibuffer): Deal with the case that the minibuffer
18882 parameter was already set in FILTERED. Doc fix.
18883 (frameset--record-minibuffer-relationships): Allow saving a
18884 minibufferless frame without its corresponding minibuffer frame.
18885 (frameset--reuse-frame): Accept a match from an orphaned minibufferless
18886 frame, if the frame id matches.
18887 (frameset--minibufferless-last-p): Sort non-orphaned minibufferless
18888 frames before orphaned ones.
18889 (frameset-restore): Warn about orphaned windows, instead of error out.
18890
18891 2013-08-14 Martin Rudalics <rudalics@gmx.at>
18892
18893 * window.el (window-make-atom): Don't overwrite parameter
18894 already present.
18895 (display-buffer-in-atom-window): Handle special case where we
18896 split an already atomic window.
18897 (window--major-non-side-window, display-buffer-in-side-window)
18898 (window--side-check): Ignore minibuffer window when walking
18899 window tree.
18900 (window-deletable-p): Return 'frame only if no other frame uses
18901 our minibuffer window.
18902 (record-window-buffer): Run buffer-list-update-hook.
18903 (split-window): Make sure window--check-frame won't destroy an
18904 existing atomic window in case the new window gets nested
18905 inside.
18906 (display-buffer-at-bottom): Ignore minibuffer window when
18907 walking window tree. Don't split a side window.
18908 (pop-to-buffer): Don't set-buffer here, the select-window call
18909 should do that.
18910 (mouse-autoselect-window-select): Autoselect only if we are in the
18911 text portion of the window.
18912
18913 2013-08-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
18914
18915 * net/shr.el (shr-parse-image-data): New function to grab both the
18916 data itself and the Content-Type.
18917 (shr-put-image): Use it.
18918
18919 * net/eww.el (eww-display-image): Ditto.
18920
18921 * image.el (image-content-type-suffixes): New variable.
18922
18923 2013-08-13 Fabián Ezequiel Gallina <fgallina@gnu.org>
18924
18925 * progmodes/python.el (python-imenu--build-tree)
18926 (python-imenu--put-parent): Simplify and Fix (GH bug 146).
18927
18928 2013-08-13 Xue Fuqiao <xfq.free@gmail.com>
18929
18930 * simple.el (backward-word): Mention the optional argument.
18931
18932 2013-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
18933
18934 * frameset.el (frameset--make): Rename constructor from make-frameset.
18935 (frameset-p, frameset-valid-p): Don't autoload.
18936 (frameset-valid-p): Use normal accessors.
18937
18938 2013-08-13 Glenn Morris <rgm@gnu.org>
18939
18940 * progmodes/compile.el (compile-command): Tweak example in doc.
18941 * obsolete/scribe.el (scribe-mode):
18942 * progmodes/mixal-mode.el (mixal-mode): Quote buffer name. (Bug#15053)
18943
18944 * mail/feedmail.el (feedmail-confirm-outgoing)
18945 (feedmail-display-full-frame, feedmail-deduce-bcc-where): Fix types.
18946
18947 * cus-start.el (truncate-partial-width-windows): Fix type.
18948
18949 * emulation/viper-init.el (viper-search-scroll-threshold): Fix type.
18950
18951 * net/shr.el (shr-table-horizontal-line): Fix custom type.
18952
18953 2013-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
18954
18955 * emacs-lisp/timer.el (timer--time-setter): New function.
18956 (timer--time): Use it as gv-setter.
18957
18958 * emacs-lisp/gv.el (gv-define-simple-setter): Output warning when
18959 setter is not a symbol.
18960
18961 2013-08-12 Grégoire Jadi <daimrod@gmail.com>
18962
18963 * mail/sendmail.el (sendmail-send-it): Don't kill the error buffer
18964 if sending fails. This makes debugging easier.
18965
18966 2013-08-12 Juanma Barranquero <lekktu@gmail.com>
18967
18968 * xml.el (xml-parse-tag-1): Use looking-at (this reverts change in
18969 2013-08-11T00:07:48Z!lekktu@gmail.com, which breaks the test suite).
18970 https://lists.gnu.org/archive/html/emacs-devel/2013-08/msg00263.html
18971
18972 2013-08-12 Eli Zaretskii <eliz@gnu.org>
18973
18974 * term/w32-win.el (dynamic-library-alist): Add DLLs for zlib.
18975
18976 2013-08-12 Glenn Morris <rgm@gnu.org>
18977
18978 * format.el (format-annotate-function):
18979 Handle read-only text properties in the source. (Bug#14887)
18980
18981 2013-08-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
18982
18983 * net/eww.el (eww-display-html): Ignore coding system errors.
18984 One web site uses "utf-8lias" as the coding system.
18985
18986 2013-08-11 Juanma Barranquero <lekktu@gmail.com>
18987
18988 * frameset.el (frameset-valid-p): Fix check; STATES can indeed be nil.
18989
18990 2013-08-10 Juanma Barranquero <lekktu@gmail.com>
18991
18992 * tutorial.el (tutorial--describe-nonstandard-key): Use string-match-p.
18993 (tutorial--detailed-help): Remove unused local variables.
18994 (tutorial--save-tutorial-to): Use ignore-errors.
18995 (help-with-tutorial): Use looking-at-p.
18996
18997 * view.el (view-buffer-other-window, view-buffer-other-frame):
18998 Mark unused arguments.
18999
19000 * woman.el (woman-parse-colon-path, woman-parse-colon-path)
19001 (woman-select-symbol-fonts, woman, woman-find-file)
19002 (woman-insert-file-contents, woman-non-underline-faces):
19003 Use string-match-p.
19004 (woman1-unquote): Move declaration.
19005
19006 * xml.el (xml-parse-tag-1, xml-parse-string): Use looking-at-p.
19007 (xml-parse-dtd): Use looking-at-p, string-match-p. Mark unused
19008 argument. Remove unused local variable.
19009 (xml-parse-elem-type): Use string-match-p.
19010 (xml-substitute-numeric-entities): Use ignore-errors.
19011
19012 * calculator.el (calculator): Mark unused argument.
19013 (calculator-paste, calculator-quit, calculator-integer-p):
19014 Use ignore-errors.
19015 (calculator-string-to-number, calculator-decimal, calculator-exp)
19016 (calculator-op-or-exp): Use string-match-p.
19017
19018 * dired.el (dired-buffer-more-recently-used-p): Declare.
19019 (dired-insert-set-properties, dired-insert-old-subdirs):
19020 Use ignore-errors.
19021
19022 * dired-aux.el (dired-compress): Use ignore-errors.
19023 (dired-do-chxxx, dired-do-chmod, dired-trample-file-versions)
19024 (dired-do-async-shell-command, dired-do-shell-command)
19025 (dired-shell-stuff-it, dired-compress-file, dired-insert-subdir)
19026 (dired-insert-subdir-validate): Use string-match-p.
19027 (dired-map-dired-file-lines, dired-subdir-hidden-p): Use looking-at-p.
19028 (dired-add-entry): Use string-match-p, looking-at-p.
19029 (dired-insert-subdir-newpos): Remove unused local variable.
19030
19031 * filenotify.el (file-notify-callback): Remove unused local variable.
19032
19033 * filesets.el (filesets-error): Mark unused argument.
19034 (filesets-which-command-p, filesets-filter-dir-names)
19035 (filesets-directory-files, filesets-get-external-viewer)
19036 (filesets-ingroup-get-data): Use string-match-p.
19037
19038 * find-file.el (ff-other-file-name, ff-other-file-name)
19039 (ff-find-the-other-file, ff-cc-hh-converter):
19040 Remove unused local variables.
19041 (ff-get-file-name): Use string-match-p.
19042 (ff-all-dirs-under): Use ignore-errors.
19043
19044 * follow.el (follow-comint-scroll-to-bottom): Mark unused argument.
19045 (follow-select-if-visible): Remove unused local variable.
19046
19047 * forms.el (read-file-filter): Move declaration.
19048 (forms--make-format, forms--make-parser, forms-insert-record):
19049 Quote function with #'.
19050 (forms--update): Use string-match-p. Quote function with #'.
19051
19052 * help-mode.el (help-dir-local-var-def): Mark unused argument.
19053 (help-make-xrefs): Use looking-at-p.
19054 (help-xref-on-pp): Use looking-at-p, ignore-errors.
19055
19056 * ibuffer.el (ibuffer-ext-visible-p): Declare.
19057 (ibuffer-confirm-operation-on): Use string-match-p.
19058
19059 * msb.el (msb-item-handler, msb-dired-item-handler):
19060 Mark unused arguments.
19061
19062 * ses.el (ses-decode-cell-symbol)
19063 (ses-kill-override): Remove unused local variable.
19064 (ses-create-cell-variable, ses-relocate-formula): Use string-match-p.
19065 (ses-load): Use ignore-errors, looking-at-p.
19066 (ses-jump-safe): Use ignore-errors.
19067 (ses-export-tsv, ses-export-tsf, ses-unsafe): Mark unused arguments.
19068
19069 * tabify.el (untabify, tabify): Mark unused arguments.
19070
19071 * thingatpt.el (thing-at-point--bounds-of-well-formed-url):
19072 Mark unused argument.
19073 (bounds-of-thing-at-point, thing-at-point-bounds-of-list-at-point)
19074 (thing-at-point-newsgroup-p, form-at-point): Use ignore-errors.
19075
19076 * emacs-lisp/timer.el (timer--time): Define setter with
19077 gv-define-setter to avoid deprecation warning.
19078
19079 * completion.el: Remove stuff unused since revno:3176 (1993-05-27).
19080 (*record-cmpl-statistics-p*): Remove (was commented out).
19081 (cmpl-statistics-block): Remove (body was commented out).
19082 All callers changed.
19083 (add-completions-from-buffer, load-completions-from-file):
19084 Remove unused variables.
19085
19086 2013-08-09 Juanma Barranquero <lekktu@gmail.com>
19087
19088 * filecache.el (file-cache-delete-file-list):
19089 Print message only when told so.
19090 (file-cache-files-matching): Use #' in mapconcat argument.
19091
19092 * ffap.el (ffap-url-at-point): Fix reference to variable
19093 thing-at-point-default-mail-uri-scheme.
19094
19095 2013-08-09 Stefan Monnier <monnier@iro.umontreal.ca>
19096
19097 * subr.el (define-error): New function.
19098 * progmodes/ada-xref.el (ada-error-file-not-found): Rename from
19099 error-file-not-found and define with define-error.
19100 * emacs-lisp/cl-lib.el (cl-assertion-failed): Move here from subr.el
19101 and define with define-error.
19102 * userlock.el (file-locked, file-supersession):
19103 * simple.el (mark-inactive):
19104 * progmodes/js.el (js-moz-bad-rpc, js-js-error):
19105 * progmodes/ada-mode.el (ada-mode-errors):
19106 * play/life.el (life-extinct):
19107 * nxml/xsd-regexp.el (xsdre-invalid-regexp, xsdre-parse-error):
19108 * nxml/xmltok.el (xmltok-markup-declaration-parse-error):
19109 * nxml/rng-util.el (rng-error):
19110 * nxml/rng-uri.el (rng-uri-error):
19111 * nxml/rng-match.el (rng-compile-error):
19112 * nxml/rng-cmpct.el (rng-c-incorrect-schema):
19113 * nxml/nxml-util.el (nxml-error, nxml-file-parse-error):
19114 * nxml/nxml-rap.el (nxml-scan-error):
19115 * nxml/nxml-outln.el (nxml-outline-error):
19116 * net/soap-client.el (soap-error):
19117 * net/gnutls.el (gnutls-error):
19118 * net/ange-ftp.el (ftp-error):
19119 * mpc.el (mpc-proc-error):
19120 * json.el (json-error, json-readtable-error, json-unknown-keyword)
19121 (json-number-format, json-string-escape, json-string-format)
19122 (json-key-format, json-object-format):
19123 * jka-compr.el (compression-error):
19124 * international/quail.el (quail-error):
19125 * international/kkc.el (kkc-error):
19126 * emacs-lisp/ert.el (ert-test-failed):
19127 * calc/calc.el (calc-error, inexact-result, math-overflow)
19128 (math-underflow):
19129 * bookmark.el (bookmark-error-no-filename):
19130 * epg.el (epg-error): Define with define-error.
19131
19132 * time.el (display-time-event-handler)
19133 (display-time-next-load-average): Don't call sit-for since it seems
19134 unnecessary (bug#15045).
19135
19136 * emacs-lisp/checkdoc.el: Remove redundant :group keywords.
19137 Use #' instead of ' to quote functions.
19138 (checkdoc-output-mode): Use setq-local.
19139 (checkdoc-spellcheck-documentation-flag, checkdoc-ispell-lisp-words)
19140 (checkdoc-verb-check-experimental-flag, checkdoc-proper-noun-regexp)
19141 (checkdoc-common-verbs-regexp): Mark safe-local-variable (bug#15010).
19142 (checkdoc-ispell, checkdoc-ispell-current-buffer)
19143 (checkdoc-ispell-interactive, checkdoc-ispell-message-interactive)
19144 (checkdoc-ispell-message-text, checkdoc-ispell-start)
19145 (checkdoc-ispell-continue, checkdoc-ispell-comments)
19146 (checkdoc-ispell-defun): Remove unused arg `take-notes'.
19147
19148 * ido.el (ido-completion-help): Fix up compiler warning.
19149
19150 2013-08-09 Juanma Barranquero <lekktu@gmail.com>
19151
19152 * frameset.el (frameset-p): Add autoload cookie.
19153 (frameset--jump-to-register): New function, based on code moved from
19154 register.el.
19155 (frameset-to-register): Move from register.el. Adapt to `registerv'.
19156
19157 * register.el (frameset-frame-id, frameset-frame-with-id, frameset-p)
19158 (frameset-restore, frameset-save, frameset-session-filter-alist):
19159 Remove declarations.
19160 (register-alist): Doc fix.
19161 (frameset-to-register): Move to frameset.el.
19162 (jump-to-register, describe-register-1): Remove frameset-specific code.
19163
19164 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
19165
19166 * allout-widgets.el (allout-widgets-pre-command-business)
19167 (allout-widgets-post-command-business)
19168 (allout-widgets-after-change-handler)
19169 (allout-decorate-item-and-context, allout-set-boundary-marker)
19170 (allout-body-modification-handler)
19171 (allout-graphics-modification-handler): Mark ignored arguments.
19172 (allout-widgets-post-command-business)
19173 (allout-widgets-exposure-change-processor)
19174 (allout-widgets-exposure-undo-processor)
19175 (allout-decorate-item-and-context, allout-redecorate-visible-subtree)
19176 (allout-parse-item-at-point, allout-decorate-item-guides)
19177 (allout-decorate-item-cue, allout-item-span): Remove unused variables.
19178 * allout.el (epa-passphrase-callback-function): Declare.
19179 (allout-overlay-insert-in-front-handler)
19180 (allout-overlay-interior-modification-handler)
19181 (allout-isearch-end-handler, allout-chart-siblings)
19182 (allout-up-current-level, allout-end-of-level, allout-reindent-body)
19183 (allout-yank-processing, allout-process-exposed)
19184 (allout-latex-verb-quote, allout-latexify-one-item, outlineify-sticky)
19185 (allout-latex-verbatim-quote-curr-line): Remove unused variables.
19186 * emacs-lisp/lisp-mode.el (lisp-eval-defun, last-sexp-toggle-display)
19187 (lisp-indent-defform): Mark ignored arguments.
19188 (lisp-indent-line): Mark ignored arguments. Remove unused variables.
19189 (calculate-lisp-indent): Remove unused variables.
19190 * international/characters.el (indian-2-column, arabic-2-column)
19191 (tibetan): Mark ignored arguments.
19192 (use-cjk-char-width-table): Mark ignored arguments.
19193 Remove unused variables.
19194 * international/fontset.el (build-default-fontset-data)
19195 (x-compose-font-name, create-fontset-from-fontset-spec):
19196 Mark ignored arguments.
19197 (fontset-plain-name): Remove unused variables.
19198 * international/mule.el (charset-id, charset-bytes, generic-char-p)
19199 (keyboard-coding-system): Mark ignored arguments.
19200 (find-auto-coding): Remove unused variables. Use `ignore-errors'.
19201 * help.el (resize-temp-buffer-window):
19202 * window.el (display-buffer-in-major-side-window)
19203 (display-buffer-in-side-window, display-buffer-in-previous-window):
19204 Remove unused variables.
19205 * isearch.el (isearch-forward-symbol):
19206 * version.el (emacs-bzr-version-bzr):
19207 * international/mule-cmds.el (current-language-environment):
19208 * term/common-win.el (x-handle-iconic, x-handle-geometry)
19209 (x-handle-display):
19210 * term/pc-win.el (x-list-fonts, x-display-planes)
19211 (x-display-color-cells, x-server-max-request-size, x-server-vendor)
19212 (x-server-version, x-display-screens, x-display-mm-height)
19213 (x-display-mm-width, x-display-backing-store, x-display-visual-class)
19214 (x-selection-owner-p, x-own-selection-internal)
19215 (x-disown-selection-internal, x-get-selection-internal)
19216 (msdos-initialize-window-system):
19217 * term/tty-colors.el (tty-color-alist, tty-color-clear):
19218 * term/x-win.el (x-handle-no-bitmap-icon):
19219 * vc/vc-hooks.el (vc-mode, vc-default-make-version-backups-p)
19220 (vc-default-find-file-hook, vc-default-extra-menu):
19221 Mark ignored arguments.
19222
19223 2013-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
19224
19225 * emacs-lisp/edebug.el (edebug-debugger): Use edebug-eval to run the
19226 break-condition in the context of the debugged code (bug#12685).
19227
19228 2013-08-08 Christopher Schmidt <christopher@ch.ristopher.com>
19229
19230 * comint.el:
19231 Do not use an overlay to highlight the last prompt. (Bug#14744)
19232 (comint-mode): Make comint-last-prompt buffer local.
19233 (comint-last-prompt): New variable.
19234 (comint-last-prompt-overlay): Remove. Superseded by
19235 comint-last-prompt.
19236 (comint-snapshot-last-prompt, comint-output-filter):
19237 Use comint-last-prompt.
19238
19239 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
19240
19241 * frameset.el (frameset-valid-p): Check vector length. Doc fix.
19242 (frameset-save): Check validity of the resulting frameset.
19243
19244 2013-08-08 Xue Fuqiao <xfq.free@gmail.com>
19245
19246 * ido.el (ido-record-command): Add doc string.
19247
19248 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
19249
19250 * frameset.el (frameset): Do not disable creation of the default
19251 frameset-p predicate. Doc fix.
19252 (frameset-valid-p): New function, copied from the old predicate-p.
19253 Add additional checks.
19254 (frameset-restore): Check with frameset-valid-p.
19255 (frameset-p, frameset-version, frameset-timestamp, frameset-app)
19256 (frameset-name, frameset-description, frameset-properties)
19257 (frameset-states): Add docstring.
19258 (frameset-session-filter-alist, frameset-persistent-filter-alist)
19259 (frameset-filter-alist): Doc fixes.
19260
19261 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
19262
19263 * frameset.el (frameset-p, frameset-prop): Doc fixes.
19264
19265 2013-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
19266
19267 * emacs-lisp/bytecomp.el (byte-compile-function-warn): New function,
19268 extracted from byte-compile-callargs-warn and byte-compile-normal-call.
19269 (byte-compile-callargs-warn, byte-compile-function-form): Use it.
19270 (byte-compile-normal-call): Remove obsolescence check.
19271
19272 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
19273
19274 * frameset.el (frameset-restore): Doc fix.
19275
19276 * register.el (frameset-frame-id, frameset-frame-with-id)
19277 (frameset-p, frameset-restore, frameset-save): Declare.
19278 (register-alist): Document framesets.
19279 (frameset-session-filter-alist): Declare.
19280 (frameset-to-register): New function.
19281 (jump-to-register): Implement jumping to framesets. Doc fix.
19282 (describe-register-1): Describe framesets.
19283
19284 * bindings.el (ctl-x-r-map): Bind ?f to frameset-to-register.
19285
19286 2013-08-07 Juanma Barranquero <lekktu@gmail.com>
19287
19288 * desktop.el (desktop-save-frameset): Use new frameset-save args.
19289 Use lexical-binding.
19290
19291 * frameset.el (frameset): Use type vector, not list (incompatible
19292 change). Do not declare a new constructor, use the default one.
19293 Upgrade suggested properties `app', `name' and `desc' to slots `app',
19294 `name' and `description', respectively, and add read-only slot
19295 `timestamp'. Doc fixes.
19296 (frameset-copy, frameset-persistent-filter-alist)
19297 (frameset-filter-alist, frameset-switch-to-gui-p)
19298 (frameset-switch-to-tty-p, frameset-filter-tty-to-GUI)
19299 (frameset-filter-sanitize-color, frameset-filter-minibuffer)
19300 (frameset-filter-iconified, frameset-keep-original-display-p):
19301 Doc fixes.
19302 (frameset-filter-shelve-param, frameset-filter-unshelve-param):
19303 Rename from frameset-filter-(save|restore)-param. All callers changed.
19304 Doc fix.
19305 (frameset-p): Adapt to change to vector and be more thorough.
19306 Change arg name to OBJECT. Doc fix.
19307 (frameset-prop): Rename arg PROP to PROPERTY. Doc fix.
19308 (frameset-session-filter-alist): Rename from frameset-live-filter-alist.
19309 All callers changed.
19310 (frameset-frame-with-id): Rename from frameset-locate-frame-id.
19311 All callers changed.
19312 (frameset--record-minibuffer-relationships): Rename from
19313 frameset--process-minibuffer-frames. All callers changed.
19314 (frameset-save): Add new keyword arguments APP, NAME and DESCRIPTION.
19315 Use new default constructor (again). Doc fix.
19316 (frameset--find-frame-if): Rename from `frameset--find-frame'.
19317 All callers changed.
19318 (frameset--reuse-frame): Rename arg FRAME-CFG to PARAMETERS.
19319 (frameset--initial-params): Rename arg FRAME-CFG to PARAMETERS.
19320 Doc fix.
19321 (frameset--restore-frame): Rename args FRAME-CFG and WINDOW-CFG to
19322 PARAMETERS and WINDOW-STATE, respectively.
19323 (frameset-restore): Add new keyword argument PREDICATE.
19324 Reset frameset--target-display to nil. Doc fix.
19325
19326 2013-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
19327
19328 * progmodes/bat-mode.el (bat--syntax-propertize): New var.
19329 (bat-mode): Use it.
19330 (bat-mode-syntax-table): Mark \n as end-of-comment.
19331 (bat-font-lock-keywords): Remove comment rule.
19332
19333 * progmodes/bat-mode.el: Rename from dos.el. Use "bat-" prefix.
19334 (dos-mode-help): Remove. Use describe-mode (C-h m) instead.
19335
19336 * emacs-lisp/bytecomp.el: Check existence of f in #'f.
19337 (byte-compile-callargs-warn): Use `push'.
19338 (byte-compile-arglist-warn): Ignore higher-order "calls".
19339 (byte-compile-file-form-autoload): Use `pcase'.
19340 (byte-compile-function-form): If quoting a symbol, check that it exists.
19341
19342 2013-08-07 Eli Zaretskii <eliz@gnu.org>
19343
19344 * progmodes/dos.el (dos-font-lock-keywords): Rename LINUX to UNIX
19345 and add a few popular commands found in batch files.
19346 (dos, dos-label-face, dos-cmd-help, dos-run, dos-run-args)
19347 (dos-mode): Doc fixes.
19348
19349 2013-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
19350
19351 * progmodes/dos.el (auto-mode-alist): Add entries for dos-mode.
19352 (dos-mode): Use setq-local. Add space after "rem".
19353 (dos-mode-syntax-table): Don't use "w" for symbol chars.
19354 (dos-font-lock-keywords): Try to adjust font-lock rules accordingly.
19355
19356 2013-08-07 Arni Magnusson <arnima@hafro.is>
19357
19358 * progmodes/dos.el: New file.
19359 * generic-x.el (bat-generic-mode): Redefine as an obsolete alias to
19360 dos-mode.
19361
19362 2013-08-06 Glenn Morris <rgm@gnu.org>
19363
19364 * calendar/calendar.el: Add new faces, and day-header-array.
19365 (calendar-weekday-header, calendar-weekend-header)
19366 (calendar-month-header): New faces.
19367 (calendar-day-header-construct): New function.
19368 (calendar-day-header-width): Also :set calendar-day-header-array.
19369 (calendar-american-month-header, calendar-european-month-header)
19370 (calendar-iso-month-header): Use calendar- faces.
19371 (calendar-generate-month):
19372 Use calendar-day-header-array for day headers; apply faces to them.
19373 (calendar-mode): Check calendar-font-lock-keywords non-nil.
19374 (calendar-abbrev-construct): Add optional maxlen argument.
19375 (calendar-day-name-array): Doc fix.
19376 (calendar-day-name-array, calendar-abbrev-length)
19377 (calendar-day-abbrev-array):
19378 Also :set calendar-day-header-array, and maybe redraw.
19379 (calendar-day-header-array): New option. (Bug#15007)
19380 (calendar-font-lock-keywords): Set to nil and make obsolete.
19381 (calendar-day-name): Add option to use header array.
19382
19383 2013-08-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
19384
19385 * net/shr.el (shr-render-td): Remove debugging.
19386 (shr-render-td): Make width computation consistent by defaulting
19387 all zero-width columns to 10 characters. This may not be optimal,
19388 but it's at least consistent.
19389 (shr-make-table-1): Redo last change to fix the real problem in
19390 colspan handling.
19391
19392 2013-08-06 Dmitry Antipov <dmantipov@yandex.ru>
19393
19394 * files.el (cache-long-line-scans):
19395 Make obsolete alias to `cache-long-scans'.
19396
19397 2013-08-06 Juanma Barranquero <lekktu@gmail.com>
19398
19399 * frameset.el (frameset, frameset-filter-alist)
19400 (frameset-filter-params, frameset-save, frameset--reuse-frame)
19401 (frameset--minibufferless-last-p, frameset-restore): Doc fixes.
19402 (frameset-compute-pos): Rename from frameset--compute-pos,
19403 and add docstring.
19404 (frameset-move-onscreen): Use frameset-compute-pos.
19405 Most changes suggested by Drew Adams <drew.adams@oracle.com>.
19406
19407 * find-lisp.el (find-lisp-line-indent, find-lisp-find-dired-filter):
19408 Fix typos in docstrings.
19409
19410 2013-08-06 Dmitry Antipov <dmantipov@yandex.ru>
19411
19412 * frame.el (get-other-frame): Tiny cleanup.
19413
19414 2013-08-06 Juanma Barranquero <lekktu@gmail.com>
19415
19416 * vc/vc.el (vc-default-ignore-completion-table):
19417 Silence byte-compiler warning.
19418
19419 * frameset.el (frameset-p): Don't check non-nullness of the `properties'
19420 slot, which can indeed be nil.
19421 (frameset-live-filter-alist, frameset-persistent-filter-alist):
19422 Move entry for `left' from persistent to live filter alist.
19423 (frameset-filter-alist, frameset--minibufferless-last-p, frameset-save):
19424 Doc fixes.
19425 (frameset-filter-params): When restoring a frame, copy items added to
19426 `filtered', to avoid unwittingly modifying the original parameters.
19427 (frameset-move-onscreen): Rename from frameset--move-onscreen. Doc fix.
19428 (frameset--restore-frame): Fix reference to frameset-move-onscreen.
19429
19430 * dired.el (dired-insert-directory): Revert change in 2013-06-21T12:24:37Z!lekktu@gmail.com
19431 to use looking-at-p instead of looking-at. (Bug#15028)
19432
19433 2013-08-05 Stefan Monnier <monnier@iro.umontreal.ca>
19434
19435 Revert introduction of isearch-filter-predicates (bug#14714).
19436 Rely on add-function instead.
19437 * isearch.el (isearch-filter-predicates): Rename it back to
19438 isearch-filter-predicate.
19439 (isearch-message-prefix): Use advice-function-mapc and advice
19440 properties to get the isearch-message-prefix.
19441 (isearch-search, isearch-lazy-highlight-search): Revert to funcall
19442 instead of run-hook-with-args-until-failure.
19443 (isearch-filter-visible): Not obsolete any more.
19444 * loadup.el: Preload nadvice.
19445 * replace.el (perform-replace): Revert to funcall
19446 instead of run-hook-with-args-until-failure.
19447 * wdired.el (wdired-change-to-wdired-mode): Use add-function.
19448 * dired-aux.el (dired-isearch-filenames-mode): Rename from
19449 dired-isearch-filenames-toggle; make it into a proper minor mode.
19450 Use add/remove-function.
19451 (dired-isearch-filenames-setup, dired-isearch-filenames-end):
19452 Call the minor-mode rather than add/remove-hook.
19453 (dired-isearch-filter-filenames):
19454 Remove isearch-message-prefix property.
19455 * info.el (Info--search-loop): New function, extracted from Info-search.
19456 Funcall isearch-filter-predicate instead of
19457 run-hook-with-args-until-failure isearch-filter-predicates.
19458 (Info-search): Use it.
19459 (Info-mode): Use isearch-filter-predicate instead of
19460 isearch-filter-predicates.
19461
19462 2013-08-05 Dmitry Antipov <dmantipov@yandex.ru>
19463
19464 Do not call to `selected-window' where it is assumed by default.
19465 Affected functions are `window-minibuffer-p', `window-dedicated-p',
19466 `window-hscroll', `window-width', `window-height', `window-buffer',
19467 `window-frame', `window-start', `window-point', `next-window'
19468 and `window-display-table'.
19469 * abbrev.el (abbrev--default-expand):
19470 * bs.el (bs--show-with-configuration):
19471 * buff-menu.el (Buffer-menu-mouse-select):
19472 * calc/calc.el (calc):
19473 * calendar/calendar.el (calendar-generate-window):
19474 * calendar/diary-lib.el (diary-simple-display, diary-show-all-entries)
19475 (diary-make-entry):
19476 * comint.el (send-invisible, comint-dynamic-complete-filename)
19477 (comint-dynamic-simple-complete, comint-dynamic-list-completions):
19478 * completion.el (complete):
19479 * dabbrev.el (dabbrev-expand, dabbrev--make-friend-buffer-list):
19480 * disp-table.el (describe-current-display-table):
19481 * doc-view.el (doc-view-insert-image):
19482 * ebuff-menu.el (Electric-buffer-menu-mouse-select):
19483 * ehelp.el (with-electric-help):
19484 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
19485 * emacs-lisp/edebug.el (edebug-two-window-p, edebug-pop-to-buffer):
19486 * emacs-lisp/helper.el (Helper-help-scroller):
19487 * emulation/cua-base.el (cua--post-command-handler-1):
19488 * eshell/esh-mode.el (eshell-output-filter):
19489 * ffap.el (ffap-gnus-wrapper):
19490 * help-macro.el (make-help-screen):
19491 * hilit-chg.el (highlight-compare-buffers):
19492 * hippie-exp.el (hippie-expand, try-expand-dabbrev-visible):
19493 * hl-line.el (global-hl-line-highlight):
19494 * icomplete.el (icomplete-simple-completing-p):
19495 * isearch.el (isearch-done):
19496 * jit-lock.el (jit-lock-stealth-fontify):
19497 * mail/rmailsum.el (rmail-summary-scroll-msg-up):
19498 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
19499 * mpc.el (mpc-tagbrowser, mpc):
19500 * net/rcirc.el (rcirc-any-buffer):
19501 * play/gomoku.el (gomoku-max-width, gomoku-max-height):
19502 * play/landmark.el (landmark-max-width, landmark-max-height):
19503 * play/zone.el (zone):
19504 * progmodes/compile.el (compilation-goto-locus):
19505 * progmodes/ebrowse.el (ebrowse-view/find-file-and-search-pattern):
19506 * progmodes/etags.el (find-tag-other-window):
19507 * progmodes/fortran.el (fortran-column-ruler):
19508 * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
19509 * progmodes/verilog-mode.el (verilog-point-text):
19510 * reposition.el (reposition-window):
19511 * rot13.el (toggle-rot13-mode):
19512 * server.el (server-switch-buffer):
19513 * shell.el (shell-dynamic-complete-command)
19514 (shell-dynamic-complete-environment-variable):
19515 * simple.el (insert-buffer, set-selective-display)
19516 (delete-completion-window):
19517 * speedbar.el (speedbar-timer-fn, speedbar-center-buffer-smartly)
19518 (speedbar-recenter):
19519 * startup.el (fancy-splash-head):
19520 * textmodes/ispell.el (ispell-command-loop):
19521 * textmodes/makeinfo.el (makeinfo-compilation-sentinel-region):
19522 * tutorial.el (help-with-tutorial):
19523 * vc/add-log.el (add-change-log-entry):
19524 * vc/compare-w.el (compare-windows):
19525 * vc/ediff-help.el (ediff-indent-help-message):
19526 * vc/ediff-util.el (ediff-setup-control-buffer, ediff-position-region):
19527 * vc/ediff-wind.el (ediff-skip-unsuitable-frames)
19528 (ediff-setup-control-frame):
19529 * vc/emerge.el (emerge-position-region):
19530 * vc/pcvs-util.el (cvs-bury-buffer):
19531 * window.el (walk-windows, mouse-autoselect-window-select):
19532 * winner.el (winner-set-conf, winner-undo): Related users changed.
19533
19534 2013-08-05 Juanma Barranquero <lekktu@gmail.com>
19535
19536 * frameset.el (frameset--set-id): Doc fix.
19537 (frameset-frame-id, frameset-frame-id-equal-p)
19538 (frameset-locate-frame-id): New functions.
19539 (frameset--process-minibuffer-frames, frameset--reuse-frame)
19540 (frameset-restore): Use them.
19541
19542 2013-08-05 Dmitry Antipov <dmantipov@yandex.ru>
19543
19544 Do not call to `selected-frame' where it is assumed by default.
19545 Affected functions are `raise-frame', `redraw-frame',
19546 `frame-first-window', `frame-terminal' and `delete-frame'.
19547 * calendar/appt.el (appt-disp-window):
19548 * epg.el (epg-wait-for-completion):
19549 * follow.el (follow-delete-other-windows-and-split)
19550 (follow-avoid-tail-recenter):
19551 * international/mule.el (set-terminal-coding-system):
19552 * mail/rmail.el (rmail-mail-return):
19553 * net/newst-plainview.el (newsticker--buffer-set-uptodate):
19554 * progmodes/f90.el (f90-add-imenu-menu):
19555 * progmodes/idlw-toolbar.el (idlwave-toolbar-toggle):
19556 * server.el (server-switch-buffer):
19557 * simple.el (delete-completion-window):
19558 * talk.el (talk):
19559 * term/xterm.el (terminal-init-xterm-modify-other-keys)
19560 (xterm-turn-on-modify-other-keys, xterm-remove-modify-other-keys):
19561 * vc/ediff-util.el (ediff-status-info, ediff-show-diff-output):
19562 * vc/ediff.el (ediff-documentation): Related users changed.
19563 * frame.el (selected-terminal): Remove the leftover.
19564
19565 2013-08-05 Glenn Morris <rgm@gnu.org>
19566
19567 * calendar/calendar.el (calendar-generate-month):
19568 Fix for calendar-column-width != 1 + calendar-day-digit-width.
19569 (calendar-generate-month, calendar-font-lock-keywords):
19570 Fix for calendar-day-header-width > length of any day name.
19571
19572 2013-08-05 Juanma Barranquero <lekktu@gmail.com>
19573
19574 * desktop.el (desktop-clear): Use new name of sort predicate.
19575
19576 * frameset.el (frameset): Add docstring. Move :version property to its
19577 own `version' slot.
19578 (frameset-copy): Rename from copy-frameset.
19579 (frameset-p): Check more thoroughly.
19580 (frameset-prop): Do not check for :version, which is no longer a prop.
19581 (frameset-live-filter-alist, frameset-persistent-filter-alist):
19582 Use new :never value instead of t.
19583 (frameset-filter-alist): Expand and clarify docstring.
19584 (frameset-filter-tty-to-GUI, frameset-filter-sanitize-color)
19585 (frameset-filter-minibuffer, frameset-filter-save-param)
19586 (frameset-filter-restore-param, frameset-filter-iconified):
19587 Add pointer to docstring of frameset-filter-alist.
19588 (frameset-filter-params): Rename filter values to be more meaningful:
19589 :never instead of t, and reverse the meanings of :save and :restore.
19590 (frameset--process-minibuffer-frames): Clarify error message.
19591 (frameset-save): Avoid unnecessary and confusing call to framep.
19592 Use new BOA constructor for framesets.
19593 (frameset--reuse-list): Doc fix.
19594 (frameset--restore-frame): Rename from frameset--get-frame. Doc fix.
19595 (frameset--minibufferless-last-p): Rename from frameset--sort-states.
19596 (frameset-minibufferless-first-p): Doc fix.
19597 Rename from frameset-sort-frames-for-deletion.
19598 (frameset-restore): Doc fixes. Use new function names.
19599 Most changes suggested by Drew Adams <drew.adams@oracle.com>.
19600
19601 2013-08-04 Juanma Barranquero <lekktu@gmail.com>
19602
19603 * desktop.el (desktop-restore-forces-onscreen)
19604 (desktop-restore-reuses-frames): Document :keyword constant values.
19605 (desktop-filter-parameters-alist): Remove, now identical to
19606 frameset-filter-alist.
19607 (desktop--filter-tty*): Remove, moved to frameset.el.
19608 (desktop-save-frameset, desktop-restore-frameset):
19609 Do not pass :filters argument.
19610
19611 * frameset.el (frameset-live-filter-alist)
19612 (frameset-persistent-filter-alist): New variables.
19613 (frameset-filter-alist): Use them. Add autoload cookie.
19614 (frameset-filter-tty-to-GUI): Move from desktop.el and rename.
19615 (frameset--set-id, frameset--reuse-frame): Rename `frame-id' to
19616 `frameset--id' (it's supposed to be internal to frameset.el).
19617 (frameset--process-minibuffer-frames): Ditto. Doc fix.
19618 (frameset--initial-params): New function.
19619 (frameset--get-frame): Use it. Doc fix.
19620 (frameset--move-onscreen): Accept new PRED value for FORCE-ONSCREEN.
19621 Accept :all, not 'all.
19622 (frameset-restore): Add new predicate values for FORCE-ONSCREEN and
19623 FORCE-DISPLAY. Use :keywords for constant arguments to avoid collision
19624 with fbound symbols. Fix frame id matching, and remove matching ids if
19625 the frame being restored is deleted. Obey :delete.
19626
19627 2013-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
19628
19629 * subr.el (macrop): New function.
19630 (text-clone--maintaining): New var.
19631 (text-clone--maintain): Rename from text-clone-maintain. Use it
19632 instead of inhibit-modification-hooks.
19633
19634 * emacs-lisp/nadvice.el (advice--normalize): For aliases to macros, use
19635 a proxy, so as handle autoloads and redefinitions of the target.
19636 (advice--defalias-fset, advice-remove): Use advice--symbol-function.
19637
19638 * emacs-lisp/pcase.el (pcase-mutually-exclusive-predicates):
19639 Remove bogus (arrayp . stringp) pair. Add entries for `vectorp'.
19640 (pcase--mutually-exclusive-p): New function.
19641 (pcase--split-consp): Use it.
19642 (pcase--split-pred): Use it. Optimize the case where `pat' is a qpat
19643 mutually exclusive with the current predicate.
19644
19645 * emacs-lisp/edebug.el (edebug-lookup-function): Remove function.
19646 (edebug-macrop): Remove. Use `macrop' instead.
19647 * emacs-lisp/advice.el (ad-subr-p): Remove. Use `subrp' instead.
19648 (ad-macro-p):
19649 * eshell/esh-cmd.el (eshell-macrop):
19650 * apropos.el (apropos-macrop): Remove. Use `macrop' instead.
19651
19652 2013-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
19653
19654 * emacs-lisp/nadvice.el (advice-function-mapc): Rename from advice-mapc.
19655 (advice-mapc): New function, using it.
19656 (advice-function-member-p): New function.
19657 (advice--normalize): Store the cdr in advice--saved-rewrite since
19658 that's the part that will be changed.
19659 (advice--symbol-function): New function.
19660 (advice-remove): Handle removal before the function is defined.
19661 Adjust to new advice--saved-rewrite.
19662 (advice-member-p): Use advice-function-member-p and
19663 advice--symbol-function.
19664
19665 2013-08-04 Juanma Barranquero <lekktu@gmail.com>
19666
19667 * frameset.el (frameset-p, frameset-save): Fix autoload cookies.
19668 (frameset-filter-minibuffer): Doc fix.
19669 (frameset-restore): Fix autoload cookie. Fix typo in docstring.
19670 (frameset--set-id, frameset--process-minibuffer-frames)
19671 (frameset-restore): Rename parameter `frameset-id' to `frame-id'.
19672 (frameset--reuse-frame): Pass correct frame-id to frameset--find-frame.
19673
19674 * desktop.el (desktop-clear): Only delete frames when called
19675 interactively and desktop-restore-frames is non-nil. Doc fix.
19676 (desktop-read): Set desktop-saved-frameset to nil.
19677
19678 2013-08-04 Xue Fuqiao <xfq.free@gmail.com>
19679
19680 * vc/vc.el (vc-ignore): Rewrite.
19681 (vc-default-ignore-completion-table, vc--read-lines)
19682 (vc--add-line, vc--remove-regexp): New functions.
19683
19684 * vc/vc-svn.el (vc-svn-ignore): Doc fix.
19685 (vc-svn-ignore-completion-table): New function.
19686
19687 * vc/vc-hg.el (vc-hg-ignore): Rewrite.
19688 (vc-hg-ignore-completion-table)
19689 (vc-hg-find-ignore-file): New functions.
19690
19691 * vc/vc-git.el (vc-git-ignore): Rewrite.
19692 (vc-git-ignore-completion-table)
19693 (vc-git-find-ignore-file): New functions.
19694
19695 * vc/vc-dir.el (vc-dir-menu-map): Add menu for vc-dir-ignore.
19696
19697 * vc/vc-bzr.el (vc-bzr-ignore): Rewrite.
19698 (vc-bzr-ignore-completion-table)
19699 (vc-bzr-find-ignore-file): New functions.
19700
19701 2013-08-03 Juanma Barranquero <lekktu@gmail.com>
19702
19703 * frameset.el (frameset-prop): New function and setter.
19704 (frameset-save): Do not modify frame list passed by the caller.
19705
19706 2013-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
19707
19708 * emacs-lisp/package.el (package-desc-from-define): Ignore unknown keys.
19709
19710 2013-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
19711
19712 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode)
19713 (easy-mmode-define-navigation): Avoid ((lambda (..) ..) ...).
19714
19715 * custom.el (custom-initialize-default, custom-initialize-set)
19716 (custom-initialize-reset, custom-initialize-changed): Affect the
19717 toplevel-default-value (bug#6275, bug#14586).
19718 * emacs-lisp/advice.el (ad-compile-function): Undo previous workaround
19719 for bug#6275.
19720
19721 2013-08-02 Juanma Barranquero <lekktu@gmail.com>
19722
19723 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
19724 Add cl-def* expressions.
19725
19726 * frameset.el (frameset-filter-params): Fix order of arguments.
19727
19728 2013-08-02 Juanma Barranquero <lekktu@gmail.com>
19729
19730 Move code related to saving frames to frameset.el.
19731 * desktop.el: Require frameset.
19732 (desktop-restore-frames): Doc fix.
19733 (desktop-restore-reuses-frames): Rename from
19734 desktop-restoring-reuses-frames.
19735 (desktop-saved-frameset): Rename from desktop-saved-frame-states.
19736 (desktop-clear): Clear frames too.
19737 (desktop-filter-parameters-alist): Set from frameset-filter-alist.
19738 (desktop--filter-tty*, desktop-save, desktop-read):
19739 Use frameset functions.
19740 (desktop-before-saving-frames-functions, desktop--filter-*-color)
19741 (desktop--filter-minibuffer, desktop--filter-restore-desktop-parm)
19742 (desktop--filter-save-desktop-parm, desktop--filter-iconified-position)
19743 (desktop-restore-in-original-display-p, desktop--filter-frame-parms)
19744 (desktop--process-minibuffer-frames, desktop-save-frames)
19745 (desktop--reuse-list, desktop--compute-pos, desktop--move-onscreen)
19746 (desktop--find-frame, desktop--select-frame, desktop--make-frame)
19747 (desktop--sort-states, desktop-restoring-frames-p)
19748 (desktop-restore-frames): Remove. Most code moved to frameset.el.
19749 (desktop-restoring-frameset-p, desktop-restore-frameset)
19750 (desktop--check-dont-save, desktop-save-frameset): New functions.
19751 (desktop--app-id): New constant.
19752 (desktop-first-buffer, desktop-buffer-ok-count)
19753 (desktop-buffer-fail-count): Move before first use.
19754 * frameset.el: New file.
19755
19756 2013-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
19757
19758 * files.el: Use lexical-binding.
19759 (dir-locals-read-from-file): Remove unused `err' variable.
19760 (hack-dir-local-variables--warned-coding): New var.
19761 (hack-dir-local-variables): Use it to avoid repeated warnings.
19762 (make-backup-file-name--default-function): New function.
19763 (make-backup-file-name-function): Use it as default.
19764 (buffer-stale--default-function): New function.
19765 (buffer-stale-function): Use it as default.
19766 (revert-buffer-insert-file-contents--default-function): New function.
19767 (revert-buffer-insert-file-contents-function): Use it as default.
19768 (insert-directory): Avoid add-to-list.
19769
19770 * autorevert.el (auto-revert-handler): Simplify.
19771 Use buffer-stale--default-function.
19772
19773 2013-08-01 Tassilo Horn <tsdh@gnu.org>
19774
19775 * speedbar.el (speedbar-query-confirmation-method): Doc fix.
19776
19777 * whitespace.el (whitespace-ensure-local-variables): New function.
19778 (whitespace-cleanup-region): Call it.
19779 (whitespace-turn-on): Call it.
19780
19781 2013-08-01 Michael Albinus <michael.albinus@gmx.de>
19782
19783 Complete file name handlers.
19784
19785 * net/tramp.el (tramp-handle-set-visited-file-modtime)
19786 (tramp-handle-verify-visited-file-modtime)
19787 (tramp-handle-file-notify-rm-watch): New functions.
19788 (tramp-call-process): Do not bind `default-directory'.
19789
19790 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
19791 Order alphabetically.
19792 <access-file, add-name-to-file, dired-call-process>:
19793 <dired-compress-file, file-acl, file-notify-rm-watch>:
19794 <file-ownership-preserved-p, file-selinux-context>:
19795 <make-directory-internal, make-symbolic-link, set-file-acl>:
19796 <set-file-selinux-context, set-visited-file-modtime>:
19797 <verify-visited-file-modtime>: Add handler.
19798 (tramp-adb-handle-write-region): Apply `set-visited-file-modtime'.
19799
19800 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist)
19801 <file-notify-add-watch, file-notify-rm-watch>:
19802 <set-file-times, set-visited-file-modtime>:
19803 <verify-visited-file-modtime>: Add handler.
19804 (with-tramp-gvfs-error-message)
19805 (tramp-gvfs-handle-set-visited-file-modtime)
19806 (tramp-gvfs-fuse-file-name): Remove.
19807 (tramp-gvfs-handle-file-notify-add-watch)
19808 (tramp-gvfs-file-gvfs-monitor-file-process-filter): New defuns.
19809 (tramp-gvfs-handle-write-region): Fix error in moving tmpfile.
19810
19811 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
19812 Order alphabetically.
19813 <file-notify-rm-watch>: Use default Tramp handler.
19814 <executable-find>: Remove private handler.
19815 (tramp-do-copy-or-rename-file-out-of-band): Do not bind
19816 `default-directory'.
19817 (tramp-sh-handle-executable-find)
19818 (tramp-sh-handle-file-notify-rm-watch): Remove functions.
19819 (tramp-sh-file-gvfs-monitor-dir-process-filter)
19820 (tramp-sh-file-inotifywait-process-filter, tramp-set-remote-path):
19821 Do not use `format' in `tramp-message'.
19822
19823 * net/tramp-smb.el (tramp-smb-file-name-handler-alist)
19824 <file-notify-rm-watch, set-visited-file-modtime>:
19825 <verify-visited-file-modtime>: Add handler.
19826 (tramp-smb-call-winexe): Do not bind `default-directory'.
19827
19828 2013-08-01 Xue Fuqiao <xfq.free@gmail.com>
19829
19830 * vc/vc-hooks.el (vc-menu-map): Fix menu entry for vc-ignore.
19831
19832 2013-07-31 Dmitry Gutov <dgutov@yandex.ru>
19833
19834 * vc/log-view.el (log-view-diff): Extract `log-view-diff-common',
19835 use it.
19836 (log-view-diff-changeset): Same.
19837 (log-view-diff-common): Call backend command `previous-revision'
19838 to find out the previous revision, in both cases. Swap the
19839 variables `to' and `fr', so that `fr' usually refers to the
19840 earlier revision (Bug#14989).
19841
19842 2013-07-31 Kan-Ru Chen <kanru@kanru.info>
19843
19844 * ibuf-ext.el (ibuffer-filter-by-filename):
19845 Make it work with dired buffers too.
19846
19847 2013-07-31 Dmitry Antipov <dmantipov@yandex.ru>
19848
19849 * emacs-lisp/re-builder.el (reb-color-display-p):
19850 * files.el (save-buffers-kill-terminal):
19851 * net/browse-url.el (browse-url):
19852 * server.el (server-save-buffers-kill-terminal):
19853 * textmodes/reftex-toc.el (reftex-toc, reftex-toc-revert):
19854 Prefer nil to selected-frame for the first arg of frame-parameter.
19855
19856 2013-07-31 Xue Fuqiao <xfq.free@gmail.com>
19857
19858 * vc/vc-hooks.el (vc-menu-map): Add menu entry for vc-ignore.
19859
19860 2013-07-30 Stephen Berman <stephen.berman@gmx.net>
19861
19862 * minibuffer.el (completion--twq-all): Try and preserve each
19863 completion's case choice (bug#14907).
19864
19865 2013-07-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
19866
19867 * net/network-stream.el (open-network-stream): Mention the new
19868 :nogreeting parameter.
19869 (network-stream-open-starttls): Use the :nogreeting parameter
19870 (bug#14938).
19871
19872 * net/shr.el (shr-mouse-browse-url): Remove and use `shr-browse-url'.
19873
19874 * net/eww.el (eww-setup-buffer): Switching to the buffer seems
19875 more natural than popping.
19876
19877 * net/shr.el (shr-urlify): Put `follow-link' on URLs (bug#14815).
19878 (shr-urlify): Highlight under mouse.
19879
19880 2013-07-30 Xue Fuqiao <xfq.free@gmail.com>
19881
19882 * vc/vc-hooks.el (vc-prefix-map): Add key binding for vc-ignore.
19883
19884 * vc/vc-dir.el (vc-dir-mode-map): Change key binding for vc-dir-ignore.
19885
19886 * vc/vc-svn.el (vc-svn-ignore): Remove `interactive'. Use `*vc*'
19887 buffer for output.
19888
19889 * vc/vc-hg.el (vc-hg-ignore): Remove `interactive'. Do not assume
19890 point-min==1. Fix search string. Fix parentheses missing.
19891
19892 * vc/vc-git.el (vc-git-ignore): Remove `interactive'. Do not
19893 assume point-min==1. Fix search string. Fix parentheses missing.
19894
19895 * vc/vc-cvs.el (vc-cvs-ignore): Remove `interactive'.
19896
19897 * vc/vc-bzr.el (vc-bzr-ignore): Remove `interactive'. Use `*vc*'
19898 buffer for output.
19899
19900 2013-07-29 Eli Zaretskii <eliz@gnu.org>
19901
19902 * frame.el (frame-notice-user-settings): Avoid inflooping when the
19903 initial frame is minibuffer-less. (Bug#14841)
19904
19905 2013-07-29 Michael Albinus <michael.albinus@gmx.de>
19906
19907 * net/tramp.el (tramp-use-ssh-controlmaster-options): New customer
19908 option.
19909
19910 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
19911 (tramp-maybe-open-connection): Use it.
19912
19913 2013-07-28 Juanma Barranquero <lekktu@gmail.com>
19914
19915 * desktop.el (desktop--make-frame): Include `minibuffer' in the
19916 minimal set of parameters passed when creating a frame, because
19917 the minibuffer status of a frame cannot be changed later.
19918
19919 2013-07-28 Stephen Berman <stephen.berman@gmx.net>
19920
19921 * calendar/todo-mode.el (todo-rename-file): Fix incorrect use of
19922 replace-regexp-in-string and inadvertent omissions in previous change.
19923 (todo-filter-items): Ensure only file names are comma-separated in
19924 name of filtered items buffer.
19925
19926 2013-07-28 Juanma Barranquero <lekktu@gmail.com>
19927
19928 * desktop.el: Optionally force offscreen frames back onscreen.
19929 (desktop-restoring-reuses-frames): New option.
19930 (desktop--compute-pos, desktop--move-onscreen): New functions.
19931 (desktop--make-frame): Use desktop--move-onscreen.
19932
19933 2013-07-27 Alan Mackenzie <acm@muc.de>
19934
19935 Fontify a Java generic method as a function.
19936 * progmodes/cc-langs.el (c-recognize-<>-arglists): Set the Java
19937 value to t.
19938
19939 2013-07-27 Stephen Berman <stephen.berman@gmx.net>
19940
19941 * calendar/todo-mode.el: Add command to rename todo files.
19942 (todo-rename-file): New command.
19943 (todo-key-bindings-t): Add key binding for it. Change the
19944 bindings of todo-filter-regexp-items(-multifile) to use `x'
19945 instead of `r', since the latter is better suited to the new
19946 renaming command.
19947
19948 2013-07-27 Alan Mackenzie <acm@muc.de>
19949
19950 Make Java try-with-resources statement parse properly.
19951 * progmodes/cc-langs.el (c-block-stmt-1-2-kwds)
19952 (c-block-stmt-1-2-key): New language constants/variables.
19953 * progmodes/cc-engine.el (c-beginning-of-statement-1)
19954 (c-after-conditional): Adapt to deal with c-block-stmt-1-2-key.
19955 * progmodes/cc-fonts.el (c-font-lock-declarations): Adapt to deal
19956 with c-block-stmt-1-2-key.
19957
19958 2013-07-27 Juanma Barranquero <lekktu@gmail.com>
19959
19960 * desktop.el (desktop--make-frame): Apply most frame parameters after
19961 creating the frame to force (partially or totally) offscreen frames to
19962 be restored as such.
19963
19964 2013-07-26 Xue Fuqiao <xfq.free@gmail.com>
19965
19966 * vc/vc-dir.el (vc-dir-mode-map): Add binding for vc-root-diff.
19967 (Bug#14948)
19968
19969 2013-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
19970
19971 * emacs-lisp/nadvice.el (advice--called-interactively-skip): Use the new
19972 `base' arg of backtrace-frame.
19973
19974 2013-07-26 Eli Zaretskii <eliz@gnu.org>
19975
19976 * simple.el (list-processes): Doc fix.
19977
19978 2013-07-26 Juanma Barranquero <lekktu@gmail.com>
19979
19980 * desktop.el (desktop--select-frame):
19981 Try harder to reuse existing frames.
19982
19983 2013-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
19984
19985 * emacs-lisp/edebug.el: Use backtrace-eval to handle lexical variables.
19986 (edebug-eval): Use backtrace-eval.
19987 (edebug--display, edebug--recursive-edit): Don't let-bind the
19988 edebug-outer-* vars that keep track of variables we locally let-bind.
19989 (edebug-outside-excursion): Don't restore outside values of locally
19990 let-bound vars.
19991 (edebug--display): Use user-error.
19992 (cl-lexical-debug, cl-debug-env): Remove.
19993
19994 2013-07-26 Juanma Barranquero <lekktu@gmail.com>
19995
19996 * desktop.el (desktop-restore-frames): Call `sit-for' once all frames
19997 are restored to be sure that they are visible before deleting any
19998 remaining ones.
19999
20000 2013-07-26 Matthias Meulien <orontee@gmail.com>
20001
20002 * vc/vc-dir.el (vc-dir-mode-map): Add binding for
20003 vc-print-root-log. (Bug#14948)
20004
20005 2013-07-26 Richard Stallman <rms@gnu.org>
20006
20007 Add aliases for encrypting mail.
20008 * epa.el (epa-mail-aliases): New option.
20009 * epa-mail.el (epa-mail-encrypt): Rewrite to be callable from programs.
20010 Bind inhibit-read-only so read-only text doesn't ruin everything.
20011 (epa-mail-default-recipients): New subroutine broken out.
20012 Handle epa-mail-aliases.
20013
20014 2013-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
20015
20016 Add support for lexical variables to the debugger's `e' command.
20017 * emacs-lisp/debug.el (debug): Don't let-bind the debugger-outer-*
20018 vars, except for debugger-outer-match-data.
20019 (debugger-frame-number): Move check for "on a function call" from
20020 callers into it. Add `skip-base' argument.
20021 (debugger-frame, debugger-frame-clear): Simplify accordingly.
20022 (debugger-env-macro): Only reset the state stored in non-variables,
20023 i.e. current-buffer and match-data.
20024 (debugger-eval-expression): Rewrite using backtrace-eval.
20025 * subr.el (internal--called-interactively-p--get-frame): Remove.
20026 (called-interactively-p):
20027 * emacs-lisp/edebug.el (edebug--called-interactively-skip): Use the new
20028 `base' arg of backtrace-frame instead.
20029
20030 2013-07-26 Glenn Morris <rgm@gnu.org>
20031
20032 * align.el (align-regexp): Doc fix. (Bug#14857)
20033 (align-region): Explicit error if subexpression missing/does not match.
20034
20035 * simple.el (global-visual-line-mode):
20036 Do not duplicate the mode lighter. (Bug#14858)
20037
20038 2013-07-25 Martin Rudalics <rudalics@gmx.at>
20039
20040 * window.el (display-buffer): In display-buffer bind
20041 split-window-keep-point to t, bug#14829.
20042
20043 2013-07-25 Juanma Barranquero <lekktu@gmail.com>
20044
20045 * desktop.el: Rename internal "desktop-X" frame params to "desktop--X".
20046 (desktop-filter-parameters-alist, desktop--filter-restore-desktop-parm)
20047 (desktop--filter-save-desktop-parm, desktop--process-minibuffer-frames)
20048 (desktop--select-frame, desktop--sort-states, desktop-restore-frames):
20049 Change accordingly.
20050 (desktop--select-frame, desktop--sort-states, desktop-restore-frames):
20051 Use pcase-let, pcase-let* to deobfuscate access to desktop--mini values.
20052
20053 2013-07-25 Glenn Morris <rgm@gnu.org>
20054
20055 * dired-x.el (dired-mark-extension): Convert comment to doc string.
20056
20057 2013-07-25 Juanma Barranquero <lekktu@gmail.com>
20058
20059 * desktop.el (desktop--make-frame): Do not pass the `fullscreen'
20060 parameter to modify-frame-parameters if the value has not changed;
20061 this is a workaround for bug#14949.
20062 (desktop--make-frame): On cl-delete-if call, check parameter name,
20063 not full parameter.
20064
20065 2013-07-30 Xue Fuqiao <xfq.free@gmail.com>
20066
20067 * vc/vc.el (vc-ignore): New function.
20068
20069 * vc/vc-svn.el (vc-svn-ignore): New function.
20070
20071 * vc/vc-hg.el (vc-hg-ignore): New function.
20072
20073 * vc/vc-git.el (vc-git-ignore): New function.
20074
20075 * vc/vc-dir.el (vc-dir-mode-map): Add key binding for vc-dir-ignore
20076 (vc-dir-ignore): New function.
20077
20078 * vc/vc-cvs.el (vc-cvs-ignore): New function.
20079 (cvs-append-to-ignore): Move here from pcvs.el.
20080
20081 * vc/vc-bzr.el (vc-bzr-ignore): New function.
20082
20083 * vc/pcvs.el (vc-cvs): Require 'vc-cvs.
20084
20085 2013-07-24 Juanma Barranquero <lekktu@gmail.com>
20086
20087 * desktop.el (desktop-restoring-frames-p): Return a true boolean.
20088 (desktop-restore-frames): Warn when deleting an existing frame failed.
20089
20090 2013-07-24 Glenn Morris <rgm@gnu.org>
20091
20092 * ffap.el (ffap-machine-p): Handle "not known" response. (Bug#14929)
20093
20094 2013-07-24 Michael Albinus <michael.albinus@gmx.de>
20095
20096 * filenotify.el (file-notify-supported-p):
20097 * net/tramp-sh.el (tramp-sh-handle-file-notify-supported-p):
20098 Remove functions.
20099
20100 * autorevert.el (auto-revert-use-notify)
20101 (auto-revert-notify-add-watch):
20102 * net/tramp.el (tramp-file-name-for-operation):
20103 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
20104 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
20105 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
20106 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
20107 Remove `file-notify-supported-p' entry.
20108
20109 2013-07-24 Glenn Morris <rgm@gnu.org>
20110
20111 * printing.el: Replace all uses of deleted ps-windows-system,
20112 ps-lp-system, ps-flatten-list with lpr- versions.
20113
20114 2013-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
20115
20116 * emacs-lisp/pcase.el (pcase--u1): Verify if self-quoting values can be
20117 checked with memq (bug#14935).
20118
20119 * files.el (revert-buffer-function): Use a non-nil default.
20120 (revert-buffer-preserve-modes): Declare var to
20121 provide access to the `preserve-modes' argument.
20122 (revert-buffer): Let-bind it.
20123 (revert-buffer--default): New function, extracted from revert-buffer.
20124
20125 2013-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
20126
20127 * lpr.el: Signal print errors more prominently.
20128 (print-region-function): Don't default to nil.
20129 (lpr-print-region): New function, extracted from print-region-1.
20130 Check lpr's return value and signal an error in case of problem.
20131 (print-region-1): Use it.
20132 * ps-print.el (ps-windows-system, ps-lp-system): Remove. Use the lpr-*
20133 versions instead.
20134 (ps-printer-name): Default to nil.
20135 (ps-printer-name-option): Default to lpr-printer-switch.
20136 (ps-print-region-function): Don't default to nil.
20137 (ps-postscript-code-directory): Simplify default.
20138 (ps-do-despool): Use lpr-print-region to properly check the outcome.
20139 (ps-string-list, ps-eval-switch, ps-flatten-list)
20140 (ps-flatten-list-1): Remove.
20141 (ps-multibyte-buffer): Avoid setq.
20142 * dos-w32.el (direct-print-region-helper): Use proper regexp operators.
20143 (print-region-function, ps-print-region-function): Don't set them here.
20144
20145 2013-07-24 Xue Fuqiao <xfq.free@gmail.com>
20146
20147 * ido.el (ido-fractionp, ido-cache-ftp-work-directory-time)
20148 (ido-max-prospects, ido-mode, ido-max-file-prompt-width)
20149 (ido-unc-hosts-cache, ido-max-directory-size, ido-max-dir-file-cache)
20150 (ido-decorations): Doc fix.
20151
20152 * ansi-color.el: Fix old URL.
20153
20154 2013-07-23 Michael R. Mauger <michael@mauger.com>
20155
20156 * progmodes/sql.el: Version 3.3
20157 (sql-product-alist): Improve oracle :prompt-cont-regexp.
20158 (sql-starts-with-prompt-re, sql-ends-with-prompt-re): New functions.
20159 (sql-interactive-remove-continuation-prompt): Rewrite, use
20160 functions above. Fix continuation prompt and complete output line
20161 handling.
20162 (sql-redirect-one, sql-execute): Use `read-only-mode' on
20163 redirected output buffer.
20164 (sql-mode): Restore deleted code (Bug#13591).
20165
20166 2013-07-23 Juanma Barranquero <lekktu@gmail.com>
20167
20168 * desktop.el (desktop-clear, desktop-list*): Fix previous change.
20169
20170 2013-07-23 Michael Albinus <michael.albinus@gmx.de>
20171
20172 * net/tramp.el (tramp-handle-file-notify-add-watch): New defun.
20173
20174 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
20175 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
20176 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Use it.
20177
20178 2013-07-23 Juanma Barranquero <lekktu@gmail.com>
20179
20180 * desktop.el (desktop-clear): Simplify; remove useless checks
20181 against invalid buffer names.
20182 (desktop-list*): Use cl-list*.
20183 (desktop-buffer-info, desktop-create-buffer): Simplify.
20184
20185 2013-07-23 Leo Liu <sdl.web@gmail.com>
20186
20187 * bookmark.el (bookmark-make-record): Restore NAME as a default
20188 value. (Bug#14933)
20189
20190 2013-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
20191
20192 * emacs-lisp/autoload.el (autoload--setup-output): New function,
20193 extracted from autoload--insert-text.
20194 (autoload--insert-text): Remove.
20195 (autoload--print-cookie-text): New function, extracted from
20196 autoload--insert-cookie-text.
20197 (autoload--insert-cookie-text): Remove.
20198 (autoload-generate-file-autoloads): Adjust calls accordingly.
20199
20200 * winner.el (winner-hook-installed-p): Remove.
20201 (winner-mode): Simplify accordingly.
20202
20203 * subr.el (add-to-list): Fix compiler-macro when `append' is
20204 not constant. Don't use `cl-member' for the base case.
20205
20206 * progmodes/subword.el: Fix boundary case (bug#13758).
20207 (subword-forward-regexp): Make it a constant. Wrap optional \\W in its
20208 own group.
20209 (subword-backward-regexp): Make it a constant.
20210 (subword-forward-internal): Don't treat a trailing capital as the
20211 beginning of a word.
20212
20213 2013-07-22 Ari Roponen <ari.roponen@gmail.com> (tiny change)
20214
20215 * emacs-lisp/package.el (package-menu-mode): Don't modify the
20216 global value of tabulated-list-revert-hook (bug#14930).
20217
20218 2013-07-22 Juanma Barranquero <lekktu@gmail.com>
20219
20220 * desktop.el: Require 'cl-lib.
20221 (desktop-before-saving-frames-functions): New hook.
20222 (desktop--process-minibuffer-frames): Set desktop-mini parameter only
20223 for frames being saved. Rename from desktop--save-minibuffer-frames.
20224 (desktop-save-frames): Run hook desktop-before-saving-frames-functions.
20225 Do not save frames with non-nil `desktop-dont-save' parameter.
20226 Filter out deleted frames.
20227 (desktop--find-frame): Use cl-find-if.
20228 (desktop--select-frame): Use cl-(first|second|third) to access values
20229 of desktop-mini.
20230 (desktop--make-frame): Use cl-delete-if.
20231 (desktop--sort-states): Fix sorting of minibuffer-owning frames.
20232 (desktop-restore-frames): Use cl-(first|second|third) to access values
20233 of desktop-mini. Look for visible frame at the end, not while
20234 restoring frames.
20235
20236 * dired-x.el (dired-mark-unmarked-files, dired-virtual)
20237 (dired-guess-default, dired-mark-sexp, dired-filename-at-point):
20238 Use string-match-p, looking-at-p (bug#14927).
20239
20240 2013-07-21 Juanma Barranquero <lekktu@gmail.com>
20241
20242 * desktop.el (desktop-saved-frame-states):
20243 Rename from desktop--saved-states; all users changed.
20244 (desktop-save-frames): Rename from desktop--save-frames.
20245 Do not save state to desktop file.
20246 (desktop-save): Save desktop-saved-frame-states to desktop file
20247 and reset to nil.
20248 (desktop-restoring-frames-p): New function.
20249 (desktop-restore-frames): Use it. Rename from desktop--restore-frames.
20250 (desktop-read): Use desktop-restoring-frames-p. Do not try to fix
20251 buffer-lists when restoring frames. Suggested by Martin Rudalics.
20252
20253 * desktop.el: Correctly restore iconified frames.
20254 (desktop--filter-iconified-position): New function.
20255 (desktop-filter-parameters-alist): Add entries for `top' and `left'.
20256
20257 2013-07-20 Glenn Morris <rgm@gnu.org>
20258
20259 * progmodes/gdb-mi.el (gdb-delete-handler, gdb-stopped):
20260 Let `message' do the formatting.
20261 (def-gdb-preempt-display-buffer): Add explicit format.
20262
20263 * image-dired.el (image-dired-track-original-file):
20264 Use with-current-buffer.
20265 (image-dired-track-thumbnail): Use with-current-buffer.
20266 Avoid changing point of wrong window.
20267
20268 * image-dired.el (image-dired-track-original-file):
20269 Avoid changing point of wrong window. (Bug#14909)
20270
20271 2013-07-20 Richard Copley <rcopley@gmail.com> (tiny change)
20272
20273 * progmodes/gdb-mi.el (gdb-done-or-error):
20274 Guard against "%" in gdb output. (Bug#14127)
20275
20276 2013-07-20 Andreas Schwab <schwab@linux-m68k.org>
20277
20278 * progmodes/sh-script.el (sh-read-variable): Remove interactive spec.
20279 (Bug#14826)
20280
20281 * international/mule.el (coding-system-iso-2022-flags): Fix last
20282 change.
20283
20284 2013-07-20 Kenichi Handa <handa@gnu.org>
20285
20286 * international/mule.el (coding-system-iso-2022-flags):
20287 Add `8-bit-level-4'. (Bug#8522)
20288
20289 2013-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
20290
20291 * net/shr.el (shr-mouse-browse-url): New command and keystroke
20292 (bug#14815).
20293
20294 * net/eww.el (eww-process-text-input): Allow inputting when the
20295 point is at the start of the line, as the properties aren't
20296 front-sticky.
20297
20298 * net/shr.el (shr-make-table-1): Ensure that we don't infloop on
20299 degenerate widths.
20300
20301 2013-07-19 Richard Stallman <rms@gnu.org>
20302
20303 * epa.el (epa-popup-info-window): Doc fix.
20304
20305 * subr.el (split-string): New arg TRIM.
20306
20307 2013-07-18 Juanma Barranquero <lekktu@gmail.com>
20308
20309 * frame.el (blink-cursor-timer-function, blink-cursor-suspend):
20310 Add check for W32 (followup to 2013-07-16T11:41:06Z!jan.h.d@swipnet.se).
20311
20312 2013-07-18 Michael Albinus <michael.albinus@gmx.de>
20313
20314 * filenotify.el (file-notify--library): Rename from
20315 `file-notify-support'. Do not autoload. Adapt all uses.
20316 (file-notify-supported-p): New defun.
20317
20318 * autorevert.el (auto-revert-use-notify):
20319 Use `file-notify-supported-p' instead of `file-notify-support'.
20320 Adapt docstring.
20321 (auto-revert-notify-add-watch): Use `file-notify-supported-p'.
20322
20323 * net/tramp.el (tramp-file-name-for-operation):
20324 Add `file-notify-supported-p'.
20325
20326 * net/tramp-sh.el (tramp-sh-handle-file-notify-supported-p):
20327 New defun.
20328 (tramp-sh-file-name-handler-alist): Add it as handler for
20329 `file-notify-supported-p '.
20330
20331 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
20332 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
20333 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
20334 Add `ignore' as handler for `file-notify-*' functions.
20335
20336 2013-07-17 Eli Zaretskii <eliz@gnu.org>
20337
20338 * simple.el (line-move-partial, line-move): Don't start vscroll or
20339 scroll-up if the current line is not taller than the window.
20340 (Bug#14881)
20341
20342 2013-07-16 Dmitry Gutov <dgutov@yandex.ru>
20343
20344 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Do not
20345 highlight question marks in the method names as strings.
20346 (ruby-block-beg-keywords): Inline.
20347 (ruby-font-lock-keyword-beg-re): Extract from
20348 `ruby-font-lock-keywords'.
20349
20350 2013-07-16 Jan Djärv <jan.h.d@swipnet.se>
20351
20352 * frame.el (blink-cursor-blinks): New defcustom.
20353 (blink-cursor-blinks-done): New defvar.
20354 (blink-cursor-start): Set blink-cursor-blinks-done to 1.
20355 (blink-cursor-timer-function): Check if number of blinks has been
20356 done on X and NS.
20357 (blink-cursor-suspend, blink-cursor-check): New defuns.
20358
20359 2013-07-15 Glenn Morris <rgm@gnu.org>
20360
20361 * edmacro.el (edmacro-format-keys): Fix previous change.
20362
20363 2013-07-15 Paul Eggert <eggert@cs.ucla.edu>
20364
20365 * shell.el (explicit-bash-args): Remove obsolete hack for Bash 1.x.
20366 The hack didn't work outside English locales anyway.
20367
20368 2013-07-15 Juanma Barranquero <lekktu@gmail.com>
20369
20370 * simple.el (define-alternatives): Rename from alternatives-define,
20371 per RMS' suggestion.
20372
20373 2013-07-14 Juanma Barranquero <lekktu@gmail.com>
20374
20375 * desktop.el (desktop-restore-frames): Change default to t.
20376 (desktop-restore-in-current-display): Now offer more options.
20377 (desktop-restoring-reuses-frames): New customization option.
20378 (desktop--saved-states): Doc fix.
20379 (desktop-filter-parameters-alist): New variable, renamed and expanded
20380 from desktop--excluded-frame-parameters.
20381 (desktop--target-display): New variable.
20382 (desktop-switch-to-gui-p, desktop-switch-to-tty-p)
20383 (desktop--filter-tty*, desktop--filter-*-color)
20384 (desktop--filter-minibuffer, desktop--filter-restore-desktop-parm)
20385 (desktop--filter-save-desktop-parm)
20386 (desktop-restore-in-original-display-p): New functions.
20387 (desktop--filter-frame-parms): Use new desktop-filter-parameters-alist.
20388 (desktop--save-minibuffer-frames): New function, inspired by a similar
20389 function from Martin Rudalics.
20390 (desktop--save-frames): Call it; play nice with desktop-globals-to-save.
20391 (desktop--restore-in-this-display-p): Remove.
20392 (desktop--find-frame): Rename from desktop--find-frame-in-display
20393 and add predicate argument.
20394 (desktop--make-full-frame): Remove, integrated into desktop--make-frame.
20395 (desktop--reuse-list): New variable.
20396 (desktop--select-frame, desktop--make-frame, desktop--sort-states):
20397 New functions.
20398 (desktop--restore-frames): Add support for "minibuffer-special" frames.
20399
20400 2013-07-14 Michael Albinus <michael.albinus@gmx.de>
20401
20402 * net/tramp-sh.el (tramp-sh-handle-vc-registered): Use `ignore-error'.
20403
20404 2013-07-13 Dmitry Gutov <dgutov@yandex.ru>
20405
20406 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
20407 Highlight conversion methods on Kernel.
20408
20409 2013-07-13 Alan Mackenzie <acm@muc.de>
20410
20411 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Label CASE 13
20412 and comment it out. This out-commenting enables certain C++
20413 declarations to be parsed correctly.
20414
20415 2013-07-13 Eli Zaretskii <eliz@gnu.org>
20416
20417 * international/mule.el (define-coding-system): Doc fix.
20418
20419 * simple.el (default-font-height): Don't call font-info if the
20420 frame's default font didn't change since the frame was created.
20421 (Bug#14838)
20422
20423 2013-07-13 Leo Liu <sdl.web@gmail.com>
20424
20425 * ido.el (ido-read-file-name): Guard against non-symbol value.
20426
20427 2013-07-13 Fabián Ezequiel Gallina <fgallina@gnu.org>
20428
20429 * progmodes/python.el (python-imenu--build-tree): Fix corner case
20430 in nested defuns.
20431
20432 2013-07-13 Leo Liu <sdl.web@gmail.com>
20433
20434 * ido.el (ido-exhibit): Handle ido-enter-matching-directory before
20435 ido-set-matches call. (Bug#6852)
20436
20437 2013-07-12 Dmitry Gutov <dgutov@yandex.ru>
20438
20439 * progmodes/ruby-mode.el (ruby-percent-literals-beg-re)
20440 (ruby-syntax-expansion-allowed-p): Support array of symbols, for
20441 Ruby 2.0.
20442 (ruby-font-lock-keywords): Distinguish calls to functions with
20443 module-like names from module references. Highlight character
20444 literals.
20445
20446 2013-07-12 Sergio Durigan Junior <sergiodj@riseup.net> (tiny change)
20447
20448 * progmodes/gdb-mi.el (gdb-strip-string-backslash): New function.
20449 (gdb-send): Handle continued commands. (Bug#14847)
20450
20451 2013-07-12 Juanma Barranquero <lekktu@gmail.com>
20452
20453 * desktop.el (desktop--v2s): Remove unused local variable.
20454 (desktop-save-buffer): Make defvar-local; adjust docstring.
20455 (desktop-auto-save-timeout, desktop-owner): Use ignore-errors.
20456 (desktop-clear, desktop-save-buffer-p): Use string-match-p.
20457
20458 2013-07-12 Andreas Schwab <schwab@linux-m68k.org>
20459
20460 * emacs-lisp/map-ynp.el (map-y-or-n-p): Fix last change.
20461
20462 2013-07-12 Eli Zaretskii <eliz@gnu.org>
20463
20464 * simple.el (next-line, previous-line): Document TRY-VSCROLL and ARG.
20465 (Bug#14842)
20466
20467 2013-07-12 Glenn Morris <rgm@gnu.org>
20468
20469 * doc-view.el: Require cl-lib at runtime too.
20470 (doc-view-remove-if): Remove.
20471 (doc-view-search-next-match, doc-view-search-previous-match):
20472 Use cl-remove-if.
20473
20474 * edmacro.el: Require cl-lib at runtime too.
20475 (edmacro-format-keys, edmacro-parse-keys): Use cl-mismatch, cl-subseq.
20476 (edmacro-mismatch, edmacro-subseq): Remove.
20477
20478 * shadowfile.el: Require cl-lib.
20479 (shadow-remove-if): Remove.
20480 (shadow-set-cluster, shadow-shadows-of-1, shadow-remove-from-todo):
20481 Use cl-remove-if.
20482
20483 * wid-edit.el: Require cl-lib.
20484 (widget-choose): Use cl-remove-if.
20485 (widget-remove-if): Remove.
20486
20487 * progmodes/ebrowse.el: Require cl-lib at runtime too.
20488 (ebrowse-delete-if-not): Remove.
20489 (ebrowse-browser-buffer-list, ebrowse-member-buffer-list)
20490 (ebrowse-tree-buffer-list, ebrowse-same-tree-member-buffer-list):
20491 Use cl-delete-if-not.
20492
20493 2013-07-12 Juanma Barranquero <lekktu@gmail.com>
20494
20495 * emacs-lisp/cl-macs.el (cl-multiple-value-bind, cl-multiple-value-setq)
20496 (cl-the, cl-declare, cl-defstruct): Fix typos in docstrings.
20497
20498 2013-07-12 Leo Liu <sdl.web@gmail.com>
20499
20500 * ido.el (dired-do-copy, dired): Set 'ido property. (Bug#11954)
20501
20502 2013-07-11 Glenn Morris <rgm@gnu.org>
20503
20504 * emacs-lisp/edebug.el: Require cl-lib at run-time too.
20505 (edebug-gensym-index, edebug-gensym):
20506 Remove reimplementation of cl-gensym.
20507 (edebug-make-enter-wrapper, edebug-make-form-wrapper): Use cl-gensym.
20508
20509 * thumbs.el: Require cl-lib at run-time too.
20510 (thumbs-gensym-counter, thumbs-gensym):
20511 Remove reimplementation of cl-gensym.
20512 (thumbs-temp-file): Use cl-gensym.
20513
20514 * emacs-lisp/ert.el: Require cl-lib at runtime too.
20515 (ert--cl-do-remf, ert--remprop, ert--remove-if-not)
20516 (ert--intersection, ert--set-difference, ert--set-difference-eq)
20517 (ert--union, ert--gensym-counter, ert--gensym-counter)
20518 (ert--coerce-to-vector, ert--remove*, ert--string-position)
20519 (ert--mismatch, ert--subseq): Remove reimplementations of cl funcs.
20520 (ert-make-test-unbound, ert--expand-should-1)
20521 (ert--expand-should, ert--should-error-handle-error)
20522 (should-error, ert--explain-equal-rec)
20523 (ert--plist-difference-explanation, ert-select-tests)
20524 (ert--make-stats, ert--remove-from-list, ert--string-first-line):
20525 Use cl-lib functions rather than reimplementations.
20526
20527 2013-07-11 Michael Albinus <michael.albinus@gmx.de>
20528
20529 * net/tramp.el (tramp-methods): Extend docstring.
20530 (tramp-connection-timeout): New defcustom.
20531 (tramp-error-with-buffer): Reset timestamp only when appropriate.
20532 (with-tramp-progress-reporter): Simplify.
20533 (tramp-process-actions): Improve messages.
20534
20535 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
20536 * net/tramp-sh.el (tramp-maybe-open-connection):
20537 Use `tramp-connection-timeout'.
20538 (tramp-methods) <su, sudo, ksu>: Add method specific timeouts.
20539 (Bug#14808)
20540
20541 2013-07-11 Leo Liu <sdl.web@gmail.com>
20542
20543 * ido.el (ido-read-file-name): Conform to the requirements of
20544 read-file-name. (Bug#11861)
20545 (ido-read-directory-name): Conform to the requirements of
20546 read-directory-name.
20547
20548 2013-07-11 Juanma Barranquero <lekktu@gmail.com>
20549
20550 * subr.el (delay-warning): New function.
20551
20552 2013-07-10 Eli Zaretskii <eliz@gnu.org>
20553
20554 * simple.el (default-line-height): New function.
20555 (line-move-partial, line-move): Use it instead of computing the
20556 line height inline.
20557 (line-move-partial): Always compute ROWH. If the last line is
20558 partially-visible, but its text is completely visible, allow
20559 cursor to enter such a partially-visible line.
20560
20561 2013-07-10 Michael Albinus <michael.albinus@gmx.de>
20562
20563 Improve error messages. (Bug#14808)
20564
20565 * net/tramp.el (tramp-current-connection): New defvar, moved from
20566 tramp-sh.el.
20567 (tramp-message-show-progress-reporter-message): Remove, not
20568 needed anymore.
20569 (tramp-error-with-buffer): Show message in minibuffer.
20570 Discard input before waiting. Reset connection timestamp.
20571 (with-tramp-progress-reporter): Improve messages.
20572 (tramp-process-actions): Use progress reporter. Delete process in
20573 case of error. Improve messages.
20574
20575 * net/tramp-sh.el (tramp-barf-if-no-shell-prompt): Use condition-case.
20576 Call `tramp-error-with-buffer' with vector and buffer.
20577 (tramp-current-connection): Remove.
20578 (tramp-maybe-open-connection): The car of
20579 `tramp-current-connection' are the first 3 slots of the vector.
20580
20581 2013-07-10 Teodor Zlatanov <tzz@lifelogs.com>
20582
20583 * progmodes/cfengine.el (cfengine3-indent-line): Do not indent
20584 inside continued strings.
20585
20586 2013-07-10 Paul Eggert <eggert@cs.ucla.edu>
20587
20588 Timestamp fixes for undo (Bug#14824).
20589 * files.el (clear-visited-file-modtime): Move here from fileio.c.
20590
20591 2013-07-10 Leo Liu <sdl.web@gmail.com>
20592
20593 * files.el (require-final-newline): Allow safe local value.
20594 (Bug#14834)
20595
20596 2013-07-09 Leo Liu <sdl.web@gmail.com>
20597
20598 * ido.el (ido-read-directory-name): Handle fallback.
20599 (ido-read-file-name): Update DIR to ido-current-directory.
20600 (Bug#1516)
20601 (ido-add-virtual-buffers-to-list): Robustify. (Bug#14552)
20602
20603 2013-07-09 Dmitry Gutov <dgutov@yandex.ru>
20604
20605 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Remove extra
20606 "autoload". Remove "warn lower camel case" section, previously
20607 commented out. Highlight negation char. Do not highlight the
20608 target in singleton method definitions.
20609
20610 2013-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
20611
20612 * faces.el (tty-setup-hook): Declare the hook.
20613
20614 * emacs-lisp/pcase.el (pcase--split-pred): Add `vars' argument to try
20615 and detect when a guard/pred depends on local vars (bug#14773).
20616 (pcase--u1): Adjust caller.
20617
20618 2013-07-08 Eli Zaretskii <eliz@gnu.org>
20619
20620 * simple.el (line-move-partial, line-move): Account for
20621 line-spacing.
20622 (line-move-partial): Avoid setting vscroll when the last
20623 partially-visible line in window is of default height.
20624
20625 2013-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
20626
20627 * net/shr.el (shr-map): Reinstate the `u' key binding, since it's
20628 been used a while.
20629
20630 2013-07-07 Juanma Barranquero <lekktu@gmail.com>
20631
20632 * subr.el (read-quoted-char): Remove unused local variable `char'.
20633
20634 2013-07-07 Michael Kifer <kifer@cs.stonybrook.edu>
20635
20636 * vc/ediff.el (ediff-version): Version update.
20637 (ediff-files-command, ediff3-files-command, ediff-merge-command)
20638 (ediff-merge-with-ancestor-command, ediff-directories-command)
20639 (ediff-directories3-command, ediff-merge-directories-command)
20640 (ediff-merge-directories-with-ancestor-command): New functions.
20641 All are command-line interfaces to ediff: to facilitate calling
20642 Emacs with the appropriate ediff functions invoked.
20643
20644 * emulation/viper-cmd.el (viper-del-forward-char-in-insert):
20645 New function.
20646 (viper-save-kill-buffer): Check if buffer is modified.
20647
20648 * emulation/viper.el (viper-version): Version update.
20649 (viper-emacs-state-mode-list): Add egg-status-buffer-mode.
20650
20651 2013-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
20652
20653 * faces.el (tty-run-terminal-initialization): Run new tty-setup-hook.
20654 * emulation/viper-cmd.el (viper-envelop-ESC-key): Remove function.
20655 (viper-intercept-ESC-key): Simplify.
20656 * emulation/viper-keym.el (viper-ESC-key): Make it a constant,
20657 don't use kbd.
20658 * emulation/viper.el (viper--tty-ESC-filter, viper--lookup-key)
20659 (viper-catch-tty-ESC, viper-uncatch-tty-ESC)
20660 (viper-setup-ESC-to-escape): New functions.
20661 (viper-go-away, viper-set-hooks): Call viper-setup-ESC-to-escape.
20662 (viper-set-hooks): Do not modify flyspell-mode-hook. (Bug#13793)
20663
20664 2013-07-07 Eli Zaretskii <eliz@gnu.org>
20665
20666 * simple.el (default-font-height, window-screen-lines):
20667 New functions.
20668 (line-move, line-move-partial): Use them instead of
20669 frame-char-height and window-text-height. This makes scrolling
20670 text smoother when the buffer's default face uses a font that is
20671 different from the frame's default font.
20672
20673 2013-07-06 Jan Djärv <jan.h.d@swipnet.se>
20674
20675 * files.el (write-file): Do not display confirm dialog for NS,
20676 it does its own dialog, which can't be canceled (Bug#14578).
20677
20678 2013-07-06 Eli Zaretskii <eliz@gnu.org>
20679
20680 * simple.el (line-move-partial): Adjust the row returned by
20681 posn-at-point for the current window-vscroll. (Bug#14567)
20682
20683 2013-07-06 Michael Albinus <michael.albinus@gmx.de>
20684
20685 * net/tramp-sh.el (tramp-sh-file-gvfs-monitor-dir-process-filter)
20686 (tramp-sh-file-inotifywait-process-filter): Handle file names with
20687 spaces.
20688
20689 2013-07-06 Martin Rudalics <rudalics@gmx.at>
20690
20691 * window.el (window-state-put-stale-windows): New variable.
20692 (window--state-put-2): Save list of windows without matching buffer.
20693 (window-state-put): Remove "bufferless" windows if possible.
20694
20695 2013-07-06 Juanma Barranquero <lekktu@gmail.com>
20696
20697 * simple.el (alternatives-define): Remove leftover :group keyword.
20698 Tweak docstring.
20699
20700 2013-07-06 Leo Liu <sdl.web@gmail.com>
20701
20702 * ido.el (ido-use-virtual-buffers): Allow new value 'auto.
20703 (ido-enable-virtual-buffers): New variable.
20704 (ido-buffer-internal, ido-toggle-virtual-buffers)
20705 (ido-make-buffer-list): Use it.
20706 (ido-exhibit): Support turning on and off virtual buffers
20707 automatically.
20708
20709 2013-07-06 Juanma Barranquero <lekktu@gmail.com>
20710
20711 * simple.el (alternatives-define): New macro.
20712
20713 2013-07-06 Stefan Monnier <monnier@iro.umontreal.ca>
20714
20715 * subr.el (read-quoted-char): Use read-key.
20716 (sit-for): Let read-event decode tty input (bug#14782).
20717
20718 2013-07-05 Stephen Berman <stephen.berman@gmx.net>
20719
20720 * calendar/todo-mode.el: Add handling of file deletion, both by
20721 mode command and externally. Fix various related bugs.
20722 Clarify Commentary and improve some documentation strings and code.
20723 (todo-delete-file): New command.
20724 (todo-check-file): New function.
20725 (todo-show): Handle external deletion of the file we're trying to
20726 show (bug#14688). Replace called-interactively-p by an optional
20727 prefix argument to avoid problematic interaction with catch form
20728 when byte compiled (bug#14702).
20729 (todo-quit): Handle external deletion of the archive's todo file.
20730 Make sure the buffer that was visiting the archive file is still
20731 live before trying to bury it.
20732 (todo-category-completions): Handle external deletion of any
20733 category completion files.
20734 (todo-jump-to-category, todo-basic-insert-item): Recalculate list
20735 of todo files, in case of external deletion.
20736 (todo-add-file): Replace unnecessary setq by let-binding.
20737 (todo-find-archive): Check whether there are any archives.
20738 Replace unnecessary setq by let-binding.
20739 (todo-archive-done-item): Use find-file-noselect to get the
20740 archive buffer whether or not the archive already exists.
20741 Remove superfluous code. Use file size instead of buffer-file-name to
20742 check if the archive is new; if it is, update list of archives.
20743 (todo-default-todo-file): Allow nil to be a valid value for when
20744 there are no todo files.
20745 (todo-reevaluate-default-file-defcustom): Use corrected definition
20746 of todo-default-todo-file.
20747 (todo-key-bindings-t+a+f): Add key binding for todo-delete-file.
20748 (todo-delete-category, todo-show-categories-table)
20749 (todo-category-number): Clarify comment.
20750 (todo-filter-items): Clarify documentation string.
20751 (todo-show-current-file, todo-display-as-todo-file)
20752 (todo-reset-and-enable-done-separator): Tweak documentation string.
20753 (todo-done-separator): Make separator length window-width, since
20754 bug#2749 is now fixed.
20755
20756 2013-07-05 Michael Albinus <michael.albinus@gmx.de>
20757
20758 * net/tramp-sh.el (tramp-sh-handle-file-notify-add-watch):
20759 Support both "gvfs-monitor-dir" and "inotifywait".
20760 (tramp-sh-file-inotifywait-process-filter): Rename from
20761 `tramp-sh-file-notify-process-filter'.
20762 (tramp-sh-file-gvfs-monitor-dir-process-filter)
20763 (tramp-get-remote-gvfs-monitor-dir): New defuns.
20764
20765 2013-07-05 Leo Liu <sdl.web@gmail.com>
20766
20767 * autoinsert.el (auto-insert-alist): Default to lexical-binding.
20768
20769 2013-07-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20770
20771 * frame.el (display-pixel-height, display-pixel-width)
20772 (display-mm-height, display-mm-width): Mention behavior on
20773 multi-monitor setups in docstrings.
20774 (w32-display-monitor-attributes-list): Declare function.
20775 (display-monitor-attributes-list): Use it.
20776
20777 2013-07-04 Michael Albinus <michael.albinus@gmx.de>
20778
20779 * filenotify.el: New package.
20780
20781 * autorevert.el (top): Require filenotify.el.
20782 (auto-revert-notify-enabled): Remove. Use `file-notify-support'
20783 instead.
20784 (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
20785 (auto-revert-notify-handler): Use `file-notify-*' functions.
20786
20787 * subr.el (file-notify-handle-event): Move function to filenotify.el.
20788
20789 * net/tramp.el (tramp-file-name-for-operation):
20790 Handle `file-notify-add-watch' and `file-notify-rm-watch'.
20791
20792 * net/tramp-sh.el (tramp-sh-file-name-handler-alist): Add handler
20793 for `file-notify-add-watch' and `file-notify-rm-watch'.
20794 (tramp-process-sentinel): Improve trace.
20795 (tramp-sh-handle-file-notify-add-watch)
20796 (tramp-sh-file-notify-process-filter)
20797 (tramp-sh-handle-file-notify-rm-watch)
20798 (tramp-get-remote-inotifywait): New defuns.
20799
20800 2013-07-03 Juri Linkov <juri@jurta.org>
20801
20802 * buff-menu.el (Buffer-menu-multi-occur): Add args and move the
20803 call of `occur-read-primary-args' to interactive spec.
20804
20805 * ibuffer.el (ibuffer-mode-map): Bind "M-s a C-o" to
20806 `ibuffer-do-occur' like in buff-menu.el. (Bug#14673)
20807
20808 2013-07-03 Matthias Meulien <orontee@gmail.com>
20809
20810 * buff-menu.el (Buffer-menu-mode-map): Bind "M-s a C-o" to
20811 `Buffer-menu-multi-occur'. Add it to the menu.
20812 (Buffer-menu-mode): Document it in docstring.
20813 (Buffer-menu-multi-occur): New command. (Bug#14673)
20814
20815 2013-07-03 Dmitry Gutov <dgutov@yandex.ru>
20816
20817 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Highlight more
20818 keywords and built-ins.
20819
20820 2013-07-03 Glenn Morris <rgm@gnu.org>
20821
20822 * subr.el (y-or-n-p): Handle empty prompts. (Bug#14770)
20823
20824 Make info-xref checks case-sensitive by default
20825 * info.el (Info-find-node, Info-find-in-tag-table)
20826 (Info-find-node-in-buffer, Info-find-node-2, Info-goto-node):
20827 Add option for exact case matching of nodes.
20828 * info-xref.el (info-xref): New custom group.
20829 (info-xref-case-fold): New option.
20830 (info-xref-goto-node-p): Pass info-xref-case-fold to Info-goto-node.
20831
20832 2013-07-03 Leo Liu <sdl.web@gmail.com>
20833
20834 * ido.el (ido-delete-file-at-head): Respect delete-by-moving-to-trash.
20835
20836 2013-07-03 Dmitry Gutov <dgutov@yandex.ru>
20837
20838 * progmodes/ruby-mode.el (ruby-move-to-block): When we're at a
20839 middle of block statement initially, lower the depth. Remove
20840 FIXME comment, not longer valid. Remove middle of block statement
20841 detection, no need to do that anymore since we've been using
20842 `ruby-parse-region' here.
20843
20844 2013-07-02 Jan Djärv <jan.h.d@swipnet.se>
20845
20846 * term/ns-win.el (display-format-alist): Use .* (Bug#14765).
20847
20848 2013-07-01 Katsumi Yamaoka <yamaoka@jpl.org>
20849
20850 * wid-edit.el (widget-default-get): Don't modify widget (Bug#14738).
20851
20852 2013-07-01 Juanma Barranquero <lekktu@gmail.com>
20853
20854 * desktop.el (desktop-restore-frames): Rename from desktop-save-windows.
20855 (desktop-restore-in-current-display): New customization option.
20856 (desktop--excluded-frame-parameters): Add `font'.
20857 (desktop--save-frames): Rename from desktop--save-windows.
20858 (desktop--restore-in-this-display-p): New function.
20859 (desktop--make-full-frame): Remove unwanted width/height from
20860 full(width|height) frames.
20861 (desktop--restore-frames): Rename from desktop--restore-windows.
20862 Obey desktop-restore-current-display. Do not delete old frames or
20863 select a new frame unless we were able to restore at least one frame.
20864
20865 2013-06-30 Michal Nazarewicz <mina86@mina86.com>
20866
20867 * files.el (find-file-noselect): Simplify conditional expression.
20868
20869 * textmodes/remember.el (remember-append-to-file):
20870 Don't mix `find-buffer-visiting' and `get-file-buffer'.
20871
20872 Add `remember-notes' function to store random notes across Emacs
20873 restarts.
20874 * textmodes/remember.el (remember-data-file): Add :set callback to
20875 affect notes buffer (if any).
20876 (remember-notes): New command.
20877 (remember-notes-buffer-name, bury-remember-notes-on-kill):
20878 New defcustoms for the `remember-notes' function.
20879 (remember-notes-save-and-bury-buffer): New command.
20880 (remember-notes-mode-map): New variable.
20881 (remember-mode): New minor mode.
20882 (remember-notes--kill-buffer-query): New function.
20883 * startup.el (initial-buffer-choice): Add notes to custom type.
20884
20885 2013-06-30 Eli Zaretskii <eliz@gnu.org>
20886
20887 * bindings.el (right-char, left-char): Don't call sit-for, this is
20888 no longer needed. Use arithmetic comparison only for numerical
20889 arguments.
20890
20891 * international/mule-cmds.el (select-safe-coding-system):
20892 Handle the case of FROM being a string correctly. (Bug#14755)
20893
20894 2013-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
20895
20896 * net/shr.el (shr-make-table-1): Add a sanity check that allows
20897 progression on degenerate tables.
20898 (shr-rescale-image): ImageMagick animated images currently don't work.
20899
20900 2013-06-30 Juanma Barranquero <lekktu@gmail.com>
20901
20902 Some fixes and improvements for desktop frame restoration.
20903 It is still experimental and disabled by default.
20904 * desktop.el (desktop--save-windows): Put the selected frame at
20905 the head of the list.
20906 (desktop--make-full-frame): New function.
20907 (desktop--restore-windows): Try to re-select the frame that was
20908 selected upon saving. Do not abort if some frames fail to restore,
20909 just show an error message and continue. Set up maximized frames
20910 so they have default non-maximized dimensions.
20911
20912 2013-06-30 Dmitry Gutov <dgutov@yandex.ru>
20913
20914 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
20915 Don't start heredoc inside a string or comment.
20916
20917 2013-06-29 Eli Zaretskii <eliz@gnu.org>
20918
20919 * bindings.el (visual-order-cursor-movement): New defcustom.
20920 (right-char, left-char): Provide visual-order cursor motion by
20921 calling move-point-visually. Update the doc strings.
20922
20923 2013-06-28 Kenichi Handa <handa@gnu.org>
20924
20925 * international/mule.el (define-coding-system): New coding system
20926 properties :inhibit-null-byte-detection,
20927 :inhibit-iso-escape-detection, and :prefer-utf-8.
20928 (set-buffer-file-coding-system): If :charset-list property of
20929 CODING-SYSTEM is `emacs', do not check if CODING-SYSTEM is
20930 appropriate for setting.
20931
20932 * international/mule-cmds.el (select-safe-coding-system):
20933 If DEFAULT-CODING-SYSTEM is prefer-utf-8 and the buffer contains
20934 multibyte characters, return utf-8 (or one of its siblings).
20935
20936 * international/mule-conf.el (prefer-utf-8): New coding system.
20937 (file-coding-system-alist): Use prefer-utf-8 as default for Elisp
20938 files.
20939
20940 2013-06-28 Ivan Kanis <ivan@kanis.fr>
20941
20942 * net/shr.el (shr-render-region): New function.
20943
20944 * net/eww.el: Autoload `eww-browse-url'.
20945
20946 2013-06-27 Dmitry Gutov <dgutov@yandex.ru>
20947
20948 * emacs-lisp/package-x.el (package-upload-buffer-internal):
20949 Adapt to `package-desc-version' being a list.
20950 Use `package--ac-desc-version' to retrieve version from a package
20951 archive element.
20952
20953 2013-06-27 Juanma Barranquero <lekktu@gmail.com>
20954
20955 New experimental feature to save&restore window and frame setup.
20956 * desktop.el (desktop-save-windows): New defcustom.
20957 (desktop--saved-states): New var.
20958 (desktop--excluded-frame-parameters): New defconst.
20959 (desktop--filter-frame-parms, desktop--find-frame-in-display)
20960 (desktop--restore-windows, desktop--save-windows): New functions.
20961 (desktop-save): Call `desktop--save-windows'.
20962 (desktop-read): Call `desktop--restore-windows'.
20963
20964 2013-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
20965
20966 * net/shr.el (add-face-text-property): Remove compat definition.
20967
20968 2013-06-27 Stephen Berman <stephen.berman@gmx.net>
20969
20970 * info.el (Info-try-follow-nearest-node): Move search for footnote
20971 above search for node name to prevent missing a footnote (bug#14717).
20972
20973 2013-06-27 Stephen Berman <stephen.berman@gmx.net>
20974
20975 * obsolete/otodo-mode.el: Add obsolescence info to file header.
20976
20977 2013-06-27 Leo Liu <sdl.web@gmail.com>
20978
20979 * net/eww.el (eww-read-bookmarks): Check file size.
20980
20981 2013-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
20982
20983 * emacs-lisp/nadvice.el (advice--defalias-fset): Move advice back to
20984 advice--pending if newdef is nil or an autoload (bug#13820).
20985 (advice-mapc): New function.
20986
20987 2013-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
20988
20989 * net/eww.el (eww-mode): Undo isn't necessary in eww buffers,
20990 probably.
20991 (eww-mode-map): Add a menu bar.
20992 (eww-add-bookmark): New command.
20993 (eww-bookmark-mode): New mode and commands.
20994 (eww-add-bookmark): Remove newlines from the title.
20995 (eww-bookmark-browse): Don't bug out if it's the only window.
20996
20997 2013-06-26 Glenn Morris <rgm@gnu.org>
20998
20999 * htmlfontify.el (hfy-triplet): Handle unspecified-fg, bg.
21000 (hfy-size): Handle ttys. (Bug#14668)
21001
21002 * info-xref.el: Update for Texinfo 5 change in *note format.
21003 (info-xref-node-re, info-xref-note-re): New constants.
21004 (info-xref-check-buffer): Use info-xref-note-re.
21005
21006 2013-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
21007
21008 * simple.el (set-variable): Use read-from-minibuffer (bug#14710).
21009
21010 * emacs-lisp/package.el (package--add-to-archive-contents): Add missing
21011 nil terminate the loop (bug#14718).
21012
21013 2013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
21014
21015 * net/eww.el: Rework history traversal. When going forward/back,
21016 put these actions into the history, too, so that they can be
21017 replayed.
21018 (eww-render): Move the history reset to the correct buffer.
21019
21020 2013-06-25 Juri Linkov <juri@jurta.org>
21021
21022 * files-x.el (modify-dir-local-variable): Change the header comment
21023 in the file with directory local variables. (Bug#14692)
21024
21025 * files-x.el (read-file-local-variable-value): Add `default'.
21026 (Bug#14710)
21027
21028 2013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
21029
21030 * net/eww.el (eww-make-unique-file-name): Create a unique file
21031 name before saving to entering `y' accidentally asynchronously.
21032
21033 2013-06-25 Ivan Kanis <ivan@kanis.fr>
21034
21035 * net/eww.el (eww-download): New command and keystroke.
21036
21037 2013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
21038
21039 * net/eww.el (eww-copy-page-url): Change name of command.
21040
21041 * net/shr.el (shr-map): Change `shr-copy-url' from `u' to `w' to
21042 be more consistent with Info and dired.
21043
21044 * net/eww.el (eww-mode-map): Ditto.
21045
21046 2013-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
21047
21048 * emacs-lisp/package.el: Use lexical-binding. Include obsolete
21049 packages from archives.
21050 (package-archive-contents): Change format; include obsolete packages.
21051 (package-desc): Use `dir' to mark builtin packages.
21052 (package--from-builtin): Set the `dir' field to `builtin'.
21053 (generated-autoload-file, version-control): Declare.
21054 (package-compute-transaction): Change first arg and return value to be
21055 lists of package-descs. Adjust to new package-archive-contents format.
21056 (package--add-to-archive-contents): Adjust to new
21057 package-archive-contents format.
21058 (package-download-transaction): Arg is now a list of package-descs.
21059 (package-install): If `pkg' is a package name, pass it as
21060 a requirement, so it is subject to the usual (e.g. disabled) checks.
21061 (describe-package): Accept package-desc as well.
21062 (describe-package-1): Describe a specific package-desc. Add links to
21063 other package-descs for the same package name.
21064 (package-menu-describe-package): Pass the actual package-desc.
21065 (package-menu-mode): Add to tabulated-list-revert-hook so revert-buffer
21066 works correctly.
21067 (package-desc-status): New function.
21068 (package-menu--refresh): New function, extracted
21069 from package-menu--generate.
21070 (package-menu--generate): Use it.
21071 (package-delete): Update package-alist.
21072 (package-menu-execute): Don't call package-initialize.
21073
21074 * progmodes/idlw-toolbar.el, progmodes/idlw-shell.el,
21075 progmodes/idlw-help.el, progmodes/idlw-complete-structtag.el,
21076 progmodes/ebnf-yac.el, progmodes/ebnf-otz.el, progmodes/ebnf-iso.el,
21077 progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-bnf.el,
21078 progmodes/ebnf-abn.el, emacs-lisp/package-x.el, emacs-lisp/cl-seq.el,
21079 emacs-lisp/cl-macs.el: Neuter the "Version:" header.
21080
21081 2013-06-25 Martin Rudalics <rudalics@gmx.at>
21082
21083 * window.el (window--state-get-1): Workaround for bug#14527.
21084 http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00941.html
21085
21086 2013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
21087
21088 * net/eww.el (eww-back-url): Implement the history by stashing all
21089 the data into a list.
21090 (eww-forward-url): Allow going forward in the history, too.
21091
21092 2013-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
21093
21094 * files-x.el (read-file-local-variable-value): Use read-from-minibuffer
21095 for values and use read--expression for expressions (bug#14710).
21096 (read-file-local-variable): Avoid setq.
21097 (read-file-local-variable-mode): Use minor-mode-list.
21098
21099 2013-06-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
21100
21101 * textmodes/bibtex.el (bibtex-generate-url-list): Add support
21102 for DOI URLs.
21103
21104 2013-06-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
21105
21106 * textmodes/bibtex.el (bibtex-mode, bibtex-set-dialect):
21107 Update imenu-support when dialect changes.
21108
21109 2013-06-25 Leo Liu <sdl.web@gmail.com>
21110
21111 * ido.el (ido-read-internal): Allow forward slash on windows.
21112
21113 2013-06-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
21114
21115 * net/eww.el (eww): Start of strings is \\`, not ^.
21116
21117 2013-06-24 Ivan Kanis <ivan@kanis.fr>
21118
21119 * net/shr.el (shr-browse-url): Fix interactive spec.
21120
21121 * net/eww.el (eww): Add a trailing slash to domain names.
21122
21123 2013-06-24 Juanma Barranquero <lekktu@gmail.com>
21124
21125 * faces.el (face-spec-recalc): Revert part of 2013-06-23T20:29:18Z!lekktu@gmail.com (bug#14705).
21126
21127 2013-06-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
21128
21129 * net/shr.el (shr-browse-url): Use an external browser if given a
21130 prefix.
21131
21132 * net/eww.el (eww-external-browser): Move to shr.
21133
21134 2013-06-24 Ivan Kanis <ivan@kanis.fr>
21135
21136 * net/eww.el (eww): Work more correctly for file: URLs.
21137 (eww-detect-charset): Allow quoted charsets.
21138 (eww-yank-page-url): New command and keystroke.
21139
21140 2013-06-24 Daiki Ueno <ueno@gnu.org>
21141
21142 * epg.el (epg-make-context): Check if PROTOCOL is valid; embed the
21143 file name of gpg executable.
21144 (epg-context-program): New function.
21145 (epg-context-home-directory): New function.
21146 (epg-context-set-program): New function.
21147 (epg-context-set-home-directory): New function.
21148 (epg--start): Use `epg-context-program' instead of
21149 'epg-gpg-program'.
21150 (epg--list-keys-1): Likewise.
21151
21152 2013-06-24 Leo Liu <sdl.web@gmail.com>
21153
21154 * ido.el (ido-read-internal): Fix bug#14620.
21155
21156 2013-06-23 Juanma Barranquero <lekktu@gmail.com>
21157
21158 * faces.el (face-documentation): Simplify.
21159 (read-face-attribute, tty-find-type, x-resolve-font-name):
21160 Use `string-match-p'.
21161 (list-faces-display): Use `string-match-p'. Simplify.
21162 (face-spec-recalc): Check face to avoid face alias loops.
21163 (read-color): Use `string-match-p' and non-capturing parenthesis.
21164
21165 2013-06-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
21166
21167 * net/shr.el (shr-rescale-image): Use the new
21168 :max-width/:max-height functionality.
21169
21170 2013-06-23 Ivan Kanis <ivan@kanis.fr>
21171
21172 * net/eww.el (eww-search-prefix): New variable.
21173 (eww): Use it.
21174 (eww-external-browser): New variable.
21175 (eww-mode-map): New keystroke.
21176 (eww-browse-with-external-browser): New command.
21177
21178 * net/eww.el: Bind `C-c C-c' to "submit" in all form keymaps.
21179
21180 2013-06-23 Juanma Barranquero <lekktu@gmail.com>
21181
21182 * emacs-lisp/tabulated-list.el (tabulated-list-init-header):
21183 Don't skip aligning the next header field when padding is 0;
21184 otherwise, field width is not respected unless the title is as
21185 wide as the field.
21186
21187 2013-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
21188
21189 * emacs-lisp/package.el (package-el-version): Remove.
21190 (package-process-define-package): Fix inf-loop.
21191 (package-install): Allow symbols as arguments again.
21192
21193 2013-06-22 Dmitry Gutov <dgutov@yandex.ru>
21194
21195 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Move `catch',
21196 add some more keyword-like methods.
21197 http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00911.html
21198
21199 2013-06-22 Juanma Barranquero <lekktu@gmail.com>
21200
21201 * bs.el (bs-buffer-show-mark): Make defvar-local.
21202 (bs-mode): Use setq-local.
21203
21204 * emacs-lock.el (emacs-lock-mode, emacs-lock--old-mode)
21205 (emacs-lock--try-unlocking): Make defvar-local.
21206
21207 2013-06-22 Glenn Morris <rgm@gnu.org>
21208
21209 * play/cookie1.el (cookie-apropos): Minor simplification.
21210
21211 * progmodes/gdb-mi.el (gdb-mapcar*): Remove, replace with cl-mapcar.
21212
21213 2013-06-22 Dmitry Gutov <dgutov@yandex.ru>
21214
21215 * progmodes/ruby-mode.el (auto-mode-alist): Do not use
21216 `regexp-opt', it breaks the build during dumping.
21217
21218 2013-06-21 Dmitry Gutov <dgutov@yandex.ru>
21219
21220 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
21221 Highlight keyword-like methods on Kernel and Module with
21222 font-lock-builtin-face.
21223 (auto-mode-alist): Consolidate different entries into one regexp
21224 and add more *file-s.
21225
21226 2013-06-21 Stephen Berman <stephen.berman@gmx.net>
21227
21228 * obsolete/otodo-mode.el: Move and rename from calendar/todo-mode.el.
21229
21230 * calendar/diary-lib.el (diary-goto-entry-function): New variable.
21231 (diary-entry): Use it in the action of this button type instead of
21232 diary-goto-entry.
21233
21234 * calendar/todo-mode.el: New version.
21235 (todo-add-category): Append new category to end of file and give
21236 it the highest number, instead of putting it at the beginning and
21237 giving it 0. Incorporate noninteractive functionality.
21238 (todo-forward-category): Adapt to 1-based category numbering.
21239 Allow skipping over archived categories.
21240 (todo-backward-category): Derive from todo-forward-category.
21241 (todo-backward-item, todo-forward-item): Make noninteractive and
21242 delegate interactive part to new commands. Make sensitive to done items.
21243 (todo-categories): Make value an alist of category names and
21244 vectors of item counts.
21245 (todo-category-beg): Make a defconst.
21246 (todo-category-number): Use 1 instead of 0 as initial value.
21247 (todo-category-select): Make sensitive to overlays, optional item
21248 highlighting and done items.
21249 (todo-delete-item): Make sensitive to overlays and marked and done items.
21250 (todo-edit-item): Make sensitive to overlays and editing of
21251 date/time header optional. Add format checks.
21252 (todo-edit-multiline): Rename to todo-edit-multiline-item. Make a
21253 no-op if point is not on an item. Advertise using todo-edit-quit.
21254 (todo-edit-mode): Make sensitive to new format, font-locking, and
21255 multiple todo files.
21256 (todo-insert-item, todo-insert-item-here): Derive from
21257 todo-basic-insert-item and extend functionality.
21258 (todo-item-end, todo-item-start): Make sensitive to done items.
21259 (todo-item-string): Don't return text properties. Restore point.
21260 (todo-jump-to-category): Make sensitive to multiple todo files and
21261 todo archives. Use extended category completion.
21262 (todo-lower-item, todo-raise-item): Rename to *-priority and
21263 derive from todo-set-item-priority.
21264 (todo-mode): Derive from special-mode. Make sensitive to new
21265 format, font-locking and multiple todo files. Make read-only.
21266 (todo-mode-map): Don't suppress digit keys, so they can supply
21267 prefix arguments. Add many new key bindings.
21268 (todo-prefix): Insert as an overlay instead of file text.
21269 Change semantics from diary date expression to purely visual mark.
21270 (todo-print): Rename to todo-print-buffer. Make buffer display
21271 features printable. Remove option to restrict number of items
21272 printed. Add option to print to file.
21273 (todo-print-function): Rename to todo-print-buffer-function.
21274 (todo-quit): Extend to handle exiting new todo modes.
21275 (todo-remove-item): Make sensitive to overlays.
21276 (todo-save): Extend to buffers of filtered items.
21277 (todo-show): Make sensitive to done items, multiple todo files and
21278 new todo modes. Offer to convert legacy todo file before creating
21279 first new todo file.
21280 (todo-show-priorities): Rename to todo-top-priorities.
21281 Change semantics of value 0.
21282 (todo-top-priorities): Rename to todo-filter-top-priorities,
21283 derive from todo-filter-items and extend functionality.
21284 (todo-save-top-priorities): Rename to todo-save-filtered-items-buffer
21285 and extend functionality to other types of filtered items.
21286 (todo-add-item-non-interactively, todo-ask-p, todo-cat-slct)
21287 (todo-category-end, todo-category-sep, todo-cats, todo-cmd-back)
21288 (todo-cmd-done, todo-cmd-edit, todo-cmd-forw, todo-cmd-inst)
21289 (todo-cmd-kill, todo-cmd-lowr, todo-cmd-next, todo-cmd-prev)
21290 (todo-cmd-rais, todo-cmd-save, todo-completing-read, todo-cp)
21291 (todo-edit-mode-hook, todo-entry-prefix-function)
21292 (todo-entry-timestamp-initials, todo-file-do, todo-file-done)
21293 (todo-file-item, todo-file-top, todo-header, todo-initial-setup)
21294 (todo-initials, todo-insert-threshold, todo-item-string-start)
21295 (todo-line-string, todo-menu, todo-mode-hook)
21296 (todo-more-important-p, todo-previous-answer, todo-previous-line)
21297 (todo-print-priorities, todo-remove-separator)
21298 (todo-save-top-priorities-too, todo-string-count-lines)
21299 (todo-string-multiline-p, todo-time-string-format)
21300 (todo-tmp-buffer-name): Remove.
21301 (todo-add-file, todo-archive-done-item, todo-choose-archive)
21302 (todo-convert-legacy-files, todo-copy-item, todo-delete-category)
21303 (todo-edit-category-diary-inclusion)
21304 (todo-edit-category-diary-nonmarking, todo-edit-done-item-comment)
21305 (todo-edit-file, todo-edit-item-date-day)
21306 (todo-edit-item-date-day-name, todo-edit-item-date-from-calendar)
21307 (todo-edit-item-date-month, todo-edit-item-date-to-today)
21308 (todo-edit-item-date-year, todo-edit-item-diary-inclusion)
21309 (todo-edit-item-diary-nonmarking, todo-edit-item-header)
21310 (todo-edit-item-time, todo-edit-quit, todo-filter-diary-items)
21311 (todo-filter-diary-items-multifile, todo-filter-regexp-items)
21312 (todo-filter-regexp-items-multifile, todo-filter-top-priorities)
21313 (todo-filter-top-priorities-multifile, todo-find-archive)
21314 (todo-find-filtered-items-file, todo-go-to-source-item)
21315 (todo-insert-item-from-calendar, todo-item-done, todo-item-undone)
21316 (todo-jump-to-archive-category, todo-lower-category)
21317 (todo-mark-category, todo-marked-item-p, todo-merge-category)
21318 (todo-move-category, todo-move-item, todo-next-button)
21319 (todo-next-item, todo-padded-string, todo-powerset)
21320 (todo-previous-button, todo-previous-item)
21321 (todo-print-buffer-to-file, todo-raise-category)
21322 (todo-rename-category, todo-repair-categories-sexp, todo-search)
21323 (todo-set-category-number, todo-set-item-priority)
21324 (todo-set-top-priorities-in-category)
21325 (todo-set-top-priorities-in-file, todo-show-categories-table)
21326 (todo-sort-categories-alphabetically-or-numerically)
21327 (todo-sort-categories-by-archived, todo-sort-categories-by-diary)
21328 (todo-sort-categories-by-done, todo-sort-categories-by-todo)
21329 (todo-toggle-item-header, todo-toggle-item-highlighting)
21330 (todo-toggle-mark-item, todo-toggle-prefix-numbers)
21331 (todo-toggle-view-done-items, todo-toggle-view-done-only)
21332 (todo-unarchive-items, todo-unmark-category): New commands.
21333 (todo-absolute-file-name, todo-add-to-buffer-list)
21334 (todo-adjusted-category-label-length, todo-basic-edit-item-header)
21335 (todo-basic-insert-item, todo-category-completions)
21336 (todo-category-number, todo-category-string-matcher-1)
21337 (todo-category-string-matcher-2, todo-check-filtered-items-file)
21338 (todo-check-format, todo-clear-matches)
21339 (todo-comment-string-matcher, todo-convert-legacy-date-time)
21340 (todo-current-category, todo-date-string-matcher)
21341 (todo-define-insertion-command, todo-diary-expired-matcher)
21342 (todo-diary-goto-entry, todo-diary-item-p)
21343 (todo-diary-nonmarking-matcher, todo-display-as-todo-file)
21344 (todo-display-categories, todo-display-sorted, todo-done-item-p)
21345 (todo-done-item-section-p, todo-done-separator)
21346 (todo-done-string-matcher, todo-files, todo-filter-items)
21347 (todo-filter-items-1, todo-filter-items-filename, todo-find-item)
21348 (todo-gen-arglists, todo-get-count, todo-get-overlay, todo-indent)
21349 (todo-insert-category-line, todo-insert-item-from-calendar)
21350 (todo-insert-sort-button, todo-insert-with-overlays)
21351 (todo-insertion-command-name, todo-insertion-key-bindings)
21352 (todo-label-to-key, todo-longest-category-name-length)
21353 (todo-make-categories-list, todo-mode-external-set)
21354 (todo-mode-line-control, todo-modes-set-1, todo-modes-set-2)
21355 (todo-modes-set-3, todo-multiple-filter-files)
21356 (todo-nondiary-marker-matcher, todo-prefix-overlays)
21357 (todo-read-category, todo-read-date, todo-read-dayname)
21358 (todo-read-file-name, todo-read-time)
21359 (todo-reevaluate-category-completions-files-defcustom)
21360 (todo-reevaluate-default-file-defcustom)
21361 (todo-reevaluate-filelist-defcustoms)
21362 (todo-reevaluate-filter-files-defcustom)
21363 (todo-reset-and-enable-done-separator, todo-reset-comment-string)
21364 (todo-reset-done-separator, todo-reset-done-separator-string)
21365 (todo-reset-done-string, todo-reset-global-current-todo-file)
21366 (todo-reset-highlight-item, todo-reset-nondiary-marker)
21367 (todo-reset-prefix, todo-set-categories)
21368 (todo-set-date-from-calendar, todo-set-show-current-file)
21369 (todo-set-top-priorities, todo-short-file-name)
21370 (todo-show-current-file, todo-sort, todo-time-string-matcher)
21371 (todo-total-item-counts, todo-update-buffer-list)
21372 (todo-update-categories-display, todo-update-categories-sexp)
21373 (todo-update-count, todo-validate-name, todo-y-or-n-p):
21374 New functions.
21375 (todo-archive-mode, todo-categories-mode, todo-filtered-items-mode):
21376 New major modes.
21377 (todo-categories, todo-display, todo-edit, todo-faces)
21378 (todo-filtered): New defgroups.
21379 (todo-archived-only, todo-button, todo-category-string, todo-date)
21380 (todo-diary-expired, todo-done, todo-done-sep, todo-comment)
21381 (todo-mark, todo-nondiary, todo-prefix-string, todo-search)
21382 (todo-sorted-column, todo-time, todo-top-priority): New deffaces.
21383 (todo-add-item-if-new-category, todo-always-add-time-string)
21384 (todo-categories-align, todo-categories-archived-label)
21385 (todo-categories-category-label, todo-categories-diary-label)
21386 (todo-categories-done-label, todo-categories-number-separator)
21387 (todo-categories-todo-label, todo-categories-totals-label)
21388 (todo-category-completions-files, todo-completion-ignore-case)
21389 (todo-default-todo-file, todo-diary-nonmarking, todo-directory)
21390 (todo-done-separator-string, todo-done-string)
21391 (todo-files-function, todo-filter-done-items, todo-filter-files)
21392 (todo-highlight-item, todo-include-in-diary, todo-indent-to-here)
21393 (todo-initial-category, todo-initial-file, todo-item-mark)
21394 (todo-legacy-date-time-regexp, todo-mode-line-function)
21395 (todo-nondiary-marker, todo-number-prefix)
21396 (todo-print-buffer-function, todo-show-current-file)
21397 (todo-show-done-only, todo-show-first, todo-show-with-done)
21398 (todo-skip-archived-categories, todo-top-priorities-overrides)
21399 (todo-undo-item-omit-comment, todo-use-only-highlighted-region)
21400 (todo-visit-files-commands, todo-wrap-lines, todo-y-with-space):
21401 New defcustoms.
21402 (todo-category-done, todo-date-pattern, todo-date-string-start)
21403 (todo-diary-items-buffer, todo-done-string-start)
21404 (todo-filtered-items-buffer, todo-item-start)
21405 (todo-month-abbrev-array, todo-month-name-array)
21406 (todo-nondiary-end, todo-nondiary-start, todo-regexp-items-buffer)
21407 (todo-top-priorities-buffer): New defconsts.
21408 (todo-archive-mode-map, todo-archives, todo-categories-mode-map)
21409 (todo-categories-with-marks, todo-category-string-face)
21410 (todo-comment-face, todo-comment-string, todo-current-todo-file)
21411 (todo-date-face, todo-date-from-calendar, todo-descending-counts)
21412 (todo-diary-expired-face, todo-done-face, todo-done-sep-face)
21413 (todo-done-separator, todo-edit-buffer, todo-edit-mode-map)
21414 (todo-file-buffers, todo-files, todo-filtered-items-mode-map)
21415 (todo-font-lock-keywords, todo-global-current-todo-file)
21416 (todo-insertion-commands, todo-insertion-commands-arg-key-list)
21417 (todo-insertion-commands-args)
21418 (todo-insertion-commands-args-genlist)
21419 (todo-insertion-commands-names, todo-insertion-map)
21420 (todo-key-bindings-t, todo-key-bindings-t+a)
21421 (todo-key-bindings-t+a+f, todo-key-bindings-t+f, todo-mode-map)
21422 (todo-multiple-filter-files, todo-multiple-filter-files-widget)
21423 (todo-nondiary-face, todo-print-buffer, todo-time-face)
21424 (todo-visited): New variables.
21425
21426 2013-06-21 Glenn Morris <rgm@gnu.org>
21427
21428 * play/cookie1.el (cookie-apropos): Add optional display argument.
21429 * obsolete/yow.el (apropos-zippy): Use cookie-apropos.
21430 (psychoanalyze-pinhead): Use cookie-doctor.
21431
21432 2013-06-21 Juanma Barranquero <lekktu@gmail.com>
21433
21434 * emacs-lisp/package.el (tar-get-file-descriptor)
21435 (tar--extract): Declare.
21436
21437 2013-06-21 Eduard Wiebe <usenet@pusto.de>
21438
21439 Extend flymake's warning predicate to be a function (bug#14217).
21440 * progmodes/flymake.el (flymake-warning-predicate): New.
21441 (flymake-parse-line): Use it.
21442 (flymake-warning-re): Make obsolete alias to
21443 `flymake-warning-predicate'.
21444
21445 2013-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
21446
21447 * emacs-lisp/package.el (package-alist): Include obsolete packages.
21448 (package-obsolete-list): Remove.
21449 (package-activate): Remove min-version argument. Add `force' argument.
21450 Adjust to new package-alist format.
21451 (package-mark-obsolete): Remove.
21452 (package-unpack): Force reload of the package's autoloads.
21453 (package-installed-p): Check builtins if the installed package is not
21454 recent enough.
21455 (package-initialize): Don't reset package-obsolete-list.
21456 Don't specify which package version to activate.
21457 (package-process-define-package, describe-package-1)
21458 (package-menu--generate): Adjust to new package-alist format.
21459
21460 2013-06-21 Juanma Barranquero <lekktu@gmail.com>
21461
21462 * allout-widgets.el (allout-widgets-mode-off)
21463 (allout-widgets-mode-on, allout-widgets-pre-command-business)
21464 (allout-widgets-post-command-business)
21465 (allout-widgets-after-copy-or-kill-function)
21466 (allout-widgets-after-undo-function, allout-test-range-overlaps)
21467 (allout-decorate-item-and-context)
21468 (allout-graphics-modification-handler): Fix typos in docstrings.
21469 (allout-get-or-create-parent-widget): Use `looking-at-p'.
21470
21471 * cmuscheme.el (scheme-start-file): Doc fix.
21472 (inferior-scheme-mode, switch-to-scheme): Fix typos in docstrings.
21473 (scheme-input-filter): Use `string-match-p'.
21474
21475 * composite.el (compose-gstring-for-terminal): Fix typo in docstring.
21476
21477 * dired-x.el: Use Dired consistently in docstrings.
21478
21479 * dired.el: Use Dired consistently in docstrings.
21480 (dired-readin, dired-mode): Use `setq-local'.
21481 (dired-switches-alist): Make defvar-local.
21482 (dired-buffers-for-dir): Use `zerop'.
21483 (dired-safe-switches-p, dired-switches-escape-p)
21484 (dired-insert-old-subdirs, dired-move-to-end-of-filename)
21485 (dired-glob-regexp, dired-in-this-tree, dired-goto-file-1)
21486 (dired-sort-set-mode-line, dired-sort-toggle, dired-sort-R-check)
21487 (dired-goto-next-nontrivial-file): Use `string-match-p'.
21488 (dired-align-file, dired-insert-directory, dired-mark-files-in-region)
21489 (dired-toggle-marks, dired-mark-files-containing-regexp)
21490 (dired-mark-symlinks, dired-mark-directories, dired-mark-executables)
21491 (dired-flag-auto-save-files, dired-flag-backup-files):
21492 Use `looking-at-p'.
21493 (dired-mark-files-regexp, dired-build-subdir-alist):
21494 Use `string-match-p', `looking-at-p'.
21495
21496 * dos-w32.el (untranslated-canonical-name, untranslated-file-p)
21497 (direct-print-region-helper): Use `string-match-p'.
21498
21499 2013-06-21 Leo Liu <sdl.web@gmail.com>
21500
21501 * comint.el (comint-redirect-results-list-from-process):
21502 Fix infinite loop.
21503
21504 2013-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
21505
21506 * net/eww.el (eww-update-header-line-format): Quote % characters.
21507
21508 2013-06-21 Glenn Morris <rgm@gnu.org>
21509
21510 * play/cookie1.el (cookie): New custom group.
21511 (cookie-file): New option.
21512 (cookie-check-file): New function.
21513 (cookie): Make it interactive. Make start and end messages optional.
21514 Interactively, display the result. Default to cookie-file.
21515 (cookie-insert): Default to cookie-file.
21516 (cookie-snarf): Make start and end messages optional.
21517 Default to cookie-file. Use with-temp-buffer.
21518 (cookie-read): Rename from read-cookie.
21519 Make start and end messages optional. Default to cookie-file.
21520 (cookie-shuffle-vector): Rename from shuffle-vector. Use dotimes.
21521 Do not autoload it.
21522 (cookie-apropos, cookie-doctor): New functions, copied from yow.el
21523 * obsolete/yow.el (read-zippyism): Use new name for read-cookie.
21524
21525 2013-06-21 Leo Liu <sdl.web@gmail.com>
21526
21527 * progmodes/octave.el (octave-mode): Backward compatibility fix.
21528
21529 2013-06-21 Glenn Morris <rgm@gnu.org>
21530
21531 * font-lock.el (lisp-font-lock-keywords-2): Add with-eval-after-load.
21532
21533 2013-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
21534 Daniel Hackney <dan@haxney.org>
21535
21536 * emacs-lisp/package.el: Use tar-mode rather than tar executable.
21537 Consolidate the single-file vs tarball code.
21538 (package-desc-suffix): New function.
21539 (package-desc-full-name): Don't bother inlining it.
21540 (package-load-descriptor): Return the new package-desc.
21541 (package-mark-obsolete): Remove unused arg `package'.
21542 (package-unpack): Make it work for single files as well.
21543 Make it update package-alist.
21544 (package--make-autoloads-and-stuff): Rename from
21545 package--make-autoloads-and-compile. Don't compile any more.
21546 (package--compile): New function.
21547 (package-generate-description-file): New function, extracted from
21548 package-unpack-single.
21549 (package-unpack-single): Remove.
21550 (package--with-work-buffer): Add indentation and debugging info.
21551 (package-download-single): Remove.
21552 (package-install-from-archive): Rename from package-download-tar, make
21553 it take a pkg-desc, and make it work for single files as well.
21554 (package-download-transaction): Simplify.
21555 (package-tar-file-info): Remove `file' arg. Rewrite not to use an
21556 external tar program.
21557 (package-install-from-buffer): Remove `pkg-desc' argument.
21558 Use package-tar-file-info for tar-mode buffers.
21559 (package-install-file): Simplify accordingly.
21560 (package-archive-base): Change to take a pkg-desc.
21561 * tar-mode.el (tar--check-descriptor): New function, extracted from
21562 tar-get-descriptor.
21563 (tar-get-descriptor): Use it.
21564 (tar-get-file-descriptor): New function.
21565 (tar--extract): New function, extracted from tar-extract.
21566 (tar--extract): Use it.
21567 * emacs-lisp/package-x.el (package-upload-file): Decode the file, in
21568 case the summary uses non-ascii. Adjust to new calling convention of
21569 package-tar-file-info.
21570
21571 2013-06-21 Leo Liu <sdl.web@gmail.com>
21572
21573 * comint.el (comint-redirect-results-list-from-process):
21574 Fix random delay. (Bug#14681)
21575
21576 2013-06-21 Juanma Barranquero <lekktu@gmail.com>
21577
21578 * profiler.el (profiler-format-number): Use log, not log10.
21579
21580 2013-06-20 Juanma Barranquero <lekktu@gmail.com>
21581
21582 * term/x-win.el (emacs-session-filename): Use `locate-user-emacs-file'.
21583
21584 2013-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
21585
21586 * emacs-lisp/cl-loaddefs.el: Don't version-control any more.
21587 * emacs-lisp/cl-lib.el: Load cl-macs when cl-loaddefs is not
21588 yet available.
21589 * Makefile.in (AUTOGEN_VCS): Move cl-loaddefs.el...
21590 (AUTOGENEL): ... here.
21591 * emacs-lisp/cl-macs.el (cl--sublis): New function.
21592 (cl--defsubst-expand): Use it.
21593
21594 2013-06-20 Paul Eggert <eggert@cs.ucla.edu>
21595
21596 * subr.el (log10): Move here from C code, and declare as obsolete.
21597 All uses of (log10 X) replaced with (log X 10).
21598
21599 2013-06-20 Juanma Barranquero <lekktu@gmail.com>
21600
21601 * emacs-lisp/tabulated-list.el (tabulated-list-format): Fix typo.
21602 Declare with `defvar-local'.
21603 (tabulated-list-use-header-line, tabulated-list-entries)
21604 (tabulated-list-padding, tabulated-list-printer)
21605 (tabulated-list-sort-key): Declare with `defvar-local'.
21606 (tabulated-list-init-header, tabulated-list-print-fake-header):
21607 Use `setq-local'.
21608
21609 2013-06-20 Michael Albinus <michael.albinus@gmx.de>
21610
21611 * arc-mode.el (archive-mode): Add `archive-write-file' to
21612 `write-contents-functions' also for remote files. (Bug#14652)
21613
21614 2013-06-20 Juanma Barranquero <lekktu@gmail.com>
21615
21616 * cus-edit.el (custom-commands): Fix typos.
21617 (custom-display): Fix tooltip text.
21618 (custom-magic-alist, custom-filter-face-spec, custom-group-members):
21619 Fix typos in docstrings.
21620 (custom--initialize-widget-variables, Custom-mode): Use `setq-local'.
21621 (custom-unlispify-menu-entry, custom-magic-value-create)
21622 (custom-add-see-also, custom-group-value-create): Use ?\s.
21623 (custom-guess-type, customize-apropos, editable-field)
21624 (custom-face-value-create): Use `string-match-p'.
21625 (custom-save-variables, custom-save-faces): Use `looking-at-p'.
21626
21627 * custom.el (custom-load-symbol): Use `string-match-p'.
21628
21629 * ansi-color.el: Convert to lexical binding.
21630 (ansi-colors): Fix URL.
21631 (ansi-color-context, ansi-color-context-region): Use defvar-local.
21632 (ansi-color-apply-sequence, ansi-color-map): Fix typos in docstrings.
21633 (ansi-color-make-color-map): Rename local var ansi-color-map to map.
21634
21635 2013-06-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
21636
21637 * net/eww.el (eww-process-text-input): Display passwords as asterisks.
21638
21639 * net/shr.el (shr-make-table-1): Protect against invalid column-spans.
21640
21641 2013-06-19 Tom Tromey <tromey@redhat.com>
21642
21643 * net/eww.el (eww-top-url): Remove.
21644 (eww-home-url, eww-start-url, eww-contents-url): New defvars.
21645 (eww-render): Set new variables. Don't set eww-top-url.
21646 (eww-handle-link): Handle "prev", "home", and "contents".
21647 Downcase the rel text.
21648 (eww-top-url): Choose best top URL.
21649
21650 2013-06-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
21651
21652 * net/eww.el: Rewrite to implement form elements "by hand" instead of
21653 relying in widget.el. Using widget.el leads to too many
21654 user interface inconsistencies.
21655 (eww-self-insert): Implement entering commands in text fields.
21656 (eww-process-text-input): New function to make text input field editing
21657 work.
21658 (eww-submit): Rewrite to use the new-style form methods.
21659 (eww-select-display): Display the correct selected item.
21660 (eww-change-select): Implement changing the select value.
21661 (eww-toggle-checkbox): Implement radio/checkboxes.
21662 (eww-update-field): Fix compilation error.
21663 (eww-tag-textarea): Implement <textarea>.
21664
21665 * net/shr.el (shr-urlify): Use `keymap' instead of `local-map' so that
21666 we don't shadow mode-specific bindings.
21667
21668 * net/eww.el (eww-browse-url): Don't push stuff onto history if there's
21669 nothing to push.
21670
21671 * net/shr.el (shr-map): Bind [down-mouse-1] to browse URLs.
21672
21673 2013-06-19 Glenn Morris <rgm@gnu.org>
21674
21675 * emacs-lisp/eieio.el (defclass): Make it eval-and-compile once more.
21676
21677 2013-06-19 Michael Albinus <michael.albinus@gmx.de>
21678
21679 * net/tramp-adb.el (tramp-adb-get-toolbox): Remove function, it is
21680 not needed.
21681
21682 * net/tramp-sh.el (tramp-find-shell): Don't set "busybox" property.
21683
21684 2013-06-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
21685
21686 * net/browse-url.el (browse-url-browser-function):
21687 `eww-browse-url' has the right calling signature, `eww' does not.
21688
21689 2013-06-19 Glenn Morris <rgm@gnu.org>
21690
21691 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
21692 Only eval autoloaded macros.
21693 (byte-compile-autoload): Only give the macro warning for macros.
21694
21695 * progmodes/cperl-mode.el (ps-bold-faces, ps-italic-faces)
21696 (ps-underlined-faces): Declare.
21697
21698 * progmodes/idlwave.el (func-menu): Only set it up on XEmacs.
21699 (speedbar-add-supported-extension): Declare.
21700
21701 * international/titdic-cnv.el (tit-process-header, miscdic-convert):
21702 Don't include a date stamp in the header of the generated file;
21703 it leads to needless differences between output files.
21704
21705 2013-06-19 Michael Albinus <michael.albinus@gmx.de>
21706
21707 * net/secrets.el (secrets-struct-secret-content-type):
21708 Replace check of introspection data by a test call of "CreateItem".
21709 Some servers do not offer introspection.
21710
21711 2013-06-19 Stefan Monnier <monnier@iro.umontreal.ca>
21712
21713 * electric.el (electric-pair-mode): Improve interaction with
21714 electric-layout-mode.
21715 (electric-pair-default-inhibit): Don't assume (eq char (char-before)).
21716 (electric-pair-syntax): Use text-mode-syntax-table in comments
21717 and strings.
21718 (electric-pair--insert): New function.
21719 (electric-pair-post-self-insert-function): Use it and
21720 electric--after-char-pos.
21721
21722 2013-06-19 Leo Liu <sdl.web@gmail.com>
21723
21724 * progmodes/octave.el (octave-help): Fix regexp.
21725
21726 2013-06-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
21727
21728 * net/shr.el (shr-make-table-1): Implement <td rowspan>.
21729 (shr-table-horizontal-line): Allow nil as a value, and change the
21730 default.
21731 (shr-insert-table-ruler): Respect the nil value.
21732
21733 2013-06-18 Tom Tromey <tromey@barimba>
21734
21735 * net/eww.el (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
21736 New defvars.
21737 (eww-open-file): New defun.
21738 (eww-render): Initialize new variables.
21739 (eww-display-html): Handle "link" and "a".
21740 (eww-handle-link, eww-tag-link, eww-tag-a): New defuns.
21741 (eww-mode-map): Move "p" to "l". Bind "p", "n", "t", and "u".
21742 (eww-back-url): Rename from eww-previous-url.
21743 (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
21744 New defuns.
21745
21746 2013-06-18 Dmitry Gutov <dgutov@yandex.ru>
21747
21748 * progmodes/ruby-mode.el (ruby-syntax-before-regexp-re):
21749 Distinguish ternary operator tokens from slash symbol and slash
21750 char literal.
21751
21752 2013-06-18 Juanma Barranquero <lekktu@gmail.com>
21753
21754 Convert symbol prettification into minor mode and global minor mode.
21755
21756 * progmodes/prog-mode.el (prettify-symbols-alist): Rename from
21757 `prog-prettify-symbols', and make a local defvar instead of defcustom.
21758 (prettify-symbols--keywords): Rename from
21759 `prog-prettify-symbols-alist' and make a local defvar.
21760 (prettify-symbols--compose-symbol): Rename from
21761 `prog--prettify-font-lock-compose-symbol'.
21762 (prettify-symbols--make-keywords): Rename from
21763 `prog-prettify-font-lock-symbols-keywords' and simplify.
21764 (prog-prettify-install): Remove.
21765 (prettify-symbols-mode): New minor mode, based on
21766 `prog-prettify-install'.
21767 (turn-on-prettify-symbols-mode): New function.
21768 (global-prettify-symbols-mode): New globalized minor mode.
21769
21770 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
21771 * progmodes/cfengine.el (cfengine3-mode):
21772 * progmodes/perl-mode.el (perl-mode): Don't call
21773 `prog-prettify-install'; set `prettify-symbols-alist' instead.
21774
21775 2013-06-18 Juri Linkov <juri@jurta.org>
21776
21777 * files-x.el (modify-file-local-variable-message): New function.
21778 (modify-file-local-variable)
21779 (modify-file-local-variable-prop-line): Add arg INTERACTIVE
21780 and call `modify-file-local-variable-message' when it's non-nil.
21781 (add-file-local-variable, delete-file-local-variable)
21782 (add-file-local-variable-prop-line)
21783 (delete-file-local-variable-prop-line): Add arg INTERACTIVE
21784 and use it. (Bug#9820)
21785
21786 2013-06-18 Juri Linkov <juri@jurta.org>
21787
21788 * emulation/vi.el (vi-shell-op):
21789 * emulation/vip.el (vip-execute-com, ex-command):
21790 * emulation/viper-cmd.el (viper-exec-bang):
21791 * emulation/viper-ex.el (ex-command): Add non-nil arg REPLACE to
21792 the call of `shell-command-on-region'. (Bug#14637)
21793
21794 * simple.el (shell-command-on-region): Doc fix.
21795
21796 2013-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
21797
21798 * emacs-lisp/eieio-custom.el: Remove misleading Version: header
21799 (bug#14633).
21800
21801 2013-06-18 Glenn Morris <rgm@gnu.org>
21802
21803 * net/eww.el, net/shr.el, net/shr-color.el: Move here from gnus/.
21804
21805 * newcomment.el (comment-search-forward, comment-search-backward):
21806 Doc fix. (Bug#14376)
21807
21808 2013-06-18 Juanma Barranquero <lekktu@gmail.com>
21809
21810 * face-remap.el (buffer-face-toggle): Fix typo in docstring.
21811 (buffer-face-mode-invoke): Doc fix.
21812
21813 2013-06-18 Matthias Meulien <orontee@gmail.com>
21814
21815 * tabify.el (untabify, tabify): With prefix, apply to entire buffer.
21816 <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00545.html>
21817
21818 2013-06-18 Glenn Morris <rgm@gnu.org>
21819
21820 * generic-x.el (bat-generic-mode, rc-generic-mode, rul-generic-mode):
21821 Replace obsolete function generic-make-keywords with its expansion.
21822
21823 * progmodes/python.el (ffap-alist): Declare.
21824
21825 * textmodes/reftex.el (bibtex-mode-map): Declare.
21826
21827 2013-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
21828
21829 * emacs-lisp/package.el: Update package-alist after install (bug#14632).
21830 (package-unpack, package-unpack-single): Return the pkg-dir.
21831 (package-download-transaction): Use it to update package-alist.
21832
21833 2013-06-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
21834
21835 * net/browse-url.el (browse-url-browser-function): Add `eww' as a
21836 possible choice.
21837
21838 2013-06-17 Juri Linkov <juri@jurta.org>
21839
21840 * net/webjump.el (webjump-sample-sites): Add DuckDuckGo.
21841
21842 2013-06-17 Dmitry Gutov <dgutov@yandex.ru>
21843
21844 * emacs-lisp/package.el (package-load-descriptor):
21845 Remove `with-syntax-table' call, `read' doesn't need it.
21846 http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00539.html
21847
21848 2013-06-17 Juanma Barranquero <lekktu@gmail.com>
21849
21850 * startup.el (command-line): Expand package name returned by
21851 `package--description-file' (bug#14639).
21852
21853 2013-06-17 Dmitry Gutov <dgutov@yandex.ru>
21854
21855 * emacs-lisp/package.el (package-load-descriptor): Do not call
21856 `emacs-lisp-mode', just use its syntax table.
21857
21858 2013-06-17 Juanma Barranquero <lekktu@gmail.com>
21859
21860 * progmodes/prog-mode.el (prog-prettify-install): Add `composition' to
21861 `font-lock-extra-managed-props' if any prettifying keyword is added.
21862 (prog--prettify-font-lock-compose-symbol): Use ?\s instead of ?\ .
21863 (prog-mode): Use `setq-local'.
21864
21865 2013-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
21866
21867 * international/characters.el (standard-case-table): Set syntax of ?»
21868 and ?« to punctuation.
21869
21870 2013-06-16 Juanma Barranquero <lekktu@gmail.com>
21871
21872 * progmodes/prog-mode.el (prog--prettify-font-lock-compose-symbol):
21873 Save relevant match data before calling `syntax-ppss' (bug#14595).
21874
21875 2013-06-15 Juri Linkov <juri@jurta.org>
21876
21877 * files-x.el (modify-file-local-variable-prop-line): Add local
21878 variables to the end of the existing comment on the first line.
21879 Use `file-auto-mode-skip' to skip interpreter magic line,
21880 and also skip XML declaration.
21881
21882 2013-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
21883
21884 * startup.el (package--builtin-versions): New var.
21885 (package-subdirectory-regexp): Remove.
21886 (package--description-file): Hard code its value instead.
21887
21888 * emacs-lisp/package.el: Don't activate packages older than builtin.
21889 (package-obsolete-list): Rename from package-obsolete-alist, and make
21890 it into a simple list of package-desc.
21891 (package-strip-version): Remove.
21892 (package-built-in-p): Use package--builtin-versions.
21893 (package-mark-obsolete): Simplify.
21894 (package-process-define-package): Mark it obsolete if older than the
21895 builtin version.
21896 (package-handle-response): Use line-end-position.
21897 (package-read-archive-contents, package--download-one-archive):
21898 Simplify.
21899 (package--add-to-archive-contents): Skip if older than the builtin or
21900 installed version.
21901 (package-menu-describe-package): Fix last change.
21902 (package-list-unversioned): New var.
21903 (package-menu--generate): Use it.
21904
21905 * emacs-lisp/autoload.el: Manage package--builtin-versions.
21906 (autoload--insert-text, autoload--insert-cookie-text): New functions.
21907 (autoload-builtin-package-versions): New variable.
21908 (autoload-generate-file-autoloads): Use them.
21909 Remove the list of autoloaded functions/macros from the
21910 (autoload...) comments.
21911
21912 * Makefile.in (autoloads): Set autoload-builtin-package-versions.
21913
21914 2013-06-15 Eli Zaretskii <eliz@gnu.org>
21915
21916 * simple.el (line-move-partial): Don't jump to the next screen
21917 line as soon as it becomes visible. Instead, continue enlarging
21918 the vscroll until the portion of a tall screen line that's left on
21919 display is about the height of the frame's default font.
21920 (Bug#14567)
21921
21922 2013-06-15 Glenn Morris <rgm@gnu.org>
21923
21924 * vc/vc-dispatcher.el (vc-compilation-mode): Avoid making
21925 compilation-error-regexp-alist void, or local while let-bound.
21926
21927 * progmodes/make-mode.el (makefile-mode-syntax-table):
21928 Treat "=" as punctuation. (Bug#14614)
21929
21930 2013-06-15 Juanma Barranquero <lekktu@gmail.com>
21931
21932 * help-fns.el (describe-variable):
21933 Add extra line for permanent-local variables.
21934
21935 2013-06-15 Simen Heggestøyl <simenheg@ifi.uio.no> (tiny change)
21936
21937 * progmodes/scheme.el (scheme-font-lock-keywords-2):
21938 Add export, import, library. (Bug#9164)
21939 (library): Set indent function.
21940
21941 2013-06-14 Glenn Morris <rgm@gnu.org>
21942
21943 * term/xterm.el (xterm--query):
21944 Stop after first matching handler. (Bug#14615)
21945
21946 2013-06-14 Ivan Kanis <ivan@kanis.fr>
21947
21948 Add support for dired in saveplace.
21949 * dired.el (dired-initial-position-hook): New variable.
21950 (dired-initial-position): Call hook to place cursor position.
21951 * saveplace.el (save-place-to-alist): Add dired position.
21952 (save-place-dired-hook): New function.
21953
21954 2013-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
21955
21956 * subr.el (eval-after-load, set-temporary-overlay-map): Use indirection
21957 through a symbol rather than letrec.
21958
21959 * emacs-lisp/package.el: Don't recompute dir. Use pkg-descs more.
21960 (package-desc): Add `dir' field.
21961 (package-desc-full-name): New function.
21962 (package-load-descriptor): Combine the two arguments. Don't use `load'.
21963 (package-maybe-load-descriptor): Remove.
21964 (package-load-all-descriptors): Just call package-load-descriptor.
21965 (package--disabled-p): New function.
21966 (package-desc-vers, package-desc-doc): Remove aliases.
21967 (package--dir): Remove function.
21968 (package-activate): Check if a package is disabled.
21969 (package-process-define-package): New function, extracted from
21970 define-package.
21971 (define-package): Turn into a place holder.
21972 (package-unpack-single, package-tar-file-info):
21973 Use package--description-file.
21974 (package-compute-transaction): Use package--disabled-p.
21975 (package-download-transaction): Don't call
21976 package-maybe-load-descriptor since they're all loaded anyway.
21977 (package-install): Change argument to be a pkg-desc.
21978 (package-delete): Use a single pkg-desc argument.
21979 (describe-package-1): Use package-desc-dir instead of package--dir.
21980 Use package-desc property instead of package-symbol.
21981 (package-install-button-action): Adjust accordingly.
21982 (package--push): Rewrite.
21983 (package-menu--print-info): Adjust accordingly. Change the ID format
21984 to be a pkg-desc.
21985 (package-menu-describe-package, package-menu-get-status)
21986 (package-menu--find-upgrades, package-menu-mark-upgrades)
21987 (package-menu-execute, package-menu--name-predicate):
21988 Adjust accordingly.
21989 * startup.el (package--description-file): New function.
21990 (command-line): Use it.
21991 * emacs-lisp/package-x.el (package-upload-buffer-internal):
21992 Use package-desc-version.
21993
21994 * emacs-lisp/bytecomp.el (byte-compile-force-lexical-warnings): New var.
21995 (byte-compile-preprocess): Use it.
21996 (byte-compile-file-form-defalias): Try a bit harder to use macros we
21997 can't quite recognize.
21998 (byte-compile-add-to-list): Remove.
21999 * emacs-lisp/cconv.el (cconv-warnings-only): New function.
22000 (cconv-closure-convert): Add assertion.
22001
22002 * emacs-lisp/map-ynp.el: Use lexical-binding.
22003 (map-y-or-n-p): Remove unused vars `tail' and `object'.
22004 Factor out some repeated code.
22005
22006 2013-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
22007
22008 * subr.el (with-eval-after-load): New macro.
22009 (eval-after-load): Allow form to be a function.
22010 take advantage of lexical-binding.
22011 (do-after-load-evaluation): Use dolist and adjust to new format.
22012 * simple.el (bad-packages-alist): Use dolist and with-eval-after-load.
22013
22014 2013-06-13 Juri Linkov <juri@jurta.org>
22015
22016 * replace.el (perform-replace): Display "symbol " and other search
22017 modes from `isearch-message-prefix' in the *Help* buffer.
22018
22019 * isearch.el (isearch-query-replace): Add " symbol" and other
22020 possible search modes from `isearch-message-prefix' to the prompt.
22021 (isearch-occur): Use `with-isearch-suspended' to not exit Isearch
22022 when reading a regexp to collect.
22023
22024 2013-06-13 Juri Linkov <juri@jurta.org>
22025
22026 * isearch.el (word-search-regexp): Match whitespace if the search
22027 string begins or ends in whitespace. The LAX arg is applied to
22028 both ends of the search string. Use `regexp-quote' and explicit
22029 \< and \> instead of \b. Use \` and \' instead of ^ and $.
22030 (isearch-symbol-regexp): Sync with `word-search-regexp' where word
22031 boundaries are replaced with symbol boundaries, and characters
22032 between symbols match non-word non-symbol syntax. (Bug#14602)
22033
22034 2013-06-13 Juri Linkov <juri@jurta.org>
22035
22036 * isearch.el (isearch-del-char): Don't exceed the length of
22037 `isearch-string' by the prefix arg. (Bug#14563)
22038
22039 2013-06-13 Juri Linkov <juri@jurta.org>
22040
22041 * isearch.el (isearch-yank-word, isearch-yank-line)
22042 (isearch-char-by-name, isearch-quote-char)
22043 (isearch-printing-char, isearch-process-search-char):
22044 Add optional count prefix arg. (Bug#14563)
22045
22046 * international/isearch-x.el
22047 (isearch-process-search-multibyte-characters):
22048 Add optional count prefix arg.
22049
22050 2013-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
22051
22052 * subr.el (internal-push-keymap, internal-pop-keymap): New functions.
22053 (set-temporary-overlay-map): Use them (bug#14095); and take advantage of
22054 lexical-binding.
22055
22056 2013-06-13 Vitalie Spinu <spinuvit@gmail.com>
22057
22058 * subr.el (set-temporary-overlay-map): Add on-exit argument.
22059
22060 2013-06-13 Glenn Morris <rgm@gnu.org>
22061
22062 * startup.el (tty-handle-args):
22063 Don't just discard "--" and anything after. (Bug#14608)
22064
22065 * emacs-lisp/lisp.el (forward-sexp, backward-sexp): Doc fixes.
22066
22067 2013-06-13 Michael Albinus <michael.albinus@gmx.de>
22068
22069 Implement changes in Secret Service API. Make it backward compatible.
22070 * net/secrets.el (secrets-struct-secret-content-type): New defonst.
22071 (secrets-create-item): Use it. Prefix properties with interface.
22072
22073 2013-06-13 Michael Hoffman <9qobl2n02@sneakemail.com> (tiny change)
22074
22075 * term.el (term-suppress-hard-newline): New option. (Bug#12017)
22076 (term-emulate-terminal): Respect term-suppress-hard-newline.
22077
22078 2013-06-13 E Sabof <esabof@gmail.com> (tiny change)
22079
22080 * image-dired.el (image-dired-dired-toggle-marked-thumbs):
22081 Only remove a `thumb-file' overlay. (Bug#14548)
22082
22083 2013-06-12 Grégoire Jadi <daimrod@gmail.com>
22084
22085 * mail/reporter.el (reporter-submit-bug-report):
22086 Handle missing package-name. (Bug#14600)
22087
22088 2013-06-12 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
22089
22090 * textmodes/reftex-cite.el (reftex-cite-regexp-hist)
22091 (reftex-citation-prompt, reftex-default-bibliography)
22092 (reftex-bib-or-thebib, reftex-get-bibfile-list)
22093 (reftex-pop-to-bibtex-entry, reftex-extract-bib-entries)
22094 (reftex-bib-sort-author, reftex-bib-sort-year)
22095 (reftex-bib-sort-year-reverse, reftex-get-crossref-alist)
22096 (reftex-extract-bib-entries-from-thebibliography)
22097 (reftex-get-bibkey-default, reftex-get-bib-names)
22098 (reftex-parse-bibtex-entry, reftex-get-bib-field)
22099 (reftex-format-bib-entry, reftex-parse-bibitem)
22100 (reftex-format-bibitem, reftex-do-citation)
22101 (reftex-figure-out-cite-format, reftex-offer-bib-menu)
22102 (reftex-restrict-bib-matches, reftex-extract-bib-file)
22103 (reftex-insert-bib-matches, reftex-format-citation)
22104 (reftex-make-cite-echo-string, reftex-bibtex-selection-callback)
22105 (reftex-create-bibtex-file): Add docstrings, mostly by converting
22106 existing comments into docstrings.
22107
22108 2013-06-12 Xue Fuqiao <xfq.free@gmail.com>
22109
22110 * ibuf-ext.el (ibuffer-mark-help-buffers): Doc fix.
22111
22112 2013-06-12 Andreas Schwab <schwab@suse.de>
22113
22114 * international/mule.el (auto-coding-alist): Use utf-8-emacs-unix
22115 for auto-save files.
22116
22117 2013-06-12 Glenn Morris <rgm@gnu.org>
22118
22119 * ido.el (ido-delete-ignored-files): Remove.
22120 (ido-wide-find-dirs-or-files, ido-make-file-list-1):
22121 Go back to calling ido-ignore-item-p directly.
22122
22123 2013-06-12 Eyal Lotem <eyal.lotem@gmail.com> (tiny change)
22124
22125 * ido.el (ido-wide-find-dirs-or-files): Respect ido-case-fold.
22126
22127 * ido.el (ido-delete-ignored-files): New function,
22128 split from ido-make-file-list-1.
22129 (ido-wide-find-dirs-or-files): Maybe ignore files. (Bug#13003)
22130 (ido-make-file-list-1): Use ido-delete-ignored-files.
22131
22132 2013-06-12 Leo Liu <sdl.web@gmail.com>
22133
22134 * progmodes/octave.el (inferior-octave-startup)
22135 (inferior-octave-completion-table)
22136 (inferior-octave-track-window-width-change)
22137 (octave-eldoc-function-signatures, octave-help)
22138 (octave-find-definition): Use single quoted strings.
22139 (inferior-octave-startup-args): Change default value.
22140 (inferior-octave-startup): Do not hard code "-i" and
22141 "--no-line-editing".
22142 (inferior-octave-resync-dirs): Add optional arg NOERROR.
22143 (inferior-octave-directory-tracker): Use it.
22144 (octave-goto-function-definition): Robustify.
22145 (octave-help): Support highlighting operators in 'See also'.
22146 (octave-find-definition): Find subfunctions only in Octave mode.
22147
22148 2013-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
22149
22150 * help-fns.el (help-fns--compiler-macro): If the handler function is
22151 named, then put a link to it.
22152 * help-mode.el (help-function-cmacro): Adjust regexp for cl-lib names.
22153 * emacs-lisp/cl-macs.el (cl--compiler-macro-typep): New function.
22154 (cl-typep): Use it.
22155 (cl-eval-when): Simplify debug spec.
22156 (cl-define-compiler-macro): Use eval-and-compile. Give a name to the
22157 compiler-macro function instead of setting `compiler-macro-file'.
22158
22159 2013-06-12 Xue Fuqiao <xfq.free@gmail.com>
22160
22161 * vc/vc-cvs.el (vc-cvs-stay-local): Doc fix.
22162 * vc/vc-hooks.el (vc-stay-local): Doc fix.
22163
22164 2013-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
22165 Daniel Hackney <dan@haxney.org>
22166
22167 First part of Daniel Hackney's patch to package.el.
22168 * emacs-lisp/package.el: Use defstruct.
22169 (package-desc): New, main struct.
22170 (package--bi-desc, package--ac-desc): New structs, used to describe the
22171 format in external files.
22172 (package-desc-vers): Replace with package-desc-version accessor.
22173 (package-desc-doc): Replace with package-desc-summary accessor.
22174 (package-activate-1): Remove `package' arg since the pkg-vec now
22175 includes the name.
22176 (define-package): Use package-desc-from-define.
22177 (package-unpack-single): Change file-name arg to be a symbol.
22178 (package--add-to-archive-contents): Use package-desc-create and new
22179 accessor functions to package--ac-desc.
22180 (package-buffer-info, package-tar-file-info): Return a package-desc.
22181 (package-install-from-buffer): Remove `type' argument. Change pkg-info
22182 arg to be a package-desc.
22183 (package-install-file): Adjust accordingly. Use \' to match EOS.
22184 (package--from-builtin): New function.
22185 (describe-package-1, package-menu--generate): Use it.
22186 (package--make-autoloads-and-compile): Change name arg to be a symbol.
22187 (package-generate-autoloads): Idem and return the name of the file.
22188 * emacs-lisp/package-x.el (package-upload-buffer-internal):
22189 Change pkg-info arg to be a package-desc.
22190 Use package-make-ac-desc.
22191 (package-upload-file): Use \' to match EOS.
22192 * finder.el (finder-compile-keywords): Use package-make-builtin.
22193
22194 2013-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
22195
22196 * vc/vc.el (vc-deduce-fileset): Change error message.
22197 (vc-read-backend): New function.
22198 (vc-next-action): Use it.
22199
22200 * subr.el (function-arity): Remove (mistakenly added) (bug#14590).
22201
22202 * progmodes/prolog.el (prolog-make-keywords-regexp): Remove.
22203 (prolog-font-lock-keywords): Use regexp-opt instead.
22204 Don't manually highlight strings.
22205 (prolog-mode-variables): Simplify comment-start-skip.
22206 (prolog-consult-compile): Use display-buffer. Remove unused old-filter.
22207
22208 * emacs-lisp/generic.el (generic--normalise-comments)
22209 (generic-set-comment-syntax, generic-set-comment-vars): New functions.
22210 (generic-mode-set-comments): Use them.
22211 (generic-bracket-support): Use setq-local.
22212 (generic-make-keywords-list): Declare obsolete.
22213
22214 2013-06-11 Glenn Morris <rgm@gnu.org>
22215
22216 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
22217 Prettify after setting font-lock-defaults. (Bug#14574)
22218
22219 2013-06-11 Juanma Barranquero <lekktu@gmail.com>
22220
22221 * replace.el (query-replace, occur-read-regexp-defaults-function)
22222 (replace-search):
22223 * subr.el (declare-function, number-sequence, local-set-key)
22224 (substitute-key-definition, locate-user-emacs-file)
22225 (with-silent-modifications, split-string, eval-after-load):
22226 Fix typos, remove unneeded backslashes and reflow some docstrings.
22227
22228 2013-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
22229
22230 * international/mule-conf.el (file-coding-system-alist): Use utf-8 as
22231 default for Elisp files.
22232
22233 2013-06-11 Glenn Morris <rgm@gnu.org>
22234
22235 * vc/log-view.el (log-view-mode-map): Inherit from special-mode-map,
22236 although define-derived-mode was doing this anyway. (Bug#14583)
22237
22238 2013-06-10 Juanma Barranquero <lekktu@gmail.com>
22239
22240 * allout.el (allout-encryption-plaintext-sanitization-regexps):
22241 Fix make-variable-buffer-local call to refer to the correct variable.
22242
22243 2013-06-10 Aidan Gauland <aidalgol@amuri.net>
22244
22245 * eshell/em-term.el (eshell-visual-commands)
22246 (eshell-visual-subcommands, eshell-visual-options):
22247 Add summary line to docstrings. Add cross-references.
22248
22249 2013-06-10 Glenn Morris <rgm@gnu.org>
22250
22251 * epa.el (epa-read-file-name): New function. (Bug#14510)
22252 (epa-decrypt-file): Make plain-file optional. Use epa-read-file-name.
22253
22254 2013-06-09 Aidan Gauland <aidalgol@amuri.net>
22255
22256 * eshell/em-term.el (eshell-visual-command-p): Fix bug that caused
22257 output redirection to be ignored with visual commands.
22258
22259 2013-06-09 Aidan Gauland <aidalgol@amuri.net>
22260
22261 * eshell/em-term.el (eshell-visual-command-p): New function.
22262 (eshell-term-initialize): Move long lambda to separate function
22263 eshell-visual-command-p.
22264 * eshell/em-dirs.el (eshell-dirs-initialize):
22265 * eshell/em-script.el (eshell-script-initialize):
22266 Add missing #' to lambda.
22267
22268 2013-06-08 Leo Liu <sdl.web@gmail.com>
22269
22270 * progmodes/octave.el (octave-add-log-current-defun): New function.
22271 (octave-mode): Set add-log-current-defun-function.
22272 (octave-goto-function-definition): Do not move point if not found.
22273 (octave-find-definition): Enhance to try subfunctions first.
22274
22275 2013-06-08 Glenn Morris <rgm@gnu.org>
22276
22277 * emacs-lisp/bytecomp.el (byte-compile-char-before)
22278 (byte-compile-backward-char, byte-compile-backward-word):
22279 Improve previous change, to handle non-explicit nil.
22280
22281 2013-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
22282
22283 * emacs-lisp/smie.el: Improve show-paren-mode behavior.
22284 (smie--opener/closer-at-point): New function.
22285 (smie--matching-block-data): Use it. Don't match from right after an
22286 opener or right before a closer. Obey smie-blink-matching-inners.
22287 Don't signal a mismatch for repeated inners like "switch..case..case".
22288
22289 2013-06-07 Leo Liu <sdl.web@gmail.com>
22290
22291 * progmodes/octave.el (octave-mode): Set comment-use-global-state
22292 to t. (Bug#14303)
22293 (octave-function-header-regexp): Fix. (Bug#14570)
22294 (octave-help-mode-finish-hook, octave-help-mode-finish):
22295 Remove. Just use temp-buffer-show-hook.
22296
22297 * newcomment.el (comment-search-backward): Revert last change.
22298 (Bug#14434)
22299
22300 * emacs-lisp/smie.el (smie--matching-block-data): Minor simplification.
22301
22302 2013-06-07 Eli Zaretskii <eliz@gnu.org>
22303
22304 * Makefile.in (TAGS TAGS-LISP): Pass the (long) list of *.el files
22305 through xargs, to avoid failure due to MS-Windows limitations on
22306 command-line length.
22307
22308 2013-06-06 Glenn Morris <rgm@gnu.org>
22309
22310 * font-lock.el (lisp-font-lock-keywords-2):
22311 Treat user-error like error.
22312
22313 * emacs-lisp/bytecomp.el (byte-compile-char-before)
22314 (byte-compile-backward-char, byte-compile-backward-word):
22315 Handle explicit nil arguments. (Bug#14565)
22316
22317 2013-06-05 Alan Mackenzie <acm@muc.de>
22318
22319 * isearch.el (isearch-allow-prefix): New user option.
22320 (isearch-other-meta-char): Don't exit isearch when a prefix
22321 argument is typed whilst `isearch-allow-prefix' is non-nil.
22322 (Bug#9706)
22323
22324 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
22325
22326 * autorevert.el (auto-revert-notify-handler): Use memq.
22327 Hide assertion failure.
22328
22329 * skeleton.el: Use cl-lib.
22330 (skeleton-further-elements): Use defvar-local.
22331 (skeleton-insert): Use cl-progv.
22332
22333 2013-06-05 Teodor Zlatanov <tzz@lifelogs.com>
22334
22335 * progmodes/prog-mode.el (prog-prettify-symbols)
22336 (prog-prettify-install): Update docstrings.
22337
22338 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
22339
22340 * simple.el: Move all the prog-mode code to prog-mode.el.
22341 * progmodes/prog-mode.el: New file.
22342 * loadup.el: Add prog-mode.el.
22343
22344 2013-06-05 Teodor Zlatanov <tzz@lifelogs.com>
22345
22346 * simple.el (prog-prettify-symbols): Add version.
22347 (prog-prettify-install): Add convenience function to prettify symbols.
22348
22349 * progmodes/perl-mode.el (perl--augmented-font-lock-keywords)
22350 (perl--augmented-font-lock-keywords-1)
22351 (perl--augmented-font-lock-keywords-2, perl-mode): Remove unneeded
22352 variables and use it.
22353
22354 * progmodes/cfengine.el (cfengine3--augmented-font-lock-keywords)
22355 (cfengine3-mode): Remove unneeded variable and use it.
22356
22357 * emacs-lisp/lisp-mode.el (lisp--augmented-font-lock-keywords)
22358 (lisp--augmented-font-lock-keywords-1)
22359 (lisp--augmented-font-lock-keywords-2, lisp-mode-variables):
22360 Remove unneeded variables and use it.
22361
22362 2013-06-05 João Távora <joaotavora@gmail.com>
22363
22364 * net/tls.el (open-tls-stream): Remove unneeded buffer contents up
22365 to point when opening the connection. (Bug#14380)
22366
22367 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
22368
22369 * subr.el (load-history-regexp, load-history-filename-element)
22370 (eval-after-load, after-load-functions, do-after-load-evaluation)
22371 (eval-next-after-load, display-delayed-warnings)
22372 (collapse-delayed-warnings, delayed-warnings-hook): Move after the
22373 definition of save-match-data.
22374 (overriding-local-map): Remove accidental obsolescence declaration.
22375
22376 * emacs-lisp/edebug.el (edebug-result): Move before first use.
22377
22378 2013-06-05 Teodor Zlatanov <tzz@lifelogs.com>
22379
22380 Generalize symbol prettify support to prog-mode and implement it
22381 for perl-mode, cfengine3-mode, and emacs-lisp-mode.
22382 * simple.el (prog-prettify-symbols-alist, prog-prettify-symbols)
22383 (prog--prettify-font-lock-compose-symbol)
22384 (prog-prettify-font-lock-symbols-keywords): New variables and
22385 functions to support symbol prettification.
22386 * emacs-lisp/lisp-mode.el (lisp--augmented-font-lock-keywords)
22387 (lisp--augmented-font-lock-keywords-1)
22388 (lisp--augmented-font-lock-keywords-2, lisp-mode-variables)
22389 (lisp--prettify-symbols-alist): Implement prettify of lambda.
22390 * progmodes/cfengine.el (cfengine3--augmented-font-lock-keywords)
22391 (cfengine3--prettify-symbols-alist, cfengine3-mode):
22392 Implement prettify of -> => :: strings.
22393 * progmodes/perl-mode.el (perl-prettify-symbols)
22394 (perl--font-lock-compose-symbol)
22395 (perl--font-lock-symbols-keywords): Move to prog-mode.
22396 (perl--prettify-symbols-alist): Prettify -> => :: strings.
22397 (perl-font-lock-keywords-1)
22398 (perl-font-lock-keywords-2): Remove explicit prettify support.
22399 (perl--augmented-font-lock-keywords)
22400 (perl--augmented-font-lock-keywords-1)
22401 (perl--augmented-font-lock-keywords-2, perl-mode):
22402 Implement prettify support.
22403
22404 2013-06-05 Leo Liu <sdl.web@gmail.com>
22405
22406 Re-implement SMIE matching block highlight using
22407 show-paren-data-function. (Bug#14395)
22408 * emacs-lisp/smie.el (smie-matching-block-highlight)
22409 (smie--highlight-matching-block-overlay)
22410 (smie--highlight-matching-block-lastpos)
22411 (smie-highlight-matching-block)
22412 (smie-highlight-matching-block-mode): Remove.
22413 (smie--matching-block-data-cache): New variable.
22414 (smie--matching-block-data): New function.
22415 (smie-setup): Use smie--matching-block-data for
22416 show-paren-data-function.
22417
22418 * progmodes/octave.el (octave-mode-menu): Fix.
22419 (octave-find-definition): Skip garbage lines.
22420
22421 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
22422
22423 Fix compilation error with simultaneous dynamic+lexical scoping.
22424 Add warning when a defvar appears after the first let-binding.
22425 * emacs-lisp/bytecomp.el (byte-compile-lexical-variables): New var.
22426 (byte-compile-close-variables): Initialize it.
22427 (byte-compile--declare-var): New function.
22428 (byte-compile-file-form-defvar)
22429 (byte-compile-file-form-define-abbrev-table)
22430 (byte-compile-file-form-custom-declare-variable): Use it.
22431 (byte-compile-make-lambda-lexenv): Change the argument. Simplify.
22432 (byte-compile-lambda): Share call to byte-compile-arglist-vars.
22433 (byte-compile-bind): Handle dynamic bindings that shadow
22434 lexical bindings.
22435 (byte-compile-unbind): Make arg non-optional.
22436 (byte-compile-let): Simplify.
22437 * emacs-lisp/cconv.el (byte-compile-lexical-variables): Declare var.
22438 (cconv--analyse-function, cconv-analyse-form): Populate it.
22439 Protect byte-compile-bound-variables to limit the scope of defvars.
22440 (cconv-analyse-form): Add missing rule for (defvar <foo>).
22441 Remove unneeded rule for `declare'.
22442
22443 * emacs-lisp/cl-macs.el (cl--compiler-macro-adjoin): Use macroexp-let2
22444 so as to avoid depending on cl-adjoin at run-time.
22445 * emacs-lisp/cl-lib.el (cl-pushnew): Use backquotes.
22446
22447 * emacs-lisp/macroexp.el (macroexp--compiling-p): New function.
22448 (macroexp--warn-and-return): Use it.
22449
22450 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
22451
22452 * subr.el: Convert to lexical binding.
22453 (overriding-local-map): Make obsolete.
22454 (add-to-list): Doc fix. Add compiler macro.
22455 (read-key): Swap values of local maps.
22456
22457 2013-06-05 Leo Liu <sdl.web@gmail.com>
22458
22459 * eshell/esh-mode.el (eshell-mode): Fix key bindings.
22460
22461 2013-06-04 Leo Liu <sdl.web@gmail.com>
22462
22463 * progmodes/compile.el (compile-goto-error): Add optional arg NOMSG.
22464 (compilation-auto-jump): Suppress the "Mark set" message to give
22465 way to exit message.
22466
22467 2013-06-04 Alan Mackenzie <acm@muc.de>
22468
22469 Remove faulty optimization from indentation calculation.
22470 * progmodes/cc-engine.el (c-guess-basic-syntax): Don't calculate
22471 search limit based on 2000 characters back from indent-point.
22472
22473 2013-06-03 Tassilo Horn <tsdh@gnu.org>
22474
22475 * eshell/em-term.el (cl-lib): Require `cl-lib'.
22476
22477 2013-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
22478
22479 * emacs-lisp/lisp.el: Use lexical-binding.
22480 (lisp--local-variables-1, lisp--local-variables): New functions.
22481 (lisp--local-variables-completion-table): New var.
22482 (lisp-completion-at-point): Use it complete let-bound vars.
22483
22484 * emacs-lisp/lisp-mode.el (eval-sexp-add-defvars): Expand macros
22485 eagerly (bug#14422).
22486
22487 2013-06-03 Michael Albinus <michael.albinus@gmx.de>
22488
22489 * autorevert.el (auto-revert-notify-enabled)
22490 (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
22491 (auto-revert-notify-event-p, auto-revert-notify-event-file-name)
22492 (auto-revert-notify-handler): Handle also gfilenotify.
22493
22494 * subr.el (file-notify-handle-event): New defun. Replacing ...
22495 (inotify-event-p, inotify-handle-event, w32notify-handle-event):
22496 Remove.
22497
22498 2013-06-03 Juri Linkov <juri@jurta.org>
22499
22500 * bindings.el (search-map): Bind `highlight-symbol-at-point' to
22501 `M-s h .'. (Bug#14427)
22502
22503 * hi-lock.el (highlight-symbol-at-point): New alias for the new
22504 command `hi-lock-face-symbol-at-point'.
22505 (hi-lock-face-symbol-at-point): New command.
22506 (hi-lock-map): Bind `highlight-symbol-at-point' to `C-x w .'.
22507 (hi-lock-menu): Add `highlight-symbol-at-point'.
22508 (hi-lock-mode): Doc fix.
22509
22510 * isearch.el (isearch-forward-symbol-at-point): New command.
22511 (search-map): Bind `isearch-forward-symbol-at-point' to `M-s .'.
22512 (isearch-highlight-regexp): Add a regexp which matches
22513 words/symbols for word/symbol mode.
22514
22515 * subr.el (find-tag-default-bounds): New function with the body
22516 mostly moved from `find-tag-default'.
22517 (find-tag-default): Move most code to `find-tag-default-bounds',
22518 call it and apply `buffer-substring-no-properties' afterwards.
22519
22520 2013-06-03 Tassilo Horn <tsdh@gnu.org>
22521
22522 * eshell/em-term.el (eshell-term-initialize):
22523 Use `cl-intersection' rather than `intersection'.
22524
22525 2013-06-02 Xue Fuqiao <xfq.free@gmail.com>
22526
22527 * vc/log-view.el: Doc fix.
22528 (log-view-mode-map): Copy keymap from `special-mode-map'.
22529
22530 2013-06-02 Eric Ludlam <zappo@gnu.org>
22531
22532 * emacs-lisp/eieio.el (eieio--defalias, eieio-hook)
22533 (eieio-error-unsupported-class-tags, eieio-skip-typecheck)
22534 (eieio-optimize-primary-methods-flag, eieio-initializing-object)
22535 (eieio-unbound, eieio-default-superclass)
22536 (eieio--define-field-accessors, method-static, method-before)
22537 (method-primary, method-after, method-num-lists)
22538 (method-generic-before, method-generic-primary)
22539 (method-generic-after, method-num-slots)
22540 (eieio-specialized-key-to-generic-key)
22541 (eieio--check-type, class-v, class-p)
22542 (eieio-class-name, define-obsolete-function-alias)
22543 (eieio-class-parents-fast, eieio-class-children-fast)
22544 (same-class-fast-p, class-constructor, generic-p)
22545 (generic-primary-only-p, generic-primary-only-one-p)
22546 (class-option-assoc, class-option, eieio-object-p)
22547 (class-abstract-p, class-method-invocation-order)
22548 (eieio-defclass-autoload-map, eieio-defclass-autoload)
22549 (eieio-class-un-autoload, eieio-defclass)
22550 (eieio-eval-default-p, eieio-perform-slot-validation-for-default)
22551 (eieio-add-new-slot, eieio-copy-parents-into-subclass)
22552 (eieio--defgeneric-init-form, eieio-defgeneric-form)
22553 (eieio-defgeneric-reset-generic-form)
22554 (eieio-defgeneric-form-primary-only)
22555 (eieio-defgeneric-reset-generic-form-primary-only)
22556 (eieio-defgeneric-form-primary-only-one)
22557 (eieio-defgeneric-reset-generic-form-primary-only-one)
22558 (eieio-unbind-method-implementations)
22559 (eieio--defmethod, eieio--typep)
22560 (eieio-perform-slot-validation, eieio-validate-slot-value)
22561 (eieio-validate-class-slot-value, eieio-barf-if-slot-unbound)
22562 (eieio-oref, eieio-oref-default, eieio-default-eval-maybe)
22563 (eieio-oset, eieio-oset-default, eieio-slot-originating-class-p)
22564 (eieio-slot-name-index, eieio-class-slot-name-index)
22565 (eieio-set-defaults, eieio-initarg-to-attribute)
22566 (eieio-attribute-to-initarg, eieio-c3-candidate)
22567 (eieio-c3-merge-lists, eieio-class-precedence-c3)
22568 (eieio-class-precedence-dfs, eieio-class-precedence-bfs)
22569 (eieio-class-precedence-list, eieio-generic-call-methodname)
22570 (eieio-generic-call-arglst, eieio-generic-call-key)
22571 (eieio-generic-call-next-method-list)
22572 (eieio-pre-method-execution-functions, eieio-generic-call)
22573 (eieio-generic-call-primary-only, eieiomt-method-list)
22574 (eieiomt-optimizing-obarray, eieiomt-install)
22575 (eieiomt-add, eieiomt-next, eieiomt-sym-optimize)
22576 (eieio-generic-form, eieio-defmethod, make-obsolete)
22577 (eieio-defgeneric, make-obsolete): Move to eieio-core.el.
22578 (defclass): Remove `eval-and-compile' from macro.
22579 (call-next-method, shared-initialize): Instead of using
22580 `scoped-class' variable, use new eieio--scoped-class, and
22581 eieio--with-scoped-class.
22582 (initialize-instance): Rename local variable 'scoped-class' to
22583 'this-class' to remove ambiguitity from old global.
22584
22585 * emacs-lisp/eieio-core.el: New file. Derived from key parts of
22586 eieio.el.
22587 (eieio--scoped-class-stack): New variable.
22588 (eieio--scoped-class): New fcn.
22589 (eieio--with-scoped-class): New scoping macro.
22590 (eieio-defclass): Use pushnew instead of add-to-list.
22591 (eieio-defgeneric-form-primary-only-one, eieio-oset-default)
22592 (eieio-slot-name-index, eieio-set-defaults, eieio-generic-call)
22593 (eieio-generic-call-primary-only, eieiomt-add): Instead of using
22594 `scoped-class' variable, use new eieio--scoped-class, and
22595 eieio--with-scoped-class.
22596
22597 * emacs-lisp/eieio-base.el (cl-lib): Require during compile.
22598
22599 2013-06-02 Tassilo Horn <tsdh@gnu.org>
22600
22601 * eshell/esh-ext.el (eshell-external-command): Pass args to
22602 `eshell-find-interpreter'.
22603 (eshell-find-interpreter): Add new second parameter ARGS.
22604
22605 * eshell/em-script.el (eshell-script-initialize): Add second arg
22606 to the function added as MATCH to `eshell-interpreter-alist'.
22607
22608 * eshell/em-dirs.el (eshell-dirs-initialize): Add second arg to
22609 the function added as MATCH to `eshell-interpreter-alist'.
22610
22611 * eshell/em-term.el (eshell-visual-subcommands): New defcustom.
22612 (eshell-visual-options): New defcustom.
22613 (eshell-escape-control-x): Adapt docstring.
22614 (eshell-term-initialize): Test `eshell-visual-subcommands' and
22615 `eshell-visual-options' in addition to `eshell-visual-commands'.
22616 (eshell-exec-visual): Pass args to `eshell-find-interpreter'.
22617
22618 2013-06-01 Fabián Ezequiel Gallina <fgallina@gnu.org>
22619
22620 * progmodes/python.el (python-indent-block-enders): Add break,
22621 continue and raise keywords.
22622
22623 2013-06-01 Glenn Morris <rgm@gnu.org>
22624
22625 * pcmpl-gnu.el (pcomplete/tar): Check obsolete variable is bound.
22626
22627 Plain (f)boundp silences compilation warnings since Emacs 22.1.
22628 * progmodes/cc-cmds.el (delete-forward-p):
22629 * progmodes/cc-defs.el (buffer-syntactic-context-depth):
22630 * progmodes/cc-engine.el (buffer-syntactic-context):
22631 * progmodes/cc-fonts.el (face-property-instance):
22632 * progmodes/cc-mode.el (set-keymap-parents):
22633 * progmodes/cc-vars.el (get-char-table): No need for cc-bytecomp-defun.
22634 * progmodes/cc-defs.el (c-set-region-active, c-beginning-of-defun-1)
22635 * progmodes/cc-mode.el (c-make-inherited-keymap): Use plain fboundp.
22636 * progmodes/cc-defs.el (zmacs-region-stays, zmacs-regions)
22637 (lookup-syntax-properties): Remove unecessary cc-bytecomp-defvar.
22638
22639 * progmodes/cc-vars.el (other): Emacs has this widget since
22640 at least 21.1, so don't (re)define it.
22641
22642 * eshell/em-cmpl.el (eshell-cmpl-initialize):
22643 Replace the obsolete alias pcomplete-arg-quote-list.
22644
22645 2013-06-01 Leo Liu <sdl.web@gmail.com>
22646
22647 * progmodes/octave.el (octave-mode-syntax-table): Give `.'
22648 punctuation syntax.
22649 (inferior-octave-minimal-columns)
22650 (inferior-octave-last-column-width): New variables.
22651 (inferior-octave-track-window-width-change): New function.
22652 (inferior-octave-mode): Adjust column width so that Octave output,
22653 for example from 'ls', can fit into the window nicely.
22654
22655 2013-05-31 Dmitry Gutov <dgutov@yandex.ru>
22656
22657 * progmodes/ruby-mode.el (ruby-syntax-expansion-allowed-p):
22658 Highlight expansions inside regexp literals.
22659
22660 2013-05-31 Glenn Morris <rgm@gnu.org>
22661
22662 * obsolete/sym-comp.el (symbol-complete):
22663 Replace obsolete completion-annotate-function.
22664
22665 * progmodes/cc-vars.el (c-make-macro-with-semi-re): Silence compiler.
22666
22667 2013-05-31 Dmitry Gutov <dgutov@yandex.ru>
22668
22669 * progmodes/ruby-mode.el (ruby-syntax-expansion-allowed-p):
22670 New function, checks if point is inside a literal that allows
22671 expression expansion.
22672 (ruby-syntax-propertize-expansion): Use it.
22673 (ruby-syntax-propertize-function): Bind `case-fold-search' to nil
22674 around the body.
22675
22676 2013-05-30 Juri Linkov <juri@jurta.org>
22677
22678 * isearch.el (isearch-mode-map): Bind `isearch-toggle-invisible'
22679 to "\M-si".
22680 (isearch-invisible): New variable.
22681 (isearch-forward): Doc fix.
22682 (isearch-mode): Set `isearch-invisible'
22683 to the value of `search-invisible'.
22684 (isearch-toggle-case-fold): Doc fix.
22685 (isearch-toggle-invisible): New command.
22686 (isearch-query-replace): Let-bind `search-invisible'
22687 to the value of `isearch-invisible'.
22688 (isearch-search): Use `isearch-invisible' instead of
22689 `search-invisible'. Let-bind `search-invisible'
22690 to the value of `isearch-invisible'. (Bug#11378)
22691
22692 2013-05-30 Juri Linkov <juri@jurta.org>
22693
22694 * replace.el (perform-replace): Avoid `isearch-range-invisible'
22695 call when `query-flag' is nil and `search-invisible' is non-nil.
22696 (Bug#11746)
22697
22698 2013-05-30 Glenn Morris <rgm@gnu.org>
22699
22700 * progmodes/gdb-mi.el (gdb-wait-for-pending): Fix typo.
22701
22702 * progmodes/cc-bytecomp.el (cc-bytecomp-noruntime-functions): New.
22703 (cc-require): Suppress spurious "noruntime" warnings.
22704 (cc-require-when-compile): Use fboundp, for sake of compiler.
22705
22706 * progmodes/cc-mode.el: Move load of cc-vars before that of
22707 cc-langs (which in turn loads cc-vars), to quieten compiler.
22708
22709 2013-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
22710
22711 * paren.el: Simplify the code.
22712 (show-paren-mode): Always start the timer.
22713 (show-paren--idle-timer): Rename from show-paren-idle-timer.
22714 (show-paren--overlay, show-paren--overlay-1): Rename from
22715 show-paren-overlay and show-paren-overlay-1, and initialize to an
22716 overlay rather than to nil.
22717 (show-paren-function): Misc cleanup and simplifications.
22718
22719 2013-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
22720
22721 * paren.el (show-paren-data-function): New hook.
22722 (show-paren--default): New function, extracted from show-paren-function.
22723 (show-paren-function): Use show-paren-data-function.
22724
22725 2013-05-30 Glenn Morris <rgm@gnu.org>
22726
22727 * ielm.el (ielm-map, ielm-complete-symbol):
22728 Use completion-at-point rather than obsolete functions.
22729 (inferior-emacs-lisp-mode): Doc fix.
22730 Set completion-at-point-functions, rather than
22731 comint-dynamic-complete-functions.
22732
22733 * eshell/em-cmpl.el (eshell-complete-lisp-symbol): New function.
22734 (eshell-cmpl-initialize, eshell-complete-parse-arguments):
22735 Replace obsolete lisp-complete-symbol with eshell-complete-lisp-symbol.
22736
22737 * image.el (image-animated-p): Tweak definition.
22738
22739 * net/rlogin.el (rlogin-program, rlogin-explicit-args): Default to ssh.
22740 (rlogin-process-connection-type): Tweak default. Add set-after.
22741 (rlogin-host): Doc fix.
22742 (rlogin): Tweak prompt.
22743 (rlogin-tab-or-complete): Use completion-at-point rather than alias.
22744
22745 * net/net-utils.el (nslookup-mode-map, ftp-mode-map):
22746 * progmodes/tcl.el (inferior-tcl-mode-map):
22747 Use completion-at-point rather than obsolete alias.
22748
22749 * emacs-lisp/eieio.el (eieio-eval-default-p): Move before use.
22750
22751 * minibuffer.el (read-file-name-completion-ignore-case):
22752 Move before completion--in-region, for eager macro expansion.
22753
22754 2013-05-29 Juri Linkov <juri@jurta.org>
22755
22756 * replace.el (occur-engine): Rename `globalcount' to `global-lines'
22757 for total count of matching lines. Add `global-matches' for total
22758 count of matches. Rename `matches' to `lines' for count of
22759 matching lines. Add `matches' for count of matches.
22760 Rename `lines' to `curr-line' for line count. Rename `prev-lines'
22761 to `prev-line' for line number of prev match endpt.
22762 Increment `matches' for every match. Print the number of
22763 matching lines in the header.
22764 (occur-context-lines): Rename `lines' to `curr-line'.
22765 Rename `prev-lines' to `prev-line'. (Bug#14017)
22766
22767 2013-05-29 Juri Linkov <juri@jurta.org>
22768
22769 * replace.el (perform-replace): Add `skip-read-only-count',
22770 `skip-filtered-count', `skip-invisible-count' let-bound to 0.
22771 Increment them for corresponding conditions and report the number
22772 of skipped occurrences in the final message. (Bug#11746)
22773 (query-replace, query-replace-regexp, query-replace-regexp-eval)
22774 (replace-string, replace-regexp): Doc fix.
22775
22776 2013-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
22777
22778 * emacs-lisp/trace.el (trace--read-args): Provide a default.
22779
22780 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Inherit from
22781 prog-mode-map (bug#14504).
22782
22783 2013-05-29 Leo Liu <sdl.web@gmail.com>
22784
22785 * progmodes/octave.el (octave-indent-comment): Tweak regexps.
22786 (octave-help): Small simplification.
22787
22788 * emacs-lisp/smie.el (smie-highlight-matching-block): Always turn
22789 off the highlight first.
22790
22791 2013-05-29 Glenn Morris <rgm@gnu.org>
22792
22793 * progmodes/idlwave.el (idlwave-concatenate-rinfo-lists):
22794 Handle idlwave-last-system-routine-info-cons-cell being nil.
22795
22796 * progmodes/idlwave.el (idlwave-scan-user-lib-files)
22797 (idlwave-write-paths): Simplify via with-temp-buffer.
22798
22799 * emulation/cua-gmrk.el: Also load cua-base, cua-rect at run time.
22800 * emulation/cua-rect.el: Also load cua-base at run time.
22801
22802 * progmodes/cperl-mode.el (imenu-choose-buffer-index)
22803 (file-of-tag, etags-snarf-tag, etags-goto-tag-location): Declare.
22804 (cperl-imenu-on-info): Require imenu.
22805
22806 2013-05-28 Alan Mackenzie <acm@muc.de>
22807
22808 Handle "capitalised keywords" correctly.
22809 * progmodes/cc-mode.el (c-after-change): Bind case-fold-search to nil.
22810
22811 2013-05-28 Aidan Gauland <aidalgol@amuri.net>
22812
22813 * eshell/em-unix.el: Add -r option to cp.
22814
22815 2013-05-28 Glenn Morris <rgm@gnu.org>
22816
22817 * vc/vc-arch.el (vc-exec-after): Declare.
22818 (vc-switches): Autoload.
22819 * vc/vc-bzr.el: No need to require vc when compiling.
22820 (vc-exec-after, vc-set-async-update, vc-default-dir-printer)
22821 (vc-resynch-buffer, vc-dir-refresh): Declare.
22822 (vc-setup-buffer, vc-switches): Autoload.
22823 * vc/vc-cvs.el (vc-exec-after, vc-coding-system-for-diff)
22824 (vc-resynch-buffer): Declare.
22825 (vc-switches, vc-default-revert, vc-version-backup-file): Autoload.
22826 * vc/vc-dir.el (desktop-missing-file-warning): Declare.
22827 * vc/vc-git.el (vc-exec-after, vc-set-async-update)
22828 (grep-read-regexp, grep-read-files, grep-expand-template)
22829 (vc-dir-refresh): Declare.
22830 (vc-setup-buffer, vc-switches, vc-resynch-buffer): Autoload.
22831 * vc/vc-hg.el (vc-exec-after, vc-set-async-update): Declare.
22832 (vc-setup-buffer, vc-switches, vc-do-async-command): Autoload.
22833 * vc/vc-mtn.el (vc-exec-after): Declare.
22834 (vc-switches): Autoload.
22835 * vc/vc-rcs.el (vc-expand-dirs, vc-switches)
22836 (vc-tag-precondition, vc-buffer-sync, vc-rename-master): Autoload.
22837 (vc-file-tree-walk): Declare.
22838 * vc/vc-sccs.el (vc-file-tree-walk): Declare.
22839 (vc-expand-dirs, vc-switches, vc-setup-buffer, vc-delistify)
22840 (vc-tag-precondition, vc-rename-master): Autoload.
22841 * vc/vc-svn.el (vc-exec-after): Declare.
22842 (vc-switches, vc-setup-buffer): Autoload.
22843 * obsolete/vc-mcvs.el (vc-checkout, vc-switches, vc-default-revert):
22844 Autoload.
22845 (vc-resynch-buffer): Declare.
22846
22847 * obsolete/fast-lock.el (byte-compile-warnings):
22848 Don't warn about obsolete features in this obsolete file.
22849
22850 * progmodes/cc-vars.el (c-macro-names-with-semicolon):
22851 Move definition before use.
22852
22853 * play/dunnet.el (byte-compile-warnings): Don't disable them all.
22854 (dun-unix-verbs): Remove dun-zippy.
22855 (dun-zippy): Remove function.
22856
22857 * emacs-lisp/bytecomp.el (byte-compile-warnings): Doc fix.
22858
22859 2013-05-27 Juri Linkov <juri@jurta.org>
22860
22861 * replace.el (replace-search): New function with code moved out
22862 from `perform-replace'.
22863 (replace-highlight, replace-dehighlight): Move function definitions
22864 up closer to `replace-search'. (Bug#11746)
22865
22866 2013-05-27 Juri Linkov <juri@jurta.org>
22867
22868 * replace.el (perform-replace): Ignore invisible matches.
22869 In addition to checking `query-replace-skip-read-only', also
22870 filter out matches by calling `run-hook-with-args-until-failure'
22871 on `isearch-filter-predicates', and also check `search-invisible'
22872 for t or call `isearch-range-invisible'.
22873 (replace-dehighlight): Call `isearch-clean-overlays'. (Bug#11746)
22874
22875 2013-05-27 Juri Linkov <juri@jurta.org>
22876
22877 * isearch.el (isearch-filter-predicates): Rename from
22878 `isearch-filter-predicate'. Doc fix. (Bug#11378)
22879 (isearch-message-prefix): Display text from the property
22880 `isearch-message-prefix' of the currently active filters.
22881 (isearch-search): Don't compare `isearch-filter-predicate' with
22882 `isearch-filter-visible'. Call `run-hook-with-args-until-failure'
22883 on `isearch-filter-predicates'. Also check `search-invisible' for t
22884 or call `isearch-range-invisible'.
22885 (isearch-filter-visible): Make obsolete.
22886 (isearch-lazy-highlight-search):
22887 Call `run-hook-with-args-until-failure' on
22888 `isearch-filter-predicates' and use `isearch-range-invisible'.
22889
22890 * info.el (Info-search): Call `run-hook-with-args-until-failure' on
22891 `isearch-filter-predicates' instead of `funcall'ing
22892 `isearch-filter-predicate'.
22893 (Info-mode): Set `Info-isearch-filter' to
22894 `isearch-filter-predicates' instead of `isearch-filter-predicate'.
22895
22896 * dired-aux.el (dired-isearch-filter-predicate-orig):
22897 Remove variable.
22898 (dired-isearch-filenames-toggle, dired-isearch-filenames-setup)
22899 (dired-isearch-filenames-end): Add and remove
22900 `dired-isearch-filter-filenames' in `isearch-filter-predicates'
22901 instead of changing the value of `isearch-filter-predicate'.
22902 Rebind `dired-isearch-filenames-toggle' from "\M-sf" to "\M-sff".
22903 (dired-isearch-filter-filenames): Don't use `isearch-filter-visible'.
22904 Put property `isearch-message-prefix' to "filename " on
22905 `dired-isearch-filter-filenames'.
22906
22907 * wdired.el (wdired-change-to-wdired-mode):
22908 Add `isearch-filter-predicates' to `wdired-isearch-filter-read-only'
22909 locally instead of changing `isearch-filter-predicate'.
22910 (wdired-isearch-filter-read-only): Don't use `isearch-filter-visible'.
22911
22912 2013-05-27 Dmitry Gutov <dgutov@yandex.ru>
22913
22914 * vc/vc-git.el (vc-git-working-revision): When in detached mode,
22915 return the commit hash (Bug#14459). Also set the
22916 `vc-git-detached' property.
22917 (vc-git--rev-parse): Extract from `vc-git-previous-revision'.
22918 (vc-git-mode-line-string): Use the same help-echo format whether
22919 in detached mode or not, because we know the actual revision now.
22920 When in detached mode, shorten the revision to 7 chars.
22921
22922 2013-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
22923
22924 * emacs-lisp/easy-mmode.el (define-minor-mode):
22925 * emacs-lisp/derived.el (define-derived-mode): Always defvar the
22926 mode hook and provide a docstring.
22927
22928 2013-05-27 Alan Mackenzie <acm@muc.de>
22929
22930 Remove spurious syntax-table text properties inserted by C-y.
22931 * progmodes/cc-mode.el (c-after-change): Also clear hard
22932 syntax-table property with value nil.
22933
22934 2013-05-27 Michael Albinus <michael.albinus@gmx.de>
22935
22936 * net/dbus.el (dbus-call-method): Let-bind `inhibit-redisplay'
22937 when reading the events; the buffer layout shall not be changed.
22938
22939 2013-05-27 Leo Liu <sdl.web@gmail.com>
22940
22941 * progmodes/octave.el (inferior-octave-directory-tracker-resync):
22942 New variable.
22943 (inferior-octave-directory-tracker): Automatically re-sync
22944 default-directory.
22945 (octave-help): Improve handling of 'See also'.
22946
22947 2013-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
22948
22949 * doc-view.el: Minor naming convention tweaks.
22950 (desktop-buffer-mode-handlers): Don't add to it repeatedly.
22951
22952 * image-mode.el (image-mode-reapply-winprops): Call image-mode-winprops
22953 even if there's no `display' property yet (bug#14435).
22954
22955 2013-05-25 Eli Zaretskii <eliz@gnu.org>
22956
22957 * subr.el (unmsys--file-name): Rename from reveal-filename.
22958
22959 * Makefile.in (custom-deps, finder-data, autoloads)
22960 ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
22961 ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
22962 ($(CAL_DIR)/hol-loaddefs.el): All users changed.
22963
22964 2013-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
22965
22966 * emacs-lisp/lisp.el (lisp-completion-at-point): Don't use
22967 error-completion on the first 2 args of condition-case (bug#14446).
22968 Don't burp at EOB.
22969
22970 2013-05-25 Leo Liu <sdl.web@gmail.com>
22971
22972 * comint.el (comint-previous-matching-input): Do not flood the
22973 *Messages* buffer with trivial messages.
22974
22975 2013-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
22976
22977 * progmodes/flymake.el (flymake-nop): Don't return a string.
22978 (flymake-set-at): Fix typo.
22979
22980 * simple.el (read--expression): New function, extracted from
22981 eval-expression. Set completion-at-point-functions (bug#14465).
22982 (eval-expression, eval-minibuffer): Use it.
22983
22984 2013-05-25 Xue Fuqiao <xfq.free@gmail.com>
22985
22986 * progmodes/flymake.el (flymake-save-buffer-in-file)
22987 (flymake-makehash, flymake-posn-at-point-as-event, flymake-nop)
22988 (flymake-selected-frame, flymake-log, flymake-ins-after)
22989 (flymake-set-at, flymake-get-buildfile-from-cache)
22990 (flymake-add-buildfile-to-cache, flymake-clear-buildfile-cache)
22991 (flymake-find-possible-master-files, flymake-save-buffer-in-file):
22992 Refine the doc string.
22993 (flymake-get-file-name-mode-and-masks): Reformat.
22994 (flymake-get-real-file-name-function): Fix a minor bug.
22995
22996 2013-05-24 Juri Linkov <juri@jurta.org>
22997
22998 * progmodes/grep.el (grep-mode-font-lock-keywords):
22999 Support =linenumber= format used by git-grep for lines with
23000 function names. (Bug#13549)
23001
23002 2013-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
23003
23004 * progmodes/octave.el (octave-smie-rules): Return nil rather than
23005 0 after a semi-colon; it works better for smie-auto-fill.
23006 (octave--indent-new-comment-line): New function.
23007 (octave-indent-new-comment-line): Use it (indirectly).
23008 (octave-mode): Don't disable smie-auto-fill. Use add-function to
23009 modify comment-line-break-function.
23010
23011 * emacs-lisp/smie.el (smie-auto-fill): Rework to be more robust.
23012 (smie-setup): Use add-function to set it.
23013
23014 2013-05-24 Sam Steingold <sds@gnu.org>
23015
23016 * sort.el (delete-duplicate-lines): Accept an optional `keep-blanks'
23017 argument (before the `interactive' argument).
23018
23019 2013-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
23020
23021 * image-mode.el (image-mode-winprops): Add winprops to
23022 image-mode-winprops-alist before running
23023 image-mode-new-window-functions.
23024 * doc-view.el (doc-view-new-window-function): Don't delay
23025 doc-view-goto-page via timers (bug#14435).
23026
23027 2013-05-24 Tassilo Horn <tsdh@gnu.org>
23028
23029 * doc-view.el: Integrate with desktop.el. (Bug#14435)
23030 (doc-view-desktop-save-buffer): New function.
23031 (doc-view-restore-desktop-buffer): New function.
23032 (desktop-buffer-mode-handlers):
23033 Add `doc-view-restore-desktop-buffer' as desktop.el buffer mode
23034 handler.
23035 (doc-view-mode): Set `doc-view-desktop-save-buffer' as custom
23036 `desktop-save-buffer' function.
23037
23038 2013-05-24 Michael Albinus <michael.albinus@gmx.de>
23039
23040 * net/tramp-gvfs.el (tramp-gvfs-enabled): New defconst.
23041 (tramp-gvfs-file-name-handler): Raise a user error when
23042 `tramp-gvfs-enabled' is nil.
23043 (top): Register signals only when `tramp-gvfs-enabled' is non-nil.
23044 Do not raise a user error when loading package. (Bug#14447)
23045
23046 * net/xesam.el: Move to obsolete/.
23047
23048 2013-05-24 Glenn Morris <rgm@gnu.org>
23049
23050 * font-lock.el (lisp-font-lock-keywords-2): Add with-coding-priority.
23051
23052 * emacs-lisp/chart.el (chart-sort): Replace obsolete `object-name'.
23053
23054 * progmodes/cperl-mode.el (cperl-mode): Use fboundp.
23055 (Info-find-node, Man-getpage-in-background): Declare.
23056
23057 * mail/unrmail.el (unrmail):
23058 Replace obsolete detect-coding-with-priority.
23059
23060 * net/socks.el (socks-split-string): Use this rather than split-string.
23061 (socks-nslookup-host): Update for above change.
23062 (dynamic-choice, s5-dynamic-choice-match)
23063 (s5-dynamic-choice-match-inline, s5-widget-value-create):
23064 Comment out unused code.
23065
23066 * tooltip.el (tooltip-use-echo-area): Warn only on 'set.
23067 * progmodes/gud.el (gud-gdb-completion-function): Move before use.
23068 (gud-tooltip-echo-area): Make obsolete.
23069 (gud-tooltip-process-output, gud-tooltip-tips): Also check tooltip-mode.
23070
23071 * progmodes/js.el (js--optimize-arglist): Declare.
23072
23073 * progmodes/ruby-mode.el (ruby-syntax-propertize-expansion): Declare.
23074
23075 * progmodes/which-func.el (ediff-window-A, ediff-window-B)
23076 (ediff-window-C): Declare.
23077
23078 * obsolete/pgg-gpg.el, obsolete/pgg-pgp.el, obsolete/pgg-pgp5.el:
23079 Tweak requires to silence compiler.
23080
23081 * obsolete/sym-comp.el: No need to load hipper-exp when compiling.
23082 (he-search-string, he-tried-table, he-expand-list)
23083 (he-init-string, he-string-member, he-substitute-string)
23084 (he-reset-string): Declare.
23085
23086 * obsolete/options.el (list-options): Use custom-variable-p,
23087 rather than obsolete alias.
23088
23089 2013-05-23 Sam Steingold <sds@gnu.org>
23090
23091 * simple.el (shell-command-on-region): Pass the `replace' argument
23092 down to `call-process-region' to comply with the doc as reported on
23093 <http://stackoverflow.com/questions/16720458/emacs-noninteractive-call-to-shell-command-on-region-always-deletes-region>
23094
23095 2013-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
23096
23097 * emacs-lisp/smie.el (smie-indent-forward-token)
23098 (smie-indent-backward-token): Handle string tokens (bug#14381).
23099
23100 2013-05-23 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
23101
23102 * ielm.el (ielm-menu): New menu.
23103 (inferior-emacs-lisp-mode): Set comment-start.
23104
23105 2013-05-23 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
23106
23107 * textmodes/reftex.el (reftex-ref-style-toggle):
23108 Fix deactivate action.
23109
23110 * textmodes/reftex-vars.el (reftex-ref-style-alist):
23111 Add cleveref macros.
23112
23113 * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
23114 Accept options for bibliography commands.
23115 * textmodes/reftex-vars.el (reftex-bibliography-commands):
23116 Add addbibresource. Basic Biblatex support.
23117
23118 2013-05-23 Michael Albinus <michael.albinus@gmx.de>
23119
23120 * net/tramp-gvfs.el (top):
23121 * net/xesam.el (xesam-dbus-unique-names): Suppress D-Bus errors
23122 when loading package. (Bug#14447)
23123
23124 2013-05-23 Glenn Morris <rgm@gnu.org>
23125
23126 * progmodes/js.el: No need to load comint when compiling.
23127 (ring-insert, comint-send-string, comint-send-input)
23128 (comint-last-input-end, ido-chop): Declare.
23129
23130 * vc/ediff-diff.el, vc/ediff-merg.el: Require ediff-util at run-time.
23131 * vc/ediff-mult.el: Adjust requires.
23132 (ediff-directories-internal, ediff-directory-revisions-internal)
23133 (ediff-patch-file-internal): Declare.
23134 * vc/ediff-ptch.el: Adjust requires.
23135 (ediff-use-last-dir, ediff-buffers-internal): Declare.
23136 (ediff-find-file): Autoload.
23137 * vc/ediff-util.el: No need to load ediff when compiling.
23138 (ediff-regions-internal): Declare.
23139 * vc/ediff-wind.el: Adjust requires.
23140 (ediff-compute-toolbar-width): Define when compiling.
23141 (ediff-setup-control-buffer, ediff-make-bottom-toolbar): Declare.
23142 * vc/ediff.el: No need to load dired, ediff-ptch when compiling.
23143 (dired-get-filename, dired-get-marked-files)
23144 (ediff-last-dir-patch, ediff-patch-default-directory)
23145 (ediff-get-patch-buffer, ediff-dispatch-file-patching-job)
23146 (ediff-patch-buffer-internal): Declare.
23147
23148 * emacs-lisp/checkdoc.el: No need to load ispell when compiling.
23149 (ispell-process, ispell-buffer-local-words, lm-summary)
23150 (lm-section-start, lm-section-end): Declare.
23151 (checkdoc-ispell-init): Simplify.
23152
23153 * progmodes/vera-mode.el (he-init-string, he-dabbrev-beg)
23154 (he-string-member, he-reset-string, he-substitute-string): Declare.
23155
23156 * eshell/em-ls.el: Adjust requires.
23157 (eshell-glob-regexp): Declare.
23158 * eshell/em-tramp.el: Adjust requires.
23159 (eshell-parse-command): Autoload.
23160 * eshell/em-xtra.el: Adjust requires.
23161 (eshell-parse-command): Autoload.
23162 * eshell/esh-ext.el: Adjust requires.
23163 (eshell-parse-command, eshell-close-handles): Autoload.
23164 * eshell/esh-io.el: Adjust requires.
23165 (eshell-output-filter): Autoload.
23166 * eshell/esh-util.el: No need to load tramp when compiling.
23167 (tramp-file-name-structure, ange-ftp-ls, ange-ftp-file-modtime):
23168 Declare.
23169 (eshell-parse-ange-ls): Require ange-ftp and tramp.
23170 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
23171 * eshell/em-cmpl.el, eshell/em-glob.el, eshell/em-pred.el:
23172 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-smart.el:
23173 * eshell/em-term.el, eshell/esh-arg.el, eshell/esh-mode.el:
23174 * eshell/esh-opt.el, eshell/esh-proc.el:
23175 * eshell/esh-var.el: Adjust requires.
23176 * eshell/eshell.el: Do not require esh-util twice.
23177 (eshell-add-input-to-history): Declare.
23178 (eshell-command): Check history module is active before using it.
23179
23180 * eshell/em-ls.el (eshell-ls-dir): Fix -A handling.
23181
23182 2013-05-22 Leo Liu <sdl.web@gmail.com>
23183
23184 * progmodes/octave.el (inferior-octave-startup): Fix bug#14433.
23185
23186 2013-05-22 Michael Albinus <michael.albinus@gmx.de>
23187
23188 * autorevert.el (auto-revert-notify-add-watch)
23189 (auto-revert-notify-handler): Add `attrib' for the inotify case,
23190 it indicates changes in file modification time.
23191
23192 2013-05-22 Glenn Morris <rgm@gnu.org>
23193
23194 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
23195 Always delete the autoloaded function from the noruntime and
23196 unresolved functions lists.
23197
23198 * allout.el: No need to load epa, epg, overlay when compiling.
23199 (epg-context-set-passphrase-callback, epg-list-keys)
23200 (epg-decrypt-string, epg-encrypt-string, epg-user-id-string)
23201 (epg-key-user-id-list): Declare.
23202
23203 * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
23204 (viper-set-parsing-style-toggling-macro)
23205 (viper-set-emacs-state-searchstyle-macros):
23206 Use called-interactively-p on Emacs.
23207 (viper-looking-back): Make it an obsolete alias. Update callers.
23208 * emulation/viper-ex.el: Load viper-keym, not viper-cmd.
23209 Use looking-back rather than viper-looking-back.
23210 (viper-tmp-insert-at-eob, viper-enlarge-region)
23211 (viper-read-string-with-history, viper-register-to-point)
23212 (viper-append-to-register, viper-change-state-to-vi)
23213 (viper-backward-char-carefully, viper-forward-char-carefully)
23214 (viper-Put-back, viper-put-back, viper-add-newline-at-eob-if-necessary)
23215 (viper-change-state-to-emacs): Declare.
23216 * emulation/viper-macs.el: Load viper-mous, viper-ex, not viper-cmd.
23217 (viper-change-state-to-insert, viper-change-state-to-vi): Declare.
23218 * emulation/viper-mous.el: Do not load viper-cmd.
23219 (viper-backward-char-carefully, viper-forward-char-carefully)
23220 (viper-forward-word, viper-adjust-window): Declare.
23221
23222 * vc/ediff.el (ediff-version): Use called-interactively-p on Emacs.
23223
23224 * progmodes/idlw-help.el (idlwave-help-fontify):
23225 Use called-interactively-p.
23226
23227 * term/w32console.el (w32-get-console-codepage)
23228 (w32-get-console-output-codepage): Declare.
23229
23230 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape):
23231 Remove unnecessary declarations.
23232 (dframe-message): Doc fix.
23233
23234 * info.el (dframe-select-attached-frame, dframe-current-frame):
23235 Declare.
23236
23237 * speedbar.el (speedbar-message): Make it an obsolete alias.
23238 Update all callers.
23239 (speedbar-with-attached-buffer)
23240 (speedbar-maybee-jump-to-attached-frame): Make these aliases obsolete.
23241 (speedbar-with-writable): Use backquote.
23242 * emacs-lisp/eieio-opt.el (eieio-describe-class-sb):
23243 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click):
23244 Use dframe-with-attached-buffer, dframe-maybee-jump-to-attached-frame
23245 rather than speedbar- aliases.
23246 * mail/rmail.el: Load dframe rather than speedbar when compiling.
23247 (speedbar-make-specialized-keymap, speedbar-insert-button)
23248 (dframe-select-attached-frame, dframe-maybee-jump-to-attached-frame)
23249 (speedbar-do-function-pointer): Declare.
23250 (rmail-speedbar-button, rmail-speedbar-find-file)
23251 (rmail-speedbar-move-message):
23252 Use dframe-with-attached-buffer rather than speedbar- alias.
23253 * progmodes/gud.el: Load dframe rather than speedbar when compiling.
23254 (dframe-message, speedbar-make-specialized-keymap)
23255 (speedbar-add-expansion-list, speedbar-mode-functions-list)
23256 (speedbar-make-tag-line, speedbar-remove-localized-speedbar-support)
23257 (speedbar-insert-button, dframe-select-attached-frame)
23258 (dframe-maybee-jump-to-attached-frame)
23259 (speedbar-change-initial-expansion-list)
23260 (speedbar-previously-used-expansion-list-name): Declare.
23261 (gud-speedbar-item-info, gud-gdb-goto-stackframe):
23262 Use dframe-message, dframe-with-attached-buffer rather than
23263 speedbar- aliases.
23264 (gud-sentinel): Silence compiler.
23265 * progmodes/vhdl-mode.el (speedbar-refresh)
23266 (speedbar-do-function-pointer, speedbar-add-supported-extension)
23267 (speedbar-add-mode-functions-list, speedbar-make-specialized-keymap)
23268 (speedbar-change-initial-expansion-list, speedbar-add-expansion-list)
23269 (speedbar-extension-list-to-regex, speedbar-directory-buttons)
23270 (speedbar-file-lists, speedbar-make-tag-line)
23271 (speedbar-line-directory, speedbar-goto-this-file)
23272 (speedbar-center-buffer-smartly, speedbar-change-expand-button-char)
23273 (speedbar-delete-subblock, speedbar-position-cursor-on-line)
23274 (speedbar-make-button, speedbar-reset-scanners)
23275 (speedbar-files-item-info, speedbar-line-text)
23276 (speedbar-find-file-in-frame, speedbar-set-timer)
23277 (dframe-maybee-jump-to-attached-frame, speedbar-line-file): Declare.
23278 (speedbar-with-writable): Do not (re)define it.
23279 (vhdl-speedbar-find-file): Use dframe-maybee-jump-to-attached-frame
23280 rather than speedbar- alias.
23281
23282 2013-05-21 Leo Liu <sdl.web@gmail.com>
23283
23284 * progmodes/octave.el (octave-mode-menu): Update and re-organize
23285 menu items.
23286 (octave-mode): Tweak fill-nobreak-predicate.
23287 (inferior-octave-startup): Check process to avoid infinite loop.
23288 (inferior-octave): Pop to buffer first to show abornmal process
23289 exit information.
23290
23291 2013-05-21 Glenn Morris <rgm@gnu.org>
23292
23293 * printing.el (pr-menu-bar): Define when compiling.
23294
23295 2013-05-21 Leo Liu <sdl.web@gmail.com>
23296
23297 * progmodes/octave.el (octave-auto-fill): Remove.
23298 (octave-indent-new-comment-line): Improve.
23299 (octave-mode): Use auto fill mode through
23300 comment-line-break-function and fill-nobreak-predicate.
23301 (octave-goto-function-definition): Support DEFUN_DLD.
23302 (octave-beginning-of-defun): Small tweak.
23303 (octave-help): Show parent directory.
23304
23305 2013-05-21 Glenn Morris <rgm@gnu.org>
23306
23307 * files.el (dired-unmark):
23308 * progmodes/gud.el (gdb-input): Update declarations.
23309
23310 * calculator.el (electric, ehelp): No need to load when compiling.
23311 (Electric-command-loop, electric-describe-mode): Declare.
23312
23313 * doc-view.el (doc-view-current-converter-processes): Move before use.
23314
23315 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
23316 Move MODE-set-explicitly definition before use.
23317
23318 * international/mule-diag.el (mule-diag):
23319 Don't use obsolete window-system-version.
23320
23321 * mail/feedmail.el (smtpmail): No need to load when compiling.
23322 (smtpmail-via-smtp, smtpmail-smtp-server): Declare.
23323
23324 * mail/mail-utils.el (rfc822): No need to load when compiling.
23325 (rfc822-addresses): Autoload it.
23326 (mail-strip-quoted-names): Trivial simplification.
23327
23328 * mail/rmail.el (rmail-mime-message-p, rmail-mime-toggle-raw): Declare.
23329 (rmail-retry-failure): Don't assume that rmail-mime-feature == rmailmm.
23330
23331 * net/snmp-mode.el (tempo): Don't duplicate requires.
23332
23333 * progmodes/prolog.el (info): No need to load when compiling.
23334 (comint): Require before shell requires it.
23335 (Info-goto-node): Autoload it.
23336 (Info-follow-nearest-node): Declare.
23337 (prolog-help-info, prolog-goto-predicate-info): No need to require info.
23338
23339 * textmodes/artist.el (picture-mode-exit): Declare.
23340
23341 * textmodes/reftex-parse.el (reftex-parse-from-file):
23342 Trivial rewrite so the compiler can parse it better.
23343
23344 2013-05-20 Leo Liu <sdl.web@gmail.com>
23345
23346 * progmodes/octave.el (octave-help-mode-map)
23347 (octave-help-mode-finish-hook): New variables.
23348 (octave-help-mode, octave-help-mode-finish): New functions.
23349 (octave-help): Use octave-help-mode.
23350
23351 2013-05-20 Glenn Morris <rgm@gnu.org>
23352
23353 * format-spec.el (format-spec): Allow spec chars with nil. (Bug#14420)
23354
23355 2013-05-19 Dmitry Gutov <dgutov@yandex.ru>
23356
23357 * progmodes/ruby-mode.el (ruby-expression-expansion-re): Allow to
23358 start at point, so that expansion starting right after opening
23359 slash in a regexp is recognized.
23360 (ruby-syntax-before-regexp-re): New defvar, extracted from
23361 ruby-syntax-propertize-function. Since the value of this regexp
23362 is looked up at runtime now, we should be able to turn
23363 `ruby-syntax-methods-before-regexp' into a defcustom later.
23364 (ruby-syntax-propertize-function): Split regexp matching into two
23365 parts, for opening and closing slashes. That allows us to skip
23366 over string interpolations and support multiline regexps.
23367 Don't call `ruby-syntax-propertize-expansions', instead use another rule
23368 for them, which calls `ruby-syntax-propertize-expansion'.
23369 (ruby-syntax-propertize-expansions): Move `remove-text-properties'
23370 call to `ruby-syntax-propertize-function'.
23371 (ruby-syntax-propertize-expansion): Extracted from
23372 `ruby-syntax-propertize-expansions'. Handles one expansion.
23373 (ruby-syntax-propertize-percent-literal): Leave point right after
23374 the percent symbol, so that the expression expansion rule can
23375 propertize the contents.
23376 (ruby-syntax-propertize-heredoc): Leave point at bol following the
23377 heredoc openers.
23378 (ruby-syntax-propertize-expansions): Remove.
23379
23380 2013-05-18 Juri Linkov <juri@jurta.org>
23381
23382 * man.el (Man-default-man-entry): Remove `-' from the end
23383 of the default value. (Bug#14400)
23384
23385 2013-05-18 Glenn Morris <rgm@gnu.org>
23386
23387 * comint.el (comint-password-prompt-regexp):
23388 Allow "password for XXX" where XXX contains colons (eg https://...).
23389
23390 2013-05-18 Leo Liu <sdl.web@gmail.com>
23391
23392 * progmodes/octave.el (inferior-octave-startup): Use OCTAVE_SRCDIR
23393 instead. Include "--no-gui" to prevent hangs for Octave > 3.7.
23394 (octave-source-directories): Don't check process.
23395 (octave-source-directories, octave-find-definition): Doc fix.
23396
23397 2013-05-18 Glenn Morris <rgm@gnu.org>
23398
23399 * progmodes/vhdl-mode.el (vhdl-mode-map-init):
23400 Remove backspace/delete bindings. (Bug#14392)
23401
23402 * cus-dep.el (custom-make-dependencies): Sort the output.
23403 (custom-versions-load-alist): Convert comment to doc.
23404
23405 2013-05-17 Leo Liu <sdl.web@gmail.com>
23406
23407 * newcomment.el (comment-search-backward): Stricter in finding
23408 comment start. (Bug#14303)
23409
23410 * progmodes/octave.el (octave-comment-start): Remove the SPC char.
23411 (octave-comment-start-skip): Properly anchored.
23412
23413 2013-05-17 Leo Liu <sdl.web@gmail.com>
23414
23415 * emacs-lisp/smie.el (smie-highlight-matching-block-mode):
23416 Clean up when turned off. (Bug#14395)
23417 (smie--highlight-matching-block-overlay): No longer buffer-local.
23418 (smie-highlight-matching-block): Adjust.
23419
23420 2013-05-17 Paul Eggert <eggert@cs.ucla.edu>
23421
23422 Doc string fix for "nanoseconds" (Bug#14406).
23423 * emacs-lisp/timer.el (timer-relative-time, timer-inc-time):
23424 Fix doc string typo that had "nanoseconds" instead of "microseconds".
23425
23426 2013-05-17 Jay Belanger <jay.p.belanger@gmail.com>
23427
23428 * calc/calc-units.el (math-extract-units): Preserve powers
23429 of units.
23430
23431 2013-05-17 Leo Liu <sdl.web@gmail.com>
23432
23433 * subr.el (delete-consecutive-dups): New function.
23434 * ido.el (ido-set-matches-1): Use it.
23435 * progmodes/octave.el (inferior-octave-completion-table): Use it.
23436 * ido.el (ido-remove-consecutive-dups): Remove.
23437
23438 2013-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
23439
23440 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
23441 (f90-hpf-keywords-re, f90-constants-re): Use \\_< rather than
23442 regexp-opt's `words'.
23443
23444 2013-05-16 Leo Liu <sdl.web@gmail.com>
23445
23446 * emacs-lisp/smie.el (smie-matching-block-highlight): New face.
23447 (smie--highlight-matching-block-overlay)
23448 (smie--highlight-matching-block-lastpos)
23449 (smie--highlight-matching-block-timer): New variables.
23450 (smie-highlight-matching-block): New function.
23451 (smie-highlight-matching-block-mode): New minor mode. (Bug#14395)
23452 (smie-setup): Conditionally enable smie-blink-matching-open.
23453
23454 2013-05-16 Wilson Snyder <wsnyder@wsnyder.org>
23455
23456 Sync with upstream verilog-mode r840.
23457 * progmodes/verilog-mode.el (verilog-mode-version)
23458 (verilog-mode-release-date): Update.
23459 (verilog-auto-lineup, verilog-auto-reset): Doc fixes.
23460 (verilog-sig-tieoff): Fix string error on
23461 AUTORESET with colon define, bug594. Reported by Andrew Hou.
23462 (verilog-read-decls): Fix parameters confusing
23463 AUTOINST interfaces, bug565. Reported by Leith Johnson.
23464
23465 2013-05-16 Eli Zaretskii <eliz@gnu.org>
23466
23467 * subr.el (reveal-filename): New function.
23468
23469 * loadup.el: Compute Emacs executable versions on MS-Windows,
23470 where executables have the .exe extension. Add a hard link
23471 emacs-XX.YY.ZZ.exe on MS-Windows.
23472
23473 * Makefile.in (XARGS_LIMIT): New variable.
23474 (custom-deps, finder-data, autoloads)
23475 ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
23476 ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
23477 ($(CAL_DIR)/hol-loaddefs.el): Use reveal-filename.
23478 (compile-main): Limit xargs according to $(XARGS_LIMIT).
23479
23480 2013-05-16 Leo Liu <sdl.web@gmail.com>
23481
23482 * progmodes/octave.el (octave-indent-defun): Mark obsolete.
23483 (octave-mode-menu, octave-mode-map): Remove its uses.
23484
23485 2013-05-16 Reto Zimmermann <reto@gnu.org>
23486
23487 Sync with upstream vhdl mode v3.34.2.
23488 * progmodes/vhdl-mode.el: Use `push' throughout.
23489 (vhdl-version, vhdl-time-stamp, vhdl-doc-release-notes): Update.
23490 (vhdl-compiler-alist): Replace "\t\n" by "\\t\\n".
23491 Add IBM & Quartus compiler. Enhance entry for ADVance MS compiler.
23492 (vhdl-actual-generic-name): New option to derive actual generic name.
23493 (vhdl-port-paste-signals): Replace formal by actual generics.
23494 (vhdl-beautify): New name for old group vhdl-align. Update users.
23495 (vhdl-beautify-options): New option.
23496 (vhdl-last-input-event): New compat alias. Use throughout.
23497 (vhdl-goto-line): Replace user level function `goto-line'.
23498 (vhdl-mode-map): Add bindings for vhdl-fix-statement-region,
23499 vhdl-fix-statement-buffer.
23500 (vhdl-create-mode-menu): Add some entries.
23501 (vhdl-align-region-groups): Respect vhdl-beautify-options.
23502 (vhdl-align-inline-comment-region-1): Handle "--" inside string.
23503 (vhdl-fixup-whitespace-region): Handle symbols at EOL.
23504 (vhdl-fix-statement-region, vhdl-fix-statement-buffer): New commands,
23505 to force statements on one line.
23506 (vhdl-remove-trailing-spaces-region):
23507 New, split from vhdl-remove-trailing-spaces.
23508 (vhdl-beautify-region): Fix statements, trailing spaces, ^M character.
23509 Respect vhdl-beautify-options.
23510 (vhdl-update-sensitivity-list-buffer): If non-interactive save buffer.
23511 (vhdl-update-sensitivity-list): Not add with index if exists without.
23512 Not include array index with signal. Ignore keywords in comments.
23513 (vhdl-get-visible-signals): Regexp tweaks.
23514 (vhdl-template-component-inst): Handle empty library.
23515 (vhdl-template-type): Add template for 'enum' type.
23516 (vhdl-port-paste-generic-map, vhdl-port-paste-constants):
23517 Use vhdl-replace-string.
23518 (vhdl-port-paste-signals): Use vhdl-prepare-search-1.
23519 (vhdl-speedbar-mode-map): Rename from vhdl-speedbar-key-map.
23520 (vhdl-speedbar-initialize): Update for above name change.
23521 (vhdl-compose-wire-components): Fix in handling of constants.
23522 (vhdl-error-regexp-emacs-alist): New variable.
23523 (vhdl-error-regexp-add-emacs): New function;
23524 adds support for new compile.el (Emacs 22+)
23525 (vhdl-generate-makefile-1): Change target order for single lib. units.
23526 Allow use of absolute file names.
23527
23528 2013-05-16 Leo Liu <sdl.web@gmail.com>
23529
23530 * simple.el (prog-indent-sexp): Indent enclosing defun.
23531
23532 2013-05-15 Glenn Morris <rgm@gnu.org>
23533
23534 * cus-start.el (show-trailing-whitespace): Move to editing basics.
23535 * faces.el (trailing-whitespace): Don't use whitespace-faces group.
23536 * obsolete/old-whitespace.el (whitespace-faces): Remove group.
23537 (whitespace-highlight): Move to whitespace group.
23538
23539 * comint.el (comint-source):
23540 * pcmpl-linux.el (pcmpl-linux):
23541 * shell.el (shell-faces):
23542 * eshell/esh-opt.el (eshell-opt):
23543 * international/ccl.el (ccl): Remove empty custom groups.
23544
23545 * completion.el (dynamic-completion-mode):
23546 * jit-lock.el (jit-lock-debug-mode):
23547 * minibuffer.el (completion-in-region-mode):
23548 * type-break.el (type-break-mode-line-message-mode)
23549 (type-break-query-mode):
23550 * emulation/tpu-edt.el (tpu-edt-mode):
23551 * progmodes/subword.el (global-subword-mode, global-superword-mode):
23552 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
23553 * term/vt100.el (vt100-wide-mode): Specify explicit :group.
23554
23555 * term/xterm.el (xterm): Change parent group to terminals.
23556
23557 * master.el (master): Remove empty custom group.
23558 (master-mode): Remove unused :group argument.
23559 * textmodes/refill.el (refill): Remove empty custom group.
23560 (refill-mode): Remove unused :group argument.
23561
23562 * textmodes/rst.el (rst-compile-toolsets): Use rst-compile group.
23563
23564 * cus-dep.el: Provide a feature.
23565 (custom-make-dependencies): Ignore dotfiles (dir-locals).
23566 Don't mistakenly ignore files whose basenames match a basename
23567 from preloaded-file-list (eg cedet/ede/simple.el).
23568 Add a fallback method for getting :group.
23569
23570 2013-05-15 Juri Linkov <juri@jurta.org>
23571
23572 * isearch.el (isearch-char-by-name): Rename from
23573 `isearch-insert-char-by-name'. Doc fix.
23574 (isearch-forward): Mention `isearch-char-by-name' in
23575 the docstring. (Bug#13348)
23576
23577 * isearch.el (minibuffer-local-isearch-map): Bind "\r" to
23578 `exit-minibuffer' instead of
23579 `isearch-nonincremental-exit-minibuffer'.
23580 (isearch-edit-string): Remove mention of
23581 `isearch-nonincremental-exit-minibuffer' from docstring.
23582 (isearch-nonincremental-exit-minibuffer): Mark as obsolete.
23583 (isearch-forward-exit-minibuffer)
23584 (isearch-reverse-exit-minibuffer): Add docstring. (Bug#13348)
23585
23586 2013-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
23587
23588 * loadup.el: Just use unversioned DOC.
23589
23590 * nxml/nxml-mode.el: Treat unclosed <[[, <?, comment, and other
23591 literals as extending to EOB.
23592 (nxml-last-fontify-end): Remove unused variable.
23593 (nxml-after-change1): Use with-silent-modifications.
23594 (nxml-extend-after-change-region): Simplify.
23595 (nxml-extend-after-change-region1): Remove function.
23596 (nxml-after-change1): Don't adjust for dependent regions.
23597 (nxml-fontify-matcher): Simplify.
23598 * nxml/xmltok.el (xmltok-dependent-regions): Remove variable.
23599 (xmltok-add-dependent): Remove function.
23600 (xmltok-scan-after-lt, xmltok-scan-after-processing-instruction-open)
23601 (xmltok-scan-after-comment-open, xmltok-scan-prolog-literal)
23602 (xmltok-scan-prolog-after-processing-instruction-open): Treat
23603 unclosed <[[, <?, comment, and other literals as extending to EOB.
23604 * nxml/rng-valid.el (rng-mark-xmltok-dependent-regions)
23605 (rng-mark-xmltok-dependent-region, rng-dependent-region-changed):
23606 Remove functions.
23607 (rng-do-some-validation-1): Don't mark dependent regions.
23608 * nxml/nxml-rap.el (nxml-adjust-start-for-dependent-regions)
23609 (nxml-mark-parse-dependent-regions, nxml-mark-parse-dependent-region)
23610 (nxml-clear-dependent-regions): Remove functions.
23611 (nxml-scan-after-change, nxml-scan-prolog, nxml-tokenize-forward)
23612 (nxml-ensure-scan-up-to-date):
23613 Don't clear&mark dependent regions.
23614
23615 2013-05-15 Leo Liu <sdl.web@gmail.com>
23616
23617 * progmodes/octave.el (octave-goto-function-definition):
23618 Improve and fix callers.
23619
23620 2013-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
23621
23622 * emacs-lisp/cl-extra.el (cl-getf): Return the proper value in
23623 the setter (bug#14387).
23624
23625 * progmodes/f90.el (f90-blocks-re): Include the terminating \> in the
23626 surrounding group (bug#14402).
23627
23628 2013-05-14 Juri Linkov <juri@jurta.org>
23629
23630 * subr.el (find-tag-default-as-regexp): Return nil if `tag' is nil.
23631 (Bug#14390)
23632
23633 2013-05-14 Glenn Morris <rgm@gnu.org>
23634
23635 * progmodes/f90.el (f90-imenu-generic-expression):
23636 Fix typo in 2013-05-08 change. (Bug#14402)
23637
23638 2013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
23639
23640 * progmodes/gdb-mi.el (gdb-running, gdb-starting):
23641 Remove signals for which replies are never received.
23642
23643 2013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
23644
23645 * progmodes/gdb-mi.el: Fix non-responsive gud commands (bug#13845)
23646 (gdb-handler-alist, gdb-handler-number): Remove variables.
23647 (gdb-handler-list): New variable.
23648 (gdb-add-handler, gdb-delete-handler, gdb-get-handler-function)
23649 (gdb-pending-handler-p, gdb-handle-reply)
23650 (gdb-remove-all-pending-triggers): New functions.
23651 (gdb-discard-unordered-replies): New defcustom.
23652 (gdb-handler): New defstruct.
23653 (gdb-wait-for-pending): Fix invalid backquote. Use gdb-handler-list.
23654 instead of gdb-pending-triggers. Update docstring.
23655 (gdb-init-1): Remove dead variables. Initialize gdb-handler-list.
23656 (gdb-speedbar-update, gdb-speedbar-timer-fn, gdb-var-update)
23657 (gdb-var-update-handler, def-gdb-auto-update-trigger)
23658 (def-gdb-auto-update-handler, gdb-get-changed-registers)
23659 (gdb-changed-registers-handler, gdb-get-main-selected-frame)
23660 (gdb-frame-handler): Pending triggers are now automatically managed.
23661 (def-gdb-trigger-and-handler, def-gdb-auto-update-handler):
23662 Remove argument.
23663 (gdb-input): Automatically handles pending triggers. Update docstring.
23664 (gdb-resync): Replace gdb-pending-triggers by gdb-handler-list.
23665 (gdb-thread-exited, gdb-thread-selected, gdb-register-names-handler):
23666 Update comments.
23667 (gdb-done-or-error): Now use gdb-handle-reply.
23668
23669 2013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
23670
23671 * progmodes/gdb-mi.el (gdb-input): Include token numbers in
23672 gdb-debug-log.
23673
23674 2013-05-14 Glenn Morris <rgm@gnu.org>
23675
23676 * subr.el (user-emacs-directory-warning): New option.
23677 (locate-user-emacs-file): Handle non-accessible .emacs.d. (Bug#13930)
23678
23679 2013-05-14 Leo Liu <sdl.web@gmail.com>
23680
23681 * progmodes/octave.el (octave-font-lock-keywords): Fix error
23682 during redisplay.
23683 (octave-goto-function-definition, octave-find-definition): Minor tweaks.
23684 (octave-font-lock-texinfo-comment): Fix invalid search bound
23685 error: wrong side of point.
23686
23687 2013-05-14 Glenn Morris <rgm@gnu.org>
23688
23689 * progmodes/flymake.el (flymake-xml-program): New option.
23690 (flymake-xml-init): Use it.
23691
23692 * term/xterm.el: Provide a feature.
23693
23694 * term/sup-mouse.el: Move to obsolete/. Provide a feature.
23695
23696 2013-05-13 Glenn Morris <rgm@gnu.org>
23697
23698 * cus-dep.el (defcustom-mh, defgroup-mh, defface-mh):
23699 Add compat aliases as a hack workaround. (Bug#14384)
23700
23701 2013-05-13 Leo Liu <sdl.web@gmail.com>
23702
23703 * progmodes/octave.el (octave-indent-comment): Fix indentation for
23704 ###, and %!.
23705 (octave-mode-map): Bind octave-indent-defun to C-c C-q instead of
23706 C-M-q.
23707 (octave-comment-start-skip): Include %!.
23708 (octave-mode): Set comment-start-skip to octave-comment-start-skip.
23709
23710 2013-05-12 Leo Liu <sdl.web@gmail.com>
23711
23712 * progmodes/octave.el (inferior-octave-startup): Store the value
23713 of __octave_srcdir__ for octave-source-directories.
23714 (inferior-octave-check-process): New function refactored out of
23715 inferior-octave-send-list-and-digest.
23716 (octave-source-directories)
23717 (octave-find-definition-filename-function): New variables.
23718 (octave-source-directories)
23719 (octave-find-definition-default-filename): New functions.
23720 (octave-find-definition): Improve to find functions implemented in C++.
23721
23722 2013-05-12 Glenn Morris <rgm@gnu.org>
23723
23724 * calendar/diary-lib.el (diary-outlook-format-1):
23725 Don't include dayname in the output. (Bug#14349)
23726
23727 2013-05-11 Glenn Morris <rgm@gnu.org>
23728
23729 * emacs-lisp/autoload.el (generated-autoload-load-name): Doc fix.
23730
23731 * cus-dep.el (custom-make-dependencies): Only use safe local variables.
23732 Treat cc-provide like provide.
23733
23734 2013-05-11 Kevin Ryde <user42@zip.com.au>
23735
23736 * cus-dep.el (custom-make-dependencies):
23737 Use generated-autoload-load-name for the sake of files such
23738 such cedet/semantic/bovine/c.el, where the base file name
23739 is not in load-path. (Bug#5277)
23740
23741 2013-05-11 Glenn Morris <rgm@gnu.org>
23742
23743 * dos-vars.el, emacs-lisp/cl-indent.el, emulation/tpu-extras.el:
23744 Provide features.
23745
23746 2013-05-11 Leo Liu <sdl.web@gmail.com>
23747
23748 * progmodes/octave.el (octave-indent-comment): Improve.
23749 (octave-eldoc-message-style, octave-eldoc-cache): New variables.
23750 (octave-eldoc-function-signatures, octave-eldoc-function):
23751 New functions.
23752 (octave-mode, inferior-octave-mode): Add eldoc support.
23753
23754 2013-05-11 Richard Stallman <rms@gnu.org>
23755
23756 * epa.el (epa-decrypt-file): Take output file name as argument
23757 and read it using `interactive'.
23758
23759 2013-05-11 Leo Liu <sdl.web@gmail.com>
23760
23761 * progmodes/octave.el (octave-beginning-of-line)
23762 (octave-end-of-line): Check before using up-list because it jumps
23763 out of more syntactic contructs since moving to smie.
23764 (octave-indent-comment): New function.
23765 (octave-mode): Use it in smie-indent-functions. (Bug#14350)
23766 (octave-begin-keywords, octave-end-keywords)
23767 (octave-reserved-words, octave-smie-bnf-table)
23768 (octave-smie-rules): Add new keywords from Octave 3.6.4.
23769
23770 2013-05-11 Glenn Morris <rgm@gnu.org>
23771
23772 * faces.el (internal-face-x-get-resource):
23773 * frame.el (ns-display-monitor-attributes-list):
23774 * calc/calc-aent.el (math-to-radians-2):
23775 * emacs-lisp/package.el (tar-header-name, tar-header-link-type):
23776 Fix declarations.
23777
23778 * calc/calc-menu.el: Make it loadable in isolation.
23779
23780 * net/eudcb-bbdb.el: Make it loadable without bbdb.
23781 (eudc-bbdb-filter-non-matching-record, eudc-bbdb-extract-phones)
23782 (eudc-bbdb-extract-addresses, eudc-bbdb-format-record-as-result)
23783 (eudc-bbdb-query-internal): Require 'bbdb.
23784
23785 * lpr.el (lpr-headers-switches):
23786 * emacs-lisp/testcover.el (testcover-compose-functions): Fix :type.
23787
23788 * progmodes/sql.el (sql-login-params): Fix and improve :type.
23789
23790 * emulation/edt-mapper.el: In batch mode, error rather than hang.
23791
23792 * term.el (term-set-escape-char): Make it idempotent.
23793
23794 2013-05-10 Leo Liu <sdl.web@gmail.com>
23795
23796 * progmodes/octave.el (inferior-octave-completion-table):
23797 No longer a function and all uses changed. Use cache to speed up
23798 completion due to bug#11906.
23799 (octave-beginning-of-defun): Re-write to be more general.
23800
23801 2013-05-10 Glenn Morris <rgm@gnu.org>
23802
23803 * emacs-lisp/cl-macs.el (cl-loop): Doc fix.
23804
23805 2013-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
23806
23807 * comint.el (comint-redirect-send-command-to-process): Use :around
23808 rather than :override for comint-redirect-filter.
23809 (comint-redirect-filter): Add the corresponding `orig-filter' argument.
23810 Call it instead of comint-redirect-original-filter-function (which
23811 is gone). Reported by Juanma Barranquero <lekktu@gmail.com>.
23812
23813 2013-05-09 Jan Djärv <jan.h.d@swipnet.se>
23814
23815 * frame.el (display-monitor-attributes-list): Add NS case.
23816 (ns-display-monitor-attributes-list): Declare.
23817
23818 2013-05-09 Ulrich Mueller <ulm@gentoo.org>
23819
23820 * descr-text.el (describe-char): Fix %d/%x typo. (Bug#14360)
23821
23822 2013-05-09 Glenn Morris <rgm@gnu.org>
23823
23824 * international/fontset.el (vertical-centering-font-regexp):
23825 Set standard-value.
23826
23827 * tar-mode.el (tar-superior-buffer, tar-superior-descriptor): Add doc.
23828
23829 * bookmark.el (bookmark-search-delay):
23830 * cus-start.el (vertical-centering-font-regexp):
23831 * ps-mule.el (ps-mule-font-info-database-default):
23832 * ps-print.el (ps-default-fg, ps-default-bg):
23833 * type-break.el (type-break-good-break-interval):
23834 * whitespace.el (whitespace-indentation-regexp)
23835 (whitespace-space-after-tab-regexp):
23836 * emacs-lisp/testcover.el (testcover-1value-functions)
23837 (testcover-noreturn-functions, testcover-progn-functions)
23838 (testcover-prog1-functions):
23839 * emulation/viper-init.el (viper-emacs-state-cursor-color):
23840 * eshell/em-glob.el (eshell-glob-translate-alist):
23841 * play/tetris.el (tetris-tty-colors):
23842 * progmodes/cpp.el (cpp-face-default-list):
23843 * progmodes/flymake.el (flymake-allowed-file-name-masks):
23844 * progmodes/idlw-help.el (idlwave-help-browser-generic-program)
23845 (idlwave-help-browser-generic-args):
23846 * progmodes/make-mode.el (makefile-special-targets-list):
23847 * progmodes/python.el (python-shell-virtualenv-path):
23848 * progmodes/verilog-mode.el (verilog-active-low-regexp)
23849 (verilog-auto-input-ignore-regexp, verilog-auto-inout-ignore-regexp)
23850 (verilog-auto-output-ignore-regexp, verilog-auto-tieoff-ignore-regexp)
23851 (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp):
23852 * textmodes/reftex-vars.el (reftex-format-label-function):
23853 * textmodes/remember.el (remember-diary-file): Fix custom types.
23854
23855 * jka-cmpr-hook.el (jka-compr-mode-alist-additions): Fix typo.
23856 Add :version.
23857
23858 2013-05-09 Leo Liu <sdl.web@gmail.com>
23859
23860 * progmodes/octave.el (inferior-octave-completion-at-point):
23861 Restore file completion. (Bug#14300)
23862 (inferior-octave-startup): Fix incorrect highlighting for the
23863 first prompt.
23864
23865 2013-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
23866
23867 * progmodes/ruby-mode.el: First cut at SMIE support.
23868 (ruby-use-smie): New var.
23869 (ruby-smie-grammar): New constant.
23870 (ruby-smie--bosp, ruby-smie--implicit-semi-p)
23871 (ruby-smie--forward-token, ruby-smie--backward-token)
23872 (ruby-smie-rules): New functions.
23873 (ruby-mode-variables): Setup SMIE if applicable.
23874
23875 2013-05-08 Eli Zaretskii <eliz@gnu.org>
23876
23877 * simple.el (line-move-visual): Signal beginning/end of buffer
23878 only if vertical-motion moved less than it was requested. Avoids
23879 silly incorrect error messages when there are display strings with
23880 multiple newlines at EOL.
23881
23882 2013-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
23883
23884 * progmodes/vera-mode.el (vera-underscore-is-part-of-word):
23885 * progmodes/prolog.el (prolog-underscore-wordchar-flag)
23886 (prolog-char-quote-workaround):
23887 * progmodes/cperl-mode.el (cperl-under-as-char):
23888 * progmodes/vhdl-mode.el (vhdl-underscore-is-part-of-word):
23889 Mark as obsolete.
23890 (vhdl-mode-syntax-table, vhdl-mode-ext-syntax-table): Initialize in
23891 their declaration.
23892 (vhdl-mode-syntax-table-init): Remove.
23893
23894 * progmodes/m4-mode.el (m4-mode-syntax-table): Add comment on
23895 last change.
23896
23897 * progmodes/ld-script.el (ld-script-mode-syntax-table): Use symbol
23898 syntax for "_".
23899 (ld-script-font-lock-keywords):
23900 Change regexps to use things like \_< and \_>.
23901
23902 * progmodes/f90.el (f90-mode-syntax-table): Use symbol syntax for "_".
23903 Change all regexps to use things like \_< and \_>.
23904
23905 * progmodes/autoconf.el (autoconf-definition-regexp)
23906 (autoconf-font-lock-keywords, autoconf-current-defun-function):
23907 Handle a _ with symbol syntax.
23908 (autoconf-mode): Don't change the syntax-table for imenu and font-lock.
23909
23910 * progmodes/ada-mode.el (ada-mode-abbrev-table):
23911 Consolidate declaration.
23912 (ada-mode-syntax-table, ada-mode-symbol-syntax-table): Initialize in
23913 the declaration.
23914 (ada-create-syntax-table): Remove.
23915 (ada-capitalize-word): Don't mess with the syntax of "_" since it
23916 already has the right syntax nowadays.
23917 (ada-goto-next-word): Don't change the syntax of "_".
23918
23919 * font-lock.el (lisp-font-lock-keywords-2): Don't highlight obsolete
23920 with-wrapper-hook.
23921
23922 2013-05-08 Sam Steingold <sds@gnu.org>
23923
23924 * thingatpt.el (thing-at-point): Accept optional second argument
23925 NO-PROPERTIES to strip the text properties from the return value.
23926 * net/browse-url.el (browse-url-url-at-point): Pass NO-PROPERTIES
23927 to `thing-at-point' instead of stripping the properties ourselves.
23928 Also, when `thing-at-point' fails to find a url, prepend "http://"
23929 to the filename at point on the assumption that the user is
23930 pointing at something like gnu.org/gnu.
23931
23932 2013-05-08 Juanma Barranquero <lekktu@gmail.com>
23933
23934 * emacs-lisp/bytecomp.el (byte-compile-insert-header):
23935 * faces.el (crm-separator):
23936 Silence byte-compiler.
23937
23938 * progmodes/gud.el (gdb-speedbar-auto-raise, gud-tooltip-mode)
23939 (tool-bar-map): Remove unneeded defvars.
23940
23941 2013-05-08 Leo Liu <sdl.web@gmail.com>
23942
23943 Re-work a fix for bug#10994 based on Le Wang's patch.
23944 * ido.el (ido-remove-consecutive-dups): New helper.
23945 (ido-completing-read): Use it.
23946 (ido-chop): Revert fix for bug#10994.
23947
23948 2013-05-08 Adam Spiers <emacs@adamspiers.org>
23949
23950 * cus-edit.el (custom-save-variables):
23951 Pretty-print long values. (Bug#14187)
23952
23953 2013-05-08 Glenn Morris <rgm@gnu.org>
23954
23955 * progmodes/m4-mode.el (m4-program): Assume it is in PATH.
23956 (m4-mode-syntax-table): Init in the defvar.
23957 (m4-mode-abbrev-table): Let define-derived-mode define it.
23958
23959 2013-05-08 Tom Tromey <tromey@redhat.com>
23960
23961 * progmodes/m4-mode.el (m4-mode-syntax-table):
23962 Do not treat "_" as word constituent. (Bug#14167)
23963
23964 2013-05-07 Glenn Morris <rgm@gnu.org>
23965
23966 * eshell/em-hist.el (eshell-isearch-map): Initialize in the defvar.
23967 Remove explicit eshell-isearch-cancel-map.
23968
23969 * progmodes/f90.el (f90-smart-end-names): New option.
23970 (f90-smart-end): Doc fix.
23971 (f90-end-block-optional-name): New constant.
23972 (f90-block-match): Respect f90-smart-end-names.
23973
23974 2013-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
23975
23976 * progmodes/octave.el (octave-smie-forward-token): Be more careful
23977 about implicit semi-colons (bug#14218).
23978
23979 2013-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23980
23981 * frame.el (display-monitor-attributes-list)
23982 (frame-monitor-attributes): New functions.
23983
23984 2013-05-06 Leo Liu <sdl.web@gmail.com>
23985
23986 * progmodes/octave.el (octave-syntax-propertize-function): Change
23987 \'s syntax to escape when inside double-quoted strings. (Bug#14332)
23988 (octave-font-lock-keywords): Use octave-operator-regexp.
23989 (octave-completion-at-point): Rename from
23990 octave-completion-at-point-function.
23991 (inferior-octave-directory-tracker): Robustify.
23992 (octave-text-functions): Remove and fix its uses. No such things
23993 any more.
23994
23995 2013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
23996
23997 * emacs-lisp/trace.el (trace--display-buffer): New function.
23998 (trace-make-advice): Use it.
23999
24000 2013-05-06 Juri Linkov <juri@jurta.org>
24001
24002 * emacs-lisp/lisp-mode.el (eval-defun-2): Doc fix. (Bug#14344)
24003 (eval-defun-2, eval-defun, eval-last-sexp, eval-last-sexp-1):
24004 Doc fix.
24005 (emacs-lisp-mode-map): Replace "minibuffer" with "echo area"
24006 in the help string. (Bug#12985)
24007
24008 2013-05-06 Kelly Dean <kellydeanch@yahoo.com> (tiny change)
24009
24010 * simple.el (shell-command-on-region): Doc fix. (Bug#14279)
24011
24012 2013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
24013
24014 * progmodes/perl-mode.el: Add support for here documents.
24015 (perl-syntax-propertize-function): Match here-doc markers.
24016 (perl-syntax-propertize-special-constructs): Find their end.
24017 (perl-imenu-generic-expression): Use [:alnum:].
24018
24019 * emacs-lisp/nadvice.el (advice--member-p): Return the advice if found.
24020 (advice--add-function): Refresh the advice if already present
24021 (bug#14317).
24022
24023 2013-05-06 Ivan Andrus <darthandrus@gmail.com>
24024
24025 * find-file.el (cc-other-file-alist): Add ".m" for ObjC. (Bug#14339)
24026
24027 2013-05-06 Glenn Morris <rgm@gnu.org>
24028
24029 * w32-fns.el (w32-charset-info-alist): Declare.
24030
24031 * eshell/em-cmpl.el: Simply require pcomplete; eg we use a bunch
24032 of its defcustom properties.
24033 (eshell-cmpl-initialize): No need to load pcomplete.
24034
24035 * generic-x.el: No need to require comint when compiling.
24036
24037 * net/eudc-export.el: Make it loadable without bbdb.
24038 (top-level): Use require rather than load-library.
24039 (eudc-create-bbdb-record, eudc-bbdbify-phone)
24040 (eudc-batch-export-records-to-bbdb)
24041 (eudc-insert-record-at-point-into-bbdb, eudc-try-bbdb-insert):
24042 Require bbdb.
24043
24044 2013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
24045
24046 * progmodes/octave.el (octave-texinfo-font-lock-keywords): Remove.
24047 (octave-font-lock-texinfo-comment): Use texinfo-font-lock-keywords with
24048 some tweaks, instead.
24049
24050 2013-05-05 Leo Liu <sdl.web@gmail.com>
24051
24052 * progmodes/octave.el (octave-font-lock-keywords)
24053 (octave-font-lock-texinfo-comment): Adjust for the byte-compiler.
24054 (inferior-octave-send-list-and-digest): Improve error message.
24055 (octave-mode, inferior-octave-mode): Use setq-local.
24056 (octave-help): Set info-lookup-mode.
24057
24058 2013-05-05 Richard Stallman <rms@gnu.org>
24059
24060 * vc/compare-w.el (compare-windows-whitespace):
24061 Treat no-break space as whitespace.
24062
24063 * mail/rmailsum.el (rmail-summary-rmail-update):
24064 Detect empty summary and don't change selected message.
24065 (rmail-summary-goto-msg): Likewise.
24066
24067 * mail/rmailsum.el (rmail-new-summary, rmail-new-summary-1):
24068 Doc fixes, rename args.
24069
24070 2013-05-05 Alan Mackenzie <acm@muc.de>
24071
24072 * progmodes/cc-defs.el (c-version): Increment to 5.32.5.
24073
24074 2013-05-05 Juri Linkov <juri@jurta.org>
24075
24076 * info.el (Info-read-subfile): Use (point-min) instead of (point)
24077 to not add the length of the summary segment to the return value.
24078 (Bug#14125)
24079
24080 2013-05-05 Leo Liu <sdl.web@gmail.com>
24081
24082 * progmodes/octave.el (inferior-octave-strip-ctrl-g)
24083 (inferior-octave-output-filter): Remove.
24084 (octave-send-region, inferior-octave-startup): Fix callers.
24085 (inferior-octave-mode-map): Don't use comint-dynamic-complete.
24086 (octave-binary-file-extensions): New user variable.
24087 (octave-find-definition): Confirm if opening binary files.
24088 (octave-help-file): Use octave-find-definition to get the binary
24089 confirmation.
24090 (octave-help): Adjust for octave-help-file change.
24091
24092 2013-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
24093
24094 * progmodes/pascal.el (pascal-font-lock-keywords): Use backquotes.
24095 Merge the two entries that handle function definitions.
24096 (pascal--syntax-propertize): New const.
24097 (pascal-mode): Use it. Use setq-local.
24098
24099 2013-05-04 Glenn Morris <rgm@gnu.org>
24100
24101 * calendar/diary-lib.el (diary-from-outlook-function): New variable.
24102 (diary-from-outlook): Respect diary-from-outlook-function.
24103
24104 2013-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
24105
24106 * simple.el (read-expression-map): Use completion-at-point (bug#14255).
24107 Move the declaration from C.
24108 (read-minibuffer, eval-minibuffer): Move from C.
24109 (completion-setup-function): Avoid minibuffer-completion-contents.
24110
24111 2013-05-03 Leo Liu <sdl.web@gmail.com>
24112
24113 * progmodes/octave.el (octave-font-lock-keywords): Do not
24114 dehighlight 'end' in comments or strings.
24115 (octave-completing-read, octave-goto-function-definition):
24116 New helpers.
24117 (octave-help-buffer): New user variable.
24118 (octave-help-file, octave-help-function): New button types.
24119 (octave-help): New command and bind it to C-h ;.
24120 (octave-find-definition): New command and bind it to M-.
24121 (user-error): Alias to error if not defined.
24122
24123 2013-05-02 Leo Liu <sdl.web@gmail.com>
24124
24125 * progmodes/octave.el (octave-mode-syntax-table): Correct syntax
24126 for \. (bug#14332)
24127 (octave-font-lock-keywords): Include [ and {.
24128
24129 2013-05-02 Leo Liu <sdl.web@gmail.com>
24130
24131 * progmodes/octave.el (inferior-octave-startup-file): Change default.
24132 (inferior-octave): Remove calling comint-mode and return the buffer.
24133 (inferior-octave-startup): Cosmetic changes.
24134
24135 2013-05-02 Leo Liu <sdl.web@gmail.com>
24136
24137 * progmodes/octave.el (octave-syntax-propertize-function):
24138 Include the case when ' is at line beginning. (Bug#14336)
24139
24140 2013-05-02 Glenn Morris <rgm@gnu.org>
24141
24142 * vc/vc-dir.el (vc-dir-mode): Don't autoload it for everyone.
24143 * desktop.el (vc-dir-mode): Just autoload it here.
24144
24145 2013-05-02 Alan Mackenzie <acm@muc.de>
24146
24147 Eliminate variable c-standard-font-lock-fontify-region-function.
24148 * progmodes/cc-mode.el
24149 (c-standard-font-lock-fontify-region-function): Remove.
24150 (c-font-lock-fontify-region, c-after-font-lock-init): Adapt.
24151
24152 2013-05-01 Leo Liu <sdl.web@gmail.com>
24153
24154 * progmodes/octave.el: Compatible with older emacs-24 releases.
24155 (inferior-octave-has-built-in-variables): Remove. Built-in
24156 variables were removed from Octave in 2007.
24157 (inferior-octave-startup): Fix uses.
24158 (comint-line-beginning-position): Remove compatibility code for
24159 emacs 21.
24160
24161 2013-05-01 Juri Linkov <juri@jurta.org>
24162
24163 * isearch.el (isearch-forward, isearch-mode): Doc fix. (Bug#13923)
24164
24165 2013-05-01 Juri Linkov <juri@jurta.org>
24166
24167 * comint.el (comint-previous-matching-input): Don't print message
24168 "History item: %d" when `isearch-mode' is active.
24169 (comint-history-isearch-message): Print message "History item: %d"
24170 when `comint-input-ring-index' is not empty and this function is
24171 called from `isearch-update' with a nil `ellipsis'. (Bug#13223)
24172
24173 2013-05-01 Leo Liu <sdl.web@gmail.com>
24174
24175 * progmodes/octave.el (octave-abbrev-table): Remove abbrev
24176 definitions. Use completion-at-point to insert keywords.
24177 (octave-abbrev-start): Remove.
24178 (inferior-octave-mode, octave-mode): Use :abbrev-table instead.
24179
24180 2013-04-30 Leo Liu <sdl.web@gmail.com>
24181
24182 * progmodes/octave.el (inferior-octave-prompt-read-only): Fix last
24183 change.
24184
24185 2013-04-30 Alan Mackenzie <acm@muc.de>
24186
24187 Handle arbitrarily long C++ member initialisation lists.
24188 * progmodes/cc-engine.el (c-back-over-member-initializers):
24189 new function.
24190 (c-guess-basic-syntax): New CASE 5R (extracted from 5B) to handle
24191 (most) member init lists.
24192
24193 2013-04-30 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
24194
24195 * progmodes/octave.el (inferior-octave-prompt-read-only): New user
24196 variable.
24197
24198 2013-04-30 Leo Liu <sdl.web@gmail.com>
24199
24200 * progmodes/octave.el (octave-variables): Remove. No builtin
24201 variables any more. All converted to functions.
24202 (octave-font-lock-keywords, octave-completion-at-point-function):
24203 Fix uses.
24204 (octave-font-lock-texinfo-comment): New user variable.
24205 (octave-texinfo-font-lock-keywords): New variable for texinfo
24206 comment block.
24207 (octave-function-comment-block): New face.
24208 (octave-font-lock-texinfo-comment): New function.
24209 (octave-mode): Font lock texinfo comment block.
24210
24211 2013-04-29 Leo Liu <sdl.web@gmail.com>
24212
24213 * progmodes/octave.el (octave-font-lock-keywords): Handle 'end' in
24214 indexing expression.
24215 (octave-continuation-string): Do not use \.
24216 (inferior-octave-complete-impossible): Remove.
24217 (inferior-octave-completion-table)
24218 (inferior-octave-completion-at-point): Remove its uses.
24219 (inferior-octave-startup): completion_matches was introduced to
24220 Octave in 1996 so safe to assume it.
24221 (octave-function-file-comment): Improve to follow how Octave does it.
24222 (octave-update-function-file-comment): Tweak.
24223
24224 2013-04-29 Leo Liu <sdl.web@gmail.com>
24225
24226 * progmodes/octave.el (inferior-octave-startup-hook): Obsolete.
24227 (inferior-octave-startup): Remove inferior-octave-startup-hook.
24228 (octave-function-file-comment): Fix typo.
24229 (octave-sync-function-file-names): Use read-char-choice.
24230
24231 2013-04-28 Jay Belanger <jay.p.belanger@gmail.com>
24232
24233 * calc/calc.el (math-normalize): Don't set `math-normalize-error'
24234 to t for the less important warnings.
24235
24236 2013-04-27 Darren Hoo <darren.hoo@gmail.com> (tiny change)
24237
24238 * isearch.el (isearch-fail-pos): Check for empty `cmds'. (Bug#14268)
24239
24240 2013-04-27 Glenn Morris <rgm@gnu.org>
24241
24242 * vc/log-view.el (log-view-current-entry):
24243 Treat "---" separator lines as part of the following rev. (Bug#14169)
24244
24245 2013-04-27 Juri Linkov <juri@jurta.org>
24246
24247 * subr.el (read-number): Doc fix about using it by interactive
24248 code letter `n'. (Bug#14254)
24249
24250 2013-04-27 Juri Linkov <juri@jurta.org>
24251
24252 * desktop.el (desktop-auto-save-timeout): New option.
24253 (desktop-file-checksum): New variable.
24254 (desktop-save): Add optional arg `auto-save' and don't auto-save
24255 if nothing changed.
24256 (desktop-auto-save-timer): New variable.
24257 (desktop-auto-save, desktop-auto-save-set-timer): New functions.
24258 (after-init-hook): Call `desktop-auto-save-set-timer'.
24259 Suggested by Reuben Thomas <rrt@sc3d.org> in
24260 <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00327.html>.
24261
24262 2013-04-27 Leo Liu <sdl.web@gmail.com>
24263
24264 * progmodes/octave.el (octave-function-file-p)
24265 (octave-skip-comment-forward, octave-function-file-comment)
24266 (octave-update-function-file-comment): New functions.
24267 (octave-mode-map): Bind C-c ; to
24268 octave-update-function-file-comment.
24269 (octave-mode-menu): Add octave-update-function-file-comment.
24270 (octave-mode, inferior-octave-mode): Fix doc-string.
24271 (octave-insert-defun): Conform to Octave's coding convention.
24272 (Bug#14285)
24273
24274 * files.el (basic-save-buffer): Don't let errors in
24275 before-save-hook prevent saving buffer.
24276
24277 2013-04-20 Roland Winkler <winkler@gnu.org>
24278
24279 * faces.el (read-face-name): Use completing-read if arg multiple
24280 is nil.
24281
24282 2013-04-27 Ingo Lohmar <i.lohmar@gmail.com> (tiny change)
24283
24284 * ls-lisp.el (ls-lisp-insert-directory): If no files are
24285 displayed, move point to after the totals line.
24286 See http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00677.html
24287 for the details.
24288
24289 2013-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
24290
24291 * emacs-lisp/package.el (package-autoload-ensure-default-file):
24292 Add current dir to the load-path.
24293 (package-generate-autoloads): Don't rely on
24294 autoload-ensure-default-file.
24295
24296 2013-04-26 Reuben Thomas <rrt@sc3d.org>
24297
24298 * textmodes/remember.el (remember-store-in-files): Document that
24299 the file name format is passed to `format-time-string'.
24300
24301 2013-04-26 Leo Liu <sdl.web@gmail.com>
24302
24303 * progmodes/octave.el (octave-sync-function-file-names): New function.
24304 (octave-mode): Use it in before-save-hook.
24305
24306 2013-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
24307
24308 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Disable undo
24309 (bug#14274).
24310
24311 * progmodes/octave.el (octave-smie-forward-token): Properly skip
24312 \n and comment, even if it's not an implicit ; (bug#14218).
24313
24314 2013-04-26 Glenn Morris <rgm@gnu.org>
24315
24316 * subr.el (read-number): Once more use `read' rather than
24317 `string-to-number', to trap non-numeric input. (Bug#14254)
24318
24319 2013-04-26 Erik Charlebois <erikcharlebois@gmail.com>
24320
24321 * emacs-lisp/syntax.el (syntax-propertize-multiline):
24322 Use `syntax-multiline' text property consistently instead of
24323 `font-lock-multiline'. (Bug#14237)
24324
24325 2013-04-26 Glenn Morris <rgm@gnu.org>
24326
24327 * emacs-lisp/shadow.el (list-load-path-shadows):
24328 No longer necessary to check for duplicate simple.el, since
24329 2012-07-07 change to init_lread to not include installation lisp
24330 directories in load-path when running uninstalled. (Bug#14270)
24331
24332 2013-04-26 Leo Liu <sdl.web@gmail.com>
24333
24334 * progmodes/octave.el (octave-submit-bug-report): Obsolete.
24335 (octave-mode, inferior-octave-mode): Use setq-local.
24336 (octave-not-in-string-or-comment-p): Rename to
24337 octave-in-string-or-comment-p.
24338 (octave-in-comment-p, octave-in-string-p)
24339 (octave-in-string-or-comment-p): Replace defsubst with defun.
24340
24341 2013-04-25 Paul Eggert <eggert@cs.ucla.edu>
24342
24343 * Makefile.in (distclean): Remove $(lisp)/loaddefs.el~.
24344
24345 2013-04-25 Bastien Guerry <bzg@gnu.org>
24346
24347 * textmodes/remember.el (remember-data-directory)
24348 (remember-directory-file-name-format): Fix custom types.
24349
24350 2013-04-25 Leo Liu <sdl.web@gmail.com>
24351
24352 * progmodes/octave.el (octave-completion-at-point-function):
24353 Make use of inferior octave process.
24354 (octave-initialize-completions): Remove.
24355 (inferior-octave-completion-table): New function.
24356 (inferior-octave-completion-at-point): Use it.
24357 (octave-completion-alist): Remove.
24358
24359 2013-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
24360
24361 * progmodes/opascal.el: Use font-lock and syntax-propertize.
24362 (opascal-mode-syntax-table): New var.
24363 (opascal-literal-kind, opascal-is-literal-end)
24364 (opascal-literal-token-at): Rewrite.
24365 (opascal--literal-start-re, opascal-font-lock-keywords)
24366 (opascal--syntax-propertize): New constants.
24367 (opascal-font-lock-defaults): Adjust.
24368 (opascal-mode): Use them. Set comment-<foo> variables as well.
24369 (delphi-comment-face, opascal-comment-face, delphi-string-face)
24370 (opascal-string-face, delphi-keyword-face, opascal-keyword-face)
24371 (delphi-other-face, opascal-other-face): Remove face variables.
24372 (opascal-save-state): Remove macro.
24373 (opascal-fontifying-progress-step): Remove constant.
24374 (opascal--ignore-changes): Remove var.
24375 (opascal-set-token-property, opascal-parse-next-literal)
24376 (opascal-is-stable-literal, opascal-complete-literal)
24377 (opascal-is-literal-start, opascal-face-of)
24378 (opascal-parse-region, opascal-parse-region-until-stable)
24379 (opascal-fontify-region, opascal-after-change)
24380 (opascal-debug-show-is-stable, opascal-debug-unparse-buffer)
24381 (opascal-debug-parse-region, opascal-debug-parse-window)
24382 (opascal-debug-parse-buffer, opascal-debug-fontify-window)
24383 (opascal-debug-fontify-buffer): Remove.
24384 (opascal-debug-mode-map): Adjust accordingly.
24385
24386 2013-04-25 Leo Liu <sdl.web@gmail.com>
24387
24388 Merge octave-mod.el and octave-inf.el into octave.el with some
24389 cleanups.
24390 * progmodes/octave.el: New file renamed from octave-mod.el.
24391 * progmodes/octave-inf.el: Merged into octave.el.
24392 * progmodes/octave-mod.el: Renamed to octave.el.
24393
24394 2013-04-25 Tassilo Horn <tsdh@gnu.org>
24395
24396 * textmodes/reftex-vars.el
24397 (reftex-label-ignored-macros-and-environments): New defcustom.
24398
24399 * textmodes/reftex-parse.el (reftex-parse-from-file): Use it.
24400
24401 2013-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
24402
24403 * emacs-lisp/smie.el (smie-indent--hanging-p): Don't burp at EOB.
24404 (smie-indent-keyword): Improve the check to ensure that the next
24405 comment is really on the same line.
24406 (smie-indent-comment): Don't align with a subsequent closer (or eob).
24407
24408 * progmodes/octave-mod.el (octave-smie-forward-token): Only emit
24409 semi-colons if the line is not otherwise empty (bug#14218).
24410
24411 2013-04-25 Glenn Morris <rgm@gnu.org>
24412
24413 * vc/vc-bzr.el (vc-bzr-print-log): Tweak LIMIT = 1 case.
24414
24415 2013-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
24416
24417 * progmodes/opascal.el (opascal-set-token-property): Rename from
24418 opascal-set-text-properties and only set `token' (bug#14134).
24419 Suggested by Erik Knowles <eknowles@geosystemsoftware.com>.
24420 (opascal-literal-text-properties): Remove.
24421 (opascal-parse-next-literal, opascal-debug-unparse-buffer):
24422 Adjust callers.
24423
24424 2013-04-24 Reuben Thomas <rrt@sc3d.org>
24425
24426 * textmodes/remember.el (remember-handler-functions): Add an
24427 option for a new handler `remember-store-in-files'.
24428 (remember-data-directory, remember-directory-file-name-format):
24429 New options.
24430 (remember-store-in-files): New function to store remember notes
24431 as separate files within a directory.
24432
24433 2013-04-24 Magnus Henoch <magnus.henoch@gmail.com>
24434
24435 * progmodes/compile.el (compilation-next-error-function):
24436 Pass "formats" to compilation-find-file (bug#11777).
24437
24438 2013-04-24 Glenn Morris <rgm@gnu.org>
24439
24440 * vc/vc-bzr.el (vc-bzr-print-log):
24441 * vc/vc-hg.el (vc-hg-print-log):
24442 * vc/vc-svn.el (vc-svn-print-log):
24443 Fix START-REVISION with LIMIT != 1. (Bug#14168)
24444
24445 * vc/vc-bzr.el (vc-bzr-print-log):
24446 * vc/vc-cvs.el (vc-cvs-print-log):
24447 * vc/vc-git.el (vc-git-print-log):
24448 * vc/vc-hg.el (vc-hg-print-log):
24449 * vc/vc-mtn.el (vc-mtn-print-log):
24450 * vc/vc-rcs.el (vc-rcs-print-log):
24451 * vc/vc-sccs.el (vc-sccs-print-log):
24452 * vc/vc-svn.el (vc-svn-print-log):
24453 * vc/vc.el (vc-print-log-internal): Doc fixes.
24454
24455 2013-04-23 Glenn Morris <rgm@gnu.org>
24456
24457 * startup.el (normal-no-mouse-startup-screen, normal-about-screen):
24458 Remove venerable code attempting to avoid substitute-command-keys.
24459
24460 2013-04-23 Tassilo Horn <tsdh@gnu.org>
24461
24462 * textmodes/reftex-vars.el (reftex-label-regexps):
24463 Call `reftex-compile-variables' after changes to this variable.
24464
24465 2013-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
24466
24467 * jit-lock.el: Fix signals in jit-lock-force-redisplay (bug#13542).
24468 Use lexical-binding.
24469 (jit-lock-force-redisplay): Use markers, check buffer's continued
24470 existence and beware narrowed buffers.
24471 (jit-lock-fontify-now): Adjust call accordingly.
24472
24473 2013-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
24474
24475 * minibuffer.el (minibuffer-completion-contents): Fix obsolescence info
24476 to avoid misleading the user.
24477
24478 2013-04-22 Leo Liu <sdl.web@gmail.com>
24479
24480 * info-look.el: Prefer latex2e.info. (Bug#14240)
24481
24482 2013-04-22 Michael Albinus <michael.albinus@gmx.de>
24483
24484 Fix pack/unpack coding. Reported by David Smith <davidsmith@acm.org>.
24485
24486 * net/tramp-compat.el (tramp-compat-call-process): Move function ...
24487 * net/tramp.el (tramp-call-process): ... here.
24488 (tramp-set-completion-function, tramp-parse-putty):
24489 * net/tramp-adb.el (tramp-adb-execute-adb-command):
24490 * net/tramp-gvfs.el (tramp-gvfs-send-command):
24491 * net/tramp-sh.el (tramp-sh-handle-set-file-times)
24492 (tramp-set-file-uid-gid, tramp-sh-handle-write-region)
24493 (tramp-call-local-coding-command): Use `tramp-call-process'
24494 instead of `tramp-compat-call-process'.
24495
24496 * net/tramp-sh.el (tramp-perl-pack, tramp-perl-unpack): New defconst.
24497 (tramp-local-coding-commands, tramp-remote-coding-commands): Use them.
24498 (tramp-sh-handle-file-local-copy, tramp-sh-handle-write-region)
24499 (tramp-find-inline-compress): Improve traces.
24500 (tramp-maybe-send-script): Check for Perl binary.
24501 (tramp-get-inline-coding): Do not redirect STDOUT for local decoding.
24502
24503 2013-04-22 Daiki Ueno <ueno@gnu.org>
24504
24505 * epg.el (epg-context-pinentry-mode): New function.
24506 (epg-context-set-pinentry-mode): New function.
24507 (epg--start): Pass --pinentry-mode option to gpg command.
24508
24509 2013-04-21 Xue Fuqiao <xfq.free@gmail.com>
24510
24511 * comint.el (comint-dynamic-complete-functions, comint-mode-map):
24512 `comint-dynamic-complete' is obsolete since 24.1, replaced by
24513 `completion-at-point'. (Bug#13774)
24514
24515 * startup.el (normal-no-mouse-startup-screen): Bug fix, the
24516 default key binding for `describe-distribution' has been moved to
24517 `C-h C-o'. (Bug#13970)
24518
24519 2013-04-21 Glenn Morris <rgm@gnu.org>
24520
24521 * vc/vc.el (vc-print-log-setup-buttons, vc-print-log-internal):
24522 Add doc strings.
24523 (vc-print-log): Clarify interactive prompt.
24524
24525 2013-04-20 Glenn Morris <rgm@gnu.org>
24526
24527 * emacs-lisp/bytecomp.el (byte-compile-insert-header):
24528 No longer include timestamp etc information.
24529
24530 2013-04-20 Roland Winkler <winkler@gnu.org>
24531
24532 * faces.el (read-face-name): Bug fix, return just one face if arg
24533 multiple is nil. (Bug#14209)
24534
24535 2013-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
24536
24537 * emacs-lisp/nadvice.el (advice--where-alist): Add :override.
24538 (remove-function): Autoload.
24539
24540 * comint.el (comint-redirect-original-filter-function): Remove.
24541 (comint-redirect-cleanup, comint-redirect-send-command-to-process):
24542 * vc/vc-cvs.el (vc-cvs-annotate-process-filter)
24543 (vc-cvs-annotate-command):
24544 * progmodes/octave-inf.el (inferior-octave-send-list-and-digest):
24545 * progmodes/prolog.el (prolog-consult-compile):
24546 * progmodes/gdb-mi.el (gdb, gdb--check-interpreter):
24547 Use add/remove-function instead.
24548 * progmodes/gud.el (gud-tooltip-original-filter): Remove.
24549 (gud-tooltip-process-output, gud-tooltip-tips):
24550 Use add/remove-function instead.
24551 * progmodes/xscheme.el (xscheme-previous-process-state): Remove.
24552 (scheme-interaction-mode, exit-scheme-interaction-mode):
24553 Use add/remove-function instead.
24554
24555 * vc/vc-dispatcher.el: Use lexical-binding.
24556 (vc--process-sentinel): Rename from vc-process-sentinel.
24557 Change last arg to be the code to run. Don't use vc-previous-sentinel
24558 and vc-sentinel-commands any more.
24559 (vc-exec-after): Allow code to be a function. Use add/remove-function.
24560 (compilation-error-regexp-alist, view-old-buffer-read-only): Declare.
24561
24562 2013-04-19 Masatake YAMATO <yamato@redhat.com>
24563
24564 * progmodes/sh-script.el (sh-imenu-generic-expression):
24565 Handle function names with a single character. (Bug#14111)
24566
24567 2013-04-19 Dima Kogan <dima@secretsauce.net> (tiny change)
24568
24569 * progmodes/gud.el (gud-perldb-marker-filter): Understand position info
24570 for subroutines defined in an eval (bug#14182).
24571
24572 2013-04-19 Thierry Volpiatto <thierry.volpiatto@gmail.com>
24573
24574 * bookmark.el (bookmark-completing-read): Improve handling of empty
24575 string (bug#14176).
24576
24577 2013-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
24578
24579 * vc/vc-dispatcher.el (vc-do-command): Get rid of default sentinel msg.
24580
24581 2013-04-19 Fabián Ezequiel Gallina <fgallina@gnu.org>
24582
24583 New faster Imenu implementation (bug#14058).
24584 * progmodes/python.el (python-imenu-prev-index-position)
24585 (python-imenu-format-item-label-function)
24586 (python-imenu-format-parent-item-label-function)
24587 (python-imenu-format-parent-item-jump-label-function):
24588 New vars.
24589 (python-imenu-format-item-label)
24590 (python-imenu-format-parent-item-label)
24591 (python-imenu-format-parent-item-jump-label)
24592 (python-imenu--put-parent, python-imenu--build-tree)
24593 (python-imenu-create-index, python-imenu-create-flat-index)
24594 (python-util-popn): New functions.
24595 (python-mode): Set imenu-create-index-function to
24596 python-imenu-create-index.
24597
24598 2013-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
24599
24600 * winner.el (winner-active-region): Use region-active-p, activate-mark
24601 and deactivate-mark (bug#14225).
24602
24603 * simple.el (deactivate-mark): Don't inline it.
24604
24605 2013-04-18 Michael Albinus <michael.albinus@gmx.de>
24606
24607 * net/tramp-sh.el (tramp-remote-process-environment): Add "TMOUT=0".
24608
24609 2013-04-18 Tassilo Horn <tsdh@gnu.org>
24610
24611 * files.el (auto-mode-alist): Delete OpenDocument and StarOffice
24612 file extensions from the archive-mode entry in order to prefer
24613 doc-view-mode-maybe with archive-mode as fallback (bug#14188).
24614
24615 2013-04-18 Leo Liu <sdl.web@gmail.com>
24616
24617 * bindings.el (help-event-list): Add ?\?.
24618
24619 2013-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
24620
24621 * subr.el (with-wrapper-hook): Declare obsolete.
24622 * simple.el (filter-buffer-substring-function): New hook.
24623 (filter-buffer-substring): Use it.
24624 (filter-buffer-substring-functions): Mark obsolete.
24625 * minibuffer.el (completion-in-region-function): New hook.
24626 (completion-in-region): Use it.
24627 (completion-in-region-functions): Mark obsolete.
24628 * mail/mailabbrev.el (mail-abbrevs-setup): Use abbrev-expand-function.
24629 * abbrev.el (abbrev-expand-function): New hook.
24630 (expand-abbrev): Use it.
24631 (abbrev-expand-functions): Mark obsolete.
24632 * emacs-lisp/nadvice.el (advice--where-alist): Add :filter-args
24633 and :filter-return.
24634
24635 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
24636
24637 * progmodes/python.el (python-nav--syntactically): Fix cornercases
24638 and do not care about match data.
24639
24640 2013-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
24641
24642 * emacs-lisp/lisp.el (lisp-completion-at-point): Provide specialized
24643 completion tables when completing error conditions and
24644 `declare' arguments.
24645 (lisp-complete-symbol, field-complete): Mark as obsolete.
24646 (check-parens): Unmatched parens are user errors.
24647 * minibuffer.el (minibuffer-completion-contents): Mark as obsolete.
24648
24649 2013-04-17 Michal Nazarewicz <mina86@mina86.com>
24650
24651 * textmodes/flyspell.el (flyspell-check-pre-word-p): Return nil if
24652 command changed buffer (ie. `flyspell-pre-buffer' is not current
24653 buffer), which prevents making decisions based on invalid value of
24654 `flyspell-pre-point' in the wrong buffer. Most notably, this used to
24655 cause an error when `flyspell-pre-point' was nil after switching
24656 buffers.
24657 (flyspell-post-command-hook): No longer needs to change buffers when
24658 checking pre-word. While at it remove unnecessary progn.
24659
24660 2013-04-17 Nicolas Richard <theonewiththeevillook@yahoo.fr> (tiny change)
24661
24662 * textmodes/ispell.el (ispell-add-per-file-word-list):
24663 Fix `flyspell-correct-word-before-point' error when accepting
24664 words and `coment-padding' is an integer by using
24665 `comment-normalize-vars' (Bug #14214).
24666
24667 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
24668
24669 New defun movement commands.
24670 * progmodes/python.el (python-nav--syntactically)
24671 (python-nav--forward-defun, python-nav-backward-defun)
24672 (python-nav-forward-defun): New functions.
24673
24674 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
24675
24676 * progmodes/python.el (python-syntax--context-compiler-macro): New defun.
24677 (python-syntax-context): Use named compiler-macro for backwards
24678 compatibility with Emacs 24.x.
24679
24680 2013-04-17 Leo Liu <sdl.web@gmail.com>
24681
24682 * progmodes/octave-mod.el (octave-mode-map): Fix key binding to
24683 octave-hide-process-buffer.
24684
24685 2013-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
24686
24687 * vc/vc-hg.el (vc-hg-annotate-re): Disallow ": " in file names
24688 (bug#14216).
24689
24690 2013-04-17 Jean-Philippe Gravel <jpgravel@gmail.com>
24691
24692 * progmodes/gdb-mi.el (gdbmi-bnf-incomplete-record-result):
24693 Fix adjustment of offset when receiving incomplete responses from GDB
24694 (bug#14129).
24695
24696 2013-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
24697
24698 * progmodes/python.el (python-mode-skeleton-abbrev-table): Rename from
24699 python-mode-abbrev-table.
24700 (python-skeleton-define): Adjust accordingly.
24701 (python-mode-abbrev-table): New table that inherits from it so that
24702 python-skeleton-autoinsert does not affect non-skeleton abbrevs.
24703
24704 * abbrev.el (abbrev--symbol): New function, extracted from abbrev-symbol.
24705 (abbrev-symbol): Use it.
24706 (abbrev--before-point): Use it since we already handle inheritance.
24707
24708 2013-04-16 Leo Liu <sdl.web@gmail.com>
24709
24710 * progmodes/octave-mod.el (octave-mode-map): Remove redundant key
24711 binding to info-lookup-symbol.
24712
24713 2013-04-16 Juanma Barranquero <lekktu@gmail.com>
24714
24715 * minibuffer.el (completion--twq-all):
24716 * term/ns-win.el (ns-initialize-window-system):
24717 * term/w32-win.el (w32-initialize-window-system): Silence byte-compiler.
24718
24719 2013-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
24720
24721 * emacs-lisp/nadvice.el (add-function): Default simple vars to their
24722 global bindings.
24723
24724 * doc-view.el (doc-view-start-process): Handle url-handler directories.
24725
24726 2013-04-15 Dmitry Gutov <dgutov@yandex.ru>
24727
24728 * progmodes/ruby-mode.el (ruby-beginning-of-defun)
24729 (ruby-end-of-defun, ruby-move-to-block): Bind `case-fold-search'
24730 to nil.
24731 (ruby-end-of-defun): Remove the unused arg, change the docstring
24732 to reflect that this function is only used as the value of
24733 `end-of-defun-function'.
24734 (ruby-beginning-of-defun): Remove "top-level" from the docstring,
24735 to reflect an earlier change that beginning/end-of-defun functions
24736 jump between methods in a class definition, as well as top-level
24737 functions.
24738
24739 2013-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
24740
24741 * minibuffer.el (minibuffer-complete): Don't just scroll
24742 a *Completions* that's been iconified.
24743 (minibuffer-force-complete): Make sure repetitions do cycle when going
24744 through completion-in-region -> minibuffer-complete.
24745
24746 2013-04-15 Alan Mackenzie <acm@muc.de>
24747
24748 Correct the placement of c-cpp-delimiters when there're #s not at
24749 col 0.
24750
24751 * progmodes/cc-langs.el (c-anchored-cpp-prefix): Reformulate and
24752 place a submatch around the #.
24753 * progmodes/cc-mode.el(c-neutralize-syntax-in-and-mark-CPP):
24754 Start a search at BOL. Put the c-cpp-delimiter category text propertiy
24755 on the #, not BOL.
24756
24757 2013-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
24758
24759 * emacs-lisp/nadvice.el: Properly test names when adding advice.
24760 (advice--member-p): New arg `name'.
24761 (advice--add-function, advice-member-p): Use it (bug#14202).
24762
24763 2013-04-15 Filipp Gunbin <fgunbin@fastmail.fm>
24764
24765 Reformulate java imenu-generic-expression.
24766 The old expression contained ill formed regexps.
24767
24768 * progmodes/cc-menus.el (cc-imenu-java-ellipsis-regexp)
24769 (cc-imenu-java-type-spec-regexp, cc-imenu-java-comment-regexp)
24770 (cc-imenu-java-method-arg-regexp): New defconsts.
24771 (cc-imenu-java-build-type-args-regex): New defun.
24772 (cc-imenu-java-generic-expression): Fix, to remove "ambiguous"
24773 handling of spaces in the regexp.
24774
24775 2013-03-15 Agustín Martín Domingo <agustin.martin@hispalinux.es>
24776
24777 * textmodes/ispell.el (ispell-command-loop): Remove
24778 flyspell highlight of a word when ispell accepts it (bug #14178).
24779
24780 2013-04-15 Michael Albinus <michael.albinus@gmx.de>
24781
24782 * net/ange-ftp.el (ange-ftp-run-real-handler-orig): New defun,
24783 uses code from the previous `ange-ftp-run-real-handler'.
24784 (ange-ftp-run-real-handler): Set it to `tramp-run-real-handler'
24785 only in case that function exist. This is needed for proper
24786 unloading of Tramp.
24787
24788 2013-04-15 Tassilo Horn <tsdh@gnu.org>
24789
24790 * textmodes/reftex-vars.el (reftex-label-regexps): New defcustom.
24791
24792 * textmodes/reftex.el (reftex-compile-variables): Use it.
24793
24794 2013-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
24795
24796 * files.el (normal-mode): Only use default major-mode if no other mode
24797 was specified.
24798
24799 * emacs-lisp/trace.el (trace-values): New function.
24800
24801 * files.el: Allow : in local variables (bug#14089).
24802 (hack-local-variable-regexp): New var.
24803 (hack-local-variables-prop-line, hack-local-variables): Use it.
24804
24805 2013-04-13 Roland Winkler <winkler@gnu.org>
24806
24807 * textmodes/bibtex.el (bibtex-search-entries): Bug fix. Use match
24808 data before it gets modified by bibtex-beginning-of-entry.
24809
24810 2013-04-13 Roland Winkler <winkler@gnu.org>
24811
24812 * textmodes/bibtex.el (bibtex-url): Doc fix.
24813
24814 2013-04-13 Roland Winkler <winkler@gnu.org>
24815
24816 * textmodes/bibtex.el (bibtex-initialize): If the current buffer
24817 does not visit a BibTeX file, exclude it from the list of buffers
24818 returned by bibtex-initialize.
24819
24820 2013-04-13 Stephen Berman <stephen.berman@gmx.net>
24821
24822 * window.el (split-window): Remove interactive form, since as a
24823 command this function is a special case of split-window-below.
24824 Correct doc string.
24825
24826 2013-04-12 Roland Winkler <winkler@gnu.org>
24827
24828 * faces.el (read-face-name): Do not override value of arg default.
24829 Allow single faces and strings as default values. Remove those
24830 elements from return value that are not faces.
24831 (describe-face): Simplify.
24832 (face-at-point): New optional args thing and multiple so that this
24833 function can provide the same functionality previously provided by
24834 read-face-name.
24835 (make-face-bold, make-face-unbold, make-face-italic)
24836 (make-face-unitalic, make-face-bold-italic, invert-face)
24837 (modify-face, read-face-and-attribute): Use face-at-point.
24838
24839 * cus-edit.el (customize-face, customize-face-other-window)
24840 * cus-theme.el (custom-theme-add-face)
24841 * face-remap.el (buffer-face-set)
24842 * facemenu.el (facemenu-set-face): Use face-at-point.
24843
24844 2013-04-12 Michael Albinus <michael.albinus@gmx.de>
24845
24846 * info.el (Info-file-list-for-emacs): Add "tramp" and "dbus".
24847
24848 2013-04-10 Tassilo Horn <tsdh@gnu.org>
24849
24850 * textmodes/reftex-cite.el (reftex-parse-bibtex-entry): Don't cut
24851 off leading { and trailing } from field values.
24852
24853 2013-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
24854
24855 * emacs-lisp/timer.el (timer--check): New function.
24856 (timer--time, timer-set-function, timer-event-handler): Use it.
24857 (timer-set-idle-time): Simplify.
24858 (timer--activate): CSE.
24859 (timer-event-handler): Give more info in error message.
24860 (internal-timer-start-idle): New function, moved from C.
24861
24862 * mpc.el (mpc-proc): Add `restart' argument.
24863 (mpc-proc-cmd): Use it.
24864 (mpc--status-timer-run): Also catch signals from `mpc-proc'.
24865 (mpc-status-buffer-show, mpc-tagbrowser-dir-toggle): Call `mpc-proc'
24866 less often.
24867
24868 2013-04-10 Masatake YAMATO <yamato@redhat.com>
24869
24870 * progmodes/sh-script.el: Implement `sh-mode' own
24871 `add-log-current-defun-function' (bug#14112).
24872 (sh-current-defun-name): New function.
24873 (sh-mode): Use the function.
24874
24875 2013-04-09 Bastien Guerry <bzg@gnu.org>
24876
24877 * simple.el (choose-completion-string): Fix docstring (bug#14163).
24878
24879 2013-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
24880
24881 * emacs-lisp/edebug.el (edebug-mode): Fix typo (bug#14144).
24882
24883 * emacs-lisp/timer.el (timer-event-handler): Don't retrigger a canceled
24884 timer (bug#14156).
24885
24886 2013-04-07 Nic Ferrier <nferrier@ferrier.me.uk>
24887
24888 * emacs-lisp/ert.el (should, should-not, should-error): Add edebug
24889 declaration.
24890
24891 2013-04-07 Leo Liu <sdl.web@gmail.com>
24892
24893 * pcmpl-x.el: New file.
24894
24895 2013-04-06 Dmitry Antipov <dmantipov@yandex.ru>
24896
24897 Do not set x-display-name until X connection is established.
24898 This is needed to prevent from weird situation described at
24899 <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00212.html>.
24900 * frame.el (make-frame): Set x-display-name after call to
24901 window system initialization function, not before.
24902 * term/x-win.el (x-initialize-window-system): Add optional
24903 display argument and use it.
24904 * term/w32-win.el (w32-initialize-window-system):
24905 * term/ns-win.el (ns-initialize-window-system):
24906 * term/pc-win.el (msdos-initialize-window-system):
24907 Add compatible optional display argument.
24908
24909 2013-04-06 Eli Zaretskii <eliz@gnu.org>
24910
24911 * files.el (normal-backup-enable-predicate): On MS-Windows and
24912 MS-DOS compare truenames of temporary-file-directory and of the
24913 file, so that 8+3 aliases (usually found in $TEMP on Windows)
24914 don't fail comparison by compare-strings. Also, compare file
24915 names case-insensitively on MS-Windows and MS-DOS.
24916
24917 2013-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
24918
24919 * emacs-lisp/package.el (package-compute-transaction): Fix last fix.
24920 Suggested by Donald Curtis <dcurtis@coe.edu> (bug#14082).
24921
24922 2013-04-05 Dmitry Gutov <dgutov@yandex.ru>
24923
24924 * whitespace.el (whitespace-color-on, whitespace-color-off):
24925 Only call `font-lock-fontify-buffer' when `font-lock-mode' is on.
24926
24927 2013-04-05 Jacek Chrząszcz <chrzaszcz@mimuw.edu.pl> (tiny change)
24928
24929 * ispell.el (ispell-set-spellchecker-params):
24930 Really set `ispell-args' for all equivs.
24931
24932 2013-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
24933
24934 * ido.el (ido-completions): Use extra elements of ido-decorations
24935 (bug#14143).
24936 (ido-decorations): Update docstring.
24937
24938 2013-04-05 Michael Albinus <michael.albinus@gmx.de>
24939
24940 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
24941 (global-auto-revert-mode): Let-bind `auto-revert-use-notify' to
24942 nil during initialization, in order not to miss changes since the
24943 file was opened. (Bug#14140)
24944
24945 2013-04-05 Leo Liu <sdl.web@gmail.com>
24946
24947 * kmacro.el (kmacro-call-macro): Fix bug#14135.
24948
24949 2013-04-05 Jay Belanger <jay.p.belanger@gmail.com>
24950
24951 * calc/calc-units.el (calc-convert-units): Rewrite conditional.
24952
24953 2013-04-04 Glenn Morris <rgm@gnu.org>
24954
24955 * electric.el (electric-pair-inhibit-predicate): Add :version.
24956
24957 2013-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
24958
24959 * emacs-lisp/package.el (package-compute-transaction): Fix ordering
24960 when a package is required several times (bug#14082).
24961
24962 2013-04-04 Roland Winkler <winkler@gnu.org>
24963
24964 * faces.el (read-face-name): Behave as promised by the docstring.
24965 Assume that arg default is a list of faces.
24966 (describe-face): Call read-face-name with list of default faces.
24967
24968 2013-04-04 Thierry Volpiatto <thierry.volpiatto@gmail.com>
24969
24970 * bookmark.el: Fix deletion of bookmarks (bug#13972).
24971 (bookmark-bmenu-list): Don't toggle filenames if alist is empty.
24972 (bookmark-bmenu-execute-deletions): Only skip first line if it's
24973 the header.
24974 (bookmark-exit-hook-internal): Save even if list is empty.
24975
24976 2013-04-04 Yann Hodique <yann.hodique@gmail.com> (tiny change)
24977
24978 * emacs-lisp/package.el (package-pinned-packages): New var.
24979 (package--add-to-archive-contents): Obey it (bug#14118).
24980
24981 2013-04-03 Alan Mackenzie <acm@muc.de>
24982
24983 Handle `parse-partial-sexp' landing inside a comment opener (Bug#13244).
24984 Also adapt to the new values of element 7 of a parse state.
24985
24986 * progmodes/cc-engine.el (c-state-pp-to-literal): New optional
24987 parameter `not-in-delimiter'. Handle being inside comment opener.
24988 (c-invalidate-state-cache-1): Reckon with an extra "invalid"
24989 character in case we're typing a '*' after a '/'.
24990 (c-literal-limits): Handle the awkward "not-in-delimiter" cond arm
24991 instead by passing the parameter to c-state-pp-to-literal.
24992
24993 * progmodes/cc-fonts.el (c-font-lock-doc-comments): New handling
24994 for elt. 7 of a parse state.
24995
24996 2013-04-01 Paul Eggert <eggert@cs.ucla.edu>
24997
24998 Use UTF-8 for most files with non-ASCII characters (Bug#13936).
24999 * international/latin1-disp.el, international/mule-util.el:
25000 * language/cyril-util.el, language/european.el, language/ind-util.el:
25001 * language/lao-util.el, language/thai.el, language/tibet-util.el:
25002 * language/tibetan.el, language/viet-util.el:
25003 Switch from iso-2022-7bit to utf-8 or (if needed) utf-8-emacs.
25004
25005 2013-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
25006
25007 * electric.el (electric-pair-inhibit-predicate): New var (bug#14000).
25008 (electric-pair-post-self-insert-function): Use it.
25009 (electric-pair-default-inhibit): New function, extracted from
25010 electric-pair-post-self-insert-function.
25011
25012 2013-03-31 Roland Winkler <winkler@gnu.org>
25013
25014 * emacs-lisp/crm.el (completing-read-multiple): Doc fix.
25015
25016 2013-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
25017
25018 * hi-lock.el (hi-lock-mode): Cleanup after revert-buffer (bug#13891).
25019
25020 2013-03-30 Fabián Ezequiel Gallina <fabian@anue.biz>
25021
25022 Un-indent after "pass" and "return" statements (Bug#13888)
25023 * progmodes/python.el (python-indent-block-enders): New var.
25024 (python-indent-calculate-indentation): Use it.
25025
25026 2013-03-30 Michael Albinus <michael.albinus@gmx.de>
25027
25028 * net/tramp.el (tramp-drop-volume-letter): Make it an ordinary
25029 defun. Defining it as defalias could introduce too eager
25030 byte-compiler optimization. (Bug#14030)
25031
25032 2013-03-30 Chong Yidong <cyd@gnu.org>
25033
25034 * iswitchb.el (iswitchb-read-buffer): Fix typo.
25035
25036 2013-03-30 Leo Liu <sdl.web@gmail.com>
25037
25038 * kmacro.el (kmacro-call-macro): Add optional arg MACRO.
25039 (kmacro-execute-from-register): Pass the keyboard macro to
25040 kmacro-call-macro or repeating won't work correctly.
25041
25042 2013-03-30 Teodor Zlatanov <tzz@lifelogs.com>
25043
25044 * progmodes/subword.el: Back to using `forward-symbol'.
25045
25046 * subr.el (forward-whitespace, forward-symbol)
25047 (forward-same-syntax): Move from thingatpt.el.
25048
25049 2013-03-29 Leo Liu <sdl.web@gmail.com>
25050
25051 * kmacro.el (kmacro-to-register): New command.
25052 (kmacro-execute-from-register): New function.
25053 (kmacro-keymap): Bind to 'x'. (Bug#14071)
25054
25055 2013-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
25056
25057 * mpc.el: Use defvar-local and setq-local.
25058 (mpc--proc-connect): Connection failures are not bugs.
25059 (mpc-mode-map): `follow-link' only applies to the buffer's content.
25060 (mpc-volume-map): Bind to the up-events.
25061
25062 2013-03-29 Teodor Zlatanov <tzz@lifelogs.com>
25063
25064 * progmodes/subword.el (superword-mode): Use `forward-sexp'
25065 instead of `forward-symbol'.
25066
25067 2013-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
25068
25069 * emacs-lisp/edebug.el (edebug-mode): Make it a minor mode.
25070 (edebug--recursive-edit): Use it.
25071 (edebug-kill-buffer): Don't let-bind kill-buffer-hook.
25072 (edebug-temp-display-freq-count): Don't let-bind buffer-read-only.
25073
25074 2013-03-28 Leo Liu <sdl.web@gmail.com>
25075
25076 * vc/vc-bzr.el (vc-bzr-revert): Don't backup. (Bug#14066)
25077
25078 2013-03-27 Eli Zaretskii <eliz@gnu.org>
25079
25080 * facemenu.el (list-colors-callback): New defvar.
25081 (list-colors-redisplay): New function.
25082 (list-colors-display): Install list-colors-redisplay as the
25083 revert-buffer-function. (Bug#14063)
25084
25085 2013-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
25086
25087 * minibuffer.el (completion-pcm--merge-completions): Make sure prefixes
25088 and suffixes don't overlap (bug#14061).
25089
25090 * case-table.el: Use lexical-binding.
25091 (case-table-get-table): New function.
25092 (get-upcase-table): Use it. Mark as obsolete. Adjust callers.
25093
25094 2013-03-27 Teodor Zlatanov <tzz@lifelogs.com>
25095
25096 * progmodes/subword.el: Add `superword-mode' to do word motion
25097 over symbol_words (parallels and leverages `subword-mode' which
25098 does word motion inside MixedCaseWords).
25099
25100 2013-03-27 Aidan Gauland <aidalgol@no8wireless.co.nz>
25101
25102 * eshell/em-unix.el: Move su and sudo to...
25103 * eshell/em-tramp.el: ...Eshell tramp module.
25104
25105 2013-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
25106
25107 * desktop.el (desktop--v2s): Rename from desktop-internal-v2s.
25108 Change return value to be a sexp. Delay `get-buffer' to after
25109 restoring the desktop (bug#13951).
25110
25111 2013-03-26 Leo Liu <sdl.web@gmail.com>
25112
25113 * register.el: Move semantic tag handling back to
25114 cedet/semantic/senator.el. (Bug#14052)
25115
25116 2013-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
25117
25118 * eshell/em-prompt.el (eshell-emit-prompt): Make sure we can't insert
25119 into the prompt either (bug#13963).
25120
25121 2013-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
25122
25123 * font-lock.el (lisp-font-lock-keywords-2): Don't highlight the "error"
25124 part of "(error-foo)".
25125
25126 2013-03-24 Juri Linkov <juri@jurta.org>
25127
25128 * replace.el (list-matching-lines-prefix-face): New defcustom.
25129 (occur-1): Pass `list-matching-lines-prefix-face' to the function
25130 `occur-engine' if `face-differs-from-default-p' returns t.
25131 (occur-engine): Add `,' inside backquote construct to evaluate
25132 `prefix-face'. Propertize the prefix with the `prefix-face' face.
25133 Pass `prefix-face' to the functions `occur-context-lines' and
25134 `occur-engine-add-prefix'.
25135 (occur-engine-add-prefix, occur-context-lines): Add optional arg
25136 `prefix-face' and propertize the prefix with `prefix-face'.
25137 (Bug#14017)
25138
25139 2013-03-24 Leo Liu <sdl.web@gmail.com>
25140
25141 * nxml/rng-valid.el (rng-validate-while-idle)
25142 (rng-validate-quick-while-idle): Guard against deleted buffer.
25143 (Bug#13999)
25144
25145 * emacs-lisp/edebug.el (edebug-mode): Make sure edebug-kill-buffer
25146 is the last entry in kill-buffer-hook.
25147
25148 * files.el (kill-buffer-hook): Doc fix.
25149
25150 2013-03-23 Dmitry Gutov <dgutov@yandex.ru>
25151
25152 * emacs-lisp/lisp-mode.el (emacs-lisp-docstring-fill-column):
25153 Make it safe-local.
25154
25155 * vc/diff-mode.el (diff-mode-shared-map): Unbind "/" (Bug#14034).
25156
25157 2013-03-23 Leo Liu <sdl.web@gmail.com>
25158
25159 * nxml/nxml-util.el (nxml-with-unmodifying-text-property-changes):
25160 Remove.
25161
25162 * nxml/rng-valid.el (rng-validate-mode)
25163 (rng-after-change-function, rng-do-some-validation):
25164 * nxml/rng-maint.el (rng-validate-buffer):
25165 * nxml/nxml-rap.el (nxml-tokenize-forward, nxml-ensure-scan-up-to-date):
25166 * nxml/nxml-outln.el (nxml-show-all, nxml-set-outline-state):
25167 * nxml/nxml-mode.el (nxml-mode, nxml-degrade, nxml-after-change)
25168 (nxml-extend-after-change-region): Use with-silent-modifications.
25169
25170 * nxml/rng-nxml.el (rng-set-state-after): Do not let-bind
25171 timer-idle-list.
25172
25173 * nxml/rng-valid.el (rng-validate-while-idle-continue-p)
25174 (rng-next-error-1, rng-previous-error-1): Do not let-bind
25175 timer-idle-list. (Bug#13999)
25176
25177 2013-03-23 Juri Linkov <juri@jurta.org>
25178
25179 * info.el (info-index-match): New face.
25180 (Info-index, Info-apropos-matches): Add a nested subgroup to the
25181 main pattern and add text properties with the new face to matches
25182 in index entries relative to the beginning of the index entry.
25183 (Bug#14015)
25184
25185 2013-03-21 Eric Ludlam <zappo@gnu.org>
25186
25187 * emacs-lisp/eieio-datadebug.el (data-debug/eieio-insert-slots):
25188 Inhibit read only while inserting objects.
25189
25190 2013-03-22 Teodor Zlatanov <tzz@lifelogs.com>
25191
25192 * progmodes/cfengine.el: Update docs to mention
25193 `cfengine-auto-mode'. Use \_> and \_< instead of \> and \< for
25194 symbol motion. Remove "_" from the word syntax.
25195
25196 2013-03-21 Teodor Zlatanov <tzz@lifelogs.com>
25197
25198 * progmodes/cfengine.el (cfengine-common-syntax): Add "_" to word
25199 syntax for both `cfengine2-mode' and `cfengine3-mode'.
25200
25201 2013-03-20 Juri Linkov <juri@jurta.org>
25202
25203 * info.el (Info-next-reference-or-link)
25204 (Info-prev-reference-or-link): New functions.
25205 (Info-next-reference, Info-prev-reference): Use them.
25206 (Info-try-follow-nearest-node): Handle footnote navigation.
25207 (Info-fontify-node): Fontify footnotes. (Bug#13989)
25208
25209 2013-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
25210
25211 * subr.el (posn-point, posn-string): Fix it here instead (bug#13979).
25212 * mouse.el (mouse-on-link-p): Undo scroll-bar fix.
25213
25214 2013-03-20 Paul Eggert <eggert@cs.ucla.edu>
25215
25216 Suppress unnecessary non-ASCII chatter during build process.
25217 * international/ja-dic-cnv.el (skkdic-collect-okuri-nasi)
25218 (batch-skkdic-convert): Suppress most of the chatter.
25219 It's not needed so much now that machines are faster,
25220 and its non-ASCII component was confusing; see Dmitry Gutov in
25221 <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00508.html>.
25222
25223 2013-03-20 Leo Liu <sdl.web@gmail.com>
25224
25225 * ido.el (ido-chop): Fix bug#10994.
25226
25227 2013-03-19 Dmitry Gutov <dgutov@yandex.ru>
25228
25229 * whitespace.el (whitespace-font-lock, whitespace-font-lock-mode):
25230 Remove vars.
25231 (whitespace-color-on, whitespace-color-off):
25232 Use `font-lock-fontify-buffer' (Bug#13817).
25233
25234 2013-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
25235
25236 * mouse.el (mouse--down-1-maybe-follows-link): Fix follow-link
25237 remapping in mode-line.
25238 (mouse-on-link-p): Also check [mode-line follow-link] bindings.
25239
25240 2013-03-19 Dmitry Gutov <dgutov@yandex.ru>
25241
25242 * whitespace.el (whitespace-color-on): Use `prepend' OVERRIDE
25243 value for `whitespace-line' face (Bug#13875).
25244 (whitespace-font-lock-keywords): Change description.
25245 (whitespace-color-on): Don't save `font-lock-keywords' value, save
25246 the constructed keywords instead.
25247 (whitespace-color-off): Use `font-lock-remove-keywords' (Bug#13817).
25248
25249 2013-03-19 Leo Liu <sdl.web@gmail.com>
25250
25251 * progmodes/compile.el (compilation-display-error): New command.
25252 (compilation-mode-map, compilation-minor-mode-map): Bind it to
25253 C-o. (Bug#13992)
25254
25255 2013-03-18 Paul Eggert <eggert@cs.ucla.edu>
25256
25257 * term/x-win.el (x-keysym-pair): Add a Fixme (Bug#13936).
25258
25259 2013-03-18 Jan Djärv <jan.h.d@swipnet.se>
25260
25261 * mouse.el (mouse-on-link-p): Check for scroll bar (Bug#13979).
25262
25263 2013-03-18 Michael Albinus <michael.albinus@gmx.de>
25264
25265 * net/tramp-compat.el (tramp-compat-user-error): New defun.
25266
25267 * net/tramp-adb.el (tramp-adb-handle-shell-command):
25268 * net/tramp-gvfs.el (top):
25269 * net/tramp.el (tramp-find-method, tramp-dissect-file-name)
25270 (tramp-handle-shell-command): Use it.
25271 (tramp-dissect-file-name): Raise an error when hostname is a
25272 method name, and neither method nor user is specified.
25273
25274 * net/trampver.el: Update release number.
25275
25276 2013-03-18 Leo Liu <sdl.web@gmail.com>
25277
25278 Make sure eldoc can be turned off properly.
25279 * emacs-lisp/eldoc.el (eldoc-schedule-timer): Conditionalize on
25280 eldoc-mode.
25281 (eldoc-display-message-p): Revert last change.
25282 (eldoc-display-message-no-interference-p)
25283 (eldoc-print-current-symbol-info): Tweak.
25284
25285 2013-03-18 Tassilo Horn <tsdh@gnu.org>
25286
25287 * doc-view.el (doc-view-new-window-function): Check the new window
25288 overlay's display property instead the char property of the
25289 buffer's first char. Use `with-selected-window' instead of
25290 `save-window-excursion' with `select-window'.
25291 (doc-view-document->bitmap): Check the current doc-view overlay's
25292 display property instead the char property of the buffer's first char.
25293
25294 2013-03-18 Paul Eggert <eggert@cs.ucla.edu>
25295
25296 Automate the build of ja-dic.el (Bug#13984).
25297 * international/ja-dic-cnv.el (skkdic-convert): Remove the annotations
25298 from the input, rather than assume that it's been done for us by the
25299 SKK script unannotate.awk. Switch ja-dic.el to UTF-8. Don't put
25300 the current date into a ja-dic.el comment, as that complicates
25301 regression testing.
25302
25303 2013-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
25304
25305 * whitespace.el: Fix double evaluation.
25306 (whitespace-space, whitespace-hspace, whitespace-tab)
25307 (whitespace-newline, whitespace-trailing, whitespace-line)
25308 (whitespace-space-before-tab, whitespace-indentation)
25309 (whitespace-empty, whitespace-space-after-tab): Turn defcustoms into
25310 obsolete defvars.
25311 (whitespace-hspace-regexp): Fix regexp for emacs-unicode.
25312 (whitespace-color-on): Use a single font-lock-add-keywords call.
25313 Fix double-evaluation of face variables.
25314
25315 2013-03-17 Michael Albinus <michael.albinus@gmx.de>
25316
25317 * net/tramp-adb.el (tramp-adb-parse-device-names):
25318 Use `start-process' instead of `call-process'. Otherwise, the
25319 function might be blocked under MS Windows. (Bug#13299)
25320
25321 2013-03-17 Leo Liu <sdl.web@gmail.com>
25322
25323 Extend eldoc to display info in the mode-line. (Bug#13978)
25324 * emacs-lisp/eldoc.el (eldoc-post-insert-mode): New minor mode.
25325 (eldoc-mode-line-string): New variable.
25326 (eldoc-minibuffer-message): New function.
25327 (eldoc-message-function): New variable.
25328 (eldoc-message): Use it.
25329 (eldoc-display-message-p)
25330 (eldoc-display-message-no-interference-p):
25331 Support eldoc-post-insert-mode.
25332
25333 * simple.el (eval-expression-minibuffer-setup-hook): New hook.
25334 (eval-expression): Run it.
25335
25336 2013-03-17 Roland Winkler <winkler@gnu.org>
25337
25338 * emacs-lisp/crm.el (completing-read-multiple): Ignore empty
25339 strings in the list of return values.
25340
25341 2013-03-17 Jay Belanger <jay.p.belanger@gmail.com>
25342
25343 * calc/calc-ext.el (math-read-number-fancy): Check for an explicit
25344 radix before checking for HMS forms.
25345
25346 2013-03-16 Leo Liu <sdl.web@gmail.com>
25347
25348 * progmodes/scheme.el: Add indentation and font-locking for λ.
25349 (Bug#13975)
25350
25351 2013-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
25352
25353 * emacs-lisp/smie.el (smie-auto-fill): Don't inf-loop if there's no
25354 token before point (bug#13942).
25355
25356 2013-03-16 Leo Liu <sdl.web@gmail.com>
25357
25358 * thingatpt.el (end-of-sexp): Fix bug#13952. Use syntax-after.
25359
25360 2013-03-16 Eli Zaretskii <eliz@gnu.org>
25361
25362 * startup.el (command-line-normalize-file-name): Fix handling of
25363 backslashes in DOS and Windows file names. Reported by Xue Fuqiao
25364 <xfq.free@gmail.com> in
25365 http://lists.gnu.org/archive/html/help-gnu-emacs/2013-03/msg00245.html.
25366
25367 2013-03-15 Michael Albinus <michael.albinus@gmx.de>
25368
25369 Sync with Tramp 2.2.7.
25370
25371 * net/trampver.el: Update release number.
25372
25373 2013-03-14 Tassilo Horn <tsdh@gnu.org>
25374
25375 * doc-view.el: Fix bug#13887.
25376 (doc-view-insert-image): Don't modify overlay associated to
25377 non-live windows, and implement horizontal centering of image in
25378 case it's smaller than the window.
25379 (doc-view-new-window-function): Force redisplay of new windows on
25380 doc-view buffers.
25381
25382 2013-03-13 Karl Fogel <kfogel@red-bean.com>
25383
25384 * saveplace.el (save-place-alist-to-file): Don't sort
25385 `save-place-alist', just pretty-print it (bug#13882).
25386
25387 2013-03-13 Michael Albinus <michael.albinus@gmx.de>
25388
25389 * net/tramp-sh.el (tramp-sh-handle-insert-directory):
25390 Check whether `default-file-name-coding-system' is bound.
25391 It isn't in XEmacs.
25392
25393 2013-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
25394
25395 * emacs-lisp/byte-run.el (defun-declarations-alist): Don't use
25396 backquotes for `obsolete' (bug#13929).
25397
25398 * international/mule.el (find-auto-coding): Include file name in
25399 obsolescence warning (bug#13922).
25400
25401 2013-03-12 Teodor Zlatanov <tzz@lifelogs.com>
25402
25403 * progmodes/cfengine.el (cfengine-parameters-indent): New variable
25404 for CFEngine 3-specific indentation.
25405 (cfengine3-indent-line): Use it. Fix up category regex.
25406 (cfengine3-font-lock-keywords): Add bundle and namespace characters.
25407
25408 2013-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
25409
25410 * type-break.el (type-break-file-name):
25411 * textmodes/remember.el (remember-data-file):
25412 * strokes.el (strokes-file):
25413 * shadowfile.el (shadow-initialize):
25414 * saveplace.el (save-place-file):
25415 * ps-bdf.el (bdf-cache-file):
25416 * progmodes/idlwave.el (idlwave-config-directory):
25417 * net/quickurl.el (quickurl-url-file):
25418 * international/kkc.el (kkc-init-file-name):
25419 * ido.el (ido-save-directory-list-file):
25420 * emulation/viper.el (viper-custom-file-name):
25421 * emulation/vip.el (vip-startup-file):
25422 * calendar/todo-mode.el (todo-file-do, todo-file-done, todo-file-top):
25423 * calendar/timeclock.el (timeclock-file): Use locate-user-emacs-file.
25424
25425 2013-03-12 Paul Eggert <eggert@cs.ucla.edu>
25426
25427 Switch encodings of tutorials, thai-word to UTF-8 (Bug#13880).
25428 * language/thai-word.el: Switch to UTF-8.
25429
25430 See ChangeLog.16 for earlier changes.
25431
25432 ;; Local Variables:
25433 ;; coding: utf-8
25434 ;; End:
25435
25436 Copyright (C) 2011-2015 Free Software Foundation, Inc.
25437
25438 This file is part of GNU Emacs.
25439
25440 GNU Emacs is free software: you can redistribute it and/or modify
25441 it under the terms of the GNU General Public License as published by
25442 the Free Software Foundation, either version 3 of the License, or
25443 (at your option) any later version.
25444
25445 GNU Emacs is distributed in the hope that it will be useful,
25446 but WITHOUT ANY WARRANTY; without even the implied warranty of
25447 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
25448 GNU General Public License for more details.
25449
25450 You should have received a copy of the GNU General Public License
25451 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.