]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
Add `predicate' arg to `read-buffer' and use it for erc-iswitchb
[gnu-emacs] / lisp / ChangeLog
1 2015-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * obsolete/iswitchb.el (iswitchb-read-buffer): Add `predicate' arg.
4 * isearchb.el (isearchb-iswitchb): Adjust accordingly.
5 * ido.el (ido-read-buffer): Add `predicate' argument.
6 * misearch.el (unload-function-defs-list): Declare before use.
7
8 2015-03-16 Vibhav Pant <vibhavp@gmail.com>
9
10 * net/browse-url.el (browse-url-browser-function): Add "Conkeror".
11 (browse-url-conkeror-program, browse-url-conkeror-arguments)
12 (browse-url-conkeror-new-window-is-buffer): New defcustoms.
13 (browse-url-default-browser): Check for `browse-url-conkeror'
14 and call `browse-url-conkeror-program'.
15 (browse-url-conkeror): New command.
16 (bug#19863)
17
18 2015-03-16 Vibhav Pant <vibhavp@gmail.com>
19
20 * eshell/esh-mode.el (eshell/clear): New function.
21
22 2015-03-16 Alan Mackenzie <acm@muc.de>
23
24 Make Edebug work with Follow Mode.
25
26 * emacs-lisp/edebug.el (edebug--display-1): Remove call to
27 edebug-adjust-window.
28 (edebug--recursive-edit): Don't bind pre/post-command-hooks to nil
29 over the recursive edit.
30 (edebug-adjust-window): Remove.
31
32 2015-03-15 Michael Albinus <michael.albinus@gmx.de>
33
34 * net/tramp-adb.el:
35 * net/tramp-gvfs.el:
36 * net/tramp-sh.el:
37 * net/tramp-smb.el: Set tramp-autoload cookie for all defcustoms.
38
39 * net/tramp.el (tramp-ssh-controlmaster-options)
40 (tramp-use-ssh-controlmaster-options): Move them to tramp-sh.el.
41 (tramp-default-method): Do not check for
42 `tramp-ssh-controlmaster-options'.
43
44 * net/tramp-sh.el (tramp-use-ssh-controlmaster-options):
45 New defcustom, moved from tramp.el.
46 (tramp-ssh-controlmaster-options): New defvar, moved from tramp.el
47 but with a nil initial value.
48 (tramp-ssh-controlmaster-options): New defun.
49 (tramp-do-copy-or-rename-file-out-of-band)
50 (tramp-maybe-open-connection): Use it. (Bug#20015)
51
52 2015-03-15 Tassilo Horn <tsdh@gnu.org>
53
54 * emacs-lisp/lisp-mode.el (lisp--el-macro-regexp): New defconst.
55 (lisp--el-update-macro-regexp, lisp--el-update-after-load)
56 (lisp--el-match-macro): New functions.
57 (lisp-mode-variables): Update lisp--el-macro-regexp and add
58 lisp--el-update-after-load to after-load-functions.
59
60 2015-03-15 Daniel Colascione <dancol@dancol.org>
61
62 * emacs-lisp/cl-indent.el
63 (lisp-indent-backquote-substitution-mode): New user option.
64 (common-lisp-indent-function-1, common-lisp-loop-part-indentation)
65 (common-lisp-indent-function): Support normally indenting
66 backquote substitutions.
67 (extended-loop-p): Rename to `lisp-extended-loop-p'.
68
69 2015-03-14 Michael R. Mauger <michael@mauger.com>
70
71 * progmodes/sql.el: Version 3.5
72 (sql-starts-with-prompt-re, sql-ends-with-prompt-re): Match password prompts.
73 (sql-interactive-remove-continuation-prompt): Fixed regression. (Bug#6686)
74
75 2015-03-14 Daniel Colascione <dancol@dancol.org>
76
77 * widget.el (define-widget): Check that documentation is a string
78 or nil; prevent wailing and gnashing of teeth when users forget to
79 pass a docstring and wonder why their properties don't work.
80
81 * startup.el (command-line): Process "--no-x-resources".
82
83 2015-03-13 Kevin Ryde <user42_kevin@yahoo.com.au>
84
85 info-look fixes for Texinfo 5
86 * info-look.el (c-mode, bison-mode, makefile-mode)
87 (makefile-automake-mode, texinfo-mode, autoconf-mode, awk-mode)
88 (latex-mode, emacs-lisp-mode, sh-mode, cfengine-mode): Match
89 `foo' and 'foo' and ‘foo’ for @item and similar.
90 (latex-mode): Match multi-arg \frac{num}{den} or \sqrt[root]{n} in
91 suffix regexp.
92
93 2015-03-12 Juri Linkov <juri@linkov.net>
94
95 * simple.el (next-line-or-history-element)
96 (previous-line-or-history-element): Remember the goal column of
97 possibly multi-line input, and restore it afterwards. (Bug#19824)
98
99 2015-03-12 Rasmus Pank Roulund <emacs@pank.eu>
100
101 * ido.el (ido-add-virtual-buffers-to-list): Include bookmark-alist
102 files (bug#19335).
103
104 2015-03-12 Eli Zaretskii <eliz@gnu.org>
105
106 * international/fontset.el (script-representative-chars): Add a
107 representative character for 'vai'.
108
109 2015-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
110
111 * international/quail.el (quail-input-method):
112 Use with-silent-modifications.
113
114 * simple.el (goto-history-element): Don't burp on t history.
115
116 2015-03-10 Paul Eggert <eggert@cs.ucla.edu>
117
118 Prefer "initialize" to "initialise"
119 * progmodes/js.el (js-indent-first-init):
120 Rename from js-indent-first-initialiser, to avoid worrying about
121 American vs British spelling. All uses changed.
122
123 2015-03-10 Glenn Morris <rgm@gnu.org>
124
125 * progmodes/js.el (js-indent-first-initialiser):
126 Fix doc, type, version.
127
128 2015-03-10 Jackson Ray Hamilton <jackson@jacksonrayhamilton.com>
129
130 * progmodes/js.el (js-indent-first-initialiser): New option.
131 (js--maybe-goto-declaration-keyword-end): New function.
132 (js--proper-indentation): Use js--maybe-goto-declaration-keyword-end.
133
134 2015-03-10 Thomas Fitzsimmons <fitzsim@fitzsim.org>
135
136 * net/ldap.el (ldap-attribute-syntaxes-alist): Add LDAP attributes
137 from RFC2798 Section 9.1.1. (Bug#8983)
138
139 2015-03-09 Nicolas Petton <nicolas@petton.fr>
140
141 * emacs-lisp/seq.el (seq-into): New function.
142 Bump seq.el version to 1.3.
143
144 2015-03-09 Dmitry Gutov <dgutov@yandex.ru>
145
146 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Don't consider
147 `=' a part of symbol when followed by `>'. (Bug#18644)
148 (ruby-syntax-before-regexp-re): Detect regexps after `!'.
149 (Bug#19285)
150
151 2015-03-09 Eli Zaretskii <eliz@gnu.org>
152
153 * dired.el (dired-delete-file): Doc fix. (Bug#20021)
154
155 2015-03-06 Sergio Durigan Junior <sergiodj@sergiodj.net>
156 Thomas Fitzsimmons <fitzsim@fitzsim.org>
157
158 * net/eudcb-bbdb.el (eudc-bbdb-field): New function.
159 (eudc-bbdb-filter-non-matching-record): Call eudc-bbdb-field.
160 (eudc-bbdb-format-record-as-result): Likewise.
161
162 2015-03-08 Dmitry Gutov <dgutov@yandex.ru>
163
164 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
165 Use `font-lock-constant-face' for nil, true and false.
166 Highlight `self' as a keyword. (Bug#17733)
167
168 2015-03-08 Nobuyoshi Nakada <nobu@ruby-lang.org>
169
170 * progmodes/ruby-mode.el (ruby-syntax-before-regexp-re):
171 Expect beginning of regexp also after open brace or vertical bar.
172 (Bug#20026)
173
174 2015-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
175
176 * battery.el (battery-echo-area-format): Simplify default.
177 (battery-linux-sysfs): Standardize on energy&power. Accept ADP1
178 for AC adapter.
179
180 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Don't try to
181 unfold `closure's since byte-compile-unfold-lambda doesn't know how to
182 do it.
183
184 2015-03-06 Oscar Fuentes <ofv@wanadoo.es>
185
186 * net/browse-url.el (browse-url-firefox): Remove outdated
187 MS-Windows limitations.
188
189 2015-03-06 Thomas Fitzsimmons <fitzsim@fitzsim.org>
190
191 * net/eudcb-ldap.el (eudc-ldap-cleanup-record-simple): Mark as
192 obsolete.
193 (eudc-ldap-cleanup-record-filtering-addresses): Add docstring.
194 Don't clean up postal addresses if ldap-ignore-attribute-codings
195 is set. Combine mail addresses into one field. (Bug#17720)
196 (eudc-ldap-simple-query-internal):
197 Call eudc-ldap-cleanup-record-filtering-addresses instead of
198 eudc-ldap-cleanup-record-simple.
199 (eudc-ldap-get-field-list): Likewise.
200
201 2015-03-05 Ivan Shmakov <ivan@siamics.net>
202
203 * net/eww.el (eww-html-p): New function (bug#20009).
204 (eww-render): Use it.
205
206 2015-03-05 Artur Malabarba <bruce.connor.am@gmail.com>
207
208 * desktop.el (desktop-buffer-info): Write docstring.
209 (desktop-buffer-info): Use `pushnew' instead of `add-to-list' and
210 unquote lamda.
211
212 * emacs-lisp/package.el (package-refresh-contents): Update doc.
213
214 2015-03-05 Dmitry Gutov <dgutov@yandex.ru>
215
216 * progmodes/js.el (js-mode-syntax-table): Add an entry for `.
217
218 2015-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
219
220 Replace *-function vars with generic functions in cl-generic.
221 * emacs-lisp/cl-generic.el (cl--generic-generalizer): New struct.
222 (cl-generic-tagcode-function, cl-generic-tag-types-function): Remove.
223 (cl--generic-t-generalizer): New const.
224 (cl--generic-make-method): Rename from `cl--generic-method-make'.
225 (cl--generic-make): Change calling convention.
226 (cl--generic): Add `options' field.
227 (cl-generic-function-options): New function.
228 (cl-defgeneric): Rewrite handling of options. Add support for :method
229 options and allow the use of a default body.
230 (cl-generic-define): Save options in the corresponding new field.
231 (cl-defmethod): Fix ordering of qualifiers.
232 (cl-generic-define-method): Use cl-generic-generalizers.
233 (cl--generic-get-dispatcher): Change calling convention, and change
234 calling convention of the returned function as well so as to take the
235 list of methods separately from the generic function object, so that it
236 can receive the original generic function object.
237 (cl--generic-make-next-function): New function, extracted from
238 cl--generic-make-function.
239 (cl--generic-make-function): Use it.
240 (cl-generic-method-combination-function): Remove.
241 (cl--generic-cyclic-definition): New error.
242 (cl-generic-call-method): Take a generic function object rather than
243 its name.
244 (cl-method-qualifiers): New alias.
245 (cl--generic-build-combined-method): Use cl-generic-combine-methods,
246 don't segregate by qualifiers here any more.
247 (cl--generic-standard-method-combination): Segregate by qualifiers
248 here instead. Add support for the `:extra' qualifier.
249 (cl--generic-cache-miss): Move earlier, adjust to new calling convention.
250 (cl-generic-generalizers, cl-generic-combine-methods):
251 New generic functions.
252 (cl-no-next-method, cl-no-applicable-method, cl-no-primary-method):
253 Use the new "default method in defgeneric" functionality, change
254 calling convention to receive a generic function object.
255 (cl--generic-head-used): New var.
256 (cl--generic-head-generalizer, cl--generic-eql-generalizer)
257 (cl--generic-struct-generalizer, cl--generic-typeof-generalizer):
258 New consts.
259 * emacs-lisp/eieio-core.el (eieio--generic-generalizer)
260 (eieio--generic-subclass-generalizer): New consts.
261 (cl-generic-generalizers): New methods.
262 * emacs-lisp/eieio-compat.el (eieio--generic-static-symbol-generalizer)
263 (eieio--generic-static-object-generalizer): New consts.
264 (cl-generic-generalizers) <(head eieio--static)>: New method.
265 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
266 Unfold closures like lambdas.
267
268 2015-03-04 Filipp Gunbin <fgunbin@fastmail.fm>
269
270 * autorevert.el (auto-revert-notify-add-watch):
271 Fix handler installation. (Bug#20000)
272
273 2015-03-04 Rüdiger Sonderfeld <ruediger@c-plusplus.net>
274
275 * net/eww.el (eww-search-prefix, eww-open-file, eww-search-words)
276 (eww-same-page-p,eww-set-character-encoding): Fix docstring.
277 (eww): Do not end error messages with a period.
278
279 2015-03-04 Zhongwei Yao <ashi08104@gmail.com>
280
281 * net/tramp-adb.el (tramp-adb-connect-if-not-connected):
282 New user option.
283 (tramp-adb-ls-toolbox-regexp): Fix regexp in order to support file
284 names starting with a space.
285 (tramp-methods): Add `tramp-default-port' for "adb".
286 (tramp-adb-parse-device-names): Add traces. Return device names
287 with port, if present.
288 (tramp-adb-handle-directory-files-and-attributes): Quote all
289 remote file names.
290 (tramp-adb-get-device): New defun.
291 (tramp-adb-execute-adb-command, tramp-adb-maybe-open-connection):
292 Use it.
293 (tramp-adb-maybe-open-connection): Set `tramp-current-*'
294 variables. Remove checks for listed devices.
295
296 2015-03-04 Michael Albinus <michael.albinus@gmx.de>
297
298 * net/tramp.el (tramp): Add :link property.
299 (tramp-login-prompt-regexp): Allow also "user", as required by
300 Fritz!Box telnet.
301 (tramp-autoload-file-name-handler): Use "/".
302 (tramp-handle-unhandled-file-name-directory): Return nil when
303 required by the spec.
304
305 * net/tramp-cache.el (tramp-dump-connection-properties):
306 Use `with-temp-file'.
307
308 * net/tramp-sh.el (tramp-perl-file-attributes)
309 (tramp-perl-directory-files-and-attributes): Escape apostrophes in
310 file names.
311 (tramp-do-file-attributes-with-stat): Quote file name.
312 (tramp-sh-handle-directory-files-and-attributes): Fall back to
313 `tramp-handle-directory-files-and-attributes' in case of problems.
314 (tramp-do-directory-files-and-attributes-with-stat)
315 (tramp-sh-handle-file-name-all-completions)
316 (tramp-sh-handle-delete-directory)
317 (tramp-sh-handle-expand-file-name, tramp-sh-handle-process-file):
318 Normalize use of "cd".
319 (tramp-do-directory-files-and-attributes-with-stat): Use the
320 `quoting-style' arg of `ls' if possible. Make it also working for
321 file names with apostrophes.
322 (tramp-sh-handle-file-name-all-completions): Use arguments of `ls'
323 in proper order.
324 (tramp-do-copy-or-rename-file-via-buffer)
325 (tramp-sh-handle-file-local-copy): Use `with-temp-file'.
326 (tramp-get-remote-locale): Accept also \r in output.
327 (tramp-get-ls-command-with-quoting-style): New defun.
328 (tramp-get-inline-coding): Set `default-directory' to a local
329 directory. Sporadically, `call-process-region' does not handle a
330 remote default directory properly.
331
332 * net/trampver.el: Update release number.
333
334 2015-03-03 Agustín Martín Domingo <agustin6martin@gmail.com>
335
336 * textmodes/ispell.el (ispell-aspell-find-dictionary): Make sure
337 .dat files for aspell dicts are also searched for in location
338 described by `ispell-aspell-dict-dir', matching aspell's dict-dir
339 variable.
340
341 2015-03-03 Agustín Martín Domingo <agustin6martin@gmail.com>
342
343 * textmodes/ispell.el (ispell-dicts-name2locale-equivs-alist)
344 (ispell-hunspell-fill-dictionary-entry)
345 (ispell-find-hunspell-dictionaries)
346 (ispell-set-spellchecker-params): New generic name for
347 `ispell-hunspell-dictionary-equivs-alist'.
348 (ispell-aspell-add-aliases): Also use
349 `ispell-dicts-name2locale-equivs-alist' to get aspell aliases for
350 standard dict names.
351
352 2015-03-03 Glenn Morris <rgm@gnu.org>
353
354 * net/browse-url.el (browse-url-firefox-startup-arguments):
355 Make obsolete.
356 (browse-url-firefox): Doc fix. Remove -remote, which no longer
357 exists in Firefox 36. (Bug#19921)
358 (browse-url-firefox-sentinel): Remove function.
359
360 2015-03-03 Eli Zaretskii <eliz@gnu.org>
361
362 * frame.el (blink-cursor-timer-function): Don't increment
363 blink-cursor-blinks-done counter when a menu is active on a w32
364 frame. (Bug#19925)
365
366 2015-03-03 Juri Linkov <juri@linkov.net>
367
368 * comint.el (comint-line-beginning-position): Revert searching for
369 the prompt when comint-use-prompt-regexp is non-nil because it
370 doesn't distinguish input from output. Check the field property
371 `output' for the case when comint-use-prompt-regexp is nil.
372 (Bug#19710)
373
374 2015-03-03 Jérémy Compostella <jeremy.compostella@gmail.com>
375
376 * net/tramp-sh.el (tramp-remote-process-environment): Disable paging
377 with PAGER=cat. (Bug#19870)
378
379 2015-03-03 Glenn Morris <rgm@gnu.org>
380
381 * textmodes/flyspell.el (flyspell-duplicate-distance):
382 Bump :version.
383
384 2015-03-03 Eli Zaretskii <eliz@gnu.org>
385
386 * textmodes/text-mode.el (text-mode-syntax-table): Make some
387 punctuation character behave as word-constituent, for more
388 compatibility with Unicode.
389
390 * simple.el (transient-mark-mode): Doc fix. (Bug#19841)
391
392 2015-03-03 Agustín Martín Domingo <agustin6martin@gmail.com>
393
394 Improve string search in `flyspell-word-search-*`. (Bug#16800)
395 * textmodes/flyspell.el (flyspell-duplicate-distance):
396 Limit default search distance for duplicated words to 40000.
397 (flyspell-word-search-backward, flyspell-word-search-forward):
398 Search as full word with defined casechars, not as substring.
399
400 2015-03-03 Juri Linkov <juri@linkov.net>
401
402 Better support for the case of typing RET on the prompt in comint.
403 * comint.el (comint-get-old-input-default): Go to the field end
404 when comint-use-prompt-regexp is nil.
405 (comint-line-beginning-position): Check if point is already
406 on the prompt before searching for the prompt when
407 comint-use-prompt-regexp is non-nil. (Bug#19710)
408
409 2015-03-03 Eli Zaretskii <eliz@gnu.org>
410
411 * frame.el (frame-notice-user-settings): Refresh the value of
412 frame parameters after calling tty-handle-reverse-video.
413 Call face-set-after-frame-default with the actual parameters, to avoid
414 resetting colors back to unspecified.
415 (set-background-color, set-foreground-color): Pass the foreground
416 and background colors to face-set-after-frame-default. (Bug#19802)
417
418 2015-03-03 Wolfgang Jenkner <wjenkner@inode.at>
419
420 * net/network-stream.el (network-stream-open-tls): Respect the
421 :end-of-capability setting.
422
423 2015-03-03 Juri Linkov <juri@linkov.net>
424
425 Revert the previous change of comint-line-beginning-position callers,
426 and modify comint-line-beginning-position instead.
427
428 * comint.el (comint-history-isearch-search)
429 (comint-history-isearch-message, comint-history-isearch-wrap):
430 Use comint-line-beginning-position instead of field-beginning.
431 (comint-send-input): Use either end-of-line or field-end
432 depending on comint-use-prompt-regexp.
433 (comint-line-beginning-position): Search backward
434 for comint-prompt-regexp if comint-use-prompt-regexp is non-nil.
435 Use field-beginning instead of line-beginning-position
436 if comint-use-prompt-regexp is nil. (Bug#19710)
437
438 2015-03-03 Robert Pluim <rpluim@gmail.com> (tiny change)
439
440 * calendar/todo-mode.el (todo-item-done): When done items are
441 hidden, restore point to its location prior to invoking this
442 command. (Bug#19727)
443
444 2015-03-03 Eli Zaretskii <eliz@gnu.org>
445
446 * textmodes/artist.el (artist-ellipse-compute-fill-info):
447 Use mapcar, not mapc, to create the other half of fill-info.
448 (Bug#19763)
449
450 2015-03-03 Nicolas Petton <nicolas@petton.fr>
451
452 * emacs-lisp/authors.el (authors-ignored-files)
453 (authors-renamed-files-alist): Additions.
454
455 2015-03-03 Michael Albinus <michael.albinus@gmx.de>
456
457 * net/tramp.el (tramp-ssh-controlmaster-options): Don't use a
458 tempfile for ControlPath. (Bug#19702)
459
460 2015-03-03 Michael Albinus <michael.albinus@gmx.de>
461
462 * net/tramp.el (tramp-ssh-controlmaster-options): Use "%C" for
463 ControlPath if possible. (Bug#19702)
464
465 2015-03-03 Glenn Morris <rgm@gnu.org>
466
467 * emacs-lisp/authors.el (authors-obsolete-files-regexps)
468 (authors-valid-file-names, authors-renamed-files-alist): Additions.
469
470 2015-03-03 Alan Mackenzie <acm@muc.de>
471
472 CC Mode: Stop Font Lock forcing fontification from BOL. (Bug#19669)
473 * progmodes/cc-mode.el (c-font-lock-init):
474 Set font-lock-extend-region-functions to nil.
475
476 2015-03-03 Daniel Colascione <dancol@dancol.org>
477
478 * emacs-lisp/generator.el: Make globals conform to elisp
479 style throughout. Use more efficient font-lock patterns.
480 (cps-inhibit-atomic-optimization): Rename from
481 `cps-disable-atomic-optimization'.
482 (cps--gensym): New macro; replaces `cl-gensym' throughout.
483 (cps-generate-evaluator): Move the `iter-yield' local macro
484 definition here
485 (iter-defun, iter-lambda): from here.
486
487 (iter-defun): Use `macroexp-parse-body'.
488
489 2015-03-03 Daniel Colascione <dancol@dancol.org>
490
491 2015-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
492
493 * progmodes/gud.el: Use lexical-binding (bug#19966).
494
495 * emacs-lisp/gv.el (gv-ref): Warn about likely problematic cases.
496
497 2015-03-03 Daniel Colascione <dancol@dancol.org>
498
499 * emacs-lisp/generator.el: Make globals conform to elisp
500 style throughout. Use more efficient font-lock patterns.
501 (cps-inhibit-atomic-optimization): Rename from
502 `cps-disable-atomic-optimization'.
503 (cps--gensym): New macro; replaces `cl-gensym' throughout.
504 (cps-generate-evaluator): Move the `iter-yield' local macro
505 definition here...
506 (iter-defun, iter-lambda): ...from here.
507
508 2015-03-03 Artur Malabarba <bruce.connor.am@gmail.com>
509
510 * emacs-lisp/package.el (package-autoremove): Fix if logic.
511
512 2015-03-03 Martin Rudalics <rudalics@gmx.at>
513
514 * window.el (window--dump-frame): For pixel height return total
515 number of frame's lines.
516
517 2015-03-03 Daniel Colascione <dancol@dancol.org>
518
519 * emacs-lisp/cl-macs.el (cl-iter-defun): Add cl-iter-defun.
520
521 * emacs-lisp/generator.el (iter-defun): Correctly propagate
522 docstrings and declarations to underlying function.
523
524 2015-03-02 Daniel Colascione <dancol@dancol.org>
525
526 * emacs-lisp/generator.el: New file.
527
528 * vc/vc.el (vc-responsible-backend): Add autoload cookie for
529 `vc-responsible-backend'.
530
531 2015-03-01 Michael Albinus <michael.albinus@gmx.de>
532
533 * vc/vc-hooks.el (vc-state, vc-working-revision):
534 Use `vc-responsible-backend' in order to support unregistered files.
535
536 * vc/vc-rcs.el (vc-rcs-unregister): Support unregistered files.
537
538 * vc/vc-rcs.el (vc-rcs-fetch-master-state):
539 * vc/vc-sccs.el (vc-sccs-working-revision): Handle undefined
540 master name.
541
542 * vc/vc-src.el (vc-src-working-revision): Do not return an empty string.
543
544 2015-03-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
545
546 * net/shr.el (shr-insert): Remove soft hyphens.
547 (shr-insert): Also remove soft hypens from non-folded text.
548
549 2015-02-28 Eli Zaretskii <eliz@gnu.org>
550
551 * mail/rmailmm.el (rmail-mime-insert-html): Decode HTML payload
552 when the charset is only given by the HTML <head>, and allow to
553 specify the encoding with "C-x RET c".
554
555 2015-02-27 Mark Laws <mdl@60hz.org>
556
557 Support daemon mode on MS-Windows (bug#19688)
558 * server.el (server-process-filter): Force GUI frames on
559 MS-Windows in daemon mode, even if a TTY frame was requested.
560
561 * frameset.el (frameset-keep-original-display-p): Don't assume
562 windows-nt cannot be in daemon mode.
563
564 * frame.el (window-system-for-display): Don't assume windows-nt
565 cannot be in daemon mode.
566
567 2015-02-26 Ivan Shmakov <ivan@siamics.net>
568
569 * faces.el (face-list-p): Split from face-at-point.
570 (face-at-point): Use it.
571 * facemenu.el (facemenu-add-face): Likewise. (Bug#19912)
572
573 2015-02-26 Oscar Fuentes <ofv@wanadoo.es>
574
575 * vc/vc.el (vc-annotate-switches): New defcustom.
576 * vc/vc-bzr.el (vc-bzr-annotate-switches): New defcustom.
577 (vc-bzr-annotate-command): Use vc-switches.
578 * vc/vc-cvs.el (vc-cvs-annotate-switches): New defcustom.
579 (vc-cvs-annotate-command): Use vc-switches.
580 * vc/vc-git.el (vc-git-annotate-switches): New defcustom.
581 (vc-git-annotate-command): Use vc-switches.
582 * vc/vc-hg.el (vc-hg-annotate-switches): New defcustom.
583 (vc-hg-annotate-command): Use vc-switches.
584 * vc/vc-mtn.el (vc-mtn-annotate-switches): New defcustom.
585 (vc-mtn-annotate-command): Use vc-switches.
586 * vc/vc-svn.el (vc-svn-annotate-switches): New defcustom.
587 (vc-svn-annotate-command): Use vc-switches.
588
589 2015-02-26 Alan Mackenzie <acm@muc.de>
590
591 Handle "#" operator properly inside macro. Fix coding bug.
592
593 * progmodes/cc-mode.el (c-neutralize-syntax-in-and-mark-CPP):
594 On finding a "#" which looks like the start of a macro, check it
595 isn't already inside a macro.
596
597 * progmodes/cc-engine.el (c-state-safe-place): Don't record a new
598 "safe" position into the list of them when this is beyond our
599 current position.
600
601 2015-02-26 Martin Rudalics <rudalics@gmx.at>
602
603 * menu-bar.el (menu-bar-non-minibuffer-window-p): Return nil when
604 the menu frame is dead. (Bug#19728)
605
606 2015-02-26 Fabián Ezequiel Gallina <fgallina@gnu.org>
607
608 python.el: Handle tabs in python-indent-dedent-line.
609 * progmodes/python.el (python-indent-dedent-line): Fixes for
610 indentation with tabs. Thanks to <dale@codefu.org> (Bug#19730).
611
612 2015-02-26 Fabián Ezequiel Gallina <fgallina@gnu.org>
613
614 * progmodes/python.el (python-indent-context): Respect user
615 indentation after comment.
616
617 2015-02-26 Tassilo Horn <tsdh@gnu.org>
618
619 * textmodes/reftex-vars.el (featurep): Conditionalize value of
620 reftex-label-regexps in order to stay compatible with XEmacs 21.5
621 which has no explicitly numbered groups in regexps (bug#19714).
622
623 2015-02-26 Daiki Ueno <ueno@gnu.org>
624
625 * net/dbus.el (dbus-register-signal): Convert "N" of ":argN" to
626 integer before comparison.
627
628 2015-02-25 Nicolas Richard <theonewiththeevillook@yahoo.fr>
629
630 * progmodes/elisp-mode.el (elisp--eval-last-sexp): Document argument.
631
632 2015-02-25 Oleh Krehel <ohwoeowho@gmail.com>
633
634 * emacs-lisp/check-declare.el (check-declare-warn):
635 Use compilation-style warnings.
636 (check-declare-files): Make sure that
637 `check-declare-warning-buffer' is in `compilation-mode'.
638
639 2015-02-25 Oleh Krehel <ohwoeowho@gmail.com>
640
641 * emacs-lisp/check-declare.el (check-declare-ext-errors):
642 New defcustom.
643 (check-declare): New defgroup.
644 (check-declare-verify): When `check-declare-ext-errors' is
645 non-nil, warn about an unfound function, instead of saying
646 "skipping external file".
647
648 2015-02-25 Tassilo Horn <tsdh@gnu.org>
649
650 * textmodes/reftex-vars.el (reftex-include-file-commands):
651 Call reftex-set-dirty on changes.
652
653 2015-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
654
655 * emacs-lisp/edebug.el (edebug--display): Save-excursion (bug#19611).
656 * emacs-lisp/debug.el (debugger-env-macro): Remove redundant
657 save-excursion.
658
659 2015-02-24 Glenn Morris <rgm@gnu.org>
660
661 * mail/rmailsum.el (rmail-summary-previous-all)
662 (rmail-summary-previous-msg): Simplify.
663
664 2015-02-25 Artur Malabarba <bruce.connor.am@gmail.com>
665
666 * simple.el (region-active-p): Fix doc to say non-nil.
667
668 2015-02-24 Samer Masterson <nosefrog@gmail.com>
669
670 * eshell/em-hist.el (eshell-hist-parse-word-designator):
671 Return args joined with " ".
672 * eshell/em-pred.el (eshell-parse-modifiers): Correct docstring.
673 (eshell-hist-parse-modifier): Pass mod a list instead of a string
674 (bug#18960).
675
676 2015-02-24 Karl Fogel <kfogel@red-bean.com> (tiny change)
677
678 * comint.el (comint-mode-map): Fix obvious typo.
679
680 2015-02-24 Johan Claesson <johanclaesson@bredband.net> (tiny change)
681
682 * filecache.el (file-cache-filter-regexps):
683 Add lock files. (Bug#19516)
684
685 2015-02-24 Glenn Morris <rgm@gnu.org>
686
687 * mail/rmailsum.el (rmail-summary-next-all)
688 (rmail-summary-previous-all, rmail-summary-next-msg):
689 Fix handling of optional argument. (Bug#19916)
690
691 * progmodes/f90.el (f90-beginning-of-subprogram)
692 (f90-end-of-subprogram, f90-match-end):
693 Handle continued strings where the continuation does not start
694 with "&" and happens to match our regexp. (Bug#19809)
695
696 2015-02-24 Bozhidar Batsov <bozhidar@batsov.com>
697
698 * comint.el (comint-clear-buffer): New command.
699 (comint-mode-map): Bind `comint-clear-buffer' to 'C-c M-o'.
700
701 2015-02-23 Pete Williamson <petewil0@googlemail.com> (tiny change)
702
703 Use ${EXEEXT} more uniformly in makefiles
704 * Makefile.in (EMACS): Append ${EXEEXT}.
705
706 2015-02-23 Sam Steingold <sds@gnu.org>
707
708 * files.el (recover-session): Handle `auto-save-list-file-prefix'
709 being a directory (empty non-directory part).
710
711 2015-02-23 Magnus Henoch <magnus.henoch@gmail.com>
712
713 * net/sasl.el (sasl-mechanism-alist): Refer to sasl-scram-rfc
714 instead of sasl-scram-sha-1, as the former is the name that can be
715 required.
716
717 * net/sasl-scram-rfc.el (sasl-scram-sha-1-steps)
718 (sasl-scram-sha-1-client-final-message)
719 (sasl-scram-sha-1-authenticate-server): Move to end of file.
720
721 2015-02-23 Paul Eggert <eggert@cs.ucla.edu>
722
723 * bindings.el (ctl-x-map): Use [?\C-\;] to get the desired binding.
724 (Bug#19826)
725
726 2015-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
727
728 * emacs-lisp/macroexp.el (macroexp-parse-body): Handle cl-declare
729 and :documentation. Change return value format accordingly.
730 * emacs-lisp/cl-generic.el (cl--generic-lambda):
731 * emacs-lisp/pcase.el (pcase-lambda): Adjust accordingly.
732 * emacs-lisp/cl-macs.el (cl--transform-lambda): Use macroexp-parse-body.
733
734 2015-02-23 Dmitry Gutov <dgutov@yandex.ru>
735
736 Introduce `xref-etags-mode'.
737 * progmodes/xref.el (xref-etags-mode--saved): New variable.
738 (xref-etags-mode): New minor mode. (Bug#19466)
739
740 2015-02-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
741
742 * dom.el (dom-previous-sibling): New function.
743
744 2015-02-21 Paul Eggert <eggert@cs.ucla.edu>
745
746 * bindings.el (ctl-x-map): There is no 'C-;'.
747 For now, make do with 'M-;'; this allows 'make bootstrap' to work.
748 Perhaps some other binding should be chosen. (Bug#19826)
749
750 2015-02-21 Artur Malabarba <bruce.connor.am@gmail.com>
751
752 * bindings.el (ctl-x-map): Fix `comment-line' binding. (Bug#19826)
753
754 2015-02-21 Michael Albinus <michael.albinus@gmx.de>
755
756 * autorevert.el (auto-revert-notify-add-watch)
757 (auto-revert-notify-handler, auto-revert-buffers): Handle also
758 buffers without an associated file, like dired buffers. (Bug#16112)
759
760 2015-02-21 Dima Kogan <dima@secretsauce.net>
761
762 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
763 (global-auto-revert-mode): Remove (let (auto-revert-use-notify) ... )
764 wrappers. Call (auto-revert-buffers) consequently in order to
765 install handlers.
766
767 2015-02-21 Wilson Snyder <wsnyder@wsnyder.org>
768
769 Sync with upstream verilog-mode revision 0d6420b.
770 * progmodes/verilog-mode.el (verilog-mode-version): Update.
771 (vector-skip-list): Remove.
772 (verilog-auto-inst-port, verilog-auto-inst-port-list)
773 (verilog-auto-inst, verilog-auto-inst-param):
774 Use arguments rather than vector-skip.
775 (verilog-auto-inst-port): Fix AUTOINST interfaces to not show
776 modport if signal attachment is itself a modport.
777 Reported by Matthew Lovell.
778
779 2015-02-21 Reto Zimmermann <reto@gnu.org>
780
781 Sync with upstream vhdl mode v3.37.1. Add VHDL'08 support.
782 * progmodes/vhdl-mode.el (vhdl-version, vhdl-time-stamp)
783 (vhdl-doc-release-notes): Update.
784 (vhdl-standard): Add VHDL'08 option.
785 (vhdl-sensitivity-list-all): New option.
786 (vhdl-directive-keywords): Add psl.
787 (vhdl-offsets-alist-default, vhdl-mode-abbrev-table-init)
788 (vhdl-template-construct-alist-init, vhdl-create-mode-menu):
789 (vhdl-imenu-generic-expression): Add context, directive.
790 (vhdl-offsets-alist, vhdl-mode, vhdl-doc-keywords): Doc fixes.
791 (vhdl-template-map-init): Add vhdl-template-context.
792 (vhdl-mode-syntax-table): Support VHDL'08 block comments.
793 (vhdl-create-mode-menu): Add some entries.
794 (vhdl-08-keywords, vhdl-08-types, vhdl-08-attributes)
795 (vhdl-08-functions, vhdl-08-packages, vhdl-08-directives):
796 New constants.
797 (vhdl-directives): New variable.
798 (vhdl-words-init, vhdl-template-process)
799 (vhdl-template-replace-header-keywords): Support VHDL'08.
800 (vhdl-abbrev-list-init): Add vhdl-directives.
801 (vhdl-in-comment-p, vhdl-in-literal, vhdl-win-il)
802 (vhdl-forward-syntactic-ws, vhdl-get-syntactic-context)
803 (vhdl-lineup-comment): Handle block comments and directives.
804 (vhdl-beginning-of-directive, vhdl-template-context)
805 (vhdl-template-context-hook): New functions.
806 (vhdl-libunit-re, vhdl-defun-re, vhdl-begin-p)
807 (vhdl-corresponding-begin, vhdl-get-library-unit, vhdl-regress-line)
808 (vhdl-align-declarations, vhdl-beginning-of-block, vhdl-end-of-block)
809 (vhdl-font-lock-keywords-2, vhdl-get-end-of-unit)
810 (vhdl-scan-context-clause): Add context.
811
812 2015-02-20 Glenn Morris <rgm@gnu.org>
813
814 * calendar/solar.el (solar-sunrise-sunset-string):
815 Shorten message a little.
816 (sunrise-sunset): Use message rather than a window. (Bug#19859)
817
818 * progmodes/f90.el (f90-keywords-re, f90-procedures-re)
819 (f90-font-lock-keywords-2): Some F2008 additions.
820
821 2015-02-19 Dima Kogan <dima@secretsauce.net>
822
823 * autorevert.el (auto-revert-buffers-counter)
824 (auto-revert-buffers-counter-lockedout): New variables.
825 (auto-revert-buffers): Increase `auto-revert-buffers-counter'.
826 (auto-revert-notify-handler): Apply `auto-revert-handler' if not
827 suppressed by lockout. (Bug#18958)
828
829 2015-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
830
831 * emacs-lisp/eieio-opt.el (eieio-help-class): `eieio-class-parents'
832 returns classes, not class names (bug#19891).
833
834 * emacs-lisp/cl-macs.el (cl-struct-slot-value): Handle a nil type.
835
836 * emacs-lisp/smie.el (smie-prec2->grammar): Fix corner case problem.
837
838 2015-02-18 Kelly Dean <kelly@prtime.org>
839
840 * register.el (jump-to-register):
841 * emacs-lisp/lisp.el (check-parens):
842 Push mark before goto-char so user doesn't lose his previous place.
843
844 2015-02-18 Kelly Dean <kelly@prtime.org>
845
846 * rect.el (rectangle-mark-mode):
847 Suppress superfluous "Mark set" message from push-mark.
848
849 2015-02-18 Kelly Dean <kelly@prtime.org>
850
851 * help-mode.el (help-go-back, help-go-forward, help-follow):
852 * simple.el (yank-pop, pop-to-mark-command, exchange-point-and-mark):
853 * winner.el (winner-redo):
854 * windmove.el (windmove-do-window-select):
855 * register.el (jump-to-register, increment-register, insert-register)
856 (append-to-register, prepend-to-register):
857 * files.el (find-alternate-file, abort-if-file-too-large, write-file)
858 (set-visited-file-name):
859 * emacs-lisp/lisp.el (kill-backward-up-list):
860 Use user-error instead of error. (Bug#14480)
861
862 2015-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
863
864 * emacs-lisp/checkdoc.el (checkdoc-show-diagnostics): Don't make bogus
865 assumptions about window ordering.
866
867 2015-02-16 Kelly Dean <kelly@prtime.org>
868
869 * files.el (insert-file-contents-literally): Fix docstring typo.
870
871 2015-02-16 Kelly Dean <kelly@prtime.org>
872
873 * emacs-lisp/easy-mmode.el (define-minor-mode): Process macro
874 arguments correctly. (Bug#19685)
875 (define-minor-mode): Clarify docstring.
876 Clarify mode switch messages for minor modes. (Bug#19690)
877
878 2015-02-16 Kelly Dean <kelly@prtime.org>
879
880 * emacs-lisp/package-x.el (package-upload-buffer-internal):
881 Create valid tar files. (Bug#19536)
882
883 2015-02-16 Kelly Dean <kelly@prtime.org>
884
885 * desktop.el (desktop-read): Conditionally re-enable desktop autosave.
886 (Bug#19059)
887
888 2015-02-16 Kelly Dean <kelly@prtime.org>
889
890 * help-mode.el (help-do-xref): Prevent duplicated display of Info
891 buffer, and prevent interference with existing buffer. (Bug#13190)
892
893 2015-02-16 Fabián Ezequiel Gallina <fgallina@gnu.org>
894
895 python.el: Do not deactivate mark on shell fontification. (Bug#19871)
896
897 * progmodes/python.el (python-shell-font-lock-post-command-hook):
898 Do not deactivate mark on fontification.
899
900 2015-02-16 Ivan Shmakov <ivan@siamics.net>
901
902 * net/eww.el: Fix desktop support. (Bug#19226)
903 (eww-mode): Add autoload cookie.
904 (eww-restore-desktop): Use inhibit-read-only.
905
906 * net/eww.el (eww-suggest-uris): Add autoload cookie, so that
907 add-hook works correctly even if the file is not yet loaded.
908
909 2015-02-16 Stefan Monnier <monnier@iro.umontreal.ca>
910
911 * emacs-lisp/eieio.el (defclass): Use make-instance rather than
912 eieio-constructor.
913 (set-slot-value): Mark as obsolete.
914 (eieio-object-class-name): Improve call to eieio-class-name.
915 (eieio-slot-descriptor-name, eieio-class-slots): New functions.
916 (object-slots): Use it. Declare obsolete.
917 (eieio-constructor): Merge it with `make-instance'.
918 (initialize-instance): Use `dolist'.
919 (eieio-override-prin1, eieio-edebug-prin1-to-string):
920 Use eieio--class-print-name.
921
922 * emacs-lisp/eieio-core.el (eieio--class-print-name): New function.
923 (eieio-class-name): Make it do what the docstring claims.
924 (eieio-defclass-internal): Simplify since `prots' isn't used any more.
925 (eieio--slot-name-index): Simplify accordingly.
926 (eieio-barf-if-slot-unbound): Pass the class object rather than its
927 name to `slot-unbound'.
928
929 * emacs-lisp/eieio-base.el (make-instance): Add a method here rather
930 than on eieio-constructor.
931
932 2015-02-16 Stefan Monnier <monnier@iro.umontreal.ca>
933
934 * emacs-lisp/cl-macs.el (cl-defstruct): Keep type=nil by default.
935 * emacs-lisp/cl-preloaded.el (cl-struct-define): Add sanity checks
936 about relationship between `type', `named', and `slots'.
937 * emacs-lisp/cl-generic.el (cl--generic-struct-tagcode): Adjust to new
938 value of `cl-struct-type' property.
939
940 2015-02-15 Jérémy Compostella <jeremy.compostella@gmail.com>
941
942 * net/tramp-sh.el (tramp-remote-process-environment): Disable paging
943 with PAGER=cat. (Bug#19870)
944
945 2015-02-14 Artur Malabarba <bruce.connor.am@gmail.com>
946
947 * emacs-lisp/package.el (package-read-all-archive-contents):
948 Don't build the compatibility table.
949 (package-refresh-contents, package-initialize): Do build the
950 compatibility table.
951 (package--build-compatibility-table): New function.
952 (describe-package-1): Describe why a package is incompatible.
953
954 2015-02-14 Stefan Monnier <monnier@iro.umontreal.ca>
955
956 * emacs-lisp/cl-preloaded.el (cl-struct-define): Register as children
957 of the parent.
958 (cl--assertion-failed): New function.
959 (cl-assertion-failed): Move in from cl-lib.el.
960
961 * emacs-lisp/cl-macs.el (cl-defstruct): Don't generate code to register
962 as children of its parents.
963 (cl--make-type-test, cl--compiler-macro-typep): Remove functions.
964 (cl-typep): Reimplement using define-inline.
965 (cl-assert): Use cl--assertion-failed.
966 (cl-struct-slot-value): Use define-inline.
967
968 * emacs-lisp/cl-lib.el: Move autoloaded code to cl-preload.
969
970 * textmodes/flyspell.el (flyspell-word): Defvar (bug#19844).
971 (flyspell-generic-check-word-p): Mark as obsolete.
972
973 2015-02-13 Artur Malabarba <bruce.connor.am@gmail.com>
974
975 * emacs-lisp/package.el (package--compatibility-table): New var.
976 (package--add-to-compatibility-table): New function.
977 (package-read-all-archive-contents): Populate compatibility table.
978 (package--incompatible-p): Also look in dependencies.
979 (describe-package-1): Fix "incompat" handling.
980
981 2015-02-13 Lars Ingebrigtsen <larsi@gnus.org>
982
983 * net/rfc2104.el: Moved here from lisp/gnus.
984
985 2015-02-13 Magnus Henoch <magnus.henoch@gmail.com>
986
987 * net/sasl-scram-rfc.el: New file.
988
989 * net/sasl.el (sasl-mechanisms): Remove SCRAM-MD5.
990 Add SCRAM-SHA-1 first.
991 (sasl-mechanism-alist): Remove SCRAM-MD5 entry. Add SCRAM-SHA-1
992 entry (bug#17636).
993
994 2015-02-13 Lars Ingebrigtsen <larsi@gnus.org>
995
996 * net/shr.el (shr-tag-li): Speed up rendering pages with lots of
997 <ul>.
998
999 2015-02-12 Oleh Krehel <ohwoeowho@gmail.com>
1000
1001 * progmodes/gdb-mi.el (gdb-display-io-nopopup): New defcustom.
1002 (gdb-inferior-filter): Don't pop up the buried output buffer when
1003 `gdb-display-io-nopopup' is non-nil.
1004
1005 2015-02-12 Fabián Ezequiel Gallina <fgallina@gnu.org>
1006
1007 python.el: Allow killing shell buffer if process is dead. (Bug#19823)
1008
1009 * progmodes/python.el (python-shell-font-lock-kill-buffer):
1010 Don't require a running process.
1011 (python-shell-font-lock-post-command-hook): Fontify only if the
1012 shell process is running.
1013
1014 2015-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
1015
1016 * hi-lock.el (hi-lock-unface-buffer): Don't call
1017 font-lock-remove-keywords if not needed (bug#19796).
1018
1019 2015-02-11 Artur Malabarba <bruce.connor.am@gmail.com>
1020
1021 * emacs-lisp/package.el (package-install): Invert the second
1022 argument, for better backwards compatibility.
1023 (package-install-button-action, package-reinstall)
1024 (package-menu-execute): Account for the change.
1025
1026 2015-02-11 Nicolas Petton <nicolas@petton.fr>
1027
1028 * emacs-lisp/seq.el (seq-reverse): Add a backward-compatible
1029 version of seq-reverse that works on sequences in Emacs 24.
1030 Bump seq.el version to 1.2.
1031
1032 2015-02-11 Artur Malabarba <bruce.connor.am@gmail.com>
1033
1034 * emacs-lisp/package.el (package--incompatible-p): New function.
1035 Return non-nil if PKG has no chance of being installable.
1036 (package--emacs-version-list): New variable.
1037 (describe-package-1, package-desc-status)
1038 (package-menu--print-info, package-menu--status-predicate):
1039 Account for the "incompat" status.
1040
1041 2015-02-11 Martin Rudalics <rudalics@gmx.at>
1042
1043 * frame.el (toggle-frame-maximized, toggle-frame-fullscreen):
1044 Rename frame parameter `maximized' to `fullscreen-restore'.
1045 Restore fullwidth/-height after fullboth state. Update doc-strings.
1046
1047 2015-02-11 Lars Ingebrigtsen <larsi@gnus.org>
1048
1049 * net/shr.el (shr-insert): Make sure the space inserted has the
1050 right font (for width).
1051 (shr-fill-line): Preserve background colours when indenting/folding.
1052 (shr-ensure-paragraph): Don't insert a new paragraph as the first
1053 item in a <li>.
1054
1055 2015-02-10 Lars Ingebrigtsen <larsi@gnus.org>
1056
1057 * net/shr.el (shr-use-fonts): New variable.
1058 (shr-fill-text): Rename from "fold".
1059 (shr-pixel-column, shr-pixel-region, shr-string-pixel-width):
1060 New functions.
1061 (shr-insert): Just insert, don't fill the text. Filling is now
1062 done afterwards per display unit.
1063 (shr-fill-lines, shr-fill-line): New functions to fill text on a
1064 per-unit base.
1065 (shr-find-fill-point): Take a "beginning" parameter.
1066 (shr-indent): Indent using the :width display parameter when using
1067 fonts.
1068 (shr-parse-style): Ignore "inherit" values, since we already do that.
1069 (shr-tag-img): Remove the insertion states.
1070 (shr-tag-blockquote): New-style filling.
1071 (shr-tag-dd): Ditto.
1072 (shr-tag-li): Ditto.
1073 (shr-mark-fill): New function to mark lines that need filling.
1074 (shr-tag-h1): Use a larger font.
1075 (shr-tag-table-1): Get the natural and suggested widths in one
1076 rendering.
1077 (shr-tag-table): Create the "fixed" version of the table only once
1078 so that we can cache data in the table.
1079 (shr-insert-table): Get colspan calculations right by having
1080 zero-width columns after colspan ones.
1081 (shr-expand-alignments): New function to make :align-to specs work
1082 right when rendered in one buffer and displayed in another one.
1083 (shr-insert-table-ruler): Use :align-to to get the widths right.
1084 (shr-make-table): Cache more.
1085 (shr-make-table-1): Use the new <td> data layout.
1086 (shr-pixel-buffer-width): New function.
1087 (shr-render-td): Add a caching layer.
1088 (shr-dom-max-natural-width): New function.
1089 (shr-tag-h1): Don't use variable-pitch fonts on fontless rendering.
1090 (shr-tag-tt): New function.
1091 (shr-tag-hr): Compute the right length when using fonts.
1092 (shr-table-widths): Off-by-one error in width computation.
1093 (shr-expand-newlines): Remove dead code.
1094 (shr-insert-table): Extend background colors to the end of the column.
1095 (shr-insert-table): Only copy the background, not underline and
1096 the like.
1097 (shr-face-background): New function.
1098
1099 2015-02-10 Fabián Ezequiel Gallina <fgallina@gnu.org>
1100
1101 python.el: Improved shell font lock respecting markers. (Bug#19650)
1102
1103 * progmodes/python.el
1104 (python-shell-font-lock-get-or-create-buffer): Use special buffer name.
1105 (python-shell-font-lock-with-font-lock-buffer): Enable font lock.
1106 (python-shell-font-lock-post-command-hook): Fontify by copying text
1107 properties from fontified buffer to shell, keeping markers unchanged.
1108 (python-shell-font-lock-turn-off): Fix typo.
1109 (python-util-text-properties-replace-name): Delete function.
1110
1111 2015-02-09 Nicolas Petton <nicolas@petton.fr>
1112
1113 * emacs-lisp/seq.el (seq-group-by): Improves seq-group-by to
1114 return sequence elements in correct order.
1115
1116 2015-02-09 Simen Heggestøyl <simenheg@gmail.com> (tiny change)
1117
1118 * textmodes/css-mode.el (css-smie-rules): Fix paren indent (bug#19815).
1119
1120 2015-02-09 Stefan Monnier <monnier@iro.umontreal.ca>
1121
1122 * emacs-lisp/cl-generic.el (cl--generic-lambda): Use macroexp-parse-body.
1123
1124 * emacs-lisp/eieio-core.el (eieio-oset-default): Catch the unexpected
1125 case where the default value would be re-interpreted as a form!
1126
1127 2015-02-09 Christopher Genovese <genovese@cmu.edu> (tiny change)
1128
1129 * help-fns.el (help-fns--signature): Keep doc for keymap.
1130
1131 2015-02-09 Kelly Dean <kelly@prtime.org>
1132
1133 * desktop.el: Save mark-ring less verbosely.
1134 (desktop-var-serdes-funs): New var.
1135 (desktop-buffer-info, desktop-create-buffer): Use it.
1136 (desktop-file-version): Update to 208.
1137
1138 2015-02-09 Leo Liu <sdl.web@gmail.com>
1139
1140 * emacs-lisp/pcase.el (pcase-lambda): New Macro. (Bug#19814)
1141
1142 * emacs-lisp/lisp-mode.el (el-kws-re): Include `pcase-lambda'.
1143
1144 * emacs-lisp/macroexp.el (macroexp-parse-body): New function.
1145
1146 2015-02-08 Paul Eggert <eggert@cs.ucla.edu>
1147
1148 Port to platforms lacking test -a and -o
1149 * Makefile.in (compile-clean):
1150 * net/tramp-sh.el (tramp-find-executable):
1151 Prefer '&&' and '||' to 'test -a' and 'test -o'.
1152
1153 2015-02-08 Artur Malabarba <bruce.connor.am@gmail.com>
1154
1155 * newcomment.el (comment-line): Fix missing paren.
1156
1157 2015-02-08 Ulrich Müller <ulm@gentoo.org>
1158
1159 * play/gamegrid.el: Update comment to reflect that the
1160 'update-game-score' helper program is now setgid by default.
1161
1162 2015-02-08 David Kastrup <dak@gnu.org>
1163
1164 * subr.el (apply-partially): Use lexical binding here.
1165
1166 2015-02-08 Artur Malabarba <bruce.connor.am@gmail.com>
1167
1168 * newcomment.el (comment-line): New command.
1169
1170 * bindings.el (ctl-x-map): Bind to `C-x C-;'.
1171
1172 2015-02-08 Oleh Krehel <ohwoeowho@gmail.com>
1173
1174 * outline.el (outline-show-entry): Fix one invisible char for the
1175 file's last outline. (Bug#19493)
1176
1177 2015-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
1178
1179 * subr.el (indirect-function): Change advertised calling convention.
1180
1181 2015-02-08 Fabián Ezequiel Gallina <fgallina@gnu.org>
1182
1183 python.el: Fix completion-at-point. (Bug#19667)
1184
1185 * progmodes/python.el
1186 (python-shell-completion-native-get-completions): Force process buffer.
1187 (python-shell-completion-at-point): Handle case where call is not
1188 in a shell buffer.
1189
1190 2015-02-08 Fabián Ezequiel Gallina <fgallina@gnu.org>
1191
1192 python.el: Fix shell font-lock multiline input. (Bug#19744)
1193
1194 * progmodes/python.el
1195 (python-shell-font-lock-post-command-hook): Handle multiline input.
1196
1197 2015-02-08 Fabián Ezequiel Gallina <fgallina@gnu.org>
1198
1199 python.el: Make shell font-lock respect markers. (Bug#19650)
1200
1201 * progmodes/python.el (python-shell-font-lock-cleanup-buffer):
1202 Use `erase-buffer`.
1203 (python-shell-font-lock-comint-output-filter-function):
1204 Handle newlines.
1205 (python-shell-font-lock-post-command-hook): Respect markers on
1206 text fontification.
1207
1208 2015-02-07 Fabián Ezequiel Gallina <fgallina@gnu.org>
1209
1210 python.el: Keep eldoc visible while typing args. (Bug#19637)
1211 * progmodes/python.el (python-eldoc--get-symbol-at-point):
1212 New function based on Carlos Pita <carlosjosepita@gmail.com> patch.
1213 (python-eldoc--get-doc-at-point, python-eldoc-at-point): Use it.
1214
1215 2015-02-07 Fabián Ezequiel Gallina <fgallina@gnu.org>
1216
1217 Fix hideshow integration. (Bug#19761)
1218 * progmodes/python.el
1219 (python-hideshow-forward-sexp-function): New function based on
1220 Carlos Pita <carlosjosepita@gmail.com> patch.
1221 (python-mode): Make `hs-special-modes-alist` use it and initialize
1222 the end regexp with the empty string to avoid skipping parens.
1223
1224 2015-02-07 Fabián Ezequiel Gallina <fgallina@gnu.org>
1225
1226 * progmodes/python.el (python-check-custom-command): Do not use
1227 defvar-local for compat with Emacs<24.3.
1228
1229 2015-02-07 Martin Rudalics <rudalics@gmx.at>
1230
1231 * frame.el (frame-notice-user-settings):
1232 Update `frame-size-history'.
1233 (make-frame): Update `frame-size-history'.
1234 Call `frame-after-make-frame'.
1235 * faces.el (face-set-after-frame-default): Remove call to
1236 frame-can-run-window-configuration-change-hook.
1237
1238 2015-02-06 Dmitry Gutov <dgutov@yandex.ru>
1239
1240 * vc/vc-cvs.el (vc-cvs-dir-status-files): Don't pass DIR to
1241 `vc-cvs-command' (bug#19732).
1242
1243 2015-02-06 Nicolas Petton <nicolas@petton.fr>
1244
1245 * emacs-lisp/seq.el (seq-mapcat, seq-partition, seq-group-by):
1246 New functions.
1247 * emacs-lisp/seq.el (seq-drop-while, seq-take-while, seq-count)
1248 (seq--drop-list, seq--take-list, seq--take-while-list):
1249 Better docstring.
1250
1251 2015-02-06 Artur Malabarba <bruce.connor.am@gmail.com>
1252
1253 * doc-view.el (doc-view-kill-proc-and-buffer): Obsolete. Use
1254 `image-kill-buffer' instead.
1255
1256 2015-02-06 Thomas Fitzsimmons <fitzsim@fitzsim.org>
1257
1258 * net/ldap.el (ldap-search-internal): Fix docstring.
1259
1260 2015-02-06 Lars Ingebrigtsen <larsi@gnus.org>
1261
1262 * subr.el (define-error): The error conditions may be constant
1263 lists, so use `append' to concatenate them.
1264
1265 2015-02-06 Wolfgang Jenkner <wjenkner@inode.at>
1266
1267 * net/network-stream.el (network-stream-open-tls): Respect the
1268 :end-of-capability setting.
1269
1270 2015-02-05 Artur Malabarba <bruce.connor.am@gmail.com>
1271
1272 * emacs-lisp/package.el (package--sort-by-dependence):
1273 New function. Return PACKAGE-LIST sorted by dependencies.
1274 (package-menu-execute): Use it to delete packages in order.
1275 (package--sort-deps-in-alist): New function.
1276 (package-menu-mark-install): Can mark dependencies.
1277 (package--newest-p): New function.
1278 (package-delete): Don't deselect when deleting an older version of
1279 an upgraded package.
1280
1281 * emacs-lisp/package.el: Add missing (require 'subr-x)
1282
1283 2015-02-05 Stefan Monnier <monnier@iro.umontreal.ca>
1284
1285 * textmodes/css-mode.el (scss-smie--not-interpolation-p): Vars can be
1286 hyphenated (bug#19263).
1287
1288 * textmodes/css-mode.el (css-fill-paragraph): Fix filling in presence
1289 of variable interpolation (bug#19751).
1290
1291 2015-02-05 Era Eriksson <era+emacs@iki.fi>
1292
1293 * json.el (json-end-of-file): New error (bug#19768).
1294 (json-pop, json-read): Use it.
1295
1296 2015-02-05 Kelly Dean <kelly@prtime.org>
1297
1298 * help-mode.el (help-xref-interned): Pass BUFFER and FRAME to
1299 `describe-variable'.
1300
1301 * help-fns.el (describe-function-or-variable): New function.
1302
1303 * help.el (help-map): Bind `describe-function-or-variable' to o.
1304 (help-for-help-internal): Document o key.
1305
1306 2015-02-05 Stefan Monnier <monnier@iro.umontreal.ca>
1307
1308 * emacs-lisp/eieio-compat.el (eieio--defmethod): Use new
1309 special (:documentation ...) feature.
1310 * emacs-lisp/eieio-core.el (eieio-make-class-predicate)
1311 (eieio-make-child-predicate): Same.
1312 (eieio-copy-parents-into-subclass): Remove unused arg.
1313 (eieio-defclass-internal): Adjust call accordingly and remove redundant
1314 `pname' var.
1315 (eieio--slot-name-index): Remove unused arg `obj' and adjust all
1316 callers accordingly.
1317
1318 * emacs-lisp/cconv.el (cconv--convert-function):
1319 Add `docstring' argument.
1320 (cconv-convert): Use it to handle the new (:documentation ...) form.
1321 (cconv-analyze-form): Handle the new (:documentation ...) form.
1322
1323 * emacs-lisp/bytecomp.el:
1324 (byte-compile-initial-macro-environment): Use macroexp-progn.
1325 (byte-compile-cl-warn): Don't silence use of cl-macroexpand-all.
1326 (byte-compile-file-form-defvar-function): Rename from
1327 byte-compile-file-form-define-abbrev-table.
1328 (defvaralias, byte-compile-file-form-custom-declare-variable): Use it.
1329 (byte-compile): Use byte-compile-top-level rather than
1330 byte-compile-lambda so we can compile non-values.
1331 (byte-compile-form): Add warnings for failed uses of lexical vars via
1332 quoted symbols.
1333 (byte-compile-unfold-bcf): Improve message for failed inlining.
1334 (byte-compile-make-closure): Handle new format of internal-make-closure
1335 for dynamically-generated docstrings.
1336
1337 * delsel.el: Deprecate the `kill' option. Use lexical-binding.
1338 (open-line): Delete like all other commands, instead of killing.
1339 (delete-active-region): Don't define any return any value.
1340
1341 * progmodes/python.el: Try to preserve compatibility with Emacs-24.
1342 (python-mode): Don't assume eldoc-documentation-function has a non-nil
1343 default.
1344
1345 2015-02-04 Sam Steingold <sds@gnu.org>
1346
1347 * progmodes/python.el (python-indent-calculate-indentation):
1348 Avoid the error when computing top-level indentation.
1349
1350 2015-02-04 Stefan Monnier <monnier@iro.umontreal.ca>
1351
1352 * emacs-lisp/cl-generic.el (cl--generic-member-method): Fix paren typo.
1353
1354 * textmodes/flyspell.el: Use lexical-binding and cl-lib.
1355 (mail-mode-flyspell-verify): Fix last change.
1356 (flyspell-external-point-words, flyspell-large-region):
1357 Avoid add-to-list on local vars.
1358
1359 2015-02-04 Tassilo Horn <tsdh@gnu.org>
1360
1361 * emacs-lisp/package.el (package-installed-p): Fix typo causing
1362 void-variable error.
1363
1364 2015-02-04 Artur Malabarba <bruce.connor.am@gmail.com>
1365
1366 * image-mode.el (image-kill-buffer): New command.
1367 (image-mode-map): Bind it to k.
1368
1369 * emacs-lisp/package.el (package-delete): Remove package from
1370 `package-selected-packages' even if it can't be deleted.
1371 (package-installed-p): Accept package-desc objects.
1372 (package-install): Can be used to mark dependencies as
1373 selected. When given a package-desc object which is already
1374 installed, the package is not downloaded again, but it is marked
1375 as selected (if it wasn't already).
1376 (package-reinstall): Accept package-desc objects.
1377
1378 2015-02-03 Artur Malabarba <bruce.connor.am@gmail.com>
1379
1380 * emacs-lisp/package.el (package-delete): Document NOSAVE.
1381 (package--get-deps): delete-dups when ONLY is nil.
1382 (package-autoremove): Warn the user if `package-selected-packages'
1383 is empty.
1384
1385 (package--user-selected-p): New function.
1386 (package-delete, package-install, package-install-from-buffer):
1387 Use it
1388 (package-selected-packages): Mention it.
1389
1390 (package-initialize): Don't populate `package-selected-packages'.
1391 (package-install-user-selected-packages, package-autoremove):
1392 Special handling for empty `package-selected-packages'.
1393 (package-install): Fix when PKG is a package-desc.
1394
1395 (package-desc-status): Add "dependency" status to the Package
1396 Menu.
1397 (package-menu--status-predicate, package-menu--print-info)
1398 (package-menu-mark-delete, package-menu--find-upgrades)
1399 (package-menu--status-predicate, describe-package-1): Use it
1400
1401 (package--removable-packages): New function.
1402 (package-autoremove): Use it.
1403 (package-menu-execute): Offer to remove unneeded packages.
1404
1405 (package--read-pkg-desc, package-tar-file-info): Fix reference to
1406 tar-desc.
1407
1408 2015-02-03 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1409
1410 * emacs-lisp/package.el (package-reinstall): Don't change package's selected status.
1411 (package-delete): New NOSAVE argument.
1412
1413 2015-02-03 Michael Albinus <michael.albinus@gmx.de>
1414
1415 * net/tramp-sh.el (tramp-histfile-override): Fix docstring.
1416 (tramp-open-shell, tramp-maybe-open-connection): Set also
1417 HISTFILESIZE and HISTSIZE when needed. (Bug#19731)
1418
1419 2015-02-02 Artur Malabarba <bruce.connor.am@gmail.com>
1420
1421 * emacs-lisp/package.el (package--find-non-dependencies):
1422 New function.
1423 (package-initialize): Use it to populate `package-selected-packages'.
1424 (package-menu-execute): Clean unnecessary `and'.
1425 (package--get-deps): Fix returning duplicates.
1426
1427 2015-02-02 Michael Albinus <michael.albinus@gmx.de>
1428
1429 * net/tramp-sh.el (tramp-histfile-override): Add another choice t.
1430 Use it as default.
1431 (tramp-open-shell, tramp-maybe-open-connection): Support it.
1432 (Bug#19731)
1433
1434 2015-02-02 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1435
1436 * emacs-lisp/package.el (package-delete): Remove package from
1437 package-selected-packages.
1438 (package-autoremove): Remove unneeded variable.
1439
1440 2015-02-01 Artur Malabarba <bruce.connor.am@gmail.com>
1441
1442 * emacs-lisp/package.el (package-selected-packages): Fix :type
1443 (package-install): Rename ARG to MARK-SELECTED.
1444 (package--get-deps): Fix for indirect dependencies.
1445 (package-used-elsewhere-p): Rename to
1446 (package--used-elsewhere-p): New function.
1447 (package-reinstall, package-user-selected-packages-install)
1448 (package-autoremove): Use sharp-quote.
1449 (package-user-selected-packages-install): Reindent and rename to
1450 (package-install-user-selected-packages): New function.
1451
1452 2015-02-01 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1453
1454 * emacs-lisp/package.el: Don't allow deleting dependencies.
1455
1456 (package-used-elsewhere-p): New function.
1457 (package-delete): Use it, return now an error when trying to
1458 delete a package used as dependency by another package.
1459
1460 Add a reinstall package command.
1461 (package-reinstall): New function.
1462
1463 Add a package-autoremove command.
1464 (package-selected-packages): New user var.
1465 (package-install): Add an optional arg to notify interactive use.
1466 Fix docstring. Save installed package to
1467 packages-installed-directly.
1468 (package-install-from-buffer): Same.
1469 (package-user-selected-packages-install): Allow installing all
1470 packages in packages-installed-directly at once.
1471 (package--get-deps): New function.
1472 (package-autoremove): New function.
1473 (package-install-button-action): Call package-install with
1474 interactive arg.
1475 (package-menu-execute): Same but only for only for not installed
1476 packages.
1477
1478 2015-01-31 Stefan Monnier <monnier@iro.umontreal.ca>
1479
1480 * emacs-lisp/eieio.el (defclass): Use new eieio-make-class-predicate
1481 and eieio-make-child-predicate.
1482 (eieio-class-parents): Use eieio--class-object.
1483 (slot-boundp, find-class, eieio-override-prin1): Avoid class-p.
1484 (slot-exists-p): Use find-class.
1485
1486 * emacs-lisp/eieio-opt.el (eieio-help-class, eieio-help-constructor):
1487 Use find-lisp-object-file-name, help-fns-short-filename and new calling
1488 convention for eieio-class-def.
1489 (eieio-build-class-list): Remove function, unused.
1490 (eieio-method-def): Remove button type, unused.
1491 (eieio-class-def): Inherit from help-function-def.
1492 (eieio--defclass-regexp): New constant.
1493 (find-function-regexp-alist): Use it.
1494 (eieio--specializers-apply-to-class-p): Handle eieio--static as well.
1495 (eieio-help-find-method-definition, eieio-help-find-class-definition):
1496 Remove functions.
1497
1498 * emacs-lisp/eieio-core.el (eieio--check-type): Remove.
1499 Use cl-check-type everywhere instead.
1500 (eieio-class-object): Remove, use find-class instead when needed.
1501 (class-p): Don't inline.
1502 (eieio-object-p): Check more thoroughly, so we don't treat cl-structs,
1503 such as eieio classes, as objects. Don't inline.
1504 (object-p): Mark as obsolete.
1505 (eieio-defclass-autoload, eieio-defclass-internal, eieio-oref)
1506 (eieio--generic-tagcode): Avoid `class-p'.
1507 (eieio-make-class-predicate, eieio-make-child-predicate): New functions.
1508 (eieio-defclass-internal): Use current-load-list rather than
1509 `class-location'.
1510
1511 * emacs-lisp/cl-generic.el (cl--generic-search-method): Fix regexp.
1512
1513 2015-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
1514
1515 * emacs-lisp/backquote.el (backquote-delay-process): Don't reuse `s'
1516 since it may be "equivalent" in some sense, yet different (bug#19734).
1517
1518 2015-01-30 Oleh Krehel <ohwoeowho@gmail.com>
1519
1520 * outline.el (outline-font-lock-face): Add docstring.
1521 (outline-invisible-p): Improve docstring.
1522 (outline-invent-heading): Add docstring.
1523 (outline-promote): Improve docstring.
1524 (outline-demote): Improve docstring.
1525 (outline-head-from-level): Improve docstring.
1526 (outline-end-of-heading): Add docstring.
1527 (outline-next-visible-heading): Improve docstring.
1528 (outline-previous-visible-heading): Improve docstring.
1529 (outline-hide-region-body): Improve docstring.
1530 (outline-flag-subtree): Add docstring.
1531 (outline-end-of-subtree): Add docstring.
1532 (outline-headers-as-kill): Improve docstring.
1533
1534 2015-01-30 Oleh Krehel <ohwoeowho@gmail.com>
1535
1536 * outline.el (outline-hide-entry): Rename from `hide-entry'.
1537 (hide-entry): Declare as obsolete.
1538 (outline-show-entry): Rename from `show-entry'.
1539 (show-entry): Declare as obsolete.
1540 (outline-hide-body): Rename from `hide-body'.
1541 (hide-body): Declare as obsolete.
1542 (outline-hide-region-body): Rename from `hide-region-body'.
1543 (hide-region-body): Declare as obsolete.
1544 (outline-show-all): Rename from `show-all'.
1545 (show-all): Declare as obsolete.
1546 (outline-hide-subtree): Rename from `hide-subtree'.
1547 (hide-subtree): Declare as obsolete.
1548 (outline-hide-leaves): Rename from `hide-leaves'.
1549 (hide-leaves): Declare as obsolete.
1550 (outline-show-subtree): Rename from `show-subtree'.
1551 (show-subtree): Declare as obsolete.
1552 (outline-hide-sublevels): Rename from `hide-sublevels'.
1553 (hide-sublevels): Declare as obsolete.
1554 (outline-hide-other): Rename from `hide-other'.
1555 (hide-other): Declare as obsolete.
1556 (outline-show-children): Rename from `show-children'.
1557 (show-children): Declare as obsolete.
1558 (outline-show-branches): Rename from `show-branches'.
1559 (show-branches): Declare as obsolete.
1560
1561 2015-01-30 Oleh Krehel <ohwoeowho@gmail.com>
1562
1563 * outline.el (outline-mode): Clean up docstring.
1564 (font-lock-warning-face): Remove obsolete declaration.
1565 (outline-font-lock-face): Remove obsolete comment.
1566
1567 2015-01-30 Oleh Krehel <ohwoeowho@gmail.com>
1568
1569 * lisp/custom.el (defface): Set `indent' to 1.
1570
1571 2015-01-30 Oleh Krehel <ohwoeowho@gmail.com>
1572
1573 * emacs-lisp/easy-mmode.el (define-minor-mode): Set `indent' to 1.
1574
1575 2015-01-30 Michal Nazarewicz <mina86@mina86.com>
1576
1577 * lisp/files.el (save-buffers-kill-emacs): If `confirm-kill-emacs'
1578 is set, but user has just been asked whether they really want to
1579 kill Emacs (for example with a ‘Modified buffers exist; exit
1580 anyway?’ prompt), do not ask them for another confirmation.
1581
1582 2015-01-29 Jay Belanger <jay.p.belanger@gmail.com>
1583
1584 * lisp/calc/calc-units.el (calc-convert-exact-units): New function.
1585 (calc-convert-units): Check for missing units.
1586 (math-consistent-units-p): Strengthen the test for consistent units.
1587
1588 * lisp/calc/calc-ext.el (calc-init-extensions): Autoload
1589 `calc-convert-exact-units' and assign it a keybinding.
1590
1591 * lisp/calc/calc-help (calc-u-prefix-help): Add help for the
1592 "un" keybinding.
1593
1594 2015-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
1595
1596 * emacs-lisp/cl.el (cl--function-convert): Simplify.
1597
1598 2015-01-28 Tassilo Horn <tsdh@gnu.org>
1599
1600 * textmodes/reftex.el (reftex-syntax-table-for-bib): Give ( and )
1601 punctuation syntax since to allow bibtex fields with values such
1602 as {Test 1) and 2)} (bug#19205, bug#19707).
1603 (reftex--prepare-syntax-tables): New function.
1604 (reftex-mode): Use it.
1605
1606 2015-01-28 Fabián Ezequiel Gallina <fgallina@gnu.org>
1607
1608 python.el: New non-global state dependent indentation engine.
1609 (Bug#18319, Bug#19595)
1610 * progmodes/python.el (python-syntax-comment-or-string-p):
1611 Accept PPSS as argument.
1612 (python-syntax-closing-paren-p): New function.
1613 (python-indent-current-level)
1614 (python-indent-levels): Mark obsolete.
1615 (python-indent-context): Return more context cases.
1616 (python-indent--calculate-indentation)
1617 (python-indent--calculate-levels): New functions.
1618 (python-indent-calculate-levels): Use them.
1619 (python-indent-calculate-indentation, python-indent-line):
1620 (python-indent-line-function): Rewritten to use new API.
1621 (python-indent-dedent-line): Simplify logic.
1622 (python-indent-dedent-line-backspace): Use `unless`.
1623 (python-indent-toggle-levels): Delete function.
1624
1625 2015-01-28 Daniel Koning <dk@danielkoning.com> (tiny change)
1626
1627 * subr.el (posnp): Correct docstring of `posnp'.
1628 (posn-col-row): Make it work with all mouse position objects.
1629 * textmodes/artist.el (artist-mouse-draw-continously):
1630 Cancel timers if an error occurs during continuous drawing. (Bug#6130)
1631
1632 2015-01-28 Eli Zaretskii <eliz@gnu.org>
1633
1634 * button.el (button-activate, push-button): Doc fix. (Bug#19628)
1635
1636 2015-01-28 Michael Albinus <michael.albinus@gmx.de>
1637
1638 * filenotify.el (file-notify-descriptors, file-notify-handle-event):
1639 Adapt docstring.
1640 (file-notify--descriptor): New defun.
1641 (file-notify-callback, file-notify-add-watch, file-notify-rm-watch):
1642 Adapt docstring. Handle multiple values for
1643 `file-notify-descriptors' entries. (Bug#18880)
1644
1645 * net/tramp.el (tramp-handle-file-notify-rm-watch): Do not check
1646 `file-notify-descriptors', the implementation has been changed.
1647
1648 2015-01-28 Eli Zaretskii <eliz@gnu.org>
1649
1650 * net/net-utils.el (net-utils-run-program, net-utils-run-simple):
1651 On MS-Windows, bind coding-system-for-read to the console output
1652 codepage. (Bug#19458)
1653
1654 2015-01-28 Dmitry Gutov <dgutov@yandex.ru>
1655
1656 Unbreak `mouse-action' property in text buttons.
1657 * button.el (push-button): Fix regression from 2012-12-06.
1658
1659 2015-01-28 Glenn Morris <rgm@gnu.org>
1660
1661 * progmodes/sh-script.el (sh-mode): Doc fix.
1662 (sh-basic-indent-line): Handle electric newline. (Bug#18756)
1663
1664 2015-01-28 Paul Eggert <eggert@cs.ucla.edu>
1665
1666 Fix dired quoting bug with "Hit`N`Hide".
1667 * files.el (shell-quote-wildcard-pattern): Also quote "`". (Bug#19498)
1668
1669 2015-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
1670
1671 Tighten up the tagcode used for eieio and cl-struct objects.
1672 * loadup.el: Load cl-preloaded.
1673 * emacs-lisp/eieio-core.el (eieio-defclass-internal): Set the function
1674 slot of the tag symbol to :quick-object-witness-check.
1675 (eieio-object-p): Use :quick-object-witness-check.
1676 (eieio--generic-tagcode): Use cl--generic-struct-tag.
1677 * emacs-lisp/cl-preloaded.el: New file.
1678 * emacs-lisp/cl-macs.el (cl--bind-inits): Remove, unused.
1679 (cl--transform-lambda, cl-destructuring-bind): Remove cl--bind-inits.
1680 (cl--make-usage-args): Strip away &aux args.
1681 (cl-case, cl-typecase, cl--parse-loop-clause): Use macroexp-let2.
1682 (cl-the, cl-check-type): Use macroexp-let2 and cl-typep.
1683 (cl-defstruct): Use `declare' and cl-struct-define.
1684 * emacs-lisp/cl-generic.el (cl--generic-struct-tag): New function.
1685 (cl--generic-struct-tagcode): Use it to tighten the tagcode.
1686
1687 2015-01-27 Katsumi Yamaoka <yamaoka@jpl.org>
1688
1689 * emacs-lisp/cl.el (cl--function-convert):
1690 Merge cache that cl--labels-convert adds (bug#19699).
1691
1692 2015-01-27 Ivan Shmakov <ivan@siamics.net>
1693
1694 * tar-mode.el: Allow for adding new archive members. (Bug#19274)
1695 (tar-new-regular-file-header, tar--pad-to, tar--put-at)
1696 (tar-header-serialize): New functions.
1697 (tar-current-position): Split from tar-current-descriptor.
1698 (tar-current-descriptor): Use it.
1699 (tar-new-entry): New command.
1700 (tar-mode-map): Bind it.
1701
1702 2015-01-27 Sam Steingold <sds@gnu.org>
1703
1704 * progmodes/python.el (python-check-custom-command): Buffer local
1705 because it usually includes the buffer name.
1706 (python-check-command): Set to epylint when pyflakes is not available.
1707
1708 2015-01-27 Artur Malabarba <bruce.connor.am@gmail.com>
1709
1710 * isearch.el (isearch-process-search-char): Add docstring.
1711
1712 2015-01-27 Oleh Krehel <ohwoeowho@gmail.com>
1713
1714 * emacs-lisp/derived.el (define-derived-mode): Declare indent 3.
1715
1716 2015-01-27 Katsumi Yamaoka <yamaoka@jpl.org>
1717
1718 * emacs-lisp/cl.el (cl--function-convert): Run cl--labels-convert
1719 for the case cl-flet or cl-labels form is wrapped with lexical-let
1720 (bug#19613).
1721
1722 2015-01-26 Stefan Monnier <monnier@iro.umontreal.ca>
1723
1724 * emacs-lisp/cl-generic.el (cl--generic-method): New struct.
1725 (cl--generic): The method-table is now a (list-of cl--generic-method).
1726 (cl--generic-member-method): New function.
1727 (cl-generic-define-method): Use it.
1728 (cl--generic-build-combined-method, cl--generic-cache-miss):
1729 Adapt to new method-table.
1730 (cl--generic-no-next-method-function): Add `method' argument.
1731 (cl-generic-call-method): Adapt to new method representation.
1732 (cl--generic-cnm-sample, cl--generic-nnm-sample): Adjust.
1733 (cl-find-method, cl-method-qualifiers): New functions.
1734 (cl--generic-method-info): Adapt to new method representation.
1735 Return a string for the qualifiers.
1736 (cl--generic-describe):
1737 * emacs-lisp/eieio-opt.el (eieio-help-class): Adjust accordingly.
1738 (eieio-all-generic-functions, eieio-method-documentation):
1739 Adjust to new method representation.
1740
1741 * emacs-lisp/eieio-compat.el (eieio--defmethod): Use cl-find-method.
1742
1743 2015-01-26 Stefan Monnier <monnier@iro.umontreal.ca>
1744
1745 * emacs-lisp/cl-generic.el: Add a method-combination hook.
1746 (cl-generic-method-combination-function): New var.
1747 (cl--generic-lambda): Remove `with-cnm' arg.
1748 (cl-defmethod): Change accordingly.
1749 (cl-generic-define-method): Don't check qualifiers validity.
1750 Preserve all qualifiers in `method-table'.
1751 (cl-generic-call-method): New function.
1752 (cl--generic-nest): Remove (morph into cl-generic-call-method).
1753 (cl--generic-build-combined-method): Adjust to new format of method-table
1754 and use cl-generic-method-combination-function.
1755 (cl--generic-standard-method-combination): New function, extracted from
1756 cl--generic-build-combined-method.
1757 (cl--generic-cnm-sample): Adjust to new format of method-table.
1758
1759 * emacs-lisp/eieio-compat.el (eieio--defmethod): Use () qualifiers
1760 instead of :primary.
1761
1762 * emacs-lisp/eieio-datadebug.el (eieio-debug-methodinvoke):
1763 Remove obsolete function.
1764
1765 2015-01-26 Lars Ingebrigtsen <larsi@gnus.org>
1766
1767 * net/shr.el (shr-make-table-1): Fix colspan typo.
1768 (shr-make-table-1): Add comments.
1769 (shr-make-table-1): Make colspan display more sensibly.
1770
1771 * net/eww.el (eww-add-bookmark): Fix prompt and clean up the code
1772 slightly.
1773
1774 2015-01-25 Stefan Monnier <monnier@iro.umontreal.ca>
1775
1776 * emacs-lisp/cl-generic.el (cl--generic-no-next-method-function): New fun.
1777 (cl--generic-build-combined-method, cl--generic-nnm-sample): Use it
1778 (bug#19672).
1779 (cl--generic-typeof-types): Add support for `sequence'.
1780 (cl-defmethod): Add non-keywords in the qualifiers.
1781
1782 2015-01-25 Dmitry Gutov <dgutov@yandex.ru>
1783
1784 * emacs-lisp/find-func.el (find-function-regexp): Don't match
1785 `defgroup' (regression from the previous change here).
1786
1787 2015-01-23 Thomas Fitzsimmons <fitzsim@fitzsim.org>
1788
1789 * net/ldap.el (ldap-search-internal): Mention binddn in invalid
1790 credentials error message.
1791
1792 2015-01-23 Thomas Fitzsimmons <fitzsim@fitzsim.org>
1793
1794 * net/ldap.el (ldap-password-read): Validate password before
1795 caching it.
1796 (ldap-search-internal): Handle ldapsearch error conditions.
1797
1798 2015-01-23 Thomas Fitzsimmons <fitzsim@fitzsim.org>
1799
1800 * net/ldap.el (ldap-password-read): Handle password-cache being nil.
1801
1802 2015-01-23 Thomas Fitzsimmons <fitzsim@fitzsim.org>
1803
1804 * net/eudc.el (eudc-expand-inline): Always restore former server
1805 and protocol.
1806
1807 2015-01-23 Thomas Fitzsimmons <fitzsim@fitzsim.org>
1808
1809 * net/eudcb-ldap.el: Don't nag the user in case a default base is
1810 provided by the LDAP system configuration file.
1811
1812 2015-01-23 Thomas Fitzsimmons <fitzsim@fitzsim.org>
1813
1814 * net/eudc.el (eudc-format-query): Preserve the
1815 eudc-inline-query-format ordering of attributes in the returned list.
1816 * net/eudcb-ldap.el (eudc-ldap-format-query-as-rfc1558):
1817 Append the LDAP wildcard character to the last attribute value.
1818
1819 2015-01-23 Thomas Fitzsimmons <fitzsim@fitzsim.org>
1820
1821 * net/eudcb-ldap.el (eudc-ldap-cleanup-record-simple):
1822 Downcase field names of LDAP results.
1823 (eudc-ldap-cleanup-record-filtering-addresses): Likewise.
1824
1825 2015-01-23 Thomas Fitzsimmons <fitzsim@fitzsim.org>
1826
1827 * net/ldap.el (ldap-ldapsearch-password-prompt): New defcustom.
1828 (ldap-search-internal): Send password to ldapsearch through a pipe
1829 instead of via the command line.
1830
1831 2015-01-23 Thomas Fitzsimmons <fitzsim@fitzsim.org>
1832
1833 * net/ldap.el: Require password-cache.
1834 (ldap-password-read): New function.
1835 (ldap-search-internal): Call ldap-password-read when it is
1836 configured to be called.
1837
1838 2015-01-23 Thomas Fitzsimmons <fitzsim@fitzsim.org>
1839
1840 * net/eudc-vars.el (eudc-expansion-overwrites-query):
1841 Change default to nil.
1842
1843 2015-01-23 Thomas Fitzsimmons <fitzsim@fitzsim.org>
1844
1845 * net/eudc.el (eudc-expand-inline): Ignore text properties of
1846 string-to-expand.
1847
1848 2015-01-23 Thomas Fitzsimmons <fitzsim@fitzsim.org>
1849
1850 * net/eudc-vars.el (eudc-inline-expansion-format): Default to a
1851 format that includes first name and surname.
1852
1853 2015-01-23 Thomas Fitzsimmons <fitzsim@fitzsim.org>
1854
1855 * net/eudc-vars.el (eudc-inline-query-format): Change default to
1856 query email and first name instead of surname.
1857
1858 2015-01-23 Thomas Fitzsimmons <fitzsim@fitzsim.org>
1859
1860 * net/ldap.el (ldap-search-internal): Support new-style LDAP URIs.
1861
1862 2015-01-23 Thomas Fitzsimmons <fitzsim@fitzsim.org>
1863
1864 * net/eudc-vars.el (eudc-server): Adjust docstring to mention
1865 eudc-server-hotlist.
1866 (eudc-server-hotlist): Move from eudc.el and make defcustom.
1867 * net/eudc.el (eudc-server-hotlist): Move to eudc-vars.el.
1868 (eudc-set-server): Allow setting protocol to nil.
1869 (eudc-expand-inline): Support hotlist-only expansions when server
1870 is not set.
1871
1872 2015-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
1873
1874 * emacs-lisp/cl-generic.el (cl-no-primary-method): New fun and error.
1875 (cl--generic-build-combined-method): Use it.
1876
1877 2015-01-22 Paul Eggert <eggert@cs.ucla.edu>
1878
1879 Don't downcase system diagnostics' first letters
1880 * emacs-lisp/bytecomp.el (byte-compile-file):
1881 * ffap.el (find-file-at-point):
1882 * files.el (insert-file-1):
1883 * net/ange-ftp.el (ange-ftp-barf-if-not-directory)
1884 (ange-ftp-copy-file-internal):
1885 * progmodes/etags.el (visit-tags-table):
1886 Keep diagnostics consistent with system's.
1887 * ffap.el (ffap-machine-p):
1888 Ignore case while comparing diagnostics.
1889
1890 2015-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
1891
1892 * help.el (help-make-usage): Don't turn a "_" arg into an empty-string
1893 arg (bug#19645).
1894 * emacs-lisp/cl-generic.el (cl--generic-lambda): Don't confuse a string
1895 body with a docstring.
1896
1897 2015-01-22 Dmitry Gutov <dgutov@yandex.ru>
1898
1899 * progmodes/xref.el (xref-location-marker, xref-location-group):
1900 Use `cl-defgeneric' and `cl-defmethod' instead of the EIEIO
1901 counterparts.
1902
1903 * progmodes/etags.el (xref-location-marker): Same.
1904
1905 * progmodes/xref.el (xref--current): Rename from `xref--selected'.
1906 (xref--inhibit-mark-current): Rename from
1907 `xref--inhibit-mark-selected'. Update the usages.
1908 (xref-quit): Reword the docstring. Kill buffers after quitting
1909 windows instead of before.
1910 (xref--insert-xrefs): Tweak help-echo.
1911 (xref--read-identifier-history, xref--read-pattern-history):
1912 New variables.
1913 (xref--read-identifier, xref-find-apropos): Use them.
1914
1915 2015-01-21 Ulrich Müller <ulm@gentoo.org>
1916
1917 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
1918 Allow the 'update-game-score' helper program to run suid or sgid.
1919
1920 2015-01-21 Stefan Monnier <monnier@iro.umontreal.ca>
1921
1922 * emacs-lisp/eieio.el: Use cl-defmethod.
1923 (defclass): Generate cl-defmethod calls; use setf methods for :accessor.
1924 (eieio-object-name-string): Declare as obsolete.
1925
1926 * emacs-lisp/eieio-opt.el: Adapt to cl-generic.
1927 (eieio--specializers-apply-to-class-p): New function.
1928 (eieio-all-generic-functions): Use it.
1929 (eieio-method-documentation): Use it as well as cl--generic-method-info.
1930 Change format of return value.
1931 (eieio-help-class): Adapt accordingly.
1932
1933 * emacs-lisp/eieio-compat.el (eieio--defmethod): Avoid no-next-method
1934 errors when there's a `before' but no `primary' (bug#19645).
1935 (next-method-p): Return nil rather than signal an error.
1936 (eieio-defgeneric): Remove bogus (fboundp 'method).
1937
1938 * emacs-lisp/eieio-speedbar.el:
1939 * emacs-lisp/eieio-datadebug.el:
1940 * emacs-lisp/eieio-custom.el:
1941 * emacs-lisp/eieio-base.el: Use cl-defmethod.
1942
1943 * emacs-lisp/cl-generic.el (cl-defgeneric): Add support for `declare'.
1944 (cl--generic-setf-rewrite): Setup the setf expander right away.
1945 (cl-defmethod): Make sure the setf expander is setup before we expand
1946 the body.
1947 (cl-defmethod): Silence byte-compiler warnings.
1948 (cl-generic-define-method): Shuffle code to change return value.
1949 (cl--generic-method-info): New function, extracted from
1950 cl--generic-describe.
1951 (cl--generic-describe): Use it.
1952
1953 2015-01-21 Dmitry Gutov <dgutov@yandex.ru>
1954
1955 * progmodes/xref.el (xref--xref-buffer-mode-map): Define before
1956 the major mode. Remap `quit-window' to `xref-quit'.
1957 (xref--xref-buffer-mode): Inherit from special-mode.
1958
1959 xref: Keep track of temporary buffers (bug#19466).
1960 * progmodes/xref.el (xref--temporary-buffers, xref--selected)
1961 (xref--inhibit-mark-selected): New variables.
1962 (xref--mark-selected): New function.
1963 (xref--show-location): Maybe add the buffer to
1964 `xref--temporary-buffers', add `xref--mark-selected' to
1965 `buffer-list-update-hook' there.
1966 (xref--window): Add docstring.
1967 (xref-quit): Rename from `xref--quit'. Update both references.
1968 Add KILL argument. When it's non-nil, kill the temporary buffers
1969 that haven't been selected by the user.
1970 (xref--show-xref-buffer): Change the second argument to alist,
1971 extract the values for `xref--window' and
1972 `xref--temporary-buffers' from it. Add `xref--mark-selected' to
1973 `buffer-list-update-hook' to each buffer in the list.
1974 (xref--show-xrefs): Move the logic of calling `xref-find-function'
1975 here. Save the difference between buffer lists before and after
1976 it's called as "temporary buffers", and `pass it to
1977 `xref-show-xrefs-function'.
1978 (xref--find-definitions, xref-find-references)
1979 (xref-find-apropos): Update accordingly.
1980
1981 2015-01-20 Artur Malabarba <bruce.connor.am@gmail.com>
1982
1983 * emacs-lisp/package.el (package-dir-info): Fix `while' logic.
1984
1985 2015-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
1986
1987 * emacs-lisp/eieio-generic.el: Remove.
1988 (defgeneric, defmethod): Move to eieio-compat.el. Mark obsolete.
1989 * emacs-lisp/eieio-compat.el: New file.
1990 * emacs-lisp/eieio.el: Don't require eieio-generic any more.
1991 * emacs-lisp/eieio-core.el (eieio--slot-originating-class-p):
1992 Remove unused function.
1993 (eieio-defclass): Move to eieio-compat.el.
1994 * emacs-lisp/macroexp.el (macroexp-macroexpand): New function.
1995 (macroexp--expand-all): Use it.
1996 * emacs-lisp/bytecomp.el (byte-compile-recurse-toplevel): Here too.
1997
1998 2015-01-20 Michal Nazarewicz <mina86@mina86.com>
1999
2000 * emacs-lisp/eldoc.el (eldoc-documentation-function): Describe how
2001 major modes should use `add-function' to alter value of the variable.
2002 * hexl.el (hexl-mode):
2003 * ielm.el (inferior-emacs-lisp-mode):
2004 * progmodes/cfengine.el (cfengine3-mode):
2005 * progmodes/elisp-mode (emacs-lisp-mode):
2006 * progmodes/octave.el (octave-mode):
2007 * progmodes/python.el (python-mode):
2008 * simple.el (read--expression): Set `eldoc-documentation-function'
2009 using `add-function' so the default value is always used.
2010
2011 * descr-text.el (describe-char-eldoc): New function returning
2012 basic Unicode codepoint information (e.g. name) about character
2013 at point. It is meant to be used as a default value of the
2014 `eldoc-documentation-function' variable.
2015 (describe-char-eldoc--format, describe-char-eldoc--truncate):
2016 New helper functions for `describe-char-eldoc' function.
2017
2018 2015-01-20 Michal Nazarewicz <mina86@mina86.com>
2019
2020 * textmodes/paragraphs.el (sentence-end-base): Include an
2021 ellipsis (…) and interrobang (‽) characters as end of a sentence,
2022 and a closing single quote (’) as an end of a quote.
2023
2024 2015-01-20 Michal Nazarewicz <mina86@mina86.com>
2025
2026 * textmodes/tildify.el (tildify-double-space-undos): A new
2027 variable specifying whether pressing space in `tildify-mode' after
2028 a space has been replaced with hard space undos the substitution.
2029 (tildify-space): Add code branch for handling `tildify-doule-space'.
2030
2031 * textmodes/tildify.el (tildify-space): A new function
2032 which can be used as a `post-self-insert-hook' to automatically
2033 convert spaces into hard spaces.
2034 (tildify-space-pattern): A new variable specifying pattern where
2035 `tildify-space' should take effect.
2036 (tildify-space-predicates): A new variable specifying list of
2037 predicate functions that all must return non-nil for
2038 `tildify-space' to take effect.
2039 (tildify-space-region-predicate): A new functions meant to be
2040 used as a predicate in `tildify-space-predicates' list.
2041 (tildify-mode): A new minor mode enabling `tildify-space' as a
2042 `post-self-insert-hook'
2043
2044 2015-01-20 Daniel Colascione <dancol@dancol.org>
2045
2046 * vc/vc-dir.el (vc-dir): Default to repository root, not
2047 default-directory.
2048
2049 2015-01-20 Dmitry Gutov <dgutov@yandex.ru>
2050
2051 * progmodes/etags.el (xref-etags-location): New class.
2052 (xref-make-etags-location): New function.
2053 (etags--xref-find-definitions): Use it.
2054 (xref-location-marker): New method implementation.
2055
2056 * progmodes/xref.el: Mention that xref-location is an EIEIO class.
2057 (xref--insert-xrefs): Expand help-echo string.
2058
2059 2015-01-19 Dmitry Gutov <dgutov@yandex.ru>
2060
2061 * ido.el: Update Customization instructions.
2062
2063 2015-01-19 Jonas Bernoulli <jonas@bernoul.li>
2064
2065 Define Ido keymaps once (bug#17000).
2066 * ido.el (ido-common-completion-map)
2067 (ido-file-dir-completion-map)
2068 (ido-file-completion-map, ido-buffer-completion-map): Set up key
2069 bindings when each variable is defined.
2070 (ido-completion-map): Move definition.
2071 (ido-init-completion-maps): Noop.
2072 (ido-common-initialization): Don't call it.
2073 (ido-setup-completion-map): Improve doc-string, cleanup.
2074
2075 2015-01-19 Ivan Shmakov <ivan@siamics.net>
2076
2077 * cus-dep.el (custom-make-dependencies): Ensure that
2078 default-directory is interpreted as a directory (see bug#19140.)
2079
2080 2015-01-19 Dmitry Gutov <dgutov@yandex.ru>
2081
2082 * progmodes/xref.el (xref--display-position):
2083 Set `other-window-scroll-buffer'.
2084 (xref-goto-xref): Use `user-error'.
2085
2086 2015-01-19 Dmitry Gutov <dgutov@yandex.ru>
2087
2088 * progmodes/xref.el (xref--display-history): New variable.
2089 (xref--window-configuration): Remove.
2090 (xref--save-to-history): New function.
2091 (xref--display-position): Use it. Add new argument.
2092 (xref--restore-window-configuration): Remove.
2093 (xref--show-location, xref-show-location-at-point):
2094 Update accordingly.
2095 (xref--xref-buffer-mode): Don't use `pre-command-hook'.
2096 (xref--quit): New command.
2097 (xref-goto-xref): Use it.
2098 (xref--xref-buffer-mode-map): Bind `q' to it.
2099
2100 2015-01-18 Dmitry Gutov <dgutov@yandex.ru>
2101
2102 * progmodes/xref.el (xref-goto-xref): Perform the jump even inside
2103 indentation or at eol.
2104
2105 2015-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
2106
2107 * emacs-lisp/eieio-core.el: Add `subclass' specializer for cl-generic.
2108 (eieio--generic-subclass-tagcode, eieio--generic-subclass-tag-types):
2109 New functions.
2110 (cl-generic-tagcode-function, cl-generic-tag-types-function): Use them.
2111
2112 * emacs-lisp/eieio.el (defclass): Add obsolescence warning for the
2113 `newname' argument.
2114
2115 * emacs-lisp/cl-generic.el (cl-generic-define-method): Correctly handle
2116 introduction of a new dispatch argument.
2117 (cl--generic-cache-miss): Handle dispatch on an argument which was not
2118 considered as dispatchable for this method.
2119 (cl-defmethod): Warn when adding a method to an obsolete generic function.
2120 (cl--generic-lambda): Make sure it works if cl-lib is not yet loaded.
2121
2122 * emacs-lisp/eieio-generic.el (eieio--defgeneric-init-form): Use autoloadp.
2123
2124 2015-01-18 Artur Malabarba <bruce.connor.am@gmail.com>
2125
2126 * emacs-lisp/package.el (package--append-to-alist): Rename from
2127 `package--add-to-alist'
2128 Updated docstring due to new name.
2129
2130 2015-01-18 Leo Liu <sdl.web@gmail.com>
2131
2132 * emacs-lisp/cl-extra.el (cl-subseq): Use seq-subseq and fix
2133 multiple evaluation. (Bug#19519)
2134
2135 * emacs-lisp/seq.el (seq-subseq): Throw bad bounding indices
2136 error. (Bug#19434)
2137
2138 2015-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
2139
2140 * emacs-lisp/eieio-core.el: Add `subclass' specializer for cl-generic.
2141 (eieio--generic-subclass-tagcode, eieio--generic-subclass-tag-types):
2142 New functions.
2143 (cl-generic-tagcode-function, cl-generic-tag-types-function): Use them.
2144
2145 * emacs-lisp/cl-macs.el (cl-defstruct): Minor optimization when include
2146 or print is nil.
2147 (cl-struct-type-p): New function.
2148
2149 * emacs-lisp/cl-generic.el: Add support for cl-next-method-p.
2150 (cl-defmethod): Add edebug spec.
2151 (cl--generic-build-combined-method): Fix call to
2152 cl-no-applicable-method.
2153 (cl--generic-nnm-sample, cl--generic-cnm-sample): New constant.
2154 (cl--generic-isnot-nnm-p): New function.
2155 (cl--generic-lambda): Use it to add support for cl-next-method-p.
2156 (cl-no-next-method, cl-no-applicable-method): Simplify arg list.
2157 (cl-next-method-p): New function.
2158
2159 2015-01-17 Ulrich Müller <ulm@gentoo.org>
2160
2161 * version.el (emacs-repository-get-version): Update docstring.
2162
2163 2015-01-17 Ivan Shmakov <ivan@siamics.net>
2164
2165 * files.el (find-file-other-window, find-file-other-frame):
2166 Use mapc instead of mapcar. (Bug#18175)
2167
2168 * files.el (dir-locals-collect-variables): Use default-directory
2169 in place of the file name while working on non-file buffers, just
2170 like hack-dir-local-variables already does. (Bug#19140)
2171
2172 * textmodes/enriched.el (enriched-encode):
2173 Use inhibit-point-motion-hooks in addition to inhibit-read-only.
2174 (Bug#18246)
2175
2176 * desktop.el (desktop-read): Do not call desktop-clear when no
2177 desktop file is found. (Bug#18371)
2178
2179 * misearch.el (multi-isearch-unload-function): New function.
2180 (misearch-unload-function): New alias. (Bug#19566)
2181
2182 2015-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
2183
2184 * emacs-lisp/eieio-core.el (eieio--class-constructor): Rename from
2185 class-constructor, and make it an alias for `identity'.
2186 Update all callers.
2187
2188 * emacs-lisp/eieio.el (eieio-constructor): Handle obsolete object name
2189 argument here (bug#19620)...
2190 (defclass): ...instead of in the constructor here.
2191
2192 2015-01-16 Jorgen Schaefer <contact@jorgenschaefer.de>
2193
2194 * emacs-lisp/package.el (package-archive-priorities):
2195 Specify correct type.
2196
2197 2015-01-17 Ulrich Müller <ulm@gentoo.org>
2198
2199 * version.el (emacs-bzr-version-dirstate, emacs-bzr-version-bzr):
2200 Remove.
2201 (emacs-repository-get-version): Discard the Bazaar case.
2202 * vc/vc-bzr.el (vc-bzr-version-dirstate): Rename from
2203 emacs-bzr-version-dirstate and move from version.el to here.
2204 (vc-bzr-working-revision): Use it.
2205
2206 2015-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
2207
2208 * emacs-lisp/eieio-generic.el (call-next-method): Don't bother checking
2209 eieio--scoped-class any more.
2210
2211 * emacs-lisp/eieio-core.el (eieio--scoped-class-stack): Remove var.
2212 (eieio--scoped-class): Remove function.
2213 (eieio--with-scoped-class): Remove macro. Replace uses with `progn'.
2214 (eieio--slot-name-index): Don't check the :protection anymore.
2215 (eieio-initializing-object): Remove var.
2216 (eieio-set-defaults): Don't let-bind eieio-initializing-object.
2217
2218 2015-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
2219
2220 Improve handling of doc-strings and describe-function for cl-generic.
2221
2222 * help-mode.el (help-function-def): Add optional arg `type'.
2223
2224 * help-fns.el (find-lisp-object-file-name): Accept any `type' as long
2225 as it's a symbol.
2226 (help-fns-short-filename): New function.
2227 (describe-function-1): Use it. Use autoload-do-load.
2228
2229 * emacs-lisp/find-func.el: Use lexical-binding.
2230 (find-function-regexp): Don't rule out `defgeneric'.
2231 (find-function-regexp-alist): Document new possibility of including
2232 a function instead of a regexp.
2233 (find-function-search-for-symbol): Implement that new possibility.
2234 (find-function-library): Don't assume that `function' is a symbol.
2235 (find-function-do-it): Remove unused var `orig-buf'.
2236
2237 * emacs-lisp/eieio-generic.el (eieio--defalias): Move from eieio-core.
2238 (eieio--defgeneric-init-form): Don't throw away a previous docstring.
2239 (eieio--method-optimize-primary): Don't mess with the docstring.
2240 (defgeneric): Keep the `args' in the docstring.
2241 (defmethod): Don't use the method's docstring for the generic
2242 function's docstring.
2243
2244 * emacs-lisp/eieio-core.el (eieio--defalias): Move to eieio-generic.el.
2245 (eieio-defclass-autoload): Don't record the superclasses any more.
2246 (eieio-defclass-internal): Reuse the old class object if it was just an
2247 autoload stub.
2248 (eieio--class-precedence-list): Load the class if it's autoloaded.
2249
2250 * emacs-lisp/cl-generic.el (cl-generic-ensure-function): It's OK to
2251 override an autoload.
2252 (cl-generic-current-method-specializers): Replace dyn-bind variable
2253 with a lexically-scoped macro.
2254 (cl--generic-lambda): Update accordingly.
2255 (cl-generic-define-method): Record manually in the load-history with
2256 type `cl-defmethod'.
2257 (cl--generic-get-dispatcher): Minor optimization.
2258 (cl--generic-search-method): New function.
2259 (find-function-regexp-alist): Add entry for `cl-defmethod' type.
2260 (cl--generic-search-method): Add hyperlinks for methods. Merge the
2261 specializers and the function's arguments.
2262
2263 2015-01-16 Artur Malabarba <bruce.connor.am@gmail.com>
2264
2265 * emacs-lisp/package.el (package--read-pkg-desc):
2266 New function. Read a `define-package' form in current buffer.
2267 Return the pkg-desc, with desc-kind set to KIND.
2268 (package-dir-info): New function. Find package information for a
2269 directory. The return result is a `package-desc'.
2270 (package-install-from-buffer): Install packages from dired buffer.
2271 (package-install-file): Install packages from directory.
2272 (package-desc-suffix)
2273 (package-install-from-archive)
2274 * emacs-lisp/package-x.el (package-upload-buffer-internal):
2275 Ensure all remaining instances of `package-desc-kind' handle the 'dir
2276 value.
2277
2278 2015-01-16 Jorgen Schaefer <contact@jorgenschaefer.de>
2279
2280 * emacs-lisp/package.el: Provide repository priorities.
2281 (package-archive-priorities): New variable.
2282 (package--add-to-alist): New function.
2283 (package--add-to-archive-contents): Use it.
2284 (package-menu--find-upgrades): Use it as well. Small clean up to
2285 make the use of the package name here explicit.
2286 (package-archive-priority): New function.
2287 (package-desc-priority-version): New function.
2288
2289 2015-01-16 Daniel Colascione <dancol@dancol.org>
2290
2291 * cus-start.el (all): Make `ring-bell-function' customizable.
2292
2293 2015-01-16 Dmitry Gutov <dgutov@yandex.ru>
2294
2295 * vc/vc-svn.el (vc-svn-dir-status-files): Pass t as
2296 vc-svn-after-dir-status's second argument. (Bug#19429)
2297
2298 2015-01-16 Samer Masterson <samer@samertm.com>
2299
2300 * pcomplete.el (pcomplete-parse-arguments): Parse arguments
2301 regardless of pcomplete-cycle-completions's value. (Bug#18950)
2302
2303 2015-01-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
2304
2305 * dom.el (dom-strings): New function.
2306
2307 * files.el (directory-files-recursively): Don't use the word
2308 "path" for a file name.
2309
2310 2015-01-15 Wolfgang Jenkner <wjenkner@inode.at>
2311
2312 * calc/calc-units.el (math-units-in-expr-p)
2313 (math-single-units-in-expr-p, math-find-compatible-unit-rec)
2314 (math-extract-units): Handle the `neg' operator. (Bug#19582)
2315
2316 2015-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
2317
2318 * emacs-lisp/cl-macs.el (cl--labels-magic): New constant.
2319 (cl--labels-convert): Use it to ask the macro what is its replacement
2320 in the #'f case.
2321
2322 * emacs-lisp/cl-generic.el (cl--generic-build-combined-method):
2323 Return the value of the primary rather than the after method.
2324
2325 * emacs-lisp/eieio-core.el: Provide support for cl-generic.
2326 (eieio--generic-tagcode): New function.
2327 (cl-generic-tagcode-function): Use it.
2328 (eieio--generic-tag-types): New function.
2329 (cl-generic-tag-types-function): Use it.
2330 (eieio-object-p): Tighten up the test.
2331
2332 * emacs-lisp/cl-generic.el (cl-generic-define-method): Fix paren typo.
2333
2334 2015-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
2335
2336 * emacs-lisp/cl-generic.el: New file.
2337
2338 * emacs-lisp/cl-macs.el (cl-flet): Allow (FUN EXP) forms.
2339 (cl-load-time-value, cl-labels): Use closures rather than
2340 backquoted lambdas.
2341 (cl-macrolet): Use `eval' to create the function value, and support CL
2342 style arguments in for the defined macros.
2343
2344 2015-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
2345
2346 * net/eww.el: Use lexical-binding.
2347 (eww-links-at-point): Remove unused arg.
2348 (eww-mode-map): Inherit from special-mode-map.
2349 (eww-mode): Derive from special-mode. Don't use `setq' on a hook.
2350
2351 2015-01-13 Alan Mackenzie <acm@muc.de>
2352
2353 Allow compilation during loading of CC Mode-derived modes (bug#19206).
2354 * progmodes/cc-bytecomp.el (cc-bytecomp-compiling-or-loading):
2355 New function which walks the stack to discover whether we're compiling
2356 or loading.
2357 (cc-bytecomp-is-compiling): Reformulate, and move towards beginning.
2358 (cc-bytecomp-is-loading): New defsubst.
2359 (cc-bytecomp-setup-environment, cc-bytecomp-restore-environment):
2360 Use the above defsubsts.
2361 (cc-require-when-compile, cc-bytecomp-defvar)
2362 (cc-bytecomp-defun): Simplify conditionals.
2363 * progmodes/cc-defs.el (cc-bytecomp-compiling-or-loading):
2364 "Borrow" this function from cc-bytecomp.el.
2365 (c-get-current-file): Reformulate using the above.
2366 (c-lang-defconst): Prevent duplicate entries of file names in a
2367 symbol's 'source property.
2368 (c-lang-const): Use cc-bytecomp-is-compiling.
2369 * progmodes/cc-langs.el (c-make-init-lang-vars-fun):
2370 Use cc-bytecomp-is-compiling.
2371
2372 2015-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
2373
2374 * emacs-lisp/eieio-core.el (eieio-defclass): Fix call to `defclass'
2375 (bug#19552).
2376
2377 2015-01-13 Dmitry Gutov <dgutov@yandex.ru>
2378
2379 * menu-bar.el (menu-bar-goto-menu): Before calling
2380 `xref-marker-stack-empty-p', first check that `xref' is loaded.
2381 (Bug#19554)
2382
2383 2015-01-12 Martin Rudalics <rudalics@gmx.at>
2384
2385 * progmodes/xref.el (xref-marker-stack-empty-p): Add autoload
2386 cookie (Bug#19554).
2387
2388 * frame.el (frame-notice-user-settings): Remove code dealing with
2389 frame-initial-frame-tool-bar-height. Turn off `tool-bar-mode'
2390 only if `window-system-frame-alist' or `default-frame-alist' ask
2391 for it.
2392 (make-frame): Update frame-adjust-size-history if needed.
2393
2394 2015-01-12 Paul Eggert <eggert@cs.ucla.edu>
2395
2396 Have 'make' output better GEN names
2397 * Makefile.in (PHONY_EXTRAS): New macro.
2398 (.PHONY): Depend on it, and on $(lisp)/loaddefs.el, so that the
2399 relevant files' time stamps are ignored.
2400 (custom-deps, $(lisp)/cus-load.el, finder-data)
2401 ($(lisp)/finder-inf.el): Use PHONY_EXTRAS.
2402 (custom-deps, $(lisp)/cus-load.el, finder-data)
2403 ($(lisp)/finder-inf.el, autoloads, $(lisp)/loaddefs.el)
2404 ($(lisp)/subdirs.el, update-subdirs):
2405 Output more-accurate destination names with GEN.
2406
2407 Say "ELC foo.elc" instead of "GEN foo.elc"
2408 * Makefile.in (AM_V_ELC, am__v_ELC_, am__v_ELC_0, am__v_ELC_1):
2409 New macros.
2410 ($(THEFILE)c, .el.elc): Use them.
2411
2412 2015-01-11 Michael Albinus <michael.albinus@gmx.de>
2413
2414 * files.el (directory-files-recursively): Do not include
2415 superfluous remote file names.
2416
2417 2015-01-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
2418
2419 * net/eww.el (eww): Interpret anything that looks like a protocol
2420 designator as a full URL.
2421
2422 2015-01-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
2423
2424 * net/shr.el (shr-urlify): Don't bother the user about
2425 invalidly-encoded display strings.
2426
2427 2015-01-10 Ivan Shmakov <ivan@siamics.net>
2428
2429 * net/shr.el (shr-urlify): Decode URLs before using them as titles
2430 (bug#19555).
2431
2432 2015-01-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
2433
2434 * net/eww.el (eww): Always interpret URLs that start with https?:
2435 as plain URLs, even if they have spaces in them (bug#19556).
2436 (eww): Also interpret things like "en.wikipedia.org/wiki/Free
2437 software" as an URL.
2438 (eww): Don't interpret "org/foo" as an URL.
2439 (eww): Clear the title when loading so that we don't display
2440 misleading information.
2441
2442 2015-01-10 Daniel Colascione <dancol@dancol.org>
2443
2444 * vc/vc-hooks.el (vc-prefix-map): Bind vc-delete-file to C-x v x,
2445 by analogy with dired.
2446
2447 2015-01-09 Daniel Colascione <dancol@dancol.org>
2448
2449 * progmodes/js.el (js--function-heading-1-re)
2450 (js--function-prologue-beginning): Parse ES6 generator function
2451 declarations. (That is, "function* name()").
2452
2453 2015-01-08 Stefan Monnier <monnier@iro.umontreal.ca>
2454
2455 * emacs-lisp/eieio.el (defclass): Move from eieio-defclass all the code
2456 that creates functions, and most of the sanity checks.
2457 Mark as obsolete the <class>-child-p function.
2458 * emacs-lisp/eieio-core.el (eieio--define-field-accessors): Remove.
2459 (eieio--class, eieio--object): Use cl-defstruct.
2460 (eieio--object-num-slots): Define manually.
2461 (eieio-defclass-autoload): Use eieio--class-make.
2462 (eieio-defclass-internal): Rename from eieio-defclass. Move all the
2463 `(lambda...) definitions and most of the sanity checks to `defclass'.
2464 Mark as obsolete the <class>-list-p function, the <class> variable and
2465 the <initarg> variables. Use pcase-dolist.
2466 (eieio-defclass): New compatibility function.
2467 * emacs-lisp/eieio-opt.el (eieio-build-class-alist)
2468 (eieio-class-speedbar): Don't use eieio-default-superclass var.
2469
2470 2015-01-08 Stefan Monnier <monnier@iro.umontreal.ca>
2471
2472 * emacs-lisp/eieio-generic.el: New file.
2473 * emacs-lisp/eieio-core.el: Move all generic function code to
2474 eieio-generic.el.
2475 (eieio--defmethod): Declare.
2476
2477 * emacs-lisp/eieio.el: Require eieio-generic. Move all generic
2478 function code to eieio-generic.el.
2479 * emacs-lisp/eieio-opt.el (eieio-help-generic): Move to
2480 eieio-generic.el.
2481 * emacs-lisp/eieio-datadebug.el (eieio-debug-methodinvoke): Update call
2482 to eieio--generic-call.
2483 * emacs-lisp/eieio-base.el (eieio-instance-inheritor): Don't use
2484 <class>-child type.
2485
2486 2015-01-08 Stefan Monnier <monnier@iro.umontreal.ca>
2487
2488 * emacs-lisp/chart.el (chart-add-sequence, chart-bar-quickie):
2489 Don't use <class> as a variable.
2490
2491 * emacs-lisp/eieio.el (same-class-p): Accept class object as well.
2492 (call-next-method): Simplify.
2493 (clone): Obey eieio-backward-compatibility.
2494
2495 * emacs-lisp/eieio-opt.el (eieio-read-generic-p): Remove.
2496 (eieio-read-generic): Use `generic-p' instead.
2497
2498 * emacs-lisp/eieio-core.el (eieio-backward-compatibility): New var.
2499 (eieio-defclass-autoload): Obey it.
2500 (eieio--class-object): Improve error behavior.
2501 (eieio-class-children-fast, same-class-fast-p): Remove. Inline at
2502 every use site.
2503 (eieio--defgeneric-form-primary-only): Rename from
2504 eieio-defgeneric-form-primary-only; update all callers.
2505 (eieio--defgeneric-form-primary-only-one): Rename from
2506 eieio-defgeneric-form-primary-only-one; update all callers.
2507 (eieio-defgeneric-reset-generic-form)
2508 (eieio-defgeneric-reset-generic-form-primary-only)
2509 (eieio-defgeneric-reset-generic-form-primary-only-one): Remove.
2510 (eieio--method-optimize-primary): New function to replace them.
2511 (eieio--defmethod, eieio-defmethod): Use it.
2512 (eieio--perform-slot-validation): Rename from
2513 eieio-perform-slot-validation; update all callers.
2514 (eieio--validate-slot-value): Rename from eieio-validate-slot-value.
2515 Change `class' to be a class object. Update all callers.
2516 (eieio--validate-class-slot-value): Rename from
2517 eieio-validate-class-slot-value. Change `class' to be a class object.
2518 Update all callers.
2519 (eieio-oset-default): Accept class object as well.
2520 (eieio--generic-call-primary-only): Rename from
2521 eieio-generic-call-primary-only. Update all callers.
2522
2523 * emacs-lisp/eieio-base.el (eieio-persistent-validate/fix-slot-value):
2524 Improve error messages.
2525 (eieio-persistent-slot-type-is-class-p): Handle `list-of' types, as
2526 well as user-defined types. Emit errors for legacy types like
2527 <class>-child and <class>-list, if not eieio-backward-compatibility.
2528
2529 2015-01-08 Stefan Monnier <monnier@iro.umontreal.ca>
2530
2531 * emacs-lisp/eieio.el (eieio-class-parents): Accept class objects.
2532 (eieio--class-slot-initarg): Rename from class-slot-initarg.
2533 Change `class' arg to be a class object. Update all callers.
2534 (call-next-method): Adjust to new return value of `eieio-generic-form'.
2535 (eieio-default-superclass): Set var to the class object.
2536 (eieio-edebug-prin1-to-string): Fix recursive call for lists.
2537 Change print behavior to affect class objects rather than
2538 class symbols.
2539
2540 * emacs-lisp/eieio-core.el (eieio-class-object): New function.
2541 (eieio-class-parents-fast): Remove macro.
2542 (eieio--class-option-assoc): Rename from class-option-assoc.
2543 Update all callers.
2544 (eieio--class-option): Rename from class-option. Change `class' arg to
2545 be a class object. Update all callers.
2546 (eieio--class-method-invocation-order): Rename from
2547 class-method-invocation-order. Change `class' arg to be a class
2548 object. Update all callers.
2549 (eieio-defclass-autoload, eieio-defclass): Set the `parent' field to
2550 a list of class objects rather than names.
2551 (eieio-defclass): Remove redundant quotes. Use `eieio-oref-default'
2552 for accessors to class allocated slots.
2553 (eieio--perform-slot-validation-for-default): Rename from
2554 eieio-perform-slot-validation-for-default. Update all callers.
2555 (eieio--add-new-slot): Rename from eieio-add-new-slot.
2556 Update all callers. Use push.
2557 (eieio-copy-parents-into-subclass): Adjust to new content of
2558 `parent' field. Use dolist.
2559 (eieio-oref): Remove support for providing a class rather than
2560 an object.
2561 (eieio-oref-default): Prefer class objects over class names.
2562 (eieio--slot-originating-class-p): Rename from
2563 eieio-slot-originating-class-p. Update all callers. Use `or'.
2564 (eieio--slot-name-index): Turn check into assertion.
2565 (eieio--class-slot-name-index): Rename from
2566 eieio-class-slot-name-index. Change `class' arg to be a class object.
2567 Update all callers.
2568 (eieio-attribute-to-initarg): Move to eieio-test-persist.el.
2569 (eieio--c3-candidate): Rename from eieio-c3-candidate.
2570 Update all callers.
2571 (eieio--c3-merge-lists): Rename from eieio-c3-merge-lists.
2572 Update all callers.
2573 (eieio--class-precedence-c3): Rename from eieio-class-precedence-c3.
2574 Update all callers.
2575 (eieio--class-precedence-dfs): Rename from eieio-class-precedence-dfs.
2576 Update all callers.
2577 (eieio--class-precedence-bfs): Rename from eieio-class-precedence-bfs.
2578 Update all callers. Adjust to new `parent' content.
2579 (eieio--class-precedence-list): Rename from -class-precedence-list.
2580 Update all callers.
2581 (eieio-generic-call): Use autoloadp and autoload-do-load.
2582 Slight simplification.
2583 (eieio-generic-call, eieio-generic-call-primary-only): Adjust to new
2584 return value of `eieio-generic-form'.
2585 (eieiomt-add): Index the hashtable with class objects rather than
2586 class names.
2587 (eieio-generic-form): Accept class objects as well.
2588
2589 * emacs-lisp/eieio-base.el (eieio-persistent-convert-list-to-object):
2590 Adjust to new convention for eieio-persistent-validate/fix-slot-value.
2591 (eieio-persistent-validate/fix-slot-value):
2592 Change `class' arg to be a class object. Update all callers.
2593
2594 2015-01-08 Stefan Monnier <monnier@iro.umontreal.ca>
2595
2596 * emacs-lisp/eieio.el (child-of-class-p): Make it accept class objects
2597 additionally to class names.
2598
2599 * emacs-lisp/eieio-core.el (eieio--with-scoped-class): Use let-binding.
2600 (object): Remove first (constant) slot; rename second to `class-tag'.
2601 (eieio--object-class-object, eieio--object-class-name): New funs
2602 to replace eieio--object-class.
2603 (eieio--class-object, eieio--class-p): New functions.
2604 (same-class-fast-p): Make it a defsubst, change its implementation
2605 to check the class objects rather than their names.
2606 (eieio-object-p): Rewrite.
2607 (eieio-defclass): Adjust the object initialization according to the new
2608 object layout.
2609 (eieio--scoped-class): Declare it returns a class object (not a class
2610 name any more). Adjust calls accordingly (along with calls to
2611 eieio--with-scoped-class).
2612 (eieio--slot-name-index): Rename from eieio-slot-name-index and change
2613 its class arg to be a class object. Adjust callers accordingly.
2614 (eieio-slot-originating-class-p): Make its start-class arg a class
2615 object. Adjust all callers.
2616 (eieio--initarg-to-attribute): Rename from eieio-initarg-to-attribute.
2617 Make its `class' arg a class object. Adjust all callers.
2618
2619 * emacs-lisp/eieio-base.el (eieio-persistent-validate/fix-slot-value):
2620 Use eieio--slot-name-index rather than eieio-slot-name-index.
2621
2622 2015-01-08 Stefan Monnier <monnier@iro.umontreal.ca>
2623
2624 * emacs-lisp/eieio.el (make-instance): Simplify by not adding an object
2625 name argument.
2626 (eieio-object-name): Use eieio-object-name-string.
2627 (eieio--object-names): New const.
2628 (eieio-object-name-string, eieio-object-set-name-string): Re-implement
2629 using a hashtable rather than a built-in slot.
2630 (eieio-constructor): Rename from `constructor'. Remove `newname' arg.
2631 (clone): Don't mess with the object's "name".
2632
2633 * emacs-lisp/eieio-custom.el (eieio-widget-test): Remove dummy arg.
2634 (eieio-object-value-get): Use eieio-object-set-name-string.
2635
2636 * emacs-lisp/eieio-core.el (eieio--defalias): Follow aliases.
2637 (eieio--object): Remove `name' field.
2638 (eieio-defclass): Adjust to new convention where constructors don't
2639 take an "object name" any more.
2640 (eieio--defgeneric-init-form, eieio--defmethod): Follow aliases.
2641 (eieio-validate-slot-value, eieio-oset-default)
2642 (eieio-slot-name-index): Don't hardcode eieio--object-num-slots.
2643 (eieio-generic-call-primary-only): Simplify.
2644
2645 * emacs-lisp/eieio-base.el (clone) <eieio-instance-inheritor>:
2646 Use call-next-method.
2647 (eieio-constructor): Rename from `constructor'.
2648 (eieio-persistent-convert-list-to-object): Drop objname.
2649 (eieio-persistent-validate/fix-slot-value): Don't hardcode
2650 eieio--object-num-slots.
2651 (eieio-named): Use a normal slot.
2652 (slot-missing) <eieio-named>: Remove.
2653 (eieio-object-name-string, eieio-object-set-name-string, clone)
2654 <eieio-named>: New methods.
2655
2656 2015-01-08 Stefan Monnier <monnier@iro.umontreal.ca>
2657
2658 * emacs-lisp/eieio-core.el (eieio--class-v): Rename from class-v.
2659 (method-*): Add a "eieio--" prefix to those constants.
2660
2661 * emacs-lisp/eieio.el: Move edebug specs to the corresponding macro.
2662
2663 * emacs-lisp/eieio-speedbar.el: Use lexical-binding.
2664
2665 2015-01-08 Stefan Monnier <monnier@iro.umontreal.ca>
2666
2667 * emacs-lisp/eieio.el (child-of-class-p): Fix case where `class' is
2668 `eieio-default-superclass'.
2669
2670 * emacs-lisp/eieio-datadebug.el: Use lexical-binding.
2671
2672 * emacs-lisp/eieio-custom.el: Use lexical-binding.
2673 (eieio-object-value-to-abstract): Simplify.
2674
2675 * emacs-lisp/eieio-opt.el (eieio-build-class-list): Use cl-mapcan.
2676 (eieio-build-class-alist): Use dolist.
2677 (eieio-all-generic-functions): Adjust to use of hashtables.
2678
2679 * emacs-lisp/eieio-core.el (class): Rename field symbol-obarray to
2680 symbol-hashtable. It contains a hashtable instead of an obarray.
2681 (generic-p): Use symbol property `eieio-method-hashtable' instead of
2682 `eieio-method-obarray'.
2683 (generic-primary-only-p, generic-primary-only-one-p):
2684 Slight optimization.
2685 (eieio-defclass-autoload-map): Use a hashtable instead of an obarray.
2686 (eieio-defclass-autoload, eieio-defclass): Adjust/simplify accordingly.
2687 (eieio-class-un-autoload): Use autoload-do-load.
2688 (eieio-defclass): Use dolist, cl-pushnew, cl-callf.
2689 Use new cl-deftype-satisfies. Adjust to use of hashtables.
2690 Don't hardcode the value of eieio--object-num-slots.
2691 (eieio-defgeneric-form-primary-only-one): Remove `doc-string' arg.
2692 Use a closure rather than a backquoted lambda.
2693 (eieio--defmethod): Adjust call accordingly. Set doc-string via the
2694 function-documentation property.
2695 (eieio-slot-originating-class-p, eieio-slot-name-index)
2696 (eieiomt--optimizing-hashtable, eieiomt-install, eieiomt-add)
2697 (eieio-generic-form): Adjust to use of hashtables.
2698 (eieiomt--sym-optimize): Rename from eieiomt-sym-optimize; take
2699 additional class argument.
2700 (eieio-generic-call-methodname): Remove, unused.
2701
2702 * emacs-lisp/eieio-base.el (eieio-persistent-slot-type-is-class-p):
2703 Prefer \' to $.
2704
2705 2015-01-08 Eli Zaretskii <eliz@gnu.org>
2706
2707 * simple.el (line-move-visual): When converting X pixel coordinate
2708 to temporary-goal-column, adjust the value for right-to-left
2709 screen lines. This fixes vertical-motion, next/prev-line, etc.
2710
2711 2015-01-08 Glenn Morris <rgm@gnu.org>
2712
2713 * files.el (file-tree-walk): Remove; of unknown authorship. (Bug#19325)
2714
2715 2015-01-07 K. Handa <handa@gnu.org>
2716
2717 * international/ccl.el (define-ccl-program): Improve the docstring.
2718
2719 2015-01-06 Sam Steingold <sds@gnu.org>
2720
2721 * shell.el (shell-display-buffer-actions): Remove,
2722 use `display-buffer-alist' instead.
2723
2724 2015-01-05 Dmitry Gutov <dgutov@yandex.ru>
2725
2726 * progmodes/xref.el (xref--insert-xrefs): Add `help-echo' property
2727 to the references.
2728
2729 2015-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
2730
2731 * minibuffer.el (completion-category-defaults): New var.
2732 Set unicode-name to use substring completion.
2733 (completion-category-defaults): Set it to nil.
2734
2735 2015-01-04 Dmitry Gutov <dgutov@yandex.ru>
2736
2737 Add mouse interaction to xref.
2738 * progmodes/xref.el (xref--button-map): New variable.
2739 (xref--mouse-2): New command.
2740 (xref--insert-xrefs): Add `mouse-face' and `keymap' properties to
2741 the inserted references.
2742
2743 2015-01-04 Paul Eggert <eggert@cs.ucla.edu>
2744
2745 Less 'make' chatter for lisp dir
2746 * Makefile.in (THEFILE): Define to be 'no-such-file' by default,
2747 to make it clearer that the caller must specify it.
2748 (compile-onefile): Remove, replacing by ...
2749 ($(THEFILE)c): ... new rule. This lets us use AM_V_GEN here.
2750 ($(THEFILE)c, .el.elc, $(MH_E_DIR)/mh-loaddefs.el)
2751 ($(TRAMP_DIR)/tramp-loaddefs.el, $(CAL_DIR)/cal-loaddefs.el)
2752 ($(CAL_DIR)/diary-loaddefs.el, $(CAL_DIR)/hol-loaddefs.el):
2753 Use AM_V_GEN to lessen 'make' chatter.
2754 (.el.elc): Omit duplicate comment.
2755
2756 Less 'make' chatter in batch mode
2757 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
2758 * emacs-lisp/bytecomp.el (byte-compile-file):
2759 * files.el (save-buffer, basic-save-buffer):
2760 * international/quail.el (quail-update-leim-list-file):
2761 Don't output messages like "Generating ..." in batch mode.
2762
2763 2015-01-04 Dmitry Gutov <dgutov@yandex.ru>
2764
2765 Unbreak `mouse-action' property in text buttons.
2766 * button.el (push-button): Fix regression from 2012-12-06.
2767
2768 2015-01-03 Dmitry Gutov <dgutov@yandex.ru>
2769
2770 * progmodes/xref.el (xref-marker-stack-empty-p): New function.
2771
2772 * menu-bar.el (menu-bar-goto-menu): Use it.
2773
2774 2015-01-03 Dmitry Gutov <dgutov@yandex.ru>
2775
2776 * progmodes/xref.el (xref--window-configuration): New variable.
2777 (xref-show-location-at-point): New command.
2778 (xref--restore-window-configuration): New function.
2779 (xref-next-line, xref-prev-line): Delegate to
2780 `xref-show-location-at-point'.
2781 (xref--location-at-point): Don't signal the error.
2782 (xref-goto-xref): Do that here instead.
2783 (xref--xref-buffer-mode): Add `xref--restore-window-configuration'
2784 to `pre-command-hook'.
2785 (xref--xref-buffer-mode-map): Don't remap `next-line' and
2786 `previous-line'. Additionally bind `xref-next-line' and
2787 `xref-prev-line' to `n' and `p' respectively.
2788 Bind `xref-show-location-at-point' to `C-o'.
2789
2790 2015-01-01 Eli Zaretskii <eliz@gnu.org>
2791
2792 * tool-bar.el (tool-bar-local-item)
2793 (tool-bar-local-item-from-menu): Call force-mode-line-update to
2794 make sure the tool-bar changes show on display.
2795
2796 2015-01-01 Michael Albinus <michael.albinus@gmx.de>
2797
2798 Sync with Tramp 2.2.11.
2799
2800 * net/tramp-compat.el (top): Require cl-macs for Emacs 22.
2801 Make an alias for `default-toplevel-value' if it doesn't exist.
2802
2803 * net/tramp-smb.el (tramp-smb-handle-copy-directory):
2804 Use `tramp-compat-delete-directory'.
2805
2806 * net/trampver.el: Update release number.
2807
2808 2015-01-01 Filipp Gunbin <fgunbin@fastmail.fm>
2809
2810 * autorevert.el (auto-revert-handler): Fix auto-revert-tail-mode
2811 for remote files. (Bug#19449)
2812
2813 2015-01-01 Simen Heggestøyl <simenheg@gmail.com> (tiny change)
2814
2815 * textmodes/css-mode.el (scss-mode): Fix typo (bug#19446).
2816
2817 2014-12-31 Paul Eggert <eggert@cs.ucla.edu>
2818
2819 Less 'make' chatter in lisp directory
2820 * Makefile.in (AM_DEFAULT_VERBOSITY, AM_V_GEN, am__v_GEN_)
2821 (am__v_GEN_0, am__v_GEN_1): New macros, from ../src/Makefile.in.
2822 (custom-deps, finder-data, autoloads, update-subdirs): Use them.
2823
2824 2014-12-31 Filipp Gunbin <fgunbin@fastmail.fm>
2825
2826 * info.el (info-display-manual): Limit the completion alternatives
2827 to currently visited manuals if prefix argument is non-nil.
2828
2829 2014-12-30 Paul Eggert <eggert@cs.ucla.edu>
2830
2831 * Makefile.in (semantic): Simplify.
2832
2833 2014-12-30 Juri Linkov <juri@linkov.net>
2834
2835 * net/eww.el (eww-isearch-next-buffer): New function.
2836 (eww-mode): Set multi-isearch-next-buffer-function to it.
2837
2838 2014-12-30 Dmitry Gutov <dgutov@yandex.ru>
2839
2840 * progmodes/xref.el (xref-find-definitions): Mention "no
2841 identifier at point" case in the docstring.
2842
2843 * menu-bar.el (menu-bar-goto-uses-etags-p): New function.
2844 (menu-bar-goto-menu): Use it to show or hide the `set-tags-name'
2845 and `separator-tag-file' items.
2846
2847 2014-12-29 Paul Eggert <eggert@cs.ucla.edu>
2848
2849 * obsolete/pc-select.el (pc-selection-mode): Use system-type.
2850 This is instead of system-name, which is both wrong here and obsolete.
2851 * desktop.el (desktop-save-frameset):
2852 * dnd.el (dnd-get-local-file-uri):
2853 * nxml/rng-uri.el (rng-uri-file-name-1):
2854 Prefer (system-name) to system-name, and avoid naming
2855 locals 'system-name'.
2856 * startup.el (system-name): Now an obsolete variable. (Bug#19438)
2857
2858 2014-12-29 Dmitry Gutov <dgutov@yandex.ru>
2859
2860 * menu-bar.el (menu-bar-next-tag-other-window)
2861 (menu-bar-next-tag): Remove.
2862
2863 2014-12-29 K. Handa <handa@gnu.org>
2864
2865 * international/mule.el (make-translation-table-from-alist):
2866 Accept nil or zero-length vector for FROM and TO.
2867
2868 2014-12-29 Lars Ingebrigtsen <larsi@gnus.org>
2869
2870 * net/eww.el (eww-mode): Truncate overlong lines for prettier
2871 display when resizing.
2872
2873 * net/shr.el (shr-width): Default to using the window width when
2874 rendering.
2875
2876 2014-12-29 Dmitry Gutov <dgutov@yandex.ru>
2877
2878 Unbreak jumping to an alias's definition.
2879 * emacs-lisp/find-func.el (find-function-library): Return a pair
2880 (ORIG-FUNCTION . LIBRARY) instead of just its second element.
2881 (find-function-noselect): Use it.
2882 * progmodes/elisp-mode.el (elisp--xref-identifier-file): Rename to
2883 `elisp--xref-identifier-location', incorporate logic from
2884 `elisp--xref-find-definitions', use the changed
2885 `find-function-library' return value.
2886
2887 2014-12-29 Juri Linkov <juri@linkov.net>
2888
2889 * comint.el (comint-history-isearch-message): Use field-beginning
2890 instead of comint-line-beginning-position - that's more fixes for
2891 http://lists.gnu.org/archive/html/emacs-devel/2014-12/msg00305.html
2892 (comint-history-isearch-message): Fix args of isearch-message-prefix.
2893
2894 2014-12-29 Juri Linkov <juri@linkov.net>
2895
2896 * vc/vc-dir.el (vc-dir-display-file): New command (bug#19450).
2897 (vc-dir-mode-map): Bind it to "\C-o".
2898 (vc-dir-menu-map): Add it to menu.
2899
2900 2014-12-29 Dmitry Gutov <dgutov@yandex.ru>
2901
2902 * progmodes/etags.el (find-tag-other-window)
2903 (find-tag-other-frame, find-tag-regexp, tags-loop-continue)
2904 (tags-apropos): Declare obsolete.
2905
2906 * menu-bar.el (menu-bar-goto-menu): Replace all but one etags item
2907 with xref ones.
2908
2909 2014-12-28 Eli Zaretskii <eliz@gnu.org>
2910
2911 * international/mule.el (define-coding-system): Fix typos in the
2912 doc string.
2913
2914 2014-12-28 Kenichi Handa <handa@gnu.org>
2915
2916 * international/mule.el (define-coding-system): Improve the doc
2917 string.
2918
2919 2014-12-28 Ivan Shmakov <ivan@siamics.net>
2920
2921 * net/shr.el (shr-tag-table): Fix handling of tbody/header/footer
2922 elements in tables (bug#19444).
2923
2924 * net/eww.el (eww-handle-link): Fix typo in "up" rel handling
2925 (bug#19445).
2926
2927 2014-12-28 Juri Linkov <juri@linkov.net>
2928
2929 * vc/compare-w.el: Require diff-mode for diff faces.
2930 (compare-windows-removed, compare-windows-added): New faces
2931 inheriting from diff faces.
2932 (compare-windows): Define obsolete face alias.
2933 (compare-windows-highlight): Replace face `compare-windows' with
2934 new faces `compare-windows-added' and `compare-windows-removed'
2935 (bug#19451).
2936 (compare-windows-get-recent-window): Signal an error when
2937 no other window is found (bug#19170).
2938
2939 2014-12-27 Dmitry Gutov <dgutov@yandex.ru>
2940
2941 * progmodes/elisp-mode.el (elisp--xref-identifier-file):
2942 Skip features that have no sources.
2943
2944 * simple.el (execute-extended-command):
2945 When `suggest-key-bindings' is nil, don't.
2946
2947 2014-12-27 Fabián Ezequiel Gallina <fgallina@gnu.org>
2948
2949 python.el: Native readline completion.
2950 * progmodes/python.el (python-shell-completion-native-disabled-interpreters)
2951 (python-shell-completion-native-enable)
2952 (python-shell-completion-native-output-timeout): New defcustoms.
2953 (python-shell-completion-native-interpreter-disabled-p)
2954 (python-shell-completion-native-try)
2955 (python-shell-completion-native-setup)
2956 (python-shell-completion-native-turn-off)
2957 (python-shell-completion-native-turn-on)
2958 (python-shell-completion-native-turn-on-maybe)
2959 (python-shell-completion-native-turn-on-maybe-with-msg)
2960 (python-shell-completion-native-toggle): New functions.
2961 (python-shell-completion-native-get-completions): New function.
2962 (python-shell-completion-at-point): Use it.
2963
2964 2014-12-27 Fabián Ezequiel Gallina <fgallina@gnu.org>
2965
2966 python.el: Enhance shell user interaction and deprecate
2967 python-shell-get-or-create-process.
2968 * progmodes/python.el (python-shell-get-process-or-error):
2969 New function.
2970 (python-shell-with-shell-buffer): Use it.
2971 (python-shell-send-string, python-shell-send-region)
2972 (python-shell-send-buffer, python-shell-send-defun)
2973 (python-shell-send-file, python-shell-switch-to-shell): Use it.
2974 Add argument MSG to display user-friendly message when no process
2975 is running.
2976 (python-shell-switch-to-shell): Call pop-to-buffer with NORECORD.
2977 (python-shell-make-comint): Rename argument SHOW from POP.
2978 Use display-buffer instead of pop-to-buffer.
2979 (run-python): Doc fix. Return process.
2980 (python-shell-get-or-create-process): Make obsolete.
2981
2982 2014-12-27 Fabián Ezequiel Gallina <fgallina@gnu.org>
2983
2984 * progmodes/python.el (python-shell-buffer-substring):
2985 Handle cornercase when region sent starts at point-min.
2986
2987 2014-12-27 Eli Zaretskii <eliz@gnu.org>
2988
2989 * language/misc-lang.el (composition-function-table): Add Syriac
2990 characters and also ZWJ/ZWNJ.
2991 See http://lists.gnu.org/archive/html/help-gnu-emacs/2014-12/msg00248.html
2992 for the details.
2993
2994 2014-12-27 Fabián Ezequiel Gallina <fgallina@gnu.org>
2995
2996 python.el: Fix message when sending region.
2997 * progmodes/python.el (python-shell-send-region): Rename argument
2998 send-main from nomain. Fix message.
2999 (python-shell-send-buffer): Rename argument send-main from arg.
3000
3001 python.el: Cleanup temp files even with eval errors.
3002 * progmodes/python.el (python-shell-send-file): Make file-name
3003 mandatory. Fix temp file removal in the majority of cases.
3004
3005 python.el: Handle file encoding for shell.
3006 * progmodes/python.el (python-rx-constituents): Add coding-cookie.
3007 (python-shell--save-temp-file): Write file with proper encoding.
3008 (python-shell-buffer-substring): Add coding cookie for detected
3009 encoding to generated content. Fix blank lines when removing
3010 if-name-main block.
3011 (python-shell-send-file): Handle file encoding.
3012 (python-info-encoding-from-cookie)
3013 (python-info-encoding): New functions.
3014
3015 2014-12-27 Michael Albinus <michael.albinus@gmx.de>
3016
3017 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
3018 Use `tramp-rsh-end-of-line', it ought to be more robust.
3019
3020 2014-12-27 Stefan Monnier <monnier@iro.umontreal.ca>
3021
3022 * progmodes/js.el (js-syntax-propertize): "return" can't be divided
3023 (bug#19397).
3024
3025 2014-12-27 Michael Albinus <michael.albinus@gmx.de>
3026
3027 * net/tramp.el (tramp-read-passwd): Ignore errors from `auth-source-*'.
3028
3029 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band): Use "\n"
3030 as end-of-line delimeter for passwords, when running on MS Windows.
3031
3032 2014-12-27 Stefan Monnier <monnier@iro.umontreal.ca>
3033
3034 * progmodes/sh-script.el (sh-set-shell): Don't change the global value
3035 of indent-line-function (bug#19433).
3036
3037 2014-12-27 Fabián Ezequiel Gallina <fgallina@gnu.org>
3038
3039 Fix line numbers on Python shell.
3040 * progmodes/python.el (python-shell--save-temp-file): Do not
3041 append coding cookie.
3042 (python-shell-send-string): Generalize for
3043 python-shell-send-region.
3044 (python--use-fake-loc): Delete var.
3045 (python-shell-buffer-substring): Cleanup fake-loc logic.
3046 (python-shell-send-region): Remove fake-loc logic, simplify.
3047
3048 2014-12-27 Fabián Ezequiel Gallina <fgallina@gnu.org>
3049
3050 * progmodes/python.el (python-indent-post-self-insert-function):
3051 Make colon to re-indent only for dedenters, handling
3052 multiline-statements gracefully.
3053
3054 2014-12-27 Michael Albinus <michael.albinus@gmx.de>
3055
3056 * net/tramp.el (tramp-handle-insert-file-contents):
3057 Set `find-file-not-found-functions' in case of errors. (Bug#18623)
3058
3059 2014-12-27 Michael Albinus <michael.albinus@gmx.de>
3060
3061 * net/tramp-sh.el (tramp-send-command-and-read): New optional
3062 arg MARKER.
3063 (tramp-get-remote-path): Use it.
3064
3065 2014-12-27 Stefan Monnier <monnier@iro.umontreal.ca>
3066
3067 * subr.el (redisplay-dont-pause): Mark as obsolete.
3068
3069 2014-12-27 Michael Albinus <michael.albinus@gmx.de>
3070
3071 * net/tramp.el (tramp-error-with-buffer): Call `message' properly.
3072 (tramp-accept-process-output): Use nil as argument for
3073 `accept-process-output', when there is a gateway prepended.
3074
3075 * net/tramp-gw.el (tramp-gw-open-connection): Suppress traces in
3076 wrong debug buffer.
3077 (tramp-gw-open-connection): Set process coding system 'binary.
3078 (tramp-gw-open-network-stream): Handle HTTP error 403.
3079
3080 * net/tramp-sh.el (tramp-compute-multi-hops): Suppress traces in
3081 wrong debug buffer.
3082 (tramp-maybe-open-connection): Set connection property "gateway".
3083
3084 2014-12-27 Stefan Monnier <monnier@iro.umontreal.ca>
3085
3086 * subr.el (sit-for): Tweak docstring (bug#19381).
3087
3088 2014-12-27 Dmitry Gutov <dgutov@yandex.ru>
3089
3090 * vc/vc-git.el (vc-git-after-dir-status-stage): Move `up-to-date'
3091 stage to after `diff-index' (bug#19386).
3092
3093 2014-12-27 João Távora <joaotavora@gmail.com>
3094
3095 * textmodes/tex-mode.el (tex-insert-quote): Consider and respect
3096 `electric-pair-mode' (bug#19356).
3097
3098 2014-12-27 Dmitry Gutov <dgutov@yandex.ru>
3099
3100 elisp-xref-find: Don't create buffers eagerly.
3101
3102 * progmodes/elisp-mode.el (elisp--identifier-location): Fold back
3103 into `elisp--company-location'.
3104 (elisp--identifier-completion-table): Rename to
3105 `elisp--identifier-completion-table', and do not include just any
3106 symbols with a property list.
3107 (elisp-completion-at-point): Revert the 2014-12-25 change.
3108 (elisp--xref-identifier-file): New function.
3109 (elisp--xref-find-definitions): Use it.
3110
3111 * emacs-lisp/find-func.el (find-function-library): New function,
3112 extracted from `find-function-noselect'.
3113
3114 * progmodes/xref.el (xref-elisp-location): New class.
3115 (xref-make-elisp-location): New function.
3116 (xref-location-marker): New implementation.
3117
3118 2014-12-27 Juri Linkov <juri@linkov.net>
3119
3120 * minibuffer.el (minibuffer-completion-help):
3121 Use shrink-window-if-larger-than-buffer in window-height
3122 when temp-buffer-resize-mode is nil.
3123
3124 * window.el (with-displayed-buffer-window): Remove window-height
3125 from the action alist in the temp-buffer-window-show call
3126 when window-height is handled explicitly afterwards (bug#19355).
3127
3128 2014-12-27 Juri Linkov <juri@linkov.net>
3129
3130 Support subdirectories when saving places in dired.
3131 * saveplace.el (toggle-save-place, save-place-to-alist)
3132 (save-places-to-alist, save-place-dired-hook):
3133 Use dired-current-directory instead of dired-directory (bug#19436).
3134 (save-place-dired-hook): Add check for alist to make the new
3135 format future-proof to allow other possible formats.
3136
3137 2014-12-26 Fabián Ezequiel Gallina <fgallina@gnu.org>
3138
3139 python.el: Generate clearer shell buffer names.
3140 * progmodes/python.el (python-shell-get-process-name)
3141 (python-shell-internal-get-process-name): Use `buffer-name`.
3142 (python-shell-internal-get-or-create-process): Simplify.
3143
3144 2014-12-26 Dmitry Gutov <dgutov@yandex.ru>
3145
3146 Add basic xref apropos implementation to elisp-mode.
3147
3148 * progmodes/elisp-mode.el (elisp--xref-find-definitions):
3149 Filter out nil results.
3150 (elisp--xref-find-apropos): New function.
3151 (elisp-xref-find): Use it.
3152
3153 * progmodes/xref.el (xref--show-xrefs): Use `user-error'.
3154
3155 2014-12-25 Filipp Gunbin <fgunbin@fastmail.fm>
3156
3157 * dired-aux.el (dired-maybe-insert-subdir):
3158 Make dired-maybe-insert-subdir always skip trivial files.
3159
3160 2014-12-25 Helmut Eller <eller.helmut@gmail.com>
3161 Dmitry Gutov <dgutov@yandex.ru>
3162
3163 Consolidate cross-referencing commands.
3164
3165 Move autoloaded bindings for `M-.', `M-,', `C-x 4 .' and
3166 `C-x 5 .' from etags.el to xref.el.
3167
3168 * progmodes/xref.el: New file.
3169
3170 * progmodes/elisp-mode.el (elisp--identifier-types): New variable.
3171 (elisp--identifier-location): New function, extracted from
3172 `elisp--company-location'.
3173 (elisp--company-location): Use it.
3174 (elisp--identifier-completion-table): New variable.
3175 (elisp-completion-at-point): Use it.
3176 (emacs-lisp-mode): Set the local values of `xref-find-function'
3177 and `xref-identifier-completion-table-function'.
3178 (elisp-xref-find, elisp--xref-find-definitions)
3179 (elisp--xref-identifier-completion-table): New functions.
3180
3181 * progmodes/etags.el (find-tag-marker-ring): Mark obsolete in
3182 favor of `xref--marker-ring'.
3183 (tags-lazy-completion-table): Autoload.
3184 (tags-reset-tags-tables): Use `xref-clear-marker-stack'.
3185 (find-tag-noselect): Use `xref-push-marker-stack'.
3186 (pop-tag-mark): Make an alias for `xref-pop-marker-stack'.
3187 (etags--xref-limit): New constant.
3188 (etags-xref-find, etags--xref-find-definitions): New functions.
3189
3190 2014-12-25 Martin Rudalics <rudalics@gmx.at>
3191
3192 * cus-start.el (resize-mini-windows): Make it customizable.
3193
3194 2014-12-24 Stephen Leake <stephen_leake@stephe-leake.org>
3195
3196 * startup.el (fancy-about-text): Change buttons for etc/CONTRIBUTE
3197 to (info "(emacs)Contributing"). (Bug#19299)
3198
3199 2014-12-24 Martin Rudalics <rudalics@gmx.at>
3200
3201 * window.el (mouse-autoselect-window-position-1): New variable.
3202 (mouse-autoselect-window-cancel)
3203 (mouse-autoselect-window-select, handle-select-window):
3204 With delayed autoselection select window only if mouse moves after
3205 selecting its frame.
3206
3207 2014-12-24 Michael Albinus <michael.albinus@gmx.de>
3208
3209 * eshell/esh-ext.el (eshell-find-interpreter): Expand relative
3210 remote file names. (Bug#18782)
3211
3212 2014-12-23 Sam Steingold <sds@gnu.org>
3213
3214 * shell.el (shell-display-buffer-actions): New user option.
3215 (shell): Pass it to `pop-to-buffer' instead of hard-coding
3216 `pop-to-buffer-same-window'.
3217
3218 2014-12-23 Stefan Monnier <monnier@iro.umontreal.ca>
3219
3220 * progmodes/js.el (js--syntax-propertize-regexp-syntax-table): New var.
3221 (js-syntax-propertize-regexp): Use it to recognize "slash in
3222 a character class" (bug#19397).
3223
3224 2014-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
3225
3226 * completion.el: Use post-self-insert-hook (bug#19400).
3227 (completion-separator-self-insert-command)
3228 (completion-separator-self-insert-autofilling): Remove.
3229 (completion-separator-chars): New var.
3230 (completion-c-mode-hook, completion-setup-fortran-mode): Use it instead
3231 of changing the keymap.
3232 (completion--post-self-insert): New function.
3233 (dynamic-completion-mode): Use it instead of rebinding keys.
3234 (cmpl--completion-string): Rename from completion-string.
3235 (add-completion-to-head, delete-completion): Let-bind it explicitly.
3236
3237 2014-12-22 Bozhidar Batsov <bozhidar@batsov.com>
3238
3239 * progmodes/ruby-mode.el (ruby--string-region): Simplify code
3240 by leveraging `syntax-ppss'.
3241
3242 2014-12-22 Artur Malabarba <bruce.connor.am@gmail.com>
3243
3244 * let-alist.el (let-alist): Use `make-symbol' instead of `gensym'.
3245
3246 2014-12-20 Michael Albinus <michael.albinus@gmx.de>
3247
3248 * net/tramp-sh.el (tramp-histfile-override): Add :version.
3249
3250 2014-12-20 Teodor Zlatanov <tzz@lifelogs.com>
3251
3252 * net/tramp-sh.el (tramp-histfile-override): Clarify docstring.
3253
3254 2014-12-19 Artur Malabarba <bruce.connor.am@gmail.com>
3255
3256 * let-alist.el (let-alist): Enable access to deeper alists by
3257 using dots inside the dotted symbols.
3258
3259 2014-12-19 Alan Mackenzie <acm@muc.de>
3260
3261 Make C++11 uniform init syntax work.
3262 New keywords "final" and "override".
3263 * progmodes/cc-engine.el (c-back-over-member-initializer-braces):
3264 New function.
3265 (c-guess-basic-syntax): Set `containing-sex' and `lim' using the
3266 new function.
3267 * progmodes/cc-fonts.el (c-font-lock-declarations): Check more
3268 carefully for "are we at a declarator?" using
3269 c-back-over-member-initializers.
3270 * progmodes/cc-langs.el (c-type-modifier-kwds): Include "final"
3271 and "override" in the C++ value.
3272
3273 2014-12-19 Martin Rudalics <rudalics@gmx.at>
3274
3275 * textmodes/ispell.el (ispell-command-loop): Don't use `next-window'.
3276
3277 2014-12-21 Lars Ingebrigtsen <larsi@gnus.org>
3278
3279 * net/nsm.el (nsm-save-host): Don't save the host name twice
3280 (bug#19269).
3281
3282 2014-12-18 Sam Steingold <sds@gnu.org>
3283
3284 Keyboard interface (C-f10) to `mouse-buffer-menu' (C-down-mouse-1).
3285 * mouse.el (mouse-buffer-menu-map): Extract from `mouse-buffer-menu'.
3286 (mouse-buffer-menu): Use `mouse-buffer-menu-map'.
3287 * menu-bar.el (menu-bar-buffer-vector): Extract from
3288 `menu-bar-update-buffers'.
3289 (menu-bar-update-buffers): Use `menu-bar-buffer-vector'.
3290 (buffer-menu-open): New user command, bound globally to C-f10,
3291 provides a keyboard interface to `mouse-buffer-menu' (C-down-mouse-1).
3292 (mouse-buffer-menu-keymap): Use `menu-bar-buffer-vector' to
3293 convert the value returned by `mouse-buffer-menu-map' to a list
3294 acceptable to `popup-menu' for `buffer-menu-open'.
3295
3296 2014-12-18 Artur Malabarba <bruce.connor.am@gmail.com>
3297
3298 * let-alist.el (let-alist): Evaluate the `alist' argument only once.
3299
3300 2014-12-18 Sam Steingold <sds@gnu.org>
3301
3302 * emacs-lisp/package.el: Avoid compilation warning by declaring
3303 the `find-library-name' function.
3304 (package-activate-1): Fix the `with-demoted-errors' calls:
3305 the first argument must be a string literal.
3306
3307 2014-12-18 Martin Rudalics <rudalics@gmx.at>
3308
3309 Add code for "preserving" window sizes.
3310 * dired.el (dired-pop-to-buffer): Call fit-window-to-buffer with
3311 `preserve-size' t.
3312 (dired-mark-pop-up): Preserve size of window showing marked files.
3313 * electric.el (Electric-pop-up-window):
3314 * help.el (resize-temp-buffer-window): Call fit-window-to-buffer
3315 with `preserve-size' t.
3316 * minibuffer.el (minibuffer-completion-help):
3317 Use `resize-temp-buffer-window' instead of `fit-window-to-buffer'
3318 (Bug#19355). Preserve size of completions window.
3319 * register.el (register-preview): Preserve size of register
3320 preview window.
3321 * tmm.el (tmm-add-prompt): Call fit-window-to-buffer
3322 with `preserve-size' t (Bug#1291).
3323 * window.el (with-displayed-buffer-window): Add calls to
3324 `window-preserve-size'.
3325 (window-min-pixel-size, window--preservable-size)
3326 (window-preserve-size, window-preserved-size)
3327 (window--preserve-size, window--min-size-ignore-p): New functions.
3328 (window-min-size, window-min-delta, window--resizable)
3329 (window--resize-this-window, split-window-below)
3330 (split-window-right): Amend doc-string.
3331 (window--min-size-1, window-sizable, window--size-fixed-1)
3332 (window-size-fixed-p, window--min-delta-1)
3333 (frame-windows-min-size, window--max-delta-1, window-resize)
3334 (window--resize-child-windows, window--resize-siblings)
3335 (enlarge-window, shrink-window, split-window): Handle preserving
3336 window sizes.
3337 (adjust-window-trailing-edge): Handle preserving window
3338 sizes. Signal user-error instead of an error when there's no
3339 window above or below.
3340 (window--state-put-2): Handle horizontal scroll bars.
3341 (window--display-buffer): Call `preserve-size' if asked for.
3342 (display-buffer): Mention `preserve-size' alist member in doc-string.
3343 (fit-window-to-buffer): New argument PRESERVE-SIZE.
3344 * textmodes/ispell.el (ispell-command-loop): Suppress horizontal
3345 scroll bar on ispell's windows. Don't count window lines and
3346 don't deal with dedicated windows.
3347 (ispell-show-choices, ispell-help): Let `ispell-display-buffer'
3348 do the window handling.
3349 (ispell-adjusted-window-height, ispell-overlay-window): Remove.
3350 (ispell-display-buffer): New function to reuse, create and fit
3351 window to ispell's buffers. (Bug#3413)
3352
3353 2014-12-18 Dmitry Gutov <dgutov@yandex.ru>
3354
3355 * emacs-lisp/package.el (package-activate): Do not re-activate or
3356 reload the dependencies (bug#19390).
3357
3358 2014-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
3359
3360 * progmodes/cc-cmds.el (c-subword-mode): Alias to subword-mode.
3361 (c-update-modeline):
3362 * progmodes/cc-langs.el (c-mode-menu): Use c-subword-mode.
3363 * progmodes/cc-mode.el (subword-mode): Move autoload to cc-cmds.el.
3364 (c-mode-base-map): Use c-subword-mode.
3365
3366 2014-12-18 Eli Zaretskii <eliz@gnu.org>
3367
3368 * international/mule-diag.el (describe-font-internal):
3369 Display additional info returned by font-info.
3370
3371 * linum.el (linum--face-width): Rename from linum--face-height,
3372 and use the new functionality of font-info.
3373 (linum-update-window): Use linum--face-width and frame-char-width,
3374 instead of approximating with height.
3375
3376 2014-12-18 Dmitry Gutov <dgutov@yandex.ru>
3377
3378 * vc/vc-svn.el (vc-svn-dir-status-files): Revert the 2014-12-02
3379 change (bug#19387). Use `apply' on `vc-dir-command' (bug#19405).
3380
3381 * emacs-lisp/package.el (package-activate-1): Add RELOAD argument
3382 and a docstring.
3383 (package-activate): Call itself on dependencies on PACKAGE with
3384 the same FORCE argument. Pass FORCE as RELOAD into
3385 `package-activate-1' (bug#19390).
3386
3387 2014-12-17 Sam Steingold <sds@gnu.org>
3388
3389 * emacs-lisp/package.el (package--list-loaded-files):
3390 Handle `(nil ...)' elements in `load-history'.
3391
3392 2014-12-17 Teodor Zlatanov <tzz@lifelogs.com>
3393
3394 * net/tramp-sh.el (tramp-histfile-override): New variable.
3395 (tramp-open-shell, tramp-maybe-open-connection): Use it.
3396
3397 2014-12-17 Dmitry Gutov <dgutov@yandex.ru>
3398
3399 * vc/vc.el: Improve `dir-status-files' description.
3400
3401 * emacs-lisp/package.el (package--list-loaded-files): Don't call
3402 file-truename on load-history elements (bug#19390).
3403
3404 2014-12-16 Nicolas Petton <petton.nicolas@gmail.com>
3405
3406 * emacs-lisp/seq.el: New file.
3407
3408 2014-12-16 Stefan Monnier <monnier@iro.umontreal.ca>
3409
3410 * jit-lock.el (jit-lock-function): Don't defer if jit-lock-defer-time
3411 is 0 and there is no input pending.
3412
3413 2014-12-15 Juri Linkov <juri@linkov.net>
3414
3415 * replace.el (query-replace-read-from): Use query-replace-compile-replacement
3416 only on the return value (bug#19383).
3417
3418 2014-12-15 Juri Linkov <juri@linkov.net>
3419
3420 * isearch.el (isearch-lazy-highlight-search): Extend the bound of
3421 the wrapped search by the length of the search string to be able
3422 to lazy-highlight the whole search string at point (bug#19353).
3423
3424 2014-12-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
3425
3426 * net/shr.el (shr-fold-text): Don't bug out on zero-length text.
3427
3428 2014-12-14 Alan Mackenzie <acm@muc.de>
3429
3430 * cus-start.el (all): Add fast-but-imprecise-scrolling.
3431
3432 2014-12-14 Artur Malabarba <bruce.connor.am@gmail.com>
3433
3434 * let-alist.el: Add lexical binding.
3435
3436 2014-12-14 Steve Purcell <steve@sanityinc.com> (tiny change)
3437
3438 * emacs-lisp/package.el (package-menu-mode): Use an extra column
3439 for the "Version" column, to accomodate date-and-time-based versions.
3440
3441 2014-12-14 Cameron Desautels <camdez@gmail.com>
3442
3443 * cus-edit.el (custom-unsaved-options): New function, extracted
3444 from `customize-unsaved'.
3445 (custom-unsaved): Use it.
3446 (custom-prompt-customize-unsaved-options): New function.
3447 (Bug#19328)
3448
3449 2014-12-14 Dmitry Gutov <dgutov@yandex.ru>
3450
3451 * fringe.el (fringe-bitmap-p): Fix 2014-12-05 breakage.
3452
3453 2014-12-14 Dmitry Gutov <dgutov@yandex.ru>
3454
3455 Move ASYNC argument to the `diff' VC command to the fifth
3456 position, for better compatibility with existing third-party code,
3457 and document it.
3458
3459 * vc/vc.el (vc-diff-internal): Pass `async' argument to the
3460 backend `diff' command in the last position.
3461
3462 * vc/vc-svn.el (vc-svn-diff):
3463 * vc/vc-src.el (vc-src-diff):
3464 * vc/vc-sccs.el (vc-sccs-diff):
3465 * vc/vc-rcs.el (vc-rcs-diff):
3466 * vc/vc-mtn.el (vc-mtn-diff):
3467 * vc/vc-hg.el (vc-hg-diff):
3468 * vc/vc-git.el (vc-git-diff):
3469 * vc/vc-dav.el (vc-dav-diff):
3470 * vc/vc-cvs.el (vc-cvs-diff):
3471 * vc/vc-bzr.el (vc-bzr-diff):
3472 * obsolete/vc-arch.el (vc-arch-diff): Move ASYNC argument to the end.
3473
3474 2014-12-14 Paul Eggert <eggert@cs.ucla.edu>
3475
3476 * emacs-lisp/cconv.el (cconv--analyze-use):
3477 Rename from cconv--analyse-use.
3478 (cconv--analyze-function): Rename from cconv--analyse-function.
3479 (cconv-analyze-form): Rename from cconv-analyse-form.
3480
3481 2014-12-13 Andreas Schwab <schwab@linux-m68k.org>
3482
3483 * net/shr.el (shr-next-link): Don't error out at eob.
3484
3485 2014-12-05 Nicolas Richard <theonewiththeevillook@yahoo.fr>
3486
3487 * isearch.el (isearch-open-necessary-overlays): Open overlay
3488 ending at point (bug#19333).
3489
3490 2014-12-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
3491
3492 * net/shr.el (shr-fold-text): New function.
3493 (shr-show-alt-text, shr-urlify, shr-tag-img): Use it to fold long
3494 alt/title texts.
3495 (shr-fold-text): Inhibit state from being altered.
3496
3497 * files.el (directory-files-recursively): Really check whether
3498 files are symlinks.
3499 (directory-name-p): New function.
3500 (directory-files-recursively): Use it.
3501
3502 2014-12-13 Artur Malabarba <bruce.connor.am@gmail.com>
3503
3504 * emacs-lisp/package.el (package--list-loaded-files): New function
3505 to list files in a given directory which correspond to already
3506 loaded files.
3507 (package-activate-1): Reload files given by `package--list-loaded-files'.
3508 Fix bug#10125, bug#18443, and bug#18448.
3509
3510 2014-12-13 Eric S. Raymond <esr@snark.thyrsus.com>
3511
3512 * vc/vc-svn.el (vc-svn-diff): Fix bug #19312.
3513
3514 2014-12-13 Michael Albinus <michael.albinus@gmx.de>
3515
3516 * simple.el (password-word-equivalents): Add "passcode", used for
3517 numeric secrets like PINs or RSA tokens.
3518
3519 2014-12-13 Michael Albinus <michael.albinus@gmx.de>
3520
3521 * net/tramp-sh.el (tramp-get-remote-path): Use a login shell in
3522 order to determine `tramp-own-remote-path'.
3523
3524 2014-12-13 Fabián Ezequiel Gallina <fgallina@gnu.org>
3525
3526 * progmodes/python.el (python-shell-parse-command):
3527 Quote `python-shell-interpreter`. (Bug#19289)
3528
3529 2014-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
3530
3531 * progmodes/python.el (python-indent-line): Use `noindent' in strings.
3532 (python-indent-levels): Document extra value.
3533 (python-indent-calculate-indentation): Return `noindent' in strings.
3534 (python-indent-post-self-insert-function)
3535 (python-indent-calculate-levels): Handle new value.
3536
3537 2014-12-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
3538
3539 * net/network-stream.el (network-stream-open-starttls): No need to
3540 check for the availability of `gnutls-available-p'.
3541
3542 * files.el (directory-files-recursively): Don't follow symlinks to
3543 other directories.
3544
3545 2014-12-12 Eric S. Raymond <esr@snark.thyrsus.com>
3546
3547 * vc/vc-dav.el, vc/vc-git.el, vc/vc-hg.el, vc/vc-src.el:
3548 * vc/vc.el: latest-on-branch-p is no longer a public method.
3549
3550 * vc/vc.el, vc/vc-hg.el, vc/vc-git.el, vc/vc-hooks.el:
3551 * vc/vc-mtn.el, vc/vc-rcs.el, vc/vc-sccs.el, vc/vc-src.el:
3552 Remove `rollback' method, to be replaced in the future by uncommit.
3553
3554 2014-12-11 Michael Albinus <michael.albinus@gmx.de>
3555
3556 * vc/vc-hg.el (vc-hg-state): Make FILE absolute. Handle the case
3557 that there is empty output.
3558
3559 2014-12-11 Stefan Monnier <monnier@iro.umontreal.ca>
3560
3561 * emacs-lisp/eldoc.el (eldoc-documentation-function): Change default.
3562 (eldoc-mode, eldoc-schedule-timer): Adjust to new default.
3563
3564 2014-12-10 Artur Malabarba <bruce.connor.am@gmail.com>
3565
3566 * let-alist.el: Add new package and macro.
3567
3568 2014-12-10 Eric S. Raymond <esr@snark.thyrsus.com>
3569
3570 * vc/vc-dispatcher.el, vc/vc-hooks.el, vc/vc-rcs.el:
3571 * vc/vc-sccs.el, vc/vc.el: Righteous featurectomy of vc-keep-workfiles,
3572 it's a shoot-self-in-foot archaism. Workfiles are always kept.
3573
3574 2014-12-10 Rasmus Pank Roulund <emacs@pank.eu>
3575
3576 * net/ange-ftp.el (ange-ftp-switches-ok): Disallow flags causing
3577 trouble with ls over ftp. These flags result in ls returning no
3578 output, causing Tramp-breakage. (bug#19192)
3579
3580 2014-12-10 Andreas Schwab <schwab@suse.de>
3581
3582 * files.el (file-tree-walk): Use file-name-as-directory unconditionally.
3583
3584 2014-12-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
3585
3586 * files.el (directory-files-recursively):
3587 Use `file-name-all-completions' instead of `directory-files' for
3588 greater speed.
3589
3590 * net/shr.el (shr-tag-object): Don't bug out on text elements in
3591 <object>.
3592
3593 2014-12-09 Bozhidar Batsov <bozhidar@batsov.com>
3594
3595 * progmodes/ruby-mode.el (auto-mode-alist): Add .rabl, Berksfile
3596 and Puppetfile.
3597 (ruby-toggle-string-quotes): New command that allows you to quickly
3598 toggle between single-quoted and double-quoted string literals.
3599
3600 2014-12-09 Eric S. Raymond <esr@snark.thyrsus.com>
3601
3602 * vc/vc-src.el (vc-src-do-comand): Prepend -- to file argument
3603 list, avoids problems witt names containing hyphens.
3604
3605 2014-12-09 Wilson Snyder <wsnyder@wsnyder.org>
3606
3607 Sync with upstream verilog-mode revision aa4b777.
3608 * progmodes/verilog-mode.el (verilog-mode-version): Update.
3609 (verilog-auto-end-comment-lines-re, verilog-end-block-ordered-re)
3610 (verilog-set-auto-endcomments): Automatically comment property/
3611 endproperty blocks to match other similar blocks like sequence/
3612 endsequence, function/endfunction, etc. Reported by Alex Reed.
3613 (verilog-set-auto-endcomments): Fix end comments for functions of
3614 type void, etc. Detect the function- or task-name when
3615 auto-commenting blocks that lack an explicit portlist.
3616 Reported by Alex Reed.
3617 (verilog-nameable-item-re): Fix nameable items that can have an
3618 end-identifier to include endchecker, endgroup, endprogram,
3619 endproperty, and endsequence. Reported by Alex Reed.
3620 (verilog-preprocessor-re, verilog-beg-of-statement):
3621 Fix indentation of property/endproperty around pre-processor
3622 directives. Reported by Alex Reed.
3623 (verilog-label-be): When auto-commenting a buffer, consider
3624 auto-comments on all known keywords (not just a subset thereof).
3625 Reported by Alex Reed.
3626 (verilog-beg-of-statement): Fix labeling do-while blocks, bug842.
3627 Reported by Alex Reed.
3628 (verilog-beg-of-statement-1, verilog-at-constraint-p):
3629 Fix hanging with many curly-bracket pairs, bug663.
3630 (verilog-do-indent): Fix electric tab deleting form-feeds.
3631 Note caused by indent-line-to deleting tabls pre 24.5.
3632 (verilog-auto-output, verilog-auto-input, verilog-auto-inout)
3633 (verilog-auto-inout-module, verilog-auto-inout-in): Doc fixes.
3634 (verilog-read-always-signals, verilog-auto-sense-sigs)
3635 (verilog-auto-reset): Fix AUTORESET with always_comb and always_latch,
3636 bug844. Reported by Greg Hilton.
3637
3638 2014-12-09 Alex Reed <acreed4@gmail.com> (tiny change)
3639
3640 * progmodes/verilog-mode.el (verilog-no-indent-begin-re):
3641 Fix `verilog-indent-begin-after-if' nil not honoring 'forever',
3642 'foreach', and 'do' keywords.
3643 (verilog-endcomment-reason-re, verilog-beg-of-statement):
3644 Fix labeling do-while blocks, bug842.
3645 (verilog-backward-token): Fix indenting sensitivity lists with
3646 named events, bug840.
3647
3648 2014-12-09 Reto Zimmermann <reto@gnu.org>
3649
3650 Sync with upstream vhdl mode v3.36.1.
3651 * progmodes/vhdl-mode.el (vhdl-version, vhdl-time-stamp): Update.
3652 (vhdl-compiler-alist): Anchor all error regexps.
3653 (vhdl-compile-use-local-error-regexp): Change default to nil.
3654 (vhdl-asort, vhdl-anot-head-p): Remove.
3655 (vhdl-aput, vhdl-adelete, vhdl-aget): Simplify.
3656 Remove optional argument of vhdl-aget and update all callers.
3657 (vhdl-import-project): Also set `vhdl-compiler'.
3658
3659 2014-12-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
3660
3661 * files.el (find-files): New function.
3662
3663 * net/shr.el (shr-dom-print): Don't print comments.
3664 (shr-tag-svg): Give inline SVG images the right type.
3665
3666 * net/eww.el (eww-update-header-line-format): Mark valid/invalid
3667 certificates in the header line.
3668 (eww-invalid-certificate, eww-valid-certificate): New faces.
3669
3670 2014-12-09 Fabián Ezequiel Gallina <fgallina@gnu.org>
3671
3672 * progmodes/python.el (inferior-python-mode):
3673 Set `comint-prompt-read-only` to `t` only locally.
3674
3675 2014-12-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
3676
3677 * net/nsm.el (nsm-check-protocol): Test for RC4 on `high'.
3678 (nsm-format-certificate): Include more data about the connection.
3679 (nsm-query): Fill the text to that it looks nicer.
3680 (nsm-check-protocol): Also warn if using SSL3 or older.
3681
3682 2014-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
3683
3684 * progmodes/gud.el (gud-gdb-completions): Remove unused var `start'.
3685
3686 * obsolete/gulp.el (gulp-create-m-p-alist): Remove unused var `mnt-tm'.
3687
3688 * net/tramp.el (tramp-handle-make-symbolic-link): Mark unused arg.
3689
3690 * info.el (Info-mode-map): Remove left-over binding.
3691
3692 * emacs-lisp/avl-tree.el: Use lexical-binding and cl-lib.
3693 (avl-tree--root): Remove redundant defsetf.
3694
3695 2014-12-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
3696
3697 * net/nsm.el (network-security-level): Remove the detailed
3698 description, which was already outdated, and refer the users to
3699 the manual.
3700 (nsm-check-protocol): Check for weak Diffie-Hellman prime bits
3701 (bug#19153).
3702
3703 2014-12-06 Andrey Kotlarski <m00naticus@gmail.com>
3704
3705 * net/eww.el (eww-buffers-mode): New major mode.
3706 (eww-list-buffers, eww-buffer-select, eww-buffer-show-next)
3707 (eww-buffer-show-previous, eww-buffer-kill, eww-buffer-show):
3708 New commands/functions (bug#19131).
3709
3710 2014-12-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
3711
3712 * net/gnutls.el (gnutls-negotiate): Ignore files found via
3713 'file-name-handler-alist' since the gnutls library can't use those
3714 (bug#15866).
3715
3716 2014-12-08 Dmitry Gutov <dgutov@yandex.ru>
3717
3718 * vc/vc-hg.el (vc-hg-dir-status-files): Only include ignores files
3719 when FILES is non-nil (bug#19304).
3720
3721 2014-12-08 Eric S. Raymond <esr@snark.thyrsus.com>
3722
3723 * vc/vc-arch.el: Move to obsolete directory so a test framework
3724 won't trip over bit-rot in it. There has been no Arch snapshot
3725 for nine years.
3726
3727 2014-12-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
3728
3729 * net/eww.el (eww-follow-link): Revert prefix behaviour to
3730 previous behavior.
3731 (eww-copy-page-url): Add doc string.
3732
3733 2014-12-07 Ivan Shmakov <ivan@siamics.net>
3734
3735 * net/eww.el (eww): Move history recording here...
3736 (eww-browse-url): ... from here (bug#19253).
3737
3738 * net/eww.el (eww-browse-url): Use generate-new-buffer (was:
3739 iterating over possible buffer names.)
3740
3741 2014-12-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
3742
3743 * net/eww.el (eww-reload): Take a prefix to work locally (bug#19086).
3744 (eww-current-buffer): Compilation fix for bug#18550 patch.
3745
3746 2014-12-07 Ivan Shmakov <ivan@siamics.net>
3747
3748 * net/eww.el (eww-list-histories): Restore the history in the
3749 correct buffer (bug#18550).
3750
3751 2014-12-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
3752
3753 * net/eww.el (eww-bookmark-prepare): Display URLs in first by
3754 displaying shortened titles first (bug#16398).
3755
3756 2014-12-07 Tom Willemse <tom@ryuslash.org> (tiny change)
3757
3758 * progmodes/python.el: Recognize docstrings.
3759 (python-docstring-at-p, python-font-lock-syntactic-face-function):
3760 New functions.
3761 (python-mode): Use them.
3762
3763 2014-12-06 Ulf Jasper <ulf.jasper@web.de>
3764
3765 * net/newst-treeview.el (newsticker--treeview-list-add-item)
3766 (newsticker--treeview-propertize-tag): Bind tree menu to mouse-3.
3767 (newsticker--treeview-create-groups-menu)
3768 (newsticker--treeview-create-tree-menu): Remove.
3769 (newsticker--treeview-tree-open-menu): New.
3770 (newsticker-treeview-tree-click): Pass event to
3771 `newsticker-treeview-tree-do-click'.
3772 (newsticker-treeview-tree-do-click): Open treemenu on mouse-3.
3773
3774 2014-12-05 Juri Linkov <juri@linkov.net>
3775
3776 * comint.el (comint-history-isearch-search)
3777 (comint-history-isearch-wrap): Use field-beginning instead of
3778 comint-line-beginning-position.
3779 (comint-send-input): Go to the end of the field instead of the end
3780 of the line to accept whole multi-line input.
3781 http://lists.gnu.org/archive/html/emacs-devel/2014-12/msg00305.html
3782
3783 2014-12-05 Juri Linkov <juri@linkov.net>
3784
3785 * minibuffer.el (minibuffer-completion-help):
3786 Compare selected-window with minibuffer-window to check whether
3787 completions should be displayed near the minibuffer. (Bug#17809)
3788 http://lists.gnu.org/archive/html/emacs-devel/2014-12/msg00311.html
3789
3790 2014-12-05 Michael Albinus <michael.albinus@gmx.de>
3791
3792 * vc/vc-mtn.el (vc-mtn-root):
3793 * vc/vc-svn.el (vc-svn-registered): Make FILE absolute.
3794
3795 2014-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
3796
3797 * progmodes/sh-script.el (sh-smie-sh-rules): Go back to the beginning
3798 of the whole pipe when indenting an opening keyword after a |.
3799 Generalize this treatment to opening keywords like "while" (bug#18031).
3800
3801 2014-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
3802
3803 * simple.el (newline): Place the hook buffer-locally,
3804 to make sure it's first.
3805
3806 * progmodes/prog-mode.el (prettify-symbols--compose-symbol):
3807 Fix handling of symbols with different syntax at beginning/end or with
3808 symbol rather than word syntax.
3809
3810 2014-12-05 Eli Zaretskii <eliz@gnu.org>
3811
3812 * simple.el (line-move): If noninteractive, call line-move-1, not
3813 forward-line, since the former is compatible with line-move-visual
3814 both in terms of the column to which it moves and the return
3815 value. (Bug#19211)
3816
3817 2014-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
3818
3819 * vc/ediff-init.el (ediff-odd-p): Remove.
3820 (ediff-background-face): Use cl-oddp instead.
3821 (ediff-buffer-live-p): Make it a defsubst.
3822
3823 * tooltip.el (tooltip-region-active-p): Remove.
3824
3825 * net/shr.el (shr-char-breakable-p, shr-char-kinsoku-bol-p)
3826 (shr-char-kinsoku-eol-p, shr-char-nospace-p): Use define-inline.
3827
3828 * fringe.el (fringe-bitmap-p): Make it a plain function.
3829
3830 * emacs-lisp/eieio-core.el: Prefer inlinable functions over macros.
3831 (class-p, generic-p, eieio-object-p, class-abstract-p):
3832 Make them defsubst, so as to avoid corner case problems where
3833 the arg might be evaluated in the condition-case, or it can't be passed
3834 to higher-order functions like `cl-some'.
3835
3836 2014-12-05 Nicolas Richard <theonewiththeevillook@yahoo.fr>
3837
3838 * wid-edit.el (widget-choose): Let numeric keypad work (bug#19268)
3839 and remove old menu-related code.
3840
3841 2014-12-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
3842
3843 * net/eww.el (eww-display-pdf): Let mailcap determine how to
3844 display PDF files (bug#19270).
3845
3846 2014-12-05 Juri Linkov <juri@linkov.net>
3847
3848 Compare with the most recent window by default.
3849 * vc/compare-w.el (compare-windows-get-window-function): New defcustom.
3850 (compare-windows-get-recent-window)
3851 (compare-windows-get-next-window): New functions.
3852 (compare-windows, compare-windows-sync-default-function):
3853 Use `compare-windows-get-window-function' instead of `next-window'.
3854 (compare-windows): Add diff/match messages with region boundaries.
3855 (Bug#19170)
3856
3857 2014-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
3858
3859 * subr.el (filter): Remove. Use `cl-remove-if-not' or `seq-filter'.
3860
3861 2014-12-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
3862
3863 * net/shr.el (shr--extract-best-source): Ignore non-text children.
3864
3865 2014-12-04 Eli Zaretskii <eliz@gnu.org>
3866
3867 Implement copying of a buffer portion while preserving visual order.
3868 * simple.el (bidi-directional-controls-chars)
3869 (bidi-directional-non-controls-chars): New variables.
3870 (squeeze-bidi-context-1, squeeze-bidi-context)
3871 (line-substring-with-bidi-context)
3872 (buffer-substring-with-bidi-context): New functions.
3873
3874 * files.el (file-tree-walk): Doc fix.
3875
3876 2014-12-04 Rupert Swarbrick <ruperts@broadcom.com> (tiny change)
3877 Rüdiger Sonderfeld <ruediger@c-plusplus.net>
3878
3879 * autoinsert.el (auto-insert-alist): Update C/C++ header and
3880 program support to match more extensions. Replace non-alnum
3881 characters when generating include guards (headers) and check for
3882 more extensions when generating includes (programs)
3883 (bug#19254).
3884
3885 2014-12-03 Eric S. Raymond <esr@snark.thyrsus.com>
3886
3887 * files.el (file-tree-walk): Fix docstring.
3888
3889 2014-12-03 Karl Fogel <kfogel@red-bean.com>
3890
3891 Fix bug whereby saving files hung in VC hook.
3892
3893 Saving a buffer visiting a file under SVN control would hang if
3894 the remote repository were unreachable, because the VC hooks tried
3895 to run "svn status -u" on the file, where the "-u" tells svn to
3896 get update information from the remote repository.
3897 http://lists.gnu.org/archive/html/emacs-devel/2014-12/msg00174.html
3898
3899 * vc/vc-svn.el (vc-svn-state): Remove optional `localp'
3900 argument and always pass "-v" to "svn status", never "-u".
3901
3902 2014-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
3903
3904 * emacs-lisp/inline.el: Fix up copyright header.
3905 (inline-quote, inline-const-p, inline-const-val, inline-error):
3906 Silence compiler warnings.
3907 (inline-letevals): Fix edebug spec.
3908 (inline--testconst-p): Consider lambda expressions as const-p.
3909 (inline--getconst-val): Use inline--testconst-p.
3910
3911 * minibuffer.el (completion-table-dynamic): Add arg `switch-buffer'
3912 and change default to stay in the minibuffer when called from
3913 the minibuffer (bug#19250).
3914 (lazy-completion-table): Use this new argument to preserve the
3915 old behavior.
3916
3917 * progmodes/elisp-mode.el (elisp--local-variables): Don't burp on
3918 incorrect lexical elements (bug#19250).
3919
3920 2014-12-03 A. N. Other <none@example.com>
3921
3922 * files.el (file-tree-walk): Lisp translation of ANSI ftw(3).
3923
3924 2014-12-02 Glenn Morris <rgm@gnu.org>
3925
3926 * whitespace.el (whitespace-big-indent-regexp): Add :version.
3927
3928 2014-12-02 Eric S. Raymond <esr@snark.thyrsus.com>
3929
3930 * subr.el (filter): New macro. Because it's just silly for a Lisp
3931 not to have this in 2014. And VC needs it.
3932
3933 * vc.el: All backends: API simplification: Abolish dir-status.
3934 It's replaced by dir-status-files.
3935
3936 * vc.el: All backends: API simplification: Remove 4th
3937 'default-state' argument from vc-dir-status files and its backend
3938 methods - no backend method ever set it. It was used only in the
3939 fallback method to to set a default of 'up-to-date, though a
3940 convoluted call chain obscured this.
3941
3942 * vc-hooks.el: Bind vc-delete-file to Ctrl-x v delete.
3943
3944 * vc.el (vc-expand-dirs): Now takes a second BACKEND argument,
3945 improving behavior on directories using multiple file-oriented VCSes.
3946
3947 * vc/vc.el: All backends: API simplification; clear-headers
3948 is no longer a public method. It is now local to the one place
3949 it's used, in the RCS steal-lock method.
3950
3951 2014-12-01 Eric S. Raymond <esr@snark.thyrsus.com>
3952
3953 * vc/vc.el: In all backends: API simplification; could-register
3954 is no longer a public method. (vc-cvs.el still has a private
3955 implementation.)
3956
3957 * vc/vc.el: In all backends: API cleanup; the backend diff method
3958 takes an explicit async flag. This eliminates a particularly ugly
3959 global.
3960
3961 * vc-bzr.el: Restore vc-bzr-state-heuristic as a private method.
3962 VC randomly/unpredictably fails without it; cause not yet established.
3963
3964 2014-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
3965
3966 Merge some of the differences from the standalone CC-mode.
3967 The main change is to only use the `category' text-property only when
3968 available. For that many calls are changed to use c-get-char-property,
3969 c-next-single-property-change, c-sc-scan-lists,
3970 c-sc-parse-partial-sexp, c-unmark-<->-as-paren.
3971
3972 * progmodes/cc-mode.el (c-just-done-before-change): New var.
3973 (c-basic-common-init): Initialize it.
3974 (c-common-init): Only use mode-require-final-newline when available.
3975 (c-before-change): Check and set c-just-done-before-change.
3976 (c-after-change): Re-set c-just-done-before-change.
3977 (c-advise-fl-for-region): New macro.
3978 (lazy-lock-defer-rest-after-change, lazy-lock-defer-line-after-change)
3979 (font-lock-after-change-function, jit-lock-after-change):
3980 Advise if needed.
3981
3982 * progmodes/cc-langs.el (c-modified-constant): New lang var.
3983 (c-known-type-key): Don't make a list just to throw it away.
3984
3985 * progmodes/cc-engine.el (c-invalidate-state-cache, c-parse-state):
3986 Handle the case where categories are not available.
3987 (c-record-parse-state-state, c-replay-parse-state-state):
3988 Handle marker values.
3989 (c-before-change-check-<>-operators): Look for the `syntax-table'
3990 property rather than for the corresponding `category'.
3991 (c-looking-at-decl-block): Remove unused var
3992 `c-disallow-comma-in-<>-arglists'.
3993 (c-forward-<>-arglist-recur): Remove unused var
3994 `orig-record-found-types'.
3995
3996 * progmodes/cc-defs.el (c-version): Bump up to 5.33.
3997 (c-use-category): New const.
3998 (c-next-single-property-change): New macro.
3999 (c-region-is-active-p): Prefer region-active-p when available.
4000 (c-search-backward-char-property): Fix old min/max typo; probably
4001 a copy/paste error.
4002 (c-mark-<-as-paren, c-mark->-as-paren, c-unmark-<->-as-paren):
4003 Turn them into macros that obey c-use-category.
4004 (c-sc-scan-lists-no-category+1+1, c-sc-scan-lists-no-category+1-1)
4005 (c-sc-scan-lists-no-category-1+1, c-sc-scan-lists-no-category-1-1)
4006 (c-sc-scan-lists, c-sc-parse-partial-sexp)
4007 (c-looking-at-non-alphnumspace): New macros.
4008 (c-sc-parse-partial-sexp-no-category): New function.
4009 (c-emacs-features): Add `category-properties' element.
4010
4011 * progmodes/cc-cmds.el (c-forward-into-nomenclature)
4012 (c-backward-into-nomenclature): Use cc-subword if subword-mode is
4013 not available.
4014 (c-beginning-of-defun, c-end-of-defun, c-mark-function)
4015 (c-indent-line-or-region): Use c-region-is-active-p.
4016
4017 * progmodes/cc-bytecomp.el (cc-bytecomp-unbound-variables)
4018 (cc-bytecomp-original-functions, cc-bytecomp-original-properties)
4019 (cc-bytecomp-loaded-files): Re-set each time the file is loaded.
4020 (cc-bytecomp-obsolete-var, cc-bytecomp-ignore-obsolete)
4021 (cc-bytecomp-obsolete-fun): Delete unused functions.
4022
4023 * progmodes/cc-align.el (c-lineup-respect-col-0): New function.
4024
4025 2014-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
4026
4027 * net/shr.el (shr-dom-print): Fix up `shr-dom-print' after the
4028 dom.el changes.
4029
4030 2014-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
4031
4032 * vc/vc.el (vc-find-conflicted-file): Look for conflicted files in the
4033 current "project" rather than just the current directory.
4034 * vc/vc-git.el (vc-git-conflicted-files): Clarify in which directory
4035 the file names make sense.
4036
4037 * vc/smerge-mode.el (smerge-swap): New command.
4038
4039 * vc/diff-mode.el (diff-kill-applied-hunks): New command.
4040
4041 2014-12-01 Ulf Jasper <ulf.jasper@web.de>
4042
4043 * net/newst-treeview.el (newsticker--treeview-item-show):
4044 Check window liveliness before measuring its width.
4045
4046 * net/newst-backend.el (newsticker--get-news-by-url-callback):
4047 Pass correct status to `newsticker--sentinel-work'.
4048 (newsticker--sentinel-work): Use "newsticker--download-error" as
4049 guid in order to prevent multiple "Could not download..."
4050 messages. (Bug#19166)
4051
4052 2014-12-01 Ivan Shmakov <ivan@siamics.net>
4053
4054 * net/eww.el (eww-render): Call `eww-after-render-hook' in the
4055 correct buffer (bug#19225).
4056
4057 2014-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
4058
4059 * net/nsm.el (network-security-level): Change the default to `medium'.
4060
4061 * net/eww.el (eww): Leave point in a place that doesn't cause
4062 scrolling when displaying "Loading...".
4063
4064 2014-12-01 Eric S. Raymond <esr@snark.thyrsus.com>
4065
4066 * vc/vc.el, vc/vc-cvs.el, vc/vc-rcs.el, vc/vc-svn.el: The 'merge'
4067 backend method of RCS/CVS/SVN is now 'merge-file', to contrast with
4068 'merge-branch'. Prompting for merge revisions is pushed down to
4069 the back ends; this fixes a layering violation that caused bad
4070 behavior with SVN.
4071
4072 * vc/vc.el, vc-hooks.el: All backends: API simplification;
4073 vc-stay-local-p and repository-hostname are no longer public
4074 methods. Only the CVS and SVN backends used these, and the SVN
4075 support was conditioned out because svn status -v is too slow.
4076 The CVS back end retains this machinery and the vc-stay-local
4077 configuration variable now only affects it.
4078
4079 2014-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
4080
4081 * emacs-lisp/inline.el: New file.
4082
4083 2014-12-01 Eric S. Raymond <esr@snark.thyrsus.com>
4084
4085 * vc/vc.el, vc-hooks.el: All backends: API simplification;
4086 vc-state-heuristic is no longer a public method, having been
4087 removed where it is redundant, unnecessary, or known buggy.
4088 This eliminated all backends except CVS. Eliminates bug#7850.
4089
4090 * vc/vc-cvs.el, vc/vc-hooks.el, vc/vc-rcs.el, vc/vc-sccs.el:
4091 Eliminate vc-mistrust-permissions. It was only relevant to the
4092 RCS and SCCS back ends and defaulted to t. Code now always
4093 mistrusts permissions - by actual measurement the effect on
4094 performance is negligible. As a side effect bug#11490 is now
4095 irrelevant.
4096
4097 * vc/vc.el, vc-hooks.el: All backends: API simplification;
4098 vc-workfile-unchanged-p is no longer a public method (but the RCS
4099 and SCCS back ends retain it as a private method used in state
4100 computation). This method was redundant with vc-state and usually
4101 implemented as a trivial call to same. Fixes the failure mode
4102 described in bug#694.
4103
4104 * vc/vc.el: All backends: API simplification; init-revision is
4105 gone, and vc-registered functions no longer take an
4106 initial-revision argument.
4107
4108 2014-11-29 Glenn Morris <rgm@gnu.org>
4109
4110 * vc/vc-src.el (vc-src, vc-src-diff-switches)
4111 (vc-src-master-templates): Fix :version tags.
4112
4113 2014-11-29 Paul Rankin <paul@tilk.co> (tiny change)
4114
4115 * outline.el (outline-move-subtree-down): Refactor and improve code.
4116
4117 2014-11-29 Stephen Berman <stephen.berman@gmx.net>
4118 Stefan Monnier <monnier@iro.umontreal.ca>
4119
4120 * outline.el (outline-move-subtree-down): Make sure we can move
4121 forward to find the end of the subtree and the insertion point
4122 (bug#19102).
4123
4124 2014-11-29 Fabián Ezequiel Gallina <fgallina@gnu.org>
4125
4126 * progmodes/python.el (python-shell-completion-setup-code):
4127 Use __builtin__ module (or builtins in Python 3) and catch all errors
4128 when importing readline and rlcompleter.
4129
4130 2014-11-29 Stephen Berman <stephen.berman@gmx.net>
4131
4132 * calendar/todo-mode.el: Handle calling revert-buffer (bug#19187).
4133 (todo-revert-buffer): New function.
4134 (todo-modes-set-1): Use it as the buffer-local value of
4135 revert-buffer-function.
4136
4137 2014-11-29 Stephen Berman <stephen.berman@gmx.net>
4138
4139 * calendar/todo-mode.el (todo-mode): If called interactively, just
4140 display a message saying to call todo-show to enter Todo mode
4141 (Bug#19112).
4142
4143 2014-11-29 Dmitry Gutov <dgutov@yandex.ru>
4144
4145 * vc/vc-hg.el (vc-hg-dir-status-files): Include ignored files.
4146 (Bug#18579)
4147
4148 * vc/vc-bzr.el (vc-bzr-after-dir-status): Don't skip ignored
4149 files. (Bug#18579)
4150
4151 2014-11-29 Michael Albinus <michael.albinus@gmx.de>
4152
4153 * textmodes/makeinfo.el (makeinfo-buffer): Make it work also for
4154 remote `buffer-file-name'.
4155
4156 2014-11-29 Leo Liu <sdl.web@gmail.com>
4157
4158 * calendar/diary-lib.el (calendar-mark-1): Fix thinko.
4159
4160 2014-11-29 Fabián Ezequiel Gallina <fgallina@gnu.org>
4161
4162 Set PYTHONUNBUFFERED on shell startup.
4163
4164 * progmodes/python.el (python-shell-unbuffered): New var.
4165 (python-shell-calculate-process-environment): Use it.
4166
4167 2014-11-29 Michael Albinus <michael.albinus@gmx.de>
4168
4169 * net/tramp.el (tramp-action-password): Clean password on subsequent
4170 attempts even if there was no wrong password indication. (Bug#19047)
4171
4172 * net/tramp-sh.el (tramp-get-remote-locale): Return "LC_ALL=C" as
4173 fallback.
4174 (tramp-open-connection-setup-interactive-shell): No need to check
4175 for nil as `tramp-get-remote-locale' return value.
4176
4177 2014-11-29 Eli Zaretskii <eliz@gnu.org>
4178
4179 * vc/vc-git.el (vc-git-command, vc-git--call):
4180 Bind coding-system-for-read and coding-system-for-write to
4181 vc-git-commits-coding-system.
4182 (vc-git-previous-revision): Use "~1" instead of "^", since the
4183 latter is a special character for MS-Windows system shells.
4184
4185 2014-11-29 Michael Albinus <michael.albinus@gmx.de>
4186
4187 Improve XEmacs compatibility.
4188
4189 * net/tramp.el (tramp-autoload-file-name-handler):
4190 Wrap `temporary-file-directory' by `symbol-value', it doesn't
4191 exist in XEmacs.
4192 (tramp-read-passwd): Don't use `with-timeout-suspend' and
4193 `with-timeout-unsuspend' if they don't exist, like in XEmacs.
4194 (tramp-time-less-p, tramp-time-subtract): Remove functions.
4195 (tramp-handle-file-newer-than-file-p, tramp-time-diff):
4196 * net/tramp-adb.el (tramp-adb-ls-output-time-less-p):
4197 * net/tramp-cache.el (tramp-get-file-property):
4198 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
4199 Use `time-less-p' and `time-subtract, respectively.
4200
4201 * net/tramp-adb.el (top): Do not require time-date.el.
4202
4203 * net/tramp-compat.el (top): Require time-date.el for XEmacs.
4204
4205 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell):
4206 Check, whether `utf-8' is a valid coding system.
4207
4208 2014-11-29 Eli Zaretskii <eliz@gnu.org>
4209
4210 * vc/vc.el (vc-retrieve-tag): Doc fix.
4211
4212 2014-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
4213
4214 * simple.el (execute-extended-command--shorter): Fix the "M-p" case
4215 (bug#19152).
4216
4217 2014-11-28 Martin Rudalics <rudalics@gmx.at>
4218
4219 Fix two issues around help-window-select. (Bug#11039) (Bug#19012)
4220 * help.el (help-window-old-frame): New variable.
4221 (help-window-select): Default to nil (Bug#11039).
4222 Rewrite doc-string.
4223 (help-window-setup): When the help window appears on another
4224 frame and `help-window-select' is non-nil, give that frame input
4225 focus too (Bug#19012).
4226 (with-help-window): Store selected frame in
4227 help-window-old-frame.
4228
4229 2014-11-28 Ulf Jasper <ulf.jasper@web.de>
4230
4231 * net/newst-treeview.el (newsticker--treeview-load): Take care of
4232 nil value for `newsticker-groups-filename'.
4233
4234 2014-11-28 Daiki Ueno <ueno@gnu.org>
4235
4236 * epa.el (epa-sign-file, epa-encrypt-file, epa-decrypt-region)
4237 (epa-sign-region, epa-encrypt-region):
4238 Use `epg-context-set-{passphrase,progress}-callback', instead of
4239 `setf'. This partially reverts commit 9e48a95c (bug#19150).
4240 Reported by José A. Romero L.
4241
4242 2014-11-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
4243
4244 * net/eww.el (eww-restore-history):
4245 Bind `inhibit-modification-hooks' instead of `after-change-functions'.
4246
4247 2014-11-27 Ulf Jasper <ulf.jasper@web.de>
4248
4249 * net/newst-backend.el (newsticker--parse-atom-1.0):
4250 Handle embedded (x)html in summary node.
4251
4252 2014-11-27 Sam Steingold <sds@gnu.org>
4253
4254 * menu-bar.el (menu-bar-open): When everything else fails,
4255 use (mouse-menu-bar-map).
4256
4257 2014-11-27 Ulf Jasper <ulf.jasper@web.de>
4258
4259 * net/newst-treeview.el (newsticker-groups-filename):
4260 Change default value to nil. Point out that variable is obsolete in doc
4261 string.
4262 (newsticker--treeview-load): Change wording of the questions the
4263 user is asked when `newsticker-groups-filename' is found to be
4264 used and we offer to read and remove the groups file. (Bug#19165)
4265
4266 2014-11-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
4267
4268 * net/eww.el (eww): Record the new URL immediately, so that if the
4269 HTTP fetch fails, we have the right URL in the buffer.
4270 (eww-process-text-input): Don't shorten the input field if
4271 deleting at the last character (bug#19085).
4272 (eww-restore-history): Inhibit change functions while restoring
4273 the history.
4274 (eww-process-text-input): Fix deletion at the start of the field, too.
4275 (eww-mode): Revert mistanken removal of `buffer-disable-undo'.
4276 (eww-process-text-input): Try to keep track of the size more reliably.
4277
4278 * dom.el (dom-pp): New function.
4279
4280 2014-11-27 Eli Zaretskii <eliz@gnu.org>
4281
4282 * vc/vc-bzr.el (vc-bzr-print-log, vc-bzr-expanded-log-entry):
4283 Don't assume --long is the default for "bzr log", always specify
4284 it explicitly, in case the user defined an alias for 'log' that
4285 uses some other format.
4286
4287 2014-11-27 Fabián Ezequiel Gallina <fgallina@gnu.org>
4288
4289 * progmodes/python.el (python-eldoc--get-doc-at-point):
4290 Strip shell output before returning. (bug#18794)
4291
4292 2014-11-27 Dmitry Gutov <dgutov@yandex.ru>
4293
4294 Fix indentation before `!=' and after `+='. Originally reported
4295 in https://github.com/mooz/js2-mode/issues/174.
4296 * progmodes/js.el (js--indent-operator-re): Make assignments and
4297 (in)equality operator a separate case.
4298 (js--continued-expression-p): Escape the second `+' in the regexp.
4299
4300 2014-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
4301
4302 * window.el (handle-select-window): Deactivate shift-region (bug#19003).
4303
4304 2014-11-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
4305
4306 * net/nsm.el (nsm-new-fingerprint-ok-p): Display the certificate
4307 when querying about new certificates.
4308
4309 * net/shr.el (shr-make-table-1): dom.el changes for table rendering.
4310
4311 * dom.el (dom-by-tag): Use `equal' for comparisons so that tags
4312 can be strings.
4313 (dom-elements): Protect against non-text nodes.
4314 (dom-non-text-children): New function.
4315
4316 * net/eww.el (eww-tag-title): Use `dom-text'.
4317
4318 2014-11-26 Sam Steingold <sds@gnu.org>
4319
4320 * textmodes/sgml-mode.el (sgml-validate-command): Pass -utf8 to tidy.
4321
4322 2014-11-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
4323
4324 * net/eww.el (eww-highest-readability): More dom.el fixes.
4325
4326 2014-11-26 Ulf Jasper <ulf.jasper@web.de>
4327
4328 * net/newst-backend.el (newsticker--parse-generic-items):
4329 Take care of UIDs when adding elements to cache.
4330
4331 2014-11-26 Alan Mackenzie <acm@muc.de>
4332
4333 Remove spurious reference to symbol category_properties.
4334 * progmodes/cc-engine.el (c-state-pp-to-literal): Fix here.
4335
4336 2014-11-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
4337
4338 * net/eww.el: Use the new dom.el accessors throughout.
4339
4340 * net/shr.el: Ditto.
4341
4342 * dom.el: New file.
4343
4344 2014-11-26 Glenn Morris <rgm@gnu.org>
4345
4346 * arc-mode.el (archive-visit-single-files): Add :version.
4347
4348 2014-11-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
4349
4350 * net/nsm.el (nsm-format-certificate): Don't bug out on missing
4351 elements.
4352 (nsm-warnings-ok-p): The new version of this function always
4353 returned nil when everything was OK.
4354
4355 2014-11-25 Teodor Zlatanov <tzz@lifelogs.com>
4356
4357 * net/gnutls.el (gnutls): Set :group to 'comm so it's near NSM.
4358
4359 * net/nsm.el (nsm-check-tls-connection, nsm-save-host)
4360 (nsm-warnings-ok-p): Use `gnutls-peer-status-warning-describe'.
4361
4362 2014-11-20 Nicolas Richard <theonewiththeevillook@yahoo.fr>
4363
4364 * emacs-lisp/byte-run.el (function-put): Match argument names to
4365 docstring.
4366
4367 2014-11-24 Sam Steingold <sds@gnu.org>
4368
4369 * vc/vc-hooks.el (vc-directory-exclusion-list):
4370 Fix a trivial typo (bug#19171).
4371
4372 2014-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
4373
4374 * vc/vc-hooks.el (vc-state-base-face): Don't override
4375 mode-line-inactive.
4376
4377 2014-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
4378
4379 * net/eww.el (eww-set-character-encoding): Use `read-coding-system'.
4380 (eww-process-text-input): Inhibit read only so that input fields
4381 don't get shortened (bug#19085).
4382
4383 2014-11-24 Leo Liu <sdl.web@gmail.com>
4384
4385 * emacs-lisp/macroexp.el (macroexp-let2*): New macro.
4386
4387 * window.el (with-temp-buffer-window)
4388 (with-current-buffer-window, with-displayed-buffer-window):
4389 * emacs-lisp/cl-macs.el (cl--compiler-macro-adjoin):
4390 * emacs-lisp/cl-lib.el (substring):
4391 * emacs-lisp/cl-extra.el (cl-getf): Use it.
4392
4393 2014-11-24 Eli Zaretskii <eliz@gnu.org>
4394
4395 * isearch.el (isearch-update): Don't assume
4396 pos-visible-in-window-p will return nil when point is hscrolled
4397 out of view. (Bug#19157)
4398
4399 2014-11-20 Andrey Kotlarski <m00naticus@gmail.com>
4400
4401 * net/eww.el (eww-browse-url): Optionally create new eww buffer.
4402 (eww-follow-link): Follow in new buffer in case of prefix
4403 argument, open externally with double prefix (bug#19130).
4404
4405 2014-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
4406
4407 * net/eww.el (eww-display-html): Decode the document-defined charset.
4408 (eww): Pop to the *eww* buffer immediately after executing the
4409 `M-x eww' command to avoid having buffers pop up later.
4410 (eww-display-html): Don't pop the *eww* buffer.
4411 (eww-display-raw): Ditto.
4412 (eww-display-image): Ditto.
4413 (eww-follow-link): Make going to #targets in the page work again.
4414
4415 2014-11-23 Ivan Shmakov <ivan@siamics.net>
4416
4417 * net/eww.el (eww-suggest-uris): New variable.
4418 (eww-suggested-uris): New function.
4419 (eww): Default to URL under point.
4420 (eww-links-at-point): New function.
4421
4422 2014-11-20 Mark Oteiza <mvoteiza@udel.edu> (tiny change)
4423
4424 * net/eww.el (eww-add-bookmark): Fix bookmark titles.
4425
4426 2014-11-17 Mark Oteiza <mvoteiza@udel.edu> (tiny change)
4427
4428 * net/eww.el (eww-mode-map): Bind backtab to shr-previous-link.
4429
4430 2014-11-23 Kenjiro Nakayama <nakayamakenjiro@gmail.com>
4431
4432 * net/eww.el (eww-set-character-encoding): New command and keystroke.
4433 (eww-display-raw): Use it (bug#16225).
4434
4435 2014-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
4436
4437 * net/nsm.el (network-security-level): Rename from
4438 `nsm-security-level' and documented.
4439
4440 * mail/smtpmail.el (smtpmail-via-smtp): Warn unless encrypted and
4441 we're sending a password.
4442
4443 * net/nsm.el: New file that implements a Network Security Manager.
4444
4445 * net/network-stream.el (open-network-stream): Add a new
4446 :warn-unless-encrypted parameter.
4447 (network-stream-open-plain): Allow warning unless encrypted.
4448 (network-stream-open-starttls): Call the Network Security Manager.
4449 (network-stream-open-tls): Ditto.
4450
4451 2014-11-23 Leo Liu <sdl.web@gmail.com>
4452
4453 * calendar/cal-china.el (calendar-chinese-from-absolute-for-diary)
4454 (calendar-chinese-to-absolute-for-diary)
4455 (calendar-chinese-mark-date-pattern, diary-chinese-anniversary):
4456 Handle leap months in Chinese calendar. (Bug#18953)
4457
4458 2014-11-22 Alan Mackenzie <acm@muc.de>
4459
4460 Fix error with `mark-defun' and "protected:" in C++ Mode.
4461 * progmodes/cc-cmds.el (c-where-wrt-brace-construct): Handle a
4462 return code of (label) from c-beginning-of-decl-1. (Bug#19134)
4463
4464 2014-11-22 Ulf Jasper <ulf.jasper@web.de>
4465
4466 * net/newst-backend.el (newsticker--sentinel-work):
4467 Tell `libxml-parse-xml-region' to discard comments. (Bug#18787)
4468
4469 2014-11-22 Michael Albinus <michael.albinus@gmx.de>
4470
4471 * net/tramp-sh.el (tramp-sh-handle-start-file-process)
4472 (tramp-sh-handle-process-file): Propagate `process-environment'.
4473
4474 * vc/vc-hg.el (vc-hg-state): No special handling for remote files;
4475 Tramp propagates environment variables now.
4476
4477 2014-11-22 Eric S. Raymond <esr@snark>
4478
4479 * vc/vc-filewise.el: New file to isolate code used only by the
4480 file-oriented back ends (SCCS/RCS/CVS/SRC) which should not
4481 live in vc.el and certainly not in vc-hooks.el.
4482
4483 * vc/vc-hooks.el, vc-rcs.el, vc-sccs.el: vc-name -> vc-master-name.
4484 This is preparatory to isolating all the 'master' functions
4485 used only by the file-oriented back ends. With this done first,
4486 the substantive diffs will be easier to read.
4487
4488 2014-11-21 Rüdiger Sonderfeld <ruediger@c-plusplus.net>
4489
4490 * play/morse.el (nato-alphabet): Mark URL in docstring in a way
4491 that is recognized by `help-mode'.
4492
4493 2014-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
4494
4495 * desktop.el (desktop-create-buffer): Use activate-mark to set
4496 `mark-active' (bug#19058).
4497
4498 2014-11-21 Eric S. Raymond <esr@snark>
4499
4500 * vc/vc-src.el (vc-src-state): Fix bug that produced spurious
4501 nil state.
4502
4503 2014-11-21 Eli Zaretskii <eliz@gnu.org>
4504
4505 * vc/vc.el (vc-deduce-fileset): Support invocation from
4506 *vc-change-log* buffer. (Bug#19084)
4507
4508 2014-11-13 Matthew Leach <matthew@mattleach.net>
4509
4510 * arc-mode.el (archive-visit-single-files): New.
4511 (archive-mode): Visit file if archive contains a single file.
4512 (Bug#1702)
4513
4514 2014-11-21 Ulrich Müller <ulm@gentoo.org>
4515
4516 * vc/vc.el: Fix a typo in the commentary.
4517
4518 2014-11-20 Eric S. Raymond <esr@snark.thyrsus.com>
4519
4520 * vc/vc-src.el, vc/vc.el: Added support for SRC. Needs more
4521 testing and a real log-view mode.
4522
4523 * vc/vc-bzr.el, vc/vc-cvs.el, vc/vc-dav.el, vc/vc-git.el:
4524 * vc/vc-hg.el, vc/vc-mtn.el, vc/vc-rcs.el, vc/vc-sccs.el:
4525 * vc/vc-svn.el, vc/vc.el: Remove editable argument from the backend
4526 checkout methods; where it matters (which is only in SCCS and RCS)
4527 files are always checked out editable. This may actually have
4528 been dynamically true already - it looks like the vc-next-action
4529 code evolved past visiting the other case. Tested with RCS.
4530
4531 * vc/vc-arch.el, vc/vc-bzr.el, vc/vc-cvs.el, vc/vc-dav.el:
4532 * vc/vc-git.el, vc/vc-hg.el, vc/vc-mtn.el, vc/vc-rcs.el:
4533 * vc/vc-sccs.el, vc/vc-svn.el, vc/vc.el: Remove never-used rev
4534 argument from the backend checkin methods. Only the RCS, SCCS,
4535 and CVS back ends tried to do anything with it, and that code was
4536 never exercised. Chiseling away the cruft of decades...
4537
4538 2014-11-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
4539
4540 * net/eww.el (eww-render): Remove a no-op :title setting.
4541
4542 2014-11-19 Ivan Shmakov <ivan@siamics.net>
4543
4544 * net/eww.el (eww-history-limit): New variable.
4545 (eww-save-history): Use it (bug#19105).
4546 (eww-reload): Reload the page in the right buffer.
4547
4548 2014-11-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
4549
4550 * net/eww.el (eww-desktop-misc-data): Use `cl-remove-duplicates'.
4551
4552 2014-11-19 Ivan Shmakov <ivan@siamics.net>
4553
4554 * net/eww.el (eww-desktop-remove-duplicates)
4555 (eww-restore-desktop, eww-restore-reload-prompt): New variables.
4556 (eww-mode): Set up desktop mode (bug#18010).
4557 (eww-desktop-data-save, eww-desktop-data-1)
4558 (eww-desktop-history-duplicate, eww-desktop-misc-data)
4559 (eww-restore-desktop): New functions.
4560
4561 2014-11-19 Eli Zaretskii <eliz@gnu.org>
4562
4563 * vc/vc.el (vc-log-internal-common): Turn on log-view-mode in the
4564 correct buffer. (Bug#19101)
4565
4566 2014-11-19 Rüdiger Sonderfeld <ruediger@c-plusplus.net>
4567
4568 * vc/vc-git.el (vc-git-diff): Use "difftool -x diff" with
4569 `diff-switches' if `vc-git-diff-switches' is nil. (Bug#19099)
4570
4571 2014-11-19 Artur Malabarba <bruce.connor.am@gmail.com>
4572
4573 * ido.el (ido-bury-buffer-at-head): New command.
4574 (ido-buffer-completion-map): Bind it to C-S-b.
4575
4576 2014-11-18 Juri Linkov <juri@linkov.net>
4577
4578 * simple.el (next-line-or-history-element): Wrap next-line
4579 in with-no-warnings.
4580 (previous-line-or-history-element): Wrap previous-line
4581 in with-no-warnings.
4582
4583 2014-11-18 Juri Linkov <juri@linkov.net>
4584
4585 * progmodes/grep.el (grep-compute-defaults):
4586 Compute grep-highlight-matches before its use.
4587
4588 2014-11-18 Juri Linkov <juri@linkov.net>
4589
4590 * replace.el (query-replace-from-to-separator): Turn defvar into
4591 defcustom. Wrap char-displayable-p in ignore-errors because an
4592 attempt to autoload char-displayable-p fails during pre-loading.
4593 Move (propertize "\0" ... 'separator t) out of customizable part
4594 to query-replace-read-from.
4595 (query-replace-read-from): Call custom-reevaluate-setting on
4596 query-replace-from-to-separator to reevaluate the separator
4597 depending on the return value of char-displayable-p.
4598 http://lists.gnu.org/archive/html/emacs-devel/2014-11/msg00466.html
4599
4600 2014-11-18 Juri Linkov <juri@linkov.net>
4601
4602 * bindings.el (minibuffer-local-map): Rebind [down] from
4603 next-history-element to next-line-or-history-element, and [up]
4604 from previous-history-element to previous-line-or-history-element.
4605
4606 * simple.el (next-line-or-history-element)
4607 (previous-line-or-history-element): New commands.
4608 http://lists.gnu.org/archive/html/emacs-devel/2014-11/msg00822.html
4609
4610 2014-11-18 Leo Liu <sdl.web@gmail.com>
4611
4612 * emacs-lisp/nadvice.el (define-advice): New macro.
4613 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
4614 Add define-advice.
4615 (lisp-font-lock-keywords-1): Add define-advice.
4616
4617 2014-11-18 Daiki Ueno <ueno@gnu.org>
4618
4619 * epg.el (epg-context): New slot EDIT-CALLBACK.
4620 (epg--process-filter): Call EDIT-CALLBACK when editing a key.
4621 (epg-reset): Reset EDIT-CALLBACK of the context.
4622 (epg-start-edit-key): New function.
4623 (epg-edit-key): New function.
4624
4625 2014-11-18 Paul Eggert <eggert@cs.ucla.edu>
4626
4627 Port new time stamp handling to Emacs 23.2.
4628 This fix is for Gnus. Reported by Katsumi Yamaoka.
4629 * calendar/time-date.el (time-add, time-subtract, time-less-p):
4630 Use eval-and-compile, not eval-when-compile.
4631
4632 2014-11-18 Daiki Ueno <ueno@gnu.org>
4633
4634 * epg.el (epg-context-set-passphrase-callback)
4635 (epg-context-set-progress-callback): Check if the CALLBACK
4636 argument is a function, instead of a cons.
4637
4638 2014-11-18 Daiki Ueno <ueno@gnu.org>
4639
4640 * epa-file.el (epa-file-insert-file-contents)
4641 (epa-file-write-region): Remove redundant check of
4642 epa-pinentry-mode.
4643 * epa.el (epa-sign-file, epa-encrypt-file, epa-decrypt-region)
4644 (epa-sign-region, epa-encrypt-region): Remove redundant check of
4645 epa-pinentry-mode.
4646
4647 2014-11-18 Daiki Ueno <ueno@gnu.org>
4648
4649 * epa-file.el (epa-file-insert-file-contents): Don't show
4650 "*Error*" buffer if input file does not exist.
4651 Reported by Herbert J. Skuhra.
4652
4653 2014-11-18 Paul Pogonyshev <pogonyshev@gmail.com>
4654 Rüdiger Sonderfeld <ruediger@c-plusplus.net>
4655
4656 * progmodes/cc-langs.el: Support some of the new keywords in C++11.
4657 An alternative version of the patch from bug#13871.
4658 (c-operators): Add "alignof".
4659 (c-primitive-type-kwds): Add "char16_t", "char32_t".
4660 (c-type-modifier-kwds): Add "constexpr", "noexcept".
4661 (c-modifier-kwds): Add "thread_local".
4662 (c-constant-kwds): Add "nullptr".
4663
4664 2014-11-17 Michal Nazarewicz <mina86@mina86.com>
4665
4666 * textmodes/tildify.el (tildify-pattern, tildify-space-string):
4667 New variables for specifying tildify pattern and representation of
4668 a hard space -- a no-break space by default -- respectively.
4669 Being buffer-local they are much easier to handle than
4670 `tildify-string-alist' and `tildify-pattern-alist' respectively
4671 that have been used so far. They also works better with derived
4672 modes.
4673 (tildify-foreach-region-function): New variable specifying
4674 a function determining portions of buffer that should be
4675 tildified. It allows major modes to create a filtering function
4676 more elaborate than a set of regular expressions. Initialized to
4677 `tildify--deprecated-ignore-evironments' by default to handle now
4678 deprecated `tildify-ignored-environments-alist' variable.
4679 (tildify--foreach-region): A new function that takes
4680 `tildify-foreach-region-function' into account and calls callback
4681 for regions of the buffer that should be tildified.
4682 (tildify-foreach-ignore-environments): A new function which can be
4683 partially applied and used as `tildify-foreach-region-function'.
4684 (tildify-ignored-environments-alist, tildify-pattern)
4685 (tildify-string-alist, tildify--pick-alist-entry): Mark as obsolete.
4686 (tildify--find-env): Rename from `tildify-find-env' and mark as
4687 obsolete.
4688 (tildify--deprecated-ignore-evironments): New function,
4689 immediately marked as obsolete, used to handle deprecated
4690 `tildify-ignored-environments-alist'.
4691
4692 * textmodes/tex-mode.el (tex-common-initialization):
4693 Set `tildify-space-string' and `tildify-foreach-region-function'
4694 variables in all variants of TeX mode since `tildify-string-alist'
4695 and `tildify-ignored-environments-alist' are now empty by default.
4696
4697 * nxml/nxml-mode.el (nxml-mode): Ditto in `nxml-mode'.
4698 If encoding supports it use no-break space instead of character
4699 entity; this changes previous default which used a numeric
4700 reference.
4701
4702 * textmodes/sgml-mode.el (sgml-mode): ditto in `sgml-mode'.
4703 If encoding does not support no-break space, use numeric reference;
4704 this changes previous default which used named entity (“&nbsp;”)
4705 in HTML mode.
4706
4707 2014-11-17 Ulf Jasper <ulf.jasper@web.de>
4708
4709 * calendar/icalendar.el (icalendar-export-alarms):
4710 New customizable variable. (Bug#5433)
4711 (icalendar-export-region): Export alarms as specified in
4712 `icalendar-export-alarms'.
4713 (icalendar--create-ical-alarm, icalendar--do-create-ical-alarm):
4714 New functions for exporting alarms.
4715
4716 2014-11-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
4717
4718 * bindings.el (search-map): Move `eww-search-words' to `M-s M-w'.
4719
4720 2014-11-17 Paul Eggert <eggert@cs.ucla.edu>
4721
4722 Port new time stamp handling to old Emacs and to XEmacs.
4723 This is needed for Gnus, which copies time-date.el and which
4724 runs on older Emacs implementations.
4725 * calendar/time-date.el (with-decoded-time-value):
4726 Handle 'nil' and floating-point arg more compatibly with new Emacs.
4727 (encode-time-value, with-decoded-time-value):
4728 Obsolete only if new Emacs.
4729 (time-add, time-subtract, time-less-p): Define if not new Emacs.
4730
4731 Improve time stamp handling, and be more consistent about it.
4732 This implements a suggestion made in:
4733 http://lists.gnu.org/archive/html/emacs-devel/2014-10/msg00587.html
4734 Among other things, this means timer.el no longer needs to
4735 autoload the time-date module.
4736 * allout-widgets.el (allout-elapsed-time-seconds): Doc fix.
4737 * arc-mode.el (archive-ar-summarize):
4738 * calendar/time-date.el (seconds-to-time, days-to-time, time-since):
4739 * emacs-lisp/timer.el (timer-relative-time, timer-event-handler)
4740 (run-at-time, with-timeout-suspend, with-timeout-unsuspend):
4741 * net/tramp.el (tramp-time-less-p, tramp-time-subtract):
4742 * proced.el (proced-time-lessp):
4743 * timezone.el (timezone-time-from-absolute):
4744 * type-break.el (type-break-schedule, type-break-time-sum):
4745 Simplify by using new functionality.
4746 * calendar/cal-dst.el (calendar-next-time-zone-transition):
4747 Do not return time values in obsolete and undocumented (HI . LO)
4748 format; use (HI LO) instead.
4749 * calendar/time-date.el (with-decoded-time-value):
4750 Treat 'nil' as current time. This is mostly for XEmacs.
4751 (encode-time-value, with-decoded-time-value): Obsolete.
4752 (time-add, time-subtract, time-less-p): Use no-op autoloads, for
4753 XEmacs. Define only if XEmacs, as they're now C builtins in Emacs.
4754 * ldefs-boot.el: Update to match new time-date.el
4755 * proced.el: Do not require time-date.
4756
4757 2014-11-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
4758
4759 * net/eww.el (eww-mode): Make the buffer read-only.
4760 (eww-form-text): Inhibit read-only-ness in text input fields
4761 (bug#16476).
4762
4763 2014-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
4764
4765 * simple.el (execute-extended-command--shorter): Cut search here.
4766 (execute-extended-command): Instead of here.
4767
4768 2014-11-16 Fabián Ezequiel Gallina <fgallina@gnu.org>
4769
4770 * progmodes/python.el (python-mode): Avoid use of set-local to
4771 keep Emacs 24.x compatibility.
4772
4773 2014-11-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
4774
4775 * net/shr.el (shr): Move to the new defgroup `web'.
4776
4777 * net/eww.el (eww): Ditto.
4778
4779 * simple.el (execute-extended-command): Don't show the help
4780 message if the binding isn't significantly shorter than the
4781 M-x command the user typed (bug#19013).
4782
4783 2014-11-16 Ulf Jasper <ulf.jasper@web.de>
4784
4785 * calendar/icalendar.el (icalendar--convert-tz-offset):
4786 Return complete cons when offsets of standard time and daylight saving
4787 time are equal.
4788 (icalendar-export-region): Fix unbound variable warning.
4789
4790 2014-11-16 Fabián Ezequiel Gallina <fgallina@gnu.org>
4791
4792 * progmodes/python.el (run-python): Allow CMD to be optional and
4793 default it to a safe command, even for Windows. (bug#18596)
4794
4795 2014-11-16 Fabián Ezequiel Gallina <fgallina@gnu.org>
4796
4797 * progmodes/python.el (python-shell-calculate-command):
4798 Rename from python-shell-parse-command. Cleanup.
4799 (run-python, run-python-internal): Use it.
4800 (python-shell-calculate-pythonpath): Rename from
4801 python-new-pythonpath.
4802 (python-shell-calculate-process-environment): Use it.
4803 (python-shell-calculate-exec-path): Add comment.
4804
4805 2014-11-16 Thierry Banel <tbanelwebmin@free.fr> (tiny change)
4806
4807 * calc/calc-arith.el (math-max-list, math-min-list): Fix bug
4808 for date handling.
4809
4810 2014-11-16 Andreas Schwab <schwab@linux-m68k.org>
4811
4812 * version.el (emacs-repository-get-version): Use git rev-parse
4813 instead of git log.
4814
4815 2014-11-16 Fabián Ezequiel Gallina <fgallina@gnu.org>
4816
4817 * progmodes/python.el (python-indent-calculate-levels):
4818 Fix indentation behavior multiline dedenter statement. (Bug#18432)
4819
4820 2014-11-16 Fabián Ezequiel Gallina <fgallina@gnu.org>
4821
4822 * progmodes/python.el (python-indent-region):
4823 Use python-indent-line and skip special cases. (Bug#18843)
4824
4825 2014-11-16 Peder O. Klingenberg <peder@klingenberg.no>
4826
4827 * mail/emacsbug.el (report-emacs-bug): Make a better guess at
4828 envelope-from when reporting through sendmail (bug#19054).
4829
4830 2014-11-16 Oscar Fuentes <ofv@wanadoo.es>
4831
4832 Add faces for the VC modeline state indicator.
4833 * vc/vc-hooks.el:
4834 (vc-state-faces, vc-state-base-face)
4835 (vc-up-to-date-state, vc-needs-update-state)
4836 (vc-locked-state, vc-locally-added-state)
4837 (vc-conflict-state, vc-removed-state)
4838 (vc-missing-state, vc-edited-state):
4839 New faces.
4840 (vc-default-mode-line-string): Use them
4841
4842 2014-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
4843
4844 * emacs-lisp/backquote.el (backquote-process): Optimize away ",'".
4845
4846 2014-11-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
4847
4848 * net/eww.el (eww-search-words): Mention `eww-search-prefix'.
4849
4850 2014-11-15 Fabián Ezequiel Gallina <fgallina@gnu.org>
4851
4852 * progmodes/python.el (python-eldoc-setup-code): Enhance string
4853 type checks, simplify printing. (Bug#18962)
4854
4855 2014-11-14 Ivan Andrus <darthandrus@gmail.com>
4856
4857 * progmodes/python.el (python-shell-font-lock-kill-buffer):
4858 (python-shell-font-lock-with-font-lock-buffer)
4859 (python-shell-get-buffer, python-ffap-module-path):
4860 Use `derived-mode-p' instead of equality test on `major-mode'.
4861
4862 2014-11-14 Fabián Ezequiel Gallina <fgallina@gnu.org>
4863
4864 * progmodes/python.el (python-shell-virtualenv-root): Rename from
4865 python-shell-virtualenv-path.
4866 (python-shell-internal-get-process-name)
4867 (python-shell-calculate-process-environment)
4868 (python-shell-calculate-exec-path): Use it.
4869
4870 2014-11-14 Eli Zaretskii <eliz@gnu.org>
4871
4872 * bindings.el (search-map): Fix last change: don't use 'kbd' in
4873 bindings.el, since it is not yet loaded when bindings.el is
4874 preloaded.
4875
4876 2014-11-14 Fabián Ezequiel Gallina <fgallina@gnu.org>
4877
4878 * progmodes/python.el (python-shell-completion-get-completions):
4879 Fix previous merge.
4880
4881 2014-11-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
4882
4883 * net/eww.el (eww-render): Don't set the title to the URL.
4884
4885 2014-11-13 Ulrich Müller <ulm@gentoo.org>
4886
4887 * version.el (emacs-repository-get-version): Call `git log'
4888 command with proper format argument (bug#19049).
4889
4890 2014-11-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
4891
4892 * bindings.el (search-map): Bind M-s M-s to `eww-search-words'.
4893
4894 2014-11-14 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
4895
4896 * net/eww.el (eww-search-words): New command (bug#16258).
4897
4898 2014-11-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
4899
4900 * net/shr.el (shr-inhibit-images): Add a doc string.
4901
4902 * net/eww.el (eww-after-render-hook): New variable.
4903 (eww-render): Use it.
4904
4905 * net/shr.el (shr-descend): Don't descend further than
4906 `max-specpdl-size' allows (bug#16587).
4907 (shr-depth): New variable.
4908 (shr-warning): New variable.
4909
4910 2014-11-13 Ivan Shmakov <ivan@siamics.net>
4911
4912 * net/shr.el (shr-parse-base): Handle <base href=""> correctly.
4913 (shr-expand-url): Expand absolute URLs correctly (bug#17958).
4914
4915 2014-11-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
4916
4917 * net/eww.el (eww): Add comment to clarify.
4918
4919 * net/shr.el (shr-parse-image-data): Remove blocked bits from
4920 external SVG images.
4921 (shr-tag-object): Display images in <object> forms (bug#16244).
4922 (shr-tag-table): Also insert <objects> after the tables.
4923
4924 2014-11-13 Michael Albinus <michael.albinus@gmx.de>
4925
4926 * vc/vc-hg.el (vc-hg-state): Disable pager. (Bug#18940)
4927
4928 2014-11-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
4929
4930 * net/eww.el (eww-form-file): Fix version number.
4931
4932 2014-11-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
4933
4934 * net/eww.el (eww-form-file): :type isn't a valid `defface' keyword.
4935
4936 2014-11-10 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
4937
4938 * net/eww.el(eww-form-file(defface)): New defface of file upload form.
4939 (eww-submit-file): New key map of file upload.
4940 (eww-form-file): New file upload button and file name context.
4941 (eww-select-file): Select file and display selected file name.
4942 (eww-tag-input): Handle input tag of file type.
4943 (eww-update-field): Add point offset.
4944 (eww-submit): Add submit with multipart/form-data.
4945
4946 2014-11-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
4947
4948 * net/eww.el (eww-render, eww-display-html, eww-setup-buffer):
4949 Allow taking a buffer to render data in. This allows using several
4950 eww buffers (bug#16211).
4951
4952 2014-11-10 Charles Rendleman <carendle@gmail.com> (tiny change)
4953
4954 * net/eww.el (eww-download-callback): Save only the file contents,
4955 not the headers.
4956
4957 2014-11-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
4958
4959 * net/eww.el (eww-data): New plist to store all the data relevant
4960 to a single page, used throughout the file instead of the
4961 variables `eww-current-url', `eww-current-dom',
4962 `eww-current-source', and `eww-current-title'.
4963 (eww-readable): Copy over pertinent data from the parent page.
4964 (eww-save-history): Don't let the history grow infinitely.
4965
4966 * net/eww.el: Remove `eww-next-url', `eww-previous-url',
4967 `eww-up-url', `eww-home-url', `eww-start-url' and
4968 `eww-contents-url' and put the data into the `eww-data' plist.
4969 This allow restoring these values after going back in the history.
4970
4971 2014-11-10 Sylvain Chouleur <sylvain.chouleur@gmail.com> (tiny change)
4972
4973 Allow VTIMEZONE where daylight and standard time zones are equal.
4974 See: http://lists.gnu.org/archive/html/emacs-devel/2014-11/msg00494.html
4975 * calendar/icalendar.el (icalendar--convert-tz-offset):
4976 Support timezone without daylight saving time.
4977
4978 2014-11-10 Glenn Morris <rgm@gnu.org>
4979
4980 * startup.el (command-line): Handle nil elements in load-path.
4981
4982 2014-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
4983
4984 * help.el (view-lossage): Include the actual commands run.
4985
4986 2014-11-10 Dmitry Gutov <dgutov@yandex.ru>
4987
4988 * vc/vc-dir.el (vc-dir-hide-state): Also hide `ignored' items when
4989 no state is specified. (Bug#18964)
4990
4991 2014-11-09 Eric Ludlam <zappo@gnu.org>
4992
4993 * emacs-lisp/eieio-custom.el (eieio-customize-object):
4994 Set eieio-cog (current group) to g, which is an improved form of input
4995 group.
4996
4997 2014-11-09 Juri Linkov <juri@jurta.org>
4998
4999 * isearch.el (isearch-message-prefix): Show "Multi-file" and
5000 "Multi-buffer" instead of "Multi". (Bug#13592)
5001
5002 * misearch.el (multi-isearch-file-list):
5003 Autoload multi-isearch-buffer-list and multi-isearch-file-list.
5004 (multi-isearch-end): Reset multi-isearch-buffer-list and
5005 multi-isearch-file-list to nil.
5006
5007 2014-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
5008
5009 * emacs-lisp/bytecomp.el (byte-compile-initial-macro-environment):
5010 Don't call byte-compile-preprocess since the result will go through
5011 cconv.
5012 (byte-compile-output-docform): Handle uninterned `name' correctly.
5013 * emacs-lisp/cl-macs.el (cl-define-compiler-macro): Use interned name
5014 to circumvent byte-compiler bug.
5015
5016 * emacs-lisp/macroexp.el (macroexp--expand-all): Fix typo.
5017 (macroexp--compiler-macro): Remove left-over debug code.
5018
5019 * emacs-lisp/cl-extra.el (cl-get): Silence compiler warning.
5020
5021 2014-11-08 Juri Linkov <juri@jurta.org>
5022
5023 * simple.el (shell-command): Use buffer-name when output-buffer is
5024 a buffer. (Bug#18096)
5025
5026 2014-11-08 Juri Linkov <juri@jurta.org>
5027
5028 * minibuffer.el (minibuffer-completion-help): Compare this-command
5029 with completion-at-point. (Bug#17809)
5030
5031 2014-11-08 Glenn Morris <rgm@gnu.org>
5032
5033 * emacs-lisp/bytecomp.el (byte-compile-report-error):
5034 Allow the argument to be a string. Due to the vague doc,
5035 it was already being used this way.
5036
5037 2014-11-08 Michael Albinus <michael.albinus@gmx.de>
5038
5039 * net/tramp.el (tramp-check-cached-permissions): Include hop in
5040 the constructed Tramp file name. (Bug#18943)
5041
5042 2014-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
5043
5044 * emulation/cua-base.el (cua--select-keymaps): Use region-active-p
5045 (bug#18952).
5046 (cua-set-mark, cua--post-command-handler-1):
5047 * emulation/cua-gmrk.el (cua-cancel-global-mark): Same.
5048
5049 2014-11-08 Michael Albinus <michael.albinus@gmx.de>
5050
5051 * files.el (file-name-non-special): Wrap the call of
5052 `insert-file-contents' by `unwind-protect', in order to set the
5053 buffer's file name anyway. (Bug#18891)
5054
5055 2014-11-08 Alan Mackenzie <acm@muc.de>
5056
5057 Fix wrong bound to c-font-lock-declarators.
5058 * progmodes/cc-fonts.el (c-font-lock-declarations):
5059 Pass "(point-max)" as bound to c-font-lock-declarators, not "limit", as
5060 the buffer is sometimes narrowed to less than "limit" (e.g., in
5061 the presence of macros). (Bug#18948)
5062
5063 2014-11-08 Michael Albinus <michael.albinus@gmx.de>
5064
5065 * net/tramp.el (tramp-error-with-buffer): Show connection buffer
5066 only when message appeared in minibuffer. (Bug#18891)
5067
5068 * net/tramp-adb.el (tramp-adb-handle-file-attributes):
5069 * net/tramp-gvfs.el (tramp-gvfs-handle-file-attributes):
5070 * net/tramp-sh.el (tramp-sh-handle-file-attributes): Return nil in
5071 case of errors.
5072
5073 2014-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
5074
5075 * emacs-lisp/bytecomp.el (byte-compile-initial-macro-environment):
5076 Don't compile before eval in `eval-and-compile'.
5077 (byte-compile-arglist-warn): Add check for defining macros after their
5078 first use. Check call use even if the function is fboundp.
5079
5080 2014-11-08 Richard Stallman <rms@gnu.org>
5081
5082 * mail/rmail.el (rmail-epa-decrypt): Detect armor with line prefixes.
5083 Check more carefully for mime-part specified character set.
5084 Check for mime-part Content Transfer Encoding.
5085 Notify if no armor found.
5086
5087 2014-11-08 Martin Rudalics <rudalics@gmx.at>
5088
5089 * faces.el (face-set-after-frame-default): Enable running
5090 `window-configuration-change-hook'.
5091
5092 2014-11-07 Juri Linkov <juri@jurta.org>
5093
5094 * replace.el: History for query replace pairs.
5095 (query-replace-defaults): Promote to a list of cons cell. Doc fix.
5096 (query-replace-from-to-separator): New variable.
5097 (query-replace-read-from): Let-bind query-replace-from-to-history
5098 to a list of FROM-TO strings created from query-replace-defaults
5099 and separated by query-replace-from-to-separator. Use it as
5100 the history while reading from the minibuffer. Split the returned
5101 string by the separator to get FROM and TO parts, and add them
5102 to the history variables.
5103 (query-replace-read-to): Add FROM-TO pairs to query-replace-defaults.
5104 (query-replace-regexp-eval): Let-bind query-replace-defaults to nil.
5105 http://lists.gnu.org/archive/html/emacs-devel/2014-11/msg00253.html
5106
5107 * isearch.el (isearch-text-char-description): Keep characters
5108 intact and put formatted strings with the `display' property.
5109
5110 2014-11-07 Martin Rudalics <rudalics@gmx.at>
5111
5112 * cus-start.el (frame-resize-pixelwise): Fix group.
5113 (frame-inhibit-implied-resize): Add entry.
5114
5115 2014-11-07 Daiki Ueno <ueno@gnu.org>
5116
5117 * epa.el (epa-pinentry-mode): New user option.
5118 (epa-sign-file, epa-encrypt-file, epa-decrypt-region)
5119 (epa-sign-region, epa-encrypt-region): Respect epa-pinentry-mode.
5120 * epa-file.el (epa-file-insert-file-contents)
5121 (epa-file-write-region): Respect epa-pinentry-mode.
5122
5123 2014-11-07 Daiki Ueno <ueno@gnu.org>
5124
5125 * epg.el (epg--list-keys-1): Ignore fields after the 15th field
5126 (bug#18979). Reported by Hideki Saito.
5127
5128 2014-11-06 Daiki Ueno <ueno@gnu.org>
5129
5130 * emacs-lisp/package.el (package--display-verify-error): New function.
5131 (package--check-signature): Use it to display output sent to stderr.
5132
5133 2014-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
5134
5135 * subr.el (pop): Don't call the getter twice (bug#18968).
5136
5137 * emacs-lisp/macroexp.el (macroexp--expand-all): Optimize away trivial
5138 uses of `funcall'.
5139
5140 2014-11-06 Daiki Ueno <ueno@gnu.org>
5141
5142 * epa.el (epa-error-buffer): New variable.
5143 (epa-display-error): New function.
5144 (epa-decrypt-file, epa-verify-file, epa-verify-region)
5145 (epa-delete-keys, epa-import-keys): Display output sent to stderr.
5146 (epa-sign-file, epa-sign-region, epa-encrypt-region)
5147 (epa-export-keys, epa-insert-keys): Display output sent to stderr.
5148 Use setf instead of epg-context-set-*.
5149 * epa-file.el (epa-file-insert-file-contents):
5150 Use epa-display-error instead of epa-display-info. Mimic the behavior
5151 of jka-compr when decryption program is not found.
5152 (epa-file-write-region): Use epa-display-error instead of
5153 epa-display-info.
5154
5155 2014-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
5156
5157 * vc/vc.el (vc-region-history): New command.
5158 (vc-print-log-internal): Use cl-some.
5159
5160 * vc/vc-git.el (vc-git-region-history): New function.
5161 (vc-git-region-history-mode-map)
5162 (vc-git--log-view-long-font-lock-keywords)
5163 (vc-git-region-history-font-lock-keywords): New vars.
5164 (vc-git-region-history-font-lock): New function.
5165 (vc-git-region-history-mode): New major mode.
5166
5167 2014-11-05 Tassilo Horn <tsdh@gnu.org>
5168
5169 * net/eww.el (subr-x): Require subr-x at compile-time because eww
5170 uses string-trim.
5171
5172 2014-11-05 Daiki Ueno <ueno@gnu.org>
5173
5174 * epg.el (epg-context): Add new slot ERROR-OUTPUT.
5175 (epg-error-output): New buffer-local variable.
5176 (epg--start): Initialize epg-error-output.
5177 (epg--process-filter): Record output lines sent to stderr, in
5178 epg-error-output.
5179 (epg-wait-for-completion): Copy epg-error-output to ERROR-OUTPUT
5180 slot of context.
5181 * epa-file.el (epa-file-insert-file-contents): On error, display
5182 output sent to stderr.
5183 (epa-file-write-region): Likewise.
5184
5185 2014-11-05 Eli Zaretskii <eliz@gnu.org>
5186
5187 * jit-lock.el (jit-lock-stealth-fontify): Be tolerant to nil being
5188 returned by load-average.
5189
5190 2014-11-05 Michael Albinus <michael.albinus@gmx.de>
5191
5192 * net/tramp-sh.el (tramp-do-copy-or-rename-file-via-buffer): Don't use
5193 a local copy; setting `inhibit-file-name-handlers' proper might be
5194 more performant. (Bug#18751)
5195
5196 2014-11-05 Glenn Morris <rgm@gnu.org>
5197
5198 * mail/emacsbug.el (report-emacs-bug): No longer include
5199 recent-keys in the report. (Bug#18900)
5200
5201 2014-11-04 Paul Eggert <eggert@cs.ucla.edu>
5202
5203 * mouse.el (mouse-drag-line): Fix misspelling of "right-fringe".
5204
5205 2014-11-04 Teodor Zlatanov <tzz@lifelogs.com>
5206
5207 * net/eww.el (eww): Trim URL with `string-trim'.
5208 Suggested by Vibhav Pant <vibhavp@gmail.com>.
5209
5210 2014-11-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
5211
5212 * net/eww.el (eww-score-readability): Don't count comments positively.
5213
5214 * net/shr.el (shr-retransform-dom): Typo fix.
5215
5216 * net/eww.el (eww-score-readability): Parse SVC images correctly.
5217 (eww-display-html): Don't leave point inside forms.
5218
5219 * net/shr.el: Ditto.
5220
5221 2014-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
5222
5223 * emacs-lisp/edebug.el (edebug-safe-prin1-to-string): Assume that
5224 edebug-prin1-to-string already handles circularity.
5225
5226 * emacs-lisp/byte-run.el (defun-declarations-alist): Fix compiler-macro
5227 autoloading when specified as a lambda.
5228
5229 * simple.el (execute-extended-command--last-typed): New var.
5230 (read-extended-command): Set it.
5231 Don't complete obsolete commands.
5232 (execute-extended-command--shorter-1)
5233 (execute-extended-command--shorter): New functions.
5234 (execute-extended-command): Use them to suggest shorter names.
5235 (indicate-copied-region, deactivate-mark): Use region-active-p.
5236
5237 2014-11-03 Michael Albinus <michael.albinus@gmx.de>
5238
5239 * net/tramp-sh.el (tramp-do-copy-or-rename-file-via-buffer): Use a
5240 local copy of FILENAME, when it is remote. (Bug#18751)
5241
5242 * net/tramp-adb.el (tramp-adb-handle-process-file): Do not raise
5243 an error when the command fails; the return code must indicate.
5244 (tramp-adb-send-command-and-check): Fix docstring.
5245
5246 2014-11-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
5247
5248 * net/shr.el (shr-retransform-dom): Don't ignore elements that
5249 have no children like <br />.
5250
5251 * net/eww.el (eww-display-html): Clear `url-queue'.
5252 (eww-display-pdf): New function.
5253 (eww-render): Display PDFs with `doc-view'.
5254 (url-queue): Require `url-queue' to avoid compilation warning.
5255 (eww-colorize-region): Remove duplicate function.
5256 (eww-tag-body): Use `shr-colorize-region'.
5257
5258 2014-11-03 Yoni Rabkin <yrk@gnu.org>
5259
5260 * net/eww.el (eww-list-bookmarks): Autoload.
5261
5262 2014-11-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
5263
5264 * net/shr.el (shr-retransform-dom): Allow several text sub-nodes.
5265
5266 * net/eww.el (eww-display-html): The charset is called `utf-8',
5267 not `utf8'.
5268 (eww-readable): Decode the saved text correctly.
5269 (eww-readable): Save the history before displaying so that we can
5270 go back to the non-readable version.
5271 (eww-display-html): Don't try to decode the text if we've been
5272 passed in a pre-parsed DOM.
5273 (eww-tag-title): Remove newlines and extra whitespace from the
5274 displayed title.
5275
5276 2014-11-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
5277
5278 * net/eww.el (eww-readable): New command and keystroke.
5279
5280 * net/shr.el (shr-retransform-dom): New function.
5281
5282 * net/eww.el (eww-display-html): Set `eww-current-source' in the
5283 correct buffer.
5284 (eww-view-source): Use it.
5285
5286 2014-11-02 Ivan Shmakov <ivan@siamics.net>
5287
5288 * net/eww.el (eww): Recognize colon-delimited IPv6 addresses.
5289 (Bug#18603).
5290
5291 2014-11-02 Brian McKenna <brian@brianmckenna.org> (tiny change)
5292
5293 * net/eww.el (eww-submit): Encode empty form values as "". (Bug#17785).
5294
5295 2014-11-02 Ivan Shmakov <ivan@siamics.net>
5296
5297 * net/eww.el (eww): Allow "file:/file/name" URLs. (Bug#18825).
5298
5299 2014-11-02 Ivan Shmakov <ivan@siamics.net>
5300
5301 * net/eww.el (eww-mode-map): Remove mentions of `eww-quit'.
5302 (Bug#18834).
5303
5304 2014-11-02 Eric Abrahamsen <eric@ericabrahamsen.net>
5305
5306 * emacs-lisp/eieio.el (eieio-edebug-prin1-to-string): Adjust for
5307 use as advice.
5308 (edebug-setup-hook): Advise `edebug-prin1-to-string'. (Bug#18897)
5309
5310 2014-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
5311
5312 * emacs-lisp/pp.el (pp-macroexpand-expression): Use macroexpand-1
5313 (bug#18821).
5314 * progmodes/elisp-mode.el (emacs-lisp-macroexpand): Idem.
5315
5316 2014-11-01 Michael R. Mauger <michael@mauger.com>
5317
5318 * sql.el (sql-mode-oracle-font-lock-keywords): Correct regexp
5319 syntax, add new keywords, and parse longer keywords first.
5320 (sql-redirect-one): Protect against empty command.
5321 (sql-mode, sql-interactive-mode): Set `custom-mode-group' property
5322 to SQL. (Bug#14759)
5323
5324 2014-11-01 Michael R. Mauger <michael@mauger.com>
5325
5326 * sql.el (sql-interactive-mode, sql-stop): Correct fix for
5327 Bug#16814 with let-bind of comint-input-ring variables around read
5328 and save functions.
5329
5330 2014-11-01 Michael Albinus <michael.albinus@gmx.de>
5331
5332 * net/tramp-cache.el (tramp-get-file-property)
5333 (tramp-set-file-property): Check that `tramp-cache-get-count-*'
5334 and `tramp-cache-set-count-*' are bound. Otherwise, there might
5335 be compiler warnings.
5336
5337 * net/tramp-sh.el (tramp-get-remote-uid, tramp-get-remote-gid):
5338 Return -1 respective "UNKNOWN", if uid or gid cannot be determined.
5339
5340 2014-11-01 Eli Zaretskii <eliz@gnu.org>
5341
5342 * progmodes/compile.el (compilation-mode): Turn off deferred
5343 fontifications locally. (Bug#18856)
5344
5345 2014-11-01 Wolfgang Jenkner <wjenkner@inode.at>
5346
5347 * net/tramp-sh.el (tramp-send-command): Fix the case where the
5348 remote-echo connection property is non-nil (bug#18858).
5349
5350 2014-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
5351
5352 * simple.el (newline): Add assertions to try and help catch bug#18913.
5353
5354 * emulation/cua-base.el (cua-delete-region): Use delete-active-region
5355 (bug#18886).
5356 (cua--last-deleted-region-pos, cua--last-deleted-region-text): Remove.
5357
5358 2014-11-01 Kim F. Storm <storm@cua.dk>
5359
5360 Restore cua-delete-copy-to-register-0 and M-v command (bug#18886).
5361 * delsel.el (delete-selection-save-to-register)
5362 (delsel--replace-text-or-position): New vars.
5363 (delete-active-region): Use them.
5364 (delete-selection-repeat-replace-region): New command, moved from
5365 cua-base.el.
5366 * emulation/cua-base.el (cua--repeat-replace-text): Remove var.
5367 (cua-repeat-replace-region): Move command to delsel.el.
5368 (cua--init-keymaps): Update binding accordingly.
5369 (cua-mode): Set delete-selection-save-to-register.
5370
5371 2014-11-01 Alan Mackenzie <acm@muc.de>
5372
5373 Make blink-parens work with a closing template delimiter.
5374 * progmodes/cc-cmds.el (c-electric-lt-gt): Cause a redisplay
5375 before calling blink-paren-function, so as to apply syntax-table
5376 properties to the ">".
5377
5378 2014-11-01 Jan Djärv <jan.h.d@swipnet.se>
5379
5380 * select.el (gui-get-selection): Comment: data-type ignored on NS.
5381
5382 2014-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
5383
5384 * emacs-lisp/macroexp.el (macroexpand-1): New function (bug#18821).
5385 (macroexp--expand-all): Unrelated tweaks.
5386
5387 * emacs-lisp/gv.el (gv-get): Use macroexpand-1.
5388
5389 2014-10-30 Glenn Morris <rgm@gnu.org>
5390
5391 * startup.el (command-line): Remove pointless attempt to avoid
5392 statting the file-system (which expand-file-name doesn't do).
5393
5394 2014-10-30 Daniel Colascione <dancol@dancol.org>
5395
5396 Add "enum class" support to C++ mode.
5397 * progmodes/cc-langs.el (c-after-brace-list-decl-kwds)
5398 (c-after-brace-list-key): New language consts/variables.
5399 * progmodes/cc-engine.el (c-looking-at-decl-block):
5400 Exclude spurious match of "enum struct" from decl-block recognition.
5401 (c-backward-colon-prefixed-type): New function.
5402 (c-backward-over-enum-header): Call above function to extend
5403 recognition of enum structure.
5404
5405 2014-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
5406
5407 * progmodes/cc-defs.el (c--macroexpand-all): New function (bug#18845).
5408 (c-lang-defconst):
5409 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Use it.
5410
5411 2014-10-30 Eli Zaretskii <eliz@gnu.org>
5412
5413 * progmodes/compile.el (compilation-start):
5414 If compilation-scroll-output is non-nil, don't force window-start of
5415 the compilation buffer to be at beginning of buffer. (Bug#18874)
5416
5417 * startup.el (fancy-about-text): Read the entire tutorial, not
5418 just its first 256 bytes. (Bug#18760)
5419
5420 2014-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
5421
5422 * emacs-lisp/bytecomp.el: Require cl-extra (bug#18804).
5423 * emacs-lisp/cl-extra.el: Add missing provide.
5424
5425 * emacs-lisp/bytecomp.el (byte-compile-and-folded): Optimize case where
5426 all args are copyable (bug#18767).
5427 (=, <, >, <=, >=): Re-enable the optimization.
5428
5429 2014-10-29 Glenn Morris <rgm@gnu.org>
5430
5431 * net/rcirc.el (rcirc-fill-column): Unbump :version. Mark :risky.
5432
5433 * version.el (emacs-bzr-version, emacs-bzr-get-version):
5434 Revert 2014-10-26 change.
5435
5436 2014-10-29 Paul Eggert <eggert@cs.ucla.edu>
5437
5438 Simplify use of current-time and friends.
5439 * allout-widgets.el (allout-widgets-hook-error-handler):
5440 * calendar/appt.el (appt-display-message):
5441 * calendar/icalendar.el (icalendar--convert-float-to-ical):
5442 * calendar/timeclock.el (timeclock-in, timeclock-when-to-leave)
5443 (timeclock-last-period, timeclock-day-base):
5444 * eshell/em-ls.el (eshell-ls-file):
5445 * eshell/esh-util.el (eshell-parse-ange-ls):
5446 * generic-x.el (named-database-print-serial):
5447 * net/newst-backend.el (newsticker--get-news-by-url-callback)
5448 (newsticker-get-news, newsticker--sentinel-work)
5449 (newsticker--image-get, newsticker--image-sentinel):
5450 * net/tramp-sh.el (tramp-get-remote-touch):
5451 * progmodes/opascal.el (opascal-debug-log):
5452 * textmodes/remember.el (remember-mail-date)
5453 (remember-store-in-files):
5454 * vc/vc-annotate.el (vc-annotate-display-autoscale)
5455 (vc-default-annotate-current-time):
5456 * vc/vc-bzr.el (vc-bzr-shelve-snapshot):
5457 * vc/vc-cvs.el (vc-cvs-annotate-current-time):
5458 * vc/vc-rcs.el (vc-rcs-annotate-current-time):
5459 Omit unnecessary call to current-time.
5460 * calendar/time-date.el (time-to-seconds) [!float-time]:
5461 * vc/vc-annotate.el (vc-annotate-convert-time):
5462 Use current time if arg is nil, to be compatible with float-time.
5463 (time-date--day-in-year): New function, with most of the guts of
5464 the old time-to-day-in-year.
5465 (time-to-day-in-year): Use it.
5466 (time-to-days): Use it, to avoid decoding the same time stamp twice.
5467 * calendar/timeclock.el (timeclock-time-to-date):
5468 Arg is now optional, like current-time-string.
5469 (timeclock-update-mode-line):
5470 Don't call current-time twice to get the current time stamp,
5471 as this can lead to inconsistent results.
5472 * completion.el (cmpl-hours-since-origin):
5473 * ido.el (ido-time-stamp):
5474 * vc/vc-annotate.el (vc-annotate-convert-time):
5475 Simplify by using float-time.
5476 * completion.el (save-completions-to-file):
5477 Rename local var to avoid confusion.
5478 * net/rcirc.el (rcirc-float-time): Simplify to an alias because
5479 time-to-seconds now behaves like float-time with respect to nil arg.
5480 * subr.el (progress-reporter-do-update):
5481 Don't call float-time unless needed.
5482
5483 2014-10-29 Leo Liu <sdl.web@gmail.com>
5484
5485 * net/rcirc.el (rcirc-fill-column): Use function.
5486 (rcirc-markup-fill): Remove adjustment.
5487
5488 2014-10-28 Christopher Schmidt <ch@ristopher.com>
5489
5490 * calc/calc.el (quick-calc):
5491 * calc/calc-aent.el (calc-do-quick-calc): New argument INSERT.
5492
5493 2014-10-28 Sam Steingold <sds@gnu.org>
5494
5495 * net/rcirc.el (rcirc-fill-column): Allow any symbolic value for
5496 the sake of `window-body-width' (in addition to `frame-width').
5497
5498 2014-10-26 Eric S. Raymond <esr@thyrsus.com>
5499
5500 * version.el: Fix some fallback values to conform to the actual
5501 release number.
5502
5503 2014-10-25 Eric S. Raymond <esr@thyrsus.com>
5504
5505 * Makefile.in: Change some production names so they're neutral
5506 about the repository type.
5507
5508 2014-10-25 Michael Albinus <michael.albinus@gmx.de>
5509
5510 * net/tramp-gvfs.el (tramp-gvfs-methods-mounttracker)
5511 (tramp-gvfs-mountlocation-signature): Check `tramp-gvfs-enabled'
5512 during initialization. (Bug#18774)
5513
5514 2014-10-25 Vincent Belaïche <vincentb1@users.sourceforge.net>
5515
5516 * ses.el (macroexp): Add require for this package, so that
5517 function `ses--cell' gets macroexp-quote --- this change was
5518 supposed to be in my previous commit, but left out by mistake.
5519 (ses--cell): Do not make formula a macroexp-quote of value when
5520 value, not formula, is *skip*.
5521
5522 2014-10-24 Vincent Belaïche <vincentb1@users.sourceforge.net>
5523
5524 * ses.el (macroexp): Add require for this package, so that function
5525 `ses--cell gets macroexp-quote.
5526 (ses--cell): Makes formula a macroexp-quote of value when formula
5527 is nil. The rationale of this changr is to allow in the future
5528 shorter SES files, e.g. we could have only `(ses-cell A1 1.0)'
5529 instead of `(ses-cell A1 1.0 1.0 nil REFLIST)'. In such a case
5530 reference list REFLIST would be re-computed after load --- thus
5531 trading off load time against file size.
5532
5533 * emacs-lisp/package.el (package--alist-to-plist-args):
5534 Use macroexp-quote instead of a lambda expression which has the same
5535 content as macroexp-quote.
5536 (macroexp): Add require for this package, so that function
5537 `package--alist-to-plist-args' gets macroexp-quote.
5538
5539 * emacs-lisp/macroexp.el (macroexp-quote): New defun.
5540
5541 2014-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
5542
5543 * term/ns-win.el (ns-store-cut-buffer-internal)
5544 (ns-copy-including-secondary): Use gui-set-selection (bug#18816).
5545
5546 2014-10-24 Martin Rudalics <rudalics@gmx.at>
5547
5548 * mouse.el (mouse-drag-line): Don't use mouse-pixel-position.
5549 Calculate increment from last position instead of window edge.
5550 Add right- and bottom-divider bindings to transient map.
5551
5552 2014-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
5553
5554 * emacs-lisp/cl-macs.el (cl-defstruct): Define an internal predicate
5555 even if :predicate was nil, for the benefit of typep.
5556 Record the name of the predicate for typep's use.
5557 (cl--make-type-test): Use pcase. Obey new
5558 cl-deftype-satisfies property.
5559
5560 * epg.el: Use cl-defstruct.
5561 (epg-make-data-from-file, epg-make-data-from-string, epg-data-file)
5562 (epg-data-string): Define via cl-defstruct.
5563 (epg--gv-nreverse): New macro.
5564 (epg-context--make): New constructor (provided vi cl-defstruct).
5565 (epg-make-context): Rewrite using it.
5566 (epg-context-protocol, epg-context-program)
5567 (epg-context-home-directory, epg-context-armor, epg-context-textmode)
5568 (epg-context-include-certs, epg-context-cipher-algorithm)
5569 (epg-context-digest-algorithm, epg-context-compress-algorithm)
5570 (epg-context-passphrase-callback, epg-context-progress-callback)
5571 (epg-context-signers, epg-context-sig-notations, epg-context-process)
5572 (epg-context-output-file, epg-context-result, epg-context-operation)
5573 (epg-context-pinentry-mode): Define using cl-defstruct.
5574 (epg-context-set-protocol, epg-context-set-program)
5575 (epg-context-set-include-certs, epg-context-set-cipher-algorithm)
5576 (epg-context-set-digest-algorithm)
5577 (epg-context-set-sig-notations, epg-context-set-process)
5578 (epg-context-set-output-file, epg-context-set-result)
5579 (epg-context-set-operation, epg-context-set-pinentry-mode)
5580 (epg-context-set-compress-algorithm): Remove. Use setf instead.
5581 (epg-context-set-armor, epg-context-set-textmode)
5582 (epg-context-set-signers): Redefine using setf
5583 and declare as obsolete.
5584 (epg-context-set-passphrase-callback)
5585 (epg-context-set-progress-callback): Use setf.
5586 (epg-signature-notations): Rename from epg-sig-notations.
5587 (epg-make-signature, epg-signature-status, epg-signature-key-id)
5588 (epg-signature-validity, epg-signature-fingerprint)
5589 (epg-signature-creation-time, epg-signature-expiration-time)
5590 (epg-signature-pubkey-algorithm, epg-signature-digest-algorithm)
5591 (epg-signature-class, epg-signature-version): Define vi cl-defstruct.
5592 (epg-signature-set-status, epg-signature-set-key-id)
5593 (epg-signature-set-validity, epg-signature-set-fingerprint)
5594 (epg-signature-set-creation-time, epg-signature-set-expiration-time)
5595 (epg-signature-set-pubkey-algorithm)
5596 (epg-signature-set-digest-algorithm, epg-signature-set-class)
5597 (epg-signature-set-version, epg-signature-set-notations): Remove.
5598 Use setf instead.
5599 (epg-make-new-signature, epg-new-signature-type)
5600 (epg-new-signature-pubkey-algorithm)
5601 (epg-new-signature-digest-algorithm, epg-new-signature-class)
5602 (epg-new-signature-creation-time, epg-new-signature-fingerprint):
5603 Define using cl-defstruct.
5604 (epg-make-key, epg-key-owner-trust, epg-key-sub-key-list)
5605 (epg-key-user-id-list): Define using cl-defstruct.
5606 (epg-key-set-sub-key-list, epg-key-set-user-id-list): Remove.
5607 Use setf instead.
5608 (epg-make-sub-key, epg-sub-key-validity, epg-sub-key-capability)
5609 (epg-sub-key-secret-p, epg-sub-key-algorithm, epg-sub-key-length)
5610 (epg-sub-key-id, epg-sub-key-creation-time)
5611 (epg-sub-key-expiration-time, epg-sub-key-fingerprint): Define using
5612 cl-defstruct.
5613 (epg-sub-key-set-fingerprint): Remove. Use setf instead.
5614 (epg-make-user-id, epg-user-id-validity, epg-user-id-string)
5615 (epg-user-id-signature-list): Define using cl-defstruct.
5616 (epg-user-id-set-signature-list): Remove. Use setf instead.
5617 (epg-make-key-signature, epg-key-signature-validity)
5618 (epg-key-signature-pubkey-algorithm, epg-key-signature-key-id)
5619 (epg-key-signature-creation-time, epg-key-signature-expiration-time)
5620 (epg-key-signature-user-id, epg-key-signature-class)
5621 (epg-key-signature-exportable-p): Define using cl-defstruct.
5622 (epg-make-sig-notation, epg-sig-notation-name)
5623 (epg-sig-notation-value, epg-sig-notation-human-readable)
5624 (epg-sig-notation-critical): Define using cl-defstruct.
5625 (epg-sig-notation-set-value): Remove. Use setf instead.
5626 (epg-make-import-status, epg-import-status-fingerprint)
5627 (epg-import-status-reason, epg-import-status-new)
5628 (epg-import-status-user-id, epg-import-status-signature)
5629 (epg-import-status-sub-key, epg-import-status-secret): Define using
5630 cl-defstruct.
5631 (epg-make-import-result, epg-import-result-considered)
5632 (epg-import-result-no-user-id, epg-import-result-imported)
5633 (epg-import-result-imported-rsa, epg-import-result-unchanged)
5634 (epg-import-result-new-user-ids, epg-import-result-new-sub-keys)
5635 (epg-import-result-new-signatures, epg-import-result-new-revocations)
5636 (epg-import-result-secret-read, epg-import-result-secret-imported)
5637 (epg-import-result-secret-unchanged, epg-import-result-not-imported)
5638 (epg-import-result-imports): Define using cl-defstruct.
5639
5640 * emacs-lisp/package.el: Require EPG during macroexpansion.
5641 (package--check-signature, package-import-keyring): Use setf instead of
5642 epg-context-set-home-directory.
5643
5644 2014-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
5645
5646 * emacs-lisp/bytecomp.el (byte-compile--use-old-handlers): Change default.
5647
5648 2014-10-23 Leo Liu <sdl.web@gmail.com>
5649
5650 * progmodes/cfengine.el (cfengine3-defun-full-re): New var.
5651 (cfengine3-create-imenu-index): Use it and use ` ' for separation.
5652 (cfengine3-current-defun): New function.
5653 (cfengine3-mode): Set add-log-current-defun-function.
5654
5655 2014-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
5656
5657 * select.el: Use lexical-binding.
5658 (gui-set-selection): Provide an implementation for non-GUI frames
5659 (bug#18791).
5660 * term/x-win.el: Use lexical-binding.
5661 (x-clipboard-yank): Fix up missed renamings.
5662 * term/w32-win.el (libgif-version, libjpeg-version): Silence compiler.
5663 (w32--set-selection): Fix up var names.
5664 * term/pc-win.el: Use lexical-binding.
5665 (w16-selection-exists-p): Silence compiler warning.
5666 (w16-selection-owner-p): Fix up missed renamings.
5667
5668 * emacs-lisp/bytecomp.el (byte-compile-form): Remove left-over debug.
5669
5670 * frame.el (frame-notice-user-settings): Fix excessive quoting.
5671
5672 2014-10-22 Tassilo Horn <tsdh@gnu.org>
5673
5674 * doc-view.el (doc-view-open-text): View the document's plain text
5675 in the current buffer instead of a new one.
5676 (doc-view-toggle-display): Handle the case where the current
5677 buffer contains the plain text contents of the document.
5678 (doc-view-initiate-display): Don't switch to fallback mode if the
5679 user wants to view the doc's plain text.
5680 (doc-view-set-doc-type): Use assoc-string instead of
5681 assoc-ignore-case.
5682
5683 2014-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
5684
5685 * subr.el (read-key): Fix clicks on the mode-line.
5686 (set-transient-map): Return exit function.
5687
5688 * mouse.el (mouse-drag-line): Use set-transient-map (bug#18015).
5689 (mouse--down-1-maybe-follows-link): Remove unused var `this-event'.
5690 (mouse-yank-secondary): Use gui-get-selection.
5691 (mouse--down-1-maybe-follows-link): Use read-key.
5692
5693 * xt-mouse.el: Add `event-kind' property on the fly from
5694 xterm-mouse-translate-1 rather than statically at the outset.
5695
5696 2014-10-21 Daniel Colascione <dancol@dancol.org>
5697
5698 * vc/vc-dispatcher.el (vc-resynch-window): Tell view-mode not to
5699 change window configuration when we turn it off.
5700
5701 2014-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
5702
5703 Get rid of backend-dependent selection-handling functions for kill/yank
5704 and make it generic instead by relying on the lower-level selection
5705 management functions.
5706
5707 * select.el (select-enable-clipboard): Rename from
5708 gui-select-enable-clipboard.
5709 (select-enable-primary): Move from x-win.el and rename from
5710 x-select-enable-primary.
5711 (gui-last-selected-text): Remove.
5712 (gui--last-selected-text-clipboard, gui--last-selected-text-primary):
5713 New vars.
5714 (gui-select-text): Rewrite, based on x-win.el's old x-select-text.
5715 (gui-select-text-alist, gui-selection-value-alist): Remove.
5716 (x-select-request-type): Move from x-win.el.
5717 (gui--selection-value-internal): New function, taken from x-win's
5718 x-selection-value-internal.
5719 (gui-selection-value): Rewrite, based on x-win.el's old x-selection-value.
5720 (gui-set-selection-alist): Rename from gui-own-selection-alist and
5721 extend it to handle a nil value as a "disown" request.
5722 (gui-disown-selection-alist): Remove.
5723 (xselect-convert-to-delete): Adjust accordingly.
5724 (gui-set-selection): Simplify accordingly as well. Use dotimes.
5725
5726 * term/x-win.el (x-last-selected-text-primary)
5727 (x-select-enable-primary): Remove (moved to select.el).
5728 (x-select-request-type): Move to select.el.
5729 (x-selection-value-internal, x--selection-value): Remove functions.
5730 (gui-selection-value, gui-select-text): Remove moethods.
5731 (gui-set-selection): Merge own and disown methods.
5732
5733 * term/w32-win.el (w32--select-text, w32--get-selection-value):
5734 Delete function (move functionality into w32--set-selection and
5735 w32--get-selection).
5736 (gui-select-text, gui-selection-value): Don't define methods.
5737 (w32--set-selection, w32--get-selection, w32--selection-owner-p):
5738 New functions.
5739 (gui-get-selection, gui-selection-owner-p, gui-selection-exists-p):
5740 Use them.
5741 (gui-selection-exists-p): Adjust to new name of C primitive.
5742
5743 * term/pc-win.el (w16-get-selection-value): Add dummy argument and drop
5744 test of gui-select-enable-clipboard, to make it usable as
5745 a gui-get-selection method.
5746 (gui-selection-exists-p): Adjust to new name of C primitive.
5747 (gui-set-selection): Merge own and disown methods.
5748 (gui-select-text, gui-selection-value): Delete methods.
5749 (w16--select-text): Delete function.
5750
5751 * term/ns-win.el (ns-get-pasteboard, ns-set-pasteboard)
5752 (ns-selection-value): Remove functions.
5753 (gui-select-text, gui-selection-value): Don't define method any more.
5754 (gui-set-selection): Merge the old own and disown methods.
5755 (gui-selection-exists-p, gui-get-selection): Adjust to new name of
5756 underlying C primitive.
5757
5758 * startup.el (command-line): Adjust now that `gui-method' expects nil
5759 for ttys.
5760
5761 * frame.el (gui-method): Use window-system rather than framep.
5762 (gui-method-declare): The tty case is now nil rather than t.
5763 (make-frame): Adjust accordingly.
5764
5765 2014-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
5766
5767 * net/newst-reader.el (newsticker--image-read): Simplify.
5768 (newsticker--icon-read): Use dolist and fix free var error.
5769
5770 * imenu.el (imenu--menubar-keymap): New var.
5771 (imenu-add-to-menubar): Set it to remember the keymap we used.
5772 (imenu-update-menubar): Use it instead of asking lookup-key.
5773
5774 * obsolete/cc-compat.el: Make obsolete (bug#18561).
5775
5776 * epg-config.el (epg-gpg-program): Don't use absolute names by default.
5777
5778 * emacs-lisp/bytecomp.el (=, <, >, <=, >=): Don't optimize multi-arg
5779 case (bug#18767).
5780
5781 2014-10-21 Glenn Morris <rgm@gnu.org>
5782
5783 * Merge in all changes up to version 24.4 release.
5784
5785 2014-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
5786
5787 * emacs-lisp/bytecomp.el (=, <, >, <=, >=): Don't optimize multi-arg
5788 case (bug#18767).
5789
5790 2014-10-20 Glenn Morris <rgm@gnu.org>
5791
5792 * Merge in all changes up to 24.4 release.
5793
5794 2014-10-20 Ulf Jasper <ulf.jasper@web.de>
5795
5796 * net/newst-backend.el
5797 (newsticker--image-download-by-url-callback): Make this function
5798 actually work: Check status properly, then save image.
5799
5800 2014-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
5801
5802 * mouse.el (mouse--down-1-maybe-follows-link): Remove unused var
5803 `this-event'.
5804 (mouse-drag-line): Unless there's no actual mouse, use the event's
5805 position info.
5806
5807 2014-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
5808
5809 * textmodes/css-mode.el (scss-mode): New major-mode.
5810 (css-mode-syntax-table): Use d style comment, to ease the scss case.
5811 (css-ident-re): Allow things like @-moz-keyframes.
5812 (scss--hash-re): New const.
5813 (css--font-lock-keywords): New function, extracted from
5814 css-font-lock-keywords.
5815
5816 2014-10-19 Ulf Jasper <ulf.jasper@web.de>
5817
5818 * net/newst-backend.el: Require url-parse.
5819 (newsticker--get-news-by-wget): Store feed name as process property.
5820 (newsticker--sentinel): Read feed name from process property.
5821 (newsticker--sentinel-work): Rename argument name to feed-name.
5822 Rename variable imageurl to image-url. Pick icon url from Atom
5823 1.0 data. Launch download of feed icon.
5824 (newsticker--get-icon-url-atom-1.0): New.
5825 (newsticker--unxml)
5826 (newsticker--unxml-node)
5827 (newsticker--unxml-attribute): Documentation.
5828 (newsticker--icons-dir): New.
5829 (newsticker--image-get): New arguments FILENAME and DIRECTORY.
5830 Use `url-retrieve' if `newsticker-retrieval-method' is 'intern.
5831 (newsticker--image-download-by-wget): New. Use process properties
5832 for storing informations.
5833 (newsticker--image-sentinel): Read informations from process properties.
5834 (newsticker--image-save)
5835 (newsticker--image-remove)
5836 (newsticker--image-download-by-url)
5837 (newsticker--image-download-by-url-callback): New.
5838 (newsticker-opml-export): Handle url list entries containing a
5839 function instead of an url string.
5840
5841 * net/newst-reader.el (newsticker-html-renderer): Whitespace.
5842 (newsticker--print-extra-elements)
5843 (newsticker--do-print-extra-element):
5844 Documentation (newsticker--image-read): Optionally limit image height.
5845 Use imagemagick if possible.
5846 (newsticker--icon-read): New.
5847
5848 * net/newst-treeview.el (newsticker--treeview-item-show): Limit height of feed logo.
5849 (newsticker--treeview-tree-expand): Use feed icons in treeview.
5850 (newsticker--tree-widget-icon-create): New. Set the tree widget icon.
5851 (newsticker--tree-widget-leaf-icon): Use feed icon.
5852
5853 2014-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
5854
5855 * emacs-lisp/eieio-opt.el (eieio-lambda-arglist): Remove.
5856 Use help-function-arglist instead.
5857
5858 * emacs-lisp/eieio-core.el (eieio-compiled-function-arglist): Remove.
5859 (eieio--with-scoped-class): Use `declare'.
5860 (eieio-defclass): Remove compatibility code.
5861 (no-method-definition, no-next-method, inconsistent-class-hierarchy)
5862 (invalid-slot-type, unbound-slot, invalid-slot-name): Use define-error.
5863
5864 2014-10-18 Jan Djärv <jan.h.d@swipnet.se>
5865
5866 * cus-start.el (x-gtk-whole-detached-tool-bar): Remove.
5867
5868 * term/x-win.el (x-gtk-stock-map): Add icon names suggested as
5869 replacements to stock names before stock names in a list.
5870 Cdr may be a list, each name is tried in turn until one is found.
5871
5872 2014-10-18 Alan Mackenzie <acm@muc.de>
5873
5874 Check that a "macro" found near point-min isn't a ## operator.
5875 * progmodes/cc-engine.el (c-macro-is-genuine-p): New function.
5876 (c-beginning-of-macro): Use the above new function. (Bug#18749)
5877
5878 2014-10-18 Teodor Zlatanov <tzz@lifelogs.com>
5879
5880 * net/gnutls.el (gnutls-negotiate): Don't use cl-mapcan; pass
5881 correct data to `gnutls-boot' (Bug#18664).
5882 Reported by Toke Høiland-Jørgensen <toke@toke.dk>.
5883
5884 2014-10-18 Michal Nazarewicz <mina86@mina86.com>
5885
5886 * whitespace.el (whitespace-style, whitespace-big-indent)
5887 (whitespace-big-indent-regexp, whitespace-style-value-list)
5888 (whitespace-toggle-option-alist, whitespace-interactive-char)
5889 (whitespace-toggle-options)
5890 (global-whitespace-toggle-options, whitespace-help-text)
5891 (whitespace-style-face-p, whitespace-color-on): Add a 'big-indent
5892 style to `whitespace-mode' to indicate that the line indentation
5893 is too deep. By default, 32 SPACEs or four TABs are considered
5894 too many but `whitespace-big-indent-regexp' can be configured.
5895
5896 2014-10-17 Michal Nazarewicz <mina86@mina86.com>
5897
5898 * textmodes/tildify.el (tildify--pick-alist-entry): Rename from
5899 tildify-mode-alist.
5900
5901 2014-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
5902
5903 * emacs-lisp/eieio.el: Use lexical-binding drop non-GV fallback.
5904 (defclass, defgeneric, defmethod): Add doc-string position.
5905 (with-slots): Require cl-lib.
5906
5907 * emacs-lisp/eieio-core.el: Use lexical-binding and cl-lib.
5908 (list-of): New type.
5909 (eieio--typep): Remove.
5910 (eieio-perform-slot-validation): Use cl-typep instead.
5911
5912 * emacs-lisp/eieio-base.el: Use lexical-binding and cl-lib.
5913
5914 * emacs-lisp/cl-macs.el (cl--make-type-test): Avoid ((lambda ..) ..).
5915
5916 2014-10-16 Alan Mackenzie <acm@muc.de>
5917
5918 Trigger showing when point is in the "periphery" of a line or just
5919 inside a paren.
5920 * paren.el (show-paren-style, show-paren-delay)
5921 (show-paren-priority, show-paren-ring-bell-on-mismatch):
5922 Remove superfluous :group specifications.
5923 (show-paren-when-point-inside-paren)
5924 (show-paren-when-point-in-periphery): New customizable variables.
5925 (show-paren-highlight-openparen): Make into a defcustom.
5926 (show-paren--unescaped-p, show-paren--categorize-paren)
5927 (show-paren--locate-near-paren): New defuns.
5928 (show-paren--default): Refaactor and trigger on more paren
5929 positions.
5930 (show-paren-function): Small consequential changes.
5931
5932 2014-10-16 Tom Tromey <tom@tromey.com>
5933
5934 * files.el (auto-mode-alist): Use javascript-mode for .jsm
5935 (bug #18719).
5936
5937 2014-10-16 Eli Zaretskii <eliz@gnu.org>
5938
5939 * international/characters.el (bracket-type): Force pre-loading of
5940 uni-brackets.el.
5941
5942 2014-10-16 Alan Mackenzie <acm@muc.de>
5943
5944 * cus-edit.el (custom-command-apply): Specify the return value in
5945 the doc string.
5946 (Custom-reset-standard): Save custom-file (e.g. .emacs) only when
5947 custom-command-apply has returned non-nil.
5948
5949 2014-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
5950
5951 * emacs-lisp/eldoc.el (global-eldoc-mode): Enable by default.
5952 Remove incorrect handling of eldoc-print-after-edit.
5953 (eldoc-message-commands, eldoc-last-data): Use defvar.
5954 * loadup.el (emacs-lisp/eldoc): Load it.
5955
5956 * progmodes/m4-mode.el (m4-syntax-propertize): New var.
5957 (m4-mode): Use it.
5958 (m4--quoted-p): New function.
5959 (m4-font-lock-keywords): Don't handle #..\n comments any more.
5960 (m4-mode-syntax-table): Use punctuation syntax (according to m4 manual)
5961 for most special characters.
5962
5963 * progmodes/compile.el (compilation--previous-directory): Simplify.
5964 (compilation-next-error): Ensure the parse before we look at
5965 compilation-message property.
5966
5967 2014-10-15 Eli Zaretskii <eliz@gnu.org>
5968
5969 * simple.el (what-cursor-position):
5970 * descr-text.el (describe-char): Update to support the new bidi
5971 characters.
5972
5973 * emacs-lisp/tabulated-list.el (tabulated-list-mode):
5974 Force bidi-paragraph-direction to 'left-to-right'. This fixes
5975 buffer-menu display when the first buffer happens to start with
5976 R2L letter.
5977
5978 2014-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
5979
5980 * progmodes/elisp-mode.el (elisp--local-variables-1):
5981 Handle quoted expressions (bug#18688).
5982
5983 2014-10-14 Jérémy Compostella <jeremy.compostella@intel.com>
5984 Michael Albinus <michael.albinus@gmx.de>
5985
5986 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell):
5987 Reduce the amount of set environment variable commands.
5988
5989 2014-10-12 Fabián Ezequiel Gallina <fgallina@gnu.org>
5990
5991 Fix import completion. (Bug#18582)
5992 * progmodes/python.el (python-shell-completion-get-completions):
5993 Fix import case regexp.
5994
5995 2014-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
5996
5997 * progmodes/bat-mode.el (bat-font-lock-keywords): Fix \\<_ typo
5998 (bug#18622). Reported by Arni Magnusson <arnima@hafro.is>.
5999 * progmodes/prolog.el (prolog-electric--underscore): Same.
6000
6001 2014-10-12 Michael Albinus <michael.albinus@gmx.de>
6002
6003 * net/tramp-sh.el (tramp-get-remote-id): Check also for "gid".
6004
6005 2014-10-11 Jan Djärv <jan.h.d@swipnet.se>
6006
6007 * cus-start.el (all): Add missing ns and boolean to
6008 ns-use-fullscreen-animation.
6009
6010 2014-10-11 Leo Liu <sdl.web@gmail.com>
6011
6012 * progmodes/cfengine.el (cfengine3-defuns, cfengine3-vartypes):
6013 Use strings.
6014 (cfengine3-create-imenu-index): New function.
6015 (cfengine3-mode): Use it for `imenu-create-index-function'.
6016 (cfengine-auto-mode): Improve and prefer cfengine3-mode when
6017 buffer is empty.
6018
6019 2014-10-11 Jan Djärv <jan.h.d@swipnet.se>
6020
6021 * cus-start.el (all): Add ns-use-fullscreen-animation.
6022
6023 2014-10-11 Glenn Morris <rgm@gnu.org>
6024
6025 * calendar/diary-lib.el (diary-display-function):
6026 Drop support for deprecated nil and list forms.
6027 (diary-list-entries): Update for the above.
6028 * calendar/cal-x.el (calendar-dedicate-diary): Simplify accordingly.
6029
6030 2014-10-10 Leo Liu <sdl.web@gmail.com>
6031
6032 * window.el (temp-buffer-window-show): Make BUFFER a required arg.
6033 (Bug#18656)
6034
6035 2014-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
6036
6037 * select.el (gui-selection-exists-p-alist): New method.
6038 * menu-bar.el (menu-bar-edit-menu, clipboard-yank):
6039 * simple.el (deactivate-mark): Use it.
6040 * term/x-win.el (gui-selection-exists-p):
6041 * term/w32-win.el (gui-selection-exists-p):
6042 * term/pc-win.el (gui-selection-exists-p):
6043 * term/ns-win.el (gui-selection-exists-p): Provide a backend instance.
6044
6045 2014-10-10 Glenn Morris <rgm@gnu.org>
6046
6047 * info.el (Info-fontify-maximum-menu-size): Bump to 400k. (Bug#16227)
6048 Fix :type. Allow t to mean no limit.
6049 (Info-fontify-node): Handle Info-fontify-maximum-menu-size = t.
6050
6051 2014-10-09 Glenn Morris <rgm@gnu.org>
6052
6053 * frame.el (display-monitor-attributes-list): Doc tweaks.
6054
6055 2014-10-09 Eli Zaretskii <eliz@gnu.org>
6056
6057 * faces.el (display-grayscale-p): Mention in the doc string that
6058 the argument can be either a display name or a frame.
6059
6060 * frame.el (display-pixel-height, display-pixel-width)
6061 (display-mm-height, display-mm-width, display-backing-store)
6062 (display-save-under, display-planes, display-color-cells)
6063 (display-visual-class, display-monitor-attributes-list)
6064 (display-screens): Mention in the doc string that the argument can
6065 be either a display name or a frame. Improve the docs of the
6066 monitor attributes. (Bug#18636)
6067
6068 2014-10-09 Martin Rudalics <rudalics@gmx.at>
6069
6070 * term.el (term-window-width): Subtract 1 from the width when
6071 any fringe has zero width, not just the right fringe. (Bug#18601)
6072
6073 2014-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
6074
6075 * frame.el (make-frame): Use t rather than nil for `w' (bug#18653).
6076
6077 2014-10-08 Leo Liu <sdl.web@gmail.com>
6078
6079 * emacs-lisp/cl-extra.el (cl-fresh-line): New function.
6080
6081 2014-10-08 Glenn Morris <rgm@gnu.org>
6082
6083 * calendar/cal-x.el (calendar-dedicate-diary):
6084 Drop support for recently deleted aliases.
6085
6086 2014-10-08 Leo Liu <sdl.web@gmail.com>
6087
6088 * progmodes/cfengine.el (cfengine3-make-syntax-cache):
6089 Always return a syntax. Replace call-process-shell-command with
6090 process-file. Ensure cfengine-mode-syntax-functions-regex is
6091 always set. Ensure cache when cfengine-cf-promises fails.
6092 (Bug#18620)
6093
6094 2014-10-07 Glenn Morris <rgm@gnu.org>
6095
6096 * font-lock.el (font-lock-fontify-buffer): Fix interactive-only markup.
6097
6098 2014-10-07 Wilson Snyder <wsnyder@wsnyder.org>
6099
6100 Sync with upstream verilog-mode revision c075a492.
6101 * progmodes/verilog-mode.el (verilog-mode-version): Bump.
6102 (verilog-menu): Add AUTOINSERTLAST.
6103 (verilog-no-indent-begin-re): When `verilog-indent-begin-after-if'
6104 is nil, fix indenting initial/final to match always statements, bug825.
6105 Reported by Tim Clapp.
6106 (verilog-extended-complete-re): Fix indentation of DPI-C imports,
6107 bug557. Reported by ZeDong Mao and Jason Forkey.
6108 (verilog-read-decls): Fix parsing typed interfaces.
6109 Fix AUTOINOUTMODPORT missing types. Reported by Stephan Bourduas.
6110 (verilog-auto-arg-ports): Fix verilog-auto-arg-format single.
6111 (verilog-auto-output-every): Add regexp to AUTOOUTPUTEVERY, bug793.
6112 Reported by Pierre-David Pfister.
6113 (verilog-auto-insert-lisp): Doc fix.
6114 (verilog-auto-insert-last, verilog-auto): Add AUTOINSERTLAST to
6115 allow post-AUTO user fixups, bug826. Reported by Dennis Muhlestein.
6116 (verilog-sk-ovm-class, verilog-sk-uvm-object)
6117 (verilog-sk-uvm-component): Fix missing string keyword in class
6118 skeletons, bug824. Reported by eldad faruhi.
6119
6120 2014-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
6121
6122 * term/w32-win.el: Move all code from 32-common-fns.el here.
6123 (gui-select-text, gui-selection-value): Use w32 handlers in the w32
6124 console as well (bug#18629).
6125 * w32-common-fns.el: Remove.
6126 * loadup.el: Don't load w32-common-fns.el.
6127 * w32-fns.elc: Don't require w32-common-fns.
6128
6129 * icomplete.el: Move Iswitchb autoload here. Much simpler.
6130 * obsolete/iswitchb.el (iswitchb-mode): Use normal autoload cookie.
6131 Remove redundant obsolescence thingy.
6132 * loadup.el: Don't load obsolete/loaddefs.el.
6133 * Makefile.in (obsolete-autoloads): Remove.
6134 (AUTOGENEL): Remove obsolete/loaddefs.el.
6135
6136 2014-10-06 Glenn Morris <rgm@gnu.org>
6137
6138 * Makefile.in (obsolete-autoloads): Write to a separate file,
6139 to workaround autoloads bug. (Bug#17407)
6140 (AUTOGENEL): Add obsolete/loaddefs.el.
6141 * loadup.el: Load obsolete/loaddefs.el if present.
6142 * subr.el (do-after-load-evaluation):
6143 Don't warn about obsolete/loaddefs.el.
6144
6145 * menu-bar.el (menu-bar-games-menu): Remove landmark.
6146 It has zero relationship to a game.
6147
6148 2014-10-06 Leo Liu <sdl.web@gmail.com>
6149
6150 * imenu.el (imenu): Re-write for clarity.
6151
6152 2014-10-06 Glenn Morris <rgm@gnu.org>
6153
6154 Remove calendar code obsolete since at least version 23.1.
6155 * calendar/cal-bahai.el (calendar-absolute-from-bahai)
6156 (calendar-print-bahai-date, calendar-bahai-prompt-for-date)
6157 (calendar-goto-bahai-date, list-bahai-diary-entries)
6158 (mark-bahai-calendar-date-pattern, mark-bahai-diary-entries)
6159 (insert-bahai-diary-entry, insert-monthly-bahai-diary-entry)
6160 (insert-yearly-bahai-diary-entry):
6161 * calendar/cal-china.el (chinese-calendar-time-zone)
6162 (chinese-calendar-location-name)
6163 (chinese-calendar-daylight-time-offset)
6164 (chinese-calendar-standard-time-zone-name)
6165 (chinese-calendar-daylight-time-zone-name)
6166 (chinese-calendar-daylight-savings-starts)
6167 (chinese-calendar-daylight-savings-ends)
6168 (chinese-calendar-daylight-savings-starts-time)
6169 (chinese-calendar-daylight-savings-ends-time)
6170 (chinese-calendar-celestial-stem)
6171 (chinese-calendar-terrestrial-branch)
6172 (calendar-absolute-from-chinese, calendar-print-chinese-date)
6173 (calendar-goto-chinese-date):
6174 * calendar/cal-coptic.el (calendar-absolute-from-coptic)
6175 (calendar-print-coptic-date, coptic-prompt-for-date)
6176 (calendar-goto-coptic-date, calendar-absolute-from-ethiopic)
6177 (calendar-print-ethiopic-date, calendar-goto-ethiopic-date):
6178 * calendar/cal-french.el (calendar-absolute-from-french)
6179 (calendar-print-french-date, calendar-goto-french-date):
6180 * calendar/cal-hebrew.el (diary-sabbath-candles-minutes)
6181 (calendar-absolute-from-hebrew, calendar-print-hebrew-date)
6182 (hebrew-calendar-yahrzeit, calendar-goto-hebrew-date)
6183 (holiday-rosh-hashanah-etc, holiday-hanukkah)
6184 (holiday-passover-etc, holiday-tisha-b-av-etc)
6185 (list-hebrew-diary-entries, mark-hebrew-calendar-date-pattern)
6186 (mark-hebrew-diary-entries, insert-hebrew-diary-entry)
6187 (insert-monthly-hebrew-diary-entry)
6188 (insert-yearly-hebrew-diary-entry, list-yahrzeit-dates)
6189 (diary-omer, diary-yahrzeit, diary-rosh-hodesh, diary-parasha)
6190 (diary-sabbath-candles):
6191 * calendar/cal-islam.el (calendar-absolute-from-islamic)
6192 (calendar-print-islamic-date, calendar-goto-islamic-date)
6193 (list-islamic-diary-entries, mark-islamic-calendar-date-pattern)
6194 (mark-islamic-diary-entries, insert-islamic-diary-entry)
6195 (insert-monthly-islamic-diary-entry)
6196 (insert-yearly-islamic-diary-entry):
6197 * calendar/cal-iso.el (calendar-absolute-from-iso)
6198 (calendar-print-iso-date, calendar-iso-read-args)
6199 (calendar-goto-iso-date, calendar-goto-iso-week):
6200 * calendar/cal-julian.el (calendar-absolute-from-julian)
6201 (calendar-print-julian-date, calendar-goto-julian-date)
6202 (calendar-absolute-from-astro, calendar-print-astro-day-number)
6203 (calendar-goto-astro-day-number):
6204 * calendar/cal-mayan.el (calendar-print-mayan-date)
6205 (calendar-next-haab-date, calendar-previous-haab-date)
6206 (calendar-next-tzolkin-date, calendar-previous-tzolkin-date)
6207 (calendar-next-calendar-round-date)
6208 (calendar-previous-calendar-round-date)
6209 (calendar-absolute-from-mayan-long-count)
6210 (calendar-goto-mayan-long-count-date):
6211 * calendar/cal-move.el (scroll-calendar-left)
6212 (scroll-calendar-right, scroll-calendar-left-three-months)
6213 (scroll-calendar-right-three-months):
6214 * calendar/cal-persia.el (calendar-absolute-from-persian)
6215 (calendar-print-persian-date, persian-prompt-for-date)
6216 (calendar-goto-persian-date):
6217 * calendar/cal-x.el (calendar-after-frame-setup-hooks):
6218 * calendar/calendar.el (view-diary-entries-initially)
6219 (mark-diary-entries-in-calendar, calendar-today-face)
6220 (diary-face, holiday-face, view-calendar-holidays-initially)
6221 (mark-holidays-in-calendar, initial-calendar-window-hook)
6222 (today-visible-calendar-hook, today-invisible-calendar-hook)
6223 (hebrew-diary-entry-symbol, islamic-diary-entry-symbol)
6224 (bahai-diary-entry-symbol, american-date-diary-pattern)
6225 (european-date-diary-pattern, european-calendar-display-form)
6226 (american-calendar-display-form, holidays-in-diary-buffer)
6227 (all-hebrew-calendar-holidays, all-christian-calendar-holidays)
6228 (all-islamic-calendar-holidays, all-bahai-calendar-holidays)
6229 (fancy-diary-buffer, increment-calendar-month)
6230 (extract-calendar-month, extract-calendar-day)
6231 (extract-calendar-year, exit-calendar, calendar-date-is-legal-p)
6232 (mark-visible-calendar-date, calendar-version):
6233 * calendar/diary-lib.el (diary-button-face, sexp-diary-entry-symbol)
6234 (diary-display-hook, list-diary-entries-hook)
6235 (mark-diary-entries-hook, nongregorian-diary-listing-hook)
6236 (nongregorian-diary-marking-hook, print-diary-entries-hook)
6237 (abbreviated-calendar-year, number-of-diary-entries)
6238 (view-other-diary-entries, add-to-diary-list)
6239 (include-other-diary-files, simple-diary-display)
6240 (fancy-diary-display, print-diary-entries, mark-diary-entries)
6241 (mark-sexp-diary-entries, mark-included-diary-files)
6242 (mark-calendar-days-named, mark-calendar-month)
6243 (mark-calendar-date-pattern, sort-diary-entries)
6244 (list-sexp-diary-entries, make-diary-entry, insert-diary-entry)
6245 (insert-weekly-diary-entry, insert-monthly-diary-entry)
6246 (insert-yearly-diary-entry, insert-anniversary-diary-entry)
6247 (insert-block-diary-entry, insert-cyclic-diary-entry)
6248 (fancy-diary-font-lock-keywords, fancy-diary-display-mode):
6249 * calendar/holidays.el (general-holidays, oriental-holidays)
6250 (local-holidays, other-holidays, hebrew-holidays)
6251 (christian-holidays, islamic-holidays, bahai-holidays)
6252 (solar-holidays, list-calendar-holidays)
6253 (check-calendar-holidays, mark-calendar-holidays)
6254 (filter-visible-calendar-holidays):
6255 * calendar/lunar.el (calendar-phases-of-moon, phases-of-moon)
6256 (diary-phases-of-moon): Remove obsolete aliases.
6257 * calendar/cal-menu.el (cal-menu-load-hook): Remove obsolete hook.
6258 * calendar/cal-x.el (calendar-one-frame-setup)
6259 (calendar-only-one-frame-setup, calendar-two-frame-setup):
6260 Remove obsolete functions.
6261 (cal-x-load-hook): Remove obsolete hook.
6262 * calendar/calendar.el (european-calendar-style):
6263 Remove obsolete variable.
6264 (calendar-date-style): No longer consult european-calendar-style.
6265 * calendar/calendar.el (european-calendar, american-calendar):
6266 Remove obsolete commands.
6267 * calendar/calendar.el (calendar-for-loop): Remove obsolete macro.
6268 * calendar/diary-lib.el (diary-face): Remove obsolete variable.
6269 (diary-font-lock-date-forms, diary-fancy-font-lock-keywords):
6270 Use the face `diary' instead of the variable `diary-face'.
6271 * calendar/holidays.el (hebrew-holidays-1, hebrew-holidays-2)
6272 (hebrew-holidays-3, hebrew-holidays-4): Remove obsolete variables.
6273 * calendar/icalendar.el (icalendar--date-style): Remove function.
6274 Replace all uses with calendar-date-style.
6275 * textmodes/remember.el (calendar-date-style): Declare.
6276 (remember-diary-convert-entry):
6277 No longer consult european-calendar-style.
6278
6279 2014-10-05 Leo Liu <sdl.web@gmail.com>
6280
6281 * imenu.el (imenu-default-goto-function): Fix typo.
6282
6283 2014-10-04 Thomas Fitzsimmons <fitzsim@fitzsim.org>
6284
6285 * net/ntlm.el (ntlm-build-auth-request):
6286 Add NTLM2 Session support. (Bug#15603)
6287
6288 2014-10-04 Glenn Morris <rgm@gnu.org>
6289
6290 * apropos.el (apropos-symbols-internal):
6291 Avoid error with non-symbol properties. (Bug#18337#16)
6292
6293 * startup.el (command-line):
6294 Handle altered user-emacs-directory in load-path warning. (Bug#18512)
6295
6296 2014-10-04 Martin Rudalics <rudalics@gmx.at>
6297
6298 * window.el (window-full-height-p): Make it behave correctly for
6299 minibuffer window.
6300 (window-current-scroll-bars): Fix code.
6301 (fit-frame-to-buffer): Use window-scroll-bar-height instead of
6302 window-scroll-bars.
6303 * frame.el (frame-current-scroll-bars): Fix doc-string.
6304 * scroll-bar.el (toggle-horizontal-scroll-bar): New command.
6305
6306 2014-10-04 Mark Oteiza <mvoteiza@udel.edu> (tiny change)
6307
6308 * files.el (auto-mode-alist): Use sh-mode for .zsh files. (Bug#18488)
6309
6310 2014-10-04 Glenn Morris <rgm@gnu.org>
6311
6312 * frame.el (frame-monitor-attributes)
6313 (display-monitor-attributes-list): Doc fixes.
6314
6315 2014-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
6316
6317 Merge trivially safe differences from standalone CC-mode.
6318 * progmodes/cc-mode.el (c-initialize-cc-mode): Don't quote a symbol
6319 just to then pass it to `symbol-value'.
6320 (prog-mode): Provide fallback definition, if needed.
6321 * progmodes/cc-langs.el: Always load `cl'. Don't load `cl-lib'.
6322 Remove "cl-" prefix accordingly.
6323 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Use integerp or
6324 characterp depending on the type of characters.
6325 (c-font-lock-enum-tail): Remove unused var `start'.
6326 * progmodes/cc-engine.el: Load CL at compile-time.
6327 (c-declare-lang-variables): Use mapcan.
6328 (c-append-to-state-cache): Remove unused var `ce+1'.
6329 (c-parse-state-state): Make buffer-local.
6330 (c-ssb-lit-begin): Remove unused var `pps-end-pos'.
6331 (c-just-after-func-arglist-p): Remove unused var `end'.
6332 * progmodes/cc-defs.el: Load cc-fix if delete-dups is undefined.
6333 (c-<-as-paren-syntax, c->-as-paren-syntax): Move definition earlier.
6334 (c-make-keywords-re): Use delete-dups.
6335 (c-get-current-file): Avoid file-name-base.
6336 * progmodes/cc-cmds.el (c-electric-lt-gt): Remove unused var
6337 `close-paren-inserted'.
6338 * progmodes/cc-awk.el (c-forward-sws): Remove unused declaration.
6339
6340 * progmodes/python.el: Avoid building unneeded markers.
6341 (python-font-lock-keywords, python-indent-dedent-line)
6342 (python-fill-paren, python-shell-completion-complete-or-indent):
6343 Prefer point over point-marker.
6344 (inferior-python-mode): Remove redundant completion settings.
6345
6346 2014-10-03 Dmitry Gutov <dgutov@yandex.ru>
6347
6348 * vc/vc-svn.el (vc-svn-ignore-completion-table): Implement.
6349 (vc-svn-ignore): Use it. (Bug#18619)
6350
6351 2014-10-03 Martin Rudalics <rudalics@gmx.at>
6352
6353 * frame.el (toggle-frame-maximized, toggle-frame-fullscreen):
6354 In doc-string mention need to set `frame-resize-pixelwise'.
6355
6356 2014-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
6357
6358 * vc/vc-svn.el (vc-svn-after-dir-status): Fix the non-remote regexp,
6359 similarly to Rogers's 2010-06-16 change for the remote case
6360 (bug#18605).
6361
6362 2014-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
6363
6364 New gui-selection-value consolidating x-selection-value.
6365 * select.el (gui-selection-value-alist): New method.
6366 (gui-selection-value): New function.
6367 (x-selection-value): Make it an obsolete alias.
6368 * simple.el (interprogram-paste-function): Default to
6369 gui-selection-value.
6370 * w32-common-fns.el (w32-get-selection-value): Simplify.
6371 (x-selection-value): Remove alias.
6372 (interprogram-paste-function): Don't set.
6373 (gui-selection-value): Define for w32.
6374 * term/x-win.el (gui-selection-value): Define for x.
6375 (x--selection-value): Rename from x--selection-value.
6376 (interprogram-paste-function): Don't set.
6377 * term/pc-win.el (w16-get-selection-value): Simplify.
6378 (msdos-initialize-window-system): Don't set
6379 interprogram-paste-function.
6380 (gui-selection-value): Define for pc.
6381 * term/ns-win.el (x-selection-value): Remove.
6382 (gui-selection-value): Define for ns, instead.
6383 * term/common-win.el (x-setup-function-keys): Don't set
6384 interprogram-paste-function.
6385 * obsolete/mouse-sel.el (mouse-sel-get-selection-function):
6386 Use gui-selection-value.
6387
6388 2014-10-02 David Raynes <rayners@gmail.com> (tiny change)
6389
6390 * term/ns-win.el: Add functions to ns frame, not x frame (bug#18614).
6391
6392 2014-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
6393
6394 * obsolete/lucid.el (read-number): Remove, redundant.
6395 * obsolete/cl-compat.el (cl-floor, cl-ceiling, cl-round, cl-truncate):
6396 Remove, broken.
6397
6398 2014-10-02 Glenn Morris <rgm@gnu.org>
6399
6400 * emacs-lisp/package.el (package-import-keyring):
6401 Create gnupg directory private. (Bug#17625#155)
6402
6403 2014-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
6404
6405 * progmodes/python.el (python-shell-completion-get-completions):
6406 Use python-shell--prompt-calculated-input-regexp from the
6407 process buffer (bug#18582).
6408 Don't assume that `line' comes from the process buffer.
6409
6410 2014-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
6411
6412 * frame.el: Use lexical-binding (bug#18598).
6413 (make-frame): Use t rather than nil for tty's window-system.
6414 * startup.el (command-line): Use gui-method.
6415
6416 Consolidate management/ownership of selections.
6417 * select.el (gui-get-selection-alist): New method.
6418 (gui-get-selection): Use it. Rename from x-get-selection.
6419 (x-get-selection): Define as obsolete alias.
6420 (x-get-clipboard): Mark obsolete.
6421 (gui-get-primary-selection): New function.
6422 (x-get-selection-value): Mark obsolete.
6423 (gui-own-selection-alist, gui-disown-selection-alist)
6424 (gui-selection-owner-p-alist): New methods.
6425 (gui-set-selection): Use them. Rename from x-set-selection.
6426 (x-set-selection): Define as obsolete alias.
6427 (gui--valid-simple-selection-p): Rename from
6428 x-valid-simple-selection-p.
6429 * w32-common-fns.el (gui-own-selection, gui-disown-selection)
6430 (gui-selection-owner-p, gui-get-selection): Define for w32.
6431 (w32-get-selection-value): Rename from x-get-selection-value.
6432 Use the new gui-last-selected-text.
6433 * term/x-win.el (x-get-selection-value): Remove.
6434 (x-clipboard-yank): Declare obsolete.
6435 (gui-own-selection, gui-disown-selection, gui-get-selection)
6436 (gui-selection-owner-p): Define for x.
6437 * term/w32-win.el (w32-win-suspend-error): Rename from
6438 x-win-suspend-error.
6439 * term/pc-win.el (w16-get-selection-value): Rename from
6440 x-get-selection-value.
6441 (w16-selection-owner-p): Rename from x-selection-owner-p.
6442 (gui-own-selection, gui-disown-selection, gui-get-selection)
6443 (gui-selection-owner-p): Define for pc.
6444 (w16--select-text): New function.
6445 * term/ns-win.el (gui-own-selection, gui-disown-selection)
6446 (gui-get-selection, gui-selection-owner-p): Define for ns.
6447 * term.el (term-mouse-paste):
6448 * mouse.el (mouse-yank-primary): Use gui-get-primary-selection.
6449
6450 2014-10-02 H. Dieter Wilhelm <dieter@duenenhof-wilhelm.de>
6451
6452 * calc/calc-help.el (calc-describe-thing): Quote strings
6453 which could look like regexps.
6454
6455 2014-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
6456
6457 Consolidate x-select-text.
6458 * frame.el (gui-method, gui-method-define, gui-method-declare)
6459 (gui-call): New macros.
6460 (gui-method--name): New function.
6461 (frame-creation-function-alist): Use gui-method-declare.
6462 (make-frame): Use gui-method.
6463 * select.el (gui-select-enable-clipboard): Rename from
6464 x-select-enable-clipboard and move here.
6465 (x-select-enable-clipboard): Define as obsolete alias.
6466 (gui-last-selected-text): New var, to replace x-last-selected-text.
6467 (gui-select-text): New GUI method.
6468 (gui-select-text): New function.
6469 (x-select-text): Define as obsolete alias.
6470 * term/common-win.el (x-select-enable-clipboard, x-select-text):
6471 Move to select.el.
6472 * simple.el (interprogram-cut-function): Change default to
6473 x-select-text.
6474 (interprogram-paste-function): Change default to `ignore'.
6475 * w32-common-fns.el (interprogram-cut-function): Don't modify.
6476 * term/x-win.el (interprogram-cut-function): Don't modify.
6477 (gui-select-text): Add method for x.
6478 * term/w32-win.el (gui-select-text): Add method for w32.
6479 * term/pc-win.el (x-last-selected-text): Remove, use
6480 gui-last-selected-text instead.
6481 (msdos-initialize-window-system): Don't set interprogram-cut-function.
6482 (gui-select-text): Add method for pc.
6483 * term/ns-win.el (ns-last-selected-text): Remove, use
6484 gui-last-selected-text instead.
6485 (gui-select-text): Add method for ns.
6486 (x-setup-function-keys): Don't change interprogram-cut-function.
6487 * loadup.el ("startup"): Load after "frame".
6488 * subr.el (package--builtin-versions, package--description-file):
6489 Move from startup.el.
6490 * startup.el (package--builtin-versions, package--description-file):
6491 Move to subr.el.
6492 (handle-args-function-alist, window-system-initialization-alist):
6493 Use gui-method-declare.
6494 (command-line): Use gui-method.
6495
6496 2014-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
6497
6498 * subr.el (alist-get): New accessor.
6499 * emacs-lisp/gv.el (alist-get): Provide expander.
6500 * winner.el (winner-remember):
6501 * tempo.el (tempo-use-tag-list):
6502 * progmodes/gud.el (minor-mode-map-alist):
6503 * international/mule-cmds.el (define-char-code-property):
6504 * frameset.el (frameset-filter-params):
6505 * files.el (dir-locals-set-class-variables):
6506 * register.el (get-register, set-register):
6507 * calc/calc-yank.el (calc-set-register): Use it.
6508 * ps-print.el (ps-get, ps-put, ps-del): Mark as obsolete.
6509 * tooltip.el (tooltip-set-param): Mark as obsolete.
6510 (tooltip-show): Use alist-get instead.
6511 * ses.el (ses--alist-get): Remove. Use alist-get instead.
6512
6513 2014-10-01 Ulf Jasper <ulf.jasper@web.de>
6514
6515 * net/newst-backend.el: Remove Time-stamp. Rename variable
6516 `newsticker--download-logos' to `newsticker-download-logos' and
6517 make it customizable.
6518 (newsticker--sentinel-work): Move xml-workarounds to function
6519 `newsticker--do-xml-workarounds', call unless libxml-parser is
6520 used. Allow single quote in regexp for encoding.
6521 Use libxml-parser if available, else fall back to `xml-parse-region'.
6522 Take care of possibly missing namespace prefixes (like "RDF"
6523 instead of "rdf:RDF") when checking xml nodes and attributes (as
6524 libxml correctly removes the prefixes). Always use Atom 1.0 as
6525 fallback feed type. Rename `newsticker--download-logos' to
6526 `newsticker-download-logos'
6527 (newsticker--unxml, newsticker--unxml-node)
6528 (newsticker--unxml-attribute): New.
6529 (newsticker--parse-atom-1.0): Call `unxml' in case that embedded
6530 HTML code has become part of the xml parse tree.
6531 (newsticker--parse-rss-1.0, newsticker--parse-rss-2.0): Take care
6532 of possibly missing namespace prefixes.
6533 (newsticker--parse-generic-items): Code formatting. Typo.
6534 (newsticker--images-dir): Add trailing slash.
6535 (newsticker--image-get): Fix error message.
6536
6537 * net/newst-plainview.el: Remove Time-stamp.
6538
6539 * net/newst-reader.el: Remove Time-stamp.
6540 (newsticker-download-logos): Rename variable
6541 `newsticker--download-logos' to `newsticker-download-logos' and
6542 make it customizable.
6543 (newsticker--print-extra-elements): Add optional parameter
6544 'htmlish for using html markup. Amend list of ignored elements.
6545 (newsticker--do-print-extra-element): Add parameter 'htmlish for
6546 using html markup.
6547
6548 * net/newst-ticker.el: Remove Time-stamp.
6549
6550 * net/newst-treeview.el (newsticker--treeview-item-show): Use html
6551 for formatting extra elements.
6552
6553 * net/newsticker.el: Remove Time-stamp, Version.
6554 (newsticker-version): Make obsolete.
6555
6556 2014-09-30 Leonardo Nobrega <leonobr@gmail.com> (tiny change)
6557
6558 * progmodes/python.el (python-fill-paren): Don't inf-loop at EOB
6559 (bug#18462).
6560
6561 2014-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
6562
6563 * emacs-lisp/package.el (package-check-signature): Default to nil if
6564 GPG is not available.
6565 (package-refresh-contents): Don't mess with the keyring if we won't
6566 check the signatures anyway.
6567
6568 2014-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
6569
6570 * ses.el (ses--row, ses--col): New dyn-scoped vars, to replace row&col.
6571 (ses-center, ses-center-span): Use them.
6572 (ses-print-cell): Bind them while calling the printer.
6573 (row, col, maxrow, maxcol): Don't declare as dynamically scoped.
6574 (ses-dorange): Revert last change.
6575 (ses-calculate-cell): Don't bind row&col dynamically while evaluating
6576 the formula.
6577 (ses-set-cell): Avoid `eval'.
6578 (ses--time-check): Rename it from ses-time-check and turn it into
6579 a macro.
6580
6581 * ses.el (ses-setup): Don't assume modifying the iteration var of
6582 dotimes affects the iteration (bug#18191).
6583
6584 2014-09-30 Vincent Belaïche <vincentb1@users.sourceforge.net>
6585
6586 * ses.el (ses-calculate-cell): Bind row and col dynamically to
6587 their values with 'cl-progv'.
6588 (ses-dorange): Bind row, col, maxrow and maxcol dynamically to
6589 their values with 'cl-progv', also use non-interned symbols for
6590 row, minrow, maxrow, mincol and maxcol.
6591 (maxrow maxcol): New defvar, to make the compiler happy.
6592
6593 2014-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
6594
6595 * minibuffer.el (completion-at-point): Emit warning for ill-behaved
6596 completion functions.
6597
6598 2014-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
6599
6600 * ses.el (ses--letref): Quote value before it gets re-evaluated.
6601
6602 2014-09-28 Thien-Thi Nguyen <ttn@gnu.org>
6603
6604 Font-lock `cl-flet*', too.
6605 * emacs-lisp/lisp-mode.el (lisp-cl-font-lock-keywords-2):
6606 Add "flet*" to intermediate var `cl-lib-kw'.
6607
6608 2014-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
6609
6610 * epg-config.el (epg-gpg-program): Use the plain program names rather
6611 than their absolute file name.
6612
6613 * subr.el (track-mouse): New macro.
6614 * emacs-lisp/cconv.el (cconv-convert, cconv-analyse-form):
6615 Remove track-mouse case.
6616 * emacs-lisp/bytecomp.el (byte-compile-track-mouse): Remove.
6617
6618 2014-09-27 Leo Liu <sdl.web@gmail.com>
6619
6620 * progmodes/elisp-mode.el (elisp--eldoc-last-data): Use defvar.
6621
6622 * emacs-lisp/eldoc.el (eldoc-mode): Fix thinko.
6623
6624 2014-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
6625
6626 * emacs-lisp/pcase.el (pcase--split-match, pcase--app-subst-match):
6627 Handle the case where `match' is :pcase--succeed or :pcase--fail
6628 (bug#18554).
6629
6630 Introduce global-eldoc-mode. Move Elisp-specific code to elisp-mode.el.
6631 * emacs-lisp/eldoc.el (global-eldoc-mode): New minor mode.
6632 (eldoc-schedule-timer): Obey it.
6633 (eldoc-documentation-function): Default to nil.
6634 (eldoc-mode): Don't enable if eldoc-documentation-function is not set.
6635 (eldoc-documentation-function-default, eldoc-get-fnsym-args-string)
6636 (eldoc-highlight-function-argument, eldoc-get-var-docstring)
6637 (eldoc-last-data-store, eldoc-docstring-first-line)
6638 (eldoc-docstring-format-sym-doc, eldoc-fnsym-in-current-sexp)
6639 (eldoc-beginning-of-sexp, eldoc-current-symbol)
6640 (eldoc-function-argstring): Move to elisp-mode.el.
6641 (eldoc-symbol-function): Remove, unused.
6642 * progmodes/elisp-mode.el: New file. Rename all "eldoc-*" to "elisp--*".
6643 (elisp-completion-at-point): Rename from lisp-completion-at-point.
6644 (elisp--preceding-sexp): Rename from preceding-sexp.
6645 * loadup.el: Load new file progmodes/elisp-mode.
6646 * ielm.el (inferior-emacs-lisp-mode): Set eldoc-documentation-function.
6647 * emacs-lisp/lisp.el (lisp--local-variables-1, lisp--local-variables)
6648 (lisp--local-variables-completion-table, lisp--expect-function-p)
6649 (lisp--form-quoted-p, lisp--company-doc-buffer)
6650 (lisp--company-doc-string, lisp--company-location)
6651 (lisp-completion-at-point): Move to elisp-mode.el.
6652 * emacs-lisp/lisp-mode.el (lisp--mode-syntax-table): New syntax-table,
6653 extracted from emacs-lisp-mode-syntax-table.
6654 (emacs-lisp-mode-abbrev-table, emacs-lisp-mode-syntax-table): Move to
6655 elisp-mode.el.
6656 (lisp-imenu-generic-expression): Add comments to document what comes
6657 from which Lisp dialect.
6658 (emacs-lisp-mode-map, emacs-lisp-byte-compile)
6659 (emacs-lisp-byte-compile-and-load, emacs-lisp-mode-hook)
6660 (emacs-lisp-mode, emacs-list-byte-code-comment-re)
6661 (emacs-lisp-byte-code-comment)
6662 (emacs-lisp-byte-code-syntax-propertize, emacs-lisp-byte-code-mode)
6663 (lisp-interaction-mode-map, lisp-interaction-mode)
6664 (eval-print-last-sexp, last-sexp-setup-props)
6665 (last-sexp-toggle-display, prin1-char, preceding-sexp)
6666 (eval-last-sexp-1, eval-last-sexp-print-value)
6667 (eval-last-sexp-fake-value, eval-sexp-add-defvars, eval-last-sexp)
6668 (eval-defun-1, eval-defun-2, eval-defun): Move to elisp-mode.el.
6669
6670 2014-09-26 Paul Eggert <eggert@cs.ucla.edu>
6671
6672 * progmodes/grep.el (grep-regexp-alist): Use more-accurate regexp.
6673 Do not match file names that end in '/', as they cannot be 'grep'
6674 hits nowadays. This prevents confusion when 'grep -r' reports a
6675 match in a file whose basename is ':12345:'. Conversely, do not
6676 require exactly the same sequence of spaces and tabs after both
6677 colons, and allow spaces or tabs before the second colon, as per
6678 the POSIX spec for 'grep' output.
6679
6680 2014-09-26 Leo Liu <sdl.web@gmail.com>
6681
6682 Add cl-parse-integer based on parse-integer (Bug#18557)
6683 * calendar/parse-time.el (parse-time-digits): Remove.
6684 (digit-char-p, parse-integer) Moved to cl-lib.el.
6685 (parse-time-tokenize, parse-time-rules, parse-time-string):
6686 Use cl-parse-integer.
6687
6688 * emacs-lisp/cl-extra.el (cl-parse-integer): New function.
6689
6690 * emacs-lisp/cl-lib.el (cl-digit-char-table): New var.
6691 (cl-digit-char-p): New function.
6692
6693 2014-09-25 Juri Linkov <juri@jurta.org>
6694
6695 * vc/add-log.el (change-log-next-buffer): Don't create an empty
6696 buffer "ChangeLog" when the current buffer doesn't match ChangeLog.[0-9].
6697 Return the current buffer if no files match the default pattern
6698 ChangeLog.[0-9]. Signal "end of multi" when file is nil. (Bug#18547)
6699
6700 2014-09-25 Stefan Monnier <monnier@iro.umontreal.ca>
6701
6702 * net/tramp-sh.el (tramp-sh-handle-vc-registered): Don't modify
6703 the global vc-handled-backends (bug#18535).
6704
6705 2014-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
6706
6707 * find-cmd.el (find-cmd): Use grep's `find-program' (bug#18518).
6708 Suggested by <lompik@voila.fr>.
6709
6710 2014-09-24 Ulf Jasper <ulf.jasper@web.de>
6711
6712 * net/newst-treeview.el (newsticker--treeview-do-get-node-by-id):
6713 Rename from `newsticker--treeview-do-get-node'.
6714 (newsticker--treeview-get-node-by-id):
6715 Rename from `newsticker--treeview-get-node'.
6716 (newsticker--treeview-buffer-init)
6717 (newsticker--treeview-buffer-init): Disable buffer undo.
6718 (newsticker--treeview-unfold-node): Adapt to modified
6719 `newsticker--group-find-parent-group'.
6720 (newsticker--group-do-find-group):
6721 Rename from `newsticker--group-do-find-group-for-feed'.
6722 Now works for both, groups and feeds.
6723 (newsticker--group-find-parent-group):
6724 Rename from `newsticker--group-find-group-for-feed'.
6725 Now works for both, groups and feeds.
6726 (newsticker--group-do-get-parent-group)
6727 (newsticker--group-get-parent-group): Remove.
6728 (newsticker-group-add-group): Change interactive prompts.
6729 (newsticker-group-add-group): Finally jump to added group.
6730 (newsticker-group-delete-group): Finally jump to current feed.
6731 (newsticker--group-do-rename-group, newsticker-group-rename-group)
6732 (newsticker--get-group-names, newsticker--group-names): New.
6733 (newsticker-group-move-feed): Finally jump to moved feed.
6734 (newsticker-group-shift-feed-down, newsticker-group-shift-feed-up)
6735 (newsticker-group-shift-group-down)
6736 (newsticker-group-shift-group-up, newsticker--group-shift): New.
6737 (newsticker-treeview-mode-map): New keybindings for new shift commands.
6738
6739 * net/newst-backend.el (newsticker--item-list)
6740 (newsticker--item-position, newsticker--prev-message)
6741 (newsticker--scrollable-text): Move to newst-ticker.el.
6742
6743 * net/newst-ticker.el (newsticker--item-list)
6744 (newsticker--item-position, newsticker--prev-message)
6745 (newsticker--scrollable-text): Move from newst-backend.el.
6746
6747 2014-09-22 Kan-Ru Chen <kanru@kanru.info>
6748
6749 * window.el (fit-window-to-buffer): When counting buffer width,
6750 count the whole visible buffer. Correctly convert the body-height
6751 to pixel size for window-text-pixel-size (Bug#18498).
6752
6753 2014-09-22 Sam Steingold <sds@gnu.org>
6754
6755 * progmodes/sql.el (sql-product-alist): Improve the Vertica entry.
6756 (sql-execute): Use `special-mode'.
6757
6758 2014-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
6759
6760 Add pcase-defmacro, as well as `quote' and `app' patterns.
6761 * loadup.el: Increase max-lisp-eval-depth when macroexpanding macroexp.
6762 * emacs-lisp/pcase.el: Allow (F . ARGS) in `app' patterns.
6763 (pcase--funcall, pcase--eval): New functions.
6764 (pcase--u1): Use them for guard, pred, let, and app.
6765 (\`): Use the new feature to generate better code for vector patterns.
6766 * emacs-lisp/pcase.el: Use pcase-defmacro to handle backquote.
6767 (pcase--upat): Remove.
6768 (pcase--macroexpand): Don't hardcode handling of `.
6769 (pcase--split-consp, pcase--split-vector): Remove.
6770 (pcase--split-equal): Disregard ` since it's expanded away.
6771 (pcase--split-member): Optimize for quote rather than for `.
6772 (pcase--split-pred): Optimize for quote rather than for `.
6773 (pcase--u1): Remove handling of ` (and of `or' and `and').
6774 Quote non-selfquoting values when passing them to `eq'.
6775 Drop `app's let-binding if the variable is not used.
6776 (pcase--q1): Remove.
6777 (`): Define as a pattern macro.
6778 * emacs-lisp/pcase.el (pcase--match): New smart-constructor function.
6779 (pcase--expand pcase--q1, pcase--app-subst-match): Use it.
6780 (pcase--macroexpand): Handle self-quoting patterns here, expand them to
6781 quote patterns.
6782 (pcase--split-match): Don't hoist or/and here any more.
6783 (pcase--split-equal): Optimize quote patterns as well as ` patterns.
6784 (pcase--flip): New helper macro.
6785 (pcase--u1): Optimize the memq case directly.
6786 Don't handle neither self-quoting nor and/or patterns any more.
6787 * emacs-lisp/pcase.el (pcase-defmacro): New macro.
6788 (pcase--macroexpand): New function.
6789 (pcase--expand): Use it.
6790 * emacs-lisp/pcase.el (pcase--app-subst-match, pcase--app-subst-rest):
6791 New optimization functions.
6792 (pcase--u1): Add support for `quote' and `app'.
6793 (pcase): Document them in the docstring.
6794
6795 2014-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
6796
6797 Use lexical-bindin in Ibuffer.
6798 * ibuffer.el (ibuffer-do-toggle-read-only): `arg' is unused.
6799 (ibuffer-compile-format): Simplify.
6800 (ibuffer-clear-summary-columns): Simplify.
6801 * ibuf-ext.el (ibuffer-generate-filter-groups): Don't use the third
6802 elem of dotimes when we don't refer to the iteration var from it.
6803 (ibuffer-toggle-sorting-mode): Avoid add-to-list.
6804 * ibuf-macs.el (define-ibuffer-column, define-ibuffer-op):
6805 Silence byte-compiler.
6806
6807 2014-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
6808
6809 * font-lock.el (font-lock-compile-keyword): Don't confuse a lambda
6810 expression for a list.
6811
6812 * emacs-lisp/bytecomp.el (byte-compile-lambda): Don't add fundoc usage
6813 for functions with no arguments.
6814
6815 * mpc.el (mpc-data-directory): Use locate-user-emacs-file.
6816 (mpc-volume-refresh): Make sure the corresponding header-line is updated.
6817
6818 2014-09-17 Tom Willemse <tom@ryuslash.org> (tiny change)
6819
6820 * simple.el (clone-indirect-buffer): Mention the return value
6821 (bug#18478).
6822
6823 * progmodes/prog-mode.el (prog-mode-hook): Replace reference to
6824 Text mode in docstring (bug#18464).
6825
6826 2014-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
6827
6828 * progmodes/perl-mode.el (perl-syntax-propertize-function):
6829 Accept underscores in identifiers after "sub" (bug#18502).
6830
6831 2014-09-21 Tassilo Horn <tsdh@gnu.org>
6832
6833 * textmodes/reftex-sel.el (reftex-select-label-mode)
6834 (reftex-select-bib-mode, reftex-insert-docstruct): Derive modes
6835 from special-mode (instead of fundamental-mode) and propertize
6836 with font-lock-face instead of just face. (Bug#18496)
6837
6838 * textmodes/reftex-toc.el (reftex-toc-mode, reftex-toc): Ditto.
6839
6840 2014-09-19 Dmitry Gutov <dgutov@yandex.ru>
6841
6842 * emacs-lisp/lisp.el (lisp-completion-at-point): Only calculate
6843 `table-etc' when `end' is non-nil.
6844 (lisp-completion-at-point): Move `end' back if it's after quote.
6845 If in comment or string, only complete when after backquote.
6846 (Bug#18265)
6847 (lisp-completion-at-point): Don't use
6848 `lisp--local-variables-completion-table' in the
6849 `lisp--form-quoted-p' case.
6850
6851 2014-09-19 Dmitry Gutov <dgutov@yandex.ru>
6852
6853 * emacs-lisp/lisp.el (lisp--expect-function-p)
6854 (lisp--form-quoted-p): New functions.
6855 (lisp-completion-at-point): Use them to see if we're completing a
6856 variable reference, a function name, or just any symbol.
6857 http://lists.gnu.org/archive/html/emacs-devel/2014-02/msg00229.html
6858
6859 2014-09-18 Ivan Kanis <ivan@kanis.fr>
6860
6861 * net/shr.el, net/eww.el: Don't override `shr-width', but
6862 introduce a new variable `shr-internal-width'. This allows users
6863 to specify a width themselves.
6864
6865 2014-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
6866
6867 * image-mode.el (image-toggle-display-image): If we have a
6868 `fit-width' or a `fit-height', don't limit the size of the image
6869 to the window size, because that doesn't preserve the aspect ratio.
6870 * image-mode.el: Move defvars earlier to avoid a byte-compilation
6871 warning.
6872
6873 2014-09-17 Reuben Thomas <rrt@sc3d.org>
6874
6875 * progmodes/js.el: Add interpreter-mode-alist support for various
6876 JavaScript interpreters.
6877
6878 2014-09-17 Paul Eggert <eggert@cs.ucla.edu>
6879
6880 Don't assume 'grep' supports GREP_OPTIONS.
6881 The GREP_OPTIONS environment variable is planned to be marked
6882 obsolescent in GNU grep, due to problems in its use, so stop
6883 relying on it.
6884 * progmodes/grep.el (grep-highlight-matches): Document this.
6885 (grep-process-setup): Do not set GREP_OPTIONS.
6886 (grep-compute-defaults): Use an explicit --color option if supported.
6887
6888 2014-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
6889
6890 * msb.el (msb--make-keymap-menu, msb-menu-bar-update-buffers):
6891 Don't add outdated key-shortcut cache (bug#18482).
6892
6893 2014-09-15 Glenn Morris <rgm@gnu.org>
6894
6895 * image.el (image-multi-frame-p): Fix thinko - do not force
6896 a delay if none was specified. (Bug#18334)
6897
6898 2014-09-15 Kan-Ru Chen <kanru@kanru.info>
6899
6900 * window.el (fit-window-to-buffer): Doc fix.
6901
6902 2014-09-15 Ivan Shmakov <ivan@siamics.net>
6903
6904 * desktop.el (desktop-create-buffer): Check that buffers are still live
6905 before burying them (bug#18373).
6906
6907 2014-09-15 Glenn Morris <rgm@gnu.org>
6908
6909 * calendar/diary-lib.el (diary-list-entries):
6910 Restore 24.3 display behavior. (Bug#18381)
6911
6912 2014-09-15 Eli Zaretskii <eliz@gnu.org>
6913
6914 * mouse.el (mouse-drag-line): On text-mode frames, count the mode
6915 line and header line as 1 pixel. This fixes the 1-"pixel" (row)
6916 discrepancy between window-pixel-edges and mouse events, and
6917 avoids moving mode line up when the mouse click is on the modeline
6918 and no drag is attempted.
6919
6920 2014-09-14 Daniel Colascione <dancol@dancol.org>
6921
6922 * register.el (insert-register): Change default interactive
6923 insertion mode.
6924
6925 2014-09-14 Michael Albinus <michael.albinus@gmx.de>
6926
6927 * net/tramp-cache.el (tramp-flush-file-function): Simplify check.
6928 Suppress debug messages.
6929
6930 * net/tramp.el (tramp-file-name-handler):
6931 * net/tramp-gvfs.el (tramp-gvfs-url-file-name): Apply `cons' where
6932 appropriate.
6933
6934 2014-09-13 Christopher Schmidt <ch@ristopher.com>
6935
6936 * calendar/calendar.el (calendar-update-mode-line):
6937 Do not overwrite mode-line-format if calendar-mode-line-format is
6938 nil. (Bug#18467)
6939
6940 2014-09-13 Leo Liu <sdl.web@gmail.com>
6941
6942 * emacs-lisp/pcase.el (pcase--dontwarn-upats): New var.
6943 (pcase--expand): Use it.
6944 (pcase-exhaustive): New macro. (Bug#16567)
6945
6946 * emacs-lisp/lisp-mode.el (lisp-el-font-lock-keywords-2):
6947 Add pcase-exhaustive.
6948
6949 2014-09-13 Eli Zaretskii <eliz@gnu.org>
6950
6951 * mail/rmailmm.el (rmail-mime-insert-html): Decode the HTML part
6952 using the specified transfer-encoding, if any, or 'undecided'.
6953 (rmail-mime-render-html-shr): Bind shr-width to nil, so lines are
6954 broken at the window margin.
6955
6956 2013-12-27 Ken Olum <kdo@cosmos.phy.tufts.edu>
6957
6958 Support rendering of HTML parts in Rmail (bug#4258).
6959 * mail/rmailmm.el (rmail-mime-process): Handle text/html
6960 separately from other text/ types. Suppress tagline for
6961 multipart body.
6962 (rmail-mime-parse): Don't change visibility of tagline here.
6963 (rmail-mime-set-bulk-data, rmail-mime-insert-bulk):
6964 Handle text/html specially.
6965 (rmail-mime-render-html-function,rmail-mime-prefer-html): New variables.
6966 (rmail-mime-insert-html, rmail-mime-render-html-shr)
6967 (rmail-mime-render-html-lynx): New functions.
6968 (rmail-mime-fix-inserted-faces): New function.
6969 (rmail-mime-process-multipart): Find the best part to show
6970 following rmail-mime-prefer-html if set.
6971 (rmail-mime-searching): New variable.
6972 (rmail-search-mime-message): Bind rmail-mime-searching to
6973 suppress rendering while searching.
6974
6975 2014-09-12 Sam Steingold <sds@gnu.org>
6976
6977 * progmodes/sql.el (sql-product-alist): Add vertica.
6978 (sql-vertica-program, sql-vertica-options)
6979 (sql-vertica-login-params, sql-comint-vertica, sql-vertica):
6980 New functions and variables to support Vertica.
6981 Inspired by code by Roman Scherer <roman@burningswell.com>.
6982
6983 2014-09-11 Paul Eggert <eggert@cs.ucla.edu>
6984
6985 * ses.el (ses-file-format-extend-parameter-list): Rename from
6986 ses-file-format-extend-paramter-list, to correct a misspelling.
6987 All uses changed.
6988
6989 2014-09-10 Alan Mackenzie <acm@muc.de>
6990
6991 CC Mode: revert recent changes and fix bug 17463 (cc-langs.elc
6992 gets loaded at run-time).
6993 * progmodes/cc-langs.el (c-no-parens-syntax-table): Rename the
6994 c-lang-const to c-make-no-parens-syntax-table and correct the
6995 logic.
6996 (c-no-parens-syntax-table): Correct the logic of the
6997 c-lang-defvar.
6998
6999 2014-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
7000
7001 CC-mode: Set open-paren-in-column-0-is-defun-start to nil;
7002 plus misc cleanup.
7003 * progmodes/cc-mode.el (c-basic-common-init):
7004 Set open-paren-in-column-0-is-defun-start.
7005 (adaptive-fill-first-line-regexp, font-lock-syntactic-keywords):
7006 Remove declarations, unused.
7007 (run-mode-hooks): Remove declaration.
7008 (font-lock-defaults): Use plain `defvar' to declare.
7009 (c-run-mode-hooks): Test existence of run-mode-hooks with fboundp.
7010 * progmodes/cc-langs.el (c-filter-ops): Avoid `setq'.
7011 (c-make-mode-syntax-table): Don't micro-optimize.
7012 (c-keywords, c-keyword-member-alist): Simplify.
7013 (c-kwds-lang-consts): Don't eval at compile-time.
7014 (c-primary-expr-regexp): Comment out unused vars.
7015 * progmodes/cc-fonts.el (c-font-lock-context): Declare at top-level.
7016 (c-font-byte-compile): New var.
7017 (c--compile): New function. Use it instead of `byte-compile'.
7018 (c-cpp-matchers): Quote the value returned by
7019 `c-make-syntactic-matcher' in case it's not self-evaluating.
7020 (c-basic-matchers-before): Avoid a plain MATCHER as keyword, wrap it in
7021 parentheses instead (in case MATCHER happens to be a list).
7022 (c-font-lock-enum-tail): Remove unused var `start'.
7023 (c-font-lock-objc-methods): Silence byte-compiler warnings.
7024 * progmodes/cc-engine.el (c-syntactic-re-search-forward): Sink an `if'
7025 test into an argument.
7026 * progmodes/cc-defs.el (c-point, c-major-mode-is, c-put-char-property)
7027 (c-get-char-property): Don't use `eval' just to unquote a constant.
7028 (c-use-extents): Remove. Use (featurep 'xemacs), compiled
7029 more efficiently.
7030 (c-put-char-property-fun): Don't call `byte-compile' by hand.
7031 (c-clear-char-property, c-clear-char-properties): Check that `property'
7032 is a quoted constant.
7033 (c-emacs-features): Remove `infodock', `syntax-properties', and
7034 `pps-extended-state' (never used), `8-bit' and `1-bit' (use (featurep
7035 'xemacs) instead). Use `with-temp-buffer' and let-bind vars after
7036 changing buffer, so we don't have to setq them again afterwards.
7037 (c-lang-const): Remove redundant symbolp assertions.
7038 (c-find-assignment-for-mode): Use `or'.
7039 * Makefile.in (compile-one-process): Remove cc-mode dependency.
7040
7041 2014-09-09 Sam Steingold <sds@gnu.org>
7042
7043 * progmodes/sql.el (sql-default-directory): Fix type annotation.
7044
7045 2014-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
7046
7047 * progmodes/cc-awk.el: Remove unneeded cc-bytecomp use.
7048 Change doc comments into docstrings.
7049 * Makefile.in: Remove cc-awk dependency.
7050
7051 2014-09-08 Sam Steingold <sds@gnu.org>
7052
7053 * progmodes/sql.el (sql-send-line-and-next): New command,
7054 bound to C-c C-n.
7055 (sql-show-sqli-buffer): Display the buffer instead of its name and
7056 bind the command to C-c C-z.
7057 (sql-default-directory): New user option.
7058 (sql-product-interactive): Bind `default-directory' to it to
7059 enable remote connections using Tramp.
7060 (sql-set-sqli-buffer): Call `sql-product-interactive' when no
7061 suitable buffer is available.
7062
7063 2014-09-08 Glenn Morris <rgm@gnu.org>
7064
7065 * calendar/calendar.el (calendar-basic-setup):
7066 Fix calendar-view-holidays-initially-flag and fancy display.
7067 * calendar/diary-lib.el (diary-live-p): Doc fix.
7068
7069 * calendar/calendar.el (calendar-basic-setup):
7070 Avoid clobbering calendar with diary. (Bug#18381)
7071
7072 2014-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
7073
7074 * vc/vc-dir.el (vc-dir-update): Don't burp in corner case.
7075
7076 2014-09-08 Lars Ljung <lars@matholka.se> (tiny change)
7077
7078 * isearch.el (isearch-yank-word-or-char): Obey superword-mode
7079 as well (bug#18400).
7080
7081 2014-09-08 Eli Zaretskii <eliz@gnu.org>
7082
7083 * subr.el (posn-actual-col-row): Doc fix. (Bug#18385)
7084
7085 2014-09-06 Leo Liu <sdl.web@gmail.com>
7086
7087 * emacs-lisp/pcase.el (pcase): Doc fix.
7088 (pcase--split-vector): New function.
7089 (pcase--q1): Support vector qpattern. (Bug#18327)
7090
7091 2014-09-05 Sam Steingold <sds@gnu.org>
7092
7093 * textmodes/tex-mode.el (tex-print-file-extension): New user
7094 option.
7095 (tex-print): Use it instead of the hard-coded string.
7096
7097 2014-09-05 Michael Albinus <michael.albinus@gmx.de>
7098
7099 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
7100 Expand `default-directory'.
7101
7102 2014-09-05 Martin Rudalics <rudalics@gmx.at>
7103
7104 * scroll-bar.el (horizontal-scroll-bars-available-p):
7105 New function.
7106 (horizontal-scroll-bar-mode): Rewrite using
7107 horizontal-scroll-bars-available-p.
7108 * menu-bar.el (menu-bar-showhide-scroll-bar-menu): Rewrite using
7109 horizontal-scroll-bars-available-p.
7110
7111 2014-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
7112
7113 * subr.el (call-process-shell-command, process-file-shell-command):
7114 Make the `args' obsolete (bug#18409).
7115 (start-process-shell-command, start-file-process-shell-command):
7116 Use `declare'.
7117
7118 2014-09-05 Jay Belanger <jay.p.belanger@gmail.com>
7119
7120 * calc/calc-forms.el (math-normalize-hms): Do a better check for
7121 "negative" hms forms.
7122
7123 2014-09-04 Rasmus Pank Roulund <emacs@pank.eu>
7124
7125 * vc/vc-git.el (vc-git-conflicted-files): Fix bug when git status
7126 returns nil (bug#18391).
7127
7128 2014-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
7129
7130 * emacs-lisp/eldoc.el (eldoc-function-argstring): Don't strip
7131 terminating paren (bug#18352).
7132 (eldoc-last-data-store): Return cached data.
7133 (eldoc-get-var-docstring): Avoid setq.
7134 (eldoc-get-fnsym-args-string): Clarify data flow.
7135
7136 2014-09-04 Thierry Volpiatto <thierry.volpiatto@gmail.com>
7137
7138 * emacs-lisp/eldoc.el (eldoc-highlight-function-argument): Handle the
7139 case where we're currently providing part of the &rest arg after some
7140 &key args, as in define-ibuffer-op (bug#18048).
7141
7142 2014-09-03 Stefan Monnier <monnier@iro.umontreal.ca>
7143
7144 * progmodes/which-func.el (which-func-ff-hook): Obey pre-existing
7145 buffer-local setting of which-func-mode.
7146 (which-func-mode): Use defvar-local.
7147 (which-function-mode): Don't reset which-func-mode in each buffer since
7148 it might have been set by someone else.
7149 (which-func-update-ediff-windows): Check which-function-mode.
7150
7151 2014-09-03 Martin Rudalics <rudalics@gmx.at>
7152
7153 * frame.el (frame-initialize): Remove horizontal-scroll-bars
7154 from frame-initial-frame-alist.
7155 * scroll-bar.el (previous-horizontal-scroll-bar-mode)
7156 (horizontal-scroll-bar-mode-explicit)
7157 (set-horizontal-scroll-bar-mode, get-horizontal-scroll-bar-mode)
7158 (toggle-horizontal-scroll-bar): Remove.
7159 (horizontal-scroll-bar-mode): Remove defcustom.
7160 (horizontal-scroll-bar-mode): Fix doc-string.
7161 (scroll-bar-toolkit-scroll)
7162 (scroll-bar-toolkit-horizontal-scroll): Add doc-strings stubs.
7163
7164 2014-09-03 Stefan Monnier <monnier@iro.umontreal.ca>
7165
7166 * emacs-lisp/package.el (package-generate-description-file):
7167 Properly quote the arguments (bug#18332). Change second arg.
7168 (package--alist-to-plist-args): Rename from package--alist-to-plist and
7169 quote the elements.
7170 (package--make-autoloads-and-stuff): Fix the test for pre-existence of
7171 the *-pkg.el file. Adjust to new calling convention of
7172 package-generate-description-file.
7173
7174 * progmodes/gud.el (gud-gdb-completion-at-point): Add hack (bug#18282).
7175 (gud-gdb-completions): Remove obsolete workaround.
7176
7177 2014-09-03 Eli Zaretskii <eliz@gnu.org>
7178
7179 * subr.el (posn-col-row): Revert the change from commit
7180 2010-11-13T21:07:58Z!eliz@gnu.org, which
7181 was inadvertently merged from emacs-23 release branch in 2010-11-18T03:54:14Z!monnier@iro.umontreal.ca
7182 monnier@iro.umontreal.ca-20101118035414-yvlg7k7dk4k4l3q, and
7183 introduced an off-by-one error in the reported row when there is a
7184 header line. (Bug#18384)
7185
7186 2014-09-03 Fabián Ezequiel Gallina <fgallina@gnu.org>
7187
7188 * progmodes/python.el (python-indent-post-self-insert-function):
7189 Avoid electric colon at beginning-of-defun. (Bug#18228)
7190
7191 2014-09-03 Glenn Morris <rgm@gnu.org>
7192
7193 * tutorial.el (tutorial--display-changes):
7194 Fix 2014-08-01 change. (Bug#18382)
7195
7196 2014-09-03 Ken Brown <kbrown@cornell.edu>
7197
7198 * startup.el (fancy-splash-frame): Extend the fix for Bug#16014 to
7199 the Cygwin-w32 build. (Bug#18347)
7200
7201 2014-09-03 Glenn Morris <rgm@gnu.org>
7202
7203 * tar-mode.el (tar--extract, tar-extract):
7204 Avoid permanently disabling undo in extracted buffers. (Bug#18344)
7205
7206 2014-09-03 Stefan Monnier <monnier@iro.umontreal.ca>
7207
7208 * progmodes/sh-script.el (sh-font-lock-quoted-subshell): Try to better
7209 handle multiline elements (bug#18380).
7210
7211 2014-09-01 Eli Zaretskii <eliz@gnu.org>
7212
7213 * ls-lisp.el (ls-lisp-use-string-collate)
7214 (ls-lisp-UCA-like-collation): New defcustoms.
7215 (ls-lisp-string-lessp): Use them to control sorting by file
7216 names. (Bug#18051)
7217 (ls-lisp-version-lessp): New function.
7218 (ls-lisp-handle-switches): Use it to implement the -v switch of
7219 GNU ls.
7220 (ls-lisp--insert-directory): Mention the -v switch in the doc string.
7221
7222 2014-08-31 Christoph Scholtes <cschol2112@gmail.com>
7223
7224 * ibuffer.el: Replace mode-specific quit function with
7225 `quit-window' via `special-mode'.
7226 (ibuffer-mode-map): Use keybindings from special-mode-map instead
7227 of local overrides.
7228 (ibuffer): Don't store previous windows configuration.
7229 Let `quit-window' handle restoring.
7230 (ibuffer-quit): Remove function. Use `quit-window' instead.
7231 (ibuffer-restore-window-config-on-quit): Remove variable.
7232 (ibuffer-prev-window-config): Remove variable.
7233
7234 2014-08-29 Michael Heerdegen <michael_heerdegen@web.de>
7235
7236 * emacs-lisp/easy-mmode.el (define-minor-mode): Use mode function
7237 name instead of variable name in hook docstring. (Bug#18349)
7238
7239 2014-08-29 Martin Rudalics <rudalics@gmx.at>
7240
7241 * window.el (display-buffer-at-bottom): Prefer bottom-left
7242 window to other bottom windows. Reuse a bottom window if it
7243 shows the buffer already. Suggested by Juri Linkov
7244 <juri@jurta.org> in discussion of (Bug#18181).
7245
7246 2014-08-29 Leo Liu <sdl.web@gmail.com>
7247
7248 * files.el (minibuffer-with-setup-hook): Allow (:append FUN) to
7249 append to minibuffer-setup-hook. (Bug#18341)
7250
7251 2014-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
7252
7253 * progmodes/cc-defs.el: Expose c-lanf-defconst's expressions to the
7254 byte-compiler.
7255 (lookup-syntax-properties): Silence byte-compiler.
7256 (c-lang-defconst): Quote the code with `lambda' rather than with
7257 `quote'.
7258 (c-lang-const): Avoid unneeded setq.
7259 (c-lang-constants-under-evaluation): Add docstring.
7260 (c-lang--novalue): New constant.
7261 (c-find-assignment-for-mode): Use it instead of c-lang-constants.
7262 (c-get-lang-constant): Same here.
7263 Get the mode's value using `funcall' now that the code is quoted
7264 with `lambda'.
7265
7266 2014-08-28 Michael Albinus <michael.albinus@gmx.de>
7267
7268 * net/tramp.el (tramp-handle-shell-command): Use `display-buffer'.
7269 (Bug#18326)
7270
7271 2014-08-28 Martin Rudalics <rudalics@gmx.at>
7272
7273 * scroll-bar.el (scroll-bar-horizontal-drag-1): Handle new
7274 interpretation of `portion-whole'.
7275
7276 2014-08-28 Michael Albinus <michael.albinus@gmx.de>
7277
7278 * net/tramp-adb.el: Spell author name correctly.
7279
7280 2014-08-28 João Távora <joaotavora@gmail.com>
7281
7282 * net/shr.el (shr-expand-url): Plain expand-file-name is not enough;
7283 use url-expand-file-name. (Bug#18310)
7284
7285 2014-08-28 Glenn Morris <rgm@gnu.org>
7286
7287 * emulation/cua-rect.el (cua--highlight-rectangle):
7288 Avoid error at point-min. (Bug#18309)
7289
7290 2014-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
7291
7292 * progmodes/python.el (python-shell-prompt-detect): Remove redundant
7293 executable-find (bug#18244).
7294
7295 * simple.el (self-insert-uses-region-functions): Defvar.
7296
7297 2014-08-28 Glenn Morris <rgm@gnu.org>
7298
7299 * subr.el (remq): Revert 2014-08-25 doc change (not always true).
7300
7301 2014-08-27 Dmitry Antipov <dmantipov@yandex.ru>
7302
7303 * startup.el (normal-top-level): Now use internal--top-level-message.
7304
7305 2014-08-26 Dmitry Antipov <dmantipov@yandex.ru>
7306
7307 * startup.el (normal-top-level): Use top-level-message.
7308
7309 2014-08-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
7310
7311 * net/shr.el (shr-copy-url): Encode copied URL to avoid getting
7312 URLs containing spaces and the like.
7313
7314 2014-08-25 Christoph Scholtes <cschol2112@gmail.com>
7315
7316 * subr.el (remq): Fix docstring (Bug#18253).
7317
7318 2014-08-25 Christoph Scholtes <cschol2112@gmail.com>
7319
7320 * replace.el (query-replace): Fix typo in docstring (Bug#18320).
7321
7322 2014-08-24 Alan Mackenzie <acm@muc.de>
7323
7324 Handle C++11's "auto" and "decltype" constructions.
7325 * progmodes/cc-engine.el (c-forward-type): Enhance to recognise
7326 and return 'decltype.
7327 (c-forward-decl-or-cast-1): New let variables backup-kwd-sym,
7328 prev-kwd-sym, new-style-auto. Enhance to handle the new "auto"
7329 keyword.
7330 * progmodes/cc-fonts.el (c-font-lock-declarations): Handle the
7331 "decltype" keyword.
7332 (c-font-lock-c++-new): Handle "decltype" constructions.
7333 * progmodes/cc-langs.el (c-auto-ops, c-auto-ops-re):
7334 New c-lang-defconsts/defvars.
7335 (c-haskell-op, c-haskell-op-re): New c-lang-defconsts/defvars.
7336 (c-typeof-kwds, c-typeof-key): New c-lang-defconsts/defvars.
7337 (c-typeless-decl-kwds): Append "auto" onto the C++ value.
7338 (c-not-decl-init-keywords): Also exclude c-typeof-kwds from value.
7339
7340 Make ">>" act as double template ender in C++ Mode. (Bug#11386)
7341 * progmodes/cc-langs.el (c->-op-cont-tokens): New lang-const split
7342 off from c->-op-cont-re.
7343 (c->-op-cont-tokens): Change to use the above.
7344 (c->-op-without->-cont-regexp): New lang-const.
7345 * progmodes/cc-engine.el (c-forward-<>-arglist-recur):
7346 Use c->-op-without->-cont-regexp in place of c->-op-cont-tokens.
7347
7348
7349 2014-08-23 Alan Mackenzie <acm@muc.de>
7350
7351 * progmodes/cc-fonts.el (c-font-lock-declarators): Fix infinite
7352 loop, bug #18306. The bug was introduced on 2014-08-02.
7353
7354 2014-08-21 Eli Zaretskii <eliz@gnu.org>
7355
7356 * textmodes/texnfo-upd.el (texinfo-specific-section-type):
7357 Don't recognize a Top node if there are other sectioning commands
7358 earlier in the Texinfo file. This fixes a bug in
7359 texinfo-make-menu and avoids inflooping in
7360 texinfo-all-menus-update when they are invoked on texinfo.texi.
7361
7362 2014-08-21 Martin Rudalics <rudalics@gmx.at>
7363
7364 * window.el (window--side-window-p): New function.
7365 (split-window, window-splittable-p): Use window--side-window-p to
7366 determine whether WINDOW can be split (Bug#18304).
7367 * calendar/calendar.el (calendar-basic-setup): Fix one call of
7368 `window-splittable-p' and add another (Bug#18304).
7369
7370 2014-08-20 Sam Steingold <sds@gnu.org>
7371
7372 * progmodes/python.el (python-new-pythonpath): Extract from
7373 `python-shell-calculate-process-environment'.
7374
7375 2014-08-18 Thierry Volpiatto <thierry.volpiatto@gmail.com>
7376
7377 * emacs-lisp/eldoc.el (eldoc-highlight-function-argument): Add support
7378 for &key args (bug#18048).
7379
7380 2014-08-18 Stefan Monnier <monnier@iro.umontreal.ca>
7381
7382 * emacs-lisp/eldoc.el (eldoc-argument-case): Obsolete and change default.
7383 (eldoc-function-argstring-format): Remove.
7384 (eldoc-function-argstring): Always return upcase args.
7385 Use help-make-usage. Don't add parens.
7386 (eldoc-get-fnsym-args-string): Don't obey eldoc-argument-case since
7387 it's too late to do it right (bug#18048).
7388
7389 2014-08-18 Eli Zaretskii <eliz@gnu.org>
7390
7391 * scroll-bar.el (scroll-bar-horizontal-drag-1)
7392 (scroll-bar-toolkit-horizontal-scroll): When determining the
7393 paragraph direction, use the buffer of the window designated in
7394 the event.
7395
7396 2014-08-16 Andreas Schwab <schwab@linux-m68k.org>
7397
7398 * vc/diff-mode.el (diff-fixup-modifs): Handle empty line in
7399 context of unified diff.
7400
7401 2014-08-16 Paul Eggert <eggert@cs.ucla.edu>
7402
7403 Add dependencies to fix loaddefs race during parallel builds.
7404 Without this, for example, 'make -j bootstrap' can fail and report
7405 "Opening input file: no such file or directory,
7406 .../lisp/calendar/diary-loaddefs.el ... recipe for target
7407 'calendar/hol-loaddefs.el' failed", where the hol-loaddefs.el rule
7408 got confused because diary-loaddefs.el was being built in parallel.
7409 * Makefile.in ($(CAL_DIR)/diary-loaddefs.el):
7410 Depend on $(CAL_DIR)/cal-loaddefs.el.
7411 ($(CAL_DIR)/hol-loaddefs.el): Depend on $(CAL_DIR)/diary-loaddefs.el.
7412
7413 2014-08-16 Martin Rudalics <rudalics@gmx.at>
7414
7415 * scroll-bar.el (scroll-bar-horizontal-drag-1): Use cdr of
7416 portion-whole for scrolling right-to-left text.
7417
7418 2014-08-15 Leo Liu <sdl.web@gmail.com>
7419
7420 * speedbar.el (speedbar-generic-list-tag-p): Allow special
7421 elements from imenu.
7422
7423 2014-08-15 Glenn Morris <rgm@gnu.org>
7424
7425 * subr.el (with-output-to-temp-buffer): Doc fix; from elisp manual.
7426
7427 2014-08-13 Jan Nieuwenhuizen <janneke@gnu.org>
7428
7429 * progmodes/compile.el (compilation-error-regexp-alist-alist):
7430 Add Guile regexpses.
7431
7432 2014-08-13 Jan Nieuwenhuizen <janneke@gnu.org>
7433
7434 * progmodes/gud.el (guiler): New function. Starts the Guile REPL;
7435 add Guile debugger support for GUD.
7436
7437 2014-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
7438
7439 * obsolete/mouse-sel.el (mouse-sel-mode): Use add/remove-function.
7440 (mouse-sel--ignore): New function.
7441 (mouse-sel-has-been-enabled, mouse-sel-original-bindings)
7442 (mouse-sel-original-interprogram-cut-function)
7443 (mouse-sel-original-interprogram-paste-function): Remove.
7444
7445 2014-08-13 Eric S. Raymond <esr@thyrsus.com>
7446
7447 * vc/vc-git.el (vc-git-resolve-when-done): New function.
7448 Call "git add" when there are no longer conflict markers.
7449
7450 2014-08-13 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
7451
7452 * vc/vc-git.el (vc-git-find-file-hook): New function.
7453 Adds support for calling smerge (and resolve) on a conflicted file.
7454 (vc-git-conflicted-files): New function.
7455 Useful in itself and a step towards better smerge support.
7456
7457 2014-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
7458
7459 * mpc.el (mpc-reorder): Don't bother splitting the "active" elements
7460 to the first part if they're the same as the selection.
7461
7462 2014-08-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
7463
7464 * image-mode.el (image-transform-reset): New command and menu item.
7465 (image-mode-map): Rearrange the menu items to put presumably more
7466 obscure items at the end.
7467
7468 2014-08-12 Juri Linkov <juri@jurta.org>
7469
7470 * vc/vc-annotate.el (vc-annotate-background-mode):
7471 Use `with-demoted-errors' instead of `ignore-errors'. (Bug#18189)
7472
7473 2014-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
7474
7475 * files.el (out-of-memory-warning-percentage): Turn it off by default.
7476
7477 2014-08-11 Sam Steingold <sds@gnu.org>
7478
7479 * textmodes/sgml-mode.el (sgml-validate-command): Set depending on
7480 the presence of known validators (tidy, (o)nsgmls).
7481
7482 2014-08-11 Ulf Jasper <ulf.jasper@web.de>
7483
7484 Newsticker: introduce `newsticker-treeview-date-format'. (Bug#17227)
7485 * net/newst-treeview.el (newsticker-treeview-date-format): New.
7486 (newsticker--treeview-list-add-item):
7487 Use `newsticker-treeview-date-format'.
7488
7489 2014-08-11 Glenn Morris <rgm@gnu.org>
7490
7491 * files.el (basic-save-buffer-2): Revert 2013-01-31 change, which
7492 chose coding system for writing before backing up, since it causes
7493 a more serious problem than the one it solves. (Closes Bug#18141,
7494 reopens Bug#13522.)
7495
7496 2014-08-11 Martin Rudalics <rudalics@gmx.at>
7497
7498 * window.el (window-total-size): Make doc-string more self-contained.
7499
7500 * window.el (display-buffer-below-selected): Restore original
7501 behavior if buffer is already displayed in the window below the
7502 selected one (Bug#18181).
7503
7504 2014-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
7505
7506 * mouse.el (mouse--down-1-maybe-follows-link): Don't convert the down
7507 event (bug#18212).
7508
7509 2014-08-11 Eli Zaretskii <eliz@gnu.org>
7510
7511 * info.el (info): Doc fix.
7512
7513 2014-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
7514
7515 * info.el (Info-mode-map): Override a global down-mouse-2 binding
7516 (bug#18212).
7517
7518 2014-08-11 Eli Zaretskii <eliz@gnu.org>
7519
7520 * simple.el (default-line-height): A floating-point value of
7521 line-spacing means a fraction of the default frame font's height,
7522 not of the font currently used by the 'default' face.
7523 Truncate the pixel value, like the display engine does.
7524 (window-screen-lines): Use window-inside-pixel-edges for
7525 determining the window height in pixels. (Bug#18195)
7526
7527 2014-08-11 Grégoire Jadi <daimrod@gmail.com>
7528
7529 * leim/quail/latin-post.el: Transform " __" into " _". (Bug#18023)
7530
7531 2014-08-10 Ulf Jasper <ulf.jasper@web.de>
7532
7533 Enumerate evaluated sexp diary entries (Bug#7911).
7534 * calendar/icalendar.el (icalendar-export-sexp-enumerate-all)
7535 (icalendar-export-sexp-enumeration-days): New.
7536 (icalendar-export-region): Now `icalendar--convert-to-ical'
7537 returns a cons cell or a list of cons cells.
7538 (icalendar--convert-to-ical): Take care of
7539 `icalendar-export-sexp-enumerate-all'. Return (a list of) cons cells.
7540 (icalendar--convert-ordinary-to-ical)
7541 (icalendar--convert-weekly-to-ical, icalendar--convert-yearly-to-ical)
7542 (icalendar--convert-block-to-ical, icalendar--convert-block-to-ical)
7543 (icalendar--convert-float-to-ical, icalendar--convert-cyclic-to-ical)
7544 (icalendar--convert-anniversary-to-ical): Return cons cell.
7545 (icalendar--convert-sexp-to-ical): Enumerate evaluated sexp
7546 entries. Return (list of) cons cells.
7547
7548 2014-08-09 Juri Linkov <juri@jurta.org>
7549
7550 * vc/vc-annotate.el (vc-annotate-background-mode): Add :set
7551 to reevaluate `vc-annotate-color-map'. (Bug#18189)
7552
7553 2014-08-09 Alan Mackenzie <acm@muc.de>
7554
7555 * progmodes/cc-fonts.el (c-font-lock-declarators): Remove check
7556 for top-level that can cause unacceptable slow-down in scrolling.
7557 See email Subject: Huge {...} blocks in C/C++ again, from Dmitry
7558 Antipov from 2013-10-14 in emacs-devel.
7559
7560 2014-08-08 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
7561
7562 * ibuffer.el (ibuffer-mode-map): Use toggle button for
7563 `ibuffer-auto-mode' menu entry.
7564 (ibuffer-mode-hook): Add `ibuffer-auto-mode' customization option.
7565
7566 2014-08-08 Matthias Meulien <orontee@gmail.com>
7567
7568 * progmodes/prog-mode.el (prog-mode-hook): Make customizable.
7569 (Bug#16394)
7570
7571 2014-08-07 Martin Rudalics <rudalics@gmx.at>
7572
7573 * window.el (window--min-size-1): Explicitly set WINDOW arg in
7574 calls of window-min-pixel-height and window-min-pixel-width.
7575
7576 2014-08-07 Reuben Thomas <rrt@sc3d.org>
7577
7578 * progmodes/ada-mode.el:
7579 * net/tramp.el (tramp-handle-file-symlink-p):
7580 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Remove a comment
7581 about VMS, which we no longer support.
7582 * progmodes/ada-xref.el (ada-xref-current): Remove mention of VMS,
7583 and fix a FIXME, using convert-standard-filename in place of
7584 removed ada-convert-file-name.
7585
7586 2014-08-07 Eli Zaretskii <eliz@gnu.org>
7587
7588 * files.el (auto-mode-alist): Remove support for VMS from a pattern.
7589
7590 2014-08-07 Reuben Thomas <rrt@sc3d.org>
7591
7592 Refer to MS-DOS using the same name everywhere.
7593 * arc-mode.el, files.el, frame.el: ``MS-DOG'', ``MSDOG'' and
7594 ``msdog'' become ``MS-DOS''.
7595
7596 2014-08-07 Michael Albinus <michael.albinus@gmx.de>
7597
7598 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
7599 Use cached "remote-copy-args" value, if available. (Bug#18199)
7600
7601 2014-08-07 Leo Liu <sdl.web@gmail.com>
7602
7603 * help.el (temp-buffer-setup-hook,temp-buffer-show-hook):
7604 Revert change on 2014-03-22.
7605
7606 2014-08-06 Ulf Jasper <ulf.jasper@web.de>
7607
7608 * calendar/icalendar.el (icalendar--diarytime-to-isotime)
7609 (icalendar--convert-ordinary-to-ical): Allow for missing minutes
7610 (Bug#13750).
7611
7612
7613 2014-08-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
7614
7615 * image-mode.el (image-toggle-display-image): Always rescale images
7616 to not be bigger than the current window.
7617
7618 2014-08-05 Eric Brown <brown@fastmail.fm> (tiny change)
7619
7620 * net/eww.el (eww-bookmarks-directory): New variable.
7621 (eww-write-bookmarks): Use it.
7622 (eww-read-bookmarks): Ditto.
7623
7624 2014-08-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
7625
7626 * net/shr.el (shr-copy-url): Also copy the image URL.
7627
7628 2014-08-05 Michael Albinus <michael.albinus@gmx.de>
7629
7630 * net/tramp-cache.el (tramp-flush-file-function): Suppress function
7631 also for Tramp working buffers.
7632
7633 2014-08-04 Fabián Ezequiel Gallina <fgallina@gnu.org>
7634
7635 * progmodes/python.el: Fix completions inside (i)pdb.
7636 (python-shell-completion-pdb-string-code): Make obsolete.
7637 (python-shell-completion-get-completions):
7638 Use python-shell-completion-string-code resending setup code
7639 continuously for (i)pdb.
7640
7641 2014-08-04 Paul Eggert <eggert@cs.ucla.edu>
7642
7643 * rect.el (rectangle--default-line-number-format): Rename
7644 from misspelled rectange--default-line-number-format (Bug#18045).
7645 All uses changed.
7646
7647 2014-08-03 Paul Eggert <eggert@cs.ucla.edu>
7648
7649 Don't mishandle year-9999 dates (Bug#18176).
7650 * calendar/parse-time.el (parse-time-rules):
7651 Allow years up to most-positive-fixnum.
7652 * calendar/time-date.el (date-to-time):
7653 Pass "Specified time is not representable" errors through.
7654
7655 2014-08-02 Fabián Ezequiel Gallina <fgallina@gnu.org>
7656
7657 * progmodes/python.el: Completion code cleanups.
7658 (python-shell-completion-get-completions): Detect and send import
7659 statements directly to completion function.
7660 (python-shell-completion-at-point): Simplify prompt calculation
7661 and import vs input completion logic.
7662
7663 2014-08-02 Alan Mackenzie <acm@muc.de>
7664
7665 Fix confusion in C++ file caused by comma in "= {1,2},".
7666 Bug #17756.
7667 * progmodes/cc-engine.el (c-beginning-of-statement-1): In checking
7668 for a statement boundary marked by "}", check there's no "="
7669 before the "{".
7670 (c-guess-basic-syntax CASE 9B): Call c-beginning-of-statement with
7671 non-nil `comma-delim' argument.
7672 * progmodes/cc-fonts.el (c-font-lock-declarators): Parse an
7673 initializer expression more accurately.
7674
7675 Correct loop termination condition in c-syntactic-skip-backward.
7676 * progmodes/cc-engine.el (c-syntactic-skip-backward): Correct for
7677 the situation where, after moving back out of a literal,
7678 skip-chars-backward doesn't move further, yet checks have still to
7679 be done.
7680
7681 2014-08-01 Eli Zaretskii <eliz@gnu.org>
7682
7683 * tutorial.el (tutorial--display-changes): Accept punctuation
7684 characters before the key binding. (Bug#18146)
7685
7686 2014-07-31 Fabián Ezequiel Gallina <fgallina@gnu.org>
7687
7688 * progmodes/python.el: Shell output capture enhancements.
7689 (python-shell-accept-process-output): New function.
7690 (inferior-python-mode)
7691 (python-shell-send-setup-code): Use it.
7692
7693 2014-07-30 Christophe Deleuze <christophe.deleuze@free.fr> (tiny change)
7694
7695 * calendar/icalendar.el (icalendar--decode-isodatetime):
7696 Use actual current-time-zone when converting to local time. (Bug#15408)
7697
7698 2014-07-29 Martin Rudalics <rudalics@gmx.at>
7699
7700 * window.el (window--state-put-2): Handle horizontal scroll
7701 bars, if present.
7702
7703 2014-07-29 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
7704
7705 * menu-bar.el (menu-bar-update-buffers): Update item list format
7706 in `buffers-menu' to confirm with changes to `get_keyelt'
7707 (r117463). (Bug#18016)
7708
7709 2014-07-28 Fabián Ezequiel Gallina <fgallina@gnu.org>
7710
7711 * progmodes/python.el (inferior-python-mode): Make input prompts
7712 read-only.
7713
7714 2014-07-28 Emilio C. Lopes <eclig@gmx.net>
7715
7716 * net/tramp-sh.el (tramp-get-remote-python): Also search for
7717 executables named "python2" or "python3".
7718 (tramp-get-remote-uid-with-python): Use parentheses around
7719 arguments to `print' to make it compatible with Python 3.
7720 (tramp-get-remote-gid-with-python): Ditto. (Bug#18118)
7721
7722 2014-07-28 Eli Zaretskii <eliz@gnu.org>
7723
7724 * window.el (window--pixel-to-total): Use FRAME's root window, not
7725 that of the selected frame. (Bug#18112, Bug#16674)
7726
7727 2014-07-28 Andreas Schwab <schwab@linux-m68k.org>
7728
7729 * textmodes/tex-mode.el (tex-font-lock-verb): Doc fix.
7730 (Bug#18117)
7731
7732 2014-07-28 Fabián Ezequiel Gallina <fgallina@gnu.org>
7733
7734 * progmodes/python.el (inferior-python-mode): Doc fix.
7735
7736 2014-07-28 Stephen Berman <stephen.berman@gmx.net>
7737
7738 * calendar/todo-mode.el (todo-edit-item--next-key): If next key is
7739 not a character, ignore it instead of raising an error.
7740
7741 * calendar/todo-mode.el: Fix handling of marked items and make
7742 minor code improvements.
7743 (todo-edit-item): If there are marked items, ensure user can only
7744 invoke editing commands that work with marked items.
7745 (todo-edit-item--text): When there are marked items, make it a
7746 noop if invoked with point not on an item; otherwise, ensure it
7747 applies only to item at point.
7748 (todo-item-undone): If there are marked not-done items, return
7749 point to its original position before signaling user error.
7750 (todo--user-error-if-marked-done-item): New function.
7751 (todo-edit-item--header, todo-edit-item--diary-inclusion)
7752 (todo-item-done): Use it.
7753
7754 2014-07-28 Glenn Morris <rgm@gnu.org>
7755
7756 * files.el (toggle-read-only): Re-add basic doc-string.
7757 * vc/vc-hooks.el (vc-toggle-read-only): Tweak obsolescence mesage.
7758
7759 * progmodes/prolog.el (prolog-mode-keybindings-edit):
7760 Replace missing `switch-to-prolog' with `run-prolog'.
7761 (switch-to-prolog): Define as (obsolete) alias, as in 23.4.
7762
7763 2014-07-28 Stephen Berman <stephen.berman@gmx.net>
7764
7765 * calendar/todo-mode.el (todo-set-top-priorities): Fix overwriting
7766 of file-wide setting when changing category-wide setting.
7767
7768 2014-07-28 Stephen Berman <stephen.berman@gmx.net>
7769
7770 * doc-view.el (doc-view-open-text): Don't require that the
7771 document is saved in a file (e.g., email attachment).
7772
7773 2014-07-28 Fabián Ezequiel Gallina <fgallina@gnu.org>
7774
7775 Parse completion input in a iPython friendly way. (Bug#18084)
7776 * progmodes/python.el
7777 (python-shell-completion-at-point): Rename from
7778 python-shell-completion-complete-at-point.
7779 (inferior-python-mode): Use it.
7780 (python-completion-at-point): Rename from
7781 python-completion-complete-at-point. Parse input up to first
7782 backward occurrence of whitespace, open-paren, close-paren or
7783 string delimiter.
7784 (python-mode): Use it.
7785
7786 2014-07-28 Fabián Ezequiel Gallina <fgallina@gnu.org>
7787
7788 * progmodes/python.el
7789 (python-shell-with-shell-buffer): New macro.
7790 (python-shell-font-lock-get-or-create-buffer)
7791 (python-shell-font-lock-kill-buffer)
7792 (python-shell-font-lock-with-font-lock-buffer)
7793 (python-shell-font-lock-cleanup-buffer)
7794 (python-shell-font-lock-toggle): Use it.
7795 (python-shell-font-lock-turn-on)
7796 (python-shell-font-lock-turn-off): Use it. Make command.
7797
7798 2014-07-28 Fabián Ezequiel Gallina <fgallina@gnu.org>
7799
7800 Grab all Python process output before inferior-python-mode hooks.
7801 * progmodes/python.el (inferior-python-mode):
7802 Call accept-process-output and sit-for to ensure all output for process
7803 has been received before running hooks.
7804 (python-shell-internal-get-or-create-process):
7805 Cleanup accept-process-output and sit-for calls.
7806
7807 2014-07-28 Fabián Ezequiel Gallina <fgallina@gnu.org>
7808
7809 More robust shell startup and code setup.
7810 * progmodes/python.el (python-shell-make-comint):
7811 Remove accept-process-output call.
7812 (python-shell-get-buffer): Return current buffer if major-mode is
7813 inferior-python-mode.
7814 (python-shell-get-or-create-process): Use it.
7815 (python-shell-send-setup-code): Send all setup code in one string,
7816 output success message and accept-process-output.
7817
7818 2014-07-27 Eli Zaretskii <eliz@gnu.org>
7819
7820 * scroll-bar.el (scroll-bar-toolkit-horizontal-scroll):
7821 Add rudimentary support for bidirectional text.
7822
7823 2014-07-27 Martin Rudalics <rudalics@gmx.at>
7824
7825 * frame.el (frame-notice-user-settings): Rewrite using
7826 frame-initial-frame-tool-bar-height.
7827 * menu-bar.el (menu-bar-horizontal-scroll-bar)
7828 (menu-bar-no-horizontal-scroll-bar): New functions.
7829 (menu-bar-showhide-scroll-bar-menu): Add bindings for horizontal
7830 scroll bars.
7831 * scroll-bar.el (scroll-bar-lines)
7832 (set-horizontal-scroll-bar-mode)
7833 (get-horizontal-scroll-bar-mode, horizontal-scroll-bar-mode)
7834 (scroll-bar-horizontal-drag-1, scroll-bar-horizontal-drag)
7835 (scroll-bar-toolkit-horizontal-scroll): New functions.
7836 (horizontal-scroll-bar-mode)
7837 (previous-horizontal-scroll-bar-mode)
7838 (horizontal-scroll-bar-mode-explicit): New variables.
7839 (horizontal-scroll-bar-mode): New option.
7840 (toggle-horizontal-scroll-bar): Do something.
7841 (top-level): Bind horizontal-scroll-bar mouse-1.
7842 * startup.el (tool-bar-originally-present): Remove variable.
7843 (command-line): Don't set tool-bar-originally-present.
7844 * window.el (window-min-height): Update doc-string.
7845 (window--dump-frame): Dump horizontal scroll bar values.
7846 (window--min-size-1): Handle minibuffer window separately.
7847 Count in margins and horizontal scroll bar. Return safe value
7848 iff IGNORE equals 'safe.
7849 (frame-windows-min-size): New function (used by frame resizing
7850 routines).
7851 (fit-frame-to-buffer, fit-window-to-buffer): Count in horizontal
7852 scroll bars.
7853 (window--sanitize-window-sizes): New function.
7854 (window-split-min-size): Remove.
7855 (split-window): Count divider-width. Don't use
7856 `window-split-min-size' any more. Reword error messages.
7857 Sanitize windows sizes after splitting.
7858
7859 2014-07-27 Thien-Thi Nguyen <ttn@gnu.org>
7860
7861 Use `defvar-local' more.
7862 * progmodes/hideshow.el
7863 (hs-c-start-regexp, hs-block-start-regexp)
7864 (hs-block-start-mdata-select, hs-block-end-regexp)
7865 (hs-forward-sexp-func, hs-adjust-block-beginning): ...here;
7866 remove corresponding `make-variable-buffer-local' top-level calls.
7867
7868 2014-07-27 Fabián Ezequiel Gallina <fgallina@gnu.org>
7869
7870 Cleanup error signals. (Bug#18067)
7871 * progmodes/python.el
7872 (python-indent-shift-left): Use user-error instead.
7873 (python-shell-prompt-detect): Use lwarn with python group.
7874 (python-completion-complete-at-point)
7875 (python-eldoc--get-doc-at-point): Don't signal error.
7876
7877 2014-07-27 Fabián Ezequiel Gallina <fgallina@gnu.org>
7878
7879 Support for packages in Python shell. (Bug#13570)
7880 * progmodes/python.el (python-shell--package-depth): New var.
7881 (python-shell-package-enable): New command.
7882 (python-util-list-directories, python-util-list-files)
7883 (python-util-list-packages): New functions.
7884
7885 2014-07-27 Fabián Ezequiel Gallina <fgallina@gnu.org>
7886
7887 Faster comint output. (Bug#16875)
7888 * progmodes/python.el:
7889 (python-comint-output-filter-function): Make obsolete.
7890 (python-comint-postoutput-scroll-to-bottom): New function.
7891 (inferior-python-mode): Set comint-output-filter-functions to a
7892 minimum.
7893
7894 2014-07-27 Fabián Ezequiel Gallina <fgallina@gnu.org>
7895
7896 * progmodes/python.el (python-shell-font-lock-post-command-hook):
7897 Safeguard current point and undo history.
7898
7899 2014-07-26 Fabián Ezequiel Gallina <fgallina@gnu.org>
7900
7901 Robust shell syntax highlighting. (Bug#18084, Bug#16875)
7902 * progmodes/python.el:
7903 (python-shell-prompt-input-regexps): Add iPython block prompt.
7904 (python-shell-output-syntax-table): Delete var.
7905 (python-shell-font-lock-with-font-lock-buffer): New macro.
7906 (python-shell-font-lock-get-or-create-buffer)
7907 (python-shell-font-lock-kill-buffer)
7908 (python-shell-font-lock-cleanup-buffer)
7909 (python-shell-font-lock-post-command-hook)
7910 (python-shell-font-lock-turn-off): New functions.
7911 (python-shell-font-lock-turn-on): New function.
7912 (inferior-python-mode): Use it.
7913 (python-shell-font-lock-toggle): New command.
7914 (python-shell-font-lock-enable): Rename from
7915 python-shell-enable-font-lock.
7916 (run-python-internal): Use it.
7917 (python-shell-font-lock-comint-output-filter-function): New function.
7918 (python-shell-comint-end-of-output-p): New function.
7919 (python-shell-output-filter): Use it.
7920 (python-util-comint-last-prompt): New function.
7921 (python-util-text-properties-replace-name): New function.
7922
7923 2014-07-25 Glenn Morris <rgm@gnu.org>
7924
7925 * vc/ediff-init.el (ediff-toggle-read-only-function):
7926 * vc/ediff-util.el (ediff-toggle-read-only):
7927 Replace obsolete toggle-read-only with read-only-mode.
7928
7929 2014-07-24 Michael Albinus <michael.albinus@gmx.de>
7930
7931 * net/tramp-cache.el (tramp-flush-file-function): Wrap the code
7932 with `save-match-data'. (Bug#18095)
7933
7934 2014-07-21 Vincent Belaïche <vincentb1@users.sourceforge.net>
7935
7936 * ses.el (ses-truncate-cell): Use cl-progv instead of eval in
7937 order to ensure that row and col are lexically bound inside the
7938 evaluated sexp.
7939
7940 2014-07-21 Glenn Morris <rgm@gnu.org>
7941
7942 * progmodes/hideif.el (hide-ifdef-mode-submap):
7943 Also substitute read-only-mode.
7944 * bindings.el (mode-line-toggle-read-only):
7945 * bs.el (bs-toggle-readonly):
7946 * buff-menu.el (Buffer-menu-toggle-read-only):
7947 * dired.el (dired-toggle-read-only):
7948 * files.el (view-read-only, find-file-read-only)
7949 (find-file-read-only-other-window)
7950 (find-file-read-only-other-frame):
7951 * progmodes/hideif.el (hide-ifdef-toggle-outside-read-only):
7952 Doc fixes re toggle-read-only.
7953
7954 2014-07-21 Fabián Ezequiel Gallina <fgallina@gnu.org>
7955
7956 * progmodes/python.el: Add comment about pipe buffering and
7957 solutions for missing/delayed output in inferior Python shells.
7958 (Bug#17304)
7959
7960 * progmodes/python.el (python-mode): Don't set
7961 mode-require-final-newline. (Bug#17990)
7962
7963 Make python.el work with IPython automatically. (Bug#15510)
7964 * progmodes/python.el:
7965 (python-shell-completion-setup-code): New value supporting iPython.
7966 (python-shell-completion-string-code): New value supporting iPython.
7967 (python-shell-completion-get-completions): Use them.
7968 (python-shell-completion-module-string-code): Make obsolete.
7969 (python-shell-prompt-input-regexps)
7970 (python-shell-prompt-output-regexps): Add safeguard for ipdb.
7971 (python-shell-output-filter): Fix comment typo.
7972
7973 Fix Python shell prompts detection for remote hosts.
7974 * progmodes/python.el (python-shell-prompt-detect):
7975 Replace call-process with process-file and make it more robust.
7976
7977 Autodetect Python shell prompts. (Bug#17370)
7978 * progmodes/python.el:
7979 (python-shell-interpreter-interactive-arg)
7980 (python-shell-prompt-detect-enabled)
7981 (python-shell-prompt-detect-failure-warning)
7982 (python-shell-prompt-input-regexps)
7983 (python-shell-prompt-output-regexps): New vars.
7984 (python-shell-prompt-calculated-input-regexp)
7985 (python-shell-prompt-calculated-output-regexp): New vars.
7986 (python-shell-get-process-name)
7987 (python-shell-internal-get-process-name)
7988 (python-shell-output-filter)
7989 (python-shell-completion-get-completions): Use them.
7990 (python-shell-prompt-detect)
7991 (python-shell-prompt-validate-regexps): New functions.
7992 (python-shell-prompt-set-calculated-regexps): New function.
7993 (inferior-python-mode): Use it. Also honor overriden
7994 python-shell-interpreter and python-shell-interpreter-args.
7995 (python-shell-make-comint): Honor overriden
7996 python-shell-interpreter and python-shell-interpreter-args.
7997 (python-shell-get-or-create-process): Make it testable by allowing
7998 to call run-python non-interactively.
7999 (python-util-valid-regexp-p): New function.
8000 (python-shell-prompt-regexp, python-shell-prompt-block-regexp)
8001 (python-shell-prompt-output-regexp)
8002 (python-shell-prompt-pdb-regexp): Use it as defcustom :safe.
8003
8004 2014-07-21 Stefan Monnier <monnier@iro.umontreal.ca>
8005
8006 * emacs-lisp/smie.el (smie-config--guess-1): Split from
8007 smie-config--guess.
8008 (smie-config--guess): Use it.
8009
8010 * emacs-lisp/edebug.el: Use nadvice.
8011 (edebug-original-read): Remove.
8012 (edebug--read): Rename from edebug-read and add `orig' arg.
8013 (edebug-uninstall-read-eval-functions)
8014 (edebug-install-read-eval-functions): Use nadvice.
8015 (edebug-read-sexp, edebug-read-storing-offsets, edebug-read-symbol)
8016 (edebug-read-and-maybe-wrap-form1, edebug-instrument-callee)
8017 (edebug-read-string, edebug-read-function): Use just `read'.
8018 (edebug-original-debug-on-entry): Remove.
8019 (edebug--debug-on-entry): Rename from edebug-debug-on-entry and add
8020 `orig' arg.
8021 (debug-on-entry): Override with nadvice.
8022
8023 * mouse.el (tear-off-window): Rename from mouse-tear-off-window since
8024 it also makes sense to bind it to a non-mouse event.
8025
8026 * vc/vc-bzr.el (vc-bzr-shelve): Make it operate on fileset.
8027
8028 2014-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
8029
8030 * xt-mouse.el (xterm-mouse-event): Don't assume last-click is non-nil
8031 (bug#18015).
8032
8033 * rect.el (rectangle--string-preview): Don't assume there
8034 a non-nil default (bug#17984).
8035
8036 2014-07-16 Glenn Morris <rgm@gnu.org>
8037
8038 * desktop.el (after-init-hook): Disable startup frame restoration
8039 in non-graphical situations. (Bug#17693)
8040
8041 * vc/vc-dispatcher.el (vc-log-edit): Do set up the log buffer
8042 if it was "empty", or used for a different set of files. (Bug#17884)
8043
8044 2014-07-16 Eli Zaretskii <eliz@gnu.org>
8045
8046 * bindings.el (mode-line-remote): If default-directory is not a
8047 string, don't call file-remote-p on it; instead state in the
8048 help-echo that it is nil. (Bug#17986)
8049
8050 2014-07-14 Daniel Colascione <dancol@dancol.org>
8051
8052 * progmodes/cc-langs.el: Change comments from `cl-macroexpand-all'
8053 to `macroexpand-all'
8054
8055 * progmodes/cc-defs.el (c-lang-defconst-eval-immediately):
8056 Use `macroexpand-all' instead of `cl-macroexpand-all'.
8057
8058 2014-07-12 Paul Eggert <eggert@cs.ucla.edu>
8059
8060 Fix bug: C-x v v discarded existing log message (Bug#17884).
8061 * vc/vc-dispatcher.el (vc-log-edit):
8062 Don't clobber an already-existing log message.
8063
8064 2014-07-12 Glenn Morris <rgm@gnu.org>
8065
8066 * vc/log-edit.el (log-edit-changelog-entries):
8067 Check for a visited-but-never-saved ChangeLog.
8068
8069 2014-07-12 Stefan Monnier <monnier@iro.umontreal.ca>
8070
8071 * vc/log-edit.el (log-edit-changelog-entries): Don't both visiting
8072 a non-existing file (bug#17970).
8073
8074 * faces.el (face-name): Undo last change.
8075 (x-resolve-font-name): Don't call face-name (bug#17956).
8076
8077 2014-07-12 Fabián Ezequiel Gallina <fgallina@gnu.org>
8078
8079 Fix dedenters and electric colon handling. (Bug#15163)
8080 * progmodes/python.el
8081 (python-rx-constituents): Add dedenter and block-ender.
8082 (python-indent-dedenters, python-indent-block-enders): Delete.
8083 (python-indent-context): Return new case for dedenter-statement.
8084 (python-indent-calculate-indentation): Handle new case.
8085 (python-indent-calculate-levels): Fix levels calculation for
8086 dedenter statements.
8087 (python-indent-post-self-insert-function): Fix colon handling.
8088 (python-info-dedenter-opening-block-message): New function.
8089 (python-indent-line): Use it.
8090 (python-info-closing-block)
8091 (python-info-closing-block-message): Remove.
8092 (python-info-dedenter-opening-block-position)
8093 (python-info-dedenter-opening-block-positions)
8094 (python-info-dedenter-statement-p): New functions.
8095
8096 2014-07-11 Dmitry Antipov <dmantipov@yandex.ru>
8097
8098 * files.el (out-of-memory-warning-percentage): New defcustom.
8099 (warn-maybe-out-of-memory): Use it.
8100
8101 2014-07-11 Michael Albinus <michael.albinus@gmx.de>
8102
8103 * subr.el (read-passwd): Use `read-hide-char' if non-nil. Bind it
8104 when calling `read-string'. (Bug#17839)
8105
8106 2014-07-10 Eli Zaretskii <eliz@gnu.org>
8107
8108 * files.el (warn-maybe-out-of-memory): Fix the wording of the
8109 warning.
8110
8111 2014-07-10 Dmitry Antipov <dmantipov@yandex.ru>
8112
8113 * files.el (warn-maybe-out-of-memory): New function.
8114 (find-file-noselect): Use it.
8115
8116 2014-07-09 Sam Steingold <sds@gnu.org>
8117
8118 * progmodes/cperl-mode.el (cperl-block-p): Treat the perl keyword
8119 `constant' like `bless', `return' &c
8120
8121 2014-07-09 Stefan Monnier <monnier@iro.umontreal.ca>
8122
8123 * rect.el (apply-on-rectangle): Check forward-line really moved to the
8124 next line.
8125
8126 2014-07-09 Stefan Monnier <monnier@iro.umontreal.ca>
8127
8128 * progmodes/sh-script.el (sh-smie-sh-rules): Don't align with a && in
8129 the middle of a line (bug#17896).
8130
8131 2014-07-09 Juri Linkov <juri@jurta.org>
8132
8133 * startup.el (command-line): Append displaying the warning about
8134 the errors in the init file to the end of `after-init-hook'.
8135 (Bug#17927)
8136
8137 * faces.el (face-name): Return input arg `face' as-is
8138 when it's not a symbol.
8139 (x-resolve-font-name): Don't check if the face is a symbol.
8140 (Bug#17956)
8141
8142 * facemenu.el (list-colors-print): In help-echo format use %.2f
8143 instead of %d because now HSV values are floating-point components
8144 between 0.0 and 1.0.
8145
8146 2014-07-09 Glenn Morris <rgm@gnu.org>
8147
8148 * emulation/cua-rect.el (cua--activate-rectangle):
8149 Avoid setting cua--rectangle to nil. (Bug#17877)
8150
8151 2014-07-09 Stephen Berman <stephen.berman@gmx.net>
8152
8153 * calendar/todo-mode.el: Fix wrong-type-argument error when
8154 marking multiple consecutive items.
8155 (todo-toggle-mark-item): Don't try to mark the empty lines at the
8156 end of the todo and done items sections. Note in doc string that
8157 items marked by passing a numeric prefix argument can include the
8158 last todo and first done items.
8159 (todo-mark-category): Don't try to mark the empty line between the
8160 todo and done items sections.
8161
8162 2014-07-09 Stefan Monnier <monnier@iro.umontreal.ca>
8163
8164 * emacs-lisp/edebug.el (edebug-eval-defun): Print result using
8165 proper Lisp quoting (bug#17934).
8166
8167 * progmodes/ruby-mode.el (ruby-mode-variables): Don't meddle with
8168 require-final-newline since prog-mode already took care of it (bug#17947).
8169
8170 2014-07-09 Stephen Berman <stephen.berman@gmx.net>
8171
8172 * calendar/todo-mode.el: Fix two bugs. Shorten Commentary and
8173 refer to the Todo mode Info manual. Update the comment on
8174 requiring cl-lib.
8175 (todo-find-filtered-items-file): Add todo-prefix overlays.
8176 (todo-filter-items): Reorder a let-bound variable to avoid a
8177 wrong-type-argument error on canceling the file choice dialog.
8178
8179 2014-07-09 Stefan Monnier <monnier@iro.umontreal.ca>
8180
8181 * progmodes/octave.el (inferior-octave-mode):
8182 Set comint-input-ring-size to a number (bug#17912).
8183
8184 2014-07-09 Juri Linkov <juri@jurta.org>
8185
8186 * desktop.el (desktop-minor-mode-table): Add `defining-kbd-macro'
8187 and `isearch-mode' associated with nil. (Bug#17849)
8188
8189 2014-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
8190
8191 * linum.el (linum--face-height): New function (bug#17813).
8192 (linum-update-window): Use it to adjust margin to linum's width.
8193
8194 * leim/quail/sisheng.el (sisheng-list): Don't bother with-case-table.
8195 * eshell/em-smart.el (eshell-smart-scroll-window):
8196 Use with-selected-window.
8197
8198 * xt-mouse.el (xterm-mouse-translate-1): Intern drag event (bug#17894).
8199 Remove also pointless window&mark manipulation.
8200
8201 * progmodes/perl-mode.el: Use syntax-ppss; fix one indentation case.
8202 (perl-indent-line): Use syntax-ppss to detect we're in a doc-section.
8203 (perl-continuation-line-p): Don't skip over anything else than labels.
8204 Return the previous char.
8205 (perl-calculate-indent): Use syntax-ppss instead of parse-start
8206 and update callers accordingly. For continuation lines, check the
8207 the case of array hashes.
8208 (perl-backward-to-noncomment): Make it non-interactive.
8209 (perl-backward-to-start-of-continued-exp): Rewrite.
8210
8211 2014-07-08 Sam Steingold <sds@gnu.org>
8212
8213 * progmodes/inf-lisp.el (lisp-eval-paragraph, lisp-eval-form-and-next):
8214 New user commands.
8215
8216 2014-07-08 Juri Linkov <juri@jurta.org>
8217
8218 * vc/vc-annotate.el (vc-annotate-background-mode): New defcustom.
8219 (vc-annotate-color-map): Use less saturated colors (20%) for
8220 background-mode.
8221 (vc-annotate-very-old-color): Add default value for background-mode.
8222 (vc-annotate-background): Set default value to nil since now text on
8223 the default backgrounds should be legible in light and dark modes.
8224 (vc-annotate-lines): Use `vc-annotate-background-mode'. Doc fix.
8225 (Bug#17808)
8226
8227 2014-07-08 Juri Linkov <juri@jurta.org>
8228
8229 * simple.el (transpose-chars): Don't move point into read-only area.
8230 (Bug#17829)
8231
8232 2014-07-08 Juri Linkov <juri@jurta.org>
8233
8234 * window.el (with-displayed-buffer-window): New macro.
8235 (with-temp-buffer-window, with-current-buffer-window):
8236 Use `macroexp-let2' to evaluate and bind variables
8237 in the same order as macro arguments.
8238 (display-buffer--action-function-custom-type):
8239 Add `display-buffer-below-selected' and `display-buffer-at-bottom'.
8240
8241 * minibuffer.el (minibuffer-completion-help): Replace
8242 `with-output-to-temp-buffer' with `with-displayed-buffer-window'
8243 with actions that display *Completions* at-bottom when called
8244 from the minibuffer, or below-selected in a normal buffer.
8245 Associate `window-height' with `fit-window-to-buffer'.
8246 Let-bind `pop-up-windows' to nil.
8247
8248 * dired.el (dired-mark-pop-up): Use `with-displayed-buffer-window'
8249 instead of `with-current-buffer-window'. (Bug#17809)
8250
8251 2014-07-07 Luke Lee <luke.yx.lee@gmail.com>
8252
8253 * progmodes/hideif.el (hide-ifdef-env): Change to global.
8254 (hide-ifdef-env-backup): New variable.
8255 (hide-ifdef-expand-reinclusion-protection, hide-ifdef-header-regexp):
8256 New customizable variables.
8257 (hif-clear-all-ifdef-defined): New defun.
8258 (hif-merge-ifdef-region, hide-ifdef-region-internal, hide-ifdef-region)
8259 (hif-show-ifdef-region): Merge hidden regions to prevent continuous "...".
8260 (hif-tokenize): Fix for MS-DOS/Win EOL style.
8261 (hif-endif-to-ifdef, hif-make-range, hif-find-range, hif-possibly-hide):
8262 Fix bug to hide the correct #elif region(s).
8263 (hif-range-elif): New defun.
8264 (hif-recurse-level): New var.
8265 (hif-evaluate-region, hif-evaluate-macro): New defun.
8266 (hide-ifdef-guts): Prevent reinclusion protected C/C++ headers from
8267 fully hidden.
8268 (hide-ifdef-define, hide-ifdefs, hide-ifdef-block, show-ifdef-block):
8269 Better interaction.
8270
8271 2014-07-04 Michael Albinus <michael.albinus@gmx.de>
8272
8273 * net/dbus.el (dbus-peer-handler): New defun.
8274 (dbus-register-service): Register it. (Bug#17858)
8275 (dbus-managed-objects-handler): Fix docstring.
8276
8277 2014-07-04 Phil Sainty <psainty@orcon.net.nz>
8278
8279 * emacs-lisp/lisp.el (narrow-to-defun-include-comments): New var.
8280 (narrow-to-defun): New arg include-comments, defaulting to it
8281 (bug#16328).
8282
8283 2014-07-03 Stefan Monnier <monnier@iro.umontreal.ca>
8284
8285 * rect.el (rectangle--highlight-for-redisplay): Don't pass `orig' with
8286 different calling convention to rectangle--unhighlight-for-redisplay.
8287
8288 2014-07-03 Michael Albinus <michael.albinus@gmx.de>
8289
8290 * net/tramp.el (tramp-call-process): Handle error strings.
8291
8292 * net/tramp-adb.el (tramp-adb-sh-fix-ls-output): Use `bolp'.
8293
8294 * net/tramp-sh.el (tramp-sh-handle-set-visited-file-modtime)
8295 (tramp-sh-handle-verify-visited-file-modtime): Use `point-at-eol'.
8296
8297 * net/trampver.el: Update release number.
8298
8299 2014-07-03 Juri Linkov <juri@jurta.org>
8300
8301 * desktop.el (desktop-save): Rename arg `auto-save' to
8302 `only-if-changed'. Doc fix. (Bug#17873)
8303
8304 2014-07-03 Stefan Monnier <monnier@iro.umontreal.ca>
8305
8306 * mouse.el (mouse-yank-primary, mouse-yank-secondary):
8307 Use insert-for-yank (bug#17271).
8308
8309 2014-07-03 Leo Liu <sdl.web@gmail.com>
8310
8311 * emacs-lisp/pp.el (pp-eval-expression, pp-eval-last-sexp):
8312 Support lexical-binding.
8313
8314 2014-07-03 Stefan Monnier <monnier@iro.umontreal.ca>
8315
8316 * vc/log-edit.el (log-edit-goto-eoh): New function.
8317 (log-edit--match-first-line): Use it (bug#17861).
8318
8319 2014-07-03 Glenn Morris <rgm@gnu.org>
8320
8321 * vc/log-edit.el (log-edit-hook): Add missing :version.
8322
8323 2014-07-03 Fabián Ezequiel Gallina <fgallina@gnu.org>
8324
8325 * progmodes/python.el (python-indent-post-self-insert-function):
8326 Enhancements to electric indentation behavior inside
8327 parens. (Bug#17658)
8328
8329 2014-07-03 Stefan Monnier <monnier@iro.umontreal.ca>
8330
8331 * ps-def.el (ps-generate-postscript-with-faces1): Don't mess with
8332 buffer-invisibility-spec (bug#17867).
8333
8334 2014-07-03 Andreas Schwab <schwab@linux-m68k.org>
8335
8336 * vc/vc-git.el (vc-git-checkin): When operating on the whole tree
8337 pass "-a".
8338
8339 2014-07-03 Glenn Morris <rgm@gnu.org>
8340
8341 * cus-edit.el (help):
8342 * finder.el (finder-known-keywords):
8343 * help.el (help-for-help-internal):
8344 * vc/ediff-mult.el (ediff-meta-buffer-verbose-message)
8345 (ediff-redraw-registry-buffer):
8346 * vc/ediff-ptch.el (ediff-patch-file-internal):
8347 Doc fixes re "online" help. (Bug#17803)
8348
8349 * progmodes/idlwave.el (idlwave): Update url-link for custom group.
8350 (idlwave-mode): Doc URL update.
8351
8352 2014-07-01 Juri Linkov <juri@jurta.org>
8353
8354 * man.el: Display man pages immediately and use process-filter
8355 to format them asynchronously.
8356 (Man-width): Doc fix.
8357 (man): Doc fix.
8358 (Man-start-calling): Use `with-selected-window' to get
8359 `frame-width' and `window-width'.
8360 (Man-getpage-in-background): Call `Man-notify-when-ready'
8361 immediately after creating a new buffer. Call `Man-mode' and set
8362 `mode-line-process' in the created buffer. Set process-filter to
8363 `Man-bgproc-filter' in start-process branch. In call-process branch
8364 call either `Man-fontify-manpage' or `Man-cleanup-manpage'.
8365 Use `Man-start-calling' inside `with-current-buffer'.
8366 (Man-fontify-manpage): Don't print messages. Fix boundary condition.
8367 (Man-cleanup-manpage): Don't print messages.
8368 (Man-bgproc-filter): New function.
8369 (Man-bgproc-sentinel): Add `save-excursion' to keep point when
8370 user moved it during asynchronous formatting. Move calls of
8371 `Man-fontify-manpage' and `Man-cleanup-manpage' to
8372 `Man-bgproc-filter'. Move the call of `Man-mode' to
8373 `Man-getpage-in-background'. Use `quit-restore-window'
8374 instead of `kill-buffer'. Use `message' instead of `error'
8375 because errors are caught by process sentinel.
8376 (Man-mode): Move calls of `Man-build-page-list',
8377 `Man-strip-page-headers', `Man-unindent', `Man-goto-page' to
8378 `Man-bgproc-sentinel'. Doc fix. (Bug#2588, bug#5054, bug#9084, bug#17831)
8379
8380 * man.el (Man-bgproc-sentinel): Use `Man-page-from-arguments'
8381 for the message about the man page cleaned up.
8382
8383 2014-07-01 Mario Lang <mlang@delysid.org>
8384
8385 * net/gnutls.el (gnutls-negotiate): Prevent destructive modification of
8386 cosutomization option `gnutls-verify-error'.
8387
8388 2014-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
8389
8390 * simple.el (deactivate-mark, set-mark-command, handle-shift-selection):
8391 Don't keep transient-mark-mode buffer-local when not needed (bug#6316).
8392
8393 * xt-mouse.el (turn-on-xterm-mouse-tracking-on-terminal)
8394 (turn-off-xterm-mouse-tracking-on-terminal): Don't burp if the terminal
8395 is suspended (bug#17857).
8396
8397 2014-07-01 Michael Albinus <michael.albinus@gmx.de>
8398
8399 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell):
8400 Prefer utf-8 coding. (Bug#17859)
8401
8402 2014-06-30 Fabián Ezequiel Gallina <fgallina@gnu.org>
8403
8404 * emacs-lisp/subr-x.el (string-reverse): Define as obsolete alias
8405 for `reverse'.
8406
8407 2014-06-30 Glenn Morris <rgm@gnu.org>
8408
8409 * emacs-lisp/autoload.el (autoload-ensure-writable): New variable.
8410 (autoload-ensure-default-file): Maybe make existing output writable.
8411 * Makefile.in (AUTOGEN_VCS): Remove.
8412 (autoloads): Use autoload-ensure-writable rather than AUTOGEN_VCS.
8413
8414 2014-06-30 Fabián Ezequiel Gallina <fgallina@gnu.org>
8415
8416 * emacs-lisp/subr-x.el (string-reverse): Use `reverse'.
8417
8418 2014-06-30 Fabián Ezequiel Gallina <fgallina@gnu.org>
8419
8420 New if-let, when-let, thread-first and thread-last macros.
8421
8422 * emacs-lisp/subr-x.el
8423 (internal--listify, internal--check-binding)
8424 (internal--build-binding-value-form, internal--build-binding)
8425 (internal--build-bindings): New functions.
8426 (internal--thread-argument, thread-first, thread-last)
8427 (if-let, when-let): New macros.
8428
8429 2014-06-30 Grégoire Jadi <daimrod@gmail.com>
8430
8431 * net/rcirc.el (rcirc-buffer-process): Restore previous
8432 behaviour. (Bug#17772)
8433
8434 2014-06-29 Alan Mackenzie <acm@muc.de>
8435
8436 Don't call c-parse-state when c++-template-syntax-table is active.
8437 * progmodes/cc-engine.el (c-guess-continued-construct CASE G)
8438 (c-guess-basic-syntax CASE 5D.3): Rearrange so that
8439 c-syntactic-skip-backwards isn't called with the pertinent syntax table.
8440
8441 2014-06-28 Stephen Berman <stephen.berman@gmx.net>
8442
8443 * calendar/todo-mode.el (todo-set-top-priorities): Fix logic to
8444 account for file-wide setting of todo-top-priorities-overrides.
8445 Make code a bit cleaner.
8446
8447 2014-06-28 Glenn Morris <rgm@gnu.org>
8448
8449 * net/eww.el (eww-mode) <eww-current-title>: Make local. (Bug#17860)
8450
8451 2014-06-28 Stephen Berman <stephen.berman@gmx.net>
8452
8453 * calendar/todo-mode.el (todo-prefix-overlays): If there is no
8454 category-wide setting of todo-top-priorities-overrides, check for
8455 a file-wide setting and fontify accordingly.
8456
8457 2014-06-28 Glenn Morris <rgm@gnu.org>
8458
8459 * subr.el (read-passwd): Warn about batch mode. (Bug#17839)
8460
8461 2014-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
8462
8463 * progmodes/hideif.el: Use lexical-binding. Fix up cl-lib usage.
8464
8465 2014-06-28 K. Handa <handa@gnu.org>
8466
8467 Fix Bug#17739.
8468
8469 * composite.el: Setup composition-function-table for dotted circle.
8470 (compose-gstring-for-dotted-circle): New function.
8471
8472 * international/characters.el: Add category "^" to all
8473 non-spacing characters.
8474
8475 2014-06-28 Glenn Morris <rgm@gnu.org>
8476
8477 * Makefile.in (doit): Remove force rule.
8478 (custom-deps, finder-data, autoloads, update-subdirs)
8479 (compile-one-process): PHONY targets do not need force rules.
8480
8481 * Makefile.in (compile-main, compile, compile-always):
8482 No need to explicitly pass variables to ourself in recursive calls.
8483
8484 2014-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
8485
8486 * files.el (minibuffer-with-setup-hook): Evaluate the first arg eagerly.
8487
8488 2014-06-26 Glenn Morris <rgm@gnu.org>
8489
8490 * Makefile.in (update-authors): Update for moved authors.el.
8491
8492 2014-06-26 Leo Liu <sdl.web@gmail.com>
8493
8494 * skeleton.el (skeleton-end-hook): Default to nil and move the
8495 work to skeleton-insert. (Bug#17850)
8496
8497 2014-06-26 Dmitry Antipov <dmantipov@yandex.ru>
8498
8499 * calc/calc-alg.el (math-beforep):
8500 * progmodes/cc-guess.el (c-guess-view-reorder-offsets-alist-in-style):
8501 Simplify because string-lessp can accept symbols as args.
8502
8503 2014-06-26 Daiki Ueno <ueno@gnu.org>
8504
8505 * emacs-lisp/package.el (package--check-signature):
8506 If package-check-signature is allow-unsigned, don't signal error when
8507 we can't verify signature because of missing public key
8508 (bug#17625).
8509
8510 2014-06-26 Glenn Morris <rgm@gnu.org>
8511
8512 * emacs-lisp/cl-macs.el (help-add-fundoc-usage):
8513 Remove outdated declaration.
8514
8515 * emacs-lisp/authors.el (authors-valid-file-names)
8516 (authors-renamed-files-alist): Additions.
8517
8518 2014-06-26 Leo Liu <sdl.web@gmail.com>
8519
8520 * textmodes/picture.el (picture-set-tab-stops):
8521 * ruler-mode.el (ruler-mode-mouse-add-tab-stop)
8522 (ruler-mode-ruler): Fix to work with nil tab-stop-list.
8523
8524 * progmodes/asm-mode.el (asm-calculate-indentation):
8525 Use indent-next-tab-stop.
8526
8527 * indent.el (indent-accumulate-tab-stops): New function.
8528
8529 2014-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
8530
8531 * emacs-lisp/package.el (package-list-unsigned): New var (bug#17625).
8532 (package-desc-status): Obey it.
8533
8534 2014-06-26 Stephen Berman <stephen.berman@gmx.net>
8535
8536 * calendar/todo-mode.el: Fix two bugs.
8537 (todo-insert-item--basic): If user cancels item insertion to
8538 another category before setting priority, show original category
8539 whether it is in the same or a different file.
8540 (todo-set-item-priority): After selecting category, instead of
8541 moving point to top, which extends an active region, restore it.
8542
8543 2014-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
8544
8545 * help-fns.el (describe-function-1): Check file-name is a string before
8546 calling help-fns--autoloaded-p (bug#17564).
8547
8548 2014-06-26 Juri Linkov <juri@jurta.org>
8549
8550 * desktop.el (desktop-auto-save-enable)
8551 (desktop-auto-save-disable): New functions.
8552 (desktop-save-mode, desktop-auto-save-timeout): Use them.
8553 (desktop-read): Disable the autosave before loading the desktop,
8554 and enable afterwards. (Bug#17351)
8555
8556 2014-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
8557
8558 Fix some indentation problem with \; and pipes (bug#17842).
8559 * progmodes/sh-script.el (sh-mode-syntax-table): Set syntax of ;|&.
8560 (sh-smie--default-forward-token, sh-smie--default-backward-token):
8561 New functions.
8562 (sh-smie-sh-forward-token, sh-smie-sh-backward-token)
8563 (sh-smie-rc-forward-token, sh-smie-rc-backward-token): Use them.
8564 (sh-smie-sh-rules): Fix indentation of a pipe at BOL.
8565
8566 2014-06-26 Glenn Morris <rgm@gnu.org>
8567
8568 * emacs-lisp/find-func.el (find-function-C-source-directory):
8569 Use file-accessible-directory-p.
8570
8571 * ps-samp.el: Make it slightly less awful.
8572 (ps-rmail-mode-hook, ps-gnus-article-prepare-hook, ps-vm-mode-hook):
8573 (ps-gnus-summary-setup, ps-info-mode-hook): Use [print] key.
8574 Only set local values.
8575 (ps-article-subject, ps-article-author): Use standard functions
8576 like mail-fetch-field.
8577 (ps-info-file, ps-info-node): Use match-string.
8578 (ps-jts-ps-setup, ps-jack-setup): Remove, merging into...
8579 (ps-samp-ps-setup): ... new function.
8580
8581 * progmodes/idlw-shell.el (idlwave-shell-make-temp-file):
8582 Optimize away code unneeded on any modern Emacs.
8583
8584 * emacs-lisp/authors.el: Move to ../admin.
8585
8586 * emacs-lisp/ert.el (ert-summarize-tests-batch-and-exit): New.
8587
8588 2014-06-26 Luke Lee <luke.yx.lee@gmail.com>
8589
8590 * progmodes/hideif.el (hif-string-to-number): Fix return value bug.
8591 (hif-simple-token-only, hif-tokenize): Comment in detail mainly for
8592 performance enhancements.
8593 (hif-parse-if-exp): Rename to `hif-parse-exp'. Enhance for macro
8594 expansion.
8595 (hif-factor, hif-string-concatenation, intern-safe): Support string
8596 concatenation and argumented macro expansion.
8597 (hif-if-valid-identifier-p, hif-define-operator, hif-flatten)
8598 (hif-expand-token-list, hif-get-argument-list, hif-define-macro)
8599 (hif-delimit, hif-macro-supply-arguments, hif-invoke, hif-canonicalize)
8600 (hif-canonicalize-tokens, hif-place-macro-invocation)
8601 (hif-parse-macro-arglist): Mostly new functions for supporting
8602 argumented macro expansion.
8603 (hif-string-concatenation, hif-stringify, hif-token-concat)
8604 (hif-token-stringification, hif-token-concatenation):
8605 Stringification and concatenation.
8606 (hif-find-next-relevant): Fix comments.
8607 (hif-ifdef-to-endif, hif-looking-at-elif, hif-hide-line): Bug fix for
8608 some cases involving #elif.
8609 (hif-find-define, hif-add-new-defines): New functions for automatically
8610 scanning of defined symbols.
8611 (hide-ifdef-guts): Fix for defined symbol auto scanning.
8612 (hide-ifdef-undef): Fix behavior to match CPP.
8613
8614 2014-06-25 Glenn Morris <rgm@gnu.org>
8615
8616 * Makefile.in ($(lisp)/progmodes/cc-defs.elc)
8617 ($(lisp)/progmodes/cc-fonts.elc, $(lisp)/progmodes/cc-langs.elc)
8618 ($(lisp)/progmodes/cc-vars.elc): Drop hand-written deps on non-cc
8619 files. They are not relevant to the original issue (bug#1004),
8620 and cause unnecessary recompilation (bug#2151).
8621
8622 2014-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
8623
8624 * play/landmark.el: Use lexical-binding and avoid `intangible'.
8625 (landmark--last-pos): New var.
8626 (landmark--intangible-chars): New const.
8627 (landmark--intangible): New function.
8628 (landmark-mode, landmark-move): Use it.
8629 (landmark-mode): Remove properties.
8630 (landmark-plot-square, landmark-point-square, landmark-goto-xy)
8631 (landmark-cross-qtuple):
8632 Don't worry about `intangible' any more.
8633 (landmark-click, landmark-point-y): Same; and don't assume point-min==1.
8634 (landmark-init-display): Don't set `intangible' and `point-entered'.
8635 (square): Remove. Inline it instead.
8636 (landmark--distance): Rename from `distance'.
8637 (landmark-calc-distance-of-robot-from): Rename from
8638 calc-distance-of-robot-from.
8639 (landmark-calc-smell-internal): Rename from calc-smell-internal.
8640
8641 2014-06-25 Dmitry Antipov <dmantipov@yandex.ru>
8642
8643 * files.el (dir-locals-find-file, file-relative-name):
8644 * info.el (Info-complete-menu-item):
8645 * minibuffer.el (completion-table-subvert): Prefer string-prefix-p
8646 to compare-strings to avoid out-of-range errors.
8647 * subr.el (string-prefix-p): Adjust to match strict range
8648 checking in compare-strings.
8649
8650 2014-06-24 Leonard Randall <leonard.a.randall@gmail.com> (tiny change)
8651
8652 * textmodes/reftex-parse.el (reftex-using-biblatex-p): Make search
8653 for comment lines non-greedy and stopping at newlines to fix stack
8654 overflows with large files.
8655
8656 2014-06-24 Eli Barzilay <eli@barzilay.org>
8657
8658 * calculator.el (calculator-last-input): Drop 'ascii-character property
8659 lookup.
8660
8661 2014-06-24 Leo Liu <sdl.web@gmail.com>
8662
8663 * align.el (align-adjust-col-for-rule): Unbreak due to defaulting
8664 tab-stop-list to nil. (Bug#16381)
8665
8666 * indent.el (indent-next-tab-stop): Rename from indent--next-tab-stop.
8667 (indent-rigidly-left-to-tab-stop)
8668 (indent-rigidly-right-to-tab-stop, tab-to-tab-stop)
8669 (move-to-tab-stop): Change callers.
8670
8671 2014-06-24 Eli Zaretskii <eliz@gnu.org>
8672
8673 * skeleton.el (skeleton-insert): Yet another fix of the doc string
8674 wrt behavior of \n as the first/last element of a skeleton.
8675
8676 2014-06-24 Michael Albinus <michael.albinus@gmx.de>
8677
8678 * net/tramp-adb.el (tramp-adb-handle-process-file):
8679 * net/tramp-sh.el (tramp-sh-handle-process-file):
8680 * net/tramp-smb.el (tramp-smb-handle-process-file): Do not raise
8681 the output buffer when DISPLAY is non-nil. (Bug#17815)
8682
8683 2014-06-24 Glenn Morris <rgm@gnu.org>
8684
8685 * play/landmark.el (landmark-move-down, landmark-move-up):
8686 Fix 2007-10-20 change - preserve horizontal position.
8687
8688 2014-06-23 Sam Steingold <sds@gnu.org>
8689
8690 * simple.el (kill-append): Remove undo boundary depending on ...
8691 (kill-append-merge-undo): New user option.
8692
8693 2014-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
8694
8695 * simple.el (handle-shift-selection, exchange-point-and-mark)
8696 (activate-mark): Set transient-mark-mode buffer-locally (bug#6316).
8697 (transient-mark-mode): Use&set the global value.
8698 * mouse.el (mouse-set-region-1, mouse-drag-track): Idem.
8699 * emulation/edt.el (edt-emulation-off): Save&restore the global
8700 transient-mark-mode setting.
8701 * obsolete/pc-select.el (pc-selection-mode): Use the
8702 transient-mark-mode function.
8703
8704 2014-06-23 Eli Zaretskii <eliz@gnu.org>
8705
8706 * international/fontset.el (script-representative-chars):
8707 Add representative characters for scripts added in Unicode 7.0.
8708 (otf-script-alist): Synchronize with the latest registry of OTF
8709 script tags.
8710
8711 * international/characters.el (char-script-table): Update for
8712 scripts added and codepoint ranges changed in Unicode 7.0.
8713
8714 2014-06-23 Eli Barzilay <eli@barzilay.org>
8715
8716 * calculator.el (calculator-standard-displayer): Fix bug in use of
8717 `calculator-groupize-number'.
8718 (calculator-funcall): Fix broken `cl-flet' use by moving it into the
8719 `eval' code, so it works in v24.3.1 too.
8720 (calculator-last-input): Comment to clarify purpose.
8721
8722 2014-06-22 Mario Lang <mlang@delysid.org>
8723
8724 * textmodes/rst.el (rst-comment-region): From from -> from.
8725
8726 * net/tramp-adb.el (tramp-adb-send-command-and-check): And and -> and.
8727
8728 2013-06-22 Dmitry Antipov <dmantipov@yandex.ru>
8729
8730 * electric.el (electric-layout-post-self-insert-function):
8731 * emacs-lisp/ert.el (ert--insert-infos):
8732 * obsolete/vi.el (vi-set-mark):
8733 * term.el (term-handle-scroll):
8734 * textmodes/bibtex.el (bibtex-fill-field, bibtex-fill-entry):
8735 * wid-edit.el (widget-editable-list-value-create):
8736 Prefer point-marker to copy-marker of point.
8737
8738 2014-06-21 Fabián Ezequiel Gallina <fgallina@gnu.org>
8739
8740 Fix completion retrieval parsing (bug#17209).
8741 * progmodes/python.el (python-mode):
8742 (python-util-strip-string): New function.
8743 (python-shell-completion-get-completions): Use it.
8744
8745 2014-06-21 Eli Zaretskii <eliz@gnu.org>
8746
8747 * skeleton.el (skeleton-insert): Fix last change.
8748
8749 2014-06-21 Fabián Ezequiel Gallina <fgallina@gnu.org>
8750
8751 Enhancements for outline integration (bug#17796).
8752 * progmodes/python.el (python-mode): Properly set
8753 outline-heading-end-regexp so that comments after colons for
8754 defuns are supported.
8755
8756 2014-06-21 Eli Zaretskii <eliz@gnu.org>
8757
8758 * skeleton.el (skeleton-insert): Doc fix.
8759
8760 2014-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
8761
8762 * emacs-lisp/smie.el (smie-config--guess): Fix typo.
8763 (smie-config-guess): Use smie-config-local so the rules are obeyed
8764 (bug#17818).
8765
8766 * mouse.el (mouse-drag-line): Don't re-add to unread-comment-events,
8767 since it's already done inside the loop (bug#17819).
8768
8769 2014-06-21 Martin Rudalics <rudalics@gmx.at>
8770
8771 * mouse.el (mouse-drag-line): Re-remove code initially removed
8772 on 2013-03-09 and inadvertently reintroduced on 2013-11-30
8773 (Bug#17819).
8774
8775 2014-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
8776
8777 * progmodes/sh-script.el (sh-smie-sh-rules): For { after &&, don't
8778 align with the surrounding parent (bug#17721).
8779
8780 2014-06-21 Eli Zaretskii <eliz@gnu.org>
8781
8782 * textmodes/texinfo.el (texinfo-mode): Set skeleton-end-newline
8783 locally to nil.
8784 (texinfo-insert-block, texinfo-insert-@end)
8785 (texinfo-insert-@example, texinfo-insert-@quotation): Adjust to
8786 local setting of skeleton-end-newline by adding an explicit \n to
8787 the skeletons where appropriate. (Bug#17801)
8788
8789 2014-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
8790
8791 * emacs-lisp/smie.el (smie--hanging-eolp-function): New var.
8792 (smie-indent--hanging-p): Use it.
8793 * progmodes/sh-script.el (sh-set-shell): Set it (bug#17621).
8794
8795 2014-06-21 Leo Liu <sdl.web@gmail.com>
8796
8797 * simple.el (read-quoted-char): Don't let help chars pop up help
8798 buffer. (Bug#16617)
8799
8800 2014-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
8801
8802 * progmodes/sh-script.el (sh-smie-sh-rules): Use same rule for && as
8803 for | (bug#17621).
8804
8805 * xt-mouse.el (xterm-mouse--read-event-sequence-1000):
8806 Drop unknown events instead of burping.
8807
8808 2014-06-21 Eli Zaretskii <eliz@gnu.org>
8809
8810 * term/w32-win.el (dynamic-library-alist): Support giflib 5.1.0
8811 and later. (Bug#17790)
8812
8813 2014-06-21 Juri Linkov <juri@jurta.org>
8814
8815 * dired.el (dired-mark-pop-up): Let-bind display-buffer-mark-dedicated
8816 to `soft'. (Bug#17554)
8817
8818 2014-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
8819
8820 * delsel.el (electric-newline-and-maybe-indent): Mark it as well
8821 (bug#17737).
8822
8823 2014-06-21 Dmitry Gutov <dgutov@yandex.ru>
8824
8825 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Don't fontify
8826 `!' in `!~' with `font-lock-negation-char-face'. (Bug#17732)
8827
8828 2014-06-21 Michael Albinus <michael.albinus@gmx.de>
8829
8830 * net/dbus.el (dbus-call-method): Push only non D-Bus events into
8831 `unread-command-events'.
8832
8833 2014-06-19 William Xu <william.xwl@gmail.com>
8834
8835 * progmodes/hideif.el (hif-string-to-number): Don't return float for
8836 hex integer constants (bug#17807).
8837
8838 2014-06-19 Stefan Monnier <monnier@iro.umontreal.ca>
8839
8840 * international/mule-util.el (truncate-string-ellipsis): New var.
8841 (truncate-string-to-width): Use it.
8842
8843 2014-06-19 Robert Brown <robert.brown@gmail.com> (tiny change)
8844
8845 * emacs-lisp/lisp-mode.el (lisp-string-after-doc-keyword-p): New fun.
8846 (lisp-string-in-doc-position-p): New function, extracted from
8847 lisp-font-lock-syntactic-face-function.
8848 (lisp-font-lock-syntactic-face-function): Use them (bug#9130).
8849
8850 2014-06-19 Grégoire Jadi <daimrod@gmail.com>
8851
8852 * net/rcirc.el (rcirc-omit-mode): Fix recenter error. (Bug#17769)
8853
8854 2014-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
8855
8856 * play/bubbles.el (bubbles--initialize, bubbles--show-scores)
8857 (bubbles--game-over): Don't add `intangible' properties since they
8858 didn't work anyway.
8859
8860 2014-06-18 Juri Linkov <juri@jurta.org>
8861
8862 * vc/ediff-init.el (ediff-current-diff-Ancestor)
8863 (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
8864 (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
8865 (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
8866 Add `min-colors 88' version with removed black/white foregrounds.
8867 (Bug#10181)
8868
8869 2014-06-18 Juri Linkov <juri@jurta.org>
8870
8871 * vc/diff-mode.el (diff-changed): Empty face definition to use
8872 `diff-removed' and `diff-added' on tty as well. (Bug#10181)
8873 (diff-context): Use darker color on light background and
8874 lighter color on dark background.
8875
8876 2014-06-18 Juri Linkov <juri@jurta.org>
8877
8878 * vc/diff-mode.el (diff-refine-changed): Rename from
8879 `diff-refine-change' for consistency with `diff-changed'.
8880 (diff-refine-change): Add obsolete face alias. (Bug#10181)
8881
8882 * vc/smerge-mode.el (smerge-refined-changed): Rename from
8883 `smerge-refined-change'.
8884 (smerge-refined-change): Add obsolete face alias.
8885
8886 2014-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
8887
8888 * rect.el (rectangle-preview): New custom.
8889 (rectangle): New group.
8890 (rectangle--pos-cols): Add `window' argument.
8891 (rectangle--string-preview-state, rectangle--string-preview-window):
8892 New vars.
8893 (rectangle--string-flush-preview, rectangle--string-erase-preview)
8894 (rectangle--space-to, rectangle--string-preview): New functions.
8895 (string-rectangle): Use them.
8896 (rectangle--inhibit-region-highlight): New var.
8897 (rectangle--highlight-for-redisplay): Obey it. Make sure
8898 `apply-on-region' uses the point-crutches of the right window.
8899 Use :align-to rather than multiple spaces.
8900
8901 2014-06-16 Andrea Rossetti <andrea.rossetti@gmail.com> (tiny change)
8902
8903 * ruler-mode.el (ruler-mode-window-col)
8904 (ruler-mode-mouse-set-left-margin)
8905 (ruler-mode-mouse-set-right-margin): Fix calculation of column
8906 from mouse position (Bug#17768).
8907
8908 2014-06-16 Ron Schnell <ronnie@driver-aces.com>
8909
8910 * play/dunnet.el (dun-doassign): Fix bug where UNIX variable assignment
8911 without varname or rhs causes crash.
8912 (dun-ftp): Fix bug where blank ftp password is allowed, making it
8913 impossible to win endgame.
8914 (dun-unix-verbs): Add ssh as alias to rlogin, because nobody knows what
8915 rlogin is anymore.
8916 (dun-help): Bump version number; update contact info.
8917
8918 2014-06-15 Eli Barzilay <eli@barzilay.org>
8919
8920 * calculator.el (calculator-prompt, calculator-remove-zeros)
8921 (calculator-mode-hook, calculator-operators, calculator-stack)
8922 (calculator-mode): Tweak docstring.
8923 (calculator-user-operators): Tweak docstring, fix a bug in the last
8924 example.
8925 (calculator-displayer): `std' case has an optional boolean.
8926 (calculator-displayers): Use the new boolean to group in decimal mode.
8927 (calculator-mode-map, calculator, calculator-message)
8928 (calculator-op-arity, calculator-add-operators)
8929 (calculator-string-to-number, calculator-displayer-prev)
8930 (calculator-displayer-next, calculator-remove-zeros)
8931 (calculator-eng-display, calculator-number-to-string)
8932 (calculator-update-display, calculator-last-input)
8933 (calculator-clear-fragile, calculator-digit, calculator-decimal)
8934 (calculator-exp, calculator-saved-move, calculator-clear)
8935 (calculator-copy, calculator-put-value, calculator-help)
8936 (calculator-expt, calculator-truncate): Minor code improvements.
8937 (calculator-need-3-lines): New function pulling out code from
8938 `calculator'.
8939 (calculator-get-display): Rename from `calculator-get-prompt', and
8940 improved.
8941 (calculator-push-curnum): Rename from `calculator-curnum-value', and
8942 extended for all uses of it. All callers changed.
8943 (calculator-groupize-number): New utility for splitting a number into
8944 groups.
8945 (calculator-standard-displayer): Improve code, new optional argument to
8946 use comma-split groups, make second argument optional too to use with
8947 'left/'right inputs. All callers changed.
8948 (calculator-reduce-stack-once): New utility, doing the meat of what
8949 `calculator-reduce-stack' used to do, much improved (mostly using
8950 `pcase' for conciseness and clarity).
8951 (calculator-reduce-stack): Now doing just the reduction loop using
8952 `calculator-reduce-stack-once'.
8953 (calculator-funcall): Improve code, make it work in v24.3.1 too.
8954 (calculator-last-input): Improve code, remove some old cruft.
8955 (calculator-quit): Kill `calculator-buffer' in electric mode too.
8956 (calculator-integer-p): Remove.
8957 (calculator-fact): Improve code, make it work on non-integer values
8958 too (using truncated numbers).
8959
8960 2014-06-15 Michael Albinus <michael.albinus@gmx.de>
8961
8962 Sync with Tramp 2.2.10.
8963
8964 * net/tramp.el (tramp-methods): Tweak docstring.
8965 (tramp-handle-file-accessible-directory-p): Check for
8966 `file-readable-p' instead of `file-executable-p'.
8967 (tramp-check-cached-permissions):
8968 Use `tramp-compat-file-attributes'.
8969 (tramp-call-process): Add new argument VEC. Adapt callees in all
8970 tramp*.el files.
8971
8972 * net/tramp-adb.el (tramp-adb-handle-write-region): Improve messages.
8973 (tramp-adb-maybe-open-connection): Don't set
8974 `tramp-current-*' variables.
8975
8976 * net/tramp-cache.el (tramp-flush-file-function): Do not flush
8977 file properties of temporary buffers.
8978
8979 * net/tramp-ftp.el (top): Remove special handling for URL syntax.
8980
8981 * net/tramp-gvfs.el (tramp-gvfs-methods) <sftp>: Add.
8982 (tramp-gvfs-handle-delete-file): Flush file
8983 properties, not directory properties.
8984 (tramp-gvfs-handle-file-attributes): Use `string-to-number' when
8985 reading "unix::mode".
8986 (tramp-gvfs-handle-file-name-all-completions):
8987 Use "-h" option for "gvfs-ls".
8988 (tramp-gvfs-url-file-name): `user' and `localname' could be nil.
8989 (tramp-gvfs-send-command): Simplify traces.
8990
8991 * net/tramp-sh.el (vc-handled-backends, vc-bzr-program)
8992 (vc-git-program, vc-hg-program): Declare.
8993 (tramp-methods) <sftp>: Remove. It has never worked satisfactorily.
8994 (tramp-methods) <nc>: Add new method.
8995 (tramp-methods) <telnet>: Redirect stderr to "/dev/null".
8996 (tramp-methods) <plink, plinkx, pscp, psftp>: Improve
8997 `tramp-login-args'.
8998 (tramp-default-user-alist): Add "nc".
8999 (top): Remove completion function for "sftp". Add completion
9000 functions for "nc" and "psftp".
9001 (tramp-do-copy-or-rename-file-out-of-band): Tweak docstring.
9002 Implement support for "nc" method.
9003 (tramp-sh-handle-expand-file-name, tramp-local-coding-commands)
9004 (tramp-remote-coding-commands, tramp-call-local-coding-command):
9005 Tweak docstring.
9006 (tramp-sh-handle-write-region): Tweak error message.
9007 (tramp-sh-handle-vc-registered): Remove backends when the remote
9008 binary does not exist.
9009 (tramp-find-inline-encoding): Do not raise an error.
9010 (tramp-make-copy-program-file-name): Tweak docstring. Handle also
9011 the "nc" case. Quote result also locally.
9012
9013 * net/tramp-smb.el (tramp-smb-handle-copy-directory)
9014 (tramp-smb-handle-set-file-acl): Use `start-process'.
9015 (tramp-smb-handle-insert-directory): Use progress reporter.
9016 (tramp-smb-handle-rename-file): Flush also file properties of
9017 FILENAME.
9018
9019 * net/trampver.el: Update release number.
9020
9021 2014-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
9022
9023 * ses.el: Miscellaneous cleanups; use lexical-binding; avoid
9024 add-to-list.
9025 (ses-localvars): Remove ses--local-printer-list, unused.
9026 (ses--metaprogramming): New macro. Use it to defvar variables.
9027 (ses-set-localvars): Simplify.
9028 (ses--locprn, ses-cell): Use defstruct. Change ses-cell's
9029 property-list into an alist.
9030 (ses-locprn-get-compiled, ses-locprn-compiled-aset)
9031 (ses-locprn-get-def, ses-locprn-def-aset, ses-locprn-get-number):
9032 Remove; use defstruct accessors/setters instead.
9033 (ses-cell-formula-aset, ses-cell-printer-aset)
9034 (ses-cell-references-aset): Remove, use setf instead.
9035 (ses--alist-get): New function.
9036 (ses-cell-property): Rename from ses-cell-property-get and rewrite.
9037 Use an alist instead of a plist and don't do move-to-front since the
9038 list is always short.
9039 (ses-cell-property-get-fun, ses-cell-property-delq-fun)
9040 (ses-cell-property-set-fun, ses-cell-property-set)
9041 (ses-cell-property-pop-fun, ses-cell-property-get-handle)
9042 (ses-cell-property-handle-car, ses-cell-property-handle-setcar): Remove.
9043 (ses--letref): New macro.
9044 (ses-cell-property-pop): Rewrite.
9045 (ses--cell): Rename from ses-cell and make it into a function.
9046 Make `formula' fallback on `value' if nil.
9047 (ses--local-printer): Rename from ses-local-printer and make it into
9048 a function.
9049 (ses-set-cell): Turn it into a macro so finding the accessor from the
9050 field name is done at compile time.
9051 (ses-repair-cell-reference-all): Test presence of `sym' rather than
9052 `ref' before adding `sym' to :ses-repair-reference.
9053 (ses-calculate-cell): Use ses--letref rather than
9054 ses-cell-property-get-handle.
9055 (ses-write-cells): Use a single prin1-to-string.
9056 (ses-setter-with-undo): New function.
9057 (ses-aset-with-undo, ses-set-with-undo): Rewrite using it.
9058 (ses-unset-with-undo): Remove.
9059 (ses-load): Prefer apply' over `eval'.
9060 (ses-read-printer, ses-set-column-width): Use standard "(default
9061 foo)" format.
9062
9063 2014-06-15 Glenn Morris <rgm@gnu.org>
9064
9065 * Makefile.in (leim, semantic): Use `make -C' rather than `cd && make'.
9066
9067 * progmodes/cc-langs.el: Require cl-lib. (Bug#17463)
9068 Replace delete-duplicates and mapcan by cl- versions throughout.
9069 And cl-macroexpand-all by macroexpand-all.
9070 (delete-duplicates, mapcan, cl-macroexpand-all): No need to declare.
9071
9072 2014-06-15 Eli Zaretskii <eliz@gnu.org>
9073
9074 * subr.el (posn-col-row): Doc fix. (Bug#17768)
9075
9076 2014-06-15 Juri Linkov <juri@jurta.org>
9077
9078 * bindings.el: Put `ascii-character' property on keypad keys
9079 mapped to characters. (Bug#17759)
9080
9081 2014-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
9082
9083 * emacs-lisp/smie.el (smie-next-sexp): Fix up "other-end" info when
9084 bumping forward into a closing paren (bug#17761).
9085
9086 * term/xterm.el (xterm--version-handler): Work around for OSX
9087 Terminal.app (bug#17607).
9088
9089 2014-06-14 Ron Schnell <ronnie@driver-aces.com>
9090
9091 * play/dunnet.el (dun-describe-room, dun-mode):
9092 If a lamp is in the room, you won't be eaten by a grue.
9093
9094 2014-06-13 Glenn Morris <rgm@gnu.org>
9095
9096 * Makefile.in ($(lisp)/cus-load.el, $(lisp)/finder-inf.el)
9097 (autoloads, $(lisp)/subdirs.el, compile-main, leim, semantic, compile)
9098 (compile-always): GNU make automatically passes
9099 command-line arguments to sub-makes.
9100
9101 * calendar/calendar.el (calendar-generate-window):
9102 Remove pointless call to font-lock-fontify-buffer.
9103
9104 2014-06-13 Matthias Meulien <orontee@gmail.com>
9105
9106 * simple.el (completion-list-mode-map): Navigate with tab and backtab
9107 (bug#17767).
9108
9109 2014-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
9110
9111 * simple.el (set-mark-command): Simplify a bit.
9112
9113 2014-06-12 Nicolas Richard <theonewiththeevillook@yahoo.fr>
9114
9115 * help.el (help--key-binding-keymap): New function.
9116 (help--binding-locus): New function.
9117 (describe-key): Mention the keymap in which the binding was
9118 found. (bug#13948)
9119
9120 2014-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
9121
9122 * hippie-exp.el (he--all-buffers): New function.
9123 (try-expand-line-all-buffers, try-expand-list-all-buffers)
9124 (try-expand-dabbrev-all-buffers): Use it.
9125
9126 2014-06-12 Emilio C. Lopes <eclig@gmx.net>
9127
9128 * hippie-exp.el (try-expand-line-all-buffers)
9129 (try-expand-list-all-buffers, try-expand-dabbrev-all-buffers):
9130 Read hippie-expand-only-buffers and hippie-expand-ignore-buffers in the
9131 original buffer, in case they're buffer-local.
9132
9133 2014-06-12 Vincent Belaïche <vincentb1@users.sourceforge.net>
9134
9135 * ses.el (ses-initial-global-parameters-re): New defconst, a
9136 specific regexp is needed now that ses.el can handle both
9137 file-format 2 --- ie. no local printers --- and 3 --- i.e. may have
9138 local printers.
9139 (ses-localvars): Add local variables needed for local printer handling.
9140 (ses-set-localvars): Handle hashmap initialization.
9141 (ses-paramlines-plist): Add param-line for number of local printers.
9142 (ses-paramfmt-plist): New defconst, needed for code factorization
9143 between functions `ses-set-parameter' and
9144 `ses-file-format-extend-paramter-list'
9145 (ses-make-local-printer-info): New defsubst.
9146 (ses-locprn-get-compiled, ses-locprn-compiled-aset)
9147 (ses-locprn-get-def, ses-locprn-def-aset, ses-locprn-get-number)
9148 (ses-cell-printer-aset): New defmacro.
9149 (ses-local-printer-compile): New defun.
9150 (ses-local-printer): New defmacro.
9151 (ses-printer-validate, ses-call-printer): Add support for local
9152 printer functions.
9153 (ses-file-format-extend-paramter-list): New defun.
9154 (ses-set-parameter): Use const `ses-paramfmt-plist' for code
9155 factorization.
9156 (ses-load): Add support for local printer functions.
9157 (ses-read-printer): Update docstring and add support for local printer
9158 functions.
9159 (ses-refresh-local-printer, ses-define-local-printer): New defun.
9160 (ses-safe-printer): Add support for local printer functions.
9161
9162 2014-06-12 Ivan Andrus <darthandrus@gmail.com>
9163
9164 * ffap.el (ffap-lax-url): New var (bug#17723).
9165 (ffap-url-at-point): Use it.
9166 (ffap-file-at-point): Avoid returning just "/".
9167
9168 2014-06-12 Matthias Meulien <orontee@gmail.com>
9169
9170 * progmodes/python.el (import skeleton): New skeleton (bug#17672).
9171 (python-mode-map): Bind it.
9172
9173 * progmodes/python.el (class skeleton): Don't erase last char of class
9174 name (bug#17683).
9175
9176 2014-06-12 Cameron Desautels <camdez@gmail.com> (tiny change)
9177
9178 * help.el (where-is): Use `default' arg of completing-read (bug#17705).
9179
9180 2014-06-12 Kevin Ryde <user42_kevin@yahoo.com.au>
9181
9182 * files.el (auto-mode-alist): Map .ad files to xdefaults-mode
9183 (bug#17745).
9184
9185 2014-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
9186
9187 * international/mule-cmds.el: Use lexical-binding.
9188 (ucs-names): Simplify.
9189
9190 2014-05-18 Eric Hanchrow <eric.hanchrow@gmail.com>
9191
9192 * progmodes/python.el (run-python): Use read-shell-command.
9193
9194 2014-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
9195
9196 * rect.el: Make it possible to move bounds past EOL or into TABs.
9197 (operate-on-rectangle): Use apply-on-rectangle.
9198 (rectangle--mark-crutches): New var.
9199 (rectangle--pos-cols, rectangle--col-pos, rectangle--point-col)
9200 (rectangle--crutches, rectangle--reset-crutches): New functions.
9201 (apply-on-rectangle): Obey crutches. Avoid setq.
9202 Fix missing final iteration if end is at EOB&BOL.
9203 (rectangle-mark-mode-map): Add remap bindings for
9204 exchange-point-and-mark and char/line movements.
9205 (rectangle--*-char): New function.
9206 (rectangle-exchange-point-and-mark, rectangle-right-char)
9207 (rectangle-left-char, rectangle-forward-char)
9208 (rectangle-backward-char, rectangle-next-line)
9209 (rectangle-previous-line): New commands.
9210 (rectangle--place-cursor): New function.
9211 (rectangle--highlight-for-redisplay): Use it. Use apply-on-rectangle.
9212
9213 2014-06-08 Glenn Morris <rgm@gnu.org>
9214
9215 * startup.el (initial-buffer-choice): Doc fix.
9216 Reset :version (adding an option does not merit a :version bump).
9217
9218 * bookmark.el (bookmark-load):
9219 * uniquify.el (uniquify-buffer-name-style): Doc fixes.
9220
9221 2014-06-08 Juri Linkov <juri@jurta.org>
9222
9223 * desktop.el: Activate auto-saving on window configuration changes.
9224 (desktop-save-mode, desktop-auto-save-timeout): Add/remove
9225 `desktop-auto-save-set-timer' to/from
9226 `window-configuration-change-hook'.
9227 (desktop-auto-save-set-timer): Change REPEAT arg of
9228 `run-with-idle-timer' from t to nil.
9229 http://lists.gnu.org/archive/html/emacs-devel/2014-06/msg00147.html
9230
9231 2014-06-08 Santiago Payà i Miralta <santiagopim@gmail.com>
9232
9233 * vc/vc-hg.el (vc-hg-working-revision): Use "hg parent" and
9234 vc-hg-command (bug#17570).
9235
9236 2014-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
9237
9238 * international/mule-cmds.el (ucs-names): Add special entry for BEL
9239 (bug#17702).
9240
9241 2014-06-08 Glenn Morris <rgm@gnu.org>
9242
9243 * startup.el (window-setup-hook): Doc fix.
9244
9245 * emacs-lisp/package.el (package-check-signature)
9246 (package-unsigned-archives): Doc fixes.
9247
9248 2014-06-08 Martin Rudalics <rudalics@gmx.at>
9249
9250 * window.el (display-buffer-use-some-window): Don't make window
9251 used smaller than it was before (Bug#17671).
9252
9253 2014-06-08 Eli Zaretskii <eliz@gnu.org>
9254
9255 * menu-bar.el (menu-bar-open): Fix last change: use the PC
9256 'redisplay' instead of '(sit-for 0)'.
9257
9258 2014-06-08 Michael Albinus <michael.albinus@gmx.de>
9259
9260 * net/tramp.el (tramp-ssh-controlmaster-options):
9261 Improve search regexp. (Bug#17653)
9262
9263 2014-06-08 Glenn Morris <rgm@gnu.org>
9264
9265 * emacs-lisp/package.el (package-pinned-packages): Doc fix.
9266
9267 2014-06-08 Eli Zaretskii <eliz@gnu.org>
9268
9269 * menu-bar.el (menu-bar-open): Fix invocation via M-x.
9270
9271 2014-06-06 Santiago Payà i Miralta <santiagopim@gmail.com>
9272
9273 * vc/vc-hg.el (vc-hg-create-tag, vc-hg-retrieve-tag): New functions
9274 (bug#17586).
9275
9276 * vc/vc-hg.el (vc-hg-log-graph): New var.
9277 (vc-hg-print-log): Use it.
9278 (vc-hg-root-log-format): Include branch name and bookmarks; ignore
9279 graph output (bug#17515).
9280
9281 2014-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
9282
9283 * mouse.el (mouse-posn-property): Ignore buffer position info when the
9284 even happened elsewhere.
9285
9286 2014-06-06 Mario Lang <mlang@delysid.org>
9287
9288 * emacs-lisp/tabulated-list.el (tabulated-list-print): Only call
9289 `recenter' if `current-buffer' is equal to `window-buffer'.
9290
9291 2014-06-05 Leo Liu <sdl.web@gmail.com>
9292
9293 * emacs-lisp/cl-macs.el (cl-macrolet): Avoid excessive progn's.
9294
9295 2014-06-05 Michal Nazarewicz <mina86@mina86.com>
9296
9297 * textmodes/tildify.el (tildify-foreach-region-outside-env):
9298 New function which calls a callback on portions of the buffer that are
9299 outside of ignored environments.
9300 (tildify-build-regexp): Remove function since it is now
9301 incorporated in `tildify-foreach-region-outside-env' where it is
9302 optimized and simplified by the use of `mapconcat'.
9303 (tildify-tildify): Return number of substitutions made so that…
9304 (tildify-count): …can be removed.
9305 (tildify-find-env): Accept a new PAIRS argument which was
9306 previously looked up in `tildify-ignored-environments-alist' each
9307 time the function was called. With this change, the lookup is
9308 performed only once in `tildify-foreach-region-outside-env'.
9309 (tildify-region): Greatly simplify the function since now most of
9310 the work is done by `tildify-foreach-region-outside-env'.
9311 (tildify-mode-alist): Simplify slightly by avoiding if and setq
9312 and instead using or.
9313
9314 * textmodes/tildify.el (tildify-ignored-environments-alist):
9315 Optimize environments regexes
9316
9317 Each time beginning of an environment to ignore is found,
9318 `tildify-find-env' needs to identify regexp for the ending
9319 of the environment. This is done by trying all the opening
9320 regexes on matched text in a loop, so to speed that up, this
9321 loop should have fewer things to match, which can be done by
9322 using alternatives in the opening regexes.
9323
9324 Coincidentally, this should make matching of the opening
9325 regexp faster as well thanks to the use of `regexp-opt' and
9326 having common prefix pulled from many regexes.
9327
9328 * textmodes/tildify.el (tildify-string-alist)
9329 (tildify-ignored-environments-alist): Add `nxml-mode' to the list
9330 of supported modes since `xml-mode' is no longer a thing but just
9331 an alias to the former. Also include comments and insides of tags
9332 in `tildify-ignored-environments-alist' for XML modes. Finally,
9333 since XML does not define “&nbsp;”[1], use a numeric reference for
9334 a no-break space (namely “&#160;”)
9335
9336 [1] XML specification defines only a handful of predefined entities.
9337 The list is at <http://www.w3.org/TR/REC-xml/#sec-predefined-ent>
9338 and includes only &lt;, &gt;, &amp;, &apos; and &quot; (meaning <,
9339 >, &, ' and " respectively). This is in contrast to HTML and even
9340 XHTML which defined a whole bunch of entities including “&nbsp;”.
9341
9342 * textmodes/tildify.el (tildify-pattern-alist)
9343 (tildify-string-alist, tildify-ignored-environments-alist):
9344 Improve defcustom's types by adding more tags explaining what each
9345 value means and replace “sexp” used in
9346 `tildify-ignored-environments-alist' with a full type declaration.
9347
9348 * textmodes/tildify.el (tildify-find-env): Fix matched group
9349 indexes in end-regex building
9350
9351 When looking for a start of an ignore-environment, the regex is built
9352 by concatenating regexes of all the environments configured in
9353 `tildify-ignored-environments-alist'. So for example, the following
9354 list could be used to match TeX's \verb and \verb* commands:
9355
9356 (("\\\\verb\\(.\\)" . (1))
9357 ("\\\\verb\\*\\(.\\)" . (1)))
9358
9359 This would result in the following regex being used to find the start
9360 of any of the variants of the \verb command:
9361
9362 \\\\verb\\(.\\)\\|\\\\verb\\*\\(.\\)
9363
9364 But now, if “\\\\verb\\*\\(.\\)” matches, the first capture group
9365 won't match anything, and thus (match-string 1) will be nil, which
9366 will cause building of the end-matching regex to fail.
9367
9368 Fix this by using capture groups from the time when the opening
9369 regexes are matched individually.
9370
9371 * textmodes/tildify.el (tildify-find-env): Fix end-regex building
9372 in `tildify-find-env'
9373
9374 The `tildify-ignored-environments-alist' allows the end-regex to
9375 be provided not as a static string but mix of strings and indexes
9376 of groups matched the begin-regex. For example, the “\verb!…!”
9377 TeX-command (where “!” is an arbitrary character) is handled
9378 using:
9379
9380 ("\\\\verb\\*?\\(.\\)" . (1))
9381
9382 In the same way, the following should be supported as well:
9383
9384 ("open-\\(.\\)" . ("end-" 1))
9385
9386 However the tildify-find-env function fails at
9387
9388 (concat result
9389 (if (stringp (setq aux (car expression)))
9390 expression ; BUG: expression is a list
9391 (regexp-quote (match-string aux))))
9392
9393 where the string part is handled incorrectly.
9394
9395 The most trivial fix would be to replace `expression' in the
9396 true-part of the if-statement with `aux', but instead, this commit
9397 optimizes `tildify-find-env' by changing it to use `mapconcat'
9398 rather than open-coded while-loop.
9399
9400 2014-06-05 Mario Lang <mlang@delysid.org>
9401
9402 * woman.el (woman-mapcan): Remove.
9403 (woman-parse-colon-path): Use cl-mapcan instead.
9404
9405 2014-06-03 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
9406
9407 * register.el: Add link to Emacs manual in Commentary.
9408
9409 2014-06-02 Sam Steingold <sds@gnu.org>
9410
9411 * menu-bar.el (lookup-key-ignore-too-long): Extract from...
9412 (popup-menu): ...here.
9413 (menu-bar-open): Use it to avoid an error when `lookup-key'
9414 returns a number.
9415
9416 2014-06-02 Michael Albinus <michael.albinus@gmx.de>
9417
9418 * net/tramp.el (tramp-call-process): Add traces.
9419 (tramp-handle-unhandled-file-name-directory): Return "/".
9420
9421 2014-06-02 Wilson Snyder <wsnyder@wsnyder.org>
9422
9423 Sync with upstream verilog-mode revision 3cd8144.
9424 * progmodes/verilog-mode.el (verilog-mode-version): Bump.
9425 (verilog-auto-arg-format): New option, to support newlines in AUTOARG.
9426 (verilog-type-font-keywords): Add nor.
9427 (verilog-batch-execute-func): Force reading of Local Variables.
9428 Fix printing "no changes to be saved" with verilog-batch.
9429 (verilog-auto-arg-ports): Doc fix.
9430 Add verilog-auto-arg-format to support newlines in AUTOARG.
9431 (verilog-auto-arg): Doc fix.
9432
9433 2014-06-02 Glenn Morris <rgm@gnu.org>
9434
9435 * emulation/crisp.el, emulation/tpu-edt.el, emulation/tpu-extras.el:
9436 * emulation/tpu-mapper.el, emulation/vi.el, emulation/vip.el:
9437 * emulation/ws-mode.el: Move to obsolete/.
9438 * Makefile.in (AUTOGEN_VCS): Update for moved tpu-edu.el.
9439
9440 2014-06-02 Eli Zaretskii <eliz@gnu.org>
9441
9442 * simple.el (keyboard-quit): Force update of mode lines, to remove
9443 the "Def" indicator, if we were defining a macro. (Bug#17615)
9444
9445 2014-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
9446
9447 * minibuffer.el (minibuffer-force-complete-and-exit):
9448 Obey minibuffer-default (bug#17545).
9449
9450 * progmodes/js.el (js-indent-line): Don't mix columns and chars
9451 (bug#17619).
9452
9453 * subr.el (set-transient-map): Don't wait for some "nested"
9454 transient-map to finish if we're only supposed to be active for
9455 the next command (bug#17642).
9456
9457 2014-06-02 Leo Liu <sdl.web@gmail.com>
9458
9459 * emacs-lisp/gv.el (window-buffer, window-display-table)
9460 (window-dedicated-p, window-hscroll, window-point, window-start):
9461 Fix gv-expander. (Bug#17630)
9462
9463 2014-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
9464
9465 * mouse.el (mouse-posn-property): Ignore posn-point for mode-line
9466 clicks (bug#17633).
9467
9468 * leim/quail/latin-pre.el ("latin-2-prefix"): Use ",," rather than ", "
9469 for the single comma, since ", " is *very* common in normal French text
9470 (bug#17643).
9471
9472 2014-06-02 Glenn Morris <rgm@gnu.org>
9473
9474 * emacs-lisp/package.el (package-check-signature)
9475 (package-unsigned-archives): Fix :version.
9476
9477 2014-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
9478
9479 * subr.el (sit-for): Don't run input-methods (bug#15614).
9480
9481 2014-06-02 Glenn Morris <rgm@gnu.org>
9482
9483 * cus-start.el: Fix some :version numbers.
9484
9485 2014-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
9486
9487 * simple.el (deactivate-mark): Set mark-active to nil even if
9488 deactivation is done via setting transient-mark-mode to nil,
9489 since one is buffer-local and the other is global.
9490
9491 * emacs-lisp/byte-opt.el (byte-optimize-binary-predicate): Don't assume
9492 there can't be more than 2 arguments (bug#17584).
9493
9494 2014-06-02 Glenn Morris <rgm@gnu.org>
9495
9496 * simple.el (filter-buffer-substring-functions)
9497 (filter-buffer-substring-function, buffer-substring-filters)
9498 (filter-buffer-substring, buffer-substring--filter): Doc fixes.
9499
9500 * minibuffer.el (completion-in-region-functions, completion-in-region)
9501 (completion--in-region): Doc fixes.
9502
9503 * abbrev.el (abbrev-expand-functions, abbrev-expand-function)
9504 (expand-abbrev, abbrev--default-expand): Doc fixes.
9505
9506 2014-06-02 Paul Eggert <eggert@cs.ucla.edu>
9507
9508 Include sources used to create macuvs.h.
9509 * international/README: Refer to the Unicode Terms of Use rather
9510 than copying it bodily here, as that simplifies maintenance.
9511
9512 2014-06-01 Glenn Morris <rgm@gnu.org>
9513
9514 * loadup.el (load-prefer-newer): Set non-nil when dumping. (Bug#17629)
9515
9516 2014-05-31 Glenn Morris <rgm@gnu.org>
9517
9518 * files.el (locate-dominating-file): Expand file argument. (Bug#17641)
9519
9520 2014-05-30 Glenn Morris <rgm@gnu.org>
9521
9522 * loadup.el: Treat `command-line-args' more flexibly.
9523
9524 2014-05-30 Alan Mackenzie <acm@muc.de>
9525
9526 Guard (looking-at "\\s!") from XEmacs.
9527 * progmodes/cc-engine.el (c-state-pp-to-literal): Add guard form.
9528
9529 2014-05-30 Ken Olum <kdo@cosmos.phy.tufts.edu>
9530
9531 * mail/rmail.el (rmail-delete-forward, rmail-delete-backward):
9532 The argument COUNT is now optional, to be more backward-compatible.
9533 Doc fix. (Bug#17560)
9534
9535 2014-05-29 Reuben Thomas <rrt@sc3d.org>
9536
9537 * whitespace.el (whitespace-report-region):
9538 Simplify documentation.
9539 (whitespace-report-region): Allow report-if-bogus to take the
9540 value `never', for non-interactive use.
9541 (whitespace-report): Refer to whitespace-report-region's
9542 documentation.
9543
9544 2014-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
9545
9546 * whitespace.el: Use font-lock-flush. Minimize refontifications.
9547 Side benefit: it works without jit-lock.
9548 (whitespace-point--used): New buffer-local var.
9549 (whitespace-color-on): Initialize it and flush it. Use font-lock-flush.
9550 (whitespace-color-off): Use font-lock-flush.
9551 (whitespace-point--used, whitespace-point--flush-used): New functions.
9552 (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
9553 (whitespace-empty-at-eob-regexp): Use them.
9554 (whitespace-post-command-hook): Rewrite.
9555
9556 * font-lock.el (font-lock-flush, font-lock-ensure): New functions.
9557 (font-lock-fontify-buffer): Mark interactive-only.
9558 (font-lock-multiline, font-lock-fontified, font-lock-set-defaults):
9559 Make buffer-local.
9560 (font-lock-specified-p): Remove redundant boundp check.
9561 (font-lock-flush-function, font-lock-ensure-function): New vars.
9562 (font-lock-turn-on-thing-lock): Set them.
9563 (font-lock-default-fontify-buffer): Obey font-lock-dont-widen.
9564 (font-lock-after-change-function): Make `old-len' optional.
9565 (font-lock-set-defaults): Remove redundant `set' of font-lock-defaults.
9566 Call font-lock-flush, just in case.
9567 * progmodes/verilog-mode.el (verilog-preprocess): Disable workaround in
9568 recent Emacsen.
9569 * progmodes/vera-mode.el (vera-fontify-buffer): Declare obsolete.
9570 (vera-mode-map, vera-mode-menu): Remove bindings to it.
9571 * progmodes/idlw-help.el (idlwave-help-fontify): Use font-lock-ensure
9572 and with-syntax-table.
9573 * textmodes/conf-mode.el (conf-quote-normal):
9574 * progmodes/sh-script.el (sh-set-shell):
9575 * progmodes/prog-mode.el (prettify-symbols-mode):
9576 * progmodes/f90.el (f90-font-lock-n):
9577 * progmodes/cwarn.el (cwarn-mode):
9578 * nxml/nxml-mode.el (nxml-toggle-char-ref-extra-display):
9579 * progmodes/compile.el (compilation-setup, compilation--unsetup):
9580 * hi-lock.el (hi-lock-mode, hi-lock-unface-buffer)
9581 (hi-lock-set-pattern, hi-lock-set-file-patterns): Use font-lock-flush.
9582 * mail/rmail.el (rmail-variables): Set font-lock-dont-widen instead of
9583 font-lock-fontify-buffer-function and
9584 font-lock-unfontify-buffer-function.
9585 (rmail-unfontify-buffer-function, rmail-fontify-message):
9586 Use with-silent-modifications.
9587 * htmlfontify.el (hfy-force-fontification): Use jit-lock-fontify-now
9588 and font-lock-ensure.
9589 * bs.el (bs-show-in-buffer): Use font-lock-ensure.
9590
9591 2014-05-28 Thien-Thi Nguyen <ttn@gnu.org>
9592
9593 * emacs-lisp/package.el (package-generate-autoloads):
9594 Inhibit backup files.
9595
9596 2014-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
9597
9598 * progmodes/hideshow.el (hs-hide-all): Call syntax-propertize
9599 (bug#17608).
9600
9601 2014-05-21 Michal Nazarewicz <mina86@mina86.com>
9602
9603 * textmodes/tildify.el (tildify-buffer, tildify-region):
9604 Add dont-ask option.
9605
9606 2014-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
9607
9608 * subr.el (zerop): Move from C. Add compiler-macro (bug#17475).
9609 * emacs-lisp/byte-opt.el (byte-optimize-zerop): Remove.
9610
9611 * subr.el (internal--funcall-interactively): New.
9612 (internal--call-interactively): Remove.
9613 (called-interactively-p): Detect funcall-interactively instead of
9614 call-interactively.
9615 * simple.el (repeat-complex-command): Use funcall-interactively.
9616 (repeat-complex-command--called-interactively-skip): Remove.
9617
9618 2014-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
9619
9620 * register.el (register-read-with-preview): Don't burp on
9621 frame switches (e.g. due to the frame we just popped).
9622
9623 * mouse.el (mouse-set-region): Handle spurious drag events (bug#17562).
9624 (mouse-drag-track): Annotate `mouse-drag-start' so we know we moved.
9625
9626 2014-05-26 Andreas Schwab <schwab@linux-m68k.org>
9627
9628 * cus-face.el (custom-face-attributes): Add :distant-foreground.
9629
9630 2014-05-26 Martin Rudalics <rudalics@gmx.at>
9631
9632 * window.el (window--dump-frame): Remove interactive specification.
9633
9634 2014-05-26 Glenn Morris <rgm@gnu.org>
9635
9636 * hippie-exp.el (he-line-search-regexp):
9637 Handle comint-prompt-regexp containing subgroups. (Bug#17529)
9638
9639 2014-05-26 Stephen Berman <stephen.berman@gmx.net>
9640
9641 * calendar/todo-mode.el: Remove dependence on auto-mode-alist,
9642 to avoid errors when trying to create or visit a file foo.todo
9643 located outside to todo-directory, and to allow having such files
9644 without them being tied to Todo mode (bug#17482).
9645 (todo-show, todo-move-category, todo-merge-category, todo-find-archive)
9646 (todo-archive-done-item, todo-find-filtered-items-file)
9647 (todo-filter-items, todo-find-item, todo-diary-goto-entry)
9648 (todo-category-completions, todo-read-category): When visiting a
9649 Todo file, make sure we're in the right mode and the buffer local
9650 variables are set.
9651 (todo-make-categories-list, todo-reset-nondiary-marker)
9652 (todo-reset-done-string, todo-reset-comment-string):
9653 After processing all Todo files, kill the buffers of those files that
9654 weren't being visited before the processing.
9655 (todo-display-as-todo-file, todo-add-to-buffer-list)
9656 (todo-visit-files-commands): Comment out.
9657 (todo-modes-set-3, todo-mode): Comment out additions to find-file-hook.
9658 (auto-mode-alist): Remove add-to-list calls making Todo file
9659 extensions unrestrictedly tied to Todo modes.
9660
9661 2014-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
9662
9663 * emacs-lisp/nadvice.el (advice--member-p): Change second arg.
9664 (advice-function-member-p): Tell it to check both names and functions
9665 (bug#17531).
9666 (advice--add-function): Adjust call accordingly.
9667
9668 2014-05-26 Stephen Berman <stephen.berman@gmx.net>
9669
9670 * calendar/todo-mode.el: Miscellaneous bug fixes.
9671 (todo-delete-file): When deleting an archive but not its todo
9672 file, make sure to update the todo file's category sexp.
9673 (todo-move-category): Keep the moved category's name unless the
9674 file moved to already has a category with that name. If the
9675 numerically last category of the source file was moved, make the
9676 first category current to avoid selecting a nonexisting category.
9677 (todo-merge-category): Fix implementation to make merging to a
9678 category in another file work as documented. Eliminate now
9679 insufficient and unnecessary renaming of archive category, correct
9680 document string accordingly, and clarify it. If the numerically
9681 last category of the source file was merged, make the first
9682 category current to avoid selecting a nonexisting category.
9683 (todo-archive-done-item): When there are marked items and point
9684 happens to be on an unmarked item, ignore the latter. Don't leave
9685 point below last item after archiving marked items.
9686 (todo-unarchive-items): Fix logic to ensure unarchiving an item
9687 from an archive with only one category deletes the archive only
9688 when the category is empty after unarchiving. Make sure the todo
9689 file's category sexp is updated.
9690 (todo-read-file-name): Allow an existing file name even when it is
9691 not required (todo-move-category needs this to work as documented).
9692 (todo-add-file): Call todo-validate-name to reject the name of an
9693 existing todo file (needed due to fix in todo-read-file-name).
9694 (todo-reset-nondiary-marker): Also reset in filtered items files.
9695 (todo-reset-done-string, todo-reset-comment-string): Also reset in
9696 regexp filtered items files.
9697 (todo-reset-highlight-item): Also reset in filtered items files.
9698 Fix incorrect variable reference in document string.
9699
9700 2014-05-26 Glenn Morris <rgm@gnu.org>
9701
9702 * window.el (window--dump-frame): Avoid error in --without-x builds.
9703
9704 2014-05-26 Glenn Morris <rgm@gnu.org>
9705
9706 * nxml/nxml-mode.el (xml-mode): Only define this alias once.
9707
9708 2014-05-26 Eli Zaretskii <eliz@gnu.org>
9709
9710 * frame.el (set-frame-font): Doc fix.
9711
9712 * menu-bar.el (menu-set-font): Doc fix. (Bug#17532)
9713
9714 2014-05-26 Dmitry Gutov <dgutov@yandex.ru>
9715
9716 * emacs-lisp/package.el (package--download-one-archive):
9717 Use `write-region' instead of `save-buffer' to avoid running various
9718 hooks. (Bug#17155)
9719 (describe-package-1): Same. Insert newline at the end of the
9720 buffer if appropriate.
9721
9722 2014-05-26 Juri Linkov <juri@jurta.org>
9723
9724 * avoid.el (mouse-avoidance-set-mouse-position): Don't raise frame.
9725 (mouse-avoidance-ignore-p): Remove `switch-frame', add `focus-out'.
9726 Add more modifiers: meta, control, shift, hyper, super, alt.
9727 (Bug#17439)
9728
9729 * avoid.el (mouse-avoidance-banish-position): Fix defcustom :options
9730 to allow changing its value with `set-variable'.
9731
9732 2014-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
9733
9734 * progmodes/scheme.el (scheme-mode-syntax-table): Remove hack for
9735 #; comments.
9736 (scheme-syntax-propertize, scheme-syntax-propertize-sexp-comment):
9737 New functions.
9738 (scheme-mode-variables): Set syntax-propertize-function instead of
9739 font-lock-syntactic-face-function.
9740 (scheme-font-lock-syntactic-face-function): Delete.
9741
9742 * emacs-lisp/lisp.el (end-of-defun): Ensure we move (bug#17274).
9743
9744 * emacs-lisp/timer.el (timer-event-handler): Don't run if canceled
9745 (bug#17392).
9746
9747 2014-05-26 Michael Albinus <michael.albinus@gmx.de>
9748
9749 * net/tramp-sh.el (tramp-find-inline-encoding): Do not match "%%t"
9750 for a temporary file name.
9751
9752 2014-05-26 Eli Zaretskii <eliz@gnu.org>
9753
9754 * simple.el (line-move-ignore-invisible): Doc fix. (Bug#17511)
9755
9756 2014-05-26 Michael Albinus <michael.albinus@gmx.de>
9757
9758 * net/dbus.el (dbus-init-bus, dbus-call-method)
9759 (dbus-call-method-asynchronously, dbus-send-signal)
9760 (dbus-method-return-internal, dbus-method-error-internal):
9761 Check, whether Emacs has been compiled with D-Bus support. (Bug#17508)
9762
9763 2014-05-26 Nicolas Richard <theonewiththeevillook@yahoo.fr>
9764
9765 * emacs-lisp/eieio-opt.el (eieio-help-class): Correctly deal with
9766 methods which do not have a doc string. (Bug#17490)
9767
9768 2014-05-25 Tassilo Horn <tsdh@gnu.org>
9769
9770 * textmodes/reftex-ref.el (reftex-format-special): Make it work
9771 also for AMS Math's \eqref macro.
9772
9773 2014-05-25 Thien-Thi Nguyen <ttn@gnu.org>
9774
9775 Arrange to never byte-compile the generated -pkg.el file.
9776
9777 * emacs-lisp/package.el (package-generate-description-file):
9778 Output first-line comment to set buffer-local var `no-byte-compile'.
9779 Suggested by Dmitry Gutov:
9780 <http://lists.gnu.org/archive/html/emacs-devel/2014-05/msg00401.html>.
9781
9782 2014-05-25 Thien-Thi Nguyen <ttn@gnu.org>
9783
9784 Fix bug: Properly quote args to generated -pkg.el `define-package'.
9785
9786 * emacs-lisp/package.el (package-generate-description-file):
9787 Inline `package--alist-to-plist'; rewrite to selectively
9788 quote alist values that are not self-quoting.
9789 (package--alist-to-plist): Delete func.
9790
9791 2014-05-25 Andreas Schwab <schwab@linux-m68k.org>
9792
9793 * term/xterm.el (xterm-function-map): Add mapping for shifted
9794 keypad keys.
9795
9796 2014-05-24 Daniel Colascione <dancol@dancol.org>
9797
9798 * progmodes/subword.el (subword-find-word-boundary): Move point to
9799 correct spot before search. (Bug#17580)
9800
9801 * emacs-lisp/nadvice.el (defun): Write in eval-and-compile to avoid
9802 breaking the build.
9803
9804 2014-05-24 Leo Liu <sdl.web@gmail.com>
9805
9806 * calc/calc.el (math-bignum): Handle most-negative-fixnum. (Bug#17556)
9807
9808 2014-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
9809
9810 * minibuffer.el (completion--sreverse): Remove.
9811 (completion--common-suffix): Use `reverse' instead.
9812 * emacs-lisp/regexp-opt.el (regexp-opt-group): Use `reverse' on strings.
9813
9814 2014-05-22 Glenn Morris <rgm@gnu.org>
9815
9816 * shell.el (shell-mode) <shell-dirstack-query>: Bypass bash aliases.
9817
9818 2014-05-21 Daniel Colascione <dancol@dancol.org>
9819
9820 * files.el (interpreter-mode-alist): Add mksh.
9821
9822 * progmodes/sh-script.el (sh-ancestor-alist): Add mksh, a pdksh
9823 derivative.
9824 (sh-alias-alist): Alias /system/bin/sh (Android's system shell) to
9825 mksh. Improve custom spec; allow regular expressions.
9826 (sh-shell): Delegate name splitting to `sh-canonicalize-shell'.
9827 (sh-after-hack-local-variables): New function.
9828 (sh-mode): Use it; respect file-local `sh-shell' variable. (Bug#17333)
9829 (sh-set-shell): Use `sh-canonicalize-shell' instead of open-coding
9830 the normalization.
9831 (sh-canonicalize-shell): Rewrite to support regexes.
9832
9833 2014-05-21 Leo Liu <sdl.web@gmail.com>
9834
9835 * emacs-lisp/cl-lib.el (cl-endp): Fix last change.
9836
9837 2014-05-19 Leo Liu <sdl.web@gmail.com>
9838
9839 * emacs-lisp/cl-lib.el (cl-endp): Conform to CL's semantics.
9840
9841 2014-05-18 Glenn Morris <rgm@gnu.org>
9842
9843 * loadup.el:
9844 * play/gametree.el: `track-mouse' is always defined since 2012-11-24.
9845
9846 2014-05-14 Sam Steingold <sds@gnu.org>
9847
9848 * progmodes/python.el (python-shell-get-or-create-process):
9849 Do not bind `current-prefix-arg' so that C-c C-z does not talk
9850 back unless requested.
9851
9852 2014-05-14 Glenn Morris <rgm@gnu.org>
9853
9854 * subr.el (with-file-modes): New macro.
9855 * printing.el (pr-save-file-modes): Make obsolete.
9856 * eshell/esh-util.el (eshell-with-file-modes): Make obsolete.
9857 * emacs-lisp/lisp-mode.el (lisp-el-font-lock-keywords-2):
9858 Add with-file-modes.
9859 * doc-view.el (doc-view-make-safe-dir):
9860 * epg.el (epg--start):
9861 * files.el (locate-user-emacs-file, make-temp-file)
9862 (backup-buffer-copy, move-file-to-trash):
9863 * printing.el (pr-despool-print, pr-call-process, pr-text2ps):
9864 * eshell/esh-util.el (eshell-with-private-file-modes)
9865 (eshell-make-private-directory):
9866 * net/browse-url.el (browse-url-mosaic):
9867 * obsolete/mailpost.el (post-mail-send-it):
9868 * obsolete/pgg-pgp.el (pgg-pgp-verify-region):
9869 * obsolete/pgg-pgp5.el (pgg-pgp5-verify-region):
9870 Use with-file-modes.
9871
9872 * vc/emerge.el (emerge-make-temp-file): Simplify.
9873
9874 2014-05-14 Stephen Berman <stephen.berman@gmx.net>
9875 Stefan Monnier <monnier@iro.umontreal.ca>
9876
9877 * minibuffer.el (completion-pcm--merge-try): Merge trailing / with
9878 suffix (bug#15419).
9879
9880 2014-05-14 Glenn Morris <rgm@gnu.org>
9881
9882 * vc/emerge.el (emerge-temp-file-prefix):
9883 Make pointless option obsolete.
9884 (emerge-temp-file-mode): Make non-functional option obsolete.
9885
9886 2014-05-14 Michael Albinus <michael.albinus@gmx.de>
9887
9888 * net/browse-url.el (browse-url):
9889 Use `unhandled-file-name-directory' when setting `default-directory',
9890 in order to circumvent stalled remote connections. (Bug#17425)
9891
9892 2014-05-14 Glenn Morris <rgm@gnu.org>
9893
9894 * printing.el (subst-char-in-string, make-temp-file, pr-get-symbol):
9895 Optimize on Emacs, which has the relevant functions for ages.
9896
9897 2014-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
9898
9899 * simple.el (undo-make-selective-list): Obey undo-no-redo.
9900
9901 2014-05-12 Sam Steingold <sds@gnu.org>
9902
9903 * calendar/time-date.el (seconds-to-string): New function to
9904 pretty print time delay in seconds.
9905
9906 2014-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
9907
9908 * mpc.el (mpc-format): Trim Date to the year.
9909 (mpc-songs-hashcons): Shorten the Date field.
9910
9911 * emacs-lisp/nadvice.el (advice--interactive-form): Don't get fooled
9912 into autoloading just because of a silly indirection.
9913
9914 2014-05-12 Santiago Payà i Miralta <santiagopim@gmail.com>
9915
9916 * vc/vc-hg.el (vc-hg-unregister): New function. (Bug#17454)
9917
9918 2014-05-12 Glenn Morris <rgm@gnu.org>
9919
9920 * emacs-lisp/find-gc.el: Move to ../admin.
9921
9922 * printing.el (pr-version):
9923 * ps-print.el (ps-print-version): Also mention bug-gnu-emacs.
9924
9925 * net/browse-url.el (browse-url-mosaic):
9926 Create /tmp/Mosaic.PID as a private file.
9927
9928 2014-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
9929
9930 * emacs-lisp/nadvice.el: Support adding a given function multiple times.
9931 (advice--member-p): If name is given, only compare the name.
9932 (advice--remove-function): Don't stop at the first match.
9933 (advice--normalize-place): New function.
9934 (add-function, remove-function): Use it.
9935 (advice--add-function): Pass the name, if any, to
9936 advice--remove-function.
9937
9938 2014-05-12 Philipp Rumpf <prumpf@gmail.com> (tiny change)
9939
9940 * electric.el (electric-indent-post-self-insert-function): Don't use
9941 `pos' after modifying the buffer (bug#17449).
9942
9943 2014-05-12 Stephen Berman <stephen.berman@gmx.net>
9944
9945 * calendar/todo-mode.el (todo-insert-item-from-calendar):
9946 Correct argument list to conform to todo-insert-item--basic.
9947
9948 2014-05-12 Glenn Morris <rgm@gnu.org>
9949
9950 * files.el (cd-absolute): Test if directory is accessible
9951 rather than executable. (Bug#17330)
9952
9953 * progmodes/compile.el (recompile):
9954 Handle C-u M-x recompile from a non-compilation buffer. (Bug#17444)
9955
9956 * net/browse-url.el (browse-url-mosaic):
9957 Be careful when writing /tmp/Mosaic.PID. (Bug#17428)
9958 This is CVE-2014-3423.
9959
9960 2014-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
9961
9962 * mouse.el: Use the normal toplevel loop while dragging.
9963 (mouse-set-point): Handle multi-clicks.
9964 (mouse-set-region): Handle multi-clicks for drags.
9965 (mouse-drag-region): Update call accordingly.
9966 (mouse-drag-track): Remove `do-mouse-drag-region-post-process' hack.
9967 Use the normal event loop instead of a local while/read-event loop.
9968 (global-map): Remove redundant bindings for double/triple-mouse-1.
9969 * xt-mouse.el (xterm-mouse-translate-1): Only process one event at a time.
9970 Generate synthetic down events when the protocol only sends up events.
9971 (xterm-mouse-last): Remove.
9972 (xterm-mouse--read-event-sequence-1000): Use xterm-mouse-last-down
9973 terminal parameter instead.
9974 (xterm-mouse--set-click-count): New function.
9975 (xterm-mouse-event): Detect/generate double/triple clicks.
9976 * reveal.el (reveal-close-old-overlays): Don't close while dragging.
9977
9978 * info.el (Info-quoted): New face.
9979 (Info-mode-font-lock-keywords): New var.
9980 (Info-mode): Use it.
9981
9982 * emacs-lisp/lisp-mode.el (preceding-sexp): Exclude leading "," which
9983 are a hindrance for C-x C-e.
9984
9985 2014-05-11 Leo Liu <sdl.web@gmail.com>
9986
9987 * net/rcirc.el (rcirc-sentinel): Fix last change.
9988
9989 2014-05-08 Sam Steingold <sds@gnu.org>
9990
9991 * net/rcirc.el (rcirc-reconnect-delay): New user option.
9992 (rcirc-sentinel): Auto-reconnect to the server if
9993 `rcirc-reconnect-delay' is non-0 (but not more often than its
9994 value in case the host is off-line).
9995
9996 2014-05-09 Eli Zaretskii <eliz@gnu.org>
9997
9998 * progmodes/grep.el (lgrep): Fix a typo in last commit.
9999
10000 2014-05-09 Glenn Morris <rgm@gnu.org>
10001
10002 * files.el (file-expand-wildcards):
10003 * man.el (Man-support-local-filenames):
10004 * printing.el (pr-i-directory, pr-interface-directory):
10005 * progmodes/grep.el (lgrep, rgrep):
10006 * textmodes/ispell.el (ispell-call-process)
10007 (ispell-call-process-region, ispell-start-process)
10008 (ispell-init-process): Use file-accessible-directory-p.
10009
10010 2014-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
10011
10012 * xt-mouse.el: Drop spurious/oddly shaped events (bug#17378).
10013 (xterm-mouse--read-event-sequence-1000): Return nil if something
10014 looks fishy.
10015 (xterm-mouse-event): Propagate it.
10016 (xterm-mouse-translate-1): Handle it.
10017
10018 2014-05-08 Stephen Berman <stephen.berman@gmx.net>
10019
10020 * calendar/todo-mode.el (todo-insert-item--apply-args): When all
10021 four slots of the parameter list are filled, make sure to pass it
10022 to the argument list of todo-insert-item--basic.
10023
10024 2014-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
10025
10026 * emacs-lisp/package.el (package-compute-transaction): Topological sort.
10027 Add optional `seen' argument to detect and break infinite loops.
10028
10029 2014-05-08 Eli Zaretskii <eliz@gnu.org>
10030
10031 * emacs-lisp/find-gc.el (find-gc-unsafe, find-unsafe-funcs)
10032 (trace-unsafe, trace-use-tree): Make parentheses style be
10033 according to Emacs style.
10034
10035 2014-05-08 Michael Albinus <michael.albinus@gmx.de>
10036
10037 * net/tramp-sh.el (tramp-remote-process-environment):
10038 Remove HISTFILE and HISTSIZE; it's too late to set them here.
10039 Add :version entry.
10040 (tramp-open-shell): Do not let-bind `tramp-end-of-output'.
10041 Add "HISTFILE=/dev/null" to the shell's env arguments. Do not send
10042 extra "PSx=..." commands.
10043 (tramp-maybe-open-connection): Setenv HISTFILE to /dev/null.
10044 (Bug#17295)
10045
10046 (tramp-uudecode): Replace the hard-coded temporary file name by a
10047 format specifier.
10048 (tramp-remote-coding-commands): Enhance docstring.
10049 (tramp-find-inline-encoding): Replace "%t" by a temporary file
10050 name. (Bug#17415)
10051 This is CVE-2014-3424.
10052
10053 2014-05-08 Glenn Morris <rgm@gnu.org>
10054
10055 * emacs-lisp/find-gc.el (find-gc-source-directory): Give it a value.
10056 (find-gc-source-files): Update some names.
10057 (trace-call-tree): Simplify and update.
10058 Avoid predictable temp-file names. (http://bugs.debian.org/747100)
10059 This is CVE-2014-3422.
10060
10061 2014-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
10062
10063 * minibuffer.el (completion--try-word-completion): Revert fix for
10064 Bug#15980 (bug#17375).
10065
10066 * xt-mouse.el (xterm-mouse--read-event-sequence-1000): (bug#17378)
10067 Always store button numbers in the same way in xterm-mouse-last;
10068 Don't burp is xterm-mouse-last is not set as expected.
10069 Never return negative indices.
10070
10071 2014-05-08 Dmitry Gutov <dgutov@yandex.ru>
10072
10073 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
10074 Backtrack one char if the global/char-literal var matcher hits
10075 inside a string. The next char could be the beginning of an
10076 expression expansion.
10077
10078 2014-05-08 Glenn Morris <rgm@gnu.org>
10079
10080 * help-fns.el (describe-function-1): Test for an autoload before a
10081 macro, since `macrop' works on autoloads. (Bug#17410)
10082
10083 2014-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
10084
10085 * electric.el (electric-indent-functions-without-reindent): Add yaml.
10086
10087 * minibuffer.el (completion-table-with-quoting) <completion--unquote>:
10088 Make sure the new point we return is within the new string (bug#17239).
10089
10090 2014-05-05 Daniel Colascione <dancol@dancol.org>
10091
10092 * progmodes/compile.el (compilation-error-regexp-alist-alist):
10093 Port `gnu' pattern to rx.
10094
10095 2014-05-05 Jarek Czekalski <jarekczek@poczta.onet.pl>
10096
10097 Remove unneeded prompt when closing a buffer with active
10098 emacsclient ("Buffer ... still has clients"), #16548.
10099 * server.el (server-start): Remove the only call to:
10100 (server-kill-buffer-query-function): Remove.
10101
10102 2014-05-04 Leo Liu <sdl.web@gmail.com>
10103
10104 * calendar/diary-lib.el (calendar-chinese-month-name-array):
10105 Defvar to pacify compiler.
10106
10107 2014-05-04 Eli Zaretskii <eliz@gnu.org>
10108
10109 * mail/rmailsum.el (rmail-new-summary-1): Fix a typo in a comment.
10110
10111 2014-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
10112
10113 * vc/ediff-diff.el (ediff-set-fine-diff-properties-in-one-buffer):
10114 Use nil rather than `default' for the "default" appearance (bug#17388).
10115 * vc/ediff-util.el (ediff-inferior-compare-regions)
10116 (ediff-toggle-autorefine, ediff-unselect-difference): Don't use
10117 a misleading `default' value when it's really a boolean.
10118 * vc/ediff-init.el (ediff-set-overlay-face): Don't set help-echo if the
10119 overlay is not visible.
10120
10121 2014-05-04 Stephen Berman <stephen.berman@gmx.net>
10122
10123 * calendar/todo-mode.el (todo-edit-file): Use display-warning.
10124 (todo-menu): Uncomment and update.
10125
10126 2014-05-04 Stephen Berman <stephen.berman@gmx.net>
10127
10128 * calendar/todo-mode.el: Reimplement item editing to have the same
10129 basic user interface as item insertion, and make small UI and
10130 larger internal improvements to the latter.
10131 (todo-insert-item): Add reference to the Todo mode user manual to
10132 the documentation string.
10133 (todo-insert-item--basic): Rename from todo-basic-insert-item and
10134 adjust all callers. Change signature to combine diary and
10135 nonmarking arguments. Incorporate functionality of deleted item
10136 copying command and add error checking. Remove detailed
10137 descriptions of the arguments from the documentation string, since
10138 this is treated in the Todo mode user manual.
10139 (todo-copy-item, todo-edit-multiline-item)
10140 (todo-edit-done-item-comment, todo-edit-item-header)
10141 (todo-edit-item-time, todo-edit-item-date-from-calendar)
10142 (todo-edit-item-date-to-today, todo-edit-item-date-day-name)
10143 (todo-edit-item-date-year, todo-edit-item-date-month)
10144 (todo-edit-item-date-day, todo-edit-item-diary-nonmarking):
10145 Remove.
10146 (todo-edit-item): Reimplement as wrapper command for
10147 todo-edit-item--next-key and make it distinguish done and not done
10148 todo items.
10149 (todo-edit-item--text): New function, replacing old command
10150 todo-edit-item and incorporating deleted commands
10151 todo-edit-multiline-item and todo-edit-done-item-comment.
10152 (todo-edit-item--header): Rename from todo-basic-edit-item-header.
10153 Use only numeric value of prefix argument. Remove detailed
10154 descriptions of the arguments from the documentation string, since
10155 this is treated in the Todo mode user manual.
10156 (todo-edit-item--diary-inclusion): New function, replacing old
10157 command todo-edit-item-diary-inclusion and incorporating and fixing
10158 functionality of deleted command todo-edit-item-diary-nonmarking,
10159 making sure to remove todo-nondiary-marker when adding
10160 diary-nonmarking-symbol.
10161 (todo-edit-category-diary-inclusion): Make sure to delete
10162 diary-nonmarking-symbol when adding todo-nondiary-marker.
10163 (todo-edit-category-diary-nonmarking): Fix indentation.
10164 (todo-insert-item--parameters): Group diary and nonmarking
10165 parameters together.
10166 (todo-insert-item--apply-args): Adjust to signature of
10167 todo-insert-item--basic and incorporate copy parameter.
10168 Make small code improvements.
10169 (todo-insert-item--next-param): Improve prompt and adjust it to
10170 new parameter grouping. Remove obsolete code.
10171 (todo-edit-item--param-key-alist)
10172 (todo-edit-item--date-param-key-alist)
10173 (todo-edit-done-item--param-key-alist): New defconsts.
10174 (todo-edit-item--prompt): New variable.
10175 (todo-edit-item--next-key): New function.
10176 (todo-key-bindings-t): Bind "e" to todo-edit-item.
10177 Remove bindings of deleted commands.
10178
10179 2014-05-04 Leo Liu <sdl.web@gmail.com>
10180
10181 * emacs-lisp/cl-macs.el (cl-deftype): Fix indentation.
10182
10183 2014-05-04 Glenn Morris <rgm@gnu.org>
10184
10185 * allout-widgets.el (allout-widgets-tally)
10186 (allout-decorate-item-guides):
10187 * menu-bar.el (menu-bar-positive-p):
10188 * minibuffer.el (completion-pcm-complete-word-inserts-delimiters):
10189 * progmodes/gdb-mi.el (gdbmi-same-start, gdbmi-is-number):
10190 * progmodes/js.el (js--inside-param-list-p)
10191 (js--inside-dojo-class-list-p, js--forward-destructuring-spec):
10192 * progmodes/prolog.el (region-exists-p):
10193 * progmodes/verilog-mode.el (verilog-scan-cache-ok-p):
10194 * textmodes/reftex-parse.el (reftex-using-biblatex-p):
10195 Doc fixes (replace `iff').
10196
10197 2014-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
10198
10199 * mpc.el (mpc-volume-mouse-set): Don't burp at the boundaries.
10200
10201 2014-05-04 Leo Liu <sdl.web@gmail.com>
10202
10203 Support Chinese diary entries in calendar and diary. (Bug#17393)
10204 * calendar/cal-china.el (calendar-chinese-month-name-array): New var.
10205 (calendar-chinese-from-absolute-for-diary)
10206 (calendar-chinese-to-absolute-for-diary)
10207 (calendar-chinese-mark-date-pattern, diary-chinese-mark-entries)
10208 (diary-chinese-list-entries): New functions to list and mark
10209 Chinese diary entries in the calendar window.
10210 (diary-chinese-anniversary)
10211 (diary-chinese-insert-anniversary-entry)
10212 (diary-chinese-insert-entry, diary-chinese-insert-monthly-entry)
10213 (diary-chinese-insert-yearly-entry): New commands to insert
10214 Chinese diary entries.
10215
10216 * calendar/diary-lib.el (diary-font-lock-keywords):
10217 Support font-locking Chinese dates.
10218
10219 * calendar/cal-menu.el (cal-menu-diary-menu): Add entries for
10220 inserting Chinese diary entries.
10221
10222 * calendar/calendar.el (diary-chinese-entry-symbol):
10223 New customizable variable.
10224 (calendar-mode-map): Add bindings for inserting Chinese diary
10225 entries.
10226
10227 2014-05-03 Juri Linkov <juri@jurta.org>
10228
10229 * dired.el (dired-check-switches, dired-switches-recursive-p):
10230 New functions. (Bug#17218)
10231 (dired-switches-escape-p, dired-move-to-end-of-filename):
10232 Use `dired-check-switches'.
10233 (dired-insert-old-subdirs, dired-build-subdir-alist)
10234 (dired-sort-R-check): Use `dired-switches-recursive-p'.
10235
10236 2014-05-01 Barry O'Reilly <gundaetiapo@gmail.com>
10237
10238 * simple.el (undo-make-selective-list): New algorithm fixes
10239 incorrectness of position adjustments when undoing in region.
10240 (Bug#17235)
10241 (undo-elt-crosses-region): Make obsolete.
10242 (undo-adjust-elt, undo-adjust-beg-end, undo-adjust-pos):
10243 New functions to adjust positions using undo-deltas.
10244
10245 2014-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
10246
10247 * emacs-lisp/lisp-mode.el (lisp--match-hidden-arg): Only highlight past
10248 the last consecutive closing paren (bug#17345).
10249
10250 2014-04-30 Reuben Thomas <rrt@sc3d.org>
10251
10252 * dired.el (dired-mode): make terminology for eXpunge command
10253 consistent. (Bug#17276)
10254
10255 2014-04-30 Eli Zaretskii <eliz@gnu.org>
10256
10257 * dired.el (dired-initial-position-hook, dired-initial-position):
10258 Doc string fixes.
10259
10260 2014-04-30 Glenn Morris <rgm@gnu.org>
10261
10262 * mail/rmail.el (rmail-quit): Handle killed summaries. (Bug#17283)
10263
10264 2014-04-30 Matthias Dahl <matthias.dahl@binary-island.eu>
10265
10266 * faces.el (face-spec-recalc): Apply X resources only after the
10267 defface spec has been applied. Thus, X resources are no longer
10268 overriden by the defface spec which also fixes issues on win32 where
10269 the toolbar coloring was wrong because it is set through X resources
10270 and was (wrongfully) overriden. (Bug#16694)
10271
10272 2014-04-30 Stefan Monnier <monnier@iro.umontreal.ca>
10273
10274 * textmodes/rst.el (electric-pair-pairs): Declare.
10275 (rst-mode): Set it (bug#17131).
10276
10277 2014-04-30 Juri Linkov <juri@jurta.org>
10278
10279 * desktop.el (desktop-value-to-string): Let-bind `print-length'
10280 and `print-level' to nil. (Bug#17351)
10281
10282 2014-04-30 Nicolas Richard <theonewiththeevillook@yahoo.fr>
10283
10284 * battery.el (battery-update): Handle the case where battery
10285 status is "N/A" (bug#17319).
10286
10287 2014-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
10288
10289 * progmodes/ps-mode.el: Use SMIE. Move string and comment recognition
10290 to syntax-propertize.
10291 (ps-mode-auto-indent): Mark as obsolete.
10292 (ps-mode-font-lock-keywords-1): Remove string-or-comment handling.
10293 (ps-mode-font-lock-keywords-3): Use symbol regexp operators instead of
10294 word regexp operators.
10295 (ps-mode-map): Move initialization into declaration. Remove binding
10296 for TAB, RET, >, ], and }.
10297 (ps-mode-syntax-table): Move initialization into declaration.
10298 Don't give word syntax to non-word chars.
10299 (ps-run-mode-map): Move initialization into declaration.
10300 (ps-mode-menu-main): Remove auto-indent entry.
10301 (ps-mode-smie-rules): New function.
10302 (ps-mode): Setup smie, syntax-propertize, and electric-indent-mode.
10303 (ps-mode-looking-at-nested, ps-mode-match-string-or-comment): Remove.
10304 (ps-mode--string-syntax-table): New const.
10305 (ps-mode--syntax-propertize-special, ps-mode-syntax-propertize):
10306 New functions.
10307 (ps-mode-newline, ps-mode-tabkey, ps-mode-r-brace, ps-mode-r-angle)
10308 (ps-mode-r-gt, ps-mode-r-balance): Remove functions.
10309
10310 2014-04-27 Daniel Colascione <dancol@dancol.org>
10311
10312 * term/xterm.el (xterm-paste): Use large finite timeout when
10313 reading event to avoid putting keys in this-command-keys.
10314
10315 2014-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
10316
10317 * progmodes/perl-mode.el (perl--syntax-exp-intro-regexp): New var.
10318 (perl-syntax-propertize-function): Use it. Extend handling of
10319 here-docs to the unquoted case.
10320
10321 2014-04-25 Eli Zaretskii <eliz@gnu.org>
10322
10323 * tooltip.el (tooltip-show-help-non-mode, tooltip-show-help):
10324 Use equal-including-properties to compare help-echo strings (bug#17331).
10325
10326 2014-04-25 Leo Liu <sdl.web@gmail.com>
10327
10328 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
10329 Fix syntax for @. (Bug#17325)
10330
10331 2014-04-25 Daniel Colascione <dancol@dancol.org>
10332
10333 * emacs-lisp/cl.el (gv): Require gv early to break eager
10334 macro-expansion cycles.
10335
10336 2014-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
10337
10338 * simple.el (region-active-p): Check there's a mark (bug#17324).
10339
10340 * simple.el (completion-list-mode-map): Use choose-completion for the
10341 mouse binding as well (bug#17302).
10342 (completion-list-mode, completion-setup-function): Adjust docstring and
10343 echo area message accordingly.
10344 * progmodes/idlwave.el (idlwave-choose-completion): Adjust to new
10345 calling convention of choose-completion.
10346 * comint.el (comint-dynamic-list-completions):
10347 * term.el (term-dynamic-list-completions): Accept choose-completion.
10348
10349 * progmodes/perl-mode.el (perl-syntax-propertize-function): Slash after
10350 &, |, +, - and * can't be a division (bug#17317).
10351
10352 * term/xterm.el (xterm--version-handler): Don't use modern xterm
10353 features on gnome-terminal (bug#16988).
10354
10355 2014-04-25 Thien-Thi Nguyen <ttn@gnu.org>
10356
10357 Improve Scheme font-locking for (define ((foo ...) ...) ...).
10358
10359 * progmodes/scheme.el (scheme-font-lock-keywords-1): To find
10360 the declared object, ignore zero or more parens, not zero or one.
10361
10362 2014-04-24 Leo Liu <sdl.web@gmail.com>
10363
10364 * progmodes/xscheme.el (xscheme-expressions-ring)
10365 (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
10366 (xscheme-control-g-disabled-p, xscheme-process-filter-state)
10367 (xscheme-allow-output-p, xscheme-prompt)
10368 (xscheme-string-accumulator, xscheme-mode-string): Use defvar-local.
10369
10370 * progmodes/scheme.el (would-be-symbol, next-sexp-as-string):
10371 Comment out unused functions.
10372
10373 2014-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
10374
10375 * info.el: Use lexical-binding and cl-lib.
10376 Use defvar-local and setq-local instead of make-local-variable.
10377 (Info-apropos-matches): Avoid add-to-list.
10378 (Info-edit-mode-map): Fix obsolescence call to Info-edit-map.
10379
10380 2014-04-24 Daniel Colascione <dancol@dancol.org>
10381
10382 * progmodes/sh-script.el (sh-builtins): Add coproc to list of bash builtins.
10383
10384 2014-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
10385
10386 * emacs-lisp/cl-macs.el (cl--loop-let): Fix last merge.
10387
10388 2014-04-22 Michael Heerdegen <michael_heerdegen@web.de>
10389
10390 * dired.el (dired-insert-set-properties): Do not consider
10391 subdirectory headings and empty lines to be information that
10392 `dired-hide-details-mode' should hide. (Bug#17228)
10393
10394 2014-04-22 Michael Albinus <michael.albinus@gmx.de>
10395
10396 * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
10397 Remove test messages.
10398 (tramp-do-copy-or-rename-file-out-of-band): Do not quote `source'
10399 and `target' twice.
10400
10401 2014-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
10402
10403 * dframe.el (dframe-get-focus): Remove `hook' argument (bug#17311).
10404 * speedbar.el (speedbar-get-focus): Run the "hook" afterwards instead.
10405
10406 * emacs-lisp/cl-macs.el (cl--loop-let): Avoid `nil' as var name.
10407
10408 2014-04-22 Michael Albinus <michael.albinus@gmx.de>
10409
10410 * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
10411 Set "IFS=" when using read builtin, in order to preserve spaces in
10412 the file name. Add test messages for hunting a bug on hydra.
10413 (tramp-get-ls-command): Undo using "-b" argument. It doesn't help.
10414
10415 2014-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
10416
10417 * progmodes/prog-mode.el (prettify-symbols--compose-symbol):
10418 Don't prettify a word within a symbol.
10419
10420 2014-04-22 Michael Albinus <michael.albinus@gmx.de>
10421
10422 * net/tramp-sh.el (tramp-get-ls-command): Use "-b" argument if
10423 possible.
10424
10425 2014-04-22 Daniel Colascione <dancol@dancol.org>
10426
10427 * emacs-lisp/byte-run.el (function-put): Unbreak build: don't
10428 use defun to define `function-put'.
10429
10430 2014-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
10431
10432 * emacs-lisp/lisp-mode.el (lisp--match-hidden-arg): New function.
10433 (lisp-el-font-lock-keywords-2, lisp-cl-font-lock-keywords-2): Use it.
10434 (lisp-mode-variables): Set font-lock-extra-managed-props.
10435
10436 * emacs-lisp/byte-run.el (function-put): New function.
10437 (defun-declarations-alist): Use it. Add `pure' and `side-effect-free'.
10438 * emacs-lisp/cl-macs.el (cl-defstruct, cl-struct-sequence-type)
10439 (cl-struct-slot-info, cl-struct-slot-offset, cl-struct-slot-value):
10440 Use them.
10441
10442 2014-04-22 Daniel Colascione <dancol@dancol.org>
10443
10444 * emacs-lisp/macroexp.el (internal-macroexpand-for-load):
10445 Add `full-p' parameter; when nil, call `macroexpand' instead of
10446 `macroexpand-all'.
10447
10448 * emacs-lisp/byte-run.el (eval-when-compile, eval-and-compile):
10449 Improve docstrings.
10450
10451 * emacs-lisp/bytecomp.el (byte-compile-initial-macro-environment):
10452 Use lambda function values, not quoted lambdas.
10453 (byte-compile-recurse-toplevel): Remove extraneous &optional.
10454
10455 * emacs-lisp/cl-macs.el
10456 (cl-struct-sequence-type, cl-struct-slot-info): Declare pure.
10457 (cl-struct-slot-value): Conditionally use aref or nth so that the
10458 compiler produces optimal code.
10459
10460 2014-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
10461
10462 * emacs-lisp/cl-macs.el (cl-struct-slot-offset): Mark as pure.
10463 (inline): Don't inline cl--set-elt.
10464 (cl-struct-slot-value): Remove explicit gv-setter and compiler-macro.
10465 Define as inlinable instead.
10466 (cl-struct-set-slot-value): Remove.
10467
10468 * emacs-lisp/cl-lib.el (cl--set-elt): Remove.
10469 * emacs-lisp/cl-seq.el (cl-replace, cl-substitute, cl-nsubstitute):
10470 Use setf instead.
10471
10472 2014-04-21 Daniel Colascione <dancol@dancol.org>
10473
10474 * emacs-lisp/cl-macs.el (cl--const-expr-val): We didn't need the
10475 last two parameters after all.
10476 (cl--expr-contains,cl--compiler-macro-typep,cl--compiler-macro-member)
10477 (cl--compiler-macro-assoc,cl-struct-slot-value)
10478 (cl-struct-set-slot-value): Stop using them.
10479
10480 (2014-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
10481
10482 * image-mode.el (image-mode-window-put): Don't assume there's a `t'
10483 entry in image-mode-winprops-alist.
10484
10485 2014-04-21 Daniel Colascione <dancol@dancol.org>
10486
10487 * emacs-lisp/bytecomp.el (byte-compile-recurse-toplevel): New function.
10488 (byte-compile-recurse-toplevel, byte-compile-initial-macro-environment)
10489 (byte-compile-toplevel-file-form): Use it.
10490
10491 * emacs-lisp/cl-macs.el:
10492 (cl--loop-let): Properly destructure `while' clauses.
10493
10494 2014-04-20 Daniel Colascione <dancol@dancol.org>
10495
10496 * vc/vc.el (vc-root-dir): New public autoloaded function for
10497 generically finding the current VC root.
10498 * vc/vc-hooks.el (vc-not-supported): New error.
10499 (vc-call-backend): Signal `vc-not-supported' instead of generic error.
10500
10501 2014-04-20 Daniel Colascione <dancol@dancol.org>
10502
10503 * emacs-lisp/cl-macs.el (cl-the): Make `cl-the' assert its type
10504 argument.
10505 (cl--const-expr-val): cl--const-expr-val should macroexpand its
10506 argument in case we're inside a symbol-macrolet.
10507 (cl--do-arglist, cl--compiler-macro-typep)
10508 (cl--compiler-macro-member, cl--compiler-macro-assoc): Pass macro
10509 environment to `cl--const-expr-val'.
10510 (cl-struct-sequence-type,cl-struct-slot-info)
10511 (cl-struct-slot-offset, cl-struct-slot-value)
10512 (cl-struct-set-slot-value): New functions.
10513
10514 2014-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
10515
10516 * progmodes/sh-script.el (sh-smie--sh-keyword-p): Handle variable
10517 assignments such as "case=hello" (bug#17297).
10518
10519 2014-04-18 Michael Albinus <michael.albinus@gmx.de>
10520
10521 * net/tramp.el (tramp-run-real-handler, tramp-file-name-handler):
10522 Do not autoload.
10523 (tramp-file-name-handler, tramp-completion-file-name-handler):
10524 Revert patch from 2014-04-10, it isn't necessary anymore.
10525 (tramp-autoload-file-name-handler)
10526 (tramp-register-autoload-file-name-handlers): New defuns.
10527 (top): Autoload call of `tramp-register-autoload-file-name-handlers'.
10528 (tramp-register-file-name-handlers): Remove also
10529 `tramp-autoload-file-name-handler' from `file-name-handler-list'.
10530 Do not autoload its invocation, but eval it after loading of 'tramp.
10531
10532 * net/tramp-adb.el (tramp-unload-hook): Unload `tramp-adb'.
10533
10534 * net/tramp-compat.el (tramp-unload-hook): Unload `tramp-loaddefs'.
10535
10536 2014-04-17 Daniel Colascione <dancol@dancol.org>
10537
10538 Add support for bracketed paste mode; add infrastructure for
10539 managing terminal mode enabling and disabling automatically.
10540
10541 * xt-mouse.el:
10542 (xterm-mouse-mode): Simplify.
10543 (xterm-mouse-tracking-enable-sequence)
10544 (xterm-mouse-tracking-disable-sequence): New constants.
10545 (turn-on-xterm-mouse-tracking-on-terminal)
10546 (turn-off-xterm-mouse-tracking-on-terminal):
10547 Use tty-mode-set-strings and tty-mode-reset-strings terminal
10548 parameters instead of random hooks.
10549 (turn-on-xterm-mouse-tracking)
10550 (turn-off-xterm-mouse-tracking): Delete.
10551
10552 * term/xterm.el (xterm-extra-capabilities): Fix bitrotted comment.
10553 (xterm-paste-ending-sequence): New constant.
10554 (xterm-paste): New command used for bracketed paste support.
10555
10556 (xterm-modify-other-keys-terminal-list): Delete obsolete variable.
10557 (terminal-init-xterm-bracketed-paste-mode): New function.
10558 (terminal-init-xterm): Call it.
10559 (terminal-init-xterm-modify-other-keys): Use tty-mode-set-strings
10560 and tty-mode-reset-strings instead of random hooks.
10561 (xterm-turn-on-modify-other-keys)
10562 (xterm-turn-off-modify-other-keys)
10563 (xterm-remove-modify-other-keys): Delete obsolete functions.
10564
10565 * term/screen.el: Rewrite to just use the xterm code.
10566 Add copyright notice. Mention tmux.
10567
10568 2014-04-17 Ian D <dunni@gnu.org> (tiny change)
10569
10570 * image-mode.el (image-mode-window-put): Also update the property of
10571 the "default window".
10572 * doc-view.el (doc-view-new-window-function): If no window
10573 exists, move to the last known page.
10574
10575 2014-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
10576
10577 * progmodes/perl-mode.el (perl-calculate-indent): Don't auto-indent in
10578 here-documents (bug#17262).
10579
10580 2014-04-16 Eli Zaretskii <eliz@gnu.org>
10581
10582 * term/pc-win.el (x-list-fonts, x-get-selection-value):
10583 Provide doc strings, as required by snarf-documentation.
10584
10585 2014-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
10586
10587 * ps-def.el (ps-generate-postscript-with-faces1): Use the new `sorted'
10588 arg of overlays-at. Use `invisible-p'.
10589
10590 * obsolete/lucid.el (extent-at):
10591 * htmlfontify.el (hfy-overlay-props-at): Use the new `sorted' arg of
10592 overlays-at.
10593 (hfy-fontify-buffer): Remove unused var `orig-ovls'.
10594
10595 2014-04-16 João Távora <joaotavora@gmail.com>
10596
10597 * net/shr.el (shr-expand-url): Use `expand-file-name' for relative
10598 links. (Bug#17217).
10599
10600 2014-04-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10601
10602 * vc/ediff-diff.el (ediff-set-fine-diff-properties-in-one-buffer):
10603 Use mapc to loop over a vector. (Bug#17257).
10604
10605 2014-04-16 Michael Albinus <michael.albinus@gmx.de>
10606
10607 * net/tramp-sh.el (tramp-sh-handle-file-truename): Revert previous
10608 patch, there are new problems with file names containing spaces.
10609 Get rid of backticks. (Bug#17238)
10610
10611 2014-04-16 João Távora <joaotavora@gmail.com>
10612
10613 * elec-pair.el (electric-pair--syntax-ppss): Simplify and fix
10614 possible bug.
10615
10616 2014-04-16 Eli Zaretskii <eliz@gnu.org>
10617
10618 * frame.el (blink-cursor-blinks, blink-cursor-blinks-done): Doc fixes.
10619 (blink-cursor-mode): Mention customization variables and the
10620 effect of 'blink-cursor-blinks'.
10621
10622 2014-04-16 Barry O'Reilly <gundaetiapo@gmail.com>
10623
10624 * simple.el (undo): Prevent insertion of identity mapping into
10625 undo-equiv-table so as undo-only does not inf loop in the presence
10626 of consecutive nils in undo list.
10627
10628 2014-04-16 Matthias Dahl <matthias.dahl@binary-island.eu>
10629
10630 * faces.el (make-face): Deprecate optional argument as it is no
10631 longer needed/used since the conditional X resources handling
10632 has been pushed down to make-face-x-resource-internal itself.
10633 (make-empty-face): Don't pass optional argument to make-face.
10634
10635 2014-04-16 Karl Fogel <kfogel@red-bean.com>
10636
10637 * savehist.el (savehist-save): Remove workaround for a read-passwd
10638 bug that was fixed before 24.3. Thanks to Juanma Barranquero for
10639 noticing that the shim was still present.
10640
10641 2014-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
10642
10643 * doc-view.el (doc-view-set-doc-type): Ignore file name case; add .pps.
10644
10645 2014-04-14 Juanma Barranquero <lekktu@gmail.com>
10646
10647 * faces.el (face-set-after-frame-default): Remove unused local variable.
10648
10649 2014-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
10650
10651 * progmodes/grep.el: Use lexical-binding.
10652 (grep-expand-template): Pass explicit lexical env to `eval'.
10653 (zrgrep): Let-bind grep-find-template explicitly.
10654
10655 * emacs-lisp/cl-lib.el (current-case-table): Remove setter.
10656 * leim/quail/sisheng.el (sisheng-list): Use with-case-table.
10657
10658 2014-04-12 Eli Zaretskii <eliz@gnu.org>
10659
10660 * international/characters.el <standard-case-table>: Add entries
10661 for letters from the Coptic block u+2C80-u+2CFF. (Bug#17243)
10662 Set category of Coptic characters be 'g' (Greek).
10663
10664 2014-04-12 Leo Liu <sdl.web@gmail.com>
10665
10666 * progmodes/octave.el (completion-table-with-cache):
10667 Define if not available.
10668 (octave-goto-function-definition, octave-sync-function-file-names)
10669 (octave-find-definition-default-filename):
10670 Backquote upattern for compatibility.
10671
10672 2014-04-12 Michael Albinus <michael.albinus@gmx.de>
10673
10674 * net/tramp-sh.el (tramp-sh-handle-file-truename): Quote the file
10675 name twice due to backticks. (Bug#17238)
10676
10677 2014-04-12 Glenn Morris <rgm@gnu.org>
10678
10679 * term/w32-win.el (x-win-suspend-error):
10680 * term/x-win.el (x-win-suspend-error): Sync docs.
10681
10682 2014-04-12 Matthias Dahl <matthias.dahl@binary-island.eu>
10683
10684 * faces.el (make-face): Remove deprecated optional argument.
10685 The conditional application of X resources is handled directly by
10686 make-face-x-resource-internal since Emacs 24.4.
10687 (make-empty-face): Don't pass optional argument to make-face.
10688
10689 2014-04-11 Glenn Morris <rgm@gnu.org>
10690
10691 * Makefile.in (EMACSDATA, EMACSDOC, EMACSPATH): Unexport. (Bug#16429)
10692
10693 2014-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
10694
10695 Ediff's overlay priorities cause more trouble than they solve.
10696 * vc/ediff-init.el (ediff-shadow-overlay-priority): Remove variable.
10697 (ediff-highest-priority): Remove function (bug#17234).
10698 * vc/ediff-util.el (ediff-highlight-diff-in-one-buffer):
10699 * vc/ediff-diff.el (ediff-set-diff-overlays-in-one-buffer)
10700 (ediff-set-fine-diff-properties-in-one-buffer): Don't mess with
10701 overlay priorities.
10702
10703 2014-04-11 Feng Li <fengli@gmail.com> (tiny change)
10704
10705 * progmodes/pascal.el (pascal-font-lock-keywords): Fix incorrect format
10706 entry; use symbol boundaries to avoid mis-matches.
10707
10708 2014-04-11 Michael Albinus <michael.albinus@gmx.de>
10709
10710 * net/tramp.el (tramp-file-name-handler)
10711 (tramp-completion-file-name-handler): Avoid recursive loading.
10712
10713 * net/tramp-sh.el (tramp-make-copy-program-file-name):
10714 Quote result also locally.
10715
10716 2014-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
10717
10718 * emulation/cua-base.el (<toplevel>, cua--pre-command-handler-1):
10719 Remove left-over code.
10720
10721 * newcomment.el (comment-indent-new-line): Sink code where it's used.
10722 Reuse the previous comment's indentation unconditionally if it's on its
10723 own line.
10724
10725 2014-04-09 Daniel Colascione <dancol@dancol.org>
10726
10727 * emacs-lisp/lisp.el (backward-up-list): Add `escape-strings',
10728 `no-syntax-crossing' arguments. Forward to `up-list'.
10729 (up-list): Add `escape-strings', `no-syntax-crossing' arguments.
10730 Implement logic for escaping from strings. Use narrowing to deal
10731 with corner cases.
10732
10733 2014-04-09 Leo Liu <sdl.web@gmail.com>
10734
10735 * net/rcirc.el (rcirc-connection-info): New variable.
10736 (rcirc-connect): Use it to store connection info.
10737 (rcirc-buffer-process): Avoid get-buffer-process which returns nil
10738 for killed process.
10739 (rcirc-cmd-reconnect): New command. (Bug#17045)
10740 (rcirc-mode, set-rcirc-encode-coding-system)
10741 (set-rcirc-decode-coding-system, rcirc-connect): Use setq-local.
10742
10743 2014-04-09 Daniel Colascione <dancol@dancol.org>
10744
10745 * emacs-lisp/cl-indent.el: Add comment claiming
10746 facility is also good for elisp.
10747 (lisp-indent-find-method): New function.
10748 (common-lisp-indent-function): Recognize cl-loop.
10749 (common-lisp-indent-function-1): Recognize cl constructs; use
10750 `lisp-indent-find-method' instead of `get' directly.
10751 (if): Use else-body style for elisp.
10752
10753 2014-04-09 Dmitry Gutov <dgutov@yandex.ru>
10754
10755 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Highlight more
10756 Module methods. (Bug#17216)
10757
10758 2014-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
10759
10760 * help.el (describe-bindings): Fix buffer handling (bug#17210).
10761 (describe-bindings-internal): Mark obsolete.
10762
10763 2014-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
10764
10765 * subr.el (with-silent-modifications): Don't bind deactivate-mark,
10766 buffer-file-name, and buffer-file-truename any more.
10767
10768 2014-04-08 Leo Liu <sdl.web@gmail.com>
10769
10770 Use lexical-binding and require cl-lib.
10771 * net/rcirc.el (rcirc, rcirc-handler-ctcp-KEEPALIVE)
10772 (rcirc-handler-generic, rcirc-fill-paragraph)
10773 (rcirc-format-response-string, rcirc-target-buffer)
10774 (rcirc-last-line, rcirc-record-activity, rcirc-split-activity)
10775 (rcirc-activity-string, rcirc-make-trees, rcirc-cmd-ctcp)
10776 (rcirc-ctcp-sender-PING, rcirc-browse-url)
10777 (rcirc-markup-timestamp, rcirc-markup-attributes)
10778 (rcirc-markup-my-nick, rcirc-markup-urls)
10779 (rcirc-markup-bright-nicks, rcirc-markup-fill)
10780 (rcirc-check-auth-status, rcirc-handler-WALLOPS)
10781 (rcirc-handler-JOIN, rcirc-handler-PART-or-KICK)
10782 (rcirc-handler-PART, rcirc-handler-KICK, rcirc-handler-QUIT)
10783 (rcirc-handler-NICK, rcirc-handler-PING, rcirc-handler-PONG)
10784 (rcirc-handler-TOPIC, rcirc-handler-301, rcirc-handler-317)
10785 (rcirc-handler-332, rcirc-handler-333, rcirc-handler-477)
10786 (rcirc-handler-MODE, rcirc-handler-353, rcirc-handler-366)
10787 (rcirc-authenticate, rcirc-handler-INVITE, rcirc-handler-ERROR)
10788 (rcirc-handler-ctcp-VERSION, rcirc-handler-ctcp-TIME)
10789 (rcirc-handler-CTCP-response): Fix unused arguments warnings and
10790 use cl-lib.
10791
10792 2014-04-07 João Távora <joaotavora@gmail.com>
10793
10794 * elec-pair.el (electric-pair--syntax-ppss):
10795 When inside comments parse from comment beginning.
10796 (electric-pair--balance-info): Fix typo in comment.
10797 (electric-pair--in-unterminated-string-p): Delete.
10798 (electric-pair--unbalanced-strings-p): New function.
10799 (electric-pair-string-bound-function): New var.
10800 (electric-pair-inhibit-if-helps-balance): Decide quote pairing
10801 according to `electric-pair--in-unterminated-string-p'
10802
10803 * elec-pair.el (electric-pair-inhibit-if-helps-balance):
10804 Inhibit quote pairing if point-max is inside an unterminated string.
10805 (electric-pair--looking-at-unterminated-string-p): Delete.
10806 (electric-pair--in-unterminated-string-p): New function.
10807
10808 2014-04-07 Glenn Morris <rgm@gnu.org>
10809
10810 * shell.el (shell-directory-tracker):
10811 Go back to just ignoring failures. (Bug#17159)
10812
10813 2014-04-07 João Távora <joaotavora@gmail.com>
10814
10815 Fix `electric-pair-delete-adjacent-pairs' in modes binding
10816 backspace. (Bug#16981)
10817 * elec-pair.el (electric-pair-backward-delete-char): Delete.
10818 (electric-pair-backward-delete-char-untabify): Delete.
10819 (electric-pair-mode-map): Bind backspace to a menu item filtering
10820 a new `electric-pair-delete-pair' command.
10821 (electric-pair-delete-pair): New command.
10822
10823 * progmodes/python.el (python-electric-pair-string-delimiter):
10824 Fix triple-quoting electricity. (Bug#17192)
10825
10826 * elec-pair.el (electric-pair-post-self-insert-function):
10827 Don't skip whitespace when `electric-pair-text-pairs' and
10828 `electric-pair-pairs' were used. syntax to
10829 electric-pair--skip-whitespace. (Bug#17183)
10830
10831 2014-04-07 Eli Zaretskii <eliz@gnu.org>
10832
10833 * leim/quail/ipa.el (ipa-x-sampa): Fix the character produced for
10834 "<F>". (Bug#17199)
10835
10836 2014-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
10837
10838 * mpc.el (mpc--status-timer-run): Disable timer if not displayed.
10839 (mpc--status-idle-timer-run): Use mpc--status-timer-run.
10840
10841 2014-04-07 Glenn Morris <rgm@gnu.org>
10842
10843 * help.el (view-lossage): Doc tweak.
10844
10845 2014-04-07 Matthias Dahl <ml_emacs-lists@binary-island.eu>
10846
10847 * faces.el (face-spec-recalc): Call make-face-x-resource-internal
10848 only when inhibit-x-resources is nil, and do that earlier in the
10849 function. Doc fix. (Bug#16694)
10850 (face-spec-choose): Accept additional optional argument, whose
10851 value is returned if no matching attributes are found.
10852 (face-spec-recalc): Use the new optional argument when calling
10853 face-spec-choose. (Bug#16378)
10854 (make-face-x-resource-internal): Do nothing when
10855 inhibit-x-resources is non-nil. Don't touch the default face if
10856 reversed video is given--as was done in previous versions of Emacs.
10857 (face-set-after-frame-default): Don't call
10858 make-face-x-resource-internal here. (Bug#16434)
10859
10860 2014-04-07 Tassilo Horn <tsdh@gnu.org>
10861
10862 * doc-view.el (doc-view-bookmark-jump):
10863 Use `bookmark-after-jump-hook' to jump to the right page after the
10864 buffer is shown in a window. (bug#16090)
10865
10866 2014-04-07 Eli Zaretskii <eliz@gnu.org>
10867
10868 * international/characters.el (mirroring): Fix last change:
10869 instead of loading uni-mirrored.el explicitly, do that implicitly
10870 by creating the 'mirroring' uniprop table. This avoids announcing
10871 the loading of uni-mirrored.el.
10872
10873 2014-04-07 Glenn Morris <rgm@gnu.org>
10874
10875 * files.el (buffer-stale--default-function)
10876 (buffer-stale-function, revert-buffer--default):
10877 * autorevert.el (auto-revert-buffers): Doc tweaks.
10878
10879 2014-04-07 Eli Zaretskii <eliz@gnu.org>
10880
10881 * international/characters.el: Preload uni-mirrored.el. (Bug#17169)
10882
10883 2014-04-07 Glenn Morris <rgm@gnu.org>
10884
10885 * files.el (make-backup-file-name-function)
10886 (make-backup-file-name, make-backup-file-name--default-function)
10887 (make-backup-file-name-1, find-backup-file-name)
10888 (revert-buffer-function, revert-buffer-insert-file-contents-function)
10889 (buffer-stale--default-function, buffer-stale-function)
10890 (before-revert-hook, after-revert-hook, revert-buffer-in-progress-p)
10891 (revert-buffer, revert-buffer--default)
10892 (revert-buffer-insert-file-contents--default-function):
10893 Doc fixes related to defaults no longer being nil.
10894 (make-backup-file-name-function): Bump :version.
10895 Restore nil as a valid but deprecated custom type.
10896
10897 2014-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
10898
10899 * progmodes/perl-mode.el (perl-syntax-propertize-function):
10900 Handle $' used as a variable (bug#17174).
10901
10902 * progmodes/perl-mode.el (perl-indent-new-calculate):
10903 Handle forward-sexp failure (bug#16985).
10904 (perl-syntax-propertize-function): Add "foreach" and "for" statement
10905 modifiers introducing expressions (bug#17116).
10906
10907 2014-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
10908
10909 * dired-aux.el (dired-file-set-difference): Use lexical-scoping.
10910
10911 2014-04-05 Leo Liu <sdl.web@gmail.com>
10912
10913 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
10914 Add define-compilation-mode.
10915
10916 2014-04-04 João Távora <joaotavora@gmail.com>
10917
10918 * elec-pair.el (electric-pair--syntax-ppss): When inside comments
10919 parse from comment beginning.
10920 (electric-pair--balance-info): Fix typo in comment.
10921 (electric-pair--in-unterminated-string-p): Delete.
10922 (electric-pair--unbalanced-strings-p): New function.
10923 (electric-pair-string-bound-function): New var.
10924 (electric-pair-inhibit-if-helps-balance): Decide quote pairing
10925 according to `electric-pair--in-unterminated-string-p'.
10926
10927 2014-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
10928
10929 * textmodes/reftex-parse.el (reftex--index-tags): Rename `index-tags'.
10930 Move declaration before first use.
10931 (reftex-move-to-next-arg): Silence compiler warning.
10932
10933 2014-04-04 Joost Kremers <joostkremers@fastmail.fm> (tiny change)
10934
10935 * textmodes/reftex-toc.el (reftex-toc, reftex-re-enlarge):
10936 Use `window-total-width' instead of `window-width'.
10937
10938 2014-04-03 Daniel Colascione <dancol@dancol.org>
10939
10940 * subr.el (set-transient-map): Remove rms's workaround entirely;
10941 use new `suspicious-object' subr to mark our lambda for closer
10942 scrutiny during gc.
10943
10944 2014-04-02 Richard Stallman <rms@gnu.org>
10945
10946 * subr.el (set-transient-map): Comment out previous change.
10947
10948 2014-04-02 Glenn Morris <rgm@gnu.org>
10949
10950 * menu-bar.el (menu-bar-file-menu):
10951 * vc/ediff.el (ediff-current-file):
10952 Update for revert-buffer-function no longer being nil by default.
10953
10954 * simple.el (command-execute): Respect nil disabled-command-function.
10955
10956 2014-04-02 Nicolas Richard <theonewiththeevillook@yahoo.fr>
10957
10958 * simple.el (command-execute): Do not execute the command when it
10959 is disabled; fixes thinko in 2013-02-20 conversion from C. (Bug#17151)
10960
10961 2014-04-02 Juri Linkov <juri@jurta.org>
10962
10963 * dired-aux.el (dired-compress-file): Don't use string-match-p
10964 because its match data is used afterwards.
10965
10966 2014-04-02 Stefan Monnier <monnier@iro.umontreal.ca>
10967
10968 * emacs-lisp/package.el (package-built-in-p): Treat a min-version of
10969 0 like nil.
10970
10971 2014-04-02 João Távora <joaotavora@gmail.com>
10972
10973 * elec-pair.el (electric-pair-inhibit-if-helps-balance):
10974 Inhibit quote pairing if point-max is inside an unterminated string.
10975 (electric-pair--looking-at-unterminated-string-p):
10976 Delete.
10977 (electric-pair--in-unterminated-string-p): New function.
10978
10979 2014-04-01 Daniel Colascione <dancol@dancol.org>
10980
10981 * minibuffer.el (minibuffer-complete): Prevent assertion failure
10982 when trying to complete the prompt.
10983
10984 2014-03-31 Leo Liu <sdl.web@gmail.com>
10985
10986 * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info):
10987 Refactor out eldoc-documentation-function-default.
10988 (eldoc-documentation-function-default): New function.
10989 (eldoc-documentation-function): Change value.
10990
10991 2014-03-31 Glenn Morris <rgm@gnu.org>
10992
10993 * simple.el (cycle-spacing--context, cycle-spacing): Doc tweaks.
10994
10995 * progmodes/vhdl-mode.el (vhdl-speedbar-select-mra)
10996 (vhdl-compose-components-package, vhdl-compose-configuration):
10997 Abbreviate default-directory (missing from some previous upstream sync).
10998
10999 2014-03-31 Reto Zimmermann <reto@gnu.org>
11000
11001 Sync with upstream vhdl mode v3.35.2.
11002 * progmodes/vhdl-mode.el (vhdl-version, vhdl-time-stamp): Update.
11003 (top-level): No longer require assoc.
11004 (vhdl-asort, vhdl-anot-head-p, vhdl-aput, vhdl-adelete, vhdl-aget):
11005 New functions. Use throughout to replace aget etc.
11006 (vhdl-aput-delete-if-nil): Rename from vhdl-aput.
11007 (vhdl-update-file-contents): Update for vhdl-aput-delete-if-nil rename.
11008 (vhdl-template-replace-header-keywords): Fix bug for "<title string>".
11009 (vhdl-compile-init): Do not initialize regexps for Emacs 22+.
11010 (vhdl-error-regexp-emacs-alist): Remove regexps from all compilers
11011 except `vhdl-compiler'.
11012 (vhdl-error-regexp-add-emacs): Remove all other compilers,
11013 when appropriate.
11014
11015 2014-03-31 Glenn Morris <rgm@gnu.org>
11016
11017 * progmodes/vhdl-mode.el (vhdl-expand-abbrev, vhdl-expand-paren):
11018 Revert 2014-03-26 merge goof; go back to using defalias.
11019
11020 2014-03-30 Daniel Colascione <dancol@dancol.org>
11021
11022 * comint.el (comint-send-input):
11023 Deactivate completion-in-region-mode before we send comint input.
11024 (Bug#17139).
11025
11026 * simple.el (keyboard-quit): Deactivate completion-in-region-mode
11027 on keyboard-quit.
11028
11029 2014-03-29 Glenn Morris <rgm@gnu.org>
11030
11031 * textmodes/reftex.el: Manage most autoloads automatically.
11032 * textmodes/reftex-auc.el, textmodes/reftex-cite.el:
11033 * textmodes/reftex-dcr.el, textmodes/reftex-global.el:
11034 * textmodes/reftex-index.el, textmodes/reftex-parse.el:
11035 * textmodes/reftex-ref.el, textmodes/reftex-sel.el:
11036 * textmodes/reftex-toc.el: Set generated-autoload-file,
11037 and add autoload cookies for reftex.el.
11038 * Makefile.in (AUTOGEN_VCS): Add textmodes/reftex.el.
11039
11040 2014-03-28 Glenn Morris <rgm@gnu.org>
11041
11042 * cus-start.el (report-emacs-bug-address): Set custom properties.
11043 * mail/emacsbug.el (report-emacs-bug-address):
11044 Variable is now defined in emacs.c.
11045
11046 * mail/emacsbug.el (report-emacs-bug):
11047 Include system-configuration-features.
11048
11049 2014-03-28 Michal Nazarewicz <mina86@mina86.com>
11050
11051 * simple.el (cycle-spacing): Never delete spaces on first run by
11052 default, but do so in a new 'fast mode and if there are already
11053 N spaces (the previous behavior).
11054 Compare N with its value in previous invocation so that changing
11055 prefix argument restarts `cycle-spacing' sequence.
11056 The idea is that with this change, binding M-SPC to
11057 `cycle-spacing' should not introduce any changes in behavior of
11058 the binding so long as users do not type M-SPC twice in a raw with
11059 the same prefix argument or lack thereof.
11060
11061 2014-03-28 Glenn Morris <rgm@gnu.org>
11062
11063 * faces.el (term-file-aliases): New variable.
11064 (tty-run-terminal-initialization): Respect term-file-aliases.
11065 * term/apollo.el, term/vt102.el, term/vt125.el, term/vt201.el:
11066 * term/vt220.el, term/vt240.el, term/vt300.el, term/vt320.el:
11067 * term/vt400.el, term/vt420.el: Remove files, replaced by aliases.
11068
11069 2014-03-27 Glenn Morris <rgm@gnu.org>
11070
11071 * startup.el (inhibit-startup-hooks): Doc tweak.
11072 (normal-top-level): Simplify running of hooks.
11073 For window-setup-hook, respect inhibit-startup-hooks.
11074 (command-line-1): Don't set window-setup-hook to nil.
11075
11076 Allow selective autoloading from obsolete/ directory.
11077 * Makefile.in (obsolete-autoloads): New rule.
11078 (autoloads): Run obsolete-autoloads.
11079 * obsolete/iswitchb.el (iswitchb-mode): Use obsolete-autoload.
11080 * simple.el (iswitchb-mode): Remove hand-written autoloads.
11081
11082 2014-03-27 Dmitry Gutov <dgutov@yandex.ru>
11083
11084 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
11085 Highlight special globals with font-lock-builtin-face. (Bug#17057)
11086
11087 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
11088 Don't propertize `?' or `!' as symbol constituent when after
11089 colon. (Bug#17097)
11090
11091 2014-03-27 Juanma Barranquero <lekktu@gmail.com>
11092
11093 * frameset.el (frameset--restore-frame): Remove workaround for bug#14795
11094 which is no longer needed and causes trouble in GTK builds (bug#17046).
11095
11096 * emacs-lisp/package-x.el (package--archive-contents-from-url):
11097 Use url-insert-file-contents; package-handle-response no longer exists.
11098
11099 2014-03-26 Daniel Colascione <dancol@dancol.org>
11100
11101 * simple.el (process-menu-mode-map): New variable.
11102 (process-menu-delete-process): New command.
11103
11104 2014-03-26 Juanma Barranquero <lekktu@gmail.com>
11105
11106 * emacs-lisp/package.el: Fix bug#16733 (again).
11107 (url-http-parse-response, url-http-end-of-headers, url-recreate-url)
11108 (url-http-target-url): Remove unused declarations.
11109 (package-handle-response): Remove.
11110 (package--with-work-buffer): Use url-insert-file-contents and simplify.
11111 (package--download-one-archive): Use current-buffer instead of
11112 dynamic binding of `buffer'.
11113 (describe-package-1): Do not decode readme-string.
11114
11115 2014-03-26 Michael Albinus <michael.albinus@gmx.de>
11116
11117 * net/tramp.el (tramp-methods, tramp-connection-timeout): Fix docstring.
11118
11119 * net/tramp-sh.el (tramp-sh-handle-vc-registered): Revert change
11120 from 2014-03-07, it decreases performance unnecessarily. Let-bind
11121 `remote-file-name-inhibit-cache' to nil in the second pass.
11122 (tramp-find-executable): Do not call "which" on SunOS.
11123 (tramp-send-command-and-check): Fix docstring.
11124 (tramp-do-copy-or-rename-file-directly): In the `rename' case,
11125 check whether source directory has set the sticky bit.
11126
11127 2014-03-26 Barry O'Reilly <gundaetiapo@gmail.com>
11128
11129 * simple.el (primitive-undo): Only process marker adjustments
11130 validated against their corresponding (TEXT . POS). Issue warning
11131 for lone marker adjustments in undo history. (Bug#16818)
11132 (undo-make-selective-list): Add marker adjustments to selective
11133 undo list based on whether their corresponding (TEXT . POS) is in
11134 the region. Remove variable adjusted-markers, which was unused
11135 and only non nil during undo-make-selective-list.
11136 (undo-elt-in-region): Return nil when passed a marker adjustment
11137 and explain in function doc.
11138
11139 2014-03-26 Nicolas Richard <theonewiththeevillook@yahoo.fr>
11140
11141 * align.el (align-region): Do not fail when end-mark is nil (bug#17088).
11142
11143 2014-03-26 Dmitry Gutov <dgutov@yandex.ru>
11144
11145 * progmodes/ruby-mode.el (ruby-expression-expansion-re):
11146 Match special global variables without curlies, too.
11147 (ruby-font-lock-keywords): Simplify the matcher for special global
11148 variables. Don't require a non-word character after the variable.
11149 (Bug#17057)
11150
11151 2014-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
11152
11153 * simple.el (redisplay-highlight-region-function): Increase priority of
11154 overlay to make sure boundaries are visible (bug#15899).
11155
11156 2014-03-26 Juanma Barranquero <lekktu@gmail.com>
11157
11158 * frameset.el (frameset--initial-params): Fix typo in parameter name.
11159 (frameset-restore): Compare display strings with equal.
11160
11161 * frame.el (make-frame): Don't quote display name in error message,
11162 it is already a string.
11163
11164 2014-03-26 Thierry Volpiatto <thierry.volpiatto@gmail.com>
11165
11166 * net/tramp.el (tramp-read-passwd): Suspend the timers while reading
11167 the password.
11168
11169 2014-03-26 Dmitry Gutov <dgutov@yandex.ru>
11170
11171 * emacs-lisp/package.el (package--add-to-archive-contents):
11172 Include already installed and built-in packages in
11173 `package-archive-contents'.
11174 (package-install): Don't include already installed packages in the
11175 options during interactive invocation. (Bug#16762)
11176 (package-show-package-list): If the buffer is already displayed in
11177 another window, switch to that window.
11178
11179 2014-03-26 Reto Zimmermann <reto@gnu.org>
11180
11181 Sync with upstream vhdl mode v3.35.1.
11182 * progmodes/vhdl-mode.el (vhdl-version, vhdl-time-stamp): Update.
11183 (vhdl-compiler-alist): Doc fix.
11184 (vhdl-goto-line): Remove.
11185 (vhdl-mode-abbrev-table-init): Add XEmacs compat.
11186 (vhdl-mode) <paragraph-start>: Fix value.
11187 (vhdl-fix-statement-region): Not `for' in wait-statement.
11188 (vhdl-beautify-region): Also (un)tabify.
11189 (vhdl-get-visible-signals):
11190 Scan declarative part of generate statements.
11191 (vhdl-template-record): Fix indentation for record type declaration.
11192 (vhdl-expand-abbrev, vhdl-expand-paren):
11193 Revert to using fset again rather than defalias.
11194 (vhdl-scan-directory-contents): Tweak.
11195 (vhdl-speedbar-find-file, vhdl-speedbar-port-copy)
11196 (vhdl-compose-components-package):
11197 Replace vhdl-goto-line with forward-line.
11198 (top-level): Tweak speedbar frame selection.
11199 (vhdl-generate-makefile-1): Support for compilers with no
11200 unit-to-file name mapping (create directory with dummy files).
11201
11202 2014-03-26 Wilson Snyder <wsnyder@wsnyder.org>
11203
11204 Sync with upstream verilog-mode revision 702457d.
11205 * progmodes/verilog-mode.el (verilog-mode-version): Update.
11206 (create-lockfiles): Declare.
11207 (verilog-read-decls): Fix module header imports, bug709.
11208 Reported by Victor Lau.
11209 Fix parsing 'var' in AUTOs, msg1294. Reported by Dominique Chen.
11210 (verilog-auto-inout-module): Fix AUTOINOUTMODULE not inserting
11211 interface-only modules, bug721. Reported by Dean Hoyt.
11212
11213 2014-03-26 Glenn Morris <rgm@gnu.org>
11214
11215 * obsolete/gulp.el: Move here from emacs-lisp/.
11216
11217 * files.el (lock-buffer, unlock-buffer, file-locked-p):
11218 Remove fallback aliases, since they are always defined now.
11219
11220 2014-03-24 Daniel Colascione <dancol@dancol.org>
11221
11222 * emacs-lisp/cl-macs.el (cl--do-arglist): Use `plist-member'
11223 instead of cl-loop search function.
11224
11225 2014-03-23 Lars Ingebrigtsen <larsi@gnus.org>
11226
11227 * calendar/parse-time.el (parse-time-iso8601-regexp)
11228 (parse-iso8601-time-string): Copy from `url-dav' so that we can use
11229 it more generally.
11230
11231 2014-03-23 Lars Ingebrigtsen <larsi@gnus.org>
11232
11233 * net/dns.el (network-interface-list): Define for XEmacs.
11234
11235 2014-03-23 Magnus Henoch <magnus.henoch@gmail.com>
11236
11237 * net/dns.el (dns-servers-up-to-date-p): New function to see whether
11238 the network interfaces changed.
11239 (dns-query): Use it to flush the data.
11240
11241 2014-03-23 Juanma Barranquero <lekktu@gmail.com>
11242
11243 * vc/vc.el (vc-rollback): Use set-buffer-modified-p.
11244
11245 2014-03-23 Daniel Colascione <dancol@dancol.org>
11246
11247 Change subword-mode to use `find-word-boundary-function-table' and
11248 replace `capitalized-words-mode'. Also, convert to lexical binding.
11249 * progmodes/cap-words.el: Delete now-obsolete file.
11250 * progmodes/subword.el: Reimplement using
11251 `find-word-boundary-function-table'.
11252 (subword-mode-map): Hollow out.
11253 (capitalized-words-mode): Define as obsolete alias for
11254 `subword-mode'.
11255 (subword-mode, superword-mode): Tweak documentation to reflect new
11256 implementation; call `subword-setup-buffer'.
11257 (subword-forward, subword-capitalize): Add underscore to indicate
11258 unused variable.
11259 (subword-find-word-boundary-function-table): New constant.
11260 (subword-empty-char-table): New constant.
11261 (subword-setup-buffer): New function.
11262 (subword-find-word-boundary): New function.
11263
11264 2014-03-23 Daniel Colascione <dancol@dancol.org>
11265
11266 * emacs-lisp/cl-macs.el (cl--do-arglist): Use a little `cl-loop'
11267 list to look for keyword arguments instead of `memq', fixing
11268 (Bug#3647) --- unfortunately, only for freshly-compiled code.
11269 Please make bootstrap.
11270
11271 2014-03-22 Glenn Morris <rgm@gnu.org>
11272
11273 * dired.el (dired-read-regexp): Make obsolete.
11274 (dired-mark-files-regexp, dired-mark-files-containing-regexp)
11275 (dired-flag-files-regexp):
11276 * dired-aux.el (dired-mark-read-regexp):
11277 * dired-x.el (dired-mark-unmarked-files): Use read-regexp directly.
11278
11279 * startup.el (fancy-startup-text):
11280 * help.el (describe-gnu-project): Visit online info about GNU project.
11281
11282 * help-fns.el (help-fns--interactive-only): New function.
11283 (help-fns-describe-function-functions): Add the above function.
11284 * simple.el (beginning-of-buffer, end-of-buffer, insert-buffer)
11285 (next-line, previous-line): Remove hand-written interactive-only
11286 information from doc strings, it is auto-generated now.
11287 * bookmark.el (bookmark-write):
11288 * epa-mail.el (epa-mail-decrypt, epa-mail-verify, epa-mail-sign)
11289 (epa-mail-import-keys): Mark interactive-only,
11290 and remove hand-written interactive-only information from doc strings.
11291 * epa.el (epa-decrypt-armor-in-region, epa-verify-region)
11292 (epa-verify-cleartext-in-region, epa-sign-region, epa-encrypt-region):
11293 * files.el (not-modified):
11294 * simple.el (mark-whole-buffer): Mark interactive-only.
11295
11296 * emacs-lisp/byte-run.el (defun-declarations-alist):
11297 Add interactive-only. Doc tweak.
11298 (macro-declarations-alist): Doc tweak.
11299 * subr.el (declare): Doc tweak (add xref to manual).
11300 * comint.el (comint-run):
11301 * files.el (insert-file-literally, insert-file):
11302 * replace.el (replace-string, replace-regexp):
11303 * simple.el (beginning-of-buffer, end-of-buffer, delete-backward-char)
11304 (delete-forward-char, goto-line, insert-buffer, next-line)
11305 (previous-line): Set interactive-only via declare.
11306
11307 2014-03-22 Dmitry Gutov <dgutov@yandex.ru>
11308
11309 * emacs-lisp/package.el (package-desc): Use the contents of the
11310 quoted form, not its cdr. (Bug#16873)
11311
11312 2014-03-22 Juanma Barranquero <lekktu@gmail.com>
11313
11314 * w32-common-fns.el (x-selection-owner-p): Add empty docstring for the
11315 benefit of doc.c; change parameter profile to match the X function.
11316
11317 2014-03-22 Leo Liu <sdl.web@gmail.com>
11318
11319 * help.el (temp-buffer-setup-hook): Remove help-mode-setup.
11320 (temp-buffer-show-hook): Remove help-mode-finish. (Bug#16038)
11321
11322 2014-03-21 Richard Stallman <rms@gnu.org>
11323
11324 * battery.el (battery-linux-sysfs): Search for each field
11325 from the beginning of the buffer.
11326
11327 * subr.el (set-transient-map): Clear out function and value
11328 of the temporary symbol when we're done with it.
11329
11330 * mail/rmailsum.el (rmail-summary-delete-forward):
11331 Optimize case of reaching end and handling count.
11332 (rmail-summary-mark-deleted): Optimize when N is current msg.
11333 Don't create new summary line.
11334 (rmail-summary-undelete): Pass arg to rmail-undelete-previous-message.
11335 (rmail-summary-undelete-many): Rewrite for speed.
11336 (rmail-summary-msg-number): New function.
11337
11338 * mail/rmail.el (rmail-delete-message): Update summary.
11339 (rmail-undelete-previous-message): Handle repeat count arg.
11340 (rmail-delete-backward, rmail-delete-forward): Likewise.
11341
11342 2014-03-21 Daniel Colascione <dancol@dancol.org>
11343
11344 * mail/emacsbug.el (report-emacs-bug): Include memory usage
11345 information in bug reports.
11346
11347 2014-03-21 Michael Albinus <michael.albinus@gmx.de>
11348
11349 * net/tramp.el (tramp-methods): Add docstring for `tramp-login-env'
11350 and `tramp-copy-env'.
11351
11352 * net/tramp-sh.el (tramp-methods) <sudo>: Add `tramp-login-env'.
11353 (tramp-maybe-open-connection): Handle `tramp-login-env'.
11354
11355 2014-03-21 Glenn Morris <rgm@gnu.org>
11356
11357 * electric.el (electric-indent-post-self-insert-function): Add doc.
11358
11359 2014-03-21 Dmitry Gutov <dgutov@yandex.ru>
11360
11361 * emacs-lisp/package.el (package-compute-transaction):
11362 Use `version-list-<=' to compare the requirement version against
11363 the version of package already to be installed. Update the error
11364 message. (Bug#16826)
11365
11366 * progmodes/ruby-mode.el (ruby-smie-rules):
11367 Add indentation rule for ` @ '. (Bug#17050)
11368
11369 2014-03-21 Juanma Barranquero <lekktu@gmail.com>
11370
11371 * align.el (align-regexp): Remove superfluous backslash.
11372
11373 * ffap.el (ffap-ftp-default-user, ffap-url-regexp)
11374 (ffap-pass-wildcards-to-dired, dired-at-point-require-prefix)
11375 (ffap-rfc-path, ffap-ftp-sans-slash-regexp, ffap-menu-regexp):
11376 Fix docstring typos.
11377 (ffap-next): Use C-u in docstring.
11378 (ffap-machine-p, ffap-list-env, ffap-alist, ffap-alist)
11379 (ffap-string-at-point-mode-alist, ffap-menu, ffap-menu-ask):
11380 Remove superfluous backslashes.
11381 (ffap-string-at-point): Reflow docstring.
11382
11383 * server.el (server-host): Reflow docstring.
11384 (server-unload-function): Fix docstring typo.
11385 (server-eval-at): Remove superfluous backslash.
11386
11387 * skeleton.el (skeleton-insert): Remove superfluous backslash.
11388 (skeleton-insert): Doc fix.
11389 (skeleton-insert): Reflow docstring.
11390
11391 * term/tty-colors.el (tty-color-alist, tty-modify-color-alist)
11392 (tty-color-approximate, tty-color-by-index, tty-color-values)
11393 (tty-color-desc): Remove superfluous backslashes.
11394
11395 2014-03-21 Glenn Morris <rgm@gnu.org>
11396
11397 * cus-start.el (history-length): Bump :version.
11398
11399 * Makefile.in ($(MH_E_DIR)/mh-loaddefs.el)
11400 ($(TRAMP_DIR)/tramp-loaddefs.el, $(CAL_DIR)/cal-loaddefs.el)
11401 ($(CAL_DIR)/diary-loaddefs.el, $(CAL_DIR)/hol-loaddefs.el):
11402 Don't set `make-backup-files'.
11403
11404 * info.el (info--prettify-description): New function,
11405 to give info-finder descriptions consistent case, punctuation.
11406 (Info-finder-find-node): Use it. Sort packages.
11407 Refer to "description" rather than "commentary".
11408
11409 2014-03-21 Juanma Barranquero <lekktu@gmail.com>
11410
11411 * frameset.el (frameset--print-register): New function.
11412 (frameset-to-register): Use it.
11413
11414 2014-03-20 Juanma Barranquero <lekktu@gmail.com>
11415
11416 * progmodes/hideif.el (hif-string-to-number): New function.
11417 (hif-tokenize): Use it to understand non-decimal floats.
11418
11419 * emacs-lisp/cl-extra.el (cl--map-overlays): Remove obsolete code.
11420
11421 * skeleton.el (skeleton-autowrap): Mark as obsolete. Doc fix.
11422
11423 2014-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
11424
11425 * electric.el (electric-newline-and-maybe-indent): New command.
11426 Bind it globally to C-j.
11427 (electric-indent-mode): Don't mess with the global map any more.
11428 Don't drop the post-self-insert-hook is some buffer is still using it
11429 (bug#16770).
11430
11431 * bindings.el (global-map): Remove C-j binding.
11432
11433 * emacs-lisp/nadvice.el (advice--make-docstring): Try harder to find
11434 the docstring of functions advised before dumping (bug#16993).
11435
11436 2014-03-19 Stefan-W. Hahn <stefan.hahn@s-hahn.de> (tiny change)
11437
11438 * ps-print.el (ps-generate-postscript-with-faces):
11439 Explicitly deactivate the mark (bug#16866).
11440 * simple.el (deactivate-mark): Update region highlight.
11441
11442 2014-03-19 Juanma Barranquero <lekktu@gmail.com>
11443
11444 * emacs-lisp/package.el (describe-package-1):
11445 Decode commentary (bug#16733).
11446
11447 2014-03-18 Juanma Barranquero <lekktu@gmail.com>
11448
11449 * custom.el (defcustom): Doc fix: recommend avoiding destructive
11450 modification of the value argument of :set (bug#16755).
11451
11452 2014-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
11453
11454 * simple.el (newline-and-indent): Do autofill (bug#17031).
11455
11456 2014-03-18 Dmitry Gutov <dgutov@yandex.ru>
11457
11458 * newcomment.el (comment-normalize-vars): Only add escaping check
11459 to `comment-start-skip' if not `comment-use-syntax'. (Bug#16971)
11460 (comment-beginning): Use `narrow-to-region' instead of moving back
11461 one character.
11462 (http://lists.gnu.org/archive/html/emacs-devel/2014-03/msg00488.html)
11463 (comment-start-skip): Update the docstring.
11464
11465 2014-03-18 Richard Stallman <rms@gnu.org>
11466
11467 * dired.el (dired-display-file): Force use of other window.
11468
11469 2014-03-18 Daniel Colascione <dancol@dancol.org>
11470
11471 * startup.el (tty-handle-args): Remove debug message from 2007.
11472
11473 2014-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
11474
11475 * emacs-lisp/nadvice.el (advice--interactive-form): New function.
11476 (advice--make-interactive-form): Use it to avoid (auto)loading function.
11477 (advice--make-1, advice-add, advice-remove):
11478 Remove braindead :advice-pending hack.
11479
11480 2014-03-17 Glenn Morris <rgm@gnu.org>
11481
11482 * calendar/calendar.el (calendar-generate-month): Apply weekend
11483 face to the right days; fixes 2013-08-06 change. (Bug#17028)
11484
11485 2014-03-17 Michael Albinus <michael.albinus@gmx.de>
11486
11487 * net/tramp.el (tramp-action-out-of-band): Read pending output.
11488 (tramp-call-process): Trace also DESTINATION.
11489
11490 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
11491 Quote file names when they are local. Remove superfluous trace.
11492
11493 2014-03-17 Dmitry Gutov <dgutov@yandex.ru>
11494
11495 * newcomment.el (comment-beginning): If `comment-start-skip'
11496 doesn't match, move back one char and try again. (Bug#16971)
11497
11498 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
11499 Set `comment-use-syntax' to t to avoid the unnecessary runtime check.
11500 Set `comment-start-skip' to a simpler value that doesn't try to
11501 check if the semicolon is escaped (this is handled by
11502 `syntax-ppss' now). (Bug#16971)
11503
11504 * progmodes/scheme.el (scheme-mode-variables): Same.
11505
11506 2014-03-16 Martin Rudalics <rudalics@gmx.at>
11507
11508 Fix behavior of with-temp-buffer-window (Bug#16816, Bug#17007).
11509 * window.el (with-temp-buffer-window): Don't make BUFFER-OR-NAME
11510 current (Bug#16816, Bug#17007).
11511 (with-current-buffer-window): New macro doing the same as
11512 `with-temp-buffer-window' but with BUFFER-OR-NAME current.
11513 * help.el (help-print-return-message): Warn in doc-string to not
11514 use this in `with-help-window'.
11515 (describe-bindings-internal): Call `describe-buffer-bindings'
11516 from within help buffer. See Juanma's scenario in (Bug#16816).
11517 (with-help-window): Update doc-string.
11518 * dired.el (dired-mark-pop-up):
11519 * files.el (save-buffers-kill-emacs):
11520 * register.el (register-preview): Use `with-current-buffer-window'
11521 instead of `with-temp-buffer-window'.
11522
11523 2014-03-16 Juanma Barranquero <lekktu@gmail.com>
11524
11525 * textmodes/rst.el (rst-arabic-to-roman, rst-roman-to-arabic):
11526 Implement inserting into current buffer, documented in their docstrings.
11527 (rst-define-key, rst-compare-adornments, rst-insert-list-new-item)
11528 (rst-section-tree-point, rst-forward-section, rst-indent)
11529 (rst-compute-tabs, rst-font-lock-find-unindented-line-end)
11530 (rst-font-lock-find-unindented-line-limit, rst-adornment-level)
11531 (rst-font-lock-handle-adornment-pre-match-form)
11532 (rst-repeat-last-character): Reflow docstrings.
11533 (rst-preferred-adornments, rst-update-section, rst-find-title-line)
11534 (rst-adjust-adornment-work, rst-initial-items, rst-insert-list)
11535 (rst-toc-insert-style, rst-toc-insert-node, rst-goto-section)
11536 (rst-compile, rst-imenu-convert-cell, rst-imenu-create-index):
11537 Fix docstring typos.
11538 (rst-all-sections, rst-section-hierarchy, rst-adjust): Doc fixes.
11539 (rst-uncomment-region, rst-font-lock-find-unindented-line-match)
11540 (rst-font-lock-handle-adornment-matcher): Mark unused arguments.
11541
11542 2014-03-15 Juanma Barranquero <lekktu@gmail.com>
11543
11544 * term/ns-win.el (x-command-line-resources): Rename from ns-... version,
11545 for compatibility with other ports.
11546 (ns-initialize-window-system): Use it. It is set in term/common-win.el
11547 from the -xrm command line argument, but in the Nextstep port its value
11548 is irrelevant because nsfns.m:Fx_open_connection ignores it for now.
11549
11550 * progmodes/python.el (defconst, python-syntax-count-quotes)
11551 (python-indent-region, python-indent-shift-right)
11552 (python-indent-dedent-line-backspace, python-nav-backward-sexp)
11553 (python-nav-backward-sexp-safe, python-nav-backward-up-list)
11554 (python-shell-prompt-block-regexp, python-shell-prompt-output-regexp)
11555 (python-shell-prompt-pdb-regexp, python-shell-enable-font-lock)
11556 (inferior-python-mode, python-shell-make-comint, run-python-internal)
11557 (python-shell-buffer-substring, python-shell-send-buffer)
11558 (python-pdbtrack-activate, python-pdbtrack-stacktrace-info-regexp)
11559 (python-completion-complete-at-point, python-fill-docstring-style)
11560 (python-eldoc-function, python-imenu-format-item-label)
11561 (python-imenu-format-parent-item-label)
11562 (python-imenu-format-parent-item-jump-label)
11563 (python-imenu--build-tree, python-imenu-create-index)
11564 (python-imenu-create-flat-index): Fix docstring typos.
11565 (python-indent-context, python-shell-prompt-regexp, run-python):
11566 Remove superfluous backslashes.
11567 (python-indent-line, python-nav-beginning-of-defun)
11568 (python-shell-get-buffer, python-shell-get-process)
11569 (python-info-current-defun, python-info-current-line-comment-p)
11570 (python-info-current-line-empty-p, python-util-popn): Doc fixes.
11571 (python-indent-post-self-insert-function, python-shell-send-file)
11572 (python-shell-completion-get-completions)
11573 (python-shell-completion-complete-or-indent)
11574 (python-eldoc--get-doc-at-point): Reflow docstrings.
11575
11576 2014-03-14 Glenn Morris <rgm@gnu.org>
11577
11578 * emacs-lisp/package.el (package-menu-mode-map):
11579 Replace use of obsolete function alias. Tweak menu item text.
11580
11581 * info.el (Info-finder-find-node):
11582 Ignore the `emacs' metapackage. (Bug#10813)
11583
11584 * finder.el (finder-list-matches): Include unversioned packages
11585 in the result of a keyword search.
11586
11587 * finder.el (finder--builtins-descriptions): New constant.
11588 (finder-compile-keywords): Use finder--builtins-descriptions.
11589
11590 2014-03-14 Dmitry Gutov <dgutov@yandex.ru>
11591
11592 * simple.el (blink-matching-paren): Describe the new value,
11593 `jump', enabling the old behavior.
11594 (blink-matching-open): Use that value. (Bug#17008)
11595
11596 2014-03-14 Glenn Morris <rgm@gnu.org>
11597
11598 * finder.el (finder-no-scan-regexp): Add leim-list.
11599 (finder-compile-keywords):
11600 Don't skip files with same basename. (Bug#14010)
11601 * Makefile.in (setwins_finder): New, excluding leim.
11602 (finder-data): Use setwins_finder.
11603
11604 * help-fns.el (help-split-fundoc, help-add-fundoc-usage)
11605 (help-function-arglist, help-make-usage): Move from here...
11606 * help.el (help-split-fundoc, help-add-fundoc-usage)
11607 (help-function-arglist, help-make-usage): ... to here. (Bug#17001)
11608 * emacs-lisp/bytecomp.el (byte-compile-lambda): Do not load help-fns.
11609
11610 2014-03-14 Juanma Barranquero <lekktu@gmail.com>
11611
11612 * net/socks.el (socks, socks-override-functions)
11613 (socks-find-services-entry):
11614 * progmodes/hideif.el (hif-set-var, hif-nexttoken, hif-comma)
11615 (hif-find-ifdef-block):
11616 * progmodes/modula2.el (m2-indent): Fix docstring typos.
11617
11618 * net/tls.el (tls-program): Reflow docstring.
11619
11620 * progmodes/pascal.el (pascal-mode-abbrev-table)
11621 (pascal-imenu-generic-expression, pascal-auto-endcomments)
11622 (pascal-mark-defun, pascal-comment-area, pascal-indent-level)
11623 (pascal-outline-mode): Fix docstring typos.
11624 (pascal-mode): Let define-derived-mode document mode hook.
11625 (pascal-uncomment-area): Reflow.
11626 (pascal-exclude-str-start, pascal-exclude-str-end): Add docstring.
11627
11628 * progmodes/opascal.el (opascal-compound-block-indent)
11629 (opascal-case-label-indent): Fix docstring typos.
11630 (opascal-mode): Fix typos; let defined-derived-mode document mode hook.
11631
11632 2014-03-13 Dmitry Gutov <dgutov@yandex.ru>
11633
11634 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
11635 Fontify multiple adjacent negation chars. (Bug#17004)
11636
11637 2014-03-13 Tom Willemse <tom@ryuslash.org> (tiny change)
11638
11639 * emacs-lisp/package.el (package--prepare-dependencies):
11640 Accept requirements without explicit version (bug#14941).
11641
11642 2014-03-12 Juanma Barranquero <lekktu@gmail.com>
11643
11644 * register.el (register-separator, copy-to-register): Doc fixes.
11645 (register-preview-default): Remove unnecessary call to concat.
11646
11647 * frameset.el (frameset-restore): When checking for a visible frame,
11648 use the action map instead of calling visible-frame-list.
11649
11650 2014-03-12 Jonas Bernoulli <jonas@bernoul.li>
11651
11652 * emacs-lisp/eieio.el (with-slots): Use cl-symbol-macrolet (bug#16998).
11653
11654 2014-03-12 Martin Rudalics <rudalics@gmx.at>
11655
11656 * window.el (fit-frame-to-buffer): Get maximum width from
11657 display's width instead of height.
11658
11659 2014-03-12 Glenn Morris <rgm@gnu.org>
11660
11661 * desktop.el (desktop-restore-frames)
11662 (desktop-restore-in-current-display, desktop-restore-forces-onscreen)
11663 (desktop-restore-reuses-frames): Doc tweaks.
11664
11665 * electric.el (electric-indent-mode): Doc fix.
11666
11667 2014-03-12 Juanma Barranquero <lekktu@gmail.com>
11668
11669 * vc/pcvs.el (cvs-temp-buffer, defun-cvs-mode, cvs-get-cvsroot)
11670 (cvs-checkout, cvs-mode-checkout, cvs-update-filter, cvs-mode-mark)
11671 (cvs-mode-diff-head, cvs-mode-diff-repository, cvs-mode-diff-yesterday)
11672 (cvs-mode-diff-vendor, cvs-mode-do, cvs-change-cvsroot)
11673 (cvs-dired-use-hook): Fix docstring typos.
11674 (cvs-mode-view-file-other-window, cvs-mode-byte-compile-files):
11675 Doc fixes.
11676
11677 * vc/pcvs-defs.el (cvs-auto-remove-handled)
11678 (cvs-auto-remove-directories, cvs-default-ignore-marks)
11679 (cvs-idiff-imerge-handlers, cvs-reuse-cvs-buffer)
11680 (cvs-execute-single-dir): Fix docstring typos.
11681
11682 * vc/pcvs-info.el (cvs-status-map, cvs-states): Fix docstring typos.
11683 (cvs-fileinfo-pp, cvs-fileinfo-from-entries): Doc fixes.
11684
11685 * vc/pcvs-parse.el (cvs-parsed-fileinfo): Reflow docstring.
11686
11687 * vc/pcvs-util.el (cvs-flags-query, cvs-flags-set, cvs-prefix-set):
11688 Fix docstring typos.
11689
11690 2014-03-12 Juanma Barranquero <lekktu@gmail.com>
11691
11692 * frameset.el (frameset--jump-to-register): Add autoload; it could be
11693 called from jump-to-register after unloading the frameset package.
11694
11695 2014-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
11696
11697 * simple.el (set-mark): Ensure mark-active is nil if the mark is nil
11698 (bug#16975). Deactivate the mark before setting it to nil.
11699 (activate-mark): Do nothing if region is already active.
11700
11701 2014-03-11 Juanma Barranquero <lekktu@gmail.com>
11702
11703 * frameset.el (frameset--target-display): Remove definition; declare.
11704 (frameset-save, frameset-restore): Let-bind frameset--target-display.
11705
11706 2014-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
11707
11708 * emacs-lisp/nadvice.el (advice--make-1): Fix autoloading avoidance.
11709 (advice-add): Add a :advice--pending marker, so advice--make-1 knows
11710 when the advice is pending.
11711 (advice-remove): Remove this marker when not needed any more.
11712
11713 2014-03-11 Juanma Barranquero <lekktu@gmail.com>
11714
11715 * frameset.el: Separate options for reusing frames and cleaning up.
11716 (frameset--reuse-list): Remove definition; declare.
11717 (frameset--action-map): Declare.
11718 (frameset--find-frame-if): Doc fix.
11719 (frameset--restore-frame): Cache frame action.
11720 (frameset-restore): New keyword arg CLEANUP-FRAMES, allows to select
11721 how to clean up the frame list after restoring. Remove cleaning
11722 options from REUSE-FRAMES. Change all keyword values to symbols.
11723 (frameset--jump-to-register): Simplify by using CLEANUP-FRAMES.
11724
11725 * desktop.el (desktop-restore-forces-onscreen)
11726 (desktop-restore-reuses-frames): Use non-keyword values.
11727 (desktop-restore-frameset): Use CLEANUP-FRAMES arg of frameset-restore.
11728
11729 2014-03-10 Glenn Morris <rgm@gnu.org>
11730
11731 * files.el (find-file): Doc fix: update info node name.
11732
11733 * emacs-lisp/advice.el (ad-add-advice, defadvice):
11734 Doc fix: remove references to deleted info nodes.
11735
11736 2014-03-10 Michael Albinus <michael.albinus@gmx.de>
11737
11738 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell):
11739 Do not add nil to the environment, when there's no remote `locale'.
11740 (tramp-find-inline-encoding): Check, that the remote host has
11741 installed perl, before sending scripts.
11742
11743 2014-03-10 Leo Liu <sdl.web@gmail.com>
11744
11745 * emacs-lisp/eldoc.el (eldoc-minibuffer-message):
11746 Clear eldoc-last-message. (Bug#16920)
11747
11748 2014-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
11749
11750 * desktop.el (desktop-create-buffer): Don't run activate-mark-hook
11751 (bug#14430).
11752
11753 2014-03-09 Juri Linkov <juri@jurta.org>
11754
11755 * ansi-color.el (ansi-color-names-vector): Copy default colors
11756 from `xterm-standard-colors' that look well on the default white
11757 background (and also on the black background) to avoid illegible
11758 color combinations like yellow-on-white and white-on-white.
11759 http://lists.gnu.org/archive/html/emacs-devel/2014-02/msg00157.html
11760
11761 2014-03-08 Juanma Barranquero <lekktu@gmail.com>
11762
11763 * frameset.el (frameset-restore): When no frame is visible, do not
11764 generate a list of frames, just make visible the selected one.
11765
11766 2014-03-08 Dmitry Gutov <dgutov@yandex.ru>
11767
11768 * vc/vc-git.el (vc-git-command): Turn FILE-OR-LIST into nil when
11769 it only contains the repository root. (Bug#16897)
11770
11771 2014-03-07 Michael Albinus <michael.albinus@gmx.de>
11772
11773 * net/tramp-sh.el (tramp-sh-handle-vc-registered): Run first pass
11774 only when `remote-file-name-inhibit-cache' is nil.
11775 (tramp-sh-file-name-handler): Use `tramp-error'. Simplify code.
11776
11777 2014-03-06 Martin Rudalics <rudalics@gmx.at>
11778
11779 * window.el (fit-frame-to-buffer, fit-frame-to-buffer-margins):
11780 Fix doc-strings.
11781 (fit-frame-to-buffer): New argument ONLY. Remove dependency on
11782 fit-frame-to-buffer variable. Fix doc-string.
11783 (fit-window-to-buffer): Set ONLY argument in call of
11784 fit-frame-to-buffer. Fix doc-string.
11785
11786 2014-03-06 Michael Albinus <michael.albinus@gmx.de>
11787
11788 * net/tramp.el (tramp-error): VEC-OR-PROC can be nil.
11789 (tramp-action-password): Clear password cache if needed.
11790 (tramp-read-passwd): Do not clear password cache.
11791
11792 * net/tramp-gvfs.el (tramp-gvfs-handler-askpassword): Clear password
11793 cache unless it is the first password request.
11794
11795 2014-03-06 Glenn Morris <rgm@gnu.org>
11796
11797 * simple.el (newline): Doc tweak.
11798
11799 * emacs-lisp/shadow.el (load-path-shadows-find):
11800 Ignore dir-locals. (Bug#12357)
11801
11802 2014-03-05 Glenn Morris <rgm@gnu.org>
11803
11804 * files.el (interpreter-mode-alist):
11805 * progmodes/sh-script.el (sh-ancestor-alist): Add dash. (Bug#16938)
11806
11807 2014-03-05 Juanma Barranquero <lekktu@gmail.com>
11808
11809 * frameset.el (frameset--initial-params): Filter out null entries.
11810
11811 2014-03-05 Martin Rudalics <rudalics@gmx.at>
11812
11813 * window.el (window-min-height, window-min-width):
11814 Rewrite doc-strings.
11815 (window-body-size): Add PIXELWISE argument to make it consistent
11816 with its callees.
11817
11818 2014-03-05 Juanma Barranquero <lekktu@gmail.com>
11819
11820 * finder.el (finder-mode-map, finder-mode-syntax-table):
11821 Revert part of 2014-02-28 change.
11822
11823 2014-03-05 Lars Ingebrigtsen <larsi@gnus.org>
11824
11825 * net/eww.el (eww-mode-map): [tab] doesn't work on tty.
11826 (eww-setup-buffer): Clear next/prev/etc more reliably.
11827 (eww-textarea-map): [tab] doesn't work on tty.
11828 Reported by Mario Lang.
11829
11830 * net/shr.el (shr-map): Ditto.
11831
11832 2014-03-04 Glenn Morris <rgm@gnu.org>
11833
11834 * minibuffer.el (completion-hilit-commonality):
11835 Revert 2014-03-01 short-cut, which changed the return value. (Bug#16933)
11836
11837 2014-03-04 Juanma Barranquero <lekktu@gmail.com>
11838
11839 * hilit-chg.el (hilit-chg-unload-function): New function.
11840 (highlight-changes-mode, highlight-changes-visible-mode): Fix typos.
11841 (hilit-chg-map-changes): Prefer cardinal number to digit.
11842 (hilit-chg-display-changes): Reflow docstring.
11843 (highlight-changes-rotate-faces): Remove superfluous backslash.
11844
11845 2014-03-04 Michael Albinus <michael.albinus@gmx.de>
11846
11847 * net/tramp-sh.el (tramp-sh-handle-vc-registered): Do not call
11848 `tramp-send-command-and-check'.
11849
11850 2014-03-04 Juanma Barranquero <lekktu@gmail.com>
11851
11852 * hexl.el (hexl-address-region, hexl-ascii-region)
11853 (hexl-goto-hex-address, hexl-backward-char, hexl-forward-char)
11854 (hexl-backward-short, hexl-forward-short, hexl-backward-word)
11855 (hexl-forward-word, hexl-previous-line, hexl-next-line):
11856 Use "Hexl mode" for non-hyperlinked hexl-mode references in docstrings.
11857 (hexl-mode): Doc fix.
11858 (hexl-ascii-start-column, hexl-beginning-of-line, hexl-end-of-line)
11859 (hexl-mode-ruler): Fix typos in docstrings.
11860
11861 * strokes.el (strokes-xpm-header, strokes-rate-stroke): Fix typos.
11862 (strokes-character, strokes-get-grid-position, strokes-list-strokes):
11863 Remove superfluous backslashes.
11864 (strokes-last-stroke, strokes-global-map, strokes-mode):
11865 Reflow docstrings.
11866 (strokes-xpm-for-stroke, strokes-xpm-to-compressed-string)
11867 (strokes-xpm-for-compressed-string): Use quotes with buffer name.
11868 (strokes-distance-squared, strokes-global-set-stroke)
11869 (strokes-global-set-stroke-string): Doc fixes.
11870 (strokes-help): Fix typos; reflow docstring.
11871
11872 2014-03-04 Martin Rudalics <rudalics@gmx.at>
11873
11874 * window.el (window-in-direction): Fix doc-string.
11875
11876 2014-03-04 Glenn Morris <rgm@gnu.org>
11877
11878 * emacs-lisp/smie.el (smie-config-guess): Doc fix.
11879 Explicit error if no grammar.
11880 (smie-config-save): Doc fix. Fix quote typo.
11881
11882 2014-03-04 Stefan Monnier <monnier@iro.umontreal.ca>
11883
11884 * progmodes/cc-mode.el (c-initialize-cc-mode): Only hook into
11885 electric-indent-mode-hook if we obey electric-indent-mode.
11886 (c-basic-common-init): Use (fboundp 'electric-indent-local-mode) to
11887 decide whether we obey electric-indent-mode.
11888 (c-change-set-fl-decl-start, c-extend-after-change-region):
11889 Silence warnings.
11890 (c-electric-indent-mode-hook): Assume we do want to obey
11891 electric-indent-mode.
11892
11893 * electric.el (electric-indent-mode-has-been-called): Remove.
11894 (electric-indent-mode): Fix accordingly.
11895
11896 * files.el (hack-local-variables): Mention file name in warning.
11897
11898 * htmlfontify.el (hfy-fontify-buffer): Drop `invis-range' message.
11899
11900 2014-03-04 Michal Nazarewicz <mina86@mina86.com>
11901
11902 * bindings.el: Add comment describing why C-d binds to `delete-char'.
11903 * simple.el (delete-forward-char): Mark as interactive-only.
11904
11905 2014-03-03 Juanma Barranquero <lekktu@gmail.com>
11906
11907 * icomplete.el (icomplete-completions):
11908 Follow-up to 2014-03-01 change.
11909
11910 * icomplete.el: Miscellaneous doc fixes.
11911 Use Icomplete everywhere instead of icomplete for consistency.
11912 (icomplete-max-delay-chars): Fix typo.
11913 (icomplete-mode): Use \[].
11914 (icomplete-tidy, icomplete-exhibit): Reflow.
11915 (icomplete-minibuffer-setup-hook, icomplete-completions):
11916 Remove superfluous backlashes.
11917
11918 * ido.el: Miscellaneous doc fixes.
11919 Use Ido everywhere instead of ido or `ido' for consistency.
11920 (ido-record-ftp-work-directories, ido-merge-ftp-work-directories)
11921 (ido-cache-ftp-work-directory-time, ido-slow-ftp-hosts)
11922 (ido-slow-ftp-host-regexps, ido-reread-directory): Upcase "ftp".
11923 (ido-separator): Extract obsolescence info from docstring and declare
11924 with make-obsolete-variable.
11925 (ido-minibuffer-setup-hook): Simplify example.
11926 (ido-text, ido-text-init, ido-input-stack, ido-report-no-match)
11927 (ido-wide-find-file, ido-wide-find-dir, ido-wide-find-dir-or-delete-dir)
11928 (ido-completion-help, ido-completing-read): Fix typos in docstrings.
11929 (ido-everywhere): Reflow docstring.
11930 (ido-toggle-vc): Doc fix.
11931 (ido-switch-buffer, ido-find-file): Use tabs to improve legibility
11932 of long list of keybindings.
11933
11934 2014-03-03 Glenn Morris <rgm@gnu.org>
11935
11936 * frame.el (display-pixel-height, display-pixel-width)
11937 (display-mm-dimensions-alist, display-mm-height)
11938 (display-mm-width): Doc tweaks.
11939
11940 2014-03-02 Barry O'Reilly <gundaetiapo@gmail.com>
11941
11942 * simple.el (undo-elt-in-region): Fix buffer corruption for edge
11943 case of undo in region.
11944
11945 2014-03-02 Martin Rudalics <rudalics@gmx.at>
11946
11947 * window.el (fit-window-to-buffer): Fix argument in window-size
11948 call when window is horizontally combined.
11949
11950 2014-03-02 Juanma Barranquero <lekktu@gmail.com>
11951
11952 * icomplete.el (icomplete-completions): Use string-width.
11953 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
11954
11955 2014-03-01 Dmitry Gutov <dgutov@yandex.ru>
11956
11957 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
11958 Highlight regexp options. (Bug#16914)
11959
11960 2014-03-01 Martin Rudalics <rudalics@gmx.at>
11961
11962 * window.el (window--max-delta-1): Round down when calculating
11963 how many lines/columns we can get from a window.
11964
11965 2014-03-01 Glenn Morris <rgm@gnu.org>
11966
11967 * isearch.el (search-invisible): Doc fix.
11968
11969 * minibuffer.el (completion-hilit-commonality):
11970 Make `base-size' argument optional. Short-cut if `prefix-len' is 0.
11971 * comint.el (comint-dynamic-list-completions): Doc fix.
11972 * comint.el (comint-dynamic-list-completions):
11973 * filecache.el (file-cache-minibuffer-complete):
11974 * tempo.el (tempo-display-completions):
11975 * eshell/em-hist.el (eshell-list-history):
11976 Replace use of obsolete argument of display-completion-list.
11977
11978 2014-03-01 Juanma Barranquero <lekktu@gmail.com>
11979
11980 * icomplete.el (icomplete-completions):
11981 Revert back to using "..." when ?… cannot be displayed.
11982
11983 2014-02-28 Juanma Barranquero <lekktu@gmail.com>
11984
11985 * finder.el (finder-unload-function): New function.
11986
11987 2014-02-28 Juanma Barranquero <lekktu@gmail.com>
11988
11989 * dframe.el (dframe-detach):
11990 * find-dired.el (find-dired, find-name-dired):
11991 * finder.el (finder-mode-map, finder-mode-syntax-table)
11992 (finder-headmark, finder-select, finder-mouse-select):
11993 Fix docstring typos.
11994
11995 2014-02-28 Martin Rudalics <rudalics@gmx.at>
11996
11997 Revert recent with-temp-buffer-window change (Bug#16816, Bug#16882).
11998 * window.el (with-temp-buffer-window): Revert change from 2014-02-21.
11999 Suggested by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
12000 Fix doc-string based on a suggestion by Nicolas Richard
12001 <theonewiththeevillook@yahoo.fr>.
12002 * help.el (with-help-window): Fix doc-string.
12003
12004 2014-02-28 Ivan Kanis <ivan@kanis.fr>
12005
12006 * net/shr.el (shr-image-animate): New option.
12007 (shr-put-image): Respect shr-image-animate.
12008
12009 2014-02-28 Michael Albinus <michael.albinus@gmx.de>
12010
12011 * net/tramp-adb.el (tramp-adb-parse-device-names):
12012 Use `accept-process-output'.
12013 (tramp-adb-handle-file-truename): Cache the localname only.
12014 (tramp-adb-handle-make-directory)
12015 (tramp-adb-handle-delete-directory): Flush file properties correctly.
12016 (tramp-adb-handle-set-file-modes): Do not raise an error when file
12017 modes cannot be changed.
12018
12019 * net/tramp-cache.el (tramp-flush-directory-property): Remove also
12020 file properties of symlinks.
12021
12022 2014-02-28 Per Starbäck <starback@stp.lingfil.uu.se>
12023
12024 * textmodes/bibtex.el (bibtex-biblatex-entry-alist): Update
12025 required/optional fields to match development biblatex. (Bug#16781)
12026
12027 2014-02-28 Andy Sawyer <andy.sawyer@gmail.com> (tiny change)
12028
12029 * saveplace.el (toggle-save-place):
12030 Fix argument handling. (Bug#16673)
12031
12032 2014-02-28 Glenn Morris <rgm@gnu.org>
12033
12034 * minibuffer.el (completions-first-difference)
12035 (completions-common-part, completion-hilit-commonality): Doc fixes.
12036
12037 2014-02-28 Karl Berry <karl@gnu.org>
12038
12039 * info.el (Info-mode-map): Add H for describe-mode,
12040 to synchronize with standalone Info.
12041
12042 2014-02-28 Emilio C. Lopes <eclig@gmx.net>
12043
12044 * progmodes/sql.el (sql-interactive-mode):
12045 Avoid setting global comint-input-ring-separator. (Bug#16814)
12046
12047 2014-02-27 Michael Albinus <michael.albinus@gmx.de>
12048
12049 * net/dbus.el (dbus--init-bus): Declare function.
12050 (dbus-path-local, dbus-interface-local): New defconst.
12051 (dbus-init-bus): Use them.
12052 (dbus-return-values-table): Extend doc.
12053 (dbus-handle-bus-disconnect): Extend error message.
12054
12055 2014-02-27 Juanma Barranquero <lekktu@gmail.com>
12056
12057 * subr.el (y-or-n-p): Fix double space issue in message.
12058
12059 2014-02-27 Michael Albinus <michael.albinus@gmx.de>
12060
12061 * net/tramp.el (tramp-call-process): Improve trace message.
12062 (tramp-handle-insert-file-contents): Trace error case.
12063
12064 * net/tramp-adb.el (tramp-adb-file-name-handler-alist)
12065 <insert-directory>: Use `tramp-handle-insert-directory'.
12066 (tramp-adb-handle-insert-directory): Remove function.
12067 (tramp-adb-send-command-and-check): New defun, replacing
12068 `tramp-adb-command-exit-status'. Change all callees.
12069 (tramp-adb-handle-file-attributes)
12070 (tramp-adb-handle-directory-files-and-attributes): Use it.
12071 (tramp-adb-ls-output-name-less-p):
12072 Use `directory-listing-before-filename-regexp'.
12073 (tramp-adb-handle-delete-directory): Flush also file properties of
12074 the truename of directory.
12075 (tramp-adb-handle-file-name-all-completions): Add "./" and "../".
12076 (tramp-adb-handle-file-local-copy): Make the local copy readable.
12077 (tramp-adb-handle-write-region): Implement APPEND.
12078 (tramp-adb-handle-rename-file): Make it more robust. Flush file
12079 properties correctly.
12080 (tramp-adb-maybe-open-connection): Set `tramp-current-*'
12081 variables. Check for connected devices only when needed.
12082
12083 2014-02-27 Glenn Morris <rgm@gnu.org>
12084
12085 * minibuffer.el (completion-table-dynamic)
12086 (completion-table-with-cache): Doc fixes.
12087
12088 * emacs-lisp/crm.el (crm-default-separator, crm-separator)
12089 (completing-read-multiple): Doc fixes.
12090
12091 2014-02-27 Daniel Colascione <dancol@dancol.org>
12092
12093 * minibuffer.el (completion--nth-completion): Fix indentation.
12094
12095 * net/tramp-sh.el (tramp-get-remote-path): Don't signal error when
12096 explicit tramp path is empty.
12097
12098 2014-02-27 Glenn Morris <rgm@gnu.org>
12099
12100 * emacs-lisp/crm.el (completing-read-multiple):
12101 Empower help-enable-auto-load.
12102
12103 2014-02-26 Glenn Morris <rgm@gnu.org>
12104
12105 * startup.el (command-line): Don't init the tty in daemon mode.
12106
12107 Avoid calling tty-setup-hook twice, eg if a term file
12108 explicitly calls tty-run-terminal-initialization. (Bug#16859)
12109 * faces.el (tty-run-terminal-initialization): Add run-hook argument.
12110 (tty-create-frame-with-faces): Use it.
12111 * startup.el (command-line): Pass run-hook argument
12112 to tty-run-terminal-initialization.
12113
12114 * dired.el (dired-restore-desktop-buffer): Demote errors;
12115 eg in case a glob match fails. (Bug#16884)
12116
12117 2014-02-26 Dmitry Gutov <dgutov@yandex.ru>
12118
12119 * emacs-lisp/lisp.el (lisp--local-variables): Catch `end-of-file'
12120 error from `read-from-string'. (Bug#16850)
12121
12122 * emacs-lisp/ert.el (ert-run-tests-interactively): `read' the
12123 result of `completing-read' in the interactive form. (Bug#16854)
12124
12125 2014-02-25 Glenn Morris <rgm@gnu.org>
12126
12127 * image.el (image-animate, image-animate-timeout):
12128 Stop animating images in dead buffers. (Bug#16878)
12129
12130 * emacs-lisp/edebug.el (defmacro): Fix debug spec. (Bug#16868)
12131
12132 * faces.el (tty-setup-hook, tty-run-terminal-initialization):
12133 Doc fixes.
12134 * startup.el (term-setup-hook): Doc fix. Make obsolete.
12135 * term/sun.el (sun-raw-prefix-hooks):
12136 Use tty-setup-hook instead of term-setup-hook.
12137 (terminal-init-sun): Construct message from bytecomp plist.
12138 * term/wyse50.el (enable-arrow-keys): Doc fix.
12139
12140 2014-02-24 Juanma Barranquero <lekktu@gmail.com>
12141
12142 * term/sun.el (kill-region-and-unmark, sun-raw-prefix-hooks):
12143 Fix docstring typos.
12144
12145 2014-02-24 Michael Albinus <michael.albinus@gmx.de>
12146
12147 * net/tramp-sh.el (tramp-sh-handle-file-truename): Improve last fix.
12148
12149 2014-02-24 Nicolas Richard <theonewiththeevillook@yahoo.fr>
12150
12151 * minibuffer.el (completion--try-word-completion):
12152 Fix error when completing M-x commands (bug#16808).
12153
12154 2014-02-24 Leo Liu <sdl.web@gmail.com>
12155
12156 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix debug spec.
12157
12158 2014-02-24 Juanma Barranquero <lekktu@gmail.com>
12159
12160 * apropos.el (apropos-print): Avoid formatting error when
12161 apropos-do-all and apropos-compact-layout are both t.
12162
12163 2014-02-23 Juanma Barranquero <lekktu@gmail.com>
12164
12165 * apropos.el (apropos-property, apropos-all-words-regexp)
12166 (apropos-true-hit, apropos-variable, apropos-print):
12167 Fix docstring typos, and remove obsolete comment.
12168
12169 2014-02-23 Michael Albinus <michael.albinus@gmx.de>
12170
12171 * net/tramp-sh.el (tramp-sh-handle-file-truename):
12172 Preserve trailing "/". (Bug#16851)
12173
12174 2014-02-23 Dmitry Gutov <dgutov@yandex.ru>
12175
12176 * progmodes/ruby-mode.el (ruby-smie-rules): Don't indent specially
12177 after `=>' (bug#16811).
12178 (ruby-smie-rules): Handle the inconsistent second element of the
12179 list returned by `smie-indent--parent'.
12180 (ruby-font-lock-keywords): Disqualify any identifier before `=' as
12181 method call.
12182
12183 2014-02-23 Juanma Barranquero <lekktu@gmail.com>
12184
12185 * elec-pair.el (electric-pair-text-syntax-table)
12186 (electric-pair-syntax-info, electric-pair--syntax-ppss)
12187 (electric-pair--balance-info, electric-pair-mode): Fix docstring typos.
12188 (electric-pair--looking-at-unterminated-string-p): Doc fix.
12189 (electric-pair--inside-string-p): Doc fix. Use `let', not `let*'.
12190
12191 2014-02-22 Glenn Morris <rgm@gnu.org>
12192
12193 * imenu.el (imenu--generic-function): Doc fix.
12194
12195 * register.el (frame-configuration-to-register): Make obsolete.
12196
12197 2014-02-22 Juanma Barranquero <lekktu@gmail.com>
12198
12199 * desktop.el (desktop-save-buffer-p): Do not fail when
12200 desktop-files-not-to-save is nil. Return t for true result
12201 as the doc says.
12202
12203 2014-02-22 Daniel Colascione <dancol@dancol.org>
12204
12205 * net/secrets.el (secrets-create-item, secrets-search-items):
12206 Check that attribute values are strings, avoiding the construction
12207 of invalid dbus messages.
12208
12209 2014-02-21 Juanma Barranquero <lekktu@gmail.com>
12210
12211 * emacs-lisp/gv.el: Avoid duplicating gv-expander and gv-setter in
12212 defun-declarations-alist.
12213
12214 2014-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
12215
12216 * emacs-lisp/cl-macs.el (cl-define-compiler-macro): Add indent rule
12217 (bug#16829).
12218
12219 2014-02-21 Juanma Barranquero <lekktu@gmail.com>
12220
12221 * whitespace.el (whitespace-space, whitespace-hspace, whitespace-tab)
12222 (whitespace-newline, whitespace-trailing, whitespace-line)
12223 (whitespace-space-before-tab, whitespace-indentation, whitespace-empty)
12224 (whitespace-space-after-tab): Fix typo in docstrings.
12225
12226 2014-02-21 Dmitry Gutov <dgutov@yandex.ru>
12227
12228 * progmodes/ruby-mode.el (auto-mode-alist): Add missing "or".
12229
12230 * electric.el (electric-indent-functions-without-reindent):
12231 Add `yaml-indent-line'.
12232
12233 2014-02-21 Juanma Barranquero <lekktu@gmail.com>
12234
12235 * w32-vars.el (w32-enable-synthesized-fonts): Mark as obsolete.
12236 It has done nothing for years; should be removed after the release.
12237
12238 * simple.el (choose-completion): Fix docstring typo.
12239 (read-quoted-char-radix): Remove unneeded * in docstring.
12240 (process-file, kill-whole-line, pop-to-mark-command, set-mark-command):
12241 Don't escape parentheses unnecessarily in docstrings.
12242
12243 2014-02-21 Martin Rudalics <rudalics@gmx.at>
12244
12245 Fix handling of window-min-height/-width (Bug#16738).
12246 * window.el (window--dump-window, window--dump-frame):
12247 New functions.
12248 (window--min-size-1): Account for window dividers.
12249 When window-resize-pixelwise is nil, delay rounding till after the
12250 sum of the window components has been calculated.
12251 (window--min-delta-1, window--max-delta-1): When PIXELWISE is
12252 nil make sure at least one text line and two text columns remain
12253 fully visible.
12254 (window-resize): Signal an error when window-resize-apply fails.
12255 (window--resize-child-windows): Fix calculation of by how many
12256 pixels a window can still be shrunk via window-new-normal.
12257 (adjust-window-trailing-edge): Call window--resizable with
12258 correct TRAIL argument.
12259
12260 (with-temp-buffer-window): Don't evaluate BODY within
12261 with-current-buffer (Bug#16816).
12262
12263 2014-02-21 Michael Albinus <michael.albinus@gmx.de>
12264
12265 * net/tramp.el (tramp-check-cached-permissions):
12266 Call `file-attributes' with `suffix' being a symbol but a string.
12267
12268 2014-02-21 Daniel Colascione <dancol@dancol.org>
12269
12270 * net/dbus.el (dbus-init-bus-1): Declare new subr.
12271 (dbus-init-bus): New function: call into dbus-init-bus-1
12272 and installs a handler for the disconnect signal.
12273 (dbus-call-method): Rewrite to look for result in cons.
12274 (dbus-call-method-handler): Store result in cons.
12275 (dbus-check-event): Recognize events with nil sender as valid.
12276 (dbus-handle-bus-disconnect): New function. React to bus
12277 disconnection signal by synthesizing dbus error for each
12278 pending synchronous or asynchronous call.
12279 (dbus-notice-synchronous-call-errors): New function.
12280 (dbus-handle-event): Raise errors directly only when `dbus-debug'
12281 is true, not all the time.
12282
12283 2014-02-21 Juanma Barranquero <lekktu@gmail.com>
12284
12285 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
12286 Remove obsolescence declarations, these variables do not exist anymore.
12287
12288 * savehist.el (savehist-save-minibuffer-history)
12289 (savehist-additional-variables, savehist-file, savehist-mode-hook)
12290 (savehist-save-hook, savehist-coding-system, savehist-loaded)
12291 (savehist-load, savehist-install, savehist-autosave): Fix typos;
12292 mostly, refer to "Savehist mode" when talking about the mode,
12293 and not the function.
12294
12295 * saveplace.el (save-place): Remove redundant info in docstring.
12296 (save-place-forget-unreadable-files, toggle-save-place)
12297 (save-place-forget-unreadable-files, save-place-dired-hook):
12298 Fix typos and remove unneeded backslashes.
12299
12300 2014-02-20 Michael Albinus <michael.albinus@gmx.de>
12301
12302 * net/tramp.el (ls-lisp-use-insert-directory-program): Declare.
12303 (tramp-handle-insert-directory): New defun, taken from tramp-gvfs.el.
12304
12305 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist)
12306 <insert-directory>: Use `tramp-handle-insert-directory'.
12307 (tramp-gvfs-handle-insert-directory): Remove function.
12308
12309 * net/tramp-sh.el (tramp-sh-handle-insert-directory):
12310 Call `tramp-handle-insert-directory'.
12311
12312 2014-02-20 Juanma Barranquero <lekktu@gmail.com>
12313
12314 * elec-pair.el (electric-pair-syntax-info): Do not check syntax
12315 before the start of buffer/region (bug#16799).
12316
12317 2014-02-20 Glenn Morris <rgm@gnu.org>
12318
12319 * isearch.el (search-invisible): Doc fix.
12320
12321 2014-02-20 W. Trevor King <wking@tremily.us> (tiny change)
12322
12323 * term/xterm.el (xterm--version-handler): Adapt to xterm-280's output
12324 (bug#16657).
12325
12326 2014-02-19 Juanma Barranquero <lekktu@gmail.com>
12327
12328 * frameset.el (frameset-restore): Delay removing an old frame's
12329 duplicate id until the new frame has been correctly created.
12330
12331 2014-02-19 Michael Albinus <michael.albinus@gmx.de>
12332
12333 * net/tramp.el (tramp-handle-make-symbolic-link): New defun.
12334 (tramp-check-cached-permissions): Call `file-attributes' if the
12335 cache is empty.
12336
12337 * net/tramp-adb.el (tramp-adb-file-name-handler-alist)
12338 <make-symbolic-link>: Use `tramp-handle-make-symbolic-link'.
12339
12340 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist)
12341 <make-symbolic-link>: Use `tramp-handle-make-symbolic-link'.
12342 (tramp-gvfs-maybe-open-connection): Set always connection
12343 properties, even if target is mounted already.
12344
12345 * net/tramp-sh.el (tramp-color-escape-sequence-regexp):
12346 Set tramp-autoload cookie.
12347 (tramp-get-remote-touch): New defun.
12348 (tramp-sh-handle-set-file-times): Use it.
12349 (tramp-sh-handle-directory-files-and-attributes):
12350 Use `tramp-handle-directory-files-and-attributes' if neither stat
12351 nor perl are available on the remote host.
12352
12353 * net/tramp-smb.el (tramp-smb-handle-insert-directory): Mark trailing
12354 "/". Write long listing only when "l" belongs to the switches.
12355
12356 * net/trampver.el: Update release number.
12357
12358 2014-02-19 Juanma Barranquero <lekktu@gmail.com>
12359
12360 * frameset.el (frameset--reuse-frame): Remove workaround for bug#16793.
12361
12362 2014-02-19 Martin Rudalics <rudalics@gmx.at>
12363
12364 * window.el (window-state-put): Allow WINDOW to refer to an
12365 internal window (Bug#16793).
12366
12367 2014-02-19 Glenn Morris <rgm@gnu.org>
12368
12369 * textmodes/remember.el: Move provide statement to end.
12370 (remember-mode-map, remember-notes-mode-map, remember-notes-mode)
12371 (remember-notes): Doc fixes.
12372
12373 2014-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
12374
12375 * delsel.el (delete-char): Restore incorrectly erased property
12376 (bug#16795).
12377
12378 2014-02-18 Juanma Barranquero <lekktu@gmail.com>
12379
12380 * frameset.el (frameset--restore-frame): When a frame is being reused
12381 and its root window is not alive, delete all the frame's windows before
12382 restoring the window state. This works around the issue in bug#16793.
12383
12384 2014-02-18 Glenn Morris <rgm@gnu.org>
12385
12386 * textmodes/remember.el (remember-data-directory)
12387 (remember-directory-file-name-format, remember-store-in-files)
12388 (remember-notes-initial-major-mode, remember-notes-bury-on-kill)
12389 (remember-notes-save-and-bury-buffer)
12390 (remember-notes--kill-buffer-query): Doc fixes.
12391
12392 * desktop.el (desktop-save-mode, desktop-auto-save-timeout): Doc fixes.
12393
12394 2014-02-17 Alan Mackenzie <acm@muc.de>
12395
12396 Connect electric-indent-mode up with CC Mode. Bug #15478.
12397 * progmodes/cc-mode.el (c-initialize-cc-mode): Add CC Mode hooks
12398 to electric-indent-{,local-}-mode.
12399 (c-basic-common-init): Set electric-indent-inhibit.
12400 Initialize c-electric-flag from electric-indent-mode.
12401 (c-electric-indent-mode-hook, c-electric-indent-local-mode-hook):
12402 New hook functions which propagate electric-indent-mode to CC mode.
12403
12404 * progmodes/cc-cmds.el (c-toggle-electric-state): When C-c C-l is
12405 hit, toggle electric-indent-local-mode.
12406
12407 * electric.el (electric-indent-mode-has-been-called):
12408 New variable.
12409
12410 2014-02-17 Juanma Barranquero <lekktu@gmail.com>
12411
12412 * frameset.el (frameset-cfg-id): New function.
12413 (frameset--reuse-frame, frameset-restore): Use it.
12414 (frameset--jump-to-register): Try harder to reuse frames (bug#16748).
12415
12416 2014-02-17 Stefan Monnier <monnier@iro.umontreal.ca>
12417
12418 * ido.el (ido-file-internal): Remove unused var `d'.
12419 Use \` for to match BoS. Fit within 80n columns.
12420
12421 2014-02-17 Daniel Colascione <dancol@dancol.org>
12422
12423 * net/dbus.el (dbus-call-method): Work around bug#16775 by having
12424 dbus-call-method check for completion using a busy-wait loop with
12425 gradual backoff.
12426
12427 2014-02-16 Michael Albinus <michael.albinus@gmx.de>
12428
12429 Sync with Tramp 2.2.9.
12430
12431 * net/trampver.el: Update release number.
12432
12433 2014-02-16 Dmitry Gutov <dgutov@yandex.ru>
12434
12435 * ido.el (ido-file-internal): Don't add the name of an existing
12436 directory twice. (Bug#16747)
12437
12438 2014-02-16 Glenn Morris <rgm@gnu.org>
12439
12440 * vc/ediff-init.el (ediff-use-faces, ediff-highlight-all-diffs):
12441 Do not use ediff-defvar-local on pre-defined variables. (Bug#16744)
12442
12443 2014-02-15 Michael R. Mauger <michael@mauger.com>
12444
12445 * progmodes/sql.el: Version 3.4
12446 (sql-oracle-options): New default value ("-L").
12447 (sql-mode-oracle-font-lock-keywords): Add placeholder highlighting.
12448 (sql-placeholders-filter): Correct placeholder pattern.
12449 (sql-read-table-name): Bug fix. Detect absence of SQLi process.
12450 (sql-login-delay): New variable.
12451 (sql-product-interactive): Use it.
12452
12453 2014-02-15 Juanma Barranquero <lekktu@gmail.com>
12454
12455 * frameset.el (frameset--jump-to-register): Check that buffer is live
12456 (bug#16749).
12457
12458 2014-02-15 Glenn Morris <rgm@gnu.org>
12459
12460 * info.el (info-initialize): Revert 2014-01-10 change.
12461
12462 2014-02-14 Glenn Morris <rgm@gnu.org>
12463
12464 * replace.el (map-query-replace-regexp)
12465 (read-regexp-defaults-function, read-regexp): Doc fixes.
12466
12467 * dired.el (dired-read-regexp):
12468 * faces.el (list-faces-display):
12469 * misearch.el (multi-isearch-read-matching-buffers)
12470 (multi-isearch-read-matching-files):
12471 * play/cookie1.el (cookie-apropos):
12472 * progmodes/grep.el (grep-read-regexp): Doc fixes.
12473
12474 * textmodes/remember.el (remember): Use frameset-to-register
12475 rather than frame-configuration-to-register.
12476
12477 2014-02-14 Jay Belanger <jay.p.belanger@gmail.com>
12478
12479 * calc/calc-menu.el (calc-vectors-menu): Remove menu item for
12480 incorrect keybinding.
12481
12482 2014-02-13 Daniel Colascione <dancol@dancol.org>
12483
12484 * progmodes/flymake.el (flymake-post-syntax-check): Widen buffer
12485 when adding overlays so that line numbers from compiler match line
12486 numbers we use.
12487
12488 2014-02-13 Glenn Morris <rgm@gnu.org>
12489
12490 * mail/rmail.el (rmail-probe): Be less strict. (Bug#16743)
12491
12492 * jit-lock.el (jit-lock-mode): Doc fix.
12493
12494 2014-02-13 Juanma Barranquero <lekktu@gmail.com>
12495
12496 * apropos.el (apropos-read-pattern): When the user passes an empty
12497 string, give a more helpful error message than "Wrong type
12498 argument: stringp, nil".
12499
12500 2014-02-13 Stefan Monnier <monnier@iro.umontreal.ca>
12501
12502 * jit-lock.el (jit-lock-mode): Keep it disabled in indirect buffers.
12503
12504 2014-02-13 Glenn Morris <rgm@gnu.org>
12505
12506 * finder.el (finder-known-keywords, finder-mode-map): Doc fixes.
12507
12508 2014-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
12509
12510 * emulation/cua-base.el (cua-scroll-up, cua-scroll-down): Mark them as
12511 shift-select commands.
12512
12513 2014-02-12 Dmitry Gutov <dgutov@yandex.ru>
12514
12515 * progmodes/js.el (js-indent-line): Don't widen.
12516 http://lists.gnu.org/archive/html/emacs-devel/2012-06/msg00276.html
12517
12518 2014-02-12 Glenn Morris <rgm@gnu.org>
12519
12520 * icomplete.el (icomplete): Add info-link to defgroup.
12521 (icomplete-with-completion-tables, icomplete-minibuffer-setup-hook)
12522 (icomplete-minibuffer-map, icomplete-mode)
12523 (icomplete-simple-completing-p, icomplete-completions): Doc fixes.
12524
12525 * emacs-lisp/package.el (package-menu-mode-map): Tweak menu.
12526 (package-menu-filter): Rename from package-menu-filter-interactive.
12527 Doc fix.
12528
12529 2014-02-11 Juanma Barranquero <lekktu@gmail.com>
12530
12531 * frameset.el (frameset--jump-to-register): Select the required
12532 window and buffer before restoring position (bug#16696).
12533
12534 2014-02-11 Lars Ingebrigtsen <larsi@gnus.org>
12535
12536 * dired.el (dired-get-marked-files): Clarify doc (bug#11534).
12537
12538 2014-02-10 Glenn Morris <rgm@gnu.org>
12539
12540 * jit-lock.el (jit-lock-force-redisplay): Doc fix. (Bug#14394)
12541
12542 2014-02-10 Eli Zaretskii <eliz@gnu.org>
12543
12544 * w32-common-fns.el (x-get-selection): Doc fix.
12545 * select.el (x-get-selection): Doc fix. (Bug#15109)
12546
12547 * face-remap.el (face-remap-add-relative)
12548 (face-remap-remove-relative, face-remap-reset-base)
12549 (face-remap-set-base): Call force-mode-line-update to redisplay
12550 the current buffer due to potential change in faces. (Bug#16709)
12551
12552 2014-02-10 Michael Albinus <michael.albinus@gmx.de>
12553
12554 * net/tramp-sh.el (tramp-sh-handle-vc-registered): Apply heredoc
12555 script more robustly.
12556
12557 2014-02-10 Lars Ingebrigtsen <larsi@gnus.org>
12558
12559 * dired.el (dired-get-marked-files): Doc fix (bug#11534).
12560
12561 * simple.el (choose-completion): Doc fix (bug#14160).
12562
12563 * subr.el (event-start): Say what a nil EVENT value means.
12564
12565 * kmacro.el (kmacro-bind-to-key): Say that the parameter is unused
12566 (bug#14197).
12567
12568 * progmodes/grep.el (find-program): Doc fix (bug#14289).
12569
12570 * files.el (confirm-kill-emacs): Clarify doc (bug#15455).
12571
12572 * emacs-lisp/lisp.el (up-list): Doc fix (bug#15832).
12573
12574 * files.el (confirm-kill-emacs): Allow specifying an arbitrary
12575 predicate function (bug#15455).
12576
12577 2014-02-10 Dmitry Gutov <dgutov@yandex.ru>
12578
12579 * ielm.el (inferior-emacs-lisp-mode): Instead of
12580 `comment-use-global-state', set `comment-use-syntax'.
12581
12582 2014-02-10 Glenn Morris <rgm@gnu.org>
12583
12584 * emacs-lisp/gulp.el (gulp-discard): Add emacs-devel.
12585
12586 2014-02-09 Alan Mackenzie <acm@muc.de>
12587
12588 Fix c-invalidate-state-cache on narrowed buffers.
12589 * progmodes/cc-defs.el (c-with-all-but-one-cpps-commented-out):
12590 Widen when setting and clearing the CPP delimiter properties.
12591
12592 2014-02-09 Lars Ingebrigtsen <larsi@gnus.org>
12593
12594 * help.el (describe-bindings): Doc fix (bug#9888).
12595
12596 * files.el (save-buffer): Use ARG as the parameter name for
12597 consistency (bug#10346).
12598 (save-buffer): Clarify the 0 argument (bug#10346).
12599
12600 * cus-edit.el (customize-apropos): Fix error string.
12601 (custom-buffer-create): Doc fix (bug#11122).
12602 (custom-sort-items): Doc fix (bug#11121).
12603
12604 * repeat.el (repeat-message-function): Reword doc slightly (bug#11619).
12605
12606 * icomplete.el (icomplete-with-completion-tables): Doc fix (bug#11654).
12607 (icomplete-simple-completing-p): Mention the previous variable.
12608
12609 * font-lock.el (font-lock-value-in-major-mode): Clarify the
12610 meaning of the parameter (bug#12282).
12611
12612 * files.el (find-file-noselect): Clarify prompt when changing
12613 readedness (bug#13261).
12614 (locate-file): Suffixes aren't returned, so don't say that they
12615 are (bug#12674).
12616 (backup-inhibited): Doc clarification (bug#12525).
12617
12618 * dired.el (dired-internal-do-deletions): Don't say "Deleting..."
12619 before we actually start to delete things (bug#16331).
12620
12621 * subr.el (event-start): Doc fix (bug#14228).
12622 (event-end): Ditto.
12623
12624 2014-02-09 Glenn Morris <rgm@gnu.org>
12625
12626 * emacs-lisp/warnings.el (lwarn):
12627 Empower help-enable-auto-load. (Bug#15940)
12628
12629 2014-02-08 Andreas Schwab <schwab@linux-m68k.org>
12630
12631 * vc/log-edit.el (log-edit-comment-to-change-log): Doc fix.
12632 (Bug#16690)
12633
12634 2014-02-08 Michael Albinus <michael.albinus@gmx.de>
12635
12636 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
12637 Insert output at end of buffer. (Bug#16120)
12638
12639 2014-02-08 Lars Ingebrigtsen <larsi@gnus.org>
12640
12641 * simple.el (choose-completion-string-functions): Document new
12642 calling convention (bug#14153).
12643 (execute-extended-command): Clarify doc string (bug#13373).
12644
12645 * kmacro.el (kmacro-exec-ring-item): Doc fix (bug#14198).
12646
12647 * find-dired.el (find-name-dired): Doc fix (bug#14290).
12648 (find-grep-dired): Doc fix (bug#14288).
12649
12650 2014-02-08 Juri Linkov <juri@jurta.org>
12651
12652 * isearch.el (isearch-quote-char): Check character validity
12653 like in `quoted-insert' (bug#16677).
12654
12655 2014-02-08 Lars Ingebrigtsen <larsi@gnus.org>
12656
12657 * files.el (find-file-visit-truename): Doc clarification (bug#14697).
12658
12659 * isearch.el (isearch-hide-immediately): Doc clarification
12660 (bug#14723).
12661
12662 * simple.el (line-move): Document utility function used many
12663 places in the Emacs sources (bug#14843).
12664
12665 * dired.el (dired-mode-map): Make :help text more accurate (bug#14893).
12666 (dired-prev-marked-file): Doc fix (bug#14855).
12667 (dired-up-directory): Doc fix (bug#14848).
12668
12669 * minibuffer.el (read-file-name): Doc clarification (bug#15096).
12670
12671 * files.el (file-relative-name): Doc fix (bug#15159).
12672
12673 * fringe.el (fringe-styles): Doc fix (bug#15239).
12674
12675 * isearch.el (isearch-filter-predicate): Documentation typo fix
12676 (bug#15474).
12677
12678 * info-look.el (info-lookup-symbol): Document MODE (bug#15498).
12679
12680 * isearch.el (isearch-cmds): Doc clarification (bug#15547).
12681
12682 * replace.el (replace-match-maybe-edit): Doc clarification
12683 (bug#15632).
12684
12685 * subr.el (add-to-list): Refill the paragraphs (bug#15791).
12686
12687 * macros.el (insert-kbd-macro): Doc fix (bug#16025).
12688
12689 2014-02-08 Glenn Morris <rgm@gnu.org>
12690
12691 * help-fns.el (describe-variable):
12692 Check {file,dir}-local-variables-alist, and buffer-file-name,
12693 in the correct buffer.
12694
12695 2014-02-08 Ingo Lohmar <i.lohmar@gmail.com>
12696
12697 * help-fns.el (describe-variable): Fix the case where
12698 a value is directory-local with no dir-locals file. (Bug#16635)
12699
12700 2014-02-08 Glenn Morris <rgm@gnu.org>
12701
12702 * abbrev.el (edit-abbrevs-mode):
12703 Derive from fundamental-mode. (Bug#16682)
12704
12705 2014-02-07 Juanma Barranquero <lekktu@gmail.com>
12706
12707 * simple.el (quoted-insert): Check character validity (bug#16677).
12708
12709 2014-02-07 Juri Linkov <juri@jurta.org>
12710
12711 * desktop.el (desktop-read): Claim the lock when the owner is not
12712 the current process. (Bug#16157)
12713
12714 2014-02-07 Juri Linkov <juri@jurta.org>
12715
12716 * desktop.el (desktop-buffers-not-to-save): Change default from nil
12717 to "\\` ". (Bug#16651)
12718
12719 2014-02-07 Juri Linkov <juri@jurta.org>
12720
12721 * desktop.el (desktop-save-mode): Call `desktop-auto-save-set-timer'
12722 when enabling, and `desktop-auto-save-cancel-timer' when disabling.
12723 (desktop-auto-save-cancel-timer): New function with some code from
12724 `desktop-auto-save-set-timer'.
12725 (after-init-hook): Don't call `desktop-auto-save-set-timer'.
12726 Instead of setting `desktop-save-mode' to nil, call
12727 `desktop-save-mode' with arg 0. (Bug#16630)
12728
12729 2014-02-07 Glenn Morris <rgm@gnu.org>
12730
12731 * hi-lock.el (hi-lock-auto-select-face, hi-lock-line-face-buffer)
12732 (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
12733 (hi-lock-face-symbol-at-point, hi-lock-read-face-name): Doc tweaks.
12734
12735 * obsolete/iswitchb.el: Move to obsolete/.
12736 * simple.el (iswitchb-mode): Add manual autoloads to ease transition,
12737 since obsolete/ is not scanned for autoloads.
12738 * emacs-lisp/authors.el (authors-valid-file-names):
12739 Add iswitchb.el.
12740
12741 * obsolete/meese.el: Restore as obsolete (deleted 2014-01-11).
12742 Disable now non-functional find-file-hook.
12743
12744 2014-02-06 Michael Albinus <michael.albinus@gmx.de>
12745
12746 * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use "&&"
12747 instead of ";" in order to avoid additional prompts. Let heredoc
12748 scripts read from tty. (Bug#16582)
12749 (tramp-send-command): No special handling of heredocs, it isn't
12750 necessary anymore.
12751
12752 2014-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
12753
12754 * emacs-lisp/lisp.el (lisp-completion-at-point): Symbols don't start
12755 with a space (bug#16664). Limit the symbols considered to the ones
12756 that are bound or fbound (bug#16646).
12757
12758 2014-02-06 Glenn Morris <rgm@gnu.org>
12759
12760 * epa.el (epa-mail-aliases): Doc fix.
12761
12762 2014-02-06 Dmitry Gutov <dgutov@yandex.ru>
12763
12764 * emacs-lisp/lisp.el (lisp-completion-at-point):
12765 Use `completion-table-merge' instead of `completion-table-in-turn'
12766 (bug#16604).
12767
12768 * minibuffer.el (completion-table-merge): New function.
12769
12770 2014-02-05 Michael Albinus <michael.albinus@gmx.de>
12771
12772 * net/tramp-sh.el (tramp-end-of-heredoc): New defconst.
12773 (tramp-sh-handle-set-file-acl)
12774 (tramp-sh-handle-start-file-process)
12775 (tramp-sh-handle-write-region, tramp-sh-handle-vc-registered)
12776 (tramp-find-executable, tramp-send-command): Use it.
12777
12778 2014-02-05 Glenn Morris <rgm@gnu.org>
12779
12780 * epa.el (epa-mail-aliases): Fix custom type. Doc tweak.
12781
12782 2014-02-04 Fabián Ezequiel Gallina <fgallina@gnu.org>
12783
12784 * progmodes/python.el (python-shell-send-string)
12785 (python-shell-send-string-no-output): Fix docstring (Bug#16547).
12786
12787 2014-02-04 Anders Lindgren <andlind@gmail.com>
12788
12789 * emacs-lisp/ert.el (ert--activate-font-lock-keywords): Allow dashes in
12790 the names (bug#16620).
12791
12792 2014-02-03 Martin Rudalics <rudalics@gmx.at>
12793
12794 * faces.el (window-divider): New default value. Rewrite doc-string.
12795 (window-divider-first-pixel, window-divider-last-pixel): New faces.
12796
12797 2014-02-03 Dmitry Gutov <dgutov@yandex.ru>
12798
12799 * progmodes/ruby-mode.el (ruby-font-lock-keywords): `private',
12800 `protected' and `public' can also be called without arguments.
12801
12802 2014-02-03 Glenn Morris <rgm@gnu.org>
12803
12804 * register.el (window-configuration-to-register)
12805 (frame-configuration-to-register): Unadvertise unused argument.
12806 * frameset.el (frameset-to-register): Remove unused argument.
12807
12808 * frameset.el (frameset-to-register):
12809 * kmacro.el (kmacro-to-register):
12810 * register.el (increment-register):
12811 * calc/calc-yank.el (calc-copy-to-register, calc-insert-register)
12812 (calc-append-to-register, calc-prepend-to-register):
12813 * play/gametree.el (gametree-layout-to-register)
12814 (gametree-apply-register-layout):
12815 * textmodes/picture.el (picture-clear-rectangle-to-register)
12816 (picture-yank-rectangle-from-register):
12817 * vc/emerge.el (emerge-combine-versions-register):
12818 Use register-read-with-preview to read registers.
12819
12820 2014-02-03 João Távora <joaotavora@gmail.com>
12821
12822 * elec-pair.el (electric-pair-backward-delete-char): Don't error
12823 when at beginning of (possibly narrowed) buffer.
12824
12825 2014-02-02 Daniel Colascione <dancol@dancol.org>
12826
12827 * help-at-pt.el (help-at-pt-string, help-at-pt-maybe-display):
12828 Also try to display local help from just before point.
12829
12830 2014-02-02 Alan Mackenzie <acm@muc.de>
12831
12832 c-parse-state. Don't "append-lower-brace-pair" in certain
12833 circumstances. Also fix an obscure bug where "\\s!" shouldn't be
12834 recognised as a comment.
12835
12836 * progmodes/cc-engine.el (c-state-pp-to-literal): Check for "\\s!"
12837 as well as normal comment starter.
12838 (c-parse-state-get-strategy): Extra return possibility
12839 'back-and-forward.
12840 (c-remove-stale-state-cache): Extra element CONS-SEPARATED in
12841 return value list to indicate replacement of a brace-pair cons
12842 with its car.
12843 (c-parse-state-1): With 'back-and-forward, only call
12844 c-append-lower-brace-pair-to state-cache when cons-separated.
12845
12846 2014-02-02 Jan Djärv <jan.h.d@swipnet.se>
12847
12848 * term/ns-win.el (ns-suspend-error): New function.
12849 (ns-initialize-window-system): Add ns-suspend-error to
12850 suspend-hook (Bug#16612).
12851
12852 2014-02-02 Daniel Colascione <dancol@dancol.org>
12853
12854 * progmodes/cc-defs.el (c-find-assignment-for-mode):
12855 Make loading cc-mode silent.
12856
12857 2014-02-02 Daniel Colascione <dancol@dancol.org>
12858
12859 * comint.el (comint-prompt-read-only): Change doc to suggest
12860 remap keybinding.
12861
12862 2014-02-02 Glenn Morris <rgm@gnu.org>
12863
12864 * register.el (register-read-with-preview, point-to-register)
12865 (window-configuration-to-register, frame-configuration-to-register)
12866 (jump-to-register, number-to-register, view-register, insert-register)
12867 (copy-to-register, append-to-register, prepend-to-register)
12868 (copy-rectangle-to-register): Doc fixes.
12869
12870 2014-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
12871
12872 * help-fns.el (help-C-file-name): Handle advised functions (bug#16478).
12873 * emacs-lisp/find-func.el (find-function-C-source): Idem.
12874 * emacs-lisp/nadvice.el (advice--cd*r): New function.
12875 * help-fns.el (describe-function-1): Use it.
12876
12877 2014-02-02 Glenn Morris <rgm@gnu.org>
12878
12879 * register.el (register-preview-default): New function,
12880 split from register-preview.
12881 (register-preview-function): Rename from register-preview-functions,
12882 make it not a hook.
12883 (register-preview): Use register-preview-function.
12884 (register-read-with-preview): Error on non-character event. (Bug#16595)
12885
12886 2014-02-01 Dmitry Gutov <dgutov@yandex.ru>
12887
12888 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Check for
12889 `:' before binary operators (bug#16609). Don't check for `:'
12890 before `[' and `(', or their syntax status. A percent literal
12891 can't end with either.
12892 (ruby-font-lock-keywords): For built-ins that require arguments,
12893 check that they're followed by something that looks like argument
12894 (bug#16610).
12895
12896 2014-02-01 Lars Ingebrigtsen <larsi@gnus.org>
12897
12898 * subr.el (butlast): Document what an omitted N means (bug#13437).
12899 (nbutlast): Ditto.
12900
12901 2014-01-31 Lars Ingebrigtsen <larsi@gnus.org>
12902
12903 * net/shr.el (shr-generic): Make into a defsubst to make the stack
12904 depth shallower (bug#16587).
12905 (shr-tag-svg): Respect `shr-inhibit-images'.
12906 (shr-dom-to-xml): Respect `shr-blocked-images' (bug#15882).
12907
12908 2014-01-31 Dmitry Gutov <dgutov@yandex.ru>
12909
12910 * progmodes/ruby-mode.el (ruby-align-chained-calls): New option.
12911 (ruby-smie-grammar): Make "." right-associative. Make its priority
12912 lower than the ternary and all binary operators.
12913 (ruby-smie-rules): Indent "(" relative to the first non-"."
12914 parent, or the first "." parent at indentation.
12915 Use `ruby-align-chained-calls' for indentation of "." tokens.
12916 (Bug#16593)
12917
12918 2014-01-31 Juri Linkov <juri@jurta.org>
12919
12920 * sort.el (delete-duplicate-lines): Remove `:weakness 'key'
12921 from `make-hash-table'.
12922
12923 * textmodes/ispell.el (ispell-init-process): Change message format
12924 to be consistent with other messages.
12925
12926 2014-01-31 Glenn Morris <rgm@gnu.org>
12927
12928 * delsel.el (delete-selection-mode): Doc fix.
12929
12930 * emacs-lisp/trace.el (trace--read-args, trace-function-foreground)
12931 (trace-function-background): Doc fixes.
12932
12933 * ido.el (ido-use-virtual-buffers): Doc fix.
12934 Reset :version, since the default value has not changed.
12935
12936 * register.el (register-preview-delay, register-read-with-preview):
12937 Doc fixes.
12938
12939 * mail/reporter.el (reporter-dump-variable): In case of void-variable,
12940 do not mess with mail-buffer position (fixes 2009-11-03 change).
12941 * progmodes/cc-mode.el (c-submit-bug-report):
12942 Check auto-fill-mode is bound. (Bug#16592)
12943
12944 2014-01-31 Darren Hoo <darren.hoo@gmail.com>
12945
12946 * startup.el (fancy-splash-image-file): New function,
12947 split from fancy-splash-head.
12948 (fancy-splash-head, use-fancy-splash-screens-p): Use it,
12949 so that we are both using the same image. (Bug#16574)
12950
12951 2014-01-30 Glenn Morris <rgm@gnu.org>
12952
12953 * simple.el (eval-expression): Doc fix.
12954
12955 * hexl.el (hexl-mode-hook):
12956 * ielm.el (ielm-mode-hook):
12957 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-hook)
12958 (lisp-interaction-mode-hook):
12959 * progmodes/cfengine.el (cfengine3-documentation-function):
12960 Replace obsolete alias `turn-on-eldoc-mode' with `eldoc-mode'.
12961
12962 2014-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
12963
12964 * emacs-lisp/eieio-opt.el (eieio-help-generic): Don't assume `generic'
12965 is a symbol (bug#16584).
12966
12967 2014-01-30 Glenn Morris <rgm@gnu.org>
12968
12969 * help.el (help-for-help-internal): Add "P" to text.
12970
12971 2014-01-29 Glenn Morris <rgm@gnu.org>
12972
12973 * simple.el (just-one-space, cycle-spacing): Doc fixes.
12974
12975 2014-01-28 Martin Rudalics <rudalics@gmx.at>
12976
12977 * window.el (fit-frame-to-buffer): Fix calculations for margins and
12978 height constraints.
12979
12980 2014-01-28 Luke Lee <luke.yx.lee@gmail.com>
12981
12982 * progmodes/hideif.el: Extend to full CPP expression syntax.
12983 (hif-token-alist): Add missing tokens.
12984 (hif-token-regexp): Add support for float/octal/hex immediates.
12985 (hif-string-literal-regexp): New const.
12986 (hif-tokenize): Recognize strings and float/octal/hex immediates.
12987 (hif-exprlist): New function.
12988 (hif-parse-if-exp): Use it.
12989 (hif-logior-expr, hif-logxor-expr, hif-logand-expr, hif-comp-expr)
12990 (hif-logshift-expr, hif-muldiv-expr, hif-lognot, hif-shiftleft)
12991 (hif-shiftright, hif-multiply, hif-divide, hif-modulo, hif-equal)
12992 (hif-logxor, hif-comma): New functions.
12993
12994 2014-01-28 Glenn Morris <rgm@gnu.org>
12995
12996 * textmodes/fill.el (fill-single-char-nobreak-p): Doc tweak.
12997
12998 * indent.el (tab-stop-list): Doc fix. Add :version.
12999
13000 * vc/pcvs.el (vc-editable-p, vc-checkout): Remove unused declarations.
13001 (cvs-append-to-ignore): Add compatibility alias.
13002
13003 2014-01-27 Glenn Morris <rgm@gnu.org>
13004
13005 * dired.el (dired-hide-details-mode): Don't autoload it,
13006 since it cannot be used outside Dired buffers anyway.
13007
13008 * emulation/cua-base.el (cua-mode): Doc fix.
13009
13010 * dired.el (dired-hide-details-hide-symlink-targets)
13011 (dired-hide-details-hide-information-lines)
13012 (dired-hide-details-mode): Doc fixes.
13013
13014 * shadowfile.el (shadow-info-file, shadow-todo-file): Doc fix.
13015 * strokes.el (strokes-file): Doc fix. Bump :version.
13016 (strokes-help): Doc fix.
13017 * emulation/viper-init.el (viper-vi-style-in-minibuffer): Doc fix.
13018 * emulation/viper.el (viper): Doc fix for custom group.
13019 (top-level): Remove oh-so-no-longer-relevant text about vip.
13020 * obsolete/otodo-mode.el (todo-prefix): Doc fix.
13021
13022 * ido.el (ido-save-directory-list-file):
13023 * saveplace.el (save-place-file):
13024 * calendar/timeclock.el (timeclock-file):
13025 * net/quickurl.el (quickurl-url-file):
13026 * obsolete/otodo-mode.el (todo-file-do, todo-file-done, todo-file-top):
13027 * progmodes/idlwave.el (idlwave-config-directory):
13028 * textmodes/remember.el (remember-data-file):
13029 Bump :version.
13030
13031 2014-01-26 Glenn Morris <rgm@gnu.org>
13032
13033 * progmodes/opascal.el (opascal-tab-always-indents, opascal-tab):
13034 Doc fix. Make obsolete.
13035 (opascal-mode): No longer mention opascal-tab-always-indents in doc.
13036
13037 * sort.el (delete-duplicate-lines): Doc fix.
13038
13039 2014-01-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
13040
13041 * progmodes/ada-mode.el (ada):
13042 * woman.el (woman): Link to info manual and Commentary section.
13043
13044 * progmodes/flymake.el (flymake):
13045 * nxml/nxml-mode.el (nxml):
13046 * net/eww.el (eww):
13047 * speedbar.el (speedbar, speedbar-faces, speedbar-vc):
13048 * htmlfontify.el (htmlfontify):
13049 * ses.el (ses):
13050 * epa.el (epa):
13051 * ido.el (ido): Link to info manual.
13052
13053 2014-01-25 Leo Liu <sdl.web@gmail.com>
13054
13055 * progmodes/flymake.el (flymake-make-overlay): No rear advance.
13056
13057 2014-01-25 Adam Sjøgren <asjo@koldfront.dk>
13058
13059 * net/shr.el (shr-tag-img): Prefer the title over the alt text
13060 (bug#16537).
13061
13062 2014-01-24 Juanma Barranquero <lekktu@gmail.com>
13063
13064 * net/eww.el (eww-download-callback):
13065 Fix reference to eww-download-directory.
13066
13067 * emacs-lisp/bytecomp.el (byte-compile-file):
13068 Remove unused local variable `file-name'.
13069
13070 2014-01-24 Glenn Morris <rgm@gnu.org>
13071
13072 * woman.el (woman-default-faces, woman-monochrome-faces):
13073 Fix obsolescence specification.
13074
13075 * subr.el (with-demoted-errors): Doc fix.
13076
13077 2014-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
13078
13079 * emacs-lisp/cl-macs.el: Improve type->predicate mapping (bug#16520).
13080 (cl--macroexp-fboundp): New function.
13081 (cl--make-type-test): Use it.
13082
13083 2014-01-23 Glenn Morris <rgm@gnu.org>
13084
13085 * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-last-sexp):
13086 * simple.el (eval-expression): Doc fixes.
13087
13088 2014-01-22 Glenn Morris <rgm@gnu.org>
13089
13090 * emacs-lisp/authors.el (authors-fixed-entries): Addition.
13091
13092 2014-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
13093
13094 * emacs-lisp/package.el: Write files silently.
13095 (package-autoload-ensure-default-file, package--write-file-no-coding)
13096 (package-generate-description-file, package--download-one-archive)
13097 (package-install-from-archive): Tell `write-region' to stay quiet.
13098 (package-menu-mode, package-menu--print-info): Omit the Archive column
13099 if there's only one archive.
13100 (package-all-keywords, package--has-keyword-p): Remove dead code.
13101
13102 2014-01-22 Glenn Morris <rgm@gnu.org>
13103
13104 * version.el (emacs-bzr-version-bzr): Fix typo.
13105
13106 * version.el (emacs-repository-get-version):
13107 Check either .bzr or .git, but not both.
13108 Make the git case actually use the DIR argument, and return nil
13109 rather than the empty string.
13110 Avoid error if .git exists but the git executable is not found.
13111
13112 2014-01-22 Martin Rudalics <rudalics@gmx.at>
13113
13114 Fixes in window size functions around Bug#16430 and Bug#16470.
13115 * window.el (window-total-size, window-size): New argument ROUND.
13116 (window--min-delta-1, window-min-delta, window--max-delta-1):
13117 Be more conservative when calculating the numbers of lines or
13118 columns a window can shrink (Bug#16430).
13119 (fit-window-to-buffer): Simplify code.
13120 * term.el (term-window-width): Call window-body-width again.
13121
13122 2014-01-22 Glenn Morris <rgm@gnu.org>
13123
13124 * image.el (image-format-suffixes): Doc fix.
13125
13126 * international/quail.el (quail-define-package): Doc fix.
13127
13128 * emacs-lisp/authors.el (authors-valid-file-names)
13129 (authors-renamed-files-alist): Additions.
13130
13131 * vc/vc-git.el (vc-git-print-log): Remove --follow;
13132 reverts 2014-01-09 change. (Bug#16422)
13133
13134 * calc/calc-embed.el (thing-at-point-looking-at):
13135 * emacs-lisp/map-ynp.el (x-popup-dialog):
13136 * obsolete/lmenu.el (x-popup-dialog):
13137 * emacs-lisp/package.el (url-recreate-url):
13138 * mail/mailclient.el (clipboard-kill-ring-save):
13139 * subr.el (x-popup-dialog): Update declaration.
13140 * mail/rmail.el (rmail-mime-message-p):
13141 * window.el (tool-bar-lines-needed): Remove unnecessary declaration.
13142
13143 2014-01-21 Daniel Colascione <dancol@dancol.org>
13144
13145 * progmodes/sh-script.el (sh--inside-noncommand-expression):
13146 Correctly detect when we're inside an arithmetic expansion form
13147 containing nested parenthesis.
13148 (sh--maybe-here-document): Use `sh--inside-noncommand-expression'
13149 to detect cases where we shouldn't expand "<<" to a heredoc
13150 skeleton.
13151
13152 2014-01-21 Stefan Monnier <monnier@iro.umontreal.ca>
13153
13154 * emacs-lisp/eldoc.el: Properly remove message in minibuffer case.
13155 (eldoc--message-command-p): New function.
13156 (eldoc-display-message-p): Use it.
13157 (eldoc-pre-command-refresh-echo-area): In the minibuffer case, the
13158 message is not automatically erased for us.
13159 (eldoc-print-current-symbol-info): Erase previous message, if any.
13160
13161 2014-01-21 Tassilo Horn <tsdh@gnu.org>
13162
13163 * textmodes/reftex.el (reftex-create-bibtex-file): Fix autoload to
13164 specify it's an interactive function.
13165
13166 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
13167 Fix regex used for scanning for citation keys which failed for
13168 citations with optional arguments.
13169
13170 2014-01-21 Leo Liu <sdl.web@gmail.com>
13171
13172 * simple.el (read--expression): Don't enable eldoc-mode.
13173
13174 2014-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
13175
13176 * simple.el (move-beginning-of-line): Make sure we don't move forward
13177 (bug#16497).
13178
13179 2014-01-20 Juri Linkov <juri@jurta.org>
13180
13181 * saveplace.el (toggle-save-place, save-place-to-alist)
13182 (save-places-to-alist, save-place-dired-hook): Add (derived-mode-p
13183 'dired-mode) before checking for dired-directory. (Bug#16477)
13184
13185 2014-01-20 Juri Linkov <juri@jurta.org>
13186
13187 * indent.el (indent-line-to): Use backward-to-indentation
13188 instead of back-to-indentation. (Bug#16461)
13189
13190 2014-01-20 Paul Eggert <eggert@cs.ucla.edu>
13191
13192 Revert some of the CANNOT_DUMP fix (Bug#16494).
13193 Because of this, "make bootstrap" won't work if CANNOT_DUMP=yes,
13194 but fixing this can wait until after the next release.
13195 * Makefile.in (emacs): Keep EMACSLOADPATH empty.
13196
13197 2014-01-19 Michael Albinus <michael.albinus@gmx.de>
13198
13199 * eshell/esh-mode.el (eshell-password-prompt-regexp):
13200 Use `password-word-equivalents'.
13201 (eshell-watch-for-password-prompt): Let-bind `case-fold-search'
13202 to t. (Bug#5664, Bug#13124)
13203
13204 2014-01-19 Alan Mackenzie <acm@muc.de>
13205
13206 Bind open-paren-in-column-0-is-defun-start to nil at some entry
13207 points.
13208 * progmodes/cc-engine.el (c-invalidate-state-cache-1)
13209 (c-parse-state-1, c-guess-basic-syntax): Bind it here.
13210 * progmodes/cc-mode.el (c-before-change, c-after-change)
13211 (c-font-lock-fontify-region): Bind it here.
13212
13213 2014-01-19 Martin Rudalics <rudalics@gmx.at>
13214
13215 * term.el (term-window-width): Call window-text-width instead of
13216 window-width (Bug#16470).
13217
13218 2014-01-18 Paul Eggert <eggert@cs.ucla.edu>
13219
13220 * simple.el (password-word-equivalents): Remove duplicates.
13221 Sort, to make this easier next time.
13222 Downcase. Omit ": " after "jelszó".
13223
13224 2014-01-18 Jan Djärv <jan.h.d@swipnet.se>
13225
13226 * term/common-win.el (saved-region-selection): Defvar it.
13227 (x-select-text): Set saved-region-selection (Bug#16382).
13228
13229 2014-01-18 Glenn Morris <rgm@gnu.org>
13230
13231 * emacs-lisp/authors.el (authors-aliases)
13232 (authors-renamed-files-alist): Add some entries.
13233
13234 2014-01-17 Michael Albinus <michael.albinus@gmx.de>
13235
13236 * net/tramp.el (tramp-password-prompt-regexp):
13237 Use `password-word-equivalents' if available.
13238 (tramp-action-password, tramp-process-one-action)
13239 (tramp-read-passwd): Let-bind `case-fold-search' to t. (Bug#13124)
13240
13241 2014-01-17 Chong Yidong <cyd@gnu.org>
13242
13243 * simple.el (password-word-equivalents): New defcustom.
13244 * comint.el (comint-password-prompt-regexp): Use it. Bump version
13245 to 24.4.
13246 (comint-watch-for-password-prompt): Let-bind `case-fold-search'
13247 to t. (Bug#13124)
13248
13249 2014-01-17 Dmitry Gutov <dgutov@yandex.ru>
13250
13251 * progmodes/ruby-mode.el (ruby-alignable-keywords): New constant.
13252 (ruby-align-to-stmt-keywords): Change the default value.
13253 Use `ruby-alignable-keywords' to generate the possible customization
13254 choices.
13255 (ruby-smie-rules): Instead of using a hardcoded list of alignable
13256 keywords, check against the value of `ruby-alignable-keywords'
13257 (http://lists.gnu.org/archive/html/emacs-devel/2014-01/msg01439.html).
13258
13259 2014-01-17 Glenn Morris <rgm@gnu.org>
13260
13261 * emacs-lisp/authors.el (authors-aliases): Remove unnecessary entries.
13262
13263 Make M-x authors return zero *Authors Errors* from current logs.
13264 * emacs-lisp/authors.el (authors-obsolete-files-regexps)
13265 (authors-ignored-files): Add some entries, remove others.
13266 (authors-ambiguous-files, authors-valid-file-names):
13267 Add some entries.
13268 (authors-renamed-files-alist): Add, remove, and adjust entries.
13269 (authors-renamed-files-regexps): Add some entries.
13270 Remove some very broad ones. Make some entries `lax'.
13271 (authors-lax-changelogs): New constant.
13272 (authors-disambiguate-file-name): Treat top-level specially.
13273 (authors-lax-changelog-p): New function.
13274 (authors-canonical-file-name): Check file as written against
13275 authors-valid-file-names. Do not special-case etc/.
13276 Handle `lax' logs and authors-renamed-files-regexps elements.
13277
13278 2014-01-16 Dmitry Gutov <dgutov@yandex.ru>
13279
13280 * emacs-lisp/package.el (package-desc--keywords): Use `cdr' with
13281 `assoc'. Use `nth' instead of `cdr'. Make private. Update all
13282 callers.
13283
13284 2014-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
13285
13286 * follow.el (follow-adjust-window): Remove `dest' argument (bug#16426).
13287 Assume we're already in the proper buffer.
13288 Inspired by Anders Lindgren <andlind@gmail.com>.
13289 (follow-post-command-hook): Call it from the right buffer.
13290 (follow-comint-scroll-to-bottom): Adjust call.
13291 (follow-all-followers): Use get-buffer-window-list.
13292
13293 2014-01-15 Daniel Colascione <dancol@dancol.org>
13294
13295 * emacs-lisp/bytecomp.el (byte-compile-file): Use whole
13296 `buffer-file-name' in interactive-form so that we don't leave
13297 pathless file names in `file-name-history'.
13298
13299 2014-01-15 Juri Linkov <juri@jurta.org>
13300
13301 * indent.el (indent-rigidly): Set deactivate-mark to nil
13302 in transient indentation mode. (Bug#16438)
13303
13304 2014-01-15 Dmitry Gutov <dgutov@yandex.ru>
13305
13306 * emacs-lisp/package.el (package-desc-keywords): New function
13307 (Bug#16222).
13308 (describe-package-1, package-all-keywords)
13309 (package--has-keyword-p): Use it.
13310
13311 2014-01-14 Nicolas Richard <theonewiththeevillook@yahoo.fr>
13312
13313 * simple.el (define-alternatives): When creating the
13314 COMMAND-alternatives variable, assign COMMAND as its definition
13315 name so that `describe-variable' can relocate it.
13316
13317 2014-01-14 Matthew Leach <matthew@mattleach.net>
13318
13319 * font-lock.el (font-lock-keywords): Fix typo in docstring
13320 (bug#16307).
13321
13322 2014-01-14 Agustín Martín Domingo <agustin.martin@hispalinux.es>
13323
13324 * textmodes/ispell.el (ispell-region): Reset `in-comment' for new
13325 line instead of wrongly reset `add-coment' (bug#13577).
13326
13327 2014-01-14 Daiki Ueno <ueno@gnu.org>
13328
13329 * epa-file.el (epa-file-write-region): Encode the region according
13330 to `buffer-file-format'. Problem reported at:
13331 <http://sourceforge.jp/ticket/browse.php?group_id=2267&tid=32917>.
13332
13333 2014-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
13334
13335 * emacs-lisp/edebug.el (edebug--display): Move protective let-binding
13336 so it applies in the right buffer (bug#16410).
13337
13338 2014-01-13 Daniel Colascione <dancol@dancol.org>
13339
13340 * textmodes/rst.el (rst-define-key): Provide deprecated
13341 keybindings through named functions instead of anonymous ones so
13342 that "??" doesn't appear in describe-mode output.
13343
13344 2014-01-13 Bastien Guerry <bzg@gnu.org>
13345
13346 * simple.el (define-alternatives): Call the selected command
13347 interactively. When setting `COMMAND--implementation' for the
13348 first time, tell the user how to chose another implementation.
13349 Enhance the docstring.
13350
13351 2014-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
13352
13353 * vc/log-edit.el: Fix highlighting of summary when it's the first line.
13354 (log-edit--match-first-line): New function.
13355 (log-edit-font-lock-keywords): Use it.
13356 (log-edit-mode): Make jit-lock-defer-multiline work.
13357
13358 2014-01-13 Bastien Guerry <bzg@gnu.org>
13359
13360 * rect.el (rectangle-mark-mode): When the region is not active,
13361 display a message saying that the mark as been set and that
13362 rectangle mode is in use.
13363 (rectangle--highlight-for-redisplay): Only put an overlay with a
13364 visible vertical bar when (display-graphic-p) is non-nil.
13365 This partially fixes Bug#16403.
13366
13367 2014-01-13 Juri Linkov <juri@jurta.org>
13368
13369 * info.el (Info-find-file): Go to DIR before displaying the error
13370 about a nonexistent file if no previous Info file is visited.
13371 Use `user-error' instead of `error' for "Info file %s does not exist".
13372 (Info-find-node-2): In case of a nonexistent node in unwind forms
13373 go to the Top node if there is no previous node to revert to.
13374 (Bug#16405)
13375
13376 2014-01-13 Martin Rudalics <rudalics@gmx.at>
13377
13378 fit-frame/window-to-buffer code fixes including one for Bug#14096.
13379 * window.el (fit-frame-to-buffer): Fix doc-string.
13380 Respect window-min-height/-width. Fit pixelwise when
13381 frame-resize-pixelwise is non-nil. Adjust right/bottom edge
13382 when avoiding that frame goes partially off-screen.
13383 (fit-window-to-buffer): Respect window-min-height/-width
13384 (Bug#14096).
13385
13386 2014-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
13387
13388 * indent.el (indent-according-to-mode): Flush to column 0 in text-mode
13389 after an empty line.
13390
13391 2014-01-12 Stefan Monnier <monnier@iro.umontreal.ca>
13392
13393 * net/shr.el (shr-render-region): Autoload.
13394
13395 2014-01-12 Xue Fuqiao <xfq.free@gmail.com>
13396
13397 * net/eww.el (eww-download-directory): Rename from
13398 `eww-download-path' (Bug#16419).
13399
13400 2014-01-12 Leo Liu <sdl.web@gmail.com>
13401
13402 * dired-x.el (dired-mode-map): Fix last change.
13403
13404 * emacs-lisp/eldoc.el (eldoc-mode): Add hook locally.
13405
13406 2014-01-12 Paul Eggert <eggert@cs.ucla.edu>
13407
13408 Spelling fixes.
13409 * emacs-lisp/generic.el (generic--normalize-comments):
13410 Rename from generic--normalise-comments. All uses changed.
13411 * play/bubbles.el (bubbles--neighborhood-score)
13412 (bubbles--mark-direct-neighbors, bubbles--mark-neighborhood)
13413 (bubbles--neighborhood-available)
13414 (bubbles--update-neighborhood-score):
13415 Rename from names with 'neighbourhood'. All uses changed.
13416
13417 2014-01-12 Leo Liu <sdl.web@gmail.com>
13418
13419 Re-implement the feature of showing eldoc info after editing.
13420 * emacs-lisp/eldoc.el (eldoc-post-insert-mode): Remove.
13421 (eldoc-edit-message-commands): New function.
13422 (eldoc-print-after-edit): New variable.
13423 (eldoc-pre-command-refresh-echo-area): Emit message only by
13424 eldoc-message-commands.
13425 (eldoc-mode): Restrict eldoc-message-commands to editing commands
13426 if eldoc-print-after-edit is set. (Bug#16346)
13427 * simple.el (read--expression): Enable eldoc-mode.
13428 * progmodes/octave.el (octave-mode-menu): Adapt to change in eldoc.
13429
13430 2014-01-11 Dani Moncayo <dmoncayo@gmail.com>
13431 Eric S. Raymond <esr@thyrsus.com>
13432
13433 * version.el (emacs-repository-get-version): Enhance so the
13434 function works correctly in either a Bazaar or Git repo.
13435
13436 2014-01-11 Eric S. Raymond <esr@thyrsus.com>
13437
13438 * play/meese.el: It's 2014 and Ed Meese is justly forgotten.
13439 Goes with removal of the joke manpages from /etc.
13440
13441 2014-01-10 Kenichi Handa <handa@gnu.org>
13442
13443 * mail/rmail.el (rmail-get-coding-system):
13444 Check rmail-get-coding-function before "funcall"ing it.
13445
13446 2014-01-10 Glenn Morris <rgm@gnu.org>
13447
13448 * emacs-lisp/authors.el (authors-fixed-entries):
13449 Update for files that no longer exist.
13450
13451 2014-01-10 Eric S. Raymond <esr@thyrsus.com>
13452
13453 * version.el (emacs-bzr-get-version): Restore compatibilty with
13454 24.3 (Tested).
13455
13456 2014-01-10 Bozhidar Batsov <bozhidar@batsov.com>
13457
13458 * progmodes/ruby-mode.el (auto-mode-alist): Add .podspec
13459 and Podfile.
13460
13461 2014-01-10 Eli Zaretskii <eliz@gnu.org>
13462
13463 * emacs-lisp/authors.el (authors-fixed-entries): Update my entry.
13464
13465 2014-01-10 Chong Yidong <cyd@gnu.org>
13466
13467 * progmodes/octave.el (octave-mode-menu): Don't assume eldoc is loaded.
13468
13469 2014-01-10 Anders Lindgren <andlind@gmail.com>
13470
13471 * follow.el (follow-cache-command-list): Include right-char and
13472 left-char.
13473
13474 2014-01-10 Paul Eggert <eggert@cs.ucla.edu>
13475
13476 Spelling fixes.
13477 * mail/unrmail.el (unrmail-mbox-format): Choice is mboxo, not mboxro.
13478 * woman.el (woman-mark-horizontal-position):
13479 Rename from woman-mark-horizonal-position. Use changed.
13480
13481 2014-01-10 Glenn Morris <rgm@gnu.org>
13482
13483 * info.el (info-initialize): If running uninstalled, ensure our
13484 own info files are always found first, even if INFOPATH is set.
13485
13486 * help.el (view-order-manuals): Open emacs.info rather than ORDERS.
13487
13488 2014-01-09 David Engster <deng@randomsample.de>
13489
13490 * emacs-lisp/eieio-custom.el:
13491 * emacs-lisp/eieio-opt.el: Set generated autoload file to
13492 'eieio.el'. This was accidentally removed in 2012-10-01T18:10:29Z!cyd@gnu.org.
13493 * emacs-lisp/eieio.el: Regenerate autoloads.
13494
13495 2014-01-09 Eric S. Raymond <esr@thyrsus.com>
13496
13497 * vc/vc-git.el (vc-git-print-log): Add --follow option to command,
13498 following renames. (Bug#8756)
13499
13500 2014-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
13501
13502 * simple.el (deactivate-mark, activate-mark): Force-mode-line-update
13503 (bug#16382).
13504 (activate-mark): Add `no-tmm' argument.
13505 (set-mark, push-mark-command): Use it instead of running
13506 activate-mark-hook by hand.
13507
13508 2014-01-08 Eric S. Raymond <esr@thyrsus.com>
13509
13510 In preparation for the move to git, sanitize out some
13511 Bazaar-specific names.
13512
13513 * emacs-lisp/authors.el: INSTALL.BZR renamed to INSTALL.REPO.
13514
13515 * version.el (emacs-bzr-version): Name changed to
13516 emacs-repository-version. Obsolete-variable alias made.
13517 * loadup.el: Follow through on this name change.
13518 * mail/emacsbug.el (report-emacs-bug): Factor out any
13519 assumption about the version control system in use.
13520
13521 2014-01-08 David Engster <deng@randomsample.de>
13522
13523 * help-fns.el (help-fns-describe-function-functions):
13524 New variable to call functions for augmenting help buffers.
13525 (describe-function-1): Remove explicit calls to
13526 `help-fns--compiler-macro', `help-fns--parent-mode' and
13527 `help-fns--obsolete'. Put them in above new variable instead, and
13528 call them through `run-hook-with-args'.
13529 * emacs-lisp/eieio-opt.el (eieio-help-class): Rename from
13530 `eieio-describe-class'. Not meant for interactive use anymore,
13531 but to augment existing help buffers. Remove optional second
13532 argument. Create proper button for file location.
13533 Rewrite function to use `insert' instead of `princ' and `prin1' where
13534 possible.
13535 (eieio-help-class-slots): Rename from `eieio-describe-class-slots'.
13536 (eieio-method-def, eieio-class-def): Move further up.
13537 (describe-method, describe-generic, eieio-describe-method):
13538 Remove aliases.
13539 (eieio-help-constructor, eieio-help-generic): Rename from
13540 `eieio-describe-constructor' and `eieio-describe-generic', resp.
13541 Rewrite to use `insert' in the current buffer and use proper help
13542 buttons.
13543 (eieio-help-find-method-definition)
13544 (eieio-help-find-class-definition): Also accept symbols as
13545 arguments.
13546 (eieio-help-mode-augmentation-maybee): Remove.
13547 (eieio-describe-class-sb): Use `describe-function'.
13548 * emacs-lisp/eieio.el (help-fns-describe-function-functions):
13549 Add `eieio-help-generic' and `eieio-help-constructor'.
13550
13551 2014-01-08 Paul Eggert <eggert@cs.ucla.edu>
13552
13553 Spelling fixes.
13554 * language/china-util.el (hz-ascii-designation):
13555 Rename from hz-ascii-designnation.
13556 (hz-ascii-designation): Rename from hz-ascii-designnation.
13557 All uses changed.
13558
13559 2014-01-08 Stefan Monnier <monnier@iro.umontreal.ca>
13560
13561 * emacs-lisp/package.el (package-delete): Only remove pkg-desc from
13562 package-alist.
13563
13564 2014-01-08 Bastien Guerry <bzg@gnu.org>
13565
13566 * emacs-lisp/package.el (package-delete):
13567 Correctly delete the package from package-alist.
13568
13569 2014-01-08 Daiki Ueno <ueno@gnu.org>
13570
13571 * emacs-lisp/package.el (url-recreate-url): Declare.
13572 (url-http-target-url): Declare.
13573 (package-handle-response): Include requested URL in the error message.
13574 (package--check-signature): Don't re-signal errors from
13575 package--with-work-buffer. Suggested by Stefan Monnier.
13576
13577 2014-01-07 Bastien Guerry <bzg@gnu.org>
13578
13579 * minibuffer.el (completion--try-word-completion): When both a
13580 hyphen and a space are possible candidates for the character
13581 following a word, display both candidates. (Bug#15980)
13582
13583 2014-01-07 Martin Rudalics <rudalics@gmx.at>
13584
13585 * window.el (balance-windows-2): While rounding don't give a
13586 window more than the remainder. Bug#16351, bug#16383.
13587
13588 2014-01-07 Glenn Morris <rgm@gnu.org>
13589
13590 * menu-bar.el (menu-bar-help-extra-packages): Remove.
13591 (menu-bar-help-menu): Use view-external-packages instead.
13592
13593 2014-01-07 Bastien Guerry <bzg@gnu.org>
13594
13595 * emacs-lisp/package.el (package-delete): Also delete the package
13596 name from `package-alist', not its description only.
13597
13598 2014-01-07 Glenn Morris <rgm@gnu.org>
13599
13600 * help.el (view-external-packages):
13601 * menu-bar.el (menu-bar-help-extra-packages):
13602 Visit efaq.info rather than etc/MORE.STUFF.
13603
13604 2014-01-07 Juri Linkov <juri@jurta.org>
13605
13606 * isearch.el (isearch-mode-map): Bind [return] and [backspace] to
13607 isearch-exit and isearch-delete-char resp. (Bug#16342, bug#16035)
13608
13609 * progmodes/ps-mode.el (ps-mode-map): Remove [return] key binding
13610 that shadows RET. (Bug#16342)
13611
13612 2014-01-07 Chong Yidong <cyd@gnu.org>
13613
13614 * isearch.el (isearch-yank-char, isearch-yank-word)
13615 (isearch-yank-line): Doc fix.
13616
13617 2014-01-06 Stefan Monnier <monnier@iro.umontreal.ca>
13618
13619 * abbrev.el (define-abbrev): Beware new meaning of fboundp.
13620 * emacs-lisp/elint.el (elint-find-builtins):
13621 * emacs-lisp/eldoc.el (eldoc-symbol-function):
13622 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn)
13623 (byte-compile-file-form-defmumble, byte-compile, byte-compile-form):
13624 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
13625 * apropos.el (apropos-safe-documentation):
13626 * subr.el (symbol-file): Remove redundant fboundp.
13627 * progmodes/idlw-shell.el (idlwave-shell-comint-filter): Use defalias.
13628
13629 2014-01-06 Bastien Guerry <bzg@gnu.org>
13630
13631 * hl-line.el (global-hl-line-overlay): Make a local variable.
13632 (global-hl-line-overlays): New variable to store all overlays.
13633 (global-hl-line-mode): Don't delete overlays from the current
13634 buffer when `global-hl-line-sticky-flag' is non-nil.
13635 (global-hl-line-highlight): Add new overlays to
13636 `global-hl-line-overlays'.
13637 (global-hl-line-unhighlight-all): New function to delete all
13638 overlays when turning off `global-hl-line-mode'.
13639 This fixes Bug#16183.
13640
13641 2014-01-06 Stefan Monnier <monnier@iro.umontreal.ca>
13642
13643 * subr.el (set-transient-map): Fix nested case and docstring.
13644
13645 2014-01-06 Tassilo Horn <tsdh@gnu.org>
13646
13647 * textmodes/reftex-vars.el (reftex-label-alist-builtin): Add a
13648 `Texinfo' entry.
13649
13650 2014-01-06 Daniel Colascione <dancol@dancol.org>
13651
13652 Fix defun navigation in vc log view.
13653
13654 * vc/log-view.el (log-view-beginning-of-defun): Rewrite to behave
13655 like `beginning-of-defun'.
13656 (log-view-end-of-defun, log-view-end-of-defun-1): Rename old
13657 log-view-end-of-defun to log-view-end-of-defun-1. Replace
13658 log-view-end-of-defun with wrapper that behaves like `end-of-defun'.
13659 (log-view-extract-comment): Call `log-view-current-entry' directly
13660 instead of relying on broken `log-view-beginning-of-defun' behavior.
13661
13662 2014-01-06 Paul Eggert <eggert@cs.ucla.edu>
13663
13664 Spelling fixes.
13665 * calc/calc-yank.el (calc-edit-mode, calc-edit-cancel):
13666 * emacs-lisp/debug.el (cancel-debug-on-entry):
13667 * epg.el (epg-error-to-string):
13668 * files.el (recover-file):
13669 * lpr.el (lpr-buffer, print-buffer, lpr-region, print-region):
13670 * mail/emacsbug.el (report-emacs-bug-hook):
13671 * mail/sendmail.el (mail-recover):
13672 * ses.el (ses-yank-resize):
13673 * term/ns-win.el (ns-print-buffer):
13674 Spelling fixes in diagnostics, mostly for "canceled" with one L.
13675 * epg.el (epg-key-capability-alist): Rename from misspelled version.
13676 All uses changed.
13677 * obsolete/xesam.el (xesam-all-fields): Fix misspelled field name.
13678
13679 2014-01-06 Leo Liu <sdl.web@gmail.com>
13680
13681 * dired-x.el (dired-mode-map): Rebind dired-omit-mode to C-x M-o
13682 to avoid shadowing global key. (Bug#16354)
13683
13684 2014-01-06 Daniel Colascione <dancol@dancol.org>
13685
13686 * textmodes/rst.el (rst-mode): Set electric-indent-inhibit for
13687 rst-mode.
13688
13689 2014-01-05 Martin Rudalics <rudalics@gmx.at>
13690
13691 * window.el (balance-windows): Add mising t to fix Bug#16351.
13692
13693 2014-01-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
13694
13695 * net/shr.el (shr-descend): Don't bug out if the anchor is empty
13696 (bug#16285).
13697 (shr-insert): If we have a word that's longer than `shr-width',
13698 break after it anyway. Otherwise we'll do no breaking once we get
13699 such a long word.
13700
13701 2014-01-05 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
13702
13703 * net/eww.el (eww): Support single/double quote for search.
13704 * net/eww.el (eww-list-histories, eww-history-browse): Fixup.
13705 (eww-history-quit): Delete and use quit-window.
13706 (eww-history-kill): Delete, because it doesn't work well and
13707 not necessary.
13708 (eww-history-mode-map): Delete some keys and add easy-menu.
13709
13710 2014-01-05 Paul Eggert <eggert@cs.ucla.edu>
13711
13712 Fix misspelling of 'chinese' in rx (Bug#16237).
13713 * emacs-lisp/rx.el (rx-categories): Correct spelling of
13714 chinese-two-byte.
13715
13716 Change subword regexps back to vars (Bug#16296).
13717 * progmodes/subword.el (subword-forward-regexp)
13718 (subword-backward-regexp): Change these back to variables.
13719
13720 2014-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
13721
13722 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't bother with
13723 syntax-begin-function (bug#16247).
13724
13725 2014-01-03 Chong Yidong <cyd@gnu.org>
13726
13727 * emacs-lisp/nadvice.el (advice--make-docstring): Change args.
13728 (advice--docstring): Delete variable.
13729 (advice--make-1): Leave the docstring empty.
13730 (advice-add): Use function-documentation for advised docstring.
13731
13732 * emacs-lisp/advice.el (ad--make-advised-docstring): Change args.
13733 Ignore function-documentation property when getting documentation.
13734 (ad-activate-advised-definition): Use function-documentation
13735 generate the docstring.
13736 (ad-make-advised-definition): Don't call
13737 ad-make-advised-definition-docstring.
13738 (ad-make-advised-definition-docstring, ad-advised-definition-p):
13739 Delete functions.
13740
13741 * progmodes/sql.el (sql-help): Use function-documentation instead
13742 of dynamic-docstring-function property. No need to autoload now.
13743 (sql--help-docstring): New variable.
13744 (sql--make-help-docstring): Use it.
13745
13746 2014-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
13747
13748 * ielm.el (ielm-tab): Retarget.
13749 (ielm-map): Use ielm-tab for tab.
13750 (ielm-complete-filename): Use comint-filename-completion.
13751 (ielm-complete-symbol): Remove.
13752 (inferior-emacs-lisp-mode): Use lisp-completion-at-point instead and
13753 remove ielm-tab from completion-at-point-functions (bug#16224).
13754
13755 * emacs-lisp/pcase.el (pcase--split-equal, pcase--split-member):
13756 Beware signals raised by predicates (bug#16201).
13757
13758 2014-01-02 Richard Stallman <rms@gnu.org>
13759
13760 * dired-aux.el (dired-do-print): Handle printer-name.
13761
13762 * mail/rmailmm.el (rmail-mime-message-p): Move to rmail.el.
13763 * mail/rmail.el (rmail-mime-message-p): Move from rmailmm.el.
13764 (rmail-epa-decrypt): Turn off mime processing.
13765
13766 * mail/rmail.el (rmail-make-in-reply-to-field):
13767 Add parens in message-id.
13768
13769 * mail/rmail.el (rmail-get-coding-function): Variable.
13770 (rmail-get-coding-system): Use it.
13771
13772 2013-12-31 Eli Zaretskii <eliz@gnu.org>
13773
13774 * international/mule-conf.el: Unify the charset indian-is13194.
13775 (indian-is13194): Specify unify-map.
13776
13777 2013-12-31 Leo Liu <sdl.web@gmail.com>
13778
13779 * subr.el (set-temporary-overlay-map): Obsolete alias. (Bug#16305)
13780
13781 2013-12-30 Daniel Colascione <dancol@dancol.org>
13782
13783 * term/x-win.el ([XF86WakeUp]): Ignore the XF86WakeUp key instead
13784 of printing a useless when we resume from sleep.
13785
13786 * progmodes/sh-script.el
13787 (sh-smie-sh-forward-token, sh-smie-rc-forward-token): Fix infloop
13788 in indentation code. (Bug#16233)
13789
13790 2013-12-28 João Távora <joaotavora@gmail.com>
13791
13792 * elec-pair.el (electric-pair-post-self-insert-function):
13793 Don't open extra newlines at beginning of buffer. (Bug#16272)
13794
13795 2013-12-28 Eli Zaretskii <eliz@gnu.org>
13796
13797 * frame.el (window-system-for-display): Don't allow to create a
13798 GUI frame from a -nw session on MS-Windows. (Bug#14739)
13799
13800 2013-12-28 Glenn Morris <rgm@gnu.org>
13801
13802 * mail/hashcash.el (hashcash-program): Rename from hashcash-path.
13803 Update callers.
13804
13805 * apropos.el (apropos-match-face):
13806 * calculator.el (calculator-displayer):
13807 * dabbrev.el (dabbrev-search-these-buffers-only):
13808 * face-remap.el (buffer-face-mode-face):
13809 * simple.el (yank-handled-properties):
13810 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
13811 * mail/footnote.el (footnote-mode-line-string, footnote-prefix):
13812 * mail/hashcash.el (hashcash-accept-resources, hashcash-program)
13813 (hashcash-double-spend-database):
13814 * progmodes/ruby-mode.el (ruby-deep-indent-paren)
13815 (ruby-deep-indent-paren-style):
13816 * textmodes/flyspell.el (flyspell-auto-correct-binding):
13817 * textmodes/rst.el (rst-toc-indent, rst-toc-insert-style)
13818 (rst-toc-insert-number-separator, rst-toc-insert-max-level):
13819 * vc/pcvs-defs.el (cvs-minor-mode-prefix):
13820 Specify custom types.
13821
13822 * emacs-lisp/smie.el (smie-config): Add type, version, initialize.
13823 * bookmark.el (bookmark-bmenu-use-header-line):
13824 * doc-view.el (doc-view-scale-internally):
13825 * pcmpl-x.el (pcmpl-x-tlmgr-program, pcmpl-x-ack-program):
13826 * register.el (register-preview-delay):
13827 * net/shr.el (shr-bullet):
13828 * progmodes/cfengine.el (cfengine-cf-promises)
13829 (cfengine-parameters-indent):
13830 * progmodes/octave.el (inferior-octave-error-regexp-alist):
13831 * textmodes/reftex-vars.el (reftex-label-regexps):
13832 * vc/log-edit.el (log-edit-setup-add-author): Add version.
13833
13834 * net/tls.el (tls-certtool-program): Fix default value.
13835
13836 * desktop.el (desktop-restore-in-current-display):
13837 * newcomment.el (comment-empty-lines):
13838 * progmodes/idlwave.el (idlwave-scan-all-buffers-for-routine-info)
13839 (idlwave-pad-keyword):
13840 * progmodes/tcl.el (tcl-tab-always-indent):
13841 * textmodes/reftex-vars.el (reftex-index-default-tag):
13842 * elec-pair.el (electric-pair-skip-whitespace):
13843 * progmodes/cfengine.el (cfengine-cf-promises): Fix custom types.
13844
13845 * emacs-lisp/authors.el (authors-ignored-files)
13846 (authors-valid-file-names, authors-renamed-files-alist): Additions.
13847
13848 2013-12-27 Jarek Czekalski <jarekczek@poczta.onet.pl>
13849
13850 * shell.el (shell-dynamic-complete-command): Doc fix.
13851 (shell--command-completion-data): Shell completion now matches
13852 executable filenames from the current buffer's directory, on
13853 systems in which this behavior is the default (windows-nt, ms-dos).
13854
13855 2013-12-27 Lars Ingebrigtsen <larsi@gnus.org>
13856
13857 * net/shr.el (shr-insert): Don't infloop if the width is zero.
13858
13859 2013-12-27 Stefan Monnier <monnier@iro.umontreal.ca>
13860
13861 * icomplete.el (icomplete-show-matches-on-no-input): Default to nil
13862 (bug#16251).
13863
13864 * electric.el: Move all electric-pair-* to elec-pair.el.
13865 * elec-pair.el: New file, split from electric.el.
13866
13867 2013-12-27 Lars Ingebrigtsen <larsi@gnus.org>
13868
13869 * net/shr.el (shr-find-fill-point): Don't try to fill if the
13870 indentation level is larger than the width, because that will
13871 infloop.
13872 (shr-insert): Fill repeatedly long texts, so that Japanese is
13873 formatted correctly (bug#16263).
13874 (shr-find-fill-point): Off by one error in comparison with the
13875 indentation.
13876
13877 2013-12-26 João Távora <joaotavora@gmail.com>
13878
13879 * electric.el (electric-pair-mode): More flexible engine for skip-
13880 and inhibit predicates, new options for pairing-related functionality.
13881 (electric-pair-preserve-balance): Pair/skip parentheses and quotes
13882 if that keeps or improves their balance in buffers.
13883 (electric-pair-delete-adjacent-pairs): Delete the pair when
13884 backspacing over adjacent matched delimiters.
13885 (electric-pair-open-extra-newline): Open extra newline when
13886 inserting newlines between adjacent matched delimiters.
13887 (electric--sort-post-self-insertion-hook):
13888 Sort post-self-insert-hook according to priority values when
13889 minor-modes are activated.
13890 * simple.el (newline-and-indent): Call newline with interactive
13891 set to t.
13892 (blink-paren-post-self-insert-function): Set priority to 100.
13893 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
13894 Use electric-pair-text-pairs to pair backtick-and-quote in strings and
13895 comments. Locally set electric-pair-skip-whitespace to 'chomp and
13896 electric-pair-open-newline-between-pairs to nil.
13897
13898 2013-12-26 Fabián Ezequiel Gallina <fgallina@gnu.org>
13899
13900 * progmodes/python.el: Use lexical-binding.
13901 (python-nav-beginning-of-defun): Stop searching ASAP.
13902
13903 2013-12-25 Xue Fuqiao <xfq.free@gmail.com>
13904
13905 * vc/vc.el (vc-ignore): Use `vc-responsible-backend'.
13906 Fix interactive spec. Doc fix. (Bug#15754)
13907
13908 2013-12-25 Katsumi Yamaoka <yamaoka@jpl.org>
13909
13910 * emacs-lisp/byte-run.el (eval-when-compile):
13911 * progmodes/cc-defs.el (cc-eval-when-compile):
13912 Fix edebug spec (bug#16184).
13913
13914 2013-12-25 Lars Ingebrigtsen <larsi@gnus.org>
13915
13916 * net/shr.el (shr-visit-file): Remove debugging function.
13917 (shr-insert): Don't infloop if we can't find a good place to break
13918 the line (bug#16256).
13919
13920 2013-12-25 Fabián Ezequiel Gallina <fgallina@gnu.org>
13921
13922 * progmodes/python.el (python-nav--lisp-forward-sexp): New function.
13923 (python-nav--lisp-forward-sexp-safe): Use it. Rename from
13924 python-nav-lisp-forward-sexp-safe.
13925 (python-nav--forward-sexp): New argument SAFE allows switching
13926 forward sexp movement behavior for parens.
13927 (python-nav-forward-sexp): Throw errors on unterminated parens
13928 (Bug#16191).
13929 (python-nav-backward-sexp, python-nav-forward-sexp-safe)
13930 (python-nav-backward-sexp-safe): New functions.
13931 (python-shell-buffer-substring):
13932 Use `python-nav-forward-sexp-safe'.
13933
13934 2013-12-25 Lars Ingebrigtsen <larsi@gnus.org>
13935
13936 * net/shr.el (shr-find-fill-point): Don't break lines before a
13937 quotation mark.
13938 (shr-char-kinsoku-bol-p): The quotation mark isn't a kinsoky BOL char.
13939 (shr-find-fill-point): Remove the special checks for the quotation
13940 mark, since `shr-char-kinsoku-bol-p' should now return the right thing.
13941
13942 2013-12-25 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
13943
13944 * net/eww.el (eww-form-textarea): Use a different face for
13945 textareas than text input since they have different keymaps
13946 (bug#16142).
13947
13948 2013-12-24 Fabián Ezequiel Gallina <fgallina@gnu.org>
13949
13950 * progmodes/python.el (python-nav-beginning-of-statement):
13951 Speed up (Bug#15295).
13952
13953 2013-12-24 Lars Ingebrigtsen <larsi@gnus.org>
13954
13955 * net/eww.el (eww-bookmark-browse): Use `quit-window' to restore
13956 the window configuration.
13957
13958 2013-12-24 Eli Zaretskii <eliz@gnu.org>
13959
13960 * net/eww.el (eww-open-file): Ensure 3 slashes after "file:" when
13961 we run on MS-Windows or MS-DOS.
13962
13963 2013-12-24 Martin Rudalics <rudalics@gmx.at>
13964
13965 * window.el (balance-windows-area): Call window-size instead of
13966 window-height and window-width. Bug#16241.
13967
13968 2013-12-24 Lars Ingebrigtsen <larsi@gnus.org>
13969
13970 * net/eww.el (eww-bookmark-quit): Remove.
13971 (eww-bookmark-browse): Restore the window configuration when you
13972 choose a bookmark (bug#16144).
13973
13974 2013-12-24 Daniel Colascione <dancol@dancol.org>
13975
13976 * icomplete.el: Remove redundant :group arguments to `defcustom'
13977 throughout.
13978 (icomplete-show-matches-on-no-input): New customizable variable.
13979 (icomplete-minibuffer-setup): Call `icomplete-exhibit' on setup if
13980 we have something to show.
13981 (icomplete-exhibit): Compute completions even if we have no user input.
13982
13983 2013-12-23 Daniel Colascione <dancol@dancol.org>
13984
13985 * icomplete.el: Move `provide' to end of file.
13986
13987 2013-12-23 Teodor Zlatanov <tzz@lifelogs.com>
13988
13989 * net/gnutls.el (gnutls-verify-error): Add version tag.
13990
13991 2013-12-23 Chong Yidong <cyd@gnu.org>
13992
13993 * subr.el (set-transient-map): Rename from
13994 set-temporary-overlay-map. Doc fix.
13995
13996 * face-remap.el (text-scale-adjust):
13997 * indent.el (indent-rigidly):
13998 * kmacro.el (kmacro-call-macro):
13999 * minibuffer.el (minibuffer-force-complete):
14000 * repeat.el (repeat):
14001 * simple.el (universal-argument--mode):
14002 * calendar/todo-mode.el (todo-insert-item--next-param):
14003 * progmodes/f90.el (f90-abbrev-start): Callers changed.
14004
14005 * indent.el (indent-rigidly): Use substitute-command-keys.
14006
14007 2013-12-22 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
14008
14009 * net/eww.el (eww-tag-select): Add text-property to jump to next
14010 select field.
14011 (eww): Add non-supported ftp error.
14012
14013 2013-12-22 Dmitry Gutov <dgutov@yandex.ru>
14014
14015 * progmodes/ruby-mode.el (ruby--electric-indent-p): Improve the
14016 comments. Handle electric indent after typing `?' and `!'.
14017
14018 2013-12-22 Chong Yidong <cyd@gnu.org>
14019
14020 * faces.el (face-spec-recalc): If the theme specs are not
14021 applicable to a frame, fall back on the defface spec.
14022 This prevents themes from obliterating faces on low-color terminals.
14023
14024 2013-12-22 Dmitry Gutov <dgutov@yandex.ru>
14025
14026 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Return t
14027 after `{'. We need it after block openers, and it doesn't seem
14028 to hurt after hash openers.
14029
14030 2013-12-22 Dmitry Gutov <dgutov@yandex.ru>
14031
14032 * progmodes/ruby-mode.el (ruby--at-indentation-p): New function,
14033 extracted from `ruby-smie-rules'.
14034 (ruby--electric-indent-chars): New variable.
14035 (ruby--electric-indent-p): New function.
14036 (ruby-mode): Use `electric-indent-functions' instead of
14037 `electric-indent-chars'.
14038
14039 2013-12-22 Dmitry Gutov <dgutov@yandex.ru>
14040
14041 * progmodes/ruby-mode.el (ruby-align-to-stmt-keywords): Tweak the
14042 docstring.
14043 (ruby-smie-rules): Indent plus one level after `=>'.
14044
14045 2013-12-21 Richard Stallman <rms@gnu.org>
14046
14047 * simple.el (newline): Doc fix.
14048
14049 2013-12-21 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
14050
14051 * net/eww.el (eww-list-histories, eww-list-histories)
14052 (eww-history-browse, eww-history-quit, eww-history-kill)
14053 (eww-history-mode-map, eww-history-mode): New command and
14054 functions to list browser histories.
14055 (eww-form-text): Support text form with disabled
14056 and readonly attributes.
14057 (eww-checkbox-map): Fix wrong key bind to `eww-toggle-checkbox'.
14058
14059 2013-12-21 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
14060
14061 * net/eww.el (eww-back-url, eww-forward-url, eww-next-url)
14062 (eww-previous-url, eww-up-url, eww-top-url, eww-add-bookmark)
14063 (eww-bookmark-prepare, eww-bookmark-kill, eww-bookmark-yank)
14064 (eww-bookmark-browse, eww-next-bookmark, eww-previous-bookmark):
14065 Use `user-error'.
14066 (eww-bookmark-mode-map): Add menu.
14067 (eww-render, eww-mode): Use `setq-local'.
14068 (eww-tool-bar-map): New variable.
14069 (eww-mode): Set `tool-bar-map'.
14070 (eww-view-source): Check for `html-mode' with `fboundp'.
14071
14072 2013-12-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
14073
14074 * net/shr.el (shr--extract-best-source): Don't bug out on audio
14075 elements with text inside. Also remove debugging.
14076
14077 2013-12-21 Jan Djärv <jan.h.d@swipnet.se>
14078
14079 * cus-start.el (all): Add ns-use-srgb-colorspace.
14080
14081 2013-12-21 Chong Yidong <cyd@gnu.org>
14082
14083 * custom.el (custom-theme-recalc-face): Do nothing if the face is
14084 undefined. Thus, theme settings for undefined faces do not take
14085 effect until the faces are defined with defface, the same as with
14086 theme variables.
14087
14088 * faces.el (face-spec-set): Use face-spec-recalc in all cases.
14089 (face-spec-reset-face): Don't assign extra properties in temacs.
14090 (face-spec-recalc): Apply X resources too.
14091
14092 2013-12-21 Chong Yidong <cyd@gnu.org>
14093
14094 * faces.el (face-spec-set):
14095 * cus-face.el (custom-theme-set-faces, custom-set-faces):
14096 * custom.el (defface): Doc fixes (Bug#16203).
14097
14098 * indent.el (indent-rigidly-map): Add docstring, and move commands
14099 into named functions.
14100 (indent-rigidly-left, indent-rigidly-right)
14101 (indent-rigidly-left-to-tab-stop)
14102 (indent-rigidly-right-to-tab-stop): New functions. Decide on
14103 indentation direction based on bidi direction, and accumulate
14104 sequential commands in a single undo boundary.
14105 (indent-rigidly--pop-undo): New utility function.
14106
14107 2013-12-20 Juanma Barranquero <lekktu@gmail.com>
14108
14109 * faces.el (read-face-name): Require crm.el when using crm-separator.
14110
14111 2013-12-20 Daniel Colascione <dancol@dancol.org>
14112
14113 * progmodes/sh-script.el (sh-mode): Tweak paragraph-separate
14114 so that we don't reflow comments into the shebang line.
14115
14116 2013-12-20 Juri Linkov <juri@jurta.org>
14117
14118 * saveplace.el (save-place-to-alist): Add `dired-filename' as
14119 a position when `dired-directory' is non-nil. Check integer
14120 positions with `integerp'.
14121 (toggle-save-place, save-places-to-alist): Add check for
14122 `dired-directory'.
14123 (save-place-find-file-hook): Check integer positions with
14124 `integerp'.
14125 (save-place-dired-hook): Use `dired-goto-file' when
14126 `dired-filename' is found in the assoc list. Check integer
14127 positions with `integerp'.
14128 (dired-initial-position-hook): Rename from `dired-initial-point-hook'.
14129
14130 * dired.el (dired-initial-position-hook): Rename back from
14131 `dired-initial-point-hook'.
14132 (dired-initial-position): Rename `dired-initial-point-hook' to
14133 `dired-initial-position-hook'.
14134 (dired-file-name-at-point): Doc fix. (Bug#15329)
14135
14136 2013-12-20 Juri Linkov <juri@jurta.org>
14137
14138 * replace.el (read-regexp-defaults-function): New defcustom (bug#14405).
14139 (read-regexp-suggestions): New function.
14140 (read-regexp): Use `read-regexp-defaults-function' to get default values.
14141 Use `read-regexp-suggestions'. Add non-empty default to history
14142 for empty input.
14143 (occur-read-regexp-defaults-function): Remove function.
14144 (occur-read-primary-args): Use `regexp-history-last' instead of
14145 `occur-read-regexp-defaults-function'.
14146
14147 * hi-lock.el (hi-lock-read-regexp-defaults-function): Remove function.
14148 (hi-lock-line-face-buffer, hi-lock-face-buffer)
14149 (hi-lock-face-phrase-buffer): Use `regexp-history-last' instead of
14150 `hi-lock-read-regexp-defaults-function'. Doc fix.
14151 (hi-lock-face-symbol-at-point): Replace `find-tag-default-as-regexp'
14152 with `find-tag-default-as-symbol-regexp'. Doc fix.
14153 (hi-lock-read-regexp-defaults): Remove function.
14154 (hi-lock-regexp-okay): Add check for null.
14155
14156 * progmodes/grep.el (grep-read-regexp): Use `grep-tag-default' for
14157 the arg DEFAULTS. Move formatting of the prompt to `read-regexp'.
14158
14159 * subr.el (find-tag-default-as-symbol-regexp): New function.
14160 (find-tag-default-as-regexp): Move symbol regexp formatting to
14161 `find-tag-default-as-symbol-regexp'.
14162
14163 2013-12-20 E Sabof <esabof@gmail.com> (tiny change)
14164
14165 * hi-lock.el (hi-lock-set-pattern): Check for `font-lock-specified-p'.
14166 (Bug#14179)
14167
14168 2013-12-20 Stephen Berman <stephen.berman@gmx.net>
14169
14170 * calendar/todo-mode.el: New implementation of item insertion
14171 commands and key bindings.
14172 (todo-key-prompt): New face.
14173 (todo-insert-item): New command.
14174 (todo-insert-item--parameters): New defconst, replacing defvar
14175 todo-insertion-commands-args-genlist.
14176 (todo-insert-item--param-key-alist): New defconst, replacing
14177 defvar todo-insertion-commands-arg-key-list.
14178 (todo-insert-item--keyof, todo-insert-item--this-key): New defsubsts.
14179 (todo-insert-item--argsleft, todo-insert-item--apply-args)
14180 (todo-insert-item--next-param): New functions.
14181 (todo-insert-item--args, todo-insert-item--argleft)
14182 (todo-insert-item--argsleft, todo-insert-item--newargsleft):
14183 New variables.
14184 (todo-key-bindings-t): Change binding of "i" from
14185 todo-insertion-map to todo-insert-item.
14186 (todo-powerset, todo-gen-arglists, todo-insertion-commands-args)
14187 (todo-insertion-command-name, todo-insertion-commands-names)
14188 (todo-define-insertion-command, todo-insertion-commands)
14189 (todo-insertion-key-bindings, todo-insertion-map): Remove.
14190
14191 2013-12-20 Stephen Berman <stephen.berman@gmx.net>
14192
14193 * calendar/todo-mode.el: Bug fixes and new features (bug#15225).
14194 (todo-toggle-item-highlighting): Use eval-and-compile instead of
14195 eval-when-compile.
14196 (todo-move-category): Allow choosing a non-existing todo file to
14197 move the category to, and create that file.
14198 (todo-default-priority): New user option.
14199 (todo-set-item-priority): Use it.
14200 (todo-desktop-save-buffer, todo-restore-desktop-buffer): New functions.
14201 (desktop-restore-file-buffer): Declare.
14202 (desktop-buffer-mode-handlers): Add todo-restore-desktop-buffer.
14203 (todo-modes-set-2): Locally set desktop-save-buffer to
14204 todo-desktop-save-buffer.
14205 (todo-mode, todo-archive-mode, todo-filtered-items-mode)
14206 (auto-mode-alist): Add autoload cookie.
14207
14208 2013-12-20 Bozhidar Batsov <bozhidar@batsov.com>
14209
14210 * emacs-lisp/subr-x.el: Renamed from helpers.el.
14211 helpers.el was a poor choice of name.
14212 (string-remove-prefix): New function.
14213 (string-remove-suffix): New function.
14214
14215 2013-12-20 Martin Rudalics <rudalics@gmx.at>
14216
14217 Fix assignment for new window total sizes.
14218 * window.el (window--pixel-to-size): Remove function.
14219 (window--pixel-to-total-1, window--pixel-to-total):
14220 Fix calculation of new total sizes.
14221
14222 2013-12-20 Vitalie Spinu <spinuvit@gmail.com>
14223
14224 * comint.el (comint-output-filter): Fix rear-nonsticky property
14225 placement (Bug#16010).
14226
14227 2013-12-20 Chong Yidong <cyd@gnu.org>
14228
14229 * faces.el (read-color): Minor fix for completion function.
14230
14231 2013-12-20 Dmitry Gutov <dgutov@yandex.ru>
14232
14233 * progmodes/ruby-mode.el (ruby-align-to-stmt-keywords):
14234 New option. (Bug#16182)
14235 (ruby-smie--indent-to-stmt-p): Use it.
14236 (ruby-smie-rules): Revert the logic in the handling of `when'.
14237 Expand the begin clause to handle `ruby-align-to-stmt-keywords'.
14238 (ruby-deep-arglist, ruby-deep-indent-paren)
14239 (ruby-deep-indent-paren-style): Update docstrings to note that the
14240 vars don't have any effect with SMIE.
14241
14242 2013-12-20 Jay Belanger <jay.p.belanger@gmail.com>
14243
14244 * calc/calc.el (calc-enter, calc-pop): Use the variable
14245 `calc-context-sensitive-enter'.
14246
14247 2013-12-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
14248
14249 * net/shr.el (shr-insert): Protect against infloops in degenerate
14250 tables.
14251
14252 2013-12-20 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
14253
14254 * progmodes/octave.el (octave): Add link to manual and octave
14255 homepage.
14256 (octave-mode-menu): Link to octave-mode manual.
14257
14258 2013-12-20 Leo Liu <sdl.web@gmail.com>
14259
14260 * skeleton.el (skeleton-pair-insert-maybe): Disable newline
14261 insertion using skeleton-end-newline. (Bug#16138)
14262
14263 2013-12-20 Juri Linkov <juri@jurta.org>
14264
14265 * replace.el (occur-engine): Use `add-face-text-property'
14266 to add the face property to matches and titles. (Bug#14645)
14267
14268 * hi-lock.el (hi-green): Use lighter color "light green" closer to
14269 the palette of other hi-lock colors.
14270 (hi-lock-set-pattern): Prepend hi-lock face to the existing face.
14271
14272 2013-12-19 Juri Linkov <juri@jurta.org>
14273
14274 * isearch.el (isearch-mode-map): Bind `M-s e' to `isearch-edit-string'.
14275 Put :advertised-binding on `M-s c', `M-s r', `M-s e'. (Bug#16035)
14276 (minibuffer-history-symbol): Move variable declaration closer to
14277 its usage.
14278
14279 * isearchb.el (isearchb): Add `event-basic-type' on `last-command-event'.
14280 (Bug#14785)
14281
14282 2013-12-19 Juri Linkov <juri@jurta.org>
14283
14284 * vc/log-edit.el (log-edit-insert-filenames-without-changelog):
14285 New function.
14286 (log-edit-hook): Add it to :options. (Bug#16170)
14287
14288 2013-12-19 Juri Linkov <juri@jurta.org>
14289
14290 * simple.el (eval-expression-print-format): Don't check for
14291 command names and the last command. Always display additional
14292 formats of the integer result in the echo area, and insert them
14293 to the current buffer only with a zero prefix arg.
14294 Display character when char-displayable-p is non-nil.
14295 (eval-expression): With a zero prefix arg, set `print-length' and
14296 `print-level' to nil, and insert the integer values from
14297 `eval-expression-print-format' at the end. Doc fix. (Bug#12985)
14298
14299 * emacs-lisp/lisp-mode.el (eval-print-last-sexp): Add arg
14300 `eval-last-sexp-arg-internal'. Doc fix.
14301 (eval-last-sexp-1): Pass arg `eval-last-sexp-arg-internal' to
14302 `eval-last-sexp-print-value'. Doc fix.
14303 (eval-last-sexp-print-value): Add arg `eval-last-sexp-arg-internal'.
14304 Set `print-length' and `print-level' to nil when arg is zero.
14305 (eval-last-sexp): Doc fix.
14306 (eval-defun-2): Print the integer values from
14307 `eval-expression-print-format' at the end.
14308
14309 * emacs-lisp/edebug.el (edebug-eval-defun): Print the integer
14310 values from `eval-expression-print-format' at the end.
14311
14312 * ielm.el (ielm-eval-input): Print the integer
14313 values from `eval-expression-print-format' at the end.
14314
14315 2013-12-19 Teodor Zlatanov <tzz@lifelogs.com>
14316
14317 * net/eww.el (eww-exit, eww-close, eww-mode-map): Revert change of
14318 2013-12-11T19:01:44Z!tzz@lifelogs.com.
14319
14320 2013-12-19 Stefan Monnier <monnier@iro.umontreal.ca>
14321
14322 * hl-line.el (hl-line-make-overlay): New fun. Set priority (bug#16192).
14323 (hl-line-highlight, global-hl-line-highlight): Use it.
14324 (hl-line-overlay): Use defvar-local.
14325
14326 2013-12-19 Jan Djärv <jan.h.d@swipnet.se>
14327
14328 * term/ns-win.el: Require dnd.
14329 (global-map): Remove drag items.
14330 (ns-insert-text, ns-set-foreground-at-mouse)
14331 (ns-set-background-at-mouse):
14332 Remove (ns-drag-n-drop, ns-drag-n-drop-other-frame)
14333 (ns-drag-n-drop-as-text, ns-drag-n-drop-as-text-other-frame):
14334 New functions.
14335
14336 2013-12-19 Glenn Morris <rgm@gnu.org>
14337
14338 * emacs-lisp/ert.el (ert-select-tests):
14339 Fix string/symbol mixup. (Bug#16121)
14340
14341 2013-12-19 Dmitry Gutov <dgutov@yandex.ru>
14342
14343 * progmodes/ruby-mode.el (ruby-smie-rules): Indent middle-of-block
14344 keywords to their parent.
14345
14346 2013-12-19 Dmitry Gutov <dgutov@yandex.ru>
14347
14348 * progmodes/ruby-mode.el (ruby-smie--args-separator-p): Allow the
14349 first arg to be a string (fixed dead code), or an operator symbol.
14350 (ruby-smie--forward-token): Tokenize ` @ ' before strings and
14351 operator symbols.
14352 (ruby-smie-rules): Remove parent token check in the `.' clause, it
14353 did nothing. Don't respond to `(:after ".")', it will be called
14354 with :before anyway. Remove the ` @ ' rule, it didn't seem to
14355 change anything. Only return indentation for binary operators
14356 when they are hanging. De-dent opening paren when its parent is
14357 `.', otherwise it looks bad when the dot is not at bol or eol
14358 (bug#16182).
14359
14360 2013-12-19 Juri Linkov <juri@jurta.org>
14361
14362 * replace.el (query-replace-read-args): Split a non-negative arg
14363 and a negative arg into separate elements.
14364 (query-replace, query-replace-regexp, replace-string)
14365 (replace-regexp): Add arg `backward'. Doc fix.
14366 (replace-match-maybe-edit): When new arg `backward' is non-nil,
14367 move point to the beginning of the match.
14368 (replace-search, replace-highlight): Use new arg `backward'
14369 to set the value of `isearch-forward'.
14370 (perform-replace): Add arg `backward' and use it to perform
14371 replacement backward. (Bug#14979)
14372
14373 * isearch.el (isearch-query-replace): Use a negative prefix arg
14374 to call `perform-replace' with a non-nil arg `backward'.
14375
14376 2013-12-18 Juri Linkov <juri@jurta.org>
14377
14378 * vc/log-edit.el (log-edit-hook): Add `log-edit-insert-message-template'
14379 to the default list. Move `log-edit-show-files' to the end.
14380 Add more available functions to options.
14381 (log-edit): Move default specific settings to
14382 `log-edit-insert-message-template'. Don't move point.
14383 (log-edit-insert-message-template): New function.
14384 (log-edit-insert-changelog): Add `save-excursion' and don't move point.
14385 (Bug#16170)
14386
14387 2013-12-18 Juri Linkov <juri@jurta.org>
14388
14389 * help-mode.el (help-mode-map): Bind "l" to help-go-back,
14390 and "r" to help-go-forward for compatibity with Info. (Bug#16178)
14391
14392 2013-12-18 Leo Liu <sdl.web@gmail.com>
14393
14394 * eshell/em-prompt.el (eshell-emit-prompt): Fix last change.
14395 (Bug#16186)
14396
14397 2013-12-18 Eli Zaretskii <eliz@gnu.org>
14398
14399 * ls-lisp.el (ls-lisp-insert-directory): Don't modify %d and %f
14400 formats for displaying file sizes when the -s switch is given.
14401 Instead, compute a separate format for displaying the size in
14402 blocks, which is displayed in addition to the "regular" size.
14403 When -h is given in addition to -s, produce size in blocks in
14404 human-readable form as well. (Bug#16179)
14405
14406 2013-12-18 Tassilo Horn <tsdh@gnu.org>
14407
14408 * textmodes/reftex-vars.el (reftex-label-alist-builtin):
14409 Reference tables with ~\ref{...} instead of only \ref{...}.
14410
14411 2013-12-18 Chong Yidong <cyd@gnu.org>
14412
14413 * cus-edit.el (custom-magic-alist): Fix "themed" description
14414 (Bug#14348).
14415
14416 * custom.el (custom-push-theme): If custom--inhibit-theme-enable
14417 is non-nil, do not create a new entry in the symbol's theme-value
14418 or theme-face property; update theme-settings only (Bug#14664).
14419 (custom-available-themes): Doc fix.
14420
14421 * cus-theme.el (custom-new-theme-mode-map): Add bindings
14422 (Bug#15674).
14423
14424 * replace.el (occur-engine): Avoid infloop (Bug#7593).
14425
14426 2013-12-18 Kazuhiro Ito <kzhr@d1.dion.ne.jp> (tiny change)
14427
14428 * progmodes/make-mode.el (makefile-fill-paragraph): Fix infloop
14429 (Bug#13914).
14430
14431 2013-12-18 Shigeru Fukaya <shigeru.fukaya@gmail.com>
14432
14433 * apropos.el (apropos-words-to-regexp): Fix algorithm (Bug#13946).
14434
14435 2013-12-18 Glenn Morris <rgm@gnu.org>
14436
14437 * Makefile.in (BYTE_COMPILE_FLAGS): Set load-prefer-newer to t.
14438 * cus-start.el (load-prefer-newer): New option.
14439
14440 2013-12-18 Le Wang <l26wang@gmail.com>
14441
14442 * comint.el (comint-previous-matching-input-from-input):
14443 Retain point (Bug#13404).
14444
14445 2013-12-18 Chong Yidong <cyd@gnu.org>
14446
14447 * simple.el (append-next-kill): Doc fix (Bug#15995, Bug#16016).
14448
14449 2013-12-18 Glenn Morris <rgm@gnu.org>
14450
14451 * mail/emacsbug.el (report-emacs-bug):
14452 Only mention enable-multibyte-characters if non-standard.
14453
14454 2013-12-17 Juri Linkov <juri@jurta.org>
14455
14456 * arc-mode.el (archive-extract-by-file): Check if directory exists
14457 before deletion to not show irrelevant errors if it doesn't exist.
14458
14459 2013-12-17 Juri Linkov <juri@jurta.org>
14460
14461 * menu-bar.el (menu-bar-tools-menu): Add `browse-web'.
14462 (Bug#14751)
14463
14464 * net/eww.el (browse-web): Add alias to `eww'.
14465 (eww-mode-map): Bind "r" to `eww-forward-url' like in Info.
14466 Bind "S-SPC" to `scroll-down-command'. (Bug#16178)
14467
14468 * net/browse-url.el (browse-url-browser-function): Move `eww'
14469 closer to similar functions.
14470
14471 * startup.el (fancy-startup-screen, fancy-about-screen):
14472 Set browse-url-browser-function to eww-browse-url locally.
14473 (Bug#14751)
14474
14475 2013-12-17 Stefan Monnier <monnier@iro.umontreal.ca>
14476
14477 * window.el (window--pixel-to-total): Remove unused `mini' var.
14478 (maximize-window, minimize-window): Remove unused `pixelwise' arg.
14479 (split-window): Remove unused `new' var.
14480 (window--display-buffer): Remove unused `frame' and `delta' vars.
14481 (fit-window-to-buffer): Remove unused vars `frame', `display-height',
14482 and display-width'.
14483
14484 2013-12-17 Martin Rudalics <rudalics@gmx.at>
14485
14486 * dired.el (dired-mark-pop-up):
14487 * register.el (register-preview): Don't bind
14488 split-height-threshold here since it's now done in
14489 display-buffer-below-selected.
14490
14491 2013-12-17 oblique <psyberbits@gmail.com> (tiny change)
14492
14493 * term/rxvt.el (rxvt-rgb-convert-to-16bit): Standardize with
14494 xterm-rgb-convert-to-16bit.
14495 (rxvt-register-default-colors): Standardize with
14496 xterm-register-default-colors (Bug#14078).
14497
14498 2013-12-17 Dima Kogan <dima@secretsauce.net> (tiny change)
14499
14500 * simple.el (kill-region): Pass mark first, then point, so that
14501 kill-append works right (Bug#12819).
14502 (copy-region-as-kill, kill-ring-save): Likewise.
14503
14504 2013-12-17 Leo Liu <sdl.web@gmail.com>
14505
14506 * net/rcirc.el (rcirc-add-face):
14507 * eshell/em-prompt.el (eshell-emit-prompt):
14508 * eshell/em-ls.el (eshell-ls-decorated-name): Use font-lock-face.
14509 (Bug#16167)
14510
14511 2013-12-17 Chong Yidong <cyd@gnu.org>
14512
14513 * files.el (break-hardlink-on-save): Doc fix (Bug#13801).
14514 Suggested by Xue Fuqiao.
14515
14516 2013-12-17 Dmitry Gutov <dgutov@yandex.ru>
14517
14518 * progmodes/ruby-mode.el (ruby-smie-rules): Indent ternary if.
14519
14520 2013-12-17 Stefan Monnier <monnier@iro.umontreal.ca>
14521
14522 * net/shr.el (shr-insert-document): Remove unused var
14523 `shr-preliminary-table-render'.
14524 (shr-rescale-image): Remove unused arg `force'.
14525 (shr-put-image): Update calls accordingly.
14526 (shr-tag-a): Use `cont' rather than dyn-bound `dom'.
14527
14528 2013-12-17 Dmitry Gutov <dgutov@yandex.ru>
14529
14530 * emacs-lisp/smie.el (smie-indent--rule): Extract `smie-indent--rule-1'.
14531 (smie-indent-close): Call `smie-indent--rule-1' with METHOD
14532 :close-all, to see which indentation method to use (Bug#16116).
14533 (smie-rules-function): Document the method :close-all.
14534
14535 2013-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
14536
14537 * net/shr.el (shr-tag-a): Support zero-length <a name="foo"> elements.
14538
14539 * net/eww.el (eww-display-html): If we can't find the anchor we're
14540 looking for, then go to point-min.
14541
14542 2013-12-16 Paul Eggert <eggert@cs.ucla.edu>
14543
14544 Fix problems with CANNOT_DUMP and EMACSLOADPATH.
14545 * Makefile.in (emacs): Add lisp src to EMACSLOADPATH.
14546 * loadup.el: Check for src/bootstrap-emacs only when Emacs can dump.
14547 Expand dir too, in case it's relative.
14548
14549 2013-12-16 Juri Linkov <juri@jurta.org>
14550
14551 * desktop.el (desktop-auto-save-timeout): Change default to
14552 `auto-save-timeout'. Doc fix.
14553 (desktop-save): Skip the timestamp in desktop-saved-frameset
14554 when checking for auto-save changes.
14555 (desktop-auto-save): Don't call desktop-auto-save-set-timer since
14556 `desktop-auto-save' is called repeatedly by the idle timer.
14557 (desktop-auto-save-set-timer): Replace `run-with-timer' with
14558 `run-with-idle-timer' and a non-nil arg REPEAT. Doc fix.
14559 (Bug#15331)
14560
14561 2013-12-16 Juri Linkov <juri@jurta.org>
14562
14563 * isearch.el (isearch-mode-map): Remove [escape] key bindinds.
14564 (Bug#16035)
14565 (isearch-pre-command-hook): Check `this-command' for symbolp.
14566
14567 2013-12-16 Stefan Monnier <monnier@iro.umontreal.ca>
14568
14569 * emacs-lisp/gv.el (gv-ref): Mention lexbind restriction (bug#16153).
14570
14571 2013-12-16 Teodor Zlatanov <tzz@lifelogs.com>
14572
14573 * progmodes/cfengine.el (cfengine3--current-word): Remove.
14574 (cfengine3--current-function): Bring in the current-function
14575 functionality from `cfengine3--current-word'.
14576 (cfengine3-completion-function): Bring in the
14577 bounds-of-current-word functionality from
14578 `cfengine3--current-word'.
14579
14580 2013-12-16 Martin Rudalics <rudalics@gmx.at>
14581
14582 * window.el (display-buffer-below-selected):
14583 Bind split-height-threshold to 0 as suggested by Juri Linkov.
14584
14585 2013-12-16 Leo Liu <sdl.web@gmail.com>
14586
14587 * progmodes/compile.el (compile-goto-error): Do not push-mark.
14588 Remove NOMSG arg and all uses changed.
14589
14590 2013-12-16 Stefan Monnier <monnier@iro.umontreal.ca>
14591
14592 * emulation/cua-rect.el (cua-rectangle-mark-mode): New minor mode.
14593 (cua--deactivate-rectangle): Don't deactivate the mark.
14594 (cua-set-rectangle-mark): Don't set mark-active since
14595 cua--activate-rectangle already does it for us.
14596 (cua--rectangle-highlight-for-redisplay): Unhighlight a previous
14597 non-rectangular region.
14598
14599 * emulation/cua-base.el (cua-repeat-replace-region):
14600 Use with-current-buffer.
14601
14602 * net/gnutls.el: Use cl-lib.
14603 (gnutls-negotiate): `mapcan' -> cl-mapcan.
14604
14605 2013-12-14 Teodor Zlatanov <tzz@lifelogs.com>
14606
14607 * emacs-lisp/package.el (package-built-in-p): Support both
14608 built-in and the package.el converted package descriptions.
14609 (package-show-package-list): Allow keywords.
14610 (package-keyword-button-action): Use it instead of
14611 `finder-list-matches'.
14612 (package-menu-filter-interactive): Interactive filtering (by
14613 keyword) function.
14614 (package-menu--generate): Support keywords and change keymappings
14615 and headers when they are given.
14616 (package--has-keyword-p): Helper function.
14617 (package-menu--refresh): Use it.
14618 (package--mapc): Helper function.
14619 (package-all-keywords): Use it.
14620 (package-menu-mode-map): Set up menu items and keybindings to
14621 provide a filtering UI.
14622
14623 2013-12-14 Teodor Zlatanov <tzz@lifelogs.com>
14624
14625 * net/gnutls.el (gnutls-verify-error): New defcustom to control
14626 the behavior when a certificate fails validation. Defaults to
14627 old behavior: never abort, just warn.
14628 (gnutls-negotiate): Use it.
14629
14630 2013-12-14 Martin Rudalics <rudalics@gmx.at>
14631
14632 * window.el (display-buffer-below-selected): Never split window
14633 horizontally. Suggested by Juri Linkov <juri@jurta.org>.
14634
14635 2013-12-14 Tom Willemse <tom@ryuslash.org> (tiny change)
14636
14637 * emacs-lisp/package.el (package--prepare-dependencies): New function.
14638 (package-buffer-info): Use it (bug#15108).
14639
14640 2013-12-14 Stefan Monnier <monnier@iro.umontreal.ca>
14641
14642 * icomplete.el (icomplete-completions): Make sure the prefix is already
14643 displayed elsewhere before hiding it (bug#16219).
14644
14645 2013-12-14 Dmitry Gutov <dgutov@yandex.ru>
14646
14647 * progmodes/ruby-mode.el (ruby-smie-rules): Return nil before
14648 open-paren tokens when preceded by a open-paren, too.
14649 (ruby-smie-rules): Handle virtual indentation after open-paren
14650 tokens specially. If there is code between it and eol, return the
14651 column where is starts (Bug#16118).
14652
14653 2013-12-13 Teodor Zlatanov <tzz@lifelogs.com>
14654
14655 * progmodes/cfengine.el: Fix `add-hook' doc.
14656 (cfengine-mode-syntax-functions-regex): Initialize sensibly.
14657 (cfengine3--current-word): Fix parameters.
14658 (cfengine3-make-syntax-cache): Simplify further.
14659 (cfengine3-completion-function, cfengine3--current-function):
14660 Use `assq' for symbols.
14661 (cfengine3--current-function): Fix `cfengine3--current-word' call.
14662
14663 2013-12-13 Glenn Morris <rgm@gnu.org>
14664
14665 * loadup.el (load-path): Warn if site-load or site-init changes it.
14666 No more need to reset it when bootstrapping.
14667
14668 2013-12-13 Teodor Zlatanov <tzz@lifelogs.com>
14669
14670 * progmodes/cfengine.el (cfengine-cf-promises): Add more default
14671 locations for cf-promises.
14672 (cfengine-mode-syntax-functions-regex): New caching variable.
14673 (cfengine3-fallback-syntax): Fallback syntax for cases where
14674 cf-promises doesn't run.
14675 (cfengine3--current-word): Reimplement using
14676 `cfengine-mode-syntax-functions-regex'.
14677 (cfengine3-completion-function, cfengine3--current-function):
14678 Use `cfengine3-make-syntax-cache' directly.
14679 (cfengine3-clear-syntax-cache): New function.
14680 (cfengine3-make-syntax-cache): Simplify and create
14681 `cfengine-mode-syntax-functions-regex' on demand.
14682 (cfengine3-format-function-docstring): Don't call
14683 `cfengine3-make-syntax-cache' explicitly.
14684
14685 2013-12-13 Martin Rudalics <rudalics@gmx.at>
14686
14687 Fix windmove-find-other-window broken after pixelwise resizing
14688 (Bug#16017).
14689 * windmove.el (windmove-other-window-loc): Revert change from
14690 2013-12-04.
14691 (windmove-find-other-window): Call window-in-direction.
14692 * window.el (window-in-direction): New arguments SIGN, WRAP and
14693 MINI to emulate original windmove-find-other-window behavior.
14694
14695 2013-12-13 Dmitry Gutov <dgutov@yandex.ru>
14696
14697 * simple.el (blink-matching--overlay): New variable.
14698 (blink-matching-open): Instead of moving point, highlight the
14699 matching paren with an overlay
14700 (http://lists.gnu.org/archive/html/emacs-devel/2013-12/msg00333.html).
14701
14702 * faces.el (paren-showing-faces, show-paren-match)
14703 (show-paren-mismatch): Move from paren.el.
14704
14705 2013-12-13 Leo Liu <sdl.web@gmail.com>
14706
14707 * indent.el (indent-region): Disable progress reporter in
14708 minibuffer. (Bug#16108)
14709
14710 * bindings.el (visual-order-cursor-movement): Fix version.
14711
14712 2013-12-13 Fabián Ezequiel Gallina <fgallina@gnu.org>
14713
14714 * progmodes/python.el (python-pdbtrack-stacktrace-info-regexp):
14715 Also match after beginning of line.
14716 (python-pdbtrack-set-tracked-buffer): Fix logic for remote
14717 files. Thanks to Russell Sim. (Bug#15378)
14718
14719 2013-12-13 Juri Linkov <juri@jurta.org>
14720
14721 * simple.el <Keypad support>: Remove key bindings duplicated
14722 with bindings.el. (Bug#14397)
14723
14724 2013-12-13 Juri Linkov <juri@jurta.org>
14725
14726 * comint.el (comint-mode-map): Replace `delete-char' with
14727 `delete-forward-char'. (Bug#16109)
14728
14729 2013-12-12 Fabián Ezequiel Gallina <fgallina@gnu.org>
14730
14731 * progmodes/python.el (python-indent-calculate-indentation):
14732 Fix de-denters cornercase. (Bug#15731)
14733
14734 2013-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
14735
14736 * emacs-lisp/nadvice.el: Add `depth' property to manage ordering.
14737 (advice--make): Pay attention to `depth'.
14738 (advice--make-1): Don't autoload commands eagerly.
14739 * emacs-lisp/elp.el (elp-instrument-function):
14740 * emacs-lisp/trace.el (trace-function-internal):
14741 * emacs-lisp/debug.el (debug-on-entry): Keep them "first".
14742
14743 * iswitchb.el (iswitchb-mode): Don't belittle ido.
14744
14745 2013-12-12 Eli Zaretskii <eliz@gnu.org>
14746
14747 * term/w32-win.el (w32-handle-dropped-file):
14748 * startup.el (normal-top-level):
14749 * net/browse-url.el (browse-url-file-url):
14750 * dnd.el (dnd-get-local-file-name): On MS-Windows, encode and
14751 decode file names using 'utf-8' rather than
14752 file-name-coding-system.
14753
14754 2013-12-12 Fabián Ezequiel Gallina <fgallina@gnu.org>
14755
14756 * progmodes/python.el (python-indent-context)
14757 (python-indent-calculate-indentation): Fix auto-identation
14758 behavior for comment blocks. (Bug#15916)
14759
14760 2013-12-12 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
14761
14762 * progmodes/python.el (python-indent-calculate-indentation):
14763 When determining indentation, don't treat "return", "pass", etc., as
14764 operators when they are just string constituents. (Bug#15812)
14765
14766 2013-12-12 Juri Linkov <juri@jurta.org>
14767
14768 * uniquify.el (uniquify-buffer-name-style): Change default to
14769 `post-forward-angle-brackets'.
14770
14771 * menu-bar.el (menu-bar-options-menu): Don't require preloaded
14772 `uniquify'. Change default to `post-forward-angle-brackets'.
14773
14774 2013-12-11 Glenn Morris <rgm@gnu.org>
14775
14776 * emacs-lisp/package.el (finder-list-matches):
14777 Autoload rather than falsely declaring.
14778
14779 2013-12-11 Teodor Zlatanov <tzz@lifelogs.com>
14780
14781 * net/eww.el (eww-exit, eww-close): Add UI convenience wrappers.
14782 (eww-mode-map): Use them.
14783
14784 2013-12-11 Martin Rudalics <rudalics@gmx.at>
14785
14786 * window.el (display-buffer-in-side-window): Fix doc-string
14787 (Bug#16115).
14788
14789 2013-12-11 Juanma Barranquero <lekktu@gmail.com>
14790
14791 * vc/vc-git.el: Silence byte-compiler warnings.
14792 (vc-git-dir-extra-headers): Rename arg _dir which is no longer ignored.
14793 (log-edit-set-header): Declare.
14794
14795 2013-12-11 Eli Zaretskii <eliz@gnu.org>
14796
14797 * Makefile.in (custom-deps, finder-data): Run output file names
14798 through unmsys--file-name. (Bug#16099)
14799
14800 2013-12-11 Stefan Monnier <monnier@iro.umontreal.ca>
14801
14802 * emacs-lisp/smie.el (smie-indent--hanging-p): Don't bother matching
14803 comment-start-skip, which fails when that uses submatch 1 (bug#16041).
14804
14805 * emulation/cua-base.el (cua-paste): Add `delete-selection' property
14806 instead of deleting the selection "by hand" (bug#16098).
14807 Rely on insert-for-yank to yank rectangles.
14808 (cua-highlight-region-shift-only): Mark obsolete.
14809 (cua-mode): Don't enable/disable transient-mark-mode,
14810 shift-select-mode (cua-mode works both with and without them), and
14811 pc-selection-mode (obsolete).
14812 * emulation/cua-rect.el (cua--activate-rectangle): Activate the mark.
14813 (cua--deactivate-rectangle): Deactivate it.
14814
14815 * delsel.el (delete-selection-mode): Don't enable transient-mark-mode.
14816 (delete-selection-helper): Make sure yank starts at the top of the
14817 deleted region.
14818 (minibuffer-keyboard-quit): Use region-active-p.
14819
14820 * emacs-lisp/trace.el (trace-make-advice): Don't deactivate the mark.
14821
14822 * simple.el (normal-erase-is-backspace-mode): Map kp-delete identically
14823 to `delete' (bug#16109).
14824
14825 2013-12-11 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
14826
14827 * progmodes/octave.el (octave-mode, inferior-octave-mode): Link to
14828 info manual and show keybindings and set `:group' keyword.
14829
14830 2013-12-11 Juri Linkov <juri@jurta.org>
14831
14832 * delsel.el (delete-active-region): Let-bind `this-command'
14833 to prevent `kill-region' from changing its original value.
14834 (delete-selection-helper): Handle `overwrite-mode' for the type
14835 `kill' exactly the same way as for the type `t'.
14836 (insert-char, quoted-insert, reindent-then-newline-and-indent):
14837 Support more commands. (Bug#13312)
14838
14839 2013-12-11 Juri Linkov <juri@jurta.org>
14840
14841 * bindings.el: Map kp keys to non-kp keys systematically
14842 with basic modifiers control, meta and shift. (Bug#14397)
14843
14844 2013-12-11 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
14845
14846 * net/eww.el (eww-mode-map): Instead of "Quit" show "Exit" and
14847 "Close browser" menu items. Fix wrong function of "List
14848 bookmarks".
14849
14850 2013-12-11 Juri Linkov <juri@jurta.org>
14851
14852 * misearch.el (multi-isearch-buffers): Set the value of
14853 `multi-isearch-buffer-list' globally. Set NO-RECURSIVE-EDIT
14854 arg of isearch-forward to t.
14855 (multi-isearch-buffers-regexp): Set the value of
14856 `multi-isearch-buffer-list' globally. Set NO-RECURSIVE-EDIT
14857 arg of isearch-forward-regexp to t.
14858 (multi-isearch-files): Set the value of
14859 `multi-isearch-file-list' globally. Set NO-RECURSIVE-EDIT
14860 arg of isearch-forward to t.
14861 (multi-isearch-files-regexp): Set the value of
14862 `multi-isearch-file-list' globally. Set NO-RECURSIVE-EDIT
14863 arg of isearch-forward-regexp to t. (Bug#16035)
14864
14865 * dired-aux.el (dired-isearch-filenames): Set NO-RECURSIVE-EDIT
14866 arg of isearch-forward to t.
14867 (dired-isearch-filenames-regexp): Set NO-RECURSIVE-EDIT
14868 arg of isearch-forward-regexp to t.
14869 (dired-isearch-filter-filenames): Remove unnecessary check for
14870 `dired-isearch-filenames'.
14871
14872 * comint.el (comint-history-isearch-backward):
14873 Set NO-RECURSIVE-EDIT arg of isearch-backward to t.
14874 (comint-history-isearch-backward-regexp):
14875 Set NO-RECURSIVE-EDIT arg of isearch-backward-regexp to t.
14876
14877 2013-12-10 Eli Zaretskii <eliz@gnu.org>
14878
14879 * Makefile.in (autoloads): Run $(srcdir)/loaddefs.el through
14880 unmsys--file-name. (Bug#16099)
14881
14882 2013-12-10 Teodor Zlatanov <tzz@lifelogs.com>
14883
14884 * emacs-lisp/package.el (package-keyword-button-action):
14885 Remove finder.el require dependency.
14886
14887 2013-12-09 Teodor Zlatanov <tzz@lifelogs.com>
14888
14889 * emacs-lisp/package.el: Require finder.el.
14890 (describe-package-1): Add keyword buttons.
14891 (package-make-button): New convenience function.
14892 (package-keyword-button-action): Keyword button action using
14893 `finder-list-matches'.
14894
14895 2013-12-09 Eli Zaretskii <eliz@gnu.org>
14896
14897 * autorevert.el (auto-revert-notify-add-watch): Fix a thinko in
14898 last commit.
14899
14900 2013-12-09 Michael Albinus <michael.albinus@gmx.de>
14901
14902 * autorevert.el (auto-revert-notify-add-watch): Do not handle
14903 symlinked files.
14904
14905 2013-12-09 Dmitry Gutov <dgutov@yandex.ru>
14906
14907 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Return t
14908 after the end of a percent literal.
14909
14910 2013-12-09 Cameron Desautels <camdez@gmail.com> (tiny change)
14911
14912 * progmodes/ruby-mode.el (ruby-forward-string): Document.
14913 Handle caret-delimited strings (Bug#16079).
14914
14915 2013-12-09 Dmitry Gutov <dgutov@yandex.ru>
14916
14917 * progmodes/ruby-mode.el (ruby-accurate-end-of-block):
14918 When `ruby-use-smie' is t, use `smie-forward-sexp' instead of
14919 `ruby-parse-partial' (Bug#16078).
14920
14921 2013-12-09 Leo Liu <sdl.web@gmail.com>
14922
14923 * subr.el (read-passwd): Disable show-paren-mode. (Bug#16091)
14924
14925 2013-12-08 Dmitry Gutov <dgutov@yandex.ru>
14926
14927 * progmodes/js.el (js-auto-indent-flag): Remove, was unused.
14928 (js-switch-indent-offset): New option.
14929 (js--proper-indentation): Use it. And handle the case when
14930 "default" is actually a key in an object literal.
14931 (js--same-line): New function.
14932 (js--multi-line-declaration-indentation): Use it.
14933 (js--indent-in-array-comp, js--array-comp-indentation):
14934 New functions.
14935 (js--proper-indentation): Use them, to handle array comprehension
14936 continuations.
14937
14938 2013-12-08 Leo Liu <sdl.web@gmail.com>
14939
14940 * progmodes/flymake.el (flymake-highlight-line): Re-write.
14941 (flymake-make-overlay): Remove arg MOUSE-FACE.
14942 (flymake-save-string-to-file, flymake-read-file-to-string): Remove.
14943
14944 2013-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
14945
14946 * emulation/cua-rect.el (cua--rectangle-highlight-for-redisplay):
14947 New function.
14948 (redisplay-highlight-region-function): Use it.
14949
14950 * emulation/cua-base.el (cua--explicit-region-start)
14951 (cua--last-region-shifted): Remove.
14952 (cua--deactivate): Use deactivate-mark.
14953 (cua--pre-command-handler-1): Don't handle shift-selection.
14954 (cua--post-command-handler-1): Don't change transient-mark-mode.
14955 (cua--select-keymaps): Use region-active-p rather than
14956 cua--explicit-region-start or cua--last-region-shifted.
14957 (cua-mode): Enable shift-select-mode.
14958
14959 2013-12-08 Leo Liu <sdl.web@gmail.com>
14960
14961 * progmodes/flymake.el (flymake-popup-current-error-menu):
14962 Rename from flymake-display-err-menu-for-current-line. Reimplement.
14963 (flymake-posn-at-point-as-event, flymake-popup-menu)
14964 (flymake-make-emacs-menu): Remove. (Bug#16077)
14965
14966 2013-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
14967
14968 * rect.el (rectangle-mark-mode): Activate mark even if
14969 transient-mark-mode is off (bug#16066).
14970 (rectangle--highlight-for-redisplay): Fix boundary condition when point
14971 is > mark and at bolp.
14972
14973 * emulation/cua-rect.el (cua--rectangle-region-extract): New function.
14974 (region-extract-function): Use it.
14975 (cua-mouse-save-then-kill-rectangle): Use cua-copy-region.
14976 (cua-copy-rectangle, cua-cut-rectangle, cua-delete-rectangle):
14977 Delete functions.
14978 (cua--init-rectangles): Don't re-remap copy-region-as-kill,
14979 kill-ring-save, kill-region, delete-char, delete-forward-char.
14980 Ignore self-insert-iso.
14981
14982 * emulation/cua-gmrk.el (cua--init-global-mark):
14983 Ignore `self-insert-iso'.
14984
14985 * emulation/cua-base.el (cua--prefix-copy-handler)
14986 (cua--prefix-cut-handler): Rely on region-extract-function rather than
14987 checking cua--rectangle.
14988 (cua-delete-region): Use region-extract-function.
14989 (cua-replace-region): Delete function.
14990 (cua-copy-region, cua-cut-region): Obey region-extract-function.
14991 (cua--pre-command-handler-1): Don't do the delete-selection thing.
14992 (cua--self-insert-char-p): Ignore `self-insert-iso'.
14993 (cua--init-keymaps): Don't remap delete-selection commands.
14994 (cua-mode): Use delete-selection-mode instead of rolling our own
14995 (bug#16085).
14996
14997 * menu-bar.el (clipboard-kill-ring-save, clipboard-kill-region):
14998 Obey region-extract-function.
14999
15000 Make registers and delete-selection-mode work on rectangles.
15001 * register.el (describe-register-1): Don't modify the register's value.
15002 (copy-to-register): Obey region-extract-function.
15003 * delsel.el (delete-active-region): Obey region-extract-function.
15004
15005 2013-12-08 Leo Liu <sdl.web@gmail.com>
15006
15007 * progmodes/flymake.el (flymake, flymake-error-bitmap)
15008 (flymake-warning-bitmap, flymake-fringe-indicator-position)
15009 (flymake-compilation-prevents-syntax-check)
15010 (flymake-start-syntax-check-on-newline)
15011 (flymake-no-changes-timeout, flymake-gui-warnings-enabled)
15012 (flymake-start-syntax-check-on-find-file, flymake-log-level)
15013 (flymake-xml-program, flymake-master-file-dirs)
15014 (flymake-master-file-count-limit)
15015 (flymake-allowed-file-name-masks): Relocate.
15016 (flymake-makehash, flymake-float-time)
15017 (flymake-replace-regexp-in-string, flymake-split-string)
15018 (flymake-get-temp-dir): Remove.
15019 (flymake-popup-menu, flymake-nop, flymake-make-xemacs-menu)
15020 (flymake-current-row, flymake-selected-frame)
15021 (flymake-get-point-pixel-pos): Remove xemacs compatibity and
15022 related functions. (Bug#16077)
15023
15024 2013-12-07 Bozhidar Batsov <bozhidar@batsov.com>
15025
15026 * emacs-lisp/helpers.el (string-blank-p): Use `string-match-p'.
15027
15028 2013-12-07 Tassilo Horn <tsdh@gnu.org>
15029
15030 * help-fns.el (describe-function-1): Use new advice-* functions
15031 rather than old ad-* functions. Fix function type description and
15032 source links for advised functions and subrs.
15033
15034 2013-12-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
15035
15036 * net/shr.el (shr-tag-img): Don't bug out on <img src=""> data.
15037
15038 2013-12-06 Michael Albinus <michael.albinus@gmx.de>
15039
15040 * progmodes/compile.el (compilation-start):
15041 * progmodes/grep.el (rgrep): Revert change 2012-12-20T11:15:38Z!michael.albinus@gmx.de.
15042
15043 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
15044 Handle long command lines, lasting from "sh -c ...". (Bug#16045)
15045
15046 2013-12-06 Dmitry Gutov <dgutov@yandex.ru>
15047
15048 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
15049 Touch up the last change.
15050
15051 2013-12-06 Leo Liu <sdl.web@gmail.com>
15052
15053 * progmodes/octave.el (inferior-octave-prompt): Use shy groups.
15054 (inferior-octave-startup): Always use "octave> " for prompt.
15055 (octave-goto-function-definition)
15056 (octave-sync-function-file-names)
15057 (octave-find-definition-default-filename): Remove redundant backquotes.
15058
15059 2013-12-06 Dmitry Gutov <dgutov@yandex.ru>
15060
15061 * progmodes/ruby-mode.el (ruby-mode-syntax-table): Don't modify
15062 syntax for `?'.
15063 (ruby-expr-beg): Expect that `!' will have syntax class "symbol"
15064 where appropriate already.
15065 (ruby-syntax-propertize-function): Propertize `?' and `!' at the
15066 end of method names (Bug#15874).
15067
15068 2013-12-06 Juri Linkov <juri@jurta.org>
15069
15070 * isearch.el (isearch--saved-overriding-local-map):
15071 New internal variable.
15072 (isearch-mode): Set it to the initial value of
15073 `overriding-terminal-local-map'.
15074 (isearch-pre-command-hook): Compare `overriding-terminal-local-map'
15075 with `isearch--saved-overriding-local-map'. (Bug#16035)
15076
15077 2013-12-06 Dmitry Gutov <dgutov@yandex.ru>
15078
15079 * progmodes/octave.el (inferior-octave-completion-table):
15080 Turn back into function, use `completion-table-with-cache'
15081 (Bug#11906). Update all references.
15082
15083 * minibuffer.el (completion-table-with-cache): New function.
15084
15085 2013-12-05 Cameron Desautels <camdez@gmail.com> (tiny change)
15086
15087 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Fix ^ (bug#16046).
15088
15089 2013-12-05 Teodor Zlatanov <tzz@lifelogs.com>
15090
15091 * net/eww.el (eww-current-source): New variable to store page
15092 source.
15093 (eww-display-html, eww-mode, eww-save-history)
15094 (eww-restore-history): Use it.
15095 (eww-view-source): New command to view page source.
15096 Opportunistically uses `html-mode' to highlight the buffer.
15097 (eww-mode-map): Install it.
15098
15099 2013-12-05 Michael Albinus <michael.albinus@gmx.de>
15100
15101 * net/dbus.el (dbus-unregister-service)
15102 (dbus-escape-as-identifier, dbus-unescape-from-identifier):
15103 Fix docstring.
15104 (dbus-unregister-service): Skip :serial entries in
15105 `dbus-registered-objects-table'.
15106 (dbus-byte-array-to-string): New optional arg MULTIBYTE.
15107
15108 2013-12-04 Teodor Zlatanov <tzz@lifelogs.com>
15109
15110 * emacs-lisp/lisp-mnt.el (lm-keywords-list): Trim whitespace
15111 around keywords with extra `split-string' argument.
15112
15113 2013-12-04 Martin Rudalics <rudalics@gmx.at>
15114
15115 * windmove.el (windmove-other-window-loc): Handle navigation
15116 between windows (excluding the minibuffer window - Bug#16017).
15117
15118 2013-12-04 Michael Albinus <michael.albinus@gmx.de>
15119
15120 * net/dbus.el (dbus-byte-array-to-string): Accept also byte arrays
15121 in D-Bus type syntax.
15122 (dbus-unescape-from-identifier): Use `byte-to-string' in order to
15123 preserve unibyte strings. (Bug#16048)
15124
15125 2013-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
15126
15127 * emacs-lisp/eldoc.el (eldoc-minibuffer-message):
15128 Call force-mode-line-update is the proper buffer (bug#16042).
15129
15130 2013-12-04 Dmitry Gutov <dgutov@yandex.ru>
15131
15132 * vc/log-edit.el (log-edit-add-new-comment): Rename to
15133 `log-edit-remember-comment', make argument optional. Adjust all
15134 callers.
15135 (log-edit-mode): Add `log-edit-remember-comment' to
15136 `kill-buffer-hook' locally.
15137 (log-edit-kill-buffer): Don't remember comment explicitly since
15138 the buffer is killed anyway.
15139
15140 2013-12-04 Juri Linkov <juri@jurta.org>
15141
15142 * isearch.el (isearch-mode, isearch-done): Don't set arg LOCAL in
15143 add-hook and remove-hook for multi-buffer search. (Bug#16035)
15144
15145 2013-12-03 Tom Regner <tom@goochesa.de> (tiny change)
15146
15147 * notifications.el (notifications-close-notification): Call the
15148 D-Bus method with ID being a `:uint32'. (Bug#16030)
15149
15150 2013-12-03 Katsumi Yamaoka <yamaoka@jpl.org>
15151
15152 * net/eww.el (eww-render): Don't pass arg to eww-display-image.
15153
15154 2013-12-03 Juri Linkov <juri@jurta.org>
15155
15156 * progmodes/compile.el (compilation-start): Rename window alist
15157 entry `no-display-ok' to `allow-no-window'.
15158
15159 * simple.el (shell-command): Add window alist entry
15160 `allow-no-window' to `display-buffer'.
15161 (async-shell-command): Doc fix.
15162
15163 * window.el (display-buffer-no-window): New action function.
15164 (display-buffer-alist, display-buffer): Doc fix. (Bug#13594)
15165
15166 2013-12-02 Dmitry Gutov <dgutov@yandex.ru>
15167
15168 * vc/log-edit.el (log-edit-set-header): Extract from
15169 `log-edit-toggle-header'.
15170 (log-edit-extract-headers): Separate the summary, when extracted
15171 from header, from the rest of the message with an empty line.
15172
15173 * vc/vc-git.el (vc-git-log-edit-toggle-amend): Move the summary
15174 line, if present, to the Summary header.
15175
15176 2013-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
15177
15178 * epa-file.el (epa-file-insert-file-contents): Ensure we insert text
15179 in current-buffer (bug#16029).
15180
15181 2013-12-02 Helmut Eller <eller.helmut@gmail.com>
15182
15183 * emacs-lisp/debug.el (debugger-toggle-locals): New command.
15184 (debugger-mode-map): Bind it.
15185 (debugger--backtrace-base): New function.
15186 (debugger-eval-expression): Use it.
15187 (debugger-frame-number): Skip local vars when present.
15188 (debugger--locals-visible-p, debugger--insert-locals)
15189 (debugger--show-locals, debugger--hide-locals): New functions.
15190
15191 2013-12-02 Michael Albinus <michael.albinus@gmx.de>
15192
15193 * net/tramp-sh.el (tramp-remote-process-environment): Do not set
15194 "LC_ALL".
15195 (tramp-get-remote-locale): New defun.
15196 (tramp-open-connection-setup-interactive-shell): Use it.
15197
15198 2013-12-02 Leo Liu <sdl.web@gmail.com>
15199
15200 * subr.el (process-live-p): Return nil for non-process. (Bug#16023)
15201
15202 * progmodes/sh-script.el (sh-shell-process):
15203 * progmodes/octave.el (inferior-octave-process-live-p):
15204 * progmodes/gdb-mi.el (gdb-delchar-or-quit)
15205 (gdb-inferior-io-sentinel):
15206 * emacs-lock.el (emacs-lock-live-process-p): All uses changed.
15207
15208 2013-12-02 Dmitry Gutov <dgutov@yandex.ru>
15209
15210 * vc/log-edit.el (log-edit-kill-buffer): Move the use of
15211 `save-selected-window' to `log-edit-hide-buf'. This makes
15212 `log-edit-show-files' idempotent.
15213 (log-edit-show-files): Mark the new window as dedicated.
15214
15215 2013-12-02 Dmitry Gutov <dgutov@yandex.ru>
15216
15217 * vc/log-edit.el (log-edit-mode-map): Add binding for
15218 `log-edit-kill-biffer'.
15219 (log-edit-hide-buf): Add a FIXME comment.
15220 (log-edit-add-new-comment): New function, extracted from
15221 `log-edit-done'.
15222 (log-edit-done, log-edit-add-to-changelog): Use it.
15223 (log-edit-kill-buffer): New command.
15224
15225 2013-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
15226
15227 * net/eww.el (eww-mode-map): Have `q' do a normal `quit-window'
15228 instead of killing the buffer.
15229
15230 2013-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
15231
15232 * simple.el (newline): Mention `electric-indent-mode' (bug#16015).
15233
15234 2013-12-01 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
15235
15236 * net/eww.el (eww-form-checkbox-selected-symbol)
15237 (eww-form-checkbox-symbol): New customizable variable.
15238 (eww-form-checkbox, eww-toggle-checkbox):
15239 Use `eww-form-checkbox-selected-symbol' and `eww-form-checkbox-symbol'.
15240
15241 * net/shr.el (shr-prefer-media-type-alist): New customizable variable.
15242 (shr--get-media-pref, shr--extract-best-source): New function.
15243 (shr-tag-video, shr-tag-audio): Use `shr--extract-best-source' when
15244 no :src tag was specified.
15245
15246 * net/eww.el (eww-use-external-browser-for-content-type): New variable.
15247 (eww-render): Handle `eww-use-external-browser-for-content-type'.
15248 Use \\` to match beginning of string instead of ^.
15249 (eww-browse-with-external-browser): Provide optional URL parameter.
15250 (eww-render): Set `eww-current-title' back to "".
15251
15252 * net/shr.el (shr-tag-video): Display content for video if no
15253 poster is available.
15254 (shr-tag-audio): Add support for <audio> tag.
15255
15256 * net/eww.el (eww-text-input-types): New const.
15257 (eww-process-text-input): Treat input types in
15258 `eww-text-input-types' as text.
15259
15260 * net/shr.el (shr-tag-table): Fix comment typo.
15261
15262 2013-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
15263
15264 * net/eww.el (eww-follow-link): New command to avoid reloading
15265 pages when we follow #target links (bug#15243).
15266 (eww-quit): Special mode buffers shouldn't query before exiting.
15267
15268 2013-12-01 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
15269
15270 * net/eww.el (eww-tag-select): Support <optgroup> tags in <select>
15271 forms.
15272
15273 2013-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
15274
15275 * net/eww.el (eww-restore-history): Update the window title after
15276 moving in the history.
15277 (eww-current-dom): New variable used to save the current DOM.
15278
15279 2013-12-01 Dmitry Gutov <dgutov@yandex.ru>
15280
15281 * vc/log-edit.el (log-edit-mode-map): Add binding for
15282 `log-edit-beginning-of-line'.
15283 (log-edit-setup-add-author): New user option.
15284 (log-edit-beginning-of-line): New command.
15285 (log-edit): Move major mode call above the contents setup so that
15286 the local variable values are already applied.
15287 (log-edit): Only insert "Author: " when
15288 `log-edit-setup-add-author' is non-nil.
15289 (log-edit): When SETUP is non-nil, position point after ": "
15290 instead of point-min.
15291
15292 2013-12-01 Glenn Morris <rgm@gnu.org>
15293
15294 * startup.el (command-line): Warn if ~/emacs.d is in load-path.
15295
15296 2013-11-30 Eli Zaretskii <eliz@gnu.org>
15297
15298 * startup.el (fancy-splash-frame): On MS-Windows, trigger
15299 redisplay to make sure the initial frame gets a chance to become
15300 visible. (Bug#16014)
15301
15302 2013-11-30 Martin Rudalics <rudalics@gmx.at>
15303
15304 Support resizing frames and windows pixelwise.
15305 * cus-start.el (frame-resize-pixelwise)
15306 (window-resize-pixelwise): New entries.
15307 * emacs-lisp/debug.el (debug): Use window-total-height instead
15308 of window-total-size.
15309 * frame.el (tool-bar-lines-needed): Defalias to tool-bar-height.
15310 * help.el (describe-bindings-internal): Use help-buffer as
15311 argument for with-help-window.
15312 (temp-buffer-max-width): New option.
15313 (resize-temp-buffer-window, help-window-setup)
15314 (with-help-window): Rewrite.
15315 * mouse.el (mouse-drag-line): Rewrite. Add key bindings for
15316 dragging dividers.
15317 * window.el (frame-char-size, window-min-pixel-height)
15318 (window-safe-min-pixel-height, window-safe-min-pixel-width)
15319 (window-min-pixel-width, window-safe-min-pixel-size)
15320 (window-combination-p, window-safe-min-size)
15321 (window-resizable-p, window--size-to-pixel)
15322 (window--pixel-to-size, window--resize-apply-p): New functions.
15323 (window-safe-min-height): Fix doc-string.
15324 (window-size, window-min-size, window--min-size-1)
15325 (window-sizable, window-sizable-p, window--min-delta-1)
15326 (window-min-delta, window--max-delta-1, window-max-delta)
15327 (window--resizable, window--resizable-p, window-resizable)
15328 (window-full-height-p, window-full-width-p, window-at-side-p)
15329 (window--in-direction-2, window-in-direction)
15330 (window--resize-reset-1, window--resize-mini-window)
15331 (window-resize, window-resize-no-error)
15332 (window--resize-child-windows-normal)
15333 (window--resize-child-windows, window--resize-siblings)
15334 (window--resize-this-window, window--resize-root-window)
15335 (window--resize-root-window-vertically)
15336 (adjust-window-trailing-edge, enlarge-window, shrink-window)
15337 (maximize-window, minimize-window, delete-window)
15338 (quit-restore-window, window-split-min-size, split-window)
15339 (balance-windows-2, balance-windows)
15340 (balance-windows-area-adjust, balance-windows-area)
15341 (window--state-get-1, window-state-get, window--state-put-1)
15342 (window--state-put-2, window-state-put)
15343 (display-buffer-record-window, window--display-buffer):
15344 Make functions handle pixelwise sizing of windows.
15345 (display-buffer--action-function-custom-type)
15346 (display-buffer-fallback-action):
15347 Add display-buffer-in-previous-window.
15348 (display-buffer-use-some-window): Resize window to height it had
15349 before.
15350 (fit-window-to-buffer-horizontally): New option.
15351 (fit-frame-to-buffer): Describe new values.
15352 (fit-frame-to-buffer-bottom-margin): Replace with
15353 fit-frame-to-buffer-margins.
15354 (window--sanitize-margin): New function.
15355 (fit-frame-to-buffer, fit-window-to-buffer): Rewrite completely
15356 using window-text-pixel-size.
15357
15358 2013-11-30 Glenn Morris <rgm@gnu.org>
15359
15360 * emacs-lisp/bytecomp.el (byte-compile-form):
15361 Make the `interactive-only' warning like the `obsolete' one.
15362 * comint.el (comint-run):
15363 * files.el (insert-file-literally, insert-file):
15364 * replace.el (replace-string, replace-regexp):
15365 * simple.el (beginning-of-buffer, end-of-buffer, delete-backward-char)
15366 (goto-line, insert-buffer, next-line, previous-line):
15367 Tweak `interactive-only' spec.
15368
15369 Stop keeping (most) generated cedet grammar files in the repository.
15370 * Makefile.in (semantic): New.
15371 (compile-main): Depend on semantic.
15372
15373 2013-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
15374
15375 * net/newst-reader.el (newsticker-html-renderer): Default to SHR if
15376 available. Suggested by Clément B. <barthele1u@etu.univ-lorraine.fr>.
15377
15378 * uniquify.el (uniquify-buffer-name-style): Change default.
15379
15380 * loadup.el: Preload "uniquify".
15381
15382 * time.el (display-time-update): Update all mode lines (bug#15999).
15383
15384 * electric.el (electric-indent-mode): Enable by default.
15385 * loadup.el: Preload "electric".
15386
15387 2013-11-29 Bozhidar Batsov <bozhidar@batsov.com>
15388
15389 * emacs-lisp/helpers.el (string-empty-p): New function.
15390 (string-blank-p): New function.
15391
15392 2013-11-29 Andreas Politz <politza@hochschule-trier.de>
15393
15394 * imenu.el (imenu--index-alist): Add missing dot to the docstring
15395 (Bug#14029).
15396
15397 2013-11-29 Andreas Politz <politza@fh-trier.de>
15398 * imenu.el (imenu--subalist-p): Don't error on non-conses and
15399 allow non-lambda lists as functions.
15400 (imenu--in-alist): Don't recurse into non-subalists.
15401 (imenu): Don't pass function itself as an argument (Bug#14029).
15402
15403 2013-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
15404
15405 * progmodes/python.el (python-mode-map): Remove binding for ":".
15406 (python-indent-electric-colon): Remove command.
15407 (python-indent-post-self-insert-function): Integrate the previous code
15408 of python-indent-electric-colon. Make it conditional on
15409 electric-indent-mode.
15410 (python-mode): Add ?: to electric-indent-chars.
15411 Move python-indent-post-self-insert-function to the end of
15412 post-self-insert-hook.
15413
15414 2013-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
15415
15416 * doc-view.el (doc-view-goto-page): Update mode-line.
15417
15418 * vc/vc-dispatcher.el (vc-log-edit): Setup the Summary&Author headers.
15419
15420 2013-11-27 Glenn Morris <rgm@gnu.org>
15421
15422 * international/charprop.el, international/uni-bidi.el:
15423 * international/uni-category.el, international/uni-combining.el:
15424 * international/uni-comment.el, international/uni-decimal.el:
15425 * international/uni-decomposition.el, international/uni-digit.el:
15426 * international/uni-lowercase.el, international/uni-mirrored.el:
15427 * international/uni-name.el, international/uni-numeric.el:
15428 * international/uni-old-name.el, international/uni-titlecase.el:
15429 * international/uni-uppercase.el:
15430 Remove generated files from VCS repository.
15431
15432 2013-11-27 Eli Zaretskii <eliz@gnu.org>
15433
15434 * filenotify.el (file-notify-add-watch): Don't special-case
15435 w32notify when computing the directory to watch.
15436
15437 2013-11-27 Glenn Morris <rgm@gnu.org>
15438
15439 Make bootstrap without generated uni-*.el files possible again.
15440 * loadup.el: Update command-line-args checking for unidata-gen.
15441 Add vc to load-path to allow loading vc-bzr when writing uni-*.el.
15442 * composite.el, international/characters.el:
15443 Handle unicode tables being undefined.
15444
15445 Move ja-dic, quail, leim-list.el from ../leim to a leim subdirectory.
15446 * Makefile.in (setwins_for_subdirs): Skip leim/ directory.
15447 (compile-main): Depend on leim rule.
15448 (leim): New rule.
15449 * loadup.el: Move leim-list.el to leim/ subdirectory.
15450 * startup.el (normal-top-level): No more leim directory.
15451 * international/ja-dic-cnv.el (skkdic-convert):
15452 Disable version-control and autoloads in output files.
15453 * international/titdic-cnv.el (titdic-convert, miscdic-convert):
15454 Disable version-control and autoloads in output files.
15455 * leim/quail: Move here from ../leim.
15456 * leim/quail/hangul.el (hangul-input-method-activate):
15457 Add autoload cookie.
15458 (generated-autoload-load-name): Set file-local value.
15459 * leim/quail/uni-input.el (ucs-input-activate): Add autoload cookie.
15460 (generated-autoload-load-name): Set file-local value.
15461
15462 2013-11-26 Kenjiro NAKAYAMA <knakayam@redhat.com>
15463
15464 * net/eww.el (eww-bookmark-browse): Use 'eww-browse-url'.
15465 (eww-add-bookmark): Ask confirmation when add to bookmarks.
15466 (eww-quit): Ask confirmation before quitting eww.
15467
15468 2013-11-26 Eli Zaretskii <eliz@gnu.org>
15469
15470 * vc/vc.el (vc-diff-internal): Use *-dos coding-system when
15471 reading output from Diff on MS-Windows and MS-DOS.
15472
15473 2013-11-26 Bozhidar Batsov <bozhidar@batsov.com>
15474
15475 * emacs-lisp/helpers.el (string-reverse): New function.
15476
15477 2013-11-26 Michael Albinus <michael.albinus@gmx.de>
15478
15479 * net/tramp.el (tramp-file-name-regexp-unified): Support IPv6 host
15480 names on MS Windows, like "/[::1]:".
15481
15482 * net/tramp-sh.el (tramp-sh-handle-insert-directory): Accept nil
15483 SWITCHES.
15484
15485 2013-11-26 Glenn Morris <rgm@gnu.org>
15486
15487 * progmodes/python.el (python-indent-guess-indent-offset):
15488 Avoid corner-case error. (Bug#15975)
15489
15490 Preload leim-list.el. (Bug#4789)
15491 * loadup.el: Load leim-list.el when found.
15492 * startup.el (normal-top-level): Skip re-loading leim/leim-list.el.
15493
15494 2013-11-25 Bozhidar Batsov <bozhidar@batsov.com>
15495
15496 * emacs-lisp/bytecomp.el (byte-compile-form): Fix a typo.
15497
15498 * emacs-lisp/helpers.el (string-join): New function.
15499
15500 2013-11-25 Sebastian Wiesner <lunaryorn@gmail.com> (tiny change)
15501
15502 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
15503 Mark as obsolete and replace it with a symbol property.
15504 (byte-compile-form): Use new 'interactive-only property.
15505 * comint.el, files.el, replace.el, simple.el:
15506 Apply new 'interactive-only properly.
15507
15508 2013-11-25 Martin Rudalics <rudalics@gmx.at>
15509
15510 * window.el (display-buffer-at-bottom): Make sure that
15511 split-window-sensibly creates the new window on bottom
15512 (Bug#15961).
15513
15514 2013-11-23 David Kastrup <dak@gnu.org>
15515
15516 * vc/smerge-mode.el (smerge-ediff): Choose default buffer names based
15517 on the conflict markers when available.
15518 (smerge--get-marker): New function.
15519 (smerge-end-re, smerge-base-re): Add subgroup.
15520
15521 2013-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
15522
15523 * frame.el (handle-focus-in, handle-focus-out): Add missing
15524 interactive spec.
15525
15526 2013-11-25 Michael Albinus <michael.albinus@gmx.de>
15527
15528 * net/tramp-cmds.el (tramp-cleanup-connection): Clean up
15529 `tramp-current-connection' only when KEEP-PASSWORD is non-nil.
15530
15531 2013-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
15532
15533 * play/gomoku.el: Don't use intangible property. Use lexical-binding.
15534 (gomoku--last-pos): New var.
15535 (gomoku--intangible-chars): New const.
15536 (gomoku--intangible): New function.
15537 (gomoku-mode): Use it. Derive from special-mode.
15538 (gomoku-move-up): Adjust line count.
15539 (gomoku-click, gomoku-point-y, gomoku-point-square, gomoku-goto-xy)
15540 (gomoku-plot-square, gomoku-init-display, gomoku-cross-qtuple):
15541 Simplify accordingly.
15542
15543 * frame.el (handle-focus-in, handle-focus-out): Move from frame.c.
15544 Remove blink-cursor code.
15545 (blink-cursor-timer-function, blink-cursor-suspend):
15546 Don't special-case GUIs.
15547 (blink-cursor-mode): Use focus-in/out-hook.
15548
15549 2013-11-25 Dmitry Gutov <dgutov@yandex.ru>
15550
15551 * vc/vc-git.el (vc-git-annotate-extract-revision-at-line): Make it
15552 work when annotation is invisible (Bug#13886).
15553
15554 2013-11-24 Simon Schubert <2@0x2c.org> (tiny change)
15555
15556 * json.el (json-alist-p): Only return non-nil if the alist has
15557 simple keys (Bug#13518).
15558
15559 2013-11-24 Mihir Rege <mihirrege@gmail.com> (tiny change)
15560
15561 * progmodes/js.el (js--ctrl-statement-indentation): Fix indent
15562 when control-statement is the first statement in a buffer (Bug#15956).
15563
15564 2013-11-24 Dmitry Gutov <dgutov@yandex.ru>
15565
15566 * imenu.el (imenu-generic-skip-comments-and-strings):
15567 New option (Bug#15560).
15568 (imenu--generic-function): Use it.
15569
15570 2013-11-24 Jorgen Schaefer <contact@jorgenschaefer.de>
15571
15572 * minibuffer.el (completion--in-region-1): Scroll the correct window.
15573 (Bug#13898)
15574
15575 2013-11-24 Bozhidar Batsov <bozhidar@batsov.com>
15576
15577 * emacs-lisp/helpers.el: Add some string helpers.
15578 (string-trim-left): Removes leading whitespace.
15579 (string-trim-right): Removes trailing whitespace.
15580 (string-trim): Removes leading and trailing whitespace.
15581
15582 * subr.el (string-suffix-p): New function.
15583
15584 2013-11-23 Glenn Morris <rgm@gnu.org>
15585
15586 * progmodes/python.el (python-shell-send-file):
15587 Add option to delete file when done. (Bug#15647)
15588 (python-shell-send-string, python-shell-send-region): Use it.
15589
15590 2013-11-23 Ivan Shmakov <ivan@siamics.net>
15591
15592 * vc/diff-mode.el (diff-mode): Only allow diff-default-read-only
15593 to set buffer-read-only to t, never to nil. (Bug#15938)
15594
15595 * textmodes/tex-mode.el (latex-noindent-environments):
15596 Add safe-local-variable property. (Bug#15936)
15597
15598 2013-11-23 Glenn Morris <rgm@gnu.org>
15599
15600 * textmodes/enriched.el (enriched-mode): Doc fix.
15601 * emacs-lisp/authors.el (authors-renamed-files-alist):
15602 Add enriched.doc -> enriched.txt.
15603
15604 * Makefile.in (emacs): Empty EMACSLOADPATH rather than unsetting.
15605
15606 2013-11-22 Leo Liu <sdl.web@gmail.com>
15607
15608 * progmodes/octave.el (inferior-octave-startup): Spit out error
15609 message.
15610
15611 2013-11-22 Bozhidar Batsov <bozhidar@batsov.com>
15612
15613 * progmodes/ruby-mode.el (ruby-custom-encoding-magic-comment-template):
15614 Improve docstring.
15615 Add :version.
15616 (ruby-encoding-magic-comment-style): Add :version.
15617
15618 2013-11-22 Leo Liu <sdl.web@gmail.com>
15619
15620 * progmodes/octave.el (octave-operator-regexp): Exclude newline.
15621 (Bug#15076)
15622 (octave-help-mode): Adapt to change to help-mode-finish to use
15623 derived-mode-p on 2013-09-17.
15624 (inferior-octave-prompt): Also match octave-gui.
15625 (octave-kill-process): Don't ask twice. (Bug#10564)
15626
15627 2013-11-22 Leo Liu <sdl.web@gmail.com>
15628
15629 * progmodes/octave.el (inferior-octave-process-live-p): New helper.
15630 (inferior-octave-startup, inferior-octave-check-process)
15631 (inferior-octave-track-window-width-change)
15632 (octave-completion-at-point, octave-eldoc-function): Use it.
15633 (octave-kill-process): Provide confirmation. (Bug#10564)
15634
15635 2013-11-21 Leo Liu <sdl.web@gmail.com>
15636
15637 * progmodes/octave.el (octave-mode, inferior-octave-mode):
15638 Fix obsolete variable comment-use-global-state.
15639
15640 2013-11-21 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
15641
15642 * progmodes/octave.el (octave-mode-map, octave-mode-menu):
15643 Add `octave-source-file'.
15644 (octave-source-file): New function. (Bug#15935)
15645
15646 2013-11-21 Kenjiro Nakayama <nakayamakenjiro@gmail.com>
15647
15648 * net/eww.el (eww-local-regex): New variable.
15649 (eww): Use it to detect localhost and similar.
15650
15651 2013-11-21 Leo Liu <sdl.web@gmail.com>
15652
15653 Add completion for command `ag'.
15654 * pcmpl-x.el (pcmpl-x-ag-options): New variable.
15655 (pcomplete/ag): New function.
15656 (pcmpl-x-ag-options): New function. Handle `[no]' in long options.
15657
15658 2013-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
15659
15660 * emacs-lisp/byte-run.el (eval-when-compile): Fix edebug spec
15661 (bug#14646).
15662 (make-obsolete): Remove interactive spec.
15663
15664 2013-11-21 Glenn Morris <rgm@gnu.org>
15665
15666 * startup.el (command-line-1): Use path-separator with -L.
15667
15668 2013-11-20 Teodor Zlatanov <tzz@lifelogs.com>
15669
15670 * emacs-lisp/package.el (describe-package-1): Add package archive
15671 to shown fields.
15672
15673 2013-11-20 Bozhidar Batsov <bozhidar@batsov.com>
15674
15675 * progmodes/ruby-mode.el (ruby-custom-encoding-magic-comment-template):
15676 Change default to "# encoding: %s" to differentiate it from the
15677 default Ruby encoding comment template.
15678
15679 2013-11-20 Era Eriksson <era+emacsbugs@iki.fi>
15680
15681 * ses.el (ses-mode): Doc fix. (Bug#14748)
15682
15683 2013-11-20 Leo Liu <sdl.web@gmail.com>
15684
15685 * window.el (display-buffer-alist): Doc fix. (Bug#13594)
15686
15687 2013-11-19 Dan Nicolaescu <dann@gnu.org>
15688
15689 * vc/vc-git.el (vc-git-dir-extra-headers): Add headers
15690 when rebase or bisect are in progress.
15691
15692 2013-11-19 Xue Fuqiao <xfq.free@gmail.com>
15693
15694 * filenotify.el (file-notify-add-watch): Doc fix.
15695
15696 2013-11-19 Leo Liu <sdl.web@gmail.com>
15697
15698 * obsolete/rcompile.el: Mark obsolete.
15699
15700 * progmodes/compile.el (compilation-start)
15701 (compilation-goto-locus, compilation-find-file):
15702 Pass no-display-ok and handle nil value from display-buffer.
15703 (Bug#13594)
15704
15705 * window.el (display-buffer-alist, display-buffer): Document the
15706 new parameter no-display-ok. Return either a window or nil
15707 but never a non-window value.
15708
15709 2013-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
15710
15711 * electric.el (electric-indent-mode-map): Remove.
15712 (electric-indent-mode): Change the global-map instead (bug#15915).
15713
15714 * textmodes/text-mode.el (paragraph-indent-minor-mode):
15715 Use add-function.
15716
15717 2013-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
15718
15719 * emacs-lisp/nadvice.el (remove-function): Align with
15720 add-function's behavior.
15721
15722 * progmodes/gdb-mi.el: Avoid backtracking in regexp matcher.
15723 (gdb--string-regexp): New constant.
15724 (gdb-tooltip-print, gdb-var-evaluate-expression-handler)
15725 (gdbmi-bnf-stream-record, gdb-jsonify-buffer): Use it.
15726 (gdb-source-file-regexp, gdb-prompt-name-regexp): Use it and change
15727 submatch 1.
15728 (gdb-get-source-file-list, gdb-get-prompt, gdb-get-source-file):
15729 Adjust use accordingly.
15730 (gdb-breakpoints-list-handler-custom): Pre-build the y/n string.
15731
15732 2013-11-17 Adam Sokolnicki <adam.sokolnicki@gmail.com> (tiny change)
15733
15734 * progmodes/ruby-mode.el (ruby-toggle-block): Don't stop at
15735 interpolation curlies (Bug#15914).
15736
15737 2013-11-17 Jay Belanger <jay.p.belanger@gmail.com>
15738
15739 * calc/calc.el (calc-context-sensitive-enter): New variable.
15740 (calc-enter): Use `calc-context-sensitive-enter'.
15741
15742 2013-11-16 Teodor Zlatanov <tzz@lifelogs.com>
15743
15744 * progmodes/cfengine.el: Version bump.
15745 (cfengine-cf-promises): New defcustom to locate cf-promises.
15746 (cfengine3-vartypes): Add new "data" type.
15747 (cfengine3--current-word): New function to get current name-like
15748 word or its bounds.
15749 (cfengine3--current-function): New function to look up a CFEngine
15750 function's definition.
15751 (cfengine3-format-function-docstring): New function.
15752 (cfengine3-make-syntax-cache): New function.
15753 (cfengine3-documentation-function): New function: ElDoc glue.
15754 (cfengine3-completion-function): New function: completion glue.
15755 (cfengine3-mode): Set `compile-command',
15756 `eldoc-documentation-function', and add to
15757 `completion-at-point-functions'.
15758
15759 2013-11-16 Michael Albinus <michael.albinus@gmx.de>
15760
15761 * net/tramp-cmds.el (tramp-cleanup-connection): Clean up
15762 `tramp-current-connection'.
15763
15764 2013-11-15 Dmitry Gutov <dgutov@yandex.ru>
15765
15766 * progmodes/ruby-mode.el (ruby-font-lock-keywords): End regexp for
15767 nil/self/true/false with "end of symbol".
15768
15769 2013-11-15 Bozhidar Batsov <bozhidar@batsov.com>
15770
15771 * subr.el (version-regexp-alist): Fix a typo.
15772
15773 2013-11-15 Michael Albinus <michael.albinus@gmx.de>
15774
15775 * net/tramp-sh.el (tramp-remote-process-environment): Set "LC_ALL" to
15776 "en_US.utf8" and "LC_CTYPE" to "".
15777 (tramp-maybe-open-connection): Set "LC_ALL" to "en_US.utf8".
15778 (tramp-sh-handle-insert-directory): Don't set "LC_ALL" and "LC_CTYPE".
15779
15780 2013-11-15 Leo Liu <sdl.web@gmail.com>
15781
15782 * loadhist.el (read-feature): Get rid of fake feature nil. (Bug#15889)
15783
15784 2013-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
15785
15786 * progmodes/gud.el (ctl-x-map):
15787 Remove C-x SPC binding. (Bug#12342)
15788 (gud-jdb-find-source-using-classpath): Remove ((lambda (..)..)..).
15789
15790 2013-11-14 Bozhidar Batsov <bozhidar@batsov.com>
15791
15792 * subr.el (version-regexp-alist):
15793 Recognize hg, svn and darcs versions as snapshot versions.
15794
15795 * progmodes/ruby-mode.el (ruby--detect-encoding): Make aware of
15796 'always-utf8 value of `ruby-insert-encoding-magic-comment'.
15797 (ruby--encoding-comment-required-p): Extract from
15798 `ruby-mode-set-encoding'.
15799 (ruby-mode-set-encoding): Add the ability to always insert an
15800 utf-8 encoding comment. Fix and simplify coding comment update
15801 logic.
15802
15803 2013-11-14 Michael Albinus <michael.albinus@gmx.de>
15804
15805 * net/tramp-gvfs.el (top): Run init code only when
15806 `tramp-gvfs-enabled' is not nil.
15807 (tramp-gvfs-enabled): Check also :system bus.
15808
15809 2013-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
15810
15811 Sync with upstream verilog-mode revision 78e66ba.
15812 * progmodes/verilog-mode.el (verilog-end-of-defun)
15813 (verilog-type-completion, verilog-get-list): Remove unused funcs.
15814 (verilog-get-end-of-defun): Remove unused argument.
15815 (verilog-comment-depth): Remove unused local `e'.
15816 (verilog-read-decls, verilog-read-sub-decls, verilog-read-instants):
15817 Don't pass arg to verilog-get-end-of-defun.
15818
15819 2013-11-14 Glenn Morris <rgm@gnu.org>
15820
15821 * obsolete/assoc.el (aget): Prefix dynamic variable.
15822
15823 * allout-widgets.el (allout-widgets): No need to autoload defgroup.
15824
15825 2013-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
15826
15827 * widget.el, hfy-cmap.el: Remove bogus package version number.
15828
15829 2013-11-13 Glenn Morris <rgm@gnu.org>
15830
15831 * replace.el (replace-eval-replacement):
15832 Try to give more helpful error message. (Bug#15836)
15833
15834 * arc-mode.el (archive-7z-extract, archive-7z-expunge)
15835 (archive-7z-update): Avoid custom type mismatches.
15836
15837 * vc/vc.el (vc-diff-knows-L): Remove; unused since 2007-10-10.
15838
15839 2013-11-13 Michael Albinus <michael.albinus@gmx.de>
15840
15841 * net/tramp.el (tramp-remote-file-name-spec-regexp): An IPv6
15842 address can be empty.
15843
15844 * net/tramp-gvfs.el (tramp-gvfs-handle-insert-directory):
15845 Accept nil SWITCHES.
15846 (tramp-gvfs-handle-write-region): Implement APPEND.
15847
15848 2013-11-12 Dmitry Gutov <dgutov@yandex.ru>
15849
15850 * progmodes/ruby-mode.el (ruby-smie-grammar): Disambiguate between
15851 binary "|" operator and closing block args delimiter.
15852 Remove FIXME comment referring to Ruby 1.8-only syntax.
15853 (ruby-smie--implicit-semi-p): Not after "|" operator.
15854 (ruby-smie--closing-pipe-p): New function.
15855 (ruby-smie--forward-token, ruby-smie--backward-token): Use it.
15856 (ruby-smie-rules): Indent after "|".
15857
15858 2013-11-12 Glenn Morris <rgm@gnu.org>
15859
15860 * ps-print.el (ps-face-attribute-list):
15861 Handle anonymous faces. (Bug#15827)
15862
15863 2013-11-12 Martin Rudalics <rudalics@gmx.at>
15864
15865 * window.el (display-buffer-other-frame): Fix doc-string.
15866 (Bug#15868)
15867
15868 2013-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
15869
15870 * subr.el (force-mode-line-update): Delete, move to buffer.c.
15871
15872 2013-11-11 Michael Albinus <michael.albinus@gmx.de>
15873
15874 * net/tramp-sh.el (tramp-do-copy-or-rename-file-via-buffer)
15875 (tramp-sh-handle-file-local-copy): Don't write a message when
15876 saving temporary files.
15877
15878 * net/tramp-smb.el (tramp-smb-handle-copy-directory): Fix bug when
15879 both directories are remote.
15880 (tramp-smb-handle-directory-files): Do not return double entries.
15881 Do not expand full file names.
15882 (tramp-smb-handle-insert-directory): Accept nil SWITCHES.
15883 (tramp-smb-handle-write-region): Implement APPEND.
15884 (tramp-smb-get-stat-capability): Fix a stupid bug.
15885
15886 2013-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
15887
15888 * bindings.el (ctl-x-map): Bind C-x SPC to rectangle-mark-mode.
15889
15890 2013-11-11 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
15891
15892 * emacs-lisp/cconv.el (cconv-convert): Print warning instead of
15893 throwing error over malformed let/let* (bug#15814).
15894
15895 2013-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
15896
15897 * iswitchb.el (iswitchb-mode): Mark obsolete.
15898
15899 2013-11-11 Glenn Morris <rgm@gnu.org>
15900
15901 * international/uni-bidi.el, international/uni-category.el:
15902 * international/uni-name.el, international/uni-numeric.el:
15903 Regenerate for Unicode 6.3.0.
15904
15905 2013-11-10 Michael Albinus <michael.albinus@gmx.de>
15906
15907 * net/tramp.el (tramp-methods):
15908 * net/tramp-sh.el (tramp-compute-multi-hops): Revert change of
15909 2013-10-29 (2013-10-29T02:50:24Z!dancol@dancol.org).
15910
15911 2013-11-09 Andreas Schwab <schwab@linux-m68k.org>
15912
15913 * progmodes/sh-script.el (sh-font-lock-keywords-var):
15914 Force highlighting text after Summary keyword in doc face for rpm.
15915
15916 2013-11-09 Dmitry Gutov <dgutov@yandex.ru>
15917
15918 * textmodes/ispell.el (ispell-lookup-words): When `look' is not
15919 available and the word has no wildcards, append one to the grep pattern.
15920 http://lists.gnu.org/archive/html/emacs-devel/2013-11/msg00258.html
15921 (ispell-complete-word): Call `ispell-lookup-words' with the value
15922 independent of `ispell-look-p'.
15923
15924 2013-11-08 Dmitry Gutov <dgutov@yandex.ru>
15925
15926 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p):
15927 Not after "||".
15928 (ruby-smie-rules): Indent non-hanging "begin" blocks as part of
15929 their parent.
15930
15931 2013-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
15932
15933 * progmodes/ruby-mode.el: Don't require cl any more. Use pcase instead.
15934 (ruby-font-lock-keywords): Use backquote.
15935
15936 2013-11-08 Dmitry Gutov <dgutov@yandex.ru>
15937
15938 * progmodes/ruby-mode.el (ruby-smie--forward-token)
15939 (ruby-smie--backward-token): Only consider full-string matches.
15940
15941 2013-11-08 Jan Djärv <jan.h.d@swipnet.se>
15942
15943 * faces.el (describe-face): Add distant-foreground.
15944
15945 2013-11-08 Bozhidar Batsov <bozhidar@batsov.com>
15946
15947 * progmodes/ruby-mode.el: Improve encoding comment handling.
15948 (ruby-encoding-magic-comment-style): New option.
15949 (ruby-custom-encoding-magic-comment-template): New option.
15950 (ruby--insert-coding-comment, ruby--detect-encoding):
15951 New functions extracted from `ruby-mode-set-encoding'.
15952 (ruby-mode-set-encoding): Use `ruby-encoding-magic-comment-style'
15953 to control the style of the auto-inserted encoding comment.
15954
15955 2013-11-08 Dmitry Gutov <dgutov@yandex.ru>
15956
15957 * progmodes/ruby-mode.el (ruby-smie--indent-to-stmt):
15958 Use `smie-backward-sexp' with token argument.
15959
15960 2013-11-08 Michael Albinus <michael.albinus@gmx.de>
15961
15962 * net/tramp-sh.el (tramp-set-remote-path, tramp-get-ls-command):
15963 Remove instrumentation code.
15964
15965 2013-11-08 Glenn Morris <rgm@gnu.org>
15966
15967 * progmodes/autoconf.el (autoconf-mode):
15968 Tweak comment-start-skip. (Bug#15822)
15969
15970 2013-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
15971
15972 * progmodes/sh-script.el (sh-smie--sh-keyword-in-p): Don't inf-loop
15973 at bobp (bug#15826).
15974 (sh-smie--sh-keyword-in-p): Recognize keywords at bobp.
15975
15976 2013-11-08 Darren Hoo <darren.hoo@gmail.com>
15977
15978 * man.el (Man-start-calling): New macro, extracted from
15979 Man-getpage-in-background.
15980 (Man-getpage-in-background): Use it.
15981 (Man-update-manpage): New command.
15982 (Man-mode-map): Bind it.
15983
15984 2013-11-08 Dmitry Gutov <dgutov@yandex.ru>
15985
15986 * progmodes/ruby-mode.el (ruby-smie-grammar): Improve precedences
15987 of "and", "or", "&&" and "||".
15988 (ruby-smie--args-separator-p): Prohibit keyword "do" as the first
15989 argument. Prohibit opening curly brace because it could only be a
15990 block opener in that position.
15991 (ruby-smie--forward-token, ruby-smie--backward-token):
15992 Separate "|" from "&" or "*" going after it. That can happen in block
15993 arguments.
15994 (ruby-smie--indent-to-stmt): New function, seeks the end of
15995 previous statement or beginning of buffer.
15996 (ruby-smie-rules): Use it.
15997 (ruby-smie-rules): Check if there's a ":" before a curly block
15998 opener candidate; if there is, it's a hash.
15999
16000 2013-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
16001
16002 * emacs-lisp/cl-macs.el (cl-symbol-macrolet): Use macroexp-progn.
16003 (cl--block-wrapper): Fix last accidental change.
16004
16005 2013-11-07 Michael Albinus <michael.albinus@gmx.de>
16006
16007 * net/tramp-sh.el (tramp-set-remote-path, tramp-get-ls-command):
16008 Instrument, in order to hunt failure on hydra.
16009
16010 2013-11-05 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
16011
16012 * emacs-lisp/cl-macs.el (cl-symbol-macrolet): Print warning for
16013 malformed bindings form (bug#15814).
16014
16015 2013-11-07 Dmitry Gutov <dgutov@yandex.ru>
16016
16017 * progmodes/ruby-mode.el (ruby-smie-grammar): Lower priority of
16018 "." compared to " @ ". This incidentally fixes some indentation
16019 examples with "do".
16020 (ruby-smie--implicit-semi-p): No implicit semi after "^", "and" or "or".
16021 (ruby-smie-grammar): New tokens: "and" and "or".
16022 (ruby-smie--args-separator-p): Fix the check for tokens at POS.
16023 Exclude "and" and "or". Remove "do" in order to work around token
16024 priorities.
16025 (ruby-smie-rules): Add all infix tokens. Handle the case of
16026 beginning-of-buffer.
16027
16028 2013-11-06 Glenn Morris <rgm@gnu.org>
16029
16030 * Makefile.in (setwins_almost, setwins_for_subdirs):
16031 Avoid accidental matches.
16032
16033 2013-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
16034
16035 * menu-bar.el (popup-menu): Use key-binding.
16036
16037 2013-11-06 Eli Zaretskii <eliz@gnu.org>
16038
16039 * menu-bar.el (popup-menu, menu-bar-open): When displaying TTY
16040 menus, support also the menus produced by minor modes.
16041 (Bug#15817)
16042
16043 2013-11-06 Leo Liu <sdl.web@gmail.com>
16044
16045 * thingatpt.el (thing-at-point-looking-at): Add optional arg
16046 DISTANCE to bound the search. All uses changed. (Bug#15808)
16047
16048 2013-11-06 Glenn Morris <rgm@gnu.org>
16049
16050 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs): Simplify.
16051 (setwins_almost, setwins_for_subdirs): Don't assume called from srcdir.
16052 (custom-deps, finder-data, autoloads, update-subdirs): No need to cd.
16053
16054 2013-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
16055
16056 * electric.el (electric-indent-just-newline): New command.
16057 (electric-indent-mode-map): New keymap.
16058 (electric-indent-mode, electric-pair-mode, electric-layout-mode):
16059 Re-add :group which weren't redundant.
16060
16061 * electric.el (electric-indent-local-mode): New minor mode.
16062 (electric-indent-functions-without-reindent): New var.
16063 (electric-indent-post-self-insert-function): Use it.
16064 * emacs-lisp/gv.el (buffer-local-value): Add setter.
16065
16066 2013-11-05 Eli Zaretskii <eliz@gnu.org>
16067
16068 * international/quail.el (quail-help): Be more explicit about the
16069 meaning of the labels shown on the keys. (Bug#15800)
16070
16071 * startup.el (normal-top-level): Load the subdirs.el files before
16072 setting the locale environment. (Bug#15805)
16073
16074 2013-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
16075
16076 * vc/vc-rcs.el (vc-rcs-parse): Make `gather' get e, b, and @-holes
16077 via arguments so as to get the right ones (bug#15418).
16078
16079 * net/rcirc.el (rcirc-record-activity): Don't abuse add-to-list.
16080
16081 2013-11-05 Michael Albinus <michael.albinus@gmx.de>
16082
16083 Fix problems found while writing a test suite.
16084
16085 * net/tramp-compat.el (tramp-compat-load): New defun.
16086 * net/tramp.el (tramp-handle-load): Use it.
16087
16088 * net/tramp-sh.el (tramp-sh-handle-add-name-to-file): Handle the case
16089 "(numberp ok-if-already-exists)" correctly.
16090
16091 2013-11-05 Xue Fuqiao <xfq.free@gmail.com>
16092
16093 * international/characters.el (glyphless-char-display-control):
16094 Add usage note.
16095
16096 2013-11-05 Bozhidar Batsov <bozhidar@batsov.com>
16097
16098 * progmodes/python.el (python-mode):
16099 * progmodes/scheme.el (scheme-mode):
16100 * progmodes/prolog.el (prolog-mode):
16101 * progmodes/ruby-mode.el (ruby-mode):
16102 * emacs-lisp/lisp-mode.el (lisp-mode, lisp-interaction-mode)
16103 (emacs-lisp-mode): Remove incorrect and redundant text from docstring.
16104
16105 2013-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
16106
16107 * rect.el (rectangle--highlight-for-redisplay):
16108 * emacs-lisp/smie.el (smie--next-indent-change):
16109 Use buffer-chars-modified-tick.
16110
16111 * emacs-lisp/byte-run.el (defmacro, defun): Set their `indent' property.
16112
16113 * electric.el (electric-indent-post-self-insert-function):
16114 Only delete trailing whitepsace if it is indeed trailing (bug#15767).
16115
16116 2013-11-04 Helmut Eller <eller.helmut@gmail.com>
16117
16118 * emacs-lisp/cl-indent.el (with-compilation-unit): Add rule (bug#15782).
16119
16120 2013-11-04 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
16121
16122 * emacs-lisp/cconv.el (cconv-convert): Check form of let binding
16123 (bug#15786).
16124
16125 2013-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
16126
16127 * emacs-lisp/helpers.el: Move from helpers.el. Use lexical-binding.
16128
16129 * progmodes/python.el: Fix up last change.
16130 (python-shell--save-temp-file): New function.
16131 (python-shell-send-string): Use it. Remove `msg' arg. Don't assume
16132 `string' comes from the current buffer.
16133 (python-shell-send-string-no-output): Remove `msg' arg.
16134 (python--use-fake-loc): New var.
16135 (python-shell-buffer-substring): Obey it. Try to compensate for the
16136 extra coding line added by python-shell--save-temp-file.
16137 (python-shell-send-region): Use python-shell--save-temp-file and
16138 python-shell-send-file directly. Add `nomain' argument.
16139 (python-shell-send-buffer): Use python-shell-send-region.
16140 (python-electric-pair-string-delimiter): New function.
16141 (python-mode): Use it.
16142
16143 2013-11-04 Eli Zaretskii <eliz@gnu.org>
16144
16145 * startup.el (normal-top-level): Move setting eol-mnemonic-unix,
16146 eol-mnemonic-mac, eol-mnemonic-dos, and also setup of the locale
16147 environment and decoding all of the default-directory's to here
16148 from command-line.
16149 (command-line): Decode also argv[0].
16150
16151 * loadup.el: Error out if default-directory is a multibyte string
16152 when we are dumping.
16153
16154 * Makefile.in (emacs): Don't set LC_ALL=C. (Bug#15260)
16155
16156 2013-11-04 Teodor Zlatanov <tzz@lifelogs.com>
16157
16158 * emacs-lisp/package.el (package-menu-mode)
16159 (package-menu--print-info, package-menu--archive-predicate):
16160 Add Archive column to package list.
16161
16162 2013-11-04 Michael Albinus <michael.albinus@gmx.de>
16163
16164 Fix problems found while writing a test suite.
16165
16166 * net/tramp.el (tramp-file-name-regexp-unified): Simplify.
16167 (tramp-file-name-for-operation): Use `tramp-tramp-file-p'.
16168 (tramp-handle-substitute-in-file-name): Let-bind `process-environment'
16169 to nil when running original file name handler. Otherwise,
16170 there are problems with constructs like "$$FOO".
16171
16172 * net/tramp-sh.el (tramp-do-copy-or-rename-file): Use correct prefix
16173 for `localname'.
16174
16175 2013-11-04 Bozhidar Batsov <bozhidar@batsov.com>
16176
16177 * progmodes/ruby-mode.el (ruby-mode): Clean up docstring.
16178
16179 * subr.el (version<, version<=, version=):
16180 Update docstrings with information for snapshot versions.
16181
16182 * helpers.el: New library for misc helper functions.
16183 (hash-table-keys): New function returning a list of hash keys.
16184 (hash-table-values): New function returning a list of hash values.
16185
16186 2013-11-04 Dmitry Gutov <dgutov@yandex.ru>
16187
16188 * progmodes/ruby-mode.el (ruby-smie--forward-token)
16189 (ruby-smie--backward-token): Tokenize heredocs as semicolons.
16190
16191 2013-11-04 Michal Nazarewicz <mina86@mina86.com>
16192
16193 * textmodes/fill.el (fill-single-char-nobreak-p): New function
16194 checking whether point is after a 1-letter word.
16195
16196 2013-11-04 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
16197
16198 * progmodes/cperl-mode.el (cperl-font-lock-fontify-region-function):
16199 Don't infloop when expanding region over `multiline' syntax-type that
16200 begins a line (bug#15778).
16201
16202 2013-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
16203
16204 * rect.el (rectangle-mark-mode): Rename from rectangle-mark.
16205 Make it into a proper minor mode.
16206 (rectangle--region): (Implicitly) rename to rectangle-mark-mode.
16207 (rectangle-mark-mode-map): New keymap.
16208 (rectangle--highlight-for-redisplay): Fix some corner cases (bug#15796).
16209
16210 2013-11-04 Glenn Morris <rgm@gnu.org>
16211
16212 * startup.el (command-line-1): Allow `-L :...' to append to load-path.
16213
16214 2013-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
16215
16216 * progmodes/ruby-mode.el (ruby-smie--rule-parent-skip-assign): Remove.
16217 (ruby-smie-rules): Use smie-rule-parent instead.
16218
16219 * emacs-lisp/smie.el (smie-rule-parent): Always call
16220 smie-indent-virtual rather than only for hanging tokens.
16221 (smie--next-indent-change): New helper command.
16222
16223 2013-11-03 Glenn Morris <rgm@gnu.org>
16224
16225 * Makefile.in (abs_srcdir): Remove.
16226 (emacs): Unset EMACSLOADPATH.
16227
16228 2013-11-02 Glenn Morris <rgm@gnu.org>
16229
16230 * Makefile.in (EMACS): Use a relative filename.
16231 (abs_top_builddir): Remove.
16232 (custom-deps, finder-data, autoloads): Use --chdir.
16233
16234 * Makefile.in (abs_lisp): Remove, replace by abs_srcdir.
16235
16236 Use relative filenames in TAGS files.
16237 * Makefile.in (lisptagsfiles1, lisptagsfiles2, lisptagsfiles3)
16238 (lisptagsfiles4, TAGS): Use relative file names.
16239 (TAGS-LISP): Remove.
16240 (maintainer-clean): No more TAGS-LISP file.
16241
16242 * Makefile.in (lisptagsfiles1, lisptagsfiles2, lisptagsfiles3)
16243 (lisptagsfiles4): Use absolute filenames again.
16244 (TAGS, TAGS-LISP): Not everything needs to run in one line.
16245 Remove all *loaddefs files, not just the first. Remove esh-groups.
16246 (maintainer-clean): Delete TAGS, TAGS-LISP.
16247
16248 2013-11-02 Bozhidar Batsov <bozhidar@batsov.com>
16249
16250 * emacs-lisp/package.el (package-version-join):
16251 Recognize snapshot versions.
16252
16253 2013-11-02 Bozhidar Batsov <bozhidar@batsov.com>
16254
16255 * subr.el (version-regexp-alist): Add support for snapshot versions.
16256
16257 2013-11-02 Dmitry Gutov <dgutov@yandex.ru>
16258
16259 * progmodes/ruby-mode.el (ruby-smie--rule-parent-skip-assign):
16260 New function, replacement for `smie-rule-parent' for when we want to
16261 skip over our direct parent if it's an assignment token..
16262 (ruby-smie-rules): Use it.
16263
16264 2013-11-02 Dmitry Gutov <dgutov@yandex.ru>
16265
16266 * progmodes/ruby-mode.el: Use `syntax-propertize-function'
16267 unconditionally. Remove now unnecessary forward declarations.
16268 Remove XEmacs-specific setup.
16269 (ruby-here-doc-end-re, ruby-here-doc-beg-match)
16270 (ruby-font-lock-syntactic-keywords)
16271 (ruby-comment-beg-syntax, ruby-in-here-doc-p)
16272 (ruby-here-doc-find-end, ruby-here-doc-beg-syntax)
16273 (ruby-here-doc-end-syntax): Remove.
16274 (ruby-mode): Don't check whether `syntax-propertize-rules' is
16275 defined as function.
16276
16277 2013-11-02 Bozhidar Batsov <bozhidar@batsov.com>
16278
16279 * progmodes/ruby-mode.el (ruby-mode-variables, ruby-mode): Use `setq-local'.
16280
16281 2013-11-01 Bozhidar Batsov <bozhidar@batsov.com>
16282
16283 * progmodes/ruby-mode.el (ruby-mode-variables): Don't set syntax
16284 table and abbrev table, `define-derived-mode' does that for us
16285 anyway.
16286
16287 2013-11-01 Glenn Morris <rgm@gnu.org>
16288
16289 * Makefile.in: Remove manual mh-e dependencies (writing .elc
16290 files is atomic for some time, so no parallel compilation issues).
16291
16292 2013-11-01 Jan Djärv <jan.h.d@swipnet.se>
16293
16294 * faces.el (face-x-resources): Add :distant-foreground.
16295 (region): Use :distant-foreground for gtk and ns.
16296
16297 2013-11-01 Tassilo Horn <tsdh@gnu.org>
16298
16299 Allow multiple bibliographies when BibLaTeX is used rather than
16300 BibTeX.
16301 * textmodes/reftex-parse.el (reftex-using-biblatex-p): New function.
16302 (reftex-locate-bibliography-files): Us it.
16303
16304 2013-11-01 Claudio Bley <claudio.bley@googlemail.com>
16305
16306 * image.el (image-type-header-regexps): Fix the 'pbm' part to
16307 allow comments in pbm files.
16308
16309 * term/w32-win.el (dynamic-library-alist): Support newer versions
16310 of libjpeg starting with v7: look only for the DLL from the
16311 version against which Emacs was built.
16312 Support versions of libpng beyond 1.4.x.
16313 Support libtiff v4.x.
16314
16315 2013-11-01 Bozhidar Batsov <bozhidar@batsov.com>
16316
16317 * progmodes/ruby-mode.el (ruby-indent-tabs-mode)
16318 (ruby-indent-level, ruby-comment-column, ruby-deep-arglist):
16319 Add property :safe.
16320 (ruby-deep-arglist): Add property :type.
16321
16322 2013-10-31 Glenn Morris <rgm@gnu.org>
16323
16324 * Makefile.in (custom-deps, finder-data): No need to setq the target
16325 variables, we are in the right directory and the defaults work fine.
16326
16327 2013-10-30 Glenn Morris <rgm@gnu.org>
16328
16329 * Makefile.in (autoloads): Do not use abs_lisp.
16330
16331 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
16332 `newline' does not respect `standard-output', so use `princ'.
16333
16334 2013-10-30 Alp Aker <alp.tekin.aker@gmail.com>
16335
16336 Ensure unmarking in buffer menu clears 'S' marks. (Bug#15761)
16337 * buff-menu.el (Buffer-menu--unmark): New function.
16338 (Buffer-menu-unmark, Buffer-menu-backup-unmark): Use it.
16339
16340 2013-10-30 Glenn Morris <rgm@gnu.org>
16341
16342 * Makefile.in (AUTOGENEL): Add org/org-loaddefs.el.
16343
16344 * emacs-lisp/package.el (lm-homepage): Declare.
16345
16346 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink):
16347 Fix doc typos.
16348
16349 * vc/pcvs.el (cvs-status-cvstrees): Autoload to silence compiler.
16350
16351 * Makefile.in (finder-data, autoloads, update-subdirs)
16352 (compile-main, compile-clean, compile-always, bootstrap-clean):
16353 Check return value of cd.
16354 (compile-calc): Remove.
16355
16356 2013-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
16357
16358 * simple.el (copy-region-as-kill): Fix call to region-extract-function.
16359
16360 * emacs-lisp/bytecomp.el (byte-defop-compiler): Add new `2-and' handler.
16361 (byte-compile-and-folded): New function.
16362 (=, <, >, <=, >=): Use it.
16363
16364 * dos-w32.el (minibuffer-history-case-insensitive-variables)
16365 (path-separator, null-device, buffer-file-coding-system)
16366 (lpr-headers-switches): Check system-type before modifying them.
16367 (find-buffer-file-type-coding-system): Mark obsolete.
16368 (w32-find-file-not-found-set-buffer-file-coding-system): Rename from
16369 find-file-not-found-set-buffer-file-coding-system.
16370 (w32-untranslated-filesystem-list, w32-untranslated-canonical-name)
16371 (w32-add-untranslated-filesystem, w32-remove-untranslated-filesystem)
16372 (w32-direct-print-region-use-command-dot-com, w32-untranslated-file-p)
16373 (w32-direct-print-region-helper, w32-direct-print-region-function)
16374 (w32-direct-ps-print-region-function): Rename by adding a "w32-" prefix.
16375 * startup.el (normal-top-level-add-subdirs-to-load-path):
16376 * ps-print.el (ps-print-region-function):
16377 * lpr.el (print-region-function): Use new name.
16378
16379 * subr.el (custom-declare-variable-early): Remove function.
16380 (custom-declare-variable-list): Remove var.
16381 (error, user-error): Remove `while' loop.
16382 (read-quoted-char-radix, read-quoted-char): Move to simple.el.
16383 (user-emacs-directory-warning, locate-user-emacs-file):
16384 Move to files.el.
16385 * simple.el (read-quoted-char-radix, read-quoted-char):
16386 * files.el (user-emacs-directory-warning, locate-user-emacs-file):
16387 Move from subr.el.
16388 * custom.el (custom-declare-variable-list): Don't process
16389 custom-declare-variable-list.
16390
16391 * progmodes/python.el (python-shell-get-buffer): New function.
16392 (python-shell-get-process): Use it.
16393 (python-shell-send-string): Always use utf-8 and add a cookie to tell
16394 Python which encoding was used. Don't split-string since we only care
16395 about the first line. Return the temp-file, if applicable.
16396 (python-shell-send-region): Tell compile.el how to turn locations in
16397 the temp-file into locations in the source buffer.
16398
16399 2013-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
16400
16401 * subr.el (undefined): Add missing behavior from the C code for
16402 unbound keys.
16403
16404 * rect.el: Use lexical-binding. Add new rectangular region support.
16405 (rectangle-mark): New command.
16406 (rectangle--region): New var.
16407 (deactivate-mark-hook): Reset rectangle--region.
16408 (rectangle--extract-region, rectangle--insert-for-yank)
16409 (rectangle--highlight-for-redisplay)
16410 (rectangle--unhighlight-for-redisplay): New functions.
16411 (region-extract-function, redisplay-unhighlight-region-function)
16412 (redisplay-highlight-region-function): Use them to handle
16413 rectangular region.
16414 * simple.el (region-extract-function): New var.
16415 (delete-backward-char, delete-forward-char, deactivate-mark): Use it.
16416 (kill-new, kill-append): Remove obsolete `yank-handler' argument.
16417 (kill-region): Replace obsolete `yank-handler' arg with `region'.
16418 (copy-region-as-kill, kill-ring-save): Add `region' argument.
16419 (redisplay-unhighlight-region-function)
16420 (redisplay-highlight-region-function): New vars.
16421 (redisplay--update-region-highlight): New function.
16422 (pre-redisplay-function): Use it.
16423 (exchange-point-and-mark): Don't deactivate the mark before
16424 reactivate-it anyway.
16425 * comint.el (comint-kill-region): Remove yank-handler argument.
16426 * delsel.el (delete-backward-char, backward-delete-char-untabify)
16427 (delete-char): Remove property, since it's now part of their
16428 default behavior.
16429 (self-insert-iso): Remove property since this command doesn't exist.
16430
16431 * emacs-lisp/package.el (package--download-one-archive)
16432 (describe-package-1): Don't query the user about final newline.
16433
16434 2013-10-29 Daniel Colascione <dancol@dancol.org>
16435
16436 * net/tramp.el (tramp-methods): Document new functionality.
16437 * net/tramp-sh.el (tramp-compute-multi-hops): Punt to
16438 tramp-hostname-checker if method provides one instead of scanning
16439 argument list for "%h" to decide hostname acceptability.
16440
16441 2013-10-28 Michael Albinus <michael.albinus@gmx.de>
16442
16443 * net/tramp-sh.el (tramp-sh-handle-copy-directory):
16444 * net/tramp-smb.el (tramp-smb-handle-copy-directory):
16445 Handle COPY-CONTENTS. (Bug#15737)
16446
16447 2013-10-28 Daiki Ueno <ueno@gnu.org>
16448
16449 * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
16450 Document that this option has no effect with GnuPG 2.0 (bug#15552).
16451
16452 2013-10-27 Xue Fuqiao <xfq.free@gmail.com>
16453
16454 * image.el (defimage, image-load-path): Doc fixes.
16455
16456 2013-10-27 Alan Mackenzie <acm@muc.de>
16457
16458 Indent statements in macros following "##" correctly.
16459 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
16460 Modify the "#" arm of a cond form to handle "#" and "##" operators.
16461
16462 2013-10-27 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
16463
16464 * linum.el (linum-update-window): Fix boundary test (bug#13446).
16465
16466 2013-10-27 Dmitry Gutov <dgutov@yandex.ru>
16467
16468 * progmodes/ruby-mode.el (ruby-smie--bosp): Anything that goes
16469 after `=' is probably a new expression.
16470
16471 2013-10-27 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
16472
16473 * man.el (man-imenu-title): New option.
16474 (Man-mode-map): Add menu. (Bug#15722)
16475 (Man-mode): Add imenu to menu.
16476
16477 2013-10-26 Dmitry Gutov <dgutov@yandex.ru>
16478
16479 * progmodes/ruby-mode.el (ruby-smie--args-separator-p): Be more
16480 specific in what the first arg can be: a non-keyword word,
16481 string/regexp/percent literal opener, opening paren, or unary
16482 operator followed directly by word.
16483
16484 2013-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
16485
16486 * progmodes/prolog.el: Remove old indent; use post-self-insert-hook.
16487 (prolog-align-comments-flag, prolog-indent-mline-comments-flag)
16488 (prolog-object-end-to-0-flag, prolog-electric-newline-flag)
16489 (prolog-electric-tab-flag, prolog-use-prolog-tokenizer-flag):
16490 Remove vars, they do not apply any more.
16491 (prolog-mode-abbrev-table): Remove redundant declaration.
16492 (prolog-upper-case-string, prolog-lower-case-string): Remove.
16493 (prolog-use-smie): Remove.
16494 (prolog-smie-rules): Add indentation rule for the if-then-else layout
16495 supported by prolog-electric-if-then-else-flag.
16496 (prolog-mode-variables, prolog-menu): Use setq-local.
16497 (prolog-mode-keybindings-edit): Don't rebind M-C-p and M-C-n.
16498 Remove binding to `Backspace' since this key doesn't exist anyway.
16499 Remove bindings for electric self-inserting keys.
16500 (prog-mode): Assume it's defined.
16501 (prolog-post-self-insert): New function.
16502 (prolog-mode): Use it.
16503 (prolog-indent-line, prolog-indent-level)
16504 (prolog-find-indent-of-matching-paren)
16505 (prolog-indentation-level-of-line, prolog-goto-comment-column)
16506 (prolog-paren-is-the-first-on-line-p, prolog-region-paren-balance)
16507 (prolog-goto-next-paren, prolog-in-string-or-comment)
16508 (prolog-tokenize, prolog-inside-mline-comment)
16509 (prolog-find-start-of-mline-comment): Remove functions.
16510 (prolog-find-unmatched-paren, prolog-clause-end)
16511 (prolog-guess-fill-prefix, prolog-get-predspec): Use syntax-ppss.
16512 (prolog-electric--if-then-else): Rename from
16513 prolog-insert-spaces-after-paren; use prolog-electric-if-then-else-flag.
16514 (prolog-tokenize-searchkey): Remove const.
16515 (prolog-clause-info): Use forward-sexp.
16516 (prolog-forward-list, prolog-backward-list, prolog-electric-delete)
16517 (prolog-electric-if-then-else): Remove commands.
16518 (prolog-electric--colon): Rename from prolog-electric-colon; adapt it
16519 for use in post-self-insert-hook.
16520 (prolog-electric--dash): Rename from prolog-electric-dash; adapt it
16521 for use in post-self-insert-hook.
16522 (prolog-electric--dot): Rename from prolog-electric-dot; adapt it
16523 for use in post-self-insert-hook.
16524 (prolog-electric--underscore): Rename from prolog-electric--underscore;
16525 adapt it for use in post-self-insert-hook.
16526
16527 2013-10-25 Michael Albinus <michael.albinus@gmx.de>
16528
16529 * emacs-lisp/ert.el (ert-run-tests-interactively):
16530 Use `completing-read'. (Bug#9756)
16531
16532 2013-10-25 Eli Zaretskii <eliz@gnu.org>
16533
16534 * simple.el (line-move): Call line-move-1 instead of
16535 line-move-visual when the current window hscroll is zero, but
16536 temporary-goal-column indicates we will need to hscroll as result
16537 of the movement. (Bug#15712)
16538
16539 2013-10-25 Dmitry Gutov <dgutov@yandex.ru>
16540
16541 * progmodes/ruby-mode.el (ruby-mode-menu): Use proper
16542 capitalization. Use :visible instead of :active.
16543 Fix `ruby-indent-exp' reference. Add menu items for the generic
16544 commands that are used with SMIE.
16545 (ruby-do-end-to-brace): Insert space after `{'.
16546
16547 2013-10-25 John Anthony <john@jo.hnanthony.com>
16548
16549 * progmodes/ruby-mode.el (ruby-mode-menu): Add a menu. (Bug#15600)
16550
16551 * progmodes/inf-lisp.el (inferior-lisp-menu): Add a menu. (Bug#15599)
16552
16553 2013-10-25 Glenn Morris <rgm@gnu.org>
16554
16555 * vc/vc.el (vc-print-log): Don't use a working revision unless
16556 one was explicitly specified. (Bug#15322)
16557
16558 2013-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
16559
16560 * subr.el (add-to-list): Preserve return value in compiler-macro
16561 (bug#15692).
16562
16563 2013-10-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
16564
16565 * progmodes/octave.el (octave-lookfor): Handle empty lookfor
16566 result. Ask user to retry using '-all' flag. (Bug#15701)
16567
16568 2013-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
16569
16570 * emacs-lisp/smie.el: New smie-config system.
16571 (smie-config): New defcustom.
16572 (smie-edebug, smie-config-show-indent, smie-config-set-indent)
16573 (smie-config-guess, smie-config-save): New commands.
16574 (smie-config--mode-local, smie-config--buffer-local)
16575 (smie-config--trace, smie-config--modefuns): New vars.
16576 (smie-config--advice, smie-config--mode-hook)
16577 (smie-config--setter, smie-config-local, smie-config--get-trace)
16578 (smie-config--guess-value, smie-config--guess): New functions.
16579 (smie-indent-forward-token, smie-indent-backward-token): Don't copy
16580 text properties. Treat "string fence" syntax like string syntax.
16581
16582 * progmodes/sh-script.el (sh-use-smie): Change default.
16583 (sh-smie-sh-rules, sh-smie-rc-rules): Obey legacy sh-indent-* vars.
16584 (sh-var-value): Simplify by CSE.
16585 (sh-show-indent, sh-set-indent, sh-learn-line-indent)
16586 (sh-learn-buffer-indent): Redirect to their SMIE equivalent when SMIE
16587 is used.
16588 (sh-guess-basic-offset): Use cl-incf.
16589 (sh-guess-basic-offset): Use push+nreverse to avoid O(n^2).
16590
16591 2013-10-24 Helmut Eller <eller.helmut@gmail.com>
16592
16593 * emacs-lisp/lisp-mode.el (lisp-cl-font-lock-keywords-2): Fix cut&paste
16594 (bug#15699).
16595
16596 2013-10-24 Glenn Morris <rgm@gnu.org>
16597
16598 * Makefile.in (abs_top_srcdir): Remove.
16599 (update-subdirs): Use relative path to update-subdirs.
16600
16601 2013-10-24 Eli Zaretskii <eliz@gnu.org>
16602
16603 * Makefile.in ($(MH_E_DIR)/mh-loaddefs.el)
16604 ($(TRAMP_DIR)/tramp-loaddefs.el, $(CAL_DIR)/cal-loaddefs.el)
16605 ($(CAL_DIR)/diary-loaddefs.el, $(CAL_DIR)/hol-loaddefs.el):
16606 Call unmsys--file-name before expand-file-name, not after it.
16607
16608 2013-10-24 Michael Albinus <michael.albinus@gmx.de>
16609
16610 * emacs-lisp/ert.el (ert-deftest): Bind macro `skip-unless'.
16611 (ert-test-skipped): New error.
16612 (ert-skip, ert-stats-skipped): New defuns.
16613 (ert--skip-unless): New macro.
16614 (ert-test-skipped): New struct.
16615 (ert--run-test-debugger, ert-test-result-type-p)
16616 (ert-test-result-expected-p, ert--stats, ert-stats-completed)
16617 (ert--stats-set-test-and-result, ert-char-for-test-result)
16618 (ert-string-for-test-result, ert-run-tests-batch)
16619 (ert--results-update-ewoc-hf, ert-run-tests-interactively):
16620 Handle skipped tests. (Bug#9803)
16621
16622 2013-10-24 Glenn Morris <rgm@gnu.org>
16623
16624 * Makefile.in (check-declare): Remove unnecessary path in -l argument.
16625
16626 * Makefile.in (abs_top_srcdir): New, set by configure.
16627 (update-subdirs): Correct build-aux location.
16628
16629 2013-10-24 Dmitry Gutov <dgutov@yandex.ru>
16630
16631 * vc/vc.el (vc-print-root-log): Always set `default-directory'
16632 value, whether we could auto-deduce `backend', or not.
16633
16634 * progmodes/ruby-mode.el (ruby-smie-rules): Fix the "curly block
16635 with parameters" example. Simplify the "is it block or is it
16636 hash" check, but also make it more thorough.
16637
16638 2013-10-23 Masashi Fujimoto <masfj.dev@gmail.com> (tiny change)
16639
16640 * battery.el (battery-pmset): Handle OS X Mavericks. (Bug#15694)
16641
16642 2013-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
16643
16644 * progmodes/ruby-mode.el (ruby-smie-rules): Only align with parent of
16645 { if it is hanging.
16646
16647 * progmodes/ruby-mode.el (ruby-smie-rules): Don't return 0 for
16648 :before ";".
16649
16650 2013-10-23 Jed Brown <jed@59A2.org> (tiny change)
16651
16652 * progmodes/compile.el (compilation-directory-matcher)
16653 (compilation-page-delimiter):
16654 Support GNU Make-4.0 directory quoting. (Bug#15678)
16655
16656 2013-10-23 Leo Liu <sdl.web@gmail.com>
16657
16658 * ido.el (ido-tidy): Handle read-only text.
16659
16660 2013-10-23 Glenn Morris <rgm@gnu.org>
16661
16662 * Makefile.in (abs_srcdir, abs_lisp): New, set by configure.
16663 (emacs, compile, compile-always):
16664 Quote entities that might contain whitespace.
16665 (custom-deps, finder-data, autoloads): Use abs_lisp.
16666 ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
16667 ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
16668 ($(CAL_DIR)/hol-loaddefs.el): Manually expand target file name.
16669
16670 2013-10-23 Dmitry Gutov <dgutov@yandex.ru>
16671
16672 * progmodes/ruby-mode.el (ruby-smie--at-dot-call):
16673 Use `following-char'.
16674
16675 2013-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
16676
16677 * emacs-lisp/smie.el (smie-rule-parent): Fix opener-test.
16678 * progmodes/ruby-mode.el (ruby-smie-rules):
16679 Remove corresponding workaround. Fix indentation rule of ";" so it
16680 also applies when ";" is the parent.
16681
16682 2013-10-22 Xue Fuqiao <xfq.free@gmail.com>
16683
16684 * frame.el (display-screens, display-pixel-height)
16685 (display-pixel-width, display-mm-width, display-backing-store)
16686 (display-save-under, display-planes, display-color-cells)
16687 (display-visual-class, display-monitor-attributes-list):
16688 Mention the optional ‘display’ argument in doc strings.
16689
16690 2013-10-22 Michael Gauland <mikelygee@amuri.net>
16691
16692 * progmodes/ebnf2ps.el (ebnf-prologue): Avoid PS error with some
16693 viewers such as evince when ebnf-production-name-p is nil. (Bug#15625)
16694
16695 2013-10-21 Dmitry Gutov <dgutov@yandex.ru>
16696
16697 * progmodes/ruby-mode.el (ruby-smie-grammar): Remove outdated
16698 TODO. Add "." after " @ ".
16699 (ruby-smie--at-dot-call): New function. Checks if point at method
16700 call with explicit target.
16701 (ruby-smie--forward-token, ruby-smie--backward-token): Prepend "."
16702 to the method name tokens when it precedes them.
16703 (ruby-smie--backward-id, ruby-smie--forward-id): Remove.
16704 (ruby-smie-rules): Add rule for indentation before and after "."
16705 token.
16706
16707 2013-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
16708
16709 * textmodes/remember.el (remember-diary-extract-entries):
16710 Avoid add-to-list.
16711
16712 * progmodes/ruby-mode.el (ruby-smie-rules): Indent after + used as
16713 an instruction.
16714
16715 2013-10-21 Dmitry Gutov <dgutov@yandex.ru>
16716
16717 * progmodes/ruby-mode.el (ruby-smie-grammar):
16718 Add (almost) all infix operators.
16719 (ruby-smie--implicit-semi-p): Add new operator chars.
16720
16721 * progmodes/ruby-mode.el (ruby-mode-map): Add binding for
16722 `smie-down-list'.
16723 (ruby-smie--args-separator-p): Check that there's no newline
16724 between method call and its arguments.
16725
16726 2013-10-20 Alan Mackenzie <acm@muc.de>
16727
16728 Allow comma separated lists after Java "implements".
16729
16730 * progmodes/cc-engine.el (c-backward-over-enum-header):
16731 Parse commas.
16732 * progmodes/cc-fonts.el (c-basic-matchers-after): Remove comma
16733 from a "disallowed" list in enum fontification.
16734
16735 2013-10-20 Johan Bockgård <bojohan@gnu.org>
16736
16737 * startup.el (default-frame-background-mode): Remove unused defvar.
16738
16739 * progmodes/verilog-mode.el (verilog-mode): Don't set
16740 comment-indent-function globally.
16741
16742 2013-10-20 Jan Djärv <jan.h.d@swipnet.se>
16743
16744 * menu-bar.el: Put help-menu in menu-bar-final-items unconditionally.
16745 Move Info menu item creation to ns-win.el.
16746
16747 * term/ns-win.el (ns-initialize-window-system): Rename Help to Info
16748 in menu bar.
16749
16750 * menu-bar.el: Move GNUstep specific menus...
16751
16752 * term/ns-win.el (ns-initialize-window-system): ... to here.
16753
16754 2013-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
16755
16756 * simple.el (newline): Only run post-self-insert-hook when
16757 called interactively.
16758
16759 2013-10-19 Johan Bockgård <bojohan@gnu.org>
16760
16761 * icomplete.el (icomplete-with-completion-tables): Add :version.
16762
16763 2013-10-19 Alan Mackenzie <acm@muc.de>
16764
16765 Fix fontification bugs with constructors and const.
16766
16767 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): (Just after
16768 CASE 2) Remove the check for the absence of a suffix construct
16769 after a function declaration with only types (no identifiers) in
16770 the parentheses. Also, accept a function declaration with just a
16771 type inside the parentheses, if this type can be positively
16772 recognised as such, or if a prefix keyword like "explicit" nails
16773 down the construct as a declaration.
16774
16775 2013-10-19 Eli Zaretskii <eliz@gnu.org>
16776
16777 * menu-bar.el (tty-menu-navigation-map): Bind mouse-N to perform
16778 TTY menu actions and down-mouse-N to tty-menu-ignore. This solves
16779 the problem whereby selecting a menu item that leads to a
16780 minibuffer prompt moves the cursor out of the minibuffer window,
16781 making it hard to type at the prompt. Suggested by Stefan Monnier
16782 <monnier@iro.umontreal.ca>.
16783
16784 2013-10-19 Jan Djärv <jan.h.d@swipnet.se>
16785
16786 * menu-bar.el: Don't make Services menu.
16787
16788 2013-10-19 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
16789
16790 * ffap.el: Handle "/usr/include/c++/<version>" directories.
16791 (ffap-alist): Use ffap-c++-mode for c++-mode.
16792 (ffap-c++-path): New variable.
16793 (ffap-c++-mode): New function.
16794
16795 2013-10-19 Joe Vornehm Jr. <joe.vornehm@gmail.com> (tiny change)
16796
16797 * ido.el (dired-other-frame): Only list directories. (Bug#15638)
16798
16799 2013-10-18 Michael Albinus <michael.albinus@gmx.de>
16800
16801 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Fix an error
16802 introduced on 2013-09-08, which results in an infinite loop
16803 requesting a password.
16804
16805 2013-10-18 Glenn Morris <rgm@gnu.org>
16806
16807 * progmodes/verilog-mode.el (verilog-case-fold): Add :version.
16808
16809 2013-10-18 Wilson Snyder <wsnyder@wsnyder.org>
16810
16811 Sync with upstream verilog-mode revision 1a6ecec7.
16812 * progmodes/verilog-mode.el (verilog-mode-version): Update.
16813 (verilog-mode-release-date): Remove.
16814 (verilog-highlight-grouping-keywords, verilog-active-low-regexp)
16815 (verilog-auto-inst-param-value, verilog-auto-input-ignore-regexp)
16816 (verilog-auto-inout-ignore-regexp, verilog-auto-output-ignore-regexp)
16817 (verilog-auto-tieoff-ignore-regexp)
16818 (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp)
16819 (verilog-scan-cache-preserving, verilog-mode, verilog-at-struct-p)
16820 (verilog-signals-with, verilog-dir-cache-preserving)
16821 (verilog-auto-inst, verilog-auto-inout-param, verilog-auto):
16822 Doc fixes.
16823 (verilog-case-fold): New option, to control case folding in
16824 regexp searches, bug597.
16825 (verilog-menu): Add verilog-sk-uvm-component, minor tweaks.
16826 (verilog-string-match-fold, verilog-in-paren-count)
16827 (verilog-in-struct-nested-p, verilog-at-struct-mv-p)
16828 (verilog-at-close-struct-p): New functions.
16829 (verilog-beg-block-re-ordered, verilog-extended-case-re)
16830 (verilog-forward-sexp, verilog-set-auto-endcomments)
16831 (verilog-leap-to-case-head): Handle "unique0" case.
16832 (verilog-in-constraint-re): New constant.
16833 (verilog-keywords, verilog-type-font-keywords):
16834 Add some SystemVerilog 1800-2012 keywords.
16835 (verilog-label-be): Remove unimplemented argument, bug669.
16836 (verilog-batch-execute-func): When batch expanding clear
16837 create-lockfiles to prevent spurious user locks when a file ends
16838 up not changing.
16839 (verilog-calculate-indent, verilog-calc-1)
16840 (verilog-at-close-constraint-p, verilog-at-constraint-p)
16841 (verilog-do-indent): Fix indentation of nested constraints
16842 and structures.
16843 (verilog-sig-tieoff, verilog-typedef-name-p, verilog-auto-inst)
16844 (verilog-auto-inst-param): Use verilog-string-match-fold.
16845 (verilog-read-inst-module-matcher):
16846 Fix AUTOINST on gate primitives with #1.
16847 (verilog-read-decls): Fix double-declaring user-defined typed signals.
16848 Reads all user-defined typed variables.
16849 (verilog-read-defines): Fix reading definitions inside comments, bug647.
16850 (verilog-signals-matching-regexp)
16851 (verilog-signals-not-matching-regexp, verilog-auto):
16852 Respect verilog-case-fold.
16853 (verilog-diff-report): Fix line count.
16854 (verilog-auto-assign-modport): Remove unused local `modi'.
16855 (verilog-auto-inst-port): Support [][] in AUTO_TEMPLATE to
16856 better handle multidimensional arrays.
16857 Fix packed array ports misadding bit index in AUTOINST, bug637.
16858 (verilog-auto-output, verilog-auto-input): Fix AUTOINPUT and AUTOOUTPUT
16859 to not double-declare existing outputs and inputs, respectively.
16860 (verilog-template-map): Bind U to verilog-sk-uvm-component.
16861 (verilog-sk-uvm-object): Rename from verilog-sk-uvm-class.
16862 (verilog-sk-uvm-component): New skeleton.
16863 (verilog-submit-bug-report): Add verilog-case-fold,
16864 remove verilog-mode-release-date.
16865
16866 2013-10-17 Barry O'Reilly <gundaetiapo@gmail.com>
16867
16868 * subr.el (sit-for): Call (input-pending-p t) so as to behave
16869 as before.
16870
16871 2013-10-18 Reuben Thomas <rrt@sc3d.org>
16872
16873 * textmodes/remember.el (remember): Set buffer-offer-save in
16874 remember buffers (bug#13566).
16875
16876 2013-10-18 Daniel Colascione <dancol@dancol.org>
16877
16878 When evaluating forms in ielm, direct standard output to ielm
16879 buffer. Add new ielm-return-for-effect command. Remove trailing
16880 whitespace throughout.
16881
16882 * ielm.el (ielm-map): Bind M-RET to ielm-return-for-effect.
16883 (ielm-return-for-effect): New command.
16884 (ielm-send-input): Accept optional `for-effect' parameter.
16885 (ielm-eval-input): Accept optional `for-effect' parameter.
16886 Bind `standard-output' to stream we create using
16887 `ielm-standard-output-impl'. Suppress printing result when
16888 `for-effect'.
16889 (ielm-standard-output-impl): New function.
16890 (inferior-emacs-lisp-mode): Explain new features in documentation.
16891
16892 2013-10-17 Michael Albinus <michael.albinus@gmx.de>
16893
16894 Code cleanup.
16895
16896 * net/tramp.el (tramp-debug-message): Do not check for connection
16897 buffer.
16898 (tramp-message): Use "vector" connection property.
16899
16900 * net/tramp.el (tramp-rfn-eshadow-update-overlay)
16901 (tramp-equal-remote, tramp-eshell-directory-change)
16902 * net/tramp-adb.el (tramp-adb-handle-copy-file)
16903 (tramp-adb-handle-rename-file)
16904 * net/tramp-cmds.el (tramp-list-remote-buffers)
16905 (tramp-cleanup-connection, tramp-cleanup-this-connection)
16906 * net/tramp-compat.el (tramp-compat-process-running-p)
16907 * net/tramp-ftp.el (tramp-ftp-file-name-handler)
16908 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file)
16909 (tramp-gvfs-handle-rename-file)
16910 * net/tramp-sh.el (tramp-sh-handle-set-file-times)
16911 (tramp-set-file-uid-gid)
16912 * net/tramp-smb.el (tramp-smb-handle-copy-file)
16913 (tramp-smb-handle-rename-file): Use `tramp-tramp-file-p' instead
16914 of `file-remote-p'.
16915
16916 * net/tramp.el (tramp-connectable-p, tramp-handle-file-remote-p)
16917 * net/tramp-gw.el (tramp-gw-gw-proc-sentinel)
16918 (tramp-gw-aux-proc-sentinel, tramp-gw-process-filter)
16919 (tramp-gw-open-network-stream): Suppress unrelated traces.
16920
16921 * net/tramp-adb.el (tramp-adb-maybe-open-connection)
16922 * net/tramp-gvfs.el (tramp-gvfs-handle-file-notify-add-watch)
16923 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
16924 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Set "vector"
16925 connection property.
16926
16927 * net/tramp-cache.el (top): Suppress traces when reading
16928 persistency file.
16929
16930 * net/tramp-sh.el (tramp-sh-handle-file-notify-add-watch):
16931 Refactor common code. Improve debug message.
16932 (tramp-maybe-open-connection)
16933 * net/tramp-smb.el (tramp-smb-call-winexe): Do not request
16934 connection buffer too early.
16935
16936 * net/tramp-smb.el (tramp-smb-actions-get-acl): New defconst, renamed
16937 from `tramp-smb-actions-with-acl'.
16938 (tramp-smb-actions-set-acl): New defconst.
16939 (tramp-smb-handle-copy-directory)
16940 (tramp-smb-action-get-acl): New defun, renamed from
16941 `tramp-smb-action-with-acl'.
16942 (tramp-smb-action-set-acl): New defun.
16943 (tramp-smb-handle-set-file-acl): Rewrite.
16944
16945 2013-10-17 Glenn Morris <rgm@gnu.org>
16946
16947 * indent.el (indent-rigidly): Fix 2013-10-08 change. (Bug#15635)
16948
16949 2013-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
16950
16951 * skeleton.el (skeleton-newline): Remove.
16952 (skeleton-internal-1): Use (insert "\n") instead.
16953
16954 * emacs-lisp/lisp.el (lisp-completion-at-point): Complete var names for
16955 let-bindings.
16956
16957 * progmodes/sh-script.el (sh-find-prev-matching): Disable SMIE's
16958 forward-sexp-function while we redo its job (bug#15613).
16959
16960 2013-10-17 Jay Belanger <jay.p.belanger@gmail.com>
16961
16962 * calc/calc-comb.el (math-prime-test): Don't assume large integers are
16963 represented by lists.
16964
16965 2013-10-16 Glenn Morris <rgm@gnu.org>
16966
16967 * tmm.el (tmm--history): New dynamic variable.
16968 (tmm-prompt): Use tmm--history in place of `history'. (Bug#15623)
16969
16970 2013-10-16 Michael Albinus <michael.albinus@gmx.de>
16971
16972 * net/tramp-smb.el (tramp-smb-acl-program): New customer option.
16973 (tramp-smb-errors): Add error messages.
16974 (tramp-smb-actions-with-acl): New defconst.
16975 (tramp-smb-file-name-handler-alist) <set-file-acl>: Add handler.
16976 (tramp-smb-action-with-acl, tramp-smb-handle-set-file-acl): New defuns.
16977 (tramp-smb-handle-file-acl): Rewrite, using "smbcacls".
16978 (tramp-smb-handle-file-attributes): Simplify test for "stat" capability.
16979 (tramp-smb-get-stat-capability): Fix tests.
16980
16981 2013-10-16 Dima Kogan <dima@secretsauce.net> (tiny change)
16982
16983 * progmodes/subword.el (subword-capitalize): Fix Stefan's mess
16984 (bug#15580).
16985
16986 2013-10-16 Glenn Morris <rgm@gnu.org>
16987
16988 * ansi-color.el (ansi-color-drop-regexp):
16989 Add 1J, 1K, 2K. (Bug#15617)
16990
16991 * files.el (hack-local-variables--warned-lexical): New.
16992 (hack-local-variables):
16993 Warn about misplaced lexical-binding. (Bug#15616)
16994
16995 * net/eww.el (eww-render): Always set eww-current-url,
16996 and update header line. (Bug#15622)
16997 (eww-display-html): ... Rather than just doing it here.
16998
16999 2013-10-15 Eli Zaretskii <eliz@gnu.org>
17000
17001 * menu-bar.el (tty-menu-navigation-map): Bind mouse wheels to TTY
17002 menu navigations commands.
17003
17004 2013-10-14 Dima Kogan <dima@secretsauce.net> (tiny change)
17005
17006 * progmodes/subword.el (subword-capitalize): Be careful when
17007 the search for [[:alpha:]] fails (bug#15580).
17008
17009 2013-10-14 Eli Zaretskii <eliz@gnu.org>
17010
17011 * menu-bar.el (tty-menu-navigation-map): Bind shifted mouse clicks
17012 to commands that scroll the menu.
17013
17014 2013-10-14 Dmitry Gutov <dgutov@yandex.ru>
17015
17016 * progmodes/ruby-mode.el (ruby-smie--args-separator-p):
17017 Handle methods ending with `?' and `!'.
17018
17019 2013-10-14 Akinori MUSHA <knu@iDaemons.org>
17020
17021 * progmodes/ruby-mode.el (ruby-encoding-map): Add a mapping from
17022 `japanese-cp932' to `cp932' to fix the problem where saving a
17023 source file written in Shift_JIS twice would end up having
17024 `coding: japanese-cp932' which Ruby could not recognize.
17025 (ruby-mode-set-encoding): Add support for encodings mapped to nil
17026 in `ruby-encoding-map'.
17027 (ruby-encoding-map): Map `us-ascii' to nil by default, meaning it
17028 doesn't need to be explicitly declared in magic comment.
17029 (ruby-encoding-map): Add type declaration for better customize UI.
17030
17031 2013-10-13 Glenn Morris <rgm@gnu.org>
17032
17033 * progmodes/sh-script.el (sh-mark-line, sh-learn-buffer-indent):
17034 Occur buffers are read-only. http://bugs.debian.org/720775
17035
17036 * emacs-lisp/authors.el (authors-fixed-entries):
17037 Comment out old alpha stuff.
17038
17039 2013-10-13 Dmitry Gutov <dgutov@yandex.ru>
17040
17041 * progmodes/ruby-mode.el (ruby-mode): Add `ruby-mode-set-encoding'
17042 to `after-save-hook' instead of `before-save-hook'.
17043 (ruby-mode-set-encoding): Use the value of coding system used to
17044 write the file. Call `basic-save-buffer-1' after modifying the
17045 buffer.
17046
17047 2013-10-13 Alan Mackenzie <acm@muc.de>
17048
17049 Fix indentation/fontification of Java enum with
17050 "implements"/generic.
17051
17052 * progmodes/cc-engine.el (c-backward-over-enum-header):
17053 Extracted from the three other places and enhanced to handle generics.
17054 (c-inside-bracelist-p): Uses new function above.
17055 * progmodes/cc-fonts.el (c-font-lock-declarations): Uses new
17056 function above.
17057 (c-font-lock-enum-tail): Uses new function above.
17058
17059 2013-10-13 Kenichi Handa <handa@gnu.org>
17060
17061 * international/mule-cmds.el (select-safe-coding-system): Remove a
17062 superfluous condition in chekcing whether a coding system is safe
17063 or not.
17064
17065 2013-10-13 Oleh Krehel <ohwoeowho@gmail.com>
17066
17067 * replace.el (how-many): Fix rstart and !rend case. (Bug#15589)
17068
17069 2013-10-13 Andreas Politz <politza@hochschule-trier.de>
17070
17071 * progmodes/sql.el (sql-add-product): Fix paren typo. (Bug#15435)
17072
17073 2013-10-13 Glenn Morris <rgm@gnu.org>
17074
17075 * menu-bar.el (menu-bar-update-buffers):
17076 Unify Buffers menu prompt string. (Bug#15576)
17077
17078 * face-remap.el (text-scale-adjust): Doc fix. (Bug#15434)
17079
17080 * emacs-lisp/authors.el (authors-aliases, authors-ignored-files):
17081 Add some entries.
17082 (authors-fixed-entries): Use accented form of name.
17083
17084 2013-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
17085
17086 * progmodes/ruby-mode.el (ruby-smie-grammar): Add rule for paren-free
17087 method calls (bug#15594).
17088 (ruby-smie--args-separator-p): New function.
17089 (ruby-smie--forward-token, ruby-smie--backward-token): Use it to
17090 recognize paren-free method calls.
17091
17092 * isearch.el (isearch-pre-command-hook): Don't build in knowledge about
17093 internals of universal-argument.
17094
17095 2013-10-11 Eli Zaretskii <eliz@gnu.org>
17096
17097 * menu-bar.el (tty-menu-navigation-map): Remap F10 to tty-menu-exit.
17098 Bind all menu-bar sequences to tty-menu-exit -- this pops down a
17099 dropped menu on second mouse click on the menu bar.
17100
17101 2013-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
17102
17103 * progmodes/sh-script.el: Provide simpl(e|istic) completion.
17104 (explicit-shell-file-name): Declare.
17105 (sh--vars-before-point, sh--cmd-completion-table): New functions.
17106 (sh-completion-at-point-function): New function.
17107 (sh-mode): Use it.
17108 (sh-smie--keyword-p): Remove unused argument.
17109 (sh-smie-sh-backward-token, sh-smie-rc-backward-token): Remove unused
17110 vars.
17111 (sh-set-shell): Always setup SMIE, even if we use the
17112 old indentation code.
17113
17114 2013-10-11 Dmitry Gutov <dgutov@yandex.ru>
17115
17116 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Split the
17117 cases of ? and =.
17118 (ruby-smie-rules): Simplify the "do" rule. The cases when the
17119 predicate would return nil are almost non-existent.
17120 (ruby-smie--redundant-do-p): Include "until" and "for" statements.
17121
17122 * emacs-lisp/smie.el (smie--matching-block-data): Invalidate the
17123 cache also after commands that modify the buffer but don't move
17124 point.
17125
17126 2013-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
17127
17128 * env.el (substitute-env-in-file-name): New function.
17129 (substitute-env-vars): Extend the meaning of the optional arg.
17130
17131 2013-10-10 Eli Zaretskii <eliz@gnu.org>
17132
17133 * term/w32-win.el (dynamic-library-alist): Define separate lists
17134 of GIF DLLs for versions before and after 5.0.0 of giflib.
17135 (Bug#15531)
17136
17137 2013-10-10 João Távora <joaotavora@gmail.com>
17138
17139 * vc/vc.el (vc-diff-build-argument-list-internal): If the file is
17140 not locked, use last revision and current source as
17141 defaults. (Bug#15569)
17142
17143 2013-10-10 Masatake YAMATO <yamato@redhat.com>
17144
17145 * menu-bar.el (menu-bar-open): Don't use popup-menu if
17146 menu-bar is hidden.
17147
17148 2013-10-10 Martin Rudalics <rudalics@gmx.at>
17149
17150 * window.el (pop-to-buffer-same-window): Fix doc-string.
17151 (Bug#15492)
17152
17153 2013-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
17154
17155 * menu-bar.el (tty-menu-navigation-map): Reduce redundancy.
17156
17157 2013-10-10 Andrei Chițu <andrei.chitu1@gmail.com> (tiny change)
17158
17159 * calendar/icalendar.el (icalendar-import-file):
17160 Fix interactive spec. (Bug#15482)
17161
17162 2013-10-10 Glenn Morris <rgm@gnu.org>
17163
17164 * desktop.el (desktop-save): Default to saving in .emacs.d,
17165 since PWD is no longer in desktop-path by default. (Bug#15319)
17166
17167 * menu-bar.el (menu-bar-options-menu): Remove text-mode auto-fill,
17168 now that text mode has a menu with the same entry.
17169 (menu-bar-text-mode-auto-fill): Remove now unused func.
17170 * textmodes/text-mode.el (text-mode-map):
17171 Use auto-fill help text from menu-bar.el.
17172
17173 2013-10-10 John Anthony <john@jo.hnanthony.com>
17174
17175 * textmodes/text-mode.el (text-mode-map): Add a menu. (Bug#15562)
17176
17177 2013-10-09 Juri Linkov <juri@jurta.org>
17178
17179 * isearch.el (isearch-pre-command-hook): Use this-single-command-keys
17180 instead of this-command-keys. Add universal-argument-more and
17181 universal-argument-minus to the list of prefix commands. (Bug#15568)
17182
17183 2013-10-09 Glenn Morris <rgm@gnu.org>
17184
17185 * vc/vc-svn.el (vc-svn-create-repo):
17186 Expand paths in file://... url. (Bug#15446)
17187
17188 * emacs-lisp/authors.el (authors-aliases, authors-fixed-case):
17189 Add some entries.
17190 (authors): Remove unused local variables.
17191
17192 2013-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
17193
17194 * profiler.el: Create a more coherent calltree from partial backtraces.
17195 (profiler-format): Hide the tail with `invisible' so that C-s can still
17196 find the hidden elements.
17197 (profiler-calltree-depth): Don't recurse so enthusiastically.
17198 (profiler-function-equal): New hash-table-test.
17199 (profiler-calltree-build-unified): New function.
17200 (profiler-calltree-build): Use it.
17201 (profiler-report-make-name-part): Indent the calltree less.
17202 (profiler-report-mode): Add visibility specs for profiler-format.
17203 (profiler-report-expand-entry, profiler-report-toggle-entry):
17204 Expand the whole subtree when provided with a prefix arg.
17205
17206 2013-10-09 Dmitry Gutov <dgutov@yandex.ru>
17207
17208 * progmodes/ruby-mode.el (ruby-smie-rules): Indent after hanging
17209 iuwu-mod token.
17210 (ruby-smie--implicit-semi-p): Prohibit implicit semicolon after
17211 hanging iuwu-mod token.
17212 (ruby-smie--forward-token): Do not include a dot after a token in
17213 that token.
17214 (ruby-smie--backward-token): Likewise.
17215
17216 2013-10-08 Juri Linkov <juri@jurta.org>
17217
17218 * isearch.el (isearch-help-map, isearch-mode-map): Don't bind [t]
17219 to isearch-other-control-char.
17220 (isearch-mode): Add isearch-pre-command-hook to pre-command-hook
17221 and isearch-post-command-hook to post-command-hook.
17222 (isearch-done): Remove isearch-pre-command-hook from pre-command-hook
17223 and isearch-post-command-hook from post-command-hook.
17224 (isearch-unread-key-sequence)
17225 (isearch-reread-key-sequence-naturally)
17226 (isearch-lookup-scroll-key, isearch-other-control-char)
17227 (isearch-other-meta-char): Remove functions.
17228 (isearch-pre-command-hook, isearch-post-command-hook):
17229 New functions based on isearch-other-meta-char rewritten
17230 relying on the new behavior of overriding-terminal-local-map
17231 that does not replace the local keymaps any more. (Bug#15200)
17232
17233 2013-10-08 Eli Zaretskii <eliz@gnu.org>
17234
17235 Support menus on text-mode terminals.
17236 * tmm.el (tmm-menubar): Adapt doc string to TTY menus
17237 functionality.
17238
17239 * tooltip.el (tooltip-mode): Don't error out on TTYs.
17240
17241 * menu-bar.el (popup-menu, popup-menu-normalize-position):
17242 Move here from mouse.el.
17243 (popup-menu): Support menu-bar navigation on TTYs using C-f/C-b
17244 and arrow keys.
17245 (tty-menu-navigation-map): New map for TTY menu navigation.
17246
17247 * loadup.el ("tooltip"): Load even if x-show-tip is not available.
17248
17249 * frame.el (display-mouse-p): Report text-mode mouse as available
17250 on w32.
17251 (display-popup-menus-p): Report availability if mouse is
17252 available; don't condition on window-system.
17253
17254 * faces.el (tty-menu-enabled-face, tty-menu-disabled-face)
17255 (tty-menu-selected-face): New faces.
17256
17257 2013-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
17258
17259 * emacs-lisp/lisp-mode.el: Font-lock cl-lib constructs.
17260 (lisp-el-font-lock-keywords, lisp-el-font-lock-keywords-1)
17261 (lisp-el-font-lock-keywords-2, lisp-cl-font-lock-keywords)
17262 (lisp-cl-font-lock-keywords-1, lisp-cl-font-lock-keywords-2):
17263 New constants.
17264 (lisp-mode-variables): New `elisp' argument.
17265 (emacs-lisp-mode): Use it.
17266 * font-lock.el (lisp-font-lock-keywords, lisp-font-lock-keywords-1)
17267 (lisp-font-lock-keywords-2): Move to lisp-mode.el.
17268
17269 * indent.el: Use lexical-binding.
17270 (indent-region): Add progress reporter.
17271 (tab-stop-list): Make it implicitly extend to infinity by repeating the
17272 last step.
17273 (indent--next-tab-stop): New function to implement this behavior.
17274 (tab-to-tab-stop, move-to-tab-stop): Use it.
17275
17276 2013-10-08 Teemu Likonen <tlikonen@iki.fi>
17277
17278 * indent.el (indent-rigidly--current-indentation): New function.
17279 (indent-rigidly-map): New var.
17280 (indent-rigidly): Use it to provide interactive mode (bug#8196).
17281
17282 2013-10-08 Bastien Guerry <bzg@gnu.org>
17283
17284 * register.el (insert-register): Fix 2013-10-07 change.
17285
17286 2013-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
17287
17288 * progmodes/perl-mode.el: Use lexical-binding.
17289 Remove redundant :group args.
17290 (perl-nochange): Change default to be closer to other major modes's
17291 standard behavior.
17292 (perl-indent-line): Don't consider text on current line as a
17293 valid beginning of function from which to indent.
17294
17295 * emacs-lisp/backquote.el (backquote-process): Catch uses of , and ,@
17296 with more than one argument (bug#15538).
17297
17298 * mpc.el (mpc-songs-jump-to): Adjust to different playlist format.
17299
17300 * vc/pcvs.el: Use lexical-binding.
17301 (cvs-temp-buffer, cvs-make-cvs-buffer): Pass some vars in the lexical
17302 environment of `eval'.
17303 (cvs-mode-run, cvs-mode-do): Change `postproc' to be a function rather
17304 than a list of expressions. Adjust callers.
17305 * vc/pcvs-defs.el (cvs-postprocess): Remove, unused.
17306
17307 2013-10-07 Dmitry Gutov <dgutov@yandex.ru>
17308
17309 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Handle the
17310 case of the dot in a chained method call being on the following line.
17311
17312 2013-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
17313
17314 * electric.el (electric-indent-inhibit): New var.
17315 (electric-indent-post-self-insert-function): Use it.
17316 * progmodes/python.el (python-mode): Set it.
17317
17318 * progmodes/ruby-mode.el (ruby-smie-rules): Tweak handling of
17319 open braces.
17320
17321 * emacs-lisp/smie.el (smie-next-sexp): Refine last fix.
17322
17323 * textmodes/css-mode.el (css-smie-rules): Fix indentation (bug#15467).
17324 (css-mode): Use electric-indent-chars.
17325
17326 * nxml/nxml-mode.el: Use lexical-binding and syntax-propertize.
17327 (font-lock-beg, font-lock-end): Move before first use.
17328 (nxml-mode): Use syntax-propertize-function.
17329 (nxml-after-change, nxml-after-change1): Adjust accordingly.
17330 (nxml-extend-after-change-region): Remove.
17331 * nxml/xmltok.el: Use lexical-binding.
17332 (xmltok-save): Use `declare'.
17333 (xmltok-unclosed-reparse-p, xmltok-semi-closed-reparse-p): Remove.
17334 * nxml/nxml-util.el: Use lexical-binding.
17335 (nxml-with-degradation-on-error, nxml-with-invisible-motion):
17336 Use `declare'.
17337 * nxml/nxml-ns.el: Use lexical-binding.
17338 (nxml-ns-save): Use `declare'.
17339 (nxml-ns-prefixes-for): Avoid add-to-list.
17340 * nxml/rng-match.el: Use lexical-binding.
17341 (rng--ipattern): Use cl-defstruct.
17342 (rng-compute-start-tag-open-deriv, rng-compute-start-attribute-deriv)
17343 (rng-cons-group-after, rng-subst-group-after)
17344 (rng-subst-interleave-after, rng-apply-after, rng-compute-data-deriv):
17345 Use closures instead of `(lambda...).
17346
17347 2013-10-07 Michael Albinus <michael.albinus@gmx.de>
17348
17349 * net/tramp.el (tramp-handle-insert-file-contents): Improve handling
17350 of BEG and END.
17351
17352 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
17353 Use `tramp-handle-insert-file-contents'.
17354 (tramp-gvfs-handle-insert-file-contents): Remove function.
17355
17356 * net/tramp-sh.el (tramp-sh-handle-insert-directory):
17357 Use `save-restriction' in order to keep markers.
17358
17359 * net/trampver.el: Update release number.
17360
17361 2013-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
17362
17363 * progmodes/compile.el (compilation-parse-errors):
17364 Use compilation--put-prop.
17365 (compilation--ensure-parse): Check compilation-multiline.
17366
17367 * emacs-lisp/easymenu.el (easy-menu-create-menu): Use closures.
17368
17369 * emacs-lisp/lisp-mode.el (eval-defun-2): Simplify, using
17370 lexical-binding.
17371
17372 * emacs-lisp/tq.el (tq-create): Use a closure instead of `(lambda...).
17373
17374 * progmodes/ruby-mode.el: Fix recently added tests.
17375 (ruby-smie-grammar): Add - and +.
17376 (ruby-smie--redundant-do-p, ruby-smie--forward-id)
17377 (ruby-smie--backward-id): New functions.
17378 (ruby-smie--forward-token, ruby-smie--backward-token): Use them.
17379 (ruby-smie-rules): Handle hanging do. Get rid of hack, not needed
17380 any more.
17381
17382 2013-10-07 Leo Liu <sdl.web@gmail.com>
17383
17384 * register.el (register-preview-delay)
17385 (register-preview-functions): New variables.
17386 (register-read-with-preview, register-preview)
17387 (register-describe-oneline): New functions.
17388 (point-to-register, window-configuration-to-register)
17389 (frame-configuration-to-register, jump-to-register)
17390 (number-to-register, view-register, insert-register)
17391 (copy-to-register, append-to-register, prepend-to-register)
17392 (copy-rectangle-to-register): Use register-read-with-preview to
17393 read register. (Bug#15525)
17394
17395 2013-10-06 Dato Simó <dato@net.com.org.es> (tiny change)
17396
17397 * net/network-stream.el (network-stream-open-starttls): Don't add
17398 --insecure if it's already present, because that gnutls-cli
17399 rejects getting that parameter twice.
17400
17401 2013-10-06 Dmitry Gutov <dgutov@yandex.ru>
17402
17403 * progmodes/ruby-mode.el (ruby-smie-rules): Dedent `ensure'
17404 keyword, too.
17405
17406 2013-10-05 Dmitry Gutov <dgutov@yandex.ru>
17407
17408 * newcomment.el (comment-use-global-state): Change default value
17409 to t, mark obsolete (Bug#15251).
17410 (comment-beginning): In addition to `comment-to-syntax', check the
17411 value of `comment-use-global-state'.
17412
17413 2013-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
17414
17415 * progmodes/ruby-mode.el (ruby-use-smie): Change default.
17416 (ruby-comment-column): Follow the global default, by default.
17417 (ruby-smie-grammar): Add assignment syntax.
17418 (ruby-smie--implicit-semi-p): No implicit semi-colon after an
17419 open-paren, a comma, or a \.
17420 (ruby-smie--forward-token, ruby-smie--backward-token): Handle heredocs,
17421 and line continuations.
17422 (ruby-smie-rules): Adjust handling of open-paren, now that it's never
17423 followed by implicit semi-colons. Add rule for string concatenation
17424 and for indentation at BOB.
17425 (ruby-forward-sexp, ruby-backward-sexp): Adjust for when SMIE is in use.
17426
17427 * emacs-lisp/smie.el (smie-next-sexp): Don't go back to pos before
17428 calling next-sexp, since next-token may have skipped chars which
17429 next-sexp doesn't know should be skipped!
17430
17431 2013-10-05 Leo Liu <sdl.web@gmail.com>
17432
17433 * progmodes/octave.el (octave-send-region):
17434 Call compilation-forget-errors.
17435
17436 2013-10-04 Xue Fuqiao <xfq.free@gmail.com>
17437
17438 * vc/vc-svn.el (vc-svn-find-admin-dir):
17439 * vc/vc-rcs.el (vc-rcs-find-admin-dir):
17440 * vc/vc-mtn.el (vc-mtn-find-admin-dir):
17441 * vc/vc-cvs.el (vc-cvs-find-admin-dir):
17442 * vc/vc-arch.el (vc-arch-find-admin-dir): New functions.
17443
17444 2013-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
17445
17446 * textmodes/css-mode.el (css-smie-rules): Toplevel's a list (bug#15467).
17447
17448 2013-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
17449
17450 * subr.el (read-passwd): Hide chars even when called within a context
17451 where after-change-functions is disabled (bug#15501).
17452 (set-temporary-overlay-map): Don't remove oneself from pre-command-hook
17453 until we removed ourself from overriding-terminal-local-map.
17454
17455 2013-10-04 Leo Liu <sdl.web@gmail.com>
17456
17457 * progmodes/octave.el (inferior-octave-mode):
17458 Call compilation-forget-errors.
17459
17460 2013-10-04 Xue Fuqiao <xfq.free@gmail.com>
17461
17462 * emacs-lisp/syntax.el (syntax-ppss): Doc fix.
17463
17464 2013-10-04 Michael Albinus <michael.albinus@gmx.de>
17465
17466 * net/secrets.el (secrets-create-collection): Add optional
17467 argument ALIAS. Use proper Label keyword. Append ALIAS as
17468 dbus-call-method argument. (Bug#15516)
17469
17470 2013-10-04 Leo Liu <sdl.web@gmail.com>
17471
17472 * progmodes/octave.el (inferior-octave-error-regexp-alist)
17473 (inferior-octave-compilation-font-lock-keywords): New variables.
17474 (compilation-error-regexp-alist)
17475 (compilation-mode-font-lock-keywords): Defvar to pacify compiler.
17476 (inferior-octave-mode): Use compilation-shell-minor-mode.
17477
17478 2013-10-04 Jorgen Schaefer <forcer@forcix.cx>
17479
17480 * minibuffer.el (completion--replace): Be careful that `end' might be
17481 a marker.
17482
17483 2013-10-03 Daiki Ueno <ueno@gnu.org>
17484
17485 Add support for package signature checking.
17486 * emacs-lisp/package.el (url-http-file-exists-p)
17487 (epg-make-context, epg-context-set-home-directory)
17488 (epg-verify-string, epg-context-result-for)
17489 (epg-signature-status, epg-signature-to-string)
17490 (epg-check-configuration, epg-configuration)
17491 (epg-import-keys-from-file): Declare.
17492 (package-check-signature): New user option.
17493 (package-unsigned-archives): New user option.
17494 (package-desc): Add `signed' field.
17495 (package-load-descriptor): Set `signed' field if .signed file exists.
17496 (package--archive-file-exists-p): New function.
17497 (package--check-signature): New function.
17498 (package-install-from-archive): Check package signature.
17499 (package--download-one-archive): Check archive signature.
17500 (package-delete): Remove .signed file.
17501 (package-import-keyring): New command.
17502 (package-refresh-contents): Import default keyring.
17503 (package-desc-status): Add "unsigned" status.
17504 (describe-package-1, package-menu--print-info)
17505 (package-menu-mark-delete, package-menu--find-upgrades)
17506 (package-menu--status-predicate): Support "unsigned" status.
17507
17508 2013-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
17509
17510 * emacs-lisp/cconv.el (cconv-convert, cconv-analyse-form): Adjust for
17511 the new compilation scheme using the new byte-codes.
17512
17513 * emacs-lisp/bytecomp.el (byte-pushcatch, byte-pushconditioncase)
17514 (byte-pophandler): New byte codes.
17515 (byte-goto-ops): Adjust accordingly.
17516 (byte-compile--use-old-handlers): New var.
17517 (byte-compile-catch): Use new byte codes depending on
17518 byte-compile--use-old-handlers.
17519 (byte-compile-condition-case--old): Rename from
17520 byte-compile-condition-case.
17521 (byte-compile-condition-case--new): New function.
17522 (byte-compile-condition-case): New function that dispatches depending
17523 on byte-compile--use-old-handlers.
17524 (byte-compile-unwind-protect): Pass a function to byte-unwind-protect
17525 when we can.
17526
17527 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
17528 Optimize under `condition-case' and `catch' if
17529 byte-compile--use-old-handlers is nil.
17530 (disassemble-offset): Handle new bytecodes.
17531
17532 2013-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
17533
17534 * subr.el (error): Use `declare'.
17535 (decode-char, encode-char): Use advertised-calling-convention instead
17536 of the docstring to discourage use of the `restriction' arg.
17537
17538 2013-10-03 Daiki Ueno <ueno@gnu.org>
17539
17540 * epg.el (epg-verify-file): Add a comment saying that it does not
17541 notify verification error as a return value nor a signal.
17542 (epg-verify-string): Ditto.
17543
17544 2013-10-02 Kevin Rodgers <kevin.d.rodgers@gmail.com>
17545
17546 * progmodes/compile.el (compilation-start): Try globbing the arg to
17547 `cd' (bug#15417).
17548
17549 2013-10-02 Michael Albinus <michael.albinus@gmx.de>
17550
17551 Sync with Tramp 2.2.8.
17552
17553 * net/tramp-cmds.el (tramp-bug, tramp-append-tramp-buffers):
17554 * net/tramp-cache.el (tramp-cache-print): Use `tramp-compat-funcall'.
17555 * net/trampver.el: Update release number.
17556
17557 2013-10-01 Jan Djärv <jan.h.d@swipnet.se>
17558
17559 * term/ns-win.el (ns-initialize-window-system): Set locale-coding-system
17560 and default-process-coding-system for darwin only.
17561
17562 2013-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
17563
17564 * emacs-lisp/package.el (package-desc): Simplify (bug#15495).
17565
17566 2013-10-01 Mitchel Humpherys <mitch.special@gmail.com> (tiny change)
17567
17568 * vc/vc-git.el (vc-git-grep): Disable pager.
17569
17570 2013-10-01 Dmitry Gutov <dgutov@yandex.ru>
17571
17572 * emacs-lisp/package.el (package-buffer-info, describe-package-1):
17573 Use :url instead of :homepage, as per
17574 http://lists.gnu.org/archive/html/emacs-devel/2013-09/msg00622.html
17575
17576 * newcomment.el (comment-beginning): When `comment-use-syntax' is
17577 non-nil, use `syntax-ppss' (Bug#15251).
17578
17579 2013-09-30 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
17580
17581 * progmodes/octave.el (inferior-octave-startup-file):
17582 Prefer ~/.emacs.d/init_octave.m.
17583
17584 2013-09-29 Dmitry Gutov <dgutov@yandex.ru>
17585
17586 * emacs-lisp/package.el (package-desc-from-define):
17587 Accept additional arguments as plist, convert them to an alist and store
17588 them in the `extras' slot.
17589 (package-generate-description-file): Convert extras alist back to
17590 plist and append to the `define-package' form arguments.
17591 (package--alist-to-plist): New function.
17592 (package--ac-desc): Add `extras' slot.
17593 (package--add-to-archive-contents): Check if the archive-contents
17594 vector is long enough, and if it is, pass its `extras' slot value
17595 to `package-desc-create'.
17596 (package-buffer-info): Call `lm-homepage', pass the returned value
17597 to `package-desc-from-define'.
17598 (describe-package-1): Render the homepage button (Bug#13291).
17599
17600 * emacs-lisp/package-x.el (package-upload-buffer-internal):
17601 Pass `extras' slot from `package-desc' to `package-make-ac-desc'.
17602
17603 2013-09-29 Jan Djärv <jan.h.d@swipnet.se>
17604
17605 * term/ns-win.el (ns-initialize-window-system): Set locale-coding-system
17606 and default-process-coding-system to utf-8-unix (Bug#15402).
17607
17608 2013-09-29 Xue Fuqiao <xfq.free@gmail.com>
17609
17610 * subr.el (looking-back): Do not recommend using looking-back.
17611
17612 2013-09-28 Alan Mackenzie <acm@muc.de>
17613
17614 Fix indentation/fontification of Java enum with "implements".
17615
17616 * progmodes/cc-langs.el (c-postfix-decl-spec-key): New variable, a
17617 regexp which matches "implements", etc., in Java.
17618 * progmodes/cc-engine.el (c-inside-bracelist-p): Check for extra
17619 specifier clauses coming after "enum".
17620 * progmodes/cc-fonts.el (c-font-lock-declarations)
17621 (c-font-lock-enum-tail): Check for extra specifier clauses coming
17622 after "enum".
17623
17624 2013-09-28 Jan Djärv <jan.h.d@swipnet.se>
17625
17626 * faces.el (region): Change ns_selection_color to
17627 ns_selection_fg_color, add ns_selection_bg_color.
17628
17629 2013-09-28 Leo Liu <sdl.web@gmail.com>
17630
17631 * progmodes/octave.el (inferior-octave-completion-table)
17632 (inferior-octave-completion-at-point): Minor tweaks.
17633
17634 * textmodes/ispell.el (ispell-lookup-words): Rename from
17635 lookup-words. (Bug#15460)
17636 (lookup-words): Obsolete.
17637 (ispell-complete-word, ispell-command-loop): All uses changed.
17638
17639 2013-09-28 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
17640
17641 * progmodes/octave.el (octave-mode-map): Bind octave-send-buffer.
17642 (octave-mode-menu): Add octave-send-buffer.
17643 (octave-send-buffer): New function.
17644
17645 2013-09-28 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
17646
17647 * progmodes/octave.el (octave-mode-map): Add key binding for
17648 octave-lookfor.
17649 (octave-mode-menu): Add octave-lookfor.
17650 (inferior-octave-mode-map, octave-help-mode-map): Bind C-ha to
17651 octave-lookfor.
17652 (octave-lookfor): New function.
17653
17654 2013-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
17655
17656 * emacs-lisp/cl-macs.el (cl--loop-destr-temps): Remove.
17657 (cl--loop-iterator-function): Rename from cl--loop-map-form and change
17658 its convention.
17659 (cl--loop-set-iterator-function): New function.
17660 (cl-loop): Adjust accordingly, so as not to use cl-subst.
17661 (cl--parse-loop-clause): Adjust all uses of cl--loop-map-form.
17662 Bind `it' with `let' instead of substituting it with `cl-subst'.
17663 (cl--unused-var-p): New function.
17664 (cl--loop-let): Don't use the cl--loop-destr-temps hack any more.
17665 Eliminate some unused variable warnings (bug#15326).
17666
17667 2013-09-27 Tassilo Horn <tsdh@gnu.org>
17668
17669 * doc-view.el (doc-view-scale-reset): Rename from
17670 `doc-view-reset-zoom-level'.
17671 (doc-view-scale-adjust): New command.
17672 (doc-view-mode-map): Remap `text-scale-adjust' bindings to
17673 `doc-view-scale-adjust'.
17674
17675 2013-09-26 Tassilo Horn <tsdh@gnu.org>
17676
17677 * doc-view.el (doc-view-reset-zoom-level): New command.
17678 (doc-view-mode-map): Remap text-scale-adjust bindings to doc-view
17679 zoom commands (bug#15466).
17680
17681 2013-09-26 Kenichi Handa <handa@gnu.org>
17682
17683 * international/quail.el (quail-help): Make it not a command.
17684
17685 2013-09-26 Leo Liu <sdl.web@gmail.com>
17686
17687 * minibuffer.el (completion-all-sorted-completions): Make args
17688 optional as they are.
17689
17690 2013-09-25 Daniel Colascione <dancol@dancol.org>
17691
17692 * emacs-lisp/cl-macs.el (cl-type-spec): Tell edebug what type
17693 specs are and that they're not evaluated.
17694
17695 2013-09-24 Sam Steingold <sds@gnu.org>
17696
17697 * midnight.el (clean-buffer-list-kill-regexps)
17698 (clean-buffer-list-kill-buffer-names): Update for the new Man
17699 buffer naming which includes the object name.
17700
17701 2013-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
17702
17703 * eshell/esh-cmd.el (eshell--sep-terms): New var.
17704 (eshell-parse-command, eshell-parse-pipeline): Use it since
17705 eshell-separate-commands requires a dynamic scoped var.
17706 Reported by Jan Moringen <jmoringe@techfak.uni-bielefeld.de>.
17707
17708 2013-09-23 Leo Liu <sdl.web@gmail.com>
17709
17710 * autoinsert.el (auto-insert-alist): Make the value of
17711 lexical-binding match its file setting.
17712
17713 2013-09-23 Juanma Barranquero <lekktu@gmail.com>
17714
17715 * vc/vc-sccs.el (vc-sccs-search-project-dir): Mark unused argument.
17716
17717 * autoarg.el (autoarg-kp-digit-argument):
17718 * electric.el (Electric-command-loop):
17719 * kmacro.el (kmacro-step-edit-insert):
17720 Do not set universal-argument-num-events.
17721
17722 2013-09-22 Leo Liu <sdl.web@gmail.com>
17723
17724 * files.el (interpreter-mode-alist): Add octave.
17725
17726 2013-09-21 Alan Mackenzie <acm@muc.de>
17727
17728 C++: fontify identifier in declaration following "public:" correctly.
17729 * progmodes/cc-langs.el (c-decl-start-colon-kwd-re): New lang var
17730 to match "public", etc.
17731 (c-decl-prefix-re): Add ":" into the C++ value.
17732 * progmodes/cc-engine.el (c-find-decl-prefix-search): Refactor a
17733 bit. Add a check for a ":" preceded by "public", etc.
17734
17735 2013-09-21 Eli Zaretskii <eliz@gnu.org>
17736
17737 * files.el (auto-mode-alist): Support OBJFILE-gdb.gdb script files
17738 recognized by GDB 7.5 and later.
17739
17740 2013-09-21 Xue Fuqiao <xfq.free@gmail.com>
17741
17742 * vc/vc-dir.el (vc-dir-mode-map): Add keybinding for vc-log-incoming.
17743
17744 2013-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
17745
17746 * subr.el (internal--call-interactively): New const.
17747 (called-interactively-p): Use it (bug#3984).
17748
17749 2013-09-20 Xue Fuqiao <xfq.free@gmail.com>
17750
17751 * vc/pcvs.el (cvs-mode-ignore):
17752 * vc/vc-cvs.el (vc-cvs-ignore, vc-cvs-append-to-ignore):
17753 Rename cvs-append-to-ignore to vc-cvs-append-to-ignore.
17754
17755 2013-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
17756
17757 * eshell/em-ls.el: Use advice. Remove redundant :group keywords.
17758 (eshell-ls-orig-insert-directory): Remove.
17759 (eshell-ls-unload-hook): Not a defcustom any more. Use advice-remove.
17760 (eshell-ls-use-in-dired): Use advice-add/remove.
17761 (eshell-ls--insert-directory): Rename from eshell-ls-insert-directory.
17762 Add `orig-fun' arg for use in :around advice.
17763 Make it check (redundantly) eshell-ls-use-in-dired.
17764
17765 2013-09-19 Glenn Morris <rgm@gnu.org>
17766
17767 * emacs-lisp/cl-macs.el (cl-defsubst): Remove unused local `pbody'.
17768
17769 * simple.el (x-selection-owner-p, x-selection-exists-p): Declare.
17770
17771 * emacs-lisp/eieio.el (class-parent): Undo previous change.
17772
17773 2013-09-19 Michael Albinus <michael.albinus@gmx.de>
17774
17775 * net/tramp-sh.el (tramp-get-remote-id): Do not raise an error.
17776 (tramp-get-remote-uid-with-id, tramp-get-remote-gid-with-id)
17777 (tramp-get-remote-python): New defuns.
17778 (tramp-get-remote-uid-with-perl)
17779 (tramp-get-remote-gid-with-perl): New defuns. Perl code
17780 contributed by yary <not.com@gmail.com> (tiny change).
17781 (tramp-get-remote-uid-with-python)
17782 (tramp-get-remote-gid-with-python): New defuns. Python code
17783 contributed by Andrey Tykhonov <atykhonov@gmail.com> (tiny change).
17784 (tramp-get-remote-uid, tramp-get-remote-gid): Use new defuns.
17785
17786 2013-09-19 Glenn Morris <rgm@gnu.org>
17787
17788 * emacs-lisp/eieio.el (class-parent): Don't use defalias with macros.
17789
17790 * eshell/em-unix.el (eshell-remove-entries):
17791 Rename argument to avoid name-clash with global `top-level'.
17792
17793 * eshell/esh-proc.el (eshell-kill-process-function):
17794 Remove eshell-reset-after-proc from eshell-kill-hook if present.
17795 (eshell-reset-after-proc): Remove unused arg `proc'.
17796
17797 * eshell/esh-util.el (eshell-read-hosts-file): Use `filename' arg.
17798 (directory-files-and-attributes): Mark unused arg.
17799
17800 * eshell/em-unix.el (eshell-remove-entries):
17801 Remove unused arg `path'. Update callers.
17802
17803 * eshell/em-hist.el (eshell-hist-parse-arguments):
17804 Remove unused arg `silent'. Update callers.
17805
17806 * eshell/em-ls.el (eshell-ls-use-in-dired): Use `symbol' arg.
17807 Fix (f)boundp mix-up.
17808
17809 * eshell/em-smart.el (eshell-smart-scroll-window)
17810 (eshell-disable-after-change):
17811 * eshell/em-term.el (eshell-term-sentinel): Mark unused arg.
17812
17813 2013-09-18 Alan Mackenzie <acm@muc.de>
17814
17815 Fix fontification of type when followed by "const".
17816 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Don't exclude
17817 "known" types from fontification.
17818
17819 2013-09-18 Glenn Morris <rgm@gnu.org>
17820
17821 * emacs-lisp/chart.el (x-display-color-cells): Declare.
17822 (chart-face-list): Drop Emacsen without display-color-p.
17823
17824 * net/eww.el (libxml-parse-html-region): Declare.
17825 (eww-display-html): Explicit error if no libxml2 support.
17826
17827 * doc-view.el (doc-view-mode): Silence --without-x compilation.
17828
17829 * image.el (image-type-from-buffer, image-multi-frame-p):
17830 Remove --without-x warning/error.
17831
17832 * mouse.el (mouse-yank-primary):
17833 * term.el (term-mouse-paste):
17834 Reorder to silence --without-x compilation.
17835
17836 * mpc.el (doc-view-mode): Silence --without-x compilation.
17837
17838 * mail/rmailmm.el (rmail-mime-set-bulk-data):
17839 Silence --without-x compilation.
17840
17841 * progmodes/gud.el (gud-find-file, gud-mode):
17842 Silence --without-x compilation.
17843 (tooltip-mode): Declare.
17844
17845 * wdired.el (dired-backup-overwrite): Remove declaration.
17846 (wdired-mode-map): Add doc string.
17847
17848 * custom.el (x-get-resource): Declare.
17849
17850 * eshell/em-glob.el (ange-cache):
17851 * eshell/em-unix.el (ange-cache): Declare.
17852
17853 * faces.el (x-display-list, x-open-connection, x-get-resource):
17854 Declare.
17855
17856 * follow.el (scroll-bar-toolkit-scroll, scroll-bar-drag)
17857 (scroll-bar-scroll-up, scroll-bar-scroll-down, mwheel-scroll):
17858 Declare.
17859
17860 * frame.el (x-display-grayscale-p, x-display-name): Declare.
17861
17862 * net/gnutls.el (gnutls-log-level): Declare.
17863
17864 * net/shr.el (image-size, image-animate): Declare.
17865
17866 * simple.el (font-info): Declare.
17867
17868 * subr.el (x-popup-dialog): Declare.
17869
17870 * term/common-win.el (x-select-enable-primary)
17871 (x-last-selected-text-primary, x-last-selected-text-clipboard):
17872 Declare.
17873
17874 * term/ns-win.el (x-handle-args): Declare.
17875
17876 * term/x-win.el (x-select-enable-clipboard): Declare.
17877
17878 * term/w32-win.el (create-default-fontset): Declare.
17879
17880 * w32-common-fns.el (x-server-version, x-select-enable-clipboard):
17881 Declare.
17882
17883 * window.el (x-display-pixel-height, tool-bar-lines-needed): Declare.
17884 (fit-frame-to-buffer): Explicit error if --without-x.
17885 (mouse-autoselect-window-select): Silence compiler.
17886
17887 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
17888
17889 * eshell/em-cmpl.el (eshell-complete-parse-arguments):
17890 * eshell/em-hist.el (eshell/history, eshell-isearch-backward):
17891 * eshell/em-pred.el (eshell-parse-modifiers, eshell-pred-file-time):
17892 * eshell/esh-util.el (eshell-sublist):
17893 Remove unused local variables.
17894
17895 * eshell/esh-io.el (x-select-enable-clipboard): Declare.
17896
17897 * textmodes/two-column.el: Make 2C-split work for --without-x.
17898 (scroll-bar-columns): Autoload.
17899 (top-level): Require fringe when compiling.
17900
17901 2013-09-18 Leo Liu <sdl.web@gmail.com>
17902
17903 * subr.el (add-hook): Robustify to handle closure as well.
17904
17905 2013-09-17 Glenn Morris <rgm@gnu.org>
17906
17907 * simple.el (messages-buffer-mode-map): Unbind "g".
17908
17909 2013-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
17910
17911 * help-mode.el (help-mode-finish): Use derived-mode-p.
17912 Remove obsolete highlighting.
17913
17914 * play/life.el (life-mode): Use define-derived-mode. Derive from
17915 special-mode.
17916 (life): Let-bind inhibit-read-only.
17917 (life-setup): Avoid `setq'. Use `life-mode'.
17918
17919 * emacs-lisp/package.el (package-generate-autoloads): Remove `require'
17920 which should not be needed any more.
17921 (package-menu-refresh, package-menu-describe-package): Use user-error.
17922
17923 * eshell/esh-cmd.el (eshell-post-rewrite-command-function): New var.
17924 (eshell-post-rewrite-command-hook): Make obsolete.
17925 (eshell-parse-command): Simplify.
17926 (eshell-structure-basic-command): Remove unused arg `vocal-test'.
17927 (eshell--cmd): Declare.
17928 (eshell-parse-pipeline): Remove unused var `final-p'.
17929 Pass a dynvar to eshell-post-rewrite-command-hook.
17930 Implement the new eshell-post-rewrite-command-function.
17931 (eshell-invoke-directly): Remove unused arg `input'.
17932 * eshell/esh-io.el (eshell-io-initialize):
17933 Use eshell-post-rewrite-command-function (bug#15399).
17934 (eshell--apply-redirections): Rename from eshell-apply-redirections;
17935 adjust to new calling convention.
17936 (eshell-create-handles): Rename args to avoid clashing with dynvar
17937 `standard-output'.
17938
17939 2013-09-17 Glenn Morris <rgm@gnu.org>
17940
17941 * simple.el (messages-buffer-mode): New major mode.
17942 (messages-buffer): New function.
17943 * startup.el (normal-top-level): Switch mode of *Messages* buffer.
17944 * emacs-lisp/ert.el (ert--force-message-log-buffer-truncation)
17945 (ert-run-test): Use `messages-buffer' function.
17946 (ert--force-message-log-buffer-truncation): Ignore read-only.
17947 * help.el (view-echo-area-messages): Use `messages-buffer' function.
17948 * mail/emacsbug.el (report-emacs-bug): Use `messages-buffer' function.
17949
17950 2013-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
17951
17952 * subr.el (eval-after-load): Preserve evaluation order (bug#15389).
17953
17954 * abbrev.el (abbrev--check-chars): Fix thinko (bug#15360).
17955
17956 2013-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
17957
17958 * icomplete.el (icomplete-in-buffer): New var.
17959 (icomplete-pre-command-hook, icomplete-post-command-hook): Remove those
17960 vars and replace them with functions.
17961 (icomplete-minibuffer-setup): Adjust accordingly.
17962 (icomplete--completion-table, icomplete--completion-predicate)
17963 (icomplete--field-string, icomplete--field-beg, icomplete--field-end):
17964 New functions.
17965 (icomplete-forward-completions, icomplete-backward-completions)
17966 (icomplete-simple-completing-p, icomplete-exhibit)
17967 (icomplete-completions): Use them.
17968 (icomplete--in-region-buffer): New var.
17969 (icomplete--in-region-setup): New function.
17970 (icomplete-mode): Use it.
17971
17972 * eshell/esh-opt.el: Fix last change to set lexical-vars properly
17973 (bug#15379).
17974 (eshell--do-opts): Rename from eshell-do-opt, remove arg `body-fun',
17975 return args and options.
17976 (eshell-eval-using-options): Use the new return value of
17977 eshell--do-opts to set the options's vars in their scope.
17978 (eshell--set-option): Rename from eshell-set-option.
17979 Add arg `opt-vals'.
17980 (eshell--process-option): Rename from eshell-process-option.
17981 Add arg `opt-vals'.
17982 (eshell--process-args): Use an `opt-vals' alist to store the options's
17983 values during their processing and return them additionally to the
17984 remaining args.
17985
17986 2013-09-15 Dmitry Gutov <dgutov@yandex.ru>
17987
17988 * progmodes/ruby-mode.el (ruby-operator-re): Consider line
17989 continuation character an operator, as far as indentation is
17990 concerned (Bug#15369).
17991
17992 2013-09-15 Martin Rudalics <rudalics@gmx.at>
17993
17994 * window.el (window--state-put-2): Don't process buffer state
17995 when buffer doesn't exist any more (Bug#15382).
17996
17997 2013-09-15 Glenn Morris <rgm@gnu.org>
17998
17999 * eshell/em-unix.el (eshell/rm):
18000 Make -f ignore missing files. (Bug#15373)
18001
18002 * eshell/esh-cmd.el (eshell--local-vars): New variable. (Bug#15372)
18003 (eshell-rewrite-for-command): Add for loop vars to eshell--local-vars.
18004 * eshell/esh-var.el (eshell-get-variable): Respect eshell--local-vars.
18005
18006 2013-09-14 Glenn Morris <rgm@gnu.org>
18007
18008 * eshell/esh-var.el (eshell-variable-aliases-list): Fix doc typo.
18009
18010 2013-09-13 Glenn Morris <rgm@gnu.org>
18011
18012 * dired-x.el (dired-guess-shell-alist-user): Doc fix.
18013 (dired-guess-default): Make `file' available in the env. (Bug#15363)
18014
18015 2013-09-13 Dmitry Antipov <dmantipov@yandex.ru>
18016
18017 * frame.el (x-focus-frame): Mark as declared in frame.c.
18018
18019 2013-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
18020
18021 * ls-lisp.el: Use advice-add.
18022 (original-insert-directory): Remove.
18023 (ls-lisp--insert-directory): Rename from insert-directory; add
18024 `orig-fun' argument.
18025 (insert-directory): Advise.
18026
18027 2013-09-13 Eli Zaretskii <eliz@gnu.org>
18028
18029 * term.el (term-emulate-terminal): Decode the command string
18030 before passing it to term-command-hook. (Bug#15337)
18031
18032 2013-09-13 Glenn Morris <rgm@gnu.org>
18033
18034 * eshell/esh-util.el (ange-cache): Move declaration earlier.
18035
18036 * eshell/esh-ext.el (eshell-search-path): Declare.
18037
18038 * eshell/em-prompt.el (eshell/pwd): Autoload it.
18039 Otherwise an error occurs if eshell-dirs module not loaded.
18040
18041 * progmodes/gdb-mi.el (gud-cont, gud-step): Declare.
18042
18043 2013-09-13 Michael Albinus <michael.albinus@gmx.de>
18044
18045 * net/tramp.el (tramp-check-proper-method-and-host): Rename it from
18046 `tramp-check-proper-host'. Check for a valid method name.
18047
18048 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
18049 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
18050 * net/tramp-sh.el (tramp-maybe-open-connection):
18051 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Call it.
18052
18053 * net/tramp-cache.el (tramp-cache-print): Don't print text properties
18054 also for hash values.
18055
18056 2013-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
18057
18058 * term/ns-win.el (parameters): Don't declare as dynamic.
18059 (before-make-frame-hook): Don't add ineffective function.
18060
18061 * eshell/*.el: Use lexical-binding (bug#15231).
18062
18063 2013-09-12 Kenichi Handa <handa@gnu.org>
18064
18065 * composite.el (compose-gstring-for-graphic): Handle enclosing mark.
18066
18067 2013-09-12 Glenn Morris <rgm@gnu.org>
18068
18069 * vc/vc-svn.el (vc-svn-dir-status-files, vc-svn-dir-extra-headers)
18070 (vc-svn-ignore, vc-svn-retrieve-tag): Mark unused arguments.
18071
18072 * subr.el (do-after-load-evaluation): Also give compiler warnings
18073 when obsolete files are used (except by obsolete files).
18074
18075 * vc/vc-svn.el (vc-svn-parse-status): If there are multiple files
18076 in the status output, assume `filename' is the first. (Bug#15322)
18077
18078 * vc/vc.el (vc-deduce-fileset): Doc fix.
18079
18080 * calc/calc-help.el (Info-goto-node):
18081 * progmodes/cperl-mode.el (Info-find-node):
18082 * vc/ediff.el (Info-goto-node): Update declarations.
18083
18084 * vc/vc-dispatcher.el (vc-dir-refresh): Declare.
18085
18086 * vc/vc-bzr.el (vc-compilation-mode): Declare.
18087 (vc-bzr-pull): Require vc-dispatcher.
18088 * vc/vc-git.el (vc-compilation-mode): Declare.
18089 (vc-git-pull): Require vc-dispatcher.
18090
18091 * progmodes/ruby-mode.el (ruby-syntax-propertize-function): Declare.
18092
18093 * progmodes/octave.el (help-button-action): Declare.
18094
18095 * shell.el (shell-directory-tracker): Output error as a message
18096 rather than just returning it as a string.
18097 (shell-process-pushd): Remove useless use of message.
18098
18099 * dframe.el (dframe-timer-fn):
18100 * files.el (dir-locals-read-from-file):
18101 * mpc.el (mpc--status-timer-run, mpc--status-idle-timer-run)
18102 (mpc-format):
18103 * reveal.el (reveal-post-command):
18104 * saveplace.el (load-save-place-alist-from-file):
18105 * shell.el (shell-resync-dirs):
18106 * w32-common-fns.el (x-get-selection-value):
18107 * emacs-lisp/copyright.el (copyright-find-copyright):
18108 * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info):
18109 * emulation/tpu-edt.el (tpu-copy-keyfile):
18110 * play/bubbles.el (bubbles--mark-neighbourhood):
18111 * progmodes/executable.el
18112 (executable-make-buffer-file-executable-if-script-p):
18113 * term/pc-win.el (x-get-selection-value): Use with-demoted-errors.
18114
18115 2013-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
18116
18117 Cleanup Eshell to rely less on dynamic scoping.
18118 * eshell/esh-opt.el (eshell-eval-using-options): Don't bind usage-msg,
18119 last-value, and ext-command here. Bind `args' closer to `body'.
18120 (temp-args, last-value, usage-msg, ext-command, args): Don't defvar.
18121 (eshell--args): Declare new dynamic var.
18122 (eshell-do-opt): Add argument `args'. Bind our own usage-msg,
18123 last-value, and ext-command. Pass `args' to `body'.
18124 (eshell-process-args): Bind eshell--args.
18125 (eshell-set-option): Use eshell--args.
18126 * eshell/eshell.el (eshell): Use derived-mode-p.
18127 * eshell/esh-var.el (eshell-parse-variable): Use backquote.
18128 (eshell-parse-variable-ref): Remove unused vars `end' and `err'.
18129 (eshell-glob-function): Declare.
18130 * eshell/esh-util.el: Require cl-lib.
18131 (eshell-read-hosts-file): Avoid add-to-list.
18132 * eshell/esh-cmd.el (eshell-parse-lisp-argument): Remove unused var
18133 `err'.
18134 * eshell/em-unix.el (compilation-scroll-output, locate-history-list):
18135 Declare.
18136 (eshell/diff): Remove unused var `err'.
18137 * eshell/em-rebind.el (eshell-delete-backward-char): Remove unused arg
18138 `killflag'.
18139 * eshell/em-pred.el (eshell-parse-modifiers): Remove unused var `err'.
18140 * eshell/em-ls.el (eshell-ls-highlight-alist): Move defvars before
18141 first use.
18142 * eshell/em-glob.el (eshell-glob-matches, message-shown):
18143 Move declaration before first use.
18144 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Use backquotes.
18145 * autorevert.el (auto-revert-notify-handler): Use `cl-dolist' since we
18146 rely on cl-return.
18147
18148 2013-09-12 Glenn Morris <rgm@gnu.org>
18149
18150 * term/ns-win.el (global-map): Remove binding for ispell-next,
18151 deleted 1999-05-29. (Bug#15357)
18152
18153 2013-09-11 Glenn Morris <rgm@gnu.org>
18154
18155 * echistory.el (electric-command-history): Remove call to deleted func.
18156
18157 * play/landmark.el (landmark-mode): Fix typos.
18158
18159 * vc/vc-cvs.el (cvs-append-to-ignore): Fix arg spec.
18160 Check cvs-sort-ignore-file is bound.
18161
18162 * savehist.el: No need for cl when compiling on Emacs.
18163
18164 2013-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
18165
18166 * eshell/esh-mode.el (eshell-mode-syntax-table): Fix up initialization
18167 (bug#15338).
18168 (eshell-self-insert-command, eshell-send-invisible):
18169 Remove unused argument.
18170 (eshell-handle-control-codes): Remove unused var `orig'.
18171 Avoid delete-backward-char.
18172
18173 * files.el (set-auto-mode): Simplify a bit further.
18174
18175 2013-09-11 Glenn Morris <rgm@gnu.org>
18176
18177 * files.el (interpreter-mode-alist): Remove \\` \\' parts.
18178 (set-auto-mode): Don't regexp-quote elements.
18179 * progmodes/python.el (interpreter-mode-alist): Remove \\` \\'.
18180 * progmodes/cc-mode.el (interpreter-mode-alist):
18181 * progmodes/ruby-mode.el (interpreter-mode-alist):
18182 Revert previous change.
18183
18184 2013-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
18185
18186 * play/snake.el (snake-mode):
18187 * play/mpuz.el (mpuz-mode):
18188 * play/landmark.el (lm-mode):
18189 * play/blackbox.el (blackbox-mode):
18190 * play/5x5.el (5x5-mode):
18191 * obsolete/options.el (Edit-options-mode):
18192 * net/quickurl.el (quickurl-list-mode):
18193 * net/newst-treeview.el (newsticker-treeview-mode):
18194 * mail/rmailsum.el (rmail-summary-mode):
18195 * mail/mspools.el (mspools-mode):
18196 * locate.el (locate-mode):
18197 * ibuffer.el (ibuffer-mode):
18198 * emulation/ws-mode.el (wordstar-mode):
18199 * emacs-lisp/debug.el (debugger-mode):
18200 * array.el (array-mode):
18201 * net/eudc.el (eudc-mode): Use define-derived-mode.
18202 * net/mairix.el (mairix-searches-mode-font-lock-keywords):
18203 Move initialization into declaration.
18204 (mairix-searches-mode): Use define-derived-mode.
18205 * net/eudc-hotlist.el (eudc-hotlist-mode): Use define-derived-mode.
18206 (eudc-edit-hotlist): Use dolist.
18207 * man.el (Man-mode-syntax-table): Rename from man-mode-syntax-table.
18208 (Man-mode): Use define-derived-mode.
18209 * info.el (Info-edit-mode-map): Rename from Info-edit-map.
18210 (Info-edit-mode): Use define-derived-mode.
18211 (Info-cease-edit): Use Info-mode.
18212 * eshell/esh-mode.el (eshell-mode-syntax-table): Move initialization
18213 into declaration.
18214 (eshell-mode): Use define-derived-mode.
18215 * chistory.el (command-history-mode-map): Rename from
18216 command-history-map.
18217 (command-history-mode): Use define-derived-mode.
18218 (Command-history-setup): Remove function.
18219 * calc/calc.el (calc-trail-mode-map): New var.
18220 (calc-trail-mode): Use define-derived-mode.
18221 (calc-trail-buffer): Set calc-main-buffer manually.
18222 * bookmark.el (bookmark-insert-annotation): New function.
18223 (bookmark-edit-annotation): Use it.
18224 (bookmark-edit-annotation-mode): Make it a proper major mode.
18225 (bookmark-send-edited-annotation): Use derived-mode-p.
18226 * arc-mode.el (archive-mode): Move kill-all-local-variables a tiny bit
18227 closer to its ideal place. Use \' to match EOS.
18228
18229 * profiler.el (profiler-calltree-find): Use function-equal.
18230
18231 2013-09-10 Glenn Morris <rgm@gnu.org>
18232
18233 * files.el (interpreter-mode-alist): Convert to regexps.
18234 (set-auto-mode): Adapt for this. (Bug#15306)
18235 * progmodes/cperl-mode.el (cperl-clobber-mode-lists):
18236 Comment out unused variable.
18237 * progmodes/cc-mode.el (interpreter-mode-alist):
18238 * progmodes/python.el (interpreter-mode-alist):
18239 * progmodes/ruby-mode.el (interpreter-mode-alist): Convert to regexps.
18240 * progmodes/sh-script.el (sh-set-shell):
18241 No longer use interpreter-mode-alist to get list of shells.
18242
18243 * progmodes/cc-mode.el (awk-mode): Remove duplicate autoload.
18244
18245 2013-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
18246
18247 * simple.el: Use set-temporary-overlay-map for universal-argument.
18248 (universal-argument-map): Don't use default-bindings (bug#15317).
18249 Bind switch-frame explicitly. Replace universal-argument-minus with
18250 a conditional binding.
18251 (universal-argument-num-events, saved-overriding-map): Remove.
18252 (restore-overriding-map): Remove.
18253 (universal-argument--mode): Rename from save&set-overriding-map,
18254 and rewrite.
18255 (universal-argument, universal-argument-more, negative-argument)
18256 (digit-argument): Adjust accordingly.
18257 (universal-argument-minus): Remove.
18258 (universal-argument-other-key): Remove.
18259
18260 * subr.el (with-demoted-errors): Add `format' argument.
18261
18262 2013-09-10 Michael Albinus <michael.albinus@gmx.de>
18263
18264 * net/tramp.el (tramp-cleanup): Remove. Functionality added to
18265 `tramp-cleanup-connection'.
18266
18267 * net/tramp-cmds.el (tramp-cleanup-connection): Add optional
18268 parameters KEEP-DEBUG and KEEP-PASSWORD.
18269
18270 * net/tramp.el (tramp-file-name-handler):
18271 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
18272 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
18273 (tramp-maybe-open-connection):
18274 * net/tramp-smb.el (tramp-smb-maybe-open-connection):
18275 Use `tramp-cleanup-connection'.
18276
18277 * net/tramp-sh.el (tramp-maybe-open-connection):
18278 Catch 'uname-changed inside the progress reporter.
18279
18280 2013-09-10 Glenn Morris <rgm@gnu.org>
18281
18282 * simple.el (read-minibuffer): Unbreak it. (Bug#15318)
18283
18284 * dired-x.el (dired-mark-sexp): Unbreak for systems where ls
18285 returns "alternate access method" in mode (eg "-rw-r--r--.").
18286
18287 2013-09-08 Glenn Morris <rgm@gnu.org>
18288
18289 * saveplace.el (load-save-place-alist-from-file):
18290 Demote errors. (Bug#15305)
18291
18292 2013-09-08 Michael Albinus <michael.albinus@gmx.de>
18293
18294 Improve compatibility with older Emacsen, and XEmacs.
18295
18296 * net/tramp.el (tramp-find-method, tramp-find-user): Call `propertize'
18297 only if it is bound. It isn't for XEmacs.
18298 (with-tramp-progress-reporter): Do not let-bind `result'.
18299 This yields to scoping errors in XEmacs.
18300 (tramp-handle-make-auto-save-file-name): New function, moved from
18301 tramp-sh.el.
18302
18303 * net/tramp-adb.el (tramp-adb-file-name-handler-alist): Add handler
18304 for `make-auto-save-file-name'.
18305 (tramp-adb--gnu-switches-to-ash):
18306 Use `tramp-compat-replace-regexp-in-string'.
18307
18308 * net/tramp-cache.el (tramp-cache-print): Call
18309 `substring-no-properties' only if it is bound. It isn't for XEmacs.
18310
18311 * net/tramp-cmds.el (tramp-bug): Call `propertize' only if it is
18312 bound. It isn't for XEmacs.
18313
18314 * net/tramp-compat.el (tramp-compat-copy-file):
18315 Catch `wrong-number-of-arguments' error.
18316 (tramp-compat-replace-regexp-in-string): New defun.
18317
18318 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist): Add handler
18319 for `make-auto-save-file-name'.
18320 (tramp-gvfs-handle-copy-file): Use `tramp-compat-funcall' for
18321 `copy-file'.
18322 (tramp-gvfs-file-gvfs-monitor-file-process-filter)
18323 (tramp-gvfs-file-name): Use `tramp-compat-replace-regexp-in-string'.
18324 (tramp-synce-list-devices): Use `push' instead of `pushnew'.
18325
18326 * net/tramp-gw.el (tramp-gw-open-network-stream):
18327 Use `tramp-compat-replace-regexp-in-string'.
18328
18329 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
18330 Call `tramp-handle-make-auto-save-file-name'.
18331 (tramp-sh-handle-make-auto-save-file-name): Move to tramp.el.
18332 (tramp-sh-file-gvfs-monitor-dir-process-filter)
18333 (tramp-sh-file-inotifywait-process-filter):
18334 Use `tramp-compat-replace-regexp-in-string'.
18335 (tramp-compute-multi-hops): Use `push' instead of `pushnew'.
18336
18337 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add handler
18338 for `make-auto-save-file-name'.
18339 (tramp-smb-handle-copy-directory):
18340 Call `tramp-compat-replace-regexp-in-string'.
18341 (tramp-smb-get-file-entries): Use `push' instead of `pushnew'.
18342 (tramp-smb-handle-copy-file): Improve error message.
18343 (tramp-smb-handle-rename-file): Rename directly only in case
18344 `newname' does not exist yet. This is a restriction of smbclient.
18345 (tramp-smb-maybe-open-connection): Rerun the function only when
18346 `auth-sources' is non-nil.
18347
18348 2013-09-08 Kenichi Handa <handa@gnu.org>
18349
18350 * international/characters.el: Set category "^" (Combining) for
18351 more characters.
18352
18353 2013-09-07 Alan Mackenzie <acm@muc.de>
18354
18355 Correctly fontify Java class constructors.
18356 * progmodes/cc-langs.el (c-type-decl-suffix-key): Now matches ")"
18357 in Java Mode.
18358 (c-recognize-typeless-decls): Set the Java value to t.
18359 * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
18360 While handling a "(", add a check for, effectively, Java, and handle a
18361 "typeless" declaration there.
18362
18363 2013-09-07 Roland Winkler <winkler@gnu.org>
18364
18365 * textmodes/bibtex.el (bibtex-biblatex-entry-alist): Add optional
18366 field subtitle for entry type book.
18367
18368 2013-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
18369
18370 * minibuffer.el: Make minibuffer-complete call completion-in-region
18371 rather than other way around.
18372 (completion--some, completion-pcm--find-all-completions):
18373 Don't delay signals when debugging.
18374 (minibuffer-completion-contents): Beware fields within the
18375 minibuffer contents.
18376 (completion-all-sorted-completions): Use defvar-local.
18377 (completion--do-completion, completion--cache-all-sorted-completions)
18378 (completion-all-sorted-completions, minibuffer-force-complete):
18379 Add args `beg' and `end'.
18380 (completion--in-region-1): New fun, extracted from minibuffer-complete.
18381 (minibuffer-complete): Use completion-in-region.
18382 (completion-complete-and-exit): New fun, extracted from
18383 minibuffer-complete-and-exit.
18384 (minibuffer-complete-and-exit): Use it.
18385 (completion--complete-and-exit): Rename from
18386 minibuffer--complete-and-exit.
18387 (completion-in-region--single-word): New function, extracted from
18388 minibuffer-complete-word.
18389 (minibuffer-complete-word): Use it.
18390 (display-completion-list): Make `common-substring' argument obsolete.
18391 (completion--in-region): Call completion--in-region-1 instead of
18392 minibuffer-complete.
18393 (completion-help-at-point): Pass boundaries to
18394 minibuffer-completion-help as args rather than via an overlay.
18395 (completion-pcm--string->pattern): Use `any-delim'.
18396 (completion-pcm--optimize-pattern): New function.
18397 (completion-pcm--pattern->regex): Handle `any-delim'.
18398 * icomplete.el (icomplete-forward-completions)
18399 (icomplete-backward-completions, icomplete-completions):
18400 Adjust calls to completion-all-sorted-completions and
18401 completion--cache-all-sorted-completions.
18402 (icomplete-with-completion-tables): Default to t.
18403 * emacs-lisp/crm.el (crm--current-element): Rename from
18404 crm--select-current-element. Don't put an overlay but return the
18405 boundaries instead.
18406 (crm--completion-command): Take two new args to bind to the boundaries.
18407 (crm-completion-help): Adjust accordingly.
18408 (crm-complete): Use completion-in-region.
18409 (crm-complete-word): Use completion-in-region--single-word.
18410 (crm-complete-and-exit): Use completion-complete-and-exit.
18411
18412 2013-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
18413
18414 * dired-x.el (dired-mark-sexp): Bind the vars lexically rather
18415 than dynamically.
18416
18417 2013-09-06 Juri Linkov <juri@jurta.org>
18418
18419 * info.el (Info-display-images-node): When image file doesn't exist
18420 display text version of the image if it's provided in the Info file.
18421 Otherwise, display the location of missing image from SRC attribute.
18422 Add help-echo text property from ALT attribute. (Bug#15279)
18423
18424 2013-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
18425
18426 * abbrev.el (edit-abbrevs-mode-map): Rename from edit-abbrevs-map.
18427 (edit-abbrevs-mode): Use define-derived-mode.
18428
18429 * epa.el (epa--encode-coding-string, epa--decode-coding-string)
18430 (epa--select-safe-coding-system, epa--derived-mode-p): Make it obvious
18431 that it's defined.
18432 (epa-key-list-mode, epa-key-mode, epa-info-mode):
18433 Use define-derived-mode.
18434
18435 * epg.el (epg-start-encrypt): Minor CSE simplification.
18436
18437 2013-09-06 William Xu <william.xwl@gmail.com>
18438
18439 * arc-mode.el: Add support for 7za (bug#15264).
18440 (archive-7z-program): New var.
18441 (archive-zip-extract, archive-zip-expunge, archive-zip-update)
18442 (archive-zip-update-case, archive-7z-extract, archive-7z-expunge)
18443 (archive-7z-update, archive-zip-extract, archive-7z-summarize): Use it.
18444
18445 2013-09-06 Michael Albinus <michael.albinus@gmx.de>
18446
18447 Remove URL syntax.
18448
18449 * net/tramp.el (tramp-syntax, tramp-prefix-format)
18450 (tramp-postfix-method-format, tramp-prefix-ipv6-format)
18451 (tramp-postfix-ipv6-format, tramp-prefix-port-format)
18452 (tramp-postfix-host-format, tramp-file-name-regexp)
18453 (tramp-completion-file-name-regexp)
18454 (tramp-completion-dissect-file-name)
18455 (tramp-handle-substitute-in-file-name): Remove 'url case.
18456 (tramp-file-name-regexp-url)
18457 (tramp-completion-file-name-regexp-url): Remove constants.
18458
18459 2013-09-06 Glenn Morris <rgm@gnu.org>
18460
18461 * replace.el (replace-string): Doc fix re start/end. (Bug#15275)
18462
18463 2013-09-05 Dmitry Gutov <dgutov@yandex.ru>
18464
18465 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Move "Perl-ish
18466 keywords" below "here-doc beginnings" (Bug#15270).
18467
18468 2013-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
18469
18470 * subr.el (pop): Use `car-safe'.
18471 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Remove hack
18472 to detect unused `pop' return value.
18473
18474 * progmodes/python.el (python-nav-beginning-of-block): Remove unused
18475 var `block-regexp'.
18476 (python-nav--forward-sexp): Remove unused var `re-search-fn'.
18477 (python-fill-string): Remove unused var `marker'.
18478 (python-skeleton-add-menu-items): Remove unused var `items'.
18479
18480 * international/mule-cmds.el: Require CL.
18481 (find-coding-systems-for-charsets): Avoid add-to-list.
18482 (sanitize-coding-system-list): New function, extracted from
18483 select-safe-coding-system-interactively.
18484 (select-safe-coding-system-interactively): Use it.
18485 (read-input-method-name): Accept symbols for `default'.
18486
18487 * emacs-lisp/advice.el (defadvice): Add indent rule.
18488
18489 2013-09-05 Daniel Hackney <dan@haxney.org>
18490
18491 * dired-x.el:
18492 * net/ange-ftp.el:
18493 * net/browse-url.el:
18494 * net/dbus.el:
18495 * net/eudc.el:
18496 * net/eudcb-ldap.el:
18497 * net/eww.el:
18498 * net/imap.el:
18499 * printing.el:
18500 * vc/ediff-diff.el:
18501 * vc/ediff-init.el:
18502 * vc/ediff-merg.el:
18503 * vc/ediff-mult.el:
18504 * vc/ediff-util.el:
18505 * vc/ediff-wind.el:
18506 * vc/ediff.el:
18507 * vc/emerge.el:
18508 * vc/pcvs.el:
18509 * vc/vc-annotate.el: Prefix unused arguments with `_' to silence
18510 byte compiler. Remove some unused let-bound variables.
18511
18512 2013-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
18513
18514 * emacs-lisp/cconv.el: Use `car-safe' rather than `car' to access
18515 a "ref-cell", since it gets better optimized (bug#14883).
18516
18517 2013-09-05 Glenn Morris <rgm@gnu.org>
18518
18519 * progmodes/cc-awk.el (c-forward-sws): Declare.
18520
18521 2013-09-04 Glenn Morris <rgm@gnu.org>
18522
18523 * generic-x.el [rul-generic-mode]: Require cc-mode.
18524 (c++-mode-syntax-table): Declare.
18525 (rul-generic-mode-syntax-table): Init in the defvar.
18526
18527 2013-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
18528
18529 * vc/vc-dispatcher.el (vc-run-delayed): New macro.
18530 (vc-do-command, vc-set-async-update):
18531 * vc/vc-mtn.el (vc-mtn-dir-status):
18532 * vc/vc-hg.el (vc-hg-dir-status, vc-hg-dir-status-files)
18533 (vc-hg-pull, vc-hg-merge-branch):
18534 * vc/vc-git.el (vc-git-dir-status-goto-stage, vc-git-pull)
18535 (vc-git-merge-branch):
18536 * vc/vc-cvs.el (vc-cvs-print-log, vc-cvs-dir-status)
18537 (vc-cvs-dir-status-files):
18538 * vc/vc-bzr.el (vc-bzr-pull, vc-bzr-merge-branch, vc-bzr-dir-status)
18539 (vc-bzr-dir-status-files):
18540 * vc/vc-arch.el (vc-arch-dir-status): Use vc-run-delayed.
18541 * vc/vc-annotate.el: Use lexical-binding.
18542 (vc-annotate-display-select, vc-annotate): Use vc-run-delayed.
18543 (vc-sentinel-movepoint): Declare.
18544 (vc-annotate): Don't use `goto-line'.
18545 * vc/vc.el (vc-diff-internal): Prefer a closure to `(lambda...).
18546 (vc-diff-internal, vc-log-internal-common): Use vc-run-delayed.
18547 (vc-sentinel-movepoint): Declare.
18548 * vc/vc-svn.el: Use lexical-binding.
18549 (vc-svn-dir-status, vc-svn-dir-status-files): Use vc-run-delayed.
18550 * vc/vc-sccs.el:
18551 * vc/vc-rcs.el: Use lexical-binding.
18552
18553 * autorevert.el (auto-revert-notify-handler): Explicitly ignore
18554 `deleted'. Don't drop errors silently.
18555
18556 * emacs-lisp/gv.el (gv-get): Warn about CL-compiled places.
18557
18558 2013-09-04 Xue Fuqiao <xfq.free@gmail.com>
18559
18560 * vc/vc.el (vc-ignore): Rewrite.
18561 (vc-default-ignore): New function.
18562 (vc-default-ignore-completion-table): Use find-ignore-file.
18563
18564 * vc/vc-bzr.el (vc-bzr-ignore, vc-bzr-ignore-completion-table):
18565 * vc/vc-git.el (vc-git-ignore, vc-git-ignore-completion-table):
18566 * vc/vc-hg.el (vc-hg-ignore, vc-hg-ignore-completion-table):
18567 Remove. Most code moved to vc.el.
18568
18569 2013-09-03 Stefan Monnier <monnier@iro.umontreal.ca>
18570
18571 * net/tramp-gvfs.el (tramp-gvfs-mount-spec, tramp-synce-list-devices):
18572 * net/tramp-smb.el (tramp-smb-get-file-entries):
18573 * net/tramp-sh.el (tramp-sh-handle-insert-directory)
18574 (tramp-compute-multi-hops): Fix misuses of `add-to-list'.
18575
18576 * net/eww.el (eww-display-raw): Remove unused argument `charset'.
18577 Update call to it.
18578 (eww-change-select): Remove unused var `properties'.
18579 (eww-make-unique-file-name): Remove unused var `base'.
18580
18581 * finder.el (finder-compile-keywords): Don't mess with windows.
18582
18583 * calculator.el (calculator-funcall): Fix typo in last change.
18584
18585 * vc/vc-git.el (vc-git-checkin): Make it possible to commit a merge.
18586
18587 * emacs-lisp/package.el (package-activate-1): Don't let a missing
18588 <pkg>-autoloads.el file stop us.
18589
18590 * net/tramp.el (with-parsed-tramp-file-name): Silence compiler
18591 warnings, and factor out common code.
18592
18593 2013-09-03 Dmitry Gutov <dgutov@yandex.ru>
18594
18595 * progmodes/ruby-mode.el (ruby-calculate-indent): Consider
18596 two-character operators and whether the character preceding them
18597 changes their meaning (Bug#15208).
18598
18599 2013-09-02 Fabián Ezequiel Gallina <fgallina@gnu.org>
18600
18601 Format code sent to Python shell for robustness.
18602 * progmodes/python.el (python-shell-buffer-substring):
18603 New function.
18604 (python-shell-send-region, python-shell-send-buffer): Use it.
18605
18606 2013-09-02 Michael Albinus <michael.albinus@gmx.de>
18607
18608 * net/tramp-compat.el (tramp-compat-user-error): Move it ...
18609 * net/tramp.el (tramp-user-error): ... here.
18610 (tramp-find-method, tramp-check-proper-host)
18611 (tramp-dissect-file-name, tramp-debug-message)
18612 (tramp-handle-shell-command):
18613 * net/tramp-adb.el (tramp-adb-handle-shell-command):
18614 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler): Adapt callees.
18615
18616 * net/tramp-cache.el (tramp-cache-print): Don't print text properties.
18617
18618 2013-09-02 Martin Rudalics <rudalics@gmx.at>
18619
18620 * avoid.el (mouse-avoidance-point-position)
18621 (mouse-avoidance-too-close-p): Handle case where posn-at-point
18622 returns nil.
18623
18624 2013-09-02 Fabián Ezequiel Gallina <fgallina@gnu.org>
18625
18626 * progmodes/python.el (python-shell-completion-get-completions):
18627 Drop use of deleted `comint-last-prompt-overlay'.
18628 (python-nav-if-name-main): New command.
18629
18630 2013-09-01 Glenn Morris <rgm@gnu.org>
18631
18632 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
18633 Avoid leading space in $wins. Otherwise the sed command used by
18634 eg compile-main ends up containing "/*.el". (Bug#15170)
18635
18636 * frame.el (frame-background-mode): Doc fix. (Bug#15226)
18637
18638 2013-08-30 Glenn Morris <rgm@gnu.org>
18639
18640 * emacs-lisp/bytecomp.el (byte-recompile-directory):
18641 Fix is-this-a-directory logic. (Bug#15220)
18642
18643 2013-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
18644
18645 * textmodes/css-mode.el: Use SMIE.
18646 (css-smie-grammar): New var.
18647 (css-smie--forward-token, css-smie--backward-token)
18648 (css-smie-rules): New functions.
18649 (css-mode): Use them.
18650 (css-navigation-syntax-table): Remove var.
18651 (css-backward-sexp, css-forward-sexp, css-indent-calculate-virtual)
18652 (css-indent-calculate, css-indent-line): Remove functions.
18653
18654 Misc changes to reduce use of `(lambda...); and other cleanups.
18655 * cus-edit.el: Use lexical-binding.
18656 (customize-push-and-save, customize-apropos)
18657 (custom-buffer-create-internal): Use closures.
18658 * progmodes/bat-mode.el (bat-mode-syntax-table): "..." are strings.
18659 * progmodes/ada-xref.el: Use setq.
18660 * net/tramp.el (with-tramp-progress-reporter): Avoid setq.
18661 * dframe.el: Use lexical-binding.
18662 (dframe-frame-mode): Fix calling convention for hooks. Use a closure.
18663 * speedbar.el (speedbar-frame-mode): Adjust call accordingly.
18664 * descr-text.el: Use lexical-binding.
18665 (describe-text-widget, describe-text-sexp, describe-property-list):
18666 Use closures.
18667 * comint.el (comint-history-isearch-push-state): Use a closure.
18668 * calculator.el: Use lexical-binding.
18669 (calculator-number-to-string): Make it work with lexical-binding.
18670 (calculator-funcall): Same and use cl-letf.
18671
18672 * emacs-lisp/lisp.el (lisp--company-doc-buffer)
18673 (lisp--company-doc-string, lisp--company-location): New functions.
18674 (lisp-completion-at-point): Use them to improve Company support.
18675
18676 * progmodes/ruby-mode.el (ruby-smie-grammar): Add rule for formal
18677 params of lambda expressions.
18678 (ruby-smie--implicit-semi-p): Refine rule (bug#15208).
18679 (ruby-smie--opening-pipe-p): New function.
18680 (ruby-smie--forward-token, ruby-smie--backward-token): Handle Ruby
18681 symbols and matched |...| for formal params.
18682 (ruby-smie-rules): Don't let the formal params of a "do" prevent it
18683 from being treated as hanging. Handle "rescue".
18684
18685 2013-08-29 Glenn Morris <rgm@gnu.org>
18686
18687 * progmodes/cc-engine.el (c-pull-open-brace):
18688 Move definition before use.
18689
18690 2013-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
18691
18692 * emacs-lisp/cl-macs.el (cl-defsubst): Make it clear that args
18693 are immutable. Don't use `unsafe' any more.
18694 (cl--defsubst-expand): Don't substitute at the same time as keeping
18695 a residual unused let-binding. Don't use `unsafe' any more.
18696
18697 2013-08-29 Glenn Morris <rgm@gnu.org>
18698
18699 * calendar/cal-china.el (calendar-chinese-year-cache):
18700 Recenter on 2015.
18701
18702 * nxml/nxml-util.el (nxml-debug-clear-inside):
18703 Use cl-loop rather than loop.
18704
18705 * net/eww.el (eww-mode-map): Lower-case menu bar entries look bad.
18706
18707 * progmodes/sh-script.el (sh-builtins) <bash>: Add some bash4-isms.
18708
18709 2013-08-28 Glenn Morris <rgm@gnu.org>
18710
18711 * progmodes/antlr-mode.el: No need to require cc-mode twice.
18712
18713 * progmodes/cc-bytecomp.el (cc-require): Handle uncompiled case.
18714
18715 * progmodes/cc-mode.el (c-define-abbrev-table): Handle NAME unbound.
18716
18717 2013-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
18718
18719 * simple.el (repeat-complex-command--called-interactively-skip):
18720 New function.
18721 (repeat-complex-command): Use it (bug#14136).
18722
18723 * progmodes/cc-mode.el: Minor cleanup of var declarations.
18724 (c-define-abbrev-table): Add `doc' argument.
18725 (c-mode-abbrev-table, c++-mode-abbrev-table)
18726 (objc-mode-abbrev-table, java-mode-abbrev-table)
18727 (idl-mode-abbrev-table, pike-mode-abbrev-table)
18728 (awk-mode-abbrev-table): Use it.
18729 (c-mode-syntax-table, c-mode-map, c++-mode-syntax-table)
18730 (c++-mode-map, objc-mode-syntax-table, objc-mode-map)
18731 (java-mode-syntax-table, java-mode-map, idl-mode-syntax-table)
18732 (idl-mode-map, pike-mode-syntax-table, pike-mode-map, awk-mode-map):
18733 Move initialization into the declaration; and remove any
18734 autoload cookie.
18735
18736 * epg.el (epg--process-filter): Use with-current-buffer, save-excursion
18737 and dynamic let binding.
18738
18739 * vc/smerge-mode.el: Remove redundant :group args.
18740
18741 * emacs-lisp/package.el (package-activate-1): Don't add unnecessarily
18742 to load-path.
18743
18744 2013-08-28 Juri Linkov <juri@jurta.org>
18745
18746 * isearch.el (isearch-reread-key-sequence-naturally): Use non-nil
18747 arg DONT-DOWNCASE-LAST of `read-key-sequence'.
18748 (isearch-other-meta-char): Handle an undefined shifted printing
18749 character by downshifting it. (Bug#15200)
18750
18751 2013-08-28 Juri Linkov <juri@jurta.org>
18752
18753 * isearch.el (isearch-search): Change regexp error message for
18754 non-regexp searches. (Bug#15166)
18755
18756 2013-08-28 Paul Eggert <eggert@cs.ucla.edu>
18757
18758 * Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
18759 for portability to hosts where /bin/sh has problems.
18760
18761 2013-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
18762
18763 * emacs-lisp/cconv.el (cconv--analyse-function): Improve warning.
18764
18765 2013-08-27 Juri Linkov <juri@jurta.org>
18766
18767 * isearch.el (isearch-other-meta-char): Don't store kmacro commands
18768 in the keyboard macro. (Bug#15126)
18769
18770 2013-08-27 Juri Linkov <juri@jurta.org>
18771
18772 * isearch.el (isearch-quote-char): Comment out converting unibyte
18773 to multibyte, thus syncing with its `quoted-insert' counterpart.
18774 (Bug#15166)
18775
18776 2013-08-27 Martin Rudalics <rudalics@gmx.at>
18777
18778 * window.el (display-buffer-use-some-window): Add missing
18779 argument in call of get-largest-window (Bug#15185).
18780 Reported by Stephen Leake.
18781
18782 2013-08-27 Glenn Morris <rgm@gnu.org>
18783
18784 * emacs-lisp/package.el (package-buffer-info): Fix message typo.
18785
18786 2013-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
18787
18788 * progmodes/python.el (python-font-lock-keywords): Don't return nil
18789 from a matcher-function unless there's no more matches (bug#15161).
18790
18791 2013-08-26 Michael Albinus <michael.albinus@gmx.de>
18792
18793 * minibuffer.el: Revert change from 2013-08-20.
18794
18795 * net/tramp.el (tramp-find-method, tramp-find-user): Mark result
18796 with text property `tramp-default', if appropriate.
18797 (tramp-check-proper-host): New defun.
18798 (tramp-dissect-file-name): Do not check hostname. Revert change
18799 of 2013-03-18.
18800 (tramp-backtrace): Make VEC-OR-PROC optional.
18801
18802 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
18803 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
18804 * net/tramp-sh.el (tramp-maybe-open-connection):
18805 * net/tramp-smb.el (tramp-smb-maybe-open-connection):
18806 Apply `tramp-check-proper-host'.
18807
18808 2013-08-26 Tassilo Horn <tsdh@gnu.org>
18809
18810 * epa-hook.el (epa-file-encrypt-to): Quote `safe-local-variable'
18811 lambda expression in order to have `describe-variable' display it.
18812
18813 2013-08-26 Michael Albinus <michael.albinus@gmx.de>
18814
18815 * net/tramp-sh.el (tramp-sh-handle-verify-visited-file-modtime):
18816 BUF can be optional. (Bug#15186)
18817
18818 2013-08-25 Xue Fuqiao <xfq.free@gmail.com>
18819
18820 * progmodes/flymake.el (flymake-get-real-file-name-function):
18821 Fix broken customization. (Bug#15184)
18822
18823 2013-08-25 Alan Mackenzie <acm@muc.de>
18824
18825 Improve indentation of bracelists defined by macros (without "=").
18826
18827 * progmodes/cc-engine.el (c-inside-bracelist-p): When a macro
18828 expansion begins with "{", regard it as bracelist when it doesn't
18829 contain a ";".
18830
18831 Parse C++ inher-intro when there's a template split over 2 lines.
18832
18833 * progmodes/cc-engine.el (c-guess-basic-syntax CASE 5C): Code more
18834 rigorously the search for "class" etc. followed by ":".
18835
18836 * progmodes/cc-langs.el (c-opt-<>-sexp-key): Make the value for
18837 random languages a regexp which never matches rather than nil.
18838
18839 Handle "/"s more accurately in test for virtual semicolons (AWK Mode).
18840
18841 * progmodes/cc-awk.el (c-awk-one-line-possibly-open-string-re)
18842 (c-awk-regexp-one-line-possibly-open-char-list-re)
18843 (c-awk-one-line-possibly-open-regexp-re)
18844 (c-awk-one-line-non-syn-ws*-re): Remove.
18845 (c-awk-possibly-open-string-re, c-awk-non-/-syn-ws*-re)
18846 (c-awk-space*-/-re, c-awk-space*-regexp-/-re)
18847 (c-awk-space*-unclosed-regexp-/-re): New constants.
18848 (c-awk-at-vsemi-p): Reformulate better to recognize "/"s which
18849 aren't regexp delimiters.
18850
18851 * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Add in
18852 handling for a rare situation in AWK Mode involving unterminated
18853 strings/regexps.
18854
18855 2013-08-23 Glenn Morris <rgm@gnu.org>
18856
18857 * files.el (auto-mode-alist): Use sh-mode for .bash_history.
18858
18859 * files.el (interpreter-mode-alist): Use tcl-mode for expect scripts.
18860
18861 * files.el (create-file-buffer): If the result would begin with
18862 spaces, prepend a "|" instead of removing them. (Bug#15162)
18863
18864 2013-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
18865
18866 * textmodes/fill.el (fill-match-adaptive-prefix): Don't throw away
18867 text-properties (bug#15155).
18868
18869 * calc/calc-keypd.el (calc-keypad-execute): `x-flush-mouse-queue' doesn't
18870 exist any more.
18871 (calc-keypad-redraw): Remove unused var `pad'.
18872 (calc-keypad-press): Remove unused var `menu'.
18873
18874 2013-08-23 Martin Rudalics <rudalics@gmx.at>
18875
18876 * window.el (display-buffer-pop-up-frame):
18877 Call pop-up-frame-function with BUFFER current so `make-frame' will
18878 use it as the new frame's buffer (Bug#15133).
18879
18880 2013-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
18881
18882 * calendar/timeclock.el: Minor cleanups.
18883 (timeclock-ask-before-exiting, timeclock-use-display-time):
18884 Use `symbol'.
18885 (timeclock-modeline-display): Define as alias before the
18886 actual definition.
18887 (timeclock-mode-line-display): Use define-minor-mode.
18888 (timeclock-day-list-template): Make it a function, add an argument.
18889 (timeclock-day-list-required, timeclock-day-list-length)
18890 (timeclock-day-list-debt, timeclock-day-list-span)
18891 (timeclock-day-list-break): Adjust calls accordingly.
18892
18893 2013-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
18894
18895 * emacs-lisp/pp.el (pp-eval-expression, pp-macroexpand-expression):
18896 Use read--expression so that completion works again.
18897
18898 2013-08-21 Sam Steingold <sds@gnu.org>
18899
18900 Add rudimentary inferior shell interaction
18901 * progmodes/sh-script.el (sh-shell-process): New buffer-local variable.
18902 (sh-set-shell): Reset it.
18903 (sh-show-shell, sh-cd-here, sh-send-line-or-region-and-step):
18904 New commands (bound to C-c C-z, C-c C-d, and C-c C-n).
18905
18906 2013-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
18907
18908 * align.el: Use lexical-binding.
18909 (align-region): Simplify accordingly.
18910
18911 2013-08-20 Michael Albinus <michael.albinus@gmx.de>
18912
18913 * minibuffer.el (completion--sifn-requote): Bind `non-essential'.
18914
18915 * rfn-eshadow.el (rfn-eshadow-update-overlay): Move binding of
18916 `non-essential' up.
18917
18918 2013-08-17 Michael Albinus <michael.albinus@gmx.de>
18919
18920 * net/tramp.el:
18921 * net/tramp-adb.el:
18922 * net/tramp-cmds.el:
18923 * net/tramp-ftp.el:
18924 * net/tramp-gvfs.el:
18925 * net/tramp-gw.el:
18926 * net/tramp-sh.el: Don't wrap external variable declarations by
18927 `eval-when-compile'.
18928
18929 2013-08-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
18930
18931 * net/shr.el (shr-rescale-image): Use ImageMagick even for GIFs
18932 now that Emacs supports ImageMagick animations.
18933
18934 2013-08-16 Michael Albinus <michael.albinus@gmx.de>
18935
18936 * net/tramp-cmds.el (top): Don't declare `buffer-name'.
18937 (tramp-append-tramp-buffers): Rewrite buffer local variables part.
18938
18939 2013-08-16 Martin Rudalics <rudalics@gmx.at>
18940
18941 * window.el (mouse-autoselect-window-select): Do autoselect when
18942 mouse pointer is on margin.
18943
18944 2013-08-16 William Parsons <wbparsons@alum.mit.edu> (tiny change)
18945
18946 * net/ange-ftp.el (ange-ftp-skip-msgs): Add 500 EPSV. (Bug#1972)
18947
18948 2013-08-16 Glenn Morris <rgm@gnu.org>
18949
18950 * net/ange-ftp.el (ange-ftp-good-msgs, ange-ftp-get-pwd):
18951 Handle "Remote Directory" response of some clients. (Bug#15058)
18952
18953 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local):
18954 Tweak warning. (Bug#14926)
18955
18956 * menu-bar.el (send-mail-item-name, read-mail-item-name): Remove.
18957 (menu-bar-tools-menu): Simplify news and mail items. (Bug#15095)
18958
18959 * image-mode.el (image-mode-map): Add menu items to reverse,
18960 increase, decrease, reset animation speed.
18961 (image--set-speed, image-increase-speed, image-decrease-speed)
18962 (image-reverse-speed, image-reset-speed): New functions.
18963 (image-mode-map): Add bindings for speed commands.
18964
18965 * image.el (image-animate-get-speed, image-animate-set-speed):
18966 New functions.
18967 (image-animate-timeout): Respect image :speed property.
18968
18969 2013-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
18970
18971 * emacs-lisp/debug.el (debugger-setup-buffer): Put point on the
18972 previous line (bug#15101).
18973 (debugger-eval-expression, debugger-record-expression):
18974 Use read--expression (bug#15102).
18975
18976 2013-08-15 Michael Albinus <michael.albinus@gmx.de>
18977
18978 Remove byte compiler warnings, visible when compiling with
18979 `byte-compile-force-lexical-warnings' set to t.
18980
18981 * net/tramp.el (tramp-debug-message, tramp-message, tramp-error)
18982 (tramp-error-with-buffer): Rename ARGS to ARGUMENTS and BUFFER to BUF.
18983 (tramp-handle-unhandled-file-name-directory)
18984 (tramp-handle-file-notify-add-watch, tramp-action-login)
18985 (tramp-action-succeed, tramp-action-permission-denied)
18986 (tramp-action-terminal, tramp-action-process-alive): Prefix unused
18987 arguments with "_".
18988
18989 * net/tramp-adb.el (tramp-adb-parse-device-names)
18990 (tramp-adb-handle-insert-directory, tramp-adb-handle-delete-file)
18991 (tramp-adb-handle-copy-file): Prefix unused arguments with "_".
18992 (tramp-adb-handle-file-truename): Remove unused arguments.
18993
18994 * net/tramp-cache.el (tramp-flush-directory-property)
18995 (tramp-flush-connection-property, tramp-list-connections)
18996 (tramp-parse-connection-properties): Prefix unused arguments with "_".
18997
18998 * net/tramp-compat.el (tramp-compat-make-temp-file):
18999 Rename FILENAME to F.
19000
19001 * net/tramp-gvfs.el (tramp-gvfs-handle-file-notify-add-watch)
19002 (tramp-gvfs-handle-write-region, tramp-bluez-parse-device-names)
19003 (tramp-zeroconf-parse-workstation-device-names)
19004 (tramp-zeroconf-parse-webdav-device-names)
19005 (tramp-synce-parse-device-names): Prefix unused arguments with "_".
19006
19007 * net/tramp-gw.el (tramp-gw-gw-proc-sentinel)
19008 (tramp-gw-aux-proc-sentinel): Prefix unused arguments with "_".
19009
19010 * net/tramp-sh.el (tramp-sh-handle-file-truename): Remove unused
19011 arguments.
19012 (tramp-sh-handle-copy-file, tramp-sh-handle-dired-compress-file)
19013 (tramp-sh-handle-insert-file-contents-literally)
19014 (tramp-sh-handle-file-notify-add-watch): Prefix unused arguments
19015 with "_".
19016 (tramp-do-copy-or-rename-file, tramp-barf-if-no-shell-prompt):
19017 Remove unused variables.
19018
19019 * net/tramp-smb.el (tramp-smb-handle-copy-directory)
19020 (tramp-smb-handle-copy-file, tramp-smb-handle-delete-file)
19021 (tramp-smb-read-file-entry): Prefix unused arguments with "_".
19022
19023 * net/tramp-uu.el (tramp-uu-b64-alphabet, tramp-uu-b64-char-to-byte):
19024 Make them a defconst.
19025 (tramp-uuencode-region): Remove unused variable.
19026
19027 2013-08-14 Juanma Barranquero <lekktu@gmail.com>
19028
19029 * frameset.el (frameset--prop-setter): New function.
19030 (frameset-prop): Add gv-setter declaration.
19031 (frameset-filter-minibuffer): Deal with the case that the minibuffer
19032 parameter was already set in FILTERED. Doc fix.
19033 (frameset--record-minibuffer-relationships): Allow saving a
19034 minibufferless frame without its corresponding minibuffer frame.
19035 (frameset--reuse-frame): Accept a match from an orphaned minibufferless
19036 frame, if the frame id matches.
19037 (frameset--minibufferless-last-p): Sort non-orphaned minibufferless
19038 frames before orphaned ones.
19039 (frameset-restore): Warn about orphaned windows, instead of error out.
19040
19041 2013-08-14 Martin Rudalics <rudalics@gmx.at>
19042
19043 * window.el (window-make-atom): Don't overwrite parameter
19044 already present.
19045 (display-buffer-in-atom-window): Handle special case where we
19046 split an already atomic window.
19047 (window--major-non-side-window, display-buffer-in-side-window)
19048 (window--side-check): Ignore minibuffer window when walking
19049 window tree.
19050 (window-deletable-p): Return 'frame only if no other frame uses
19051 our minibuffer window.
19052 (record-window-buffer): Run buffer-list-update-hook.
19053 (split-window): Make sure window--check-frame won't destroy an
19054 existing atomic window in case the new window gets nested
19055 inside.
19056 (display-buffer-at-bottom): Ignore minibuffer window when
19057 walking window tree. Don't split a side window.
19058 (pop-to-buffer): Don't set-buffer here, the select-window call
19059 should do that.
19060 (mouse-autoselect-window-select): Autoselect only if we are in the
19061 text portion of the window.
19062
19063 2013-08-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
19064
19065 * net/shr.el (shr-parse-image-data): New function to grab both the
19066 data itself and the Content-Type.
19067 (shr-put-image): Use it.
19068
19069 * net/eww.el (eww-display-image): Ditto.
19070
19071 * image.el (image-content-type-suffixes): New variable.
19072
19073 2013-08-13 Fabián Ezequiel Gallina <fgallina@gnu.org>
19074
19075 * progmodes/python.el (python-imenu--build-tree)
19076 (python-imenu--put-parent): Simplify and Fix (GH bug 146).
19077
19078 2013-08-13 Xue Fuqiao <xfq.free@gmail.com>
19079
19080 * simple.el (backward-word): Mention the optional argument.
19081
19082 2013-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
19083
19084 * frameset.el (frameset--make): Rename constructor from make-frameset.
19085 (frameset-p, frameset-valid-p): Don't autoload.
19086 (frameset-valid-p): Use normal accessors.
19087
19088 2013-08-13 Glenn Morris <rgm@gnu.org>
19089
19090 * progmodes/compile.el (compile-command): Tweak example in doc.
19091 * obsolete/scribe.el (scribe-mode):
19092 * progmodes/mixal-mode.el (mixal-mode): Quote buffer name. (Bug#15053)
19093
19094 * mail/feedmail.el (feedmail-confirm-outgoing)
19095 (feedmail-display-full-frame, feedmail-deduce-bcc-where): Fix types.
19096
19097 * cus-start.el (truncate-partial-width-windows): Fix type.
19098
19099 * emulation/viper-init.el (viper-search-scroll-threshold): Fix type.
19100
19101 * net/shr.el (shr-table-horizontal-line): Fix custom type.
19102
19103 2013-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
19104
19105 * emacs-lisp/timer.el (timer--time-setter): New function.
19106 (timer--time): Use it as gv-setter.
19107
19108 * emacs-lisp/gv.el (gv-define-simple-setter): Output warning when
19109 setter is not a symbol.
19110
19111 2013-08-12 Grégoire Jadi <daimrod@gmail.com>
19112
19113 * mail/sendmail.el (sendmail-send-it): Don't kill the error buffer
19114 if sending fails. This makes debugging easier.
19115
19116 2013-08-12 Juanma Barranquero <lekktu@gmail.com>
19117
19118 * xml.el (xml-parse-tag-1): Use looking-at (this reverts change in
19119 2013-08-11T00:07:48Z!lekktu@gmail.com, which breaks the test suite).
19120 https://lists.gnu.org/archive/html/emacs-devel/2013-08/msg00263.html
19121
19122 2013-08-12 Eli Zaretskii <eliz@gnu.org>
19123
19124 * term/w32-win.el (dynamic-library-alist): Add DLLs for zlib.
19125
19126 2013-08-12 Glenn Morris <rgm@gnu.org>
19127
19128 * format.el (format-annotate-function):
19129 Handle read-only text properties in the source. (Bug#14887)
19130
19131 2013-08-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
19132
19133 * net/eww.el (eww-display-html): Ignore coding system errors.
19134 One web site uses "utf-8lias" as the coding system.
19135
19136 2013-08-11 Juanma Barranquero <lekktu@gmail.com>
19137
19138 * frameset.el (frameset-valid-p): Fix check; STATES can indeed be nil.
19139
19140 2013-08-10 Juanma Barranquero <lekktu@gmail.com>
19141
19142 * tutorial.el (tutorial--describe-nonstandard-key): Use string-match-p.
19143 (tutorial--detailed-help): Remove unused local variables.
19144 (tutorial--save-tutorial-to): Use ignore-errors.
19145 (help-with-tutorial): Use looking-at-p.
19146
19147 * view.el (view-buffer-other-window, view-buffer-other-frame):
19148 Mark unused arguments.
19149
19150 * woman.el (woman-parse-colon-path, woman-parse-colon-path)
19151 (woman-select-symbol-fonts, woman, woman-find-file)
19152 (woman-insert-file-contents, woman-non-underline-faces):
19153 Use string-match-p.
19154 (woman1-unquote): Move declaration.
19155
19156 * xml.el (xml-parse-tag-1, xml-parse-string): Use looking-at-p.
19157 (xml-parse-dtd): Use looking-at-p, string-match-p. Mark unused
19158 argument. Remove unused local variable.
19159 (xml-parse-elem-type): Use string-match-p.
19160 (xml-substitute-numeric-entities): Use ignore-errors.
19161
19162 * calculator.el (calculator): Mark unused argument.
19163 (calculator-paste, calculator-quit, calculator-integer-p):
19164 Use ignore-errors.
19165 (calculator-string-to-number, calculator-decimal, calculator-exp)
19166 (calculator-op-or-exp): Use string-match-p.
19167
19168 * dired.el (dired-buffer-more-recently-used-p): Declare.
19169 (dired-insert-set-properties, dired-insert-old-subdirs):
19170 Use ignore-errors.
19171
19172 * dired-aux.el (dired-compress): Use ignore-errors.
19173 (dired-do-chxxx, dired-do-chmod, dired-trample-file-versions)
19174 (dired-do-async-shell-command, dired-do-shell-command)
19175 (dired-shell-stuff-it, dired-compress-file, dired-insert-subdir)
19176 (dired-insert-subdir-validate): Use string-match-p.
19177 (dired-map-dired-file-lines, dired-subdir-hidden-p): Use looking-at-p.
19178 (dired-add-entry): Use string-match-p, looking-at-p.
19179 (dired-insert-subdir-newpos): Remove unused local variable.
19180
19181 * filenotify.el (file-notify-callback): Remove unused local variable.
19182
19183 * filesets.el (filesets-error): Mark unused argument.
19184 (filesets-which-command-p, filesets-filter-dir-names)
19185 (filesets-directory-files, filesets-get-external-viewer)
19186 (filesets-ingroup-get-data): Use string-match-p.
19187
19188 * find-file.el (ff-other-file-name, ff-other-file-name)
19189 (ff-find-the-other-file, ff-cc-hh-converter):
19190 Remove unused local variables.
19191 (ff-get-file-name): Use string-match-p.
19192 (ff-all-dirs-under): Use ignore-errors.
19193
19194 * follow.el (follow-comint-scroll-to-bottom): Mark unused argument.
19195 (follow-select-if-visible): Remove unused local variable.
19196
19197 * forms.el (read-file-filter): Move declaration.
19198 (forms--make-format, forms--make-parser, forms-insert-record):
19199 Quote function with #'.
19200 (forms--update): Use string-match-p. Quote function with #'.
19201
19202 * help-mode.el (help-dir-local-var-def): Mark unused argument.
19203 (help-make-xrefs): Use looking-at-p.
19204 (help-xref-on-pp): Use looking-at-p, ignore-errors.
19205
19206 * ibuffer.el (ibuffer-ext-visible-p): Declare.
19207 (ibuffer-confirm-operation-on): Use string-match-p.
19208
19209 * msb.el (msb-item-handler, msb-dired-item-handler):
19210 Mark unused arguments.
19211
19212 * ses.el (ses-decode-cell-symbol)
19213 (ses-kill-override): Remove unused local variable.
19214 (ses-create-cell-variable, ses-relocate-formula): Use string-match-p.
19215 (ses-load): Use ignore-errors, looking-at-p.
19216 (ses-jump-safe): Use ignore-errors.
19217 (ses-export-tsv, ses-export-tsf, ses-unsafe): Mark unused arguments.
19218
19219 * tabify.el (untabify, tabify): Mark unused arguments.
19220
19221 * thingatpt.el (thing-at-point--bounds-of-well-formed-url):
19222 Mark unused argument.
19223 (bounds-of-thing-at-point, thing-at-point-bounds-of-list-at-point)
19224 (thing-at-point-newsgroup-p, form-at-point): Use ignore-errors.
19225
19226 * emacs-lisp/timer.el (timer--time): Define setter with
19227 gv-define-setter to avoid deprecation warning.
19228
19229 * completion.el: Remove stuff unused since revno:3176 (1993-05-27).
19230 (*record-cmpl-statistics-p*): Remove (was commented out).
19231 (cmpl-statistics-block): Remove (body was commented out).
19232 All callers changed.
19233 (add-completions-from-buffer, load-completions-from-file):
19234 Remove unused variables.
19235
19236 2013-08-09 Juanma Barranquero <lekktu@gmail.com>
19237
19238 * filecache.el (file-cache-delete-file-list):
19239 Print message only when told so.
19240 (file-cache-files-matching): Use #' in mapconcat argument.
19241
19242 * ffap.el (ffap-url-at-point): Fix reference to variable
19243 thing-at-point-default-mail-uri-scheme.
19244
19245 2013-08-09 Stefan Monnier <monnier@iro.umontreal.ca>
19246
19247 * subr.el (define-error): New function.
19248 * progmodes/ada-xref.el (ada-error-file-not-found): Rename from
19249 error-file-not-found and define with define-error.
19250 * emacs-lisp/cl-lib.el (cl-assertion-failed): Move here from subr.el
19251 and define with define-error.
19252 * userlock.el (file-locked, file-supersession):
19253 * simple.el (mark-inactive):
19254 * progmodes/js.el (js-moz-bad-rpc, js-js-error):
19255 * progmodes/ada-mode.el (ada-mode-errors):
19256 * play/life.el (life-extinct):
19257 * nxml/xsd-regexp.el (xsdre-invalid-regexp, xsdre-parse-error):
19258 * nxml/xmltok.el (xmltok-markup-declaration-parse-error):
19259 * nxml/rng-util.el (rng-error):
19260 * nxml/rng-uri.el (rng-uri-error):
19261 * nxml/rng-match.el (rng-compile-error):
19262 * nxml/rng-cmpct.el (rng-c-incorrect-schema):
19263 * nxml/nxml-util.el (nxml-error, nxml-file-parse-error):
19264 * nxml/nxml-rap.el (nxml-scan-error):
19265 * nxml/nxml-outln.el (nxml-outline-error):
19266 * net/soap-client.el (soap-error):
19267 * net/gnutls.el (gnutls-error):
19268 * net/ange-ftp.el (ftp-error):
19269 * mpc.el (mpc-proc-error):
19270 * json.el (json-error, json-readtable-error, json-unknown-keyword)
19271 (json-number-format, json-string-escape, json-string-format)
19272 (json-key-format, json-object-format):
19273 * jka-compr.el (compression-error):
19274 * international/quail.el (quail-error):
19275 * international/kkc.el (kkc-error):
19276 * emacs-lisp/ert.el (ert-test-failed):
19277 * calc/calc.el (calc-error, inexact-result, math-overflow)
19278 (math-underflow):
19279 * bookmark.el (bookmark-error-no-filename):
19280 * epg.el (epg-error): Define with define-error.
19281
19282 * time.el (display-time-event-handler)
19283 (display-time-next-load-average): Don't call sit-for since it seems
19284 unnecessary (bug#15045).
19285
19286 * emacs-lisp/checkdoc.el: Remove redundant :group keywords.
19287 Use #' instead of ' to quote functions.
19288 (checkdoc-output-mode): Use setq-local.
19289 (checkdoc-spellcheck-documentation-flag, checkdoc-ispell-lisp-words)
19290 (checkdoc-verb-check-experimental-flag, checkdoc-proper-noun-regexp)
19291 (checkdoc-common-verbs-regexp): Mark safe-local-variable (bug#15010).
19292 (checkdoc-ispell, checkdoc-ispell-current-buffer)
19293 (checkdoc-ispell-interactive, checkdoc-ispell-message-interactive)
19294 (checkdoc-ispell-message-text, checkdoc-ispell-start)
19295 (checkdoc-ispell-continue, checkdoc-ispell-comments)
19296 (checkdoc-ispell-defun): Remove unused arg `take-notes'.
19297
19298 * ido.el (ido-completion-help): Fix up compiler warning.
19299
19300 2013-08-09 Juanma Barranquero <lekktu@gmail.com>
19301
19302 * frameset.el (frameset-p): Add autoload cookie.
19303 (frameset--jump-to-register): New function, based on code moved from
19304 register.el.
19305 (frameset-to-register): Move from register.el. Adapt to `registerv'.
19306
19307 * register.el (frameset-frame-id, frameset-frame-with-id, frameset-p)
19308 (frameset-restore, frameset-save, frameset-session-filter-alist):
19309 Remove declarations.
19310 (register-alist): Doc fix.
19311 (frameset-to-register): Move to frameset.el.
19312 (jump-to-register, describe-register-1): Remove frameset-specific code.
19313
19314 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
19315
19316 * allout-widgets.el (allout-widgets-pre-command-business)
19317 (allout-widgets-post-command-business)
19318 (allout-widgets-after-change-handler)
19319 (allout-decorate-item-and-context, allout-set-boundary-marker)
19320 (allout-body-modification-handler)
19321 (allout-graphics-modification-handler): Mark ignored arguments.
19322 (allout-widgets-post-command-business)
19323 (allout-widgets-exposure-change-processor)
19324 (allout-widgets-exposure-undo-processor)
19325 (allout-decorate-item-and-context, allout-redecorate-visible-subtree)
19326 (allout-parse-item-at-point, allout-decorate-item-guides)
19327 (allout-decorate-item-cue, allout-item-span): Remove unused variables.
19328 * allout.el (epa-passphrase-callback-function): Declare.
19329 (allout-overlay-insert-in-front-handler)
19330 (allout-overlay-interior-modification-handler)
19331 (allout-isearch-end-handler, allout-chart-siblings)
19332 (allout-up-current-level, allout-end-of-level, allout-reindent-body)
19333 (allout-yank-processing, allout-process-exposed)
19334 (allout-latex-verb-quote, allout-latexify-one-item, outlineify-sticky)
19335 (allout-latex-verbatim-quote-curr-line): Remove unused variables.
19336 * emacs-lisp/lisp-mode.el (lisp-eval-defun, last-sexp-toggle-display)
19337 (lisp-indent-defform): Mark ignored arguments.
19338 (lisp-indent-line): Mark ignored arguments. Remove unused variables.
19339 (calculate-lisp-indent): Remove unused variables.
19340 * international/characters.el (indian-2-column, arabic-2-column)
19341 (tibetan): Mark ignored arguments.
19342 (use-cjk-char-width-table): Mark ignored arguments.
19343 Remove unused variables.
19344 * international/fontset.el (build-default-fontset-data)
19345 (x-compose-font-name, create-fontset-from-fontset-spec):
19346 Mark ignored arguments.
19347 (fontset-plain-name): Remove unused variables.
19348 * international/mule.el (charset-id, charset-bytes, generic-char-p)
19349 (keyboard-coding-system): Mark ignored arguments.
19350 (find-auto-coding): Remove unused variables. Use `ignore-errors'.
19351 * help.el (resize-temp-buffer-window):
19352 * window.el (display-buffer-in-major-side-window)
19353 (display-buffer-in-side-window, display-buffer-in-previous-window):
19354 Remove unused variables.
19355 * isearch.el (isearch-forward-symbol):
19356 * version.el (emacs-bzr-version-bzr):
19357 * international/mule-cmds.el (current-language-environment):
19358 * term/common-win.el (x-handle-iconic, x-handle-geometry)
19359 (x-handle-display):
19360 * term/pc-win.el (x-list-fonts, x-display-planes)
19361 (x-display-color-cells, x-server-max-request-size, x-server-vendor)
19362 (x-server-version, x-display-screens, x-display-mm-height)
19363 (x-display-mm-width, x-display-backing-store, x-display-visual-class)
19364 (x-selection-owner-p, x-own-selection-internal)
19365 (x-disown-selection-internal, x-get-selection-internal)
19366 (msdos-initialize-window-system):
19367 * term/tty-colors.el (tty-color-alist, tty-color-clear):
19368 * term/x-win.el (x-handle-no-bitmap-icon):
19369 * vc/vc-hooks.el (vc-mode, vc-default-make-version-backups-p)
19370 (vc-default-find-file-hook, vc-default-extra-menu):
19371 Mark ignored arguments.
19372
19373 2013-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
19374
19375 * emacs-lisp/edebug.el (edebug-debugger): Use edebug-eval to run the
19376 break-condition in the context of the debugged code (bug#12685).
19377
19378 2013-08-08 Christopher Schmidt <christopher@ch.ristopher.com>
19379
19380 * comint.el:
19381 Do not use an overlay to highlight the last prompt. (Bug#14744)
19382 (comint-mode): Make comint-last-prompt buffer local.
19383 (comint-last-prompt): New variable.
19384 (comint-last-prompt-overlay): Remove. Superseded by
19385 comint-last-prompt.
19386 (comint-snapshot-last-prompt, comint-output-filter):
19387 Use comint-last-prompt.
19388
19389 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
19390
19391 * frameset.el (frameset-valid-p): Check vector length. Doc fix.
19392 (frameset-save): Check validity of the resulting frameset.
19393
19394 2013-08-08 Xue Fuqiao <xfq.free@gmail.com>
19395
19396 * ido.el (ido-record-command): Add doc string.
19397
19398 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
19399
19400 * frameset.el (frameset): Do not disable creation of the default
19401 frameset-p predicate. Doc fix.
19402 (frameset-valid-p): New function, copied from the old predicate-p.
19403 Add additional checks.
19404 (frameset-restore): Check with frameset-valid-p.
19405 (frameset-p, frameset-version, frameset-timestamp, frameset-app)
19406 (frameset-name, frameset-description, frameset-properties)
19407 (frameset-states): Add docstring.
19408 (frameset-session-filter-alist, frameset-persistent-filter-alist)
19409 (frameset-filter-alist): Doc fixes.
19410
19411 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
19412
19413 * frameset.el (frameset-p, frameset-prop): Doc fixes.
19414
19415 2013-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
19416
19417 * emacs-lisp/bytecomp.el (byte-compile-function-warn): New function,
19418 extracted from byte-compile-callargs-warn and byte-compile-normal-call.
19419 (byte-compile-callargs-warn, byte-compile-function-form): Use it.
19420 (byte-compile-normal-call): Remove obsolescence check.
19421
19422 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
19423
19424 * frameset.el (frameset-restore): Doc fix.
19425
19426 * register.el (frameset-frame-id, frameset-frame-with-id)
19427 (frameset-p, frameset-restore, frameset-save): Declare.
19428 (register-alist): Document framesets.
19429 (frameset-session-filter-alist): Declare.
19430 (frameset-to-register): New function.
19431 (jump-to-register): Implement jumping to framesets. Doc fix.
19432 (describe-register-1): Describe framesets.
19433
19434 * bindings.el (ctl-x-r-map): Bind ?f to frameset-to-register.
19435
19436 2013-08-07 Juanma Barranquero <lekktu@gmail.com>
19437
19438 * desktop.el (desktop-save-frameset): Use new frameset-save args.
19439 Use lexical-binding.
19440
19441 * frameset.el (frameset): Use type vector, not list (incompatible
19442 change). Do not declare a new constructor, use the default one.
19443 Upgrade suggested properties `app', `name' and `desc' to slots `app',
19444 `name' and `description', respectively, and add read-only slot
19445 `timestamp'. Doc fixes.
19446 (frameset-copy, frameset-persistent-filter-alist)
19447 (frameset-filter-alist, frameset-switch-to-gui-p)
19448 (frameset-switch-to-tty-p, frameset-filter-tty-to-GUI)
19449 (frameset-filter-sanitize-color, frameset-filter-minibuffer)
19450 (frameset-filter-iconified, frameset-keep-original-display-p):
19451 Doc fixes.
19452 (frameset-filter-shelve-param, frameset-filter-unshelve-param):
19453 Rename from frameset-filter-(save|restore)-param. All callers changed.
19454 Doc fix.
19455 (frameset-p): Adapt to change to vector and be more thorough.
19456 Change arg name to OBJECT. Doc fix.
19457 (frameset-prop): Rename arg PROP to PROPERTY. Doc fix.
19458 (frameset-session-filter-alist): Rename from frameset-live-filter-alist.
19459 All callers changed.
19460 (frameset-frame-with-id): Rename from frameset-locate-frame-id.
19461 All callers changed.
19462 (frameset--record-minibuffer-relationships): Rename from
19463 frameset--process-minibuffer-frames. All callers changed.
19464 (frameset-save): Add new keyword arguments APP, NAME and DESCRIPTION.
19465 Use new default constructor (again). Doc fix.
19466 (frameset--find-frame-if): Rename from `frameset--find-frame'.
19467 All callers changed.
19468 (frameset--reuse-frame): Rename arg FRAME-CFG to PARAMETERS.
19469 (frameset--initial-params): Rename arg FRAME-CFG to PARAMETERS.
19470 Doc fix.
19471 (frameset--restore-frame): Rename args FRAME-CFG and WINDOW-CFG to
19472 PARAMETERS and WINDOW-STATE, respectively.
19473 (frameset-restore): Add new keyword argument PREDICATE.
19474 Reset frameset--target-display to nil. Doc fix.
19475
19476 2013-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
19477
19478 * progmodes/bat-mode.el (bat--syntax-propertize): New var.
19479 (bat-mode): Use it.
19480 (bat-mode-syntax-table): Mark \n as end-of-comment.
19481 (bat-font-lock-keywords): Remove comment rule.
19482
19483 * progmodes/bat-mode.el: Rename from dos.el. Use "bat-" prefix.
19484 (dos-mode-help): Remove. Use describe-mode (C-h m) instead.
19485
19486 * emacs-lisp/bytecomp.el: Check existence of f in #'f.
19487 (byte-compile-callargs-warn): Use `push'.
19488 (byte-compile-arglist-warn): Ignore higher-order "calls".
19489 (byte-compile-file-form-autoload): Use `pcase'.
19490 (byte-compile-function-form): If quoting a symbol, check that it exists.
19491
19492 2013-08-07 Eli Zaretskii <eliz@gnu.org>
19493
19494 * progmodes/dos.el (dos-font-lock-keywords): Rename LINUX to UNIX
19495 and add a few popular commands found in batch files.
19496 (dos, dos-label-face, dos-cmd-help, dos-run, dos-run-args)
19497 (dos-mode): Doc fixes.
19498
19499 2013-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
19500
19501 * progmodes/dos.el (auto-mode-alist): Add entries for dos-mode.
19502 (dos-mode): Use setq-local. Add space after "rem".
19503 (dos-mode-syntax-table): Don't use "w" for symbol chars.
19504 (dos-font-lock-keywords): Try to adjust font-lock rules accordingly.
19505
19506 2013-08-07 Arni Magnusson <arnima@hafro.is>
19507
19508 * progmodes/dos.el: New file.
19509 * generic-x.el (bat-generic-mode): Redefine as an obsolete alias to
19510 dos-mode.
19511
19512 2013-08-06 Glenn Morris <rgm@gnu.org>
19513
19514 * calendar/calendar.el: Add new faces, and day-header-array.
19515 (calendar-weekday-header, calendar-weekend-header)
19516 (calendar-month-header): New faces.
19517 (calendar-day-header-construct): New function.
19518 (calendar-day-header-width): Also :set calendar-day-header-array.
19519 (calendar-american-month-header, calendar-european-month-header)
19520 (calendar-iso-month-header): Use calendar- faces.
19521 (calendar-generate-month):
19522 Use calendar-day-header-array for day headers; apply faces to them.
19523 (calendar-mode): Check calendar-font-lock-keywords non-nil.
19524 (calendar-abbrev-construct): Add optional maxlen argument.
19525 (calendar-day-name-array): Doc fix.
19526 (calendar-day-name-array, calendar-abbrev-length)
19527 (calendar-day-abbrev-array):
19528 Also :set calendar-day-header-array, and maybe redraw.
19529 (calendar-day-header-array): New option. (Bug#15007)
19530 (calendar-font-lock-keywords): Set to nil and make obsolete.
19531 (calendar-day-name): Add option to use header array.
19532
19533 2013-08-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
19534
19535 * net/shr.el (shr-render-td): Remove debugging.
19536 (shr-render-td): Make width computation consistent by defaulting
19537 all zero-width columns to 10 characters. This may not be optimal,
19538 but it's at least consistent.
19539 (shr-make-table-1): Redo last change to fix the real problem in
19540 colspan handling.
19541
19542 2013-08-06 Dmitry Antipov <dmantipov@yandex.ru>
19543
19544 * files.el (cache-long-line-scans):
19545 Make obsolete alias to `cache-long-scans'.
19546
19547 2013-08-06 Juanma Barranquero <lekktu@gmail.com>
19548
19549 * frameset.el (frameset, frameset-filter-alist)
19550 (frameset-filter-params, frameset-save, frameset--reuse-frame)
19551 (frameset--minibufferless-last-p, frameset-restore): Doc fixes.
19552 (frameset-compute-pos): Rename from frameset--compute-pos,
19553 and add docstring.
19554 (frameset-move-onscreen): Use frameset-compute-pos.
19555 Most changes suggested by Drew Adams <drew.adams@oracle.com>.
19556
19557 * find-lisp.el (find-lisp-line-indent, find-lisp-find-dired-filter):
19558 Fix typos in docstrings.
19559
19560 2013-08-06 Dmitry Antipov <dmantipov@yandex.ru>
19561
19562 * frame.el (get-other-frame): Tiny cleanup.
19563
19564 2013-08-06 Juanma Barranquero <lekktu@gmail.com>
19565
19566 * vc/vc.el (vc-default-ignore-completion-table):
19567 Silence byte-compiler warning.
19568
19569 * frameset.el (frameset-p): Don't check non-nullness of the `properties'
19570 slot, which can indeed be nil.
19571 (frameset-live-filter-alist, frameset-persistent-filter-alist):
19572 Move entry for `left' from persistent to live filter alist.
19573 (frameset-filter-alist, frameset--minibufferless-last-p, frameset-save):
19574 Doc fixes.
19575 (frameset-filter-params): When restoring a frame, copy items added to
19576 `filtered', to avoid unwittingly modifying the original parameters.
19577 (frameset-move-onscreen): Rename from frameset--move-onscreen. Doc fix.
19578 (frameset--restore-frame): Fix reference to frameset-move-onscreen.
19579
19580 * dired.el (dired-insert-directory): Revert change in 2013-06-21T12:24:37Z!lekktu@gmail.com
19581 to use looking-at-p instead of looking-at. (Bug#15028)
19582
19583 2013-08-05 Stefan Monnier <monnier@iro.umontreal.ca>
19584
19585 Revert introduction of isearch-filter-predicates (bug#14714).
19586 Rely on add-function instead.
19587 * isearch.el (isearch-filter-predicates): Rename it back to
19588 isearch-filter-predicate.
19589 (isearch-message-prefix): Use advice-function-mapc and advice
19590 properties to get the isearch-message-prefix.
19591 (isearch-search, isearch-lazy-highlight-search): Revert to funcall
19592 instead of run-hook-with-args-until-failure.
19593 (isearch-filter-visible): Not obsolete any more.
19594 * loadup.el: Preload nadvice.
19595 * replace.el (perform-replace): Revert to funcall
19596 instead of run-hook-with-args-until-failure.
19597 * wdired.el (wdired-change-to-wdired-mode): Use add-function.
19598 * dired-aux.el (dired-isearch-filenames-mode): Rename from
19599 dired-isearch-filenames-toggle; make it into a proper minor mode.
19600 Use add/remove-function.
19601 (dired-isearch-filenames-setup, dired-isearch-filenames-end):
19602 Call the minor-mode rather than add/remove-hook.
19603 (dired-isearch-filter-filenames):
19604 Remove isearch-message-prefix property.
19605 * info.el (Info--search-loop): New function, extracted from Info-search.
19606 Funcall isearch-filter-predicate instead of
19607 run-hook-with-args-until-failure isearch-filter-predicates.
19608 (Info-search): Use it.
19609 (Info-mode): Use isearch-filter-predicate instead of
19610 isearch-filter-predicates.
19611
19612 2013-08-05 Dmitry Antipov <dmantipov@yandex.ru>
19613
19614 Do not call to `selected-window' where it is assumed by default.
19615 Affected functions are `window-minibuffer-p', `window-dedicated-p',
19616 `window-hscroll', `window-width', `window-height', `window-buffer',
19617 `window-frame', `window-start', `window-point', `next-window'
19618 and `window-display-table'.
19619 * abbrev.el (abbrev--default-expand):
19620 * bs.el (bs--show-with-configuration):
19621 * buff-menu.el (Buffer-menu-mouse-select):
19622 * calc/calc.el (calc):
19623 * calendar/calendar.el (calendar-generate-window):
19624 * calendar/diary-lib.el (diary-simple-display, diary-show-all-entries)
19625 (diary-make-entry):
19626 * comint.el (send-invisible, comint-dynamic-complete-filename)
19627 (comint-dynamic-simple-complete, comint-dynamic-list-completions):
19628 * completion.el (complete):
19629 * dabbrev.el (dabbrev-expand, dabbrev--make-friend-buffer-list):
19630 * disp-table.el (describe-current-display-table):
19631 * doc-view.el (doc-view-insert-image):
19632 * ebuff-menu.el (Electric-buffer-menu-mouse-select):
19633 * ehelp.el (with-electric-help):
19634 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
19635 * emacs-lisp/edebug.el (edebug-two-window-p, edebug-pop-to-buffer):
19636 * emacs-lisp/helper.el (Helper-help-scroller):
19637 * emulation/cua-base.el (cua--post-command-handler-1):
19638 * eshell/esh-mode.el (eshell-output-filter):
19639 * ffap.el (ffap-gnus-wrapper):
19640 * help-macro.el (make-help-screen):
19641 * hilit-chg.el (highlight-compare-buffers):
19642 * hippie-exp.el (hippie-expand, try-expand-dabbrev-visible):
19643 * hl-line.el (global-hl-line-highlight):
19644 * icomplete.el (icomplete-simple-completing-p):
19645 * isearch.el (isearch-done):
19646 * jit-lock.el (jit-lock-stealth-fontify):
19647 * mail/rmailsum.el (rmail-summary-scroll-msg-up):
19648 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
19649 * mpc.el (mpc-tagbrowser, mpc):
19650 * net/rcirc.el (rcirc-any-buffer):
19651 * play/gomoku.el (gomoku-max-width, gomoku-max-height):
19652 * play/landmark.el (landmark-max-width, landmark-max-height):
19653 * play/zone.el (zone):
19654 * progmodes/compile.el (compilation-goto-locus):
19655 * progmodes/ebrowse.el (ebrowse-view/find-file-and-search-pattern):
19656 * progmodes/etags.el (find-tag-other-window):
19657 * progmodes/fortran.el (fortran-column-ruler):
19658 * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
19659 * progmodes/verilog-mode.el (verilog-point-text):
19660 * reposition.el (reposition-window):
19661 * rot13.el (toggle-rot13-mode):
19662 * server.el (server-switch-buffer):
19663 * shell.el (shell-dynamic-complete-command)
19664 (shell-dynamic-complete-environment-variable):
19665 * simple.el (insert-buffer, set-selective-display)
19666 (delete-completion-window):
19667 * speedbar.el (speedbar-timer-fn, speedbar-center-buffer-smartly)
19668 (speedbar-recenter):
19669 * startup.el (fancy-splash-head):
19670 * textmodes/ispell.el (ispell-command-loop):
19671 * textmodes/makeinfo.el (makeinfo-compilation-sentinel-region):
19672 * tutorial.el (help-with-tutorial):
19673 * vc/add-log.el (add-change-log-entry):
19674 * vc/compare-w.el (compare-windows):
19675 * vc/ediff-help.el (ediff-indent-help-message):
19676 * vc/ediff-util.el (ediff-setup-control-buffer, ediff-position-region):
19677 * vc/ediff-wind.el (ediff-skip-unsuitable-frames)
19678 (ediff-setup-control-frame):
19679 * vc/emerge.el (emerge-position-region):
19680 * vc/pcvs-util.el (cvs-bury-buffer):
19681 * window.el (walk-windows, mouse-autoselect-window-select):
19682 * winner.el (winner-set-conf, winner-undo): Related users changed.
19683
19684 2013-08-05 Juanma Barranquero <lekktu@gmail.com>
19685
19686 * frameset.el (frameset--set-id): Doc fix.
19687 (frameset-frame-id, frameset-frame-id-equal-p)
19688 (frameset-locate-frame-id): New functions.
19689 (frameset--process-minibuffer-frames, frameset--reuse-frame)
19690 (frameset-restore): Use them.
19691
19692 2013-08-05 Dmitry Antipov <dmantipov@yandex.ru>
19693
19694 Do not call to `selected-frame' where it is assumed by default.
19695 Affected functions are `raise-frame', `redraw-frame',
19696 `frame-first-window', `frame-terminal' and `delete-frame'.
19697 * calendar/appt.el (appt-disp-window):
19698 * epg.el (epg-wait-for-completion):
19699 * follow.el (follow-delete-other-windows-and-split)
19700 (follow-avoid-tail-recenter):
19701 * international/mule.el (set-terminal-coding-system):
19702 * mail/rmail.el (rmail-mail-return):
19703 * net/newst-plainview.el (newsticker--buffer-set-uptodate):
19704 * progmodes/f90.el (f90-add-imenu-menu):
19705 * progmodes/idlw-toolbar.el (idlwave-toolbar-toggle):
19706 * server.el (server-switch-buffer):
19707 * simple.el (delete-completion-window):
19708 * talk.el (talk):
19709 * term/xterm.el (terminal-init-xterm-modify-other-keys)
19710 (xterm-turn-on-modify-other-keys, xterm-remove-modify-other-keys):
19711 * vc/ediff-util.el (ediff-status-info, ediff-show-diff-output):
19712 * vc/ediff.el (ediff-documentation): Related users changed.
19713 * frame.el (selected-terminal): Remove the leftover.
19714
19715 2013-08-05 Glenn Morris <rgm@gnu.org>
19716
19717 * calendar/calendar.el (calendar-generate-month):
19718 Fix for calendar-column-width != 1 + calendar-day-digit-width.
19719 (calendar-generate-month, calendar-font-lock-keywords):
19720 Fix for calendar-day-header-width > length of any day name.
19721
19722 2013-08-05 Juanma Barranquero <lekktu@gmail.com>
19723
19724 * desktop.el (desktop-clear): Use new name of sort predicate.
19725
19726 * frameset.el (frameset): Add docstring. Move :version property to its
19727 own `version' slot.
19728 (frameset-copy): Rename from copy-frameset.
19729 (frameset-p): Check more thoroughly.
19730 (frameset-prop): Do not check for :version, which is no longer a prop.
19731 (frameset-live-filter-alist, frameset-persistent-filter-alist):
19732 Use new :never value instead of t.
19733 (frameset-filter-alist): Expand and clarify docstring.
19734 (frameset-filter-tty-to-GUI, frameset-filter-sanitize-color)
19735 (frameset-filter-minibuffer, frameset-filter-save-param)
19736 (frameset-filter-restore-param, frameset-filter-iconified):
19737 Add pointer to docstring of frameset-filter-alist.
19738 (frameset-filter-params): Rename filter values to be more meaningful:
19739 :never instead of t, and reverse the meanings of :save and :restore.
19740 (frameset--process-minibuffer-frames): Clarify error message.
19741 (frameset-save): Avoid unnecessary and confusing call to framep.
19742 Use new BOA constructor for framesets.
19743 (frameset--reuse-list): Doc fix.
19744 (frameset--restore-frame): Rename from frameset--get-frame. Doc fix.
19745 (frameset--minibufferless-last-p): Rename from frameset--sort-states.
19746 (frameset-minibufferless-first-p): Doc fix.
19747 Rename from frameset-sort-frames-for-deletion.
19748 (frameset-restore): Doc fixes. Use new function names.
19749 Most changes suggested by Drew Adams <drew.adams@oracle.com>.
19750
19751 2013-08-04 Juanma Barranquero <lekktu@gmail.com>
19752
19753 * desktop.el (desktop-restore-forces-onscreen)
19754 (desktop-restore-reuses-frames): Document :keyword constant values.
19755 (desktop-filter-parameters-alist): Remove, now identical to
19756 frameset-filter-alist.
19757 (desktop--filter-tty*): Remove, moved to frameset.el.
19758 (desktop-save-frameset, desktop-restore-frameset):
19759 Do not pass :filters argument.
19760
19761 * frameset.el (frameset-live-filter-alist)
19762 (frameset-persistent-filter-alist): New variables.
19763 (frameset-filter-alist): Use them. Add autoload cookie.
19764 (frameset-filter-tty-to-GUI): Move from desktop.el and rename.
19765 (frameset--set-id, frameset--reuse-frame): Rename `frame-id' to
19766 `frameset--id' (it's supposed to be internal to frameset.el).
19767 (frameset--process-minibuffer-frames): Ditto. Doc fix.
19768 (frameset--initial-params): New function.
19769 (frameset--get-frame): Use it. Doc fix.
19770 (frameset--move-onscreen): Accept new PRED value for FORCE-ONSCREEN.
19771 Accept :all, not 'all.
19772 (frameset-restore): Add new predicate values for FORCE-ONSCREEN and
19773 FORCE-DISPLAY. Use :keywords for constant arguments to avoid collision
19774 with fbound symbols. Fix frame id matching, and remove matching ids if
19775 the frame being restored is deleted. Obey :delete.
19776
19777 2013-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
19778
19779 * subr.el (macrop): New function.
19780 (text-clone--maintaining): New var.
19781 (text-clone--maintain): Rename from text-clone-maintain. Use it
19782 instead of inhibit-modification-hooks.
19783
19784 * emacs-lisp/nadvice.el (advice--normalize): For aliases to macros, use
19785 a proxy, so as handle autoloads and redefinitions of the target.
19786 (advice--defalias-fset, advice-remove): Use advice--symbol-function.
19787
19788 * emacs-lisp/pcase.el (pcase-mutually-exclusive-predicates):
19789 Remove bogus (arrayp . stringp) pair. Add entries for `vectorp'.
19790 (pcase--mutually-exclusive-p): New function.
19791 (pcase--split-consp): Use it.
19792 (pcase--split-pred): Use it. Optimize the case where `pat' is a qpat
19793 mutually exclusive with the current predicate.
19794
19795 * emacs-lisp/edebug.el (edebug-lookup-function): Remove function.
19796 (edebug-macrop): Remove. Use `macrop' instead.
19797 * emacs-lisp/advice.el (ad-subr-p): Remove. Use `subrp' instead.
19798 (ad-macro-p):
19799 * eshell/esh-cmd.el (eshell-macrop):
19800 * apropos.el (apropos-macrop): Remove. Use `macrop' instead.
19801
19802 2013-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
19803
19804 * emacs-lisp/nadvice.el (advice-function-mapc): Rename from advice-mapc.
19805 (advice-mapc): New function, using it.
19806 (advice-function-member-p): New function.
19807 (advice--normalize): Store the cdr in advice--saved-rewrite since
19808 that's the part that will be changed.
19809 (advice--symbol-function): New function.
19810 (advice-remove): Handle removal before the function is defined.
19811 Adjust to new advice--saved-rewrite.
19812 (advice-member-p): Use advice-function-member-p and
19813 advice--symbol-function.
19814
19815 2013-08-04 Juanma Barranquero <lekktu@gmail.com>
19816
19817 * frameset.el (frameset-p, frameset-save): Fix autoload cookies.
19818 (frameset-filter-minibuffer): Doc fix.
19819 (frameset-restore): Fix autoload cookie. Fix typo in docstring.
19820 (frameset--set-id, frameset--process-minibuffer-frames)
19821 (frameset-restore): Rename parameter `frameset-id' to `frame-id'.
19822 (frameset--reuse-frame): Pass correct frame-id to frameset--find-frame.
19823
19824 * desktop.el (desktop-clear): Only delete frames when called
19825 interactively and desktop-restore-frames is non-nil. Doc fix.
19826 (desktop-read): Set desktop-saved-frameset to nil.
19827
19828 2013-08-04 Xue Fuqiao <xfq.free@gmail.com>
19829
19830 * vc/vc.el (vc-ignore): Rewrite.
19831 (vc-default-ignore-completion-table, vc--read-lines)
19832 (vc--add-line, vc--remove-regexp): New functions.
19833
19834 * vc/vc-svn.el (vc-svn-ignore): Doc fix.
19835 (vc-svn-ignore-completion-table): New function.
19836
19837 * vc/vc-hg.el (vc-hg-ignore): Rewrite.
19838 (vc-hg-ignore-completion-table)
19839 (vc-hg-find-ignore-file): New functions.
19840
19841 * vc/vc-git.el (vc-git-ignore): Rewrite.
19842 (vc-git-ignore-completion-table)
19843 (vc-git-find-ignore-file): New functions.
19844
19845 * vc/vc-dir.el (vc-dir-menu-map): Add menu for vc-dir-ignore.
19846
19847 * vc/vc-bzr.el (vc-bzr-ignore): Rewrite.
19848 (vc-bzr-ignore-completion-table)
19849 (vc-bzr-find-ignore-file): New functions.
19850
19851 2013-08-03 Juanma Barranquero <lekktu@gmail.com>
19852
19853 * frameset.el (frameset-prop): New function and setter.
19854 (frameset-save): Do not modify frame list passed by the caller.
19855
19856 2013-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
19857
19858 * emacs-lisp/package.el (package-desc-from-define): Ignore unknown keys.
19859
19860 2013-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
19861
19862 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode)
19863 (easy-mmode-define-navigation): Avoid ((lambda (..) ..) ...).
19864
19865 * custom.el (custom-initialize-default, custom-initialize-set)
19866 (custom-initialize-reset, custom-initialize-changed): Affect the
19867 toplevel-default-value (bug#6275, bug#14586).
19868 * emacs-lisp/advice.el (ad-compile-function): Undo previous workaround
19869 for bug#6275.
19870
19871 2013-08-02 Juanma Barranquero <lekktu@gmail.com>
19872
19873 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
19874 Add cl-def* expressions.
19875
19876 * frameset.el (frameset-filter-params): Fix order of arguments.
19877
19878 2013-08-02 Juanma Barranquero <lekktu@gmail.com>
19879
19880 Move code related to saving frames to frameset.el.
19881 * desktop.el: Require frameset.
19882 (desktop-restore-frames): Doc fix.
19883 (desktop-restore-reuses-frames): Rename from
19884 desktop-restoring-reuses-frames.
19885 (desktop-saved-frameset): Rename from desktop-saved-frame-states.
19886 (desktop-clear): Clear frames too.
19887 (desktop-filter-parameters-alist): Set from frameset-filter-alist.
19888 (desktop--filter-tty*, desktop-save, desktop-read):
19889 Use frameset functions.
19890 (desktop-before-saving-frames-functions, desktop--filter-*-color)
19891 (desktop--filter-minibuffer, desktop--filter-restore-desktop-parm)
19892 (desktop--filter-save-desktop-parm, desktop--filter-iconified-position)
19893 (desktop-restore-in-original-display-p, desktop--filter-frame-parms)
19894 (desktop--process-minibuffer-frames, desktop-save-frames)
19895 (desktop--reuse-list, desktop--compute-pos, desktop--move-onscreen)
19896 (desktop--find-frame, desktop--select-frame, desktop--make-frame)
19897 (desktop--sort-states, desktop-restoring-frames-p)
19898 (desktop-restore-frames): Remove. Most code moved to frameset.el.
19899 (desktop-restoring-frameset-p, desktop-restore-frameset)
19900 (desktop--check-dont-save, desktop-save-frameset): New functions.
19901 (desktop--app-id): New constant.
19902 (desktop-first-buffer, desktop-buffer-ok-count)
19903 (desktop-buffer-fail-count): Move before first use.
19904 * frameset.el: New file.
19905
19906 2013-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
19907
19908 * files.el: Use lexical-binding.
19909 (dir-locals-read-from-file): Remove unused `err' variable.
19910 (hack-dir-local-variables--warned-coding): New var.
19911 (hack-dir-local-variables): Use it to avoid repeated warnings.
19912 (make-backup-file-name--default-function): New function.
19913 (make-backup-file-name-function): Use it as default.
19914 (buffer-stale--default-function): New function.
19915 (buffer-stale-function): Use it as default.
19916 (revert-buffer-insert-file-contents--default-function): New function.
19917 (revert-buffer-insert-file-contents-function): Use it as default.
19918 (insert-directory): Avoid add-to-list.
19919
19920 * autorevert.el (auto-revert-handler): Simplify.
19921 Use buffer-stale--default-function.
19922
19923 2013-08-01 Tassilo Horn <tsdh@gnu.org>
19924
19925 * speedbar.el (speedbar-query-confirmation-method): Doc fix.
19926
19927 * whitespace.el (whitespace-ensure-local-variables): New function.
19928 (whitespace-cleanup-region): Call it.
19929 (whitespace-turn-on): Call it.
19930
19931 2013-08-01 Michael Albinus <michael.albinus@gmx.de>
19932
19933 Complete file name handlers.
19934
19935 * net/tramp.el (tramp-handle-set-visited-file-modtime)
19936 (tramp-handle-verify-visited-file-modtime)
19937 (tramp-handle-file-notify-rm-watch): New functions.
19938 (tramp-call-process): Do not bind `default-directory'.
19939
19940 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
19941 Order alphabetically.
19942 <access-file, add-name-to-file, dired-call-process>:
19943 <dired-compress-file, file-acl, file-notify-rm-watch>:
19944 <file-ownership-preserved-p, file-selinux-context>:
19945 <make-directory-internal, make-symbolic-link, set-file-acl>:
19946 <set-file-selinux-context, set-visited-file-modtime>:
19947 <verify-visited-file-modtime>: Add handler.
19948 (tramp-adb-handle-write-region): Apply `set-visited-file-modtime'.
19949
19950 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist)
19951 <file-notify-add-watch, file-notify-rm-watch>:
19952 <set-file-times, set-visited-file-modtime>:
19953 <verify-visited-file-modtime>: Add handler.
19954 (with-tramp-gvfs-error-message)
19955 (tramp-gvfs-handle-set-visited-file-modtime)
19956 (tramp-gvfs-fuse-file-name): Remove.
19957 (tramp-gvfs-handle-file-notify-add-watch)
19958 (tramp-gvfs-file-gvfs-monitor-file-process-filter): New defuns.
19959 (tramp-gvfs-handle-write-region): Fix error in moving tmpfile.
19960
19961 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
19962 Order alphabetically.
19963 <file-notify-rm-watch>: Use default Tramp handler.
19964 <executable-find>: Remove private handler.
19965 (tramp-do-copy-or-rename-file-out-of-band): Do not bind
19966 `default-directory'.
19967 (tramp-sh-handle-executable-find)
19968 (tramp-sh-handle-file-notify-rm-watch): Remove functions.
19969 (tramp-sh-file-gvfs-monitor-dir-process-filter)
19970 (tramp-sh-file-inotifywait-process-filter, tramp-set-remote-path):
19971 Do not use `format' in `tramp-message'.
19972
19973 * net/tramp-smb.el (tramp-smb-file-name-handler-alist)
19974 <file-notify-rm-watch, set-visited-file-modtime>:
19975 <verify-visited-file-modtime>: Add handler.
19976 (tramp-smb-call-winexe): Do not bind `default-directory'.
19977
19978 2013-08-01 Xue Fuqiao <xfq.free@gmail.com>
19979
19980 * vc/vc-hooks.el (vc-menu-map): Fix menu entry for vc-ignore.
19981
19982 2013-07-31 Dmitry Gutov <dgutov@yandex.ru>
19983
19984 * vc/log-view.el (log-view-diff): Extract `log-view-diff-common',
19985 use it.
19986 (log-view-diff-changeset): Same.
19987 (log-view-diff-common): Call backend command `previous-revision'
19988 to find out the previous revision, in both cases. Swap the
19989 variables `to' and `fr', so that `fr' usually refers to the
19990 earlier revision (Bug#14989).
19991
19992 2013-07-31 Kan-Ru Chen <kanru@kanru.info>
19993
19994 * ibuf-ext.el (ibuffer-filter-by-filename):
19995 Make it work with dired buffers too.
19996
19997 2013-07-31 Dmitry Antipov <dmantipov@yandex.ru>
19998
19999 * emacs-lisp/re-builder.el (reb-color-display-p):
20000 * files.el (save-buffers-kill-terminal):
20001 * net/browse-url.el (browse-url):
20002 * server.el (server-save-buffers-kill-terminal):
20003 * textmodes/reftex-toc.el (reftex-toc, reftex-toc-revert):
20004 Prefer nil to selected-frame for the first arg of frame-parameter.
20005
20006 2013-07-31 Xue Fuqiao <xfq.free@gmail.com>
20007
20008 * vc/vc-hooks.el (vc-menu-map): Add menu entry for vc-ignore.
20009
20010 2013-07-30 Stephen Berman <stephen.berman@gmx.net>
20011
20012 * minibuffer.el (completion--twq-all): Try and preserve each
20013 completion's case choice (bug#14907).
20014
20015 2013-07-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
20016
20017 * net/network-stream.el (open-network-stream): Mention the new
20018 :nogreeting parameter.
20019 (network-stream-open-starttls): Use the :nogreeting parameter
20020 (bug#14938).
20021
20022 * net/shr.el (shr-mouse-browse-url): Remove and use `shr-browse-url'.
20023
20024 * net/eww.el (eww-setup-buffer): Switching to the buffer seems
20025 more natural than popping.
20026
20027 * net/shr.el (shr-urlify): Put `follow-link' on URLs (bug#14815).
20028 (shr-urlify): Highlight under mouse.
20029
20030 2013-07-30 Xue Fuqiao <xfq.free@gmail.com>
20031
20032 * vc/vc-hooks.el (vc-prefix-map): Add key binding for vc-ignore.
20033
20034 * vc/vc-dir.el (vc-dir-mode-map): Change key binding for vc-dir-ignore.
20035
20036 * vc/vc-svn.el (vc-svn-ignore): Remove `interactive'. Use `*vc*'
20037 buffer for output.
20038
20039 * vc/vc-hg.el (vc-hg-ignore): Remove `interactive'. Do not assume
20040 point-min==1. Fix search string. Fix parentheses missing.
20041
20042 * vc/vc-git.el (vc-git-ignore): Remove `interactive'. Do not
20043 assume point-min==1. Fix search string. Fix parentheses missing.
20044
20045 * vc/vc-cvs.el (vc-cvs-ignore): Remove `interactive'.
20046
20047 * vc/vc-bzr.el (vc-bzr-ignore): Remove `interactive'. Use `*vc*'
20048 buffer for output.
20049
20050 2013-07-29 Eli Zaretskii <eliz@gnu.org>
20051
20052 * frame.el (frame-notice-user-settings): Avoid inflooping when the
20053 initial frame is minibuffer-less. (Bug#14841)
20054
20055 2013-07-29 Michael Albinus <michael.albinus@gmx.de>
20056
20057 * net/tramp.el (tramp-use-ssh-controlmaster-options): New customer
20058 option.
20059
20060 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
20061 (tramp-maybe-open-connection): Use it.
20062
20063 2013-07-28 Juanma Barranquero <lekktu@gmail.com>
20064
20065 * desktop.el (desktop--make-frame): Include `minibuffer' in the
20066 minimal set of parameters passed when creating a frame, because
20067 the minibuffer status of a frame cannot be changed later.
20068
20069 2013-07-28 Stephen Berman <stephen.berman@gmx.net>
20070
20071 * calendar/todo-mode.el (todo-rename-file): Fix incorrect use of
20072 replace-regexp-in-string and inadvertent omissions in previous change.
20073 (todo-filter-items): Ensure only file names are comma-separated in
20074 name of filtered items buffer.
20075
20076 2013-07-28 Juanma Barranquero <lekktu@gmail.com>
20077
20078 * desktop.el: Optionally force offscreen frames back onscreen.
20079 (desktop-restoring-reuses-frames): New option.
20080 (desktop--compute-pos, desktop--move-onscreen): New functions.
20081 (desktop--make-frame): Use desktop--move-onscreen.
20082
20083 2013-07-27 Alan Mackenzie <acm@muc.de>
20084
20085 Fontify a Java generic method as a function.
20086 * progmodes/cc-langs.el (c-recognize-<>-arglists): Set the Java
20087 value to t.
20088
20089 2013-07-27 Stephen Berman <stephen.berman@gmx.net>
20090
20091 * calendar/todo-mode.el: Add command to rename todo files.
20092 (todo-rename-file): New command.
20093 (todo-key-bindings-t): Add key binding for it. Change the
20094 bindings of todo-filter-regexp-items(-multifile) to use `x'
20095 instead of `r', since the latter is better suited to the new
20096 renaming command.
20097
20098 2013-07-27 Alan Mackenzie <acm@muc.de>
20099
20100 Make Java try-with-resources statement parse properly.
20101 * progmodes/cc-langs.el (c-block-stmt-1-2-kwds)
20102 (c-block-stmt-1-2-key): New language constants/variables.
20103 * progmodes/cc-engine.el (c-beginning-of-statement-1)
20104 (c-after-conditional): Adapt to deal with c-block-stmt-1-2-key.
20105 * progmodes/cc-fonts.el (c-font-lock-declarations): Adapt to deal
20106 with c-block-stmt-1-2-key.
20107
20108 2013-07-27 Juanma Barranquero <lekktu@gmail.com>
20109
20110 * desktop.el (desktop--make-frame): Apply most frame parameters after
20111 creating the frame to force (partially or totally) offscreen frames to
20112 be restored as such.
20113
20114 2013-07-26 Xue Fuqiao <xfq.free@gmail.com>
20115
20116 * vc/vc-dir.el (vc-dir-mode-map): Add binding for vc-root-diff.
20117 (Bug#14948)
20118
20119 2013-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
20120
20121 * emacs-lisp/nadvice.el (advice--called-interactively-skip): Use the new
20122 `base' arg of backtrace-frame.
20123
20124 2013-07-26 Eli Zaretskii <eliz@gnu.org>
20125
20126 * simple.el (list-processes): Doc fix.
20127
20128 2013-07-26 Juanma Barranquero <lekktu@gmail.com>
20129
20130 * desktop.el (desktop--select-frame):
20131 Try harder to reuse existing frames.
20132
20133 2013-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
20134
20135 * emacs-lisp/edebug.el: Use backtrace-eval to handle lexical variables.
20136 (edebug-eval): Use backtrace-eval.
20137 (edebug--display, edebug--recursive-edit): Don't let-bind the
20138 edebug-outer-* vars that keep track of variables we locally let-bind.
20139 (edebug-outside-excursion): Don't restore outside values of locally
20140 let-bound vars.
20141 (edebug--display): Use user-error.
20142 (cl-lexical-debug, cl-debug-env): Remove.
20143
20144 2013-07-26 Juanma Barranquero <lekktu@gmail.com>
20145
20146 * desktop.el (desktop-restore-frames): Call `sit-for' once all frames
20147 are restored to be sure that they are visible before deleting any
20148 remaining ones.
20149
20150 2013-07-26 Matthias Meulien <orontee@gmail.com>
20151
20152 * vc/vc-dir.el (vc-dir-mode-map): Add binding for
20153 vc-print-root-log. (Bug#14948)
20154
20155 2013-07-26 Richard Stallman <rms@gnu.org>
20156
20157 Add aliases for encrypting mail.
20158 * epa.el (epa-mail-aliases): New option.
20159 * epa-mail.el (epa-mail-encrypt): Rewrite to be callable from programs.
20160 Bind inhibit-read-only so read-only text doesn't ruin everything.
20161 (epa-mail-default-recipients): New subroutine broken out.
20162 Handle epa-mail-aliases.
20163
20164 2013-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
20165
20166 Add support for lexical variables to the debugger's `e' command.
20167 * emacs-lisp/debug.el (debug): Don't let-bind the debugger-outer-*
20168 vars, except for debugger-outer-match-data.
20169 (debugger-frame-number): Move check for "on a function call" from
20170 callers into it. Add `skip-base' argument.
20171 (debugger-frame, debugger-frame-clear): Simplify accordingly.
20172 (debugger-env-macro): Only reset the state stored in non-variables,
20173 i.e. current-buffer and match-data.
20174 (debugger-eval-expression): Rewrite using backtrace-eval.
20175 * subr.el (internal--called-interactively-p--get-frame): Remove.
20176 (called-interactively-p):
20177 * emacs-lisp/edebug.el (edebug--called-interactively-skip): Use the new
20178 `base' arg of backtrace-frame instead.
20179
20180 2013-07-26 Glenn Morris <rgm@gnu.org>
20181
20182 * align.el (align-regexp): Doc fix. (Bug#14857)
20183 (align-region): Explicit error if subexpression missing/does not match.
20184
20185 * simple.el (global-visual-line-mode):
20186 Do not duplicate the mode lighter. (Bug#14858)
20187
20188 2013-07-25 Martin Rudalics <rudalics@gmx.at>
20189
20190 * window.el (display-buffer): In display-buffer bind
20191 split-window-keep-point to t, bug#14829.
20192
20193 2013-07-25 Juanma Barranquero <lekktu@gmail.com>
20194
20195 * desktop.el: Rename internal "desktop-X" frame params to "desktop--X".
20196 (desktop-filter-parameters-alist, desktop--filter-restore-desktop-parm)
20197 (desktop--filter-save-desktop-parm, desktop--process-minibuffer-frames)
20198 (desktop--select-frame, desktop--sort-states, desktop-restore-frames):
20199 Change accordingly.
20200 (desktop--select-frame, desktop--sort-states, desktop-restore-frames):
20201 Use pcase-let, pcase-let* to deobfuscate access to desktop--mini values.
20202
20203 2013-07-25 Glenn Morris <rgm@gnu.org>
20204
20205 * dired-x.el (dired-mark-extension): Convert comment to doc string.
20206
20207 2013-07-25 Juanma Barranquero <lekktu@gmail.com>
20208
20209 * desktop.el (desktop--make-frame): Do not pass the `fullscreen'
20210 parameter to modify-frame-parameters if the value has not changed;
20211 this is a workaround for bug#14949.
20212 (desktop--make-frame): On cl-delete-if call, check parameter name,
20213 not full parameter.
20214
20215 2013-07-30 Xue Fuqiao <xfq.free@gmail.com>
20216
20217 * vc/vc.el (vc-ignore): New function.
20218
20219 * vc/vc-svn.el (vc-svn-ignore): New function.
20220
20221 * vc/vc-hg.el (vc-hg-ignore): New function.
20222
20223 * vc/vc-git.el (vc-git-ignore): New function.
20224
20225 * vc/vc-dir.el (vc-dir-mode-map): Add key binding for vc-dir-ignore
20226 (vc-dir-ignore): New function.
20227
20228 * vc/vc-cvs.el (vc-cvs-ignore): New function.
20229 (cvs-append-to-ignore): Move here from pcvs.el.
20230
20231 * vc/vc-bzr.el (vc-bzr-ignore): New function.
20232
20233 * vc/pcvs.el (vc-cvs): Require 'vc-cvs.
20234
20235 2013-07-24 Juanma Barranquero <lekktu@gmail.com>
20236
20237 * desktop.el (desktop-restoring-frames-p): Return a true boolean.
20238 (desktop-restore-frames): Warn when deleting an existing frame failed.
20239
20240 2013-07-24 Glenn Morris <rgm@gnu.org>
20241
20242 * ffap.el (ffap-machine-p): Handle "not known" response. (Bug#14929)
20243
20244 2013-07-24 Michael Albinus <michael.albinus@gmx.de>
20245
20246 * filenotify.el (file-notify-supported-p):
20247 * net/tramp-sh.el (tramp-sh-handle-file-notify-supported-p):
20248 Remove functions.
20249
20250 * autorevert.el (auto-revert-use-notify)
20251 (auto-revert-notify-add-watch):
20252 * net/tramp.el (tramp-file-name-for-operation):
20253 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
20254 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
20255 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
20256 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
20257 Remove `file-notify-supported-p' entry.
20258
20259 2013-07-24 Glenn Morris <rgm@gnu.org>
20260
20261 * printing.el: Replace all uses of deleted ps-windows-system,
20262 ps-lp-system, ps-flatten-list with lpr- versions.
20263
20264 2013-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
20265
20266 * emacs-lisp/pcase.el (pcase--u1): Verify if self-quoting values can be
20267 checked with memq (bug#14935).
20268
20269 * files.el (revert-buffer-function): Use a non-nil default.
20270 (revert-buffer-preserve-modes): Declare var to
20271 provide access to the `preserve-modes' argument.
20272 (revert-buffer): Let-bind it.
20273 (revert-buffer--default): New function, extracted from revert-buffer.
20274
20275 2013-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
20276
20277 * lpr.el: Signal print errors more prominently.
20278 (print-region-function): Don't default to nil.
20279 (lpr-print-region): New function, extracted from print-region-1.
20280 Check lpr's return value and signal an error in case of problem.
20281 (print-region-1): Use it.
20282 * ps-print.el (ps-windows-system, ps-lp-system): Remove. Use the lpr-*
20283 versions instead.
20284 (ps-printer-name): Default to nil.
20285 (ps-printer-name-option): Default to lpr-printer-switch.
20286 (ps-print-region-function): Don't default to nil.
20287 (ps-postscript-code-directory): Simplify default.
20288 (ps-do-despool): Use lpr-print-region to properly check the outcome.
20289 (ps-string-list, ps-eval-switch, ps-flatten-list)
20290 (ps-flatten-list-1): Remove.
20291 (ps-multibyte-buffer): Avoid setq.
20292 * dos-w32.el (direct-print-region-helper): Use proper regexp operators.
20293 (print-region-function, ps-print-region-function): Don't set them here.
20294
20295 2013-07-24 Xue Fuqiao <xfq.free@gmail.com>
20296
20297 * ido.el (ido-fractionp, ido-cache-ftp-work-directory-time)
20298 (ido-max-prospects, ido-mode, ido-max-file-prompt-width)
20299 (ido-unc-hosts-cache, ido-max-directory-size, ido-max-dir-file-cache)
20300 (ido-decorations): Doc fix.
20301
20302 * ansi-color.el: Fix old URL.
20303
20304 2013-07-23 Michael R. Mauger <michael@mauger.com>
20305
20306 * progmodes/sql.el: Version 3.3
20307 (sql-product-alist): Improve oracle :prompt-cont-regexp.
20308 (sql-starts-with-prompt-re, sql-ends-with-prompt-re): New functions.
20309 (sql-interactive-remove-continuation-prompt): Rewrite, use
20310 functions above. Fix continuation prompt and complete output line
20311 handling.
20312 (sql-redirect-one, sql-execute): Use `read-only-mode' on
20313 redirected output buffer.
20314 (sql-mode): Restore deleted code (Bug#13591).
20315
20316 2013-07-23 Juanma Barranquero <lekktu@gmail.com>
20317
20318 * desktop.el (desktop-clear, desktop-list*): Fix previous change.
20319
20320 2013-07-23 Michael Albinus <michael.albinus@gmx.de>
20321
20322 * net/tramp.el (tramp-handle-file-notify-add-watch): New defun.
20323
20324 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
20325 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
20326 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Use it.
20327
20328 2013-07-23 Juanma Barranquero <lekktu@gmail.com>
20329
20330 * desktop.el (desktop-clear): Simplify; remove useless checks
20331 against invalid buffer names.
20332 (desktop-list*): Use cl-list*.
20333 (desktop-buffer-info, desktop-create-buffer): Simplify.
20334
20335 2013-07-23 Leo Liu <sdl.web@gmail.com>
20336
20337 * bookmark.el (bookmark-make-record): Restore NAME as a default
20338 value. (Bug#14933)
20339
20340 2013-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
20341
20342 * emacs-lisp/autoload.el (autoload--setup-output): New function,
20343 extracted from autoload--insert-text.
20344 (autoload--insert-text): Remove.
20345 (autoload--print-cookie-text): New function, extracted from
20346 autoload--insert-cookie-text.
20347 (autoload--insert-cookie-text): Remove.
20348 (autoload-generate-file-autoloads): Adjust calls accordingly.
20349
20350 * winner.el (winner-hook-installed-p): Remove.
20351 (winner-mode): Simplify accordingly.
20352
20353 * subr.el (add-to-list): Fix compiler-macro when `append' is
20354 not constant. Don't use `cl-member' for the base case.
20355
20356 * progmodes/subword.el: Fix boundary case (bug#13758).
20357 (subword-forward-regexp): Make it a constant. Wrap optional \\W in its
20358 own group.
20359 (subword-backward-regexp): Make it a constant.
20360 (subword-forward-internal): Don't treat a trailing capital as the
20361 beginning of a word.
20362
20363 2013-07-22 Ari Roponen <ari.roponen@gmail.com> (tiny change)
20364
20365 * emacs-lisp/package.el (package-menu-mode): Don't modify the
20366 global value of tabulated-list-revert-hook (bug#14930).
20367
20368 2013-07-22 Juanma Barranquero <lekktu@gmail.com>
20369
20370 * desktop.el: Require 'cl-lib.
20371 (desktop-before-saving-frames-functions): New hook.
20372 (desktop--process-minibuffer-frames): Set desktop-mini parameter only
20373 for frames being saved. Rename from desktop--save-minibuffer-frames.
20374 (desktop-save-frames): Run hook desktop-before-saving-frames-functions.
20375 Do not save frames with non-nil `desktop-dont-save' parameter.
20376 Filter out deleted frames.
20377 (desktop--find-frame): Use cl-find-if.
20378 (desktop--select-frame): Use cl-(first|second|third) to access values
20379 of desktop-mini.
20380 (desktop--make-frame): Use cl-delete-if.
20381 (desktop--sort-states): Fix sorting of minibuffer-owning frames.
20382 (desktop-restore-frames): Use cl-(first|second|third) to access values
20383 of desktop-mini. Look for visible frame at the end, not while
20384 restoring frames.
20385
20386 * dired-x.el (dired-mark-unmarked-files, dired-virtual)
20387 (dired-guess-default, dired-mark-sexp, dired-filename-at-point):
20388 Use string-match-p, looking-at-p (bug#14927).
20389
20390 2013-07-21 Juanma Barranquero <lekktu@gmail.com>
20391
20392 * desktop.el (desktop-saved-frame-states):
20393 Rename from desktop--saved-states; all users changed.
20394 (desktop-save-frames): Rename from desktop--save-frames.
20395 Do not save state to desktop file.
20396 (desktop-save): Save desktop-saved-frame-states to desktop file
20397 and reset to nil.
20398 (desktop-restoring-frames-p): New function.
20399 (desktop-restore-frames): Use it. Rename from desktop--restore-frames.
20400 (desktop-read): Use desktop-restoring-frames-p. Do not try to fix
20401 buffer-lists when restoring frames. Suggested by Martin Rudalics.
20402
20403 * desktop.el: Correctly restore iconified frames.
20404 (desktop--filter-iconified-position): New function.
20405 (desktop-filter-parameters-alist): Add entries for `top' and `left'.
20406
20407 2013-07-20 Glenn Morris <rgm@gnu.org>
20408
20409 * progmodes/gdb-mi.el (gdb-delete-handler, gdb-stopped):
20410 Let `message' do the formatting.
20411 (def-gdb-preempt-display-buffer): Add explicit format.
20412
20413 * image-dired.el (image-dired-track-original-file):
20414 Use with-current-buffer.
20415 (image-dired-track-thumbnail): Use with-current-buffer.
20416 Avoid changing point of wrong window.
20417
20418 * image-dired.el (image-dired-track-original-file):
20419 Avoid changing point of wrong window. (Bug#14909)
20420
20421 2013-07-20 Richard Copley <rcopley@gmail.com> (tiny change)
20422
20423 * progmodes/gdb-mi.el (gdb-done-or-error):
20424 Guard against "%" in gdb output. (Bug#14127)
20425
20426 2013-07-20 Andreas Schwab <schwab@linux-m68k.org>
20427
20428 * progmodes/sh-script.el (sh-read-variable): Remove interactive spec.
20429 (Bug#14826)
20430
20431 * international/mule.el (coding-system-iso-2022-flags): Fix last
20432 change.
20433
20434 2013-07-20 Kenichi Handa <handa@gnu.org>
20435
20436 * international/mule.el (coding-system-iso-2022-flags):
20437 Add `8-bit-level-4'. (Bug#8522)
20438
20439 2013-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
20440
20441 * net/shr.el (shr-mouse-browse-url): New command and keystroke
20442 (bug#14815).
20443
20444 * net/eww.el (eww-process-text-input): Allow inputting when the
20445 point is at the start of the line, as the properties aren't
20446 front-sticky.
20447
20448 * net/shr.el (shr-make-table-1): Ensure that we don't infloop on
20449 degenerate widths.
20450
20451 2013-07-19 Richard Stallman <rms@gnu.org>
20452
20453 * epa.el (epa-popup-info-window): Doc fix.
20454
20455 * subr.el (split-string): New arg TRIM.
20456
20457 2013-07-18 Juanma Barranquero <lekktu@gmail.com>
20458
20459 * frame.el (blink-cursor-timer-function, blink-cursor-suspend):
20460 Add check for W32 (followup to 2013-07-16T11:41:06Z!jan.h.d@swipnet.se).
20461
20462 2013-07-18 Michael Albinus <michael.albinus@gmx.de>
20463
20464 * filenotify.el (file-notify--library): Rename from
20465 `file-notify-support'. Do not autoload. Adapt all uses.
20466 (file-notify-supported-p): New defun.
20467
20468 * autorevert.el (auto-revert-use-notify):
20469 Use `file-notify-supported-p' instead of `file-notify-support'.
20470 Adapt docstring.
20471 (auto-revert-notify-add-watch): Use `file-notify-supported-p'.
20472
20473 * net/tramp.el (tramp-file-name-for-operation):
20474 Add `file-notify-supported-p'.
20475
20476 * net/tramp-sh.el (tramp-sh-handle-file-notify-supported-p):
20477 New defun.
20478 (tramp-sh-file-name-handler-alist): Add it as handler for
20479 `file-notify-supported-p '.
20480
20481 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
20482 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
20483 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
20484 Add `ignore' as handler for `file-notify-*' functions.
20485
20486 2013-07-17 Eli Zaretskii <eliz@gnu.org>
20487
20488 * simple.el (line-move-partial, line-move): Don't start vscroll or
20489 scroll-up if the current line is not taller than the window.
20490 (Bug#14881)
20491
20492 2013-07-16 Dmitry Gutov <dgutov@yandex.ru>
20493
20494 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Do not
20495 highlight question marks in the method names as strings.
20496 (ruby-block-beg-keywords): Inline.
20497 (ruby-font-lock-keyword-beg-re): Extract from
20498 `ruby-font-lock-keywords'.
20499
20500 2013-07-16 Jan Djärv <jan.h.d@swipnet.se>
20501
20502 * frame.el (blink-cursor-blinks): New defcustom.
20503 (blink-cursor-blinks-done): New defvar.
20504 (blink-cursor-start): Set blink-cursor-blinks-done to 1.
20505 (blink-cursor-timer-function): Check if number of blinks has been
20506 done on X and NS.
20507 (blink-cursor-suspend, blink-cursor-check): New defuns.
20508
20509 2013-07-15 Glenn Morris <rgm@gnu.org>
20510
20511 * edmacro.el (edmacro-format-keys): Fix previous change.
20512
20513 2013-07-15 Paul Eggert <eggert@cs.ucla.edu>
20514
20515 * shell.el (explicit-bash-args): Remove obsolete hack for Bash 1.x.
20516 The hack didn't work outside English locales anyway.
20517
20518 2013-07-15 Juanma Barranquero <lekktu@gmail.com>
20519
20520 * simple.el (define-alternatives): Rename from alternatives-define,
20521 per RMS' suggestion.
20522
20523 2013-07-14 Juanma Barranquero <lekktu@gmail.com>
20524
20525 * desktop.el (desktop-restore-frames): Change default to t.
20526 (desktop-restore-in-current-display): Now offer more options.
20527 (desktop-restoring-reuses-frames): New customization option.
20528 (desktop--saved-states): Doc fix.
20529 (desktop-filter-parameters-alist): New variable, renamed and expanded
20530 from desktop--excluded-frame-parameters.
20531 (desktop--target-display): New variable.
20532 (desktop-switch-to-gui-p, desktop-switch-to-tty-p)
20533 (desktop--filter-tty*, desktop--filter-*-color)
20534 (desktop--filter-minibuffer, desktop--filter-restore-desktop-parm)
20535 (desktop--filter-save-desktop-parm)
20536 (desktop-restore-in-original-display-p): New functions.
20537 (desktop--filter-frame-parms): Use new desktop-filter-parameters-alist.
20538 (desktop--save-minibuffer-frames): New function, inspired by a similar
20539 function from Martin Rudalics.
20540 (desktop--save-frames): Call it; play nice with desktop-globals-to-save.
20541 (desktop--restore-in-this-display-p): Remove.
20542 (desktop--find-frame): Rename from desktop--find-frame-in-display
20543 and add predicate argument.
20544 (desktop--make-full-frame): Remove, integrated into desktop--make-frame.
20545 (desktop--reuse-list): New variable.
20546 (desktop--select-frame, desktop--make-frame, desktop--sort-states):
20547 New functions.
20548 (desktop--restore-frames): Add support for "minibuffer-special" frames.
20549
20550 2013-07-14 Michael Albinus <michael.albinus@gmx.de>
20551
20552 * net/tramp-sh.el (tramp-sh-handle-vc-registered): Use `ignore-error'.
20553
20554 2013-07-13 Dmitry Gutov <dgutov@yandex.ru>
20555
20556 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
20557 Highlight conversion methods on Kernel.
20558
20559 2013-07-13 Alan Mackenzie <acm@muc.de>
20560
20561 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Label CASE 13
20562 and comment it out. This out-commenting enables certain C++
20563 declarations to be parsed correctly.
20564
20565 2013-07-13 Eli Zaretskii <eliz@gnu.org>
20566
20567 * international/mule.el (define-coding-system): Doc fix.
20568
20569 * simple.el (default-font-height): Don't call font-info if the
20570 frame's default font didn't change since the frame was created.
20571 (Bug#14838)
20572
20573 2013-07-13 Leo Liu <sdl.web@gmail.com>
20574
20575 * ido.el (ido-read-file-name): Guard against non-symbol value.
20576
20577 2013-07-13 Fabián Ezequiel Gallina <fgallina@gnu.org>
20578
20579 * progmodes/python.el (python-imenu--build-tree): Fix corner case
20580 in nested defuns.
20581
20582 2013-07-13 Leo Liu <sdl.web@gmail.com>
20583
20584 * ido.el (ido-exhibit): Handle ido-enter-matching-directory before
20585 ido-set-matches call. (Bug#6852)
20586
20587 2013-07-12 Dmitry Gutov <dgutov@yandex.ru>
20588
20589 * progmodes/ruby-mode.el (ruby-percent-literals-beg-re)
20590 (ruby-syntax-expansion-allowed-p): Support array of symbols, for
20591 Ruby 2.0.
20592 (ruby-font-lock-keywords): Distinguish calls to functions with
20593 module-like names from module references. Highlight character
20594 literals.
20595
20596 2013-07-12 Sergio Durigan Junior <sergiodj@riseup.net> (tiny change)
20597
20598 * progmodes/gdb-mi.el (gdb-strip-string-backslash): New function.
20599 (gdb-send): Handle continued commands. (Bug#14847)
20600
20601 2013-07-12 Juanma Barranquero <lekktu@gmail.com>
20602
20603 * desktop.el (desktop--v2s): Remove unused local variable.
20604 (desktop-save-buffer): Make defvar-local; adjust docstring.
20605 (desktop-auto-save-timeout, desktop-owner): Use ignore-errors.
20606 (desktop-clear, desktop-save-buffer-p): Use string-match-p.
20607
20608 2013-07-12 Andreas Schwab <schwab@linux-m68k.org>
20609
20610 * emacs-lisp/map-ynp.el (map-y-or-n-p): Fix last change.
20611
20612 2013-07-12 Eli Zaretskii <eliz@gnu.org>
20613
20614 * simple.el (next-line, previous-line): Document TRY-VSCROLL and ARG.
20615 (Bug#14842)
20616
20617 2013-07-12 Glenn Morris <rgm@gnu.org>
20618
20619 * doc-view.el: Require cl-lib at runtime too.
20620 (doc-view-remove-if): Remove.
20621 (doc-view-search-next-match, doc-view-search-previous-match):
20622 Use cl-remove-if.
20623
20624 * edmacro.el: Require cl-lib at runtime too.
20625 (edmacro-format-keys, edmacro-parse-keys): Use cl-mismatch, cl-subseq.
20626 (edmacro-mismatch, edmacro-subseq): Remove.
20627
20628 * shadowfile.el: Require cl-lib.
20629 (shadow-remove-if): Remove.
20630 (shadow-set-cluster, shadow-shadows-of-1, shadow-remove-from-todo):
20631 Use cl-remove-if.
20632
20633 * wid-edit.el: Require cl-lib.
20634 (widget-choose): Use cl-remove-if.
20635 (widget-remove-if): Remove.
20636
20637 * progmodes/ebrowse.el: Require cl-lib at runtime too.
20638 (ebrowse-delete-if-not): Remove.
20639 (ebrowse-browser-buffer-list, ebrowse-member-buffer-list)
20640 (ebrowse-tree-buffer-list, ebrowse-same-tree-member-buffer-list):
20641 Use cl-delete-if-not.
20642
20643 2013-07-12 Juanma Barranquero <lekktu@gmail.com>
20644
20645 * emacs-lisp/cl-macs.el (cl-multiple-value-bind, cl-multiple-value-setq)
20646 (cl-the, cl-declare, cl-defstruct): Fix typos in docstrings.
20647
20648 2013-07-12 Leo Liu <sdl.web@gmail.com>
20649
20650 * ido.el (dired-do-copy, dired): Set 'ido property. (Bug#11954)
20651
20652 2013-07-11 Glenn Morris <rgm@gnu.org>
20653
20654 * emacs-lisp/edebug.el: Require cl-lib at run-time too.
20655 (edebug-gensym-index, edebug-gensym):
20656 Remove reimplementation of cl-gensym.
20657 (edebug-make-enter-wrapper, edebug-make-form-wrapper): Use cl-gensym.
20658
20659 * thumbs.el: Require cl-lib at run-time too.
20660 (thumbs-gensym-counter, thumbs-gensym):
20661 Remove reimplementation of cl-gensym.
20662 (thumbs-temp-file): Use cl-gensym.
20663
20664 * emacs-lisp/ert.el: Require cl-lib at runtime too.
20665 (ert--cl-do-remf, ert--remprop, ert--remove-if-not)
20666 (ert--intersection, ert--set-difference, ert--set-difference-eq)
20667 (ert--union, ert--gensym-counter, ert--gensym-counter)
20668 (ert--coerce-to-vector, ert--remove*, ert--string-position)
20669 (ert--mismatch, ert--subseq): Remove reimplementations of cl funcs.
20670 (ert-make-test-unbound, ert--expand-should-1)
20671 (ert--expand-should, ert--should-error-handle-error)
20672 (should-error, ert--explain-equal-rec)
20673 (ert--plist-difference-explanation, ert-select-tests)
20674 (ert--make-stats, ert--remove-from-list, ert--string-first-line):
20675 Use cl-lib functions rather than reimplementations.
20676
20677 2013-07-11 Michael Albinus <michael.albinus@gmx.de>
20678
20679 * net/tramp.el (tramp-methods): Extend docstring.
20680 (tramp-connection-timeout): New defcustom.
20681 (tramp-error-with-buffer): Reset timestamp only when appropriate.
20682 (with-tramp-progress-reporter): Simplify.
20683 (tramp-process-actions): Improve messages.
20684
20685 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
20686 * net/tramp-sh.el (tramp-maybe-open-connection):
20687 Use `tramp-connection-timeout'.
20688 (tramp-methods) <su, sudo, ksu>: Add method specific timeouts.
20689 (Bug#14808)
20690
20691 2013-07-11 Leo Liu <sdl.web@gmail.com>
20692
20693 * ido.el (ido-read-file-name): Conform to the requirements of
20694 read-file-name. (Bug#11861)
20695 (ido-read-directory-name): Conform to the requirements of
20696 read-directory-name.
20697
20698 2013-07-11 Juanma Barranquero <lekktu@gmail.com>
20699
20700 * subr.el (delay-warning): New function.
20701
20702 2013-07-10 Eli Zaretskii <eliz@gnu.org>
20703
20704 * simple.el (default-line-height): New function.
20705 (line-move-partial, line-move): Use it instead of computing the
20706 line height inline.
20707 (line-move-partial): Always compute ROWH. If the last line is
20708 partially-visible, but its text is completely visible, allow
20709 cursor to enter such a partially-visible line.
20710
20711 2013-07-10 Michael Albinus <michael.albinus@gmx.de>
20712
20713 Improve error messages. (Bug#14808)
20714
20715 * net/tramp.el (tramp-current-connection): New defvar, moved from
20716 tramp-sh.el.
20717 (tramp-message-show-progress-reporter-message): Remove, not
20718 needed anymore.
20719 (tramp-error-with-buffer): Show message in minibuffer.
20720 Discard input before waiting. Reset connection timestamp.
20721 (with-tramp-progress-reporter): Improve messages.
20722 (tramp-process-actions): Use progress reporter. Delete process in
20723 case of error. Improve messages.
20724
20725 * net/tramp-sh.el (tramp-barf-if-no-shell-prompt): Use condition-case.
20726 Call `tramp-error-with-buffer' with vector and buffer.
20727 (tramp-current-connection): Remove.
20728 (tramp-maybe-open-connection): The car of
20729 `tramp-current-connection' are the first 3 slots of the vector.
20730
20731 2013-07-10 Teodor Zlatanov <tzz@lifelogs.com>
20732
20733 * progmodes/cfengine.el (cfengine3-indent-line): Do not indent
20734 inside continued strings.
20735
20736 2013-07-10 Paul Eggert <eggert@cs.ucla.edu>
20737
20738 Timestamp fixes for undo (Bug#14824).
20739 * files.el (clear-visited-file-modtime): Move here from fileio.c.
20740
20741 2013-07-10 Leo Liu <sdl.web@gmail.com>
20742
20743 * files.el (require-final-newline): Allow safe local value.
20744 (Bug#14834)
20745
20746 2013-07-09 Leo Liu <sdl.web@gmail.com>
20747
20748 * ido.el (ido-read-directory-name): Handle fallback.
20749 (ido-read-file-name): Update DIR to ido-current-directory.
20750 (Bug#1516)
20751 (ido-add-virtual-buffers-to-list): Robustify. (Bug#14552)
20752
20753 2013-07-09 Dmitry Gutov <dgutov@yandex.ru>
20754
20755 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Remove extra
20756 "autoload". Remove "warn lower camel case" section, previously
20757 commented out. Highlight negation char. Do not highlight the
20758 target in singleton method definitions.
20759
20760 2013-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
20761
20762 * faces.el (tty-setup-hook): Declare the hook.
20763
20764 * emacs-lisp/pcase.el (pcase--split-pred): Add `vars' argument to try
20765 and detect when a guard/pred depends on local vars (bug#14773).
20766 (pcase--u1): Adjust caller.
20767
20768 2013-07-08 Eli Zaretskii <eliz@gnu.org>
20769
20770 * simple.el (line-move-partial, line-move): Account for
20771 line-spacing.
20772 (line-move-partial): Avoid setting vscroll when the last
20773 partially-visible line in window is of default height.
20774
20775 2013-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
20776
20777 * net/shr.el (shr-map): Reinstate the `u' key binding, since it's
20778 been used a while.
20779
20780 2013-07-07 Juanma Barranquero <lekktu@gmail.com>
20781
20782 * subr.el (read-quoted-char): Remove unused local variable `char'.
20783
20784 2013-07-07 Michael Kifer <kifer@cs.stonybrook.edu>
20785
20786 * vc/ediff.el (ediff-version): Version update.
20787 (ediff-files-command, ediff3-files-command, ediff-merge-command)
20788 (ediff-merge-with-ancestor-command, ediff-directories-command)
20789 (ediff-directories3-command, ediff-merge-directories-command)
20790 (ediff-merge-directories-with-ancestor-command): New functions.
20791 All are command-line interfaces to ediff: to facilitate calling
20792 Emacs with the appropriate ediff functions invoked.
20793
20794 * emulation/viper-cmd.el (viper-del-forward-char-in-insert):
20795 New function.
20796 (viper-save-kill-buffer): Check if buffer is modified.
20797
20798 * emulation/viper.el (viper-version): Version update.
20799 (viper-emacs-state-mode-list): Add egg-status-buffer-mode.
20800
20801 2013-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
20802
20803 * faces.el (tty-run-terminal-initialization): Run new tty-setup-hook.
20804 * emulation/viper-cmd.el (viper-envelop-ESC-key): Remove function.
20805 (viper-intercept-ESC-key): Simplify.
20806 * emulation/viper-keym.el (viper-ESC-key): Make it a constant,
20807 don't use kbd.
20808 * emulation/viper.el (viper--tty-ESC-filter, viper--lookup-key)
20809 (viper-catch-tty-ESC, viper-uncatch-tty-ESC)
20810 (viper-setup-ESC-to-escape): New functions.
20811 (viper-go-away, viper-set-hooks): Call viper-setup-ESC-to-escape.
20812 (viper-set-hooks): Do not modify flyspell-mode-hook. (Bug#13793)
20813
20814 2013-07-07 Eli Zaretskii <eliz@gnu.org>
20815
20816 * simple.el (default-font-height, window-screen-lines):
20817 New functions.
20818 (line-move, line-move-partial): Use them instead of
20819 frame-char-height and window-text-height. This makes scrolling
20820 text smoother when the buffer's default face uses a font that is
20821 different from the frame's default font.
20822
20823 2013-07-06 Jan Djärv <jan.h.d@swipnet.se>
20824
20825 * files.el (write-file): Do not display confirm dialog for NS,
20826 it does its own dialog, which can't be canceled (Bug#14578).
20827
20828 2013-07-06 Eli Zaretskii <eliz@gnu.org>
20829
20830 * simple.el (line-move-partial): Adjust the row returned by
20831 posn-at-point for the current window-vscroll. (Bug#14567)
20832
20833 2013-07-06 Michael Albinus <michael.albinus@gmx.de>
20834
20835 * net/tramp-sh.el (tramp-sh-file-gvfs-monitor-dir-process-filter)
20836 (tramp-sh-file-inotifywait-process-filter): Handle file names with
20837 spaces.
20838
20839 2013-07-06 Martin Rudalics <rudalics@gmx.at>
20840
20841 * window.el (window-state-put-stale-windows): New variable.
20842 (window--state-put-2): Save list of windows without matching buffer.
20843 (window-state-put): Remove "bufferless" windows if possible.
20844
20845 2013-07-06 Juanma Barranquero <lekktu@gmail.com>
20846
20847 * simple.el (alternatives-define): Remove leftover :group keyword.
20848 Tweak docstring.
20849
20850 2013-07-06 Leo Liu <sdl.web@gmail.com>
20851
20852 * ido.el (ido-use-virtual-buffers): Allow new value 'auto.
20853 (ido-enable-virtual-buffers): New variable.
20854 (ido-buffer-internal, ido-toggle-virtual-buffers)
20855 (ido-make-buffer-list): Use it.
20856 (ido-exhibit): Support turning on and off virtual buffers
20857 automatically.
20858
20859 2013-07-06 Juanma Barranquero <lekktu@gmail.com>
20860
20861 * simple.el (alternatives-define): New macro.
20862
20863 2013-07-06 Stefan Monnier <monnier@iro.umontreal.ca>
20864
20865 * subr.el (read-quoted-char): Use read-key.
20866 (sit-for): Let read-event decode tty input (bug#14782).
20867
20868 2013-07-05 Stephen Berman <stephen.berman@gmx.net>
20869
20870 * calendar/todo-mode.el: Add handling of file deletion, both by
20871 mode command and externally. Fix various related bugs.
20872 Clarify Commentary and improve some documentation strings and code.
20873 (todo-delete-file): New command.
20874 (todo-check-file): New function.
20875 (todo-show): Handle external deletion of the file we're trying to
20876 show (bug#14688). Replace called-interactively-p by an optional
20877 prefix argument to avoid problematic interaction with catch form
20878 when byte compiled (bug#14702).
20879 (todo-quit): Handle external deletion of the archive's todo file.
20880 Make sure the buffer that was visiting the archive file is still
20881 live before trying to bury it.
20882 (todo-category-completions): Handle external deletion of any
20883 category completion files.
20884 (todo-jump-to-category, todo-basic-insert-item): Recalculate list
20885 of todo files, in case of external deletion.
20886 (todo-add-file): Replace unnecessary setq by let-binding.
20887 (todo-find-archive): Check whether there are any archives.
20888 Replace unnecessary setq by let-binding.
20889 (todo-archive-done-item): Use find-file-noselect to get the
20890 archive buffer whether or not the archive already exists.
20891 Remove superfluous code. Use file size instead of buffer-file-name to
20892 check if the archive is new; if it is, update list of archives.
20893 (todo-default-todo-file): Allow nil to be a valid value for when
20894 there are no todo files.
20895 (todo-reevaluate-default-file-defcustom): Use corrected definition
20896 of todo-default-todo-file.
20897 (todo-key-bindings-t+a+f): Add key binding for todo-delete-file.
20898 (todo-delete-category, todo-show-categories-table)
20899 (todo-category-number): Clarify comment.
20900 (todo-filter-items): Clarify documentation string.
20901 (todo-show-current-file, todo-display-as-todo-file)
20902 (todo-reset-and-enable-done-separator): Tweak documentation string.
20903 (todo-done-separator): Make separator length window-width, since
20904 bug#2749 is now fixed.
20905
20906 2013-07-05 Michael Albinus <michael.albinus@gmx.de>
20907
20908 * net/tramp-sh.el (tramp-sh-handle-file-notify-add-watch):
20909 Support both "gvfs-monitor-dir" and "inotifywait".
20910 (tramp-sh-file-inotifywait-process-filter): Rename from
20911 `tramp-sh-file-notify-process-filter'.
20912 (tramp-sh-file-gvfs-monitor-dir-process-filter)
20913 (tramp-get-remote-gvfs-monitor-dir): New defuns.
20914
20915 2013-07-05 Leo Liu <sdl.web@gmail.com>
20916
20917 * autoinsert.el (auto-insert-alist): Default to lexical-binding.
20918
20919 2013-07-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20920
20921 * frame.el (display-pixel-height, display-pixel-width)
20922 (display-mm-height, display-mm-width): Mention behavior on
20923 multi-monitor setups in docstrings.
20924 (w32-display-monitor-attributes-list): Declare function.
20925 (display-monitor-attributes-list): Use it.
20926
20927 2013-07-04 Michael Albinus <michael.albinus@gmx.de>
20928
20929 * filenotify.el: New package.
20930
20931 * autorevert.el (top): Require filenotify.el.
20932 (auto-revert-notify-enabled): Remove. Use `file-notify-support'
20933 instead.
20934 (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
20935 (auto-revert-notify-handler): Use `file-notify-*' functions.
20936
20937 * subr.el (file-notify-handle-event): Move function to filenotify.el.
20938
20939 * net/tramp.el (tramp-file-name-for-operation):
20940 Handle `file-notify-add-watch' and `file-notify-rm-watch'.
20941
20942 * net/tramp-sh.el (tramp-sh-file-name-handler-alist): Add handler
20943 for `file-notify-add-watch' and `file-notify-rm-watch'.
20944 (tramp-process-sentinel): Improve trace.
20945 (tramp-sh-handle-file-notify-add-watch)
20946 (tramp-sh-file-notify-process-filter)
20947 (tramp-sh-handle-file-notify-rm-watch)
20948 (tramp-get-remote-inotifywait): New defuns.
20949
20950 2013-07-03 Juri Linkov <juri@jurta.org>
20951
20952 * buff-menu.el (Buffer-menu-multi-occur): Add args and move the
20953 call of `occur-read-primary-args' to interactive spec.
20954
20955 * ibuffer.el (ibuffer-mode-map): Bind "M-s a C-o" to
20956 `ibuffer-do-occur' like in buff-menu.el. (Bug#14673)
20957
20958 2013-07-03 Matthias Meulien <orontee@gmail.com>
20959
20960 * buff-menu.el (Buffer-menu-mode-map): Bind "M-s a C-o" to
20961 `Buffer-menu-multi-occur'. Add it to the menu.
20962 (Buffer-menu-mode): Document it in docstring.
20963 (Buffer-menu-multi-occur): New command. (Bug#14673)
20964
20965 2013-07-03 Dmitry Gutov <dgutov@yandex.ru>
20966
20967 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Highlight more
20968 keywords and built-ins.
20969
20970 2013-07-03 Glenn Morris <rgm@gnu.org>
20971
20972 * subr.el (y-or-n-p): Handle empty prompts. (Bug#14770)
20973
20974 Make info-xref checks case-sensitive by default
20975 * info.el (Info-find-node, Info-find-in-tag-table)
20976 (Info-find-node-in-buffer, Info-find-node-2, Info-goto-node):
20977 Add option for exact case matching of nodes.
20978 * info-xref.el (info-xref): New custom group.
20979 (info-xref-case-fold): New option.
20980 (info-xref-goto-node-p): Pass info-xref-case-fold to Info-goto-node.
20981
20982 2013-07-03 Leo Liu <sdl.web@gmail.com>
20983
20984 * ido.el (ido-delete-file-at-head): Respect delete-by-moving-to-trash.
20985
20986 2013-07-03 Dmitry Gutov <dgutov@yandex.ru>
20987
20988 * progmodes/ruby-mode.el (ruby-move-to-block): When we're at a
20989 middle of block statement initially, lower the depth. Remove
20990 FIXME comment, not longer valid. Remove middle of block statement
20991 detection, no need to do that anymore since we've been using
20992 `ruby-parse-region' here.
20993
20994 2013-07-02 Jan Djärv <jan.h.d@swipnet.se>
20995
20996 * term/ns-win.el (display-format-alist): Use .* (Bug#14765).
20997
20998 2013-07-01 Katsumi Yamaoka <yamaoka@jpl.org>
20999
21000 * wid-edit.el (widget-default-get): Don't modify widget (Bug#14738).
21001
21002 2013-07-01 Juanma Barranquero <lekktu@gmail.com>
21003
21004 * desktop.el (desktop-restore-frames): Rename from desktop-save-windows.
21005 (desktop-restore-in-current-display): New customization option.
21006 (desktop--excluded-frame-parameters): Add `font'.
21007 (desktop--save-frames): Rename from desktop--save-windows.
21008 (desktop--restore-in-this-display-p): New function.
21009 (desktop--make-full-frame): Remove unwanted width/height from
21010 full(width|height) frames.
21011 (desktop--restore-frames): Rename from desktop--restore-windows.
21012 Obey desktop-restore-current-display. Do not delete old frames or
21013 select a new frame unless we were able to restore at least one frame.
21014
21015 2013-06-30 Michal Nazarewicz <mina86@mina86.com>
21016
21017 * files.el (find-file-noselect): Simplify conditional expression.
21018
21019 * textmodes/remember.el (remember-append-to-file):
21020 Don't mix `find-buffer-visiting' and `get-file-buffer'.
21021
21022 Add `remember-notes' function to store random notes across Emacs
21023 restarts.
21024 * textmodes/remember.el (remember-data-file): Add :set callback to
21025 affect notes buffer (if any).
21026 (remember-notes): New command.
21027 (remember-notes-buffer-name, bury-remember-notes-on-kill):
21028 New defcustoms for the `remember-notes' function.
21029 (remember-notes-save-and-bury-buffer): New command.
21030 (remember-notes-mode-map): New variable.
21031 (remember-mode): New minor mode.
21032 (remember-notes--kill-buffer-query): New function.
21033 * startup.el (initial-buffer-choice): Add notes to custom type.
21034
21035 2013-06-30 Eli Zaretskii <eliz@gnu.org>
21036
21037 * bindings.el (right-char, left-char): Don't call sit-for, this is
21038 no longer needed. Use arithmetic comparison only for numerical
21039 arguments.
21040
21041 * international/mule-cmds.el (select-safe-coding-system):
21042 Handle the case of FROM being a string correctly. (Bug#14755)
21043
21044 2013-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
21045
21046 * net/shr.el (shr-make-table-1): Add a sanity check that allows
21047 progression on degenerate tables.
21048 (shr-rescale-image): ImageMagick animated images currently don't work.
21049
21050 2013-06-30 Juanma Barranquero <lekktu@gmail.com>
21051
21052 Some fixes and improvements for desktop frame restoration.
21053 It is still experimental and disabled by default.
21054 * desktop.el (desktop--save-windows): Put the selected frame at
21055 the head of the list.
21056 (desktop--make-full-frame): New function.
21057 (desktop--restore-windows): Try to re-select the frame that was
21058 selected upon saving. Do not abort if some frames fail to restore,
21059 just show an error message and continue. Set up maximized frames
21060 so they have default non-maximized dimensions.
21061
21062 2013-06-30 Dmitry Gutov <dgutov@yandex.ru>
21063
21064 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
21065 Don't start heredoc inside a string or comment.
21066
21067 2013-06-29 Eli Zaretskii <eliz@gnu.org>
21068
21069 * bindings.el (visual-order-cursor-movement): New defcustom.
21070 (right-char, left-char): Provide visual-order cursor motion by
21071 calling move-point-visually. Update the doc strings.
21072
21073 2013-06-28 Kenichi Handa <handa@gnu.org>
21074
21075 * international/mule.el (define-coding-system): New coding system
21076 properties :inhibit-null-byte-detection,
21077 :inhibit-iso-escape-detection, and :prefer-utf-8.
21078 (set-buffer-file-coding-system): If :charset-list property of
21079 CODING-SYSTEM is `emacs', do not check if CODING-SYSTEM is
21080 appropriate for setting.
21081
21082 * international/mule-cmds.el (select-safe-coding-system):
21083 If DEFAULT-CODING-SYSTEM is prefer-utf-8 and the buffer contains
21084 multibyte characters, return utf-8 (or one of its siblings).
21085
21086 * international/mule-conf.el (prefer-utf-8): New coding system.
21087 (file-coding-system-alist): Use prefer-utf-8 as default for Elisp
21088 files.
21089
21090 2013-06-28 Ivan Kanis <ivan@kanis.fr>
21091
21092 * net/shr.el (shr-render-region): New function.
21093
21094 * net/eww.el: Autoload `eww-browse-url'.
21095
21096 2013-06-27 Dmitry Gutov <dgutov@yandex.ru>
21097
21098 * emacs-lisp/package-x.el (package-upload-buffer-internal):
21099 Adapt to `package-desc-version' being a list.
21100 Use `package--ac-desc-version' to retrieve version from a package
21101 archive element.
21102
21103 2013-06-27 Juanma Barranquero <lekktu@gmail.com>
21104
21105 New experimental feature to save&restore window and frame setup.
21106 * desktop.el (desktop-save-windows): New defcustom.
21107 (desktop--saved-states): New var.
21108 (desktop--excluded-frame-parameters): New defconst.
21109 (desktop--filter-frame-parms, desktop--find-frame-in-display)
21110 (desktop--restore-windows, desktop--save-windows): New functions.
21111 (desktop-save): Call `desktop--save-windows'.
21112 (desktop-read): Call `desktop--restore-windows'.
21113
21114 2013-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
21115
21116 * net/shr.el (add-face-text-property): Remove compat definition.
21117
21118 2013-06-27 Stephen Berman <stephen.berman@gmx.net>
21119
21120 * info.el (Info-try-follow-nearest-node): Move search for footnote
21121 above search for node name to prevent missing a footnote (bug#14717).
21122
21123 2013-06-27 Stephen Berman <stephen.berman@gmx.net>
21124
21125 * obsolete/otodo-mode.el: Add obsolescence info to file header.
21126
21127 2013-06-27 Leo Liu <sdl.web@gmail.com>
21128
21129 * net/eww.el (eww-read-bookmarks): Check file size.
21130
21131 2013-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
21132
21133 * emacs-lisp/nadvice.el (advice--defalias-fset): Move advice back to
21134 advice--pending if newdef is nil or an autoload (bug#13820).
21135 (advice-mapc): New function.
21136
21137 2013-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
21138
21139 * net/eww.el (eww-mode): Undo isn't necessary in eww buffers,
21140 probably.
21141 (eww-mode-map): Add a menu bar.
21142 (eww-add-bookmark): New command.
21143 (eww-bookmark-mode): New mode and commands.
21144 (eww-add-bookmark): Remove newlines from the title.
21145 (eww-bookmark-browse): Don't bug out if it's the only window.
21146
21147 2013-06-26 Glenn Morris <rgm@gnu.org>
21148
21149 * htmlfontify.el (hfy-triplet): Handle unspecified-fg, bg.
21150 (hfy-size): Handle ttys. (Bug#14668)
21151
21152 * info-xref.el: Update for Texinfo 5 change in *note format.
21153 (info-xref-node-re, info-xref-note-re): New constants.
21154 (info-xref-check-buffer): Use info-xref-note-re.
21155
21156 2013-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
21157
21158 * simple.el (set-variable): Use read-from-minibuffer (bug#14710).
21159
21160 * emacs-lisp/package.el (package--add-to-archive-contents): Add missing
21161 nil terminate the loop (bug#14718).
21162
21163 2013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
21164
21165 * net/eww.el: Rework history traversal. When going forward/back,
21166 put these actions into the history, too, so that they can be
21167 replayed.
21168 (eww-render): Move the history reset to the correct buffer.
21169
21170 2013-06-25 Juri Linkov <juri@jurta.org>
21171
21172 * files-x.el (modify-dir-local-variable): Change the header comment
21173 in the file with directory local variables. (Bug#14692)
21174
21175 * files-x.el (read-file-local-variable-value): Add `default'.
21176 (Bug#14710)
21177
21178 2013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
21179
21180 * net/eww.el (eww-make-unique-file-name): Create a unique file
21181 name before saving to entering `y' accidentally asynchronously.
21182
21183 2013-06-25 Ivan Kanis <ivan@kanis.fr>
21184
21185 * net/eww.el (eww-download): New command and keystroke.
21186
21187 2013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
21188
21189 * net/eww.el (eww-copy-page-url): Change name of command.
21190
21191 * net/shr.el (shr-map): Change `shr-copy-url' from `u' to `w' to
21192 be more consistent with Info and dired.
21193
21194 * net/eww.el (eww-mode-map): Ditto.
21195
21196 2013-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
21197
21198 * emacs-lisp/package.el: Use lexical-binding. Include obsolete
21199 packages from archives.
21200 (package-archive-contents): Change format; include obsolete packages.
21201 (package-desc): Use `dir' to mark builtin packages.
21202 (package--from-builtin): Set the `dir' field to `builtin'.
21203 (generated-autoload-file, version-control): Declare.
21204 (package-compute-transaction): Change first arg and return value to be
21205 lists of package-descs. Adjust to new package-archive-contents format.
21206 (package--add-to-archive-contents): Adjust to new
21207 package-archive-contents format.
21208 (package-download-transaction): Arg is now a list of package-descs.
21209 (package-install): If `pkg' is a package name, pass it as
21210 a requirement, so it is subject to the usual (e.g. disabled) checks.
21211 (describe-package): Accept package-desc as well.
21212 (describe-package-1): Describe a specific package-desc. Add links to
21213 other package-descs for the same package name.
21214 (package-menu-describe-package): Pass the actual package-desc.
21215 (package-menu-mode): Add to tabulated-list-revert-hook so revert-buffer
21216 works correctly.
21217 (package-desc-status): New function.
21218 (package-menu--refresh): New function, extracted
21219 from package-menu--generate.
21220 (package-menu--generate): Use it.
21221 (package-delete): Update package-alist.
21222 (package-menu-execute): Don't call package-initialize.
21223
21224 * progmodes/idlw-toolbar.el, progmodes/idlw-shell.el,
21225 progmodes/idlw-help.el, progmodes/idlw-complete-structtag.el,
21226 progmodes/ebnf-yac.el, progmodes/ebnf-otz.el, progmodes/ebnf-iso.el,
21227 progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-bnf.el,
21228 progmodes/ebnf-abn.el, emacs-lisp/package-x.el, emacs-lisp/cl-seq.el,
21229 emacs-lisp/cl-macs.el: Neuter the "Version:" header.
21230
21231 2013-06-25 Martin Rudalics <rudalics@gmx.at>
21232
21233 * window.el (window--state-get-1): Workaround for bug#14527.
21234 http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00941.html
21235
21236 2013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
21237
21238 * net/eww.el (eww-back-url): Implement the history by stashing all
21239 the data into a list.
21240 (eww-forward-url): Allow going forward in the history, too.
21241
21242 2013-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
21243
21244 * files-x.el (read-file-local-variable-value): Use read-from-minibuffer
21245 for values and use read--expression for expressions (bug#14710).
21246 (read-file-local-variable): Avoid setq.
21247 (read-file-local-variable-mode): Use minor-mode-list.
21248
21249 2013-06-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
21250
21251 * textmodes/bibtex.el (bibtex-generate-url-list): Add support
21252 for DOI URLs.
21253
21254 2013-06-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
21255
21256 * textmodes/bibtex.el (bibtex-mode, bibtex-set-dialect):
21257 Update imenu-support when dialect changes.
21258
21259 2013-06-25 Leo Liu <sdl.web@gmail.com>
21260
21261 * ido.el (ido-read-internal): Allow forward slash on windows.
21262
21263 2013-06-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
21264
21265 * net/eww.el (eww): Start of strings is \\`, not ^.
21266
21267 2013-06-24 Ivan Kanis <ivan@kanis.fr>
21268
21269 * net/shr.el (shr-browse-url): Fix interactive spec.
21270
21271 * net/eww.el (eww): Add a trailing slash to domain names.
21272
21273 2013-06-24 Juanma Barranquero <lekktu@gmail.com>
21274
21275 * faces.el (face-spec-recalc): Revert part of 2013-06-23T20:29:18Z!lekktu@gmail.com (bug#14705).
21276
21277 2013-06-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
21278
21279 * net/shr.el (shr-browse-url): Use an external browser if given a
21280 prefix.
21281
21282 * net/eww.el (eww-external-browser): Move to shr.
21283
21284 2013-06-24 Ivan Kanis <ivan@kanis.fr>
21285
21286 * net/eww.el (eww): Work more correctly for file: URLs.
21287 (eww-detect-charset): Allow quoted charsets.
21288 (eww-yank-page-url): New command and keystroke.
21289
21290 2013-06-24 Daiki Ueno <ueno@gnu.org>
21291
21292 * epg.el (epg-make-context): Check if PROTOCOL is valid; embed the
21293 file name of gpg executable.
21294 (epg-context-program): New function.
21295 (epg-context-home-directory): New function.
21296 (epg-context-set-program): New function.
21297 (epg-context-set-home-directory): New function.
21298 (epg--start): Use `epg-context-program' instead of
21299 'epg-gpg-program'.
21300 (epg--list-keys-1): Likewise.
21301
21302 2013-06-24 Leo Liu <sdl.web@gmail.com>
21303
21304 * ido.el (ido-read-internal): Fix bug#14620.
21305
21306 2013-06-23 Juanma Barranquero <lekktu@gmail.com>
21307
21308 * faces.el (face-documentation): Simplify.
21309 (read-face-attribute, tty-find-type, x-resolve-font-name):
21310 Use `string-match-p'.
21311 (list-faces-display): Use `string-match-p'. Simplify.
21312 (face-spec-recalc): Check face to avoid face alias loops.
21313 (read-color): Use `string-match-p' and non-capturing parenthesis.
21314
21315 2013-06-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
21316
21317 * net/shr.el (shr-rescale-image): Use the new
21318 :max-width/:max-height functionality.
21319
21320 2013-06-23 Ivan Kanis <ivan@kanis.fr>
21321
21322 * net/eww.el (eww-search-prefix): New variable.
21323 (eww): Use it.
21324 (eww-external-browser): New variable.
21325 (eww-mode-map): New keystroke.
21326 (eww-browse-with-external-browser): New command.
21327
21328 * net/eww.el: Bind `C-c C-c' to "submit" in all form keymaps.
21329
21330 2013-06-23 Juanma Barranquero <lekktu@gmail.com>
21331
21332 * emacs-lisp/tabulated-list.el (tabulated-list-init-header):
21333 Don't skip aligning the next header field when padding is 0;
21334 otherwise, field width is not respected unless the title is as
21335 wide as the field.
21336
21337 2013-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
21338
21339 * emacs-lisp/package.el (package-el-version): Remove.
21340 (package-process-define-package): Fix inf-loop.
21341 (package-install): Allow symbols as arguments again.
21342
21343 2013-06-22 Dmitry Gutov <dgutov@yandex.ru>
21344
21345 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Move `catch',
21346 add some more keyword-like methods.
21347 http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00911.html
21348
21349 2013-06-22 Juanma Barranquero <lekktu@gmail.com>
21350
21351 * bs.el (bs-buffer-show-mark): Make defvar-local.
21352 (bs-mode): Use setq-local.
21353
21354 * emacs-lock.el (emacs-lock-mode, emacs-lock--old-mode)
21355 (emacs-lock--try-unlocking): Make defvar-local.
21356
21357 2013-06-22 Glenn Morris <rgm@gnu.org>
21358
21359 * play/cookie1.el (cookie-apropos): Minor simplification.
21360
21361 * progmodes/gdb-mi.el (gdb-mapcar*): Remove, replace with cl-mapcar.
21362
21363 2013-06-22 Dmitry Gutov <dgutov@yandex.ru>
21364
21365 * progmodes/ruby-mode.el (auto-mode-alist): Do not use
21366 `regexp-opt', it breaks the build during dumping.
21367
21368 2013-06-21 Dmitry Gutov <dgutov@yandex.ru>
21369
21370 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
21371 Highlight keyword-like methods on Kernel and Module with
21372 font-lock-builtin-face.
21373 (auto-mode-alist): Consolidate different entries into one regexp
21374 and add more *file-s.
21375
21376 2013-06-21 Stephen Berman <stephen.berman@gmx.net>
21377
21378 * obsolete/otodo-mode.el: Move and rename from calendar/todo-mode.el.
21379
21380 * calendar/diary-lib.el (diary-goto-entry-function): New variable.
21381 (diary-entry): Use it in the action of this button type instead of
21382 diary-goto-entry.
21383
21384 * calendar/todo-mode.el: New version.
21385 (todo-add-category): Append new category to end of file and give
21386 it the highest number, instead of putting it at the beginning and
21387 giving it 0. Incorporate noninteractive functionality.
21388 (todo-forward-category): Adapt to 1-based category numbering.
21389 Allow skipping over archived categories.
21390 (todo-backward-category): Derive from todo-forward-category.
21391 (todo-backward-item, todo-forward-item): Make noninteractive and
21392 delegate interactive part to new commands. Make sensitive to done items.
21393 (todo-categories): Make value an alist of category names and
21394 vectors of item counts.
21395 (todo-category-beg): Make a defconst.
21396 (todo-category-number): Use 1 instead of 0 as initial value.
21397 (todo-category-select): Make sensitive to overlays, optional item
21398 highlighting and done items.
21399 (todo-delete-item): Make sensitive to overlays and marked and done items.
21400 (todo-edit-item): Make sensitive to overlays and editing of
21401 date/time header optional. Add format checks.
21402 (todo-edit-multiline): Rename to todo-edit-multiline-item. Make a
21403 no-op if point is not on an item. Advertise using todo-edit-quit.
21404 (todo-edit-mode): Make sensitive to new format, font-locking, and
21405 multiple todo files.
21406 (todo-insert-item, todo-insert-item-here): Derive from
21407 todo-basic-insert-item and extend functionality.
21408 (todo-item-end, todo-item-start): Make sensitive to done items.
21409 (todo-item-string): Don't return text properties. Restore point.
21410 (todo-jump-to-category): Make sensitive to multiple todo files and
21411 todo archives. Use extended category completion.
21412 (todo-lower-item, todo-raise-item): Rename to *-priority and
21413 derive from todo-set-item-priority.
21414 (todo-mode): Derive from special-mode. Make sensitive to new
21415 format, font-locking and multiple todo files. Make read-only.
21416 (todo-mode-map): Don't suppress digit keys, so they can supply
21417 prefix arguments. Add many new key bindings.
21418 (todo-prefix): Insert as an overlay instead of file text.
21419 Change semantics from diary date expression to purely visual mark.
21420 (todo-print): Rename to todo-print-buffer. Make buffer display
21421 features printable. Remove option to restrict number of items
21422 printed. Add option to print to file.
21423 (todo-print-function): Rename to todo-print-buffer-function.
21424 (todo-quit): Extend to handle exiting new todo modes.
21425 (todo-remove-item): Make sensitive to overlays.
21426 (todo-save): Extend to buffers of filtered items.
21427 (todo-show): Make sensitive to done items, multiple todo files and
21428 new todo modes. Offer to convert legacy todo file before creating
21429 first new todo file.
21430 (todo-show-priorities): Rename to todo-top-priorities.
21431 Change semantics of value 0.
21432 (todo-top-priorities): Rename to todo-filter-top-priorities,
21433 derive from todo-filter-items and extend functionality.
21434 (todo-save-top-priorities): Rename to todo-save-filtered-items-buffer
21435 and extend functionality to other types of filtered items.
21436 (todo-add-item-non-interactively, todo-ask-p, todo-cat-slct)
21437 (todo-category-end, todo-category-sep, todo-cats, todo-cmd-back)
21438 (todo-cmd-done, todo-cmd-edit, todo-cmd-forw, todo-cmd-inst)
21439 (todo-cmd-kill, todo-cmd-lowr, todo-cmd-next, todo-cmd-prev)
21440 (todo-cmd-rais, todo-cmd-save, todo-completing-read, todo-cp)
21441 (todo-edit-mode-hook, todo-entry-prefix-function)
21442 (todo-entry-timestamp-initials, todo-file-do, todo-file-done)
21443 (todo-file-item, todo-file-top, todo-header, todo-initial-setup)
21444 (todo-initials, todo-insert-threshold, todo-item-string-start)
21445 (todo-line-string, todo-menu, todo-mode-hook)
21446 (todo-more-important-p, todo-previous-answer, todo-previous-line)
21447 (todo-print-priorities, todo-remove-separator)
21448 (todo-save-top-priorities-too, todo-string-count-lines)
21449 (todo-string-multiline-p, todo-time-string-format)
21450 (todo-tmp-buffer-name): Remove.
21451 (todo-add-file, todo-archive-done-item, todo-choose-archive)
21452 (todo-convert-legacy-files, todo-copy-item, todo-delete-category)
21453 (todo-edit-category-diary-inclusion)
21454 (todo-edit-category-diary-nonmarking, todo-edit-done-item-comment)
21455 (todo-edit-file, todo-edit-item-date-day)
21456 (todo-edit-item-date-day-name, todo-edit-item-date-from-calendar)
21457 (todo-edit-item-date-month, todo-edit-item-date-to-today)
21458 (todo-edit-item-date-year, todo-edit-item-diary-inclusion)
21459 (todo-edit-item-diary-nonmarking, todo-edit-item-header)
21460 (todo-edit-item-time, todo-edit-quit, todo-filter-diary-items)
21461 (todo-filter-diary-items-multifile, todo-filter-regexp-items)
21462 (todo-filter-regexp-items-multifile, todo-filter-top-priorities)
21463 (todo-filter-top-priorities-multifile, todo-find-archive)
21464 (todo-find-filtered-items-file, todo-go-to-source-item)
21465 (todo-insert-item-from-calendar, todo-item-done, todo-item-undone)
21466 (todo-jump-to-archive-category, todo-lower-category)
21467 (todo-mark-category, todo-marked-item-p, todo-merge-category)
21468 (todo-move-category, todo-move-item, todo-next-button)
21469 (todo-next-item, todo-padded-string, todo-powerset)
21470 (todo-previous-button, todo-previous-item)
21471 (todo-print-buffer-to-file, todo-raise-category)
21472 (todo-rename-category, todo-repair-categories-sexp, todo-search)
21473 (todo-set-category-number, todo-set-item-priority)
21474 (todo-set-top-priorities-in-category)
21475 (todo-set-top-priorities-in-file, todo-show-categories-table)
21476 (todo-sort-categories-alphabetically-or-numerically)
21477 (todo-sort-categories-by-archived, todo-sort-categories-by-diary)
21478 (todo-sort-categories-by-done, todo-sort-categories-by-todo)
21479 (todo-toggle-item-header, todo-toggle-item-highlighting)
21480 (todo-toggle-mark-item, todo-toggle-prefix-numbers)
21481 (todo-toggle-view-done-items, todo-toggle-view-done-only)
21482 (todo-unarchive-items, todo-unmark-category): New commands.
21483 (todo-absolute-file-name, todo-add-to-buffer-list)
21484 (todo-adjusted-category-label-length, todo-basic-edit-item-header)
21485 (todo-basic-insert-item, todo-category-completions)
21486 (todo-category-number, todo-category-string-matcher-1)
21487 (todo-category-string-matcher-2, todo-check-filtered-items-file)
21488 (todo-check-format, todo-clear-matches)
21489 (todo-comment-string-matcher, todo-convert-legacy-date-time)
21490 (todo-current-category, todo-date-string-matcher)
21491 (todo-define-insertion-command, todo-diary-expired-matcher)
21492 (todo-diary-goto-entry, todo-diary-item-p)
21493 (todo-diary-nonmarking-matcher, todo-display-as-todo-file)
21494 (todo-display-categories, todo-display-sorted, todo-done-item-p)
21495 (todo-done-item-section-p, todo-done-separator)
21496 (todo-done-string-matcher, todo-files, todo-filter-items)
21497 (todo-filter-items-1, todo-filter-items-filename, todo-find-item)
21498 (todo-gen-arglists, todo-get-count, todo-get-overlay, todo-indent)
21499 (todo-insert-category-line, todo-insert-item-from-calendar)
21500 (todo-insert-sort-button, todo-insert-with-overlays)
21501 (todo-insertion-command-name, todo-insertion-key-bindings)
21502 (todo-label-to-key, todo-longest-category-name-length)
21503 (todo-make-categories-list, todo-mode-external-set)
21504 (todo-mode-line-control, todo-modes-set-1, todo-modes-set-2)
21505 (todo-modes-set-3, todo-multiple-filter-files)
21506 (todo-nondiary-marker-matcher, todo-prefix-overlays)
21507 (todo-read-category, todo-read-date, todo-read-dayname)
21508 (todo-read-file-name, todo-read-time)
21509 (todo-reevaluate-category-completions-files-defcustom)
21510 (todo-reevaluate-default-file-defcustom)
21511 (todo-reevaluate-filelist-defcustoms)
21512 (todo-reevaluate-filter-files-defcustom)
21513 (todo-reset-and-enable-done-separator, todo-reset-comment-string)
21514 (todo-reset-done-separator, todo-reset-done-separator-string)
21515 (todo-reset-done-string, todo-reset-global-current-todo-file)
21516 (todo-reset-highlight-item, todo-reset-nondiary-marker)
21517 (todo-reset-prefix, todo-set-categories)
21518 (todo-set-date-from-calendar, todo-set-show-current-file)
21519 (todo-set-top-priorities, todo-short-file-name)
21520 (todo-show-current-file, todo-sort, todo-time-string-matcher)
21521 (todo-total-item-counts, todo-update-buffer-list)
21522 (todo-update-categories-display, todo-update-categories-sexp)
21523 (todo-update-count, todo-validate-name, todo-y-or-n-p):
21524 New functions.
21525 (todo-archive-mode, todo-categories-mode, todo-filtered-items-mode):
21526 New major modes.
21527 (todo-categories, todo-display, todo-edit, todo-faces)
21528 (todo-filtered): New defgroups.
21529 (todo-archived-only, todo-button, todo-category-string, todo-date)
21530 (todo-diary-expired, todo-done, todo-done-sep, todo-comment)
21531 (todo-mark, todo-nondiary, todo-prefix-string, todo-search)
21532 (todo-sorted-column, todo-time, todo-top-priority): New deffaces.
21533 (todo-add-item-if-new-category, todo-always-add-time-string)
21534 (todo-categories-align, todo-categories-archived-label)
21535 (todo-categories-category-label, todo-categories-diary-label)
21536 (todo-categories-done-label, todo-categories-number-separator)
21537 (todo-categories-todo-label, todo-categories-totals-label)
21538 (todo-category-completions-files, todo-completion-ignore-case)
21539 (todo-default-todo-file, todo-diary-nonmarking, todo-directory)
21540 (todo-done-separator-string, todo-done-string)
21541 (todo-files-function, todo-filter-done-items, todo-filter-files)
21542 (todo-highlight-item, todo-include-in-diary, todo-indent-to-here)
21543 (todo-initial-category, todo-initial-file, todo-item-mark)
21544 (todo-legacy-date-time-regexp, todo-mode-line-function)
21545 (todo-nondiary-marker, todo-number-prefix)
21546 (todo-print-buffer-function, todo-show-current-file)
21547 (todo-show-done-only, todo-show-first, todo-show-with-done)
21548 (todo-skip-archived-categories, todo-top-priorities-overrides)
21549 (todo-undo-item-omit-comment, todo-use-only-highlighted-region)
21550 (todo-visit-files-commands, todo-wrap-lines, todo-y-with-space):
21551 New defcustoms.
21552 (todo-category-done, todo-date-pattern, todo-date-string-start)
21553 (todo-diary-items-buffer, todo-done-string-start)
21554 (todo-filtered-items-buffer, todo-item-start)
21555 (todo-month-abbrev-array, todo-month-name-array)
21556 (todo-nondiary-end, todo-nondiary-start, todo-regexp-items-buffer)
21557 (todo-top-priorities-buffer): New defconsts.
21558 (todo-archive-mode-map, todo-archives, todo-categories-mode-map)
21559 (todo-categories-with-marks, todo-category-string-face)
21560 (todo-comment-face, todo-comment-string, todo-current-todo-file)
21561 (todo-date-face, todo-date-from-calendar, todo-descending-counts)
21562 (todo-diary-expired-face, todo-done-face, todo-done-sep-face)
21563 (todo-done-separator, todo-edit-buffer, todo-edit-mode-map)
21564 (todo-file-buffers, todo-files, todo-filtered-items-mode-map)
21565 (todo-font-lock-keywords, todo-global-current-todo-file)
21566 (todo-insertion-commands, todo-insertion-commands-arg-key-list)
21567 (todo-insertion-commands-args)
21568 (todo-insertion-commands-args-genlist)
21569 (todo-insertion-commands-names, todo-insertion-map)
21570 (todo-key-bindings-t, todo-key-bindings-t+a)
21571 (todo-key-bindings-t+a+f, todo-key-bindings-t+f, todo-mode-map)
21572 (todo-multiple-filter-files, todo-multiple-filter-files-widget)
21573 (todo-nondiary-face, todo-print-buffer, todo-time-face)
21574 (todo-visited): New variables.
21575
21576 2013-06-21 Glenn Morris <rgm@gnu.org>
21577
21578 * play/cookie1.el (cookie-apropos): Add optional display argument.
21579 * obsolete/yow.el (apropos-zippy): Use cookie-apropos.
21580 (psychoanalyze-pinhead): Use cookie-doctor.
21581
21582 2013-06-21 Juanma Barranquero <lekktu@gmail.com>
21583
21584 * emacs-lisp/package.el (tar-get-file-descriptor)
21585 (tar--extract): Declare.
21586
21587 2013-06-21 Eduard Wiebe <usenet@pusto.de>
21588
21589 Extend flymake's warning predicate to be a function (bug#14217).
21590 * progmodes/flymake.el (flymake-warning-predicate): New.
21591 (flymake-parse-line): Use it.
21592 (flymake-warning-re): Make obsolete alias to
21593 `flymake-warning-predicate'.
21594
21595 2013-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
21596
21597 * emacs-lisp/package.el (package-alist): Include obsolete packages.
21598 (package-obsolete-list): Remove.
21599 (package-activate): Remove min-version argument. Add `force' argument.
21600 Adjust to new package-alist format.
21601 (package-mark-obsolete): Remove.
21602 (package-unpack): Force reload of the package's autoloads.
21603 (package-installed-p): Check builtins if the installed package is not
21604 recent enough.
21605 (package-initialize): Don't reset package-obsolete-list.
21606 Don't specify which package version to activate.
21607 (package-process-define-package, describe-package-1)
21608 (package-menu--generate): Adjust to new package-alist format.
21609
21610 2013-06-21 Juanma Barranquero <lekktu@gmail.com>
21611
21612 * allout-widgets.el (allout-widgets-mode-off)
21613 (allout-widgets-mode-on, allout-widgets-pre-command-business)
21614 (allout-widgets-post-command-business)
21615 (allout-widgets-after-copy-or-kill-function)
21616 (allout-widgets-after-undo-function, allout-test-range-overlaps)
21617 (allout-decorate-item-and-context)
21618 (allout-graphics-modification-handler): Fix typos in docstrings.
21619 (allout-get-or-create-parent-widget): Use `looking-at-p'.
21620
21621 * cmuscheme.el (scheme-start-file): Doc fix.
21622 (inferior-scheme-mode, switch-to-scheme): Fix typos in docstrings.
21623 (scheme-input-filter): Use `string-match-p'.
21624
21625 * composite.el (compose-gstring-for-terminal): Fix typo in docstring.
21626
21627 * dired-x.el: Use Dired consistently in docstrings.
21628
21629 * dired.el: Use Dired consistently in docstrings.
21630 (dired-readin, dired-mode): Use `setq-local'.
21631 (dired-switches-alist): Make defvar-local.
21632 (dired-buffers-for-dir): Use `zerop'.
21633 (dired-safe-switches-p, dired-switches-escape-p)
21634 (dired-insert-old-subdirs, dired-move-to-end-of-filename)
21635 (dired-glob-regexp, dired-in-this-tree, dired-goto-file-1)
21636 (dired-sort-set-mode-line, dired-sort-toggle, dired-sort-R-check)
21637 (dired-goto-next-nontrivial-file): Use `string-match-p'.
21638 (dired-align-file, dired-insert-directory, dired-mark-files-in-region)
21639 (dired-toggle-marks, dired-mark-files-containing-regexp)
21640 (dired-mark-symlinks, dired-mark-directories, dired-mark-executables)
21641 (dired-flag-auto-save-files, dired-flag-backup-files):
21642 Use `looking-at-p'.
21643 (dired-mark-files-regexp, dired-build-subdir-alist):
21644 Use `string-match-p', `looking-at-p'.
21645
21646 * dos-w32.el (untranslated-canonical-name, untranslated-file-p)
21647 (direct-print-region-helper): Use `string-match-p'.
21648
21649 2013-06-21 Leo Liu <sdl.web@gmail.com>
21650
21651 * comint.el (comint-redirect-results-list-from-process):
21652 Fix infinite loop.
21653
21654 2013-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
21655
21656 * net/eww.el (eww-update-header-line-format): Quote % characters.
21657
21658 2013-06-21 Glenn Morris <rgm@gnu.org>
21659
21660 * play/cookie1.el (cookie): New custom group.
21661 (cookie-file): New option.
21662 (cookie-check-file): New function.
21663 (cookie): Make it interactive. Make start and end messages optional.
21664 Interactively, display the result. Default to cookie-file.
21665 (cookie-insert): Default to cookie-file.
21666 (cookie-snarf): Make start and end messages optional.
21667 Default to cookie-file. Use with-temp-buffer.
21668 (cookie-read): Rename from read-cookie.
21669 Make start and end messages optional. Default to cookie-file.
21670 (cookie-shuffle-vector): Rename from shuffle-vector. Use dotimes.
21671 Do not autoload it.
21672 (cookie-apropos, cookie-doctor): New functions, copied from yow.el
21673 * obsolete/yow.el (read-zippyism): Use new name for read-cookie.
21674
21675 2013-06-21 Leo Liu <sdl.web@gmail.com>
21676
21677 * progmodes/octave.el (octave-mode): Backward compatibility fix.
21678
21679 2013-06-21 Glenn Morris <rgm@gnu.org>
21680
21681 * font-lock.el (lisp-font-lock-keywords-2): Add with-eval-after-load.
21682
21683 2013-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
21684 Daniel Hackney <dan@haxney.org>
21685
21686 * emacs-lisp/package.el: Use tar-mode rather than tar executable.
21687 Consolidate the single-file vs tarball code.
21688 (package-desc-suffix): New function.
21689 (package-desc-full-name): Don't bother inlining it.
21690 (package-load-descriptor): Return the new package-desc.
21691 (package-mark-obsolete): Remove unused arg `package'.
21692 (package-unpack): Make it work for single files as well.
21693 Make it update package-alist.
21694 (package--make-autoloads-and-stuff): Rename from
21695 package--make-autoloads-and-compile. Don't compile any more.
21696 (package--compile): New function.
21697 (package-generate-description-file): New function, extracted from
21698 package-unpack-single.
21699 (package-unpack-single): Remove.
21700 (package--with-work-buffer): Add indentation and debugging info.
21701 (package-download-single): Remove.
21702 (package-install-from-archive): Rename from package-download-tar, make
21703 it take a pkg-desc, and make it work for single files as well.
21704 (package-download-transaction): Simplify.
21705 (package-tar-file-info): Remove `file' arg. Rewrite not to use an
21706 external tar program.
21707 (package-install-from-buffer): Remove `pkg-desc' argument.
21708 Use package-tar-file-info for tar-mode buffers.
21709 (package-install-file): Simplify accordingly.
21710 (package-archive-base): Change to take a pkg-desc.
21711 * tar-mode.el (tar--check-descriptor): New function, extracted from
21712 tar-get-descriptor.
21713 (tar-get-descriptor): Use it.
21714 (tar-get-file-descriptor): New function.
21715 (tar--extract): New function, extracted from tar-extract.
21716 (tar--extract): Use it.
21717 * emacs-lisp/package-x.el (package-upload-file): Decode the file, in
21718 case the summary uses non-ascii. Adjust to new calling convention of
21719 package-tar-file-info.
21720
21721 2013-06-21 Leo Liu <sdl.web@gmail.com>
21722
21723 * comint.el (comint-redirect-results-list-from-process):
21724 Fix random delay. (Bug#14681)
21725
21726 2013-06-21 Juanma Barranquero <lekktu@gmail.com>
21727
21728 * profiler.el (profiler-format-number): Use log, not log10.
21729
21730 2013-06-20 Juanma Barranquero <lekktu@gmail.com>
21731
21732 * term/x-win.el (emacs-session-filename): Use `locate-user-emacs-file'.
21733
21734 2013-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
21735
21736 * emacs-lisp/cl-loaddefs.el: Don't version-control any more.
21737 * emacs-lisp/cl-lib.el: Load cl-macs when cl-loaddefs is not
21738 yet available.
21739 * Makefile.in (AUTOGEN_VCS): Move cl-loaddefs.el...
21740 (AUTOGENEL): ... here.
21741 * emacs-lisp/cl-macs.el (cl--sublis): New function.
21742 (cl--defsubst-expand): Use it.
21743
21744 2013-06-20 Paul Eggert <eggert@cs.ucla.edu>
21745
21746 * subr.el (log10): Move here from C code, and declare as obsolete.
21747 All uses of (log10 X) replaced with (log X 10).
21748
21749 2013-06-20 Juanma Barranquero <lekktu@gmail.com>
21750
21751 * emacs-lisp/tabulated-list.el (tabulated-list-format): Fix typo.
21752 Declare with `defvar-local'.
21753 (tabulated-list-use-header-line, tabulated-list-entries)
21754 (tabulated-list-padding, tabulated-list-printer)
21755 (tabulated-list-sort-key): Declare with `defvar-local'.
21756 (tabulated-list-init-header, tabulated-list-print-fake-header):
21757 Use `setq-local'.
21758
21759 2013-06-20 Michael Albinus <michael.albinus@gmx.de>
21760
21761 * arc-mode.el (archive-mode): Add `archive-write-file' to
21762 `write-contents-functions' also for remote files. (Bug#14652)
21763
21764 2013-06-20 Juanma Barranquero <lekktu@gmail.com>
21765
21766 * cus-edit.el (custom-commands): Fix typos.
21767 (custom-display): Fix tooltip text.
21768 (custom-magic-alist, custom-filter-face-spec, custom-group-members):
21769 Fix typos in docstrings.
21770 (custom--initialize-widget-variables, Custom-mode): Use `setq-local'.
21771 (custom-unlispify-menu-entry, custom-magic-value-create)
21772 (custom-add-see-also, custom-group-value-create): Use ?\s.
21773 (custom-guess-type, customize-apropos, editable-field)
21774 (custom-face-value-create): Use `string-match-p'.
21775 (custom-save-variables, custom-save-faces): Use `looking-at-p'.
21776
21777 * custom.el (custom-load-symbol): Use `string-match-p'.
21778
21779 * ansi-color.el: Convert to lexical binding.
21780 (ansi-colors): Fix URL.
21781 (ansi-color-context, ansi-color-context-region): Use defvar-local.
21782 (ansi-color-apply-sequence, ansi-color-map): Fix typos in docstrings.
21783 (ansi-color-make-color-map): Rename local var ansi-color-map to map.
21784
21785 2013-06-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
21786
21787 * net/eww.el (eww-process-text-input): Display passwords as asterisks.
21788
21789 * net/shr.el (shr-make-table-1): Protect against invalid column-spans.
21790
21791 2013-06-19 Tom Tromey <tromey@redhat.com>
21792
21793 * net/eww.el (eww-top-url): Remove.
21794 (eww-home-url, eww-start-url, eww-contents-url): New defvars.
21795 (eww-render): Set new variables. Don't set eww-top-url.
21796 (eww-handle-link): Handle "prev", "home", and "contents".
21797 Downcase the rel text.
21798 (eww-top-url): Choose best top URL.
21799
21800 2013-06-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
21801
21802 * net/eww.el: Rewrite to implement form elements "by hand" instead of
21803 relying in widget.el. Using widget.el leads to too many
21804 user interface inconsistencies.
21805 (eww-self-insert): Implement entering commands in text fields.
21806 (eww-process-text-input): New function to make text input field editing
21807 work.
21808 (eww-submit): Rewrite to use the new-style form methods.
21809 (eww-select-display): Display the correct selected item.
21810 (eww-change-select): Implement changing the select value.
21811 (eww-toggle-checkbox): Implement radio/checkboxes.
21812 (eww-update-field): Fix compilation error.
21813 (eww-tag-textarea): Implement <textarea>.
21814
21815 * net/shr.el (shr-urlify): Use `keymap' instead of `local-map' so that
21816 we don't shadow mode-specific bindings.
21817
21818 * net/eww.el (eww-browse-url): Don't push stuff onto history if there's
21819 nothing to push.
21820
21821 * net/shr.el (shr-map): Bind [down-mouse-1] to browse URLs.
21822
21823 2013-06-19 Glenn Morris <rgm@gnu.org>
21824
21825 * emacs-lisp/eieio.el (defclass): Make it eval-and-compile once more.
21826
21827 2013-06-19 Michael Albinus <michael.albinus@gmx.de>
21828
21829 * net/tramp-adb.el (tramp-adb-get-toolbox): Remove function, it is
21830 not needed.
21831
21832 * net/tramp-sh.el (tramp-find-shell): Don't set "busybox" property.
21833
21834 2013-06-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
21835
21836 * net/browse-url.el (browse-url-browser-function):
21837 `eww-browse-url' has the right calling signature, `eww' does not.
21838
21839 2013-06-19 Glenn Morris <rgm@gnu.org>
21840
21841 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
21842 Only eval autoloaded macros.
21843 (byte-compile-autoload): Only give the macro warning for macros.
21844
21845 * progmodes/cperl-mode.el (ps-bold-faces, ps-italic-faces)
21846 (ps-underlined-faces): Declare.
21847
21848 * progmodes/idlwave.el (func-menu): Only set it up on XEmacs.
21849 (speedbar-add-supported-extension): Declare.
21850
21851 * international/titdic-cnv.el (tit-process-header, miscdic-convert):
21852 Don't include a date stamp in the header of the generated file;
21853 it leads to needless differences between output files.
21854
21855 2013-06-19 Michael Albinus <michael.albinus@gmx.de>
21856
21857 * net/secrets.el (secrets-struct-secret-content-type):
21858 Replace check of introspection data by a test call of "CreateItem".
21859 Some servers do not offer introspection.
21860
21861 2013-06-19 Stefan Monnier <monnier@iro.umontreal.ca>
21862
21863 * electric.el (electric-pair-mode): Improve interaction with
21864 electric-layout-mode.
21865 (electric-pair-default-inhibit): Don't assume (eq char (char-before)).
21866 (electric-pair-syntax): Use text-mode-syntax-table in comments
21867 and strings.
21868 (electric-pair--insert): New function.
21869 (electric-pair-post-self-insert-function): Use it and
21870 electric--after-char-pos.
21871
21872 2013-06-19 Leo Liu <sdl.web@gmail.com>
21873
21874 * progmodes/octave.el (octave-help): Fix regexp.
21875
21876 2013-06-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
21877
21878 * net/shr.el (shr-make-table-1): Implement <td rowspan>.
21879 (shr-table-horizontal-line): Allow nil as a value, and change the
21880 default.
21881 (shr-insert-table-ruler): Respect the nil value.
21882
21883 2013-06-18 Tom Tromey <tromey@barimba>
21884
21885 * net/eww.el (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
21886 New defvars.
21887 (eww-open-file): New defun.
21888 (eww-render): Initialize new variables.
21889 (eww-display-html): Handle "link" and "a".
21890 (eww-handle-link, eww-tag-link, eww-tag-a): New defuns.
21891 (eww-mode-map): Move "p" to "l". Bind "p", "n", "t", and "u".
21892 (eww-back-url): Rename from eww-previous-url.
21893 (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
21894 New defuns.
21895
21896 2013-06-18 Dmitry Gutov <dgutov@yandex.ru>
21897
21898 * progmodes/ruby-mode.el (ruby-syntax-before-regexp-re):
21899 Distinguish ternary operator tokens from slash symbol and slash
21900 char literal.
21901
21902 2013-06-18 Juanma Barranquero <lekktu@gmail.com>
21903
21904 Convert symbol prettification into minor mode and global minor mode.
21905
21906 * progmodes/prog-mode.el (prettify-symbols-alist): Rename from
21907 `prog-prettify-symbols', and make a local defvar instead of defcustom.
21908 (prettify-symbols--keywords): Rename from
21909 `prog-prettify-symbols-alist' and make a local defvar.
21910 (prettify-symbols--compose-symbol): Rename from
21911 `prog--prettify-font-lock-compose-symbol'.
21912 (prettify-symbols--make-keywords): Rename from
21913 `prog-prettify-font-lock-symbols-keywords' and simplify.
21914 (prog-prettify-install): Remove.
21915 (prettify-symbols-mode): New minor mode, based on
21916 `prog-prettify-install'.
21917 (turn-on-prettify-symbols-mode): New function.
21918 (global-prettify-symbols-mode): New globalized minor mode.
21919
21920 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
21921 * progmodes/cfengine.el (cfengine3-mode):
21922 * progmodes/perl-mode.el (perl-mode): Don't call
21923 `prog-prettify-install'; set `prettify-symbols-alist' instead.
21924
21925 2013-06-18 Juri Linkov <juri@jurta.org>
21926
21927 * files-x.el (modify-file-local-variable-message): New function.
21928 (modify-file-local-variable)
21929 (modify-file-local-variable-prop-line): Add arg INTERACTIVE
21930 and call `modify-file-local-variable-message' when it's non-nil.
21931 (add-file-local-variable, delete-file-local-variable)
21932 (add-file-local-variable-prop-line)
21933 (delete-file-local-variable-prop-line): Add arg INTERACTIVE
21934 and use it. (Bug#9820)
21935
21936 2013-06-18 Juri Linkov <juri@jurta.org>
21937
21938 * emulation/vi.el (vi-shell-op):
21939 * emulation/vip.el (vip-execute-com, ex-command):
21940 * emulation/viper-cmd.el (viper-exec-bang):
21941 * emulation/viper-ex.el (ex-command): Add non-nil arg REPLACE to
21942 the call of `shell-command-on-region'. (Bug#14637)
21943
21944 * simple.el (shell-command-on-region): Doc fix.
21945
21946 2013-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
21947
21948 * emacs-lisp/eieio-custom.el: Remove misleading Version: header
21949 (bug#14633).
21950
21951 2013-06-18 Glenn Morris <rgm@gnu.org>
21952
21953 * net/eww.el, net/shr.el, net/shr-color.el: Move here from gnus/.
21954
21955 * newcomment.el (comment-search-forward, comment-search-backward):
21956 Doc fix. (Bug#14376)
21957
21958 2013-06-18 Juanma Barranquero <lekktu@gmail.com>
21959
21960 * face-remap.el (buffer-face-toggle): Fix typo in docstring.
21961 (buffer-face-mode-invoke): Doc fix.
21962
21963 2013-06-18 Matthias Meulien <orontee@gmail.com>
21964
21965 * tabify.el (untabify, tabify): With prefix, apply to entire buffer.
21966 <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00545.html>
21967
21968 2013-06-18 Glenn Morris <rgm@gnu.org>
21969
21970 * generic-x.el (bat-generic-mode, rc-generic-mode, rul-generic-mode):
21971 Replace obsolete function generic-make-keywords with its expansion.
21972
21973 * progmodes/python.el (ffap-alist): Declare.
21974
21975 * textmodes/reftex.el (bibtex-mode-map): Declare.
21976
21977 2013-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
21978
21979 * emacs-lisp/package.el: Update package-alist after install (bug#14632).
21980 (package-unpack, package-unpack-single): Return the pkg-dir.
21981 (package-download-transaction): Use it to update package-alist.
21982
21983 2013-06-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
21984
21985 * net/browse-url.el (browse-url-browser-function): Add `eww' as a
21986 possible choice.
21987
21988 2013-06-17 Juri Linkov <juri@jurta.org>
21989
21990 * net/webjump.el (webjump-sample-sites): Add DuckDuckGo.
21991
21992 2013-06-17 Dmitry Gutov <dgutov@yandex.ru>
21993
21994 * emacs-lisp/package.el (package-load-descriptor):
21995 Remove `with-syntax-table' call, `read' doesn't need it.
21996 http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00539.html
21997
21998 2013-06-17 Juanma Barranquero <lekktu@gmail.com>
21999
22000 * startup.el (command-line): Expand package name returned by
22001 `package--description-file' (bug#14639).
22002
22003 2013-06-17 Dmitry Gutov <dgutov@yandex.ru>
22004
22005 * emacs-lisp/package.el (package-load-descriptor): Do not call
22006 `emacs-lisp-mode', just use its syntax table.
22007
22008 2013-06-17 Juanma Barranquero <lekktu@gmail.com>
22009
22010 * progmodes/prog-mode.el (prog-prettify-install): Add `composition' to
22011 `font-lock-extra-managed-props' if any prettifying keyword is added.
22012 (prog--prettify-font-lock-compose-symbol): Use ?\s instead of ?\ .
22013 (prog-mode): Use `setq-local'.
22014
22015 2013-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
22016
22017 * international/characters.el (standard-case-table): Set syntax of ?»
22018 and ?« to punctuation.
22019
22020 2013-06-16 Juanma Barranquero <lekktu@gmail.com>
22021
22022 * progmodes/prog-mode.el (prog--prettify-font-lock-compose-symbol):
22023 Save relevant match data before calling `syntax-ppss' (bug#14595).
22024
22025 2013-06-15 Juri Linkov <juri@jurta.org>
22026
22027 * files-x.el (modify-file-local-variable-prop-line): Add local
22028 variables to the end of the existing comment on the first line.
22029 Use `file-auto-mode-skip' to skip interpreter magic line,
22030 and also skip XML declaration.
22031
22032 2013-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
22033
22034 * startup.el (package--builtin-versions): New var.
22035 (package-subdirectory-regexp): Remove.
22036 (package--description-file): Hard code its value instead.
22037
22038 * emacs-lisp/package.el: Don't activate packages older than builtin.
22039 (package-obsolete-list): Rename from package-obsolete-alist, and make
22040 it into a simple list of package-desc.
22041 (package-strip-version): Remove.
22042 (package-built-in-p): Use package--builtin-versions.
22043 (package-mark-obsolete): Simplify.
22044 (package-process-define-package): Mark it obsolete if older than the
22045 builtin version.
22046 (package-handle-response): Use line-end-position.
22047 (package-read-archive-contents, package--download-one-archive):
22048 Simplify.
22049 (package--add-to-archive-contents): Skip if older than the builtin or
22050 installed version.
22051 (package-menu-describe-package): Fix last change.
22052 (package-list-unversioned): New var.
22053 (package-menu--generate): Use it.
22054
22055 * emacs-lisp/autoload.el: Manage package--builtin-versions.
22056 (autoload--insert-text, autoload--insert-cookie-text): New functions.
22057 (autoload-builtin-package-versions): New variable.
22058 (autoload-generate-file-autoloads): Use them.
22059 Remove the list of autoloaded functions/macros from the
22060 (autoload...) comments.
22061
22062 * Makefile.in (autoloads): Set autoload-builtin-package-versions.
22063
22064 2013-06-15 Eli Zaretskii <eliz@gnu.org>
22065
22066 * simple.el (line-move-partial): Don't jump to the next screen
22067 line as soon as it becomes visible. Instead, continue enlarging
22068 the vscroll until the portion of a tall screen line that's left on
22069 display is about the height of the frame's default font.
22070 (Bug#14567)
22071
22072 2013-06-15 Glenn Morris <rgm@gnu.org>
22073
22074 * vc/vc-dispatcher.el (vc-compilation-mode): Avoid making
22075 compilation-error-regexp-alist void, or local while let-bound.
22076
22077 * progmodes/make-mode.el (makefile-mode-syntax-table):
22078 Treat "=" as punctuation. (Bug#14614)
22079
22080 2013-06-15 Juanma Barranquero <lekktu@gmail.com>
22081
22082 * help-fns.el (describe-variable):
22083 Add extra line for permanent-local variables.
22084
22085 2013-06-15 Simen Heggestøyl <simenheg@ifi.uio.no> (tiny change)
22086
22087 * progmodes/scheme.el (scheme-font-lock-keywords-2):
22088 Add export, import, library. (Bug#9164)
22089 (library): Set indent function.
22090
22091 2013-06-14 Glenn Morris <rgm@gnu.org>
22092
22093 * term/xterm.el (xterm--query):
22094 Stop after first matching handler. (Bug#14615)
22095
22096 2013-06-14 Ivan Kanis <ivan@kanis.fr>
22097
22098 Add support for dired in saveplace.
22099 * dired.el (dired-initial-position-hook): New variable.
22100 (dired-initial-position): Call hook to place cursor position.
22101 * saveplace.el (save-place-to-alist): Add dired position.
22102 (save-place-dired-hook): New function.
22103
22104 2013-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
22105
22106 * subr.el (eval-after-load, set-temporary-overlay-map): Use indirection
22107 through a symbol rather than letrec.
22108
22109 * emacs-lisp/package.el: Don't recompute dir. Use pkg-descs more.
22110 (package-desc): Add `dir' field.
22111 (package-desc-full-name): New function.
22112 (package-load-descriptor): Combine the two arguments. Don't use `load'.
22113 (package-maybe-load-descriptor): Remove.
22114 (package-load-all-descriptors): Just call package-load-descriptor.
22115 (package--disabled-p): New function.
22116 (package-desc-vers, package-desc-doc): Remove aliases.
22117 (package--dir): Remove function.
22118 (package-activate): Check if a package is disabled.
22119 (package-process-define-package): New function, extracted from
22120 define-package.
22121 (define-package): Turn into a place holder.
22122 (package-unpack-single, package-tar-file-info):
22123 Use package--description-file.
22124 (package-compute-transaction): Use package--disabled-p.
22125 (package-download-transaction): Don't call
22126 package-maybe-load-descriptor since they're all loaded anyway.
22127 (package-install): Change argument to be a pkg-desc.
22128 (package-delete): Use a single pkg-desc argument.
22129 (describe-package-1): Use package-desc-dir instead of package--dir.
22130 Use package-desc property instead of package-symbol.
22131 (package-install-button-action): Adjust accordingly.
22132 (package--push): Rewrite.
22133 (package-menu--print-info): Adjust accordingly. Change the ID format
22134 to be a pkg-desc.
22135 (package-menu-describe-package, package-menu-get-status)
22136 (package-menu--find-upgrades, package-menu-mark-upgrades)
22137 (package-menu-execute, package-menu--name-predicate):
22138 Adjust accordingly.
22139 * startup.el (package--description-file): New function.
22140 (command-line): Use it.
22141 * emacs-lisp/package-x.el (package-upload-buffer-internal):
22142 Use package-desc-version.
22143
22144 * emacs-lisp/bytecomp.el (byte-compile-force-lexical-warnings): New var.
22145 (byte-compile-preprocess): Use it.
22146 (byte-compile-file-form-defalias): Try a bit harder to use macros we
22147 can't quite recognize.
22148 (byte-compile-add-to-list): Remove.
22149 * emacs-lisp/cconv.el (cconv-warnings-only): New function.
22150 (cconv-closure-convert): Add assertion.
22151
22152 * emacs-lisp/map-ynp.el: Use lexical-binding.
22153 (map-y-or-n-p): Remove unused vars `tail' and `object'.
22154 Factor out some repeated code.
22155
22156 2013-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
22157
22158 * subr.el (with-eval-after-load): New macro.
22159 (eval-after-load): Allow form to be a function.
22160 take advantage of lexical-binding.
22161 (do-after-load-evaluation): Use dolist and adjust to new format.
22162 * simple.el (bad-packages-alist): Use dolist and with-eval-after-load.
22163
22164 2013-06-13 Juri Linkov <juri@jurta.org>
22165
22166 * replace.el (perform-replace): Display "symbol " and other search
22167 modes from `isearch-message-prefix' in the *Help* buffer.
22168
22169 * isearch.el (isearch-query-replace): Add " symbol" and other
22170 possible search modes from `isearch-message-prefix' to the prompt.
22171 (isearch-occur): Use `with-isearch-suspended' to not exit Isearch
22172 when reading a regexp to collect.
22173
22174 2013-06-13 Juri Linkov <juri@jurta.org>
22175
22176 * isearch.el (word-search-regexp): Match whitespace if the search
22177 string begins or ends in whitespace. The LAX arg is applied to
22178 both ends of the search string. Use `regexp-quote' and explicit
22179 \< and \> instead of \b. Use \` and \' instead of ^ and $.
22180 (isearch-symbol-regexp): Sync with `word-search-regexp' where word
22181 boundaries are replaced with symbol boundaries, and characters
22182 between symbols match non-word non-symbol syntax. (Bug#14602)
22183
22184 2013-06-13 Juri Linkov <juri@jurta.org>
22185
22186 * isearch.el (isearch-del-char): Don't exceed the length of
22187 `isearch-string' by the prefix arg. (Bug#14563)
22188
22189 2013-06-13 Juri Linkov <juri@jurta.org>
22190
22191 * isearch.el (isearch-yank-word, isearch-yank-line)
22192 (isearch-char-by-name, isearch-quote-char)
22193 (isearch-printing-char, isearch-process-search-char):
22194 Add optional count prefix arg. (Bug#14563)
22195
22196 * international/isearch-x.el
22197 (isearch-process-search-multibyte-characters):
22198 Add optional count prefix arg.
22199
22200 2013-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
22201
22202 * subr.el (internal-push-keymap, internal-pop-keymap): New functions.
22203 (set-temporary-overlay-map): Use them (bug#14095); and take advantage of
22204 lexical-binding.
22205
22206 2013-06-13 Vitalie Spinu <spinuvit@gmail.com>
22207
22208 * subr.el (set-temporary-overlay-map): Add on-exit argument.
22209
22210 2013-06-13 Glenn Morris <rgm@gnu.org>
22211
22212 * startup.el (tty-handle-args):
22213 Don't just discard "--" and anything after. (Bug#14608)
22214
22215 * emacs-lisp/lisp.el (forward-sexp, backward-sexp): Doc fixes.
22216
22217 2013-06-13 Michael Albinus <michael.albinus@gmx.de>
22218
22219 Implement changes in Secret Service API. Make it backward compatible.
22220 * net/secrets.el (secrets-struct-secret-content-type): New defonst.
22221 (secrets-create-item): Use it. Prefix properties with interface.
22222
22223 2013-06-13 Michael Hoffman <9qobl2n02@sneakemail.com> (tiny change)
22224
22225 * term.el (term-suppress-hard-newline): New option. (Bug#12017)
22226 (term-emulate-terminal): Respect term-suppress-hard-newline.
22227
22228 2013-06-13 E Sabof <esabof@gmail.com> (tiny change)
22229
22230 * image-dired.el (image-dired-dired-toggle-marked-thumbs):
22231 Only remove a `thumb-file' overlay. (Bug#14548)
22232
22233 2013-06-12 Grégoire Jadi <daimrod@gmail.com>
22234
22235 * mail/reporter.el (reporter-submit-bug-report):
22236 Handle missing package-name. (Bug#14600)
22237
22238 2013-06-12 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
22239
22240 * textmodes/reftex-cite.el (reftex-cite-regexp-hist)
22241 (reftex-citation-prompt, reftex-default-bibliography)
22242 (reftex-bib-or-thebib, reftex-get-bibfile-list)
22243 (reftex-pop-to-bibtex-entry, reftex-extract-bib-entries)
22244 (reftex-bib-sort-author, reftex-bib-sort-year)
22245 (reftex-bib-sort-year-reverse, reftex-get-crossref-alist)
22246 (reftex-extract-bib-entries-from-thebibliography)
22247 (reftex-get-bibkey-default, reftex-get-bib-names)
22248 (reftex-parse-bibtex-entry, reftex-get-bib-field)
22249 (reftex-format-bib-entry, reftex-parse-bibitem)
22250 (reftex-format-bibitem, reftex-do-citation)
22251 (reftex-figure-out-cite-format, reftex-offer-bib-menu)
22252 (reftex-restrict-bib-matches, reftex-extract-bib-file)
22253 (reftex-insert-bib-matches, reftex-format-citation)
22254 (reftex-make-cite-echo-string, reftex-bibtex-selection-callback)
22255 (reftex-create-bibtex-file): Add docstrings, mostly by converting
22256 existing comments into docstrings.
22257
22258 2013-06-12 Xue Fuqiao <xfq.free@gmail.com>
22259
22260 * ibuf-ext.el (ibuffer-mark-help-buffers): Doc fix.
22261
22262 2013-06-12 Andreas Schwab <schwab@suse.de>
22263
22264 * international/mule.el (auto-coding-alist): Use utf-8-emacs-unix
22265 for auto-save files.
22266
22267 2013-06-12 Glenn Morris <rgm@gnu.org>
22268
22269 * ido.el (ido-delete-ignored-files): Remove.
22270 (ido-wide-find-dirs-or-files, ido-make-file-list-1):
22271 Go back to calling ido-ignore-item-p directly.
22272
22273 2013-06-12 Eyal Lotem <eyal.lotem@gmail.com> (tiny change)
22274
22275 * ido.el (ido-wide-find-dirs-or-files): Respect ido-case-fold.
22276
22277 * ido.el (ido-delete-ignored-files): New function,
22278 split from ido-make-file-list-1.
22279 (ido-wide-find-dirs-or-files): Maybe ignore files. (Bug#13003)
22280 (ido-make-file-list-1): Use ido-delete-ignored-files.
22281
22282 2013-06-12 Leo Liu <sdl.web@gmail.com>
22283
22284 * progmodes/octave.el (inferior-octave-startup)
22285 (inferior-octave-completion-table)
22286 (inferior-octave-track-window-width-change)
22287 (octave-eldoc-function-signatures, octave-help)
22288 (octave-find-definition): Use single quoted strings.
22289 (inferior-octave-startup-args): Change default value.
22290 (inferior-octave-startup): Do not hard code "-i" and
22291 "--no-line-editing".
22292 (inferior-octave-resync-dirs): Add optional arg NOERROR.
22293 (inferior-octave-directory-tracker): Use it.
22294 (octave-goto-function-definition): Robustify.
22295 (octave-help): Support highlighting operators in 'See also'.
22296 (octave-find-definition): Find subfunctions only in Octave mode.
22297
22298 2013-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
22299
22300 * help-fns.el (help-fns--compiler-macro): If the handler function is
22301 named, then put a link to it.
22302 * help-mode.el (help-function-cmacro): Adjust regexp for cl-lib names.
22303 * emacs-lisp/cl-macs.el (cl--compiler-macro-typep): New function.
22304 (cl-typep): Use it.
22305 (cl-eval-when): Simplify debug spec.
22306 (cl-define-compiler-macro): Use eval-and-compile. Give a name to the
22307 compiler-macro function instead of setting `compiler-macro-file'.
22308
22309 2013-06-12 Xue Fuqiao <xfq.free@gmail.com>
22310
22311 * vc/vc-cvs.el (vc-cvs-stay-local): Doc fix.
22312 * vc/vc-hooks.el (vc-stay-local): Doc fix.
22313
22314 2013-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
22315 Daniel Hackney <dan@haxney.org>
22316
22317 First part of Daniel Hackney's patch to package.el.
22318 * emacs-lisp/package.el: Use defstruct.
22319 (package-desc): New, main struct.
22320 (package--bi-desc, package--ac-desc): New structs, used to describe the
22321 format in external files.
22322 (package-desc-vers): Replace with package-desc-version accessor.
22323 (package-desc-doc): Replace with package-desc-summary accessor.
22324 (package-activate-1): Remove `package' arg since the pkg-vec now
22325 includes the name.
22326 (define-package): Use package-desc-from-define.
22327 (package-unpack-single): Change file-name arg to be a symbol.
22328 (package--add-to-archive-contents): Use package-desc-create and new
22329 accessor functions to package--ac-desc.
22330 (package-buffer-info, package-tar-file-info): Return a package-desc.
22331 (package-install-from-buffer): Remove `type' argument. Change pkg-info
22332 arg to be a package-desc.
22333 (package-install-file): Adjust accordingly. Use \' to match EOS.
22334 (package--from-builtin): New function.
22335 (describe-package-1, package-menu--generate): Use it.
22336 (package--make-autoloads-and-compile): Change name arg to be a symbol.
22337 (package-generate-autoloads): Idem and return the name of the file.
22338 * emacs-lisp/package-x.el (package-upload-buffer-internal):
22339 Change pkg-info arg to be a package-desc.
22340 Use package-make-ac-desc.
22341 (package-upload-file): Use \' to match EOS.
22342 * finder.el (finder-compile-keywords): Use package-make-builtin.
22343
22344 2013-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
22345
22346 * vc/vc.el (vc-deduce-fileset): Change error message.
22347 (vc-read-backend): New function.
22348 (vc-next-action): Use it.
22349
22350 * subr.el (function-arity): Remove (mistakenly added) (bug#14590).
22351
22352 * progmodes/prolog.el (prolog-make-keywords-regexp): Remove.
22353 (prolog-font-lock-keywords): Use regexp-opt instead.
22354 Don't manually highlight strings.
22355 (prolog-mode-variables): Simplify comment-start-skip.
22356 (prolog-consult-compile): Use display-buffer. Remove unused old-filter.
22357
22358 * emacs-lisp/generic.el (generic--normalise-comments)
22359 (generic-set-comment-syntax, generic-set-comment-vars): New functions.
22360 (generic-mode-set-comments): Use them.
22361 (generic-bracket-support): Use setq-local.
22362 (generic-make-keywords-list): Declare obsolete.
22363
22364 2013-06-11 Glenn Morris <rgm@gnu.org>
22365
22366 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
22367 Prettify after setting font-lock-defaults. (Bug#14574)
22368
22369 2013-06-11 Juanma Barranquero <lekktu@gmail.com>
22370
22371 * replace.el (query-replace, occur-read-regexp-defaults-function)
22372 (replace-search):
22373 * subr.el (declare-function, number-sequence, local-set-key)
22374 (substitute-key-definition, locate-user-emacs-file)
22375 (with-silent-modifications, split-string, eval-after-load):
22376 Fix typos, remove unneeded backslashes and reflow some docstrings.
22377
22378 2013-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
22379
22380 * international/mule-conf.el (file-coding-system-alist): Use utf-8 as
22381 default for Elisp files.
22382
22383 2013-06-11 Glenn Morris <rgm@gnu.org>
22384
22385 * vc/log-view.el (log-view-mode-map): Inherit from special-mode-map,
22386 although define-derived-mode was doing this anyway. (Bug#14583)
22387
22388 2013-06-10 Juanma Barranquero <lekktu@gmail.com>
22389
22390 * allout.el (allout-encryption-plaintext-sanitization-regexps):
22391 Fix make-variable-buffer-local call to refer to the correct variable.
22392
22393 2013-06-10 Aidan Gauland <aidalgol@amuri.net>
22394
22395 * eshell/em-term.el (eshell-visual-commands)
22396 (eshell-visual-subcommands, eshell-visual-options):
22397 Add summary line to docstrings. Add cross-references.
22398
22399 2013-06-10 Glenn Morris <rgm@gnu.org>
22400
22401 * epa.el (epa-read-file-name): New function. (Bug#14510)
22402 (epa-decrypt-file): Make plain-file optional. Use epa-read-file-name.
22403
22404 2013-06-09 Aidan Gauland <aidalgol@amuri.net>
22405
22406 * eshell/em-term.el (eshell-visual-command-p): Fix bug that caused
22407 output redirection to be ignored with visual commands.
22408
22409 2013-06-09 Aidan Gauland <aidalgol@amuri.net>
22410
22411 * eshell/em-term.el (eshell-visual-command-p): New function.
22412 (eshell-term-initialize): Move long lambda to separate function
22413 eshell-visual-command-p.
22414 * eshell/em-dirs.el (eshell-dirs-initialize):
22415 * eshell/em-script.el (eshell-script-initialize):
22416 Add missing #' to lambda.
22417
22418 2013-06-08 Leo Liu <sdl.web@gmail.com>
22419
22420 * progmodes/octave.el (octave-add-log-current-defun): New function.
22421 (octave-mode): Set add-log-current-defun-function.
22422 (octave-goto-function-definition): Do not move point if not found.
22423 (octave-find-definition): Enhance to try subfunctions first.
22424
22425 2013-06-08 Glenn Morris <rgm@gnu.org>
22426
22427 * emacs-lisp/bytecomp.el (byte-compile-char-before)
22428 (byte-compile-backward-char, byte-compile-backward-word):
22429 Improve previous change, to handle non-explicit nil.
22430
22431 2013-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
22432
22433 * emacs-lisp/smie.el: Improve show-paren-mode behavior.
22434 (smie--opener/closer-at-point): New function.
22435 (smie--matching-block-data): Use it. Don't match from right after an
22436 opener or right before a closer. Obey smie-blink-matching-inners.
22437 Don't signal a mismatch for repeated inners like "switch..case..case".
22438
22439 2013-06-07 Leo Liu <sdl.web@gmail.com>
22440
22441 * progmodes/octave.el (octave-mode): Set comment-use-global-state
22442 to t. (Bug#14303)
22443 (octave-function-header-regexp): Fix. (Bug#14570)
22444 (octave-help-mode-finish-hook, octave-help-mode-finish):
22445 Remove. Just use temp-buffer-show-hook.
22446
22447 * newcomment.el (comment-search-backward): Revert last change.
22448 (Bug#14434)
22449
22450 * emacs-lisp/smie.el (smie--matching-block-data): Minor simplification.
22451
22452 2013-06-07 Eli Zaretskii <eliz@gnu.org>
22453
22454 * Makefile.in (TAGS TAGS-LISP): Pass the (long) list of *.el files
22455 through xargs, to avoid failure due to MS-Windows limitations on
22456 command-line length.
22457
22458 2013-06-06 Glenn Morris <rgm@gnu.org>
22459
22460 * font-lock.el (lisp-font-lock-keywords-2):
22461 Treat user-error like error.
22462
22463 * emacs-lisp/bytecomp.el (byte-compile-char-before)
22464 (byte-compile-backward-char, byte-compile-backward-word):
22465 Handle explicit nil arguments. (Bug#14565)
22466
22467 2013-06-05 Alan Mackenzie <acm@muc.de>
22468
22469 * isearch.el (isearch-allow-prefix): New user option.
22470 (isearch-other-meta-char): Don't exit isearch when a prefix
22471 argument is typed whilst `isearch-allow-prefix' is non-nil.
22472 (Bug#9706)
22473
22474 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
22475
22476 * autorevert.el (auto-revert-notify-handler): Use memq.
22477 Hide assertion failure.
22478
22479 * skeleton.el: Use cl-lib.
22480 (skeleton-further-elements): Use defvar-local.
22481 (skeleton-insert): Use cl-progv.
22482
22483 2013-06-05 Teodor Zlatanov <tzz@lifelogs.com>
22484
22485 * progmodes/prog-mode.el (prog-prettify-symbols)
22486 (prog-prettify-install): Update docstrings.
22487
22488 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
22489
22490 * simple.el: Move all the prog-mode code to prog-mode.el.
22491 * progmodes/prog-mode.el: New file.
22492 * loadup.el: Add prog-mode.el.
22493
22494 2013-06-05 Teodor Zlatanov <tzz@lifelogs.com>
22495
22496 * simple.el (prog-prettify-symbols): Add version.
22497 (prog-prettify-install): Add convenience function to prettify symbols.
22498
22499 * progmodes/perl-mode.el (perl--augmented-font-lock-keywords)
22500 (perl--augmented-font-lock-keywords-1)
22501 (perl--augmented-font-lock-keywords-2, perl-mode): Remove unneeded
22502 variables and use it.
22503
22504 * progmodes/cfengine.el (cfengine3--augmented-font-lock-keywords)
22505 (cfengine3-mode): Remove unneeded variable and use it.
22506
22507 * emacs-lisp/lisp-mode.el (lisp--augmented-font-lock-keywords)
22508 (lisp--augmented-font-lock-keywords-1)
22509 (lisp--augmented-font-lock-keywords-2, lisp-mode-variables):
22510 Remove unneeded variables and use it.
22511
22512 2013-06-05 João Távora <joaotavora@gmail.com>
22513
22514 * net/tls.el (open-tls-stream): Remove unneeded buffer contents up
22515 to point when opening the connection. (Bug#14380)
22516
22517 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
22518
22519 * subr.el (load-history-regexp, load-history-filename-element)
22520 (eval-after-load, after-load-functions, do-after-load-evaluation)
22521 (eval-next-after-load, display-delayed-warnings)
22522 (collapse-delayed-warnings, delayed-warnings-hook): Move after the
22523 definition of save-match-data.
22524 (overriding-local-map): Remove accidental obsolescence declaration.
22525
22526 * emacs-lisp/edebug.el (edebug-result): Move before first use.
22527
22528 2013-06-05 Teodor Zlatanov <tzz@lifelogs.com>
22529
22530 Generalize symbol prettify support to prog-mode and implement it
22531 for perl-mode, cfengine3-mode, and emacs-lisp-mode.
22532 * simple.el (prog-prettify-symbols-alist, prog-prettify-symbols)
22533 (prog--prettify-font-lock-compose-symbol)
22534 (prog-prettify-font-lock-symbols-keywords): New variables and
22535 functions to support symbol prettification.
22536 * emacs-lisp/lisp-mode.el (lisp--augmented-font-lock-keywords)
22537 (lisp--augmented-font-lock-keywords-1)
22538 (lisp--augmented-font-lock-keywords-2, lisp-mode-variables)
22539 (lisp--prettify-symbols-alist): Implement prettify of lambda.
22540 * progmodes/cfengine.el (cfengine3--augmented-font-lock-keywords)
22541 (cfengine3--prettify-symbols-alist, cfengine3-mode):
22542 Implement prettify of -> => :: strings.
22543 * progmodes/perl-mode.el (perl-prettify-symbols)
22544 (perl--font-lock-compose-symbol)
22545 (perl--font-lock-symbols-keywords): Move to prog-mode.
22546 (perl--prettify-symbols-alist): Prettify -> => :: strings.
22547 (perl-font-lock-keywords-1)
22548 (perl-font-lock-keywords-2): Remove explicit prettify support.
22549 (perl--augmented-font-lock-keywords)
22550 (perl--augmented-font-lock-keywords-1)
22551 (perl--augmented-font-lock-keywords-2, perl-mode):
22552 Implement prettify support.
22553
22554 2013-06-05 Leo Liu <sdl.web@gmail.com>
22555
22556 Re-implement SMIE matching block highlight using
22557 show-paren-data-function. (Bug#14395)
22558 * emacs-lisp/smie.el (smie-matching-block-highlight)
22559 (smie--highlight-matching-block-overlay)
22560 (smie--highlight-matching-block-lastpos)
22561 (smie-highlight-matching-block)
22562 (smie-highlight-matching-block-mode): Remove.
22563 (smie--matching-block-data-cache): New variable.
22564 (smie--matching-block-data): New function.
22565 (smie-setup): Use smie--matching-block-data for
22566 show-paren-data-function.
22567
22568 * progmodes/octave.el (octave-mode-menu): Fix.
22569 (octave-find-definition): Skip garbage lines.
22570
22571 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
22572
22573 Fix compilation error with simultaneous dynamic+lexical scoping.
22574 Add warning when a defvar appears after the first let-binding.
22575 * emacs-lisp/bytecomp.el (byte-compile-lexical-variables): New var.
22576 (byte-compile-close-variables): Initialize it.
22577 (byte-compile--declare-var): New function.
22578 (byte-compile-file-form-defvar)
22579 (byte-compile-file-form-define-abbrev-table)
22580 (byte-compile-file-form-custom-declare-variable): Use it.
22581 (byte-compile-make-lambda-lexenv): Change the argument. Simplify.
22582 (byte-compile-lambda): Share call to byte-compile-arglist-vars.
22583 (byte-compile-bind): Handle dynamic bindings that shadow
22584 lexical bindings.
22585 (byte-compile-unbind): Make arg non-optional.
22586 (byte-compile-let): Simplify.
22587 * emacs-lisp/cconv.el (byte-compile-lexical-variables): Declare var.
22588 (cconv--analyse-function, cconv-analyse-form): Populate it.
22589 Protect byte-compile-bound-variables to limit the scope of defvars.
22590 (cconv-analyse-form): Add missing rule for (defvar <foo>).
22591 Remove unneeded rule for `declare'.
22592
22593 * emacs-lisp/cl-macs.el (cl--compiler-macro-adjoin): Use macroexp-let2
22594 so as to avoid depending on cl-adjoin at run-time.
22595 * emacs-lisp/cl-lib.el (cl-pushnew): Use backquotes.
22596
22597 * emacs-lisp/macroexp.el (macroexp--compiling-p): New function.
22598 (macroexp--warn-and-return): Use it.
22599
22600 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
22601
22602 * subr.el: Convert to lexical binding.
22603 (overriding-local-map): Make obsolete.
22604 (add-to-list): Doc fix. Add compiler macro.
22605 (read-key): Swap values of local maps.
22606
22607 2013-06-05 Leo Liu <sdl.web@gmail.com>
22608
22609 * eshell/esh-mode.el (eshell-mode): Fix key bindings.
22610
22611 2013-06-04 Leo Liu <sdl.web@gmail.com>
22612
22613 * progmodes/compile.el (compile-goto-error): Add optional arg NOMSG.
22614 (compilation-auto-jump): Suppress the "Mark set" message to give
22615 way to exit message.
22616
22617 2013-06-04 Alan Mackenzie <acm@muc.de>
22618
22619 Remove faulty optimization from indentation calculation.
22620 * progmodes/cc-engine.el (c-guess-basic-syntax): Don't calculate
22621 search limit based on 2000 characters back from indent-point.
22622
22623 2013-06-03 Tassilo Horn <tsdh@gnu.org>
22624
22625 * eshell/em-term.el (cl-lib): Require `cl-lib'.
22626
22627 2013-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
22628
22629 * emacs-lisp/lisp.el: Use lexical-binding.
22630 (lisp--local-variables-1, lisp--local-variables): New functions.
22631 (lisp--local-variables-completion-table): New var.
22632 (lisp-completion-at-point): Use it complete let-bound vars.
22633
22634 * emacs-lisp/lisp-mode.el (eval-sexp-add-defvars): Expand macros
22635 eagerly (bug#14422).
22636
22637 2013-06-03 Michael Albinus <michael.albinus@gmx.de>
22638
22639 * autorevert.el (auto-revert-notify-enabled)
22640 (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
22641 (auto-revert-notify-event-p, auto-revert-notify-event-file-name)
22642 (auto-revert-notify-handler): Handle also gfilenotify.
22643
22644 * subr.el (file-notify-handle-event): New defun. Replacing ...
22645 (inotify-event-p, inotify-handle-event, w32notify-handle-event):
22646 Remove.
22647
22648 2013-06-03 Juri Linkov <juri@jurta.org>
22649
22650 * bindings.el (search-map): Bind `highlight-symbol-at-point' to
22651 `M-s h .'. (Bug#14427)
22652
22653 * hi-lock.el (highlight-symbol-at-point): New alias for the new
22654 command `hi-lock-face-symbol-at-point'.
22655 (hi-lock-face-symbol-at-point): New command.
22656 (hi-lock-map): Bind `highlight-symbol-at-point' to `C-x w .'.
22657 (hi-lock-menu): Add `highlight-symbol-at-point'.
22658 (hi-lock-mode): Doc fix.
22659
22660 * isearch.el (isearch-forward-symbol-at-point): New command.
22661 (search-map): Bind `isearch-forward-symbol-at-point' to `M-s .'.
22662 (isearch-highlight-regexp): Add a regexp which matches
22663 words/symbols for word/symbol mode.
22664
22665 * subr.el (find-tag-default-bounds): New function with the body
22666 mostly moved from `find-tag-default'.
22667 (find-tag-default): Move most code to `find-tag-default-bounds',
22668 call it and apply `buffer-substring-no-properties' afterwards.
22669
22670 2013-06-03 Tassilo Horn <tsdh@gnu.org>
22671
22672 * eshell/em-term.el (eshell-term-initialize):
22673 Use `cl-intersection' rather than `intersection'.
22674
22675 2013-06-02 Xue Fuqiao <xfq.free@gmail.com>
22676
22677 * vc/log-view.el: Doc fix.
22678 (log-view-mode-map): Copy keymap from `special-mode-map'.
22679
22680 2013-06-02 Eric Ludlam <zappo@gnu.org>
22681
22682 * emacs-lisp/eieio.el (eieio--defalias, eieio-hook)
22683 (eieio-error-unsupported-class-tags, eieio-skip-typecheck)
22684 (eieio-optimize-primary-methods-flag, eieio-initializing-object)
22685 (eieio-unbound, eieio-default-superclass)
22686 (eieio--define-field-accessors, method-static, method-before)
22687 (method-primary, method-after, method-num-lists)
22688 (method-generic-before, method-generic-primary)
22689 (method-generic-after, method-num-slots)
22690 (eieio-specialized-key-to-generic-key)
22691 (eieio--check-type, class-v, class-p)
22692 (eieio-class-name, define-obsolete-function-alias)
22693 (eieio-class-parents-fast, eieio-class-children-fast)
22694 (same-class-fast-p, class-constructor, generic-p)
22695 (generic-primary-only-p, generic-primary-only-one-p)
22696 (class-option-assoc, class-option, eieio-object-p)
22697 (class-abstract-p, class-method-invocation-order)
22698 (eieio-defclass-autoload-map, eieio-defclass-autoload)
22699 (eieio-class-un-autoload, eieio-defclass)
22700 (eieio-eval-default-p, eieio-perform-slot-validation-for-default)
22701 (eieio-add-new-slot, eieio-copy-parents-into-subclass)
22702 (eieio--defgeneric-init-form, eieio-defgeneric-form)
22703 (eieio-defgeneric-reset-generic-form)
22704 (eieio-defgeneric-form-primary-only)
22705 (eieio-defgeneric-reset-generic-form-primary-only)
22706 (eieio-defgeneric-form-primary-only-one)
22707 (eieio-defgeneric-reset-generic-form-primary-only-one)
22708 (eieio-unbind-method-implementations)
22709 (eieio--defmethod, eieio--typep)
22710 (eieio-perform-slot-validation, eieio-validate-slot-value)
22711 (eieio-validate-class-slot-value, eieio-barf-if-slot-unbound)
22712 (eieio-oref, eieio-oref-default, eieio-default-eval-maybe)
22713 (eieio-oset, eieio-oset-default, eieio-slot-originating-class-p)
22714 (eieio-slot-name-index, eieio-class-slot-name-index)
22715 (eieio-set-defaults, eieio-initarg-to-attribute)
22716 (eieio-attribute-to-initarg, eieio-c3-candidate)
22717 (eieio-c3-merge-lists, eieio-class-precedence-c3)
22718 (eieio-class-precedence-dfs, eieio-class-precedence-bfs)
22719 (eieio-class-precedence-list, eieio-generic-call-methodname)
22720 (eieio-generic-call-arglst, eieio-generic-call-key)
22721 (eieio-generic-call-next-method-list)
22722 (eieio-pre-method-execution-functions, eieio-generic-call)
22723 (eieio-generic-call-primary-only, eieiomt-method-list)
22724 (eieiomt-optimizing-obarray, eieiomt-install)
22725 (eieiomt-add, eieiomt-next, eieiomt-sym-optimize)
22726 (eieio-generic-form, eieio-defmethod, make-obsolete)
22727 (eieio-defgeneric, make-obsolete): Move to eieio-core.el.
22728 (defclass): Remove `eval-and-compile' from macro.
22729 (call-next-method, shared-initialize): Instead of using
22730 `scoped-class' variable, use new eieio--scoped-class, and
22731 eieio--with-scoped-class.
22732 (initialize-instance): Rename local variable 'scoped-class' to
22733 'this-class' to remove ambiguitity from old global.
22734
22735 * emacs-lisp/eieio-core.el: New file. Derived from key parts of
22736 eieio.el.
22737 (eieio--scoped-class-stack): New variable.
22738 (eieio--scoped-class): New fcn.
22739 (eieio--with-scoped-class): New scoping macro.
22740 (eieio-defclass): Use pushnew instead of add-to-list.
22741 (eieio-defgeneric-form-primary-only-one, eieio-oset-default)
22742 (eieio-slot-name-index, eieio-set-defaults, eieio-generic-call)
22743 (eieio-generic-call-primary-only, eieiomt-add): Instead of using
22744 `scoped-class' variable, use new eieio--scoped-class, and
22745 eieio--with-scoped-class.
22746
22747 * emacs-lisp/eieio-base.el (cl-lib): Require during compile.
22748
22749 2013-06-02 Tassilo Horn <tsdh@gnu.org>
22750
22751 * eshell/esh-ext.el (eshell-external-command): Pass args to
22752 `eshell-find-interpreter'.
22753 (eshell-find-interpreter): Add new second parameter ARGS.
22754
22755 * eshell/em-script.el (eshell-script-initialize): Add second arg
22756 to the function added as MATCH to `eshell-interpreter-alist'.
22757
22758 * eshell/em-dirs.el (eshell-dirs-initialize): Add second arg to
22759 the function added as MATCH to `eshell-interpreter-alist'.
22760
22761 * eshell/em-term.el (eshell-visual-subcommands): New defcustom.
22762 (eshell-visual-options): New defcustom.
22763 (eshell-escape-control-x): Adapt docstring.
22764 (eshell-term-initialize): Test `eshell-visual-subcommands' and
22765 `eshell-visual-options' in addition to `eshell-visual-commands'.
22766 (eshell-exec-visual): Pass args to `eshell-find-interpreter'.
22767
22768 2013-06-01 Fabián Ezequiel Gallina <fgallina@gnu.org>
22769
22770 * progmodes/python.el (python-indent-block-enders): Add break,
22771 continue and raise keywords.
22772
22773 2013-06-01 Glenn Morris <rgm@gnu.org>
22774
22775 * pcmpl-gnu.el (pcomplete/tar): Check obsolete variable is bound.
22776
22777 Plain (f)boundp silences compilation warnings since Emacs 22.1.
22778 * progmodes/cc-cmds.el (delete-forward-p):
22779 * progmodes/cc-defs.el (buffer-syntactic-context-depth):
22780 * progmodes/cc-engine.el (buffer-syntactic-context):
22781 * progmodes/cc-fonts.el (face-property-instance):
22782 * progmodes/cc-mode.el (set-keymap-parents):
22783 * progmodes/cc-vars.el (get-char-table): No need for cc-bytecomp-defun.
22784 * progmodes/cc-defs.el (c-set-region-active, c-beginning-of-defun-1)
22785 * progmodes/cc-mode.el (c-make-inherited-keymap): Use plain fboundp.
22786 * progmodes/cc-defs.el (zmacs-region-stays, zmacs-regions)
22787 (lookup-syntax-properties): Remove unecessary cc-bytecomp-defvar.
22788
22789 * progmodes/cc-vars.el (other): Emacs has this widget since
22790 at least 21.1, so don't (re)define it.
22791
22792 * eshell/em-cmpl.el (eshell-cmpl-initialize):
22793 Replace the obsolete alias pcomplete-arg-quote-list.
22794
22795 2013-06-01 Leo Liu <sdl.web@gmail.com>
22796
22797 * progmodes/octave.el (octave-mode-syntax-table): Give `.'
22798 punctuation syntax.
22799 (inferior-octave-minimal-columns)
22800 (inferior-octave-last-column-width): New variables.
22801 (inferior-octave-track-window-width-change): New function.
22802 (inferior-octave-mode): Adjust column width so that Octave output,
22803 for example from 'ls', can fit into the window nicely.
22804
22805 2013-05-31 Dmitry Gutov <dgutov@yandex.ru>
22806
22807 * progmodes/ruby-mode.el (ruby-syntax-expansion-allowed-p):
22808 Highlight expansions inside regexp literals.
22809
22810 2013-05-31 Glenn Morris <rgm@gnu.org>
22811
22812 * obsolete/sym-comp.el (symbol-complete):
22813 Replace obsolete completion-annotate-function.
22814
22815 * progmodes/cc-vars.el (c-make-macro-with-semi-re): Silence compiler.
22816
22817 2013-05-31 Dmitry Gutov <dgutov@yandex.ru>
22818
22819 * progmodes/ruby-mode.el (ruby-syntax-expansion-allowed-p):
22820 New function, checks if point is inside a literal that allows
22821 expression expansion.
22822 (ruby-syntax-propertize-expansion): Use it.
22823 (ruby-syntax-propertize-function): Bind `case-fold-search' to nil
22824 around the body.
22825
22826 2013-05-30 Juri Linkov <juri@jurta.org>
22827
22828 * isearch.el (isearch-mode-map): Bind `isearch-toggle-invisible'
22829 to "\M-si".
22830 (isearch-invisible): New variable.
22831 (isearch-forward): Doc fix.
22832 (isearch-mode): Set `isearch-invisible'
22833 to the value of `search-invisible'.
22834 (isearch-toggle-case-fold): Doc fix.
22835 (isearch-toggle-invisible): New command.
22836 (isearch-query-replace): Let-bind `search-invisible'
22837 to the value of `isearch-invisible'.
22838 (isearch-search): Use `isearch-invisible' instead of
22839 `search-invisible'. Let-bind `search-invisible'
22840 to the value of `isearch-invisible'. (Bug#11378)
22841
22842 2013-05-30 Juri Linkov <juri@jurta.org>
22843
22844 * replace.el (perform-replace): Avoid `isearch-range-invisible'
22845 call when `query-flag' is nil and `search-invisible' is non-nil.
22846 (Bug#11746)
22847
22848 2013-05-30 Glenn Morris <rgm@gnu.org>
22849
22850 * progmodes/gdb-mi.el (gdb-wait-for-pending): Fix typo.
22851
22852 * progmodes/cc-bytecomp.el (cc-bytecomp-noruntime-functions): New.
22853 (cc-require): Suppress spurious "noruntime" warnings.
22854 (cc-require-when-compile): Use fboundp, for sake of compiler.
22855
22856 * progmodes/cc-mode.el: Move load of cc-vars before that of
22857 cc-langs (which in turn loads cc-vars), to quieten compiler.
22858
22859 2013-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
22860
22861 * paren.el: Simplify the code.
22862 (show-paren-mode): Always start the timer.
22863 (show-paren--idle-timer): Rename from show-paren-idle-timer.
22864 (show-paren--overlay, show-paren--overlay-1): Rename from
22865 show-paren-overlay and show-paren-overlay-1, and initialize to an
22866 overlay rather than to nil.
22867 (show-paren-function): Misc cleanup and simplifications.
22868
22869 2013-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
22870
22871 * paren.el (show-paren-data-function): New hook.
22872 (show-paren--default): New function, extracted from show-paren-function.
22873 (show-paren-function): Use show-paren-data-function.
22874
22875 2013-05-30 Glenn Morris <rgm@gnu.org>
22876
22877 * ielm.el (ielm-map, ielm-complete-symbol):
22878 Use completion-at-point rather than obsolete functions.
22879 (inferior-emacs-lisp-mode): Doc fix.
22880 Set completion-at-point-functions, rather than
22881 comint-dynamic-complete-functions.
22882
22883 * eshell/em-cmpl.el (eshell-complete-lisp-symbol): New function.
22884 (eshell-cmpl-initialize, eshell-complete-parse-arguments):
22885 Replace obsolete lisp-complete-symbol with eshell-complete-lisp-symbol.
22886
22887 * image.el (image-animated-p): Tweak definition.
22888
22889 * net/rlogin.el (rlogin-program, rlogin-explicit-args): Default to ssh.
22890 (rlogin-process-connection-type): Tweak default. Add set-after.
22891 (rlogin-host): Doc fix.
22892 (rlogin): Tweak prompt.
22893 (rlogin-tab-or-complete): Use completion-at-point rather than alias.
22894
22895 * net/net-utils.el (nslookup-mode-map, ftp-mode-map):
22896 * progmodes/tcl.el (inferior-tcl-mode-map):
22897 Use completion-at-point rather than obsolete alias.
22898
22899 * emacs-lisp/eieio.el (eieio-eval-default-p): Move before use.
22900
22901 * minibuffer.el (read-file-name-completion-ignore-case):
22902 Move before completion--in-region, for eager macro expansion.
22903
22904 2013-05-29 Juri Linkov <juri@jurta.org>
22905
22906 * replace.el (occur-engine): Rename `globalcount' to `global-lines'
22907 for total count of matching lines. Add `global-matches' for total
22908 count of matches. Rename `matches' to `lines' for count of
22909 matching lines. Add `matches' for count of matches.
22910 Rename `lines' to `curr-line' for line count. Rename `prev-lines'
22911 to `prev-line' for line number of prev match endpt.
22912 Increment `matches' for every match. Print the number of
22913 matching lines in the header.
22914 (occur-context-lines): Rename `lines' to `curr-line'.
22915 Rename `prev-lines' to `prev-line'. (Bug#14017)
22916
22917 2013-05-29 Juri Linkov <juri@jurta.org>
22918
22919 * replace.el (perform-replace): Add `skip-read-only-count',
22920 `skip-filtered-count', `skip-invisible-count' let-bound to 0.
22921 Increment them for corresponding conditions and report the number
22922 of skipped occurrences in the final message. (Bug#11746)
22923 (query-replace, query-replace-regexp, query-replace-regexp-eval)
22924 (replace-string, replace-regexp): Doc fix.
22925
22926 2013-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
22927
22928 * emacs-lisp/trace.el (trace--read-args): Provide a default.
22929
22930 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Inherit from
22931 prog-mode-map (bug#14504).
22932
22933 2013-05-29 Leo Liu <sdl.web@gmail.com>
22934
22935 * progmodes/octave.el (octave-indent-comment): Tweak regexps.
22936 (octave-help): Small simplification.
22937
22938 * emacs-lisp/smie.el (smie-highlight-matching-block): Always turn
22939 off the highlight first.
22940
22941 2013-05-29 Glenn Morris <rgm@gnu.org>
22942
22943 * progmodes/idlwave.el (idlwave-concatenate-rinfo-lists):
22944 Handle idlwave-last-system-routine-info-cons-cell being nil.
22945
22946 * progmodes/idlwave.el (idlwave-scan-user-lib-files)
22947 (idlwave-write-paths): Simplify via with-temp-buffer.
22948
22949 * emulation/cua-gmrk.el: Also load cua-base, cua-rect at run time.
22950 * emulation/cua-rect.el: Also load cua-base at run time.
22951
22952 * progmodes/cperl-mode.el (imenu-choose-buffer-index)
22953 (file-of-tag, etags-snarf-tag, etags-goto-tag-location): Declare.
22954 (cperl-imenu-on-info): Require imenu.
22955
22956 2013-05-28 Alan Mackenzie <acm@muc.de>
22957
22958 Handle "capitalised keywords" correctly.
22959 * progmodes/cc-mode.el (c-after-change): Bind case-fold-search to nil.
22960
22961 2013-05-28 Aidan Gauland <aidalgol@amuri.net>
22962
22963 * eshell/em-unix.el: Add -r option to cp.
22964
22965 2013-05-28 Glenn Morris <rgm@gnu.org>
22966
22967 * vc/vc-arch.el (vc-exec-after): Declare.
22968 (vc-switches): Autoload.
22969 * vc/vc-bzr.el: No need to require vc when compiling.
22970 (vc-exec-after, vc-set-async-update, vc-default-dir-printer)
22971 (vc-resynch-buffer, vc-dir-refresh): Declare.
22972 (vc-setup-buffer, vc-switches): Autoload.
22973 * vc/vc-cvs.el (vc-exec-after, vc-coding-system-for-diff)
22974 (vc-resynch-buffer): Declare.
22975 (vc-switches, vc-default-revert, vc-version-backup-file): Autoload.
22976 * vc/vc-dir.el (desktop-missing-file-warning): Declare.
22977 * vc/vc-git.el (vc-exec-after, vc-set-async-update)
22978 (grep-read-regexp, grep-read-files, grep-expand-template)
22979 (vc-dir-refresh): Declare.
22980 (vc-setup-buffer, vc-switches, vc-resynch-buffer): Autoload.
22981 * vc/vc-hg.el (vc-exec-after, vc-set-async-update): Declare.
22982 (vc-setup-buffer, vc-switches, vc-do-async-command): Autoload.
22983 * vc/vc-mtn.el (vc-exec-after): Declare.
22984 (vc-switches): Autoload.
22985 * vc/vc-rcs.el (vc-expand-dirs, vc-switches)
22986 (vc-tag-precondition, vc-buffer-sync, vc-rename-master): Autoload.
22987 (vc-file-tree-walk): Declare.
22988 * vc/vc-sccs.el (vc-file-tree-walk): Declare.
22989 (vc-expand-dirs, vc-switches, vc-setup-buffer, vc-delistify)
22990 (vc-tag-precondition, vc-rename-master): Autoload.
22991 * vc/vc-svn.el (vc-exec-after): Declare.
22992 (vc-switches, vc-setup-buffer): Autoload.
22993 * obsolete/vc-mcvs.el (vc-checkout, vc-switches, vc-default-revert):
22994 Autoload.
22995 (vc-resynch-buffer): Declare.
22996
22997 * obsolete/fast-lock.el (byte-compile-warnings):
22998 Don't warn about obsolete features in this obsolete file.
22999
23000 * progmodes/cc-vars.el (c-macro-names-with-semicolon):
23001 Move definition before use.
23002
23003 * play/dunnet.el (byte-compile-warnings): Don't disable them all.
23004 (dun-unix-verbs): Remove dun-zippy.
23005 (dun-zippy): Remove function.
23006
23007 * emacs-lisp/bytecomp.el (byte-compile-warnings): Doc fix.
23008
23009 2013-05-27 Juri Linkov <juri@jurta.org>
23010
23011 * replace.el (replace-search): New function with code moved out
23012 from `perform-replace'.
23013 (replace-highlight, replace-dehighlight): Move function definitions
23014 up closer to `replace-search'. (Bug#11746)
23015
23016 2013-05-27 Juri Linkov <juri@jurta.org>
23017
23018 * replace.el (perform-replace): Ignore invisible matches.
23019 In addition to checking `query-replace-skip-read-only', also
23020 filter out matches by calling `run-hook-with-args-until-failure'
23021 on `isearch-filter-predicates', and also check `search-invisible'
23022 for t or call `isearch-range-invisible'.
23023 (replace-dehighlight): Call `isearch-clean-overlays'. (Bug#11746)
23024
23025 2013-05-27 Juri Linkov <juri@jurta.org>
23026
23027 * isearch.el (isearch-filter-predicates): Rename from
23028 `isearch-filter-predicate'. Doc fix. (Bug#11378)
23029 (isearch-message-prefix): Display text from the property
23030 `isearch-message-prefix' of the currently active filters.
23031 (isearch-search): Don't compare `isearch-filter-predicate' with
23032 `isearch-filter-visible'. Call `run-hook-with-args-until-failure'
23033 on `isearch-filter-predicates'. Also check `search-invisible' for t
23034 or call `isearch-range-invisible'.
23035 (isearch-filter-visible): Make obsolete.
23036 (isearch-lazy-highlight-search):
23037 Call `run-hook-with-args-until-failure' on
23038 `isearch-filter-predicates' and use `isearch-range-invisible'.
23039
23040 * info.el (Info-search): Call `run-hook-with-args-until-failure' on
23041 `isearch-filter-predicates' instead of `funcall'ing
23042 `isearch-filter-predicate'.
23043 (Info-mode): Set `Info-isearch-filter' to
23044 `isearch-filter-predicates' instead of `isearch-filter-predicate'.
23045
23046 * dired-aux.el (dired-isearch-filter-predicate-orig):
23047 Remove variable.
23048 (dired-isearch-filenames-toggle, dired-isearch-filenames-setup)
23049 (dired-isearch-filenames-end): Add and remove
23050 `dired-isearch-filter-filenames' in `isearch-filter-predicates'
23051 instead of changing the value of `isearch-filter-predicate'.
23052 Rebind `dired-isearch-filenames-toggle' from "\M-sf" to "\M-sff".
23053 (dired-isearch-filter-filenames): Don't use `isearch-filter-visible'.
23054 Put property `isearch-message-prefix' to "filename " on
23055 `dired-isearch-filter-filenames'.
23056
23057 * wdired.el (wdired-change-to-wdired-mode):
23058 Add `isearch-filter-predicates' to `wdired-isearch-filter-read-only'
23059 locally instead of changing `isearch-filter-predicate'.
23060 (wdired-isearch-filter-read-only): Don't use `isearch-filter-visible'.
23061
23062 2013-05-27 Dmitry Gutov <dgutov@yandex.ru>
23063
23064 * vc/vc-git.el (vc-git-working-revision): When in detached mode,
23065 return the commit hash (Bug#14459). Also set the
23066 `vc-git-detached' property.
23067 (vc-git--rev-parse): Extract from `vc-git-previous-revision'.
23068 (vc-git-mode-line-string): Use the same help-echo format whether
23069 in detached mode or not, because we know the actual revision now.
23070 When in detached mode, shorten the revision to 7 chars.
23071
23072 2013-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
23073
23074 * emacs-lisp/easy-mmode.el (define-minor-mode):
23075 * emacs-lisp/derived.el (define-derived-mode): Always defvar the
23076 mode hook and provide a docstring.
23077
23078 2013-05-27 Alan Mackenzie <acm@muc.de>
23079
23080 Remove spurious syntax-table text properties inserted by C-y.
23081 * progmodes/cc-mode.el (c-after-change): Also clear hard
23082 syntax-table property with value nil.
23083
23084 2013-05-27 Michael Albinus <michael.albinus@gmx.de>
23085
23086 * net/dbus.el (dbus-call-method): Let-bind `inhibit-redisplay'
23087 when reading the events; the buffer layout shall not be changed.
23088
23089 2013-05-27 Leo Liu <sdl.web@gmail.com>
23090
23091 * progmodes/octave.el (inferior-octave-directory-tracker-resync):
23092 New variable.
23093 (inferior-octave-directory-tracker): Automatically re-sync
23094 default-directory.
23095 (octave-help): Improve handling of 'See also'.
23096
23097 2013-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
23098
23099 * doc-view.el: Minor naming convention tweaks.
23100 (desktop-buffer-mode-handlers): Don't add to it repeatedly.
23101
23102 * image-mode.el (image-mode-reapply-winprops): Call image-mode-winprops
23103 even if there's no `display' property yet (bug#14435).
23104
23105 2013-05-25 Eli Zaretskii <eliz@gnu.org>
23106
23107 * subr.el (unmsys--file-name): Rename from reveal-filename.
23108
23109 * Makefile.in (custom-deps, finder-data, autoloads)
23110 ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
23111 ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
23112 ($(CAL_DIR)/hol-loaddefs.el): All users changed.
23113
23114 2013-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
23115
23116 * emacs-lisp/lisp.el (lisp-completion-at-point): Don't use
23117 error-completion on the first 2 args of condition-case (bug#14446).
23118 Don't burp at EOB.
23119
23120 2013-05-25 Leo Liu <sdl.web@gmail.com>
23121
23122 * comint.el (comint-previous-matching-input): Do not flood the
23123 *Messages* buffer with trivial messages.
23124
23125 2013-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
23126
23127 * progmodes/flymake.el (flymake-nop): Don't return a string.
23128 (flymake-set-at): Fix typo.
23129
23130 * simple.el (read--expression): New function, extracted from
23131 eval-expression. Set completion-at-point-functions (bug#14465).
23132 (eval-expression, eval-minibuffer): Use it.
23133
23134 2013-05-25 Xue Fuqiao <xfq.free@gmail.com>
23135
23136 * progmodes/flymake.el (flymake-save-buffer-in-file)
23137 (flymake-makehash, flymake-posn-at-point-as-event, flymake-nop)
23138 (flymake-selected-frame, flymake-log, flymake-ins-after)
23139 (flymake-set-at, flymake-get-buildfile-from-cache)
23140 (flymake-add-buildfile-to-cache, flymake-clear-buildfile-cache)
23141 (flymake-find-possible-master-files, flymake-save-buffer-in-file):
23142 Refine the doc string.
23143 (flymake-get-file-name-mode-and-masks): Reformat.
23144 (flymake-get-real-file-name-function): Fix a minor bug.
23145
23146 2013-05-24 Juri Linkov <juri@jurta.org>
23147
23148 * progmodes/grep.el (grep-mode-font-lock-keywords):
23149 Support =linenumber= format used by git-grep for lines with
23150 function names. (Bug#13549)
23151
23152 2013-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
23153
23154 * progmodes/octave.el (octave-smie-rules): Return nil rather than
23155 0 after a semi-colon; it works better for smie-auto-fill.
23156 (octave--indent-new-comment-line): New function.
23157 (octave-indent-new-comment-line): Use it (indirectly).
23158 (octave-mode): Don't disable smie-auto-fill. Use add-function to
23159 modify comment-line-break-function.
23160
23161 * emacs-lisp/smie.el (smie-auto-fill): Rework to be more robust.
23162 (smie-setup): Use add-function to set it.
23163
23164 2013-05-24 Sam Steingold <sds@gnu.org>
23165
23166 * sort.el (delete-duplicate-lines): Accept an optional `keep-blanks'
23167 argument (before the `interactive' argument).
23168
23169 2013-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
23170
23171 * image-mode.el (image-mode-winprops): Add winprops to
23172 image-mode-winprops-alist before running
23173 image-mode-new-window-functions.
23174 * doc-view.el (doc-view-new-window-function): Don't delay
23175 doc-view-goto-page via timers (bug#14435).
23176
23177 2013-05-24 Tassilo Horn <tsdh@gnu.org>
23178
23179 * doc-view.el: Integrate with desktop.el. (Bug#14435)
23180 (doc-view-desktop-save-buffer): New function.
23181 (doc-view-restore-desktop-buffer): New function.
23182 (desktop-buffer-mode-handlers):
23183 Add `doc-view-restore-desktop-buffer' as desktop.el buffer mode
23184 handler.
23185 (doc-view-mode): Set `doc-view-desktop-save-buffer' as custom
23186 `desktop-save-buffer' function.
23187
23188 2013-05-24 Michael Albinus <michael.albinus@gmx.de>
23189
23190 * net/tramp-gvfs.el (tramp-gvfs-enabled): New defconst.
23191 (tramp-gvfs-file-name-handler): Raise a user error when
23192 `tramp-gvfs-enabled' is nil.
23193 (top): Register signals only when `tramp-gvfs-enabled' is non-nil.
23194 Do not raise a user error when loading package. (Bug#14447)
23195
23196 * net/xesam.el: Move to obsolete/.
23197
23198 2013-05-24 Glenn Morris <rgm@gnu.org>
23199
23200 * font-lock.el (lisp-font-lock-keywords-2): Add with-coding-priority.
23201
23202 * emacs-lisp/chart.el (chart-sort): Replace obsolete `object-name'.
23203
23204 * progmodes/cperl-mode.el (cperl-mode): Use fboundp.
23205 (Info-find-node, Man-getpage-in-background): Declare.
23206
23207 * mail/unrmail.el (unrmail):
23208 Replace obsolete detect-coding-with-priority.
23209
23210 * net/socks.el (socks-split-string): Use this rather than split-string.
23211 (socks-nslookup-host): Update for above change.
23212 (dynamic-choice, s5-dynamic-choice-match)
23213 (s5-dynamic-choice-match-inline, s5-widget-value-create):
23214 Comment out unused code.
23215
23216 * tooltip.el (tooltip-use-echo-area): Warn only on 'set.
23217 * progmodes/gud.el (gud-gdb-completion-function): Move before use.
23218 (gud-tooltip-echo-area): Make obsolete.
23219 (gud-tooltip-process-output, gud-tooltip-tips): Also check tooltip-mode.
23220
23221 * progmodes/js.el (js--optimize-arglist): Declare.
23222
23223 * progmodes/ruby-mode.el (ruby-syntax-propertize-expansion): Declare.
23224
23225 * progmodes/which-func.el (ediff-window-A, ediff-window-B)
23226 (ediff-window-C): Declare.
23227
23228 * obsolete/pgg-gpg.el, obsolete/pgg-pgp.el, obsolete/pgg-pgp5.el:
23229 Tweak requires to silence compiler.
23230
23231 * obsolete/sym-comp.el: No need to load hipper-exp when compiling.
23232 (he-search-string, he-tried-table, he-expand-list)
23233 (he-init-string, he-string-member, he-substitute-string)
23234 (he-reset-string): Declare.
23235
23236 * obsolete/options.el (list-options): Use custom-variable-p,
23237 rather than obsolete alias.
23238
23239 2013-05-23 Sam Steingold <sds@gnu.org>
23240
23241 * simple.el (shell-command-on-region): Pass the `replace' argument
23242 down to `call-process-region' to comply with the doc as reported on
23243 <http://stackoverflow.com/questions/16720458/emacs-noninteractive-call-to-shell-command-on-region-always-deletes-region>
23244
23245 2013-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
23246
23247 * emacs-lisp/smie.el (smie-indent-forward-token)
23248 (smie-indent-backward-token): Handle string tokens (bug#14381).
23249
23250 2013-05-23 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
23251
23252 * ielm.el (ielm-menu): New menu.
23253 (inferior-emacs-lisp-mode): Set comment-start.
23254
23255 2013-05-23 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
23256
23257 * textmodes/reftex.el (reftex-ref-style-toggle):
23258 Fix deactivate action.
23259
23260 * textmodes/reftex-vars.el (reftex-ref-style-alist):
23261 Add cleveref macros.
23262
23263 * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
23264 Accept options for bibliography commands.
23265 * textmodes/reftex-vars.el (reftex-bibliography-commands):
23266 Add addbibresource. Basic Biblatex support.
23267
23268 2013-05-23 Michael Albinus <michael.albinus@gmx.de>
23269
23270 * net/tramp-gvfs.el (top):
23271 * net/xesam.el (xesam-dbus-unique-names): Suppress D-Bus errors
23272 when loading package. (Bug#14447)
23273
23274 2013-05-23 Glenn Morris <rgm@gnu.org>
23275
23276 * progmodes/js.el: No need to load comint when compiling.
23277 (ring-insert, comint-send-string, comint-send-input)
23278 (comint-last-input-end, ido-chop): Declare.
23279
23280 * vc/ediff-diff.el, vc/ediff-merg.el: Require ediff-util at run-time.
23281 * vc/ediff-mult.el: Adjust requires.
23282 (ediff-directories-internal, ediff-directory-revisions-internal)
23283 (ediff-patch-file-internal): Declare.
23284 * vc/ediff-ptch.el: Adjust requires.
23285 (ediff-use-last-dir, ediff-buffers-internal): Declare.
23286 (ediff-find-file): Autoload.
23287 * vc/ediff-util.el: No need to load ediff when compiling.
23288 (ediff-regions-internal): Declare.
23289 * vc/ediff-wind.el: Adjust requires.
23290 (ediff-compute-toolbar-width): Define when compiling.
23291 (ediff-setup-control-buffer, ediff-make-bottom-toolbar): Declare.
23292 * vc/ediff.el: No need to load dired, ediff-ptch when compiling.
23293 (dired-get-filename, dired-get-marked-files)
23294 (ediff-last-dir-patch, ediff-patch-default-directory)
23295 (ediff-get-patch-buffer, ediff-dispatch-file-patching-job)
23296 (ediff-patch-buffer-internal): Declare.
23297
23298 * emacs-lisp/checkdoc.el: No need to load ispell when compiling.
23299 (ispell-process, ispell-buffer-local-words, lm-summary)
23300 (lm-section-start, lm-section-end): Declare.
23301 (checkdoc-ispell-init): Simplify.
23302
23303 * progmodes/vera-mode.el (he-init-string, he-dabbrev-beg)
23304 (he-string-member, he-reset-string, he-substitute-string): Declare.
23305
23306 * eshell/em-ls.el: Adjust requires.
23307 (eshell-glob-regexp): Declare.
23308 * eshell/em-tramp.el: Adjust requires.
23309 (eshell-parse-command): Autoload.
23310 * eshell/em-xtra.el: Adjust requires.
23311 (eshell-parse-command): Autoload.
23312 * eshell/esh-ext.el: Adjust requires.
23313 (eshell-parse-command, eshell-close-handles): Autoload.
23314 * eshell/esh-io.el: Adjust requires.
23315 (eshell-output-filter): Autoload.
23316 * eshell/esh-util.el: No need to load tramp when compiling.
23317 (tramp-file-name-structure, ange-ftp-ls, ange-ftp-file-modtime):
23318 Declare.
23319 (eshell-parse-ange-ls): Require ange-ftp and tramp.
23320 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
23321 * eshell/em-cmpl.el, eshell/em-glob.el, eshell/em-pred.el:
23322 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-smart.el:
23323 * eshell/em-term.el, eshell/esh-arg.el, eshell/esh-mode.el:
23324 * eshell/esh-opt.el, eshell/esh-proc.el:
23325 * eshell/esh-var.el: Adjust requires.
23326 * eshell/eshell.el: Do not require esh-util twice.
23327 (eshell-add-input-to-history): Declare.
23328 (eshell-command): Check history module is active before using it.
23329
23330 * eshell/em-ls.el (eshell-ls-dir): Fix -A handling.
23331
23332 2013-05-22 Leo Liu <sdl.web@gmail.com>
23333
23334 * progmodes/octave.el (inferior-octave-startup): Fix bug#14433.
23335
23336 2013-05-22 Michael Albinus <michael.albinus@gmx.de>
23337
23338 * autorevert.el (auto-revert-notify-add-watch)
23339 (auto-revert-notify-handler): Add `attrib' for the inotify case,
23340 it indicates changes in file modification time.
23341
23342 2013-05-22 Glenn Morris <rgm@gnu.org>
23343
23344 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
23345 Always delete the autoloaded function from the noruntime and
23346 unresolved functions lists.
23347
23348 * allout.el: No need to load epa, epg, overlay when compiling.
23349 (epg-context-set-passphrase-callback, epg-list-keys)
23350 (epg-decrypt-string, epg-encrypt-string, epg-user-id-string)
23351 (epg-key-user-id-list): Declare.
23352
23353 * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
23354 (viper-set-parsing-style-toggling-macro)
23355 (viper-set-emacs-state-searchstyle-macros):
23356 Use called-interactively-p on Emacs.
23357 (viper-looking-back): Make it an obsolete alias. Update callers.
23358 * emulation/viper-ex.el: Load viper-keym, not viper-cmd.
23359 Use looking-back rather than viper-looking-back.
23360 (viper-tmp-insert-at-eob, viper-enlarge-region)
23361 (viper-read-string-with-history, viper-register-to-point)
23362 (viper-append-to-register, viper-change-state-to-vi)
23363 (viper-backward-char-carefully, viper-forward-char-carefully)
23364 (viper-Put-back, viper-put-back, viper-add-newline-at-eob-if-necessary)
23365 (viper-change-state-to-emacs): Declare.
23366 * emulation/viper-macs.el: Load viper-mous, viper-ex, not viper-cmd.
23367 (viper-change-state-to-insert, viper-change-state-to-vi): Declare.
23368 * emulation/viper-mous.el: Do not load viper-cmd.
23369 (viper-backward-char-carefully, viper-forward-char-carefully)
23370 (viper-forward-word, viper-adjust-window): Declare.
23371
23372 * vc/ediff.el (ediff-version): Use called-interactively-p on Emacs.
23373
23374 * progmodes/idlw-help.el (idlwave-help-fontify):
23375 Use called-interactively-p.
23376
23377 * term/w32console.el (w32-get-console-codepage)
23378 (w32-get-console-output-codepage): Declare.
23379
23380 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape):
23381 Remove unnecessary declarations.
23382 (dframe-message): Doc fix.
23383
23384 * info.el (dframe-select-attached-frame, dframe-current-frame):
23385 Declare.
23386
23387 * speedbar.el (speedbar-message): Make it an obsolete alias.
23388 Update all callers.
23389 (speedbar-with-attached-buffer)
23390 (speedbar-maybee-jump-to-attached-frame): Make these aliases obsolete.
23391 (speedbar-with-writable): Use backquote.
23392 * emacs-lisp/eieio-opt.el (eieio-describe-class-sb):
23393 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click):
23394 Use dframe-with-attached-buffer, dframe-maybee-jump-to-attached-frame
23395 rather than speedbar- aliases.
23396 * mail/rmail.el: Load dframe rather than speedbar when compiling.
23397 (speedbar-make-specialized-keymap, speedbar-insert-button)
23398 (dframe-select-attached-frame, dframe-maybee-jump-to-attached-frame)
23399 (speedbar-do-function-pointer): Declare.
23400 (rmail-speedbar-button, rmail-speedbar-find-file)
23401 (rmail-speedbar-move-message):
23402 Use dframe-with-attached-buffer rather than speedbar- alias.
23403 * progmodes/gud.el: Load dframe rather than speedbar when compiling.
23404 (dframe-message, speedbar-make-specialized-keymap)
23405 (speedbar-add-expansion-list, speedbar-mode-functions-list)
23406 (speedbar-make-tag-line, speedbar-remove-localized-speedbar-support)
23407 (speedbar-insert-button, dframe-select-attached-frame)
23408 (dframe-maybee-jump-to-attached-frame)
23409 (speedbar-change-initial-expansion-list)
23410 (speedbar-previously-used-expansion-list-name): Declare.
23411 (gud-speedbar-item-info, gud-gdb-goto-stackframe):
23412 Use dframe-message, dframe-with-attached-buffer rather than
23413 speedbar- aliases.
23414 (gud-sentinel): Silence compiler.
23415 * progmodes/vhdl-mode.el (speedbar-refresh)
23416 (speedbar-do-function-pointer, speedbar-add-supported-extension)
23417 (speedbar-add-mode-functions-list, speedbar-make-specialized-keymap)
23418 (speedbar-change-initial-expansion-list, speedbar-add-expansion-list)
23419 (speedbar-extension-list-to-regex, speedbar-directory-buttons)
23420 (speedbar-file-lists, speedbar-make-tag-line)
23421 (speedbar-line-directory, speedbar-goto-this-file)
23422 (speedbar-center-buffer-smartly, speedbar-change-expand-button-char)
23423 (speedbar-delete-subblock, speedbar-position-cursor-on-line)
23424 (speedbar-make-button, speedbar-reset-scanners)
23425 (speedbar-files-item-info, speedbar-line-text)
23426 (speedbar-find-file-in-frame, speedbar-set-timer)
23427 (dframe-maybee-jump-to-attached-frame, speedbar-line-file): Declare.
23428 (speedbar-with-writable): Do not (re)define it.
23429 (vhdl-speedbar-find-file): Use dframe-maybee-jump-to-attached-frame
23430 rather than speedbar- alias.
23431
23432 2013-05-21 Leo Liu <sdl.web@gmail.com>
23433
23434 * progmodes/octave.el (octave-mode-menu): Update and re-organize
23435 menu items.
23436 (octave-mode): Tweak fill-nobreak-predicate.
23437 (inferior-octave-startup): Check process to avoid infinite loop.
23438 (inferior-octave): Pop to buffer first to show abornmal process
23439 exit information.
23440
23441 2013-05-21 Glenn Morris <rgm@gnu.org>
23442
23443 * printing.el (pr-menu-bar): Define when compiling.
23444
23445 2013-05-21 Leo Liu <sdl.web@gmail.com>
23446
23447 * progmodes/octave.el (octave-auto-fill): Remove.
23448 (octave-indent-new-comment-line): Improve.
23449 (octave-mode): Use auto fill mode through
23450 comment-line-break-function and fill-nobreak-predicate.
23451 (octave-goto-function-definition): Support DEFUN_DLD.
23452 (octave-beginning-of-defun): Small tweak.
23453 (octave-help): Show parent directory.
23454
23455 2013-05-21 Glenn Morris <rgm@gnu.org>
23456
23457 * files.el (dired-unmark):
23458 * progmodes/gud.el (gdb-input): Update declarations.
23459
23460 * calculator.el (electric, ehelp): No need to load when compiling.
23461 (Electric-command-loop, electric-describe-mode): Declare.
23462
23463 * doc-view.el (doc-view-current-converter-processes): Move before use.
23464
23465 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
23466 Move MODE-set-explicitly definition before use.
23467
23468 * international/mule-diag.el (mule-diag):
23469 Don't use obsolete window-system-version.
23470
23471 * mail/feedmail.el (smtpmail): No need to load when compiling.
23472 (smtpmail-via-smtp, smtpmail-smtp-server): Declare.
23473
23474 * mail/mail-utils.el (rfc822): No need to load when compiling.
23475 (rfc822-addresses): Autoload it.
23476 (mail-strip-quoted-names): Trivial simplification.
23477
23478 * mail/rmail.el (rmail-mime-message-p, rmail-mime-toggle-raw): Declare.
23479 (rmail-retry-failure): Don't assume that rmail-mime-feature == rmailmm.
23480
23481 * net/snmp-mode.el (tempo): Don't duplicate requires.
23482
23483 * progmodes/prolog.el (info): No need to load when compiling.
23484 (comint): Require before shell requires it.
23485 (Info-goto-node): Autoload it.
23486 (Info-follow-nearest-node): Declare.
23487 (prolog-help-info, prolog-goto-predicate-info): No need to require info.
23488
23489 * textmodes/artist.el (picture-mode-exit): Declare.
23490
23491 * textmodes/reftex-parse.el (reftex-parse-from-file):
23492 Trivial rewrite so the compiler can parse it better.
23493
23494 2013-05-20 Leo Liu <sdl.web@gmail.com>
23495
23496 * progmodes/octave.el (octave-help-mode-map)
23497 (octave-help-mode-finish-hook): New variables.
23498 (octave-help-mode, octave-help-mode-finish): New functions.
23499 (octave-help): Use octave-help-mode.
23500
23501 2013-05-20 Glenn Morris <rgm@gnu.org>
23502
23503 * format-spec.el (format-spec): Allow spec chars with nil. (Bug#14420)
23504
23505 2013-05-19 Dmitry Gutov <dgutov@yandex.ru>
23506
23507 * progmodes/ruby-mode.el (ruby-expression-expansion-re): Allow to
23508 start at point, so that expansion starting right after opening
23509 slash in a regexp is recognized.
23510 (ruby-syntax-before-regexp-re): New defvar, extracted from
23511 ruby-syntax-propertize-function. Since the value of this regexp
23512 is looked up at runtime now, we should be able to turn
23513 `ruby-syntax-methods-before-regexp' into a defcustom later.
23514 (ruby-syntax-propertize-function): Split regexp matching into two
23515 parts, for opening and closing slashes. That allows us to skip
23516 over string interpolations and support multiline regexps.
23517 Don't call `ruby-syntax-propertize-expansions', instead use another rule
23518 for them, which calls `ruby-syntax-propertize-expansion'.
23519 (ruby-syntax-propertize-expansions): Move `remove-text-properties'
23520 call to `ruby-syntax-propertize-function'.
23521 (ruby-syntax-propertize-expansion): Extracted from
23522 `ruby-syntax-propertize-expansions'. Handles one expansion.
23523 (ruby-syntax-propertize-percent-literal): Leave point right after
23524 the percent symbol, so that the expression expansion rule can
23525 propertize the contents.
23526 (ruby-syntax-propertize-heredoc): Leave point at bol following the
23527 heredoc openers.
23528 (ruby-syntax-propertize-expansions): Remove.
23529
23530 2013-05-18 Juri Linkov <juri@jurta.org>
23531
23532 * man.el (Man-default-man-entry): Remove `-' from the end
23533 of the default value. (Bug#14400)
23534
23535 2013-05-18 Glenn Morris <rgm@gnu.org>
23536
23537 * comint.el (comint-password-prompt-regexp):
23538 Allow "password for XXX" where XXX contains colons (eg https://...).
23539
23540 2013-05-18 Leo Liu <sdl.web@gmail.com>
23541
23542 * progmodes/octave.el (inferior-octave-startup): Use OCTAVE_SRCDIR
23543 instead. Include "--no-gui" to prevent hangs for Octave > 3.7.
23544 (octave-source-directories): Don't check process.
23545 (octave-source-directories, octave-find-definition): Doc fix.
23546
23547 2013-05-18 Glenn Morris <rgm@gnu.org>
23548
23549 * progmodes/vhdl-mode.el (vhdl-mode-map-init):
23550 Remove backspace/delete bindings. (Bug#14392)
23551
23552 * cus-dep.el (custom-make-dependencies): Sort the output.
23553 (custom-versions-load-alist): Convert comment to doc.
23554
23555 2013-05-17 Leo Liu <sdl.web@gmail.com>
23556
23557 * newcomment.el (comment-search-backward): Stricter in finding
23558 comment start. (Bug#14303)
23559
23560 * progmodes/octave.el (octave-comment-start): Remove the SPC char.
23561 (octave-comment-start-skip): Properly anchored.
23562
23563 2013-05-17 Leo Liu <sdl.web@gmail.com>
23564
23565 * emacs-lisp/smie.el (smie-highlight-matching-block-mode):
23566 Clean up when turned off. (Bug#14395)
23567 (smie--highlight-matching-block-overlay): No longer buffer-local.
23568 (smie-highlight-matching-block): Adjust.
23569
23570 2013-05-17 Paul Eggert <eggert@cs.ucla.edu>
23571
23572 Doc string fix for "nanoseconds" (Bug#14406).
23573 * emacs-lisp/timer.el (timer-relative-time, timer-inc-time):
23574 Fix doc string typo that had "nanoseconds" instead of "microseconds".
23575
23576 2013-05-17 Jay Belanger <jay.p.belanger@gmail.com>
23577
23578 * calc/calc-units.el (math-extract-units): Preserve powers
23579 of units.
23580
23581 2013-05-17 Leo Liu <sdl.web@gmail.com>
23582
23583 * subr.el (delete-consecutive-dups): New function.
23584 * ido.el (ido-set-matches-1): Use it.
23585 * progmodes/octave.el (inferior-octave-completion-table): Use it.
23586 * ido.el (ido-remove-consecutive-dups): Remove.
23587
23588 2013-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
23589
23590 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
23591 (f90-hpf-keywords-re, f90-constants-re): Use \\_< rather than
23592 regexp-opt's `words'.
23593
23594 2013-05-16 Leo Liu <sdl.web@gmail.com>
23595
23596 * emacs-lisp/smie.el (smie-matching-block-highlight): New face.
23597 (smie--highlight-matching-block-overlay)
23598 (smie--highlight-matching-block-lastpos)
23599 (smie--highlight-matching-block-timer): New variables.
23600 (smie-highlight-matching-block): New function.
23601 (smie-highlight-matching-block-mode): New minor mode. (Bug#14395)
23602 (smie-setup): Conditionally enable smie-blink-matching-open.
23603
23604 2013-05-16 Wilson Snyder <wsnyder@wsnyder.org>
23605
23606 Sync with upstream verilog-mode r840.
23607 * progmodes/verilog-mode.el (verilog-mode-version)
23608 (verilog-mode-release-date): Update.
23609 (verilog-auto-lineup, verilog-auto-reset): Doc fixes.
23610 (verilog-sig-tieoff): Fix string error on
23611 AUTORESET with colon define, bug594. Reported by Andrew Hou.
23612 (verilog-read-decls): Fix parameters confusing
23613 AUTOINST interfaces, bug565. Reported by Leith Johnson.
23614
23615 2013-05-16 Eli Zaretskii <eliz@gnu.org>
23616
23617 * subr.el (reveal-filename): New function.
23618
23619 * loadup.el: Compute Emacs executable versions on MS-Windows,
23620 where executables have the .exe extension. Add a hard link
23621 emacs-XX.YY.ZZ.exe on MS-Windows.
23622
23623 * Makefile.in (XARGS_LIMIT): New variable.
23624 (custom-deps, finder-data, autoloads)
23625 ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
23626 ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
23627 ($(CAL_DIR)/hol-loaddefs.el): Use reveal-filename.
23628 (compile-main): Limit xargs according to $(XARGS_LIMIT).
23629
23630 2013-05-16 Leo Liu <sdl.web@gmail.com>
23631
23632 * progmodes/octave.el (octave-indent-defun): Mark obsolete.
23633 (octave-mode-menu, octave-mode-map): Remove its uses.
23634
23635 2013-05-16 Reto Zimmermann <reto@gnu.org>
23636
23637 Sync with upstream vhdl mode v3.34.2.
23638 * progmodes/vhdl-mode.el: Use `push' throughout.
23639 (vhdl-version, vhdl-time-stamp, vhdl-doc-release-notes): Update.
23640 (vhdl-compiler-alist): Replace "\t\n" by "\\t\\n".
23641 Add IBM & Quartus compiler. Enhance entry for ADVance MS compiler.
23642 (vhdl-actual-generic-name): New option to derive actual generic name.
23643 (vhdl-port-paste-signals): Replace formal by actual generics.
23644 (vhdl-beautify): New name for old group vhdl-align. Update users.
23645 (vhdl-beautify-options): New option.
23646 (vhdl-last-input-event): New compat alias. Use throughout.
23647 (vhdl-goto-line): Replace user level function `goto-line'.
23648 (vhdl-mode-map): Add bindings for vhdl-fix-statement-region,
23649 vhdl-fix-statement-buffer.
23650 (vhdl-create-mode-menu): Add some entries.
23651 (vhdl-align-region-groups): Respect vhdl-beautify-options.
23652 (vhdl-align-inline-comment-region-1): Handle "--" inside string.
23653 (vhdl-fixup-whitespace-region): Handle symbols at EOL.
23654 (vhdl-fix-statement-region, vhdl-fix-statement-buffer): New commands,
23655 to force statements on one line.
23656 (vhdl-remove-trailing-spaces-region):
23657 New, split from vhdl-remove-trailing-spaces.
23658 (vhdl-beautify-region): Fix statements, trailing spaces, ^M character.
23659 Respect vhdl-beautify-options.
23660 (vhdl-update-sensitivity-list-buffer): If non-interactive save buffer.
23661 (vhdl-update-sensitivity-list): Not add with index if exists without.
23662 Not include array index with signal. Ignore keywords in comments.
23663 (vhdl-get-visible-signals): Regexp tweaks.
23664 (vhdl-template-component-inst): Handle empty library.
23665 (vhdl-template-type): Add template for 'enum' type.
23666 (vhdl-port-paste-generic-map, vhdl-port-paste-constants):
23667 Use vhdl-replace-string.
23668 (vhdl-port-paste-signals): Use vhdl-prepare-search-1.
23669 (vhdl-speedbar-mode-map): Rename from vhdl-speedbar-key-map.
23670 (vhdl-speedbar-initialize): Update for above name change.
23671 (vhdl-compose-wire-components): Fix in handling of constants.
23672 (vhdl-error-regexp-emacs-alist): New variable.
23673 (vhdl-error-regexp-add-emacs): New function;
23674 adds support for new compile.el (Emacs 22+)
23675 (vhdl-generate-makefile-1): Change target order for single lib. units.
23676 Allow use of absolute file names.
23677
23678 2013-05-16 Leo Liu <sdl.web@gmail.com>
23679
23680 * simple.el (prog-indent-sexp): Indent enclosing defun.
23681
23682 2013-05-15 Glenn Morris <rgm@gnu.org>
23683
23684 * cus-start.el (show-trailing-whitespace): Move to editing basics.
23685 * faces.el (trailing-whitespace): Don't use whitespace-faces group.
23686 * obsolete/old-whitespace.el (whitespace-faces): Remove group.
23687 (whitespace-highlight): Move to whitespace group.
23688
23689 * comint.el (comint-source):
23690 * pcmpl-linux.el (pcmpl-linux):
23691 * shell.el (shell-faces):
23692 * eshell/esh-opt.el (eshell-opt):
23693 * international/ccl.el (ccl): Remove empty custom groups.
23694
23695 * completion.el (dynamic-completion-mode):
23696 * jit-lock.el (jit-lock-debug-mode):
23697 * minibuffer.el (completion-in-region-mode):
23698 * type-break.el (type-break-mode-line-message-mode)
23699 (type-break-query-mode):
23700 * emulation/tpu-edt.el (tpu-edt-mode):
23701 * progmodes/subword.el (global-subword-mode, global-superword-mode):
23702 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
23703 * term/vt100.el (vt100-wide-mode): Specify explicit :group.
23704
23705 * term/xterm.el (xterm): Change parent group to terminals.
23706
23707 * master.el (master): Remove empty custom group.
23708 (master-mode): Remove unused :group argument.
23709 * textmodes/refill.el (refill): Remove empty custom group.
23710 (refill-mode): Remove unused :group argument.
23711
23712 * textmodes/rst.el (rst-compile-toolsets): Use rst-compile group.
23713
23714 * cus-dep.el: Provide a feature.
23715 (custom-make-dependencies): Ignore dotfiles (dir-locals).
23716 Don't mistakenly ignore files whose basenames match a basename
23717 from preloaded-file-list (eg cedet/ede/simple.el).
23718 Add a fallback method for getting :group.
23719
23720 2013-05-15 Juri Linkov <juri@jurta.org>
23721
23722 * isearch.el (isearch-char-by-name): Rename from
23723 `isearch-insert-char-by-name'. Doc fix.
23724 (isearch-forward): Mention `isearch-char-by-name' in
23725 the docstring. (Bug#13348)
23726
23727 * isearch.el (minibuffer-local-isearch-map): Bind "\r" to
23728 `exit-minibuffer' instead of
23729 `isearch-nonincremental-exit-minibuffer'.
23730 (isearch-edit-string): Remove mention of
23731 `isearch-nonincremental-exit-minibuffer' from docstring.
23732 (isearch-nonincremental-exit-minibuffer): Mark as obsolete.
23733 (isearch-forward-exit-minibuffer)
23734 (isearch-reverse-exit-minibuffer): Add docstring. (Bug#13348)
23735
23736 2013-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
23737
23738 * loadup.el: Just use unversioned DOC.
23739
23740 * nxml/nxml-mode.el: Treat unclosed <[[, <?, comment, and other
23741 literals as extending to EOB.
23742 (nxml-last-fontify-end): Remove unused variable.
23743 (nxml-after-change1): Use with-silent-modifications.
23744 (nxml-extend-after-change-region): Simplify.
23745 (nxml-extend-after-change-region1): Remove function.
23746 (nxml-after-change1): Don't adjust for dependent regions.
23747 (nxml-fontify-matcher): Simplify.
23748 * nxml/xmltok.el (xmltok-dependent-regions): Remove variable.
23749 (xmltok-add-dependent): Remove function.
23750 (xmltok-scan-after-lt, xmltok-scan-after-processing-instruction-open)
23751 (xmltok-scan-after-comment-open, xmltok-scan-prolog-literal)
23752 (xmltok-scan-prolog-after-processing-instruction-open): Treat
23753 unclosed <[[, <?, comment, and other literals as extending to EOB.
23754 * nxml/rng-valid.el (rng-mark-xmltok-dependent-regions)
23755 (rng-mark-xmltok-dependent-region, rng-dependent-region-changed):
23756 Remove functions.
23757 (rng-do-some-validation-1): Don't mark dependent regions.
23758 * nxml/nxml-rap.el (nxml-adjust-start-for-dependent-regions)
23759 (nxml-mark-parse-dependent-regions, nxml-mark-parse-dependent-region)
23760 (nxml-clear-dependent-regions): Remove functions.
23761 (nxml-scan-after-change, nxml-scan-prolog, nxml-tokenize-forward)
23762 (nxml-ensure-scan-up-to-date):
23763 Don't clear&mark dependent regions.
23764
23765 2013-05-15 Leo Liu <sdl.web@gmail.com>
23766
23767 * progmodes/octave.el (octave-goto-function-definition):
23768 Improve and fix callers.
23769
23770 2013-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
23771
23772 * emacs-lisp/cl-extra.el (cl-getf): Return the proper value in
23773 the setter (bug#14387).
23774
23775 * progmodes/f90.el (f90-blocks-re): Include the terminating \> in the
23776 surrounding group (bug#14402).
23777
23778 2013-05-14 Juri Linkov <juri@jurta.org>
23779
23780 * subr.el (find-tag-default-as-regexp): Return nil if `tag' is nil.
23781 (Bug#14390)
23782
23783 2013-05-14 Glenn Morris <rgm@gnu.org>
23784
23785 * progmodes/f90.el (f90-imenu-generic-expression):
23786 Fix typo in 2013-05-08 change. (Bug#14402)
23787
23788 2013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
23789
23790 * progmodes/gdb-mi.el (gdb-running, gdb-starting):
23791 Remove signals for which replies are never received.
23792
23793 2013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
23794
23795 * progmodes/gdb-mi.el: Fix non-responsive gud commands (bug#13845)
23796 (gdb-handler-alist, gdb-handler-number): Remove variables.
23797 (gdb-handler-list): New variable.
23798 (gdb-add-handler, gdb-delete-handler, gdb-get-handler-function)
23799 (gdb-pending-handler-p, gdb-handle-reply)
23800 (gdb-remove-all-pending-triggers): New functions.
23801 (gdb-discard-unordered-replies): New defcustom.
23802 (gdb-handler): New defstruct.
23803 (gdb-wait-for-pending): Fix invalid backquote. Use gdb-handler-list.
23804 instead of gdb-pending-triggers. Update docstring.
23805 (gdb-init-1): Remove dead variables. Initialize gdb-handler-list.
23806 (gdb-speedbar-update, gdb-speedbar-timer-fn, gdb-var-update)
23807 (gdb-var-update-handler, def-gdb-auto-update-trigger)
23808 (def-gdb-auto-update-handler, gdb-get-changed-registers)
23809 (gdb-changed-registers-handler, gdb-get-main-selected-frame)
23810 (gdb-frame-handler): Pending triggers are now automatically managed.
23811 (def-gdb-trigger-and-handler, def-gdb-auto-update-handler):
23812 Remove argument.
23813 (gdb-input): Automatically handles pending triggers. Update docstring.
23814 (gdb-resync): Replace gdb-pending-triggers by gdb-handler-list.
23815 (gdb-thread-exited, gdb-thread-selected, gdb-register-names-handler):
23816 Update comments.
23817 (gdb-done-or-error): Now use gdb-handle-reply.
23818
23819 2013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
23820
23821 * progmodes/gdb-mi.el (gdb-input): Include token numbers in
23822 gdb-debug-log.
23823
23824 2013-05-14 Glenn Morris <rgm@gnu.org>
23825
23826 * subr.el (user-emacs-directory-warning): New option.
23827 (locate-user-emacs-file): Handle non-accessible .emacs.d. (Bug#13930)
23828
23829 2013-05-14 Leo Liu <sdl.web@gmail.com>
23830
23831 * progmodes/octave.el (octave-font-lock-keywords): Fix error
23832 during redisplay.
23833 (octave-goto-function-definition, octave-find-definition): Minor tweaks.
23834 (octave-font-lock-texinfo-comment): Fix invalid search bound
23835 error: wrong side of point.
23836
23837 2013-05-14 Glenn Morris <rgm@gnu.org>
23838
23839 * progmodes/flymake.el (flymake-xml-program): New option.
23840 (flymake-xml-init): Use it.
23841
23842 * term/xterm.el: Provide a feature.
23843
23844 * term/sup-mouse.el: Move to obsolete/. Provide a feature.
23845
23846 2013-05-13 Glenn Morris <rgm@gnu.org>
23847
23848 * cus-dep.el (defcustom-mh, defgroup-mh, defface-mh):
23849 Add compat aliases as a hack workaround. (Bug#14384)
23850
23851 2013-05-13 Leo Liu <sdl.web@gmail.com>
23852
23853 * progmodes/octave.el (octave-indent-comment): Fix indentation for
23854 ###, and %!.
23855 (octave-mode-map): Bind octave-indent-defun to C-c C-q instead of
23856 C-M-q.
23857 (octave-comment-start-skip): Include %!.
23858 (octave-mode): Set comment-start-skip to octave-comment-start-skip.
23859
23860 2013-05-12 Leo Liu <sdl.web@gmail.com>
23861
23862 * progmodes/octave.el (inferior-octave-startup): Store the value
23863 of __octave_srcdir__ for octave-source-directories.
23864 (inferior-octave-check-process): New function refactored out of
23865 inferior-octave-send-list-and-digest.
23866 (octave-source-directories)
23867 (octave-find-definition-filename-function): New variables.
23868 (octave-source-directories)
23869 (octave-find-definition-default-filename): New functions.
23870 (octave-find-definition): Improve to find functions implemented in C++.
23871
23872 2013-05-12 Glenn Morris <rgm@gnu.org>
23873
23874 * calendar/diary-lib.el (diary-outlook-format-1):
23875 Don't include dayname in the output. (Bug#14349)
23876
23877 2013-05-11 Glenn Morris <rgm@gnu.org>
23878
23879 * emacs-lisp/autoload.el (generated-autoload-load-name): Doc fix.
23880
23881 * cus-dep.el (custom-make-dependencies): Only use safe local variables.
23882 Treat cc-provide like provide.
23883
23884 2013-05-11 Kevin Ryde <user42@zip.com.au>
23885
23886 * cus-dep.el (custom-make-dependencies):
23887 Use generated-autoload-load-name for the sake of files such
23888 such cedet/semantic/bovine/c.el, where the base file name
23889 is not in load-path. (Bug#5277)
23890
23891 2013-05-11 Glenn Morris <rgm@gnu.org>
23892
23893 * dos-vars.el, emacs-lisp/cl-indent.el, emulation/tpu-extras.el:
23894 Provide features.
23895
23896 2013-05-11 Leo Liu <sdl.web@gmail.com>
23897
23898 * progmodes/octave.el (octave-indent-comment): Improve.
23899 (octave-eldoc-message-style, octave-eldoc-cache): New variables.
23900 (octave-eldoc-function-signatures, octave-eldoc-function):
23901 New functions.
23902 (octave-mode, inferior-octave-mode): Add eldoc support.
23903
23904 2013-05-11 Richard Stallman <rms@gnu.org>
23905
23906 * epa.el (epa-decrypt-file): Take output file name as argument
23907 and read it using `interactive'.
23908
23909 2013-05-11 Leo Liu <sdl.web@gmail.com>
23910
23911 * progmodes/octave.el (octave-beginning-of-line)
23912 (octave-end-of-line): Check before using up-list because it jumps
23913 out of more syntactic contructs since moving to smie.
23914 (octave-indent-comment): New function.
23915 (octave-mode): Use it in smie-indent-functions. (Bug#14350)
23916 (octave-begin-keywords, octave-end-keywords)
23917 (octave-reserved-words, octave-smie-bnf-table)
23918 (octave-smie-rules): Add new keywords from Octave 3.6.4.
23919
23920 2013-05-11 Glenn Morris <rgm@gnu.org>
23921
23922 * faces.el (internal-face-x-get-resource):
23923 * frame.el (ns-display-monitor-attributes-list):
23924 * calc/calc-aent.el (math-to-radians-2):
23925 * emacs-lisp/package.el (tar-header-name, tar-header-link-type):
23926 Fix declarations.
23927
23928 * calc/calc-menu.el: Make it loadable in isolation.
23929
23930 * net/eudcb-bbdb.el: Make it loadable without bbdb.
23931 (eudc-bbdb-filter-non-matching-record, eudc-bbdb-extract-phones)
23932 (eudc-bbdb-extract-addresses, eudc-bbdb-format-record-as-result)
23933 (eudc-bbdb-query-internal): Require 'bbdb.
23934
23935 * lpr.el (lpr-headers-switches):
23936 * emacs-lisp/testcover.el (testcover-compose-functions): Fix :type.
23937
23938 * progmodes/sql.el (sql-login-params): Fix and improve :type.
23939
23940 * emulation/edt-mapper.el: In batch mode, error rather than hang.
23941
23942 * term.el (term-set-escape-char): Make it idempotent.
23943
23944 2013-05-10 Leo Liu <sdl.web@gmail.com>
23945
23946 * progmodes/octave.el (inferior-octave-completion-table):
23947 No longer a function and all uses changed. Use cache to speed up
23948 completion due to bug#11906.
23949 (octave-beginning-of-defun): Re-write to be more general.
23950
23951 2013-05-10 Glenn Morris <rgm@gnu.org>
23952
23953 * emacs-lisp/cl-macs.el (cl-loop): Doc fix.
23954
23955 2013-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
23956
23957 * comint.el (comint-redirect-send-command-to-process): Use :around
23958 rather than :override for comint-redirect-filter.
23959 (comint-redirect-filter): Add the corresponding `orig-filter' argument.
23960 Call it instead of comint-redirect-original-filter-function (which
23961 is gone). Reported by Juanma Barranquero <lekktu@gmail.com>.
23962
23963 2013-05-09 Jan Djärv <jan.h.d@swipnet.se>
23964
23965 * frame.el (display-monitor-attributes-list): Add NS case.
23966 (ns-display-monitor-attributes-list): Declare.
23967
23968 2013-05-09 Ulrich Mueller <ulm@gentoo.org>
23969
23970 * descr-text.el (describe-char): Fix %d/%x typo. (Bug#14360)
23971
23972 2013-05-09 Glenn Morris <rgm@gnu.org>
23973
23974 * international/fontset.el (vertical-centering-font-regexp):
23975 Set standard-value.
23976
23977 * tar-mode.el (tar-superior-buffer, tar-superior-descriptor): Add doc.
23978
23979 * bookmark.el (bookmark-search-delay):
23980 * cus-start.el (vertical-centering-font-regexp):
23981 * ps-mule.el (ps-mule-font-info-database-default):
23982 * ps-print.el (ps-default-fg, ps-default-bg):
23983 * type-break.el (type-break-good-break-interval):
23984 * whitespace.el (whitespace-indentation-regexp)
23985 (whitespace-space-after-tab-regexp):
23986 * emacs-lisp/testcover.el (testcover-1value-functions)
23987 (testcover-noreturn-functions, testcover-progn-functions)
23988 (testcover-prog1-functions):
23989 * emulation/viper-init.el (viper-emacs-state-cursor-color):
23990 * eshell/em-glob.el (eshell-glob-translate-alist):
23991 * play/tetris.el (tetris-tty-colors):
23992 * progmodes/cpp.el (cpp-face-default-list):
23993 * progmodes/flymake.el (flymake-allowed-file-name-masks):
23994 * progmodes/idlw-help.el (idlwave-help-browser-generic-program)
23995 (idlwave-help-browser-generic-args):
23996 * progmodes/make-mode.el (makefile-special-targets-list):
23997 * progmodes/python.el (python-shell-virtualenv-path):
23998 * progmodes/verilog-mode.el (verilog-active-low-regexp)
23999 (verilog-auto-input-ignore-regexp, verilog-auto-inout-ignore-regexp)
24000 (verilog-auto-output-ignore-regexp, verilog-auto-tieoff-ignore-regexp)
24001 (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp):
24002 * textmodes/reftex-vars.el (reftex-format-label-function):
24003 * textmodes/remember.el (remember-diary-file): Fix custom types.
24004
24005 * jka-cmpr-hook.el (jka-compr-mode-alist-additions): Fix typo.
24006 Add :version.
24007
24008 2013-05-09 Leo Liu <sdl.web@gmail.com>
24009
24010 * progmodes/octave.el (inferior-octave-completion-at-point):
24011 Restore file completion. (Bug#14300)
24012 (inferior-octave-startup): Fix incorrect highlighting for the
24013 first prompt.
24014
24015 2013-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
24016
24017 * progmodes/ruby-mode.el: First cut at SMIE support.
24018 (ruby-use-smie): New var.
24019 (ruby-smie-grammar): New constant.
24020 (ruby-smie--bosp, ruby-smie--implicit-semi-p)
24021 (ruby-smie--forward-token, ruby-smie--backward-token)
24022 (ruby-smie-rules): New functions.
24023 (ruby-mode-variables): Setup SMIE if applicable.
24024
24025 2013-05-08 Eli Zaretskii <eliz@gnu.org>
24026
24027 * simple.el (line-move-visual): Signal beginning/end of buffer
24028 only if vertical-motion moved less than it was requested. Avoids
24029 silly incorrect error messages when there are display strings with
24030 multiple newlines at EOL.
24031
24032 2013-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
24033
24034 * progmodes/vera-mode.el (vera-underscore-is-part-of-word):
24035 * progmodes/prolog.el (prolog-underscore-wordchar-flag)
24036 (prolog-char-quote-workaround):
24037 * progmodes/cperl-mode.el (cperl-under-as-char):
24038 * progmodes/vhdl-mode.el (vhdl-underscore-is-part-of-word):
24039 Mark as obsolete.
24040 (vhdl-mode-syntax-table, vhdl-mode-ext-syntax-table): Initialize in
24041 their declaration.
24042 (vhdl-mode-syntax-table-init): Remove.
24043
24044 * progmodes/m4-mode.el (m4-mode-syntax-table): Add comment on
24045 last change.
24046
24047 * progmodes/ld-script.el (ld-script-mode-syntax-table): Use symbol
24048 syntax for "_".
24049 (ld-script-font-lock-keywords):
24050 Change regexps to use things like \_< and \_>.
24051
24052 * progmodes/f90.el (f90-mode-syntax-table): Use symbol syntax for "_".
24053 Change all regexps to use things like \_< and \_>.
24054
24055 * progmodes/autoconf.el (autoconf-definition-regexp)
24056 (autoconf-font-lock-keywords, autoconf-current-defun-function):
24057 Handle a _ with symbol syntax.
24058 (autoconf-mode): Don't change the syntax-table for imenu and font-lock.
24059
24060 * progmodes/ada-mode.el (ada-mode-abbrev-table):
24061 Consolidate declaration.
24062 (ada-mode-syntax-table, ada-mode-symbol-syntax-table): Initialize in
24063 the declaration.
24064 (ada-create-syntax-table): Remove.
24065 (ada-capitalize-word): Don't mess with the syntax of "_" since it
24066 already has the right syntax nowadays.
24067 (ada-goto-next-word): Don't change the syntax of "_".
24068
24069 * font-lock.el (lisp-font-lock-keywords-2): Don't highlight obsolete
24070 with-wrapper-hook.
24071
24072 2013-05-08 Sam Steingold <sds@gnu.org>
24073
24074 * thingatpt.el (thing-at-point): Accept optional second argument
24075 NO-PROPERTIES to strip the text properties from the return value.
24076 * net/browse-url.el (browse-url-url-at-point): Pass NO-PROPERTIES
24077 to `thing-at-point' instead of stripping the properties ourselves.
24078 Also, when `thing-at-point' fails to find a url, prepend "http://"
24079 to the filename at point on the assumption that the user is
24080 pointing at something like gnu.org/gnu.
24081
24082 2013-05-08 Juanma Barranquero <lekktu@gmail.com>
24083
24084 * emacs-lisp/bytecomp.el (byte-compile-insert-header):
24085 * faces.el (crm-separator):
24086 Silence byte-compiler.
24087
24088 * progmodes/gud.el (gdb-speedbar-auto-raise, gud-tooltip-mode)
24089 (tool-bar-map): Remove unneeded defvars.
24090
24091 2013-05-08 Leo Liu <sdl.web@gmail.com>
24092
24093 Re-work a fix for bug#10994 based on Le Wang's patch.
24094 * ido.el (ido-remove-consecutive-dups): New helper.
24095 (ido-completing-read): Use it.
24096 (ido-chop): Revert fix for bug#10994.
24097
24098 2013-05-08 Adam Spiers <emacs@adamspiers.org>
24099
24100 * cus-edit.el (custom-save-variables):
24101 Pretty-print long values. (Bug#14187)
24102
24103 2013-05-08 Glenn Morris <rgm@gnu.org>
24104
24105 * progmodes/m4-mode.el (m4-program): Assume it is in PATH.
24106 (m4-mode-syntax-table): Init in the defvar.
24107 (m4-mode-abbrev-table): Let define-derived-mode define it.
24108
24109 2013-05-08 Tom Tromey <tromey@redhat.com>
24110
24111 * progmodes/m4-mode.el (m4-mode-syntax-table):
24112 Do not treat "_" as word constituent. (Bug#14167)
24113
24114 2013-05-07 Glenn Morris <rgm@gnu.org>
24115
24116 * eshell/em-hist.el (eshell-isearch-map): Initialize in the defvar.
24117 Remove explicit eshell-isearch-cancel-map.
24118
24119 * progmodes/f90.el (f90-smart-end-names): New option.
24120 (f90-smart-end): Doc fix.
24121 (f90-end-block-optional-name): New constant.
24122 (f90-block-match): Respect f90-smart-end-names.
24123
24124 2013-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
24125
24126 * progmodes/octave.el (octave-smie-forward-token): Be more careful
24127 about implicit semi-colons (bug#14218).
24128
24129 2013-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24130
24131 * frame.el (display-monitor-attributes-list)
24132 (frame-monitor-attributes): New functions.
24133
24134 2013-05-06 Leo Liu <sdl.web@gmail.com>
24135
24136 * progmodes/octave.el (octave-syntax-propertize-function): Change
24137 \'s syntax to escape when inside double-quoted strings. (Bug#14332)
24138 (octave-font-lock-keywords): Use octave-operator-regexp.
24139 (octave-completion-at-point): Rename from
24140 octave-completion-at-point-function.
24141 (inferior-octave-directory-tracker): Robustify.
24142 (octave-text-functions): Remove and fix its uses. No such things
24143 any more.
24144
24145 2013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
24146
24147 * emacs-lisp/trace.el (trace--display-buffer): New function.
24148 (trace-make-advice): Use it.
24149
24150 2013-05-06 Juri Linkov <juri@jurta.org>
24151
24152 * emacs-lisp/lisp-mode.el (eval-defun-2): Doc fix. (Bug#14344)
24153 (eval-defun-2, eval-defun, eval-last-sexp, eval-last-sexp-1):
24154 Doc fix.
24155 (emacs-lisp-mode-map): Replace "minibuffer" with "echo area"
24156 in the help string. (Bug#12985)
24157
24158 2013-05-06 Kelly Dean <kellydeanch@yahoo.com> (tiny change)
24159
24160 * simple.el (shell-command-on-region): Doc fix. (Bug#14279)
24161
24162 2013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
24163
24164 * progmodes/perl-mode.el: Add support for here documents.
24165 (perl-syntax-propertize-function): Match here-doc markers.
24166 (perl-syntax-propertize-special-constructs): Find their end.
24167 (perl-imenu-generic-expression): Use [:alnum:].
24168
24169 * emacs-lisp/nadvice.el (advice--member-p): Return the advice if found.
24170 (advice--add-function): Refresh the advice if already present
24171 (bug#14317).
24172
24173 2013-05-06 Ivan Andrus <darthandrus@gmail.com>
24174
24175 * find-file.el (cc-other-file-alist): Add ".m" for ObjC. (Bug#14339)
24176
24177 2013-05-06 Glenn Morris <rgm@gnu.org>
24178
24179 * w32-fns.el (w32-charset-info-alist): Declare.
24180
24181 * eshell/em-cmpl.el: Simply require pcomplete; eg we use a bunch
24182 of its defcustom properties.
24183 (eshell-cmpl-initialize): No need to load pcomplete.
24184
24185 * generic-x.el: No need to require comint when compiling.
24186
24187 * net/eudc-export.el: Make it loadable without bbdb.
24188 (top-level): Use require rather than load-library.
24189 (eudc-create-bbdb-record, eudc-bbdbify-phone)
24190 (eudc-batch-export-records-to-bbdb)
24191 (eudc-insert-record-at-point-into-bbdb, eudc-try-bbdb-insert):
24192 Require bbdb.
24193
24194 2013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
24195
24196 * progmodes/octave.el (octave-texinfo-font-lock-keywords): Remove.
24197 (octave-font-lock-texinfo-comment): Use texinfo-font-lock-keywords with
24198 some tweaks, instead.
24199
24200 2013-05-05 Leo Liu <sdl.web@gmail.com>
24201
24202 * progmodes/octave.el (octave-font-lock-keywords)
24203 (octave-font-lock-texinfo-comment): Adjust for the byte-compiler.
24204 (inferior-octave-send-list-and-digest): Improve error message.
24205 (octave-mode, inferior-octave-mode): Use setq-local.
24206 (octave-help): Set info-lookup-mode.
24207
24208 2013-05-05 Richard Stallman <rms@gnu.org>
24209
24210 * vc/compare-w.el (compare-windows-whitespace):
24211 Treat no-break space as whitespace.
24212
24213 * mail/rmailsum.el (rmail-summary-rmail-update):
24214 Detect empty summary and don't change selected message.
24215 (rmail-summary-goto-msg): Likewise.
24216
24217 * mail/rmailsum.el (rmail-new-summary, rmail-new-summary-1):
24218 Doc fixes, rename args.
24219
24220 2013-05-05 Alan Mackenzie <acm@muc.de>
24221
24222 * progmodes/cc-defs.el (c-version): Increment to 5.32.5.
24223
24224 2013-05-05 Juri Linkov <juri@jurta.org>
24225
24226 * info.el (Info-read-subfile): Use (point-min) instead of (point)
24227 to not add the length of the summary segment to the return value.
24228 (Bug#14125)
24229
24230 2013-05-05 Leo Liu <sdl.web@gmail.com>
24231
24232 * progmodes/octave.el (inferior-octave-strip-ctrl-g)
24233 (inferior-octave-output-filter): Remove.
24234 (octave-send-region, inferior-octave-startup): Fix callers.
24235 (inferior-octave-mode-map): Don't use comint-dynamic-complete.
24236 (octave-binary-file-extensions): New user variable.
24237 (octave-find-definition): Confirm if opening binary files.
24238 (octave-help-file): Use octave-find-definition to get the binary
24239 confirmation.
24240 (octave-help): Adjust for octave-help-file change.
24241
24242 2013-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
24243
24244 * progmodes/pascal.el (pascal-font-lock-keywords): Use backquotes.
24245 Merge the two entries that handle function definitions.
24246 (pascal--syntax-propertize): New const.
24247 (pascal-mode): Use it. Use setq-local.
24248
24249 2013-05-04 Glenn Morris <rgm@gnu.org>
24250
24251 * calendar/diary-lib.el (diary-from-outlook-function): New variable.
24252 (diary-from-outlook): Respect diary-from-outlook-function.
24253
24254 2013-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
24255
24256 * simple.el (read-expression-map): Use completion-at-point (bug#14255).
24257 Move the declaration from C.
24258 (read-minibuffer, eval-minibuffer): Move from C.
24259 (completion-setup-function): Avoid minibuffer-completion-contents.
24260
24261 2013-05-03 Leo Liu <sdl.web@gmail.com>
24262
24263 * progmodes/octave.el (octave-font-lock-keywords): Do not
24264 dehighlight 'end' in comments or strings.
24265 (octave-completing-read, octave-goto-function-definition):
24266 New helpers.
24267 (octave-help-buffer): New user variable.
24268 (octave-help-file, octave-help-function): New button types.
24269 (octave-help): New command and bind it to C-h ;.
24270 (octave-find-definition): New command and bind it to M-.
24271 (user-error): Alias to error if not defined.
24272
24273 2013-05-02 Leo Liu <sdl.web@gmail.com>
24274
24275 * progmodes/octave.el (octave-mode-syntax-table): Correct syntax
24276 for \. (bug#14332)
24277 (octave-font-lock-keywords): Include [ and {.
24278
24279 2013-05-02 Leo Liu <sdl.web@gmail.com>
24280
24281 * progmodes/octave.el (inferior-octave-startup-file): Change default.
24282 (inferior-octave): Remove calling comint-mode and return the buffer.
24283 (inferior-octave-startup): Cosmetic changes.
24284
24285 2013-05-02 Leo Liu <sdl.web@gmail.com>
24286
24287 * progmodes/octave.el (octave-syntax-propertize-function):
24288 Include the case when ' is at line beginning. (Bug#14336)
24289
24290 2013-05-02 Glenn Morris <rgm@gnu.org>
24291
24292 * vc/vc-dir.el (vc-dir-mode): Don't autoload it for everyone.
24293 * desktop.el (vc-dir-mode): Just autoload it here.
24294
24295 2013-05-02 Alan Mackenzie <acm@muc.de>
24296
24297 Eliminate variable c-standard-font-lock-fontify-region-function.
24298 * progmodes/cc-mode.el
24299 (c-standard-font-lock-fontify-region-function): Remove.
24300 (c-font-lock-fontify-region, c-after-font-lock-init): Adapt.
24301
24302 2013-05-01 Leo Liu <sdl.web@gmail.com>
24303
24304 * progmodes/octave.el: Compatible with older emacs-24 releases.
24305 (inferior-octave-has-built-in-variables): Remove. Built-in
24306 variables were removed from Octave in 2007.
24307 (inferior-octave-startup): Fix uses.
24308 (comint-line-beginning-position): Remove compatibility code for
24309 emacs 21.
24310
24311 2013-05-01 Juri Linkov <juri@jurta.org>
24312
24313 * isearch.el (isearch-forward, isearch-mode): Doc fix. (Bug#13923)
24314
24315 2013-05-01 Juri Linkov <juri@jurta.org>
24316
24317 * comint.el (comint-previous-matching-input): Don't print message
24318 "History item: %d" when `isearch-mode' is active.
24319 (comint-history-isearch-message): Print message "History item: %d"
24320 when `comint-input-ring-index' is not empty and this function is
24321 called from `isearch-update' with a nil `ellipsis'. (Bug#13223)
24322
24323 2013-05-01 Leo Liu <sdl.web@gmail.com>
24324
24325 * progmodes/octave.el (octave-abbrev-table): Remove abbrev
24326 definitions. Use completion-at-point to insert keywords.
24327 (octave-abbrev-start): Remove.
24328 (inferior-octave-mode, octave-mode): Use :abbrev-table instead.
24329
24330 2013-04-30 Leo Liu <sdl.web@gmail.com>
24331
24332 * progmodes/octave.el (inferior-octave-prompt-read-only): Fix last
24333 change.
24334
24335 2013-04-30 Alan Mackenzie <acm@muc.de>
24336
24337 Handle arbitrarily long C++ member initialization lists.
24338 * progmodes/cc-engine.el (c-back-over-member-initializers):
24339 new function.
24340 (c-guess-basic-syntax): New CASE 5R (extracted from 5B) to handle
24341 (most) member init lists.
24342
24343 2013-04-30 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
24344
24345 * progmodes/octave.el (inferior-octave-prompt-read-only): New user
24346 variable.
24347
24348 2013-04-30 Leo Liu <sdl.web@gmail.com>
24349
24350 * progmodes/octave.el (octave-variables): Remove. No builtin
24351 variables any more. All converted to functions.
24352 (octave-font-lock-keywords, octave-completion-at-point-function):
24353 Fix uses.
24354 (octave-font-lock-texinfo-comment): New user variable.
24355 (octave-texinfo-font-lock-keywords): New variable for texinfo
24356 comment block.
24357 (octave-function-comment-block): New face.
24358 (octave-font-lock-texinfo-comment): New function.
24359 (octave-mode): Font lock texinfo comment block.
24360
24361 2013-04-29 Leo Liu <sdl.web@gmail.com>
24362
24363 * progmodes/octave.el (octave-font-lock-keywords): Handle 'end' in
24364 indexing expression.
24365 (octave-continuation-string): Do not use \.
24366 (inferior-octave-complete-impossible): Remove.
24367 (inferior-octave-completion-table)
24368 (inferior-octave-completion-at-point): Remove its uses.
24369 (inferior-octave-startup): completion_matches was introduced to
24370 Octave in 1996 so safe to assume it.
24371 (octave-function-file-comment): Improve to follow how Octave does it.
24372 (octave-update-function-file-comment): Tweak.
24373
24374 2013-04-29 Leo Liu <sdl.web@gmail.com>
24375
24376 * progmodes/octave.el (inferior-octave-startup-hook): Obsolete.
24377 (inferior-octave-startup): Remove inferior-octave-startup-hook.
24378 (octave-function-file-comment): Fix typo.
24379 (octave-sync-function-file-names): Use read-char-choice.
24380
24381 2013-04-28 Jay Belanger <jay.p.belanger@gmail.com>
24382
24383 * calc/calc.el (math-normalize): Don't set `math-normalize-error'
24384 to t for the less important warnings.
24385
24386 2013-04-27 Darren Hoo <darren.hoo@gmail.com> (tiny change)
24387
24388 * isearch.el (isearch-fail-pos): Check for empty `cmds'. (Bug#14268)
24389
24390 2013-04-27 Glenn Morris <rgm@gnu.org>
24391
24392 * vc/log-view.el (log-view-current-entry):
24393 Treat "---" separator lines as part of the following rev. (Bug#14169)
24394
24395 2013-04-27 Juri Linkov <juri@jurta.org>
24396
24397 * subr.el (read-number): Doc fix about using it by interactive
24398 code letter `n'. (Bug#14254)
24399
24400 2013-04-27 Juri Linkov <juri@jurta.org>
24401
24402 * desktop.el (desktop-auto-save-timeout): New option.
24403 (desktop-file-checksum): New variable.
24404 (desktop-save): Add optional arg `auto-save' and don't auto-save
24405 if nothing changed.
24406 (desktop-auto-save-timer): New variable.
24407 (desktop-auto-save, desktop-auto-save-set-timer): New functions.
24408 (after-init-hook): Call `desktop-auto-save-set-timer'.
24409 Suggested by Reuben Thomas <rrt@sc3d.org> in
24410 <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00327.html>.
24411
24412 2013-04-27 Leo Liu <sdl.web@gmail.com>
24413
24414 * progmodes/octave.el (octave-function-file-p)
24415 (octave-skip-comment-forward, octave-function-file-comment)
24416 (octave-update-function-file-comment): New functions.
24417 (octave-mode-map): Bind C-c ; to
24418 octave-update-function-file-comment.
24419 (octave-mode-menu): Add octave-update-function-file-comment.
24420 (octave-mode, inferior-octave-mode): Fix doc-string.
24421 (octave-insert-defun): Conform to Octave's coding convention.
24422 (Bug#14285)
24423
24424 * files.el (basic-save-buffer): Don't let errors in
24425 before-save-hook prevent saving buffer.
24426
24427 2013-04-20 Roland Winkler <winkler@gnu.org>
24428
24429 * faces.el (read-face-name): Use completing-read if arg multiple
24430 is nil.
24431
24432 2013-04-27 Ingo Lohmar <i.lohmar@gmail.com> (tiny change)
24433
24434 * ls-lisp.el (ls-lisp-insert-directory): If no files are
24435 displayed, move point to after the totals line.
24436 See http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00677.html
24437 for the details.
24438
24439 2013-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
24440
24441 * emacs-lisp/package.el (package-autoload-ensure-default-file):
24442 Add current dir to the load-path.
24443 (package-generate-autoloads): Don't rely on
24444 autoload-ensure-default-file.
24445
24446 2013-04-26 Reuben Thomas <rrt@sc3d.org>
24447
24448 * textmodes/remember.el (remember-store-in-files): Document that
24449 the file name format is passed to `format-time-string'.
24450
24451 2013-04-26 Leo Liu <sdl.web@gmail.com>
24452
24453 * progmodes/octave.el (octave-sync-function-file-names): New function.
24454 (octave-mode): Use it in before-save-hook.
24455
24456 2013-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
24457
24458 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Disable undo
24459 (bug#14274).
24460
24461 * progmodes/octave.el (octave-smie-forward-token): Properly skip
24462 \n and comment, even if it's not an implicit ; (bug#14218).
24463
24464 2013-04-26 Glenn Morris <rgm@gnu.org>
24465
24466 * subr.el (read-number): Once more use `read' rather than
24467 `string-to-number', to trap non-numeric input. (Bug#14254)
24468
24469 2013-04-26 Erik Charlebois <erikcharlebois@gmail.com>
24470
24471 * emacs-lisp/syntax.el (syntax-propertize-multiline):
24472 Use `syntax-multiline' text property consistently instead of
24473 `font-lock-multiline'. (Bug#14237)
24474
24475 2013-04-26 Glenn Morris <rgm@gnu.org>
24476
24477 * emacs-lisp/shadow.el (list-load-path-shadows):
24478 No longer necessary to check for duplicate simple.el, since
24479 2012-07-07 change to init_lread to not include installation lisp
24480 directories in load-path when running uninstalled. (Bug#14270)
24481
24482 2013-04-26 Leo Liu <sdl.web@gmail.com>
24483
24484 * progmodes/octave.el (octave-submit-bug-report): Obsolete.
24485 (octave-mode, inferior-octave-mode): Use setq-local.
24486 (octave-not-in-string-or-comment-p): Rename to
24487 octave-in-string-or-comment-p.
24488 (octave-in-comment-p, octave-in-string-p)
24489 (octave-in-string-or-comment-p): Replace defsubst with defun.
24490
24491 2013-04-25 Paul Eggert <eggert@cs.ucla.edu>
24492
24493 * Makefile.in (distclean): Remove $(lisp)/loaddefs.el~.
24494
24495 2013-04-25 Bastien Guerry <bzg@gnu.org>
24496
24497 * textmodes/remember.el (remember-data-directory)
24498 (remember-directory-file-name-format): Fix custom types.
24499
24500 2013-04-25 Leo Liu <sdl.web@gmail.com>
24501
24502 * progmodes/octave.el (octave-completion-at-point-function):
24503 Make use of inferior octave process.
24504 (octave-initialize-completions): Remove.
24505 (inferior-octave-completion-table): New function.
24506 (inferior-octave-completion-at-point): Use it.
24507 (octave-completion-alist): Remove.
24508
24509 2013-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
24510
24511 * progmodes/opascal.el: Use font-lock and syntax-propertize.
24512 (opascal-mode-syntax-table): New var.
24513 (opascal-literal-kind, opascal-is-literal-end)
24514 (opascal-literal-token-at): Rewrite.
24515 (opascal--literal-start-re, opascal-font-lock-keywords)
24516 (opascal--syntax-propertize): New constants.
24517 (opascal-font-lock-defaults): Adjust.
24518 (opascal-mode): Use them. Set comment-<foo> variables as well.
24519 (delphi-comment-face, opascal-comment-face, delphi-string-face)
24520 (opascal-string-face, delphi-keyword-face, opascal-keyword-face)
24521 (delphi-other-face, opascal-other-face): Remove face variables.
24522 (opascal-save-state): Remove macro.
24523 (opascal-fontifying-progress-step): Remove constant.
24524 (opascal--ignore-changes): Remove var.
24525 (opascal-set-token-property, opascal-parse-next-literal)
24526 (opascal-is-stable-literal, opascal-complete-literal)
24527 (opascal-is-literal-start, opascal-face-of)
24528 (opascal-parse-region, opascal-parse-region-until-stable)
24529 (opascal-fontify-region, opascal-after-change)
24530 (opascal-debug-show-is-stable, opascal-debug-unparse-buffer)
24531 (opascal-debug-parse-region, opascal-debug-parse-window)
24532 (opascal-debug-parse-buffer, opascal-debug-fontify-window)
24533 (opascal-debug-fontify-buffer): Remove.
24534 (opascal-debug-mode-map): Adjust accordingly.
24535
24536 2013-04-25 Leo Liu <sdl.web@gmail.com>
24537
24538 Merge octave-mod.el and octave-inf.el into octave.el with some
24539 cleanups.
24540 * progmodes/octave.el: New file renamed from octave-mod.el.
24541 * progmodes/octave-inf.el: Merged into octave.el.
24542 * progmodes/octave-mod.el: Renamed to octave.el.
24543
24544 2013-04-25 Tassilo Horn <tsdh@gnu.org>
24545
24546 * textmodes/reftex-vars.el
24547 (reftex-label-ignored-macros-and-environments): New defcustom.
24548
24549 * textmodes/reftex-parse.el (reftex-parse-from-file): Use it.
24550
24551 2013-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
24552
24553 * emacs-lisp/smie.el (smie-indent--hanging-p): Don't burp at EOB.
24554 (smie-indent-keyword): Improve the check to ensure that the next
24555 comment is really on the same line.
24556 (smie-indent-comment): Don't align with a subsequent closer (or eob).
24557
24558 * progmodes/octave-mod.el (octave-smie-forward-token): Only emit
24559 semi-colons if the line is not otherwise empty (bug#14218).
24560
24561 2013-04-25 Glenn Morris <rgm@gnu.org>
24562
24563 * vc/vc-bzr.el (vc-bzr-print-log): Tweak LIMIT = 1 case.
24564
24565 2013-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
24566
24567 * progmodes/opascal.el (opascal-set-token-property): Rename from
24568 opascal-set-text-properties and only set `token' (bug#14134).
24569 Suggested by Erik Knowles <eknowles@geosystemsoftware.com>.
24570 (opascal-literal-text-properties): Remove.
24571 (opascal-parse-next-literal, opascal-debug-unparse-buffer):
24572 Adjust callers.
24573
24574 2013-04-24 Reuben Thomas <rrt@sc3d.org>
24575
24576 * textmodes/remember.el (remember-handler-functions): Add an
24577 option for a new handler `remember-store-in-files'.
24578 (remember-data-directory, remember-directory-file-name-format):
24579 New options.
24580 (remember-store-in-files): New function to store remember notes
24581 as separate files within a directory.
24582
24583 2013-04-24 Magnus Henoch <magnus.henoch@gmail.com>
24584
24585 * progmodes/compile.el (compilation-next-error-function):
24586 Pass "formats" to compilation-find-file (bug#11777).
24587
24588 2013-04-24 Glenn Morris <rgm@gnu.org>
24589
24590 * vc/vc-bzr.el (vc-bzr-print-log):
24591 * vc/vc-hg.el (vc-hg-print-log):
24592 * vc/vc-svn.el (vc-svn-print-log):
24593 Fix START-REVISION with LIMIT != 1. (Bug#14168)
24594
24595 * vc/vc-bzr.el (vc-bzr-print-log):
24596 * vc/vc-cvs.el (vc-cvs-print-log):
24597 * vc/vc-git.el (vc-git-print-log):
24598 * vc/vc-hg.el (vc-hg-print-log):
24599 * vc/vc-mtn.el (vc-mtn-print-log):
24600 * vc/vc-rcs.el (vc-rcs-print-log):
24601 * vc/vc-sccs.el (vc-sccs-print-log):
24602 * vc/vc-svn.el (vc-svn-print-log):
24603 * vc/vc.el (vc-print-log-internal): Doc fixes.
24604
24605 2013-04-23 Glenn Morris <rgm@gnu.org>
24606
24607 * startup.el (normal-no-mouse-startup-screen, normal-about-screen):
24608 Remove venerable code attempting to avoid substitute-command-keys.
24609
24610 2013-04-23 Tassilo Horn <tsdh@gnu.org>
24611
24612 * textmodes/reftex-vars.el (reftex-label-regexps):
24613 Call `reftex-compile-variables' after changes to this variable.
24614
24615 2013-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
24616
24617 * jit-lock.el: Fix signals in jit-lock-force-redisplay (bug#13542).
24618 Use lexical-binding.
24619 (jit-lock-force-redisplay): Use markers, check buffer's continued
24620 existence and beware narrowed buffers.
24621 (jit-lock-fontify-now): Adjust call accordingly.
24622
24623 2013-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
24624
24625 * minibuffer.el (minibuffer-completion-contents): Fix obsolescence info
24626 to avoid misleading the user.
24627
24628 2013-04-22 Leo Liu <sdl.web@gmail.com>
24629
24630 * info-look.el: Prefer latex2e.info. (Bug#14240)
24631
24632 2013-04-22 Michael Albinus <michael.albinus@gmx.de>
24633
24634 Fix pack/unpack coding. Reported by David Smith <davidsmith@acm.org>.
24635
24636 * net/tramp-compat.el (tramp-compat-call-process): Move function ...
24637 * net/tramp.el (tramp-call-process): ... here.
24638 (tramp-set-completion-function, tramp-parse-putty):
24639 * net/tramp-adb.el (tramp-adb-execute-adb-command):
24640 * net/tramp-gvfs.el (tramp-gvfs-send-command):
24641 * net/tramp-sh.el (tramp-sh-handle-set-file-times)
24642 (tramp-set-file-uid-gid, tramp-sh-handle-write-region)
24643 (tramp-call-local-coding-command): Use `tramp-call-process'
24644 instead of `tramp-compat-call-process'.
24645
24646 * net/tramp-sh.el (tramp-perl-pack, tramp-perl-unpack): New defconst.
24647 (tramp-local-coding-commands, tramp-remote-coding-commands): Use them.
24648 (tramp-sh-handle-file-local-copy, tramp-sh-handle-write-region)
24649 (tramp-find-inline-compress): Improve traces.
24650 (tramp-maybe-send-script): Check for Perl binary.
24651 (tramp-get-inline-coding): Do not redirect STDOUT for local decoding.
24652
24653 2013-04-22 Daiki Ueno <ueno@gnu.org>
24654
24655 * epg.el (epg-context-pinentry-mode): New function.
24656 (epg-context-set-pinentry-mode): New function.
24657 (epg--start): Pass --pinentry-mode option to gpg command.
24658
24659 2013-04-21 Xue Fuqiao <xfq.free@gmail.com>
24660
24661 * comint.el (comint-dynamic-complete-functions, comint-mode-map):
24662 `comint-dynamic-complete' is obsolete since 24.1, replaced by
24663 `completion-at-point'. (Bug#13774)
24664
24665 * startup.el (normal-no-mouse-startup-screen): Bug fix, the
24666 default key binding for `describe-distribution' has been moved to
24667 `C-h C-o'. (Bug#13970)
24668
24669 2013-04-21 Glenn Morris <rgm@gnu.org>
24670
24671 * vc/vc.el (vc-print-log-setup-buttons, vc-print-log-internal):
24672 Add doc strings.
24673 (vc-print-log): Clarify interactive prompt.
24674
24675 2013-04-20 Glenn Morris <rgm@gnu.org>
24676
24677 * emacs-lisp/bytecomp.el (byte-compile-insert-header):
24678 No longer include timestamp etc information.
24679
24680 2013-04-20 Roland Winkler <winkler@gnu.org>
24681
24682 * faces.el (read-face-name): Bug fix, return just one face if arg
24683 multiple is nil. (Bug#14209)
24684
24685 2013-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
24686
24687 * emacs-lisp/nadvice.el (advice--where-alist): Add :override.
24688 (remove-function): Autoload.
24689
24690 * comint.el (comint-redirect-original-filter-function): Remove.
24691 (comint-redirect-cleanup, comint-redirect-send-command-to-process):
24692 * vc/vc-cvs.el (vc-cvs-annotate-process-filter)
24693 (vc-cvs-annotate-command):
24694 * progmodes/octave-inf.el (inferior-octave-send-list-and-digest):
24695 * progmodes/prolog.el (prolog-consult-compile):
24696 * progmodes/gdb-mi.el (gdb, gdb--check-interpreter):
24697 Use add/remove-function instead.
24698 * progmodes/gud.el (gud-tooltip-original-filter): Remove.
24699 (gud-tooltip-process-output, gud-tooltip-tips):
24700 Use add/remove-function instead.
24701 * progmodes/xscheme.el (xscheme-previous-process-state): Remove.
24702 (scheme-interaction-mode, exit-scheme-interaction-mode):
24703 Use add/remove-function instead.
24704
24705 * vc/vc-dispatcher.el: Use lexical-binding.
24706 (vc--process-sentinel): Rename from vc-process-sentinel.
24707 Change last arg to be the code to run. Don't use vc-previous-sentinel
24708 and vc-sentinel-commands any more.
24709 (vc-exec-after): Allow code to be a function. Use add/remove-function.
24710 (compilation-error-regexp-alist, view-old-buffer-read-only): Declare.
24711
24712 2013-04-19 Masatake YAMATO <yamato@redhat.com>
24713
24714 * progmodes/sh-script.el (sh-imenu-generic-expression):
24715 Handle function names with a single character. (Bug#14111)
24716
24717 2013-04-19 Dima Kogan <dima@secretsauce.net> (tiny change)
24718
24719 * progmodes/gud.el (gud-perldb-marker-filter): Understand position info
24720 for subroutines defined in an eval (bug#14182).
24721
24722 2013-04-19 Thierry Volpiatto <thierry.volpiatto@gmail.com>
24723
24724 * bookmark.el (bookmark-completing-read): Improve handling of empty
24725 string (bug#14176).
24726
24727 2013-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
24728
24729 * vc/vc-dispatcher.el (vc-do-command): Get rid of default sentinel msg.
24730
24731 2013-04-19 Fabián Ezequiel Gallina <fgallina@gnu.org>
24732
24733 New faster Imenu implementation (bug#14058).
24734 * progmodes/python.el (python-imenu-prev-index-position)
24735 (python-imenu-format-item-label-function)
24736 (python-imenu-format-parent-item-label-function)
24737 (python-imenu-format-parent-item-jump-label-function):
24738 New vars.
24739 (python-imenu-format-item-label)
24740 (python-imenu-format-parent-item-label)
24741 (python-imenu-format-parent-item-jump-label)
24742 (python-imenu--put-parent, python-imenu--build-tree)
24743 (python-imenu-create-index, python-imenu-create-flat-index)
24744 (python-util-popn): New functions.
24745 (python-mode): Set imenu-create-index-function to
24746 python-imenu-create-index.
24747
24748 2013-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
24749
24750 * winner.el (winner-active-region): Use region-active-p, activate-mark
24751 and deactivate-mark (bug#14225).
24752
24753 * simple.el (deactivate-mark): Don't inline it.
24754
24755 2013-04-18 Michael Albinus <michael.albinus@gmx.de>
24756
24757 * net/tramp-sh.el (tramp-remote-process-environment): Add "TMOUT=0".
24758
24759 2013-04-18 Tassilo Horn <tsdh@gnu.org>
24760
24761 * files.el (auto-mode-alist): Delete OpenDocument and StarOffice
24762 file extensions from the archive-mode entry in order to prefer
24763 doc-view-mode-maybe with archive-mode as fallback (bug#14188).
24764
24765 2013-04-18 Leo Liu <sdl.web@gmail.com>
24766
24767 * bindings.el (help-event-list): Add ?\?.
24768
24769 2013-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
24770
24771 * subr.el (with-wrapper-hook): Declare obsolete.
24772 * simple.el (filter-buffer-substring-function): New hook.
24773 (filter-buffer-substring): Use it.
24774 (filter-buffer-substring-functions): Mark obsolete.
24775 * minibuffer.el (completion-in-region-function): New hook.
24776 (completion-in-region): Use it.
24777 (completion-in-region-functions): Mark obsolete.
24778 * mail/mailabbrev.el (mail-abbrevs-setup): Use abbrev-expand-function.
24779 * abbrev.el (abbrev-expand-function): New hook.
24780 (expand-abbrev): Use it.
24781 (abbrev-expand-functions): Mark obsolete.
24782 * emacs-lisp/nadvice.el (advice--where-alist): Add :filter-args
24783 and :filter-return.
24784
24785 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
24786
24787 * progmodes/python.el (python-nav--syntactically): Fix cornercases
24788 and do not care about match data.
24789
24790 2013-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
24791
24792 * emacs-lisp/lisp.el (lisp-completion-at-point): Provide specialized
24793 completion tables when completing error conditions and
24794 `declare' arguments.
24795 (lisp-complete-symbol, field-complete): Mark as obsolete.
24796 (check-parens): Unmatched parens are user errors.
24797 * minibuffer.el (minibuffer-completion-contents): Mark as obsolete.
24798
24799 2013-04-17 Michal Nazarewicz <mina86@mina86.com>
24800
24801 * textmodes/flyspell.el (flyspell-check-pre-word-p): Return nil if
24802 command changed buffer (ie. `flyspell-pre-buffer' is not current
24803 buffer), which prevents making decisions based on invalid value of
24804 `flyspell-pre-point' in the wrong buffer. Most notably, this used to
24805 cause an error when `flyspell-pre-point' was nil after switching
24806 buffers.
24807 (flyspell-post-command-hook): No longer needs to change buffers when
24808 checking pre-word. While at it remove unnecessary progn.
24809
24810 2013-04-17 Nicolas Richard <theonewiththeevillook@yahoo.fr> (tiny change)
24811
24812 * textmodes/ispell.el (ispell-add-per-file-word-list):
24813 Fix `flyspell-correct-word-before-point' error when accepting
24814 words and `coment-padding' is an integer by using
24815 `comment-normalize-vars' (Bug #14214).
24816
24817 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
24818
24819 New defun movement commands.
24820 * progmodes/python.el (python-nav--syntactically)
24821 (python-nav--forward-defun, python-nav-backward-defun)
24822 (python-nav-forward-defun): New functions.
24823
24824 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
24825
24826 * progmodes/python.el (python-syntax--context-compiler-macro): New defun.
24827 (python-syntax-context): Use named compiler-macro for backwards
24828 compatibility with Emacs 24.x.
24829
24830 2013-04-17 Leo Liu <sdl.web@gmail.com>
24831
24832 * progmodes/octave-mod.el (octave-mode-map): Fix key binding to
24833 octave-hide-process-buffer.
24834
24835 2013-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
24836
24837 * vc/vc-hg.el (vc-hg-annotate-re): Disallow ": " in file names
24838 (bug#14216).
24839
24840 2013-04-17 Jean-Philippe Gravel <jpgravel@gmail.com>
24841
24842 * progmodes/gdb-mi.el (gdbmi-bnf-incomplete-record-result):
24843 Fix adjustment of offset when receiving incomplete responses from GDB
24844 (bug#14129).
24845
24846 2013-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
24847
24848 * progmodes/python.el (python-mode-skeleton-abbrev-table): Rename from
24849 python-mode-abbrev-table.
24850 (python-skeleton-define): Adjust accordingly.
24851 (python-mode-abbrev-table): New table that inherits from it so that
24852 python-skeleton-autoinsert does not affect non-skeleton abbrevs.
24853
24854 * abbrev.el (abbrev--symbol): New function, extracted from abbrev-symbol.
24855 (abbrev-symbol): Use it.
24856 (abbrev--before-point): Use it since we already handle inheritance.
24857
24858 2013-04-16 Leo Liu <sdl.web@gmail.com>
24859
24860 * progmodes/octave-mod.el (octave-mode-map): Remove redundant key
24861 binding to info-lookup-symbol.
24862
24863 2013-04-16 Juanma Barranquero <lekktu@gmail.com>
24864
24865 * minibuffer.el (completion--twq-all):
24866 * term/ns-win.el (ns-initialize-window-system):
24867 * term/w32-win.el (w32-initialize-window-system): Silence byte-compiler.
24868
24869 2013-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
24870
24871 * emacs-lisp/nadvice.el (add-function): Default simple vars to their
24872 global bindings.
24873
24874 * doc-view.el (doc-view-start-process): Handle url-handler directories.
24875
24876 2013-04-15 Dmitry Gutov <dgutov@yandex.ru>
24877
24878 * progmodes/ruby-mode.el (ruby-beginning-of-defun)
24879 (ruby-end-of-defun, ruby-move-to-block): Bind `case-fold-search'
24880 to nil.
24881 (ruby-end-of-defun): Remove the unused arg, change the docstring
24882 to reflect that this function is only used as the value of
24883 `end-of-defun-function'.
24884 (ruby-beginning-of-defun): Remove "top-level" from the docstring,
24885 to reflect an earlier change that beginning/end-of-defun functions
24886 jump between methods in a class definition, as well as top-level
24887 functions.
24888
24889 2013-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
24890
24891 * minibuffer.el (minibuffer-complete): Don't just scroll
24892 a *Completions* that's been iconified.
24893 (minibuffer-force-complete): Make sure repetitions do cycle when going
24894 through completion-in-region -> minibuffer-complete.
24895
24896 2013-04-15 Alan Mackenzie <acm@muc.de>
24897
24898 Correct the placement of c-cpp-delimiters when there're #s not at
24899 col 0.
24900
24901 * progmodes/cc-langs.el (c-anchored-cpp-prefix): Reformulate and
24902 place a submatch around the #.
24903 * progmodes/cc-mode.el(c-neutralize-syntax-in-and-mark-CPP):
24904 Start a search at BOL. Put the c-cpp-delimiter category text propertiy
24905 on the #, not BOL.
24906
24907 2013-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
24908
24909 * emacs-lisp/nadvice.el: Properly test names when adding advice.
24910 (advice--member-p): New arg `name'.
24911 (advice--add-function, advice-member-p): Use it (bug#14202).
24912
24913 2013-04-15 Filipp Gunbin <fgunbin@fastmail.fm>
24914
24915 Reformulate java imenu-generic-expression.
24916 The old expression contained ill formed regexps.
24917
24918 * progmodes/cc-menus.el (cc-imenu-java-ellipsis-regexp)
24919 (cc-imenu-java-type-spec-regexp, cc-imenu-java-comment-regexp)
24920 (cc-imenu-java-method-arg-regexp): New defconsts.
24921 (cc-imenu-java-build-type-args-regex): New defun.
24922 (cc-imenu-java-generic-expression): Fix, to remove "ambiguous"
24923 handling of spaces in the regexp.
24924
24925 2013-03-15 Agustín Martín Domingo <agustin.martin@hispalinux.es>
24926
24927 * textmodes/ispell.el (ispell-command-loop): Remove
24928 flyspell highlight of a word when ispell accepts it (bug #14178).
24929
24930 2013-04-15 Michael Albinus <michael.albinus@gmx.de>
24931
24932 * net/ange-ftp.el (ange-ftp-run-real-handler-orig): New defun,
24933 uses code from the previous `ange-ftp-run-real-handler'.
24934 (ange-ftp-run-real-handler): Set it to `tramp-run-real-handler'
24935 only in case that function exist. This is needed for proper
24936 unloading of Tramp.
24937
24938 2013-04-15 Tassilo Horn <tsdh@gnu.org>
24939
24940 * textmodes/reftex-vars.el (reftex-label-regexps): New defcustom.
24941
24942 * textmodes/reftex.el (reftex-compile-variables): Use it.
24943
24944 2013-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
24945
24946 * files.el (normal-mode): Only use default major-mode if no other mode
24947 was specified.
24948
24949 * emacs-lisp/trace.el (trace-values): New function.
24950
24951 * files.el: Allow : in local variables (bug#14089).
24952 (hack-local-variable-regexp): New var.
24953 (hack-local-variables-prop-line, hack-local-variables): Use it.
24954
24955 2013-04-13 Roland Winkler <winkler@gnu.org>
24956
24957 * textmodes/bibtex.el (bibtex-search-entries): Bug fix. Use match
24958 data before it gets modified by bibtex-beginning-of-entry.
24959
24960 2013-04-13 Roland Winkler <winkler@gnu.org>
24961
24962 * textmodes/bibtex.el (bibtex-url): Doc fix.
24963
24964 2013-04-13 Roland Winkler <winkler@gnu.org>
24965
24966 * textmodes/bibtex.el (bibtex-initialize): If the current buffer
24967 does not visit a BibTeX file, exclude it from the list of buffers
24968 returned by bibtex-initialize.
24969
24970 2013-04-13 Stephen Berman <stephen.berman@gmx.net>
24971
24972 * window.el (split-window): Remove interactive form, since as a
24973 command this function is a special case of split-window-below.
24974 Correct doc string.
24975
24976 2013-04-12 Roland Winkler <winkler@gnu.org>
24977
24978 * faces.el (read-face-name): Do not override value of arg default.
24979 Allow single faces and strings as default values. Remove those
24980 elements from return value that are not faces.
24981 (describe-face): Simplify.
24982 (face-at-point): New optional args thing and multiple so that this
24983 function can provide the same functionality previously provided by
24984 read-face-name.
24985 (make-face-bold, make-face-unbold, make-face-italic)
24986 (make-face-unitalic, make-face-bold-italic, invert-face)
24987 (modify-face, read-face-and-attribute): Use face-at-point.
24988
24989 * cus-edit.el (customize-face, customize-face-other-window)
24990 * cus-theme.el (custom-theme-add-face)
24991 * face-remap.el (buffer-face-set)
24992 * facemenu.el (facemenu-set-face): Use face-at-point.
24993
24994 2013-04-12 Michael Albinus <michael.albinus@gmx.de>
24995
24996 * info.el (Info-file-list-for-emacs): Add "tramp" and "dbus".
24997
24998 2013-04-10 Tassilo Horn <tsdh@gnu.org>
24999
25000 * textmodes/reftex-cite.el (reftex-parse-bibtex-entry): Don't cut
25001 off leading { and trailing } from field values.
25002
25003 2013-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
25004
25005 * emacs-lisp/timer.el (timer--check): New function.
25006 (timer--time, timer-set-function, timer-event-handler): Use it.
25007 (timer-set-idle-time): Simplify.
25008 (timer--activate): CSE.
25009 (timer-event-handler): Give more info in error message.
25010 (internal-timer-start-idle): New function, moved from C.
25011
25012 * mpc.el (mpc-proc): Add `restart' argument.
25013 (mpc-proc-cmd): Use it.
25014 (mpc--status-timer-run): Also catch signals from `mpc-proc'.
25015 (mpc-status-buffer-show, mpc-tagbrowser-dir-toggle): Call `mpc-proc'
25016 less often.
25017
25018 2013-04-10 Masatake YAMATO <yamato@redhat.com>
25019
25020 * progmodes/sh-script.el: Implement `sh-mode' own
25021 `add-log-current-defun-function' (bug#14112).
25022 (sh-current-defun-name): New function.
25023 (sh-mode): Use the function.
25024
25025 2013-04-09 Bastien Guerry <bzg@gnu.org>
25026
25027 * simple.el (choose-completion-string): Fix docstring (bug#14163).
25028
25029 2013-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
25030
25031 * emacs-lisp/edebug.el (edebug-mode): Fix typo (bug#14144).
25032
25033 * emacs-lisp/timer.el (timer-event-handler): Don't retrigger a canceled
25034 timer (bug#14156).
25035
25036 2013-04-07 Nic Ferrier <nferrier@ferrier.me.uk>
25037
25038 * emacs-lisp/ert.el (should, should-not, should-error): Add edebug
25039 declaration.
25040
25041 2013-04-07 Leo Liu <sdl.web@gmail.com>
25042
25043 * pcmpl-x.el: New file.
25044
25045 2013-04-06 Dmitry Antipov <dmantipov@yandex.ru>
25046
25047 Do not set x-display-name until X connection is established.
25048 This is needed to prevent from weird situation described at
25049 <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00212.html>.
25050 * frame.el (make-frame): Set x-display-name after call to
25051 window system initialization function, not before.
25052 * term/x-win.el (x-initialize-window-system): Add optional
25053 display argument and use it.
25054 * term/w32-win.el (w32-initialize-window-system):
25055 * term/ns-win.el (ns-initialize-window-system):
25056 * term/pc-win.el (msdos-initialize-window-system):
25057 Add compatible optional display argument.
25058
25059 2013-04-06 Eli Zaretskii <eliz@gnu.org>
25060
25061 * files.el (normal-backup-enable-predicate): On MS-Windows and
25062 MS-DOS compare truenames of temporary-file-directory and of the
25063 file, so that 8+3 aliases (usually found in $TEMP on Windows)
25064 don't fail comparison by compare-strings. Also, compare file
25065 names case-insensitively on MS-Windows and MS-DOS.
25066
25067 2013-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
25068
25069 * emacs-lisp/package.el (package-compute-transaction): Fix last fix.
25070 Suggested by Donald Curtis <dcurtis@coe.edu> (bug#14082).
25071
25072 2013-04-05 Dmitry Gutov <dgutov@yandex.ru>
25073
25074 * whitespace.el (whitespace-color-on, whitespace-color-off):
25075 Only call `font-lock-fontify-buffer' when `font-lock-mode' is on.
25076
25077 2013-04-05 Jacek Chrząszcz <chrzaszcz@mimuw.edu.pl> (tiny change)
25078
25079 * ispell.el (ispell-set-spellchecker-params):
25080 Really set `ispell-args' for all equivs.
25081
25082 2013-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
25083
25084 * ido.el (ido-completions): Use extra elements of ido-decorations
25085 (bug#14143).
25086 (ido-decorations): Update docstring.
25087
25088 2013-04-05 Michael Albinus <michael.albinus@gmx.de>
25089
25090 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
25091 (global-auto-revert-mode): Let-bind `auto-revert-use-notify' to
25092 nil during initialization, in order not to miss changes since the
25093 file was opened. (Bug#14140)
25094
25095 2013-04-05 Leo Liu <sdl.web@gmail.com>
25096
25097 * kmacro.el (kmacro-call-macro): Fix bug#14135.
25098
25099 2013-04-05 Jay Belanger <jay.p.belanger@gmail.com>
25100
25101 * calc/calc-units.el (calc-convert-units): Rewrite conditional.
25102
25103 2013-04-04 Glenn Morris <rgm@gnu.org>
25104
25105 * electric.el (electric-pair-inhibit-predicate): Add :version.
25106
25107 2013-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
25108
25109 * emacs-lisp/package.el (package-compute-transaction): Fix ordering
25110 when a package is required several times (bug#14082).
25111
25112 2013-04-04 Roland Winkler <winkler@gnu.org>
25113
25114 * faces.el (read-face-name): Behave as promised by the docstring.
25115 Assume that arg default is a list of faces.
25116 (describe-face): Call read-face-name with list of default faces.
25117
25118 2013-04-04 Thierry Volpiatto <thierry.volpiatto@gmail.com>
25119
25120 * bookmark.el: Fix deletion of bookmarks (bug#13972).
25121 (bookmark-bmenu-list): Don't toggle filenames if alist is empty.
25122 (bookmark-bmenu-execute-deletions): Only skip first line if it's
25123 the header.
25124 (bookmark-exit-hook-internal): Save even if list is empty.
25125
25126 2013-04-04 Yann Hodique <yann.hodique@gmail.com> (tiny change)
25127
25128 * emacs-lisp/package.el (package-pinned-packages): New var.
25129 (package--add-to-archive-contents): Obey it (bug#14118).
25130
25131 2013-04-03 Alan Mackenzie <acm@muc.de>
25132
25133 Handle `parse-partial-sexp' landing inside a comment opener (Bug#13244).
25134 Also adapt to the new values of element 7 of a parse state.
25135
25136 * progmodes/cc-engine.el (c-state-pp-to-literal): New optional
25137 parameter `not-in-delimiter'. Handle being inside comment opener.
25138 (c-invalidate-state-cache-1): Reckon with an extra "invalid"
25139 character in case we're typing a '*' after a '/'.
25140 (c-literal-limits): Handle the awkward "not-in-delimiter" cond arm
25141 instead by passing the parameter to c-state-pp-to-literal.
25142
25143 * progmodes/cc-fonts.el (c-font-lock-doc-comments): New handling
25144 for elt. 7 of a parse state.
25145
25146 2013-04-01 Paul Eggert <eggert@cs.ucla.edu>
25147
25148 Use UTF-8 for most files with non-ASCII characters (Bug#13936).
25149 * international/latin1-disp.el, international/mule-util.el:
25150 * language/cyril-util.el, language/european.el, language/ind-util.el:
25151 * language/lao-util.el, language/thai.el, language/tibet-util.el:
25152 * language/tibetan.el, language/viet-util.el:
25153 Switch from iso-2022-7bit to utf-8 or (if needed) utf-8-emacs.
25154
25155 2013-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
25156
25157 * electric.el (electric-pair-inhibit-predicate): New var (bug#14000).
25158 (electric-pair-post-self-insert-function): Use it.
25159 (electric-pair-default-inhibit): New function, extracted from
25160 electric-pair-post-self-insert-function.
25161
25162 2013-03-31 Roland Winkler <winkler@gnu.org>
25163
25164 * emacs-lisp/crm.el (completing-read-multiple): Doc fix.
25165
25166 2013-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
25167
25168 * hi-lock.el (hi-lock-mode): Cleanup after revert-buffer (bug#13891).
25169
25170 2013-03-30 Fabián Ezequiel Gallina <fabian@anue.biz>
25171
25172 Un-indent after "pass" and "return" statements (Bug#13888)
25173 * progmodes/python.el (python-indent-block-enders): New var.
25174 (python-indent-calculate-indentation): Use it.
25175
25176 2013-03-30 Michael Albinus <michael.albinus@gmx.de>
25177
25178 * net/tramp.el (tramp-drop-volume-letter): Make it an ordinary
25179 defun. Defining it as defalias could introduce too eager
25180 byte-compiler optimization. (Bug#14030)
25181
25182 2013-03-30 Chong Yidong <cyd@gnu.org>
25183
25184 * iswitchb.el (iswitchb-read-buffer): Fix typo.
25185
25186 2013-03-30 Leo Liu <sdl.web@gmail.com>
25187
25188 * kmacro.el (kmacro-call-macro): Add optional arg MACRO.
25189 (kmacro-execute-from-register): Pass the keyboard macro to
25190 kmacro-call-macro or repeating won't work correctly.
25191
25192 2013-03-30 Teodor Zlatanov <tzz@lifelogs.com>
25193
25194 * progmodes/subword.el: Back to using `forward-symbol'.
25195
25196 * subr.el (forward-whitespace, forward-symbol)
25197 (forward-same-syntax): Move from thingatpt.el.
25198
25199 2013-03-29 Leo Liu <sdl.web@gmail.com>
25200
25201 * kmacro.el (kmacro-to-register): New command.
25202 (kmacro-execute-from-register): New function.
25203 (kmacro-keymap): Bind to 'x'. (Bug#14071)
25204
25205 2013-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
25206
25207 * mpc.el: Use defvar-local and setq-local.
25208 (mpc--proc-connect): Connection failures are not bugs.
25209 (mpc-mode-map): `follow-link' only applies to the buffer's content.
25210 (mpc-volume-map): Bind to the up-events.
25211
25212 2013-03-29 Teodor Zlatanov <tzz@lifelogs.com>
25213
25214 * progmodes/subword.el (superword-mode): Use `forward-sexp'
25215 instead of `forward-symbol'.
25216
25217 2013-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
25218
25219 * emacs-lisp/edebug.el (edebug-mode): Make it a minor mode.
25220 (edebug--recursive-edit): Use it.
25221 (edebug-kill-buffer): Don't let-bind kill-buffer-hook.
25222 (edebug-temp-display-freq-count): Don't let-bind buffer-read-only.
25223
25224 2013-03-28 Leo Liu <sdl.web@gmail.com>
25225
25226 * vc/vc-bzr.el (vc-bzr-revert): Don't backup. (Bug#14066)
25227
25228 2013-03-27 Eli Zaretskii <eliz@gnu.org>
25229
25230 * facemenu.el (list-colors-callback): New defvar.
25231 (list-colors-redisplay): New function.
25232 (list-colors-display): Install list-colors-redisplay as the
25233 revert-buffer-function. (Bug#14063)
25234
25235 2013-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
25236
25237 * minibuffer.el (completion-pcm--merge-completions): Make sure prefixes
25238 and suffixes don't overlap (bug#14061).
25239
25240 * case-table.el: Use lexical-binding.
25241 (case-table-get-table): New function.
25242 (get-upcase-table): Use it. Mark as obsolete. Adjust callers.
25243
25244 2013-03-27 Teodor Zlatanov <tzz@lifelogs.com>
25245
25246 * progmodes/subword.el: Add `superword-mode' to do word motion
25247 over symbol_words (parallels and leverages `subword-mode' which
25248 does word motion inside MixedCaseWords).
25249
25250 2013-03-27 Aidan Gauland <aidalgol@no8wireless.co.nz>
25251
25252 * eshell/em-unix.el: Move su and sudo to...
25253 * eshell/em-tramp.el: ...Eshell tramp module.
25254
25255 2013-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
25256
25257 * desktop.el (desktop--v2s): Rename from desktop-internal-v2s.
25258 Change return value to be a sexp. Delay `get-buffer' to after
25259 restoring the desktop (bug#13951).
25260
25261 2013-03-26 Leo Liu <sdl.web@gmail.com>
25262
25263 * register.el: Move semantic tag handling back to
25264 cedet/semantic/senator.el. (Bug#14052)
25265
25266 2013-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
25267
25268 * eshell/em-prompt.el (eshell-emit-prompt): Make sure we can't insert
25269 into the prompt either (bug#13963).
25270
25271 2013-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
25272
25273 * font-lock.el (lisp-font-lock-keywords-2): Don't highlight the "error"
25274 part of "(error-foo)".
25275
25276 2013-03-24 Juri Linkov <juri@jurta.org>
25277
25278 * replace.el (list-matching-lines-prefix-face): New defcustom.
25279 (occur-1): Pass `list-matching-lines-prefix-face' to the function
25280 `occur-engine' if `face-differs-from-default-p' returns t.
25281 (occur-engine): Add `,' inside backquote construct to evaluate
25282 `prefix-face'. Propertize the prefix with the `prefix-face' face.
25283 Pass `prefix-face' to the functions `occur-context-lines' and
25284 `occur-engine-add-prefix'.
25285 (occur-engine-add-prefix, occur-context-lines): Add optional arg
25286 `prefix-face' and propertize the prefix with `prefix-face'.
25287 (Bug#14017)
25288
25289 2013-03-24 Leo Liu <sdl.web@gmail.com>
25290
25291 * nxml/rng-valid.el (rng-validate-while-idle)
25292 (rng-validate-quick-while-idle): Guard against deleted buffer.
25293 (Bug#13999)
25294
25295 * emacs-lisp/edebug.el (edebug-mode): Make sure edebug-kill-buffer
25296 is the last entry in kill-buffer-hook.
25297
25298 * files.el (kill-buffer-hook): Doc fix.
25299
25300 2013-03-23 Dmitry Gutov <dgutov@yandex.ru>
25301
25302 * emacs-lisp/lisp-mode.el (emacs-lisp-docstring-fill-column):
25303 Make it safe-local.
25304
25305 * vc/diff-mode.el (diff-mode-shared-map): Unbind "/" (Bug#14034).
25306
25307 2013-03-23 Leo Liu <sdl.web@gmail.com>
25308
25309 * nxml/nxml-util.el (nxml-with-unmodifying-text-property-changes):
25310 Remove.
25311
25312 * nxml/rng-valid.el (rng-validate-mode)
25313 (rng-after-change-function, rng-do-some-validation):
25314 * nxml/rng-maint.el (rng-validate-buffer):
25315 * nxml/nxml-rap.el (nxml-tokenize-forward, nxml-ensure-scan-up-to-date):
25316 * nxml/nxml-outln.el (nxml-show-all, nxml-set-outline-state):
25317 * nxml/nxml-mode.el (nxml-mode, nxml-degrade, nxml-after-change)
25318 (nxml-extend-after-change-region): Use with-silent-modifications.
25319
25320 * nxml/rng-nxml.el (rng-set-state-after): Do not let-bind
25321 timer-idle-list.
25322
25323 * nxml/rng-valid.el (rng-validate-while-idle-continue-p)
25324 (rng-next-error-1, rng-previous-error-1): Do not let-bind
25325 timer-idle-list. (Bug#13999)
25326
25327 2013-03-23 Juri Linkov <juri@jurta.org>
25328
25329 * info.el (info-index-match): New face.
25330 (Info-index, Info-apropos-matches): Add a nested subgroup to the
25331 main pattern and add text properties with the new face to matches
25332 in index entries relative to the beginning of the index entry.
25333 (Bug#14015)
25334
25335 2013-03-21 Eric Ludlam <zappo@gnu.org>
25336
25337 * emacs-lisp/eieio-datadebug.el (data-debug/eieio-insert-slots):
25338 Inhibit read only while inserting objects.
25339
25340 2013-03-22 Teodor Zlatanov <tzz@lifelogs.com>
25341
25342 * progmodes/cfengine.el: Update docs to mention
25343 `cfengine-auto-mode'. Use \_> and \_< instead of \> and \< for
25344 symbol motion. Remove "_" from the word syntax.
25345
25346 2013-03-21 Teodor Zlatanov <tzz@lifelogs.com>
25347
25348 * progmodes/cfengine.el (cfengine-common-syntax): Add "_" to word
25349 syntax for both `cfengine2-mode' and `cfengine3-mode'.
25350
25351 2013-03-20 Juri Linkov <juri@jurta.org>
25352
25353 * info.el (Info-next-reference-or-link)
25354 (Info-prev-reference-or-link): New functions.
25355 (Info-next-reference, Info-prev-reference): Use them.
25356 (Info-try-follow-nearest-node): Handle footnote navigation.
25357 (Info-fontify-node): Fontify footnotes. (Bug#13989)
25358
25359 2013-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
25360
25361 * subr.el (posn-point, posn-string): Fix it here instead (bug#13979).
25362 * mouse.el (mouse-on-link-p): Undo scroll-bar fix.
25363
25364 2013-03-20 Paul Eggert <eggert@cs.ucla.edu>
25365
25366 Suppress unnecessary non-ASCII chatter during build process.
25367 * international/ja-dic-cnv.el (skkdic-collect-okuri-nasi)
25368 (batch-skkdic-convert): Suppress most of the chatter.
25369 It's not needed so much now that machines are faster,
25370 and its non-ASCII component was confusing; see Dmitry Gutov in
25371 <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00508.html>.
25372
25373 2013-03-20 Leo Liu <sdl.web@gmail.com>
25374
25375 * ido.el (ido-chop): Fix bug#10994.
25376
25377 2013-03-19 Dmitry Gutov <dgutov@yandex.ru>
25378
25379 * whitespace.el (whitespace-font-lock, whitespace-font-lock-mode):
25380 Remove vars.
25381 (whitespace-color-on, whitespace-color-off):
25382 Use `font-lock-fontify-buffer' (Bug#13817).
25383
25384 2013-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
25385
25386 * mouse.el (mouse--down-1-maybe-follows-link): Fix follow-link
25387 remapping in mode-line.
25388 (mouse-on-link-p): Also check [mode-line follow-link] bindings.
25389
25390 2013-03-19 Dmitry Gutov <dgutov@yandex.ru>
25391
25392 * whitespace.el (whitespace-color-on): Use `prepend' OVERRIDE
25393 value for `whitespace-line' face (Bug#13875).
25394 (whitespace-font-lock-keywords): Change description.
25395 (whitespace-color-on): Don't save `font-lock-keywords' value, save
25396 the constructed keywords instead.
25397 (whitespace-color-off): Use `font-lock-remove-keywords' (Bug#13817).
25398
25399 2013-03-19 Leo Liu <sdl.web@gmail.com>
25400
25401 * progmodes/compile.el (compilation-display-error): New command.
25402 (compilation-mode-map, compilation-minor-mode-map): Bind it to
25403 C-o. (Bug#13992)
25404
25405 2013-03-18 Paul Eggert <eggert@cs.ucla.edu>
25406
25407 * term/x-win.el (x-keysym-pair): Add a Fixme (Bug#13936).
25408
25409 2013-03-18 Jan Djärv <jan.h.d@swipnet.se>
25410
25411 * mouse.el (mouse-on-link-p): Check for scroll bar (Bug#13979).
25412
25413 2013-03-18 Michael Albinus <michael.albinus@gmx.de>
25414
25415 * net/tramp-compat.el (tramp-compat-user-error): New defun.
25416
25417 * net/tramp-adb.el (tramp-adb-handle-shell-command):
25418 * net/tramp-gvfs.el (top):
25419 * net/tramp.el (tramp-find-method, tramp-dissect-file-name)
25420 (tramp-handle-shell-command): Use it.
25421 (tramp-dissect-file-name): Raise an error when hostname is a
25422 method name, and neither method nor user is specified.
25423
25424 * net/trampver.el: Update release number.
25425
25426 2013-03-18 Leo Liu <sdl.web@gmail.com>
25427
25428 Make sure eldoc can be turned off properly.
25429 * emacs-lisp/eldoc.el (eldoc-schedule-timer): Conditionalize on
25430 eldoc-mode.
25431 (eldoc-display-message-p): Revert last change.
25432 (eldoc-display-message-no-interference-p)
25433 (eldoc-print-current-symbol-info): Tweak.
25434
25435 2013-03-18 Tassilo Horn <tsdh@gnu.org>
25436
25437 * doc-view.el (doc-view-new-window-function): Check the new window
25438 overlay's display property instead the char property of the
25439 buffer's first char. Use `with-selected-window' instead of
25440 `save-window-excursion' with `select-window'.
25441 (doc-view-document->bitmap): Check the current doc-view overlay's
25442 display property instead the char property of the buffer's first char.
25443
25444 2013-03-18 Paul Eggert <eggert@cs.ucla.edu>
25445
25446 Automate the build of ja-dic.el (Bug#13984).
25447 * international/ja-dic-cnv.el (skkdic-convert): Remove the annotations
25448 from the input, rather than assume that it's been done for us by the
25449 SKK script unannotate.awk. Switch ja-dic.el to UTF-8. Don't put
25450 the current date into a ja-dic.el comment, as that complicates
25451 regression testing.
25452
25453 2013-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
25454
25455 * whitespace.el: Fix double evaluation.
25456 (whitespace-space, whitespace-hspace, whitespace-tab)
25457 (whitespace-newline, whitespace-trailing, whitespace-line)
25458 (whitespace-space-before-tab, whitespace-indentation)
25459 (whitespace-empty, whitespace-space-after-tab): Turn defcustoms into
25460 obsolete defvars.
25461 (whitespace-hspace-regexp): Fix regexp for emacs-unicode.
25462 (whitespace-color-on): Use a single font-lock-add-keywords call.
25463 Fix double-evaluation of face variables.
25464
25465 2013-03-17 Michael Albinus <michael.albinus@gmx.de>
25466
25467 * net/tramp-adb.el (tramp-adb-parse-device-names):
25468 Use `start-process' instead of `call-process'. Otherwise, the
25469 function might be blocked under MS Windows. (Bug#13299)
25470
25471 2013-03-17 Leo Liu <sdl.web@gmail.com>
25472
25473 Extend eldoc to display info in the mode-line. (Bug#13978)
25474 * emacs-lisp/eldoc.el (eldoc-post-insert-mode): New minor mode.
25475 (eldoc-mode-line-string): New variable.
25476 (eldoc-minibuffer-message): New function.
25477 (eldoc-message-function): New variable.
25478 (eldoc-message): Use it.
25479 (eldoc-display-message-p)
25480 (eldoc-display-message-no-interference-p):
25481 Support eldoc-post-insert-mode.
25482
25483 * simple.el (eval-expression-minibuffer-setup-hook): New hook.
25484 (eval-expression): Run it.
25485
25486 2013-03-17 Roland Winkler <winkler@gnu.org>
25487
25488 * emacs-lisp/crm.el (completing-read-multiple): Ignore empty
25489 strings in the list of return values.
25490
25491 2013-03-17 Jay Belanger <jay.p.belanger@gmail.com>
25492
25493 * calc/calc-ext.el (math-read-number-fancy): Check for an explicit
25494 radix before checking for HMS forms.
25495
25496 2013-03-16 Leo Liu <sdl.web@gmail.com>
25497
25498 * progmodes/scheme.el: Add indentation and font-locking for λ.
25499 (Bug#13975)
25500
25501 2013-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
25502
25503 * emacs-lisp/smie.el (smie-auto-fill): Don't inf-loop if there's no
25504 token before point (bug#13942).
25505
25506 2013-03-16 Leo Liu <sdl.web@gmail.com>
25507
25508 * thingatpt.el (end-of-sexp): Fix bug#13952. Use syntax-after.
25509
25510 2013-03-16 Eli Zaretskii <eliz@gnu.org>
25511
25512 * startup.el (command-line-normalize-file-name): Fix handling of
25513 backslashes in DOS and Windows file names. Reported by Xue Fuqiao
25514 <xfq.free@gmail.com> in
25515 http://lists.gnu.org/archive/html/help-gnu-emacs/2013-03/msg00245.html.
25516
25517 2013-03-15 Michael Albinus <michael.albinus@gmx.de>
25518
25519 Sync with Tramp 2.2.7.
25520
25521 * net/trampver.el: Update release number.
25522
25523 2013-03-14 Tassilo Horn <tsdh@gnu.org>
25524
25525 * doc-view.el: Fix bug#13887.
25526 (doc-view-insert-image): Don't modify overlay associated to
25527 non-live windows, and implement horizontal centering of image in
25528 case it's smaller than the window.
25529 (doc-view-new-window-function): Force redisplay of new windows on
25530 doc-view buffers.
25531
25532 2013-03-13 Karl Fogel <kfogel@red-bean.com>
25533
25534 * saveplace.el (save-place-alist-to-file): Don't sort
25535 `save-place-alist', just pretty-print it (bug#13882).
25536
25537 2013-03-13 Michael Albinus <michael.albinus@gmx.de>
25538
25539 * net/tramp-sh.el (tramp-sh-handle-insert-directory):
25540 Check whether `default-file-name-coding-system' is bound.
25541 It isn't in XEmacs.
25542
25543 2013-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
25544
25545 * emacs-lisp/byte-run.el (defun-declarations-alist): Don't use
25546 backquotes for `obsolete' (bug#13929).
25547
25548 * international/mule.el (find-auto-coding): Include file name in
25549 obsolescence warning (bug#13922).
25550
25551 2013-03-12 Teodor Zlatanov <tzz@lifelogs.com>
25552
25553 * progmodes/cfengine.el (cfengine-parameters-indent): New variable
25554 for CFEngine 3-specific indentation.
25555 (cfengine3-indent-line): Use it. Fix up category regex.
25556 (cfengine3-font-lock-keywords): Add bundle and namespace characters.
25557
25558 2013-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
25559
25560 * type-break.el (type-break-file-name):
25561 * textmodes/remember.el (remember-data-file):
25562 * strokes.el (strokes-file):
25563 * shadowfile.el (shadow-initialize):
25564 * saveplace.el (save-place-file):
25565 * ps-bdf.el (bdf-cache-file):
25566 * progmodes/idlwave.el (idlwave-config-directory):
25567 * net/quickurl.el (quickurl-url-file):
25568 * international/kkc.el (kkc-init-file-name):
25569 * ido.el (ido-save-directory-list-file):
25570 * emulation/viper.el (viper-custom-file-name):
25571 * emulation/vip.el (vip-startup-file):
25572 * calendar/todo-mode.el (todo-file-do, todo-file-done, todo-file-top):
25573 * calendar/timeclock.el (timeclock-file): Use locate-user-emacs-file.
25574
25575 2013-03-12 Paul Eggert <eggert@cs.ucla.edu>
25576
25577 Switch encodings of tutorials, thai-word to UTF-8 (Bug#13880).
25578 * language/thai-word.el: Switch to UTF-8.
25579
25580 See ChangeLog.16 for earlier changes.
25581
25582 ;; Local Variables:
25583 ;; coding: utf-8
25584 ;; End:
25585
25586 Copyright (C) 2011-2015 Free Software Foundation, Inc.
25587
25588 This file is part of GNU Emacs.
25589
25590 GNU Emacs is free software: you can redistribute it and/or modify
25591 it under the terms of the GNU General Public License as published by
25592 the Free Software Foundation, either version 3 of the License, or
25593 (at your option) any later version.
25594
25595 GNU Emacs is distributed in the hope that it will be useful,
25596 but WITHOUT ANY WARRANTY; without even the implied warranty of
25597 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
25598 GNU General Public License for more details.
25599
25600 You should have received a copy of the GNU General Public License
25601 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.