]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
Merge from origin/emacs-24
[gnu-emacs] / lisp / ChangeLog
1 2015-03-03 Glenn Morris <rgm@gnu.org>
2
3 * textmodes/flyspell.el (flyspell-duplicate-distance):
4 Bump :version.
5
6 2015-03-03 Eli Zaretskii <eliz@gnu.org>
7
8 * textmodes/text-mode.el (text-mode-syntax-table): Make some
9 punctuation character behave as word-constituent, for more
10 compatibility with Unicode.
11
12 * simple.el (transient-mark-mode): Doc fix. (Bug#19841)
13
14 2015-03-03 Agustín Martín Domingo <agustin6martin@gmail.com>
15
16 Improve string search in `flyspell-word-search-*`. (Bug#16800)
17 * flyspell.el (flyspell-duplicate-distance): Limit default search
18 distance for duplicated words to 40000.
19 (flyspell-word-search-backward, flyspell-word-search-forward):
20 Search as full word with defined casechars, not as substring.
21
22 2015-03-03 Juri Linkov <juri@linkov.net>
23 2015-03-03 Juri Linkov <juri@linkov.net>
24
25 Better support for the case of typing RET on the prompt in comint.
26 * comint.el (comint-get-old-input-default): Go to the field end
27 when comint-use-prompt-regexp is nil.
28 (comint-line-beginning-position): Check if point is already
29 on the prompt before searching for the prompt when
30 comint-use-prompt-regexp is non-nil. (Bug#19710)
31
32 2015-03-03 Eli Zaretskii <eliz@gnu.org>
33
34 * frame.el (frame-notice-user-settings): Refresh the value of
35 frame parameters after calling tty-handle-reverse-video. Call
36 face-set-after-frame-default with the actual parameters, to avoid
37 resetting colors back to unspecified.
38 (set-background-color, set-foreground-color): Pass the foreground
39 and background colors to face-set-after-frame-default. (Bug#19802)
40
41 2015-03-03 Wolfgang Jenkner <wjenkner@inode.at>
42
43 * net/network-stream.el (network-stream-open-tls): Respect the
44 :end-of-capability setting.
45
46 2015-03-03 Juri Linkov <juri@linkov.net>
47 2015-03-03 Juri Linkov <juri@linkov.net>
48
49 Revert the previous change of comint-line-beginning-position callers,
50 and modify comint-line-beginning-position instead.
51
52 * comint.el (comint-history-isearch-search)
53 (comint-history-isearch-message, comint-history-isearch-wrap):
54 Use comint-line-beginning-position instead of field-beginning.
55 (comint-send-input): Use either end-of-line or field-end
56 depending on comint-use-prompt-regexp.
57 (comint-line-beginning-position): Search backward
58 for comint-prompt-regexp if comint-use-prompt-regexp is non-nil.
59 Use field-beginning instead of line-beginning-position
60 if comint-use-prompt-regexp is nil. (Bug#19710)
61
62 2015-03-03 Robert Pluim <rpluim@gmail.com> (tiny change)
63
64 * calendar/todo-mode.el (todo-item-done): When done items are
65 hidden, restore point to its location prior to invoking this
66 command. (Bug#19727)
67
68 2015-03-03 Eli Zaretskii <eliz@gnu.org>
69
70 * textmodes/artist.el (artist-ellipse-compute-fill-info): Use
71 mapcar, not mapc, to create the other half of fill-info.
72 (Bug#19763)
73
74 2015-03-03 Nicolas Petton <nicolas@petton.fr>
75 2015-03-03 Nicolas Petton <nicolas@petton.fr>
76
77 * emacs-lisp/authors.el (authors-ignored-files)
78 (authors-renamed-files-alist): Additions.
79
80 2015-03-03 Michael Albinus <michael.albinus@gmx.de>
81
82 * net/tramp.el (tramp-ssh-controlmaster-options): Don't use a
83 tempfile for ControlPath. (Bug#19702)
84
85 2015-03-03 Michael Albinus <michael.albinus@gmx.de>
86
87 * net/tramp.el (tramp-ssh-controlmaster-options): Use "%C" for
88 ControlPath if possible. (Bug#19702)
89
90 2015-03-03 Glenn Morris <rgm@gnu.org>
91
92 * emacs-lisp/authors.el (authors-obsolete-files-regexps)
93 (authors-valid-file-names, authors-renamed-files-alist): Additions.
94
95 2015-03-03 Alan Mackenzie <acm@muc.de>
96 2015-03-03 Alan Mackenzie <acm@muc.de>
97
98 CC Mode: Stop Font Lock forcing fontification from BOL. Fixes
99 debbugs#19669.
100
101 * progmodes/cc-mode.el (c-font-lock-init): Setq
102 font-lock-extend-region-functions to nil.
103
104 2015-03-03 Daniel Colascione <dancol@dancol.org>
105
106 * emacs-lisp/generator.el: Make globals conform to elisp
107 style throughout. Use more efficient font-lock patterns.
108 (cps-inhibit-atomic-optimization): Rename from
109 `cps-disable-atomic-optimization'.
110 (cps--gensym): New macro; replaces `cl-gensym' throughout.
111 (cps-generate-evaluator): Move the `iter-yield' local macro
112 definition here
113 (iter-defun, iter-lambda): from here.
114
115 (iter-defun): Use `macroexp-parse-body'.
116
117 2015-03-03 Daniel Colascione <dancol@dancol.org>
118
119 2015-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
120
121 * progmodes/gud.el: Use lexical-binding (bug#19966).
122
123 * emacs-lisp/gv.el (gv-ref): Warn about likely problematic cases.
124
125 2015-03-03 Daniel Colascione <dancol@dancol.org>
126
127 * emacs-lisp/generator.el: Make globals conform to elisp
128 style throughout. Use more efficient font-lock patterns.
129 (cps-inhibit-atomic-optimization): Rename from
130 `cps-disable-atomic-optimization'.
131 (cps--gensym): New macro; replaces `cl-gensym' throughout.
132 (cps-generate-evaluator): Move the `iter-yield' local macro
133 definition here...
134 (iter-defun, iter-lambda): ...from here.
135
136 2015-03-03 Artur Malabarba <bruce.connor.am@gmail.com>
137
138 * emacs-lisp/package.el (package-autoremove): Fix if logic.
139
140 2015-03-03 Martin Rudalics <rudalics@gmx.at>
141
142 * window.el (window--dump-frame): For pixel height return total
143 number of frame's lines.
144
145 2015-03-03 Daniel Colascione <dancol@dancol.org>
146
147 * emacs-lisp/cl-macs.el (cl-iter-defun): Add cl-iter-defun.
148
149 * emacs-lisp/generator.el (iter-defun): Correctly propagate
150 docstrings and declarations to underlying function.
151
152 2015-03-02 Daniel Colascione <dancol@dancol.org>
153
154 * emacs-lisp/generator.el: New file.
155
156 * vc/vc.el (vc-responsible-backend): Add autoload cookie for
157 `vc-responsible-backend'.
158
159 2015-03-01 Michael Albinus <michael.albinus@gmx.de>
160
161 * vc/vc-hooks.el (vc-state, vc-working-revision):
162 Use `vc-responsible-backend' in order to support unregistered files.
163
164 * vc/vc-rcs.el (vc-rcs-unregister): Support unregistered files.
165
166 * vc/vc-rcs.el (vc-rcs-fetch-master-state):
167 * vc/vc-sccs.el (vc-sccs-working-revision): Handle undefined
168 master name.
169
170 * vc/vc-src.el (vc-src-working-revision): Do not return an empty string.
171
172 2015-03-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
173
174 * net/shr.el (shr-insert): Remove soft hyphens.
175 (shr-insert): Also remove soft hypens from non-folded text.
176
177 2015-02-28 Eli Zaretskii <eliz@gnu.org>
178
179 * mail/rmailmm.el (rmail-mime-insert-html): Decode HTML payload
180 when the charset is only given by the HTML <head>, and allow to
181 specify the encoding with "C-x RET c".
182
183 2015-02-27 Mark Laws <mdl@60hz.org>
184
185 Support daemon mode on MS-Windows (bug#19688)
186 * server.el (server-process-filter): Force GUI frames on
187 MS-Windows in daemon mode, even if a TTY frame was requested.
188
189 * frameset.el (frameset-keep-original-display-p): Don't assume
190 windows-nt cannot be in daemon mode.
191
192 * frame.el (window-system-for-display): Don't assume windows-nt
193 cannot be in daemon mode.
194
195 2015-02-26 Ivan Shmakov <ivan@siamics.net>
196
197 * faces.el (face-list-p): Split from face-at-point.
198 (face-at-point): Use it.
199 * facemenu.el (facemenu-add-face): Likewise. (Bug#19912)
200
201 2015-02-26 Oscar Fuentes <ofv@wanadoo.es>
202
203 * vc/vc.el (vc-annotate-switches): New defcustom.
204 * vc/vc-bzr.el (vc-bzr-annotate-switches): New defcustom.
205 (vc-bzr-annotate-command): Use vc-switches.
206 * vc/vc-cvs.el (vc-cvs-annotate-switches): New defcustom.
207 (vc-cvs-annotate-command): Use vc-switches.
208 * vc/vc-git.el (vc-git-annotate-switches): New defcustom.
209 (vc-git-annotate-command): Use vc-switches.
210 * vc/vc-hg.el (vc-hg-annotate-switches): New defcustom.
211 (vc-hg-annotate-command): Use vc-switches.
212 * vc/vc-mtn.el (vc-mtn-annotate-switches): New defcustom.
213 (vc-mtn-annotate-command): Use vc-switches.
214 * vc/vc-svn.el (vc-svn-annotate-switches): New defcustom.
215 (vc-svn-annotate-command): Use vc-switches.
216
217 2015-02-26 Alan Mackenzie <acm@muc.de>
218
219 Handle "#" operator properly inside macro. Fix coding bug.
220
221 * progmodes/cc-mode.el (c-neutralize-syntax-in-and-mark-CPP): On
222 finding a "#" which looks like the start of a macro, check it
223 isn't already inside a macro.
224
225 * progmodes/cc-engine.el (c-state-safe-place): Don't record a new
226 "safe" position into the list of them when this is beyond our
227 current position.
228
229 2015-02-26 Martin Rudalics <rudalics@gmx.at>
230
231 * menu-bar.el (menu-bar-non-minibuffer-window-p): Return nil when
232 the menu frame is dead. (Bug#19728)
233
234 2015-02-26 Fabián Ezequiel Gallina <fgallina@gnu.org>
235
236 python.el: Handle tabs in python-indent-dedent-line.
237
238 * progmodes/python.el (python-indent-dedent-line): Fixes for
239 indentation with tabs. Thanks to <dale@codefu.org> (Bug#19730).
240
241 2015-02-26 Fabián Ezequiel Gallina <fgallina@gnu.org>
242
243 * progmodes/python.el (python-indent-context): Respect user
244 indentation after comment.
245
246 2015-02-26 Tassilo Horn <tsdh@gnu.org>
247
248 * textmodes/reftex-vars.el (featurep): Conditionalize value of
249 reftex-label-regexps in order to stay compatible with XEmacs 21.5
250 which has no explicitly numbered groups in regexps (bug#19714).
251
252 2015-02-26 Daiki Ueno <ueno@gnu.org>
253
254 * net/dbus.el (dbus-register-signal): Convert "N" of ":argN" to
255 integer before comparison.
256
257 2015-02-25 Nicolas Richard <theonewiththeevillook@yahoo.fr>
258
259 * progmodes/elisp-mode.el (elisp--eval-last-sexp): Document argument.
260
261 2015-02-25 Oleh Krehel <ohwoeowho@gmail.com>
262
263 * emacs-lisp/check-declare.el (check-declare-warn): Use
264 compilation-style warnings.
265 (check-declare-files): Make sure that
266 `check-declare-warning-buffer' is in `compilation-mode'.
267
268 2015-02-25 Oleh Krehel <ohwoeowho@gmail.com>
269
270 * emacs-lisp/check-declare.el (check-declare-ext-errors): New
271 defcustom.
272 (check-declare): New defgroup.
273 (check-declare-verify): When `check-declare-ext-errors' is
274 non-nil, warn about an unfound function, instead of saying
275 "skipping external file".
276
277 2015-02-25 Tassilo Horn <tsdh@gnu.org>
278
279 * textmodes/reftex-vars.el (reftex-include-file-commands): Call
280 reftex-set-dirty on changes.
281
282 2015-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
283
284 * emacs-lisp/edebug.el (edebug--display): Save-excursion (bug#19611).
285 * emacs-lisp/debug.el (debugger-env-macro): Remove redundant
286 save-excursion.
287
288 2015-02-24 Glenn Morris <rgm@gnu.org>
289
290 * mail/rmailsum.el (rmail-summary-previous-all)
291 (rmail-summary-previous-msg): Simplify.
292
293 2015-02-25 Artur Malabarba <bruce.connor.am@gmail.com>
294
295 * simple.el (region-active-p): Fix doc to say non-nil.
296
297 2015-02-24 Samer Masterson <nosefrog@gmail.com>
298
299 * eshell/em-hist.el (eshell-hist-parse-word-designator):
300 Return args joined with " ".
301 * eshell/em-pred.el (eshell-parse-modifiers): Correct docstring.
302 (eshell-hist-parse-modifier): Pass mod a list instead of a string
303 (bug#18960).
304
305 2015-02-24 Karl Fogel <kfogel@red-bean.com> (tiny change)
306
307 * comint.el (comint-mode-map): Fix obvious typo.
308
309 2015-02-24 Johan Claesson <johanclaesson@bredband.net> (tiny change)
310
311 * filecache.el (file-cache-filter-regexps):
312 Add lock files. (Bug#19516)
313
314 2015-02-24 Glenn Morris <rgm@gnu.org>
315
316 * mail/rmailsum.el (rmail-summary-next-all)
317 (rmail-summary-previous-all, rmail-summary-next-msg):
318 Fix handling of optional argument. (Bug#19916)
319
320 * progmodes/f90.el (f90-beginning-of-subprogram)
321 (f90-end-of-subprogram, f90-match-end):
322 Handle continued strings where the continuation does not start
323 with "&" and happens to match our regexp. (Bug#19809)
324
325 2015-02-24 Bozhidar Batsov <bozhidar@batsov.com>
326
327 * comint.el (comint-clear-buffer): New command.
328 (comint-mode-map): Bind `comint-clear-buffer' to 'C-c M-o'.
329
330 2015-02-23 Pete Williamson <petewil0@googlemail.com> (tiny change)
331
332 Use ${EXEEXT} more uniformly in makefiles
333 * Makefile.in (EMACS): Append ${EXEEXT}.
334
335 2015-02-23 Sam Steingold <sds@gnu.org>
336
337 * files.el (recover-session): Handle `auto-save-list-file-prefix'
338 being a directory (empty non-directory part).
339
340 2015-02-23 Magnus Henoch <magnus.henoch@gmail.com>
341
342 * net/sasl.el (sasl-mechanism-alist): Refer to sasl-scram-rfc
343 instead of sasl-scram-sha-1, as the former is the name that can be
344 required.
345
346 * net/sasl-scram-rfc.el (sasl-scram-sha-1-steps)
347 (sasl-scram-sha-1-client-final-message)
348 (sasl-scram-sha-1-authenticate-server): Move to end of file.
349
350 2015-02-23 Paul Eggert <eggert@cs.ucla.edu>
351
352 Fix the desired binding for comment-line
353 * bindings.el (ctl-x-map): Use [?\C-\;] to get the desired binding.
354 Fixes: bug#19826
355
356 2015-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
357
358 * emacs-lisp/macroexp.el (macroexp-parse-body): Handle cl-declare
359 and :documentation. Change return value format accordingly.
360 * emacs-lisp/cl-generic.el (cl--generic-lambda):
361 * emacs-lisp/pcase.el (pcase-lambda): Adjust accordingly.
362 * emacs-lisp/cl-macs.el (cl--transform-lambda): Use macroexp-parse-body.
363
364 2015-02-23 Dmitry Gutov <dgutov@yandex.ru>
365
366 Introduce `xref-etags-mode'.
367 * progmodes/xref.el (xref-etags-mode--saved): New variable.
368 (xref-etags-mode): New minor mode. (Bug#19466)
369
370 2015-02-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
371
372 * dom.el (dom-previous-sibling): New function.
373
374 2015-02-21 Paul Eggert <eggert@cs.ucla.edu>
375
376 * bindings.el (ctl-x-map): There is no 'C-;'.
377 For now, make do with 'M-;'; this allows 'make bootstrap' to work.
378 Perhaps some other binding should be chosen.
379 Fixes: bug#19826
380
381 2015-02-21 Artur Malabarba <bruce.connor.am@gmail.com>
382
383 * bindings.el (ctl-x-map): Fix `comment-line' binding. (Bug#19826)
384
385 2015-02-21 Michael Albinus <michael.albinus@gmx.de>
386
387 * autorevert.el (auto-revert-notify-add-watch)
388 (auto-revert-notify-handler, auto-revert-buffers): Handle also
389 buffers without an associated file, like dired buffers. (Bug#16112)
390
391 2015-02-21 Dima Kogan <dima@secretsauce.net>
392
393 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
394 (global-auto-revert-mode): Remove (let (auto-revert-use-notify) ... )
395 wrappers. Call (auto-revert-buffers) consequently in order to
396 install handlers.
397
398 2015-02-21 Wilson Snyder <wsnyder@wsnyder.org>
399
400 Sync with upstream verilog-mode revision 0d6420b.
401 * progmodes/verilog-mode.el (verilog-mode-version): Update.
402 (vector-skip-list): Remove.
403 (verilog-auto-inst-port, verilog-auto-inst-port-list)
404 (verilog-auto-inst, verilog-auto-inst-param):
405 Use arguments rather than vector-skip.
406 (verilog-auto-inst-port): Fix AUTOINST interfaces to not show
407 modport if signal attachment is itself a modport.
408 Reported by Matthew Lovell.
409
410 2015-02-21 Reto Zimmermann <reto@gnu.org>
411
412 Sync with upstream vhdl mode v3.37.1. Add VHDL'08 support.
413 * progmodes/vhdl-mode.el (vhdl-version, vhdl-time-stamp)
414 (vhdl-doc-release-notes): Update.
415 (vhdl-standard): Add VHDL'08 option.
416 (vhdl-sensitivity-list-all): New option.
417 (vhdl-directive-keywords): Add psl.
418 (vhdl-offsets-alist-default, vhdl-mode-abbrev-table-init)
419 (vhdl-template-construct-alist-init, vhdl-create-mode-menu):
420 (vhdl-imenu-generic-expression): Add context, directive.
421 (vhdl-offsets-alist, vhdl-mode, vhdl-doc-keywords): Doc fixes.
422 (vhdl-template-map-init): Add vhdl-template-context.
423 (vhdl-mode-syntax-table): Support VHDL'08 block comments.
424 (vhdl-create-mode-menu): Add some entries.
425 (vhdl-08-keywords, vhdl-08-types, vhdl-08-attributes)
426 (vhdl-08-functions, vhdl-08-packages, vhdl-08-directives):
427 New constants.
428 (vhdl-directives): New variable.
429 (vhdl-words-init, vhdl-template-process)
430 (vhdl-template-replace-header-keywords): Support VHDL'08.
431 (vhdl-abbrev-list-init): Add vhdl-directives.
432 (vhdl-in-comment-p, vhdl-in-literal, vhdl-win-il)
433 (vhdl-forward-syntactic-ws, vhdl-get-syntactic-context)
434 (vhdl-lineup-comment): Handle block comments and directives.
435 (vhdl-beginning-of-directive, vhdl-template-context)
436 (vhdl-template-context-hook): New functions.
437 (vhdl-libunit-re, vhdl-defun-re, vhdl-begin-p)
438 (vhdl-corresponding-begin, vhdl-get-library-unit, vhdl-regress-line)
439 (vhdl-align-declarations, vhdl-beginning-of-block, vhdl-end-of-block)
440 (vhdl-font-lock-keywords-2, vhdl-get-end-of-unit)
441 (vhdl-scan-context-clause): Add context.
442
443 2015-02-20 Glenn Morris <rgm@gnu.org>
444
445 * calendar/solar.el (solar-sunrise-sunset-string):
446 Shorten message a little.
447 (sunrise-sunset): Use message rather than a window. (Bug#19859)
448
449 * progmodes/f90.el (f90-keywords-re, f90-procedures-re)
450 (f90-font-lock-keywords-2): Some F2008 additions.
451
452 2015-02-19 Dima Kogan <dima@secretsauce.net>
453
454 * autorevert.el (auto-revert-buffers-counter)
455 (auto-revert-buffers-counter-lockedout): New variables.
456 (auto-revert-buffers): Increase `auto-revert-buffers-counter'.
457 (auto-revert-notify-handler): Apply `auto-revert-handler' if not
458 suppressed by lockout. (Bug#18958)
459
460 2015-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
461
462 * emacs-lisp/eieio-opt.el (eieio-help-class): `eieio-class-parents'
463 returns classes, not class names (bug#19891).
464
465 * emacs-lisp/cl-macs.el (cl-struct-slot-value): Handle a nil type.
466
467 * emacs-lisp/smie.el (smie-prec2->grammar): Fix corner case problem.
468
469 2015-02-18 Kelly Dean <kelly@prtime.org>
470
471 * register.el (jump-to-register):
472 * emacs-lisp/lisp.el (check-parens):
473 Push mark before goto-char so user doesn't lose his previous place.
474
475 2015-02-18 Kelly Dean <kelly@prtime.org>
476
477 * rect.el (rectangle-mark-mode):
478 Suppress superfluous "Mark set" message from push-mark.
479
480 2015-02-18 Kelly Dean <kelly@prtime.org>
481
482 * help-mode.el (help-go-back, help-go-forward, help-follow):
483 * simple.el (yank-pop, pop-to-mark-command, exchange-point-and-mark):
484 * winner.el (winner-redo):
485 * windmove.el (windmove-do-window-select):
486 * register.el (jump-to-register, increment-register, insert-register)
487 (append-to-register, prepend-to-register):
488 * files.el (find-alternate-file, abort-if-file-too-large, write-file)
489 (set-visited-file-name):
490 * emacs-lisp/lisp.el (kill-backward-up-list):
491 Use user-error instead of error. (Bug#14480)
492
493 2015-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
494
495 * emacs-lisp/checkdoc.el (checkdoc-show-diagnostics): Don't make bogus
496 assumptions about window ordering.
497
498 2015-02-16 Kelly Dean <kelly@prtime.org>
499
500 * files.el (insert-file-contents-literally): Fix docstring typo.
501
502 2015-02-16 Kelly Dean <kelly@prtime.org>
503
504 * emacs-lisp/easy-mmode.el (define-minor-mode): Process macro
505 arguments correctly. (Bug#19685)
506 (define-minor-mode): Clarify docstring.
507 Clarify mode switch messages for minor modes. (Bug#19690)
508
509 2015-02-16 Kelly Dean <kelly@prtime.org>
510
511 * emacs-lisp/package-x.el (package-upload-buffer-internal):
512 Create valid tar files. (Bug#19536)
513
514 2015-02-16 Kelly Dean <kelly@prtime.org>
515
516 * desktop.el (desktop-read): Conditionally re-enable desktop autosave.
517 (Bug#19059)
518
519 2015-02-16 Kelly Dean <kelly@prtime.org>
520
521 * help-mode.el (help-do-xref): Prevent duplicated display of Info
522 buffer, and prevent interference with existing buffer. (Bug#13190)
523
524 2015-02-16 Fabián Ezequiel Gallina <fgallina@gnu.org>
525
526 python.el: Do not deactivate mark on shell fontification. (Bug#19871)
527
528 * progmodes/python.el (python-shell-font-lock-post-command-hook):
529 Do not deactivate mark on fontification.
530
531 2015-02-16 Ivan Shmakov <ivan@siamics.net>
532
533 * net/eww.el: Fix desktop support. (Bug#19226)
534 (eww-mode): Add autoload cookie.
535 (eww-restore-desktop): Use inhibit-read-only.
536
537 * net/eww.el (eww-suggest-uris): Add autoload cookie, so that
538 add-hook works correctly even if the file is not yet loaded.
539
540 2015-02-16 Stefan Monnier <monnier@iro.umontreal.ca>
541
542 * emacs-lisp/eieio.el (defclass): Use make-instance rather than
543 eieio-constructor.
544 (set-slot-value): Mark as obsolete.
545 (eieio-object-class-name): Improve call to eieio-class-name.
546 (eieio-slot-descriptor-name, eieio-class-slots): New functions.
547 (object-slots): Use it. Declare obsolete.
548 (eieio-constructor): Merge it with `make-instance'.
549 (initialize-instance): Use `dolist'.
550 (eieio-override-prin1, eieio-edebug-prin1-to-string):
551 Use eieio--class-print-name.
552
553 * emacs-lisp/eieio-core.el (eieio--class-print-name): New function.
554 (eieio-class-name): Make it do what the docstring claims.
555 (eieio-defclass-internal): Simplify since `prots' isn't used any more.
556 (eieio--slot-name-index): Simplify accordingly.
557 (eieio-barf-if-slot-unbound): Pass the class object rather than its
558 name to `slot-unbound'.
559
560 * emacs-lisp/eieio-base.el (make-instance): Add a method here rather
561 than on eieio-constructor.
562
563 2015-02-16 Stefan Monnier <monnier@iro.umontreal.ca>
564
565 * emacs-lisp/cl-macs.el (cl-defstruct): Keep type=nil by default.
566 * emacs-lisp/cl-preloaded.el (cl-struct-define): Add sanity checks
567 about relationship between `type', `named', and `slots'.
568 * emacs-lisp/cl-generic.el (cl--generic-struct-tagcode): Adjust to new
569 value of `cl-struct-type' property.
570
571 2015-02-15 Jérémy Compostella <jeremy.compostella@gmail.com>
572
573 * net/tramp-sh.el (tramp-remote-process-environment): Disable paging
574 with PAGER=cat. (Bug#19870)
575
576 2015-02-14 Artur Malabarba <bruce.connor.am@gmail.com>
577
578 * emacs-lisp/package.el (package-read-all-archive-contents):
579 Don't build the compatibility table.
580 (package-refresh-contents, package-initialize): Do build the
581 compatibility table.
582 (package--build-compatibility-table): New function.
583 (describe-package-1): Describe why a package is incompatible.
584
585 2015-02-14 Stefan Monnier <monnier@iro.umontreal.ca>
586
587 * emacs-lisp/cl-preloaded.el (cl-struct-define): Register as children
588 of the parent.
589 (cl--assertion-failed): New function.
590 (cl-assertion-failed): Move in from cl-lib.el.
591
592 * emacs-lisp/cl-macs.el (cl-defstruct): Don't generate code to register
593 as children of its parents.
594 (cl--make-type-test, cl--compiler-macro-typep): Remove functions.
595 (cl-typep): Reimplement using define-inline.
596 (cl-assert): Use cl--assertion-failed.
597 (cl-struct-slot-value): Use define-inline.
598
599 * emacs-lisp/cl-lib.el: Move autoloaded code to cl-preload.
600
601 * textmodes/flyspell.el (flyspell-word): Defvar (bug#19844).
602 (flyspell-generic-check-word-p): Mark as obsolete.
603
604 2015-02-13 Artur Malabarba <bruce.connor.am@gmail.com>
605
606 * emacs-lisp/package.el (package--compatibility-table): New var.
607 (package--add-to-compatibility-table): New function.
608 (package-read-all-archive-contents): Populate compatibility table.
609 (package--incompatible-p): Also look in dependencies.
610 (describe-package-1): Fix "incompat" handling.
611
612 2015-02-13 Lars Ingebrigtsen <larsi@gnus.org>
613
614 * net/rfc2104.el: Moved here from lisp/gnus.
615
616 2015-02-13 Magnus Henoch <magnus.henoch@gmail.com>
617
618 * net/sasl-scram-rfc.el: New file.
619
620 * net/sasl.el (sasl-mechanisms): Remove SCRAM-MD5.
621 Add SCRAM-SHA-1 first.
622 (sasl-mechanism-alist): Remove SCRAM-MD5 entry. Add SCRAM-SHA-1
623 entry (bug#17636).
624
625 2015-02-13 Lars Ingebrigtsen <larsi@gnus.org>
626
627 * net/shr.el (shr-tag-li): Speed up rendering pages with lots of
628 <ul>.
629
630 2015-02-12 Oleh Krehel <ohwoeowho@gmail.com>
631
632 * progmodes/gdb-mi.el (gdb-display-io-nopopup): New defcustom.
633 (gdb-inferior-filter): Don't pop up the buried output buffer when
634 `gdb-display-io-nopopup' is non-nil.
635
636 2015-02-12 Fabián Ezequiel Gallina <fgallina@gnu.org>
637
638 python.el: Allow killing shell buffer if process is dead. (Bug#19823)
639
640 * progmodes/python.el (python-shell-font-lock-kill-buffer):
641 Don't require a running process.
642 (python-shell-font-lock-post-command-hook): Fontify only if the
643 shell process is running.
644
645 2015-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
646
647 * hi-lock.el (hi-lock-unface-buffer): Don't call
648 font-lock-remove-keywords if not needed (bug#19796).
649
650 2015-02-11 Artur Malabarba <bruce.connor.am@gmail.com>
651
652 * emacs-lisp/package.el (package-install): Invert the second
653 argument, for better backwards compatibility.
654 (package-install-button-action, package-reinstall)
655 (package-menu-execute): Account for the change.
656
657 2015-02-11 Nicolas Petton <nicolas@petton.fr>
658
659 * emacs-lisp/seq.el (seq-reverse): Add a backward-compatible
660 version of seq-reverse that works on sequences in Emacs 24.
661 Bump seq.el version to 1.2.
662
663 2015-02-11 Artur Malabarba <bruce.connor.am@gmail.com>
664
665 * emacs-lisp/package.el (package--incompatible-p): New function.
666 Return non-nil if PKG has no chance of being installable.
667 (package--emacs-version-list): New variable.
668 (describe-package-1, package-desc-status)
669 (package-menu--print-info, package-menu--status-predicate):
670 Account for the "incompat" status.
671
672 2015-02-11 Martin Rudalics <rudalics@gmx.at>
673
674 * frame.el (toggle-frame-maximized, toggle-frame-fullscreen):
675 Rename frame parameter `maximized' to `fullscreen-restore'.
676 Restore fullwidth/-height after fullboth state. Update doc-strings.
677
678 2015-02-11 Lars Ingebrigtsen <larsi@gnus.org>
679
680 * net/shr.el (shr-insert): Make sure the space inserted has the
681 right font (for width).
682 (shr-fill-line): Preserve background colours when indenting/folding.
683 (shr-ensure-paragraph): Don't insert a new paragraph as the first
684 item in a <li>.
685
686 2015-02-10 Lars Ingebrigtsen <larsi@gnus.org>
687
688 * net/shr.el (shr-use-fonts): New variable.
689 (shr-fill-text): Rename from "fold".
690 (shr-pixel-column, shr-pixel-region, shr-string-pixel-width):
691 New functions.
692 (shr-insert): Just insert, don't fill the text. Filling is now
693 done afterwards per display unit.
694 (shr-fill-lines, shr-fill-line): New functions to fill text on a
695 per-unit base.
696 (shr-find-fill-point): Take a "beginning" parameter.
697 (shr-indent): Indent using the :width display parameter when using
698 fonts.
699 (shr-parse-style): Ignore "inherit" values, since we already do that.
700 (shr-tag-img): Remove the insertion states.
701 (shr-tag-blockquote): New-style filling.
702 (shr-tag-dd): Ditto.
703 (shr-tag-li): Ditto.
704 (shr-mark-fill): New function to mark lines that need filling.
705 (shr-tag-h1): Use a larger font.
706 (shr-tag-table-1): Get the natural and suggested widths in one
707 rendering.
708 (shr-tag-table): Create the "fixed" version of the table only once
709 so that we can cache data in the table.
710 (shr-insert-table): Get colspan calculations right by having
711 zero-width columns after colspan ones.
712 (shr-expand-alignments): New function to make :align-to specs work
713 right when rendered in one buffer and displayed in another one.
714 (shr-insert-table-ruler): Use :align-to to get the widths right.
715 (shr-make-table): Cache more.
716 (shr-make-table-1): Use the new <td> data layout.
717 (shr-pixel-buffer-width): New function.
718 (shr-render-td): Add a caching layer.
719 (shr-dom-max-natural-width): New function.
720 (shr-tag-h1): Don't use variable-pitch fonts on fontless rendering.
721 (shr-tag-tt): New function.
722 (shr-tag-hr): Compute the right length when using fonts.
723 (shr-table-widths): Off-by-one error in width computation.
724 (shr-expand-newlines): Remove dead code.
725 (shr-insert-table): Extend background colors to the end of the column.
726 (shr-insert-table): Only copy the background, not underline and
727 the like.
728 (shr-face-background): New function.
729
730 2015-02-10 Fabián Ezequiel Gallina <fgallina@gnu.org>
731
732 python.el: Improved shell font lock respecting markers. (Bug#19650)
733
734 * progmodes/python.el
735 (python-shell-font-lock-get-or-create-buffer): Use special buffer name.
736 (python-shell-font-lock-with-font-lock-buffer): Enable font lock.
737 (python-shell-font-lock-post-command-hook): Fontify by copying text
738 properties from fontified buffer to shell, keeping markers unchanged.
739 (python-shell-font-lock-turn-off): Fix typo.
740 (python-util-text-properties-replace-name): Delete function.
741
742 2015-02-09 Nicolas Petton <nicolas@petton.fr>
743
744 * emacs-lisp/seq.el (seq-group-by): Improves seq-group-by to
745 return sequence elements in correct order.
746
747 2015-02-09 Simen Heggestøyl <simenheg@gmail.com> (tiny change)
748
749 * textmodes/css-mode.el (css-smie-rules): Fix paren indent (bug#19815).
750
751 2015-02-09 Stefan Monnier <monnier@iro.umontreal.ca>
752
753 * emacs-lisp/cl-generic.el (cl--generic-lambda): Use macroexp-parse-body.
754
755 * emacs-lisp/eieio-core.el (eieio-oset-default): Catch the unexpected
756 case where the default value would be re-interpreted as a form!
757
758 2015-02-09 Christopher Genovese <genovese@cmu.edu> (tiny change)
759
760 * help-fns.el (help-fns--signature): Keep doc for keymap.
761
762 2015-02-09 Kelly Dean <kelly@prtime.org>
763
764 * desktop.el: Save mark-ring less verbosely.
765 (desktop-var-serdes-funs): New var.
766 (desktop-buffer-info, desktop-create-buffer): Use it.
767 (desktop-file-version): Update to 208.
768
769 2015-02-09 Leo Liu <sdl.web@gmail.com>
770
771 * emacs-lisp/pcase.el (pcase-lambda): New Macro. (Bug#19814)
772
773 * emacs-lisp/lisp-mode.el (el-kws-re): Include `pcase-lambda'.
774
775 * emacs-lisp/macroexp.el (macroexp-parse-body): New function.
776
777 2015-02-08 Paul Eggert <eggert@cs.ucla.edu>
778
779 Port to platforms lacking test -a and -o
780 * Makefile.in (compile-clean):
781 * net/tramp-sh.el (tramp-find-executable):
782 Prefer '&&' and '||' to 'test -a' and 'test -o'.
783
784 2015-02-08 Artur Malabarba <bruce.connor.am@gmail.com>
785
786 * newcomment.el (comment-line): Fix missing paren.
787
788 2015-02-08 Ulrich Müller <ulm@gentoo.org>
789
790 * play/gamegrid.el: Update comment to reflect that the
791 'update-game-score' helper program is now setgid by default.
792
793 2015-02-08 David Kastrup <dak@gnu.org>
794
795 * subr.el (apply-partially): Use lexical binding here.
796
797 2015-02-08 Artur Malabarba <bruce.connor.am@gmail.com>
798
799 * newcomment.el (comment-line): New command.
800
801 * bindings.el (ctl-x-map): Bind to `C-x C-;'.
802
803 2015-02-08 Oleh Krehel <ohwoeowho@gmail.com>
804
805 * outline.el (outline-show-entry): Fix one invisible char for the
806 file's last outline. Fixes Bug#19493.
807
808 2015-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
809
810 * subr.el (indirect-function): Change advertised calling convention.
811
812 2015-02-08 Fabián Ezequiel Gallina <fgallina@gnu.org>
813
814 python.el: Fix completion-at-point. (Bug#19667)
815
816 * progmodes/python.el
817 (python-shell-completion-native-get-completions): Force process buffer.
818 (python-shell-completion-at-point): Handle case where call is not
819 in a shell buffer.
820
821 2015-02-08 Fabián Ezequiel Gallina <fgallina@gnu.org>
822
823 python.el: Fix shell font-lock multiline input. (Bug#19744)
824
825 * progmodes/python.el
826 (python-shell-font-lock-post-command-hook): Handle multiline input.
827
828 2015-02-08 Fabián Ezequiel Gallina <fgallina@gnu.org>
829
830 python.el: Make shell font-lock respect markers. (Bug#19650)
831
832 * progmodes/python.el (python-shell-font-lock-cleanup-buffer):
833 Use `erase-buffer`.
834 (python-shell-font-lock-comint-output-filter-function):
835 Handle newlines.
836 (python-shell-font-lock-post-command-hook): Respect markers on
837 text fontification.
838
839 2015-02-07 Fabián Ezequiel Gallina <fgallina@gnu.org>
840
841 python.el: Keep eldoc visible while typing args. (Bug#19637)
842
843 * progmodes/python.el (python-eldoc--get-symbol-at-point):
844 New function based on Carlos Pita <carlosjosepita@gmail.com> patch.
845 (python-eldoc--get-doc-at-point, python-eldoc-at-point): Use it.
846
847 2015-02-07 Fabián Ezequiel Gallina <fgallina@gnu.org>
848
849 Fix hideshow integration. (Bug#19761)
850
851 * progmodes/python.el
852 (python-hideshow-forward-sexp-function): New function based on
853 Carlos Pita <carlosjosepita@gmail.com> patch.
854 (python-mode): Make `hs-special-modes-alist` use it and initialize
855 the end regexp with the empty string to avoid skipping parens.
856
857 2015-02-07 Fabián Ezequiel Gallina <fgallina@gnu.org>
858
859 * progmodes/python.el (python-check-custom-command): Do not use
860 defvar-local for compat with Emacs<24.3.
861
862 2015-02-07 Martin Rudalics <rudalics@gmx.at>
863
864 * frame.el (frame-notice-user-settings):
865 Update `frame-size-history'.
866 (make-frame): Update `frame-size-history'.
867 Call `frame-after-make-frame'.
868 * faces.el (face-set-after-frame-default): Remove call to
869 frame-can-run-window-configuration-change-hook.
870
871 2015-02-06 Dmitry Gutov <dgutov@yandex.ru>
872
873 * vc/vc-cvs.el (vc-cvs-dir-status-files): Don't pass DIR to
874 `vc-cvs-command' (bug#19732).
875
876 2015-02-06 Nicolas Petton <nicolas@petton.fr>
877
878 * emacs-lisp/seq.el (seq-mapcat, seq-partition, seq-group-by): New functions.
879 * emacs-lisp/seq.el (seq-drop-while, seq-take-while, seq-count)
880 (seq--drop-list, seq--take-list, seq--take-while-list): Better docstring.
881
882 2015-02-06 Artur Malabarba <bruce.connor.am@gmail.com>
883
884 * doc-view.el (doc-view-kill-proc-and-buffer): Obsolete. Use
885 `image-kill-buffer' instead.
886
887 2015-02-06 Thomas Fitzsimmons <fitzsim@fitzsim.org>
888
889 * net/ldap.el (ldap-search-internal): Fix docstring.
890
891 2015-02-06 Lars Ingebrigtsen <larsi@gnus.org>
892
893 * subr.el (define-error): The error conditions may be constant
894 lists, so use `append' to concatenate them.
895
896 2015-02-06 Wolfgang Jenkner <wjenkner@inode.at>
897
898 * net/network-stream.el (network-stream-open-tls): Respect the
899 :end-of-capability setting.
900
901 2015-02-05 Artur Malabarba <bruce.connor.am@gmail.com>
902
903 * emacs-lisp/package.el (package--sort-by-dependence):
904 New function. Return PACKAGE-LIST sorted by dependencies.
905 (package-menu-execute): Use it to delete packages in order.
906 (package--sort-deps-in-alist): New function.
907 (package-menu-mark-install): Can mark dependencies.
908 (package--newest-p): New function.
909 (package-delete): Don't deselect when deleting an older version of
910 an upgraded package.
911
912 * emacs-lisp/package.el: Add missing (require 'subr-x)
913
914 2015-02-05 Stefan Monnier <monnier@iro.umontreal.ca>
915
916 * textmodes/css-mode.el (scss-smie--not-interpolation-p): Vars can be
917 hyphenated (bug#19263).
918
919 * textmodes/css-mode.el (css-fill-paragraph): Fix filling in presence
920 of variable interpolation (bug#19751).
921
922 2015-02-05 Era Eriksson <era+emacs@iki.fi>
923
924 * json.el (json-end-of-file): New error (bug#19768).
925 (json-pop, json-read): Use it.
926
927 2015-02-05 Kelly Dean <kelly@prtime.org>
928
929 * help-mode.el (help-xref-interned): Pass BUFFER and FRAME to
930 `describe-variable'.
931
932 * help-fns.el (describe-function-or-variable): New function.
933
934 * help.el (help-map): Bind `describe-function-or-variable' to o.
935 (help-for-help-internal): Document o key.
936
937 2015-02-05 Stefan Monnier <monnier@iro.umontreal.ca>
938
939 * emacs-lisp/eieio-compat.el (eieio--defmethod): Use new
940 special (:documentation ...) feature.
941 * emacs-lisp/eieio-core.el (eieio-make-class-predicate)
942 (eieio-make-child-predicate): Same.
943 (eieio-copy-parents-into-subclass): Remove unused arg.
944 (eieio-defclass-internal): Adjust call accordingly and remove redundant
945 `pname' var.
946 (eieio--slot-name-index): Remove unused arg `obj' and adjust all
947 callers accordingly.
948
949 * emacs-lisp/cconv.el (cconv--convert-function):
950 Add `docstring' argument.
951 (cconv-convert): Use it to handle the new (:documentation ...) form.
952 (cconv-analyze-form): Handle the new (:documentation ...) form.
953
954 * emacs-lisp/bytecomp.el:
955 (byte-compile-initial-macro-environment): Use macroexp-progn.
956 (byte-compile-cl-warn): Don't silence use of cl-macroexpand-all.
957 (byte-compile-file-form-defvar-function): Rename from
958 byte-compile-file-form-define-abbrev-table.
959 (defvaralias, byte-compile-file-form-custom-declare-variable): Use it.
960 (byte-compile): Use byte-compile-top-level rather than
961 byte-compile-lambda so we can compile non-values.
962 (byte-compile-form): Add warnings for failed uses of lexical vars via
963 quoted symbols.
964 (byte-compile-unfold-bcf): Improve message for failed inlining.
965 (byte-compile-make-closure): Handle new format of internal-make-closure
966 for dynamically-generated docstrings.
967
968 * delsel.el: Deprecate the `kill' option. Use lexical-binding.
969 (open-line): Delete like all other commands, instead of killing.
970 (delete-active-region): Don't define any return any value.
971
972 * progmodes/python.el: Try to preserve compatibility with Emacs-24.
973 (python-mode): Don't assume eldoc-documentation-function has a non-nil
974 default.
975
976 2015-02-04 Sam Steingold <sds@gnu.org>
977
978 * progmodes/python.el (python-indent-calculate-indentation):
979 Avoid the error when computing top-level indentation.
980
981 2015-02-04 Stefan Monnier <monnier@iro.umontreal.ca>
982
983 * emacs-lisp/cl-generic.el (cl--generic-member-method): Fix paren typo.
984
985 * textmodes/flyspell.el: Use lexical-binding and cl-lib.
986 (mail-mode-flyspell-verify): Fix last change.
987 (flyspell-external-point-words, flyspell-large-region):
988 Avoid add-to-list on local vars.
989
990 2015-02-04 Tassilo Horn <tsdh@gnu.org>
991
992 * emacs-lisp/package.el (package-installed-p): Fix typo causing
993 void-variable error.
994
995 2015-02-04 Artur Malabarba <bruce.connor.am@gmail.com>
996
997 * image-mode.el (image-kill-buffer): New command.
998 (image-mode-map): Bind it to k.
999
1000 * emacs-lisp/package.el (package-delete): Remove package from
1001 `package-selected-packages' even if it can't be deleted.
1002 (package-installed-p): Accept package-desc objects.
1003 (package-install): Can be used to mark dependencies as
1004 selected. When given a package-desc object which is already
1005 installed, the package is not downloaded again, but it is marked
1006 as selected (if it wasn't already).
1007 (package-reinstall): Accept package-desc objects.
1008
1009 2015-02-03 Artur Malabarba <bruce.connor.am@gmail.com>
1010
1011 * emacs-lisp/package.el (package-delete): Document NOSAVE.
1012 (package--get-deps): delete-dups when ONLY is nil.
1013 (package-autoremove): Warn the user if `package-selected-packages'
1014 is empty.
1015
1016 (package--user-selected-p): New function.
1017 (package-delete, package-install, package-install-from-buffer):
1018 Use it
1019 (package-selected-packages): Mention it.
1020
1021 (package-initialize): Don't populate `package-selected-packages'.
1022 (package-install-user-selected-packages, package-autoremove):
1023 Special handling for empty `package-selected-packages'.
1024 (package-install): Fix when PKG is a package-desc.
1025
1026 (package-desc-status): Add "dependency" status to the Package
1027 Menu.
1028 (package-menu--status-predicate, package-menu--print-info)
1029 (package-menu-mark-delete, package-menu--find-upgrades)
1030 (package-menu--status-predicate, describe-package-1): Use it
1031
1032 (package--removable-packages): New function.
1033 (package-autoremove): Use it.
1034 (package-menu-execute): Offer to remove unneeded packages.
1035
1036 (package--read-pkg-desc, package-tar-file-info): Fix reference to
1037 tar-desc.
1038
1039 2015-02-03 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1040
1041 * emacs-lisp/package.el (package-reinstall): Don't change package's selected status.
1042 (package-delete): New NOSAVE argument.
1043
1044 2015-02-03 Michael Albinus <michael.albinus@gmx.de>
1045
1046 * net/tramp-sh.el (tramp-histfile-override): Fix docstring.
1047 (tramp-open-shell, tramp-maybe-open-connection): Set also
1048 HISTFILESIZE and HISTSIZE when needed. (Bug#19731)
1049
1050 2015-02-02 Artur Malabarba <bruce.connor.am@gmail.com>
1051
1052 * emacs-lisp/package.el (package--find-non-dependencies):
1053 New function.
1054 (package-initialize): Use it to populate `package-selected-packages'.
1055 (package-menu-execute): Clean unnecessary `and'.
1056 (package--get-deps): Fix returning duplicates.
1057
1058 2015-02-02 Michael Albinus <michael.albinus@gmx.de>
1059
1060 * net/tramp-sh.el (tramp-histfile-override): Add another choice t.
1061 Use it as default.
1062 (tramp-open-shell, tramp-maybe-open-connection): Support it.
1063 (Bug#19731)
1064
1065 2015-02-02 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1066
1067 * emacs-lisp/package.el (package-delete): Remove package from
1068 package-selected-packages.
1069 (package-autoremove): Remove unneeded variable.
1070
1071 2015-02-01 Artur Malabarba <bruce.connor.am@gmail.com>
1072
1073 * emacs-lisp/package.el (package-selected-packages): Fix :type
1074 (package-install): Rename ARG to MARK-SELECTED.
1075 (package--get-deps): Fix for indirect dependencies.
1076 (package-used-elsewhere-p): Rename to
1077 (package--used-elsewhere-p): New function.
1078 (package-reinstall, package-user-selected-packages-install)
1079 (package-autoremove): Use sharp-quote.
1080 (package-user-selected-packages-install): Reindent and rename to
1081 (package-install-user-selected-packages): New function.
1082
1083 2015-02-01 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1084
1085 * emacs-lisp/package.el: Don't allow deleting dependencies.
1086
1087 (package-used-elsewhere-p): New function.
1088 (package-delete): Use it, return now an error when trying to
1089 delete a package used as dependency by another package.
1090
1091 Add a reinstall package command.
1092 (package-reinstall): New function.
1093
1094 Add a package-autoremove command.
1095 (package-selected-packages): New user var.
1096 (package-install): Add an optional arg to notify interactive use.
1097 Fix docstring. Save installed package to
1098 packages-installed-directly.
1099 (package-install-from-buffer): Same.
1100 (package-user-selected-packages-install): Allow installing all
1101 packages in packages-installed-directly at once.
1102 (package--get-deps): New function.
1103 (package-autoremove): New function.
1104 (package-install-button-action): Call package-install with
1105 interactive arg.
1106 (package-menu-execute): Same but only for only for not installed
1107 packages.
1108
1109 2015-01-31 Stefan Monnier <monnier@iro.umontreal.ca>
1110
1111 * emacs-lisp/eieio.el (defclass): Use new eieio-make-class-predicate
1112 and eieio-make-child-predicate.
1113 (eieio-class-parents): Use eieio--class-object.
1114 (slot-boundp, find-class, eieio-override-prin1): Avoid class-p.
1115 (slot-exists-p): Use find-class.
1116
1117 * emacs-lisp/eieio-opt.el (eieio-help-class, eieio-help-constructor):
1118 Use find-lisp-object-file-name, help-fns-short-filename and new calling
1119 convention for eieio-class-def.
1120 (eieio-build-class-list): Remove function, unused.
1121 (eieio-method-def): Remove button type, unused.
1122 (eieio-class-def): Inherit from help-function-def.
1123 (eieio--defclass-regexp): New constant.
1124 (find-function-regexp-alist): Use it.
1125 (eieio--specializers-apply-to-class-p): Handle eieio--static as well.
1126 (eieio-help-find-method-definition, eieio-help-find-class-definition):
1127 Remove functions.
1128
1129 * emacs-lisp/eieio-core.el (eieio--check-type): Remove.
1130 Use cl-check-type everywhere instead.
1131 (eieio-class-object): Remove, use find-class instead when needed.
1132 (class-p): Don't inline.
1133 (eieio-object-p): Check more thoroughly, so we don't treat cl-structs,
1134 such as eieio classes, as objects. Don't inline.
1135 (object-p): Mark as obsolete.
1136 (eieio-defclass-autoload, eieio-defclass-internal, eieio-oref)
1137 (eieio--generic-tagcode): Avoid `class-p'.
1138 (eieio-make-class-predicate, eieio-make-child-predicate): New functions.
1139 (eieio-defclass-internal): Use current-load-list rather than
1140 `class-location'.
1141
1142 * emacs-lisp/cl-generic.el (cl--generic-search-method): Fix regexp.
1143
1144 2015-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
1145
1146 * emacs-lisp/backquote.el (backquote-delay-process): Don't reuse `s'
1147 since it may be "equivalent" in some sense, yet different (bug#19734).
1148
1149 2015-01-30 Oleh Krehel <ohwoeowho@gmail.com>
1150
1151 * outline.el (outline-font-lock-face): Add docstring.
1152 (outline-invisible-p): Improve docstring.
1153 (outline-invent-heading): Add docstring.
1154 (outline-promote): Improve docstring.
1155 (outline-demote): Improve docstring.
1156 (outline-head-from-level): Improve docstring.
1157 (outline-end-of-heading): Add docstring.
1158 (outline-next-visible-heading): Improve docstring.
1159 (outline-previous-visible-heading): Improve docstring.
1160 (outline-hide-region-body): Improve docstring.
1161 (outline-flag-subtree): Add docstring.
1162 (outline-end-of-subtree): Add docstring.
1163 (outline-headers-as-kill): Improve docstring.
1164
1165 2015-01-30 Oleh Krehel <ohwoeowho@gmail.com>
1166
1167 * outline.el (outline-hide-entry): Rename from `hide-entry'.
1168 (hide-entry): Declare as obsolete.
1169 (outline-show-entry): Rename from `show-entry'.
1170 (show-entry): Declare as obsolete.
1171 (outline-hide-body): Rename from `hide-body'.
1172 (hide-body): Declare as obsolete.
1173 (outline-hide-region-body): Rename from `hide-region-body'.
1174 (hide-region-body): Declare as obsolete.
1175 (outline-show-all): Rename from `show-all'.
1176 (show-all): Declare as obsolete.
1177 (outline-hide-subtree): Rename from `hide-subtree'.
1178 (hide-subtree): Declare as obsolete.
1179 (outline-hide-leaves): Rename from `hide-leaves'.
1180 (hide-leaves): Declare as obsolete.
1181 (outline-show-subtree): Rename from `show-subtree'.
1182 (show-subtree): Declare as obsolete.
1183 (outline-hide-sublevels): Rename from `hide-sublevels'.
1184 (hide-sublevels): Declare as obsolete.
1185 (outline-hide-other): Rename from `hide-other'.
1186 (hide-other): Declare as obsolete.
1187 (outline-show-children): Rename from `show-children'.
1188 (show-children): Declare as obsolete.
1189 (outline-show-branches): Rename from `show-branches'.
1190 (show-branches): Declare as obsolete.
1191
1192 2015-01-30 Oleh Krehel <ohwoeowho@gmail.com>
1193
1194 * outline.el (outline-mode): Clean up docstring.
1195 (font-lock-warning-face): Remove obsolete declaration.
1196 (outline-font-lock-face): Remove obsolete comment.
1197
1198 2015-01-30 Oleh Krehel <ohwoeowho@gmail.com>
1199
1200 * lisp/custom.el (defface): Set `indent' to 1.
1201
1202 2015-01-30 Oleh Krehel <ohwoeowho@gmail.com>
1203
1204 * emacs-lisp/easy-mmode.el (define-minor-mode): Set `indent' to 1.
1205
1206 2015-01-30 Michal Nazarewicz <mina86@mina86.com>
1207
1208 * lisp/files.el (save-buffers-kill-emacs): If `confirm-kill-emacs'
1209 is set, but user has just been asked whether they really want to
1210 kill Emacs (for example with a ‘Modified buffers exist; exit
1211 anyway?’ prompt), do not ask them for another confirmation.
1212
1213 2015-01-29 Jay Belanger <jay.p.belanger@gmail.com>
1214
1215 * lisp/calc/calc-units.el (calc-convert-exact-units): New function.
1216 (calc-convert-units): Check for missing units.
1217 (math-consistent-units-p): Strengthen the test for consistent units.
1218
1219 * lisp/calc/calc-ext.el (calc-init-extensions): Autoload
1220 `calc-convert-exact-units' and assign it a keybinding.
1221
1222 * lisp/calc/calc-help (calc-u-prefix-help): Add help for the
1223 "un" keybinding.
1224
1225 2015-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
1226
1227 * emacs-lisp/cl.el (cl--function-convert): Simplify.
1228
1229 2015-01-28 Tassilo Horn <tsdh@gnu.org>
1230
1231 * textmodes/reftex.el (reftex-syntax-table-for-bib): Give ( and )
1232 punctuation syntax since to allow bibtex fields with values such
1233 as {Test 1) and 2)} (bug#19205, bug#19707).
1234 (reftex--prepare-syntax-tables): New function.
1235 (reftex-mode): Use it.
1236
1237 2015-01-28 Fabián Ezequiel Gallina <fgallina@gnu.org>
1238
1239 python.el: New non-global state dependent indentation engine.
1240 (Bug#18319, Bug#19595)
1241 * progmodes/python.el (python-syntax-comment-or-string-p):
1242 Accept PPSS as argument.
1243 (python-syntax-closing-paren-p): New function.
1244 (python-indent-current-level)
1245 (python-indent-levels): Mark obsolete.
1246 (python-indent-context): Return more context cases.
1247 (python-indent--calculate-indentation)
1248 (python-indent--calculate-levels): New functions.
1249 (python-indent-calculate-levels): Use them.
1250 (python-indent-calculate-indentation, python-indent-line):
1251 (python-indent-line-function): Rewritten to use new API.
1252 (python-indent-dedent-line): Simplify logic.
1253 (python-indent-dedent-line-backspace): Use `unless`.
1254 (python-indent-toggle-levels): Delete function.
1255
1256 2015-01-28 Daniel Koning <dk@danielkoning.com> (tiny change)
1257
1258 * subr.el (posnp): Correct docstring of `posnp'.
1259 (posn-col-row): Make it work with all mouse position objects.
1260 * textmodes/artist.el (artist-mouse-draw-continously):
1261 Cancel timers if an error occurs during continuous drawing. (Bug#6130)
1262
1263 2015-01-28 Eli Zaretskii <eliz@gnu.org>
1264
1265 * button.el (button-activate, push-button): Doc fix. (Bug#19628)
1266
1267 2015-01-28 Michael Albinus <michael.albinus@gmx.de>
1268
1269 * filenotify.el (file-notify-descriptors, file-notify-handle-event):
1270 Adapt docstring.
1271 (file-notify--descriptor): New defun.
1272 (file-notify-callback, file-notify-add-watch, file-notify-rm-watch):
1273 Adapt docstring. Handle multiple values for
1274 `file-notify-descriptors' entries. (Bug#18880)
1275
1276 * net/tramp.el (tramp-handle-file-notify-rm-watch): Do not check
1277 `file-notify-descriptors', the implementation has been changed.
1278
1279 2015-01-28 Eli Zaretskii <eliz@gnu.org>
1280
1281 * net/net-utils.el (net-utils-run-program, net-utils-run-simple):
1282 On MS-Windows, bind coding-system-for-read to the console output
1283 codepage. (Bug#19458)
1284
1285 2015-01-28 Dmitry Gutov <dgutov@yandex.ru>
1286
1287 Unbreak `mouse-action' property in text buttons.
1288 * button.el (push-button): Fix regression from 2012-12-06.
1289
1290 2015-01-28 Glenn Morris <rgm@gnu.org>
1291
1292 * progmodes/sh-script.el (sh-mode): Doc fix.
1293 (sh-basic-indent-line): Handle electric newline. (Bug#18756)
1294
1295 2015-01-28 Paul Eggert <eggert@cs.ucla.edu>
1296
1297 Fix dired quoting bug with "Hit`N`Hide". Fixes Bug#19498.
1298 * files.el (shell-quote-wildcard-pattern): Also quote "`".
1299
1300 2015-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
1301
1302 Tighten up the tagcode used for eieio and cl-struct objects.
1303 * loadup.el: Load cl-preloaded.
1304 * emacs-lisp/eieio-core.el (eieio-defclass-internal): Set the function
1305 slot of the tag symbol to :quick-object-witness-check.
1306 (eieio-object-p): Use :quick-object-witness-check.
1307 (eieio--generic-tagcode): Use cl--generic-struct-tag.
1308 * emacs-lisp/cl-preloaded.el: New file.
1309 * emacs-lisp/cl-macs.el (cl--bind-inits): Remove, unused.
1310 (cl--transform-lambda, cl-destructuring-bind): Remove cl--bind-inits.
1311 (cl--make-usage-args): Strip away &aux args.
1312 (cl-case, cl-typecase, cl--parse-loop-clause): Use macroexp-let2.
1313 (cl-the, cl-check-type): Use macroexp-let2 and cl-typep.
1314 (cl-defstruct): Use `declare' and cl-struct-define.
1315 * emacs-lisp/cl-generic.el (cl--generic-struct-tag): New function.
1316 (cl--generic-struct-tagcode): Use it to tighten the tagcode.
1317
1318 2015-01-27 Katsumi Yamaoka <yamaoka@jpl.org>
1319
1320 * emacs-lisp/cl.el (cl--function-convert):
1321 Merge cache that cl--labels-convert adds (bug#19699).
1322
1323 2015-01-27 Ivan Shmakov <ivan@siamics.net>
1324
1325 * tar-mode.el: Allow for adding new archive members. (Bug#19274)
1326 (tar-new-regular-file-header, tar--pad-to, tar--put-at)
1327 (tar-header-serialize): New functions.
1328 (tar-current-position): Split from tar-current-descriptor.
1329 (tar-current-descriptor): Use it.
1330 (tar-new-entry): New command.
1331 (tar-mode-map): Bind it.
1332
1333 2015-01-27 Sam Steingold <sds@gnu.org>
1334
1335 * progmodes/python.el (python-check-custom-command): Buffer local
1336 because it usually includes the buffer name.
1337 (python-check-command): Set to epylint when pyflakes is not available.
1338
1339 2015-01-27 Artur Malabarba <bruce.connor.am@gmail.com>
1340
1341 * isearch.el (isearch-process-search-char): Add docstring.
1342
1343 2015-01-27 Oleh Krehel <ohwoeowho@gmail.com>
1344
1345 * emacs-lisp/derived.el (define-derived-mode): Declare indent 3.
1346
1347 2015-01-27 Katsumi Yamaoka <yamaoka@jpl.org>
1348
1349 * emacs-lisp/cl.el (cl--function-convert): Run cl--labels-convert
1350 for the case cl-flet or cl-labels form is wrapped with lexical-let
1351 (bug#19613).
1352
1353 2015-01-26 Stefan Monnier <monnier@iro.umontreal.ca>
1354
1355 * emacs-lisp/cl-generic.el (cl--generic-method): New struct.
1356 (cl--generic): The method-table is now a (list-of cl--generic-method).
1357 (cl--generic-member-method): New function.
1358 (cl-generic-define-method): Use it.
1359 (cl--generic-build-combined-method, cl--generic-cache-miss):
1360 Adapt to new method-table.
1361 (cl--generic-no-next-method-function): Add `method' argument.
1362 (cl-generic-call-method): Adapt to new method representation.
1363 (cl--generic-cnm-sample, cl--generic-nnm-sample): Adjust.
1364 (cl-find-method, cl-method-qualifiers): New functions.
1365 (cl--generic-method-info): Adapt to new method representation.
1366 Return a string for the qualifiers.
1367 (cl--generic-describe):
1368 * emacs-lisp/eieio-opt.el (eieio-help-class): Adjust accordingly.
1369 (eieio-all-generic-functions, eieio-method-documentation):
1370 Adjust to new method representation.
1371
1372 * emacs-lisp/eieio-compat.el (eieio--defmethod): Use cl-find-method.
1373
1374 2015-01-26 Stefan Monnier <monnier@iro.umontreal.ca>
1375
1376 * emacs-lisp/cl-generic.el: Add a method-combination hook.
1377 (cl-generic-method-combination-function): New var.
1378 (cl--generic-lambda): Remove `with-cnm' arg.
1379 (cl-defmethod): Change accordingly.
1380 (cl-generic-define-method): Don't check qualifiers validity.
1381 Preserve all qualifiers in `method-table'.
1382 (cl-generic-call-method): New function.
1383 (cl--generic-nest): Remove (morph into cl-generic-call-method).
1384 (cl--generic-build-combined-method): Adjust to new format of method-table
1385 and use cl-generic-method-combination-function.
1386 (cl--generic-standard-method-combination): New function, extracted from
1387 cl--generic-build-combined-method.
1388 (cl--generic-cnm-sample): Adjust to new format of method-table.
1389
1390 * emacs-lisp/eieio-compat.el (eieio--defmethod): Use () qualifiers
1391 instead of :primary.
1392
1393 * emacs-lisp/eieio-datadebug.el (eieio-debug-methodinvoke):
1394 Remove obsolete function.
1395
1396 2015-01-26 Lars Ingebrigtsen <larsi@gnus.org>
1397
1398 * net/shr.el (shr-make-table-1): Fix colspan typo.
1399 (shr-make-table-1): Add comments.
1400 (shr-make-table-1): Make colspan display more sensibly.
1401
1402 * net/eww.el (eww-add-bookmark): Fix prompt and clean up the code
1403 slightly.
1404
1405 2015-01-25 Stefan Monnier <monnier@iro.umontreal.ca>
1406
1407 * emacs-lisp/cl-generic.el (cl--generic-no-next-method-function): New fun.
1408 (cl--generic-build-combined-method, cl--generic-nnm-sample): Use it
1409 (bug#19672).
1410 (cl--generic-typeof-types): Add support for `sequence'.
1411 (cl-defmethod): Add non-keywords in the qualifiers.
1412
1413 2015-01-25 Dmitry Gutov <dgutov@yandex.ru>
1414
1415 * emacs-lisp/find-func.el (find-function-regexp): Don't match
1416 `defgroup' (regression from the previous change here).
1417
1418 2015-01-23 Thomas Fitzsimmons <fitzsim@fitzsim.org>
1419
1420 * net/ldap.el (ldap-search-internal): Mention binddn in invalid
1421 credentials error message.
1422
1423 2015-01-23 Thomas Fitzsimmons <fitzsim@fitzsim.org>
1424
1425 * net/ldap.el (ldap-password-read): Validate password before
1426 caching it.
1427 (ldap-search-internal): Handle ldapsearch error conditions.
1428
1429 2015-01-23 Thomas Fitzsimmons <fitzsim@fitzsim.org>
1430
1431 * net/ldap.el (ldap-password-read): Handle password-cache being nil.
1432
1433 2015-01-23 Thomas Fitzsimmons <fitzsim@fitzsim.org>
1434
1435 * net/eudc.el (eudc-expand-inline): Always restore former server
1436 and protocol.
1437
1438 2015-01-23 Thomas Fitzsimmons <fitzsim@fitzsim.org>
1439
1440 * net/eudcb-ldap.el: Don't nag the user in case a default base is
1441 provided by the LDAP system configuration file.
1442
1443 2015-01-23 Thomas Fitzsimmons <fitzsim@fitzsim.org>
1444
1445 * net/eudc.el (eudc-format-query): Preserve the
1446 eudc-inline-query-format ordering of attributes in the returned list.
1447 * net/eudcb-ldap.el (eudc-ldap-format-query-as-rfc1558):
1448 Append the LDAP wildcard character to the last attribute value.
1449
1450 2015-01-23 Thomas Fitzsimmons <fitzsim@fitzsim.org>
1451
1452 * net/eudcb-ldap.el (eudc-ldap-cleanup-record-simple):
1453 Downcase field names of LDAP results.
1454 (eudc-ldap-cleanup-record-filtering-addresses): Likewise.
1455
1456 2015-01-23 Thomas Fitzsimmons <fitzsim@fitzsim.org>
1457
1458 * net/ldap.el (ldap-ldapsearch-password-prompt): New defcustom.
1459 (ldap-search-internal): Send password to ldapsearch through a pipe
1460 instead of via the command line.
1461
1462 2015-01-23 Thomas Fitzsimmons <fitzsim@fitzsim.org>
1463
1464 * net/ldap.el: Require password-cache.
1465 (ldap-password-read): New function.
1466 (ldap-search-internal): Call ldap-password-read when it is
1467 configured to be called.
1468
1469 2015-01-23 Thomas Fitzsimmons <fitzsim@fitzsim.org>
1470
1471 * net/eudc-vars.el (eudc-expansion-overwrites-query):
1472 Change default to nil.
1473
1474 2015-01-23 Thomas Fitzsimmons <fitzsim@fitzsim.org>
1475
1476 * net/eudc.el (eudc-expand-inline): Ignore text properties of
1477 string-to-expand.
1478
1479 2015-01-23 Thomas Fitzsimmons <fitzsim@fitzsim.org>
1480
1481 * net/eudc-vars.el (eudc-inline-expansion-format): Default to a
1482 format that includes first name and surname.
1483
1484 2015-01-23 Thomas Fitzsimmons <fitzsim@fitzsim.org>
1485
1486 * net/eudc-vars.el (eudc-inline-query-format): Change default to
1487 query email and first name instead of surname.
1488
1489 2015-01-23 Thomas Fitzsimmons <fitzsim@fitzsim.org>
1490
1491 * net/ldap.el (ldap-search-internal): Support new-style LDAP URIs.
1492
1493 2015-01-23 Thomas Fitzsimmons <fitzsim@fitzsim.org>
1494
1495 * net/eudc-vars.el (eudc-server): Adjust docstring to mention
1496 eudc-server-hotlist.
1497 (eudc-server-hotlist): Move from eudc.el and make defcustom.
1498 * net/eudc.el (eudc-server-hotlist): Move to eudc-vars.el.
1499 (eudc-set-server): Allow setting protocol to nil.
1500 (eudc-expand-inline): Support hotlist-only expansions when server
1501 is not set.
1502
1503 2015-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
1504
1505 * emacs-lisp/cl-generic.el (cl-no-primary-method): New fun and error.
1506 (cl--generic-build-combined-method): Use it.
1507
1508 2015-01-22 Paul Eggert <eggert@cs.ucla.edu>
1509
1510 Don't downcase system diagnostics' first letters
1511 * emacs-lisp/bytecomp.el (byte-compile-file):
1512 * ffap.el (find-file-at-point):
1513 * files.el (insert-file-1):
1514 * net/ange-ftp.el (ange-ftp-barf-if-not-directory)
1515 (ange-ftp-copy-file-internal):
1516 * progmodes/etags.el (visit-tags-table):
1517 Keep diagnostics consistent with system's.
1518 * ffap.el (ffap-machine-p):
1519 Ignore case while comparing diagnostics.
1520
1521 2015-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
1522
1523 * help.el (help-make-usage): Don't turn a "_" arg into an empty-string
1524 arg (bug#19645).
1525 * emacs-lisp/cl-generic.el (cl--generic-lambda): Don't confuse a string
1526 body with a docstring.
1527
1528 2015-01-22 Dmitry Gutov <dgutov@yandex.ru>
1529
1530 * progmodes/xref.el (xref-location-marker, xref-location-group):
1531 Use `cl-defgeneric' and `cl-defmethod' instead of the EIEIO
1532 counterparts.
1533
1534 * progmodes/etags.el (xref-location-marker): Same.
1535
1536 * progmodes/xref.el (xref--current): Rename from `xref--selected'.
1537 (xref--inhibit-mark-current): Rename from
1538 `xref--inhibit-mark-selected'. Update the usages.
1539 (xref-quit): Reword the docstring. Kill buffers after quitting
1540 windows instead of before.
1541 (xref--insert-xrefs): Tweak help-echo.
1542 (xref--read-identifier-history, xref--read-pattern-history):
1543 New variables.
1544 (xref--read-identifier, xref-find-apropos): Use them.
1545
1546 2015-01-21 Ulrich Müller <ulm@gentoo.org>
1547
1548 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
1549 Allow the 'update-game-score' helper program to run suid or sgid.
1550
1551 2015-01-21 Stefan Monnier <monnier@iro.umontreal.ca>
1552
1553 * emacs-lisp/eieio.el: Use cl-defmethod.
1554 (defclass): Generate cl-defmethod calls; use setf methods for :accessor.
1555 (eieio-object-name-string): Declare as obsolete.
1556
1557 * emacs-lisp/eieio-opt.el: Adapt to cl-generic.
1558 (eieio--specializers-apply-to-class-p): New function.
1559 (eieio-all-generic-functions): Use it.
1560 (eieio-method-documentation): Use it as well as cl--generic-method-info.
1561 Change format of return value.
1562 (eieio-help-class): Adapt accordingly.
1563
1564 * emacs-lisp/eieio-compat.el (eieio--defmethod): Avoid no-next-method
1565 errors when there's a `before' but no `primary' (bug#19645).
1566 (next-method-p): Return nil rather than signal an error.
1567 (eieio-defgeneric): Remove bogus (fboundp 'method).
1568
1569 * emacs-lisp/eieio-speedbar.el:
1570 * emacs-lisp/eieio-datadebug.el:
1571 * emacs-lisp/eieio-custom.el:
1572 * emacs-lisp/eieio-base.el: Use cl-defmethod.
1573
1574 * emacs-lisp/cl-generic.el (cl-defgeneric): Add support for `declare'.
1575 (cl--generic-setf-rewrite): Setup the setf expander right away.
1576 (cl-defmethod): Make sure the setf expander is setup before we expand
1577 the body.
1578 (cl-defmethod): Silence byte-compiler warnings.
1579 (cl-generic-define-method): Shuffle code to change return value.
1580 (cl--generic-method-info): New function, extracted from
1581 cl--generic-describe.
1582 (cl--generic-describe): Use it.
1583
1584 2015-01-21 Dmitry Gutov <dgutov@yandex.ru>
1585
1586 * progmodes/xref.el (xref--xref-buffer-mode-map): Define before
1587 the major mode. Remap `quit-window' to `xref-quit'.
1588 (xref--xref-buffer-mode): Inherit from special-mode.
1589
1590 xref: Keep track of temporary buffers (bug#19466).
1591 * progmodes/xref.el (xref--temporary-buffers, xref--selected)
1592 (xref--inhibit-mark-selected): New variables.
1593 (xref--mark-selected): New function.
1594 (xref--show-location): Maybe add the buffer to
1595 `xref--temporary-buffers', add `xref--mark-selected' to
1596 `buffer-list-update-hook' there.
1597 (xref--window): Add docstring.
1598 (xref-quit): Rename from `xref--quit'. Update both references.
1599 Add KILL argument. When it's non-nil, kill the temporary buffers
1600 that haven't been selected by the user.
1601 (xref--show-xref-buffer): Change the second argument to alist,
1602 extract the values for `xref--window' and
1603 `xref--temporary-buffers' from it. Add `xref--mark-selected' to
1604 `buffer-list-update-hook' to each buffer in the list.
1605 (xref--show-xrefs): Move the logic of calling `xref-find-function'
1606 here. Save the difference between buffer lists before and after
1607 it's called as "temporary buffers", and `pass it to
1608 `xref-show-xrefs-function'.
1609 (xref--find-definitions, xref-find-references)
1610 (xref-find-apropos): Update accordingly.
1611
1612 2015-01-20 Artur Malabarba <bruce.connor.am@gmail.com>
1613
1614 * emacs-lisp/package.el (package-dir-info): Fix `while' logic.
1615
1616 2015-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
1617
1618 * emacs-lisp/eieio-generic.el: Remove.
1619 (defgeneric, defmethod): Move to eieio-compat.el. Mark obsolete.
1620 * emacs-lisp/eieio-compat.el: New file.
1621 * emacs-lisp/eieio.el: Don't require eieio-generic any more.
1622 * emacs-lisp/eieio-core.el (eieio--slot-originating-class-p):
1623 Remove unused function.
1624 (eieio-defclass): Move to eieio-compat.el.
1625 * emacs-lisp/macroexp.el (macroexp-macroexpand): New function.
1626 (macroexp--expand-all): Use it.
1627 * emacs-lisp/bytecomp.el (byte-compile-recurse-toplevel): Here too.
1628
1629 2015-01-20 Michal Nazarewicz <mina86@mina86.com>
1630
1631 * emacs-lisp/eldoc.el (eldoc-documentation-function): Describe how
1632 major modes should use `add-function' to alter value of the variable.
1633 * hexl.el (hexl-mode):
1634 * ielm.el (inferior-emacs-lisp-mode):
1635 * progmodes/cfengine.el (cfengine3-mode):
1636 * progmodes/elisp-mode (emacs-lisp-mode):
1637 * progmodes/octave.el (octave-mode):
1638 * progmodes/python.el (python-mode):
1639 * simple.el (read--expression): Set `eldoc-documentation-function'
1640 using `add-function' so the default value is always used.
1641
1642 * descr-text.el (describe-char-eldoc): New function returning
1643 basic Unicode codepoint information (e.g. name) about character
1644 at point. It is meant to be used as a default value of the
1645 `eldoc-documentation-function' variable.
1646 (describe-char-eldoc--format, describe-char-eldoc--truncate):
1647 New helper functions for `describe-char-eldoc' function.
1648
1649 2015-01-20 Michal Nazarewicz <mina86@mina86.com>
1650
1651 * textmodes/paragraphs.el (sentence-end-base): Include an
1652 ellipsis (…) and interrobang (‽) characters as end of a sentence,
1653 and a closing single quote (’) as an end of a quote.
1654
1655 2015-01-20 Michal Nazarewicz <mina86@mina86.com>
1656
1657 * textmodes/tildify.el (tildify-double-space-undos): A new
1658 variable specifying whether pressing space in `tildify-mode' after
1659 a space has been replaced with hard space undos the substitution.
1660 (tildify-space): Add code branch for handling `tildify-doule-space'.
1661
1662 * textmodes/tildify.el (tildify-space): A new function
1663 which can be used as a `post-self-insert-hook' to automatically
1664 convert spaces into hard spaces.
1665 (tildify-space-pattern): A new variable specifying pattern where
1666 `tildify-space' should take effect.
1667 (tildify-space-predicates): A new variable specifying list of
1668 predicate functions that all must return non-nil for
1669 `tildify-space' to take effect.
1670 (tildify-space-region-predicate): A new functions meant to be
1671 used as a predicate in `tildify-space-predicates' list.
1672 (tildify-mode): A new minor mode enabling `tildify-space' as a
1673 `post-self-insert-hook'
1674
1675 2015-01-20 Daniel Colascione <dancol@dancol.org>
1676
1677 * vc/vc-dir.el (vc-dir): Default to repository root, not
1678 default-directory.
1679
1680 2015-01-20 Dmitry Gutov <dgutov@yandex.ru>
1681
1682 * progmodes/etags.el (xref-etags-location): New class.
1683 (xref-make-etags-location): New function.
1684 (etags--xref-find-definitions): Use it.
1685 (xref-location-marker): New method implementation.
1686
1687 * progmodes/xref.el: Mention that xref-location is an EIEIO class.
1688 (xref--insert-xrefs): Expand help-echo string.
1689
1690 2015-01-19 Dmitry Gutov <dgutov@yandex.ru>
1691
1692 * ido.el: Update Customization instructions.
1693
1694 2015-01-19 Jonas Bernoulli <jonas@bernoul.li>
1695
1696 Define Ido keymaps once (bug#17000).
1697 * ido.el (ido-common-completion-map)
1698 (ido-file-dir-completion-map)
1699 (ido-file-completion-map, ido-buffer-completion-map): Set up key
1700 bindings when each variable is defined.
1701 (ido-completion-map): Move definition.
1702 (ido-init-completion-maps): Noop.
1703 (ido-common-initialization): Don't call it.
1704 (ido-setup-completion-map): Improve doc-string, cleanup.
1705
1706 2015-01-19 Ivan Shmakov <ivan@siamics.net>
1707
1708 * cus-dep.el (custom-make-dependencies): Ensure that
1709 default-directory is interpreted as a directory (see bug#19140.)
1710
1711 2015-01-19 Dmitry Gutov <dgutov@yandex.ru>
1712
1713 * progmodes/xref.el (xref--display-position):
1714 Set `other-window-scroll-buffer'.
1715 (xref-goto-xref): Use `user-error'.
1716
1717 2015-01-19 Dmitry Gutov <dgutov@yandex.ru>
1718
1719 * progmodes/xref.el (xref--display-history): New variable.
1720 (xref--window-configuration): Remove.
1721 (xref--save-to-history): New function.
1722 (xref--display-position): Use it. Add new argument.
1723 (xref--restore-window-configuration): Remove.
1724 (xref--show-location, xref-show-location-at-point):
1725 Update accordingly.
1726 (xref--xref-buffer-mode): Don't use `pre-command-hook'.
1727 (xref--quit): New command.
1728 (xref-goto-xref): Use it.
1729 (xref--xref-buffer-mode-map): Bind `q' to it.
1730
1731 2015-01-18 Dmitry Gutov <dgutov@yandex.ru>
1732
1733 * progmodes/xref.el (xref-goto-xref): Perform the jump even inside
1734 indentation or at eol.
1735
1736 2015-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
1737
1738 * emacs-lisp/eieio-core.el: Add `subclass' specializer for cl-generic.
1739 (eieio--generic-subclass-tagcode, eieio--generic-subclass-tag-types):
1740 New functions.
1741 (cl-generic-tagcode-function, cl-generic-tag-types-function): Use them.
1742
1743 * emacs-lisp/eieio.el (defclass): Add obsolescence warning for the
1744 `newname' argument.
1745
1746 * emacs-lisp/cl-generic.el (cl-generic-define-method): Correctly handle
1747 introduction of a new dispatch argument.
1748 (cl--generic-cache-miss): Handle dispatch on an argument which was not
1749 considered as dispatchable for this method.
1750 (cl-defmethod): Warn when adding a method to an obsolete generic function.
1751 (cl--generic-lambda): Make sure it works if cl-lib is not yet loaded.
1752
1753 * emacs-lisp/eieio-generic.el (eieio--defgeneric-init-form): Use autoloadp.
1754
1755 2015-01-18 Artur Malabarba <bruce.connor.am@gmail.com>
1756
1757 * emacs-lisp/package.el (package--append-to-alist): Rename from
1758 `package--add-to-alist'
1759 Updated docstring due to new name.
1760
1761 2015-01-18 Leo Liu <sdl.web@gmail.com>
1762
1763 * emacs-lisp/cl-extra.el (cl-subseq): Use seq-subseq and fix
1764 multiple evaluation. (Bug#19519)
1765
1766 * emacs-lisp/seq.el (seq-subseq): Throw bad bounding indices
1767 error. (Bug#19434)
1768
1769 2015-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
1770
1771 * emacs-lisp/eieio-core.el: Add `subclass' specializer for cl-generic.
1772 (eieio--generic-subclass-tagcode, eieio--generic-subclass-tag-types):
1773 New functions.
1774 (cl-generic-tagcode-function, cl-generic-tag-types-function): Use them.
1775
1776 * emacs-lisp/cl-macs.el (cl-defstruct): Minor optimization when include
1777 or print is nil.
1778 (cl-struct-type-p): New function.
1779
1780 * emacs-lisp/cl-generic.el: Add support for cl-next-method-p.
1781 (cl-defmethod): Add edebug spec.
1782 (cl--generic-build-combined-method): Fix call to
1783 cl-no-applicable-method.
1784 (cl--generic-nnm-sample, cl--generic-cnm-sample): New constant.
1785 (cl--generic-isnot-nnm-p): New function.
1786 (cl--generic-lambda): Use it to add support for cl-next-method-p.
1787 (cl-no-next-method, cl-no-applicable-method): Simplify arg list.
1788 (cl-next-method-p): New function.
1789
1790 2015-01-17 Ulrich Müller <ulm@gentoo.org>
1791
1792 * version.el (emacs-repository-get-version): Update docstring.
1793
1794 2015-01-17 Ivan Shmakov <ivan@siamics.net>
1795
1796 * files.el (find-file-other-window, find-file-other-frame):
1797 Use mapc instead of mapcar. (Bug#18175)
1798
1799 * files.el (dir-locals-collect-variables): Use default-directory
1800 in place of the file name while working on non-file buffers, just
1801 like hack-dir-local-variables already does. (Bug#19140)
1802
1803 * textmodes/enriched.el (enriched-encode):
1804 Use inhibit-point-motion-hooks in addition to inhibit-read-only.
1805 (Bug#18246)
1806
1807 * desktop.el (desktop-read): Do not call desktop-clear when no
1808 desktop file is found. (Bug#18371)
1809
1810 * misearch.el (multi-isearch-unload-function): New function.
1811 (misearch-unload-function): New alias. (Bug#19566)
1812
1813 2015-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
1814
1815 * emacs-lisp/eieio-core.el (eieio--class-constructor): Rename from
1816 class-constructor, and make it an alias for `identity'.
1817 Update all callers.
1818
1819 * emacs-lisp/eieio.el (eieio-constructor): Handle obsolete object name
1820 argument here (bug#19620)...
1821 (defclass): ...instead of in the constructor here.
1822
1823 2015-01-16 Jorgen Schaefer <contact@jorgenschaefer.de>
1824
1825 * emacs-lisp/package.el (package-archive-priorities):
1826 Specify correct type.
1827
1828 2015-01-17 Ulrich Müller <ulm@gentoo.org>
1829
1830 * version.el (emacs-bzr-version-dirstate, emacs-bzr-version-bzr):
1831 Remove.
1832 (emacs-repository-get-version): Discard the Bazaar case.
1833 * vc/vc-bzr.el (vc-bzr-version-dirstate): Rename from
1834 emacs-bzr-version-dirstate and move from version.el to here.
1835 (vc-bzr-working-revision): Use it.
1836
1837 2015-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
1838
1839 * emacs-lisp/eieio-generic.el (call-next-method): Don't bother checking
1840 eieio--scoped-class any more.
1841
1842 * emacs-lisp/eieio-core.el (eieio--scoped-class-stack): Remove var.
1843 (eieio--scoped-class): Remove function.
1844 (eieio--with-scoped-class): Remove macro. Replace uses with `progn'.
1845 (eieio--slot-name-index): Don't check the :protection anymore.
1846 (eieio-initializing-object): Remove var.
1847 (eieio-set-defaults): Don't let-bind eieio-initializing-object.
1848
1849 2015-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
1850
1851 Improve handling of doc-strings and describe-function for cl-generic.
1852
1853 * help-mode.el (help-function-def): Add optional arg `type'.
1854
1855 * help-fns.el (find-lisp-object-file-name): Accept any `type' as long
1856 as it's a symbol.
1857 (help-fns-short-filename): New function.
1858 (describe-function-1): Use it. Use autoload-do-load.
1859
1860 * emacs-lisp/find-func.el: Use lexical-binding.
1861 (find-function-regexp): Don't rule out `defgeneric'.
1862 (find-function-regexp-alist): Document new possibility of including
1863 a function instead of a regexp.
1864 (find-function-search-for-symbol): Implement that new possibility.
1865 (find-function-library): Don't assume that `function' is a symbol.
1866 (find-function-do-it): Remove unused var `orig-buf'.
1867
1868 * emacs-lisp/eieio-generic.el (eieio--defalias): Move from eieio-core.
1869 (eieio--defgeneric-init-form): Don't throw away a previous docstring.
1870 (eieio--method-optimize-primary): Don't mess with the docstring.
1871 (defgeneric): Keep the `args' in the docstring.
1872 (defmethod): Don't use the method's docstring for the generic
1873 function's docstring.
1874
1875 * emacs-lisp/eieio-core.el (eieio--defalias): Move to eieio-generic.el.
1876 (eieio-defclass-autoload): Don't record the superclasses any more.
1877 (eieio-defclass-internal): Reuse the old class object if it was just an
1878 autoload stub.
1879 (eieio--class-precedence-list): Load the class if it's autoloaded.
1880
1881 * emacs-lisp/cl-generic.el (cl-generic-ensure-function): It's OK to
1882 override an autoload.
1883 (cl-generic-current-method-specializers): Replace dyn-bind variable
1884 with a lexically-scoped macro.
1885 (cl--generic-lambda): Update accordingly.
1886 (cl-generic-define-method): Record manually in the load-history with
1887 type `cl-defmethod'.
1888 (cl--generic-get-dispatcher): Minor optimization.
1889 (cl--generic-search-method): New function.
1890 (find-function-regexp-alist): Add entry for `cl-defmethod' type.
1891 (cl--generic-search-method): Add hyperlinks for methods. Merge the
1892 specializers and the function's arguments.
1893
1894 2015-01-16 Artur Malabarba <bruce.connor.am@gmail.com>
1895
1896 * emacs-lisp/package.el (package--read-pkg-desc):
1897 New function. Read a `define-package' form in current buffer.
1898 Return the pkg-desc, with desc-kind set to KIND.
1899 (package-dir-info): New function. Find package information for a
1900 directory. The return result is a `package-desc'.
1901 (package-install-from-buffer): Install packages from dired buffer.
1902 (package-install-file): Install packages from directory.
1903 (package-desc-suffix)
1904 (package-install-from-archive)
1905 * emacs-lisp/package-x.el (package-upload-buffer-internal):
1906 Ensure all remaining instances of `package-desc-kind' handle the 'dir
1907 value.
1908
1909 2015-01-16 Jorgen Schaefer <contact@jorgenschaefer.de>
1910
1911 * emacs-lisp/package.el: Provide repository priorities.
1912 (package-archive-priorities): New variable.
1913 (package--add-to-alist): New function.
1914 (package--add-to-archive-contents): Use it.
1915 (package-menu--find-upgrades): Use it as well. Small clean up to
1916 make the use of the package name here explicit.
1917 (package-archive-priority): New function.
1918 (package-desc-priority-version): New function.
1919
1920 2015-01-16 Daniel Colascione <dancol@dancol.org>
1921
1922 * cus-start.el (all): Make `ring-bell-function' customizable.
1923
1924 2015-01-16 Dmitry Gutov <dgutov@yandex.ru>
1925
1926 * vc/vc-svn.el (vc-svn-dir-status-files): Pass t as
1927 vc-svn-after-dir-status's second argument. (Bug#19429)
1928
1929 2015-01-16 Samer Masterson <samer@samertm.com>
1930
1931 * pcomplete.el (pcomplete-parse-arguments): Parse arguments
1932 regardless of pcomplete-cycle-completions's value. (Bug#18950)
1933
1934 2015-01-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
1935
1936 * dom.el (dom-strings): New function.
1937
1938 * files.el (directory-files-recursively): Don't use the word
1939 "path" for a file name.
1940
1941 2015-01-15 Wolfgang Jenkner <wjenkner@inode.at>
1942
1943 * calc/calc-units.el (math-units-in-expr-p)
1944 (math-single-units-in-expr-p, math-find-compatible-unit-rec)
1945 (math-extract-units): Handle the `neg' operator. (Bug#19582)
1946
1947 2015-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
1948
1949 * emacs-lisp/cl-macs.el (cl--labels-magic): New constant.
1950 (cl--labels-convert): Use it to ask the macro what is its replacement
1951 in the #'f case.
1952
1953 * emacs-lisp/cl-generic.el (cl--generic-build-combined-method):
1954 Return the value of the primary rather than the after method.
1955
1956 * emacs-lisp/eieio-core.el: Provide support for cl-generic.
1957 (eieio--generic-tagcode): New function.
1958 (cl-generic-tagcode-function): Use it.
1959 (eieio--generic-tag-types): New function.
1960 (cl-generic-tag-types-function): Use it.
1961 (eieio-object-p): Tighten up the test.
1962
1963 * emacs-lisp/cl-generic.el (cl-generic-define-method): Fix paren typo.
1964
1965 2015-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
1966
1967 * emacs-lisp/cl-generic.el: New file.
1968
1969 * emacs-lisp/cl-macs.el (cl-flet): Allow (FUN EXP) forms.
1970 (cl-load-time-value, cl-labels): Use closures rather than
1971 backquoted lambdas.
1972 (cl-macrolet): Use `eval' to create the function value, and support CL
1973 style arguments in for the defined macros.
1974
1975 2015-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
1976
1977 * net/eww.el: Use lexical-binding.
1978 (eww-links-at-point): Remove unused arg.
1979 (eww-mode-map): Inherit from special-mode-map.
1980 (eww-mode): Derive from special-mode. Don't use `setq' on a hook.
1981
1982 2015-01-13 Alan Mackenzie <acm@muc.de>
1983
1984 Allow compilation during loading of CC Mode-derived modes (bug#19206).
1985 * progmodes/cc-bytecomp.el (cc-bytecomp-compiling-or-loading):
1986 New function which walks the stack to discover whether we're compiling
1987 or loading.
1988 (cc-bytecomp-is-compiling): Reformulate, and move towards beginning.
1989 (cc-bytecomp-is-loading): New defsubst.
1990 (cc-bytecomp-setup-environment, cc-bytecomp-restore-environment):
1991 Use the above defsubsts.
1992 (cc-require-when-compile, cc-bytecomp-defvar)
1993 (cc-bytecomp-defun): Simplify conditionals.
1994 * progmodes/cc-defs.el (cc-bytecomp-compiling-or-loading):
1995 "Borrow" this function from cc-bytecomp.el.
1996 (c-get-current-file): Reformulate using the above.
1997 (c-lang-defconst): Prevent duplicate entries of file names in a
1998 symbol's 'source property.
1999 (c-lang-const): Use cc-bytecomp-is-compiling.
2000 * progmodes/cc-langs.el (c-make-init-lang-vars-fun):
2001 Use cc-bytecomp-is-compiling.
2002
2003 2015-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
2004
2005 * emacs-lisp/eieio-core.el (eieio-defclass): Fix call to `defclass'
2006 (bug#19552).
2007
2008 2015-01-13 Dmitry Gutov <dgutov@yandex.ru>
2009
2010 * menu-bar.el (menu-bar-goto-menu): Before calling
2011 `xref-marker-stack-empty-p', first check that `xref' is loaded.
2012 (Bug#19554)
2013
2014 2015-01-12 Martin Rudalics <rudalics@gmx.at>
2015
2016 * progmodes/xref.el (xref-marker-stack-empty-p): Add autoload
2017 cookie (Bug#19554).
2018
2019 * frame.el (frame-notice-user-settings): Remove code dealing with
2020 frame-initial-frame-tool-bar-height. Turn off `tool-bar-mode'
2021 only if `window-system-frame-alist' or `default-frame-alist' ask
2022 for it.
2023 (make-frame): Update frame-adjust-size-history if needed.
2024
2025 2015-01-12 Paul Eggert <eggert@cs.ucla.edu>
2026
2027 Have 'make' output better GEN names
2028 * Makefile.in (PHONY_EXTRAS): New macro.
2029 (.PHONY): Depend on it, and on $(lisp)/loaddefs.el, so that the
2030 relevant files' time stamps are ignored.
2031 (custom-deps, $(lisp)/cus-load.el, finder-data)
2032 ($(lisp)/finder-inf.el): Use PHONY_EXTRAS.
2033 (custom-deps, $(lisp)/cus-load.el, finder-data)
2034 ($(lisp)/finder-inf.el, autoloads, $(lisp)/loaddefs.el)
2035 ($(lisp)/subdirs.el, update-subdirs):
2036 Output more-accurate destination names with GEN.
2037
2038 Say "ELC foo.elc" instead of "GEN foo.elc"
2039 * Makefile.in (AM_V_ELC, am__v_ELC_, am__v_ELC_0, am__v_ELC_1):
2040 New macros.
2041 ($(THEFILE)c, .el.elc): Use them.
2042
2043 2015-01-11 Michael Albinus <michael.albinus@gmx.de>
2044
2045 * files.el (directory-files-recursively): Do not include
2046 superfluous remote file names.
2047
2048 2015-01-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
2049
2050 * net/eww.el (eww): Interpret anything that looks like a protocol
2051 designator as a full URL.
2052
2053 2015-01-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
2054
2055 * net/shr.el (shr-urlify): Don't bother the user about
2056 invalidly-encoded display strings.
2057
2058 2015-01-10 Ivan Shmakov <ivan@siamics.net>
2059
2060 * net/shr.el (shr-urlify): Decode URLs before using them as titles
2061 (bug#19555).
2062
2063 2015-01-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
2064
2065 * net/eww.el (eww): Always interpret URLs that start with https?:
2066 as plain URLs, even if they have spaces in them (bug#19556).
2067 (eww): Also interpret things like "en.wikipedia.org/wiki/Free
2068 software" as an URL.
2069 (eww): Don't interpret "org/foo" as an URL.
2070 (eww): Clear the title when loading so that we don't display
2071 misleading information.
2072
2073 2015-01-10 Daniel Colascione <dancol@dancol.org>
2074
2075 * vc/vc-hooks.el (vc-prefix-map): Bind vc-delete-file to C-x v x,
2076 by analogy with dired.
2077
2078 2015-01-09 Daniel Colascione <dancol@dancol.org>
2079
2080 * progmodes/js.el (js--function-heading-1-re)
2081 (js--function-prologue-beginning): Parse ES6 generator function
2082 declarations. (That is, "function* name()").
2083
2084 2015-01-08 Stefan Monnier <monnier@iro.umontreal.ca>
2085
2086 * emacs-lisp/eieio.el (defclass): Move from eieio-defclass all the code
2087 that creates functions, and most of the sanity checks.
2088 Mark as obsolete the <class>-child-p function.
2089 * emacs-lisp/eieio-core.el (eieio--define-field-accessors): Remove.
2090 (eieio--class, eieio--object): Use cl-defstruct.
2091 (eieio--object-num-slots): Define manually.
2092 (eieio-defclass-autoload): Use eieio--class-make.
2093 (eieio-defclass-internal): Rename from eieio-defclass. Move all the
2094 `(lambda...) definitions and most of the sanity checks to `defclass'.
2095 Mark as obsolete the <class>-list-p function, the <class> variable and
2096 the <initarg> variables. Use pcase-dolist.
2097 (eieio-defclass): New compatibility function.
2098 * emacs-lisp/eieio-opt.el (eieio-build-class-alist)
2099 (eieio-class-speedbar): Don't use eieio-default-superclass var.
2100
2101 2015-01-08 Stefan Monnier <monnier@iro.umontreal.ca>
2102
2103 * emacs-lisp/eieio-generic.el: New file.
2104 * emacs-lisp/eieio-core.el: Move all generic function code to
2105 eieio-generic.el.
2106 (eieio--defmethod): Declare.
2107
2108 * emacs-lisp/eieio.el: Require eieio-generic. Move all generic
2109 function code to eieio-generic.el.
2110 * emacs-lisp/eieio-opt.el (eieio-help-generic): Move to
2111 eieio-generic.el.
2112 * emacs-lisp/eieio-datadebug.el (eieio-debug-methodinvoke): Update call
2113 to eieio--generic-call.
2114 * emacs-lisp/eieio-base.el (eieio-instance-inheritor): Don't use
2115 <class>-child type.
2116
2117 2015-01-08 Stefan Monnier <monnier@iro.umontreal.ca>
2118
2119 * emacs-lisp/chart.el (chart-add-sequence, chart-bar-quickie):
2120 Don't use <class> as a variable.
2121
2122 * emacs-lisp/eieio.el (same-class-p): Accept class object as well.
2123 (call-next-method): Simplify.
2124 (clone): Obey eieio-backward-compatibility.
2125
2126 * emacs-lisp/eieio-opt.el (eieio-read-generic-p): Remove.
2127 (eieio-read-generic): Use `generic-p' instead.
2128
2129 * emacs-lisp/eieio-core.el (eieio-backward-compatibility): New var.
2130 (eieio-defclass-autoload): Obey it.
2131 (eieio--class-object): Improve error behavior.
2132 (eieio-class-children-fast, same-class-fast-p): Remove. Inline at
2133 every use site.
2134 (eieio--defgeneric-form-primary-only): Rename from
2135 eieio-defgeneric-form-primary-only; update all callers.
2136 (eieio--defgeneric-form-primary-only-one): Rename from
2137 eieio-defgeneric-form-primary-only-one; update all callers.
2138 (eieio-defgeneric-reset-generic-form)
2139 (eieio-defgeneric-reset-generic-form-primary-only)
2140 (eieio-defgeneric-reset-generic-form-primary-only-one): Remove.
2141 (eieio--method-optimize-primary): New function to replace them.
2142 (eieio--defmethod, eieio-defmethod): Use it.
2143 (eieio--perform-slot-validation): Rename from
2144 eieio-perform-slot-validation; update all callers.
2145 (eieio--validate-slot-value): Rename from eieio-validate-slot-value.
2146 Change `class' to be a class object. Update all callers.
2147 (eieio--validate-class-slot-value): Rename from
2148 eieio-validate-class-slot-value. Change `class' to be a class object.
2149 Update all callers.
2150 (eieio-oset-default): Accept class object as well.
2151 (eieio--generic-call-primary-only): Rename from
2152 eieio-generic-call-primary-only. Update all callers.
2153
2154 * emacs-lisp/eieio-base.el (eieio-persistent-validate/fix-slot-value):
2155 Improve error messages.
2156 (eieio-persistent-slot-type-is-class-p): Handle `list-of' types, as
2157 well as user-defined types. Emit errors for legacy types like
2158 <class>-child and <class>-list, if not eieio-backward-compatibility.
2159
2160 2015-01-08 Stefan Monnier <monnier@iro.umontreal.ca>
2161
2162 * emacs-lisp/eieio.el (eieio-class-parents): Accept class objects.
2163 (eieio--class-slot-initarg): Rename from class-slot-initarg.
2164 Change `class' arg to be a class object. Update all callers.
2165 (call-next-method): Adjust to new return value of `eieio-generic-form'.
2166 (eieio-default-superclass): Set var to the class object.
2167 (eieio-edebug-prin1-to-string): Fix recursive call for lists.
2168 Change print behavior to affect class objects rather than
2169 class symbols.
2170
2171 * emacs-lisp/eieio-core.el (eieio-class-object): New function.
2172 (eieio-class-parents-fast): Remove macro.
2173 (eieio--class-option-assoc): Rename from class-option-assoc.
2174 Update all callers.
2175 (eieio--class-option): Rename from class-option. Change `class' arg to
2176 be a class object. Update all callers.
2177 (eieio--class-method-invocation-order): Rename from
2178 class-method-invocation-order. Change `class' arg to be a class
2179 object. Update all callers.
2180 (eieio-defclass-autoload, eieio-defclass): Set the `parent' field to
2181 a list of class objects rather than names.
2182 (eieio-defclass): Remove redundant quotes. Use `eieio-oref-default'
2183 for accessors to class allocated slots.
2184 (eieio--perform-slot-validation-for-default): Rename from
2185 eieio-perform-slot-validation-for-default. Update all callers.
2186 (eieio--add-new-slot): Rename from eieio-add-new-slot.
2187 Update all callers. Use push.
2188 (eieio-copy-parents-into-subclass): Adjust to new content of
2189 `parent' field. Use dolist.
2190 (eieio-oref): Remove support for providing a class rather than
2191 an object.
2192 (eieio-oref-default): Prefer class objects over class names.
2193 (eieio--slot-originating-class-p): Rename from
2194 eieio-slot-originating-class-p. Update all callers. Use `or'.
2195 (eieio--slot-name-index): Turn check into assertion.
2196 (eieio--class-slot-name-index): Rename from
2197 eieio-class-slot-name-index. Change `class' arg to be a class object.
2198 Update all callers.
2199 (eieio-attribute-to-initarg): Move to eieio-test-persist.el.
2200 (eieio--c3-candidate): Rename from eieio-c3-candidate.
2201 Update all callers.
2202 (eieio--c3-merge-lists): Rename from eieio-c3-merge-lists.
2203 Update all callers.
2204 (eieio--class-precedence-c3): Rename from eieio-class-precedence-c3.
2205 Update all callers.
2206 (eieio--class-precedence-dfs): Rename from eieio-class-precedence-dfs.
2207 Update all callers.
2208 (eieio--class-precedence-bfs): Rename from eieio-class-precedence-bfs.
2209 Update all callers. Adjust to new `parent' content.
2210 (eieio--class-precedence-list): Rename from -class-precedence-list.
2211 Update all callers.
2212 (eieio-generic-call): Use autoloadp and autoload-do-load.
2213 Slight simplification.
2214 (eieio-generic-call, eieio-generic-call-primary-only): Adjust to new
2215 return value of `eieio-generic-form'.
2216 (eieiomt-add): Index the hashtable with class objects rather than
2217 class names.
2218 (eieio-generic-form): Accept class objects as well.
2219
2220 * emacs-lisp/eieio-base.el (eieio-persistent-convert-list-to-object):
2221 Adjust to new convention for eieio-persistent-validate/fix-slot-value.
2222 (eieio-persistent-validate/fix-slot-value):
2223 Change `class' arg to be a class object. Update all callers.
2224
2225 2015-01-08 Stefan Monnier <monnier@iro.umontreal.ca>
2226
2227 * emacs-lisp/eieio.el (child-of-class-p): Make it accept class objects
2228 additionally to class names.
2229
2230 * emacs-lisp/eieio-core.el (eieio--with-scoped-class): Use let-binding.
2231 (object): Remove first (constant) slot; rename second to `class-tag'.
2232 (eieio--object-class-object, eieio--object-class-name): New funs
2233 to replace eieio--object-class.
2234 (eieio--class-object, eieio--class-p): New functions.
2235 (same-class-fast-p): Make it a defsubst, change its implementation
2236 to check the class objects rather than their names.
2237 (eieio-object-p): Rewrite.
2238 (eieio-defclass): Adjust the object initialization according to the new
2239 object layout.
2240 (eieio--scoped-class): Declare it returns a class object (not a class
2241 name any more). Adjust calls accordingly (along with calls to
2242 eieio--with-scoped-class).
2243 (eieio--slot-name-index): Rename from eieio-slot-name-index and change
2244 its class arg to be a class object. Adjust callers accordingly.
2245 (eieio-slot-originating-class-p): Make its start-class arg a class
2246 object. Adjust all callers.
2247 (eieio--initarg-to-attribute): Rename from eieio-initarg-to-attribute.
2248 Make its `class' arg a class object. Adjust all callers.
2249
2250 * emacs-lisp/eieio-base.el (eieio-persistent-validate/fix-slot-value):
2251 Use eieio--slot-name-index rather than eieio-slot-name-index.
2252
2253 2015-01-08 Stefan Monnier <monnier@iro.umontreal.ca>
2254
2255 * emacs-lisp/eieio.el (make-instance): Simplify by not adding an object
2256 name argument.
2257 (eieio-object-name): Use eieio-object-name-string.
2258 (eieio--object-names): New const.
2259 (eieio-object-name-string, eieio-object-set-name-string): Re-implement
2260 using a hashtable rather than a built-in slot.
2261 (eieio-constructor): Rename from `constructor'. Remove `newname' arg.
2262 (clone): Don't mess with the object's "name".
2263
2264 * emacs-lisp/eieio-custom.el (eieio-widget-test): Remove dummy arg.
2265 (eieio-object-value-get): Use eieio-object-set-name-string.
2266
2267 * emacs-lisp/eieio-core.el (eieio--defalias): Follow aliases.
2268 (eieio--object): Remove `name' field.
2269 (eieio-defclass): Adjust to new convention where constructors don't
2270 take an "object name" any more.
2271 (eieio--defgeneric-init-form, eieio--defmethod): Follow aliases.
2272 (eieio-validate-slot-value, eieio-oset-default)
2273 (eieio-slot-name-index): Don't hardcode eieio--object-num-slots.
2274 (eieio-generic-call-primary-only): Simplify.
2275
2276 * emacs-lisp/eieio-base.el (clone) <eieio-instance-inheritor>:
2277 Use call-next-method.
2278 (eieio-constructor): Rename from `constructor'.
2279 (eieio-persistent-convert-list-to-object): Drop objname.
2280 (eieio-persistent-validate/fix-slot-value): Don't hardcode
2281 eieio--object-num-slots.
2282 (eieio-named): Use a normal slot.
2283 (slot-missing) <eieio-named>: Remove.
2284 (eieio-object-name-string, eieio-object-set-name-string, clone)
2285 <eieio-named>: New methods.
2286
2287 2015-01-08 Stefan Monnier <monnier@iro.umontreal.ca>
2288
2289 * emacs-lisp/eieio-core.el (eieio--class-v): Rename from class-v.
2290 (method-*): Add a "eieio--" prefix to those constants.
2291
2292 * emacs-lisp/eieio.el: Move edebug specs to the corresponding macro.
2293
2294 * emacs-lisp/eieio-speedbar.el: Use lexical-binding.
2295
2296 2015-01-08 Stefan Monnier <monnier@iro.umontreal.ca>
2297
2298 * emacs-lisp/eieio.el (child-of-class-p): Fix case where `class' is
2299 `eieio-default-superclass'.
2300
2301 * emacs-lisp/eieio-datadebug.el: Use lexical-binding.
2302
2303 * emacs-lisp/eieio-custom.el: Use lexical-binding.
2304 (eieio-object-value-to-abstract): Simplify.
2305
2306 * emacs-lisp/eieio-opt.el (eieio-build-class-list): Use cl-mapcan.
2307 (eieio-build-class-alist): Use dolist.
2308 (eieio-all-generic-functions): Adjust to use of hashtables.
2309
2310 * emacs-lisp/eieio-core.el (class): Rename field symbol-obarray to
2311 symbol-hashtable. It contains a hashtable instead of an obarray.
2312 (generic-p): Use symbol property `eieio-method-hashtable' instead of
2313 `eieio-method-obarray'.
2314 (generic-primary-only-p, generic-primary-only-one-p):
2315 Slight optimization.
2316 (eieio-defclass-autoload-map): Use a hashtable instead of an obarray.
2317 (eieio-defclass-autoload, eieio-defclass): Adjust/simplify accordingly.
2318 (eieio-class-un-autoload): Use autoload-do-load.
2319 (eieio-defclass): Use dolist, cl-pushnew, cl-callf.
2320 Use new cl-deftype-satisfies. Adjust to use of hashtables.
2321 Don't hardcode the value of eieio--object-num-slots.
2322 (eieio-defgeneric-form-primary-only-one): Remove `doc-string' arg.
2323 Use a closure rather than a backquoted lambda.
2324 (eieio--defmethod): Adjust call accordingly. Set doc-string via the
2325 function-documentation property.
2326 (eieio-slot-originating-class-p, eieio-slot-name-index)
2327 (eieiomt--optimizing-hashtable, eieiomt-install, eieiomt-add)
2328 (eieio-generic-form): Adjust to use of hashtables.
2329 (eieiomt--sym-optimize): Rename from eieiomt-sym-optimize; take
2330 additional class argument.
2331 (eieio-generic-call-methodname): Remove, unused.
2332
2333 * emacs-lisp/eieio-base.el (eieio-persistent-slot-type-is-class-p):
2334 Prefer \' to $.
2335
2336 2015-01-08 Eli Zaretskii <eliz@gnu.org>
2337
2338 * simple.el (line-move-visual): When converting X pixel coordinate
2339 to temporary-goal-column, adjust the value for right-to-left
2340 screen lines. This fixes vertical-motion, next/prev-line, etc.
2341
2342 2015-01-08 Glenn Morris <rgm@gnu.org>
2343
2344 * files.el (file-tree-walk): Remove; of unknown authorship. (Bug#19325)
2345
2346 2015-01-07 K. Handa <handa@gnu.org>
2347
2348 * international/ccl.el (define-ccl-program): Improve the docstring.
2349
2350 2015-01-06 Sam Steingold <sds@gnu.org>
2351
2352 * shell.el (shell-display-buffer-actions): Remove,
2353 use `display-buffer-alist' instead.
2354
2355 2015-01-05 Dmitry Gutov <dgutov@yandex.ru>
2356
2357 * progmodes/xref.el (xref--insert-xrefs): Add `help-echo' property
2358 to the references.
2359
2360 2015-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
2361
2362 * minibuffer.el (completion-category-defaults): New var.
2363 Set unicode-name to use substring completion.
2364 (completion-category-defaults): Set it to nil.
2365
2366 2015-01-04 Dmitry Gutov <dgutov@yandex.ru>
2367
2368 Add mouse interaction to xref.
2369 * progmodes/xref.el (xref--button-map): New variable.
2370 (xref--mouse-2): New command.
2371 (xref--insert-xrefs): Add `mouse-face' and `keymap' properties to
2372 the inserted references.
2373
2374 2015-01-04 Paul Eggert <eggert@cs.ucla.edu>
2375
2376 Less 'make' chatter for lisp dir
2377 * Makefile.in (THEFILE): Define to be 'no-such-file' by default,
2378 to make it clearer that the caller must specify it.
2379 (compile-onefile): Remove, replacing by ...
2380 ($(THEFILE)c): ... new rule. This lets us use AM_V_GEN here.
2381 ($(THEFILE)c, .el.elc, $(MH_E_DIR)/mh-loaddefs.el)
2382 ($(TRAMP_DIR)/tramp-loaddefs.el, $(CAL_DIR)/cal-loaddefs.el)
2383 ($(CAL_DIR)/diary-loaddefs.el, $(CAL_DIR)/hol-loaddefs.el):
2384 Use AM_V_GEN to lessen 'make' chatter.
2385 (.el.elc): Omit duplicate comment.
2386
2387 Less 'make' chatter in batch mode
2388 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
2389 * emacs-lisp/bytecomp.el (byte-compile-file):
2390 * files.el (save-buffer, basic-save-buffer):
2391 * international/quail.el (quail-update-leim-list-file):
2392 Don't output messages like "Generating ..." in batch mode.
2393
2394 2015-01-04 Dmitry Gutov <dgutov@yandex.ru>
2395
2396 Unbreak `mouse-action' property in text buttons.
2397 * button.el (push-button): Fix regression from 2012-12-06.
2398
2399 2015-01-03 Dmitry Gutov <dgutov@yandex.ru>
2400
2401 * progmodes/xref.el (xref-marker-stack-empty-p): New function.
2402
2403 * menu-bar.el (menu-bar-goto-menu): Use it.
2404
2405 2015-01-03 Dmitry Gutov <dgutov@yandex.ru>
2406
2407 * progmodes/xref.el (xref--window-configuration): New variable.
2408 (xref-show-location-at-point): New command.
2409 (xref--restore-window-configuration): New function.
2410 (xref-next-line, xref-prev-line): Delegate to
2411 `xref-show-location-at-point'.
2412 (xref--location-at-point): Don't signal the error.
2413 (xref-goto-xref): Do that here instead.
2414 (xref--xref-buffer-mode): Add `xref--restore-window-configuration'
2415 to `pre-command-hook'.
2416 (xref--xref-buffer-mode-map): Don't remap `next-line' and
2417 `previous-line'. Additionally bind `xref-next-line' and
2418 `xref-prev-line' to `n' and `p' respectively.
2419 Bind `xref-show-location-at-point' to `C-o'.
2420
2421 2015-01-01 Eli Zaretskii <eliz@gnu.org>
2422
2423 * tool-bar.el (tool-bar-local-item)
2424 (tool-bar-local-item-from-menu): Call force-mode-line-update to
2425 make sure the tool-bar changes show on display.
2426
2427 2015-01-01 Michael Albinus <michael.albinus@gmx.de>
2428
2429 Sync with Tramp 2.2.11.
2430
2431 * net/tramp-compat.el (top): Require cl-macs for Emacs 22.
2432 Make an alias for `default-toplevel-value' if it doesn't exist.
2433
2434 * net/tramp-smb.el (tramp-smb-handle-copy-directory):
2435 Use `tramp-compat-delete-directory'.
2436
2437 * net/trampver.el: Update release number.
2438
2439 2015-01-01 Filipp Gunbin <fgunbin@fastmail.fm>
2440
2441 * autorevert.el (auto-revert-handler): Fix auto-revert-tail-mode
2442 for remote files. (Bug#19449)
2443
2444 2015-01-01 Simen Heggestøyl <simenheg@gmail.com> (tiny change)
2445
2446 * textmodes/css-mode.el (scss-mode): Fix typo (bug#19446).
2447
2448 2014-12-31 Paul Eggert <eggert@cs.ucla.edu>
2449
2450 Less 'make' chatter in lisp directory
2451 * Makefile.in (AM_DEFAULT_VERBOSITY, AM_V_GEN, am__v_GEN_)
2452 (am__v_GEN_0, am__v_GEN_1): New macros, from ../src/Makefile.in.
2453 (custom-deps, finder-data, autoloads, update-subdirs): Use them.
2454
2455 2014-12-31 Filipp Gunbin <fgunbin@fastmail.fm>
2456
2457 * info.el (info-display-manual): Limit the completion alternatives
2458 to currently visited manuals if prefix argument is non-nil.
2459
2460 2014-12-30 Paul Eggert <eggert@cs.ucla.edu>
2461
2462 * Makefile.in (semantic): Simplify.
2463
2464 2014-12-30 Juri Linkov <juri@linkov.net>
2465
2466 * net/eww.el (eww-isearch-next-buffer): New function.
2467 (eww-mode): Set multi-isearch-next-buffer-function to it.
2468
2469 2014-12-30 Dmitry Gutov <dgutov@yandex.ru>
2470
2471 * progmodes/xref.el (xref-find-definitions): Mention "no
2472 identifier at point" case in the docstring.
2473
2474 * menu-bar.el (menu-bar-goto-uses-etags-p): New function.
2475 (menu-bar-goto-menu): Use it to show or hide the `set-tags-name'
2476 and `separator-tag-file' items.
2477
2478 2014-12-29 Paul Eggert <eggert@cs.ucla.edu>
2479
2480 * obsolete/pc-select.el (pc-selection-mode): Use system-type.
2481 This is instead of system-name, which is both wrong here and obsolete.
2482 * desktop.el (desktop-save-frameset):
2483 * dnd.el (dnd-get-local-file-uri):
2484 * nxml/rng-uri.el (rng-uri-file-name-1):
2485 Prefer (system-name) to system-name, and avoid naming
2486 locals 'system-name'.
2487 * startup.el (system-name): Now an obsolete variable. (Bug#19438)
2488
2489 2014-12-29 Dmitry Gutov <dgutov@yandex.ru>
2490
2491 * menu-bar.el (menu-bar-next-tag-other-window)
2492 (menu-bar-next-tag): Remove.
2493
2494 2014-12-29 K. Handa <handa@gnu.org>
2495
2496 * international/mule.el (make-translation-table-from-alist):
2497 Accept nil or zero-length vector for FROM and TO.
2498
2499 2014-12-29 Lars Ingebrigtsen <larsi@gnus.org>
2500
2501 * net/eww.el (eww-mode): Truncate overlong lines for prettier
2502 display when resizing.
2503
2504 * net/shr.el (shr-width): Default to using the window width when
2505 rendering.
2506
2507 2014-12-29 Dmitry Gutov <dgutov@yandex.ru>
2508
2509 Unbreak jumping to an alias's definition.
2510 * emacs-lisp/find-func.el (find-function-library): Return a pair
2511 (ORIG-FUNCTION . LIBRARY) instead of just its second element.
2512 (find-function-noselect): Use it.
2513 * progmodes/elisp-mode.el (elisp--xref-identifier-file): Rename to
2514 `elisp--xref-identifier-location', incorporate logic from
2515 `elisp--xref-find-definitions', use the changed
2516 `find-function-library' return value.
2517
2518 2014-12-29 Juri Linkov <juri@linkov.net>
2519
2520 * comint.el (comint-history-isearch-message): Use field-beginning
2521 instead of comint-line-beginning-position - that's more fixes for
2522 http://lists.gnu.org/archive/html/emacs-devel/2014-12/msg00305.html
2523 (comint-history-isearch-message): Fix args of isearch-message-prefix.
2524
2525 2014-12-29 Juri Linkov <juri@linkov.net>
2526
2527 * vc/vc-dir.el (vc-dir-display-file): New command (bug#19450).
2528 (vc-dir-mode-map): Bind it to "\C-o".
2529 (vc-dir-menu-map): Add it to menu.
2530
2531 2014-12-29 Dmitry Gutov <dgutov@yandex.ru>
2532
2533 * progmodes/etags.el (find-tag-other-window)
2534 (find-tag-other-frame, find-tag-regexp, tags-loop-continue)
2535 (tags-apropos): Declare obsolete.
2536
2537 * menu-bar.el (menu-bar-goto-menu): Replace all but one etags item
2538 with xref ones.
2539
2540 2014-12-28 Eli Zaretskii <eliz@gnu.org>
2541
2542 * international/mule.el (define-coding-system): Fix typos in the
2543 doc string.
2544
2545 2014-12-28 Kenichi Handa <handa@gnu.org>
2546
2547 * international/mule.el (define-coding-system): Improve the doc
2548 string.
2549
2550 2014-12-28 Ivan Shmakov <ivan@siamics.net>
2551
2552 * net/shr.el (shr-tag-table): Fix handling of tbody/header/footer
2553 elements in tables (bug#19444).
2554
2555 * net/eww.el (eww-handle-link): Fix typo in "up" rel handling
2556 (bug#19445).
2557
2558 2014-12-28 Juri Linkov <juri@linkov.net>
2559
2560 * vc/compare-w.el: Require diff-mode for diff faces.
2561 (compare-windows-removed, compare-windows-added): New faces
2562 inheriting from diff faces.
2563 (compare-windows): Define obsolete face alias.
2564 (compare-windows-highlight): Replace face `compare-windows' with
2565 new faces `compare-windows-added' and `compare-windows-removed'
2566 (bug#19451).
2567 (compare-windows-get-recent-window): Signal an error when
2568 no other window is found (bug#19170).
2569
2570 2014-12-27 Dmitry Gutov <dgutov@yandex.ru>
2571
2572 * progmodes/elisp-mode.el (elisp--xref-identifier-file):
2573 Skip features that have no sources.
2574
2575 * simple.el (execute-extended-command):
2576 When `suggest-key-bindings' is nil, don't.
2577
2578 2014-12-27 Fabián Ezequiel Gallina <fgallina@gnu.org>
2579
2580 python.el: Native readline completion.
2581 * progmodes/python.el (python-shell-completion-native-disabled-interpreters)
2582 (python-shell-completion-native-enable)
2583 (python-shell-completion-native-output-timeout): New defcustoms.
2584 (python-shell-completion-native-interpreter-disabled-p)
2585 (python-shell-completion-native-try)
2586 (python-shell-completion-native-setup)
2587 (python-shell-completion-native-turn-off)
2588 (python-shell-completion-native-turn-on)
2589 (python-shell-completion-native-turn-on-maybe)
2590 (python-shell-completion-native-turn-on-maybe-with-msg)
2591 (python-shell-completion-native-toggle): New functions.
2592 (python-shell-completion-native-get-completions): New function.
2593 (python-shell-completion-at-point): Use it.
2594
2595 2014-12-27 Fabián Ezequiel Gallina <fgallina@gnu.org>
2596
2597 python.el: Enhance shell user interaction and deprecate
2598 python-shell-get-or-create-process.
2599 * progmodes/python.el (python-shell-get-process-or-error):
2600 New function.
2601 (python-shell-with-shell-buffer): Use it.
2602 (python-shell-send-string, python-shell-send-region)
2603 (python-shell-send-buffer, python-shell-send-defun)
2604 (python-shell-send-file, python-shell-switch-to-shell): Use it.
2605 Add argument MSG to display user-friendly message when no process
2606 is running.
2607 (python-shell-switch-to-shell): Call pop-to-buffer with NORECORD.
2608 (python-shell-make-comint): Rename argument SHOW from POP.
2609 Use display-buffer instead of pop-to-buffer.
2610 (run-python): Doc fix. Return process.
2611 (python-shell-get-or-create-process): Make obsolete.
2612
2613 2014-12-27 Fabián Ezequiel Gallina <fgallina@gnu.org>
2614
2615 * progmodes/python.el (python-shell-buffer-substring):
2616 Handle cornercase when region sent starts at point-min.
2617
2618 2014-12-27 Eli Zaretskii <eliz@gnu.org>
2619
2620 * language/misc-lang.el (composition-function-table): Add Syriac
2621 characters and also ZWJ/ZWNJ.
2622 See http://lists.gnu.org/archive/html/help-gnu-emacs/2014-12/msg00248.html
2623 for the details.
2624
2625 2014-12-27 Fabián Ezequiel Gallina <fgallina@gnu.org>
2626
2627 python.el: Fix message when sending region.
2628 * progmodes/python.el (python-shell-send-region): Rename argument
2629 send-main from nomain. Fix message.
2630 (python-shell-send-buffer): Rename argument send-main from arg.
2631
2632 python.el: Cleanup temp files even with eval errors.
2633 * progmodes/python.el (python-shell-send-file): Make file-name
2634 mandatory. Fix temp file removal in the majority of cases.
2635
2636 python.el: Handle file encoding for shell.
2637 * progmodes/python.el (python-rx-constituents): Add coding-cookie.
2638 (python-shell--save-temp-file): Write file with proper encoding.
2639 (python-shell-buffer-substring): Add coding cookie for detected
2640 encoding to generated content. Fix blank lines when removing
2641 if-name-main block.
2642 (python-shell-send-file): Handle file encoding.
2643 (python-info-encoding-from-cookie)
2644 (python-info-encoding): New functions.
2645
2646 2014-12-27 Michael Albinus <michael.albinus@gmx.de>
2647
2648 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
2649 Use `tramp-rsh-end-of-line', it ought to be more robust.
2650
2651 2014-12-27 Stefan Monnier <monnier@iro.umontreal.ca>
2652
2653 * progmodes/js.el (js-syntax-propertize): "return" can't be divided
2654 (bug#19397).
2655
2656 2014-12-27 Michael Albinus <michael.albinus@gmx.de>
2657
2658 * net/tramp.el (tramp-read-passwd): Ignore errors from `auth-source-*'.
2659
2660 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band): Use "\n"
2661 as end-of-line delimeter for passwords, when running on MS Windows.
2662
2663 2014-12-27 Stefan Monnier <monnier@iro.umontreal.ca>
2664
2665 * progmodes/sh-script.el (sh-set-shell): Don't change the global value
2666 of indent-line-function (bug#19433).
2667
2668 2014-12-27 Fabián Ezequiel Gallina <fgallina@gnu.org>
2669
2670 Fix line numbers on Python shell.
2671 * progmodes/python.el (python-shell--save-temp-file): Do not
2672 append coding cookie.
2673 (python-shell-send-string): Generalize for
2674 python-shell-send-region.
2675 (python--use-fake-loc): Delete var.
2676 (python-shell-buffer-substring): Cleanup fake-loc logic.
2677 (python-shell-send-region): Remove fake-loc logic, simplify.
2678
2679 2014-12-27 Fabián Ezequiel Gallina <fgallina@gnu.org>
2680
2681 * progmodes/python.el (python-indent-post-self-insert-function):
2682 Make colon to re-indent only for dedenters, handling
2683 multiline-statements gracefully.
2684
2685 2014-12-27 Michael Albinus <michael.albinus@gmx.de>
2686
2687 * net/tramp.el (tramp-handle-insert-file-contents):
2688 Set `find-file-not-found-functions' in case of errors. (Bug#18623)
2689
2690 2014-12-27 Michael Albinus <michael.albinus@gmx.de>
2691
2692 * net/tramp-sh.el (tramp-send-command-and-read): New optional
2693 arg MARKER.
2694 (tramp-get-remote-path): Use it.
2695
2696 2014-12-27 Stefan Monnier <monnier@iro.umontreal.ca>
2697
2698 * subr.el (redisplay-dont-pause): Mark as obsolete.
2699
2700 2014-12-27 Michael Albinus <michael.albinus@gmx.de>
2701
2702 * net/tramp.el (tramp-error-with-buffer): Call `message' properly.
2703 (tramp-accept-process-output): Use nil as argument for
2704 `accept-process-output', when there is a gateway prepended.
2705
2706 * net/tramp-gw.el (tramp-gw-open-connection): Suppress traces in
2707 wrong debug buffer.
2708 (tramp-gw-open-connection): Set process coding system 'binary.
2709 (tramp-gw-open-network-stream): Handle HTTP error 403.
2710
2711 * net/tramp-sh.el (tramp-compute-multi-hops): Suppress traces in
2712 wrong debug buffer.
2713 (tramp-maybe-open-connection): Set connection property "gateway".
2714
2715 2014-12-27 Stefan Monnier <monnier@iro.umontreal.ca>
2716
2717 * subr.el (sit-for): Tweak docstring (bug#19381).
2718
2719 2014-12-27 Dmitry Gutov <dgutov@yandex.ru>
2720
2721 * vc/vc-git.el (vc-git-after-dir-status-stage): Move `up-to-date'
2722 stage to after `diff-index' (bug#19386).
2723
2724 2014-12-27 João Távora <joaotavora@gmail.com>
2725
2726 * textmodes/tex-mode.el (tex-insert-quote): Consider and respect
2727 `electric-pair-mode' (bug#19356).
2728
2729 2014-12-27 Dmitry Gutov <dgutov@yandex.ru>
2730
2731 elisp-xref-find: Don't create buffers eagerly.
2732
2733 * progmodes/elisp-mode.el (elisp--identifier-location): Fold back
2734 into `elisp--company-location'.
2735 (elisp--identifier-completion-table): Rename to
2736 `elisp--identifier-completion-table', and do not include just any
2737 symbols with a property list.
2738 (elisp-completion-at-point): Revert the 2014-12-25 change.
2739 (elisp--xref-identifier-file): New function.
2740 (elisp--xref-find-definitions): Use it.
2741
2742 * emacs-lisp/find-func.el (find-function-library): New function,
2743 extracted from `find-function-noselect'.
2744
2745 * progmodes/xref.el (xref-elisp-location): New class.
2746 (xref-make-elisp-location): New function.
2747 (xref-location-marker): New implementation.
2748
2749 2014-12-27 Juri Linkov <juri@linkov.net>
2750
2751 * minibuffer.el (minibuffer-completion-help):
2752 Use shrink-window-if-larger-than-buffer in window-height
2753 when temp-buffer-resize-mode is nil.
2754
2755 * window.el (with-displayed-buffer-window): Remove window-height
2756 from the action alist in the temp-buffer-window-show call
2757 when window-height is handled explicitly afterwards (bug#19355).
2758
2759 2014-12-27 Juri Linkov <juri@linkov.net>
2760
2761 Support subdirectories when saving places in dired.
2762 * saveplace.el (toggle-save-place, save-place-to-alist)
2763 (save-places-to-alist, save-place-dired-hook):
2764 Use dired-current-directory instead of dired-directory (bug#19436).
2765 (save-place-dired-hook): Add check for alist to make the new
2766 format future-proof to allow other possible formats.
2767
2768 2014-12-26 Fabián Ezequiel Gallina <fgallina@gnu.org>
2769
2770 python.el: Generate clearer shell buffer names.
2771 * progmodes/python.el (python-shell-get-process-name)
2772 (python-shell-internal-get-process-name): Use `buffer-name`.
2773 (python-shell-internal-get-or-create-process): Simplify.
2774
2775 2014-12-26 Dmitry Gutov <dgutov@yandex.ru>
2776
2777 Add basic xref apropos implementation to elisp-mode.
2778
2779 * progmodes/elisp-mode.el (elisp--xref-find-definitions):
2780 Filter out nil results.
2781 (elisp--xref-find-apropos): New function.
2782 (elisp-xref-find): Use it.
2783
2784 * progmodes/xref.el (xref--show-xrefs): Use `user-error'.
2785
2786 2014-12-25 Filipp Gunbin <fgunbin@fastmail.fm>
2787
2788 * dired-aux.el (dired-maybe-insert-subdir):
2789 Make dired-maybe-insert-subdir always skip trivial files.
2790
2791 2014-12-25 Helmut Eller <eller.helmut@gmail.com>
2792 Dmitry Gutov <dgutov@yandex.ru>
2793
2794 Consolidate cross-referencing commands.
2795
2796 Move autoloaded bindings for `M-.', `M-,', `C-x 4 .' and
2797 `C-x 5 .' from etags.el to xref.el.
2798
2799 * progmodes/xref.el: New file.
2800
2801 * progmodes/elisp-mode.el (elisp--identifier-types): New variable.
2802 (elisp--identifier-location): New function, extracted from
2803 `elisp--company-location'.
2804 (elisp--company-location): Use it.
2805 (elisp--identifier-completion-table): New variable.
2806 (elisp-completion-at-point): Use it.
2807 (emacs-lisp-mode): Set the local values of `xref-find-function'
2808 and `xref-identifier-completion-table-function'.
2809 (elisp-xref-find, elisp--xref-find-definitions)
2810 (elisp--xref-identifier-completion-table): New functions.
2811
2812 * progmodes/etags.el (find-tag-marker-ring): Mark obsolete in
2813 favor of `xref--marker-ring'.
2814 (tags-lazy-completion-table): Autoload.
2815 (tags-reset-tags-tables): Use `xref-clear-marker-stack'.
2816 (find-tag-noselect): Use `xref-push-marker-stack'.
2817 (pop-tag-mark): Make an alias for `xref-pop-marker-stack'.
2818 (etags--xref-limit): New constant.
2819 (etags-xref-find, etags--xref-find-definitions): New functions.
2820
2821 2014-12-25 Martin Rudalics <rudalics@gmx.at>
2822
2823 * cus-start.el (resize-mini-windows): Make it customizable.
2824
2825 2014-12-24 Stephen Leake <stephen_leake@stephe-leake.org>
2826
2827 * startup.el (fancy-about-text): Change buttons for etc/CONTRIBUTE
2828 to (info "(emacs)Contributing"). (Bug#19299)
2829
2830 2014-12-24 Martin Rudalics <rudalics@gmx.at>
2831
2832 * window.el (mouse-autoselect-window-position-1): New variable.
2833 (mouse-autoselect-window-cancel)
2834 (mouse-autoselect-window-select, handle-select-window):
2835 With delayed autoselection select window only if mouse moves after
2836 selecting its frame.
2837
2838 2014-12-24 Michael Albinus <michael.albinus@gmx.de>
2839
2840 * eshell/esh-ext.el (eshell-find-interpreter): Expand relative
2841 remote file names. (Bug#18782)
2842
2843 2014-12-23 Sam Steingold <sds@gnu.org>
2844
2845 * shell.el (shell-display-buffer-actions): New user option.
2846 (shell): Pass it to `pop-to-buffer' instead of hard-coding
2847 `pop-to-buffer-same-window'.
2848
2849 2014-12-23 Stefan Monnier <monnier@iro.umontreal.ca>
2850
2851 * progmodes/js.el (js--syntax-propertize-regexp-syntax-table): New var.
2852 (js-syntax-propertize-regexp): Use it to recognize "slash in
2853 a character class" (bug#19397).
2854
2855 2014-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
2856
2857 * completion.el: Use post-self-insert-hook (bug#19400).
2858 (completion-separator-self-insert-command)
2859 (completion-separator-self-insert-autofilling): Remove.
2860 (completion-separator-chars): New var.
2861 (completion-c-mode-hook, completion-setup-fortran-mode): Use it instead
2862 of changing the keymap.
2863 (completion--post-self-insert): New function.
2864 (dynamic-completion-mode): Use it instead of rebinding keys.
2865 (cmpl--completion-string): Rename from completion-string.
2866 (add-completion-to-head, delete-completion): Let-bind it explicitly.
2867
2868 2014-12-22 Bozhidar Batsov <bozhidar@batsov.com>
2869
2870 * progmodes/ruby-mode.el (ruby--string-region): Simplify code
2871 by leveraging `syntax-ppss'.
2872
2873 2014-12-22 Artur Malabarba <bruce.connor.am@gmail.com>
2874
2875 * let-alist.el (let-alist): Use `make-symbol' instead of `gensym'.
2876
2877 2014-12-20 Michael Albinus <michael.albinus@gmx.de>
2878
2879 * net/tramp-sh.el (tramp-histfile-override): Add :version.
2880
2881 2014-12-20 Teodor Zlatanov <tzz@lifelogs.com>
2882
2883 * net/tramp-sh.el (tramp-histfile-override): Clarify docstring.
2884
2885 2014-12-19 Artur Malabarba <bruce.connor.am@gmail.com>
2886
2887 * let-alist.el (let-alist): Enable access to deeper alists by
2888 using dots inside the dotted symbols.
2889
2890 2014-12-19 Alan Mackenzie <acm@muc.de>
2891
2892 Make C++11 uniform init syntax work.
2893 New keywords "final" and "override".
2894 * progmodes/cc-engine.el (c-back-over-member-initializer-braces):
2895 New function.
2896 (c-guess-basic-syntax): Set `containing-sex' and `lim' using the
2897 new function.
2898 * progmodes/cc-fonts.el (c-font-lock-declarations): Check more
2899 carefully for "are we at a declarator?" using
2900 c-back-over-member-initializers.
2901 * progmodes/cc-langs.el (c-type-modifier-kwds): Include "final"
2902 and "override" in the C++ value.
2903
2904 2014-12-19 Martin Rudalics <rudalics@gmx.at>
2905
2906 * textmodes/ispell.el (ispell-command-loop): Don't use `next-window'.
2907
2908 2014-12-21 Lars Ingebrigtsen <larsi@gnus.org>
2909
2910 * net/nsm.el (nsm-save-host): Don't save the host name twice
2911 (bug#19269).
2912
2913 2014-12-18 Sam Steingold <sds@gnu.org>
2914
2915 Keyboard interface (C-f10) to `mouse-buffer-menu' (C-down-mouse-1).
2916 * mouse.el (mouse-buffer-menu-map): Extract from `mouse-buffer-menu'.
2917 (mouse-buffer-menu): Use `mouse-buffer-menu-map'.
2918 * menu-bar.el (menu-bar-buffer-vector): Extract from
2919 `menu-bar-update-buffers'.
2920 (menu-bar-update-buffers): Use `menu-bar-buffer-vector'.
2921 (buffer-menu-open): New user command, bound globally to C-f10,
2922 provides a keyboard interface to `mouse-buffer-menu' (C-down-mouse-1).
2923 (mouse-buffer-menu-keymap): Use `menu-bar-buffer-vector' to
2924 convert the value returned by `mouse-buffer-menu-map' to a list
2925 acceptable to `popup-menu' for `buffer-menu-open'.
2926
2927 2014-12-18 Artur Malabarba <bruce.connor.am@gmail.com>
2928
2929 * let-alist.el (let-alist): Evaluate the `alist' argument only once.
2930
2931 2014-12-18 Sam Steingold <sds@gnu.org>
2932
2933 * emacs-lisp/package.el: Avoid compilation warning by declaring
2934 the `find-library-name' function.
2935 (package-activate-1): Fix the `with-demoted-errors' calls:
2936 the first argument must be a string literal.
2937
2938 2014-12-18 Martin Rudalics <rudalics@gmx.at>
2939
2940 Add code for "preserving" window sizes.
2941 * dired.el (dired-pop-to-buffer): Call fit-window-to-buffer with
2942 `preserve-size' t.
2943 (dired-mark-pop-up): Preserve size of window showing marked files.
2944 * electric.el (Electric-pop-up-window):
2945 * help.el (resize-temp-buffer-window): Call fit-window-to-buffer
2946 with `preserve-size' t.
2947 * minibuffer.el (minibuffer-completion-help):
2948 Use `resize-temp-buffer-window' instead of `fit-window-to-buffer'
2949 (Bug#19355). Preserve size of completions window.
2950 * register.el (register-preview): Preserve size of register
2951 preview window.
2952 * tmm.el (tmm-add-prompt): Call fit-window-to-buffer
2953 with `preserve-size' t (Bug#1291).
2954 * window.el (with-displayed-buffer-window): Add calls to
2955 `window-preserve-size'.
2956 (window-min-pixel-size, window--preservable-size)
2957 (window-preserve-size, window-preserved-size)
2958 (window--preserve-size, window--min-size-ignore-p): New functions.
2959 (window-min-size, window-min-delta, window--resizable)
2960 (window--resize-this-window, split-window-below)
2961 (split-window-right): Amend doc-string.
2962 (window--min-size-1, window-sizable, window--size-fixed-1)
2963 (window-size-fixed-p, window--min-delta-1)
2964 (frame-windows-min-size, window--max-delta-1, window-resize)
2965 (window--resize-child-windows, window--resize-siblings)
2966 (enlarge-window, shrink-window, split-window): Handle preserving
2967 window sizes.
2968 (adjust-window-trailing-edge): Handle preserving window
2969 sizes. Signal user-error instead of an error when there's no
2970 window above or below.
2971 (window--state-put-2): Handle horizontal scroll bars.
2972 (window--display-buffer): Call `preserve-size' if asked for.
2973 (display-buffer): Mention `preserve-size' alist member in doc-string.
2974 (fit-window-to-buffer): New argument PRESERVE-SIZE.
2975 * textmodes/ispell.el (ispell-command-loop): Suppress horizontal
2976 scroll bar on ispell's windows. Don't count window lines and
2977 don't deal with dedicated windows.
2978 (ispell-show-choices, ispell-help): Let `ispell-display-buffer'
2979 do the window handling.
2980 (ispell-adjusted-window-height, ispell-overlay-window): Remove.
2981 (ispell-display-buffer): New function to reuse, create and fit
2982 window to ispell's buffers. (Bug#3413)
2983
2984 2014-12-18 Dmitry Gutov <dgutov@yandex.ru>
2985
2986 * emacs-lisp/package.el (package-activate): Do not re-activate or
2987 reload the dependencies (bug#19390).
2988
2989 2014-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
2990
2991 * progmodes/cc-cmds.el (c-subword-mode): Alias to subword-mode.
2992 (c-update-modeline):
2993 * progmodes/cc-langs.el (c-mode-menu): Use c-subword-mode.
2994 * progmodes/cc-mode.el (subword-mode): Move autoload to cc-cmds.el.
2995 (c-mode-base-map): Use c-subword-mode.
2996
2997 2014-12-18 Eli Zaretskii <eliz@gnu.org>
2998
2999 * international/mule-diag.el (describe-font-internal):
3000 Display additional info returned by font-info.
3001
3002 * linum.el (linum--face-width): Rename from linum--face-height,
3003 and use the new functionality of font-info.
3004 (linum-update-window): Use linum--face-width and frame-char-width,
3005 instead of approximating with height.
3006
3007 2014-12-18 Dmitry Gutov <dgutov@yandex.ru>
3008
3009 * vc/vc-svn.el (vc-svn-dir-status-files): Revert the 2014-12-02
3010 change (bug#19387). Use `apply' on `vc-dir-command' (bug#19405).
3011
3012 * emacs-lisp/package.el (package-activate-1): Add RELOAD argument
3013 and a docstring.
3014 (package-activate): Call itself on dependencies on PACKAGE with
3015 the same FORCE argument. Pass FORCE as RELOAD into
3016 `package-activate-1' (bug#19390).
3017
3018 2014-12-17 Sam Steingold <sds@gnu.org>
3019
3020 * emacs-lisp/package.el (package--list-loaded-files):
3021 Handle `(nil ...)' elements in `load-history'.
3022
3023 2014-12-17 Teodor Zlatanov <tzz@lifelogs.com>
3024
3025 * net/tramp-sh.el (tramp-histfile-override): New variable.
3026 (tramp-open-shell, tramp-maybe-open-connection): Use it.
3027
3028 2014-12-17 Dmitry Gutov <dgutov@yandex.ru>
3029
3030 * vc/vc.el: Improve `dir-status-files' description.
3031
3032 * emacs-lisp/package.el (package--list-loaded-files): Don't call
3033 file-truename on load-history elements (bug#19390).
3034
3035 2014-12-16 Nicolas Petton <petton.nicolas@gmail.com>
3036
3037 * emacs-lisp/seq.el: New file.
3038
3039 2014-12-16 Stefan Monnier <monnier@iro.umontreal.ca>
3040
3041 * jit-lock.el (jit-lock-function): Don't defer if jit-lock-defer-time
3042 is 0 and there is no input pending.
3043
3044 2014-12-15 Juri Linkov <juri@linkov.net>
3045
3046 * replace.el (query-replace-read-from): Use query-replace-compile-replacement
3047 only on the return value (bug#19383).
3048
3049 2014-12-15 Juri Linkov <juri@linkov.net>
3050
3051 * isearch.el (isearch-lazy-highlight-search): Extend the bound of
3052 the wrapped search by the length of the search string to be able
3053 to lazy-highlight the whole search string at point (bug#19353).
3054
3055 2014-12-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
3056
3057 * net/shr.el (shr-fold-text): Don't bug out on zero-length text.
3058
3059 2014-12-14 Alan Mackenzie <acm@muc.de>
3060
3061 * cus-start.el (all): Add fast-but-imprecise-scrolling.
3062
3063 2014-12-14 Artur Malabarba <bruce.connor.am@gmail.com>
3064
3065 * let-alist.el: Add lexical binding.
3066
3067 2014-12-14 Steve Purcell <steve@sanityinc.com> (tiny change)
3068
3069 * emacs-lisp/package.el (package-menu-mode): Use an extra column
3070 for the "Version" column, to accomodate date-and-time-based versions.
3071
3072 2014-12-14 Cameron Desautels <camdez@gmail.com>
3073
3074 * cus-edit.el (custom-unsaved-options): New function, extracted
3075 from `customize-unsaved'.
3076 (custom-unsaved): Use it.
3077 (custom-prompt-customize-unsaved-options): New function.
3078 (Bug#19328)
3079
3080 2014-12-14 Dmitry Gutov <dgutov@yandex.ru>
3081
3082 * fringe.el (fringe-bitmap-p): Fix 2014-12-05 breakage.
3083
3084 2014-12-14 Dmitry Gutov <dgutov@yandex.ru>
3085
3086 Move ASYNC argument to the `diff' VC command to the fifth
3087 position, for better compatibility with existing third-party code,
3088 and document it.
3089
3090 * vc/vc.el (vc-diff-internal): Pass `async' argument to the
3091 backend `diff' command in the last position.
3092
3093 * vc/vc-svn.el (vc-svn-diff):
3094 * vc/vc-src.el (vc-src-diff):
3095 * vc/vc-sccs.el (vc-sccs-diff):
3096 * vc/vc-rcs.el (vc-rcs-diff):
3097 * vc/vc-mtn.el (vc-mtn-diff):
3098 * vc/vc-hg.el (vc-hg-diff):
3099 * vc/vc-git.el (vc-git-diff):
3100 * vc/vc-dav.el (vc-dav-diff):
3101 * vc/vc-cvs.el (vc-cvs-diff):
3102 * vc/vc-bzr.el (vc-bzr-diff):
3103 * obsolete/vc-arch.el (vc-arch-diff): Move ASYNC argument to the end.
3104
3105 2014-12-14 Paul Eggert <eggert@cs.ucla.edu>
3106
3107 * emacs-lisp/cconv.el (cconv--analyze-use):
3108 Rename from cconv--analyse-use.
3109 (cconv--analyze-function): Rename from cconv--analyse-function.
3110 (cconv-analyze-form): Rename from cconv-analyse-form.
3111
3112 2014-12-13 Andreas Schwab <schwab@linux-m68k.org>
3113
3114 * net/shr.el (shr-next-link): Don't error out at eob.
3115
3116 2014-12-05 Nicolas Richard <theonewiththeevillook@yahoo.fr>
3117
3118 * isearch.el (isearch-open-necessary-overlays): Open overlay
3119 ending at point (bug#19333).
3120
3121 2014-12-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
3122
3123 * net/shr.el (shr-fold-text): New function.
3124 (shr-show-alt-text, shr-urlify, shr-tag-img): Use it to fold long
3125 alt/title texts.
3126 (shr-fold-text): Inhibit state from being altered.
3127
3128 * files.el (directory-files-recursively): Really check whether
3129 files are symlinks.
3130 (directory-name-p): New function.
3131 (directory-files-recursively): Use it.
3132
3133 2014-12-13 Artur Malabarba <bruce.connor.am@gmail.com>
3134
3135 * emacs-lisp/package.el (package--list-loaded-files): New function
3136 to list files in a given directory which correspond to already
3137 loaded files.
3138 (package-activate-1): Reload files given by `package--list-loaded-files'.
3139 Fix bug#10125, bug#18443, and bug#18448.
3140
3141 2014-12-13 Eric S. Raymond <esr@snark.thyrsus.com>
3142
3143 * vc/vc-svn.el (vc-svn-diff): Fix bug #19312.
3144
3145 2014-12-13 Michael Albinus <michael.albinus@gmx.de>
3146
3147 * simple.el (password-word-equivalents): Add "passcode", used for
3148 numeric secrets like PINs or RSA tokens.
3149
3150 2014-12-13 Michael Albinus <michael.albinus@gmx.de>
3151
3152 * net/tramp-sh.el (tramp-get-remote-path): Use a login shell in
3153 order to determine `tramp-own-remote-path'.
3154
3155 2014-12-13 Fabián Ezequiel Gallina <fgallina@gnu.org>
3156
3157 * progmodes/python.el (python-shell-parse-command):
3158 Quote `python-shell-interpreter`. (Bug#19289)
3159
3160 2014-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
3161
3162 * progmodes/python.el (python-indent-line): Use `noindent' in strings.
3163 (python-indent-levels): Document extra value.
3164 (python-indent-calculate-indentation): Return `noindent' in strings.
3165 (python-indent-post-self-insert-function)
3166 (python-indent-calculate-levels): Handle new value.
3167
3168 2014-12-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
3169
3170 * net/network-stream.el (network-stream-open-starttls): No need to
3171 check for the availability of `gnutls-available-p'.
3172
3173 * files.el (directory-files-recursively): Don't follow symlinks to
3174 other directories.
3175
3176 2014-12-12 Eric S. Raymond <esr@snark.thyrsus.com>
3177
3178 * vc/vc-dav.el, vc/vc-git.el, vc/vc-hg.el, vc/vc-src.el:
3179 * vc/vc.el: latest-on-branch-p is no longer a public method.
3180
3181 * vc/vc.el, vc/vc-hg.el, vc/vc-git.el, vc/vc-hooks.el:
3182 * vc/vc-mtn.el, vc/vc-rcs.el, vc/vc-sccs.el, vc/vc-src.el:
3183 Remove `rollback' method, to be replaced in the future by uncommit.
3184
3185 2014-12-11 Michael Albinus <michael.albinus@gmx.de>
3186
3187 * vc/vc-hg.el (vc-hg-state): Make FILE absolute. Handle the case
3188 that there is empty output.
3189
3190 2014-12-11 Stefan Monnier <monnier@iro.umontreal.ca>
3191
3192 * emacs-lisp/eldoc.el (eldoc-documentation-function): Change default.
3193 (eldoc-mode, eldoc-schedule-timer): Adjust to new default.
3194
3195 2014-12-10 Artur Malabarba <bruce.connor.am@gmail.com>
3196
3197 * let-alist.el: Add new package and macro.
3198
3199 2014-12-10 Eric S. Raymond <esr@snark.thyrsus.com>
3200
3201 * vc/vc-dispatcher.el, vc/vc-hooks.el, vc/vc-rcs.el:
3202 * vc/vc-sccs.el, vc/vc.el: Righteous featurectomy of vc-keep-workfiles,
3203 it's a shoot-self-in-foot archaism. Workfiles are always kept.
3204
3205 2014-12-10 Rasmus Pank Roulund <emacs@pank.eu>
3206
3207 * net/ange-ftp.el (ange-ftp-switches-ok): Disallow flags causing
3208 trouble with ls over ftp. These flags result in ls returning no
3209 output, causing Tramp-breakage. (bug#19192)
3210
3211 2014-12-10 Andreas Schwab <schwab@suse.de>
3212
3213 * files.el (file-tree-walk): Use file-name-as-directory unconditionally.
3214
3215 2014-12-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
3216
3217 * files.el (directory-files-recursively):
3218 Use `file-name-all-completions' instead of `directory-files' for
3219 greater speed.
3220
3221 * net/shr.el (shr-tag-object): Don't bug out on text elements in
3222 <object>.
3223
3224 2014-12-09 Bozhidar Batsov <bozhidar@batsov.com>
3225
3226 * progmodes/ruby-mode.el (auto-mode-alist): Add .rabl, Berksfile
3227 and Puppetfile.
3228 (ruby-toggle-string-quotes): New command that allows you to quickly
3229 toggle between single-quoted and double-quoted string literals.
3230
3231 2014-12-09 Eric S. Raymond <esr@snark.thyrsus.com>
3232
3233 * vc/vc-src.el (vc-src-do-comand): Prepend -- to file argument
3234 list, avoids problems witt names containing hyphens.
3235
3236 2014-12-09 Wilson Snyder <wsnyder@wsnyder.org>
3237
3238 Sync with upstream verilog-mode revision aa4b777.
3239 * progmodes/verilog-mode.el (verilog-mode-version): Update.
3240 (verilog-auto-end-comment-lines-re, verilog-end-block-ordered-re)
3241 (verilog-set-auto-endcomments): Automatically comment property/
3242 endproperty blocks to match other similar blocks like sequence/
3243 endsequence, function/endfunction, etc. Reported by Alex Reed.
3244 (verilog-set-auto-endcomments): Fix end comments for functions of
3245 type void, etc. Detect the function- or task-name when
3246 auto-commenting blocks that lack an explicit portlist.
3247 Reported by Alex Reed.
3248 (verilog-nameable-item-re): Fix nameable items that can have an
3249 end-identifier to include endchecker, endgroup, endprogram,
3250 endproperty, and endsequence. Reported by Alex Reed.
3251 (verilog-preprocessor-re, verilog-beg-of-statement):
3252 Fix indentation of property/endproperty around pre-processor
3253 directives. Reported by Alex Reed.
3254 (verilog-label-be): When auto-commenting a buffer, consider
3255 auto-comments on all known keywords (not just a subset thereof).
3256 Reported by Alex Reed.
3257 (verilog-beg-of-statement): Fix labeling do-while blocks, bug842.
3258 Reported by Alex Reed.
3259 (verilog-beg-of-statement-1, verilog-at-constraint-p):
3260 Fix hanging with many curly-bracket pairs, bug663.
3261 (verilog-do-indent): Fix electric tab deleting form-feeds.
3262 Note caused by indent-line-to deleting tabls pre 24.5.
3263 (verilog-auto-output, verilog-auto-input, verilog-auto-inout)
3264 (verilog-auto-inout-module, verilog-auto-inout-in): Doc fixes.
3265 (verilog-read-always-signals, verilog-auto-sense-sigs)
3266 (verilog-auto-reset): Fix AUTORESET with always_comb and always_latch,
3267 bug844. Reported by Greg Hilton.
3268
3269 2014-12-09 Alex Reed <acreed4@gmail.com> (tiny change)
3270
3271 * progmodes/verilog-mode.el (verilog-no-indent-begin-re):
3272 Fix `verilog-indent-begin-after-if' nil not honoring 'forever',
3273 'foreach', and 'do' keywords.
3274 (verilog-endcomment-reason-re, verilog-beg-of-statement):
3275 Fix labeling do-while blocks, bug842.
3276 (verilog-backward-token): Fix indenting sensitivity lists with
3277 named events, bug840.
3278
3279 2014-12-09 Reto Zimmermann <reto@gnu.org>
3280
3281 Sync with upstream vhdl mode v3.36.1.
3282 * progmodes/vhdl-mode.el (vhdl-version, vhdl-time-stamp): Update.
3283 (vhdl-compiler-alist): Anchor all error regexps.
3284 (vhdl-compile-use-local-error-regexp): Change default to nil.
3285 (vhdl-asort, vhdl-anot-head-p): Remove.
3286 (vhdl-aput, vhdl-adelete, vhdl-aget): Simplify.
3287 Remove optional argument of vhdl-aget and update all callers.
3288 (vhdl-import-project): Also set `vhdl-compiler'.
3289
3290 2014-12-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
3291
3292 * files.el (find-files): New function.
3293
3294 * net/shr.el (shr-dom-print): Don't print comments.
3295 (shr-tag-svg): Give inline SVG images the right type.
3296
3297 * net/eww.el (eww-update-header-line-format): Mark valid/invalid
3298 certificates in the header line.
3299 (eww-invalid-certificate, eww-valid-certificate): New faces.
3300
3301 2014-12-09 Fabián Ezequiel Gallina <fgallina@gnu.org>
3302
3303 * progmodes/python.el (inferior-python-mode):
3304 Set `comint-prompt-read-only` to `t` only locally.
3305
3306 2014-12-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
3307
3308 * net/nsm.el (nsm-check-protocol): Test for RC4 on `high'.
3309 (nsm-format-certificate): Include more data about the connection.
3310 (nsm-query): Fill the text to that it looks nicer.
3311 (nsm-check-protocol): Also warn if using SSL3 or older.
3312
3313 2014-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
3314
3315 * progmodes/gud.el (gud-gdb-completions): Remove unused var `start'.
3316
3317 * obsolete/gulp.el (gulp-create-m-p-alist): Remove unused var `mnt-tm'.
3318
3319 * net/tramp.el (tramp-handle-make-symbolic-link): Mark unused arg.
3320
3321 * info.el (Info-mode-map): Remove left-over binding.
3322
3323 * emacs-lisp/avl-tree.el: Use lexical-binding and cl-lib.
3324 (avl-tree--root): Remove redundant defsetf.
3325
3326 2014-12-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
3327
3328 * net/nsm.el (network-security-level): Remove the detailed
3329 description, which was already outdated, and refer the users to
3330 the manual.
3331 (nsm-check-protocol): Check for weak Diffie-Hellman prime bits
3332 (bug#19153).
3333
3334 2014-12-06 Andrey Kotlarski <m00naticus@gmail.com>
3335
3336 * net/eww.el (eww-buffers-mode): New major mode.
3337 (eww-list-buffers, eww-buffer-select, eww-buffer-show-next)
3338 (eww-buffer-show-previous, eww-buffer-kill, eww-buffer-show):
3339 New commands/functions (bug#19131).
3340
3341 2014-12-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
3342
3343 * net/gnutls.el (gnutls-negotiate): Ignore files found via
3344 'file-name-handler-alist' since the gnutls library can't use those
3345 (bug#15866).
3346
3347 2014-12-08 Dmitry Gutov <dgutov@yandex.ru>
3348
3349 * vc/vc-hg.el (vc-hg-dir-status-files): Only include ignores files
3350 when FILES is non-nil (bug#19304).
3351
3352 2014-12-08 Eric S. Raymond <esr@snark.thyrsus.com>
3353
3354 * vc/vc-arch.el: Move to obsolete directory so a test framework
3355 won't trip over bit-rot in it. There has been no Arch snapshot
3356 for nine years.
3357
3358 2014-12-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
3359
3360 * net/eww.el (eww-follow-link): Revert prefix behaviour to
3361 previous behavior.
3362 (eww-copy-page-url): Add doc string.
3363
3364 2014-12-07 Ivan Shmakov <ivan@siamics.net>
3365
3366 * net/eww.el (eww): Move history recording here...
3367 (eww-browse-url): ... from here (bug#19253).
3368
3369 * net/eww.el (eww-browse-url): Use generate-new-buffer (was:
3370 iterating over possible buffer names.)
3371
3372 2014-12-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
3373
3374 * net/eww.el (eww-reload): Take a prefix to work locally (bug#19086).
3375 (eww-current-buffer): Compilation fix for bug#18550 patch.
3376
3377 2014-12-07 Ivan Shmakov <ivan@siamics.net>
3378
3379 * net/eww.el (eww-list-histories): Restore the history in the
3380 correct buffer (bug#18550).
3381
3382 2014-12-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
3383
3384 * net/eww.el (eww-bookmark-prepare): Display URLs in first by
3385 displaying shortened titles first (bug#16398).
3386
3387 2014-12-07 Tom Willemse <tom@ryuslash.org> (tiny change)
3388
3389 * progmodes/python.el: Recognize docstrings.
3390 (python-docstring-at-p, python-font-lock-syntactic-face-function):
3391 New functions.
3392 (python-mode): Use them.
3393
3394 2014-12-06 Ulf Jasper <ulf.jasper@web.de>
3395
3396 * net/newst-treeview.el (newsticker--treeview-list-add-item)
3397 (newsticker--treeview-propertize-tag): Bind tree menu to mouse-3.
3398 (newsticker--treeview-create-groups-menu)
3399 (newsticker--treeview-create-tree-menu): Remove.
3400 (newsticker--treeview-tree-open-menu): New.
3401 (newsticker-treeview-tree-click): Pass event to
3402 `newsticker-treeview-tree-do-click'.
3403 (newsticker-treeview-tree-do-click): Open treemenu on mouse-3.
3404
3405 2014-12-05 Juri Linkov <juri@linkov.net>
3406
3407 * comint.el (comint-history-isearch-search)
3408 (comint-history-isearch-wrap): Use field-beginning instead of
3409 comint-line-beginning-position.
3410 (comint-send-input): Go to the end of the field instead of the end
3411 of the line to accept whole multi-line input.
3412 http://lists.gnu.org/archive/html/emacs-devel/2014-12/msg00305.html
3413
3414 2014-12-05 Juri Linkov <juri@linkov.net>
3415
3416 * minibuffer.el (minibuffer-completion-help):
3417 Compare selected-window with minibuffer-window to check whether
3418 completions should be displayed near the minibuffer. (Bug#17809)
3419 http://lists.gnu.org/archive/html/emacs-devel/2014-12/msg00311.html
3420
3421 2014-12-05 Michael Albinus <michael.albinus@gmx.de>
3422
3423 * vc/vc-mtn.el (vc-mtn-root):
3424 * vc/vc-svn.el (vc-svn-registered): Make FILE absolute.
3425
3426 2014-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
3427
3428 * progmodes/sh-script.el (sh-smie-sh-rules): Go back to the beginning
3429 of the whole pipe when indenting an opening keyword after a |.
3430 Generalize this treatment to opening keywords like "while" (bug#18031).
3431
3432 2014-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
3433
3434 * simple.el (newline): Place the hook buffer-locally,
3435 to make sure it's first.
3436
3437 * progmodes/prog-mode.el (prettify-symbols--compose-symbol):
3438 Fix handling of symbols with different syntax at beginning/end or with
3439 symbol rather than word syntax.
3440
3441 2014-12-05 Eli Zaretskii <eliz@gnu.org>
3442
3443 * simple.el (line-move): If noninteractive, call line-move-1, not
3444 forward-line, since the former is compatible with line-move-visual
3445 both in terms of the column to which it moves and the return
3446 value. (Bug#19211)
3447
3448 2014-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
3449
3450 * vc/ediff-init.el (ediff-odd-p): Remove.
3451 (ediff-background-face): Use cl-oddp instead.
3452 (ediff-buffer-live-p): Make it a defsubst.
3453
3454 * tooltip.el (tooltip-region-active-p): Remove.
3455
3456 * net/shr.el (shr-char-breakable-p, shr-char-kinsoku-bol-p)
3457 (shr-char-kinsoku-eol-p, shr-char-nospace-p): Use define-inline.
3458
3459 * fringe.el (fringe-bitmap-p): Make it a plain function.
3460
3461 * emacs-lisp/eieio-core.el: Prefer inlinable functions over macros.
3462 (class-p, generic-p, eieio-object-p, class-abstract-p):
3463 Make them defsubst, so as to avoid corner case problems where
3464 the arg might be evaluated in the condition-case, or it can't be passed
3465 to higher-order functions like `cl-some'.
3466
3467 2014-12-05 Nicolas Richard <theonewiththeevillook@yahoo.fr>
3468
3469 * wid-edit.el (widget-choose): Let numeric keypad work (bug#19268)
3470 and remove old menu-related code.
3471
3472 2014-12-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
3473
3474 * net/eww.el (eww-display-pdf): Let mailcap determine how to
3475 display PDF files (bug#19270).
3476
3477 2014-12-05 Juri Linkov <juri@linkov.net>
3478
3479 Compare with the most recent window by default.
3480 * vc/compare-w.el (compare-windows-get-window-function): New defcustom.
3481 (compare-windows-get-recent-window)
3482 (compare-windows-get-next-window): New functions.
3483 (compare-windows, compare-windows-sync-default-function):
3484 Use `compare-windows-get-window-function' instead of `next-window'.
3485 (compare-windows): Add diff/match messages with region boundaries.
3486 (Bug#19170)
3487
3488 2014-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
3489
3490 * subr.el (filter): Remove. Use `cl-remove-if-not' or `seq-filter'.
3491
3492 2014-12-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
3493
3494 * net/shr.el (shr--extract-best-source): Ignore non-text children.
3495
3496 2014-12-04 Eli Zaretskii <eliz@gnu.org>
3497
3498 Implement copying of a buffer portion while preserving visual order.
3499 * simple.el (bidi-directional-controls-chars)
3500 (bidi-directional-non-controls-chars): New variables.
3501 (squeeze-bidi-context-1, squeeze-bidi-context)
3502 (line-substring-with-bidi-context)
3503 (buffer-substring-with-bidi-context): New functions.
3504
3505 * files.el (file-tree-walk): Doc fix.
3506
3507 2014-12-04 Rupert Swarbrick <ruperts@broadcom.com> (tiny change)
3508 Rüdiger Sonderfeld <ruediger@c-plusplus.net>
3509
3510 * autoinsert.el (auto-insert-alist): Update C/C++ header and
3511 program support to match more extensions. Replace non-alnum
3512 characters when generating include guards (headers) and check for
3513 more extensions when generating includes (programs)
3514 (bug#19254).
3515
3516 2014-12-03 Eric S. Raymond <esr@snark.thyrsus.com>
3517
3518 * files.el (file-tree-walk): Fix docstring.
3519
3520 2014-12-03 Karl Fogel <kfogel@red-bean.com>
3521
3522 Fix bug whereby saving files hung in VC hook.
3523
3524 Saving a buffer visiting a file under SVN control would hang if
3525 the remote repository were unreachable, because the VC hooks tried
3526 to run "svn status -u" on the file, where the "-u" tells svn to
3527 get update information from the remote repository.
3528 http://lists.gnu.org/archive/html/emacs-devel/2014-12/msg00174.html
3529
3530 * vc/vc-svn.el (vc-svn-state): Remove optional `localp'
3531 argument and always pass "-v" to "svn status", never "-u".
3532
3533 2014-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
3534
3535 * emacs-lisp/inline.el: Fix up copyright header.
3536 (inline-quote, inline-const-p, inline-const-val, inline-error):
3537 Silence compiler warnings.
3538 (inline-letevals): Fix edebug spec.
3539 (inline--testconst-p): Consider lambda expressions as const-p.
3540 (inline--getconst-val): Use inline--testconst-p.
3541
3542 * minibuffer.el (completion-table-dynamic): Add arg `switch-buffer'
3543 and change default to stay in the minibuffer when called from
3544 the minibuffer (bug#19250).
3545 (lazy-completion-table): Use this new argument to preserve the
3546 old behavior.
3547
3548 * progmodes/elisp-mode.el (elisp--local-variables): Don't burp on
3549 incorrect lexical elements (bug#19250).
3550
3551 2014-12-03 A. N. Other <none@example.com>
3552
3553 * files.el (file-tree-walk): Lisp translation of ANSI ftw(3).
3554
3555 2014-12-02 Glenn Morris <rgm@gnu.org>
3556
3557 * whitespace.el (whitespace-big-indent-regexp): Add :version.
3558
3559 2014-12-02 Eric S. Raymond <esr@snark.thyrsus.com>
3560
3561 * subr.el (filter): New macro. Because it's just silly for a Lisp
3562 not to have this in 2014. And VC needs it.
3563
3564 * vc.el: All backends: API simplification: Abolish dir-status.
3565 It's replaced by dir-status-files.
3566
3567 * vc.el: All backends: API simplification: Remove 4th
3568 'default-state' argument from vc-dir-status files and its backend
3569 methods - no backend method ever set it. It was used only in the
3570 fallback method to to set a default of 'up-to-date, though a
3571 convoluted call chain obscured this.
3572
3573 * vc-hooks.el: Bind vc-delete-file to Ctrl-x v delete.
3574
3575 * vc.el (vc-expand-dirs): Now takes a second BACKEND argument,
3576 improving behavior on directories using multiple file-oriented VCSes.
3577
3578 * vc/vc.el: All backends: API simplification; clear-headers
3579 is no longer a public method. It is now local to the one place
3580 it's used, in the RCS steal-lock method.
3581
3582 2014-12-01 Eric S. Raymond <esr@snark.thyrsus.com>
3583
3584 * vc/vc.el: In all backends: API simplification; could-register
3585 is no longer a public method. (vc-cvs.el still has a private
3586 implementation.)
3587
3588 * vc/vc.el: In all backends: API cleanup; the backend diff method
3589 takes an explicit async flag. This eliminates a particularly ugly
3590 global.
3591
3592 * vc-bzr.el: Restore vc-bzr-state-heuristic as a private method.
3593 VC randomly/unpredictably fails without it; cause not yet established.
3594
3595 2014-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
3596
3597 Merge some of the differences from the standalone CC-mode.
3598 The main change is to only use the `category' text-property only when
3599 available. For that many calls are changed to use c-get-char-property,
3600 c-next-single-property-change, c-sc-scan-lists,
3601 c-sc-parse-partial-sexp, c-unmark-<->-as-paren.
3602
3603 * progmodes/cc-mode.el (c-just-done-before-change): New var.
3604 (c-basic-common-init): Initialize it.
3605 (c-common-init): Only use mode-require-final-newline when available.
3606 (c-before-change): Check and set c-just-done-before-change.
3607 (c-after-change): Re-set c-just-done-before-change.
3608 (c-advise-fl-for-region): New macro.
3609 (lazy-lock-defer-rest-after-change, lazy-lock-defer-line-after-change)
3610 (font-lock-after-change-function, jit-lock-after-change):
3611 Advise if needed.
3612
3613 * progmodes/cc-langs.el (c-modified-constant): New lang var.
3614 (c-known-type-key): Don't make a list just to throw it away.
3615
3616 * progmodes/cc-engine.el (c-invalidate-state-cache, c-parse-state):
3617 Handle the case where categories are not available.
3618 (c-record-parse-state-state, c-replay-parse-state-state):
3619 Handle marker values.
3620 (c-before-change-check-<>-operators): Look for the `syntax-table'
3621 property rather than for the corresponding `category'.
3622 (c-looking-at-decl-block): Remove unused var
3623 `c-disallow-comma-in-<>-arglists'.
3624 (c-forward-<>-arglist-recur): Remove unused var
3625 `orig-record-found-types'.
3626
3627 * progmodes/cc-defs.el (c-version): Bump up to 5.33.
3628 (c-use-category): New const.
3629 (c-next-single-property-change): New macro.
3630 (c-region-is-active-p): Prefer region-active-p when available.
3631 (c-search-backward-char-property): Fix old min/max typo; probably
3632 a copy/paste error.
3633 (c-mark-<-as-paren, c-mark->-as-paren, c-unmark-<->-as-paren):
3634 Turn them into macros that obey c-use-category.
3635 (c-sc-scan-lists-no-category+1+1, c-sc-scan-lists-no-category+1-1)
3636 (c-sc-scan-lists-no-category-1+1, c-sc-scan-lists-no-category-1-1)
3637 (c-sc-scan-lists, c-sc-parse-partial-sexp)
3638 (c-looking-at-non-alphnumspace): New macros.
3639 (c-sc-parse-partial-sexp-no-category): New function.
3640 (c-emacs-features): Add `category-properties' element.
3641
3642 * progmodes/cc-cmds.el (c-forward-into-nomenclature)
3643 (c-backward-into-nomenclature): Use cc-subword if subword-mode is
3644 not available.
3645 (c-beginning-of-defun, c-end-of-defun, c-mark-function)
3646 (c-indent-line-or-region): Use c-region-is-active-p.
3647
3648 * progmodes/cc-bytecomp.el (cc-bytecomp-unbound-variables)
3649 (cc-bytecomp-original-functions, cc-bytecomp-original-properties)
3650 (cc-bytecomp-loaded-files): Re-set each time the file is loaded.
3651 (cc-bytecomp-obsolete-var, cc-bytecomp-ignore-obsolete)
3652 (cc-bytecomp-obsolete-fun): Delete unused functions.
3653
3654 * progmodes/cc-align.el (c-lineup-respect-col-0): New function.
3655
3656 2014-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
3657
3658 * net/shr.el (shr-dom-print): Fix up `shr-dom-print' after the
3659 dom.el changes.
3660
3661 2014-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
3662
3663 * vc/vc.el (vc-find-conflicted-file): Look for conflicted files in the
3664 current "project" rather than just the current directory.
3665 * vc/vc-git.el (vc-git-conflicted-files): Clarify in which directory
3666 the file names make sense.
3667
3668 * vc/smerge-mode.el (smerge-swap): New command.
3669
3670 * vc/diff-mode.el (diff-kill-applied-hunks): New command.
3671
3672 2014-12-01 Ulf Jasper <ulf.jasper@web.de>
3673
3674 * net/newst-treeview.el (newsticker--treeview-item-show):
3675 Check window liveliness before measuring its width.
3676
3677 * net/newst-backend.el (newsticker--get-news-by-url-callback):
3678 Pass correct status to `newsticker--sentinel-work'.
3679 (newsticker--sentinel-work): Use "newsticker--download-error" as
3680 guid in order to prevent multiple "Could not download..."
3681 messages. Fixes bug#19166.
3682
3683 2014-12-01 Ivan Shmakov <ivan@siamics.net>
3684
3685 * net/eww.el (eww-render): Call `eww-after-render-hook' in the
3686 correct buffer (bug#19225).
3687
3688 2014-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
3689
3690 * net/nsm.el (network-security-level): Change the default to `medium'.
3691
3692 * net/eww.el (eww): Leave point in a place that doesn't cause
3693 scrolling when displaying "Loading...".
3694
3695 2014-12-01 Eric S. Raymond <esr@snark.thyrsus.com>
3696
3697 * vc/vc.el, vc/vc-cvs.el, vc/vc-rcs.el, vc/vc-svn.el: The 'merge'
3698 backend method of RCS/CVS/SVN is now 'merge-file', to contrast with
3699 'merge-branch'. Prompting for merge revisions is pushed down to
3700 the back ends; this fixes a layering violation that caused bad
3701 behavior with SVN.
3702
3703 * vc/vc.el, vc-hooks.el: All backends: API simplification;
3704 vc-stay-local-p and repository-hostname are no longer public
3705 methods. Only the CVS and SVN backends used these, and the SVN
3706 support was conditioned out because svn status -v is too slow.
3707 The CVS back end retains this machinery and the vc-stay-local
3708 configuration variable now only affects it.
3709
3710 2014-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
3711
3712 * emacs-lisp/inline.el: New file.
3713
3714 2014-12-01 Eric S. Raymond <esr@snark.thyrsus.com>
3715
3716 * vc/vc.el, vc-hooks.el: All backends: API simplification;
3717 vc-state-heuristic is no longer a public method, having been
3718 removed where it is redundant, unnecessary, or known buggy.
3719 This eliminated all backends except CVS. Eliminates bug#7850.
3720
3721 * vc/vc-cvs.el, vc/vc-hooks.el, vc/vc-rcs.el, vc/vc-sccs.el:
3722 Eliminate vc-mistrust-permissions. It was only relevant to the
3723 RCS and SCCS back ends and defaulted to t. Code now always
3724 mistrusts permissions - by actual measurement the effect on
3725 performance is negligible. As a side effect bug#11490 is now
3726 irrelevant.
3727
3728 * vc/vc.el, vc-hooks.el: All backends: API simplification;
3729 vc-workfile-unchanged-p is no longer a public method (but the RCS
3730 and SCCS back ends retain it as a private method used in state
3731 computation). This method was redundant with vc-state and usually
3732 implemented as a trivial call to same. Fixes the failure mode
3733 described in bug#694.
3734
3735 * vc/vc.el: All backends: API simplification; init-revision is
3736 gone, and vc-registered functions no longer take an
3737 initial-revision argument.
3738
3739 2014-11-29 Glenn Morris <rgm@gnu.org>
3740
3741 * vc/vc-src.el (vc-src, vc-src-diff-switches)
3742 (vc-src-master-templates): Fix :version tags.
3743
3744 2014-11-29 Paul Rankin <paul@tilk.co> (tiny change)
3745
3746 * outline.el (outline-move-subtree-down): Refactor and improve code.
3747
3748 2014-11-29 Stephen Berman <stephen.berman@gmx.net>
3749 Stefan Monnier <monnier@iro.umontreal.ca>
3750
3751 * outline.el (outline-move-subtree-down): Make sure we can move
3752 forward to find the end of the subtree and the insertion point
3753 (bug#19102).
3754
3755 2014-11-29 Fabián Ezequiel Gallina <fgallina@gnu.org>
3756
3757 * progmodes/python.el (python-shell-completion-setup-code):
3758 Use __builtin__ module (or builtins in Python 3) and catch all errors
3759 when importing readline and rlcompleter.
3760
3761 2014-11-29 Stephen Berman <stephen.berman@gmx.net>
3762
3763 * calendar/todo-mode.el: Handle calling revert-buffer (bug#19187).
3764 (todo-revert-buffer): New function.
3765 (todo-modes-set-1): Use it as the buffer-local value of
3766 revert-buffer-function.
3767
3768 2014-11-29 Stephen Berman <stephen.berman@gmx.net>
3769
3770 * calendar/todo-mode.el (todo-mode): If called interactively, just
3771 display a message saying to call todo-show to enter Todo mode
3772 (Bug#19112).
3773
3774 2014-11-29 Dmitry Gutov <dgutov@yandex.ru>
3775
3776 * vc/vc-hg.el (vc-hg-dir-status-files): Include ignored files.
3777 (Bug#18579)
3778
3779 * vc/vc-bzr.el (vc-bzr-after-dir-status): Don't skip ignored
3780 files. (Bug#18579)
3781
3782 2014-11-29 Michael Albinus <michael.albinus@gmx.de>
3783
3784 * textmodes/makeinfo.el (makeinfo-buffer): Make it work also for
3785 remote `buffer-file-name'.
3786
3787 2014-11-29 Leo Liu <sdl.web@gmail.com>
3788
3789 * calendar/diary-lib.el (calendar-mark-1): Fix thinko.
3790
3791 2014-11-29 Fabián Ezequiel Gallina <fgallina@gnu.org>
3792
3793 Set PYTHONUNBUFFERED on shell startup.
3794
3795 * progmodes/python.el (python-shell-unbuffered): New var.
3796 (python-shell-calculate-process-environment): Use it.
3797
3798 2014-11-29 Michael Albinus <michael.albinus@gmx.de>
3799
3800 * net/tramp.el (tramp-action-password): Clean password on subsequent
3801 attempts even if there was no wrong password indication. (Bug#19047)
3802
3803 * net/tramp-sh.el (tramp-get-remote-locale): Return "LC_ALL=C" as
3804 fallback.
3805 (tramp-open-connection-setup-interactive-shell): No need to check
3806 for nil as `tramp-get-remote-locale' return value.
3807
3808 2014-11-29 Eli Zaretskii <eliz@gnu.org>
3809
3810 * vc/vc-git.el (vc-git-command, vc-git--call):
3811 Bind coding-system-for-read and coding-system-for-write to
3812 vc-git-commits-coding-system.
3813 (vc-git-previous-revision): Use "~1" instead of "^", since the
3814 latter is a special character for MS-Windows system shells.
3815
3816 2014-11-29 Michael Albinus <michael.albinus@gmx.de>
3817
3818 Improve XEmacs compatibility.
3819
3820 * net/tramp.el (tramp-autoload-file-name-handler):
3821 Wrap `temporary-file-directory' by `symbol-value', it doesn't
3822 exist in XEmacs.
3823 (tramp-read-passwd): Don't use `with-timeout-suspend' and
3824 `with-timeout-unsuspend' if they don't exist, like in XEmacs.
3825 (tramp-time-less-p, tramp-time-subtract): Remove functions.
3826 (tramp-handle-file-newer-than-file-p, tramp-time-diff):
3827 * net/tramp-adb.el (tramp-adb-ls-output-time-less-p):
3828 * net/tramp-cache.el (tramp-get-file-property):
3829 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
3830 Use `time-less-p' and `time-subtract, respectively.
3831
3832 * net/tramp-adb.el (top): Do not require time-date.el.
3833
3834 * net/tramp-compat.el (top): Require time-date.el for XEmacs.
3835
3836 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell):
3837 Check, whether `utf-8' is a valid coding system.
3838
3839 2014-11-29 Eli Zaretskii <eliz@gnu.org>
3840
3841 * vc/vc.el (vc-retrieve-tag): Doc fix.
3842
3843 2014-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
3844
3845 * simple.el (execute-extended-command--shorter): Fix the "M-p" case
3846 (bug#19152).
3847
3848 2014-11-28 Martin Rudalics <rudalics@gmx.at>
3849
3850 Fix two issues around help-window-select. (Bug#11039) (Bug#19012)
3851 * help.el (help-window-old-frame): New variable.
3852 (help-window-select): Default to nil (Bug#11039).
3853 Rewrite doc-string.
3854 (help-window-setup): When the help window appears on another
3855 frame and `help-window-select' is non-nil, give that frame input
3856 focus too (Bug#19012).
3857 (with-help-window): Store selected frame in
3858 help-window-old-frame.
3859
3860 2014-11-28 Ulf Jasper <ulf.jasper@web.de>
3861
3862 * net/newst-treeview.el (newsticker--treeview-load): Take care of
3863 nil value for `newsticker-groups-filename'.
3864
3865 2014-11-28 Daiki Ueno <ueno@gnu.org>
3866
3867 * epa.el (epa-sign-file, epa-encrypt-file, epa-decrypt-region)
3868 (epa-sign-region, epa-encrypt-region):
3869 Use `epg-context-set-{passphrase,progress}-callback', instead of
3870 `setf'. This partially reverts commit 9e48a95c (bug#19150).
3871 Reported by José A. Romero L.
3872
3873 2014-11-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
3874
3875 * net/eww.el (eww-restore-history):
3876 Bind `inhibit-modification-hooks' instead of `after-change-functions'.
3877
3878 2014-11-27 Ulf Jasper <ulf.jasper@web.de>
3879
3880 * net/newst-backend.el (newsticker--parse-atom-1.0):
3881 Handle embedded (x)html in summary node.
3882
3883 2014-11-27 Sam Steingold <sds@gnu.org>
3884
3885 * menu-bar.el (menu-bar-open): When everything else fails,
3886 use (mouse-menu-bar-map).
3887
3888 2014-11-27 Ulf Jasper <ulf.jasper@web.de>
3889
3890 * net/newst-treeview.el (newsticker-groups-filename):
3891 Change default value to nil. Point out that variable is obsolete in doc
3892 string.
3893 (newsticker--treeview-load): Change wording of the questions the
3894 user is asked when `newsticker-groups-filename' is found to be
3895 used and we offer to read and remove the groups file. (Bug#19165)
3896
3897 2014-11-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
3898
3899 * net/eww.el (eww): Record the new URL immediately, so that if the
3900 HTTP fetch fails, we have the right URL in the buffer.
3901 (eww-process-text-input): Don't shorten the input field if
3902 deleting at the last character (bug#19085).
3903 (eww-restore-history): Inhibit change functions while restoring
3904 the history.
3905 (eww-process-text-input): Fix deletion at the start of the field, too.
3906 (eww-mode): Revert mistanken removal of `buffer-disable-undo'.
3907 (eww-process-text-input): Try to keep track of the size more reliably.
3908
3909 * dom.el (dom-pp): New function.
3910
3911 2014-11-27 Eli Zaretskii <eliz@gnu.org>
3912
3913 * vc/vc-bzr.el (vc-bzr-print-log, vc-bzr-expanded-log-entry):
3914 Don't assume --long is the default for "bzr log", always specify
3915 it explicitly, in case the user defined an alias for 'log' that
3916 uses some other format.
3917
3918 2014-11-27 Fabián Ezequiel Gallina <fgallina@gnu.org>
3919
3920 * progmodes/python.el (python-eldoc--get-doc-at-point):
3921 Strip shell output before returning. (bug#18794)
3922
3923 2014-11-27 Dmitry Gutov <dgutov@yandex.ru>
3924
3925 Fix indentation before `!=' and after `+='. Originally reported
3926 in https://github.com/mooz/js2-mode/issues/174.
3927 * progmodes/js.el (js--indent-operator-re): Make assignments and
3928 (in)equality operator a separate case.
3929 (js--continued-expression-p): Escape the second `+' in the regexp.
3930
3931 2014-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
3932
3933 * window.el (handle-select-window): Deactivate shift-region (bug#19003).
3934
3935 2014-11-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
3936
3937 * net/nsm.el (nsm-new-fingerprint-ok-p): Display the certificate
3938 when querying about new certificates.
3939
3940 * net/shr.el (shr-make-table-1): dom.el changes for table rendering.
3941
3942 * dom.el (dom-by-tag): Use `equal' for comparisons so that tags
3943 can be strings.
3944 (dom-elements): Protect against non-text nodes.
3945 (dom-non-text-children): New function.
3946
3947 * net/eww.el (eww-tag-title): Use `dom-text'.
3948
3949 2014-11-26 Sam Steingold <sds@gnu.org>
3950
3951 * textmodes/sgml-mode.el (sgml-validate-command): Pass -utf8 to tidy.
3952
3953 2014-11-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
3954
3955 * net/eww.el (eww-highest-readability): More dom.el fixes.
3956
3957 2014-11-26 Ulf Jasper <ulf.jasper@web.de>
3958
3959 * net/newst-backend.el (newsticker--parse-generic-items):
3960 Take care of UIDs when adding elements to cache.
3961
3962 2014-11-26 Alan Mackenzie <acm@muc.de>
3963
3964 Remove spurious reference to symbol category_properties.
3965 * progmodes/cc-engine.el (c-state-pp-to-literal): Fix here.
3966
3967 2014-11-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
3968
3969 * net/eww.el: Use the new dom.el accessors throughout.
3970
3971 * net/shr.el: Ditto.
3972
3973 * dom.el: New file.
3974
3975 2014-11-26 Glenn Morris <rgm@gnu.org>
3976
3977 * arc-mode.el (archive-visit-single-files): Add :version.
3978
3979 2014-11-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
3980
3981 * net/nsm.el (nsm-format-certificate): Don't bug out on missing
3982 elements.
3983 (nsm-warnings-ok-p): The new version of this function always
3984 returned nil when everything was OK.
3985
3986 2014-11-25 Teodor Zlatanov <tzz@lifelogs.com>
3987
3988 * net/gnutls.el (gnutls): Set :group to 'comm so it's near NSM.
3989
3990 * net/nsm.el (nsm-check-tls-connection, nsm-save-host)
3991 (nsm-warnings-ok-p): Use `gnutls-peer-status-warning-describe'.
3992
3993 2014-11-20 Nicolas Richard <theonewiththeevillook@yahoo.fr>
3994
3995 * emacs-lisp/byte-run.el (function-put): Match argument names to
3996 docstring.
3997
3998 2014-11-24 Sam Steingold <sds@gnu.org>
3999
4000 * vc/vc-hooks.el (vc-directory-exclusion-list):
4001 Fix a trivial typo (bug#19171).
4002
4003 2014-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
4004
4005 * vc/vc-hooks.el (vc-state-base-face): Don't override
4006 mode-line-inactive.
4007
4008 2014-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
4009
4010 * net/eww.el (eww-set-character-encoding): Use `read-coding-system'.
4011 (eww-process-text-input): Inhibit read only so that input fields
4012 don't get shortened (bug#19085).
4013
4014 2014-11-24 Leo Liu <sdl.web@gmail.com>
4015
4016 * emacs-lisp/macroexp.el (macroexp-let2*): New macro.
4017
4018 * window.el (with-temp-buffer-window)
4019 (with-current-buffer-window, with-displayed-buffer-window):
4020 * emacs-lisp/cl-macs.el (cl--compiler-macro-adjoin):
4021 * emacs-lisp/cl-lib.el (substring):
4022 * emacs-lisp/cl-extra.el (cl-getf): Use it.
4023
4024 2014-11-24 Eli Zaretskii <eliz@gnu.org>
4025
4026 * isearch.el (isearch-update): Don't assume
4027 pos-visible-in-window-p will return nil when point is hscrolled
4028 out of view. (Bug#19157)
4029
4030 2014-11-20 Andrey Kotlarski <m00naticus@gmail.com>
4031
4032 * net/eww.el (eww-browse-url): Optionally create new eww buffer.
4033 (eww-follow-link): Follow in new buffer in case of prefix
4034 argument, open externally with double prefix (bug#19130).
4035
4036 2014-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
4037
4038 * net/eww.el (eww-display-html): Decode the document-defined charset.
4039 (eww): Pop to the *eww* buffer immediately after executing the
4040 `M-x eww' command to avoid having buffers pop up later.
4041 (eww-display-html): Don't pop the *eww* buffer.
4042 (eww-display-raw): Ditto.
4043 (eww-display-image): Ditto.
4044 (eww-follow-link): Make going to #targets in the page work again.
4045
4046 2014-11-23 Ivan Shmakov <ivan@siamics.net>
4047
4048 * net/eww.el (eww-suggest-uris): New variable.
4049 (eww-suggested-uris): New function.
4050 (eww): Default to URL under point.
4051 (eww-links-at-point): New function.
4052
4053 2014-11-20 Mark Oteiza <mvoteiza@udel.edu> (tiny change)
4054
4055 * net/eww.el (eww-add-bookmark): Fix bookmark titles.
4056
4057 2014-11-17 Mark Oteiza <mvoteiza@udel.edu> (tiny change)
4058
4059 * net/eww.el (eww-mode-map): Bind backtab to shr-previous-link.
4060
4061 2014-11-23 Kenjiro Nakayama <nakayamakenjiro@gmail.com>
4062
4063 * net/eww.el (eww-set-character-encoding): New command and keystroke.
4064 (eww-display-raw): Use it (bug#16225).
4065
4066 2014-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
4067
4068 * net/nsm.el (network-security-level): Rename from
4069 `nsm-security-level' and documented.
4070
4071 * mail/smtpmail.el (smtpmail-via-smtp): Warn unless encrypted and
4072 we're sending a password.
4073
4074 * net/nsm.el: New file that implements a Network Security Manager.
4075
4076 * net/network-stream.el (open-network-stream): Add a new
4077 :warn-unless-encrypted parameter.
4078 (network-stream-open-plain): Allow warning unless encrypted.
4079 (network-stream-open-starttls): Call the Network Security Manager.
4080 (network-stream-open-tls): Ditto.
4081
4082 2014-11-23 Leo Liu <sdl.web@gmail.com>
4083
4084 * calendar/cal-china.el (calendar-chinese-from-absolute-for-diary)
4085 (calendar-chinese-to-absolute-for-diary)
4086 (calendar-chinese-mark-date-pattern, diary-chinese-anniversary):
4087 Handle leap months in Chinese calendar. (Bug#18953)
4088
4089 2014-11-22 Alan Mackenzie <acm@muc.de>
4090
4091 Fix error with `mark-defun' and "protected:" in C++ Mode.
4092 Fixes: debbugs:19134.
4093
4094 * progmodes/cc-cmds.el (c-where-wrt-brace-construct): Handle a
4095 return code of (label) from c-beginning-of-decl-1.
4096
4097 2014-11-22 Ulf Jasper <ulf.jasper@web.de>
4098
4099 * net/newst-backend.el (newsticker--sentinel-work):
4100 Tell `libxml-parse-xml-region' to discard comments. Fixes bug#18787.
4101
4102 2014-11-22 Michael Albinus <michael.albinus@gmx.de>
4103
4104 * net/tramp-sh.el (tramp-sh-handle-start-file-process)
4105 (tramp-sh-handle-process-file): Propagate `process-environment'.
4106
4107 * vc/vc-hg.el (vc-hg-state): No special handling for remote files;
4108 Tramp propagates environment variables now.
4109
4110 2014-11-22 Eric S. Raymond <esr@snark>
4111
4112 * vc/vc-filewise.el: New file to isolate code used only by the
4113 file-oriented back ends (SCCS/RCS/CVS/SRC) which should not
4114 live in vc.el and certainly not in vc-hooks.el.
4115
4116 * vc/vc-hooks.el, vc-rcs.el, vc-sccs.el: vc-name -> vc-master-name.
4117 This is preparatory to isolating all the 'master' functions
4118 used only by the file-oriented back ends. With this done first,
4119 the substantive diffs will be easier to read.
4120
4121 2014-11-21 Rüdiger Sonderfeld <ruediger@c-plusplus.net>
4122
4123 * play/morse.el (nato-alphabet): Mark URL in docstring in a way
4124 that is recognized by `help-mode'.
4125
4126 2014-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
4127
4128 * desktop.el (desktop-create-buffer): Use activate-mark to set
4129 `mark-active' (bug#19058).
4130
4131 2014-11-21 Eric S. Raymond <esr@snark>
4132
4133 * vc/vc-src.el (vc-src-state): Fix bug that produced spurious
4134 nil state.
4135
4136 2014-11-21 Eli Zaretskii <eliz@gnu.org>
4137
4138 * vc/vc.el (vc-deduce-fileset): Support invocation from
4139 *vc-change-log* buffer. (Bug#19084)
4140
4141 2014-11-13 Matthew Leach <matthew@mattleach.net>
4142
4143 * arc-mode.el (archive-visit-single-files): New.
4144 (archive-mode): Visit file if archive contains a single file.
4145 (Bug#1702)
4146
4147 2014-11-21 Ulrich Müller <ulm@gentoo.org>
4148
4149 * vc/vc.el: Fix a typo in the commentary.
4150
4151 2014-11-20 Eric S. Raymond <esr@snark.thyrsus.com>
4152
4153 * vc/vc-src.el, vc/vc.el: Added support for SRC. Needs more
4154 testing and a real log-view mode.
4155
4156 * vc/vc-bzr.el, vc/vc-cvs.el, vc/vc-dav.el, vc/vc-git.el:
4157 * vc/vc-hg.el, vc/vc-mtn.el, vc/vc-rcs.el, vc/vc-sccs.el:
4158 * vc/vc-svn.el, vc/vc.el: Remove editable argument from the backend
4159 checkout methods; where it matters (which is only in SCCS and RCS)
4160 files are always checked out editable. This may actually have
4161 been dynamically true already - it looks like the vc-next-action
4162 code evolved past visiting the other case. Tested with RCS.
4163
4164 * vc/vc-arch.el, vc/vc-bzr.el, vc/vc-cvs.el, vc/vc-dav.el:
4165 * vc/vc-git.el, vc/vc-hg.el, vc/vc-mtn.el, vc/vc-rcs.el:
4166 * vc/vc-sccs.el, vc/vc-svn.el, vc/vc.el: Remove never-used rev
4167 argument from the backend checkin methods. Only the RCS, SCCS,
4168 and CVS back ends tried to do anything with it, and that code was
4169 never exercised. Chiseling away the cruft of decades...
4170
4171 2014-11-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
4172
4173 * net/eww.el (eww-render): Remove a no-op :title setting.
4174
4175 2014-11-19 Ivan Shmakov <ivan@siamics.net>
4176
4177 * net/eww.el (eww-history-limit): New variable.
4178 (eww-save-history): Use it (bug#19105).
4179 (eww-reload): Reload the page in the right buffer.
4180
4181 2014-11-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
4182
4183 * net/eww.el (eww-desktop-misc-data): Use `cl-remove-duplicates'.
4184
4185 2014-11-19 Ivan Shmakov <ivan@siamics.net>
4186
4187 * net/eww.el (eww-desktop-remove-duplicates)
4188 (eww-restore-desktop, eww-restore-reload-prompt): New variables.
4189 (eww-mode): Set up desktop mode (bug#18010).
4190 (eww-desktop-data-save, eww-desktop-data-1)
4191 (eww-desktop-history-duplicate, eww-desktop-misc-data)
4192 (eww-restore-desktop): New functions.
4193
4194 2014-11-19 Eli Zaretskii <eliz@gnu.org>
4195
4196 * vc/vc.el (vc-log-internal-common): Turn on log-view-mode in the
4197 correct buffer. (Bug#19101)
4198
4199 2014-11-19 Rüdiger Sonderfeld <ruediger@c-plusplus.net>
4200
4201 * vc/vc-git.el (vc-git-diff): Use "difftool -x diff" with
4202 `diff-switches' if `vc-git-diff-switches' is nil. (Bug#19099)
4203
4204 2014-11-19 Artur Malabarba <bruce.connor.am@gmail.com>
4205
4206 * ido.el (ido-bury-buffer-at-head): New command.
4207 (ido-buffer-completion-map): Bind it to C-S-b.
4208
4209 2014-11-18 Juri Linkov <juri@linkov.net>
4210
4211 * simple.el (next-line-or-history-element): Wrap next-line
4212 in with-no-warnings.
4213 (previous-line-or-history-element): Wrap previous-line
4214 in with-no-warnings.
4215
4216 2014-11-18 Juri Linkov <juri@linkov.net>
4217
4218 * progmodes/grep.el (grep-compute-defaults):
4219 Compute grep-highlight-matches before its use.
4220
4221 2014-11-18 Juri Linkov <juri@linkov.net>
4222
4223 * replace.el (query-replace-from-to-separator): Turn defvar into
4224 defcustom. Wrap char-displayable-p in ignore-errors because an
4225 attempt to autoload char-displayable-p fails during pre-loading.
4226 Move (propertize "\0" ... 'separator t) out of customizable part
4227 to query-replace-read-from.
4228 (query-replace-read-from): Call custom-reevaluate-setting on
4229 query-replace-from-to-separator to reevaluate the separator
4230 depending on the return value of char-displayable-p.
4231 http://lists.gnu.org/archive/html/emacs-devel/2014-11/msg00466.html
4232
4233 2014-11-18 Juri Linkov <juri@linkov.net>
4234
4235 * bindings.el (minibuffer-local-map): Rebind [down] from
4236 next-history-element to next-line-or-history-element, and [up]
4237 from previous-history-element to previous-line-or-history-element.
4238
4239 * simple.el (next-line-or-history-element)
4240 (previous-line-or-history-element): New commands.
4241 http://lists.gnu.org/archive/html/emacs-devel/2014-11/msg00822.html
4242
4243 2014-11-18 Leo Liu <sdl.web@gmail.com>
4244
4245 * emacs-lisp/nadvice.el (define-advice): New macro.
4246 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
4247 Add define-advice.
4248 (lisp-font-lock-keywords-1): Add define-advice.
4249
4250 2014-11-18 Daiki Ueno <ueno@gnu.org>
4251
4252 * epg.el (epg-context): New slot EDIT-CALLBACK.
4253 (epg--process-filter): Call EDIT-CALLBACK when editing a key.
4254 (epg-reset): Reset EDIT-CALLBACK of the context.
4255 (epg-start-edit-key): New function.
4256 (epg-edit-key): New function.
4257
4258 2014-11-18 Paul Eggert <eggert@cs.ucla.edu>
4259
4260 Port new time stamp handling to Emacs 23.2.
4261 This fix is for Gnus. Reported by Katsumi Yamaoka.
4262 * calendar/time-date.el (time-add, time-subtract, time-less-p):
4263 Use eval-and-compile, not eval-when-compile.
4264
4265 2014-11-18 Daiki Ueno <ueno@gnu.org>
4266
4267 * epg.el (epg-context-set-passphrase-callback)
4268 (epg-context-set-progress-callback): Check if the CALLBACK
4269 argument is a function, instead of a cons.
4270
4271 2014-11-18 Daiki Ueno <ueno@gnu.org>
4272
4273 * epa-file.el (epa-file-insert-file-contents)
4274 (epa-file-write-region): Remove redundant check of
4275 epa-pinentry-mode.
4276 * epa.el (epa-sign-file, epa-encrypt-file, epa-decrypt-region)
4277 (epa-sign-region, epa-encrypt-region): Remove redundant check of
4278 epa-pinentry-mode.
4279
4280 2014-11-18 Daiki Ueno <ueno@gnu.org>
4281
4282 * epa-file.el (epa-file-insert-file-contents): Don't show
4283 "*Error*" buffer if input file does not exist.
4284 Reported by Herbert J. Skuhra.
4285
4286 2014-11-18 Paul Pogonyshev <pogonyshev@gmail.com>
4287 Rüdiger Sonderfeld <ruediger@c-plusplus.net>
4288
4289 * progmodes/cc-langs.el: Support some of the new keywords in C++11.
4290 An alternative version of the patch from bug#13871.
4291 (c-operators): Add "alignof".
4292 (c-primitive-type-kwds): Add "char16_t", "char32_t".
4293 (c-type-modifier-kwds): Add "constexpr", "noexcept".
4294 (c-modifier-kwds): Add "thread_local".
4295 (c-constant-kwds): Add "nullptr".
4296
4297 2014-11-17 Michal Nazarewicz <mina86@mina86.com>
4298
4299 * textmodes/tildify.el (tildify-pattern, tildify-space-string):
4300 New variables for specifying tildify pattern and representation of
4301 a hard space -- a no-break space by default -- respectively.
4302 Being buffer-local they are much easier to handle than
4303 `tildify-string-alist' and `tildify-pattern-alist' respectively
4304 that have been used so far. They also works better with derived
4305 modes.
4306 (tildify-foreach-region-function): New variable specifying
4307 a function determining portions of buffer that should be
4308 tildified. It allows major modes to create a filtering function
4309 more elaborate than a set of regular expressions. Initialised to
4310 `tildify--deprecated-ignore-evironments' by default to handle now
4311 deprecated `tildify-ignored-environments-alist' variable.
4312 (tildify--foreach-region): A new function that takes
4313 `tildify-foreach-region-function' into account and calls callback
4314 for regions of the buffer that should be tildified.
4315 (tildify-foreach-ignore-environments): A new function which can be
4316 partially applied and used as `tildify-foreach-region-function'.
4317 (tildify-ignored-environments-alist, tildify-pattern)
4318 (tildify-string-alist, tildify--pick-alist-entry): Mark as obsolete.
4319 (tildify--find-env): Rename from `tildify-find-env' and mark as
4320 obsolete.
4321 (tildify--deprecated-ignore-evironments): New function,
4322 immediately marked as obsolete, used to handle deprecated
4323 `tildify-ignored-environments-alist'.
4324
4325 * textmodes/tex-mode.el (tex-common-initialization):
4326 Set `tildify-space-string' and `tildify-foreach-region-function'
4327 variables in all variants of TeX mode since `tildify-string-alist'
4328 and `tildify-ignored-environments-alist' are now empty by default.
4329
4330 * nxml/nxml-mode.el (nxml-mode): Ditto in `nxml-mode'.
4331 If encoding supports it use no-break space instead of character
4332 entity; this changes previous default which used a numeric
4333 reference.
4334
4335 * textmodes/sgml-mode.el (sgml-mode): ditto in `sgml-mode'.
4336 If encoding does not support no-break space, use numeric reference;
4337 this changes previous default which used named entity (“&nbsp;”)
4338 in HTML mode.
4339
4340 2014-11-17 Ulf Jasper <ulf.jasper@web.de>
4341
4342 * calendar/icalendar.el (icalendar-export-alarms):
4343 New customizable variable. (Bug#5433)
4344 (icalendar-export-region): Export alarms as specified in
4345 `icalendar-export-alarms'.
4346 (icalendar--create-ical-alarm, icalendar--do-create-ical-alarm):
4347 New functions for exporting alarms.
4348
4349 2014-11-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
4350
4351 * bindings.el (search-map): Move `eww-search-words' to `M-s M-w'.
4352
4353 2014-11-17 Paul Eggert <eggert@cs.ucla.edu>
4354
4355 Port new time stamp handling to old Emacs and to XEmacs.
4356 This is needed for Gnus, which copies time-date.el and which
4357 runs on older Emacs implementations.
4358 * calendar/time-date.el (with-decoded-time-value):
4359 Handle 'nil' and floating-point arg more compatibly with new Emacs.
4360 (encode-time-value, with-decoded-time-value):
4361 Obsolete only if new Emacs.
4362 (time-add, time-subtract, time-less-p): Define if not new Emacs.
4363
4364 Improve time stamp handling, and be more consistent about it.
4365 This implements a suggestion made in:
4366 http://lists.gnu.org/archive/html/emacs-devel/2014-10/msg00587.html
4367 Among other things, this means timer.el no longer needs to
4368 autoload the time-date module.
4369 * allout-widgets.el (allout-elapsed-time-seconds): Doc fix.
4370 * arc-mode.el (archive-ar-summarize):
4371 * calendar/time-date.el (seconds-to-time, days-to-time, time-since):
4372 * emacs-lisp/timer.el (timer-relative-time, timer-event-handler)
4373 (run-at-time, with-timeout-suspend, with-timeout-unsuspend):
4374 * net/tramp.el (tramp-time-less-p, tramp-time-subtract):
4375 * proced.el (proced-time-lessp):
4376 * timezone.el (timezone-time-from-absolute):
4377 * type-break.el (type-break-schedule, type-break-time-sum):
4378 Simplify by using new functionality.
4379 * calendar/cal-dst.el (calendar-next-time-zone-transition):
4380 Do not return time values in obsolete and undocumented (HI . LO)
4381 format; use (HI LO) instead.
4382 * calendar/time-date.el (with-decoded-time-value):
4383 Treat 'nil' as current time. This is mostly for XEmacs.
4384 (encode-time-value, with-decoded-time-value): Obsolete.
4385 (time-add, time-subtract, time-less-p): Use no-op autoloads, for
4386 XEmacs. Define only if XEmacs, as they're now C builtins in Emacs.
4387 * ldefs-boot.el: Update to match new time-date.el
4388 * proced.el: Do not require time-date.
4389
4390 2014-11-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
4391
4392 * net/eww.el (eww-mode): Make the buffer read-only.
4393 (eww-form-text): Inhibit read-only-ness in text input fields
4394 (bug#16476).
4395
4396 2014-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
4397
4398 * simple.el (execute-extended-command--shorter): Cut search here.
4399 (execute-extended-command): Instead of here.
4400
4401 2014-11-16 Fabián Ezequiel Gallina <fgallina@gnu.org>
4402
4403 * progmodes/python.el (python-mode): Avoid use of set-local to
4404 keep Emacs 24.x compatibility.
4405
4406 2014-11-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
4407
4408 * net/shr.el (shr): Move to the new defgroup `web'.
4409
4410 * net/eww.el (eww): Ditto.
4411
4412 * simple.el (execute-extended-command): Don't show the help
4413 message if the binding isn't significantly shorter than the
4414 M-x command the user typed (bug#19013).
4415
4416 2014-11-16 Ulf Jasper <ulf.jasper@web.de>
4417
4418 * calendar/icalendar.el (icalendar--convert-tz-offset):
4419 Return complete cons when offsets of standard time and daylight saving
4420 time are equal.
4421 (icalendar-export-region): Fix unbound variable warning.
4422
4423 2014-11-16 Fabián Ezequiel Gallina <fgallina@gnu.org>
4424
4425 * progmodes/python.el (run-python): Allow CMD to be optional and
4426 default it to a safe command, even for Windows. (bug#18596)
4427
4428 2014-11-16 Fabián Ezequiel Gallina <fgallina@gnu.org>
4429
4430 * progmodes/python.el (python-shell-calculate-command):
4431 Rename from python-shell-parse-command. Cleanup.
4432 (run-python, run-python-internal): Use it.
4433 (python-shell-calculate-pythonpath): Rename from
4434 python-new-pythonpath.
4435 (python-shell-calculate-process-environment): Use it.
4436 (python-shell-calculate-exec-path): Add comment.
4437
4438 2014-11-16 Thierry Banel <tbanelwebmin@free.fr> (tiny change)
4439
4440 * calc/calc-arith.el (math-max-list, math-min-list): Fix bug
4441 for date handling.
4442
4443 2014-11-16 Andreas Schwab <schwab@linux-m68k.org>
4444
4445 * version.el (emacs-repository-get-version): Use git rev-parse
4446 instead of git log.
4447
4448 2014-11-16 Fabián Ezequiel Gallina <fgallina@gnu.org>
4449
4450 * progmodes/python.el (python-indent-calculate-levels):
4451 Fix indentation behavior multiline dedenter statement. (Bug#18432)
4452
4453 2014-11-16 Fabián Ezequiel Gallina <fgallina@gnu.org>
4454
4455 * progmodes/python.el (python-indent-region):
4456 Use python-indent-line and skip special cases. (Bug#18843)
4457
4458 2014-11-16 Peder O. Klingenberg <peder@klingenberg.no>
4459
4460 * mail/emacsbug.el (report-emacs-bug): Make a better guess at
4461 envelope-from when reporting through sendmail (bug#19054).
4462
4463 2014-11-16 Oscar Fuentes <ofv@wanadoo.es>
4464
4465 Add faces for the VC modeline state indicator.
4466 * vc/vc-hooks.el:
4467 (vc-state-faces, vc-state-base-face)
4468 (vc-up-to-date-state, vc-needs-update-state)
4469 (vc-locked-state, vc-locally-added-state)
4470 (vc-conflict-state, vc-removed-state)
4471 (vc-missing-state, vc-edited-state):
4472 New faces.
4473 (vc-default-mode-line-string): Use them
4474
4475 2014-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
4476
4477 * emacs-lisp/backquote.el (backquote-process): Optimize away ",'".
4478
4479 2014-11-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
4480
4481 * net/eww.el (eww-search-words): Mention `eww-search-prefix'.
4482
4483 2014-11-15 Fabián Ezequiel Gallina <fgallina@gnu.org>
4484
4485 * progmodes/python.el (python-eldoc-setup-code): Enhance string
4486 type checks, simplify printing. (Bug#18962)
4487
4488 2014-11-14 Ivan Andrus <darthandrus@gmail.com>
4489
4490 * progmodes/python.el (python-shell-font-lock-kill-buffer):
4491 (python-shell-font-lock-with-font-lock-buffer)
4492 (python-shell-get-buffer, python-ffap-module-path):
4493 Use `derived-mode-p' instead of equality test on `major-mode'.
4494
4495 2014-11-14 Fabián Ezequiel Gallina <fgallina@gnu.org>
4496
4497 * progmodes/python.el (python-shell-virtualenv-root): Rename from
4498 python-shell-virtualenv-path.
4499 (python-shell-internal-get-process-name)
4500 (python-shell-calculate-process-environment)
4501 (python-shell-calculate-exec-path): Use it.
4502
4503 2014-11-14 Eli Zaretskii <eliz@gnu.org>
4504
4505 * bindings.el (search-map): Fix last change: don't use 'kbd' in
4506 bindings.el, since it is not yet loaded when bindings.el is
4507 preloaded.
4508
4509 2014-11-14 Fabián Ezequiel Gallina <fgallina@gnu.org>
4510
4511 * progmodes/python.el (python-shell-completion-get-completions):
4512 Fix previous merge.
4513
4514 2014-11-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
4515
4516 * net/eww.el (eww-render): Don't set the title to the URL.
4517
4518 2014-11-13 Ulrich Müller <ulm@gentoo.org>
4519
4520 * version.el (emacs-repository-get-version): Call `git log'
4521 command with proper format argument (bug#19049).
4522
4523 2014-11-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
4524
4525 * bindings.el (search-map): Bind M-s M-s to `eww-search-words'.
4526
4527 2014-11-14 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
4528
4529 * net/eww.el (eww-search-words): New command (bug#16258).
4530
4531 2014-11-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
4532
4533 * net/shr.el (shr-inhibit-images): Add a doc string.
4534
4535 * net/eww.el (eww-after-render-hook): New variable.
4536 (eww-render): Use it.
4537
4538 * net/shr.el (shr-descend): Don't descend further than
4539 `max-specpdl-size' allows (bug#16587).
4540 (shr-depth): New variable.
4541 (shr-warning): New variable.
4542
4543 2014-11-13 Ivan Shmakov <ivan@siamics.net>
4544
4545 * net/shr.el (shr-parse-base): Handle <base href=""> correctly.
4546 (shr-expand-url): Expand absolute URLs correctly (bug#17958).
4547
4548 2014-11-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
4549
4550 * net/eww.el (eww): Add comment to clarify.
4551
4552 * net/shr.el (shr-parse-image-data): Remove blocked bits from
4553 external SVG images.
4554 (shr-tag-object): Display images in <object> forms (bug#16244).
4555 (shr-tag-table): Also insert <objects> after the tables.
4556
4557 2014-11-13 Michael Albinus <michael.albinus@gmx.de>
4558
4559 * vc/vc-hg.el (vc-hg-state): Disable pager. (Bug#18940)
4560
4561 2014-11-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
4562
4563 * net/eww.el (eww-form-file): Fix version number.
4564
4565 2014-11-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
4566
4567 * net/eww.el (eww-form-file): :type isn't a valid `defface' keyword.
4568
4569 2014-11-10 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
4570
4571 * net/eww.el(eww-form-file(defface)): New defface of file upload form.
4572 (eww-submit-file): New key map of file upload.
4573 (eww-form-file): New file upload button and file name context.
4574 (eww-select-file): Select file and display selected file name.
4575 (eww-tag-input): Handle input tag of file type.
4576 (eww-update-field): Add point offset.
4577 (eww-submit): Add submit with multipart/form-data.
4578
4579 2014-11-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
4580
4581 * net/eww.el (eww-render, eww-display-html, eww-setup-buffer):
4582 Allow taking a buffer to render data in. This allows using several
4583 eww buffers (bug#16211).
4584
4585 2014-11-10 Charles Rendleman <carendle@gmail.com> (tiny change)
4586
4587 * net/eww.el (eww-download-callback): Save only the file contents,
4588 not the headers.
4589
4590 2014-11-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
4591
4592 * net/eww.el (eww-data): New plist to store all the data relevant
4593 to a single page, used throughout the file instead of the
4594 variables `eww-current-url', `eww-current-dom',
4595 `eww-current-source', and `eww-current-title'.
4596 (eww-readable): Copy over pertinent data from the parent page.
4597 (eww-save-history): Don't let the history grow infinitely.
4598
4599 * net/eww.el: Remove `eww-next-url', `eww-previous-url',
4600 `eww-up-url', `eww-home-url', `eww-start-url' and
4601 `eww-contents-url' and put the data into the `eww-data' plist.
4602 This allow restoring these values after going back in the history.
4603
4604 2014-11-10 Sylvain Chouleur <sylvain.chouleur@gmail.com> (tiny change)
4605
4606 Allow VTIMEZONE where daylight and standard time zones are equal.
4607 See: http://lists.gnu.org/archive/html/emacs-devel/2014-11/msg00494.html
4608 * calendar/icalendar.el (icalendar--convert-tz-offset):
4609 Support timezone without daylight saving time.
4610
4611 2014-11-10 Glenn Morris <rgm@gnu.org>
4612
4613 * startup.el (command-line): Handle nil elements in load-path.
4614
4615 2014-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
4616
4617 * help.el (view-lossage): Include the actual commands run.
4618
4619 2014-11-10 Dmitry Gutov <dgutov@yandex.ru>
4620
4621 * vc/vc-dir.el (vc-dir-hide-state): Also hide `ignored' items when
4622 no state is specified. (Bug#18964)
4623
4624 2014-11-09 Eric Ludlam <zappo@gnu.org>
4625
4626 * emacs-lisp/eieio-custom.el (eieio-customize-object):
4627 Set eieio-cog (current group) to g, which is an improved form of input
4628 group.
4629
4630 2014-11-09 Juri Linkov <juri@jurta.org>
4631
4632 * isearch.el (isearch-message-prefix): Show "Multi-file" and
4633 "Multi-buffer" instead of "Multi". (Bug#13592)
4634
4635 * misearch.el (multi-isearch-file-list):
4636 Autoload multi-isearch-buffer-list and multi-isearch-file-list.
4637 (multi-isearch-end): Reset multi-isearch-buffer-list and
4638 multi-isearch-file-list to nil.
4639
4640 2014-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
4641
4642 * emacs-lisp/bytecomp.el (byte-compile-initial-macro-environment):
4643 Don't call byte-compile-preprocess since the result will go through
4644 cconv.
4645 (byte-compile-output-docform): Handle uninterned `name' correctly.
4646 * emacs-lisp/cl-macs.el (cl-define-compiler-macro): Use interned name
4647 to circumvent byte-compiler bug.
4648
4649 * emacs-lisp/macroexp.el (macroexp--expand-all): Fix typo.
4650 (macroexp--compiler-macro): Remove left-over debug code.
4651
4652 * emacs-lisp/cl-extra.el (cl-get): Silence compiler warning.
4653
4654 2014-11-08 Juri Linkov <juri@jurta.org>
4655
4656 * simple.el (shell-command): Use buffer-name when output-buffer is
4657 a buffer. (Bug#18096)
4658
4659 2014-11-08 Juri Linkov <juri@jurta.org>
4660
4661 * minibuffer.el (minibuffer-completion-help): Compare this-command
4662 with completion-at-point. (Bug#17809)
4663
4664 2014-11-08 Glenn Morris <rgm@gnu.org>
4665
4666 * emacs-lisp/bytecomp.el (byte-compile-report-error):
4667 Allow the argument to be a string. Due to the vague doc,
4668 it was already being used this way.
4669
4670 2014-11-08 Michael Albinus <michael.albinus@gmx.de>
4671
4672 * net/tramp.el (tramp-check-cached-permissions): Include hop in
4673 the constructed Tramp file name. (Bug#18943)
4674
4675 2014-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
4676
4677 * emulation/cua-base.el (cua--select-keymaps): Use region-active-p
4678 (bug#18952).
4679 (cua-set-mark, cua--post-command-handler-1):
4680 * emulation/cua-gmrk.el (cua-cancel-global-mark): Same.
4681
4682 2014-11-08 Michael Albinus <michael.albinus@gmx.de>
4683
4684 * files.el (file-name-non-special): Wrap the call of
4685 `insert-file-contents' by `unwind-protect', in order to set the
4686 buffer's file name anyway. (Bug#18891)
4687
4688 2014-11-08 Alan Mackenzie <acm@muc.de>
4689
4690 Fix wrong bound to c-font-lock-declarators. Fixes bug #18948.
4691 * progmodes/cc-fonts.el (c-font-lock-declarations):
4692 Pass "(point-max)" as bound to c-font-lock-declarators, not "limit", as
4693 the buffer is sometimes narrowed to less than "limit" (e.g., in
4694 the presence of macros).
4695
4696 2014-11-08 Michael Albinus <michael.albinus@gmx.de>
4697
4698 * net/tramp.el (tramp-error-with-buffer): Show connection buffer
4699 only when message appeared in minibuffer. (Bug#18891)
4700
4701 * net/tramp-adb.el (tramp-adb-handle-file-attributes):
4702 * net/tramp-gvfs.el (tramp-gvfs-handle-file-attributes):
4703 * net/tramp-sh.el (tramp-sh-handle-file-attributes): Return nil in
4704 case of errors.
4705
4706 2014-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
4707
4708 * emacs-lisp/bytecomp.el (byte-compile-initial-macro-environment):
4709 Don't compile before eval in `eval-and-compile'.
4710 (byte-compile-arglist-warn): Add check for defining macros after their
4711 first use. Check call use even if the function is fboundp.
4712
4713 2014-11-08 Richard Stallman <rms@gnu.org>
4714
4715 * mail/rmail.el (rmail-epa-decrypt): Detect armor with line prefixes.
4716 Check more carefully for mime-part specified character set.
4717 Check for mime-part Content Transfer Encoding.
4718 Notify if no armor found.
4719
4720 2014-11-08 Martin Rudalics <rudalics@gmx.at>
4721
4722 * faces.el (face-set-after-frame-default): Enable running
4723 `window-configuration-change-hook'.
4724
4725 2014-11-07 Juri Linkov <juri@jurta.org>
4726
4727 * replace.el: History for query replace pairs.
4728 (query-replace-defaults): Promote to a list of cons cell. Doc fix.
4729 (query-replace-from-to-separator): New variable.
4730 (query-replace-read-from): Let-bind query-replace-from-to-history
4731 to a list of FROM-TO strings created from query-replace-defaults
4732 and separated by query-replace-from-to-separator. Use it as
4733 the history while reading from the minibuffer. Split the returned
4734 string by the separator to get FROM and TO parts, and add them
4735 to the history variables.
4736 (query-replace-read-to): Add FROM-TO pairs to query-replace-defaults.
4737 (query-replace-regexp-eval): Let-bind query-replace-defaults to nil.
4738 http://lists.gnu.org/archive/html/emacs-devel/2014-11/msg00253.html
4739
4740 * isearch.el (isearch-text-char-description): Keep characters
4741 intact and put formatted strings with the `display' property.
4742
4743 2014-11-07 Martin Rudalics <rudalics@gmx.at>
4744
4745 * cus-start.el (frame-resize-pixelwise): Fix group.
4746 (frame-inhibit-implied-resize): Add entry.
4747
4748 2014-11-07 Daiki Ueno <ueno@gnu.org>
4749
4750 * epa.el (epa-pinentry-mode): New user option.
4751 (epa-sign-file, epa-encrypt-file, epa-decrypt-region)
4752 (epa-sign-region, epa-encrypt-region): Respect epa-pinentry-mode.
4753 * epa-file.el (epa-file-insert-file-contents)
4754 (epa-file-write-region): Respect epa-pinentry-mode.
4755
4756 2014-11-07 Daiki Ueno <ueno@gnu.org>
4757
4758 * epg.el (epg--list-keys-1): Ignore fields after the 15th field
4759 (bug#18979). Reported by Hideki Saito.
4760
4761 2014-11-06 Daiki Ueno <ueno@gnu.org>
4762
4763 * emacs-lisp/package.el (package--display-verify-error): New function.
4764 (package--check-signature): Use it to display output sent to stderr.
4765
4766 2014-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
4767
4768 * subr.el (pop): Don't call the getter twice (bug#18968).
4769
4770 * emacs-lisp/macroexp.el (macroexp--expand-all): Optimize away trivial
4771 uses of `funcall'.
4772
4773 2014-11-06 Daiki Ueno <ueno@gnu.org>
4774
4775 * epa.el (epa-error-buffer): New variable.
4776 (epa-display-error): New function.
4777 (epa-decrypt-file, epa-verify-file, epa-verify-region)
4778 (epa-delete-keys, epa-import-keys): Display output sent to stderr.
4779 (epa-sign-file, epa-sign-region, epa-encrypt-region)
4780 (epa-export-keys, epa-insert-keys): Display output sent to stderr.
4781 Use setf instead of epg-context-set-*.
4782 * epa-file.el (epa-file-insert-file-contents):
4783 Use epa-display-error instead of epa-display-info. Mimic the behavior
4784 of jka-compr when decryption program is not found.
4785 (epa-file-write-region): Use epa-display-error instead of
4786 epa-display-info.
4787
4788 2014-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
4789
4790 * vc/vc.el (vc-region-history): New command.
4791 (vc-print-log-internal): Use cl-some.
4792
4793 * vc/vc-git.el (vc-git-region-history): New function.
4794 (vc-git-region-history-mode-map)
4795 (vc-git--log-view-long-font-lock-keywords)
4796 (vc-git-region-history-font-lock-keywords): New vars.
4797 (vc-git-region-history-font-lock): New function.
4798 (vc-git-region-history-mode): New major mode.
4799
4800 2014-11-05 Tassilo Horn <tsdh@gnu.org>
4801
4802 * net/eww.el (subr-x): Require subr-x at compile-time because eww
4803 uses string-trim.
4804
4805 2014-11-05 Daiki Ueno <ueno@gnu.org>
4806
4807 * epg.el (epg-context): Add new slot ERROR-OUTPUT.
4808 (epg-error-output): New buffer-local variable.
4809 (epg--start): Initialize epg-error-output.
4810 (epg--process-filter): Record output lines sent to stderr, in
4811 epg-error-output.
4812 (epg-wait-for-completion): Copy epg-error-output to ERROR-OUTPUT
4813 slot of context.
4814 * epa-file.el (epa-file-insert-file-contents): On error, display
4815 output sent to stderr.
4816 (epa-file-write-region): Likewise.
4817
4818 2014-11-05 Eli Zaretskii <eliz@gnu.org>
4819
4820 * jit-lock.el (jit-lock-stealth-fontify): Be tolerant to nil being
4821 returned by load-average.
4822
4823 2014-11-05 Michael Albinus <michael.albinus@gmx.de>
4824
4825 * net/tramp-sh.el (tramp-do-copy-or-rename-file-via-buffer): Don't use
4826 a local copy; setting `inhibit-file-name-handlers' proper might be
4827 more performant. (Bug#18751)
4828
4829 2014-11-05 Glenn Morris <rgm@gnu.org>
4830
4831 * mail/emacsbug.el (report-emacs-bug): No longer include
4832 recent-keys in the report. (Bug#18900)
4833
4834 2014-11-04 Paul Eggert <eggert@cs.ucla.edu>
4835
4836 * mouse.el (mouse-drag-line): Fix misspelling of "right-fringe".
4837
4838 2014-11-04 Teodor Zlatanov <tzz@lifelogs.com>
4839
4840 * net/eww.el (eww): Trim URL with `string-trim'.
4841 Suggested by Vibhav Pant <vibhavp@gmail.com>.
4842
4843 2014-11-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
4844
4845 * net/eww.el (eww-score-readability): Don't count comments positively.
4846
4847 * net/shr.el (shr-retransform-dom): Typo fix.
4848
4849 * net/eww.el (eww-score-readability): Parse SVC images correctly.
4850 (eww-display-html): Don't leave point inside forms.
4851
4852 * net/shr.el: Ditto.
4853
4854 2014-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
4855
4856 * emacs-lisp/edebug.el (edebug-safe-prin1-to-string): Assume that
4857 edebug-prin1-to-string already handles circularity.
4858
4859 * emacs-lisp/byte-run.el (defun-declarations-alist): Fix compiler-macro
4860 autoloading when specified as a lambda.
4861
4862 * simple.el (execute-extended-command--last-typed): New var.
4863 (read-extended-command): Set it.
4864 Don't complete obsolete commands.
4865 (execute-extended-command--shorter-1)
4866 (execute-extended-command--shorter): New functions.
4867 (execute-extended-command): Use them to suggest shorter names.
4868 (indicate-copied-region, deactivate-mark): Use region-active-p.
4869
4870 2014-11-03 Michael Albinus <michael.albinus@gmx.de>
4871
4872 * net/tramp-sh.el (tramp-do-copy-or-rename-file-via-buffer): Use a
4873 local copy of FILENAME, when it is remote. (Bug#18751)
4874
4875 * net/tramp-adb.el (tramp-adb-handle-process-file): Do not raise
4876 an error when the command fails; the return code must indicate.
4877 (tramp-adb-send-command-and-check): Fix docstring.
4878
4879 2014-11-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
4880
4881 * net/shr.el (shr-retransform-dom): Don't ignore elements that
4882 have no children like <br />.
4883
4884 * net/eww.el (eww-display-html): Clear `url-queue'.
4885 (eww-display-pdf): New function.
4886 (eww-render): Display PDFs with `doc-view'.
4887 (url-queue): Require `url-queue' to avoid compilation warning.
4888 (eww-colorize-region): Remove duplicate function.
4889 (eww-tag-body): Use `shr-colorize-region'.
4890
4891 2014-11-03 Yoni Rabkin <yrk@gnu.org>
4892
4893 * net/eww.el (eww-list-bookmarks): Autoload.
4894
4895 2014-11-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
4896
4897 * net/shr.el (shr-retransform-dom): Allow several text sub-nodes.
4898
4899 * net/eww.el (eww-display-html): The charset is called `utf-8',
4900 not `utf8'.
4901 (eww-readable): Decode the saved text correctly.
4902 (eww-readable): Save the history before displaying so that we can
4903 go back to the non-readable version.
4904 (eww-display-html): Don't try to decode the text if we've been
4905 passed in a pre-parsed DOM.
4906 (eww-tag-title): Remove newlines and extra whitespace from the
4907 displayed title.
4908
4909 2014-11-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
4910
4911 * net/eww.el (eww-readable): New command and keystroke.
4912
4913 * net/shr.el (shr-retransform-dom): New function.
4914
4915 * net/eww.el (eww-display-html): Set `eww-current-source' in the
4916 correct buffer.
4917 (eww-view-source): Use it.
4918
4919 2014-11-02 Ivan Shmakov <ivan@siamics.net>
4920
4921 * net/eww.el (eww): Recognize colon-delimited IPv6 addresses.
4922 (Bug#18603).
4923
4924 2014-11-02 Brian McKenna <brian@brianmckenna.org> (tiny change)
4925
4926 * net/eww.el (eww-submit): Encode empty form values as "". (Bug#17785).
4927
4928 2014-11-02 Ivan Shmakov <ivan@siamics.net>
4929
4930 * net/eww.el (eww): Allow "file:/file/name" URLs. (Bug#18825).
4931
4932 2014-11-02 Ivan Shmakov <ivan@siamics.net>
4933
4934 * net/eww.el (eww-mode-map): Remove mentions of `eww-quit'.
4935 (Bug#18834).
4936
4937 2014-11-02 Eric Abrahamsen <eric@ericabrahamsen.net>
4938
4939 * emacs-lisp/eieio.el (eieio-edebug-prin1-to-string): Adjust for
4940 use as advice.
4941 (edebug-setup-hook): Advise `edebug-prin1-to-string'. (Bug#18897)
4942
4943 2014-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
4944
4945 * emacs-lisp/pp.el (pp-macroexpand-expression): Use macroexpand-1
4946 (bug#18821).
4947 * progmodes/elisp-mode.el (emacs-lisp-macroexpand): Idem.
4948
4949 2014-11-01 Michael R. Mauger <michael@mauger.com>
4950
4951 * sql.el (sql-mode-oracle-font-lock-keywords): Correct regexp
4952 syntax, add new keywords, and parse longer keywords first.
4953 (sql-redirect-one): Protect against empty command.
4954 (sql-mode, sql-interactive-mode): Set `custom-mode-group' property
4955 to SQL. (Bug#14759)
4956
4957 2014-11-01 Michael R. Mauger <michael@mauger.com>
4958
4959 * sql.el (sql-interactive-mode, sql-stop): Correct fix for
4960 Bug#16814 with let-bind of comint-input-ring variables around read
4961 and save functions.
4962
4963 2014-11-01 Michael Albinus <michael.albinus@gmx.de>
4964
4965 * net/tramp-cache.el (tramp-get-file-property)
4966 (tramp-set-file-property): Check that `tramp-cache-get-count-*'
4967 and `tramp-cache-set-count-*' are bound. Otherwise, there might
4968 be compiler warnings.
4969
4970 * net/tramp-sh.el (tramp-get-remote-uid, tramp-get-remote-gid):
4971 Return -1 respective "UNKNOWN", if uid or gid cannot be determined.
4972
4973 2014-11-01 Eli Zaretskii <eliz@gnu.org>
4974
4975 * progmodes/compile.el (compilation-mode): Turn off deferred
4976 fontifications locally. (Bug#18856)
4977
4978 2014-11-01 Wolfgang Jenkner <wjenkner@inode.at>
4979
4980 * net/tramp-sh.el (tramp-send-command): Fix the case where the
4981 remote-echo connection property is non-nil (bug#18858).
4982
4983 2014-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
4984
4985 * simple.el (newline): Add assertions to try and help catch bug#18913.
4986
4987 * emulation/cua-base.el (cua-delete-region): Use delete-active-region
4988 (bug#18886).
4989 (cua--last-deleted-region-pos, cua--last-deleted-region-text): Remove.
4990
4991 2014-11-01 Kim F. Storm <storm@cua.dk>
4992
4993 Restore cua-delete-copy-to-register-0 and M-v command (bug#18886).
4994 * delsel.el (delete-selection-save-to-register)
4995 (delsel--replace-text-or-position): New vars.
4996 (delete-active-region): Use them.
4997 (delete-selection-repeat-replace-region): New command, moved from
4998 cua-base.el.
4999 * emulation/cua-base.el (cua--repeat-replace-text): Remove var.
5000 (cua-repeat-replace-region): Move command to delsel.el.
5001 (cua--init-keymaps): Update binding accordingly.
5002 (cua-mode): Set delete-selection-save-to-register.
5003
5004 2014-11-01 Alan Mackenzie <acm@muc.de>
5005
5006 Make blink-parens work with a closing template delimiter.
5007 * progmodes/cc-cmds.el (c-electric-lt-gt): Cause a redisplay
5008 before calling blink-paren-function, so as to apply syntax-table
5009 properties to the ">".
5010
5011 2014-11-01 Jan Djärv <jan.h.d@swipnet.se>
5012
5013 * select.el (gui-get-selection): Comment: data-type ignored on NS.
5014
5015 2014-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
5016
5017 * emacs-lisp/macroexp.el (macroexpand-1): New function (bug#18821).
5018 (macroexp--expand-all): Unrelated tweaks.
5019
5020 * emacs-lisp/gv.el (gv-get): Use macroexpand-1.
5021
5022 2014-10-30 Glenn Morris <rgm@gnu.org>
5023
5024 * startup.el (command-line): Remove pointless attempt to avoid
5025 statting the file-system (which expand-file-name doesn't do).
5026
5027 2014-10-30 Daniel Colascione <dancol@dancol.org>
5028
5029 Add "enum class" support to C++ mode.
5030 * progmodes/cc-langs.el (c-after-brace-list-decl-kwds)
5031 (c-after-brace-list-key): New language consts/variables.
5032 * progmodes/cc-engine.el (c-looking-at-decl-block):
5033 Exclude spurious match of "enum struct" from decl-block recognition.
5034 (c-backward-colon-prefixed-type): New function.
5035 (c-backward-over-enum-header): Call above function to extend
5036 recognition of enum structure.
5037
5038 2014-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
5039
5040 * progmodes/cc-defs.el (c--macroexpand-all): New function (bug#18845).
5041 (c-lang-defconst):
5042 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Use it.
5043
5044 2014-10-30 Eli Zaretskii <eliz@gnu.org>
5045
5046 * progmodes/compile.el (compilation-start):
5047 If compilation-scroll-output is non-nil, don't force window-start of
5048 the compilation buffer to be at beginning of buffer. (Bug#18874)
5049
5050 * startup.el (fancy-about-text): Read the entire tutorial, not
5051 just its first 256 bytes. (Bug#18760)
5052
5053 2014-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
5054
5055 * emacs-lisp/bytecomp.el: Require cl-extra (bug#18804).
5056 * emacs-lisp/cl-extra.el: Add missing provide.
5057
5058 * emacs-lisp/bytecomp.el (byte-compile-and-folded): Optimize case where
5059 all args are copyable (bug#18767).
5060 (=, <, >, <=, >=): Re-enable the optimization.
5061
5062 2014-10-29 Glenn Morris <rgm@gnu.org>
5063
5064 * net/rcirc.el (rcirc-fill-column): Unbump :version. Mark :risky.
5065
5066 * version.el (emacs-bzr-version, emacs-bzr-get-version):
5067 Revert 2014-10-26 change.
5068
5069 2014-10-29 Paul Eggert <eggert@cs.ucla.edu>
5070
5071 Simplify use of current-time and friends.
5072 * allout-widgets.el (allout-widgets-hook-error-handler):
5073 * calendar/appt.el (appt-display-message):
5074 * calendar/icalendar.el (icalendar--convert-float-to-ical):
5075 * calendar/timeclock.el (timeclock-in, timeclock-when-to-leave)
5076 (timeclock-last-period, timeclock-day-base):
5077 * eshell/em-ls.el (eshell-ls-file):
5078 * eshell/esh-util.el (eshell-parse-ange-ls):
5079 * generic-x.el (named-database-print-serial):
5080 * net/newst-backend.el (newsticker--get-news-by-url-callback)
5081 (newsticker-get-news, newsticker--sentinel-work)
5082 (newsticker--image-get, newsticker--image-sentinel):
5083 * net/tramp-sh.el (tramp-get-remote-touch):
5084 * progmodes/opascal.el (opascal-debug-log):
5085 * textmodes/remember.el (remember-mail-date)
5086 (remember-store-in-files):
5087 * vc/vc-annotate.el (vc-annotate-display-autoscale)
5088 (vc-default-annotate-current-time):
5089 * vc/vc-bzr.el (vc-bzr-shelve-snapshot):
5090 * vc/vc-cvs.el (vc-cvs-annotate-current-time):
5091 * vc/vc-rcs.el (vc-rcs-annotate-current-time):
5092 Omit unnecessary call to current-time.
5093 * calendar/time-date.el (time-to-seconds) [!float-time]:
5094 * vc/vc-annotate.el (vc-annotate-convert-time):
5095 Use current time if arg is nil, to be compatible with float-time.
5096 (time-date--day-in-year): New function, with most of the guts of
5097 the old time-to-day-in-year.
5098 (time-to-day-in-year): Use it.
5099 (time-to-days): Use it, to avoid decoding the same time stamp twice.
5100 * calendar/timeclock.el (timeclock-time-to-date):
5101 Arg is now optional, like current-time-string.
5102 (timeclock-update-mode-line):
5103 Don't call current-time twice to get the current time stamp,
5104 as this can lead to inconsistent results.
5105 * completion.el (cmpl-hours-since-origin):
5106 * ido.el (ido-time-stamp):
5107 * vc/vc-annotate.el (vc-annotate-convert-time):
5108 Simplify by using float-time.
5109 * completion.el (save-completions-to-file):
5110 Rename local var to avoid confusion.
5111 * net/rcirc.el (rcirc-float-time): Simplify to an alias because
5112 time-to-seconds now behaves like float-time with respect to nil arg.
5113 * subr.el (progress-reporter-do-update):
5114 Don't call float-time unless needed.
5115
5116 2014-10-29 Leo Liu <sdl.web@gmail.com>
5117
5118 * net/rcirc.el (rcirc-fill-column): Use function.
5119 (rcirc-markup-fill): Remove adjustment.
5120
5121 2014-10-28 Christopher Schmidt <ch@ristopher.com>
5122
5123 * calc/calc.el (quick-calc):
5124 * calc/calc-aent.el (calc-do-quick-calc): New argument INSERT.
5125
5126 2014-10-28 Sam Steingold <sds@gnu.org>
5127
5128 * net/rcirc.el (rcirc-fill-column): Allow any symbolic value for
5129 the sake of `window-body-width' (in addition to `frame-width').
5130
5131 2014-10-26 Eric S. Raymond <esr@thyrsus.com>
5132
5133 * version.el: Fix some fallback values to conform to the actual
5134 release number.
5135
5136 2014-10-25 Eric S. Raymond <esr@thyrsus.com>
5137
5138 * Makefile.in: Change some production names so they're neutral
5139 about the repository type.
5140
5141 2014-10-25 Michael Albinus <michael.albinus@gmx.de>
5142
5143 * net/tramp-gvfs.el (tramp-gvfs-methods-mounttracker)
5144 (tramp-gvfs-mountlocation-signature): Check `tramp-gvfs-enabled'
5145 during initialization. (Bug#18774)
5146
5147 2014-10-25 Vincent Belaïche <vincentb1@users.sourceforge.net>
5148
5149 * ses.el (macroexp): Add require for this package, so that
5150 function `ses--cell' gets macroexp-quote --- this change was
5151 supposed to be in my previous commit, but left out by mistake.
5152 (ses--cell): Do not make formula a macroexp-quote of value when
5153 value, not formula, is *skip*.
5154
5155 2014-10-24 Vincent Belaïche <vincentb1@users.sourceforge.net>
5156
5157 * ses.el (macroexp): Add require for this package, so that function
5158 `ses--cell gets macroexp-quote.
5159 (ses--cell): Makes formula a macroexp-quote of value when formula
5160 is nil. The rationale of this changr is to allow in the future
5161 shorter SES files, e.g. we could have only `(ses-cell A1 1.0)'
5162 instead of `(ses-cell A1 1.0 1.0 nil REFLIST)'. In such a case
5163 reference list REFLIST would be re-computed after load --- thus
5164 trading off load time against file size.
5165
5166 * emacs-lisp/package.el (package--alist-to-plist-args):
5167 Use macroexp-quote instead of a lambda expression which has the same
5168 content as macroexp-quote.
5169 (macroexp): Add require for this package, so that function
5170 `package--alist-to-plist-args' gets macroexp-quote.
5171
5172 * emacs-lisp/macroexp.el (macroexp-quote): New defun.
5173
5174 2014-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
5175
5176 * term/ns-win.el (ns-store-cut-buffer-internal)
5177 (ns-copy-including-secondary): Use gui-set-selection (bug#18816).
5178
5179 2014-10-24 Martin Rudalics <rudalics@gmx.at>
5180
5181 * mouse.el (mouse-drag-line): Don't use mouse-pixel-position.
5182 Calculate increment from last position instead of window edge.
5183 Add right- and bottom-divider bindings to transient map.
5184
5185 2014-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
5186
5187 * emacs-lisp/cl-macs.el (cl-defstruct): Define an internal predicate
5188 even if :predicate was nil, for the benefit of typep.
5189 Record the name of the predicate for typep's use.
5190 (cl--make-type-test): Use pcase. Obey new
5191 cl-deftype-satisfies property.
5192
5193 * epg.el: Use cl-defstruct.
5194 (epg-make-data-from-file, epg-make-data-from-string, epg-data-file)
5195 (epg-data-string): Define via cl-defstruct.
5196 (epg--gv-nreverse): New macro.
5197 (epg-context--make): New constructor (provided vi cl-defstruct).
5198 (epg-make-context): Rewrite using it.
5199 (epg-context-protocol, epg-context-program)
5200 (epg-context-home-directory, epg-context-armor, epg-context-textmode)
5201 (epg-context-include-certs, epg-context-cipher-algorithm)
5202 (epg-context-digest-algorithm, epg-context-compress-algorithm)
5203 (epg-context-passphrase-callback, epg-context-progress-callback)
5204 (epg-context-signers, epg-context-sig-notations, epg-context-process)
5205 (epg-context-output-file, epg-context-result, epg-context-operation)
5206 (epg-context-pinentry-mode): Define using cl-defstruct.
5207 (epg-context-set-protocol, epg-context-set-program)
5208 (epg-context-set-include-certs, epg-context-set-cipher-algorithm)
5209 (epg-context-set-digest-algorithm)
5210 (epg-context-set-sig-notations, epg-context-set-process)
5211 (epg-context-set-output-file, epg-context-set-result)
5212 (epg-context-set-operation, epg-context-set-pinentry-mode)
5213 (epg-context-set-compress-algorithm): Remove. Use setf instead.
5214 (epg-context-set-armor, epg-context-set-textmode)
5215 (epg-context-set-signers): Redefine using setf
5216 and declare as obsolete.
5217 (epg-context-set-passphrase-callback)
5218 (epg-context-set-progress-callback): Use setf.
5219 (epg-signature-notations): Rename from epg-sig-notations.
5220 (epg-make-signature, epg-signature-status, epg-signature-key-id)
5221 (epg-signature-validity, epg-signature-fingerprint)
5222 (epg-signature-creation-time, epg-signature-expiration-time)
5223 (epg-signature-pubkey-algorithm, epg-signature-digest-algorithm)
5224 (epg-signature-class, epg-signature-version): Define vi cl-defstruct.
5225 (epg-signature-set-status, epg-signature-set-key-id)
5226 (epg-signature-set-validity, epg-signature-set-fingerprint)
5227 (epg-signature-set-creation-time, epg-signature-set-expiration-time)
5228 (epg-signature-set-pubkey-algorithm)
5229 (epg-signature-set-digest-algorithm, epg-signature-set-class)
5230 (epg-signature-set-version, epg-signature-set-notations): Remove.
5231 Use setf instead.
5232 (epg-make-new-signature, epg-new-signature-type)
5233 (epg-new-signature-pubkey-algorithm)
5234 (epg-new-signature-digest-algorithm, epg-new-signature-class)
5235 (epg-new-signature-creation-time, epg-new-signature-fingerprint):
5236 Define using cl-defstruct.
5237 (epg-make-key, epg-key-owner-trust, epg-key-sub-key-list)
5238 (epg-key-user-id-list): Define using cl-defstruct.
5239 (epg-key-set-sub-key-list, epg-key-set-user-id-list): Remove.
5240 Use setf instead.
5241 (epg-make-sub-key, epg-sub-key-validity, epg-sub-key-capability)
5242 (epg-sub-key-secret-p, epg-sub-key-algorithm, epg-sub-key-length)
5243 (epg-sub-key-id, epg-sub-key-creation-time)
5244 (epg-sub-key-expiration-time, epg-sub-key-fingerprint): Define using
5245 cl-defstruct.
5246 (epg-sub-key-set-fingerprint): Remove. Use setf instead.
5247 (epg-make-user-id, epg-user-id-validity, epg-user-id-string)
5248 (epg-user-id-signature-list): Define using cl-defstruct.
5249 (epg-user-id-set-signature-list): Remove. Use setf instead.
5250 (epg-make-key-signature, epg-key-signature-validity)
5251 (epg-key-signature-pubkey-algorithm, epg-key-signature-key-id)
5252 (epg-key-signature-creation-time, epg-key-signature-expiration-time)
5253 (epg-key-signature-user-id, epg-key-signature-class)
5254 (epg-key-signature-exportable-p): Define using cl-defstruct.
5255 (epg-make-sig-notation, epg-sig-notation-name)
5256 (epg-sig-notation-value, epg-sig-notation-human-readable)
5257 (epg-sig-notation-critical): Define using cl-defstruct.
5258 (epg-sig-notation-set-value): Remove. Use setf instead.
5259 (epg-make-import-status, epg-import-status-fingerprint)
5260 (epg-import-status-reason, epg-import-status-new)
5261 (epg-import-status-user-id, epg-import-status-signature)
5262 (epg-import-status-sub-key, epg-import-status-secret): Define using
5263 cl-defstruct.
5264 (epg-make-import-result, epg-import-result-considered)
5265 (epg-import-result-no-user-id, epg-import-result-imported)
5266 (epg-import-result-imported-rsa, epg-import-result-unchanged)
5267 (epg-import-result-new-user-ids, epg-import-result-new-sub-keys)
5268 (epg-import-result-new-signatures, epg-import-result-new-revocations)
5269 (epg-import-result-secret-read, epg-import-result-secret-imported)
5270 (epg-import-result-secret-unchanged, epg-import-result-not-imported)
5271 (epg-import-result-imports): Define using cl-defstruct.
5272
5273 * emacs-lisp/package.el: Require EPG during macroexpansion.
5274 (package--check-signature, package-import-keyring): Use setf instead of
5275 epg-context-set-home-directory.
5276
5277 2014-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
5278
5279 * emacs-lisp/bytecomp.el (byte-compile--use-old-handlers): Change default.
5280
5281 2014-10-23 Leo Liu <sdl.web@gmail.com>
5282
5283 * progmodes/cfengine.el (cfengine3-defun-full-re): New var.
5284 (cfengine3-create-imenu-index): Use it and use ` ' for separation.
5285 (cfengine3-current-defun): New function.
5286 (cfengine3-mode): Set add-log-current-defun-function.
5287
5288 2014-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
5289
5290 * select.el: Use lexical-binding.
5291 (gui-set-selection): Provide an implementation for non-GUI frames
5292 (bug#18791).
5293 * term/x-win.el: Use lexical-binding.
5294 (x-clipboard-yank): Fix up missed renamings.
5295 * term/w32-win.el (libgif-version, libjpeg-version): Silence compiler.
5296 (w32--set-selection): Fix up var names.
5297 * term/pc-win.el: Use lexical-binding.
5298 (w16-selection-exists-p): Silence compiler warning.
5299 (w16-selection-owner-p): Fix up missed renamings.
5300
5301 * emacs-lisp/bytecomp.el (byte-compile-form): Remove left-over debug.
5302
5303 * frame.el (frame-notice-user-settings): Fix excessive quoting.
5304
5305 2014-10-22 Tassilo Horn <tsdh@gnu.org>
5306
5307 * doc-view.el (doc-view-open-text): View the document's plain text
5308 in the current buffer instead of a new one.
5309 (doc-view-toggle-display): Handle the case where the current
5310 buffer contains the plain text contents of the document.
5311 (doc-view-initiate-display): Don't switch to fallback mode if the
5312 user wants to view the doc's plain text.
5313 (doc-view-set-doc-type): Use assoc-string instead of
5314 assoc-ignore-case.
5315
5316 2014-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
5317
5318 * subr.el (read-key): Fix clicks on the mode-line.
5319 (set-transient-map): Return exit function.
5320
5321 * mouse.el (mouse-drag-line): Use set-transient-map (bug#18015).
5322 (mouse--down-1-maybe-follows-link): Remove unused var `this-event'.
5323 (mouse-yank-secondary): Use gui-get-selection.
5324 (mouse--down-1-maybe-follows-link): Use read-key.
5325
5326 * xt-mouse.el: Add `event-kind' property on the fly from
5327 xterm-mouse-translate-1 rather than statically at the outset.
5328
5329 2014-10-21 Daniel Colascione <dancol@dancol.org>
5330
5331 * vc/vc-dispatcher.el (vc-resynch-window): Tell view-mode not to
5332 change window configuration when we turn it off.
5333
5334 2014-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
5335
5336 Get rid of backend-dependent selection-handling functions for kill/yank
5337 and make it generic instead by relying on the lower-level selection
5338 management functions.
5339
5340 * select.el (select-enable-clipboard): Rename from
5341 gui-select-enable-clipboard.
5342 (select-enable-primary): Move from x-win.el and rename from
5343 x-select-enable-primary.
5344 (gui-last-selected-text): Remove.
5345 (gui--last-selected-text-clipboard, gui--last-selected-text-primary):
5346 New vars.
5347 (gui-select-text): Rewrite, based on x-win.el's old x-select-text.
5348 (gui-select-text-alist, gui-selection-value-alist): Remove.
5349 (x-select-request-type): Move from x-win.el.
5350 (gui--selection-value-internal): New function, taken from x-win's
5351 x-selection-value-internal.
5352 (gui-selection-value): Rewrite, based on x-win.el's old x-selection-value.
5353 (gui-set-selection-alist): Rename from gui-own-selection-alist and
5354 extend it to handle a nil value as a "disown" request.
5355 (gui-disown-selection-alist): Remove.
5356 (xselect-convert-to-delete): Adjust accordingly.
5357 (gui-set-selection): Simplify accordingly as well. Use dotimes.
5358
5359 * term/x-win.el (x-last-selected-text-primary)
5360 (x-select-enable-primary): Remove (moved to select.el).
5361 (x-select-request-type): Move to select.el.
5362 (x-selection-value-internal, x--selection-value): Remove functions.
5363 (gui-selection-value, gui-select-text): Remove moethods.
5364 (gui-set-selection): Merge own and disown methods.
5365
5366 * term/w32-win.el (w32--select-text, w32--get-selection-value):
5367 Delete function (move functionality into w32--set-selection and
5368 w32--get-selection).
5369 (gui-select-text, gui-selection-value): Don't define methods.
5370 (w32--set-selection, w32--get-selection, w32--selection-owner-p):
5371 New functions.
5372 (gui-get-selection, gui-selection-owner-p, gui-selection-exists-p):
5373 Use them.
5374 (gui-selection-exists-p): Adjust to new name of C primitive.
5375
5376 * term/pc-win.el (w16-get-selection-value): Add dummy argument and drop
5377 test of gui-select-enable-clipboard, to make it usable as
5378 a gui-get-selection method.
5379 (gui-selection-exists-p): Adjust to new name of C primitive.
5380 (gui-set-selection): Merge own and disown methods.
5381 (gui-select-text, gui-selection-value): Delete methods.
5382 (w16--select-text): Delete function.
5383
5384 * term/ns-win.el (ns-get-pasteboard, ns-set-pasteboard)
5385 (ns-selection-value): Remove functions.
5386 (gui-select-text, gui-selection-value): Don't define method any more.
5387 (gui-set-selection): Merge the old own and disown methods.
5388 (gui-selection-exists-p, gui-get-selection): Adjust to new name of
5389 underlying C primitive.
5390
5391 * startup.el (command-line): Adjust now that `gui-method' expects nil
5392 for ttys.
5393
5394 * frame.el (gui-method): Use window-system rather than framep.
5395 (gui-method-declare): The tty case is now nil rather than t.
5396 (make-frame): Adjust accordingly.
5397
5398 2014-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
5399
5400 * net/newst-reader.el (newsticker--image-read): Simplify.
5401 (newsticker--icon-read): Use dolist and fix free var error.
5402
5403 * imenu.el (imenu--menubar-keymap): New var.
5404 (imenu-add-to-menubar): Set it to remember the keymap we used.
5405 (imenu-update-menubar): Use it instead of asking lookup-key.
5406
5407 * obsolete/cc-compat.el: Make obsolete (bug#18561).
5408
5409 * epg-config.el (epg-gpg-program): Don't use absolute names by default.
5410
5411 * emacs-lisp/bytecomp.el (=, <, >, <=, >=): Don't optimize multi-arg
5412 case (bug#18767).
5413
5414 2014-10-21 Glenn Morris <rgm@gnu.org>
5415
5416 * Merge in all changes up to version 24.4 release.
5417
5418 2014-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
5419
5420 * emacs-lisp/bytecomp.el (=, <, >, <=, >=): Don't optimize multi-arg
5421 case (bug#18767).
5422
5423 2014-10-20 Glenn Morris <rgm@gnu.org>
5424
5425 * Merge in all changes up to 24.4 release.
5426
5427 2014-10-20 Ulf Jasper <ulf.jasper@web.de>
5428
5429 * net/newst-backend.el
5430 (newsticker--image-download-by-url-callback): Make this function
5431 actually work: Check status properly, then save image.
5432
5433 2014-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
5434
5435 * mouse.el (mouse--down-1-maybe-follows-link): Remove unused var
5436 `this-event'.
5437 (mouse-drag-line): Unless there's no actual mouse, use the event's
5438 position info.
5439
5440 2014-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
5441
5442 * textmodes/css-mode.el (scss-mode): New major-mode.
5443 (css-mode-syntax-table): Use d style comment, to ease the scss case.
5444 (css-ident-re): Allow things like @-moz-keyframes.
5445 (scss--hash-re): New const.
5446 (css--font-lock-keywords): New function, extracted from
5447 css-font-lock-keywords.
5448
5449 2014-10-19 Ulf Jasper <ulf.jasper@web.de>
5450
5451 * net/newst-backend.el: Require url-parse.
5452 (newsticker--get-news-by-wget): Store feed name as process property.
5453 (newsticker--sentinel): Read feed name from process property.
5454 (newsticker--sentinel-work): Rename argument name to feed-name.
5455 Rename variable imageurl to image-url. Pick icon url from Atom
5456 1.0 data. Launch download of feed icon.
5457 (newsticker--get-icon-url-atom-1.0): New.
5458 (newsticker--unxml)
5459 (newsticker--unxml-node)
5460 (newsticker--unxml-attribute): Documentation.
5461 (newsticker--icons-dir): New.
5462 (newsticker--image-get): New arguments FILENAME and DIRECTORY.
5463 Use `url-retrieve' if `newsticker-retrieval-method' is 'intern.
5464 (newsticker--image-download-by-wget): New. Use process properties
5465 for storing informations.
5466 (newsticker--image-sentinel): Read informations from process properties.
5467 (newsticker--image-save)
5468 (newsticker--image-remove)
5469 (newsticker--image-download-by-url)
5470 (newsticker--image-download-by-url-callback): New.
5471 (newsticker-opml-export): Handle url list entries containing a
5472 function instead of an url string.
5473
5474 * net/newst-reader.el (newsticker-html-renderer): Whitespace.
5475 (newsticker--print-extra-elements)
5476 (newsticker--do-print-extra-element):
5477 Documentation (newsticker--image-read): Optionally limit image height.
5478 Use imagemagick if possible.
5479 (newsticker--icon-read): New.
5480
5481 * net/newst-treeview.el (newsticker--treeview-item-show): Limit height of feed logo.
5482 (newsticker--treeview-tree-expand): Use feed icons in treeview.
5483 (newsticker--tree-widget-icon-create): New. Set the tree widget icon.
5484 (newsticker--tree-widget-leaf-icon): Use feed icon.
5485
5486 2014-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
5487
5488 * emacs-lisp/eieio-opt.el (eieio-lambda-arglist): Remove.
5489 Use help-function-arglist instead.
5490
5491 * emacs-lisp/eieio-core.el (eieio-compiled-function-arglist): Remove.
5492 (eieio--with-scoped-class): Use `declare'.
5493 (eieio-defclass): Remove compatibility code.
5494 (no-method-definition, no-next-method, inconsistent-class-hierarchy)
5495 (invalid-slot-type, unbound-slot, invalid-slot-name): Use define-error.
5496
5497 2014-10-18 Jan Djärv <jan.h.d@swipnet.se>
5498
5499 * cus-start.el (x-gtk-whole-detached-tool-bar): Remove.
5500
5501 * term/x-win.el (x-gtk-stock-map): Add icon names suggested as
5502 replacements to stock names before stock names in a list.
5503 Cdr may be a list, each name is tried in turn until one is found.
5504
5505 2014-10-18 Alan Mackenzie <acm@muc.de>
5506
5507 Check that a "macro" found near point-min isn't a ## operator.
5508 Fixes bug #18749.
5509 * progmodes/cc-engine.el (c-macro-is-genuine-p): New function.
5510 (c-beginning-of-macro): Use the above new function.
5511
5512 2014-10-18 Teodor Zlatanov <tzz@lifelogs.com>
5513
5514 * net/gnutls.el (gnutls-negotiate): Don't use cl-mapcan; pass
5515 correct data to `gnutls-boot' (Bug#18664).
5516 Reported by Toke Høiland-Jørgensen <toke@toke.dk>.
5517
5518 2014-10-18 Michal Nazarewicz <mina86@mina86.com>
5519
5520 * whitespace.el (whitespace-style, whitespace-big-indent)
5521 (whitespace-big-indent-regexp, whitespace-style-value-list)
5522 (whitespace-toggle-option-alist, whitespace-interactive-char)
5523 (whitespace-toggle-options)
5524 (global-whitespace-toggle-options, whitespace-help-text)
5525 (whitespace-style-face-p, whitespace-color-on): Add a 'big-indent
5526 style to `whitespace-mode' to indicate that the line indentation
5527 is too deep. By default, 32 SPACEs or four TABs are considered
5528 too many but `whitespace-big-indent-regexp' can be configured.
5529
5530 2014-10-17 Michal Nazarewicz <mina86@mina86.com>
5531
5532 * textmodes/tildify.el (tildify--pick-alist-entry): Rename from
5533 tildify-mode-alist.
5534
5535 2014-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
5536
5537 * emacs-lisp/eieio.el: Use lexical-binding drop non-GV fallback.
5538 (defclass, defgeneric, defmethod): Add doc-string position.
5539 (with-slots): Require cl-lib.
5540
5541 * emacs-lisp/eieio-core.el: Use lexical-binding and cl-lib.
5542 (list-of): New type.
5543 (eieio--typep): Remove.
5544 (eieio-perform-slot-validation): Use cl-typep instead.
5545
5546 * emacs-lisp/eieio-base.el: Use lexical-binding and cl-lib.
5547
5548 * emacs-lisp/cl-macs.el (cl--make-type-test): Avoid ((lambda ..) ..).
5549
5550 2014-10-16 Alan Mackenzie <acm@muc.de>
5551
5552 Trigger showing when point is in the "periphery" of a line or just
5553 inside a paren.
5554 * paren.el (show-paren-style, show-paren-delay)
5555 (show-paren-priority, show-paren-ring-bell-on-mismatch):
5556 Remove superfluous :group specifications.
5557 (show-paren-when-point-inside-paren)
5558 (show-paren-when-point-in-periphery): New customizable variables.
5559 (show-paren-highlight-openparen): Make into a defcustom.
5560 (show-paren--unescaped-p, show-paren--categorize-paren)
5561 (show-paren--locate-near-paren): New defuns.
5562 (show-paren--default): Refaactor and trigger on more paren
5563 positions.
5564 (show-paren-function): Small consequential changes.
5565
5566 2014-10-16 Tom Tromey <tom@tromey.com>
5567
5568 * files.el (auto-mode-alist): Use javascript-mode for .jsm
5569 (bug #18719).
5570
5571 2014-10-16 Eli Zaretskii <eliz@gnu.org>
5572
5573 * international/characters.el (bracket-type): Force pre-loading of
5574 uni-brackets.el.
5575
5576 2014-10-16 Alan Mackenzie <acm@muc.de>
5577
5578 * cus-edit.el (custom-command-apply): Specify the return value in
5579 the doc string.
5580 (Custom-reset-standard): Save custom-file (e.g. .emacs) only when
5581 custom-command-apply has returned non-nil.
5582
5583 2014-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
5584
5585 * emacs-lisp/eldoc.el (global-eldoc-mode): Enable by default.
5586 Remove incorrect handling of eldoc-print-after-edit.
5587 (eldoc-message-commands, eldoc-last-data): Use defvar.
5588 * loadup.el (emacs-lisp/eldoc): Load it.
5589
5590 * progmodes/m4-mode.el (m4-syntax-propertize): New var.
5591 (m4-mode): Use it.
5592 (m4--quoted-p): New function.
5593 (m4-font-lock-keywords): Don't handle #..\n comments any more.
5594 (m4-mode-syntax-table): Use punctuation syntax (according to m4 manual)
5595 for most special characters.
5596
5597 * progmodes/compile.el (compilation--previous-directory): Simplify.
5598 (compilation-next-error): Ensure the parse before we look at
5599 compilation-message property.
5600
5601 2014-10-15 Eli Zaretskii <eliz@gnu.org>
5602
5603 * simple.el (what-cursor-position):
5604 * descr-text.el (describe-char): Update to support the new bidi
5605 characters.
5606
5607 * emacs-lisp/tabulated-list.el (tabulated-list-mode):
5608 Force bidi-paragraph-direction to 'left-to-right'. This fixes
5609 buffer-menu display when the first buffer happens to start with
5610 R2L letter.
5611
5612 2014-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
5613
5614 * progmodes/elisp-mode.el (elisp--local-variables-1):
5615 Handle quoted expressions (bug#18688).
5616
5617 2014-10-14 Jérémy Compostella <jeremy.compostella@intel.com>
5618 Michael Albinus <michael.albinus@gmx.de>
5619
5620 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell):
5621 Reduce the amount of set environment variable commands.
5622
5623 2014-10-12 Fabián Ezequiel Gallina <fgallina@gnu.org>
5624
5625 Fix import completion. (Bug#18582)
5626 * progmodes/python.el (python-shell-completion-get-completions):
5627 Fix import case regexp.
5628
5629 2014-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
5630
5631 * progmodes/bat-mode.el (bat-font-lock-keywords): Fix \\<_ typo
5632 (bug#18622). Reported by Arni Magnusson <arnima@hafro.is>.
5633 * progmodes/prolog.el (prolog-electric--underscore): Same.
5634
5635 2014-10-12 Michael Albinus <michael.albinus@gmx.de>
5636
5637 * net/tramp-sh.el (tramp-get-remote-id): Check also for "gid".
5638
5639 2014-10-11 Jan Djärv <jan.h.d@swipnet.se>
5640
5641 * cus-start.el (all): Add missing ns and boolean to
5642 ns-use-fullscreen-animation.
5643
5644 2014-10-11 Leo Liu <sdl.web@gmail.com>
5645
5646 * progmodes/cfengine.el (cfengine3-defuns, cfengine3-vartypes):
5647 Use strings.
5648 (cfengine3-create-imenu-index): New function.
5649 (cfengine3-mode): Use it for `imenu-create-index-function'.
5650 (cfengine-auto-mode): Improve and prefer cfengine3-mode when
5651 buffer is empty.
5652
5653 2014-10-11 Jan Djärv <jan.h.d@swipnet.se>
5654
5655 * cus-start.el (all): Add ns-use-fullscreen-animation.
5656
5657 2014-10-11 Glenn Morris <rgm@gnu.org>
5658
5659 * calendar/diary-lib.el (diary-display-function):
5660 Drop support for deprecated nil and list forms.
5661 (diary-list-entries): Update for the above.
5662 * calendar/cal-x.el (calendar-dedicate-diary): Simplify accordingly.
5663
5664 2014-10-10 Leo Liu <sdl.web@gmail.com>
5665
5666 * window.el (temp-buffer-window-show): Make BUFFER a required arg.
5667 (Bug#18656)
5668
5669 2014-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
5670
5671 * select.el (gui-selection-exists-p-alist): New method.
5672 * menu-bar.el (menu-bar-edit-menu, clipboard-yank):
5673 * simple.el (deactivate-mark): Use it.
5674 * term/x-win.el (gui-selection-exists-p):
5675 * term/w32-win.el (gui-selection-exists-p):
5676 * term/pc-win.el (gui-selection-exists-p):
5677 * term/ns-win.el (gui-selection-exists-p): Provide a backend instance.
5678
5679 2014-10-10 Glenn Morris <rgm@gnu.org>
5680
5681 * info.el (Info-fontify-maximum-menu-size): Bump to 400k. (Bug#16227)
5682 Fix :type. Allow t to mean no limit.
5683 (Info-fontify-node): Handle Info-fontify-maximum-menu-size = t.
5684
5685 2014-10-09 Glenn Morris <rgm@gnu.org>
5686
5687 * frame.el (display-monitor-attributes-list): Doc tweaks.
5688
5689 2014-10-09 Eli Zaretskii <eliz@gnu.org>
5690
5691 * faces.el (display-grayscale-p): Mention in the doc string that
5692 the argument can be either a display name or a frame.
5693
5694 * frame.el (display-pixel-height, display-pixel-width)
5695 (display-mm-height, display-mm-width, display-backing-store)
5696 (display-save-under, display-planes, display-color-cells)
5697 (display-visual-class, display-monitor-attributes-list)
5698 (display-screens): Mention in the doc string that the argument can
5699 be either a display name or a frame. Improve the docs of the
5700 monitor attributes. (Bug#18636)
5701
5702 2014-10-09 Martin Rudalics <rudalics@gmx.at>
5703
5704 * term.el (term-window-width): Subtract 1 from the width when
5705 any fringe has zero width, not just the right fringe. (Bug#18601)
5706
5707 2014-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
5708
5709 * frame.el (make-frame): Use t rather than nil for `w' (bug#18653).
5710
5711 2014-10-08 Leo Liu <sdl.web@gmail.com>
5712
5713 * emacs-lisp/cl-extra.el (cl-fresh-line): New function.
5714
5715 2014-10-08 Glenn Morris <rgm@gnu.org>
5716
5717 * calendar/cal-x.el (calendar-dedicate-diary):
5718 Drop support for recently deleted aliases.
5719
5720 2014-10-08 Leo Liu <sdl.web@gmail.com>
5721
5722 * progmodes/cfengine.el (cfengine3-make-syntax-cache):
5723 Always return a syntax. Replace call-process-shell-command with
5724 process-file. Ensure cfengine-mode-syntax-functions-regex is
5725 always set. Ensure cache when cfengine-cf-promises fails.
5726 (Bug#18620)
5727
5728 2014-10-07 Glenn Morris <rgm@gnu.org>
5729
5730 * font-lock.el (font-lock-fontify-buffer): Fix interactive-only markup.
5731
5732 2014-10-07 Wilson Snyder <wsnyder@wsnyder.org>
5733
5734 Sync with upstream verilog-mode revision c075a492.
5735 * progmodes/verilog-mode.el (verilog-mode-version): Bump.
5736 (verilog-menu): Add AUTOINSERTLAST.
5737 (verilog-no-indent-begin-re): When `verilog-indent-begin-after-if'
5738 is nil, fix indenting initial/final to match always statements, bug825.
5739 Reported by Tim Clapp.
5740 (verilog-extended-complete-re): Fix indentation of DPI-C imports,
5741 bug557. Reported by ZeDong Mao and Jason Forkey.
5742 (verilog-read-decls): Fix parsing typed interfaces.
5743 Fix AUTOINOUTMODPORT missing types. Reported by Stephan Bourduas.
5744 (verilog-auto-arg-ports): Fix verilog-auto-arg-format single.
5745 (verilog-auto-output-every): Add regexp to AUTOOUTPUTEVERY, bug793.
5746 Reported by Pierre-David Pfister.
5747 (verilog-auto-insert-lisp): Doc fix.
5748 (verilog-auto-insert-last, verilog-auto): Add AUTOINSERTLAST to
5749 allow post-AUTO user fixups, bug826. Reported by Dennis Muhlestein.
5750 (verilog-sk-ovm-class, verilog-sk-uvm-object)
5751 (verilog-sk-uvm-component): Fix missing string keyword in class
5752 skeletons, bug824. Reported by eldad faruhi.
5753
5754 2014-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
5755
5756 * term/w32-win.el: Move all code from 32-common-fns.el here.
5757 (gui-select-text, gui-selection-value): Use w32 handlers in the w32
5758 console as well (bug#18629).
5759 * w32-common-fns.el: Remove.
5760 * loadup.el: Don't load w32-common-fns.el.
5761 * w32-fns.elc: Don't require w32-common-fns.
5762
5763 * icomplete.el: Move Iswitchb autoload here. Much simpler.
5764 * obsolete/iswitchb.el (iswitchb-mode): Use normal autoload cookie.
5765 Remove redundant obsolescence thingy.
5766 * loadup.el: Don't load obsolete/loaddefs.el.
5767 * Makefile.in (obsolete-autoloads): Remove.
5768 (AUTOGENEL): Remove obsolete/loaddefs.el.
5769
5770 2014-10-06 Glenn Morris <rgm@gnu.org>
5771
5772 * Makefile.in (obsolete-autoloads): Write to a separate file,
5773 to workaround autoloads bug. (Bug#17407)
5774 (AUTOGENEL): Add obsolete/loaddefs.el.
5775 * loadup.el: Load obsolete/loaddefs.el if present.
5776 * subr.el (do-after-load-evaluation):
5777 Don't warn about obsolete/loaddefs.el.
5778
5779 * menu-bar.el (menu-bar-games-menu): Remove landmark.
5780 It has zero relationship to a game.
5781
5782 2014-10-06 Leo Liu <sdl.web@gmail.com>
5783
5784 * imenu.el (imenu): Re-write for clarity.
5785
5786 2014-10-06 Glenn Morris <rgm@gnu.org>
5787
5788 Remove calendar code obsolete since at least version 23.1.
5789 * calendar/cal-bahai.el (calendar-absolute-from-bahai)
5790 (calendar-print-bahai-date, calendar-bahai-prompt-for-date)
5791 (calendar-goto-bahai-date, list-bahai-diary-entries)
5792 (mark-bahai-calendar-date-pattern, mark-bahai-diary-entries)
5793 (insert-bahai-diary-entry, insert-monthly-bahai-diary-entry)
5794 (insert-yearly-bahai-diary-entry):
5795 * calendar/cal-china.el (chinese-calendar-time-zone)
5796 (chinese-calendar-location-name)
5797 (chinese-calendar-daylight-time-offset)
5798 (chinese-calendar-standard-time-zone-name)
5799 (chinese-calendar-daylight-time-zone-name)
5800 (chinese-calendar-daylight-savings-starts)
5801 (chinese-calendar-daylight-savings-ends)
5802 (chinese-calendar-daylight-savings-starts-time)
5803 (chinese-calendar-daylight-savings-ends-time)
5804 (chinese-calendar-celestial-stem)
5805 (chinese-calendar-terrestrial-branch)
5806 (calendar-absolute-from-chinese, calendar-print-chinese-date)
5807 (calendar-goto-chinese-date):
5808 * calendar/cal-coptic.el (calendar-absolute-from-coptic)
5809 (calendar-print-coptic-date, coptic-prompt-for-date)
5810 (calendar-goto-coptic-date, calendar-absolute-from-ethiopic)
5811 (calendar-print-ethiopic-date, calendar-goto-ethiopic-date):
5812 * calendar/cal-french.el (calendar-absolute-from-french)
5813 (calendar-print-french-date, calendar-goto-french-date):
5814 * calendar/cal-hebrew.el (diary-sabbath-candles-minutes)
5815 (calendar-absolute-from-hebrew, calendar-print-hebrew-date)
5816 (hebrew-calendar-yahrzeit, calendar-goto-hebrew-date)
5817 (holiday-rosh-hashanah-etc, holiday-hanukkah)
5818 (holiday-passover-etc, holiday-tisha-b-av-etc)
5819 (list-hebrew-diary-entries, mark-hebrew-calendar-date-pattern)
5820 (mark-hebrew-diary-entries, insert-hebrew-diary-entry)
5821 (insert-monthly-hebrew-diary-entry)
5822 (insert-yearly-hebrew-diary-entry, list-yahrzeit-dates)
5823 (diary-omer, diary-yahrzeit, diary-rosh-hodesh, diary-parasha)
5824 (diary-sabbath-candles):
5825 * calendar/cal-islam.el (calendar-absolute-from-islamic)
5826 (calendar-print-islamic-date, calendar-goto-islamic-date)
5827 (list-islamic-diary-entries, mark-islamic-calendar-date-pattern)
5828 (mark-islamic-diary-entries, insert-islamic-diary-entry)
5829 (insert-monthly-islamic-diary-entry)
5830 (insert-yearly-islamic-diary-entry):
5831 * calendar/cal-iso.el (calendar-absolute-from-iso)
5832 (calendar-print-iso-date, calendar-iso-read-args)
5833 (calendar-goto-iso-date, calendar-goto-iso-week):
5834 * calendar/cal-julian.el (calendar-absolute-from-julian)
5835 (calendar-print-julian-date, calendar-goto-julian-date)
5836 (calendar-absolute-from-astro, calendar-print-astro-day-number)
5837 (calendar-goto-astro-day-number):
5838 * calendar/cal-mayan.el (calendar-print-mayan-date)
5839 (calendar-next-haab-date, calendar-previous-haab-date)
5840 (calendar-next-tzolkin-date, calendar-previous-tzolkin-date)
5841 (calendar-next-calendar-round-date)
5842 (calendar-previous-calendar-round-date)
5843 (calendar-absolute-from-mayan-long-count)
5844 (calendar-goto-mayan-long-count-date):
5845 * calendar/cal-move.el (scroll-calendar-left)
5846 (scroll-calendar-right, scroll-calendar-left-three-months)
5847 (scroll-calendar-right-three-months):
5848 * calendar/cal-persia.el (calendar-absolute-from-persian)
5849 (calendar-print-persian-date, persian-prompt-for-date)
5850 (calendar-goto-persian-date):
5851 * calendar/cal-x.el (calendar-after-frame-setup-hooks):
5852 * calendar/calendar.el (view-diary-entries-initially)
5853 (mark-diary-entries-in-calendar, calendar-today-face)
5854 (diary-face, holiday-face, view-calendar-holidays-initially)
5855 (mark-holidays-in-calendar, initial-calendar-window-hook)
5856 (today-visible-calendar-hook, today-invisible-calendar-hook)
5857 (hebrew-diary-entry-symbol, islamic-diary-entry-symbol)
5858 (bahai-diary-entry-symbol, american-date-diary-pattern)
5859 (european-date-diary-pattern, european-calendar-display-form)
5860 (american-calendar-display-form, holidays-in-diary-buffer)
5861 (all-hebrew-calendar-holidays, all-christian-calendar-holidays)
5862 (all-islamic-calendar-holidays, all-bahai-calendar-holidays)
5863 (fancy-diary-buffer, increment-calendar-month)
5864 (extract-calendar-month, extract-calendar-day)
5865 (extract-calendar-year, exit-calendar, calendar-date-is-legal-p)
5866 (mark-visible-calendar-date, calendar-version):
5867 * calendar/diary-lib.el (diary-button-face, sexp-diary-entry-symbol)
5868 (diary-display-hook, list-diary-entries-hook)
5869 (mark-diary-entries-hook, nongregorian-diary-listing-hook)
5870 (nongregorian-diary-marking-hook, print-diary-entries-hook)
5871 (abbreviated-calendar-year, number-of-diary-entries)
5872 (view-other-diary-entries, add-to-diary-list)
5873 (include-other-diary-files, simple-diary-display)
5874 (fancy-diary-display, print-diary-entries, mark-diary-entries)
5875 (mark-sexp-diary-entries, mark-included-diary-files)
5876 (mark-calendar-days-named, mark-calendar-month)
5877 (mark-calendar-date-pattern, sort-diary-entries)
5878 (list-sexp-diary-entries, make-diary-entry, insert-diary-entry)
5879 (insert-weekly-diary-entry, insert-monthly-diary-entry)
5880 (insert-yearly-diary-entry, insert-anniversary-diary-entry)
5881 (insert-block-diary-entry, insert-cyclic-diary-entry)
5882 (fancy-diary-font-lock-keywords, fancy-diary-display-mode):
5883 * calendar/holidays.el (general-holidays, oriental-holidays)
5884 (local-holidays, other-holidays, hebrew-holidays)
5885 (christian-holidays, islamic-holidays, bahai-holidays)
5886 (solar-holidays, list-calendar-holidays)
5887 (check-calendar-holidays, mark-calendar-holidays)
5888 (filter-visible-calendar-holidays):
5889 * calendar/lunar.el (calendar-phases-of-moon, phases-of-moon)
5890 (diary-phases-of-moon): Remove obsolete aliases.
5891 * calendar/cal-menu.el (cal-menu-load-hook): Remove obsolete hook.
5892 * calendar/cal-x.el (calendar-one-frame-setup)
5893 (calendar-only-one-frame-setup, calendar-two-frame-setup):
5894 Remove obsolete functions.
5895 (cal-x-load-hook): Remove obsolete hook.
5896 * calendar/calendar.el (european-calendar-style):
5897 Remove obsolete variable.
5898 (calendar-date-style): No longer consult european-calendar-style.
5899 * calendar/calendar.el (european-calendar, american-calendar):
5900 Remove obsolete commands.
5901 * calendar/calendar.el (calendar-for-loop): Remove obsolete macro.
5902 * calendar/diary-lib.el (diary-face): Remove obsolete variable.
5903 (diary-font-lock-date-forms, diary-fancy-font-lock-keywords):
5904 Use the face `diary' instead of the variable `diary-face'.
5905 * calendar/holidays.el (hebrew-holidays-1, hebrew-holidays-2)
5906 (hebrew-holidays-3, hebrew-holidays-4): Remove obsolete variables.
5907 * calendar/icalendar.el (icalendar--date-style): Remove function.
5908 Replace all uses with calendar-date-style.
5909 * textmodes/remember.el (calendar-date-style): Declare.
5910 (remember-diary-convert-entry):
5911 No longer consult european-calendar-style.
5912
5913 2014-10-05 Leo Liu <sdl.web@gmail.com>
5914
5915 * imenu.el (imenu-default-goto-function): Fix typo.
5916
5917 2014-10-04 Thomas Fitzsimmons <fitzsim@fitzsim.org>
5918
5919 * net/ntlm.el (ntlm-build-auth-request):
5920 Add NTLM2 Session support. (Bug#15603)
5921
5922 2014-10-04 Glenn Morris <rgm@gnu.org>
5923
5924 * apropos.el (apropos-symbols-internal):
5925 Avoid error with non-symbol properties. (Bug#18337#16)
5926
5927 * startup.el (command-line):
5928 Handle altered user-emacs-directory in load-path warning. (Bug#18512)
5929
5930 2014-10-04 Martin Rudalics <rudalics@gmx.at>
5931
5932 * window.el (window-full-height-p): Make it behave correctly for
5933 minibuffer window.
5934 (window-current-scroll-bars): Fix code.
5935 (fit-frame-to-buffer): Use window-scroll-bar-height instead of
5936 window-scroll-bars.
5937 * frame.el (frame-current-scroll-bars): Fix doc-string.
5938 * scroll-bar.el (toggle-horizontal-scroll-bar): New command.
5939
5940 2014-10-04 Mark Oteiza <mvoteiza@udel.edu> (tiny change)
5941
5942 * files.el (auto-mode-alist): Use sh-mode for .zsh files. (Bug#18488)
5943
5944 2014-10-04 Glenn Morris <rgm@gnu.org>
5945
5946 * frame.el (frame-monitor-attributes)
5947 (display-monitor-attributes-list): Doc fixes.
5948
5949 2014-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
5950
5951 Merge trivially safe differences from standalone CC-mode.
5952 * progmodes/cc-mode.el (c-initialize-cc-mode): Don't quote a symbol
5953 just to then pass it to `symbol-value'.
5954 (prog-mode): Provide fallback definition, if needed.
5955 * progmodes/cc-langs.el: Always load `cl'. Don't load `cl-lib'.
5956 Remove "cl-" prefix accordingly.
5957 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Use integerp or
5958 characterp depending on the type of characters.
5959 (c-font-lock-enum-tail): Remove unused var `start'.
5960 * progmodes/cc-engine.el: Load CL at compile-time.
5961 (c-declare-lang-variables): Use mapcan.
5962 (c-append-to-state-cache): Remove unused var `ce+1'.
5963 (c-parse-state-state): Make buffer-local.
5964 (c-ssb-lit-begin): Remove unused var `pps-end-pos'.
5965 (c-just-after-func-arglist-p): Remove unused var `end'.
5966 * progmodes/cc-defs.el: Load cc-fix if delete-dups is undefined.
5967 (c-<-as-paren-syntax, c->-as-paren-syntax): Move definition earlier.
5968 (c-make-keywords-re): Use delete-dups.
5969 (c-get-current-file): Avoid file-name-base.
5970 * progmodes/cc-cmds.el (c-electric-lt-gt): Remove unused var
5971 `close-paren-inserted'.
5972 * progmodes/cc-awk.el (c-forward-sws): Remove unused declaration.
5973
5974 * progmodes/python.el: Avoid building unneeded markers.
5975 (python-font-lock-keywords, python-indent-dedent-line)
5976 (python-fill-paren, python-shell-completion-complete-or-indent):
5977 Prefer point over point-marker.
5978 (inferior-python-mode): Remove redundant completion settings.
5979
5980 2014-10-03 Dmitry Gutov <dgutov@yandex.ru>
5981
5982 * vc/vc-svn.el (vc-svn-ignore-completion-table): Implement.
5983 (vc-svn-ignore): Use it. (Bug#18619)
5984
5985 2014-10-03 Martin Rudalics <rudalics@gmx.at>
5986
5987 * frame.el (toggle-frame-maximized, toggle-frame-fullscreen):
5988 In doc-string mention need to set `frame-resize-pixelwise'.
5989
5990 2014-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
5991
5992 * vc/vc-svn.el (vc-svn-after-dir-status): Fix the non-remote regexp,
5993 similarly to Rogers's 2010-06-16 change for the remote case
5994 (bug#18605).
5995
5996 2014-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
5997
5998 New gui-selection-value consolidating x-selection-value.
5999 * select.el (gui-selection-value-alist): New method.
6000 (gui-selection-value): New function.
6001 (x-selection-value): Make it an obsolete alias.
6002 * simple.el (interprogram-paste-function): Default to
6003 gui-selection-value.
6004 * w32-common-fns.el (w32-get-selection-value): Simplify.
6005 (x-selection-value): Remove alias.
6006 (interprogram-paste-function): Don't set.
6007 (gui-selection-value): Define for w32.
6008 * term/x-win.el (gui-selection-value): Define for x.
6009 (x--selection-value): Rename from x--selection-value.
6010 (interprogram-paste-function): Don't set.
6011 * term/pc-win.el (w16-get-selection-value): Simplify.
6012 (msdos-initialize-window-system): Don't set
6013 interprogram-paste-function.
6014 (gui-selection-value): Define for pc.
6015 * term/ns-win.el (x-selection-value): Remove.
6016 (gui-selection-value): Define for ns, instead.
6017 * term/common-win.el (x-setup-function-keys): Don't set
6018 interprogram-paste-function.
6019 * obsolete/mouse-sel.el (mouse-sel-get-selection-function):
6020 Use gui-selection-value.
6021
6022 2014-10-02 David Raynes <rayners@gmail.com> (tiny change)
6023
6024 * term/ns-win.el: Add functions to ns frame, not x frame (bug#18614).
6025
6026 2014-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
6027
6028 * obsolete/lucid.el (read-number): Remove, redundant.
6029 * obsolete/cl-compat.el (cl-floor, cl-ceiling, cl-round, cl-truncate):
6030 Remove, broken.
6031
6032 2014-10-02 Glenn Morris <rgm@gnu.org>
6033
6034 * emacs-lisp/package.el (package-import-keyring):
6035 Create gnupg directory private. (Bug#17625#155)
6036
6037 2014-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
6038
6039 * progmodes/python.el (python-shell-completion-get-completions):
6040 Use python-shell--prompt-calculated-input-regexp from the
6041 process buffer (bug#18582).
6042 Don't assume that `line' comes from the process buffer.
6043
6044 2014-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
6045
6046 * frame.el: Use lexical-binding (bug#18598).
6047 (make-frame): Use t rather than nil for tty's window-system.
6048 * startup.el (command-line): Use gui-method.
6049
6050 Consolidate management/ownership of selections.
6051 * select.el (gui-get-selection-alist): New method.
6052 (gui-get-selection): Use it. Rename from x-get-selection.
6053 (x-get-selection): Define as obsolete alias.
6054 (x-get-clipboard): Mark obsolete.
6055 (gui-get-primary-selection): New function.
6056 (x-get-selection-value): Mark obsolete.
6057 (gui-own-selection-alist, gui-disown-selection-alist)
6058 (gui-selection-owner-p-alist): New methods.
6059 (gui-set-selection): Use them. Rename from x-set-selection.
6060 (x-set-selection): Define as obsolete alias.
6061 (gui--valid-simple-selection-p): Rename from
6062 x-valid-simple-selection-p.
6063 * w32-common-fns.el (gui-own-selection, gui-disown-selection)
6064 (gui-selection-owner-p, gui-get-selection): Define for w32.
6065 (w32-get-selection-value): Rename from x-get-selection-value.
6066 Use the new gui-last-selected-text.
6067 * term/x-win.el (x-get-selection-value): Remove.
6068 (x-clipboard-yank): Declare obsolete.
6069 (gui-own-selection, gui-disown-selection, gui-get-selection)
6070 (gui-selection-owner-p): Define for x.
6071 * term/w32-win.el (w32-win-suspend-error): Rename from
6072 x-win-suspend-error.
6073 * term/pc-win.el (w16-get-selection-value): Rename from
6074 x-get-selection-value.
6075 (w16-selection-owner-p): Rename from x-selection-owner-p.
6076 (gui-own-selection, gui-disown-selection, gui-get-selection)
6077 (gui-selection-owner-p): Define for pc.
6078 (w16--select-text): New function.
6079 * term/ns-win.el (gui-own-selection, gui-disown-selection)
6080 (gui-get-selection, gui-selection-owner-p): Define for ns.
6081 * term.el (term-mouse-paste):
6082 * mouse.el (mouse-yank-primary): Use gui-get-primary-selection.
6083
6084 2014-10-02 H. Dieter Wilhelm <dieter@duenenhof-wilhelm.de>
6085
6086 * calc/calc-help.el (calc-describe-thing): Quote strings
6087 which could look like regexps.
6088
6089 2014-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
6090
6091 Consolidate x-select-text.
6092 * frame.el (gui-method, gui-method-define, gui-method-declare)
6093 (gui-call): New macros.
6094 (gui-method--name): New function.
6095 (frame-creation-function-alist): Use gui-method-declare.
6096 (make-frame): Use gui-method.
6097 * select.el (gui-select-enable-clipboard): Rename from
6098 x-select-enable-clipboard and move here.
6099 (x-select-enable-clipboard): Define as obsolete alias.
6100 (gui-last-selected-text): New var, to replace x-last-selected-text.
6101 (gui-select-text): New GUI method.
6102 (gui-select-text): New function.
6103 (x-select-text): Define as obsolete alias.
6104 * term/common-win.el (x-select-enable-clipboard, x-select-text):
6105 Move to select.el.
6106 * simple.el (interprogram-cut-function): Change default to
6107 x-select-text.
6108 (interprogram-paste-function): Change default to `ignore'.
6109 * w32-common-fns.el (interprogram-cut-function): Don't modify.
6110 * term/x-win.el (interprogram-cut-function): Don't modify.
6111 (gui-select-text): Add method for x.
6112 * term/w32-win.el (gui-select-text): Add method for w32.
6113 * term/pc-win.el (x-last-selected-text): Remove, use
6114 gui-last-selected-text instead.
6115 (msdos-initialize-window-system): Don't set interprogram-cut-function.
6116 (gui-select-text): Add method for pc.
6117 * term/ns-win.el (ns-last-selected-text): Remove, use
6118 gui-last-selected-text instead.
6119 (gui-select-text): Add method for ns.
6120 (x-setup-function-keys): Don't change interprogram-cut-function.
6121 * loadup.el ("startup"): Load after "frame".
6122 * subr.el (package--builtin-versions, package--description-file):
6123 Move from startup.el.
6124 * startup.el (package--builtin-versions, package--description-file):
6125 Move to subr.el.
6126 (handle-args-function-alist, window-system-initialization-alist):
6127 Use gui-method-declare.
6128 (command-line): Use gui-method.
6129
6130 2014-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
6131
6132 * subr.el (alist-get): New accessor.
6133 * emacs-lisp/gv.el (alist-get): Provide expander.
6134 * winner.el (winner-remember):
6135 * tempo.el (tempo-use-tag-list):
6136 * progmodes/gud.el (minor-mode-map-alist):
6137 * international/mule-cmds.el (define-char-code-property):
6138 * frameset.el (frameset-filter-params):
6139 * files.el (dir-locals-set-class-variables):
6140 * register.el (get-register, set-register):
6141 * calc/calc-yank.el (calc-set-register): Use it.
6142 * ps-print.el (ps-get, ps-put, ps-del): Mark as obsolete.
6143 * tooltip.el (tooltip-set-param): Mark as obsolete.
6144 (tooltip-show): Use alist-get instead.
6145 * ses.el (ses--alist-get): Remove. Use alist-get instead.
6146
6147 2014-10-01 Ulf Jasper <ulf.jasper@web.de>
6148
6149 * net/newst-backend.el: Remove Time-stamp. Rename variable
6150 `newsticker--download-logos' to `newsticker-download-logos' and
6151 make it customizable.
6152 (newsticker--sentinel-work): Move xml-workarounds to function
6153 `newsticker--do-xml-workarounds', call unless libxml-parser is
6154 used. Allow single quote in regexp for encoding.
6155 Use libxml-parser if available, else fall back to `xml-parse-region'.
6156 Take care of possibly missing namespace prefixes (like "RDF"
6157 instead of "rdf:RDF") when checking xml nodes and attributes (as
6158 libxml correctly removes the prefixes). Always use Atom 1.0 as
6159 fallback feed type. Rename `newsticker--download-logos' to
6160 `newsticker-download-logos'
6161 (newsticker--unxml, newsticker--unxml-node)
6162 (newsticker--unxml-attribute): New.
6163 (newsticker--parse-atom-1.0): Call `unxml' in case that embedded
6164 HTML code has become part of the xml parse tree.
6165 (newsticker--parse-rss-1.0, newsticker--parse-rss-2.0): Take care
6166 of possibly missing namespace prefixes.
6167 (newsticker--parse-generic-items): Code formatting. Typo.
6168 (newsticker--images-dir): Add trailing slash.
6169 (newsticker--image-get): Fix error message.
6170
6171 * net/newst-plainview.el: Remove Time-stamp.
6172
6173 * net/newst-reader.el: Remove Time-stamp.
6174 (newsticker-download-logos): Rename variable
6175 `newsticker--download-logos' to `newsticker-download-logos' and
6176 make it customizable.
6177 (newsticker--print-extra-elements): Add optional parameter
6178 'htmlish for using html markup. Amend list of ignored elements.
6179 (newsticker--do-print-extra-element): Add parameter 'htmlish for
6180 using html markup.
6181
6182 * net/newst-ticker.el: Remove Time-stamp.
6183
6184 * net/newst-treeview.el (newsticker--treeview-item-show): Use html
6185 for formatting extra elements.
6186
6187 * net/newsticker.el: Remove Time-stamp, Version.
6188 (newsticker-version): Make obsolete.
6189
6190 2014-09-30 Leonardo Nobrega <leonobr@gmail.com> (tiny change)
6191
6192 * progmodes/python.el (python-fill-paren): Don't inf-loop at EOB
6193 (bug#18462).
6194
6195 2014-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
6196
6197 * emacs-lisp/package.el (package-check-signature): Default to nil if
6198 GPG is not available.
6199 (package-refresh-contents): Don't mess with the keyring if we won't
6200 check the signatures anyway.
6201
6202 2014-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
6203
6204 * ses.el (ses--row, ses--col): New dyn-scoped vars, to replace row&col.
6205 (ses-center, ses-center-span): Use them.
6206 (ses-print-cell): Bind them while calling the printer.
6207 (row, col, maxrow, maxcol): Don't declare as dynamically scoped.
6208 (ses-dorange): Revert last change.
6209 (ses-calculate-cell): Don't bind row&col dynamically while evaluating
6210 the formula.
6211 (ses-set-cell): Avoid `eval'.
6212 (ses--time-check): Rename it from ses-time-check and turn it into
6213 a macro.
6214
6215 * ses.el (ses-setup): Don't assume modifying the iteration var of
6216 dotimes affects the iteration (bug#18191).
6217
6218 2014-09-30 Vincent Belaïche <vincentb1@users.sourceforge.net>
6219
6220 * ses.el (ses-calculate-cell): Bind row and col dynamically to
6221 their values with 'cl-progv'.
6222 (ses-dorange): Bind row, col, maxrow and maxcol dynamically to
6223 their values with 'cl-progv', also use non-interned symbols for
6224 row, minrow, maxrow, mincol and maxcol.
6225 (maxrow maxcol): New defvar, to make the compiler happy.
6226
6227 2014-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
6228
6229 * minibuffer.el (completion-at-point): Emit warning for ill-behaved
6230 completion functions.
6231
6232 2014-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
6233
6234 * ses.el (ses--letref): Quote value before it gets re-evaluated.
6235
6236 2014-09-28 Thien-Thi Nguyen <ttn@gnu.org>
6237
6238 Font-lock `cl-flet*', too.
6239 * emacs-lisp/lisp-mode.el (lisp-cl-font-lock-keywords-2):
6240 Add "flet*" to intermediate var `cl-lib-kw'.
6241
6242 2014-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
6243
6244 * epg-config.el (epg-gpg-program): Use the plain program names rather
6245 than their absolute file name.
6246
6247 * subr.el (track-mouse): New macro.
6248 * emacs-lisp/cconv.el (cconv-convert, cconv-analyse-form):
6249 Remove track-mouse case.
6250 * emacs-lisp/bytecomp.el (byte-compile-track-mouse): Remove.
6251
6252 2014-09-27 Leo Liu <sdl.web@gmail.com>
6253
6254 * progmodes/elisp-mode.el (elisp--eldoc-last-data): Use defvar.
6255
6256 * emacs-lisp/eldoc.el (eldoc-mode): Fix thinko.
6257
6258 2014-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
6259
6260 * emacs-lisp/pcase.el (pcase--split-match, pcase--app-subst-match):
6261 Handle the case where `match' is :pcase--succeed or :pcase--fail
6262 (bug#18554).
6263
6264 Introduce global-eldoc-mode. Move Elisp-specific code to elisp-mode.el.
6265 * emacs-lisp/eldoc.el (global-eldoc-mode): New minor mode.
6266 (eldoc-schedule-timer): Obey it.
6267 (eldoc-documentation-function): Default to nil.
6268 (eldoc-mode): Don't enable if eldoc-documentation-function is not set.
6269 (eldoc-documentation-function-default, eldoc-get-fnsym-args-string)
6270 (eldoc-highlight-function-argument, eldoc-get-var-docstring)
6271 (eldoc-last-data-store, eldoc-docstring-first-line)
6272 (eldoc-docstring-format-sym-doc, eldoc-fnsym-in-current-sexp)
6273 (eldoc-beginning-of-sexp, eldoc-current-symbol)
6274 (eldoc-function-argstring): Move to elisp-mode.el.
6275 (eldoc-symbol-function): Remove, unused.
6276 * progmodes/elisp-mode.el: New file. Rename all "eldoc-*" to "elisp--*".
6277 (elisp-completion-at-point): Rename from lisp-completion-at-point.
6278 (elisp--preceding-sexp): Rename from preceding-sexp.
6279 * loadup.el: Load new file progmodes/elisp-mode.
6280 * ielm.el (inferior-emacs-lisp-mode): Set eldoc-documentation-function.
6281 * emacs-lisp/lisp.el (lisp--local-variables-1, lisp--local-variables)
6282 (lisp--local-variables-completion-table, lisp--expect-function-p)
6283 (lisp--form-quoted-p, lisp--company-doc-buffer)
6284 (lisp--company-doc-string, lisp--company-location)
6285 (lisp-completion-at-point): Move to elisp-mode.el.
6286 * emacs-lisp/lisp-mode.el (lisp--mode-syntax-table): New syntax-table,
6287 extracted from emacs-lisp-mode-syntax-table.
6288 (emacs-lisp-mode-abbrev-table, emacs-lisp-mode-syntax-table): Move to
6289 elisp-mode.el.
6290 (lisp-imenu-generic-expression): Add comments to document what comes
6291 from which Lisp dialect.
6292 (emacs-lisp-mode-map, emacs-lisp-byte-compile)
6293 (emacs-lisp-byte-compile-and-load, emacs-lisp-mode-hook)
6294 (emacs-lisp-mode, emacs-list-byte-code-comment-re)
6295 (emacs-lisp-byte-code-comment)
6296 (emacs-lisp-byte-code-syntax-propertize, emacs-lisp-byte-code-mode)
6297 (lisp-interaction-mode-map, lisp-interaction-mode)
6298 (eval-print-last-sexp, last-sexp-setup-props)
6299 (last-sexp-toggle-display, prin1-char, preceding-sexp)
6300 (eval-last-sexp-1, eval-last-sexp-print-value)
6301 (eval-last-sexp-fake-value, eval-sexp-add-defvars, eval-last-sexp)
6302 (eval-defun-1, eval-defun-2, eval-defun): Move to elisp-mode.el.
6303
6304 2014-09-26 Paul Eggert <eggert@cs.ucla.edu>
6305
6306 * progmodes/grep.el (grep-regexp-alist): Use more-accurate regexp.
6307 Do not match file names that end in '/', as they cannot be 'grep'
6308 hits nowadays. This prevents confusion when 'grep -r' reports a
6309 match in a file whose basename is ':12345:'. Conversely, do not
6310 require exactly the same sequence of spaces and tabs after both
6311 colons, and allow spaces or tabs before the second colon, as per
6312 the POSIX spec for 'grep' output.
6313
6314 2014-09-26 Leo Liu <sdl.web@gmail.com>
6315
6316 Add cl-parse-integer based on parse-integer (Bug#18557)
6317 * calendar/parse-time.el (parse-time-digits): Remove.
6318 (digit-char-p, parse-integer) Moved to cl-lib.el.
6319 (parse-time-tokenize, parse-time-rules, parse-time-string):
6320 Use cl-parse-integer.
6321
6322 * emacs-lisp/cl-extra.el (cl-parse-integer): New function.
6323
6324 * emacs-lisp/cl-lib.el (cl-digit-char-table): New var.
6325 (cl-digit-char-p): New function.
6326
6327 2014-09-25 Juri Linkov <juri@jurta.org>
6328
6329 * vc/add-log.el (change-log-next-buffer): Don't create an empty
6330 buffer "ChangeLog" when the current buffer doesn't match ChangeLog.[0-9].
6331 Return the current buffer if no files match the default pattern
6332 ChangeLog.[0-9]. Signal "end of multi" when file is nil. (Bug#18547)
6333
6334 2014-09-25 Stefan Monnier <monnier@iro.umontreal.ca>
6335
6336 * net/tramp-sh.el (tramp-sh-handle-vc-registered): Don't modify
6337 the global vc-handled-backends (bug#18535).
6338
6339 2014-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
6340
6341 * find-cmd.el (find-cmd): Use grep's `find-program' (bug#18518).
6342 Suggested by <lompik@voila.fr>.
6343
6344 2014-09-24 Ulf Jasper <ulf.jasper@web.de>
6345
6346 * net/newst-treeview.el (newsticker--treeview-do-get-node-by-id):
6347 Rename from `newsticker--treeview-do-get-node'.
6348 (newsticker--treeview-get-node-by-id):
6349 Rename from `newsticker--treeview-get-node'.
6350 (newsticker--treeview-buffer-init)
6351 (newsticker--treeview-buffer-init): Disable buffer undo.
6352 (newsticker--treeview-unfold-node): Adapt to modified
6353 `newsticker--group-find-parent-group'.
6354 (newsticker--group-do-find-group):
6355 Rename from `newsticker--group-do-find-group-for-feed'.
6356 Now works for both, groups and feeds.
6357 (newsticker--group-find-parent-group):
6358 Rename from `newsticker--group-find-group-for-feed'.
6359 Now works for both, groups and feeds.
6360 (newsticker--group-do-get-parent-group)
6361 (newsticker--group-get-parent-group): Remove.
6362 (newsticker-group-add-group): Change interactive prompts.
6363 (newsticker-group-add-group): Finally jump to added group.
6364 (newsticker-group-delete-group): Finally jump to current feed.
6365 (newsticker--group-do-rename-group, newsticker-group-rename-group)
6366 (newsticker--get-group-names, newsticker--group-names): New.
6367 (newsticker-group-move-feed): Finally jump to moved feed.
6368 (newsticker-group-shift-feed-down, newsticker-group-shift-feed-up)
6369 (newsticker-group-shift-group-down)
6370 (newsticker-group-shift-group-up, newsticker--group-shift): New.
6371 (newsticker-treeview-mode-map): New keybindings for new shift commands.
6372
6373 * net/newst-backend.el (newsticker--item-list)
6374 (newsticker--item-position, newsticker--prev-message)
6375 (newsticker--scrollable-text): Move to newst-ticker.el.
6376
6377 * net/newst-ticker.el (newsticker--item-list)
6378 (newsticker--item-position, newsticker--prev-message)
6379 (newsticker--scrollable-text): Move from newst-backend.el.
6380
6381 2014-09-22 Kan-Ru Chen <kanru@kanru.info>
6382
6383 * window.el (fit-window-to-buffer): When counting buffer width,
6384 count the whole visible buffer. Correctly convert the body-height
6385 to pixel size for window-text-pixel-size (Bug#18498).
6386
6387 2014-09-22 Sam Steingold <sds@gnu.org>
6388
6389 * progmodes/sql.el (sql-product-alist): Improve the Vertica entry.
6390 (sql-execute): Use `special-mode'.
6391
6392 2014-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
6393
6394 Add pcase-defmacro, as well as `quote' and `app' patterns.
6395 * loadup.el: Increase max-lisp-eval-depth when macroexpanding macroexp.
6396 * emacs-lisp/pcase.el: Allow (F . ARGS) in `app' patterns.
6397 (pcase--funcall, pcase--eval): New functions.
6398 (pcase--u1): Use them for guard, pred, let, and app.
6399 (\`): Use the new feature to generate better code for vector patterns.
6400 * emacs-lisp/pcase.el: Use pcase-defmacro to handle backquote.
6401 (pcase--upat): Remove.
6402 (pcase--macroexpand): Don't hardcode handling of `.
6403 (pcase--split-consp, pcase--split-vector): Remove.
6404 (pcase--split-equal): Disregard ` since it's expanded away.
6405 (pcase--split-member): Optimize for quote rather than for `.
6406 (pcase--split-pred): Optimize for quote rather than for `.
6407 (pcase--u1): Remove handling of ` (and of `or' and `and').
6408 Quote non-selfquoting values when passing them to `eq'.
6409 Drop `app's let-binding if the variable is not used.
6410 (pcase--q1): Remove.
6411 (`): Define as a pattern macro.
6412 * emacs-lisp/pcase.el (pcase--match): New smart-constructor function.
6413 (pcase--expand pcase--q1, pcase--app-subst-match): Use it.
6414 (pcase--macroexpand): Handle self-quoting patterns here, expand them to
6415 quote patterns.
6416 (pcase--split-match): Don't hoist or/and here any more.
6417 (pcase--split-equal): Optimize quote patterns as well as ` patterns.
6418 (pcase--flip): New helper macro.
6419 (pcase--u1): Optimize the memq case directly.
6420 Don't handle neither self-quoting nor and/or patterns any more.
6421 * emacs-lisp/pcase.el (pcase-defmacro): New macro.
6422 (pcase--macroexpand): New function.
6423 (pcase--expand): Use it.
6424 * emacs-lisp/pcase.el (pcase--app-subst-match, pcase--app-subst-rest):
6425 New optimization functions.
6426 (pcase--u1): Add support for `quote' and `app'.
6427 (pcase): Document them in the docstring.
6428
6429 2014-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
6430
6431 Use lexical-bindin in Ibuffer.
6432 * ibuffer.el (ibuffer-do-toggle-read-only): `arg' is unused.
6433 (ibuffer-compile-format): Simplify.
6434 (ibuffer-clear-summary-columns): Simplify.
6435 * ibuf-ext.el (ibuffer-generate-filter-groups): Don't use the third
6436 elem of dotimes when we don't refer to the iteration var from it.
6437 (ibuffer-toggle-sorting-mode): Avoid add-to-list.
6438 * ibuf-macs.el (define-ibuffer-column, define-ibuffer-op):
6439 Silence byte-compiler.
6440
6441 2014-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
6442
6443 * font-lock.el (font-lock-compile-keyword): Don't confuse a lambda
6444 expression for a list.
6445
6446 * emacs-lisp/bytecomp.el (byte-compile-lambda): Don't add fundoc usage
6447 for functions with no arguments.
6448
6449 * mpc.el (mpc-data-directory): Use locate-user-emacs-file.
6450 (mpc-volume-refresh): Make sure the corresponding header-line is updated.
6451
6452 2014-09-17 Tom Willemse <tom@ryuslash.org> (tiny change)
6453
6454 * simple.el (clone-indirect-buffer): Mention the return value
6455 (bug#18478).
6456
6457 * progmodes/prog-mode.el (prog-mode-hook): Replace reference to
6458 Text mode in docstring (bug#18464).
6459
6460 2014-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
6461
6462 * progmodes/perl-mode.el (perl-syntax-propertize-function):
6463 Accept underscores in identifiers after "sub" (bug#18502).
6464
6465 2014-09-21 Tassilo Horn <tsdh@gnu.org>
6466
6467 * textmodes/reftex-sel.el (reftex-select-label-mode)
6468 (reftex-select-bib-mode, reftex-insert-docstruct): Derive modes
6469 from special-mode (instead of fundamental-mode) and propertize
6470 with font-lock-face instead of just face. (Bug#18496)
6471
6472 * textmodes/reftex-toc.el (reftex-toc-mode, reftex-toc): Ditto.
6473
6474 2014-09-19 Dmitry Gutov <dgutov@yandex.ru>
6475
6476 * emacs-lisp/lisp.el (lisp-completion-at-point): Only calculate
6477 `table-etc' when `end' is non-nil.
6478 (lisp-completion-at-point): Move `end' back if it's after quote.
6479 If in comment or string, only complete when after backquote.
6480 (Bug#18265)
6481 (lisp-completion-at-point): Don't use
6482 `lisp--local-variables-completion-table' in the
6483 `lisp--form-quoted-p' case.
6484
6485 2014-09-19 Dmitry Gutov <dgutov@yandex.ru>
6486
6487 * emacs-lisp/lisp.el (lisp--expect-function-p)
6488 (lisp--form-quoted-p): New functions.
6489 (lisp-completion-at-point): Use them to see if we're completing a
6490 variable reference, a function name, or just any symbol.
6491 http://lists.gnu.org/archive/html/emacs-devel/2014-02/msg00229.html
6492
6493 2014-09-18 Ivan Kanis <ivan@kanis.fr>
6494
6495 * net/shr.el, net/eww.el: Don't override `shr-width', but
6496 introduce a new variable `shr-internal-width'. This allows users
6497 to specify a width themselves.
6498
6499 2014-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
6500
6501 * image-mode.el (image-toggle-display-image): If we have a
6502 `fit-width' or a `fit-height', don't limit the size of the image
6503 to the window size, because that doesn't preserve the aspect ratio.
6504 * image-mode.el: Move defvars earlier to avoid a byte-compilation
6505 warning.
6506
6507 2014-09-17 Reuben Thomas <rrt@sc3d.org>
6508
6509 * progmodes/js.el: Add interpreter-mode-alist support for various
6510 JavaScript interpreters.
6511
6512 2014-09-17 Paul Eggert <eggert@cs.ucla.edu>
6513
6514 Don't assume 'grep' supports GREP_OPTIONS.
6515 The GREP_OPTIONS environment variable is planned to be marked
6516 obsolescent in GNU grep, due to problems in its use, so stop
6517 relying on it.
6518 * progmodes/grep.el (grep-highlight-matches): Document this.
6519 (grep-process-setup): Do not set GREP_OPTIONS.
6520 (grep-compute-defaults): Use an explicit --color option if supported.
6521
6522 2014-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
6523
6524 * msb.el (msb--make-keymap-menu, msb-menu-bar-update-buffers):
6525 Don't add outdated key-shortcut cache (bug#18482).
6526
6527 2014-09-15 Glenn Morris <rgm@gnu.org>
6528
6529 * image.el (image-multi-frame-p): Fix thinko - do not force
6530 a delay if none was specified. (Bug#18334)
6531
6532 2014-09-15 Kan-Ru Chen <kanru@kanru.info>
6533
6534 * window.el (fit-window-to-buffer): Doc fix.
6535
6536 2014-09-15 Ivan Shmakov <ivan@siamics.net>
6537
6538 * desktop.el (desktop-create-buffer): Check that buffers are still live
6539 before burying them (bug#18373).
6540
6541 2014-09-15 Glenn Morris <rgm@gnu.org>
6542
6543 * calendar/diary-lib.el (diary-list-entries):
6544 Restore 24.3 display behavior. (Bug#18381)
6545
6546 2014-09-15 Eli Zaretskii <eliz@gnu.org>
6547
6548 * mouse.el (mouse-drag-line): On text-mode frames, count the mode
6549 line and header line as 1 pixel. This fixes the 1-"pixel" (row)
6550 discrepancy between window-pixel-edges and mouse events, and
6551 avoids moving mode line up when the mouse click is on the modeline
6552 and no drag is attempted.
6553
6554 2014-09-14 Daniel Colascione <dancol@dancol.org>
6555
6556 * register.el (insert-register): Change default interactive
6557 insertion mode.
6558
6559 2014-09-14 Michael Albinus <michael.albinus@gmx.de>
6560
6561 * net/tramp-cache.el (tramp-flush-file-function): Simplify check.
6562 Suppress debug messages.
6563
6564 * net/tramp.el (tramp-file-name-handler):
6565 * net/tramp-gvfs.el (tramp-gvfs-url-file-name): Apply `cons' where
6566 appropriate.
6567
6568 2014-09-13 Christopher Schmidt <ch@ristopher.com>
6569
6570 * calendar/calendar.el (calendar-update-mode-line):
6571 Do not overwrite mode-line-format if calendar-mode-line-format is
6572 nil. (Bug#18467)
6573
6574 2014-09-13 Leo Liu <sdl.web@gmail.com>
6575
6576 * emacs-lisp/pcase.el (pcase--dontwarn-upats): New var.
6577 (pcase--expand): Use it.
6578 (pcase-exhaustive): New macro. (Bug#16567)
6579
6580 * emacs-lisp/lisp-mode.el (lisp-el-font-lock-keywords-2):
6581 Add pcase-exhaustive.
6582
6583 2014-09-13 Eli Zaretskii <eliz@gnu.org>
6584
6585 * mail/rmailmm.el (rmail-mime-insert-html): Decode the HTML part
6586 using the specified transfer-encoding, if any, or 'undecided'.
6587 (rmail-mime-render-html-shr): Bind shr-width to nil, so lines are
6588 broken at the window margin.
6589
6590 2013-12-27 Ken Olum <kdo@cosmos.phy.tufts.edu>
6591
6592 Support rendering of HTML parts in Rmail (bug#4258).
6593 * mail/rmailmm.el (rmail-mime-process): Handle text/html
6594 separately from other text/ types. Suppress tagline for
6595 multipart body.
6596 (rmail-mime-parse): Don't change visibility of tagline here.
6597 (rmail-mime-set-bulk-data, rmail-mime-insert-bulk):
6598 Handle text/html specially.
6599 (rmail-mime-render-html-function,rmail-mime-prefer-html): New variables.
6600 (rmail-mime-insert-html, rmail-mime-render-html-shr)
6601 (rmail-mime-render-html-lynx): New functions.
6602 (rmail-mime-fix-inserted-faces): New function.
6603 (rmail-mime-process-multipart): Find the best part to show
6604 following rmail-mime-prefer-html if set.
6605 (rmail-mime-searching): New variable.
6606 (rmail-search-mime-message): Bind rmail-mime-searching to
6607 suppress rendering while searching.
6608
6609 2014-09-12 Sam Steingold <sds@gnu.org>
6610
6611 * progmodes/sql.el (sql-product-alist): Add vertica.
6612 (sql-vertica-program, sql-vertica-options)
6613 (sql-vertica-login-params, sql-comint-vertica, sql-vertica):
6614 New functions and variables to support Vertica.
6615 Inspired by code by Roman Scherer <roman@burningswell.com>.
6616
6617 2014-09-11 Paul Eggert <eggert@cs.ucla.edu>
6618
6619 * ses.el (ses-file-format-extend-parameter-list): Rename from
6620 ses-file-format-extend-paramter-list, to correct a misspelling.
6621 All uses changed.
6622
6623 2014-09-10 Alan Mackenzie <acm@muc.de>
6624
6625 CC Mode: revert recent changes and fix bug 17463 (cc-langs.elc
6626 gets loaded at run-time).
6627 * progmodes/cc-langs.el (c-no-parens-syntax-table): Rename the
6628 c-lang-const to c-make-no-parens-syntax-table and correct the
6629 logic.
6630 (c-no-parens-syntax-table): Correct the logic of the
6631 c-lang-defvar.
6632
6633 2014-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
6634
6635 CC-mode: Set open-paren-in-column-0-is-defun-start to nil;
6636 plus misc cleanup.
6637 * progmodes/cc-mode.el (c-basic-common-init):
6638 Set open-paren-in-column-0-is-defun-start.
6639 (adaptive-fill-first-line-regexp, font-lock-syntactic-keywords):
6640 Remove declarations, unused.
6641 (run-mode-hooks): Remove declaration.
6642 (font-lock-defaults): Use plain `defvar' to declare.
6643 (c-run-mode-hooks): Test existence of run-mode-hooks with fboundp.
6644 * progmodes/cc-langs.el (c-filter-ops): Avoid `setq'.
6645 (c-make-mode-syntax-table): Don't micro-optimize.
6646 (c-keywords, c-keyword-member-alist): Simplify.
6647 (c-kwds-lang-consts): Don't eval at compile-time.
6648 (c-primary-expr-regexp): Comment out unused vars.
6649 * progmodes/cc-fonts.el (c-font-lock-context): Declare at top-level.
6650 (c-font-byte-compile): New var.
6651 (c--compile): New function. Use it instead of `byte-compile'.
6652 (c-cpp-matchers): Quote the value returned by
6653 `c-make-syntactic-matcher' in case it's not self-evaluating.
6654 (c-basic-matchers-before): Avoid a plain MATCHER as keyword, wrap it in
6655 parentheses instead (in case MATCHER happens to be a list).
6656 (c-font-lock-enum-tail): Remove unused var `start'.
6657 (c-font-lock-objc-methods): Silence byte-compiler warnings.
6658 * progmodes/cc-engine.el (c-syntactic-re-search-forward): Sink an `if'
6659 test into an argument.
6660 * progmodes/cc-defs.el (c-point, c-major-mode-is, c-put-char-property)
6661 (c-get-char-property): Don't use `eval' just to unquote a constant.
6662 (c-use-extents): Remove. Use (featurep 'xemacs), compiled
6663 more efficiently.
6664 (c-put-char-property-fun): Don't call `byte-compile' by hand.
6665 (c-clear-char-property, c-clear-char-properties): Check that `property'
6666 is a quoted constant.
6667 (c-emacs-features): Remove `infodock', `syntax-properties', and
6668 `pps-extended-state' (never used), `8-bit' and `1-bit' (use (featurep
6669 'xemacs) instead). Use `with-temp-buffer' and let-bind vars after
6670 changing buffer, so we don't have to setq them again afterwards.
6671 (c-lang-const): Remove redundant symbolp assertions.
6672 (c-find-assignment-for-mode): Use `or'.
6673 * Makefile.in (compile-one-process): Remove cc-mode dependency.
6674
6675 2014-09-09 Sam Steingold <sds@gnu.org>
6676
6677 * progmodes/sql.el (sql-default-directory): Fix type annotation.
6678
6679 2014-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
6680
6681 * progmodes/cc-awk.el: Remove unneeded cc-bytecomp use.
6682 Change doc comments into docstrings.
6683 * Makefile.in: Remove cc-awk dependency.
6684
6685 2014-09-08 Sam Steingold <sds@gnu.org>
6686
6687 * progmodes/sql.el (sql-send-line-and-next): New command,
6688 bound to C-c C-n.
6689 (sql-show-sqli-buffer): Display the buffer instead of its name and
6690 bind the command to C-c C-z.
6691 (sql-default-directory): New user option.
6692 (sql-product-interactive): Bind `default-directory' to it to
6693 enable remote connections using Tramp.
6694 (sql-set-sqli-buffer): Call `sql-product-interactive' when no
6695 suitable buffer is available.
6696
6697 2014-09-08 Glenn Morris <rgm@gnu.org>
6698
6699 * calendar/calendar.el (calendar-basic-setup):
6700 Fix calendar-view-holidays-initially-flag and fancy display.
6701 * calendar/diary-lib.el (diary-live-p): Doc fix.
6702
6703 * calendar/calendar.el (calendar-basic-setup):
6704 Avoid clobbering calendar with diary. (Bug#18381)
6705
6706 2014-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
6707
6708 * vc/vc-dir.el (vc-dir-update): Don't burp in corner case.
6709
6710 2014-09-08 Lars Ljung <lars@matholka.se> (tiny change)
6711
6712 * isearch.el (isearch-yank-word-or-char): Obey superword-mode
6713 as well (bug#18400).
6714
6715 2014-09-08 Eli Zaretskii <eliz@gnu.org>
6716
6717 * subr.el (posn-actual-col-row): Doc fix. (Bug#18385)
6718
6719 2014-09-06 Leo Liu <sdl.web@gmail.com>
6720
6721 * emacs-lisp/pcase.el (pcase): Doc fix.
6722 (pcase--split-vector): New function.
6723 (pcase--q1): Support vector qpattern. (Bug#18327)
6724
6725 2014-09-05 Sam Steingold <sds@gnu.org>
6726
6727 * textmodes/tex-mode.el (tex-print-file-extension): New user
6728 option.
6729 (tex-print): Use it instead of the hard-coded string.
6730
6731 2014-09-05 Michael Albinus <michael.albinus@gmx.de>
6732
6733 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
6734 Expand `default-directory'.
6735
6736 2014-09-05 Martin Rudalics <rudalics@gmx.at>
6737
6738 * scroll-bar.el (horizontal-scroll-bars-available-p):
6739 New function.
6740 (horizontal-scroll-bar-mode): Rewrite using
6741 horizontal-scroll-bars-available-p.
6742 * menu-bar.el (menu-bar-showhide-scroll-bar-menu): Rewrite using
6743 horizontal-scroll-bars-available-p.
6744
6745 2014-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
6746
6747 * subr.el (call-process-shell-command, process-file-shell-command):
6748 Make the `args' obsolete (bug#18409).
6749 (start-process-shell-command, start-file-process-shell-command):
6750 Use `declare'.
6751
6752 2014-09-05 Jay Belanger <jay.p.belanger@gmail.com>
6753
6754 * calc/calc-forms.el (math-normalize-hms): Do a better check for
6755 "negative" hms forms.
6756
6757 2014-09-04 Rasmus Pank Roulund <emacs@pank.eu>
6758
6759 * vc/vc-git.el (vc-git-conflicted-files): Fix bug when git status
6760 returns nil (bug#18391).
6761
6762 2014-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
6763
6764 * emacs-lisp/eldoc.el (eldoc-function-argstring): Don't strip
6765 terminating paren (bug#18352).
6766 (eldoc-last-data-store): Return cached data.
6767 (eldoc-get-var-docstring): Avoid setq.
6768 (eldoc-get-fnsym-args-string): Clarify data flow.
6769
6770 2014-09-04 Thierry Volpiatto <thierry.volpiatto@gmail.com>
6771
6772 * emacs-lisp/eldoc.el (eldoc-highlight-function-argument): Handle the
6773 case where we're currently providing part of the &rest arg after some
6774 &key args, as in define-ibuffer-op (bug#18048).
6775
6776 2014-09-03 Stefan Monnier <monnier@iro.umontreal.ca>
6777
6778 * progmodes/which-func.el (which-func-ff-hook): Obey pre-existing
6779 buffer-local setting of which-func-mode.
6780 (which-func-mode): Use defvar-local.
6781 (which-function-mode): Don't reset which-func-mode in each buffer since
6782 it might have been set by someone else.
6783 (which-func-update-ediff-windows): Check which-function-mode.
6784
6785 2014-09-03 Martin Rudalics <rudalics@gmx.at>
6786
6787 * frame.el (frame-initialize): Remove horizontal-scroll-bars
6788 from frame-initial-frame-alist.
6789 * scroll-bar.el (previous-horizontal-scroll-bar-mode)
6790 (horizontal-scroll-bar-mode-explicit)
6791 (set-horizontal-scroll-bar-mode, get-horizontal-scroll-bar-mode)
6792 (toggle-horizontal-scroll-bar): Remove.
6793 (horizontal-scroll-bar-mode): Remove defcustom.
6794 (horizontal-scroll-bar-mode): Fix doc-string.
6795 (scroll-bar-toolkit-scroll)
6796 (scroll-bar-toolkit-horizontal-scroll): Add doc-strings stubs.
6797
6798 2014-09-03 Stefan Monnier <monnier@iro.umontreal.ca>
6799
6800 * emacs-lisp/package.el (package-generate-description-file):
6801 Properly quote the arguments (bug#18332). Change second arg.
6802 (package--alist-to-plist-args): Rename from package--alist-to-plist and
6803 quote the elements.
6804 (package--make-autoloads-and-stuff): Fix the test for pre-existence of
6805 the *-pkg.el file. Adjust to new calling convention of
6806 package-generate-description-file.
6807
6808 * progmodes/gud.el (gud-gdb-completion-at-point): Add hack (bug#18282).
6809 (gud-gdb-completions): Remove obsolete workaround.
6810
6811 2014-09-03 Eli Zaretskii <eliz@gnu.org>
6812
6813 * subr.el (posn-col-row): Revert the change from commit
6814 2010-11-13T21:07:58Z!eliz@gnu.org, which
6815 was inadvertently merged from emacs-23 release branch in 2010-11-18T03:54:14Z!monnier@iro.umontreal.ca
6816 monnier@iro.umontreal.ca-20101118035414-yvlg7k7dk4k4l3q, and
6817 introduced an off-by-one error in the reported row when there is a
6818 header line. (Bug#18384)
6819
6820 2014-09-03 Fabián Ezequiel Gallina <fgallina@gnu.org>
6821
6822 * progmodes/python.el (python-indent-post-self-insert-function):
6823 Avoid electric colon at beginning-of-defun. (Bug#18228)
6824
6825 2014-09-03 Glenn Morris <rgm@gnu.org>
6826
6827 * tutorial.el (tutorial--display-changes):
6828 Fix 2014-08-01 change. (Bug#18382)
6829
6830 2014-09-03 Ken Brown <kbrown@cornell.edu>
6831
6832 * startup.el (fancy-splash-frame): Extend the fix for Bug#16014 to
6833 the Cygwin-w32 build. (Bug#18347)
6834
6835 2014-09-03 Glenn Morris <rgm@gnu.org>
6836
6837 * tar-mode.el (tar--extract, tar-extract):
6838 Avoid permanently disabling undo in extracted buffers. (Bug#18344)
6839
6840 2014-09-03 Stefan Monnier <monnier@iro.umontreal.ca>
6841
6842 * progmodes/sh-script.el (sh-font-lock-quoted-subshell): Try to better
6843 handle multiline elements (bug#18380).
6844
6845 2014-09-01 Eli Zaretskii <eliz@gnu.org>
6846
6847 * ls-lisp.el (ls-lisp-use-string-collate)
6848 (ls-lisp-UCA-like-collation): New defcustoms.
6849 (ls-lisp-string-lessp): Use them to control sorting by file
6850 names. (Bug#18051)
6851 (ls-lisp-version-lessp): New function.
6852 (ls-lisp-handle-switches): Use it to implement the -v switch of
6853 GNU ls.
6854 (ls-lisp--insert-directory): Mention the -v switch in the doc string.
6855
6856 2014-08-31 Christoph Scholtes <cschol2112@gmail.com>
6857
6858 * ibuffer.el: Replace mode-specific quit function with
6859 `quit-window' via `special-mode'.
6860 (ibuffer-mode-map): Use keybindings from special-mode-map instead
6861 of local overrides.
6862 (ibuffer): Don't store previous windows configuration.
6863 Let `quit-window' handle restoring.
6864 (ibuffer-quit): Remove function. Use `quit-window' instead.
6865 (ibuffer-restore-window-config-on-quit): Remove variable.
6866 (ibuffer-prev-window-config): Remove variable.
6867
6868 2014-08-29 Michael Heerdegen <michael_heerdegen@web.de>
6869
6870 * emacs-lisp/easy-mmode.el (define-minor-mode): Use mode function
6871 name instead of variable name in hook docstring. (Bug#18349)
6872
6873 2014-08-29 Martin Rudalics <rudalics@gmx.at>
6874
6875 * window.el (display-buffer-at-bottom): Prefer bottom-left
6876 window to other bottom windows. Reuse a bottom window if it
6877 shows the buffer already. Suggested by Juri Linkov
6878 <juri@jurta.org> in discussion of (Bug#18181).
6879
6880 2014-08-29 Leo Liu <sdl.web@gmail.com>
6881
6882 * files.el (minibuffer-with-setup-hook): Allow (:append FUN) to
6883 append to minibuffer-setup-hook. (Bug#18341)
6884
6885 2014-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
6886
6887 * progmodes/cc-defs.el: Expose c-lanf-defconst's expressions to the
6888 byte-compiler.
6889 (lookup-syntax-properties): Silence byte-compiler.
6890 (c-lang-defconst): Quote the code with `lambda' rather than with
6891 `quote'.
6892 (c-lang-const): Avoid unneeded setq.
6893 (c-lang-constants-under-evaluation): Add docstring.
6894 (c-lang--novalue): New constant.
6895 (c-find-assignment-for-mode): Use it instead of c-lang-constants.
6896 (c-get-lang-constant): Same here.
6897 Get the mode's value using `funcall' now that the code is quoted
6898 with `lambda'.
6899
6900 2014-08-28 Michael Albinus <michael.albinus@gmx.de>
6901
6902 * net/tramp.el (tramp-handle-shell-command): Use `display-buffer'.
6903 (Bug#18326)
6904
6905 2014-08-28 Martin Rudalics <rudalics@gmx.at>
6906
6907 * scroll-bar.el (scroll-bar-horizontal-drag-1): Handle new
6908 interpretation of `portion-whole'.
6909
6910 2014-08-28 Michael Albinus <michael.albinus@gmx.de>
6911
6912 * net/tramp-adb.el: Spell author name correctly.
6913
6914 2014-08-28 João Távora <joaotavora@gmail.com>
6915
6916 * net/shr.el (shr-expand-url): Plain expand-file-name is not enough;
6917 use url-expand-file-name. (Bug#18310)
6918
6919 2014-08-28 Glenn Morris <rgm@gnu.org>
6920
6921 * emulation/cua-rect.el (cua--highlight-rectangle):
6922 Avoid error at point-min. (Bug#18309)
6923
6924 2014-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
6925
6926 * progmodes/python.el (python-shell-prompt-detect): Remove redundant
6927 executable-find (bug#18244).
6928
6929 * simple.el (self-insert-uses-region-functions): Defvar.
6930
6931 2014-08-28 Glenn Morris <rgm@gnu.org>
6932
6933 * subr.el (remq): Revert 2014-08-25 doc change (not always true).
6934
6935 2014-08-27 Dmitry Antipov <dmantipov@yandex.ru>
6936
6937 * startup.el (normal-top-level): Now use internal--top-level-message.
6938
6939 2014-08-26 Dmitry Antipov <dmantipov@yandex.ru>
6940
6941 * startup.el (normal-top-level): Use top-level-message.
6942
6943 2014-08-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
6944
6945 * net/shr.el (shr-copy-url): Encode copied URL to avoid getting
6946 URLs containing spaces and the like.
6947
6948 2014-08-25 Christoph Scholtes <cschol2112@gmail.com>
6949
6950 * subr.el (remq): Fix docstring (Bug#18253).
6951
6952 2014-08-25 Christoph Scholtes <cschol2112@gmail.com>
6953
6954 * replace.el (query-replace): Fix typo in docstring (Bug#18320).
6955
6956 2014-08-24 Alan Mackenzie <acm@muc.de>
6957
6958 Handle C++11's "auto" and "decltype" constructions.
6959 * progmodes/cc-engine.el (c-forward-type): Enhance to recognise
6960 and return 'decltype.
6961 (c-forward-decl-or-cast-1): New let variables backup-kwd-sym,
6962 prev-kwd-sym, new-style-auto. Enhance to handle the new "auto"
6963 keyword.
6964 * progmodes/cc-fonts.el (c-font-lock-declarations): Handle the
6965 "decltype" keyword.
6966 (c-font-lock-c++-new): Handle "decltype" constructions.
6967 * progmodes/cc-langs.el (c-auto-ops, c-auto-ops-re):
6968 New c-lang-defconsts/defvars.
6969 (c-haskell-op, c-haskell-op-re): New c-lang-defconsts/defvars.
6970 (c-typeof-kwds, c-typeof-key): New c-lang-defconsts/defvars.
6971 (c-typeless-decl-kwds): Append "auto" onto the C++ value.
6972 (c-not-decl-init-keywords): Also exclude c-typeof-kwds from value.
6973
6974 Make ">>" act as double template ender in C++ Mode. (Bug#11386)
6975 * progmodes/cc-langs.el (c->-op-cont-tokens): New lang-const split
6976 off from c->-op-cont-re.
6977 (c->-op-cont-tokens): Change to use the above.
6978 (c->-op-without->-cont-regexp): New lang-const.
6979 * progmodes/cc-engine.el (c-forward-<>-arglist-recur):
6980 Use c->-op-without->-cont-regexp in place of c->-op-cont-tokens.
6981
6982
6983 2014-08-23 Alan Mackenzie <acm@muc.de>
6984
6985 * progmodes/cc-fonts.el (c-font-lock-declarators): Fix infinite
6986 loop, bug #18306. The bug was introduced on 2014-08-02.
6987
6988 2014-08-21 Eli Zaretskii <eliz@gnu.org>
6989
6990 * textmodes/texnfo-upd.el (texinfo-specific-section-type):
6991 Don't recognize a Top node if there are other sectioning commands
6992 earlier in the Texinfo file. This fixes a bug in
6993 texinfo-make-menu and avoids inflooping in
6994 texinfo-all-menus-update when they are invoked on texinfo.texi.
6995
6996 2014-08-21 Martin Rudalics <rudalics@gmx.at>
6997
6998 * window.el (window--side-window-p): New function.
6999 (split-window, window-splittable-p): Use window--side-window-p to
7000 determine whether WINDOW can be split (Bug#18304).
7001 * calendar/calendar.el (calendar-basic-setup): Fix one call of
7002 `window-splittable-p' and add another (Bug#18304).
7003
7004 2014-08-20 Sam Steingold <sds@gnu.org>
7005
7006 * progmodes/python.el (python-new-pythonpath): Extract from
7007 `python-shell-calculate-process-environment'.
7008
7009 2014-08-18 Thierry Volpiatto <thierry.volpiatto@gmail.com>
7010
7011 * emacs-lisp/eldoc.el (eldoc-highlight-function-argument): Add support
7012 for &key args (bug#18048).
7013
7014 2014-08-18 Stefan Monnier <monnier@iro.umontreal.ca>
7015
7016 * emacs-lisp/eldoc.el (eldoc-argument-case): Obsolete and change default.
7017 (eldoc-function-argstring-format): Remove.
7018 (eldoc-function-argstring): Always return upcase args.
7019 Use help-make-usage. Don't add parens.
7020 (eldoc-get-fnsym-args-string): Don't obey eldoc-argument-case since
7021 it's too late to do it right (bug#18048).
7022
7023 2014-08-18 Eli Zaretskii <eliz@gnu.org>
7024
7025 * scroll-bar.el (scroll-bar-horizontal-drag-1)
7026 (scroll-bar-toolkit-horizontal-scroll): When determining the
7027 paragraph direction, use the buffer of the window designated in
7028 the event.
7029
7030 2014-08-16 Andreas Schwab <schwab@linux-m68k.org>
7031
7032 * vc/diff-mode.el (diff-fixup-modifs): Handle empty line in
7033 context of unified diff.
7034
7035 2014-08-16 Paul Eggert <eggert@cs.ucla.edu>
7036
7037 Add dependencies to fix loaddefs race during parallel builds.
7038 Without this, for example, 'make -j bootstrap' can fail and report
7039 "Opening input file: no such file or directory,
7040 .../lisp/calendar/diary-loaddefs.el ... recipe for target
7041 'calendar/hol-loaddefs.el' failed", where the hol-loaddefs.el rule
7042 got confused because diary-loaddefs.el was being built in parallel.
7043 * Makefile.in ($(CAL_DIR)/diary-loaddefs.el):
7044 Depend on $(CAL_DIR)/cal-loaddefs.el.
7045 ($(CAL_DIR)/hol-loaddefs.el): Depend on $(CAL_DIR)/diary-loaddefs.el.
7046
7047 2014-08-16 Martin Rudalics <rudalics@gmx.at>
7048
7049 * scroll-bar.el (scroll-bar-horizontal-drag-1): Use cdr of
7050 portion-whole for scrolling right-to-left text.
7051
7052 2014-08-15 Leo Liu <sdl.web@gmail.com>
7053
7054 * speedbar.el (speedbar-generic-list-tag-p): Allow special
7055 elements from imenu.
7056
7057 2014-08-15 Glenn Morris <rgm@gnu.org>
7058
7059 * subr.el (with-output-to-temp-buffer): Doc fix; from elisp manual.
7060
7061 2014-08-13 Jan Nieuwenhuizen <janneke@gnu.org>
7062
7063 * progmodes/compile.el (compilation-error-regexp-alist-alist):
7064 Add Guile regexpses.
7065
7066 2014-08-13 Jan Nieuwenhuizen <janneke@gnu.org>
7067
7068 * progmodes/gud.el (guiler): New function. Starts the Guile REPL;
7069 add Guile debugger support for GUD.
7070
7071 2014-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
7072
7073 * obsolete/mouse-sel.el (mouse-sel-mode): Use add/remove-function.
7074 (mouse-sel--ignore): New function.
7075 (mouse-sel-has-been-enabled, mouse-sel-original-bindings)
7076 (mouse-sel-original-interprogram-cut-function)
7077 (mouse-sel-original-interprogram-paste-function): Remove.
7078
7079 2014-08-13 Eric S. Raymond <esr@thyrsus.com>
7080
7081 * vc/vc-git.el (vc-git-resolve-when-done): New function.
7082 Call "git add" when there are no longer conflict markers.
7083
7084 2014-08-13 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
7085
7086 * vc/vc-git.el (vc-git-find-file-hook): New function.
7087 Adds support for calling smerge (and resolve) on a conflicted file.
7088 (vc-git-conflicted-files): New function.
7089 Useful in itself and a step towards better smerge support.
7090
7091 2014-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
7092
7093 * mpc.el (mpc-reorder): Don't bother splitting the "active" elements
7094 to the first part if they're the same as the selection.
7095
7096 2014-08-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
7097
7098 * image-mode.el (image-transform-reset): New command and menu item.
7099 (image-mode-map): Rearrange the menu items to put presumably more
7100 obscure items at the end.
7101
7102 2014-08-12 Juri Linkov <juri@jurta.org>
7103
7104 * vc/vc-annotate.el (vc-annotate-background-mode):
7105 Use `with-demoted-errors' instead of `ignore-errors'. (Bug#18189)
7106
7107 2014-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
7108
7109 * files.el (out-of-memory-warning-percentage): Turn it off by default.
7110
7111 2014-08-11 Sam Steingold <sds@gnu.org>
7112
7113 * textmodes/sgml-mode.el (sgml-validate-command): Set depending on
7114 the presence of known validators (tidy, (o)nsgmls).
7115
7116 2014-08-11 Ulf Jasper <ulf.jasper@web.de>
7117
7118 Newsticker: introduce `newsticker-treeview-date-format'. (Bug#17227)
7119 * net/newst-treeview.el (newsticker-treeview-date-format): New.
7120 (newsticker--treeview-list-add-item):
7121 Use `newsticker-treeview-date-format'.
7122
7123 2014-08-11 Glenn Morris <rgm@gnu.org>
7124
7125 * files.el (basic-save-buffer-2): Revert 2013-01-31 change, which
7126 chose coding system for writing before backing up, since it causes
7127 a more serious problem than the one it solves. (Closes Bug#18141,
7128 reopens Bug#13522.)
7129
7130 2014-08-11 Martin Rudalics <rudalics@gmx.at>
7131
7132 * window.el (window-total-size): Make doc-string more self-contained.
7133
7134 * window.el (display-buffer-below-selected): Restore original
7135 behavior if buffer is already displayed in the window below the
7136 selected one (Bug#18181).
7137
7138 2014-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
7139
7140 * mouse.el (mouse--down-1-maybe-follows-link): Don't convert the down
7141 event (bug#18212).
7142
7143 2014-08-11 Eli Zaretskii <eliz@gnu.org>
7144
7145 * info.el (info): Doc fix.
7146
7147 2014-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
7148
7149 * info.el (Info-mode-map): Override a global down-mouse-2 binding
7150 (bug#18212).
7151
7152 2014-08-11 Eli Zaretskii <eliz@gnu.org>
7153
7154 * simple.el (default-line-height): A floating-point value of
7155 line-spacing means a fraction of the default frame font's height,
7156 not of the font currently used by the 'default' face.
7157 Truncate the pixel value, like the display engine does.
7158 (window-screen-lines): Use window-inside-pixel-edges for
7159 determining the window height in pixels. (Bug#18195)
7160
7161 2014-08-11 Grégoire Jadi <daimrod@gmail.com>
7162
7163 * leim/quail/latin-post.el: Transform " __" into " _". (Bug#18023)
7164
7165 2014-08-10 Ulf Jasper <ulf.jasper@web.de>
7166
7167 Enumerate evaluated sexp diary entries (Bug#7911).
7168 * calendar/icalendar.el (icalendar-export-sexp-enumerate-all)
7169 (icalendar-export-sexp-enumeration-days): New.
7170 (icalendar-export-region): Now `icalendar--convert-to-ical'
7171 returns a cons cell or a list of cons cells.
7172 (icalendar--convert-to-ical): Take care of
7173 `icalendar-export-sexp-enumerate-all'. Return (a list of) cons cells.
7174 (icalendar--convert-ordinary-to-ical)
7175 (icalendar--convert-weekly-to-ical, icalendar--convert-yearly-to-ical)
7176 (icalendar--convert-block-to-ical, icalendar--convert-block-to-ical)
7177 (icalendar--convert-float-to-ical, icalendar--convert-cyclic-to-ical)
7178 (icalendar--convert-anniversary-to-ical): Return cons cell.
7179 (icalendar--convert-sexp-to-ical): Enumerate evaluated sexp
7180 entries. Return (list of) cons cells.
7181
7182 2014-08-09 Juri Linkov <juri@jurta.org>
7183
7184 * vc/vc-annotate.el (vc-annotate-background-mode): Add :set
7185 to reevaluate `vc-annotate-color-map'. (Bug#18189)
7186
7187 2014-08-09 Alan Mackenzie <acm@muc.de>
7188
7189 * progmodes/cc-fonts.el (c-font-lock-declarators): Remove check
7190 for top-level that can cause unacceptable slow-down in scrolling.
7191 See email Subject: Huge {...} blocks in C/C++ again, from Dmitry
7192 Antipov from 2013-10-14 in emacs-devel.
7193
7194 2014-08-08 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
7195
7196 * ibuffer.el (ibuffer-mode-map): Use toggle button for
7197 `ibuffer-auto-mode' menu entry.
7198 (ibuffer-mode-hook): Add `ibuffer-auto-mode' customization option.
7199
7200 2014-08-08 Matthias Meulien <orontee@gmail.com>
7201
7202 * progmodes/prog-mode.el (prog-mode-hook): Make customizable.
7203 (Bug#16394)
7204
7205 2014-08-07 Martin Rudalics <rudalics@gmx.at>
7206
7207 * window.el (window--min-size-1): Explicitly set WINDOW arg in
7208 calls of window-min-pixel-height and window-min-pixel-width.
7209
7210 2014-08-07 Reuben Thomas <rrt@sc3d.org>
7211
7212 * progmodes/ada-mode.el:
7213 * net/tramp.el (tramp-handle-file-symlink-p):
7214 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Remove a comment
7215 about VMS, which we no longer support.
7216 * progmodes/ada-xref.el (ada-xref-current): Remove mention of VMS,
7217 and fix a FIXME, using convert-standard-filename in place of
7218 removed ada-convert-file-name.
7219
7220 2014-08-07 Eli Zaretskii <eliz@gnu.org>
7221
7222 * files.el (auto-mode-alist): Remove support for VMS from a pattern.
7223
7224 2014-08-07 Reuben Thomas <rrt@sc3d.org>
7225
7226 Refer to MS-DOS using the same name everywhere.
7227 * arc-mode.el, files.el, frame.el: ``MS-DOG'', ``MSDOG'' and
7228 ``msdog'' become ``MS-DOS''.
7229
7230 2014-08-07 Michael Albinus <michael.albinus@gmx.de>
7231
7232 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
7233 Use cached "remote-copy-args" value, if available. (Bug#18199)
7234
7235 2014-08-07 Leo Liu <sdl.web@gmail.com>
7236
7237 * help.el (temp-buffer-setup-hook,temp-buffer-show-hook):
7238 Revert change on 2014-03-22.
7239
7240 2014-08-06 Ulf Jasper <ulf.jasper@web.de>
7241
7242 * calendar/icalendar.el (icalendar--diarytime-to-isotime)
7243 (icalendar--convert-ordinary-to-ical): Allow for missing minutes
7244 (Bug#13750).
7245
7246
7247 2014-08-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
7248
7249 * image-mode.el (image-toggle-display-image): Always rescale images
7250 to not be bigger than the current window.
7251
7252 2014-08-05 Eric Brown <brown@fastmail.fm> (tiny change)
7253
7254 * net/eww.el (eww-bookmarks-directory): New variable.
7255 (eww-write-bookmarks): Use it.
7256 (eww-read-bookmarks): Ditto.
7257
7258 2014-08-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
7259
7260 * net/shr.el (shr-copy-url): Also copy the image URL.
7261
7262 2014-08-05 Michael Albinus <michael.albinus@gmx.de>
7263
7264 * net/tramp-cache.el (tramp-flush-file-function): Suppress function
7265 also for Tramp working buffers.
7266
7267 2014-08-04 Fabián Ezequiel Gallina <fgallina@gnu.org>
7268
7269 * progmodes/python.el: Fix completions inside (i)pdb.
7270 (python-shell-completion-pdb-string-code): Make obsolete.
7271 (python-shell-completion-get-completions):
7272 Use python-shell-completion-string-code resending setup code
7273 continuously for (i)pdb.
7274
7275 2014-08-04 Paul Eggert <eggert@cs.ucla.edu>
7276
7277 * rect.el (rectangle--default-line-number-format): Rename
7278 from misspelled rectange--default-line-number-format (Bug#18045).
7279 All uses changed.
7280
7281 2014-08-03 Paul Eggert <eggert@cs.ucla.edu>
7282
7283 Don't mishandle year-9999 dates (Bug#18176).
7284 * calendar/parse-time.el (parse-time-rules):
7285 Allow years up to most-positive-fixnum.
7286 * calendar/time-date.el (date-to-time):
7287 Pass "Specified time is not representable" errors through.
7288
7289 2014-08-02 Fabián Ezequiel Gallina <fgallina@gnu.org>
7290
7291 * progmodes/python.el: Completion code cleanups.
7292 (python-shell-completion-get-completions): Detect and send import
7293 statements directly to completion function.
7294 (python-shell-completion-at-point): Simplify prompt calculation
7295 and import vs input completion logic.
7296
7297 2014-08-02 Alan Mackenzie <acm@muc.de>
7298
7299 Fix confusion in C++ file caused by comma in "= {1,2},".
7300 Bug #17756.
7301 * progmodes/cc-engine.el (c-beginning-of-statement-1): In checking
7302 for a statement boundary marked by "}", check there's no "="
7303 before the "{".
7304 (c-guess-basic-syntax CASE 9B): Call c-beginning-of-statement with
7305 non-nil `comma-delim' argument.
7306 * progmodes/cc-fonts.el (c-font-lock-declarators): Parse an
7307 initializer expression more accurately.
7308
7309 Correct loop termination condition in c-syntactic-skip-backward.
7310 * progmodes/cc-engine.el (c-syntactic-skip-backward): Correct for
7311 the situation where, after moving back out of a literal,
7312 skip-chars-backward doesn't move further, yet checks have still to
7313 be done.
7314
7315 2014-08-01 Eli Zaretskii <eliz@gnu.org>
7316
7317 * tutorial.el (tutorial--display-changes): Accept punctuation
7318 characters before the key binding. (Bug#18146)
7319
7320 2014-07-31 Fabián Ezequiel Gallina <fgallina@gnu.org>
7321
7322 * progmodes/python.el: Shell output capture enhancements.
7323 (python-shell-accept-process-output): New function.
7324 (inferior-python-mode)
7325 (python-shell-send-setup-code): Use it.
7326
7327 2014-07-30 Christophe Deleuze <christophe.deleuze@free.fr> (tiny change)
7328
7329 * calendar/icalendar.el (icalendar--decode-isodatetime):
7330 Use actual current-time-zone when converting to local time. (Bug#15408)
7331
7332 2014-07-29 Martin Rudalics <rudalics@gmx.at>
7333
7334 * window.el (window--state-put-2): Handle horizontal scroll
7335 bars, if present.
7336
7337 2014-07-29 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
7338
7339 * menu-bar.el (menu-bar-update-buffers): Update item list format
7340 in `buffers-menu' to confirm with changes to `get_keyelt'
7341 (r117463). (Bug#18016)
7342
7343 2014-07-28 Fabián Ezequiel Gallina <fgallina@gnu.org>
7344
7345 * progmodes/python.el (inferior-python-mode): Make input prompts
7346 read-only.
7347
7348 2014-07-28 Emilio C. Lopes <eclig@gmx.net>
7349
7350 * net/tramp-sh.el (tramp-get-remote-python): Also search for
7351 executables named "python2" or "python3".
7352 (tramp-get-remote-uid-with-python): Use parentheses around
7353 arguments to `print' to make it compatible with Python 3.
7354 (tramp-get-remote-gid-with-python): Ditto. (Bug#18118)
7355
7356 2014-07-28 Eli Zaretskii <eliz@gnu.org>
7357
7358 * window.el (window--pixel-to-total): Use FRAME's root window, not
7359 that of the selected frame. (Bug#18112, Bug#16674)
7360
7361 2014-07-28 Andreas Schwab <schwab@linux-m68k.org>
7362
7363 * textmodes/tex-mode.el (tex-font-lock-verb): Doc fix.
7364 (Bug#18117)
7365
7366 2014-07-28 Fabián Ezequiel Gallina <fgallina@gnu.org>
7367
7368 * progmodes/python.el (inferior-python-mode): Doc fix.
7369
7370 2014-07-28 Stephen Berman <stephen.berman@gmx.net>
7371
7372 * calendar/todo-mode.el (todo-edit-item--next-key): If next key is
7373 not a character, ignore it instead of raising an error.
7374
7375 * calendar/todo-mode.el: Fix handling of marked items and make
7376 minor code improvements.
7377 (todo-edit-item): If there are marked items, ensure user can only
7378 invoke editing commands that work with marked items.
7379 (todo-edit-item--text): When there are marked items, make it a
7380 noop if invoked with point not on an item; otherwise, ensure it
7381 applies only to item at point.
7382 (todo-item-undone): If there are marked not-done items, return
7383 point to its original position before signaling user error.
7384 (todo--user-error-if-marked-done-item): New function.
7385 (todo-edit-item--header, todo-edit-item--diary-inclusion)
7386 (todo-item-done): Use it.
7387
7388 2014-07-28 Glenn Morris <rgm@gnu.org>
7389
7390 * files.el (toggle-read-only): Re-add basic doc-string.
7391 * vc/vc-hooks.el (vc-toggle-read-only): Tweak obsolescence mesage.
7392
7393 * progmodes/prolog.el (prolog-mode-keybindings-edit):
7394 Replace missing `switch-to-prolog' with `run-prolog'.
7395 (switch-to-prolog): Define as (obsolete) alias, as in 23.4.
7396
7397 2014-07-28 Stephen Berman <stephen.berman@gmx.net>
7398
7399 * calendar/todo-mode.el (todo-set-top-priorities): Fix overwriting
7400 of file-wide setting when changing category-wide setting.
7401
7402 2014-07-28 Stephen Berman <stephen.berman@gmx.net>
7403
7404 * doc-view.el (doc-view-open-text): Don't require that the
7405 document is saved in a file (e.g., email attachment).
7406
7407 2014-07-28 Fabián Ezequiel Gallina <fgallina@gnu.org>
7408
7409 Parse completion input in a iPython friendly way. (Bug#18084)
7410 * progmodes/python.el
7411 (python-shell-completion-at-point): Rename from
7412 python-shell-completion-complete-at-point.
7413 (inferior-python-mode): Use it.
7414 (python-completion-at-point): Rename from
7415 python-completion-complete-at-point. Parse input up to first
7416 backward occurrence of whitespace, open-paren, close-paren or
7417 string delimiter.
7418 (python-mode): Use it.
7419
7420 2014-07-28 Fabián Ezequiel Gallina <fgallina@gnu.org>
7421
7422 * progmodes/python.el
7423 (python-shell-with-shell-buffer): New macro.
7424 (python-shell-font-lock-get-or-create-buffer)
7425 (python-shell-font-lock-kill-buffer)
7426 (python-shell-font-lock-with-font-lock-buffer)
7427 (python-shell-font-lock-cleanup-buffer)
7428 (python-shell-font-lock-toggle): Use it.
7429 (python-shell-font-lock-turn-on)
7430 (python-shell-font-lock-turn-off): Use it. Make command.
7431
7432 2014-07-28 Fabián Ezequiel Gallina <fgallina@gnu.org>
7433
7434 Grab all Python process output before inferior-python-mode hooks.
7435 * progmodes/python.el (inferior-python-mode):
7436 Call accept-process-output and sit-for to ensure all output for process
7437 has been received before running hooks.
7438 (python-shell-internal-get-or-create-process):
7439 Cleanup accept-process-output and sit-for calls.
7440
7441 2014-07-28 Fabián Ezequiel Gallina <fgallina@gnu.org>
7442
7443 More robust shell startup and code setup.
7444 * progmodes/python.el (python-shell-make-comint):
7445 Remove accept-process-output call.
7446 (python-shell-get-buffer): Return current buffer if major-mode is
7447 inferior-python-mode.
7448 (python-shell-get-or-create-process): Use it.
7449 (python-shell-send-setup-code): Send all setup code in one string,
7450 output success message and accept-process-output.
7451
7452 2014-07-27 Eli Zaretskii <eliz@gnu.org>
7453
7454 * scroll-bar.el (scroll-bar-toolkit-horizontal-scroll):
7455 Add rudimentary support for bidirectional text.
7456
7457 2014-07-27 Martin Rudalics <rudalics@gmx.at>
7458
7459 * frame.el (frame-notice-user-settings): Rewrite using
7460 frame-initial-frame-tool-bar-height.
7461 * menu-bar.el (menu-bar-horizontal-scroll-bar)
7462 (menu-bar-no-horizontal-scroll-bar): New functions.
7463 (menu-bar-showhide-scroll-bar-menu): Add bindings for horizontal
7464 scroll bars.
7465 * scroll-bar.el (scroll-bar-lines)
7466 (set-horizontal-scroll-bar-mode)
7467 (get-horizontal-scroll-bar-mode, horizontal-scroll-bar-mode)
7468 (scroll-bar-horizontal-drag-1, scroll-bar-horizontal-drag)
7469 (scroll-bar-toolkit-horizontal-scroll): New functions.
7470 (horizontal-scroll-bar-mode)
7471 (previous-horizontal-scroll-bar-mode)
7472 (horizontal-scroll-bar-mode-explicit): New variables.
7473 (horizontal-scroll-bar-mode): New option.
7474 (toggle-horizontal-scroll-bar): Do something.
7475 (top-level): Bind horizontal-scroll-bar mouse-1.
7476 * startup.el (tool-bar-originally-present): Remove variable.
7477 (command-line): Don't set tool-bar-originally-present.
7478 * window.el (window-min-height): Update doc-string.
7479 (window--dump-frame): Dump horizontal scroll bar values.
7480 (window--min-size-1): Handle minibuffer window separately.
7481 Count in margins and horizontal scroll bar. Return safe value
7482 iff IGNORE equals 'safe.
7483 (frame-windows-min-size): New function (used by frame resizing
7484 routines).
7485 (fit-frame-to-buffer, fit-window-to-buffer): Count in horizontal
7486 scroll bars.
7487 (window--sanitize-window-sizes): New function.
7488 (window-split-min-size): Remove.
7489 (split-window): Count divider-width. Don't use
7490 `window-split-min-size' any more. Reword error messages.
7491 Sanitize windows sizes after splitting.
7492
7493 2014-07-27 Thien-Thi Nguyen <ttn@gnu.org>
7494
7495 Use `defvar-local' more.
7496 * progmodes/hideshow.el
7497 (hs-c-start-regexp, hs-block-start-regexp)
7498 (hs-block-start-mdata-select, hs-block-end-regexp)
7499 (hs-forward-sexp-func, hs-adjust-block-beginning): ...here;
7500 remove corresponding `make-variable-buffer-local' top-level calls.
7501
7502 2014-07-27 Fabián Ezequiel Gallina <fgallina@gnu.org>
7503
7504 Cleanup error signals. (Bug#18067)
7505 * progmodes/python.el
7506 (python-indent-shift-left): Use user-error instead.
7507 (python-shell-prompt-detect): Use lwarn with python group.
7508 (python-completion-complete-at-point)
7509 (python-eldoc--get-doc-at-point): Don't signal error.
7510
7511 2014-07-27 Fabián Ezequiel Gallina <fgallina@gnu.org>
7512
7513 Support for packages in Python shell. (Bug#13570)
7514 * progmodes/python.el (python-shell--package-depth): New var.
7515 (python-shell-package-enable): New command.
7516 (python-util-list-directories, python-util-list-files)
7517 (python-util-list-packages): New functions.
7518
7519 2014-07-27 Fabián Ezequiel Gallina <fgallina@gnu.org>
7520
7521 Faster comint output. (Bug#16875)
7522 * progmodes/python.el:
7523 (python-comint-output-filter-function): Make obsolete.
7524 (python-comint-postoutput-scroll-to-bottom): New function.
7525 (inferior-python-mode): Set comint-output-filter-functions to a
7526 minimum.
7527
7528 2014-07-27 Fabián Ezequiel Gallina <fgallina@gnu.org>
7529
7530 * progmodes/python.el (python-shell-font-lock-post-command-hook):
7531 Safeguard current point and undo history.
7532
7533 2014-07-26 Fabián Ezequiel Gallina <fgallina@gnu.org>
7534
7535 Robust shell syntax highlighting. (Bug#18084, Bug#16875)
7536 * progmodes/python.el:
7537 (python-shell-prompt-input-regexps): Add iPython block prompt.
7538 (python-shell-output-syntax-table): Delete var.
7539 (python-shell-font-lock-with-font-lock-buffer): New macro.
7540 (python-shell-font-lock-get-or-create-buffer)
7541 (python-shell-font-lock-kill-buffer)
7542 (python-shell-font-lock-cleanup-buffer)
7543 (python-shell-font-lock-post-command-hook)
7544 (python-shell-font-lock-turn-off): New functions.
7545 (python-shell-font-lock-turn-on): New function.
7546 (inferior-python-mode): Use it.
7547 (python-shell-font-lock-toggle): New command.
7548 (python-shell-font-lock-enable): Rename from
7549 python-shell-enable-font-lock.
7550 (run-python-internal): Use it.
7551 (python-shell-font-lock-comint-output-filter-function): New function.
7552 (python-shell-comint-end-of-output-p): New function.
7553 (python-shell-output-filter): Use it.
7554 (python-util-comint-last-prompt): New function.
7555 (python-util-text-properties-replace-name): New function.
7556
7557 2014-07-25 Glenn Morris <rgm@gnu.org>
7558
7559 * vc/ediff-init.el (ediff-toggle-read-only-function):
7560 * vc/ediff-util.el (ediff-toggle-read-only):
7561 Replace obsolete toggle-read-only with read-only-mode.
7562
7563 2014-07-24 Michael Albinus <michael.albinus@gmx.de>
7564
7565 * net/tramp-cache.el (tramp-flush-file-function): Wrap the code
7566 with `save-match-data'. (Bug#18095)
7567
7568 2014-07-21 Vincent Belaïche <vincentb1@users.sourceforge.net>
7569
7570 * ses.el (ses-truncate-cell): Use cl-progv instead of eval in
7571 order to ensure that row and col are lexically bound inside the
7572 evaluated sexp.
7573
7574 2014-07-21 Glenn Morris <rgm@gnu.org>
7575
7576 * progmodes/hideif.el (hide-ifdef-mode-submap):
7577 Also substitute read-only-mode.
7578 * bindings.el (mode-line-toggle-read-only):
7579 * bs.el (bs-toggle-readonly):
7580 * buff-menu.el (Buffer-menu-toggle-read-only):
7581 * dired.el (dired-toggle-read-only):
7582 * files.el (view-read-only, find-file-read-only)
7583 (find-file-read-only-other-window)
7584 (find-file-read-only-other-frame):
7585 * progmodes/hideif.el (hide-ifdef-toggle-outside-read-only):
7586 Doc fixes re toggle-read-only.
7587
7588 2014-07-21 Fabián Ezequiel Gallina <fgallina@gnu.org>
7589
7590 * progmodes/python.el: Add comment about pipe buffering and
7591 solutions for missing/delayed output in inferior Python shells.
7592 (Bug#17304)
7593
7594 * progmodes/python.el (python-mode): Don't set
7595 mode-require-final-newline. (Bug#17990)
7596
7597 Make python.el work with IPython automatically. (Bug#15510)
7598 * progmodes/python.el:
7599 (python-shell-completion-setup-code): New value supporting iPython.
7600 (python-shell-completion-string-code): New value supporting iPython.
7601 (python-shell-completion-get-completions): Use them.
7602 (python-shell-completion-module-string-code): Make obsolete.
7603 (python-shell-prompt-input-regexps)
7604 (python-shell-prompt-output-regexps): Add safeguard for ipdb.
7605 (python-shell-output-filter): Fix comment typo.
7606
7607 Fix Python shell prompts detection for remote hosts.
7608 * progmodes/python.el (python-shell-prompt-detect):
7609 Replace call-process with process-file and make it more robust.
7610
7611 Autodetect Python shell prompts. (Bug#17370)
7612 * progmodes/python.el:
7613 (python-shell-interpreter-interactive-arg)
7614 (python-shell-prompt-detect-enabled)
7615 (python-shell-prompt-detect-failure-warning)
7616 (python-shell-prompt-input-regexps)
7617 (python-shell-prompt-output-regexps): New vars.
7618 (python-shell-prompt-calculated-input-regexp)
7619 (python-shell-prompt-calculated-output-regexp): New vars.
7620 (python-shell-get-process-name)
7621 (python-shell-internal-get-process-name)
7622 (python-shell-output-filter)
7623 (python-shell-completion-get-completions): Use them.
7624 (python-shell-prompt-detect)
7625 (python-shell-prompt-validate-regexps): New functions.
7626 (python-shell-prompt-set-calculated-regexps): New function.
7627 (inferior-python-mode): Use it. Also honor overriden
7628 python-shell-interpreter and python-shell-interpreter-args.
7629 (python-shell-make-comint): Honor overriden
7630 python-shell-interpreter and python-shell-interpreter-args.
7631 (python-shell-get-or-create-process): Make it testable by allowing
7632 to call run-python non-interactively.
7633 (python-util-valid-regexp-p): New function.
7634 (python-shell-prompt-regexp, python-shell-prompt-block-regexp)
7635 (python-shell-prompt-output-regexp)
7636 (python-shell-prompt-pdb-regexp): Use it as defcustom :safe.
7637
7638 2014-07-21 Stefan Monnier <monnier@iro.umontreal.ca>
7639
7640 * emacs-lisp/smie.el (smie-config--guess-1): Split from
7641 smie-config--guess.
7642 (smie-config--guess): Use it.
7643
7644 * emacs-lisp/edebug.el: Use nadvice.
7645 (edebug-original-read): Remove.
7646 (edebug--read): Rename from edebug-read and add `orig' arg.
7647 (edebug-uninstall-read-eval-functions)
7648 (edebug-install-read-eval-functions): Use nadvice.
7649 (edebug-read-sexp, edebug-read-storing-offsets, edebug-read-symbol)
7650 (edebug-read-and-maybe-wrap-form1, edebug-instrument-callee)
7651 (edebug-read-string, edebug-read-function): Use just `read'.
7652 (edebug-original-debug-on-entry): Remove.
7653 (edebug--debug-on-entry): Rename from edebug-debug-on-entry and add
7654 `orig' arg.
7655 (debug-on-entry): Override with nadvice.
7656
7657 * mouse.el (tear-off-window): Rename from mouse-tear-off-window since
7658 it also makes sense to bind it to a non-mouse event.
7659
7660 * vc/vc-bzr.el (vc-bzr-shelve): Make it operate on fileset.
7661
7662 2014-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
7663
7664 * xt-mouse.el (xterm-mouse-event): Don't assume last-click is non-nil
7665 (bug#18015).
7666
7667 * rect.el (rectangle--string-preview): Don't assume there
7668 a non-nil default (bug#17984).
7669
7670 2014-07-16 Glenn Morris <rgm@gnu.org>
7671
7672 * desktop.el (after-init-hook): Disable startup frame restoration
7673 in non-graphical situations. (Bug#17693)
7674
7675 * vc/vc-dispatcher.el (vc-log-edit): Do set up the log buffer
7676 if it was "empty", or used for a different set of files. (Bug#17884)
7677
7678 2014-07-16 Eli Zaretskii <eliz@gnu.org>
7679
7680 * bindings.el (mode-line-remote): If default-directory is not a
7681 string, don't call file-remote-p on it; instead state in the
7682 help-echo that it is nil. (Bug#17986)
7683
7684 2014-07-14 Daniel Colascione <dancol@dancol.org>
7685
7686 * progmodes/cc-langs.el: Change comments from `cl-macroexpand-all'
7687 to `macroexpand-all'
7688
7689 * progmodes/cc-defs.el (c-lang-defconst-eval-immediately):
7690 Use `macroexpand-all' instead of `cl-macroexpand-all'.
7691
7692 2014-07-12 Paul Eggert <eggert@cs.ucla.edu>
7693
7694 Fix bug: C-x v v discarded existing log message (Bug#17884).
7695 * vc/vc-dispatcher.el (vc-log-edit):
7696 Don't clobber an already-existing log message.
7697
7698 2014-07-12 Glenn Morris <rgm@gnu.org>
7699
7700 * vc/log-edit.el (log-edit-changelog-entries):
7701 Check for a visited-but-never-saved ChangeLog.
7702
7703 2014-07-12 Stefan Monnier <monnier@iro.umontreal.ca>
7704
7705 * vc/log-edit.el (log-edit-changelog-entries): Don't both visiting
7706 a non-existing file (bug#17970).
7707
7708 * faces.el (face-name): Undo last change.
7709 (x-resolve-font-name): Don't call face-name (bug#17956).
7710
7711 2014-07-12 Fabián Ezequiel Gallina <fgallina@gnu.org>
7712
7713 Fix dedenters and electric colon handling. (Bug#15163)
7714 * progmodes/python.el
7715 (python-rx-constituents): Add dedenter and block-ender.
7716 (python-indent-dedenters, python-indent-block-enders): Delete.
7717 (python-indent-context): Return new case for dedenter-statement.
7718 (python-indent-calculate-indentation): Handle new case.
7719 (python-indent-calculate-levels): Fix levels calculation for
7720 dedenter statements.
7721 (python-indent-post-self-insert-function): Fix colon handling.
7722 (python-info-dedenter-opening-block-message): New function.
7723 (python-indent-line): Use it.
7724 (python-info-closing-block)
7725 (python-info-closing-block-message): Remove.
7726 (python-info-dedenter-opening-block-position)
7727 (python-info-dedenter-opening-block-positions)
7728 (python-info-dedenter-statement-p): New functions.
7729
7730 2014-07-11 Dmitry Antipov <dmantipov@yandex.ru>
7731
7732 * files.el (out-of-memory-warning-percentage): New defcustom.
7733 (warn-maybe-out-of-memory): Use it.
7734
7735 2014-07-11 Michael Albinus <michael.albinus@gmx.de>
7736
7737 * subr.el (read-passwd): Use `read-hide-char' if non-nil. Bind it
7738 when calling `read-string'. (Bug#17839)
7739
7740 2014-07-10 Eli Zaretskii <eliz@gnu.org>
7741
7742 * files.el (warn-maybe-out-of-memory): Fix the wording of the
7743 warning.
7744
7745 2014-07-10 Dmitry Antipov <dmantipov@yandex.ru>
7746
7747 * files.el (warn-maybe-out-of-memory): New function.
7748 (find-file-noselect): Use it.
7749
7750 2014-07-09 Sam Steingold <sds@gnu.org>
7751
7752 * progmodes/cperl-mode.el (cperl-block-p): Treat the perl keyword
7753 `constant' like `bless', `return' &c
7754
7755 2014-07-09 Stefan Monnier <monnier@iro.umontreal.ca>
7756
7757 * rect.el (apply-on-rectangle): Check forward-line really moved to the
7758 next line.
7759
7760 2014-07-09 Stefan Monnier <monnier@iro.umontreal.ca>
7761
7762 * progmodes/sh-script.el (sh-smie-sh-rules): Don't align with a && in
7763 the middle of a line (bug#17896).
7764
7765 2014-07-09 Juri Linkov <juri@jurta.org>
7766
7767 * startup.el (command-line): Append displaying the warning about
7768 the errors in the init file to the end of `after-init-hook'.
7769 (Bug#17927)
7770
7771 * faces.el (face-name): Return input arg `face' as-is
7772 when it's not a symbol.
7773 (x-resolve-font-name): Don't check if the face is a symbol.
7774 (Bug#17956)
7775
7776 * facemenu.el (list-colors-print): In help-echo format use %.2f
7777 instead of %d because now HSV values are floating-point components
7778 between 0.0 and 1.0.
7779
7780 2014-07-09 Glenn Morris <rgm@gnu.org>
7781
7782 * emulation/cua-rect.el (cua--activate-rectangle):
7783 Avoid setting cua--rectangle to nil. (Bug#17877)
7784
7785 2014-07-09 Stephen Berman <stephen.berman@gmx.net>
7786
7787 * calendar/todo-mode.el: Fix wrong-type-argument error when
7788 marking multiple consecutive items.
7789 (todo-toggle-mark-item): Don't try to mark the empty lines at the
7790 end of the todo and done items sections. Note in doc string that
7791 items marked by passing a numeric prefix argument can include the
7792 last todo and first done items.
7793 (todo-mark-category): Don't try to mark the empty line between the
7794 todo and done items sections.
7795
7796 2014-07-09 Stefan Monnier <monnier@iro.umontreal.ca>
7797
7798 * emacs-lisp/edebug.el (edebug-eval-defun): Print result using
7799 proper Lisp quoting (bug#17934).
7800
7801 * progmodes/ruby-mode.el (ruby-mode-variables): Don't meddle with
7802 require-final-newline since prog-mode already took care of it (bug#17947).
7803
7804 2014-07-09 Stephen Berman <stephen.berman@gmx.net>
7805
7806 * calendar/todo-mode.el: Fix two bugs. Shorten Commentary and
7807 refer to the Todo mode Info manual. Update the comment on
7808 requiring cl-lib.
7809 (todo-find-filtered-items-file): Add todo-prefix overlays.
7810 (todo-filter-items): Reorder a let-bound variable to avoid a
7811 wrong-type-argument error on canceling the file choice dialog.
7812
7813 2014-07-09 Stefan Monnier <monnier@iro.umontreal.ca>
7814
7815 * progmodes/octave.el (inferior-octave-mode):
7816 Set comint-input-ring-size to a number (bug#17912).
7817
7818 2014-07-09 Juri Linkov <juri@jurta.org>
7819
7820 * desktop.el (desktop-minor-mode-table): Add `defining-kbd-macro'
7821 and `isearch-mode' associated with nil. (Bug#17849)
7822
7823 2014-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
7824
7825 * linum.el (linum--face-height): New function (bug#17813).
7826 (linum-update-window): Use it to adjust margin to linum's width.
7827
7828 * leim/quail/sisheng.el (sisheng-list): Don't bother with-case-table.
7829 * eshell/em-smart.el (eshell-smart-scroll-window):
7830 Use with-selected-window.
7831
7832 * xt-mouse.el (xterm-mouse-translate-1): Intern drag event (bug#17894).
7833 Remove also pointless window&mark manipulation.
7834
7835 * progmodes/perl-mode.el: Use syntax-ppss; fix one indentation case.
7836 (perl-indent-line): Use syntax-ppss to detect we're in a doc-section.
7837 (perl-continuation-line-p): Don't skip over anything else than labels.
7838 Return the previous char.
7839 (perl-calculate-indent): Use syntax-ppss instead of parse-start
7840 and update callers accordingly. For continuation lines, check the
7841 the case of array hashes.
7842 (perl-backward-to-noncomment): Make it non-interactive.
7843 (perl-backward-to-start-of-continued-exp): Rewrite.
7844
7845 2014-07-08 Sam Steingold <sds@gnu.org>
7846
7847 * progmodes/inf-lisp.el (lisp-eval-paragraph, lisp-eval-form-and-next):
7848 New user commands.
7849
7850 2014-07-08 Juri Linkov <juri@jurta.org>
7851
7852 * vc/vc-annotate.el (vc-annotate-background-mode): New defcustom.
7853 (vc-annotate-color-map): Use less saturated colors (20%) for
7854 background-mode.
7855 (vc-annotate-very-old-color): Add default value for background-mode.
7856 (vc-annotate-background): Set default value to nil since now text on
7857 the default backgrounds should be legible in light and dark modes.
7858 (vc-annotate-lines): Use `vc-annotate-background-mode'. Doc fix.
7859 (Bug#17808)
7860
7861 2014-07-08 Juri Linkov <juri@jurta.org>
7862
7863 * simple.el (transpose-chars): Don't move point into read-only area.
7864 (Bug#17829)
7865
7866 2014-07-08 Juri Linkov <juri@jurta.org>
7867
7868 * window.el (with-displayed-buffer-window): New macro.
7869 (with-temp-buffer-window, with-current-buffer-window):
7870 Use `macroexp-let2' to evaluate and bind variables
7871 in the same order as macro arguments.
7872 (display-buffer--action-function-custom-type):
7873 Add `display-buffer-below-selected' and `display-buffer-at-bottom'.
7874
7875 * minibuffer.el (minibuffer-completion-help): Replace
7876 `with-output-to-temp-buffer' with `with-displayed-buffer-window'
7877 with actions that display *Completions* at-bottom when called
7878 from the minibuffer, or below-selected in a normal buffer.
7879 Associate `window-height' with `fit-window-to-buffer'.
7880 Let-bind `pop-up-windows' to nil.
7881
7882 * dired.el (dired-mark-pop-up): Use `with-displayed-buffer-window'
7883 instead of `with-current-buffer-window'. (Bug#17809)
7884
7885 2014-07-07 Luke Lee <luke.yx.lee@gmail.com>
7886
7887 * progmodes/hideif.el (hide-ifdef-env): Change to global.
7888 (hide-ifdef-env-backup): New variable.
7889 (hide-ifdef-expand-reinclusion-protection, hide-ifdef-header-regexp):
7890 New customizable variables.
7891 (hif-clear-all-ifdef-defined): New defun.
7892 (hif-merge-ifdef-region, hide-ifdef-region-internal, hide-ifdef-region)
7893 (hif-show-ifdef-region): Merge hidden regions to prevent continuous "...".
7894 (hif-tokenize): Fix for MS-DOS/Win EOL style.
7895 (hif-endif-to-ifdef, hif-make-range, hif-find-range, hif-possibly-hide):
7896 Fix bug to hide the correct #elif region(s).
7897 (hif-range-elif): New defun.
7898 (hif-recurse-level): New var.
7899 (hif-evaluate-region, hif-evaluate-macro): New defun.
7900 (hide-ifdef-guts): Prevent reinclusion protected C/C++ headers from
7901 fully hidden.
7902 (hide-ifdef-define, hide-ifdefs, hide-ifdef-block, show-ifdef-block):
7903 Better interaction.
7904
7905 2014-07-04 Michael Albinus <michael.albinus@gmx.de>
7906
7907 * net/dbus.el (dbus-peer-handler): New defun.
7908 (dbus-register-service): Register it. (Bug#17858)
7909 (dbus-managed-objects-handler): Fix docstring.
7910
7911 2014-07-04 Phil Sainty <psainty@orcon.net.nz>
7912
7913 * emacs-lisp/lisp.el (narrow-to-defun-include-comments): New var.
7914 (narrow-to-defun): New arg include-comments, defaulting to it
7915 (bug#16328).
7916
7917 2014-07-03 Stefan Monnier <monnier@iro.umontreal.ca>
7918
7919 * rect.el (rectangle--highlight-for-redisplay): Don't pass `orig' with
7920 different calling convention to rectangle--unhighlight-for-redisplay.
7921
7922 2014-07-03 Michael Albinus <michael.albinus@gmx.de>
7923
7924 * net/tramp.el (tramp-call-process): Handle error strings.
7925
7926 * net/tramp-adb.el (tramp-adb-sh-fix-ls-output): Use `bolp'.
7927
7928 * net/tramp-sh.el (tramp-sh-handle-set-visited-file-modtime)
7929 (tramp-sh-handle-verify-visited-file-modtime): Use `point-at-eol'.
7930
7931 * net/trampver.el: Update release number.
7932
7933 2014-07-03 Juri Linkov <juri@jurta.org>
7934
7935 * desktop.el (desktop-save): Rename arg `auto-save' to
7936 `only-if-changed'. Doc fix. (Bug#17873)
7937
7938 2014-07-03 Stefan Monnier <monnier@iro.umontreal.ca>
7939
7940 * mouse.el (mouse-yank-primary, mouse-yank-secondary):
7941 Use insert-for-yank (bug#17271).
7942
7943 2014-07-03 Leo Liu <sdl.web@gmail.com>
7944
7945 * emacs-lisp/pp.el (pp-eval-expression, pp-eval-last-sexp):
7946 Support lexical-binding.
7947
7948 2014-07-03 Stefan Monnier <monnier@iro.umontreal.ca>
7949
7950 * vc/log-edit.el (log-edit-goto-eoh): New function.
7951 (log-edit--match-first-line): Use it (bug#17861).
7952
7953 2014-07-03 Glenn Morris <rgm@gnu.org>
7954
7955 * vc/log-edit.el (log-edit-hook): Add missing :version.
7956
7957 2014-07-03 Fabián Ezequiel Gallina <fgallina@gnu.org>
7958
7959 * progmodes/python.el (python-indent-post-self-insert-function):
7960 Enhancements to electric indentation behavior inside
7961 parens. (Bug#17658)
7962
7963 2014-07-03 Stefan Monnier <monnier@iro.umontreal.ca>
7964
7965 * ps-def.el (ps-generate-postscript-with-faces1): Don't mess with
7966 buffer-invisibility-spec (bug#17867).
7967
7968 2014-07-03 Andreas Schwab <schwab@linux-m68k.org>
7969
7970 * vc/vc-git.el (vc-git-checkin): When operating on the whole tree
7971 pass "-a".
7972
7973 2014-07-03 Glenn Morris <rgm@gnu.org>
7974
7975 * cus-edit.el (help):
7976 * finder.el (finder-known-keywords):
7977 * help.el (help-for-help-internal):
7978 * vc/ediff-mult.el (ediff-meta-buffer-verbose-message)
7979 (ediff-redraw-registry-buffer):
7980 * vc/ediff-ptch.el (ediff-patch-file-internal):
7981 Doc fixes re "online" help. (Bug#17803)
7982
7983 * progmodes/idlwave.el (idlwave): Update url-link for custom group.
7984 (idlwave-mode): Doc URL update.
7985
7986 2014-07-01 Juri Linkov <juri@jurta.org>
7987
7988 * man.el: Display man pages immediately and use process-filter
7989 to format them asynchronously.
7990 (Man-width): Doc fix.
7991 (man): Doc fix.
7992 (Man-start-calling): Use `with-selected-window' to get
7993 `frame-width' and `window-width'.
7994 (Man-getpage-in-background): Call `Man-notify-when-ready'
7995 immediately after creating a new buffer. Call `Man-mode' and set
7996 `mode-line-process' in the created buffer. Set process-filter to
7997 `Man-bgproc-filter' in start-process branch. In call-process branch
7998 call either `Man-fontify-manpage' or `Man-cleanup-manpage'.
7999 Use `Man-start-calling' inside `with-current-buffer'.
8000 (Man-fontify-manpage): Don't print messages. Fix boundary condition.
8001 (Man-cleanup-manpage): Don't print messages.
8002 (Man-bgproc-filter): New function.
8003 (Man-bgproc-sentinel): Add `save-excursion' to keep point when
8004 user moved it during asynchronous formatting. Move calls of
8005 `Man-fontify-manpage' and `Man-cleanup-manpage' to
8006 `Man-bgproc-filter'. Move the call of `Man-mode' to
8007 `Man-getpage-in-background'. Use `quit-restore-window'
8008 instead of `kill-buffer'. Use `message' instead of `error'
8009 because errors are caught by process sentinel.
8010 (Man-mode): Move calls of `Man-build-page-list',
8011 `Man-strip-page-headers', `Man-unindent', `Man-goto-page' to
8012 `Man-bgproc-sentinel'. Doc fix. (Bug#2588, bug#5054, bug#9084, bug#17831)
8013
8014 * man.el (Man-bgproc-sentinel): Use `Man-page-from-arguments'
8015 for the message about the man page cleaned up.
8016
8017 2014-07-01 Mario Lang <mlang@delysid.org>
8018
8019 * net/gnutls.el (gnutls-negotiate): Prevent destructive modification of
8020 cosutomization option `gnutls-verify-error'.
8021
8022 2014-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
8023
8024 * simple.el (deactivate-mark, set-mark-command, handle-shift-selection):
8025 Don't keep transient-mark-mode buffer-local when not needed (bug#6316).
8026
8027 * xt-mouse.el (turn-on-xterm-mouse-tracking-on-terminal)
8028 (turn-off-xterm-mouse-tracking-on-terminal): Don't burp if the terminal
8029 is suspended (bug#17857).
8030
8031 2014-07-01 Michael Albinus <michael.albinus@gmx.de>
8032
8033 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell):
8034 Prefer utf-8 coding. (Bug#17859)
8035
8036 2014-06-30 Fabián Ezequiel Gallina <fgallina@gnu.org>
8037
8038 * emacs-lisp/subr-x.el (string-reverse): Define as obsolete alias
8039 for `reverse'.
8040
8041 2014-06-30 Glenn Morris <rgm@gnu.org>
8042
8043 * emacs-lisp/autoload.el (autoload-ensure-writable): New variable.
8044 (autoload-ensure-default-file): Maybe make existing output writable.
8045 * Makefile.in (AUTOGEN_VCS): Remove.
8046 (autoloads): Use autoload-ensure-writable rather than AUTOGEN_VCS.
8047
8048 2014-06-30 Fabián Ezequiel Gallina <fgallina@gnu.org>
8049
8050 * emacs-lisp/subr-x.el (string-reverse): Use `reverse'.
8051
8052 2014-06-30 Fabián Ezequiel Gallina <fgallina@gnu.org>
8053
8054 New if-let, when-let, thread-first and thread-last macros.
8055
8056 * emacs-lisp/subr-x.el
8057 (internal--listify, internal--check-binding)
8058 (internal--build-binding-value-form, internal--build-binding)
8059 (internal--build-bindings): New functions.
8060 (internal--thread-argument, thread-first, thread-last)
8061 (if-let, when-let): New macros.
8062
8063 2014-06-30 Grégoire Jadi <daimrod@gmail.com>
8064
8065 * net/rcirc.el (rcirc-buffer-process): Restore previous
8066 behaviour. (Bug#17772)
8067
8068 2014-06-29 Alan Mackenzie <acm@muc.de>
8069
8070 Don't call c-parse-state when c++-template-syntax-table is active.
8071 * progmodes/cc-engine.el (c-guess-continued-construct CASE G)
8072 (c-guess-basic-syntax CASE 5D.3): Rearrange so that
8073 c-syntactic-skip-backwards isn't called with the pertinent syntax table.
8074
8075 2014-06-28 Stephen Berman <stephen.berman@gmx.net>
8076
8077 * calendar/todo-mode.el (todo-set-top-priorities): Fix logic to
8078 account for file-wide setting of todo-top-priorities-overrides.
8079 Make code a bit cleaner.
8080
8081 2014-06-28 Glenn Morris <rgm@gnu.org>
8082
8083 * net/eww.el (eww-mode) <eww-current-title>: Make local. (Bug#17860)
8084
8085 2014-06-28 Stephen Berman <stephen.berman@gmx.net>
8086
8087 * calendar/todo-mode.el (todo-prefix-overlays): If there is no
8088 category-wide setting of todo-top-priorities-overrides, check for
8089 a file-wide setting and fontify accordingly.
8090
8091 2014-06-28 Glenn Morris <rgm@gnu.org>
8092
8093 * subr.el (read-passwd): Warn about batch mode. (Bug#17839)
8094
8095 2014-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
8096
8097 * progmodes/hideif.el: Use lexical-binding. Fix up cl-lib usage.
8098
8099 2014-06-28 K. Handa <handa@gnu.org>
8100
8101 Fix Bug#17739.
8102
8103 * composite.el: Setup composition-function-table for dotted circle.
8104 (compose-gstring-for-dotted-circle): New function.
8105
8106 * international/characters.el: Add category "^" to all
8107 non-spacing characters.
8108
8109 2014-06-28 Glenn Morris <rgm@gnu.org>
8110
8111 * Makefile.in (doit): Remove force rule.
8112 (custom-deps, finder-data, autoloads, update-subdirs)
8113 (compile-one-process): PHONY targets do not need force rules.
8114
8115 * Makefile.in (compile-main, compile, compile-always):
8116 No need to explicitly pass variables to ourself in recursive calls.
8117
8118 2014-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
8119
8120 * files.el (minibuffer-with-setup-hook): Evaluate the first arg eagerly.
8121
8122 2014-06-26 Glenn Morris <rgm@gnu.org>
8123
8124 * Makefile.in (update-authors): Update for moved authors.el.
8125
8126 2014-06-26 Leo Liu <sdl.web@gmail.com>
8127
8128 * skeleton.el (skeleton-end-hook): Default to nil and move the
8129 work to skeleton-insert. (Bug#17850)
8130
8131 2014-06-26 Dmitry Antipov <dmantipov@yandex.ru>
8132
8133 * calc/calc-alg.el (math-beforep):
8134 * progmodes/cc-guess.el (c-guess-view-reorder-offsets-alist-in-style):
8135 Simplify because string-lessp can accept symbols as args.
8136
8137 2014-06-26 Daiki Ueno <ueno@gnu.org>
8138
8139 * emacs-lisp/package.el (package--check-signature):
8140 If package-check-signature is allow-unsigned, don't signal error when
8141 we can't verify signature because of missing public key
8142 (bug#17625).
8143
8144 2014-06-26 Glenn Morris <rgm@gnu.org>
8145
8146 * emacs-lisp/cl-macs.el (help-add-fundoc-usage):
8147 Remove outdated declaration.
8148
8149 * emacs-lisp/authors.el (authors-valid-file-names)
8150 (authors-renamed-files-alist): Additions.
8151
8152 2014-06-26 Leo Liu <sdl.web@gmail.com>
8153
8154 * textmodes/picture.el (picture-set-tab-stops):
8155 * ruler-mode.el (ruler-mode-mouse-add-tab-stop)
8156 (ruler-mode-ruler): Fix to work with nil tab-stop-list.
8157
8158 * progmodes/asm-mode.el (asm-calculate-indentation):
8159 Use indent-next-tab-stop.
8160
8161 * indent.el (indent-accumulate-tab-stops): New function.
8162
8163 2014-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
8164
8165 * emacs-lisp/package.el (package-list-unsigned): New var (bug#17625).
8166 (package-desc-status): Obey it.
8167
8168 2014-06-26 Stephen Berman <stephen.berman@gmx.net>
8169
8170 * calendar/todo-mode.el: Fix two bugs.
8171 (todo-insert-item--basic): If user cancels item insertion to
8172 another category before setting priority, show original category
8173 whether it is in the same or a different file.
8174 (todo-set-item-priority): After selecting category, instead of
8175 moving point to top, which extends an active region, restore it.
8176
8177 2014-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
8178
8179 * help-fns.el (describe-function-1): Check file-name is a string before
8180 calling help-fns--autoloaded-p (bug#17564).
8181
8182 2014-06-26 Juri Linkov <juri@jurta.org>
8183
8184 * desktop.el (desktop-auto-save-enable)
8185 (desktop-auto-save-disable): New functions.
8186 (desktop-save-mode, desktop-auto-save-timeout): Use them.
8187 (desktop-read): Disable the autosave before loading the desktop,
8188 and enable afterwards. (Bug#17351)
8189
8190 2014-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
8191
8192 Fix some indentation problem with \; and pipes (bug#17842).
8193 * progmodes/sh-script.el (sh-mode-syntax-table): Set syntax of ;|&.
8194 (sh-smie--default-forward-token, sh-smie--default-backward-token):
8195 New functions.
8196 (sh-smie-sh-forward-token, sh-smie-sh-backward-token)
8197 (sh-smie-rc-forward-token, sh-smie-rc-backward-token): Use them.
8198 (sh-smie-sh-rules): Fix indentation of a pipe at BOL.
8199
8200 2014-06-26 Glenn Morris <rgm@gnu.org>
8201
8202 * emacs-lisp/find-func.el (find-function-C-source-directory):
8203 Use file-accessible-directory-p.
8204
8205 * ps-samp.el: Make it slightly less awful.
8206 (ps-rmail-mode-hook, ps-gnus-article-prepare-hook, ps-vm-mode-hook):
8207 (ps-gnus-summary-setup, ps-info-mode-hook): Use [print] key.
8208 Only set local values.
8209 (ps-article-subject, ps-article-author): Use standard functions
8210 like mail-fetch-field.
8211 (ps-info-file, ps-info-node): Use match-string.
8212 (ps-jts-ps-setup, ps-jack-setup): Remove, merging into...
8213 (ps-samp-ps-setup): ... new function.
8214
8215 * progmodes/idlw-shell.el (idlwave-shell-make-temp-file):
8216 Optimize away code unneeded on any modern Emacs.
8217
8218 * emacs-lisp/authors.el: Move to ../admin.
8219
8220 * emacs-lisp/ert.el (ert-summarize-tests-batch-and-exit): New.
8221
8222 2014-06-26 Luke Lee <luke.yx.lee@gmail.com>
8223
8224 * progmodes/hideif.el (hif-string-to-number): Fix return value bug.
8225 (hif-simple-token-only, hif-tokenize): Comment in detail mainly for
8226 performance enhancements.
8227 (hif-parse-if-exp): Rename to `hif-parse-exp'. Enhance for macro
8228 expansion.
8229 (hif-factor, hif-string-concatenation, intern-safe): Support string
8230 concatenation and argumented macro expansion.
8231 (hif-if-valid-identifier-p, hif-define-operator, hif-flatten)
8232 (hif-expand-token-list, hif-get-argument-list, hif-define-macro)
8233 (hif-delimit, hif-macro-supply-arguments, hif-invoke, hif-canonicalize)
8234 (hif-canonicalize-tokens, hif-place-macro-invocation)
8235 (hif-parse-macro-arglist): Mostly new functions for supporting
8236 argumented macro expansion.
8237 (hif-string-concatenation, hif-stringify, hif-token-concat)
8238 (hif-token-stringification, hif-token-concatenation):
8239 Stringification and concatenation.
8240 (hif-find-next-relevant): Fix comments.
8241 (hif-ifdef-to-endif, hif-looking-at-elif, hif-hide-line): Bug fix for
8242 some cases involving #elif.
8243 (hif-find-define, hif-add-new-defines): New functions for automatically
8244 scanning of defined symbols.
8245 (hide-ifdef-guts): Fix for defined symbol auto scanning.
8246 (hide-ifdef-undef): Fix behavior to match CPP.
8247
8248 2014-06-25 Glenn Morris <rgm@gnu.org>
8249
8250 * Makefile.in ($(lisp)/progmodes/cc-defs.elc)
8251 ($(lisp)/progmodes/cc-fonts.elc, $(lisp)/progmodes/cc-langs.elc)
8252 ($(lisp)/progmodes/cc-vars.elc): Drop hand-written deps on non-cc
8253 files. They are not relevant to the original issue (bug#1004),
8254 and cause unnecessary recompilation (bug#2151).
8255
8256 2014-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
8257
8258 * play/landmark.el: Use lexical-binding and avoid `intangible'.
8259 (landmark--last-pos): New var.
8260 (landmark--intangible-chars): New const.
8261 (landmark--intangible): New function.
8262 (landmark-mode, landmark-move): Use it.
8263 (landmark-mode): Remove properties.
8264 (landmark-plot-square, landmark-point-square, landmark-goto-xy)
8265 (landmark-cross-qtuple):
8266 Don't worry about `intangible' any more.
8267 (landmark-click, landmark-point-y): Same; and don't assume point-min==1.
8268 (landmark-init-display): Don't set `intangible' and `point-entered'.
8269 (square): Remove. Inline it instead.
8270 (landmark--distance): Rename from `distance'.
8271 (landmark-calc-distance-of-robot-from): Rename from
8272 calc-distance-of-robot-from.
8273 (landmark-calc-smell-internal): Rename from calc-smell-internal.
8274
8275 2014-06-25 Dmitry Antipov <dmantipov@yandex.ru>
8276
8277 * files.el (dir-locals-find-file, file-relative-name):
8278 * info.el (Info-complete-menu-item):
8279 * minibuffer.el (completion-table-subvert): Prefer string-prefix-p
8280 to compare-strings to avoid out-of-range errors.
8281 * subr.el (string-prefix-p): Adjust to match strict range
8282 checking in compare-strings.
8283
8284 2014-06-24 Leonard Randall <leonard.a.randall@gmail.com> (tiny change)
8285
8286 * textmodes/reftex-parse.el (reftex-using-biblatex-p): Make search
8287 for comment lines non-greedy and stopping at newlines to fix stack
8288 overflows with large files.
8289
8290 2014-06-24 Eli Barzilay <eli@barzilay.org>
8291
8292 * calculator.el (calculator-last-input): Drop 'ascii-character property
8293 lookup.
8294
8295 2014-06-24 Leo Liu <sdl.web@gmail.com>
8296
8297 * align.el (align-adjust-col-for-rule): Unbreak due to defaulting
8298 tab-stop-list to nil. (Bug#16381)
8299
8300 * indent.el (indent-next-tab-stop): Rename from indent--next-tab-stop.
8301 (indent-rigidly-left-to-tab-stop)
8302 (indent-rigidly-right-to-tab-stop, tab-to-tab-stop)
8303 (move-to-tab-stop): Change callers.
8304
8305 2014-06-24 Eli Zaretskii <eliz@gnu.org>
8306
8307 * skeleton.el (skeleton-insert): Yet another fix of the doc string
8308 wrt behavior of \n as the first/last element of a skeleton.
8309
8310 2014-06-24 Michael Albinus <michael.albinus@gmx.de>
8311
8312 * net/tramp-adb.el (tramp-adb-handle-process-file):
8313 * net/tramp-sh.el (tramp-sh-handle-process-file):
8314 * net/tramp-smb.el (tramp-smb-handle-process-file): Do not raise
8315 the output buffer when DISPLAY is non-nil. (Bug#17815)
8316
8317 2014-06-24 Glenn Morris <rgm@gnu.org>
8318
8319 * play/landmark.el (landmark-move-down, landmark-move-up):
8320 Fix 2007-10-20 change - preserve horizontal position.
8321
8322 2014-06-23 Sam Steingold <sds@gnu.org>
8323
8324 * simple.el (kill-append): Remove undo boundary depending on ...
8325 (kill-append-merge-undo): New user option.
8326
8327 2014-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
8328
8329 * simple.el (handle-shift-selection, exchange-point-and-mark)
8330 (activate-mark): Set transient-mark-mode buffer-locally (bug#6316).
8331 (transient-mark-mode): Use&set the global value.
8332 * mouse.el (mouse-set-region-1, mouse-drag-track): Idem.
8333 * emulation/edt.el (edt-emulation-off): Save&restore the global
8334 transient-mark-mode setting.
8335 * obsolete/pc-select.el (pc-selection-mode): Use the
8336 transient-mark-mode function.
8337
8338 2014-06-23 Eli Zaretskii <eliz@gnu.org>
8339
8340 * international/fontset.el (script-representative-chars):
8341 Add representative characters for scripts added in Unicode 7.0.
8342 (otf-script-alist): Synchronize with the latest registry of OTF
8343 script tags.
8344
8345 * international/characters.el (char-script-table): Update for
8346 scripts added and codepoint ranges changed in Unicode 7.0.
8347
8348 2014-06-23 Eli Barzilay <eli@barzilay.org>
8349
8350 * calculator.el (calculator-standard-displayer): Fix bug in use of
8351 `calculator-groupize-number'.
8352 (calculator-funcall): Fix broken `cl-flet' use by moving it into the
8353 `eval' code, so it works in v24.3.1 too.
8354 (calculator-last-input): Comment to clarify purpose.
8355
8356 2014-06-22 Mario Lang <mlang@delysid.org>
8357
8358 * textmodes/rst.el (rst-comment-region): From from -> from.
8359
8360 * net/tramp-adb.el (tramp-adb-send-command-and-check): And and -> and.
8361
8362 2013-06-22 Dmitry Antipov <dmantipov@yandex.ru>
8363
8364 * electric.el (electric-layout-post-self-insert-function):
8365 * emacs-lisp/ert.el (ert--insert-infos):
8366 * obsolete/vi.el (vi-set-mark):
8367 * term.el (term-handle-scroll):
8368 * textmodes/bibtex.el (bibtex-fill-field, bibtex-fill-entry):
8369 * wid-edit.el (widget-editable-list-value-create):
8370 Prefer point-marker to copy-marker of point.
8371
8372 2014-06-21 Fabián Ezequiel Gallina <fgallina@gnu.org>
8373
8374 Fix completion retrieval parsing (bug#17209).
8375 * progmodes/python.el (python-mode):
8376 (python-util-strip-string): New function.
8377 (python-shell-completion-get-completions): Use it.
8378
8379 2014-06-21 Eli Zaretskii <eliz@gnu.org>
8380
8381 * skeleton.el (skeleton-insert): Fix last change.
8382
8383 2014-06-21 Fabián Ezequiel Gallina <fgallina@gnu.org>
8384
8385 Enhancements for outline integration (bug#17796).
8386 * progmodes/python.el (python-mode): Properly set
8387 outline-heading-end-regexp so that comments after colons for
8388 defuns are supported.
8389
8390 2014-06-21 Eli Zaretskii <eliz@gnu.org>
8391
8392 * skeleton.el (skeleton-insert): Doc fix.
8393
8394 2014-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
8395
8396 * emacs-lisp/smie.el (smie-config--guess): Fix typo.
8397 (smie-config-guess): Use smie-config-local so the rules are obeyed
8398 (bug#17818).
8399
8400 * mouse.el (mouse-drag-line): Don't re-add to unread-comment-events,
8401 since it's already done inside the loop (bug#17819).
8402
8403 2014-06-21 Martin Rudalics <rudalics@gmx.at>
8404
8405 * mouse.el (mouse-drag-line): Re-remove code initially removed
8406 on 2013-03-09 and inadvertently reintroduced on 2013-11-30
8407 (Bug#17819).
8408
8409 2014-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
8410
8411 * progmodes/sh-script.el (sh-smie-sh-rules): For { after &&, don't
8412 align with the surrounding parent (bug#17721).
8413
8414 2014-06-21 Eli Zaretskii <eliz@gnu.org>
8415
8416 * textmodes/texinfo.el (texinfo-mode): Set skeleton-end-newline
8417 locally to nil.
8418 (texinfo-insert-block, texinfo-insert-@end)
8419 (texinfo-insert-@example, texinfo-insert-@quotation): Adjust to
8420 local setting of skeleton-end-newline by adding an explicit \n to
8421 the skeletons where appropriate. (Bug#17801)
8422
8423 2014-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
8424
8425 * emacs-lisp/smie.el (smie--hanging-eolp-function): New var.
8426 (smie-indent--hanging-p): Use it.
8427 * progmodes/sh-script.el (sh-set-shell): Set it (bug#17621).
8428
8429 2014-06-21 Leo Liu <sdl.web@gmail.com>
8430
8431 * simple.el (read-quoted-char): Don't let help chars pop up help
8432 buffer. (Bug#16617)
8433
8434 2014-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
8435
8436 * progmodes/sh-script.el (sh-smie-sh-rules): Use same rule for && as
8437 for | (bug#17621).
8438
8439 * xt-mouse.el (xterm-mouse--read-event-sequence-1000):
8440 Drop unknown events instead of burping.
8441
8442 2014-06-21 Eli Zaretskii <eliz@gnu.org>
8443
8444 * term/w32-win.el (dynamic-library-alist): Support giflib 5.1.0
8445 and later. (Bug#17790)
8446
8447 2014-06-21 Juri Linkov <juri@jurta.org>
8448
8449 * dired.el (dired-mark-pop-up): Let-bind display-buffer-mark-dedicated
8450 to `soft'. (Bug#17554)
8451
8452 2014-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
8453
8454 * delsel.el (electric-newline-and-maybe-indent): Mark it as well
8455 (bug#17737).
8456
8457 2014-06-21 Dmitry Gutov <dgutov@yandex.ru>
8458
8459 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Don't fontify
8460 `!' in `!~' with `font-lock-negation-char-face'. (Bug#17732)
8461
8462 2014-06-21 Michael Albinus <michael.albinus@gmx.de>
8463
8464 * net/dbus.el (dbus-call-method): Push only non D-Bus events into
8465 `unread-command-events'.
8466
8467 2014-06-19 William Xu <william.xwl@gmail.com>
8468
8469 * progmodes/hideif.el (hif-string-to-number): Don't return float for
8470 hex integer constants (bug#17807).
8471
8472 2014-06-19 Stefan Monnier <monnier@iro.umontreal.ca>
8473
8474 * international/mule-util.el (truncate-string-ellipsis): New var.
8475 (truncate-string-to-width): Use it.
8476
8477 2014-06-19 Robert Brown <robert.brown@gmail.com> (tiny change)
8478
8479 * emacs-lisp/lisp-mode.el (lisp-string-after-doc-keyword-p): New fun.
8480 (lisp-string-in-doc-position-p): New function, extracted from
8481 lisp-font-lock-syntactic-face-function.
8482 (lisp-font-lock-syntactic-face-function): Use them (bug#9130).
8483
8484 2014-06-19 Grégoire Jadi <daimrod@gmail.com>
8485
8486 * net/rcirc.el (rcirc-omit-mode): Fix recenter error. (Bug#17769)
8487
8488 2014-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
8489
8490 * play/bubbles.el (bubbles--initialize, bubbles--show-scores)
8491 (bubbles--game-over): Don't add `intangible' properties since they
8492 didn't work anyway.
8493
8494 2014-06-18 Juri Linkov <juri@jurta.org>
8495
8496 * vc/ediff-init.el (ediff-current-diff-Ancestor)
8497 (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
8498 (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
8499 (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
8500 Add `min-colors 88' version with removed black/white foregrounds.
8501 (Bug#10181)
8502
8503 2014-06-18 Juri Linkov <juri@jurta.org>
8504
8505 * vc/diff-mode.el (diff-changed): Empty face definition to use
8506 `diff-removed' and `diff-added' on tty as well. (Bug#10181)
8507 (diff-context): Use darker color on light background and
8508 lighter color on dark background.
8509
8510 2014-06-18 Juri Linkov <juri@jurta.org>
8511
8512 * vc/diff-mode.el (diff-refine-changed): Rename from
8513 `diff-refine-change' for consistency with `diff-changed'.
8514 (diff-refine-change): Add obsolete face alias. (Bug#10181)
8515
8516 * vc/smerge-mode.el (smerge-refined-changed): Rename from
8517 `smerge-refined-change'.
8518 (smerge-refined-change): Add obsolete face alias.
8519
8520 2014-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
8521
8522 * rect.el (rectangle-preview): New custom.
8523 (rectangle): New group.
8524 (rectangle--pos-cols): Add `window' argument.
8525 (rectangle--string-preview-state, rectangle--string-preview-window):
8526 New vars.
8527 (rectangle--string-flush-preview, rectangle--string-erase-preview)
8528 (rectangle--space-to, rectangle--string-preview): New functions.
8529 (string-rectangle): Use them.
8530 (rectangle--inhibit-region-highlight): New var.
8531 (rectangle--highlight-for-redisplay): Obey it. Make sure
8532 `apply-on-region' uses the point-crutches of the right window.
8533 Use :align-to rather than multiple spaces.
8534
8535 2014-06-16 Andrea Rossetti <andrea.rossetti@gmail.com> (tiny change)
8536
8537 * ruler-mode.el (ruler-mode-window-col)
8538 (ruler-mode-mouse-set-left-margin)
8539 (ruler-mode-mouse-set-right-margin): Fix calculation of column
8540 from mouse position (Bug#17768).
8541
8542 2014-06-16 Ron Schnell <ronnie@driver-aces.com>
8543
8544 * play/dunnet.el (dun-doassign): Fix bug where UNIX variable assignment
8545 without varname or rhs causes crash.
8546 (dun-ftp): Fix bug where blank ftp password is allowed, making it
8547 impossible to win endgame.
8548 (dun-unix-verbs): Add ssh as alias to rlogin, because nobody knows what
8549 rlogin is anymore.
8550 (dun-help): Bump version number; update contact info.
8551
8552 2014-06-15 Eli Barzilay <eli@barzilay.org>
8553
8554 * calculator.el (calculator-prompt, calculator-remove-zeros)
8555 (calculator-mode-hook, calculator-operators, calculator-stack)
8556 (calculator-mode): Tweak docstring.
8557 (calculator-user-operators): Tweak docstring, fix a bug in the last
8558 example.
8559 (calculator-displayer): `std' case has an optional boolean.
8560 (calculator-displayers): Use the new boolean to group in decimal mode.
8561 (calculator-mode-map, calculator, calculator-message)
8562 (calculator-op-arity, calculator-add-operators)
8563 (calculator-string-to-number, calculator-displayer-prev)
8564 (calculator-displayer-next, calculator-remove-zeros)
8565 (calculator-eng-display, calculator-number-to-string)
8566 (calculator-update-display, calculator-last-input)
8567 (calculator-clear-fragile, calculator-digit, calculator-decimal)
8568 (calculator-exp, calculator-saved-move, calculator-clear)
8569 (calculator-copy, calculator-put-value, calculator-help)
8570 (calculator-expt, calculator-truncate): Minor code improvements.
8571 (calculator-need-3-lines): New function pulling out code from
8572 `calculator'.
8573 (calculator-get-display): Rename from `calculator-get-prompt', and
8574 improved.
8575 (calculator-push-curnum): Rename from `calculator-curnum-value', and
8576 extended for all uses of it. All callers changed.
8577 (calculator-groupize-number): New utility for splitting a number into
8578 groups.
8579 (calculator-standard-displayer): Improve code, new optional argument to
8580 use comma-split groups, make second argument optional too to use with
8581 'left/'right inputs. All callers changed.
8582 (calculator-reduce-stack-once): New utility, doing the meat of what
8583 `calculator-reduce-stack' used to do, much improved (mostly using
8584 `pcase' for conciseness and clarity).
8585 (calculator-reduce-stack): Now doing just the reduction loop using
8586 `calculator-reduce-stack-once'.
8587 (calculator-funcall): Improve code, make it work in v24.3.1 too.
8588 (calculator-last-input): Improve code, remove some old cruft.
8589 (calculator-quit): Kill `calculator-buffer' in electric mode too.
8590 (calculator-integer-p): Remove.
8591 (calculator-fact): Improve code, make it work on non-integer values
8592 too (using truncated numbers).
8593
8594 2014-06-15 Michael Albinus <michael.albinus@gmx.de>
8595
8596 Sync with Tramp 2.2.10.
8597
8598 * net/tramp.el (tramp-methods): Tweak docstring.
8599 (tramp-handle-file-accessible-directory-p): Check for
8600 `file-readable-p' instead of `file-executable-p'.
8601 (tramp-check-cached-permissions):
8602 Use `tramp-compat-file-attributes'.
8603 (tramp-call-process): Add new argument VEC. Adapt callees in all
8604 tramp*.el files.
8605
8606 * net/tramp-adb.el (tramp-adb-handle-write-region): Improve messages.
8607 (tramp-adb-maybe-open-connection): Don't set
8608 `tramp-current-*' variables.
8609
8610 * net/tramp-cache.el (tramp-flush-file-function): Do not flush
8611 file properties of temporary buffers.
8612
8613 * net/tramp-ftp.el (top): Remove special handling for URL syntax.
8614
8615 * net/tramp-gvfs.el (tramp-gvfs-methods) <sftp>: Add.
8616 (tramp-gvfs-handle-delete-file): Flush file
8617 properties, not directory properties.
8618 (tramp-gvfs-handle-file-attributes): Use `string-to-number' when
8619 reading "unix::mode".
8620 (tramp-gvfs-handle-file-name-all-completions):
8621 Use "-h" option for "gvfs-ls".
8622 (tramp-gvfs-url-file-name): `user' and `localname' could be nil.
8623 (tramp-gvfs-send-command): Simplify traces.
8624
8625 * net/tramp-sh.el (vc-handled-backends, vc-bzr-program)
8626 (vc-git-program, vc-hg-program): Declare.
8627 (tramp-methods) <sftp>: Remove. It has never worked satisfactorily.
8628 (tramp-methods) <nc>: Add new method.
8629 (tramp-methods) <telnet>: Redirect stderr to "/dev/null".
8630 (tramp-methods) <plink, plinkx, pscp, psftp>: Improve
8631 `tramp-login-args'.
8632 (tramp-default-user-alist): Add "nc".
8633 (top): Remove completion function for "sftp". Add completion
8634 functions for "nc" and "psftp".
8635 (tramp-do-copy-or-rename-file-out-of-band): Tweak docstring.
8636 Implement support for "nc" method.
8637 (tramp-sh-handle-expand-file-name, tramp-local-coding-commands)
8638 (tramp-remote-coding-commands, tramp-call-local-coding-command):
8639 Tweak docstring.
8640 (tramp-sh-handle-write-region): Tweak error message.
8641 (tramp-sh-handle-vc-registered): Remove backends when the remote
8642 binary does not exist.
8643 (tramp-find-inline-encoding): Do not raise an error.
8644 (tramp-make-copy-program-file-name): Tweak docstring. Handle also
8645 the "nc" case. Quote result also locally.
8646
8647 * net/tramp-smb.el (tramp-smb-handle-copy-directory)
8648 (tramp-smb-handle-set-file-acl): Use `start-process'.
8649 (tramp-smb-handle-insert-directory): Use progress reporter.
8650 (tramp-smb-handle-rename-file): Flush also file properties of
8651 FILENAME.
8652
8653 * net/trampver.el: Update release number.
8654
8655 2014-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
8656
8657 * ses.el: Miscellaneous cleanups; use lexical-binding; avoid
8658 add-to-list.
8659 (ses-localvars): Remove ses--local-printer-list, unused.
8660 (ses--metaprogramming): New macro. Use it to defvar variables.
8661 (ses-set-localvars): Simplify.
8662 (ses--locprn, ses-cell): Use defstruct. Change ses-cell's
8663 property-list into an alist.
8664 (ses-locprn-get-compiled, ses-locprn-compiled-aset)
8665 (ses-locprn-get-def, ses-locprn-def-aset, ses-locprn-get-number):
8666 Remove; use defstruct accessors/setters instead.
8667 (ses-cell-formula-aset, ses-cell-printer-aset)
8668 (ses-cell-references-aset): Remove, use setf instead.
8669 (ses--alist-get): New function.
8670 (ses-cell-property): Rename from ses-cell-property-get and rewrite.
8671 Use an alist instead of a plist and don't do move-to-front since the
8672 list is always short.
8673 (ses-cell-property-get-fun, ses-cell-property-delq-fun)
8674 (ses-cell-property-set-fun, ses-cell-property-set)
8675 (ses-cell-property-pop-fun, ses-cell-property-get-handle)
8676 (ses-cell-property-handle-car, ses-cell-property-handle-setcar): Remove.
8677 (ses--letref): New macro.
8678 (ses-cell-property-pop): Rewrite.
8679 (ses--cell): Rename from ses-cell and make it into a function.
8680 Make `formula' fallback on `value' if nil.
8681 (ses--local-printer): Rename from ses-local-printer and make it into
8682 a function.
8683 (ses-set-cell): Turn it into a macro so finding the accessor from the
8684 field name is done at compile time.
8685 (ses-repair-cell-reference-all): Test presence of `sym' rather than
8686 `ref' before adding `sym' to :ses-repair-reference.
8687 (ses-calculate-cell): Use ses--letref rather than
8688 ses-cell-property-get-handle.
8689 (ses-write-cells): Use a single prin1-to-string.
8690 (ses-setter-with-undo): New function.
8691 (ses-aset-with-undo, ses-set-with-undo): Rewrite using it.
8692 (ses-unset-with-undo): Remove.
8693 (ses-load): Prefer apply' over `eval'.
8694 (ses-read-printer, ses-set-column-width): Use standard "(default
8695 foo)" format.
8696
8697 2014-06-15 Glenn Morris <rgm@gnu.org>
8698
8699 * Makefile.in (leim, semantic): Use `make -C' rather than `cd && make'.
8700
8701 * progmodes/cc-langs.el: Require cl-lib. (Bug#17463)
8702 Replace delete-duplicates and mapcan by cl- versions throughout.
8703 And cl-macroexpand-all by macroexpand-all.
8704 (delete-duplicates, mapcan, cl-macroexpand-all): No need to declare.
8705
8706 2014-06-15 Eli Zaretskii <eliz@gnu.org>
8707
8708 * subr.el (posn-col-row): Doc fix. (Bug#17768)
8709
8710 2014-06-15 Juri Linkov <juri@jurta.org>
8711
8712 * bindings.el: Put `ascii-character' property on keypad keys
8713 mapped to characters. (Bug#17759)
8714
8715 2014-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
8716
8717 * emacs-lisp/smie.el (smie-next-sexp): Fix up "other-end" info when
8718 bumping forward into a closing paren (bug#17761).
8719
8720 * term/xterm.el (xterm--version-handler): Work around for OSX
8721 Terminal.app (bug#17607).
8722
8723 2014-06-14 Ron Schnell <ronnie@driver-aces.com>
8724
8725 * play/dunnet.el (dun-describe-room, dun-mode):
8726 If a lamp is in the room, you won't be eaten by a grue.
8727
8728 2014-06-13 Glenn Morris <rgm@gnu.org>
8729
8730 * Makefile.in ($(lisp)/cus-load.el, $(lisp)/finder-inf.el)
8731 (autoloads, $(lisp)/subdirs.el, compile-main, leim, semantic, compile)
8732 (compile-always): GNU make automatically passes
8733 command-line arguments to sub-makes.
8734
8735 * calendar/calendar.el (calendar-generate-window):
8736 Remove pointless call to font-lock-fontify-buffer.
8737
8738 2014-06-13 Matthias Meulien <orontee@gmail.com>
8739
8740 * simple.el (completion-list-mode-map): Navigate with tab and backtab
8741 (bug#17767).
8742
8743 2014-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
8744
8745 * simple.el (set-mark-command): Simplify a bit.
8746
8747 2014-06-12 Nicolas Richard <theonewiththeevillook@yahoo.fr>
8748
8749 * help.el (help--key-binding-keymap): New function.
8750 (help--binding-locus): New function.
8751 (describe-key): Mention the keymap in which the binding was
8752 found. (bug#13948)
8753
8754 2014-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
8755
8756 * hippie-exp.el (he--all-buffers): New function.
8757 (try-expand-line-all-buffers, try-expand-list-all-buffers)
8758 (try-expand-dabbrev-all-buffers): Use it.
8759
8760 2014-06-12 Emilio C. Lopes <eclig@gmx.net>
8761
8762 * hippie-exp.el (try-expand-line-all-buffers)
8763 (try-expand-list-all-buffers, try-expand-dabbrev-all-buffers):
8764 Read hippie-expand-only-buffers and hippie-expand-ignore-buffers in the
8765 original buffer, in case they're buffer-local.
8766
8767 2014-06-12 Vincent Belaïche <vincentb1@users.sourceforge.net>
8768
8769 * ses.el (ses-initial-global-parameters-re): New defconst, a
8770 specific regexp is needed now that ses.el can handle both
8771 file-format 2 --- ie. no local printers --- and 3 --- i.e. may have
8772 local printers.
8773 (ses-localvars): Add local variables needed for local printer handling.
8774 (ses-set-localvars): Handle hashmap initialisation.
8775 (ses-paramlines-plist): Add param-line for number of local printers.
8776 (ses-paramfmt-plist): New defconst, needed for code factorization
8777 between functions `ses-set-parameter' and
8778 `ses-file-format-extend-paramter-list'
8779 (ses-make-local-printer-info): New defsubst.
8780 (ses-locprn-get-compiled, ses-locprn-compiled-aset)
8781 (ses-locprn-get-def, ses-locprn-def-aset, ses-locprn-get-number)
8782 (ses-cell-printer-aset): New defmacro.
8783 (ses-local-printer-compile): New defun.
8784 (ses-local-printer): New defmacro.
8785 (ses-printer-validate, ses-call-printer): Add support for local
8786 printer functions.
8787 (ses-file-format-extend-paramter-list): New defun.
8788 (ses-set-parameter): Use const `ses-paramfmt-plist' for code
8789 factorization.
8790 (ses-load): Add support for local printer functions.
8791 (ses-read-printer): Update docstring and add support for local printer
8792 functions.
8793 (ses-refresh-local-printer, ses-define-local-printer): New defun.
8794 (ses-safe-printer): Add support for local printer functions.
8795
8796 2014-06-12 Ivan Andrus <darthandrus@gmail.com>
8797
8798 * ffap.el (ffap-lax-url): New var (bug#17723).
8799 (ffap-url-at-point): Use it.
8800 (ffap-file-at-point): Avoid returning just "/".
8801
8802 2014-06-12 Matthias Meulien <orontee@gmail.com>
8803
8804 * progmodes/python.el (import skeleton): New skeleton (bug#17672).
8805 (python-mode-map): Bind it.
8806
8807 * progmodes/python.el (class skeleton): Don't erase last char of class
8808 name (bug#17683).
8809
8810 2014-06-12 Cameron Desautels <camdez@gmail.com> (tiny change)
8811
8812 * help.el (where-is): Use `default' arg of completing-read (bug#17705).
8813
8814 2014-06-12 Kevin Ryde <user42_kevin@yahoo.com.au>
8815
8816 * files.el (auto-mode-alist): Map .ad files to xdefaults-mode
8817 (bug#17745).
8818
8819 2014-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
8820
8821 * international/mule-cmds.el: Use lexical-binding.
8822 (ucs-names): Simplify.
8823
8824 2014-05-18 Eric Hanchrow <eric.hanchrow@gmail.com>
8825
8826 * progmodes/python.el (run-python): Use read-shell-command.
8827
8828 2014-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
8829
8830 * rect.el: Make it possible to move bounds past EOL or into TABs.
8831 (operate-on-rectangle): Use apply-on-rectangle.
8832 (rectangle--mark-crutches): New var.
8833 (rectangle--pos-cols, rectangle--col-pos, rectangle--point-col)
8834 (rectangle--crutches, rectangle--reset-crutches): New functions.
8835 (apply-on-rectangle): Obey crutches. Avoid setq.
8836 Fix missing final iteration if end is at EOB&BOL.
8837 (rectangle-mark-mode-map): Add remap bindings for
8838 exchange-point-and-mark and char/line movements.
8839 (rectangle--*-char): New function.
8840 (rectangle-exchange-point-and-mark, rectangle-right-char)
8841 (rectangle-left-char, rectangle-forward-char)
8842 (rectangle-backward-char, rectangle-next-line)
8843 (rectangle-previous-line): New commands.
8844 (rectangle--place-cursor): New function.
8845 (rectangle--highlight-for-redisplay): Use it. Use apply-on-rectangle.
8846
8847 2014-06-08 Glenn Morris <rgm@gnu.org>
8848
8849 * startup.el (initial-buffer-choice): Doc fix.
8850 Reset :version (adding an option does not merit a :version bump).
8851
8852 * bookmark.el (bookmark-load):
8853 * uniquify.el (uniquify-buffer-name-style): Doc fixes.
8854
8855 2014-06-08 Juri Linkov <juri@jurta.org>
8856
8857 * desktop.el: Activate auto-saving on window configuration changes.
8858 (desktop-save-mode, desktop-auto-save-timeout): Add/remove
8859 `desktop-auto-save-set-timer' to/from
8860 `window-configuration-change-hook'.
8861 (desktop-auto-save-set-timer): Change REPEAT arg of
8862 `run-with-idle-timer' from t to nil.
8863 http://lists.gnu.org/archive/html/emacs-devel/2014-06/msg00147.html
8864
8865 2014-06-08 Santiago Payà i Miralta <santiagopim@gmail.com>
8866
8867 * vc/vc-hg.el (vc-hg-working-revision): Use "hg parent" and
8868 vc-hg-command (bug#17570).
8869
8870 2014-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
8871
8872 * international/mule-cmds.el (ucs-names): Add special entry for BEL
8873 (bug#17702).
8874
8875 2014-06-08 Glenn Morris <rgm@gnu.org>
8876
8877 * startup.el (window-setup-hook): Doc fix.
8878
8879 * emacs-lisp/package.el (package-check-signature)
8880 (package-unsigned-archives): Doc fixes.
8881
8882 2014-06-08 Martin Rudalics <rudalics@gmx.at>
8883
8884 * window.el (display-buffer-use-some-window): Don't make window
8885 used smaller than it was before (Bug#17671).
8886
8887 2014-06-08 Eli Zaretskii <eliz@gnu.org>
8888
8889 * menu-bar.el (menu-bar-open): Fix last change: use the PC
8890 'redisplay' instead of '(sit-for 0)'.
8891
8892 2014-06-08 Michael Albinus <michael.albinus@gmx.de>
8893
8894 * net/tramp.el (tramp-ssh-controlmaster-options):
8895 Improve search regexp. (Bug#17653)
8896
8897 2014-06-08 Glenn Morris <rgm@gnu.org>
8898
8899 * emacs-lisp/package.el (package-pinned-packages): Doc fix.
8900
8901 2014-06-08 Eli Zaretskii <eliz@gnu.org>
8902
8903 * menu-bar.el (menu-bar-open): Fix invocation via M-x.
8904
8905 2014-06-06 Santiago Payà i Miralta <santiagopim@gmail.com>
8906
8907 * vc/vc-hg.el (vc-hg-create-tag, vc-hg-retrieve-tag): New functions
8908 (bug#17586).
8909
8910 * vc/vc-hg.el (vc-hg-log-graph): New var.
8911 (vc-hg-print-log): Use it.
8912 (vc-hg-root-log-format): Include branch name and bookmarks; ignore
8913 graph output (bug#17515).
8914
8915 2014-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
8916
8917 * mouse.el (mouse-posn-property): Ignore buffer position info when the
8918 even happened elsewhere.
8919
8920 2014-06-06 Mario Lang <mlang@delysid.org>
8921
8922 * emacs-lisp/tabulated-list.el (tabulated-list-print): Only call
8923 `recenter' if `current-buffer' is equal to `window-buffer'.
8924
8925 2014-06-05 Leo Liu <sdl.web@gmail.com>
8926
8927 * emacs-lisp/cl-macs.el (cl-macrolet): Avoid excessive progn's.
8928
8929 2014-06-05 Michal Nazarewicz <mina86@mina86.com>
8930
8931 * textmodes/tildify.el (tildify-foreach-region-outside-env):
8932 New function which calls a callback on portions of the buffer that are
8933 outside of ignored environments.
8934 (tildify-build-regexp): Remove function since it is now
8935 incorporated in `tildify-foreach-region-outside-env' where it is
8936 optimized and simplified by the use of `mapconcat'.
8937 (tildify-tildify): Return number of substitutions made so that…
8938 (tildify-count): …can be removed.
8939 (tildify-find-env): Accept a new PAIRS argument which was
8940 previously looked up in `tildify-ignored-environments-alist' each
8941 time the function was called. With this change, the lookup is
8942 performed only once in `tildify-foreach-region-outside-env'.
8943 (tildify-region): Greatly simplify the function since now most of
8944 the work is done by `tildify-foreach-region-outside-env'.
8945 (tildify-mode-alist): Simplify slightly by avoiding if and setq
8946 and instead using or.
8947
8948 * textmodes/tildify.el (tildify-ignored-environments-alist):
8949 Optimize environments regexes
8950
8951 Each time beginning of an environment to ignore is found,
8952 `tildify-find-env' needs to identify regexp for the ending
8953 of the environment. This is done by trying all the opening
8954 regexes on matched text in a loop, so to speed that up, this
8955 loop should have fewer things to match, which can be done by
8956 using alternatives in the opening regexes.
8957
8958 Coincidentally, this should make matching of the opening
8959 regexp faster as well thanks to the use of `regexp-opt' and
8960 having common prefix pulled from many regexes.
8961
8962 * textmodes/tildify.el (tildify-string-alist)
8963 (tildify-ignored-environments-alist): Add `nxml-mode' to the list
8964 of supported modes since `xml-mode' is no longer a thing but just
8965 an alias to the former. Also include comments and insides of tags
8966 in `tildify-ignored-environments-alist' for XML modes. Finally,
8967 since XML does not define “&nbsp;”[1], use a numeric reference for
8968 a no-break space (namely “&#160;”)
8969
8970 [1] XML specification defines only a handful of predefined entities.
8971 The list is at <http://www.w3.org/TR/REC-xml/#sec-predefined-ent>
8972 and includes only &lt;, &gt;, &amp;, &apos; and &quot; (meaning <,
8973 >, &, ' and " respectively). This is in contrast to HTML and even
8974 XHTML which defined a whole bunch of entities including “&nbsp;”.
8975
8976 * textmodes/tildify.el (tildify-pattern-alist)
8977 (tildify-string-alist, tildify-ignored-environments-alist):
8978 Improve defcustom's types by adding more tags explaining what each
8979 value means and replace “sexp” used in
8980 `tildify-ignored-environments-alist' with a full type declaration.
8981
8982 * textmodes/tildify.el (tildify-find-env): Fix matched group
8983 indexes in end-regex building
8984
8985 When looking for a start of an ignore-environment, the regex is built
8986 by concatenating regexes of all the environments configured in
8987 `tildify-ignored-environments-alist'. So for example, the following
8988 list could be used to match TeX's \verb and \verb* commands:
8989
8990 (("\\\\verb\\(.\\)" . (1))
8991 ("\\\\verb\\*\\(.\\)" . (1)))
8992
8993 This would result in the following regex being used to find the start
8994 of any of the variants of the \verb command:
8995
8996 \\\\verb\\(.\\)\\|\\\\verb\\*\\(.\\)
8997
8998 But now, if “\\\\verb\\*\\(.\\)” matches, the first capture group
8999 won't match anything, and thus (match-string 1) will be nil, which
9000 will cause building of the end-matching regex to fail.
9001
9002 Fix this by using capture groups from the time when the opening
9003 regexes are matched individually.
9004
9005 * textmodes/tildify.el (tildify-find-env): Fix end-regex building
9006 in `tildify-find-env'
9007
9008 The `tildify-ignored-environments-alist' allows the end-regex to
9009 be provided not as a static string but mix of strings and indexes
9010 of groups matched the begin-regex. For example, the “\verb!…!”
9011 TeX-command (where “!” is an arbitrary character) is handled
9012 using:
9013
9014 ("\\\\verb\\*?\\(.\\)" . (1))
9015
9016 In the same way, the following should be supported as well:
9017
9018 ("open-\\(.\\)" . ("end-" 1))
9019
9020 However the tildify-find-env function fails at
9021
9022 (concat result
9023 (if (stringp (setq aux (car expression)))
9024 expression ; BUG: expression is a list
9025 (regexp-quote (match-string aux))))
9026
9027 where the string part is handled incorrectly.
9028
9029 The most trivial fix would be to replace `expression' in the
9030 true-part of the if-statement with `aux', but instead, this commit
9031 optimizes `tildify-find-env' by changing it to use `mapconcat'
9032 rather than open-coded while-loop.
9033
9034 2014-06-05 Mario Lang <mlang@delysid.org>
9035
9036 * woman.el (woman-mapcan): Remove.
9037 (woman-parse-colon-path): Use cl-mapcan instead.
9038
9039 2014-06-03 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
9040
9041 * register.el: Add link to Emacs manual in Commentary.
9042
9043 2014-06-02 Sam Steingold <sds@gnu.org>
9044
9045 * menu-bar.el (lookup-key-ignore-too-long): Extract from...
9046 (popup-menu): ...here.
9047 (menu-bar-open): Use it to avoid an error when `lookup-key'
9048 returns a number.
9049
9050 2014-06-02 Michael Albinus <michael.albinus@gmx.de>
9051
9052 * net/tramp.el (tramp-call-process): Add traces.
9053 (tramp-handle-unhandled-file-name-directory): Return "/".
9054
9055 2014-06-02 Wilson Snyder <wsnyder@wsnyder.org>
9056
9057 Sync with upstream verilog-mode revision 3cd8144.
9058 * progmodes/verilog-mode.el (verilog-mode-version): Bump.
9059 (verilog-auto-arg-format): New option, to support newlines in AUTOARG.
9060 (verilog-type-font-keywords): Add nor.
9061 (verilog-batch-execute-func): Force reading of Local Variables.
9062 Fix printing "no changes to be saved" with verilog-batch.
9063 (verilog-auto-arg-ports): Doc fix.
9064 Add verilog-auto-arg-format to support newlines in AUTOARG.
9065 (verilog-auto-arg): Doc fix.
9066
9067 2014-06-02 Glenn Morris <rgm@gnu.org>
9068
9069 * emulation/crisp.el, emulation/tpu-edt.el, emulation/tpu-extras.el:
9070 * emulation/tpu-mapper.el, emulation/vi.el, emulation/vip.el:
9071 * emulation/ws-mode.el: Move to obsolete/.
9072 * Makefile.in (AUTOGEN_VCS): Update for moved tpu-edu.el.
9073
9074 2014-06-02 Eli Zaretskii <eliz@gnu.org>
9075
9076 * simple.el (keyboard-quit): Force update of mode lines, to remove
9077 the "Def" indicator, if we were defining a macro. (Bug#17615)
9078
9079 2014-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
9080
9081 * minibuffer.el (minibuffer-force-complete-and-exit):
9082 Obey minibuffer-default (bug#17545).
9083
9084 * progmodes/js.el (js-indent-line): Don't mix columns and chars
9085 (bug#17619).
9086
9087 * subr.el (set-transient-map): Don't wait for some "nested"
9088 transient-map to finish if we're only supposed to be active for
9089 the next command (bug#17642).
9090
9091 2014-06-02 Leo Liu <sdl.web@gmail.com>
9092
9093 * emacs-lisp/gv.el (window-buffer, window-display-table)
9094 (window-dedicated-p, window-hscroll, window-point, window-start):
9095 Fix gv-expander. (Bug#17630)
9096
9097 2014-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
9098
9099 * mouse.el (mouse-posn-property): Ignore posn-point for mode-line
9100 clicks (bug#17633).
9101
9102 * leim/quail/latin-pre.el ("latin-2-prefix"): Use ",," rather than ", "
9103 for the single comma, since ", " is *very* common in normal French text
9104 (bug#17643).
9105
9106 2014-06-02 Glenn Morris <rgm@gnu.org>
9107
9108 * emacs-lisp/package.el (package-check-signature)
9109 (package-unsigned-archives): Fix :version.
9110
9111 2014-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
9112
9113 * subr.el (sit-for): Don't run input-methods (bug#15614).
9114
9115 2014-06-02 Glenn Morris <rgm@gnu.org>
9116
9117 * cus-start.el: Fix some :version numbers.
9118
9119 2014-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
9120
9121 * simple.el (deactivate-mark): Set mark-active to nil even if
9122 deactivation is done via setting transient-mark-mode to nil,
9123 since one is buffer-local and the other is global.
9124
9125 * emacs-lisp/byte-opt.el (byte-optimize-binary-predicate): Don't assume
9126 there can't be more than 2 arguments (bug#17584).
9127
9128 2014-06-02 Glenn Morris <rgm@gnu.org>
9129
9130 * simple.el (filter-buffer-substring-functions)
9131 (filter-buffer-substring-function, buffer-substring-filters)
9132 (filter-buffer-substring, buffer-substring--filter): Doc fixes.
9133
9134 * minibuffer.el (completion-in-region-functions, completion-in-region)
9135 (completion--in-region): Doc fixes.
9136
9137 * abbrev.el (abbrev-expand-functions, abbrev-expand-function)
9138 (expand-abbrev, abbrev--default-expand): Doc fixes.
9139
9140 2014-06-02 Paul Eggert <eggert@cs.ucla.edu>
9141
9142 Include sources used to create macuvs.h.
9143 * international/README: Refer to the Unicode Terms of Use rather
9144 than copying it bodily here, as that simplifies maintenance.
9145
9146 2014-06-01 Glenn Morris <rgm@gnu.org>
9147
9148 * loadup.el (load-prefer-newer): Set non-nil when dumping. (Bug#17629)
9149
9150 2014-05-31 Glenn Morris <rgm@gnu.org>
9151
9152 * files.el (locate-dominating-file): Expand file argument. (Bug#17641)
9153
9154 2014-05-30 Glenn Morris <rgm@gnu.org>
9155
9156 * loadup.el: Treat `command-line-args' more flexibly.
9157
9158 2014-05-30 Alan Mackenzie <acm@muc.de>
9159
9160 Guard (looking-at "\\s!") from XEmacs.
9161 * progmodes/cc-engine.el (c-state-pp-to-literal): Add guard form.
9162
9163 2014-05-30 Ken Olum <kdo@cosmos.phy.tufts.edu>
9164
9165 * mail/rmail.el (rmail-delete-forward, rmail-delete-backward):
9166 The argument COUNT is now optional, to be more backward-compatible.
9167 Doc fix. (Bug#17560)
9168
9169 2014-05-29 Reuben Thomas <rrt@sc3d.org>
9170
9171 * whitespace.el (whitespace-report-region):
9172 Simplify documentation.
9173 (whitespace-report-region): Allow report-if-bogus to take the
9174 value `never', for non-interactive use.
9175 (whitespace-report): Refer to whitespace-report-region's
9176 documentation.
9177
9178 2014-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
9179
9180 * whitespace.el: Use font-lock-flush. Minimize refontifications.
9181 Side benefit: it works without jit-lock.
9182 (whitespace-point--used): New buffer-local var.
9183 (whitespace-color-on): Initialize it and flush it. Use font-lock-flush.
9184 (whitespace-color-off): Use font-lock-flush.
9185 (whitespace-point--used, whitespace-point--flush-used): New functions.
9186 (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
9187 (whitespace-empty-at-eob-regexp): Use them.
9188 (whitespace-post-command-hook): Rewrite.
9189
9190 * font-lock.el (font-lock-flush, font-lock-ensure): New functions.
9191 (font-lock-fontify-buffer): Mark interactive-only.
9192 (font-lock-multiline, font-lock-fontified, font-lock-set-defaults):
9193 Make buffer-local.
9194 (font-lock-specified-p): Remove redundant boundp check.
9195 (font-lock-flush-function, font-lock-ensure-function): New vars.
9196 (font-lock-turn-on-thing-lock): Set them.
9197 (font-lock-default-fontify-buffer): Obey font-lock-dont-widen.
9198 (font-lock-after-change-function): Make `old-len' optional.
9199 (font-lock-set-defaults): Remove redundant `set' of font-lock-defaults.
9200 Call font-lock-flush, just in case.
9201 * progmodes/verilog-mode.el (verilog-preprocess): Disable workaround in
9202 recent Emacsen.
9203 * progmodes/vera-mode.el (vera-fontify-buffer): Declare obsolete.
9204 (vera-mode-map, vera-mode-menu): Remove bindings to it.
9205 * progmodes/idlw-help.el (idlwave-help-fontify): Use font-lock-ensure
9206 and with-syntax-table.
9207 * textmodes/conf-mode.el (conf-quote-normal):
9208 * progmodes/sh-script.el (sh-set-shell):
9209 * progmodes/prog-mode.el (prettify-symbols-mode):
9210 * progmodes/f90.el (f90-font-lock-n):
9211 * progmodes/cwarn.el (cwarn-mode):
9212 * nxml/nxml-mode.el (nxml-toggle-char-ref-extra-display):
9213 * progmodes/compile.el (compilation-setup, compilation--unsetup):
9214 * hi-lock.el (hi-lock-mode, hi-lock-unface-buffer)
9215 (hi-lock-set-pattern, hi-lock-set-file-patterns): Use font-lock-flush.
9216 * mail/rmail.el (rmail-variables): Set font-lock-dont-widen instead of
9217 font-lock-fontify-buffer-function and
9218 font-lock-unfontify-buffer-function.
9219 (rmail-unfontify-buffer-function, rmail-fontify-message):
9220 Use with-silent-modifications.
9221 * htmlfontify.el (hfy-force-fontification): Use jit-lock-fontify-now
9222 and font-lock-ensure.
9223 * bs.el (bs-show-in-buffer): Use font-lock-ensure.
9224
9225 2014-05-28 Thien-Thi Nguyen <ttn@gnu.org>
9226
9227 * emacs-lisp/package.el (package-generate-autoloads):
9228 Inhibit backup files.
9229
9230 2014-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
9231
9232 * progmodes/hideshow.el (hs-hide-all): Call syntax-propertize
9233 (bug#17608).
9234
9235 2014-05-21 Michal Nazarewicz <mina86@mina86.com>
9236
9237 * textmodes/tildify.el (tildify-buffer, tildify-region):
9238 Add dont-ask option.
9239
9240 2014-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
9241
9242 * subr.el (zerop): Move from C. Add compiler-macro (bug#17475).
9243 * emacs-lisp/byte-opt.el (byte-optimize-zerop): Remove.
9244
9245 * subr.el (internal--funcall-interactively): New.
9246 (internal--call-interactively): Remove.
9247 (called-interactively-p): Detect funcall-interactively instead of
9248 call-interactively.
9249 * simple.el (repeat-complex-command): Use funcall-interactively.
9250 (repeat-complex-command--called-interactively-skip): Remove.
9251
9252 2014-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
9253
9254 * register.el (register-read-with-preview): Don't burp on
9255 frame switches (e.g. due to the frame we just popped).
9256
9257 * mouse.el (mouse-set-region): Handle spurious drag events (bug#17562).
9258 (mouse-drag-track): Annotate `mouse-drag-start' so we know we moved.
9259
9260 2014-05-26 Andreas Schwab <schwab@linux-m68k.org>
9261
9262 * cus-face.el (custom-face-attributes): Add :distant-foreground.
9263
9264 2014-05-26 Martin Rudalics <rudalics@gmx.at>
9265
9266 * window.el (window--dump-frame): Remove interactive specification.
9267
9268 2014-05-26 Glenn Morris <rgm@gnu.org>
9269
9270 * hippie-exp.el (he-line-search-regexp):
9271 Handle comint-prompt-regexp containing subgroups. (Bug#17529)
9272
9273 2014-05-26 Stephen Berman <stephen.berman@gmx.net>
9274
9275 * calendar/todo-mode.el: Remove dependence on auto-mode-alist,
9276 to avoid errors when trying to create or visit a file foo.todo
9277 located outside to todo-directory, and to allow having such files
9278 without them being tied to Todo mode (bug#17482).
9279 (todo-show, todo-move-category, todo-merge-category, todo-find-archive)
9280 (todo-archive-done-item, todo-find-filtered-items-file)
9281 (todo-filter-items, todo-find-item, todo-diary-goto-entry)
9282 (todo-category-completions, todo-read-category): When visiting a
9283 Todo file, make sure we're in the right mode and the buffer local
9284 variables are set.
9285 (todo-make-categories-list, todo-reset-nondiary-marker)
9286 (todo-reset-done-string, todo-reset-comment-string):
9287 After processing all Todo files, kill the buffers of those files that
9288 weren't being visited before the processing.
9289 (todo-display-as-todo-file, todo-add-to-buffer-list)
9290 (todo-visit-files-commands): Comment out.
9291 (todo-modes-set-3, todo-mode): Comment out additions to find-file-hook.
9292 (auto-mode-alist): Remove add-to-list calls making Todo file
9293 extensions unrestrictedly tied to Todo modes.
9294
9295 2014-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
9296
9297 * emacs-lisp/nadvice.el (advice--member-p): Change second arg.
9298 (advice-function-member-p): Tell it to check both names and functions
9299 (bug#17531).
9300 (advice--add-function): Adjust call accordingly.
9301
9302 2014-05-26 Stephen Berman <stephen.berman@gmx.net>
9303
9304 * calendar/todo-mode.el: Miscellaneous bug fixes.
9305 (todo-delete-file): When deleting an archive but not its todo
9306 file, make sure to update the todo file's category sexp.
9307 (todo-move-category): Keep the moved category's name unless the
9308 file moved to already has a category with that name. If the
9309 numerically last category of the source file was moved, make the
9310 first category current to avoid selecting a nonexisting category.
9311 (todo-merge-category): Fix implementation to make merging to a
9312 category in another file work as documented. Eliminate now
9313 insufficient and unnecessary renaming of archive category, correct
9314 document string accordingly, and clarify it. If the numerically
9315 last category of the source file was merged, make the first
9316 category current to avoid selecting a nonexisting category.
9317 (todo-archive-done-item): When there are marked items and point
9318 happens to be on an unmarked item, ignore the latter. Don't leave
9319 point below last item after archiving marked items.
9320 (todo-unarchive-items): Fix logic to ensure unarchiving an item
9321 from an archive with only one category deletes the archive only
9322 when the category is empty after unarchiving. Make sure the todo
9323 file's category sexp is updated.
9324 (todo-read-file-name): Allow an existing file name even when it is
9325 not required (todo-move-category needs this to work as documented).
9326 (todo-add-file): Call todo-validate-name to reject the name of an
9327 existing todo file (needed due to fix in todo-read-file-name).
9328 (todo-reset-nondiary-marker): Also reset in filtered items files.
9329 (todo-reset-done-string, todo-reset-comment-string): Also reset in
9330 regexp filtered items files.
9331 (todo-reset-highlight-item): Also reset in filtered items files.
9332 Fix incorrect variable reference in document string.
9333
9334 2014-05-26 Glenn Morris <rgm@gnu.org>
9335
9336 * window.el (window--dump-frame): Avoid error in --without-x builds.
9337
9338 2014-05-26 Glenn Morris <rgm@gnu.org>
9339
9340 * nxml/nxml-mode.el (xml-mode): Only define this alias once.
9341
9342 2014-05-26 Eli Zaretskii <eliz@gnu.org>
9343
9344 * frame.el (set-frame-font): Doc fix.
9345
9346 * menu-bar.el (menu-set-font): Doc fix. (Bug#17532)
9347
9348 2014-05-26 Dmitry Gutov <dgutov@yandex.ru>
9349
9350 * emacs-lisp/package.el (package--download-one-archive):
9351 Use `write-region' instead of `save-buffer' to avoid running various
9352 hooks. (Bug#17155)
9353 (describe-package-1): Same. Insert newline at the end of the
9354 buffer if appropriate.
9355
9356 2014-05-26 Juri Linkov <juri@jurta.org>
9357
9358 * avoid.el (mouse-avoidance-set-mouse-position): Don't raise frame.
9359 (mouse-avoidance-ignore-p): Remove `switch-frame', add `focus-out'.
9360 Add more modifiers: meta, control, shift, hyper, super, alt.
9361 (Bug#17439)
9362
9363 * avoid.el (mouse-avoidance-banish-position): Fix defcustom :options
9364 to allow changing its value with `set-variable'.
9365
9366 2014-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
9367
9368 * progmodes/scheme.el (scheme-mode-syntax-table): Remove hack for
9369 #; comments.
9370 (scheme-syntax-propertize, scheme-syntax-propertize-sexp-comment):
9371 New functions.
9372 (scheme-mode-variables): Set syntax-propertize-function instead of
9373 font-lock-syntactic-face-function.
9374 (scheme-font-lock-syntactic-face-function): Delete.
9375
9376 * emacs-lisp/lisp.el (end-of-defun): Ensure we move (bug#17274).
9377
9378 * emacs-lisp/timer.el (timer-event-handler): Don't run if canceled
9379 (bug#17392).
9380
9381 2014-05-26 Michael Albinus <michael.albinus@gmx.de>
9382
9383 * net/tramp-sh.el (tramp-find-inline-encoding): Do not match "%%t"
9384 for a temporary file name.
9385
9386 2014-05-26 Eli Zaretskii <eliz@gnu.org>
9387
9388 * simple.el (line-move-ignore-invisible): Doc fix. (Bug#17511)
9389
9390 2014-05-26 Michael Albinus <michael.albinus@gmx.de>
9391
9392 * net/dbus.el (dbus-init-bus, dbus-call-method)
9393 (dbus-call-method-asynchronously, dbus-send-signal)
9394 (dbus-method-return-internal, dbus-method-error-internal):
9395 Check, whether Emacs has been compiled with D-Bus support. (Bug#17508)
9396
9397 2014-05-26 Nicolas Richard <theonewiththeevillook@yahoo.fr>
9398
9399 * emacs-lisp/eieio-opt.el (eieio-help-class): Correctly deal with
9400 methods which do not have a doc string. (Bug#17490)
9401
9402 2014-05-25 Tassilo Horn <tsdh@gnu.org>
9403
9404 * textmodes/reftex-ref.el (reftex-format-special): Make it work
9405 also for AMS Math's \eqref macro.
9406
9407 2014-05-25 Thien-Thi Nguyen <ttn@gnu.org>
9408
9409 Arrange to never byte-compile the generated -pkg.el file.
9410
9411 * emacs-lisp/package.el (package-generate-description-file):
9412 Output first-line comment to set buffer-local var `no-byte-compile'.
9413 Suggested by Dmitry Gutov:
9414 <http://lists.gnu.org/archive/html/emacs-devel/2014-05/msg00401.html>.
9415
9416 2014-05-25 Thien-Thi Nguyen <ttn@gnu.org>
9417
9418 Fix bug: Properly quote args to generated -pkg.el `define-package'.
9419
9420 * emacs-lisp/package.el (package-generate-description-file):
9421 Inline `package--alist-to-plist'; rewrite to selectively
9422 quote alist values that are not self-quoting.
9423 (package--alist-to-plist): Delete func.
9424
9425 2014-05-25 Andreas Schwab <schwab@linux-m68k.org>
9426
9427 * term/xterm.el (xterm-function-map): Add mapping for shifted
9428 keypad keys.
9429
9430 2014-05-24 Daniel Colascione <dancol@dancol.org>
9431
9432 * progmodes/subword.el (subword-find-word-boundary): Move point to
9433 correct spot before search. (Bug#17580)
9434
9435 * emacs-lisp/nadvice.el (defun): Write in eval-and-compile to avoid
9436 breaking the build.
9437
9438 2014-05-24 Leo Liu <sdl.web@gmail.com>
9439
9440 * calc/calc.el (math-bignum): Handle most-negative-fixnum. (Bug#17556)
9441
9442 2014-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
9443
9444 * minibuffer.el (completion--sreverse): Remove.
9445 (completion--common-suffix): Use `reverse' instead.
9446 * emacs-lisp/regexp-opt.el (regexp-opt-group): Use `reverse' on strings.
9447
9448 2014-05-22 Glenn Morris <rgm@gnu.org>
9449
9450 * shell.el (shell-mode) <shell-dirstack-query>: Bypass bash aliases.
9451
9452 2014-05-21 Daniel Colascione <dancol@dancol.org>
9453
9454 * files.el (interpreter-mode-alist): Add mksh.
9455
9456 * progmodes/sh-script.el (sh-ancestor-alist): Add mksh, a pdksh
9457 derivative.
9458 (sh-alias-alist): Alias /system/bin/sh (Android's system shell) to
9459 mksh. Improve custom spec; allow regular expressions.
9460 (sh-shell): Delegate name splitting to `sh-canonicalize-shell'.
9461 (sh-after-hack-local-variables): New function.
9462 (sh-mode): Use it; respect file-local `sh-shell' variable. (Bug#17333)
9463 (sh-set-shell): Use `sh-canonicalize-shell' instead of open-coding
9464 the normalization.
9465 (sh-canonicalize-shell): Rewrite to support regexes.
9466
9467 2014-05-21 Leo Liu <sdl.web@gmail.com>
9468
9469 * emacs-lisp/cl-lib.el (cl-endp): Fix last change.
9470
9471 2014-05-19 Leo Liu <sdl.web@gmail.com>
9472
9473 * emacs-lisp/cl-lib.el (cl-endp): Conform to CL's semantics.
9474
9475 2014-05-18 Glenn Morris <rgm@gnu.org>
9476
9477 * loadup.el:
9478 * play/gametree.el: `track-mouse' is always defined since 2012-11-24.
9479
9480 2014-05-14 Sam Steingold <sds@gnu.org>
9481
9482 * progmodes/python.el (python-shell-get-or-create-process):
9483 Do not bind `current-prefix-arg' so that C-c C-z does not talk
9484 back unless requested.
9485
9486 2014-05-14 Glenn Morris <rgm@gnu.org>
9487
9488 * subr.el (with-file-modes): New macro.
9489 * printing.el (pr-save-file-modes): Make obsolete.
9490 * eshell/esh-util.el (eshell-with-file-modes): Make obsolete.
9491 * emacs-lisp/lisp-mode.el (lisp-el-font-lock-keywords-2):
9492 Add with-file-modes.
9493 * doc-view.el (doc-view-make-safe-dir):
9494 * epg.el (epg--start):
9495 * files.el (locate-user-emacs-file, make-temp-file)
9496 (backup-buffer-copy, move-file-to-trash):
9497 * printing.el (pr-despool-print, pr-call-process, pr-text2ps):
9498 * eshell/esh-util.el (eshell-with-private-file-modes)
9499 (eshell-make-private-directory):
9500 * net/browse-url.el (browse-url-mosaic):
9501 * obsolete/mailpost.el (post-mail-send-it):
9502 * obsolete/pgg-pgp.el (pgg-pgp-verify-region):
9503 * obsolete/pgg-pgp5.el (pgg-pgp5-verify-region):
9504 Use with-file-modes.
9505
9506 * vc/emerge.el (emerge-make-temp-file): Simplify.
9507
9508 2014-05-14 Stephen Berman <stephen.berman@gmx.net>
9509 Stefan Monnier <monnier@iro.umontreal.ca>
9510
9511 * minibuffer.el (completion-pcm--merge-try): Merge trailing / with
9512 suffix (bug#15419).
9513
9514 2014-05-14 Glenn Morris <rgm@gnu.org>
9515
9516 * vc/emerge.el (emerge-temp-file-prefix):
9517 Make pointless option obsolete.
9518 (emerge-temp-file-mode): Make non-functional option obsolete.
9519
9520 2014-05-14 Michael Albinus <michael.albinus@gmx.de>
9521
9522 * net/browse-url.el (browse-url):
9523 Use `unhandled-file-name-directory' when setting `default-directory',
9524 in order to circumvent stalled remote connections. (Bug#17425)
9525
9526 2014-05-14 Glenn Morris <rgm@gnu.org>
9527
9528 * printing.el (subst-char-in-string, make-temp-file, pr-get-symbol):
9529 Optimize on Emacs, which has the relevant functions for ages.
9530
9531 2014-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
9532
9533 * simple.el (undo-make-selective-list): Obey undo-no-redo.
9534
9535 2014-05-12 Sam Steingold <sds@gnu.org>
9536
9537 * calendar/time-date.el (seconds-to-string): New function to
9538 pretty print time delay in seconds.
9539
9540 2014-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
9541
9542 * mpc.el (mpc-format): Trim Date to the year.
9543 (mpc-songs-hashcons): Shorten the Date field.
9544
9545 * emacs-lisp/nadvice.el (advice--interactive-form): Don't get fooled
9546 into autoloading just because of a silly indirection.
9547
9548 2014-05-12 Santiago Payà i Miralta <santiagopim@gmail.com>
9549
9550 * vc/vc-hg.el (vc-hg-unregister): New function. (Bug#17454)
9551
9552 2014-05-12 Glenn Morris <rgm@gnu.org>
9553
9554 * emacs-lisp/find-gc.el: Move to ../admin.
9555
9556 * printing.el (pr-version):
9557 * ps-print.el (ps-print-version): Also mention bug-gnu-emacs.
9558
9559 * net/browse-url.el (browse-url-mosaic):
9560 Create /tmp/Mosaic.PID as a private file.
9561
9562 2014-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
9563
9564 * emacs-lisp/nadvice.el: Support adding a given function multiple times.
9565 (advice--member-p): If name is given, only compare the name.
9566 (advice--remove-function): Don't stop at the first match.
9567 (advice--normalize-place): New function.
9568 (add-function, remove-function): Use it.
9569 (advice--add-function): Pass the name, if any, to
9570 advice--remove-function.
9571
9572 2014-05-12 Philipp Rumpf <prumpf@gmail.com> (tiny change)
9573
9574 * electric.el (electric-indent-post-self-insert-function): Don't use
9575 `pos' after modifying the buffer (bug#17449).
9576
9577 2014-05-12 Stephen Berman <stephen.berman@gmx.net>
9578
9579 * calendar/todo-mode.el (todo-insert-item-from-calendar):
9580 Correct argument list to conform to todo-insert-item--basic.
9581
9582 2014-05-12 Glenn Morris <rgm@gnu.org>
9583
9584 * files.el (cd-absolute): Test if directory is accessible
9585 rather than executable. (Bug#17330)
9586
9587 * progmodes/compile.el (recompile):
9588 Handle C-u M-x recompile from a non-compilation buffer. (Bug#17444)
9589
9590 * net/browse-url.el (browse-url-mosaic):
9591 Be careful when writing /tmp/Mosaic.PID. (Bug#17428)
9592 This is CVE-2014-3423.
9593
9594 2014-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
9595
9596 * mouse.el: Use the normal toplevel loop while dragging.
9597 (mouse-set-point): Handle multi-clicks.
9598 (mouse-set-region): Handle multi-clicks for drags.
9599 (mouse-drag-region): Update call accordingly.
9600 (mouse-drag-track): Remove `do-mouse-drag-region-post-process' hack.
9601 Use the normal event loop instead of a local while/read-event loop.
9602 (global-map): Remove redundant bindings for double/triple-mouse-1.
9603 * xt-mouse.el (xterm-mouse-translate-1): Only process one event at a time.
9604 Generate synthetic down events when the protocol only sends up events.
9605 (xterm-mouse-last): Remove.
9606 (xterm-mouse--read-event-sequence-1000): Use xterm-mouse-last-down
9607 terminal parameter instead.
9608 (xterm-mouse--set-click-count): New function.
9609 (xterm-mouse-event): Detect/generate double/triple clicks.
9610 * reveal.el (reveal-close-old-overlays): Don't close while dragging.
9611
9612 * info.el (Info-quoted): New face.
9613 (Info-mode-font-lock-keywords): New var.
9614 (Info-mode): Use it.
9615
9616 * emacs-lisp/lisp-mode.el (preceding-sexp): Exclude leading "," which
9617 are a hindrance for C-x C-e.
9618
9619 2014-05-11 Leo Liu <sdl.web@gmail.com>
9620
9621 * net/rcirc.el (rcirc-sentinel): Fix last change.
9622
9623 2014-05-08 Sam Steingold <sds@gnu.org>
9624
9625 * net/rcirc.el (rcirc-reconnect-delay): New user option.
9626 (rcirc-sentinel): Auto-reconnect to the server if
9627 `rcirc-reconnect-delay' is non-0 (but not more often than its
9628 value in case the host is off-line).
9629
9630 2014-05-09 Eli Zaretskii <eliz@gnu.org>
9631
9632 * progmodes/grep.el (lgrep): Fix a typo in last commit.
9633
9634 2014-05-09 Glenn Morris <rgm@gnu.org>
9635
9636 * files.el (file-expand-wildcards):
9637 * man.el (Man-support-local-filenames):
9638 * printing.el (pr-i-directory, pr-interface-directory):
9639 * progmodes/grep.el (lgrep, rgrep):
9640 * textmodes/ispell.el (ispell-call-process)
9641 (ispell-call-process-region, ispell-start-process)
9642 (ispell-init-process): Use file-accessible-directory-p.
9643
9644 2014-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
9645
9646 * xt-mouse.el: Drop spurious/oddly shaped events (bug#17378).
9647 (xterm-mouse--read-event-sequence-1000): Return nil if something
9648 looks fishy.
9649 (xterm-mouse-event): Propagate it.
9650 (xterm-mouse-translate-1): Handle it.
9651
9652 2014-05-08 Stephen Berman <stephen.berman@gmx.net>
9653
9654 * calendar/todo-mode.el (todo-insert-item--apply-args): When all
9655 four slots of the parameter list are filled, make sure to pass it
9656 to the argument list of todo-insert-item--basic.
9657
9658 2014-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
9659
9660 * emacs-lisp/package.el (package-compute-transaction): Topological sort.
9661 Add optional `seen' argument to detect and break infinite loops.
9662
9663 2014-05-08 Eli Zaretskii <eliz@gnu.org>
9664
9665 * emacs-lisp/find-gc.el (find-gc-unsafe, find-unsafe-funcs)
9666 (trace-unsafe, trace-use-tree): Make parentheses style be
9667 according to Emacs style.
9668
9669 2014-05-08 Michael Albinus <michael.albinus@gmx.de>
9670
9671 * net/tramp-sh.el (tramp-remote-process-environment):
9672 Remove HISTFILE and HISTSIZE; it's too late to set them here.
9673 Add :version entry.
9674 (tramp-open-shell): Do not let-bind `tramp-end-of-output'.
9675 Add "HISTFILE=/dev/null" to the shell's env arguments. Do not send
9676 extra "PSx=..." commands.
9677 (tramp-maybe-open-connection): Setenv HISTFILE to /dev/null.
9678 (Bug#17295)
9679
9680 (tramp-uudecode): Replace the hard-coded temporary file name by a
9681 format specifier.
9682 (tramp-remote-coding-commands): Enhance docstring.
9683 (tramp-find-inline-encoding): Replace "%t" by a temporary file
9684 name. (Bug#17415)
9685 This is CVE-2014-3424.
9686
9687 2014-05-08 Glenn Morris <rgm@gnu.org>
9688
9689 * emacs-lisp/find-gc.el (find-gc-source-directory): Give it a value.
9690 (find-gc-source-files): Update some names.
9691 (trace-call-tree): Simplify and update.
9692 Avoid predictable temp-file names. (http://bugs.debian.org/747100)
9693 This is CVE-2014-3422.
9694
9695 2014-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
9696
9697 * minibuffer.el (completion--try-word-completion): Revert fix for
9698 Bug#15980 (bug#17375).
9699
9700 * xt-mouse.el (xterm-mouse--read-event-sequence-1000): (bug#17378)
9701 Always store button numbers in the same way in xterm-mouse-last;
9702 Don't burp is xterm-mouse-last is not set as expected.
9703 Never return negative indices.
9704
9705 2014-05-08 Dmitry Gutov <dgutov@yandex.ru>
9706
9707 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
9708 Backtrack one char if the global/char-literal var matcher hits
9709 inside a string. The next char could be the beginning of an
9710 expression expansion.
9711
9712 2014-05-08 Glenn Morris <rgm@gnu.org>
9713
9714 * help-fns.el (describe-function-1): Test for an autoload before a
9715 macro, since `macrop' works on autoloads. (Bug#17410)
9716
9717 2014-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
9718
9719 * electric.el (electric-indent-functions-without-reindent): Add yaml.
9720
9721 * minibuffer.el (completion-table-with-quoting) <completion--unquote>:
9722 Make sure the new point we return is within the new string (bug#17239).
9723
9724 2014-05-05 Daniel Colascione <dancol@dancol.org>
9725
9726 * progmodes/compile.el (compilation-error-regexp-alist-alist):
9727 Port `gnu' pattern to rx.
9728
9729 2014-05-05 Jarek Czekalski <jarekczek@poczta.onet.pl>
9730
9731 Remove unneeded prompt when closing a buffer with active
9732 emacsclient ("Buffer ... still has clients"), #16548.
9733 * server.el (server-start): Remove the only call to:
9734 (server-kill-buffer-query-function): Remove.
9735
9736 2014-05-04 Leo Liu <sdl.web@gmail.com>
9737
9738 * calendar/diary-lib.el (calendar-chinese-month-name-array):
9739 Defvar to pacify compiler.
9740
9741 2014-05-04 Eli Zaretskii <eliz@gnu.org>
9742
9743 * mail/rmailsum.el (rmail-new-summary-1): Fix a typo in a comment.
9744
9745 2014-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
9746
9747 * vc/ediff-diff.el (ediff-set-fine-diff-properties-in-one-buffer):
9748 Use nil rather than `default' for the "default" appearance (bug#17388).
9749 * vc/ediff-util.el (ediff-inferior-compare-regions)
9750 (ediff-toggle-autorefine, ediff-unselect-difference): Don't use
9751 a misleading `default' value when it's really a boolean.
9752 * vc/ediff-init.el (ediff-set-overlay-face): Don't set help-echo if the
9753 overlay is not visible.
9754
9755 2014-05-04 Stephen Berman <stephen.berman@gmx.net>
9756
9757 * calendar/todo-mode.el (todo-edit-file): Use display-warning.
9758 (todo-menu): Uncomment and update.
9759
9760 2014-05-04 Stephen Berman <stephen.berman@gmx.net>
9761
9762 * calendar/todo-mode.el: Reimplement item editing to have the same
9763 basic user interface as item insertion, and make small UI and
9764 larger internal improvements to the latter.
9765 (todo-insert-item): Add reference to the Todo mode user manual to
9766 the documentation string.
9767 (todo-insert-item--basic): Rename from todo-basic-insert-item and
9768 adjust all callers. Change signature to combine diary and
9769 nonmarking arguments. Incorporate functionality of deleted item
9770 copying command and add error checking. Remove detailed
9771 descriptions of the arguments from the documentation string, since
9772 this is treated in the Todo mode user manual.
9773 (todo-copy-item, todo-edit-multiline-item)
9774 (todo-edit-done-item-comment, todo-edit-item-header)
9775 (todo-edit-item-time, todo-edit-item-date-from-calendar)
9776 (todo-edit-item-date-to-today, todo-edit-item-date-day-name)
9777 (todo-edit-item-date-year, todo-edit-item-date-month)
9778 (todo-edit-item-date-day, todo-edit-item-diary-nonmarking):
9779 Remove.
9780 (todo-edit-item): Reimplement as wrapper command for
9781 todo-edit-item--next-key and make it distinguish done and not done
9782 todo items.
9783 (todo-edit-item--text): New function, replacing old command
9784 todo-edit-item and incorporating deleted commands
9785 todo-edit-multiline-item and todo-edit-done-item-comment.
9786 (todo-edit-item--header): Rename from todo-basic-edit-item-header.
9787 Use only numeric value of prefix argument. Remove detailed
9788 descriptions of the arguments from the documentation string, since
9789 this is treated in the Todo mode user manual.
9790 (todo-edit-item--diary-inclusion): New function, replacing old
9791 command todo-edit-item-diary-inclusion and incorporating and fixing
9792 functionality of deleted command todo-edit-item-diary-nonmarking,
9793 making sure to remove todo-nondiary-marker when adding
9794 diary-nonmarking-symbol.
9795 (todo-edit-category-diary-inclusion): Make sure to delete
9796 diary-nonmarking-symbol when adding todo-nondiary-marker.
9797 (todo-edit-category-diary-nonmarking): Fix indentation.
9798 (todo-insert-item--parameters): Group diary and nonmarking
9799 parameters together.
9800 (todo-insert-item--apply-args): Adjust to signature of
9801 todo-insert-item--basic and incorporate copy parameter.
9802 Make small code improvements.
9803 (todo-insert-item--next-param): Improve prompt and adjust it to
9804 new parameter grouping. Remove obsolete code.
9805 (todo-edit-item--param-key-alist)
9806 (todo-edit-item--date-param-key-alist)
9807 (todo-edit-done-item--param-key-alist): New defconsts.
9808 (todo-edit-item--prompt): New variable.
9809 (todo-edit-item--next-key): New function.
9810 (todo-key-bindings-t): Bind "e" to todo-edit-item.
9811 Remove bindings of deleted commands.
9812
9813 2014-05-04 Leo Liu <sdl.web@gmail.com>
9814
9815 * emacs-lisp/cl-macs.el (cl-deftype): Fix indentation.
9816
9817 2014-05-04 Glenn Morris <rgm@gnu.org>
9818
9819 * allout-widgets.el (allout-widgets-tally)
9820 (allout-decorate-item-guides):
9821 * menu-bar.el (menu-bar-positive-p):
9822 * minibuffer.el (completion-pcm-complete-word-inserts-delimiters):
9823 * progmodes/gdb-mi.el (gdbmi-same-start, gdbmi-is-number):
9824 * progmodes/js.el (js--inside-param-list-p)
9825 (js--inside-dojo-class-list-p, js--forward-destructuring-spec):
9826 * progmodes/prolog.el (region-exists-p):
9827 * progmodes/verilog-mode.el (verilog-scan-cache-ok-p):
9828 * textmodes/reftex-parse.el (reftex-using-biblatex-p):
9829 Doc fixes (replace `iff').
9830
9831 2014-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
9832
9833 * mpc.el (mpc-volume-mouse-set): Don't burp at the boundaries.
9834
9835 2014-05-04 Leo Liu <sdl.web@gmail.com>
9836
9837 Support Chinese diary entries in calendar and diary. (Bug#17393)
9838 * calendar/cal-china.el (calendar-chinese-month-name-array): New var.
9839 (calendar-chinese-from-absolute-for-diary)
9840 (calendar-chinese-to-absolute-for-diary)
9841 (calendar-chinese-mark-date-pattern, diary-chinese-mark-entries)
9842 (diary-chinese-list-entries): New functions to list and mark
9843 Chinese diary entries in the calendar window.
9844 (diary-chinese-anniversary)
9845 (diary-chinese-insert-anniversary-entry)
9846 (diary-chinese-insert-entry, diary-chinese-insert-monthly-entry)
9847 (diary-chinese-insert-yearly-entry): New commands to insert
9848 Chinese diary entries.
9849
9850 * calendar/diary-lib.el (diary-font-lock-keywords):
9851 Support font-locking Chinese dates.
9852
9853 * calendar/cal-menu.el (cal-menu-diary-menu): Add entries for
9854 inserting Chinese diary entries.
9855
9856 * calendar/calendar.el (diary-chinese-entry-symbol):
9857 New customizable variable.
9858 (calendar-mode-map): Add bindings for inserting Chinese diary
9859 entries.
9860
9861 2014-05-03 Juri Linkov <juri@jurta.org>
9862
9863 * dired.el (dired-check-switches, dired-switches-recursive-p):
9864 New functions. (Bug#17218)
9865 (dired-switches-escape-p, dired-move-to-end-of-filename):
9866 Use `dired-check-switches'.
9867 (dired-insert-old-subdirs, dired-build-subdir-alist)
9868 (dired-sort-R-check): Use `dired-switches-recursive-p'.
9869
9870 2014-05-01 Barry O'Reilly <gundaetiapo@gmail.com>
9871
9872 * simple.el (undo-make-selective-list): New algorithm fixes
9873 incorrectness of position adjustments when undoing in region.
9874 (Bug#17235)
9875 (undo-elt-crosses-region): Make obsolete.
9876 (undo-adjust-elt, undo-adjust-beg-end, undo-adjust-pos):
9877 New functions to adjust positions using undo-deltas.
9878
9879 2014-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
9880
9881 * emacs-lisp/lisp-mode.el (lisp--match-hidden-arg): Only highlight past
9882 the last consecutive closing paren (bug#17345).
9883
9884 2014-04-30 Reuben Thomas <rrt@sc3d.org>
9885
9886 * dired.el (dired-mode): make terminology for eXpunge command
9887 consistent. (Bug#17276)
9888
9889 2014-04-30 Eli Zaretskii <eliz@gnu.org>
9890
9891 * dired.el (dired-initial-position-hook, dired-initial-position):
9892 Doc string fixes.
9893
9894 2014-04-30 Glenn Morris <rgm@gnu.org>
9895
9896 * mail/rmail.el (rmail-quit): Handle killed summaries. (Bug#17283)
9897
9898 2014-04-30 Matthias Dahl <matthias.dahl@binary-island.eu>
9899
9900 * faces.el (face-spec-recalc): Apply X resources only after the
9901 defface spec has been applied. Thus, X resources are no longer
9902 overriden by the defface spec which also fixes issues on win32 where
9903 the toolbar coloring was wrong because it is set through X resources
9904 and was (wrongfully) overriden. (Bug#16694)
9905
9906 2014-04-30 Stefan Monnier <monnier@iro.umontreal.ca>
9907
9908 * textmodes/rst.el (electric-pair-pairs): Declare.
9909 (rst-mode): Set it (bug#17131).
9910
9911 2014-04-30 Juri Linkov <juri@jurta.org>
9912
9913 * desktop.el (desktop-value-to-string): Let-bind `print-length'
9914 and `print-level' to nil. (Bug#17351)
9915
9916 2014-04-30 Nicolas Richard <theonewiththeevillook@yahoo.fr>
9917
9918 * battery.el (battery-update): Handle the case where battery
9919 status is "N/A" (bug#17319).
9920
9921 2014-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
9922
9923 * progmodes/ps-mode.el: Use SMIE. Move string and comment recognition
9924 to syntax-propertize.
9925 (ps-mode-auto-indent): Mark as obsolete.
9926 (ps-mode-font-lock-keywords-1): Remove string-or-comment handling.
9927 (ps-mode-font-lock-keywords-3): Use symbol regexp operators instead of
9928 word regexp operators.
9929 (ps-mode-map): Move initialization into declaration. Remove binding
9930 for TAB, RET, >, ], and }.
9931 (ps-mode-syntax-table): Move initialization into declaration.
9932 Don't give word syntax to non-word chars.
9933 (ps-run-mode-map): Move initialization into declaration.
9934 (ps-mode-menu-main): Remove auto-indent entry.
9935 (ps-mode-smie-rules): New function.
9936 (ps-mode): Setup smie, syntax-propertize, and electric-indent-mode.
9937 (ps-mode-looking-at-nested, ps-mode-match-string-or-comment): Remove.
9938 (ps-mode--string-syntax-table): New const.
9939 (ps-mode--syntax-propertize-special, ps-mode-syntax-propertize):
9940 New functions.
9941 (ps-mode-newline, ps-mode-tabkey, ps-mode-r-brace, ps-mode-r-angle)
9942 (ps-mode-r-gt, ps-mode-r-balance): Remove functions.
9943
9944 2014-04-27 Daniel Colascione <dancol@dancol.org>
9945
9946 * term/xterm.el (xterm-paste): Use large finite timeout when
9947 reading event to avoid putting keys in this-command-keys.
9948
9949 2014-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
9950
9951 * progmodes/perl-mode.el (perl--syntax-exp-intro-regexp): New var.
9952 (perl-syntax-propertize-function): Use it. Extend handling of
9953 here-docs to the unquoted case.
9954
9955 2014-04-25 Eli Zaretskii <eliz@gnu.org>
9956
9957 * tooltip.el (tooltip-show-help-non-mode, tooltip-show-help):
9958 Use equal-including-properties to compare help-echo strings (bug#17331).
9959
9960 2014-04-25 Leo Liu <sdl.web@gmail.com>
9961
9962 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
9963 Fix syntax for @. (Bug#17325)
9964
9965 2014-04-25 Daniel Colascione <dancol@dancol.org>
9966
9967 * emacs-lisp/cl.el (gv): Require gv early to break eager
9968 macro-expansion cycles.
9969
9970 2014-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
9971
9972 * simple.el (region-active-p): Check there's a mark (bug#17324).
9973
9974 * simple.el (completion-list-mode-map): Use choose-completion for the
9975 mouse binding as well (bug#17302).
9976 (completion-list-mode, completion-setup-function): Adjust docstring and
9977 echo area message accordingly.
9978 * progmodes/idlwave.el (idlwave-choose-completion): Adjust to new
9979 calling convention of choose-completion.
9980 * comint.el (comint-dynamic-list-completions):
9981 * term.el (term-dynamic-list-completions): Accept choose-completion.
9982
9983 * progmodes/perl-mode.el (perl-syntax-propertize-function): Slash after
9984 &, |, +, - and * can't be a division (bug#17317).
9985
9986 * term/xterm.el (xterm--version-handler): Don't use modern xterm
9987 features on gnome-terminal (bug#16988).
9988
9989 2014-04-25 Thien-Thi Nguyen <ttn@gnu.org>
9990
9991 Improve Scheme font-locking for (define ((foo ...) ...) ...).
9992
9993 * progmodes/scheme.el (scheme-font-lock-keywords-1): To find
9994 the declared object, ignore zero or more parens, not zero or one.
9995
9996 2014-04-24 Leo Liu <sdl.web@gmail.com>
9997
9998 * progmodes/xscheme.el (xscheme-expressions-ring)
9999 (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
10000 (xscheme-control-g-disabled-p, xscheme-process-filter-state)
10001 (xscheme-allow-output-p, xscheme-prompt)
10002 (xscheme-string-accumulator, xscheme-mode-string): Use defvar-local.
10003
10004 * progmodes/scheme.el (would-be-symbol, next-sexp-as-string):
10005 Comment out unused functions.
10006
10007 2014-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
10008
10009 * info.el: Use lexical-binding and cl-lib.
10010 Use defvar-local and setq-local instead of make-local-variable.
10011 (Info-apropos-matches): Avoid add-to-list.
10012 (Info-edit-mode-map): Fix obsolescence call to Info-edit-map.
10013
10014 2014-04-24 Daniel Colascione <dancol@dancol.org>
10015
10016 * progmodes/sh-script.el (sh-builtins): Add coproc to list of bash builtins.
10017
10018 2014-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
10019
10020 * emacs-lisp/cl-macs.el (cl--loop-let): Fix last merge.
10021
10022 2014-04-22 Michael Heerdegen <michael_heerdegen@web.de>
10023
10024 * dired.el (dired-insert-set-properties): Do not consider
10025 subdirectory headings and empty lines to be information that
10026 `dired-hide-details-mode' should hide. (Bug#17228)
10027
10028 2014-04-22 Michael Albinus <michael.albinus@gmx.de>
10029
10030 * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
10031 Remove test messages.
10032 (tramp-do-copy-or-rename-file-out-of-band): Do not quote `source'
10033 and `target' twice.
10034
10035 2014-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
10036
10037 * dframe.el (dframe-get-focus): Remove `hook' argument (bug#17311).
10038 * speedbar.el (speedbar-get-focus): Run the "hook" afterwards instead.
10039
10040 * emacs-lisp/cl-macs.el (cl--loop-let): Avoid `nil' as var name.
10041
10042 2014-04-22 Michael Albinus <michael.albinus@gmx.de>
10043
10044 * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
10045 Set "IFS=" when using read builtin, in order to preserve spaces in
10046 the file name. Add test messages for hunting a bug on hydra.
10047 (tramp-get-ls-command): Undo using "-b" argument. It doesn't help.
10048
10049 2014-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
10050
10051 * progmodes/prog-mode.el (prettify-symbols--compose-symbol):
10052 Don't prettify a word within a symbol.
10053
10054 2014-04-22 Michael Albinus <michael.albinus@gmx.de>
10055
10056 * net/tramp-sh.el (tramp-get-ls-command): Use "-b" argument if
10057 possible.
10058
10059 2014-04-22 Daniel Colascione <dancol@dancol.org>
10060
10061 * emacs-lisp/byte-run.el (function-put): Unbreak build: don't
10062 use defun to define `function-put'.
10063
10064 2014-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
10065
10066 * emacs-lisp/lisp-mode.el (lisp--match-hidden-arg): New function.
10067 (lisp-el-font-lock-keywords-2, lisp-cl-font-lock-keywords-2): Use it.
10068 (lisp-mode-variables): Set font-lock-extra-managed-props.
10069
10070 * emacs-lisp/byte-run.el (function-put): New function.
10071 (defun-declarations-alist): Use it. Add `pure' and `side-effect-free'.
10072 * emacs-lisp/cl-macs.el (cl-defstruct, cl-struct-sequence-type)
10073 (cl-struct-slot-info, cl-struct-slot-offset, cl-struct-slot-value):
10074 Use them.
10075
10076 2014-04-22 Daniel Colascione <dancol@dancol.org>
10077
10078 * emacs-lisp/macroexp.el (internal-macroexpand-for-load):
10079 Add `full-p' parameter; when nil, call `macroexpand' instead of
10080 `macroexpand-all'.
10081
10082 * emacs-lisp/byte-run.el (eval-when-compile, eval-and-compile):
10083 Improve docstrings.
10084
10085 * emacs-lisp/bytecomp.el (byte-compile-initial-macro-environment):
10086 Use lambda function values, not quoted lambdas.
10087 (byte-compile-recurse-toplevel): Remove extraneous &optional.
10088
10089 * emacs-lisp/cl-macs.el
10090 (cl-struct-sequence-type, cl-struct-slot-info): Declare pure.
10091 (cl-struct-slot-value): Conditionally use aref or nth so that the
10092 compiler produces optimal code.
10093
10094 2014-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
10095
10096 * emacs-lisp/cl-macs.el (cl-struct-slot-offset): Mark as pure.
10097 (inline): Don't inline cl--set-elt.
10098 (cl-struct-slot-value): Remove explicit gv-setter and compiler-macro.
10099 Define as inlinable instead.
10100 (cl-struct-set-slot-value): Remove.
10101
10102 * emacs-lisp/cl-lib.el (cl--set-elt): Remove.
10103 * emacs-lisp/cl-seq.el (cl-replace, cl-substitute, cl-nsubstitute):
10104 Use setf instead.
10105
10106 2014-04-21 Daniel Colascione <dancol@dancol.org>
10107
10108 * emacs-lisp/cl-macs.el (cl--const-expr-val): We didn't need the
10109 last two parameters after all.
10110 (cl--expr-contains,cl--compiler-macro-typep,cl--compiler-macro-member)
10111 (cl--compiler-macro-assoc,cl-struct-slot-value)
10112 (cl-struct-set-slot-value): Stop using them.
10113
10114 (2014-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
10115
10116 * image-mode.el (image-mode-window-put): Don't assume there's a `t'
10117 entry in image-mode-winprops-alist.
10118
10119 2014-04-21 Daniel Colascione <dancol@dancol.org>
10120
10121 * emacs-lisp/bytecomp.el (byte-compile-recurse-toplevel): New function.
10122 (byte-compile-recurse-toplevel, byte-compile-initial-macro-environment)
10123 (byte-compile-toplevel-file-form): Use it.
10124
10125 * emacs-lisp/cl-macs.el:
10126 (cl--loop-let): Properly destructure `while' clauses.
10127
10128 2014-04-20 Daniel Colascione <dancol@dancol.org>
10129
10130 * vc/vc.el (vc-root-dir): New public autoloaded function for
10131 generically finding the current VC root.
10132 * vc/vc-hooks.el (vc-not-supported): New error.
10133 (vc-call-backend): Signal `vc-not-supported' instead of generic error.
10134
10135 2014-04-20 Daniel Colascione <dancol@dancol.org>
10136
10137 * emacs-lisp/cl-macs.el (cl-the): Make `cl-the' assert its type
10138 argument.
10139 (cl--const-expr-val): cl--const-expr-val should macroexpand its
10140 argument in case we're inside a symbol-macrolet.
10141 (cl--do-arglist, cl--compiler-macro-typep)
10142 (cl--compiler-macro-member, cl--compiler-macro-assoc): Pass macro
10143 environment to `cl--const-expr-val'.
10144 (cl-struct-sequence-type,cl-struct-slot-info)
10145 (cl-struct-slot-offset, cl-struct-slot-value)
10146 (cl-struct-set-slot-value): New functions.
10147
10148 2014-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
10149
10150 * progmodes/sh-script.el (sh-smie--sh-keyword-p): Handle variable
10151 assignments such as "case=hello" (bug#17297).
10152
10153 2014-04-18 Michael Albinus <michael.albinus@gmx.de>
10154
10155 * net/tramp.el (tramp-run-real-handler, tramp-file-name-handler):
10156 Do not autoload.
10157 (tramp-file-name-handler, tramp-completion-file-name-handler):
10158 Revert patch from 2014-04-10, it isn't necessary anymore.
10159 (tramp-autoload-file-name-handler)
10160 (tramp-register-autoload-file-name-handlers): New defuns.
10161 (top): Autoload call of `tramp-register-autoload-file-name-handlers'.
10162 (tramp-register-file-name-handlers): Remove also
10163 `tramp-autoload-file-name-handler' from `file-name-handler-list'.
10164 Do not autoload its invocation, but eval it after loading of 'tramp.
10165
10166 * net/tramp-adb.el (tramp-unload-hook): Unload `tramp-adb'.
10167
10168 * net/tramp-compat.el (tramp-unload-hook): Unload `tramp-loaddefs'.
10169
10170 2014-04-17 Daniel Colascione <dancol@dancol.org>
10171
10172 Add support for bracketed paste mode; add infrastructure for
10173 managing terminal mode enabling and disabling automatically.
10174
10175 * xt-mouse.el:
10176 (xterm-mouse-mode): Simplify.
10177 (xterm-mouse-tracking-enable-sequence)
10178 (xterm-mouse-tracking-disable-sequence): New constants.
10179 (turn-on-xterm-mouse-tracking-on-terminal)
10180 (turn-off-xterm-mouse-tracking-on-terminal):
10181 Use tty-mode-set-strings and tty-mode-reset-strings terminal
10182 parameters instead of random hooks.
10183 (turn-on-xterm-mouse-tracking)
10184 (turn-off-xterm-mouse-tracking): Delete.
10185
10186 * term/xterm.el (xterm-extra-capabilities): Fix bitrotted comment.
10187 (xterm-paste-ending-sequence): New constant.
10188 (xterm-paste): New command used for bracketed paste support.
10189
10190 (xterm-modify-other-keys-terminal-list): Delete obsolete variable.
10191 (terminal-init-xterm-bracketed-paste-mode): New function.
10192 (terminal-init-xterm): Call it.
10193 (terminal-init-xterm-modify-other-keys): Use tty-mode-set-strings
10194 and tty-mode-reset-strings instead of random hooks.
10195 (xterm-turn-on-modify-other-keys)
10196 (xterm-turn-off-modify-other-keys)
10197 (xterm-remove-modify-other-keys): Delete obsolete functions.
10198
10199 * term/screen.el: Rewrite to just use the xterm code.
10200 Add copyright notice. Mention tmux.
10201
10202 2014-04-17 Ian D <dunni@gnu.org> (tiny change)
10203
10204 * image-mode.el (image-mode-window-put): Also update the property of
10205 the "default window".
10206 * doc-view.el (doc-view-new-window-function): If no window
10207 exists, move to the last known page.
10208
10209 2014-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
10210
10211 * progmodes/perl-mode.el (perl-calculate-indent): Don't auto-indent in
10212 here-documents (bug#17262).
10213
10214 2014-04-16 Eli Zaretskii <eliz@gnu.org>
10215
10216 * term/pc-win.el (x-list-fonts, x-get-selection-value):
10217 Provide doc strings, as required by snarf-documentation.
10218
10219 2014-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
10220
10221 * ps-def.el (ps-generate-postscript-with-faces1): Use the new `sorted'
10222 arg of overlays-at. Use `invisible-p'.
10223
10224 * obsolete/lucid.el (extent-at):
10225 * htmlfontify.el (hfy-overlay-props-at): Use the new `sorted' arg of
10226 overlays-at.
10227 (hfy-fontify-buffer): Remove unused var `orig-ovls'.
10228
10229 2014-04-16 João Távora <joaotavora@gmail.com>
10230
10231 * net/shr.el (shr-expand-url): Use `expand-file-name' for relative
10232 links. (Bug#17217).
10233
10234 2014-04-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10235
10236 * vc/ediff-diff.el (ediff-set-fine-diff-properties-in-one-buffer):
10237 Use mapc to loop over a vector. (Bug#17257).
10238
10239 2014-04-16 Michael Albinus <michael.albinus@gmx.de>
10240
10241 * net/tramp-sh.el (tramp-sh-handle-file-truename): Revert previous
10242 patch, there are new problems with file names containing spaces.
10243 Get rid of backticks. (Bug#17238)
10244
10245 2014-04-16 João Távora <joaotavora@gmail.com>
10246
10247 * elec-pair.el (electric-pair--syntax-ppss): Simplify and fix
10248 possible bug.
10249
10250 2014-04-16 Eli Zaretskii <eliz@gnu.org>
10251
10252 * frame.el (blink-cursor-blinks, blink-cursor-blinks-done): Doc fixes.
10253 (blink-cursor-mode): Mention customization variables and the
10254 effect of 'blink-cursor-blinks'.
10255
10256 2014-04-16 Barry O'Reilly <gundaetiapo@gmail.com>
10257
10258 * simple.el (undo): Prevent insertion of identity mapping into
10259 undo-equiv-table so as undo-only does not inf loop in the presence
10260 of consecutive nils in undo list.
10261
10262 2014-04-16 Matthias Dahl <matthias.dahl@binary-island.eu>
10263
10264 * faces.el (make-face): Deprecate optional argument as it is no
10265 longer needed/used since the conditional X resources handling
10266 has been pushed down to make-face-x-resource-internal itself.
10267 (make-empty-face): Don't pass optional argument to make-face.
10268
10269 2014-04-16 Karl Fogel <kfogel@red-bean.com>
10270
10271 * savehist.el (savehist-save): Remove workaround for a read-passwd
10272 bug that was fixed before 24.3. Thanks to Juanma Barranquero for
10273 noticing that the shim was still present.
10274
10275 2014-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
10276
10277 * doc-view.el (doc-view-set-doc-type): Ignore file name case; add .pps.
10278
10279 2014-04-14 Juanma Barranquero <lekktu@gmail.com>
10280
10281 * faces.el (face-set-after-frame-default): Remove unused local variable.
10282
10283 2014-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
10284
10285 * progmodes/grep.el: Use lexical-binding.
10286 (grep-expand-template): Pass explicit lexical env to `eval'.
10287 (zrgrep): Let-bind grep-find-template explicitly.
10288
10289 * emacs-lisp/cl-lib.el (current-case-table): Remove setter.
10290 * leim/quail/sisheng.el (sisheng-list): Use with-case-table.
10291
10292 2014-04-12 Eli Zaretskii <eliz@gnu.org>
10293
10294 * international/characters.el <standard-case-table>: Add entries
10295 for letters from the Coptic block u+2C80-u+2CFF. (Bug#17243)
10296 Set category of Coptic characters be 'g' (Greek).
10297
10298 2014-04-12 Leo Liu <sdl.web@gmail.com>
10299
10300 * progmodes/octave.el (completion-table-with-cache):
10301 Define if not available.
10302 (octave-goto-function-definition, octave-sync-function-file-names)
10303 (octave-find-definition-default-filename):
10304 Backquote upattern for compatibility.
10305
10306 2014-04-12 Michael Albinus <michael.albinus@gmx.de>
10307
10308 * net/tramp-sh.el (tramp-sh-handle-file-truename): Quote the file
10309 name twice due to backticks. (Bug#17238)
10310
10311 2014-04-12 Glenn Morris <rgm@gnu.org>
10312
10313 * term/w32-win.el (x-win-suspend-error):
10314 * term/x-win.el (x-win-suspend-error): Sync docs.
10315
10316 2014-04-12 Matthias Dahl <matthias.dahl@binary-island.eu>
10317
10318 * faces.el (make-face): Remove deprecated optional argument.
10319 The conditional application of X resources is handled directly by
10320 make-face-x-resource-internal since Emacs 24.4.
10321 (make-empty-face): Don't pass optional argument to make-face.
10322
10323 2014-04-11 Glenn Morris <rgm@gnu.org>
10324
10325 * Makefile.in (EMACSDATA, EMACSDOC, EMACSPATH): Unexport. (Bug#16429)
10326
10327 2014-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
10328
10329 Ediff's overlay priorities cause more trouble than they solve.
10330 * vc/ediff-init.el (ediff-shadow-overlay-priority): Remove variable.
10331 (ediff-highest-priority): Remove function (bug#17234).
10332 * vc/ediff-util.el (ediff-highlight-diff-in-one-buffer):
10333 * vc/ediff-diff.el (ediff-set-diff-overlays-in-one-buffer)
10334 (ediff-set-fine-diff-properties-in-one-buffer): Don't mess with
10335 overlay priorities.
10336
10337 2014-04-11 Feng Li <fengli@gmail.com> (tiny change)
10338
10339 * progmodes/pascal.el (pascal-font-lock-keywords): Fix incorrect format
10340 entry; use symbol boundaries to avoid mis-matches.
10341
10342 2014-04-11 Michael Albinus <michael.albinus@gmx.de>
10343
10344 * net/tramp.el (tramp-file-name-handler)
10345 (tramp-completion-file-name-handler): Avoid recursive loading.
10346
10347 * net/tramp-sh.el (tramp-make-copy-program-file-name):
10348 Quote result also locally.
10349
10350 2014-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
10351
10352 * emulation/cua-base.el (<toplevel>, cua--pre-command-handler-1):
10353 Remove left-over code.
10354
10355 * newcomment.el (comment-indent-new-line): Sink code where it's used.
10356 Reuse the previous comment's indentation unconditionally if it's on its
10357 own line.
10358
10359 2014-04-09 Daniel Colascione <dancol@dancol.org>
10360
10361 * emacs-lisp/lisp.el (backward-up-list): Add `escape-strings',
10362 `no-syntax-crossing' arguments. Forward to `up-list'.
10363 (up-list): Add `escape-strings', `no-syntax-crossing' arguments.
10364 Implement logic for escaping from strings. Use narrowing to deal
10365 with corner cases.
10366
10367 2014-04-09 Leo Liu <sdl.web@gmail.com>
10368
10369 * net/rcirc.el (rcirc-connection-info): New variable.
10370 (rcirc-connect): Use it to store connection info.
10371 (rcirc-buffer-process): Avoid get-buffer-process which returns nil
10372 for killed process.
10373 (rcirc-cmd-reconnect): New command. (Bug#17045)
10374 (rcirc-mode, set-rcirc-encode-coding-system)
10375 (set-rcirc-decode-coding-system, rcirc-connect): Use setq-local.
10376
10377 2014-04-09 Daniel Colascione <dancol@dancol.org>
10378
10379 * emacs-lisp/cl-indent.el: Add comment claiming
10380 facility is also good for elisp.
10381 (lisp-indent-find-method): New function.
10382 (common-lisp-indent-function): Recognize cl-loop.
10383 (common-lisp-indent-function-1): Recognize cl constructs; use
10384 `lisp-indent-find-method' instead of `get' directly.
10385 (if): Use else-body style for elisp.
10386
10387 2014-04-09 Dmitry Gutov <dgutov@yandex.ru>
10388
10389 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Highlight more
10390 Module methods. (Bug#17216)
10391
10392 2014-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
10393
10394 * help.el (describe-bindings): Fix buffer handling (bug#17210).
10395 (describe-bindings-internal): Mark obsolete.
10396
10397 2014-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
10398
10399 * subr.el (with-silent-modifications): Don't bind deactivate-mark,
10400 buffer-file-name, and buffer-file-truename any more.
10401
10402 2014-04-08 Leo Liu <sdl.web@gmail.com>
10403
10404 Use lexical-binding and require cl-lib.
10405 * net/rcirc.el (rcirc, rcirc-handler-ctcp-KEEPALIVE)
10406 (rcirc-handler-generic, rcirc-fill-paragraph)
10407 (rcirc-format-response-string, rcirc-target-buffer)
10408 (rcirc-last-line, rcirc-record-activity, rcirc-split-activity)
10409 (rcirc-activity-string, rcirc-make-trees, rcirc-cmd-ctcp)
10410 (rcirc-ctcp-sender-PING, rcirc-browse-url)
10411 (rcirc-markup-timestamp, rcirc-markup-attributes)
10412 (rcirc-markup-my-nick, rcirc-markup-urls)
10413 (rcirc-markup-bright-nicks, rcirc-markup-fill)
10414 (rcirc-check-auth-status, rcirc-handler-WALLOPS)
10415 (rcirc-handler-JOIN, rcirc-handler-PART-or-KICK)
10416 (rcirc-handler-PART, rcirc-handler-KICK, rcirc-handler-QUIT)
10417 (rcirc-handler-NICK, rcirc-handler-PING, rcirc-handler-PONG)
10418 (rcirc-handler-TOPIC, rcirc-handler-301, rcirc-handler-317)
10419 (rcirc-handler-332, rcirc-handler-333, rcirc-handler-477)
10420 (rcirc-handler-MODE, rcirc-handler-353, rcirc-handler-366)
10421 (rcirc-authenticate, rcirc-handler-INVITE, rcirc-handler-ERROR)
10422 (rcirc-handler-ctcp-VERSION, rcirc-handler-ctcp-TIME)
10423 (rcirc-handler-CTCP-response): Fix unused arguments warnings and
10424 use cl-lib.
10425
10426 2014-04-07 João Távora <joaotavora@gmail.com>
10427
10428 * elec-pair.el (electric-pair--syntax-ppss):
10429 When inside comments parse from comment beginning.
10430 (electric-pair--balance-info): Fix typo in comment.
10431 (electric-pair--in-unterminated-string-p): Delete.
10432 (electric-pair--unbalanced-strings-p): New function.
10433 (electric-pair-string-bound-function): New var.
10434 (electric-pair-inhibit-if-helps-balance): Decide quote pairing
10435 according to `electric-pair--in-unterminated-string-p'
10436
10437 * elec-pair.el (electric-pair-inhibit-if-helps-balance):
10438 Inhibit quote pairing if point-max is inside an unterminated string.
10439 (electric-pair--looking-at-unterminated-string-p): Delete.
10440 (electric-pair--in-unterminated-string-p): New function.
10441
10442 2014-04-07 Glenn Morris <rgm@gnu.org>
10443
10444 * shell.el (shell-directory-tracker):
10445 Go back to just ignoring failures. (Bug#17159)
10446
10447 2014-04-07 João Távora <joaotavora@gmail.com>
10448
10449 Fix `electric-pair-delete-adjacent-pairs' in modes binding
10450 backspace. (Bug#16981)
10451 * elec-pair.el (electric-pair-backward-delete-char): Delete.
10452 (electric-pair-backward-delete-char-untabify): Delete.
10453 (electric-pair-mode-map): Bind backspace to a menu item filtering
10454 a new `electric-pair-delete-pair' command.
10455 (electric-pair-delete-pair): New command.
10456
10457 * progmodes/python.el (python-electric-pair-string-delimiter):
10458 Fix triple-quoting electricity. (Bug#17192)
10459
10460 * elec-pair.el (electric-pair-post-self-insert-function):
10461 Don't skip whitespace when `electric-pair-text-pairs' and
10462 `electric-pair-pairs' were used. syntax to
10463 electric-pair--skip-whitespace. (Bug#17183)
10464
10465 2014-04-07 Eli Zaretskii <eliz@gnu.org>
10466
10467 * leim/quail/ipa.el (ipa-x-sampa): Fix the character produced for
10468 "<F>". (Bug#17199)
10469
10470 2014-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
10471
10472 * mpc.el (mpc--status-timer-run): Disable timer if not displayed.
10473 (mpc--status-idle-timer-run): Use mpc--status-timer-run.
10474
10475 2014-04-07 Glenn Morris <rgm@gnu.org>
10476
10477 * help.el (view-lossage): Doc tweak.
10478
10479 2014-04-07 Matthias Dahl <ml_emacs-lists@binary-island.eu>
10480
10481 * faces.el (face-spec-recalc): Call make-face-x-resource-internal
10482 only when inhibit-x-resources is nil, and do that earlier in the
10483 function. Doc fix. (Bug#16694)
10484 (face-spec-choose): Accept additional optional argument, whose
10485 value is returned if no matching attributes are found.
10486 (face-spec-recalc): Use the new optional argument when calling
10487 face-spec-choose. (Bug#16378)
10488 (make-face-x-resource-internal): Do nothing when
10489 inhibit-x-resources is non-nil. Don't touch the default face if
10490 reversed video is given--as was done in previous versions of Emacs.
10491 (face-set-after-frame-default): Don't call
10492 make-face-x-resource-internal here. (Bug#16434)
10493
10494 2014-04-07 Tassilo Horn <tsdh@gnu.org>
10495
10496 * doc-view.el (doc-view-bookmark-jump):
10497 Use `bookmark-after-jump-hook' to jump to the right page after the
10498 buffer is shown in a window. (bug#16090)
10499
10500 2014-04-07 Eli Zaretskii <eliz@gnu.org>
10501
10502 * international/characters.el (mirroring): Fix last change:
10503 instead of loading uni-mirrored.el explicitly, do that implicitly
10504 by creating the 'mirroring' uniprop table. This avoids announcing
10505 the loading of uni-mirrored.el.
10506
10507 2014-04-07 Glenn Morris <rgm@gnu.org>
10508
10509 * files.el (buffer-stale--default-function)
10510 (buffer-stale-function, revert-buffer--default):
10511 * autorevert.el (auto-revert-buffers): Doc tweaks.
10512
10513 2014-04-07 Eli Zaretskii <eliz@gnu.org>
10514
10515 * international/characters.el: Preload uni-mirrored.el. (Bug#17169)
10516
10517 2014-04-07 Glenn Morris <rgm@gnu.org>
10518
10519 * files.el (make-backup-file-name-function)
10520 (make-backup-file-name, make-backup-file-name--default-function)
10521 (make-backup-file-name-1, find-backup-file-name)
10522 (revert-buffer-function, revert-buffer-insert-file-contents-function)
10523 (buffer-stale--default-function, buffer-stale-function)
10524 (before-revert-hook, after-revert-hook, revert-buffer-in-progress-p)
10525 (revert-buffer, revert-buffer--default)
10526 (revert-buffer-insert-file-contents--default-function):
10527 Doc fixes related to defaults no longer being nil.
10528 (make-backup-file-name-function): Bump :version.
10529 Restore nil as a valid but deprecated custom type.
10530
10531 2014-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
10532
10533 * progmodes/perl-mode.el (perl-syntax-propertize-function):
10534 Handle $' used as a variable (bug#17174).
10535
10536 * progmodes/perl-mode.el (perl-indent-new-calculate):
10537 Handle forward-sexp failure (bug#16985).
10538 (perl-syntax-propertize-function): Add "foreach" and "for" statement
10539 modifiers introducing expressions (bug#17116).
10540
10541 2014-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
10542
10543 * dired-aux.el (dired-file-set-difference): Use lexical-scoping.
10544
10545 2014-04-05 Leo Liu <sdl.web@gmail.com>
10546
10547 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
10548 Add define-compilation-mode.
10549
10550 2014-04-04 João Távora <joaotavora@gmail.com>
10551
10552 * elec-pair.el (electric-pair--syntax-ppss): When inside comments
10553 parse from comment beginning.
10554 (electric-pair--balance-info): Fix typo in comment.
10555 (electric-pair--in-unterminated-string-p): Delete.
10556 (electric-pair--unbalanced-strings-p): New function.
10557 (electric-pair-string-bound-function): New var.
10558 (electric-pair-inhibit-if-helps-balance): Decide quote pairing
10559 according to `electric-pair--in-unterminated-string-p'.
10560
10561 2014-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
10562
10563 * textmodes/reftex-parse.el (reftex--index-tags): Rename `index-tags'.
10564 Move declaration before first use.
10565 (reftex-move-to-next-arg): Silence compiler warning.
10566
10567 2014-04-04 Joost Kremers <joostkremers@fastmail.fm> (tiny change)
10568
10569 * textmodes/reftex-toc.el (reftex-toc, reftex-re-enlarge):
10570 Use `window-total-width' instead of `window-width'.
10571
10572 2014-04-03 Daniel Colascione <dancol@dancol.org>
10573
10574 * subr.el (set-transient-map): Remove rms's workaround entirely;
10575 use new `suspicious-object' subr to mark our lambda for closer
10576 scrutiny during gc.
10577
10578 2014-04-02 Richard Stallman <rms@gnu.org>
10579
10580 * subr.el (set-transient-map): Comment out previous change.
10581
10582 2014-04-02 Glenn Morris <rgm@gnu.org>
10583
10584 * menu-bar.el (menu-bar-file-menu):
10585 * vc/ediff.el (ediff-current-file):
10586 Update for revert-buffer-function no longer being nil by default.
10587
10588 * simple.el (command-execute): Respect nil disabled-command-function.
10589
10590 2014-04-02 Nicolas Richard <theonewiththeevillook@yahoo.fr>
10591
10592 * simple.el (command-execute): Do not execute the command when it
10593 is disabled; fixes thinko in 2013-02-20 conversion from C. (Bug#17151)
10594
10595 2014-04-02 Juri Linkov <juri@jurta.org>
10596
10597 * dired-aux.el (dired-compress-file): Don't use string-match-p
10598 because its match data is used afterwards.
10599
10600 2014-04-02 Stefan Monnier <monnier@iro.umontreal.ca>
10601
10602 * emacs-lisp/package.el (package-built-in-p): Treat a min-version of
10603 0 like nil.
10604
10605 2014-04-02 João Távora <joaotavora@gmail.com>
10606
10607 * elec-pair.el (electric-pair-inhibit-if-helps-balance):
10608 Inhibit quote pairing if point-max is inside an unterminated string.
10609 (electric-pair--looking-at-unterminated-string-p):
10610 Delete.
10611 (electric-pair--in-unterminated-string-p): New function.
10612
10613 2014-04-01 Daniel Colascione <dancol@dancol.org>
10614
10615 * minibuffer.el (minibuffer-complete): Prevent assertion failure
10616 when trying to complete the prompt.
10617
10618 2014-03-31 Leo Liu <sdl.web@gmail.com>
10619
10620 * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info):
10621 Refactor out eldoc-documentation-function-default.
10622 (eldoc-documentation-function-default): New function.
10623 (eldoc-documentation-function): Change value.
10624
10625 2014-03-31 Glenn Morris <rgm@gnu.org>
10626
10627 * simple.el (cycle-spacing--context, cycle-spacing): Doc tweaks.
10628
10629 * progmodes/vhdl-mode.el (vhdl-speedbar-select-mra)
10630 (vhdl-compose-components-package, vhdl-compose-configuration):
10631 Abbreviate default-directory (missing from some previous upstream sync).
10632
10633 2014-03-31 Reto Zimmermann <reto@gnu.org>
10634
10635 Sync with upstream vhdl mode v3.35.2.
10636 * progmodes/vhdl-mode.el (vhdl-version, vhdl-time-stamp): Update.
10637 (top-level): No longer require assoc.
10638 (vhdl-asort, vhdl-anot-head-p, vhdl-aput, vhdl-adelete, vhdl-aget):
10639 New functions. Use throughout to replace aget etc.
10640 (vhdl-aput-delete-if-nil): Rename from vhdl-aput.
10641 (vhdl-update-file-contents): Update for vhdl-aput-delete-if-nil rename.
10642 (vhdl-template-replace-header-keywords): Fix bug for "<title string>".
10643 (vhdl-compile-init): Do not initialize regexps for Emacs 22+.
10644 (vhdl-error-regexp-emacs-alist): Remove regexps from all compilers
10645 except `vhdl-compiler'.
10646 (vhdl-error-regexp-add-emacs): Remove all other compilers,
10647 when appropriate.
10648
10649 2014-03-31 Glenn Morris <rgm@gnu.org>
10650
10651 * progmodes/vhdl-mode.el (vhdl-expand-abbrev, vhdl-expand-paren):
10652 Revert 2014-03-26 merge goof; go back to using defalias.
10653
10654 2014-03-30 Daniel Colascione <dancol@dancol.org>
10655
10656 * comint.el (comint-send-input):
10657 Deactivate completion-in-region-mode before we send comint input.
10658 (Bug#17139).
10659
10660 * simple.el (keyboard-quit): Deactivate completion-in-region-mode
10661 on keyboard-quit.
10662
10663 2014-03-29 Glenn Morris <rgm@gnu.org>
10664
10665 * textmodes/reftex.el: Manage most autoloads automatically.
10666 * textmodes/reftex-auc.el, textmodes/reftex-cite.el:
10667 * textmodes/reftex-dcr.el, textmodes/reftex-global.el:
10668 * textmodes/reftex-index.el, textmodes/reftex-parse.el:
10669 * textmodes/reftex-ref.el, textmodes/reftex-sel.el:
10670 * textmodes/reftex-toc.el: Set generated-autoload-file,
10671 and add autoload cookies for reftex.el.
10672 * Makefile.in (AUTOGEN_VCS): Add textmodes/reftex.el.
10673
10674 2014-03-28 Glenn Morris <rgm@gnu.org>
10675
10676 * cus-start.el (report-emacs-bug-address): Set custom properties.
10677 * mail/emacsbug.el (report-emacs-bug-address):
10678 Variable is now defined in emacs.c.
10679
10680 * mail/emacsbug.el (report-emacs-bug):
10681 Include system-configuration-features.
10682
10683 2014-03-28 Michal Nazarewicz <mina86@mina86.com>
10684
10685 * simple.el (cycle-spacing): Never delete spaces on first run by
10686 default, but do so in a new 'fast mode and if there are already
10687 N spaces (the previous behavior).
10688 Compare N with its value in previous invocation so that changing
10689 prefix argument restarts `cycle-spacing' sequence.
10690 The idea is that with this change, binding M-SPC to
10691 `cycle-spacing' should not introduce any changes in behavior of
10692 the binding so long as users do not type M-SPC twice in a raw with
10693 the same prefix argument or lack thereof.
10694
10695 2014-03-28 Glenn Morris <rgm@gnu.org>
10696
10697 * faces.el (term-file-aliases): New variable.
10698 (tty-run-terminal-initialization): Respect term-file-aliases.
10699 * term/apollo.el, term/vt102.el, term/vt125.el, term/vt201.el:
10700 * term/vt220.el, term/vt240.el, term/vt300.el, term/vt320.el:
10701 * term/vt400.el, term/vt420.el: Remove files, replaced by aliases.
10702
10703 2014-03-27 Glenn Morris <rgm@gnu.org>
10704
10705 * startup.el (inhibit-startup-hooks): Doc tweak.
10706 (normal-top-level): Simplify running of hooks.
10707 For window-setup-hook, respect inhibit-startup-hooks.
10708 (command-line-1): Don't set window-setup-hook to nil.
10709
10710 Allow selective autoloading from obsolete/ directory.
10711 * Makefile.in (obsolete-autoloads): New rule.
10712 (autoloads): Run obsolete-autoloads.
10713 * obsolete/iswitchb.el (iswitchb-mode): Use obsolete-autoload.
10714 * simple.el (iswitchb-mode): Remove hand-written autoloads.
10715
10716 2014-03-27 Dmitry Gutov <dgutov@yandex.ru>
10717
10718 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
10719 Highlight special globals with font-lock-builtin-face. (Bug#17057)
10720
10721 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
10722 Don't propertize `?' or `!' as symbol constituent when after
10723 colon. (Bug#17097)
10724
10725 2014-03-27 Juanma Barranquero <lekktu@gmail.com>
10726
10727 * frameset.el (frameset--restore-frame): Remove workaround for bug#14795
10728 which is no longer needed and causes trouble in GTK builds (bug#17046).
10729
10730 * emacs-lisp/package-x.el (package--archive-contents-from-url):
10731 Use url-insert-file-contents; package-handle-response no longer exists.
10732
10733 2014-03-26 Daniel Colascione <dancol@dancol.org>
10734
10735 * simple.el (process-menu-mode-map): New variable.
10736 (process-menu-delete-process): New command.
10737
10738 2014-03-26 Juanma Barranquero <lekktu@gmail.com>
10739
10740 * emacs-lisp/package.el: Fix bug#16733 (again).
10741 (url-http-parse-response, url-http-end-of-headers, url-recreate-url)
10742 (url-http-target-url): Remove unused declarations.
10743 (package-handle-response): Remove.
10744 (package--with-work-buffer): Use url-insert-file-contents and simplify.
10745 (package--download-one-archive): Use current-buffer instead of
10746 dynamic binding of `buffer'.
10747 (describe-package-1): Do not decode readme-string.
10748
10749 2014-03-26 Michael Albinus <michael.albinus@gmx.de>
10750
10751 * net/tramp.el (tramp-methods, tramp-connection-timeout): Fix docstring.
10752
10753 * net/tramp-sh.el (tramp-sh-handle-vc-registered): Revert change
10754 from 2014-03-07, it decreases performance unnecessarily. Let-bind
10755 `remote-file-name-inhibit-cache' to nil in the second pass.
10756 (tramp-find-executable): Do not call "which" on SunOS.
10757 (tramp-send-command-and-check): Fix docstring.
10758 (tramp-do-copy-or-rename-file-directly): In the `rename' case,
10759 check whether source directory has set the sticky bit.
10760
10761 2014-03-26 Barry O'Reilly <gundaetiapo@gmail.com>
10762
10763 * simple.el (primitive-undo): Only process marker adjustments
10764 validated against their corresponding (TEXT . POS). Issue warning
10765 for lone marker adjustments in undo history. (Bug#16818)
10766 (undo-make-selective-list): Add marker adjustments to selective
10767 undo list based on whether their corresponding (TEXT . POS) is in
10768 the region. Remove variable adjusted-markers, which was unused
10769 and only non nil during undo-make-selective-list.
10770 (undo-elt-in-region): Return nil when passed a marker adjustment
10771 and explain in function doc.
10772
10773 2014-03-26 Nicolas Richard <theonewiththeevillook@yahoo.fr>
10774
10775 * align.el (align-region): Do not fail when end-mark is nil (bug#17088).
10776
10777 2014-03-26 Dmitry Gutov <dgutov@yandex.ru>
10778
10779 * progmodes/ruby-mode.el (ruby-expression-expansion-re):
10780 Match special global variables without curlies, too.
10781 (ruby-font-lock-keywords): Simplify the matcher for special global
10782 variables. Don't require a non-word character after the variable.
10783 (Bug#17057)
10784
10785 2014-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
10786
10787 * simple.el (redisplay-highlight-region-function): Increase priority of
10788 overlay to make sure boundaries are visible (bug#15899).
10789
10790 2014-03-26 Juanma Barranquero <lekktu@gmail.com>
10791
10792 * frameset.el (frameset--initial-params): Fix typo in parameter name.
10793 (frameset-restore): Compare display strings with equal.
10794
10795 * frame.el (make-frame): Don't quote display name in error message,
10796 it is already a string.
10797
10798 2014-03-26 Thierry Volpiatto <thierry.volpiatto@gmail.com>
10799
10800 * net/tramp.el (tramp-read-passwd): Suspend the timers while reading
10801 the password.
10802
10803 2014-03-26 Dmitry Gutov <dgutov@yandex.ru>
10804
10805 * emacs-lisp/package.el (package--add-to-archive-contents):
10806 Include already installed and built-in packages in
10807 `package-archive-contents'.
10808 (package-install): Don't include already installed packages in the
10809 options during interactive invocation. (Bug#16762)
10810 (package-show-package-list): If the buffer is already displayed in
10811 another window, switch to that window.
10812
10813 2014-03-26 Reto Zimmermann <reto@gnu.org>
10814
10815 Sync with upstream vhdl mode v3.35.1.
10816 * progmodes/vhdl-mode.el (vhdl-version, vhdl-time-stamp): Update.
10817 (vhdl-compiler-alist): Doc fix.
10818 (vhdl-goto-line): Remove.
10819 (vhdl-mode-abbrev-table-init): Add XEmacs compat.
10820 (vhdl-mode) <paragraph-start>: Fix value.
10821 (vhdl-fix-statement-region): Not `for' in wait-statement.
10822 (vhdl-beautify-region): Also (un)tabify.
10823 (vhdl-get-visible-signals):
10824 Scan declarative part of generate statements.
10825 (vhdl-template-record): Fix indentation for record type declaration.
10826 (vhdl-expand-abbrev, vhdl-expand-paren):
10827 Revert to using fset again rather than defalias.
10828 (vhdl-scan-directory-contents): Tweak.
10829 (vhdl-speedbar-find-file, vhdl-speedbar-port-copy)
10830 (vhdl-compose-components-package):
10831 Replace vhdl-goto-line with forward-line.
10832 (top-level): Tweak speedbar frame selection.
10833 (vhdl-generate-makefile-1): Support for compilers with no
10834 unit-to-file name mapping (create directory with dummy files).
10835
10836 2014-03-26 Wilson Snyder <wsnyder@wsnyder.org>
10837
10838 Sync with upstream verilog-mode revision 702457d.
10839 * progmodes/verilog-mode.el (verilog-mode-version): Update.
10840 (create-lockfiles): Declare.
10841 (verilog-read-decls): Fix module header imports, bug709.
10842 Reported by Victor Lau.
10843 Fix parsing 'var' in AUTOs, msg1294. Reported by Dominique Chen.
10844 (verilog-auto-inout-module): Fix AUTOINOUTMODULE not inserting
10845 interface-only modules, bug721. Reported by Dean Hoyt.
10846
10847 2014-03-26 Glenn Morris <rgm@gnu.org>
10848
10849 * obsolete/gulp.el: Move here from emacs-lisp/.
10850
10851 * files.el (lock-buffer, unlock-buffer, file-locked-p):
10852 Remove fallback aliases, since they are always defined now.
10853
10854 2014-03-24 Daniel Colascione <dancol@dancol.org>
10855
10856 * emacs-lisp/cl-macs.el (cl--do-arglist): Use `plist-member'
10857 instead of cl-loop search function.
10858
10859 2014-03-23 Lars Ingebrigtsen <larsi@gnus.org>
10860
10861 * calendar/parse-time.el (parse-time-iso8601-regexp)
10862 (parse-iso8601-time-string): Copy from `url-dav' so that we can use
10863 it more generally.
10864
10865 2014-03-23 Lars Ingebrigtsen <larsi@gnus.org>
10866
10867 * net/dns.el (network-interface-list): Define for XEmacs.
10868
10869 2014-03-23 Magnus Henoch <magnus.henoch@gmail.com>
10870
10871 * net/dns.el (dns-servers-up-to-date-p): New function to see whether
10872 the network interfaces changed.
10873 (dns-query): Use it to flush the data.
10874
10875 2014-03-23 Juanma Barranquero <lekktu@gmail.com>
10876
10877 * vc/vc.el (vc-rollback): Use set-buffer-modified-p.
10878
10879 2014-03-23 Daniel Colascione <dancol@dancol.org>
10880
10881 Change subword-mode to use `find-word-boundary-function-table' and
10882 replace `capitalized-words-mode'. Also, convert to lexical binding.
10883 * progmodes/cap-words.el: Delete now-obsolete file.
10884 * progmodes/subword.el: Reimplement using
10885 `find-word-boundary-function-table'.
10886 (subword-mode-map): Hollow out.
10887 (capitalized-words-mode): Define as obsolete alias for
10888 `subword-mode'.
10889 (subword-mode, superword-mode): Tweak documentation to reflect new
10890 implementation; call `subword-setup-buffer'.
10891 (subword-forward, subword-capitalize): Add underscore to indicate
10892 unused variable.
10893 (subword-find-word-boundary-function-table): New constant.
10894 (subword-empty-char-table): New constant.
10895 (subword-setup-buffer): New function.
10896 (subword-find-word-boundary): New function.
10897
10898 2014-03-23 Daniel Colascione <dancol@dancol.org>
10899
10900 * emacs-lisp/cl-macs.el (cl--do-arglist): Use a little `cl-loop'
10901 list to look for keyword arguments instead of `memq', fixing
10902 (Bug#3647) --- unfortunately, only for freshly-compiled code.
10903 Please make bootstrap.
10904
10905 2014-03-22 Glenn Morris <rgm@gnu.org>
10906
10907 * dired.el (dired-read-regexp): Make obsolete.
10908 (dired-mark-files-regexp, dired-mark-files-containing-regexp)
10909 (dired-flag-files-regexp):
10910 * dired-aux.el (dired-mark-read-regexp):
10911 * dired-x.el (dired-mark-unmarked-files): Use read-regexp directly.
10912
10913 * startup.el (fancy-startup-text):
10914 * help.el (describe-gnu-project): Visit online info about GNU project.
10915
10916 * help-fns.el (help-fns--interactive-only): New function.
10917 (help-fns-describe-function-functions): Add the above function.
10918 * simple.el (beginning-of-buffer, end-of-buffer, insert-buffer)
10919 (next-line, previous-line): Remove hand-written interactive-only
10920 information from doc strings, it is auto-generated now.
10921 * bookmark.el (bookmark-write):
10922 * epa-mail.el (epa-mail-decrypt, epa-mail-verify, epa-mail-sign)
10923 (epa-mail-import-keys): Mark interactive-only,
10924 and remove hand-written interactive-only information from doc strings.
10925 * epa.el (epa-decrypt-armor-in-region, epa-verify-region)
10926 (epa-verify-cleartext-in-region, epa-sign-region, epa-encrypt-region):
10927 * files.el (not-modified):
10928 * simple.el (mark-whole-buffer): Mark interactive-only.
10929
10930 * emacs-lisp/byte-run.el (defun-declarations-alist):
10931 Add interactive-only. Doc tweak.
10932 (macro-declarations-alist): Doc tweak.
10933 * subr.el (declare): Doc tweak (add xref to manual).
10934 * comint.el (comint-run):
10935 * files.el (insert-file-literally, insert-file):
10936 * replace.el (replace-string, replace-regexp):
10937 * simple.el (beginning-of-buffer, end-of-buffer, delete-backward-char)
10938 (delete-forward-char, goto-line, insert-buffer, next-line)
10939 (previous-line): Set interactive-only via declare.
10940
10941 2014-03-22 Dmitry Gutov <dgutov@yandex.ru>
10942
10943 * emacs-lisp/package.el (package-desc): Use the contents of the
10944 quoted form, not its cdr. (Bug#16873)
10945
10946 2014-03-22 Juanma Barranquero <lekktu@gmail.com>
10947
10948 * w32-common-fns.el (x-selection-owner-p): Add empty docstring for the
10949 benefit of doc.c; change parameter profile to match the X function.
10950
10951 2014-03-22 Leo Liu <sdl.web@gmail.com>
10952
10953 * help.el (temp-buffer-setup-hook): Remove help-mode-setup.
10954 (temp-buffer-show-hook): Remove help-mode-finish. (Bug#16038)
10955
10956 2014-03-21 Richard Stallman <rms@gnu.org>
10957
10958 * battery.el (battery-linux-sysfs): Search for each field
10959 from the beginning of the buffer.
10960
10961 * subr.el (set-transient-map): Clear out function and value
10962 of the temporary symbol when we're done with it.
10963
10964 * mail/rmailsum.el (rmail-summary-delete-forward):
10965 Optimize case of reaching end and handling count.
10966 (rmail-summary-mark-deleted): Optimize when N is current msg.
10967 Don't create new summary line.
10968 (rmail-summary-undelete): Pass arg to rmail-undelete-previous-message.
10969 (rmail-summary-undelete-many): Rewrite for speed.
10970 (rmail-summary-msg-number): New function.
10971
10972 * mail/rmail.el (rmail-delete-message): Update summary.
10973 (rmail-undelete-previous-message): Handle repeat count arg.
10974 (rmail-delete-backward, rmail-delete-forward): Likewise.
10975
10976 2014-03-21 Daniel Colascione <dancol@dancol.org>
10977
10978 * mail/emacsbug.el (report-emacs-bug): Include memory usage
10979 information in bug reports.
10980
10981 2014-03-21 Michael Albinus <michael.albinus@gmx.de>
10982
10983 * net/tramp.el (tramp-methods): Add docstring for `tramp-login-env'
10984 and `tramp-copy-env'.
10985
10986 * net/tramp-sh.el (tramp-methods) <sudo>: Add `tramp-login-env'.
10987 (tramp-maybe-open-connection): Handle `tramp-login-env'.
10988
10989 2014-03-21 Glenn Morris <rgm@gnu.org>
10990
10991 * electric.el (electric-indent-post-self-insert-function): Add doc.
10992
10993 2014-03-21 Dmitry Gutov <dgutov@yandex.ru>
10994
10995 * emacs-lisp/package.el (package-compute-transaction):
10996 Use `version-list-<=' to compare the requirement version against
10997 the version of package already to be installed. Update the error
10998 message. (Bug#16826)
10999
11000 * progmodes/ruby-mode.el (ruby-smie-rules):
11001 Add indentation rule for ` @ '. (Bug#17050)
11002
11003 2014-03-21 Juanma Barranquero <lekktu@gmail.com>
11004
11005 * align.el (align-regexp): Remove superfluous backslash.
11006
11007 * ffap.el (ffap-ftp-default-user, ffap-url-regexp)
11008 (ffap-pass-wildcards-to-dired, dired-at-point-require-prefix)
11009 (ffap-rfc-path, ffap-ftp-sans-slash-regexp, ffap-menu-regexp):
11010 Fix docstring typos.
11011 (ffap-next): Use C-u in docstring.
11012 (ffap-machine-p, ffap-list-env, ffap-alist, ffap-alist)
11013 (ffap-string-at-point-mode-alist, ffap-menu, ffap-menu-ask):
11014 Remove superfluous backslashes.
11015 (ffap-string-at-point): Reflow docstring.
11016
11017 * server.el (server-host): Reflow docstring.
11018 (server-unload-function): Fix docstring typo.
11019 (server-eval-at): Remove superfluous backslash.
11020
11021 * skeleton.el (skeleton-insert): Remove superfluous backslash.
11022 (skeleton-insert): Doc fix.
11023 (skeleton-insert): Reflow docstring.
11024
11025 * term/tty-colors.el (tty-color-alist, tty-modify-color-alist)
11026 (tty-color-approximate, tty-color-by-index, tty-color-values)
11027 (tty-color-desc): Remove superfluous backslashes.
11028
11029 2014-03-21 Glenn Morris <rgm@gnu.org>
11030
11031 * cus-start.el (history-length): Bump :version.
11032
11033 * Makefile.in ($(MH_E_DIR)/mh-loaddefs.el)
11034 ($(TRAMP_DIR)/tramp-loaddefs.el, $(CAL_DIR)/cal-loaddefs.el)
11035 ($(CAL_DIR)/diary-loaddefs.el, $(CAL_DIR)/hol-loaddefs.el):
11036 Don't set `make-backup-files'.
11037
11038 * info.el (info--prettify-description): New function,
11039 to give info-finder descriptions consistent case, punctuation.
11040 (Info-finder-find-node): Use it. Sort packages.
11041 Refer to "description" rather than "commentary".
11042
11043 2014-03-21 Juanma Barranquero <lekktu@gmail.com>
11044
11045 * frameset.el (frameset--print-register): New function.
11046 (frameset-to-register): Use it.
11047
11048 2014-03-20 Juanma Barranquero <lekktu@gmail.com>
11049
11050 * progmodes/hideif.el (hif-string-to-number): New function.
11051 (hif-tokenize): Use it to understand non-decimal floats.
11052
11053 * emacs-lisp/cl-extra.el (cl--map-overlays): Remove obsolete code.
11054
11055 * skeleton.el (skeleton-autowrap): Mark as obsolete. Doc fix.
11056
11057 2014-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
11058
11059 * electric.el (electric-newline-and-maybe-indent): New command.
11060 Bind it globally to C-j.
11061 (electric-indent-mode): Don't mess with the global map any more.
11062 Don't drop the post-self-insert-hook is some buffer is still using it
11063 (bug#16770).
11064
11065 * bindings.el (global-map): Remove C-j binding.
11066
11067 * emacs-lisp/nadvice.el (advice--make-docstring): Try harder to find
11068 the docstring of functions advised before dumping (bug#16993).
11069
11070 2014-03-19 Stefan-W. Hahn <stefan.hahn@s-hahn.de> (tiny change)
11071
11072 * ps-print.el (ps-generate-postscript-with-faces):
11073 Explicitly deactivate the mark (bug#16866).
11074 * simple.el (deactivate-mark): Update region highlight.
11075
11076 2014-03-19 Juanma Barranquero <lekktu@gmail.com>
11077
11078 * emacs-lisp/package.el (describe-package-1):
11079 Decode commentary (bug#16733).
11080
11081 2014-03-18 Juanma Barranquero <lekktu@gmail.com>
11082
11083 * custom.el (defcustom): Doc fix: recommend avoiding destructive
11084 modification of the value argument of :set (bug#16755).
11085
11086 2014-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
11087
11088 * simple.el (newline-and-indent): Do autofill (bug#17031).
11089
11090 2014-03-18 Dmitry Gutov <dgutov@yandex.ru>
11091
11092 * newcomment.el (comment-normalize-vars): Only add escaping check
11093 to `comment-start-skip' if not `comment-use-syntax'. (Bug#16971)
11094 (comment-beginning): Use `narrow-to-region' instead of moving back
11095 one character.
11096 (http://lists.gnu.org/archive/html/emacs-devel/2014-03/msg00488.html)
11097 (comment-start-skip): Update the docstring.
11098
11099 2014-03-18 Richard Stallman <rms@gnu.org>
11100
11101 * dired.el (dired-display-file): Force use of other window.
11102
11103 2014-03-18 Daniel Colascione <dancol@dancol.org>
11104
11105 * startup.el (tty-handle-args): Remove debug message from 2007.
11106
11107 2014-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
11108
11109 * emacs-lisp/nadvice.el (advice--interactive-form): New function.
11110 (advice--make-interactive-form): Use it to avoid (auto)loading function.
11111 (advice--make-1, advice-add, advice-remove):
11112 Remove braindead :advice-pending hack.
11113
11114 2014-03-17 Glenn Morris <rgm@gnu.org>
11115
11116 * calendar/calendar.el (calendar-generate-month): Apply weekend
11117 face to the right days; fixes 2013-08-06 change. (Bug#17028)
11118
11119 2014-03-17 Michael Albinus <michael.albinus@gmx.de>
11120
11121 * net/tramp.el (tramp-action-out-of-band): Read pending output.
11122 (tramp-call-process): Trace also DESTINATION.
11123
11124 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
11125 Quote file names when they are local. Remove superfluous trace.
11126
11127 2014-03-17 Dmitry Gutov <dgutov@yandex.ru>
11128
11129 * newcomment.el (comment-beginning): If `comment-start-skip'
11130 doesn't match, move back one char and try again. (Bug#16971)
11131
11132 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
11133 Set `comment-use-syntax' to t to avoid the unnecessary runtime check.
11134 Set `comment-start-skip' to a simpler value that doesn't try to
11135 check if the semicolon is escaped (this is handled by
11136 `syntax-ppss' now). (Bug#16971)
11137
11138 * progmodes/scheme.el (scheme-mode-variables): Same.
11139
11140 2014-03-16 Martin Rudalics <rudalics@gmx.at>
11141
11142 Fix behavior of with-temp-buffer-window (Bug#16816, Bug#17007).
11143 * window.el (with-temp-buffer-window): Don't make BUFFER-OR-NAME
11144 current (Bug#16816, Bug#17007).
11145 (with-current-buffer-window): New macro doing the same as
11146 `with-temp-buffer-window' but with BUFFER-OR-NAME current.
11147 * help.el (help-print-return-message): Warn in doc-string to not
11148 use this in `with-help-window'.
11149 (describe-bindings-internal): Call `describe-buffer-bindings'
11150 from within help buffer. See Juanma's scenario in (Bug#16816).
11151 (with-help-window): Update doc-string.
11152 * dired.el (dired-mark-pop-up):
11153 * files.el (save-buffers-kill-emacs):
11154 * register.el (register-preview): Use `with-current-buffer-window'
11155 instead of `with-temp-buffer-window'.
11156
11157 2014-03-16 Juanma Barranquero <lekktu@gmail.com>
11158
11159 * textmodes/rst.el (rst-arabic-to-roman, rst-roman-to-arabic):
11160 Implement inserting into current buffer, documented in their docstrings.
11161 (rst-define-key, rst-compare-adornments, rst-insert-list-new-item)
11162 (rst-section-tree-point, rst-forward-section, rst-indent)
11163 (rst-compute-tabs, rst-font-lock-find-unindented-line-end)
11164 (rst-font-lock-find-unindented-line-limit, rst-adornment-level)
11165 (rst-font-lock-handle-adornment-pre-match-form)
11166 (rst-repeat-last-character): Reflow docstrings.
11167 (rst-preferred-adornments, rst-update-section, rst-find-title-line)
11168 (rst-adjust-adornment-work, rst-initial-items, rst-insert-list)
11169 (rst-toc-insert-style, rst-toc-insert-node, rst-goto-section)
11170 (rst-compile, rst-imenu-convert-cell, rst-imenu-create-index):
11171 Fix docstring typos.
11172 (rst-all-sections, rst-section-hierarchy, rst-adjust): Doc fixes.
11173 (rst-uncomment-region, rst-font-lock-find-unindented-line-match)
11174 (rst-font-lock-handle-adornment-matcher): Mark unused arguments.
11175
11176 2014-03-15 Juanma Barranquero <lekktu@gmail.com>
11177
11178 * term/ns-win.el (x-command-line-resources): Rename from ns-... version,
11179 for compatibility with other ports.
11180 (ns-initialize-window-system): Use it. It is set in term/common-win.el
11181 from the -xrm command line argument, but in the Nextstep port its value
11182 is irrelevant because nsfns.m:Fx_open_connection ignores it for now.
11183
11184 * progmodes/python.el (defconst, python-syntax-count-quotes)
11185 (python-indent-region, python-indent-shift-right)
11186 (python-indent-dedent-line-backspace, python-nav-backward-sexp)
11187 (python-nav-backward-sexp-safe, python-nav-backward-up-list)
11188 (python-shell-prompt-block-regexp, python-shell-prompt-output-regexp)
11189 (python-shell-prompt-pdb-regexp, python-shell-enable-font-lock)
11190 (inferior-python-mode, python-shell-make-comint, run-python-internal)
11191 (python-shell-buffer-substring, python-shell-send-buffer)
11192 (python-pdbtrack-activate, python-pdbtrack-stacktrace-info-regexp)
11193 (python-completion-complete-at-point, python-fill-docstring-style)
11194 (python-eldoc-function, python-imenu-format-item-label)
11195 (python-imenu-format-parent-item-label)
11196 (python-imenu-format-parent-item-jump-label)
11197 (python-imenu--build-tree, python-imenu-create-index)
11198 (python-imenu-create-flat-index): Fix docstring typos.
11199 (python-indent-context, python-shell-prompt-regexp, run-python):
11200 Remove superfluous backslashes.
11201 (python-indent-line, python-nav-beginning-of-defun)
11202 (python-shell-get-buffer, python-shell-get-process)
11203 (python-info-current-defun, python-info-current-line-comment-p)
11204 (python-info-current-line-empty-p, python-util-popn): Doc fixes.
11205 (python-indent-post-self-insert-function, python-shell-send-file)
11206 (python-shell-completion-get-completions)
11207 (python-shell-completion-complete-or-indent)
11208 (python-eldoc--get-doc-at-point): Reflow docstrings.
11209
11210 2014-03-14 Glenn Morris <rgm@gnu.org>
11211
11212 * emacs-lisp/package.el (package-menu-mode-map):
11213 Replace use of obsolete function alias. Tweak menu item text.
11214
11215 * info.el (Info-finder-find-node):
11216 Ignore the `emacs' metapackage. (Bug#10813)
11217
11218 * finder.el (finder-list-matches): Include unversioned packages
11219 in the result of a keyword search.
11220
11221 * finder.el (finder--builtins-descriptions): New constant.
11222 (finder-compile-keywords): Use finder--builtins-descriptions.
11223
11224 2014-03-14 Dmitry Gutov <dgutov@yandex.ru>
11225
11226 * simple.el (blink-matching-paren): Describe the new value,
11227 `jump', enabling the old behavior.
11228 (blink-matching-open): Use that value. (Bug#17008)
11229
11230 2014-03-14 Glenn Morris <rgm@gnu.org>
11231
11232 * finder.el (finder-no-scan-regexp): Add leim-list.
11233 (finder-compile-keywords):
11234 Don't skip files with same basename. (Bug#14010)
11235 * Makefile.in (setwins_finder): New, excluding leim.
11236 (finder-data): Use setwins_finder.
11237
11238 * help-fns.el (help-split-fundoc, help-add-fundoc-usage)
11239 (help-function-arglist, help-make-usage): Move from here...
11240 * help.el (help-split-fundoc, help-add-fundoc-usage)
11241 (help-function-arglist, help-make-usage): ... to here. (Bug#17001)
11242 * emacs-lisp/bytecomp.el (byte-compile-lambda): Do not load help-fns.
11243
11244 2014-03-14 Juanma Barranquero <lekktu@gmail.com>
11245
11246 * net/socks.el (socks, socks-override-functions)
11247 (socks-find-services-entry):
11248 * progmodes/hideif.el (hif-set-var, hif-nexttoken, hif-comma)
11249 (hif-find-ifdef-block):
11250 * progmodes/modula2.el (m2-indent): Fix docstring typos.
11251
11252 * net/tls.el (tls-program): Reflow docstring.
11253
11254 * progmodes/pascal.el (pascal-mode-abbrev-table)
11255 (pascal-imenu-generic-expression, pascal-auto-endcomments)
11256 (pascal-mark-defun, pascal-comment-area, pascal-indent-level)
11257 (pascal-outline-mode): Fix docstring typos.
11258 (pascal-mode): Let define-derived-mode document mode hook.
11259 (pascal-uncomment-area): Reflow.
11260 (pascal-exclude-str-start, pascal-exclude-str-end): Add docstring.
11261
11262 * progmodes/opascal.el (opascal-compound-block-indent)
11263 (opascal-case-label-indent): Fix docstring typos.
11264 (opascal-mode): Fix typos; let defined-derived-mode document mode hook.
11265
11266 2014-03-13 Dmitry Gutov <dgutov@yandex.ru>
11267
11268 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
11269 Fontify multiple adjacent negation chars. (Bug#17004)
11270
11271 2014-03-13 Tom Willemse <tom@ryuslash.org> (tiny change)
11272
11273 * emacs-lisp/package.el (package--prepare-dependencies):
11274 Accept requirements without explicit version (bug#14941).
11275
11276 2014-03-12 Juanma Barranquero <lekktu@gmail.com>
11277
11278 * register.el (register-separator, copy-to-register): Doc fixes.
11279 (register-preview-default): Remove unnecessary call to concat.
11280
11281 * frameset.el (frameset-restore): When checking for a visible frame,
11282 use the action map instead of calling visible-frame-list.
11283
11284 2014-03-12 Jonas Bernoulli <jonas@bernoul.li>
11285
11286 * emacs-lisp/eieio.el (with-slots): Use cl-symbol-macrolet (bug#16998).
11287
11288 2014-03-12 Martin Rudalics <rudalics@gmx.at>
11289
11290 * window.el (fit-frame-to-buffer): Get maximum width from
11291 display's width instead of height.
11292
11293 2014-03-12 Glenn Morris <rgm@gnu.org>
11294
11295 * desktop.el (desktop-restore-frames)
11296 (desktop-restore-in-current-display, desktop-restore-forces-onscreen)
11297 (desktop-restore-reuses-frames): Doc tweaks.
11298
11299 * electric.el (electric-indent-mode): Doc fix.
11300
11301 2014-03-12 Juanma Barranquero <lekktu@gmail.com>
11302
11303 * vc/pcvs.el (cvs-temp-buffer, defun-cvs-mode, cvs-get-cvsroot)
11304 (cvs-checkout, cvs-mode-checkout, cvs-update-filter, cvs-mode-mark)
11305 (cvs-mode-diff-head, cvs-mode-diff-repository, cvs-mode-diff-yesterday)
11306 (cvs-mode-diff-vendor, cvs-mode-do, cvs-change-cvsroot)
11307 (cvs-dired-use-hook): Fix docstring typos.
11308 (cvs-mode-view-file-other-window, cvs-mode-byte-compile-files):
11309 Doc fixes.
11310
11311 * vc/pcvs-defs.el (cvs-auto-remove-handled)
11312 (cvs-auto-remove-directories, cvs-default-ignore-marks)
11313 (cvs-idiff-imerge-handlers, cvs-reuse-cvs-buffer)
11314 (cvs-execute-single-dir): Fix docstring typos.
11315
11316 * vc/pcvs-info.el (cvs-status-map, cvs-states): Fix docstring typos.
11317 (cvs-fileinfo-pp, cvs-fileinfo-from-entries): Doc fixes.
11318
11319 * vc/pcvs-parse.el (cvs-parsed-fileinfo): Reflow docstring.
11320
11321 * vc/pcvs-util.el (cvs-flags-query, cvs-flags-set, cvs-prefix-set):
11322 Fix docstring typos.
11323
11324 2014-03-12 Juanma Barranquero <lekktu@gmail.com>
11325
11326 * frameset.el (frameset--jump-to-register): Add autoload; it could be
11327 called from jump-to-register after unloading the frameset package.
11328
11329 2014-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
11330
11331 * simple.el (set-mark): Ensure mark-active is nil if the mark is nil
11332 (bug#16975). Deactivate the mark before setting it to nil.
11333 (activate-mark): Do nothing if region is already active.
11334
11335 2014-03-11 Juanma Barranquero <lekktu@gmail.com>
11336
11337 * frameset.el (frameset--target-display): Remove definition; declare.
11338 (frameset-save, frameset-restore): Let-bind frameset--target-display.
11339
11340 2014-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
11341
11342 * emacs-lisp/nadvice.el (advice--make-1): Fix autoloading avoidance.
11343 (advice-add): Add a :advice--pending marker, so advice--make-1 knows
11344 when the advice is pending.
11345 (advice-remove): Remove this marker when not needed any more.
11346
11347 2014-03-11 Juanma Barranquero <lekktu@gmail.com>
11348
11349 * frameset.el: Separate options for reusing frames and cleaning up.
11350 (frameset--reuse-list): Remove definition; declare.
11351 (frameset--action-map): Declare.
11352 (frameset--find-frame-if): Doc fix.
11353 (frameset--restore-frame): Cache frame action.
11354 (frameset-restore): New keyword arg CLEANUP-FRAMES, allows to select
11355 how to clean up the frame list after restoring. Remove cleaning
11356 options from REUSE-FRAMES. Change all keyword values to symbols.
11357 (frameset--jump-to-register): Simplify by using CLEANUP-FRAMES.
11358
11359 * desktop.el (desktop-restore-forces-onscreen)
11360 (desktop-restore-reuses-frames): Use non-keyword values.
11361 (desktop-restore-frameset): Use CLEANUP-FRAMES arg of frameset-restore.
11362
11363 2014-03-10 Glenn Morris <rgm@gnu.org>
11364
11365 * files.el (find-file): Doc fix: update info node name.
11366
11367 * emacs-lisp/advice.el (ad-add-advice, defadvice):
11368 Doc fix: remove references to deleted info nodes.
11369
11370 2014-03-10 Michael Albinus <michael.albinus@gmx.de>
11371
11372 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell):
11373 Do not add nil to the environment, when there's no remote `locale'.
11374 (tramp-find-inline-encoding): Check, that the remote host has
11375 installed perl, before sending scripts.
11376
11377 2014-03-10 Leo Liu <sdl.web@gmail.com>
11378
11379 * emacs-lisp/eldoc.el (eldoc-minibuffer-message):
11380 Clear eldoc-last-message. (Bug#16920)
11381
11382 2014-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
11383
11384 * desktop.el (desktop-create-buffer): Don't run activate-mark-hook
11385 (bug#14430).
11386
11387 2014-03-09 Juri Linkov <juri@jurta.org>
11388
11389 * ansi-color.el (ansi-color-names-vector): Copy default colors
11390 from `xterm-standard-colors' that look well on the default white
11391 background (and also on the black background) to avoid illegible
11392 color combinations like yellow-on-white and white-on-white.
11393 http://lists.gnu.org/archive/html/emacs-devel/2014-02/msg00157.html
11394
11395 2014-03-08 Juanma Barranquero <lekktu@gmail.com>
11396
11397 * frameset.el (frameset-restore): When no frame is visible, do not
11398 generate a list of frames, just make visible the selected one.
11399
11400 2014-03-08 Dmitry Gutov <dgutov@yandex.ru>
11401
11402 * vc/vc-git.el (vc-git-command): Turn FILE-OR-LIST into nil when
11403 it only contains the repository root. (Bug#16897)
11404
11405 2014-03-07 Michael Albinus <michael.albinus@gmx.de>
11406
11407 * net/tramp-sh.el (tramp-sh-handle-vc-registered): Run first pass
11408 only when `remote-file-name-inhibit-cache' is nil.
11409 (tramp-sh-file-name-handler): Use `tramp-error'. Simplify code.
11410
11411 2014-03-06 Martin Rudalics <rudalics@gmx.at>
11412
11413 * window.el (fit-frame-to-buffer, fit-frame-to-buffer-margins):
11414 Fix doc-strings.
11415 (fit-frame-to-buffer): New argument ONLY. Remove dependency on
11416 fit-frame-to-buffer variable. Fix doc-string.
11417 (fit-window-to-buffer): Set ONLY argument in call of
11418 fit-frame-to-buffer. Fix doc-string.
11419
11420 2014-03-06 Michael Albinus <michael.albinus@gmx.de>
11421
11422 * net/tramp.el (tramp-error): VEC-OR-PROC can be nil.
11423 (tramp-action-password): Clear password cache if needed.
11424 (tramp-read-passwd): Do not clear password cache.
11425
11426 * net/tramp-gvfs.el (tramp-gvfs-handler-askpassword): Clear password
11427 cache unless it is the first password request.
11428
11429 2014-03-06 Glenn Morris <rgm@gnu.org>
11430
11431 * simple.el (newline): Doc tweak.
11432
11433 * emacs-lisp/shadow.el (load-path-shadows-find):
11434 Ignore dir-locals. (Bug#12357)
11435
11436 2014-03-05 Glenn Morris <rgm@gnu.org>
11437
11438 * files.el (interpreter-mode-alist):
11439 * progmodes/sh-script.el (sh-ancestor-alist): Add dash. (Bug#16938)
11440
11441 2014-03-05 Juanma Barranquero <lekktu@gmail.com>
11442
11443 * frameset.el (frameset--initial-params): Filter out null entries.
11444
11445 2014-03-05 Martin Rudalics <rudalics@gmx.at>
11446
11447 * window.el (window-min-height, window-min-width):
11448 Rewrite doc-strings.
11449 (window-body-size): Add PIXELWISE argument to make it consistent
11450 with its callees.
11451
11452 2014-03-05 Juanma Barranquero <lekktu@gmail.com>
11453
11454 * finder.el (finder-mode-map, finder-mode-syntax-table):
11455 Revert part of 2014-02-28 change.
11456
11457 2014-03-05 Lars Ingebrigtsen <larsi@gnus.org>
11458
11459 * net/eww.el (eww-mode-map): [tab] doesn't work on tty.
11460 (eww-setup-buffer): Clear next/prev/etc more reliably.
11461 (eww-textarea-map): [tab] doesn't work on tty.
11462 Reported by Mario Lang.
11463
11464 * net/shr.el (shr-map): Ditto.
11465
11466 2014-03-04 Glenn Morris <rgm@gnu.org>
11467
11468 * minibuffer.el (completion-hilit-commonality):
11469 Revert 2014-03-01 short-cut, which changed the return value. (Bug#16933)
11470
11471 2014-03-04 Juanma Barranquero <lekktu@gmail.com>
11472
11473 * hilit-chg.el (hilit-chg-unload-function): New function.
11474 (highlight-changes-mode, highlight-changes-visible-mode): Fix typos.
11475 (hilit-chg-map-changes): Prefer cardinal number to digit.
11476 (hilit-chg-display-changes): Reflow docstring.
11477 (highlight-changes-rotate-faces): Remove superfluous backslash.
11478
11479 2014-03-04 Michael Albinus <michael.albinus@gmx.de>
11480
11481 * net/tramp-sh.el (tramp-sh-handle-vc-registered): Do not call
11482 `tramp-send-command-and-check'.
11483
11484 2014-03-04 Juanma Barranquero <lekktu@gmail.com>
11485
11486 * hexl.el (hexl-address-region, hexl-ascii-region)
11487 (hexl-goto-hex-address, hexl-backward-char, hexl-forward-char)
11488 (hexl-backward-short, hexl-forward-short, hexl-backward-word)
11489 (hexl-forward-word, hexl-previous-line, hexl-next-line):
11490 Use "Hexl mode" for non-hyperlinked hexl-mode references in docstrings.
11491 (hexl-mode): Doc fix.
11492 (hexl-ascii-start-column, hexl-beginning-of-line, hexl-end-of-line)
11493 (hexl-mode-ruler): Fix typos in docstrings.
11494
11495 * strokes.el (strokes-xpm-header, strokes-rate-stroke): Fix typos.
11496 (strokes-character, strokes-get-grid-position, strokes-list-strokes):
11497 Remove superfluous backslashes.
11498 (strokes-last-stroke, strokes-global-map, strokes-mode):
11499 Reflow docstrings.
11500 (strokes-xpm-for-stroke, strokes-xpm-to-compressed-string)
11501 (strokes-xpm-for-compressed-string): Use quotes with buffer name.
11502 (strokes-distance-squared, strokes-global-set-stroke)
11503 (strokes-global-set-stroke-string): Doc fixes.
11504 (strokes-help): Fix typos; reflow docstring.
11505
11506 2014-03-04 Martin Rudalics <rudalics@gmx.at>
11507
11508 * window.el (window-in-direction): Fix doc-string.
11509
11510 2014-03-04 Glenn Morris <rgm@gnu.org>
11511
11512 * emacs-lisp/smie.el (smie-config-guess): Doc fix.
11513 Explicit error if no grammar.
11514 (smie-config-save): Doc fix. Fix quote typo.
11515
11516 2014-03-04 Stefan Monnier <monnier@iro.umontreal.ca>
11517
11518 * progmodes/cc-mode.el (c-initialize-cc-mode): Only hook into
11519 electric-indent-mode-hook if we obey electric-indent-mode.
11520 (c-basic-common-init): Use (fboundp 'electric-indent-local-mode) to
11521 decide whether we obey electric-indent-mode.
11522 (c-change-set-fl-decl-start, c-extend-after-change-region):
11523 Silence warnings.
11524 (c-electric-indent-mode-hook): Assume we do want to obey
11525 electric-indent-mode.
11526
11527 * electric.el (electric-indent-mode-has-been-called): Remove.
11528 (electric-indent-mode): Fix accordingly.
11529
11530 * files.el (hack-local-variables): Mention file name in warning.
11531
11532 * htmlfontify.el (hfy-fontify-buffer): Drop `invis-range' message.
11533
11534 2014-03-04 Michal Nazarewicz <mina86@mina86.com>
11535
11536 * bindings.el: Add comment describing why C-d binds to `delete-char'.
11537 * simple.el (delete-forward-char): Mark as interactive-only.
11538
11539 2014-03-03 Juanma Barranquero <lekktu@gmail.com>
11540
11541 * icomplete.el (icomplete-completions):
11542 Follow-up to 2014-03-01 change.
11543
11544 * icomplete.el: Miscellaneous doc fixes.
11545 Use Icomplete everywhere instead of icomplete for consistency.
11546 (icomplete-max-delay-chars): Fix typo.
11547 (icomplete-mode): Use \[].
11548 (icomplete-tidy, icomplete-exhibit): Reflow.
11549 (icomplete-minibuffer-setup-hook, icomplete-completions):
11550 Remove superfluous backlashes.
11551
11552 * ido.el: Miscellaneous doc fixes.
11553 Use Ido everywhere instead of ido or `ido' for consistency.
11554 (ido-record-ftp-work-directories, ido-merge-ftp-work-directories)
11555 (ido-cache-ftp-work-directory-time, ido-slow-ftp-hosts)
11556 (ido-slow-ftp-host-regexps, ido-reread-directory): Upcase "ftp".
11557 (ido-separator): Extract obsolescence info from docstring and declare
11558 with make-obsolete-variable.
11559 (ido-minibuffer-setup-hook): Simplify example.
11560 (ido-text, ido-text-init, ido-input-stack, ido-report-no-match)
11561 (ido-wide-find-file, ido-wide-find-dir, ido-wide-find-dir-or-delete-dir)
11562 (ido-completion-help, ido-completing-read): Fix typos in docstrings.
11563 (ido-everywhere): Reflow docstring.
11564 (ido-toggle-vc): Doc fix.
11565 (ido-switch-buffer, ido-find-file): Use tabs to improve legibility
11566 of long list of keybindings.
11567
11568 2014-03-03 Glenn Morris <rgm@gnu.org>
11569
11570 * frame.el (display-pixel-height, display-pixel-width)
11571 (display-mm-dimensions-alist, display-mm-height)
11572 (display-mm-width): Doc tweaks.
11573
11574 2014-03-02 Barry O'Reilly <gundaetiapo@gmail.com>
11575
11576 * simple.el (undo-elt-in-region): Fix buffer corruption for edge
11577 case of undo in region.
11578
11579 2014-03-02 Martin Rudalics <rudalics@gmx.at>
11580
11581 * window.el (fit-window-to-buffer): Fix argument in window-size
11582 call when window is horizontally combined.
11583
11584 2014-03-02 Juanma Barranquero <lekktu@gmail.com>
11585
11586 * icomplete.el (icomplete-completions): Use string-width.
11587 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
11588
11589 2014-03-01 Dmitry Gutov <dgutov@yandex.ru>
11590
11591 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
11592 Highlight regexp options. (Bug#16914)
11593
11594 2014-03-01 Martin Rudalics <rudalics@gmx.at>
11595
11596 * window.el (window--max-delta-1): Round down when calculating
11597 how many lines/columns we can get from a window.
11598
11599 2014-03-01 Glenn Morris <rgm@gnu.org>
11600
11601 * isearch.el (search-invisible): Doc fix.
11602
11603 * minibuffer.el (completion-hilit-commonality):
11604 Make `base-size' argument optional. Short-cut if `prefix-len' is 0.
11605 * comint.el (comint-dynamic-list-completions): Doc fix.
11606 * comint.el (comint-dynamic-list-completions):
11607 * filecache.el (file-cache-minibuffer-complete):
11608 * tempo.el (tempo-display-completions):
11609 * eshell/em-hist.el (eshell-list-history):
11610 Replace use of obsolete argument of display-completion-list.
11611
11612 2014-03-01 Juanma Barranquero <lekktu@gmail.com>
11613
11614 * icomplete.el (icomplete-completions):
11615 Revert back to using "..." when ?… cannot be displayed.
11616
11617 2014-02-28 Juanma Barranquero <lekktu@gmail.com>
11618
11619 * finder.el (finder-unload-function): New function.
11620
11621 2014-02-28 Juanma Barranquero <lekktu@gmail.com>
11622
11623 * dframe.el (dframe-detach):
11624 * find-dired.el (find-dired, find-name-dired):
11625 * finder.el (finder-mode-map, finder-mode-syntax-table)
11626 (finder-headmark, finder-select, finder-mouse-select):
11627 Fix docstring typos.
11628
11629 2014-02-28 Martin Rudalics <rudalics@gmx.at>
11630
11631 Revert recent with-temp-buffer-window change (Bug#16816, Bug#16882).
11632 * window.el (with-temp-buffer-window): Revert change from 2014-02-21.
11633 Suggested by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
11634 Fix doc-string based on a suggestion by Nicolas Richard
11635 <theonewiththeevillook@yahoo.fr>.
11636 * help.el (with-help-window): Fix doc-string.
11637
11638 2014-02-28 Ivan Kanis <ivan@kanis.fr>
11639
11640 * net/shr.el (shr-image-animate): New option.
11641 (shr-put-image): Respect shr-image-animate.
11642
11643 2014-02-28 Michael Albinus <michael.albinus@gmx.de>
11644
11645 * net/tramp-adb.el (tramp-adb-parse-device-names):
11646 Use `accept-process-output'.
11647 (tramp-adb-handle-file-truename): Cache the localname only.
11648 (tramp-adb-handle-make-directory)
11649 (tramp-adb-handle-delete-directory): Flush file properties correctly.
11650 (tramp-adb-handle-set-file-modes): Do not raise an error when file
11651 modes cannot be changed.
11652
11653 * net/tramp-cache.el (tramp-flush-directory-property): Remove also
11654 file properties of symlinks.
11655
11656 2014-02-28 Per Starbäck <starback@stp.lingfil.uu.se>
11657
11658 * textmodes/bibtex.el (bibtex-biblatex-entry-alist): Update
11659 required/optional fields to match development biblatex. (Bug#16781)
11660
11661 2014-02-28 Andy Sawyer <andy.sawyer@gmail.com> (tiny change)
11662
11663 * saveplace.el (toggle-save-place):
11664 Fix argument handling. (Bug#16673)
11665
11666 2014-02-28 Glenn Morris <rgm@gnu.org>
11667
11668 * minibuffer.el (completions-first-difference)
11669 (completions-common-part, completion-hilit-commonality): Doc fixes.
11670
11671 2014-02-28 Karl Berry <karl@gnu.org>
11672
11673 * info.el (Info-mode-map): Add H for describe-mode,
11674 to synchronize with standalone Info.
11675
11676 2014-02-28 Emilio C. Lopes <eclig@gmx.net>
11677
11678 * progmodes/sql.el (sql-interactive-mode):
11679 Avoid setting global comint-input-ring-separator. (Bug#16814)
11680
11681 2014-02-27 Michael Albinus <michael.albinus@gmx.de>
11682
11683 * net/dbus.el (dbus--init-bus): Declare function.
11684 (dbus-path-local, dbus-interface-local): New defconst.
11685 (dbus-init-bus): Use them.
11686 (dbus-return-values-table): Extend doc.
11687 (dbus-handle-bus-disconnect): Extend error message.
11688
11689 2014-02-27 Juanma Barranquero <lekktu@gmail.com>
11690
11691 * subr.el (y-or-n-p): Fix double space issue in message.
11692
11693 2014-02-27 Michael Albinus <michael.albinus@gmx.de>
11694
11695 * net/tramp.el (tramp-call-process): Improve trace message.
11696 (tramp-handle-insert-file-contents): Trace error case.
11697
11698 * net/tramp-adb.el (tramp-adb-file-name-handler-alist)
11699 <insert-directory>: Use `tramp-handle-insert-directory'.
11700 (tramp-adb-handle-insert-directory): Remove function.
11701 (tramp-adb-send-command-and-check): New defun, replacing
11702 `tramp-adb-command-exit-status'. Change all callees.
11703 (tramp-adb-handle-file-attributes)
11704 (tramp-adb-handle-directory-files-and-attributes): Use it.
11705 (tramp-adb-ls-output-name-less-p):
11706 Use `directory-listing-before-filename-regexp'.
11707 (tramp-adb-handle-delete-directory): Flush also file properties of
11708 the truename of directory.
11709 (tramp-adb-handle-file-name-all-completions): Add "./" and "../".
11710 (tramp-adb-handle-file-local-copy): Make the local copy readable.
11711 (tramp-adb-handle-write-region): Implement APPEND.
11712 (tramp-adb-handle-rename-file): Make it more robust. Flush file
11713 properties correctly.
11714 (tramp-adb-maybe-open-connection): Set `tramp-current-*'
11715 variables. Check for connected devices only when needed.
11716
11717 2014-02-27 Glenn Morris <rgm@gnu.org>
11718
11719 * minibuffer.el (completion-table-dynamic)
11720 (completion-table-with-cache): Doc fixes.
11721
11722 * emacs-lisp/crm.el (crm-default-separator, crm-separator)
11723 (completing-read-multiple): Doc fixes.
11724
11725 2014-02-27 Daniel Colascione <dancol@dancol.org>
11726
11727 * minibuffer.el (completion--nth-completion): Fix indentation.
11728
11729 * net/tramp-sh.el (tramp-get-remote-path): Don't signal error when
11730 explicit tramp path is empty.
11731
11732 2014-02-27 Glenn Morris <rgm@gnu.org>
11733
11734 * emacs-lisp/crm.el (completing-read-multiple):
11735 Empower help-enable-auto-load.
11736
11737 2014-02-26 Glenn Morris <rgm@gnu.org>
11738
11739 * startup.el (command-line): Don't init the tty in daemon mode.
11740
11741 Avoid calling tty-setup-hook twice, eg if a term file
11742 explicitly calls tty-run-terminal-initialization. (Bug#16859)
11743 * faces.el (tty-run-terminal-initialization): Add run-hook argument.
11744 (tty-create-frame-with-faces): Use it.
11745 * startup.el (command-line): Pass run-hook argument
11746 to tty-run-terminal-initialization.
11747
11748 * dired.el (dired-restore-desktop-buffer): Demote errors;
11749 eg in case a glob match fails. (Bug#16884)
11750
11751 2014-02-26 Dmitry Gutov <dgutov@yandex.ru>
11752
11753 * emacs-lisp/lisp.el (lisp--local-variables): Catch `end-of-file'
11754 error from `read-from-string'. (Bug#16850)
11755
11756 * emacs-lisp/ert.el (ert-run-tests-interactively): `read' the
11757 result of `completing-read' in the interactive form. (Bug#16854)
11758
11759 2014-02-25 Glenn Morris <rgm@gnu.org>
11760
11761 * image.el (image-animate, image-animate-timeout):
11762 Stop animating images in dead buffers. (Bug#16878)
11763
11764 * emacs-lisp/edebug.el (defmacro): Fix debug spec. (Bug#16868)
11765
11766 * faces.el (tty-setup-hook, tty-run-terminal-initialization):
11767 Doc fixes.
11768 * startup.el (term-setup-hook): Doc fix. Make obsolete.
11769 * term/sun.el (sun-raw-prefix-hooks):
11770 Use tty-setup-hook instead of term-setup-hook.
11771 (terminal-init-sun): Construct message from bytecomp plist.
11772 * term/wyse50.el (enable-arrow-keys): Doc fix.
11773
11774 2014-02-24 Juanma Barranquero <lekktu@gmail.com>
11775
11776 * term/sun.el (kill-region-and-unmark, sun-raw-prefix-hooks):
11777 Fix docstring typos.
11778
11779 2014-02-24 Michael Albinus <michael.albinus@gmx.de>
11780
11781 * net/tramp-sh.el (tramp-sh-handle-file-truename): Improve last fix.
11782
11783 2014-02-24 Nicolas Richard <theonewiththeevillook@yahoo.fr>
11784
11785 * minibuffer.el (completion--try-word-completion):
11786 Fix error when completing M-x commands (bug#16808).
11787
11788 2014-02-24 Leo Liu <sdl.web@gmail.com>
11789
11790 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix debug spec.
11791
11792 2014-02-24 Juanma Barranquero <lekktu@gmail.com>
11793
11794 * apropos.el (apropos-print): Avoid formatting error when
11795 apropos-do-all and apropos-compact-layout are both t.
11796
11797 2014-02-23 Juanma Barranquero <lekktu@gmail.com>
11798
11799 * apropos.el (apropos-property, apropos-all-words-regexp)
11800 (apropos-true-hit, apropos-variable, apropos-print):
11801 Fix docstring typos, and remove obsolete comment.
11802
11803 2014-02-23 Michael Albinus <michael.albinus@gmx.de>
11804
11805 * net/tramp-sh.el (tramp-sh-handle-file-truename):
11806 Preserve trailing "/". (Bug#16851)
11807
11808 2014-02-23 Dmitry Gutov <dgutov@yandex.ru>
11809
11810 * progmodes/ruby-mode.el (ruby-smie-rules): Don't indent specially
11811 after `=>' (bug#16811).
11812 (ruby-smie-rules): Handle the inconsistent second element of the
11813 list returned by `smie-indent--parent'.
11814 (ruby-font-lock-keywords): Disqualify any identifier before `=' as
11815 method call.
11816
11817 2014-02-23 Juanma Barranquero <lekktu@gmail.com>
11818
11819 * elec-pair.el (electric-pair-text-syntax-table)
11820 (electric-pair-syntax-info, electric-pair--syntax-ppss)
11821 (electric-pair--balance-info, electric-pair-mode): Fix docstring typos.
11822 (electric-pair--looking-at-unterminated-string-p): Doc fix.
11823 (electric-pair--inside-string-p): Doc fix. Use `let', not `let*'.
11824
11825 2014-02-22 Glenn Morris <rgm@gnu.org>
11826
11827 * imenu.el (imenu--generic-function): Doc fix.
11828
11829 * register.el (frame-configuration-to-register): Make obsolete.
11830
11831 2014-02-22 Juanma Barranquero <lekktu@gmail.com>
11832
11833 * desktop.el (desktop-save-buffer-p): Do not fail when
11834 desktop-files-not-to-save is nil. Return t for true result
11835 as the doc says.
11836
11837 2014-02-22 Daniel Colascione <dancol@dancol.org>
11838
11839 * net/secrets.el (secrets-create-item, secrets-search-items):
11840 Check that attribute values are strings, avoiding the construction
11841 of invalid dbus messages.
11842
11843 2014-02-21 Juanma Barranquero <lekktu@gmail.com>
11844
11845 * emacs-lisp/gv.el: Avoid duplicating gv-expander and gv-setter in
11846 defun-declarations-alist.
11847
11848 2014-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
11849
11850 * emacs-lisp/cl-macs.el (cl-define-compiler-macro): Add indent rule
11851 (bug#16829).
11852
11853 2014-02-21 Juanma Barranquero <lekktu@gmail.com>
11854
11855 * whitespace.el (whitespace-space, whitespace-hspace, whitespace-tab)
11856 (whitespace-newline, whitespace-trailing, whitespace-line)
11857 (whitespace-space-before-tab, whitespace-indentation, whitespace-empty)
11858 (whitespace-space-after-tab): Fix typo in docstrings.
11859
11860 2014-02-21 Dmitry Gutov <dgutov@yandex.ru>
11861
11862 * progmodes/ruby-mode.el (auto-mode-alist): Add missing "or".
11863
11864 * electric.el (electric-indent-functions-without-reindent):
11865 Add `yaml-indent-line'.
11866
11867 2014-02-21 Juanma Barranquero <lekktu@gmail.com>
11868
11869 * w32-vars.el (w32-enable-synthesized-fonts): Mark as obsolete.
11870 It has done nothing for years; should be removed after the release.
11871
11872 * simple.el (choose-completion): Fix docstring typo.
11873 (read-quoted-char-radix): Remove unneeded * in docstring.
11874 (process-file, kill-whole-line, pop-to-mark-command, set-mark-command):
11875 Don't escape parentheses unnecessarily in docstrings.
11876
11877 2014-02-21 Martin Rudalics <rudalics@gmx.at>
11878
11879 Fix handling of window-min-height/-width (Bug#16738).
11880 * window.el (window--dump-window, window--dump-frame):
11881 New functions.
11882 (window--min-size-1): Account for window dividers.
11883 When window-resize-pixelwise is nil, delay rounding till after the
11884 sum of the window components has been calculated.
11885 (window--min-delta-1, window--max-delta-1): When PIXELWISE is
11886 nil make sure at least one text line and two text columns remain
11887 fully visible.
11888 (window-resize): Signal an error when window-resize-apply fails.
11889 (window--resize-child-windows): Fix calculation of by how many
11890 pixels a window can still be shrunk via window-new-normal.
11891 (adjust-window-trailing-edge): Call window--resizable with
11892 correct TRAIL argument.
11893
11894 (with-temp-buffer-window): Don't evaluate BODY within
11895 with-current-buffer (Bug#16816).
11896
11897 2014-02-21 Michael Albinus <michael.albinus@gmx.de>
11898
11899 * net/tramp.el (tramp-check-cached-permissions):
11900 Call `file-attributes' with `suffix' being a symbol but a string.
11901
11902 2014-02-21 Daniel Colascione <dancol@dancol.org>
11903
11904 * net/dbus.el (dbus-init-bus-1): Declare new subr.
11905 (dbus-init-bus): New function: call into dbus-init-bus-1
11906 and installs a handler for the disconnect signal.
11907 (dbus-call-method): Rewrite to look for result in cons.
11908 (dbus-call-method-handler): Store result in cons.
11909 (dbus-check-event): Recognize events with nil sender as valid.
11910 (dbus-handle-bus-disconnect): New function. React to bus
11911 disconnection signal by synthesizing dbus error for each
11912 pending synchronous or asynchronous call.
11913 (dbus-notice-synchronous-call-errors): New function.
11914 (dbus-handle-event): Raise errors directly only when `dbus-debug'
11915 is true, not all the time.
11916
11917 2014-02-21 Juanma Barranquero <lekktu@gmail.com>
11918
11919 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
11920 Remove obsolescence declarations, these variables do not exist anymore.
11921
11922 * savehist.el (savehist-save-minibuffer-history)
11923 (savehist-additional-variables, savehist-file, savehist-mode-hook)
11924 (savehist-save-hook, savehist-coding-system, savehist-loaded)
11925 (savehist-load, savehist-install, savehist-autosave): Fix typos;
11926 mostly, refer to "Savehist mode" when talking about the mode,
11927 and not the function.
11928
11929 * saveplace.el (save-place): Remove redundant info in docstring.
11930 (save-place-forget-unreadable-files, toggle-save-place)
11931 (save-place-forget-unreadable-files, save-place-dired-hook):
11932 Fix typos and remove unneeded backslashes.
11933
11934 2014-02-20 Michael Albinus <michael.albinus@gmx.de>
11935
11936 * net/tramp.el (ls-lisp-use-insert-directory-program): Declare.
11937 (tramp-handle-insert-directory): New defun, taken from tramp-gvfs.el.
11938
11939 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist)
11940 <insert-directory>: Use `tramp-handle-insert-directory'.
11941 (tramp-gvfs-handle-insert-directory): Remove function.
11942
11943 * net/tramp-sh.el (tramp-sh-handle-insert-directory):
11944 Call `tramp-handle-insert-directory'.
11945
11946 2014-02-20 Juanma Barranquero <lekktu@gmail.com>
11947
11948 * elec-pair.el (electric-pair-syntax-info): Do not check syntax
11949 before the start of buffer/region (bug#16799).
11950
11951 2014-02-20 Glenn Morris <rgm@gnu.org>
11952
11953 * isearch.el (search-invisible): Doc fix.
11954
11955 2014-02-20 W. Trevor King <wking@tremily.us> (tiny change)
11956
11957 * term/xterm.el (xterm--version-handler): Adapt to xterm-280's output
11958 (bug#16657).
11959
11960 2014-02-19 Juanma Barranquero <lekktu@gmail.com>
11961
11962 * frameset.el (frameset-restore): Delay removing an old frame's
11963 duplicate id until the new frame has been correctly created.
11964
11965 2014-02-19 Michael Albinus <michael.albinus@gmx.de>
11966
11967 * net/tramp.el (tramp-handle-make-symbolic-link): New defun.
11968 (tramp-check-cached-permissions): Call `file-attributes' if the
11969 cache is empty.
11970
11971 * net/tramp-adb.el (tramp-adb-file-name-handler-alist)
11972 <make-symbolic-link>: Use `tramp-handle-make-symbolic-link'.
11973
11974 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist)
11975 <make-symbolic-link>: Use `tramp-handle-make-symbolic-link'.
11976 (tramp-gvfs-maybe-open-connection): Set always connection
11977 properties, even if target is mounted already.
11978
11979 * net/tramp-sh.el (tramp-color-escape-sequence-regexp):
11980 Set tramp-autoload cookie.
11981 (tramp-get-remote-touch): New defun.
11982 (tramp-sh-handle-set-file-times): Use it.
11983 (tramp-sh-handle-directory-files-and-attributes):
11984 Use `tramp-handle-directory-files-and-attributes' if neither stat
11985 nor perl are available on the remote host.
11986
11987 * net/tramp-smb.el (tramp-smb-handle-insert-directory): Mark trailing
11988 "/". Write long listing only when "l" belongs to the switches.
11989
11990 * net/trampver.el: Update release number.
11991
11992 2014-02-19 Juanma Barranquero <lekktu@gmail.com>
11993
11994 * frameset.el (frameset--reuse-frame): Remove workaround for bug#16793.
11995
11996 2014-02-19 Martin Rudalics <rudalics@gmx.at>
11997
11998 * window.el (window-state-put): Allow WINDOW to refer to an
11999 internal window (Bug#16793).
12000
12001 2014-02-19 Glenn Morris <rgm@gnu.org>
12002
12003 * textmodes/remember.el: Move provide statement to end.
12004 (remember-mode-map, remember-notes-mode-map, remember-notes-mode)
12005 (remember-notes): Doc fixes.
12006
12007 2014-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
12008
12009 * delsel.el (delete-char): Restore incorrectly erased property
12010 (bug#16795).
12011
12012 2014-02-18 Juanma Barranquero <lekktu@gmail.com>
12013
12014 * frameset.el (frameset--restore-frame): When a frame is being reused
12015 and its root window is not alive, delete all the frame's windows before
12016 restoring the window state. This works around the issue in bug#16793.
12017
12018 2014-02-18 Glenn Morris <rgm@gnu.org>
12019
12020 * textmodes/remember.el (remember-data-directory)
12021 (remember-directory-file-name-format, remember-store-in-files)
12022 (remember-notes-initial-major-mode, remember-notes-bury-on-kill)
12023 (remember-notes-save-and-bury-buffer)
12024 (remember-notes--kill-buffer-query): Doc fixes.
12025
12026 * desktop.el (desktop-save-mode, desktop-auto-save-timeout): Doc fixes.
12027
12028 2014-02-17 Alan Mackenzie <acm@muc.de>
12029
12030 Connect electric-indent-mode up with CC Mode. Bug #15478.
12031 * progmodes/cc-mode.el (c-initialize-cc-mode): Add CC Mode hooks
12032 to electric-indent-{,local-}-mode.
12033 (c-basic-common-init): Set electric-indent-inhibit.
12034 Initialise c-electric-flag from electric-indent-mode.
12035 (c-electric-indent-mode-hook, c-electric-indent-local-mode-hook):
12036 New hook functions which propagate electric-indent-mode to CC mode.
12037
12038 * progmodes/cc-cmds.el (c-toggle-electric-state): When C-c C-l is
12039 hit, toggle electric-indent-local-mode.
12040
12041 * electric.el (electric-indent-mode-has-been-called):
12042 New variable.
12043
12044 2014-02-17 Juanma Barranquero <lekktu@gmail.com>
12045
12046 * frameset.el (frameset-cfg-id): New function.
12047 (frameset--reuse-frame, frameset-restore): Use it.
12048 (frameset--jump-to-register): Try harder to reuse frames (bug#16748).
12049
12050 2014-02-17 Stefan Monnier <monnier@iro.umontreal.ca>
12051
12052 * ido.el (ido-file-internal): Remove unused var `d'.
12053 Use \` for to match BoS. Fit within 80n columns.
12054
12055 2014-02-17 Daniel Colascione <dancol@dancol.org>
12056
12057 * net/dbus.el (dbus-call-method): Work around bug#16775 by having
12058 dbus-call-method check for completion using a busy-wait loop with
12059 gradual backoff.
12060
12061 2014-02-16 Michael Albinus <michael.albinus@gmx.de>
12062
12063 Sync with Tramp 2.2.9.
12064
12065 * net/trampver.el: Update release number.
12066
12067 2014-02-16 Dmitry Gutov <dgutov@yandex.ru>
12068
12069 * ido.el (ido-file-internal): Don't add the name of an existing
12070 directory twice. (Bug#16747)
12071
12072 2014-02-16 Glenn Morris <rgm@gnu.org>
12073
12074 * vc/ediff-init.el (ediff-use-faces, ediff-highlight-all-diffs):
12075 Do not use ediff-defvar-local on pre-defined variables. (Bug#16744)
12076
12077 2014-02-15 Michael R. Mauger <michael@mauger.com>
12078
12079 * progmodes/sql.el: Version 3.4
12080 (sql-oracle-options): New default value ("-L").
12081 (sql-mode-oracle-font-lock-keywords): Add placeholder highlighting.
12082 (sql-placeholders-filter): Correct placeholder pattern.
12083 (sql-read-table-name): Bug fix. Detect absence of SQLi process.
12084 (sql-login-delay): New variable.
12085 (sql-product-interactive): Use it.
12086
12087 2014-02-15 Juanma Barranquero <lekktu@gmail.com>
12088
12089 * frameset.el (frameset--jump-to-register): Check that buffer is live
12090 (bug#16749).
12091
12092 2014-02-15 Glenn Morris <rgm@gnu.org>
12093
12094 * info.el (info-initialize): Revert 2014-01-10 change.
12095
12096 2014-02-14 Glenn Morris <rgm@gnu.org>
12097
12098 * replace.el (map-query-replace-regexp)
12099 (read-regexp-defaults-function, read-regexp): Doc fixes.
12100
12101 * dired.el (dired-read-regexp):
12102 * faces.el (list-faces-display):
12103 * misearch.el (multi-isearch-read-matching-buffers)
12104 (multi-isearch-read-matching-files):
12105 * play/cookie1.el (cookie-apropos):
12106 * progmodes/grep.el (grep-read-regexp): Doc fixes.
12107
12108 * textmodes/remember.el (remember): Use frameset-to-register
12109 rather than frame-configuration-to-register.
12110
12111 2014-02-14 Jay Belanger <jay.p.belanger@gmail.com>
12112
12113 * calc/calc-menu.el (calc-vectors-menu): Remove menu item for
12114 incorrect keybinding.
12115
12116 2014-02-13 Daniel Colascione <dancol@dancol.org>
12117
12118 * progmodes/flymake.el (flymake-post-syntax-check): Widen buffer
12119 when adding overlays so that line numbers from compiler match line
12120 numbers we use.
12121
12122 2014-02-13 Glenn Morris <rgm@gnu.org>
12123
12124 * mail/rmail.el (rmail-probe): Be less strict. (Bug#16743)
12125
12126 * jit-lock.el (jit-lock-mode): Doc fix.
12127
12128 2014-02-13 Juanma Barranquero <lekktu@gmail.com>
12129
12130 * apropos.el (apropos-read-pattern): When the user passes an empty
12131 string, give a more helpful error message than "Wrong type
12132 argument: stringp, nil".
12133
12134 2014-02-13 Stefan Monnier <monnier@iro.umontreal.ca>
12135
12136 * jit-lock.el (jit-lock-mode): Keep it disabled in indirect buffers.
12137
12138 2014-02-13 Glenn Morris <rgm@gnu.org>
12139
12140 * finder.el (finder-known-keywords, finder-mode-map): Doc fixes.
12141
12142 2014-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
12143
12144 * emulation/cua-base.el (cua-scroll-up, cua-scroll-down): Mark them as
12145 shift-select commands.
12146
12147 2014-02-12 Dmitry Gutov <dgutov@yandex.ru>
12148
12149 * progmodes/js.el (js-indent-line): Don't widen.
12150 http://lists.gnu.org/archive/html/emacs-devel/2012-06/msg00276.html
12151
12152 2014-02-12 Glenn Morris <rgm@gnu.org>
12153
12154 * icomplete.el (icomplete): Add info-link to defgroup.
12155 (icomplete-with-completion-tables, icomplete-minibuffer-setup-hook)
12156 (icomplete-minibuffer-map, icomplete-mode)
12157 (icomplete-simple-completing-p, icomplete-completions): Doc fixes.
12158
12159 * emacs-lisp/package.el (package-menu-mode-map): Tweak menu.
12160 (package-menu-filter): Rename from package-menu-filter-interactive.
12161 Doc fix.
12162
12163 2014-02-11 Juanma Barranquero <lekktu@gmail.com>
12164
12165 * frameset.el (frameset--jump-to-register): Select the required
12166 window and buffer before restoring position (bug#16696).
12167
12168 2014-02-11 Lars Ingebrigtsen <larsi@gnus.org>
12169
12170 * dired.el (dired-get-marked-files): Clarify doc (bug#11534).
12171
12172 2014-02-10 Glenn Morris <rgm@gnu.org>
12173
12174 * jit-lock.el (jit-lock-force-redisplay): Doc fix. (Bug#14394)
12175
12176 2014-02-10 Eli Zaretskii <eliz@gnu.org>
12177
12178 * w32-common-fns.el (x-get-selection): Doc fix.
12179 * select.el (x-get-selection): Doc fix. (Bug#15109)
12180
12181 * face-remap.el (face-remap-add-relative)
12182 (face-remap-remove-relative, face-remap-reset-base)
12183 (face-remap-set-base): Call force-mode-line-update to redisplay
12184 the current buffer due to potential change in faces. (Bug#16709)
12185
12186 2014-02-10 Michael Albinus <michael.albinus@gmx.de>
12187
12188 * net/tramp-sh.el (tramp-sh-handle-vc-registered): Apply heredoc
12189 script more robustly.
12190
12191 2014-02-10 Lars Ingebrigtsen <larsi@gnus.org>
12192
12193 * dired.el (dired-get-marked-files): Doc fix (bug#11534).
12194
12195 * simple.el (choose-completion): Doc fix (bug#14160).
12196
12197 * subr.el (event-start): Say what a nil EVENT value means.
12198
12199 * kmacro.el (kmacro-bind-to-key): Say that the parameter is unused
12200 (bug#14197).
12201
12202 * progmodes/grep.el (find-program): Doc fix (bug#14289).
12203
12204 * files.el (confirm-kill-emacs): Clarify doc (bug#15455).
12205
12206 * emacs-lisp/lisp.el (up-list): Doc fix (bug#15832).
12207
12208 * files.el (confirm-kill-emacs): Allow specifying an arbitrary
12209 predicate function (bug#15455).
12210
12211 2014-02-10 Dmitry Gutov <dgutov@yandex.ru>
12212
12213 * ielm.el (inferior-emacs-lisp-mode): Instead of
12214 `comment-use-global-state', set `comment-use-syntax'.
12215
12216 2014-02-10 Glenn Morris <rgm@gnu.org>
12217
12218 * emacs-lisp/gulp.el (gulp-discard): Add emacs-devel.
12219
12220 2014-02-09 Alan Mackenzie <acm@muc.de>
12221
12222 Fix c-invalidate-state-cache on narrowed buffers.
12223 * progmodes/cc-defs.el (c-with-all-but-one-cpps-commented-out):
12224 Widen when setting and clearing the CPP delimiter properties.
12225
12226 2014-02-09 Lars Ingebrigtsen <larsi@gnus.org>
12227
12228 * help.el (describe-bindings): Doc fix (bug#9888).
12229
12230 * files.el (save-buffer): Use ARG as the parameter name for
12231 consistency (bug#10346).
12232 (save-buffer): Clarify the 0 argument (bug#10346).
12233
12234 * cus-edit.el (customize-apropos): Fix error string.
12235 (custom-buffer-create): Doc fix (bug#11122).
12236 (custom-sort-items): Doc fix (bug#11121).
12237
12238 * repeat.el (repeat-message-function): Reword doc slightly (bug#11619).
12239
12240 * icomplete.el (icomplete-with-completion-tables): Doc fix (bug#11654).
12241 (icomplete-simple-completing-p): Mention the previous variable.
12242
12243 * font-lock.el (font-lock-value-in-major-mode): Clarify the
12244 meaning of the parameter (bug#12282).
12245
12246 * files.el (find-file-noselect): Clarify prompt when changing
12247 readedness (bug#13261).
12248 (locate-file): Suffixes aren't returned, so don't say that they
12249 are (bug#12674).
12250 (backup-inhibited): Doc clarification (bug#12525).
12251
12252 * dired.el (dired-internal-do-deletions): Don't say "Deleting..."
12253 before we actually start to delete things (bug#16331).
12254
12255 * subr.el (event-start): Doc fix (bug#14228).
12256 (event-end): Ditto.
12257
12258 2014-02-09 Glenn Morris <rgm@gnu.org>
12259
12260 * emacs-lisp/warnings.el (lwarn):
12261 Empower help-enable-auto-load. (Bug#15940)
12262
12263 2014-02-08 Andreas Schwab <schwab@linux-m68k.org>
12264
12265 * vc/log-edit.el (log-edit-comment-to-change-log): Doc fix.
12266 (Bug#16690)
12267
12268 2014-02-08 Michael Albinus <michael.albinus@gmx.de>
12269
12270 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
12271 Insert output at end of buffer. (Bug#16120)
12272
12273 2014-02-08 Lars Ingebrigtsen <larsi@gnus.org>
12274
12275 * simple.el (choose-completion-string-functions): Document new
12276 calling convention (bug#14153).
12277 (execute-extended-command): Clarify doc string (bug#13373).
12278
12279 * kmacro.el (kmacro-exec-ring-item): Doc fix (bug#14198).
12280
12281 * find-dired.el (find-name-dired): Doc fix (bug#14290).
12282 (find-grep-dired): Doc fix (bug#14288).
12283
12284 2014-02-08 Juri Linkov <juri@jurta.org>
12285
12286 * isearch.el (isearch-quote-char): Check character validity
12287 like in `quoted-insert' (bug#16677).
12288
12289 2014-02-08 Lars Ingebrigtsen <larsi@gnus.org>
12290
12291 * files.el (find-file-visit-truename): Doc clarification (bug#14697).
12292
12293 * isearch.el (isearch-hide-immediately): Doc clarification
12294 (bug#14723).
12295
12296 * simple.el (line-move): Document utility function used many
12297 places in the Emacs sources (bug#14843).
12298
12299 * dired.el (dired-mode-map): Make :help text more accurate (bug#14893).
12300 (dired-prev-marked-file): Doc fix (bug#14855).
12301 (dired-up-directory): Doc fix (bug#14848).
12302
12303 * minibuffer.el (read-file-name): Doc clarification (bug#15096).
12304
12305 * files.el (file-relative-name): Doc fix (bug#15159).
12306
12307 * fringe.el (fringe-styles): Doc fix (bug#15239).
12308
12309 * isearch.el (isearch-filter-predicate): Documentation typo fix
12310 (bug#15474).
12311
12312 * info-look.el (info-lookup-symbol): Document MODE (bug#15498).
12313
12314 * isearch.el (isearch-cmds): Doc clarification (bug#15547).
12315
12316 * replace.el (replace-match-maybe-edit): Doc clarification
12317 (bug#15632).
12318
12319 * subr.el (add-to-list): Refill the paragraphs (bug#15791).
12320
12321 * macros.el (insert-kbd-macro): Doc fix (bug#16025).
12322
12323 2014-02-08 Glenn Morris <rgm@gnu.org>
12324
12325 * help-fns.el (describe-variable):
12326 Check {file,dir}-local-variables-alist, and buffer-file-name,
12327 in the correct buffer.
12328
12329 2014-02-08 Ingo Lohmar <i.lohmar@gmail.com>
12330
12331 * help-fns.el (describe-variable): Fix the case where
12332 a value is directory-local with no dir-locals file. (Bug#16635)
12333
12334 2014-02-08 Glenn Morris <rgm@gnu.org>
12335
12336 * abbrev.el (edit-abbrevs-mode):
12337 Derive from fundamental-mode. (Bug#16682)
12338
12339 2014-02-07 Juanma Barranquero <lekktu@gmail.com>
12340
12341 * simple.el (quoted-insert): Check character validity (bug#16677).
12342
12343 2014-02-07 Juri Linkov <juri@jurta.org>
12344
12345 * desktop.el (desktop-read): Claim the lock when the owner is not
12346 the current process. (Bug#16157)
12347
12348 2014-02-07 Juri Linkov <juri@jurta.org>
12349
12350 * desktop.el (desktop-buffers-not-to-save): Change default from nil
12351 to "\\` ". (Bug#16651)
12352
12353 2014-02-07 Juri Linkov <juri@jurta.org>
12354
12355 * desktop.el (desktop-save-mode): Call `desktop-auto-save-set-timer'
12356 when enabling, and `desktop-auto-save-cancel-timer' when disabling.
12357 (desktop-auto-save-cancel-timer): New function with some code from
12358 `desktop-auto-save-set-timer'.
12359 (after-init-hook): Don't call `desktop-auto-save-set-timer'.
12360 Instead of setting `desktop-save-mode' to nil, call
12361 `desktop-save-mode' with arg 0. (Bug#16630)
12362
12363 2014-02-07 Glenn Morris <rgm@gnu.org>
12364
12365 * hi-lock.el (hi-lock-auto-select-face, hi-lock-line-face-buffer)
12366 (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
12367 (hi-lock-face-symbol-at-point, hi-lock-read-face-name): Doc tweaks.
12368
12369 * obsolete/iswitchb.el: Move to obsolete/.
12370 * simple.el (iswitchb-mode): Add manual autoloads to ease transition,
12371 since obsolete/ is not scanned for autoloads.
12372 * emacs-lisp/authors.el (authors-valid-file-names):
12373 Add iswitchb.el.
12374
12375 * obsolete/meese.el: Restore as obsolete (deleted 2014-01-11).
12376 Disable now non-functional find-file-hook.
12377
12378 2014-02-06 Michael Albinus <michael.albinus@gmx.de>
12379
12380 * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use "&&"
12381 instead of ";" in order to avoid additional prompts. Let heredoc
12382 scripts read from tty. (Bug#16582)
12383 (tramp-send-command): No special handling of heredocs, it isn't
12384 necessary anymore.
12385
12386 2014-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
12387
12388 * emacs-lisp/lisp.el (lisp-completion-at-point): Symbols don't start
12389 with a space (bug#16664). Limit the symbols considered to the ones
12390 that are bound or fbound (bug#16646).
12391
12392 2014-02-06 Glenn Morris <rgm@gnu.org>
12393
12394 * epa.el (epa-mail-aliases): Doc fix.
12395
12396 2014-02-06 Dmitry Gutov <dgutov@yandex.ru>
12397
12398 * emacs-lisp/lisp.el (lisp-completion-at-point):
12399 Use `completion-table-merge' instead of `completion-table-in-turn'
12400 (bug#16604).
12401
12402 * minibuffer.el (completion-table-merge): New function.
12403
12404 2014-02-05 Michael Albinus <michael.albinus@gmx.de>
12405
12406 * net/tramp-sh.el (tramp-end-of-heredoc): New defconst.
12407 (tramp-sh-handle-set-file-acl)
12408 (tramp-sh-handle-start-file-process)
12409 (tramp-sh-handle-write-region, tramp-sh-handle-vc-registered)
12410 (tramp-find-executable, tramp-send-command): Use it.
12411
12412 2014-02-05 Glenn Morris <rgm@gnu.org>
12413
12414 * epa.el (epa-mail-aliases): Fix custom type. Doc tweak.
12415
12416 2014-02-04 Fabián Ezequiel Gallina <fgallina@gnu.org>
12417
12418 * progmodes/python.el (python-shell-send-string)
12419 (python-shell-send-string-no-output): Fix docstring (Bug#16547).
12420
12421 2014-02-04 Anders Lindgren <andlind@gmail.com>
12422
12423 * emacs-lisp/ert.el (ert--activate-font-lock-keywords): Allow dashes in
12424 the names (bug#16620).
12425
12426 2014-02-03 Martin Rudalics <rudalics@gmx.at>
12427
12428 * faces.el (window-divider): New default value. Rewrite doc-string.
12429 (window-divider-first-pixel, window-divider-last-pixel): New faces.
12430
12431 2014-02-03 Dmitry Gutov <dgutov@yandex.ru>
12432
12433 * progmodes/ruby-mode.el (ruby-font-lock-keywords): `private',
12434 `protected' and `public' can also be called without arguments.
12435
12436 2014-02-03 Glenn Morris <rgm@gnu.org>
12437
12438 * register.el (window-configuration-to-register)
12439 (frame-configuration-to-register): Unadvertise unused argument.
12440 * frameset.el (frameset-to-register): Remove unused argument.
12441
12442 * frameset.el (frameset-to-register):
12443 * kmacro.el (kmacro-to-register):
12444 * register.el (increment-register):
12445 * calc/calc-yank.el (calc-copy-to-register, calc-insert-register)
12446 (calc-append-to-register, calc-prepend-to-register):
12447 * play/gametree.el (gametree-layout-to-register)
12448 (gametree-apply-register-layout):
12449 * textmodes/picture.el (picture-clear-rectangle-to-register)
12450 (picture-yank-rectangle-from-register):
12451 * vc/emerge.el (emerge-combine-versions-register):
12452 Use register-read-with-preview to read registers.
12453
12454 2014-02-03 João Távora <joaotavora@gmail.com>
12455
12456 * elec-pair.el (electric-pair-backward-delete-char): Don't error
12457 when at beginning of (possibly narrowed) buffer.
12458
12459 2014-02-02 Daniel Colascione <dancol@dancol.org>
12460
12461 * help-at-pt.el (help-at-pt-string, help-at-pt-maybe-display):
12462 Also try to display local help from just before point.
12463
12464 2014-02-02 Alan Mackenzie <acm@muc.de>
12465
12466 c-parse-state. Don't "append-lower-brace-pair" in certain
12467 circumstances. Also fix an obscure bug where "\\s!" shouldn't be
12468 recognised as a comment.
12469
12470 * progmodes/cc-engine.el (c-state-pp-to-literal): Check for "\\s!"
12471 as well as normal comment starter.
12472 (c-parse-state-get-strategy): Extra return possibility
12473 'back-and-forward.
12474 (c-remove-stale-state-cache): Extra element CONS-SEPARATED in
12475 return value list to indicate replacement of a brace-pair cons
12476 with its car.
12477 (c-parse-state-1): With 'back-and-forward, only call
12478 c-append-lower-brace-pair-to state-cache when cons-separated.
12479
12480 2014-02-02 Jan Djärv <jan.h.d@swipnet.se>
12481
12482 * term/ns-win.el (ns-suspend-error): New function.
12483 (ns-initialize-window-system): Add ns-suspend-error to
12484 suspend-hook (Bug#16612).
12485
12486 2014-02-02 Daniel Colascione <dancol@dancol.org>
12487
12488 * progmodes/cc-defs.el (c-find-assignment-for-mode):
12489 Make loading cc-mode silent.
12490
12491 2014-02-02 Daniel Colascione <dancol@dancol.org>
12492
12493 * comint.el (comint-prompt-read-only): Change doc to suggest
12494 remap keybinding.
12495
12496 2014-02-02 Glenn Morris <rgm@gnu.org>
12497
12498 * register.el (register-read-with-preview, point-to-register)
12499 (window-configuration-to-register, frame-configuration-to-register)
12500 (jump-to-register, number-to-register, view-register, insert-register)
12501 (copy-to-register, append-to-register, prepend-to-register)
12502 (copy-rectangle-to-register): Doc fixes.
12503
12504 2014-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
12505
12506 * help-fns.el (help-C-file-name): Handle advised functions (bug#16478).
12507 * emacs-lisp/find-func.el (find-function-C-source): Idem.
12508 * emacs-lisp/nadvice.el (advice--cd*r): New function.
12509 * help-fns.el (describe-function-1): Use it.
12510
12511 2014-02-02 Glenn Morris <rgm@gnu.org>
12512
12513 * register.el (register-preview-default): New function,
12514 split from register-preview.
12515 (register-preview-function): Rename from register-preview-functions,
12516 make it not a hook.
12517 (register-preview): Use register-preview-function.
12518 (register-read-with-preview): Error on non-character event. (Bug#16595)
12519
12520 2014-02-01 Dmitry Gutov <dgutov@yandex.ru>
12521
12522 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Check for
12523 `:' before binary operators (bug#16609). Don't check for `:'
12524 before `[' and `(', or their syntax status. A percent literal
12525 can't end with either.
12526 (ruby-font-lock-keywords): For built-ins that require arguments,
12527 check that they're followed by something that looks like argument
12528 (bug#16610).
12529
12530 2014-02-01 Lars Ingebrigtsen <larsi@gnus.org>
12531
12532 * subr.el (butlast): Document what an omitted N means (bug#13437).
12533 (nbutlast): Ditto.
12534
12535 2014-01-31 Lars Ingebrigtsen <larsi@gnus.org>
12536
12537 * net/shr.el (shr-generic): Make into a defsubst to make the stack
12538 depth shallower (bug#16587).
12539 (shr-tag-svg): Respect `shr-inhibit-images'.
12540 (shr-dom-to-xml): Respect `shr-blocked-images' (bug#15882).
12541
12542 2014-01-31 Dmitry Gutov <dgutov@yandex.ru>
12543
12544 * progmodes/ruby-mode.el (ruby-align-chained-calls): New option.
12545 (ruby-smie-grammar): Make "." right-associative. Make its priority
12546 lower than the ternary and all binary operators.
12547 (ruby-smie-rules): Indent "(" relative to the first non-"."
12548 parent, or the first "." parent at indentation.
12549 Use `ruby-align-chained-calls' for indentation of "." tokens.
12550 (Bug#16593)
12551
12552 2014-01-31 Juri Linkov <juri@jurta.org>
12553
12554 * sort.el (delete-duplicate-lines): Remove `:weakness 'key'
12555 from `make-hash-table'.
12556
12557 * textmodes/ispell.el (ispell-init-process): Change message format
12558 to be consistent with other messages.
12559
12560 2014-01-31 Glenn Morris <rgm@gnu.org>
12561
12562 * delsel.el (delete-selection-mode): Doc fix.
12563
12564 * emacs-lisp/trace.el (trace--read-args, trace-function-foreground)
12565 (trace-function-background): Doc fixes.
12566
12567 * ido.el (ido-use-virtual-buffers): Doc fix.
12568 Reset :version, since the default value has not changed.
12569
12570 * register.el (register-preview-delay, register-read-with-preview):
12571 Doc fixes.
12572
12573 * mail/reporter.el (reporter-dump-variable): In case of void-variable,
12574 do not mess with mail-buffer position (fixes 2009-11-03 change).
12575 * progmodes/cc-mode.el (c-submit-bug-report):
12576 Check auto-fill-mode is bound. (Bug#16592)
12577
12578 2014-01-31 Darren Hoo <darren.hoo@gmail.com>
12579
12580 * startup.el (fancy-splash-image-file): New function,
12581 split from fancy-splash-head.
12582 (fancy-splash-head, use-fancy-splash-screens-p): Use it,
12583 so that we are both using the same image. (Bug#16574)
12584
12585 2014-01-30 Glenn Morris <rgm@gnu.org>
12586
12587 * simple.el (eval-expression): Doc fix.
12588
12589 * hexl.el (hexl-mode-hook):
12590 * ielm.el (ielm-mode-hook):
12591 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-hook)
12592 (lisp-interaction-mode-hook):
12593 * progmodes/cfengine.el (cfengine3-documentation-function):
12594 Replace obsolete alias `turn-on-eldoc-mode' with `eldoc-mode'.
12595
12596 2014-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
12597
12598 * emacs-lisp/eieio-opt.el (eieio-help-generic): Don't assume `generic'
12599 is a symbol (bug#16584).
12600
12601 2014-01-30 Glenn Morris <rgm@gnu.org>
12602
12603 * help.el (help-for-help-internal): Add "P" to text.
12604
12605 2014-01-29 Glenn Morris <rgm@gnu.org>
12606
12607 * simple.el (just-one-space, cycle-spacing): Doc fixes.
12608
12609 2014-01-28 Martin Rudalics <rudalics@gmx.at>
12610
12611 * window.el (fit-frame-to-buffer): Fix calculations for margins and
12612 height constraints.
12613
12614 2014-01-28 Luke Lee <luke.yx.lee@gmail.com>
12615
12616 * progmodes/hideif.el: Extend to full CPP expression syntax.
12617 (hif-token-alist): Add missing tokens.
12618 (hif-token-regexp): Add support for float/octal/hex immediates.
12619 (hif-string-literal-regexp): New const.
12620 (hif-tokenize): Recognize strings and float/octal/hex immediates.
12621 (hif-exprlist): New function.
12622 (hif-parse-if-exp): Use it.
12623 (hif-logior-expr, hif-logxor-expr, hif-logand-expr, hif-comp-expr)
12624 (hif-logshift-expr, hif-muldiv-expr, hif-lognot, hif-shiftleft)
12625 (hif-shiftright, hif-multiply, hif-divide, hif-modulo, hif-equal)
12626 (hif-logxor, hif-comma): New functions.
12627
12628 2014-01-28 Glenn Morris <rgm@gnu.org>
12629
12630 * textmodes/fill.el (fill-single-char-nobreak-p): Doc tweak.
12631
12632 * indent.el (tab-stop-list): Doc fix. Add :version.
12633
12634 * vc/pcvs.el (vc-editable-p, vc-checkout): Remove unused declarations.
12635 (cvs-append-to-ignore): Add compatibility alias.
12636
12637 2014-01-27 Glenn Morris <rgm@gnu.org>
12638
12639 * dired.el (dired-hide-details-mode): Don't autoload it,
12640 since it cannot be used outside Dired buffers anyway.
12641
12642 * emulation/cua-base.el (cua-mode): Doc fix.
12643
12644 * dired.el (dired-hide-details-hide-symlink-targets)
12645 (dired-hide-details-hide-information-lines)
12646 (dired-hide-details-mode): Doc fixes.
12647
12648 * shadowfile.el (shadow-info-file, shadow-todo-file): Doc fix.
12649 * strokes.el (strokes-file): Doc fix. Bump :version.
12650 (strokes-help): Doc fix.
12651 * emulation/viper-init.el (viper-vi-style-in-minibuffer): Doc fix.
12652 * emulation/viper.el (viper): Doc fix for custom group.
12653 (top-level): Remove oh-so-no-longer-relevant text about vip.
12654 * obsolete/otodo-mode.el (todo-prefix): Doc fix.
12655
12656 * ido.el (ido-save-directory-list-file):
12657 * saveplace.el (save-place-file):
12658 * calendar/timeclock.el (timeclock-file):
12659 * net/quickurl.el (quickurl-url-file):
12660 * obsolete/otodo-mode.el (todo-file-do, todo-file-done, todo-file-top):
12661 * progmodes/idlwave.el (idlwave-config-directory):
12662 * textmodes/remember.el (remember-data-file):
12663 Bump :version.
12664
12665 2014-01-26 Glenn Morris <rgm@gnu.org>
12666
12667 * progmodes/opascal.el (opascal-tab-always-indents, opascal-tab):
12668 Doc fix. Make obsolete.
12669 (opascal-mode): No longer mention opascal-tab-always-indents in doc.
12670
12671 * sort.el (delete-duplicate-lines): Doc fix.
12672
12673 2014-01-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
12674
12675 * progmodes/ada-mode.el (ada):
12676 * woman.el (woman): Link to info manual and Commentary section.
12677
12678 * progmodes/flymake.el (flymake):
12679 * nxml/nxml-mode.el (nxml):
12680 * net/eww.el (eww):
12681 * speedbar.el (speedbar, speedbar-faces, speedbar-vc):
12682 * htmlfontify.el (htmlfontify):
12683 * ses.el (ses):
12684 * epa.el (epa):
12685 * ido.el (ido): Link to info manual.
12686
12687 2014-01-25 Leo Liu <sdl.web@gmail.com>
12688
12689 * progmodes/flymake.el (flymake-make-overlay): No rear advance.
12690
12691 2014-01-25 Adam Sjøgren <asjo@koldfront.dk>
12692
12693 * net/shr.el (shr-tag-img): Prefer the title over the alt text
12694 (bug#16537).
12695
12696 2014-01-24 Juanma Barranquero <lekktu@gmail.com>
12697
12698 * net/eww.el (eww-download-callback):
12699 Fix reference to eww-download-directory.
12700
12701 * emacs-lisp/bytecomp.el (byte-compile-file):
12702 Remove unused local variable `file-name'.
12703
12704 2014-01-24 Glenn Morris <rgm@gnu.org>
12705
12706 * woman.el (woman-default-faces, woman-monochrome-faces):
12707 Fix obsolescence specification.
12708
12709 * subr.el (with-demoted-errors): Doc fix.
12710
12711 2014-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
12712
12713 * emacs-lisp/cl-macs.el: Improve type->predicate mapping (bug#16520).
12714 (cl--macroexp-fboundp): New function.
12715 (cl--make-type-test): Use it.
12716
12717 2014-01-23 Glenn Morris <rgm@gnu.org>
12718
12719 * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-last-sexp):
12720 * simple.el (eval-expression): Doc fixes.
12721
12722 2014-01-22 Glenn Morris <rgm@gnu.org>
12723
12724 * emacs-lisp/authors.el (authors-fixed-entries): Addition.
12725
12726 2014-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
12727
12728 * emacs-lisp/package.el: Write files silently.
12729 (package-autoload-ensure-default-file, package--write-file-no-coding)
12730 (package-generate-description-file, package--download-one-archive)
12731 (package-install-from-archive): Tell `write-region' to stay quiet.
12732 (package-menu-mode, package-menu--print-info): Omit the Archive column
12733 if there's only one archive.
12734 (package-all-keywords, package--has-keyword-p): Remove dead code.
12735
12736 2014-01-22 Glenn Morris <rgm@gnu.org>
12737
12738 * version.el (emacs-bzr-version-bzr): Fix typo.
12739
12740 * version.el (emacs-repository-get-version):
12741 Check either .bzr or .git, but not both.
12742 Make the git case actually use the DIR argument, and return nil
12743 rather than the empty string.
12744 Avoid error if .git exists but the git executable is not found.
12745
12746 2014-01-22 Martin Rudalics <rudalics@gmx.at>
12747
12748 Fixes in window size functions around Bug#16430 and Bug#16470.
12749 * window.el (window-total-size, window-size): New argument ROUND.
12750 (window--min-delta-1, window-min-delta, window--max-delta-1):
12751 Be more conservative when calculating the numbers of lines or
12752 columns a window can shrink (Bug#16430).
12753 (fit-window-to-buffer): Simplify code.
12754 * term.el (term-window-width): Call window-body-width again.
12755
12756 2014-01-22 Glenn Morris <rgm@gnu.org>
12757
12758 * image.el (image-format-suffixes): Doc fix.
12759
12760 * international/quail.el (quail-define-package): Doc fix.
12761
12762 * emacs-lisp/authors.el (authors-valid-file-names)
12763 (authors-renamed-files-alist): Additions.
12764
12765 * vc/vc-git.el (vc-git-print-log): Remove --follow;
12766 reverts 2014-01-09 change. (Bug#16422)
12767
12768 * calc/calc-embed.el (thing-at-point-looking-at):
12769 * emacs-lisp/map-ynp.el (x-popup-dialog):
12770 * obsolete/lmenu.el (x-popup-dialog):
12771 * emacs-lisp/package.el (url-recreate-url):
12772 * mail/mailclient.el (clipboard-kill-ring-save):
12773 * subr.el (x-popup-dialog): Update declaration.
12774 * mail/rmail.el (rmail-mime-message-p):
12775 * window.el (tool-bar-lines-needed): Remove unnecessary declaration.
12776
12777 2014-01-21 Daniel Colascione <dancol@dancol.org>
12778
12779 * progmodes/sh-script.el (sh--inside-noncommand-expression):
12780 Correctly detect when we're inside an arithmetic expansion form
12781 containing nested parenthesis.
12782 (sh--maybe-here-document): Use `sh--inside-noncommand-expression'
12783 to detect cases where we shouldn't expand "<<" to a heredoc
12784 skeleton.
12785
12786 2014-01-21 Stefan Monnier <monnier@iro.umontreal.ca>
12787
12788 * emacs-lisp/eldoc.el: Properly remove message in minibuffer case.
12789 (eldoc--message-command-p): New function.
12790 (eldoc-display-message-p): Use it.
12791 (eldoc-pre-command-refresh-echo-area): In the minibuffer case, the
12792 message is not automatically erased for us.
12793 (eldoc-print-current-symbol-info): Erase previous message, if any.
12794
12795 2014-01-21 Tassilo Horn <tsdh@gnu.org>
12796
12797 * textmodes/reftex.el (reftex-create-bibtex-file): Fix autoload to
12798 specify it's an interactive function.
12799
12800 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
12801 Fix regex used for scanning for citation keys which failed for
12802 citations with optional arguments.
12803
12804 2014-01-21 Leo Liu <sdl.web@gmail.com>
12805
12806 * simple.el (read--expression): Don't enable eldoc-mode.
12807
12808 2014-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
12809
12810 * simple.el (move-beginning-of-line): Make sure we don't move forward
12811 (bug#16497).
12812
12813 2014-01-20 Juri Linkov <juri@jurta.org>
12814
12815 * saveplace.el (toggle-save-place, save-place-to-alist)
12816 (save-places-to-alist, save-place-dired-hook): Add (derived-mode-p
12817 'dired-mode) before checking for dired-directory. (Bug#16477)
12818
12819 2014-01-20 Juri Linkov <juri@jurta.org>
12820
12821 * indent.el (indent-line-to): Use backward-to-indentation
12822 instead of back-to-indentation. (Bug#16461)
12823
12824 2014-01-20 Paul Eggert <eggert@cs.ucla.edu>
12825
12826 Revert some of the CANNOT_DUMP fix (Bug#16494).
12827 Because of this, "make bootstrap" won't work if CANNOT_DUMP=yes,
12828 but fixing this can wait until after the next release.
12829 * Makefile.in (emacs): Keep EMACSLOADPATH empty.
12830
12831 2014-01-19 Michael Albinus <michael.albinus@gmx.de>
12832
12833 * eshell/esh-mode.el (eshell-password-prompt-regexp):
12834 Use `password-word-equivalents'.
12835 (eshell-watch-for-password-prompt): Let-bind `case-fold-search'
12836 to t. (Bug#5664, Bug#13124)
12837
12838 2014-01-19 Alan Mackenzie <acm@muc.de>
12839
12840 Bind open-paren-in-column-0-is-defun-start to nil at some entry
12841 points.
12842 * progmodes/cc-engine.el (c-invalidate-state-cache-1)
12843 (c-parse-state-1, c-guess-basic-syntax): Bind it here.
12844 * progmodes/cc-mode.el (c-before-change, c-after-change)
12845 (c-font-lock-fontify-region): Bind it here.
12846
12847 2014-01-19 Martin Rudalics <rudalics@gmx.at>
12848
12849 * term.el (term-window-width): Call window-text-width instead of
12850 window-width (Bug#16470).
12851
12852 2014-01-18 Paul Eggert <eggert@cs.ucla.edu>
12853
12854 * simple.el (password-word-equivalents): Remove duplicates.
12855 Sort, to make this easier next time.
12856 Downcase. Omit ": " after "jelszó".
12857
12858 2014-01-18 Jan Djärv <jan.h.d@swipnet.se>
12859
12860 * term/common-win.el (saved-region-selection): Defvar it.
12861 (x-select-text): Set saved-region-selection (Bug#16382).
12862
12863 2014-01-18 Glenn Morris <rgm@gnu.org>
12864
12865 * emacs-lisp/authors.el (authors-aliases)
12866 (authors-renamed-files-alist): Add some entries.
12867
12868 2014-01-17 Michael Albinus <michael.albinus@gmx.de>
12869
12870 * net/tramp.el (tramp-password-prompt-regexp):
12871 Use `password-word-equivalents' if available.
12872 (tramp-action-password, tramp-process-one-action)
12873 (tramp-read-passwd): Let-bind `case-fold-search' to t. (Bug#13124)
12874
12875 2014-01-17 Chong Yidong <cyd@gnu.org>
12876
12877 * simple.el (password-word-equivalents): New defcustom.
12878 * comint.el (comint-password-prompt-regexp): Use it. Bump version
12879 to 24.4.
12880 (comint-watch-for-password-prompt): Let-bind `case-fold-search'
12881 to t. (Bug#13124)
12882
12883 2014-01-17 Dmitry Gutov <dgutov@yandex.ru>
12884
12885 * progmodes/ruby-mode.el (ruby-alignable-keywords): New constant.
12886 (ruby-align-to-stmt-keywords): Change the default value.
12887 Use `ruby-alignable-keywords' to generate the possible customization
12888 choices.
12889 (ruby-smie-rules): Instead of using a hardcoded list of alignable
12890 keywords, check against the value of `ruby-alignable-keywords'
12891 (http://lists.gnu.org/archive/html/emacs-devel/2014-01/msg01439.html).
12892
12893 2014-01-17 Glenn Morris <rgm@gnu.org>
12894
12895 * emacs-lisp/authors.el (authors-aliases): Remove unnecessary entries.
12896
12897 Make M-x authors return zero *Authors Errors* from current logs.
12898 * emacs-lisp/authors.el (authors-obsolete-files-regexps)
12899 (authors-ignored-files): Add some entries, remove others.
12900 (authors-ambiguous-files, authors-valid-file-names):
12901 Add some entries.
12902 (authors-renamed-files-alist): Add, remove, and adjust entries.
12903 (authors-renamed-files-regexps): Add some entries.
12904 Remove some very broad ones. Make some entries `lax'.
12905 (authors-lax-changelogs): New constant.
12906 (authors-disambiguate-file-name): Treat top-level specially.
12907 (authors-lax-changelog-p): New function.
12908 (authors-canonical-file-name): Check file as written against
12909 authors-valid-file-names. Do not special-case etc/.
12910 Handle `lax' logs and authors-renamed-files-regexps elements.
12911
12912 2014-01-16 Dmitry Gutov <dgutov@yandex.ru>
12913
12914 * emacs-lisp/package.el (package-desc--keywords): Use `cdr' with
12915 `assoc'. Use `nth' instead of `cdr'. Make private. Update all
12916 callers.
12917
12918 2014-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
12919
12920 * follow.el (follow-adjust-window): Remove `dest' argument (bug#16426).
12921 Assume we're already in the proper buffer.
12922 Inspired by Anders Lindgren <andlind@gmail.com>.
12923 (follow-post-command-hook): Call it from the right buffer.
12924 (follow-comint-scroll-to-bottom): Adjust call.
12925 (follow-all-followers): Use get-buffer-window-list.
12926
12927 2014-01-15 Daniel Colascione <dancol@dancol.org>
12928
12929 * emacs-lisp/bytecomp.el (byte-compile-file): Use whole
12930 `buffer-file-name' in interactive-form so that we don't leave
12931 pathless file names in `file-name-history'.
12932
12933 2014-01-15 Juri Linkov <juri@jurta.org>
12934
12935 * indent.el (indent-rigidly): Set deactivate-mark to nil
12936 in transient indentation mode. (Bug#16438)
12937
12938 2014-01-15 Dmitry Gutov <dgutov@yandex.ru>
12939
12940 * emacs-lisp/package.el (package-desc-keywords): New function
12941 (Bug#16222).
12942 (describe-package-1, package-all-keywords)
12943 (package--has-keyword-p): Use it.
12944
12945 2014-01-14 Nicolas Richard <theonewiththeevillook@yahoo.fr>
12946
12947 * simple.el (define-alternatives): When creating the
12948 COMMAND-alternatives variable, assign COMMAND as its definition
12949 name so that `describe-variable' can relocate it.
12950
12951 2014-01-14 Matthew Leach <matthew@mattleach.net>
12952
12953 * font-lock.el (font-lock-keywords): Fix typo in docstring
12954 (bug#16307).
12955
12956 2014-01-14 Agustín Martín Domingo <agustin.martin@hispalinux.es>
12957
12958 * textmodes/ispell.el (ispell-region): Reset `in-comment' for new
12959 line instead of wrongly reset `add-coment' (bug#13577).
12960
12961 2014-01-14 Daiki Ueno <ueno@gnu.org>
12962
12963 * epa-file.el (epa-file-write-region): Encode the region according
12964 to `buffer-file-format'. Problem reported at:
12965 <http://sourceforge.jp/ticket/browse.php?group_id=2267&tid=32917>.
12966
12967 2014-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
12968
12969 * emacs-lisp/edebug.el (edebug--display): Move protective let-binding
12970 so it applies in the right buffer (bug#16410).
12971
12972 2014-01-13 Daniel Colascione <dancol@dancol.org>
12973
12974 * textmodes/rst.el (rst-define-key): Provide deprecated
12975 keybindings through named functions instead of anonymous ones so
12976 that "??" doesn't appear in describe-mode output.
12977
12978 2014-01-13 Bastien Guerry <bzg@gnu.org>
12979
12980 * simple.el (define-alternatives): Call the selected command
12981 interactively. When setting `COMMAND--implementation' for the
12982 first time, tell the user how to chose another implementation.
12983 Enhance the docstring.
12984
12985 2014-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
12986
12987 * vc/log-edit.el: Fix highlighting of summary when it's the first line.
12988 (log-edit--match-first-line): New function.
12989 (log-edit-font-lock-keywords): Use it.
12990 (log-edit-mode): Make jit-lock-defer-multiline work.
12991
12992 2014-01-13 Bastien Guerry <bzg@gnu.org>
12993
12994 * rect.el (rectangle-mark-mode): When the region is not active,
12995 display a message saying that the mark as been set and that
12996 rectangle mode is in use.
12997 (rectangle--highlight-for-redisplay): Only put an overlay with a
12998 visible vertical bar when (display-graphic-p) is non-nil.
12999 This partially fixes Bug#16403.
13000
13001 2014-01-13 Juri Linkov <juri@jurta.org>
13002
13003 * info.el (Info-find-file): Go to DIR before displaying the error
13004 about a nonexistent file if no previous Info file is visited.
13005 Use `user-error' instead of `error' for "Info file %s does not exist".
13006 (Info-find-node-2): In case of a nonexistent node in unwind forms
13007 go to the Top node if there is no previous node to revert to.
13008 (Bug#16405)
13009
13010 2014-01-13 Martin Rudalics <rudalics@gmx.at>
13011
13012 fit-frame/window-to-buffer code fixes including one for Bug#14096.
13013 * window.el (fit-frame-to-buffer): Fix doc-string.
13014 Respect window-min-height/-width. Fit pixelwise when
13015 frame-resize-pixelwise is non-nil. Adjust right/bottom edge
13016 when avoiding that frame goes partially off-screen.
13017 (fit-window-to-buffer): Respect window-min-height/-width
13018 (Bug#14096).
13019
13020 2014-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
13021
13022 * indent.el (indent-according-to-mode): Flush to column 0 in text-mode
13023 after an empty line.
13024
13025 2014-01-12 Stefan Monnier <monnier@iro.umontreal.ca>
13026
13027 * net/shr.el (shr-render-region): Autoload.
13028
13029 2014-01-12 Xue Fuqiao <xfq.free@gmail.com>
13030
13031 * net/eww.el (eww-download-directory): Rename from
13032 `eww-download-path' (Bug#16419).
13033
13034 2014-01-12 Leo Liu <sdl.web@gmail.com>
13035
13036 * dired-x.el (dired-mode-map): Fix last change.
13037
13038 * emacs-lisp/eldoc.el (eldoc-mode): Add hook locally.
13039
13040 2014-01-12 Paul Eggert <eggert@cs.ucla.edu>
13041
13042 Spelling fixes.
13043 * emacs-lisp/generic.el (generic--normalize-comments):
13044 Rename from generic--normalise-comments. All uses changed.
13045 * play/bubbles.el (bubbles--neighborhood-score)
13046 (bubbles--mark-direct-neighbors, bubbles--mark-neighborhood)
13047 (bubbles--neighborhood-available)
13048 (bubbles--update-neighborhood-score):
13049 Rename from names with 'neighbourhood'. All uses changed.
13050
13051 2014-01-12 Leo Liu <sdl.web@gmail.com>
13052
13053 Re-implement the feature of showing eldoc info after editing.
13054 * emacs-lisp/eldoc.el (eldoc-post-insert-mode): Remove.
13055 (eldoc-edit-message-commands): New function.
13056 (eldoc-print-after-edit): New variable.
13057 (eldoc-pre-command-refresh-echo-area): Emit message only by
13058 eldoc-message-commands.
13059 (eldoc-mode): Restrict eldoc-message-commands to editing commands
13060 if eldoc-print-after-edit is set. (Bug#16346)
13061 * simple.el (read--expression): Enable eldoc-mode.
13062 * progmodes/octave.el (octave-mode-menu): Adapt to change in eldoc.
13063
13064 2014-01-11 Dani Moncayo <dmoncayo@gmail.com>
13065 Eric S. Raymond <esr@thyrsus.com>
13066
13067 * version.el (emacs-repository-get-version): Enhance so the
13068 function works correctly in either a Bazaar or Git repo.
13069
13070 2014-01-11 Eric S. Raymond <esr@thyrsus.com>
13071
13072 * play/meese.el: It's 2014 and Ed Meese is justly forgotten.
13073 Goes with removal of the joke manpages from /etc.
13074
13075 2014-01-10 Kenichi Handa <handa@gnu.org>
13076
13077 * mail/rmail.el (rmail-get-coding-system):
13078 Check rmail-get-coding-function before "funcall"ing it.
13079
13080 2014-01-10 Glenn Morris <rgm@gnu.org>
13081
13082 * emacs-lisp/authors.el (authors-fixed-entries):
13083 Update for files that no longer exist.
13084
13085 2014-01-10 Eric S. Raymond <esr@thyrsus.com>
13086
13087 * version.el (emacs-bzr-get-version): Restore compatibilty with
13088 24.3 (Tested).
13089
13090 2014-01-10 Bozhidar Batsov <bozhidar@batsov.com>
13091
13092 * progmodes/ruby-mode.el (auto-mode-alist): Add .podspec
13093 and Podfile.
13094
13095 2014-01-10 Eli Zaretskii <eliz@gnu.org>
13096
13097 * emacs-lisp/authors.el (authors-fixed-entries): Update my entry.
13098
13099 2014-01-10 Chong Yidong <cyd@gnu.org>
13100
13101 * progmodes/octave.el (octave-mode-menu): Don't assume eldoc is loaded.
13102
13103 2014-01-10 Anders Lindgren <andlind@gmail.com>
13104
13105 * follow.el (follow-cache-command-list): Include right-char and
13106 left-char.
13107
13108 2014-01-10 Paul Eggert <eggert@cs.ucla.edu>
13109
13110 Spelling fixes.
13111 * mail/unrmail.el (unrmail-mbox-format): Choice is mboxo, not mboxro.
13112 * woman.el (woman-mark-horizontal-position):
13113 Rename from woman-mark-horizonal-position. Use changed.
13114
13115 2014-01-10 Glenn Morris <rgm@gnu.org>
13116
13117 * info.el (info-initialize): If running uninstalled, ensure our
13118 own info files are always found first, even if INFOPATH is set.
13119
13120 * help.el (view-order-manuals): Open emacs.info rather than ORDERS.
13121
13122 2014-01-09 David Engster <deng@randomsample.de>
13123
13124 * emacs-lisp/eieio-custom.el:
13125 * emacs-lisp/eieio-opt.el: Set generated autoload file to
13126 'eieio.el'. This was accidentally removed in 2012-10-01T18:10:29Z!cyd@gnu.org.
13127 * emacs-lisp/eieio.el: Regenerate autoloads.
13128
13129 2014-01-09 Eric S. Raymond <esr@thyrsus.com>
13130
13131 * vc/vc-git.el (vc-git-print-log): Add --follow option to command,
13132 following renames. (Bug#8756)
13133
13134 2014-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
13135
13136 * simple.el (deactivate-mark, activate-mark): Force-mode-line-update
13137 (bug#16382).
13138 (activate-mark): Add `no-tmm' argument.
13139 (set-mark, push-mark-command): Use it instead of running
13140 activate-mark-hook by hand.
13141
13142 2014-01-08 Eric S. Raymond <esr@thyrsus.com>
13143
13144 In preparation for the move to git, sanitize out some
13145 Bazaar-specific names.
13146
13147 * emacs-lisp/authors.el: INSTALL.BZR renamed to INSTALL.REPO.
13148
13149 * version.el (emacs-bzr-version): Name changed to
13150 emacs-repository-version. Obsolete-variable alias made.
13151 * loadup.el: Follow through on this name change.
13152 * mail/emacsbug.el (report-emacs-bug): Factor out any
13153 assumption about the version control system in use.
13154
13155 2014-01-08 David Engster <deng@randomsample.de>
13156
13157 * help-fns.el (help-fns-describe-function-functions):
13158 New variable to call functions for augmenting help buffers.
13159 (describe-function-1): Remove explicit calls to
13160 `help-fns--compiler-macro', `help-fns--parent-mode' and
13161 `help-fns--obsolete'. Put them in above new variable instead, and
13162 call them through `run-hook-with-args'.
13163 * emacs-lisp/eieio-opt.el (eieio-help-class): Rename from
13164 `eieio-describe-class'. Not meant for interactive use anymore,
13165 but to augment existing help buffers. Remove optional second
13166 argument. Create proper button for file location.
13167 Rewrite function to use `insert' instead of `princ' and `prin1' where
13168 possible.
13169 (eieio-help-class-slots): Rename from `eieio-describe-class-slots'.
13170 (eieio-method-def, eieio-class-def): Move further up.
13171 (describe-method, describe-generic, eieio-describe-method):
13172 Remove aliases.
13173 (eieio-help-constructor, eieio-help-generic): Rename from
13174 `eieio-describe-constructor' and `eieio-describe-generic', resp.
13175 Rewrite to use `insert' in the current buffer and use proper help
13176 buttons.
13177 (eieio-help-find-method-definition)
13178 (eieio-help-find-class-definition): Also accept symbols as
13179 arguments.
13180 (eieio-help-mode-augmentation-maybee): Remove.
13181 (eieio-describe-class-sb): Use `describe-function'.
13182 * emacs-lisp/eieio.el (help-fns-describe-function-functions):
13183 Add `eieio-help-generic' and `eieio-help-constructor'.
13184
13185 2014-01-08 Paul Eggert <eggert@cs.ucla.edu>
13186
13187 Spelling fixes.
13188 * language/china-util.el (hz-ascii-designation):
13189 Rename from hz-ascii-designnation.
13190 (hz-ascii-designation): Rename from hz-ascii-designnation.
13191 All uses changed.
13192
13193 2014-01-08 Stefan Monnier <monnier@iro.umontreal.ca>
13194
13195 * emacs-lisp/package.el (package-delete): Only remove pkg-desc from
13196 package-alist.
13197
13198 2014-01-08 Bastien Guerry <bzg@gnu.org>
13199
13200 * emacs-lisp/package.el (package-delete):
13201 Correctly delete the package from package-alist.
13202
13203 2014-01-08 Daiki Ueno <ueno@gnu.org>
13204
13205 * emacs-lisp/package.el (url-recreate-url): Declare.
13206 (url-http-target-url): Declare.
13207 (package-handle-response): Include requested URL in the error message.
13208 (package--check-signature): Don't re-signal errors from
13209 package--with-work-buffer. Suggested by Stefan Monnier.
13210
13211 2014-01-07 Bastien Guerry <bzg@gnu.org>
13212
13213 * minibuffer.el (completion--try-word-completion): When both a
13214 hyphen and a space are possible candidates for the character
13215 following a word, display both candidates. (Bug#15980)
13216
13217 2014-01-07 Martin Rudalics <rudalics@gmx.at>
13218
13219 * window.el (balance-windows-2): While rounding don't give a
13220 window more than the remainder. Bug#16351, bug#16383.
13221
13222 2014-01-07 Glenn Morris <rgm@gnu.org>
13223
13224 * menu-bar.el (menu-bar-help-extra-packages): Remove.
13225 (menu-bar-help-menu): Use view-external-packages instead.
13226
13227 2014-01-07 Bastien Guerry <bzg@gnu.org>
13228
13229 * emacs-lisp/package.el (package-delete): Also delete the package
13230 name from `package-alist', not its description only.
13231
13232 2014-01-07 Glenn Morris <rgm@gnu.org>
13233
13234 * help.el (view-external-packages):
13235 * menu-bar.el (menu-bar-help-extra-packages):
13236 Visit efaq.info rather than etc/MORE.STUFF.
13237
13238 2014-01-07 Juri Linkov <juri@jurta.org>
13239
13240 * isearch.el (isearch-mode-map): Bind [return] and [backspace] to
13241 isearch-exit and isearch-delete-char resp. (Bug#16342, bug#16035)
13242
13243 * progmodes/ps-mode.el (ps-mode-map): Remove [return] key binding
13244 that shadows RET. (Bug#16342)
13245
13246 2014-01-07 Chong Yidong <cyd@gnu.org>
13247
13248 * isearch.el (isearch-yank-char, isearch-yank-word)
13249 (isearch-yank-line): Doc fix.
13250
13251 2014-01-06 Stefan Monnier <monnier@iro.umontreal.ca>
13252
13253 * abbrev.el (define-abbrev): Beware new meaning of fboundp.
13254 * emacs-lisp/elint.el (elint-find-builtins):
13255 * emacs-lisp/eldoc.el (eldoc-symbol-function):
13256 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn)
13257 (byte-compile-file-form-defmumble, byte-compile, byte-compile-form):
13258 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
13259 * apropos.el (apropos-safe-documentation):
13260 * subr.el (symbol-file): Remove redundant fboundp.
13261 * progmodes/idlw-shell.el (idlwave-shell-comint-filter): Use defalias.
13262
13263 2014-01-06 Bastien Guerry <bzg@gnu.org>
13264
13265 * hl-line.el (global-hl-line-overlay): Make a local variable.
13266 (global-hl-line-overlays): New variable to store all overlays.
13267 (global-hl-line-mode): Don't delete overlays from the current
13268 buffer when `global-hl-line-sticky-flag' is non-nil.
13269 (global-hl-line-highlight): Add new overlays to
13270 `global-hl-line-overlays'.
13271 (global-hl-line-unhighlight-all): New function to delete all
13272 overlays when turning off `global-hl-line-mode'.
13273 This fixes Bug#16183.
13274
13275 2014-01-06 Stefan Monnier <monnier@iro.umontreal.ca>
13276
13277 * subr.el (set-transient-map): Fix nested case and docstring.
13278
13279 2014-01-06 Tassilo Horn <tsdh@gnu.org>
13280
13281 * textmodes/reftex-vars.el (reftex-label-alist-builtin): Add a
13282 `Texinfo' entry.
13283
13284 2014-01-06 Daniel Colascione <dancol@dancol.org>
13285
13286 Fix defun navigation in vc log view.
13287
13288 * vc/log-view.el (log-view-beginning-of-defun): Rewrite to behave
13289 like `beginning-of-defun'.
13290 (log-view-end-of-defun, log-view-end-of-defun-1): Rename old
13291 log-view-end-of-defun to log-view-end-of-defun-1. Replace
13292 log-view-end-of-defun with wrapper that behaves like `end-of-defun'.
13293 (log-view-extract-comment): Call `log-view-current-entry' directly
13294 instead of relying on broken `log-view-beginning-of-defun' behavior.
13295
13296 2014-01-06 Paul Eggert <eggert@cs.ucla.edu>
13297
13298 Spelling fixes.
13299 * calc/calc-yank.el (calc-edit-mode, calc-edit-cancel):
13300 * emacs-lisp/debug.el (cancel-debug-on-entry):
13301 * epg.el (epg-error-to-string):
13302 * files.el (recover-file):
13303 * lpr.el (lpr-buffer, print-buffer, lpr-region, print-region):
13304 * mail/emacsbug.el (report-emacs-bug-hook):
13305 * mail/sendmail.el (mail-recover):
13306 * ses.el (ses-yank-resize):
13307 * term/ns-win.el (ns-print-buffer):
13308 Spelling fixes in diagnostics, mostly for "canceled" with one L.
13309 * epg.el (epg-key-capability-alist): Rename from misspelled version.
13310 All uses changed.
13311 * obsolete/xesam.el (xesam-all-fields): Fix misspelled field name.
13312
13313 2014-01-06 Leo Liu <sdl.web@gmail.com>
13314
13315 * dired-x.el (dired-mode-map): Rebind dired-omit-mode to C-x M-o
13316 to avoid shadowing global key. (Bug#16354)
13317
13318 2014-01-06 Daniel Colascione <dancol@dancol.org>
13319
13320 * textmodes/rst.el (rst-mode): Set electric-indent-inhibit for
13321 rst-mode.
13322
13323 2014-01-05 Martin Rudalics <rudalics@gmx.at>
13324
13325 * window.el (balance-windows): Add mising t to fix Bug#16351.
13326
13327 2014-01-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
13328
13329 * net/shr.el (shr-descend): Don't bug out if the anchor is empty
13330 (bug#16285).
13331 (shr-insert): If we have a word that's longer than `shr-width',
13332 break after it anyway. Otherwise we'll do no breaking once we get
13333 such a long word.
13334
13335 2014-01-05 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
13336
13337 * net/eww.el (eww): Support single/double quote for search.
13338 * net/eww.el (eww-list-histories, eww-history-browse): Fixup.
13339 (eww-history-quit): Delete and use quit-window.
13340 (eww-history-kill): Delete, because it doesn't work well and
13341 not necessary.
13342 (eww-history-mode-map): Delete some keys and add easy-menu.
13343
13344 2014-01-05 Paul Eggert <eggert@cs.ucla.edu>
13345
13346 Fix misspelling of 'chinese' in rx (Bug#16237).
13347 * emacs-lisp/rx.el (rx-categories): Correct spelling of
13348 chinese-two-byte.
13349
13350 Change subword regexps back to vars (Bug#16296).
13351 * progmodes/subword.el (subword-forward-regexp)
13352 (subword-backward-regexp): Change these back to variables.
13353
13354 2014-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
13355
13356 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't bother with
13357 syntax-begin-function (bug#16247).
13358
13359 2014-01-03 Chong Yidong <cyd@gnu.org>
13360
13361 * emacs-lisp/nadvice.el (advice--make-docstring): Change args.
13362 (advice--docstring): Delete variable.
13363 (advice--make-1): Leave the docstring empty.
13364 (advice-add): Use function-documentation for advised docstring.
13365
13366 * emacs-lisp/advice.el (ad--make-advised-docstring): Change args.
13367 Ignore function-documentation property when getting documentation.
13368 (ad-activate-advised-definition): Use function-documentation
13369 generate the docstring.
13370 (ad-make-advised-definition): Don't call
13371 ad-make-advised-definition-docstring.
13372 (ad-make-advised-definition-docstring, ad-advised-definition-p):
13373 Delete functions.
13374
13375 * progmodes/sql.el (sql-help): Use function-documentation instead
13376 of dynamic-docstring-function property. No need to autoload now.
13377 (sql--help-docstring): New variable.
13378 (sql--make-help-docstring): Use it.
13379
13380 2014-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
13381
13382 * ielm.el (ielm-tab): Retarget.
13383 (ielm-map): Use ielm-tab for tab.
13384 (ielm-complete-filename): Use comint-filename-completion.
13385 (ielm-complete-symbol): Remove.
13386 (inferior-emacs-lisp-mode): Use lisp-completion-at-point instead and
13387 remove ielm-tab from completion-at-point-functions (bug#16224).
13388
13389 * emacs-lisp/pcase.el (pcase--split-equal, pcase--split-member):
13390 Beware signals raised by predicates (bug#16201).
13391
13392 2014-01-02 Richard Stallman <rms@gnu.org>
13393
13394 * dired-aux.el (dired-do-print): Handle printer-name.
13395
13396 * mail/rmailmm.el (rmail-mime-message-p): Move to rmail.el.
13397 * mail/rmail.el (rmail-mime-message-p): Move from rmailmm.el.
13398 (rmail-epa-decrypt): Turn off mime processing.
13399
13400 * mail/rmail.el (rmail-make-in-reply-to-field):
13401 Add parens in message-id.
13402
13403 * mail/rmail.el (rmail-get-coding-function): Variable.
13404 (rmail-get-coding-system): Use it.
13405
13406 2013-12-31 Eli Zaretskii <eliz@gnu.org>
13407
13408 * international/mule-conf.el: Unify the charset indian-is13194.
13409 (indian-is13194): Specify unify-map.
13410
13411 2013-12-31 Leo Liu <sdl.web@gmail.com>
13412
13413 * subr.el (set-temporary-overlay-map): Obsolete alias. (Bug#16305)
13414
13415 2013-12-30 Daniel Colascione <dancol@dancol.org>
13416
13417 * term/x-win.el ([XF86WakeUp]): Ignore the XF86WakeUp key instead
13418 of printing a useless when we resume from sleep.
13419
13420 * progmodes/sh-script.el
13421 (sh-smie-sh-forward-token, sh-smie-rc-forward-token): Fix infloop
13422 in indentation code. (Bug#16233)
13423
13424 2013-12-28 João Távora <joaotavora@gmail.com>
13425
13426 * elec-pair.el (electric-pair-post-self-insert-function):
13427 Don't open extra newlines at beginning of buffer. (Bug#16272)
13428
13429 2013-12-28 Eli Zaretskii <eliz@gnu.org>
13430
13431 * frame.el (window-system-for-display): Don't allow to create a
13432 GUI frame from a -nw session on MS-Windows. (Bug#14739)
13433
13434 2013-12-28 Glenn Morris <rgm@gnu.org>
13435
13436 * mail/hashcash.el (hashcash-program): Rename from hashcash-path.
13437 Update callers.
13438
13439 * apropos.el (apropos-match-face):
13440 * calculator.el (calculator-displayer):
13441 * dabbrev.el (dabbrev-search-these-buffers-only):
13442 * face-remap.el (buffer-face-mode-face):
13443 * simple.el (yank-handled-properties):
13444 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
13445 * mail/footnote.el (footnote-mode-line-string, footnote-prefix):
13446 * mail/hashcash.el (hashcash-accept-resources, hashcash-program)
13447 (hashcash-double-spend-database):
13448 * progmodes/ruby-mode.el (ruby-deep-indent-paren)
13449 (ruby-deep-indent-paren-style):
13450 * textmodes/flyspell.el (flyspell-auto-correct-binding):
13451 * textmodes/rst.el (rst-toc-indent, rst-toc-insert-style)
13452 (rst-toc-insert-number-separator, rst-toc-insert-max-level):
13453 * vc/pcvs-defs.el (cvs-minor-mode-prefix):
13454 Specify custom types.
13455
13456 * emacs-lisp/smie.el (smie-config): Add type, version, initialize.
13457 * bookmark.el (bookmark-bmenu-use-header-line):
13458 * doc-view.el (doc-view-scale-internally):
13459 * pcmpl-x.el (pcmpl-x-tlmgr-program, pcmpl-x-ack-program):
13460 * register.el (register-preview-delay):
13461 * net/shr.el (shr-bullet):
13462 * progmodes/cfengine.el (cfengine-cf-promises)
13463 (cfengine-parameters-indent):
13464 * progmodes/octave.el (inferior-octave-error-regexp-alist):
13465 * textmodes/reftex-vars.el (reftex-label-regexps):
13466 * vc/log-edit.el (log-edit-setup-add-author): Add version.
13467
13468 * net/tls.el (tls-certtool-program): Fix default value.
13469
13470 * desktop.el (desktop-restore-in-current-display):
13471 * newcomment.el (comment-empty-lines):
13472 * progmodes/idlwave.el (idlwave-scan-all-buffers-for-routine-info)
13473 (idlwave-pad-keyword):
13474 * progmodes/tcl.el (tcl-tab-always-indent):
13475 * textmodes/reftex-vars.el (reftex-index-default-tag):
13476 * elec-pair.el (electric-pair-skip-whitespace):
13477 * progmodes/cfengine.el (cfengine-cf-promises): Fix custom types.
13478
13479 * emacs-lisp/authors.el (authors-ignored-files)
13480 (authors-valid-file-names, authors-renamed-files-alist): Additions.
13481
13482 2013-12-27 Jarek Czekalski <jarekczek@poczta.onet.pl>
13483
13484 * shell.el (shell-dynamic-complete-command): Doc fix.
13485 (shell--command-completion-data): Shell completion now matches
13486 executable filenames from the current buffer's directory, on
13487 systems in which this behavior is the default (windows-nt, ms-dos).
13488
13489 2013-12-27 Lars Ingebrigtsen <larsi@gnus.org>
13490
13491 * net/shr.el (shr-insert): Don't infloop if the width is zero.
13492
13493 2013-12-27 Stefan Monnier <monnier@iro.umontreal.ca>
13494
13495 * icomplete.el (icomplete-show-matches-on-no-input): Default to nil
13496 (bug#16251).
13497
13498 * electric.el: Move all electric-pair-* to elec-pair.el.
13499 * elec-pair.el: New file, split from electric.el.
13500
13501 2013-12-27 Lars Ingebrigtsen <larsi@gnus.org>
13502
13503 * net/shr.el (shr-find-fill-point): Don't try to fill if the
13504 indentation level is larger than the width, because that will
13505 infloop.
13506 (shr-insert): Fill repeatedly long texts, so that Japanese is
13507 formatted correctly (bug#16263).
13508 (shr-find-fill-point): Off by one error in comparison with the
13509 indentation.
13510
13511 2013-12-26 João Távora <joaotavora@gmail.com>
13512
13513 * electric.el (electric-pair-mode): More flexible engine for skip-
13514 and inhibit predicates, new options for pairing-related functionality.
13515 (electric-pair-preserve-balance): Pair/skip parentheses and quotes
13516 if that keeps or improves their balance in buffers.
13517 (electric-pair-delete-adjacent-pairs): Delete the pair when
13518 backspacing over adjacent matched delimiters.
13519 (electric-pair-open-extra-newline): Open extra newline when
13520 inserting newlines between adjacent matched delimiters.
13521 (electric--sort-post-self-insertion-hook):
13522 Sort post-self-insert-hook according to priority values when
13523 minor-modes are activated.
13524 * simple.el (newline-and-indent): Call newline with interactive
13525 set to t.
13526 (blink-paren-post-self-insert-function): Set priority to 100.
13527 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
13528 Use electric-pair-text-pairs to pair backtick-and-quote in strings and
13529 comments. Locally set electric-pair-skip-whitespace to 'chomp and
13530 electric-pair-open-newline-between-pairs to nil.
13531
13532 2013-12-26 Fabián Ezequiel Gallina <fgallina@gnu.org>
13533
13534 * progmodes/python.el: Use lexical-binding.
13535 (python-nav-beginning-of-defun): Stop searching ASAP.
13536
13537 2013-12-25 Xue Fuqiao <xfq.free@gmail.com>
13538
13539 * vc/vc.el (vc-ignore): Use `vc-responsible-backend'.
13540 Fix interactive spec. Doc fix. (Bug#15754)
13541
13542 2013-12-25 Katsumi Yamaoka <yamaoka@jpl.org>
13543
13544 * emacs-lisp/byte-run.el (eval-when-compile):
13545 * progmodes/cc-defs.el (cc-eval-when-compile):
13546 Fix edebug spec (bug#16184).
13547
13548 2013-12-25 Lars Ingebrigtsen <larsi@gnus.org>
13549
13550 * net/shr.el (shr-visit-file): Remove debugging function.
13551 (shr-insert): Don't infloop if we can't find a good place to break
13552 the line (bug#16256).
13553
13554 2013-12-25 Fabián Ezequiel Gallina <fgallina@gnu.org>
13555
13556 * progmodes/python.el (python-nav--lisp-forward-sexp): New function.
13557 (python-nav--lisp-forward-sexp-safe): Use it. Rename from
13558 python-nav-lisp-forward-sexp-safe.
13559 (python-nav--forward-sexp): New argument SAFE allows switching
13560 forward sexp movement behavior for parens.
13561 (python-nav-forward-sexp): Throw errors on unterminated parens
13562 (Bug#16191).
13563 (python-nav-backward-sexp, python-nav-forward-sexp-safe)
13564 (python-nav-backward-sexp-safe): New functions.
13565 (python-shell-buffer-substring):
13566 Use `python-nav-forward-sexp-safe'.
13567
13568 2013-12-25 Lars Ingebrigtsen <larsi@gnus.org>
13569
13570 * net/shr.el (shr-find-fill-point): Don't break lines before a
13571 quotation mark.
13572 (shr-char-kinsoku-bol-p): The quotation mark isn't a kinsoky BOL char.
13573 (shr-find-fill-point): Remove the special checks for the quotation
13574 mark, since `shr-char-kinsoku-bol-p' should now return the right thing.
13575
13576 2013-12-25 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
13577
13578 * net/eww.el (eww-form-textarea): Use a different face for
13579 textareas than text input since they have different keymaps
13580 (bug#16142).
13581
13582 2013-12-24 Fabián Ezequiel Gallina <fgallina@gnu.org>
13583
13584 * progmodes/python.el (python-nav-beginning-of-statement):
13585 Speed up (Bug#15295).
13586
13587 2013-12-24 Lars Ingebrigtsen <larsi@gnus.org>
13588
13589 * net/eww.el (eww-bookmark-browse): Use `quit-window' to restore
13590 the window configuration.
13591
13592 2013-12-24 Eli Zaretskii <eliz@gnu.org>
13593
13594 * net/eww.el (eww-open-file): Ensure 3 slashes after "file:" when
13595 we run on MS-Windows or MS-DOS.
13596
13597 2013-12-24 Martin Rudalics <rudalics@gmx.at>
13598
13599 * window.el (balance-windows-area): Call window-size instead of
13600 window-height and window-width. Bug#16241.
13601
13602 2013-12-24 Lars Ingebrigtsen <larsi@gnus.org>
13603
13604 * net/eww.el (eww-bookmark-quit): Remove.
13605 (eww-bookmark-browse): Restore the window configuration when you
13606 choose a bookmark (bug#16144).
13607
13608 2013-12-24 Daniel Colascione <dancol@dancol.org>
13609
13610 * icomplete.el: Remove redundant :group arguments to `defcustom'
13611 throughout.
13612 (icomplete-show-matches-on-no-input): New customizable variable.
13613 (icomplete-minibuffer-setup): Call `icomplete-exhibit' on setup if
13614 we have something to show.
13615 (icomplete-exhibit): Compute completions even if we have no user input.
13616
13617 2013-12-23 Daniel Colascione <dancol@dancol.org>
13618
13619 * icomplete.el: Move `provide' to end of file.
13620
13621 2013-12-23 Teodor Zlatanov <tzz@lifelogs.com>
13622
13623 * net/gnutls.el (gnutls-verify-error): Add version tag.
13624
13625 2013-12-23 Chong Yidong <cyd@gnu.org>
13626
13627 * subr.el (set-transient-map): Rename from
13628 set-temporary-overlay-map. Doc fix.
13629
13630 * face-remap.el (text-scale-adjust):
13631 * indent.el (indent-rigidly):
13632 * kmacro.el (kmacro-call-macro):
13633 * minibuffer.el (minibuffer-force-complete):
13634 * repeat.el (repeat):
13635 * simple.el (universal-argument--mode):
13636 * calendar/todo-mode.el (todo-insert-item--next-param):
13637 * progmodes/f90.el (f90-abbrev-start): Callers changed.
13638
13639 * indent.el (indent-rigidly): Use substitute-command-keys.
13640
13641 2013-12-22 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
13642
13643 * net/eww.el (eww-tag-select): Add text-property to jump to next
13644 select field.
13645 (eww): Add non-supported ftp error.
13646
13647 2013-12-22 Dmitry Gutov <dgutov@yandex.ru>
13648
13649 * progmodes/ruby-mode.el (ruby--electric-indent-p): Improve the
13650 comments. Handle electric indent after typing `?' and `!'.
13651
13652 2013-12-22 Chong Yidong <cyd@gnu.org>
13653
13654 * faces.el (face-spec-recalc): If the theme specs are not
13655 applicable to a frame, fall back on the defface spec.
13656 This prevents themes from obliterating faces on low-color terminals.
13657
13658 2013-12-22 Dmitry Gutov <dgutov@yandex.ru>
13659
13660 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Return t
13661 after `{'. We need it after block openers, and it doesn't seem
13662 to hurt after hash openers.
13663
13664 2013-12-22 Dmitry Gutov <dgutov@yandex.ru>
13665
13666 * progmodes/ruby-mode.el (ruby--at-indentation-p): New function,
13667 extracted from `ruby-smie-rules'.
13668 (ruby--electric-indent-chars): New variable.
13669 (ruby--electric-indent-p): New function.
13670 (ruby-mode): Use `electric-indent-functions' instead of
13671 `electric-indent-chars'.
13672
13673 2013-12-22 Dmitry Gutov <dgutov@yandex.ru>
13674
13675 * progmodes/ruby-mode.el (ruby-align-to-stmt-keywords): Tweak the
13676 docstring.
13677 (ruby-smie-rules): Indent plus one level after `=>'.
13678
13679 2013-12-21 Richard Stallman <rms@gnu.org>
13680
13681 * simple.el (newline): Doc fix.
13682
13683 2013-12-21 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
13684
13685 * net/eww.el (eww-list-histories, eww-list-histories)
13686 (eww-history-browse, eww-history-quit, eww-history-kill)
13687 (eww-history-mode-map, eww-history-mode): New command and
13688 functions to list browser histories.
13689 (eww-form-text): Support text form with disabled
13690 and readonly attributes.
13691 (eww-checkbox-map): Fix wrong key bind to `eww-toggle-checkbox'.
13692
13693 2013-12-21 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
13694
13695 * net/eww.el (eww-back-url, eww-forward-url, eww-next-url)
13696 (eww-previous-url, eww-up-url, eww-top-url, eww-add-bookmark)
13697 (eww-bookmark-prepare, eww-bookmark-kill, eww-bookmark-yank)
13698 (eww-bookmark-browse, eww-next-bookmark, eww-previous-bookmark):
13699 Use `user-error'.
13700 (eww-bookmark-mode-map): Add menu.
13701 (eww-render, eww-mode): Use `setq-local'.
13702 (eww-tool-bar-map): New variable.
13703 (eww-mode): Set `tool-bar-map'.
13704 (eww-view-source): Check for `html-mode' with `fboundp'.
13705
13706 2013-12-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
13707
13708 * net/shr.el (shr--extract-best-source): Don't bug out on audio
13709 elements with text inside. Also remove debugging.
13710
13711 2013-12-21 Jan Djärv <jan.h.d@swipnet.se>
13712
13713 * cus-start.el (all): Add ns-use-srgb-colorspace.
13714
13715 2013-12-21 Chong Yidong <cyd@gnu.org>
13716
13717 * custom.el (custom-theme-recalc-face): Do nothing if the face is
13718 undefined. Thus, theme settings for undefined faces do not take
13719 effect until the faces are defined with defface, the same as with
13720 theme variables.
13721
13722 * faces.el (face-spec-set): Use face-spec-recalc in all cases.
13723 (face-spec-reset-face): Don't assign extra properties in temacs.
13724 (face-spec-recalc): Apply X resources too.
13725
13726 2013-12-21 Chong Yidong <cyd@gnu.org>
13727
13728 * faces.el (face-spec-set):
13729 * cus-face.el (custom-theme-set-faces, custom-set-faces):
13730 * custom.el (defface): Doc fixes (Bug#16203).
13731
13732 * indent.el (indent-rigidly-map): Add docstring, and move commands
13733 into named functions.
13734 (indent-rigidly-left, indent-rigidly-right)
13735 (indent-rigidly-left-to-tab-stop)
13736 (indent-rigidly-right-to-tab-stop): New functions. Decide on
13737 indentation direction based on bidi direction, and accumulate
13738 sequential commands in a single undo boundary.
13739 (indent-rigidly--pop-undo): New utility function.
13740
13741 2013-12-20 Juanma Barranquero <lekktu@gmail.com>
13742
13743 * faces.el (read-face-name): Require crm.el when using crm-separator.
13744
13745 2013-12-20 Daniel Colascione <dancol@dancol.org>
13746
13747 * progmodes/sh-script.el (sh-mode): Tweak paragraph-separate
13748 so that we don't reflow comments into the shebang line.
13749
13750 2013-12-20 Juri Linkov <juri@jurta.org>
13751
13752 * saveplace.el (save-place-to-alist): Add `dired-filename' as
13753 a position when `dired-directory' is non-nil. Check integer
13754 positions with `integerp'.
13755 (toggle-save-place, save-places-to-alist): Add check for
13756 `dired-directory'.
13757 (save-place-find-file-hook): Check integer positions with
13758 `integerp'.
13759 (save-place-dired-hook): Use `dired-goto-file' when
13760 `dired-filename' is found in the assoc list. Check integer
13761 positions with `integerp'.
13762 (dired-initial-position-hook): Rename from `dired-initial-point-hook'.
13763
13764 * dired.el (dired-initial-position-hook): Rename back from
13765 `dired-initial-point-hook'.
13766 (dired-initial-position): Rename `dired-initial-point-hook' to
13767 `dired-initial-position-hook'.
13768 (dired-file-name-at-point): Doc fix. (Bug#15329)
13769
13770 2013-12-20 Juri Linkov <juri@jurta.org>
13771
13772 * replace.el (read-regexp-defaults-function): New defcustom (bug#14405).
13773 (read-regexp-suggestions): New function.
13774 (read-regexp): Use `read-regexp-defaults-function' to get default values.
13775 Use `read-regexp-suggestions'. Add non-empty default to history
13776 for empty input.
13777 (occur-read-regexp-defaults-function): Remove function.
13778 (occur-read-primary-args): Use `regexp-history-last' instead of
13779 `occur-read-regexp-defaults-function'.
13780
13781 * hi-lock.el (hi-lock-read-regexp-defaults-function): Remove function.
13782 (hi-lock-line-face-buffer, hi-lock-face-buffer)
13783 (hi-lock-face-phrase-buffer): Use `regexp-history-last' instead of
13784 `hi-lock-read-regexp-defaults-function'. Doc fix.
13785 (hi-lock-face-symbol-at-point): Replace `find-tag-default-as-regexp'
13786 with `find-tag-default-as-symbol-regexp'. Doc fix.
13787 (hi-lock-read-regexp-defaults): Remove function.
13788 (hi-lock-regexp-okay): Add check for null.
13789
13790 * progmodes/grep.el (grep-read-regexp): Use `grep-tag-default' for
13791 the arg DEFAULTS. Move formatting of the prompt to `read-regexp'.
13792
13793 * subr.el (find-tag-default-as-symbol-regexp): New function.
13794 (find-tag-default-as-regexp): Move symbol regexp formatting to
13795 `find-tag-default-as-symbol-regexp'.
13796
13797 2013-12-20 E Sabof <esabof@gmail.com> (tiny change)
13798
13799 * hi-lock.el (hi-lock-set-pattern): Check for `font-lock-specified-p'.
13800 (Bug#14179)
13801
13802 2013-12-20 Stephen Berman <stephen.berman@gmx.net>
13803
13804 * calendar/todo-mode.el: New implementation of item insertion
13805 commands and key bindings.
13806 (todo-key-prompt): New face.
13807 (todo-insert-item): New command.
13808 (todo-insert-item--parameters): New defconst, replacing defvar
13809 todo-insertion-commands-args-genlist.
13810 (todo-insert-item--param-key-alist): New defconst, replacing
13811 defvar todo-insertion-commands-arg-key-list.
13812 (todo-insert-item--keyof, todo-insert-item--this-key): New defsubsts.
13813 (todo-insert-item--argsleft, todo-insert-item--apply-args)
13814 (todo-insert-item--next-param): New functions.
13815 (todo-insert-item--args, todo-insert-item--argleft)
13816 (todo-insert-item--argsleft, todo-insert-item--newargsleft):
13817 New variables.
13818 (todo-key-bindings-t): Change binding of "i" from
13819 todo-insertion-map to todo-insert-item.
13820 (todo-powerset, todo-gen-arglists, todo-insertion-commands-args)
13821 (todo-insertion-command-name, todo-insertion-commands-names)
13822 (todo-define-insertion-command, todo-insertion-commands)
13823 (todo-insertion-key-bindings, todo-insertion-map): Remove.
13824
13825 2013-12-20 Stephen Berman <stephen.berman@gmx.net>
13826
13827 * calendar/todo-mode.el: Bug fixes and new features (bug#15225).
13828 (todo-toggle-item-highlighting): Use eval-and-compile instead of
13829 eval-when-compile.
13830 (todo-move-category): Allow choosing a non-existing todo file to
13831 move the category to, and create that file.
13832 (todo-default-priority): New user option.
13833 (todo-set-item-priority): Use it.
13834 (todo-desktop-save-buffer, todo-restore-desktop-buffer): New functions.
13835 (desktop-restore-file-buffer): Declare.
13836 (desktop-buffer-mode-handlers): Add todo-restore-desktop-buffer.
13837 (todo-modes-set-2): Locally set desktop-save-buffer to
13838 todo-desktop-save-buffer.
13839 (todo-mode, todo-archive-mode, todo-filtered-items-mode)
13840 (auto-mode-alist): Add autoload cookie.
13841
13842 2013-12-20 Bozhidar Batsov <bozhidar@batsov.com>
13843
13844 * emacs-lisp/subr-x.el: Renamed from helpers.el.
13845 helpers.el was a poor choice of name.
13846 (string-remove-prefix): New function.
13847 (string-remove-suffix): New function.
13848
13849 2013-12-20 Martin Rudalics <rudalics@gmx.at>
13850
13851 Fix assignment for new window total sizes.
13852 * window.el (window--pixel-to-size): Remove function.
13853 (window--pixel-to-total-1, window--pixel-to-total):
13854 Fix calculation of new total sizes.
13855
13856 2013-12-20 Vitalie Spinu <spinuvit@gmail.com>
13857
13858 * comint.el (comint-output-filter): Fix rear-nonsticky property
13859 placement (Bug#16010).
13860
13861 2013-12-20 Chong Yidong <cyd@gnu.org>
13862
13863 * faces.el (read-color): Minor fix for completion function.
13864
13865 2013-12-20 Dmitry Gutov <dgutov@yandex.ru>
13866
13867 * progmodes/ruby-mode.el (ruby-align-to-stmt-keywords):
13868 New option. (Bug#16182)
13869 (ruby-smie--indent-to-stmt-p): Use it.
13870 (ruby-smie-rules): Revert the logic in the handling of `when'.
13871 Expand the begin clause to handle `ruby-align-to-stmt-keywords'.
13872 (ruby-deep-arglist, ruby-deep-indent-paren)
13873 (ruby-deep-indent-paren-style): Update docstrings to note that the
13874 vars don't have any effect with SMIE.
13875
13876 2013-12-20 Jay Belanger <jay.p.belanger@gmail.com>
13877
13878 * calc/calc.el (calc-enter, calc-pop): Use the variable
13879 `calc-context-sensitive-enter'.
13880
13881 2013-12-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
13882
13883 * net/shr.el (shr-insert): Protect against infloops in degenerate
13884 tables.
13885
13886 2013-12-20 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
13887
13888 * progmodes/octave.el (octave): Add link to manual and octave
13889 homepage.
13890 (octave-mode-menu): Link to octave-mode manual.
13891
13892 2013-12-20 Leo Liu <sdl.web@gmail.com>
13893
13894 * skeleton.el (skeleton-pair-insert-maybe): Disable newline
13895 insertion using skeleton-end-newline. (Bug#16138)
13896
13897 2013-12-20 Juri Linkov <juri@jurta.org>
13898
13899 * replace.el (occur-engine): Use `add-face-text-property'
13900 to add the face property to matches and titles. (Bug#14645)
13901
13902 * hi-lock.el (hi-green): Use lighter color "light green" closer to
13903 the palette of other hi-lock colors.
13904 (hi-lock-set-pattern): Prepend hi-lock face to the existing face.
13905
13906 2013-12-19 Juri Linkov <juri@jurta.org>
13907
13908 * isearch.el (isearch-mode-map): Bind `M-s e' to `isearch-edit-string'.
13909 Put :advertised-binding on `M-s c', `M-s r', `M-s e'. (Bug#16035)
13910 (minibuffer-history-symbol): Move variable declaration closer to
13911 its usage.
13912
13913 * isearchb.el (isearchb): Add `event-basic-type' on `last-command-event'.
13914 (Bug#14785)
13915
13916 2013-12-19 Juri Linkov <juri@jurta.org>
13917
13918 * vc/log-edit.el (log-edit-insert-filenames-without-changelog):
13919 New function.
13920 (log-edit-hook): Add it to :options. (Bug#16170)
13921
13922 2013-12-19 Juri Linkov <juri@jurta.org>
13923
13924 * simple.el (eval-expression-print-format): Don't check for
13925 command names and the last command. Always display additional
13926 formats of the integer result in the echo area, and insert them
13927 to the current buffer only with a zero prefix arg.
13928 Display character when char-displayable-p is non-nil.
13929 (eval-expression): With a zero prefix arg, set `print-length' and
13930 `print-level' to nil, and insert the integer values from
13931 `eval-expression-print-format' at the end. Doc fix. (Bug#12985)
13932
13933 * emacs-lisp/lisp-mode.el (eval-print-last-sexp): Add arg
13934 `eval-last-sexp-arg-internal'. Doc fix.
13935 (eval-last-sexp-1): Pass arg `eval-last-sexp-arg-internal' to
13936 `eval-last-sexp-print-value'. Doc fix.
13937 (eval-last-sexp-print-value): Add arg `eval-last-sexp-arg-internal'.
13938 Set `print-length' and `print-level' to nil when arg is zero.
13939 (eval-last-sexp): Doc fix.
13940 (eval-defun-2): Print the integer values from
13941 `eval-expression-print-format' at the end.
13942
13943 * emacs-lisp/edebug.el (edebug-eval-defun): Print the integer
13944 values from `eval-expression-print-format' at the end.
13945
13946 * ielm.el (ielm-eval-input): Print the integer
13947 values from `eval-expression-print-format' at the end.
13948
13949 2013-12-19 Teodor Zlatanov <tzz@lifelogs.com>
13950
13951 * net/eww.el (eww-exit, eww-close, eww-mode-map): Revert change of
13952 2013-12-11T19:01:44Z!tzz@lifelogs.com.
13953
13954 2013-12-19 Stefan Monnier <monnier@iro.umontreal.ca>
13955
13956 * hl-line.el (hl-line-make-overlay): New fun. Set priority (bug#16192).
13957 (hl-line-highlight, global-hl-line-highlight): Use it.
13958 (hl-line-overlay): Use defvar-local.
13959
13960 2013-12-19 Jan Djärv <jan.h.d@swipnet.se>
13961
13962 * term/ns-win.el: Require dnd.
13963 (global-map): Remove drag items.
13964 (ns-insert-text, ns-set-foreground-at-mouse)
13965 (ns-set-background-at-mouse):
13966 Remove (ns-drag-n-drop, ns-drag-n-drop-other-frame)
13967 (ns-drag-n-drop-as-text, ns-drag-n-drop-as-text-other-frame):
13968 New functions.
13969
13970 2013-12-19 Glenn Morris <rgm@gnu.org>
13971
13972 * emacs-lisp/ert.el (ert-select-tests):
13973 Fix string/symbol mixup. (Bug#16121)
13974
13975 2013-12-19 Dmitry Gutov <dgutov@yandex.ru>
13976
13977 * progmodes/ruby-mode.el (ruby-smie-rules): Indent middle-of-block
13978 keywords to their parent.
13979
13980 2013-12-19 Dmitry Gutov <dgutov@yandex.ru>
13981
13982 * progmodes/ruby-mode.el (ruby-smie--args-separator-p): Allow the
13983 first arg to be a string (fixed dead code), or an operator symbol.
13984 (ruby-smie--forward-token): Tokenize ` @ ' before strings and
13985 operator symbols.
13986 (ruby-smie-rules): Remove parent token check in the `.' clause, it
13987 did nothing. Don't respond to `(:after ".")', it will be called
13988 with :before anyway. Remove the ` @ ' rule, it didn't seem to
13989 change anything. Only return indentation for binary operators
13990 when they are hanging. De-dent opening paren when its parent is
13991 `.', otherwise it looks bad when the dot is not at bol or eol
13992 (bug#16182).
13993
13994 2013-12-19 Juri Linkov <juri@jurta.org>
13995
13996 * replace.el (query-replace-read-args): Split a non-negative arg
13997 and a negative arg into separate elements.
13998 (query-replace, query-replace-regexp, replace-string)
13999 (replace-regexp): Add arg `backward'. Doc fix.
14000 (replace-match-maybe-edit): When new arg `backward' is non-nil,
14001 move point to the beginning of the match.
14002 (replace-search, replace-highlight): Use new arg `backward'
14003 to set the value of `isearch-forward'.
14004 (perform-replace): Add arg `backward' and use it to perform
14005 replacement backward. (Bug#14979)
14006
14007 * isearch.el (isearch-query-replace): Use a negative prefix arg
14008 to call `perform-replace' with a non-nil arg `backward'.
14009
14010 2013-12-18 Juri Linkov <juri@jurta.org>
14011
14012 * vc/log-edit.el (log-edit-hook): Add `log-edit-insert-message-template'
14013 to the default list. Move `log-edit-show-files' to the end.
14014 Add more available functions to options.
14015 (log-edit): Move default specific settings to
14016 `log-edit-insert-message-template'. Don't move point.
14017 (log-edit-insert-message-template): New function.
14018 (log-edit-insert-changelog): Add `save-excursion' and don't move point.
14019 (Bug#16170)
14020
14021 2013-12-18 Juri Linkov <juri@jurta.org>
14022
14023 * help-mode.el (help-mode-map): Bind "l" to help-go-back,
14024 and "r" to help-go-forward for compatibity with Info. (Bug#16178)
14025
14026 2013-12-18 Leo Liu <sdl.web@gmail.com>
14027
14028 * eshell/em-prompt.el (eshell-emit-prompt): Fix last change.
14029 (Bug#16186)
14030
14031 2013-12-18 Eli Zaretskii <eliz@gnu.org>
14032
14033 * ls-lisp.el (ls-lisp-insert-directory): Don't modify %d and %f
14034 formats for displaying file sizes when the -s switch is given.
14035 Instead, compute a separate format for displaying the size in
14036 blocks, which is displayed in addition to the "regular" size.
14037 When -h is given in addition to -s, produce size in blocks in
14038 human-readable form as well. (Bug#16179)
14039
14040 2013-12-18 Tassilo Horn <tsdh@gnu.org>
14041
14042 * textmodes/reftex-vars.el (reftex-label-alist-builtin):
14043 Reference tables with ~\ref{...} instead of only \ref{...}.
14044
14045 2013-12-18 Chong Yidong <cyd@gnu.org>
14046
14047 * cus-edit.el (custom-magic-alist): Fix "themed" description
14048 (Bug#14348).
14049
14050 * custom.el (custom-push-theme): If custom--inhibit-theme-enable
14051 is non-nil, do not create a new entry in the symbol's theme-value
14052 or theme-face property; update theme-settings only (Bug#14664).
14053 (custom-available-themes): Doc fix.
14054
14055 * cus-theme.el (custom-new-theme-mode-map): Add bindings
14056 (Bug#15674).
14057
14058 * replace.el (occur-engine): Avoid infloop (Bug#7593).
14059
14060 2013-12-18 Kazuhiro Ito <kzhr@d1.dion.ne.jp> (tiny change)
14061
14062 * progmodes/make-mode.el (makefile-fill-paragraph): Fix infloop
14063 (Bug#13914).
14064
14065 2013-12-18 Shigeru Fukaya <shigeru.fukaya@gmail.com>
14066
14067 * apropos.el (apropos-words-to-regexp): Fix algorithm (Bug#13946).
14068
14069 2013-12-18 Glenn Morris <rgm@gnu.org>
14070
14071 * Makefile.in (BYTE_COMPILE_FLAGS): Set load-prefer-newer to t.
14072 * cus-start.el (load-prefer-newer): New option.
14073
14074 2013-12-18 Le Wang <l26wang@gmail.com>
14075
14076 * comint.el (comint-previous-matching-input-from-input):
14077 Retain point (Bug#13404).
14078
14079 2013-12-18 Chong Yidong <cyd@gnu.org>
14080
14081 * simple.el (append-next-kill): Doc fix (Bug#15995, Bug#16016).
14082
14083 2013-12-18 Glenn Morris <rgm@gnu.org>
14084
14085 * mail/emacsbug.el (report-emacs-bug):
14086 Only mention enable-multibyte-characters if non-standard.
14087
14088 2013-12-17 Juri Linkov <juri@jurta.org>
14089
14090 * arc-mode.el (archive-extract-by-file): Check if directory exists
14091 before deletion to not show irrelevant errors if it doesn't exist.
14092
14093 2013-12-17 Juri Linkov <juri@jurta.org>
14094
14095 * menu-bar.el (menu-bar-tools-menu): Add `browse-web'.
14096 (Bug#14751)
14097
14098 * net/eww.el (browse-web): Add alias to `eww'.
14099 (eww-mode-map): Bind "r" to `eww-forward-url' like in Info.
14100 Bind "S-SPC" to `scroll-down-command'. (Bug#16178)
14101
14102 * net/browse-url.el (browse-url-browser-function): Move `eww'
14103 closer to similar functions.
14104
14105 * startup.el (fancy-startup-screen, fancy-about-screen):
14106 Set browse-url-browser-function to eww-browse-url locally.
14107 (Bug#14751)
14108
14109 2013-12-17 Stefan Monnier <monnier@iro.umontreal.ca>
14110
14111 * window.el (window--pixel-to-total): Remove unused `mini' var.
14112 (maximize-window, minimize-window): Remove unused `pixelwise' arg.
14113 (split-window): Remove unused `new' var.
14114 (window--display-buffer): Remove unused `frame' and `delta' vars.
14115 (fit-window-to-buffer): Remove unused vars `frame', `display-height',
14116 and display-width'.
14117
14118 2013-12-17 Martin Rudalics <rudalics@gmx.at>
14119
14120 * dired.el (dired-mark-pop-up):
14121 * register.el (register-preview): Don't bind
14122 split-height-threshold here since it's now done in
14123 display-buffer-below-selected.
14124
14125 2013-12-17 oblique <psyberbits@gmail.com> (tiny change)
14126
14127 * term/rxvt.el (rxvt-rgb-convert-to-16bit): Standardize with
14128 xterm-rgb-convert-to-16bit.
14129 (rxvt-register-default-colors): Standardize with
14130 xterm-register-default-colors (Bug#14078).
14131
14132 2013-12-17 Dima Kogan <dima@secretsauce.net> (tiny change)
14133
14134 * simple.el (kill-region): Pass mark first, then point, so that
14135 kill-append works right (Bug#12819).
14136 (copy-region-as-kill, kill-ring-save): Likewise.
14137
14138 2013-12-17 Leo Liu <sdl.web@gmail.com>
14139
14140 * net/rcirc.el (rcirc-add-face):
14141 * eshell/em-prompt.el (eshell-emit-prompt):
14142 * eshell/em-ls.el (eshell-ls-decorated-name): Use font-lock-face.
14143 (Bug#16167)
14144
14145 2013-12-17 Chong Yidong <cyd@gnu.org>
14146
14147 * files.el (break-hardlink-on-save): Doc fix (Bug#13801).
14148 Suggested by Xue Fuqiao.
14149
14150 2013-12-17 Dmitry Gutov <dgutov@yandex.ru>
14151
14152 * progmodes/ruby-mode.el (ruby-smie-rules): Indent ternary if.
14153
14154 2013-12-17 Stefan Monnier <monnier@iro.umontreal.ca>
14155
14156 * net/shr.el (shr-insert-document): Remove unused var
14157 `shr-preliminary-table-render'.
14158 (shr-rescale-image): Remove unused arg `force'.
14159 (shr-put-image): Update calls accordingly.
14160 (shr-tag-a): Use `cont' rather than dyn-bound `dom'.
14161
14162 2013-12-17 Dmitry Gutov <dgutov@yandex.ru>
14163
14164 * emacs-lisp/smie.el (smie-indent--rule): Extract `smie-indent--rule-1'.
14165 (smie-indent-close): Call `smie-indent--rule-1' with METHOD
14166 :close-all, to see which indentation method to use (Bug#16116).
14167 (smie-rules-function): Document the method :close-all.
14168
14169 2013-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
14170
14171 * net/shr.el (shr-tag-a): Support zero-length <a name="foo"> elements.
14172
14173 * net/eww.el (eww-display-html): If we can't find the anchor we're
14174 looking for, then go to point-min.
14175
14176 2013-12-16 Paul Eggert <eggert@cs.ucla.edu>
14177
14178 Fix problems with CANNOT_DUMP and EMACSLOADPATH.
14179 * Makefile.in (emacs): Add lisp src to EMACSLOADPATH.
14180 * loadup.el: Check for src/bootstrap-emacs only when Emacs can dump.
14181 Expand dir too, in case it's relative.
14182
14183 2013-12-16 Juri Linkov <juri@jurta.org>
14184
14185 * desktop.el (desktop-auto-save-timeout): Change default to
14186 `auto-save-timeout'. Doc fix.
14187 (desktop-save): Skip the timestamp in desktop-saved-frameset
14188 when checking for auto-save changes.
14189 (desktop-auto-save): Don't call desktop-auto-save-set-timer since
14190 `desktop-auto-save' is called repeatedly by the idle timer.
14191 (desktop-auto-save-set-timer): Replace `run-with-timer' with
14192 `run-with-idle-timer' and a non-nil arg REPEAT. Doc fix.
14193 (Bug#15331)
14194
14195 2013-12-16 Juri Linkov <juri@jurta.org>
14196
14197 * isearch.el (isearch-mode-map): Remove [escape] key bindinds.
14198 (Bug#16035)
14199 (isearch-pre-command-hook): Check `this-command' for symbolp.
14200
14201 2013-12-16 Stefan Monnier <monnier@iro.umontreal.ca>
14202
14203 * emacs-lisp/gv.el (gv-ref): Mention lexbind restriction (bug#16153).
14204
14205 2013-12-16 Teodor Zlatanov <tzz@lifelogs.com>
14206
14207 * progmodes/cfengine.el (cfengine3--current-word): Remove.
14208 (cfengine3--current-function): Bring in the current-function
14209 functionality from `cfengine3--current-word'.
14210 (cfengine3-completion-function): Bring in the
14211 bounds-of-current-word functionality from
14212 `cfengine3--current-word'.
14213
14214 2013-12-16 Martin Rudalics <rudalics@gmx.at>
14215
14216 * window.el (display-buffer-below-selected):
14217 Bind split-height-threshold to 0 as suggested by Juri Linkov.
14218
14219 2013-12-16 Leo Liu <sdl.web@gmail.com>
14220
14221 * progmodes/compile.el (compile-goto-error): Do not push-mark.
14222 Remove NOMSG arg and all uses changed.
14223
14224 2013-12-16 Stefan Monnier <monnier@iro.umontreal.ca>
14225
14226 * emulation/cua-rect.el (cua-rectangle-mark-mode): New minor mode.
14227 (cua--deactivate-rectangle): Don't deactivate the mark.
14228 (cua-set-rectangle-mark): Don't set mark-active since
14229 cua--activate-rectangle already does it for us.
14230 (cua--rectangle-highlight-for-redisplay): Unhighlight a previous
14231 non-rectangular region.
14232
14233 * emulation/cua-base.el (cua-repeat-replace-region):
14234 Use with-current-buffer.
14235
14236 * net/gnutls.el: Use cl-lib.
14237 (gnutls-negotiate): `mapcan' -> cl-mapcan.
14238
14239 2013-12-14 Teodor Zlatanov <tzz@lifelogs.com>
14240
14241 * emacs-lisp/package.el (package-built-in-p): Support both
14242 built-in and the package.el converted package descriptions.
14243 (package-show-package-list): Allow keywords.
14244 (package-keyword-button-action): Use it instead of
14245 `finder-list-matches'.
14246 (package-menu-filter-interactive): Interactive filtering (by
14247 keyword) function.
14248 (package-menu--generate): Support keywords and change keymappings
14249 and headers when they are given.
14250 (package--has-keyword-p): Helper function.
14251 (package-menu--refresh): Use it.
14252 (package--mapc): Helper function.
14253 (package-all-keywords): Use it.
14254 (package-menu-mode-map): Set up menu items and keybindings to
14255 provide a filtering UI.
14256
14257 2013-12-14 Teodor Zlatanov <tzz@lifelogs.com>
14258
14259 * net/gnutls.el (gnutls-verify-error): New defcustom to control
14260 the behavior when a certificate fails validation. Defaults to
14261 old behavior: never abort, just warn.
14262 (gnutls-negotiate): Use it.
14263
14264 2013-12-14 Martin Rudalics <rudalics@gmx.at>
14265
14266 * window.el (display-buffer-below-selected): Never split window
14267 horizontally. Suggested by Juri Linkov <juri@jurta.org>.
14268
14269 2013-12-14 Tom Willemse <tom@ryuslash.org> (tiny change)
14270
14271 * emacs-lisp/package.el (package--prepare-dependencies): New function.
14272 (package-buffer-info): Use it (bug#15108).
14273
14274 2013-12-14 Stefan Monnier <monnier@iro.umontreal.ca>
14275
14276 * icomplete.el (icomplete-completions): Make sure the prefix is already
14277 displayed elsewhere before hiding it (bug#16219).
14278
14279 2013-12-14 Dmitry Gutov <dgutov@yandex.ru>
14280
14281 * progmodes/ruby-mode.el (ruby-smie-rules): Return nil before
14282 open-paren tokens when preceded by a open-paren, too.
14283 (ruby-smie-rules): Handle virtual indentation after open-paren
14284 tokens specially. If there is code between it and eol, return the
14285 column where is starts (Bug#16118).
14286
14287 2013-12-13 Teodor Zlatanov <tzz@lifelogs.com>
14288
14289 * progmodes/cfengine.el: Fix `add-hook' doc.
14290 (cfengine-mode-syntax-functions-regex): Initialize sensibly.
14291 (cfengine3--current-word): Fix parameters.
14292 (cfengine3-make-syntax-cache): Simplify further.
14293 (cfengine3-completion-function, cfengine3--current-function):
14294 Use `assq' for symbols.
14295 (cfengine3--current-function): Fix `cfengine3--current-word' call.
14296
14297 2013-12-13 Glenn Morris <rgm@gnu.org>
14298
14299 * loadup.el (load-path): Warn if site-load or site-init changes it.
14300 No more need to reset it when bootstrapping.
14301
14302 2013-12-13 Teodor Zlatanov <tzz@lifelogs.com>
14303
14304 * progmodes/cfengine.el (cfengine-cf-promises): Add more default
14305 locations for cf-promises.
14306 (cfengine-mode-syntax-functions-regex): New caching variable.
14307 (cfengine3-fallback-syntax): Fallback syntax for cases where
14308 cf-promises doesn't run.
14309 (cfengine3--current-word): Reimplement using
14310 `cfengine-mode-syntax-functions-regex'.
14311 (cfengine3-completion-function, cfengine3--current-function):
14312 Use `cfengine3-make-syntax-cache' directly.
14313 (cfengine3-clear-syntax-cache): New function.
14314 (cfengine3-make-syntax-cache): Simplify and create
14315 `cfengine-mode-syntax-functions-regex' on demand.
14316 (cfengine3-format-function-docstring): Don't call
14317 `cfengine3-make-syntax-cache' explicitly.
14318
14319 2013-12-13 Martin Rudalics <rudalics@gmx.at>
14320
14321 Fix windmove-find-other-window broken after pixelwise resizing
14322 (Bug#16017).
14323 * windmove.el (windmove-other-window-loc): Revert change from
14324 2013-12-04.
14325 (windmove-find-other-window): Call window-in-direction.
14326 * window.el (window-in-direction): New arguments SIGN, WRAP and
14327 MINI to emulate original windmove-find-other-window behavior.
14328
14329 2013-12-13 Dmitry Gutov <dgutov@yandex.ru>
14330
14331 * simple.el (blink-matching--overlay): New variable.
14332 (blink-matching-open): Instead of moving point, highlight the
14333 matching paren with an overlay
14334 (http://lists.gnu.org/archive/html/emacs-devel/2013-12/msg00333.html).
14335
14336 * faces.el (paren-showing-faces, show-paren-match)
14337 (show-paren-mismatch): Move from paren.el.
14338
14339 2013-12-13 Leo Liu <sdl.web@gmail.com>
14340
14341 * indent.el (indent-region): Disable progress reporter in
14342 minibuffer. (Bug#16108)
14343
14344 * bindings.el (visual-order-cursor-movement): Fix version.
14345
14346 2013-12-13 Fabián Ezequiel Gallina <fgallina@gnu.org>
14347
14348 * progmodes/python.el (python-pdbtrack-stacktrace-info-regexp):
14349 Also match after beginning of line.
14350 (python-pdbtrack-set-tracked-buffer): Fix logic for remote
14351 files. Thanks to Russell Sim. (Bug#15378)
14352
14353 2013-12-13 Juri Linkov <juri@jurta.org>
14354
14355 * simple.el <Keypad support>: Remove key bindings duplicated
14356 with bindings.el. (Bug#14397)
14357
14358 2013-12-13 Juri Linkov <juri@jurta.org>
14359
14360 * comint.el (comint-mode-map): Replace `delete-char' with
14361 `delete-forward-char'. (Bug#16109)
14362
14363 2013-12-12 Fabián Ezequiel Gallina <fgallina@gnu.org>
14364
14365 * progmodes/python.el (python-indent-calculate-indentation):
14366 Fix de-denters cornercase. (Bug#15731)
14367
14368 2013-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
14369
14370 * emacs-lisp/nadvice.el: Add `depth' property to manage ordering.
14371 (advice--make): Pay attention to `depth'.
14372 (advice--make-1): Don't autoload commands eagerly.
14373 * emacs-lisp/elp.el (elp-instrument-function):
14374 * emacs-lisp/trace.el (trace-function-internal):
14375 * emacs-lisp/debug.el (debug-on-entry): Keep them "first".
14376
14377 * iswitchb.el (iswitchb-mode): Don't belittle ido.
14378
14379 2013-12-12 Eli Zaretskii <eliz@gnu.org>
14380
14381 * term/w32-win.el (w32-handle-dropped-file):
14382 * startup.el (normal-top-level):
14383 * net/browse-url.el (browse-url-file-url):
14384 * dnd.el (dnd-get-local-file-name): On MS-Windows, encode and
14385 decode file names using 'utf-8' rather than
14386 file-name-coding-system.
14387
14388 2013-12-12 Fabián Ezequiel Gallina <fgallina@gnu.org>
14389
14390 * progmodes/python.el (python-indent-context)
14391 (python-indent-calculate-indentation): Fix auto-identation
14392 behavior for comment blocks. (Bug#15916)
14393
14394 2013-12-12 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
14395
14396 * progmodes/python.el (python-indent-calculate-indentation):
14397 When determining indentation, don't treat "return", "pass", etc., as
14398 operators when they are just string constituents. (Bug#15812)
14399
14400 2013-12-12 Juri Linkov <juri@jurta.org>
14401
14402 * uniquify.el (uniquify-buffer-name-style): Change default to
14403 `post-forward-angle-brackets'.
14404
14405 * menu-bar.el (menu-bar-options-menu): Don't require preloaded
14406 `uniquify'. Change default to `post-forward-angle-brackets'.
14407
14408 2013-12-11 Glenn Morris <rgm@gnu.org>
14409
14410 * emacs-lisp/package.el (finder-list-matches):
14411 Autoload rather than falsely declaring.
14412
14413 2013-12-11 Teodor Zlatanov <tzz@lifelogs.com>
14414
14415 * net/eww.el (eww-exit, eww-close): Add UI convenience wrappers.
14416 (eww-mode-map): Use them.
14417
14418 2013-12-11 Martin Rudalics <rudalics@gmx.at>
14419
14420 * window.el (display-buffer-in-side-window): Fix doc-string
14421 (Bug#16115).
14422
14423 2013-12-11 Juanma Barranquero <lekktu@gmail.com>
14424
14425 * vc/vc-git.el: Silence byte-compiler warnings.
14426 (vc-git-dir-extra-headers): Rename arg _dir which is no longer ignored.
14427 (log-edit-set-header): Declare.
14428
14429 2013-12-11 Eli Zaretskii <eliz@gnu.org>
14430
14431 * Makefile.in (custom-deps, finder-data): Run output file names
14432 through unmsys--file-name. (Bug#16099)
14433
14434 2013-12-11 Stefan Monnier <monnier@iro.umontreal.ca>
14435
14436 * emacs-lisp/smie.el (smie-indent--hanging-p): Don't bother matching
14437 comment-start-skip, which fails when that uses submatch 1 (bug#16041).
14438
14439 * emulation/cua-base.el (cua-paste): Add `delete-selection' property
14440 instead of deleting the selection "by hand" (bug#16098).
14441 Rely on insert-for-yank to yank rectangles.
14442 (cua-highlight-region-shift-only): Mark obsolete.
14443 (cua-mode): Don't enable/disable transient-mark-mode,
14444 shift-select-mode (cua-mode works both with and without them), and
14445 pc-selection-mode (obsolete).
14446 * emulation/cua-rect.el (cua--activate-rectangle): Activate the mark.
14447 (cua--deactivate-rectangle): Deactivate it.
14448
14449 * delsel.el (delete-selection-mode): Don't enable transient-mark-mode.
14450 (delete-selection-helper): Make sure yank starts at the top of the
14451 deleted region.
14452 (minibuffer-keyboard-quit): Use region-active-p.
14453
14454 * emacs-lisp/trace.el (trace-make-advice): Don't deactivate the mark.
14455
14456 * simple.el (normal-erase-is-backspace-mode): Map kp-delete identically
14457 to `delete' (bug#16109).
14458
14459 2013-12-11 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
14460
14461 * progmodes/octave.el (octave-mode, inferior-octave-mode): Link to
14462 info manual and show keybindings and set `:group' keyword.
14463
14464 2013-12-11 Juri Linkov <juri@jurta.org>
14465
14466 * delsel.el (delete-active-region): Let-bind `this-command'
14467 to prevent `kill-region' from changing its original value.
14468 (delete-selection-helper): Handle `overwrite-mode' for the type
14469 `kill' exactly the same way as for the type `t'.
14470 (insert-char, quoted-insert, reindent-then-newline-and-indent):
14471 Support more commands. (Bug#13312)
14472
14473 2013-12-11 Juri Linkov <juri@jurta.org>
14474
14475 * bindings.el: Map kp keys to non-kp keys systematically
14476 with basic modifiers control, meta and shift. (Bug#14397)
14477
14478 2013-12-11 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
14479
14480 * net/eww.el (eww-mode-map): Instead of "Quit" show "Exit" and
14481 "Close browser" menu items. Fix wrong function of "List
14482 bookmarks".
14483
14484 2013-12-11 Juri Linkov <juri@jurta.org>
14485
14486 * misearch.el (multi-isearch-buffers): Set the value of
14487 `multi-isearch-buffer-list' globally. Set NO-RECURSIVE-EDIT
14488 arg of isearch-forward to t.
14489 (multi-isearch-buffers-regexp): Set the value of
14490 `multi-isearch-buffer-list' globally. Set NO-RECURSIVE-EDIT
14491 arg of isearch-forward-regexp to t.
14492 (multi-isearch-files): Set the value of
14493 `multi-isearch-file-list' globally. Set NO-RECURSIVE-EDIT
14494 arg of isearch-forward to t.
14495 (multi-isearch-files-regexp): Set the value of
14496 `multi-isearch-file-list' globally. Set NO-RECURSIVE-EDIT
14497 arg of isearch-forward-regexp to t. (Bug#16035)
14498
14499 * dired-aux.el (dired-isearch-filenames): Set NO-RECURSIVE-EDIT
14500 arg of isearch-forward to t.
14501 (dired-isearch-filenames-regexp): Set NO-RECURSIVE-EDIT
14502 arg of isearch-forward-regexp to t.
14503 (dired-isearch-filter-filenames): Remove unnecessary check for
14504 `dired-isearch-filenames'.
14505
14506 * comint.el (comint-history-isearch-backward):
14507 Set NO-RECURSIVE-EDIT arg of isearch-backward to t.
14508 (comint-history-isearch-backward-regexp):
14509 Set NO-RECURSIVE-EDIT arg of isearch-backward-regexp to t.
14510
14511 2013-12-10 Eli Zaretskii <eliz@gnu.org>
14512
14513 * Makefile.in (autoloads): Run $(srcdir)/loaddefs.el through
14514 unmsys--file-name. (Bug#16099)
14515
14516 2013-12-10 Teodor Zlatanov <tzz@lifelogs.com>
14517
14518 * emacs-lisp/package.el (package-keyword-button-action):
14519 Remove finder.el require dependency.
14520
14521 2013-12-09 Teodor Zlatanov <tzz@lifelogs.com>
14522
14523 * emacs-lisp/package.el: Require finder.el.
14524 (describe-package-1): Add keyword buttons.
14525 (package-make-button): New convenience function.
14526 (package-keyword-button-action): Keyword button action using
14527 `finder-list-matches'.
14528
14529 2013-12-09 Eli Zaretskii <eliz@gnu.org>
14530
14531 * autorevert.el (auto-revert-notify-add-watch): Fix a thinko in
14532 last commit.
14533
14534 2013-12-09 Michael Albinus <michael.albinus@gmx.de>
14535
14536 * autorevert.el (auto-revert-notify-add-watch): Do not handle
14537 symlinked files.
14538
14539 2013-12-09 Dmitry Gutov <dgutov@yandex.ru>
14540
14541 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Return t
14542 after the end of a percent literal.
14543
14544 2013-12-09 Cameron Desautels <camdez@gmail.com> (tiny change)
14545
14546 * progmodes/ruby-mode.el (ruby-forward-string): Document.
14547 Handle caret-delimited strings (Bug#16079).
14548
14549 2013-12-09 Dmitry Gutov <dgutov@yandex.ru>
14550
14551 * progmodes/ruby-mode.el (ruby-accurate-end-of-block):
14552 When `ruby-use-smie' is t, use `smie-forward-sexp' instead of
14553 `ruby-parse-partial' (Bug#16078).
14554
14555 2013-12-09 Leo Liu <sdl.web@gmail.com>
14556
14557 * subr.el (read-passwd): Disable show-paren-mode. (Bug#16091)
14558
14559 2013-12-08 Dmitry Gutov <dgutov@yandex.ru>
14560
14561 * progmodes/js.el (js-auto-indent-flag): Remove, was unused.
14562 (js-switch-indent-offset): New option.
14563 (js--proper-indentation): Use it. And handle the case when
14564 "default" is actually a key in an object literal.
14565 (js--same-line): New function.
14566 (js--multi-line-declaration-indentation): Use it.
14567 (js--indent-in-array-comp, js--array-comp-indentation):
14568 New functions.
14569 (js--proper-indentation): Use them, to handle array comprehension
14570 continuations.
14571
14572 2013-12-08 Leo Liu <sdl.web@gmail.com>
14573
14574 * progmodes/flymake.el (flymake-highlight-line): Re-write.
14575 (flymake-make-overlay): Remove arg MOUSE-FACE.
14576 (flymake-save-string-to-file, flymake-read-file-to-string): Remove.
14577
14578 2013-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
14579
14580 * emulation/cua-rect.el (cua--rectangle-highlight-for-redisplay):
14581 New function.
14582 (redisplay-highlight-region-function): Use it.
14583
14584 * emulation/cua-base.el (cua--explicit-region-start)
14585 (cua--last-region-shifted): Remove.
14586 (cua--deactivate): Use deactivate-mark.
14587 (cua--pre-command-handler-1): Don't handle shift-selection.
14588 (cua--post-command-handler-1): Don't change transient-mark-mode.
14589 (cua--select-keymaps): Use region-active-p rather than
14590 cua--explicit-region-start or cua--last-region-shifted.
14591 (cua-mode): Enable shift-select-mode.
14592
14593 2013-12-08 Leo Liu <sdl.web@gmail.com>
14594
14595 * progmodes/flymake.el (flymake-popup-current-error-menu):
14596 Rename from flymake-display-err-menu-for-current-line. Reimplement.
14597 (flymake-posn-at-point-as-event, flymake-popup-menu)
14598 (flymake-make-emacs-menu): Remove. (Bug#16077)
14599
14600 2013-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
14601
14602 * rect.el (rectangle-mark-mode): Activate mark even if
14603 transient-mark-mode is off (bug#16066).
14604 (rectangle--highlight-for-redisplay): Fix boundary condition when point
14605 is > mark and at bolp.
14606
14607 * emulation/cua-rect.el (cua--rectangle-region-extract): New function.
14608 (region-extract-function): Use it.
14609 (cua-mouse-save-then-kill-rectangle): Use cua-copy-region.
14610 (cua-copy-rectangle, cua-cut-rectangle, cua-delete-rectangle):
14611 Delete functions.
14612 (cua--init-rectangles): Don't re-remap copy-region-as-kill,
14613 kill-ring-save, kill-region, delete-char, delete-forward-char.
14614 Ignore self-insert-iso.
14615
14616 * emulation/cua-gmrk.el (cua--init-global-mark):
14617 Ignore `self-insert-iso'.
14618
14619 * emulation/cua-base.el (cua--prefix-copy-handler)
14620 (cua--prefix-cut-handler): Rely on region-extract-function rather than
14621 checking cua--rectangle.
14622 (cua-delete-region): Use region-extract-function.
14623 (cua-replace-region): Delete function.
14624 (cua-copy-region, cua-cut-region): Obey region-extract-function.
14625 (cua--pre-command-handler-1): Don't do the delete-selection thing.
14626 (cua--self-insert-char-p): Ignore `self-insert-iso'.
14627 (cua--init-keymaps): Don't remap delete-selection commands.
14628 (cua-mode): Use delete-selection-mode instead of rolling our own
14629 (bug#16085).
14630
14631 * menu-bar.el (clipboard-kill-ring-save, clipboard-kill-region):
14632 Obey region-extract-function.
14633
14634 Make registers and delete-selection-mode work on rectangles.
14635 * register.el (describe-register-1): Don't modify the register's value.
14636 (copy-to-register): Obey region-extract-function.
14637 * delsel.el (delete-active-region): Obey region-extract-function.
14638
14639 2013-12-08 Leo Liu <sdl.web@gmail.com>
14640
14641 * progmodes/flymake.el (flymake, flymake-error-bitmap)
14642 (flymake-warning-bitmap, flymake-fringe-indicator-position)
14643 (flymake-compilation-prevents-syntax-check)
14644 (flymake-start-syntax-check-on-newline)
14645 (flymake-no-changes-timeout, flymake-gui-warnings-enabled)
14646 (flymake-start-syntax-check-on-find-file, flymake-log-level)
14647 (flymake-xml-program, flymake-master-file-dirs)
14648 (flymake-master-file-count-limit)
14649 (flymake-allowed-file-name-masks): Relocate.
14650 (flymake-makehash, flymake-float-time)
14651 (flymake-replace-regexp-in-string, flymake-split-string)
14652 (flymake-get-temp-dir): Remove.
14653 (flymake-popup-menu, flymake-nop, flymake-make-xemacs-menu)
14654 (flymake-current-row, flymake-selected-frame)
14655 (flymake-get-point-pixel-pos): Remove xemacs compatibity and
14656 related functions. (Bug#16077)
14657
14658 2013-12-07 Bozhidar Batsov <bozhidar@batsov.com>
14659
14660 * emacs-lisp/helpers.el (string-blank-p): Use `string-match-p'.
14661
14662 2013-12-07 Tassilo Horn <tsdh@gnu.org>
14663
14664 * help-fns.el (describe-function-1): Use new advice-* functions
14665 rather than old ad-* functions. Fix function type description and
14666 source links for advised functions and subrs.
14667
14668 2013-12-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
14669
14670 * net/shr.el (shr-tag-img): Don't bug out on <img src=""> data.
14671
14672 2013-12-06 Michael Albinus <michael.albinus@gmx.de>
14673
14674 * progmodes/compile.el (compilation-start):
14675 * progmodes/grep.el (rgrep): Revert change 2012-12-20T11:15:38Z!michael.albinus@gmx.de.
14676
14677 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
14678 Handle long command lines, lasting from "sh -c ...". (Bug#16045)
14679
14680 2013-12-06 Dmitry Gutov <dgutov@yandex.ru>
14681
14682 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
14683 Touch up the last change.
14684
14685 2013-12-06 Leo Liu <sdl.web@gmail.com>
14686
14687 * progmodes/octave.el (inferior-octave-prompt): Use shy groups.
14688 (inferior-octave-startup): Always use "octave> " for prompt.
14689 (octave-goto-function-definition)
14690 (octave-sync-function-file-names)
14691 (octave-find-definition-default-filename): Remove redundant backquotes.
14692
14693 2013-12-06 Dmitry Gutov <dgutov@yandex.ru>
14694
14695 * progmodes/ruby-mode.el (ruby-mode-syntax-table): Don't modify
14696 syntax for `?'.
14697 (ruby-expr-beg): Expect that `!' will have syntax class "symbol"
14698 where appropriate already.
14699 (ruby-syntax-propertize-function): Propertize `?' and `!' at the
14700 end of method names (Bug#15874).
14701
14702 2013-12-06 Juri Linkov <juri@jurta.org>
14703
14704 * isearch.el (isearch--saved-overriding-local-map):
14705 New internal variable.
14706 (isearch-mode): Set it to the initial value of
14707 `overriding-terminal-local-map'.
14708 (isearch-pre-command-hook): Compare `overriding-terminal-local-map'
14709 with `isearch--saved-overriding-local-map'. (Bug#16035)
14710
14711 2013-12-06 Dmitry Gutov <dgutov@yandex.ru>
14712
14713 * progmodes/octave.el (inferior-octave-completion-table):
14714 Turn back into function, use `completion-table-with-cache'
14715 (Bug#11906). Update all references.
14716
14717 * minibuffer.el (completion-table-with-cache): New function.
14718
14719 2013-12-05 Cameron Desautels <camdez@gmail.com> (tiny change)
14720
14721 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Fix ^ (bug#16046).
14722
14723 2013-12-05 Teodor Zlatanov <tzz@lifelogs.com>
14724
14725 * net/eww.el (eww-current-source): New variable to store page
14726 source.
14727 (eww-display-html, eww-mode, eww-save-history)
14728 (eww-restore-history): Use it.
14729 (eww-view-source): New command to view page source.
14730 Opportunistically uses `html-mode' to highlight the buffer.
14731 (eww-mode-map): Install it.
14732
14733 2013-12-05 Michael Albinus <michael.albinus@gmx.de>
14734
14735 * net/dbus.el (dbus-unregister-service)
14736 (dbus-escape-as-identifier, dbus-unescape-from-identifier):
14737 Fix docstring.
14738 (dbus-unregister-service): Skip :serial entries in
14739 `dbus-registered-objects-table'.
14740 (dbus-byte-array-to-string): New optional arg MULTIBYTE.
14741
14742 2013-12-04 Teodor Zlatanov <tzz@lifelogs.com>
14743
14744 * emacs-lisp/lisp-mnt.el (lm-keywords-list): Trim whitespace
14745 around keywords with extra `split-string' argument.
14746
14747 2013-12-04 Martin Rudalics <rudalics@gmx.at>
14748
14749 * windmove.el (windmove-other-window-loc): Handle navigation
14750 between windows (excluding the minibuffer window - Bug#16017).
14751
14752 2013-12-04 Michael Albinus <michael.albinus@gmx.de>
14753
14754 * net/dbus.el (dbus-byte-array-to-string): Accept also byte arrays
14755 in D-Bus type syntax.
14756 (dbus-unescape-from-identifier): Use `byte-to-string' in order to
14757 preserve unibyte strings. (Bug#16048)
14758
14759 2013-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
14760
14761 * emacs-lisp/eldoc.el (eldoc-minibuffer-message):
14762 Call force-mode-line-update is the proper buffer (bug#16042).
14763
14764 2013-12-04 Dmitry Gutov <dgutov@yandex.ru>
14765
14766 * vc/log-edit.el (log-edit-add-new-comment): Rename to
14767 `log-edit-remember-comment', make argument optional. Adjust all
14768 callers.
14769 (log-edit-mode): Add `log-edit-remember-comment' to
14770 `kill-buffer-hook' locally.
14771 (log-edit-kill-buffer): Don't remember comment explicitly since
14772 the buffer is killed anyway.
14773
14774 2013-12-04 Juri Linkov <juri@jurta.org>
14775
14776 * isearch.el (isearch-mode, isearch-done): Don't set arg LOCAL in
14777 add-hook and remove-hook for multi-buffer search. (Bug#16035)
14778
14779 2013-12-03 Tom Regner <tom@goochesa.de> (tiny change)
14780
14781 * notifications.el (notifications-close-notification): Call the
14782 D-Bus method with ID being a `:uint32'. (Bug#16030)
14783
14784 2013-12-03 Katsumi Yamaoka <yamaoka@jpl.org>
14785
14786 * net/eww.el (eww-render): Don't pass arg to eww-display-image.
14787
14788 2013-12-03 Juri Linkov <juri@jurta.org>
14789
14790 * progmodes/compile.el (compilation-start): Rename window alist
14791 entry `no-display-ok' to `allow-no-window'.
14792
14793 * simple.el (shell-command): Add window alist entry
14794 `allow-no-window' to `display-buffer'.
14795 (async-shell-command): Doc fix.
14796
14797 * window.el (display-buffer-no-window): New action function.
14798 (display-buffer-alist, display-buffer): Doc fix. (Bug#13594)
14799
14800 2013-12-02 Dmitry Gutov <dgutov@yandex.ru>
14801
14802 * vc/log-edit.el (log-edit-set-header): Extract from
14803 `log-edit-toggle-header'.
14804 (log-edit-extract-headers): Separate the summary, when extracted
14805 from header, from the rest of the message with an empty line.
14806
14807 * vc/vc-git.el (vc-git-log-edit-toggle-amend): Move the summary
14808 line, if present, to the Summary header.
14809
14810 2013-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
14811
14812 * epa-file.el (epa-file-insert-file-contents): Ensure we insert text
14813 in current-buffer (bug#16029).
14814
14815 2013-12-02 Helmut Eller <eller.helmut@gmail.com>
14816
14817 * emacs-lisp/debug.el (debugger-toggle-locals): New command.
14818 (debugger-mode-map): Bind it.
14819 (debugger--backtrace-base): New function.
14820 (debugger-eval-expression): Use it.
14821 (debugger-frame-number): Skip local vars when present.
14822 (debugger--locals-visible-p, debugger--insert-locals)
14823 (debugger--show-locals, debugger--hide-locals): New functions.
14824
14825 2013-12-02 Michael Albinus <michael.albinus@gmx.de>
14826
14827 * net/tramp-sh.el (tramp-remote-process-environment): Do not set
14828 "LC_ALL".
14829 (tramp-get-remote-locale): New defun.
14830 (tramp-open-connection-setup-interactive-shell): Use it.
14831
14832 2013-12-02 Leo Liu <sdl.web@gmail.com>
14833
14834 * subr.el (process-live-p): Return nil for non-process. (Bug#16023)
14835
14836 * progmodes/sh-script.el (sh-shell-process):
14837 * progmodes/octave.el (inferior-octave-process-live-p):
14838 * progmodes/gdb-mi.el (gdb-delchar-or-quit)
14839 (gdb-inferior-io-sentinel):
14840 * emacs-lock.el (emacs-lock-live-process-p): All uses changed.
14841
14842 2013-12-02 Dmitry Gutov <dgutov@yandex.ru>
14843
14844 * vc/log-edit.el (log-edit-kill-buffer): Move the use of
14845 `save-selected-window' to `log-edit-hide-buf'. This makes
14846 `log-edit-show-files' idempotent.
14847 (log-edit-show-files): Mark the new window as dedicated.
14848
14849 2013-12-02 Dmitry Gutov <dgutov@yandex.ru>
14850
14851 * vc/log-edit.el (log-edit-mode-map): Add binding for
14852 `log-edit-kill-biffer'.
14853 (log-edit-hide-buf): Add a FIXME comment.
14854 (log-edit-add-new-comment): New function, extracted from
14855 `log-edit-done'.
14856 (log-edit-done, log-edit-add-to-changelog): Use it.
14857 (log-edit-kill-buffer): New command.
14858
14859 2013-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
14860
14861 * net/eww.el (eww-mode-map): Have `q' do a normal `quit-window'
14862 instead of killing the buffer.
14863
14864 2013-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
14865
14866 * simple.el (newline): Mention `electric-indent-mode' (bug#16015).
14867
14868 2013-12-01 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
14869
14870 * net/eww.el (eww-form-checkbox-selected-symbol)
14871 (eww-form-checkbox-symbol): New customizable variable.
14872 (eww-form-checkbox, eww-toggle-checkbox):
14873 Use `eww-form-checkbox-selected-symbol' and `eww-form-checkbox-symbol'.
14874
14875 * net/shr.el (shr-prefer-media-type-alist): New customizable variable.
14876 (shr--get-media-pref, shr--extract-best-source): New function.
14877 (shr-tag-video, shr-tag-audio): Use `shr--extract-best-source' when
14878 no :src tag was specified.
14879
14880 * net/eww.el (eww-use-external-browser-for-content-type): New variable.
14881 (eww-render): Handle `eww-use-external-browser-for-content-type'.
14882 Use \\` to match beginning of string instead of ^.
14883 (eww-browse-with-external-browser): Provide optional URL parameter.
14884 (eww-render): Set `eww-current-title' back to "".
14885
14886 * net/shr.el (shr-tag-video): Display content for video if no
14887 poster is available.
14888 (shr-tag-audio): Add support for <audio> tag.
14889
14890 * net/eww.el (eww-text-input-types): New const.
14891 (eww-process-text-input): Treat input types in
14892 `eww-text-input-types' as text.
14893
14894 * net/shr.el (shr-tag-table): Fix comment typo.
14895
14896 2013-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
14897
14898 * net/eww.el (eww-follow-link): New command to avoid reloading
14899 pages when we follow #target links (bug#15243).
14900 (eww-quit): Special mode buffers shouldn't query before exiting.
14901
14902 2013-12-01 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
14903
14904 * net/eww.el (eww-tag-select): Support <optgroup> tags in <select>
14905 forms.
14906
14907 2013-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
14908
14909 * net/eww.el (eww-restore-history): Update the window title after
14910 moving in the history.
14911 (eww-current-dom): New variable used to save the current DOM.
14912
14913 2013-12-01 Dmitry Gutov <dgutov@yandex.ru>
14914
14915 * vc/log-edit.el (log-edit-mode-map): Add binding for
14916 `log-edit-beginning-of-line'.
14917 (log-edit-setup-add-author): New user option.
14918 (log-edit-beginning-of-line): New command.
14919 (log-edit): Move major mode call above the contents setup so that
14920 the local variable values are already applied.
14921 (log-edit): Only insert "Author: " when
14922 `log-edit-setup-add-author' is non-nil.
14923 (log-edit): When SETUP is non-nil, position point after ": "
14924 instead of point-min.
14925
14926 2013-12-01 Glenn Morris <rgm@gnu.org>
14927
14928 * startup.el (command-line): Warn if ~/emacs.d is in load-path.
14929
14930 2013-11-30 Eli Zaretskii <eliz@gnu.org>
14931
14932 * startup.el (fancy-splash-frame): On MS-Windows, trigger
14933 redisplay to make sure the initial frame gets a chance to become
14934 visible. (Bug#16014)
14935
14936 2013-11-30 Martin Rudalics <rudalics@gmx.at>
14937
14938 Support resizing frames and windows pixelwise.
14939 * cus-start.el (frame-resize-pixelwise)
14940 (window-resize-pixelwise): New entries.
14941 * emacs-lisp/debug.el (debug): Use window-total-height instead
14942 of window-total-size.
14943 * frame.el (tool-bar-lines-needed): Defalias to tool-bar-height.
14944 * help.el (describe-bindings-internal): Use help-buffer as
14945 argument for with-help-window.
14946 (temp-buffer-max-width): New option.
14947 (resize-temp-buffer-window, help-window-setup)
14948 (with-help-window): Rewrite.
14949 * mouse.el (mouse-drag-line): Rewrite. Add key bindings for
14950 dragging dividers.
14951 * window.el (frame-char-size, window-min-pixel-height)
14952 (window-safe-min-pixel-height, window-safe-min-pixel-width)
14953 (window-min-pixel-width, window-safe-min-pixel-size)
14954 (window-combination-p, window-safe-min-size)
14955 (window-resizable-p, window--size-to-pixel)
14956 (window--pixel-to-size, window--resize-apply-p): New functions.
14957 (window-safe-min-height): Fix doc-string.
14958 (window-size, window-min-size, window--min-size-1)
14959 (window-sizable, window-sizable-p, window--min-delta-1)
14960 (window-min-delta, window--max-delta-1, window-max-delta)
14961 (window--resizable, window--resizable-p, window-resizable)
14962 (window-full-height-p, window-full-width-p, window-at-side-p)
14963 (window--in-direction-2, window-in-direction)
14964 (window--resize-reset-1, window--resize-mini-window)
14965 (window-resize, window-resize-no-error)
14966 (window--resize-child-windows-normal)
14967 (window--resize-child-windows, window--resize-siblings)
14968 (window--resize-this-window, window--resize-root-window)
14969 (window--resize-root-window-vertically)
14970 (adjust-window-trailing-edge, enlarge-window, shrink-window)
14971 (maximize-window, minimize-window, delete-window)
14972 (quit-restore-window, window-split-min-size, split-window)
14973 (balance-windows-2, balance-windows)
14974 (balance-windows-area-adjust, balance-windows-area)
14975 (window--state-get-1, window-state-get, window--state-put-1)
14976 (window--state-put-2, window-state-put)
14977 (display-buffer-record-window, window--display-buffer):
14978 Make functions handle pixelwise sizing of windows.
14979 (display-buffer--action-function-custom-type)
14980 (display-buffer-fallback-action):
14981 Add display-buffer-in-previous-window.
14982 (display-buffer-use-some-window): Resize window to height it had
14983 before.
14984 (fit-window-to-buffer-horizontally): New option.
14985 (fit-frame-to-buffer): Describe new values.
14986 (fit-frame-to-buffer-bottom-margin): Replace with
14987 fit-frame-to-buffer-margins.
14988 (window--sanitize-margin): New function.
14989 (fit-frame-to-buffer, fit-window-to-buffer): Rewrite completely
14990 using window-text-pixel-size.
14991
14992 2013-11-30 Glenn Morris <rgm@gnu.org>
14993
14994 * emacs-lisp/bytecomp.el (byte-compile-form):
14995 Make the `interactive-only' warning like the `obsolete' one.
14996 * comint.el (comint-run):
14997 * files.el (insert-file-literally, insert-file):
14998 * replace.el (replace-string, replace-regexp):
14999 * simple.el (beginning-of-buffer, end-of-buffer, delete-backward-char)
15000 (goto-line, insert-buffer, next-line, previous-line):
15001 Tweak `interactive-only' spec.
15002
15003 Stop keeping (most) generated cedet grammar files in the repository.
15004 * Makefile.in (semantic): New.
15005 (compile-main): Depend on semantic.
15006
15007 2013-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
15008
15009 * net/newst-reader.el (newsticker-html-renderer): Default to SHR if
15010 available. Suggested by Clément B. <barthele1u@etu.univ-lorraine.fr>.
15011
15012 * uniquify.el (uniquify-buffer-name-style): Change default.
15013
15014 * loadup.el: Preload "uniquify".
15015
15016 * time.el (display-time-update): Update all mode lines (bug#15999).
15017
15018 * electric.el (electric-indent-mode): Enable by default.
15019 * loadup.el: Preload "electric".
15020
15021 2013-11-29 Bozhidar Batsov <bozhidar@batsov.com>
15022
15023 * emacs-lisp/helpers.el (string-empty-p): New function.
15024 (string-blank-p): New function.
15025
15026 2013-11-29 Andreas Politz <politza@hochschule-trier.de>
15027
15028 * imenu.el (imenu--index-alist): Add missing dot to the docstring
15029 (Bug#14029).
15030
15031 2013-11-29 Andreas Politz <politza@fh-trier.de>
15032 * imenu.el (imenu--subalist-p): Don't error on non-conses and
15033 allow non-lambda lists as functions.
15034 (imenu--in-alist): Don't recurse into non-subalists.
15035 (imenu): Don't pass function itself as an argument (Bug#14029).
15036
15037 2013-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
15038
15039 * progmodes/python.el (python-mode-map): Remove binding for ":".
15040 (python-indent-electric-colon): Remove command.
15041 (python-indent-post-self-insert-function): Integrate the previous code
15042 of python-indent-electric-colon. Make it conditional on
15043 electric-indent-mode.
15044 (python-mode): Add ?: to electric-indent-chars.
15045 Move python-indent-post-self-insert-function to the end of
15046 post-self-insert-hook.
15047
15048 2013-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
15049
15050 * doc-view.el (doc-view-goto-page): Update mode-line.
15051
15052 * vc/vc-dispatcher.el (vc-log-edit): Setup the Summary&Author headers.
15053
15054 2013-11-27 Glenn Morris <rgm@gnu.org>
15055
15056 * international/charprop.el, international/uni-bidi.el:
15057 * international/uni-category.el, international/uni-combining.el:
15058 * international/uni-comment.el, international/uni-decimal.el:
15059 * international/uni-decomposition.el, international/uni-digit.el:
15060 * international/uni-lowercase.el, international/uni-mirrored.el:
15061 * international/uni-name.el, international/uni-numeric.el:
15062 * international/uni-old-name.el, international/uni-titlecase.el:
15063 * international/uni-uppercase.el:
15064 Remove generated files from VCS repository.
15065
15066 2013-11-27 Eli Zaretskii <eliz@gnu.org>
15067
15068 * filenotify.el (file-notify-add-watch): Don't special-case
15069 w32notify when computing the directory to watch.
15070
15071 2013-11-27 Glenn Morris <rgm@gnu.org>
15072
15073 Make bootstrap without generated uni-*.el files possible again.
15074 * loadup.el: Update command-line-args checking for unidata-gen.
15075 Add vc to load-path to allow loading vc-bzr when writing uni-*.el.
15076 * composite.el, international/characters.el:
15077 Handle unicode tables being undefined.
15078
15079 Move ja-dic, quail, leim-list.el from ../leim to a leim subdirectory.
15080 * Makefile.in (setwins_for_subdirs): Skip leim/ directory.
15081 (compile-main): Depend on leim rule.
15082 (leim): New rule.
15083 * loadup.el: Move leim-list.el to leim/ subdirectory.
15084 * startup.el (normal-top-level): No more leim directory.
15085 * international/ja-dic-cnv.el (skkdic-convert):
15086 Disable version-control and autoloads in output files.
15087 * international/titdic-cnv.el (titdic-convert, miscdic-convert):
15088 Disable version-control and autoloads in output files.
15089 * leim/quail: Move here from ../leim.
15090 * leim/quail/hangul.el (hangul-input-method-activate):
15091 Add autoload cookie.
15092 (generated-autoload-load-name): Set file-local value.
15093 * leim/quail/uni-input.el (ucs-input-activate): Add autoload cookie.
15094 (generated-autoload-load-name): Set file-local value.
15095
15096 2013-11-26 Kenjiro NAKAYAMA <knakayam@redhat.com>
15097
15098 * net/eww.el (eww-bookmark-browse): Use 'eww-browse-url'.
15099 (eww-add-bookmark): Ask confirmation when add to bookmarks.
15100 (eww-quit): Ask confirmation before quitting eww.
15101
15102 2013-11-26 Eli Zaretskii <eliz@gnu.org>
15103
15104 * vc/vc.el (vc-diff-internal): Use *-dos coding-system when
15105 reading output from Diff on MS-Windows and MS-DOS.
15106
15107 2013-11-26 Bozhidar Batsov <bozhidar@batsov.com>
15108
15109 * emacs-lisp/helpers.el (string-reverse): New function.
15110
15111 2013-11-26 Michael Albinus <michael.albinus@gmx.de>
15112
15113 * net/tramp.el (tramp-file-name-regexp-unified): Support IPv6 host
15114 names on MS Windows, like "/[::1]:".
15115
15116 * net/tramp-sh.el (tramp-sh-handle-insert-directory): Accept nil
15117 SWITCHES.
15118
15119 2013-11-26 Glenn Morris <rgm@gnu.org>
15120
15121 * progmodes/python.el (python-indent-guess-indent-offset):
15122 Avoid corner-case error. (Bug#15975)
15123
15124 Preload leim-list.el. (Bug#4789)
15125 * loadup.el: Load leim-list.el when found.
15126 * startup.el (normal-top-level): Skip re-loading leim/leim-list.el.
15127
15128 2013-11-25 Bozhidar Batsov <bozhidar@batsov.com>
15129
15130 * emacs-lisp/bytecomp.el (byte-compile-form): Fix a typo.
15131
15132 * emacs-lisp/helpers.el (string-join): New function.
15133
15134 2013-11-25 Sebastian Wiesner <lunaryorn@gmail.com> (tiny change)
15135
15136 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
15137 Mark as obsolete and replace it with a symbol property.
15138 (byte-compile-form): Use new 'interactive-only property.
15139 * comint.el, files.el, replace.el, simple.el:
15140 Apply new 'interactive-only properly.
15141
15142 2013-11-25 Martin Rudalics <rudalics@gmx.at>
15143
15144 * window.el (display-buffer-at-bottom): Make sure that
15145 split-window-sensibly creates the new window on bottom
15146 (Bug#15961).
15147
15148 2013-11-23 David Kastrup <dak@gnu.org>
15149
15150 * vc/smerge-mode.el (smerge-ediff): Choose default buffer names based
15151 on the conflict markers when available.
15152 (smerge--get-marker): New function.
15153 (smerge-end-re, smerge-base-re): Add subgroup.
15154
15155 2013-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
15156
15157 * frame.el (handle-focus-in, handle-focus-out): Add missing
15158 interactive spec.
15159
15160 2013-11-25 Michael Albinus <michael.albinus@gmx.de>
15161
15162 * net/tramp-cmds.el (tramp-cleanup-connection): Clean up
15163 `tramp-current-connection' only when KEEP-PASSWORD is non-nil.
15164
15165 2013-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
15166
15167 * play/gomoku.el: Don't use intangible property. Use lexical-binding.
15168 (gomoku--last-pos): New var.
15169 (gomoku--intangible-chars): New const.
15170 (gomoku--intangible): New function.
15171 (gomoku-mode): Use it. Derive from special-mode.
15172 (gomoku-move-up): Adjust line count.
15173 (gomoku-click, gomoku-point-y, gomoku-point-square, gomoku-goto-xy)
15174 (gomoku-plot-square, gomoku-init-display, gomoku-cross-qtuple):
15175 Simplify accordingly.
15176
15177 * frame.el (handle-focus-in, handle-focus-out): Move from frame.c.
15178 Remove blink-cursor code.
15179 (blink-cursor-timer-function, blink-cursor-suspend):
15180 Don't special-case GUIs.
15181 (blink-cursor-mode): Use focus-in/out-hook.
15182
15183 2013-11-25 Dmitry Gutov <dgutov@yandex.ru>
15184
15185 * vc/vc-git.el (vc-git-annotate-extract-revision-at-line): Make it
15186 work when annotation is invisible (Bug#13886).
15187
15188 2013-11-24 Simon Schubert <2@0x2c.org> (tiny change)
15189
15190 * json.el (json-alist-p): Only return non-nil if the alist has
15191 simple keys (Bug#13518).
15192
15193 2013-11-24 Mihir Rege <mihirrege@gmail.com> (tiny change)
15194
15195 * progmodes/js.el (js--ctrl-statement-indentation): Fix indent
15196 when control-statement is the first statement in a buffer (Bug#15956).
15197
15198 2013-11-24 Dmitry Gutov <dgutov@yandex.ru>
15199
15200 * imenu.el (imenu-generic-skip-comments-and-strings):
15201 New option (Bug#15560).
15202 (imenu--generic-function): Use it.
15203
15204 2013-11-24 Jorgen Schaefer <contact@jorgenschaefer.de>
15205
15206 * minibuffer.el (completion--in-region-1): Scroll the correct window.
15207 (Bug#13898)
15208
15209 2013-11-24 Bozhidar Batsov <bozhidar@batsov.com>
15210
15211 * emacs-lisp/helpers.el: Add some string helpers.
15212 (string-trim-left): Removes leading whitespace.
15213 (string-trim-right): Removes trailing whitespace.
15214 (string-trim): Removes leading and trailing whitespace.
15215
15216 * subr.el (string-suffix-p): New function.
15217
15218 2013-11-23 Glenn Morris <rgm@gnu.org>
15219
15220 * progmodes/python.el (python-shell-send-file):
15221 Add option to delete file when done. (Bug#15647)
15222 (python-shell-send-string, python-shell-send-region): Use it.
15223
15224 2013-11-23 Ivan Shmakov <ivan@siamics.net>
15225
15226 * vc/diff-mode.el (diff-mode): Only allow diff-default-read-only
15227 to set buffer-read-only to t, never to nil. (Bug#15938)
15228
15229 * textmodes/tex-mode.el (latex-noindent-environments):
15230 Add safe-local-variable property. (Bug#15936)
15231
15232 2013-11-23 Glenn Morris <rgm@gnu.org>
15233
15234 * textmodes/enriched.el (enriched-mode): Doc fix.
15235 * emacs-lisp/authors.el (authors-renamed-files-alist):
15236 Add enriched.doc -> enriched.txt.
15237
15238 * Makefile.in (emacs): Empty EMACSLOADPATH rather than unsetting.
15239
15240 2013-11-22 Leo Liu <sdl.web@gmail.com>
15241
15242 * progmodes/octave.el (inferior-octave-startup): Spit out error
15243 message.
15244
15245 2013-11-22 Bozhidar Batsov <bozhidar@batsov.com>
15246
15247 * progmodes/ruby-mode.el (ruby-custom-encoding-magic-comment-template):
15248 Improve docstring.
15249 Add :version.
15250 (ruby-encoding-magic-comment-style): Add :version.
15251
15252 2013-11-22 Leo Liu <sdl.web@gmail.com>
15253
15254 * progmodes/octave.el (octave-operator-regexp): Exclude newline.
15255 (Bug#15076)
15256 (octave-help-mode): Adapt to change to help-mode-finish to use
15257 derived-mode-p on 2013-09-17.
15258 (inferior-octave-prompt): Also match octave-gui.
15259 (octave-kill-process): Don't ask twice. (Bug#10564)
15260
15261 2013-11-22 Leo Liu <sdl.web@gmail.com>
15262
15263 * progmodes/octave.el (inferior-octave-process-live-p): New helper.
15264 (inferior-octave-startup, inferior-octave-check-process)
15265 (inferior-octave-track-window-width-change)
15266 (octave-completion-at-point, octave-eldoc-function): Use it.
15267 (octave-kill-process): Provide confirmation. (Bug#10564)
15268
15269 2013-11-21 Leo Liu <sdl.web@gmail.com>
15270
15271 * progmodes/octave.el (octave-mode, inferior-octave-mode):
15272 Fix obsolete variable comment-use-global-state.
15273
15274 2013-11-21 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
15275
15276 * progmodes/octave.el (octave-mode-map, octave-mode-menu):
15277 Add `octave-source-file'.
15278 (octave-source-file): New function. (Bug#15935)
15279
15280 2013-11-21 Kenjiro Nakayama <nakayamakenjiro@gmail.com>
15281
15282 * net/eww.el (eww-local-regex): New variable.
15283 (eww): Use it to detect localhost and similar.
15284
15285 2013-11-21 Leo Liu <sdl.web@gmail.com>
15286
15287 Add completion for command `ag'.
15288 * pcmpl-x.el (pcmpl-x-ag-options): New variable.
15289 (pcomplete/ag): New function.
15290 (pcmpl-x-ag-options): New function. Handle `[no]' in long options.
15291
15292 2013-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
15293
15294 * emacs-lisp/byte-run.el (eval-when-compile): Fix edebug spec
15295 (bug#14646).
15296 (make-obsolete): Remove interactive spec.
15297
15298 2013-11-21 Glenn Morris <rgm@gnu.org>
15299
15300 * startup.el (command-line-1): Use path-separator with -L.
15301
15302 2013-11-20 Teodor Zlatanov <tzz@lifelogs.com>
15303
15304 * emacs-lisp/package.el (describe-package-1): Add package archive
15305 to shown fields.
15306
15307 2013-11-20 Bozhidar Batsov <bozhidar@batsov.com>
15308
15309 * progmodes/ruby-mode.el (ruby-custom-encoding-magic-comment-template):
15310 Change default to "# encoding: %s" to differentiate it from the
15311 default Ruby encoding comment template.
15312
15313 2013-11-20 Era Eriksson <era+emacsbugs@iki.fi>
15314
15315 * ses.el (ses-mode): Doc fix. (Bug#14748)
15316
15317 2013-11-20 Leo Liu <sdl.web@gmail.com>
15318
15319 * window.el (display-buffer-alist): Doc fix. (Bug#13594)
15320
15321 2013-11-19 Dan Nicolaescu <dann@gnu.org>
15322
15323 * vc/vc-git.el (vc-git-dir-extra-headers): Add headers
15324 when rebase or bisect are in progress.
15325
15326 2013-11-19 Xue Fuqiao <xfq.free@gmail.com>
15327
15328 * filenotify.el (file-notify-add-watch): Doc fix.
15329
15330 2013-11-19 Leo Liu <sdl.web@gmail.com>
15331
15332 * obsolete/rcompile.el: Mark obsolete.
15333
15334 * progmodes/compile.el (compilation-start)
15335 (compilation-goto-locus, compilation-find-file):
15336 Pass no-display-ok and handle nil value from display-buffer.
15337 (Bug#13594)
15338
15339 * window.el (display-buffer-alist, display-buffer): Document the
15340 new parameter no-display-ok. Return either a window or nil
15341 but never a non-window value.
15342
15343 2013-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
15344
15345 * electric.el (electric-indent-mode-map): Remove.
15346 (electric-indent-mode): Change the global-map instead (bug#15915).
15347
15348 * textmodes/text-mode.el (paragraph-indent-minor-mode):
15349 Use add-function.
15350
15351 2013-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
15352
15353 * emacs-lisp/nadvice.el (remove-function): Align with
15354 add-function's behavior.
15355
15356 * progmodes/gdb-mi.el: Avoid backtracking in regexp matcher.
15357 (gdb--string-regexp): New constant.
15358 (gdb-tooltip-print, gdb-var-evaluate-expression-handler)
15359 (gdbmi-bnf-stream-record, gdb-jsonify-buffer): Use it.
15360 (gdb-source-file-regexp, gdb-prompt-name-regexp): Use it and change
15361 submatch 1.
15362 (gdb-get-source-file-list, gdb-get-prompt, gdb-get-source-file):
15363 Adjust use accordingly.
15364 (gdb-breakpoints-list-handler-custom): Pre-build the y/n string.
15365
15366 2013-11-17 Adam Sokolnicki <adam.sokolnicki@gmail.com> (tiny change)
15367
15368 * progmodes/ruby-mode.el (ruby-toggle-block): Don't stop at
15369 interpolation curlies (Bug#15914).
15370
15371 2013-11-17 Jay Belanger <jay.p.belanger@gmail.com>
15372
15373 * calc/calc.el (calc-context-sensitive-enter): New variable.
15374 (calc-enter): Use `calc-context-sensitive-enter'.
15375
15376 2013-11-16 Teodor Zlatanov <tzz@lifelogs.com>
15377
15378 * progmodes/cfengine.el: Version bump.
15379 (cfengine-cf-promises): New defcustom to locate cf-promises.
15380 (cfengine3-vartypes): Add new "data" type.
15381 (cfengine3--current-word): New function to get current name-like
15382 word or its bounds.
15383 (cfengine3--current-function): New function to look up a CFEngine
15384 function's definition.
15385 (cfengine3-format-function-docstring): New function.
15386 (cfengine3-make-syntax-cache): New function.
15387 (cfengine3-documentation-function): New function: ElDoc glue.
15388 (cfengine3-completion-function): New function: completion glue.
15389 (cfengine3-mode): Set `compile-command',
15390 `eldoc-documentation-function', and add to
15391 `completion-at-point-functions'.
15392
15393 2013-11-16 Michael Albinus <michael.albinus@gmx.de>
15394
15395 * net/tramp-cmds.el (tramp-cleanup-connection): Clean up
15396 `tramp-current-connection'.
15397
15398 2013-11-15 Dmitry Gutov <dgutov@yandex.ru>
15399
15400 * progmodes/ruby-mode.el (ruby-font-lock-keywords): End regexp for
15401 nil/self/true/false with "end of symbol".
15402
15403 2013-11-15 Bozhidar Batsov <bozhidar@batsov.com>
15404
15405 * subr.el (version-regexp-alist): Fix a typo.
15406
15407 2013-11-15 Michael Albinus <michael.albinus@gmx.de>
15408
15409 * net/tramp-sh.el (tramp-remote-process-environment): Set "LC_ALL" to
15410 "en_US.utf8" and "LC_CTYPE" to "".
15411 (tramp-maybe-open-connection): Set "LC_ALL" to "en_US.utf8".
15412 (tramp-sh-handle-insert-directory): Don't set "LC_ALL" and "LC_CTYPE".
15413
15414 2013-11-15 Leo Liu <sdl.web@gmail.com>
15415
15416 * loadhist.el (read-feature): Get rid of fake feature nil. (Bug#15889)
15417
15418 2013-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
15419
15420 * progmodes/gud.el (ctl-x-map):
15421 Remove C-x SPC binding. (Bug#12342)
15422 (gud-jdb-find-source-using-classpath): Remove ((lambda (..)..)..).
15423
15424 2013-11-14 Bozhidar Batsov <bozhidar@batsov.com>
15425
15426 * subr.el (version-regexp-alist):
15427 Recognize hg, svn and darcs versions as snapshot versions.
15428
15429 * progmodes/ruby-mode.el (ruby--detect-encoding): Make aware of
15430 'always-utf8 value of `ruby-insert-encoding-magic-comment'.
15431 (ruby--encoding-comment-required-p): Extract from
15432 `ruby-mode-set-encoding'.
15433 (ruby-mode-set-encoding): Add the ability to always insert an
15434 utf-8 encoding comment. Fix and simplify coding comment update
15435 logic.
15436
15437 2013-11-14 Michael Albinus <michael.albinus@gmx.de>
15438
15439 * net/tramp-gvfs.el (top): Run init code only when
15440 `tramp-gvfs-enabled' is not nil.
15441 (tramp-gvfs-enabled): Check also :system bus.
15442
15443 2013-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
15444
15445 Sync with upstream verilog-mode revision 78e66ba.
15446 * progmodes/verilog-mode.el (verilog-end-of-defun)
15447 (verilog-type-completion, verilog-get-list): Remove unused funcs.
15448 (verilog-get-end-of-defun): Remove unused argument.
15449 (verilog-comment-depth): Remove unused local `e'.
15450 (verilog-read-decls, verilog-read-sub-decls, verilog-read-instants):
15451 Don't pass arg to verilog-get-end-of-defun.
15452
15453 2013-11-14 Glenn Morris <rgm@gnu.org>
15454
15455 * obsolete/assoc.el (aget): Prefix dynamic variable.
15456
15457 * allout-widgets.el (allout-widgets): No need to autoload defgroup.
15458
15459 2013-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
15460
15461 * widget.el, hfy-cmap.el: Remove bogus package version number.
15462
15463 2013-11-13 Glenn Morris <rgm@gnu.org>
15464
15465 * replace.el (replace-eval-replacement):
15466 Try to give more helpful error message. (Bug#15836)
15467
15468 * arc-mode.el (archive-7z-extract, archive-7z-expunge)
15469 (archive-7z-update): Avoid custom type mismatches.
15470
15471 * vc/vc.el (vc-diff-knows-L): Remove; unused since 2007-10-10.
15472
15473 2013-11-13 Michael Albinus <michael.albinus@gmx.de>
15474
15475 * net/tramp.el (tramp-remote-file-name-spec-regexp): An IPv6
15476 address can be empty.
15477
15478 * net/tramp-gvfs.el (tramp-gvfs-handle-insert-directory):
15479 Accept nil SWITCHES.
15480 (tramp-gvfs-handle-write-region): Implement APPEND.
15481
15482 2013-11-12 Dmitry Gutov <dgutov@yandex.ru>
15483
15484 * progmodes/ruby-mode.el (ruby-smie-grammar): Disambiguate between
15485 binary "|" operator and closing block args delimiter.
15486 Remove FIXME comment referring to Ruby 1.8-only syntax.
15487 (ruby-smie--implicit-semi-p): Not after "|" operator.
15488 (ruby-smie--closing-pipe-p): New function.
15489 (ruby-smie--forward-token, ruby-smie--backward-token): Use it.
15490 (ruby-smie-rules): Indent after "|".
15491
15492 2013-11-12 Glenn Morris <rgm@gnu.org>
15493
15494 * ps-print.el (ps-face-attribute-list):
15495 Handle anonymous faces. (Bug#15827)
15496
15497 2013-11-12 Martin Rudalics <rudalics@gmx.at>
15498
15499 * window.el (display-buffer-other-frame): Fix doc-string.
15500 (Bug#15868)
15501
15502 2013-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
15503
15504 * subr.el (force-mode-line-update): Delete, move to buffer.c.
15505
15506 2013-11-11 Michael Albinus <michael.albinus@gmx.de>
15507
15508 * net/tramp-sh.el (tramp-do-copy-or-rename-file-via-buffer)
15509 (tramp-sh-handle-file-local-copy): Don't write a message when
15510 saving temporary files.
15511
15512 * net/tramp-smb.el (tramp-smb-handle-copy-directory): Fix bug when
15513 both directories are remote.
15514 (tramp-smb-handle-directory-files): Do not return double entries.
15515 Do not expand full file names.
15516 (tramp-smb-handle-insert-directory): Accept nil SWITCHES.
15517 (tramp-smb-handle-write-region): Implement APPEND.
15518 (tramp-smb-get-stat-capability): Fix a stupid bug.
15519
15520 2013-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
15521
15522 * bindings.el (ctl-x-map): Bind C-x SPC to rectangle-mark-mode.
15523
15524 2013-11-11 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
15525
15526 * emacs-lisp/cconv.el (cconv-convert): Print warning instead of
15527 throwing error over malformed let/let* (bug#15814).
15528
15529 2013-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
15530
15531 * iswitchb.el (iswitchb-mode): Mark obsolete.
15532
15533 2013-11-11 Glenn Morris <rgm@gnu.org>
15534
15535 * international/uni-bidi.el, international/uni-category.el:
15536 * international/uni-name.el, international/uni-numeric.el:
15537 Regenerate for Unicode 6.3.0.
15538
15539 2013-11-10 Michael Albinus <michael.albinus@gmx.de>
15540
15541 * net/tramp.el (tramp-methods):
15542 * net/tramp-sh.el (tramp-compute-multi-hops): Revert change of
15543 2013-10-29 (2013-10-29T02:50:24Z!dancol@dancol.org).
15544
15545 2013-11-09 Andreas Schwab <schwab@linux-m68k.org>
15546
15547 * progmodes/sh-script.el (sh-font-lock-keywords-var):
15548 Force highlighting text after Summary keyword in doc face for rpm.
15549
15550 2013-11-09 Dmitry Gutov <dgutov@yandex.ru>
15551
15552 * textmodes/ispell.el (ispell-lookup-words): When `look' is not
15553 available and the word has no wildcards, append one to the grep pattern.
15554 http://lists.gnu.org/archive/html/emacs-devel/2013-11/msg00258.html
15555 (ispell-complete-word): Call `ispell-lookup-words' with the value
15556 independent of `ispell-look-p'.
15557
15558 2013-11-08 Dmitry Gutov <dgutov@yandex.ru>
15559
15560 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p):
15561 Not after "||".
15562 (ruby-smie-rules): Indent non-hanging "begin" blocks as part of
15563 their parent.
15564
15565 2013-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
15566
15567 * progmodes/ruby-mode.el: Don't require cl any more. Use pcase instead.
15568 (ruby-font-lock-keywords): Use backquote.
15569
15570 2013-11-08 Dmitry Gutov <dgutov@yandex.ru>
15571
15572 * progmodes/ruby-mode.el (ruby-smie--forward-token)
15573 (ruby-smie--backward-token): Only consider full-string matches.
15574
15575 2013-11-08 Jan Djärv <jan.h.d@swipnet.se>
15576
15577 * faces.el (describe-face): Add distant-foreground.
15578
15579 2013-11-08 Bozhidar Batsov <bozhidar@batsov.com>
15580
15581 * progmodes/ruby-mode.el: Improve encoding comment handling.
15582 (ruby-encoding-magic-comment-style): New option.
15583 (ruby-custom-encoding-magic-comment-template): New option.
15584 (ruby--insert-coding-comment, ruby--detect-encoding):
15585 New functions extracted from `ruby-mode-set-encoding'.
15586 (ruby-mode-set-encoding): Use `ruby-encoding-magic-comment-style'
15587 to control the style of the auto-inserted encoding comment.
15588
15589 2013-11-08 Dmitry Gutov <dgutov@yandex.ru>
15590
15591 * progmodes/ruby-mode.el (ruby-smie--indent-to-stmt):
15592 Use `smie-backward-sexp' with token argument.
15593
15594 2013-11-08 Michael Albinus <michael.albinus@gmx.de>
15595
15596 * net/tramp-sh.el (tramp-set-remote-path, tramp-get-ls-command):
15597 Remove instrumentation code.
15598
15599 2013-11-08 Glenn Morris <rgm@gnu.org>
15600
15601 * progmodes/autoconf.el (autoconf-mode):
15602 Tweak comment-start-skip. (Bug#15822)
15603
15604 2013-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
15605
15606 * progmodes/sh-script.el (sh-smie--sh-keyword-in-p): Don't inf-loop
15607 at bobp (bug#15826).
15608 (sh-smie--sh-keyword-in-p): Recognize keywords at bobp.
15609
15610 2013-11-08 Darren Hoo <darren.hoo@gmail.com>
15611
15612 * man.el (Man-start-calling): New macro, extracted from
15613 Man-getpage-in-background.
15614 (Man-getpage-in-background): Use it.
15615 (Man-update-manpage): New command.
15616 (Man-mode-map): Bind it.
15617
15618 2013-11-08 Dmitry Gutov <dgutov@yandex.ru>
15619
15620 * progmodes/ruby-mode.el (ruby-smie-grammar): Improve precedences
15621 of "and", "or", "&&" and "||".
15622 (ruby-smie--args-separator-p): Prohibit keyword "do" as the first
15623 argument. Prohibit opening curly brace because it could only be a
15624 block opener in that position.
15625 (ruby-smie--forward-token, ruby-smie--backward-token):
15626 Separate "|" from "&" or "*" going after it. That can happen in block
15627 arguments.
15628 (ruby-smie--indent-to-stmt): New function, seeks the end of
15629 previous statement or beginning of buffer.
15630 (ruby-smie-rules): Use it.
15631 (ruby-smie-rules): Check if there's a ":" before a curly block
15632 opener candidate; if there is, it's a hash.
15633
15634 2013-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
15635
15636 * emacs-lisp/cl-macs.el (cl-symbol-macrolet): Use macroexp-progn.
15637 (cl--block-wrapper): Fix last accidental change.
15638
15639 2013-11-07 Michael Albinus <michael.albinus@gmx.de>
15640
15641 * net/tramp-sh.el (tramp-set-remote-path, tramp-get-ls-command):
15642 Instrument, in order to hunt failure on hydra.
15643
15644 2013-11-05 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
15645
15646 * emacs-lisp/cl-macs.el (cl-symbol-macrolet): Print warning for
15647 malformed bindings form (bug#15814).
15648
15649 2013-11-07 Dmitry Gutov <dgutov@yandex.ru>
15650
15651 * progmodes/ruby-mode.el (ruby-smie-grammar): Lower priority of
15652 "." compared to " @ ". This incidentally fixes some indentation
15653 examples with "do".
15654 (ruby-smie--implicit-semi-p): No implicit semi after "^", "and" or "or".
15655 (ruby-smie-grammar): New tokens: "and" and "or".
15656 (ruby-smie--args-separator-p): Fix the check for tokens at POS.
15657 Exclude "and" and "or". Remove "do" in order to work around token
15658 priorities.
15659 (ruby-smie-rules): Add all infix tokens. Handle the case of
15660 beginning-of-buffer.
15661
15662 2013-11-06 Glenn Morris <rgm@gnu.org>
15663
15664 * Makefile.in (setwins_almost, setwins_for_subdirs):
15665 Avoid accidental matches.
15666
15667 2013-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
15668
15669 * menu-bar.el (popup-menu): Use key-binding.
15670
15671 2013-11-06 Eli Zaretskii <eliz@gnu.org>
15672
15673 * menu-bar.el (popup-menu, menu-bar-open): When displaying TTY
15674 menus, support also the menus produced by minor modes.
15675 (Bug#15817)
15676
15677 2013-11-06 Leo Liu <sdl.web@gmail.com>
15678
15679 * thingatpt.el (thing-at-point-looking-at): Add optional arg
15680 DISTANCE to bound the search. All uses changed. (Bug#15808)
15681
15682 2013-11-06 Glenn Morris <rgm@gnu.org>
15683
15684 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs): Simplify.
15685 (setwins_almost, setwins_for_subdirs): Don't assume called from srcdir.
15686 (custom-deps, finder-data, autoloads, update-subdirs): No need to cd.
15687
15688 2013-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
15689
15690 * electric.el (electric-indent-just-newline): New command.
15691 (electric-indent-mode-map): New keymap.
15692 (electric-indent-mode, electric-pair-mode, electric-layout-mode):
15693 Re-add :group which weren't redundant.
15694
15695 * electric.el (electric-indent-local-mode): New minor mode.
15696 (electric-indent-functions-without-reindent): New var.
15697 (electric-indent-post-self-insert-function): Use it.
15698 * emacs-lisp/gv.el (buffer-local-value): Add setter.
15699
15700 2013-11-05 Eli Zaretskii <eliz@gnu.org>
15701
15702 * international/quail.el (quail-help): Be more explicit about the
15703 meaning of the labels shown on the keys. (Bug#15800)
15704
15705 * startup.el (normal-top-level): Load the subdirs.el files before
15706 setting the locale environment. (Bug#15805)
15707
15708 2013-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
15709
15710 * vc/vc-rcs.el (vc-rcs-parse): Make `gather' get e, b, and @-holes
15711 via arguments so as to get the right ones (bug#15418).
15712
15713 * net/rcirc.el (rcirc-record-activity): Don't abuse add-to-list.
15714
15715 2013-11-05 Michael Albinus <michael.albinus@gmx.de>
15716
15717 Fix problems found while writing a test suite.
15718
15719 * net/tramp-compat.el (tramp-compat-load): New defun.
15720 * net/tramp.el (tramp-handle-load): Use it.
15721
15722 * net/tramp-sh.el (tramp-sh-handle-add-name-to-file): Handle the case
15723 "(numberp ok-if-already-exists)" correctly.
15724
15725 2013-11-05 Xue Fuqiao <xfq.free@gmail.com>
15726
15727 * international/characters.el (glyphless-char-display-control):
15728 Add usage note.
15729
15730 2013-11-05 Bozhidar Batsov <bozhidar@batsov.com>
15731
15732 * progmodes/python.el (python-mode):
15733 * progmodes/scheme.el (scheme-mode):
15734 * progmodes/prolog.el (prolog-mode):
15735 * progmodes/ruby-mode.el (ruby-mode):
15736 * emacs-lisp/lisp-mode.el (lisp-mode, lisp-interaction-mode)
15737 (emacs-lisp-mode): Remove incorrect and redundant text from docstring.
15738
15739 2013-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
15740
15741 * rect.el (rectangle--highlight-for-redisplay):
15742 * emacs-lisp/smie.el (smie--next-indent-change):
15743 Use buffer-chars-modified-tick.
15744
15745 * emacs-lisp/byte-run.el (defmacro, defun): Set their `indent' property.
15746
15747 * electric.el (electric-indent-post-self-insert-function):
15748 Only delete trailing whitepsace if it is indeed trailing (bug#15767).
15749
15750 2013-11-04 Helmut Eller <eller.helmut@gmail.com>
15751
15752 * emacs-lisp/cl-indent.el (with-compilation-unit): Add rule (bug#15782).
15753
15754 2013-11-04 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
15755
15756 * emacs-lisp/cconv.el (cconv-convert): Check form of let binding
15757 (bug#15786).
15758
15759 2013-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
15760
15761 * emacs-lisp/helpers.el: Move from helpers.el. Use lexical-binding.
15762
15763 * progmodes/python.el: Fix up last change.
15764 (python-shell--save-temp-file): New function.
15765 (python-shell-send-string): Use it. Remove `msg' arg. Don't assume
15766 `string' comes from the current buffer.
15767 (python-shell-send-string-no-output): Remove `msg' arg.
15768 (python--use-fake-loc): New var.
15769 (python-shell-buffer-substring): Obey it. Try to compensate for the
15770 extra coding line added by python-shell--save-temp-file.
15771 (python-shell-send-region): Use python-shell--save-temp-file and
15772 python-shell-send-file directly. Add `nomain' argument.
15773 (python-shell-send-buffer): Use python-shell-send-region.
15774 (python-electric-pair-string-delimiter): New function.
15775 (python-mode): Use it.
15776
15777 2013-11-04 Eli Zaretskii <eliz@gnu.org>
15778
15779 * startup.el (normal-top-level): Move setting eol-mnemonic-unix,
15780 eol-mnemonic-mac, eol-mnemonic-dos, and also setup of the locale
15781 environment and decoding all of the default-directory's to here
15782 from command-line.
15783 (command-line): Decode also argv[0].
15784
15785 * loadup.el: Error out if default-directory is a multibyte string
15786 when we are dumping.
15787
15788 * Makefile.in (emacs): Don't set LC_ALL=C. (Bug#15260)
15789
15790 2013-11-04 Teodor Zlatanov <tzz@lifelogs.com>
15791
15792 * emacs-lisp/package.el (package-menu-mode)
15793 (package-menu--print-info, package-menu--archive-predicate):
15794 Add Archive column to package list.
15795
15796 2013-11-04 Michael Albinus <michael.albinus@gmx.de>
15797
15798 Fix problems found while writing a test suite.
15799
15800 * net/tramp.el (tramp-file-name-regexp-unified): Simplify.
15801 (tramp-file-name-for-operation): Use `tramp-tramp-file-p'.
15802 (tramp-handle-substitute-in-file-name): Let-bind `process-environment'
15803 to nil when running original file name handler. Otherwise,
15804 there are problems with constructs like "$$FOO".
15805
15806 * net/tramp-sh.el (tramp-do-copy-or-rename-file): Use correct prefix
15807 for `localname'.
15808
15809 2013-11-04 Bozhidar Batsov <bozhidar@batsov.com>
15810
15811 * progmodes/ruby-mode.el (ruby-mode): Clean up docstring.
15812
15813 * subr.el (version<, version<=, version=):
15814 Update docstrings with information for snapshot versions.
15815
15816 * helpers.el: New library for misc helper functions.
15817 (hash-table-keys): New function returning a list of hash keys.
15818 (hash-table-values): New function returning a list of hash values.
15819
15820 2013-11-04 Dmitry Gutov <dgutov@yandex.ru>
15821
15822 * progmodes/ruby-mode.el (ruby-smie--forward-token)
15823 (ruby-smie--backward-token): Tokenize heredocs as semicolons.
15824
15825 2013-11-04 Michal Nazarewicz <mina86@mina86.com>
15826
15827 * textmodes/fill.el (fill-single-char-nobreak-p): New function
15828 checking whether point is after a 1-letter word.
15829
15830 2013-11-04 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
15831
15832 * progmodes/cperl-mode.el (cperl-font-lock-fontify-region-function):
15833 Don't infloop when expanding region over `multiline' syntax-type that
15834 begins a line (bug#15778).
15835
15836 2013-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
15837
15838 * rect.el (rectangle-mark-mode): Rename from rectangle-mark.
15839 Make it into a proper minor mode.
15840 (rectangle--region): (Implicitly) rename to rectangle-mark-mode.
15841 (rectangle-mark-mode-map): New keymap.
15842 (rectangle--highlight-for-redisplay): Fix some corner cases (bug#15796).
15843
15844 2013-11-04 Glenn Morris <rgm@gnu.org>
15845
15846 * startup.el (command-line-1): Allow `-L :...' to append to load-path.
15847
15848 2013-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
15849
15850 * progmodes/ruby-mode.el (ruby-smie--rule-parent-skip-assign): Remove.
15851 (ruby-smie-rules): Use smie-rule-parent instead.
15852
15853 * emacs-lisp/smie.el (smie-rule-parent): Always call
15854 smie-indent-virtual rather than only for hanging tokens.
15855 (smie--next-indent-change): New helper command.
15856
15857 2013-11-03 Glenn Morris <rgm@gnu.org>
15858
15859 * Makefile.in (abs_srcdir): Remove.
15860 (emacs): Unset EMACSLOADPATH.
15861
15862 2013-11-02 Glenn Morris <rgm@gnu.org>
15863
15864 * Makefile.in (EMACS): Use a relative filename.
15865 (abs_top_builddir): Remove.
15866 (custom-deps, finder-data, autoloads): Use --chdir.
15867
15868 * Makefile.in (abs_lisp): Remove, replace by abs_srcdir.
15869
15870 Use relative filenames in TAGS files.
15871 * Makefile.in (lisptagsfiles1, lisptagsfiles2, lisptagsfiles3)
15872 (lisptagsfiles4, TAGS): Use relative file names.
15873 (TAGS-LISP): Remove.
15874 (maintainer-clean): No more TAGS-LISP file.
15875
15876 * Makefile.in (lisptagsfiles1, lisptagsfiles2, lisptagsfiles3)
15877 (lisptagsfiles4): Use absolute filenames again.
15878 (TAGS, TAGS-LISP): Not everything needs to run in one line.
15879 Remove all *loaddefs files, not just the first. Remove esh-groups.
15880 (maintainer-clean): Delete TAGS, TAGS-LISP.
15881
15882 2013-11-02 Bozhidar Batsov <bozhidar@batsov.com>
15883
15884 * emacs-lisp/package.el (package-version-join):
15885 Recognize snapshot versions.
15886
15887 2013-11-02 Bozhidar Batsov <bozhidar@batsov.com>
15888
15889 * subr.el (version-regexp-alist): Add support for snapshot versions.
15890
15891 2013-11-02 Dmitry Gutov <dgutov@yandex.ru>
15892
15893 * progmodes/ruby-mode.el (ruby-smie--rule-parent-skip-assign):
15894 New function, replacement for `smie-rule-parent' for when we want to
15895 skip over our direct parent if it's an assignment token..
15896 (ruby-smie-rules): Use it.
15897
15898 2013-11-02 Dmitry Gutov <dgutov@yandex.ru>
15899
15900 * progmodes/ruby-mode.el: Use `syntax-propertize-function'
15901 unconditionally. Remove now unnecessary forward declarations.
15902 Remove XEmacs-specific setup.
15903 (ruby-here-doc-end-re, ruby-here-doc-beg-match)
15904 (ruby-font-lock-syntactic-keywords)
15905 (ruby-comment-beg-syntax, ruby-in-here-doc-p)
15906 (ruby-here-doc-find-end, ruby-here-doc-beg-syntax)
15907 (ruby-here-doc-end-syntax): Remove.
15908 (ruby-mode): Don't check whether `syntax-propertize-rules' is
15909 defined as function.
15910
15911 2013-11-02 Bozhidar Batsov <bozhidar@batsov.com>
15912
15913 * progmodes/ruby-mode.el (ruby-mode-variables, ruby-mode): Use `setq-local'.
15914
15915 2013-11-01 Bozhidar Batsov <bozhidar@batsov.com>
15916
15917 * progmodes/ruby-mode.el (ruby-mode-variables): Don't set syntax
15918 table and abbrev table, `define-derived-mode' does that for us
15919 anyway.
15920
15921 2013-11-01 Glenn Morris <rgm@gnu.org>
15922
15923 * Makefile.in: Remove manual mh-e dependencies (writing .elc
15924 files is atomic for some time, so no parallel compilation issues).
15925
15926 2013-11-01 Jan Djärv <jan.h.d@swipnet.se>
15927
15928 * faces.el (face-x-resources): Add :distant-foreground.
15929 (region): Use :distant-foreground for gtk and ns.
15930
15931 2013-11-01 Tassilo Horn <tsdh@gnu.org>
15932
15933 Allow multiple bibliographies when BibLaTeX is used rather than
15934 BibTeX.
15935 * textmodes/reftex-parse.el (reftex-using-biblatex-p): New function.
15936 (reftex-locate-bibliography-files): Us it.
15937
15938 2013-11-01 Claudio Bley <claudio.bley@googlemail.com>
15939
15940 * image.el (image-type-header-regexps): Fix the 'pbm' part to
15941 allow comments in pbm files.
15942
15943 * term/w32-win.el (dynamic-library-alist): Support newer versions
15944 of libjpeg starting with v7: look only for the DLL from the
15945 version against which Emacs was built.
15946 Support versions of libpng beyond 1.4.x.
15947 Support libtiff v4.x.
15948
15949 2013-11-01 Bozhidar Batsov <bozhidar@batsov.com>
15950
15951 * progmodes/ruby-mode.el (ruby-indent-tabs-mode)
15952 (ruby-indent-level, ruby-comment-column, ruby-deep-arglist):
15953 Add property :safe.
15954 (ruby-deep-arglist): Add property :type.
15955
15956 2013-10-31 Glenn Morris <rgm@gnu.org>
15957
15958 * Makefile.in (custom-deps, finder-data): No need to setq the target
15959 variables, we are in the right directory and the defaults work fine.
15960
15961 2013-10-30 Glenn Morris <rgm@gnu.org>
15962
15963 * Makefile.in (autoloads): Do not use abs_lisp.
15964
15965 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
15966 `newline' does not respect `standard-output', so use `princ'.
15967
15968 2013-10-30 Alp Aker <alp.tekin.aker@gmail.com>
15969
15970 Ensure unmarking in buffer menu clears 'S' marks. (Bug#15761)
15971 * buff-menu.el (Buffer-menu--unmark): New function.
15972 (Buffer-menu-unmark, Buffer-menu-backup-unmark): Use it.
15973
15974 2013-10-30 Glenn Morris <rgm@gnu.org>
15975
15976 * Makefile.in (AUTOGENEL): Add org/org-loaddefs.el.
15977
15978 * emacs-lisp/package.el (lm-homepage): Declare.
15979
15980 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink):
15981 Fix doc typos.
15982
15983 * vc/pcvs.el (cvs-status-cvstrees): Autoload to silence compiler.
15984
15985 * Makefile.in (finder-data, autoloads, update-subdirs)
15986 (compile-main, compile-clean, compile-always, bootstrap-clean):
15987 Check return value of cd.
15988 (compile-calc): Remove.
15989
15990 2013-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
15991
15992 * simple.el (copy-region-as-kill): Fix call to region-extract-function.
15993
15994 * emacs-lisp/bytecomp.el (byte-defop-compiler): Add new `2-and' handler.
15995 (byte-compile-and-folded): New function.
15996 (=, <, >, <=, >=): Use it.
15997
15998 * dos-w32.el (minibuffer-history-case-insensitive-variables)
15999 (path-separator, null-device, buffer-file-coding-system)
16000 (lpr-headers-switches): Check system-type before modifying them.
16001 (find-buffer-file-type-coding-system): Mark obsolete.
16002 (w32-find-file-not-found-set-buffer-file-coding-system): Rename from
16003 find-file-not-found-set-buffer-file-coding-system.
16004 (w32-untranslated-filesystem-list, w32-untranslated-canonical-name)
16005 (w32-add-untranslated-filesystem, w32-remove-untranslated-filesystem)
16006 (w32-direct-print-region-use-command-dot-com, w32-untranslated-file-p)
16007 (w32-direct-print-region-helper, w32-direct-print-region-function)
16008 (w32-direct-ps-print-region-function): Rename by adding a "w32-" prefix.
16009 * startup.el (normal-top-level-add-subdirs-to-load-path):
16010 * ps-print.el (ps-print-region-function):
16011 * lpr.el (print-region-function): Use new name.
16012
16013 * subr.el (custom-declare-variable-early): Remove function.
16014 (custom-declare-variable-list): Remove var.
16015 (error, user-error): Remove `while' loop.
16016 (read-quoted-char-radix, read-quoted-char): Move to simple.el.
16017 (user-emacs-directory-warning, locate-user-emacs-file):
16018 Move to files.el.
16019 * simple.el (read-quoted-char-radix, read-quoted-char):
16020 * files.el (user-emacs-directory-warning, locate-user-emacs-file):
16021 Move from subr.el.
16022 * custom.el (custom-declare-variable-list): Don't process
16023 custom-declare-variable-list.
16024
16025 * progmodes/python.el (python-shell-get-buffer): New function.
16026 (python-shell-get-process): Use it.
16027 (python-shell-send-string): Always use utf-8 and add a cookie to tell
16028 Python which encoding was used. Don't split-string since we only care
16029 about the first line. Return the temp-file, if applicable.
16030 (python-shell-send-region): Tell compile.el how to turn locations in
16031 the temp-file into locations in the source buffer.
16032
16033 2013-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
16034
16035 * subr.el (undefined): Add missing behavior from the C code for
16036 unbound keys.
16037
16038 * rect.el: Use lexical-binding. Add new rectangular region support.
16039 (rectangle-mark): New command.
16040 (rectangle--region): New var.
16041 (deactivate-mark-hook): Reset rectangle--region.
16042 (rectangle--extract-region, rectangle--insert-for-yank)
16043 (rectangle--highlight-for-redisplay)
16044 (rectangle--unhighlight-for-redisplay): New functions.
16045 (region-extract-function, redisplay-unhighlight-region-function)
16046 (redisplay-highlight-region-function): Use them to handle
16047 rectangular region.
16048 * simple.el (region-extract-function): New var.
16049 (delete-backward-char, delete-forward-char, deactivate-mark): Use it.
16050 (kill-new, kill-append): Remove obsolete `yank-handler' argument.
16051 (kill-region): Replace obsolete `yank-handler' arg with `region'.
16052 (copy-region-as-kill, kill-ring-save): Add `region' argument.
16053 (redisplay-unhighlight-region-function)
16054 (redisplay-highlight-region-function): New vars.
16055 (redisplay--update-region-highlight): New function.
16056 (pre-redisplay-function): Use it.
16057 (exchange-point-and-mark): Don't deactivate the mark before
16058 reactivate-it anyway.
16059 * comint.el (comint-kill-region): Remove yank-handler argument.
16060 * delsel.el (delete-backward-char, backward-delete-char-untabify)
16061 (delete-char): Remove property, since it's now part of their
16062 default behavior.
16063 (self-insert-iso): Remove property since this command doesn't exist.
16064
16065 * emacs-lisp/package.el (package--download-one-archive)
16066 (describe-package-1): Don't query the user about final newline.
16067
16068 2013-10-29 Daniel Colascione <dancol@dancol.org>
16069
16070 * net/tramp.el (tramp-methods): Document new functionality.
16071 * net/tramp-sh.el (tramp-compute-multi-hops): Punt to
16072 tramp-hostname-checker if method provides one instead of scanning
16073 argument list for "%h" to decide hostname acceptability.
16074
16075 2013-10-28 Michael Albinus <michael.albinus@gmx.de>
16076
16077 * net/tramp-sh.el (tramp-sh-handle-copy-directory):
16078 * net/tramp-smb.el (tramp-smb-handle-copy-directory):
16079 Handle COPY-CONTENTS. (Bug#15737)
16080
16081 2013-10-28 Daiki Ueno <ueno@gnu.org>
16082
16083 * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
16084 Document that this option has no effect with GnuPG 2.0 (bug#15552).
16085
16086 2013-10-27 Xue Fuqiao <xfq.free@gmail.com>
16087
16088 * image.el (defimage, image-load-path): Doc fixes.
16089
16090 2013-10-27 Alan Mackenzie <acm@muc.de>
16091
16092 Indent statements in macros following "##" correctly.
16093 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
16094 Modify the "#" arm of a cond form to handle "#" and "##" operators.
16095
16096 2013-10-27 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
16097
16098 * linum.el (linum-update-window): Fix boundary test (bug#13446).
16099
16100 2013-10-27 Dmitry Gutov <dgutov@yandex.ru>
16101
16102 * progmodes/ruby-mode.el (ruby-smie--bosp): Anything that goes
16103 after `=' is probably a new expression.
16104
16105 2013-10-27 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
16106
16107 * man.el (man-imenu-title): New option.
16108 (Man-mode-map): Add menu. (Bug#15722)
16109 (Man-mode): Add imenu to menu.
16110
16111 2013-10-26 Dmitry Gutov <dgutov@yandex.ru>
16112
16113 * progmodes/ruby-mode.el (ruby-smie--args-separator-p): Be more
16114 specific in what the first arg can be: a non-keyword word,
16115 string/regexp/percent literal opener, opening paren, or unary
16116 operator followed directly by word.
16117
16118 2013-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
16119
16120 * progmodes/prolog.el: Remove old indent; use post-self-insert-hook.
16121 (prolog-align-comments-flag, prolog-indent-mline-comments-flag)
16122 (prolog-object-end-to-0-flag, prolog-electric-newline-flag)
16123 (prolog-electric-tab-flag, prolog-use-prolog-tokenizer-flag):
16124 Remove vars, they do not apply any more.
16125 (prolog-mode-abbrev-table): Remove redundant declaration.
16126 (prolog-upper-case-string, prolog-lower-case-string): Remove.
16127 (prolog-use-smie): Remove.
16128 (prolog-smie-rules): Add indentation rule for the if-then-else layout
16129 supported by prolog-electric-if-then-else-flag.
16130 (prolog-mode-variables, prolog-menu): Use setq-local.
16131 (prolog-mode-keybindings-edit): Don't rebind M-C-p and M-C-n.
16132 Remove binding to `Backspace' since this key doesn't exist anyway.
16133 Remove bindings for electric self-inserting keys.
16134 (prog-mode): Assume it's defined.
16135 (prolog-post-self-insert): New function.
16136 (prolog-mode): Use it.
16137 (prolog-indent-line, prolog-indent-level)
16138 (prolog-find-indent-of-matching-paren)
16139 (prolog-indentation-level-of-line, prolog-goto-comment-column)
16140 (prolog-paren-is-the-first-on-line-p, prolog-region-paren-balance)
16141 (prolog-goto-next-paren, prolog-in-string-or-comment)
16142 (prolog-tokenize, prolog-inside-mline-comment)
16143 (prolog-find-start-of-mline-comment): Remove functions.
16144 (prolog-find-unmatched-paren, prolog-clause-end)
16145 (prolog-guess-fill-prefix, prolog-get-predspec): Use syntax-ppss.
16146 (prolog-electric--if-then-else): Rename from
16147 prolog-insert-spaces-after-paren; use prolog-electric-if-then-else-flag.
16148 (prolog-tokenize-searchkey): Remove const.
16149 (prolog-clause-info): Use forward-sexp.
16150 (prolog-forward-list, prolog-backward-list, prolog-electric-delete)
16151 (prolog-electric-if-then-else): Remove commands.
16152 (prolog-electric--colon): Rename from prolog-electric-colon; adapt it
16153 for use in post-self-insert-hook.
16154 (prolog-electric--dash): Rename from prolog-electric-dash; adapt it
16155 for use in post-self-insert-hook.
16156 (prolog-electric--dot): Rename from prolog-electric-dot; adapt it
16157 for use in post-self-insert-hook.
16158 (prolog-electric--underscore): Rename from prolog-electric--underscore;
16159 adapt it for use in post-self-insert-hook.
16160
16161 2013-10-25 Michael Albinus <michael.albinus@gmx.de>
16162
16163 * emacs-lisp/ert.el (ert-run-tests-interactively):
16164 Use `completing-read'. (Bug#9756)
16165
16166 2013-10-25 Eli Zaretskii <eliz@gnu.org>
16167
16168 * simple.el (line-move): Call line-move-1 instead of
16169 line-move-visual when the current window hscroll is zero, but
16170 temporary-goal-column indicates we will need to hscroll as result
16171 of the movement. (Bug#15712)
16172
16173 2013-10-25 Dmitry Gutov <dgutov@yandex.ru>
16174
16175 * progmodes/ruby-mode.el (ruby-mode-menu): Use proper
16176 capitalization. Use :visible instead of :active.
16177 Fix `ruby-indent-exp' reference. Add menu items for the generic
16178 commands that are used with SMIE.
16179 (ruby-do-end-to-brace): Insert space after `{'.
16180
16181 2013-10-25 John Anthony <john@jo.hnanthony.com>
16182
16183 * progmodes/ruby-mode.el (ruby-mode-menu): Add a menu. (Bug#15600)
16184
16185 * progmodes/inf-lisp.el (inferior-lisp-menu): Add a menu. (Bug#15599)
16186
16187 2013-10-25 Glenn Morris <rgm@gnu.org>
16188
16189 * vc/vc.el (vc-print-log): Don't use a working revision unless
16190 one was explicitly specified. (Bug#15322)
16191
16192 2013-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
16193
16194 * subr.el (add-to-list): Preserve return value in compiler-macro
16195 (bug#15692).
16196
16197 2013-10-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
16198
16199 * progmodes/octave.el (octave-lookfor): Handle empty lookfor
16200 result. Ask user to retry using '-all' flag. (Bug#15701)
16201
16202 2013-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
16203
16204 * emacs-lisp/smie.el: New smie-config system.
16205 (smie-config): New defcustom.
16206 (smie-edebug, smie-config-show-indent, smie-config-set-indent)
16207 (smie-config-guess, smie-config-save): New commands.
16208 (smie-config--mode-local, smie-config--buffer-local)
16209 (smie-config--trace, smie-config--modefuns): New vars.
16210 (smie-config--advice, smie-config--mode-hook)
16211 (smie-config--setter, smie-config-local, smie-config--get-trace)
16212 (smie-config--guess-value, smie-config--guess): New functions.
16213 (smie-indent-forward-token, smie-indent-backward-token): Don't copy
16214 text properties. Treat "string fence" syntax like string syntax.
16215
16216 * progmodes/sh-script.el (sh-use-smie): Change default.
16217 (sh-smie-sh-rules, sh-smie-rc-rules): Obey legacy sh-indent-* vars.
16218 (sh-var-value): Simplify by CSE.
16219 (sh-show-indent, sh-set-indent, sh-learn-line-indent)
16220 (sh-learn-buffer-indent): Redirect to their SMIE equivalent when SMIE
16221 is used.
16222 (sh-guess-basic-offset): Use cl-incf.
16223 (sh-guess-basic-offset): Use push+nreverse to avoid O(n^2).
16224
16225 2013-10-24 Helmut Eller <eller.helmut@gmail.com>
16226
16227 * emacs-lisp/lisp-mode.el (lisp-cl-font-lock-keywords-2): Fix cut&paste
16228 (bug#15699).
16229
16230 2013-10-24 Glenn Morris <rgm@gnu.org>
16231
16232 * Makefile.in (abs_top_srcdir): Remove.
16233 (update-subdirs): Use relative path to update-subdirs.
16234
16235 2013-10-24 Eli Zaretskii <eliz@gnu.org>
16236
16237 * Makefile.in ($(MH_E_DIR)/mh-loaddefs.el)
16238 ($(TRAMP_DIR)/tramp-loaddefs.el, $(CAL_DIR)/cal-loaddefs.el)
16239 ($(CAL_DIR)/diary-loaddefs.el, $(CAL_DIR)/hol-loaddefs.el):
16240 Call unmsys--file-name before expand-file-name, not after it.
16241
16242 2013-10-24 Michael Albinus <michael.albinus@gmx.de>
16243
16244 * emacs-lisp/ert.el (ert-deftest): Bind macro `skip-unless'.
16245 (ert-test-skipped): New error.
16246 (ert-skip, ert-stats-skipped): New defuns.
16247 (ert--skip-unless): New macro.
16248 (ert-test-skipped): New struct.
16249 (ert--run-test-debugger, ert-test-result-type-p)
16250 (ert-test-result-expected-p, ert--stats, ert-stats-completed)
16251 (ert--stats-set-test-and-result, ert-char-for-test-result)
16252 (ert-string-for-test-result, ert-run-tests-batch)
16253 (ert--results-update-ewoc-hf, ert-run-tests-interactively):
16254 Handle skipped tests. (Bug#9803)
16255
16256 2013-10-24 Glenn Morris <rgm@gnu.org>
16257
16258 * Makefile.in (check-declare): Remove unnecessary path in -l argument.
16259
16260 * Makefile.in (abs_top_srcdir): New, set by configure.
16261 (update-subdirs): Correct build-aux location.
16262
16263 2013-10-24 Dmitry Gutov <dgutov@yandex.ru>
16264
16265 * vc/vc.el (vc-print-root-log): Always set `default-directory'
16266 value, whether we could auto-deduce `backend', or not.
16267
16268 * progmodes/ruby-mode.el (ruby-smie-rules): Fix the "curly block
16269 with parameters" example. Simplify the "is it block or is it
16270 hash" check, but also make it more thorough.
16271
16272 2013-10-23 Masashi Fujimoto <masfj.dev@gmail.com> (tiny change)
16273
16274 * battery.el (battery-pmset): Handle OS X Mavericks. (Bug#15694)
16275
16276 2013-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
16277
16278 * progmodes/ruby-mode.el (ruby-smie-rules): Only align with parent of
16279 { if it is hanging.
16280
16281 * progmodes/ruby-mode.el (ruby-smie-rules): Don't return 0 for
16282 :before ";".
16283
16284 2013-10-23 Jed Brown <jed@59A2.org> (tiny change)
16285
16286 * progmodes/compile.el (compilation-directory-matcher)
16287 (compilation-page-delimiter):
16288 Support GNU Make-4.0 directory quoting. (Bug#15678)
16289
16290 2013-10-23 Leo Liu <sdl.web@gmail.com>
16291
16292 * ido.el (ido-tidy): Handle read-only text.
16293
16294 2013-10-23 Glenn Morris <rgm@gnu.org>
16295
16296 * Makefile.in (abs_srcdir, abs_lisp): New, set by configure.
16297 (emacs, compile, compile-always):
16298 Quote entities that might contain whitespace.
16299 (custom-deps, finder-data, autoloads): Use abs_lisp.
16300 ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
16301 ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
16302 ($(CAL_DIR)/hol-loaddefs.el): Manually expand target file name.
16303
16304 2013-10-23 Dmitry Gutov <dgutov@yandex.ru>
16305
16306 * progmodes/ruby-mode.el (ruby-smie--at-dot-call):
16307 Use `following-char'.
16308
16309 2013-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
16310
16311 * emacs-lisp/smie.el (smie-rule-parent): Fix opener-test.
16312 * progmodes/ruby-mode.el (ruby-smie-rules):
16313 Remove corresponding workaround. Fix indentation rule of ";" so it
16314 also applies when ";" is the parent.
16315
16316 2013-10-22 Xue Fuqiao <xfq.free@gmail.com>
16317
16318 * frame.el (display-screens, display-pixel-height)
16319 (display-pixel-width, display-mm-width, display-backing-store)
16320 (display-save-under, display-planes, display-color-cells)
16321 (display-visual-class, display-monitor-attributes-list):
16322 Mention the optional ‘display’ argument in doc strings.
16323
16324 2013-10-22 Michael Gauland <mikelygee@amuri.net>
16325
16326 * progmodes/ebnf2ps.el (ebnf-prologue): Avoid PS error with some
16327 viewers such as evince when ebnf-production-name-p is nil. (Bug#15625)
16328
16329 2013-10-21 Dmitry Gutov <dgutov@yandex.ru>
16330
16331 * progmodes/ruby-mode.el (ruby-smie-grammar): Remove outdated
16332 TODO. Add "." after " @ ".
16333 (ruby-smie--at-dot-call): New function. Checks if point at method
16334 call with explicit target.
16335 (ruby-smie--forward-token, ruby-smie--backward-token): Prepend "."
16336 to the method name tokens when it precedes them.
16337 (ruby-smie--backward-id, ruby-smie--forward-id): Remove.
16338 (ruby-smie-rules): Add rule for indentation before and after "."
16339 token.
16340
16341 2013-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
16342
16343 * textmodes/remember.el (remember-diary-extract-entries):
16344 Avoid add-to-list.
16345
16346 * progmodes/ruby-mode.el (ruby-smie-rules): Indent after + used as
16347 an instruction.
16348
16349 2013-10-21 Dmitry Gutov <dgutov@yandex.ru>
16350
16351 * progmodes/ruby-mode.el (ruby-smie-grammar):
16352 Add (almost) all infix operators.
16353 (ruby-smie--implicit-semi-p): Add new operator chars.
16354
16355 * progmodes/ruby-mode.el (ruby-mode-map): Add binding for
16356 `smie-down-list'.
16357 (ruby-smie--args-separator-p): Check that there's no newline
16358 between method call and its arguments.
16359
16360 2013-10-20 Alan Mackenzie <acm@muc.de>
16361
16362 Allow comma separated lists after Java "implements".
16363
16364 * progmodes/cc-engine.el (c-backward-over-enum-header):
16365 Parse commas.
16366 * progmodes/cc-fonts.el (c-basic-matchers-after): Remove comma
16367 from a "disallowed" list in enum fontification.
16368
16369 2013-10-20 Johan Bockgård <bojohan@gnu.org>
16370
16371 * startup.el (default-frame-background-mode): Remove unused defvar.
16372
16373 * progmodes/verilog-mode.el (verilog-mode): Don't set
16374 comment-indent-function globally.
16375
16376 2013-10-20 Jan Djärv <jan.h.d@swipnet.se>
16377
16378 * menu-bar.el: Put help-menu in menu-bar-final-items unconditionally.
16379 Move Info menu item creation to ns-win.el.
16380
16381 * term/ns-win.el (ns-initialize-window-system): Rename Help to Info
16382 in menu bar.
16383
16384 * menu-bar.el: Move GNUstep specific menus...
16385
16386 * term/ns-win.el (ns-initialize-window-system): ... to here.
16387
16388 2013-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
16389
16390 * simple.el (newline): Only run post-self-insert-hook when
16391 called interactively.
16392
16393 2013-10-19 Johan Bockgård <bojohan@gnu.org>
16394
16395 * icomplete.el (icomplete-with-completion-tables): Add :version.
16396
16397 2013-10-19 Alan Mackenzie <acm@muc.de>
16398
16399 Fix fontification bugs with constructors and const.
16400
16401 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): (Just after
16402 CASE 2) Remove the check for the absence of a suffix construct
16403 after a function declaration with only types (no identifiers) in
16404 the parentheses. Also, accept a function declaration with just a
16405 type inside the parentheses, if this type can be positively
16406 recognised as such, or if a prefix keyword like "explicit" nails
16407 down the construct as a declaration.
16408
16409 2013-10-19 Eli Zaretskii <eliz@gnu.org>
16410
16411 * menu-bar.el (tty-menu-navigation-map): Bind mouse-N to perform
16412 TTY menu actions and down-mouse-N to tty-menu-ignore. This solves
16413 the problem whereby selecting a menu item that leads to a
16414 minibuffer prompt moves the cursor out of the minibuffer window,
16415 making it hard to type at the prompt. Suggested by Stefan Monnier
16416 <monnier@iro.umontreal.ca>.
16417
16418 2013-10-19 Jan Djärv <jan.h.d@swipnet.se>
16419
16420 * menu-bar.el: Don't make Services menu.
16421
16422 2013-10-19 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
16423
16424 * ffap.el: Handle "/usr/include/c++/<version>" directories.
16425 (ffap-alist): Use ffap-c++-mode for c++-mode.
16426 (ffap-c++-path): New variable.
16427 (ffap-c++-mode): New function.
16428
16429 2013-10-19 Joe Vornehm Jr. <joe.vornehm@gmail.com> (tiny change)
16430
16431 * ido.el (dired-other-frame): Only list directories. (Bug#15638)
16432
16433 2013-10-18 Michael Albinus <michael.albinus@gmx.de>
16434
16435 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Fix an error
16436 introduced on 2013-09-08, which results in an infinite loop
16437 requesting a password.
16438
16439 2013-10-18 Glenn Morris <rgm@gnu.org>
16440
16441 * progmodes/verilog-mode.el (verilog-case-fold): Add :version.
16442
16443 2013-10-18 Wilson Snyder <wsnyder@wsnyder.org>
16444
16445 Sync with upstream verilog-mode revision 1a6ecec7.
16446 * progmodes/verilog-mode.el (verilog-mode-version): Update.
16447 (verilog-mode-release-date): Remove.
16448 (verilog-highlight-grouping-keywords, verilog-active-low-regexp)
16449 (verilog-auto-inst-param-value, verilog-auto-input-ignore-regexp)
16450 (verilog-auto-inout-ignore-regexp, verilog-auto-output-ignore-regexp)
16451 (verilog-auto-tieoff-ignore-regexp)
16452 (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp)
16453 (verilog-scan-cache-preserving, verilog-mode, verilog-at-struct-p)
16454 (verilog-signals-with, verilog-dir-cache-preserving)
16455 (verilog-auto-inst, verilog-auto-inout-param, verilog-auto):
16456 Doc fixes.
16457 (verilog-case-fold): New option, to control case folding in
16458 regexp searches, bug597.
16459 (verilog-menu): Add verilog-sk-uvm-component, minor tweaks.
16460 (verilog-string-match-fold, verilog-in-paren-count)
16461 (verilog-in-struct-nested-p, verilog-at-struct-mv-p)
16462 (verilog-at-close-struct-p): New functions.
16463 (verilog-beg-block-re-ordered, verilog-extended-case-re)
16464 (verilog-forward-sexp, verilog-set-auto-endcomments)
16465 (verilog-leap-to-case-head): Handle "unique0" case.
16466 (verilog-in-constraint-re): New constant.
16467 (verilog-keywords, verilog-type-font-keywords):
16468 Add some SystemVerilog 1800-2012 keywords.
16469 (verilog-label-be): Remove unimplemented argument, bug669.
16470 (verilog-batch-execute-func): When batch expanding clear
16471 create-lockfiles to prevent spurious user locks when a file ends
16472 up not changing.
16473 (verilog-calculate-indent, verilog-calc-1)
16474 (verilog-at-close-constraint-p, verilog-at-constraint-p)
16475 (verilog-do-indent): Fix indentation of nested constraints
16476 and structures.
16477 (verilog-sig-tieoff, verilog-typedef-name-p, verilog-auto-inst)
16478 (verilog-auto-inst-param): Use verilog-string-match-fold.
16479 (verilog-read-inst-module-matcher):
16480 Fix AUTOINST on gate primitives with #1.
16481 (verilog-read-decls): Fix double-declaring user-defined typed signals.
16482 Reads all user-defined typed variables.
16483 (verilog-read-defines): Fix reading definitions inside comments, bug647.
16484 (verilog-signals-matching-regexp)
16485 (verilog-signals-not-matching-regexp, verilog-auto):
16486 Respect verilog-case-fold.
16487 (verilog-diff-report): Fix line count.
16488 (verilog-auto-assign-modport): Remove unused local `modi'.
16489 (verilog-auto-inst-port): Support [][] in AUTO_TEMPLATE to
16490 better handle multidimensional arrays.
16491 Fix packed array ports misadding bit index in AUTOINST, bug637.
16492 (verilog-auto-output, verilog-auto-input): Fix AUTOINPUT and AUTOOUTPUT
16493 to not double-declare existing outputs and inputs, respectively.
16494 (verilog-template-map): Bind U to verilog-sk-uvm-component.
16495 (verilog-sk-uvm-object): Rename from verilog-sk-uvm-class.
16496 (verilog-sk-uvm-component): New skeleton.
16497 (verilog-submit-bug-report): Add verilog-case-fold,
16498 remove verilog-mode-release-date.
16499
16500 2013-10-17 Barry O'Reilly <gundaetiapo@gmail.com>
16501
16502 * subr.el (sit-for): Call (input-pending-p t) so as to behave
16503 as before.
16504
16505 2013-10-18 Reuben Thomas <rrt@sc3d.org>
16506
16507 * textmodes/remember.el (remember): Set buffer-offer-save in
16508 remember buffers (bug#13566).
16509
16510 2013-10-18 Daniel Colascione <dancol@dancol.org>
16511
16512 When evaluating forms in ielm, direct standard output to ielm
16513 buffer. Add new ielm-return-for-effect command. Remove trailing
16514 whitespace throughout.
16515
16516 * ielm.el (ielm-map): Bind M-RET to ielm-return-for-effect.
16517 (ielm-return-for-effect): New command.
16518 (ielm-send-input): Accept optional `for-effect' parameter.
16519 (ielm-eval-input): Accept optional `for-effect' parameter.
16520 Bind `standard-output' to stream we create using
16521 `ielm-standard-output-impl'. Suppress printing result when
16522 `for-effect'.
16523 (ielm-standard-output-impl): New function.
16524 (inferior-emacs-lisp-mode): Explain new features in documentation.
16525
16526 2013-10-17 Michael Albinus <michael.albinus@gmx.de>
16527
16528 Code cleanup.
16529
16530 * net/tramp.el (tramp-debug-message): Do not check for connection
16531 buffer.
16532 (tramp-message): Use "vector" connection property.
16533
16534 * net/tramp.el (tramp-rfn-eshadow-update-overlay)
16535 (tramp-equal-remote, tramp-eshell-directory-change)
16536 * net/tramp-adb.el (tramp-adb-handle-copy-file)
16537 (tramp-adb-handle-rename-file)
16538 * net/tramp-cmds.el (tramp-list-remote-buffers)
16539 (tramp-cleanup-connection, tramp-cleanup-this-connection)
16540 * net/tramp-compat.el (tramp-compat-process-running-p)
16541 * net/tramp-ftp.el (tramp-ftp-file-name-handler)
16542 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file)
16543 (tramp-gvfs-handle-rename-file)
16544 * net/tramp-sh.el (tramp-sh-handle-set-file-times)
16545 (tramp-set-file-uid-gid)
16546 * net/tramp-smb.el (tramp-smb-handle-copy-file)
16547 (tramp-smb-handle-rename-file): Use `tramp-tramp-file-p' instead
16548 of `file-remote-p'.
16549
16550 * net/tramp.el (tramp-connectable-p, tramp-handle-file-remote-p)
16551 * net/tramp-gw.el (tramp-gw-gw-proc-sentinel)
16552 (tramp-gw-aux-proc-sentinel, tramp-gw-process-filter)
16553 (tramp-gw-open-network-stream): Suppress unrelated traces.
16554
16555 * net/tramp-adb.el (tramp-adb-maybe-open-connection)
16556 * net/tramp-gvfs.el (tramp-gvfs-handle-file-notify-add-watch)
16557 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
16558 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Set "vector"
16559 connection property.
16560
16561 * net/tramp-cache.el (top): Suppress traces when reading
16562 persistency file.
16563
16564 * net/tramp-sh.el (tramp-sh-handle-file-notify-add-watch):
16565 Refactor common code. Improve debug message.
16566 (tramp-maybe-open-connection)
16567 * net/tramp-smb.el (tramp-smb-call-winexe): Do not request
16568 connection buffer too early.
16569
16570 * net/tramp-smb.el (tramp-smb-actions-get-acl): New defconst, renamed
16571 from `tramp-smb-actions-with-acl'.
16572 (tramp-smb-actions-set-acl): New defconst.
16573 (tramp-smb-handle-copy-directory)
16574 (tramp-smb-action-get-acl): New defun, renamed from
16575 `tramp-smb-action-with-acl'.
16576 (tramp-smb-action-set-acl): New defun.
16577 (tramp-smb-handle-set-file-acl): Rewrite.
16578
16579 2013-10-17 Glenn Morris <rgm@gnu.org>
16580
16581 * indent.el (indent-rigidly): Fix 2013-10-08 change. (Bug#15635)
16582
16583 2013-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
16584
16585 * skeleton.el (skeleton-newline): Remove.
16586 (skeleton-internal-1): Use (insert "\n") instead.
16587
16588 * emacs-lisp/lisp.el (lisp-completion-at-point): Complete var names for
16589 let-bindings.
16590
16591 * progmodes/sh-script.el (sh-find-prev-matching): Disable SMIE's
16592 forward-sexp-function while we redo its job (bug#15613).
16593
16594 2013-10-17 Jay Belanger <jay.p.belanger@gmail.com>
16595
16596 * calc/calc-comb.el (math-prime-test): Don't assume large integers are
16597 represented by lists.
16598
16599 2013-10-16 Glenn Morris <rgm@gnu.org>
16600
16601 * tmm.el (tmm--history): New dynamic variable.
16602 (tmm-prompt): Use tmm--history in place of `history'. (Bug#15623)
16603
16604 2013-10-16 Michael Albinus <michael.albinus@gmx.de>
16605
16606 * net/tramp-smb.el (tramp-smb-acl-program): New customer option.
16607 (tramp-smb-errors): Add error messages.
16608 (tramp-smb-actions-with-acl): New defconst.
16609 (tramp-smb-file-name-handler-alist) <set-file-acl>: Add handler.
16610 (tramp-smb-action-with-acl, tramp-smb-handle-set-file-acl): New defuns.
16611 (tramp-smb-handle-file-acl): Rewrite, using "smbcacls".
16612 (tramp-smb-handle-file-attributes): Simplify test for "stat" capability.
16613 (tramp-smb-get-stat-capability): Fix tests.
16614
16615 2013-10-16 Dima Kogan <dima@secretsauce.net> (tiny change)
16616
16617 * progmodes/subword.el (subword-capitalize): Fix Stefan's mess
16618 (bug#15580).
16619
16620 2013-10-16 Glenn Morris <rgm@gnu.org>
16621
16622 * ansi-color.el (ansi-color-drop-regexp):
16623 Add 1J, 1K, 2K. (Bug#15617)
16624
16625 * files.el (hack-local-variables--warned-lexical): New.
16626 (hack-local-variables):
16627 Warn about misplaced lexical-binding. (Bug#15616)
16628
16629 * net/eww.el (eww-render): Always set eww-current-url,
16630 and update header line. (Bug#15622)
16631 (eww-display-html): ... Rather than just doing it here.
16632
16633 2013-10-15 Eli Zaretskii <eliz@gnu.org>
16634
16635 * menu-bar.el (tty-menu-navigation-map): Bind mouse wheels to TTY
16636 menu navigations commands.
16637
16638 2013-10-14 Dima Kogan <dima@secretsauce.net> (tiny change)
16639
16640 * progmodes/subword.el (subword-capitalize): Be careful when
16641 the search for [[:alpha:]] fails (bug#15580).
16642
16643 2013-10-14 Eli Zaretskii <eliz@gnu.org>
16644
16645 * menu-bar.el (tty-menu-navigation-map): Bind shifted mouse clicks
16646 to commands that scroll the menu.
16647
16648 2013-10-14 Dmitry Gutov <dgutov@yandex.ru>
16649
16650 * progmodes/ruby-mode.el (ruby-smie--args-separator-p):
16651 Handle methods ending with `?' and `!'.
16652
16653 2013-10-14 Akinori MUSHA <knu@iDaemons.org>
16654
16655 * progmodes/ruby-mode.el (ruby-encoding-map): Add a mapping from
16656 `japanese-cp932' to `cp932' to fix the problem where saving a
16657 source file written in Shift_JIS twice would end up having
16658 `coding: japanese-cp932' which Ruby could not recognize.
16659 (ruby-mode-set-encoding): Add support for encodings mapped to nil
16660 in `ruby-encoding-map'.
16661 (ruby-encoding-map): Map `us-ascii' to nil by default, meaning it
16662 doesn't need to be explicitly declared in magic comment.
16663 (ruby-encoding-map): Add type declaration for better customize UI.
16664
16665 2013-10-13 Glenn Morris <rgm@gnu.org>
16666
16667 * progmodes/sh-script.el (sh-mark-line, sh-learn-buffer-indent):
16668 Occur buffers are read-only. http://bugs.debian.org/720775
16669
16670 * emacs-lisp/authors.el (authors-fixed-entries):
16671 Comment out old alpha stuff.
16672
16673 2013-10-13 Dmitry Gutov <dgutov@yandex.ru>
16674
16675 * progmodes/ruby-mode.el (ruby-mode): Add `ruby-mode-set-encoding'
16676 to `after-save-hook' instead of `before-save-hook'.
16677 (ruby-mode-set-encoding): Use the value of coding system used to
16678 write the file. Call `basic-save-buffer-1' after modifying the
16679 buffer.
16680
16681 2013-10-13 Alan Mackenzie <acm@muc.de>
16682
16683 Fix indentation/fontification of Java enum with
16684 "implements"/generic.
16685
16686 * progmodes/cc-engine.el (c-backward-over-enum-header):
16687 Extracted from the three other places and enhanced to handle generics.
16688 (c-inside-bracelist-p): Uses new function above.
16689 * progmodes/cc-fonts.el (c-font-lock-declarations): Uses new
16690 function above.
16691 (c-font-lock-enum-tail): Uses new function above.
16692
16693 2013-10-13 Kenichi Handa <handa@gnu.org>
16694
16695 * international/mule-cmds.el (select-safe-coding-system): Remove a
16696 superfluous condition in chekcing whether a coding system is safe
16697 or not.
16698
16699 2013-10-13 Oleh Krehel <ohwoeowho@gmail.com>
16700
16701 * replace.el (how-many): Fix rstart and !rend case. (Bug#15589)
16702
16703 2013-10-13 Andreas Politz <politza@hochschule-trier.de>
16704
16705 * progmodes/sql.el (sql-add-product): Fix paren typo. (Bug#15435)
16706
16707 2013-10-13 Glenn Morris <rgm@gnu.org>
16708
16709 * menu-bar.el (menu-bar-update-buffers):
16710 Unify Buffers menu prompt string. (Bug#15576)
16711
16712 * face-remap.el (text-scale-adjust): Doc fix. (Bug#15434)
16713
16714 * emacs-lisp/authors.el (authors-aliases, authors-ignored-files):
16715 Add some entries.
16716 (authors-fixed-entries): Use accented form of name.
16717
16718 2013-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
16719
16720 * progmodes/ruby-mode.el (ruby-smie-grammar): Add rule for paren-free
16721 method calls (bug#15594).
16722 (ruby-smie--args-separator-p): New function.
16723 (ruby-smie--forward-token, ruby-smie--backward-token): Use it to
16724 recognize paren-free method calls.
16725
16726 * isearch.el (isearch-pre-command-hook): Don't build in knowledge about
16727 internals of universal-argument.
16728
16729 2013-10-11 Eli Zaretskii <eliz@gnu.org>
16730
16731 * menu-bar.el (tty-menu-navigation-map): Remap F10 to tty-menu-exit.
16732 Bind all menu-bar sequences to tty-menu-exit -- this pops down a
16733 dropped menu on second mouse click on the menu bar.
16734
16735 2013-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
16736
16737 * progmodes/sh-script.el: Provide simpl(e|istic) completion.
16738 (explicit-shell-file-name): Declare.
16739 (sh--vars-before-point, sh--cmd-completion-table): New functions.
16740 (sh-completion-at-point-function): New function.
16741 (sh-mode): Use it.
16742 (sh-smie--keyword-p): Remove unused argument.
16743 (sh-smie-sh-backward-token, sh-smie-rc-backward-token): Remove unused
16744 vars.
16745 (sh-set-shell): Always setup SMIE, even if we use the
16746 old indentation code.
16747
16748 2013-10-11 Dmitry Gutov <dgutov@yandex.ru>
16749
16750 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Split the
16751 cases of ? and =.
16752 (ruby-smie-rules): Simplify the "do" rule. The cases when the
16753 predicate would return nil are almost non-existent.
16754 (ruby-smie--redundant-do-p): Include "until" and "for" statements.
16755
16756 * emacs-lisp/smie.el (smie--matching-block-data): Invalidate the
16757 cache also after commands that modify the buffer but don't move
16758 point.
16759
16760 2013-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
16761
16762 * env.el (substitute-env-in-file-name): New function.
16763 (substitute-env-vars): Extend the meaning of the optional arg.
16764
16765 2013-10-10 Eli Zaretskii <eliz@gnu.org>
16766
16767 * term/w32-win.el (dynamic-library-alist): Define separate lists
16768 of GIF DLLs for versions before and after 5.0.0 of giflib.
16769 (Bug#15531)
16770
16771 2013-10-10 João Távora <joaotavora@gmail.com>
16772
16773 * vc/vc.el (vc-diff-build-argument-list-internal): If the file is
16774 not locked, use last revision and current source as
16775 defaults. (Bug#15569)
16776
16777 2013-10-10 Masatake YAMATO <yamato@redhat.com>
16778
16779 * menu-bar.el (menu-bar-open): Don't use popup-menu if
16780 menu-bar is hidden.
16781
16782 2013-10-10 Martin Rudalics <rudalics@gmx.at>
16783
16784 * window.el (pop-to-buffer-same-window): Fix doc-string.
16785 (Bug#15492)
16786
16787 2013-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
16788
16789 * menu-bar.el (tty-menu-navigation-map): Reduce redundancy.
16790
16791 2013-10-10 Andrei Chițu <andrei.chitu1@gmail.com> (tiny change)
16792
16793 * calendar/icalendar.el (icalendar-import-file):
16794 Fix interactive spec. (Bug#15482)
16795
16796 2013-10-10 Glenn Morris <rgm@gnu.org>
16797
16798 * desktop.el (desktop-save): Default to saving in .emacs.d,
16799 since PWD is no longer in desktop-path by default. (Bug#15319)
16800
16801 * menu-bar.el (menu-bar-options-menu): Remove text-mode auto-fill,
16802 now that text mode has a menu with the same entry.
16803 (menu-bar-text-mode-auto-fill): Remove now unused func.
16804 * textmodes/text-mode.el (text-mode-map):
16805 Use auto-fill help text from menu-bar.el.
16806
16807 2013-10-10 John Anthony <john@jo.hnanthony.com>
16808
16809 * textmodes/text-mode.el (text-mode-map): Add a menu. (Bug#15562)
16810
16811 2013-10-09 Juri Linkov <juri@jurta.org>
16812
16813 * isearch.el (isearch-pre-command-hook): Use this-single-command-keys
16814 instead of this-command-keys. Add universal-argument-more and
16815 universal-argument-minus to the list of prefix commands. (Bug#15568)
16816
16817 2013-10-09 Glenn Morris <rgm@gnu.org>
16818
16819 * vc/vc-svn.el (vc-svn-create-repo):
16820 Expand paths in file://... url. (Bug#15446)
16821
16822 * emacs-lisp/authors.el (authors-aliases, authors-fixed-case):
16823 Add some entries.
16824 (authors): Remove unused local variables.
16825
16826 2013-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
16827
16828 * profiler.el: Create a more coherent calltree from partial backtraces.
16829 (profiler-format): Hide the tail with `invisible' so that C-s can still
16830 find the hidden elements.
16831 (profiler-calltree-depth): Don't recurse so enthusiastically.
16832 (profiler-function-equal): New hash-table-test.
16833 (profiler-calltree-build-unified): New function.
16834 (profiler-calltree-build): Use it.
16835 (profiler-report-make-name-part): Indent the calltree less.
16836 (profiler-report-mode): Add visibility specs for profiler-format.
16837 (profiler-report-expand-entry, profiler-report-toggle-entry):
16838 Expand the whole subtree when provided with a prefix arg.
16839
16840 2013-10-09 Dmitry Gutov <dgutov@yandex.ru>
16841
16842 * progmodes/ruby-mode.el (ruby-smie-rules): Indent after hanging
16843 iuwu-mod token.
16844 (ruby-smie--implicit-semi-p): Prohibit implicit semicolon after
16845 hanging iuwu-mod token.
16846 (ruby-smie--forward-token): Do not include a dot after a token in
16847 that token.
16848 (ruby-smie--backward-token): Likewise.
16849
16850 2013-10-08 Juri Linkov <juri@jurta.org>
16851
16852 * isearch.el (isearch-help-map, isearch-mode-map): Don't bind [t]
16853 to isearch-other-control-char.
16854 (isearch-mode): Add isearch-pre-command-hook to pre-command-hook
16855 and isearch-post-command-hook to post-command-hook.
16856 (isearch-done): Remove isearch-pre-command-hook from pre-command-hook
16857 and isearch-post-command-hook from post-command-hook.
16858 (isearch-unread-key-sequence)
16859 (isearch-reread-key-sequence-naturally)
16860 (isearch-lookup-scroll-key, isearch-other-control-char)
16861 (isearch-other-meta-char): Remove functions.
16862 (isearch-pre-command-hook, isearch-post-command-hook):
16863 New functions based on isearch-other-meta-char rewritten
16864 relying on the new behavior of overriding-terminal-local-map
16865 that does not replace the local keymaps any more. (Bug#15200)
16866
16867 2013-10-08 Eli Zaretskii <eliz@gnu.org>
16868
16869 Support menus on text-mode terminals.
16870 * tmm.el (tmm-menubar): Adapt doc string to TTY menus
16871 functionality.
16872
16873 * tooltip.el (tooltip-mode): Don't error out on TTYs.
16874
16875 * menu-bar.el (popup-menu, popup-menu-normalize-position):
16876 Move here from mouse.el.
16877 (popup-menu): Support menu-bar navigation on TTYs using C-f/C-b
16878 and arrow keys.
16879 (tty-menu-navigation-map): New map for TTY menu navigation.
16880
16881 * loadup.el ("tooltip"): Load even if x-show-tip is not available.
16882
16883 * frame.el (display-mouse-p): Report text-mode mouse as available
16884 on w32.
16885 (display-popup-menus-p): Report availability if mouse is
16886 available; don't condition on window-system.
16887
16888 * faces.el (tty-menu-enabled-face, tty-menu-disabled-face)
16889 (tty-menu-selected-face): New faces.
16890
16891 2013-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
16892
16893 * emacs-lisp/lisp-mode.el: Font-lock cl-lib constructs.
16894 (lisp-el-font-lock-keywords, lisp-el-font-lock-keywords-1)
16895 (lisp-el-font-lock-keywords-2, lisp-cl-font-lock-keywords)
16896 (lisp-cl-font-lock-keywords-1, lisp-cl-font-lock-keywords-2):
16897 New constants.
16898 (lisp-mode-variables): New `elisp' argument.
16899 (emacs-lisp-mode): Use it.
16900 * font-lock.el (lisp-font-lock-keywords, lisp-font-lock-keywords-1)
16901 (lisp-font-lock-keywords-2): Move to lisp-mode.el.
16902
16903 * indent.el: Use lexical-binding.
16904 (indent-region): Add progress reporter.
16905 (tab-stop-list): Make it implicitly extend to infinity by repeating the
16906 last step.
16907 (indent--next-tab-stop): New function to implement this behavior.
16908 (tab-to-tab-stop, move-to-tab-stop): Use it.
16909
16910 2013-10-08 Teemu Likonen <tlikonen@iki.fi>
16911
16912 * indent.el (indent-rigidly--current-indentation): New function.
16913 (indent-rigidly-map): New var.
16914 (indent-rigidly): Use it to provide interactive mode (bug#8196).
16915
16916 2013-10-08 Bastien Guerry <bzg@gnu.org>
16917
16918 * register.el (insert-register): Fix 2013-10-07 change.
16919
16920 2013-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
16921
16922 * progmodes/perl-mode.el: Use lexical-binding.
16923 Remove redundant :group args.
16924 (perl-nochange): Change default to be closer to other major modes's
16925 standard behavior.
16926 (perl-indent-line): Don't consider text on current line as a
16927 valid beginning of function from which to indent.
16928
16929 * emacs-lisp/backquote.el (backquote-process): Catch uses of , and ,@
16930 with more than one argument (bug#15538).
16931
16932 * mpc.el (mpc-songs-jump-to): Adjust to different playlist format.
16933
16934 * vc/pcvs.el: Use lexical-binding.
16935 (cvs-temp-buffer, cvs-make-cvs-buffer): Pass some vars in the lexical
16936 environment of `eval'.
16937 (cvs-mode-run, cvs-mode-do): Change `postproc' to be a function rather
16938 than a list of expressions. Adjust callers.
16939 * vc/pcvs-defs.el (cvs-postprocess): Remove, unused.
16940
16941 2013-10-07 Dmitry Gutov <dgutov@yandex.ru>
16942
16943 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Handle the
16944 case of the dot in a chained method call being on the following line.
16945
16946 2013-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
16947
16948 * electric.el (electric-indent-inhibit): New var.
16949 (electric-indent-post-self-insert-function): Use it.
16950 * progmodes/python.el (python-mode): Set it.
16951
16952 * progmodes/ruby-mode.el (ruby-smie-rules): Tweak handling of
16953 open braces.
16954
16955 * emacs-lisp/smie.el (smie-next-sexp): Refine last fix.
16956
16957 * textmodes/css-mode.el (css-smie-rules): Fix indentation (bug#15467).
16958 (css-mode): Use electric-indent-chars.
16959
16960 * nxml/nxml-mode.el: Use lexical-binding and syntax-propertize.
16961 (font-lock-beg, font-lock-end): Move before first use.
16962 (nxml-mode): Use syntax-propertize-function.
16963 (nxml-after-change, nxml-after-change1): Adjust accordingly.
16964 (nxml-extend-after-change-region): Remove.
16965 * nxml/xmltok.el: Use lexical-binding.
16966 (xmltok-save): Use `declare'.
16967 (xmltok-unclosed-reparse-p, xmltok-semi-closed-reparse-p): Remove.
16968 * nxml/nxml-util.el: Use lexical-binding.
16969 (nxml-with-degradation-on-error, nxml-with-invisible-motion):
16970 Use `declare'.
16971 * nxml/nxml-ns.el: Use lexical-binding.
16972 (nxml-ns-save): Use `declare'.
16973 (nxml-ns-prefixes-for): Avoid add-to-list.
16974 * nxml/rng-match.el: Use lexical-binding.
16975 (rng--ipattern): Use cl-defstruct.
16976 (rng-compute-start-tag-open-deriv, rng-compute-start-attribute-deriv)
16977 (rng-cons-group-after, rng-subst-group-after)
16978 (rng-subst-interleave-after, rng-apply-after, rng-compute-data-deriv):
16979 Use closures instead of `(lambda...).
16980
16981 2013-10-07 Michael Albinus <michael.albinus@gmx.de>
16982
16983 * net/tramp.el (tramp-handle-insert-file-contents): Improve handling
16984 of BEG and END.
16985
16986 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
16987 Use `tramp-handle-insert-file-contents'.
16988 (tramp-gvfs-handle-insert-file-contents): Remove function.
16989
16990 * net/tramp-sh.el (tramp-sh-handle-insert-directory):
16991 Use `save-restriction' in order to keep markers.
16992
16993 * net/trampver.el: Update release number.
16994
16995 2013-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
16996
16997 * progmodes/compile.el (compilation-parse-errors):
16998 Use compilation--put-prop.
16999 (compilation--ensure-parse): Check compilation-multiline.
17000
17001 * emacs-lisp/easymenu.el (easy-menu-create-menu): Use closures.
17002
17003 * emacs-lisp/lisp-mode.el (eval-defun-2): Simplify, using
17004 lexical-binding.
17005
17006 * emacs-lisp/tq.el (tq-create): Use a closure instead of `(lambda...).
17007
17008 * progmodes/ruby-mode.el: Fix recently added tests.
17009 (ruby-smie-grammar): Add - and +.
17010 (ruby-smie--redundant-do-p, ruby-smie--forward-id)
17011 (ruby-smie--backward-id): New functions.
17012 (ruby-smie--forward-token, ruby-smie--backward-token): Use them.
17013 (ruby-smie-rules): Handle hanging do. Get rid of hack, not needed
17014 any more.
17015
17016 2013-10-07 Leo Liu <sdl.web@gmail.com>
17017
17018 * register.el (register-preview-delay)
17019 (register-preview-functions): New variables.
17020 (register-read-with-preview, register-preview)
17021 (register-describe-oneline): New functions.
17022 (point-to-register, window-configuration-to-register)
17023 (frame-configuration-to-register, jump-to-register)
17024 (number-to-register, view-register, insert-register)
17025 (copy-to-register, append-to-register, prepend-to-register)
17026 (copy-rectangle-to-register): Use register-read-with-preview to
17027 read register. (Bug#15525)
17028
17029 2013-10-06 Dato Simó <dato@net.com.org.es> (tiny change)
17030
17031 * net/network-stream.el (network-stream-open-starttls): Don't add
17032 --insecure if it's already present, because that gnutls-cli
17033 rejects getting that parameter twice.
17034
17035 2013-10-06 Dmitry Gutov <dgutov@yandex.ru>
17036
17037 * progmodes/ruby-mode.el (ruby-smie-rules): Dedent `ensure'
17038 keyword, too.
17039
17040 2013-10-05 Dmitry Gutov <dgutov@yandex.ru>
17041
17042 * newcomment.el (comment-use-global-state): Change default value
17043 to t, mark obsolete (Bug#15251).
17044 (comment-beginning): In addition to `comment-to-syntax', check the
17045 value of `comment-use-global-state'.
17046
17047 2013-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
17048
17049 * progmodes/ruby-mode.el (ruby-use-smie): Change default.
17050 (ruby-comment-column): Follow the global default, by default.
17051 (ruby-smie-grammar): Add assignment syntax.
17052 (ruby-smie--implicit-semi-p): No implicit semi-colon after an
17053 open-paren, a comma, or a \.
17054 (ruby-smie--forward-token, ruby-smie--backward-token): Handle heredocs,
17055 and line continuations.
17056 (ruby-smie-rules): Adjust handling of open-paren, now that it's never
17057 followed by implicit semi-colons. Add rule for string concatenation
17058 and for indentation at BOB.
17059 (ruby-forward-sexp, ruby-backward-sexp): Adjust for when SMIE is in use.
17060
17061 * emacs-lisp/smie.el (smie-next-sexp): Don't go back to pos before
17062 calling next-sexp, since next-token may have skipped chars which
17063 next-sexp doesn't know should be skipped!
17064
17065 2013-10-05 Leo Liu <sdl.web@gmail.com>
17066
17067 * progmodes/octave.el (octave-send-region):
17068 Call compilation-forget-errors.
17069
17070 2013-10-04 Xue Fuqiao <xfq.free@gmail.com>
17071
17072 * vc/vc-svn.el (vc-svn-find-admin-dir):
17073 * vc/vc-rcs.el (vc-rcs-find-admin-dir):
17074 * vc/vc-mtn.el (vc-mtn-find-admin-dir):
17075 * vc/vc-cvs.el (vc-cvs-find-admin-dir):
17076 * vc/vc-arch.el (vc-arch-find-admin-dir): New functions.
17077
17078 2013-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
17079
17080 * textmodes/css-mode.el (css-smie-rules): Toplevel's a list (bug#15467).
17081
17082 2013-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
17083
17084 * subr.el (read-passwd): Hide chars even when called within a context
17085 where after-change-functions is disabled (bug#15501).
17086 (set-temporary-overlay-map): Don't remove oneself from pre-command-hook
17087 until we removed ourself from overriding-terminal-local-map.
17088
17089 2013-10-04 Leo Liu <sdl.web@gmail.com>
17090
17091 * progmodes/octave.el (inferior-octave-mode):
17092 Call compilation-forget-errors.
17093
17094 2013-10-04 Xue Fuqiao <xfq.free@gmail.com>
17095
17096 * emacs-lisp/syntax.el (syntax-ppss): Doc fix.
17097
17098 2013-10-04 Michael Albinus <michael.albinus@gmx.de>
17099
17100 * net/secrets.el (secrets-create-collection): Add optional
17101 argument ALIAS. Use proper Label keyword. Append ALIAS as
17102 dbus-call-method argument. (Bug#15516)
17103
17104 2013-10-04 Leo Liu <sdl.web@gmail.com>
17105
17106 * progmodes/octave.el (inferior-octave-error-regexp-alist)
17107 (inferior-octave-compilation-font-lock-keywords): New variables.
17108 (compilation-error-regexp-alist)
17109 (compilation-mode-font-lock-keywords): Defvar to pacify compiler.
17110 (inferior-octave-mode): Use compilation-shell-minor-mode.
17111
17112 2013-10-04 Jorgen Schaefer <forcer@forcix.cx>
17113
17114 * minibuffer.el (completion--replace): Be careful that `end' might be
17115 a marker.
17116
17117 2013-10-03 Daiki Ueno <ueno@gnu.org>
17118
17119 Add support for package signature checking.
17120 * emacs-lisp/package.el (url-http-file-exists-p)
17121 (epg-make-context, epg-context-set-home-directory)
17122 (epg-verify-string, epg-context-result-for)
17123 (epg-signature-status, epg-signature-to-string)
17124 (epg-check-configuration, epg-configuration)
17125 (epg-import-keys-from-file): Declare.
17126 (package-check-signature): New user option.
17127 (package-unsigned-archives): New user option.
17128 (package-desc): Add `signed' field.
17129 (package-load-descriptor): Set `signed' field if .signed file exists.
17130 (package--archive-file-exists-p): New function.
17131 (package--check-signature): New function.
17132 (package-install-from-archive): Check package signature.
17133 (package--download-one-archive): Check archive signature.
17134 (package-delete): Remove .signed file.
17135 (package-import-keyring): New command.
17136 (package-refresh-contents): Import default keyring.
17137 (package-desc-status): Add "unsigned" status.
17138 (describe-package-1, package-menu--print-info)
17139 (package-menu-mark-delete, package-menu--find-upgrades)
17140 (package-menu--status-predicate): Support "unsigned" status.
17141
17142 2013-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
17143
17144 * emacs-lisp/cconv.el (cconv-convert, cconv-analyse-form): Adjust for
17145 the new compilation scheme using the new byte-codes.
17146
17147 * emacs-lisp/bytecomp.el (byte-pushcatch, byte-pushconditioncase)
17148 (byte-pophandler): New byte codes.
17149 (byte-goto-ops): Adjust accordingly.
17150 (byte-compile--use-old-handlers): New var.
17151 (byte-compile-catch): Use new byte codes depending on
17152 byte-compile--use-old-handlers.
17153 (byte-compile-condition-case--old): Rename from
17154 byte-compile-condition-case.
17155 (byte-compile-condition-case--new): New function.
17156 (byte-compile-condition-case): New function that dispatches depending
17157 on byte-compile--use-old-handlers.
17158 (byte-compile-unwind-protect): Pass a function to byte-unwind-protect
17159 when we can.
17160
17161 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
17162 Optimize under `condition-case' and `catch' if
17163 byte-compile--use-old-handlers is nil.
17164 (disassemble-offset): Handle new bytecodes.
17165
17166 2013-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
17167
17168 * subr.el (error): Use `declare'.
17169 (decode-char, encode-char): Use advertised-calling-convention instead
17170 of the docstring to discourage use of the `restriction' arg.
17171
17172 2013-10-03 Daiki Ueno <ueno@gnu.org>
17173
17174 * epg.el (epg-verify-file): Add a comment saying that it does not
17175 notify verification error as a return value nor a signal.
17176 (epg-verify-string): Ditto.
17177
17178 2013-10-02 Kevin Rodgers <kevin.d.rodgers@gmail.com>
17179
17180 * progmodes/compile.el (compilation-start): Try globbing the arg to
17181 `cd' (bug#15417).
17182
17183 2013-10-02 Michael Albinus <michael.albinus@gmx.de>
17184
17185 Sync with Tramp 2.2.8.
17186
17187 * net/tramp-cmds.el (tramp-bug, tramp-append-tramp-buffers):
17188 * net/tramp-cache.el (tramp-cache-print): Use `tramp-compat-funcall'.
17189 * net/trampver.el: Update release number.
17190
17191 2013-10-01 Jan Djärv <jan.h.d@swipnet.se>
17192
17193 * term/ns-win.el (ns-initialize-window-system): Set locale-coding-system
17194 and default-process-coding-system for darwin only.
17195
17196 2013-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
17197
17198 * emacs-lisp/package.el (package-desc): Simplify (bug#15495).
17199
17200 2013-10-01 Mitchel Humpherys <mitch.special@gmail.com> (tiny change)
17201
17202 * vc/vc-git.el (vc-git-grep): Disable pager.
17203
17204 2013-10-01 Dmitry Gutov <dgutov@yandex.ru>
17205
17206 * emacs-lisp/package.el (package-buffer-info, describe-package-1):
17207 Use :url instead of :homepage, as per
17208 http://lists.gnu.org/archive/html/emacs-devel/2013-09/msg00622.html
17209
17210 * newcomment.el (comment-beginning): When `comment-use-syntax' is
17211 non-nil, use `syntax-ppss' (Bug#15251).
17212
17213 2013-09-30 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
17214
17215 * progmodes/octave.el (inferior-octave-startup-file):
17216 Prefer ~/.emacs.d/init_octave.m.
17217
17218 2013-09-29 Dmitry Gutov <dgutov@yandex.ru>
17219
17220 * emacs-lisp/package.el (package-desc-from-define):
17221 Accept additional arguments as plist, convert them to an alist and store
17222 them in the `extras' slot.
17223 (package-generate-description-file): Convert extras alist back to
17224 plist and append to the `define-package' form arguments.
17225 (package--alist-to-plist): New function.
17226 (package--ac-desc): Add `extras' slot.
17227 (package--add-to-archive-contents): Check if the archive-contents
17228 vector is long enough, and if it is, pass its `extras' slot value
17229 to `package-desc-create'.
17230 (package-buffer-info): Call `lm-homepage', pass the returned value
17231 to `package-desc-from-define'.
17232 (describe-package-1): Render the homepage button (Bug#13291).
17233
17234 * emacs-lisp/package-x.el (package-upload-buffer-internal):
17235 Pass `extras' slot from `package-desc' to `package-make-ac-desc'.
17236
17237 2013-09-29 Jan Djärv <jan.h.d@swipnet.se>
17238
17239 * term/ns-win.el (ns-initialize-window-system): Set locale-coding-system
17240 and default-process-coding-system to utf-8-unix (Bug#15402).
17241
17242 2013-09-29 Xue Fuqiao <xfq.free@gmail.com>
17243
17244 * subr.el (looking-back): Do not recommend using looking-back.
17245
17246 2013-09-28 Alan Mackenzie <acm@muc.de>
17247
17248 Fix indentation/fontification of Java enum with "implements".
17249
17250 * progmodes/cc-langs.el (c-postfix-decl-spec-key): New variable, a
17251 regexp which matches "implements", etc., in Java.
17252 * progmodes/cc-engine.el (c-inside-bracelist-p): Check for extra
17253 specifier clauses coming after "enum".
17254 * progmodes/cc-fonts.el (c-font-lock-declarations)
17255 (c-font-lock-enum-tail): Check for extra specifier clauses coming
17256 after "enum".
17257
17258 2013-09-28 Jan Djärv <jan.h.d@swipnet.se>
17259
17260 * faces.el (region): Change ns_selection_color to
17261 ns_selection_fg_color, add ns_selection_bg_color.
17262
17263 2013-09-28 Leo Liu <sdl.web@gmail.com>
17264
17265 * progmodes/octave.el (inferior-octave-completion-table)
17266 (inferior-octave-completion-at-point): Minor tweaks.
17267
17268 * textmodes/ispell.el (ispell-lookup-words): Rename from
17269 lookup-words. (Bug#15460)
17270 (lookup-words): Obsolete.
17271 (ispell-complete-word, ispell-command-loop): All uses changed.
17272
17273 2013-09-28 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
17274
17275 * progmodes/octave.el (octave-mode-map): Bind octave-send-buffer.
17276 (octave-mode-menu): Add octave-send-buffer.
17277 (octave-send-buffer): New function.
17278
17279 2013-09-28 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
17280
17281 * progmodes/octave.el (octave-mode-map): Add key binding for
17282 octave-lookfor.
17283 (octave-mode-menu): Add octave-lookfor.
17284 (inferior-octave-mode-map, octave-help-mode-map): Bind C-ha to
17285 octave-lookfor.
17286 (octave-lookfor): New function.
17287
17288 2013-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
17289
17290 * emacs-lisp/cl-macs.el (cl--loop-destr-temps): Remove.
17291 (cl--loop-iterator-function): Rename from cl--loop-map-form and change
17292 its convention.
17293 (cl--loop-set-iterator-function): New function.
17294 (cl-loop): Adjust accordingly, so as not to use cl-subst.
17295 (cl--parse-loop-clause): Adjust all uses of cl--loop-map-form.
17296 Bind `it' with `let' instead of substituting it with `cl-subst'.
17297 (cl--unused-var-p): New function.
17298 (cl--loop-let): Don't use the cl--loop-destr-temps hack any more.
17299 Eliminate some unused variable warnings (bug#15326).
17300
17301 2013-09-27 Tassilo Horn <tsdh@gnu.org>
17302
17303 * doc-view.el (doc-view-scale-reset): Rename from
17304 `doc-view-reset-zoom-level'.
17305 (doc-view-scale-adjust): New command.
17306 (doc-view-mode-map): Remap `text-scale-adjust' bindings to
17307 `doc-view-scale-adjust'.
17308
17309 2013-09-26 Tassilo Horn <tsdh@gnu.org>
17310
17311 * doc-view.el (doc-view-reset-zoom-level): New command.
17312 (doc-view-mode-map): Remap text-scale-adjust bindings to doc-view
17313 zoom commands (bug#15466).
17314
17315 2013-09-26 Kenichi Handa <handa@gnu.org>
17316
17317 * international/quail.el (quail-help): Make it not a command.
17318
17319 2013-09-26 Leo Liu <sdl.web@gmail.com>
17320
17321 * minibuffer.el (completion-all-sorted-completions): Make args
17322 optional as they are.
17323
17324 2013-09-25 Daniel Colascione <dancol@dancol.org>
17325
17326 * emacs-lisp/cl-macs.el (cl-type-spec): Tell edebug what type
17327 specs are and that they're not evaluated.
17328
17329 2013-09-24 Sam Steingold <sds@gnu.org>
17330
17331 * midnight.el (clean-buffer-list-kill-regexps)
17332 (clean-buffer-list-kill-buffer-names): Update for the new Man
17333 buffer naming which includes the object name.
17334
17335 2013-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
17336
17337 * eshell/esh-cmd.el (eshell--sep-terms): New var.
17338 (eshell-parse-command, eshell-parse-pipeline): Use it since
17339 eshell-separate-commands requires a dynamic scoped var.
17340 Reported by Jan Moringen <jmoringe@techfak.uni-bielefeld.de>.
17341
17342 2013-09-23 Leo Liu <sdl.web@gmail.com>
17343
17344 * autoinsert.el (auto-insert-alist): Make the value of
17345 lexical-binding match its file setting.
17346
17347 2013-09-23 Juanma Barranquero <lekktu@gmail.com>
17348
17349 * vc/vc-sccs.el (vc-sccs-search-project-dir): Mark unused argument.
17350
17351 * autoarg.el (autoarg-kp-digit-argument):
17352 * electric.el (Electric-command-loop):
17353 * kmacro.el (kmacro-step-edit-insert):
17354 Do not set universal-argument-num-events.
17355
17356 2013-09-22 Leo Liu <sdl.web@gmail.com>
17357
17358 * files.el (interpreter-mode-alist): Add octave.
17359
17360 2013-09-21 Alan Mackenzie <acm@muc.de>
17361
17362 C++: fontify identifier in declaration following "public:" correctly.
17363 * progmodes/cc-langs.el (c-decl-start-colon-kwd-re): New lang var
17364 to match "public", etc.
17365 (c-decl-prefix-re): Add ":" into the C++ value.
17366 * progmodes/cc-engine.el (c-find-decl-prefix-search): Refactor a
17367 bit. Add a check for a ":" preceded by "public", etc.
17368
17369 2013-09-21 Eli Zaretskii <eliz@gnu.org>
17370
17371 * files.el (auto-mode-alist): Support OBJFILE-gdb.gdb script files
17372 recognized by GDB 7.5 and later.
17373
17374 2013-09-21 Xue Fuqiao <xfq.free@gmail.com>
17375
17376 * vc/vc-dir.el (vc-dir-mode-map): Add keybinding for vc-log-incoming.
17377
17378 2013-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
17379
17380 * subr.el (internal--call-interactively): New const.
17381 (called-interactively-p): Use it (bug#3984).
17382
17383 2013-09-20 Xue Fuqiao <xfq.free@gmail.com>
17384
17385 * vc/pcvs.el (cvs-mode-ignore):
17386 * vc/vc-cvs.el (vc-cvs-ignore, vc-cvs-append-to-ignore):
17387 Rename cvs-append-to-ignore to vc-cvs-append-to-ignore.
17388
17389 2013-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
17390
17391 * eshell/em-ls.el: Use advice. Remove redundant :group keywords.
17392 (eshell-ls-orig-insert-directory): Remove.
17393 (eshell-ls-unload-hook): Not a defcustom any more. Use advice-remove.
17394 (eshell-ls-use-in-dired): Use advice-add/remove.
17395 (eshell-ls--insert-directory): Rename from eshell-ls-insert-directory.
17396 Add `orig-fun' arg for use in :around advice.
17397 Make it check (redundantly) eshell-ls-use-in-dired.
17398
17399 2013-09-19 Glenn Morris <rgm@gnu.org>
17400
17401 * emacs-lisp/cl-macs.el (cl-defsubst): Remove unused local `pbody'.
17402
17403 * simple.el (x-selection-owner-p, x-selection-exists-p): Declare.
17404
17405 * emacs-lisp/eieio.el (class-parent): Undo previous change.
17406
17407 2013-09-19 Michael Albinus <michael.albinus@gmx.de>
17408
17409 * net/tramp-sh.el (tramp-get-remote-id): Do not raise an error.
17410 (tramp-get-remote-uid-with-id, tramp-get-remote-gid-with-id)
17411 (tramp-get-remote-python): New defuns.
17412 (tramp-get-remote-uid-with-perl)
17413 (tramp-get-remote-gid-with-perl): New defuns. Perl code
17414 contributed by yary <not.com@gmail.com> (tiny change).
17415 (tramp-get-remote-uid-with-python)
17416 (tramp-get-remote-gid-with-python): New defuns. Python code
17417 contributed by Andrey Tykhonov <atykhonov@gmail.com> (tiny change).
17418 (tramp-get-remote-uid, tramp-get-remote-gid): Use new defuns.
17419
17420 2013-09-19 Glenn Morris <rgm@gnu.org>
17421
17422 * emacs-lisp/eieio.el (class-parent): Don't use defalias with macros.
17423
17424 * eshell/em-unix.el (eshell-remove-entries):
17425 Rename argument to avoid name-clash with global `top-level'.
17426
17427 * eshell/esh-proc.el (eshell-kill-process-function):
17428 Remove eshell-reset-after-proc from eshell-kill-hook if present.
17429 (eshell-reset-after-proc): Remove unused arg `proc'.
17430
17431 * eshell/esh-util.el (eshell-read-hosts-file): Use `filename' arg.
17432 (directory-files-and-attributes): Mark unused arg.
17433
17434 * eshell/em-unix.el (eshell-remove-entries):
17435 Remove unused arg `path'. Update callers.
17436
17437 * eshell/em-hist.el (eshell-hist-parse-arguments):
17438 Remove unused arg `silent'. Update callers.
17439
17440 * eshell/em-ls.el (eshell-ls-use-in-dired): Use `symbol' arg.
17441 Fix (f)boundp mix-up.
17442
17443 * eshell/em-smart.el (eshell-smart-scroll-window)
17444 (eshell-disable-after-change):
17445 * eshell/em-term.el (eshell-term-sentinel): Mark unused arg.
17446
17447 2013-09-18 Alan Mackenzie <acm@muc.de>
17448
17449 Fix fontification of type when followed by "const".
17450 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Don't exclude
17451 "known" types from fontification.
17452
17453 2013-09-18 Glenn Morris <rgm@gnu.org>
17454
17455 * emacs-lisp/chart.el (x-display-color-cells): Declare.
17456 (chart-face-list): Drop Emacsen without display-color-p.
17457
17458 * net/eww.el (libxml-parse-html-region): Declare.
17459 (eww-display-html): Explicit error if no libxml2 support.
17460
17461 * doc-view.el (doc-view-mode): Silence --without-x compilation.
17462
17463 * image.el (image-type-from-buffer, image-multi-frame-p):
17464 Remove --without-x warning/error.
17465
17466 * mouse.el (mouse-yank-primary):
17467 * term.el (term-mouse-paste):
17468 Reorder to silence --without-x compilation.
17469
17470 * mpc.el (doc-view-mode): Silence --without-x compilation.
17471
17472 * mail/rmailmm.el (rmail-mime-set-bulk-data):
17473 Silence --without-x compilation.
17474
17475 * progmodes/gud.el (gud-find-file, gud-mode):
17476 Silence --without-x compilation.
17477 (tooltip-mode): Declare.
17478
17479 * wdired.el (dired-backup-overwrite): Remove declaration.
17480 (wdired-mode-map): Add doc string.
17481
17482 * custom.el (x-get-resource): Declare.
17483
17484 * eshell/em-glob.el (ange-cache):
17485 * eshell/em-unix.el (ange-cache): Declare.
17486
17487 * faces.el (x-display-list, x-open-connection, x-get-resource):
17488 Declare.
17489
17490 * follow.el (scroll-bar-toolkit-scroll, scroll-bar-drag)
17491 (scroll-bar-scroll-up, scroll-bar-scroll-down, mwheel-scroll):
17492 Declare.
17493
17494 * frame.el (x-display-grayscale-p, x-display-name): Declare.
17495
17496 * net/gnutls.el (gnutls-log-level): Declare.
17497
17498 * net/shr.el (image-size, image-animate): Declare.
17499
17500 * simple.el (font-info): Declare.
17501
17502 * subr.el (x-popup-dialog): Declare.
17503
17504 * term/common-win.el (x-select-enable-primary)
17505 (x-last-selected-text-primary, x-last-selected-text-clipboard):
17506 Declare.
17507
17508 * term/ns-win.el (x-handle-args): Declare.
17509
17510 * term/x-win.el (x-select-enable-clipboard): Declare.
17511
17512 * term/w32-win.el (create-default-fontset): Declare.
17513
17514 * w32-common-fns.el (x-server-version, x-select-enable-clipboard):
17515 Declare.
17516
17517 * window.el (x-display-pixel-height, tool-bar-lines-needed): Declare.
17518 (fit-frame-to-buffer): Explicit error if --without-x.
17519 (mouse-autoselect-window-select): Silence compiler.
17520
17521 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
17522
17523 * eshell/em-cmpl.el (eshell-complete-parse-arguments):
17524 * eshell/em-hist.el (eshell/history, eshell-isearch-backward):
17525 * eshell/em-pred.el (eshell-parse-modifiers, eshell-pred-file-time):
17526 * eshell/esh-util.el (eshell-sublist):
17527 Remove unused local variables.
17528
17529 * eshell/esh-io.el (x-select-enable-clipboard): Declare.
17530
17531 * textmodes/two-column.el: Make 2C-split work for --without-x.
17532 (scroll-bar-columns): Autoload.
17533 (top-level): Require fringe when compiling.
17534
17535 2013-09-18 Leo Liu <sdl.web@gmail.com>
17536
17537 * subr.el (add-hook): Robustify to handle closure as well.
17538
17539 2013-09-17 Glenn Morris <rgm@gnu.org>
17540
17541 * simple.el (messages-buffer-mode-map): Unbind "g".
17542
17543 2013-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
17544
17545 * help-mode.el (help-mode-finish): Use derived-mode-p.
17546 Remove obsolete highlighting.
17547
17548 * play/life.el (life-mode): Use define-derived-mode. Derive from
17549 special-mode.
17550 (life): Let-bind inhibit-read-only.
17551 (life-setup): Avoid `setq'. Use `life-mode'.
17552
17553 * emacs-lisp/package.el (package-generate-autoloads): Remove `require'
17554 which should not be needed any more.
17555 (package-menu-refresh, package-menu-describe-package): Use user-error.
17556
17557 * eshell/esh-cmd.el (eshell-post-rewrite-command-function): New var.
17558 (eshell-post-rewrite-command-hook): Make obsolete.
17559 (eshell-parse-command): Simplify.
17560 (eshell-structure-basic-command): Remove unused arg `vocal-test'.
17561 (eshell--cmd): Declare.
17562 (eshell-parse-pipeline): Remove unused var `final-p'.
17563 Pass a dynvar to eshell-post-rewrite-command-hook.
17564 Implement the new eshell-post-rewrite-command-function.
17565 (eshell-invoke-directly): Remove unused arg `input'.
17566 * eshell/esh-io.el (eshell-io-initialize):
17567 Use eshell-post-rewrite-command-function (bug#15399).
17568 (eshell--apply-redirections): Rename from eshell-apply-redirections;
17569 adjust to new calling convention.
17570 (eshell-create-handles): Rename args to avoid clashing with dynvar
17571 `standard-output'.
17572
17573 2013-09-17 Glenn Morris <rgm@gnu.org>
17574
17575 * simple.el (messages-buffer-mode): New major mode.
17576 (messages-buffer): New function.
17577 * startup.el (normal-top-level): Switch mode of *Messages* buffer.
17578 * emacs-lisp/ert.el (ert--force-message-log-buffer-truncation)
17579 (ert-run-test): Use `messages-buffer' function.
17580 (ert--force-message-log-buffer-truncation): Ignore read-only.
17581 * help.el (view-echo-area-messages): Use `messages-buffer' function.
17582 * mail/emacsbug.el (report-emacs-bug): Use `messages-buffer' function.
17583
17584 2013-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
17585
17586 * subr.el (eval-after-load): Preserve evaluation order (bug#15389).
17587
17588 * abbrev.el (abbrev--check-chars): Fix thinko (bug#15360).
17589
17590 2013-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
17591
17592 * icomplete.el (icomplete-in-buffer): New var.
17593 (icomplete-pre-command-hook, icomplete-post-command-hook): Remove those
17594 vars and replace them with functions.
17595 (icomplete-minibuffer-setup): Adjust accordingly.
17596 (icomplete--completion-table, icomplete--completion-predicate)
17597 (icomplete--field-string, icomplete--field-beg, icomplete--field-end):
17598 New functions.
17599 (icomplete-forward-completions, icomplete-backward-completions)
17600 (icomplete-simple-completing-p, icomplete-exhibit)
17601 (icomplete-completions): Use them.
17602 (icomplete--in-region-buffer): New var.
17603 (icomplete--in-region-setup): New function.
17604 (icomplete-mode): Use it.
17605
17606 * eshell/esh-opt.el: Fix last change to set lexical-vars properly
17607 (bug#15379).
17608 (eshell--do-opts): Rename from eshell-do-opt, remove arg `body-fun',
17609 return args and options.
17610 (eshell-eval-using-options): Use the new return value of
17611 eshell--do-opts to set the options's vars in their scope.
17612 (eshell--set-option): Rename from eshell-set-option.
17613 Add arg `opt-vals'.
17614 (eshell--process-option): Rename from eshell-process-option.
17615 Add arg `opt-vals'.
17616 (eshell--process-args): Use an `opt-vals' alist to store the options's
17617 values during their processing and return them additionally to the
17618 remaining args.
17619
17620 2013-09-15 Dmitry Gutov <dgutov@yandex.ru>
17621
17622 * progmodes/ruby-mode.el (ruby-operator-re): Consider line
17623 continuation character an operator, as far as indentation is
17624 concerned (Bug#15369).
17625
17626 2013-09-15 Martin Rudalics <rudalics@gmx.at>
17627
17628 * window.el (window--state-put-2): Don't process buffer state
17629 when buffer doesn't exist any more (Bug#15382).
17630
17631 2013-09-15 Glenn Morris <rgm@gnu.org>
17632
17633 * eshell/em-unix.el (eshell/rm):
17634 Make -f ignore missing files. (Bug#15373)
17635
17636 * eshell/esh-cmd.el (eshell--local-vars): New variable. (Bug#15372)
17637 (eshell-rewrite-for-command): Add for loop vars to eshell--local-vars.
17638 * eshell/esh-var.el (eshell-get-variable): Respect eshell--local-vars.
17639
17640 2013-09-14 Glenn Morris <rgm@gnu.org>
17641
17642 * eshell/esh-var.el (eshell-variable-aliases-list): Fix doc typo.
17643
17644 2013-09-13 Glenn Morris <rgm@gnu.org>
17645
17646 * dired-x.el (dired-guess-shell-alist-user): Doc fix.
17647 (dired-guess-default): Make `file' available in the env. (Bug#15363)
17648
17649 2013-09-13 Dmitry Antipov <dmantipov@yandex.ru>
17650
17651 * frame.el (x-focus-frame): Mark as declared in frame.c.
17652
17653 2013-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
17654
17655 * ls-lisp.el: Use advice-add.
17656 (original-insert-directory): Remove.
17657 (ls-lisp--insert-directory): Rename from insert-directory; add
17658 `orig-fun' argument.
17659 (insert-directory): Advise.
17660
17661 2013-09-13 Eli Zaretskii <eliz@gnu.org>
17662
17663 * term.el (term-emulate-terminal): Decode the command string
17664 before passing it to term-command-hook. (Bug#15337)
17665
17666 2013-09-13 Glenn Morris <rgm@gnu.org>
17667
17668 * eshell/esh-util.el (ange-cache): Move declaration earlier.
17669
17670 * eshell/esh-ext.el (eshell-search-path): Declare.
17671
17672 * eshell/em-prompt.el (eshell/pwd): Autoload it.
17673 Otherwise an error occurs if eshell-dirs module not loaded.
17674
17675 * progmodes/gdb-mi.el (gud-cont, gud-step): Declare.
17676
17677 2013-09-13 Michael Albinus <michael.albinus@gmx.de>
17678
17679 * net/tramp.el (tramp-check-proper-method-and-host): Rename it from
17680 `tramp-check-proper-host'. Check for a valid method name.
17681
17682 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
17683 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
17684 * net/tramp-sh.el (tramp-maybe-open-connection):
17685 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Call it.
17686
17687 * net/tramp-cache.el (tramp-cache-print): Don't print text properties
17688 also for hash values.
17689
17690 2013-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
17691
17692 * term/ns-win.el (parameters): Don't declare as dynamic.
17693 (before-make-frame-hook): Don't add ineffective function.
17694
17695 * eshell/*.el: Use lexical-binding (bug#15231).
17696
17697 2013-09-12 Kenichi Handa <handa@gnu.org>
17698
17699 * composite.el (compose-gstring-for-graphic): Handle enclosing mark.
17700
17701 2013-09-12 Glenn Morris <rgm@gnu.org>
17702
17703 * vc/vc-svn.el (vc-svn-dir-status-files, vc-svn-dir-extra-headers)
17704 (vc-svn-ignore, vc-svn-retrieve-tag): Mark unused arguments.
17705
17706 * subr.el (do-after-load-evaluation): Also give compiler warnings
17707 when obsolete files are used (except by obsolete files).
17708
17709 * vc/vc-svn.el (vc-svn-parse-status): If there are multiple files
17710 in the status output, assume `filename' is the first. (Bug#15322)
17711
17712 * vc/vc.el (vc-deduce-fileset): Doc fix.
17713
17714 * calc/calc-help.el (Info-goto-node):
17715 * progmodes/cperl-mode.el (Info-find-node):
17716 * vc/ediff.el (Info-goto-node): Update declarations.
17717
17718 * vc/vc-dispatcher.el (vc-dir-refresh): Declare.
17719
17720 * vc/vc-bzr.el (vc-compilation-mode): Declare.
17721 (vc-bzr-pull): Require vc-dispatcher.
17722 * vc/vc-git.el (vc-compilation-mode): Declare.
17723 (vc-git-pull): Require vc-dispatcher.
17724
17725 * progmodes/ruby-mode.el (ruby-syntax-propertize-function): Declare.
17726
17727 * progmodes/octave.el (help-button-action): Declare.
17728
17729 * shell.el (shell-directory-tracker): Output error as a message
17730 rather than just returning it as a string.
17731 (shell-process-pushd): Remove useless use of message.
17732
17733 * dframe.el (dframe-timer-fn):
17734 * files.el (dir-locals-read-from-file):
17735 * mpc.el (mpc--status-timer-run, mpc--status-idle-timer-run)
17736 (mpc-format):
17737 * reveal.el (reveal-post-command):
17738 * saveplace.el (load-save-place-alist-from-file):
17739 * shell.el (shell-resync-dirs):
17740 * w32-common-fns.el (x-get-selection-value):
17741 * emacs-lisp/copyright.el (copyright-find-copyright):
17742 * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info):
17743 * emulation/tpu-edt.el (tpu-copy-keyfile):
17744 * play/bubbles.el (bubbles--mark-neighbourhood):
17745 * progmodes/executable.el
17746 (executable-make-buffer-file-executable-if-script-p):
17747 * term/pc-win.el (x-get-selection-value): Use with-demoted-errors.
17748
17749 2013-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
17750
17751 Cleanup Eshell to rely less on dynamic scoping.
17752 * eshell/esh-opt.el (eshell-eval-using-options): Don't bind usage-msg,
17753 last-value, and ext-command here. Bind `args' closer to `body'.
17754 (temp-args, last-value, usage-msg, ext-command, args): Don't defvar.
17755 (eshell--args): Declare new dynamic var.
17756 (eshell-do-opt): Add argument `args'. Bind our own usage-msg,
17757 last-value, and ext-command. Pass `args' to `body'.
17758 (eshell-process-args): Bind eshell--args.
17759 (eshell-set-option): Use eshell--args.
17760 * eshell/eshell.el (eshell): Use derived-mode-p.
17761 * eshell/esh-var.el (eshell-parse-variable): Use backquote.
17762 (eshell-parse-variable-ref): Remove unused vars `end' and `err'.
17763 (eshell-glob-function): Declare.
17764 * eshell/esh-util.el: Require cl-lib.
17765 (eshell-read-hosts-file): Avoid add-to-list.
17766 * eshell/esh-cmd.el (eshell-parse-lisp-argument): Remove unused var
17767 `err'.
17768 * eshell/em-unix.el (compilation-scroll-output, locate-history-list):
17769 Declare.
17770 (eshell/diff): Remove unused var `err'.
17771 * eshell/em-rebind.el (eshell-delete-backward-char): Remove unused arg
17772 `killflag'.
17773 * eshell/em-pred.el (eshell-parse-modifiers): Remove unused var `err'.
17774 * eshell/em-ls.el (eshell-ls-highlight-alist): Move defvars before
17775 first use.
17776 * eshell/em-glob.el (eshell-glob-matches, message-shown):
17777 Move declaration before first use.
17778 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Use backquotes.
17779 * autorevert.el (auto-revert-notify-handler): Use `cl-dolist' since we
17780 rely on cl-return.
17781
17782 2013-09-12 Glenn Morris <rgm@gnu.org>
17783
17784 * term/ns-win.el (global-map): Remove binding for ispell-next,
17785 deleted 1999-05-29. (Bug#15357)
17786
17787 2013-09-11 Glenn Morris <rgm@gnu.org>
17788
17789 * echistory.el (electric-command-history): Remove call to deleted func.
17790
17791 * play/landmark.el (landmark-mode): Fix typos.
17792
17793 * vc/vc-cvs.el (cvs-append-to-ignore): Fix arg spec.
17794 Check cvs-sort-ignore-file is bound.
17795
17796 * savehist.el: No need for cl when compiling on Emacs.
17797
17798 2013-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
17799
17800 * eshell/esh-mode.el (eshell-mode-syntax-table): Fix up initialization
17801 (bug#15338).
17802 (eshell-self-insert-command, eshell-send-invisible):
17803 Remove unused argument.
17804 (eshell-handle-control-codes): Remove unused var `orig'.
17805 Avoid delete-backward-char.
17806
17807 * files.el (set-auto-mode): Simplify a bit further.
17808
17809 2013-09-11 Glenn Morris <rgm@gnu.org>
17810
17811 * files.el (interpreter-mode-alist): Remove \\` \\' parts.
17812 (set-auto-mode): Don't regexp-quote elements.
17813 * progmodes/python.el (interpreter-mode-alist): Remove \\` \\'.
17814 * progmodes/cc-mode.el (interpreter-mode-alist):
17815 * progmodes/ruby-mode.el (interpreter-mode-alist):
17816 Revert previous change.
17817
17818 2013-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
17819
17820 * play/snake.el (snake-mode):
17821 * play/mpuz.el (mpuz-mode):
17822 * play/landmark.el (lm-mode):
17823 * play/blackbox.el (blackbox-mode):
17824 * play/5x5.el (5x5-mode):
17825 * obsolete/options.el (Edit-options-mode):
17826 * net/quickurl.el (quickurl-list-mode):
17827 * net/newst-treeview.el (newsticker-treeview-mode):
17828 * mail/rmailsum.el (rmail-summary-mode):
17829 * mail/mspools.el (mspools-mode):
17830 * locate.el (locate-mode):
17831 * ibuffer.el (ibuffer-mode):
17832 * emulation/ws-mode.el (wordstar-mode):
17833 * emacs-lisp/debug.el (debugger-mode):
17834 * array.el (array-mode):
17835 * net/eudc.el (eudc-mode): Use define-derived-mode.
17836 * net/mairix.el (mairix-searches-mode-font-lock-keywords):
17837 Move initialization into declaration.
17838 (mairix-searches-mode): Use define-derived-mode.
17839 * net/eudc-hotlist.el (eudc-hotlist-mode): Use define-derived-mode.
17840 (eudc-edit-hotlist): Use dolist.
17841 * man.el (Man-mode-syntax-table): Rename from man-mode-syntax-table.
17842 (Man-mode): Use define-derived-mode.
17843 * info.el (Info-edit-mode-map): Rename from Info-edit-map.
17844 (Info-edit-mode): Use define-derived-mode.
17845 (Info-cease-edit): Use Info-mode.
17846 * eshell/esh-mode.el (eshell-mode-syntax-table): Move initialization
17847 into declaration.
17848 (eshell-mode): Use define-derived-mode.
17849 * chistory.el (command-history-mode-map): Rename from
17850 command-history-map.
17851 (command-history-mode): Use define-derived-mode.
17852 (Command-history-setup): Remove function.
17853 * calc/calc.el (calc-trail-mode-map): New var.
17854 (calc-trail-mode): Use define-derived-mode.
17855 (calc-trail-buffer): Set calc-main-buffer manually.
17856 * bookmark.el (bookmark-insert-annotation): New function.
17857 (bookmark-edit-annotation): Use it.
17858 (bookmark-edit-annotation-mode): Make it a proper major mode.
17859 (bookmark-send-edited-annotation): Use derived-mode-p.
17860 * arc-mode.el (archive-mode): Move kill-all-local-variables a tiny bit
17861 closer to its ideal place. Use \' to match EOS.
17862
17863 * profiler.el (profiler-calltree-find): Use function-equal.
17864
17865 2013-09-10 Glenn Morris <rgm@gnu.org>
17866
17867 * files.el (interpreter-mode-alist): Convert to regexps.
17868 (set-auto-mode): Adapt for this. (Bug#15306)
17869 * progmodes/cperl-mode.el (cperl-clobber-mode-lists):
17870 Comment out unused variable.
17871 * progmodes/cc-mode.el (interpreter-mode-alist):
17872 * progmodes/python.el (interpreter-mode-alist):
17873 * progmodes/ruby-mode.el (interpreter-mode-alist): Convert to regexps.
17874 * progmodes/sh-script.el (sh-set-shell):
17875 No longer use interpreter-mode-alist to get list of shells.
17876
17877 * progmodes/cc-mode.el (awk-mode): Remove duplicate autoload.
17878
17879 2013-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
17880
17881 * simple.el: Use set-temporary-overlay-map for universal-argument.
17882 (universal-argument-map): Don't use default-bindings (bug#15317).
17883 Bind switch-frame explicitly. Replace universal-argument-minus with
17884 a conditional binding.
17885 (universal-argument-num-events, saved-overriding-map): Remove.
17886 (restore-overriding-map): Remove.
17887 (universal-argument--mode): Rename from save&set-overriding-map,
17888 and rewrite.
17889 (universal-argument, universal-argument-more, negative-argument)
17890 (digit-argument): Adjust accordingly.
17891 (universal-argument-minus): Remove.
17892 (universal-argument-other-key): Remove.
17893
17894 * subr.el (with-demoted-errors): Add `format' argument.
17895
17896 2013-09-10 Michael Albinus <michael.albinus@gmx.de>
17897
17898 * net/tramp.el (tramp-cleanup): Remove. Functionality added to
17899 `tramp-cleanup-connection'.
17900
17901 * net/tramp-cmds.el (tramp-cleanup-connection): Add optional
17902 parameters KEEP-DEBUG and KEEP-PASSWORD.
17903
17904 * net/tramp.el (tramp-file-name-handler):
17905 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
17906 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
17907 (tramp-maybe-open-connection):
17908 * net/tramp-smb.el (tramp-smb-maybe-open-connection):
17909 Use `tramp-cleanup-connection'.
17910
17911 * net/tramp-sh.el (tramp-maybe-open-connection):
17912 Catch 'uname-changed inside the progress reporter.
17913
17914 2013-09-10 Glenn Morris <rgm@gnu.org>
17915
17916 * simple.el (read-minibuffer): Unbreak it. (Bug#15318)
17917
17918 * dired-x.el (dired-mark-sexp): Unbreak for systems where ls
17919 returns "alternate access method" in mode (eg "-rw-r--r--.").
17920
17921 2013-09-08 Glenn Morris <rgm@gnu.org>
17922
17923 * saveplace.el (load-save-place-alist-from-file):
17924 Demote errors. (Bug#15305)
17925
17926 2013-09-08 Michael Albinus <michael.albinus@gmx.de>
17927
17928 Improve compatibility with older Emacsen, and XEmacs.
17929
17930 * net/tramp.el (tramp-find-method, tramp-find-user): Call `propertize'
17931 only if it is bound. It isn't for XEmacs.
17932 (with-tramp-progress-reporter): Do not let-bind `result'.
17933 This yields to scoping errors in XEmacs.
17934 (tramp-handle-make-auto-save-file-name): New function, moved from
17935 tramp-sh.el.
17936
17937 * net/tramp-adb.el (tramp-adb-file-name-handler-alist): Add handler
17938 for `make-auto-save-file-name'.
17939 (tramp-adb--gnu-switches-to-ash):
17940 Use `tramp-compat-replace-regexp-in-string'.
17941
17942 * net/tramp-cache.el (tramp-cache-print): Call
17943 `substring-no-properties' only if it is bound. It isn't for XEmacs.
17944
17945 * net/tramp-cmds.el (tramp-bug): Call `propertize' only if it is
17946 bound. It isn't for XEmacs.
17947
17948 * net/tramp-compat.el (tramp-compat-copy-file):
17949 Catch `wrong-number-of-arguments' error.
17950 (tramp-compat-replace-regexp-in-string): New defun.
17951
17952 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist): Add handler
17953 for `make-auto-save-file-name'.
17954 (tramp-gvfs-handle-copy-file): Use `tramp-compat-funcall' for
17955 `copy-file'.
17956 (tramp-gvfs-file-gvfs-monitor-file-process-filter)
17957 (tramp-gvfs-file-name): Use `tramp-compat-replace-regexp-in-string'.
17958 (tramp-synce-list-devices): Use `push' instead of `pushnew'.
17959
17960 * net/tramp-gw.el (tramp-gw-open-network-stream):
17961 Use `tramp-compat-replace-regexp-in-string'.
17962
17963 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
17964 Call `tramp-handle-make-auto-save-file-name'.
17965 (tramp-sh-handle-make-auto-save-file-name): Move to tramp.el.
17966 (tramp-sh-file-gvfs-monitor-dir-process-filter)
17967 (tramp-sh-file-inotifywait-process-filter):
17968 Use `tramp-compat-replace-regexp-in-string'.
17969 (tramp-compute-multi-hops): Use `push' instead of `pushnew'.
17970
17971 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add handler
17972 for `make-auto-save-file-name'.
17973 (tramp-smb-handle-copy-directory):
17974 Call `tramp-compat-replace-regexp-in-string'.
17975 (tramp-smb-get-file-entries): Use `push' instead of `pushnew'.
17976 (tramp-smb-handle-copy-file): Improve error message.
17977 (tramp-smb-handle-rename-file): Rename directly only in case
17978 `newname' does not exist yet. This is a restriction of smbclient.
17979 (tramp-smb-maybe-open-connection): Rerun the function only when
17980 `auth-sources' is non-nil.
17981
17982 2013-09-08 Kenichi Handa <handa@gnu.org>
17983
17984 * international/characters.el: Set category "^" (Combining) for
17985 more characters.
17986
17987 2013-09-07 Alan Mackenzie <acm@muc.de>
17988
17989 Correctly fontify Java class constructors.
17990 * progmodes/cc-langs.el (c-type-decl-suffix-key): Now matches ")"
17991 in Java Mode.
17992 (c-recognize-typeless-decls): Set the Java value to t.
17993 * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
17994 While handling a "(", add a check for, effectively, Java, and handle a
17995 "typeless" declaration there.
17996
17997 2013-09-07 Roland Winkler <winkler@gnu.org>
17998
17999 * textmodes/bibtex.el (bibtex-biblatex-entry-alist): Add optional
18000 field subtitle for entry type book.
18001
18002 2013-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
18003
18004 * minibuffer.el: Make minibuffer-complete call completion-in-region
18005 rather than other way around.
18006 (completion--some, completion-pcm--find-all-completions):
18007 Don't delay signals when debugging.
18008 (minibuffer-completion-contents): Beware fields within the
18009 minibuffer contents.
18010 (completion-all-sorted-completions): Use defvar-local.
18011 (completion--do-completion, completion--cache-all-sorted-completions)
18012 (completion-all-sorted-completions, minibuffer-force-complete):
18013 Add args `beg' and `end'.
18014 (completion--in-region-1): New fun, extracted from minibuffer-complete.
18015 (minibuffer-complete): Use completion-in-region.
18016 (completion-complete-and-exit): New fun, extracted from
18017 minibuffer-complete-and-exit.
18018 (minibuffer-complete-and-exit): Use it.
18019 (completion--complete-and-exit): Rename from
18020 minibuffer--complete-and-exit.
18021 (completion-in-region--single-word): New function, extracted from
18022 minibuffer-complete-word.
18023 (minibuffer-complete-word): Use it.
18024 (display-completion-list): Make `common-substring' argument obsolete.
18025 (completion--in-region): Call completion--in-region-1 instead of
18026 minibuffer-complete.
18027 (completion-help-at-point): Pass boundaries to
18028 minibuffer-completion-help as args rather than via an overlay.
18029 (completion-pcm--string->pattern): Use `any-delim'.
18030 (completion-pcm--optimize-pattern): New function.
18031 (completion-pcm--pattern->regex): Handle `any-delim'.
18032 * icomplete.el (icomplete-forward-completions)
18033 (icomplete-backward-completions, icomplete-completions):
18034 Adjust calls to completion-all-sorted-completions and
18035 completion--cache-all-sorted-completions.
18036 (icomplete-with-completion-tables): Default to t.
18037 * emacs-lisp/crm.el (crm--current-element): Rename from
18038 crm--select-current-element. Don't put an overlay but return the
18039 boundaries instead.
18040 (crm--completion-command): Take two new args to bind to the boundaries.
18041 (crm-completion-help): Adjust accordingly.
18042 (crm-complete): Use completion-in-region.
18043 (crm-complete-word): Use completion-in-region--single-word.
18044 (crm-complete-and-exit): Use completion-complete-and-exit.
18045
18046 2013-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
18047
18048 * dired-x.el (dired-mark-sexp): Bind the vars lexically rather
18049 than dynamically.
18050
18051 2013-09-06 Juri Linkov <juri@jurta.org>
18052
18053 * info.el (Info-display-images-node): When image file doesn't exist
18054 display text version of the image if it's provided in the Info file.
18055 Otherwise, display the location of missing image from SRC attribute.
18056 Add help-echo text property from ALT attribute. (Bug#15279)
18057
18058 2013-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
18059
18060 * abbrev.el (edit-abbrevs-mode-map): Rename from edit-abbrevs-map.
18061 (edit-abbrevs-mode): Use define-derived-mode.
18062
18063 * epa.el (epa--encode-coding-string, epa--decode-coding-string)
18064 (epa--select-safe-coding-system, epa--derived-mode-p): Make it obvious
18065 that it's defined.
18066 (epa-key-list-mode, epa-key-mode, epa-info-mode):
18067 Use define-derived-mode.
18068
18069 * epg.el (epg-start-encrypt): Minor CSE simplification.
18070
18071 2013-09-06 William Xu <william.xwl@gmail.com>
18072
18073 * arc-mode.el: Add support for 7za (bug#15264).
18074 (archive-7z-program): New var.
18075 (archive-zip-extract, archive-zip-expunge, archive-zip-update)
18076 (archive-zip-update-case, archive-7z-extract, archive-7z-expunge)
18077 (archive-7z-update, archive-zip-extract, archive-7z-summarize): Use it.
18078
18079 2013-09-06 Michael Albinus <michael.albinus@gmx.de>
18080
18081 Remove URL syntax.
18082
18083 * net/tramp.el (tramp-syntax, tramp-prefix-format)
18084 (tramp-postfix-method-format, tramp-prefix-ipv6-format)
18085 (tramp-postfix-ipv6-format, tramp-prefix-port-format)
18086 (tramp-postfix-host-format, tramp-file-name-regexp)
18087 (tramp-completion-file-name-regexp)
18088 (tramp-completion-dissect-file-name)
18089 (tramp-handle-substitute-in-file-name): Remove 'url case.
18090 (tramp-file-name-regexp-url)
18091 (tramp-completion-file-name-regexp-url): Remove constants.
18092
18093 2013-09-06 Glenn Morris <rgm@gnu.org>
18094
18095 * replace.el (replace-string): Doc fix re start/end. (Bug#15275)
18096
18097 2013-09-05 Dmitry Gutov <dgutov@yandex.ru>
18098
18099 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Move "Perl-ish
18100 keywords" below "here-doc beginnings" (Bug#15270).
18101
18102 2013-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
18103
18104 * subr.el (pop): Use `car-safe'.
18105 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Remove hack
18106 to detect unused `pop' return value.
18107
18108 * progmodes/python.el (python-nav-beginning-of-block): Remove unused
18109 var `block-regexp'.
18110 (python-nav--forward-sexp): Remove unused var `re-search-fn'.
18111 (python-fill-string): Remove unused var `marker'.
18112 (python-skeleton-add-menu-items): Remove unused var `items'.
18113
18114 * international/mule-cmds.el: Require CL.
18115 (find-coding-systems-for-charsets): Avoid add-to-list.
18116 (sanitize-coding-system-list): New function, extracted from
18117 select-safe-coding-system-interactively.
18118 (select-safe-coding-system-interactively): Use it.
18119 (read-input-method-name): Accept symbols for `default'.
18120
18121 * emacs-lisp/advice.el (defadvice): Add indent rule.
18122
18123 2013-09-05 Daniel Hackney <dan@haxney.org>
18124
18125 * dired-x.el:
18126 * net/ange-ftp.el:
18127 * net/browse-url.el:
18128 * net/dbus.el:
18129 * net/eudc.el:
18130 * net/eudcb-ldap.el:
18131 * net/eww.el:
18132 * net/imap.el:
18133 * printing.el:
18134 * vc/ediff-diff.el:
18135 * vc/ediff-init.el:
18136 * vc/ediff-merg.el:
18137 * vc/ediff-mult.el:
18138 * vc/ediff-util.el:
18139 * vc/ediff-wind.el:
18140 * vc/ediff.el:
18141 * vc/emerge.el:
18142 * vc/pcvs.el:
18143 * vc/vc-annotate.el: Prefix unused arguments with `_' to silence
18144 byte compiler. Remove some unused let-bound variables.
18145
18146 2013-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
18147
18148 * emacs-lisp/cconv.el: Use `car-safe' rather than `car' to access
18149 a "ref-cell", since it gets better optimized (bug#14883).
18150
18151 2013-09-05 Glenn Morris <rgm@gnu.org>
18152
18153 * progmodes/cc-awk.el (c-forward-sws): Declare.
18154
18155 2013-09-04 Glenn Morris <rgm@gnu.org>
18156
18157 * generic-x.el [rul-generic-mode]: Require cc-mode.
18158 (c++-mode-syntax-table): Declare.
18159 (rul-generic-mode-syntax-table): Init in the defvar.
18160
18161 2013-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
18162
18163 * vc/vc-dispatcher.el (vc-run-delayed): New macro.
18164 (vc-do-command, vc-set-async-update):
18165 * vc/vc-mtn.el (vc-mtn-dir-status):
18166 * vc/vc-hg.el (vc-hg-dir-status, vc-hg-dir-status-files)
18167 (vc-hg-pull, vc-hg-merge-branch):
18168 * vc/vc-git.el (vc-git-dir-status-goto-stage, vc-git-pull)
18169 (vc-git-merge-branch):
18170 * vc/vc-cvs.el (vc-cvs-print-log, vc-cvs-dir-status)
18171 (vc-cvs-dir-status-files):
18172 * vc/vc-bzr.el (vc-bzr-pull, vc-bzr-merge-branch, vc-bzr-dir-status)
18173 (vc-bzr-dir-status-files):
18174 * vc/vc-arch.el (vc-arch-dir-status): Use vc-run-delayed.
18175 * vc/vc-annotate.el: Use lexical-binding.
18176 (vc-annotate-display-select, vc-annotate): Use vc-run-delayed.
18177 (vc-sentinel-movepoint): Declare.
18178 (vc-annotate): Don't use `goto-line'.
18179 * vc/vc.el (vc-diff-internal): Prefer a closure to `(lambda...).
18180 (vc-diff-internal, vc-log-internal-common): Use vc-run-delayed.
18181 (vc-sentinel-movepoint): Declare.
18182 * vc/vc-svn.el: Use lexical-binding.
18183 (vc-svn-dir-status, vc-svn-dir-status-files): Use vc-run-delayed.
18184 * vc/vc-sccs.el:
18185 * vc/vc-rcs.el: Use lexical-binding.
18186
18187 * autorevert.el (auto-revert-notify-handler): Explicitly ignore
18188 `deleted'. Don't drop errors silently.
18189
18190 * emacs-lisp/gv.el (gv-get): Warn about CL-compiled places.
18191
18192 2013-09-04 Xue Fuqiao <xfq.free@gmail.com>
18193
18194 * vc/vc.el (vc-ignore): Rewrite.
18195 (vc-default-ignore): New function.
18196 (vc-default-ignore-completion-table): Use find-ignore-file.
18197
18198 * vc/vc-bzr.el (vc-bzr-ignore, vc-bzr-ignore-completion-table):
18199 * vc/vc-git.el (vc-git-ignore, vc-git-ignore-completion-table):
18200 * vc/vc-hg.el (vc-hg-ignore, vc-hg-ignore-completion-table):
18201 Remove. Most code moved to vc.el.
18202
18203 2013-09-03 Stefan Monnier <monnier@iro.umontreal.ca>
18204
18205 * net/tramp-gvfs.el (tramp-gvfs-mount-spec, tramp-synce-list-devices):
18206 * net/tramp-smb.el (tramp-smb-get-file-entries):
18207 * net/tramp-sh.el (tramp-sh-handle-insert-directory)
18208 (tramp-compute-multi-hops): Fix misuses of `add-to-list'.
18209
18210 * net/eww.el (eww-display-raw): Remove unused argument `charset'.
18211 Update call to it.
18212 (eww-change-select): Remove unused var `properties'.
18213 (eww-make-unique-file-name): Remove unused var `base'.
18214
18215 * finder.el (finder-compile-keywords): Don't mess with windows.
18216
18217 * calculator.el (calculator-funcall): Fix typo in last change.
18218
18219 * vc/vc-git.el (vc-git-checkin): Make it possible to commit a merge.
18220
18221 * emacs-lisp/package.el (package-activate-1): Don't let a missing
18222 <pkg>-autoloads.el file stop us.
18223
18224 * net/tramp.el (with-parsed-tramp-file-name): Silence compiler
18225 warnings, and factor out common code.
18226
18227 2013-09-03 Dmitry Gutov <dgutov@yandex.ru>
18228
18229 * progmodes/ruby-mode.el (ruby-calculate-indent): Consider
18230 two-character operators and whether the character preceding them
18231 changes their meaning (Bug#15208).
18232
18233 2013-09-02 Fabián Ezequiel Gallina <fgallina@gnu.org>
18234
18235 Format code sent to Python shell for robustness.
18236 * progmodes/python.el (python-shell-buffer-substring):
18237 New function.
18238 (python-shell-send-region, python-shell-send-buffer): Use it.
18239
18240 2013-09-02 Michael Albinus <michael.albinus@gmx.de>
18241
18242 * net/tramp-compat.el (tramp-compat-user-error): Move it ...
18243 * net/tramp.el (tramp-user-error): ... here.
18244 (tramp-find-method, tramp-check-proper-host)
18245 (tramp-dissect-file-name, tramp-debug-message)
18246 (tramp-handle-shell-command):
18247 * net/tramp-adb.el (tramp-adb-handle-shell-command):
18248 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler): Adapt callees.
18249
18250 * net/tramp-cache.el (tramp-cache-print): Don't print text properties.
18251
18252 2013-09-02 Martin Rudalics <rudalics@gmx.at>
18253
18254 * avoid.el (mouse-avoidance-point-position)
18255 (mouse-avoidance-too-close-p): Handle case where posn-at-point
18256 returns nil.
18257
18258 2013-09-02 Fabián Ezequiel Gallina <fgallina@gnu.org>
18259
18260 * progmodes/python.el (python-shell-completion-get-completions):
18261 Drop use of deleted `comint-last-prompt-overlay'.
18262 (python-nav-if-name-main): New command.
18263
18264 2013-09-01 Glenn Morris <rgm@gnu.org>
18265
18266 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
18267 Avoid leading space in $wins. Otherwise the sed command used by
18268 eg compile-main ends up containing "/*.el". (Bug#15170)
18269
18270 * frame.el (frame-background-mode): Doc fix. (Bug#15226)
18271
18272 2013-08-30 Glenn Morris <rgm@gnu.org>
18273
18274 * emacs-lisp/bytecomp.el (byte-recompile-directory):
18275 Fix is-this-a-directory logic. (Bug#15220)
18276
18277 2013-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
18278
18279 * textmodes/css-mode.el: Use SMIE.
18280 (css-smie-grammar): New var.
18281 (css-smie--forward-token, css-smie--backward-token)
18282 (css-smie-rules): New functions.
18283 (css-mode): Use them.
18284 (css-navigation-syntax-table): Remove var.
18285 (css-backward-sexp, css-forward-sexp, css-indent-calculate-virtual)
18286 (css-indent-calculate, css-indent-line): Remove functions.
18287
18288 Misc changes to reduce use of `(lambda...); and other cleanups.
18289 * cus-edit.el: Use lexical-binding.
18290 (customize-push-and-save, customize-apropos)
18291 (custom-buffer-create-internal): Use closures.
18292 * progmodes/bat-mode.el (bat-mode-syntax-table): "..." are strings.
18293 * progmodes/ada-xref.el: Use setq.
18294 * net/tramp.el (with-tramp-progress-reporter): Avoid setq.
18295 * dframe.el: Use lexical-binding.
18296 (dframe-frame-mode): Fix calling convention for hooks. Use a closure.
18297 * speedbar.el (speedbar-frame-mode): Adjust call accordingly.
18298 * descr-text.el: Use lexical-binding.
18299 (describe-text-widget, describe-text-sexp, describe-property-list):
18300 Use closures.
18301 * comint.el (comint-history-isearch-push-state): Use a closure.
18302 * calculator.el: Use lexical-binding.
18303 (calculator-number-to-string): Make it work with lexical-binding.
18304 (calculator-funcall): Same and use cl-letf.
18305
18306 * emacs-lisp/lisp.el (lisp--company-doc-buffer)
18307 (lisp--company-doc-string, lisp--company-location): New functions.
18308 (lisp-completion-at-point): Use them to improve Company support.
18309
18310 * progmodes/ruby-mode.el (ruby-smie-grammar): Add rule for formal
18311 params of lambda expressions.
18312 (ruby-smie--implicit-semi-p): Refine rule (bug#15208).
18313 (ruby-smie--opening-pipe-p): New function.
18314 (ruby-smie--forward-token, ruby-smie--backward-token): Handle Ruby
18315 symbols and matched |...| for formal params.
18316 (ruby-smie-rules): Don't let the formal params of a "do" prevent it
18317 from being treated as hanging. Handle "rescue".
18318
18319 2013-08-29 Glenn Morris <rgm@gnu.org>
18320
18321 * progmodes/cc-engine.el (c-pull-open-brace):
18322 Move definition before use.
18323
18324 2013-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
18325
18326 * emacs-lisp/cl-macs.el (cl-defsubst): Make it clear that args
18327 are immutable. Don't use `unsafe' any more.
18328 (cl--defsubst-expand): Don't substitute at the same time as keeping
18329 a residual unused let-binding. Don't use `unsafe' any more.
18330
18331 2013-08-29 Glenn Morris <rgm@gnu.org>
18332
18333 * calendar/cal-china.el (calendar-chinese-year-cache):
18334 Recenter on 2015.
18335
18336 * nxml/nxml-util.el (nxml-debug-clear-inside):
18337 Use cl-loop rather than loop.
18338
18339 * net/eww.el (eww-mode-map): Lower-case menu bar entries look bad.
18340
18341 * progmodes/sh-script.el (sh-builtins) <bash>: Add some bash4-isms.
18342
18343 2013-08-28 Glenn Morris <rgm@gnu.org>
18344
18345 * progmodes/antlr-mode.el: No need to require cc-mode twice.
18346
18347 * progmodes/cc-bytecomp.el (cc-require): Handle uncompiled case.
18348
18349 * progmodes/cc-mode.el (c-define-abbrev-table): Handle NAME unbound.
18350
18351 2013-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
18352
18353 * simple.el (repeat-complex-command--called-interactively-skip):
18354 New function.
18355 (repeat-complex-command): Use it (bug#14136).
18356
18357 * progmodes/cc-mode.el: Minor cleanup of var declarations.
18358 (c-define-abbrev-table): Add `doc' argument.
18359 (c-mode-abbrev-table, c++-mode-abbrev-table)
18360 (objc-mode-abbrev-table, java-mode-abbrev-table)
18361 (idl-mode-abbrev-table, pike-mode-abbrev-table)
18362 (awk-mode-abbrev-table): Use it.
18363 (c-mode-syntax-table, c-mode-map, c++-mode-syntax-table)
18364 (c++-mode-map, objc-mode-syntax-table, objc-mode-map)
18365 (java-mode-syntax-table, java-mode-map, idl-mode-syntax-table)
18366 (idl-mode-map, pike-mode-syntax-table, pike-mode-map, awk-mode-map):
18367 Move initialization into the declaration; and remove any
18368 autoload cookie.
18369
18370 * epg.el (epg--process-filter): Use with-current-buffer, save-excursion
18371 and dynamic let binding.
18372
18373 * vc/smerge-mode.el: Remove redundant :group args.
18374
18375 * emacs-lisp/package.el (package-activate-1): Don't add unnecessarily
18376 to load-path.
18377
18378 2013-08-28 Juri Linkov <juri@jurta.org>
18379
18380 * isearch.el (isearch-reread-key-sequence-naturally): Use non-nil
18381 arg DONT-DOWNCASE-LAST of `read-key-sequence'.
18382 (isearch-other-meta-char): Handle an undefined shifted printing
18383 character by downshifting it. (Bug#15200)
18384
18385 2013-08-28 Juri Linkov <juri@jurta.org>
18386
18387 * isearch.el (isearch-search): Change regexp error message for
18388 non-regexp searches. (Bug#15166)
18389
18390 2013-08-28 Paul Eggert <eggert@cs.ucla.edu>
18391
18392 * Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
18393 for portability to hosts where /bin/sh has problems.
18394
18395 2013-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
18396
18397 * emacs-lisp/cconv.el (cconv--analyse-function): Improve warning.
18398
18399 2013-08-27 Juri Linkov <juri@jurta.org>
18400
18401 * isearch.el (isearch-other-meta-char): Don't store kmacro commands
18402 in the keyboard macro. (Bug#15126)
18403
18404 2013-08-27 Juri Linkov <juri@jurta.org>
18405
18406 * isearch.el (isearch-quote-char): Comment out converting unibyte
18407 to multibyte, thus syncing with its `quoted-insert' counterpart.
18408 (Bug#15166)
18409
18410 2013-08-27 Martin Rudalics <rudalics@gmx.at>
18411
18412 * window.el (display-buffer-use-some-window): Add missing
18413 argument in call of get-largest-window (Bug#15185).
18414 Reported by Stephen Leake.
18415
18416 2013-08-27 Glenn Morris <rgm@gnu.org>
18417
18418 * emacs-lisp/package.el (package-buffer-info): Fix message typo.
18419
18420 2013-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
18421
18422 * progmodes/python.el (python-font-lock-keywords): Don't return nil
18423 from a matcher-function unless there's no more matches (bug#15161).
18424
18425 2013-08-26 Michael Albinus <michael.albinus@gmx.de>
18426
18427 * minibuffer.el: Revert change from 2013-08-20.
18428
18429 * net/tramp.el (tramp-find-method, tramp-find-user): Mark result
18430 with text property `tramp-default', if appropriate.
18431 (tramp-check-proper-host): New defun.
18432 (tramp-dissect-file-name): Do not check hostname. Revert change
18433 of 2013-03-18.
18434 (tramp-backtrace): Make VEC-OR-PROC optional.
18435
18436 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
18437 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
18438 * net/tramp-sh.el (tramp-maybe-open-connection):
18439 * net/tramp-smb.el (tramp-smb-maybe-open-connection):
18440 Apply `tramp-check-proper-host'.
18441
18442 2013-08-26 Tassilo Horn <tsdh@gnu.org>
18443
18444 * epa-hook.el (epa-file-encrypt-to): Quote `safe-local-variable'
18445 lambda expression in order to have `describe-variable' display it.
18446
18447 2013-08-26 Michael Albinus <michael.albinus@gmx.de>
18448
18449 * net/tramp-sh.el (tramp-sh-handle-verify-visited-file-modtime):
18450 BUF can be optional. (Bug#15186)
18451
18452 2013-08-25 Xue Fuqiao <xfq.free@gmail.com>
18453
18454 * progmodes/flymake.el (flymake-get-real-file-name-function):
18455 Fix broken customization. (Bug#15184)
18456
18457 2013-08-25 Alan Mackenzie <acm@muc.de>
18458
18459 Improve indentation of bracelists defined by macros (without "=").
18460
18461 * progmodes/cc-engine.el (c-inside-bracelist-p): When a macro
18462 expansion begins with "{", regard it as bracelist when it doesn't
18463 contain a ";".
18464
18465 Parse C++ inher-intro when there's a template split over 2 lines.
18466
18467 * progmodes/cc-engine.el (c-guess-basic-syntax CASE 5C): Code more
18468 rigorously the search for "class" etc. followed by ":".
18469
18470 * progmodes/cc-langs.el (c-opt-<>-sexp-key): Make the value for
18471 random languages a regexp which never matches rather than nil.
18472
18473 Handle "/"s more accurately in test for virtual semicolons (AWK Mode).
18474
18475 * progmodes/cc-awk.el (c-awk-one-line-possibly-open-string-re)
18476 (c-awk-regexp-one-line-possibly-open-char-list-re)
18477 (c-awk-one-line-possibly-open-regexp-re)
18478 (c-awk-one-line-non-syn-ws*-re): Remove.
18479 (c-awk-possibly-open-string-re, c-awk-non-/-syn-ws*-re)
18480 (c-awk-space*-/-re, c-awk-space*-regexp-/-re)
18481 (c-awk-space*-unclosed-regexp-/-re): New constants.
18482 (c-awk-at-vsemi-p): Reformulate better to recognize "/"s which
18483 aren't regexp delimiters.
18484
18485 * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Add in
18486 handling for a rare situation in AWK Mode involving unterminated
18487 strings/regexps.
18488
18489 2013-08-23 Glenn Morris <rgm@gnu.org>
18490
18491 * files.el (auto-mode-alist): Use sh-mode for .bash_history.
18492
18493 * files.el (interpreter-mode-alist): Use tcl-mode for expect scripts.
18494
18495 * files.el (create-file-buffer): If the result would begin with
18496 spaces, prepend a "|" instead of removing them. (Bug#15162)
18497
18498 2013-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
18499
18500 * textmodes/fill.el (fill-match-adaptive-prefix): Don't throw away
18501 text-properties (bug#15155).
18502
18503 * calc/calc-keypd.el (calc-keypad-execute): `x-flush-mouse-queue' doesn't
18504 exist any more.
18505 (calc-keypad-redraw): Remove unused var `pad'.
18506 (calc-keypad-press): Remove unused var `menu'.
18507
18508 2013-08-23 Martin Rudalics <rudalics@gmx.at>
18509
18510 * window.el (display-buffer-pop-up-frame):
18511 Call pop-up-frame-function with BUFFER current so `make-frame' will
18512 use it as the new frame's buffer (Bug#15133).
18513
18514 2013-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
18515
18516 * calendar/timeclock.el: Minor cleanups.
18517 (timeclock-ask-before-exiting, timeclock-use-display-time):
18518 Use `symbol'.
18519 (timeclock-modeline-display): Define as alias before the
18520 actual definition.
18521 (timeclock-mode-line-display): Use define-minor-mode.
18522 (timeclock-day-list-template): Make it a function, add an argument.
18523 (timeclock-day-list-required, timeclock-day-list-length)
18524 (timeclock-day-list-debt, timeclock-day-list-span)
18525 (timeclock-day-list-break): Adjust calls accordingly.
18526
18527 2013-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
18528
18529 * emacs-lisp/pp.el (pp-eval-expression, pp-macroexpand-expression):
18530 Use read--expression so that completion works again.
18531
18532 2013-08-21 Sam Steingold <sds@gnu.org>
18533
18534 Add rudimentary inferior shell interaction
18535 * progmodes/sh-script.el (sh-shell-process): New buffer-local variable.
18536 (sh-set-shell): Reset it.
18537 (sh-show-shell, sh-cd-here, sh-send-line-or-region-and-step):
18538 New commands (bound to C-c C-z, C-c C-d, and C-c C-n).
18539
18540 2013-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
18541
18542 * align.el: Use lexical-binding.
18543 (align-region): Simplify accordingly.
18544
18545 2013-08-20 Michael Albinus <michael.albinus@gmx.de>
18546
18547 * minibuffer.el (completion--sifn-requote): Bind `non-essential'.
18548
18549 * rfn-eshadow.el (rfn-eshadow-update-overlay): Move binding of
18550 `non-essential' up.
18551
18552 2013-08-17 Michael Albinus <michael.albinus@gmx.de>
18553
18554 * net/tramp.el:
18555 * net/tramp-adb.el:
18556 * net/tramp-cmds.el:
18557 * net/tramp-ftp.el:
18558 * net/tramp-gvfs.el:
18559 * net/tramp-gw.el:
18560 * net/tramp-sh.el: Don't wrap external variable declarations by
18561 `eval-when-compile'.
18562
18563 2013-08-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
18564
18565 * net/shr.el (shr-rescale-image): Use ImageMagick even for GIFs
18566 now that Emacs supports ImageMagick animations.
18567
18568 2013-08-16 Michael Albinus <michael.albinus@gmx.de>
18569
18570 * net/tramp-cmds.el (top): Don't declare `buffer-name'.
18571 (tramp-append-tramp-buffers): Rewrite buffer local variables part.
18572
18573 2013-08-16 Martin Rudalics <rudalics@gmx.at>
18574
18575 * window.el (mouse-autoselect-window-select): Do autoselect when
18576 mouse pointer is on margin.
18577
18578 2013-08-16 William Parsons <wbparsons@alum.mit.edu> (tiny change)
18579
18580 * net/ange-ftp.el (ange-ftp-skip-msgs): Add 500 EPSV. (Bug#1972)
18581
18582 2013-08-16 Glenn Morris <rgm@gnu.org>
18583
18584 * net/ange-ftp.el (ange-ftp-good-msgs, ange-ftp-get-pwd):
18585 Handle "Remote Directory" response of some clients. (Bug#15058)
18586
18587 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local):
18588 Tweak warning. (Bug#14926)
18589
18590 * menu-bar.el (send-mail-item-name, read-mail-item-name): Remove.
18591 (menu-bar-tools-menu): Simplify news and mail items. (Bug#15095)
18592
18593 * image-mode.el (image-mode-map): Add menu items to reverse,
18594 increase, decrease, reset animation speed.
18595 (image--set-speed, image-increase-speed, image-decrease-speed)
18596 (image-reverse-speed, image-reset-speed): New functions.
18597 (image-mode-map): Add bindings for speed commands.
18598
18599 * image.el (image-animate-get-speed, image-animate-set-speed):
18600 New functions.
18601 (image-animate-timeout): Respect image :speed property.
18602
18603 2013-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
18604
18605 * emacs-lisp/debug.el (debugger-setup-buffer): Put point on the
18606 previous line (bug#15101).
18607 (debugger-eval-expression, debugger-record-expression):
18608 Use read--expression (bug#15102).
18609
18610 2013-08-15 Michael Albinus <michael.albinus@gmx.de>
18611
18612 Remove byte compiler warnings, visible when compiling with
18613 `byte-compile-force-lexical-warnings' set to t.
18614
18615 * net/tramp.el (tramp-debug-message, tramp-message, tramp-error)
18616 (tramp-error-with-buffer): Rename ARGS to ARGUMENTS and BUFFER to BUF.
18617 (tramp-handle-unhandled-file-name-directory)
18618 (tramp-handle-file-notify-add-watch, tramp-action-login)
18619 (tramp-action-succeed, tramp-action-permission-denied)
18620 (tramp-action-terminal, tramp-action-process-alive): Prefix unused
18621 arguments with "_".
18622
18623 * net/tramp-adb.el (tramp-adb-parse-device-names)
18624 (tramp-adb-handle-insert-directory, tramp-adb-handle-delete-file)
18625 (tramp-adb-handle-copy-file): Prefix unused arguments with "_".
18626 (tramp-adb-handle-file-truename): Remove unused arguments.
18627
18628 * net/tramp-cache.el (tramp-flush-directory-property)
18629 (tramp-flush-connection-property, tramp-list-connections)
18630 (tramp-parse-connection-properties): Prefix unused arguments with "_".
18631
18632 * net/tramp-compat.el (tramp-compat-make-temp-file):
18633 Rename FILENAME to F.
18634
18635 * net/tramp-gvfs.el (tramp-gvfs-handle-file-notify-add-watch)
18636 (tramp-gvfs-handle-write-region, tramp-bluez-parse-device-names)
18637 (tramp-zeroconf-parse-workstation-device-names)
18638 (tramp-zeroconf-parse-webdav-device-names)
18639 (tramp-synce-parse-device-names): Prefix unused arguments with "_".
18640
18641 * net/tramp-gw.el (tramp-gw-gw-proc-sentinel)
18642 (tramp-gw-aux-proc-sentinel): Prefix unused arguments with "_".
18643
18644 * net/tramp-sh.el (tramp-sh-handle-file-truename): Remove unused
18645 arguments.
18646 (tramp-sh-handle-copy-file, tramp-sh-handle-dired-compress-file)
18647 (tramp-sh-handle-insert-file-contents-literally)
18648 (tramp-sh-handle-file-notify-add-watch): Prefix unused arguments
18649 with "_".
18650 (tramp-do-copy-or-rename-file, tramp-barf-if-no-shell-prompt):
18651 Remove unused variables.
18652
18653 * net/tramp-smb.el (tramp-smb-handle-copy-directory)
18654 (tramp-smb-handle-copy-file, tramp-smb-handle-delete-file)
18655 (tramp-smb-read-file-entry): Prefix unused arguments with "_".
18656
18657 * net/tramp-uu.el (tramp-uu-b64-alphabet, tramp-uu-b64-char-to-byte):
18658 Make them a defconst.
18659 (tramp-uuencode-region): Remove unused variable.
18660
18661 2013-08-14 Juanma Barranquero <lekktu@gmail.com>
18662
18663 * frameset.el (frameset--prop-setter): New function.
18664 (frameset-prop): Add gv-setter declaration.
18665 (frameset-filter-minibuffer): Deal with the case that the minibuffer
18666 parameter was already set in FILTERED. Doc fix.
18667 (frameset--record-minibuffer-relationships): Allow saving a
18668 minibufferless frame without its corresponding minibuffer frame.
18669 (frameset--reuse-frame): Accept a match from an orphaned minibufferless
18670 frame, if the frame id matches.
18671 (frameset--minibufferless-last-p): Sort non-orphaned minibufferless
18672 frames before orphaned ones.
18673 (frameset-restore): Warn about orphaned windows, instead of error out.
18674
18675 2013-08-14 Martin Rudalics <rudalics@gmx.at>
18676
18677 * window.el (window-make-atom): Don't overwrite parameter
18678 already present.
18679 (display-buffer-in-atom-window): Handle special case where we
18680 split an already atomic window.
18681 (window--major-non-side-window, display-buffer-in-side-window)
18682 (window--side-check): Ignore minibuffer window when walking
18683 window tree.
18684 (window-deletable-p): Return 'frame only if no other frame uses
18685 our minibuffer window.
18686 (record-window-buffer): Run buffer-list-update-hook.
18687 (split-window): Make sure window--check-frame won't destroy an
18688 existing atomic window in case the new window gets nested
18689 inside.
18690 (display-buffer-at-bottom): Ignore minibuffer window when
18691 walking window tree. Don't split a side window.
18692 (pop-to-buffer): Don't set-buffer here, the select-window call
18693 should do that.
18694 (mouse-autoselect-window-select): Autoselect only if we are in the
18695 text portion of the window.
18696
18697 2013-08-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
18698
18699 * net/shr.el (shr-parse-image-data): New function to grab both the
18700 data itself and the Content-Type.
18701 (shr-put-image): Use it.
18702
18703 * net/eww.el (eww-display-image): Ditto.
18704
18705 * image.el (image-content-type-suffixes): New variable.
18706
18707 2013-08-13 Fabián Ezequiel Gallina <fgallina@gnu.org>
18708
18709 * progmodes/python.el (python-imenu--build-tree)
18710 (python-imenu--put-parent): Simplify and Fix (GH bug 146).
18711
18712 2013-08-13 Xue Fuqiao <xfq.free@gmail.com>
18713
18714 * simple.el (backward-word): Mention the optional argument.
18715
18716 2013-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
18717
18718 * frameset.el (frameset--make): Rename constructor from make-frameset.
18719 (frameset-p, frameset-valid-p): Don't autoload.
18720 (frameset-valid-p): Use normal accessors.
18721
18722 2013-08-13 Glenn Morris <rgm@gnu.org>
18723
18724 * progmodes/compile.el (compile-command): Tweak example in doc.
18725 * obsolete/scribe.el (scribe-mode):
18726 * progmodes/mixal-mode.el (mixal-mode): Quote buffer name. (Bug#15053)
18727
18728 * mail/feedmail.el (feedmail-confirm-outgoing)
18729 (feedmail-display-full-frame, feedmail-deduce-bcc-where): Fix types.
18730
18731 * cus-start.el (truncate-partial-width-windows): Fix type.
18732
18733 * emulation/viper-init.el (viper-search-scroll-threshold): Fix type.
18734
18735 * net/shr.el (shr-table-horizontal-line): Fix custom type.
18736
18737 2013-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
18738
18739 * emacs-lisp/timer.el (timer--time-setter): New function.
18740 (timer--time): Use it as gv-setter.
18741
18742 * emacs-lisp/gv.el (gv-define-simple-setter): Output warning when
18743 setter is not a symbol.
18744
18745 2013-08-12 Grégoire Jadi <daimrod@gmail.com>
18746
18747 * mail/sendmail.el (sendmail-send-it): Don't kill the error buffer
18748 if sending fails. This makes debugging easier.
18749
18750 2013-08-12 Juanma Barranquero <lekktu@gmail.com>
18751
18752 * xml.el (xml-parse-tag-1): Use looking-at (this reverts change in
18753 2013-08-11T00:07:48Z!lekktu@gmail.com, which breaks the test suite).
18754 https://lists.gnu.org/archive/html/emacs-devel/2013-08/msg00263.html
18755
18756 2013-08-12 Eli Zaretskii <eliz@gnu.org>
18757
18758 * term/w32-win.el (dynamic-library-alist): Add DLLs for zlib.
18759
18760 2013-08-12 Glenn Morris <rgm@gnu.org>
18761
18762 * format.el (format-annotate-function):
18763 Handle read-only text properties in the source. (Bug#14887)
18764
18765 2013-08-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
18766
18767 * net/eww.el (eww-display-html): Ignore coding system errors.
18768 One web site uses "utf-8lias" as the coding system.
18769
18770 2013-08-11 Juanma Barranquero <lekktu@gmail.com>
18771
18772 * frameset.el (frameset-valid-p): Fix check; STATES can indeed be nil.
18773
18774 2013-08-10 Juanma Barranquero <lekktu@gmail.com>
18775
18776 * tutorial.el (tutorial--describe-nonstandard-key): Use string-match-p.
18777 (tutorial--detailed-help): Remove unused local variables.
18778 (tutorial--save-tutorial-to): Use ignore-errors.
18779 (help-with-tutorial): Use looking-at-p.
18780
18781 * view.el (view-buffer-other-window, view-buffer-other-frame):
18782 Mark unused arguments.
18783
18784 * woman.el (woman-parse-colon-path, woman-parse-colon-path)
18785 (woman-select-symbol-fonts, woman, woman-find-file)
18786 (woman-insert-file-contents, woman-non-underline-faces):
18787 Use string-match-p.
18788 (woman1-unquote): Move declaration.
18789
18790 * xml.el (xml-parse-tag-1, xml-parse-string): Use looking-at-p.
18791 (xml-parse-dtd): Use looking-at-p, string-match-p. Mark unused
18792 argument. Remove unused local variable.
18793 (xml-parse-elem-type): Use string-match-p.
18794 (xml-substitute-numeric-entities): Use ignore-errors.
18795
18796 * calculator.el (calculator): Mark unused argument.
18797 (calculator-paste, calculator-quit, calculator-integer-p):
18798 Use ignore-errors.
18799 (calculator-string-to-number, calculator-decimal, calculator-exp)
18800 (calculator-op-or-exp): Use string-match-p.
18801
18802 * dired.el (dired-buffer-more-recently-used-p): Declare.
18803 (dired-insert-set-properties, dired-insert-old-subdirs):
18804 Use ignore-errors.
18805
18806 * dired-aux.el (dired-compress): Use ignore-errors.
18807 (dired-do-chxxx, dired-do-chmod, dired-trample-file-versions)
18808 (dired-do-async-shell-command, dired-do-shell-command)
18809 (dired-shell-stuff-it, dired-compress-file, dired-insert-subdir)
18810 (dired-insert-subdir-validate): Use string-match-p.
18811 (dired-map-dired-file-lines, dired-subdir-hidden-p): Use looking-at-p.
18812 (dired-add-entry): Use string-match-p, looking-at-p.
18813 (dired-insert-subdir-newpos): Remove unused local variable.
18814
18815 * filenotify.el (file-notify-callback): Remove unused local variable.
18816
18817 * filesets.el (filesets-error): Mark unused argument.
18818 (filesets-which-command-p, filesets-filter-dir-names)
18819 (filesets-directory-files, filesets-get-external-viewer)
18820 (filesets-ingroup-get-data): Use string-match-p.
18821
18822 * find-file.el (ff-other-file-name, ff-other-file-name)
18823 (ff-find-the-other-file, ff-cc-hh-converter):
18824 Remove unused local variables.
18825 (ff-get-file-name): Use string-match-p.
18826 (ff-all-dirs-under): Use ignore-errors.
18827
18828 * follow.el (follow-comint-scroll-to-bottom): Mark unused argument.
18829 (follow-select-if-visible): Remove unused local variable.
18830
18831 * forms.el (read-file-filter): Move declaration.
18832 (forms--make-format, forms--make-parser, forms-insert-record):
18833 Quote function with #'.
18834 (forms--update): Use string-match-p. Quote function with #'.
18835
18836 * help-mode.el (help-dir-local-var-def): Mark unused argument.
18837 (help-make-xrefs): Use looking-at-p.
18838 (help-xref-on-pp): Use looking-at-p, ignore-errors.
18839
18840 * ibuffer.el (ibuffer-ext-visible-p): Declare.
18841 (ibuffer-confirm-operation-on): Use string-match-p.
18842
18843 * msb.el (msb-item-handler, msb-dired-item-handler):
18844 Mark unused arguments.
18845
18846 * ses.el (ses-decode-cell-symbol)
18847 (ses-kill-override): Remove unused local variable.
18848 (ses-create-cell-variable, ses-relocate-formula): Use string-match-p.
18849 (ses-load): Use ignore-errors, looking-at-p.
18850 (ses-jump-safe): Use ignore-errors.
18851 (ses-export-tsv, ses-export-tsf, ses-unsafe): Mark unused arguments.
18852
18853 * tabify.el (untabify, tabify): Mark unused arguments.
18854
18855 * thingatpt.el (thing-at-point--bounds-of-well-formed-url):
18856 Mark unused argument.
18857 (bounds-of-thing-at-point, thing-at-point-bounds-of-list-at-point)
18858 (thing-at-point-newsgroup-p, form-at-point): Use ignore-errors.
18859
18860 * emacs-lisp/timer.el (timer--time): Define setter with
18861 gv-define-setter to avoid deprecation warning.
18862
18863 * completion.el: Remove stuff unused since revno:3176 (1993-05-27).
18864 (*record-cmpl-statistics-p*): Remove (was commented out).
18865 (cmpl-statistics-block): Remove (body was commented out).
18866 All callers changed.
18867 (add-completions-from-buffer, load-completions-from-file):
18868 Remove unused variables.
18869
18870 2013-08-09 Juanma Barranquero <lekktu@gmail.com>
18871
18872 * filecache.el (file-cache-delete-file-list):
18873 Print message only when told so.
18874 (file-cache-files-matching): Use #' in mapconcat argument.
18875
18876 * ffap.el (ffap-url-at-point): Fix reference to variable
18877 thing-at-point-default-mail-uri-scheme.
18878
18879 2013-08-09 Stefan Monnier <monnier@iro.umontreal.ca>
18880
18881 * subr.el (define-error): New function.
18882 * progmodes/ada-xref.el (ada-error-file-not-found): Rename from
18883 error-file-not-found and define with define-error.
18884 * emacs-lisp/cl-lib.el (cl-assertion-failed): Move here from subr.el
18885 and define with define-error.
18886 * userlock.el (file-locked, file-supersession):
18887 * simple.el (mark-inactive):
18888 * progmodes/js.el (js-moz-bad-rpc, js-js-error):
18889 * progmodes/ada-mode.el (ada-mode-errors):
18890 * play/life.el (life-extinct):
18891 * nxml/xsd-regexp.el (xsdre-invalid-regexp, xsdre-parse-error):
18892 * nxml/xmltok.el (xmltok-markup-declaration-parse-error):
18893 * nxml/rng-util.el (rng-error):
18894 * nxml/rng-uri.el (rng-uri-error):
18895 * nxml/rng-match.el (rng-compile-error):
18896 * nxml/rng-cmpct.el (rng-c-incorrect-schema):
18897 * nxml/nxml-util.el (nxml-error, nxml-file-parse-error):
18898 * nxml/nxml-rap.el (nxml-scan-error):
18899 * nxml/nxml-outln.el (nxml-outline-error):
18900 * net/soap-client.el (soap-error):
18901 * net/gnutls.el (gnutls-error):
18902 * net/ange-ftp.el (ftp-error):
18903 * mpc.el (mpc-proc-error):
18904 * json.el (json-error, json-readtable-error, json-unknown-keyword)
18905 (json-number-format, json-string-escape, json-string-format)
18906 (json-key-format, json-object-format):
18907 * jka-compr.el (compression-error):
18908 * international/quail.el (quail-error):
18909 * international/kkc.el (kkc-error):
18910 * emacs-lisp/ert.el (ert-test-failed):
18911 * calc/calc.el (calc-error, inexact-result, math-overflow)
18912 (math-underflow):
18913 * bookmark.el (bookmark-error-no-filename):
18914 * epg.el (epg-error): Define with define-error.
18915
18916 * time.el (display-time-event-handler)
18917 (display-time-next-load-average): Don't call sit-for since it seems
18918 unnecessary (bug#15045).
18919
18920 * emacs-lisp/checkdoc.el: Remove redundant :group keywords.
18921 Use #' instead of ' to quote functions.
18922 (checkdoc-output-mode): Use setq-local.
18923 (checkdoc-spellcheck-documentation-flag, checkdoc-ispell-lisp-words)
18924 (checkdoc-verb-check-experimental-flag, checkdoc-proper-noun-regexp)
18925 (checkdoc-common-verbs-regexp): Mark safe-local-variable (bug#15010).
18926 (checkdoc-ispell, checkdoc-ispell-current-buffer)
18927 (checkdoc-ispell-interactive, checkdoc-ispell-message-interactive)
18928 (checkdoc-ispell-message-text, checkdoc-ispell-start)
18929 (checkdoc-ispell-continue, checkdoc-ispell-comments)
18930 (checkdoc-ispell-defun): Remove unused arg `take-notes'.
18931
18932 * ido.el (ido-completion-help): Fix up compiler warning.
18933
18934 2013-08-09 Juanma Barranquero <lekktu@gmail.com>
18935
18936 * frameset.el (frameset-p): Add autoload cookie.
18937 (frameset--jump-to-register): New function, based on code moved from
18938 register.el.
18939 (frameset-to-register): Move from register.el. Adapt to `registerv'.
18940
18941 * register.el (frameset-frame-id, frameset-frame-with-id, frameset-p)
18942 (frameset-restore, frameset-save, frameset-session-filter-alist):
18943 Remove declarations.
18944 (register-alist): Doc fix.
18945 (frameset-to-register): Move to frameset.el.
18946 (jump-to-register, describe-register-1): Remove frameset-specific code.
18947
18948 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
18949
18950 * allout-widgets.el (allout-widgets-pre-command-business)
18951 (allout-widgets-post-command-business)
18952 (allout-widgets-after-change-handler)
18953 (allout-decorate-item-and-context, allout-set-boundary-marker)
18954 (allout-body-modification-handler)
18955 (allout-graphics-modification-handler): Mark ignored arguments.
18956 (allout-widgets-post-command-business)
18957 (allout-widgets-exposure-change-processor)
18958 (allout-widgets-exposure-undo-processor)
18959 (allout-decorate-item-and-context, allout-redecorate-visible-subtree)
18960 (allout-parse-item-at-point, allout-decorate-item-guides)
18961 (allout-decorate-item-cue, allout-item-span): Remove unused variables.
18962 * allout.el (epa-passphrase-callback-function): Declare.
18963 (allout-overlay-insert-in-front-handler)
18964 (allout-overlay-interior-modification-handler)
18965 (allout-isearch-end-handler, allout-chart-siblings)
18966 (allout-up-current-level, allout-end-of-level, allout-reindent-body)
18967 (allout-yank-processing, allout-process-exposed)
18968 (allout-latex-verb-quote, allout-latexify-one-item, outlineify-sticky)
18969 (allout-latex-verbatim-quote-curr-line): Remove unused variables.
18970 * emacs-lisp/lisp-mode.el (lisp-eval-defun, last-sexp-toggle-display)
18971 (lisp-indent-defform): Mark ignored arguments.
18972 (lisp-indent-line): Mark ignored arguments. Remove unused variables.
18973 (calculate-lisp-indent): Remove unused variables.
18974 * international/characters.el (indian-2-column, arabic-2-column)
18975 (tibetan): Mark ignored arguments.
18976 (use-cjk-char-width-table): Mark ignored arguments.
18977 Remove unused variables.
18978 * international/fontset.el (build-default-fontset-data)
18979 (x-compose-font-name, create-fontset-from-fontset-spec):
18980 Mark ignored arguments.
18981 (fontset-plain-name): Remove unused variables.
18982 * international/mule.el (charset-id, charset-bytes, generic-char-p)
18983 (keyboard-coding-system): Mark ignored arguments.
18984 (find-auto-coding): Remove unused variables. Use `ignore-errors'.
18985 * help.el (resize-temp-buffer-window):
18986 * window.el (display-buffer-in-major-side-window)
18987 (display-buffer-in-side-window, display-buffer-in-previous-window):
18988 Remove unused variables.
18989 * isearch.el (isearch-forward-symbol):
18990 * version.el (emacs-bzr-version-bzr):
18991 * international/mule-cmds.el (current-language-environment):
18992 * term/common-win.el (x-handle-iconic, x-handle-geometry)
18993 (x-handle-display):
18994 * term/pc-win.el (x-list-fonts, x-display-planes)
18995 (x-display-color-cells, x-server-max-request-size, x-server-vendor)
18996 (x-server-version, x-display-screens, x-display-mm-height)
18997 (x-display-mm-width, x-display-backing-store, x-display-visual-class)
18998 (x-selection-owner-p, x-own-selection-internal)
18999 (x-disown-selection-internal, x-get-selection-internal)
19000 (msdos-initialize-window-system):
19001 * term/tty-colors.el (tty-color-alist, tty-color-clear):
19002 * term/x-win.el (x-handle-no-bitmap-icon):
19003 * vc/vc-hooks.el (vc-mode, vc-default-make-version-backups-p)
19004 (vc-default-find-file-hook, vc-default-extra-menu):
19005 Mark ignored arguments.
19006
19007 2013-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
19008
19009 * emacs-lisp/edebug.el (edebug-debugger): Use edebug-eval to run the
19010 break-condition in the context of the debugged code (bug#12685).
19011
19012 2013-08-08 Christopher Schmidt <christopher@ch.ristopher.com>
19013
19014 * comint.el:
19015 Do not use an overlay to highlight the last prompt. (Bug#14744)
19016 (comint-mode): Make comint-last-prompt buffer local.
19017 (comint-last-prompt): New variable.
19018 (comint-last-prompt-overlay): Remove. Superseded by
19019 comint-last-prompt.
19020 (comint-snapshot-last-prompt, comint-output-filter):
19021 Use comint-last-prompt.
19022
19023 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
19024
19025 * frameset.el (frameset-valid-p): Check vector length. Doc fix.
19026 (frameset-save): Check validity of the resulting frameset.
19027
19028 2013-08-08 Xue Fuqiao <xfq.free@gmail.com>
19029
19030 * ido.el (ido-record-command): Add doc string.
19031
19032 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
19033
19034 * frameset.el (frameset): Do not disable creation of the default
19035 frameset-p predicate. Doc fix.
19036 (frameset-valid-p): New function, copied from the old predicate-p.
19037 Add additional checks.
19038 (frameset-restore): Check with frameset-valid-p.
19039 (frameset-p, frameset-version, frameset-timestamp, frameset-app)
19040 (frameset-name, frameset-description, frameset-properties)
19041 (frameset-states): Add docstring.
19042 (frameset-session-filter-alist, frameset-persistent-filter-alist)
19043 (frameset-filter-alist): Doc fixes.
19044
19045 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
19046
19047 * frameset.el (frameset-p, frameset-prop): Doc fixes.
19048
19049 2013-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
19050
19051 * emacs-lisp/bytecomp.el (byte-compile-function-warn): New function,
19052 extracted from byte-compile-callargs-warn and byte-compile-normal-call.
19053 (byte-compile-callargs-warn, byte-compile-function-form): Use it.
19054 (byte-compile-normal-call): Remove obsolescence check.
19055
19056 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
19057
19058 * frameset.el (frameset-restore): Doc fix.
19059
19060 * register.el (frameset-frame-id, frameset-frame-with-id)
19061 (frameset-p, frameset-restore, frameset-save): Declare.
19062 (register-alist): Document framesets.
19063 (frameset-session-filter-alist): Declare.
19064 (frameset-to-register): New function.
19065 (jump-to-register): Implement jumping to framesets. Doc fix.
19066 (describe-register-1): Describe framesets.
19067
19068 * bindings.el (ctl-x-r-map): Bind ?f to frameset-to-register.
19069
19070 2013-08-07 Juanma Barranquero <lekktu@gmail.com>
19071
19072 * desktop.el (desktop-save-frameset): Use new frameset-save args.
19073 Use lexical-binding.
19074
19075 * frameset.el (frameset): Use type vector, not list (incompatible
19076 change). Do not declare a new constructor, use the default one.
19077 Upgrade suggested properties `app', `name' and `desc' to slots `app',
19078 `name' and `description', respectively, and add read-only slot
19079 `timestamp'. Doc fixes.
19080 (frameset-copy, frameset-persistent-filter-alist)
19081 (frameset-filter-alist, frameset-switch-to-gui-p)
19082 (frameset-switch-to-tty-p, frameset-filter-tty-to-GUI)
19083 (frameset-filter-sanitize-color, frameset-filter-minibuffer)
19084 (frameset-filter-iconified, frameset-keep-original-display-p):
19085 Doc fixes.
19086 (frameset-filter-shelve-param, frameset-filter-unshelve-param):
19087 Rename from frameset-filter-(save|restore)-param. All callers changed.
19088 Doc fix.
19089 (frameset-p): Adapt to change to vector and be more thorough.
19090 Change arg name to OBJECT. Doc fix.
19091 (frameset-prop): Rename arg PROP to PROPERTY. Doc fix.
19092 (frameset-session-filter-alist): Rename from frameset-live-filter-alist.
19093 All callers changed.
19094 (frameset-frame-with-id): Rename from frameset-locate-frame-id.
19095 All callers changed.
19096 (frameset--record-minibuffer-relationships): Rename from
19097 frameset--process-minibuffer-frames. All callers changed.
19098 (frameset-save): Add new keyword arguments APP, NAME and DESCRIPTION.
19099 Use new default constructor (again). Doc fix.
19100 (frameset--find-frame-if): Rename from `frameset--find-frame'.
19101 All callers changed.
19102 (frameset--reuse-frame): Rename arg FRAME-CFG to PARAMETERS.
19103 (frameset--initial-params): Rename arg FRAME-CFG to PARAMETERS.
19104 Doc fix.
19105 (frameset--restore-frame): Rename args FRAME-CFG and WINDOW-CFG to
19106 PARAMETERS and WINDOW-STATE, respectively.
19107 (frameset-restore): Add new keyword argument PREDICATE.
19108 Reset frameset--target-display to nil. Doc fix.
19109
19110 2013-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
19111
19112 * progmodes/bat-mode.el (bat--syntax-propertize): New var.
19113 (bat-mode): Use it.
19114 (bat-mode-syntax-table): Mark \n as end-of-comment.
19115 (bat-font-lock-keywords): Remove comment rule.
19116
19117 * progmodes/bat-mode.el: Rename from dos.el. Use "bat-" prefix.
19118 (dos-mode-help): Remove. Use describe-mode (C-h m) instead.
19119
19120 * emacs-lisp/bytecomp.el: Check existence of f in #'f.
19121 (byte-compile-callargs-warn): Use `push'.
19122 (byte-compile-arglist-warn): Ignore higher-order "calls".
19123 (byte-compile-file-form-autoload): Use `pcase'.
19124 (byte-compile-function-form): If quoting a symbol, check that it exists.
19125
19126 2013-08-07 Eli Zaretskii <eliz@gnu.org>
19127
19128 * progmodes/dos.el (dos-font-lock-keywords): Rename LINUX to UNIX
19129 and add a few popular commands found in batch files.
19130 (dos, dos-label-face, dos-cmd-help, dos-run, dos-run-args)
19131 (dos-mode): Doc fixes.
19132
19133 2013-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
19134
19135 * progmodes/dos.el (auto-mode-alist): Add entries for dos-mode.
19136 (dos-mode): Use setq-local. Add space after "rem".
19137 (dos-mode-syntax-table): Don't use "w" for symbol chars.
19138 (dos-font-lock-keywords): Try to adjust font-lock rules accordingly.
19139
19140 2013-08-07 Arni Magnusson <arnima@hafro.is>
19141
19142 * progmodes/dos.el: New file.
19143 * generic-x.el (bat-generic-mode): Redefine as an obsolete alias to
19144 dos-mode.
19145
19146 2013-08-06 Glenn Morris <rgm@gnu.org>
19147
19148 * calendar/calendar.el: Add new faces, and day-header-array.
19149 (calendar-weekday-header, calendar-weekend-header)
19150 (calendar-month-header): New faces.
19151 (calendar-day-header-construct): New function.
19152 (calendar-day-header-width): Also :set calendar-day-header-array.
19153 (calendar-american-month-header, calendar-european-month-header)
19154 (calendar-iso-month-header): Use calendar- faces.
19155 (calendar-generate-month):
19156 Use calendar-day-header-array for day headers; apply faces to them.
19157 (calendar-mode): Check calendar-font-lock-keywords non-nil.
19158 (calendar-abbrev-construct): Add optional maxlen argument.
19159 (calendar-day-name-array): Doc fix.
19160 (calendar-day-name-array, calendar-abbrev-length)
19161 (calendar-day-abbrev-array):
19162 Also :set calendar-day-header-array, and maybe redraw.
19163 (calendar-day-header-array): New option. (Bug#15007)
19164 (calendar-font-lock-keywords): Set to nil and make obsolete.
19165 (calendar-day-name): Add option to use header array.
19166
19167 2013-08-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
19168
19169 * net/shr.el (shr-render-td): Remove debugging.
19170 (shr-render-td): Make width computation consistent by defaulting
19171 all zero-width columns to 10 characters. This may not be optimal,
19172 but it's at least consistent.
19173 (shr-make-table-1): Redo last change to fix the real problem in
19174 colspan handling.
19175
19176 2013-08-06 Dmitry Antipov <dmantipov@yandex.ru>
19177
19178 * files.el (cache-long-line-scans):
19179 Make obsolete alias to `cache-long-scans'.
19180
19181 2013-08-06 Juanma Barranquero <lekktu@gmail.com>
19182
19183 * frameset.el (frameset, frameset-filter-alist)
19184 (frameset-filter-params, frameset-save, frameset--reuse-frame)
19185 (frameset--minibufferless-last-p, frameset-restore): Doc fixes.
19186 (frameset-compute-pos): Rename from frameset--compute-pos,
19187 and add docstring.
19188 (frameset-move-onscreen): Use frameset-compute-pos.
19189 Most changes suggested by Drew Adams <drew.adams@oracle.com>.
19190
19191 * find-lisp.el (find-lisp-line-indent, find-lisp-find-dired-filter):
19192 Fix typos in docstrings.
19193
19194 2013-08-06 Dmitry Antipov <dmantipov@yandex.ru>
19195
19196 * frame.el (get-other-frame): Tiny cleanup.
19197
19198 2013-08-06 Juanma Barranquero <lekktu@gmail.com>
19199
19200 * vc/vc.el (vc-default-ignore-completion-table):
19201 Silence byte-compiler warning.
19202
19203 * frameset.el (frameset-p): Don't check non-nullness of the `properties'
19204 slot, which can indeed be nil.
19205 (frameset-live-filter-alist, frameset-persistent-filter-alist):
19206 Move entry for `left' from persistent to live filter alist.
19207 (frameset-filter-alist, frameset--minibufferless-last-p, frameset-save):
19208 Doc fixes.
19209 (frameset-filter-params): When restoring a frame, copy items added to
19210 `filtered', to avoid unwittingly modifying the original parameters.
19211 (frameset-move-onscreen): Rename from frameset--move-onscreen. Doc fix.
19212 (frameset--restore-frame): Fix reference to frameset-move-onscreen.
19213
19214 * dired.el (dired-insert-directory): Revert change in 2013-06-21T12:24:37Z!lekktu@gmail.com
19215 to use looking-at-p instead of looking-at. (Bug#15028)
19216
19217 2013-08-05 Stefan Monnier <monnier@iro.umontreal.ca>
19218
19219 Revert introduction of isearch-filter-predicates (bug#14714).
19220 Rely on add-function instead.
19221 * isearch.el (isearch-filter-predicates): Rename it back to
19222 isearch-filter-predicate.
19223 (isearch-message-prefix): Use advice-function-mapc and advice
19224 properties to get the isearch-message-prefix.
19225 (isearch-search, isearch-lazy-highlight-search): Revert to funcall
19226 instead of run-hook-with-args-until-failure.
19227 (isearch-filter-visible): Not obsolete any more.
19228 * loadup.el: Preload nadvice.
19229 * replace.el (perform-replace): Revert to funcall
19230 instead of run-hook-with-args-until-failure.
19231 * wdired.el (wdired-change-to-wdired-mode): Use add-function.
19232 * dired-aux.el (dired-isearch-filenames-mode): Rename from
19233 dired-isearch-filenames-toggle; make it into a proper minor mode.
19234 Use add/remove-function.
19235 (dired-isearch-filenames-setup, dired-isearch-filenames-end):
19236 Call the minor-mode rather than add/remove-hook.
19237 (dired-isearch-filter-filenames):
19238 Remove isearch-message-prefix property.
19239 * info.el (Info--search-loop): New function, extracted from Info-search.
19240 Funcall isearch-filter-predicate instead of
19241 run-hook-with-args-until-failure isearch-filter-predicates.
19242 (Info-search): Use it.
19243 (Info-mode): Use isearch-filter-predicate instead of
19244 isearch-filter-predicates.
19245
19246 2013-08-05 Dmitry Antipov <dmantipov@yandex.ru>
19247
19248 Do not call to `selected-window' where it is assumed by default.
19249 Affected functions are `window-minibuffer-p', `window-dedicated-p',
19250 `window-hscroll', `window-width', `window-height', `window-buffer',
19251 `window-frame', `window-start', `window-point', `next-window'
19252 and `window-display-table'.
19253 * abbrev.el (abbrev--default-expand):
19254 * bs.el (bs--show-with-configuration):
19255 * buff-menu.el (Buffer-menu-mouse-select):
19256 * calc/calc.el (calc):
19257 * calendar/calendar.el (calendar-generate-window):
19258 * calendar/diary-lib.el (diary-simple-display, diary-show-all-entries)
19259 (diary-make-entry):
19260 * comint.el (send-invisible, comint-dynamic-complete-filename)
19261 (comint-dynamic-simple-complete, comint-dynamic-list-completions):
19262 * completion.el (complete):
19263 * dabbrev.el (dabbrev-expand, dabbrev--make-friend-buffer-list):
19264 * disp-table.el (describe-current-display-table):
19265 * doc-view.el (doc-view-insert-image):
19266 * ebuff-menu.el (Electric-buffer-menu-mouse-select):
19267 * ehelp.el (with-electric-help):
19268 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
19269 * emacs-lisp/edebug.el (edebug-two-window-p, edebug-pop-to-buffer):
19270 * emacs-lisp/helper.el (Helper-help-scroller):
19271 * emulation/cua-base.el (cua--post-command-handler-1):
19272 * eshell/esh-mode.el (eshell-output-filter):
19273 * ffap.el (ffap-gnus-wrapper):
19274 * help-macro.el (make-help-screen):
19275 * hilit-chg.el (highlight-compare-buffers):
19276 * hippie-exp.el (hippie-expand, try-expand-dabbrev-visible):
19277 * hl-line.el (global-hl-line-highlight):
19278 * icomplete.el (icomplete-simple-completing-p):
19279 * isearch.el (isearch-done):
19280 * jit-lock.el (jit-lock-stealth-fontify):
19281 * mail/rmailsum.el (rmail-summary-scroll-msg-up):
19282 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
19283 * mpc.el (mpc-tagbrowser, mpc):
19284 * net/rcirc.el (rcirc-any-buffer):
19285 * play/gomoku.el (gomoku-max-width, gomoku-max-height):
19286 * play/landmark.el (landmark-max-width, landmark-max-height):
19287 * play/zone.el (zone):
19288 * progmodes/compile.el (compilation-goto-locus):
19289 * progmodes/ebrowse.el (ebrowse-view/find-file-and-search-pattern):
19290 * progmodes/etags.el (find-tag-other-window):
19291 * progmodes/fortran.el (fortran-column-ruler):
19292 * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
19293 * progmodes/verilog-mode.el (verilog-point-text):
19294 * reposition.el (reposition-window):
19295 * rot13.el (toggle-rot13-mode):
19296 * server.el (server-switch-buffer):
19297 * shell.el (shell-dynamic-complete-command)
19298 (shell-dynamic-complete-environment-variable):
19299 * simple.el (insert-buffer, set-selective-display)
19300 (delete-completion-window):
19301 * speedbar.el (speedbar-timer-fn, speedbar-center-buffer-smartly)
19302 (speedbar-recenter):
19303 * startup.el (fancy-splash-head):
19304 * textmodes/ispell.el (ispell-command-loop):
19305 * textmodes/makeinfo.el (makeinfo-compilation-sentinel-region):
19306 * tutorial.el (help-with-tutorial):
19307 * vc/add-log.el (add-change-log-entry):
19308 * vc/compare-w.el (compare-windows):
19309 * vc/ediff-help.el (ediff-indent-help-message):
19310 * vc/ediff-util.el (ediff-setup-control-buffer, ediff-position-region):
19311 * vc/ediff-wind.el (ediff-skip-unsuitable-frames)
19312 (ediff-setup-control-frame):
19313 * vc/emerge.el (emerge-position-region):
19314 * vc/pcvs-util.el (cvs-bury-buffer):
19315 * window.el (walk-windows, mouse-autoselect-window-select):
19316 * winner.el (winner-set-conf, winner-undo): Related users changed.
19317
19318 2013-08-05 Juanma Barranquero <lekktu@gmail.com>
19319
19320 * frameset.el (frameset--set-id): Doc fix.
19321 (frameset-frame-id, frameset-frame-id-equal-p)
19322 (frameset-locate-frame-id): New functions.
19323 (frameset--process-minibuffer-frames, frameset--reuse-frame)
19324 (frameset-restore): Use them.
19325
19326 2013-08-05 Dmitry Antipov <dmantipov@yandex.ru>
19327
19328 Do not call to `selected-frame' where it is assumed by default.
19329 Affected functions are `raise-frame', `redraw-frame',
19330 `frame-first-window', `frame-terminal' and `delete-frame'.
19331 * calendar/appt.el (appt-disp-window):
19332 * epg.el (epg-wait-for-completion):
19333 * follow.el (follow-delete-other-windows-and-split)
19334 (follow-avoid-tail-recenter):
19335 * international/mule.el (set-terminal-coding-system):
19336 * mail/rmail.el (rmail-mail-return):
19337 * net/newst-plainview.el (newsticker--buffer-set-uptodate):
19338 * progmodes/f90.el (f90-add-imenu-menu):
19339 * progmodes/idlw-toolbar.el (idlwave-toolbar-toggle):
19340 * server.el (server-switch-buffer):
19341 * simple.el (delete-completion-window):
19342 * talk.el (talk):
19343 * term/xterm.el (terminal-init-xterm-modify-other-keys)
19344 (xterm-turn-on-modify-other-keys, xterm-remove-modify-other-keys):
19345 * vc/ediff-util.el (ediff-status-info, ediff-show-diff-output):
19346 * vc/ediff.el (ediff-documentation): Related users changed.
19347 * frame.el (selected-terminal): Remove the leftover.
19348
19349 2013-08-05 Glenn Morris <rgm@gnu.org>
19350
19351 * calendar/calendar.el (calendar-generate-month):
19352 Fix for calendar-column-width != 1 + calendar-day-digit-width.
19353 (calendar-generate-month, calendar-font-lock-keywords):
19354 Fix for calendar-day-header-width > length of any day name.
19355
19356 2013-08-05 Juanma Barranquero <lekktu@gmail.com>
19357
19358 * desktop.el (desktop-clear): Use new name of sort predicate.
19359
19360 * frameset.el (frameset): Add docstring. Move :version property to its
19361 own `version' slot.
19362 (frameset-copy): Rename from copy-frameset.
19363 (frameset-p): Check more thoroughly.
19364 (frameset-prop): Do not check for :version, which is no longer a prop.
19365 (frameset-live-filter-alist, frameset-persistent-filter-alist):
19366 Use new :never value instead of t.
19367 (frameset-filter-alist): Expand and clarify docstring.
19368 (frameset-filter-tty-to-GUI, frameset-filter-sanitize-color)
19369 (frameset-filter-minibuffer, frameset-filter-save-param)
19370 (frameset-filter-restore-param, frameset-filter-iconified):
19371 Add pointer to docstring of frameset-filter-alist.
19372 (frameset-filter-params): Rename filter values to be more meaningful:
19373 :never instead of t, and reverse the meanings of :save and :restore.
19374 (frameset--process-minibuffer-frames): Clarify error message.
19375 (frameset-save): Avoid unnecessary and confusing call to framep.
19376 Use new BOA constructor for framesets.
19377 (frameset--reuse-list): Doc fix.
19378 (frameset--restore-frame): Rename from frameset--get-frame. Doc fix.
19379 (frameset--minibufferless-last-p): Rename from frameset--sort-states.
19380 (frameset-minibufferless-first-p): Doc fix.
19381 Rename from frameset-sort-frames-for-deletion.
19382 (frameset-restore): Doc fixes. Use new function names.
19383 Most changes suggested by Drew Adams <drew.adams@oracle.com>.
19384
19385 2013-08-04 Juanma Barranquero <lekktu@gmail.com>
19386
19387 * desktop.el (desktop-restore-forces-onscreen)
19388 (desktop-restore-reuses-frames): Document :keyword constant values.
19389 (desktop-filter-parameters-alist): Remove, now identical to
19390 frameset-filter-alist.
19391 (desktop--filter-tty*): Remove, moved to frameset.el.
19392 (desktop-save-frameset, desktop-restore-frameset):
19393 Do not pass :filters argument.
19394
19395 * frameset.el (frameset-live-filter-alist)
19396 (frameset-persistent-filter-alist): New variables.
19397 (frameset-filter-alist): Use them. Add autoload cookie.
19398 (frameset-filter-tty-to-GUI): Move from desktop.el and rename.
19399 (frameset--set-id, frameset--reuse-frame): Rename `frame-id' to
19400 `frameset--id' (it's supposed to be internal to frameset.el).
19401 (frameset--process-minibuffer-frames): Ditto. Doc fix.
19402 (frameset--initial-params): New function.
19403 (frameset--get-frame): Use it. Doc fix.
19404 (frameset--move-onscreen): Accept new PRED value for FORCE-ONSCREEN.
19405 Accept :all, not 'all.
19406 (frameset-restore): Add new predicate values for FORCE-ONSCREEN and
19407 FORCE-DISPLAY. Use :keywords for constant arguments to avoid collision
19408 with fbound symbols. Fix frame id matching, and remove matching ids if
19409 the frame being restored is deleted. Obey :delete.
19410
19411 2013-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
19412
19413 * subr.el (macrop): New function.
19414 (text-clone--maintaining): New var.
19415 (text-clone--maintain): Rename from text-clone-maintain. Use it
19416 instead of inhibit-modification-hooks.
19417
19418 * emacs-lisp/nadvice.el (advice--normalize): For aliases to macros, use
19419 a proxy, so as handle autoloads and redefinitions of the target.
19420 (advice--defalias-fset, advice-remove): Use advice--symbol-function.
19421
19422 * emacs-lisp/pcase.el (pcase-mutually-exclusive-predicates):
19423 Remove bogus (arrayp . stringp) pair. Add entries for `vectorp'.
19424 (pcase--mutually-exclusive-p): New function.
19425 (pcase--split-consp): Use it.
19426 (pcase--split-pred): Use it. Optimize the case where `pat' is a qpat
19427 mutually exclusive with the current predicate.
19428
19429 * emacs-lisp/edebug.el (edebug-lookup-function): Remove function.
19430 (edebug-macrop): Remove. Use `macrop' instead.
19431 * emacs-lisp/advice.el (ad-subr-p): Remove. Use `subrp' instead.
19432 (ad-macro-p):
19433 * eshell/esh-cmd.el (eshell-macrop):
19434 * apropos.el (apropos-macrop): Remove. Use `macrop' instead.
19435
19436 2013-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
19437
19438 * emacs-lisp/nadvice.el (advice-function-mapc): Rename from advice-mapc.
19439 (advice-mapc): New function, using it.
19440 (advice-function-member-p): New function.
19441 (advice--normalize): Store the cdr in advice--saved-rewrite since
19442 that's the part that will be changed.
19443 (advice--symbol-function): New function.
19444 (advice-remove): Handle removal before the function is defined.
19445 Adjust to new advice--saved-rewrite.
19446 (advice-member-p): Use advice-function-member-p and
19447 advice--symbol-function.
19448
19449 2013-08-04 Juanma Barranquero <lekktu@gmail.com>
19450
19451 * frameset.el (frameset-p, frameset-save): Fix autoload cookies.
19452 (frameset-filter-minibuffer): Doc fix.
19453 (frameset-restore): Fix autoload cookie. Fix typo in docstring.
19454 (frameset--set-id, frameset--process-minibuffer-frames)
19455 (frameset-restore): Rename parameter `frameset-id' to `frame-id'.
19456 (frameset--reuse-frame): Pass correct frame-id to frameset--find-frame.
19457
19458 * desktop.el (desktop-clear): Only delete frames when called
19459 interactively and desktop-restore-frames is non-nil. Doc fix.
19460 (desktop-read): Set desktop-saved-frameset to nil.
19461
19462 2013-08-04 Xue Fuqiao <xfq.free@gmail.com>
19463
19464 * vc/vc.el (vc-ignore): Rewrite.
19465 (vc-default-ignore-completion-table, vc--read-lines)
19466 (vc--add-line, vc--remove-regexp): New functions.
19467
19468 * vc/vc-svn.el (vc-svn-ignore): Doc fix.
19469 (vc-svn-ignore-completion-table): New function.
19470
19471 * vc/vc-hg.el (vc-hg-ignore): Rewrite.
19472 (vc-hg-ignore-completion-table)
19473 (vc-hg-find-ignore-file): New functions.
19474
19475 * vc/vc-git.el (vc-git-ignore): Rewrite.
19476 (vc-git-ignore-completion-table)
19477 (vc-git-find-ignore-file): New functions.
19478
19479 * vc/vc-dir.el (vc-dir-menu-map): Add menu for vc-dir-ignore.
19480
19481 * vc/vc-bzr.el (vc-bzr-ignore): Rewrite.
19482 (vc-bzr-ignore-completion-table)
19483 (vc-bzr-find-ignore-file): New functions.
19484
19485 2013-08-03 Juanma Barranquero <lekktu@gmail.com>
19486
19487 * frameset.el (frameset-prop): New function and setter.
19488 (frameset-save): Do not modify frame list passed by the caller.
19489
19490 2013-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
19491
19492 * emacs-lisp/package.el (package-desc-from-define): Ignore unknown keys.
19493
19494 2013-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
19495
19496 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode)
19497 (easy-mmode-define-navigation): Avoid ((lambda (..) ..) ...).
19498
19499 * custom.el (custom-initialize-default, custom-initialize-set)
19500 (custom-initialize-reset, custom-initialize-changed): Affect the
19501 toplevel-default-value (bug#6275, bug#14586).
19502 * emacs-lisp/advice.el (ad-compile-function): Undo previous workaround
19503 for bug#6275.
19504
19505 2013-08-02 Juanma Barranquero <lekktu@gmail.com>
19506
19507 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
19508 Add cl-def* expressions.
19509
19510 * frameset.el (frameset-filter-params): Fix order of arguments.
19511
19512 2013-08-02 Juanma Barranquero <lekktu@gmail.com>
19513
19514 Move code related to saving frames to frameset.el.
19515 * desktop.el: Require frameset.
19516 (desktop-restore-frames): Doc fix.
19517 (desktop-restore-reuses-frames): Rename from
19518 desktop-restoring-reuses-frames.
19519 (desktop-saved-frameset): Rename from desktop-saved-frame-states.
19520 (desktop-clear): Clear frames too.
19521 (desktop-filter-parameters-alist): Set from frameset-filter-alist.
19522 (desktop--filter-tty*, desktop-save, desktop-read):
19523 Use frameset functions.
19524 (desktop-before-saving-frames-functions, desktop--filter-*-color)
19525 (desktop--filter-minibuffer, desktop--filter-restore-desktop-parm)
19526 (desktop--filter-save-desktop-parm, desktop--filter-iconified-position)
19527 (desktop-restore-in-original-display-p, desktop--filter-frame-parms)
19528 (desktop--process-minibuffer-frames, desktop-save-frames)
19529 (desktop--reuse-list, desktop--compute-pos, desktop--move-onscreen)
19530 (desktop--find-frame, desktop--select-frame, desktop--make-frame)
19531 (desktop--sort-states, desktop-restoring-frames-p)
19532 (desktop-restore-frames): Remove. Most code moved to frameset.el.
19533 (desktop-restoring-frameset-p, desktop-restore-frameset)
19534 (desktop--check-dont-save, desktop-save-frameset): New functions.
19535 (desktop--app-id): New constant.
19536 (desktop-first-buffer, desktop-buffer-ok-count)
19537 (desktop-buffer-fail-count): Move before first use.
19538 * frameset.el: New file.
19539
19540 2013-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
19541
19542 * files.el: Use lexical-binding.
19543 (dir-locals-read-from-file): Remove unused `err' variable.
19544 (hack-dir-local-variables--warned-coding): New var.
19545 (hack-dir-local-variables): Use it to avoid repeated warnings.
19546 (make-backup-file-name--default-function): New function.
19547 (make-backup-file-name-function): Use it as default.
19548 (buffer-stale--default-function): New function.
19549 (buffer-stale-function): Use it as default.
19550 (revert-buffer-insert-file-contents--default-function): New function.
19551 (revert-buffer-insert-file-contents-function): Use it as default.
19552 (insert-directory): Avoid add-to-list.
19553
19554 * autorevert.el (auto-revert-handler): Simplify.
19555 Use buffer-stale--default-function.
19556
19557 2013-08-01 Tassilo Horn <tsdh@gnu.org>
19558
19559 * speedbar.el (speedbar-query-confirmation-method): Doc fix.
19560
19561 * whitespace.el (whitespace-ensure-local-variables): New function.
19562 (whitespace-cleanup-region): Call it.
19563 (whitespace-turn-on): Call it.
19564
19565 2013-08-01 Michael Albinus <michael.albinus@gmx.de>
19566
19567 Complete file name handlers.
19568
19569 * net/tramp.el (tramp-handle-set-visited-file-modtime)
19570 (tramp-handle-verify-visited-file-modtime)
19571 (tramp-handle-file-notify-rm-watch): New functions.
19572 (tramp-call-process): Do not bind `default-directory'.
19573
19574 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
19575 Order alphabetically.
19576 <access-file, add-name-to-file, dired-call-process>:
19577 <dired-compress-file, file-acl, file-notify-rm-watch>:
19578 <file-ownership-preserved-p, file-selinux-context>:
19579 <make-directory-internal, make-symbolic-link, set-file-acl>:
19580 <set-file-selinux-context, set-visited-file-modtime>:
19581 <verify-visited-file-modtime>: Add handler.
19582 (tramp-adb-handle-write-region): Apply `set-visited-file-modtime'.
19583
19584 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist)
19585 <file-notify-add-watch, file-notify-rm-watch>:
19586 <set-file-times, set-visited-file-modtime>:
19587 <verify-visited-file-modtime>: Add handler.
19588 (with-tramp-gvfs-error-message)
19589 (tramp-gvfs-handle-set-visited-file-modtime)
19590 (tramp-gvfs-fuse-file-name): Remove.
19591 (tramp-gvfs-handle-file-notify-add-watch)
19592 (tramp-gvfs-file-gvfs-monitor-file-process-filter): New defuns.
19593 (tramp-gvfs-handle-write-region): Fix error in moving tmpfile.
19594
19595 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
19596 Order alphabetically.
19597 <file-notify-rm-watch>: Use default Tramp handler.
19598 <executable-find>: Remove private handler.
19599 (tramp-do-copy-or-rename-file-out-of-band): Do not bind
19600 `default-directory'.
19601 (tramp-sh-handle-executable-find)
19602 (tramp-sh-handle-file-notify-rm-watch): Remove functions.
19603 (tramp-sh-file-gvfs-monitor-dir-process-filter)
19604 (tramp-sh-file-inotifywait-process-filter, tramp-set-remote-path):
19605 Do not use `format' in `tramp-message'.
19606
19607 * net/tramp-smb.el (tramp-smb-file-name-handler-alist)
19608 <file-notify-rm-watch, set-visited-file-modtime>:
19609 <verify-visited-file-modtime>: Add handler.
19610 (tramp-smb-call-winexe): Do not bind `default-directory'.
19611
19612 2013-08-01 Xue Fuqiao <xfq.free@gmail.com>
19613
19614 * vc/vc-hooks.el (vc-menu-map): Fix menu entry for vc-ignore.
19615
19616 2013-07-31 Dmitry Gutov <dgutov@yandex.ru>
19617
19618 * vc/log-view.el (log-view-diff): Extract `log-view-diff-common',
19619 use it.
19620 (log-view-diff-changeset): Same.
19621 (log-view-diff-common): Call backend command `previous-revision'
19622 to find out the previous revision, in both cases. Swap the
19623 variables `to' and `fr', so that `fr' usually refers to the
19624 earlier revision (Bug#14989).
19625
19626 2013-07-31 Kan-Ru Chen <kanru@kanru.info>
19627
19628 * ibuf-ext.el (ibuffer-filter-by-filename):
19629 Make it work with dired buffers too.
19630
19631 2013-07-31 Dmitry Antipov <dmantipov@yandex.ru>
19632
19633 * emacs-lisp/re-builder.el (reb-color-display-p):
19634 * files.el (save-buffers-kill-terminal):
19635 * net/browse-url.el (browse-url):
19636 * server.el (server-save-buffers-kill-terminal):
19637 * textmodes/reftex-toc.el (reftex-toc, reftex-toc-revert):
19638 Prefer nil to selected-frame for the first arg of frame-parameter.
19639
19640 2013-07-31 Xue Fuqiao <xfq.free@gmail.com>
19641
19642 * vc/vc-hooks.el (vc-menu-map): Add menu entry for vc-ignore.
19643
19644 2013-07-30 Stephen Berman <stephen.berman@gmx.net>
19645
19646 * minibuffer.el (completion--twq-all): Try and preserve each
19647 completion's case choice (bug#14907).
19648
19649 2013-07-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
19650
19651 * net/network-stream.el (open-network-stream): Mention the new
19652 :nogreeting parameter.
19653 (network-stream-open-starttls): Use the :nogreeting parameter
19654 (bug#14938).
19655
19656 * net/shr.el (shr-mouse-browse-url): Remove and use `shr-browse-url'.
19657
19658 * net/eww.el (eww-setup-buffer): Switching to the buffer seems
19659 more natural than popping.
19660
19661 * net/shr.el (shr-urlify): Put `follow-link' on URLs (bug#14815).
19662 (shr-urlify): Highlight under mouse.
19663
19664 2013-07-30 Xue Fuqiao <xfq.free@gmail.com>
19665
19666 * vc/vc-hooks.el (vc-prefix-map): Add key binding for vc-ignore.
19667
19668 * vc/vc-dir.el (vc-dir-mode-map): Change key binding for vc-dir-ignore.
19669
19670 * vc/vc-svn.el (vc-svn-ignore): Remove `interactive'. Use `*vc*'
19671 buffer for output.
19672
19673 * vc/vc-hg.el (vc-hg-ignore): Remove `interactive'. Do not assume
19674 point-min==1. Fix search string. Fix parentheses missing.
19675
19676 * vc/vc-git.el (vc-git-ignore): Remove `interactive'. Do not
19677 assume point-min==1. Fix search string. Fix parentheses missing.
19678
19679 * vc/vc-cvs.el (vc-cvs-ignore): Remove `interactive'.
19680
19681 * vc/vc-bzr.el (vc-bzr-ignore): Remove `interactive'. Use `*vc*'
19682 buffer for output.
19683
19684 2013-07-29 Eli Zaretskii <eliz@gnu.org>
19685
19686 * frame.el (frame-notice-user-settings): Avoid inflooping when the
19687 initial frame is minibuffer-less. (Bug#14841)
19688
19689 2013-07-29 Michael Albinus <michael.albinus@gmx.de>
19690
19691 * net/tramp.el (tramp-use-ssh-controlmaster-options): New customer
19692 option.
19693
19694 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
19695 (tramp-maybe-open-connection): Use it.
19696
19697 2013-07-28 Juanma Barranquero <lekktu@gmail.com>
19698
19699 * desktop.el (desktop--make-frame): Include `minibuffer' in the
19700 minimal set of parameters passed when creating a frame, because
19701 the minibuffer status of a frame cannot be changed later.
19702
19703 2013-07-28 Stephen Berman <stephen.berman@gmx.net>
19704
19705 * calendar/todo-mode.el (todo-rename-file): Fix incorrect use of
19706 replace-regexp-in-string and inadvertent omissions in previous change.
19707 (todo-filter-items): Ensure only file names are comma-separated in
19708 name of filtered items buffer.
19709
19710 2013-07-28 Juanma Barranquero <lekktu@gmail.com>
19711
19712 * desktop.el: Optionally force offscreen frames back onscreen.
19713 (desktop-restoring-reuses-frames): New option.
19714 (desktop--compute-pos, desktop--move-onscreen): New functions.
19715 (desktop--make-frame): Use desktop--move-onscreen.
19716
19717 2013-07-27 Alan Mackenzie <acm@muc.de>
19718
19719 Fontify a Java generic method as a function.
19720 * progmodes/cc-langs.el (c-recognize-<>-arglists): Set the Java
19721 value to t.
19722
19723 2013-07-27 Stephen Berman <stephen.berman@gmx.net>
19724
19725 * calendar/todo-mode.el: Add command to rename todo files.
19726 (todo-rename-file): New command.
19727 (todo-key-bindings-t): Add key binding for it. Change the
19728 bindings of todo-filter-regexp-items(-multifile) to use `x'
19729 instead of `r', since the latter is better suited to the new
19730 renaming command.
19731
19732 2013-07-27 Alan Mackenzie <acm@muc.de>
19733
19734 Make Java try-with-resources statement parse properly.
19735 * progmodes/cc-langs.el (c-block-stmt-1-2-kwds)
19736 (c-block-stmt-1-2-key): New language constants/variables.
19737 * progmodes/cc-engine.el (c-beginning-of-statement-1)
19738 (c-after-conditional): Adapt to deal with c-block-stmt-1-2-key.
19739 * progmodes/cc-fonts.el (c-font-lock-declarations): Adapt to deal
19740 with c-block-stmt-1-2-key.
19741
19742 2013-07-27 Juanma Barranquero <lekktu@gmail.com>
19743
19744 * desktop.el (desktop--make-frame): Apply most frame parameters after
19745 creating the frame to force (partially or totally) offscreen frames to
19746 be restored as such.
19747
19748 2013-07-26 Xue Fuqiao <xfq.free@gmail.com>
19749
19750 * vc/vc-dir.el (vc-dir-mode-map): Add binding for vc-root-diff.
19751 (Bug#14948)
19752
19753 2013-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
19754
19755 * emacs-lisp/nadvice.el (advice--called-interactively-skip): Use the new
19756 `base' arg of backtrace-frame.
19757
19758 2013-07-26 Eli Zaretskii <eliz@gnu.org>
19759
19760 * simple.el (list-processes): Doc fix.
19761
19762 2013-07-26 Juanma Barranquero <lekktu@gmail.com>
19763
19764 * desktop.el (desktop--select-frame):
19765 Try harder to reuse existing frames.
19766
19767 2013-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
19768
19769 * emacs-lisp/edebug.el: Use backtrace-eval to handle lexical variables.
19770 (edebug-eval): Use backtrace-eval.
19771 (edebug--display, edebug--recursive-edit): Don't let-bind the
19772 edebug-outer-* vars that keep track of variables we locally let-bind.
19773 (edebug-outside-excursion): Don't restore outside values of locally
19774 let-bound vars.
19775 (edebug--display): Use user-error.
19776 (cl-lexical-debug, cl-debug-env): Remove.
19777
19778 2013-07-26 Juanma Barranquero <lekktu@gmail.com>
19779
19780 * desktop.el (desktop-restore-frames): Call `sit-for' once all frames
19781 are restored to be sure that they are visible before deleting any
19782 remaining ones.
19783
19784 2013-07-26 Matthias Meulien <orontee@gmail.com>
19785
19786 * vc/vc-dir.el (vc-dir-mode-map): Add binding for
19787 vc-print-root-log. (Bug#14948)
19788
19789 2013-07-26 Richard Stallman <rms@gnu.org>
19790
19791 Add aliases for encrypting mail.
19792 * epa.el (epa-mail-aliases): New option.
19793 * epa-mail.el (epa-mail-encrypt): Rewrite to be callable from programs.
19794 Bind inhibit-read-only so read-only text doesn't ruin everything.
19795 (epa-mail-default-recipients): New subroutine broken out.
19796 Handle epa-mail-aliases.
19797
19798 2013-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
19799
19800 Add support for lexical variables to the debugger's `e' command.
19801 * emacs-lisp/debug.el (debug): Don't let-bind the debugger-outer-*
19802 vars, except for debugger-outer-match-data.
19803 (debugger-frame-number): Move check for "on a function call" from
19804 callers into it. Add `skip-base' argument.
19805 (debugger-frame, debugger-frame-clear): Simplify accordingly.
19806 (debugger-env-macro): Only reset the state stored in non-variables,
19807 i.e. current-buffer and match-data.
19808 (debugger-eval-expression): Rewrite using backtrace-eval.
19809 * subr.el (internal--called-interactively-p--get-frame): Remove.
19810 (called-interactively-p):
19811 * emacs-lisp/edebug.el (edebug--called-interactively-skip): Use the new
19812 `base' arg of backtrace-frame instead.
19813
19814 2013-07-26 Glenn Morris <rgm@gnu.org>
19815
19816 * align.el (align-regexp): Doc fix. (Bug#14857)
19817 (align-region): Explicit error if subexpression missing/does not match.
19818
19819 * simple.el (global-visual-line-mode):
19820 Do not duplicate the mode lighter. (Bug#14858)
19821
19822 2013-07-25 Martin Rudalics <rudalics@gmx.at>
19823
19824 * window.el (display-buffer): In display-buffer bind
19825 split-window-keep-point to t, bug#14829.
19826
19827 2013-07-25 Juanma Barranquero <lekktu@gmail.com>
19828
19829 * desktop.el: Rename internal "desktop-X" frame params to "desktop--X".
19830 (desktop-filter-parameters-alist, desktop--filter-restore-desktop-parm)
19831 (desktop--filter-save-desktop-parm, desktop--process-minibuffer-frames)
19832 (desktop--select-frame, desktop--sort-states, desktop-restore-frames):
19833 Change accordingly.
19834 (desktop--select-frame, desktop--sort-states, desktop-restore-frames):
19835 Use pcase-let, pcase-let* to deobfuscate access to desktop--mini values.
19836
19837 2013-07-25 Glenn Morris <rgm@gnu.org>
19838
19839 * dired-x.el (dired-mark-extension): Convert comment to doc string.
19840
19841 2013-07-25 Juanma Barranquero <lekktu@gmail.com>
19842
19843 * desktop.el (desktop--make-frame): Do not pass the `fullscreen'
19844 parameter to modify-frame-parameters if the value has not changed;
19845 this is a workaround for bug#14949.
19846 (desktop--make-frame): On cl-delete-if call, check parameter name,
19847 not full parameter.
19848
19849 2013-07-30 Xue Fuqiao <xfq.free@gmail.com>
19850
19851 * vc/vc.el (vc-ignore): New function.
19852
19853 * vc/vc-svn.el (vc-svn-ignore): New function.
19854
19855 * vc/vc-hg.el (vc-hg-ignore): New function.
19856
19857 * vc/vc-git.el (vc-git-ignore): New function.
19858
19859 * vc/vc-dir.el (vc-dir-mode-map): Add key binding for vc-dir-ignore
19860 (vc-dir-ignore): New function.
19861
19862 * vc/vc-cvs.el (vc-cvs-ignore): New function.
19863 (cvs-append-to-ignore): Move here from pcvs.el.
19864
19865 * vc/vc-bzr.el (vc-bzr-ignore): New function.
19866
19867 * vc/pcvs.el (vc-cvs): Require 'vc-cvs.
19868
19869 2013-07-24 Juanma Barranquero <lekktu@gmail.com>
19870
19871 * desktop.el (desktop-restoring-frames-p): Return a true boolean.
19872 (desktop-restore-frames): Warn when deleting an existing frame failed.
19873
19874 2013-07-24 Glenn Morris <rgm@gnu.org>
19875
19876 * ffap.el (ffap-machine-p): Handle "not known" response. (Bug#14929)
19877
19878 2013-07-24 Michael Albinus <michael.albinus@gmx.de>
19879
19880 * filenotify.el (file-notify-supported-p):
19881 * net/tramp-sh.el (tramp-sh-handle-file-notify-supported-p):
19882 Remove functions.
19883
19884 * autorevert.el (auto-revert-use-notify)
19885 (auto-revert-notify-add-watch):
19886 * net/tramp.el (tramp-file-name-for-operation):
19887 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
19888 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
19889 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
19890 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
19891 Remove `file-notify-supported-p' entry.
19892
19893 2013-07-24 Glenn Morris <rgm@gnu.org>
19894
19895 * printing.el: Replace all uses of deleted ps-windows-system,
19896 ps-lp-system, ps-flatten-list with lpr- versions.
19897
19898 2013-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
19899
19900 * emacs-lisp/pcase.el (pcase--u1): Verify if self-quoting values can be
19901 checked with memq (bug#14935).
19902
19903 * files.el (revert-buffer-function): Use a non-nil default.
19904 (revert-buffer-preserve-modes): Declare var to
19905 provide access to the `preserve-modes' argument.
19906 (revert-buffer): Let-bind it.
19907 (revert-buffer--default): New function, extracted from revert-buffer.
19908
19909 2013-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
19910
19911 * lpr.el: Signal print errors more prominently.
19912 (print-region-function): Don't default to nil.
19913 (lpr-print-region): New function, extracted from print-region-1.
19914 Check lpr's return value and signal an error in case of problem.
19915 (print-region-1): Use it.
19916 * ps-print.el (ps-windows-system, ps-lp-system): Remove. Use the lpr-*
19917 versions instead.
19918 (ps-printer-name): Default to nil.
19919 (ps-printer-name-option): Default to lpr-printer-switch.
19920 (ps-print-region-function): Don't default to nil.
19921 (ps-postscript-code-directory): Simplify default.
19922 (ps-do-despool): Use lpr-print-region to properly check the outcome.
19923 (ps-string-list, ps-eval-switch, ps-flatten-list)
19924 (ps-flatten-list-1): Remove.
19925 (ps-multibyte-buffer): Avoid setq.
19926 * dos-w32.el (direct-print-region-helper): Use proper regexp operators.
19927 (print-region-function, ps-print-region-function): Don't set them here.
19928
19929 2013-07-24 Xue Fuqiao <xfq.free@gmail.com>
19930
19931 * ido.el (ido-fractionp, ido-cache-ftp-work-directory-time)
19932 (ido-max-prospects, ido-mode, ido-max-file-prompt-width)
19933 (ido-unc-hosts-cache, ido-max-directory-size, ido-max-dir-file-cache)
19934 (ido-decorations): Doc fix.
19935
19936 * ansi-color.el: Fix old URL.
19937
19938 2013-07-23 Michael R. Mauger <michael@mauger.com>
19939
19940 * progmodes/sql.el: Version 3.3
19941 (sql-product-alist): Improve oracle :prompt-cont-regexp.
19942 (sql-starts-with-prompt-re, sql-ends-with-prompt-re): New functions.
19943 (sql-interactive-remove-continuation-prompt): Rewrite, use
19944 functions above. Fix continuation prompt and complete output line
19945 handling.
19946 (sql-redirect-one, sql-execute): Use `read-only-mode' on
19947 redirected output buffer.
19948 (sql-mode): Restore deleted code (Bug#13591).
19949
19950 2013-07-23 Juanma Barranquero <lekktu@gmail.com>
19951
19952 * desktop.el (desktop-clear, desktop-list*): Fix previous change.
19953
19954 2013-07-23 Michael Albinus <michael.albinus@gmx.de>
19955
19956 * net/tramp.el (tramp-handle-file-notify-add-watch): New defun.
19957
19958 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
19959 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
19960 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Use it.
19961
19962 2013-07-23 Juanma Barranquero <lekktu@gmail.com>
19963
19964 * desktop.el (desktop-clear): Simplify; remove useless checks
19965 against invalid buffer names.
19966 (desktop-list*): Use cl-list*.
19967 (desktop-buffer-info, desktop-create-buffer): Simplify.
19968
19969 2013-07-23 Leo Liu <sdl.web@gmail.com>
19970
19971 * bookmark.el (bookmark-make-record): Restore NAME as a default
19972 value. (Bug#14933)
19973
19974 2013-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
19975
19976 * emacs-lisp/autoload.el (autoload--setup-output): New function,
19977 extracted from autoload--insert-text.
19978 (autoload--insert-text): Remove.
19979 (autoload--print-cookie-text): New function, extracted from
19980 autoload--insert-cookie-text.
19981 (autoload--insert-cookie-text): Remove.
19982 (autoload-generate-file-autoloads): Adjust calls accordingly.
19983
19984 * winner.el (winner-hook-installed-p): Remove.
19985 (winner-mode): Simplify accordingly.
19986
19987 * subr.el (add-to-list): Fix compiler-macro when `append' is
19988 not constant. Don't use `cl-member' for the base case.
19989
19990 * progmodes/subword.el: Fix boundary case (bug#13758).
19991 (subword-forward-regexp): Make it a constant. Wrap optional \\W in its
19992 own group.
19993 (subword-backward-regexp): Make it a constant.
19994 (subword-forward-internal): Don't treat a trailing capital as the
19995 beginning of a word.
19996
19997 2013-07-22 Ari Roponen <ari.roponen@gmail.com> (tiny change)
19998
19999 * emacs-lisp/package.el (package-menu-mode): Don't modify the
20000 global value of tabulated-list-revert-hook (bug#14930).
20001
20002 2013-07-22 Juanma Barranquero <lekktu@gmail.com>
20003
20004 * desktop.el: Require 'cl-lib.
20005 (desktop-before-saving-frames-functions): New hook.
20006 (desktop--process-minibuffer-frames): Set desktop-mini parameter only
20007 for frames being saved. Rename from desktop--save-minibuffer-frames.
20008 (desktop-save-frames): Run hook desktop-before-saving-frames-functions.
20009 Do not save frames with non-nil `desktop-dont-save' parameter.
20010 Filter out deleted frames.
20011 (desktop--find-frame): Use cl-find-if.
20012 (desktop--select-frame): Use cl-(first|second|third) to access values
20013 of desktop-mini.
20014 (desktop--make-frame): Use cl-delete-if.
20015 (desktop--sort-states): Fix sorting of minibuffer-owning frames.
20016 (desktop-restore-frames): Use cl-(first|second|third) to access values
20017 of desktop-mini. Look for visible frame at the end, not while
20018 restoring frames.
20019
20020 * dired-x.el (dired-mark-unmarked-files, dired-virtual)
20021 (dired-guess-default, dired-mark-sexp, dired-filename-at-point):
20022 Use string-match-p, looking-at-p (bug#14927).
20023
20024 2013-07-21 Juanma Barranquero <lekktu@gmail.com>
20025
20026 * desktop.el (desktop-saved-frame-states):
20027 Rename from desktop--saved-states; all users changed.
20028 (desktop-save-frames): Rename from desktop--save-frames.
20029 Do not save state to desktop file.
20030 (desktop-save): Save desktop-saved-frame-states to desktop file
20031 and reset to nil.
20032 (desktop-restoring-frames-p): New function.
20033 (desktop-restore-frames): Use it. Rename from desktop--restore-frames.
20034 (desktop-read): Use desktop-restoring-frames-p. Do not try to fix
20035 buffer-lists when restoring frames. Suggested by Martin Rudalics.
20036
20037 * desktop.el: Correctly restore iconified frames.
20038 (desktop--filter-iconified-position): New function.
20039 (desktop-filter-parameters-alist): Add entries for `top' and `left'.
20040
20041 2013-07-20 Glenn Morris <rgm@gnu.org>
20042
20043 * progmodes/gdb-mi.el (gdb-delete-handler, gdb-stopped):
20044 Let `message' do the formatting.
20045 (def-gdb-preempt-display-buffer): Add explicit format.
20046
20047 * image-dired.el (image-dired-track-original-file):
20048 Use with-current-buffer.
20049 (image-dired-track-thumbnail): Use with-current-buffer.
20050 Avoid changing point of wrong window.
20051
20052 * image-dired.el (image-dired-track-original-file):
20053 Avoid changing point of wrong window. (Bug#14909)
20054
20055 2013-07-20 Richard Copley <rcopley@gmail.com> (tiny change)
20056
20057 * progmodes/gdb-mi.el (gdb-done-or-error):
20058 Guard against "%" in gdb output. (Bug#14127)
20059
20060 2013-07-20 Andreas Schwab <schwab@linux-m68k.org>
20061
20062 * progmodes/sh-script.el (sh-read-variable): Remove interactive spec.
20063 (Bug#14826)
20064
20065 * international/mule.el (coding-system-iso-2022-flags): Fix last
20066 change.
20067
20068 2013-07-20 Kenichi Handa <handa@gnu.org>
20069
20070 * international/mule.el (coding-system-iso-2022-flags):
20071 Add `8-bit-level-4'. (Bug#8522)
20072
20073 2013-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
20074
20075 * net/shr.el (shr-mouse-browse-url): New command and keystroke
20076 (bug#14815).
20077
20078 * net/eww.el (eww-process-text-input): Allow inputting when the
20079 point is at the start of the line, as the properties aren't
20080 front-sticky.
20081
20082 * net/shr.el (shr-make-table-1): Ensure that we don't infloop on
20083 degenerate widths.
20084
20085 2013-07-19 Richard Stallman <rms@gnu.org>
20086
20087 * epa.el (epa-popup-info-window): Doc fix.
20088
20089 * subr.el (split-string): New arg TRIM.
20090
20091 2013-07-18 Juanma Barranquero <lekktu@gmail.com>
20092
20093 * frame.el (blink-cursor-timer-function, blink-cursor-suspend):
20094 Add check for W32 (followup to 2013-07-16T11:41:06Z!jan.h.d@swipnet.se).
20095
20096 2013-07-18 Michael Albinus <michael.albinus@gmx.de>
20097
20098 * filenotify.el (file-notify--library): Rename from
20099 `file-notify-support'. Do not autoload. Adapt all uses.
20100 (file-notify-supported-p): New defun.
20101
20102 * autorevert.el (auto-revert-use-notify):
20103 Use `file-notify-supported-p' instead of `file-notify-support'.
20104 Adapt docstring.
20105 (auto-revert-notify-add-watch): Use `file-notify-supported-p'.
20106
20107 * net/tramp.el (tramp-file-name-for-operation):
20108 Add `file-notify-supported-p'.
20109
20110 * net/tramp-sh.el (tramp-sh-handle-file-notify-supported-p):
20111 New defun.
20112 (tramp-sh-file-name-handler-alist): Add it as handler for
20113 `file-notify-supported-p '.
20114
20115 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
20116 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
20117 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
20118 Add `ignore' as handler for `file-notify-*' functions.
20119
20120 2013-07-17 Eli Zaretskii <eliz@gnu.org>
20121
20122 * simple.el (line-move-partial, line-move): Don't start vscroll or
20123 scroll-up if the current line is not taller than the window.
20124 (Bug#14881)
20125
20126 2013-07-16 Dmitry Gutov <dgutov@yandex.ru>
20127
20128 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Do not
20129 highlight question marks in the method names as strings.
20130 (ruby-block-beg-keywords): Inline.
20131 (ruby-font-lock-keyword-beg-re): Extract from
20132 `ruby-font-lock-keywords'.
20133
20134 2013-07-16 Jan Djärv <jan.h.d@swipnet.se>
20135
20136 * frame.el (blink-cursor-blinks): New defcustom.
20137 (blink-cursor-blinks-done): New defvar.
20138 (blink-cursor-start): Set blink-cursor-blinks-done to 1.
20139 (blink-cursor-timer-function): Check if number of blinks has been
20140 done on X and NS.
20141 (blink-cursor-suspend, blink-cursor-check): New defuns.
20142
20143 2013-07-15 Glenn Morris <rgm@gnu.org>
20144
20145 * edmacro.el (edmacro-format-keys): Fix previous change.
20146
20147 2013-07-15 Paul Eggert <eggert@cs.ucla.edu>
20148
20149 * shell.el (explicit-bash-args): Remove obsolete hack for Bash 1.x.
20150 The hack didn't work outside English locales anyway.
20151
20152 2013-07-15 Juanma Barranquero <lekktu@gmail.com>
20153
20154 * simple.el (define-alternatives): Rename from alternatives-define,
20155 per RMS' suggestion.
20156
20157 2013-07-14 Juanma Barranquero <lekktu@gmail.com>
20158
20159 * desktop.el (desktop-restore-frames): Change default to t.
20160 (desktop-restore-in-current-display): Now offer more options.
20161 (desktop-restoring-reuses-frames): New customization option.
20162 (desktop--saved-states): Doc fix.
20163 (desktop-filter-parameters-alist): New variable, renamed and expanded
20164 from desktop--excluded-frame-parameters.
20165 (desktop--target-display): New variable.
20166 (desktop-switch-to-gui-p, desktop-switch-to-tty-p)
20167 (desktop--filter-tty*, desktop--filter-*-color)
20168 (desktop--filter-minibuffer, desktop--filter-restore-desktop-parm)
20169 (desktop--filter-save-desktop-parm)
20170 (desktop-restore-in-original-display-p): New functions.
20171 (desktop--filter-frame-parms): Use new desktop-filter-parameters-alist.
20172 (desktop--save-minibuffer-frames): New function, inspired by a similar
20173 function from Martin Rudalics.
20174 (desktop--save-frames): Call it; play nice with desktop-globals-to-save.
20175 (desktop--restore-in-this-display-p): Remove.
20176 (desktop--find-frame): Rename from desktop--find-frame-in-display
20177 and add predicate argument.
20178 (desktop--make-full-frame): Remove, integrated into desktop--make-frame.
20179 (desktop--reuse-list): New variable.
20180 (desktop--select-frame, desktop--make-frame, desktop--sort-states):
20181 New functions.
20182 (desktop--restore-frames): Add support for "minibuffer-special" frames.
20183
20184 2013-07-14 Michael Albinus <michael.albinus@gmx.de>
20185
20186 * net/tramp-sh.el (tramp-sh-handle-vc-registered): Use `ignore-error'.
20187
20188 2013-07-13 Dmitry Gutov <dgutov@yandex.ru>
20189
20190 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
20191 Highlight conversion methods on Kernel.
20192
20193 2013-07-13 Alan Mackenzie <acm@muc.de>
20194
20195 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Label CASE 13
20196 and comment it out. This out-commenting enables certain C++
20197 declarations to be parsed correctly.
20198
20199 2013-07-13 Eli Zaretskii <eliz@gnu.org>
20200
20201 * international/mule.el (define-coding-system): Doc fix.
20202
20203 * simple.el (default-font-height): Don't call font-info if the
20204 frame's default font didn't change since the frame was created.
20205 (Bug#14838)
20206
20207 2013-07-13 Leo Liu <sdl.web@gmail.com>
20208
20209 * ido.el (ido-read-file-name): Guard against non-symbol value.
20210
20211 2013-07-13 Fabián Ezequiel Gallina <fgallina@gnu.org>
20212
20213 * progmodes/python.el (python-imenu--build-tree): Fix corner case
20214 in nested defuns.
20215
20216 2013-07-13 Leo Liu <sdl.web@gmail.com>
20217
20218 * ido.el (ido-exhibit): Handle ido-enter-matching-directory before
20219 ido-set-matches call. (Bug#6852)
20220
20221 2013-07-12 Dmitry Gutov <dgutov@yandex.ru>
20222
20223 * progmodes/ruby-mode.el (ruby-percent-literals-beg-re)
20224 (ruby-syntax-expansion-allowed-p): Support array of symbols, for
20225 Ruby 2.0.
20226 (ruby-font-lock-keywords): Distinguish calls to functions with
20227 module-like names from module references. Highlight character
20228 literals.
20229
20230 2013-07-12 Sergio Durigan Junior <sergiodj@riseup.net> (tiny change)
20231
20232 * progmodes/gdb-mi.el (gdb-strip-string-backslash): New function.
20233 (gdb-send): Handle continued commands. (Bug#14847)
20234
20235 2013-07-12 Juanma Barranquero <lekktu@gmail.com>
20236
20237 * desktop.el (desktop--v2s): Remove unused local variable.
20238 (desktop-save-buffer): Make defvar-local; adjust docstring.
20239 (desktop-auto-save-timeout, desktop-owner): Use ignore-errors.
20240 (desktop-clear, desktop-save-buffer-p): Use string-match-p.
20241
20242 2013-07-12 Andreas Schwab <schwab@linux-m68k.org>
20243
20244 * emacs-lisp/map-ynp.el (map-y-or-n-p): Fix last change.
20245
20246 2013-07-12 Eli Zaretskii <eliz@gnu.org>
20247
20248 * simple.el (next-line, previous-line): Document TRY-VSCROLL and ARG.
20249 (Bug#14842)
20250
20251 2013-07-12 Glenn Morris <rgm@gnu.org>
20252
20253 * doc-view.el: Require cl-lib at runtime too.
20254 (doc-view-remove-if): Remove.
20255 (doc-view-search-next-match, doc-view-search-previous-match):
20256 Use cl-remove-if.
20257
20258 * edmacro.el: Require cl-lib at runtime too.
20259 (edmacro-format-keys, edmacro-parse-keys): Use cl-mismatch, cl-subseq.
20260 (edmacro-mismatch, edmacro-subseq): Remove.
20261
20262 * shadowfile.el: Require cl-lib.
20263 (shadow-remove-if): Remove.
20264 (shadow-set-cluster, shadow-shadows-of-1, shadow-remove-from-todo):
20265 Use cl-remove-if.
20266
20267 * wid-edit.el: Require cl-lib.
20268 (widget-choose): Use cl-remove-if.
20269 (widget-remove-if): Remove.
20270
20271 * progmodes/ebrowse.el: Require cl-lib at runtime too.
20272 (ebrowse-delete-if-not): Remove.
20273 (ebrowse-browser-buffer-list, ebrowse-member-buffer-list)
20274 (ebrowse-tree-buffer-list, ebrowse-same-tree-member-buffer-list):
20275 Use cl-delete-if-not.
20276
20277 2013-07-12 Juanma Barranquero <lekktu@gmail.com>
20278
20279 * emacs-lisp/cl-macs.el (cl-multiple-value-bind, cl-multiple-value-setq)
20280 (cl-the, cl-declare, cl-defstruct): Fix typos in docstrings.
20281
20282 2013-07-12 Leo Liu <sdl.web@gmail.com>
20283
20284 * ido.el (dired-do-copy, dired): Set 'ido property. (Bug#11954)
20285
20286 2013-07-11 Glenn Morris <rgm@gnu.org>
20287
20288 * emacs-lisp/edebug.el: Require cl-lib at run-time too.
20289 (edebug-gensym-index, edebug-gensym):
20290 Remove reimplementation of cl-gensym.
20291 (edebug-make-enter-wrapper, edebug-make-form-wrapper): Use cl-gensym.
20292
20293 * thumbs.el: Require cl-lib at run-time too.
20294 (thumbs-gensym-counter, thumbs-gensym):
20295 Remove reimplementation of cl-gensym.
20296 (thumbs-temp-file): Use cl-gensym.
20297
20298 * emacs-lisp/ert.el: Require cl-lib at runtime too.
20299 (ert--cl-do-remf, ert--remprop, ert--remove-if-not)
20300 (ert--intersection, ert--set-difference, ert--set-difference-eq)
20301 (ert--union, ert--gensym-counter, ert--gensym-counter)
20302 (ert--coerce-to-vector, ert--remove*, ert--string-position)
20303 (ert--mismatch, ert--subseq): Remove reimplementations of cl funcs.
20304 (ert-make-test-unbound, ert--expand-should-1)
20305 (ert--expand-should, ert--should-error-handle-error)
20306 (should-error, ert--explain-equal-rec)
20307 (ert--plist-difference-explanation, ert-select-tests)
20308 (ert--make-stats, ert--remove-from-list, ert--string-first-line):
20309 Use cl-lib functions rather than reimplementations.
20310
20311 2013-07-11 Michael Albinus <michael.albinus@gmx.de>
20312
20313 * net/tramp.el (tramp-methods): Extend docstring.
20314 (tramp-connection-timeout): New defcustom.
20315 (tramp-error-with-buffer): Reset timestamp only when appropriate.
20316 (with-tramp-progress-reporter): Simplify.
20317 (tramp-process-actions): Improve messages.
20318
20319 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
20320 * net/tramp-sh.el (tramp-maybe-open-connection):
20321 Use `tramp-connection-timeout'.
20322 (tramp-methods) <su, sudo, ksu>: Add method specific timeouts.
20323 (Bug#14808)
20324
20325 2013-07-11 Leo Liu <sdl.web@gmail.com>
20326
20327 * ido.el (ido-read-file-name): Conform to the requirements of
20328 read-file-name. (Bug#11861)
20329 (ido-read-directory-name): Conform to the requirements of
20330 read-directory-name.
20331
20332 2013-07-11 Juanma Barranquero <lekktu@gmail.com>
20333
20334 * subr.el (delay-warning): New function.
20335
20336 2013-07-10 Eli Zaretskii <eliz@gnu.org>
20337
20338 * simple.el (default-line-height): New function.
20339 (line-move-partial, line-move): Use it instead of computing the
20340 line height inline.
20341 (line-move-partial): Always compute ROWH. If the last line is
20342 partially-visible, but its text is completely visible, allow
20343 cursor to enter such a partially-visible line.
20344
20345 2013-07-10 Michael Albinus <michael.albinus@gmx.de>
20346
20347 Improve error messages. (Bug#14808)
20348
20349 * net/tramp.el (tramp-current-connection): New defvar, moved from
20350 tramp-sh.el.
20351 (tramp-message-show-progress-reporter-message): Remove, not
20352 needed anymore.
20353 (tramp-error-with-buffer): Show message in minibuffer.
20354 Discard input before waiting. Reset connection timestamp.
20355 (with-tramp-progress-reporter): Improve messages.
20356 (tramp-process-actions): Use progress reporter. Delete process in
20357 case of error. Improve messages.
20358
20359 * net/tramp-sh.el (tramp-barf-if-no-shell-prompt): Use condition-case.
20360 Call `tramp-error-with-buffer' with vector and buffer.
20361 (tramp-current-connection): Remove.
20362 (tramp-maybe-open-connection): The car of
20363 `tramp-current-connection' are the first 3 slots of the vector.
20364
20365 2013-07-10 Teodor Zlatanov <tzz@lifelogs.com>
20366
20367 * progmodes/cfengine.el (cfengine3-indent-line): Do not indent
20368 inside continued strings.
20369
20370 2013-07-10 Paul Eggert <eggert@cs.ucla.edu>
20371
20372 Timestamp fixes for undo (Bug#14824).
20373 * files.el (clear-visited-file-modtime): Move here from fileio.c.
20374
20375 2013-07-10 Leo Liu <sdl.web@gmail.com>
20376
20377 * files.el (require-final-newline): Allow safe local value.
20378 (Bug#14834)
20379
20380 2013-07-09 Leo Liu <sdl.web@gmail.com>
20381
20382 * ido.el (ido-read-directory-name): Handle fallback.
20383 (ido-read-file-name): Update DIR to ido-current-directory.
20384 (Bug#1516)
20385 (ido-add-virtual-buffers-to-list): Robustify. (Bug#14552)
20386
20387 2013-07-09 Dmitry Gutov <dgutov@yandex.ru>
20388
20389 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Remove extra
20390 "autoload". Remove "warn lower camel case" section, previously
20391 commented out. Highlight negation char. Do not highlight the
20392 target in singleton method definitions.
20393
20394 2013-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
20395
20396 * faces.el (tty-setup-hook): Declare the hook.
20397
20398 * emacs-lisp/pcase.el (pcase--split-pred): Add `vars' argument to try
20399 and detect when a guard/pred depends on local vars (bug#14773).
20400 (pcase--u1): Adjust caller.
20401
20402 2013-07-08 Eli Zaretskii <eliz@gnu.org>
20403
20404 * simple.el (line-move-partial, line-move): Account for
20405 line-spacing.
20406 (line-move-partial): Avoid setting vscroll when the last
20407 partially-visible line in window is of default height.
20408
20409 2013-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
20410
20411 * net/shr.el (shr-map): Reinstate the `u' key binding, since it's
20412 been used a while.
20413
20414 2013-07-07 Juanma Barranquero <lekktu@gmail.com>
20415
20416 * subr.el (read-quoted-char): Remove unused local variable `char'.
20417
20418 2013-07-07 Michael Kifer <kifer@cs.stonybrook.edu>
20419
20420 * vc/ediff.el (ediff-version): Version update.
20421 (ediff-files-command, ediff3-files-command, ediff-merge-command)
20422 (ediff-merge-with-ancestor-command, ediff-directories-command)
20423 (ediff-directories3-command, ediff-merge-directories-command)
20424 (ediff-merge-directories-with-ancestor-command): New functions.
20425 All are command-line interfaces to ediff: to facilitate calling
20426 Emacs with the appropriate ediff functions invoked.
20427
20428 * emulation/viper-cmd.el (viper-del-forward-char-in-insert):
20429 New function.
20430 (viper-save-kill-buffer): Check if buffer is modified.
20431
20432 * emulation/viper.el (viper-version): Version update.
20433 (viper-emacs-state-mode-list): Add egg-status-buffer-mode.
20434
20435 2013-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
20436
20437 * faces.el (tty-run-terminal-initialization): Run new tty-setup-hook.
20438 * emulation/viper-cmd.el (viper-envelop-ESC-key): Remove function.
20439 (viper-intercept-ESC-key): Simplify.
20440 * emulation/viper-keym.el (viper-ESC-key): Make it a constant,
20441 don't use kbd.
20442 * emulation/viper.el (viper--tty-ESC-filter, viper--lookup-key)
20443 (viper-catch-tty-ESC, viper-uncatch-tty-ESC)
20444 (viper-setup-ESC-to-escape): New functions.
20445 (viper-go-away, viper-set-hooks): Call viper-setup-ESC-to-escape.
20446 (viper-set-hooks): Do not modify flyspell-mode-hook. (Bug#13793)
20447
20448 2013-07-07 Eli Zaretskii <eliz@gnu.org>
20449
20450 * simple.el (default-font-height, window-screen-lines):
20451 New functions.
20452 (line-move, line-move-partial): Use them instead of
20453 frame-char-height and window-text-height. This makes scrolling
20454 text smoother when the buffer's default face uses a font that is
20455 different from the frame's default font.
20456
20457 2013-07-06 Jan Djärv <jan.h.d@swipnet.se>
20458
20459 * files.el (write-file): Do not display confirm dialog for NS,
20460 it does its own dialog, which can't be canceled (Bug#14578).
20461
20462 2013-07-06 Eli Zaretskii <eliz@gnu.org>
20463
20464 * simple.el (line-move-partial): Adjust the row returned by
20465 posn-at-point for the current window-vscroll. (Bug#14567)
20466
20467 2013-07-06 Michael Albinus <michael.albinus@gmx.de>
20468
20469 * net/tramp-sh.el (tramp-sh-file-gvfs-monitor-dir-process-filter)
20470 (tramp-sh-file-inotifywait-process-filter): Handle file names with
20471 spaces.
20472
20473 2013-07-06 Martin Rudalics <rudalics@gmx.at>
20474
20475 * window.el (window-state-put-stale-windows): New variable.
20476 (window--state-put-2): Save list of windows without matching buffer.
20477 (window-state-put): Remove "bufferless" windows if possible.
20478
20479 2013-07-06 Juanma Barranquero <lekktu@gmail.com>
20480
20481 * simple.el (alternatives-define): Remove leftover :group keyword.
20482 Tweak docstring.
20483
20484 2013-07-06 Leo Liu <sdl.web@gmail.com>
20485
20486 * ido.el (ido-use-virtual-buffers): Allow new value 'auto.
20487 (ido-enable-virtual-buffers): New variable.
20488 (ido-buffer-internal, ido-toggle-virtual-buffers)
20489 (ido-make-buffer-list): Use it.
20490 (ido-exhibit): Support turning on and off virtual buffers
20491 automatically.
20492
20493 2013-07-06 Juanma Barranquero <lekktu@gmail.com>
20494
20495 * simple.el (alternatives-define): New macro.
20496
20497 2013-07-06 Stefan Monnier <monnier@iro.umontreal.ca>
20498
20499 * subr.el (read-quoted-char): Use read-key.
20500 (sit-for): Let read-event decode tty input (bug#14782).
20501
20502 2013-07-05 Stephen Berman <stephen.berman@gmx.net>
20503
20504 * calendar/todo-mode.el: Add handling of file deletion, both by
20505 mode command and externally. Fix various related bugs.
20506 Clarify Commentary and improve some documentation strings and code.
20507 (todo-delete-file): New command.
20508 (todo-check-file): New function.
20509 (todo-show): Handle external deletion of the file we're trying to
20510 show (bug#14688). Replace called-interactively-p by an optional
20511 prefix argument to avoid problematic interaction with catch form
20512 when byte compiled (bug#14702).
20513 (todo-quit): Handle external deletion of the archive's todo file.
20514 Make sure the buffer that was visiting the archive file is still
20515 live before trying to bury it.
20516 (todo-category-completions): Handle external deletion of any
20517 category completion files.
20518 (todo-jump-to-category, todo-basic-insert-item): Recalculate list
20519 of todo files, in case of external deletion.
20520 (todo-add-file): Replace unnecessary setq by let-binding.
20521 (todo-find-archive): Check whether there are any archives.
20522 Replace unnecessary setq by let-binding.
20523 (todo-archive-done-item): Use find-file-noselect to get the
20524 archive buffer whether or not the archive already exists.
20525 Remove superfluous code. Use file size instead of buffer-file-name to
20526 check if the archive is new; if it is, update list of archives.
20527 (todo-default-todo-file): Allow nil to be a valid value for when
20528 there are no todo files.
20529 (todo-reevaluate-default-file-defcustom): Use corrected definition
20530 of todo-default-todo-file.
20531 (todo-key-bindings-t+a+f): Add key binding for todo-delete-file.
20532 (todo-delete-category, todo-show-categories-table)
20533 (todo-category-number): Clarify comment.
20534 (todo-filter-items): Clarify documentation string.
20535 (todo-show-current-file, todo-display-as-todo-file)
20536 (todo-reset-and-enable-done-separator): Tweak documentation string.
20537 (todo-done-separator): Make separator length window-width, since
20538 bug#2749 is now fixed.
20539
20540 2013-07-05 Michael Albinus <michael.albinus@gmx.de>
20541
20542 * net/tramp-sh.el (tramp-sh-handle-file-notify-add-watch):
20543 Support both "gvfs-monitor-dir" and "inotifywait".
20544 (tramp-sh-file-inotifywait-process-filter): Rename from
20545 `tramp-sh-file-notify-process-filter'.
20546 (tramp-sh-file-gvfs-monitor-dir-process-filter)
20547 (tramp-get-remote-gvfs-monitor-dir): New defuns.
20548
20549 2013-07-05 Leo Liu <sdl.web@gmail.com>
20550
20551 * autoinsert.el (auto-insert-alist): Default to lexical-binding.
20552
20553 2013-07-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20554
20555 * frame.el (display-pixel-height, display-pixel-width)
20556 (display-mm-height, display-mm-width): Mention behavior on
20557 multi-monitor setups in docstrings.
20558 (w32-display-monitor-attributes-list): Declare function.
20559 (display-monitor-attributes-list): Use it.
20560
20561 2013-07-04 Michael Albinus <michael.albinus@gmx.de>
20562
20563 * filenotify.el: New package.
20564
20565 * autorevert.el (top): Require filenotify.el.
20566 (auto-revert-notify-enabled): Remove. Use `file-notify-support'
20567 instead.
20568 (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
20569 (auto-revert-notify-handler): Use `file-notify-*' functions.
20570
20571 * subr.el (file-notify-handle-event): Move function to filenotify.el.
20572
20573 * net/tramp.el (tramp-file-name-for-operation):
20574 Handle `file-notify-add-watch' and `file-notify-rm-watch'.
20575
20576 * net/tramp-sh.el (tramp-sh-file-name-handler-alist): Add handler
20577 for `file-notify-add-watch' and `file-notify-rm-watch'.
20578 (tramp-process-sentinel): Improve trace.
20579 (tramp-sh-handle-file-notify-add-watch)
20580 (tramp-sh-file-notify-process-filter)
20581 (tramp-sh-handle-file-notify-rm-watch)
20582 (tramp-get-remote-inotifywait): New defuns.
20583
20584 2013-07-03 Juri Linkov <juri@jurta.org>
20585
20586 * buff-menu.el (Buffer-menu-multi-occur): Add args and move the
20587 call of `occur-read-primary-args' to interactive spec.
20588
20589 * ibuffer.el (ibuffer-mode-map): Bind "M-s a C-o" to
20590 `ibuffer-do-occur' like in buff-menu.el. (Bug#14673)
20591
20592 2013-07-03 Matthias Meulien <orontee@gmail.com>
20593
20594 * buff-menu.el (Buffer-menu-mode-map): Bind "M-s a C-o" to
20595 `Buffer-menu-multi-occur'. Add it to the menu.
20596 (Buffer-menu-mode): Document it in docstring.
20597 (Buffer-menu-multi-occur): New command. (Bug#14673)
20598
20599 2013-07-03 Dmitry Gutov <dgutov@yandex.ru>
20600
20601 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Highlight more
20602 keywords and built-ins.
20603
20604 2013-07-03 Glenn Morris <rgm@gnu.org>
20605
20606 * subr.el (y-or-n-p): Handle empty prompts. (Bug#14770)
20607
20608 Make info-xref checks case-sensitive by default
20609 * info.el (Info-find-node, Info-find-in-tag-table)
20610 (Info-find-node-in-buffer, Info-find-node-2, Info-goto-node):
20611 Add option for exact case matching of nodes.
20612 * info-xref.el (info-xref): New custom group.
20613 (info-xref-case-fold): New option.
20614 (info-xref-goto-node-p): Pass info-xref-case-fold to Info-goto-node.
20615
20616 2013-07-03 Leo Liu <sdl.web@gmail.com>
20617
20618 * ido.el (ido-delete-file-at-head): Respect delete-by-moving-to-trash.
20619
20620 2013-07-03 Dmitry Gutov <dgutov@yandex.ru>
20621
20622 * progmodes/ruby-mode.el (ruby-move-to-block): When we're at a
20623 middle of block statement initially, lower the depth. Remove
20624 FIXME comment, not longer valid. Remove middle of block statement
20625 detection, no need to do that anymore since we've been using
20626 `ruby-parse-region' here.
20627
20628 2013-07-02 Jan Djärv <jan.h.d@swipnet.se>
20629
20630 * term/ns-win.el (display-format-alist): Use .* (Bug#14765).
20631
20632 2013-07-01 Katsumi Yamaoka <yamaoka@jpl.org>
20633
20634 * wid-edit.el (widget-default-get): Don't modify widget (Bug#14738).
20635
20636 2013-07-01 Juanma Barranquero <lekktu@gmail.com>
20637
20638 * desktop.el (desktop-restore-frames): Rename from desktop-save-windows.
20639 (desktop-restore-in-current-display): New customization option.
20640 (desktop--excluded-frame-parameters): Add `font'.
20641 (desktop--save-frames): Rename from desktop--save-windows.
20642 (desktop--restore-in-this-display-p): New function.
20643 (desktop--make-full-frame): Remove unwanted width/height from
20644 full(width|height) frames.
20645 (desktop--restore-frames): Rename from desktop--restore-windows.
20646 Obey desktop-restore-current-display. Do not delete old frames or
20647 select a new frame unless we were able to restore at least one frame.
20648
20649 2013-06-30 Michal Nazarewicz <mina86@mina86.com>
20650
20651 * files.el (find-file-noselect): Simplify conditional expression.
20652
20653 * textmodes/remember.el (remember-append-to-file):
20654 Don't mix `find-buffer-visiting' and `get-file-buffer'.
20655
20656 Add `remember-notes' function to store random notes across Emacs
20657 restarts.
20658 * textmodes/remember.el (remember-data-file): Add :set callback to
20659 affect notes buffer (if any).
20660 (remember-notes): New command.
20661 (remember-notes-buffer-name, bury-remember-notes-on-kill):
20662 New defcustoms for the `remember-notes' function.
20663 (remember-notes-save-and-bury-buffer): New command.
20664 (remember-notes-mode-map): New variable.
20665 (remember-mode): New minor mode.
20666 (remember-notes--kill-buffer-query): New function.
20667 * startup.el (initial-buffer-choice): Add notes to custom type.
20668
20669 2013-06-30 Eli Zaretskii <eliz@gnu.org>
20670
20671 * bindings.el (right-char, left-char): Don't call sit-for, this is
20672 no longer needed. Use arithmetic comparison only for numerical
20673 arguments.
20674
20675 * international/mule-cmds.el (select-safe-coding-system):
20676 Handle the case of FROM being a string correctly. (Bug#14755)
20677
20678 2013-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
20679
20680 * net/shr.el (shr-make-table-1): Add a sanity check that allows
20681 progression on degenerate tables.
20682 (shr-rescale-image): ImageMagick animated images currently don't work.
20683
20684 2013-06-30 Juanma Barranquero <lekktu@gmail.com>
20685
20686 Some fixes and improvements for desktop frame restoration.
20687 It is still experimental and disabled by default.
20688 * desktop.el (desktop--save-windows): Put the selected frame at
20689 the head of the list.
20690 (desktop--make-full-frame): New function.
20691 (desktop--restore-windows): Try to re-select the frame that was
20692 selected upon saving. Do not abort if some frames fail to restore,
20693 just show an error message and continue. Set up maximized frames
20694 so they have default non-maximized dimensions.
20695
20696 2013-06-30 Dmitry Gutov <dgutov@yandex.ru>
20697
20698 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
20699 Don't start heredoc inside a string or comment.
20700
20701 2013-06-29 Eli Zaretskii <eliz@gnu.org>
20702
20703 * bindings.el (visual-order-cursor-movement): New defcustom.
20704 (right-char, left-char): Provide visual-order cursor motion by
20705 calling move-point-visually. Update the doc strings.
20706
20707 2013-06-28 Kenichi Handa <handa@gnu.org>
20708
20709 * international/mule.el (define-coding-system): New coding system
20710 properties :inhibit-null-byte-detection,
20711 :inhibit-iso-escape-detection, and :prefer-utf-8.
20712 (set-buffer-file-coding-system): If :charset-list property of
20713 CODING-SYSTEM is `emacs', do not check if CODING-SYSTEM is
20714 appropriate for setting.
20715
20716 * international/mule-cmds.el (select-safe-coding-system):
20717 If DEFAULT-CODING-SYSTEM is prefer-utf-8 and the buffer contains
20718 multibyte characters, return utf-8 (or one of its siblings).
20719
20720 * international/mule-conf.el (prefer-utf-8): New coding system.
20721 (file-coding-system-alist): Use prefer-utf-8 as default for Elisp
20722 files.
20723
20724 2013-06-28 Ivan Kanis <ivan@kanis.fr>
20725
20726 * net/shr.el (shr-render-region): New function.
20727
20728 * net/eww.el: Autoload `eww-browse-url'.
20729
20730 2013-06-27 Dmitry Gutov <dgutov@yandex.ru>
20731
20732 * emacs-lisp/package-x.el (package-upload-buffer-internal):
20733 Adapt to `package-desc-version' being a list.
20734 Use `package--ac-desc-version' to retrieve version from a package
20735 archive element.
20736
20737 2013-06-27 Juanma Barranquero <lekktu@gmail.com>
20738
20739 New experimental feature to save&restore window and frame setup.
20740 * desktop.el (desktop-save-windows): New defcustom.
20741 (desktop--saved-states): New var.
20742 (desktop--excluded-frame-parameters): New defconst.
20743 (desktop--filter-frame-parms, desktop--find-frame-in-display)
20744 (desktop--restore-windows, desktop--save-windows): New functions.
20745 (desktop-save): Call `desktop--save-windows'.
20746 (desktop-read): Call `desktop--restore-windows'.
20747
20748 2013-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
20749
20750 * net/shr.el (add-face-text-property): Remove compat definition.
20751
20752 2013-06-27 Stephen Berman <stephen.berman@gmx.net>
20753
20754 * info.el (Info-try-follow-nearest-node): Move search for footnote
20755 above search for node name to prevent missing a footnote (bug#14717).
20756
20757 2013-06-27 Stephen Berman <stephen.berman@gmx.net>
20758
20759 * obsolete/otodo-mode.el: Add obsolescence info to file header.
20760
20761 2013-06-27 Leo Liu <sdl.web@gmail.com>
20762
20763 * net/eww.el (eww-read-bookmarks): Check file size.
20764
20765 2013-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
20766
20767 * emacs-lisp/nadvice.el (advice--defalias-fset): Move advice back to
20768 advice--pending if newdef is nil or an autoload (bug#13820).
20769 (advice-mapc): New function.
20770
20771 2013-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
20772
20773 * net/eww.el (eww-mode): Undo isn't necessary in eww buffers,
20774 probably.
20775 (eww-mode-map): Add a menu bar.
20776 (eww-add-bookmark): New command.
20777 (eww-bookmark-mode): New mode and commands.
20778 (eww-add-bookmark): Remove newlines from the title.
20779 (eww-bookmark-browse): Don't bug out if it's the only window.
20780
20781 2013-06-26 Glenn Morris <rgm@gnu.org>
20782
20783 * htmlfontify.el (hfy-triplet): Handle unspecified-fg, bg.
20784 (hfy-size): Handle ttys. (Bug#14668)
20785
20786 * info-xref.el: Update for Texinfo 5 change in *note format.
20787 (info-xref-node-re, info-xref-note-re): New constants.
20788 (info-xref-check-buffer): Use info-xref-note-re.
20789
20790 2013-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
20791
20792 * simple.el (set-variable): Use read-from-minibuffer (bug#14710).
20793
20794 * emacs-lisp/package.el (package--add-to-archive-contents): Add missing
20795 nil terminate the loop (bug#14718).
20796
20797 2013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
20798
20799 * net/eww.el: Rework history traversal. When going forward/back,
20800 put these actions into the history, too, so that they can be
20801 replayed.
20802 (eww-render): Move the history reset to the correct buffer.
20803
20804 2013-06-25 Juri Linkov <juri@jurta.org>
20805
20806 * files-x.el (modify-dir-local-variable): Change the header comment
20807 in the file with directory local variables. (Bug#14692)
20808
20809 * files-x.el (read-file-local-variable-value): Add `default'.
20810 (Bug#14710)
20811
20812 2013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
20813
20814 * net/eww.el (eww-make-unique-file-name): Create a unique file
20815 name before saving to entering `y' accidentally asynchronously.
20816
20817 2013-06-25 Ivan Kanis <ivan@kanis.fr>
20818
20819 * net/eww.el (eww-download): New command and keystroke.
20820
20821 2013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
20822
20823 * net/eww.el (eww-copy-page-url): Change name of command.
20824
20825 * net/shr.el (shr-map): Change `shr-copy-url' from `u' to `w' to
20826 be more consistent with Info and dired.
20827
20828 * net/eww.el (eww-mode-map): Ditto.
20829
20830 2013-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
20831
20832 * emacs-lisp/package.el: Use lexical-binding. Include obsolete
20833 packages from archives.
20834 (package-archive-contents): Change format; include obsolete packages.
20835 (package-desc): Use `dir' to mark builtin packages.
20836 (package--from-builtin): Set the `dir' field to `builtin'.
20837 (generated-autoload-file, version-control): Declare.
20838 (package-compute-transaction): Change first arg and return value to be
20839 lists of package-descs. Adjust to new package-archive-contents format.
20840 (package--add-to-archive-contents): Adjust to new
20841 package-archive-contents format.
20842 (package-download-transaction): Arg is now a list of package-descs.
20843 (package-install): If `pkg' is a package name, pass it as
20844 a requirement, so it is subject to the usual (e.g. disabled) checks.
20845 (describe-package): Accept package-desc as well.
20846 (describe-package-1): Describe a specific package-desc. Add links to
20847 other package-descs for the same package name.
20848 (package-menu-describe-package): Pass the actual package-desc.
20849 (package-menu-mode): Add to tabulated-list-revert-hook so revert-buffer
20850 works correctly.
20851 (package-desc-status): New function.
20852 (package-menu--refresh): New function, extracted
20853 from package-menu--generate.
20854 (package-menu--generate): Use it.
20855 (package-delete): Update package-alist.
20856 (package-menu-execute): Don't call package-initialize.
20857
20858 * progmodes/idlw-toolbar.el, progmodes/idlw-shell.el,
20859 progmodes/idlw-help.el, progmodes/idlw-complete-structtag.el,
20860 progmodes/ebnf-yac.el, progmodes/ebnf-otz.el, progmodes/ebnf-iso.el,
20861 progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-bnf.el,
20862 progmodes/ebnf-abn.el, emacs-lisp/package-x.el, emacs-lisp/cl-seq.el,
20863 emacs-lisp/cl-macs.el: Neuter the "Version:" header.
20864
20865 2013-06-25 Martin Rudalics <rudalics@gmx.at>
20866
20867 * window.el (window--state-get-1): Workaround for bug#14527.
20868 http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00941.html
20869
20870 2013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
20871
20872 * net/eww.el (eww-back-url): Implement the history by stashing all
20873 the data into a list.
20874 (eww-forward-url): Allow going forward in the history, too.
20875
20876 2013-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
20877
20878 * files-x.el (read-file-local-variable-value): Use read-from-minibuffer
20879 for values and use read--expression for expressions (bug#14710).
20880 (read-file-local-variable): Avoid setq.
20881 (read-file-local-variable-mode): Use minor-mode-list.
20882
20883 2013-06-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
20884
20885 * textmodes/bibtex.el (bibtex-generate-url-list): Add support
20886 for DOI URLs.
20887
20888 2013-06-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
20889
20890 * textmodes/bibtex.el (bibtex-mode, bibtex-set-dialect):
20891 Update imenu-support when dialect changes.
20892
20893 2013-06-25 Leo Liu <sdl.web@gmail.com>
20894
20895 * ido.el (ido-read-internal): Allow forward slash on windows.
20896
20897 2013-06-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
20898
20899 * net/eww.el (eww): Start of strings is \\`, not ^.
20900
20901 2013-06-24 Ivan Kanis <ivan@kanis.fr>
20902
20903 * net/shr.el (shr-browse-url): Fix interactive spec.
20904
20905 * net/eww.el (eww): Add a trailing slash to domain names.
20906
20907 2013-06-24 Juanma Barranquero <lekktu@gmail.com>
20908
20909 * faces.el (face-spec-recalc): Revert part of 2013-06-23T20:29:18Z!lekktu@gmail.com (bug#14705).
20910
20911 2013-06-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
20912
20913 * net/shr.el (shr-browse-url): Use an external browser if given a
20914 prefix.
20915
20916 * net/eww.el (eww-external-browser): Move to shr.
20917
20918 2013-06-24 Ivan Kanis <ivan@kanis.fr>
20919
20920 * net/eww.el (eww): Work more correctly for file: URLs.
20921 (eww-detect-charset): Allow quoted charsets.
20922 (eww-yank-page-url): New command and keystroke.
20923
20924 2013-06-24 Daiki Ueno <ueno@gnu.org>
20925
20926 * epg.el (epg-make-context): Check if PROTOCOL is valid; embed the
20927 file name of gpg executable.
20928 (epg-context-program): New function.
20929 (epg-context-home-directory): New function.
20930 (epg-context-set-program): New function.
20931 (epg-context-set-home-directory): New function.
20932 (epg--start): Use `epg-context-program' instead of
20933 'epg-gpg-program'.
20934 (epg--list-keys-1): Likewise.
20935
20936 2013-06-24 Leo Liu <sdl.web@gmail.com>
20937
20938 * ido.el (ido-read-internal): Fix bug#14620.
20939
20940 2013-06-23 Juanma Barranquero <lekktu@gmail.com>
20941
20942 * faces.el (face-documentation): Simplify.
20943 (read-face-attribute, tty-find-type, x-resolve-font-name):
20944 Use `string-match-p'.
20945 (list-faces-display): Use `string-match-p'. Simplify.
20946 (face-spec-recalc): Check face to avoid face alias loops.
20947 (read-color): Use `string-match-p' and non-capturing parenthesis.
20948
20949 2013-06-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
20950
20951 * net/shr.el (shr-rescale-image): Use the new
20952 :max-width/:max-height functionality.
20953
20954 2013-06-23 Ivan Kanis <ivan@kanis.fr>
20955
20956 * net/eww.el (eww-search-prefix): New variable.
20957 (eww): Use it.
20958 (eww-external-browser): New variable.
20959 (eww-mode-map): New keystroke.
20960 (eww-browse-with-external-browser): New command.
20961
20962 * net/eww.el: Bind `C-c C-c' to "submit" in all form keymaps.
20963
20964 2013-06-23 Juanma Barranquero <lekktu@gmail.com>
20965
20966 * emacs-lisp/tabulated-list.el (tabulated-list-init-header):
20967 Don't skip aligning the next header field when padding is 0;
20968 otherwise, field width is not respected unless the title is as
20969 wide as the field.
20970
20971 2013-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
20972
20973 * emacs-lisp/package.el (package-el-version): Remove.
20974 (package-process-define-package): Fix inf-loop.
20975 (package-install): Allow symbols as arguments again.
20976
20977 2013-06-22 Dmitry Gutov <dgutov@yandex.ru>
20978
20979 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Move `catch',
20980 add some more keyword-like methods.
20981 http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00911.html
20982
20983 2013-06-22 Juanma Barranquero <lekktu@gmail.com>
20984
20985 * bs.el (bs-buffer-show-mark): Make defvar-local.
20986 (bs-mode): Use setq-local.
20987
20988 * emacs-lock.el (emacs-lock-mode, emacs-lock--old-mode)
20989 (emacs-lock--try-unlocking): Make defvar-local.
20990
20991 2013-06-22 Glenn Morris <rgm@gnu.org>
20992
20993 * play/cookie1.el (cookie-apropos): Minor simplification.
20994
20995 * progmodes/gdb-mi.el (gdb-mapcar*): Remove, replace with cl-mapcar.
20996
20997 2013-06-22 Dmitry Gutov <dgutov@yandex.ru>
20998
20999 * progmodes/ruby-mode.el (auto-mode-alist): Do not use
21000 `regexp-opt', it breaks the build during dumping.
21001
21002 2013-06-21 Dmitry Gutov <dgutov@yandex.ru>
21003
21004 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
21005 Highlight keyword-like methods on Kernel and Module with
21006 font-lock-builtin-face.
21007 (auto-mode-alist): Consolidate different entries into one regexp
21008 and add more *file-s.
21009
21010 2013-06-21 Stephen Berman <stephen.berman@gmx.net>
21011
21012 * obsolete/otodo-mode.el: Move and rename from calendar/todo-mode.el.
21013
21014 * calendar/diary-lib.el (diary-goto-entry-function): New variable.
21015 (diary-entry): Use it in the action of this button type instead of
21016 diary-goto-entry.
21017
21018 * calendar/todo-mode.el: New version.
21019 (todo-add-category): Append new category to end of file and give
21020 it the highest number, instead of putting it at the beginning and
21021 giving it 0. Incorporate noninteractive functionality.
21022 (todo-forward-category): Adapt to 1-based category numbering.
21023 Allow skipping over archived categories.
21024 (todo-backward-category): Derive from todo-forward-category.
21025 (todo-backward-item, todo-forward-item): Make noninteractive and
21026 delegate interactive part to new commands. Make sensitive to done items.
21027 (todo-categories): Make value an alist of category names and
21028 vectors of item counts.
21029 (todo-category-beg): Make a defconst.
21030 (todo-category-number): Use 1 instead of 0 as initial value.
21031 (todo-category-select): Make sensitive to overlays, optional item
21032 highlighting and done items.
21033 (todo-delete-item): Make sensitive to overlays and marked and done items.
21034 (todo-edit-item): Make sensitive to overlays and editing of
21035 date/time header optional. Add format checks.
21036 (todo-edit-multiline): Rename to todo-edit-multiline-item. Make a
21037 no-op if point is not on an item. Advertise using todo-edit-quit.
21038 (todo-edit-mode): Make sensitive to new format, font-locking, and
21039 multiple todo files.
21040 (todo-insert-item, todo-insert-item-here): Derive from
21041 todo-basic-insert-item and extend functionality.
21042 (todo-item-end, todo-item-start): Make sensitive to done items.
21043 (todo-item-string): Don't return text properties. Restore point.
21044 (todo-jump-to-category): Make sensitive to multiple todo files and
21045 todo archives. Use extended category completion.
21046 (todo-lower-item, todo-raise-item): Rename to *-priority and
21047 derive from todo-set-item-priority.
21048 (todo-mode): Derive from special-mode. Make sensitive to new
21049 format, font-locking and multiple todo files. Make read-only.
21050 (todo-mode-map): Don't suppress digit keys, so they can supply
21051 prefix arguments. Add many new key bindings.
21052 (todo-prefix): Insert as an overlay instead of file text.
21053 Change semantics from diary date expression to purely visual mark.
21054 (todo-print): Rename to todo-print-buffer. Make buffer display
21055 features printable. Remove option to restrict number of items
21056 printed. Add option to print to file.
21057 (todo-print-function): Rename to todo-print-buffer-function.
21058 (todo-quit): Extend to handle exiting new todo modes.
21059 (todo-remove-item): Make sensitive to overlays.
21060 (todo-save): Extend to buffers of filtered items.
21061 (todo-show): Make sensitive to done items, multiple todo files and
21062 new todo modes. Offer to convert legacy todo file before creating
21063 first new todo file.
21064 (todo-show-priorities): Rename to todo-top-priorities.
21065 Change semantics of value 0.
21066 (todo-top-priorities): Rename to todo-filter-top-priorities,
21067 derive from todo-filter-items and extend functionality.
21068 (todo-save-top-priorities): Rename to todo-save-filtered-items-buffer
21069 and extend functionality to other types of filtered items.
21070 (todo-add-item-non-interactively, todo-ask-p, todo-cat-slct)
21071 (todo-category-end, todo-category-sep, todo-cats, todo-cmd-back)
21072 (todo-cmd-done, todo-cmd-edit, todo-cmd-forw, todo-cmd-inst)
21073 (todo-cmd-kill, todo-cmd-lowr, todo-cmd-next, todo-cmd-prev)
21074 (todo-cmd-rais, todo-cmd-save, todo-completing-read, todo-cp)
21075 (todo-edit-mode-hook, todo-entry-prefix-function)
21076 (todo-entry-timestamp-initials, todo-file-do, todo-file-done)
21077 (todo-file-item, todo-file-top, todo-header, todo-initial-setup)
21078 (todo-initials, todo-insert-threshold, todo-item-string-start)
21079 (todo-line-string, todo-menu, todo-mode-hook)
21080 (todo-more-important-p, todo-previous-answer, todo-previous-line)
21081 (todo-print-priorities, todo-remove-separator)
21082 (todo-save-top-priorities-too, todo-string-count-lines)
21083 (todo-string-multiline-p, todo-time-string-format)
21084 (todo-tmp-buffer-name): Remove.
21085 (todo-add-file, todo-archive-done-item, todo-choose-archive)
21086 (todo-convert-legacy-files, todo-copy-item, todo-delete-category)
21087 (todo-edit-category-diary-inclusion)
21088 (todo-edit-category-diary-nonmarking, todo-edit-done-item-comment)
21089 (todo-edit-file, todo-edit-item-date-day)
21090 (todo-edit-item-date-day-name, todo-edit-item-date-from-calendar)
21091 (todo-edit-item-date-month, todo-edit-item-date-to-today)
21092 (todo-edit-item-date-year, todo-edit-item-diary-inclusion)
21093 (todo-edit-item-diary-nonmarking, todo-edit-item-header)
21094 (todo-edit-item-time, todo-edit-quit, todo-filter-diary-items)
21095 (todo-filter-diary-items-multifile, todo-filter-regexp-items)
21096 (todo-filter-regexp-items-multifile, todo-filter-top-priorities)
21097 (todo-filter-top-priorities-multifile, todo-find-archive)
21098 (todo-find-filtered-items-file, todo-go-to-source-item)
21099 (todo-insert-item-from-calendar, todo-item-done, todo-item-undone)
21100 (todo-jump-to-archive-category, todo-lower-category)
21101 (todo-mark-category, todo-marked-item-p, todo-merge-category)
21102 (todo-move-category, todo-move-item, todo-next-button)
21103 (todo-next-item, todo-padded-string, todo-powerset)
21104 (todo-previous-button, todo-previous-item)
21105 (todo-print-buffer-to-file, todo-raise-category)
21106 (todo-rename-category, todo-repair-categories-sexp, todo-search)
21107 (todo-set-category-number, todo-set-item-priority)
21108 (todo-set-top-priorities-in-category)
21109 (todo-set-top-priorities-in-file, todo-show-categories-table)
21110 (todo-sort-categories-alphabetically-or-numerically)
21111 (todo-sort-categories-by-archived, todo-sort-categories-by-diary)
21112 (todo-sort-categories-by-done, todo-sort-categories-by-todo)
21113 (todo-toggle-item-header, todo-toggle-item-highlighting)
21114 (todo-toggle-mark-item, todo-toggle-prefix-numbers)
21115 (todo-toggle-view-done-items, todo-toggle-view-done-only)
21116 (todo-unarchive-items, todo-unmark-category): New commands.
21117 (todo-absolute-file-name, todo-add-to-buffer-list)
21118 (todo-adjusted-category-label-length, todo-basic-edit-item-header)
21119 (todo-basic-insert-item, todo-category-completions)
21120 (todo-category-number, todo-category-string-matcher-1)
21121 (todo-category-string-matcher-2, todo-check-filtered-items-file)
21122 (todo-check-format, todo-clear-matches)
21123 (todo-comment-string-matcher, todo-convert-legacy-date-time)
21124 (todo-current-category, todo-date-string-matcher)
21125 (todo-define-insertion-command, todo-diary-expired-matcher)
21126 (todo-diary-goto-entry, todo-diary-item-p)
21127 (todo-diary-nonmarking-matcher, todo-display-as-todo-file)
21128 (todo-display-categories, todo-display-sorted, todo-done-item-p)
21129 (todo-done-item-section-p, todo-done-separator)
21130 (todo-done-string-matcher, todo-files, todo-filter-items)
21131 (todo-filter-items-1, todo-filter-items-filename, todo-find-item)
21132 (todo-gen-arglists, todo-get-count, todo-get-overlay, todo-indent)
21133 (todo-insert-category-line, todo-insert-item-from-calendar)
21134 (todo-insert-sort-button, todo-insert-with-overlays)
21135 (todo-insertion-command-name, todo-insertion-key-bindings)
21136 (todo-label-to-key, todo-longest-category-name-length)
21137 (todo-make-categories-list, todo-mode-external-set)
21138 (todo-mode-line-control, todo-modes-set-1, todo-modes-set-2)
21139 (todo-modes-set-3, todo-multiple-filter-files)
21140 (todo-nondiary-marker-matcher, todo-prefix-overlays)
21141 (todo-read-category, todo-read-date, todo-read-dayname)
21142 (todo-read-file-name, todo-read-time)
21143 (todo-reevaluate-category-completions-files-defcustom)
21144 (todo-reevaluate-default-file-defcustom)
21145 (todo-reevaluate-filelist-defcustoms)
21146 (todo-reevaluate-filter-files-defcustom)
21147 (todo-reset-and-enable-done-separator, todo-reset-comment-string)
21148 (todo-reset-done-separator, todo-reset-done-separator-string)
21149 (todo-reset-done-string, todo-reset-global-current-todo-file)
21150 (todo-reset-highlight-item, todo-reset-nondiary-marker)
21151 (todo-reset-prefix, todo-set-categories)
21152 (todo-set-date-from-calendar, todo-set-show-current-file)
21153 (todo-set-top-priorities, todo-short-file-name)
21154 (todo-show-current-file, todo-sort, todo-time-string-matcher)
21155 (todo-total-item-counts, todo-update-buffer-list)
21156 (todo-update-categories-display, todo-update-categories-sexp)
21157 (todo-update-count, todo-validate-name, todo-y-or-n-p):
21158 New functions.
21159 (todo-archive-mode, todo-categories-mode, todo-filtered-items-mode):
21160 New major modes.
21161 (todo-categories, todo-display, todo-edit, todo-faces)
21162 (todo-filtered): New defgroups.
21163 (todo-archived-only, todo-button, todo-category-string, todo-date)
21164 (todo-diary-expired, todo-done, todo-done-sep, todo-comment)
21165 (todo-mark, todo-nondiary, todo-prefix-string, todo-search)
21166 (todo-sorted-column, todo-time, todo-top-priority): New deffaces.
21167 (todo-add-item-if-new-category, todo-always-add-time-string)
21168 (todo-categories-align, todo-categories-archived-label)
21169 (todo-categories-category-label, todo-categories-diary-label)
21170 (todo-categories-done-label, todo-categories-number-separator)
21171 (todo-categories-todo-label, todo-categories-totals-label)
21172 (todo-category-completions-files, todo-completion-ignore-case)
21173 (todo-default-todo-file, todo-diary-nonmarking, todo-directory)
21174 (todo-done-separator-string, todo-done-string)
21175 (todo-files-function, todo-filter-done-items, todo-filter-files)
21176 (todo-highlight-item, todo-include-in-diary, todo-indent-to-here)
21177 (todo-initial-category, todo-initial-file, todo-item-mark)
21178 (todo-legacy-date-time-regexp, todo-mode-line-function)
21179 (todo-nondiary-marker, todo-number-prefix)
21180 (todo-print-buffer-function, todo-show-current-file)
21181 (todo-show-done-only, todo-show-first, todo-show-with-done)
21182 (todo-skip-archived-categories, todo-top-priorities-overrides)
21183 (todo-undo-item-omit-comment, todo-use-only-highlighted-region)
21184 (todo-visit-files-commands, todo-wrap-lines, todo-y-with-space):
21185 New defcustoms.
21186 (todo-category-done, todo-date-pattern, todo-date-string-start)
21187 (todo-diary-items-buffer, todo-done-string-start)
21188 (todo-filtered-items-buffer, todo-item-start)
21189 (todo-month-abbrev-array, todo-month-name-array)
21190 (todo-nondiary-end, todo-nondiary-start, todo-regexp-items-buffer)
21191 (todo-top-priorities-buffer): New defconsts.
21192 (todo-archive-mode-map, todo-archives, todo-categories-mode-map)
21193 (todo-categories-with-marks, todo-category-string-face)
21194 (todo-comment-face, todo-comment-string, todo-current-todo-file)
21195 (todo-date-face, todo-date-from-calendar, todo-descending-counts)
21196 (todo-diary-expired-face, todo-done-face, todo-done-sep-face)
21197 (todo-done-separator, todo-edit-buffer, todo-edit-mode-map)
21198 (todo-file-buffers, todo-files, todo-filtered-items-mode-map)
21199 (todo-font-lock-keywords, todo-global-current-todo-file)
21200 (todo-insertion-commands, todo-insertion-commands-arg-key-list)
21201 (todo-insertion-commands-args)
21202 (todo-insertion-commands-args-genlist)
21203 (todo-insertion-commands-names, todo-insertion-map)
21204 (todo-key-bindings-t, todo-key-bindings-t+a)
21205 (todo-key-bindings-t+a+f, todo-key-bindings-t+f, todo-mode-map)
21206 (todo-multiple-filter-files, todo-multiple-filter-files-widget)
21207 (todo-nondiary-face, todo-print-buffer, todo-time-face)
21208 (todo-visited): New variables.
21209
21210 2013-06-21 Glenn Morris <rgm@gnu.org>
21211
21212 * play/cookie1.el (cookie-apropos): Add optional display argument.
21213 * obsolete/yow.el (apropos-zippy): Use cookie-apropos.
21214 (psychoanalyze-pinhead): Use cookie-doctor.
21215
21216 2013-06-21 Juanma Barranquero <lekktu@gmail.com>
21217
21218 * emacs-lisp/package.el (tar-get-file-descriptor)
21219 (tar--extract): Declare.
21220
21221 2013-06-21 Eduard Wiebe <usenet@pusto.de>
21222
21223 Extend flymake's warning predicate to be a function (bug#14217).
21224 * progmodes/flymake.el (flymake-warning-predicate): New.
21225 (flymake-parse-line): Use it.
21226 (flymake-warning-re): Make obsolete alias to
21227 `flymake-warning-predicate'.
21228
21229 2013-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
21230
21231 * emacs-lisp/package.el (package-alist): Include obsolete packages.
21232 (package-obsolete-list): Remove.
21233 (package-activate): Remove min-version argument. Add `force' argument.
21234 Adjust to new package-alist format.
21235 (package-mark-obsolete): Remove.
21236 (package-unpack): Force reload of the package's autoloads.
21237 (package-installed-p): Check builtins if the installed package is not
21238 recent enough.
21239 (package-initialize): Don't reset package-obsolete-list.
21240 Don't specify which package version to activate.
21241 (package-process-define-package, describe-package-1)
21242 (package-menu--generate): Adjust to new package-alist format.
21243
21244 2013-06-21 Juanma Barranquero <lekktu@gmail.com>
21245
21246 * allout-widgets.el (allout-widgets-mode-off)
21247 (allout-widgets-mode-on, allout-widgets-pre-command-business)
21248 (allout-widgets-post-command-business)
21249 (allout-widgets-after-copy-or-kill-function)
21250 (allout-widgets-after-undo-function, allout-test-range-overlaps)
21251 (allout-decorate-item-and-context)
21252 (allout-graphics-modification-handler): Fix typos in docstrings.
21253 (allout-get-or-create-parent-widget): Use `looking-at-p'.
21254
21255 * cmuscheme.el (scheme-start-file): Doc fix.
21256 (inferior-scheme-mode, switch-to-scheme): Fix typos in docstrings.
21257 (scheme-input-filter): Use `string-match-p'.
21258
21259 * composite.el (compose-gstring-for-terminal): Fix typo in docstring.
21260
21261 * dired-x.el: Use Dired consistently in docstrings.
21262
21263 * dired.el: Use Dired consistently in docstrings.
21264 (dired-readin, dired-mode): Use `setq-local'.
21265 (dired-switches-alist): Make defvar-local.
21266 (dired-buffers-for-dir): Use `zerop'.
21267 (dired-safe-switches-p, dired-switches-escape-p)
21268 (dired-insert-old-subdirs, dired-move-to-end-of-filename)
21269 (dired-glob-regexp, dired-in-this-tree, dired-goto-file-1)
21270 (dired-sort-set-mode-line, dired-sort-toggle, dired-sort-R-check)
21271 (dired-goto-next-nontrivial-file): Use `string-match-p'.
21272 (dired-align-file, dired-insert-directory, dired-mark-files-in-region)
21273 (dired-toggle-marks, dired-mark-files-containing-regexp)
21274 (dired-mark-symlinks, dired-mark-directories, dired-mark-executables)
21275 (dired-flag-auto-save-files, dired-flag-backup-files):
21276 Use `looking-at-p'.
21277 (dired-mark-files-regexp, dired-build-subdir-alist):
21278 Use `string-match-p', `looking-at-p'.
21279
21280 * dos-w32.el (untranslated-canonical-name, untranslated-file-p)
21281 (direct-print-region-helper): Use `string-match-p'.
21282
21283 2013-06-21 Leo Liu <sdl.web@gmail.com>
21284
21285 * comint.el (comint-redirect-results-list-from-process):
21286 Fix infinite loop.
21287
21288 2013-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
21289
21290 * net/eww.el (eww-update-header-line-format): Quote % characters.
21291
21292 2013-06-21 Glenn Morris <rgm@gnu.org>
21293
21294 * play/cookie1.el (cookie): New custom group.
21295 (cookie-file): New option.
21296 (cookie-check-file): New function.
21297 (cookie): Make it interactive. Make start and end messages optional.
21298 Interactively, display the result. Default to cookie-file.
21299 (cookie-insert): Default to cookie-file.
21300 (cookie-snarf): Make start and end messages optional.
21301 Default to cookie-file. Use with-temp-buffer.
21302 (cookie-read): Rename from read-cookie.
21303 Make start and end messages optional. Default to cookie-file.
21304 (cookie-shuffle-vector): Rename from shuffle-vector. Use dotimes.
21305 Do not autoload it.
21306 (cookie-apropos, cookie-doctor): New functions, copied from yow.el
21307 * obsolete/yow.el (read-zippyism): Use new name for read-cookie.
21308
21309 2013-06-21 Leo Liu <sdl.web@gmail.com>
21310
21311 * progmodes/octave.el (octave-mode): Backward compatibility fix.
21312
21313 2013-06-21 Glenn Morris <rgm@gnu.org>
21314
21315 * font-lock.el (lisp-font-lock-keywords-2): Add with-eval-after-load.
21316
21317 2013-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
21318 Daniel Hackney <dan@haxney.org>
21319
21320 * emacs-lisp/package.el: Use tar-mode rather than tar executable.
21321 Consolidate the single-file vs tarball code.
21322 (package-desc-suffix): New function.
21323 (package-desc-full-name): Don't bother inlining it.
21324 (package-load-descriptor): Return the new package-desc.
21325 (package-mark-obsolete): Remove unused arg `package'.
21326 (package-unpack): Make it work for single files as well.
21327 Make it update package-alist.
21328 (package--make-autoloads-and-stuff): Rename from
21329 package--make-autoloads-and-compile. Don't compile any more.
21330 (package--compile): New function.
21331 (package-generate-description-file): New function, extracted from
21332 package-unpack-single.
21333 (package-unpack-single): Remove.
21334 (package--with-work-buffer): Add indentation and debugging info.
21335 (package-download-single): Remove.
21336 (package-install-from-archive): Rename from package-download-tar, make
21337 it take a pkg-desc, and make it work for single files as well.
21338 (package-download-transaction): Simplify.
21339 (package-tar-file-info): Remove `file' arg. Rewrite not to use an
21340 external tar program.
21341 (package-install-from-buffer): Remove `pkg-desc' argument.
21342 Use package-tar-file-info for tar-mode buffers.
21343 (package-install-file): Simplify accordingly.
21344 (package-archive-base): Change to take a pkg-desc.
21345 * tar-mode.el (tar--check-descriptor): New function, extracted from
21346 tar-get-descriptor.
21347 (tar-get-descriptor): Use it.
21348 (tar-get-file-descriptor): New function.
21349 (tar--extract): New function, extracted from tar-extract.
21350 (tar--extract): Use it.
21351 * emacs-lisp/package-x.el (package-upload-file): Decode the file, in
21352 case the summary uses non-ascii. Adjust to new calling convention of
21353 package-tar-file-info.
21354
21355 2013-06-21 Leo Liu <sdl.web@gmail.com>
21356
21357 * comint.el (comint-redirect-results-list-from-process):
21358 Fix random delay. (Bug#14681)
21359
21360 2013-06-21 Juanma Barranquero <lekktu@gmail.com>
21361
21362 * profiler.el (profiler-format-number): Use log, not log10.
21363
21364 2013-06-20 Juanma Barranquero <lekktu@gmail.com>
21365
21366 * term/x-win.el (emacs-session-filename): Use `locate-user-emacs-file'.
21367
21368 2013-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
21369
21370 * emacs-lisp/cl-loaddefs.el: Don't version-control any more.
21371 * emacs-lisp/cl-lib.el: Load cl-macs when cl-loaddefs is not
21372 yet available.
21373 * Makefile.in (AUTOGEN_VCS): Move cl-loaddefs.el...
21374 (AUTOGENEL): ... here.
21375 * emacs-lisp/cl-macs.el (cl--sublis): New function.
21376 (cl--defsubst-expand): Use it.
21377
21378 2013-06-20 Paul Eggert <eggert@cs.ucla.edu>
21379
21380 * subr.el (log10): Move here from C code, and declare as obsolete.
21381 All uses of (log10 X) replaced with (log X 10).
21382
21383 2013-06-20 Juanma Barranquero <lekktu@gmail.com>
21384
21385 * emacs-lisp/tabulated-list.el (tabulated-list-format): Fix typo.
21386 Declare with `defvar-local'.
21387 (tabulated-list-use-header-line, tabulated-list-entries)
21388 (tabulated-list-padding, tabulated-list-printer)
21389 (tabulated-list-sort-key): Declare with `defvar-local'.
21390 (tabulated-list-init-header, tabulated-list-print-fake-header):
21391 Use `setq-local'.
21392
21393 2013-06-20 Michael Albinus <michael.albinus@gmx.de>
21394
21395 * arc-mode.el (archive-mode): Add `archive-write-file' to
21396 `write-contents-functions' also for remote files. (Bug#14652)
21397
21398 2013-06-20 Juanma Barranquero <lekktu@gmail.com>
21399
21400 * cus-edit.el (custom-commands): Fix typos.
21401 (custom-display): Fix tooltip text.
21402 (custom-magic-alist, custom-filter-face-spec, custom-group-members):
21403 Fix typos in docstrings.
21404 (custom--initialize-widget-variables, Custom-mode): Use `setq-local'.
21405 (custom-unlispify-menu-entry, custom-magic-value-create)
21406 (custom-add-see-also, custom-group-value-create): Use ?\s.
21407 (custom-guess-type, customize-apropos, editable-field)
21408 (custom-face-value-create): Use `string-match-p'.
21409 (custom-save-variables, custom-save-faces): Use `looking-at-p'.
21410
21411 * custom.el (custom-load-symbol): Use `string-match-p'.
21412
21413 * ansi-color.el: Convert to lexical binding.
21414 (ansi-colors): Fix URL.
21415 (ansi-color-context, ansi-color-context-region): Use defvar-local.
21416 (ansi-color-apply-sequence, ansi-color-map): Fix typos in docstrings.
21417 (ansi-color-make-color-map): Rename local var ansi-color-map to map.
21418
21419 2013-06-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
21420
21421 * net/eww.el (eww-process-text-input): Display passwords as asterisks.
21422
21423 * net/shr.el (shr-make-table-1): Protect against invalid column-spans.
21424
21425 2013-06-19 Tom Tromey <tromey@redhat.com>
21426
21427 * net/eww.el (eww-top-url): Remove.
21428 (eww-home-url, eww-start-url, eww-contents-url): New defvars.
21429 (eww-render): Set new variables. Don't set eww-top-url.
21430 (eww-handle-link): Handle "prev", "home", and "contents".
21431 Downcase the rel text.
21432 (eww-top-url): Choose best top URL.
21433
21434 2013-06-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
21435
21436 * net/eww.el: Rewrite to implement form elements "by hand" instead of
21437 relying in widget.el. Using widget.el leads to too many
21438 user interface inconsistencies.
21439 (eww-self-insert): Implement entering commands in text fields.
21440 (eww-process-text-input): New function to make text input field editing
21441 work.
21442 (eww-submit): Rewrite to use the new-style form methods.
21443 (eww-select-display): Display the correct selected item.
21444 (eww-change-select): Implement changing the select value.
21445 (eww-toggle-checkbox): Implement radio/checkboxes.
21446 (eww-update-field): Fix compilation error.
21447 (eww-tag-textarea): Implement <textarea>.
21448
21449 * net/shr.el (shr-urlify): Use `keymap' instead of `local-map' so that
21450 we don't shadow mode-specific bindings.
21451
21452 * net/eww.el (eww-browse-url): Don't push stuff onto history if there's
21453 nothing to push.
21454
21455 * net/shr.el (shr-map): Bind [down-mouse-1] to browse URLs.
21456
21457 2013-06-19 Glenn Morris <rgm@gnu.org>
21458
21459 * emacs-lisp/eieio.el (defclass): Make it eval-and-compile once more.
21460
21461 2013-06-19 Michael Albinus <michael.albinus@gmx.de>
21462
21463 * net/tramp-adb.el (tramp-adb-get-toolbox): Remove function, it is
21464 not needed.
21465
21466 * net/tramp-sh.el (tramp-find-shell): Don't set "busybox" property.
21467
21468 2013-06-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
21469
21470 * net/browse-url.el (browse-url-browser-function):
21471 `eww-browse-url' has the right calling signature, `eww' does not.
21472
21473 2013-06-19 Glenn Morris <rgm@gnu.org>
21474
21475 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
21476 Only eval autoloaded macros.
21477 (byte-compile-autoload): Only give the macro warning for macros.
21478
21479 * progmodes/cperl-mode.el (ps-bold-faces, ps-italic-faces)
21480 (ps-underlined-faces): Declare.
21481
21482 * progmodes/idlwave.el (func-menu): Only set it up on XEmacs.
21483 (speedbar-add-supported-extension): Declare.
21484
21485 * international/titdic-cnv.el (tit-process-header, miscdic-convert):
21486 Don't include a date stamp in the header of the generated file;
21487 it leads to needless differences between output files.
21488
21489 2013-06-19 Michael Albinus <michael.albinus@gmx.de>
21490
21491 * net/secrets.el (secrets-struct-secret-content-type):
21492 Replace check of introspection data by a test call of "CreateItem".
21493 Some servers do not offer introspection.
21494
21495 2013-06-19 Stefan Monnier <monnier@iro.umontreal.ca>
21496
21497 * electric.el (electric-pair-mode): Improve interaction with
21498 electric-layout-mode.
21499 (electric-pair-default-inhibit): Don't assume (eq char (char-before)).
21500 (electric-pair-syntax): Use text-mode-syntax-table in comments
21501 and strings.
21502 (electric-pair--insert): New function.
21503 (electric-pair-post-self-insert-function): Use it and
21504 electric--after-char-pos.
21505
21506 2013-06-19 Leo Liu <sdl.web@gmail.com>
21507
21508 * progmodes/octave.el (octave-help): Fix regexp.
21509
21510 2013-06-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
21511
21512 * net/shr.el (shr-make-table-1): Implement <td rowspan>.
21513 (shr-table-horizontal-line): Allow nil as a value, and change the
21514 default.
21515 (shr-insert-table-ruler): Respect the nil value.
21516
21517 2013-06-18 Tom Tromey <tromey@barimba>
21518
21519 * net/eww.el (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
21520 New defvars.
21521 (eww-open-file): New defun.
21522 (eww-render): Initialize new variables.
21523 (eww-display-html): Handle "link" and "a".
21524 (eww-handle-link, eww-tag-link, eww-tag-a): New defuns.
21525 (eww-mode-map): Move "p" to "l". Bind "p", "n", "t", and "u".
21526 (eww-back-url): Rename from eww-previous-url.
21527 (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
21528 New defuns.
21529
21530 2013-06-18 Dmitry Gutov <dgutov@yandex.ru>
21531
21532 * progmodes/ruby-mode.el (ruby-syntax-before-regexp-re):
21533 Distinguish ternary operator tokens from slash symbol and slash
21534 char literal.
21535
21536 2013-06-18 Juanma Barranquero <lekktu@gmail.com>
21537
21538 Convert symbol prettification into minor mode and global minor mode.
21539
21540 * progmodes/prog-mode.el (prettify-symbols-alist): Rename from
21541 `prog-prettify-symbols', and make a local defvar instead of defcustom.
21542 (prettify-symbols--keywords): Rename from
21543 `prog-prettify-symbols-alist' and make a local defvar.
21544 (prettify-symbols--compose-symbol): Rename from
21545 `prog--prettify-font-lock-compose-symbol'.
21546 (prettify-symbols--make-keywords): Rename from
21547 `prog-prettify-font-lock-symbols-keywords' and simplify.
21548 (prog-prettify-install): Remove.
21549 (prettify-symbols-mode): New minor mode, based on
21550 `prog-prettify-install'.
21551 (turn-on-prettify-symbols-mode): New function.
21552 (global-prettify-symbols-mode): New globalized minor mode.
21553
21554 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
21555 * progmodes/cfengine.el (cfengine3-mode):
21556 * progmodes/perl-mode.el (perl-mode): Don't call
21557 `prog-prettify-install'; set `prettify-symbols-alist' instead.
21558
21559 2013-06-18 Juri Linkov <juri@jurta.org>
21560
21561 * files-x.el (modify-file-local-variable-message): New function.
21562 (modify-file-local-variable)
21563 (modify-file-local-variable-prop-line): Add arg INTERACTIVE
21564 and call `modify-file-local-variable-message' when it's non-nil.
21565 (add-file-local-variable, delete-file-local-variable)
21566 (add-file-local-variable-prop-line)
21567 (delete-file-local-variable-prop-line): Add arg INTERACTIVE
21568 and use it. (Bug#9820)
21569
21570 2013-06-18 Juri Linkov <juri@jurta.org>
21571
21572 * emulation/vi.el (vi-shell-op):
21573 * emulation/vip.el (vip-execute-com, ex-command):
21574 * emulation/viper-cmd.el (viper-exec-bang):
21575 * emulation/viper-ex.el (ex-command): Add non-nil arg REPLACE to
21576 the call of `shell-command-on-region'. (Bug#14637)
21577
21578 * simple.el (shell-command-on-region): Doc fix.
21579
21580 2013-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
21581
21582 * emacs-lisp/eieio-custom.el: Remove misleading Version: header
21583 (bug#14633).
21584
21585 2013-06-18 Glenn Morris <rgm@gnu.org>
21586
21587 * net/eww.el, net/shr.el, net/shr-color.el: Move here from gnus/.
21588
21589 * newcomment.el (comment-search-forward, comment-search-backward):
21590 Doc fix. (Bug#14376)
21591
21592 2013-06-18 Juanma Barranquero <lekktu@gmail.com>
21593
21594 * face-remap.el (buffer-face-toggle): Fix typo in docstring.
21595 (buffer-face-mode-invoke): Doc fix.
21596
21597 2013-06-18 Matthias Meulien <orontee@gmail.com>
21598
21599 * tabify.el (untabify, tabify): With prefix, apply to entire buffer.
21600 <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00545.html>
21601
21602 2013-06-18 Glenn Morris <rgm@gnu.org>
21603
21604 * generic-x.el (bat-generic-mode, rc-generic-mode, rul-generic-mode):
21605 Replace obsolete function generic-make-keywords with its expansion.
21606
21607 * progmodes/python.el (ffap-alist): Declare.
21608
21609 * textmodes/reftex.el (bibtex-mode-map): Declare.
21610
21611 2013-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
21612
21613 * emacs-lisp/package.el: Update package-alist after install (bug#14632).
21614 (package-unpack, package-unpack-single): Return the pkg-dir.
21615 (package-download-transaction): Use it to update package-alist.
21616
21617 2013-06-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
21618
21619 * net/browse-url.el (browse-url-browser-function): Add `eww' as a
21620 possible choice.
21621
21622 2013-06-17 Juri Linkov <juri@jurta.org>
21623
21624 * net/webjump.el (webjump-sample-sites): Add DuckDuckGo.
21625
21626 2013-06-17 Dmitry Gutov <dgutov@yandex.ru>
21627
21628 * emacs-lisp/package.el (package-load-descriptor):
21629 Remove `with-syntax-table' call, `read' doesn't need it.
21630 http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00539.html
21631
21632 2013-06-17 Juanma Barranquero <lekktu@gmail.com>
21633
21634 * startup.el (command-line): Expand package name returned by
21635 `package--description-file' (bug#14639).
21636
21637 2013-06-17 Dmitry Gutov <dgutov@yandex.ru>
21638
21639 * emacs-lisp/package.el (package-load-descriptor): Do not call
21640 `emacs-lisp-mode', just use its syntax table.
21641
21642 2013-06-17 Juanma Barranquero <lekktu@gmail.com>
21643
21644 * progmodes/prog-mode.el (prog-prettify-install): Add `composition' to
21645 `font-lock-extra-managed-props' if any prettifying keyword is added.
21646 (prog--prettify-font-lock-compose-symbol): Use ?\s instead of ?\ .
21647 (prog-mode): Use `setq-local'.
21648
21649 2013-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
21650
21651 * international/characters.el (standard-case-table): Set syntax of ?»
21652 and ?« to punctuation.
21653
21654 2013-06-16 Juanma Barranquero <lekktu@gmail.com>
21655
21656 * progmodes/prog-mode.el (prog--prettify-font-lock-compose-symbol):
21657 Save relevant match data before calling `syntax-ppss' (bug#14595).
21658
21659 2013-06-15 Juri Linkov <juri@jurta.org>
21660
21661 * files-x.el (modify-file-local-variable-prop-line): Add local
21662 variables to the end of the existing comment on the first line.
21663 Use `file-auto-mode-skip' to skip interpreter magic line,
21664 and also skip XML declaration.
21665
21666 2013-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
21667
21668 * startup.el (package--builtin-versions): New var.
21669 (package-subdirectory-regexp): Remove.
21670 (package--description-file): Hard code its value instead.
21671
21672 * emacs-lisp/package.el: Don't activate packages older than builtin.
21673 (package-obsolete-list): Rename from package-obsolete-alist, and make
21674 it into a simple list of package-desc.
21675 (package-strip-version): Remove.
21676 (package-built-in-p): Use package--builtin-versions.
21677 (package-mark-obsolete): Simplify.
21678 (package-process-define-package): Mark it obsolete if older than the
21679 builtin version.
21680 (package-handle-response): Use line-end-position.
21681 (package-read-archive-contents, package--download-one-archive):
21682 Simplify.
21683 (package--add-to-archive-contents): Skip if older than the builtin or
21684 installed version.
21685 (package-menu-describe-package): Fix last change.
21686 (package-list-unversioned): New var.
21687 (package-menu--generate): Use it.
21688
21689 * emacs-lisp/autoload.el: Manage package--builtin-versions.
21690 (autoload--insert-text, autoload--insert-cookie-text): New functions.
21691 (autoload-builtin-package-versions): New variable.
21692 (autoload-generate-file-autoloads): Use them.
21693 Remove the list of autoloaded functions/macros from the
21694 (autoload...) comments.
21695
21696 * Makefile.in (autoloads): Set autoload-builtin-package-versions.
21697
21698 2013-06-15 Eli Zaretskii <eliz@gnu.org>
21699
21700 * simple.el (line-move-partial): Don't jump to the next screen
21701 line as soon as it becomes visible. Instead, continue enlarging
21702 the vscroll until the portion of a tall screen line that's left on
21703 display is about the height of the frame's default font.
21704 (Bug#14567)
21705
21706 2013-06-15 Glenn Morris <rgm@gnu.org>
21707
21708 * vc/vc-dispatcher.el (vc-compilation-mode): Avoid making
21709 compilation-error-regexp-alist void, or local while let-bound.
21710
21711 * progmodes/make-mode.el (makefile-mode-syntax-table):
21712 Treat "=" as punctuation. (Bug#14614)
21713
21714 2013-06-15 Juanma Barranquero <lekktu@gmail.com>
21715
21716 * help-fns.el (describe-variable):
21717 Add extra line for permanent-local variables.
21718
21719 2013-06-15 Simen Heggestøyl <simenheg@ifi.uio.no> (tiny change)
21720
21721 * progmodes/scheme.el (scheme-font-lock-keywords-2):
21722 Add export, import, library. (Bug#9164)
21723 (library): Set indent function.
21724
21725 2013-06-14 Glenn Morris <rgm@gnu.org>
21726
21727 * term/xterm.el (xterm--query):
21728 Stop after first matching handler. (Bug#14615)
21729
21730 2013-06-14 Ivan Kanis <ivan@kanis.fr>
21731
21732 Add support for dired in saveplace.
21733 * dired.el (dired-initial-position-hook): New variable.
21734 (dired-initial-position): Call hook to place cursor position.
21735 * saveplace.el (save-place-to-alist): Add dired position.
21736 (save-place-dired-hook): New function.
21737
21738 2013-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
21739
21740 * subr.el (eval-after-load, set-temporary-overlay-map): Use indirection
21741 through a symbol rather than letrec.
21742
21743 * emacs-lisp/package.el: Don't recompute dir. Use pkg-descs more.
21744 (package-desc): Add `dir' field.
21745 (package-desc-full-name): New function.
21746 (package-load-descriptor): Combine the two arguments. Don't use `load'.
21747 (package-maybe-load-descriptor): Remove.
21748 (package-load-all-descriptors): Just call package-load-descriptor.
21749 (package--disabled-p): New function.
21750 (package-desc-vers, package-desc-doc): Remove aliases.
21751 (package--dir): Remove function.
21752 (package-activate): Check if a package is disabled.
21753 (package-process-define-package): New function, extracted from
21754 define-package.
21755 (define-package): Turn into a place holder.
21756 (package-unpack-single, package-tar-file-info):
21757 Use package--description-file.
21758 (package-compute-transaction): Use package--disabled-p.
21759 (package-download-transaction): Don't call
21760 package-maybe-load-descriptor since they're all loaded anyway.
21761 (package-install): Change argument to be a pkg-desc.
21762 (package-delete): Use a single pkg-desc argument.
21763 (describe-package-1): Use package-desc-dir instead of package--dir.
21764 Use package-desc property instead of package-symbol.
21765 (package-install-button-action): Adjust accordingly.
21766 (package--push): Rewrite.
21767 (package-menu--print-info): Adjust accordingly. Change the ID format
21768 to be a pkg-desc.
21769 (package-menu-describe-package, package-menu-get-status)
21770 (package-menu--find-upgrades, package-menu-mark-upgrades)
21771 (package-menu-execute, package-menu--name-predicate):
21772 Adjust accordingly.
21773 * startup.el (package--description-file): New function.
21774 (command-line): Use it.
21775 * emacs-lisp/package-x.el (package-upload-buffer-internal):
21776 Use package-desc-version.
21777
21778 * emacs-lisp/bytecomp.el (byte-compile-force-lexical-warnings): New var.
21779 (byte-compile-preprocess): Use it.
21780 (byte-compile-file-form-defalias): Try a bit harder to use macros we
21781 can't quite recognize.
21782 (byte-compile-add-to-list): Remove.
21783 * emacs-lisp/cconv.el (cconv-warnings-only): New function.
21784 (cconv-closure-convert): Add assertion.
21785
21786 * emacs-lisp/map-ynp.el: Use lexical-binding.
21787 (map-y-or-n-p): Remove unused vars `tail' and `object'.
21788 Factor out some repeated code.
21789
21790 2013-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
21791
21792 * subr.el (with-eval-after-load): New macro.
21793 (eval-after-load): Allow form to be a function.
21794 take advantage of lexical-binding.
21795 (do-after-load-evaluation): Use dolist and adjust to new format.
21796 * simple.el (bad-packages-alist): Use dolist and with-eval-after-load.
21797
21798 2013-06-13 Juri Linkov <juri@jurta.org>
21799
21800 * replace.el (perform-replace): Display "symbol " and other search
21801 modes from `isearch-message-prefix' in the *Help* buffer.
21802
21803 * isearch.el (isearch-query-replace): Add " symbol" and other
21804 possible search modes from `isearch-message-prefix' to the prompt.
21805 (isearch-occur): Use `with-isearch-suspended' to not exit Isearch
21806 when reading a regexp to collect.
21807
21808 2013-06-13 Juri Linkov <juri@jurta.org>
21809
21810 * isearch.el (word-search-regexp): Match whitespace if the search
21811 string begins or ends in whitespace. The LAX arg is applied to
21812 both ends of the search string. Use `regexp-quote' and explicit
21813 \< and \> instead of \b. Use \` and \' instead of ^ and $.
21814 (isearch-symbol-regexp): Sync with `word-search-regexp' where word
21815 boundaries are replaced with symbol boundaries, and characters
21816 between symbols match non-word non-symbol syntax. (Bug#14602)
21817
21818 2013-06-13 Juri Linkov <juri@jurta.org>
21819
21820 * isearch.el (isearch-del-char): Don't exceed the length of
21821 `isearch-string' by the prefix arg. (Bug#14563)
21822
21823 2013-06-13 Juri Linkov <juri@jurta.org>
21824
21825 * isearch.el (isearch-yank-word, isearch-yank-line)
21826 (isearch-char-by-name, isearch-quote-char)
21827 (isearch-printing-char, isearch-process-search-char):
21828 Add optional count prefix arg. (Bug#14563)
21829
21830 * international/isearch-x.el
21831 (isearch-process-search-multibyte-characters):
21832 Add optional count prefix arg.
21833
21834 2013-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
21835
21836 * subr.el (internal-push-keymap, internal-pop-keymap): New functions.
21837 (set-temporary-overlay-map): Use them (bug#14095); and take advantage of
21838 lexical-binding.
21839
21840 2013-06-13 Vitalie Spinu <spinuvit@gmail.com>
21841
21842 * subr.el (set-temporary-overlay-map): Add on-exit argument.
21843
21844 2013-06-13 Glenn Morris <rgm@gnu.org>
21845
21846 * startup.el (tty-handle-args):
21847 Don't just discard "--" and anything after. (Bug#14608)
21848
21849 * emacs-lisp/lisp.el (forward-sexp, backward-sexp): Doc fixes.
21850
21851 2013-06-13 Michael Albinus <michael.albinus@gmx.de>
21852
21853 Implement changes in Secret Service API. Make it backward compatible.
21854 * net/secrets.el (secrets-struct-secret-content-type): New defonst.
21855 (secrets-create-item): Use it. Prefix properties with interface.
21856
21857 2013-06-13 Michael Hoffman <9qobl2n02@sneakemail.com> (tiny change)
21858
21859 * term.el (term-suppress-hard-newline): New option. (Bug#12017)
21860 (term-emulate-terminal): Respect term-suppress-hard-newline.
21861
21862 2013-06-13 E Sabof <esabof@gmail.com> (tiny change)
21863
21864 * image-dired.el (image-dired-dired-toggle-marked-thumbs):
21865 Only remove a `thumb-file' overlay. (Bug#14548)
21866
21867 2013-06-12 Grégoire Jadi <daimrod@gmail.com>
21868
21869 * mail/reporter.el (reporter-submit-bug-report):
21870 Handle missing package-name. (Bug#14600)
21871
21872 2013-06-12 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
21873
21874 * textmodes/reftex-cite.el (reftex-cite-regexp-hist)
21875 (reftex-citation-prompt, reftex-default-bibliography)
21876 (reftex-bib-or-thebib, reftex-get-bibfile-list)
21877 (reftex-pop-to-bibtex-entry, reftex-extract-bib-entries)
21878 (reftex-bib-sort-author, reftex-bib-sort-year)
21879 (reftex-bib-sort-year-reverse, reftex-get-crossref-alist)
21880 (reftex-extract-bib-entries-from-thebibliography)
21881 (reftex-get-bibkey-default, reftex-get-bib-names)
21882 (reftex-parse-bibtex-entry, reftex-get-bib-field)
21883 (reftex-format-bib-entry, reftex-parse-bibitem)
21884 (reftex-format-bibitem, reftex-do-citation)
21885 (reftex-figure-out-cite-format, reftex-offer-bib-menu)
21886 (reftex-restrict-bib-matches, reftex-extract-bib-file)
21887 (reftex-insert-bib-matches, reftex-format-citation)
21888 (reftex-make-cite-echo-string, reftex-bibtex-selection-callback)
21889 (reftex-create-bibtex-file): Add docstrings, mostly by converting
21890 existing comments into docstrings.
21891
21892 2013-06-12 Xue Fuqiao <xfq.free@gmail.com>
21893
21894 * ibuf-ext.el (ibuffer-mark-help-buffers): Doc fix.
21895
21896 2013-06-12 Andreas Schwab <schwab@suse.de>
21897
21898 * international/mule.el (auto-coding-alist): Use utf-8-emacs-unix
21899 for auto-save files.
21900
21901 2013-06-12 Glenn Morris <rgm@gnu.org>
21902
21903 * ido.el (ido-delete-ignored-files): Remove.
21904 (ido-wide-find-dirs-or-files, ido-make-file-list-1):
21905 Go back to calling ido-ignore-item-p directly.
21906
21907 2013-06-12 Eyal Lotem <eyal.lotem@gmail.com> (tiny change)
21908
21909 * ido.el (ido-wide-find-dirs-or-files): Respect ido-case-fold.
21910
21911 * ido.el (ido-delete-ignored-files): New function,
21912 split from ido-make-file-list-1.
21913 (ido-wide-find-dirs-or-files): Maybe ignore files. (Bug#13003)
21914 (ido-make-file-list-1): Use ido-delete-ignored-files.
21915
21916 2013-06-12 Leo Liu <sdl.web@gmail.com>
21917
21918 * progmodes/octave.el (inferior-octave-startup)
21919 (inferior-octave-completion-table)
21920 (inferior-octave-track-window-width-change)
21921 (octave-eldoc-function-signatures, octave-help)
21922 (octave-find-definition): Use single quoted strings.
21923 (inferior-octave-startup-args): Change default value.
21924 (inferior-octave-startup): Do not hard code "-i" and
21925 "--no-line-editing".
21926 (inferior-octave-resync-dirs): Add optional arg NOERROR.
21927 (inferior-octave-directory-tracker): Use it.
21928 (octave-goto-function-definition): Robustify.
21929 (octave-help): Support highlighting operators in 'See also'.
21930 (octave-find-definition): Find subfunctions only in Octave mode.
21931
21932 2013-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
21933
21934 * help-fns.el (help-fns--compiler-macro): If the handler function is
21935 named, then put a link to it.
21936 * help-mode.el (help-function-cmacro): Adjust regexp for cl-lib names.
21937 * emacs-lisp/cl-macs.el (cl--compiler-macro-typep): New function.
21938 (cl-typep): Use it.
21939 (cl-eval-when): Simplify debug spec.
21940 (cl-define-compiler-macro): Use eval-and-compile. Give a name to the
21941 compiler-macro function instead of setting `compiler-macro-file'.
21942
21943 2013-06-12 Xue Fuqiao <xfq.free@gmail.com>
21944
21945 * vc/vc-cvs.el (vc-cvs-stay-local): Doc fix.
21946 * vc/vc-hooks.el (vc-stay-local): Doc fix.
21947
21948 2013-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
21949 Daniel Hackney <dan@haxney.org>
21950
21951 First part of Daniel Hackney's patch to package.el.
21952 * emacs-lisp/package.el: Use defstruct.
21953 (package-desc): New, main struct.
21954 (package--bi-desc, package--ac-desc): New structs, used to describe the
21955 format in external files.
21956 (package-desc-vers): Replace with package-desc-version accessor.
21957 (package-desc-doc): Replace with package-desc-summary accessor.
21958 (package-activate-1): Remove `package' arg since the pkg-vec now
21959 includes the name.
21960 (define-package): Use package-desc-from-define.
21961 (package-unpack-single): Change file-name arg to be a symbol.
21962 (package--add-to-archive-contents): Use package-desc-create and new
21963 accessor functions to package--ac-desc.
21964 (package-buffer-info, package-tar-file-info): Return a package-desc.
21965 (package-install-from-buffer): Remove `type' argument. Change pkg-info
21966 arg to be a package-desc.
21967 (package-install-file): Adjust accordingly. Use \' to match EOS.
21968 (package--from-builtin): New function.
21969 (describe-package-1, package-menu--generate): Use it.
21970 (package--make-autoloads-and-compile): Change name arg to be a symbol.
21971 (package-generate-autoloads): Idem and return the name of the file.
21972 * emacs-lisp/package-x.el (package-upload-buffer-internal):
21973 Change pkg-info arg to be a package-desc.
21974 Use package-make-ac-desc.
21975 (package-upload-file): Use \' to match EOS.
21976 * finder.el (finder-compile-keywords): Use package-make-builtin.
21977
21978 2013-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
21979
21980 * vc/vc.el (vc-deduce-fileset): Change error message.
21981 (vc-read-backend): New function.
21982 (vc-next-action): Use it.
21983
21984 * subr.el (function-arity): Remove (mistakenly added) (bug#14590).
21985
21986 * progmodes/prolog.el (prolog-make-keywords-regexp): Remove.
21987 (prolog-font-lock-keywords): Use regexp-opt instead.
21988 Don't manually highlight strings.
21989 (prolog-mode-variables): Simplify comment-start-skip.
21990 (prolog-consult-compile): Use display-buffer. Remove unused old-filter.
21991
21992 * emacs-lisp/generic.el (generic--normalise-comments)
21993 (generic-set-comment-syntax, generic-set-comment-vars): New functions.
21994 (generic-mode-set-comments): Use them.
21995 (generic-bracket-support): Use setq-local.
21996 (generic-make-keywords-list): Declare obsolete.
21997
21998 2013-06-11 Glenn Morris <rgm@gnu.org>
21999
22000 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
22001 Prettify after setting font-lock-defaults. (Bug#14574)
22002
22003 2013-06-11 Juanma Barranquero <lekktu@gmail.com>
22004
22005 * replace.el (query-replace, occur-read-regexp-defaults-function)
22006 (replace-search):
22007 * subr.el (declare-function, number-sequence, local-set-key)
22008 (substitute-key-definition, locate-user-emacs-file)
22009 (with-silent-modifications, split-string, eval-after-load):
22010 Fix typos, remove unneeded backslashes and reflow some docstrings.
22011
22012 2013-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
22013
22014 * international/mule-conf.el (file-coding-system-alist): Use utf-8 as
22015 default for Elisp files.
22016
22017 2013-06-11 Glenn Morris <rgm@gnu.org>
22018
22019 * vc/log-view.el (log-view-mode-map): Inherit from special-mode-map,
22020 although define-derived-mode was doing this anyway. (Bug#14583)
22021
22022 2013-06-10 Juanma Barranquero <lekktu@gmail.com>
22023
22024 * allout.el (allout-encryption-plaintext-sanitization-regexps):
22025 Fix make-variable-buffer-local call to refer to the correct variable.
22026
22027 2013-06-10 Aidan Gauland <aidalgol@amuri.net>
22028
22029 * eshell/em-term.el (eshell-visual-commands)
22030 (eshell-visual-subcommands, eshell-visual-options):
22031 Add summary line to docstrings. Add cross-references.
22032
22033 2013-06-10 Glenn Morris <rgm@gnu.org>
22034
22035 * epa.el (epa-read-file-name): New function. (Bug#14510)
22036 (epa-decrypt-file): Make plain-file optional. Use epa-read-file-name.
22037
22038 2013-06-09 Aidan Gauland <aidalgol@amuri.net>
22039
22040 * eshell/em-term.el (eshell-visual-command-p): Fix bug that caused
22041 output redirection to be ignored with visual commands.
22042
22043 2013-06-09 Aidan Gauland <aidalgol@amuri.net>
22044
22045 * eshell/em-term.el (eshell-visual-command-p): New function.
22046 (eshell-term-initialize): Move long lambda to separate function
22047 eshell-visual-command-p.
22048 * eshell/em-dirs.el (eshell-dirs-initialize):
22049 * eshell/em-script.el (eshell-script-initialize):
22050 Add missing #' to lambda.
22051
22052 2013-06-08 Leo Liu <sdl.web@gmail.com>
22053
22054 * progmodes/octave.el (octave-add-log-current-defun): New function.
22055 (octave-mode): Set add-log-current-defun-function.
22056 (octave-goto-function-definition): Do not move point if not found.
22057 (octave-find-definition): Enhance to try subfunctions first.
22058
22059 2013-06-08 Glenn Morris <rgm@gnu.org>
22060
22061 * emacs-lisp/bytecomp.el (byte-compile-char-before)
22062 (byte-compile-backward-char, byte-compile-backward-word):
22063 Improve previous change, to handle non-explicit nil.
22064
22065 2013-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
22066
22067 * emacs-lisp/smie.el: Improve show-paren-mode behavior.
22068 (smie--opener/closer-at-point): New function.
22069 (smie--matching-block-data): Use it. Don't match from right after an
22070 opener or right before a closer. Obey smie-blink-matching-inners.
22071 Don't signal a mismatch for repeated inners like "switch..case..case".
22072
22073 2013-06-07 Leo Liu <sdl.web@gmail.com>
22074
22075 * progmodes/octave.el (octave-mode): Set comment-use-global-state
22076 to t. (Bug#14303)
22077 (octave-function-header-regexp): Fix. (Bug#14570)
22078 (octave-help-mode-finish-hook, octave-help-mode-finish):
22079 Remove. Just use temp-buffer-show-hook.
22080
22081 * newcomment.el (comment-search-backward): Revert last change.
22082 (Bug#14434)
22083
22084 * emacs-lisp/smie.el (smie--matching-block-data): Minor simplification.
22085
22086 2013-06-07 Eli Zaretskii <eliz@gnu.org>
22087
22088 * Makefile.in (TAGS TAGS-LISP): Pass the (long) list of *.el files
22089 through xargs, to avoid failure due to MS-Windows limitations on
22090 command-line length.
22091
22092 2013-06-06 Glenn Morris <rgm@gnu.org>
22093
22094 * font-lock.el (lisp-font-lock-keywords-2):
22095 Treat user-error like error.
22096
22097 * emacs-lisp/bytecomp.el (byte-compile-char-before)
22098 (byte-compile-backward-char, byte-compile-backward-word):
22099 Handle explicit nil arguments. (Bug#14565)
22100
22101 2013-06-05 Alan Mackenzie <acm@muc.de>
22102
22103 * isearch.el (isearch-allow-prefix): New user option.
22104 (isearch-other-meta-char): Don't exit isearch when a prefix
22105 argument is typed whilst `isearch-allow-prefix' is non-nil.
22106 (Bug#9706)
22107
22108 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
22109
22110 * autorevert.el (auto-revert-notify-handler): Use memq.
22111 Hide assertion failure.
22112
22113 * skeleton.el: Use cl-lib.
22114 (skeleton-further-elements): Use defvar-local.
22115 (skeleton-insert): Use cl-progv.
22116
22117 2013-06-05 Teodor Zlatanov <tzz@lifelogs.com>
22118
22119 * progmodes/prog-mode.el (prog-prettify-symbols)
22120 (prog-prettify-install): Update docstrings.
22121
22122 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
22123
22124 * simple.el: Move all the prog-mode code to prog-mode.el.
22125 * progmodes/prog-mode.el: New file.
22126 * loadup.el: Add prog-mode.el.
22127
22128 2013-06-05 Teodor Zlatanov <tzz@lifelogs.com>
22129
22130 * simple.el (prog-prettify-symbols): Add version.
22131 (prog-prettify-install): Add convenience function to prettify symbols.
22132
22133 * progmodes/perl-mode.el (perl--augmented-font-lock-keywords)
22134 (perl--augmented-font-lock-keywords-1)
22135 (perl--augmented-font-lock-keywords-2, perl-mode): Remove unneeded
22136 variables and use it.
22137
22138 * progmodes/cfengine.el (cfengine3--augmented-font-lock-keywords)
22139 (cfengine3-mode): Remove unneeded variable and use it.
22140
22141 * emacs-lisp/lisp-mode.el (lisp--augmented-font-lock-keywords)
22142 (lisp--augmented-font-lock-keywords-1)
22143 (lisp--augmented-font-lock-keywords-2, lisp-mode-variables):
22144 Remove unneeded variables and use it.
22145
22146 2013-06-05 João Távora <joaotavora@gmail.com>
22147
22148 * net/tls.el (open-tls-stream): Remove unneeded buffer contents up
22149 to point when opening the connection. (Bug#14380)
22150
22151 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
22152
22153 * subr.el (load-history-regexp, load-history-filename-element)
22154 (eval-after-load, after-load-functions, do-after-load-evaluation)
22155 (eval-next-after-load, display-delayed-warnings)
22156 (collapse-delayed-warnings, delayed-warnings-hook): Move after the
22157 definition of save-match-data.
22158 (overriding-local-map): Remove accidental obsolescence declaration.
22159
22160 * emacs-lisp/edebug.el (edebug-result): Move before first use.
22161
22162 2013-06-05 Teodor Zlatanov <tzz@lifelogs.com>
22163
22164 Generalize symbol prettify support to prog-mode and implement it
22165 for perl-mode, cfengine3-mode, and emacs-lisp-mode.
22166 * simple.el (prog-prettify-symbols-alist, prog-prettify-symbols)
22167 (prog--prettify-font-lock-compose-symbol)
22168 (prog-prettify-font-lock-symbols-keywords): New variables and
22169 functions to support symbol prettification.
22170 * emacs-lisp/lisp-mode.el (lisp--augmented-font-lock-keywords)
22171 (lisp--augmented-font-lock-keywords-1)
22172 (lisp--augmented-font-lock-keywords-2, lisp-mode-variables)
22173 (lisp--prettify-symbols-alist): Implement prettify of lambda.
22174 * progmodes/cfengine.el (cfengine3--augmented-font-lock-keywords)
22175 (cfengine3--prettify-symbols-alist, cfengine3-mode):
22176 Implement prettify of -> => :: strings.
22177 * progmodes/perl-mode.el (perl-prettify-symbols)
22178 (perl--font-lock-compose-symbol)
22179 (perl--font-lock-symbols-keywords): Move to prog-mode.
22180 (perl--prettify-symbols-alist): Prettify -> => :: strings.
22181 (perl-font-lock-keywords-1)
22182 (perl-font-lock-keywords-2): Remove explicit prettify support.
22183 (perl--augmented-font-lock-keywords)
22184 (perl--augmented-font-lock-keywords-1)
22185 (perl--augmented-font-lock-keywords-2, perl-mode):
22186 Implement prettify support.
22187
22188 2013-06-05 Leo Liu <sdl.web@gmail.com>
22189
22190 Re-implement SMIE matching block highlight using
22191 show-paren-data-function. (Bug#14395)
22192 * emacs-lisp/smie.el (smie-matching-block-highlight)
22193 (smie--highlight-matching-block-overlay)
22194 (smie--highlight-matching-block-lastpos)
22195 (smie-highlight-matching-block)
22196 (smie-highlight-matching-block-mode): Remove.
22197 (smie--matching-block-data-cache): New variable.
22198 (smie--matching-block-data): New function.
22199 (smie-setup): Use smie--matching-block-data for
22200 show-paren-data-function.
22201
22202 * progmodes/octave.el (octave-mode-menu): Fix.
22203 (octave-find-definition): Skip garbage lines.
22204
22205 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
22206
22207 Fix compilation error with simultaneous dynamic+lexical scoping.
22208 Add warning when a defvar appears after the first let-binding.
22209 * emacs-lisp/bytecomp.el (byte-compile-lexical-variables): New var.
22210 (byte-compile-close-variables): Initialize it.
22211 (byte-compile--declare-var): New function.
22212 (byte-compile-file-form-defvar)
22213 (byte-compile-file-form-define-abbrev-table)
22214 (byte-compile-file-form-custom-declare-variable): Use it.
22215 (byte-compile-make-lambda-lexenv): Change the argument. Simplify.
22216 (byte-compile-lambda): Share call to byte-compile-arglist-vars.
22217 (byte-compile-bind): Handle dynamic bindings that shadow
22218 lexical bindings.
22219 (byte-compile-unbind): Make arg non-optional.
22220 (byte-compile-let): Simplify.
22221 * emacs-lisp/cconv.el (byte-compile-lexical-variables): Declare var.
22222 (cconv--analyse-function, cconv-analyse-form): Populate it.
22223 Protect byte-compile-bound-variables to limit the scope of defvars.
22224 (cconv-analyse-form): Add missing rule for (defvar <foo>).
22225 Remove unneeded rule for `declare'.
22226
22227 * emacs-lisp/cl-macs.el (cl--compiler-macro-adjoin): Use macroexp-let2
22228 so as to avoid depending on cl-adjoin at run-time.
22229 * emacs-lisp/cl-lib.el (cl-pushnew): Use backquotes.
22230
22231 * emacs-lisp/macroexp.el (macroexp--compiling-p): New function.
22232 (macroexp--warn-and-return): Use it.
22233
22234 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
22235
22236 * subr.el: Convert to lexical binding.
22237 (overriding-local-map): Make obsolete.
22238 (add-to-list): Doc fix. Add compiler macro.
22239 (read-key): Swap values of local maps.
22240
22241 2013-06-05 Leo Liu <sdl.web@gmail.com>
22242
22243 * eshell/esh-mode.el (eshell-mode): Fix key bindings.
22244
22245 2013-06-04 Leo Liu <sdl.web@gmail.com>
22246
22247 * progmodes/compile.el (compile-goto-error): Add optional arg NOMSG.
22248 (compilation-auto-jump): Suppress the "Mark set" message to give
22249 way to exit message.
22250
22251 2013-06-04 Alan Mackenzie <acm@muc.de>
22252
22253 Remove faulty optimization from indentation calculation.
22254 * progmodes/cc-engine.el (c-guess-basic-syntax): Don't calculate
22255 search limit based on 2000 characters back from indent-point.
22256
22257 2013-06-03 Tassilo Horn <tsdh@gnu.org>
22258
22259 * eshell/em-term.el (cl-lib): Require `cl-lib'.
22260
22261 2013-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
22262
22263 * emacs-lisp/lisp.el: Use lexical-binding.
22264 (lisp--local-variables-1, lisp--local-variables): New functions.
22265 (lisp--local-variables-completion-table): New var.
22266 (lisp-completion-at-point): Use it complete let-bound vars.
22267
22268 * emacs-lisp/lisp-mode.el (eval-sexp-add-defvars): Expand macros
22269 eagerly (bug#14422).
22270
22271 2013-06-03 Michael Albinus <michael.albinus@gmx.de>
22272
22273 * autorevert.el (auto-revert-notify-enabled)
22274 (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
22275 (auto-revert-notify-event-p, auto-revert-notify-event-file-name)
22276 (auto-revert-notify-handler): Handle also gfilenotify.
22277
22278 * subr.el (file-notify-handle-event): New defun. Replacing ...
22279 (inotify-event-p, inotify-handle-event, w32notify-handle-event):
22280 Remove.
22281
22282 2013-06-03 Juri Linkov <juri@jurta.org>
22283
22284 * bindings.el (search-map): Bind `highlight-symbol-at-point' to
22285 `M-s h .'. (Bug#14427)
22286
22287 * hi-lock.el (highlight-symbol-at-point): New alias for the new
22288 command `hi-lock-face-symbol-at-point'.
22289 (hi-lock-face-symbol-at-point): New command.
22290 (hi-lock-map): Bind `highlight-symbol-at-point' to `C-x w .'.
22291 (hi-lock-menu): Add `highlight-symbol-at-point'.
22292 (hi-lock-mode): Doc fix.
22293
22294 * isearch.el (isearch-forward-symbol-at-point): New command.
22295 (search-map): Bind `isearch-forward-symbol-at-point' to `M-s .'.
22296 (isearch-highlight-regexp): Add a regexp which matches
22297 words/symbols for word/symbol mode.
22298
22299 * subr.el (find-tag-default-bounds): New function with the body
22300 mostly moved from `find-tag-default'.
22301 (find-tag-default): Move most code to `find-tag-default-bounds',
22302 call it and apply `buffer-substring-no-properties' afterwards.
22303
22304 2013-06-03 Tassilo Horn <tsdh@gnu.org>
22305
22306 * eshell/em-term.el (eshell-term-initialize):
22307 Use `cl-intersection' rather than `intersection'.
22308
22309 2013-06-02 Xue Fuqiao <xfq.free@gmail.com>
22310
22311 * vc/log-view.el: Doc fix.
22312 (log-view-mode-map): Copy keymap from `special-mode-map'.
22313
22314 2013-06-02 Eric Ludlam <zappo@gnu.org>
22315
22316 * emacs-lisp/eieio.el (eieio--defalias, eieio-hook)
22317 (eieio-error-unsupported-class-tags, eieio-skip-typecheck)
22318 (eieio-optimize-primary-methods-flag, eieio-initializing-object)
22319 (eieio-unbound, eieio-default-superclass)
22320 (eieio--define-field-accessors, method-static, method-before)
22321 (method-primary, method-after, method-num-lists)
22322 (method-generic-before, method-generic-primary)
22323 (method-generic-after, method-num-slots)
22324 (eieio-specialized-key-to-generic-key)
22325 (eieio--check-type, class-v, class-p)
22326 (eieio-class-name, define-obsolete-function-alias)
22327 (eieio-class-parents-fast, eieio-class-children-fast)
22328 (same-class-fast-p, class-constructor, generic-p)
22329 (generic-primary-only-p, generic-primary-only-one-p)
22330 (class-option-assoc, class-option, eieio-object-p)
22331 (class-abstract-p, class-method-invocation-order)
22332 (eieio-defclass-autoload-map, eieio-defclass-autoload)
22333 (eieio-class-un-autoload, eieio-defclass)
22334 (eieio-eval-default-p, eieio-perform-slot-validation-for-default)
22335 (eieio-add-new-slot, eieio-copy-parents-into-subclass)
22336 (eieio--defgeneric-init-form, eieio-defgeneric-form)
22337 (eieio-defgeneric-reset-generic-form)
22338 (eieio-defgeneric-form-primary-only)
22339 (eieio-defgeneric-reset-generic-form-primary-only)
22340 (eieio-defgeneric-form-primary-only-one)
22341 (eieio-defgeneric-reset-generic-form-primary-only-one)
22342 (eieio-unbind-method-implementations)
22343 (eieio--defmethod, eieio--typep)
22344 (eieio-perform-slot-validation, eieio-validate-slot-value)
22345 (eieio-validate-class-slot-value, eieio-barf-if-slot-unbound)
22346 (eieio-oref, eieio-oref-default, eieio-default-eval-maybe)
22347 (eieio-oset, eieio-oset-default, eieio-slot-originating-class-p)
22348 (eieio-slot-name-index, eieio-class-slot-name-index)
22349 (eieio-set-defaults, eieio-initarg-to-attribute)
22350 (eieio-attribute-to-initarg, eieio-c3-candidate)
22351 (eieio-c3-merge-lists, eieio-class-precedence-c3)
22352 (eieio-class-precedence-dfs, eieio-class-precedence-bfs)
22353 (eieio-class-precedence-list, eieio-generic-call-methodname)
22354 (eieio-generic-call-arglst, eieio-generic-call-key)
22355 (eieio-generic-call-next-method-list)
22356 (eieio-pre-method-execution-functions, eieio-generic-call)
22357 (eieio-generic-call-primary-only, eieiomt-method-list)
22358 (eieiomt-optimizing-obarray, eieiomt-install)
22359 (eieiomt-add, eieiomt-next, eieiomt-sym-optimize)
22360 (eieio-generic-form, eieio-defmethod, make-obsolete)
22361 (eieio-defgeneric, make-obsolete): Move to eieio-core.el.
22362 (defclass): Remove `eval-and-compile' from macro.
22363 (call-next-method, shared-initialize): Instead of using
22364 `scoped-class' variable, use new eieio--scoped-class, and
22365 eieio--with-scoped-class.
22366 (initialize-instance): Rename local variable 'scoped-class' to
22367 'this-class' to remove ambiguitity from old global.
22368
22369 * emacs-lisp/eieio-core.el: New file. Derived from key parts of
22370 eieio.el.
22371 (eieio--scoped-class-stack): New variable.
22372 (eieio--scoped-class): New fcn.
22373 (eieio--with-scoped-class): New scoping macro.
22374 (eieio-defclass): Use pushnew instead of add-to-list.
22375 (eieio-defgeneric-form-primary-only-one, eieio-oset-default)
22376 (eieio-slot-name-index, eieio-set-defaults, eieio-generic-call)
22377 (eieio-generic-call-primary-only, eieiomt-add): Instead of using
22378 `scoped-class' variable, use new eieio--scoped-class, and
22379 eieio--with-scoped-class.
22380
22381 * emacs-lisp/eieio-base.el (cl-lib): Require during compile.
22382
22383 2013-06-02 Tassilo Horn <tsdh@gnu.org>
22384
22385 * eshell/esh-ext.el (eshell-external-command): Pass args to
22386 `eshell-find-interpreter'.
22387 (eshell-find-interpreter): Add new second parameter ARGS.
22388
22389 * eshell/em-script.el (eshell-script-initialize): Add second arg
22390 to the function added as MATCH to `eshell-interpreter-alist'.
22391
22392 * eshell/em-dirs.el (eshell-dirs-initialize): Add second arg to
22393 the function added as MATCH to `eshell-interpreter-alist'.
22394
22395 * eshell/em-term.el (eshell-visual-subcommands): New defcustom.
22396 (eshell-visual-options): New defcustom.
22397 (eshell-escape-control-x): Adapt docstring.
22398 (eshell-term-initialize): Test `eshell-visual-subcommands' and
22399 `eshell-visual-options' in addition to `eshell-visual-commands'.
22400 (eshell-exec-visual): Pass args to `eshell-find-interpreter'.
22401
22402 2013-06-01 Fabián Ezequiel Gallina <fgallina@gnu.org>
22403
22404 * progmodes/python.el (python-indent-block-enders): Add break,
22405 continue and raise keywords.
22406
22407 2013-06-01 Glenn Morris <rgm@gnu.org>
22408
22409 * pcmpl-gnu.el (pcomplete/tar): Check obsolete variable is bound.
22410
22411 Plain (f)boundp silences compilation warnings since Emacs 22.1.
22412 * progmodes/cc-cmds.el (delete-forward-p):
22413 * progmodes/cc-defs.el (buffer-syntactic-context-depth):
22414 * progmodes/cc-engine.el (buffer-syntactic-context):
22415 * progmodes/cc-fonts.el (face-property-instance):
22416 * progmodes/cc-mode.el (set-keymap-parents):
22417 * progmodes/cc-vars.el (get-char-table): No need for cc-bytecomp-defun.
22418 * progmodes/cc-defs.el (c-set-region-active, c-beginning-of-defun-1)
22419 * progmodes/cc-mode.el (c-make-inherited-keymap): Use plain fboundp.
22420 * progmodes/cc-defs.el (zmacs-region-stays, zmacs-regions)
22421 (lookup-syntax-properties): Remove unecessary cc-bytecomp-defvar.
22422
22423 * progmodes/cc-vars.el (other): Emacs has this widget since
22424 at least 21.1, so don't (re)define it.
22425
22426 * eshell/em-cmpl.el (eshell-cmpl-initialize):
22427 Replace the obsolete alias pcomplete-arg-quote-list.
22428
22429 2013-06-01 Leo Liu <sdl.web@gmail.com>
22430
22431 * progmodes/octave.el (octave-mode-syntax-table): Give `.'
22432 punctuation syntax.
22433 (inferior-octave-minimal-columns)
22434 (inferior-octave-last-column-width): New variables.
22435 (inferior-octave-track-window-width-change): New function.
22436 (inferior-octave-mode): Adjust column width so that Octave output,
22437 for example from 'ls', can fit into the window nicely.
22438
22439 2013-05-31 Dmitry Gutov <dgutov@yandex.ru>
22440
22441 * progmodes/ruby-mode.el (ruby-syntax-expansion-allowed-p):
22442 Highlight expansions inside regexp literals.
22443
22444 2013-05-31 Glenn Morris <rgm@gnu.org>
22445
22446 * obsolete/sym-comp.el (symbol-complete):
22447 Replace obsolete completion-annotate-function.
22448
22449 * progmodes/cc-vars.el (c-make-macro-with-semi-re): Silence compiler.
22450
22451 2013-05-31 Dmitry Gutov <dgutov@yandex.ru>
22452
22453 * progmodes/ruby-mode.el (ruby-syntax-expansion-allowed-p):
22454 New function, checks if point is inside a literal that allows
22455 expression expansion.
22456 (ruby-syntax-propertize-expansion): Use it.
22457 (ruby-syntax-propertize-function): Bind `case-fold-search' to nil
22458 around the body.
22459
22460 2013-05-30 Juri Linkov <juri@jurta.org>
22461
22462 * isearch.el (isearch-mode-map): Bind `isearch-toggle-invisible'
22463 to "\M-si".
22464 (isearch-invisible): New variable.
22465 (isearch-forward): Doc fix.
22466 (isearch-mode): Set `isearch-invisible'
22467 to the value of `search-invisible'.
22468 (isearch-toggle-case-fold): Doc fix.
22469 (isearch-toggle-invisible): New command.
22470 (isearch-query-replace): Let-bind `search-invisible'
22471 to the value of `isearch-invisible'.
22472 (isearch-search): Use `isearch-invisible' instead of
22473 `search-invisible'. Let-bind `search-invisible'
22474 to the value of `isearch-invisible'. (Bug#11378)
22475
22476 2013-05-30 Juri Linkov <juri@jurta.org>
22477
22478 * replace.el (perform-replace): Avoid `isearch-range-invisible'
22479 call when `query-flag' is nil and `search-invisible' is non-nil.
22480 (Bug#11746)
22481
22482 2013-05-30 Glenn Morris <rgm@gnu.org>
22483
22484 * progmodes/gdb-mi.el (gdb-wait-for-pending): Fix typo.
22485
22486 * progmodes/cc-bytecomp.el (cc-bytecomp-noruntime-functions): New.
22487 (cc-require): Suppress spurious "noruntime" warnings.
22488 (cc-require-when-compile): Use fboundp, for sake of compiler.
22489
22490 * progmodes/cc-mode.el: Move load of cc-vars before that of
22491 cc-langs (which in turn loads cc-vars), to quieten compiler.
22492
22493 2013-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
22494
22495 * paren.el: Simplify the code.
22496 (show-paren-mode): Always start the timer.
22497 (show-paren--idle-timer): Rename from show-paren-idle-timer.
22498 (show-paren--overlay, show-paren--overlay-1): Rename from
22499 show-paren-overlay and show-paren-overlay-1, and initialize to an
22500 overlay rather than to nil.
22501 (show-paren-function): Misc cleanup and simplifications.
22502
22503 2013-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
22504
22505 * paren.el (show-paren-data-function): New hook.
22506 (show-paren--default): New function, extracted from show-paren-function.
22507 (show-paren-function): Use show-paren-data-function.
22508
22509 2013-05-30 Glenn Morris <rgm@gnu.org>
22510
22511 * ielm.el (ielm-map, ielm-complete-symbol):
22512 Use completion-at-point rather than obsolete functions.
22513 (inferior-emacs-lisp-mode): Doc fix.
22514 Set completion-at-point-functions, rather than
22515 comint-dynamic-complete-functions.
22516
22517 * eshell/em-cmpl.el (eshell-complete-lisp-symbol): New function.
22518 (eshell-cmpl-initialize, eshell-complete-parse-arguments):
22519 Replace obsolete lisp-complete-symbol with eshell-complete-lisp-symbol.
22520
22521 * image.el (image-animated-p): Tweak definition.
22522
22523 * net/rlogin.el (rlogin-program, rlogin-explicit-args): Default to ssh.
22524 (rlogin-process-connection-type): Tweak default. Add set-after.
22525 (rlogin-host): Doc fix.
22526 (rlogin): Tweak prompt.
22527 (rlogin-tab-or-complete): Use completion-at-point rather than alias.
22528
22529 * net/net-utils.el (nslookup-mode-map, ftp-mode-map):
22530 * progmodes/tcl.el (inferior-tcl-mode-map):
22531 Use completion-at-point rather than obsolete alias.
22532
22533 * emacs-lisp/eieio.el (eieio-eval-default-p): Move before use.
22534
22535 * minibuffer.el (read-file-name-completion-ignore-case):
22536 Move before completion--in-region, for eager macro expansion.
22537
22538 2013-05-29 Juri Linkov <juri@jurta.org>
22539
22540 * replace.el (occur-engine): Rename `globalcount' to `global-lines'
22541 for total count of matching lines. Add `global-matches' for total
22542 count of matches. Rename `matches' to `lines' for count of
22543 matching lines. Add `matches' for count of matches.
22544 Rename `lines' to `curr-line' for line count. Rename `prev-lines'
22545 to `prev-line' for line number of prev match endpt.
22546 Increment `matches' for every match. Print the number of
22547 matching lines in the header.
22548 (occur-context-lines): Rename `lines' to `curr-line'.
22549 Rename `prev-lines' to `prev-line'. (Bug#14017)
22550
22551 2013-05-29 Juri Linkov <juri@jurta.org>
22552
22553 * replace.el (perform-replace): Add `skip-read-only-count',
22554 `skip-filtered-count', `skip-invisible-count' let-bound to 0.
22555 Increment them for corresponding conditions and report the number
22556 of skipped occurrences in the final message. (Bug#11746)
22557 (query-replace, query-replace-regexp, query-replace-regexp-eval)
22558 (replace-string, replace-regexp): Doc fix.
22559
22560 2013-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
22561
22562 * emacs-lisp/trace.el (trace--read-args): Provide a default.
22563
22564 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Inherit from
22565 prog-mode-map (bug#14504).
22566
22567 2013-05-29 Leo Liu <sdl.web@gmail.com>
22568
22569 * progmodes/octave.el (octave-indent-comment): Tweak regexps.
22570 (octave-help): Small simplification.
22571
22572 * emacs-lisp/smie.el (smie-highlight-matching-block): Always turn
22573 off the highlight first.
22574
22575 2013-05-29 Glenn Morris <rgm@gnu.org>
22576
22577 * progmodes/idlwave.el (idlwave-concatenate-rinfo-lists):
22578 Handle idlwave-last-system-routine-info-cons-cell being nil.
22579
22580 * progmodes/idlwave.el (idlwave-scan-user-lib-files)
22581 (idlwave-write-paths): Simplify via with-temp-buffer.
22582
22583 * emulation/cua-gmrk.el: Also load cua-base, cua-rect at run time.
22584 * emulation/cua-rect.el: Also load cua-base at run time.
22585
22586 * progmodes/cperl-mode.el (imenu-choose-buffer-index)
22587 (file-of-tag, etags-snarf-tag, etags-goto-tag-location): Declare.
22588 (cperl-imenu-on-info): Require imenu.
22589
22590 2013-05-28 Alan Mackenzie <acm@muc.de>
22591
22592 Handle "capitalised keywords" correctly.
22593 * progmodes/cc-mode.el (c-after-change): Bind case-fold-search to nil.
22594
22595 2013-05-28 Aidan Gauland <aidalgol@amuri.net>
22596
22597 * eshell/em-unix.el: Add -r option to cp.
22598
22599 2013-05-28 Glenn Morris <rgm@gnu.org>
22600
22601 * vc/vc-arch.el (vc-exec-after): Declare.
22602 (vc-switches): Autoload.
22603 * vc/vc-bzr.el: No need to require vc when compiling.
22604 (vc-exec-after, vc-set-async-update, vc-default-dir-printer)
22605 (vc-resynch-buffer, vc-dir-refresh): Declare.
22606 (vc-setup-buffer, vc-switches): Autoload.
22607 * vc/vc-cvs.el (vc-exec-after, vc-coding-system-for-diff)
22608 (vc-resynch-buffer): Declare.
22609 (vc-switches, vc-default-revert, vc-version-backup-file): Autoload.
22610 * vc/vc-dir.el (desktop-missing-file-warning): Declare.
22611 * vc/vc-git.el (vc-exec-after, vc-set-async-update)
22612 (grep-read-regexp, grep-read-files, grep-expand-template)
22613 (vc-dir-refresh): Declare.
22614 (vc-setup-buffer, vc-switches, vc-resynch-buffer): Autoload.
22615 * vc/vc-hg.el (vc-exec-after, vc-set-async-update): Declare.
22616 (vc-setup-buffer, vc-switches, vc-do-async-command): Autoload.
22617 * vc/vc-mtn.el (vc-exec-after): Declare.
22618 (vc-switches): Autoload.
22619 * vc/vc-rcs.el (vc-expand-dirs, vc-switches)
22620 (vc-tag-precondition, vc-buffer-sync, vc-rename-master): Autoload.
22621 (vc-file-tree-walk): Declare.
22622 * vc/vc-sccs.el (vc-file-tree-walk): Declare.
22623 (vc-expand-dirs, vc-switches, vc-setup-buffer, vc-delistify)
22624 (vc-tag-precondition, vc-rename-master): Autoload.
22625 * vc/vc-svn.el (vc-exec-after): Declare.
22626 (vc-switches, vc-setup-buffer): Autoload.
22627 * obsolete/vc-mcvs.el (vc-checkout, vc-switches, vc-default-revert):
22628 Autoload.
22629 (vc-resynch-buffer): Declare.
22630
22631 * obsolete/fast-lock.el (byte-compile-warnings):
22632 Don't warn about obsolete features in this obsolete file.
22633
22634 * progmodes/cc-vars.el (c-macro-names-with-semicolon):
22635 Move definition before use.
22636
22637 * play/dunnet.el (byte-compile-warnings): Don't disable them all.
22638 (dun-unix-verbs): Remove dun-zippy.
22639 (dun-zippy): Remove function.
22640
22641 * emacs-lisp/bytecomp.el (byte-compile-warnings): Doc fix.
22642
22643 2013-05-27 Juri Linkov <juri@jurta.org>
22644
22645 * replace.el (replace-search): New function with code moved out
22646 from `perform-replace'.
22647 (replace-highlight, replace-dehighlight): Move function definitions
22648 up closer to `replace-search'. (Bug#11746)
22649
22650 2013-05-27 Juri Linkov <juri@jurta.org>
22651
22652 * replace.el (perform-replace): Ignore invisible matches.
22653 In addition to checking `query-replace-skip-read-only', also
22654 filter out matches by calling `run-hook-with-args-until-failure'
22655 on `isearch-filter-predicates', and also check `search-invisible'
22656 for t or call `isearch-range-invisible'.
22657 (replace-dehighlight): Call `isearch-clean-overlays'. (Bug#11746)
22658
22659 2013-05-27 Juri Linkov <juri@jurta.org>
22660
22661 * isearch.el (isearch-filter-predicates): Rename from
22662 `isearch-filter-predicate'. Doc fix. (Bug#11378)
22663 (isearch-message-prefix): Display text from the property
22664 `isearch-message-prefix' of the currently active filters.
22665 (isearch-search): Don't compare `isearch-filter-predicate' with
22666 `isearch-filter-visible'. Call `run-hook-with-args-until-failure'
22667 on `isearch-filter-predicates'. Also check `search-invisible' for t
22668 or call `isearch-range-invisible'.
22669 (isearch-filter-visible): Make obsolete.
22670 (isearch-lazy-highlight-search):
22671 Call `run-hook-with-args-until-failure' on
22672 `isearch-filter-predicates' and use `isearch-range-invisible'.
22673
22674 * info.el (Info-search): Call `run-hook-with-args-until-failure' on
22675 `isearch-filter-predicates' instead of `funcall'ing
22676 `isearch-filter-predicate'.
22677 (Info-mode): Set `Info-isearch-filter' to
22678 `isearch-filter-predicates' instead of `isearch-filter-predicate'.
22679
22680 * dired-aux.el (dired-isearch-filter-predicate-orig):
22681 Remove variable.
22682 (dired-isearch-filenames-toggle, dired-isearch-filenames-setup)
22683 (dired-isearch-filenames-end): Add and remove
22684 `dired-isearch-filter-filenames' in `isearch-filter-predicates'
22685 instead of changing the value of `isearch-filter-predicate'.
22686 Rebind `dired-isearch-filenames-toggle' from "\M-sf" to "\M-sff".
22687 (dired-isearch-filter-filenames): Don't use `isearch-filter-visible'.
22688 Put property `isearch-message-prefix' to "filename " on
22689 `dired-isearch-filter-filenames'.
22690
22691 * wdired.el (wdired-change-to-wdired-mode):
22692 Add `isearch-filter-predicates' to `wdired-isearch-filter-read-only'
22693 locally instead of changing `isearch-filter-predicate'.
22694 (wdired-isearch-filter-read-only): Don't use `isearch-filter-visible'.
22695
22696 2013-05-27 Dmitry Gutov <dgutov@yandex.ru>
22697
22698 * vc/vc-git.el (vc-git-working-revision): When in detached mode,
22699 return the commit hash (Bug#14459). Also set the
22700 `vc-git-detached' property.
22701 (vc-git--rev-parse): Extract from `vc-git-previous-revision'.
22702 (vc-git-mode-line-string): Use the same help-echo format whether
22703 in detached mode or not, because we know the actual revision now.
22704 When in detached mode, shorten the revision to 7 chars.
22705
22706 2013-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
22707
22708 * emacs-lisp/easy-mmode.el (define-minor-mode):
22709 * emacs-lisp/derived.el (define-derived-mode): Always defvar the
22710 mode hook and provide a docstring.
22711
22712 2013-05-27 Alan Mackenzie <acm@muc.de>
22713
22714 Remove spurious syntax-table text properties inserted by C-y.
22715 * progmodes/cc-mode.el (c-after-change): Also clear hard
22716 syntax-table property with value nil.
22717
22718 2013-05-27 Michael Albinus <michael.albinus@gmx.de>
22719
22720 * net/dbus.el (dbus-call-method): Let-bind `inhibit-redisplay'
22721 when reading the events; the buffer layout shall not be changed.
22722
22723 2013-05-27 Leo Liu <sdl.web@gmail.com>
22724
22725 * progmodes/octave.el (inferior-octave-directory-tracker-resync):
22726 New variable.
22727 (inferior-octave-directory-tracker): Automatically re-sync
22728 default-directory.
22729 (octave-help): Improve handling of 'See also'.
22730
22731 2013-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
22732
22733 * doc-view.el: Minor naming convention tweaks.
22734 (desktop-buffer-mode-handlers): Don't add to it repeatedly.
22735
22736 * image-mode.el (image-mode-reapply-winprops): Call image-mode-winprops
22737 even if there's no `display' property yet (bug#14435).
22738
22739 2013-05-25 Eli Zaretskii <eliz@gnu.org>
22740
22741 * subr.el (unmsys--file-name): Rename from reveal-filename.
22742
22743 * Makefile.in (custom-deps, finder-data, autoloads)
22744 ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
22745 ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
22746 ($(CAL_DIR)/hol-loaddefs.el): All users changed.
22747
22748 2013-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
22749
22750 * emacs-lisp/lisp.el (lisp-completion-at-point): Don't use
22751 error-completion on the first 2 args of condition-case (bug#14446).
22752 Don't burp at EOB.
22753
22754 2013-05-25 Leo Liu <sdl.web@gmail.com>
22755
22756 * comint.el (comint-previous-matching-input): Do not flood the
22757 *Messages* buffer with trivial messages.
22758
22759 2013-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
22760
22761 * progmodes/flymake.el (flymake-nop): Don't return a string.
22762 (flymake-set-at): Fix typo.
22763
22764 * simple.el (read--expression): New function, extracted from
22765 eval-expression. Set completion-at-point-functions (bug#14465).
22766 (eval-expression, eval-minibuffer): Use it.
22767
22768 2013-05-25 Xue Fuqiao <xfq.free@gmail.com>
22769
22770 * progmodes/flymake.el (flymake-save-buffer-in-file)
22771 (flymake-makehash, flymake-posn-at-point-as-event, flymake-nop)
22772 (flymake-selected-frame, flymake-log, flymake-ins-after)
22773 (flymake-set-at, flymake-get-buildfile-from-cache)
22774 (flymake-add-buildfile-to-cache, flymake-clear-buildfile-cache)
22775 (flymake-find-possible-master-files, flymake-save-buffer-in-file):
22776 Refine the doc string.
22777 (flymake-get-file-name-mode-and-masks): Reformat.
22778 (flymake-get-real-file-name-function): Fix a minor bug.
22779
22780 2013-05-24 Juri Linkov <juri@jurta.org>
22781
22782 * progmodes/grep.el (grep-mode-font-lock-keywords):
22783 Support =linenumber= format used by git-grep for lines with
22784 function names. (Bug#13549)
22785
22786 2013-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
22787
22788 * progmodes/octave.el (octave-smie-rules): Return nil rather than
22789 0 after a semi-colon; it works better for smie-auto-fill.
22790 (octave--indent-new-comment-line): New function.
22791 (octave-indent-new-comment-line): Use it (indirectly).
22792 (octave-mode): Don't disable smie-auto-fill. Use add-function to
22793 modify comment-line-break-function.
22794
22795 * emacs-lisp/smie.el (smie-auto-fill): Rework to be more robust.
22796 (smie-setup): Use add-function to set it.
22797
22798 2013-05-24 Sam Steingold <sds@gnu.org>
22799
22800 * sort.el (delete-duplicate-lines): Accept an optional `keep-blanks'
22801 argument (before the `interactive' argument).
22802
22803 2013-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
22804
22805 * image-mode.el (image-mode-winprops): Add winprops to
22806 image-mode-winprops-alist before running
22807 image-mode-new-window-functions.
22808 * doc-view.el (doc-view-new-window-function): Don't delay
22809 doc-view-goto-page via timers (bug#14435).
22810
22811 2013-05-24 Tassilo Horn <tsdh@gnu.org>
22812
22813 * doc-view.el: Integrate with desktop.el. (Bug#14435)
22814 (doc-view-desktop-save-buffer): New function.
22815 (doc-view-restore-desktop-buffer): New function.
22816 (desktop-buffer-mode-handlers):
22817 Add `doc-view-restore-desktop-buffer' as desktop.el buffer mode
22818 handler.
22819 (doc-view-mode): Set `doc-view-desktop-save-buffer' as custom
22820 `desktop-save-buffer' function.
22821
22822 2013-05-24 Michael Albinus <michael.albinus@gmx.de>
22823
22824 * net/tramp-gvfs.el (tramp-gvfs-enabled): New defconst.
22825 (tramp-gvfs-file-name-handler): Raise a user error when
22826 `tramp-gvfs-enabled' is nil.
22827 (top): Register signals only when `tramp-gvfs-enabled' is non-nil.
22828 Do not raise a user error when loading package. (Bug#14447)
22829
22830 * net/xesam.el: Move to obsolete/.
22831
22832 2013-05-24 Glenn Morris <rgm@gnu.org>
22833
22834 * font-lock.el (lisp-font-lock-keywords-2): Add with-coding-priority.
22835
22836 * emacs-lisp/chart.el (chart-sort): Replace obsolete `object-name'.
22837
22838 * progmodes/cperl-mode.el (cperl-mode): Use fboundp.
22839 (Info-find-node, Man-getpage-in-background): Declare.
22840
22841 * mail/unrmail.el (unrmail):
22842 Replace obsolete detect-coding-with-priority.
22843
22844 * net/socks.el (socks-split-string): Use this rather than split-string.
22845 (socks-nslookup-host): Update for above change.
22846 (dynamic-choice, s5-dynamic-choice-match)
22847 (s5-dynamic-choice-match-inline, s5-widget-value-create):
22848 Comment out unused code.
22849
22850 * tooltip.el (tooltip-use-echo-area): Warn only on 'set.
22851 * progmodes/gud.el (gud-gdb-completion-function): Move before use.
22852 (gud-tooltip-echo-area): Make obsolete.
22853 (gud-tooltip-process-output, gud-tooltip-tips): Also check tooltip-mode.
22854
22855 * progmodes/js.el (js--optimize-arglist): Declare.
22856
22857 * progmodes/ruby-mode.el (ruby-syntax-propertize-expansion): Declare.
22858
22859 * progmodes/which-func.el (ediff-window-A, ediff-window-B)
22860 (ediff-window-C): Declare.
22861
22862 * obsolete/pgg-gpg.el, obsolete/pgg-pgp.el, obsolete/pgg-pgp5.el:
22863 Tweak requires to silence compiler.
22864
22865 * obsolete/sym-comp.el: No need to load hipper-exp when compiling.
22866 (he-search-string, he-tried-table, he-expand-list)
22867 (he-init-string, he-string-member, he-substitute-string)
22868 (he-reset-string): Declare.
22869
22870 * obsolete/options.el (list-options): Use custom-variable-p,
22871 rather than obsolete alias.
22872
22873 2013-05-23 Sam Steingold <sds@gnu.org>
22874
22875 * simple.el (shell-command-on-region): Pass the `replace' argument
22876 down to `call-process-region' to comply with the doc as reported on
22877 <http://stackoverflow.com/questions/16720458/emacs-noninteractive-call-to-shell-command-on-region-always-deletes-region>
22878
22879 2013-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
22880
22881 * emacs-lisp/smie.el (smie-indent-forward-token)
22882 (smie-indent-backward-token): Handle string tokens (bug#14381).
22883
22884 2013-05-23 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
22885
22886 * ielm.el (ielm-menu): New menu.
22887 (inferior-emacs-lisp-mode): Set comment-start.
22888
22889 2013-05-23 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
22890
22891 * textmodes/reftex.el (reftex-ref-style-toggle):
22892 Fix deactivate action.
22893
22894 * textmodes/reftex-vars.el (reftex-ref-style-alist):
22895 Add cleveref macros.
22896
22897 * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
22898 Accept options for bibliography commands.
22899 * textmodes/reftex-vars.el (reftex-bibliography-commands):
22900 Add addbibresource. Basic Biblatex support.
22901
22902 2013-05-23 Michael Albinus <michael.albinus@gmx.de>
22903
22904 * net/tramp-gvfs.el (top):
22905 * net/xesam.el (xesam-dbus-unique-names): Suppress D-Bus errors
22906 when loading package. (Bug#14447)
22907
22908 2013-05-23 Glenn Morris <rgm@gnu.org>
22909
22910 * progmodes/js.el: No need to load comint when compiling.
22911 (ring-insert, comint-send-string, comint-send-input)
22912 (comint-last-input-end, ido-chop): Declare.
22913
22914 * vc/ediff-diff.el, vc/ediff-merg.el: Require ediff-util at run-time.
22915 * vc/ediff-mult.el: Adjust requires.
22916 (ediff-directories-internal, ediff-directory-revisions-internal)
22917 (ediff-patch-file-internal): Declare.
22918 * vc/ediff-ptch.el: Adjust requires.
22919 (ediff-use-last-dir, ediff-buffers-internal): Declare.
22920 (ediff-find-file): Autoload.
22921 * vc/ediff-util.el: No need to load ediff when compiling.
22922 (ediff-regions-internal): Declare.
22923 * vc/ediff-wind.el: Adjust requires.
22924 (ediff-compute-toolbar-width): Define when compiling.
22925 (ediff-setup-control-buffer, ediff-make-bottom-toolbar): Declare.
22926 * vc/ediff.el: No need to load dired, ediff-ptch when compiling.
22927 (dired-get-filename, dired-get-marked-files)
22928 (ediff-last-dir-patch, ediff-patch-default-directory)
22929 (ediff-get-patch-buffer, ediff-dispatch-file-patching-job)
22930 (ediff-patch-buffer-internal): Declare.
22931
22932 * emacs-lisp/checkdoc.el: No need to load ispell when compiling.
22933 (ispell-process, ispell-buffer-local-words, lm-summary)
22934 (lm-section-start, lm-section-end): Declare.
22935 (checkdoc-ispell-init): Simplify.
22936
22937 * progmodes/vera-mode.el (he-init-string, he-dabbrev-beg)
22938 (he-string-member, he-reset-string, he-substitute-string): Declare.
22939
22940 * eshell/em-ls.el: Adjust requires.
22941 (eshell-glob-regexp): Declare.
22942 * eshell/em-tramp.el: Adjust requires.
22943 (eshell-parse-command): Autoload.
22944 * eshell/em-xtra.el: Adjust requires.
22945 (eshell-parse-command): Autoload.
22946 * eshell/esh-ext.el: Adjust requires.
22947 (eshell-parse-command, eshell-close-handles): Autoload.
22948 * eshell/esh-io.el: Adjust requires.
22949 (eshell-output-filter): Autoload.
22950 * eshell/esh-util.el: No need to load tramp when compiling.
22951 (tramp-file-name-structure, ange-ftp-ls, ange-ftp-file-modtime):
22952 Declare.
22953 (eshell-parse-ange-ls): Require ange-ftp and tramp.
22954 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
22955 * eshell/em-cmpl.el, eshell/em-glob.el, eshell/em-pred.el:
22956 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-smart.el:
22957 * eshell/em-term.el, eshell/esh-arg.el, eshell/esh-mode.el:
22958 * eshell/esh-opt.el, eshell/esh-proc.el:
22959 * eshell/esh-var.el: Adjust requires.
22960 * eshell/eshell.el: Do not require esh-util twice.
22961 (eshell-add-input-to-history): Declare.
22962 (eshell-command): Check history module is active before using it.
22963
22964 * eshell/em-ls.el (eshell-ls-dir): Fix -A handling.
22965
22966 2013-05-22 Leo Liu <sdl.web@gmail.com>
22967
22968 * progmodes/octave.el (inferior-octave-startup): Fix bug#14433.
22969
22970 2013-05-22 Michael Albinus <michael.albinus@gmx.de>
22971
22972 * autorevert.el (auto-revert-notify-add-watch)
22973 (auto-revert-notify-handler): Add `attrib' for the inotify case,
22974 it indicates changes in file modification time.
22975
22976 2013-05-22 Glenn Morris <rgm@gnu.org>
22977
22978 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
22979 Always delete the autoloaded function from the noruntime and
22980 unresolved functions lists.
22981
22982 * allout.el: No need to load epa, epg, overlay when compiling.
22983 (epg-context-set-passphrase-callback, epg-list-keys)
22984 (epg-decrypt-string, epg-encrypt-string, epg-user-id-string)
22985 (epg-key-user-id-list): Declare.
22986
22987 * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
22988 (viper-set-parsing-style-toggling-macro)
22989 (viper-set-emacs-state-searchstyle-macros):
22990 Use called-interactively-p on Emacs.
22991 (viper-looking-back): Make it an obsolete alias. Update callers.
22992 * emulation/viper-ex.el: Load viper-keym, not viper-cmd.
22993 Use looking-back rather than viper-looking-back.
22994 (viper-tmp-insert-at-eob, viper-enlarge-region)
22995 (viper-read-string-with-history, viper-register-to-point)
22996 (viper-append-to-register, viper-change-state-to-vi)
22997 (viper-backward-char-carefully, viper-forward-char-carefully)
22998 (viper-Put-back, viper-put-back, viper-add-newline-at-eob-if-necessary)
22999 (viper-change-state-to-emacs): Declare.
23000 * emulation/viper-macs.el: Load viper-mous, viper-ex, not viper-cmd.
23001 (viper-change-state-to-insert, viper-change-state-to-vi): Declare.
23002 * emulation/viper-mous.el: Do not load viper-cmd.
23003 (viper-backward-char-carefully, viper-forward-char-carefully)
23004 (viper-forward-word, viper-adjust-window): Declare.
23005
23006 * vc/ediff.el (ediff-version): Use called-interactively-p on Emacs.
23007
23008 * progmodes/idlw-help.el (idlwave-help-fontify):
23009 Use called-interactively-p.
23010
23011 * term/w32console.el (w32-get-console-codepage)
23012 (w32-get-console-output-codepage): Declare.
23013
23014 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape):
23015 Remove unnecessary declarations.
23016 (dframe-message): Doc fix.
23017
23018 * info.el (dframe-select-attached-frame, dframe-current-frame):
23019 Declare.
23020
23021 * speedbar.el (speedbar-message): Make it an obsolete alias.
23022 Update all callers.
23023 (speedbar-with-attached-buffer)
23024 (speedbar-maybee-jump-to-attached-frame): Make these aliases obsolete.
23025 (speedbar-with-writable): Use backquote.
23026 * emacs-lisp/eieio-opt.el (eieio-describe-class-sb):
23027 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click):
23028 Use dframe-with-attached-buffer, dframe-maybee-jump-to-attached-frame
23029 rather than speedbar- aliases.
23030 * mail/rmail.el: Load dframe rather than speedbar when compiling.
23031 (speedbar-make-specialized-keymap, speedbar-insert-button)
23032 (dframe-select-attached-frame, dframe-maybee-jump-to-attached-frame)
23033 (speedbar-do-function-pointer): Declare.
23034 (rmail-speedbar-button, rmail-speedbar-find-file)
23035 (rmail-speedbar-move-message):
23036 Use dframe-with-attached-buffer rather than speedbar- alias.
23037 * progmodes/gud.el: Load dframe rather than speedbar when compiling.
23038 (dframe-message, speedbar-make-specialized-keymap)
23039 (speedbar-add-expansion-list, speedbar-mode-functions-list)
23040 (speedbar-make-tag-line, speedbar-remove-localized-speedbar-support)
23041 (speedbar-insert-button, dframe-select-attached-frame)
23042 (dframe-maybee-jump-to-attached-frame)
23043 (speedbar-change-initial-expansion-list)
23044 (speedbar-previously-used-expansion-list-name): Declare.
23045 (gud-speedbar-item-info, gud-gdb-goto-stackframe):
23046 Use dframe-message, dframe-with-attached-buffer rather than
23047 speedbar- aliases.
23048 (gud-sentinel): Silence compiler.
23049 * progmodes/vhdl-mode.el (speedbar-refresh)
23050 (speedbar-do-function-pointer, speedbar-add-supported-extension)
23051 (speedbar-add-mode-functions-list, speedbar-make-specialized-keymap)
23052 (speedbar-change-initial-expansion-list, speedbar-add-expansion-list)
23053 (speedbar-extension-list-to-regex, speedbar-directory-buttons)
23054 (speedbar-file-lists, speedbar-make-tag-line)
23055 (speedbar-line-directory, speedbar-goto-this-file)
23056 (speedbar-center-buffer-smartly, speedbar-change-expand-button-char)
23057 (speedbar-delete-subblock, speedbar-position-cursor-on-line)
23058 (speedbar-make-button, speedbar-reset-scanners)
23059 (speedbar-files-item-info, speedbar-line-text)
23060 (speedbar-find-file-in-frame, speedbar-set-timer)
23061 (dframe-maybee-jump-to-attached-frame, speedbar-line-file): Declare.
23062 (speedbar-with-writable): Do not (re)define it.
23063 (vhdl-speedbar-find-file): Use dframe-maybee-jump-to-attached-frame
23064 rather than speedbar- alias.
23065
23066 2013-05-21 Leo Liu <sdl.web@gmail.com>
23067
23068 * progmodes/octave.el (octave-mode-menu): Update and re-organize
23069 menu items.
23070 (octave-mode): Tweak fill-nobreak-predicate.
23071 (inferior-octave-startup): Check process to avoid infinite loop.
23072 (inferior-octave): Pop to buffer first to show abornmal process
23073 exit information.
23074
23075 2013-05-21 Glenn Morris <rgm@gnu.org>
23076
23077 * printing.el (pr-menu-bar): Define when compiling.
23078
23079 2013-05-21 Leo Liu <sdl.web@gmail.com>
23080
23081 * progmodes/octave.el (octave-auto-fill): Remove.
23082 (octave-indent-new-comment-line): Improve.
23083 (octave-mode): Use auto fill mode through
23084 comment-line-break-function and fill-nobreak-predicate.
23085 (octave-goto-function-definition): Support DEFUN_DLD.
23086 (octave-beginning-of-defun): Small tweak.
23087 (octave-help): Show parent directory.
23088
23089 2013-05-21 Glenn Morris <rgm@gnu.org>
23090
23091 * files.el (dired-unmark):
23092 * progmodes/gud.el (gdb-input): Update declarations.
23093
23094 * calculator.el (electric, ehelp): No need to load when compiling.
23095 (Electric-command-loop, electric-describe-mode): Declare.
23096
23097 * doc-view.el (doc-view-current-converter-processes): Move before use.
23098
23099 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
23100 Move MODE-set-explicitly definition before use.
23101
23102 * international/mule-diag.el (mule-diag):
23103 Don't use obsolete window-system-version.
23104
23105 * mail/feedmail.el (smtpmail): No need to load when compiling.
23106 (smtpmail-via-smtp, smtpmail-smtp-server): Declare.
23107
23108 * mail/mail-utils.el (rfc822): No need to load when compiling.
23109 (rfc822-addresses): Autoload it.
23110 (mail-strip-quoted-names): Trivial simplification.
23111
23112 * mail/rmail.el (rmail-mime-message-p, rmail-mime-toggle-raw): Declare.
23113 (rmail-retry-failure): Don't assume that rmail-mime-feature == rmailmm.
23114
23115 * net/snmp-mode.el (tempo): Don't duplicate requires.
23116
23117 * progmodes/prolog.el (info): No need to load when compiling.
23118 (comint): Require before shell requires it.
23119 (Info-goto-node): Autoload it.
23120 (Info-follow-nearest-node): Declare.
23121 (prolog-help-info, prolog-goto-predicate-info): No need to require info.
23122
23123 * textmodes/artist.el (picture-mode-exit): Declare.
23124
23125 * textmodes/reftex-parse.el (reftex-parse-from-file):
23126 Trivial rewrite so the compiler can parse it better.
23127
23128 2013-05-20 Leo Liu <sdl.web@gmail.com>
23129
23130 * progmodes/octave.el (octave-help-mode-map)
23131 (octave-help-mode-finish-hook): New variables.
23132 (octave-help-mode, octave-help-mode-finish): New functions.
23133 (octave-help): Use octave-help-mode.
23134
23135 2013-05-20 Glenn Morris <rgm@gnu.org>
23136
23137 * format-spec.el (format-spec): Allow spec chars with nil. (Bug#14420)
23138
23139 2013-05-19 Dmitry Gutov <dgutov@yandex.ru>
23140
23141 * progmodes/ruby-mode.el (ruby-expression-expansion-re): Allow to
23142 start at point, so that expansion starting right after opening
23143 slash in a regexp is recognized.
23144 (ruby-syntax-before-regexp-re): New defvar, extracted from
23145 ruby-syntax-propertize-function. Since the value of this regexp
23146 is looked up at runtime now, we should be able to turn
23147 `ruby-syntax-methods-before-regexp' into a defcustom later.
23148 (ruby-syntax-propertize-function): Split regexp matching into two
23149 parts, for opening and closing slashes. That allows us to skip
23150 over string interpolations and support multiline regexps.
23151 Don't call `ruby-syntax-propertize-expansions', instead use another rule
23152 for them, which calls `ruby-syntax-propertize-expansion'.
23153 (ruby-syntax-propertize-expansions): Move `remove-text-properties'
23154 call to `ruby-syntax-propertize-function'.
23155 (ruby-syntax-propertize-expansion): Extracted from
23156 `ruby-syntax-propertize-expansions'. Handles one expansion.
23157 (ruby-syntax-propertize-percent-literal): Leave point right after
23158 the percent symbol, so that the expression expansion rule can
23159 propertize the contents.
23160 (ruby-syntax-propertize-heredoc): Leave point at bol following the
23161 heredoc openers.
23162 (ruby-syntax-propertize-expansions): Remove.
23163
23164 2013-05-18 Juri Linkov <juri@jurta.org>
23165
23166 * man.el (Man-default-man-entry): Remove `-' from the end
23167 of the default value. (Bug#14400)
23168
23169 2013-05-18 Glenn Morris <rgm@gnu.org>
23170
23171 * comint.el (comint-password-prompt-regexp):
23172 Allow "password for XXX" where XXX contains colons (eg https://...).
23173
23174 2013-05-18 Leo Liu <sdl.web@gmail.com>
23175
23176 * progmodes/octave.el (inferior-octave-startup): Use OCTAVE_SRCDIR
23177 instead. Include "--no-gui" to prevent hangs for Octave > 3.7.
23178 (octave-source-directories): Don't check process.
23179 (octave-source-directories, octave-find-definition): Doc fix.
23180
23181 2013-05-18 Glenn Morris <rgm@gnu.org>
23182
23183 * progmodes/vhdl-mode.el (vhdl-mode-map-init):
23184 Remove backspace/delete bindings. (Bug#14392)
23185
23186 * cus-dep.el (custom-make-dependencies): Sort the output.
23187 (custom-versions-load-alist): Convert comment to doc.
23188
23189 2013-05-17 Leo Liu <sdl.web@gmail.com>
23190
23191 * newcomment.el (comment-search-backward): Stricter in finding
23192 comment start. (Bug#14303)
23193
23194 * progmodes/octave.el (octave-comment-start): Remove the SPC char.
23195 (octave-comment-start-skip): Properly anchored.
23196
23197 2013-05-17 Leo Liu <sdl.web@gmail.com>
23198
23199 * emacs-lisp/smie.el (smie-highlight-matching-block-mode):
23200 Clean up when turned off. (Bug#14395)
23201 (smie--highlight-matching-block-overlay): No longer buffer-local.
23202 (smie-highlight-matching-block): Adjust.
23203
23204 2013-05-17 Paul Eggert <eggert@cs.ucla.edu>
23205
23206 Doc string fix for "nanoseconds" (Bug#14406).
23207 * emacs-lisp/timer.el (timer-relative-time, timer-inc-time):
23208 Fix doc string typo that had "nanoseconds" instead of "microseconds".
23209
23210 2013-05-17 Jay Belanger <jay.p.belanger@gmail.com>
23211
23212 * calc/calc-units.el (math-extract-units): Preserve powers
23213 of units.
23214
23215 2013-05-17 Leo Liu <sdl.web@gmail.com>
23216
23217 * subr.el (delete-consecutive-dups): New function.
23218 * ido.el (ido-set-matches-1): Use it.
23219 * progmodes/octave.el (inferior-octave-completion-table): Use it.
23220 * ido.el (ido-remove-consecutive-dups): Remove.
23221
23222 2013-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
23223
23224 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
23225 (f90-hpf-keywords-re, f90-constants-re): Use \\_< rather than
23226 regexp-opt's `words'.
23227
23228 2013-05-16 Leo Liu <sdl.web@gmail.com>
23229
23230 * emacs-lisp/smie.el (smie-matching-block-highlight): New face.
23231 (smie--highlight-matching-block-overlay)
23232 (smie--highlight-matching-block-lastpos)
23233 (smie--highlight-matching-block-timer): New variables.
23234 (smie-highlight-matching-block): New function.
23235 (smie-highlight-matching-block-mode): New minor mode. (Bug#14395)
23236 (smie-setup): Conditionally enable smie-blink-matching-open.
23237
23238 2013-05-16 Wilson Snyder <wsnyder@wsnyder.org>
23239
23240 Sync with upstream verilog-mode r840.
23241 * progmodes/verilog-mode.el (verilog-mode-version)
23242 (verilog-mode-release-date): Update.
23243 (verilog-auto-lineup, verilog-auto-reset): Doc fixes.
23244 (verilog-sig-tieoff): Fix string error on
23245 AUTORESET with colon define, bug594. Reported by Andrew Hou.
23246 (verilog-read-decls): Fix parameters confusing
23247 AUTOINST interfaces, bug565. Reported by Leith Johnson.
23248
23249 2013-05-16 Eli Zaretskii <eliz@gnu.org>
23250
23251 * subr.el (reveal-filename): New function.
23252
23253 * loadup.el: Compute Emacs executable versions on MS-Windows,
23254 where executables have the .exe extension. Add a hard link
23255 emacs-XX.YY.ZZ.exe on MS-Windows.
23256
23257 * Makefile.in (XARGS_LIMIT): New variable.
23258 (custom-deps, finder-data, autoloads)
23259 ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
23260 ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
23261 ($(CAL_DIR)/hol-loaddefs.el): Use reveal-filename.
23262 (compile-main): Limit xargs according to $(XARGS_LIMIT).
23263
23264 2013-05-16 Leo Liu <sdl.web@gmail.com>
23265
23266 * progmodes/octave.el (octave-indent-defun): Mark obsolete.
23267 (octave-mode-menu, octave-mode-map): Remove its uses.
23268
23269 2013-05-16 Reto Zimmermann <reto@gnu.org>
23270
23271 Sync with upstream vhdl mode v3.34.2.
23272 * progmodes/vhdl-mode.el: Use `push' throughout.
23273 (vhdl-version, vhdl-time-stamp, vhdl-doc-release-notes): Update.
23274 (vhdl-compiler-alist): Replace "\t\n" by "\\t\\n".
23275 Add IBM & Quartus compiler. Enhance entry for ADVance MS compiler.
23276 (vhdl-actual-generic-name): New option to derive actual generic name.
23277 (vhdl-port-paste-signals): Replace formal by actual generics.
23278 (vhdl-beautify): New name for old group vhdl-align. Update users.
23279 (vhdl-beautify-options): New option.
23280 (vhdl-last-input-event): New compat alias. Use throughout.
23281 (vhdl-goto-line): Replace user level function `goto-line'.
23282 (vhdl-mode-map): Add bindings for vhdl-fix-statement-region,
23283 vhdl-fix-statement-buffer.
23284 (vhdl-create-mode-menu): Add some entries.
23285 (vhdl-align-region-groups): Respect vhdl-beautify-options.
23286 (vhdl-align-inline-comment-region-1): Handle "--" inside string.
23287 (vhdl-fixup-whitespace-region): Handle symbols at EOL.
23288 (vhdl-fix-statement-region, vhdl-fix-statement-buffer): New commands,
23289 to force statements on one line.
23290 (vhdl-remove-trailing-spaces-region):
23291 New, split from vhdl-remove-trailing-spaces.
23292 (vhdl-beautify-region): Fix statements, trailing spaces, ^M character.
23293 Respect vhdl-beautify-options.
23294 (vhdl-update-sensitivity-list-buffer): If non-interactive save buffer.
23295 (vhdl-update-sensitivity-list): Not add with index if exists without.
23296 Not include array index with signal. Ignore keywords in comments.
23297 (vhdl-get-visible-signals): Regexp tweaks.
23298 (vhdl-template-component-inst): Handle empty library.
23299 (vhdl-template-type): Add template for 'enum' type.
23300 (vhdl-port-paste-generic-map, vhdl-port-paste-constants):
23301 Use vhdl-replace-string.
23302 (vhdl-port-paste-signals): Use vhdl-prepare-search-1.
23303 (vhdl-speedbar-mode-map): Rename from vhdl-speedbar-key-map.
23304 (vhdl-speedbar-initialize): Update for above name change.
23305 (vhdl-compose-wire-components): Fix in handling of constants.
23306 (vhdl-error-regexp-emacs-alist): New variable.
23307 (vhdl-error-regexp-add-emacs): New function;
23308 adds support for new compile.el (Emacs 22+)
23309 (vhdl-generate-makefile-1): Change target order for single lib. units.
23310 Allow use of absolute file names.
23311
23312 2013-05-16 Leo Liu <sdl.web@gmail.com>
23313
23314 * simple.el (prog-indent-sexp): Indent enclosing defun.
23315
23316 2013-05-15 Glenn Morris <rgm@gnu.org>
23317
23318 * cus-start.el (show-trailing-whitespace): Move to editing basics.
23319 * faces.el (trailing-whitespace): Don't use whitespace-faces group.
23320 * obsolete/old-whitespace.el (whitespace-faces): Remove group.
23321 (whitespace-highlight): Move to whitespace group.
23322
23323 * comint.el (comint-source):
23324 * pcmpl-linux.el (pcmpl-linux):
23325 * shell.el (shell-faces):
23326 * eshell/esh-opt.el (eshell-opt):
23327 * international/ccl.el (ccl): Remove empty custom groups.
23328
23329 * completion.el (dynamic-completion-mode):
23330 * jit-lock.el (jit-lock-debug-mode):
23331 * minibuffer.el (completion-in-region-mode):
23332 * type-break.el (type-break-mode-line-message-mode)
23333 (type-break-query-mode):
23334 * emulation/tpu-edt.el (tpu-edt-mode):
23335 * progmodes/subword.el (global-subword-mode, global-superword-mode):
23336 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
23337 * term/vt100.el (vt100-wide-mode): Specify explicit :group.
23338
23339 * term/xterm.el (xterm): Change parent group to terminals.
23340
23341 * master.el (master): Remove empty custom group.
23342 (master-mode): Remove unused :group argument.
23343 * textmodes/refill.el (refill): Remove empty custom group.
23344 (refill-mode): Remove unused :group argument.
23345
23346 * textmodes/rst.el (rst-compile-toolsets): Use rst-compile group.
23347
23348 * cus-dep.el: Provide a feature.
23349 (custom-make-dependencies): Ignore dotfiles (dir-locals).
23350 Don't mistakenly ignore files whose basenames match a basename
23351 from preloaded-file-list (eg cedet/ede/simple.el).
23352 Add a fallback method for getting :group.
23353
23354 2013-05-15 Juri Linkov <juri@jurta.org>
23355
23356 * isearch.el (isearch-char-by-name): Rename from
23357 `isearch-insert-char-by-name'. Doc fix.
23358 (isearch-forward): Mention `isearch-char-by-name' in
23359 the docstring. (Bug#13348)
23360
23361 * isearch.el (minibuffer-local-isearch-map): Bind "\r" to
23362 `exit-minibuffer' instead of
23363 `isearch-nonincremental-exit-minibuffer'.
23364 (isearch-edit-string): Remove mention of
23365 `isearch-nonincremental-exit-minibuffer' from docstring.
23366 (isearch-nonincremental-exit-minibuffer): Mark as obsolete.
23367 (isearch-forward-exit-minibuffer)
23368 (isearch-reverse-exit-minibuffer): Add docstring. (Bug#13348)
23369
23370 2013-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
23371
23372 * loadup.el: Just use unversioned DOC.
23373
23374 * nxml/nxml-mode.el: Treat unclosed <[[, <?, comment, and other
23375 literals as extending to EOB.
23376 (nxml-last-fontify-end): Remove unused variable.
23377 (nxml-after-change1): Use with-silent-modifications.
23378 (nxml-extend-after-change-region): Simplify.
23379 (nxml-extend-after-change-region1): Remove function.
23380 (nxml-after-change1): Don't adjust for dependent regions.
23381 (nxml-fontify-matcher): Simplify.
23382 * nxml/xmltok.el (xmltok-dependent-regions): Remove variable.
23383 (xmltok-add-dependent): Remove function.
23384 (xmltok-scan-after-lt, xmltok-scan-after-processing-instruction-open)
23385 (xmltok-scan-after-comment-open, xmltok-scan-prolog-literal)
23386 (xmltok-scan-prolog-after-processing-instruction-open): Treat
23387 unclosed <[[, <?, comment, and other literals as extending to EOB.
23388 * nxml/rng-valid.el (rng-mark-xmltok-dependent-regions)
23389 (rng-mark-xmltok-dependent-region, rng-dependent-region-changed):
23390 Remove functions.
23391 (rng-do-some-validation-1): Don't mark dependent regions.
23392 * nxml/nxml-rap.el (nxml-adjust-start-for-dependent-regions)
23393 (nxml-mark-parse-dependent-regions, nxml-mark-parse-dependent-region)
23394 (nxml-clear-dependent-regions): Remove functions.
23395 (nxml-scan-after-change, nxml-scan-prolog, nxml-tokenize-forward)
23396 (nxml-ensure-scan-up-to-date):
23397 Don't clear&mark dependent regions.
23398
23399 2013-05-15 Leo Liu <sdl.web@gmail.com>
23400
23401 * progmodes/octave.el (octave-goto-function-definition):
23402 Improve and fix callers.
23403
23404 2013-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
23405
23406 * emacs-lisp/cl-extra.el (cl-getf): Return the proper value in
23407 the setter (bug#14387).
23408
23409 * progmodes/f90.el (f90-blocks-re): Include the terminating \> in the
23410 surrounding group (bug#14402).
23411
23412 2013-05-14 Juri Linkov <juri@jurta.org>
23413
23414 * subr.el (find-tag-default-as-regexp): Return nil if `tag' is nil.
23415 (Bug#14390)
23416
23417 2013-05-14 Glenn Morris <rgm@gnu.org>
23418
23419 * progmodes/f90.el (f90-imenu-generic-expression):
23420 Fix typo in 2013-05-08 change. (Bug#14402)
23421
23422 2013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
23423
23424 * progmodes/gdb-mi.el (gdb-running, gdb-starting):
23425 Remove signals for which replies are never received.
23426
23427 2013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
23428
23429 * progmodes/gdb-mi.el: Fix non-responsive gud commands (bug#13845)
23430 (gdb-handler-alist, gdb-handler-number): Remove variables.
23431 (gdb-handler-list): New variable.
23432 (gdb-add-handler, gdb-delete-handler, gdb-get-handler-function)
23433 (gdb-pending-handler-p, gdb-handle-reply)
23434 (gdb-remove-all-pending-triggers): New functions.
23435 (gdb-discard-unordered-replies): New defcustom.
23436 (gdb-handler): New defstruct.
23437 (gdb-wait-for-pending): Fix invalid backquote. Use gdb-handler-list.
23438 instead of gdb-pending-triggers. Update docstring.
23439 (gdb-init-1): Remove dead variables. Initialize gdb-handler-list.
23440 (gdb-speedbar-update, gdb-speedbar-timer-fn, gdb-var-update)
23441 (gdb-var-update-handler, def-gdb-auto-update-trigger)
23442 (def-gdb-auto-update-handler, gdb-get-changed-registers)
23443 (gdb-changed-registers-handler, gdb-get-main-selected-frame)
23444 (gdb-frame-handler): Pending triggers are now automatically managed.
23445 (def-gdb-trigger-and-handler, def-gdb-auto-update-handler):
23446 Remove argument.
23447 (gdb-input): Automatically handles pending triggers. Update docstring.
23448 (gdb-resync): Replace gdb-pending-triggers by gdb-handler-list.
23449 (gdb-thread-exited, gdb-thread-selected, gdb-register-names-handler):
23450 Update comments.
23451 (gdb-done-or-error): Now use gdb-handle-reply.
23452
23453 2013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
23454
23455 * progmodes/gdb-mi.el (gdb-input): Include token numbers in
23456 gdb-debug-log.
23457
23458 2013-05-14 Glenn Morris <rgm@gnu.org>
23459
23460 * subr.el (user-emacs-directory-warning): New option.
23461 (locate-user-emacs-file): Handle non-accessible .emacs.d. (Bug#13930)
23462
23463 2013-05-14 Leo Liu <sdl.web@gmail.com>
23464
23465 * progmodes/octave.el (octave-font-lock-keywords): Fix error
23466 during redisplay.
23467 (octave-goto-function-definition, octave-find-definition): Minor tweaks.
23468 (octave-font-lock-texinfo-comment): Fix invalid search bound
23469 error: wrong side of point.
23470
23471 2013-05-14 Glenn Morris <rgm@gnu.org>
23472
23473 * progmodes/flymake.el (flymake-xml-program): New option.
23474 (flymake-xml-init): Use it.
23475
23476 * term/xterm.el: Provide a feature.
23477
23478 * term/sup-mouse.el: Move to obsolete/. Provide a feature.
23479
23480 2013-05-13 Glenn Morris <rgm@gnu.org>
23481
23482 * cus-dep.el (defcustom-mh, defgroup-mh, defface-mh):
23483 Add compat aliases as a hack workaround. (Bug#14384)
23484
23485 2013-05-13 Leo Liu <sdl.web@gmail.com>
23486
23487 * progmodes/octave.el (octave-indent-comment): Fix indentation for
23488 ###, and %!.
23489 (octave-mode-map): Bind octave-indent-defun to C-c C-q instead of
23490 C-M-q.
23491 (octave-comment-start-skip): Include %!.
23492 (octave-mode): Set comment-start-skip to octave-comment-start-skip.
23493
23494 2013-05-12 Leo Liu <sdl.web@gmail.com>
23495
23496 * progmodes/octave.el (inferior-octave-startup): Store the value
23497 of __octave_srcdir__ for octave-source-directories.
23498 (inferior-octave-check-process): New function refactored out of
23499 inferior-octave-send-list-and-digest.
23500 (octave-source-directories)
23501 (octave-find-definition-filename-function): New variables.
23502 (octave-source-directories)
23503 (octave-find-definition-default-filename): New functions.
23504 (octave-find-definition): Improve to find functions implemented in C++.
23505
23506 2013-05-12 Glenn Morris <rgm@gnu.org>
23507
23508 * calendar/diary-lib.el (diary-outlook-format-1):
23509 Don't include dayname in the output. (Bug#14349)
23510
23511 2013-05-11 Glenn Morris <rgm@gnu.org>
23512
23513 * emacs-lisp/autoload.el (generated-autoload-load-name): Doc fix.
23514
23515 * cus-dep.el (custom-make-dependencies): Only use safe local variables.
23516 Treat cc-provide like provide.
23517
23518 2013-05-11 Kevin Ryde <user42@zip.com.au>
23519
23520 * cus-dep.el (custom-make-dependencies):
23521 Use generated-autoload-load-name for the sake of files such
23522 such cedet/semantic/bovine/c.el, where the base file name
23523 is not in load-path. (Bug#5277)
23524
23525 2013-05-11 Glenn Morris <rgm@gnu.org>
23526
23527 * dos-vars.el, emacs-lisp/cl-indent.el, emulation/tpu-extras.el:
23528 Provide features.
23529
23530 2013-05-11 Leo Liu <sdl.web@gmail.com>
23531
23532 * progmodes/octave.el (octave-indent-comment): Improve.
23533 (octave-eldoc-message-style, octave-eldoc-cache): New variables.
23534 (octave-eldoc-function-signatures, octave-eldoc-function):
23535 New functions.
23536 (octave-mode, inferior-octave-mode): Add eldoc support.
23537
23538 2013-05-11 Richard Stallman <rms@gnu.org>
23539
23540 * epa.el (epa-decrypt-file): Take output file name as argument
23541 and read it using `interactive'.
23542
23543 2013-05-11 Leo Liu <sdl.web@gmail.com>
23544
23545 * progmodes/octave.el (octave-beginning-of-line)
23546 (octave-end-of-line): Check before using up-list because it jumps
23547 out of more syntactic contructs since moving to smie.
23548 (octave-indent-comment): New function.
23549 (octave-mode): Use it in smie-indent-functions. (Bug#14350)
23550 (octave-begin-keywords, octave-end-keywords)
23551 (octave-reserved-words, octave-smie-bnf-table)
23552 (octave-smie-rules): Add new keywords from Octave 3.6.4.
23553
23554 2013-05-11 Glenn Morris <rgm@gnu.org>
23555
23556 * faces.el (internal-face-x-get-resource):
23557 * frame.el (ns-display-monitor-attributes-list):
23558 * calc/calc-aent.el (math-to-radians-2):
23559 * emacs-lisp/package.el (tar-header-name, tar-header-link-type):
23560 Fix declarations.
23561
23562 * calc/calc-menu.el: Make it loadable in isolation.
23563
23564 * net/eudcb-bbdb.el: Make it loadable without bbdb.
23565 (eudc-bbdb-filter-non-matching-record, eudc-bbdb-extract-phones)
23566 (eudc-bbdb-extract-addresses, eudc-bbdb-format-record-as-result)
23567 (eudc-bbdb-query-internal): Require 'bbdb.
23568
23569 * lpr.el (lpr-headers-switches):
23570 * emacs-lisp/testcover.el (testcover-compose-functions): Fix :type.
23571
23572 * progmodes/sql.el (sql-login-params): Fix and improve :type.
23573
23574 * emulation/edt-mapper.el: In batch mode, error rather than hang.
23575
23576 * term.el (term-set-escape-char): Make it idempotent.
23577
23578 2013-05-10 Leo Liu <sdl.web@gmail.com>
23579
23580 * progmodes/octave.el (inferior-octave-completion-table):
23581 No longer a function and all uses changed. Use cache to speed up
23582 completion due to bug#11906.
23583 (octave-beginning-of-defun): Re-write to be more general.
23584
23585 2013-05-10 Glenn Morris <rgm@gnu.org>
23586
23587 * emacs-lisp/cl-macs.el (cl-loop): Doc fix.
23588
23589 2013-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
23590
23591 * comint.el (comint-redirect-send-command-to-process): Use :around
23592 rather than :override for comint-redirect-filter.
23593 (comint-redirect-filter): Add the corresponding `orig-filter' argument.
23594 Call it instead of comint-redirect-original-filter-function (which
23595 is gone). Reported by Juanma Barranquero <lekktu@gmail.com>.
23596
23597 2013-05-09 Jan Djärv <jan.h.d@swipnet.se>
23598
23599 * frame.el (display-monitor-attributes-list): Add NS case.
23600 (ns-display-monitor-attributes-list): Declare.
23601
23602 2013-05-09 Ulrich Mueller <ulm@gentoo.org>
23603
23604 * descr-text.el (describe-char): Fix %d/%x typo. (Bug#14360)
23605
23606 2013-05-09 Glenn Morris <rgm@gnu.org>
23607
23608 * international/fontset.el (vertical-centering-font-regexp):
23609 Set standard-value.
23610
23611 * tar-mode.el (tar-superior-buffer, tar-superior-descriptor): Add doc.
23612
23613 * bookmark.el (bookmark-search-delay):
23614 * cus-start.el (vertical-centering-font-regexp):
23615 * ps-mule.el (ps-mule-font-info-database-default):
23616 * ps-print.el (ps-default-fg, ps-default-bg):
23617 * type-break.el (type-break-good-break-interval):
23618 * whitespace.el (whitespace-indentation-regexp)
23619 (whitespace-space-after-tab-regexp):
23620 * emacs-lisp/testcover.el (testcover-1value-functions)
23621 (testcover-noreturn-functions, testcover-progn-functions)
23622 (testcover-prog1-functions):
23623 * emulation/viper-init.el (viper-emacs-state-cursor-color):
23624 * eshell/em-glob.el (eshell-glob-translate-alist):
23625 * play/tetris.el (tetris-tty-colors):
23626 * progmodes/cpp.el (cpp-face-default-list):
23627 * progmodes/flymake.el (flymake-allowed-file-name-masks):
23628 * progmodes/idlw-help.el (idlwave-help-browser-generic-program)
23629 (idlwave-help-browser-generic-args):
23630 * progmodes/make-mode.el (makefile-special-targets-list):
23631 * progmodes/python.el (python-shell-virtualenv-path):
23632 * progmodes/verilog-mode.el (verilog-active-low-regexp)
23633 (verilog-auto-input-ignore-regexp, verilog-auto-inout-ignore-regexp)
23634 (verilog-auto-output-ignore-regexp, verilog-auto-tieoff-ignore-regexp)
23635 (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp):
23636 * textmodes/reftex-vars.el (reftex-format-label-function):
23637 * textmodes/remember.el (remember-diary-file): Fix custom types.
23638
23639 * jka-cmpr-hook.el (jka-compr-mode-alist-additions): Fix typo.
23640 Add :version.
23641
23642 2013-05-09 Leo Liu <sdl.web@gmail.com>
23643
23644 * progmodes/octave.el (inferior-octave-completion-at-point):
23645 Restore file completion. (Bug#14300)
23646 (inferior-octave-startup): Fix incorrect highlighting for the
23647 first prompt.
23648
23649 2013-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
23650
23651 * progmodes/ruby-mode.el: First cut at SMIE support.
23652 (ruby-use-smie): New var.
23653 (ruby-smie-grammar): New constant.
23654 (ruby-smie--bosp, ruby-smie--implicit-semi-p)
23655 (ruby-smie--forward-token, ruby-smie--backward-token)
23656 (ruby-smie-rules): New functions.
23657 (ruby-mode-variables): Setup SMIE if applicable.
23658
23659 2013-05-08 Eli Zaretskii <eliz@gnu.org>
23660
23661 * simple.el (line-move-visual): Signal beginning/end of buffer
23662 only if vertical-motion moved less than it was requested. Avoids
23663 silly incorrect error messages when there are display strings with
23664 multiple newlines at EOL.
23665
23666 2013-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
23667
23668 * progmodes/vera-mode.el (vera-underscore-is-part-of-word):
23669 * progmodes/prolog.el (prolog-underscore-wordchar-flag)
23670 (prolog-char-quote-workaround):
23671 * progmodes/cperl-mode.el (cperl-under-as-char):
23672 * progmodes/vhdl-mode.el (vhdl-underscore-is-part-of-word):
23673 Mark as obsolete.
23674 (vhdl-mode-syntax-table, vhdl-mode-ext-syntax-table): Initialize in
23675 their declaration.
23676 (vhdl-mode-syntax-table-init): Remove.
23677
23678 * progmodes/m4-mode.el (m4-mode-syntax-table): Add comment on
23679 last change.
23680
23681 * progmodes/ld-script.el (ld-script-mode-syntax-table): Use symbol
23682 syntax for "_".
23683 (ld-script-font-lock-keywords):
23684 Change regexps to use things like \_< and \_>.
23685
23686 * progmodes/f90.el (f90-mode-syntax-table): Use symbol syntax for "_".
23687 Change all regexps to use things like \_< and \_>.
23688
23689 * progmodes/autoconf.el (autoconf-definition-regexp)
23690 (autoconf-font-lock-keywords, autoconf-current-defun-function):
23691 Handle a _ with symbol syntax.
23692 (autoconf-mode): Don't change the syntax-table for imenu and font-lock.
23693
23694 * progmodes/ada-mode.el (ada-mode-abbrev-table):
23695 Consolidate declaration.
23696 (ada-mode-syntax-table, ada-mode-symbol-syntax-table): Initialize in
23697 the declaration.
23698 (ada-create-syntax-table): Remove.
23699 (ada-capitalize-word): Don't mess with the syntax of "_" since it
23700 already has the right syntax nowadays.
23701 (ada-goto-next-word): Don't change the syntax of "_".
23702
23703 * font-lock.el (lisp-font-lock-keywords-2): Don't highlight obsolete
23704 with-wrapper-hook.
23705
23706 2013-05-08 Sam Steingold <sds@gnu.org>
23707
23708 * thingatpt.el (thing-at-point): Accept optional second argument
23709 NO-PROPERTIES to strip the text properties from the return value.
23710 * net/browse-url.el (browse-url-url-at-point): Pass NO-PROPERTIES
23711 to `thing-at-point' instead of stripping the properties ourselves.
23712 Also, when `thing-at-point' fails to find a url, prepend "http://"
23713 to the filename at point on the assumption that the user is
23714 pointing at something like gnu.org/gnu.
23715
23716 2013-05-08 Juanma Barranquero <lekktu@gmail.com>
23717
23718 * emacs-lisp/bytecomp.el (byte-compile-insert-header):
23719 * faces.el (crm-separator):
23720 Silence byte-compiler.
23721
23722 * progmodes/gud.el (gdb-speedbar-auto-raise, gud-tooltip-mode)
23723 (tool-bar-map): Remove unneeded defvars.
23724
23725 2013-05-08 Leo Liu <sdl.web@gmail.com>
23726
23727 Re-work a fix for bug#10994 based on Le Wang's patch.
23728 * ido.el (ido-remove-consecutive-dups): New helper.
23729 (ido-completing-read): Use it.
23730 (ido-chop): Revert fix for bug#10994.
23731
23732 2013-05-08 Adam Spiers <emacs@adamspiers.org>
23733
23734 * cus-edit.el (custom-save-variables):
23735 Pretty-print long values. (Bug#14187)
23736
23737 2013-05-08 Glenn Morris <rgm@gnu.org>
23738
23739 * progmodes/m4-mode.el (m4-program): Assume it is in PATH.
23740 (m4-mode-syntax-table): Init in the defvar.
23741 (m4-mode-abbrev-table): Let define-derived-mode define it.
23742
23743 2013-05-08 Tom Tromey <tromey@redhat.com>
23744
23745 * progmodes/m4-mode.el (m4-mode-syntax-table):
23746 Do not treat "_" as word constituent. (Bug#14167)
23747
23748 2013-05-07 Glenn Morris <rgm@gnu.org>
23749
23750 * eshell/em-hist.el (eshell-isearch-map): Initialize in the defvar.
23751 Remove explicit eshell-isearch-cancel-map.
23752
23753 * progmodes/f90.el (f90-smart-end-names): New option.
23754 (f90-smart-end): Doc fix.
23755 (f90-end-block-optional-name): New constant.
23756 (f90-block-match): Respect f90-smart-end-names.
23757
23758 2013-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
23759
23760 * progmodes/octave.el (octave-smie-forward-token): Be more careful
23761 about implicit semi-colons (bug#14218).
23762
23763 2013-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23764
23765 * frame.el (display-monitor-attributes-list)
23766 (frame-monitor-attributes): New functions.
23767
23768 2013-05-06 Leo Liu <sdl.web@gmail.com>
23769
23770 * progmodes/octave.el (octave-syntax-propertize-function): Change
23771 \'s syntax to escape when inside double-quoted strings. (Bug#14332)
23772 (octave-font-lock-keywords): Use octave-operator-regexp.
23773 (octave-completion-at-point): Rename from
23774 octave-completion-at-point-function.
23775 (inferior-octave-directory-tracker): Robustify.
23776 (octave-text-functions): Remove and fix its uses. No such things
23777 any more.
23778
23779 2013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
23780
23781 * emacs-lisp/trace.el (trace--display-buffer): New function.
23782 (trace-make-advice): Use it.
23783
23784 2013-05-06 Juri Linkov <juri@jurta.org>
23785
23786 * emacs-lisp/lisp-mode.el (eval-defun-2): Doc fix. (Bug#14344)
23787 (eval-defun-2, eval-defun, eval-last-sexp, eval-last-sexp-1):
23788 Doc fix.
23789 (emacs-lisp-mode-map): Replace "minibuffer" with "echo area"
23790 in the help string. (Bug#12985)
23791
23792 2013-05-06 Kelly Dean <kellydeanch@yahoo.com> (tiny change)
23793
23794 * simple.el (shell-command-on-region): Doc fix. (Bug#14279)
23795
23796 2013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
23797
23798 * progmodes/perl-mode.el: Add support for here documents.
23799 (perl-syntax-propertize-function): Match here-doc markers.
23800 (perl-syntax-propertize-special-constructs): Find their end.
23801 (perl-imenu-generic-expression): Use [:alnum:].
23802
23803 * emacs-lisp/nadvice.el (advice--member-p): Return the advice if found.
23804 (advice--add-function): Refresh the advice if already present
23805 (bug#14317).
23806
23807 2013-05-06 Ivan Andrus <darthandrus@gmail.com>
23808
23809 * find-file.el (cc-other-file-alist): Add ".m" for ObjC. (Bug#14339)
23810
23811 2013-05-06 Glenn Morris <rgm@gnu.org>
23812
23813 * w32-fns.el (w32-charset-info-alist): Declare.
23814
23815 * eshell/em-cmpl.el: Simply require pcomplete; eg we use a bunch
23816 of its defcustom properties.
23817 (eshell-cmpl-initialize): No need to load pcomplete.
23818
23819 * generic-x.el: No need to require comint when compiling.
23820
23821 * net/eudc-export.el: Make it loadable without bbdb.
23822 (top-level): Use require rather than load-library.
23823 (eudc-create-bbdb-record, eudc-bbdbify-phone)
23824 (eudc-batch-export-records-to-bbdb)
23825 (eudc-insert-record-at-point-into-bbdb, eudc-try-bbdb-insert):
23826 Require bbdb.
23827
23828 2013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
23829
23830 * progmodes/octave.el (octave-texinfo-font-lock-keywords): Remove.
23831 (octave-font-lock-texinfo-comment): Use texinfo-font-lock-keywords with
23832 some tweaks, instead.
23833
23834 2013-05-05 Leo Liu <sdl.web@gmail.com>
23835
23836 * progmodes/octave.el (octave-font-lock-keywords)
23837 (octave-font-lock-texinfo-comment): Adjust for the byte-compiler.
23838 (inferior-octave-send-list-and-digest): Improve error message.
23839 (octave-mode, inferior-octave-mode): Use setq-local.
23840 (octave-help): Set info-lookup-mode.
23841
23842 2013-05-05 Richard Stallman <rms@gnu.org>
23843
23844 * vc/compare-w.el (compare-windows-whitespace):
23845 Treat no-break space as whitespace.
23846
23847 * mail/rmailsum.el (rmail-summary-rmail-update):
23848 Detect empty summary and don't change selected message.
23849 (rmail-summary-goto-msg): Likewise.
23850
23851 * mail/rmailsum.el (rmail-new-summary, rmail-new-summary-1):
23852 Doc fixes, rename args.
23853
23854 2013-05-05 Alan Mackenzie <acm@muc.de>
23855
23856 * progmodes/cc-defs.el (c-version): Increment to 5.32.5.
23857
23858 2013-05-05 Juri Linkov <juri@jurta.org>
23859
23860 * info.el (Info-read-subfile): Use (point-min) instead of (point)
23861 to not add the length of the summary segment to the return value.
23862 (Bug#14125)
23863
23864 2013-05-05 Leo Liu <sdl.web@gmail.com>
23865
23866 * progmodes/octave.el (inferior-octave-strip-ctrl-g)
23867 (inferior-octave-output-filter): Remove.
23868 (octave-send-region, inferior-octave-startup): Fix callers.
23869 (inferior-octave-mode-map): Don't use comint-dynamic-complete.
23870 (octave-binary-file-extensions): New user variable.
23871 (octave-find-definition): Confirm if opening binary files.
23872 (octave-help-file): Use octave-find-definition to get the binary
23873 confirmation.
23874 (octave-help): Adjust for octave-help-file change.
23875
23876 2013-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
23877
23878 * progmodes/pascal.el (pascal-font-lock-keywords): Use backquotes.
23879 Merge the two entries that handle function definitions.
23880 (pascal--syntax-propertize): New const.
23881 (pascal-mode): Use it. Use setq-local.
23882
23883 2013-05-04 Glenn Morris <rgm@gnu.org>
23884
23885 * calendar/diary-lib.el (diary-from-outlook-function): New variable.
23886 (diary-from-outlook): Respect diary-from-outlook-function.
23887
23888 2013-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
23889
23890 * simple.el (read-expression-map): Use completion-at-point (bug#14255).
23891 Move the declaration from C.
23892 (read-minibuffer, eval-minibuffer): Move from C.
23893 (completion-setup-function): Avoid minibuffer-completion-contents.
23894
23895 2013-05-03 Leo Liu <sdl.web@gmail.com>
23896
23897 * progmodes/octave.el (octave-font-lock-keywords): Do not
23898 dehighlight 'end' in comments or strings.
23899 (octave-completing-read, octave-goto-function-definition):
23900 New helpers.
23901 (octave-help-buffer): New user variable.
23902 (octave-help-file, octave-help-function): New button types.
23903 (octave-help): New command and bind it to C-h ;.
23904 (octave-find-definition): New command and bind it to M-.
23905 (user-error): Alias to error if not defined.
23906
23907 2013-05-02 Leo Liu <sdl.web@gmail.com>
23908
23909 * progmodes/octave.el (octave-mode-syntax-table): Correct syntax
23910 for \. (bug#14332)
23911 (octave-font-lock-keywords): Include [ and {.
23912
23913 2013-05-02 Leo Liu <sdl.web@gmail.com>
23914
23915 * progmodes/octave.el (inferior-octave-startup-file): Change default.
23916 (inferior-octave): Remove calling comint-mode and return the buffer.
23917 (inferior-octave-startup): Cosmetic changes.
23918
23919 2013-05-02 Leo Liu <sdl.web@gmail.com>
23920
23921 * progmodes/octave.el (octave-syntax-propertize-function):
23922 Include the case when ' is at line beginning. (Bug#14336)
23923
23924 2013-05-02 Glenn Morris <rgm@gnu.org>
23925
23926 * vc/vc-dir.el (vc-dir-mode): Don't autoload it for everyone.
23927 * desktop.el (vc-dir-mode): Just autoload it here.
23928
23929 2013-05-02 Alan Mackenzie <acm@muc.de>
23930
23931 Eliminate variable c-standard-font-lock-fontify-region-function.
23932 * progmodes/cc-mode.el
23933 (c-standard-font-lock-fontify-region-function): Remove.
23934 (c-font-lock-fontify-region, c-after-font-lock-init): Adapt.
23935
23936 2013-05-01 Leo Liu <sdl.web@gmail.com>
23937
23938 * progmodes/octave.el: Compatible with older emacs-24 releases.
23939 (inferior-octave-has-built-in-variables): Remove. Built-in
23940 variables were removed from Octave in 2007.
23941 (inferior-octave-startup): Fix uses.
23942 (comint-line-beginning-position): Remove compatibility code for
23943 emacs 21.
23944
23945 2013-05-01 Juri Linkov <juri@jurta.org>
23946
23947 * isearch.el (isearch-forward, isearch-mode): Doc fix. (Bug#13923)
23948
23949 2013-05-01 Juri Linkov <juri@jurta.org>
23950
23951 * comint.el (comint-previous-matching-input): Don't print message
23952 "History item: %d" when `isearch-mode' is active.
23953 (comint-history-isearch-message): Print message "History item: %d"
23954 when `comint-input-ring-index' is not empty and this function is
23955 called from `isearch-update' with a nil `ellipsis'. (Bug#13223)
23956
23957 2013-05-01 Leo Liu <sdl.web@gmail.com>
23958
23959 * progmodes/octave.el (octave-abbrev-table): Remove abbrev
23960 definitions. Use completion-at-point to insert keywords.
23961 (octave-abbrev-start): Remove.
23962 (inferior-octave-mode, octave-mode): Use :abbrev-table instead.
23963
23964 2013-04-30 Leo Liu <sdl.web@gmail.com>
23965
23966 * progmodes/octave.el (inferior-octave-prompt-read-only): Fix last
23967 change.
23968
23969 2013-04-30 Alan Mackenzie <acm@muc.de>
23970
23971 Handle arbitrarily long C++ member initialisation lists.
23972 * progmodes/cc-engine.el (c-back-over-member-initializers):
23973 new function.
23974 (c-guess-basic-syntax): New CASE 5R (extracted from 5B) to handle
23975 (most) member init lists.
23976
23977 2013-04-30 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
23978
23979 * progmodes/octave.el (inferior-octave-prompt-read-only): New user
23980 variable.
23981
23982 2013-04-30 Leo Liu <sdl.web@gmail.com>
23983
23984 * progmodes/octave.el (octave-variables): Remove. No builtin
23985 variables any more. All converted to functions.
23986 (octave-font-lock-keywords, octave-completion-at-point-function):
23987 Fix uses.
23988 (octave-font-lock-texinfo-comment): New user variable.
23989 (octave-texinfo-font-lock-keywords): New variable for texinfo
23990 comment block.
23991 (octave-function-comment-block): New face.
23992 (octave-font-lock-texinfo-comment): New function.
23993 (octave-mode): Font lock texinfo comment block.
23994
23995 2013-04-29 Leo Liu <sdl.web@gmail.com>
23996
23997 * progmodes/octave.el (octave-font-lock-keywords): Handle 'end' in
23998 indexing expression.
23999 (octave-continuation-string): Do not use \.
24000 (inferior-octave-complete-impossible): Remove.
24001 (inferior-octave-completion-table)
24002 (inferior-octave-completion-at-point): Remove its uses.
24003 (inferior-octave-startup): completion_matches was introduced to
24004 Octave in 1996 so safe to assume it.
24005 (octave-function-file-comment): Improve to follow how Octave does it.
24006 (octave-update-function-file-comment): Tweak.
24007
24008 2013-04-29 Leo Liu <sdl.web@gmail.com>
24009
24010 * progmodes/octave.el (inferior-octave-startup-hook): Obsolete.
24011 (inferior-octave-startup): Remove inferior-octave-startup-hook.
24012 (octave-function-file-comment): Fix typo.
24013 (octave-sync-function-file-names): Use read-char-choice.
24014
24015 2013-04-28 Jay Belanger <jay.p.belanger@gmail.com>
24016
24017 * calc/calc.el (math-normalize): Don't set `math-normalize-error'
24018 to t for the less important warnings.
24019
24020 2013-04-27 Darren Hoo <darren.hoo@gmail.com> (tiny change)
24021
24022 * isearch.el (isearch-fail-pos): Check for empty `cmds'. (Bug#14268)
24023
24024 2013-04-27 Glenn Morris <rgm@gnu.org>
24025
24026 * vc/log-view.el (log-view-current-entry):
24027 Treat "---" separator lines as part of the following rev. (Bug#14169)
24028
24029 2013-04-27 Juri Linkov <juri@jurta.org>
24030
24031 * subr.el (read-number): Doc fix about using it by interactive
24032 code letter `n'. (Bug#14254)
24033
24034 2013-04-27 Juri Linkov <juri@jurta.org>
24035
24036 * desktop.el (desktop-auto-save-timeout): New option.
24037 (desktop-file-checksum): New variable.
24038 (desktop-save): Add optional arg `auto-save' and don't auto-save
24039 if nothing changed.
24040 (desktop-auto-save-timer): New variable.
24041 (desktop-auto-save, desktop-auto-save-set-timer): New functions.
24042 (after-init-hook): Call `desktop-auto-save-set-timer'.
24043 Suggested by Reuben Thomas <rrt@sc3d.org> in
24044 <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00327.html>.
24045
24046 2013-04-27 Leo Liu <sdl.web@gmail.com>
24047
24048 * progmodes/octave.el (octave-function-file-p)
24049 (octave-skip-comment-forward, octave-function-file-comment)
24050 (octave-update-function-file-comment): New functions.
24051 (octave-mode-map): Bind C-c ; to
24052 octave-update-function-file-comment.
24053 (octave-mode-menu): Add octave-update-function-file-comment.
24054 (octave-mode, inferior-octave-mode): Fix doc-string.
24055 (octave-insert-defun): Conform to Octave's coding convention.
24056 (Bug#14285)
24057
24058 * files.el (basic-save-buffer): Don't let errors in
24059 before-save-hook prevent saving buffer.
24060
24061 2013-04-20 Roland Winkler <winkler@gnu.org>
24062
24063 * faces.el (read-face-name): Use completing-read if arg multiple
24064 is nil.
24065
24066 2013-04-27 Ingo Lohmar <i.lohmar@gmail.com> (tiny change)
24067
24068 * ls-lisp.el (ls-lisp-insert-directory): If no files are
24069 displayed, move point to after the totals line.
24070 See http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00677.html
24071 for the details.
24072
24073 2013-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
24074
24075 * emacs-lisp/package.el (package-autoload-ensure-default-file):
24076 Add current dir to the load-path.
24077 (package-generate-autoloads): Don't rely on
24078 autoload-ensure-default-file.
24079
24080 2013-04-26 Reuben Thomas <rrt@sc3d.org>
24081
24082 * textmodes/remember.el (remember-store-in-files): Document that
24083 the file name format is passed to `format-time-string'.
24084
24085 2013-04-26 Leo Liu <sdl.web@gmail.com>
24086
24087 * progmodes/octave.el (octave-sync-function-file-names): New function.
24088 (octave-mode): Use it in before-save-hook.
24089
24090 2013-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
24091
24092 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Disable undo
24093 (bug#14274).
24094
24095 * progmodes/octave.el (octave-smie-forward-token): Properly skip
24096 \n and comment, even if it's not an implicit ; (bug#14218).
24097
24098 2013-04-26 Glenn Morris <rgm@gnu.org>
24099
24100 * subr.el (read-number): Once more use `read' rather than
24101 `string-to-number', to trap non-numeric input. (Bug#14254)
24102
24103 2013-04-26 Erik Charlebois <erikcharlebois@gmail.com>
24104
24105 * emacs-lisp/syntax.el (syntax-propertize-multiline):
24106 Use `syntax-multiline' text property consistently instead of
24107 `font-lock-multiline'. (Bug#14237)
24108
24109 2013-04-26 Glenn Morris <rgm@gnu.org>
24110
24111 * emacs-lisp/shadow.el (list-load-path-shadows):
24112 No longer necessary to check for duplicate simple.el, since
24113 2012-07-07 change to init_lread to not include installation lisp
24114 directories in load-path when running uninstalled. (Bug#14270)
24115
24116 2013-04-26 Leo Liu <sdl.web@gmail.com>
24117
24118 * progmodes/octave.el (octave-submit-bug-report): Obsolete.
24119 (octave-mode, inferior-octave-mode): Use setq-local.
24120 (octave-not-in-string-or-comment-p): Rename to
24121 octave-in-string-or-comment-p.
24122 (octave-in-comment-p, octave-in-string-p)
24123 (octave-in-string-or-comment-p): Replace defsubst with defun.
24124
24125 2013-04-25 Paul Eggert <eggert@cs.ucla.edu>
24126
24127 * Makefile.in (distclean): Remove $(lisp)/loaddefs.el~.
24128
24129 2013-04-25 Bastien Guerry <bzg@gnu.org>
24130
24131 * textmodes/remember.el (remember-data-directory)
24132 (remember-directory-file-name-format): Fix custom types.
24133
24134 2013-04-25 Leo Liu <sdl.web@gmail.com>
24135
24136 * progmodes/octave.el (octave-completion-at-point-function):
24137 Make use of inferior octave process.
24138 (octave-initialize-completions): Remove.
24139 (inferior-octave-completion-table): New function.
24140 (inferior-octave-completion-at-point): Use it.
24141 (octave-completion-alist): Remove.
24142
24143 2013-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
24144
24145 * progmodes/opascal.el: Use font-lock and syntax-propertize.
24146 (opascal-mode-syntax-table): New var.
24147 (opascal-literal-kind, opascal-is-literal-end)
24148 (opascal-literal-token-at): Rewrite.
24149 (opascal--literal-start-re, opascal-font-lock-keywords)
24150 (opascal--syntax-propertize): New constants.
24151 (opascal-font-lock-defaults): Adjust.
24152 (opascal-mode): Use them. Set comment-<foo> variables as well.
24153 (delphi-comment-face, opascal-comment-face, delphi-string-face)
24154 (opascal-string-face, delphi-keyword-face, opascal-keyword-face)
24155 (delphi-other-face, opascal-other-face): Remove face variables.
24156 (opascal-save-state): Remove macro.
24157 (opascal-fontifying-progress-step): Remove constant.
24158 (opascal--ignore-changes): Remove var.
24159 (opascal-set-token-property, opascal-parse-next-literal)
24160 (opascal-is-stable-literal, opascal-complete-literal)
24161 (opascal-is-literal-start, opascal-face-of)
24162 (opascal-parse-region, opascal-parse-region-until-stable)
24163 (opascal-fontify-region, opascal-after-change)
24164 (opascal-debug-show-is-stable, opascal-debug-unparse-buffer)
24165 (opascal-debug-parse-region, opascal-debug-parse-window)
24166 (opascal-debug-parse-buffer, opascal-debug-fontify-window)
24167 (opascal-debug-fontify-buffer): Remove.
24168 (opascal-debug-mode-map): Adjust accordingly.
24169
24170 2013-04-25 Leo Liu <sdl.web@gmail.com>
24171
24172 Merge octave-mod.el and octave-inf.el into octave.el with some
24173 cleanups.
24174 * progmodes/octave.el: New file renamed from octave-mod.el.
24175 * progmodes/octave-inf.el: Merged into octave.el.
24176 * progmodes/octave-mod.el: Renamed to octave.el.
24177
24178 2013-04-25 Tassilo Horn <tsdh@gnu.org>
24179
24180 * textmodes/reftex-vars.el
24181 (reftex-label-ignored-macros-and-environments): New defcustom.
24182
24183 * textmodes/reftex-parse.el (reftex-parse-from-file): Use it.
24184
24185 2013-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
24186
24187 * emacs-lisp/smie.el (smie-indent--hanging-p): Don't burp at EOB.
24188 (smie-indent-keyword): Improve the check to ensure that the next
24189 comment is really on the same line.
24190 (smie-indent-comment): Don't align with a subsequent closer (or eob).
24191
24192 * progmodes/octave-mod.el (octave-smie-forward-token): Only emit
24193 semi-colons if the line is not otherwise empty (bug#14218).
24194
24195 2013-04-25 Glenn Morris <rgm@gnu.org>
24196
24197 * vc/vc-bzr.el (vc-bzr-print-log): Tweak LIMIT = 1 case.
24198
24199 2013-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
24200
24201 * progmodes/opascal.el (opascal-set-token-property): Rename from
24202 opascal-set-text-properties and only set `token' (bug#14134).
24203 Suggested by Erik Knowles <eknowles@geosystemsoftware.com>.
24204 (opascal-literal-text-properties): Remove.
24205 (opascal-parse-next-literal, opascal-debug-unparse-buffer):
24206 Adjust callers.
24207
24208 2013-04-24 Reuben Thomas <rrt@sc3d.org>
24209
24210 * textmodes/remember.el (remember-handler-functions): Add an
24211 option for a new handler `remember-store-in-files'.
24212 (remember-data-directory, remember-directory-file-name-format):
24213 New options.
24214 (remember-store-in-files): New function to store remember notes
24215 as separate files within a directory.
24216
24217 2013-04-24 Magnus Henoch <magnus.henoch@gmail.com>
24218
24219 * progmodes/compile.el (compilation-next-error-function):
24220 Pass "formats" to compilation-find-file (bug#11777).
24221
24222 2013-04-24 Glenn Morris <rgm@gnu.org>
24223
24224 * vc/vc-bzr.el (vc-bzr-print-log):
24225 * vc/vc-hg.el (vc-hg-print-log):
24226 * vc/vc-svn.el (vc-svn-print-log):
24227 Fix START-REVISION with LIMIT != 1. (Bug#14168)
24228
24229 * vc/vc-bzr.el (vc-bzr-print-log):
24230 * vc/vc-cvs.el (vc-cvs-print-log):
24231 * vc/vc-git.el (vc-git-print-log):
24232 * vc/vc-hg.el (vc-hg-print-log):
24233 * vc/vc-mtn.el (vc-mtn-print-log):
24234 * vc/vc-rcs.el (vc-rcs-print-log):
24235 * vc/vc-sccs.el (vc-sccs-print-log):
24236 * vc/vc-svn.el (vc-svn-print-log):
24237 * vc/vc.el (vc-print-log-internal): Doc fixes.
24238
24239 2013-04-23 Glenn Morris <rgm@gnu.org>
24240
24241 * startup.el (normal-no-mouse-startup-screen, normal-about-screen):
24242 Remove venerable code attempting to avoid substitute-command-keys.
24243
24244 2013-04-23 Tassilo Horn <tsdh@gnu.org>
24245
24246 * textmodes/reftex-vars.el (reftex-label-regexps):
24247 Call `reftex-compile-variables' after changes to this variable.
24248
24249 2013-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
24250
24251 * jit-lock.el: Fix signals in jit-lock-force-redisplay (bug#13542).
24252 Use lexical-binding.
24253 (jit-lock-force-redisplay): Use markers, check buffer's continued
24254 existence and beware narrowed buffers.
24255 (jit-lock-fontify-now): Adjust call accordingly.
24256
24257 2013-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
24258
24259 * minibuffer.el (minibuffer-completion-contents): Fix obsolescence info
24260 to avoid misleading the user.
24261
24262 2013-04-22 Leo Liu <sdl.web@gmail.com>
24263
24264 * info-look.el: Prefer latex2e.info. (Bug#14240)
24265
24266 2013-04-22 Michael Albinus <michael.albinus@gmx.de>
24267
24268 Fix pack/unpack coding. Reported by David Smith <davidsmith@acm.org>.
24269
24270 * net/tramp-compat.el (tramp-compat-call-process): Move function ...
24271 * net/tramp.el (tramp-call-process): ... here.
24272 (tramp-set-completion-function, tramp-parse-putty):
24273 * net/tramp-adb.el (tramp-adb-execute-adb-command):
24274 * net/tramp-gvfs.el (tramp-gvfs-send-command):
24275 * net/tramp-sh.el (tramp-sh-handle-set-file-times)
24276 (tramp-set-file-uid-gid, tramp-sh-handle-write-region)
24277 (tramp-call-local-coding-command): Use `tramp-call-process'
24278 instead of `tramp-compat-call-process'.
24279
24280 * net/tramp-sh.el (tramp-perl-pack, tramp-perl-unpack): New defconst.
24281 (tramp-local-coding-commands, tramp-remote-coding-commands): Use them.
24282 (tramp-sh-handle-file-local-copy, tramp-sh-handle-write-region)
24283 (tramp-find-inline-compress): Improve traces.
24284 (tramp-maybe-send-script): Check for Perl binary.
24285 (tramp-get-inline-coding): Do not redirect STDOUT for local decoding.
24286
24287 2013-04-22 Daiki Ueno <ueno@gnu.org>
24288
24289 * epg.el (epg-context-pinentry-mode): New function.
24290 (epg-context-set-pinentry-mode): New function.
24291 (epg--start): Pass --pinentry-mode option to gpg command.
24292
24293 2013-04-21 Xue Fuqiao <xfq.free@gmail.com>
24294
24295 * comint.el (comint-dynamic-complete-functions, comint-mode-map):
24296 `comint-dynamic-complete' is obsolete since 24.1, replaced by
24297 `completion-at-point'. (Bug#13774)
24298
24299 * startup.el (normal-no-mouse-startup-screen): Bug fix, the
24300 default key binding for `describe-distribution' has been moved to
24301 `C-h C-o'. (Bug#13970)
24302
24303 2013-04-21 Glenn Morris <rgm@gnu.org>
24304
24305 * vc/vc.el (vc-print-log-setup-buttons, vc-print-log-internal):
24306 Add doc strings.
24307 (vc-print-log): Clarify interactive prompt.
24308
24309 2013-04-20 Glenn Morris <rgm@gnu.org>
24310
24311 * emacs-lisp/bytecomp.el (byte-compile-insert-header):
24312 No longer include timestamp etc information.
24313
24314 2013-04-20 Roland Winkler <winkler@gnu.org>
24315
24316 * faces.el (read-face-name): Bug fix, return just one face if arg
24317 multiple is nil. (Bug#14209)
24318
24319 2013-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
24320
24321 * emacs-lisp/nadvice.el (advice--where-alist): Add :override.
24322 (remove-function): Autoload.
24323
24324 * comint.el (comint-redirect-original-filter-function): Remove.
24325 (comint-redirect-cleanup, comint-redirect-send-command-to-process):
24326 * vc/vc-cvs.el (vc-cvs-annotate-process-filter)
24327 (vc-cvs-annotate-command):
24328 * progmodes/octave-inf.el (inferior-octave-send-list-and-digest):
24329 * progmodes/prolog.el (prolog-consult-compile):
24330 * progmodes/gdb-mi.el (gdb, gdb--check-interpreter):
24331 Use add/remove-function instead.
24332 * progmodes/gud.el (gud-tooltip-original-filter): Remove.
24333 (gud-tooltip-process-output, gud-tooltip-tips):
24334 Use add/remove-function instead.
24335 * progmodes/xscheme.el (xscheme-previous-process-state): Remove.
24336 (scheme-interaction-mode, exit-scheme-interaction-mode):
24337 Use add/remove-function instead.
24338
24339 * vc/vc-dispatcher.el: Use lexical-binding.
24340 (vc--process-sentinel): Rename from vc-process-sentinel.
24341 Change last arg to be the code to run. Don't use vc-previous-sentinel
24342 and vc-sentinel-commands any more.
24343 (vc-exec-after): Allow code to be a function. Use add/remove-function.
24344 (compilation-error-regexp-alist, view-old-buffer-read-only): Declare.
24345
24346 2013-04-19 Masatake YAMATO <yamato@redhat.com>
24347
24348 * progmodes/sh-script.el (sh-imenu-generic-expression):
24349 Handle function names with a single character. (Bug#14111)
24350
24351 2013-04-19 Dima Kogan <dima@secretsauce.net> (tiny change)
24352
24353 * progmodes/gud.el (gud-perldb-marker-filter): Understand position info
24354 for subroutines defined in an eval (bug#14182).
24355
24356 2013-04-19 Thierry Volpiatto <thierry.volpiatto@gmail.com>
24357
24358 * bookmark.el (bookmark-completing-read): Improve handling of empty
24359 string (bug#14176).
24360
24361 2013-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
24362
24363 * vc/vc-dispatcher.el (vc-do-command): Get rid of default sentinel msg.
24364
24365 2013-04-19 Fabián Ezequiel Gallina <fgallina@gnu.org>
24366
24367 New faster Imenu implementation (bug#14058).
24368 * progmodes/python.el (python-imenu-prev-index-position)
24369 (python-imenu-format-item-label-function)
24370 (python-imenu-format-parent-item-label-function)
24371 (python-imenu-format-parent-item-jump-label-function):
24372 New vars.
24373 (python-imenu-format-item-label)
24374 (python-imenu-format-parent-item-label)
24375 (python-imenu-format-parent-item-jump-label)
24376 (python-imenu--put-parent, python-imenu--build-tree)
24377 (python-imenu-create-index, python-imenu-create-flat-index)
24378 (python-util-popn): New functions.
24379 (python-mode): Set imenu-create-index-function to
24380 python-imenu-create-index.
24381
24382 2013-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
24383
24384 * winner.el (winner-active-region): Use region-active-p, activate-mark
24385 and deactivate-mark (bug#14225).
24386
24387 * simple.el (deactivate-mark): Don't inline it.
24388
24389 2013-04-18 Michael Albinus <michael.albinus@gmx.de>
24390
24391 * net/tramp-sh.el (tramp-remote-process-environment): Add "TMOUT=0".
24392
24393 2013-04-18 Tassilo Horn <tsdh@gnu.org>
24394
24395 * files.el (auto-mode-alist): Delete OpenDocument and StarOffice
24396 file extensions from the archive-mode entry in order to prefer
24397 doc-view-mode-maybe with archive-mode as fallback (bug#14188).
24398
24399 2013-04-18 Leo Liu <sdl.web@gmail.com>
24400
24401 * bindings.el (help-event-list): Add ?\?.
24402
24403 2013-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
24404
24405 * subr.el (with-wrapper-hook): Declare obsolete.
24406 * simple.el (filter-buffer-substring-function): New hook.
24407 (filter-buffer-substring): Use it.
24408 (filter-buffer-substring-functions): Mark obsolete.
24409 * minibuffer.el (completion-in-region-function): New hook.
24410 (completion-in-region): Use it.
24411 (completion-in-region-functions): Mark obsolete.
24412 * mail/mailabbrev.el (mail-abbrevs-setup): Use abbrev-expand-function.
24413 * abbrev.el (abbrev-expand-function): New hook.
24414 (expand-abbrev): Use it.
24415 (abbrev-expand-functions): Mark obsolete.
24416 * emacs-lisp/nadvice.el (advice--where-alist): Add :filter-args
24417 and :filter-return.
24418
24419 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
24420
24421 * progmodes/python.el (python-nav--syntactically): Fix cornercases
24422 and do not care about match data.
24423
24424 2013-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
24425
24426 * emacs-lisp/lisp.el (lisp-completion-at-point): Provide specialized
24427 completion tables when completing error conditions and
24428 `declare' arguments.
24429 (lisp-complete-symbol, field-complete): Mark as obsolete.
24430 (check-parens): Unmatched parens are user errors.
24431 * minibuffer.el (minibuffer-completion-contents): Mark as obsolete.
24432
24433 2013-04-17 Michal Nazarewicz <mina86@mina86.com>
24434
24435 * textmodes/flyspell.el (flyspell-check-pre-word-p): Return nil if
24436 command changed buffer (ie. `flyspell-pre-buffer' is not current
24437 buffer), which prevents making decisions based on invalid value of
24438 `flyspell-pre-point' in the wrong buffer. Most notably, this used to
24439 cause an error when `flyspell-pre-point' was nil after switching
24440 buffers.
24441 (flyspell-post-command-hook): No longer needs to change buffers when
24442 checking pre-word. While at it remove unnecessary progn.
24443
24444 2013-04-17 Nicolas Richard <theonewiththeevillook@yahoo.fr> (tiny change)
24445
24446 * textmodes/ispell.el (ispell-add-per-file-word-list):
24447 Fix `flyspell-correct-word-before-point' error when accepting
24448 words and `coment-padding' is an integer by using
24449 `comment-normalize-vars' (Bug #14214).
24450
24451 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
24452
24453 New defun movement commands.
24454 * progmodes/python.el (python-nav--syntactically)
24455 (python-nav--forward-defun, python-nav-backward-defun)
24456 (python-nav-forward-defun): New functions.
24457
24458 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
24459
24460 * progmodes/python.el (python-syntax--context-compiler-macro): New defun.
24461 (python-syntax-context): Use named compiler-macro for backwards
24462 compatibility with Emacs 24.x.
24463
24464 2013-04-17 Leo Liu <sdl.web@gmail.com>
24465
24466 * progmodes/octave-mod.el (octave-mode-map): Fix key binding to
24467 octave-hide-process-buffer.
24468
24469 2013-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
24470
24471 * vc/vc-hg.el (vc-hg-annotate-re): Disallow ": " in file names
24472 (bug#14216).
24473
24474 2013-04-17 Jean-Philippe Gravel <jpgravel@gmail.com>
24475
24476 * progmodes/gdb-mi.el (gdbmi-bnf-incomplete-record-result):
24477 Fix adjustment of offset when receiving incomplete responses from GDB
24478 (bug#14129).
24479
24480 2013-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
24481
24482 * progmodes/python.el (python-mode-skeleton-abbrev-table): Rename from
24483 python-mode-abbrev-table.
24484 (python-skeleton-define): Adjust accordingly.
24485 (python-mode-abbrev-table): New table that inherits from it so that
24486 python-skeleton-autoinsert does not affect non-skeleton abbrevs.
24487
24488 * abbrev.el (abbrev--symbol): New function, extracted from abbrev-symbol.
24489 (abbrev-symbol): Use it.
24490 (abbrev--before-point): Use it since we already handle inheritance.
24491
24492 2013-04-16 Leo Liu <sdl.web@gmail.com>
24493
24494 * progmodes/octave-mod.el (octave-mode-map): Remove redundant key
24495 binding to info-lookup-symbol.
24496
24497 2013-04-16 Juanma Barranquero <lekktu@gmail.com>
24498
24499 * minibuffer.el (completion--twq-all):
24500 * term/ns-win.el (ns-initialize-window-system):
24501 * term/w32-win.el (w32-initialize-window-system): Silence byte-compiler.
24502
24503 2013-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
24504
24505 * emacs-lisp/nadvice.el (add-function): Default simple vars to their
24506 global bindings.
24507
24508 * doc-view.el (doc-view-start-process): Handle url-handler directories.
24509
24510 2013-04-15 Dmitry Gutov <dgutov@yandex.ru>
24511
24512 * progmodes/ruby-mode.el (ruby-beginning-of-defun)
24513 (ruby-end-of-defun, ruby-move-to-block): Bind `case-fold-search'
24514 to nil.
24515 (ruby-end-of-defun): Remove the unused arg, change the docstring
24516 to reflect that this function is only used as the value of
24517 `end-of-defun-function'.
24518 (ruby-beginning-of-defun): Remove "top-level" from the docstring,
24519 to reflect an earlier change that beginning/end-of-defun functions
24520 jump between methods in a class definition, as well as top-level
24521 functions.
24522
24523 2013-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
24524
24525 * minibuffer.el (minibuffer-complete): Don't just scroll
24526 a *Completions* that's been iconified.
24527 (minibuffer-force-complete): Make sure repetitions do cycle when going
24528 through completion-in-region -> minibuffer-complete.
24529
24530 2013-04-15 Alan Mackenzie <acm@muc.de>
24531
24532 Correct the placement of c-cpp-delimiters when there're #s not at
24533 col 0.
24534
24535 * progmodes/cc-langs.el (c-anchored-cpp-prefix): Reformulate and
24536 place a submatch around the #.
24537 * progmodes/cc-mode.el(c-neutralize-syntax-in-and-mark-CPP):
24538 Start a search at BOL. Put the c-cpp-delimiter category text propertiy
24539 on the #, not BOL.
24540
24541 2013-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
24542
24543 * emacs-lisp/nadvice.el: Properly test names when adding advice.
24544 (advice--member-p): New arg `name'.
24545 (advice--add-function, advice-member-p): Use it (bug#14202).
24546
24547 2013-04-15 Filipp Gunbin <fgunbin@fastmail.fm>
24548
24549 Reformulate java imenu-generic-expression.
24550 The old expression contained ill formed regexps.
24551
24552 * progmodes/cc-menus.el (cc-imenu-java-ellipsis-regexp)
24553 (cc-imenu-java-type-spec-regexp, cc-imenu-java-comment-regexp)
24554 (cc-imenu-java-method-arg-regexp): New defconsts.
24555 (cc-imenu-java-build-type-args-regex): New defun.
24556 (cc-imenu-java-generic-expression): Fix, to remove "ambiguous"
24557 handling of spaces in the regexp.
24558
24559 2013-03-15 Agustín Martín Domingo <agustin.martin@hispalinux.es>
24560
24561 * textmodes/ispell.el (ispell-command-loop): Remove
24562 flyspell highlight of a word when ispell accepts it (bug #14178).
24563
24564 2013-04-15 Michael Albinus <michael.albinus@gmx.de>
24565
24566 * net/ange-ftp.el (ange-ftp-run-real-handler-orig): New defun,
24567 uses code from the previous `ange-ftp-run-real-handler'.
24568 (ange-ftp-run-real-handler): Set it to `tramp-run-real-handler'
24569 only in case that function exist. This is needed for proper
24570 unloading of Tramp.
24571
24572 2013-04-15 Tassilo Horn <tsdh@gnu.org>
24573
24574 * textmodes/reftex-vars.el (reftex-label-regexps): New defcustom.
24575
24576 * textmodes/reftex.el (reftex-compile-variables): Use it.
24577
24578 2013-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
24579
24580 * files.el (normal-mode): Only use default major-mode if no other mode
24581 was specified.
24582
24583 * emacs-lisp/trace.el (trace-values): New function.
24584
24585 * files.el: Allow : in local variables (bug#14089).
24586 (hack-local-variable-regexp): New var.
24587 (hack-local-variables-prop-line, hack-local-variables): Use it.
24588
24589 2013-04-13 Roland Winkler <winkler@gnu.org>
24590
24591 * textmodes/bibtex.el (bibtex-search-entries): Bug fix. Use match
24592 data before it gets modified by bibtex-beginning-of-entry.
24593
24594 2013-04-13 Roland Winkler <winkler@gnu.org>
24595
24596 * textmodes/bibtex.el (bibtex-url): Doc fix.
24597
24598 2013-04-13 Roland Winkler <winkler@gnu.org>
24599
24600 * textmodes/bibtex.el (bibtex-initialize): If the current buffer
24601 does not visit a BibTeX file, exclude it from the list of buffers
24602 returned by bibtex-initialize.
24603
24604 2013-04-13 Stephen Berman <stephen.berman@gmx.net>
24605
24606 * window.el (split-window): Remove interactive form, since as a
24607 command this function is a special case of split-window-below.
24608 Correct doc string.
24609
24610 2013-04-12 Roland Winkler <winkler@gnu.org>
24611
24612 * faces.el (read-face-name): Do not override value of arg default.
24613 Allow single faces and strings as default values. Remove those
24614 elements from return value that are not faces.
24615 (describe-face): Simplify.
24616 (face-at-point): New optional args thing and multiple so that this
24617 function can provide the same functionality previously provided by
24618 read-face-name.
24619 (make-face-bold, make-face-unbold, make-face-italic)
24620 (make-face-unitalic, make-face-bold-italic, invert-face)
24621 (modify-face, read-face-and-attribute): Use face-at-point.
24622
24623 * cus-edit.el (customize-face, customize-face-other-window)
24624 * cus-theme.el (custom-theme-add-face)
24625 * face-remap.el (buffer-face-set)
24626 * facemenu.el (facemenu-set-face): Use face-at-point.
24627
24628 2013-04-12 Michael Albinus <michael.albinus@gmx.de>
24629
24630 * info.el (Info-file-list-for-emacs): Add "tramp" and "dbus".
24631
24632 2013-04-10 Tassilo Horn <tsdh@gnu.org>
24633
24634 * textmodes/reftex-cite.el (reftex-parse-bibtex-entry): Don't cut
24635 off leading { and trailing } from field values.
24636
24637 2013-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
24638
24639 * emacs-lisp/timer.el (timer--check): New function.
24640 (timer--time, timer-set-function, timer-event-handler): Use it.
24641 (timer-set-idle-time): Simplify.
24642 (timer--activate): CSE.
24643 (timer-event-handler): Give more info in error message.
24644 (internal-timer-start-idle): New function, moved from C.
24645
24646 * mpc.el (mpc-proc): Add `restart' argument.
24647 (mpc-proc-cmd): Use it.
24648 (mpc--status-timer-run): Also catch signals from `mpc-proc'.
24649 (mpc-status-buffer-show, mpc-tagbrowser-dir-toggle): Call `mpc-proc'
24650 less often.
24651
24652 2013-04-10 Masatake YAMATO <yamato@redhat.com>
24653
24654 * progmodes/sh-script.el: Implement `sh-mode' own
24655 `add-log-current-defun-function' (bug#14112).
24656 (sh-current-defun-name): New function.
24657 (sh-mode): Use the function.
24658
24659 2013-04-09 Bastien Guerry <bzg@gnu.org>
24660
24661 * simple.el (choose-completion-string): Fix docstring (bug#14163).
24662
24663 2013-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
24664
24665 * emacs-lisp/edebug.el (edebug-mode): Fix typo (bug#14144).
24666
24667 * emacs-lisp/timer.el (timer-event-handler): Don't retrigger a canceled
24668 timer (bug#14156).
24669
24670 2013-04-07 Nic Ferrier <nferrier@ferrier.me.uk>
24671
24672 * emacs-lisp/ert.el (should, should-not, should-error): Add edebug
24673 declaration.
24674
24675 2013-04-07 Leo Liu <sdl.web@gmail.com>
24676
24677 * pcmpl-x.el: New file.
24678
24679 2013-04-06 Dmitry Antipov <dmantipov@yandex.ru>
24680
24681 Do not set x-display-name until X connection is established.
24682 This is needed to prevent from weird situation described at
24683 <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00212.html>.
24684 * frame.el (make-frame): Set x-display-name after call to
24685 window system initialization function, not before.
24686 * term/x-win.el (x-initialize-window-system): Add optional
24687 display argument and use it.
24688 * term/w32-win.el (w32-initialize-window-system):
24689 * term/ns-win.el (ns-initialize-window-system):
24690 * term/pc-win.el (msdos-initialize-window-system):
24691 Add compatible optional display argument.
24692
24693 2013-04-06 Eli Zaretskii <eliz@gnu.org>
24694
24695 * files.el (normal-backup-enable-predicate): On MS-Windows and
24696 MS-DOS compare truenames of temporary-file-directory and of the
24697 file, so that 8+3 aliases (usually found in $TEMP on Windows)
24698 don't fail comparison by compare-strings. Also, compare file
24699 names case-insensitively on MS-Windows and MS-DOS.
24700
24701 2013-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
24702
24703 * emacs-lisp/package.el (package-compute-transaction): Fix last fix.
24704 Suggested by Donald Curtis <dcurtis@coe.edu> (bug#14082).
24705
24706 2013-04-05 Dmitry Gutov <dgutov@yandex.ru>
24707
24708 * whitespace.el (whitespace-color-on, whitespace-color-off):
24709 Only call `font-lock-fontify-buffer' when `font-lock-mode' is on.
24710
24711 2013-04-05 Jacek Chrząszcz <chrzaszcz@mimuw.edu.pl> (tiny change)
24712
24713 * ispell.el (ispell-set-spellchecker-params):
24714 Really set `ispell-args' for all equivs.
24715
24716 2013-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
24717
24718 * ido.el (ido-completions): Use extra elements of ido-decorations
24719 (bug#14143).
24720 (ido-decorations): Update docstring.
24721
24722 2013-04-05 Michael Albinus <michael.albinus@gmx.de>
24723
24724 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
24725 (global-auto-revert-mode): Let-bind `auto-revert-use-notify' to
24726 nil during initialization, in order not to miss changes since the
24727 file was opened. (Bug#14140)
24728
24729 2013-04-05 Leo Liu <sdl.web@gmail.com>
24730
24731 * kmacro.el (kmacro-call-macro): Fix bug#14135.
24732
24733 2013-04-05 Jay Belanger <jay.p.belanger@gmail.com>
24734
24735 * calc/calc-units.el (calc-convert-units): Rewrite conditional.
24736
24737 2013-04-04 Glenn Morris <rgm@gnu.org>
24738
24739 * electric.el (electric-pair-inhibit-predicate): Add :version.
24740
24741 2013-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
24742
24743 * emacs-lisp/package.el (package-compute-transaction): Fix ordering
24744 when a package is required several times (bug#14082).
24745
24746 2013-04-04 Roland Winkler <winkler@gnu.org>
24747
24748 * faces.el (read-face-name): Behave as promised by the docstring.
24749 Assume that arg default is a list of faces.
24750 (describe-face): Call read-face-name with list of default faces.
24751
24752 2013-04-04 Thierry Volpiatto <thierry.volpiatto@gmail.com>
24753
24754 * bookmark.el: Fix deletion of bookmarks (bug#13972).
24755 (bookmark-bmenu-list): Don't toggle filenames if alist is empty.
24756 (bookmark-bmenu-execute-deletions): Only skip first line if it's
24757 the header.
24758 (bookmark-exit-hook-internal): Save even if list is empty.
24759
24760 2013-04-04 Yann Hodique <yann.hodique@gmail.com> (tiny change)
24761
24762 * emacs-lisp/package.el (package-pinned-packages): New var.
24763 (package--add-to-archive-contents): Obey it (bug#14118).
24764
24765 2013-04-03 Alan Mackenzie <acm@muc.de>
24766
24767 Handle `parse-partial-sexp' landing inside a comment opener (Bug#13244).
24768 Also adapt to the new values of element 7 of a parse state.
24769
24770 * progmodes/cc-engine.el (c-state-pp-to-literal): New optional
24771 parameter `not-in-delimiter'. Handle being inside comment opener.
24772 (c-invalidate-state-cache-1): Reckon with an extra "invalid"
24773 character in case we're typing a '*' after a '/'.
24774 (c-literal-limits): Handle the awkward "not-in-delimiter" cond arm
24775 instead by passing the parameter to c-state-pp-to-literal.
24776
24777 * progmodes/cc-fonts.el (c-font-lock-doc-comments): New handling
24778 for elt. 7 of a parse state.
24779
24780 2013-04-01 Paul Eggert <eggert@cs.ucla.edu>
24781
24782 Use UTF-8 for most files with non-ASCII characters (Bug#13936).
24783 * international/latin1-disp.el, international/mule-util.el:
24784 * language/cyril-util.el, language/european.el, language/ind-util.el:
24785 * language/lao-util.el, language/thai.el, language/tibet-util.el:
24786 * language/tibetan.el, language/viet-util.el:
24787 Switch from iso-2022-7bit to utf-8 or (if needed) utf-8-emacs.
24788
24789 2013-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
24790
24791 * electric.el (electric-pair-inhibit-predicate): New var (bug#14000).
24792 (electric-pair-post-self-insert-function): Use it.
24793 (electric-pair-default-inhibit): New function, extracted from
24794 electric-pair-post-self-insert-function.
24795
24796 2013-03-31 Roland Winkler <winkler@gnu.org>
24797
24798 * emacs-lisp/crm.el (completing-read-multiple): Doc fix.
24799
24800 2013-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
24801
24802 * hi-lock.el (hi-lock-mode): Cleanup after revert-buffer (bug#13891).
24803
24804 2013-03-30 Fabián Ezequiel Gallina <fabian@anue.biz>
24805
24806 Un-indent after "pass" and "return" statements (Bug#13888)
24807 * progmodes/python.el (python-indent-block-enders): New var.
24808 (python-indent-calculate-indentation): Use it.
24809
24810 2013-03-30 Michael Albinus <michael.albinus@gmx.de>
24811
24812 * net/tramp.el (tramp-drop-volume-letter): Make it an ordinary
24813 defun. Defining it as defalias could introduce too eager
24814 byte-compiler optimization. (Bug#14030)
24815
24816 2013-03-30 Chong Yidong <cyd@gnu.org>
24817
24818 * iswitchb.el (iswitchb-read-buffer): Fix typo.
24819
24820 2013-03-30 Leo Liu <sdl.web@gmail.com>
24821
24822 * kmacro.el (kmacro-call-macro): Add optional arg MACRO.
24823 (kmacro-execute-from-register): Pass the keyboard macro to
24824 kmacro-call-macro or repeating won't work correctly.
24825
24826 2013-03-30 Teodor Zlatanov <tzz@lifelogs.com>
24827
24828 * progmodes/subword.el: Back to using `forward-symbol'.
24829
24830 * subr.el (forward-whitespace, forward-symbol)
24831 (forward-same-syntax): Move from thingatpt.el.
24832
24833 2013-03-29 Leo Liu <sdl.web@gmail.com>
24834
24835 * kmacro.el (kmacro-to-register): New command.
24836 (kmacro-execute-from-register): New function.
24837 (kmacro-keymap): Bind to 'x'. (Bug#14071)
24838
24839 2013-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
24840
24841 * mpc.el: Use defvar-local and setq-local.
24842 (mpc--proc-connect): Connection failures are not bugs.
24843 (mpc-mode-map): `follow-link' only applies to the buffer's content.
24844 (mpc-volume-map): Bind to the up-events.
24845
24846 2013-03-29 Teodor Zlatanov <tzz@lifelogs.com>
24847
24848 * progmodes/subword.el (superword-mode): Use `forward-sexp'
24849 instead of `forward-symbol'.
24850
24851 2013-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
24852
24853 * emacs-lisp/edebug.el (edebug-mode): Make it a minor mode.
24854 (edebug--recursive-edit): Use it.
24855 (edebug-kill-buffer): Don't let-bind kill-buffer-hook.
24856 (edebug-temp-display-freq-count): Don't let-bind buffer-read-only.
24857
24858 2013-03-28 Leo Liu <sdl.web@gmail.com>
24859
24860 * vc/vc-bzr.el (vc-bzr-revert): Don't backup. (Bug#14066)
24861
24862 2013-03-27 Eli Zaretskii <eliz@gnu.org>
24863
24864 * facemenu.el (list-colors-callback): New defvar.
24865 (list-colors-redisplay): New function.
24866 (list-colors-display): Install list-colors-redisplay as the
24867 revert-buffer-function. (Bug#14063)
24868
24869 2013-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
24870
24871 * minibuffer.el (completion-pcm--merge-completions): Make sure prefixes
24872 and suffixes don't overlap (bug#14061).
24873
24874 * case-table.el: Use lexical-binding.
24875 (case-table-get-table): New function.
24876 (get-upcase-table): Use it. Mark as obsolete. Adjust callers.
24877
24878 2013-03-27 Teodor Zlatanov <tzz@lifelogs.com>
24879
24880 * progmodes/subword.el: Add `superword-mode' to do word motion
24881 over symbol_words (parallels and leverages `subword-mode' which
24882 does word motion inside MixedCaseWords).
24883
24884 2013-03-27 Aidan Gauland <aidalgol@no8wireless.co.nz>
24885
24886 * eshell/em-unix.el: Move su and sudo to...
24887 * eshell/em-tramp.el: ...Eshell tramp module.
24888
24889 2013-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
24890
24891 * desktop.el (desktop--v2s): Rename from desktop-internal-v2s.
24892 Change return value to be a sexp. Delay `get-buffer' to after
24893 restoring the desktop (bug#13951).
24894
24895 2013-03-26 Leo Liu <sdl.web@gmail.com>
24896
24897 * register.el: Move semantic tag handling back to
24898 cedet/semantic/senator.el. (Bug#14052)
24899
24900 2013-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
24901
24902 * eshell/em-prompt.el (eshell-emit-prompt): Make sure we can't insert
24903 into the prompt either (bug#13963).
24904
24905 2013-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
24906
24907 * font-lock.el (lisp-font-lock-keywords-2): Don't highlight the "error"
24908 part of "(error-foo)".
24909
24910 2013-03-24 Juri Linkov <juri@jurta.org>
24911
24912 * replace.el (list-matching-lines-prefix-face): New defcustom.
24913 (occur-1): Pass `list-matching-lines-prefix-face' to the function
24914 `occur-engine' if `face-differs-from-default-p' returns t.
24915 (occur-engine): Add `,' inside backquote construct to evaluate
24916 `prefix-face'. Propertize the prefix with the `prefix-face' face.
24917 Pass `prefix-face' to the functions `occur-context-lines' and
24918 `occur-engine-add-prefix'.
24919 (occur-engine-add-prefix, occur-context-lines): Add optional arg
24920 `prefix-face' and propertize the prefix with `prefix-face'.
24921 (Bug#14017)
24922
24923 2013-03-24 Leo Liu <sdl.web@gmail.com>
24924
24925 * nxml/rng-valid.el (rng-validate-while-idle)
24926 (rng-validate-quick-while-idle): Guard against deleted buffer.
24927 (Bug#13999)
24928
24929 * emacs-lisp/edebug.el (edebug-mode): Make sure edebug-kill-buffer
24930 is the last entry in kill-buffer-hook.
24931
24932 * files.el (kill-buffer-hook): Doc fix.
24933
24934 2013-03-23 Dmitry Gutov <dgutov@yandex.ru>
24935
24936 * emacs-lisp/lisp-mode.el (emacs-lisp-docstring-fill-column):
24937 Make it safe-local.
24938
24939 * vc/diff-mode.el (diff-mode-shared-map): Unbind "/" (Bug#14034).
24940
24941 2013-03-23 Leo Liu <sdl.web@gmail.com>
24942
24943 * nxml/nxml-util.el (nxml-with-unmodifying-text-property-changes):
24944 Remove.
24945
24946 * nxml/rng-valid.el (rng-validate-mode)
24947 (rng-after-change-function, rng-do-some-validation):
24948 * nxml/rng-maint.el (rng-validate-buffer):
24949 * nxml/nxml-rap.el (nxml-tokenize-forward, nxml-ensure-scan-up-to-date):
24950 * nxml/nxml-outln.el (nxml-show-all, nxml-set-outline-state):
24951 * nxml/nxml-mode.el (nxml-mode, nxml-degrade, nxml-after-change)
24952 (nxml-extend-after-change-region): Use with-silent-modifications.
24953
24954 * nxml/rng-nxml.el (rng-set-state-after): Do not let-bind
24955 timer-idle-list.
24956
24957 * nxml/rng-valid.el (rng-validate-while-idle-continue-p)
24958 (rng-next-error-1, rng-previous-error-1): Do not let-bind
24959 timer-idle-list. (Bug#13999)
24960
24961 2013-03-23 Juri Linkov <juri@jurta.org>
24962
24963 * info.el (info-index-match): New face.
24964 (Info-index, Info-apropos-matches): Add a nested subgroup to the
24965 main pattern and add text properties with the new face to matches
24966 in index entries relative to the beginning of the index entry.
24967 (Bug#14015)
24968
24969 2013-03-21 Eric Ludlam <zappo@gnu.org>
24970
24971 * emacs-lisp/eieio-datadebug.el (data-debug/eieio-insert-slots):
24972 Inhibit read only while inserting objects.
24973
24974 2013-03-22 Teodor Zlatanov <tzz@lifelogs.com>
24975
24976 * progmodes/cfengine.el: Update docs to mention
24977 `cfengine-auto-mode'. Use \_> and \_< instead of \> and \< for
24978 symbol motion. Remove "_" from the word syntax.
24979
24980 2013-03-21 Teodor Zlatanov <tzz@lifelogs.com>
24981
24982 * progmodes/cfengine.el (cfengine-common-syntax): Add "_" to word
24983 syntax for both `cfengine2-mode' and `cfengine3-mode'.
24984
24985 2013-03-20 Juri Linkov <juri@jurta.org>
24986
24987 * info.el (Info-next-reference-or-link)
24988 (Info-prev-reference-or-link): New functions.
24989 (Info-next-reference, Info-prev-reference): Use them.
24990 (Info-try-follow-nearest-node): Handle footnote navigation.
24991 (Info-fontify-node): Fontify footnotes. (Bug#13989)
24992
24993 2013-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
24994
24995 * subr.el (posn-point, posn-string): Fix it here instead (bug#13979).
24996 * mouse.el (mouse-on-link-p): Undo scroll-bar fix.
24997
24998 2013-03-20 Paul Eggert <eggert@cs.ucla.edu>
24999
25000 Suppress unnecessary non-ASCII chatter during build process.
25001 * international/ja-dic-cnv.el (skkdic-collect-okuri-nasi)
25002 (batch-skkdic-convert): Suppress most of the chatter.
25003 It's not needed so much now that machines are faster,
25004 and its non-ASCII component was confusing; see Dmitry Gutov in
25005 <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00508.html>.
25006
25007 2013-03-20 Leo Liu <sdl.web@gmail.com>
25008
25009 * ido.el (ido-chop): Fix bug#10994.
25010
25011 2013-03-19 Dmitry Gutov <dgutov@yandex.ru>
25012
25013 * whitespace.el (whitespace-font-lock, whitespace-font-lock-mode):
25014 Remove vars.
25015 (whitespace-color-on, whitespace-color-off):
25016 Use `font-lock-fontify-buffer' (Bug#13817).
25017
25018 2013-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
25019
25020 * mouse.el (mouse--down-1-maybe-follows-link): Fix follow-link
25021 remapping in mode-line.
25022 (mouse-on-link-p): Also check [mode-line follow-link] bindings.
25023
25024 2013-03-19 Dmitry Gutov <dgutov@yandex.ru>
25025
25026 * whitespace.el (whitespace-color-on): Use `prepend' OVERRIDE
25027 value for `whitespace-line' face (Bug#13875).
25028 (whitespace-font-lock-keywords): Change description.
25029 (whitespace-color-on): Don't save `font-lock-keywords' value, save
25030 the constructed keywords instead.
25031 (whitespace-color-off): Use `font-lock-remove-keywords' (Bug#13817).
25032
25033 2013-03-19 Leo Liu <sdl.web@gmail.com>
25034
25035 * progmodes/compile.el (compilation-display-error): New command.
25036 (compilation-mode-map, compilation-minor-mode-map): Bind it to
25037 C-o. (Bug#13992)
25038
25039 2013-03-18 Paul Eggert <eggert@cs.ucla.edu>
25040
25041 * term/x-win.el (x-keysym-pair): Add a Fixme (Bug#13936).
25042
25043 2013-03-18 Jan Djärv <jan.h.d@swipnet.se>
25044
25045 * mouse.el (mouse-on-link-p): Check for scroll bar (Bug#13979).
25046
25047 2013-03-18 Michael Albinus <michael.albinus@gmx.de>
25048
25049 * net/tramp-compat.el (tramp-compat-user-error): New defun.
25050
25051 * net/tramp-adb.el (tramp-adb-handle-shell-command):
25052 * net/tramp-gvfs.el (top):
25053 * net/tramp.el (tramp-find-method, tramp-dissect-file-name)
25054 (tramp-handle-shell-command): Use it.
25055 (tramp-dissect-file-name): Raise an error when hostname is a
25056 method name, and neither method nor user is specified.
25057
25058 * net/trampver.el: Update release number.
25059
25060 2013-03-18 Leo Liu <sdl.web@gmail.com>
25061
25062 Make sure eldoc can be turned off properly.
25063 * emacs-lisp/eldoc.el (eldoc-schedule-timer): Conditionalize on
25064 eldoc-mode.
25065 (eldoc-display-message-p): Revert last change.
25066 (eldoc-display-message-no-interference-p)
25067 (eldoc-print-current-symbol-info): Tweak.
25068
25069 2013-03-18 Tassilo Horn <tsdh@gnu.org>
25070
25071 * doc-view.el (doc-view-new-window-function): Check the new window
25072 overlay's display property instead the char property of the
25073 buffer's first char. Use `with-selected-window' instead of
25074 `save-window-excursion' with `select-window'.
25075 (doc-view-document->bitmap): Check the current doc-view overlay's
25076 display property instead the char property of the buffer's first char.
25077
25078 2013-03-18 Paul Eggert <eggert@cs.ucla.edu>
25079
25080 Automate the build of ja-dic.el (Bug#13984).
25081 * international/ja-dic-cnv.el (skkdic-convert): Remove the annotations
25082 from the input, rather than assume that it's been done for us by the
25083 SKK script unannotate.awk. Switch ja-dic.el to UTF-8. Don't put
25084 the current date into a ja-dic.el comment, as that complicates
25085 regression testing.
25086
25087 2013-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
25088
25089 * whitespace.el: Fix double evaluation.
25090 (whitespace-space, whitespace-hspace, whitespace-tab)
25091 (whitespace-newline, whitespace-trailing, whitespace-line)
25092 (whitespace-space-before-tab, whitespace-indentation)
25093 (whitespace-empty, whitespace-space-after-tab): Turn defcustoms into
25094 obsolete defvars.
25095 (whitespace-hspace-regexp): Fix regexp for emacs-unicode.
25096 (whitespace-color-on): Use a single font-lock-add-keywords call.
25097 Fix double-evaluation of face variables.
25098
25099 2013-03-17 Michael Albinus <michael.albinus@gmx.de>
25100
25101 * net/tramp-adb.el (tramp-adb-parse-device-names):
25102 Use `start-process' instead of `call-process'. Otherwise, the
25103 function might be blocked under MS Windows. (Bug#13299)
25104
25105 2013-03-17 Leo Liu <sdl.web@gmail.com>
25106
25107 Extend eldoc to display info in the mode-line. (Bug#13978)
25108 * emacs-lisp/eldoc.el (eldoc-post-insert-mode): New minor mode.
25109 (eldoc-mode-line-string): New variable.
25110 (eldoc-minibuffer-message): New function.
25111 (eldoc-message-function): New variable.
25112 (eldoc-message): Use it.
25113 (eldoc-display-message-p)
25114 (eldoc-display-message-no-interference-p):
25115 Support eldoc-post-insert-mode.
25116
25117 * simple.el (eval-expression-minibuffer-setup-hook): New hook.
25118 (eval-expression): Run it.
25119
25120 2013-03-17 Roland Winkler <winkler@gnu.org>
25121
25122 * emacs-lisp/crm.el (completing-read-multiple): Ignore empty
25123 strings in the list of return values.
25124
25125 2013-03-17 Jay Belanger <jay.p.belanger@gmail.com>
25126
25127 * calc/calc-ext.el (math-read-number-fancy): Check for an explicit
25128 radix before checking for HMS forms.
25129
25130 2013-03-16 Leo Liu <sdl.web@gmail.com>
25131
25132 * progmodes/scheme.el: Add indentation and font-locking for λ.
25133 (Bug#13975)
25134
25135 2013-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
25136
25137 * emacs-lisp/smie.el (smie-auto-fill): Don't inf-loop if there's no
25138 token before point (bug#13942).
25139
25140 2013-03-16 Leo Liu <sdl.web@gmail.com>
25141
25142 * thingatpt.el (end-of-sexp): Fix bug#13952. Use syntax-after.
25143
25144 2013-03-16 Eli Zaretskii <eliz@gnu.org>
25145
25146 * startup.el (command-line-normalize-file-name): Fix handling of
25147 backslashes in DOS and Windows file names. Reported by Xue Fuqiao
25148 <xfq.free@gmail.com> in
25149 http://lists.gnu.org/archive/html/help-gnu-emacs/2013-03/msg00245.html.
25150
25151 2013-03-15 Michael Albinus <michael.albinus@gmx.de>
25152
25153 Sync with Tramp 2.2.7.
25154
25155 * net/trampver.el: Update release number.
25156
25157 2013-03-14 Tassilo Horn <tsdh@gnu.org>
25158
25159 * doc-view.el: Fix bug#13887.
25160 (doc-view-insert-image): Don't modify overlay associated to
25161 non-live windows, and implement horizontal centering of image in
25162 case it's smaller than the window.
25163 (doc-view-new-window-function): Force redisplay of new windows on
25164 doc-view buffers.
25165
25166 2013-03-13 Karl Fogel <kfogel@red-bean.com>
25167
25168 * saveplace.el (save-place-alist-to-file): Don't sort
25169 `save-place-alist', just pretty-print it (bug#13882).
25170
25171 2013-03-13 Michael Albinus <michael.albinus@gmx.de>
25172
25173 * net/tramp-sh.el (tramp-sh-handle-insert-directory):
25174 Check whether `default-file-name-coding-system' is bound.
25175 It isn't in XEmacs.
25176
25177 2013-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
25178
25179 * emacs-lisp/byte-run.el (defun-declarations-alist): Don't use
25180 backquotes for `obsolete' (bug#13929).
25181
25182 * international/mule.el (find-auto-coding): Include file name in
25183 obsolescence warning (bug#13922).
25184
25185 2013-03-12 Teodor Zlatanov <tzz@lifelogs.com>
25186
25187 * progmodes/cfengine.el (cfengine-parameters-indent): New variable
25188 for CFEngine 3-specific indentation.
25189 (cfengine3-indent-line): Use it. Fix up category regex.
25190 (cfengine3-font-lock-keywords): Add bundle and namespace characters.
25191
25192 2013-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
25193
25194 * type-break.el (type-break-file-name):
25195 * textmodes/remember.el (remember-data-file):
25196 * strokes.el (strokes-file):
25197 * shadowfile.el (shadow-initialize):
25198 * saveplace.el (save-place-file):
25199 * ps-bdf.el (bdf-cache-file):
25200 * progmodes/idlwave.el (idlwave-config-directory):
25201 * net/quickurl.el (quickurl-url-file):
25202 * international/kkc.el (kkc-init-file-name):
25203 * ido.el (ido-save-directory-list-file):
25204 * emulation/viper.el (viper-custom-file-name):
25205 * emulation/vip.el (vip-startup-file):
25206 * calendar/todo-mode.el (todo-file-do, todo-file-done, todo-file-top):
25207 * calendar/timeclock.el (timeclock-file): Use locate-user-emacs-file.
25208
25209 2013-03-12 Paul Eggert <eggert@cs.ucla.edu>
25210
25211 Switch encodings of tutorials, thai-word to UTF-8 (Bug#13880).
25212 * language/thai-word.el: Switch to UTF-8.
25213
25214 See ChangeLog.16 for earlier changes.
25215
25216 ;; Local Variables:
25217 ;; coding: utf-8
25218 ;; End:
25219
25220 Copyright (C) 2011-2015 Free Software Foundation, Inc.
25221
25222 This file is part of GNU Emacs.
25223
25224 GNU Emacs is free software: you can redistribute it and/or modify
25225 it under the terms of the GNU General Public License as published by
25226 the Free Software Foundation, either version 3 of the License, or
25227 (at your option) any later version.
25228
25229 GNU Emacs is distributed in the hope that it will be useful,
25230 but WITHOUT ANY WARRANTY; without even the implied warranty of
25231 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
25232 GNU General Public License for more details.
25233
25234 You should have received a copy of the GNU General Public License
25235 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.