]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
Pass -utf8 to tidy.
[gnu-emacs] / lisp / ChangeLog
1 2014-11-26 Sam Steingold <sds@gnu.org>
2
3 * textmodes/sgml-mode.el (sgml-validate-command): Pass -utf8 to tidy.
4
5 2014-11-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
6
7 * net/eww.el (eww-highest-readability): More dom.el fixes.
8
9 2014-11-26 Ulf Jasper <ulf.jasper@web.de>
10
11 * net/newst-backend.el (newsticker--parse-generic-items): Take
12 care of UIDs when adding elements to cache.
13
14 2014-11-26 Alan Mackenzie <acm@muc.de>
15
16 Remove spurious reference to symbol category_properties.
17 * progmodes/cc-engine.el (c-state-pp-to-literal): Fix here.
18
19 2014-11-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
20
21 * net/eww.el: Use the new dom.el accessors throughout.
22
23 * net/shr.el: Ditto.
24
25 * dom.el: New file.
26
27 2014-11-26 Glenn Morris <rgm@gnu.org>
28
29 * arc-mode.el (archive-visit-single-files): Add :version.
30
31 2014-11-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
32
33 * net/nsm.el (nsm-format-certificate): Don't bug out on missing
34 elements.
35 (nsm-warnings-ok-p): The new version of this function always
36 returned nil when everything was OK.
37
38 2014-11-25 Teodor Zlatanov <tzz@lifelogs.com>
39
40 * net/gnutls.el (gnutls): Set :group to 'comm so it's near NSM.
41
42 * net/nsm.el (nsm-check-tls-connection, nsm-save-host)
43 (nsm-warnings-ok-p): Use `gnutls-peer-status-warning-describe'.
44
45 2014-11-20 Nicolas Richard <theonewiththeevillook@yahoo.fr>
46
47 * emacs-lisp/byte-run.el (function-put): Match argument names to
48 docstring.
49
50 2014-11-24 Sam Steingold <sds@gnu.org>
51
52 * vc/vc-hooks.el (vc-directory-exclusion-list):
53 Fix a trivial typo (bug#19171).
54
55 2014-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
56
57 * vc/vc-hooks.el (vc-state-base-face): Don't override
58 mode-line-inactive.
59
60 2014-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
61
62 * net/eww.el (eww-set-character-encoding): Use `read-coding-system'.
63 (eww-process-text-input): Inhibit read only so that input fields
64 don't get shortened (bug#19085).
65
66 2014-11-24 Leo Liu <sdl.web@gmail.com>
67
68 * emacs-lisp/macroexp.el (macroexp-let2*): New macro.
69
70 * window.el (with-temp-buffer-window)
71 (with-current-buffer-window, with-displayed-buffer-window):
72 * emacs-lisp/cl-macs.el (cl--compiler-macro-adjoin):
73 * emacs-lisp/cl-lib.el (substring):
74 * emacs-lisp/cl-extra.el (cl-getf): Use it.
75
76 2014-11-24 Eli Zaretskii <eliz@gnu.org>
77
78 * isearch.el (isearch-update): Don't assume
79 pos-visible-in-window-p will return nil when point is hscrolled
80 out of view. (Bug#19157)
81
82 2014-11-20 Andrey Kotlarski <m00naticus@gmail.com>
83
84 * net/eww.el (eww-browse-url): Optionally create new eww buffer.
85 (eww-follow-link): Follow in new buffer in case of prefix
86 argument, open externally with double prefix (bug#19130).
87
88 2014-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
89
90 * net/eww.el (eww-display-html): Decode the document-defined charset.
91 (eww): Pop to the *eww* buffer immediately after executing the
92 `M-x eww' command to avoid having buffers pop up later.
93 (eww-display-html): Don't pop the *eww* buffer.
94 (eww-display-raw): Ditto.
95 (eww-display-image): Ditto.
96 (eww-follow-link): Make going to #targets in the page work again.
97
98 2014-11-23 Ivan Shmakov <ivan@siamics.net>
99
100 * net/eww.el (eww-suggest-uris): New variable.
101 (eww-suggested-uris): New function.
102 (eww): Default to URL under point.
103 (eww-links-at-point): New function.
104
105 2014-11-20 Mark Oteiza <mvoteiza@udel.edu> (tiny change)
106
107 * net/eww.el (eww-add-bookmark): Fix bookmark titles.
108
109 2014-11-17 Mark Oteiza <mvoteiza@udel.edu> (tiny change)
110
111 * net/eww.el (eww-mode-map): Bind backtab to shr-previous-link.
112
113 2014-11-23 Kenjiro Nakayama <nakayamakenjiro@gmail.com>
114
115 * net/eww.el (eww-set-character-encoding): New command and keystroke.
116 (eww-display-raw): Use it (bug#16225).
117
118 2014-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
119
120 * net/nsm.el (network-security-level): Rename from
121 `nsm-security-level' and documented.
122
123 * mail/smtpmail.el (smtpmail-via-smtp): Warn unless encrypted and
124 we're sending a password.
125
126 * net/nsm.el: New file that implements a Network Security Manager.
127
128 * net/network-stream.el (open-network-stream): Add a new
129 :warn-unless-encrypted parameter.
130 (network-stream-open-plain): Allow warning unless encrypted.
131 (network-stream-open-starttls): Call the Network Security Manager.
132 (network-stream-open-tls): Ditto.
133
134 2014-11-23 Leo Liu <sdl.web@gmail.com>
135
136 * calendar/cal-china.el (calendar-chinese-from-absolute-for-diary)
137 (calendar-chinese-to-absolute-for-diary)
138 (calendar-chinese-mark-date-pattern, diary-chinese-anniversary):
139 Handle leap months in Chinese calendar. (Bug#18953)
140
141 2014-11-22 Alan Mackenzie <acm@muc.de>
142
143 Fix error with `mark-defun' and "protected:" in C++ Mode.
144 Fixes: debbugs:19134.
145
146 * progmodes/cc-cmds.el (c-where-wrt-brace-construct): Handle a
147 return code of (label) from c-beginning-of-decl-1.
148
149 2014-11-22 Ulf Jasper <ulf.jasper@web.de>
150
151 * net/newst-backend.el (newsticker--sentinel-work): Tell
152 `libxml-parse-xml-region' to discard comments. Fixes bug#18787.
153
154 2014-11-22 Michael Albinus <michael.albinus@gmx.de>
155
156 * net/tramp-sh.el (tramp-sh-handle-start-file-process)
157 (tramp-sh-handle-process-file): Propagate `process-environment'.
158
159 * vc/vc-hg.el (vc-hg-state): No special handling for remote files;
160 Tramp propagates environment variables now.
161
162 2014-11-22 Eric S. Raymond <esr@snark>
163
164 * vc/vc-filewise.el: New file to isolate code used only by the
165 file-oriented back ends (SCCS/RCS/CVS/SRC) which should not
166 live in vc.el and certainly not in vc-hooks.el.
167
168 * vc/vc-hooks.el, vc-rcs.el, vc-sccs.el: vc-name -> vc-master-name.
169 This is preaparatory to isolating all the 'master' functions
170 used only by the file-oriented back ends. With this done first,
171 the substantive diffs will be easier to read.
172
173 2014-11-21 Rüdiger Sonderfeld <ruediger@c-plusplus.net>
174
175 * play/morse.el (nato-alphabet): Mark URL in docstring in a way
176 that is recognized by `help-mode'.
177
178 2014-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
179
180 * desktop.el (desktop-create-buffer): Use activate-mark to set
181 `mark-active' (bug#19058).
182
183 2014-11-21 Eric S. Raymond <esr@snark>
184
185 * vc/vc-src.el (vc-src-state): Fix bug that produced spurious
186 nil state.
187
188 2014-11-21 Eli Zaretskii <eliz@gnu.org>
189
190 * vc/vc.el (vc-deduce-fileset): Support invocation from
191 *vc-change-log* buffer. (Bug#19084)
192
193 2014-11-13 Matthew Leach <matthew@mattleach.net>
194
195 * arc-mode.el (archive-visit-single-files): New.
196 (archive-mode): Visit file if archive contains a single file.
197 (Bug#1702)
198
199 2014-11-21 Ulrich Müller <ulm@gentoo.org>
200
201 * vc/vc.el: Fix a typo in the commentary.
202
203 2014-11-20 Eric S. Raymond <esr@snark.thyrsus.com>
204
205 * vc/vc-src.el, vc/vc.el: Added support for SRC. Needs more
206 testing and a real log-view mode.
207
208 * vc/vc-bzr.el, vc/vc-cvs.el, vc/vc-dav.el, vc/vc-git.el,
209 vc/vc-hg.el, vc/vc-mtn.el, vc/vc-rcs.el, vc/vc-sccs.el,
210 vc/vc-svn.el, vc/vc.el: Remove editable argument from the backend
211 checkout methods; where it matters (which is only in SCCS and RCS)
212 files are always checked out editable. This may actually have
213 been dynamically true already - it looks like the vc-next-action
214 code evolved past visiting the other case. Tested with RCS.
215
216 * vc/vc-arch.el, vc/vc-bzr.el, vc/vc-cvs.el, vc/vc-dav.el,
217 vc/vc-git.el, vc/vc-hg.el, vc/vc-mtn.el, vc/vc-rcs.el,
218 vc/vc-sccs.el, vc/vc-svn.el, vc/vc.el: Remove never-used rev
219 argument from the backend checkin methods. Only the RCS, SCCS,
220 and CVS back ends tried to do anything with it, and that code was
221 never exercised. Chiseling away the cruft of decades...
222
223 2014-11-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
224
225 * net/eww.el (eww-render): Remove a no-op :title setting.
226
227 2014-11-19 Ivan Shmakov <ivan@siamics.net>
228
229 * net/eww.el (eww-history-limit): New variable.
230 (eww-save-history): Use it (bug#19105).
231 (eww-reload): Reload the page in the right buffer.
232
233 2014-11-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
234
235 * net/eww.el (eww-desktop-misc-data): Use `cl-remove-duplicates'.
236
237 2014-11-19 Ivan Shmakov <ivan@siamics.net>
238
239 * net/eww.el (eww-desktop-remove-duplicates)
240 (eww-restore-desktop, eww-restore-reload-prompt): New variables.
241 (eww-mode): Set up desktop mode (bug#18010).
242 (eww-desktop-data-save, eww-desktop-data-1)
243 (eww-desktop-history-duplicate, eww-desktop-misc-data)
244 (eww-restore-desktop): New functions.
245
246 2014-11-19 Eli Zaretskii <eliz@gnu.org>
247
248 * vc/vc.el (vc-log-internal-common): Turn on log-view-mode in the
249 correct buffer. (Bug#19101)
250
251 2014-11-19 Rüdiger Sonderfeld <ruediger@c-plusplus.net>
252
253 Fix bug#19099.
254 * vc/vc-git.el (vc-git-diff): Use "difftool -x diff" with
255 `diff-switches' if `vc-git-diff-switches' is nil.
256
257 2014-11-18 Juri Linkov <juri@linkov.net>
258
259 * simple.el (next-line-or-history-element): Wrap next-line
260 in with-no-warnings.
261 (previous-line-or-history-element): Wrap previous-line
262 in with-no-warnings.
263
264 2014-11-18 Juri Linkov <juri@linkov.net>
265
266 * progmodes/grep.el (grep-compute-defaults):
267 Compute grep-highlight-matches before its use.
268
269 2014-11-18 Juri Linkov <juri@linkov.net>
270
271 * replace.el (query-replace-from-to-separator): Turn defvar into
272 defcustom. Wrap char-displayable-p in ignore-errors because an
273 attempt to autoload char-displayable-p fails during pre-loading.
274 Move (propertize "\0" ... 'separator t) out of customizable part
275 to query-replace-read-from.
276 (query-replace-read-from): Call custom-reevaluate-setting on
277 query-replace-from-to-separator to reevaluate the separator
278 depending on the return value of char-displayable-p.
279 http://lists.gnu.org/archive/html/emacs-devel/2014-11/msg00466.html
280
281 2014-11-18 Juri Linkov <juri@linkov.net>
282
283 * bindings.el (minibuffer-local-map): Rebind [down] from
284 next-history-element to next-line-or-history-element, and [up]
285 from previous-history-element to previous-line-or-history-element.
286
287 * simple.el (next-line-or-history-element)
288 (previous-line-or-history-element): New commands.
289 http://lists.gnu.org/archive/html/emacs-devel/2014-11/msg00822.html
290
291 2014-11-18 Leo Liu <sdl.web@gmail.com>
292
293 * emacs-lisp/nadvice.el (define-advice): New macro.
294 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
295 Add define-advice.
296 (lisp-font-lock-keywords-1): Add define-advice.
297
298 2014-11-18 Daiki Ueno <ueno@gnu.org>
299
300 * epg.el (epg-context): New slot EDIT-CALLBACK.
301 (epg--process-filter): Call EDIT-CALLBACK when editing a key.
302 (epg-reset): Reset EDIT-CALLBACK of the context.
303 (epg-start-edit-key): New function.
304 (epg-edit-key): New function.
305
306 2014-11-18 Paul Eggert <eggert@cs.ucla.edu>
307
308 Port new time stamp handling to Emacs 23.2.
309 This fix is for Gnus. Problem reported by Katsumi Yamaoka.
310 * calendar/time-date.el (time-add, time-subtract, time-less-p):
311 Use eval-and-compile, not eval-when-compile.
312
313 2014-11-18 Daiki Ueno <ueno@gnu.org>
314
315 * epg.el (epg-context-set-passphrase-callback)
316 (epg-context-set-progress-callback): Check if the CALLBACK
317 argument is a function, instead of a cons.
318
319 2014-11-18 Daiki Ueno <ueno@gnu.org>
320
321 * epa-file.el (epa-file-insert-file-contents)
322 (epa-file-write-region): Remove redundant check of
323 epa-pinentry-mode.
324 * epa.el (epa-sign-file, epa-encrypt-file, epa-decrypt-region)
325 (epa-sign-region, epa-encrypt-region): Remove redundant check of
326 epa-pinentry-mode.
327
328 2014-11-18 Daiki Ueno <ueno@gnu.org>
329
330 * epa-file.el (epa-file-insert-file-contents): Don't show
331 "*Error*" buffer if input file does not exist.
332 Reported by Herbert J. Skuhra.
333
334 2014-11-18 Paul Pogonyshev <pogonyshev@gmail.com>
335 Rüdiger Sonderfeld <ruediger@c-plusplus.net>
336
337 Fix bug#13871 (an alternative version of the patch).
338 * progmodes/cc-langs.el: Support some of the new keywords in
339 C++11.
340 (c-operators): Add "alignof".
341 (c-primitive-type-kwds): Add "char16_t", "char32_t".
342 (c-type-modifier-kwds): Add "constexpr", "noexcept".
343 (c-modifier-kwds): Add "thread_local".
344 (c-constant-kwds): Add "nullptr".
345
346 2014-11-17 Michal Nazarewicz <mina86@mina86.com>
347
348 * textmodes/tildify.el (tildify-pattern, tildify-space-string):
349 New variables for specifying tildify pattern and representation of
350 a hard space -- a no-break space by default -- respectively.
351 Being buffer-local they are much easier to handle than
352 `tildify-string-alist' and `tildify-pattern-alist' respectively
353 that have been used so far. They also works better with derived
354 modes.
355 (tildify-foreach-region-function): New variable specifying
356 a function determining portions of buffer that should be
357 tildified. It allows major modes to create a filtering function
358 more elaborate than a set of regular expressions. Initialised to
359 `tildify--deprecated-ignore-evironments' by default to handle now
360 deprecated `tildify-ignored-environments-alist' variable.
361 (tildify--foreach-region): A new function that takes
362 `tildify-foreach-region-function' into account and calls callback
363 for regions of the buffer that should be tildified.
364 (tildify-foreach-ignore-environments): A new function which can be
365 partially applied and used as `tildify-foreach-region-function'.
366 (tildify-ignored-environments-alist, tildify-pattern)
367 (tildify-string-alist, tildify--pick-alist-entry): Mark as obsolete.
368 (tildify--find-env): Rename from `tildify-find-env' and mark as
369 obsolete.
370 (tildify--deprecated-ignore-evironments): New function,
371 immediately marked as obsolete, used to handle deprecated
372 `tildify-ignored-environments-alist'.
373
374 * textmodes/tex-mode.el (tex-common-initialization):
375 Set `tildify-space-string' and `tildify-foreach-region-function'
376 variables in all variants of TeX mode since `tildify-string-alist'
377 and `tildify-ignored-environments-alist' are now empty by default.
378
379 * nxml/nxml-mode.el (nxml-mode): Ditto in `nxml-mode'.
380 If encoding supports it use no-break space instead of character
381 entity; this changes previous default which used a numeric
382 reference.
383
384 * textmodes/sgml-mode.el (sgml-mode): ditto in `sgml-mode'.
385 If encoding does not support no-break space, use numeric reference;
386 this changes previous default which used named entity (“&nbsp;”)
387 in HTML mode.
388
389 2014-11-17 Ulf Jasper <ulf.jasper@web.de>
390
391 Fix bug#5433.
392 * calendar/icalendar.el (icalendar-export-alarms):
393 New customizable variable.
394 (icalendar-export-region): Export alarms as specified in
395 `icalendar-export-alarms'.
396 (icalendar--create-ical-alarm, icalendar--do-create-ical-alarm):
397 New functions for exporting alarms.
398
399 2014-11-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
400
401 * bindings.el (search-map): Move `eww-search-words' to `M-s M-w'.
402
403 2014-11-17 Paul Eggert <eggert@cs.ucla.edu>
404
405 Port new time stamp handling to old Emacs and to XEmacs.
406 This is needed for Gnus, which copies time-date.el and which
407 runs on older Emacs implementations.
408 * calendar/time-date.el (with-decoded-time-value):
409 Handle 'nil' and floating-point arg more compatibly with new Emacs.
410 (encode-time-value, with-decoded-time-value):
411 Obsolete only if new Emacs.
412 (time-add, time-subtract, time-less-p): Define if not new Emacs.
413
414 Improve time stamp handling, and be more consistent about it.
415 This implements a suggestion made in:
416 http://lists.gnu.org/archive/html/emacs-devel/2014-10/msg00587.html
417 Among other things, this means timer.el no longer needs to
418 autoload the time-date module.
419 * allout-widgets.el (allout-elapsed-time-seconds): Doc fix.
420 * arc-mode.el (archive-ar-summarize):
421 * calendar/time-date.el (seconds-to-time, days-to-time, time-since):
422 * emacs-lisp/timer.el (timer-relative-time, timer-event-handler)
423 (run-at-time, with-timeout-suspend, with-timeout-unsuspend):
424 * net/tramp.el (tramp-time-less-p, tramp-time-subtract):
425 * proced.el (proced-time-lessp):
426 * timezone.el (timezone-time-from-absolute):
427 * type-break.el (type-break-schedule, type-break-time-sum):
428 Simplify by using new functionality.
429 * calendar/cal-dst.el (calendar-next-time-zone-transition):
430 Do not return time values in obsolete and undocumented (HI . LO)
431 format; use (HI LO) instead.
432 * calendar/time-date.el (with-decoded-time-value):
433 Treat 'nil' as current time. This is mostly for XEmacs.
434 (encode-time-value, with-decoded-time-value): Obsolete.
435 (time-add, time-subtract, time-less-p): Use no-op autoloads, for
436 XEmacs. Define only if XEmacs, as they're now C builtins in Emacs.
437 * ldefs-boot.el: Update to match new time-date.el
438 * proced.el: Do not require time-date.
439
440 2014-11-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
441
442 * net/eww.el (eww-mode): Make the buffer read-only.
443 (eww-form-text): Inhibit read-only-ness in text input fields
444 (bug#16476).
445
446 2014-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
447
448 * simple.el (execute-extended-command--shorter): Cut search here.
449 (execute-extended-command): Instead of here.
450
451 2014-11-16 Fabián Ezequiel Gallina <fgallina@gnu.org>
452
453 * progmodes/python.el (python-mode): Avoid use of set-local to
454 keep Emacs 24.x compatibility.
455
456 2014-11-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
457
458 * net/shr.el (shr): Move to the new defgroup `web'.
459
460 * net/eww.el (eww): Ditto.
461
462 * simple.el (execute-extended-command): Don't show the help
463 message if the binding isn't significantly shorter than the
464 M-x command the user typed (bug#19013).
465
466 2014-11-16 Ulf Jasper <ulf.jasper@web.de>
467
468 * calendar/icalendar.el (icalendar--convert-tz-offset):
469 Return complete cons when offsets of standard time and daylight saving
470 time are equal.
471 (icalendar-export-region): Fix unbound variable warning.
472
473 2014-11-16 Fabián Ezequiel Gallina <fgallina@gnu.org>
474
475 * progmodes/python.el (run-python): Allow CMD to be optional and
476 default it to a safe command, even for Windows. (bug#18596)
477
478 2014-11-16 Fabián Ezequiel Gallina <fgallina@gnu.org>
479
480 * progmodes/python.el (python-shell-calculate-command):
481 Rename from python-shell-parse-command. Cleanup.
482 (run-python, run-python-internal): Use it.
483 (python-shell-calculate-pythonpath): Rename from
484 python-new-pythonpath.
485 (python-shell-calculate-process-environment): Use it.
486 (python-shell-calculate-exec-path): Add comment.
487
488 2014-11-16 Thierry Banel <tbanelwebmin@free.fr> (tiny change)
489
490 * calc/calc-arith.el (math-max-list, math-min-list): Fix bug
491 for date handling.
492
493 2014-11-16 Andreas Schwab <schwab@linux-m68k.org>
494
495 * version.el (emacs-repository-get-version): Use git rev-parse
496 instead of git log.
497
498 2014-11-16 Fabián Ezequiel Gallina <fgallina@gnu.org>
499
500 * progmodes/python.el (python-indent-calculate-levels):
501 Fix indentation behavior multiline dedenter statement. (Bug#18432)
502
503 2014-11-16 Fabián Ezequiel Gallina <fgallina@gnu.org>
504
505 * progmodes/python.el (python-indent-region):
506 Use python-indent-line and skip special cases. (Bug#18843)
507
508 2014-11-16 Peder O. Klingenberg <peder@klingenberg.no>
509
510 * mail/emacsbug.el (report-emacs-bug): Make a better guess at
511 envelope-from when reporting through sendmail (bug#19054).
512
513 2014-11-16 Oscar Fuentes <ofv@wanadoo.es>
514
515 Add faces for the VC modeline state indicator.
516 * lisp/vc/vc-hooks.el:
517 (vc-state-faces, vc-state-base-face)
518 (vc-up-to-date-state, vc-needs-update-state)
519 (vc-locked-state, vc-locally-added-state)
520 (vc-conflict-state, vc-removed-state)
521 (vc-missing-state, vc-edited-state):
522 New faces.
523 (vc-default-mode-line-string): Use them
524
525 2014-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
526
527 * emacs-lisp/backquote.el (backquote-process): Optimize away ",'".
528
529 2014-11-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
530
531 * net/eww.el (eww-search-words): Mention `eww-search-prefix'.
532
533 2014-11-15 Fabián Ezequiel Gallina <fgallina@gnu.org>
534
535 * progmodes/python.el (python-eldoc-setup-code): Enhance string
536 type checks, simplify printing. (Bug#18962)
537
538 2014-11-14 Ivan Andrus <darthandrus@gmail.com>
539
540 * progmodes/python.el (python-shell-font-lock-kill-buffer):
541 (python-shell-font-lock-with-font-lock-buffer)
542 (python-shell-get-buffer, python-ffap-module-path):
543 Use `derived-mode-p' instead of equality test on `major-mode'.
544
545 2014-11-14 Fabián Ezequiel Gallina <fgallina@gnu.org>
546
547 * progmodes/python.el (python-shell-virtualenv-root): Rename from
548 python-shell-virtualenv-path.
549 (python-shell-internal-get-process-name)
550 (python-shell-calculate-process-environment)
551 (python-shell-calculate-exec-path): Use it.
552
553 2014-11-14 Eli Zaretskii <eliz@gnu.org>
554
555 * bindings.el (search-map): Fix last change: don't use 'kbd' in
556 bindings.el, since it is not yet loaded when bindings.el is
557 preloaded.
558
559 2014-11-14 Fabián Ezequiel Gallina <fgallina@gnu.org>
560
561 * progmodes/python.el (python-shell-completion-get-completions):
562 Fix previous merge.
563
564 2014-11-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
565
566 * net/eww.el (eww-render): Don't set the title to the URL.
567
568 2014-11-13 Ulrich Müller <ulm@gentoo.org>
569
570 * version.el (emacs-repository-get-version): Call `git log'
571 command with proper format argument (bug#19049).
572
573 2014-11-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
574
575 * bindings.el (search-map): Bind M-s M-s to `eww-search-words'.
576
577 2014-11-14 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
578
579 * net/eww.el (eww-search-words): New command (bug#16258).
580
581 2014-11-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
582
583 * net/shr.el (shr-inhibit-images): Add a doc string.
584
585 * net/eww.el (eww-after-render-hook): New variable.
586 (eww-render): Use it.
587
588 * net/shr.el (shr-descend): Don't descend further than
589 `max-specpdl-size' allows (bug#16587).
590 (shr-depth): New variable.
591 (shr-warning): New variable.
592
593 2014-11-13 Ivan Shmakov <ivan@siamics.net>
594
595 * net/shr.el (shr-parse-base): Handle <base href=""> correctly.
596 (shr-expand-url): Expand absolute URLs correctly (bug#17958).
597
598 2014-11-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
599
600 * net/eww.el (eww): Add comment to clarify.
601
602 * net/shr.el (shr-parse-image-data): Remove blocked bits from
603 external SVG images.
604 (shr-tag-object): Display images in <object> forms (bug#16244).
605 (shr-tag-table): Also insert <objects> after the tables.
606
607 2014-11-13 Michael Albinus <michael.albinus@gmx.de>
608
609 * vc/vc-hg.el (vc-hg-state): Disable pager. (Bug#18940)
610
611 2014-11-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
612
613 * net/eww.el (eww-form-file): Fix version number.
614
615 2014-11-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
616
617 * net/eww.el (eww-form-file): :type isn't a valid `defface' keyword.
618
619 2014-11-10 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
620
621 * net/eww.el(eww-form-file(defface)): New defface of file upload form.
622 (eww-submit-file): New key map of file upload.
623 (eww-form-file): New file upload button and file name context.
624 (eww-select-file): Select file and display selected file name.
625 (eww-tag-input): Handle input tag of file type.
626 (eww-update-field): Add point offset.
627 (eww-submit): Add submit with multipart/form-data.
628
629 2014-11-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
630
631 * net/eww.el (eww-render, eww-display-html, eww-setup-buffer):
632 Allow taking a buffer to render data in. This allows using several
633 eww buffers (bug#16211).
634
635 2014-11-10 Charles Rendleman <carendle@gmail.com> (tiny change)
636
637 * net/eww.el (eww-download-callback): Save only the file contents,
638 not the headers.
639
640 2014-11-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
641
642 * net/eww.el (eww-data): New plist to store all the data relevant
643 to a single page, used throughout the file instead of the
644 variables `eww-current-url', `eww-current-dom',
645 `eww-current-source', and `eww-current-title'.
646 (eww-readable): Copy over pertinent data from the parent page.
647 (eww-save-history): Don't let the history grow infinitely.
648
649 * net/eww.el: Remove `eww-next-url', `eww-previous-url',
650 `eww-up-url', `eww-home-url', `eww-start-url' and
651 `eww-contents-url' and put the data into the `eww-data' plist.
652 This allow restoring these values after going back in the history.
653
654 2014-11-10 Sylvain Chouleur <sylvain.chouleur@gmail.com> (tiny change)
655
656 Allow VTIMEZONE where daylight and standard time zones are equal.
657 See: http://lists.gnu.org/archive/html/emacs-devel/2014-11/msg00494.html
658 * calendar/icalendar.el (icalendar--convert-tz-offset):
659 Support timezone without daylight saving time.
660
661 2014-11-10 Glenn Morris <rgm@gnu.org>
662
663 * startup.el (command-line): Handle nil elements in load-path.
664
665 2014-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
666
667 * help.el (view-lossage): Include the actual commands run.
668
669 2014-11-10 Dmitry Gutov <dgutov@yandex.ru>
670
671 * vc/vc-dir.el (vc-dir-hide-state): Also hide `ignored' items when
672 no state is specified. (Bug#18964)
673
674 2014-11-09 Eric Ludlam <zappo@gnu.org>
675
676 * emacs-lisp/eieio-custom.el (eieio-customize-object):
677 Set eieio-cog (current group) to g, which is an improved form of input
678 group.
679
680 2014-11-09 Juri Linkov <juri@jurta.org>
681
682 * isearch.el (isearch-message-prefix): Show "Multi-file" and
683 "Multi-buffer" instead of "Multi". (Bug#13592)
684
685 * misearch.el (multi-isearch-file-list):
686 Autoload multi-isearch-buffer-list and multi-isearch-file-list.
687 (multi-isearch-end): Reset multi-isearch-buffer-list and
688 multi-isearch-file-list to nil.
689
690 2014-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
691
692 * emacs-lisp/bytecomp.el (byte-compile-initial-macro-environment):
693 Don't call byte-compile-preprocess since the result will go through
694 cconv.
695 (byte-compile-output-docform): Handle uninterned `name' correctly.
696 * emacs-lisp/cl-macs.el (cl-define-compiler-macro): Use interned name
697 to circumvent byte-compiler bug.
698
699 * emacs-lisp/macroexp.el (macroexp--expand-all): Fix typo.
700 (macroexp--compiler-macro): Remove left-over debug code.
701
702 * emacs-lisp/cl-extra.el (cl-get): Silence compiler warning.
703
704 2014-11-08 Juri Linkov <juri@jurta.org>
705
706 * simple.el (shell-command): Use buffer-name when output-buffer is
707 a buffer. (Bug#18096)
708
709 2014-11-08 Juri Linkov <juri@jurta.org>
710
711 * minibuffer.el (minibuffer-completion-help): Compare this-command
712 with completion-at-point. (Bug#17809)
713
714 2014-11-08 Glenn Morris <rgm@gnu.org>
715
716 * emacs-lisp/bytecomp.el (byte-compile-report-error):
717 Allow the argument to be a string. Due to the vague doc,
718 it was already being used this way.
719
720 2014-11-08 Michael Albinus <michael.albinus@gmx.de>
721
722 * net/tramp.el (tramp-check-cached-permissions): Include hop in
723 the constructed Tramp file name. (Bug#18943)
724
725 2014-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
726
727 * emulation/cua-base.el (cua--select-keymaps): Use region-active-p
728 (bug#18952).
729 (cua-set-mark, cua--post-command-handler-1):
730 * emulation/cua-gmrk.el (cua-cancel-global-mark): Same.
731
732 2014-11-08 Michael Albinus <michael.albinus@gmx.de>
733
734 * files.el (file-name-non-special): Wrap the call of
735 `insert-file-contents' by `unwind-protect', in order to set the
736 buffer's file name anyway. (Bug#18891)
737
738 2014-11-08 Alan Mackenzie <acm@muc.de>
739
740 Fix wrong bound to c-font-lock-declarators. Fixes bug #18948.
741 * progmodes/cc-fonts.el (c-font-lock-declarations):
742 Pass "(point-max)" as bound to c-font-lock-declarators, not "limit", as
743 the buffer is sometimes narrowed to less than "limit" (e.g., in
744 the presence of macros).
745
746 2014-11-08 Michael Albinus <michael.albinus@gmx.de>
747
748 * net/tramp.el (tramp-error-with-buffer): Show connection buffer
749 only when message appeared in minibuffer. (Bug#18891)
750
751 * net/tramp-adb.el (tramp-adb-handle-file-attributes):
752 * net/tramp-gvfs.el (tramp-gvfs-handle-file-attributes):
753 * net/tramp-sh.el (tramp-sh-handle-file-attributes): Return nil in
754 case of errors.
755
756 2014-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
757
758 * emacs-lisp/bytecomp.el (byte-compile-initial-macro-environment):
759 Don't compile before eval in `eval-and-compile'.
760 (byte-compile-arglist-warn): Add check for defining macros after their
761 first use. Check call use even if the function is fboundp.
762
763 2014-11-08 Richard Stallman <rms@gnu.org>
764
765 * mail/rmail.el (rmail-epa-decrypt): Detect armor with line prefixes.
766 Check more carefully for mime-part specified character set.
767 Check for mime-part Content Transfer Encoding.
768 Notify if no armor found.
769
770 2014-11-08 Martin Rudalics <rudalics@gmx.at>
771
772 * faces.el (face-set-after-frame-default): Enable running
773 `window-configuration-change-hook'.
774
775 2014-11-07 Juri Linkov <juri@jurta.org>
776
777 * replace.el: History for query replace pairs.
778 (query-replace-defaults): Promote to a list of cons cell. Doc fix.
779 (query-replace-from-to-separator): New variable.
780 (query-replace-read-from): Let-bind query-replace-from-to-history
781 to a list of FROM-TO strings created from query-replace-defaults
782 and separated by query-replace-from-to-separator. Use it as
783 the history while reading from the minibuffer. Split the returned
784 string by the separator to get FROM and TO parts, and add them
785 to the history variables.
786 (query-replace-read-to): Add FROM-TO pairs to query-replace-defaults.
787 (query-replace-regexp-eval): Let-bind query-replace-defaults to nil.
788 http://lists.gnu.org/archive/html/emacs-devel/2014-11/msg00253.html
789
790 * isearch.el (isearch-text-char-description): Keep characters
791 intact and put formatted strings with the `display' property.
792
793 2014-11-07 Martin Rudalics <rudalics@gmx.at>
794
795 * cus-start.el (frame-resize-pixelwise): Fix group.
796 (frame-inhibit-implied-resize): Add entry.
797
798 2014-11-07 Daiki Ueno <ueno@gnu.org>
799
800 * epa.el (epa-pinentry-mode): New user option.
801 (epa-sign-file, epa-encrypt-file, epa-decrypt-region)
802 (epa-sign-region, epa-encrypt-region): Respect epa-pinentry-mode.
803 * epa-file.el (epa-file-insert-file-contents)
804 (epa-file-write-region): Respect epa-pinentry-mode.
805
806 2014-11-07 Daiki Ueno <ueno@gnu.org>
807
808 * epg.el (epg--list-keys-1): Ignore fields after the 15th field
809 (bug#18979). Reported by Hideki Saito.
810
811 2014-11-06 Daiki Ueno <ueno@gnu.org>
812
813 * emacs-lisp/package.el (package--display-verify-error): New function.
814 (package--check-signature): Use it to display output sent to stderr.
815
816 2014-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
817
818 * subr.el (pop): Don't call the getter twice (bug#18968).
819
820 * emacs-lisp/macroexp.el (macroexp--expand-all): Optimize away trivial
821 uses of `funcall'.
822
823 2014-11-06 Daiki Ueno <ueno@gnu.org>
824
825 * epa.el (epa-error-buffer): New variable.
826 (epa-display-error): New function.
827 (epa-decrypt-file, epa-verify-file, epa-verify-region)
828 (epa-delete-keys, epa-import-keys): Display output sent to stderr.
829 (epa-sign-file, epa-sign-region, epa-encrypt-region)
830 (epa-export-keys, epa-insert-keys): Display output sent to stderr.
831 Use setf instead of epg-context-set-*.
832 * epa-file.el (epa-file-insert-file-contents):
833 Use epa-display-error instead of epa-display-info. Mimic the behavior
834 of jka-compr when decryption program is not found.
835 (epa-file-write-region): Use epa-display-error instead of
836 epa-display-info.
837
838 2014-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
839
840 * vc/vc.el (vc-region-history): New command.
841 (vc-print-log-internal): Use cl-some.
842
843 * vc/vc-git.el (vc-git-region-history): New function.
844 (vc-git-region-history-mode-map)
845 (vc-git--log-view-long-font-lock-keywords)
846 (vc-git-region-history-font-lock-keywords): New vars.
847 (vc-git-region-history-font-lock): New function.
848 (vc-git-region-history-mode): New major mode.
849
850 2014-11-05 Tassilo Horn <tsdh@gnu.org>
851
852 * net/eww.el (subr-x): Require subr-x at compile-time because eww
853 uses string-trim.
854
855 2014-11-05 Daiki Ueno <ueno@gnu.org>
856
857 * epg.el (epg-context): Add new slot ERROR-OUTPUT.
858 (epg-error-output): New buffer-local variable.
859 (epg--start): Initialize epg-error-output.
860 (epg--process-filter): Record output lines sent to stderr, in
861 epg-error-output.
862 (epg-wait-for-completion): Copy epg-error-output to ERROR-OUTPUT
863 slot of context.
864 * epa-file.el (epa-file-insert-file-contents): On error, display
865 output sent to stderr.
866 (epa-file-write-region): Likewise.
867
868 2014-11-05 Eli Zaretskii <eliz@gnu.org>
869
870 * jit-lock.el (jit-lock-stealth-fontify): Be tolerant to nil being
871 returned by load-average.
872
873 2014-11-05 Michael Albinus <michael.albinus@gmx.de>
874
875 * net/tramp-sh.el (tramp-do-copy-or-rename-file-via-buffer): Don't use
876 a local copy; setting `inhibit-file-name-handlers' proper might be
877 more performant. (Bug#18751)
878
879 2014-11-05 Glenn Morris <rgm@gnu.org>
880
881 * mail/emacsbug.el (report-emacs-bug): No longer include
882 recent-keys in the report. (Bug#18900)
883
884 2014-11-04 Paul Eggert <eggert@cs.ucla.edu>
885
886 * mouse.el (mouse-drag-line): Fix misspelling of "right-fringe".
887
888 2014-11-04 Teodor Zlatanov <tzz@lifelogs.com>
889
890 * net/eww.el (eww): Trim URL with `string-trim'.
891 Suggested by Vibhav Pant <vibhavp@gmail.com>.
892
893 2014-11-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
894
895 * net/eww.el (eww-score-readability): Don't count comments positively.
896
897 * net/shr.el (shr-retransform-dom): Typo fix.
898
899 * net/eww.el (eww-score-readability): Parse SVC images correctly.
900 (eww-display-html): Don't leave point inside forms.
901
902 * net/shr.el: Ditto.
903
904 2014-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
905
906 * emacs-lisp/edebug.el (edebug-safe-prin1-to-string): Assume that
907 edebug-prin1-to-string already handles circularity.
908
909 * emacs-lisp/byte-run.el (defun-declarations-alist): Fix compiler-macro
910 autoloading when specified as a lambda.
911
912 * simple.el (execute-extended-command--last-typed): New var.
913 (read-extended-command): Set it.
914 Don't complete obsolete commands.
915 (execute-extended-command--shorter-1)
916 (execute-extended-command--shorter): New functions.
917 (execute-extended-command): Use them to suggest shorter names.
918 (indicate-copied-region, deactivate-mark): Use region-active-p.
919
920 2014-11-03 Michael Albinus <michael.albinus@gmx.de>
921
922 * net/tramp-sh.el (tramp-do-copy-or-rename-file-via-buffer): Use a
923 local copy of FILENAME, when it is remote. (Bug#18751)
924
925 * net/tramp-adb.el (tramp-adb-handle-process-file): Do not raise
926 an error when the command fails; the return code must indicate.
927 (tramp-adb-send-command-and-check): Fix docstring.
928
929 2014-11-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
930
931 * net/shr.el (shr-retransform-dom): Don't ignore elements that
932 have no children like <br />.
933
934 * net/eww.el (eww-display-html): Clear `url-queue'.
935 (eww-display-pdf): New function.
936 (eww-render): Display PDFs with `doc-view'.
937 (url-queue): Require `url-queue' to avoid compilation warning.
938 (eww-colorize-region): Remove duplicate function.
939 (eww-tag-body): Use `shr-colorize-region'.
940
941 2014-11-03 Yoni Rabkin <yrk@gnu.org>
942
943 * net/eww.el (eww-list-bookmarks): Autoload.
944
945 2014-11-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
946
947 * net/shr.el (shr-retransform-dom): Allow several text sub-nodes.
948
949 * net/eww.el (eww-display-html): The charset is called `utf-8',
950 not `utf8'.
951 (eww-readable): Decode the saved text correctly.
952 (eww-readable): Save the history before displaying so that we can
953 go back to the non-readable version.
954 (eww-display-html): Don't try to decode the text if we've been
955 passed in a pre-parsed DOM.
956 (eww-tag-title): Remove newlines and extra whitespace from the
957 displayed title.
958
959 2014-11-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
960
961 * net/eww.el (eww-readable): New command and keystroke.
962
963 * net/shr.el (shr-retransform-dom): New function.
964
965 * net/eww.el (eww-display-html): Set `eww-current-source' in the
966 correct buffer.
967 (eww-view-source): Use it.
968
969 2014-11-02 Ivan Shmakov <ivan@siamics.net>
970
971 * net/eww.el (eww): Recognize colon-delimited IPv6 addresses.
972 (Bug#18603).
973
974 2014-11-02 Brian McKenna <brian@brianmckenna.org> (tiny change)
975
976 * net/eww.el (eww-submit): Encode empty form values as "". (Bug#17785).
977
978 2014-11-02 Ivan Shmakov <ivan@siamics.net>
979
980 * net/eww.el (eww): Allow "file:/file/name" URLs. (Bug#18825).
981
982 2014-11-02 Ivan Shmakov <ivan@siamics.net>
983
984 * net/eww.el (eww-mode-map): Remove mentions of `eww-quit'.
985 (Bug#18834).
986
987 2014-11-02 Eric Abrahamsen <eric@ericabrahamsen.net>
988
989 * emacs-lisp/eieio.el (eieio-edebug-prin1-to-string): Adjust for
990 use as advice.
991 (edebug-setup-hook): Advise `edebug-prin1-to-string'. (Bug#18897)
992
993 2014-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
994
995 * emacs-lisp/pp.el (pp-macroexpand-expression): Use macroexpand-1
996 (bug#18821).
997 * progmodes/elisp-mode.el (emacs-lisp-macroexpand): Idem.
998
999 2014-11-01 Michael R. Mauger <michael@mauger.com>
1000
1001 * sql.el (sql-mode-oracle-font-lock-keywords): Correct regexp
1002 syntax, add new keywords, and parse longer keywords first.
1003 (sql-redirect-one): Protect against empty command.
1004 (sql-mode, sql-interactive-mode): Set `custom-mode-group' property
1005 to SQL. (Bug#14759)
1006
1007 2014-11-01 Michael R. Mauger <michael@mauger.com>
1008
1009 * sql.el (sql-interactive-mode, sql-stop): Correct fix for
1010 Bug#16814 with let-bind of comint-input-ring variables around read
1011 and save functions.
1012
1013 2014-11-01 Michael Albinus <michael.albinus@gmx.de>
1014
1015 * net/tramp-cache.el (tramp-get-file-property)
1016 (tramp-set-file-property): Check that `tramp-cache-get-count-*'
1017 and `tramp-cache-set-count-*' are bound. Otherwise, there might
1018 be compiler warnings.
1019
1020 * net/tramp-sh.el (tramp-get-remote-uid, tramp-get-remote-gid):
1021 Return -1 respective "UNKNOWN", if uid or gid cannot be determined.
1022
1023 2014-11-01 Eli Zaretskii <eliz@gnu.org>
1024
1025 * progmodes/compile.el (compilation-mode): Turn off deferred
1026 fontifications locally. (Bug#18856)
1027
1028 2014-11-01 Wolfgang Jenkner <wjenkner@inode.at>
1029
1030 * net/tramp-sh.el (tramp-send-command): Fix the case where the
1031 remote-echo connection property is non-nil (bug#18858).
1032
1033 2014-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
1034
1035 * simple.el (newline): Add assertions to try and help catch bug#18913.
1036
1037 * emulation/cua-base.el (cua-delete-region): Use delete-active-region
1038 (bug#18886).
1039 (cua--last-deleted-region-pos, cua--last-deleted-region-text): Remove.
1040
1041 2014-11-01 Kim F. Storm <storm@cua.dk>
1042
1043 Restore cua-delete-copy-to-register-0 and M-v command (bug#18886).
1044 * delsel.el (delete-selection-save-to-register)
1045 (delsel--replace-text-or-position): New vars.
1046 (delete-active-region): Use them.
1047 (delete-selection-repeat-replace-region): New command, moved from
1048 cua-base.el.
1049 * emulation/cua-base.el (cua--repeat-replace-text): Remove var.
1050 (cua-repeat-replace-region): Move command to delsel.el.
1051 (cua--init-keymaps): Update binding accordingly.
1052 (cua-mode): Set delete-selection-save-to-register.
1053
1054 2014-11-01 Alan Mackenzie <acm@muc.de>
1055
1056 Make blink-parens work with a closing template delimiter.
1057 * progmodes/cc-cmds.el (c-electric-lt-gt): Cause a redisplay
1058 before calling blink-paren-function, so as to apply syntax-table
1059 properties to the ">".
1060
1061 2014-11-01 Jan Djärv <jan.h.d@swipnet.se>
1062
1063 * select.el (gui-get-selection): Comment: data-type ignored on NS.
1064
1065 2014-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
1066
1067 * emacs-lisp/macroexp.el (macroexpand-1): New function (bug#18821).
1068 (macroexp--expand-all): Unrelated tweaks.
1069
1070 * emacs-lisp/gv.el (gv-get): Use macroexpand-1.
1071
1072 2014-10-30 Glenn Morris <rgm@gnu.org>
1073
1074 * startup.el (command-line): Remove pointless attempt to avoid
1075 statting the file-system (which expand-file-name doesn't do).
1076
1077 2014-10-30 Daniel Colascione <dancol@dancol.org>
1078
1079 Add "enum class" support to C++ mode.
1080 * progmodes/cc-langs.el (c-after-brace-list-decl-kwds)
1081 (c-after-brace-list-key): New language consts/variables.
1082 * progmodes/cc-engine.el (c-looking-at-decl-block):
1083 Exclude spurious match of "enum struct" from decl-block recognition.
1084 (c-backward-colon-prefixed-type): New function.
1085 (c-backward-over-enum-header): Call above function to extend
1086 recognition of enum structure.
1087
1088 2014-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
1089
1090 * progmodes/cc-defs.el (c--macroexpand-all): New function (bug#18845).
1091 (c-lang-defconst):
1092 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Use it.
1093
1094 2014-10-30 Eli Zaretskii <eliz@gnu.org>
1095
1096 * progmodes/compile.el (compilation-start):
1097 If compilation-scroll-output is non-nil, don't force window-start of
1098 the compilation buffer to be at beginning of buffer. (Bug#18874)
1099
1100 * startup.el (fancy-about-text): Read the entire tutorial, not
1101 just its first 256 bytes. (Bug#18760)
1102
1103 2014-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
1104
1105 * emacs-lisp/bytecomp.el: Require cl-extra (bug#18804).
1106 * emacs-lisp/cl-extra.el: Add missing provide.
1107
1108 * emacs-lisp/bytecomp.el (byte-compile-and-folded): Optimize case where
1109 all args are copyable (bug#18767).
1110 (=, <, >, <=, >=): Re-enable the optimization.
1111
1112 2014-10-29 Glenn Morris <rgm@gnu.org>
1113
1114 * net/rcirc.el (rcirc-fill-column): Unbump :version. Mark :risky.
1115
1116 * version.el (emacs-bzr-version, emacs-bzr-get-version):
1117 Revert 2014-10-26 change.
1118
1119 2014-10-29 Paul Eggert <eggert@cs.ucla.edu>
1120
1121 Simplify use of current-time and friends.
1122 * allout-widgets.el (allout-widgets-hook-error-handler):
1123 * calendar/appt.el (appt-display-message):
1124 * calendar/icalendar.el (icalendar--convert-float-to-ical):
1125 * calendar/timeclock.el (timeclock-in, timeclock-when-to-leave)
1126 (timeclock-last-period, timeclock-day-base):
1127 * eshell/em-ls.el (eshell-ls-file):
1128 * eshell/esh-util.el (eshell-parse-ange-ls):
1129 * generic-x.el (named-database-print-serial):
1130 * net/newst-backend.el (newsticker--get-news-by-url-callback)
1131 (newsticker-get-news, newsticker--sentinel-work)
1132 (newsticker--image-get, newsticker--image-sentinel):
1133 * net/tramp-sh.el (tramp-get-remote-touch):
1134 * progmodes/opascal.el (opascal-debug-log):
1135 * textmodes/remember.el (remember-mail-date)
1136 (remember-store-in-files):
1137 * vc/vc-annotate.el (vc-annotate-display-autoscale)
1138 (vc-default-annotate-current-time):
1139 * vc/vc-bzr.el (vc-bzr-shelve-snapshot):
1140 * vc/vc-cvs.el (vc-cvs-annotate-current-time):
1141 * vc/vc-rcs.el (vc-rcs-annotate-current-time):
1142 Omit unnecessary call to current-time.
1143 * calendar/time-date.el (time-to-seconds) [!float-time]:
1144 * vc/vc-annotate.el (vc-annotate-convert-time):
1145 Use current time if arg is nil, to be compatible with float-time.
1146 (time-date--day-in-year): New function, with most of the guts of
1147 the old time-to-day-in-year.
1148 (time-to-day-in-year): Use it.
1149 (time-to-days): Use it, to avoid decoding the same time stamp twice.
1150 * calendar/timeclock.el (timeclock-time-to-date):
1151 Arg is now optional, like current-time-string.
1152 (timeclock-update-mode-line):
1153 Don't call current-time twice to get the current time stamp,
1154 as this can lead to inconsistent results.
1155 * completion.el (cmpl-hours-since-origin):
1156 * ido.el (ido-time-stamp):
1157 * vc/vc-annotate.el (vc-annotate-convert-time):
1158 Simplify by using float-time.
1159 * completion.el (save-completions-to-file):
1160 Rename local var to avoid confusion.
1161 * net/rcirc.el (rcirc-float-time): Simplify to an alias because
1162 time-to-seconds now behaves like float-time with respect to nil arg.
1163 * subr.el (progress-reporter-do-update):
1164 Don't call float-time unless needed.
1165
1166 2014-10-29 Leo Liu <sdl.web@gmail.com>
1167
1168 * net/rcirc.el (rcirc-fill-column): Use function.
1169 (rcirc-markup-fill): Remove adjustment.
1170
1171 2014-10-28 Christopher Schmidt <ch@ristopher.com>
1172
1173 * calc/calc.el (quick-calc):
1174 * calc/calc-aent.el (calc-do-quick-calc): New argument INSERT.
1175
1176 2014-10-28 Sam Steingold <sds@gnu.org>
1177
1178 * net/rcirc.el (rcirc-fill-column): Allow any symbolic value for
1179 the sake of `window-body-width' (in addition to `frame-width').
1180
1181 2014-10-26 Eric S. Raymond <esr@thyrsus.com>
1182
1183 * version.el: Fix some fallback values to conform to the actual
1184 release number.
1185
1186 2014-10-25 Eric S. Raymond <esr@thyrsus.com>
1187
1188 * Makefile.in: Change some production names so they're neutral
1189 about the repository type.
1190
1191 2014-10-25 Michael Albinus <michael.albinus@gmx.de>
1192
1193 * net/tramp-gvfs.el (tramp-gvfs-methods-mounttracker)
1194 (tramp-gvfs-mountlocation-signature): Check `tramp-gvfs-enabled'
1195 during initialization. (Bug#18774)
1196
1197 2014-10-25 Vincent Belaïche <vincentb1@users.sourceforge.net>
1198
1199 * ses.el (macroexp): Add require for this package, so that
1200 function `ses--cell' gets macroexp-quote --- this change was
1201 supposed to be in my previous commit, but left out by mistake.
1202 (ses--cell): Do not make formula a macroexp-quote of value when
1203 value, not formula, is *skip*.
1204
1205 2014-10-24 Vincent Belaïche <vincentb1@users.sourceforge.net>
1206
1207 * ses.el (macroexp): Add require for this package, so that function
1208 `ses--cell gets macroexp-quote.
1209 (ses--cell): Makes formula a macroexp-quote of value when formula
1210 is nil. The rationale of this changr is to allow in the future
1211 shorter SES files, e.g. we could have only `(ses-cell A1 1.0)'
1212 instead of `(ses-cell A1 1.0 1.0 nil REFLIST)'. In such a case
1213 reference list REFLIST would be re-computed after load --- thus
1214 trading off load time against file size.
1215
1216 * emacs-lisp/package.el (package--alist-to-plist-args):
1217 Use macroexp-quote instead of a lambda expression which has the same
1218 content as macroexp-quote.
1219 (macroexp): Add require for this package, so that function
1220 `package--alist-to-plist-args' gets macroexp-quote.
1221
1222 * emacs-lisp/macroexp.el (macroexp-quote): New defun.
1223
1224 2014-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
1225
1226 * term/ns-win.el (ns-store-cut-buffer-internal)
1227 (ns-copy-including-secondary): Use gui-set-selection (bug#18816).
1228
1229 2014-10-24 Martin Rudalics <rudalics@gmx.at>
1230
1231 * mouse.el (mouse-drag-line): Don't use mouse-pixel-position.
1232 Calculate increment from last position instead of window edge.
1233 Add right- and bottom-divider bindings to transient map.
1234
1235 2014-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
1236
1237 * emacs-lisp/cl-macs.el (cl-defstruct): Define an internal predicate
1238 even if :predicate was nil, for the benefit of typep.
1239 Record the name of the predicate for typep's use.
1240 (cl--make-type-test): Use pcase. Obey new
1241 cl-deftype-satisfies property.
1242
1243 * epg.el: Use cl-defstruct.
1244 (epg-make-data-from-file, epg-make-data-from-string, epg-data-file)
1245 (epg-data-string): Define via cl-defstruct.
1246 (epg--gv-nreverse): New macro.
1247 (epg-context--make): New constructor (provided vi cl-defstruct).
1248 (epg-make-context): Rewrite using it.
1249 (epg-context-protocol, epg-context-program)
1250 (epg-context-home-directory, epg-context-armor, epg-context-textmode)
1251 (epg-context-include-certs, epg-context-cipher-algorithm)
1252 (epg-context-digest-algorithm, epg-context-compress-algorithm)
1253 (epg-context-passphrase-callback, epg-context-progress-callback)
1254 (epg-context-signers, epg-context-sig-notations, epg-context-process)
1255 (epg-context-output-file, epg-context-result, epg-context-operation)
1256 (epg-context-pinentry-mode): Define using cl-defstruct.
1257 (epg-context-set-protocol, epg-context-set-program)
1258 (epg-context-set-include-certs, epg-context-set-cipher-algorithm)
1259 (epg-context-set-digest-algorithm)
1260 (epg-context-set-sig-notations, epg-context-set-process)
1261 (epg-context-set-output-file, epg-context-set-result)
1262 (epg-context-set-operation, epg-context-set-pinentry-mode)
1263 (epg-context-set-compress-algorithm): Remove. Use setf instead.
1264 (epg-context-set-armor, epg-context-set-textmode)
1265 (epg-context-set-signers): Redefine using setf
1266 and declare as obsolete.
1267 (epg-context-set-passphrase-callback)
1268 (epg-context-set-progress-callback): Use setf.
1269 (epg-signature-notations): Rename from epg-sig-notations.
1270 (epg-make-signature, epg-signature-status, epg-signature-key-id)
1271 (epg-signature-validity, epg-signature-fingerprint)
1272 (epg-signature-creation-time, epg-signature-expiration-time)
1273 (epg-signature-pubkey-algorithm, epg-signature-digest-algorithm)
1274 (epg-signature-class, epg-signature-version): Define vi cl-defstruct.
1275 (epg-signature-set-status, epg-signature-set-key-id)
1276 (epg-signature-set-validity, epg-signature-set-fingerprint)
1277 (epg-signature-set-creation-time, epg-signature-set-expiration-time)
1278 (epg-signature-set-pubkey-algorithm)
1279 (epg-signature-set-digest-algorithm, epg-signature-set-class)
1280 (epg-signature-set-version, epg-signature-set-notations): Remove.
1281 Use setf instead.
1282 (epg-make-new-signature, epg-new-signature-type)
1283 (epg-new-signature-pubkey-algorithm)
1284 (epg-new-signature-digest-algorithm, epg-new-signature-class)
1285 (epg-new-signature-creation-time, epg-new-signature-fingerprint):
1286 Define using cl-defstruct.
1287 (epg-make-key, epg-key-owner-trust, epg-key-sub-key-list)
1288 (epg-key-user-id-list): Define using cl-defstruct.
1289 (epg-key-set-sub-key-list, epg-key-set-user-id-list): Remove.
1290 Use setf instead.
1291 (epg-make-sub-key, epg-sub-key-validity, epg-sub-key-capability)
1292 (epg-sub-key-secret-p, epg-sub-key-algorithm, epg-sub-key-length)
1293 (epg-sub-key-id, epg-sub-key-creation-time)
1294 (epg-sub-key-expiration-time, epg-sub-key-fingerprint): Define using
1295 cl-defstruct.
1296 (epg-sub-key-set-fingerprint): Remove. Use setf instead.
1297 (epg-make-user-id, epg-user-id-validity, epg-user-id-string)
1298 (epg-user-id-signature-list): Define using cl-defstruct.
1299 (epg-user-id-set-signature-list): Remove. Use setf instead.
1300 (epg-make-key-signature, epg-key-signature-validity)
1301 (epg-key-signature-pubkey-algorithm, epg-key-signature-key-id)
1302 (epg-key-signature-creation-time, epg-key-signature-expiration-time)
1303 (epg-key-signature-user-id, epg-key-signature-class)
1304 (epg-key-signature-exportable-p): Define using cl-defstruct.
1305 (epg-make-sig-notation, epg-sig-notation-name)
1306 (epg-sig-notation-value, epg-sig-notation-human-readable)
1307 (epg-sig-notation-critical): Define using cl-defstruct.
1308 (epg-sig-notation-set-value): Remove. Use setf instead.
1309 (epg-make-import-status, epg-import-status-fingerprint)
1310 (epg-import-status-reason, epg-import-status-new)
1311 (epg-import-status-user-id, epg-import-status-signature)
1312 (epg-import-status-sub-key, epg-import-status-secret): Define using
1313 cl-defstruct.
1314 (epg-make-import-result, epg-import-result-considered)
1315 (epg-import-result-no-user-id, epg-import-result-imported)
1316 (epg-import-result-imported-rsa, epg-import-result-unchanged)
1317 (epg-import-result-new-user-ids, epg-import-result-new-sub-keys)
1318 (epg-import-result-new-signatures, epg-import-result-new-revocations)
1319 (epg-import-result-secret-read, epg-import-result-secret-imported)
1320 (epg-import-result-secret-unchanged, epg-import-result-not-imported)
1321 (epg-import-result-imports): Define using cl-defstruct.
1322
1323 * emacs-lisp/package.el: Require EPG during macroexpansion.
1324 (package--check-signature, package-import-keyring): Use setf instead of
1325 epg-context-set-home-directory.
1326
1327 2014-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
1328
1329 * emacs-lisp/bytecomp.el (byte-compile--use-old-handlers): Change default.
1330
1331 2014-10-23 Leo Liu <sdl.web@gmail.com>
1332
1333 * progmodes/cfengine.el (cfengine3-defun-full-re): New var.
1334 (cfengine3-create-imenu-index): Use it and use ` ' for separation.
1335 (cfengine3-current-defun): New function.
1336 (cfengine3-mode): Set add-log-current-defun-function.
1337
1338 2014-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
1339
1340 * select.el: Use lexical-binding.
1341 (gui-set-selection): Provide an implementation for non-GUI frames
1342 (bug#18791).
1343 * term/x-win.el: Use lexical-binding.
1344 (x-clipboard-yank): Fix up missed renamings.
1345 * term/w32-win.el (libgif-version, libjpeg-version): Silence compiler.
1346 (w32--set-selection): Fix up var names.
1347 * term/pc-win.el: Use lexical-binding.
1348 (w16-selection-exists-p): Silence compiler warning.
1349 (w16-selection-owner-p): Fix up missed renamings.
1350
1351 * emacs-lisp/bytecomp.el (byte-compile-form): Remove left-over debug.
1352
1353 * frame.el (frame-notice-user-settings): Fix excessive quoting.
1354
1355 2014-10-22 Tassilo Horn <tsdh@gnu.org>
1356
1357 * doc-view.el (doc-view-open-text): View the document's plain text
1358 in the current buffer instead of a new one.
1359 (doc-view-toggle-display): Handle the case where the current
1360 buffer contains the plain text contents of the document.
1361 (doc-view-initiate-display): Don't switch to fallback mode if the
1362 user wants to view the doc's plain text.
1363 (doc-view-set-doc-type): Use assoc-string instead of
1364 assoc-ignore-case.
1365
1366 2014-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
1367
1368 * subr.el (read-key): Fix clicks on the mode-line.
1369 (set-transient-map): Return exit function.
1370
1371 * mouse.el (mouse-drag-line): Use set-transient-map (bug#18015).
1372 (mouse--down-1-maybe-follows-link): Remove unused var `this-event'.
1373 (mouse-yank-secondary): Use gui-get-selection.
1374 (mouse--down-1-maybe-follows-link): Use read-key.
1375
1376 * xt-mouse.el: Add `event-kind' property on the fly from
1377 xterm-mouse-translate-1 rather than statically at the outset.
1378
1379 2014-10-21 Daniel Colascione <dancol@dancol.org>
1380
1381 * vc/vc-dispatcher.el (vc-resynch-window): Tell view-mode not to
1382 change window configuration when we turn it off.
1383
1384 2014-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
1385
1386 Get rid of backend-dependent selection-handling functions for kill/yank
1387 and make it generic instead by relying on the lower-level selection
1388 management functions.
1389
1390 * select.el (select-enable-clipboard): Rename from
1391 gui-select-enable-clipboard.
1392 (select-enable-primary): Move from x-win.el and rename from
1393 x-select-enable-primary.
1394 (gui-last-selected-text): Remove.
1395 (gui--last-selected-text-clipboard, gui--last-selected-text-primary):
1396 New vars.
1397 (gui-select-text): Rewrite, based on x-win.el's old x-select-text.
1398 (gui-select-text-alist, gui-selection-value-alist): Remove.
1399 (x-select-request-type): Move from x-win.el.
1400 (gui--selection-value-internal): New function, taken from x-win's
1401 x-selection-value-internal.
1402 (gui-selection-value): Rewrite, based on x-win.el's old x-selection-value.
1403 (gui-set-selection-alist): Rename from gui-own-selection-alist and
1404 extend it to handle a nil value as a "disown" request.
1405 (gui-disown-selection-alist): Remove.
1406 (xselect-convert-to-delete): Adjust accordingly.
1407 (gui-set-selection): Simplify accordingly as well. Use dotimes.
1408
1409 * term/x-win.el (x-last-selected-text-primary)
1410 (x-select-enable-primary): Remove (moved to select.el).
1411 (x-select-request-type): Move to select.el.
1412 (x-selection-value-internal, x--selection-value): Remove functions.
1413 (gui-selection-value, gui-select-text): Remove moethods.
1414 (gui-set-selection): Merge own and disown methods.
1415
1416 * term/w32-win.el (w32--select-text, w32--get-selection-value):
1417 Delete function (move functionality into w32--set-selection and
1418 w32--get-selection).
1419 (gui-select-text, gui-selection-value): Don't define methods.
1420 (w32--set-selection, w32--get-selection, w32--selection-owner-p):
1421 New functions.
1422 (gui-get-selection, gui-selection-owner-p, gui-selection-exists-p):
1423 Use them.
1424 (gui-selection-exists-p): Adjust to new name of C primitive.
1425
1426 * term/pc-win.el (w16-get-selection-value): Add dummy argument and drop
1427 test of gui-select-enable-clipboard, to make it usable as
1428 a gui-get-selection method.
1429 (gui-selection-exists-p): Adjust to new name of C primitive.
1430 (gui-set-selection): Merge own and disown methods.
1431 (gui-select-text, gui-selection-value): Delete methods.
1432 (w16--select-text): Delete function.
1433
1434 * term/ns-win.el (ns-get-pasteboard, ns-set-pasteboard)
1435 (ns-selection-value): Remove functions.
1436 (gui-select-text, gui-selection-value): Don't define method any more.
1437 (gui-set-selection): Merge the old own and disown methods.
1438 (gui-selection-exists-p, gui-get-selection): Adjust to new name of
1439 underlying C primitive.
1440
1441 * startup.el (command-line): Adjust now that `gui-method' expects nil
1442 for ttys.
1443
1444 * frame.el (gui-method): Use window-system rather than framep.
1445 (gui-method-declare): The tty case is now nil rather than t.
1446 (make-frame): Adjust accordingly.
1447
1448 2014-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
1449
1450 * net/newst-reader.el (newsticker--image-read): Simplify.
1451 (newsticker--icon-read): Use dolist and fix free var error.
1452
1453 * imenu.el (imenu--menubar-keymap): New var.
1454 (imenu-add-to-menubar): Set it to remember the keymap we used.
1455 (imenu-update-menubar): Use it instead of asking lookup-key.
1456
1457 * obsolete/cc-compat.el: Make obsolete (bug#18561).
1458
1459 * epg-config.el (epg-gpg-program): Don't use absolute names by default.
1460
1461 * emacs-lisp/bytecomp.el (=, <, >, <=, >=): Don't optimize multi-arg
1462 case (bug#18767).
1463
1464 2014-10-21 Glenn Morris <rgm@gnu.org>
1465
1466 * Merge in all changes up to version 24.4 release.
1467
1468 2014-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
1469
1470 * emacs-lisp/bytecomp.el (=, <, >, <=, >=): Don't optimize multi-arg
1471 case (bug#18767).
1472
1473 2014-10-20 Glenn Morris <rgm@gnu.org>
1474
1475 * Merge in all changes up to 24.4 release.
1476
1477 2014-10-20 Ulf Jasper <ulf.jasper@web.de>
1478
1479 * net/newst-backend.el
1480 (newsticker--image-download-by-url-callback): Make this function
1481 actually work: Check status properly, then save image.
1482
1483 2014-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
1484
1485 * mouse.el (mouse--down-1-maybe-follows-link): Remove unused var
1486 `this-event'.
1487 (mouse-drag-line): Unless there's no actual mouse, use the event's
1488 position info.
1489
1490 2014-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
1491
1492 * textmodes/css-mode.el (scss-mode): New major-mode.
1493 (css-mode-syntax-table): Use d style comment, to ease the scss case.
1494 (css-ident-re): Allow things like @-moz-keyframes.
1495 (scss--hash-re): New const.
1496 (css--font-lock-keywords): New function, extracted from
1497 css-font-lock-keywords.
1498
1499 2014-10-19 Ulf Jasper <ulf.jasper@web.de>
1500
1501 * net/newst-backend.el: Require url-parse.
1502 (newsticker--get-news-by-wget): Store feed name as process property.
1503 (newsticker--sentinel): Read feed name from process property.
1504 (newsticker--sentinel-work): Rename argument name to feed-name.
1505 Rename variable imageurl to image-url. Pick icon url from Atom
1506 1.0 data. Launch download of feed icon.
1507 (newsticker--get-icon-url-atom-1.0): New.
1508 (newsticker--unxml)
1509 (newsticker--unxml-node)
1510 (newsticker--unxml-attribute): Documentation.
1511 (newsticker--icons-dir): New.
1512 (newsticker--image-get): New arguments FILENAME and DIRECTORY.
1513 Use `url-retrieve' if `newsticker-retrieval-method' is 'intern.
1514 (newsticker--image-download-by-wget): New. Use process properties
1515 for storing informations.
1516 (newsticker--image-sentinel): Read informations from process properties.
1517 (newsticker--image-save)
1518 (newsticker--image-remove)
1519 (newsticker--image-download-by-url)
1520 (newsticker--image-download-by-url-callback): New.
1521 (newsticker-opml-export): Handle url list entries containing a
1522 function instead of an url string.
1523
1524 * net/newst-reader.el (newsticker-html-renderer): Whitespace.
1525 (newsticker--print-extra-elements)
1526 (newsticker--do-print-extra-element):
1527 Documentation (newsticker--image-read): Optionally limit image height.
1528 Use imagemagick if possible.
1529 (newsticker--icon-read): New.
1530
1531 * net/newst-treeview.el (newsticker--treeview-item-show): Limit height of feed logo.
1532 (newsticker--treeview-tree-expand): Use feed icons in treeview.
1533 (newsticker--tree-widget-icon-create): New. Set the tree widget icon.
1534 (newsticker--tree-widget-leaf-icon): Use feed icon.
1535
1536 2014-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
1537
1538 * emacs-lisp/eieio-opt.el (eieio-lambda-arglist): Remove.
1539 Use help-function-arglist instead.
1540
1541 * emacs-lisp/eieio-core.el (eieio-compiled-function-arglist): Remove.
1542 (eieio--with-scoped-class): Use `declare'.
1543 (eieio-defclass): Remove compatibility code.
1544 (no-method-definition, no-next-method, inconsistent-class-hierarchy)
1545 (invalid-slot-type, unbound-slot, invalid-slot-name): Use define-error.
1546
1547 2014-10-18 Jan Djärv <jan.h.d@swipnet.se>
1548
1549 * cus-start.el (x-gtk-whole-detached-tool-bar): Remove.
1550
1551 * term/x-win.el (x-gtk-stock-map): Add icon names suggested as
1552 replacements to stock names before stock names in a list.
1553 Cdr may be a list, each name is tried in turn until one is found.
1554
1555 2014-10-18 Alan Mackenzie <acm@muc.de>
1556
1557 Check that a "macro" found near point-min isn't a ## operator.
1558 Fixes bug #18749.
1559 * progmodes/cc-engine.el (c-macro-is-genuine-p): New function.
1560 (c-beginning-of-macro): Use the above new function.
1561
1562 2014-10-18 Teodor Zlatanov <tzz@lifelogs.com>
1563
1564 * net/gnutls.el (gnutls-negotiate): Don't use cl-mapcan; pass
1565 correct data to `gnutls-boot' (Bug#18664).
1566 Reported by Toke Høiland-Jørgensen <toke@toke.dk>.
1567
1568 2014-10-18 Michal Nazarewicz <mina86@mina86.com>
1569
1570 * whitespace.el (whitespace-style, whitespace-big-indent)
1571 (whitespace-big-indent-regexp, whitespace-style-value-list)
1572 (whitespace-toggle-option-alist, whitespace-interactive-char)
1573 (whitespace-toggle-options)
1574 (global-whitespace-toggle-options, whitespace-help-text)
1575 (whitespace-style-face-p, whitespace-color-on): Add a 'big-indent
1576 style to `whitespace-mode' to indicate that the line indentation
1577 is too deep. By default, 32 SPACEs or four TABs are considered
1578 too many but `whitespace-big-indent-regexp' can be configured.
1579
1580 2014-10-17 Michal Nazarewicz <mina86@mina86.com>
1581
1582 * textmodes/tildify.el (tildify--pick-alist-entry): Rename from
1583 tildify-mode-alist.
1584
1585 2014-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
1586
1587 * emacs-lisp/eieio.el: Use lexical-binding drop non-GV fallback.
1588 (defclass, defgeneric, defmethod): Add doc-string position.
1589 (with-slots): Require cl-lib.
1590
1591 * emacs-lisp/eieio-core.el: Use lexical-binding and cl-lib.
1592 (list-of): New type.
1593 (eieio--typep): Remove.
1594 (eieio-perform-slot-validation): Use cl-typep instead.
1595
1596 * emacs-lisp/eieio-base.el: Use lexical-binding and cl-lib.
1597
1598 * emacs-lisp/cl-macs.el (cl--make-type-test): Avoid ((lambda ..) ..).
1599
1600 2014-10-16 Alan Mackenzie <acm@muc.de>
1601
1602 Trigger showing when point is in the "periphery" of a line or just
1603 inside a paren.
1604 * paren.el (show-paren-style, show-paren-delay)
1605 (show-paren-priority, show-paren-ring-bell-on-mismatch):
1606 Remove superfluous :group specifications.
1607 (show-paren-when-point-inside-paren)
1608 (show-paren-when-point-in-periphery): New customizable variables.
1609 (show-paren-highlight-openparen): Make into a defcustom.
1610 (show-paren--unescaped-p, show-paren--categorize-paren)
1611 (show-paren--locate-near-paren): New defuns.
1612 (show-paren--default): Refaactor and trigger on more paren
1613 positions.
1614 (show-paren-function): Small consequential changes.
1615
1616 2014-10-16 Tom Tromey <tom@tromey.com>
1617
1618 * files.el (auto-mode-alist): Use javascript-mode for .jsm
1619 (bug #18719).
1620
1621 2014-10-16 Eli Zaretskii <eliz@gnu.org>
1622
1623 * international/characters.el (bracket-type): Force pre-loading of
1624 uni-brackets.el.
1625
1626 2014-10-16 Alan Mackenzie <acm@muc.de>
1627
1628 * cus-edit.el (custom-command-apply): Specify the return value in
1629 the doc string.
1630 (Custom-reset-standard): Save custom-file (e.g. .emacs) only when
1631 custom-command-apply has returned non-nil.
1632
1633 2014-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
1634
1635 * emacs-lisp/eldoc.el (global-eldoc-mode): Enable by default.
1636 Remove incorrect handling of eldoc-print-after-edit.
1637 (eldoc-message-commands, eldoc-last-data): Use defvar.
1638 * loadup.el (emacs-lisp/eldoc): Load it.
1639
1640 * progmodes/m4-mode.el (m4-syntax-propertize): New var.
1641 (m4-mode): Use it.
1642 (m4--quoted-p): New function.
1643 (m4-font-lock-keywords): Don't handle #..\n comments any more.
1644 (m4-mode-syntax-table): Use punctuation syntax (according to m4 manual)
1645 for most special characters.
1646
1647 * progmodes/compile.el (compilation--previous-directory): Simplify.
1648 (compilation-next-error): Ensure the parse before we look at
1649 compilation-message property.
1650
1651 2014-10-15 Eli Zaretskii <eliz@gnu.org>
1652
1653 * simple.el (what-cursor-position):
1654 * descr-text.el (describe-char): Update to support the new bidi
1655 characters.
1656
1657 * emacs-lisp/tabulated-list.el (tabulated-list-mode):
1658 Force bidi-paragraph-direction to 'left-to-right'. This fixes
1659 buffer-menu display when the first buffer happens to start with
1660 R2L letter.
1661
1662 2014-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
1663
1664 * progmodes/elisp-mode.el (elisp--local-variables-1):
1665 Handle quoted expressions (bug#18688).
1666
1667 2014-10-14 Jérémy Compostella <jeremy.compostella@intel.com>
1668 Michael Albinus <michael.albinus@gmx.de>
1669
1670 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell):
1671 Reduce the amount of set environment variable commands.
1672
1673 2014-10-12 Fabián Ezequiel Gallina <fgallina@gnu.org>
1674
1675 Fix import completion. (Bug#18582)
1676 * progmodes/python.el (python-shell-completion-get-completions):
1677 Fix import case regexp.
1678
1679 2014-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
1680
1681 * progmodes/bat-mode.el (bat-font-lock-keywords): Fix \\<_ typo
1682 (bug#18622). Reported by Arni Magnusson <arnima@hafro.is>.
1683 * progmodes/prolog.el (prolog-electric--underscore): Same.
1684
1685 2014-10-12 Michael Albinus <michael.albinus@gmx.de>
1686
1687 * net/tramp-sh.el (tramp-get-remote-id): Check also for "gid".
1688
1689 2014-10-11 Jan Djärv <jan.h.d@swipnet.se>
1690
1691 * cus-start.el (all): Add missing ns and boolean to
1692 ns-use-fullscreen-animation.
1693
1694 2014-10-11 Leo Liu <sdl.web@gmail.com>
1695
1696 * progmodes/cfengine.el (cfengine3-defuns, cfengine3-vartypes):
1697 Use strings.
1698 (cfengine3-create-imenu-index): New function.
1699 (cfengine3-mode): Use it for `imenu-create-index-function'.
1700 (cfengine-auto-mode): Improve and prefer cfengine3-mode when
1701 buffer is empty.
1702
1703 2014-10-11 Jan Djärv <jan.h.d@swipnet.se>
1704
1705 * cus-start.el (all): Add ns-use-fullscreen-animation.
1706
1707 2014-10-11 Glenn Morris <rgm@gnu.org>
1708
1709 * calendar/diary-lib.el (diary-display-function):
1710 Drop support for deprecated nil and list forms.
1711 (diary-list-entries): Update for the above.
1712 * calendar/cal-x.el (calendar-dedicate-diary): Simplify accordingly.
1713
1714 2014-10-10 Leo Liu <sdl.web@gmail.com>
1715
1716 * window.el (temp-buffer-window-show): Make BUFFER a required arg.
1717 (Bug#18656)
1718
1719 2014-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
1720
1721 * select.el (gui-selection-exists-p-alist): New method.
1722 * menu-bar.el (menu-bar-edit-menu, clipboard-yank):
1723 * simple.el (deactivate-mark): Use it.
1724 * term/x-win.el (gui-selection-exists-p):
1725 * term/w32-win.el (gui-selection-exists-p):
1726 * term/pc-win.el (gui-selection-exists-p):
1727 * term/ns-win.el (gui-selection-exists-p): Provide a backend instance.
1728
1729 2014-10-10 Glenn Morris <rgm@gnu.org>
1730
1731 * info.el (Info-fontify-maximum-menu-size): Bump to 400k. (Bug#16227)
1732 Fix :type. Allow t to mean no limit.
1733 (Info-fontify-node): Handle Info-fontify-maximum-menu-size = t.
1734
1735 2014-10-09 Glenn Morris <rgm@gnu.org>
1736
1737 * frame.el (display-monitor-attributes-list): Doc tweaks.
1738
1739 2014-10-09 Eli Zaretskii <eliz@gnu.org>
1740
1741 * faces.el (display-grayscale-p): Mention in the doc string that
1742 the argument can be either a display name or a frame.
1743
1744 * frame.el (display-pixel-height, display-pixel-width)
1745 (display-mm-height, display-mm-width, display-backing-store)
1746 (display-save-under, display-planes, display-color-cells)
1747 (display-visual-class, display-monitor-attributes-list)
1748 (display-screens): Mention in the doc string that the argument can
1749 be either a display name or a frame. Improve the docs of the
1750 monitor attributes. (Bug#18636)
1751
1752 2014-10-09 Martin Rudalics <rudalics@gmx.at>
1753
1754 * term.el (term-window-width): Subtract 1 from the width when
1755 any fringe has zero width, not just the right fringe. (Bug#18601)
1756
1757 2014-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
1758
1759 * frame.el (make-frame): Use t rather than nil for `w' (bug#18653).
1760
1761 2014-10-08 Leo Liu <sdl.web@gmail.com>
1762
1763 * emacs-lisp/cl-extra.el (cl-fresh-line): New function.
1764
1765 2014-10-08 Glenn Morris <rgm@gnu.org>
1766
1767 * calendar/cal-x.el (calendar-dedicate-diary):
1768 Drop support for recently deleted aliases.
1769
1770 2014-10-08 Leo Liu <sdl.web@gmail.com>
1771
1772 * progmodes/cfengine.el (cfengine3-make-syntax-cache):
1773 Always return a syntax. Replace call-process-shell-command with
1774 process-file. Ensure cfengine-mode-syntax-functions-regex is
1775 always set. Ensure cache when cfengine-cf-promises fails.
1776 (Bug#18620)
1777
1778 2014-10-07 Glenn Morris <rgm@gnu.org>
1779
1780 * font-lock.el (font-lock-fontify-buffer): Fix interactive-only markup.
1781
1782 2014-10-07 Wilson Snyder <wsnyder@wsnyder.org>
1783
1784 Sync with upstream verilog-mode revision c075a492.
1785 * progmodes/verilog-mode.el (verilog-mode-version): Bump.
1786 (verilog-menu): Add AUTOINSERTLAST.
1787 (verilog-no-indent-begin-re): When `verilog-indent-begin-after-if'
1788 is nil, fix indenting initial/final to match always statements, bug825.
1789 Reported by Tim Clapp.
1790 (verilog-extended-complete-re): Fix indentation of DPI-C imports,
1791 bug557. Reported by ZeDong Mao and Jason Forkey.
1792 (verilog-read-decls): Fix parsing typed interfaces.
1793 Fix AUTOINOUTMODPORT missing types. Reported by Stephan Bourduas.
1794 (verilog-auto-arg-ports): Fix verilog-auto-arg-format single.
1795 (verilog-auto-output-every): Add regexp to AUTOOUTPUTEVERY, bug793.
1796 Reported by Pierre-David Pfister.
1797 (verilog-auto-insert-lisp): Doc fix.
1798 (verilog-auto-insert-last, verilog-auto): Add AUTOINSERTLAST to
1799 allow post-AUTO user fixups, bug826. Reported by Dennis Muhlestein.
1800 (verilog-sk-ovm-class, verilog-sk-uvm-object)
1801 (verilog-sk-uvm-component): Fix missing string keyword in class
1802 skeletons, bug824. Reported by eldad faruhi.
1803
1804 2014-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
1805
1806 * term/w32-win.el: Move all code from 32-common-fns.el here.
1807 (gui-select-text, gui-selection-value): Use w32 handlers in the w32
1808 console as well (bug#18629).
1809 * w32-common-fns.el: Remove.
1810 * loadup.el: Don't load w32-common-fns.el.
1811 * w32-fns.elc: Don't require w32-common-fns.
1812
1813 * icomplete.el: Move Iswitchb autoload here. Much simpler.
1814 * obsolete/iswitchb.el (iswitchb-mode): Use normal autoload cookie.
1815 Remove redundant obsolescence thingy.
1816 * loadup.el: Don't load obsolete/loaddefs.el.
1817 * Makefile.in (obsolete-autoloads): Remove.
1818 (AUTOGENEL): Remove obsolete/loaddefs.el.
1819
1820 2014-10-06 Glenn Morris <rgm@gnu.org>
1821
1822 * Makefile.in (obsolete-autoloads): Write to a separate file,
1823 to workaround autoloads bug. (Bug#17407)
1824 (AUTOGENEL): Add obsolete/loaddefs.el.
1825 * loadup.el: Load obsolete/loaddefs.el if present.
1826 * subr.el (do-after-load-evaluation):
1827 Don't warn about obsolete/loaddefs.el.
1828
1829 * menu-bar.el (menu-bar-games-menu): Remove landmark.
1830 It has zero relationship to a game.
1831
1832 2014-10-06 Leo Liu <sdl.web@gmail.com>
1833
1834 * imenu.el (imenu): Re-write for clarity.
1835
1836 2014-10-06 Glenn Morris <rgm@gnu.org>
1837
1838 Remove calendar code obsolete since at least version 23.1.
1839 * calendar/cal-bahai.el (calendar-absolute-from-bahai)
1840 (calendar-print-bahai-date, calendar-bahai-prompt-for-date)
1841 (calendar-goto-bahai-date, list-bahai-diary-entries)
1842 (mark-bahai-calendar-date-pattern, mark-bahai-diary-entries)
1843 (insert-bahai-diary-entry, insert-monthly-bahai-diary-entry)
1844 (insert-yearly-bahai-diary-entry):
1845 * calendar/cal-china.el (chinese-calendar-time-zone)
1846 (chinese-calendar-location-name)
1847 (chinese-calendar-daylight-time-offset)
1848 (chinese-calendar-standard-time-zone-name)
1849 (chinese-calendar-daylight-time-zone-name)
1850 (chinese-calendar-daylight-savings-starts)
1851 (chinese-calendar-daylight-savings-ends)
1852 (chinese-calendar-daylight-savings-starts-time)
1853 (chinese-calendar-daylight-savings-ends-time)
1854 (chinese-calendar-celestial-stem)
1855 (chinese-calendar-terrestrial-branch)
1856 (calendar-absolute-from-chinese, calendar-print-chinese-date)
1857 (calendar-goto-chinese-date):
1858 * calendar/cal-coptic.el (calendar-absolute-from-coptic)
1859 (calendar-print-coptic-date, coptic-prompt-for-date)
1860 (calendar-goto-coptic-date, calendar-absolute-from-ethiopic)
1861 (calendar-print-ethiopic-date, calendar-goto-ethiopic-date):
1862 * calendar/cal-french.el (calendar-absolute-from-french)
1863 (calendar-print-french-date, calendar-goto-french-date):
1864 * calendar/cal-hebrew.el (diary-sabbath-candles-minutes)
1865 (calendar-absolute-from-hebrew, calendar-print-hebrew-date)
1866 (hebrew-calendar-yahrzeit, calendar-goto-hebrew-date)
1867 (holiday-rosh-hashanah-etc, holiday-hanukkah)
1868 (holiday-passover-etc, holiday-tisha-b-av-etc)
1869 (list-hebrew-diary-entries, mark-hebrew-calendar-date-pattern)
1870 (mark-hebrew-diary-entries, insert-hebrew-diary-entry)
1871 (insert-monthly-hebrew-diary-entry)
1872 (insert-yearly-hebrew-diary-entry, list-yahrzeit-dates)
1873 (diary-omer, diary-yahrzeit, diary-rosh-hodesh, diary-parasha)
1874 (diary-sabbath-candles):
1875 * calendar/cal-islam.el (calendar-absolute-from-islamic)
1876 (calendar-print-islamic-date, calendar-goto-islamic-date)
1877 (list-islamic-diary-entries, mark-islamic-calendar-date-pattern)
1878 (mark-islamic-diary-entries, insert-islamic-diary-entry)
1879 (insert-monthly-islamic-diary-entry)
1880 (insert-yearly-islamic-diary-entry):
1881 * calendar/cal-iso.el (calendar-absolute-from-iso)
1882 (calendar-print-iso-date, calendar-iso-read-args)
1883 (calendar-goto-iso-date, calendar-goto-iso-week):
1884 * calendar/cal-julian.el (calendar-absolute-from-julian)
1885 (calendar-print-julian-date, calendar-goto-julian-date)
1886 (calendar-absolute-from-astro, calendar-print-astro-day-number)
1887 (calendar-goto-astro-day-number):
1888 * calendar/cal-mayan.el (calendar-print-mayan-date)
1889 (calendar-next-haab-date, calendar-previous-haab-date)
1890 (calendar-next-tzolkin-date, calendar-previous-tzolkin-date)
1891 (calendar-next-calendar-round-date)
1892 (calendar-previous-calendar-round-date)
1893 (calendar-absolute-from-mayan-long-count)
1894 (calendar-goto-mayan-long-count-date):
1895 * calendar/cal-move.el (scroll-calendar-left)
1896 (scroll-calendar-right, scroll-calendar-left-three-months)
1897 (scroll-calendar-right-three-months):
1898 * calendar/cal-persia.el (calendar-absolute-from-persian)
1899 (calendar-print-persian-date, persian-prompt-for-date)
1900 (calendar-goto-persian-date):
1901 * calendar/cal-x.el (calendar-after-frame-setup-hooks):
1902 * calendar/calendar.el (view-diary-entries-initially)
1903 (mark-diary-entries-in-calendar, calendar-today-face)
1904 (diary-face, holiday-face, view-calendar-holidays-initially)
1905 (mark-holidays-in-calendar, initial-calendar-window-hook)
1906 (today-visible-calendar-hook, today-invisible-calendar-hook)
1907 (hebrew-diary-entry-symbol, islamic-diary-entry-symbol)
1908 (bahai-diary-entry-symbol, american-date-diary-pattern)
1909 (european-date-diary-pattern, european-calendar-display-form)
1910 (american-calendar-display-form, holidays-in-diary-buffer)
1911 (all-hebrew-calendar-holidays, all-christian-calendar-holidays)
1912 (all-islamic-calendar-holidays, all-bahai-calendar-holidays)
1913 (fancy-diary-buffer, increment-calendar-month)
1914 (extract-calendar-month, extract-calendar-day)
1915 (extract-calendar-year, exit-calendar, calendar-date-is-legal-p)
1916 (mark-visible-calendar-date, calendar-version):
1917 * calendar/diary-lib.el (diary-button-face, sexp-diary-entry-symbol)
1918 (diary-display-hook, list-diary-entries-hook)
1919 (mark-diary-entries-hook, nongregorian-diary-listing-hook)
1920 (nongregorian-diary-marking-hook, print-diary-entries-hook)
1921 (abbreviated-calendar-year, number-of-diary-entries)
1922 (view-other-diary-entries, add-to-diary-list)
1923 (include-other-diary-files, simple-diary-display)
1924 (fancy-diary-display, print-diary-entries, mark-diary-entries)
1925 (mark-sexp-diary-entries, mark-included-diary-files)
1926 (mark-calendar-days-named, mark-calendar-month)
1927 (mark-calendar-date-pattern, sort-diary-entries)
1928 (list-sexp-diary-entries, make-diary-entry, insert-diary-entry)
1929 (insert-weekly-diary-entry, insert-monthly-diary-entry)
1930 (insert-yearly-diary-entry, insert-anniversary-diary-entry)
1931 (insert-block-diary-entry, insert-cyclic-diary-entry)
1932 (fancy-diary-font-lock-keywords, fancy-diary-display-mode):
1933 * calendar/holidays.el (general-holidays, oriental-holidays)
1934 (local-holidays, other-holidays, hebrew-holidays)
1935 (christian-holidays, islamic-holidays, bahai-holidays)
1936 (solar-holidays, list-calendar-holidays)
1937 (check-calendar-holidays, mark-calendar-holidays)
1938 (filter-visible-calendar-holidays):
1939 * calendar/lunar.el (calendar-phases-of-moon, phases-of-moon)
1940 (diary-phases-of-moon): Remove obsolete aliases.
1941 * calendar/cal-menu.el (cal-menu-load-hook): Remove obsolete hook.
1942 * calendar/cal-x.el (calendar-one-frame-setup)
1943 (calendar-only-one-frame-setup, calendar-two-frame-setup):
1944 Remove obsolete functions.
1945 (cal-x-load-hook): Remove obsolete hook.
1946 * calendar/calendar.el (european-calendar-style):
1947 Remove obsolete variable.
1948 (calendar-date-style): No longer consult european-calendar-style.
1949 * calendar/calendar.el (european-calendar, american-calendar):
1950 Remove obsolete commands.
1951 * calendar/calendar.el (calendar-for-loop): Remove obsolete macro.
1952 * calendar/diary-lib.el (diary-face): Remove obsolete variable.
1953 (diary-font-lock-date-forms, diary-fancy-font-lock-keywords):
1954 Use the face `diary' instead of the variable `diary-face'.
1955 * calendar/holidays.el (hebrew-holidays-1, hebrew-holidays-2)
1956 (hebrew-holidays-3, hebrew-holidays-4): Remove obsolete variables.
1957 * calendar/icalendar.el (icalendar--date-style): Remove function.
1958 Replace all uses with calendar-date-style.
1959 * textmodes/remember.el (calendar-date-style): Declare.
1960 (remember-diary-convert-entry):
1961 No longer consult european-calendar-style.
1962
1963 2014-10-05 Leo Liu <sdl.web@gmail.com>
1964
1965 * imenu.el (imenu-default-goto-function): Fix typo.
1966
1967 2014-10-04 Thomas Fitzsimmons <fitzsim@fitzsim.org>
1968
1969 * net/ntlm.el (ntlm-build-auth-request):
1970 Add NTLM2 Session support. (Bug#15603)
1971
1972 2014-10-04 Glenn Morris <rgm@gnu.org>
1973
1974 * apropos.el (apropos-symbols-internal):
1975 Avoid error with non-symbol properties. (Bug#18337#16)
1976
1977 * startup.el (command-line):
1978 Handle altered user-emacs-directory in load-path warning. (Bug#18512)
1979
1980 2014-10-04 Martin Rudalics <rudalics@gmx.at>
1981
1982 * window.el (window-full-height-p): Make it behave correctly for
1983 minibuffer window.
1984 (window-current-scroll-bars): Fix code.
1985 (fit-frame-to-buffer): Use window-scroll-bar-height instead of
1986 window-scroll-bars.
1987 * frame.el (frame-current-scroll-bars): Fix doc-string.
1988 * scroll-bar.el (toggle-horizontal-scroll-bar): New command.
1989
1990 2014-10-04 Mark Oteiza <mvoteiza@udel.edu> (tiny change)
1991
1992 * files.el (auto-mode-alist): Use sh-mode for .zsh files. (Bug#18488)
1993
1994 2014-10-04 Glenn Morris <rgm@gnu.org>
1995
1996 * frame.el (frame-monitor-attributes)
1997 (display-monitor-attributes-list): Doc fixes.
1998
1999 2014-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
2000
2001 Merge trivially safe differences from standalone CC-mode.
2002 * progmodes/cc-mode.el (c-initialize-cc-mode): Don't quote a symbol
2003 just to then pass it to `symbol-value'.
2004 (prog-mode): Provide fallback definition, if needed.
2005 * progmodes/cc-langs.el: Always load `cl'. Don't load `cl-lib'.
2006 Remove "cl-" prefix accordingly.
2007 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Use integerp or
2008 characterp depending on the type of characters.
2009 (c-font-lock-enum-tail): Remove unused var `start'.
2010 * progmodes/cc-engine.el: Load CL at compile-time.
2011 (c-declare-lang-variables): Use mapcan.
2012 (c-append-to-state-cache): Remove unused var `ce+1'.
2013 (c-parse-state-state): Make buffer-local.
2014 (c-ssb-lit-begin): Remove unused var `pps-end-pos'.
2015 (c-just-after-func-arglist-p): Remove unused var `end'.
2016 * progmodes/cc-defs.el: Load cc-fix if delete-dups is undefined.
2017 (c-<-as-paren-syntax, c->-as-paren-syntax): Move definition earlier.
2018 (c-make-keywords-re): Use delete-dups.
2019 (c-get-current-file): Avoid file-name-base.
2020 * progmodes/cc-cmds.el (c-electric-lt-gt): Remove unused var
2021 `close-paren-inserted'.
2022 * progmodes/cc-awk.el (c-forward-sws): Remove unused declaration.
2023
2024 * progmodes/python.el: Avoid building unneeded markers.
2025 (python-font-lock-keywords, python-indent-dedent-line)
2026 (python-fill-paren, python-shell-completion-complete-or-indent):
2027 Prefer point over point-marker.
2028 (inferior-python-mode): Remove redundant completion settings.
2029
2030 2014-10-03 Dmitry Gutov <dgutov@yandex.ru>
2031
2032 * vc/vc-svn.el (vc-svn-ignore-completion-table): Implement.
2033 (vc-svn-ignore): Use it. (Bug#18619)
2034
2035 2014-10-03 Martin Rudalics <rudalics@gmx.at>
2036
2037 * frame.el (toggle-frame-maximized, toggle-frame-fullscreen):
2038 In doc-string mention need to set `frame-resize-pixelwise'.
2039
2040 2014-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
2041
2042 * vc/vc-svn.el (vc-svn-after-dir-status): Fix the non-remote regexp,
2043 similarly to Rogers's 2010-06-16 change for the remote case
2044 (bug#18605).
2045
2046 2014-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
2047
2048 New gui-selection-value consolidating x-selection-value.
2049 * select.el (gui-selection-value-alist): New method.
2050 (gui-selection-value): New function.
2051 (x-selection-value): Make it an obsolete alias.
2052 * simple.el (interprogram-paste-function): Default to
2053 gui-selection-value.
2054 * w32-common-fns.el (w32-get-selection-value): Simplify.
2055 (x-selection-value): Remove alias.
2056 (interprogram-paste-function): Don't set.
2057 (gui-selection-value): Define for w32.
2058 * term/x-win.el (gui-selection-value): Define for x.
2059 (x--selection-value): Rename from x--selection-value.
2060 (interprogram-paste-function): Don't set.
2061 * term/pc-win.el (w16-get-selection-value): Simplify.
2062 (msdos-initialize-window-system): Don't set
2063 interprogram-paste-function.
2064 (gui-selection-value): Define for pc.
2065 * term/ns-win.el (x-selection-value): Remove.
2066 (gui-selection-value): Define for ns, instead.
2067 * term/common-win.el (x-setup-function-keys): Don't set
2068 interprogram-paste-function.
2069 * obsolete/mouse-sel.el (mouse-sel-get-selection-function):
2070 Use gui-selection-value.
2071
2072 2014-10-02 David Raynes <rayners@gmail.com> (tiny change)
2073
2074 * term/ns-win.el: Add functions to ns frame, not x frame (bug#18614).
2075
2076 2014-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
2077
2078 * obsolete/lucid.el (read-number): Remove, redundant.
2079 * obsolete/cl-compat.el (cl-floor, cl-ceiling, cl-round, cl-truncate):
2080 Remove, broken.
2081
2082 2014-10-02 Glenn Morris <rgm@gnu.org>
2083
2084 * emacs-lisp/package.el (package-import-keyring):
2085 Create gnupg directory private. (Bug#17625#155)
2086
2087 2014-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
2088
2089 * progmodes/python.el (python-shell-completion-get-completions):
2090 Use python-shell--prompt-calculated-input-regexp from the
2091 process buffer (bug#18582).
2092 Don't assume that `line' comes from the process buffer.
2093
2094 2014-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
2095
2096 * frame.el: Use lexical-binding (bug#18598).
2097 (make-frame): Use t rather than nil for tty's window-system.
2098 * startup.el (command-line): Use gui-method.
2099
2100 Consolidate management/ownership of selections.
2101 * select.el (gui-get-selection-alist): New method.
2102 (gui-get-selection): Use it. Rename from x-get-selection.
2103 (x-get-selection): Define as obsolete alias.
2104 (x-get-clipboard): Mark obsolete.
2105 (gui-get-primary-selection): New function.
2106 (x-get-selection-value): Mark obsolete.
2107 (gui-own-selection-alist, gui-disown-selection-alist)
2108 (gui-selection-owner-p-alist): New methods.
2109 (gui-set-selection): Use them. Rename from x-set-selection.
2110 (x-set-selection): Define as obsolete alias.
2111 (gui--valid-simple-selection-p): Rename from
2112 x-valid-simple-selection-p.
2113 * w32-common-fns.el (gui-own-selection, gui-disown-selection)
2114 (gui-selection-owner-p, gui-get-selection): Define for w32.
2115 (w32-get-selection-value): Rename from x-get-selection-value.
2116 Use the new gui-last-selected-text.
2117 * term/x-win.el (x-get-selection-value): Remove.
2118 (x-clipboard-yank): Declare obsolete.
2119 (gui-own-selection, gui-disown-selection, gui-get-selection)
2120 (gui-selection-owner-p): Define for x.
2121 * term/w32-win.el (w32-win-suspend-error): Rename from
2122 x-win-suspend-error.
2123 * term/pc-win.el (w16-get-selection-value): Rename from
2124 x-get-selection-value.
2125 (w16-selection-owner-p): Rename from x-selection-owner-p.
2126 (gui-own-selection, gui-disown-selection, gui-get-selection)
2127 (gui-selection-owner-p): Define for pc.
2128 (w16--select-text): New function.
2129 * term/ns-win.el (gui-own-selection, gui-disown-selection)
2130 (gui-get-selection, gui-selection-owner-p): Define for ns.
2131 * term.el (term-mouse-paste):
2132 * mouse.el (mouse-yank-primary): Use gui-get-primary-selection.
2133
2134 2014-10-02 H. Dieter Wilhelm <dieter@duenenhof-wilhelm.de>
2135
2136 * calc/calc-help.el (calc-describe-thing): Quote strings
2137 which could look like regexps.
2138
2139 2014-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
2140
2141 Consolidate x-select-text.
2142 * frame.el (gui-method, gui-method-define, gui-method-declare)
2143 (gui-call): New macros.
2144 (gui-method--name): New function.
2145 (frame-creation-function-alist): Use gui-method-declare.
2146 (make-frame): Use gui-method.
2147 * select.el (gui-select-enable-clipboard): Rename from
2148 x-select-enable-clipboard and move here.
2149 (x-select-enable-clipboard): Define as obsolete alias.
2150 (gui-last-selected-text): New var, to replace x-last-selected-text.
2151 (gui-select-text): New GUI method.
2152 (gui-select-text): New function.
2153 (x-select-text): Define as obsolete alias.
2154 * term/common-win.el (x-select-enable-clipboard, x-select-text):
2155 Move to select.el.
2156 * simple.el (interprogram-cut-function): Change default to
2157 x-select-text.
2158 (interprogram-paste-function): Change default to `ignore'.
2159 * w32-common-fns.el (interprogram-cut-function): Don't modify.
2160 * term/x-win.el (interprogram-cut-function): Don't modify.
2161 (gui-select-text): Add method for x.
2162 * term/w32-win.el (gui-select-text): Add method for w32.
2163 * term/pc-win.el (x-last-selected-text): Remove, use
2164 gui-last-selected-text instead.
2165 (msdos-initialize-window-system): Don't set interprogram-cut-function.
2166 (gui-select-text): Add method for pc.
2167 * term/ns-win.el (ns-last-selected-text): Remove, use
2168 gui-last-selected-text instead.
2169 (gui-select-text): Add method for ns.
2170 (x-setup-function-keys): Don't change interprogram-cut-function.
2171 * loadup.el ("startup"): Load after "frame".
2172 * subr.el (package--builtin-versions, package--description-file):
2173 Move from startup.el.
2174 * startup.el (package--builtin-versions, package--description-file):
2175 Move to subr.el.
2176 (handle-args-function-alist, window-system-initialization-alist):
2177 Use gui-method-declare.
2178 (command-line): Use gui-method.
2179
2180 2014-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
2181
2182 * subr.el (alist-get): New accessor.
2183 * emacs-lisp/gv.el (alist-get): Provide expander.
2184 * winner.el (winner-remember):
2185 * tempo.el (tempo-use-tag-list):
2186 * progmodes/gud.el (minor-mode-map-alist):
2187 * international/mule-cmds.el (define-char-code-property):
2188 * frameset.el (frameset-filter-params):
2189 * files.el (dir-locals-set-class-variables):
2190 * register.el (get-register, set-register):
2191 * calc/calc-yank.el (calc-set-register): Use it.
2192 * ps-print.el (ps-get, ps-put, ps-del): Mark as obsolete.
2193 * tooltip.el (tooltip-set-param): Mark as obsolete.
2194 (tooltip-show): Use alist-get instead.
2195 * ses.el (ses--alist-get): Remove. Use alist-get instead.
2196
2197 2014-10-01 Ulf Jasper <ulf.jasper@web.de>
2198
2199 * net/newst-backend.el: Remove Time-stamp. Rename variable
2200 `newsticker--download-logos' to `newsticker-download-logos' and
2201 make it customizable.
2202 (newsticker--sentinel-work): Move xml-workarounds to function
2203 `newsticker--do-xml-workarounds', call unless libxml-parser is
2204 used. Allow single quote in regexp for encoding.
2205 Use libxml-parser if available, else fall back to `xml-parse-region'.
2206 Take care of possibly missing namespace prefixes (like "RDF"
2207 instead of "rdf:RDF") when checking xml nodes and attributes (as
2208 libxml correctly removes the prefixes). Always use Atom 1.0 as
2209 fallback feed type. Rename `newsticker--download-logos' to
2210 `newsticker-download-logos'
2211 (newsticker--unxml, newsticker--unxml-node)
2212 (newsticker--unxml-attribute): New.
2213 (newsticker--parse-atom-1.0): Call `unxml' in case that embedded
2214 HTML code has become part of the xml parse tree.
2215 (newsticker--parse-rss-1.0, newsticker--parse-rss-2.0): Take care
2216 of possibly missing namespace prefixes.
2217 (newsticker--parse-generic-items): Code formatting. Typo.
2218 (newsticker--images-dir): Add trailing slash.
2219 (newsticker--image-get): Fix error message.
2220
2221 * net/newst-plainview.el: Remove Time-stamp.
2222
2223 * net/newst-reader.el: Remove Time-stamp.
2224 (newsticker-download-logos): Rename variable
2225 `newsticker--download-logos' to `newsticker-download-logos' and
2226 make it customizable.
2227 (newsticker--print-extra-elements): Add optional parameter
2228 'htmlish for using html markup. Amend list of ignored elements.
2229 (newsticker--do-print-extra-element): Add parameter 'htmlish for
2230 using html markup.
2231
2232 * net/newst-ticker.el: Remove Time-stamp.
2233
2234 * net/newst-treeview.el (newsticker--treeview-item-show): Use html
2235 for formatting extra elements.
2236
2237 * net/newsticker.el: Remove Time-stamp, Version.
2238 (newsticker-version): Make obsolete.
2239
2240 2014-09-30 Leonardo Nobrega <leonobr@gmail.com> (tiny change)
2241
2242 * progmodes/python.el (python-fill-paren): Don't inf-loop at EOB
2243 (bug#18462).
2244
2245 2014-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
2246
2247 * emacs-lisp/package.el (package-check-signature): Default to nil if
2248 GPG is not available.
2249 (package-refresh-contents): Don't mess with the keyring if we won't
2250 check the signatures anyway.
2251
2252 2014-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
2253
2254 * ses.el (ses--row, ses--col): New dyn-scoped vars, to replace row&col.
2255 (ses-center, ses-center-span): Use them.
2256 (ses-print-cell): Bind them while calling the printer.
2257 (row, col, maxrow, maxcol): Don't declare as dynamically scoped.
2258 (ses-dorange): Revert last change.
2259 (ses-calculate-cell): Don't bind row&col dynamically while evaluating
2260 the formula.
2261 (ses-set-cell): Avoid `eval'.
2262 (ses--time-check): Rename it from ses-time-check and turn it into
2263 a macro.
2264
2265 * ses.el (ses-setup): Don't assume modifying the iteration var of
2266 dotimes affects the iteration (bug#18191).
2267
2268 2014-09-30 Vincent Belaïche <vincentb1@users.sourceforge.net>
2269
2270 * ses.el (ses-calculate-cell): Bind row and col dynamically to
2271 their values with 'cl-progv'.
2272 (ses-dorange): Bind row, col, maxrow and maxcol dynamically to
2273 their values with 'cl-progv', also use non-interned symbols for
2274 row, minrow, maxrow, mincol and maxcol.
2275 (maxrow maxcol): New defvar, to make the compiler happy.
2276
2277 2014-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
2278
2279 * minibuffer.el (completion-at-point): Emit warning for ill-behaved
2280 completion functions.
2281
2282 2014-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
2283
2284 * ses.el (ses--letref): Quote value before it gets re-evaluated.
2285
2286 2014-09-28 Thien-Thi Nguyen <ttn@gnu.org>
2287
2288 Font-lock `cl-flet*', too.
2289 * emacs-lisp/lisp-mode.el (lisp-cl-font-lock-keywords-2):
2290 Add "flet*" to intermediate var `cl-lib-kw'.
2291
2292 2014-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
2293
2294 * epg-config.el (epg-gpg-program): Use the plain program names rather
2295 than their absolute file name.
2296
2297 * subr.el (track-mouse): New macro.
2298 * emacs-lisp/cconv.el (cconv-convert, cconv-analyse-form):
2299 Remove track-mouse case.
2300 * emacs-lisp/bytecomp.el (byte-compile-track-mouse): Remove.
2301
2302 2014-09-27 Leo Liu <sdl.web@gmail.com>
2303
2304 * progmodes/elisp-mode.el (elisp--eldoc-last-data): Use defvar.
2305
2306 * emacs-lisp/eldoc.el (eldoc-mode): Fix thinko.
2307
2308 2014-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
2309
2310 * emacs-lisp/pcase.el (pcase--split-match, pcase--app-subst-match):
2311 Handle the case where `match' is :pcase--succeed or :pcase--fail
2312 (bug#18554).
2313
2314 Introduce global-eldoc-mode. Move Elisp-specific code to elisp-mode.el.
2315 * emacs-lisp/eldoc.el (global-eldoc-mode): New minor mode.
2316 (eldoc-schedule-timer): Obey it.
2317 (eldoc-documentation-function): Default to nil.
2318 (eldoc-mode): Don't enable if eldoc-documentation-function is not set.
2319 (eldoc-documentation-function-default, eldoc-get-fnsym-args-string)
2320 (eldoc-highlight-function-argument, eldoc-get-var-docstring)
2321 (eldoc-last-data-store, eldoc-docstring-first-line)
2322 (eldoc-docstring-format-sym-doc, eldoc-fnsym-in-current-sexp)
2323 (eldoc-beginning-of-sexp, eldoc-current-symbol)
2324 (eldoc-function-argstring): Move to elisp-mode.el.
2325 (eldoc-symbol-function): Remove, unused.
2326 * progmodes/elisp-mode.el: New file. Rename all "eldoc-*" to "elisp--*".
2327 (elisp-completion-at-point): Rename from lisp-completion-at-point.
2328 (elisp--preceding-sexp): Rename from preceding-sexp.
2329 * loadup.el: Load new file progmodes/elisp-mode.
2330 * ielm.el (inferior-emacs-lisp-mode): Set eldoc-documentation-function.
2331 * emacs-lisp/lisp.el (lisp--local-variables-1, lisp--local-variables)
2332 (lisp--local-variables-completion-table, lisp--expect-function-p)
2333 (lisp--form-quoted-p, lisp--company-doc-buffer)
2334 (lisp--company-doc-string, lisp--company-location)
2335 (lisp-completion-at-point): Move to elisp-mode.el.
2336 * emacs-lisp/lisp-mode.el (lisp--mode-syntax-table): New syntax-table,
2337 extracted from emacs-lisp-mode-syntax-table.
2338 (emacs-lisp-mode-abbrev-table, emacs-lisp-mode-syntax-table): Move to
2339 elisp-mode.el.
2340 (lisp-imenu-generic-expression): Add comments to document what comes
2341 from which Lisp dialect.
2342 (emacs-lisp-mode-map, emacs-lisp-byte-compile)
2343 (emacs-lisp-byte-compile-and-load, emacs-lisp-mode-hook)
2344 (emacs-lisp-mode, emacs-list-byte-code-comment-re)
2345 (emacs-lisp-byte-code-comment)
2346 (emacs-lisp-byte-code-syntax-propertize, emacs-lisp-byte-code-mode)
2347 (lisp-interaction-mode-map, lisp-interaction-mode)
2348 (eval-print-last-sexp, last-sexp-setup-props)
2349 (last-sexp-toggle-display, prin1-char, preceding-sexp)
2350 (eval-last-sexp-1, eval-last-sexp-print-value)
2351 (eval-last-sexp-fake-value, eval-sexp-add-defvars, eval-last-sexp)
2352 (eval-defun-1, eval-defun-2, eval-defun): Move to elisp-mode.el.
2353
2354 2014-09-26 Paul Eggert <eggert@cs.ucla.edu>
2355
2356 * progmodes/grep.el (grep-regexp-alist): Use more-accurate regexp.
2357 Do not match file names that end in '/', as they cannot be 'grep'
2358 hits nowadays. This prevents confusion when 'grep -r' reports a
2359 match in a file whose basename is ':12345:'. Conversely, do not
2360 require exactly the same sequence of spaces and tabs after both
2361 colons, and allow spaces or tabs before the second colon, as per
2362 the POSIX spec for 'grep' output.
2363
2364 2014-09-26 Leo Liu <sdl.web@gmail.com>
2365
2366 Add cl-parse-integer based on parse-integer (Bug#18557)
2367 * calendar/parse-time.el (parse-time-digits): Remove.
2368 (digit-char-p, parse-integer) Moved to cl-lib.el.
2369 (parse-time-tokenize, parse-time-rules, parse-time-string):
2370 Use cl-parse-integer.
2371
2372 * emacs-lisp/cl-extra.el (cl-parse-integer): New function.
2373
2374 * emacs-lisp/cl-lib.el (cl-digit-char-table): New var.
2375 (cl-digit-char-p): New function.
2376
2377 2014-09-25 Juri Linkov <juri@jurta.org>
2378
2379 * vc/add-log.el (change-log-next-buffer): Don't create an empty
2380 buffer "ChangeLog" when the current buffer doesn't match ChangeLog.[0-9].
2381 Return the current buffer if no files match the default pattern
2382 ChangeLog.[0-9]. Signal "end of multi" when file is nil. (Bug#18547)
2383
2384 2014-09-25 Stefan Monnier <monnier@iro.umontreal.ca>
2385
2386 * net/tramp-sh.el (tramp-sh-handle-vc-registered): Don't modify
2387 the global vc-handled-backends (bug#18535).
2388
2389 2014-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
2390
2391 * find-cmd.el (find-cmd): Use grep's `find-program' (bug#18518).
2392 Suggested by <lompik@voila.fr>.
2393
2394 2014-09-24 Ulf Jasper <ulf.jasper@web.de>
2395
2396 * net/newst-treeview.el (newsticker--treeview-do-get-node-by-id):
2397 Rename from `newsticker--treeview-do-get-node'.
2398 (newsticker--treeview-get-node-by-id):
2399 Rename from `newsticker--treeview-get-node'.
2400 (newsticker--treeview-buffer-init)
2401 (newsticker--treeview-buffer-init): Disable buffer undo.
2402 (newsticker--treeview-unfold-node): Adapt to modified
2403 `newsticker--group-find-parent-group'.
2404 (newsticker--group-do-find-group):
2405 Rename from `newsticker--group-do-find-group-for-feed'.
2406 Now works for both, groups and feeds.
2407 (newsticker--group-find-parent-group):
2408 Rename from `newsticker--group-find-group-for-feed'.
2409 Now works for both, groups and feeds.
2410 (newsticker--group-do-get-parent-group)
2411 (newsticker--group-get-parent-group): Remove.
2412 (newsticker-group-add-group): Change interactive prompts.
2413 (newsticker-group-add-group): Finally jump to added group.
2414 (newsticker-group-delete-group): Finally jump to current feed.
2415 (newsticker--group-do-rename-group, newsticker-group-rename-group)
2416 (newsticker--get-group-names, newsticker--group-names): New.
2417 (newsticker-group-move-feed): Finally jump to moved feed.
2418 (newsticker-group-shift-feed-down, newsticker-group-shift-feed-up)
2419 (newsticker-group-shift-group-down)
2420 (newsticker-group-shift-group-up, newsticker--group-shift): New.
2421 (newsticker-treeview-mode-map): New keybindings for new shift commands.
2422
2423 * net/newst-backend.el (newsticker--item-list)
2424 (newsticker--item-position, newsticker--prev-message)
2425 (newsticker--scrollable-text): Move to newst-ticker.el.
2426
2427 * net/newst-ticker.el (newsticker--item-list)
2428 (newsticker--item-position, newsticker--prev-message)
2429 (newsticker--scrollable-text): Move from newst-backend.el.
2430
2431 2014-09-22 Kan-Ru Chen <kanru@kanru.info>
2432
2433 * window.el (fit-window-to-buffer): When counting buffer width,
2434 count the whole visible buffer. Correctly convert the body-height
2435 to pixel size for window-text-pixel-size (Bug#18498).
2436
2437 2014-09-22 Sam Steingold <sds@gnu.org>
2438
2439 * progmodes/sql.el (sql-product-alist): Improve the Vertica entry.
2440 (sql-execute): Use `special-mode'.
2441
2442 2014-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
2443
2444 Add pcase-defmacro, as well as `quote' and `app' patterns.
2445 * loadup.el: Increase max-lisp-eval-depth when macroexpanding macroexp.
2446 * emacs-lisp/pcase.el: Allow (F . ARGS) in `app' patterns.
2447 (pcase--funcall, pcase--eval): New functions.
2448 (pcase--u1): Use them for guard, pred, let, and app.
2449 (\`): Use the new feature to generate better code for vector patterns.
2450 * emacs-lisp/pcase.el: Use pcase-defmacro to handle backquote.
2451 (pcase--upat): Remove.
2452 (pcase--macroexpand): Don't hardcode handling of `.
2453 (pcase--split-consp, pcase--split-vector): Remove.
2454 (pcase--split-equal): Disregard ` since it's expanded away.
2455 (pcase--split-member): Optimize for quote rather than for `.
2456 (pcase--split-pred): Optimize for quote rather than for `.
2457 (pcase--u1): Remove handling of ` (and of `or' and `and').
2458 Quote non-selfquoting values when passing them to `eq'.
2459 Drop `app's let-binding if the variable is not used.
2460 (pcase--q1): Remove.
2461 (`): Define as a pattern macro.
2462 * emacs-lisp/pcase.el (pcase--match): New smart-constructor function.
2463 (pcase--expand pcase--q1, pcase--app-subst-match): Use it.
2464 (pcase--macroexpand): Handle self-quoting patterns here, expand them to
2465 quote patterns.
2466 (pcase--split-match): Don't hoist or/and here any more.
2467 (pcase--split-equal): Optimize quote patterns as well as ` patterns.
2468 (pcase--flip): New helper macro.
2469 (pcase--u1): Optimize the memq case directly.
2470 Don't handle neither self-quoting nor and/or patterns any more.
2471 * emacs-lisp/pcase.el (pcase-defmacro): New macro.
2472 (pcase--macroexpand): New function.
2473 (pcase--expand): Use it.
2474 * emacs-lisp/pcase.el (pcase--app-subst-match, pcase--app-subst-rest):
2475 New optimization functions.
2476 (pcase--u1): Add support for `quote' and `app'.
2477 (pcase): Document them in the docstring.
2478
2479 2014-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
2480
2481 Use lexical-bindin in Ibuffer.
2482 * ibuffer.el (ibuffer-do-toggle-read-only): `arg' is unused.
2483 (ibuffer-compile-format): Simplify.
2484 (ibuffer-clear-summary-columns): Simplify.
2485 * ibuf-ext.el (ibuffer-generate-filter-groups): Don't use the third
2486 elem of dotimes when we don't refer to the iteration var from it.
2487 (ibuffer-toggle-sorting-mode): Avoid add-to-list.
2488 * ibuf-macs.el (define-ibuffer-column, define-ibuffer-op):
2489 Silence byte-compiler.
2490
2491 2014-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
2492
2493 * font-lock.el (font-lock-compile-keyword): Don't confuse a lambda
2494 expression for a list.
2495
2496 * emacs-lisp/bytecomp.el (byte-compile-lambda): Don't add fundoc usage
2497 for functions with no arguments.
2498
2499 * mpc.el (mpc-data-directory): Use locate-user-emacs-file.
2500 (mpc-volume-refresh): Make sure the corresponding header-line is updated.
2501
2502 2014-09-17 Tom Willemse <tom@ryuslash.org> (tiny change)
2503
2504 * simple.el (clone-indirect-buffer): Mention the return value
2505 (bug#18478).
2506
2507 * progmodes/prog-mode.el (prog-mode-hook): Replace reference to
2508 Text mode in docstring (bug#18464).
2509
2510 2014-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
2511
2512 * progmodes/perl-mode.el (perl-syntax-propertize-function):
2513 Accept underscores in identifiers after "sub" (bug#18502).
2514
2515 2014-09-21 Tassilo Horn <tsdh@gnu.org>
2516
2517 * textmodes/reftex-sel.el (reftex-select-label-mode)
2518 (reftex-select-bib-mode, reftex-insert-docstruct): Derive modes
2519 from special-mode (instead of fundamental-mode) and propertize
2520 with font-lock-face instead of just face. (Bug#18496)
2521
2522 * textmodes/reftex-toc.el (reftex-toc-mode, reftex-toc): Ditto.
2523
2524 2014-09-19 Dmitry Gutov <dgutov@yandex.ru>
2525
2526 * emacs-lisp/lisp.el (lisp-completion-at-point): Only calculate
2527 `table-etc' when `end' is non-nil.
2528 (lisp-completion-at-point): Move `end' back if it's after quote.
2529 If in comment or string, only complete when after backquote.
2530 (Bug#18265)
2531 (lisp-completion-at-point): Don't use
2532 `lisp--local-variables-completion-table' in the
2533 `lisp--form-quoted-p' case.
2534
2535 2014-09-19 Dmitry Gutov <dgutov@yandex.ru>
2536
2537 * emacs-lisp/lisp.el (lisp--expect-function-p)
2538 (lisp--form-quoted-p): New functions.
2539 (lisp-completion-at-point): Use them to see if we're completing a
2540 variable reference, a function name, or just any symbol.
2541 http://lists.gnu.org/archive/html/emacs-devel/2014-02/msg00229.html
2542
2543 2014-09-18 Ivan Kanis <ivan@kanis.fr>
2544
2545 * net/shr.el, net/eww.el: Don't override `shr-width', but
2546 introduce a new variable `shr-internal-width'. This allows users
2547 to specify a width themselves.
2548
2549 2014-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
2550
2551 * image-mode.el (image-toggle-display-image): If we have a
2552 `fit-width' or a `fit-height', don't limit the size of the image
2553 to the window size, because that doesn't preserve the aspect ratio.
2554 * image-mode.el: Move defvars earlier to avoid a byte-compilation
2555 warning.
2556
2557 2014-09-17 Reuben Thomas <rrt@sc3d.org>
2558
2559 * progmodes/js.el: Add interpreter-mode-alist support for various
2560 JavaScript interpreters.
2561
2562 2014-09-17 Paul Eggert <eggert@cs.ucla.edu>
2563
2564 Don't assume 'grep' supports GREP_OPTIONS.
2565 The GREP_OPTIONS environment variable is planned to be marked
2566 obsolescent in GNU grep, due to problems in its use, so stop
2567 relying on it.
2568 * progmodes/grep.el (grep-highlight-matches): Document this.
2569 (grep-process-setup): Do not set GREP_OPTIONS.
2570 (grep-compute-defaults): Use an explicit --color option if supported.
2571
2572 2014-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
2573
2574 * msb.el (msb--make-keymap-menu, msb-menu-bar-update-buffers):
2575 Don't add outdated key-shortcut cache (bug#18482).
2576
2577 2014-09-15 Glenn Morris <rgm@gnu.org>
2578
2579 * image.el (image-multi-frame-p): Fix thinko - do not force
2580 a delay if none was specified. (Bug#18334)
2581
2582 2014-09-15 Kan-Ru Chen <kanru@kanru.info>
2583
2584 * window.el (fit-window-to-buffer): Doc fix.
2585
2586 2014-09-15 Ivan Shmakov <ivan@siamics.net>
2587
2588 * desktop.el (desktop-create-buffer): Check that buffers are still live
2589 before burying them (bug#18373).
2590
2591 2014-09-15 Glenn Morris <rgm@gnu.org>
2592
2593 * calendar/diary-lib.el (diary-list-entries):
2594 Restore 24.3 display behavior. (Bug#18381)
2595
2596 2014-09-15 Eli Zaretskii <eliz@gnu.org>
2597
2598 * mouse.el (mouse-drag-line): On text-mode frames, count the mode
2599 line and header line as 1 pixel. This fixes the 1-"pixel" (row)
2600 discrepancy between window-pixel-edges and mouse events, and
2601 avoids moving mode line up when the mouse click is on the modeline
2602 and no drag is attempted.
2603
2604 2014-09-14 Daniel Colascione <dancol@dancol.org>
2605
2606 * register.el (insert-register): Change default interactive
2607 insertion mode.
2608
2609 2014-09-14 Michael Albinus <michael.albinus@gmx.de>
2610
2611 * net/tramp-cache.el (tramp-flush-file-function): Simplify check.
2612 Suppress debug messages.
2613
2614 * net/tramp.el (tramp-file-name-handler):
2615 * net/tramp-gvfs.el (tramp-gvfs-url-file-name): Apply `cons' where
2616 appropriate.
2617
2618 2014-09-13 Christopher Schmidt <ch@ristopher.com>
2619
2620 * calendar/calendar.el (calendar-update-mode-line):
2621 Do not overwrite mode-line-format if calendar-mode-line-format is
2622 nil. (Bug#18467)
2623
2624 2014-09-13 Leo Liu <sdl.web@gmail.com>
2625
2626 * emacs-lisp/pcase.el (pcase--dontwarn-upats): New var.
2627 (pcase--expand): Use it.
2628 (pcase-exhaustive): New macro. (Bug#16567)
2629
2630 * emacs-lisp/lisp-mode.el (lisp-el-font-lock-keywords-2):
2631 Add pcase-exhaustive.
2632
2633 2014-09-13 Eli Zaretskii <eliz@gnu.org>
2634
2635 * mail/rmailmm.el (rmail-mime-insert-html): Decode the HTML part
2636 using the specified transfer-encoding, if any, or 'undecided'.
2637 (rmail-mime-render-html-shr): Bind shr-width to nil, so lines are
2638 broken at the window margin.
2639
2640 2013-12-27 Ken Olum <kdo@cosmos.phy.tufts.edu>
2641
2642 Support rendering of HTML parts in Rmail (bug#4258).
2643 * mail/rmailmm.el (rmail-mime-process): Handle text/html
2644 separately from other text/ types. Suppress tagline for
2645 multipart body.
2646 (rmail-mime-parse): Don't change visibility of tagline here.
2647 (rmail-mime-set-bulk-data, rmail-mime-insert-bulk):
2648 Handle text/html specially.
2649 (rmail-mime-render-html-function,rmail-mime-prefer-html): New variables.
2650 (rmail-mime-insert-html, rmail-mime-render-html-shr)
2651 (rmail-mime-render-html-lynx): New functions.
2652 (rmail-mime-fix-inserted-faces): New function.
2653 (rmail-mime-process-multipart): Find the best part to show
2654 following rmail-mime-prefer-html if set.
2655 (rmail-mime-searching): New variable.
2656 (rmail-search-mime-message): Bind rmail-mime-searching to
2657 suppress rendering while searching.
2658
2659 2014-09-12 Sam Steingold <sds@gnu.org>
2660
2661 * progmodes/sql.el (sql-product-alist): Add vertica.
2662 (sql-vertica-program, sql-vertica-options)
2663 (sql-vertica-login-params, sql-comint-vertica, sql-vertica):
2664 New functions and variables to support Vertica.
2665 Inspired by code by Roman Scherer <roman@burningswell.com>.
2666
2667 2014-09-11 Paul Eggert <eggert@cs.ucla.edu>
2668
2669 * ses.el (ses-file-format-extend-parameter-list): Rename from
2670 ses-file-format-extend-paramter-list, to correct a misspelling.
2671 All uses changed.
2672
2673 2014-09-10 Alan Mackenzie <acm@muc.de>
2674
2675 CC Mode: revert recent changes and fix bug 17463 (cc-langs.elc
2676 gets loaded at run-time).
2677 * progmodes/cc-langs.el (c-no-parens-syntax-table): Rename the
2678 c-lang-const to c-make-no-parens-syntax-table and correct the
2679 logic.
2680 (c-no-parens-syntax-table): Correct the logic of the
2681 c-lang-defvar.
2682
2683 2014-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
2684
2685 CC-mode: Set open-paren-in-column-0-is-defun-start to nil;
2686 plus misc cleanup.
2687 * progmodes/cc-mode.el (c-basic-common-init):
2688 Set open-paren-in-column-0-is-defun-start.
2689 (adaptive-fill-first-line-regexp, font-lock-syntactic-keywords):
2690 Remove declarations, unused.
2691 (run-mode-hooks): Remove declaration.
2692 (font-lock-defaults): Use plain `defvar' to declare.
2693 (c-run-mode-hooks): Test existence of run-mode-hooks with fboundp.
2694 * progmodes/cc-langs.el (c-filter-ops): Avoid `setq'.
2695 (c-make-mode-syntax-table): Don't micro-optimize.
2696 (c-keywords, c-keyword-member-alist): Simplify.
2697 (c-kwds-lang-consts): Don't eval at compile-time.
2698 (c-primary-expr-regexp): Comment out unused vars.
2699 * progmodes/cc-fonts.el (c-font-lock-context): Declare at top-level.
2700 (c-font-byte-compile): New var.
2701 (c--compile): New function. Use it instead of `byte-compile'.
2702 (c-cpp-matchers): Quote the value returned by
2703 `c-make-syntactic-matcher' in case it's not self-evaluating.
2704 (c-basic-matchers-before): Avoid a plain MATCHER as keyword, wrap it in
2705 parentheses instead (in case MATCHER happens to be a list).
2706 (c-font-lock-enum-tail): Remove unused var `start'.
2707 (c-font-lock-objc-methods): Silence byte-compiler warnings.
2708 * progmodes/cc-engine.el (c-syntactic-re-search-forward): Sink an `if'
2709 test into an argument.
2710 * progmodes/cc-defs.el (c-point, c-major-mode-is, c-put-char-property)
2711 (c-get-char-property): Don't use `eval' just to unquote a constant.
2712 (c-use-extents): Remove. Use (featurep 'xemacs), compiled
2713 more efficiently.
2714 (c-put-char-property-fun): Don't call `byte-compile' by hand.
2715 (c-clear-char-property, c-clear-char-properties): Check that `property'
2716 is a quoted constant.
2717 (c-emacs-features): Remove `infodock', `syntax-properties', and
2718 `pps-extended-state' (never used), `8-bit' and `1-bit' (use (featurep
2719 'xemacs) instead). Use `with-temp-buffer' and let-bind vars after
2720 changing buffer, so we don't have to setq them again afterwards.
2721 (c-lang-const): Remove redundant symbolp assertions.
2722 (c-find-assignment-for-mode): Use `or'.
2723 * Makefile.in (compile-one-process): Remove cc-mode dependency.
2724
2725 2014-09-09 Sam Steingold <sds@gnu.org>
2726
2727 * progmodes/sql.el (sql-default-directory): Fix type annotation.
2728
2729 2014-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
2730
2731 * progmodes/cc-awk.el: Remove unneeded cc-bytecomp use.
2732 Change doc comments into docstrings.
2733 * Makefile.in: Remove cc-awk dependency.
2734
2735 2014-09-08 Sam Steingold <sds@gnu.org>
2736
2737 * progmodes/sql.el (sql-send-line-and-next): New command,
2738 bound to C-c C-n.
2739 (sql-show-sqli-buffer): Display the buffer instead of its name and
2740 bind the command to C-c C-z.
2741 (sql-default-directory): New user option.
2742 (sql-product-interactive): Bind `default-directory' to it to
2743 enable remote connections using Tramp.
2744 (sql-set-sqli-buffer): Call `sql-product-interactive' when no
2745 suitable buffer is available.
2746
2747 2014-09-08 Glenn Morris <rgm@gnu.org>
2748
2749 * calendar/calendar.el (calendar-basic-setup):
2750 Fix calendar-view-holidays-initially-flag and fancy display.
2751 * calendar/diary-lib.el (diary-live-p): Doc fix.
2752
2753 * calendar/calendar.el (calendar-basic-setup):
2754 Avoid clobbering calendar with diary. (Bug#18381)
2755
2756 2014-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
2757
2758 * vc/vc-dir.el (vc-dir-update): Don't burp in corner case.
2759
2760 2014-09-08 Lars Ljung <lars@matholka.se> (tiny change)
2761
2762 * isearch.el (isearch-yank-word-or-char): Obey superword-mode
2763 as well (bug#18400).
2764
2765 2014-09-08 Eli Zaretskii <eliz@gnu.org>
2766
2767 * subr.el (posn-actual-col-row): Doc fix. (Bug#18385)
2768
2769 2014-09-06 Leo Liu <sdl.web@gmail.com>
2770
2771 * emacs-lisp/pcase.el (pcase): Doc fix.
2772 (pcase--split-vector): New function.
2773 (pcase--q1): Support vector qpattern. (Bug#18327)
2774
2775 2014-09-05 Sam Steingold <sds@gnu.org>
2776
2777 * textmodes/tex-mode.el (tex-print-file-extension): New user
2778 option.
2779 (tex-print): Use it instead of the hard-coded string.
2780
2781 2014-09-05 Michael Albinus <michael.albinus@gmx.de>
2782
2783 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
2784 Expand `default-directory'.
2785
2786 2014-09-05 Martin Rudalics <rudalics@gmx.at>
2787
2788 * scroll-bar.el (horizontal-scroll-bars-available-p):
2789 New function.
2790 (horizontal-scroll-bar-mode): Rewrite using
2791 horizontal-scroll-bars-available-p.
2792 * menu-bar.el (menu-bar-showhide-scroll-bar-menu): Rewrite using
2793 horizontal-scroll-bars-available-p.
2794
2795 2014-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
2796
2797 * subr.el (call-process-shell-command, process-file-shell-command):
2798 Make the `args' obsolete (bug#18409).
2799 (start-process-shell-command, start-file-process-shell-command):
2800 Use `declare'.
2801
2802 2014-09-05 Jay Belanger <jay.p.belanger@gmail.com>
2803
2804 * calc/calc-forms.el (math-normalize-hms): Do a better check for
2805 "negative" hms forms.
2806
2807 2014-09-04 Rasmus Pank Roulund <emacs@pank.eu>
2808
2809 * vc/vc-git.el (vc-git-conflicted-files): Fix bug when git status
2810 returns nil (bug#18391).
2811
2812 2014-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
2813
2814 * emacs-lisp/eldoc.el (eldoc-function-argstring): Don't strip
2815 terminating paren (bug#18352).
2816 (eldoc-last-data-store): Return cached data.
2817 (eldoc-get-var-docstring): Avoid setq.
2818 (eldoc-get-fnsym-args-string): Clarify data flow.
2819
2820 2014-09-04 Thierry Volpiatto <thierry.volpiatto@gmail.com>
2821
2822 * emacs-lisp/eldoc.el (eldoc-highlight-function-argument): Handle the
2823 case where we're currently providing part of the &rest arg after some
2824 &key args, as in define-ibuffer-op (bug#18048).
2825
2826 2014-09-03 Stefan Monnier <monnier@iro.umontreal.ca>
2827
2828 * progmodes/which-func.el (which-func-ff-hook): Obey pre-existing
2829 buffer-local setting of which-func-mode.
2830 (which-func-mode): Use defvar-local.
2831 (which-function-mode): Don't reset which-func-mode in each buffer since
2832 it might have been set by someone else.
2833 (which-func-update-ediff-windows): Check which-function-mode.
2834
2835 2014-09-03 Martin Rudalics <rudalics@gmx.at>
2836
2837 * frame.el (frame-initialize): Remove horizontal-scroll-bars
2838 from frame-initial-frame-alist.
2839 * scroll-bar.el (previous-horizontal-scroll-bar-mode)
2840 (horizontal-scroll-bar-mode-explicit)
2841 (set-horizontal-scroll-bar-mode, get-horizontal-scroll-bar-mode)
2842 (toggle-horizontal-scroll-bar): Remove.
2843 (horizontal-scroll-bar-mode): Remove defcustom.
2844 (horizontal-scroll-bar-mode): Fix doc-string.
2845 (scroll-bar-toolkit-scroll)
2846 (scroll-bar-toolkit-horizontal-scroll): Add doc-strings stubs.
2847
2848 2014-09-03 Stefan Monnier <monnier@iro.umontreal.ca>
2849
2850 * emacs-lisp/package.el (package-generate-description-file):
2851 Properly quote the arguments (bug#18332). Change second arg.
2852 (package--alist-to-plist-args): Rename from package--alist-to-plist and
2853 quote the elements.
2854 (package--make-autoloads-and-stuff): Fix the test for pre-existence of
2855 the *-pkg.el file. Adjust to new calling convention of
2856 package-generate-description-file.
2857
2858 * progmodes/gud.el (gud-gdb-completion-at-point): Add hack (bug#18282).
2859 (gud-gdb-completions): Remove obsolete workaround.
2860
2861 2014-09-03 Eli Zaretskii <eliz@gnu.org>
2862
2863 * subr.el (posn-col-row): Revert the change from commit
2864 2010-11-13T21:07:58Z!eliz@gnu.org, which
2865 was inadvertently merged from emacs-23 release branch in 2010-11-18T03:54:14Z!monnier@iro.umontreal.ca
2866 monnier@iro.umontreal.ca-20101118035414-yvlg7k7dk4k4l3q, and
2867 introduced an off-by-one error in the reported row when there is a
2868 header line. (Bug#18384)
2869
2870 2014-09-03 Fabián Ezequiel Gallina <fgallina@gnu.org>
2871
2872 * progmodes/python.el (python-indent-post-self-insert-function):
2873 Avoid electric colon at beginning-of-defun. (Bug#18228)
2874
2875 2014-09-03 Glenn Morris <rgm@gnu.org>
2876
2877 * tutorial.el (tutorial--display-changes):
2878 Fix 2014-08-01 change. (Bug#18382)
2879
2880 2014-09-03 Ken Brown <kbrown@cornell.edu>
2881
2882 * startup.el (fancy-splash-frame): Extend the fix for Bug#16014 to
2883 the Cygwin-w32 build. (Bug#18347)
2884
2885 2014-09-03 Glenn Morris <rgm@gnu.org>
2886
2887 * tar-mode.el (tar--extract, tar-extract):
2888 Avoid permanently disabling undo in extracted buffers. (Bug#18344)
2889
2890 2014-09-03 Stefan Monnier <monnier@iro.umontreal.ca>
2891
2892 * progmodes/sh-script.el (sh-font-lock-quoted-subshell): Try to better
2893 handle multiline elements (bug#18380).
2894
2895 2014-09-01 Eli Zaretskii <eliz@gnu.org>
2896
2897 * ls-lisp.el (ls-lisp-use-string-collate)
2898 (ls-lisp-UCA-like-collation): New defcustoms.
2899 (ls-lisp-string-lessp): Use them to control sorting by file
2900 names. (Bug#18051)
2901 (ls-lisp-version-lessp): New function.
2902 (ls-lisp-handle-switches): Use it to implement the -v switch of
2903 GNU ls.
2904 (ls-lisp--insert-directory): Mention the -v switch in the doc string.
2905
2906 2014-08-31 Christoph Scholtes <cschol2112@gmail.com>
2907
2908 * ibuffer.el: Replace mode-specific quit function with
2909 `quit-window' via `special-mode'.
2910 (ibuffer-mode-map): Use keybindings from special-mode-map instead
2911 of local overrides.
2912 (ibuffer): Don't store previous windows configuration.
2913 Let `quit-window' handle restoring.
2914 (ibuffer-quit): Remove function. Use `quit-window' instead.
2915 (ibuffer-restore-window-config-on-quit): Remove variable.
2916 (ibuffer-prev-window-config): Remove variable.
2917
2918 2014-08-29 Michael Heerdegen <michael_heerdegen@web.de>
2919
2920 * emacs-lisp/easy-mmode.el (define-minor-mode): Use mode function
2921 name instead of variable name in hook docstring. (Bug#18349)
2922
2923 2014-08-29 Martin Rudalics <rudalics@gmx.at>
2924
2925 * window.el (display-buffer-at-bottom): Prefer bottom-left
2926 window to other bottom windows. Reuse a bottom window if it
2927 shows the buffer already. Suggested by Juri Linkov
2928 <juri@jurta.org> in discussion of (Bug#18181).
2929
2930 2014-08-29 Leo Liu <sdl.web@gmail.com>
2931
2932 * files.el (minibuffer-with-setup-hook): Allow (:append FUN) to
2933 append to minibuffer-setup-hook. (Bug#18341)
2934
2935 2014-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
2936
2937 * progmodes/cc-defs.el: Expose c-lanf-defconst's expressions to the
2938 byte-compiler.
2939 (lookup-syntax-properties): Silence byte-compiler.
2940 (c-lang-defconst): Quote the code with `lambda' rather than with
2941 `quote'.
2942 (c-lang-const): Avoid unneeded setq.
2943 (c-lang-constants-under-evaluation): Add docstring.
2944 (c-lang--novalue): New constant.
2945 (c-find-assignment-for-mode): Use it instead of c-lang-constants.
2946 (c-get-lang-constant): Same here.
2947 Get the mode's value using `funcall' now that the code is quoted
2948 with `lambda'.
2949
2950 2014-08-28 Michael Albinus <michael.albinus@gmx.de>
2951
2952 * net/tramp.el (tramp-handle-shell-command): Use `display-buffer'.
2953 (Bug#18326)
2954
2955 2014-08-28 Martin Rudalics <rudalics@gmx.at>
2956
2957 * scroll-bar.el (scroll-bar-horizontal-drag-1): Handle new
2958 interpretation of `portion-whole'.
2959
2960 2014-08-28 Michael Albinus <michael.albinus@gmx.de>
2961
2962 * net/tramp-adb.el: Spell author name correctly.
2963
2964 2014-08-28 João Távora <joaotavora@gmail.com>
2965
2966 * net/shr.el (shr-expand-url): Plain expand-file-name is not enough;
2967 use url-expand-file-name. (Bug#18310)
2968
2969 2014-08-28 Glenn Morris <rgm@gnu.org>
2970
2971 * emulation/cua-rect.el (cua--highlight-rectangle):
2972 Avoid error at point-min. (Bug#18309)
2973
2974 2014-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
2975
2976 * progmodes/python.el (python-shell-prompt-detect): Remove redundant
2977 executable-find (bug#18244).
2978
2979 * simple.el (self-insert-uses-region-functions): Defvar.
2980
2981 2014-08-28 Glenn Morris <rgm@gnu.org>
2982
2983 * subr.el (remq): Revert 2014-08-25 doc change (not always true).
2984
2985 2014-08-27 Dmitry Antipov <dmantipov@yandex.ru>
2986
2987 * startup.el (normal-top-level): Now use internal--top-level-message.
2988
2989 2014-08-26 Dmitry Antipov <dmantipov@yandex.ru>
2990
2991 * startup.el (normal-top-level): Use top-level-message.
2992
2993 2014-08-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
2994
2995 * net/shr.el (shr-copy-url): Encode copied URL to avoid getting
2996 URLs containing spaces and the like.
2997
2998 2014-08-25 Christoph Scholtes <cschol2112@gmail.com>
2999
3000 * subr.el (remq): Fix docstring (Bug#18253).
3001
3002 2014-08-25 Christoph Scholtes <cschol2112@gmail.com>
3003
3004 * replace.el (query-replace): Fix typo in docstring (Bug#18320).
3005
3006 2014-08-24 Alan Mackenzie <acm@muc.de>
3007
3008 Handle C++11's "auto" and "decltype" constructions.
3009 * progmodes/cc-engine.el (c-forward-type): Enhance to recognise
3010 and return 'decltype.
3011 (c-forward-decl-or-cast-1): New let variables backup-kwd-sym,
3012 prev-kwd-sym, new-style-auto. Enhance to handle the new "auto"
3013 keyword.
3014 * progmodes/cc-fonts.el (c-font-lock-declarations): Handle the
3015 "decltype" keyword.
3016 (c-font-lock-c++-new): Handle "decltype" constructions.
3017 * progmodes/cc-langs.el (c-auto-ops, c-auto-ops-re):
3018 New c-lang-defconsts/defvars.
3019 (c-haskell-op, c-haskell-op-re): New c-lang-defconsts/defvars.
3020 (c-typeof-kwds, c-typeof-key): New c-lang-defconsts/defvars.
3021 (c-typeless-decl-kwds): Append "auto" onto the C++ value.
3022 (c-not-decl-init-keywords): Also exclude c-typeof-kwds from value.
3023
3024 Make ">>" act as double template ender in C++ Mode.
3025 Fix bug#11386.
3026 * progmodes/cc-langs.el (c->-op-cont-tokens): New lang-const split
3027 off from c->-op-cont-re.
3028 (c->-op-cont-tokens): Change to use the above.
3029 (c->-op-without->-cont-regexp): New lang-const.
3030 * progmodes/cc-engine.el (c-forward-<>-arglist-recur):
3031 Use c->-op-without->-cont-regexp in place of c->-op-cont-tokens.
3032
3033
3034 2014-08-23 Alan Mackenzie <acm@muc.de>
3035
3036 * progmodes/cc-fonts.el (c-font-lock-declarators): Fix infinite
3037 loop, bug #18306. The bug was introduced on 2014-08-02.
3038
3039 2014-08-21 Eli Zaretskii <eliz@gnu.org>
3040
3041 * textmodes/texnfo-upd.el (texinfo-specific-section-type):
3042 Don't recognize a Top node if there are other sectioning commands
3043 earlier in the Texinfo file. This fixes a bug in
3044 texinfo-make-menu and avoids inflooping in
3045 texinfo-all-menus-update when they are invoked on texinfo.texi.
3046
3047 2014-08-21 Martin Rudalics <rudalics@gmx.at>
3048
3049 * window.el (window--side-window-p): New function.
3050 (split-window, window-splittable-p): Use window--side-window-p to
3051 determine whether WINDOW can be split (Bug#18304).
3052 * calendar/calendar.el (calendar-basic-setup): Fix one call of
3053 `window-splittable-p' and add another (Bug#18304).
3054
3055 2014-08-20 Sam Steingold <sds@gnu.org>
3056
3057 * progmodes/python.el (python-new-pythonpath): Extract from
3058 `python-shell-calculate-process-environment'.
3059
3060 2014-08-18 Thierry Volpiatto <thierry.volpiatto@gmail.com>
3061
3062 * emacs-lisp/eldoc.el (eldoc-highlight-function-argument): Add support
3063 for &key args (bug#18048).
3064
3065 2014-08-18 Stefan Monnier <monnier@iro.umontreal.ca>
3066
3067 * emacs-lisp/eldoc.el (eldoc-argument-case): Obsolete and change default.
3068 (eldoc-function-argstring-format): Remove.
3069 (eldoc-function-argstring): Always return upcase args.
3070 Use help-make-usage. Don't add parens.
3071 (eldoc-get-fnsym-args-string): Don't obey eldoc-argument-case since
3072 it's too late to do it right (bug#18048).
3073
3074 2014-08-18 Eli Zaretskii <eliz@gnu.org>
3075
3076 * scroll-bar.el (scroll-bar-horizontal-drag-1)
3077 (scroll-bar-toolkit-horizontal-scroll): When determining the
3078 paragraph direction, use the buffer of the window designated in
3079 the event.
3080
3081 2014-08-16 Andreas Schwab <schwab@linux-m68k.org>
3082
3083 * vc/diff-mode.el (diff-fixup-modifs): Handle empty line in
3084 context of unified diff.
3085
3086 2014-08-16 Paul Eggert <eggert@cs.ucla.edu>
3087
3088 Add dependencies to fix loaddefs race during parallel builds.
3089 Without this, for example, 'make -j bootstrap' can fail and report
3090 "Opening input file: no such file or directory,
3091 .../lisp/calendar/diary-loaddefs.el ... recipe for target
3092 'calendar/hol-loaddefs.el' failed", where the hol-loaddefs.el rule
3093 got confused because diary-loaddefs.el was being built in parallel.
3094 * Makefile.in ($(CAL_DIR)/diary-loaddefs.el):
3095 Depend on $(CAL_DIR)/cal-loaddefs.el.
3096 ($(CAL_DIR)/hol-loaddefs.el): Depend on $(CAL_DIR)/diary-loaddefs.el.
3097
3098 2014-08-16 Martin Rudalics <rudalics@gmx.at>
3099
3100 * scroll-bar.el (scroll-bar-horizontal-drag-1): Use cdr of
3101 portion-whole for scrolling right-to-left text.
3102
3103 2014-08-15 Leo Liu <sdl.web@gmail.com>
3104
3105 * speedbar.el (speedbar-generic-list-tag-p): Allow special
3106 elements from imenu.
3107
3108 2014-08-15 Glenn Morris <rgm@gnu.org>
3109
3110 * subr.el (with-output-to-temp-buffer): Doc fix; from elisp manual.
3111
3112 2014-08-13 Jan Nieuwenhuizen <janneke@gnu.org>
3113
3114 * progmodes/compile.el (compilation-error-regexp-alist-alist):
3115 Add Guile regexpses.
3116
3117 2014-08-13 Jan Nieuwenhuizen <janneke@gnu.org>
3118
3119 * progmodes/gud.el (guiler): New function. Starts the Guile REPL;
3120 add Guile debugger support for GUD.
3121
3122 2014-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
3123
3124 * obsolete/mouse-sel.el (mouse-sel-mode): Use add/remove-function.
3125 (mouse-sel--ignore): New function.
3126 (mouse-sel-has-been-enabled, mouse-sel-original-bindings)
3127 (mouse-sel-original-interprogram-cut-function)
3128 (mouse-sel-original-interprogram-paste-function): Remove.
3129
3130 2014-08-13 Eric S. Raymond <esr@thyrsus.com>
3131
3132 * vc/vc-git.el (vc-git-resolve-when-done): New function.
3133 Call "git add" when there are no longer conflict markers.
3134
3135 2014-08-13 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
3136
3137 * vc/vc-git.el (vc-git-find-file-hook): New function.
3138 Adds support for calling smerge (and resolve) on a conflicted file.
3139 (vc-git-conflicted-files): New function.
3140 Useful in itself and a step towards better smerge support.
3141
3142 2014-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
3143
3144 * mpc.el (mpc-reorder): Don't bother splitting the "active" elements
3145 to the first part if they're the same as the selection.
3146
3147 2014-08-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
3148
3149 * image-mode.el (image-transform-reset): New command and menu item.
3150 (image-mode-map): Rearrange the menu items to put presumably more
3151 obscure items at the end.
3152
3153 2014-08-12 Juri Linkov <juri@jurta.org>
3154
3155 * vc/vc-annotate.el (vc-annotate-background-mode):
3156 Use `with-demoted-errors' instead of `ignore-errors'. (Bug#18189)
3157
3158 2014-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
3159
3160 * files.el (out-of-memory-warning-percentage): Turn it off by default.
3161
3162 2014-08-11 Sam Steingold <sds@gnu.org>
3163
3164 * textmodes/sgml-mode.el (sgml-validate-command): Set depending on
3165 the presence of known validators (tidy, (o)nsgmls).
3166
3167 2014-08-11 Ulf Jasper <ulf.jasper@web.de>
3168
3169 Newsticker: introduce `newsticker-treeview-date-format'. (Bug#17227)
3170
3171 * net/newst-treeview.el (newsticker-treeview-date-format): New.
3172 (newsticker--treeview-list-add-item): Use `newsticker-treeview-date-format'.
3173
3174 2014-08-11 Glenn Morris <rgm@gnu.org>
3175
3176 * files.el (basic-save-buffer-2): Revert 2013-01-31 change, which
3177 chose coding system for writing before backing up, since it causes
3178 a more serious problem than the one it solves. (Closes Bug#18141,
3179 reopens Bug#13522.)
3180
3181 2014-08-11 Martin Rudalics <rudalics@gmx.at>
3182
3183 * window.el (window-total-size): Make doc-string more self-contained.
3184
3185 * window.el (display-buffer-below-selected): Restore original
3186 behavior if buffer is already displayed in the window below the
3187 selected one (Bug#18181).
3188
3189 2014-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
3190
3191 * mouse.el (mouse--down-1-maybe-follows-link): Don't convert the down
3192 event (bug#18212).
3193
3194 2014-08-11 Eli Zaretskii <eliz@gnu.org>
3195
3196 * info.el (info): Doc fix.
3197
3198 2014-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
3199
3200 * info.el (Info-mode-map): Override a global down-mouse-2 binding
3201 (bug#18212).
3202
3203 2014-08-11 Eli Zaretskii <eliz@gnu.org>
3204
3205 * simple.el (default-line-height): A floating-point value of
3206 line-spacing means a fraction of the default frame font's height,
3207 not of the font currently used by the 'default' face.
3208 Truncate the pixel value, like the display engine does.
3209 (window-screen-lines): Use window-inside-pixel-edges for
3210 determining the window height in pixels. (Bug#18195)
3211
3212 2014-08-11 Grégoire Jadi <daimrod@gmail.com>
3213
3214 * leim/quail/latin-post.el: Transform " __" into " _". (Bug#18023)
3215
3216 2014-08-10 Ulf Jasper <ulf.jasper@web.de>
3217
3218 Enumerate evaluated sexp diary entries (Bug#7911).
3219 * calendar/icalendar.el (icalendar-export-sexp-enumerate-all)
3220 (icalendar-export-sexp-enumeration-days): New.
3221 (icalendar-export-region): Now `icalendar--convert-to-ical'
3222 returns a cons cell or a list of cons cells.
3223 (icalendar--convert-to-ical): Take care of
3224 `icalendar-export-sexp-enumerate-all'. Return (a list of) cons cells.
3225 (icalendar--convert-ordinary-to-ical)
3226 (icalendar--convert-weekly-to-ical, icalendar--convert-yearly-to-ical)
3227 (icalendar--convert-block-to-ical, icalendar--convert-block-to-ical)
3228 (icalendar--convert-float-to-ical, icalendar--convert-cyclic-to-ical)
3229 (icalendar--convert-anniversary-to-ical): Return cons cell.
3230 (icalendar--convert-sexp-to-ical): Enumerate evaluated sexp
3231 entries. Return (list of) cons cells.
3232
3233 2014-08-09 Juri Linkov <juri@jurta.org>
3234
3235 * vc/vc-annotate.el (vc-annotate-background-mode): Add :set
3236 to reevaluate `vc-annotate-color-map'. (Bug#18189)
3237
3238 2014-08-09 Alan Mackenzie <acm@muc.de>
3239
3240 * progmodes/cc-fonts.el (c-font-lock-declarators): Remove check
3241 for top-level that can cause unacceptable slow-down in scrolling.
3242 See email Subject: Huge {...} blocks in C/C++ again, from Dmitry
3243 Antipov from 2013-10-14 in emacs-devel.
3244
3245 2014-08-08 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
3246
3247 * ibuffer.el (ibuffer-mode-map): Use toggle button for
3248 `ibuffer-auto-mode' menu entry.
3249 (ibuffer-mode-hook): Add `ibuffer-auto-mode' customization option.
3250
3251 2014-08-08 Matthias Meulien <orontee@gmail.com>
3252
3253 * progmodes/prog-mode.el (prog-mode-hook): Make customizable.
3254 (Bug#16394)
3255
3256 2014-08-07 Martin Rudalics <rudalics@gmx.at>
3257
3258 * window.el (window--min-size-1): Explicitly set WINDOW arg in
3259 calls of window-min-pixel-height and window-min-pixel-width.
3260
3261 2014-08-07 Reuben Thomas <rrt@sc3d.org>
3262
3263 * progmodes/ada-mode.el:
3264 * net/tramp.el (tramp-handle-file-symlink-p):
3265 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Remove a comment
3266 about VMS, which we no longer support.
3267 * progmodes/ada-xref.el (ada-xref-current): Remove mention of VMS,
3268 and fix a FIXME, using convert-standard-filename in place of
3269 removed ada-convert-file-name.
3270
3271 2014-08-07 Eli Zaretskii <eliz@gnu.org>
3272
3273 * files.el (auto-mode-alist): Remove support for VMS from a pattern.
3274
3275 2014-08-07 Reuben Thomas <rrt@sc3d.org>
3276
3277 Refer to MS-DOS using the same name everywhere.
3278 * arc-mode.el, files.el, frame.el: ``MS-DOG'', ``MSDOG'' and
3279 ``msdog'' become ``MS-DOS''.
3280
3281 2014-08-07 Michael Albinus <michael.albinus@gmx.de>
3282
3283 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
3284 Use cached "remote-copy-args" value, if available. (Bug#18199)
3285
3286 2014-08-07 Leo Liu <sdl.web@gmail.com>
3287
3288 * help.el (temp-buffer-setup-hook,temp-buffer-show-hook):
3289 Revert change on 2014-03-22.
3290
3291 2014-08-06 Ulf Jasper <ulf.jasper@web.de>
3292
3293 * calendar/icalendar.el (icalendar--diarytime-to-isotime)
3294 (icalendar--convert-ordinary-to-ical): Allow for missing minutes
3295 (Bug#13750).
3296
3297
3298 2014-08-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
3299
3300 * image-mode.el (image-toggle-display-image): Always rescale images
3301 to not be bigger than the current window.
3302
3303 2014-08-05 Eric Brown <brown@fastmail.fm> (tiny change)
3304
3305 * net/eww.el (eww-bookmarks-directory): New variable.
3306 (eww-write-bookmarks): Use it.
3307 (eww-read-bookmarks): Ditto.
3308
3309 2014-08-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
3310
3311 * net/shr.el (shr-copy-url): Also copy the image URL.
3312
3313 2014-08-05 Michael Albinus <michael.albinus@gmx.de>
3314
3315 * net/tramp-cache.el (tramp-flush-file-function): Suppress function
3316 also for Tramp working buffers.
3317
3318 2014-08-04 Fabián Ezequiel Gallina <fgallina@gnu.org>
3319
3320 * progmodes/python.el: Fix completions inside (i)pdb.
3321 (python-shell-completion-pdb-string-code): Make obsolete.
3322 (python-shell-completion-get-completions):
3323 Use python-shell-completion-string-code resending setup code
3324 continuously for (i)pdb.
3325
3326 2014-08-04 Paul Eggert <eggert@cs.ucla.edu>
3327
3328 * rect.el (rectangle--default-line-number-format): Rename
3329 from misspelled rectange--default-line-number-format (Bug#18045).
3330 All uses changed.
3331
3332 2014-08-03 Paul Eggert <eggert@cs.ucla.edu>
3333
3334 Don't mishandle year-9999 dates (Bug#18176).
3335 * calendar/parse-time.el (parse-time-rules):
3336 Allow years up to most-positive-fixnum.
3337 * calendar/time-date.el (date-to-time):
3338 Pass "Specified time is not representable" errors through.
3339
3340 2014-08-02 Fabián Ezequiel Gallina <fgallina@gnu.org>
3341
3342 * progmodes/python.el: Completion code cleanups.
3343 (python-shell-completion-get-completions): Detect and send import
3344 statements directly to completion function.
3345 (python-shell-completion-at-point): Simplify prompt calculation
3346 and import vs input completion logic.
3347
3348 2014-08-02 Alan Mackenzie <acm@muc.de>
3349
3350 Fix confusion in C++ file caused by comma in "= {1,2},".
3351 Bug #17756.
3352 * progmodes/cc-engine.el (c-beginning-of-statement-1): In checking
3353 for a statement boundary marked by "}", check there's no "="
3354 before the "{".
3355 (c-guess-basic-syntax CASE 9B): Call c-beginning-of-statement with
3356 non-nil `comma-delim' argument.
3357 * progmodes/cc-fonts.el (c-font-lock-declarators): Parse an
3358 initializer expression more accurately.
3359
3360 Correct loop termination condition in c-syntactic-skip-backward.
3361 * progmodes/cc-engine.el (c-syntactic-skip-backward): Correct for
3362 the situation where, after moving back out of a literal,
3363 skip-chars-backward doesn't move further, yet checks have still to
3364 be done.
3365
3366 2014-08-01 Eli Zaretskii <eliz@gnu.org>
3367
3368 * tutorial.el (tutorial--display-changes): Accept punctuation
3369 characters before the key binding. (Bug#18146)
3370
3371 2014-07-31 Fabián Ezequiel Gallina <fgallina@gnu.org>
3372
3373 * progmodes/python.el: Shell output capture enhancements.
3374 (python-shell-accept-process-output): New function.
3375 (inferior-python-mode)
3376 (python-shell-send-setup-code): Use it.
3377
3378 2014-07-30 Christophe Deleuze <christophe.deleuze@free.fr> (tiny change)
3379
3380 * calendar/icalendar.el (icalendar--decode-isodatetime):
3381 Use actual current-time-zone when converting to local time. (Bug#15408)
3382
3383 2014-07-29 Martin Rudalics <rudalics@gmx.at>
3384
3385 * window.el (window--state-put-2): Handle horizontal scroll
3386 bars, if present.
3387
3388 2014-07-29 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
3389
3390 * menu-bar.el (menu-bar-update-buffers): Update item list format
3391 in `buffers-menu' to confirm with changes to `get_keyelt'
3392 (r117463). (Bug#18016)
3393
3394 2014-07-28 Fabián Ezequiel Gallina <fgallina@gnu.org>
3395
3396 * progmodes/python.el (inferior-python-mode): Make input prompts
3397 read-only.
3398
3399 2014-07-28 Emilio C. Lopes <eclig@gmx.net>
3400
3401 * net/tramp-sh.el (tramp-get-remote-python): Also search for
3402 executables named "python2" or "python3".
3403 (tramp-get-remote-uid-with-python): Use parentheses around
3404 arguments to `print' to make it compatible with Python 3.
3405 (tramp-get-remote-gid-with-python): Ditto. (Bug#18118)
3406
3407 2014-07-28 Eli Zaretskii <eliz@gnu.org>
3408
3409 * window.el (window--pixel-to-total): Use FRAME's root window, not
3410 that of the selected frame. (Bug#18112, Bug#16674)
3411
3412 2014-07-28 Andreas Schwab <schwab@linux-m68k.org>
3413
3414 * textmodes/tex-mode.el (tex-font-lock-verb): Doc fix.
3415 (Bug#18117)
3416
3417 2014-07-28 Fabián Ezequiel Gallina <fgallina@gnu.org>
3418
3419 * progmodes/python.el (inferior-python-mode): Doc fix.
3420
3421 2014-07-28 Stephen Berman <stephen.berman@gmx.net>
3422
3423 * calendar/todo-mode.el (todo-edit-item--next-key): If next key is
3424 not a character, ignore it instead of raising an error.
3425
3426 * calendar/todo-mode.el: Fix handling of marked items and make
3427 minor code improvements.
3428 (todo-edit-item): If there are marked items, ensure user can only
3429 invoke editing commands that work with marked items.
3430 (todo-edit-item--text): When there are marked items, make it a
3431 noop if invoked with point not on an item; otherwise, ensure it
3432 applies only to item at point.
3433 (todo-item-undone): If there are marked not-done items, return
3434 point to its original position before signaling user error.
3435 (todo--user-error-if-marked-done-item): New function.
3436 (todo-edit-item--header, todo-edit-item--diary-inclusion)
3437 (todo-item-done): Use it.
3438
3439 2014-07-28 Glenn Morris <rgm@gnu.org>
3440
3441 * files.el (toggle-read-only): Re-add basic doc-string.
3442 * vc/vc-hooks.el (vc-toggle-read-only): Tweak obsolescence mesage.
3443
3444 * progmodes/prolog.el (prolog-mode-keybindings-edit):
3445 Replace missing `switch-to-prolog' with `run-prolog'.
3446 (switch-to-prolog): Define as (obsolete) alias, as in 23.4.
3447
3448 2014-07-28 Stephen Berman <stephen.berman@gmx.net>
3449
3450 * calendar/todo-mode.el (todo-set-top-priorities): Fix overwriting
3451 of file-wide setting when changing category-wide setting.
3452
3453 2014-07-28 Stephen Berman <stephen.berman@gmx.net>
3454
3455 * doc-view.el (doc-view-open-text): Don't require that the
3456 document is saved in a file (e.g., email attachment).
3457
3458 2014-07-28 Fabián Ezequiel Gallina <fgallina@gnu.org>
3459
3460 Parse completion input in a iPython friendly way. (Bug#18084)
3461 * progmodes/python.el
3462 (python-shell-completion-at-point): Rename from
3463 python-shell-completion-complete-at-point.
3464 (inferior-python-mode): Use it.
3465 (python-completion-at-point): Rename from
3466 python-completion-complete-at-point. Parse input up to first
3467 backward occurrence of whitespace, open-paren, close-paren or
3468 string delimiter.
3469 (python-mode): Use it.
3470
3471 2014-07-28 Fabián Ezequiel Gallina <fgallina@gnu.org>
3472
3473 Prevent Python process shell buffer to pop twice.
3474 * progmodes/python.el (python-shell-switch-to-shell): Do not call
3475 pop-to-buffer.
3476
3477 2014-07-28 Fabián Ezequiel Gallina <fgallina@gnu.org>
3478
3479 * progmodes/python.el
3480 (python-shell-with-shell-buffer): New macro.
3481 (python-shell-font-lock-get-or-create-buffer)
3482 (python-shell-font-lock-kill-buffer)
3483 (python-shell-font-lock-with-font-lock-buffer)
3484 (python-shell-font-lock-cleanup-buffer)
3485 (python-shell-font-lock-toggle): Use it.
3486 (python-shell-font-lock-turn-on)
3487 (python-shell-font-lock-turn-off): Use it. Make command.
3488
3489 2014-07-28 Fabián Ezequiel Gallina <fgallina@gnu.org>
3490
3491 Grab all Python process output before inferior-python-mode hooks.
3492 * progmodes/python.el (inferior-python-mode):
3493 Call accept-process-output and sit-for to ensure all output for process
3494 has been received before running hooks.
3495 (python-shell-internal-get-or-create-process):
3496 Cleanup accept-process-output and sit-for calls.
3497
3498 2014-07-28 Fabián Ezequiel Gallina <fgallina@gnu.org>
3499
3500 More robust shell startup and code setup.
3501 * progmodes/python.el (python-shell-make-comint):
3502 Remove accept-process-output call.
3503 (python-shell-get-buffer): Return current buffer if major-mode is
3504 inferior-python-mode.
3505 (python-shell-get-or-create-process): Use it.
3506 (python-shell-send-setup-code): Send all setup code in one string,
3507 output success message and accept-process-output.
3508
3509 2014-07-27 Eli Zaretskii <eliz@gnu.org>
3510
3511 * scroll-bar.el (scroll-bar-toolkit-horizontal-scroll):
3512 Add rudimentary support for bidirectional text.
3513
3514 2014-07-27 Martin Rudalics <rudalics@gmx.at>
3515
3516 * frame.el (frame-notice-user-settings): Rewrite using
3517 frame-initial-frame-tool-bar-height.
3518 * menu-bar.el (menu-bar-horizontal-scroll-bar)
3519 (menu-bar-no-horizontal-scroll-bar): New functions.
3520 (menu-bar-showhide-scroll-bar-menu): Add bindings for horizontal
3521 scroll bars.
3522 * scroll-bar.el (scroll-bar-lines)
3523 (set-horizontal-scroll-bar-mode)
3524 (get-horizontal-scroll-bar-mode, horizontal-scroll-bar-mode)
3525 (scroll-bar-horizontal-drag-1, scroll-bar-horizontal-drag)
3526 (scroll-bar-toolkit-horizontal-scroll): New functions.
3527 (horizontal-scroll-bar-mode)
3528 (previous-horizontal-scroll-bar-mode)
3529 (horizontal-scroll-bar-mode-explicit): New variables.
3530 (horizontal-scroll-bar-mode): New option.
3531 (toggle-horizontal-scroll-bar): Do something.
3532 (top-level): Bind horizontal-scroll-bar mouse-1.
3533 * startup.el (tool-bar-originally-present): Remove variable.
3534 (command-line): Don't set tool-bar-originally-present.
3535 * window.el (window-min-height): Update doc-string.
3536 (window--dump-frame): Dump horizontal scroll bar values.
3537 (window--min-size-1): Handle minibuffer window separately.
3538 Count in margins and horizontal scroll bar. Return safe value
3539 iff IGNORE equals 'safe.
3540 (frame-windows-min-size): New function (used by frame resizing
3541 routines).
3542 (fit-frame-to-buffer, fit-window-to-buffer): Count in horizontal
3543 scroll bars.
3544 (window--sanitize-window-sizes): New function.
3545 (window-split-min-size): Remove.
3546 (split-window): Count divider-width. Don't use
3547 `window-split-min-size' any more. Reword error messages.
3548 Sanitize windows sizes after splitting.
3549
3550 2014-07-27 Thien-Thi Nguyen <ttn@gnu.org>
3551
3552 Use `defvar-local' more.
3553 * progmodes/hideshow.el
3554 (hs-c-start-regexp, hs-block-start-regexp)
3555 (hs-block-start-mdata-select, hs-block-end-regexp)
3556 (hs-forward-sexp-func, hs-adjust-block-beginning): ...here;
3557 remove corresponding `make-variable-buffer-local' top-level calls.
3558
3559 2014-07-27 Fabián Ezequiel Gallina <fgallina@gnu.org>
3560
3561 Cleanup error signals. (Bug#18067)
3562 * progmodes/python.el
3563 (python-indent-shift-left): Use user-error instead.
3564 (python-shell-prompt-detect): Use lwarn with python group.
3565 (python-completion-complete-at-point)
3566 (python-eldoc--get-doc-at-point): Don't signal error.
3567
3568 2014-07-27 Fabián Ezequiel Gallina <fgallina@gnu.org>
3569
3570 Support for packages in Python shell. (Bug#13570)
3571 * progmodes/python.el (python-shell--package-depth): New var.
3572 (python-shell-package-enable): New command.
3573 (python-util-list-directories, python-util-list-files)
3574 (python-util-list-packages): New functions.
3575
3576 2014-07-27 Fabián Ezequiel Gallina <fgallina@gnu.org>
3577
3578 Faster comint output. (Bug#16875)
3579 * progmodes/python.el:
3580 (python-comint-output-filter-function): Make obsolete.
3581 (python-comint-postoutput-scroll-to-bottom): New function.
3582 (inferior-python-mode): Set comint-output-filter-functions to a
3583 minimum.
3584
3585 2014-07-27 Fabián Ezequiel Gallina <fgallina@gnu.org>
3586
3587 * progmodes/python.el (python-shell-font-lock-post-command-hook):
3588 Safeguard current point and undo history.
3589
3590 2014-07-26 Fabián Ezequiel Gallina <fgallina@gnu.org>
3591
3592 Robust shell syntax highlighting. (Bug#18084, Bug#16875)
3593 * progmodes/python.el:
3594 (python-shell-prompt-input-regexps): Add iPython block prompt.
3595 (python-shell-output-syntax-table): Delete var.
3596 (python-shell-font-lock-with-font-lock-buffer): New macro.
3597 (python-shell-font-lock-get-or-create-buffer)
3598 (python-shell-font-lock-kill-buffer)
3599 (python-shell-font-lock-cleanup-buffer)
3600 (python-shell-font-lock-post-command-hook)
3601 (python-shell-font-lock-turn-off): New functions.
3602 (python-shell-font-lock-turn-on): New function.
3603 (inferior-python-mode): Use it.
3604 (python-shell-font-lock-toggle): New command.
3605 (python-shell-font-lock-enable): Rename from
3606 python-shell-enable-font-lock.
3607 (run-python-internal): Use it.
3608 (python-shell-font-lock-comint-output-filter-function): New function.
3609 (python-shell-comint-end-of-output-p): New function.
3610 (python-shell-output-filter): Use it.
3611 (python-util-comint-last-prompt): New function.
3612 (python-util-text-properties-replace-name): New function.
3613
3614 2014-07-25 Glenn Morris <rgm@gnu.org>
3615
3616 * vc/ediff-init.el (ediff-toggle-read-only-function):
3617 * vc/ediff-util.el (ediff-toggle-read-only):
3618 Replace obsolete toggle-read-only with read-only-mode.
3619
3620 2014-07-24 Michael Albinus <michael.albinus@gmx.de>
3621
3622 * net/tramp-cache.el (tramp-flush-file-function): Wrap the code
3623 with `save-match-data'. (Bug#18095)
3624
3625 2014-07-21 Vincent Belaïche <vincentb1@users.sourceforge.net>
3626
3627 * ses.el (ses-truncate-cell): Use cl-progv instead of eval in
3628 order to ensure that row and col are lexically bound inside the
3629 evaluated sexp.
3630
3631 2014-07-21 Glenn Morris <rgm@gnu.org>
3632
3633 * progmodes/hideif.el (hide-ifdef-mode-submap):
3634 Also substitute read-only-mode.
3635 * bindings.el (mode-line-toggle-read-only):
3636 * bs.el (bs-toggle-readonly):
3637 * buff-menu.el (Buffer-menu-toggle-read-only):
3638 * dired.el (dired-toggle-read-only):
3639 * files.el (view-read-only, find-file-read-only)
3640 (find-file-read-only-other-window)
3641 (find-file-read-only-other-frame):
3642 * progmodes/hideif.el (hide-ifdef-toggle-outside-read-only):
3643 Doc fixes re toggle-read-only.
3644
3645 2014-07-21 Fabián Ezequiel Gallina <fgallina@gnu.org>
3646
3647 * progmodes/python.el: Add comment about pipe buffering and
3648 solutions for missing/delayed output in inferior Python shells.
3649 (Bug#17304)
3650
3651 * progmodes/python.el (python-mode): Don't set
3652 mode-require-final-newline. (Bug#17990)
3653
3654 Make python.el work with IPython automatically. (Bug#15510)
3655 * progmodes/python.el:
3656 (python-shell-completion-setup-code): New value supporting iPython.
3657 (python-shell-completion-string-code): New value supporting iPython.
3658 (python-shell-completion-get-completions): Use them.
3659 (python-shell-completion-module-string-code): Make obsolete.
3660 (python-shell-prompt-input-regexps)
3661 (python-shell-prompt-output-regexps): Add safeguard for ipdb.
3662 (python-shell-output-filter): Fix comment typo.
3663
3664 Fix Python shell prompts detection for remote hosts.
3665 * progmodes/python.el (python-shell-prompt-detect):
3666 Replace call-process with process-file and make it more robust.
3667
3668 Autodetect Python shell prompts. (Bug#17370)
3669 * progmodes/python.el:
3670 (python-shell-interpreter-interactive-arg)
3671 (python-shell-prompt-detect-enabled)
3672 (python-shell-prompt-detect-failure-warning)
3673 (python-shell-prompt-input-regexps)
3674 (python-shell-prompt-output-regexps): New vars.
3675 (python-shell-prompt-calculated-input-regexp)
3676 (python-shell-prompt-calculated-output-regexp): New vars.
3677 (python-shell-get-process-name)
3678 (python-shell-internal-get-process-name)
3679 (python-shell-output-filter)
3680 (python-shell-completion-get-completions): Use them.
3681 (python-shell-prompt-detect)
3682 (python-shell-prompt-validate-regexps): New functions.
3683 (python-shell-prompt-set-calculated-regexps): New function.
3684 (inferior-python-mode): Use it. Also honor overriden
3685 python-shell-interpreter and python-shell-interpreter-args.
3686 (python-shell-make-comint): Honor overriden
3687 python-shell-interpreter and python-shell-interpreter-args.
3688 (python-shell-get-or-create-process): Make it testable by allowing
3689 to call run-python non-interactively.
3690 (python-util-valid-regexp-p): New function.
3691 (python-shell-prompt-regexp, python-shell-prompt-block-regexp)
3692 (python-shell-prompt-output-regexp)
3693 (python-shell-prompt-pdb-regexp): Use it as defcustom :safe.
3694
3695 2014-07-21 Stefan Monnier <monnier@iro.umontreal.ca>
3696
3697 * emacs-lisp/smie.el (smie-config--guess-1): Split from
3698 smie-config--guess.
3699 (smie-config--guess): Use it.
3700
3701 * emacs-lisp/edebug.el: Use nadvice.
3702 (edebug-original-read): Remove.
3703 (edebug--read): Rename from edebug-read and add `orig' arg.
3704 (edebug-uninstall-read-eval-functions)
3705 (edebug-install-read-eval-functions): Use nadvice.
3706 (edebug-read-sexp, edebug-read-storing-offsets, edebug-read-symbol)
3707 (edebug-read-and-maybe-wrap-form1, edebug-instrument-callee)
3708 (edebug-read-string, edebug-read-function): Use just `read'.
3709 (edebug-original-debug-on-entry): Remove.
3710 (edebug--debug-on-entry): Rename from edebug-debug-on-entry and add
3711 `orig' arg.
3712 (debug-on-entry): Override with nadvice.
3713
3714 * mouse.el (tear-off-window): Rename from mouse-tear-off-window since
3715 it also makes sense to bind it to a non-mouse event.
3716
3717 * vc/vc-bzr.el (vc-bzr-shelve): Make it operate on fileset.
3718
3719 2014-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
3720
3721 * xt-mouse.el (xterm-mouse-event): Don't assume last-click is non-nil
3722 (bug#18015).
3723
3724 * rect.el (rectangle--string-preview): Don't assume there
3725 a non-nil default (bug#17984).
3726
3727 2014-07-16 Glenn Morris <rgm@gnu.org>
3728
3729 * desktop.el (after-init-hook): Disable startup frame restoration
3730 in non-graphical situations. (Bug#17693)
3731
3732 * vc/vc-dispatcher.el (vc-log-edit): Do set up the log buffer
3733 if it was "empty", or used for a different set of files. (Bug#17884)
3734
3735 2014-07-16 Eli Zaretskii <eliz@gnu.org>
3736
3737 * bindings.el (mode-line-remote): If default-directory is not a
3738 string, don't call file-remote-p on it; instead state in the
3739 help-echo that it is nil. (Bug#17986)
3740
3741 2014-07-14 Daniel Colascione <dancol@dancol.org>
3742
3743 * progmodes/cc-langs.el: Change comments from `cl-macroexpand-all'
3744 to `macroexpand-all'
3745
3746 * progmodes/cc-defs.el (c-lang-defconst-eval-immediately):
3747 Use `macroexpand-all' instead of `cl-macroexpand-all'.
3748
3749 2014-07-12 Paul Eggert <eggert@cs.ucla.edu>
3750
3751 Fix bug: C-x v v discarded existing log message (Bug#17884).
3752 * vc/vc-dispatcher.el (vc-log-edit):
3753 Don't clobber an already-existing log message.
3754
3755 2014-07-12 Glenn Morris <rgm@gnu.org>
3756
3757 * vc/log-edit.el (log-edit-changelog-entries):
3758 Check for a visited-but-never-saved ChangeLog.
3759
3760 2014-07-12 Stefan Monnier <monnier@iro.umontreal.ca>
3761
3762 * vc/log-edit.el (log-edit-changelog-entries): Don't both visiting
3763 a non-existing file (bug#17970).
3764
3765 * faces.el (face-name): Undo last change.
3766 (x-resolve-font-name): Don't call face-name (bug#17956).
3767
3768 2014-07-12 Fabián Ezequiel Gallina <fgallina@gnu.org>
3769
3770 Fix dedenters and electric colon handling. (Bug#15163)
3771 * progmodes/python.el
3772 (python-rx-constituents): Add dedenter and block-ender.
3773 (python-indent-dedenters, python-indent-block-enders): Delete.
3774 (python-indent-context): Return new case for dedenter-statement.
3775 (python-indent-calculate-indentation): Handle new case.
3776 (python-indent-calculate-levels): Fix levels calculation for
3777 dedenter statements.
3778 (python-indent-post-self-insert-function): Fix colon handling.
3779 (python-info-dedenter-opening-block-message): New function.
3780 (python-indent-line): Use it.
3781 (python-info-closing-block)
3782 (python-info-closing-block-message): Remove.
3783 (python-info-dedenter-opening-block-position)
3784 (python-info-dedenter-opening-block-positions)
3785 (python-info-dedenter-statement-p): New functions.
3786
3787 2014-07-11 Dmitry Antipov <dmantipov@yandex.ru>
3788
3789 * files.el (out-of-memory-warning-percentage): New defcustom.
3790 (warn-maybe-out-of-memory): Use it.
3791
3792 2014-07-11 Michael Albinus <michael.albinus@gmx.de>
3793
3794 * subr.el (read-passwd): Use `read-hide-char' if non-nil. Bind it
3795 when calling `read-string'. (Bug#17839)
3796
3797 2014-07-10 Eli Zaretskii <eliz@gnu.org>
3798
3799 * files.el (warn-maybe-out-of-memory): Fix the wording of the
3800 warning.
3801
3802 2014-07-10 Dmitry Antipov <dmantipov@yandex.ru>
3803
3804 * files.el (warn-maybe-out-of-memory): New function.
3805 (find-file-noselect): Use it.
3806
3807 2014-07-09 Sam Steingold <sds@gnu.org>
3808
3809 * progmodes/cperl-mode.el (cperl-block-p): Treat the perl keyword
3810 `constant' like `bless', `return' &c
3811
3812 2014-07-09 Stefan Monnier <monnier@iro.umontreal.ca>
3813
3814 * rect.el (apply-on-rectangle): Check forward-line really moved to the
3815 next line.
3816
3817 2014-07-09 Stefan Monnier <monnier@iro.umontreal.ca>
3818
3819 * progmodes/sh-script.el (sh-smie-sh-rules): Don't align with a && in
3820 the middle of a line (bug#17896).
3821
3822 2014-07-09 Juri Linkov <juri@jurta.org>
3823
3824 * startup.el (command-line): Append displaying the warning about
3825 the errors in the init file to the end of `after-init-hook'.
3826 (Bug#17927)
3827
3828 * faces.el (face-name): Return input arg `face' as-is
3829 when it's not a symbol.
3830 (x-resolve-font-name): Don't check if the face is a symbol.
3831 (Bug#17956)
3832
3833 * facemenu.el (list-colors-print): In help-echo format use %.2f
3834 instead of %d because now HSV values are floating-point components
3835 between 0.0 and 1.0.
3836
3837 2014-07-09 Glenn Morris <rgm@gnu.org>
3838
3839 * emulation/cua-rect.el (cua--activate-rectangle):
3840 Avoid setting cua--rectangle to nil. (Bug#17877)
3841
3842 2014-07-09 Stephen Berman <stephen.berman@gmx.net>
3843
3844 * calendar/todo-mode.el: Fix wrong-type-argument error when
3845 marking multiple consecutive items.
3846 (todo-toggle-mark-item): Don't try to mark the empty lines at the
3847 end of the todo and done items sections. Note in doc string that
3848 items marked by passing a numeric prefix argument can include the
3849 last todo and first done items.
3850 (todo-mark-category): Don't try to mark the empty line between the
3851 todo and done items sections.
3852
3853 2014-07-09 Stefan Monnier <monnier@iro.umontreal.ca>
3854
3855 * emacs-lisp/edebug.el (edebug-eval-defun): Print result using
3856 proper Lisp quoting (bug#17934).
3857
3858 * progmodes/ruby-mode.el (ruby-mode-variables): Don't meddle with
3859 require-final-newline since prog-mode already took care of it (bug#17947).
3860
3861 2014-07-09 Stephen Berman <stephen.berman@gmx.net>
3862
3863 * calendar/todo-mode.el: Fix two bugs. Shorten Commentary and
3864 refer to the Todo mode Info manual. Update the comment on
3865 requiring cl-lib.
3866 (todo-find-filtered-items-file): Add todo-prefix overlays.
3867 (todo-filter-items): Reorder a let-bound variable to avoid a
3868 wrong-type-argument error on canceling the file choice dialog.
3869
3870 2014-07-09 Stefan Monnier <monnier@iro.umontreal.ca>
3871
3872 * progmodes/octave.el (inferior-octave-mode):
3873 Set comint-input-ring-size to a number (bug#17912).
3874
3875 2014-07-09 Juri Linkov <juri@jurta.org>
3876
3877 * desktop.el (desktop-minor-mode-table): Add `defining-kbd-macro'
3878 and `isearch-mode' associated with nil. (Bug#17849)
3879
3880 2014-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
3881
3882 * linum.el (linum--face-height): New function (bug#17813).
3883 (linum-update-window): Use it to adjust margin to linum's width.
3884
3885 * leim/quail/sisheng.el (sisheng-list): Don't bother with-case-table.
3886 * eshell/em-smart.el (eshell-smart-scroll-window):
3887 Use with-selected-window.
3888
3889 * xt-mouse.el (xterm-mouse-translate-1): Intern drag event (bug#17894).
3890 Remove also pointless window&mark manipulation.
3891
3892 * progmodes/perl-mode.el: Use syntax-ppss; fix one indentation case.
3893 (perl-indent-line): Use syntax-ppss to detect we're in a doc-section.
3894 (perl-continuation-line-p): Don't skip over anything else than labels.
3895 Return the previous char.
3896 (perl-calculate-indent): Use syntax-ppss instead of parse-start
3897 and update callers accordingly. For continuation lines, check the
3898 the case of array hashes.
3899 (perl-backward-to-noncomment): Make it non-interactive.
3900 (perl-backward-to-start-of-continued-exp): Rewrite.
3901
3902 2014-07-08 Sam Steingold <sds@gnu.org>
3903
3904 * progmodes/inf-lisp.el (lisp-eval-paragraph, lisp-eval-form-and-next):
3905 New user commands.
3906
3907 2014-07-08 Juri Linkov <juri@jurta.org>
3908
3909 * vc/vc-annotate.el (vc-annotate-background-mode): New defcustom.
3910 (vc-annotate-color-map): Use less saturated colors (20%) for
3911 background-mode.
3912 (vc-annotate-very-old-color): Add default value for background-mode.
3913 (vc-annotate-background): Set default value to nil since now text on
3914 the default backgrounds should be legible in light and dark modes.
3915 (vc-annotate-lines): Use `vc-annotate-background-mode'. Doc fix.
3916 (Bug#17808)
3917
3918 2014-07-08 Juri Linkov <juri@jurta.org>
3919
3920 * simple.el (transpose-chars): Don't move point into read-only area.
3921 (Bug#17829)
3922
3923 2014-07-08 Juri Linkov <juri@jurta.org>
3924
3925 * window.el (with-displayed-buffer-window): New macro.
3926 (with-temp-buffer-window, with-current-buffer-window):
3927 Use `macroexp-let2' to evaluate and bind variables
3928 in the same order as macro arguments.
3929 (display-buffer--action-function-custom-type):
3930 Add `display-buffer-below-selected' and `display-buffer-at-bottom'.
3931
3932 * minibuffer.el (minibuffer-completion-help): Replace
3933 `with-output-to-temp-buffer' with `with-displayed-buffer-window'
3934 with actions that display *Completions* at-bottom when called
3935 from the minibuffer, or below-selected in a normal buffer.
3936 Associate `window-height' with `fit-window-to-buffer'.
3937 Let-bind `pop-up-windows' to nil.
3938
3939 * dired.el (dired-mark-pop-up): Use `with-displayed-buffer-window'
3940 instead of `with-current-buffer-window'. (Bug#17809)
3941
3942 2014-07-07 Luke Lee <luke.yx.lee@gmail.com>
3943
3944 * progmodes/hideif.el (hide-ifdef-env): Change to global.
3945 (hide-ifdef-env-backup): New variable.
3946 (hide-ifdef-expand-reinclusion-protection, hide-ifdef-header-regexp):
3947 New customizable variables.
3948 (hif-clear-all-ifdef-defined): New defun.
3949 (hif-merge-ifdef-region, hide-ifdef-region-internal, hide-ifdef-region)
3950 (hif-show-ifdef-region): Merge hidden regions to prevent continuous "...".
3951 (hif-tokenize): Fix for MS-DOS/Win EOL style.
3952 (hif-endif-to-ifdef, hif-make-range, hif-find-range, hif-possibly-hide):
3953 Fix bug to hide the correct #elif region(s).
3954 (hif-range-elif): New defun.
3955 (hif-recurse-level): New var.
3956 (hif-evaluate-region, hif-evaluate-macro): New defun.
3957 (hide-ifdef-guts): Prevent reinclusion protected C/C++ headers from
3958 fully hidden.
3959 (hide-ifdef-define, hide-ifdefs, hide-ifdef-block, show-ifdef-block):
3960 Better interaction.
3961
3962 2014-07-04 Michael Albinus <michael.albinus@gmx.de>
3963
3964 * net/dbus.el (dbus-peer-handler): New defun.
3965 (dbus-register-service): Register it. (Bug#17858)
3966 (dbus-managed-objects-handler): Fix docstring.
3967
3968 2014-07-04 Phil Sainty <psainty@orcon.net.nz>
3969
3970 * emacs-lisp/lisp.el (narrow-to-defun-include-comments): New var.
3971 (narrow-to-defun): New arg include-comments, defaulting to it
3972 (bug#16328).
3973
3974 2014-07-03 Stefan Monnier <monnier@iro.umontreal.ca>
3975
3976 * rect.el (rectangle--highlight-for-redisplay): Don't pass `orig' with
3977 different calling convention to rectangle--unhighlight-for-redisplay.
3978
3979 2014-07-03 Michael Albinus <michael.albinus@gmx.de>
3980
3981 * net/tramp.el (tramp-call-process): Handle error strings.
3982
3983 * net/tramp-adb.el (tramp-adb-sh-fix-ls-output): Use `bolp'.
3984
3985 * net/tramp-sh.el (tramp-sh-handle-set-visited-file-modtime)
3986 (tramp-sh-handle-verify-visited-file-modtime): Use `point-at-eol'.
3987
3988 * net/trampver.el: Update release number.
3989
3990 2014-07-03 Juri Linkov <juri@jurta.org>
3991
3992 * desktop.el (desktop-save): Rename arg `auto-save' to
3993 `only-if-changed'. Doc fix. (Bug#17873)
3994
3995 2014-07-03 Stefan Monnier <monnier@iro.umontreal.ca>
3996
3997 * mouse.el (mouse-yank-primary, mouse-yank-secondary):
3998 Use insert-for-yank (bug#17271).
3999
4000 2014-07-03 Leo Liu <sdl.web@gmail.com>
4001
4002 * emacs-lisp/pp.el (pp-eval-expression, pp-eval-last-sexp):
4003 Support lexical-binding.
4004
4005 2014-07-03 Stefan Monnier <monnier@iro.umontreal.ca>
4006
4007 * vc/log-edit.el (log-edit-goto-eoh): New function.
4008 (log-edit--match-first-line): Use it (bug#17861).
4009
4010 2014-07-03 Glenn Morris <rgm@gnu.org>
4011
4012 * vc/log-edit.el (log-edit-hook): Add missing :version.
4013
4014 2014-07-03 Fabián Ezequiel Gallina <fgallina@gnu.org>
4015
4016 * progmodes/python.el (python-indent-post-self-insert-function):
4017 Enhancements to electric indentation behavior inside
4018 parens. (Bug#17658)
4019
4020 2014-07-03 Stefan Monnier <monnier@iro.umontreal.ca>
4021
4022 * ps-def.el (ps-generate-postscript-with-faces1): Don't mess with
4023 buffer-invisibility-spec (bug#17867).
4024
4025 2014-07-03 Andreas Schwab <schwab@linux-m68k.org>
4026
4027 * vc/vc-git.el (vc-git-checkin): When operating on the whole tree
4028 pass "-a".
4029
4030 2014-07-03 Glenn Morris <rgm@gnu.org>
4031
4032 * cus-edit.el (help):
4033 * finder.el (finder-known-keywords):
4034 * help.el (help-for-help-internal):
4035 * vc/ediff-mult.el (ediff-meta-buffer-verbose-message)
4036 (ediff-redraw-registry-buffer):
4037 * vc/ediff-ptch.el (ediff-patch-file-internal):
4038 Doc fixes re "online" help. (Bug#17803)
4039
4040 * progmodes/idlwave.el (idlwave): Update url-link for custom group.
4041 (idlwave-mode): Doc URL update.
4042
4043 2014-07-01 Juri Linkov <juri@jurta.org>
4044
4045 * man.el: Display man pages immediately and use process-filter
4046 to format them asynchronously.
4047 (Man-width): Doc fix.
4048 (man): Doc fix.
4049 (Man-start-calling): Use `with-selected-window' to get
4050 `frame-width' and `window-width'.
4051 (Man-getpage-in-background): Call `Man-notify-when-ready'
4052 immediately after creating a new buffer. Call `Man-mode' and set
4053 `mode-line-process' in the created buffer. Set process-filter to
4054 `Man-bgproc-filter' in start-process branch. In call-process branch
4055 call either `Man-fontify-manpage' or `Man-cleanup-manpage'.
4056 Use `Man-start-calling' inside `with-current-buffer'.
4057 (Man-fontify-manpage): Don't print messages. Fix boundary condition.
4058 (Man-cleanup-manpage): Don't print messages.
4059 (Man-bgproc-filter): New function.
4060 (Man-bgproc-sentinel): Add `save-excursion' to keep point when
4061 user moved it during asynchronous formatting. Move calls of
4062 `Man-fontify-manpage' and `Man-cleanup-manpage' to
4063 `Man-bgproc-filter'. Move the call of `Man-mode' to
4064 `Man-getpage-in-background'. Use `quit-restore-window'
4065 instead of `kill-buffer'. Use `message' instead of `error'
4066 because errors are caught by process sentinel.
4067 (Man-mode): Move calls of `Man-build-page-list',
4068 `Man-strip-page-headers', `Man-unindent', `Man-goto-page' to
4069 `Man-bgproc-sentinel'. Doc fix. (Bug#2588, bug#5054, bug#9084, bug#17831)
4070
4071 * man.el (Man-bgproc-sentinel): Use `Man-page-from-arguments'
4072 for the message about the man page cleaned up.
4073
4074 2014-07-01 Mario Lang <mlang@delysid.org>
4075
4076 * net/gnutls.el (gnutls-negotiate): Prevent destructive modification of
4077 cosutomization option `gnutls-verify-error'.
4078
4079 2014-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
4080
4081 * simple.el (deactivate-mark, set-mark-command, handle-shift-selection):
4082 Don't keep transient-mark-mode buffer-local when not needed (bug#6316).
4083
4084 * xt-mouse.el (turn-on-xterm-mouse-tracking-on-terminal)
4085 (turn-off-xterm-mouse-tracking-on-terminal): Don't burp if the terminal
4086 is suspended (bug#17857).
4087
4088 2014-07-01 Michael Albinus <michael.albinus@gmx.de>
4089
4090 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell):
4091 Prefer utf-8 coding. (Bug#17859)
4092
4093 2014-06-30 Fabián Ezequiel Gallina <fgallina@gnu.org>
4094
4095 * emacs-lisp/subr-x.el (string-reverse): Define as obsolete alias
4096 for `reverse'.
4097
4098 2014-06-30 Glenn Morris <rgm@gnu.org>
4099
4100 * emacs-lisp/autoload.el (autoload-ensure-writable): New variable.
4101 (autoload-ensure-default-file): Maybe make existing output writable.
4102 * Makefile.in (AUTOGEN_VCS): Remove.
4103 (autoloads): Use autoload-ensure-writable rather than AUTOGEN_VCS.
4104
4105 2014-06-30 Fabián Ezequiel Gallina <fgallina@gnu.org>
4106
4107 * emacs-lisp/subr-x.el (string-reverse): Use `reverse'.
4108
4109 2014-06-30 Fabián Ezequiel Gallina <fgallina@gnu.org>
4110
4111 New if-let, when-let, thread-first and thread-last macros.
4112
4113 * emacs-lisp/subr-x.el
4114 (internal--listify, internal--check-binding)
4115 (internal--build-binding-value-form, internal--build-binding)
4116 (internal--build-bindings): New functions.
4117 (internal--thread-argument, thread-first, thread-last)
4118 (if-let, when-let): New macros.
4119
4120 2014-06-30 Grégoire Jadi <daimrod@gmail.com>
4121
4122 * net/rcirc.el (rcirc-buffer-process): Restore previous
4123 behaviour. (Bug#17772)
4124
4125 2014-06-29 Alan Mackenzie <acm@muc.de>
4126
4127 Don't call c-parse-state when c++-template-syntax-table is active.
4128 * progmodes/cc-engine.el (c-guess-continued-construct CASE G)
4129 (c-guess-basic-syntax CASE 5D.3): Rearrange so that
4130 c-syntactic-skip-backwards isn't called with the pertinent syntax table.
4131
4132 2014-06-28 Stephen Berman <stephen.berman@gmx.net>
4133
4134 * calendar/todo-mode.el (todo-set-top-priorities): Fix logic to
4135 account for file-wide setting of todo-top-priorities-overrides.
4136 Make code a bit cleaner.
4137
4138 2014-06-28 Glenn Morris <rgm@gnu.org>
4139
4140 * net/eww.el (eww-mode) <eww-current-title>: Make local. (Bug#17860)
4141
4142 2014-06-28 Stephen Berman <stephen.berman@gmx.net>
4143
4144 * calendar/todo-mode.el (todo-prefix-overlays): If there is no
4145 category-wide setting of todo-top-priorities-overrides, check for
4146 a file-wide setting and fontify accordingly.
4147
4148 2014-06-28 Glenn Morris <rgm@gnu.org>
4149
4150 * subr.el (read-passwd): Warn about batch mode. (Bug#17839)
4151
4152 2014-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
4153
4154 * progmodes/hideif.el: Use lexical-binding. Fix up cl-lib usage.
4155
4156 2014-06-28 K. Handa <handa@gnu.org>
4157
4158 Fix Bug#17739.
4159
4160 * composite.el: Setup composition-function-table for dotted circle.
4161 (compose-gstring-for-dotted-circle): New function.
4162
4163 * international/characters.el: Add category "^" to all
4164 non-spacing characters.
4165
4166 2014-06-28 Glenn Morris <rgm@gnu.org>
4167
4168 * Makefile.in (doit): Remove force rule.
4169 (custom-deps, finder-data, autoloads, update-subdirs)
4170 (compile-one-process): PHONY targets do not need force rules.
4171
4172 * Makefile.in (compile-main, compile, compile-always):
4173 No need to explicitly pass variables to ourself in recursive calls.
4174
4175 2014-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
4176
4177 * files.el (minibuffer-with-setup-hook): Evaluate the first arg eagerly.
4178
4179 2014-06-26 Glenn Morris <rgm@gnu.org>
4180
4181 * Makefile.in (update-authors): Update for moved authors.el.
4182
4183 2014-06-26 Leo Liu <sdl.web@gmail.com>
4184
4185 * skeleton.el (skeleton-end-hook): Default to nil and move the
4186 work to skeleton-insert. (Bug#17850)
4187
4188 2014-06-26 Dmitry Antipov <dmantipov@yandex.ru>
4189
4190 * calc/calc-alg.el (math-beforep):
4191 * progmodes/cc-guess.el (c-guess-view-reorder-offsets-alist-in-style):
4192 Simplify because string-lessp can accept symbols as args.
4193
4194 2014-06-26 Daiki Ueno <ueno@gnu.org>
4195
4196 * emacs-lisp/package.el (package--check-signature):
4197 If package-check-signature is allow-unsigned, don't signal error when
4198 we can't verify signature because of missing public key
4199 (bug#17625).
4200
4201 2014-06-26 Glenn Morris <rgm@gnu.org>
4202
4203 * emacs-lisp/cl-macs.el (help-add-fundoc-usage):
4204 Remove outdated declaration.
4205
4206 * emacs-lisp/authors.el (authors-valid-file-names)
4207 (authors-renamed-files-alist): Additions.
4208
4209 2014-06-26 Leo Liu <sdl.web@gmail.com>
4210
4211 * textmodes/picture.el (picture-set-tab-stops):
4212 * ruler-mode.el (ruler-mode-mouse-add-tab-stop)
4213 (ruler-mode-ruler): Fix to work with nil tab-stop-list.
4214
4215 * progmodes/asm-mode.el (asm-calculate-indentation):
4216 Use indent-next-tab-stop.
4217
4218 * indent.el (indent-accumulate-tab-stops): New function.
4219
4220 2014-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
4221
4222 * emacs-lisp/package.el (package-list-unsigned): New var (bug#17625).
4223 (package-desc-status): Obey it.
4224
4225 2014-06-26 Stephen Berman <stephen.berman@gmx.net>
4226
4227 * calendar/todo-mode.el: Fix two bugs.
4228 (todo-insert-item--basic): If user cancels item insertion to
4229 another category before setting priority, show original category
4230 whether it is in the same or a different file.
4231 (todo-set-item-priority): After selecting category, instead of
4232 moving point to top, which extends an active region, restore it.
4233
4234 2014-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
4235
4236 * help-fns.el (describe-function-1): Check file-name is a string before
4237 calling help-fns--autoloaded-p (bug#17564).
4238
4239 2014-06-26 Juri Linkov <juri@jurta.org>
4240
4241 * desktop.el (desktop-auto-save-enable)
4242 (desktop-auto-save-disable): New functions.
4243 (desktop-save-mode, desktop-auto-save-timeout): Use them.
4244 (desktop-read): Disable the autosave before loading the desktop,
4245 and enable afterwards. (Bug#17351)
4246
4247 2014-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
4248
4249 Fix some indentation problem with \; and pipes (bug#17842).
4250 * progmodes/sh-script.el (sh-mode-syntax-table): Set syntax of ;|&.
4251 (sh-smie--default-forward-token, sh-smie--default-backward-token):
4252 New functions.
4253 (sh-smie-sh-forward-token, sh-smie-sh-backward-token)
4254 (sh-smie-rc-forward-token, sh-smie-rc-backward-token): Use them.
4255 (sh-smie-sh-rules): Fix indentation of a pipe at BOL.
4256
4257 2014-06-26 Glenn Morris <rgm@gnu.org>
4258
4259 * emacs-lisp/find-func.el (find-function-C-source-directory):
4260 Use file-accessible-directory-p.
4261
4262 * ps-samp.el: Make it slightly less awful.
4263 (ps-rmail-mode-hook, ps-gnus-article-prepare-hook, ps-vm-mode-hook):
4264 (ps-gnus-summary-setup, ps-info-mode-hook): Use [print] key.
4265 Only set local values.
4266 (ps-article-subject, ps-article-author): Use standard functions
4267 like mail-fetch-field.
4268 (ps-info-file, ps-info-node): Use match-string.
4269 (ps-jts-ps-setup, ps-jack-setup): Remove, merging into...
4270 (ps-samp-ps-setup): ... new function.
4271
4272 * progmodes/idlw-shell.el (idlwave-shell-make-temp-file):
4273 Optimize away code unneeded on any modern Emacs.
4274
4275 * emacs-lisp/authors.el: Move to ../admin.
4276
4277 * emacs-lisp/ert.el (ert-summarize-tests-batch-and-exit): New.
4278
4279 2014-06-26 Luke Lee <luke.yx.lee@gmail.com>
4280
4281 * progmodes/hideif.el (hif-string-to-number): Fix return value bug.
4282 (hif-simple-token-only, hif-tokenize): Comment in detail mainly for
4283 performance enhancements.
4284 (hif-parse-if-exp): Rename to `hif-parse-exp'. Enhance for macro
4285 expansion.
4286 (hif-factor, hif-string-concatenation, intern-safe): Support string
4287 concatenation and argumented macro expansion.
4288 (hif-if-valid-identifier-p, hif-define-operator, hif-flatten)
4289 (hif-expand-token-list, hif-get-argument-list, hif-define-macro)
4290 (hif-delimit, hif-macro-supply-arguments, hif-invoke, hif-canonicalize)
4291 (hif-canonicalize-tokens, hif-place-macro-invocation)
4292 (hif-parse-macro-arglist): Mostly new functions for supporting
4293 argumented macro expansion.
4294 (hif-string-concatenation, hif-stringify, hif-token-concat)
4295 (hif-token-stringification, hif-token-concatenation):
4296 Stringification and concatenation.
4297 (hif-find-next-relevant): Fix comments.
4298 (hif-ifdef-to-endif, hif-looking-at-elif, hif-hide-line): Bug fix for
4299 some cases involving #elif.
4300 (hif-find-define, hif-add-new-defines): New functions for automatically
4301 scanning of defined symbols.
4302 (hide-ifdef-guts): Fix for defined symbol auto scanning.
4303 (hide-ifdef-undef): Fix behavior to match CPP.
4304
4305 2014-06-25 Glenn Morris <rgm@gnu.org>
4306
4307 * Makefile.in ($(lisp)/progmodes/cc-defs.elc)
4308 ($(lisp)/progmodes/cc-fonts.elc, $(lisp)/progmodes/cc-langs.elc)
4309 ($(lisp)/progmodes/cc-vars.elc): Drop hand-written deps on non-cc
4310 files. They are not relevant to the original issue (bug#1004),
4311 and cause unnecessary recompilation (bug#2151).
4312
4313 2014-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
4314
4315 * play/landmark.el: Use lexical-binding and avoid `intangible'.
4316 (landmark--last-pos): New var.
4317 (landmark--intangible-chars): New const.
4318 (landmark--intangible): New function.
4319 (landmark-mode, landmark-move): Use it.
4320 (landmark-mode): Remove properties.
4321 (landmark-plot-square, landmark-point-square, landmark-goto-xy)
4322 (landmark-cross-qtuple):
4323 Don't worry about `intangible' any more.
4324 (landmark-click, landmark-point-y): Same; and don't assume point-min==1.
4325 (landmark-init-display): Don't set `intangible' and `point-entered'.
4326 (square): Remove. Inline it instead.
4327 (landmark--distance): Rename from `distance'.
4328 (landmark-calc-distance-of-robot-from): Rename from
4329 calc-distance-of-robot-from.
4330 (landmark-calc-smell-internal): Rename from calc-smell-internal.
4331
4332 2014-06-25 Dmitry Antipov <dmantipov@yandex.ru>
4333
4334 * files.el (dir-locals-find-file, file-relative-name):
4335 * info.el (Info-complete-menu-item):
4336 * minibuffer.el (completion-table-subvert): Prefer string-prefix-p
4337 to compare-strings to avoid out-of-range errors.
4338 * subr.el (string-prefix-p): Adjust to match strict range
4339 checking in compare-strings.
4340
4341 2014-06-24 Leonard Randall <leonard.a.randall@gmail.com> (tiny change)
4342
4343 * textmodes/reftex-parse.el (reftex-using-biblatex-p): Make search
4344 for comment lines non-greedy and stopping at newlines to fix stack
4345 overflows with large files.
4346
4347 2014-06-24 Eli Barzilay <eli@barzilay.org>
4348
4349 * calculator.el (calculator-last-input): Drop 'ascii-character property
4350 lookup.
4351
4352 2014-06-24 Leo Liu <sdl.web@gmail.com>
4353
4354 * align.el (align-adjust-col-for-rule): Unbreak due to defaulting
4355 tab-stop-list to nil. (Bug#16381)
4356
4357 * indent.el (indent-next-tab-stop): Rename from indent--next-tab-stop.
4358 (indent-rigidly-left-to-tab-stop)
4359 (indent-rigidly-right-to-tab-stop, tab-to-tab-stop)
4360 (move-to-tab-stop): Change callers.
4361
4362 2014-06-24 Eli Zaretskii <eliz@gnu.org>
4363
4364 * skeleton.el (skeleton-insert): Yet another fix of the doc string
4365 wrt behavior of \n as the first/last element of a skeleton.
4366
4367 2014-06-24 Michael Albinus <michael.albinus@gmx.de>
4368
4369 * net/tramp-adb.el (tramp-adb-handle-process-file):
4370 * net/tramp-sh.el (tramp-sh-handle-process-file):
4371 * net/tramp-smb.el (tramp-smb-handle-process-file): Do not raise
4372 the output buffer when DISPLAY is non-nil. (Bug#17815)
4373
4374 2014-06-24 Glenn Morris <rgm@gnu.org>
4375
4376 * play/landmark.el (landmark-move-down, landmark-move-up):
4377 Fix 2007-10-20 change - preserve horizontal position.
4378
4379 2014-06-23 Sam Steingold <sds@gnu.org>
4380
4381 * simple.el (kill-append): Remove undo boundary depending on ...
4382 (kill-append-merge-undo): New user option.
4383
4384 2014-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
4385
4386 * simple.el (handle-shift-selection, exchange-point-and-mark)
4387 (activate-mark): Set transient-mark-mode buffer-locally (bug#6316).
4388 (transient-mark-mode): Use&set the global value.
4389 * mouse.el (mouse-set-region-1, mouse-drag-track): Idem.
4390 * emulation/edt.el (edt-emulation-off): Save&restore the global
4391 transient-mark-mode setting.
4392 * obsolete/pc-select.el (pc-selection-mode): Use the
4393 transient-mark-mode function.
4394
4395 2014-06-23 Eli Zaretskii <eliz@gnu.org>
4396
4397 * international/fontset.el (script-representative-chars):
4398 Add representative characters for scripts added in Unicode 7.0.
4399 (otf-script-alist): Synchronize with the latest registry of OTF
4400 script tags.
4401
4402 * international/characters.el (char-script-table): Update for
4403 scripts added and codepoint ranges changed in Unicode 7.0.
4404
4405 2014-06-23 Eli Barzilay <eli@barzilay.org>
4406
4407 * calculator.el (calculator-standard-displayer): Fix bug in use of
4408 `calculator-groupize-number'.
4409 (calculator-funcall): Fix broken `cl-flet' use by moving it into the
4410 `eval' code, so it works in v24.3.1 too.
4411 (calculator-last-input): Comment to clarify purpose.
4412
4413 2014-06-22 Mario Lang <mlang@delysid.org>
4414
4415 * textmodes/rst.el (rst-comment-region): From from -> from.
4416
4417 * net/tramp-adb.el (tramp-adb-send-command-and-check): And and -> and.
4418
4419 2013-06-22 Dmitry Antipov <dmantipov@yandex.ru>
4420
4421 * electric.el (electric-layout-post-self-insert-function):
4422 * emacs-lisp/ert.el (ert--insert-infos):
4423 * obsolete/vi.el (vi-set-mark):
4424 * term.el (term-handle-scroll):
4425 * textmodes/bibtex.el (bibtex-fill-field, bibtex-fill-entry):
4426 * wid-edit.el (widget-editable-list-value-create):
4427 Prefer point-marker to copy-marker of point.
4428
4429 2014-06-21 Fabián Ezequiel Gallina <fgallina@gnu.org>
4430
4431 Fix completion retrieval parsing (bug#17209).
4432 * progmodes/python.el (python-mode):
4433 (python-util-strip-string): New function.
4434 (python-shell-completion-get-completions): Use it.
4435
4436 2014-06-21 Eli Zaretskii <eliz@gnu.org>
4437
4438 * skeleton.el (skeleton-insert): Fix last change.
4439
4440 2014-06-21 Fabián Ezequiel Gallina <fgallina@gnu.org>
4441
4442 Enhancements for outline integration (bug#17796).
4443 * progmodes/python.el (python-mode): Properly set
4444 outline-heading-end-regexp so that comments after colons for
4445 defuns are supported.
4446
4447 2014-06-21 Eli Zaretskii <eliz@gnu.org>
4448
4449 * skeleton.el (skeleton-insert): Doc fix.
4450
4451 2014-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
4452
4453 * emacs-lisp/smie.el (smie-config--guess): Fix typo.
4454 (smie-config-guess): Use smie-config-local so the rules are obeyed
4455 (bug#17818).
4456
4457 * mouse.el (mouse-drag-line): Don't re-add to unread-comment-events,
4458 since it's already done inside the loop (bug#17819).
4459
4460 2014-06-21 Martin Rudalics <rudalics@gmx.at>
4461
4462 * mouse.el (mouse-drag-line): Re-remove code initially removed
4463 on 2013-03-09 and inadvertently reintroduced on 2013-11-30
4464 (Bug#17819).
4465
4466 2014-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
4467
4468 * progmodes/sh-script.el (sh-smie-sh-rules): For { after &&, don't
4469 align with the surrounding parent (bug#17721).
4470
4471 2014-06-21 Eli Zaretskii <eliz@gnu.org>
4472
4473 * textmodes/texinfo.el (texinfo-mode): Set skeleton-end-newline
4474 locally to nil.
4475 (texinfo-insert-block, texinfo-insert-@end)
4476 (texinfo-insert-@example, texinfo-insert-@quotation): Adjust to
4477 local setting of skeleton-end-newline by adding an explicit \n to
4478 the skeletons where appropriate. (Bug#17801)
4479
4480 2014-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
4481
4482 * emacs-lisp/smie.el (smie--hanging-eolp-function): New var.
4483 (smie-indent--hanging-p): Use it.
4484 * progmodes/sh-script.el (sh-set-shell): Set it (bug#17621).
4485
4486 2014-06-21 Leo Liu <sdl.web@gmail.com>
4487
4488 * simple.el (read-quoted-char): Don't let help chars pop up help
4489 buffer. (Bug#16617)
4490
4491 2014-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
4492
4493 * progmodes/sh-script.el (sh-smie-sh-rules): Use same rule for && as
4494 for | (bug#17621).
4495
4496 * xt-mouse.el (xterm-mouse--read-event-sequence-1000):
4497 Drop unknown events instead of burping.
4498
4499 2014-06-21 Eli Zaretskii <eliz@gnu.org>
4500
4501 * term/w32-win.el (dynamic-library-alist): Support giflib 5.1.0
4502 and later. (Bug#17790)
4503
4504 2014-06-21 Juri Linkov <juri@jurta.org>
4505
4506 * dired.el (dired-mark-pop-up): Let-bind display-buffer-mark-dedicated
4507 to `soft'. (Bug#17554)
4508
4509 2014-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
4510
4511 * delsel.el (electric-newline-and-maybe-indent): Mark it as well
4512 (bug#17737).
4513
4514 2014-06-21 Dmitry Gutov <dgutov@yandex.ru>
4515
4516 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Don't fontify
4517 `!' in `!~' with `font-lock-negation-char-face'. (Bug#17732)
4518
4519 2014-06-21 Michael Albinus <michael.albinus@gmx.de>
4520
4521 * net/dbus.el (dbus-call-method): Push only non D-Bus events into
4522 `unread-command-events'.
4523
4524 2014-06-19 William Xu <william.xwl@gmail.com>
4525
4526 * progmodes/hideif.el (hif-string-to-number): Don't return float for
4527 hex integer constants (bug#17807).
4528
4529 2014-06-19 Stefan Monnier <monnier@iro.umontreal.ca>
4530
4531 * international/mule-util.el (truncate-string-ellipsis): New var.
4532 (truncate-string-to-width): Use it.
4533
4534 2014-06-19 Robert Brown <robert.brown@gmail.com> (tiny change)
4535
4536 * emacs-lisp/lisp-mode.el (lisp-string-after-doc-keyword-p): New fun.
4537 (lisp-string-in-doc-position-p): New function, extracted from
4538 lisp-font-lock-syntactic-face-function.
4539 (lisp-font-lock-syntactic-face-function): Use them (bug#9130).
4540
4541 2014-06-19 Grégoire Jadi <daimrod@gmail.com>
4542
4543 * net/rcirc.el (rcirc-omit-mode): Fix recenter error. (Bug#17769)
4544
4545 2014-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
4546
4547 * play/bubbles.el (bubbles--initialize, bubbles--show-scores)
4548 (bubbles--game-over): Don't add `intangible' properties since they
4549 didn't work anyway.
4550
4551 2014-06-18 Juri Linkov <juri@jurta.org>
4552
4553 * vc/ediff-init.el (ediff-current-diff-Ancestor)
4554 (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
4555 (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
4556 (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
4557 Add `min-colors 88' version with removed black/white foregrounds.
4558 (Bug#10181)
4559
4560 2014-06-18 Juri Linkov <juri@jurta.org>
4561
4562 * vc/diff-mode.el (diff-changed): Empty face definition to use
4563 `diff-removed' and `diff-added' on tty as well. (Bug#10181)
4564 (diff-context): Use darker color on light background and
4565 lighter color on dark background.
4566
4567 2014-06-18 Juri Linkov <juri@jurta.org>
4568
4569 * vc/diff-mode.el (diff-refine-changed): Rename from
4570 `diff-refine-change' for consistency with `diff-changed'.
4571 (diff-refine-change): Add obsolete face alias. (Bug#10181)
4572
4573 * vc/smerge-mode.el (smerge-refined-changed): Rename from
4574 `smerge-refined-change'.
4575 (smerge-refined-change): Add obsolete face alias.
4576
4577 2014-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
4578
4579 * rect.el (rectangle-preview): New custom.
4580 (rectangle): New group.
4581 (rectangle--pos-cols): Add `window' argument.
4582 (rectangle--string-preview-state, rectangle--string-preview-window):
4583 New vars.
4584 (rectangle--string-flush-preview, rectangle--string-erase-preview)
4585 (rectangle--space-to, rectangle--string-preview): New functions.
4586 (string-rectangle): Use them.
4587 (rectangle--inhibit-region-highlight): New var.
4588 (rectangle--highlight-for-redisplay): Obey it. Make sure
4589 `apply-on-region' uses the point-crutches of the right window.
4590 Use :align-to rather than multiple spaces.
4591
4592 2014-06-16 Andrea Rossetti <andrea.rossetti@gmail.com> (tiny change)
4593
4594 * ruler-mode.el (ruler-mode-window-col)
4595 (ruler-mode-mouse-set-left-margin)
4596 (ruler-mode-mouse-set-right-margin): Fix calculation of column
4597 from mouse position (Bug#17768).
4598
4599 2014-06-16 Ron Schnell <ronnie@driver-aces.com>
4600
4601 * play/dunnet.el (dun-doassign): Fix bug where UNIX variable assignment
4602 without varname or rhs causes crash.
4603 (dun-ftp): Fix bug where blank ftp password is allowed, making it
4604 impossible to win endgame.
4605 (dun-unix-verbs): Add ssh as alias to rlogin, because nobody knows what
4606 rlogin is anymore.
4607 (dun-help): Bump version number; update contact info.
4608
4609 2014-06-15 Eli Barzilay <eli@barzilay.org>
4610
4611 * calculator.el (calculator-prompt, calculator-remove-zeros)
4612 (calculator-mode-hook, calculator-operators, calculator-stack)
4613 (calculator-mode): Tweak docstring.
4614 (calculator-user-operators): Tweak docstring, fix a bug in the last
4615 example.
4616 (calculator-displayer): `std' case has an optional boolean.
4617 (calculator-displayers): Use the new boolean to group in decimal mode.
4618 (calculator-mode-map, calculator, calculator-message)
4619 (calculator-op-arity, calculator-add-operators)
4620 (calculator-string-to-number, calculator-displayer-prev)
4621 (calculator-displayer-next, calculator-remove-zeros)
4622 (calculator-eng-display, calculator-number-to-string)
4623 (calculator-update-display, calculator-last-input)
4624 (calculator-clear-fragile, calculator-digit, calculator-decimal)
4625 (calculator-exp, calculator-saved-move, calculator-clear)
4626 (calculator-copy, calculator-put-value, calculator-help)
4627 (calculator-expt, calculator-truncate): Minor code improvements.
4628 (calculator-need-3-lines): New function pulling out code from
4629 `calculator'.
4630 (calculator-get-display): Rename from `calculator-get-prompt', and
4631 improved.
4632 (calculator-push-curnum): Rename from `calculator-curnum-value', and
4633 extended for all uses of it. All callers changed.
4634 (calculator-groupize-number): New utility for splitting a number into
4635 groups.
4636 (calculator-standard-displayer): Improve code, new optional argument to
4637 use comma-split groups, make second argument optional too to use with
4638 'left/'right inputs. All callers changed.
4639 (calculator-reduce-stack-once): New utility, doing the meat of what
4640 `calculator-reduce-stack' used to do, much improved (mostly using
4641 `pcase' for conciseness and clarity).
4642 (calculator-reduce-stack): Now doing just the reduction loop using
4643 `calculator-reduce-stack-once'.
4644 (calculator-funcall): Improve code, make it work in v24.3.1 too.
4645 (calculator-last-input): Improve code, remove some old cruft.
4646 (calculator-quit): Kill `calculator-buffer' in electric mode too.
4647 (calculator-integer-p): Remove.
4648 (calculator-fact): Improve code, make it work on non-integer values
4649 too (using truncated numbers).
4650
4651 2014-06-15 Michael Albinus <michael.albinus@gmx.de>
4652
4653 Sync with Tramp 2.2.10.
4654
4655 * net/tramp.el (tramp-methods): Tweak docstring.
4656 (tramp-handle-file-accessible-directory-p): Check for
4657 `file-readable-p' instead of `file-executable-p'.
4658 (tramp-check-cached-permissions):
4659 Use `tramp-compat-file-attributes'.
4660 (tramp-call-process): Add new argument VEC. Adapt callees in all
4661 tramp*.el files.
4662
4663 * net/tramp-adb.el (tramp-adb-handle-write-region): Improve messages.
4664 (tramp-adb-maybe-open-connection): Don't set
4665 `tramp-current-*' variables.
4666
4667 * net/tramp-cache.el (tramp-flush-file-function): Do not flush
4668 file properties of temporary buffers.
4669
4670 * net/tramp-ftp.el (top): Remove special handling for URL syntax.
4671
4672 * net/tramp-gvfs.el (tramp-gvfs-methods) <sftp>: Add.
4673 (tramp-gvfs-handle-delete-file): Flush file
4674 properties, not directory properties.
4675 (tramp-gvfs-handle-file-attributes): Use `string-to-number' when
4676 reading "unix::mode".
4677 (tramp-gvfs-handle-file-name-all-completions):
4678 Use "-h" option for "gvfs-ls".
4679 (tramp-gvfs-url-file-name): `user' and `localname' could be nil.
4680 (tramp-gvfs-send-command): Simplify traces.
4681
4682 * net/tramp-sh.el (vc-handled-backends, vc-bzr-program)
4683 (vc-git-program, vc-hg-program): Declare.
4684 (tramp-methods) <sftp>: Remove. It has never worked satisfactorily.
4685 (tramp-methods) <nc>: Add new method.
4686 (tramp-methods) <telnet>: Redirect stderr to "/dev/null".
4687 (tramp-methods) <plink, plinkx, pscp, psftp>: Improve
4688 `tramp-login-args'.
4689 (tramp-default-user-alist): Add "nc".
4690 (top): Remove completion function for "sftp". Add completion
4691 functions for "nc" and "psftp".
4692 (tramp-do-copy-or-rename-file-out-of-band): Tweak docstring.
4693 Implement support for "nc" method.
4694 (tramp-sh-handle-expand-file-name, tramp-local-coding-commands)
4695 (tramp-remote-coding-commands, tramp-call-local-coding-command):
4696 Tweak docstring.
4697 (tramp-sh-handle-write-region): Tweak error message.
4698 (tramp-sh-handle-vc-registered): Remove backends when the remote
4699 binary does not exist.
4700 (tramp-find-inline-encoding): Do not raise an error.
4701 (tramp-make-copy-program-file-name): Tweak docstring. Handle also
4702 the "nc" case. Quote result also locally.
4703
4704 * net/tramp-smb.el (tramp-smb-handle-copy-directory)
4705 (tramp-smb-handle-set-file-acl): Use `start-process'.
4706 (tramp-smb-handle-insert-directory): Use progress reporter.
4707 (tramp-smb-handle-rename-file): Flush also file properties of
4708 FILENAME.
4709
4710 * net/trampver.el: Update release number.
4711
4712 2014-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
4713
4714 * ses.el: Miscellaneous cleanups; use lexical-binding; avoid
4715 add-to-list.
4716 (ses-localvars): Remove ses--local-printer-list, unused.
4717 (ses--metaprogramming): New macro. Use it to defvar variables.
4718 (ses-set-localvars): Simplify.
4719 (ses--locprn, ses-cell): Use defstruct. Change ses-cell's
4720 property-list into an alist.
4721 (ses-locprn-get-compiled, ses-locprn-compiled-aset)
4722 (ses-locprn-get-def, ses-locprn-def-aset, ses-locprn-get-number):
4723 Remove; use defstruct accessors/setters instead.
4724 (ses-cell-formula-aset, ses-cell-printer-aset)
4725 (ses-cell-references-aset): Remove, use setf instead.
4726 (ses--alist-get): New function.
4727 (ses-cell-property): Rename from ses-cell-property-get and rewrite.
4728 Use an alist instead of a plist and don't do move-to-front since the
4729 list is always short.
4730 (ses-cell-property-get-fun, ses-cell-property-delq-fun)
4731 (ses-cell-property-set-fun, ses-cell-property-set)
4732 (ses-cell-property-pop-fun, ses-cell-property-get-handle)
4733 (ses-cell-property-handle-car, ses-cell-property-handle-setcar): Remove.
4734 (ses--letref): New macro.
4735 (ses-cell-property-pop): Rewrite.
4736 (ses--cell): Rename from ses-cell and make it into a function.
4737 Make `formula' fallback on `value' if nil.
4738 (ses--local-printer): Rename from ses-local-printer and make it into
4739 a function.
4740 (ses-set-cell): Turn it into a macro so finding the accessor from the
4741 field name is done at compile time.
4742 (ses-repair-cell-reference-all): Test presence of `sym' rather than
4743 `ref' before adding `sym' to :ses-repair-reference.
4744 (ses-calculate-cell): Use ses--letref rather than
4745 ses-cell-property-get-handle.
4746 (ses-write-cells): Use a single prin1-to-string.
4747 (ses-setter-with-undo): New function.
4748 (ses-aset-with-undo, ses-set-with-undo): Rewrite using it.
4749 (ses-unset-with-undo): Remove.
4750 (ses-load): Prefer apply' over `eval'.
4751 (ses-read-printer, ses-set-column-width): Use standard "(default
4752 foo)" format.
4753
4754 2014-06-15 Glenn Morris <rgm@gnu.org>
4755
4756 * Makefile.in (leim, semantic): Use `make -C' rather than `cd && make'.
4757
4758 * progmodes/cc-langs.el: Require cl-lib. (Bug#17463)
4759 Replace delete-duplicates and mapcan by cl- versions throughout.
4760 And cl-macroexpand-all by macroexpand-all.
4761 (delete-duplicates, mapcan, cl-macroexpand-all): No need to declare.
4762
4763 2014-06-15 Eli Zaretskii <eliz@gnu.org>
4764
4765 * subr.el (posn-col-row): Doc fix. (Bug#17768)
4766
4767 2014-06-15 Juri Linkov <juri@jurta.org>
4768
4769 * bindings.el: Put `ascii-character' property on keypad keys
4770 mapped to characters. (Bug#17759)
4771
4772 2014-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
4773
4774 * emacs-lisp/smie.el (smie-next-sexp): Fix up "other-end" info when
4775 bumping forward into a closing paren (bug#17761).
4776
4777 * term/xterm.el (xterm--version-handler): Work around for OSX
4778 Terminal.app (bug#17607).
4779
4780 2014-06-14 Ron Schnell <ronnie@driver-aces.com>
4781
4782 * play/dunnet.el (dun-describe-room, dun-mode):
4783 If a lamp is in the room, you won't be eaten by a grue.
4784
4785 2014-06-13 Glenn Morris <rgm@gnu.org>
4786
4787 * Makefile.in ($(lisp)/cus-load.el, $(lisp)/finder-inf.el)
4788 (autoloads, $(lisp)/subdirs.el, compile-main, leim, semantic, compile)
4789 (compile-always): GNU make automatically passes
4790 command-line arguments to sub-makes.
4791
4792 * calendar/calendar.el (calendar-generate-window):
4793 Remove pointless call to font-lock-fontify-buffer.
4794
4795 2014-06-13 Matthias Meulien <orontee@gmail.com>
4796
4797 * simple.el (completion-list-mode-map): Navigate with tab and backtab
4798 (bug#17767).
4799
4800 2014-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
4801
4802 * simple.el (set-mark-command): Simplify a bit.
4803
4804 2014-06-12 Nicolas Richard <theonewiththeevillook@yahoo.fr>
4805
4806 * help.el (help--key-binding-keymap): New function.
4807 (help--binding-locus): New function.
4808 (describe-key): Mention the keymap in which the binding was
4809 found. (bug#13948)
4810
4811 2014-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
4812
4813 * hippie-exp.el (he--all-buffers): New function.
4814 (try-expand-line-all-buffers, try-expand-list-all-buffers)
4815 (try-expand-dabbrev-all-buffers): Use it.
4816
4817 2014-06-12 Emilio C. Lopes <eclig@gmx.net>
4818
4819 * hippie-exp.el (try-expand-line-all-buffers)
4820 (try-expand-list-all-buffers, try-expand-dabbrev-all-buffers):
4821 Read hippie-expand-only-buffers and hippie-expand-ignore-buffers in the
4822 original buffer, in case they're buffer-local.
4823
4824 2014-06-12 Vincent Belaïche <vincentb1@users.sourceforge.net>
4825
4826 * ses.el (ses-initial-global-parameters-re): New defconst, a
4827 specific regexp is needed now that ses.el can handle both
4828 file-format 2 --- ie. no local printers --- and 3 --- i.e. may have
4829 local printers.
4830 (ses-localvars): Add local variables needed for local printer handling.
4831 (ses-set-localvars): Handle hashmap initialisation.
4832 (ses-paramlines-plist): Add param-line for number of local printers.
4833 (ses-paramfmt-plist): New defconst, needed for code factorization
4834 between functions `ses-set-parameter' and
4835 `ses-file-format-extend-paramter-list'
4836 (ses-make-local-printer-info): New defsubst.
4837 (ses-locprn-get-compiled, ses-locprn-compiled-aset)
4838 (ses-locprn-get-def, ses-locprn-def-aset, ses-locprn-get-number)
4839 (ses-cell-printer-aset): New defmacro.
4840 (ses-local-printer-compile): New defun.
4841 (ses-local-printer): New defmacro.
4842 (ses-printer-validate, ses-call-printer): Add support for local
4843 printer functions.
4844 (ses-file-format-extend-paramter-list): New defun.
4845 (ses-set-parameter): Use const `ses-paramfmt-plist' for code
4846 factorization.
4847 (ses-load): Add support for local printer functions.
4848 (ses-read-printer): Update docstring and add support for local printer
4849 functions.
4850 (ses-refresh-local-printer, ses-define-local-printer): New defun.
4851 (ses-safe-printer): Add support for local printer functions.
4852
4853 2014-06-12 Ivan Andrus <darthandrus@gmail.com>
4854
4855 * ffap.el (ffap-lax-url): New var (bug#17723).
4856 (ffap-url-at-point): Use it.
4857 (ffap-file-at-point): Avoid returning just "/".
4858
4859 2014-06-12 Matthias Meulien <orontee@gmail.com>
4860
4861 * progmodes/python.el (import skeleton): New skeleton (bug#17672).
4862 (python-mode-map): Bind it.
4863
4864 * progmodes/python.el (class skeleton): Don't erase last char of class
4865 name (bug#17683).
4866
4867 2014-06-12 Cameron Desautels <camdez@gmail.com> (tiny change)
4868
4869 * help.el (where-is): Use `default' arg of completing-read (bug#17705).
4870
4871 2014-06-12 Kevin Ryde <user42_kevin@yahoo.com.au>
4872
4873 * files.el (auto-mode-alist): Map .ad files to xdefaults-mode
4874 (bug#17745).
4875
4876 2014-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
4877
4878 * international/mule-cmds.el: Use lexical-binding.
4879 (ucs-names): Simplify.
4880
4881 2014-05-18 Eric Hanchrow <eric.hanchrow@gmail.com>
4882
4883 * progmodes/python.el (run-python): Use read-shell-command.
4884
4885 2014-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
4886
4887 * rect.el: Make it possible to move bounds past EOL or into TABs.
4888 (operate-on-rectangle): Use apply-on-rectangle.
4889 (rectangle--mark-crutches): New var.
4890 (rectangle--pos-cols, rectangle--col-pos, rectangle--point-col)
4891 (rectangle--crutches, rectangle--reset-crutches): New functions.
4892 (apply-on-rectangle): Obey crutches. Avoid setq.
4893 Fix missing final iteration if end is at EOB&BOL.
4894 (rectangle-mark-mode-map): Add remap bindings for
4895 exchange-point-and-mark and char/line movements.
4896 (rectangle--*-char): New function.
4897 (rectangle-exchange-point-and-mark, rectangle-right-char)
4898 (rectangle-left-char, rectangle-forward-char)
4899 (rectangle-backward-char, rectangle-next-line)
4900 (rectangle-previous-line): New commands.
4901 (rectangle--place-cursor): New function.
4902 (rectangle--highlight-for-redisplay): Use it. Use apply-on-rectangle.
4903
4904 2014-06-08 Glenn Morris <rgm@gnu.org>
4905
4906 * startup.el (initial-buffer-choice): Doc fix.
4907 Reset :version (adding an option does not merit a :version bump).
4908
4909 * bookmark.el (bookmark-load):
4910 * uniquify.el (uniquify-buffer-name-style): Doc fixes.
4911
4912 2014-06-08 Juri Linkov <juri@jurta.org>
4913
4914 * desktop.el: Activate auto-saving on window configuration changes.
4915 (desktop-save-mode, desktop-auto-save-timeout): Add/remove
4916 `desktop-auto-save-set-timer' to/from
4917 `window-configuration-change-hook'.
4918 (desktop-auto-save-set-timer): Change REPEAT arg of
4919 `run-with-idle-timer' from t to nil.
4920 http://lists.gnu.org/archive/html/emacs-devel/2014-06/msg00147.html
4921
4922 2014-06-08 Santiago Payà i Miralta <santiagopim@gmail.com>
4923
4924 * vc/vc-hg.el (vc-hg-working-revision): Use "hg parent" and
4925 vc-hg-command (bug#17570).
4926
4927 2014-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
4928
4929 * international/mule-cmds.el (ucs-names): Add special entry for BEL
4930 (bug#17702).
4931
4932 2014-06-08 Glenn Morris <rgm@gnu.org>
4933
4934 * startup.el (window-setup-hook): Doc fix.
4935
4936 * emacs-lisp/package.el (package-check-signature)
4937 (package-unsigned-archives): Doc fixes.
4938
4939 2014-06-08 Martin Rudalics <rudalics@gmx.at>
4940
4941 * window.el (display-buffer-use-some-window): Don't make window
4942 used smaller than it was before (Bug#17671).
4943
4944 2014-06-08 Eli Zaretskii <eliz@gnu.org>
4945
4946 * menu-bar.el (menu-bar-open): Fix last change: use the PC
4947 'redisplay' instead of '(sit-for 0)'.
4948
4949 2014-06-08 Michael Albinus <michael.albinus@gmx.de>
4950
4951 * net/tramp.el (tramp-ssh-controlmaster-options):
4952 Improve search regexp. (Bug#17653)
4953
4954 2014-06-08 Glenn Morris <rgm@gnu.org>
4955
4956 * emacs-lisp/package.el (package-pinned-packages): Doc fix.
4957
4958 2014-06-08 Eli Zaretskii <eliz@gnu.org>
4959
4960 * menu-bar.el (menu-bar-open): Fix invocation via M-x.
4961
4962 2014-06-06 Santiago Payà i Miralta <santiagopim@gmail.com>
4963
4964 * vc/vc-hg.el (vc-hg-create-tag, vc-hg-retrieve-tag): New functions
4965 (bug#17586).
4966
4967 * vc/vc-hg.el (vc-hg-log-graph): New var.
4968 (vc-hg-print-log): Use it.
4969 (vc-hg-root-log-format): Include branch name and bookmarks; ignore
4970 graph output (bug#17515).
4971
4972 2014-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
4973
4974 * mouse.el (mouse-posn-property): Ignore buffer position info when the
4975 even happened elsewhere.
4976
4977 2014-06-06 Mario Lang <mlang@delysid.org>
4978
4979 * emacs-lisp/tabulated-list.el (tabulated-list-print): Only call
4980 `recenter' if `current-buffer' is equal to `window-buffer'.
4981
4982 2014-06-05 Leo Liu <sdl.web@gmail.com>
4983
4984 * emacs-lisp/cl-macs.el (cl-macrolet): Avoid excessive progn's.
4985
4986 2014-06-05 Michal Nazarewicz <mina86@mina86.com>
4987
4988 * textmodes/tildify.el (tildify-foreach-region-outside-env):
4989 New function which calls a callback on portions of the buffer that are
4990 outside of ignored environments.
4991 (tildify-build-regexp): Remove function since it is now
4992 incorporated in `tildify-foreach-region-outside-env' where it is
4993 optimized and simplified by the use of `mapconcat'.
4994 (tildify-tildify): Return number of substitutions made so that…
4995 (tildify-count): …can be removed.
4996 (tildify-find-env): Accept a new PAIRS argument which was
4997 previously looked up in `tildify-ignored-environments-alist' each
4998 time the function was called. With this change, the lookup is
4999 performed only once in `tildify-foreach-region-outside-env'.
5000 (tildify-region): Greatly simplify the function since now most of
5001 the work is done by `tildify-foreach-region-outside-env'.
5002 (tildify-mode-alist): Simplify slightly by avoiding if and setq
5003 and instead using or.
5004
5005 * textmodes/tildify.el (tildify-ignored-environments-alist):
5006 Optimize environments regexes
5007
5008 Each time beginning of an environment to ignore is found,
5009 `tildify-find-env' needs to identify regexp for the ending
5010 of the environment. This is done by trying all the opening
5011 regexes on matched text in a loop, so to speed that up, this
5012 loop should have fewer things to match, which can be done by
5013 using alternatives in the opening regexes.
5014
5015 Coincidentally, this should make matching of the opening
5016 regexp faster as well thanks to the use of `regexp-opt' and
5017 having common prefix pulled from many regexes.
5018
5019 * textmodes/tildify.el (tildify-string-alist)
5020 (tildify-ignored-environments-alist): Add `nxml-mode' to the list
5021 of supported modes since `xml-mode' is no longer a thing but just
5022 an alias to the former. Also include comments and insides of tags
5023 in `tildify-ignored-environments-alist' for XML modes. Finally,
5024 since XML does not define “&nbsp;”[1], use a numeric reference for
5025 a no-break space (namely “&#160;”)
5026
5027 [1] XML specification defines only a handful of predefined entities.
5028 The list is at <http://www.w3.org/TR/REC-xml/#sec-predefined-ent>
5029 and includes only &lt;, &gt;, &amp;, &apos; and &quot; (meaning <,
5030 >, &, ' and " respectively). This is in contrast to HTML and even
5031 XHTML which defined a whole bunch of entities including “&nbsp;”.
5032
5033 * textmodes/tildify.el (tildify-pattern-alist)
5034 (tildify-string-alist, tildify-ignored-environments-alist):
5035 Improve defcustom's types by adding more tags explaining what each
5036 value means and replace “sexp” used in
5037 `tildify-ignored-environments-alist' with a full type declaration.
5038
5039 * textmodes/tildify.el (tildify-find-env): Fix matched group
5040 indexes in end-regex building
5041
5042 When looking for a start of an ignore-environment, the regex is built
5043 by concatenating regexes of all the environments configured in
5044 `tildify-ignored-environments-alist'. So for example, the following
5045 list could be used to match TeX's \verb and \verb* commands:
5046
5047 (("\\\\verb\\(.\\)" . (1))
5048 ("\\\\verb\\*\\(.\\)" . (1)))
5049
5050 This would result in the following regex being used to find the start
5051 of any of the variants of the \verb command:
5052
5053 \\\\verb\\(.\\)\\|\\\\verb\\*\\(.\\)
5054
5055 But now, if “\\\\verb\\*\\(.\\)” matches, the first capture group
5056 won't match anything, and thus (match-string 1) will be nil, which
5057 will cause building of the end-matching regex to fail.
5058
5059 Fix this by using capture groups from the time when the opening
5060 regexes are matched individually.
5061
5062 * textmodes/tildify.el (tildify-find-env): Fix end-regex building
5063 in `tildify-find-env'
5064
5065 The `tildify-ignored-environments-alist' allows the end-regex to
5066 be provided not as a static string but mix of strings and indexes
5067 of groups matched the begin-regex. For example, the “\verb!…!”
5068 TeX-command (where “!” is an arbitrary character) is handled
5069 using:
5070
5071 ("\\\\verb\\*?\\(.\\)" . (1))
5072
5073 In the same way, the following should be supported as well:
5074
5075 ("open-\\(.\\)" . ("end-" 1))
5076
5077 However the tildify-find-env function fails at
5078
5079 (concat result
5080 (if (stringp (setq aux (car expression)))
5081 expression ; BUG: expression is a list
5082 (regexp-quote (match-string aux))))
5083
5084 where the string part is handled incorrectly.
5085
5086 The most trivial fix would be to replace `expression' in the
5087 true-part of the if-statement with `aux', but instead, this commit
5088 optimizes `tildify-find-env' by changing it to use `mapconcat'
5089 rather than open-coded while-loop.
5090
5091 2014-06-05 Mario Lang <mlang@delysid.org>
5092
5093 * woman.el (woman-mapcan): Remove.
5094 (woman-parse-colon-path): Use cl-mapcan instead.
5095
5096 2014-06-03 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
5097
5098 * register.el: Add link to Emacs manual in Commentary.
5099
5100 2014-06-02 Sam Steingold <sds@gnu.org>
5101
5102 * menu-bar.el (lookup-key-ignore-too-long): Extract from...
5103 (popup-menu): ...here.
5104 (menu-bar-open): Use it to avoid an error when `lookup-key'
5105 returns a number.
5106
5107 2014-06-02 Michael Albinus <michael.albinus@gmx.de>
5108
5109 * net/tramp.el (tramp-call-process): Add traces.
5110 (tramp-handle-unhandled-file-name-directory): Return "/".
5111
5112 2014-06-02 Wilson Snyder <wsnyder@wsnyder.org>
5113
5114 Sync with upstream verilog-mode revision 3cd8144.
5115 * progmodes/verilog-mode.el (verilog-mode-version): Bump.
5116 (verilog-auto-arg-format): New option, to support newlines in AUTOARG.
5117 (verilog-type-font-keywords): Add nor.
5118 (verilog-batch-execute-func): Force reading of Local Variables.
5119 Fix printing "no changes to be saved" with verilog-batch.
5120 (verilog-auto-arg-ports): Doc fix.
5121 Add verilog-auto-arg-format to support newlines in AUTOARG.
5122 (verilog-auto-arg): Doc fix.
5123
5124 2014-06-02 Glenn Morris <rgm@gnu.org>
5125
5126 * emulation/crisp.el, emulation/tpu-edt.el, emulation/tpu-extras.el:
5127 * emulation/tpu-mapper.el, emulation/vi.el, emulation/vip.el:
5128 * emulation/ws-mode.el: Move to obsolete/.
5129 * Makefile.in (AUTOGEN_VCS): Update for moved tpu-edu.el.
5130
5131 2014-06-02 Eli Zaretskii <eliz@gnu.org>
5132
5133 * simple.el (keyboard-quit): Force update of mode lines, to remove
5134 the "Def" indicator, if we were defining a macro. (Bug#17615)
5135
5136 2014-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
5137
5138 * minibuffer.el (minibuffer-force-complete-and-exit):
5139 Obey minibuffer-default (bug#17545).
5140
5141 * progmodes/js.el (js-indent-line): Don't mix columns and chars
5142 (bug#17619).
5143
5144 * subr.el (set-transient-map): Don't wait for some "nested"
5145 transient-map to finish if we're only supposed to be active for
5146 the next command (bug#17642).
5147
5148 2014-06-02 Leo Liu <sdl.web@gmail.com>
5149
5150 * emacs-lisp/gv.el (window-buffer, window-display-table)
5151 (window-dedicated-p, window-hscroll, window-point, window-start):
5152 Fix gv-expander. (Bug#17630)
5153
5154 2014-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
5155
5156 * mouse.el (mouse-posn-property): Ignore posn-point for mode-line
5157 clicks (bug#17633).
5158
5159 * leim/quail/latin-pre.el ("latin-2-prefix"): Use ",," rather than ", "
5160 for the single comma, since ", " is *very* common in normal French text
5161 (bug#17643).
5162
5163 2014-06-02 Glenn Morris <rgm@gnu.org>
5164
5165 * emacs-lisp/package.el (package-check-signature)
5166 (package-unsigned-archives): Fix :version.
5167
5168 2014-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
5169
5170 * subr.el (sit-for): Don't run input-methods (bug#15614).
5171
5172 2014-06-02 Glenn Morris <rgm@gnu.org>
5173
5174 * cus-start.el: Fix some :version numbers.
5175
5176 2014-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
5177
5178 * simple.el (deactivate-mark): Set mark-active to nil even if
5179 deactivation is done via setting transient-mark-mode to nil,
5180 since one is buffer-local and the other is global.
5181
5182 * emacs-lisp/byte-opt.el (byte-optimize-binary-predicate): Don't assume
5183 there can't be more than 2 arguments (bug#17584).
5184
5185 2014-06-02 Glenn Morris <rgm@gnu.org>
5186
5187 * simple.el (filter-buffer-substring-functions)
5188 (filter-buffer-substring-function, buffer-substring-filters)
5189 (filter-buffer-substring, buffer-substring--filter): Doc fixes.
5190
5191 * minibuffer.el (completion-in-region-functions, completion-in-region)
5192 (completion--in-region): Doc fixes.
5193
5194 * abbrev.el (abbrev-expand-functions, abbrev-expand-function)
5195 (expand-abbrev, abbrev--default-expand): Doc fixes.
5196
5197 2014-06-02 Paul Eggert <eggert@cs.ucla.edu>
5198
5199 Include sources used to create macuvs.h.
5200 * international/README: Refer to the Unicode Terms of Use rather
5201 than copying it bodily here, as that simplifies maintenance.
5202
5203 2014-06-01 Glenn Morris <rgm@gnu.org>
5204
5205 * loadup.el (load-prefer-newer): Set non-nil when dumping. (Bug#17629)
5206
5207 2014-05-31 Glenn Morris <rgm@gnu.org>
5208
5209 * files.el (locate-dominating-file): Expand file argument. (Bug#17641)
5210
5211 2014-05-30 Glenn Morris <rgm@gnu.org>
5212
5213 * loadup.el: Treat `command-line-args' more flexibly.
5214
5215 2014-05-30 Alan Mackenzie <acm@muc.de>
5216
5217 Guard (looking-at "\\s!") from XEmacs.
5218 * progmodes/cc-engine.el (c-state-pp-to-literal): Add guard form.
5219
5220 2014-05-30 Ken Olum <kdo@cosmos.phy.tufts.edu>
5221
5222 * mail/rmail.el (rmail-delete-forward, rmail-delete-backward):
5223 The argument COUNT is now optional, to be more backward-compatible.
5224 Doc fix. (Bug#17560)
5225
5226 2014-05-29 Reuben Thomas <rrt@sc3d.org>
5227
5228 * whitespace.el (whitespace-report-region):
5229 Simplify documentation.
5230 (whitespace-report-region): Allow report-if-bogus to take the
5231 value `never', for non-interactive use.
5232 (whitespace-report): Refer to whitespace-report-region's
5233 documentation.
5234
5235 2014-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
5236
5237 * whitespace.el: Use font-lock-flush. Minimize refontifications.
5238 Side benefit: it works without jit-lock.
5239 (whitespace-point--used): New buffer-local var.
5240 (whitespace-color-on): Initialize it and flush it. Use font-lock-flush.
5241 (whitespace-color-off): Use font-lock-flush.
5242 (whitespace-point--used, whitespace-point--flush-used): New functions.
5243 (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
5244 (whitespace-empty-at-eob-regexp): Use them.
5245 (whitespace-post-command-hook): Rewrite.
5246
5247 * font-lock.el (font-lock-flush, font-lock-ensure): New functions.
5248 (font-lock-fontify-buffer): Mark interactive-only.
5249 (font-lock-multiline, font-lock-fontified, font-lock-set-defaults):
5250 Make buffer-local.
5251 (font-lock-specified-p): Remove redundant boundp check.
5252 (font-lock-flush-function, font-lock-ensure-function): New vars.
5253 (font-lock-turn-on-thing-lock): Set them.
5254 (font-lock-default-fontify-buffer): Obey font-lock-dont-widen.
5255 (font-lock-after-change-function): Make `old-len' optional.
5256 (font-lock-set-defaults): Remove redundant `set' of font-lock-defaults.
5257 Call font-lock-flush, just in case.
5258 * progmodes/verilog-mode.el (verilog-preprocess): Disable workaround in
5259 recent Emacsen.
5260 * progmodes/vera-mode.el (vera-fontify-buffer): Declare obsolete.
5261 (vera-mode-map, vera-mode-menu): Remove bindings to it.
5262 * progmodes/idlw-help.el (idlwave-help-fontify): Use font-lock-ensure
5263 and with-syntax-table.
5264 * textmodes/conf-mode.el (conf-quote-normal):
5265 * progmodes/sh-script.el (sh-set-shell):
5266 * progmodes/prog-mode.el (prettify-symbols-mode):
5267 * progmodes/f90.el (f90-font-lock-n):
5268 * progmodes/cwarn.el (cwarn-mode):
5269 * nxml/nxml-mode.el (nxml-toggle-char-ref-extra-display):
5270 * progmodes/compile.el (compilation-setup, compilation--unsetup):
5271 * hi-lock.el (hi-lock-mode, hi-lock-unface-buffer)
5272 (hi-lock-set-pattern, hi-lock-set-file-patterns): Use font-lock-flush.
5273 * mail/rmail.el (rmail-variables): Set font-lock-dont-widen instead of
5274 font-lock-fontify-buffer-function and
5275 font-lock-unfontify-buffer-function.
5276 (rmail-unfontify-buffer-function, rmail-fontify-message):
5277 Use with-silent-modifications.
5278 * htmlfontify.el (hfy-force-fontification): Use jit-lock-fontify-now
5279 and font-lock-ensure.
5280 * bs.el (bs-show-in-buffer): Use font-lock-ensure.
5281
5282 2014-05-28 Thien-Thi Nguyen <ttn@gnu.org>
5283
5284 * emacs-lisp/package.el (package-generate-autoloads):
5285 Inhibit backup files.
5286
5287 2014-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
5288
5289 * progmodes/hideshow.el (hs-hide-all): Call syntax-propertize
5290 (bug#17608).
5291
5292 2014-05-21 Michal Nazarewicz <mina86@mina86.com>
5293
5294 * textmodes/tildify.el (tildify-buffer, tildify-region):
5295 Add dont-ask option.
5296
5297 2014-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
5298
5299 * subr.el (zerop): Move from C. Add compiler-macro (bug#17475).
5300 * emacs-lisp/byte-opt.el (byte-optimize-zerop): Remove.
5301
5302 * subr.el (internal--funcall-interactively): New.
5303 (internal--call-interactively): Remove.
5304 (called-interactively-p): Detect funcall-interactively instead of
5305 call-interactively.
5306 * simple.el (repeat-complex-command): Use funcall-interactively.
5307 (repeat-complex-command--called-interactively-skip): Remove.
5308
5309 2014-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
5310
5311 * register.el (register-read-with-preview): Don't burp on
5312 frame switches (e.g. due to the frame we just popped).
5313
5314 * mouse.el (mouse-set-region): Handle spurious drag events (bug#17562).
5315 (mouse-drag-track): Annotate `mouse-drag-start' so we know we moved.
5316
5317 2014-05-26 Andreas Schwab <schwab@linux-m68k.org>
5318
5319 * cus-face.el (custom-face-attributes): Add :distant-foreground.
5320
5321 2014-05-26 Martin Rudalics <rudalics@gmx.at>
5322
5323 * window.el (window--dump-frame): Remove interactive specification.
5324
5325 2014-05-26 Glenn Morris <rgm@gnu.org>
5326
5327 * hippie-exp.el (he-line-search-regexp):
5328 Handle comint-prompt-regexp containing subgroups. (Bug#17529)
5329
5330 2014-05-26 Stephen Berman <stephen.berman@gmx.net>
5331
5332 * calendar/todo-mode.el: Remove dependence on auto-mode-alist,
5333 to avoid errors when trying to create or visit a file foo.todo
5334 located outside to todo-directory, and to allow having such files
5335 without them being tied to Todo mode (bug#17482).
5336 (todo-show, todo-move-category, todo-merge-category, todo-find-archive)
5337 (todo-archive-done-item, todo-find-filtered-items-file)
5338 (todo-filter-items, todo-find-item, todo-diary-goto-entry)
5339 (todo-category-completions, todo-read-category): When visiting a
5340 Todo file, make sure we're in the right mode and the buffer local
5341 variables are set.
5342 (todo-make-categories-list, todo-reset-nondiary-marker)
5343 (todo-reset-done-string, todo-reset-comment-string):
5344 After processing all Todo files, kill the buffers of those files that
5345 weren't being visited before the processing.
5346 (todo-display-as-todo-file, todo-add-to-buffer-list)
5347 (todo-visit-files-commands): Comment out.
5348 (todo-modes-set-3, todo-mode): Comment out additions to find-file-hook.
5349 (auto-mode-alist): Remove add-to-list calls making Todo file
5350 extensions unrestrictedly tied to Todo modes.
5351
5352 2014-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
5353
5354 * emacs-lisp/nadvice.el (advice--member-p): Change second arg.
5355 (advice-function-member-p): Tell it to check both names and functions
5356 (bug#17531).
5357 (advice--add-function): Adjust call accordingly.
5358
5359 2014-05-26 Stephen Berman <stephen.berman@gmx.net>
5360
5361 * calendar/todo-mode.el: Miscellaneous bug fixes.
5362 (todo-delete-file): When deleting an archive but not its todo
5363 file, make sure to update the todo file's category sexp.
5364 (todo-move-category): Keep the moved category's name unless the
5365 file moved to already has a category with that name. If the
5366 numerically last category of the source file was moved, make the
5367 first category current to avoid selecting a nonexisting category.
5368 (todo-merge-category): Fix implementation to make merging to a
5369 category in another file work as documented. Eliminate now
5370 insufficient and unnecessary renaming of archive category, correct
5371 document string accordingly, and clarify it. If the numerically
5372 last category of the source file was merged, make the first
5373 category current to avoid selecting a nonexisting category.
5374 (todo-archive-done-item): When there are marked items and point
5375 happens to be on an unmarked item, ignore the latter. Don't leave
5376 point below last item after archiving marked items.
5377 (todo-unarchive-items): Fix logic to ensure unarchiving an item
5378 from an archive with only one category deletes the archive only
5379 when the category is empty after unarchiving. Make sure the todo
5380 file's category sexp is updated.
5381 (todo-read-file-name): Allow an existing file name even when it is
5382 not required (todo-move-category needs this to work as documented).
5383 (todo-add-file): Call todo-validate-name to reject the name of an
5384 existing todo file (needed due to fix in todo-read-file-name).
5385 (todo-reset-nondiary-marker): Also reset in filtered items files.
5386 (todo-reset-done-string, todo-reset-comment-string): Also reset in
5387 regexp filtered items files.
5388 (todo-reset-highlight-item): Also reset in filtered items files.
5389 Fix incorrect variable reference in document string.
5390
5391 2014-05-26 Glenn Morris <rgm@gnu.org>
5392
5393 * window.el (window--dump-frame): Avoid error in --without-x builds.
5394
5395 2014-05-26 Glenn Morris <rgm@gnu.org>
5396
5397 * nxml/nxml-mode.el (xml-mode): Only define this alias once.
5398
5399 2014-05-26 Eli Zaretskii <eliz@gnu.org>
5400
5401 * frame.el (set-frame-font): Doc fix.
5402
5403 * menu-bar.el (menu-set-font): Doc fix. (Bug#17532)
5404
5405 2014-05-26 Dmitry Gutov <dgutov@yandex.ru>
5406
5407 * emacs-lisp/package.el (package--download-one-archive):
5408 Use `write-region' instead of `save-buffer' to avoid running various
5409 hooks. (Bug#17155)
5410 (describe-package-1): Same. Insert newline at the end of the
5411 buffer if appropriate.
5412
5413 2014-05-26 Juri Linkov <juri@jurta.org>
5414
5415 * avoid.el (mouse-avoidance-set-mouse-position): Don't raise frame.
5416 (mouse-avoidance-ignore-p): Remove `switch-frame', add `focus-out'.
5417 Add more modifiers: meta, control, shift, hyper, super, alt.
5418 (Bug#17439)
5419
5420 * avoid.el (mouse-avoidance-banish-position): Fix defcustom :options
5421 to allow changing its value with `set-variable'.
5422
5423 2014-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
5424
5425 * progmodes/scheme.el (scheme-mode-syntax-table): Remove hack for
5426 #; comments.
5427 (scheme-syntax-propertize, scheme-syntax-propertize-sexp-comment):
5428 New functions.
5429 (scheme-mode-variables): Set syntax-propertize-function instead of
5430 font-lock-syntactic-face-function.
5431 (scheme-font-lock-syntactic-face-function): Delete.
5432
5433 * emacs-lisp/lisp.el (end-of-defun): Ensure we move (bug#17274).
5434
5435 * emacs-lisp/timer.el (timer-event-handler): Don't run if canceled
5436 (bug#17392).
5437
5438 2014-05-26 Michael Albinus <michael.albinus@gmx.de>
5439
5440 * net/tramp-sh.el (tramp-find-inline-encoding): Do not match "%%t"
5441 for a temporary file name.
5442
5443 2014-05-26 Eli Zaretskii <eliz@gnu.org>
5444
5445 * simple.el (line-move-ignore-invisible): Doc fix. (Bug#17511)
5446
5447 2014-05-26 Michael Albinus <michael.albinus@gmx.de>
5448
5449 * net/dbus.el (dbus-init-bus, dbus-call-method)
5450 (dbus-call-method-asynchronously, dbus-send-signal)
5451 (dbus-method-return-internal, dbus-method-error-internal):
5452 Check, whether Emacs has been compiled with D-Bus support. (Bug#17508)
5453
5454 2014-05-26 Nicolas Richard <theonewiththeevillook@yahoo.fr>
5455
5456 * emacs-lisp/eieio-opt.el (eieio-help-class): Correctly deal with
5457 methods which do not have a doc string. (Bug#17490)
5458
5459 2014-05-25 Tassilo Horn <tsdh@gnu.org>
5460
5461 * textmodes/reftex-ref.el (reftex-format-special): Make it work
5462 also for AMS Math's \eqref macro.
5463
5464 2014-05-25 Thien-Thi Nguyen <ttn@gnu.org>
5465
5466 Arrange to never byte-compile the generated -pkg.el file.
5467
5468 * emacs-lisp/package.el (package-generate-description-file):
5469 Output first-line comment to set buffer-local var `no-byte-compile'.
5470 Suggested by Dmitry Gutov:
5471 <http://lists.gnu.org/archive/html/emacs-devel/2014-05/msg00401.html>.
5472
5473 2014-05-25 Thien-Thi Nguyen <ttn@gnu.org>
5474
5475 Fix bug: Properly quote args to generated -pkg.el `define-package'.
5476
5477 * emacs-lisp/package.el (package-generate-description-file):
5478 Inline `package--alist-to-plist'; rewrite to selectively
5479 quote alist values that are not self-quoting.
5480 (package--alist-to-plist): Delete func.
5481
5482 2014-05-25 Andreas Schwab <schwab@linux-m68k.org>
5483
5484 * term/xterm.el (xterm-function-map): Add mapping for shifted
5485 keypad keys.
5486
5487 2014-05-24 Daniel Colascione <dancol@dancol.org>
5488
5489 * progmodes/subword.el (subword-find-word-boundary): Move point to
5490 correct spot before search. (Bug#17580)
5491
5492 * emacs-lisp/nadvice.el (defun): Write in eval-and-compile to avoid
5493 breaking the build.
5494
5495 2014-05-24 Leo Liu <sdl.web@gmail.com>
5496
5497 * calc/calc.el (math-bignum): Handle most-negative-fixnum. (Bug#17556)
5498
5499 2014-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
5500
5501 * minibuffer.el (completion--sreverse): Remove.
5502 (completion--common-suffix): Use `reverse' instead.
5503 * emacs-lisp/regexp-opt.el (regexp-opt-group): Use `reverse' on strings.
5504
5505 2014-05-22 Glenn Morris <rgm@gnu.org>
5506
5507 * shell.el (shell-mode) <shell-dirstack-query>: Bypass bash aliases.
5508
5509 2014-05-21 Daniel Colascione <dancol@dancol.org>
5510
5511 * files.el (interpreter-mode-alist): Add mksh.
5512
5513 * progmodes/sh-script.el (sh-ancestor-alist): Add mksh, a pdksh
5514 derivative.
5515 (sh-alias-alist): Alias /system/bin/sh (Android's system shell) to
5516 mksh. Improve custom spec; allow regular expressions.
5517 (sh-shell): Delegate name splitting to `sh-canonicalize-shell'.
5518 (sh-after-hack-local-variables): New function.
5519 (sh-mode): Use it; respect file-local `sh-shell' variable. (bug#17333)
5520 (sh-set-shell): Use `sh-canonicalize-shell' instead of open-coding
5521 the normalization.
5522 (sh-canonicalize-shell): Rewrite to support regexes.
5523
5524 2014-05-21 Leo Liu <sdl.web@gmail.com>
5525
5526 * emacs-lisp/cl-lib.el (cl-endp): Fix last change.
5527
5528 2014-05-19 Leo Liu <sdl.web@gmail.com>
5529
5530 * emacs-lisp/cl-lib.el (cl-endp): Conform to CL's semantics.
5531
5532 2014-05-18 Glenn Morris <rgm@gnu.org>
5533
5534 * loadup.el:
5535 * play/gametree.el: `track-mouse' is always defined since 2012-11-24.
5536
5537 2014-05-14 Sam Steingold <sds@gnu.org>
5538
5539 * progmodes/python.el (python-shell-get-or-create-process):
5540 Do not bind `current-prefix-arg' so that C-c C-z does not talk
5541 back unless requested.
5542
5543 2014-05-14 Glenn Morris <rgm@gnu.org>
5544
5545 * subr.el (with-file-modes): New macro.
5546 * printing.el (pr-save-file-modes): Make obsolete.
5547 * eshell/esh-util.el (eshell-with-file-modes): Make obsolete.
5548 * emacs-lisp/lisp-mode.el (lisp-el-font-lock-keywords-2):
5549 Add with-file-modes.
5550 * doc-view.el (doc-view-make-safe-dir):
5551 * epg.el (epg--start):
5552 * files.el (locate-user-emacs-file, make-temp-file)
5553 (backup-buffer-copy, move-file-to-trash):
5554 * printing.el (pr-despool-print, pr-call-process, pr-text2ps):
5555 * eshell/esh-util.el (eshell-with-private-file-modes)
5556 (eshell-make-private-directory):
5557 * net/browse-url.el (browse-url-mosaic):
5558 * obsolete/mailpost.el (post-mail-send-it):
5559 * obsolete/pgg-pgp.el (pgg-pgp-verify-region):
5560 * obsolete/pgg-pgp5.el (pgg-pgp5-verify-region):
5561 Use with-file-modes.
5562
5563 * vc/emerge.el (emerge-make-temp-file): Simplify.
5564
5565 2014-05-14 Stephen Berman <stephen.berman@gmx.net>
5566 Stefan Monnier <monnier@iro.umontreal.ca>
5567
5568 * minibuffer.el (completion-pcm--merge-try): Merge trailing / with
5569 suffix (bug#15419).
5570
5571 2014-05-14 Glenn Morris <rgm@gnu.org>
5572
5573 * vc/emerge.el (emerge-temp-file-prefix):
5574 Make pointless option obsolete.
5575 (emerge-temp-file-mode): Make non-functional option obsolete.
5576
5577 2014-05-14 Michael Albinus <michael.albinus@gmx.de>
5578
5579 * net/browse-url.el (browse-url):
5580 Use `unhandled-file-name-directory' when setting `default-directory',
5581 in order to circumvent stalled remote connections. (Bug#17425)
5582
5583 2014-05-14 Glenn Morris <rgm@gnu.org>
5584
5585 * printing.el (subst-char-in-string, make-temp-file, pr-get-symbol):
5586 Optimize on Emacs, which has the relevant functions for ages.
5587
5588 2014-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
5589
5590 * simple.el (undo-make-selective-list): Obey undo-no-redo.
5591
5592 2014-05-12 Sam Steingold <sds@gnu.org>
5593
5594 * calendar/time-date.el (seconds-to-string): New function to
5595 pretty print time delay in seconds.
5596
5597 2014-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
5598
5599 * mpc.el (mpc-format): Trim Date to the year.
5600 (mpc-songs-hashcons): Shorten the Date field.
5601
5602 * emacs-lisp/nadvice.el (advice--interactive-form): Don't get fooled
5603 into autoloading just because of a silly indirection.
5604
5605 2014-05-12 Santiago Payà i Miralta <santiagopim@gmail.com>
5606
5607 * vc/vc-hg.el (vc-hg-unregister): New function. (Bug#17454)
5608
5609 2014-05-12 Glenn Morris <rgm@gnu.org>
5610
5611 * emacs-lisp/find-gc.el: Move to ../admin.
5612
5613 * printing.el (pr-version):
5614 * ps-print.el (ps-print-version): Also mention bug-gnu-emacs.
5615
5616 * net/browse-url.el (browse-url-mosaic):
5617 Create /tmp/Mosaic.PID as a private file.
5618
5619 2014-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
5620
5621 * emacs-lisp/nadvice.el: Support adding a given function multiple times.
5622 (advice--member-p): If name is given, only compare the name.
5623 (advice--remove-function): Don't stop at the first match.
5624 (advice--normalize-place): New function.
5625 (add-function, remove-function): Use it.
5626 (advice--add-function): Pass the name, if any, to
5627 advice--remove-function.
5628
5629 2014-05-12 Philipp Rumpf <prumpf@gmail.com> (tiny change)
5630
5631 * electric.el (electric-indent-post-self-insert-function): Don't use
5632 `pos' after modifying the buffer (bug#17449).
5633
5634 2014-05-12 Stephen Berman <stephen.berman@gmx.net>
5635
5636 * calendar/todo-mode.el (todo-insert-item-from-calendar):
5637 Correct argument list to conform to todo-insert-item--basic.
5638
5639 2014-05-12 Glenn Morris <rgm@gnu.org>
5640
5641 * files.el (cd-absolute): Test if directory is accessible
5642 rather than executable. (Bug#17330)
5643
5644 * progmodes/compile.el (recompile):
5645 Handle C-u M-x recompile from a non-compilation buffer. (Bug#17444)
5646
5647 * net/browse-url.el (browse-url-mosaic):
5648 Be careful when writing /tmp/Mosaic.PID. (Bug#17428)
5649 This is CVE-2014-3423.
5650
5651 2014-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
5652
5653 * mouse.el: Use the normal toplevel loop while dragging.
5654 (mouse-set-point): Handle multi-clicks.
5655 (mouse-set-region): Handle multi-clicks for drags.
5656 (mouse-drag-region): Update call accordingly.
5657 (mouse-drag-track): Remove `do-mouse-drag-region-post-process' hack.
5658 Use the normal event loop instead of a local while/read-event loop.
5659 (global-map): Remove redundant bindings for double/triple-mouse-1.
5660 * xt-mouse.el (xterm-mouse-translate-1): Only process one event at a time.
5661 Generate synthetic down events when the protocol only sends up events.
5662 (xterm-mouse-last): Remove.
5663 (xterm-mouse--read-event-sequence-1000): Use xterm-mouse-last-down
5664 terminal parameter instead.
5665 (xterm-mouse--set-click-count): New function.
5666 (xterm-mouse-event): Detect/generate double/triple clicks.
5667 * reveal.el (reveal-close-old-overlays): Don't close while dragging.
5668
5669 * info.el (Info-quoted): New face.
5670 (Info-mode-font-lock-keywords): New var.
5671 (Info-mode): Use it.
5672
5673 * emacs-lisp/lisp-mode.el (preceding-sexp): Exclude leading "," which
5674 are a hindrance for C-x C-e.
5675
5676 2014-05-11 Leo Liu <sdl.web@gmail.com>
5677
5678 * net/rcirc.el (rcirc-sentinel): Fix last change.
5679
5680 2014-05-08 Sam Steingold <sds@gnu.org>
5681
5682 * net/rcirc.el (rcirc-reconnect-delay): New user option.
5683 (rcirc-sentinel): Auto-reconnect to the server if
5684 `rcirc-reconnect-delay' is non-0 (but not more often than its
5685 value in case the host is off-line).
5686
5687 2014-05-09 Eli Zaretskii <eliz@gnu.org>
5688
5689 * progmodes/grep.el (lgrep): Fix a typo in last commit.
5690
5691 2014-05-09 Glenn Morris <rgm@gnu.org>
5692
5693 * files.el (file-expand-wildcards):
5694 * man.el (Man-support-local-filenames):
5695 * printing.el (pr-i-directory, pr-interface-directory):
5696 * progmodes/grep.el (lgrep, rgrep):
5697 * textmodes/ispell.el (ispell-call-process)
5698 (ispell-call-process-region, ispell-start-process)
5699 (ispell-init-process): Use file-accessible-directory-p.
5700
5701 2014-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
5702
5703 * xt-mouse.el: Drop spurious/oddly shaped events (bug#17378).
5704 (xterm-mouse--read-event-sequence-1000): Return nil if something
5705 looks fishy.
5706 (xterm-mouse-event): Propagate it.
5707 (xterm-mouse-translate-1): Handle it.
5708
5709 2014-05-08 Stephen Berman <stephen.berman@gmx.net>
5710
5711 * calendar/todo-mode.el (todo-insert-item--apply-args): When all
5712 four slots of the parameter list are filled, make sure to pass it
5713 to the argument list of todo-insert-item--basic.
5714
5715 2014-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
5716
5717 * emacs-lisp/package.el (package-compute-transaction): Topological sort.
5718 Add optional `seen' argument to detect and break infinite loops.
5719
5720 2014-05-08 Eli Zaretskii <eliz@gnu.org>
5721
5722 * emacs-lisp/find-gc.el (find-gc-unsafe, find-unsafe-funcs)
5723 (trace-unsafe, trace-use-tree): Make parentheses style be
5724 according to Emacs style.
5725
5726 2014-05-08 Michael Albinus <michael.albinus@gmx.de>
5727
5728 * net/tramp-sh.el (tramp-remote-process-environment):
5729 Remove HISTFILE and HISTSIZE; it's too late to set them here.
5730 Add :version entry.
5731 (tramp-open-shell): Do not let-bind `tramp-end-of-output'.
5732 Add "HISTFILE=/dev/null" to the shell's env arguments. Do not send
5733 extra "PSx=..." commands.
5734 (tramp-maybe-open-connection): Setenv HISTFILE to /dev/null.
5735 (Bug#17295)
5736
5737 (tramp-uudecode): Replace the hard-coded temporary file name by a
5738 format specifier.
5739 (tramp-remote-coding-commands): Enhance docstring.
5740 (tramp-find-inline-encoding): Replace "%t" by a temporary file
5741 name. (Bug#17415)
5742 This is CVE-2014-3424.
5743
5744 2014-05-08 Glenn Morris <rgm@gnu.org>
5745
5746 * emacs-lisp/find-gc.el (find-gc-source-directory): Give it a value.
5747 (find-gc-source-files): Update some names.
5748 (trace-call-tree): Simplify and update.
5749 Avoid predictable temp-file names. (http://bugs.debian.org/747100)
5750 This is CVE-2014-3422.
5751
5752 2014-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
5753
5754 * minibuffer.el (completion--try-word-completion): Revert fix for
5755 Bug#15980 (bug#17375).
5756
5757 * xt-mouse.el (xterm-mouse--read-event-sequence-1000): (bug#17378)
5758 Always store button numbers in the same way in xterm-mouse-last;
5759 Don't burp is xterm-mouse-last is not set as expected.
5760 Never return negative indices.
5761
5762 2014-05-08 Dmitry Gutov <dgutov@yandex.ru>
5763
5764 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
5765 Backtrack one char if the global/char-literal var matcher hits
5766 inside a string. The next char could be the beginning of an
5767 expression expansion.
5768
5769 2014-05-08 Glenn Morris <rgm@gnu.org>
5770
5771 * help-fns.el (describe-function-1): Test for an autoload before a
5772 macro, since `macrop' works on autoloads. (Bug#17410)
5773
5774 2014-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
5775
5776 * electric.el (electric-indent-functions-without-reindent): Add yaml.
5777
5778 * minibuffer.el (completion-table-with-quoting) <completion--unquote>:
5779 Make sure the new point we return is within the new string (bug#17239).
5780
5781 2014-05-05 Daniel Colascione <dancol@dancol.org>
5782
5783 * progmodes/compile.el (compilation-error-regexp-alist-alist):
5784 Port `gnu' pattern to rx.
5785
5786 2014-05-05 Jarek Czekalski <jarekczek@poczta.onet.pl>
5787
5788 Remove unneeded prompt when closing a buffer with active
5789 emacsclient ("Buffer ... still has clients"), #16548.
5790 * server.el (server-start): Remove the only call to:
5791 (server-kill-buffer-query-function): Remove.
5792
5793 2014-05-04 Leo Liu <sdl.web@gmail.com>
5794
5795 * calendar/diary-lib.el (calendar-chinese-month-name-array):
5796 Defvar to pacify compiler.
5797
5798 2014-05-04 Eli Zaretskii <eliz@gnu.org>
5799
5800 * mail/rmailsum.el (rmail-new-summary-1): Fix a typo in a comment.
5801
5802 2014-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
5803
5804 * vc/ediff-diff.el (ediff-set-fine-diff-properties-in-one-buffer):
5805 Use nil rather than `default' for the "default" appearance (bug#17388).
5806 * vc/ediff-util.el (ediff-inferior-compare-regions)
5807 (ediff-toggle-autorefine, ediff-unselect-difference): Don't use
5808 a misleading `default' value when it's really a boolean.
5809 * vc/ediff-init.el (ediff-set-overlay-face): Don't set help-echo if the
5810 overlay is not visible.
5811
5812 2014-05-04 Stephen Berman <stephen.berman@gmx.net>
5813
5814 * calendar/todo-mode.el (todo-edit-file): Use display-warning.
5815 (todo-menu): Uncomment and update.
5816
5817 2014-05-04 Stephen Berman <stephen.berman@gmx.net>
5818
5819 * calendar/todo-mode.el: Reimplement item editing to have the same
5820 basic user interface as item insertion, and make small UI and
5821 larger internal improvements to the latter.
5822 (todo-insert-item): Add reference to the Todo mode user manual to
5823 the documentation string.
5824 (todo-insert-item--basic): Rename from todo-basic-insert-item and
5825 adjust all callers. Change signature to combine diary and
5826 nonmarking arguments. Incorporate functionality of deleted item
5827 copying command and add error checking. Remove detailed
5828 descriptions of the arguments from the documentation string, since
5829 this is treated in the Todo mode user manual.
5830 (todo-copy-item, todo-edit-multiline-item)
5831 (todo-edit-done-item-comment, todo-edit-item-header)
5832 (todo-edit-item-time, todo-edit-item-date-from-calendar)
5833 (todo-edit-item-date-to-today, todo-edit-item-date-day-name)
5834 (todo-edit-item-date-year, todo-edit-item-date-month)
5835 (todo-edit-item-date-day, todo-edit-item-diary-nonmarking):
5836 Remove.
5837 (todo-edit-item): Reimplement as wrapper command for
5838 todo-edit-item--next-key and make it distinguish done and not done
5839 todo items.
5840 (todo-edit-item--text): New function, replacing old command
5841 todo-edit-item and incorporating deleted commands
5842 todo-edit-multiline-item and todo-edit-done-item-comment.
5843 (todo-edit-item--header): Rename from todo-basic-edit-item-header.
5844 Use only numeric value of prefix argument. Remove detailed
5845 descriptions of the arguments from the documentation string, since
5846 this is treated in the Todo mode user manual.
5847 (todo-edit-item--diary-inclusion): New function, replacing old
5848 command todo-edit-item-diary-inclusion and incorporating and fixing
5849 functionality of deleted command todo-edit-item-diary-nonmarking,
5850 making sure to remove todo-nondiary-marker when adding
5851 diary-nonmarking-symbol.
5852 (todo-edit-category-diary-inclusion): Make sure to delete
5853 diary-nonmarking-symbol when adding todo-nondiary-marker.
5854 (todo-edit-category-diary-nonmarking): Fix indentation.
5855 (todo-insert-item--parameters): Group diary and nonmarking
5856 parameters together.
5857 (todo-insert-item--apply-args): Adjust to signature of
5858 todo-insert-item--basic and incorporate copy parameter.
5859 Make small code improvements.
5860 (todo-insert-item--next-param): Improve prompt and adjust it to
5861 new parameter grouping. Remove obsolete code.
5862 (todo-edit-item--param-key-alist)
5863 (todo-edit-item--date-param-key-alist)
5864 (todo-edit-done-item--param-key-alist): New defconsts.
5865 (todo-edit-item--prompt): New variable.
5866 (todo-edit-item--next-key): New function.
5867 (todo-key-bindings-t): Bind "e" to todo-edit-item.
5868 Remove bindings of deleted commands.
5869
5870 2014-05-04 Leo Liu <sdl.web@gmail.com>
5871
5872 * emacs-lisp/cl-macs.el (cl-deftype): Fix indentation.
5873
5874 2014-05-04 Glenn Morris <rgm@gnu.org>
5875
5876 * allout-widgets.el (allout-widgets-tally)
5877 (allout-decorate-item-guides):
5878 * menu-bar.el (menu-bar-positive-p):
5879 * minibuffer.el (completion-pcm-complete-word-inserts-delimiters):
5880 * progmodes/gdb-mi.el (gdbmi-same-start, gdbmi-is-number):
5881 * progmodes/js.el (js--inside-param-list-p)
5882 (js--inside-dojo-class-list-p, js--forward-destructuring-spec):
5883 * progmodes/prolog.el (region-exists-p):
5884 * progmodes/verilog-mode.el (verilog-scan-cache-ok-p):
5885 * textmodes/reftex-parse.el (reftex-using-biblatex-p):
5886 Doc fixes (replace `iff').
5887
5888 2014-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
5889
5890 * mpc.el (mpc-volume-mouse-set): Don't burp at the boundaries.
5891
5892 2014-05-04 Leo Liu <sdl.web@gmail.com>
5893
5894 Support Chinese diary entries in calendar and diary. (Bug#17393)
5895 * calendar/cal-china.el (calendar-chinese-month-name-array): New var.
5896 (calendar-chinese-from-absolute-for-diary)
5897 (calendar-chinese-to-absolute-for-diary)
5898 (calendar-chinese-mark-date-pattern, diary-chinese-mark-entries)
5899 (diary-chinese-list-entries): New functions to list and mark
5900 Chinese diary entries in the calendar window.
5901 (diary-chinese-anniversary)
5902 (diary-chinese-insert-anniversary-entry)
5903 (diary-chinese-insert-entry, diary-chinese-insert-monthly-entry)
5904 (diary-chinese-insert-yearly-entry): New commands to insert
5905 Chinese diary entries.
5906
5907 * calendar/diary-lib.el (diary-font-lock-keywords):
5908 Support font-locking Chinese dates.
5909
5910 * calendar/cal-menu.el (cal-menu-diary-menu): Add entries for
5911 inserting Chinese diary entries.
5912
5913 * calendar/calendar.el (diary-chinese-entry-symbol):
5914 New customizable variable.
5915 (calendar-mode-map): Add bindings for inserting Chinese diary
5916 entries.
5917
5918 2014-05-03 Juri Linkov <juri@jurta.org>
5919
5920 * dired.el (dired-check-switches, dired-switches-recursive-p):
5921 New functions. (Bug#17218)
5922 (dired-switches-escape-p, dired-move-to-end-of-filename):
5923 Use `dired-check-switches'.
5924 (dired-insert-old-subdirs, dired-build-subdir-alist)
5925 (dired-sort-R-check): Use `dired-switches-recursive-p'.
5926
5927 2014-05-01 Barry O'Reilly <gundaetiapo@gmail.com>
5928
5929 * simple.el (undo-make-selective-list): New algorithm fixes
5930 incorrectness of position adjustments when undoing in region.
5931 (Bug#17235)
5932 (undo-elt-crosses-region): Make obsolete.
5933 (undo-adjust-elt, undo-adjust-beg-end, undo-adjust-pos):
5934 New functions to adjust positions using undo-deltas.
5935
5936 2014-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
5937
5938 * emacs-lisp/lisp-mode.el (lisp--match-hidden-arg): Only highlight past
5939 the last consecutive closing paren (bug#17345).
5940
5941 2014-04-30 Reuben Thomas <rrt@sc3d.org>
5942
5943 * dired.el (dired-mode): make terminology for eXpunge command
5944 consistent. (Bug#17276)
5945
5946 2014-04-30 Eli Zaretskii <eliz@gnu.org>
5947
5948 * dired.el (dired-initial-position-hook, dired-initial-position):
5949 Doc string fixes.
5950
5951 2014-04-30 Glenn Morris <rgm@gnu.org>
5952
5953 * mail/rmail.el (rmail-quit): Handle killed summaries. (Bug#17283)
5954
5955 2014-04-30 Matthias Dahl <matthias.dahl@binary-island.eu>
5956
5957 * faces.el (face-spec-recalc): Apply X resources only after the
5958 defface spec has been applied. Thus, X resources are no longer
5959 overriden by the defface spec which also fixes issues on win32 where
5960 the toolbar coloring was wrong because it is set through X resources
5961 and was (wrongfully) overriden. (Bug#16694)
5962
5963 2014-04-30 Stefan Monnier <monnier@iro.umontreal.ca>
5964
5965 * textmodes/rst.el (electric-pair-pairs): Declare.
5966 (rst-mode): Set it (bug#17131).
5967
5968 2014-04-30 Juri Linkov <juri@jurta.org>
5969
5970 * desktop.el (desktop-value-to-string): Let-bind `print-length'
5971 and `print-level' to nil. (Bug#17351)
5972
5973 2014-04-30 Nicolas Richard <theonewiththeevillook@yahoo.fr>
5974
5975 * battery.el (battery-update): Handle the case where battery
5976 status is "N/A" (bug#17319).
5977
5978 2014-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
5979
5980 * progmodes/ps-mode.el: Use SMIE. Move string and comment recognition
5981 to syntax-propertize.
5982 (ps-mode-auto-indent): Mark as obsolete.
5983 (ps-mode-font-lock-keywords-1): Remove string-or-comment handling.
5984 (ps-mode-font-lock-keywords-3): Use symbol regexp operators instead of
5985 word regexp operators.
5986 (ps-mode-map): Move initialization into declaration. Remove binding
5987 for TAB, RET, >, ], and }.
5988 (ps-mode-syntax-table): Move initialization into declaration.
5989 Don't give word syntax to non-word chars.
5990 (ps-run-mode-map): Move initialization into declaration.
5991 (ps-mode-menu-main): Remove auto-indent entry.
5992 (ps-mode-smie-rules): New function.
5993 (ps-mode): Setup smie, syntax-propertize, and electric-indent-mode.
5994 (ps-mode-looking-at-nested, ps-mode-match-string-or-comment): Remove.
5995 (ps-mode--string-syntax-table): New const.
5996 (ps-mode--syntax-propertize-special, ps-mode-syntax-propertize):
5997 New functions.
5998 (ps-mode-newline, ps-mode-tabkey, ps-mode-r-brace, ps-mode-r-angle)
5999 (ps-mode-r-gt, ps-mode-r-balance): Remove functions.
6000
6001 2014-04-27 Daniel Colascione <dancol@dancol.org>
6002
6003 * term/xterm.el (xterm-paste): Use large finite timeout when
6004 reading event to avoid putting keys in this-command-keys.
6005
6006 2014-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
6007
6008 * progmodes/perl-mode.el (perl--syntax-exp-intro-regexp): New var.
6009 (perl-syntax-propertize-function): Use it. Extend handling of
6010 here-docs to the unquoted case.
6011
6012 2014-04-25 Eli Zaretskii <eliz@gnu.org>
6013
6014 * tooltip.el (tooltip-show-help-non-mode, tooltip-show-help):
6015 Use equal-including-properties to compare help-echo strings (bug#17331).
6016
6017 2014-04-25 Leo Liu <sdl.web@gmail.com>
6018
6019 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
6020 Fix syntax for @. (Bug#17325)
6021
6022 2014-04-25 Daniel Colascione <dancol@dancol.org>
6023
6024 * emacs-lisp/cl.el (gv): Require gv early to break eager
6025 macro-expansion cycles.
6026
6027 2014-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
6028
6029 * simple.el (region-active-p): Check there's a mark (bug#17324).
6030
6031 * simple.el (completion-list-mode-map): Use choose-completion for the
6032 mouse binding as well (bug#17302).
6033 (completion-list-mode, completion-setup-function): Adjust docstring and
6034 echo area message accordingly.
6035 * progmodes/idlwave.el (idlwave-choose-completion): Adjust to new
6036 calling convention of choose-completion.
6037 * comint.el (comint-dynamic-list-completions):
6038 * term.el (term-dynamic-list-completions): Accept choose-completion.
6039
6040 * progmodes/perl-mode.el (perl-syntax-propertize-function): Slash after
6041 &, |, +, - and * can't be a division (bug#17317).
6042
6043 * term/xterm.el (xterm--version-handler): Don't use modern xterm
6044 features on gnome-terminal (bug#16988).
6045
6046 2014-04-25 Thien-Thi Nguyen <ttn@gnu.org>
6047
6048 Improve Scheme font-locking for (define ((foo ...) ...) ...).
6049
6050 * progmodes/scheme.el (scheme-font-lock-keywords-1): To find
6051 the declared object, ignore zero or more parens, not zero or one.
6052
6053 2014-04-24 Leo Liu <sdl.web@gmail.com>
6054
6055 * progmodes/xscheme.el (xscheme-expressions-ring)
6056 (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
6057 (xscheme-control-g-disabled-p, xscheme-process-filter-state)
6058 (xscheme-allow-output-p, xscheme-prompt)
6059 (xscheme-string-accumulator, xscheme-mode-string): Use defvar-local.
6060
6061 * progmodes/scheme.el (would-be-symbol, next-sexp-as-string):
6062 Comment out unused functions.
6063
6064 2014-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
6065
6066 * info.el: Use lexical-binding and cl-lib.
6067 Use defvar-local and setq-local instead of make-local-variable.
6068 (Info-apropos-matches): Avoid add-to-list.
6069 (Info-edit-mode-map): Fix obsolescence call to Info-edit-map.
6070
6071 2014-04-24 Daniel Colascione <dancol@dancol.org>
6072
6073 * progmodes/sh-script.el (sh-builtins): Add coproc to list of bash builtins.
6074
6075 2014-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
6076
6077 * emacs-lisp/cl-macs.el (cl--loop-let): Fix last merge.
6078
6079 2014-04-22 Michael Heerdegen <michael_heerdegen@web.de>
6080
6081 * dired.el (dired-insert-set-properties): Do not consider
6082 subdirectory headings and empty lines to be information that
6083 `dired-hide-details-mode' should hide. (Bug#17228)
6084
6085 2014-04-22 Michael Albinus <michael.albinus@gmx.de>
6086
6087 * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
6088 Remove test messages.
6089 (tramp-do-copy-or-rename-file-out-of-band): Do not quote `source'
6090 and `target' twice.
6091
6092 2014-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
6093
6094 * dframe.el (dframe-get-focus): Remove `hook' argument (bug#17311).
6095 * speedbar.el (speedbar-get-focus): Run the "hook" afterwards instead.
6096
6097 * emacs-lisp/cl-macs.el (cl--loop-let): Avoid `nil' as var name.
6098
6099 2014-04-22 Michael Albinus <michael.albinus@gmx.de>
6100
6101 * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
6102 Set "IFS=" when using read builtin, in order to preserve spaces in
6103 the file name. Add test messages for hunting a bug on hydra.
6104 (tramp-get-ls-command): Undo using "-b" argument. It doesn't help.
6105
6106 2014-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
6107
6108 * progmodes/prog-mode.el (prettify-symbols--compose-symbol):
6109 Don't prettify a word within a symbol.
6110
6111 2014-04-22 Michael Albinus <michael.albinus@gmx.de>
6112
6113 * net/tramp-sh.el (tramp-get-ls-command): Use "-b" argument if
6114 possible.
6115
6116 2014-04-22 Daniel Colascione <dancol@dancol.org>
6117
6118 * emacs-lisp/byte-run.el (function-put): Unbreak build: don't
6119 use defun to define `function-put'.
6120
6121 2014-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
6122
6123 * emacs-lisp/lisp-mode.el (lisp--match-hidden-arg): New function.
6124 (lisp-el-font-lock-keywords-2, lisp-cl-font-lock-keywords-2): Use it.
6125 (lisp-mode-variables): Set font-lock-extra-managed-props.
6126
6127 * emacs-lisp/byte-run.el (function-put): New function.
6128 (defun-declarations-alist): Use it. Add `pure' and `side-effect-free'.
6129 * emacs-lisp/cl-macs.el (cl-defstruct, cl-struct-sequence-type)
6130 (cl-struct-slot-info, cl-struct-slot-offset, cl-struct-slot-value):
6131 Use them.
6132
6133 2014-04-22 Daniel Colascione <dancol@dancol.org>
6134
6135 * emacs-lisp/macroexp.el (internal-macroexpand-for-load):
6136 Add `full-p' parameter; when nil, call `macroexpand' instead of
6137 `macroexpand-all'.
6138
6139 * emacs-lisp/byte-run.el (eval-when-compile, eval-and-compile):
6140 Improve docstrings.
6141
6142 * emacs-lisp/bytecomp.el (byte-compile-initial-macro-environment):
6143 Use lambda function values, not quoted lambdas.
6144 (byte-compile-recurse-toplevel): Remove extraneous &optional.
6145
6146 * emacs-lisp/cl-macs.el
6147 (cl-struct-sequence-type, cl-struct-slot-info): Declare pure.
6148 (cl-struct-slot-value): Conditionally use aref or nth so that the
6149 compiler produces optimal code.
6150
6151 2014-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
6152
6153 * emacs-lisp/cl-macs.el (cl-struct-slot-offset): Mark as pure.
6154 (inline): Don't inline cl--set-elt.
6155 (cl-struct-slot-value): Remove explicit gv-setter and compiler-macro.
6156 Define as inlinable instead.
6157 (cl-struct-set-slot-value): Remove.
6158
6159 * emacs-lisp/cl-lib.el (cl--set-elt): Remove.
6160 * emacs-lisp/cl-seq.el (cl-replace, cl-substitute, cl-nsubstitute):
6161 Use setf instead.
6162
6163 2014-04-21 Daniel Colascione <dancol@dancol.org>
6164
6165 * emacs-lisp/cl-macs.el (cl--const-expr-val): We didn't need the
6166 last two parameters after all.
6167 (cl--expr-contains,cl--compiler-macro-typep,cl--compiler-macro-member)
6168 (cl--compiler-macro-assoc,cl-struct-slot-value)
6169 (cl-struct-set-slot-value): Stop using them.
6170
6171 (2014-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
6172
6173 * image-mode.el (image-mode-window-put): Don't assume there's a `t'
6174 entry in image-mode-winprops-alist.
6175
6176 2014-04-21 Daniel Colascione <dancol@dancol.org>
6177
6178 * emacs-lisp/bytecomp.el (byte-compile-recurse-toplevel): New function.
6179 (byte-compile-recurse-toplevel, byte-compile-initial-macro-environment)
6180 (byte-compile-toplevel-file-form): Use it.
6181
6182 * emacs-lisp/cl-macs.el:
6183 (cl--loop-let): Properly destructure `while' clauses.
6184
6185 2014-04-20 Daniel Colascione <dancol@dancol.org>
6186
6187 * vc/vc.el (vc-root-dir): New public autoloaded function for
6188 generically finding the current VC root.
6189 * vc/vc-hooks.el (vc-not-supported): New error.
6190 (vc-call-backend): Signal `vc-not-supported' instead of generic error.
6191
6192 2014-04-20 Daniel Colascione <dancol@dancol.org>
6193
6194 * emacs-lisp/cl-macs.el (cl-the): Make `cl-the' assert its type
6195 argument.
6196 (cl--const-expr-val): cl--const-expr-val should macroexpand its
6197 argument in case we're inside a symbol-macrolet.
6198 (cl--do-arglist, cl--compiler-macro-typep)
6199 (cl--compiler-macro-member, cl--compiler-macro-assoc): Pass macro
6200 environment to `cl--const-expr-val'.
6201 (cl-struct-sequence-type,cl-struct-slot-info)
6202 (cl-struct-slot-offset, cl-struct-slot-value)
6203 (cl-struct-set-slot-value): New functions.
6204
6205 2014-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
6206
6207 * progmodes/sh-script.el (sh-smie--sh-keyword-p): Handle variable
6208 assignments such as "case=hello" (bug#17297).
6209
6210 2014-04-18 Michael Albinus <michael.albinus@gmx.de>
6211
6212 * net/tramp.el (tramp-run-real-handler, tramp-file-name-handler):
6213 Do not autoload.
6214 (tramp-file-name-handler, tramp-completion-file-name-handler):
6215 Revert patch from 2014-04-10, it isn't necessary anymore.
6216 (tramp-autoload-file-name-handler)
6217 (tramp-register-autoload-file-name-handlers): New defuns.
6218 (top): Autoload call of `tramp-register-autoload-file-name-handlers'.
6219 (tramp-register-file-name-handlers): Remove also
6220 `tramp-autoload-file-name-handler' from `file-name-handler-list'.
6221 Do not autoload its invocation, but eval it after loading of 'tramp.
6222
6223 * net/tramp-adb.el (tramp-unload-hook): Unload `tramp-adb'.
6224
6225 * net/tramp-compat.el (tramp-unload-hook): Unload `tramp-loaddefs'.
6226
6227 2014-04-17 Daniel Colascione <dancol@dancol.org>
6228
6229 Add support for bracketed paste mode; add infrastructure for
6230 managing terminal mode enabling and disabling automatically.
6231
6232 * xt-mouse.el:
6233 (xterm-mouse-mode): Simplify.
6234 (xterm-mouse-tracking-enable-sequence)
6235 (xterm-mouse-tracking-disable-sequence): New constants.
6236 (turn-on-xterm-mouse-tracking-on-terminal)
6237 (turn-off-xterm-mouse-tracking-on-terminal):
6238 Use tty-mode-set-strings and tty-mode-reset-strings terminal
6239 parameters instead of random hooks.
6240 (turn-on-xterm-mouse-tracking)
6241 (turn-off-xterm-mouse-tracking): Delete.
6242
6243 * term/xterm.el (xterm-extra-capabilities): Fix bitrotted comment.
6244 (xterm-paste-ending-sequence): New constant.
6245 (xterm-paste): New command used for bracketed paste support.
6246
6247 (xterm-modify-other-keys-terminal-list): Delete obsolete variable.
6248 (terminal-init-xterm-bracketed-paste-mode): New function.
6249 (terminal-init-xterm): Call it.
6250 (terminal-init-xterm-modify-other-keys): Use tty-mode-set-strings
6251 and tty-mode-reset-strings instead of random hooks.
6252 (xterm-turn-on-modify-other-keys)
6253 (xterm-turn-off-modify-other-keys)
6254 (xterm-remove-modify-other-keys): Delete obsolete functions.
6255
6256 * term/screen.el: Rewrite to just use the xterm code.
6257 Add copyright notice. Mention tmux.
6258
6259 2014-04-17 Ian D <dunni@gnu.org> (tiny change)
6260
6261 * image-mode.el (image-mode-window-put): Also update the property of
6262 the "default window".
6263 * doc-view.el (doc-view-new-window-function): If no window
6264 exists, move to the last known page.
6265
6266 2014-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
6267
6268 * progmodes/perl-mode.el (perl-calculate-indent): Don't auto-indent in
6269 here-documents (bug#17262).
6270
6271 2014-04-16 Eli Zaretskii <eliz@gnu.org>
6272
6273 * term/pc-win.el (x-list-fonts, x-get-selection-value):
6274 Provide doc strings, as required by snarf-documentation.
6275
6276 2014-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
6277
6278 * ps-def.el (ps-generate-postscript-with-faces1): Use the new `sorted'
6279 arg of overlays-at. Use `invisible-p'.
6280
6281 * obsolete/lucid.el (extent-at):
6282 * htmlfontify.el (hfy-overlay-props-at): Use the new `sorted' arg of
6283 overlays-at.
6284 (hfy-fontify-buffer): Remove unused var `orig-ovls'.
6285
6286 2014-04-16 João Távora <joaotavora@gmail.com>
6287
6288 * net/shr.el (shr-expand-url): Use `expand-file-name' for relative
6289 links. (Bug#17217).
6290
6291 2014-04-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6292
6293 * vc/ediff-diff.el (ediff-set-fine-diff-properties-in-one-buffer):
6294 Use mapc to loop over a vector. (Bug#17257).
6295
6296 2014-04-16 Michael Albinus <michael.albinus@gmx.de>
6297
6298 * net/tramp-sh.el (tramp-sh-handle-file-truename): Revert previous
6299 patch, there are new problems with file names containing spaces.
6300 Get rid of backticks. (Bug#17238)
6301
6302 2014-04-16 João Távora <joaotavora@gmail.com>
6303
6304 * elec-pair.el (electric-pair--syntax-ppss): Simplify and fix
6305 possible bug.
6306
6307 2014-04-16 Eli Zaretskii <eliz@gnu.org>
6308
6309 * frame.el (blink-cursor-blinks, blink-cursor-blinks-done): Doc fixes.
6310 (blink-cursor-mode): Mention customization variables and the
6311 effect of 'blink-cursor-blinks'.
6312
6313 2014-04-16 Barry O'Reilly <gundaetiapo@gmail.com>
6314
6315 * simple.el (undo): Prevent insertion of identity mapping into
6316 undo-equiv-table so as undo-only does not inf loop in the presence
6317 of consecutive nils in undo list.
6318
6319 2014-04-16 Matthias Dahl <matthias.dahl@binary-island.eu>
6320
6321 * faces.el (make-face): Deprecate optional argument as it is no
6322 longer needed/used since the conditional X resources handling
6323 has been pushed down to make-face-x-resource-internal itself.
6324 (make-empty-face): Don't pass optional argument to make-face.
6325
6326 2014-04-16 Karl Fogel <kfogel@red-bean.com>
6327
6328 * savehist.el (savehist-save): Remove workaround for a read-passwd
6329 bug that was fixed before 24.3. Thanks to Juanma Barranquero for
6330 noticing that the shim was still present.
6331
6332 2014-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
6333
6334 * doc-view.el (doc-view-set-doc-type): Ignore file name case; add .pps.
6335
6336 2014-04-14 Juanma Barranquero <lekktu@gmail.com>
6337
6338 * faces.el (face-set-after-frame-default): Remove unused local variable.
6339
6340 2014-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
6341
6342 * progmodes/grep.el: Use lexical-binding.
6343 (grep-expand-template): Pass explicit lexical env to `eval'.
6344 (zrgrep): Let-bind grep-find-template explicitly.
6345
6346 * emacs-lisp/cl-lib.el (current-case-table): Remove setter.
6347 * leim/quail/sisheng.el (sisheng-list): Use with-case-table.
6348
6349 2014-04-12 Eli Zaretskii <eliz@gnu.org>
6350
6351 * international/characters.el <standard-case-table>: Add entries
6352 for letters from the Coptic block u+2C80-u+2CFF. (Bug#17243)
6353 Set category of Coptic characters be 'g' (Greek).
6354
6355 2014-04-12 Leo Liu <sdl.web@gmail.com>
6356
6357 * progmodes/octave.el (completion-table-with-cache):
6358 Define if not available.
6359 (octave-goto-function-definition, octave-sync-function-file-names)
6360 (octave-find-definition-default-filename):
6361 Backquote upattern for compatibility.
6362
6363 2014-04-12 Michael Albinus <michael.albinus@gmx.de>
6364
6365 * net/tramp-sh.el (tramp-sh-handle-file-truename): Quote the file
6366 name twice due to backticks. (Bug#17238)
6367
6368 2014-04-12 Glenn Morris <rgm@gnu.org>
6369
6370 * term/w32-win.el (x-win-suspend-error):
6371 * term/x-win.el (x-win-suspend-error): Sync docs.
6372
6373 2014-04-12 Matthias Dahl <matthias.dahl@binary-island.eu>
6374
6375 * faces.el (make-face): Remove deprecated optional argument.
6376 The conditional application of X resources is handled directly by
6377 make-face-x-resource-internal since Emacs 24.4.
6378 (make-empty-face): Don't pass optional argument to make-face.
6379
6380 2014-04-11 Glenn Morris <rgm@gnu.org>
6381
6382 * Makefile.in (EMACSDATA, EMACSDOC, EMACSPATH): Unexport. (Bug#16429)
6383
6384 2014-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
6385
6386 Ediff's overlay priorities cause more trouble than they solve.
6387 * vc/ediff-init.el (ediff-shadow-overlay-priority): Remove variable.
6388 (ediff-highest-priority): Remove function (bug#17234).
6389 * vc/ediff-util.el (ediff-highlight-diff-in-one-buffer):
6390 * vc/ediff-diff.el (ediff-set-diff-overlays-in-one-buffer)
6391 (ediff-set-fine-diff-properties-in-one-buffer): Don't mess with
6392 overlay priorities.
6393
6394 2014-04-11 Feng Li <fengli@gmail.com> (tiny change)
6395
6396 * progmodes/pascal.el (pascal-font-lock-keywords): Fix incorrect format
6397 entry; use symbol boundaries to avoid mis-matches.
6398
6399 2014-04-11 Michael Albinus <michael.albinus@gmx.de>
6400
6401 * net/tramp.el (tramp-file-name-handler)
6402 (tramp-completion-file-name-handler): Avoid recursive loading.
6403
6404 * net/tramp-sh.el (tramp-make-copy-program-file-name):
6405 Quote result also locally.
6406
6407 2014-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
6408
6409 * emulation/cua-base.el (<toplevel>, cua--pre-command-handler-1):
6410 Remove left-over code.
6411
6412 * newcomment.el (comment-indent-new-line): Sink code where it's used.
6413 Reuse the previous comment's indentation unconditionally if it's on its
6414 own line.
6415
6416 2014-04-09 Daniel Colascione <dancol@dancol.org>
6417
6418 * emacs-lisp/lisp.el (backward-up-list): Add `escape-strings',
6419 `no-syntax-crossing' arguments. Forward to `up-list'.
6420 (up-list): Add `escape-strings', `no-syntax-crossing' arguments.
6421 Implement logic for escaping from strings. Use narrowing to deal
6422 with corner cases.
6423
6424 2014-04-09 Leo Liu <sdl.web@gmail.com>
6425
6426 * net/rcirc.el (rcirc-connection-info): New variable.
6427 (rcirc-connect): Use it to store connection info.
6428 (rcirc-buffer-process): Avoid get-buffer-process which returns nil
6429 for killed process.
6430 (rcirc-cmd-reconnect): New command. (Bug#17045)
6431 (rcirc-mode, set-rcirc-encode-coding-system)
6432 (set-rcirc-decode-coding-system, rcirc-connect): Use setq-local.
6433
6434 2014-04-09 Daniel Colascione <dancol@dancol.org>
6435
6436 * emacs-lisp/cl-indent.el: Add comment claiming
6437 facility is also good for elisp.
6438 (lisp-indent-find-method): New function.
6439 (common-lisp-indent-function): Recognize cl-loop.
6440 (common-lisp-indent-function-1): Recognize cl constructs; use
6441 `lisp-indent-find-method' instead of `get' directly.
6442 (if): Use else-body style for elisp.
6443
6444 2014-04-09 Dmitry Gutov <dgutov@yandex.ru>
6445
6446 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Highlight more
6447 Module methods. (Bug#17216)
6448
6449 2014-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
6450
6451 * help.el (describe-bindings): Fix buffer handling (bug#17210).
6452 (describe-bindings-internal): Mark obsolete.
6453
6454 2014-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
6455
6456 * subr.el (with-silent-modifications): Don't bind deactivate-mark,
6457 buffer-file-name, and buffer-file-truename any more.
6458
6459 2014-04-08 Leo Liu <sdl.web@gmail.com>
6460
6461 Use lexical-binding and require cl-lib.
6462 * net/rcirc.el (rcirc, rcirc-handler-ctcp-KEEPALIVE)
6463 (rcirc-handler-generic, rcirc-fill-paragraph)
6464 (rcirc-format-response-string, rcirc-target-buffer)
6465 (rcirc-last-line, rcirc-record-activity, rcirc-split-activity)
6466 (rcirc-activity-string, rcirc-make-trees, rcirc-cmd-ctcp)
6467 (rcirc-ctcp-sender-PING, rcirc-browse-url)
6468 (rcirc-markup-timestamp, rcirc-markup-attributes)
6469 (rcirc-markup-my-nick, rcirc-markup-urls)
6470 (rcirc-markup-bright-nicks, rcirc-markup-fill)
6471 (rcirc-check-auth-status, rcirc-handler-WALLOPS)
6472 (rcirc-handler-JOIN, rcirc-handler-PART-or-KICK)
6473 (rcirc-handler-PART, rcirc-handler-KICK, rcirc-handler-QUIT)
6474 (rcirc-handler-NICK, rcirc-handler-PING, rcirc-handler-PONG)
6475 (rcirc-handler-TOPIC, rcirc-handler-301, rcirc-handler-317)
6476 (rcirc-handler-332, rcirc-handler-333, rcirc-handler-477)
6477 (rcirc-handler-MODE, rcirc-handler-353, rcirc-handler-366)
6478 (rcirc-authenticate, rcirc-handler-INVITE, rcirc-handler-ERROR)
6479 (rcirc-handler-ctcp-VERSION, rcirc-handler-ctcp-TIME)
6480 (rcirc-handler-CTCP-response): Fix unused arguments warnings and
6481 use cl-lib.
6482
6483 2014-04-07 João Távora <joaotavora@gmail.com>
6484
6485 * elec-pair.el (electric-pair--syntax-ppss):
6486 When inside comments parse from comment beginning.
6487 (electric-pair--balance-info): Fix typo in comment.
6488 (electric-pair--in-unterminated-string-p): Delete.
6489 (electric-pair--unbalanced-strings-p): New function.
6490 (electric-pair-string-bound-function): New var.
6491 (electric-pair-inhibit-if-helps-balance): Decide quote pairing
6492 according to `electric-pair--in-unterminated-string-p'
6493
6494 * elec-pair.el (electric-pair-inhibit-if-helps-balance):
6495 Inhibit quote pairing if point-max is inside an unterminated string.
6496 (electric-pair--looking-at-unterminated-string-p): Delete.
6497 (electric-pair--in-unterminated-string-p): New function.
6498
6499 2014-04-07 Glenn Morris <rgm@gnu.org>
6500
6501 * shell.el (shell-directory-tracker):
6502 Go back to just ignoring failures. (Bug#17159)
6503
6504 2014-04-07 João Távora <joaotavora@gmail.com>
6505
6506 Fix `electric-pair-delete-adjacent-pairs' in modes binding
6507 backspace. (bug#16981)
6508 * elec-pair.el (electric-pair-backward-delete-char): Delete.
6509 (electric-pair-backward-delete-char-untabify): Delete.
6510 (electric-pair-mode-map): Bind backspace to a menu item filtering
6511 a new `electric-pair-delete-pair' command.
6512 (electric-pair-delete-pair): New command.
6513
6514 * progmodes/python.el (python-electric-pair-string-delimiter):
6515 Fix triple-quoting electricity. (Bug#17192)
6516
6517 * elec-pair.el (electric-pair-post-self-insert-function):
6518 Don't skip whitespace when `electric-pair-text-pairs' and
6519 `electric-pair-pairs' were used. syntax to
6520 electric-pair--skip-whitespace. (Bug#17183)
6521
6522 2014-04-07 Eli Zaretskii <eliz@gnu.org>
6523
6524 * leim/quail/ipa.el (ipa-x-sampa): Fix the character produced for
6525 "<F>". (Bug#17199)
6526
6527 2014-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
6528
6529 * mpc.el (mpc--status-timer-run): Disable timer if not displayed.
6530 (mpc--status-idle-timer-run): Use mpc--status-timer-run.
6531
6532 2014-04-07 Glenn Morris <rgm@gnu.org>
6533
6534 * help.el (view-lossage): Doc tweak.
6535
6536 2014-04-07 Matthias Dahl <ml_emacs-lists@binary-island.eu>
6537
6538 * faces.el (face-spec-recalc): Call make-face-x-resource-internal
6539 only when inhibit-x-resources is nil, and do that earlier in the
6540 function. Doc fix. (Bug#16694)
6541 (face-spec-choose): Accept additional optional argument, whose
6542 value is returned if no matching attributes are found.
6543 (face-spec-recalc): Use the new optional argument when calling
6544 face-spec-choose. (Bug#16378)
6545 (make-face-x-resource-internal): Do nothing when
6546 inhibit-x-resources is non-nil. Don't touch the default face if
6547 reversed video is given--as was done in previous versions of Emacs.
6548 (face-set-after-frame-default): Don't call
6549 make-face-x-resource-internal here. (Bug#16434)
6550
6551 2014-04-07 Tassilo Horn <tsdh@gnu.org>
6552
6553 * doc-view.el (doc-view-bookmark-jump):
6554 Use `bookmark-after-jump-hook' to jump to the right page after the
6555 buffer is shown in a window. (bug#16090)
6556
6557 2014-04-07 Eli Zaretskii <eliz@gnu.org>
6558
6559 * international/characters.el (mirroring): Fix last change:
6560 instead of loading uni-mirrored.el explicitly, do that implicitly
6561 by creating the 'mirroring' uniprop table. This avoids announcing
6562 the loading of uni-mirrored.el.
6563
6564 2014-04-07 Glenn Morris <rgm@gnu.org>
6565
6566 * files.el (buffer-stale--default-function)
6567 (buffer-stale-function, revert-buffer--default):
6568 * autorevert.el (auto-revert-buffers): Doc tweaks.
6569
6570 2014-04-07 Eli Zaretskii <eliz@gnu.org>
6571
6572 * international/characters.el: Preload uni-mirrored.el. (Bug#17169)
6573
6574 2014-04-07 Glenn Morris <rgm@gnu.org>
6575
6576 * files.el (make-backup-file-name-function)
6577 (make-backup-file-name, make-backup-file-name--default-function)
6578 (make-backup-file-name-1, find-backup-file-name)
6579 (revert-buffer-function, revert-buffer-insert-file-contents-function)
6580 (buffer-stale--default-function, buffer-stale-function)
6581 (before-revert-hook, after-revert-hook, revert-buffer-in-progress-p)
6582 (revert-buffer, revert-buffer--default)
6583 (revert-buffer-insert-file-contents--default-function):
6584 Doc fixes related to defaults no longer being nil.
6585 (make-backup-file-name-function): Bump :version.
6586 Restore nil as a valid but deprecated custom type.
6587
6588 2014-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
6589
6590 * progmodes/perl-mode.el (perl-syntax-propertize-function):
6591 Handle $' used as a variable (bug#17174).
6592
6593 * progmodes/perl-mode.el (perl-indent-new-calculate):
6594 Handle forward-sexp failure (bug#16985).
6595 (perl-syntax-propertize-function): Add "foreach" and "for" statement
6596 modifiers introducing expressions (bug#17116).
6597
6598 2014-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
6599
6600 * dired-aux.el (dired-file-set-difference): Use lexical-scoping.
6601
6602 2014-04-05 Leo Liu <sdl.web@gmail.com>
6603
6604 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
6605 Add define-compilation-mode.
6606
6607 2014-04-04 João Távora <joaotavora@gmail.com>
6608
6609 * elec-pair.el (electric-pair--syntax-ppss): When inside comments
6610 parse from comment beginning.
6611 (electric-pair--balance-info): Fix typo in comment.
6612 (electric-pair--in-unterminated-string-p): Delete.
6613 (electric-pair--unbalanced-strings-p): New function.
6614 (electric-pair-string-bound-function): New var.
6615 (electric-pair-inhibit-if-helps-balance): Decide quote pairing
6616 according to `electric-pair--in-unterminated-string-p'.
6617
6618 2014-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
6619
6620 * textmodes/reftex-parse.el (reftex--index-tags): Rename `index-tags'.
6621 Move declaration before first use.
6622 (reftex-move-to-next-arg): Silence compiler warning.
6623
6624 2014-04-04 Joost Kremers <joostkremers@fastmail.fm> (tiny change)
6625
6626 * textmodes/reftex-toc.el (reftex-toc, reftex-re-enlarge):
6627 Use `window-total-width' instead of `window-width'.
6628
6629 2014-04-03 Daniel Colascione <dancol@dancol.org>
6630
6631 * subr.el (set-transient-map): Remove rms's workaround entirely;
6632 use new `suspicious-object' subr to mark our lambda for closer
6633 scrutiny during gc.
6634
6635 2014-04-02 Richard Stallman <rms@gnu.org>
6636
6637 * subr.el (set-transient-map): Comment out previous change.
6638
6639 2014-04-02 Glenn Morris <rgm@gnu.org>
6640
6641 * menu-bar.el (menu-bar-file-menu):
6642 * vc/ediff.el (ediff-current-file):
6643 Update for revert-buffer-function no longer being nil by default.
6644
6645 * simple.el (command-execute): Respect nil disabled-command-function.
6646
6647 2014-04-02 Nicolas Richard <theonewiththeevillook@yahoo.fr>
6648
6649 * simple.el (command-execute): Do not execute the command when it
6650 is disabled; fixes thinko in 2013-02-20 conversion from C. (Bug#17151)
6651
6652 2014-04-02 Juri Linkov <juri@jurta.org>
6653
6654 * dired-aux.el (dired-compress-file): Don't use string-match-p
6655 because its match data is used afterwards.
6656
6657 2014-04-02 Stefan Monnier <monnier@iro.umontreal.ca>
6658
6659 * emacs-lisp/package.el (package-built-in-p): Treat a min-version of
6660 0 like nil.
6661
6662 2014-04-02 João Távora <joaotavora@gmail.com>
6663
6664 * elec-pair.el (electric-pair-inhibit-if-helps-balance):
6665 Inhibit quote pairing if point-max is inside an unterminated string.
6666 (electric-pair--looking-at-unterminated-string-p):
6667 Delete.
6668 (electric-pair--in-unterminated-string-p): New function.
6669
6670 2014-04-01 Daniel Colascione <dancol@dancol.org>
6671
6672 * minibuffer.el (minibuffer-complete): Prevent assertion failure
6673 when trying to complete the prompt.
6674
6675 2014-03-31 Leo Liu <sdl.web@gmail.com>
6676
6677 * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info):
6678 Refactor out eldoc-documentation-function-default.
6679 (eldoc-documentation-function-default): New function.
6680 (eldoc-documentation-function): Change value.
6681
6682 2014-03-31 Glenn Morris <rgm@gnu.org>
6683
6684 * simple.el (cycle-spacing--context, cycle-spacing): Doc tweaks.
6685
6686 * progmodes/vhdl-mode.el (vhdl-speedbar-select-mra)
6687 (vhdl-compose-components-package, vhdl-compose-configuration):
6688 Abbreviate default-directory (missing from some previous upstream sync).
6689
6690 2014-03-31 Reto Zimmermann <reto@gnu.org>
6691
6692 Sync with upstream vhdl mode v3.35.2.
6693 * progmodes/vhdl-mode.el (vhdl-version, vhdl-time-stamp): Update.
6694 (top-level): No longer require assoc.
6695 (vhdl-asort, vhdl-anot-head-p, vhdl-aput, vhdl-adelete, vhdl-aget):
6696 New functions. Use throughout to replace aget etc.
6697 (vhdl-aput-delete-if-nil): Rename from vhdl-aput.
6698 (vhdl-update-file-contents): Update for vhdl-aput-delete-if-nil rename.
6699 (vhdl-template-replace-header-keywords): Fix bug for "<title string>".
6700 (vhdl-compile-init): Do not initialize regexps for Emacs 22+.
6701 (vhdl-error-regexp-emacs-alist): Remove regexps from all compilers
6702 except `vhdl-compiler'.
6703 (vhdl-error-regexp-add-emacs): Remove all other compilers,
6704 when appropriate.
6705
6706 2014-03-31 Glenn Morris <rgm@gnu.org>
6707
6708 * progmodes/vhdl-mode.el (vhdl-expand-abbrev, vhdl-expand-paren):
6709 Revert 2014-03-26 merge goof; go back to using defalias.
6710
6711 2014-03-30 Daniel Colascione <dancol@dancol.org>
6712
6713 * comint.el (comint-send-input):
6714 Deactivate completion-in-region-mode before we send comint input.
6715 (Bug#17139).
6716
6717 * simple.el (keyboard-quit): Deactivate completion-in-region-mode
6718 on keyboard-quit.
6719
6720 2014-03-29 Glenn Morris <rgm@gnu.org>
6721
6722 * textmodes/reftex.el: Manage most autoloads automatically.
6723 * textmodes/reftex-auc.el, textmodes/reftex-cite.el:
6724 * textmodes/reftex-dcr.el, textmodes/reftex-global.el:
6725 * textmodes/reftex-index.el, textmodes/reftex-parse.el:
6726 * textmodes/reftex-ref.el, textmodes/reftex-sel.el:
6727 * textmodes/reftex-toc.el: Set generated-autoload-file,
6728 and add autoload cookies for reftex.el.
6729 * Makefile.in (AUTOGEN_VCS): Add textmodes/reftex.el.
6730
6731 2014-03-28 Glenn Morris <rgm@gnu.org>
6732
6733 * cus-start.el (report-emacs-bug-address): Set custom properties.
6734 * mail/emacsbug.el (report-emacs-bug-address):
6735 Variable is now defined in emacs.c.
6736
6737 * mail/emacsbug.el (report-emacs-bug):
6738 Include system-configuration-features.
6739
6740 2014-03-28 Michal Nazarewicz <mina86@mina86.com>
6741
6742 * simple.el (cycle-spacing): Never delete spaces on first run by
6743 default, but do so in a new 'fast mode and if there are already
6744 N spaces (the previous behavior).
6745 Compare N with its value in previous invocation so that changing
6746 prefix argument restarts `cycle-spacing' sequence.
6747 The idea is that with this change, binding M-SPC to
6748 `cycle-spacing' should not introduce any changes in behavior of
6749 the binding so long as users do not type M-SPC twice in a raw with
6750 the same prefix argument or lack thereof.
6751
6752 2014-03-28 Glenn Morris <rgm@gnu.org>
6753
6754 * faces.el (term-file-aliases): New variable.
6755 (tty-run-terminal-initialization): Respect term-file-aliases.
6756 * term/apollo.el, term/vt102.el, term/vt125.el, term/vt201.el:
6757 * term/vt220.el, term/vt240.el, term/vt300.el, term/vt320.el:
6758 * term/vt400.el, term/vt420.el: Remove files, replaced by aliases.
6759
6760 2014-03-27 Glenn Morris <rgm@gnu.org>
6761
6762 * startup.el (inhibit-startup-hooks): Doc tweak.
6763 (normal-top-level): Simplify running of hooks.
6764 For window-setup-hook, respect inhibit-startup-hooks.
6765 (command-line-1): Don't set window-setup-hook to nil.
6766
6767 Allow selective autoloading from obsolete/ directory.
6768 * Makefile.in (obsolete-autoloads): New rule.
6769 (autoloads): Run obsolete-autoloads.
6770 * obsolete/iswitchb.el (iswitchb-mode): Use obsolete-autoload.
6771 * simple.el (iswitchb-mode): Remove hand-written autoloads.
6772
6773 2014-03-27 Dmitry Gutov <dgutov@yandex.ru>
6774
6775 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
6776 Highlight special globals with font-lock-builtin-face. (Bug#17057)
6777
6778 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
6779 Don't propertize `?' or `!' as symbol constituent when after
6780 colon. (Bug#17097)
6781
6782 2014-03-27 Juanma Barranquero <lekktu@gmail.com>
6783
6784 * frameset.el (frameset--restore-frame): Remove workaround for bug#14795
6785 which is no longer needed and causes trouble in GTK builds (bug#17046).
6786
6787 * emacs-lisp/package-x.el (package--archive-contents-from-url):
6788 Use url-insert-file-contents; package-handle-response no longer exists.
6789
6790 2014-03-26 Daniel Colascione <dancol@dancol.org>
6791
6792 * simple.el (process-menu-mode-map): New variable.
6793 (process-menu-delete-process): New command.
6794
6795 2014-03-26 Juanma Barranquero <lekktu@gmail.com>
6796
6797 * emacs-lisp/package.el: Fix bug#16733 (again).
6798 (url-http-parse-response, url-http-end-of-headers, url-recreate-url)
6799 (url-http-target-url): Remove unused declarations.
6800 (package-handle-response): Remove.
6801 (package--with-work-buffer): Use url-insert-file-contents and simplify.
6802 (package--download-one-archive): Use current-buffer instead of
6803 dynamic binding of `buffer'.
6804 (describe-package-1): Do not decode readme-string.
6805
6806 2014-03-26 Michael Albinus <michael.albinus@gmx.de>
6807
6808 * net/tramp.el (tramp-methods, tramp-connection-timeout): Fix docstring.
6809
6810 * net/tramp-sh.el (tramp-sh-handle-vc-registered): Revert change
6811 from 2014-03-07, it decreases performance unnecessarily. Let-bind
6812 `remote-file-name-inhibit-cache' to nil in the second pass.
6813 (tramp-find-executable): Do not call "which" on SunOS.
6814 (tramp-send-command-and-check): Fix docstring.
6815 (tramp-do-copy-or-rename-file-directly): In the `rename' case,
6816 check whether source directory has set the sticky bit.
6817
6818 2014-03-26 Barry O'Reilly <gundaetiapo@gmail.com>
6819
6820 * simple.el (primitive-undo): Only process marker adjustments
6821 validated against their corresponding (TEXT . POS). Issue warning
6822 for lone marker adjustments in undo history. (Bug#16818)
6823 (undo-make-selective-list): Add marker adjustments to selective
6824 undo list based on whether their corresponding (TEXT . POS) is in
6825 the region. Remove variable adjusted-markers, which was unused
6826 and only non nil during undo-make-selective-list.
6827 (undo-elt-in-region): Return nil when passed a marker adjustment
6828 and explain in function doc.
6829
6830 2014-03-26 Nicolas Richard <theonewiththeevillook@yahoo.fr>
6831
6832 * align.el (align-region): Do not fail when end-mark is nil (bug#17088).
6833
6834 2014-03-26 Dmitry Gutov <dgutov@yandex.ru>
6835
6836 * progmodes/ruby-mode.el (ruby-expression-expansion-re):
6837 Match special global variables without curlies, too.
6838 (ruby-font-lock-keywords): Simplify the matcher for special global
6839 variables. Don't require a non-word character after the variable.
6840 (Bug#17057)
6841
6842 2014-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
6843
6844 * simple.el (redisplay-highlight-region-function): Increase priority of
6845 overlay to make sure boundaries are visible (bug#15899).
6846
6847 2014-03-26 Juanma Barranquero <lekktu@gmail.com>
6848
6849 * frameset.el (frameset--initial-params): Fix typo in parameter name.
6850 (frameset-restore): Compare display strings with equal.
6851
6852 * frame.el (make-frame): Don't quote display name in error message,
6853 it is already a string.
6854
6855 2014-03-26 Thierry Volpiatto <thierry.volpiatto@gmail.com>
6856
6857 * net/tramp.el (tramp-read-passwd): Suspend the timers while reading
6858 the password.
6859
6860 2014-03-26 Dmitry Gutov <dgutov@yandex.ru>
6861
6862 * emacs-lisp/package.el (package--add-to-archive-contents):
6863 Include already installed and built-in packages in
6864 `package-archive-contents'.
6865 (package-install): Don't include already installed packages in the
6866 options during interactive invocation. (Bug#16762)
6867 (package-show-package-list): If the buffer is already displayed in
6868 another window, switch to that window.
6869
6870 2014-03-26 Reto Zimmermann <reto@gnu.org>
6871
6872 Sync with upstream vhdl mode v3.35.1.
6873 * progmodes/vhdl-mode.el (vhdl-version, vhdl-time-stamp): Update.
6874 (vhdl-compiler-alist): Doc fix.
6875 (vhdl-goto-line): Remove.
6876 (vhdl-mode-abbrev-table-init): Add XEmacs compat.
6877 (vhdl-mode) <paragraph-start>: Fix value.
6878 (vhdl-fix-statement-region): Not `for' in wait-statement.
6879 (vhdl-beautify-region): Also (un)tabify.
6880 (vhdl-get-visible-signals):
6881 Scan declarative part of generate statements.
6882 (vhdl-template-record): Fix indentation for record type declaration.
6883 (vhdl-expand-abbrev, vhdl-expand-paren):
6884 Revert to using fset again rather than defalias.
6885 (vhdl-scan-directory-contents): Tweak.
6886 (vhdl-speedbar-find-file, vhdl-speedbar-port-copy)
6887 (vhdl-compose-components-package):
6888 Replace vhdl-goto-line with forward-line.
6889 (top-level): Tweak speedbar frame selection.
6890 (vhdl-generate-makefile-1): Support for compilers with no
6891 unit-to-file name mapping (create directory with dummy files).
6892
6893 2014-03-26 Wilson Snyder <wsnyder@wsnyder.org>
6894
6895 Sync with upstream verilog-mode revision 702457d.
6896 * progmodes/verilog-mode.el (verilog-mode-version): Update.
6897 (create-lockfiles): Declare.
6898 (verilog-read-decls): Fix module header imports, bug709.
6899 Reported by Victor Lau.
6900 Fix parsing 'var' in AUTOs, msg1294. Reported by Dominique Chen.
6901 (verilog-auto-inout-module): Fix AUTOINOUTMODULE not inserting
6902 interface-only modules, bug721. Reported by Dean Hoyt.
6903
6904 2014-03-26 Glenn Morris <rgm@gnu.org>
6905
6906 * obsolete/gulp.el: Move here from emacs-lisp/.
6907
6908 * files.el (lock-buffer, unlock-buffer, file-locked-p):
6909 Remove fallback aliases, since they are always defined now.
6910
6911 2014-03-24 Daniel Colascione <dancol@dancol.org>
6912
6913 * emacs-lisp/cl-macs.el (cl--do-arglist): Use `plist-member'
6914 instead of cl-loop search function.
6915
6916 2014-03-23 Lars Ingebrigtsen <larsi@gnus.org>
6917
6918 * calendar/parse-time.el (parse-time-iso8601-regexp)
6919 (parse-iso8601-time-string): Copy from `url-dav' so that we can use
6920 it more generally.
6921
6922 2014-03-23 Lars Ingebrigtsen <larsi@gnus.org>
6923
6924 * net/dns.el (network-interface-list): Define for XEmacs.
6925
6926 2014-03-23 Magnus Henoch <magnus.henoch@gmail.com>
6927
6928 * net/dns.el (dns-servers-up-to-date-p): New function to see whether
6929 the network interfaces changed.
6930 (dns-query): Use it to flush the data.
6931
6932 2014-03-23 Juanma Barranquero <lekktu@gmail.com>
6933
6934 * vc/vc.el (vc-rollback): Use set-buffer-modified-p.
6935
6936 2014-03-23 Daniel Colascione <dancol@dancol.org>
6937
6938 Change subword-mode to use `find-word-boundary-function-table' and
6939 replace `capitalized-words-mode'. Also, convert to lexical binding.
6940 * progmodes/cap-words.el: Delete now-obsolete file.
6941 * progmodes/subword.el: Reimplement using
6942 `find-word-boundary-function-table'.
6943 (subword-mode-map): Hollow out.
6944 (capitalized-words-mode): Define as obsolete alias for
6945 `subword-mode'.
6946 (subword-mode, superword-mode): Tweak documentation to reflect new
6947 implementation; call `subword-setup-buffer'.
6948 (subword-forward, subword-capitalize): Add underscore to indicate
6949 unused variable.
6950 (subword-find-word-boundary-function-table): New constant.
6951 (subword-empty-char-table): New constant.
6952 (subword-setup-buffer): New function.
6953 (subword-find-word-boundary): New function.
6954
6955 2014-03-23 Daniel Colascione <dancol@dancol.org>
6956
6957 * emacs-lisp/cl-macs.el (cl--do-arglist): Use a little `cl-loop'
6958 list to look for keyword arguments instead of `memq', fixing
6959 (Bug#3647) --- unfortunately, only for freshly-compiled code.
6960 Please make bootstrap.
6961
6962 2014-03-22 Glenn Morris <rgm@gnu.org>
6963
6964 * dired.el (dired-read-regexp): Make obsolete.
6965 (dired-mark-files-regexp, dired-mark-files-containing-regexp)
6966 (dired-flag-files-regexp):
6967 * dired-aux.el (dired-mark-read-regexp):
6968 * dired-x.el (dired-mark-unmarked-files): Use read-regexp directly.
6969
6970 * startup.el (fancy-startup-text):
6971 * help.el (describe-gnu-project): Visit online info about GNU project.
6972
6973 * help-fns.el (help-fns--interactive-only): New function.
6974 (help-fns-describe-function-functions): Add the above function.
6975 * simple.el (beginning-of-buffer, end-of-buffer, insert-buffer)
6976 (next-line, previous-line): Remove hand-written interactive-only
6977 information from doc strings, it is auto-generated now.
6978 * bookmark.el (bookmark-write):
6979 * epa-mail.el (epa-mail-decrypt, epa-mail-verify, epa-mail-sign)
6980 (epa-mail-import-keys): Mark interactive-only,
6981 and remove hand-written interactive-only information from doc strings.
6982 * epa.el (epa-decrypt-armor-in-region, epa-verify-region)
6983 (epa-verify-cleartext-in-region, epa-sign-region, epa-encrypt-region):
6984 * files.el (not-modified):
6985 * simple.el (mark-whole-buffer): Mark interactive-only.
6986
6987 * emacs-lisp/byte-run.el (defun-declarations-alist):
6988 Add interactive-only. Doc tweak.
6989 (macro-declarations-alist): Doc tweak.
6990 * subr.el (declare): Doc tweak (add xref to manual).
6991 * comint.el (comint-run):
6992 * files.el (insert-file-literally, insert-file):
6993 * replace.el (replace-string, replace-regexp):
6994 * simple.el (beginning-of-buffer, end-of-buffer, delete-backward-char)
6995 (delete-forward-char, goto-line, insert-buffer, next-line)
6996 (previous-line): Set interactive-only via declare.
6997
6998 2014-03-22 Dmitry Gutov <dgutov@yandex.ru>
6999
7000 * emacs-lisp/package.el (package-desc): Use the contents of the
7001 quoted form, not its cdr. (Bug#16873)
7002
7003 2014-03-22 Juanma Barranquero <lekktu@gmail.com>
7004
7005 * w32-common-fns.el (x-selection-owner-p): Add empty docstring for the
7006 benefit of doc.c; change parameter profile to match the X function.
7007
7008 2014-03-22 Leo Liu <sdl.web@gmail.com>
7009
7010 * help.el (temp-buffer-setup-hook): Remove help-mode-setup.
7011 (temp-buffer-show-hook): Remove help-mode-finish. (Bug#16038)
7012
7013 2014-03-21 Richard Stallman <rms@gnu.org>
7014
7015 * battery.el (battery-linux-sysfs): Search for each field
7016 from the beginning of the buffer.
7017
7018 * subr.el (set-transient-map): Clear out function and value
7019 of the temporary symbol when we're done with it.
7020
7021 * mail/rmailsum.el (rmail-summary-delete-forward):
7022 Optimize case of reaching end and handling count.
7023 (rmail-summary-mark-deleted): Optimize when N is current msg.
7024 Don't create new summary line.
7025 (rmail-summary-undelete): Pass arg to rmail-undelete-previous-message.
7026 (rmail-summary-undelete-many): Rewrite for speed.
7027 (rmail-summary-msg-number): New function.
7028
7029 * mail/rmail.el (rmail-delete-message): Update summary.
7030 (rmail-undelete-previous-message): Handle repeat count arg.
7031 (rmail-delete-backward, rmail-delete-forward): Likewise.
7032
7033 2014-03-21 Daniel Colascione <dancol@dancol.org>
7034
7035 * mail/emacsbug.el (report-emacs-bug): Include memory usage
7036 information in bug reports.
7037
7038 2014-03-21 Michael Albinus <michael.albinus@gmx.de>
7039
7040 * net/tramp.el (tramp-methods): Add docstring for `tramp-login-env'
7041 and `tramp-copy-env'.
7042
7043 * net/tramp-sh.el (tramp-methods) <sudo>: Add `tramp-login-env'.
7044 (tramp-maybe-open-connection): Handle `tramp-login-env'.
7045
7046 2014-03-21 Glenn Morris <rgm@gnu.org>
7047
7048 * electric.el (electric-indent-post-self-insert-function): Add doc.
7049
7050 2014-03-21 Dmitry Gutov <dgutov@yandex.ru>
7051
7052 * emacs-lisp/package.el (package-compute-transaction):
7053 Use `version-list-<=' to compare the requirement version against
7054 the version of package already to be installed. Update the error
7055 message. (Bug#16826)
7056
7057 * progmodes/ruby-mode.el (ruby-smie-rules):
7058 Add indentation rule for ` @ '. (Bug#17050)
7059
7060 2014-03-21 Juanma Barranquero <lekktu@gmail.com>
7061
7062 * align.el (align-regexp): Remove superfluous backslash.
7063
7064 * ffap.el (ffap-ftp-default-user, ffap-url-regexp)
7065 (ffap-pass-wildcards-to-dired, dired-at-point-require-prefix)
7066 (ffap-rfc-path, ffap-ftp-sans-slash-regexp, ffap-menu-regexp):
7067 Fix docstring typos.
7068 (ffap-next): Use C-u in docstring.
7069 (ffap-machine-p, ffap-list-env, ffap-alist, ffap-alist)
7070 (ffap-string-at-point-mode-alist, ffap-menu, ffap-menu-ask):
7071 Remove superfluous backslashes.
7072 (ffap-string-at-point): Reflow docstring.
7073
7074 * server.el (server-host): Reflow docstring.
7075 (server-unload-function): Fix docstring typo.
7076 (server-eval-at): Remove superfluous backslash.
7077
7078 * skeleton.el (skeleton-insert): Remove superfluous backslash.
7079 (skeleton-insert): Doc fix.
7080 (skeleton-insert): Reflow docstring.
7081
7082 * term/tty-colors.el (tty-color-alist, tty-modify-color-alist)
7083 (tty-color-approximate, tty-color-by-index, tty-color-values)
7084 (tty-color-desc): Remove superfluous backslashes.
7085
7086 2014-03-21 Glenn Morris <rgm@gnu.org>
7087
7088 * cus-start.el (history-length): Bump :version.
7089
7090 * Makefile.in ($(MH_E_DIR)/mh-loaddefs.el)
7091 ($(TRAMP_DIR)/tramp-loaddefs.el, $(CAL_DIR)/cal-loaddefs.el)
7092 ($(CAL_DIR)/diary-loaddefs.el, $(CAL_DIR)/hol-loaddefs.el):
7093 Don't set `make-backup-files'.
7094
7095 * info.el (info--prettify-description): New function,
7096 to give info-finder descriptions consistent case, punctuation.
7097 (Info-finder-find-node): Use it. Sort packages.
7098 Refer to "description" rather than "commentary".
7099
7100 2014-03-21 Juanma Barranquero <lekktu@gmail.com>
7101
7102 * frameset.el (frameset--print-register): New function.
7103 (frameset-to-register): Use it.
7104
7105 2014-03-20 Juanma Barranquero <lekktu@gmail.com>
7106
7107 * progmodes/hideif.el (hif-string-to-number): New function.
7108 (hif-tokenize): Use it to understand non-decimal floats.
7109
7110 * emacs-lisp/cl-extra.el (cl--map-overlays): Remove obsolete code.
7111
7112 * skeleton.el (skeleton-autowrap): Mark as obsolete. Doc fix.
7113
7114 2014-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
7115
7116 * electric.el (electric-newline-and-maybe-indent): New command.
7117 Bind it globally to C-j.
7118 (electric-indent-mode): Don't mess with the global map any more.
7119 Don't drop the post-self-insert-hook is some buffer is still using it
7120 (bug#16770).
7121
7122 * bindings.el (global-map): Remove C-j binding.
7123
7124 * emacs-lisp/nadvice.el (advice--make-docstring): Try harder to find
7125 the docstring of functions advised before dumping (bug#16993).
7126
7127 2014-03-19 Stefan-W. Hahn <stefan.hahn@s-hahn.de> (tiny change)
7128
7129 * ps-print.el (ps-generate-postscript-with-faces):
7130 Explicitly deactivate the mark (bug#16866).
7131 * simple.el (deactivate-mark): Update region highlight.
7132
7133 2014-03-19 Juanma Barranquero <lekktu@gmail.com>
7134
7135 * emacs-lisp/package.el (describe-package-1):
7136 Decode commentary (bug#16733).
7137
7138 2014-03-18 Juanma Barranquero <lekktu@gmail.com>
7139
7140 * custom.el (defcustom): Doc fix: recommend avoiding destructive
7141 modification of the value argument of :set (bug#16755).
7142
7143 2014-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
7144
7145 * simple.el (newline-and-indent): Do autofill (bug#17031).
7146
7147 2014-03-18 Dmitry Gutov <dgutov@yandex.ru>
7148
7149 * newcomment.el (comment-normalize-vars): Only add escaping check
7150 to `comment-start-skip' if not `comment-use-syntax'. (Bug#16971)
7151 (comment-beginning): Use `narrow-to-region' instead of moving back
7152 one character.
7153 (http://lists.gnu.org/archive/html/emacs-devel/2014-03/msg00488.html)
7154 (comment-start-skip): Update the docstring.
7155
7156 2014-03-18 Richard Stallman <rms@gnu.org>
7157
7158 * dired.el (dired-display-file): Force use of other window.
7159
7160 2014-03-18 Daniel Colascione <dancol@dancol.org>
7161
7162 * startup.el (tty-handle-args): Remove debug message from 2007.
7163
7164 2014-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
7165
7166 * emacs-lisp/nadvice.el (advice--interactive-form): New function.
7167 (advice--make-interactive-form): Use it to avoid (auto)loading function.
7168 (advice--make-1, advice-add, advice-remove):
7169 Remove braindead :advice-pending hack.
7170
7171 2014-03-17 Glenn Morris <rgm@gnu.org>
7172
7173 * calendar/calendar.el (calendar-generate-month): Apply weekend
7174 face to the right days; fixes 2013-08-06 change. (Bug#17028)
7175
7176 2014-03-17 Michael Albinus <michael.albinus@gmx.de>
7177
7178 * net/tramp.el (tramp-action-out-of-band): Read pending output.
7179 (tramp-call-process): Trace also DESTINATION.
7180
7181 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
7182 Quote file names when they are local. Remove superfluous trace.
7183
7184 2014-03-17 Dmitry Gutov <dgutov@yandex.ru>
7185
7186 * newcomment.el (comment-beginning): If `comment-start-skip'
7187 doesn't match, move back one char and try again. (Bug#16971)
7188
7189 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
7190 Set `comment-use-syntax' to t to avoid the unnecessary runtime check.
7191 Set `comment-start-skip' to a simpler value that doesn't try to
7192 check if the semicolon is escaped (this is handled by
7193 `syntax-ppss' now). (Bug#16971)
7194
7195 * progmodes/scheme.el (scheme-mode-variables): Same.
7196
7197 2014-03-16 Martin Rudalics <rudalics@gmx.at>
7198
7199 Fix behavior of with-temp-buffer-window (Bug#16816, Bug#17007).
7200 * window.el (with-temp-buffer-window): Don't make BUFFER-OR-NAME
7201 current (Bug#16816, Bug#17007).
7202 (with-current-buffer-window): New macro doing the same as
7203 `with-temp-buffer-window' but with BUFFER-OR-NAME current.
7204 * help.el (help-print-return-message): Warn in doc-string to not
7205 use this in `with-help-window'.
7206 (describe-bindings-internal): Call `describe-buffer-bindings'
7207 from within help buffer. See Juanma's scenario in (Bug#16816).
7208 (with-help-window): Update doc-string.
7209 * dired.el (dired-mark-pop-up):
7210 * files.el (save-buffers-kill-emacs):
7211 * register.el (register-preview): Use `with-current-buffer-window'
7212 instead of `with-temp-buffer-window'.
7213
7214 2014-03-16 Juanma Barranquero <lekktu@gmail.com>
7215
7216 * textmodes/rst.el (rst-arabic-to-roman, rst-roman-to-arabic):
7217 Implement inserting into current buffer, documented in their docstrings.
7218 (rst-define-key, rst-compare-adornments, rst-insert-list-new-item)
7219 (rst-section-tree-point, rst-forward-section, rst-indent)
7220 (rst-compute-tabs, rst-font-lock-find-unindented-line-end)
7221 (rst-font-lock-find-unindented-line-limit, rst-adornment-level)
7222 (rst-font-lock-handle-adornment-pre-match-form)
7223 (rst-repeat-last-character): Reflow docstrings.
7224 (rst-preferred-adornments, rst-update-section, rst-find-title-line)
7225 (rst-adjust-adornment-work, rst-initial-items, rst-insert-list)
7226 (rst-toc-insert-style, rst-toc-insert-node, rst-goto-section)
7227 (rst-compile, rst-imenu-convert-cell, rst-imenu-create-index):
7228 Fix docstring typos.
7229 (rst-all-sections, rst-section-hierarchy, rst-adjust): Doc fixes.
7230 (rst-uncomment-region, rst-font-lock-find-unindented-line-match)
7231 (rst-font-lock-handle-adornment-matcher): Mark unused arguments.
7232
7233 2014-03-15 Juanma Barranquero <lekktu@gmail.com>
7234
7235 * term/ns-win.el (x-command-line-resources): Rename from ns-... version,
7236 for compatibility with other ports.
7237 (ns-initialize-window-system): Use it. It is set in term/common-win.el
7238 from the -xrm command line argument, but in the Nextstep port its value
7239 is irrelevant because nsfns.m:Fx_open_connection ignores it for now.
7240
7241 * progmodes/python.el (defconst, python-syntax-count-quotes)
7242 (python-indent-region, python-indent-shift-right)
7243 (python-indent-dedent-line-backspace, python-nav-backward-sexp)
7244 (python-nav-backward-sexp-safe, python-nav-backward-up-list)
7245 (python-shell-prompt-block-regexp, python-shell-prompt-output-regexp)
7246 (python-shell-prompt-pdb-regexp, python-shell-enable-font-lock)
7247 (inferior-python-mode, python-shell-make-comint, run-python-internal)
7248 (python-shell-buffer-substring, python-shell-send-buffer)
7249 (python-pdbtrack-activate, python-pdbtrack-stacktrace-info-regexp)
7250 (python-completion-complete-at-point, python-fill-docstring-style)
7251 (python-eldoc-function, python-imenu-format-item-label)
7252 (python-imenu-format-parent-item-label)
7253 (python-imenu-format-parent-item-jump-label)
7254 (python-imenu--build-tree, python-imenu-create-index)
7255 (python-imenu-create-flat-index): Fix docstring typos.
7256 (python-indent-context, python-shell-prompt-regexp, run-python):
7257 Remove superfluous backslashes.
7258 (python-indent-line, python-nav-beginning-of-defun)
7259 (python-shell-get-buffer, python-shell-get-process)
7260 (python-info-current-defun, python-info-current-line-comment-p)
7261 (python-info-current-line-empty-p, python-util-popn): Doc fixes.
7262 (python-indent-post-self-insert-function, python-shell-send-file)
7263 (python-shell-completion-get-completions)
7264 (python-shell-completion-complete-or-indent)
7265 (python-eldoc--get-doc-at-point): Reflow docstrings.
7266
7267 2014-03-14 Glenn Morris <rgm@gnu.org>
7268
7269 * emacs-lisp/package.el (package-menu-mode-map):
7270 Replace use of obsolete function alias. Tweak menu item text.
7271
7272 * info.el (Info-finder-find-node):
7273 Ignore the `emacs' metapackage. (Bug#10813)
7274
7275 * finder.el (finder-list-matches): Include unversioned packages
7276 in the result of a keyword search.
7277
7278 * finder.el (finder--builtins-descriptions): New constant.
7279 (finder-compile-keywords): Use finder--builtins-descriptions.
7280
7281 2014-03-14 Dmitry Gutov <dgutov@yandex.ru>
7282
7283 * simple.el (blink-matching-paren): Describe the new value,
7284 `jump', enabling the old behavior.
7285 (blink-matching-open): Use that value. (Bug#17008)
7286
7287 2014-03-14 Glenn Morris <rgm@gnu.org>
7288
7289 * finder.el (finder-no-scan-regexp): Add leim-list.
7290 (finder-compile-keywords):
7291 Don't skip files with same basename. (Bug#14010)
7292 * Makefile.in (setwins_finder): New, excluding leim.
7293 (finder-data): Use setwins_finder.
7294
7295 * help-fns.el (help-split-fundoc, help-add-fundoc-usage)
7296 (help-function-arglist, help-make-usage): Move from here...
7297 * help.el (help-split-fundoc, help-add-fundoc-usage)
7298 (help-function-arglist, help-make-usage): ... to here. (Bug#17001)
7299 * emacs-lisp/bytecomp.el (byte-compile-lambda): Do not load help-fns.
7300
7301 2014-03-14 Juanma Barranquero <lekktu@gmail.com>
7302
7303 * net/socks.el (socks, socks-override-functions)
7304 (socks-find-services-entry):
7305 * progmodes/hideif.el (hif-set-var, hif-nexttoken, hif-comma)
7306 (hif-find-ifdef-block):
7307 * progmodes/modula2.el (m2-indent): Fix docstring typos.
7308
7309 * net/tls.el (tls-program): Reflow docstring.
7310
7311 * progmodes/pascal.el (pascal-mode-abbrev-table)
7312 (pascal-imenu-generic-expression, pascal-auto-endcomments)
7313 (pascal-mark-defun, pascal-comment-area, pascal-indent-level)
7314 (pascal-outline-mode): Fix docstring typos.
7315 (pascal-mode): Let define-derived-mode document mode hook.
7316 (pascal-uncomment-area): Reflow.
7317 (pascal-exclude-str-start, pascal-exclude-str-end): Add docstring.
7318
7319 * progmodes/opascal.el (opascal-compound-block-indent)
7320 (opascal-case-label-indent): Fix docstring typos.
7321 (opascal-mode): Fix typos; let defined-derived-mode document mode hook.
7322
7323 2014-03-13 Dmitry Gutov <dgutov@yandex.ru>
7324
7325 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
7326 Fontify multiple adjacent negation chars. (Bug#17004)
7327
7328 2014-03-13 Tom Willemse <tom@ryuslash.org> (tiny change)
7329
7330 * emacs-lisp/package.el (package--prepare-dependencies):
7331 Accept requirements without explicit version (bug#14941).
7332
7333 2014-03-12 Juanma Barranquero <lekktu@gmail.com>
7334
7335 * register.el (register-separator, copy-to-register): Doc fixes.
7336 (register-preview-default): Remove unnecessary call to concat.
7337
7338 * frameset.el (frameset-restore): When checking for a visible frame,
7339 use the action map instead of calling visible-frame-list.
7340
7341 2014-03-12 Jonas Bernoulli <jonas@bernoul.li>
7342
7343 * emacs-lisp/eieio.el (with-slots): Use cl-symbol-macrolet (bug#16998).
7344
7345 2014-03-12 Martin Rudalics <rudalics@gmx.at>
7346
7347 * window.el (fit-frame-to-buffer): Get maximum width from
7348 display's width instead of height.
7349
7350 2014-03-12 Glenn Morris <rgm@gnu.org>
7351
7352 * desktop.el (desktop-restore-frames)
7353 (desktop-restore-in-current-display, desktop-restore-forces-onscreen)
7354 (desktop-restore-reuses-frames): Doc tweaks.
7355
7356 * electric.el (electric-indent-mode): Doc fix.
7357
7358 2014-03-12 Juanma Barranquero <lekktu@gmail.com>
7359
7360 * vc/pcvs.el (cvs-temp-buffer, defun-cvs-mode, cvs-get-cvsroot)
7361 (cvs-checkout, cvs-mode-checkout, cvs-update-filter, cvs-mode-mark)
7362 (cvs-mode-diff-head, cvs-mode-diff-repository, cvs-mode-diff-yesterday)
7363 (cvs-mode-diff-vendor, cvs-mode-do, cvs-change-cvsroot)
7364 (cvs-dired-use-hook): Fix docstring typos.
7365 (cvs-mode-view-file-other-window, cvs-mode-byte-compile-files):
7366 Doc fixes.
7367
7368 * vc/pcvs-defs.el (cvs-auto-remove-handled)
7369 (cvs-auto-remove-directories, cvs-default-ignore-marks)
7370 (cvs-idiff-imerge-handlers, cvs-reuse-cvs-buffer)
7371 (cvs-execute-single-dir): Fix docstring typos.
7372
7373 * vc/pcvs-info.el (cvs-status-map, cvs-states): Fix docstring typos.
7374 (cvs-fileinfo-pp, cvs-fileinfo-from-entries): Doc fixes.
7375
7376 * vc/pcvs-parse.el (cvs-parsed-fileinfo): Reflow docstring.
7377
7378 * vc/pcvs-util.el (cvs-flags-query, cvs-flags-set, cvs-prefix-set):
7379 Fix docstring typos.
7380
7381 2014-03-12 Juanma Barranquero <lekktu@gmail.com>
7382
7383 * frameset.el (frameset--jump-to-register): Add autoload; it could be
7384 called from jump-to-register after unloading the frameset package.
7385
7386 2014-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
7387
7388 * simple.el (set-mark): Ensure mark-active is nil if the mark is nil
7389 (bug#16975). Deactivate the mark before setting it to nil.
7390 (activate-mark): Do nothing if region is already active.
7391
7392 2014-03-11 Juanma Barranquero <lekktu@gmail.com>
7393
7394 * frameset.el (frameset--target-display): Remove definition; declare.
7395 (frameset-save, frameset-restore): Let-bind frameset--target-display.
7396
7397 2014-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
7398
7399 * emacs-lisp/nadvice.el (advice--make-1): Fix autoloading avoidance.
7400 (advice-add): Add a :advice--pending marker, so advice--make-1 knows
7401 when the advice is pending.
7402 (advice-remove): Remove this marker when not needed any more.
7403
7404 2014-03-11 Juanma Barranquero <lekktu@gmail.com>
7405
7406 * frameset.el: Separate options for reusing frames and cleaning up.
7407 (frameset--reuse-list): Remove definition; declare.
7408 (frameset--action-map): Declare.
7409 (frameset--find-frame-if): Doc fix.
7410 (frameset--restore-frame): Cache frame action.
7411 (frameset-restore): New keyword arg CLEANUP-FRAMES, allows to select
7412 how to clean up the frame list after restoring. Remove cleaning
7413 options from REUSE-FRAMES. Change all keyword values to symbols.
7414 (frameset--jump-to-register): Simplify by using CLEANUP-FRAMES.
7415
7416 * desktop.el (desktop-restore-forces-onscreen)
7417 (desktop-restore-reuses-frames): Use non-keyword values.
7418 (desktop-restore-frameset): Use CLEANUP-FRAMES arg of frameset-restore.
7419
7420 2014-03-10 Glenn Morris <rgm@gnu.org>
7421
7422 * files.el (find-file): Doc fix: update info node name.
7423
7424 * emacs-lisp/advice.el (ad-add-advice, defadvice):
7425 Doc fix: remove references to deleted info nodes.
7426
7427 2014-03-10 Michael Albinus <michael.albinus@gmx.de>
7428
7429 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell):
7430 Do not add nil to the environment, when there's no remote `locale'.
7431 (tramp-find-inline-encoding): Check, that the remote host has
7432 installed perl, before sending scripts.
7433
7434 2014-03-10 Leo Liu <sdl.web@gmail.com>
7435
7436 * emacs-lisp/eldoc.el (eldoc-minibuffer-message):
7437 Clear eldoc-last-message. (Bug#16920)
7438
7439 2014-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
7440
7441 * desktop.el (desktop-create-buffer): Don't run activate-mark-hook
7442 (bug#14430).
7443
7444 2014-03-09 Juri Linkov <juri@jurta.org>
7445
7446 * ansi-color.el (ansi-color-names-vector): Copy default colors
7447 from `xterm-standard-colors' that look well on the default white
7448 background (and also on the black background) to avoid illegible
7449 color combinations like yellow-on-white and white-on-white.
7450 http://lists.gnu.org/archive/html/emacs-devel/2014-02/msg00157.html
7451
7452 2014-03-08 Juanma Barranquero <lekktu@gmail.com>
7453
7454 * frameset.el (frameset-restore): When no frame is visible, do not
7455 generate a list of frames, just make visible the selected one.
7456
7457 2014-03-08 Dmitry Gutov <dgutov@yandex.ru>
7458
7459 * vc/vc-git.el (vc-git-command): Turn FILE-OR-LIST into nil when
7460 it only contains the repository root. (Bug#16897)
7461
7462 2014-03-07 Michael Albinus <michael.albinus@gmx.de>
7463
7464 * net/tramp-sh.el (tramp-sh-handle-vc-registered): Run first pass
7465 only when `remote-file-name-inhibit-cache' is nil.
7466 (tramp-sh-file-name-handler): Use `tramp-error'. Simplify code.
7467
7468 2014-03-06 Martin Rudalics <rudalics@gmx.at>
7469
7470 * window.el (fit-frame-to-buffer, fit-frame-to-buffer-margins):
7471 Fix doc-strings.
7472 (fit-frame-to-buffer): New argument ONLY. Remove dependency on
7473 fit-frame-to-buffer variable. Fix doc-string.
7474 (fit-window-to-buffer): Set ONLY argument in call of
7475 fit-frame-to-buffer. Fix doc-string.
7476
7477 2014-03-06 Michael Albinus <michael.albinus@gmx.de>
7478
7479 * net/tramp.el (tramp-error): VEC-OR-PROC can be nil.
7480 (tramp-action-password): Clear password cache if needed.
7481 (tramp-read-passwd): Do not clear password cache.
7482
7483 * net/tramp-gvfs.el (tramp-gvfs-handler-askpassword): Clear password
7484 cache unless it is the first password request.
7485
7486 2014-03-06 Glenn Morris <rgm@gnu.org>
7487
7488 * simple.el (newline): Doc tweak.
7489
7490 * emacs-lisp/shadow.el (load-path-shadows-find):
7491 Ignore dir-locals. (Bug#12357)
7492
7493 2014-03-05 Glenn Morris <rgm@gnu.org>
7494
7495 * files.el (interpreter-mode-alist):
7496 * progmodes/sh-script.el (sh-ancestor-alist): Add dash. (Bug#16938)
7497
7498 2014-03-05 Juanma Barranquero <lekktu@gmail.com>
7499
7500 * frameset.el (frameset--initial-params): Filter out null entries.
7501
7502 2014-03-05 Martin Rudalics <rudalics@gmx.at>
7503
7504 * window.el (window-min-height, window-min-width):
7505 Rewrite doc-strings.
7506 (window-body-size): Add PIXELWISE argument to make it consistent
7507 with its callees.
7508
7509 2014-03-05 Juanma Barranquero <lekktu@gmail.com>
7510
7511 * finder.el (finder-mode-map, finder-mode-syntax-table):
7512 Revert part of 2014-02-28 change.
7513
7514 2014-03-05 Lars Ingebrigtsen <larsi@gnus.org>
7515
7516 * net/eww.el (eww-mode-map): [tab] doesn't work on tty.
7517 (eww-setup-buffer): Clear next/prev/etc more reliably.
7518 (eww-textarea-map): [tab] doesn't work on tty.
7519 Reported by Mario Lang.
7520
7521 * net/shr.el (shr-map): Ditto.
7522
7523 2014-03-04 Glenn Morris <rgm@gnu.org>
7524
7525 * minibuffer.el (completion-hilit-commonality):
7526 Revert 2014-03-01 short-cut, which changed the return value. (Bug#16933)
7527
7528 2014-03-04 Juanma Barranquero <lekktu@gmail.com>
7529
7530 * hilit-chg.el (hilit-chg-unload-function): New function.
7531 (highlight-changes-mode, highlight-changes-visible-mode): Fix typos.
7532 (hilit-chg-map-changes): Prefer cardinal number to digit.
7533 (hilit-chg-display-changes): Reflow docstring.
7534 (highlight-changes-rotate-faces): Remove superfluous backslash.
7535
7536 2014-03-04 Michael Albinus <michael.albinus@gmx.de>
7537
7538 * net/tramp-sh.el (tramp-sh-handle-vc-registered): Do not call
7539 `tramp-send-command-and-check'.
7540
7541 2014-03-04 Juanma Barranquero <lekktu@gmail.com>
7542
7543 * hexl.el (hexl-address-region, hexl-ascii-region)
7544 (hexl-goto-hex-address, hexl-backward-char, hexl-forward-char)
7545 (hexl-backward-short, hexl-forward-short, hexl-backward-word)
7546 (hexl-forward-word, hexl-previous-line, hexl-next-line):
7547 Use "Hexl mode" for non-hyperlinked hexl-mode references in docstrings.
7548 (hexl-mode): Doc fix.
7549 (hexl-ascii-start-column, hexl-beginning-of-line, hexl-end-of-line)
7550 (hexl-mode-ruler): Fix typos in docstrings.
7551
7552 * strokes.el (strokes-xpm-header, strokes-rate-stroke): Fix typos.
7553 (strokes-character, strokes-get-grid-position, strokes-list-strokes):
7554 Remove superfluous backslashes.
7555 (strokes-last-stroke, strokes-global-map, strokes-mode):
7556 Reflow docstrings.
7557 (strokes-xpm-for-stroke, strokes-xpm-to-compressed-string)
7558 (strokes-xpm-for-compressed-string): Use quotes with buffer name.
7559 (strokes-distance-squared, strokes-global-set-stroke)
7560 (strokes-global-set-stroke-string): Doc fixes.
7561 (strokes-help): Fix typos; reflow docstring.
7562
7563 2014-03-04 Martin Rudalics <rudalics@gmx.at>
7564
7565 * window.el (window-in-direction): Fix doc-string.
7566
7567 2014-03-04 Glenn Morris <rgm@gnu.org>
7568
7569 * emacs-lisp/smie.el (smie-config-guess): Doc fix.
7570 Explicit error if no grammar.
7571 (smie-config-save): Doc fix. Fix quote typo.
7572
7573 2014-03-04 Stefan Monnier <monnier@iro.umontreal.ca>
7574
7575 * progmodes/cc-mode.el (c-initialize-cc-mode): Only hook into
7576 electric-indent-mode-hook if we obey electric-indent-mode.
7577 (c-basic-common-init): Use (fboundp 'electric-indent-local-mode) to
7578 decide whether we obey electric-indent-mode.
7579 (c-change-set-fl-decl-start, c-extend-after-change-region):
7580 Silence warnings.
7581 (c-electric-indent-mode-hook): Assume we do want to obey
7582 electric-indent-mode.
7583
7584 * electric.el (electric-indent-mode-has-been-called): Remove.
7585 (electric-indent-mode): Fix accordingly.
7586
7587 * files.el (hack-local-variables): Mention file name in warning.
7588
7589 * htmlfontify.el (hfy-fontify-buffer): Drop `invis-range' message.
7590
7591 2014-03-04 Michal Nazarewicz <mina86@mina86.com>
7592
7593 * bindings.el: Add comment describing why C-d binds to `delete-char'.
7594 * simple.el (delete-forward-char): Mark as interactive-only.
7595
7596 2014-03-03 Juanma Barranquero <lekktu@gmail.com>
7597
7598 * icomplete.el (icomplete-completions):
7599 Follow-up to 2014-03-01 change.
7600
7601 * icomplete.el: Miscellaneous doc fixes.
7602 Use Icomplete everywhere instead of icomplete for consistency.
7603 (icomplete-max-delay-chars): Fix typo.
7604 (icomplete-mode): Use \[].
7605 (icomplete-tidy, icomplete-exhibit): Reflow.
7606 (icomplete-minibuffer-setup-hook, icomplete-completions):
7607 Remove superfluous backlashes.
7608
7609 * ido.el: Miscellaneous doc fixes.
7610 Use Ido everywhere instead of ido or `ido' for consistency.
7611 (ido-record-ftp-work-directories, ido-merge-ftp-work-directories)
7612 (ido-cache-ftp-work-directory-time, ido-slow-ftp-hosts)
7613 (ido-slow-ftp-host-regexps, ido-reread-directory): Upcase "ftp".
7614 (ido-separator): Extract obsolescence info from docstring and declare
7615 with make-obsolete-variable.
7616 (ido-minibuffer-setup-hook): Simplify example.
7617 (ido-text, ido-text-init, ido-input-stack, ido-report-no-match)
7618 (ido-wide-find-file, ido-wide-find-dir, ido-wide-find-dir-or-delete-dir)
7619 (ido-completion-help, ido-completing-read): Fix typos in docstrings.
7620 (ido-everywhere): Reflow docstring.
7621 (ido-toggle-vc): Doc fix.
7622 (ido-switch-buffer, ido-find-file): Use tabs to improve legibility
7623 of long list of keybindings.
7624
7625 2014-03-03 Glenn Morris <rgm@gnu.org>
7626
7627 * frame.el (display-pixel-height, display-pixel-width)
7628 (display-mm-dimensions-alist, display-mm-height)
7629 (display-mm-width): Doc tweaks.
7630
7631 2014-03-02 Barry O'Reilly <gundaetiapo@gmail.com>
7632
7633 * simple.el (undo-elt-in-region): Fix buffer corruption for edge
7634 case of undo in region.
7635
7636 2014-03-02 Martin Rudalics <rudalics@gmx.at>
7637
7638 * window.el (fit-window-to-buffer): Fix argument in window-size
7639 call when window is horizontally combined.
7640
7641 2014-03-02 Juanma Barranquero <lekktu@gmail.com>
7642
7643 * icomplete.el (icomplete-completions): Use string-width.
7644 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
7645
7646 2014-03-01 Dmitry Gutov <dgutov@yandex.ru>
7647
7648 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
7649 Highlight regexp options. (Bug#16914)
7650
7651 2014-03-01 Martin Rudalics <rudalics@gmx.at>
7652
7653 * window.el (window--max-delta-1): Round down when calculating
7654 how many lines/columns we can get from a window.
7655
7656 2014-03-01 Glenn Morris <rgm@gnu.org>
7657
7658 * isearch.el (search-invisible): Doc fix.
7659
7660 * minibuffer.el (completion-hilit-commonality):
7661 Make `base-size' argument optional. Short-cut if `prefix-len' is 0.
7662 * comint.el (comint-dynamic-list-completions): Doc fix.
7663 * comint.el (comint-dynamic-list-completions):
7664 * filecache.el (file-cache-minibuffer-complete):
7665 * tempo.el (tempo-display-completions):
7666 * eshell/em-hist.el (eshell-list-history):
7667 Replace use of obsolete argument of display-completion-list.
7668
7669 2014-03-01 Juanma Barranquero <lekktu@gmail.com>
7670
7671 * icomplete.el (icomplete-completions):
7672 Revert back to using "..." when ?… cannot be displayed.
7673
7674 2014-02-28 Juanma Barranquero <lekktu@gmail.com>
7675
7676 * finder.el (finder-unload-function): New function.
7677
7678 2014-02-28 Juanma Barranquero <lekktu@gmail.com>
7679
7680 * dframe.el (dframe-detach):
7681 * find-dired.el (find-dired, find-name-dired):
7682 * finder.el (finder-mode-map, finder-mode-syntax-table)
7683 (finder-headmark, finder-select, finder-mouse-select):
7684 Fix docstring typos.
7685
7686 2014-02-28 Martin Rudalics <rudalics@gmx.at>
7687
7688 Revert recent with-temp-buffer-window change (Bug#16816, Bug#16882).
7689 * window.el (with-temp-buffer-window): Revert change from 2014-02-21.
7690 Suggested by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
7691 Fix doc-string based on a suggestion by Nicolas Richard
7692 <theonewiththeevillook@yahoo.fr>.
7693 * help.el (with-help-window): Fix doc-string.
7694
7695 2014-02-28 Ivan Kanis <ivan@kanis.fr>
7696
7697 * net/shr.el (shr-image-animate): New option.
7698 (shr-put-image): Respect shr-image-animate.
7699
7700 2014-02-28 Michael Albinus <michael.albinus@gmx.de>
7701
7702 * net/tramp-adb.el (tramp-adb-parse-device-names):
7703 Use `accept-process-output'.
7704 (tramp-adb-handle-file-truename): Cache the localname only.
7705 (tramp-adb-handle-make-directory)
7706 (tramp-adb-handle-delete-directory): Flush file properties correctly.
7707 (tramp-adb-handle-set-file-modes): Do not raise an error when file
7708 modes cannot be changed.
7709
7710 * net/tramp-cache.el (tramp-flush-directory-property): Remove also
7711 file properties of symlinks.
7712
7713 2014-02-28 Per Starbäck <starback@stp.lingfil.uu.se>
7714
7715 * textmodes/bibtex.el (bibtex-biblatex-entry-alist): Update
7716 required/optional fields to match development biblatex. (Bug#16781)
7717
7718 2014-02-28 Andy Sawyer <andy.sawyer@gmail.com> (tiny change)
7719
7720 * saveplace.el (toggle-save-place):
7721 Fix argument handling. (Bug#16673)
7722
7723 2014-02-28 Glenn Morris <rgm@gnu.org>
7724
7725 * minibuffer.el (completions-first-difference)
7726 (completions-common-part, completion-hilit-commonality): Doc fixes.
7727
7728 2014-02-28 Karl Berry <karl@gnu.org>
7729
7730 * info.el (Info-mode-map): Add H for describe-mode,
7731 to synchronize with standalone Info.
7732
7733 2014-02-28 Emilio C. Lopes <eclig@gmx.net>
7734
7735 * progmodes/sql.el (sql-interactive-mode):
7736 Avoid setting global comint-input-ring-separator. (Bug#16814)
7737
7738 2014-02-27 Michael Albinus <michael.albinus@gmx.de>
7739
7740 * net/dbus.el (dbus--init-bus): Declare function.
7741 (dbus-path-local, dbus-interface-local): New defconst.
7742 (dbus-init-bus): Use them.
7743 (dbus-return-values-table): Extend doc.
7744 (dbus-handle-bus-disconnect): Extend error message.
7745
7746 2014-02-27 Juanma Barranquero <lekktu@gmail.com>
7747
7748 * subr.el (y-or-n-p): Fix double space issue in message.
7749
7750 2014-02-27 Michael Albinus <michael.albinus@gmx.de>
7751
7752 * net/tramp.el (tramp-call-process): Improve trace message.
7753 (tramp-handle-insert-file-contents): Trace error case.
7754
7755 * net/tramp-adb.el (tramp-adb-file-name-handler-alist)
7756 <insert-directory>: Use `tramp-handle-insert-directory'.
7757 (tramp-adb-handle-insert-directory): Remove function.
7758 (tramp-adb-send-command-and-check): New defun, replacing
7759 `tramp-adb-command-exit-status'. Change all callees.
7760 (tramp-adb-handle-file-attributes)
7761 (tramp-adb-handle-directory-files-and-attributes): Use it.
7762 (tramp-adb-ls-output-name-less-p):
7763 Use `directory-listing-before-filename-regexp'.
7764 (tramp-adb-handle-delete-directory): Flush also file properties of
7765 the truename of directory.
7766 (tramp-adb-handle-file-name-all-completions): Add "./" and "../".
7767 (tramp-adb-handle-file-local-copy): Make the local copy readable.
7768 (tramp-adb-handle-write-region): Implement APPEND.
7769 (tramp-adb-handle-rename-file): Make it more robust. Flush file
7770 properties correctly.
7771 (tramp-adb-maybe-open-connection): Set `tramp-current-*'
7772 variables. Check for connected devices only when needed.
7773
7774 2014-02-27 Glenn Morris <rgm@gnu.org>
7775
7776 * minibuffer.el (completion-table-dynamic)
7777 (completion-table-with-cache): Doc fixes.
7778
7779 * emacs-lisp/crm.el (crm-default-separator, crm-separator)
7780 (completing-read-multiple): Doc fixes.
7781
7782 2014-02-27 Daniel Colascione <dancol@dancol.org>
7783
7784 * minibuffer.el (completion--nth-completion): Fix indentation.
7785
7786 * net/tramp-sh.el (tramp-get-remote-path): Don't signal error when
7787 explicit tramp path is empty.
7788
7789 2014-02-27 Glenn Morris <rgm@gnu.org>
7790
7791 * emacs-lisp/crm.el (completing-read-multiple):
7792 Empower help-enable-auto-load.
7793
7794 2014-02-26 Glenn Morris <rgm@gnu.org>
7795
7796 * startup.el (command-line): Don't init the tty in daemon mode.
7797
7798 Avoid calling tty-setup-hook twice, eg if a term file
7799 explicitly calls tty-run-terminal-initialization. (Bug#16859)
7800 * faces.el (tty-run-terminal-initialization): Add run-hook argument.
7801 (tty-create-frame-with-faces): Use it.
7802 * startup.el (command-line): Pass run-hook argument
7803 to tty-run-terminal-initialization.
7804
7805 * dired.el (dired-restore-desktop-buffer): Demote errors;
7806 eg in case a glob match fails. (Bug#16884)
7807
7808 2014-02-26 Dmitry Gutov <dgutov@yandex.ru>
7809
7810 * emacs-lisp/lisp.el (lisp--local-variables): Catch `end-of-file'
7811 error from `read-from-string'. (Bug#16850)
7812
7813 * emacs-lisp/ert.el (ert-run-tests-interactively): `read' the
7814 result of `completing-read' in the interactive form. (Bug#16854)
7815
7816 2014-02-25 Glenn Morris <rgm@gnu.org>
7817
7818 * image.el (image-animate, image-animate-timeout):
7819 Stop animating images in dead buffers. (Bug#16878)
7820
7821 * emacs-lisp/edebug.el (defmacro): Fix debug spec. (Bug#16868)
7822
7823 * faces.el (tty-setup-hook, tty-run-terminal-initialization):
7824 Doc fixes.
7825 * startup.el (term-setup-hook): Doc fix. Make obsolete.
7826 * term/sun.el (sun-raw-prefix-hooks):
7827 Use tty-setup-hook instead of term-setup-hook.
7828 (terminal-init-sun): Construct message from bytecomp plist.
7829 * term/wyse50.el (enable-arrow-keys): Doc fix.
7830
7831 2014-02-24 Juanma Barranquero <lekktu@gmail.com>
7832
7833 * term/sun.el (kill-region-and-unmark, sun-raw-prefix-hooks):
7834 Fix docstring typos.
7835
7836 2014-02-24 Michael Albinus <michael.albinus@gmx.de>
7837
7838 * net/tramp-sh.el (tramp-sh-handle-file-truename): Improve last fix.
7839
7840 2014-02-24 Nicolas Richard <theonewiththeevillook@yahoo.fr>
7841
7842 * minibuffer.el (completion--try-word-completion):
7843 Fix error when completing M-x commands (bug#16808).
7844
7845 2014-02-24 Leo Liu <sdl.web@gmail.com>
7846
7847 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix debug spec.
7848
7849 2014-02-24 Juanma Barranquero <lekktu@gmail.com>
7850
7851 * apropos.el (apropos-print): Avoid formatting error when
7852 apropos-do-all and apropos-compact-layout are both t.
7853
7854 2014-02-23 Juanma Barranquero <lekktu@gmail.com>
7855
7856 * apropos.el (apropos-property, apropos-all-words-regexp)
7857 (apropos-true-hit, apropos-variable, apropos-print):
7858 Fix docstring typos, and remove obsolete comment.
7859
7860 2014-02-23 Michael Albinus <michael.albinus@gmx.de>
7861
7862 * net/tramp-sh.el (tramp-sh-handle-file-truename):
7863 Preserve trailing "/". (Bug#16851)
7864
7865 2014-02-23 Dmitry Gutov <dgutov@yandex.ru>
7866
7867 * progmodes/ruby-mode.el (ruby-smie-rules): Don't indent specially
7868 after `=>' (bug#16811).
7869 (ruby-smie-rules): Handle the inconsistent second element of the
7870 list returned by `smie-indent--parent'.
7871 (ruby-font-lock-keywords): Disqualify any identifier before `=' as
7872 method call.
7873
7874 2014-02-23 Juanma Barranquero <lekktu@gmail.com>
7875
7876 * elec-pair.el (electric-pair-text-syntax-table)
7877 (electric-pair-syntax-info, electric-pair--syntax-ppss)
7878 (electric-pair--balance-info, electric-pair-mode): Fix docstring typos.
7879 (electric-pair--looking-at-unterminated-string-p): Doc fix.
7880 (electric-pair--inside-string-p): Doc fix. Use `let', not `let*'.
7881
7882 2014-02-22 Glenn Morris <rgm@gnu.org>
7883
7884 * imenu.el (imenu--generic-function): Doc fix.
7885
7886 * register.el (frame-configuration-to-register): Make obsolete.
7887
7888 2014-02-22 Juanma Barranquero <lekktu@gmail.com>
7889
7890 * desktop.el (desktop-save-buffer-p): Do not fail when
7891 desktop-files-not-to-save is nil. Return t for true result
7892 as the doc says.
7893
7894 2014-02-22 Daniel Colascione <dancol@dancol.org>
7895
7896 * net/secrets.el (secrets-create-item, secrets-search-items):
7897 Check that attribute values are strings, avoiding the construction
7898 of invalid dbus messages.
7899
7900 2014-02-21 Juanma Barranquero <lekktu@gmail.com>
7901
7902 * emacs-lisp/gv.el: Avoid duplicating gv-expander and gv-setter in
7903 defun-declarations-alist.
7904
7905 2014-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
7906
7907 * emacs-lisp/cl-macs.el (cl-define-compiler-macro): Add indent rule
7908 (bug#16829).
7909
7910 2014-02-21 Juanma Barranquero <lekktu@gmail.com>
7911
7912 * whitespace.el (whitespace-space, whitespace-hspace, whitespace-tab)
7913 (whitespace-newline, whitespace-trailing, whitespace-line)
7914 (whitespace-space-before-tab, whitespace-indentation, whitespace-empty)
7915 (whitespace-space-after-tab): Fix typo in docstrings.
7916
7917 2014-02-21 Dmitry Gutov <dgutov@yandex.ru>
7918
7919 * progmodes/ruby-mode.el (auto-mode-alist): Add missing "or".
7920
7921 * electric.el (electric-indent-functions-without-reindent):
7922 Add `yaml-indent-line'.
7923
7924 2014-02-21 Juanma Barranquero <lekktu@gmail.com>
7925
7926 * w32-vars.el (w32-enable-synthesized-fonts): Mark as obsolete.
7927 It has done nothing for years; should be removed after the release.
7928
7929 * simple.el (choose-completion): Fix docstring typo.
7930 (read-quoted-char-radix): Remove unneeded * in docstring.
7931 (process-file, kill-whole-line, pop-to-mark-command, set-mark-command):
7932 Don't escape parentheses unnecessarily in docstrings.
7933
7934 2014-02-21 Martin Rudalics <rudalics@gmx.at>
7935
7936 Fix handling of window-min-height/-width (Bug#16738).
7937 * window.el (window--dump-window, window--dump-frame):
7938 New functions.
7939 (window--min-size-1): Account for window dividers.
7940 When window-resize-pixelwise is nil, delay rounding till after the
7941 sum of the window components has been calculated.
7942 (window--min-delta-1, window--max-delta-1): When PIXELWISE is
7943 nil make sure at least one text line and two text columns remain
7944 fully visible.
7945 (window-resize): Signal an error when window-resize-apply fails.
7946 (window--resize-child-windows): Fix calculation of by how many
7947 pixels a window can still be shrunk via window-new-normal.
7948 (adjust-window-trailing-edge): Call window--resizable with
7949 correct TRAIL argument.
7950
7951 (with-temp-buffer-window): Don't evaluate BODY within
7952 with-current-buffer (Bug#16816).
7953
7954 2014-02-21 Michael Albinus <michael.albinus@gmx.de>
7955
7956 * net/tramp.el (tramp-check-cached-permissions):
7957 Call `file-attributes' with `suffix' being a symbol but a string.
7958
7959 2014-02-21 Daniel Colascione <dancol@dancol.org>
7960
7961 * net/dbus.el (dbus-init-bus-1): Declare new subr.
7962 (dbus-init-bus): New function: call into dbus-init-bus-1
7963 and installs a handler for the disconnect signal.
7964 (dbus-call-method): Rewrite to look for result in cons.
7965 (dbus-call-method-handler): Store result in cons.
7966 (dbus-check-event): Recognize events with nil sender as valid.
7967 (dbus-handle-bus-disconnect): New function. React to bus
7968 disconnection signal by synthesizing dbus error for each
7969 pending synchronous or asynchronous call.
7970 (dbus-notice-synchronous-call-errors): New function.
7971 (dbus-handle-event): Raise errors directly only when `dbus-debug'
7972 is true, not all the time.
7973
7974 2014-02-21 Juanma Barranquero <lekktu@gmail.com>
7975
7976 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
7977 Remove obsolescence declarations, these variables do not exist anymore.
7978
7979 * savehist.el (savehist-save-minibuffer-history)
7980 (savehist-additional-variables, savehist-file, savehist-mode-hook)
7981 (savehist-save-hook, savehist-coding-system, savehist-loaded)
7982 (savehist-load, savehist-install, savehist-autosave): Fix typos;
7983 mostly, refer to "Savehist mode" when talking about the mode,
7984 and not the function.
7985
7986 * saveplace.el (save-place): Remove redundant info in docstring.
7987 (save-place-forget-unreadable-files, toggle-save-place)
7988 (save-place-forget-unreadable-files, save-place-dired-hook):
7989 Fix typos and remove unneeded backslashes.
7990
7991 2014-02-20 Michael Albinus <michael.albinus@gmx.de>
7992
7993 * net/tramp.el (ls-lisp-use-insert-directory-program): Declare.
7994 (tramp-handle-insert-directory): New defun, taken from tramp-gvfs.el.
7995
7996 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist)
7997 <insert-directory>: Use `tramp-handle-insert-directory'.
7998 (tramp-gvfs-handle-insert-directory): Remove function.
7999
8000 * net/tramp-sh.el (tramp-sh-handle-insert-directory):
8001 Call `tramp-handle-insert-directory'.
8002
8003 2014-02-20 Juanma Barranquero <lekktu@gmail.com>
8004
8005 * elec-pair.el (electric-pair-syntax-info): Do not check syntax
8006 before the start of buffer/region (bug#16799).
8007
8008 2014-02-20 Glenn Morris <rgm@gnu.org>
8009
8010 * isearch.el (search-invisible): Doc fix.
8011
8012 2014-02-20 W. Trevor King <wking@tremily.us> (tiny change)
8013
8014 * term/xterm.el (xterm--version-handler): Adapt to xterm-280's output
8015 (bug#16657).
8016
8017 2014-02-19 Juanma Barranquero <lekktu@gmail.com>
8018
8019 * frameset.el (frameset-restore): Delay removing an old frame's
8020 duplicate id until the new frame has been correctly created.
8021
8022 2014-02-19 Michael Albinus <michael.albinus@gmx.de>
8023
8024 * net/tramp.el (tramp-handle-make-symbolic-link): New defun.
8025 (tramp-check-cached-permissions): Call `file-attributes' if the
8026 cache is empty.
8027
8028 * net/tramp-adb.el (tramp-adb-file-name-handler-alist)
8029 <make-symbolic-link>: Use `tramp-handle-make-symbolic-link'.
8030
8031 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist)
8032 <make-symbolic-link>: Use `tramp-handle-make-symbolic-link'.
8033 (tramp-gvfs-maybe-open-connection): Set always connection
8034 properties, even if target is mounted already.
8035
8036 * net/tramp-sh.el (tramp-color-escape-sequence-regexp):
8037 Set tramp-autoload cookie.
8038 (tramp-get-remote-touch): New defun.
8039 (tramp-sh-handle-set-file-times): Use it.
8040 (tramp-sh-handle-directory-files-and-attributes):
8041 Use `tramp-handle-directory-files-and-attributes' if neither stat
8042 nor perl are available on the remote host.
8043
8044 * net/tramp-smb.el (tramp-smb-handle-insert-directory): Mark trailing
8045 "/". Write long listing only when "l" belongs to the switches.
8046
8047 * net/trampver.el: Update release number.
8048
8049 2014-02-19 Juanma Barranquero <lekktu@gmail.com>
8050
8051 * frameset.el (frameset--reuse-frame): Remove workaround for bug#16793.
8052
8053 2014-02-19 Martin Rudalics <rudalics@gmx.at>
8054
8055 * window.el (window-state-put): Allow WINDOW to refer to an
8056 internal window (Bug#16793).
8057
8058 2014-02-19 Glenn Morris <rgm@gnu.org>
8059
8060 * textmodes/remember.el: Move provide statement to end.
8061 (remember-mode-map, remember-notes-mode-map, remember-notes-mode)
8062 (remember-notes): Doc fixes.
8063
8064 2014-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
8065
8066 * delsel.el (delete-char): Restore incorrectly erased property
8067 (bug#16795).
8068
8069 2014-02-18 Juanma Barranquero <lekktu@gmail.com>
8070
8071 * frameset.el (frameset--restore-frame): When a frame is being reused
8072 and its root window is not alive, delete all the frame's windows before
8073 restoring the window state. This works around the issue in bug#16793.
8074
8075 2014-02-18 Glenn Morris <rgm@gnu.org>
8076
8077 * textmodes/remember.el (remember-data-directory)
8078 (remember-directory-file-name-format, remember-store-in-files)
8079 (remember-notes-initial-major-mode, remember-notes-bury-on-kill)
8080 (remember-notes-save-and-bury-buffer)
8081 (remember-notes--kill-buffer-query): Doc fixes.
8082
8083 * desktop.el (desktop-save-mode, desktop-auto-save-timeout): Doc fixes.
8084
8085 2014-02-17 Alan Mackenzie <acm@muc.de>
8086
8087 Connect electric-indent-mode up with CC Mode. Bug #15478.
8088 * progmodes/cc-mode.el (c-initialize-cc-mode): Add CC Mode hooks
8089 to electric-indent-{,local-}-mode.
8090 (c-basic-common-init): Set electric-indent-inhibit.
8091 Initialise c-electric-flag from electric-indent-mode.
8092 (c-electric-indent-mode-hook, c-electric-indent-local-mode-hook):
8093 New hook functions which propagate electric-indent-mode to CC mode.
8094
8095 * progmodes/cc-cmds.el (c-toggle-electric-state): When C-c C-l is
8096 hit, toggle electric-indent-local-mode.
8097
8098 * electric.el (electric-indent-mode-has-been-called):
8099 New variable.
8100
8101 2014-02-17 Juanma Barranquero <lekktu@gmail.com>
8102
8103 * frameset.el (frameset-cfg-id): New function.
8104 (frameset--reuse-frame, frameset-restore): Use it.
8105 (frameset--jump-to-register): Try harder to reuse frames (bug#16748).
8106
8107 2014-02-17 Stefan Monnier <monnier@iro.umontreal.ca>
8108
8109 * ido.el (ido-file-internal): Remove unused var `d'.
8110 Use \` for to match BoS. Fit within 80n columns.
8111
8112 2014-02-17 Daniel Colascione <dancol@dancol.org>
8113
8114 * net/dbus.el (dbus-call-method): Work around bug#16775 by having
8115 dbus-call-method check for completion using a busy-wait loop with
8116 gradual backoff.
8117
8118 2014-02-16 Michael Albinus <michael.albinus@gmx.de>
8119
8120 Sync with Tramp 2.2.9.
8121
8122 * net/trampver.el: Update release number.
8123
8124 2014-02-16 Dmitry Gutov <dgutov@yandex.ru>
8125
8126 * ido.el (ido-file-internal): Don't add the name of an existing
8127 directory twice. (Bug#16747)
8128
8129 2014-02-16 Glenn Morris <rgm@gnu.org>
8130
8131 * vc/ediff-init.el (ediff-use-faces, ediff-highlight-all-diffs):
8132 Do not use ediff-defvar-local on pre-defined variables. (Bug#16744)
8133
8134 2014-02-15 Michael R. Mauger <michael@mauger.com>
8135
8136 * progmodes/sql.el: Version 3.4
8137 (sql-oracle-options): New default value ("-L").
8138 (sql-mode-oracle-font-lock-keywords): Add placeholder highlighting.
8139 (sql-placeholders-filter): Correct placeholder pattern.
8140 (sql-read-table-name): Bug fix. Detect absence of SQLi process.
8141 (sql-login-delay): New variable.
8142 (sql-product-interactive): Use it.
8143
8144 2014-02-15 Juanma Barranquero <lekktu@gmail.com>
8145
8146 * frameset.el (frameset--jump-to-register): Check that buffer is live
8147 (bug#16749).
8148
8149 2014-02-15 Glenn Morris <rgm@gnu.org>
8150
8151 * info.el (info-initialize): Revert 2014-01-10 change.
8152
8153 2014-02-14 Glenn Morris <rgm@gnu.org>
8154
8155 * replace.el (map-query-replace-regexp)
8156 (read-regexp-defaults-function, read-regexp): Doc fixes.
8157
8158 * dired.el (dired-read-regexp):
8159 * faces.el (list-faces-display):
8160 * misearch.el (multi-isearch-read-matching-buffers)
8161 (multi-isearch-read-matching-files):
8162 * play/cookie1.el (cookie-apropos):
8163 * progmodes/grep.el (grep-read-regexp): Doc fixes.
8164
8165 * textmodes/remember.el (remember): Use frameset-to-register
8166 rather than frame-configuration-to-register.
8167
8168 2014-02-14 Jay Belanger <jay.p.belanger@gmail.com>
8169
8170 * calc/calc-menu.el (calc-vectors-menu): Remove menu item for
8171 incorrect keybinding.
8172
8173 2014-02-13 Daniel Colascione <dancol@dancol.org>
8174
8175 * progmodes/flymake.el (flymake-post-syntax-check): Widen buffer
8176 when adding overlays so that line numbers from compiler match line
8177 numbers we use.
8178
8179 2014-02-13 Glenn Morris <rgm@gnu.org>
8180
8181 * mail/rmail.el (rmail-probe): Be less strict. (Bug#16743)
8182
8183 * jit-lock.el (jit-lock-mode): Doc fix.
8184
8185 2014-02-13 Juanma Barranquero <lekktu@gmail.com>
8186
8187 * apropos.el (apropos-read-pattern): When the user passes an empty
8188 string, give a more helpful error message than "Wrong type
8189 argument: stringp, nil".
8190
8191 2014-02-13 Stefan Monnier <monnier@iro.umontreal.ca>
8192
8193 * jit-lock.el (jit-lock-mode): Keep it disabled in indirect buffers.
8194
8195 2014-02-13 Glenn Morris <rgm@gnu.org>
8196
8197 * finder.el (finder-known-keywords, finder-mode-map): Doc fixes.
8198
8199 2014-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
8200
8201 * emulation/cua-base.el (cua-scroll-up, cua-scroll-down): Mark them as
8202 shift-select commands.
8203
8204 2014-02-12 Dmitry Gutov <dgutov@yandex.ru>
8205
8206 * progmodes/js.el (js-indent-line): Don't widen.
8207 http://lists.gnu.org/archive/html/emacs-devel/2012-06/msg00276.html
8208
8209 2014-02-12 Glenn Morris <rgm@gnu.org>
8210
8211 * icomplete.el (icomplete): Add info-link to defgroup.
8212 (icomplete-with-completion-tables, icomplete-minibuffer-setup-hook)
8213 (icomplete-minibuffer-map, icomplete-mode)
8214 (icomplete-simple-completing-p, icomplete-completions): Doc fixes.
8215
8216 * emacs-lisp/package.el (package-menu-mode-map): Tweak menu.
8217 (package-menu-filter): Rename from package-menu-filter-interactive.
8218 Doc fix.
8219
8220 2014-02-11 Juanma Barranquero <lekktu@gmail.com>
8221
8222 * frameset.el (frameset--jump-to-register): Select the required
8223 window and buffer before restoring position (bug#16696).
8224
8225 2014-02-11 Lars Ingebrigtsen <larsi@gnus.org>
8226
8227 * dired.el (dired-get-marked-files): Clarify doc (bug#11534).
8228
8229 2014-02-10 Glenn Morris <rgm@gnu.org>
8230
8231 * jit-lock.el (jit-lock-force-redisplay): Doc fix. (Bug#14394)
8232
8233 2014-02-10 Eli Zaretskii <eliz@gnu.org>
8234
8235 * w32-common-fns.el (x-get-selection): Doc fix.
8236 * select.el (x-get-selection): Doc fix. (Bug#15109)
8237
8238 * face-remap.el (face-remap-add-relative)
8239 (face-remap-remove-relative, face-remap-reset-base)
8240 (face-remap-set-base): Call force-mode-line-update to redisplay
8241 the current buffer due to potential change in faces. (Bug#16709)
8242
8243 2014-02-10 Michael Albinus <michael.albinus@gmx.de>
8244
8245 * net/tramp-sh.el (tramp-sh-handle-vc-registered): Apply heredoc
8246 script more robustly.
8247
8248 2014-02-10 Lars Ingebrigtsen <larsi@gnus.org>
8249
8250 * dired.el (dired-get-marked-files): Doc fix (bug#11534).
8251
8252 * simple.el (choose-completion): Doc fix (bug#14160).
8253
8254 * subr.el (event-start): Say what a nil EVENT value means.
8255
8256 * kmacro.el (kmacro-bind-to-key): Say that the parameter is unused
8257 (bug#14197).
8258
8259 * progmodes/grep.el (find-program): Doc fix (bug#14289).
8260
8261 * files.el (confirm-kill-emacs): Clarify doc (bug#15455).
8262
8263 * emacs-lisp/lisp.el (up-list): Doc fix (bug#15832).
8264
8265 * files.el (confirm-kill-emacs): Allow specifying an arbitrary
8266 predicate function (bug#15455).
8267
8268 2014-02-10 Dmitry Gutov <dgutov@yandex.ru>
8269
8270 * ielm.el (inferior-emacs-lisp-mode): Instead of
8271 `comment-use-global-state', set `comment-use-syntax'.
8272
8273 2014-02-10 Glenn Morris <rgm@gnu.org>
8274
8275 * emacs-lisp/gulp.el (gulp-discard): Add emacs-devel.
8276
8277 2014-02-09 Alan Mackenzie <acm@muc.de>
8278
8279 Fix c-invalidate-state-cache on narrowed buffers.
8280 * progmodes/cc-defs.el (c-with-all-but-one-cpps-commented-out):
8281 Widen when setting and clearing the CPP delimiter properties.
8282
8283 2014-02-09 Lars Ingebrigtsen <larsi@gnus.org>
8284
8285 * help.el (describe-bindings): Doc fix (bug#9888).
8286
8287 * files.el (save-buffer): Use ARG as the parameter name for
8288 consistency (bug#10346).
8289 (save-buffer): Clarify the 0 argument (bug#10346).
8290
8291 * cus-edit.el (customize-apropos): Fix error string.
8292 (custom-buffer-create): Doc fix (bug#11122).
8293 (custom-sort-items): Doc fix (bug#11121).
8294
8295 * repeat.el (repeat-message-function): Reword doc slightly (bug#11619).
8296
8297 * icomplete.el (icomplete-with-completion-tables): Doc fix (bug#11654).
8298 (icomplete-simple-completing-p): Mention the previous variable.
8299
8300 * font-lock.el (font-lock-value-in-major-mode): Clarify the
8301 meaning of the parameter (bug#12282).
8302
8303 * files.el (find-file-noselect): Clarify prompt when changing
8304 readedness (bug#13261).
8305 (locate-file): Suffixes aren't returned, so don't say that they
8306 are (bug#12674).
8307 (backup-inhibited): Doc clarification (bug#12525).
8308
8309 * dired.el (dired-internal-do-deletions): Don't say "Deleting..."
8310 before we actually start to delete things (bug#16331).
8311
8312 * subr.el (event-start): Doc fix (bug#14228).
8313 (event-end): Ditto.
8314
8315 2014-02-09 Glenn Morris <rgm@gnu.org>
8316
8317 * emacs-lisp/warnings.el (lwarn):
8318 Empower help-enable-auto-load. (Bug#15940)
8319
8320 2014-02-08 Andreas Schwab <schwab@linux-m68k.org>
8321
8322 * vc/log-edit.el (log-edit-comment-to-change-log): Doc fix.
8323 (Bug#16690)
8324
8325 2014-02-08 Michael Albinus <michael.albinus@gmx.de>
8326
8327 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
8328 Insert output at end of buffer. (Bug#16120)
8329
8330 2014-02-08 Lars Ingebrigtsen <larsi@gnus.org>
8331
8332 * simple.el (choose-completion-string-functions): Document new
8333 calling convention (bug#14153).
8334 (execute-extended-command): Clarify doc string (bug#13373).
8335
8336 * kmacro.el (kmacro-exec-ring-item): Doc fix (bug#14198).
8337
8338 * find-dired.el (find-name-dired): Doc fix (bug#14290).
8339 (find-grep-dired): Doc fix (bug#14288).
8340
8341 2014-02-08 Juri Linkov <juri@jurta.org>
8342
8343 * isearch.el (isearch-quote-char): Check character validity
8344 like in `quoted-insert' (bug#16677).
8345
8346 2014-02-08 Lars Ingebrigtsen <larsi@gnus.org>
8347
8348 * files.el (find-file-visit-truename): Doc clarification (bug#14697).
8349
8350 * isearch.el (isearch-hide-immediately): Doc clarification
8351 (bug#14723).
8352
8353 * simple.el (line-move): Document utility function used many
8354 places in the Emacs sources (bug#14843).
8355
8356 * dired.el (dired-mode-map): Make :help text more accurate (bug#14893).
8357 (dired-prev-marked-file): Doc fix (bug#14855).
8358 (dired-up-directory): Doc fix (bug#14848).
8359
8360 * minibuffer.el (read-file-name): Doc clarification (bug#15096).
8361
8362 * files.el (file-relative-name): Doc fix (bug#15159).
8363
8364 * fringe.el (fringe-styles): Doc fix (bug#15239).
8365
8366 * isearch.el (isearch-filter-predicate): Documentation typo fix
8367 (bug#15474).
8368
8369 * info-look.el (info-lookup-symbol): Document MODE (bug#15498).
8370
8371 * isearch.el (isearch-cmds): Doc clarification (bug#15547).
8372
8373 * replace.el (replace-match-maybe-edit): Doc clarification
8374 (bug#15632).
8375
8376 * subr.el (add-to-list): Refill the paragraphs (bug#15791).
8377
8378 * macros.el (insert-kbd-macro): Doc fix (bug#16025).
8379
8380 2014-02-08 Glenn Morris <rgm@gnu.org>
8381
8382 * help-fns.el (describe-variable):
8383 Check {file,dir}-local-variables-alist, and buffer-file-name,
8384 in the correct buffer.
8385
8386 2014-02-08 Ingo Lohmar <i.lohmar@gmail.com>
8387
8388 * help-fns.el (describe-variable): Fix the case where
8389 a value is directory-local with no dir-locals file. (Bug#16635)
8390
8391 2014-02-08 Glenn Morris <rgm@gnu.org>
8392
8393 * abbrev.el (edit-abbrevs-mode):
8394 Derive from fundamental-mode. (Bug#16682)
8395
8396 2014-02-07 Juanma Barranquero <lekktu@gmail.com>
8397
8398 * simple.el (quoted-insert): Check character validity (bug#16677).
8399
8400 2014-02-07 Juri Linkov <juri@jurta.org>
8401
8402 * desktop.el (desktop-read): Claim the lock when the owner is not
8403 the current process. (Bug#16157)
8404
8405 2014-02-07 Juri Linkov <juri@jurta.org>
8406
8407 * desktop.el (desktop-buffers-not-to-save): Change default from nil
8408 to "\\` ". (Bug#16651)
8409
8410 2014-02-07 Juri Linkov <juri@jurta.org>
8411
8412 * desktop.el (desktop-save-mode): Call `desktop-auto-save-set-timer'
8413 when enabling, and `desktop-auto-save-cancel-timer' when disabling.
8414 (desktop-auto-save-cancel-timer): New function with some code from
8415 `desktop-auto-save-set-timer'.
8416 (after-init-hook): Don't call `desktop-auto-save-set-timer'.
8417 Instead of setting `desktop-save-mode' to nil, call
8418 `desktop-save-mode' with arg 0. (Bug#16630)
8419
8420 2014-02-07 Glenn Morris <rgm@gnu.org>
8421
8422 * hi-lock.el (hi-lock-auto-select-face, hi-lock-line-face-buffer)
8423 (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
8424 (hi-lock-face-symbol-at-point, hi-lock-read-face-name): Doc tweaks.
8425
8426 * obsolete/iswitchb.el: Move to obsolete/.
8427 * simple.el (iswitchb-mode): Add manual autoloads to ease transition,
8428 since obsolete/ is not scanned for autoloads.
8429 * emacs-lisp/authors.el (authors-valid-file-names):
8430 Add iswitchb.el.
8431
8432 * obsolete/meese.el: Restore as obsolete (deleted 2014-01-11).
8433 Disable now non-functional find-file-hook.
8434
8435 2014-02-06 Michael Albinus <michael.albinus@gmx.de>
8436
8437 * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use "&&"
8438 instead of ";" in order to avoid additional prompts. Let heredoc
8439 scripts read from tty. (Bug#16582)
8440 (tramp-send-command): No special handling of heredocs, it isn't
8441 necessary anymore.
8442
8443 2014-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
8444
8445 * emacs-lisp/lisp.el (lisp-completion-at-point): Symbols don't start
8446 with a space (bug#16664). Limit the symbols considered to the ones
8447 that are bound or fbound (bug#16646).
8448
8449 2014-02-06 Glenn Morris <rgm@gnu.org>
8450
8451 * epa.el (epa-mail-aliases): Doc fix.
8452
8453 2014-02-06 Dmitry Gutov <dgutov@yandex.ru>
8454
8455 * emacs-lisp/lisp.el (lisp-completion-at-point):
8456 Use `completion-table-merge' instead of `completion-table-in-turn'
8457 (bug#16604).
8458
8459 * minibuffer.el (completion-table-merge): New function.
8460
8461 2014-02-05 Michael Albinus <michael.albinus@gmx.de>
8462
8463 * net/tramp-sh.el (tramp-end-of-heredoc): New defconst.
8464 (tramp-sh-handle-set-file-acl)
8465 (tramp-sh-handle-start-file-process)
8466 (tramp-sh-handle-write-region, tramp-sh-handle-vc-registered)
8467 (tramp-find-executable, tramp-send-command): Use it.
8468
8469 2014-02-05 Glenn Morris <rgm@gnu.org>
8470
8471 * epa.el (epa-mail-aliases): Fix custom type. Doc tweak.
8472
8473 2014-02-04 Fabián Ezequiel Gallina <fgallina@gnu.org>
8474
8475 * progmodes/python.el (python-shell-send-string)
8476 (python-shell-send-string-no-output): Fix docstring (Bug#16547).
8477
8478 2014-02-04 Anders Lindgren <andlind@gmail.com>
8479
8480 * emacs-lisp/ert.el (ert--activate-font-lock-keywords): Allow dashes in
8481 the names (bug#16620).
8482
8483 2014-02-03 Martin Rudalics <rudalics@gmx.at>
8484
8485 * faces.el (window-divider): New default value. Rewrite doc-string.
8486 (window-divider-first-pixel, window-divider-last-pixel): New faces.
8487
8488 2014-02-03 Dmitry Gutov <dgutov@yandex.ru>
8489
8490 * progmodes/ruby-mode.el (ruby-font-lock-keywords): `private',
8491 `protected' and `public' can also be called without arguments.
8492
8493 2014-02-03 Glenn Morris <rgm@gnu.org>
8494
8495 * register.el (window-configuration-to-register)
8496 (frame-configuration-to-register): Unadvertise unused argument.
8497 * frameset.el (frameset-to-register): Remove unused argument.
8498
8499 * frameset.el (frameset-to-register):
8500 * kmacro.el (kmacro-to-register):
8501 * register.el (increment-register):
8502 * calc/calc-yank.el (calc-copy-to-register, calc-insert-register)
8503 (calc-append-to-register, calc-prepend-to-register):
8504 * play/gametree.el (gametree-layout-to-register)
8505 (gametree-apply-register-layout):
8506 * textmodes/picture.el (picture-clear-rectangle-to-register)
8507 (picture-yank-rectangle-from-register):
8508 * vc/emerge.el (emerge-combine-versions-register):
8509 Use register-read-with-preview to read registers.
8510
8511 2014-02-03 João Távora <joaotavora@gmail.com>
8512
8513 * elec-pair.el (electric-pair-backward-delete-char): Don't error
8514 when at beginning of (possibly narrowed) buffer.
8515
8516 2014-02-02 Daniel Colascione <dancol@dancol.org>
8517
8518 * help-at-pt.el (help-at-pt-string, help-at-pt-maybe-display):
8519 Also try to display local help from just before point.
8520
8521 2014-02-02 Alan Mackenzie <acm@muc.de>
8522
8523 c-parse-state. Don't "append-lower-brace-pair" in certain
8524 circumstances. Also fix an obscure bug where "\\s!" shouldn't be
8525 recognised as a comment.
8526
8527 * progmodes/cc-engine.el (c-state-pp-to-literal): Check for "\\s!"
8528 as well as normal comment starter.
8529 (c-parse-state-get-strategy): Extra return possibility
8530 'back-and-forward.
8531 (c-remove-stale-state-cache): Extra element CONS-SEPARATED in
8532 return value list to indicate replacement of a brace-pair cons
8533 with its car.
8534 (c-parse-state-1): With 'back-and-forward, only call
8535 c-append-lower-brace-pair-to state-cache when cons-separated.
8536
8537 2014-02-02 Jan Djärv <jan.h.d@swipnet.se>
8538
8539 * term/ns-win.el (ns-suspend-error): New function.
8540 (ns-initialize-window-system): Add ns-suspend-error to
8541 suspend-hook (Bug#16612).
8542
8543 2014-02-02 Daniel Colascione <dancol@dancol.org>
8544
8545 * progmodes/cc-defs.el (c-find-assignment-for-mode):
8546 Make loading cc-mode silent.
8547
8548 2014-02-02 Daniel Colascione <dancol@dancol.org>
8549
8550 * comint.el (comint-prompt-read-only): Change doc to suggest
8551 remap keybinding.
8552
8553 2014-02-02 Glenn Morris <rgm@gnu.org>
8554
8555 * register.el (register-read-with-preview, point-to-register)
8556 (window-configuration-to-register, frame-configuration-to-register)
8557 (jump-to-register, number-to-register, view-register, insert-register)
8558 (copy-to-register, append-to-register, prepend-to-register)
8559 (copy-rectangle-to-register): Doc fixes.
8560
8561 2014-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
8562
8563 * help-fns.el (help-C-file-name): Handle advised functions (bug#16478).
8564 * emacs-lisp/find-func.el (find-function-C-source): Idem.
8565 * emacs-lisp/nadvice.el (advice--cd*r): New function.
8566 * help-fns.el (describe-function-1): Use it.
8567
8568 2014-02-02 Glenn Morris <rgm@gnu.org>
8569
8570 * register.el (register-preview-default): New function,
8571 split from register-preview.
8572 (register-preview-function): Rename from register-preview-functions,
8573 make it not a hook.
8574 (register-preview): Use register-preview-function.
8575 (register-read-with-preview): Error on non-character event. (Bug#16595)
8576
8577 2014-02-01 Dmitry Gutov <dgutov@yandex.ru>
8578
8579 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Check for
8580 `:' before binary operators (bug#16609). Don't check for `:'
8581 before `[' and `(', or their syntax status. A percent literal
8582 can't end with either.
8583 (ruby-font-lock-keywords): For built-ins that require arguments,
8584 check that they're followed by something that looks like argument
8585 (bug#16610).
8586
8587 2014-02-01 Lars Ingebrigtsen <larsi@gnus.org>
8588
8589 * subr.el (butlast): Document what an omitted N means (bug#13437).
8590 (nbutlast): Ditto.
8591
8592 2014-01-31 Lars Ingebrigtsen <larsi@gnus.org>
8593
8594 * net/shr.el (shr-generic): Make into a defsubst to make the stack
8595 depth shallower (bug#16587).
8596 (shr-tag-svg): Respect `shr-inhibit-images'.
8597 (shr-dom-to-xml): Respect `shr-blocked-images' (bug#15882).
8598
8599 2014-01-31 Dmitry Gutov <dgutov@yandex.ru>
8600
8601 * progmodes/ruby-mode.el (ruby-align-chained-calls): New option.
8602 (ruby-smie-grammar): Make "." right-associative. Make its priority
8603 lower than the ternary and all binary operators.
8604 (ruby-smie-rules): Indent "(" relative to the first non-"."
8605 parent, or the first "." parent at indentation.
8606 Use `ruby-align-chained-calls' for indentation of "." tokens.
8607 (Bug#16593)
8608
8609 2014-01-31 Juri Linkov <juri@jurta.org>
8610
8611 * sort.el (delete-duplicate-lines): Remove `:weakness 'key'
8612 from `make-hash-table'.
8613
8614 * textmodes/ispell.el (ispell-init-process): Change message format
8615 to be consistent with other messages.
8616
8617 2014-01-31 Glenn Morris <rgm@gnu.org>
8618
8619 * delsel.el (delete-selection-mode): Doc fix.
8620
8621 * emacs-lisp/trace.el (trace--read-args, trace-function-foreground)
8622 (trace-function-background): Doc fixes.
8623
8624 * ido.el (ido-use-virtual-buffers): Doc fix.
8625 Reset :version, since the default value has not changed.
8626
8627 * register.el (register-preview-delay, register-read-with-preview):
8628 Doc fixes.
8629
8630 * mail/reporter.el (reporter-dump-variable): In case of void-variable,
8631 do not mess with mail-buffer position (fixes 2009-11-03 change).
8632 * progmodes/cc-mode.el (c-submit-bug-report):
8633 Check auto-fill-mode is bound. (Bug#16592)
8634
8635 2014-01-31 Darren Hoo <darren.hoo@gmail.com>
8636
8637 * startup.el (fancy-splash-image-file): New function,
8638 split from fancy-splash-head.
8639 (fancy-splash-head, use-fancy-splash-screens-p): Use it,
8640 so that we are both using the same image. (Bug#16574)
8641
8642 2014-01-30 Glenn Morris <rgm@gnu.org>
8643
8644 * simple.el (eval-expression): Doc fix.
8645
8646 * hexl.el (hexl-mode-hook):
8647 * ielm.el (ielm-mode-hook):
8648 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-hook)
8649 (lisp-interaction-mode-hook):
8650 * progmodes/cfengine.el (cfengine3-documentation-function):
8651 Replace obsolete alias `turn-on-eldoc-mode' with `eldoc-mode'.
8652
8653 2014-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
8654
8655 * emacs-lisp/eieio-opt.el (eieio-help-generic): Don't assume `generic'
8656 is a symbol (bug#16584).
8657
8658 2014-01-30 Glenn Morris <rgm@gnu.org>
8659
8660 * help.el (help-for-help-internal): Add "P" to text.
8661
8662 2014-01-29 Glenn Morris <rgm@gnu.org>
8663
8664 * simple.el (just-one-space, cycle-spacing): Doc fixes.
8665
8666 2014-01-28 Martin Rudalics <rudalics@gmx.at>
8667
8668 * window.el (fit-frame-to-buffer): Fix calculations for margins and
8669 height constraints.
8670
8671 2014-01-28 Luke Lee <luke.yx.lee@gmail.com>
8672
8673 * progmodes/hideif.el: Extend to full CPP expression syntax.
8674 (hif-token-alist): Add missing tokens.
8675 (hif-token-regexp): Add support for float/octal/hex immediates.
8676 (hif-string-literal-regexp): New const.
8677 (hif-tokenize): Recognize strings and float/octal/hex immediates.
8678 (hif-exprlist): New function.
8679 (hif-parse-if-exp): Use it.
8680 (hif-logior-expr, hif-logxor-expr, hif-logand-expr, hif-comp-expr)
8681 (hif-logshift-expr, hif-muldiv-expr, hif-lognot, hif-shiftleft)
8682 (hif-shiftright, hif-multiply, hif-divide, hif-modulo, hif-equal)
8683 (hif-logxor, hif-comma): New functions.
8684
8685 2014-01-28 Glenn Morris <rgm@gnu.org>
8686
8687 * textmodes/fill.el (fill-single-char-nobreak-p): Doc tweak.
8688
8689 * indent.el (tab-stop-list): Doc fix. Add :version.
8690
8691 * vc/pcvs.el (vc-editable-p, vc-checkout): Remove unused declarations.
8692 (cvs-append-to-ignore): Add compatibility alias.
8693
8694 2014-01-27 Glenn Morris <rgm@gnu.org>
8695
8696 * dired.el (dired-hide-details-mode): Don't autoload it,
8697 since it cannot be used outside Dired buffers anyway.
8698
8699 * emulation/cua-base.el (cua-mode): Doc fix.
8700
8701 * dired.el (dired-hide-details-hide-symlink-targets)
8702 (dired-hide-details-hide-information-lines)
8703 (dired-hide-details-mode): Doc fixes.
8704
8705 * shadowfile.el (shadow-info-file, shadow-todo-file): Doc fix.
8706 * strokes.el (strokes-file): Doc fix. Bump :version.
8707 (strokes-help): Doc fix.
8708 * emulation/viper-init.el (viper-vi-style-in-minibuffer): Doc fix.
8709 * emulation/viper.el (viper): Doc fix for custom group.
8710 (top-level): Remove oh-so-no-longer-relevant text about vip.
8711 * obsolete/otodo-mode.el (todo-prefix): Doc fix.
8712
8713 * ido.el (ido-save-directory-list-file):
8714 * saveplace.el (save-place-file):
8715 * calendar/timeclock.el (timeclock-file):
8716 * net/quickurl.el (quickurl-url-file):
8717 * obsolete/otodo-mode.el (todo-file-do, todo-file-done, todo-file-top):
8718 * progmodes/idlwave.el (idlwave-config-directory):
8719 * textmodes/remember.el (remember-data-file):
8720 Bump :version.
8721
8722 2014-01-26 Glenn Morris <rgm@gnu.org>
8723
8724 * progmodes/opascal.el (opascal-tab-always-indents, opascal-tab):
8725 Doc fix. Make obsolete.
8726 (opascal-mode): No longer mention opascal-tab-always-indents in doc.
8727
8728 * sort.el (delete-duplicate-lines): Doc fix.
8729
8730 2014-01-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
8731
8732 * progmodes/ada-mode.el (ada):
8733 * woman.el (woman): Link to info manual and Commentary section.
8734
8735 * progmodes/flymake.el (flymake):
8736 * nxml/nxml-mode.el (nxml):
8737 * net/eww.el (eww):
8738 * speedbar.el (speedbar, speedbar-faces, speedbar-vc):
8739 * htmlfontify.el (htmlfontify):
8740 * ses.el (ses):
8741 * epa.el (epa):
8742 * ido.el (ido): Link to info manual.
8743
8744 2014-01-25 Leo Liu <sdl.web@gmail.com>
8745
8746 * progmodes/flymake.el (flymake-make-overlay): No rear advance.
8747
8748 2014-01-25 Adam Sjøgren <asjo@koldfront.dk>
8749
8750 * net/shr.el (shr-tag-img): Prefer the title over the alt text
8751 (bug#16537).
8752
8753 2014-01-24 Juanma Barranquero <lekktu@gmail.com>
8754
8755 * net/eww.el (eww-download-callback):
8756 Fix reference to eww-download-directory.
8757
8758 * emacs-lisp/bytecomp.el (byte-compile-file):
8759 Remove unused local variable `file-name'.
8760
8761 2014-01-24 Glenn Morris <rgm@gnu.org>
8762
8763 * woman.el (woman-default-faces, woman-monochrome-faces):
8764 Fix obsolescence specification.
8765
8766 * subr.el (with-demoted-errors): Doc fix.
8767
8768 2014-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
8769
8770 * emacs-lisp/cl-macs.el: Improve type->predicate mapping (bug#16520).
8771 (cl--macroexp-fboundp): New function.
8772 (cl--make-type-test): Use it.
8773
8774 2014-01-23 Glenn Morris <rgm@gnu.org>
8775
8776 * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-last-sexp):
8777 * simple.el (eval-expression): Doc fixes.
8778
8779 2014-01-22 Glenn Morris <rgm@gnu.org>
8780
8781 * emacs-lisp/authors.el (authors-fixed-entries): Addition.
8782
8783 2014-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
8784
8785 * emacs-lisp/package.el: Write files silently.
8786 (package-autoload-ensure-default-file, package--write-file-no-coding)
8787 (package-generate-description-file, package--download-one-archive)
8788 (package-install-from-archive): Tell `write-region' to stay quiet.
8789 (package-menu-mode, package-menu--print-info): Omit the Archive column
8790 if there's only one archive.
8791 (package-all-keywords, package--has-keyword-p): Remove dead code.
8792
8793 2014-01-22 Glenn Morris <rgm@gnu.org>
8794
8795 * version.el (emacs-bzr-version-bzr): Fix typo.
8796
8797 * version.el (emacs-repository-get-version):
8798 Check either .bzr or .git, but not both.
8799 Make the git case actually use the DIR argument, and return nil
8800 rather than the empty string.
8801 Avoid error if .git exists but the git executable is not found.
8802
8803 2014-01-22 Martin Rudalics <rudalics@gmx.at>
8804
8805 Fixes in window size functions around Bug#16430 and Bug#16470.
8806 * window.el (window-total-size, window-size): New argument ROUND.
8807 (window--min-delta-1, window-min-delta, window--max-delta-1):
8808 Be more conservative when calculating the numbers of lines or
8809 columns a window can shrink (Bug#16430).
8810 (fit-window-to-buffer): Simplify code.
8811 * term.el (term-window-width): Call window-body-width again.
8812
8813 2014-01-22 Glenn Morris <rgm@gnu.org>
8814
8815 * image.el (image-format-suffixes): Doc fix.
8816
8817 * international/quail.el (quail-define-package): Doc fix.
8818
8819 * emacs-lisp/authors.el (authors-valid-file-names)
8820 (authors-renamed-files-alist): Additions.
8821
8822 * vc/vc-git.el (vc-git-print-log): Remove --follow;
8823 reverts 2014-01-09 change. (Bug#16422)
8824
8825 * calc/calc-embed.el (thing-at-point-looking-at):
8826 * emacs-lisp/map-ynp.el (x-popup-dialog):
8827 * obsolete/lmenu.el (x-popup-dialog):
8828 * emacs-lisp/package.el (url-recreate-url):
8829 * mail/mailclient.el (clipboard-kill-ring-save):
8830 * subr.el (x-popup-dialog): Update declaration.
8831 * mail/rmail.el (rmail-mime-message-p):
8832 * window.el (tool-bar-lines-needed): Remove unnecessary declaration.
8833
8834 2014-01-21 Daniel Colascione <dancol@dancol.org>
8835
8836 * progmodes/sh-script.el (sh--inside-noncommand-expression):
8837 Correctly detect when we're inside an arithmetic expansion form
8838 containing nested parenthesis.
8839 (sh--maybe-here-document): Use `sh--inside-noncommand-expression'
8840 to detect cases where we shouldn't expand "<<" to a heredoc
8841 skeleton.
8842
8843 2014-01-21 Stefan Monnier <monnier@iro.umontreal.ca>
8844
8845 * emacs-lisp/eldoc.el: Properly remove message in minibuffer case.
8846 (eldoc--message-command-p): New function.
8847 (eldoc-display-message-p): Use it.
8848 (eldoc-pre-command-refresh-echo-area): In the minibuffer case, the
8849 message is not automatically erased for us.
8850 (eldoc-print-current-symbol-info): Erase previous message, if any.
8851
8852 2014-01-21 Tassilo Horn <tsdh@gnu.org>
8853
8854 * textmodes/reftex.el (reftex-create-bibtex-file): Fix autoload to
8855 specify it's an interactive function.
8856
8857 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
8858 Fix regex used for scanning for citation keys which failed for
8859 citations with optional arguments.
8860
8861 2014-01-21 Leo Liu <sdl.web@gmail.com>
8862
8863 * simple.el (read--expression): Don't enable eldoc-mode.
8864
8865 2014-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
8866
8867 * simple.el (move-beginning-of-line): Make sure we don't move forward
8868 (bug#16497).
8869
8870 2014-01-20 Juri Linkov <juri@jurta.org>
8871
8872 * saveplace.el (toggle-save-place, save-place-to-alist)
8873 (save-places-to-alist, save-place-dired-hook): Add (derived-mode-p
8874 'dired-mode) before checking for dired-directory. (Bug#16477)
8875
8876 2014-01-20 Juri Linkov <juri@jurta.org>
8877
8878 * indent.el (indent-line-to): Use backward-to-indentation
8879 instead of back-to-indentation. (Bug#16461)
8880
8881 2014-01-20 Paul Eggert <eggert@cs.ucla.edu>
8882
8883 Revert some of the CANNOT_DUMP fix (Bug#16494).
8884 Because of this, "make bootstrap" won't work if CANNOT_DUMP=yes,
8885 but fixing this can wait until after the next release.
8886 * Makefile.in (emacs): Keep EMACSLOADPATH empty.
8887
8888 2014-01-19 Michael Albinus <michael.albinus@gmx.de>
8889
8890 * eshell/esh-mode.el (eshell-password-prompt-regexp):
8891 Use `password-word-equivalents'.
8892 (eshell-watch-for-password-prompt): Let-bind `case-fold-search'
8893 to t. (Bug#5664, Bug#13124)
8894
8895 2014-01-19 Alan Mackenzie <acm@muc.de>
8896
8897 Bind open-paren-in-column-0-is-defun-start to nil at some entry
8898 points.
8899 * progmodes/cc-engine.el (c-invalidate-state-cache-1)
8900 (c-parse-state-1, c-guess-basic-syntax): Bind it here.
8901 * progmodes/cc-mode.el (c-before-change, c-after-change)
8902 (c-font-lock-fontify-region): Bind it here.
8903
8904 2014-01-19 Martin Rudalics <rudalics@gmx.at>
8905
8906 * term.el (term-window-width): Call window-text-width instead of
8907 window-width (Bug#16470).
8908
8909 2014-01-18 Paul Eggert <eggert@cs.ucla.edu>
8910
8911 * simple.el (password-word-equivalents): Remove duplicates.
8912 Sort, to make this easier next time.
8913 Downcase. Omit ": " after "jelszó".
8914
8915 2014-01-18 Jan Djärv <jan.h.d@swipnet.se>
8916
8917 * term/common-win.el (saved-region-selection): Defvar it.
8918 (x-select-text): Set saved-region-selection (Bug#16382).
8919
8920 2014-01-18 Glenn Morris <rgm@gnu.org>
8921
8922 * emacs-lisp/authors.el (authors-aliases)
8923 (authors-renamed-files-alist): Add some entries.
8924
8925 2014-01-17 Michael Albinus <michael.albinus@gmx.de>
8926
8927 * net/tramp.el (tramp-password-prompt-regexp):
8928 Use `password-word-equivalents' if available.
8929 (tramp-action-password, tramp-process-one-action)
8930 (tramp-read-passwd): Let-bind `case-fold-search' to t. (Bug#13124)
8931
8932 2014-01-17 Chong Yidong <cyd@gnu.org>
8933
8934 * simple.el (password-word-equivalents): New defcustom.
8935 * comint.el (comint-password-prompt-regexp): Use it. Bump version
8936 to 24.4.
8937 (comint-watch-for-password-prompt): Let-bind `case-fold-search'
8938 to t. (Bug#13124)
8939
8940 2014-01-17 Dmitry Gutov <dgutov@yandex.ru>
8941
8942 * progmodes/ruby-mode.el (ruby-alignable-keywords): New constant.
8943 (ruby-align-to-stmt-keywords): Change the default value.
8944 Use `ruby-alignable-keywords' to generate the possible customization
8945 choices.
8946 (ruby-smie-rules): Instead of using a hardcoded list of alignable
8947 keywords, check against the value of `ruby-alignable-keywords'
8948 (http://lists.gnu.org/archive/html/emacs-devel/2014-01/msg01439.html).
8949
8950 2014-01-17 Glenn Morris <rgm@gnu.org>
8951
8952 * emacs-lisp/authors.el (authors-aliases): Remove unnecessary entries.
8953
8954 Make M-x authors return zero *Authors Errors* from current logs.
8955 * emacs-lisp/authors.el (authors-obsolete-files-regexps)
8956 (authors-ignored-files): Add some entries, remove others.
8957 (authors-ambiguous-files, authors-valid-file-names):
8958 Add some entries.
8959 (authors-renamed-files-alist): Add, remove, and adjust entries.
8960 (authors-renamed-files-regexps): Add some entries.
8961 Remove some very broad ones. Make some entries `lax'.
8962 (authors-lax-changelogs): New constant.
8963 (authors-disambiguate-file-name): Treat top-level specially.
8964 (authors-lax-changelog-p): New function.
8965 (authors-canonical-file-name): Check file as written against
8966 authors-valid-file-names. Do not special-case etc/.
8967 Handle `lax' logs and authors-renamed-files-regexps elements.
8968
8969 2014-01-16 Dmitry Gutov <dgutov@yandex.ru>
8970
8971 * emacs-lisp/package.el (package-desc--keywords): Use `cdr' with
8972 `assoc'. Use `nth' instead of `cdr'. Make private. Update all
8973 callers.
8974
8975 2014-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
8976
8977 * follow.el (follow-adjust-window): Remove `dest' argument (bug#16426).
8978 Assume we're already in the proper buffer.
8979 Inspired by Anders Lindgren <andlind@gmail.com>.
8980 (follow-post-command-hook): Call it from the right buffer.
8981 (follow-comint-scroll-to-bottom): Adjust call.
8982 (follow-all-followers): Use get-buffer-window-list.
8983
8984 2014-01-15 Daniel Colascione <dancol@dancol.org>
8985
8986 * emacs-lisp/bytecomp.el (byte-compile-file): Use whole
8987 `buffer-file-name' in interactive-form so that we don't leave
8988 pathless file names in `file-name-history'.
8989
8990 2014-01-15 Juri Linkov <juri@jurta.org>
8991
8992 * indent.el (indent-rigidly): Set deactivate-mark to nil
8993 in transient indentation mode. (Bug#16438)
8994
8995 2014-01-15 Dmitry Gutov <dgutov@yandex.ru>
8996
8997 * emacs-lisp/package.el (package-desc-keywords): New function
8998 (Bug#16222).
8999 (describe-package-1, package-all-keywords)
9000 (package--has-keyword-p): Use it.
9001
9002 2014-01-14 Nicolas Richard <theonewiththeevillook@yahoo.fr>
9003
9004 * simple.el (define-alternatives): When creating the
9005 COMMAND-alternatives variable, assign COMMAND as its definition
9006 name so that `describe-variable' can relocate it.
9007
9008 2014-01-14 Matthew Leach <matthew@mattleach.net>
9009
9010 * font-lock.el (font-lock-keywords): Fix typo in docstring
9011 (bug#16307).
9012
9013 2014-01-14 Agustín Martín Domingo <agustin.martin@hispalinux.es>
9014
9015 * textmodes/ispell.el (ispell-region): Reset `in-comment' for new
9016 line instead of wrongly reset `add-coment' (bug#13577).
9017
9018 2014-01-14 Daiki Ueno <ueno@gnu.org>
9019
9020 * epa-file.el (epa-file-write-region): Encode the region according
9021 to `buffer-file-format'. Problem reported at:
9022 <http://sourceforge.jp/ticket/browse.php?group_id=2267&tid=32917>.
9023
9024 2014-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
9025
9026 * emacs-lisp/edebug.el (edebug--display): Move protective let-binding
9027 so it applies in the right buffer (bug#16410).
9028
9029 2014-01-13 Daniel Colascione <dancol@dancol.org>
9030
9031 * textmodes/rst.el (rst-define-key): Provide deprecated
9032 keybindings through named functions instead of anonymous ones so
9033 that "??" doesn't appear in describe-mode output.
9034
9035 2014-01-13 Bastien Guerry <bzg@gnu.org>
9036
9037 * simple.el (define-alternatives): Call the selected command
9038 interactively. When setting `COMMAND--implementation' for the
9039 first time, tell the user how to chose another implementation.
9040 Enhance the docstring.
9041
9042 2014-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
9043
9044 * vc/log-edit.el: Fix highlighting of summary when it's the first line.
9045 (log-edit--match-first-line): New function.
9046 (log-edit-font-lock-keywords): Use it.
9047 (log-edit-mode): Make jit-lock-defer-multiline work.
9048
9049 2014-01-13 Bastien Guerry <bzg@gnu.org>
9050
9051 * rect.el (rectangle-mark-mode): When the region is not active,
9052 display a message saying that the mark as been set and that
9053 rectangle mode is in use.
9054 (rectangle--highlight-for-redisplay): Only put an overlay with a
9055 visible vertical bar when (display-graphic-p) is non-nil.
9056 This partially fixes Bug#16403.
9057
9058 2014-01-13 Juri Linkov <juri@jurta.org>
9059
9060 * info.el (Info-find-file): Go to DIR before displaying the error
9061 about a nonexistent file if no previous Info file is visited.
9062 Use `user-error' instead of `error' for "Info file %s does not exist".
9063 (Info-find-node-2): In case of a nonexistent node in unwind forms
9064 go to the Top node if there is no previous node to revert to.
9065 (Bug#16405)
9066
9067 2014-01-13 Martin Rudalics <rudalics@gmx.at>
9068
9069 fit-frame/window-to-buffer code fixes including one for Bug#14096.
9070 * window.el (fit-frame-to-buffer): Fix doc-string.
9071 Respect window-min-height/-width. Fit pixelwise when
9072 frame-resize-pixelwise is non-nil. Adjust right/bottom edge
9073 when avoiding that frame goes partially off-screen.
9074 (fit-window-to-buffer): Respect window-min-height/-width
9075 (Bug#14096).
9076
9077 2014-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
9078
9079 * indent.el (indent-according-to-mode): Flush to column 0 in text-mode
9080 after an empty line.
9081
9082 2014-01-12 Stefan Monnier <monnier@iro.umontreal.ca>
9083
9084 * net/shr.el (shr-render-region): Autoload.
9085
9086 2014-01-12 Xue Fuqiao <xfq.free@gmail.com>
9087
9088 * net/eww.el (eww-download-directory): Rename from
9089 `eww-download-path' (Bug#16419).
9090
9091 2014-01-12 Leo Liu <sdl.web@gmail.com>
9092
9093 * dired-x.el (dired-mode-map): Fix last change.
9094
9095 * emacs-lisp/eldoc.el (eldoc-mode): Add hook locally.
9096
9097 2014-01-12 Paul Eggert <eggert@cs.ucla.edu>
9098
9099 Spelling fixes.
9100 * emacs-lisp/generic.el (generic--normalize-comments):
9101 Rename from generic--normalise-comments. All uses changed.
9102 * play/bubbles.el (bubbles--neighborhood-score)
9103 (bubbles--mark-direct-neighbors, bubbles--mark-neighborhood)
9104 (bubbles--neighborhood-available)
9105 (bubbles--update-neighborhood-score):
9106 Rename from names with 'neighbourhood'. All uses changed.
9107
9108 2014-01-12 Leo Liu <sdl.web@gmail.com>
9109
9110 Re-implement the feature of showing eldoc info after editing.
9111 * emacs-lisp/eldoc.el (eldoc-post-insert-mode): Remove.
9112 (eldoc-edit-message-commands): New function.
9113 (eldoc-print-after-edit): New variable.
9114 (eldoc-pre-command-refresh-echo-area): Emit message only by
9115 eldoc-message-commands.
9116 (eldoc-mode): Restrict eldoc-message-commands to editing commands
9117 if eldoc-print-after-edit is set. (Bug#16346)
9118 * simple.el (read--expression): Enable eldoc-mode.
9119 * progmodes/octave.el (octave-mode-menu): Adapt to change in eldoc.
9120
9121 2014-01-11 Dani Moncayo <dmoncayo@gmail.com>
9122 Eric S. Raymond <esr@thyrsus.com>
9123
9124 * version.el (emacs-repository-get-version): Enhance so the
9125 function works correctly in either a Bazaar or Git repo.
9126
9127 2014-01-11 Eric S. Raymond <esr@thyrsus.com>
9128
9129 * play/meese.el: It's 2014 and Ed Meese is justly forgotten.
9130 Goes with removal of the joke manpages from /etc.
9131
9132 2014-01-10 Kenichi Handa <handa@gnu.org>
9133
9134 * mail/rmail.el (rmail-get-coding-system):
9135 Check rmail-get-coding-function before "funcall"ing it.
9136
9137 2014-01-10 Glenn Morris <rgm@gnu.org>
9138
9139 * emacs-lisp/authors.el (authors-fixed-entries):
9140 Update for files that no longer exist.
9141
9142 2014-01-10 Eric S. Raymond <esr@thyrsus.com>
9143
9144 * version.el (emacs-bzr-get-version): Restore compatibilty with
9145 24.3 (Tested).
9146
9147 2014-01-10 Bozhidar Batsov <bozhidar@batsov.com>
9148
9149 * progmodes/ruby-mode.el (auto-mode-alist): Add .podspec
9150 and Podfile.
9151
9152 2014-01-10 Eli Zaretskii <eliz@gnu.org>
9153
9154 * emacs-lisp/authors.el (authors-fixed-entries): Update my entry.
9155
9156 2014-01-10 Chong Yidong <cyd@gnu.org>
9157
9158 * progmodes/octave.el (octave-mode-menu): Don't assume eldoc is loaded.
9159
9160 2014-01-10 Anders Lindgren <andlind@gmail.com>
9161
9162 * follow.el (follow-cache-command-list): Include right-char and
9163 left-char.
9164
9165 2014-01-10 Paul Eggert <eggert@cs.ucla.edu>
9166
9167 Spelling fixes.
9168 * mail/unrmail.el (unrmail-mbox-format): Choice is mboxo, not mboxro.
9169 * woman.el (woman-mark-horizontal-position):
9170 Rename from woman-mark-horizonal-position. Use changed.
9171
9172 2014-01-10 Glenn Morris <rgm@gnu.org>
9173
9174 * info.el (info-initialize): If running uninstalled, ensure our
9175 own info files are always found first, even if INFOPATH is set.
9176
9177 * help.el (view-order-manuals): Open emacs.info rather than ORDERS.
9178
9179 2014-01-09 David Engster <deng@randomsample.de>
9180
9181 * emacs-lisp/eieio-custom.el:
9182 * emacs-lisp/eieio-opt.el: Set generated autoload file to
9183 'eieio.el'. This was accidentally removed in 2012-10-01T18:10:29Z!cyd@gnu.org.
9184 * emacs-lisp/eieio.el: Regenerate autoloads.
9185
9186 2014-01-09 Eric S. Raymond <esr@thyrsus.com>
9187
9188 * vc/vc-git.el (vc-git-print-log): Add --follow option to command,
9189 following renames. (Bug#8756)
9190
9191 2014-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
9192
9193 * simple.el (deactivate-mark, activate-mark): Force-mode-line-update
9194 (bug#16382).
9195 (activate-mark): Add `no-tmm' argument.
9196 (set-mark, push-mark-command): Use it instead of running
9197 activate-mark-hook by hand.
9198
9199 2014-01-08 Eric S. Raymond <esr@thyrsus.com>
9200
9201 In preparation for the move to git, sanitize out some
9202 Bazaar-specific names.
9203
9204 * emacs-lisp/authors.el: INSTALL.BZR renamed to INSTALL.REPO.
9205
9206 * version.el (emacs-bzr-version): Name changed to
9207 emacs-repository-version. Obsolete-variable alias made.
9208 * loadup.el: Follow through on this name change.
9209 * mail/emacsbug.el (report-emacs-bug): Factor out any
9210 assumption about the version control system in use.
9211
9212 2014-01-08 David Engster <deng@randomsample.de>
9213
9214 * help-fns.el (help-fns-describe-function-functions):
9215 New variable to call functions for augmenting help buffers.
9216 (describe-function-1): Remove explicit calls to
9217 `help-fns--compiler-macro', `help-fns--parent-mode' and
9218 `help-fns--obsolete'. Put them in above new variable instead, and
9219 call them through `run-hook-with-args'.
9220 * emacs-lisp/eieio-opt.el (eieio-help-class): Rename from
9221 `eieio-describe-class'. Not meant for interactive use anymore,
9222 but to augment existing help buffers. Remove optional second
9223 argument. Create proper button for file location.
9224 Rewrite function to use `insert' instead of `princ' and `prin1' where
9225 possible.
9226 (eieio-help-class-slots): Rename from `eieio-describe-class-slots'.
9227 (eieio-method-def, eieio-class-def): Move further up.
9228 (describe-method, describe-generic, eieio-describe-method):
9229 Remove aliases.
9230 (eieio-help-constructor, eieio-help-generic): Rename from
9231 `eieio-describe-constructor' and `eieio-describe-generic', resp.
9232 Rewrite to use `insert' in the current buffer and use proper help
9233 buttons.
9234 (eieio-help-find-method-definition)
9235 (eieio-help-find-class-definition): Also accept symbols as
9236 arguments.
9237 (eieio-help-mode-augmentation-maybee): Remove.
9238 (eieio-describe-class-sb): Use `describe-function'.
9239 * emacs-lisp/eieio.el (help-fns-describe-function-functions):
9240 Add `eieio-help-generic' and `eieio-help-constructor'.
9241
9242 2014-01-08 Paul Eggert <eggert@cs.ucla.edu>
9243
9244 Spelling fixes.
9245 * language/china-util.el (hz-ascii-designation):
9246 Rename from hz-ascii-designnation.
9247 (hz-ascii-designation): Rename from hz-ascii-designnation.
9248 All uses changed.
9249
9250 2014-01-08 Stefan Monnier <monnier@iro.umontreal.ca>
9251
9252 * emacs-lisp/package.el (package-delete): Only remove pkg-desc from
9253 package-alist.
9254
9255 2014-01-08 Bastien Guerry <bzg@gnu.org>
9256
9257 * emacs-lisp/package.el (package-delete):
9258 Correctly delete the package from package-alist.
9259
9260 2014-01-08 Daiki Ueno <ueno@gnu.org>
9261
9262 * emacs-lisp/package.el (url-recreate-url): Declare.
9263 (url-http-target-url): Declare.
9264 (package-handle-response): Include requested URL in the error message.
9265 (package--check-signature): Don't re-signal errors from
9266 package--with-work-buffer. Suggested by Stefan Monnier.
9267
9268 2014-01-07 Bastien Guerry <bzg@gnu.org>
9269
9270 * minibuffer.el (completion--try-word-completion): When both a
9271 hyphen and a space are possible candidates for the character
9272 following a word, display both candidates. (Bug#15980)
9273
9274 2014-01-07 Martin Rudalics <rudalics@gmx.at>
9275
9276 * window.el (balance-windows-2): While rounding don't give a
9277 window more than the remainder. Bug#16351, bug#16383.
9278
9279 2014-01-07 Glenn Morris <rgm@gnu.org>
9280
9281 * menu-bar.el (menu-bar-help-extra-packages): Remove.
9282 (menu-bar-help-menu): Use view-external-packages instead.
9283
9284 2014-01-07 Bastien Guerry <bzg@gnu.org>
9285
9286 * emacs-lisp/package.el (package-delete): Also delete the package
9287 name from `package-alist', not its description only.
9288
9289 2014-01-07 Glenn Morris <rgm@gnu.org>
9290
9291 * help.el (view-external-packages):
9292 * menu-bar.el (menu-bar-help-extra-packages):
9293 Visit efaq.info rather than etc/MORE.STUFF.
9294
9295 2014-01-07 Juri Linkov <juri@jurta.org>
9296
9297 * isearch.el (isearch-mode-map): Bind [return] and [backspace] to
9298 isearch-exit and isearch-delete-char resp. (Bug#16342, bug#16035)
9299
9300 * progmodes/ps-mode.el (ps-mode-map): Remove [return] key binding
9301 that shadows RET. (Bug#16342)
9302
9303 2014-01-07 Chong Yidong <cyd@gnu.org>
9304
9305 * isearch.el (isearch-yank-char, isearch-yank-word)
9306 (isearch-yank-line): Doc fix.
9307
9308 2014-01-06 Stefan Monnier <monnier@iro.umontreal.ca>
9309
9310 * abbrev.el (define-abbrev): Beware new meaning of fboundp.
9311 * emacs-lisp/elint.el (elint-find-builtins):
9312 * emacs-lisp/eldoc.el (eldoc-symbol-function):
9313 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn)
9314 (byte-compile-file-form-defmumble, byte-compile, byte-compile-form):
9315 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
9316 * apropos.el (apropos-safe-documentation):
9317 * subr.el (symbol-file): Remove redundant fboundp.
9318 * progmodes/idlw-shell.el (idlwave-shell-comint-filter): Use defalias.
9319
9320 2014-01-06 Bastien Guerry <bzg@gnu.org>
9321
9322 * hl-line.el (global-hl-line-overlay): Make a local variable.
9323 (global-hl-line-overlays): New variable to store all overlays.
9324 (global-hl-line-mode): Don't delete overlays from the current
9325 buffer when `global-hl-line-sticky-flag' is non-nil.
9326 (global-hl-line-highlight): Add new overlays to
9327 `global-hl-line-overlays'.
9328 (global-hl-line-unhighlight-all): New function to delete all
9329 overlays when turning off `global-hl-line-mode'.
9330 This fixes Bug#16183.
9331
9332 2014-01-06 Stefan Monnier <monnier@iro.umontreal.ca>
9333
9334 * subr.el (set-transient-map): Fix nested case and docstring.
9335
9336 2014-01-06 Tassilo Horn <tsdh@gnu.org>
9337
9338 * textmodes/reftex-vars.el (reftex-label-alist-builtin): Add a
9339 `Texinfo' entry.
9340
9341 2014-01-06 Daniel Colascione <dancol@dancol.org>
9342
9343 Fix defun navigation in vc log view.
9344
9345 * vc/log-view.el (log-view-beginning-of-defun): Rewrite to behave
9346 like `beginning-of-defun'.
9347 (log-view-end-of-defun, log-view-end-of-defun-1): Rename old
9348 log-view-end-of-defun to log-view-end-of-defun-1. Replace
9349 log-view-end-of-defun with wrapper that behaves like `end-of-defun'.
9350 (log-view-extract-comment): Call `log-view-current-entry' directly
9351 instead of relying on broken `log-view-beginning-of-defun' behavior.
9352
9353 2014-01-06 Paul Eggert <eggert@cs.ucla.edu>
9354
9355 Spelling fixes.
9356 * calc/calc-yank.el (calc-edit-mode, calc-edit-cancel):
9357 * emacs-lisp/debug.el (cancel-debug-on-entry):
9358 * epg.el (epg-error-to-string):
9359 * files.el (recover-file):
9360 * lpr.el (lpr-buffer, print-buffer, lpr-region, print-region):
9361 * mail/emacsbug.el (report-emacs-bug-hook):
9362 * mail/sendmail.el (mail-recover):
9363 * ses.el (ses-yank-resize):
9364 * term/ns-win.el (ns-print-buffer):
9365 Spelling fixes in diagnostics, mostly for "canceled" with one L.
9366 * epg.el (epg-key-capability-alist): Rename from misspelled version.
9367 All uses changed.
9368 * obsolete/xesam.el (xesam-all-fields): Fix misspelled field name.
9369
9370 2014-01-06 Leo Liu <sdl.web@gmail.com>
9371
9372 * dired-x.el (dired-mode-map): Rebind dired-omit-mode to C-x M-o
9373 to avoid shadowing global key. (Bug#16354)
9374
9375 2014-01-06 Daniel Colascione <dancol@dancol.org>
9376
9377 * textmodes/rst.el (rst-mode): Set electric-indent-inhibit for
9378 rst-mode.
9379
9380 2014-01-05 Martin Rudalics <rudalics@gmx.at>
9381
9382 * window.el (balance-windows): Add mising t to fix Bug#16351.
9383
9384 2014-01-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
9385
9386 * net/shr.el (shr-descend): Don't bug out if the anchor is empty
9387 (bug#16285).
9388 (shr-insert): If we have a word that's longer than `shr-width',
9389 break after it anyway. Otherwise we'll do no breaking once we get
9390 such a long word.
9391
9392 2014-01-05 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
9393
9394 * net/eww.el (eww): Support single/double quote for search.
9395 * net/eww.el (eww-list-histories, eww-history-browse): Fixup.
9396 (eww-history-quit): Delete and use quit-window.
9397 (eww-history-kill): Delete, because it doesn't work well and
9398 not necessary.
9399 (eww-history-mode-map): Delete some keys and add easy-menu.
9400
9401 2014-01-05 Paul Eggert <eggert@cs.ucla.edu>
9402
9403 Fix misspelling of 'chinese' in rx (Bug#16237).
9404 * emacs-lisp/rx.el (rx-categories): Correct spelling of
9405 chinese-two-byte.
9406
9407 Change subword regexps back to vars (Bug#16296).
9408 * progmodes/subword.el (subword-forward-regexp)
9409 (subword-backward-regexp): Change these back to variables.
9410
9411 2014-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
9412
9413 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't bother with
9414 syntax-begin-function (bug#16247).
9415
9416 2014-01-03 Chong Yidong <cyd@gnu.org>
9417
9418 * emacs-lisp/nadvice.el (advice--make-docstring): Change args.
9419 (advice--docstring): Delete variable.
9420 (advice--make-1): Leave the docstring empty.
9421 (advice-add): Use function-documentation for advised docstring.
9422
9423 * emacs-lisp/advice.el (ad--make-advised-docstring): Change args.
9424 Ignore function-documentation property when getting documentation.
9425 (ad-activate-advised-definition): Use function-documentation
9426 generate the docstring.
9427 (ad-make-advised-definition): Don't call
9428 ad-make-advised-definition-docstring.
9429 (ad-make-advised-definition-docstring, ad-advised-definition-p):
9430 Delete functions.
9431
9432 * progmodes/sql.el (sql-help): Use function-documentation instead
9433 of dynamic-docstring-function property. No need to autoload now.
9434 (sql--help-docstring): New variable.
9435 (sql--make-help-docstring): Use it.
9436
9437 2014-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
9438
9439 * ielm.el (ielm-tab): Retarget.
9440 (ielm-map): Use ielm-tab for tab.
9441 (ielm-complete-filename): Use comint-filename-completion.
9442 (ielm-complete-symbol): Remove.
9443 (inferior-emacs-lisp-mode): Use lisp-completion-at-point instead and
9444 remove ielm-tab from completion-at-point-functions (bug#16224).
9445
9446 * emacs-lisp/pcase.el (pcase--split-equal, pcase--split-member):
9447 Beware signals raised by predicates (bug#16201).
9448
9449 2014-01-02 Richard Stallman <rms@gnu.org>
9450
9451 * dired-aux.el (dired-do-print): Handle printer-name.
9452
9453 * mail/rmailmm.el (rmail-mime-message-p): Move to rmail.el.
9454 * mail/rmail.el (rmail-mime-message-p): Move from rmailmm.el.
9455 (rmail-epa-decrypt): Turn off mime processing.
9456
9457 * mail/rmail.el (rmail-make-in-reply-to-field):
9458 Add parens in message-id.
9459
9460 * mail/rmail.el (rmail-get-coding-function): Variable.
9461 (rmail-get-coding-system): Use it.
9462
9463 2013-12-31 Eli Zaretskii <eliz@gnu.org>
9464
9465 * international/mule-conf.el: Unify the charset indian-is13194.
9466 (indian-is13194): Specify unify-map.
9467
9468 2013-12-31 Leo Liu <sdl.web@gmail.com>
9469
9470 * subr.el (set-temporary-overlay-map): Obsolete alias. (Bug#16305)
9471
9472 2013-12-30 Daniel Colascione <dancol@dancol.org>
9473
9474 * term/x-win.el ([XF86WakeUp]): Ignore the XF86WakeUp key instead
9475 of printing a useless when we resume from sleep.
9476
9477 * progmodes/sh-script.el
9478 (sh-smie-sh-forward-token, sh-smie-rc-forward-token): Fix infloop
9479 in indentation code. (Bug#16233)
9480
9481 2013-12-28 João Távora <joaotavora@gmail.com>
9482
9483 * elec-pair.el (electric-pair-post-self-insert-function):
9484 Don't open extra newlines at beginning of buffer. (Bug#16272)
9485
9486 2013-12-28 Eli Zaretskii <eliz@gnu.org>
9487
9488 * frame.el (window-system-for-display): Don't allow to create a
9489 GUI frame from a -nw session on MS-Windows. (Bug#14739)
9490
9491 2013-12-28 Glenn Morris <rgm@gnu.org>
9492
9493 * mail/hashcash.el (hashcash-program): Rename from hashcash-path.
9494 Update callers.
9495
9496 * apropos.el (apropos-match-face):
9497 * calculator.el (calculator-displayer):
9498 * dabbrev.el (dabbrev-search-these-buffers-only):
9499 * face-remap.el (buffer-face-mode-face):
9500 * simple.el (yank-handled-properties):
9501 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
9502 * mail/footnote.el (footnote-mode-line-string, footnote-prefix):
9503 * mail/hashcash.el (hashcash-accept-resources, hashcash-program)
9504 (hashcash-double-spend-database):
9505 * progmodes/ruby-mode.el (ruby-deep-indent-paren)
9506 (ruby-deep-indent-paren-style):
9507 * textmodes/flyspell.el (flyspell-auto-correct-binding):
9508 * textmodes/rst.el (rst-toc-indent, rst-toc-insert-style)
9509 (rst-toc-insert-number-separator, rst-toc-insert-max-level):
9510 * vc/pcvs-defs.el (cvs-minor-mode-prefix):
9511 Specify custom types.
9512
9513 * emacs-lisp/smie.el (smie-config): Add type, version, initialize.
9514 * bookmark.el (bookmark-bmenu-use-header-line):
9515 * doc-view.el (doc-view-scale-internally):
9516 * pcmpl-x.el (pcmpl-x-tlmgr-program, pcmpl-x-ack-program):
9517 * register.el (register-preview-delay):
9518 * net/shr.el (shr-bullet):
9519 * progmodes/cfengine.el (cfengine-cf-promises)
9520 (cfengine-parameters-indent):
9521 * progmodes/octave.el (inferior-octave-error-regexp-alist):
9522 * textmodes/reftex-vars.el (reftex-label-regexps):
9523 * vc/log-edit.el (log-edit-setup-add-author): Add version.
9524
9525 * net/tls.el (tls-certtool-program): Fix default value.
9526
9527 * desktop.el (desktop-restore-in-current-display):
9528 * newcomment.el (comment-empty-lines):
9529 * progmodes/idlwave.el (idlwave-scan-all-buffers-for-routine-info)
9530 (idlwave-pad-keyword):
9531 * progmodes/tcl.el (tcl-tab-always-indent):
9532 * textmodes/reftex-vars.el (reftex-index-default-tag):
9533 * elec-pair.el (electric-pair-skip-whitespace):
9534 * progmodes/cfengine.el (cfengine-cf-promises): Fix custom types.
9535
9536 * emacs-lisp/authors.el (authors-ignored-files)
9537 (authors-valid-file-names, authors-renamed-files-alist): Additions.
9538
9539 2013-12-27 Jarek Czekalski <jarekczek@poczta.onet.pl>
9540
9541 * shell.el (shell-dynamic-complete-command): Doc fix.
9542 (shell--command-completion-data): Shell completion now matches
9543 executable filenames from the current buffer's directory, on
9544 systems in which this behavior is the default (windows-nt, ms-dos).
9545
9546 2013-12-27 Lars Ingebrigtsen <larsi@gnus.org>
9547
9548 * net/shr.el (shr-insert): Don't infloop if the width is zero.
9549
9550 2013-12-27 Stefan Monnier <monnier@iro.umontreal.ca>
9551
9552 * icomplete.el (icomplete-show-matches-on-no-input): Default to nil
9553 (bug#16251).
9554
9555 * electric.el: Move all electric-pair-* to elec-pair.el.
9556 * elec-pair.el: New file, split from electric.el.
9557
9558 2013-12-27 Lars Ingebrigtsen <larsi@gnus.org>
9559
9560 * net/shr.el (shr-find-fill-point): Don't try to fill if the
9561 indentation level is larger than the width, because that will
9562 infloop.
9563 (shr-insert): Fill repeatedly long texts, so that Japanese is
9564 formatted correctly (bug#16263).
9565 (shr-find-fill-point): Off by one error in comparison with the
9566 indentation.
9567
9568 2013-12-26 João Távora <joaotavora@gmail.com>
9569
9570 * electric.el (electric-pair-mode): More flexible engine for skip-
9571 and inhibit predicates, new options for pairing-related functionality.
9572 (electric-pair-preserve-balance): Pair/skip parentheses and quotes
9573 if that keeps or improves their balance in buffers.
9574 (electric-pair-delete-adjacent-pairs): Delete the pair when
9575 backspacing over adjacent matched delimiters.
9576 (electric-pair-open-extra-newline): Open extra newline when
9577 inserting newlines between adjacent matched delimiters.
9578 (electric--sort-post-self-insertion-hook):
9579 Sort post-self-insert-hook according to priority values when
9580 minor-modes are activated.
9581 * simple.el (newline-and-indent): Call newline with interactive
9582 set to t.
9583 (blink-paren-post-self-insert-function): Set priority to 100.
9584 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
9585 Use electric-pair-text-pairs to pair backtick-and-quote in strings and
9586 comments. Locally set electric-pair-skip-whitespace to 'chomp and
9587 electric-pair-open-newline-between-pairs to nil.
9588
9589 2013-12-26 Fabián Ezequiel Gallina <fgallina@gnu.org>
9590
9591 * progmodes/python.el: Use lexical-binding.
9592 (python-nav-beginning-of-defun): Stop searching ASAP.
9593
9594 2013-12-25 Xue Fuqiao <xfq.free@gmail.com>
9595
9596 * vc/vc.el (vc-ignore): Use `vc-responsible-backend'.
9597 Fix interactive spec. Doc fix. (Bug#15754)
9598
9599 2013-12-25 Katsumi Yamaoka <yamaoka@jpl.org>
9600
9601 * emacs-lisp/byte-run.el (eval-when-compile):
9602 * progmodes/cc-defs.el (cc-eval-when-compile):
9603 Fix edebug spec (bug#16184).
9604
9605 2013-12-25 Lars Ingebrigtsen <larsi@gnus.org>
9606
9607 * net/shr.el (shr-visit-file): Remove debugging function.
9608 (shr-insert): Don't infloop if we can't find a good place to break
9609 the line (bug#16256).
9610
9611 2013-12-25 Fabián Ezequiel Gallina <fgallina@gnu.org>
9612
9613 * progmodes/python.el (python-nav--lisp-forward-sexp): New function.
9614 (python-nav--lisp-forward-sexp-safe): Use it. Rename from
9615 python-nav-lisp-forward-sexp-safe.
9616 (python-nav--forward-sexp): New argument SAFE allows switching
9617 forward sexp movement behavior for parens.
9618 (python-nav-forward-sexp): Throw errors on unterminated parens
9619 (Bug#16191).
9620 (python-nav-backward-sexp, python-nav-forward-sexp-safe)
9621 (python-nav-backward-sexp-safe): New functions.
9622 (python-shell-buffer-substring):
9623 Use `python-nav-forward-sexp-safe'.
9624
9625 2013-12-25 Lars Ingebrigtsen <larsi@gnus.org>
9626
9627 * net/shr.el (shr-find-fill-point): Don't break lines before a
9628 quotation mark.
9629 (shr-char-kinsoku-bol-p): The quotation mark isn't a kinsoky BOL char.
9630 (shr-find-fill-point): Remove the special checks for the quotation
9631 mark, since `shr-char-kinsoku-bol-p' should now return the right thing.
9632
9633 2013-12-25 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
9634
9635 * net/eww.el (eww-form-textarea): Use a different face for
9636 textareas than text input since they have different keymaps
9637 (bug#16142).
9638
9639 2013-12-24 Fabián Ezequiel Gallina <fgallina@gnu.org>
9640
9641 * progmodes/python.el (python-nav-beginning-of-statement):
9642 Speed up (Bug#15295).
9643
9644 2013-12-24 Lars Ingebrigtsen <larsi@gnus.org>
9645
9646 * net/eww.el (eww-bookmark-browse): Use `quit-window' to restore
9647 the window configuration.
9648
9649 2013-12-24 Eli Zaretskii <eliz@gnu.org>
9650
9651 * net/eww.el (eww-open-file): Ensure 3 slashes after "file:" when
9652 we run on MS-Windows or MS-DOS.
9653
9654 2013-12-24 Martin Rudalics <rudalics@gmx.at>
9655
9656 * window.el (balance-windows-area): Call window-size instead of
9657 window-height and window-width. Bug#16241.
9658
9659 2013-12-24 Lars Ingebrigtsen <larsi@gnus.org>
9660
9661 * net/eww.el (eww-bookmark-quit): Remove.
9662 (eww-bookmark-browse): Restore the window configuration when you
9663 choose a bookmark (bug#16144).
9664
9665 2013-12-24 Daniel Colascione <dancol@dancol.org>
9666
9667 * icomplete.el: Remove redundant :group arguments to `defcustom'
9668 throughout.
9669 (icomplete-show-matches-on-no-input): New customizable variable.
9670 (icomplete-minibuffer-setup): Call `icomplete-exhibit' on setup if
9671 we have something to show.
9672 (icomplete-exhibit): Compute completions even if we have no user input.
9673
9674 2013-12-23 Daniel Colascione <dancol@dancol.org>
9675
9676 * icomplete.el: Move `provide' to end of file.
9677
9678 2013-12-23 Teodor Zlatanov <tzz@lifelogs.com>
9679
9680 * net/gnutls.el (gnutls-verify-error): Add version tag.
9681
9682 2013-12-23 Chong Yidong <cyd@gnu.org>
9683
9684 * subr.el (set-transient-map): Rename from
9685 set-temporary-overlay-map. Doc fix.
9686
9687 * face-remap.el (text-scale-adjust):
9688 * indent.el (indent-rigidly):
9689 * kmacro.el (kmacro-call-macro):
9690 * minibuffer.el (minibuffer-force-complete):
9691 * repeat.el (repeat):
9692 * simple.el (universal-argument--mode):
9693 * calendar/todo-mode.el (todo-insert-item--next-param):
9694 * progmodes/f90.el (f90-abbrev-start): Callers changed.
9695
9696 * indent.el (indent-rigidly): Use substitute-command-keys.
9697
9698 2013-12-22 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
9699
9700 * net/eww.el (eww-tag-select): Add text-property to jump to next
9701 select field.
9702 (eww): Add non-supported ftp error.
9703
9704 2013-12-22 Dmitry Gutov <dgutov@yandex.ru>
9705
9706 * progmodes/ruby-mode.el (ruby--electric-indent-p): Improve the
9707 comments. Handle electric indent after typing `?' and `!'.
9708
9709 2013-12-22 Chong Yidong <cyd@gnu.org>
9710
9711 * faces.el (face-spec-recalc): If the theme specs are not
9712 applicable to a frame, fall back on the defface spec.
9713 This prevents themes from obliterating faces on low-color terminals.
9714
9715 2013-12-22 Dmitry Gutov <dgutov@yandex.ru>
9716
9717 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Return t
9718 after `{'. We need it after block openers, and it doesn't seem
9719 to hurt after hash openers.
9720
9721 2013-12-22 Dmitry Gutov <dgutov@yandex.ru>
9722
9723 * progmodes/ruby-mode.el (ruby--at-indentation-p): New function,
9724 extracted from `ruby-smie-rules'.
9725 (ruby--electric-indent-chars): New variable.
9726 (ruby--electric-indent-p): New function.
9727 (ruby-mode): Use `electric-indent-functions' instead of
9728 `electric-indent-chars'.
9729
9730 2013-12-22 Dmitry Gutov <dgutov@yandex.ru>
9731
9732 * progmodes/ruby-mode.el (ruby-align-to-stmt-keywords): Tweak the
9733 docstring.
9734 (ruby-smie-rules): Indent plus one level after `=>'.
9735
9736 2013-12-21 Richard Stallman <rms@gnu.org>
9737
9738 * simple.el (newline): Doc fix.
9739
9740 2013-12-21 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
9741
9742 * net/eww.el (eww-list-histories, eww-list-histories)
9743 (eww-history-browse, eww-history-quit, eww-history-kill)
9744 (eww-history-mode-map, eww-history-mode): New command and
9745 functions to list browser histories.
9746 (eww-form-text): Support text form with disabled
9747 and readonly attributes.
9748 (eww-checkbox-map): Fix wrong key bind to `eww-toggle-checkbox'.
9749
9750 2013-12-21 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
9751
9752 * net/eww.el (eww-back-url, eww-forward-url, eww-next-url)
9753 (eww-previous-url, eww-up-url, eww-top-url, eww-add-bookmark)
9754 (eww-bookmark-prepare, eww-bookmark-kill, eww-bookmark-yank)
9755 (eww-bookmark-browse, eww-next-bookmark, eww-previous-bookmark):
9756 Use `user-error'.
9757 (eww-bookmark-mode-map): Add menu.
9758 (eww-render, eww-mode): Use `setq-local'.
9759 (eww-tool-bar-map): New variable.
9760 (eww-mode): Set `tool-bar-map'.
9761 (eww-view-source): Check for `html-mode' with `fboundp'.
9762
9763 2013-12-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
9764
9765 * net/shr.el (shr--extract-best-source): Don't bug out on audio
9766 elements with text inside. Also remove debugging.
9767
9768 2013-12-21 Jan Djärv <jan.h.d@swipnet.se>
9769
9770 * cus-start.el (all): Add ns-use-srgb-colorspace.
9771
9772 2013-12-21 Chong Yidong <cyd@gnu.org>
9773
9774 * custom.el (custom-theme-recalc-face): Do nothing if the face is
9775 undefined. Thus, theme settings for undefined faces do not take
9776 effect until the faces are defined with defface, the same as with
9777 theme variables.
9778
9779 * faces.el (face-spec-set): Use face-spec-recalc in all cases.
9780 (face-spec-reset-face): Don't assign extra properties in temacs.
9781 (face-spec-recalc): Apply X resources too.
9782
9783 2013-12-21 Chong Yidong <cyd@gnu.org>
9784
9785 * faces.el (face-spec-set):
9786 * cus-face.el (custom-theme-set-faces, custom-set-faces):
9787 * custom.el (defface): Doc fixes (Bug#16203).
9788
9789 * indent.el (indent-rigidly-map): Add docstring, and move commands
9790 into named functions.
9791 (indent-rigidly-left, indent-rigidly-right)
9792 (indent-rigidly-left-to-tab-stop)
9793 (indent-rigidly-right-to-tab-stop): New functions. Decide on
9794 indentation direction based on bidi direction, and accumulate
9795 sequential commands in a single undo boundary.
9796 (indent-rigidly--pop-undo): New utility function.
9797
9798 2013-12-20 Juanma Barranquero <lekktu@gmail.com>
9799
9800 * faces.el (read-face-name): Require crm.el when using crm-separator.
9801
9802 2013-12-20 Daniel Colascione <dancol@dancol.org>
9803
9804 * progmodes/sh-script.el (sh-mode): Tweak paragraph-separate
9805 so that we don't reflow comments into the shebang line.
9806
9807 2013-12-20 Juri Linkov <juri@jurta.org>
9808
9809 * saveplace.el (save-place-to-alist): Add `dired-filename' as
9810 a position when `dired-directory' is non-nil. Check integer
9811 positions with `integerp'.
9812 (toggle-save-place, save-places-to-alist): Add check for
9813 `dired-directory'.
9814 (save-place-find-file-hook): Check integer positions with
9815 `integerp'.
9816 (save-place-dired-hook): Use `dired-goto-file' when
9817 `dired-filename' is found in the assoc list. Check integer
9818 positions with `integerp'.
9819 (dired-initial-position-hook): Rename from `dired-initial-point-hook'.
9820
9821 * dired.el (dired-initial-position-hook): Rename back from
9822 `dired-initial-point-hook'.
9823 (dired-initial-position): Rename `dired-initial-point-hook' to
9824 `dired-initial-position-hook'.
9825 (dired-file-name-at-point): Doc fix. (Bug#15329)
9826
9827 2013-12-20 Juri Linkov <juri@jurta.org>
9828
9829 * replace.el (read-regexp-defaults-function): New defcustom (bug#14405).
9830 (read-regexp-suggestions): New function.
9831 (read-regexp): Use `read-regexp-defaults-function' to get default values.
9832 Use `read-regexp-suggestions'. Add non-empty default to history
9833 for empty input.
9834 (occur-read-regexp-defaults-function): Remove function.
9835 (occur-read-primary-args): Use `regexp-history-last' instead of
9836 `occur-read-regexp-defaults-function'.
9837
9838 * hi-lock.el (hi-lock-read-regexp-defaults-function): Remove function.
9839 (hi-lock-line-face-buffer, hi-lock-face-buffer)
9840 (hi-lock-face-phrase-buffer): Use `regexp-history-last' instead of
9841 `hi-lock-read-regexp-defaults-function'. Doc fix.
9842 (hi-lock-face-symbol-at-point): Replace `find-tag-default-as-regexp'
9843 with `find-tag-default-as-symbol-regexp'. Doc fix.
9844 (hi-lock-read-regexp-defaults): Remove function.
9845 (hi-lock-regexp-okay): Add check for null.
9846
9847 * progmodes/grep.el (grep-read-regexp): Use `grep-tag-default' for
9848 the arg DEFAULTS. Move formatting of the prompt to `read-regexp'.
9849
9850 * subr.el (find-tag-default-as-symbol-regexp): New function.
9851 (find-tag-default-as-regexp): Move symbol regexp formatting to
9852 `find-tag-default-as-symbol-regexp'.
9853
9854 2013-12-20 E Sabof <esabof@gmail.com> (tiny change)
9855
9856 * hi-lock.el (hi-lock-set-pattern): Check for `font-lock-specified-p'.
9857 (Bug#14179)
9858
9859 2013-12-20 Stephen Berman <stephen.berman@gmx.net>
9860
9861 * calendar/todo-mode.el: New implementation of item insertion
9862 commands and key bindings.
9863 (todo-key-prompt): New face.
9864 (todo-insert-item): New command.
9865 (todo-insert-item--parameters): New defconst, replacing defvar
9866 todo-insertion-commands-args-genlist.
9867 (todo-insert-item--param-key-alist): New defconst, replacing
9868 defvar todo-insertion-commands-arg-key-list.
9869 (todo-insert-item--keyof, todo-insert-item--this-key): New defsubsts.
9870 (todo-insert-item--argsleft, todo-insert-item--apply-args)
9871 (todo-insert-item--next-param): New functions.
9872 (todo-insert-item--args, todo-insert-item--argleft)
9873 (todo-insert-item--argsleft, todo-insert-item--newargsleft):
9874 New variables.
9875 (todo-key-bindings-t): Change binding of "i" from
9876 todo-insertion-map to todo-insert-item.
9877 (todo-powerset, todo-gen-arglists, todo-insertion-commands-args)
9878 (todo-insertion-command-name, todo-insertion-commands-names)
9879 (todo-define-insertion-command, todo-insertion-commands)
9880 (todo-insertion-key-bindings, todo-insertion-map): Remove.
9881
9882 2013-12-20 Stephen Berman <stephen.berman@gmx.net>
9883
9884 * calendar/todo-mode.el: Bug fixes and new features (bug#15225).
9885 (todo-toggle-item-highlighting): Use eval-and-compile instead of
9886 eval-when-compile.
9887 (todo-move-category): Allow choosing a non-existing todo file to
9888 move the category to, and create that file.
9889 (todo-default-priority): New user option.
9890 (todo-set-item-priority): Use it.
9891 (todo-desktop-save-buffer, todo-restore-desktop-buffer): New functions.
9892 (desktop-restore-file-buffer): Declare.
9893 (desktop-buffer-mode-handlers): Add todo-restore-desktop-buffer.
9894 (todo-modes-set-2): Locally set desktop-save-buffer to
9895 todo-desktop-save-buffer.
9896 (todo-mode, todo-archive-mode, todo-filtered-items-mode)
9897 (auto-mode-alist): Add autoload cookie.
9898
9899 2013-12-20 Bozhidar Batsov <bozhidar@batsov.com>
9900
9901 * emacs-lisp/subr-x.el: Renamed from helpers.el.
9902 helpers.el was a poor choice of name.
9903 (string-remove-prefix): New function.
9904 (string-remove-suffix): New function.
9905
9906 2013-12-20 Martin Rudalics <rudalics@gmx.at>
9907
9908 Fix assignment for new window total sizes.
9909 * window.el (window--pixel-to-size): Remove function.
9910 (window--pixel-to-total-1, window--pixel-to-total):
9911 Fix calculation of new total sizes.
9912
9913 2013-12-20 Vitalie Spinu <spinuvit@gmail.com>
9914
9915 * comint.el (comint-output-filter): Fix rear-nonsticky property
9916 placement (Bug#16010).
9917
9918 2013-12-20 Chong Yidong <cyd@gnu.org>
9919
9920 * faces.el (read-color): Minor fix for completion function.
9921
9922 2013-12-20 Dmitry Gutov <dgutov@yandex.ru>
9923
9924 * progmodes/ruby-mode.el (ruby-align-to-stmt-keywords):
9925 New option. (Bug#16182)
9926 (ruby-smie--indent-to-stmt-p): Use it.
9927 (ruby-smie-rules): Revert the logic in the handling of `when'.
9928 Expand the begin clause to handle `ruby-align-to-stmt-keywords'.
9929 (ruby-deep-arglist, ruby-deep-indent-paren)
9930 (ruby-deep-indent-paren-style): Update docstrings to note that the
9931 vars don't have any effect with SMIE.
9932
9933 2013-12-20 Jay Belanger <jay.p.belanger@gmail.com>
9934
9935 * calc/calc.el (calc-enter, calc-pop): Use the variable
9936 `calc-context-sensitive-enter'.
9937
9938 2013-12-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
9939
9940 * net/shr.el (shr-insert): Protect against infloops in degenerate
9941 tables.
9942
9943 2013-12-20 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
9944
9945 * progmodes/octave.el (octave): Add link to manual and octave
9946 homepage.
9947 (octave-mode-menu): Link to octave-mode manual.
9948
9949 2013-12-20 Leo Liu <sdl.web@gmail.com>
9950
9951 * skeleton.el (skeleton-pair-insert-maybe): Disable newline
9952 insertion using skeleton-end-newline. (Bug#16138)
9953
9954 2013-12-20 Juri Linkov <juri@jurta.org>
9955
9956 * replace.el (occur-engine): Use `add-face-text-property'
9957 to add the face property to matches and titles. (Bug#14645)
9958
9959 * hi-lock.el (hi-green): Use lighter color "light green" closer to
9960 the palette of other hi-lock colors.
9961 (hi-lock-set-pattern): Prepend hi-lock face to the existing face.
9962
9963 2013-12-19 Juri Linkov <juri@jurta.org>
9964
9965 * isearch.el (isearch-mode-map): Bind `M-s e' to `isearch-edit-string'.
9966 Put :advertised-binding on `M-s c', `M-s r', `M-s e'. (Bug#16035)
9967 (minibuffer-history-symbol): Move variable declaration closer to
9968 its usage.
9969
9970 * isearchb.el (isearchb): Add `event-basic-type' on `last-command-event'.
9971 (Bug#14785)
9972
9973 2013-12-19 Juri Linkov <juri@jurta.org>
9974
9975 * vc/log-edit.el (log-edit-insert-filenames-without-changelog):
9976 New function.
9977 (log-edit-hook): Add it to :options. (Bug#16170)
9978
9979 2013-12-19 Juri Linkov <juri@jurta.org>
9980
9981 * simple.el (eval-expression-print-format): Don't check for
9982 command names and the last command. Always display additional
9983 formats of the integer result in the echo area, and insert them
9984 to the current buffer only with a zero prefix arg.
9985 Display character when char-displayable-p is non-nil.
9986 (eval-expression): With a zero prefix arg, set `print-length' and
9987 `print-level' to nil, and insert the integer values from
9988 `eval-expression-print-format' at the end. Doc fix. (Bug#12985)
9989
9990 * emacs-lisp/lisp-mode.el (eval-print-last-sexp): Add arg
9991 `eval-last-sexp-arg-internal'. Doc fix.
9992 (eval-last-sexp-1): Pass arg `eval-last-sexp-arg-internal' to
9993 `eval-last-sexp-print-value'. Doc fix.
9994 (eval-last-sexp-print-value): Add arg `eval-last-sexp-arg-internal'.
9995 Set `print-length' and `print-level' to nil when arg is zero.
9996 (eval-last-sexp): Doc fix.
9997 (eval-defun-2): Print the integer values from
9998 `eval-expression-print-format' at the end.
9999
10000 * emacs-lisp/edebug.el (edebug-eval-defun): Print the integer
10001 values from `eval-expression-print-format' at the end.
10002
10003 * ielm.el (ielm-eval-input): Print the integer
10004 values from `eval-expression-print-format' at the end.
10005
10006 2013-12-19 Teodor Zlatanov <tzz@lifelogs.com>
10007
10008 * net/eww.el (eww-exit, eww-close, eww-mode-map): Revert change of
10009 2013-12-11T19:01:44Z!tzz@lifelogs.com.
10010
10011 2013-12-19 Stefan Monnier <monnier@iro.umontreal.ca>
10012
10013 * hl-line.el (hl-line-make-overlay): New fun. Set priority (bug#16192).
10014 (hl-line-highlight, global-hl-line-highlight): Use it.
10015 (hl-line-overlay): Use defvar-local.
10016
10017 2013-12-19 Jan Djärv <jan.h.d@swipnet.se>
10018
10019 * term/ns-win.el: Require dnd.
10020 (global-map): Remove drag items.
10021 (ns-insert-text, ns-set-foreground-at-mouse)
10022 (ns-set-background-at-mouse):
10023 Remove (ns-drag-n-drop, ns-drag-n-drop-other-frame)
10024 (ns-drag-n-drop-as-text, ns-drag-n-drop-as-text-other-frame):
10025 New functions.
10026
10027 2013-12-19 Glenn Morris <rgm@gnu.org>
10028
10029 * emacs-lisp/ert.el (ert-select-tests):
10030 Fix string/symbol mixup. (Bug#16121)
10031
10032 2013-12-19 Dmitry Gutov <dgutov@yandex.ru>
10033
10034 * progmodes/ruby-mode.el (ruby-smie-rules): Indent middle-of-block
10035 keywords to their parent.
10036
10037 2013-12-19 Dmitry Gutov <dgutov@yandex.ru>
10038
10039 * progmodes/ruby-mode.el (ruby-smie--args-separator-p): Allow the
10040 first arg to be a string (fixed dead code), or an operator symbol.
10041 (ruby-smie--forward-token): Tokenize ` @ ' before strings and
10042 operator symbols.
10043 (ruby-smie-rules): Remove parent token check in the `.' clause, it
10044 did nothing. Don't respond to `(:after ".")', it will be called
10045 with :before anyway. Remove the ` @ ' rule, it didn't seem to
10046 change anything. Only return indentation for binary operators
10047 when they are hanging. De-dent opening paren when its parent is
10048 `.', otherwise it looks bad when the dot is not at bol or eol
10049 (bug#16182).
10050
10051 2013-12-19 Juri Linkov <juri@jurta.org>
10052
10053 * replace.el (query-replace-read-args): Split a non-negative arg
10054 and a negative arg into separate elements.
10055 (query-replace, query-replace-regexp, replace-string)
10056 (replace-regexp): Add arg `backward'. Doc fix.
10057 (replace-match-maybe-edit): When new arg `backward' is non-nil,
10058 move point to the beginning of the match.
10059 (replace-search, replace-highlight): Use new arg `backward'
10060 to set the value of `isearch-forward'.
10061 (perform-replace): Add arg `backward' and use it to perform
10062 replacement backward. (Bug#14979)
10063
10064 * isearch.el (isearch-query-replace): Use a negative prefix arg
10065 to call `perform-replace' with a non-nil arg `backward'.
10066
10067 2013-12-18 Juri Linkov <juri@jurta.org>
10068
10069 * vc/log-edit.el (log-edit-hook): Add `log-edit-insert-message-template'
10070 to the default list. Move `log-edit-show-files' to the end.
10071 Add more available functions to options.
10072 (log-edit): Move default specific settings to
10073 `log-edit-insert-message-template'. Don't move point.
10074 (log-edit-insert-message-template): New function.
10075 (log-edit-insert-changelog): Add `save-excursion' and don't move point.
10076 (Bug#16170)
10077
10078 2013-12-18 Juri Linkov <juri@jurta.org>
10079
10080 * help-mode.el (help-mode-map): Bind "l" to help-go-back,
10081 and "r" to help-go-forward for compatibity with Info. (Bug#16178)
10082
10083 2013-12-18 Leo Liu <sdl.web@gmail.com>
10084
10085 * eshell/em-prompt.el (eshell-emit-prompt): Fix last change.
10086 (Bug#16186)
10087
10088 2013-12-18 Eli Zaretskii <eliz@gnu.org>
10089
10090 * ls-lisp.el (ls-lisp-insert-directory): Don't modify %d and %f
10091 formats for displaying file sizes when the -s switch is given.
10092 Instead, compute a separate format for displaying the size in
10093 blocks, which is displayed in addition to the "regular" size.
10094 When -h is given in addition to -s, produce size in blocks in
10095 human-readable form as well. (Bug#16179)
10096
10097 2013-12-18 Tassilo Horn <tsdh@gnu.org>
10098
10099 * textmodes/reftex-vars.el (reftex-label-alist-builtin):
10100 Reference tables with ~\ref{...} instead of only \ref{...}.
10101
10102 2013-12-18 Chong Yidong <cyd@gnu.org>
10103
10104 * cus-edit.el (custom-magic-alist): Fix "themed" description
10105 (Bug#14348).
10106
10107 * custom.el (custom-push-theme): If custom--inhibit-theme-enable
10108 is non-nil, do not create a new entry in the symbol's theme-value
10109 or theme-face property; update theme-settings only (Bug#14664).
10110 (custom-available-themes): Doc fix.
10111
10112 * cus-theme.el (custom-new-theme-mode-map): Add bindings
10113 (Bug#15674).
10114
10115 * replace.el (occur-engine): Avoid infloop (Bug#7593).
10116
10117 2013-12-18 Kazuhiro Ito <kzhr@d1.dion.ne.jp> (tiny change)
10118
10119 * progmodes/make-mode.el (makefile-fill-paragraph): Fix infloop
10120 (Bug#13914).
10121
10122 2013-12-18 Shigeru Fukaya <shigeru.fukaya@gmail.com>
10123
10124 * apropos.el (apropos-words-to-regexp): Fix algorithm (Bug#13946).
10125
10126 2013-12-18 Glenn Morris <rgm@gnu.org>
10127
10128 * Makefile.in (BYTE_COMPILE_FLAGS): Set load-prefer-newer to t.
10129 * cus-start.el (load-prefer-newer): New option.
10130
10131 2013-12-18 Le Wang <l26wang@gmail.com>
10132
10133 * comint.el (comint-previous-matching-input-from-input):
10134 Retain point (Bug#13404).
10135
10136 2013-12-18 Chong Yidong <cyd@gnu.org>
10137
10138 * simple.el (append-next-kill): Doc fix (Bug#15995, Bug#16016).
10139
10140 2013-12-18 Glenn Morris <rgm@gnu.org>
10141
10142 * mail/emacsbug.el (report-emacs-bug):
10143 Only mention enable-multibyte-characters if non-standard.
10144
10145 2013-12-17 Juri Linkov <juri@jurta.org>
10146
10147 * arc-mode.el (archive-extract-by-file): Check if directory exists
10148 before deletion to not show irrelevant errors if it doesn't exist.
10149
10150 2013-12-17 Juri Linkov <juri@jurta.org>
10151
10152 * menu-bar.el (menu-bar-tools-menu): Add `browse-web'.
10153 (Bug#14751)
10154
10155 * net/eww.el (browse-web): Add alias to `eww'.
10156 (eww-mode-map): Bind "r" to `eww-forward-url' like in Info.
10157 Bind "S-SPC" to `scroll-down-command'. (Bug#16178)
10158
10159 * net/browse-url.el (browse-url-browser-function): Move `eww'
10160 closer to similar functions.
10161
10162 * startup.el (fancy-startup-screen, fancy-about-screen):
10163 Set browse-url-browser-function to eww-browse-url locally.
10164 (Bug#14751)
10165
10166 2013-12-17 Stefan Monnier <monnier@iro.umontreal.ca>
10167
10168 * window.el (window--pixel-to-total): Remove unused `mini' var.
10169 (maximize-window, minimize-window): Remove unused `pixelwise' arg.
10170 (split-window): Remove unused `new' var.
10171 (window--display-buffer): Remove unused `frame' and `delta' vars.
10172 (fit-window-to-buffer): Remove unused vars `frame', `display-height',
10173 and display-width'.
10174
10175 2013-12-17 Martin Rudalics <rudalics@gmx.at>
10176
10177 * dired.el (dired-mark-pop-up):
10178 * register.el (register-preview): Don't bind
10179 split-height-threshold here since it's now done in
10180 display-buffer-below-selected.
10181
10182 2013-12-17 oblique <psyberbits@gmail.com> (tiny change)
10183
10184 * term/rxvt.el (rxvt-rgb-convert-to-16bit): Standardize with
10185 xterm-rgb-convert-to-16bit.
10186 (rxvt-register-default-colors): Standardize with
10187 xterm-register-default-colors (Bug#14078).
10188
10189 2013-12-17 Dima Kogan <dima@secretsauce.net> (tiny change)
10190
10191 * simple.el (kill-region): Pass mark first, then point, so that
10192 kill-append works right (Bug#12819).
10193 (copy-region-as-kill, kill-ring-save): Likewise.
10194
10195 2013-12-17 Leo Liu <sdl.web@gmail.com>
10196
10197 * net/rcirc.el (rcirc-add-face):
10198 * eshell/em-prompt.el (eshell-emit-prompt):
10199 * eshell/em-ls.el (eshell-ls-decorated-name): Use font-lock-face.
10200 (Bug#16167)
10201
10202 2013-12-17 Chong Yidong <cyd@gnu.org>
10203
10204 * files.el (break-hardlink-on-save): Doc fix (Bug#13801).
10205 Suggested by Xue Fuqiao.
10206
10207 2013-12-17 Dmitry Gutov <dgutov@yandex.ru>
10208
10209 * progmodes/ruby-mode.el (ruby-smie-rules): Indent ternary if.
10210
10211 2013-12-17 Stefan Monnier <monnier@iro.umontreal.ca>
10212
10213 * net/shr.el (shr-insert-document): Remove unused var
10214 `shr-preliminary-table-render'.
10215 (shr-rescale-image): Remove unused arg `force'.
10216 (shr-put-image): Update calls accordingly.
10217 (shr-tag-a): Use `cont' rather than dyn-bound `dom'.
10218
10219 2013-12-17 Dmitry Gutov <dgutov@yandex.ru>
10220
10221 * emacs-lisp/smie.el (smie-indent--rule): Extract `smie-indent--rule-1'.
10222 (smie-indent-close): Call `smie-indent--rule-1' with METHOD
10223 :close-all, to see which indentation method to use (Bug#16116).
10224 (smie-rules-function): Document the method :close-all.
10225
10226 2013-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
10227
10228 * net/shr.el (shr-tag-a): Support zero-length <a name="foo"> elements.
10229
10230 * net/eww.el (eww-display-html): If we can't find the anchor we're
10231 looking for, then go to point-min.
10232
10233 2013-12-16 Paul Eggert <eggert@cs.ucla.edu>
10234
10235 Fix problems with CANNOT_DUMP and EMACSLOADPATH.
10236 * Makefile.in (emacs): Add lisp src to EMACSLOADPATH.
10237 * loadup.el: Check for src/bootstrap-emacs only when Emacs can dump.
10238 Expand dir too, in case it's relative.
10239
10240 2013-12-16 Juri Linkov <juri@jurta.org>
10241
10242 * desktop.el (desktop-auto-save-timeout): Change default to
10243 `auto-save-timeout'. Doc fix.
10244 (desktop-save): Skip the timestamp in desktop-saved-frameset
10245 when checking for auto-save changes.
10246 (desktop-auto-save): Don't call desktop-auto-save-set-timer since
10247 `desktop-auto-save' is called repeatedly by the idle timer.
10248 (desktop-auto-save-set-timer): Replace `run-with-timer' with
10249 `run-with-idle-timer' and a non-nil arg REPEAT. Doc fix.
10250 (Bug#15331)
10251
10252 2013-12-16 Juri Linkov <juri@jurta.org>
10253
10254 * isearch.el (isearch-mode-map): Remove [escape] key bindinds.
10255 (Bug#16035)
10256 (isearch-pre-command-hook): Check `this-command' for symbolp.
10257
10258 2013-12-16 Stefan Monnier <monnier@iro.umontreal.ca>
10259
10260 * emacs-lisp/gv.el (gv-ref): Mention lexbind restriction (bug#16153).
10261
10262 2013-12-16 Teodor Zlatanov <tzz@lifelogs.com>
10263
10264 * progmodes/cfengine.el (cfengine3--current-word): Remove.
10265 (cfengine3--current-function): Bring in the current-function
10266 functionality from `cfengine3--current-word'.
10267 (cfengine3-completion-function): Bring in the
10268 bounds-of-current-word functionality from
10269 `cfengine3--current-word'.
10270
10271 2013-12-16 Martin Rudalics <rudalics@gmx.at>
10272
10273 * window.el (display-buffer-below-selected):
10274 Bind split-height-threshold to 0 as suggested by Juri Linkov.
10275
10276 2013-12-16 Leo Liu <sdl.web@gmail.com>
10277
10278 * progmodes/compile.el (compile-goto-error): Do not push-mark.
10279 Remove NOMSG arg and all uses changed.
10280
10281 2013-12-16 Stefan Monnier <monnier@iro.umontreal.ca>
10282
10283 * emulation/cua-rect.el (cua-rectangle-mark-mode): New minor mode.
10284 (cua--deactivate-rectangle): Don't deactivate the mark.
10285 (cua-set-rectangle-mark): Don't set mark-active since
10286 cua--activate-rectangle already does it for us.
10287 (cua--rectangle-highlight-for-redisplay): Unhighlight a previous
10288 non-rectangular region.
10289
10290 * emulation/cua-base.el (cua-repeat-replace-region):
10291 Use with-current-buffer.
10292
10293 * net/gnutls.el: Use cl-lib.
10294 (gnutls-negotiate): `mapcan' -> cl-mapcan.
10295
10296 2013-12-14 Teodor Zlatanov <tzz@lifelogs.com>
10297
10298 * emacs-lisp/package.el (package-built-in-p): Support both
10299 built-in and the package.el converted package descriptions.
10300 (package-show-package-list): Allow keywords.
10301 (package-keyword-button-action): Use it instead of
10302 `finder-list-matches'.
10303 (package-menu-filter-interactive): Interactive filtering (by
10304 keyword) function.
10305 (package-menu--generate): Support keywords and change keymappings
10306 and headers when they are given.
10307 (package--has-keyword-p): Helper function.
10308 (package-menu--refresh): Use it.
10309 (package--mapc): Helper function.
10310 (package-all-keywords): Use it.
10311 (package-menu-mode-map): Set up menu items and keybindings to
10312 provide a filtering UI.
10313
10314 2013-12-14 Teodor Zlatanov <tzz@lifelogs.com>
10315
10316 * net/gnutls.el (gnutls-verify-error): New defcustom to control
10317 the behavior when a certificate fails validation. Defaults to
10318 old behavior: never abort, just warn.
10319 (gnutls-negotiate): Use it.
10320
10321 2013-12-14 Martin Rudalics <rudalics@gmx.at>
10322
10323 * window.el (display-buffer-below-selected): Never split window
10324 horizontally. Suggested by Juri Linkov <juri@jurta.org>.
10325
10326 2013-12-14 Tom Willemse <tom@ryuslash.org> (tiny change)
10327
10328 * emacs-lisp/package.el (package--prepare-dependencies): New function.
10329 (package-buffer-info): Use it (bug#15108).
10330
10331 2013-12-14 Stefan Monnier <monnier@iro.umontreal.ca>
10332
10333 * icomplete.el (icomplete-completions): Make sure the prefix is already
10334 displayed elsewhere before hiding it (bug#16219).
10335
10336 2013-12-14 Dmitry Gutov <dgutov@yandex.ru>
10337
10338 * progmodes/ruby-mode.el (ruby-smie-rules): Return nil before
10339 open-paren tokens when preceded by a open-paren, too.
10340 (ruby-smie-rules): Handle virtual indentation after open-paren
10341 tokens specially. If there is code between it and eol, return the
10342 column where is starts (Bug#16118).
10343
10344 2013-12-13 Teodor Zlatanov <tzz@lifelogs.com>
10345
10346 * progmodes/cfengine.el: Fix `add-hook' doc.
10347 (cfengine-mode-syntax-functions-regex): Initialize sensibly.
10348 (cfengine3--current-word): Fix parameters.
10349 (cfengine3-make-syntax-cache): Simplify further.
10350 (cfengine3-completion-function, cfengine3--current-function):
10351 Use `assq' for symbols.
10352 (cfengine3--current-function): Fix `cfengine3--current-word' call.
10353
10354 2013-12-13 Glenn Morris <rgm@gnu.org>
10355
10356 * loadup.el (load-path): Warn if site-load or site-init changes it.
10357 No more need to reset it when bootstrapping.
10358
10359 2013-12-13 Teodor Zlatanov <tzz@lifelogs.com>
10360
10361 * progmodes/cfengine.el (cfengine-cf-promises): Add more default
10362 locations for cf-promises.
10363 (cfengine-mode-syntax-functions-regex): New caching variable.
10364 (cfengine3-fallback-syntax): Fallback syntax for cases where
10365 cf-promises doesn't run.
10366 (cfengine3--current-word): Reimplement using
10367 `cfengine-mode-syntax-functions-regex'.
10368 (cfengine3-completion-function, cfengine3--current-function):
10369 Use `cfengine3-make-syntax-cache' directly.
10370 (cfengine3-clear-syntax-cache): New function.
10371 (cfengine3-make-syntax-cache): Simplify and create
10372 `cfengine-mode-syntax-functions-regex' on demand.
10373 (cfengine3-format-function-docstring): Don't call
10374 `cfengine3-make-syntax-cache' explicitly.
10375
10376 2013-12-13 Martin Rudalics <rudalics@gmx.at>
10377
10378 Fix windmove-find-other-window broken after pixelwise resizing
10379 (Bug#16017).
10380 * windmove.el (windmove-other-window-loc): Revert change from
10381 2013-12-04.
10382 (windmove-find-other-window): Call window-in-direction.
10383 * window.el (window-in-direction): New arguments SIGN, WRAP and
10384 MINI to emulate original windmove-find-other-window behavior.
10385
10386 2013-12-13 Dmitry Gutov <dgutov@yandex.ru>
10387
10388 * simple.el (blink-matching--overlay): New variable.
10389 (blink-matching-open): Instead of moving point, highlight the
10390 matching paren with an overlay
10391 (http://lists.gnu.org/archive/html/emacs-devel/2013-12/msg00333.html).
10392
10393 * faces.el (paren-showing-faces, show-paren-match)
10394 (show-paren-mismatch): Move from paren.el.
10395
10396 2013-12-13 Leo Liu <sdl.web@gmail.com>
10397
10398 * indent.el (indent-region): Disable progress reporter in
10399 minibuffer. (Bug#16108)
10400
10401 * bindings.el (visual-order-cursor-movement): Fix version.
10402
10403 2013-12-13 Fabián Ezequiel Gallina <fgallina@gnu.org>
10404
10405 * progmodes/python.el (python-pdbtrack-stacktrace-info-regexp):
10406 Also match after beginning of line.
10407 (python-pdbtrack-set-tracked-buffer): Fix logic for remote
10408 files. Thanks to Russell Sim. (Bug#15378)
10409
10410 2013-12-13 Juri Linkov <juri@jurta.org>
10411
10412 * simple.el <Keypad support>: Remove key bindings duplicated
10413 with bindings.el. (Bug#14397)
10414
10415 2013-12-13 Juri Linkov <juri@jurta.org>
10416
10417 * comint.el (comint-mode-map): Replace `delete-char' with
10418 `delete-forward-char'. (Bug#16109)
10419
10420 2013-12-12 Fabián Ezequiel Gallina <fgallina@gnu.org>
10421
10422 * progmodes/python.el (python-indent-calculate-indentation):
10423 Fix de-denters cornercase. (Bug#15731)
10424
10425 2013-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
10426
10427 * emacs-lisp/nadvice.el: Add `depth' property to manage ordering.
10428 (advice--make): Pay attention to `depth'.
10429 (advice--make-1): Don't autoload commands eagerly.
10430 * emacs-lisp/elp.el (elp-instrument-function):
10431 * emacs-lisp/trace.el (trace-function-internal):
10432 * emacs-lisp/debug.el (debug-on-entry): Keep them "first".
10433
10434 * iswitchb.el (iswitchb-mode): Don't belittle ido.
10435
10436 2013-12-12 Eli Zaretskii <eliz@gnu.org>
10437
10438 * term/w32-win.el (w32-handle-dropped-file):
10439 * startup.el (normal-top-level):
10440 * net/browse-url.el (browse-url-file-url):
10441 * dnd.el (dnd-get-local-file-name): On MS-Windows, encode and
10442 decode file names using 'utf-8' rather than
10443 file-name-coding-system.
10444
10445 2013-12-12 Fabián Ezequiel Gallina <fgallina@gnu.org>
10446
10447 * progmodes/python.el (python-indent-context)
10448 (python-indent-calculate-indentation): Fix auto-identation
10449 behavior for comment blocks. (Bug#15916)
10450
10451 2013-12-12 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
10452
10453 * progmodes/python.el (python-indent-calculate-indentation):
10454 When determining indentation, don't treat "return", "pass", etc., as
10455 operators when they are just string constituents. (Bug#15812)
10456
10457 2013-12-12 Juri Linkov <juri@jurta.org>
10458
10459 * uniquify.el (uniquify-buffer-name-style): Change default to
10460 `post-forward-angle-brackets'.
10461
10462 * menu-bar.el (menu-bar-options-menu): Don't require preloaded
10463 `uniquify'. Change default to `post-forward-angle-brackets'.
10464
10465 2013-12-11 Glenn Morris <rgm@gnu.org>
10466
10467 * emacs-lisp/package.el (finder-list-matches):
10468 Autoload rather than falsely declaring.
10469
10470 2013-12-11 Teodor Zlatanov <tzz@lifelogs.com>
10471
10472 * net/eww.el (eww-exit, eww-close): Add UI convenience wrappers.
10473 (eww-mode-map): Use them.
10474
10475 2013-12-11 Martin Rudalics <rudalics@gmx.at>
10476
10477 * window.el (display-buffer-in-side-window): Fix doc-string
10478 (Bug#16115).
10479
10480 2013-12-11 Juanma Barranquero <lekktu@gmail.com>
10481
10482 * vc/vc-git.el: Silence byte-compiler warnings.
10483 (vc-git-dir-extra-headers): Rename arg _dir which is no longer ignored.
10484 (log-edit-set-header): Declare.
10485
10486 2013-12-11 Eli Zaretskii <eliz@gnu.org>
10487
10488 * Makefile.in (custom-deps, finder-data): Run output file names
10489 through unmsys--file-name. (Bug#16099)
10490
10491 2013-12-11 Stefan Monnier <monnier@iro.umontreal.ca>
10492
10493 * emacs-lisp/smie.el (smie-indent--hanging-p): Don't bother matching
10494 comment-start-skip, which fails when that uses submatch 1 (bug#16041).
10495
10496 * emulation/cua-base.el (cua-paste): Add `delete-selection' property
10497 instead of deleting the selection "by hand" (bug#16098).
10498 Rely on insert-for-yank to yank rectangles.
10499 (cua-highlight-region-shift-only): Mark obsolete.
10500 (cua-mode): Don't enable/disable transient-mark-mode,
10501 shift-select-mode (cua-mode works both with and without them), and
10502 pc-selection-mode (obsolete).
10503 * emulation/cua-rect.el (cua--activate-rectangle): Activate the mark.
10504 (cua--deactivate-rectangle): Deactivate it.
10505
10506 * delsel.el (delete-selection-mode): Don't enable transient-mark-mode.
10507 (delete-selection-helper): Make sure yank starts at the top of the
10508 deleted region.
10509 (minibuffer-keyboard-quit): Use region-active-p.
10510
10511 * emacs-lisp/trace.el (trace-make-advice): Don't deactivate the mark.
10512
10513 * simple.el (normal-erase-is-backspace-mode): Map kp-delete identically
10514 to `delete' (bug#16109).
10515
10516 2013-12-11 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
10517
10518 * progmodes/octave.el (octave-mode, inferior-octave-mode): Link to
10519 info manual and show keybindings and set `:group' keyword.
10520
10521 2013-12-11 Juri Linkov <juri@jurta.org>
10522
10523 * delsel.el (delete-active-region): Let-bind `this-command'
10524 to prevent `kill-region' from changing its original value.
10525 (delete-selection-helper): Handle `overwrite-mode' for the type
10526 `kill' exactly the same way as for the type `t'.
10527 (insert-char, quoted-insert, reindent-then-newline-and-indent):
10528 Support more commands. (Bug#13312)
10529
10530 2013-12-11 Juri Linkov <juri@jurta.org>
10531
10532 * bindings.el: Map kp keys to non-kp keys systematically
10533 with basic modifiers control, meta and shift. (Bug#14397)
10534
10535 2013-12-11 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
10536
10537 * net/eww.el (eww-mode-map): Instead of "Quit" show "Exit" and
10538 "Close browser" menu items. Fix wrong function of "List
10539 bookmarks".
10540
10541 2013-12-11 Juri Linkov <juri@jurta.org>
10542
10543 * misearch.el (multi-isearch-buffers): Set the value of
10544 `multi-isearch-buffer-list' globally. Set NO-RECURSIVE-EDIT
10545 arg of isearch-forward to t.
10546 (multi-isearch-buffers-regexp): Set the value of
10547 `multi-isearch-buffer-list' globally. Set NO-RECURSIVE-EDIT
10548 arg of isearch-forward-regexp to t.
10549 (multi-isearch-files): Set the value of
10550 `multi-isearch-file-list' globally. Set NO-RECURSIVE-EDIT
10551 arg of isearch-forward to t.
10552 (multi-isearch-files-regexp): Set the value of
10553 `multi-isearch-file-list' globally. Set NO-RECURSIVE-EDIT
10554 arg of isearch-forward-regexp to t. (Bug#16035)
10555
10556 * dired-aux.el (dired-isearch-filenames): Set NO-RECURSIVE-EDIT
10557 arg of isearch-forward to t.
10558 (dired-isearch-filenames-regexp): Set NO-RECURSIVE-EDIT
10559 arg of isearch-forward-regexp to t.
10560 (dired-isearch-filter-filenames): Remove unnecessary check for
10561 `dired-isearch-filenames'.
10562
10563 * comint.el (comint-history-isearch-backward):
10564 Set NO-RECURSIVE-EDIT arg of isearch-backward to t.
10565 (comint-history-isearch-backward-regexp):
10566 Set NO-RECURSIVE-EDIT arg of isearch-backward-regexp to t.
10567
10568 2013-12-10 Eli Zaretskii <eliz@gnu.org>
10569
10570 * Makefile.in (autoloads): Run $(srcdir)/loaddefs.el through
10571 unmsys--file-name. (Bug#16099)
10572
10573 2013-12-10 Teodor Zlatanov <tzz@lifelogs.com>
10574
10575 * emacs-lisp/package.el (package-keyword-button-action):
10576 Remove finder.el require dependency.
10577
10578 2013-12-09 Teodor Zlatanov <tzz@lifelogs.com>
10579
10580 * emacs-lisp/package.el: Require finder.el.
10581 (describe-package-1): Add keyword buttons.
10582 (package-make-button): New convenience function.
10583 (package-keyword-button-action): Keyword button action using
10584 `finder-list-matches'.
10585
10586 2013-12-09 Eli Zaretskii <eliz@gnu.org>
10587
10588 * autorevert.el (auto-revert-notify-add-watch): Fix a thinko in
10589 last commit.
10590
10591 2013-12-09 Michael Albinus <michael.albinus@gmx.de>
10592
10593 * autorevert.el (auto-revert-notify-add-watch): Do not handle
10594 symlinked files.
10595
10596 2013-12-09 Dmitry Gutov <dgutov@yandex.ru>
10597
10598 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Return t
10599 after the end of a percent literal.
10600
10601 2013-12-09 Cameron Desautels <camdez@gmail.com> (tiny change)
10602
10603 * progmodes/ruby-mode.el (ruby-forward-string): Document.
10604 Handle caret-delimited strings (Bug#16079).
10605
10606 2013-12-09 Dmitry Gutov <dgutov@yandex.ru>
10607
10608 * progmodes/ruby-mode.el (ruby-accurate-end-of-block):
10609 When `ruby-use-smie' is t, use `smie-forward-sexp' instead of
10610 `ruby-parse-partial' (Bug#16078).
10611
10612 2013-12-09 Leo Liu <sdl.web@gmail.com>
10613
10614 * subr.el (read-passwd): Disable show-paren-mode. (Bug#16091)
10615
10616 2013-12-08 Dmitry Gutov <dgutov@yandex.ru>
10617
10618 * progmodes/js.el (js-auto-indent-flag): Remove, was unused.
10619 (js-switch-indent-offset): New option.
10620 (js--proper-indentation): Use it. And handle the case when
10621 "default" is actually a key in an object literal.
10622 (js--same-line): New function.
10623 (js--multi-line-declaration-indentation): Use it.
10624 (js--indent-in-array-comp, js--array-comp-indentation):
10625 New functions.
10626 (js--proper-indentation): Use them, to handle array comprehension
10627 continuations.
10628
10629 2013-12-08 Leo Liu <sdl.web@gmail.com>
10630
10631 * progmodes/flymake.el (flymake-highlight-line): Re-write.
10632 (flymake-make-overlay): Remove arg MOUSE-FACE.
10633 (flymake-save-string-to-file, flymake-read-file-to-string): Remove.
10634
10635 2013-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
10636
10637 * emulation/cua-rect.el (cua--rectangle-highlight-for-redisplay):
10638 New function.
10639 (redisplay-highlight-region-function): Use it.
10640
10641 * emulation/cua-base.el (cua--explicit-region-start)
10642 (cua--last-region-shifted): Remove.
10643 (cua--deactivate): Use deactivate-mark.
10644 (cua--pre-command-handler-1): Don't handle shift-selection.
10645 (cua--post-command-handler-1): Don't change transient-mark-mode.
10646 (cua--select-keymaps): Use region-active-p rather than
10647 cua--explicit-region-start or cua--last-region-shifted.
10648 (cua-mode): Enable shift-select-mode.
10649
10650 2013-12-08 Leo Liu <sdl.web@gmail.com>
10651
10652 * progmodes/flymake.el (flymake-popup-current-error-menu):
10653 Rename from flymake-display-err-menu-for-current-line. Reimplement.
10654 (flymake-posn-at-point-as-event, flymake-popup-menu)
10655 (flymake-make-emacs-menu): Remove. (Bug#16077)
10656
10657 2013-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
10658
10659 * rect.el (rectangle-mark-mode): Activate mark even if
10660 transient-mark-mode is off (bug#16066).
10661 (rectangle--highlight-for-redisplay): Fix boundary condition when point
10662 is > mark and at bolp.
10663
10664 * emulation/cua-rect.el (cua--rectangle-region-extract): New function.
10665 (region-extract-function): Use it.
10666 (cua-mouse-save-then-kill-rectangle): Use cua-copy-region.
10667 (cua-copy-rectangle, cua-cut-rectangle, cua-delete-rectangle):
10668 Delete functions.
10669 (cua--init-rectangles): Don't re-remap copy-region-as-kill,
10670 kill-ring-save, kill-region, delete-char, delete-forward-char.
10671 Ignore self-insert-iso.
10672
10673 * emulation/cua-gmrk.el (cua--init-global-mark):
10674 Ignore `self-insert-iso'.
10675
10676 * emulation/cua-base.el (cua--prefix-copy-handler)
10677 (cua--prefix-cut-handler): Rely on region-extract-function rather than
10678 checking cua--rectangle.
10679 (cua-delete-region): Use region-extract-function.
10680 (cua-replace-region): Delete function.
10681 (cua-copy-region, cua-cut-region): Obey region-extract-function.
10682 (cua--pre-command-handler-1): Don't do the delete-selection thing.
10683 (cua--self-insert-char-p): Ignore `self-insert-iso'.
10684 (cua--init-keymaps): Don't remap delete-selection commands.
10685 (cua-mode): Use delete-selection-mode instead of rolling our own
10686 (bug#16085).
10687
10688 * menu-bar.el (clipboard-kill-ring-save, clipboard-kill-region):
10689 Obey region-extract-function.
10690
10691 Make registers and delete-selection-mode work on rectangles.
10692 * register.el (describe-register-1): Don't modify the register's value.
10693 (copy-to-register): Obey region-extract-function.
10694 * delsel.el (delete-active-region): Obey region-extract-function.
10695
10696 2013-12-08 Leo Liu <sdl.web@gmail.com>
10697
10698 * progmodes/flymake.el (flymake, flymake-error-bitmap)
10699 (flymake-warning-bitmap, flymake-fringe-indicator-position)
10700 (flymake-compilation-prevents-syntax-check)
10701 (flymake-start-syntax-check-on-newline)
10702 (flymake-no-changes-timeout, flymake-gui-warnings-enabled)
10703 (flymake-start-syntax-check-on-find-file, flymake-log-level)
10704 (flymake-xml-program, flymake-master-file-dirs)
10705 (flymake-master-file-count-limit)
10706 (flymake-allowed-file-name-masks): Relocate.
10707 (flymake-makehash, flymake-float-time)
10708 (flymake-replace-regexp-in-string, flymake-split-string)
10709 (flymake-get-temp-dir): Remove.
10710 (flymake-popup-menu, flymake-nop, flymake-make-xemacs-menu)
10711 (flymake-current-row, flymake-selected-frame)
10712 (flymake-get-point-pixel-pos): Remove xemacs compatibity and
10713 related functions. (Bug#16077)
10714
10715 2013-12-07 Bozhidar Batsov <bozhidar@batsov.com>
10716
10717 * emacs-lisp/helpers.el (string-blank-p): Use `string-match-p'.
10718
10719 2013-12-07 Tassilo Horn <tsdh@gnu.org>
10720
10721 * help-fns.el (describe-function-1): Use new advice-* functions
10722 rather than old ad-* functions. Fix function type description and
10723 source links for advised functions and subrs.
10724
10725 2013-12-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
10726
10727 * net/shr.el (shr-tag-img): Don't bug out on <img src=""> data.
10728
10729 2013-12-06 Michael Albinus <michael.albinus@gmx.de>
10730
10731 * progmodes/compile.el (compilation-start):
10732 * progmodes/grep.el (rgrep): Revert change 2012-12-20T11:15:38Z!michael.albinus@gmx.de.
10733
10734 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
10735 Handle long command lines, lasting from "sh -c ...". (Bug#16045)
10736
10737 2013-12-06 Dmitry Gutov <dgutov@yandex.ru>
10738
10739 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
10740 Touch up the last change.
10741
10742 2013-12-06 Leo Liu <sdl.web@gmail.com>
10743
10744 * progmodes/octave.el (inferior-octave-prompt): Use shy groups.
10745 (inferior-octave-startup): Always use "octave> " for prompt.
10746 (octave-goto-function-definition)
10747 (octave-sync-function-file-names)
10748 (octave-find-definition-default-filename): Remove redundant backquotes.
10749
10750 2013-12-06 Dmitry Gutov <dgutov@yandex.ru>
10751
10752 * progmodes/ruby-mode.el (ruby-mode-syntax-table): Don't modify
10753 syntax for `?'.
10754 (ruby-expr-beg): Expect that `!' will have syntax class "symbol"
10755 where appropriate already.
10756 (ruby-syntax-propertize-function): Propertize `?' and `!' at the
10757 end of method names (Bug#15874).
10758
10759 2013-12-06 Juri Linkov <juri@jurta.org>
10760
10761 * isearch.el (isearch--saved-overriding-local-map):
10762 New internal variable.
10763 (isearch-mode): Set it to the initial value of
10764 `overriding-terminal-local-map'.
10765 (isearch-pre-command-hook): Compare `overriding-terminal-local-map'
10766 with `isearch--saved-overriding-local-map'. (Bug#16035)
10767
10768 2013-12-06 Dmitry Gutov <dgutov@yandex.ru>
10769
10770 * progmodes/octave.el (inferior-octave-completion-table):
10771 Turn back into function, use `completion-table-with-cache'
10772 (Bug#11906). Update all references.
10773
10774 * minibuffer.el (completion-table-with-cache): New function.
10775
10776 2013-12-05 Cameron Desautels <camdez@gmail.com> (tiny change)
10777
10778 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Fix ^ (bug#16046).
10779
10780 2013-12-05 Teodor Zlatanov <tzz@lifelogs.com>
10781
10782 * net/eww.el (eww-current-source): New variable to store page
10783 source.
10784 (eww-display-html, eww-mode, eww-save-history)
10785 (eww-restore-history): Use it.
10786 (eww-view-source): New command to view page source.
10787 Opportunistically uses `html-mode' to highlight the buffer.
10788 (eww-mode-map): Install it.
10789
10790 2013-12-05 Michael Albinus <michael.albinus@gmx.de>
10791
10792 * net/dbus.el (dbus-unregister-service)
10793 (dbus-escape-as-identifier, dbus-unescape-from-identifier):
10794 Fix docstring.
10795 (dbus-unregister-service): Skip :serial entries in
10796 `dbus-registered-objects-table'.
10797 (dbus-byte-array-to-string): New optional arg MULTIBYTE.
10798
10799 2013-12-04 Teodor Zlatanov <tzz@lifelogs.com>
10800
10801 * emacs-lisp/lisp-mnt.el (lm-keywords-list): Trim whitespace
10802 around keywords with extra `split-string' argument.
10803
10804 2013-12-04 Martin Rudalics <rudalics@gmx.at>
10805
10806 * windmove.el (windmove-other-window-loc): Handle navigation
10807 between windows (excluding the minibuffer window - Bug#16017).
10808
10809 2013-12-04 Michael Albinus <michael.albinus@gmx.de>
10810
10811 * net/dbus.el (dbus-byte-array-to-string): Accept also byte arrays
10812 in D-Bus type syntax.
10813 (dbus-unescape-from-identifier): Use `byte-to-string' in order to
10814 preserve unibyte strings. (Bug#16048)
10815
10816 2013-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
10817
10818 * emacs-lisp/eldoc.el (eldoc-minibuffer-message):
10819 Call force-mode-line-update is the proper buffer (bug#16042).
10820
10821 2013-12-04 Dmitry Gutov <dgutov@yandex.ru>
10822
10823 * vc/log-edit.el (log-edit-add-new-comment): Rename to
10824 `log-edit-remember-comment', make argument optional. Adjust all
10825 callers.
10826 (log-edit-mode): Add `log-edit-remember-comment' to
10827 `kill-buffer-hook' locally.
10828 (log-edit-kill-buffer): Don't remember comment explicitly since
10829 the buffer is killed anyway.
10830
10831 2013-12-04 Juri Linkov <juri@jurta.org>
10832
10833 * isearch.el (isearch-mode, isearch-done): Don't set arg LOCAL in
10834 add-hook and remove-hook for multi-buffer search. (Bug#16035)
10835
10836 2013-12-03 Tom Regner <tom@goochesa.de> (tiny change)
10837
10838 * notifications.el (notifications-close-notification): Call the
10839 D-Bus method with ID being a `:uint32'. (Bug#16030)
10840
10841 2013-12-03 Katsumi Yamaoka <yamaoka@jpl.org>
10842
10843 * net/eww.el (eww-render): Don't pass arg to eww-display-image.
10844
10845 2013-12-03 Juri Linkov <juri@jurta.org>
10846
10847 * progmodes/compile.el (compilation-start): Rename window alist
10848 entry `no-display-ok' to `allow-no-window'.
10849
10850 * simple.el (shell-command): Add window alist entry
10851 `allow-no-window' to `display-buffer'.
10852 (async-shell-command): Doc fix.
10853
10854 * window.el (display-buffer-no-window): New action function.
10855 (display-buffer-alist, display-buffer): Doc fix. (Bug#13594)
10856
10857 2013-12-02 Dmitry Gutov <dgutov@yandex.ru>
10858
10859 * vc/log-edit.el (log-edit-set-header): Extract from
10860 `log-edit-toggle-header'.
10861 (log-edit-extract-headers): Separate the summary, when extracted
10862 from header, from the rest of the message with an empty line.
10863
10864 * vc/vc-git.el (vc-git-log-edit-toggle-amend): Move the summary
10865 line, if present, to the Summary header.
10866
10867 2013-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
10868
10869 * epa-file.el (epa-file-insert-file-contents): Ensure we insert text
10870 in current-buffer (bug#16029).
10871
10872 2013-12-02 Helmut Eller <eller.helmut@gmail.com>
10873
10874 * emacs-lisp/debug.el (debugger-toggle-locals): New command.
10875 (debugger-mode-map): Bind it.
10876 (debugger--backtrace-base): New function.
10877 (debugger-eval-expression): Use it.
10878 (debugger-frame-number): Skip local vars when present.
10879 (debugger--locals-visible-p, debugger--insert-locals)
10880 (debugger--show-locals, debugger--hide-locals): New functions.
10881
10882 2013-12-02 Michael Albinus <michael.albinus@gmx.de>
10883
10884 * net/tramp-sh.el (tramp-remote-process-environment): Do not set
10885 "LC_ALL".
10886 (tramp-get-remote-locale): New defun.
10887 (tramp-open-connection-setup-interactive-shell): Use it.
10888
10889 2013-12-02 Leo Liu <sdl.web@gmail.com>
10890
10891 * subr.el (process-live-p): Return nil for non-process. (Bug#16023)
10892
10893 * progmodes/sh-script.el (sh-shell-process):
10894 * progmodes/octave.el (inferior-octave-process-live-p):
10895 * progmodes/gdb-mi.el (gdb-delchar-or-quit)
10896 (gdb-inferior-io-sentinel):
10897 * emacs-lock.el (emacs-lock-live-process-p): All uses changed.
10898
10899 2013-12-02 Dmitry Gutov <dgutov@yandex.ru>
10900
10901 * vc/log-edit.el (log-edit-kill-buffer): Move the use of
10902 `save-selected-window' to `log-edit-hide-buf'. This makes
10903 `log-edit-show-files' idempotent.
10904 (log-edit-show-files): Mark the new window as dedicated.
10905
10906 2013-12-02 Dmitry Gutov <dgutov@yandex.ru>
10907
10908 * vc/log-edit.el (log-edit-mode-map): Add binding for
10909 `log-edit-kill-biffer'.
10910 (log-edit-hide-buf): Add a FIXME comment.
10911 (log-edit-add-new-comment): New function, extracted from
10912 `log-edit-done'.
10913 (log-edit-done, log-edit-add-to-changelog): Use it.
10914 (log-edit-kill-buffer): New command.
10915
10916 2013-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
10917
10918 * net/eww.el (eww-mode-map): Have `q' do a normal `quit-window'
10919 instead of killing the buffer.
10920
10921 2013-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
10922
10923 * simple.el (newline): Mention `electric-indent-mode' (bug#16015).
10924
10925 2013-12-01 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
10926
10927 * net/eww.el (eww-form-checkbox-selected-symbol)
10928 (eww-form-checkbox-symbol): New customizable variable.
10929 (eww-form-checkbox, eww-toggle-checkbox):
10930 Use `eww-form-checkbox-selected-symbol' and `eww-form-checkbox-symbol'.
10931
10932 * net/shr.el (shr-prefer-media-type-alist): New customizable variable.
10933 (shr--get-media-pref, shr--extract-best-source): New function.
10934 (shr-tag-video, shr-tag-audio): Use `shr--extract-best-source' when
10935 no :src tag was specified.
10936
10937 * net/eww.el (eww-use-external-browser-for-content-type): New variable.
10938 (eww-render): Handle `eww-use-external-browser-for-content-type'.
10939 Use \\` to match beginning of string instead of ^.
10940 (eww-browse-with-external-browser): Provide optional URL parameter.
10941 (eww-render): Set `eww-current-title' back to "".
10942
10943 * net/shr.el (shr-tag-video): Display content for video if no
10944 poster is available.
10945 (shr-tag-audio): Add support for <audio> tag.
10946
10947 * net/eww.el (eww-text-input-types): New const.
10948 (eww-process-text-input): Treat input types in
10949 `eww-text-input-types' as text.
10950
10951 * net/shr.el (shr-tag-table): Fix comment typo.
10952
10953 2013-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
10954
10955 * net/eww.el (eww-follow-link): New command to avoid reloading
10956 pages when we follow #target links (bug#15243).
10957 (eww-quit): Special mode buffers shouldn't query before exiting.
10958
10959 2013-12-01 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
10960
10961 * net/eww.el (eww-tag-select): Support <optgroup> tags in <select>
10962 forms.
10963
10964 2013-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
10965
10966 * net/eww.el (eww-restore-history): Update the window title after
10967 moving in the history.
10968 (eww-current-dom): New variable used to save the current DOM.
10969
10970 2013-12-01 Dmitry Gutov <dgutov@yandex.ru>
10971
10972 * vc/log-edit.el (log-edit-mode-map): Add binding for
10973 `log-edit-beginning-of-line'.
10974 (log-edit-setup-add-author): New user option.
10975 (log-edit-beginning-of-line): New command.
10976 (log-edit): Move major mode call above the contents setup so that
10977 the local variable values are already applied.
10978 (log-edit): Only insert "Author: " when
10979 `log-edit-setup-add-author' is non-nil.
10980 (log-edit): When SETUP is non-nil, position point after ": "
10981 instead of point-min.
10982
10983 2013-12-01 Glenn Morris <rgm@gnu.org>
10984
10985 * startup.el (command-line): Warn if ~/emacs.d is in load-path.
10986
10987 2013-11-30 Eli Zaretskii <eliz@gnu.org>
10988
10989 * startup.el (fancy-splash-frame): On MS-Windows, trigger
10990 redisplay to make sure the initial frame gets a chance to become
10991 visible. (Bug#16014)
10992
10993 2013-11-30 Martin Rudalics <rudalics@gmx.at>
10994
10995 Support resizing frames and windows pixelwise.
10996 * cus-start.el (frame-resize-pixelwise)
10997 (window-resize-pixelwise): New entries.
10998 * emacs-lisp/debug.el (debug): Use window-total-height instead
10999 of window-total-size.
11000 * frame.el (tool-bar-lines-needed): Defalias to tool-bar-height.
11001 * help.el (describe-bindings-internal): Use help-buffer as
11002 argument for with-help-window.
11003 (temp-buffer-max-width): New option.
11004 (resize-temp-buffer-window, help-window-setup)
11005 (with-help-window): Rewrite.
11006 * mouse.el (mouse-drag-line): Rewrite. Add key bindings for
11007 dragging dividers.
11008 * window.el (frame-char-size, window-min-pixel-height)
11009 (window-safe-min-pixel-height, window-safe-min-pixel-width)
11010 (window-min-pixel-width, window-safe-min-pixel-size)
11011 (window-combination-p, window-safe-min-size)
11012 (window-resizable-p, window--size-to-pixel)
11013 (window--pixel-to-size, window--resize-apply-p): New functions.
11014 (window-safe-min-height): Fix doc-string.
11015 (window-size, window-min-size, window--min-size-1)
11016 (window-sizable, window-sizable-p, window--min-delta-1)
11017 (window-min-delta, window--max-delta-1, window-max-delta)
11018 (window--resizable, window--resizable-p, window-resizable)
11019 (window-full-height-p, window-full-width-p, window-at-side-p)
11020 (window--in-direction-2, window-in-direction)
11021 (window--resize-reset-1, window--resize-mini-window)
11022 (window-resize, window-resize-no-error)
11023 (window--resize-child-windows-normal)
11024 (window--resize-child-windows, window--resize-siblings)
11025 (window--resize-this-window, window--resize-root-window)
11026 (window--resize-root-window-vertically)
11027 (adjust-window-trailing-edge, enlarge-window, shrink-window)
11028 (maximize-window, minimize-window, delete-window)
11029 (quit-restore-window, window-split-min-size, split-window)
11030 (balance-windows-2, balance-windows)
11031 (balance-windows-area-adjust, balance-windows-area)
11032 (window--state-get-1, window-state-get, window--state-put-1)
11033 (window--state-put-2, window-state-put)
11034 (display-buffer-record-window, window--display-buffer):
11035 Make functions handle pixelwise sizing of windows.
11036 (display-buffer--action-function-custom-type)
11037 (display-buffer-fallback-action):
11038 Add display-buffer-in-previous-window.
11039 (display-buffer-use-some-window): Resize window to height it had
11040 before.
11041 (fit-window-to-buffer-horizontally): New option.
11042 (fit-frame-to-buffer): Describe new values.
11043 (fit-frame-to-buffer-bottom-margin): Replace with
11044 fit-frame-to-buffer-margins.
11045 (window--sanitize-margin): New function.
11046 (fit-frame-to-buffer, fit-window-to-buffer): Rewrite completely
11047 using window-text-pixel-size.
11048
11049 2013-11-30 Glenn Morris <rgm@gnu.org>
11050
11051 * emacs-lisp/bytecomp.el (byte-compile-form):
11052 Make the `interactive-only' warning like the `obsolete' one.
11053 * comint.el (comint-run):
11054 * files.el (insert-file-literally, insert-file):
11055 * replace.el (replace-string, replace-regexp):
11056 * simple.el (beginning-of-buffer, end-of-buffer, delete-backward-char)
11057 (goto-line, insert-buffer, next-line, previous-line):
11058 Tweak `interactive-only' spec.
11059
11060 Stop keeping (most) generated cedet grammar files in the repository.
11061 * Makefile.in (semantic): New.
11062 (compile-main): Depend on semantic.
11063
11064 2013-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
11065
11066 * net/newst-reader.el (newsticker-html-renderer): Default to SHR if
11067 available. Suggested by Clément B. <barthele1u@etu.univ-lorraine.fr>.
11068
11069 * uniquify.el (uniquify-buffer-name-style): Change default.
11070
11071 * loadup.el: Preload "uniquify".
11072
11073 * time.el (display-time-update): Update all mode lines (bug#15999).
11074
11075 * electric.el (electric-indent-mode): Enable by default.
11076 * loadup.el: Preload "electric".
11077
11078 2013-11-29 Bozhidar Batsov <bozhidar@batsov.com>
11079
11080 * emacs-lisp/helpers.el (string-empty-p): New function.
11081 (string-blank-p): New function.
11082
11083 2013-11-29 Andreas Politz <politza@hochschule-trier.de>
11084
11085 * imenu.el (imenu--index-alist): Add missing dot to the docstring
11086 (Bug#14029).
11087
11088 2013-11-29 Andreas Politz <politza@fh-trier.de>
11089 * imenu.el (imenu--subalist-p): Don't error on non-conses and
11090 allow non-lambda lists as functions.
11091 (imenu--in-alist): Don't recurse into non-subalists.
11092 (imenu): Don't pass function itself as an argument (Bug#14029).
11093
11094 2013-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
11095
11096 * progmodes/python.el (python-mode-map): Remove binding for ":".
11097 (python-indent-electric-colon): Remove command.
11098 (python-indent-post-self-insert-function): Integrate the previous code
11099 of python-indent-electric-colon. Make it conditional on
11100 electric-indent-mode.
11101 (python-mode): Add ?: to electric-indent-chars.
11102 Move python-indent-post-self-insert-function to the end of
11103 post-self-insert-hook.
11104
11105 2013-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
11106
11107 * doc-view.el (doc-view-goto-page): Update mode-line.
11108
11109 * vc/vc-dispatcher.el (vc-log-edit): Setup the Summary&Author headers.
11110
11111 2013-11-27 Glenn Morris <rgm@gnu.org>
11112
11113 * international/charprop.el, international/uni-bidi.el:
11114 * international/uni-category.el, international/uni-combining.el:
11115 * international/uni-comment.el, international/uni-decimal.el:
11116 * international/uni-decomposition.el, international/uni-digit.el:
11117 * international/uni-lowercase.el, international/uni-mirrored.el:
11118 * international/uni-name.el, international/uni-numeric.el:
11119 * international/uni-old-name.el, international/uni-titlecase.el:
11120 * international/uni-uppercase.el:
11121 Remove generated files from VCS repository.
11122
11123 2013-11-27 Eli Zaretskii <eliz@gnu.org>
11124
11125 * filenotify.el (file-notify-add-watch): Don't special-case
11126 w32notify when computing the directory to watch.
11127
11128 2013-11-27 Glenn Morris <rgm@gnu.org>
11129
11130 Make bootstrap without generated uni-*.el files possible again.
11131 * loadup.el: Update command-line-args checking for unidata-gen.
11132 Add vc to load-path to allow loading vc-bzr when writing uni-*.el.
11133 * composite.el, international/characters.el:
11134 Handle unicode tables being undefined.
11135
11136 Move ja-dic, quail, leim-list.el from ../leim to a leim subdirectory.
11137 * Makefile.in (setwins_for_subdirs): Skip leim/ directory.
11138 (compile-main): Depend on leim rule.
11139 (leim): New rule.
11140 * loadup.el: Move leim-list.el to leim/ subdirectory.
11141 * startup.el (normal-top-level): No more leim directory.
11142 * international/ja-dic-cnv.el (skkdic-convert):
11143 Disable version-control and autoloads in output files.
11144 * international/titdic-cnv.el (titdic-convert, miscdic-convert):
11145 Disable version-control and autoloads in output files.
11146 * leim/quail: Move here from ../leim.
11147 * leim/quail/hangul.el (hangul-input-method-activate):
11148 Add autoload cookie.
11149 (generated-autoload-load-name): Set file-local value.
11150 * leim/quail/uni-input.el (ucs-input-activate): Add autoload cookie.
11151 (generated-autoload-load-name): Set file-local value.
11152
11153 2013-11-26 Kenjiro NAKAYAMA <knakayam@redhat.com>
11154
11155 * net/eww.el (eww-bookmark-browse): Use 'eww-browse-url'.
11156 (eww-add-bookmark): Ask confirmation when add to bookmarks.
11157 (eww-quit): Ask confirmation before quitting eww.
11158
11159 2013-11-26 Eli Zaretskii <eliz@gnu.org>
11160
11161 * vc/vc.el (vc-diff-internal): Use *-dos coding-system when
11162 reading output from Diff on MS-Windows and MS-DOS.
11163
11164 2013-11-26 Bozhidar Batsov <bozhidar@batsov.com>
11165
11166 * emacs-lisp/helpers.el (string-reverse): New function.
11167
11168 2013-11-26 Michael Albinus <michael.albinus@gmx.de>
11169
11170 * net/tramp.el (tramp-file-name-regexp-unified): Support IPv6 host
11171 names on MS Windows, like "/[::1]:".
11172
11173 * net/tramp-sh.el (tramp-sh-handle-insert-directory): Accept nil
11174 SWITCHES.
11175
11176 2013-11-26 Glenn Morris <rgm@gnu.org>
11177
11178 * progmodes/python.el (python-indent-guess-indent-offset):
11179 Avoid corner-case error. (Bug#15975)
11180
11181 Preload leim-list.el. (Bug#4789)
11182 * loadup.el: Load leim-list.el when found.
11183 * startup.el (normal-top-level): Skip re-loading leim/leim-list.el.
11184
11185 2013-11-25 Bozhidar Batsov <bozhidar@batsov.com>
11186
11187 * emacs-lisp/bytecomp.el (byte-compile-form): Fix a typo.
11188
11189 * emacs-lisp/helpers.el (string-join): New function.
11190
11191 2013-11-25 Sebastian Wiesner <lunaryorn@gmail.com> (tiny change)
11192
11193 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
11194 Mark as obsolete and replace it with a symbol property.
11195 (byte-compile-form): Use new 'interactive-only property.
11196 * comint.el, files.el, replace.el, simple.el:
11197 Apply new 'interactive-only properly.
11198
11199 2013-11-25 Martin Rudalics <rudalics@gmx.at>
11200
11201 * window.el (display-buffer-at-bottom): Make sure that
11202 split-window-sensibly creates the new window on bottom
11203 (Bug#15961).
11204
11205 2013-11-23 David Kastrup <dak@gnu.org>
11206
11207 * vc/smerge-mode.el (smerge-ediff): Choose default buffer names based
11208 on the conflict markers when available.
11209 (smerge--get-marker): New function.
11210 (smerge-end-re, smerge-base-re): Add subgroup.
11211
11212 2013-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
11213
11214 * frame.el (handle-focus-in, handle-focus-out): Add missing
11215 interactive spec.
11216
11217 2013-11-25 Michael Albinus <michael.albinus@gmx.de>
11218
11219 * net/tramp-cmds.el (tramp-cleanup-connection): Clean up
11220 `tramp-current-connection' only when KEEP-PASSWORD is non-nil.
11221
11222 2013-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
11223
11224 * play/gomoku.el: Don't use intangible property. Use lexical-binding.
11225 (gomoku--last-pos): New var.
11226 (gomoku--intangible-chars): New const.
11227 (gomoku--intangible): New function.
11228 (gomoku-mode): Use it. Derive from special-mode.
11229 (gomoku-move-up): Adjust line count.
11230 (gomoku-click, gomoku-point-y, gomoku-point-square, gomoku-goto-xy)
11231 (gomoku-plot-square, gomoku-init-display, gomoku-cross-qtuple):
11232 Simplify accordingly.
11233
11234 * frame.el (handle-focus-in, handle-focus-out): Move from frame.c.
11235 Remove blink-cursor code.
11236 (blink-cursor-timer-function, blink-cursor-suspend):
11237 Don't special-case GUIs.
11238 (blink-cursor-mode): Use focus-in/out-hook.
11239
11240 2013-11-25 Dmitry Gutov <dgutov@yandex.ru>
11241
11242 * vc/vc-git.el (vc-git-annotate-extract-revision-at-line): Make it
11243 work when annotation is invisible (Bug#13886).
11244
11245 2013-11-24 Simon Schubert <2@0x2c.org> (tiny change)
11246
11247 * json.el (json-alist-p): Only return non-nil if the alist has
11248 simple keys (Bug#13518).
11249
11250 2013-11-24 Mihir Rege <mihirrege@gmail.com> (tiny change)
11251
11252 * progmodes/js.el (js--ctrl-statement-indentation): Fix indent
11253 when control-statement is the first statement in a buffer (Bug#15956).
11254
11255 2013-11-24 Dmitry Gutov <dgutov@yandex.ru>
11256
11257 * imenu.el (imenu-generic-skip-comments-and-strings):
11258 New option (Bug#15560).
11259 (imenu--generic-function): Use it.
11260
11261 2013-11-24 Jorgen Schaefer <contact@jorgenschaefer.de>
11262
11263 * minibuffer.el (completion--in-region-1): Scroll the correct window.
11264 (Bug#13898)
11265
11266 2013-11-24 Bozhidar Batsov <bozhidar@batsov.com>
11267
11268 * emacs-lisp/helpers.el: Add some string helpers.
11269 (string-trim-left): Removes leading whitespace.
11270 (string-trim-right): Removes trailing whitespace.
11271 (string-trim): Removes leading and trailing whitespace.
11272
11273 * subr.el (string-suffix-p): New function.
11274
11275 2013-11-23 Glenn Morris <rgm@gnu.org>
11276
11277 * progmodes/python.el (python-shell-send-file):
11278 Add option to delete file when done. (Bug#15647)
11279 (python-shell-send-string, python-shell-send-region): Use it.
11280
11281 2013-11-23 Ivan Shmakov <ivan@siamics.net>
11282
11283 * vc/diff-mode.el (diff-mode): Only allow diff-default-read-only
11284 to set buffer-read-only to t, never to nil. (Bug#15938)
11285
11286 * textmodes/tex-mode.el (latex-noindent-environments):
11287 Add safe-local-variable property. (Bug#15936)
11288
11289 2013-11-23 Glenn Morris <rgm@gnu.org>
11290
11291 * textmodes/enriched.el (enriched-mode): Doc fix.
11292 * emacs-lisp/authors.el (authors-renamed-files-alist):
11293 Add enriched.doc -> enriched.txt.
11294
11295 * Makefile.in (emacs): Empty EMACSLOADPATH rather than unsetting.
11296
11297 2013-11-22 Leo Liu <sdl.web@gmail.com>
11298
11299 * progmodes/octave.el (inferior-octave-startup): Spit out error
11300 message.
11301
11302 2013-11-22 Bozhidar Batsov <bozhidar@batsov.com>
11303
11304 * progmodes/ruby-mode.el (ruby-custom-encoding-magic-comment-template):
11305 Improve docstring.
11306 Add :version.
11307 (ruby-encoding-magic-comment-style): Add :version.
11308
11309 2013-11-22 Leo Liu <sdl.web@gmail.com>
11310
11311 * progmodes/octave.el (octave-operator-regexp): Exclude newline.
11312 (Bug#15076)
11313 (octave-help-mode): Adapt to change to help-mode-finish to use
11314 derived-mode-p on 2013-09-17.
11315 (inferior-octave-prompt): Also match octave-gui.
11316 (octave-kill-process): Don't ask twice. (Bug#10564)
11317
11318 2013-11-22 Leo Liu <sdl.web@gmail.com>
11319
11320 * progmodes/octave.el (inferior-octave-process-live-p): New helper.
11321 (inferior-octave-startup, inferior-octave-check-process)
11322 (inferior-octave-track-window-width-change)
11323 (octave-completion-at-point, octave-eldoc-function): Use it.
11324 (octave-kill-process): Provide confirmation. (Bug#10564)
11325
11326 2013-11-21 Leo Liu <sdl.web@gmail.com>
11327
11328 * progmodes/octave.el (octave-mode, inferior-octave-mode):
11329 Fix obsolete variable comment-use-global-state.
11330
11331 2013-11-21 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
11332
11333 * progmodes/octave.el (octave-mode-map, octave-mode-menu):
11334 Add `octave-source-file'.
11335 (octave-source-file): New function. (Bug#15935)
11336
11337 2013-11-21 Kenjiro Nakayama <nakayamakenjiro@gmail.com>
11338
11339 * net/eww.el (eww-local-regex): New variable.
11340 (eww): Use it to detect localhost and similar.
11341
11342 2013-11-21 Leo Liu <sdl.web@gmail.com>
11343
11344 Add completion for command `ag'.
11345 * pcmpl-x.el (pcmpl-x-ag-options): New variable.
11346 (pcomplete/ag): New function.
11347 (pcmpl-x-ag-options): New function. Handle `[no]' in long options.
11348
11349 2013-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
11350
11351 * emacs-lisp/byte-run.el (eval-when-compile): Fix edebug spec
11352 (bug#14646).
11353 (make-obsolete): Remove interactive spec.
11354
11355 2013-11-21 Glenn Morris <rgm@gnu.org>
11356
11357 * startup.el (command-line-1): Use path-separator with -L.
11358
11359 2013-11-20 Teodor Zlatanov <tzz@lifelogs.com>
11360
11361 * emacs-lisp/package.el (describe-package-1): Add package archive
11362 to shown fields.
11363
11364 2013-11-20 Bozhidar Batsov <bozhidar@batsov.com>
11365
11366 * progmodes/ruby-mode.el (ruby-custom-encoding-magic-comment-template):
11367 Change default to "# encoding: %s" to differentiate it from the
11368 default Ruby encoding comment template.
11369
11370 2013-11-20 era eriksson <era+emacsbugs@iki.fi>
11371
11372 * ses.el (ses-mode): Doc fix. (Bug#14748)
11373
11374 2013-11-20 Leo Liu <sdl.web@gmail.com>
11375
11376 * window.el (display-buffer-alist): Doc fix. (Bug#13594)
11377
11378 2013-11-19 Dan Nicolaescu <dann@gnu.org>
11379
11380 * vc/vc-git.el (vc-git-dir-extra-headers): Add headers
11381 when rebase or bisect are in progress.
11382
11383 2013-11-19 Xue Fuqiao <xfq.free@gmail.com>
11384
11385 * filenotify.el (file-notify-add-watch): Doc fix.
11386
11387 2013-11-19 Leo Liu <sdl.web@gmail.com>
11388
11389 * obsolete/rcompile.el: Mark obsolete.
11390
11391 * progmodes/compile.el (compilation-start)
11392 (compilation-goto-locus, compilation-find-file):
11393 Pass no-display-ok and handle nil value from display-buffer.
11394 (Bug#13594)
11395
11396 * window.el (display-buffer-alist, display-buffer): Document the
11397 new parameter no-display-ok. Return either a window or nil
11398 but never a non-window value.
11399
11400 2013-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
11401
11402 * electric.el (electric-indent-mode-map): Remove.
11403 (electric-indent-mode): Change the global-map instead (bug#15915).
11404
11405 * textmodes/text-mode.el (paragraph-indent-minor-mode):
11406 Use add-function.
11407
11408 2013-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
11409
11410 * emacs-lisp/nadvice.el (remove-function): Align with
11411 add-function's behavior.
11412
11413 * progmodes/gdb-mi.el: Avoid backtracking in regexp matcher.
11414 (gdb--string-regexp): New constant.
11415 (gdb-tooltip-print, gdb-var-evaluate-expression-handler)
11416 (gdbmi-bnf-stream-record, gdb-jsonify-buffer): Use it.
11417 (gdb-source-file-regexp, gdb-prompt-name-regexp): Use it and change
11418 submatch 1.
11419 (gdb-get-source-file-list, gdb-get-prompt, gdb-get-source-file):
11420 Adjust use accordingly.
11421 (gdb-breakpoints-list-handler-custom): Pre-build the y/n string.
11422
11423 2013-11-17 Adam Sokolnicki <adam.sokolnicki@gmail.com> (tiny change)
11424
11425 * progmodes/ruby-mode.el (ruby-toggle-block): Don't stop at
11426 interpolation curlies (Bug#15914).
11427
11428 2013-11-17 Jay Belanger <jay.p.belanger@gmail.com>
11429
11430 * calc/calc.el (calc-context-sensitive-enter): New variable.
11431 (calc-enter): Use `calc-context-sensitive-enter'.
11432
11433 2013-11-16 Teodor Zlatanov <tzz@lifelogs.com>
11434
11435 * progmodes/cfengine.el: Version bump.
11436 (cfengine-cf-promises): New defcustom to locate cf-promises.
11437 (cfengine3-vartypes): Add new "data" type.
11438 (cfengine3--current-word): New function to get current name-like
11439 word or its bounds.
11440 (cfengine3--current-function): New function to look up a CFEngine
11441 function's definition.
11442 (cfengine3-format-function-docstring): New function.
11443 (cfengine3-make-syntax-cache): New function.
11444 (cfengine3-documentation-function): New function: ElDoc glue.
11445 (cfengine3-completion-function): New function: completion glue.
11446 (cfengine3-mode): Set `compile-command',
11447 `eldoc-documentation-function', and add to
11448 `completion-at-point-functions'.
11449
11450 2013-11-16 Michael Albinus <michael.albinus@gmx.de>
11451
11452 * net/tramp-cmds.el (tramp-cleanup-connection): Clean up
11453 `tramp-current-connection'.
11454
11455 2013-11-15 Dmitry Gutov <dgutov@yandex.ru>
11456
11457 * progmodes/ruby-mode.el (ruby-font-lock-keywords): End regexp for
11458 nil/self/true/false with "end of symbol".
11459
11460 2013-11-15 Bozhidar Batsov <bozhidar@batsov.com>
11461
11462 * subr.el (version-regexp-alist): Fix a typo.
11463
11464 2013-11-15 Michael Albinus <michael.albinus@gmx.de>
11465
11466 * net/tramp-sh.el (tramp-remote-process-environment): Set "LC_ALL" to
11467 "en_US.utf8" and "LC_CTYPE" to "".
11468 (tramp-maybe-open-connection): Set "LC_ALL" to "en_US.utf8".
11469 (tramp-sh-handle-insert-directory): Don't set "LC_ALL" and "LC_CTYPE".
11470
11471 2013-11-15 Leo Liu <sdl.web@gmail.com>
11472
11473 * loadhist.el (read-feature): Get rid of fake feature nil. (Bug#15889)
11474
11475 2013-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
11476
11477 * progmodes/gud.el (ctl-x-map):
11478 Remove C-x SPC binding. (Bug#12342)
11479 (gud-jdb-find-source-using-classpath): Remove ((lambda (..)..)..).
11480
11481 2013-11-14 Bozhidar Batsov <bozhidar@batsov.com>
11482
11483 * subr.el (version-regexp-alist):
11484 Recognize hg, svn and darcs versions as snapshot versions.
11485
11486 * progmodes/ruby-mode.el (ruby--detect-encoding): Make aware of
11487 'always-utf8 value of `ruby-insert-encoding-magic-comment'.
11488 (ruby--encoding-comment-required-p): Extract from
11489 `ruby-mode-set-encoding'.
11490 (ruby-mode-set-encoding): Add the ability to always insert an
11491 utf-8 encoding comment. Fix and simplify coding comment update
11492 logic.
11493
11494 2013-11-14 Michael Albinus <michael.albinus@gmx.de>
11495
11496 * net/tramp-gvfs.el (top): Run init code only when
11497 `tramp-gvfs-enabled' is not nil.
11498 (tramp-gvfs-enabled): Check also :system bus.
11499
11500 2013-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
11501
11502 Sync with upstream verilog-mode revision 78e66ba.
11503 * progmodes/verilog-mode.el (verilog-end-of-defun)
11504 (verilog-type-completion, verilog-get-list): Remove unused funcs.
11505 (verilog-get-end-of-defun): Remove unused argument.
11506 (verilog-comment-depth): Remove unused local `e'.
11507 (verilog-read-decls, verilog-read-sub-decls, verilog-read-instants):
11508 Don't pass arg to verilog-get-end-of-defun.
11509
11510 2013-11-14 Glenn Morris <rgm@gnu.org>
11511
11512 * obsolete/assoc.el (aget): Prefix dynamic variable.
11513
11514 * allout-widgets.el (allout-widgets): No need to autoload defgroup.
11515
11516 2013-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
11517
11518 * widget.el, hfy-cmap.el: Remove bogus package version number.
11519
11520 2013-11-13 Glenn Morris <rgm@gnu.org>
11521
11522 * replace.el (replace-eval-replacement):
11523 Try to give more helpful error message. (Bug#15836)
11524
11525 * arc-mode.el (archive-7z-extract, archive-7z-expunge)
11526 (archive-7z-update): Avoid custom type mismatches.
11527
11528 * vc/vc.el (vc-diff-knows-L): Remove; unused since 2007-10-10.
11529
11530 2013-11-13 Michael Albinus <michael.albinus@gmx.de>
11531
11532 * net/tramp.el (tramp-remote-file-name-spec-regexp): An IPv6
11533 address can be empty.
11534
11535 * net/tramp-gvfs.el (tramp-gvfs-handle-insert-directory):
11536 Accept nil SWITCHES.
11537 (tramp-gvfs-handle-write-region): Implement APPEND.
11538
11539 2013-11-12 Dmitry Gutov <dgutov@yandex.ru>
11540
11541 * progmodes/ruby-mode.el (ruby-smie-grammar): Disambiguate between
11542 binary "|" operator and closing block args delimiter.
11543 Remove FIXME comment referring to Ruby 1.8-only syntax.
11544 (ruby-smie--implicit-semi-p): Not after "|" operator.
11545 (ruby-smie--closing-pipe-p): New function.
11546 (ruby-smie--forward-token, ruby-smie--backward-token): Use it.
11547 (ruby-smie-rules): Indent after "|".
11548
11549 2013-11-12 Glenn Morris <rgm@gnu.org>
11550
11551 * ps-print.el (ps-face-attribute-list):
11552 Handle anonymous faces. (Bug#15827)
11553
11554 2013-11-12 Martin Rudalics <rudalics@gmx.at>
11555
11556 * window.el (display-buffer-other-frame): Fix doc-string.
11557 (Bug#15868)
11558
11559 2013-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
11560
11561 * subr.el (force-mode-line-update): Delete, move to buffer.c.
11562
11563 2013-11-11 Michael Albinus <michael.albinus@gmx.de>
11564
11565 * net/tramp-sh.el (tramp-do-copy-or-rename-file-via-buffer)
11566 (tramp-sh-handle-file-local-copy): Don't write a message when
11567 saving temporary files.
11568
11569 * net/tramp-smb.el (tramp-smb-handle-copy-directory): Fix bug when
11570 both directories are remote.
11571 (tramp-smb-handle-directory-files): Do not return double entries.
11572 Do not expand full file names.
11573 (tramp-smb-handle-insert-directory): Accept nil SWITCHES.
11574 (tramp-smb-handle-write-region): Implement APPEND.
11575 (tramp-smb-get-stat-capability): Fix a stupid bug.
11576
11577 2013-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
11578
11579 * bindings.el (ctl-x-map): Bind C-x SPC to rectangle-mark-mode.
11580
11581 2013-11-11 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
11582
11583 * emacs-lisp/cconv.el (cconv-convert): Print warning instead of
11584 throwing error over malformed let/let* (bug#15814).
11585
11586 2013-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
11587
11588 * iswitchb.el (iswitchb-mode): Mark obsolete.
11589
11590 2013-11-11 Glenn Morris <rgm@gnu.org>
11591
11592 * international/uni-bidi.el, international/uni-category.el:
11593 * international/uni-name.el, international/uni-numeric.el:
11594 Regenerate for Unicode 6.3.0.
11595
11596 2013-11-10 Michael Albinus <michael.albinus@gmx.de>
11597
11598 * net/tramp.el (tramp-methods):
11599 * net/tramp-sh.el (tramp-compute-multi-hops): Revert change of
11600 2013-10-29 (2013-10-29T02:50:24Z!dancol@dancol.org).
11601
11602 2013-11-09 Andreas Schwab <schwab@linux-m68k.org>
11603
11604 * progmodes/sh-script.el (sh-font-lock-keywords-var):
11605 Force highlighting text after Summary keyword in doc face for rpm.
11606
11607 2013-11-09 Dmitry Gutov <dgutov@yandex.ru>
11608
11609 * textmodes/ispell.el (ispell-lookup-words): When `look' is not
11610 available and the word has no wildcards, append one to the grep pattern.
11611 http://lists.gnu.org/archive/html/emacs-devel/2013-11/msg00258.html
11612 (ispell-complete-word): Call `ispell-lookup-words' with the value
11613 independent of `ispell-look-p'.
11614
11615 2013-11-08 Dmitry Gutov <dgutov@yandex.ru>
11616
11617 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p):
11618 Not after "||".
11619 (ruby-smie-rules): Indent non-hanging "begin" blocks as part of
11620 their parent.
11621
11622 2013-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
11623
11624 * progmodes/ruby-mode.el: Don't require cl any more. Use pcase instead.
11625 (ruby-font-lock-keywords): Use backquote.
11626
11627 2013-11-08 Dmitry Gutov <dgutov@yandex.ru>
11628
11629 * progmodes/ruby-mode.el (ruby-smie--forward-token)
11630 (ruby-smie--backward-token): Only consider full-string matches.
11631
11632 2013-11-08 Jan Djärv <jan.h.d@swipnet.se>
11633
11634 * faces.el (describe-face): Add distant-foreground.
11635
11636 2013-11-08 Bozhidar Batsov <bozhidar@batsov.com>
11637
11638 * progmodes/ruby-mode.el: Improve encoding comment handling.
11639 (ruby-encoding-magic-comment-style): New option.
11640 (ruby-custom-encoding-magic-comment-template): New option.
11641 (ruby--insert-coding-comment, ruby--detect-encoding):
11642 New functions extracted from `ruby-mode-set-encoding'.
11643 (ruby-mode-set-encoding): Use `ruby-encoding-magic-comment-style'
11644 to control the style of the auto-inserted encoding comment.
11645
11646 2013-11-08 Dmitry Gutov <dgutov@yandex.ru>
11647
11648 * progmodes/ruby-mode.el (ruby-smie--indent-to-stmt):
11649 Use `smie-backward-sexp' with token argument.
11650
11651 2013-11-08 Michael Albinus <michael.albinus@gmx.de>
11652
11653 * net/tramp-sh.el (tramp-set-remote-path, tramp-get-ls-command):
11654 Remove instrumentation code.
11655
11656 2013-11-08 Glenn Morris <rgm@gnu.org>
11657
11658 * progmodes/autoconf.el (autoconf-mode):
11659 Tweak comment-start-skip. (Bug#15822)
11660
11661 2013-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
11662
11663 * progmodes/sh-script.el (sh-smie--sh-keyword-in-p): Don't inf-loop
11664 at bobp (bug#15826).
11665 (sh-smie--sh-keyword-in-p): Recognize keywords at bobp.
11666
11667 2013-11-08 Darren Hoo <darren.hoo@gmail.com>
11668
11669 * man.el (Man-start-calling): New macro, extracted from
11670 Man-getpage-in-background.
11671 (Man-getpage-in-background): Use it.
11672 (Man-update-manpage): New command.
11673 (Man-mode-map): Bind it.
11674
11675 2013-11-08 Dmitry Gutov <dgutov@yandex.ru>
11676
11677 * progmodes/ruby-mode.el (ruby-smie-grammar): Improve precedences
11678 of "and", "or", "&&" and "||".
11679 (ruby-smie--args-separator-p): Prohibit keyword "do" as the first
11680 argument. Prohibit opening curly brace because it could only be a
11681 block opener in that position.
11682 (ruby-smie--forward-token, ruby-smie--backward-token):
11683 Separate "|" from "&" or "*" going after it. That can happen in block
11684 arguments.
11685 (ruby-smie--indent-to-stmt): New function, seeks the end of
11686 previous statement or beginning of buffer.
11687 (ruby-smie-rules): Use it.
11688 (ruby-smie-rules): Check if there's a ":" before a curly block
11689 opener candidate; if there is, it's a hash.
11690
11691 2013-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
11692
11693 * emacs-lisp/cl-macs.el (cl-symbol-macrolet): Use macroexp-progn.
11694 (cl--block-wrapper): Fix last accidental change.
11695
11696 2013-11-07 Michael Albinus <michael.albinus@gmx.de>
11697
11698 * net/tramp-sh.el (tramp-set-remote-path, tramp-get-ls-command):
11699 Instrument, in order to hunt failure on hydra.
11700
11701 2013-11-05 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
11702
11703 * emacs-lisp/cl-macs.el (cl-symbol-macrolet): Print warning for
11704 malformed bindings form (bug#15814).
11705
11706 2013-11-07 Dmitry Gutov <dgutov@yandex.ru>
11707
11708 * progmodes/ruby-mode.el (ruby-smie-grammar): Lower priority of
11709 "." compared to " @ ". This incidentally fixes some indentation
11710 examples with "do".
11711 (ruby-smie--implicit-semi-p): No implicit semi after "^", "and" or "or".
11712 (ruby-smie-grammar): New tokens: "and" and "or".
11713 (ruby-smie--args-separator-p): Fix the check for tokens at POS.
11714 Exclude "and" and "or". Remove "do" in order to work around token
11715 priorities.
11716 (ruby-smie-rules): Add all infix tokens. Handle the case of
11717 beginning-of-buffer.
11718
11719 2013-11-06 Glenn Morris <rgm@gnu.org>
11720
11721 * Makefile.in (setwins_almost, setwins_for_subdirs):
11722 Avoid accidental matches.
11723
11724 2013-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
11725
11726 * menu-bar.el (popup-menu): Use key-binding.
11727
11728 2013-11-06 Eli Zaretskii <eliz@gnu.org>
11729
11730 * menu-bar.el (popup-menu, menu-bar-open): When displaying TTY
11731 menus, support also the menus produced by minor modes.
11732 (Bug#15817)
11733
11734 2013-11-06 Leo Liu <sdl.web@gmail.com>
11735
11736 * thingatpt.el (thing-at-point-looking-at): Add optional arg
11737 DISTANCE to bound the search. All uses changed. (Bug#15808)
11738
11739 2013-11-06 Glenn Morris <rgm@gnu.org>
11740
11741 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs): Simplify.
11742 (setwins_almost, setwins_for_subdirs): Don't assume called from srcdir.
11743 (custom-deps, finder-data, autoloads, update-subdirs): No need to cd.
11744
11745 2013-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
11746
11747 * electric.el (electric-indent-just-newline): New command.
11748 (electric-indent-mode-map): New keymap.
11749 (electric-indent-mode, electric-pair-mode, electric-layout-mode):
11750 Re-add :group which weren't redundant.
11751
11752 * electric.el (electric-indent-local-mode): New minor mode.
11753 (electric-indent-functions-without-reindent): New var.
11754 (electric-indent-post-self-insert-function): Use it.
11755 * emacs-lisp/gv.el (buffer-local-value): Add setter.
11756
11757 2013-11-05 Eli Zaretskii <eliz@gnu.org>
11758
11759 * international/quail.el (quail-help): Be more explicit about the
11760 meaning of the labels shown on the keys. (Bug#15800)
11761
11762 * startup.el (normal-top-level): Load the subdirs.el files before
11763 setting the locale environment. (Bug#15805)
11764
11765 2013-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
11766
11767 * vc/vc-rcs.el (vc-rcs-parse): Make `gather' get e, b, and @-holes
11768 via arguments so as to get the right ones (bug#15418).
11769
11770 * net/rcirc.el (rcirc-record-activity): Don't abuse add-to-list.
11771
11772 2013-11-05 Michael Albinus <michael.albinus@gmx.de>
11773
11774 Fix problems found while writing a test suite.
11775
11776 * net/tramp-compat.el (tramp-compat-load): New defun.
11777 * net/tramp.el (tramp-handle-load): Use it.
11778
11779 * net/tramp-sh.el (tramp-sh-handle-add-name-to-file): Handle the case
11780 "(numberp ok-if-already-exists)" correctly.
11781
11782 2013-11-05 Xue Fuqiao <xfq.free@gmail.com>
11783
11784 * international/characters.el (glyphless-char-display-control):
11785 Add usage note.
11786
11787 2013-11-05 Bozhidar Batsov <bozhidar@batsov.com>
11788
11789 * progmodes/python.el (python-mode):
11790 * progmodes/scheme.el (scheme-mode):
11791 * progmodes/prolog.el (prolog-mode):
11792 * progmodes/ruby-mode.el (ruby-mode):
11793 * emacs-lisp/lisp-mode.el (lisp-mode, lisp-interaction-mode)
11794 (emacs-lisp-mode): Remove incorrect and redundant text from docstring.
11795
11796 2013-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
11797
11798 * rect.el (rectangle--highlight-for-redisplay):
11799 * emacs-lisp/smie.el (smie--next-indent-change):
11800 Use buffer-chars-modified-tick.
11801
11802 * emacs-lisp/byte-run.el (defmacro, defun): Set their `indent' property.
11803
11804 * electric.el (electric-indent-post-self-insert-function):
11805 Only delete trailing whitepsace if it is indeed trailing (bug#15767).
11806
11807 2013-11-04 Helmut Eller <eller.helmut@gmail.com>
11808
11809 * emacs-lisp/cl-indent.el (with-compilation-unit): Add rule (bug#15782).
11810
11811 2013-11-04 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
11812
11813 * emacs-lisp/cconv.el (cconv-convert): Check form of let binding
11814 (bug#15786).
11815
11816 2013-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
11817
11818 * emacs-lisp/helpers.el: Move from helpers.el. Use lexical-binding.
11819
11820 * progmodes/python.el: Fix up last change.
11821 (python-shell--save-temp-file): New function.
11822 (python-shell-send-string): Use it. Remove `msg' arg. Don't assume
11823 `string' comes from the current buffer.
11824 (python-shell-send-string-no-output): Remove `msg' arg.
11825 (python--use-fake-loc): New var.
11826 (python-shell-buffer-substring): Obey it. Try to compensate for the
11827 extra coding line added by python-shell--save-temp-file.
11828 (python-shell-send-region): Use python-shell--save-temp-file and
11829 python-shell-send-file directly. Add `nomain' argument.
11830 (python-shell-send-buffer): Use python-shell-send-region.
11831 (python-electric-pair-string-delimiter): New function.
11832 (python-mode): Use it.
11833
11834 2013-11-04 Eli Zaretskii <eliz@gnu.org>
11835
11836 * startup.el (normal-top-level): Move setting eol-mnemonic-unix,
11837 eol-mnemonic-mac, eol-mnemonic-dos, and also setup of the locale
11838 environment and decoding all of the default-directory's to here
11839 from command-line.
11840 (command-line): Decode also argv[0].
11841
11842 * loadup.el: Error out if default-directory is a multibyte string
11843 when we are dumping.
11844
11845 * Makefile.in (emacs): Don't set LC_ALL=C. (Bug#15260)
11846
11847 2013-11-04 Teodor Zlatanov <tzz@lifelogs.com>
11848
11849 * emacs-lisp/package.el (package-menu-mode)
11850 (package-menu--print-info, package-menu--archive-predicate):
11851 Add Archive column to package list.
11852
11853 2013-11-04 Michael Albinus <michael.albinus@gmx.de>
11854
11855 Fix problems found while writing a test suite.
11856
11857 * net/tramp.el (tramp-file-name-regexp-unified): Simplify.
11858 (tramp-file-name-for-operation): Use `tramp-tramp-file-p'.
11859 (tramp-handle-substitute-in-file-name): Let-bind `process-environment'
11860 to nil when running original file name handler. Otherwise,
11861 there are problems with constructs like "$$FOO".
11862
11863 * net/tramp-sh.el (tramp-do-copy-or-rename-file): Use correct prefix
11864 for `localname'.
11865
11866 2013-11-04 Bozhidar Batsov <bozhidar@batsov.com>
11867
11868 * progmodes/ruby-mode.el (ruby-mode): Clean up docstring.
11869
11870 * subr.el (version<, version<=, version=):
11871 Update docstrings with information for snapshot versions.
11872
11873 * helpers.el: New library for misc helper functions.
11874 (hash-table-keys): New function returning a list of hash keys.
11875 (hash-table-values): New function returning a list of hash values.
11876
11877 2013-11-04 Dmitry Gutov <dgutov@yandex.ru>
11878
11879 * progmodes/ruby-mode.el (ruby-smie--forward-token)
11880 (ruby-smie--backward-token): Tokenize heredocs as semicolons.
11881
11882 2013-11-04 Michal Nazarewicz <mina86@mina86.com>
11883
11884 * textmodes/fill.el (fill-single-char-nobreak-p): New function
11885 checking whether point is after a 1-letter word.
11886
11887 2013-11-04 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
11888
11889 * progmodes/cperl-mode.el (cperl-font-lock-fontify-region-function):
11890 Don't infloop when expanding region over `multiline' syntax-type that
11891 begins a line (bug#15778).
11892
11893 2013-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
11894
11895 * rect.el (rectangle-mark-mode): Rename from rectangle-mark.
11896 Make it into a proper minor mode.
11897 (rectangle--region): (Implicitly) rename to rectangle-mark-mode.
11898 (rectangle-mark-mode-map): New keymap.
11899 (rectangle--highlight-for-redisplay): Fix some corner cases (bug#15796).
11900
11901 2013-11-04 Glenn Morris <rgm@gnu.org>
11902
11903 * startup.el (command-line-1): Allow `-L :...' to append to load-path.
11904
11905 2013-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
11906
11907 * progmodes/ruby-mode.el (ruby-smie--rule-parent-skip-assign): Remove.
11908 (ruby-smie-rules): Use smie-rule-parent instead.
11909
11910 * emacs-lisp/smie.el (smie-rule-parent): Always call
11911 smie-indent-virtual rather than only for hanging tokens.
11912 (smie--next-indent-change): New helper command.
11913
11914 2013-11-03 Glenn Morris <rgm@gnu.org>
11915
11916 * Makefile.in (abs_srcdir): Remove.
11917 (emacs): Unset EMACSLOADPATH.
11918
11919 2013-11-02 Glenn Morris <rgm@gnu.org>
11920
11921 * Makefile.in (EMACS): Use a relative filename.
11922 (abs_top_builddir): Remove.
11923 (custom-deps, finder-data, autoloads): Use --chdir.
11924
11925 * Makefile.in (abs_lisp): Remove, replace by abs_srcdir.
11926
11927 Use relative filenames in TAGS files.
11928 * Makefile.in (lisptagsfiles1, lisptagsfiles2, lisptagsfiles3)
11929 (lisptagsfiles4, TAGS): Use relative file names.
11930 (TAGS-LISP): Remove.
11931 (maintainer-clean): No more TAGS-LISP file.
11932
11933 * Makefile.in (lisptagsfiles1, lisptagsfiles2, lisptagsfiles3)
11934 (lisptagsfiles4): Use absolute filenames again.
11935 (TAGS, TAGS-LISP): Not everything needs to run in one line.
11936 Remove all *loaddefs files, not just the first. Remove esh-groups.
11937 (maintainer-clean): Delete TAGS, TAGS-LISP.
11938
11939 2013-11-02 Bozhidar Batsov <bozhidar@batsov.com>
11940
11941 * emacs-lisp/package.el (package-version-join):
11942 Recognize snapshot versions.
11943
11944 2013-11-02 Bozhidar Batsov <bozhidar@batsov.com>
11945
11946 * subr.el (version-regexp-alist): Add support for snapshot versions.
11947
11948 2013-11-02 Dmitry Gutov <dgutov@yandex.ru>
11949
11950 * progmodes/ruby-mode.el (ruby-smie--rule-parent-skip-assign):
11951 New function, replacement for `smie-rule-parent' for when we want to
11952 skip over our direct parent if it's an assignment token..
11953 (ruby-smie-rules): Use it.
11954
11955 2013-11-02 Dmitry Gutov <dgutov@yandex.ru>
11956
11957 * progmodes/ruby-mode.el: Use `syntax-propertize-function'
11958 unconditionally. Remove now unnecessary forward declarations.
11959 Remove XEmacs-specific setup.
11960 (ruby-here-doc-end-re, ruby-here-doc-beg-match)
11961 (ruby-font-lock-syntactic-keywords)
11962 (ruby-comment-beg-syntax, ruby-in-here-doc-p)
11963 (ruby-here-doc-find-end, ruby-here-doc-beg-syntax)
11964 (ruby-here-doc-end-syntax): Remove.
11965 (ruby-mode): Don't check whether `syntax-propertize-rules' is
11966 defined as function.
11967
11968 2013-11-02 Bozhidar Batsov <bozhidar@batsov.com>
11969
11970 * progmodes/ruby-mode.el (ruby-mode-variables, ruby-mode): Use `setq-local'.
11971
11972 2013-11-01 Bozhidar Batsov <bozhidar@batsov.com>
11973
11974 * progmodes/ruby-mode.el (ruby-mode-variables): Don't set syntax
11975 table and abbrev table, `define-derived-mode' does that for us
11976 anyway.
11977
11978 2013-11-01 Glenn Morris <rgm@gnu.org>
11979
11980 * Makefile.in: Remove manual mh-e dependencies (writing .elc
11981 files is atomic for some time, so no parallel compilation issues).
11982
11983 2013-11-01 Jan Djärv <jan.h.d@swipnet.se>
11984
11985 * faces.el (face-x-resources): Add :distant-foreground.
11986 (region): Use :distant-foreground for gtk and ns.
11987
11988 2013-11-01 Tassilo Horn <tsdh@gnu.org>
11989
11990 Allow multiple bibliographies when BibLaTeX is used rather than
11991 BibTeX.
11992 * textmodes/reftex-parse.el (reftex-using-biblatex-p): New function.
11993 (reftex-locate-bibliography-files): Us it.
11994
11995 2013-11-01 Claudio Bley <claudio.bley@googlemail.com>
11996
11997 * image.el (image-type-header-regexps): Fix the 'pbm' part to
11998 allow comments in pbm files.
11999
12000 * term/w32-win.el (dynamic-library-alist): Support newer versions
12001 of libjpeg starting with v7: look only for the DLL from the
12002 version against which Emacs was built.
12003 Support versions of libpng beyond 1.4.x.
12004 Support libtiff v4.x.
12005
12006 2013-11-01 Bozhidar Batsov <bozhidar@batsov.com>
12007
12008 * progmodes/ruby-mode.el (ruby-indent-tabs-mode)
12009 (ruby-indent-level, ruby-comment-column, ruby-deep-arglist):
12010 Add property :safe.
12011 (ruby-deep-arglist): Add property :type.
12012
12013 2013-10-31 Glenn Morris <rgm@gnu.org>
12014
12015 * Makefile.in (custom-deps, finder-data): No need to setq the target
12016 variables, we are in the right directory and the defaults work fine.
12017
12018 2013-10-30 Glenn Morris <rgm@gnu.org>
12019
12020 * Makefile.in (autoloads): Do not use abs_lisp.
12021
12022 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
12023 `newline' does not respect `standard-output', so use `princ'.
12024
12025 2013-10-30 Alp Aker <alp.tekin.aker@gmail.com>
12026
12027 Ensure unmarking in buffer menu clears 'S' marks. (Bug#15761)
12028 * buff-menu.el (Buffer-menu--unmark): New function.
12029 (Buffer-menu-unmark, Buffer-menu-backup-unmark): Use it.
12030
12031 2013-10-30 Glenn Morris <rgm@gnu.org>
12032
12033 * Makefile.in (AUTOGENEL): Add org/org-loaddefs.el.
12034
12035 * emacs-lisp/package.el (lm-homepage): Declare.
12036
12037 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink):
12038 Fix doc typos.
12039
12040 * vc/pcvs.el (cvs-status-cvstrees): Autoload to silence compiler.
12041
12042 * Makefile.in (finder-data, autoloads, update-subdirs)
12043 (compile-main, compile-clean, compile-always, bootstrap-clean):
12044 Check return value of cd.
12045 (compile-calc): Remove.
12046
12047 2013-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
12048
12049 * simple.el (copy-region-as-kill): Fix call to region-extract-function.
12050
12051 * emacs-lisp/bytecomp.el (byte-defop-compiler): Add new `2-and' handler.
12052 (byte-compile-and-folded): New function.
12053 (=, <, >, <=, >=): Use it.
12054
12055 * dos-w32.el (minibuffer-history-case-insensitive-variables)
12056 (path-separator, null-device, buffer-file-coding-system)
12057 (lpr-headers-switches): Check system-type before modifying them.
12058 (find-buffer-file-type-coding-system): Mark obsolete.
12059 (w32-find-file-not-found-set-buffer-file-coding-system): Rename from
12060 find-file-not-found-set-buffer-file-coding-system.
12061 (w32-untranslated-filesystem-list, w32-untranslated-canonical-name)
12062 (w32-add-untranslated-filesystem, w32-remove-untranslated-filesystem)
12063 (w32-direct-print-region-use-command-dot-com, w32-untranslated-file-p)
12064 (w32-direct-print-region-helper, w32-direct-print-region-function)
12065 (w32-direct-ps-print-region-function): Rename by adding a "w32-" prefix.
12066 * startup.el (normal-top-level-add-subdirs-to-load-path):
12067 * ps-print.el (ps-print-region-function):
12068 * lpr.el (print-region-function): Use new name.
12069
12070 * subr.el (custom-declare-variable-early): Remove function.
12071 (custom-declare-variable-list): Remove var.
12072 (error, user-error): Remove `while' loop.
12073 (read-quoted-char-radix, read-quoted-char): Move to simple.el.
12074 (user-emacs-directory-warning, locate-user-emacs-file):
12075 Move to files.el.
12076 * simple.el (read-quoted-char-radix, read-quoted-char):
12077 * files.el (user-emacs-directory-warning, locate-user-emacs-file):
12078 Move from subr.el.
12079 * custom.el (custom-declare-variable-list): Don't process
12080 custom-declare-variable-list.
12081
12082 * progmodes/python.el (python-shell-get-buffer): New function.
12083 (python-shell-get-process): Use it.
12084 (python-shell-send-string): Always use utf-8 and add a cookie to tell
12085 Python which encoding was used. Don't split-string since we only care
12086 about the first line. Return the temp-file, if applicable.
12087 (python-shell-send-region): Tell compile.el how to turn locations in
12088 the temp-file into locations in the source buffer.
12089
12090 2013-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
12091
12092 * subr.el (undefined): Add missing behavior from the C code for
12093 unbound keys.
12094
12095 * rect.el: Use lexical-binding. Add new rectangular region support.
12096 (rectangle-mark): New command.
12097 (rectangle--region): New var.
12098 (deactivate-mark-hook): Reset rectangle--region.
12099 (rectangle--extract-region, rectangle--insert-for-yank)
12100 (rectangle--highlight-for-redisplay)
12101 (rectangle--unhighlight-for-redisplay): New functions.
12102 (region-extract-function, redisplay-unhighlight-region-function)
12103 (redisplay-highlight-region-function): Use them to handle
12104 rectangular region.
12105 * simple.el (region-extract-function): New var.
12106 (delete-backward-char, delete-forward-char, deactivate-mark): Use it.
12107 (kill-new, kill-append): Remove obsolete `yank-handler' argument.
12108 (kill-region): Replace obsolete `yank-handler' arg with `region'.
12109 (copy-region-as-kill, kill-ring-save): Add `region' argument.
12110 (redisplay-unhighlight-region-function)
12111 (redisplay-highlight-region-function): New vars.
12112 (redisplay--update-region-highlight): New function.
12113 (pre-redisplay-function): Use it.
12114 (exchange-point-and-mark): Don't deactivate the mark before
12115 reactivate-it anyway.
12116 * comint.el (comint-kill-region): Remove yank-handler argument.
12117 * delsel.el (delete-backward-char, backward-delete-char-untabify)
12118 (delete-char): Remove property, since it's now part of their
12119 default behavior.
12120 (self-insert-iso): Remove property since this command doesn't exist.
12121
12122 * emacs-lisp/package.el (package--download-one-archive)
12123 (describe-package-1): Don't query the user about final newline.
12124
12125 2013-10-29 Daniel Colascione <dancol@dancol.org>
12126
12127 * net/tramp.el (tramp-methods): Document new functionality.
12128 * net/tramp-sh.el (tramp-compute-multi-hops): Punt to
12129 tramp-hostname-checker if method provides one instead of scanning
12130 argument list for "%h" to decide hostname acceptability.
12131
12132 2013-10-28 Michael Albinus <michael.albinus@gmx.de>
12133
12134 * net/tramp-sh.el (tramp-sh-handle-copy-directory):
12135 * net/tramp-smb.el (tramp-smb-handle-copy-directory):
12136 Handle COPY-CONTENTS. (Bug#15737)
12137
12138 2013-10-28 Daiki Ueno <ueno@gnu.org>
12139
12140 * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
12141 Document that this option has no effect with GnuPG 2.0 (bug#15552).
12142
12143 2013-10-27 Xue Fuqiao <xfq.free@gmail.com>
12144
12145 * image.el (defimage, image-load-path): Doc fixes.
12146
12147 2013-10-27 Alan Mackenzie <acm@muc.de>
12148
12149 Indent statements in macros following "##" correctly.
12150 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
12151 Modify the "#" arm of a cond form to handle "#" and "##" operators.
12152
12153 2013-10-27 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
12154
12155 * linum.el (linum-update-window): Fix boundary test (bug#13446).
12156
12157 2013-10-27 Dmitry Gutov <dgutov@yandex.ru>
12158
12159 * progmodes/ruby-mode.el (ruby-smie--bosp): Anything that goes
12160 after `=' is probably a new expression.
12161
12162 2013-10-27 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
12163
12164 * man.el (man-imenu-title): New option.
12165 (Man-mode-map): Add menu. (Bug#15722)
12166 (Man-mode): Add imenu to menu.
12167
12168 2013-10-26 Dmitry Gutov <dgutov@yandex.ru>
12169
12170 * progmodes/ruby-mode.el (ruby-smie--args-separator-p): Be more
12171 specific in what the first arg can be: a non-keyword word,
12172 string/regexp/percent literal opener, opening paren, or unary
12173 operator followed directly by word.
12174
12175 2013-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
12176
12177 * progmodes/prolog.el: Remove old indent; use post-self-insert-hook.
12178 (prolog-align-comments-flag, prolog-indent-mline-comments-flag)
12179 (prolog-object-end-to-0-flag, prolog-electric-newline-flag)
12180 (prolog-electric-tab-flag, prolog-use-prolog-tokenizer-flag):
12181 Remove vars, they do not apply any more.
12182 (prolog-mode-abbrev-table): Remove redundant declaration.
12183 (prolog-upper-case-string, prolog-lower-case-string): Remove.
12184 (prolog-use-smie): Remove.
12185 (prolog-smie-rules): Add indentation rule for the if-then-else layout
12186 supported by prolog-electric-if-then-else-flag.
12187 (prolog-mode-variables, prolog-menu): Use setq-local.
12188 (prolog-mode-keybindings-edit): Don't rebind M-C-p and M-C-n.
12189 Remove binding to `Backspace' since this key doesn't exist anyway.
12190 Remove bindings for electric self-inserting keys.
12191 (prog-mode): Assume it's defined.
12192 (prolog-post-self-insert): New function.
12193 (prolog-mode): Use it.
12194 (prolog-indent-line, prolog-indent-level)
12195 (prolog-find-indent-of-matching-paren)
12196 (prolog-indentation-level-of-line, prolog-goto-comment-column)
12197 (prolog-paren-is-the-first-on-line-p, prolog-region-paren-balance)
12198 (prolog-goto-next-paren, prolog-in-string-or-comment)
12199 (prolog-tokenize, prolog-inside-mline-comment)
12200 (prolog-find-start-of-mline-comment): Remove functions.
12201 (prolog-find-unmatched-paren, prolog-clause-end)
12202 (prolog-guess-fill-prefix, prolog-get-predspec): Use syntax-ppss.
12203 (prolog-electric--if-then-else): Rename from
12204 prolog-insert-spaces-after-paren; use prolog-electric-if-then-else-flag.
12205 (prolog-tokenize-searchkey): Remove const.
12206 (prolog-clause-info): Use forward-sexp.
12207 (prolog-forward-list, prolog-backward-list, prolog-electric-delete)
12208 (prolog-electric-if-then-else): Remove commands.
12209 (prolog-electric--colon): Rename from prolog-electric-colon; adapt it
12210 for use in post-self-insert-hook.
12211 (prolog-electric--dash): Rename from prolog-electric-dash; adapt it
12212 for use in post-self-insert-hook.
12213 (prolog-electric--dot): Rename from prolog-electric-dot; adapt it
12214 for use in post-self-insert-hook.
12215 (prolog-electric--underscore): Rename from prolog-electric--underscore;
12216 adapt it for use in post-self-insert-hook.
12217
12218 2013-10-25 Michael Albinus <michael.albinus@gmx.de>
12219
12220 * emacs-lisp/ert.el (ert-run-tests-interactively):
12221 Use `completing-read'. (Bug#9756)
12222
12223 2013-10-25 Eli Zaretskii <eliz@gnu.org>
12224
12225 * simple.el (line-move): Call line-move-1 instead of
12226 line-move-visual when the current window hscroll is zero, but
12227 temporary-goal-column indicates we will need to hscroll as result
12228 of the movement. (Bug#15712)
12229
12230 2013-10-25 Dmitry Gutov <dgutov@yandex.ru>
12231
12232 * progmodes/ruby-mode.el (ruby-mode-menu): Use proper
12233 capitalization. Use :visible instead of :active.
12234 Fix `ruby-indent-exp' reference. Add menu items for the generic
12235 commands that are used with SMIE.
12236 (ruby-do-end-to-brace): Insert space after `{'.
12237
12238 2013-10-25 John Anthony <john@jo.hnanthony.com>
12239
12240 * progmodes/ruby-mode.el (ruby-mode-menu): Add a menu. (Bug#15600)
12241
12242 * progmodes/inf-lisp.el (inferior-lisp-menu): Add a menu. (Bug#15599)
12243
12244 2013-10-25 Glenn Morris <rgm@gnu.org>
12245
12246 * vc/vc.el (vc-print-log): Don't use a working revision unless
12247 one was explicitly specified. (Bug#15322)
12248
12249 2013-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
12250
12251 * subr.el (add-to-list): Preserve return value in compiler-macro
12252 (bug#15692).
12253
12254 2013-10-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
12255
12256 * progmodes/octave.el (octave-lookfor): Handle empty lookfor
12257 result. Ask user to retry using '-all' flag. (Bug#15701)
12258
12259 2013-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
12260
12261 * emacs-lisp/smie.el: New smie-config system.
12262 (smie-config): New defcustom.
12263 (smie-edebug, smie-config-show-indent, smie-config-set-indent)
12264 (smie-config-guess, smie-config-save): New commands.
12265 (smie-config--mode-local, smie-config--buffer-local)
12266 (smie-config--trace, smie-config--modefuns): New vars.
12267 (smie-config--advice, smie-config--mode-hook)
12268 (smie-config--setter, smie-config-local, smie-config--get-trace)
12269 (smie-config--guess-value, smie-config--guess): New functions.
12270 (smie-indent-forward-token, smie-indent-backward-token): Don't copy
12271 text properties. Treat "string fence" syntax like string syntax.
12272
12273 * progmodes/sh-script.el (sh-use-smie): Change default.
12274 (sh-smie-sh-rules, sh-smie-rc-rules): Obey legacy sh-indent-* vars.
12275 (sh-var-value): Simplify by CSE.
12276 (sh-show-indent, sh-set-indent, sh-learn-line-indent)
12277 (sh-learn-buffer-indent): Redirect to their SMIE equivalent when SMIE
12278 is used.
12279 (sh-guess-basic-offset): Use cl-incf.
12280 (sh-guess-basic-offset): Use push+nreverse to avoid O(n^2).
12281
12282 2013-10-24 Helmut Eller <eller.helmut@gmail.com>
12283
12284 * emacs-lisp/lisp-mode.el (lisp-cl-font-lock-keywords-2): Fix cut&paste
12285 (bug#15699).
12286
12287 2013-10-24 Glenn Morris <rgm@gnu.org>
12288
12289 * Makefile.in (abs_top_srcdir): Remove.
12290 (update-subdirs): Use relative path to update-subdirs.
12291
12292 2013-10-24 Eli Zaretskii <eliz@gnu.org>
12293
12294 * Makefile.in ($(MH_E_DIR)/mh-loaddefs.el)
12295 ($(TRAMP_DIR)/tramp-loaddefs.el, $(CAL_DIR)/cal-loaddefs.el)
12296 ($(CAL_DIR)/diary-loaddefs.el, $(CAL_DIR)/hol-loaddefs.el):
12297 Call unmsys--file-name before expand-file-name, not after it.
12298
12299 2013-10-24 Michael Albinus <michael.albinus@gmx.de>
12300
12301 * emacs-lisp/ert.el (ert-deftest): Bind macro `skip-unless'.
12302 (ert-test-skipped): New error.
12303 (ert-skip, ert-stats-skipped): New defuns.
12304 (ert--skip-unless): New macro.
12305 (ert-test-skipped): New struct.
12306 (ert--run-test-debugger, ert-test-result-type-p)
12307 (ert-test-result-expected-p, ert--stats, ert-stats-completed)
12308 (ert--stats-set-test-and-result, ert-char-for-test-result)
12309 (ert-string-for-test-result, ert-run-tests-batch)
12310 (ert--results-update-ewoc-hf, ert-run-tests-interactively):
12311 Handle skipped tests. (Bug#9803)
12312
12313 2013-10-24 Glenn Morris <rgm@gnu.org>
12314
12315 * Makefile.in (check-declare): Remove unnecessary path in -l argument.
12316
12317 * Makefile.in (abs_top_srcdir): New, set by configure.
12318 (update-subdirs): Correct build-aux location.
12319
12320 2013-10-24 Dmitry Gutov <dgutov@yandex.ru>
12321
12322 * vc/vc.el (vc-print-root-log): Always set `default-directory'
12323 value, whether we could auto-deduce `backend', or not.
12324
12325 * progmodes/ruby-mode.el (ruby-smie-rules): Fix the "curly block
12326 with parameters" example. Simplify the "is it block or is it
12327 hash" check, but also make it more thorough.
12328
12329 2013-10-23 Masashi Fujimoto <masfj.dev@gmail.com> (tiny change)
12330
12331 * battery.el (battery-pmset): Handle OS X Mavericks. (Bug#15694)
12332
12333 2013-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
12334
12335 * progmodes/ruby-mode.el (ruby-smie-rules): Only align with parent of
12336 { if it is hanging.
12337
12338 * progmodes/ruby-mode.el (ruby-smie-rules): Don't return 0 for
12339 :before ";".
12340
12341 2013-10-23 Jed Brown <jed@59A2.org> (tiny change)
12342
12343 * progmodes/compile.el (compilation-directory-matcher)
12344 (compilation-page-delimiter):
12345 Support GNU Make-4.0 directory quoting. (Bug#15678)
12346
12347 2013-10-23 Leo Liu <sdl.web@gmail.com>
12348
12349 * ido.el (ido-tidy): Handle read-only text.
12350
12351 2013-10-23 Glenn Morris <rgm@gnu.org>
12352
12353 * Makefile.in (abs_srcdir, abs_lisp): New, set by configure.
12354 (emacs, compile, compile-always):
12355 Quote entities that might contain whitespace.
12356 (custom-deps, finder-data, autoloads): Use abs_lisp.
12357 ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
12358 ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
12359 ($(CAL_DIR)/hol-loaddefs.el): Manually expand target file name.
12360
12361 2013-10-23 Dmitry Gutov <dgutov@yandex.ru>
12362
12363 * progmodes/ruby-mode.el (ruby-smie--at-dot-call):
12364 Use `following-char'.
12365
12366 2013-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
12367
12368 * emacs-lisp/smie.el (smie-rule-parent): Fix opener-test.
12369 * progmodes/ruby-mode.el (ruby-smie-rules):
12370 Remove corresponding workaround. Fix indentation rule of ";" so it
12371 also applies when ";" is the parent.
12372
12373 2013-10-22 Xue Fuqiao <xfq.free@gmail.com>
12374
12375 * frame.el (display-screens, display-pixel-height)
12376 (display-pixel-width, display-mm-width, display-backing-store)
12377 (display-save-under, display-planes, display-color-cells)
12378 (display-visual-class, display-monitor-attributes-list):
12379 Mention the optional ‘display’ argument in doc strings.
12380
12381 2013-10-22 Michael Gauland <mikelygee@amuri.net>
12382
12383 * progmodes/ebnf2ps.el (ebnf-prologue): Avoid PS error with some
12384 viewers such as evince when ebnf-production-name-p is nil. (Bug#15625)
12385
12386 2013-10-21 Dmitry Gutov <dgutov@yandex.ru>
12387
12388 * progmodes/ruby-mode.el (ruby-smie-grammar): Remove outdated
12389 TODO. Add "." after " @ ".
12390 (ruby-smie--at-dot-call): New function. Checks if point at method
12391 call with explicit target.
12392 (ruby-smie--forward-token, ruby-smie--backward-token): Prepend "."
12393 to the method name tokens when it precedes them.
12394 (ruby-smie--backward-id, ruby-smie--forward-id): Remove.
12395 (ruby-smie-rules): Add rule for indentation before and after "."
12396 token.
12397
12398 2013-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
12399
12400 * textmodes/remember.el (remember-diary-extract-entries):
12401 Avoid add-to-list.
12402
12403 * progmodes/ruby-mode.el (ruby-smie-rules): Indent after + used as
12404 an instruction.
12405
12406 2013-10-21 Dmitry Gutov <dgutov@yandex.ru>
12407
12408 * progmodes/ruby-mode.el (ruby-smie-grammar):
12409 Add (almost) all infix operators.
12410 (ruby-smie--implicit-semi-p): Add new operator chars.
12411
12412 * progmodes/ruby-mode.el (ruby-mode-map): Add binding for
12413 `smie-down-list'.
12414 (ruby-smie--args-separator-p): Check that there's no newline
12415 between method call and its arguments.
12416
12417 2013-10-20 Alan Mackenzie <acm@muc.de>
12418
12419 Allow comma separated lists after Java "implements".
12420
12421 * progmodes/cc-engine.el (c-backward-over-enum-header):
12422 Parse commas.
12423 * progmodes/cc-fonts.el (c-basic-matchers-after): Remove comma
12424 from a "disallowed" list in enum fontification.
12425
12426 2013-10-20 Johan Bockgård <bojohan@gnu.org>
12427
12428 * startup.el (default-frame-background-mode): Remove unused defvar.
12429
12430 * progmodes/verilog-mode.el (verilog-mode): Don't set
12431 comment-indent-function globally.
12432
12433 2013-10-20 Jan Djärv <jan.h.d@swipnet.se>
12434
12435 * menu-bar.el: Put help-menu in menu-bar-final-items unconditionally.
12436 Move Info menu item creation to ns-win.el.
12437
12438 * term/ns-win.el (ns-initialize-window-system): Rename Help to Info
12439 in menu bar.
12440
12441 * menu-bar.el: Move GNUstep specific menus...
12442
12443 * term/ns-win.el (ns-initialize-window-system): ... to here.
12444
12445 2013-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
12446
12447 * simple.el (newline): Only run post-self-insert-hook when
12448 called interactively.
12449
12450 2013-10-19 Johan Bockgård <bojohan@gnu.org>
12451
12452 * icomplete.el (icomplete-with-completion-tables): Add :version.
12453
12454 2013-10-19 Alan Mackenzie <acm@muc.de>
12455
12456 Fix fontification bugs with constructors and const.
12457
12458 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): (Just after
12459 CASE 2) Remove the check for the absence of a suffix construct
12460 after a function declaration with only types (no identifiers) in
12461 the parentheses. Also, accept a function declaration with just a
12462 type inside the parentheses, if this type can be positively
12463 recognised as such, or if a prefix keyword like "explicit" nails
12464 down the construct as a declaration.
12465
12466 2013-10-19 Eli Zaretskii <eliz@gnu.org>
12467
12468 * menu-bar.el (tty-menu-navigation-map): Bind mouse-N to perform
12469 TTY menu actions and down-mouse-N to tty-menu-ignore. This solves
12470 the problem whereby selecting a menu item that leads to a
12471 minibuffer prompt moves the cursor out of the minibuffer window,
12472 making it hard to type at the prompt. Suggested by Stefan Monnier
12473 <monnier@iro.umontreal.ca>.
12474
12475 2013-10-19 Jan Djärv <jan.h.d@swipnet.se>
12476
12477 * menu-bar.el: Don't make Services menu.
12478
12479 2013-10-19 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
12480
12481 * ffap.el: Handle "/usr/include/c++/<version>" directories.
12482 (ffap-alist): Use ffap-c++-mode for c++-mode.
12483 (ffap-c++-path): New variable.
12484 (ffap-c++-mode): New function.
12485
12486 2013-10-19 Joe Vornehm Jr. <joe.vornehm@gmail.com> (tiny change)
12487
12488 * ido.el (dired-other-frame): Only list directories. (Bug#15638)
12489
12490 2013-10-18 Michael Albinus <michael.albinus@gmx.de>
12491
12492 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Fix an error
12493 introduced on 2013-09-08, which results in an infinite loop
12494 requesting a password.
12495
12496 2013-10-18 Glenn Morris <rgm@gnu.org>
12497
12498 * progmodes/verilog-mode.el (verilog-case-fold): Add :version.
12499
12500 2013-10-18 Wilson Snyder <wsnyder@wsnyder.org>
12501
12502 Sync with upstream verilog-mode revision 1a6ecec7.
12503 * progmodes/verilog-mode.el (verilog-mode-version): Update.
12504 (verilog-mode-release-date): Remove.
12505 (verilog-highlight-grouping-keywords, verilog-active-low-regexp)
12506 (verilog-auto-inst-param-value, verilog-auto-input-ignore-regexp)
12507 (verilog-auto-inout-ignore-regexp, verilog-auto-output-ignore-regexp)
12508 (verilog-auto-tieoff-ignore-regexp)
12509 (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp)
12510 (verilog-scan-cache-preserving, verilog-mode, verilog-at-struct-p)
12511 (verilog-signals-with, verilog-dir-cache-preserving)
12512 (verilog-auto-inst, verilog-auto-inout-param, verilog-auto):
12513 Doc fixes.
12514 (verilog-case-fold): New option, to control case folding in
12515 regexp searches, bug597.
12516 (verilog-menu): Add verilog-sk-uvm-component, minor tweaks.
12517 (verilog-string-match-fold, verilog-in-paren-count)
12518 (verilog-in-struct-nested-p, verilog-at-struct-mv-p)
12519 (verilog-at-close-struct-p): New functions.
12520 (verilog-beg-block-re-ordered, verilog-extended-case-re)
12521 (verilog-forward-sexp, verilog-set-auto-endcomments)
12522 (verilog-leap-to-case-head): Handle "unique0" case.
12523 (verilog-in-constraint-re): New constant.
12524 (verilog-keywords, verilog-type-font-keywords):
12525 Add some SystemVerilog 1800-2012 keywords.
12526 (verilog-label-be): Remove unimplemented argument, bug669.
12527 (verilog-batch-execute-func): When batch expanding clear
12528 create-lockfiles to prevent spurious user locks when a file ends
12529 up not changing.
12530 (verilog-calculate-indent, verilog-calc-1)
12531 (verilog-at-close-constraint-p, verilog-at-constraint-p)
12532 (verilog-do-indent): Fix indentation of nested constraints
12533 and structures.
12534 (verilog-sig-tieoff, verilog-typedef-name-p, verilog-auto-inst)
12535 (verilog-auto-inst-param): Use verilog-string-match-fold.
12536 (verilog-read-inst-module-matcher):
12537 Fix AUTOINST on gate primitives with #1.
12538 (verilog-read-decls): Fix double-declaring user-defined typed signals.
12539 Reads all user-defined typed variables.
12540 (verilog-read-defines): Fix reading definitions inside comments, bug647.
12541 (verilog-signals-matching-regexp)
12542 (verilog-signals-not-matching-regexp, verilog-auto):
12543 Respect verilog-case-fold.
12544 (verilog-diff-report): Fix line count.
12545 (verilog-auto-assign-modport): Remove unused local `modi'.
12546 (verilog-auto-inst-port): Support [][] in AUTO_TEMPLATE to
12547 better handle multidimensional arrays.
12548 Fix packed array ports misadding bit index in AUTOINST, bug637.
12549 (verilog-auto-output, verilog-auto-input): Fix AUTOINPUT and AUTOOUTPUT
12550 to not double-declare existing outputs and inputs, respectively.
12551 (verilog-template-map): Bind U to verilog-sk-uvm-component.
12552 (verilog-sk-uvm-object): Rename from verilog-sk-uvm-class.
12553 (verilog-sk-uvm-component): New skeleton.
12554 (verilog-submit-bug-report): Add verilog-case-fold,
12555 remove verilog-mode-release-date.
12556
12557 2013-10-17 Barry O'Reilly <gundaetiapo@gmail.com>
12558
12559 * subr.el (sit-for): Call (input-pending-p t) so as to behave
12560 as before.
12561
12562 2013-10-18 Reuben Thomas <rrt@sc3d.org>
12563
12564 * textmodes/remember.el (remember): Set buffer-offer-save in
12565 remember buffers (bug#13566).
12566
12567 2013-10-18 Daniel Colascione <dancol@dancol.org>
12568
12569 When evaluating forms in ielm, direct standard output to ielm
12570 buffer. Add new ielm-return-for-effect command. Remove trailing
12571 whitespace throughout.
12572
12573 * ielm.el (ielm-map): Bind M-RET to ielm-return-for-effect.
12574 (ielm-return-for-effect): New command.
12575 (ielm-send-input): Accept optional `for-effect' parameter.
12576 (ielm-eval-input): Accept optional `for-effect' parameter.
12577 Bind `standard-output' to stream we create using
12578 `ielm-standard-output-impl'. Suppress printing result when
12579 `for-effect'.
12580 (ielm-standard-output-impl): New function.
12581 (inferior-emacs-lisp-mode): Explain new features in documentation.
12582
12583 2013-10-17 Michael Albinus <michael.albinus@gmx.de>
12584
12585 Code cleanup.
12586
12587 * net/tramp.el (tramp-debug-message): Do not check for connection
12588 buffer.
12589 (tramp-message): Use "vector" connection property.
12590
12591 * net/tramp.el (tramp-rfn-eshadow-update-overlay)
12592 (tramp-equal-remote, tramp-eshell-directory-change)
12593 * net/tramp-adb.el (tramp-adb-handle-copy-file)
12594 (tramp-adb-handle-rename-file)
12595 * net/tramp-cmds.el (tramp-list-remote-buffers)
12596 (tramp-cleanup-connection, tramp-cleanup-this-connection)
12597 * net/tramp-compat.el (tramp-compat-process-running-p)
12598 * net/tramp-ftp.el (tramp-ftp-file-name-handler)
12599 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file)
12600 (tramp-gvfs-handle-rename-file)
12601 * net/tramp-sh.el (tramp-sh-handle-set-file-times)
12602 (tramp-set-file-uid-gid)
12603 * net/tramp-smb.el (tramp-smb-handle-copy-file)
12604 (tramp-smb-handle-rename-file): Use `tramp-tramp-file-p' instead
12605 of `file-remote-p'.
12606
12607 * net/tramp.el (tramp-connectable-p, tramp-handle-file-remote-p)
12608 * net/tramp-gw.el (tramp-gw-gw-proc-sentinel)
12609 (tramp-gw-aux-proc-sentinel, tramp-gw-process-filter)
12610 (tramp-gw-open-network-stream): Suppress unrelated traces.
12611
12612 * net/tramp-adb.el (tramp-adb-maybe-open-connection)
12613 * net/tramp-gvfs.el (tramp-gvfs-handle-file-notify-add-watch)
12614 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
12615 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Set "vector"
12616 connection property.
12617
12618 * net/tramp-cache.el (top): Suppress traces when reading
12619 persistency file.
12620
12621 * net/tramp-sh.el (tramp-sh-handle-file-notify-add-watch):
12622 Refactor common code. Improve debug message.
12623 (tramp-maybe-open-connection)
12624 * net/tramp-smb.el (tramp-smb-call-winexe): Do not request
12625 connection buffer too early.
12626
12627 * net/tramp-smb.el (tramp-smb-actions-get-acl): New defconst, renamed
12628 from `tramp-smb-actions-with-acl'.
12629 (tramp-smb-actions-set-acl): New defconst.
12630 (tramp-smb-handle-copy-directory)
12631 (tramp-smb-action-get-acl): New defun, renamed from
12632 `tramp-smb-action-with-acl'.
12633 (tramp-smb-action-set-acl): New defun.
12634 (tramp-smb-handle-set-file-acl): Rewrite.
12635
12636 2013-10-17 Glenn Morris <rgm@gnu.org>
12637
12638 * indent.el (indent-rigidly): Fix 2013-10-08 change. (Bug#15635)
12639
12640 2013-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
12641
12642 * skeleton.el (skeleton-newline): Remove.
12643 (skeleton-internal-1): Use (insert "\n") instead.
12644
12645 * emacs-lisp/lisp.el (lisp-completion-at-point): Complete var names for
12646 let-bindings.
12647
12648 * progmodes/sh-script.el (sh-find-prev-matching): Disable SMIE's
12649 forward-sexp-function while we redo its job (bug#15613).
12650
12651 2013-10-17 Jay Belanger <jay.p.belanger@gmail.com>
12652
12653 * calc/calc-comb.el (math-prime-test): Don't assume large integers are
12654 represented by lists.
12655
12656 2013-10-16 Glenn Morris <rgm@gnu.org>
12657
12658 * tmm.el (tmm--history): New dynamic variable.
12659 (tmm-prompt): Use tmm--history in place of `history'. (Bug#15623)
12660
12661 2013-10-16 Michael Albinus <michael.albinus@gmx.de>
12662
12663 * net/tramp-smb.el (tramp-smb-acl-program): New customer option.
12664 (tramp-smb-errors): Add error messages.
12665 (tramp-smb-actions-with-acl): New defconst.
12666 (tramp-smb-file-name-handler-alist) <set-file-acl>: Add handler.
12667 (tramp-smb-action-with-acl, tramp-smb-handle-set-file-acl): New defuns.
12668 (tramp-smb-handle-file-acl): Rewrite, using "smbcacls".
12669 (tramp-smb-handle-file-attributes): Simplify test for "stat" capability.
12670 (tramp-smb-get-stat-capability): Fix tests.
12671
12672 2013-10-16 Dima Kogan <dima@secretsauce.net> (tiny change)
12673
12674 * progmodes/subword.el (subword-capitalize): Fix Stefan's mess
12675 (bug#15580).
12676
12677 2013-10-16 Glenn Morris <rgm@gnu.org>
12678
12679 * ansi-color.el (ansi-color-drop-regexp):
12680 Add 1J, 1K, 2K. (Bug#15617)
12681
12682 * files.el (hack-local-variables--warned-lexical): New.
12683 (hack-local-variables):
12684 Warn about misplaced lexical-binding. (Bug#15616)
12685
12686 * net/eww.el (eww-render): Always set eww-current-url,
12687 and update header line. (Bug#15622)
12688 (eww-display-html): ... Rather than just doing it here.
12689
12690 2013-10-15 Eli Zaretskii <eliz@gnu.org>
12691
12692 * menu-bar.el (tty-menu-navigation-map): Bind mouse wheels to TTY
12693 menu navigations commands.
12694
12695 2013-10-14 Dima Kogan <dima@secretsauce.net> (tiny change)
12696
12697 * progmodes/subword.el (subword-capitalize): Be careful when
12698 the search for [[:alpha:]] fails (bug#15580).
12699
12700 2013-10-14 Eli Zaretskii <eliz@gnu.org>
12701
12702 * menu-bar.el (tty-menu-navigation-map): Bind shifted mouse clicks
12703 to commands that scroll the menu.
12704
12705 2013-10-14 Dmitry Gutov <dgutov@yandex.ru>
12706
12707 * progmodes/ruby-mode.el (ruby-smie--args-separator-p):
12708 Handle methods ending with `?' and `!'.
12709
12710 2013-10-14 Akinori MUSHA <knu@iDaemons.org>
12711
12712 * progmodes/ruby-mode.el (ruby-encoding-map): Add a mapping from
12713 `japanese-cp932' to `cp932' to fix the problem where saving a
12714 source file written in Shift_JIS twice would end up having
12715 `coding: japanese-cp932' which Ruby could not recognize.
12716 (ruby-mode-set-encoding): Add support for encodings mapped to nil
12717 in `ruby-encoding-map'.
12718 (ruby-encoding-map): Map `us-ascii' to nil by default, meaning it
12719 doesn't need to be explicitly declared in magic comment.
12720 (ruby-encoding-map): Add type declaration for better customize UI.
12721
12722 2013-10-13 Glenn Morris <rgm@gnu.org>
12723
12724 * progmodes/sh-script.el (sh-mark-line, sh-learn-buffer-indent):
12725 Occur buffers are read-only. http://bugs.debian.org/720775
12726
12727 * emacs-lisp/authors.el (authors-fixed-entries):
12728 Comment out old alpha stuff.
12729
12730 2013-10-13 Dmitry Gutov <dgutov@yandex.ru>
12731
12732 * progmodes/ruby-mode.el (ruby-mode): Add `ruby-mode-set-encoding'
12733 to `after-save-hook' instead of `before-save-hook'.
12734 (ruby-mode-set-encoding): Use the value of coding system used to
12735 write the file. Call `basic-save-buffer-1' after modifying the
12736 buffer.
12737
12738 2013-10-13 Alan Mackenzie <acm@muc.de>
12739
12740 Fix indentation/fontification of Java enum with
12741 "implements"/generic.
12742
12743 * progmodes/cc-engine.el (c-backward-over-enum-header):
12744 Extracted from the three other places and enhanced to handle generics.
12745 (c-inside-bracelist-p): Uses new function above.
12746 * progmodes/cc-fonts.el (c-font-lock-declarations): Uses new
12747 function above.
12748 (c-font-lock-enum-tail): Uses new function above.
12749
12750 2013-10-13 Kenichi Handa <handa@gnu.org>
12751
12752 * international/mule-cmds.el (select-safe-coding-system): Remove a
12753 superfluous condition in chekcing whether a coding system is safe
12754 or not.
12755
12756 2013-10-13 Oleh Krehel <ohwoeowho@gmail.com>
12757
12758 * replace.el (how-many): Fix rstart and !rend case. (Bug#15589)
12759
12760 2013-10-13 Andreas Politz <politza@hochschule-trier.de>
12761
12762 * progmodes/sql.el (sql-add-product): Fix paren typo. (Bug#15435)
12763
12764 2013-10-13 Glenn Morris <rgm@gnu.org>
12765
12766 * menu-bar.el (menu-bar-update-buffers):
12767 Unify Buffers menu prompt string. (Bug#15576)
12768
12769 * face-remap.el (text-scale-adjust): Doc fix. (Bug#15434)
12770
12771 * emacs-lisp/authors.el (authors-aliases, authors-ignored-files):
12772 Add some entries.
12773 (authors-fixed-entries): Use accented form of name.
12774
12775 2013-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
12776
12777 * progmodes/ruby-mode.el (ruby-smie-grammar): Add rule for paren-free
12778 method calls (bug#15594).
12779 (ruby-smie--args-separator-p): New function.
12780 (ruby-smie--forward-token, ruby-smie--backward-token): Use it to
12781 recognize paren-free method calls.
12782
12783 * isearch.el (isearch-pre-command-hook): Don't build in knowledge about
12784 internals of universal-argument.
12785
12786 2013-10-11 Eli Zaretskii <eliz@gnu.org>
12787
12788 * menu-bar.el (tty-menu-navigation-map): Remap F10 to tty-menu-exit.
12789 Bind all menu-bar sequences to tty-menu-exit -- this pops down a
12790 dropped menu on second mouse click on the menu bar.
12791
12792 2013-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
12793
12794 * progmodes/sh-script.el: Provide simpl(e|istic) completion.
12795 (explicit-shell-file-name): Declare.
12796 (sh--vars-before-point, sh--cmd-completion-table): New functions.
12797 (sh-completion-at-point-function): New function.
12798 (sh-mode): Use it.
12799 (sh-smie--keyword-p): Remove unused argument.
12800 (sh-smie-sh-backward-token, sh-smie-rc-backward-token): Remove unused
12801 vars.
12802 (sh-set-shell): Always setup SMIE, even if we use the
12803 old indentation code.
12804
12805 2013-10-11 Dmitry Gutov <dgutov@yandex.ru>
12806
12807 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Split the
12808 cases of ? and =.
12809 (ruby-smie-rules): Simplify the "do" rule. The cases when the
12810 predicate would return nil are almost non-existent.
12811 (ruby-smie--redundant-do-p): Include "until" and "for" statements.
12812
12813 * emacs-lisp/smie.el (smie--matching-block-data): Invalidate the
12814 cache also after commands that modify the buffer but don't move
12815 point.
12816
12817 2013-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
12818
12819 * env.el (substitute-env-in-file-name): New function.
12820 (substitute-env-vars): Extend the meaning of the optional arg.
12821
12822 2013-10-10 Eli Zaretskii <eliz@gnu.org>
12823
12824 * term/w32-win.el (dynamic-library-alist): Define separate lists
12825 of GIF DLLs for versions before and after 5.0.0 of giflib.
12826 (Bug#15531)
12827
12828 2013-10-10 João Távora <joaotavora@gmail.com>
12829
12830 * vc/vc.el (vc-diff-build-argument-list-internal): If the file is
12831 not locked, use last revision and current source as
12832 defaults. (Bug#15569)
12833
12834 2013-10-10 Masatake YAMATO <yamato@redhat.com>
12835
12836 * menu-bar.el (menu-bar-open): Don't use popup-menu if
12837 menu-bar is hidden.
12838
12839 2013-10-10 Martin Rudalics <rudalics@gmx.at>
12840
12841 * window.el (pop-to-buffer-same-window): Fix doc-string.
12842 (Bug#15492)
12843
12844 2013-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
12845
12846 * menu-bar.el (tty-menu-navigation-map): Reduce redundancy.
12847
12848 2013-10-10 Andrei Chițu <andrei.chitu1@gmail.com> (tiny change)
12849
12850 * calendar/icalendar.el (icalendar-import-file):
12851 Fix interactive spec. (Bug#15482)
12852
12853 2013-10-10 Glenn Morris <rgm@gnu.org>
12854
12855 * desktop.el (desktop-save): Default to saving in .emacs.d,
12856 since PWD is no longer in desktop-path by default. (Bug#15319)
12857
12858 * menu-bar.el (menu-bar-options-menu): Remove text-mode auto-fill,
12859 now that text mode has a menu with the same entry.
12860 (menu-bar-text-mode-auto-fill): Remove now unused func.
12861 * textmodes/text-mode.el (text-mode-map):
12862 Use auto-fill help text from menu-bar.el.
12863
12864 2013-10-10 John Anthony <john@jo.hnanthony.com>
12865
12866 * textmodes/text-mode.el (text-mode-map): Add a menu. (Bug#15562)
12867
12868 2013-10-09 Juri Linkov <juri@jurta.org>
12869
12870 * isearch.el (isearch-pre-command-hook): Use this-single-command-keys
12871 instead of this-command-keys. Add universal-argument-more and
12872 universal-argument-minus to the list of prefix commands. (Bug#15568)
12873
12874 2013-10-09 Glenn Morris <rgm@gnu.org>
12875
12876 * vc/vc-svn.el (vc-svn-create-repo):
12877 Expand paths in file://... url. (Bug#15446)
12878
12879 * emacs-lisp/authors.el (authors-aliases, authors-fixed-case):
12880 Add some entries.
12881 (authors): Remove unused local variables.
12882
12883 2013-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
12884
12885 * profiler.el: Create a more coherent calltree from partial backtraces.
12886 (profiler-format): Hide the tail with `invisible' so that C-s can still
12887 find the hidden elements.
12888 (profiler-calltree-depth): Don't recurse so enthusiastically.
12889 (profiler-function-equal): New hash-table-test.
12890 (profiler-calltree-build-unified): New function.
12891 (profiler-calltree-build): Use it.
12892 (profiler-report-make-name-part): Indent the calltree less.
12893 (profiler-report-mode): Add visibility specs for profiler-format.
12894 (profiler-report-expand-entry, profiler-report-toggle-entry):
12895 Expand the whole subtree when provided with a prefix arg.
12896
12897 2013-10-09 Dmitry Gutov <dgutov@yandex.ru>
12898
12899 * progmodes/ruby-mode.el (ruby-smie-rules): Indent after hanging
12900 iuwu-mod token.
12901 (ruby-smie--implicit-semi-p): Prohibit implicit semicolon after
12902 hanging iuwu-mod token.
12903 (ruby-smie--forward-token): Do not include a dot after a token in
12904 that token.
12905 (ruby-smie--backward-token): Likewise.
12906
12907 2013-10-08 Juri Linkov <juri@jurta.org>
12908
12909 * isearch.el (isearch-help-map, isearch-mode-map): Don't bind [t]
12910 to isearch-other-control-char.
12911 (isearch-mode): Add isearch-pre-command-hook to pre-command-hook
12912 and isearch-post-command-hook to post-command-hook.
12913 (isearch-done): Remove isearch-pre-command-hook from pre-command-hook
12914 and isearch-post-command-hook from post-command-hook.
12915 (isearch-unread-key-sequence)
12916 (isearch-reread-key-sequence-naturally)
12917 (isearch-lookup-scroll-key, isearch-other-control-char)
12918 (isearch-other-meta-char): Remove functions.
12919 (isearch-pre-command-hook, isearch-post-command-hook):
12920 New functions based on isearch-other-meta-char rewritten
12921 relying on the new behavior of overriding-terminal-local-map
12922 that does not replace the local keymaps any more. (Bug#15200)
12923
12924 2013-10-08 Eli Zaretskii <eliz@gnu.org>
12925
12926 Support menus on text-mode terminals.
12927 * tmm.el (tmm-menubar): Adapt doc string to TTY menus
12928 functionality.
12929
12930 * tooltip.el (tooltip-mode): Don't error out on TTYs.
12931
12932 * menu-bar.el (popup-menu, popup-menu-normalize-position):
12933 Move here from mouse.el.
12934 (popup-menu): Support menu-bar navigation on TTYs using C-f/C-b
12935 and arrow keys.
12936 (tty-menu-navigation-map): New map for TTY menu navigation.
12937
12938 * loadup.el ("tooltip"): Load even if x-show-tip is not available.
12939
12940 * frame.el (display-mouse-p): Report text-mode mouse as available
12941 on w32.
12942 (display-popup-menus-p): Report availability if mouse is
12943 available; don't condition on window-system.
12944
12945 * faces.el (tty-menu-enabled-face, tty-menu-disabled-face)
12946 (tty-menu-selected-face): New faces.
12947
12948 2013-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
12949
12950 * emacs-lisp/lisp-mode.el: Font-lock cl-lib constructs.
12951 (lisp-el-font-lock-keywords, lisp-el-font-lock-keywords-1)
12952 (lisp-el-font-lock-keywords-2, lisp-cl-font-lock-keywords)
12953 (lisp-cl-font-lock-keywords-1, lisp-cl-font-lock-keywords-2):
12954 New constants.
12955 (lisp-mode-variables): New `elisp' argument.
12956 (emacs-lisp-mode): Use it.
12957 * font-lock.el (lisp-font-lock-keywords, lisp-font-lock-keywords-1)
12958 (lisp-font-lock-keywords-2): Move to lisp-mode.el.
12959
12960 * indent.el: Use lexical-binding.
12961 (indent-region): Add progress reporter.
12962 (tab-stop-list): Make it implicitly extend to infinity by repeating the
12963 last step.
12964 (indent--next-tab-stop): New function to implement this behavior.
12965 (tab-to-tab-stop, move-to-tab-stop): Use it.
12966
12967 2013-10-08 Teemu Likonen <tlikonen@iki.fi>
12968
12969 * indent.el (indent-rigidly--current-indentation): New function.
12970 (indent-rigidly-map): New var.
12971 (indent-rigidly): Use it to provide interactive mode (bug#8196).
12972
12973 2013-10-08 Bastien Guerry <bzg@gnu.org>
12974
12975 * register.el (insert-register): Fix 2013-10-07 change.
12976
12977 2013-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
12978
12979 * progmodes/perl-mode.el: Use lexical-binding.
12980 Remove redundant :group args.
12981 (perl-nochange): Change default to be closer to other major modes's
12982 standard behavior.
12983 (perl-indent-line): Don't consider text on current line as a
12984 valid beginning of function from which to indent.
12985
12986 * emacs-lisp/backquote.el (backquote-process): Catch uses of , and ,@
12987 with more than one argument (bug#15538).
12988
12989 * mpc.el (mpc-songs-jump-to): Adjust to different playlist format.
12990
12991 * vc/pcvs.el: Use lexical-binding.
12992 (cvs-temp-buffer, cvs-make-cvs-buffer): Pass some vars in the lexical
12993 environment of `eval'.
12994 (cvs-mode-run, cvs-mode-do): Change `postproc' to be a function rather
12995 than a list of expressions. Adjust callers.
12996 * vc/pcvs-defs.el (cvs-postprocess): Remove, unused.
12997
12998 2013-10-07 Dmitry Gutov <dgutov@yandex.ru>
12999
13000 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Handle the
13001 case of the dot in a chained method call being on the following line.
13002
13003 2013-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
13004
13005 * electric.el (electric-indent-inhibit): New var.
13006 (electric-indent-post-self-insert-function): Use it.
13007 * progmodes/python.el (python-mode): Set it.
13008
13009 * progmodes/ruby-mode.el (ruby-smie-rules): Tweak handling of
13010 open braces.
13011
13012 * emacs-lisp/smie.el (smie-next-sexp): Refine last fix.
13013
13014 * textmodes/css-mode.el (css-smie-rules): Fix indentation (bug#15467).
13015 (css-mode): Use electric-indent-chars.
13016
13017 * nxml/nxml-mode.el: Use lexical-binding and syntax-propertize.
13018 (font-lock-beg, font-lock-end): Move before first use.
13019 (nxml-mode): Use syntax-propertize-function.
13020 (nxml-after-change, nxml-after-change1): Adjust accordingly.
13021 (nxml-extend-after-change-region): Remove.
13022 * nxml/xmltok.el: Use lexical-binding.
13023 (xmltok-save): Use `declare'.
13024 (xmltok-unclosed-reparse-p, xmltok-semi-closed-reparse-p): Remove.
13025 * nxml/nxml-util.el: Use lexical-binding.
13026 (nxml-with-degradation-on-error, nxml-with-invisible-motion):
13027 Use `declare'.
13028 * nxml/nxml-ns.el: Use lexical-binding.
13029 (nxml-ns-save): Use `declare'.
13030 (nxml-ns-prefixes-for): Avoid add-to-list.
13031 * nxml/rng-match.el: Use lexical-binding.
13032 (rng--ipattern): Use cl-defstruct.
13033 (rng-compute-start-tag-open-deriv, rng-compute-start-attribute-deriv)
13034 (rng-cons-group-after, rng-subst-group-after)
13035 (rng-subst-interleave-after, rng-apply-after, rng-compute-data-deriv):
13036 Use closures instead of `(lambda...).
13037
13038 2013-10-07 Michael Albinus <michael.albinus@gmx.de>
13039
13040 * net/tramp.el (tramp-handle-insert-file-contents): Improve handling
13041 of BEG and END.
13042
13043 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
13044 Use `tramp-handle-insert-file-contents'.
13045 (tramp-gvfs-handle-insert-file-contents): Remove function.
13046
13047 * net/tramp-sh.el (tramp-sh-handle-insert-directory):
13048 Use `save-restriction' in order to keep markers.
13049
13050 * net/trampver.el: Update release number.
13051
13052 2013-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
13053
13054 * progmodes/compile.el (compilation-parse-errors):
13055 Use compilation--put-prop.
13056 (compilation--ensure-parse): Check compilation-multiline.
13057
13058 * emacs-lisp/easymenu.el (easy-menu-create-menu): Use closures.
13059
13060 * emacs-lisp/lisp-mode.el (eval-defun-2): Simplify, using
13061 lexical-binding.
13062
13063 * emacs-lisp/tq.el (tq-create): Use a closure instead of `(lambda...).
13064
13065 * progmodes/ruby-mode.el: Fix recently added tests.
13066 (ruby-smie-grammar): Add - and +.
13067 (ruby-smie--redundant-do-p, ruby-smie--forward-id)
13068 (ruby-smie--backward-id): New functions.
13069 (ruby-smie--forward-token, ruby-smie--backward-token): Use them.
13070 (ruby-smie-rules): Handle hanging do. Get rid of hack, not needed
13071 any more.
13072
13073 2013-10-07 Leo Liu <sdl.web@gmail.com>
13074
13075 * register.el (register-preview-delay)
13076 (register-preview-functions): New variables.
13077 (register-read-with-preview, register-preview)
13078 (register-describe-oneline): New functions.
13079 (point-to-register, window-configuration-to-register)
13080 (frame-configuration-to-register, jump-to-register)
13081 (number-to-register, view-register, insert-register)
13082 (copy-to-register, append-to-register, prepend-to-register)
13083 (copy-rectangle-to-register): Use register-read-with-preview to
13084 read register. (Bug#15525)
13085
13086 2013-10-06 Dato Simó <dato@net.com.org.es> (tiny change)
13087
13088 * net/network-stream.el (network-stream-open-starttls): Don't add
13089 --insecure if it's already present, because that gnutls-cli
13090 rejects getting that parameter twice.
13091
13092 2013-10-06 Dmitry Gutov <dgutov@yandex.ru>
13093
13094 * progmodes/ruby-mode.el (ruby-smie-rules): Dedent `ensure'
13095 keyword, too.
13096
13097 2013-10-05 Dmitry Gutov <dgutov@yandex.ru>
13098
13099 * newcomment.el (comment-use-global-state): Change default value
13100 to t, mark obsolete (Bug#15251).
13101 (comment-beginning): In addition to `comment-to-syntax', check the
13102 value of `comment-use-global-state'.
13103
13104 2013-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
13105
13106 * progmodes/ruby-mode.el (ruby-use-smie): Change default.
13107 (ruby-comment-column): Follow the global default, by default.
13108 (ruby-smie-grammar): Add assignment syntax.
13109 (ruby-smie--implicit-semi-p): No implicit semi-colon after an
13110 open-paren, a comma, or a \.
13111 (ruby-smie--forward-token, ruby-smie--backward-token): Handle heredocs,
13112 and line continuations.
13113 (ruby-smie-rules): Adjust handling of open-paren, now that it's never
13114 followed by implicit semi-colons. Add rule for string concatenation
13115 and for indentation at BOB.
13116 (ruby-forward-sexp, ruby-backward-sexp): Adjust for when SMIE is in use.
13117
13118 * emacs-lisp/smie.el (smie-next-sexp): Don't go back to pos before
13119 calling next-sexp, since next-token may have skipped chars which
13120 next-sexp doesn't know should be skipped!
13121
13122 2013-10-05 Leo Liu <sdl.web@gmail.com>
13123
13124 * progmodes/octave.el (octave-send-region):
13125 Call compilation-forget-errors.
13126
13127 2013-10-04 Xue Fuqiao <xfq.free@gmail.com>
13128
13129 * vc/vc-svn.el (vc-svn-find-admin-dir):
13130 * vc/vc-rcs.el (vc-rcs-find-admin-dir):
13131 * vc/vc-mtn.el (vc-mtn-find-admin-dir):
13132 * vc/vc-cvs.el (vc-cvs-find-admin-dir):
13133 * vc/vc-arch.el (vc-arch-find-admin-dir): New functions.
13134
13135 2013-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
13136
13137 * textmodes/css-mode.el (css-smie-rules): Toplevel's a list (bug#15467).
13138
13139 2013-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
13140
13141 * subr.el (read-passwd): Hide chars even when called within a context
13142 where after-change-functions is disabled (bug#15501).
13143 (set-temporary-overlay-map): Don't remove oneself from pre-command-hook
13144 until we removed ourself from overriding-terminal-local-map.
13145
13146 2013-10-04 Leo Liu <sdl.web@gmail.com>
13147
13148 * progmodes/octave.el (inferior-octave-mode):
13149 Call compilation-forget-errors.
13150
13151 2013-10-04 Xue Fuqiao <xfq.free@gmail.com>
13152
13153 * emacs-lisp/syntax.el (syntax-ppss): Doc fix.
13154
13155 2013-10-04 Michael Albinus <michael.albinus@gmx.de>
13156
13157 * net/secrets.el (secrets-create-collection): Add optional
13158 argument ALIAS. Use proper Label keyword. Append ALIAS as
13159 dbus-call-method argument. (Bug#15516)
13160
13161 2013-10-04 Leo Liu <sdl.web@gmail.com>
13162
13163 * progmodes/octave.el (inferior-octave-error-regexp-alist)
13164 (inferior-octave-compilation-font-lock-keywords): New variables.
13165 (compilation-error-regexp-alist)
13166 (compilation-mode-font-lock-keywords): Defvar to pacify compiler.
13167 (inferior-octave-mode): Use compilation-shell-minor-mode.
13168
13169 2013-10-04 Jorgen Schaefer <forcer@forcix.cx>
13170
13171 * minibuffer.el (completion--replace): Be careful that `end' might be
13172 a marker.
13173
13174 2013-10-03 Daiki Ueno <ueno@gnu.org>
13175
13176 Add support for package signature checking.
13177 * emacs-lisp/package.el (url-http-file-exists-p)
13178 (epg-make-context, epg-context-set-home-directory)
13179 (epg-verify-string, epg-context-result-for)
13180 (epg-signature-status, epg-signature-to-string)
13181 (epg-check-configuration, epg-configuration)
13182 (epg-import-keys-from-file): Declare.
13183 (package-check-signature): New user option.
13184 (package-unsigned-archives): New user option.
13185 (package-desc): Add `signed' field.
13186 (package-load-descriptor): Set `signed' field if .signed file exists.
13187 (package--archive-file-exists-p): New function.
13188 (package--check-signature): New function.
13189 (package-install-from-archive): Check package signature.
13190 (package--download-one-archive): Check archive signature.
13191 (package-delete): Remove .signed file.
13192 (package-import-keyring): New command.
13193 (package-refresh-contents): Import default keyring.
13194 (package-desc-status): Add "unsigned" status.
13195 (describe-package-1, package-menu--print-info)
13196 (package-menu-mark-delete, package-menu--find-upgrades)
13197 (package-menu--status-predicate): Support "unsigned" status.
13198
13199 2013-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
13200
13201 * emacs-lisp/cconv.el (cconv-convert, cconv-analyse-form): Adjust for
13202 the new compilation scheme using the new byte-codes.
13203
13204 * emacs-lisp/bytecomp.el (byte-pushcatch, byte-pushconditioncase)
13205 (byte-pophandler): New byte codes.
13206 (byte-goto-ops): Adjust accordingly.
13207 (byte-compile--use-old-handlers): New var.
13208 (byte-compile-catch): Use new byte codes depending on
13209 byte-compile--use-old-handlers.
13210 (byte-compile-condition-case--old): Rename from
13211 byte-compile-condition-case.
13212 (byte-compile-condition-case--new): New function.
13213 (byte-compile-condition-case): New function that dispatches depending
13214 on byte-compile--use-old-handlers.
13215 (byte-compile-unwind-protect): Pass a function to byte-unwind-protect
13216 when we can.
13217
13218 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
13219 Optimize under `condition-case' and `catch' if
13220 byte-compile--use-old-handlers is nil.
13221 (disassemble-offset): Handle new bytecodes.
13222
13223 2013-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
13224
13225 * subr.el (error): Use `declare'.
13226 (decode-char, encode-char): Use advertised-calling-convention instead
13227 of the docstring to discourage use of the `restriction' arg.
13228
13229 2013-10-03 Daiki Ueno <ueno@gnu.org>
13230
13231 * epg.el (epg-verify-file): Add a comment saying that it does not
13232 notify verification error as a return value nor a signal.
13233 (epg-verify-string): Ditto.
13234
13235 2013-10-02 Kevin Rodgers <kevin.d.rodgers@gmail.com>
13236
13237 * progmodes/compile.el (compilation-start): Try globbing the arg to
13238 `cd' (bug#15417).
13239
13240 2013-10-02 Michael Albinus <michael.albinus@gmx.de>
13241
13242 Sync with Tramp 2.2.8.
13243
13244 * net/tramp-cmds.el (tramp-bug, tramp-append-tramp-buffers):
13245 * net/tramp-cache.el (tramp-cache-print): Use `tramp-compat-funcall'.
13246 * net/trampver.el: Update release number.
13247
13248 2013-10-01 Jan Djärv <jan.h.d@swipnet.se>
13249
13250 * term/ns-win.el (ns-initialize-window-system): Set locale-coding-system
13251 and default-process-coding-system for darwin only.
13252
13253 2013-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
13254
13255 * emacs-lisp/package.el (package-desc): Simplify (bug#15495).
13256
13257 2013-10-01 Mitchel Humpherys <mitch.special@gmail.com> (tiny change)
13258
13259 * vc/vc-git.el (vc-git-grep): Disable pager.
13260
13261 2013-10-01 Dmitry Gutov <dgutov@yandex.ru>
13262
13263 * emacs-lisp/package.el (package-buffer-info, describe-package-1):
13264 Use :url instead of :homepage, as per
13265 http://lists.gnu.org/archive/html/emacs-devel/2013-09/msg00622.html
13266
13267 * newcomment.el (comment-beginning): When `comment-use-syntax' is
13268 non-nil, use `syntax-ppss' (Bug#15251).
13269
13270 2013-09-30 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
13271
13272 * progmodes/octave.el (inferior-octave-startup-file):
13273 Prefer ~/.emacs.d/init_octave.m.
13274
13275 2013-09-29 Dmitry Gutov <dgutov@yandex.ru>
13276
13277 * emacs-lisp/package.el (package-desc-from-define):
13278 Accept additional arguments as plist, convert them to an alist and store
13279 them in the `extras' slot.
13280 (package-generate-description-file): Convert extras alist back to
13281 plist and append to the `define-package' form arguments.
13282 (package--alist-to-plist): New function.
13283 (package--ac-desc): Add `extras' slot.
13284 (package--add-to-archive-contents): Check if the archive-contents
13285 vector is long enough, and if it is, pass its `extras' slot value
13286 to `package-desc-create'.
13287 (package-buffer-info): Call `lm-homepage', pass the returned value
13288 to `package-desc-from-define'.
13289 (describe-package-1): Render the homepage button (Bug#13291).
13290
13291 * emacs-lisp/package-x.el (package-upload-buffer-internal):
13292 Pass `extras' slot from `package-desc' to `package-make-ac-desc'.
13293
13294 2013-09-29 Jan Djärv <jan.h.d@swipnet.se>
13295
13296 * term/ns-win.el (ns-initialize-window-system): Set locale-coding-system
13297 and default-process-coding-system to utf-8-unix (Bug#15402).
13298
13299 2013-09-29 Xue Fuqiao <xfq.free@gmail.com>
13300
13301 * subr.el (looking-back): Do not recommend using looking-back.
13302
13303 2013-09-28 Alan Mackenzie <acm@muc.de>
13304
13305 Fix indentation/fontification of Java enum with "implements".
13306
13307 * progmodes/cc-langs.el (c-postfix-decl-spec-key): New variable, a
13308 regexp which matches "implements", etc., in Java.
13309 * progmodes/cc-engine.el (c-inside-bracelist-p): Check for extra
13310 specifier clauses coming after "enum".
13311 * progmodes/cc-fonts.el (c-font-lock-declarations)
13312 (c-font-lock-enum-tail): Check for extra specifier clauses coming
13313 after "enum".
13314
13315 2013-09-28 Jan Djärv <jan.h.d@swipnet.se>
13316
13317 * faces.el (region): Change ns_selection_color to
13318 ns_selection_fg_color, add ns_selection_bg_color.
13319
13320 2013-09-28 Leo Liu <sdl.web@gmail.com>
13321
13322 * progmodes/octave.el (inferior-octave-completion-table)
13323 (inferior-octave-completion-at-point): Minor tweaks.
13324
13325 * textmodes/ispell.el (ispell-lookup-words): Rename from
13326 lookup-words. (Bug#15460)
13327 (lookup-words): Obsolete.
13328 (ispell-complete-word, ispell-command-loop): All uses changed.
13329
13330 2013-09-28 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
13331
13332 * progmodes/octave.el (octave-mode-map): Bind octave-send-buffer.
13333 (octave-mode-menu): Add octave-send-buffer.
13334 (octave-send-buffer): New function.
13335
13336 2013-09-28 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
13337
13338 * progmodes/octave.el (octave-mode-map): Add key binding for
13339 octave-lookfor.
13340 (octave-mode-menu): Add octave-lookfor.
13341 (inferior-octave-mode-map, octave-help-mode-map): Bind C-ha to
13342 octave-lookfor.
13343 (octave-lookfor): New function.
13344
13345 2013-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
13346
13347 * emacs-lisp/cl-macs.el (cl--loop-destr-temps): Remove.
13348 (cl--loop-iterator-function): Rename from cl--loop-map-form and change
13349 its convention.
13350 (cl--loop-set-iterator-function): New function.
13351 (cl-loop): Adjust accordingly, so as not to use cl-subst.
13352 (cl--parse-loop-clause): Adjust all uses of cl--loop-map-form.
13353 Bind `it' with `let' instead of substituting it with `cl-subst'.
13354 (cl--unused-var-p): New function.
13355 (cl--loop-let): Don't use the cl--loop-destr-temps hack any more.
13356 Eliminate some unused variable warnings (bug#15326).
13357
13358 2013-09-27 Tassilo Horn <tsdh@gnu.org>
13359
13360 * doc-view.el (doc-view-scale-reset): Rename from
13361 `doc-view-reset-zoom-level'.
13362 (doc-view-scale-adjust): New command.
13363 (doc-view-mode-map): Remap `text-scale-adjust' bindings to
13364 `doc-view-scale-adjust'.
13365
13366 2013-09-26 Tassilo Horn <tsdh@gnu.org>
13367
13368 * doc-view.el (doc-view-reset-zoom-level): New command.
13369 (doc-view-mode-map): Remap text-scale-adjust bindings to doc-view
13370 zoom commands (bug#15466).
13371
13372 2013-09-26 Kenichi Handa <handa@gnu.org>
13373
13374 * international/quail.el (quail-help): Make it not a command.
13375
13376 2013-09-26 Leo Liu <sdl.web@gmail.com>
13377
13378 * minibuffer.el (completion-all-sorted-completions): Make args
13379 optional as they are.
13380
13381 2013-09-25 Daniel Colascione <dancol@dancol.org>
13382
13383 * emacs-lisp/cl-macs.el (cl-type-spec): Tell edebug what type
13384 specs are and that they're not evaluated.
13385
13386 2013-09-24 Sam Steingold <sds@gnu.org>
13387
13388 * midnight.el (clean-buffer-list-kill-regexps)
13389 (clean-buffer-list-kill-buffer-names): Update for the new Man
13390 buffer naming which includes the object name.
13391
13392 2013-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
13393
13394 * eshell/esh-cmd.el (eshell--sep-terms): New var.
13395 (eshell-parse-command, eshell-parse-pipeline): Use it since
13396 eshell-separate-commands requires a dynamic scoped var.
13397 Reported by Jan Moringen <jmoringe@techfak.uni-bielefeld.de>.
13398
13399 2013-09-23 Leo Liu <sdl.web@gmail.com>
13400
13401 * autoinsert.el (auto-insert-alist): Make the value of
13402 lexical-binding match its file setting.
13403
13404 2013-09-23 Juanma Barranquero <lekktu@gmail.com>
13405
13406 * vc/vc-sccs.el (vc-sccs-search-project-dir): Mark unused argument.
13407
13408 * autoarg.el (autoarg-kp-digit-argument):
13409 * electric.el (Electric-command-loop):
13410 * kmacro.el (kmacro-step-edit-insert):
13411 Do not set universal-argument-num-events.
13412
13413 2013-09-22 Leo Liu <sdl.web@gmail.com>
13414
13415 * files.el (interpreter-mode-alist): Add octave.
13416
13417 2013-09-21 Alan Mackenzie <acm@muc.de>
13418
13419 C++: fontify identifier in declaration following "public:" correctly.
13420 * progmodes/cc-langs.el (c-decl-start-colon-kwd-re): New lang var
13421 to match "public", etc.
13422 (c-decl-prefix-re): Add ":" into the C++ value.
13423 * progmodes/cc-engine.el (c-find-decl-prefix-search): Refactor a
13424 bit. Add a check for a ":" preceded by "public", etc.
13425
13426 2013-09-21 Eli Zaretskii <eliz@gnu.org>
13427
13428 * files.el (auto-mode-alist): Support OBJFILE-gdb.gdb script files
13429 recognized by GDB 7.5 and later.
13430
13431 2013-09-21 Xue Fuqiao <xfq.free@gmail.com>
13432
13433 * vc/vc-dir.el (vc-dir-mode-map): Add keybinding for vc-log-incoming.
13434
13435 2013-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
13436
13437 * subr.el (internal--call-interactively): New const.
13438 (called-interactively-p): Use it (bug#3984).
13439
13440 2013-09-20 Xue Fuqiao <xfq.free@gmail.com>
13441
13442 * vc/pcvs.el (cvs-mode-ignore):
13443 * vc/vc-cvs.el (vc-cvs-ignore, vc-cvs-append-to-ignore):
13444 Rename cvs-append-to-ignore to vc-cvs-append-to-ignore.
13445
13446 2013-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
13447
13448 * eshell/em-ls.el: Use advice. Remove redundant :group keywords.
13449 (eshell-ls-orig-insert-directory): Remove.
13450 (eshell-ls-unload-hook): Not a defcustom any more. Use advice-remove.
13451 (eshell-ls-use-in-dired): Use advice-add/remove.
13452 (eshell-ls--insert-directory): Rename from eshell-ls-insert-directory.
13453 Add `orig-fun' arg for use in :around advice.
13454 Make it check (redundantly) eshell-ls-use-in-dired.
13455
13456 2013-09-19 Glenn Morris <rgm@gnu.org>
13457
13458 * emacs-lisp/cl-macs.el (cl-defsubst): Remove unused local `pbody'.
13459
13460 * simple.el (x-selection-owner-p, x-selection-exists-p): Declare.
13461
13462 * emacs-lisp/eieio.el (class-parent): Undo previous change.
13463
13464 2013-09-19 Michael Albinus <michael.albinus@gmx.de>
13465
13466 * net/tramp-sh.el (tramp-get-remote-id): Do not raise an error.
13467 (tramp-get-remote-uid-with-id, tramp-get-remote-gid-with-id)
13468 (tramp-get-remote-python): New defuns.
13469 (tramp-get-remote-uid-with-perl)
13470 (tramp-get-remote-gid-with-perl): New defuns. Perl code
13471 contributed by yary <not.com@gmail.com> (tiny change).
13472 (tramp-get-remote-uid-with-python)
13473 (tramp-get-remote-gid-with-python): New defuns. Python code
13474 contributed by Andrey Tykhonov <atykhonov@gmail.com> (tiny change).
13475 (tramp-get-remote-uid, tramp-get-remote-gid): Use new defuns.
13476
13477 2013-09-19 Glenn Morris <rgm@gnu.org>
13478
13479 * emacs-lisp/eieio.el (class-parent): Don't use defalias with macros.
13480
13481 * eshell/em-unix.el (eshell-remove-entries):
13482 Rename argument to avoid name-clash with global `top-level'.
13483
13484 * eshell/esh-proc.el (eshell-kill-process-function):
13485 Remove eshell-reset-after-proc from eshell-kill-hook if present.
13486 (eshell-reset-after-proc): Remove unused arg `proc'.
13487
13488 * eshell/esh-util.el (eshell-read-hosts-file): Use `filename' arg.
13489 (directory-files-and-attributes): Mark unused arg.
13490
13491 * eshell/em-unix.el (eshell-remove-entries):
13492 Remove unused arg `path'. Update callers.
13493
13494 * eshell/em-hist.el (eshell-hist-parse-arguments):
13495 Remove unused arg `silent'. Update callers.
13496
13497 * eshell/em-ls.el (eshell-ls-use-in-dired): Use `symbol' arg.
13498 Fix (f)boundp mix-up.
13499
13500 * eshell/em-smart.el (eshell-smart-scroll-window)
13501 (eshell-disable-after-change):
13502 * eshell/em-term.el (eshell-term-sentinel): Mark unused arg.
13503
13504 2013-09-18 Alan Mackenzie <acm@muc.de>
13505
13506 Fix fontification of type when followed by "const".
13507 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Don't exclude
13508 "known" types from fontification.
13509
13510 2013-09-18 Glenn Morris <rgm@gnu.org>
13511
13512 * emacs-lisp/chart.el (x-display-color-cells): Declare.
13513 (chart-face-list): Drop Emacsen without display-color-p.
13514
13515 * net/eww.el (libxml-parse-html-region): Declare.
13516 (eww-display-html): Explicit error if no libxml2 support.
13517
13518 * doc-view.el (doc-view-mode): Silence --without-x compilation.
13519
13520 * image.el (image-type-from-buffer, image-multi-frame-p):
13521 Remove --without-x warning/error.
13522
13523 * mouse.el (mouse-yank-primary):
13524 * term.el (term-mouse-paste):
13525 Reorder to silence --without-x compilation.
13526
13527 * mpc.el (doc-view-mode): Silence --without-x compilation.
13528
13529 * mail/rmailmm.el (rmail-mime-set-bulk-data):
13530 Silence --without-x compilation.
13531
13532 * progmodes/gud.el (gud-find-file, gud-mode):
13533 Silence --without-x compilation.
13534 (tooltip-mode): Declare.
13535
13536 * wdired.el (dired-backup-overwrite): Remove declaration.
13537 (wdired-mode-map): Add doc string.
13538
13539 * custom.el (x-get-resource): Declare.
13540
13541 * eshell/em-glob.el (ange-cache):
13542 * eshell/em-unix.el (ange-cache): Declare.
13543
13544 * faces.el (x-display-list, x-open-connection, x-get-resource):
13545 Declare.
13546
13547 * follow.el (scroll-bar-toolkit-scroll, scroll-bar-drag)
13548 (scroll-bar-scroll-up, scroll-bar-scroll-down, mwheel-scroll):
13549 Declare.
13550
13551 * frame.el (x-display-grayscale-p, x-display-name): Declare.
13552
13553 * net/gnutls.el (gnutls-log-level): Declare.
13554
13555 * net/shr.el (image-size, image-animate): Declare.
13556
13557 * simple.el (font-info): Declare.
13558
13559 * subr.el (x-popup-dialog): Declare.
13560
13561 * term/common-win.el (x-select-enable-primary)
13562 (x-last-selected-text-primary, x-last-selected-text-clipboard):
13563 Declare.
13564
13565 * term/ns-win.el (x-handle-args): Declare.
13566
13567 * term/x-win.el (x-select-enable-clipboard): Declare.
13568
13569 * term/w32-win.el (create-default-fontset): Declare.
13570
13571 * w32-common-fns.el (x-server-version, x-select-enable-clipboard):
13572 Declare.
13573
13574 * window.el (x-display-pixel-height, tool-bar-lines-needed): Declare.
13575 (fit-frame-to-buffer): Explicit error if --without-x.
13576 (mouse-autoselect-window-select): Silence compiler.
13577
13578 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
13579
13580 * eshell/em-cmpl.el (eshell-complete-parse-arguments):
13581 * eshell/em-hist.el (eshell/history, eshell-isearch-backward):
13582 * eshell/em-pred.el (eshell-parse-modifiers, eshell-pred-file-time):
13583 * eshell/esh-util.el (eshell-sublist):
13584 Remove unused local variables.
13585
13586 * eshell/esh-io.el (x-select-enable-clipboard): Declare.
13587
13588 * textmodes/two-column.el: Make 2C-split work for --without-x.
13589 (scroll-bar-columns): Autoload.
13590 (top-level): Require fringe when compiling.
13591
13592 2013-09-18 Leo Liu <sdl.web@gmail.com>
13593
13594 * subr.el (add-hook): Robustify to handle closure as well.
13595
13596 2013-09-17 Glenn Morris <rgm@gnu.org>
13597
13598 * simple.el (messages-buffer-mode-map): Unbind "g".
13599
13600 2013-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
13601
13602 * help-mode.el (help-mode-finish): Use derived-mode-p.
13603 Remove obsolete highlighting.
13604
13605 * play/life.el (life-mode): Use define-derived-mode. Derive from
13606 special-mode.
13607 (life): Let-bind inhibit-read-only.
13608 (life-setup): Avoid `setq'. Use `life-mode'.
13609
13610 * emacs-lisp/package.el (package-generate-autoloads): Remove `require'
13611 which should not be needed any more.
13612 (package-menu-refresh, package-menu-describe-package): Use user-error.
13613
13614 * eshell/esh-cmd.el (eshell-post-rewrite-command-function): New var.
13615 (eshell-post-rewrite-command-hook): Make obsolete.
13616 (eshell-parse-command): Simplify.
13617 (eshell-structure-basic-command): Remove unused arg `vocal-test'.
13618 (eshell--cmd): Declare.
13619 (eshell-parse-pipeline): Remove unused var `final-p'.
13620 Pass a dynvar to eshell-post-rewrite-command-hook.
13621 Implement the new eshell-post-rewrite-command-function.
13622 (eshell-invoke-directly): Remove unused arg `input'.
13623 * eshell/esh-io.el (eshell-io-initialize):
13624 Use eshell-post-rewrite-command-function (bug#15399).
13625 (eshell--apply-redirections): Rename from eshell-apply-redirections;
13626 adjust to new calling convention.
13627 (eshell-create-handles): Rename args to avoid clashing with dynvar
13628 `standard-output'.
13629
13630 2013-09-17 Glenn Morris <rgm@gnu.org>
13631
13632 * simple.el (messages-buffer-mode): New major mode.
13633 (messages-buffer): New function.
13634 * startup.el (normal-top-level): Switch mode of *Messages* buffer.
13635 * emacs-lisp/ert.el (ert--force-message-log-buffer-truncation)
13636 (ert-run-test): Use `messages-buffer' function.
13637 (ert--force-message-log-buffer-truncation): Ignore read-only.
13638 * help.el (view-echo-area-messages): Use `messages-buffer' function.
13639 * mail/emacsbug.el (report-emacs-bug): Use `messages-buffer' function.
13640
13641 2013-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
13642
13643 * subr.el (eval-after-load): Preserve evaluation order (bug#15389).
13644
13645 * abbrev.el (abbrev--check-chars): Fix thinko (bug#15360).
13646
13647 2013-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
13648
13649 * icomplete.el (icomplete-in-buffer): New var.
13650 (icomplete-pre-command-hook, icomplete-post-command-hook): Remove those
13651 vars and replace them with functions.
13652 (icomplete-minibuffer-setup): Adjust accordingly.
13653 (icomplete--completion-table, icomplete--completion-predicate)
13654 (icomplete--field-string, icomplete--field-beg, icomplete--field-end):
13655 New functions.
13656 (icomplete-forward-completions, icomplete-backward-completions)
13657 (icomplete-simple-completing-p, icomplete-exhibit)
13658 (icomplete-completions): Use them.
13659 (icomplete--in-region-buffer): New var.
13660 (icomplete--in-region-setup): New function.
13661 (icomplete-mode): Use it.
13662
13663 * eshell/esh-opt.el: Fix last change to set lexical-vars properly
13664 (bug#15379).
13665 (eshell--do-opts): Rename from eshell-do-opt, remove arg `body-fun',
13666 return args and options.
13667 (eshell-eval-using-options): Use the new return value of
13668 eshell--do-opts to set the options's vars in their scope.
13669 (eshell--set-option): Rename from eshell-set-option.
13670 Add arg `opt-vals'.
13671 (eshell--process-option): Rename from eshell-process-option.
13672 Add arg `opt-vals'.
13673 (eshell--process-args): Use an `opt-vals' alist to store the options's
13674 values during their processing and return them additionally to the
13675 remaining args.
13676
13677 2013-09-15 Dmitry Gutov <dgutov@yandex.ru>
13678
13679 * progmodes/ruby-mode.el (ruby-operator-re): Consider line
13680 continuation character an operator, as far as indentation is
13681 concerned (Bug#15369).
13682
13683 2013-09-15 Martin Rudalics <rudalics@gmx.at>
13684
13685 * window.el (window--state-put-2): Don't process buffer state
13686 when buffer doesn't exist any more (Bug#15382).
13687
13688 2013-09-15 Glenn Morris <rgm@gnu.org>
13689
13690 * eshell/em-unix.el (eshell/rm):
13691 Make -f ignore missing files. (Bug#15373)
13692
13693 * eshell/esh-cmd.el (eshell--local-vars): New variable. (Bug#15372)
13694 (eshell-rewrite-for-command): Add for loop vars to eshell--local-vars.
13695 * eshell/esh-var.el (eshell-get-variable): Respect eshell--local-vars.
13696
13697 2013-09-14 Glenn Morris <rgm@gnu.org>
13698
13699 * eshell/esh-var.el (eshell-variable-aliases-list): Fix doc typo.
13700
13701 2013-09-13 Glenn Morris <rgm@gnu.org>
13702
13703 * dired-x.el (dired-guess-shell-alist-user): Doc fix.
13704 (dired-guess-default): Make `file' available in the env. (Bug#15363)
13705
13706 2013-09-13 Dmitry Antipov <dmantipov@yandex.ru>
13707
13708 * frame.el (x-focus-frame): Mark as declared in frame.c.
13709
13710 2013-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
13711
13712 * ls-lisp.el: Use advice-add.
13713 (original-insert-directory): Remove.
13714 (ls-lisp--insert-directory): Rename from insert-directory; add
13715 `orig-fun' argument.
13716 (insert-directory): Advise.
13717
13718 2013-09-13 Eli Zaretskii <eliz@gnu.org>
13719
13720 * term.el (term-emulate-terminal): Decode the command string
13721 before passing it to term-command-hook. (Bug#15337)
13722
13723 2013-09-13 Glenn Morris <rgm@gnu.org>
13724
13725 * eshell/esh-util.el (ange-cache): Move declaration earlier.
13726
13727 * eshell/esh-ext.el (eshell-search-path): Declare.
13728
13729 * eshell/em-prompt.el (eshell/pwd): Autoload it.
13730 Otherwise an error occurs if eshell-dirs module not loaded.
13731
13732 * progmodes/gdb-mi.el (gud-cont, gud-step): Declare.
13733
13734 2013-09-13 Michael Albinus <michael.albinus@gmx.de>
13735
13736 * net/tramp.el (tramp-check-proper-method-and-host): Rename it from
13737 `tramp-check-proper-host'. Check for a valid method name.
13738
13739 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
13740 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
13741 * net/tramp-sh.el (tramp-maybe-open-connection):
13742 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Call it.
13743
13744 * net/tramp-cache.el (tramp-cache-print): Don't print text properties
13745 also for hash values.
13746
13747 2013-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
13748
13749 * term/ns-win.el (parameters): Don't declare as dynamic.
13750 (before-make-frame-hook): Don't add ineffective function.
13751
13752 * eshell/*.el: Use lexical-binding (bug#15231).
13753
13754 2013-09-12 Kenichi Handa <handa@gnu.org>
13755
13756 * composite.el (compose-gstring-for-graphic): Handle enclosing mark.
13757
13758 2013-09-12 Glenn Morris <rgm@gnu.org>
13759
13760 * vc/vc-svn.el (vc-svn-dir-status-files, vc-svn-dir-extra-headers)
13761 (vc-svn-ignore, vc-svn-retrieve-tag): Mark unused arguments.
13762
13763 * subr.el (do-after-load-evaluation): Also give compiler warnings
13764 when obsolete files are used (except by obsolete files).
13765
13766 * vc/vc-svn.el (vc-svn-parse-status): If there are multiple files
13767 in the status output, assume `filename' is the first. (Bug#15322)
13768
13769 * vc/vc.el (vc-deduce-fileset): Doc fix.
13770
13771 * calc/calc-help.el (Info-goto-node):
13772 * progmodes/cperl-mode.el (Info-find-node):
13773 * vc/ediff.el (Info-goto-node): Update declarations.
13774
13775 * vc/vc-dispatcher.el (vc-dir-refresh): Declare.
13776
13777 * vc/vc-bzr.el (vc-compilation-mode): Declare.
13778 (vc-bzr-pull): Require vc-dispatcher.
13779 * vc/vc-git.el (vc-compilation-mode): Declare.
13780 (vc-git-pull): Require vc-dispatcher.
13781
13782 * progmodes/ruby-mode.el (ruby-syntax-propertize-function): Declare.
13783
13784 * progmodes/octave.el (help-button-action): Declare.
13785
13786 * shell.el (shell-directory-tracker): Output error as a message
13787 rather than just returning it as a string.
13788 (shell-process-pushd): Remove useless use of message.
13789
13790 * dframe.el (dframe-timer-fn):
13791 * files.el (dir-locals-read-from-file):
13792 * mpc.el (mpc--status-timer-run, mpc--status-idle-timer-run)
13793 (mpc-format):
13794 * reveal.el (reveal-post-command):
13795 * saveplace.el (load-save-place-alist-from-file):
13796 * shell.el (shell-resync-dirs):
13797 * w32-common-fns.el (x-get-selection-value):
13798 * emacs-lisp/copyright.el (copyright-find-copyright):
13799 * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info):
13800 * emulation/tpu-edt.el (tpu-copy-keyfile):
13801 * play/bubbles.el (bubbles--mark-neighbourhood):
13802 * progmodes/executable.el
13803 (executable-make-buffer-file-executable-if-script-p):
13804 * term/pc-win.el (x-get-selection-value): Use with-demoted-errors.
13805
13806 2013-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
13807
13808 Cleanup Eshell to rely less on dynamic scoping.
13809 * eshell/esh-opt.el (eshell-eval-using-options): Don't bind usage-msg,
13810 last-value, and ext-command here. Bind `args' closer to `body'.
13811 (temp-args, last-value, usage-msg, ext-command, args): Don't defvar.
13812 (eshell--args): Declare new dynamic var.
13813 (eshell-do-opt): Add argument `args'. Bind our own usage-msg,
13814 last-value, and ext-command. Pass `args' to `body'.
13815 (eshell-process-args): Bind eshell--args.
13816 (eshell-set-option): Use eshell--args.
13817 * eshell/eshell.el (eshell): Use derived-mode-p.
13818 * eshell/esh-var.el (eshell-parse-variable): Use backquote.
13819 (eshell-parse-variable-ref): Remove unused vars `end' and `err'.
13820 (eshell-glob-function): Declare.
13821 * eshell/esh-util.el: Require cl-lib.
13822 (eshell-read-hosts-file): Avoid add-to-list.
13823 * eshell/esh-cmd.el (eshell-parse-lisp-argument): Remove unused var
13824 `err'.
13825 * eshell/em-unix.el (compilation-scroll-output, locate-history-list):
13826 Declare.
13827 (eshell/diff): Remove unused var `err'.
13828 * eshell/em-rebind.el (eshell-delete-backward-char): Remove unused arg
13829 `killflag'.
13830 * eshell/em-pred.el (eshell-parse-modifiers): Remove unused var `err'.
13831 * eshell/em-ls.el (eshell-ls-highlight-alist): Move defvars before
13832 first use.
13833 * eshell/em-glob.el (eshell-glob-matches, message-shown):
13834 Move declaration before first use.
13835 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Use backquotes.
13836 * autorevert.el (auto-revert-notify-handler): Use `cl-dolist' since we
13837 rely on cl-return.
13838
13839 2013-09-12 Glenn Morris <rgm@gnu.org>
13840
13841 * term/ns-win.el (global-map): Remove binding for ispell-next,
13842 deleted 1999-05-29. (Bug#15357)
13843
13844 2013-09-11 Glenn Morris <rgm@gnu.org>
13845
13846 * echistory.el (electric-command-history): Remove call to deleted func.
13847
13848 * play/landmark.el (landmark-mode): Fix typos.
13849
13850 * vc/vc-cvs.el (cvs-append-to-ignore): Fix arg spec.
13851 Check cvs-sort-ignore-file is bound.
13852
13853 * savehist.el: No need for cl when compiling on Emacs.
13854
13855 2013-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
13856
13857 * eshell/esh-mode.el (eshell-mode-syntax-table): Fix up initialization
13858 (bug#15338).
13859 (eshell-self-insert-command, eshell-send-invisible):
13860 Remove unused argument.
13861 (eshell-handle-control-codes): Remove unused var `orig'.
13862 Avoid delete-backward-char.
13863
13864 * files.el (set-auto-mode): Simplify a bit further.
13865
13866 2013-09-11 Glenn Morris <rgm@gnu.org>
13867
13868 * files.el (interpreter-mode-alist): Remove \\` \\' parts.
13869 (set-auto-mode): Don't regexp-quote elements.
13870 * progmodes/python.el (interpreter-mode-alist): Remove \\` \\'.
13871 * progmodes/cc-mode.el (interpreter-mode-alist):
13872 * progmodes/ruby-mode.el (interpreter-mode-alist):
13873 Revert previous change.
13874
13875 2013-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
13876
13877 * play/snake.el (snake-mode):
13878 * play/mpuz.el (mpuz-mode):
13879 * play/landmark.el (lm-mode):
13880 * play/blackbox.el (blackbox-mode):
13881 * play/5x5.el (5x5-mode):
13882 * obsolete/options.el (Edit-options-mode):
13883 * net/quickurl.el (quickurl-list-mode):
13884 * net/newst-treeview.el (newsticker-treeview-mode):
13885 * mail/rmailsum.el (rmail-summary-mode):
13886 * mail/mspools.el (mspools-mode):
13887 * locate.el (locate-mode):
13888 * ibuffer.el (ibuffer-mode):
13889 * emulation/ws-mode.el (wordstar-mode):
13890 * emacs-lisp/debug.el (debugger-mode):
13891 * array.el (array-mode):
13892 * net/eudc.el (eudc-mode): Use define-derived-mode.
13893 * net/mairix.el (mairix-searches-mode-font-lock-keywords):
13894 Move initialization into declaration.
13895 (mairix-searches-mode): Use define-derived-mode.
13896 * net/eudc-hotlist.el (eudc-hotlist-mode): Use define-derived-mode.
13897 (eudc-edit-hotlist): Use dolist.
13898 * man.el (Man-mode-syntax-table): Rename from man-mode-syntax-table.
13899 (Man-mode): Use define-derived-mode.
13900 * info.el (Info-edit-mode-map): Rename from Info-edit-map.
13901 (Info-edit-mode): Use define-derived-mode.
13902 (Info-cease-edit): Use Info-mode.
13903 * eshell/esh-mode.el (eshell-mode-syntax-table): Move initialization
13904 into declaration.
13905 (eshell-mode): Use define-derived-mode.
13906 * chistory.el (command-history-mode-map): Rename from
13907 command-history-map.
13908 (command-history-mode): Use define-derived-mode.
13909 (Command-history-setup): Remove function.
13910 * calc/calc.el (calc-trail-mode-map): New var.
13911 (calc-trail-mode): Use define-derived-mode.
13912 (calc-trail-buffer): Set calc-main-buffer manually.
13913 * bookmark.el (bookmark-insert-annotation): New function.
13914 (bookmark-edit-annotation): Use it.
13915 (bookmark-edit-annotation-mode): Make it a proper major mode.
13916 (bookmark-send-edited-annotation): Use derived-mode-p.
13917 * arc-mode.el (archive-mode): Move kill-all-local-variables a tiny bit
13918 closer to its ideal place. Use \' to match EOS.
13919
13920 * profiler.el (profiler-calltree-find): Use function-equal.
13921
13922 2013-09-10 Glenn Morris <rgm@gnu.org>
13923
13924 * files.el (interpreter-mode-alist): Convert to regexps.
13925 (set-auto-mode): Adapt for this. (Bug#15306)
13926 * progmodes/cperl-mode.el (cperl-clobber-mode-lists):
13927 Comment out unused variable.
13928 * progmodes/cc-mode.el (interpreter-mode-alist):
13929 * progmodes/python.el (interpreter-mode-alist):
13930 * progmodes/ruby-mode.el (interpreter-mode-alist): Convert to regexps.
13931 * progmodes/sh-script.el (sh-set-shell):
13932 No longer use interpreter-mode-alist to get list of shells.
13933
13934 * progmodes/cc-mode.el (awk-mode): Remove duplicate autoload.
13935
13936 2013-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
13937
13938 * simple.el: Use set-temporary-overlay-map for universal-argument.
13939 (universal-argument-map): Don't use default-bindings (bug#15317).
13940 Bind switch-frame explicitly. Replace universal-argument-minus with
13941 a conditional binding.
13942 (universal-argument-num-events, saved-overriding-map): Remove.
13943 (restore-overriding-map): Remove.
13944 (universal-argument--mode): Rename from save&set-overriding-map,
13945 and rewrite.
13946 (universal-argument, universal-argument-more, negative-argument)
13947 (digit-argument): Adjust accordingly.
13948 (universal-argument-minus): Remove.
13949 (universal-argument-other-key): Remove.
13950
13951 * subr.el (with-demoted-errors): Add `format' argument.
13952
13953 2013-09-10 Michael Albinus <michael.albinus@gmx.de>
13954
13955 * net/tramp.el (tramp-cleanup): Remove. Functionality added to
13956 `tramp-cleanup-connection'.
13957
13958 * net/tramp-cmds.el (tramp-cleanup-connection): Add optional
13959 parameters KEEP-DEBUG and KEEP-PASSWORD.
13960
13961 * net/tramp.el (tramp-file-name-handler):
13962 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
13963 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
13964 (tramp-maybe-open-connection):
13965 * net/tramp-smb.el (tramp-smb-maybe-open-connection):
13966 Use `tramp-cleanup-connection'.
13967
13968 * net/tramp-sh.el (tramp-maybe-open-connection):
13969 Catch 'uname-changed inside the progress reporter.
13970
13971 2013-09-10 Glenn Morris <rgm@gnu.org>
13972
13973 * simple.el (read-minibuffer): Unbreak it. (Bug#15318)
13974
13975 * dired-x.el (dired-mark-sexp): Unbreak for systems where ls
13976 returns "alternate access method" in mode (eg "-rw-r--r--.").
13977
13978 2013-09-08 Glenn Morris <rgm@gnu.org>
13979
13980 * saveplace.el (load-save-place-alist-from-file):
13981 Demote errors. (Bug#15305)
13982
13983 2013-09-08 Michael Albinus <michael.albinus@gmx.de>
13984
13985 Improve compatibility with older Emacsen, and XEmacs.
13986
13987 * net/tramp.el (tramp-find-method, tramp-find-user): Call `propertize'
13988 only if it is bound. It isn't for XEmacs.
13989 (with-tramp-progress-reporter): Do not let-bind `result'.
13990 This yields to scoping errors in XEmacs.
13991 (tramp-handle-make-auto-save-file-name): New function, moved from
13992 tramp-sh.el.
13993
13994 * net/tramp-adb.el (tramp-adb-file-name-handler-alist): Add handler
13995 for `make-auto-save-file-name'.
13996 (tramp-adb--gnu-switches-to-ash):
13997 Use `tramp-compat-replace-regexp-in-string'.
13998
13999 * net/tramp-cache.el (tramp-cache-print): Call
14000 `substring-no-properties' only if it is bound. It isn't for XEmacs.
14001
14002 * net/tramp-cmds.el (tramp-bug): Call `propertize' only if it is
14003 bound. It isn't for XEmacs.
14004
14005 * net/tramp-compat.el (tramp-compat-copy-file):
14006 Catch `wrong-number-of-arguments' error.
14007 (tramp-compat-replace-regexp-in-string): New defun.
14008
14009 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist): Add handler
14010 for `make-auto-save-file-name'.
14011 (tramp-gvfs-handle-copy-file): Use `tramp-compat-funcall' for
14012 `copy-file'.
14013 (tramp-gvfs-file-gvfs-monitor-file-process-filter)
14014 (tramp-gvfs-file-name): Use `tramp-compat-replace-regexp-in-string'.
14015 (tramp-synce-list-devices): Use `push' instead of `pushnew'.
14016
14017 * net/tramp-gw.el (tramp-gw-open-network-stream):
14018 Use `tramp-compat-replace-regexp-in-string'.
14019
14020 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
14021 Call `tramp-handle-make-auto-save-file-name'.
14022 (tramp-sh-handle-make-auto-save-file-name): Move to tramp.el.
14023 (tramp-sh-file-gvfs-monitor-dir-process-filter)
14024 (tramp-sh-file-inotifywait-process-filter):
14025 Use `tramp-compat-replace-regexp-in-string'.
14026 (tramp-compute-multi-hops): Use `push' instead of `pushnew'.
14027
14028 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add handler
14029 for `make-auto-save-file-name'.
14030 (tramp-smb-handle-copy-directory):
14031 Call `tramp-compat-replace-regexp-in-string'.
14032 (tramp-smb-get-file-entries): Use `push' instead of `pushnew'.
14033 (tramp-smb-handle-copy-file): Improve error message.
14034 (tramp-smb-handle-rename-file): Rename directly only in case
14035 `newname' does not exist yet. This is a restriction of smbclient.
14036 (tramp-smb-maybe-open-connection): Rerun the function only when
14037 `auth-sources' is non-nil.
14038
14039 2013-09-08 Kenichi Handa <handa@gnu.org>
14040
14041 * international/characters.el: Set category "^" (Combining) for
14042 more characters.
14043
14044 2013-09-07 Alan Mackenzie <acm@muc.de>
14045
14046 Correctly fontify Java class constructors.
14047 * progmodes/cc-langs.el (c-type-decl-suffix-key): Now matches ")"
14048 in Java Mode.
14049 (c-recognize-typeless-decls): Set the Java value to t.
14050 * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
14051 While handling a "(", add a check for, effectively, Java, and handle a
14052 "typeless" declaration there.
14053
14054 2013-09-07 Roland Winkler <winkler@gnu.org>
14055
14056 * textmodes/bibtex.el (bibtex-biblatex-entry-alist): Add optional
14057 field subtitle for entry type book.
14058
14059 2013-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
14060
14061 * minibuffer.el: Make minibuffer-complete call completion-in-region
14062 rather than other way around.
14063 (completion--some, completion-pcm--find-all-completions):
14064 Don't delay signals when debugging.
14065 (minibuffer-completion-contents): Beware fields within the
14066 minibuffer contents.
14067 (completion-all-sorted-completions): Use defvar-local.
14068 (completion--do-completion, completion--cache-all-sorted-completions)
14069 (completion-all-sorted-completions, minibuffer-force-complete):
14070 Add args `beg' and `end'.
14071 (completion--in-region-1): New fun, extracted from minibuffer-complete.
14072 (minibuffer-complete): Use completion-in-region.
14073 (completion-complete-and-exit): New fun, extracted from
14074 minibuffer-complete-and-exit.
14075 (minibuffer-complete-and-exit): Use it.
14076 (completion--complete-and-exit): Rename from
14077 minibuffer--complete-and-exit.
14078 (completion-in-region--single-word): New function, extracted from
14079 minibuffer-complete-word.
14080 (minibuffer-complete-word): Use it.
14081 (display-completion-list): Make `common-substring' argument obsolete.
14082 (completion--in-region): Call completion--in-region-1 instead of
14083 minibuffer-complete.
14084 (completion-help-at-point): Pass boundaries to
14085 minibuffer-completion-help as args rather than via an overlay.
14086 (completion-pcm--string->pattern): Use `any-delim'.
14087 (completion-pcm--optimize-pattern): New function.
14088 (completion-pcm--pattern->regex): Handle `any-delim'.
14089 * icomplete.el (icomplete-forward-completions)
14090 (icomplete-backward-completions, icomplete-completions):
14091 Adjust calls to completion-all-sorted-completions and
14092 completion--cache-all-sorted-completions.
14093 (icomplete-with-completion-tables): Default to t.
14094 * emacs-lisp/crm.el (crm--current-element): Rename from
14095 crm--select-current-element. Don't put an overlay but return the
14096 boundaries instead.
14097 (crm--completion-command): Take two new args to bind to the boundaries.
14098 (crm-completion-help): Adjust accordingly.
14099 (crm-complete): Use completion-in-region.
14100 (crm-complete-word): Use completion-in-region--single-word.
14101 (crm-complete-and-exit): Use completion-complete-and-exit.
14102
14103 2013-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
14104
14105 * dired-x.el (dired-mark-sexp): Bind the vars lexically rather
14106 than dynamically.
14107
14108 2013-09-06 Juri Linkov <juri@jurta.org>
14109
14110 * info.el (Info-display-images-node): When image file doesn't exist
14111 display text version of the image if it's provided in the Info file.
14112 Otherwise, display the location of missing image from SRC attribute.
14113 Add help-echo text property from ALT attribute. (Bug#15279)
14114
14115 2013-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
14116
14117 * abbrev.el (edit-abbrevs-mode-map): Rename from edit-abbrevs-map.
14118 (edit-abbrevs-mode): Use define-derived-mode.
14119
14120 * epa.el (epa--encode-coding-string, epa--decode-coding-string)
14121 (epa--select-safe-coding-system, epa--derived-mode-p): Make it obvious
14122 that it's defined.
14123 (epa-key-list-mode, epa-key-mode, epa-info-mode):
14124 Use define-derived-mode.
14125
14126 * epg.el (epg-start-encrypt): Minor CSE simplification.
14127
14128 2013-09-06 William Xu <william.xwl@gmail.com>
14129
14130 * arc-mode.el: Add support for 7za (bug#15264).
14131 (archive-7z-program): New var.
14132 (archive-zip-extract, archive-zip-expunge, archive-zip-update)
14133 (archive-zip-update-case, archive-7z-extract, archive-7z-expunge)
14134 (archive-7z-update, archive-zip-extract, archive-7z-summarize): Use it.
14135
14136 2013-09-06 Michael Albinus <michael.albinus@gmx.de>
14137
14138 Remove URL syntax.
14139
14140 * net/tramp.el (tramp-syntax, tramp-prefix-format)
14141 (tramp-postfix-method-format, tramp-prefix-ipv6-format)
14142 (tramp-postfix-ipv6-format, tramp-prefix-port-format)
14143 (tramp-postfix-host-format, tramp-file-name-regexp)
14144 (tramp-completion-file-name-regexp)
14145 (tramp-completion-dissect-file-name)
14146 (tramp-handle-substitute-in-file-name): Remove 'url case.
14147 (tramp-file-name-regexp-url)
14148 (tramp-completion-file-name-regexp-url): Remove constants.
14149
14150 2013-09-06 Glenn Morris <rgm@gnu.org>
14151
14152 * replace.el (replace-string): Doc fix re start/end. (Bug#15275)
14153
14154 2013-09-05 Dmitry Gutov <dgutov@yandex.ru>
14155
14156 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Move "Perl-ish
14157 keywords" below "here-doc beginnings" (Bug#15270).
14158
14159 2013-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
14160
14161 * subr.el (pop): Use `car-safe'.
14162 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Remove hack
14163 to detect unused `pop' return value.
14164
14165 * progmodes/python.el (python-nav-beginning-of-block): Remove unused
14166 var `block-regexp'.
14167 (python-nav--forward-sexp): Remove unused var `re-search-fn'.
14168 (python-fill-string): Remove unused var `marker'.
14169 (python-skeleton-add-menu-items): Remove unused var `items'.
14170
14171 * international/mule-cmds.el: Require CL.
14172 (find-coding-systems-for-charsets): Avoid add-to-list.
14173 (sanitize-coding-system-list): New function, extracted from
14174 select-safe-coding-system-interactively.
14175 (select-safe-coding-system-interactively): Use it.
14176 (read-input-method-name): Accept symbols for `default'.
14177
14178 * emacs-lisp/advice.el (defadvice): Add indent rule.
14179
14180 2013-09-05 Daniel Hackney <dan@haxney.org>
14181
14182 * dired-x.el:
14183 * net/ange-ftp.el:
14184 * net/browse-url.el:
14185 * net/dbus.el:
14186 * net/eudc.el:
14187 * net/eudcb-ldap.el:
14188 * net/eww.el:
14189 * net/imap.el:
14190 * printing.el:
14191 * vc/ediff-diff.el:
14192 * vc/ediff-init.el:
14193 * vc/ediff-merg.el:
14194 * vc/ediff-mult.el:
14195 * vc/ediff-util.el:
14196 * vc/ediff-wind.el:
14197 * vc/ediff.el:
14198 * vc/emerge.el:
14199 * vc/pcvs.el:
14200 * vc/vc-annotate.el: Prefix unused arguments with `_' to silence
14201 byte compiler. Remove some unused let-bound variables.
14202
14203 2013-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
14204
14205 * emacs-lisp/cconv.el: Use `car-safe' rather than `car' to access
14206 a "ref-cell", since it gets better optimized (bug#14883).
14207
14208 2013-09-05 Glenn Morris <rgm@gnu.org>
14209
14210 * progmodes/cc-awk.el (c-forward-sws): Declare.
14211
14212 2013-09-04 Glenn Morris <rgm@gnu.org>
14213
14214 * generic-x.el [rul-generic-mode]: Require cc-mode.
14215 (c++-mode-syntax-table): Declare.
14216 (rul-generic-mode-syntax-table): Init in the defvar.
14217
14218 2013-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
14219
14220 * vc/vc-dispatcher.el (vc-run-delayed): New macro.
14221 (vc-do-command, vc-set-async-update):
14222 * vc/vc-mtn.el (vc-mtn-dir-status):
14223 * vc/vc-hg.el (vc-hg-dir-status, vc-hg-dir-status-files)
14224 (vc-hg-pull, vc-hg-merge-branch):
14225 * vc/vc-git.el (vc-git-dir-status-goto-stage, vc-git-pull)
14226 (vc-git-merge-branch):
14227 * vc/vc-cvs.el (vc-cvs-print-log, vc-cvs-dir-status)
14228 (vc-cvs-dir-status-files):
14229 * vc/vc-bzr.el (vc-bzr-pull, vc-bzr-merge-branch, vc-bzr-dir-status)
14230 (vc-bzr-dir-status-files):
14231 * vc/vc-arch.el (vc-arch-dir-status): Use vc-run-delayed.
14232 * vc/vc-annotate.el: Use lexical-binding.
14233 (vc-annotate-display-select, vc-annotate): Use vc-run-delayed.
14234 (vc-sentinel-movepoint): Declare.
14235 (vc-annotate): Don't use `goto-line'.
14236 * vc/vc.el (vc-diff-internal): Prefer a closure to `(lambda...).
14237 (vc-diff-internal, vc-log-internal-common): Use vc-run-delayed.
14238 (vc-sentinel-movepoint): Declare.
14239 * vc/vc-svn.el: Use lexical-binding.
14240 (vc-svn-dir-status, vc-svn-dir-status-files): Use vc-run-delayed.
14241 * vc/vc-sccs.el:
14242 * vc/vc-rcs.el: Use lexical-binding.
14243
14244 * autorevert.el (auto-revert-notify-handler): Explicitly ignore
14245 `deleted'. Don't drop errors silently.
14246
14247 * emacs-lisp/gv.el (gv-get): Warn about CL-compiled places.
14248
14249 2013-09-04 Xue Fuqiao <xfq.free@gmail.com>
14250
14251 * vc/vc.el (vc-ignore): Rewrite.
14252 (vc-default-ignore): New function.
14253 (vc-default-ignore-completion-table): Use find-ignore-file.
14254
14255 * vc/vc-bzr.el (vc-bzr-ignore, vc-bzr-ignore-completion-table):
14256 * vc/vc-git.el (vc-git-ignore, vc-git-ignore-completion-table):
14257 * vc/vc-hg.el (vc-hg-ignore, vc-hg-ignore-completion-table):
14258 Remove. Most code moved to vc.el.
14259
14260 2013-09-03 Stefan Monnier <monnier@iro.umontreal.ca>
14261
14262 * net/tramp-gvfs.el (tramp-gvfs-mount-spec, tramp-synce-list-devices):
14263 * net/tramp-smb.el (tramp-smb-get-file-entries):
14264 * net/tramp-sh.el (tramp-sh-handle-insert-directory)
14265 (tramp-compute-multi-hops): Fix misuses of `add-to-list'.
14266
14267 * net/eww.el (eww-display-raw): Remove unused argument `charset'.
14268 Update call to it.
14269 (eww-change-select): Remove unused var `properties'.
14270 (eww-make-unique-file-name): Remove unused var `base'.
14271
14272 * finder.el (finder-compile-keywords): Don't mess with windows.
14273
14274 * calculator.el (calculator-funcall): Fix typo in last change.
14275
14276 * vc/vc-git.el (vc-git-checkin): Make it possible to commit a merge.
14277
14278 * emacs-lisp/package.el (package-activate-1): Don't let a missing
14279 <pkg>-autoloads.el file stop us.
14280
14281 * net/tramp.el (with-parsed-tramp-file-name): Silence compiler
14282 warnings, and factor out common code.
14283
14284 2013-09-03 Dmitry Gutov <dgutov@yandex.ru>
14285
14286 * progmodes/ruby-mode.el (ruby-calculate-indent): Consider
14287 two-character operators and whether the character preceding them
14288 changes their meaning (Bug#15208).
14289
14290 2013-09-02 Fabián Ezequiel Gallina <fgallina@gnu.org>
14291
14292 Format code sent to Python shell for robustness.
14293 * progmodes/python.el (python-shell-buffer-substring):
14294 New function.
14295 (python-shell-send-region, python-shell-send-buffer): Use it.
14296
14297 2013-09-02 Michael Albinus <michael.albinus@gmx.de>
14298
14299 * net/tramp-compat.el (tramp-compat-user-error): Move it ...
14300 * net/tramp.el (tramp-user-error): ... here.
14301 (tramp-find-method, tramp-check-proper-host)
14302 (tramp-dissect-file-name, tramp-debug-message)
14303 (tramp-handle-shell-command):
14304 * net/tramp-adb.el (tramp-adb-handle-shell-command):
14305 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler): Adapt callees.
14306
14307 * net/tramp-cache.el (tramp-cache-print): Don't print text properties.
14308
14309 2013-09-02 Martin Rudalics <rudalics@gmx.at>
14310
14311 * avoid.el (mouse-avoidance-point-position)
14312 (mouse-avoidance-too-close-p): Handle case where posn-at-point
14313 returns nil.
14314
14315 2013-09-02 Fabián Ezequiel Gallina <fgallina@gnu.org>
14316
14317 * progmodes/python.el (python-shell-completion-get-completions):
14318 Drop use of deleted `comint-last-prompt-overlay'.
14319 (python-nav-if-name-main): New command.
14320
14321 2013-09-01 Glenn Morris <rgm@gnu.org>
14322
14323 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
14324 Avoid leading space in $wins. Otherwise the sed command used by
14325 eg compile-main ends up containing "/*.el". (Bug#15170)
14326
14327 * frame.el (frame-background-mode): Doc fix. (Bug#15226)
14328
14329 2013-08-30 Glenn Morris <rgm@gnu.org>
14330
14331 * emacs-lisp/bytecomp.el (byte-recompile-directory):
14332 Fix is-this-a-directory logic. (Bug#15220)
14333
14334 2013-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
14335
14336 * textmodes/css-mode.el: Use SMIE.
14337 (css-smie-grammar): New var.
14338 (css-smie--forward-token, css-smie--backward-token)
14339 (css-smie-rules): New functions.
14340 (css-mode): Use them.
14341 (css-navigation-syntax-table): Remove var.
14342 (css-backward-sexp, css-forward-sexp, css-indent-calculate-virtual)
14343 (css-indent-calculate, css-indent-line): Remove functions.
14344
14345 Misc changes to reduce use of `(lambda...); and other cleanups.
14346 * cus-edit.el: Use lexical-binding.
14347 (customize-push-and-save, customize-apropos)
14348 (custom-buffer-create-internal): Use closures.
14349 * progmodes/bat-mode.el (bat-mode-syntax-table): "..." are strings.
14350 * progmodes/ada-xref.el: Use setq.
14351 * net/tramp.el (with-tramp-progress-reporter): Avoid setq.
14352 * dframe.el: Use lexical-binding.
14353 (dframe-frame-mode): Fix calling convention for hooks. Use a closure.
14354 * speedbar.el (speedbar-frame-mode): Adjust call accordingly.
14355 * descr-text.el: Use lexical-binding.
14356 (describe-text-widget, describe-text-sexp, describe-property-list):
14357 Use closures.
14358 * comint.el (comint-history-isearch-push-state): Use a closure.
14359 * calculator.el: Use lexical-binding.
14360 (calculator-number-to-string): Make it work with lexical-binding.
14361 (calculator-funcall): Same and use cl-letf.
14362
14363 * emacs-lisp/lisp.el (lisp--company-doc-buffer)
14364 (lisp--company-doc-string, lisp--company-location): New functions.
14365 (lisp-completion-at-point): Use them to improve Company support.
14366
14367 * progmodes/ruby-mode.el (ruby-smie-grammar): Add rule for formal
14368 params of lambda expressions.
14369 (ruby-smie--implicit-semi-p): Refine rule (bug#15208).
14370 (ruby-smie--opening-pipe-p): New function.
14371 (ruby-smie--forward-token, ruby-smie--backward-token): Handle Ruby
14372 symbols and matched |...| for formal params.
14373 (ruby-smie-rules): Don't let the formal params of a "do" prevent it
14374 from being treated as hanging. Handle "rescue".
14375
14376 2013-08-29 Glenn Morris <rgm@gnu.org>
14377
14378 * progmodes/cc-engine.el (c-pull-open-brace):
14379 Move definition before use.
14380
14381 2013-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
14382
14383 * emacs-lisp/cl-macs.el (cl-defsubst): Make it clear that args
14384 are immutable. Don't use `unsafe' any more.
14385 (cl--defsubst-expand): Don't substitute at the same time as keeping
14386 a residual unused let-binding. Don't use `unsafe' any more.
14387
14388 2013-08-29 Glenn Morris <rgm@gnu.org>
14389
14390 * calendar/cal-china.el (calendar-chinese-year-cache):
14391 Recenter on 2015.
14392
14393 * nxml/nxml-util.el (nxml-debug-clear-inside):
14394 Use cl-loop rather than loop.
14395
14396 * net/eww.el (eww-mode-map): Lower-case menu bar entries look bad.
14397
14398 * progmodes/sh-script.el (sh-builtins) <bash>: Add some bash4-isms.
14399
14400 2013-08-28 Glenn Morris <rgm@gnu.org>
14401
14402 * progmodes/antlr-mode.el: No need to require cc-mode twice.
14403
14404 * progmodes/cc-bytecomp.el (cc-require): Handle uncompiled case.
14405
14406 * progmodes/cc-mode.el (c-define-abbrev-table): Handle NAME unbound.
14407
14408 2013-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
14409
14410 * simple.el (repeat-complex-command--called-interactively-skip):
14411 New function.
14412 (repeat-complex-command): Use it (bug#14136).
14413
14414 * progmodes/cc-mode.el: Minor cleanup of var declarations.
14415 (c-define-abbrev-table): Add `doc' argument.
14416 (c-mode-abbrev-table, c++-mode-abbrev-table)
14417 (objc-mode-abbrev-table, java-mode-abbrev-table)
14418 (idl-mode-abbrev-table, pike-mode-abbrev-table)
14419 (awk-mode-abbrev-table): Use it.
14420 (c-mode-syntax-table, c-mode-map, c++-mode-syntax-table)
14421 (c++-mode-map, objc-mode-syntax-table, objc-mode-map)
14422 (java-mode-syntax-table, java-mode-map, idl-mode-syntax-table)
14423 (idl-mode-map, pike-mode-syntax-table, pike-mode-map, awk-mode-map):
14424 Move initialization into the declaration; and remove any
14425 autoload cookie.
14426
14427 * epg.el (epg--process-filter): Use with-current-buffer, save-excursion
14428 and dynamic let binding.
14429
14430 * vc/smerge-mode.el: Remove redundant :group args.
14431
14432 * emacs-lisp/package.el (package-activate-1): Don't add unnecessarily
14433 to load-path.
14434
14435 2013-08-28 Juri Linkov <juri@jurta.org>
14436
14437 * isearch.el (isearch-reread-key-sequence-naturally): Use non-nil
14438 arg DONT-DOWNCASE-LAST of `read-key-sequence'.
14439 (isearch-other-meta-char): Handle an undefined shifted printing
14440 character by downshifting it. (Bug#15200)
14441
14442 2013-08-28 Juri Linkov <juri@jurta.org>
14443
14444 * isearch.el (isearch-search): Change regexp error message for
14445 non-regexp searches. (Bug#15166)
14446
14447 2013-08-28 Paul Eggert <eggert@cs.ucla.edu>
14448
14449 * Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
14450 for portability to hosts where /bin/sh has problems.
14451
14452 2013-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
14453
14454 * emacs-lisp/cconv.el (cconv--analyse-function): Improve warning.
14455
14456 2013-08-27 Juri Linkov <juri@jurta.org>
14457
14458 * isearch.el (isearch-other-meta-char): Don't store kmacro commands
14459 in the keyboard macro. (Bug#15126)
14460
14461 2013-08-27 Juri Linkov <juri@jurta.org>
14462
14463 * isearch.el (isearch-quote-char): Comment out converting unibyte
14464 to multibyte, thus syncing with its `quoted-insert' counterpart.
14465 (Bug#15166)
14466
14467 2013-08-27 Martin Rudalics <rudalics@gmx.at>
14468
14469 * window.el (display-buffer-use-some-window): Add missing
14470 argument in call of get-largest-window (Bug#15185).
14471 Reported by Stephen Leake.
14472
14473 2013-08-27 Glenn Morris <rgm@gnu.org>
14474
14475 * emacs-lisp/package.el (package-buffer-info): Fix message typo.
14476
14477 2013-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
14478
14479 * progmodes/python.el (python-font-lock-keywords): Don't return nil
14480 from a matcher-function unless there's no more matches (bug#15161).
14481
14482 2013-08-26 Michael Albinus <michael.albinus@gmx.de>
14483
14484 * minibuffer.el: Revert change from 2013-08-20.
14485
14486 * net/tramp.el (tramp-find-method, tramp-find-user): Mark result
14487 with text property `tramp-default', if appropriate.
14488 (tramp-check-proper-host): New defun.
14489 (tramp-dissect-file-name): Do not check hostname. Revert change
14490 of 2013-03-18.
14491 (tramp-backtrace): Make VEC-OR-PROC optional.
14492
14493 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
14494 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
14495 * net/tramp-sh.el (tramp-maybe-open-connection):
14496 * net/tramp-smb.el (tramp-smb-maybe-open-connection):
14497 Apply `tramp-check-proper-host'.
14498
14499 2013-08-26 Tassilo Horn <tsdh@gnu.org>
14500
14501 * epa-hook.el (epa-file-encrypt-to): Quote `safe-local-variable'
14502 lambda expression in order to have `describe-variable' display it.
14503
14504 2013-08-26 Michael Albinus <michael.albinus@gmx.de>
14505
14506 * net/tramp-sh.el (tramp-sh-handle-verify-visited-file-modtime):
14507 BUF can be optional. (Bug#15186)
14508
14509 2013-08-25 Xue Fuqiao <xfq.free@gmail.com>
14510
14511 * progmodes/flymake.el (flymake-get-real-file-name-function):
14512 Fix broken customization. (Bug#15184)
14513
14514 2013-08-25 Alan Mackenzie <acm@muc.de>
14515
14516 Improve indentation of bracelists defined by macros (without "=").
14517
14518 * progmodes/cc-engine.el (c-inside-bracelist-p): When a macro
14519 expansion begins with "{", regard it as bracelist when it doesn't
14520 contain a ";".
14521
14522 Parse C++ inher-intro when there's a template split over 2 lines.
14523
14524 * progmodes/cc-engine.el (c-guess-basic-syntax CASE 5C): Code more
14525 rigorously the search for "class" etc. followed by ":".
14526
14527 * progmodes/cc-langs.el (c-opt-<>-sexp-key): Make the value for
14528 random languages a regexp which never matches rather than nil.
14529
14530 Handle "/"s more accurately in test for virtual semicolons (AWK Mode).
14531
14532 * progmodes/cc-awk.el (c-awk-one-line-possibly-open-string-re)
14533 (c-awk-regexp-one-line-possibly-open-char-list-re)
14534 (c-awk-one-line-possibly-open-regexp-re)
14535 (c-awk-one-line-non-syn-ws*-re): Remove.
14536 (c-awk-possibly-open-string-re, c-awk-non-/-syn-ws*-re)
14537 (c-awk-space*-/-re, c-awk-space*-regexp-/-re)
14538 (c-awk-space*-unclosed-regexp-/-re): New constants.
14539 (c-awk-at-vsemi-p): Reformulate better to recognize "/"s which
14540 aren't regexp delimiters.
14541
14542 * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Add in
14543 handling for a rare situation in AWK Mode involving unterminated
14544 strings/regexps.
14545
14546 2013-08-23 Glenn Morris <rgm@gnu.org>
14547
14548 * files.el (auto-mode-alist): Use sh-mode for .bash_history.
14549
14550 * files.el (interpreter-mode-alist): Use tcl-mode for expect scripts.
14551
14552 * files.el (create-file-buffer): If the result would begin with
14553 spaces, prepend a "|" instead of removing them. (Bug#15162)
14554
14555 2013-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
14556
14557 * textmodes/fill.el (fill-match-adaptive-prefix): Don't throw away
14558 text-properties (bug#15155).
14559
14560 * calc/calc-keypd.el (calc-keypad-execute): `x-flush-mouse-queue' doesn't
14561 exist any more.
14562 (calc-keypad-redraw): Remove unused var `pad'.
14563 (calc-keypad-press): Remove unused var `menu'.
14564
14565 2013-08-23 Martin Rudalics <rudalics@gmx.at>
14566
14567 * window.el (display-buffer-pop-up-frame):
14568 Call pop-up-frame-function with BUFFER current so `make-frame' will
14569 use it as the new frame's buffer (Bug#15133).
14570
14571 2013-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
14572
14573 * calendar/timeclock.el: Minor cleanups.
14574 (timeclock-ask-before-exiting, timeclock-use-display-time):
14575 Use `symbol'.
14576 (timeclock-modeline-display): Define as alias before the
14577 actual definition.
14578 (timeclock-mode-line-display): Use define-minor-mode.
14579 (timeclock-day-list-template): Make it a function, add an argument.
14580 (timeclock-day-list-required, timeclock-day-list-length)
14581 (timeclock-day-list-debt, timeclock-day-list-span)
14582 (timeclock-day-list-break): Adjust calls accordingly.
14583
14584 2013-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
14585
14586 * emacs-lisp/pp.el (pp-eval-expression, pp-macroexpand-expression):
14587 Use read--expression so that completion works again.
14588
14589 2013-08-21 Sam Steingold <sds@gnu.org>
14590
14591 Add rudimentary inferior shell interaction
14592 * progmodes/sh-script.el (sh-shell-process): New buffer-local variable.
14593 (sh-set-shell): Reset it.
14594 (sh-show-shell, sh-cd-here, sh-send-line-or-region-and-step):
14595 New commands (bound to C-c C-z, C-c C-d, and C-c C-n).
14596
14597 2013-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
14598
14599 * align.el: Use lexical-binding.
14600 (align-region): Simplify accordingly.
14601
14602 2013-08-20 Michael Albinus <michael.albinus@gmx.de>
14603
14604 * minibuffer.el (completion--sifn-requote): Bind `non-essential'.
14605
14606 * rfn-eshadow.el (rfn-eshadow-update-overlay): Move binding of
14607 `non-essential' up.
14608
14609 2013-08-17 Michael Albinus <michael.albinus@gmx.de>
14610
14611 * net/tramp.el:
14612 * net/tramp-adb.el:
14613 * net/tramp-cmds.el:
14614 * net/tramp-ftp.el:
14615 * net/tramp-gvfs.el:
14616 * net/tramp-gw.el:
14617 * net/tramp-sh.el: Don't wrap external variable declarations by
14618 `eval-when-compile'.
14619
14620 2013-08-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
14621
14622 * net/shr.el (shr-rescale-image): Use ImageMagick even for GIFs
14623 now that Emacs supports ImageMagick animations.
14624
14625 2013-08-16 Michael Albinus <michael.albinus@gmx.de>
14626
14627 * net/tramp-cmds.el (top): Don't declare `buffer-name'.
14628 (tramp-append-tramp-buffers): Rewrite buffer local variables part.
14629
14630 2013-08-16 Martin Rudalics <rudalics@gmx.at>
14631
14632 * window.el (mouse-autoselect-window-select): Do autoselect when
14633 mouse pointer is on margin.
14634
14635 2013-08-16 William Parsons <wbparsons@alum.mit.edu> (tiny change)
14636
14637 * net/ange-ftp.el (ange-ftp-skip-msgs): Add 500 EPSV. (Bug#1972)
14638
14639 2013-08-16 Glenn Morris <rgm@gnu.org>
14640
14641 * net/ange-ftp.el (ange-ftp-good-msgs, ange-ftp-get-pwd):
14642 Handle "Remote Directory" response of some clients. (Bug#15058)
14643
14644 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local):
14645 Tweak warning. (Bug#14926)
14646
14647 * menu-bar.el (send-mail-item-name, read-mail-item-name): Remove.
14648 (menu-bar-tools-menu): Simplify news and mail items. (Bug#15095)
14649
14650 * image-mode.el (image-mode-map): Add menu items to reverse,
14651 increase, decrease, reset animation speed.
14652 (image--set-speed, image-increase-speed, image-decrease-speed)
14653 (image-reverse-speed, image-reset-speed): New functions.
14654 (image-mode-map): Add bindings for speed commands.
14655
14656 * image.el (image-animate-get-speed, image-animate-set-speed):
14657 New functions.
14658 (image-animate-timeout): Respect image :speed property.
14659
14660 2013-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
14661
14662 * emacs-lisp/debug.el (debugger-setup-buffer): Put point on the
14663 previous line (bug#15101).
14664 (debugger-eval-expression, debugger-record-expression):
14665 Use read--expression (bug#15102).
14666
14667 2013-08-15 Michael Albinus <michael.albinus@gmx.de>
14668
14669 Remove byte compiler warnings, visible when compiling with
14670 `byte-compile-force-lexical-warnings' set to t.
14671
14672 * net/tramp.el (tramp-debug-message, tramp-message, tramp-error)
14673 (tramp-error-with-buffer): Rename ARGS to ARGUMENTS and BUFFER to BUF.
14674 (tramp-handle-unhandled-file-name-directory)
14675 (tramp-handle-file-notify-add-watch, tramp-action-login)
14676 (tramp-action-succeed, tramp-action-permission-denied)
14677 (tramp-action-terminal, tramp-action-process-alive): Prefix unused
14678 arguments with "_".
14679
14680 * net/tramp-adb.el (tramp-adb-parse-device-names)
14681 (tramp-adb-handle-insert-directory, tramp-adb-handle-delete-file)
14682 (tramp-adb-handle-copy-file): Prefix unused arguments with "_".
14683 (tramp-adb-handle-file-truename): Remove unused arguments.
14684
14685 * net/tramp-cache.el (tramp-flush-directory-property)
14686 (tramp-flush-connection-property, tramp-list-connections)
14687 (tramp-parse-connection-properties): Prefix unused arguments with "_".
14688
14689 * net/tramp-compat.el (tramp-compat-make-temp-file):
14690 Rename FILENAME to F.
14691
14692 * net/tramp-gvfs.el (tramp-gvfs-handle-file-notify-add-watch)
14693 (tramp-gvfs-handle-write-region, tramp-bluez-parse-device-names)
14694 (tramp-zeroconf-parse-workstation-device-names)
14695 (tramp-zeroconf-parse-webdav-device-names)
14696 (tramp-synce-parse-device-names): Prefix unused arguments with "_".
14697
14698 * net/tramp-gw.el (tramp-gw-gw-proc-sentinel)
14699 (tramp-gw-aux-proc-sentinel): Prefix unused arguments with "_".
14700
14701 * net/tramp-sh.el (tramp-sh-handle-file-truename): Remove unused
14702 arguments.
14703 (tramp-sh-handle-copy-file, tramp-sh-handle-dired-compress-file)
14704 (tramp-sh-handle-insert-file-contents-literally)
14705 (tramp-sh-handle-file-notify-add-watch): Prefix unused arguments
14706 with "_".
14707 (tramp-do-copy-or-rename-file, tramp-barf-if-no-shell-prompt):
14708 Remove unused variables.
14709
14710 * net/tramp-smb.el (tramp-smb-handle-copy-directory)
14711 (tramp-smb-handle-copy-file, tramp-smb-handle-delete-file)
14712 (tramp-smb-read-file-entry): Prefix unused arguments with "_".
14713
14714 * net/tramp-uu.el (tramp-uu-b64-alphabet, tramp-uu-b64-char-to-byte):
14715 Make them a defconst.
14716 (tramp-uuencode-region): Remove unused variable.
14717
14718 2013-08-14 Juanma Barranquero <lekktu@gmail.com>
14719
14720 * frameset.el (frameset--prop-setter): New function.
14721 (frameset-prop): Add gv-setter declaration.
14722 (frameset-filter-minibuffer): Deal with the case that the minibuffer
14723 parameter was already set in FILTERED. Doc fix.
14724 (frameset--record-minibuffer-relationships): Allow saving a
14725 minibufferless frame without its corresponding minibuffer frame.
14726 (frameset--reuse-frame): Accept a match from an orphaned minibufferless
14727 frame, if the frame id matches.
14728 (frameset--minibufferless-last-p): Sort non-orphaned minibufferless
14729 frames before orphaned ones.
14730 (frameset-restore): Warn about orphaned windows, instead of error out.
14731
14732 2013-08-14 Martin Rudalics <rudalics@gmx.at>
14733
14734 * window.el (window-make-atom): Don't overwrite parameter
14735 already present.
14736 (display-buffer-in-atom-window): Handle special case where we
14737 split an already atomic window.
14738 (window--major-non-side-window, display-buffer-in-side-window)
14739 (window--side-check): Ignore minibuffer window when walking
14740 window tree.
14741 (window-deletable-p): Return 'frame only if no other frame uses
14742 our minibuffer window.
14743 (record-window-buffer): Run buffer-list-update-hook.
14744 (split-window): Make sure window--check-frame won't destroy an
14745 existing atomic window in case the new window gets nested
14746 inside.
14747 (display-buffer-at-bottom): Ignore minibuffer window when
14748 walking window tree. Don't split a side window.
14749 (pop-to-buffer): Don't set-buffer here, the select-window call
14750 should do that.
14751 (mouse-autoselect-window-select): Autoselect only if we are in the
14752 text portion of the window.
14753
14754 2013-08-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
14755
14756 * net/shr.el (shr-parse-image-data): New function to grab both the
14757 data itself and the Content-Type.
14758 (shr-put-image): Use it.
14759
14760 * net/eww.el (eww-display-image): Ditto.
14761
14762 * image.el (image-content-type-suffixes): New variable.
14763
14764 2013-08-13 Fabián Ezequiel Gallina <fgallina@gnu.org>
14765
14766 * progmodes/python.el (python-imenu--build-tree)
14767 (python-imenu--put-parent): Simplify and Fix (GH bug 146).
14768
14769 2013-08-13 Xue Fuqiao <xfq.free@gmail.com>
14770
14771 * simple.el (backward-word): Mention the optional argument.
14772
14773 2013-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
14774
14775 * frameset.el (frameset--make): Rename constructor from make-frameset.
14776 (frameset-p, frameset-valid-p): Don't autoload.
14777 (frameset-valid-p): Use normal accessors.
14778
14779 2013-08-13 Glenn Morris <rgm@gnu.org>
14780
14781 * progmodes/compile.el (compile-command): Tweak example in doc.
14782 * obsolete/scribe.el (scribe-mode):
14783 * progmodes/mixal-mode.el (mixal-mode): Quote buffer name. (Bug#15053)
14784
14785 * mail/feedmail.el (feedmail-confirm-outgoing)
14786 (feedmail-display-full-frame, feedmail-deduce-bcc-where): Fix types.
14787
14788 * cus-start.el (truncate-partial-width-windows): Fix type.
14789
14790 * emulation/viper-init.el (viper-search-scroll-threshold): Fix type.
14791
14792 * net/shr.el (shr-table-horizontal-line): Fix custom type.
14793
14794 2013-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
14795
14796 * emacs-lisp/timer.el (timer--time-setter): New function.
14797 (timer--time): Use it as gv-setter.
14798
14799 * emacs-lisp/gv.el (gv-define-simple-setter): Output warning when
14800 setter is not a symbol.
14801
14802 2013-08-12 Grégoire Jadi <daimrod@gmail.com>
14803
14804 * mail/sendmail.el (sendmail-send-it): Don't kill the error buffer
14805 if sending fails. This makes debugging easier.
14806
14807 2013-08-12 Juanma Barranquero <lekktu@gmail.com>
14808
14809 * xml.el (xml-parse-tag-1): Use looking-at (this reverts change in
14810 2013-08-11T00:07:48Z!lekktu@gmail.com, which breaks the test suite).
14811 https://lists.gnu.org/archive/html/emacs-devel/2013-08/msg00263.html
14812
14813 2013-08-12 Eli Zaretskii <eliz@gnu.org>
14814
14815 * term/w32-win.el (dynamic-library-alist): Add DLLs for zlib.
14816
14817 2013-08-12 Glenn Morris <rgm@gnu.org>
14818
14819 * format.el (format-annotate-function):
14820 Handle read-only text properties in the source. (Bug#14887)
14821
14822 2013-08-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
14823
14824 * net/eww.el (eww-display-html): Ignore coding system errors.
14825 One web site uses "utf-8lias" as the coding system.
14826
14827 2013-08-11 Juanma Barranquero <lekktu@gmail.com>
14828
14829 * frameset.el (frameset-valid-p): Fix check; STATES can indeed be nil.
14830
14831 2013-08-10 Juanma Barranquero <lekktu@gmail.com>
14832
14833 * tutorial.el (tutorial--describe-nonstandard-key): Use string-match-p.
14834 (tutorial--detailed-help): Remove unused local variables.
14835 (tutorial--save-tutorial-to): Use ignore-errors.
14836 (help-with-tutorial): Use looking-at-p.
14837
14838 * view.el (view-buffer-other-window, view-buffer-other-frame):
14839 Mark unused arguments.
14840
14841 * woman.el (woman-parse-colon-path, woman-parse-colon-path)
14842 (woman-select-symbol-fonts, woman, woman-find-file)
14843 (woman-insert-file-contents, woman-non-underline-faces):
14844 Use string-match-p.
14845 (woman1-unquote): Move declaration.
14846
14847 * xml.el (xml-parse-tag-1, xml-parse-string): Use looking-at-p.
14848 (xml-parse-dtd): Use looking-at-p, string-match-p. Mark unused
14849 argument. Remove unused local variable.
14850 (xml-parse-elem-type): Use string-match-p.
14851 (xml-substitute-numeric-entities): Use ignore-errors.
14852
14853 * calculator.el (calculator): Mark unused argument.
14854 (calculator-paste, calculator-quit, calculator-integer-p):
14855 Use ignore-errors.
14856 (calculator-string-to-number, calculator-decimal, calculator-exp)
14857 (calculator-op-or-exp): Use string-match-p.
14858
14859 * dired.el (dired-buffer-more-recently-used-p): Declare.
14860 (dired-insert-set-properties, dired-insert-old-subdirs):
14861 Use ignore-errors.
14862
14863 * dired-aux.el (dired-compress): Use ignore-errors.
14864 (dired-do-chxxx, dired-do-chmod, dired-trample-file-versions)
14865 (dired-do-async-shell-command, dired-do-shell-command)
14866 (dired-shell-stuff-it, dired-compress-file, dired-insert-subdir)
14867 (dired-insert-subdir-validate): Use string-match-p.
14868 (dired-map-dired-file-lines, dired-subdir-hidden-p): Use looking-at-p.
14869 (dired-add-entry): Use string-match-p, looking-at-p.
14870 (dired-insert-subdir-newpos): Remove unused local variable.
14871
14872 * filenotify.el (file-notify-callback): Remove unused local variable.
14873
14874 * filesets.el (filesets-error): Mark unused argument.
14875 (filesets-which-command-p, filesets-filter-dir-names)
14876 (filesets-directory-files, filesets-get-external-viewer)
14877 (filesets-ingroup-get-data): Use string-match-p.
14878
14879 * find-file.el (ff-other-file-name, ff-other-file-name)
14880 (ff-find-the-other-file, ff-cc-hh-converter):
14881 Remove unused local variables.
14882 (ff-get-file-name): Use string-match-p.
14883 (ff-all-dirs-under): Use ignore-errors.
14884
14885 * follow.el (follow-comint-scroll-to-bottom): Mark unused argument.
14886 (follow-select-if-visible): Remove unused local variable.
14887
14888 * forms.el (read-file-filter): Move declaration.
14889 (forms--make-format, forms--make-parser, forms-insert-record):
14890 Quote function with #'.
14891 (forms--update): Use string-match-p. Quote function with #'.
14892
14893 * help-mode.el (help-dir-local-var-def): Mark unused argument.
14894 (help-make-xrefs): Use looking-at-p.
14895 (help-xref-on-pp): Use looking-at-p, ignore-errors.
14896
14897 * ibuffer.el (ibuffer-ext-visible-p): Declare.
14898 (ibuffer-confirm-operation-on): Use string-match-p.
14899
14900 * msb.el (msb-item-handler, msb-dired-item-handler):
14901 Mark unused arguments.
14902
14903 * ses.el (ses-decode-cell-symbol)
14904 (ses-kill-override): Remove unused local variable.
14905 (ses-create-cell-variable, ses-relocate-formula): Use string-match-p.
14906 (ses-load): Use ignore-errors, looking-at-p.
14907 (ses-jump-safe): Use ignore-errors.
14908 (ses-export-tsv, ses-export-tsf, ses-unsafe): Mark unused arguments.
14909
14910 * tabify.el (untabify, tabify): Mark unused arguments.
14911
14912 * thingatpt.el (thing-at-point--bounds-of-well-formed-url):
14913 Mark unused argument.
14914 (bounds-of-thing-at-point, thing-at-point-bounds-of-list-at-point)
14915 (thing-at-point-newsgroup-p, form-at-point): Use ignore-errors.
14916
14917 * emacs-lisp/timer.el (timer--time): Define setter with
14918 gv-define-setter to avoid deprecation warning.
14919
14920 * completion.el: Remove stuff unused since revno:3176 (1993-05-27).
14921 (*record-cmpl-statistics-p*): Remove (was commented out).
14922 (cmpl-statistics-block): Remove (body was commented out).
14923 All callers changed.
14924 (add-completions-from-buffer, load-completions-from-file):
14925 Remove unused variables.
14926
14927 2013-08-09 Juanma Barranquero <lekktu@gmail.com>
14928
14929 * filecache.el (file-cache-delete-file-list):
14930 Print message only when told so.
14931 (file-cache-files-matching): Use #' in mapconcat argument.
14932
14933 * ffap.el (ffap-url-at-point): Fix reference to variable
14934 thing-at-point-default-mail-uri-scheme.
14935
14936 2013-08-09 Stefan Monnier <monnier@iro.umontreal.ca>
14937
14938 * subr.el (define-error): New function.
14939 * progmodes/ada-xref.el (ada-error-file-not-found): Rename from
14940 error-file-not-found and define with define-error.
14941 * emacs-lisp/cl-lib.el (cl-assertion-failed): Move here from subr.el
14942 and define with define-error.
14943 * userlock.el (file-locked, file-supersession):
14944 * simple.el (mark-inactive):
14945 * progmodes/js.el (js-moz-bad-rpc, js-js-error):
14946 * progmodes/ada-mode.el (ada-mode-errors):
14947 * play/life.el (life-extinct):
14948 * nxml/xsd-regexp.el (xsdre-invalid-regexp, xsdre-parse-error):
14949 * nxml/xmltok.el (xmltok-markup-declaration-parse-error):
14950 * nxml/rng-util.el (rng-error):
14951 * nxml/rng-uri.el (rng-uri-error):
14952 * nxml/rng-match.el (rng-compile-error):
14953 * nxml/rng-cmpct.el (rng-c-incorrect-schema):
14954 * nxml/nxml-util.el (nxml-error, nxml-file-parse-error):
14955 * nxml/nxml-rap.el (nxml-scan-error):
14956 * nxml/nxml-outln.el (nxml-outline-error):
14957 * net/soap-client.el (soap-error):
14958 * net/gnutls.el (gnutls-error):
14959 * net/ange-ftp.el (ftp-error):
14960 * mpc.el (mpc-proc-error):
14961 * json.el (json-error, json-readtable-error, json-unknown-keyword)
14962 (json-number-format, json-string-escape, json-string-format)
14963 (json-key-format, json-object-format):
14964 * jka-compr.el (compression-error):
14965 * international/quail.el (quail-error):
14966 * international/kkc.el (kkc-error):
14967 * emacs-lisp/ert.el (ert-test-failed):
14968 * calc/calc.el (calc-error, inexact-result, math-overflow)
14969 (math-underflow):
14970 * bookmark.el (bookmark-error-no-filename):
14971 * epg.el (epg-error): Define with define-error.
14972
14973 * time.el (display-time-event-handler)
14974 (display-time-next-load-average): Don't call sit-for since it seems
14975 unnecessary (bug#15045).
14976
14977 * emacs-lisp/checkdoc.el: Remove redundant :group keywords.
14978 Use #' instead of ' to quote functions.
14979 (checkdoc-output-mode): Use setq-local.
14980 (checkdoc-spellcheck-documentation-flag, checkdoc-ispell-lisp-words)
14981 (checkdoc-verb-check-experimental-flag, checkdoc-proper-noun-regexp)
14982 (checkdoc-common-verbs-regexp): Mark safe-local-variable (bug#15010).
14983 (checkdoc-ispell, checkdoc-ispell-current-buffer)
14984 (checkdoc-ispell-interactive, checkdoc-ispell-message-interactive)
14985 (checkdoc-ispell-message-text, checkdoc-ispell-start)
14986 (checkdoc-ispell-continue, checkdoc-ispell-comments)
14987 (checkdoc-ispell-defun): Remove unused arg `take-notes'.
14988
14989 * ido.el (ido-completion-help): Fix up compiler warning.
14990
14991 2013-08-09 Juanma Barranquero <lekktu@gmail.com>
14992
14993 * frameset.el (frameset-p): Add autoload cookie.
14994 (frameset--jump-to-register): New function, based on code moved from
14995 register.el.
14996 (frameset-to-register): Move from register.el. Adapt to `registerv'.
14997
14998 * register.el (frameset-frame-id, frameset-frame-with-id, frameset-p)
14999 (frameset-restore, frameset-save, frameset-session-filter-alist):
15000 Remove declarations.
15001 (register-alist): Doc fix.
15002 (frameset-to-register): Move to frameset.el.
15003 (jump-to-register, describe-register-1): Remove frameset-specific code.
15004
15005 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
15006
15007 * allout-widgets.el (allout-widgets-pre-command-business)
15008 (allout-widgets-post-command-business)
15009 (allout-widgets-after-change-handler)
15010 (allout-decorate-item-and-context, allout-set-boundary-marker)
15011 (allout-body-modification-handler)
15012 (allout-graphics-modification-handler): Mark ignored arguments.
15013 (allout-widgets-post-command-business)
15014 (allout-widgets-exposure-change-processor)
15015 (allout-widgets-exposure-undo-processor)
15016 (allout-decorate-item-and-context, allout-redecorate-visible-subtree)
15017 (allout-parse-item-at-point, allout-decorate-item-guides)
15018 (allout-decorate-item-cue, allout-item-span): Remove unused variables.
15019 * allout.el (epa-passphrase-callback-function): Declare.
15020 (allout-overlay-insert-in-front-handler)
15021 (allout-overlay-interior-modification-handler)
15022 (allout-isearch-end-handler, allout-chart-siblings)
15023 (allout-up-current-level, allout-end-of-level, allout-reindent-body)
15024 (allout-yank-processing, allout-process-exposed)
15025 (allout-latex-verb-quote, allout-latexify-one-item, outlineify-sticky)
15026 (allout-latex-verbatim-quote-curr-line): Remove unused variables.
15027 * emacs-lisp/lisp-mode.el (lisp-eval-defun, last-sexp-toggle-display)
15028 (lisp-indent-defform): Mark ignored arguments.
15029 (lisp-indent-line): Mark ignored arguments. Remove unused variables.
15030 (calculate-lisp-indent): Remove unused variables.
15031 * international/characters.el (indian-2-column, arabic-2-column)
15032 (tibetan): Mark ignored arguments.
15033 (use-cjk-char-width-table): Mark ignored arguments.
15034 Remove unused variables.
15035 * international/fontset.el (build-default-fontset-data)
15036 (x-compose-font-name, create-fontset-from-fontset-spec):
15037 Mark ignored arguments.
15038 (fontset-plain-name): Remove unused variables.
15039 * international/mule.el (charset-id, charset-bytes, generic-char-p)
15040 (keyboard-coding-system): Mark ignored arguments.
15041 (find-auto-coding): Remove unused variables. Use `ignore-errors'.
15042 * help.el (resize-temp-buffer-window):
15043 * window.el (display-buffer-in-major-side-window)
15044 (display-buffer-in-side-window, display-buffer-in-previous-window):
15045 Remove unused variables.
15046 * isearch.el (isearch-forward-symbol):
15047 * version.el (emacs-bzr-version-bzr):
15048 * international/mule-cmds.el (current-language-environment):
15049 * term/common-win.el (x-handle-iconic, x-handle-geometry)
15050 (x-handle-display):
15051 * term/pc-win.el (x-list-fonts, x-display-planes)
15052 (x-display-color-cells, x-server-max-request-size, x-server-vendor)
15053 (x-server-version, x-display-screens, x-display-mm-height)
15054 (x-display-mm-width, x-display-backing-store, x-display-visual-class)
15055 (x-selection-owner-p, x-own-selection-internal)
15056 (x-disown-selection-internal, x-get-selection-internal)
15057 (msdos-initialize-window-system):
15058 * term/tty-colors.el (tty-color-alist, tty-color-clear):
15059 * term/x-win.el (x-handle-no-bitmap-icon):
15060 * vc/vc-hooks.el (vc-mode, vc-default-make-version-backups-p)
15061 (vc-default-find-file-hook, vc-default-extra-menu):
15062 Mark ignored arguments.
15063
15064 2013-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
15065
15066 * emacs-lisp/edebug.el (edebug-debugger): Use edebug-eval to run the
15067 break-condition in the context of the debugged code (bug#12685).
15068
15069 2013-08-08 Christopher Schmidt <christopher@ch.ristopher.com>
15070
15071 * comint.el:
15072 Do not use an overlay to highlight the last prompt. (Bug#14744)
15073 (comint-mode): Make comint-last-prompt buffer local.
15074 (comint-last-prompt): New variable.
15075 (comint-last-prompt-overlay): Remove. Superseded by
15076 comint-last-prompt.
15077 (comint-snapshot-last-prompt, comint-output-filter):
15078 Use comint-last-prompt.
15079
15080 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
15081
15082 * frameset.el (frameset-valid-p): Check vector length. Doc fix.
15083 (frameset-save): Check validity of the resulting frameset.
15084
15085 2013-08-08 Xue Fuqiao <xfq.free@gmail.com>
15086
15087 * ido.el (ido-record-command): Add doc string.
15088
15089 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
15090
15091 * frameset.el (frameset): Do not disable creation of the default
15092 frameset-p predicate. Doc fix.
15093 (frameset-valid-p): New function, copied from the old predicate-p.
15094 Add additional checks.
15095 (frameset-restore): Check with frameset-valid-p.
15096 (frameset-p, frameset-version, frameset-timestamp, frameset-app)
15097 (frameset-name, frameset-description, frameset-properties)
15098 (frameset-states): Add docstring.
15099 (frameset-session-filter-alist, frameset-persistent-filter-alist)
15100 (frameset-filter-alist): Doc fixes.
15101
15102 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
15103
15104 * frameset.el (frameset-p, frameset-prop): Doc fixes.
15105
15106 2013-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
15107
15108 * emacs-lisp/bytecomp.el (byte-compile-function-warn): New function,
15109 extracted from byte-compile-callargs-warn and byte-compile-normal-call.
15110 (byte-compile-callargs-warn, byte-compile-function-form): Use it.
15111 (byte-compile-normal-call): Remove obsolescence check.
15112
15113 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
15114
15115 * frameset.el (frameset-restore): Doc fix.
15116
15117 * register.el (frameset-frame-id, frameset-frame-with-id)
15118 (frameset-p, frameset-restore, frameset-save): Declare.
15119 (register-alist): Document framesets.
15120 (frameset-session-filter-alist): Declare.
15121 (frameset-to-register): New function.
15122 (jump-to-register): Implement jumping to framesets. Doc fix.
15123 (describe-register-1): Describe framesets.
15124
15125 * bindings.el (ctl-x-r-map): Bind ?f to frameset-to-register.
15126
15127 2013-08-07 Juanma Barranquero <lekktu@gmail.com>
15128
15129 * desktop.el (desktop-save-frameset): Use new frameset-save args.
15130 Use lexical-binding.
15131
15132 * frameset.el (frameset): Use type vector, not list (incompatible
15133 change). Do not declare a new constructor, use the default one.
15134 Upgrade suggested properties `app', `name' and `desc' to slots `app',
15135 `name' and `description', respectively, and add read-only slot
15136 `timestamp'. Doc fixes.
15137 (frameset-copy, frameset-persistent-filter-alist)
15138 (frameset-filter-alist, frameset-switch-to-gui-p)
15139 (frameset-switch-to-tty-p, frameset-filter-tty-to-GUI)
15140 (frameset-filter-sanitize-color, frameset-filter-minibuffer)
15141 (frameset-filter-iconified, frameset-keep-original-display-p):
15142 Doc fixes.
15143 (frameset-filter-shelve-param, frameset-filter-unshelve-param):
15144 Rename from frameset-filter-(save|restore)-param. All callers changed.
15145 Doc fix.
15146 (frameset-p): Adapt to change to vector and be more thorough.
15147 Change arg name to OBJECT. Doc fix.
15148 (frameset-prop): Rename arg PROP to PROPERTY. Doc fix.
15149 (frameset-session-filter-alist): Rename from frameset-live-filter-alist.
15150 All callers changed.
15151 (frameset-frame-with-id): Rename from frameset-locate-frame-id.
15152 All callers changed.
15153 (frameset--record-minibuffer-relationships): Rename from
15154 frameset--process-minibuffer-frames. All callers changed.
15155 (frameset-save): Add new keyword arguments APP, NAME and DESCRIPTION.
15156 Use new default constructor (again). Doc fix.
15157 (frameset--find-frame-if): Rename from `frameset--find-frame'.
15158 All callers changed.
15159 (frameset--reuse-frame): Rename arg FRAME-CFG to PARAMETERS.
15160 (frameset--initial-params): Rename arg FRAME-CFG to PARAMETERS.
15161 Doc fix.
15162 (frameset--restore-frame): Rename args FRAME-CFG and WINDOW-CFG to
15163 PARAMETERS and WINDOW-STATE, respectively.
15164 (frameset-restore): Add new keyword argument PREDICATE.
15165 Reset frameset--target-display to nil. Doc fix.
15166
15167 2013-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
15168
15169 * progmodes/bat-mode.el (bat--syntax-propertize): New var.
15170 (bat-mode): Use it.
15171 (bat-mode-syntax-table): Mark \n as end-of-comment.
15172 (bat-font-lock-keywords): Remove comment rule.
15173
15174 * progmodes/bat-mode.el: Rename from dos.el. Use "bat-" prefix.
15175 (dos-mode-help): Remove. Use describe-mode (C-h m) instead.
15176
15177 * emacs-lisp/bytecomp.el: Check existence of f in #'f.
15178 (byte-compile-callargs-warn): Use `push'.
15179 (byte-compile-arglist-warn): Ignore higher-order "calls".
15180 (byte-compile-file-form-autoload): Use `pcase'.
15181 (byte-compile-function-form): If quoting a symbol, check that it exists.
15182
15183 2013-08-07 Eli Zaretskii <eliz@gnu.org>
15184
15185 * progmodes/dos.el (dos-font-lock-keywords): Rename LINUX to UNIX
15186 and add a few popular commands found in batch files.
15187 (dos, dos-label-face, dos-cmd-help, dos-run, dos-run-args)
15188 (dos-mode): Doc fixes.
15189
15190 2013-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
15191
15192 * progmodes/dos.el (auto-mode-alist): Add entries for dos-mode.
15193 (dos-mode): Use setq-local. Add space after "rem".
15194 (dos-mode-syntax-table): Don't use "w" for symbol chars.
15195 (dos-font-lock-keywords): Try to adjust font-lock rules accordingly.
15196
15197 2013-08-07 Arni Magnusson <arnima@hafro.is>
15198
15199 * progmodes/dos.el: New file.
15200 * generic-x.el (bat-generic-mode): Redefine as an obsolete alias to
15201 dos-mode.
15202
15203 2013-08-06 Glenn Morris <rgm@gnu.org>
15204
15205 * calendar/calendar.el: Add new faces, and day-header-array.
15206 (calendar-weekday-header, calendar-weekend-header)
15207 (calendar-month-header): New faces.
15208 (calendar-day-header-construct): New function.
15209 (calendar-day-header-width): Also :set calendar-day-header-array.
15210 (calendar-american-month-header, calendar-european-month-header)
15211 (calendar-iso-month-header): Use calendar- faces.
15212 (calendar-generate-month):
15213 Use calendar-day-header-array for day headers; apply faces to them.
15214 (calendar-mode): Check calendar-font-lock-keywords non-nil.
15215 (calendar-abbrev-construct): Add optional maxlen argument.
15216 (calendar-day-name-array): Doc fix.
15217 (calendar-day-name-array, calendar-abbrev-length)
15218 (calendar-day-abbrev-array):
15219 Also :set calendar-day-header-array, and maybe redraw.
15220 (calendar-day-header-array): New option. (Bug#15007)
15221 (calendar-font-lock-keywords): Set to nil and make obsolete.
15222 (calendar-day-name): Add option to use header array.
15223
15224 2013-08-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
15225
15226 * net/shr.el (shr-render-td): Remove debugging.
15227 (shr-render-td): Make width computation consistent by defaulting
15228 all zero-width columns to 10 characters. This may not be optimal,
15229 but it's at least consistent.
15230 (shr-make-table-1): Redo last change to fix the real problem in
15231 colspan handling.
15232
15233 2013-08-06 Dmitry Antipov <dmantipov@yandex.ru>
15234
15235 * files.el (cache-long-line-scans):
15236 Make obsolete alias to `cache-long-scans'.
15237
15238 2013-08-06 Juanma Barranquero <lekktu@gmail.com>
15239
15240 * frameset.el (frameset, frameset-filter-alist)
15241 (frameset-filter-params, frameset-save, frameset--reuse-frame)
15242 (frameset--minibufferless-last-p, frameset-restore): Doc fixes.
15243 (frameset-compute-pos): Rename from frameset--compute-pos,
15244 and add docstring.
15245 (frameset-move-onscreen): Use frameset-compute-pos.
15246 Most changes suggested by Drew Adams <drew.adams@oracle.com>.
15247
15248 * find-lisp.el (find-lisp-line-indent, find-lisp-find-dired-filter):
15249 Fix typos in docstrings.
15250
15251 2013-08-06 Dmitry Antipov <dmantipov@yandex.ru>
15252
15253 * frame.el (get-other-frame): Tiny cleanup.
15254
15255 2013-08-06 Juanma Barranquero <lekktu@gmail.com>
15256
15257 * vc/vc.el (vc-default-ignore-completion-table):
15258 Silence byte-compiler warning.
15259
15260 * frameset.el (frameset-p): Don't check non-nullness of the `properties'
15261 slot, which can indeed be nil.
15262 (frameset-live-filter-alist, frameset-persistent-filter-alist):
15263 Move entry for `left' from persistent to live filter alist.
15264 (frameset-filter-alist, frameset--minibufferless-last-p, frameset-save):
15265 Doc fixes.
15266 (frameset-filter-params): When restoring a frame, copy items added to
15267 `filtered', to avoid unwittingly modifying the original parameters.
15268 (frameset-move-onscreen): Rename from frameset--move-onscreen. Doc fix.
15269 (frameset--restore-frame): Fix reference to frameset-move-onscreen.
15270
15271 * dired.el (dired-insert-directory): Revert change in 2013-06-21T12:24:37Z!lekktu@gmail.com
15272 to use looking-at-p instead of looking-at. (Bug#15028)
15273
15274 2013-08-05 Stefan Monnier <monnier@iro.umontreal.ca>
15275
15276 Revert introduction of isearch-filter-predicates (bug#14714).
15277 Rely on add-function instead.
15278 * isearch.el (isearch-filter-predicates): Rename it back to
15279 isearch-filter-predicate.
15280 (isearch-message-prefix): Use advice-function-mapc and advice
15281 properties to get the isearch-message-prefix.
15282 (isearch-search, isearch-lazy-highlight-search): Revert to funcall
15283 instead of run-hook-with-args-until-failure.
15284 (isearch-filter-visible): Not obsolete any more.
15285 * loadup.el: Preload nadvice.
15286 * replace.el (perform-replace): Revert to funcall
15287 instead of run-hook-with-args-until-failure.
15288 * wdired.el (wdired-change-to-wdired-mode): Use add-function.
15289 * dired-aux.el (dired-isearch-filenames-mode): Rename from
15290 dired-isearch-filenames-toggle; make it into a proper minor mode.
15291 Use add/remove-function.
15292 (dired-isearch-filenames-setup, dired-isearch-filenames-end):
15293 Call the minor-mode rather than add/remove-hook.
15294 (dired-isearch-filter-filenames):
15295 Remove isearch-message-prefix property.
15296 * info.el (Info--search-loop): New function, extracted from Info-search.
15297 Funcall isearch-filter-predicate instead of
15298 run-hook-with-args-until-failure isearch-filter-predicates.
15299 (Info-search): Use it.
15300 (Info-mode): Use isearch-filter-predicate instead of
15301 isearch-filter-predicates.
15302
15303 2013-08-05 Dmitry Antipov <dmantipov@yandex.ru>
15304
15305 Do not call to `selected-window' where it is assumed by default.
15306 Affected functions are `window-minibuffer-p', `window-dedicated-p',
15307 `window-hscroll', `window-width', `window-height', `window-buffer',
15308 `window-frame', `window-start', `window-point', `next-window'
15309 and `window-display-table'.
15310 * abbrev.el (abbrev--default-expand):
15311 * bs.el (bs--show-with-configuration):
15312 * buff-menu.el (Buffer-menu-mouse-select):
15313 * calc/calc.el (calc):
15314 * calendar/calendar.el (calendar-generate-window):
15315 * calendar/diary-lib.el (diary-simple-display, diary-show-all-entries)
15316 (diary-make-entry):
15317 * comint.el (send-invisible, comint-dynamic-complete-filename)
15318 (comint-dynamic-simple-complete, comint-dynamic-list-completions):
15319 * completion.el (complete):
15320 * dabbrev.el (dabbrev-expand, dabbrev--make-friend-buffer-list):
15321 * disp-table.el (describe-current-display-table):
15322 * doc-view.el (doc-view-insert-image):
15323 * ebuff-menu.el (Electric-buffer-menu-mouse-select):
15324 * ehelp.el (with-electric-help):
15325 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
15326 * emacs-lisp/edebug.el (edebug-two-window-p, edebug-pop-to-buffer):
15327 * emacs-lisp/helper.el (Helper-help-scroller):
15328 * emulation/cua-base.el (cua--post-command-handler-1):
15329 * eshell/esh-mode.el (eshell-output-filter):
15330 * ffap.el (ffap-gnus-wrapper):
15331 * help-macro.el (make-help-screen):
15332 * hilit-chg.el (highlight-compare-buffers):
15333 * hippie-exp.el (hippie-expand, try-expand-dabbrev-visible):
15334 * hl-line.el (global-hl-line-highlight):
15335 * icomplete.el (icomplete-simple-completing-p):
15336 * isearch.el (isearch-done):
15337 * jit-lock.el (jit-lock-stealth-fontify):
15338 * mail/rmailsum.el (rmail-summary-scroll-msg-up):
15339 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
15340 * mpc.el (mpc-tagbrowser, mpc):
15341 * net/rcirc.el (rcirc-any-buffer):
15342 * play/gomoku.el (gomoku-max-width, gomoku-max-height):
15343 * play/landmark.el (landmark-max-width, landmark-max-height):
15344 * play/zone.el (zone):
15345 * progmodes/compile.el (compilation-goto-locus):
15346 * progmodes/ebrowse.el (ebrowse-view/find-file-and-search-pattern):
15347 * progmodes/etags.el (find-tag-other-window):
15348 * progmodes/fortran.el (fortran-column-ruler):
15349 * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
15350 * progmodes/verilog-mode.el (verilog-point-text):
15351 * reposition.el (reposition-window):
15352 * rot13.el (toggle-rot13-mode):
15353 * server.el (server-switch-buffer):
15354 * shell.el (shell-dynamic-complete-command)
15355 (shell-dynamic-complete-environment-variable):
15356 * simple.el (insert-buffer, set-selective-display)
15357 (delete-completion-window):
15358 * speedbar.el (speedbar-timer-fn, speedbar-center-buffer-smartly)
15359 (speedbar-recenter):
15360 * startup.el (fancy-splash-head):
15361 * textmodes/ispell.el (ispell-command-loop):
15362 * textmodes/makeinfo.el (makeinfo-compilation-sentinel-region):
15363 * tutorial.el (help-with-tutorial):
15364 * vc/add-log.el (add-change-log-entry):
15365 * vc/compare-w.el (compare-windows):
15366 * vc/ediff-help.el (ediff-indent-help-message):
15367 * vc/ediff-util.el (ediff-setup-control-buffer, ediff-position-region):
15368 * vc/ediff-wind.el (ediff-skip-unsuitable-frames)
15369 (ediff-setup-control-frame):
15370 * vc/emerge.el (emerge-position-region):
15371 * vc/pcvs-util.el (cvs-bury-buffer):
15372 * window.el (walk-windows, mouse-autoselect-window-select):
15373 * winner.el (winner-set-conf, winner-undo): Related users changed.
15374
15375 2013-08-05 Juanma Barranquero <lekktu@gmail.com>
15376
15377 * frameset.el (frameset--set-id): Doc fix.
15378 (frameset-frame-id, frameset-frame-id-equal-p)
15379 (frameset-locate-frame-id): New functions.
15380 (frameset--process-minibuffer-frames, frameset--reuse-frame)
15381 (frameset-restore): Use them.
15382
15383 2013-08-05 Dmitry Antipov <dmantipov@yandex.ru>
15384
15385 Do not call to `selected-frame' where it is assumed by default.
15386 Affected functions are `raise-frame', `redraw-frame',
15387 `frame-first-window', `frame-terminal' and `delete-frame'.
15388 * calendar/appt.el (appt-disp-window):
15389 * epg.el (epg-wait-for-completion):
15390 * follow.el (follow-delete-other-windows-and-split)
15391 (follow-avoid-tail-recenter):
15392 * international/mule.el (set-terminal-coding-system):
15393 * mail/rmail.el (rmail-mail-return):
15394 * net/newst-plainview.el (newsticker--buffer-set-uptodate):
15395 * progmodes/f90.el (f90-add-imenu-menu):
15396 * progmodes/idlw-toolbar.el (idlwave-toolbar-toggle):
15397 * server.el (server-switch-buffer):
15398 * simple.el (delete-completion-window):
15399 * talk.el (talk):
15400 * term/xterm.el (terminal-init-xterm-modify-other-keys)
15401 (xterm-turn-on-modify-other-keys, xterm-remove-modify-other-keys):
15402 * vc/ediff-util.el (ediff-status-info, ediff-show-diff-output):
15403 * vc/ediff.el (ediff-documentation): Related users changed.
15404 * frame.el (selected-terminal): Remove the leftover.
15405
15406 2013-08-05 Glenn Morris <rgm@gnu.org>
15407
15408 * calendar/calendar.el (calendar-generate-month):
15409 Fix for calendar-column-width != 1 + calendar-day-digit-width.
15410 (calendar-generate-month, calendar-font-lock-keywords):
15411 Fix for calendar-day-header-width > length of any day name.
15412
15413 2013-08-05 Juanma Barranquero <lekktu@gmail.com>
15414
15415 * desktop.el (desktop-clear): Use new name of sort predicate.
15416
15417 * frameset.el (frameset): Add docstring. Move :version property to its
15418 own `version' slot.
15419 (frameset-copy): Rename from copy-frameset.
15420 (frameset-p): Check more thoroughly.
15421 (frameset-prop): Do not check for :version, which is no longer a prop.
15422 (frameset-live-filter-alist, frameset-persistent-filter-alist):
15423 Use new :never value instead of t.
15424 (frameset-filter-alist): Expand and clarify docstring.
15425 (frameset-filter-tty-to-GUI, frameset-filter-sanitize-color)
15426 (frameset-filter-minibuffer, frameset-filter-save-param)
15427 (frameset-filter-restore-param, frameset-filter-iconified):
15428 Add pointer to docstring of frameset-filter-alist.
15429 (frameset-filter-params): Rename filter values to be more meaningful:
15430 :never instead of t, and reverse the meanings of :save and :restore.
15431 (frameset--process-minibuffer-frames): Clarify error message.
15432 (frameset-save): Avoid unnecessary and confusing call to framep.
15433 Use new BOA constructor for framesets.
15434 (frameset--reuse-list): Doc fix.
15435 (frameset--restore-frame): Rename from frameset--get-frame. Doc fix.
15436 (frameset--minibufferless-last-p): Rename from frameset--sort-states.
15437 (frameset-minibufferless-first-p): Doc fix.
15438 Rename from frameset-sort-frames-for-deletion.
15439 (frameset-restore): Doc fixes. Use new function names.
15440 Most changes suggested by Drew Adams <drew.adams@oracle.com>.
15441
15442 2013-08-04 Juanma Barranquero <lekktu@gmail.com>
15443
15444 * desktop.el (desktop-restore-forces-onscreen)
15445 (desktop-restore-reuses-frames): Document :keyword constant values.
15446 (desktop-filter-parameters-alist): Remove, now identical to
15447 frameset-filter-alist.
15448 (desktop--filter-tty*): Remove, moved to frameset.el.
15449 (desktop-save-frameset, desktop-restore-frameset):
15450 Do not pass :filters argument.
15451
15452 * frameset.el (frameset-live-filter-alist)
15453 (frameset-persistent-filter-alist): New variables.
15454 (frameset-filter-alist): Use them. Add autoload cookie.
15455 (frameset-filter-tty-to-GUI): Move from desktop.el and rename.
15456 (frameset--set-id, frameset--reuse-frame): Rename `frame-id' to
15457 `frameset--id' (it's supposed to be internal to frameset.el).
15458 (frameset--process-minibuffer-frames): Ditto. Doc fix.
15459 (frameset--initial-params): New function.
15460 (frameset--get-frame): Use it. Doc fix.
15461 (frameset--move-onscreen): Accept new PRED value for FORCE-ONSCREEN.
15462 Accept :all, not 'all.
15463 (frameset-restore): Add new predicate values for FORCE-ONSCREEN and
15464 FORCE-DISPLAY. Use :keywords for constant arguments to avoid collision
15465 with fbound symbols. Fix frame id matching, and remove matching ids if
15466 the frame being restored is deleted. Obey :delete.
15467
15468 2013-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
15469
15470 * subr.el (macrop): New function.
15471 (text-clone--maintaining): New var.
15472 (text-clone--maintain): Rename from text-clone-maintain. Use it
15473 instead of inhibit-modification-hooks.
15474
15475 * emacs-lisp/nadvice.el (advice--normalize): For aliases to macros, use
15476 a proxy, so as handle autoloads and redefinitions of the target.
15477 (advice--defalias-fset, advice-remove): Use advice--symbol-function.
15478
15479 * emacs-lisp/pcase.el (pcase-mutually-exclusive-predicates):
15480 Remove bogus (arrayp . stringp) pair. Add entries for `vectorp'.
15481 (pcase--mutually-exclusive-p): New function.
15482 (pcase--split-consp): Use it.
15483 (pcase--split-pred): Use it. Optimize the case where `pat' is a qpat
15484 mutually exclusive with the current predicate.
15485
15486 * emacs-lisp/edebug.el (edebug-lookup-function): Remove function.
15487 (edebug-macrop): Remove. Use `macrop' instead.
15488 * emacs-lisp/advice.el (ad-subr-p): Remove. Use `subrp' instead.
15489 (ad-macro-p):
15490 * eshell/esh-cmd.el (eshell-macrop):
15491 * apropos.el (apropos-macrop): Remove. Use `macrop' instead.
15492
15493 2013-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
15494
15495 * emacs-lisp/nadvice.el (advice-function-mapc): Rename from advice-mapc.
15496 (advice-mapc): New function, using it.
15497 (advice-function-member-p): New function.
15498 (advice--normalize): Store the cdr in advice--saved-rewrite since
15499 that's the part that will be changed.
15500 (advice--symbol-function): New function.
15501 (advice-remove): Handle removal before the function is defined.
15502 Adjust to new advice--saved-rewrite.
15503 (advice-member-p): Use advice-function-member-p and
15504 advice--symbol-function.
15505
15506 2013-08-04 Juanma Barranquero <lekktu@gmail.com>
15507
15508 * frameset.el (frameset-p, frameset-save): Fix autoload cookies.
15509 (frameset-filter-minibuffer): Doc fix.
15510 (frameset-restore): Fix autoload cookie. Fix typo in docstring.
15511 (frameset--set-id, frameset--process-minibuffer-frames)
15512 (frameset-restore): Rename parameter `frameset-id' to `frame-id'.
15513 (frameset--reuse-frame): Pass correct frame-id to frameset--find-frame.
15514
15515 * desktop.el (desktop-clear): Only delete frames when called
15516 interactively and desktop-restore-frames is non-nil. Doc fix.
15517 (desktop-read): Set desktop-saved-frameset to nil.
15518
15519 2013-08-04 Xue Fuqiao <xfq.free@gmail.com>
15520
15521 * vc/vc.el (vc-ignore): Rewrite.
15522 (vc-default-ignore-completion-table, vc--read-lines)
15523 (vc--add-line, vc--remove-regexp): New functions.
15524
15525 * vc/vc-svn.el (vc-svn-ignore): Doc fix.
15526 (vc-svn-ignore-completion-table): New function.
15527
15528 * vc/vc-hg.el (vc-hg-ignore): Rewrite.
15529 (vc-hg-ignore-completion-table)
15530 (vc-hg-find-ignore-file): New functions.
15531
15532 * vc/vc-git.el (vc-git-ignore): Rewrite.
15533 (vc-git-ignore-completion-table)
15534 (vc-git-find-ignore-file): New functions.
15535
15536 * vc/vc-dir.el (vc-dir-menu-map): Add menu for vc-dir-ignore.
15537
15538 * vc/vc-bzr.el (vc-bzr-ignore): Rewrite.
15539 (vc-bzr-ignore-completion-table)
15540 (vc-bzr-find-ignore-file): New functions.
15541
15542 2013-08-03 Juanma Barranquero <lekktu@gmail.com>
15543
15544 * frameset.el (frameset-prop): New function and setter.
15545 (frameset-save): Do not modify frame list passed by the caller.
15546
15547 2013-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
15548
15549 * emacs-lisp/package.el (package-desc-from-define): Ignore unknown keys.
15550
15551 2013-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
15552
15553 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode)
15554 (easy-mmode-define-navigation): Avoid ((lambda (..) ..) ...).
15555
15556 * custom.el (custom-initialize-default, custom-initialize-set)
15557 (custom-initialize-reset, custom-initialize-changed): Affect the
15558 toplevel-default-value (bug#6275, bug#14586).
15559 * emacs-lisp/advice.el (ad-compile-function): Undo previous workaround
15560 for bug#6275.
15561
15562 2013-08-02 Juanma Barranquero <lekktu@gmail.com>
15563
15564 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
15565 Add cl-def* expressions.
15566
15567 * frameset.el (frameset-filter-params): Fix order of arguments.
15568
15569 2013-08-02 Juanma Barranquero <lekktu@gmail.com>
15570
15571 Move code related to saving frames to frameset.el.
15572 * desktop.el: Require frameset.
15573 (desktop-restore-frames): Doc fix.
15574 (desktop-restore-reuses-frames): Rename from
15575 desktop-restoring-reuses-frames.
15576 (desktop-saved-frameset): Rename from desktop-saved-frame-states.
15577 (desktop-clear): Clear frames too.
15578 (desktop-filter-parameters-alist): Set from frameset-filter-alist.
15579 (desktop--filter-tty*, desktop-save, desktop-read):
15580 Use frameset functions.
15581 (desktop-before-saving-frames-functions, desktop--filter-*-color)
15582 (desktop--filter-minibuffer, desktop--filter-restore-desktop-parm)
15583 (desktop--filter-save-desktop-parm, desktop--filter-iconified-position)
15584 (desktop-restore-in-original-display-p, desktop--filter-frame-parms)
15585 (desktop--process-minibuffer-frames, desktop-save-frames)
15586 (desktop--reuse-list, desktop--compute-pos, desktop--move-onscreen)
15587 (desktop--find-frame, desktop--select-frame, desktop--make-frame)
15588 (desktop--sort-states, desktop-restoring-frames-p)
15589 (desktop-restore-frames): Remove. Most code moved to frameset.el.
15590 (desktop-restoring-frameset-p, desktop-restore-frameset)
15591 (desktop--check-dont-save, desktop-save-frameset): New functions.
15592 (desktop--app-id): New constant.
15593 (desktop-first-buffer, desktop-buffer-ok-count)
15594 (desktop-buffer-fail-count): Move before first use.
15595 * frameset.el: New file.
15596
15597 2013-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
15598
15599 * files.el: Use lexical-binding.
15600 (dir-locals-read-from-file): Remove unused `err' variable.
15601 (hack-dir-local-variables--warned-coding): New var.
15602 (hack-dir-local-variables): Use it to avoid repeated warnings.
15603 (make-backup-file-name--default-function): New function.
15604 (make-backup-file-name-function): Use it as default.
15605 (buffer-stale--default-function): New function.
15606 (buffer-stale-function): Use it as default.
15607 (revert-buffer-insert-file-contents--default-function): New function.
15608 (revert-buffer-insert-file-contents-function): Use it as default.
15609 (insert-directory): Avoid add-to-list.
15610
15611 * autorevert.el (auto-revert-handler): Simplify.
15612 Use buffer-stale--default-function.
15613
15614 2013-08-01 Tassilo Horn <tsdh@gnu.org>
15615
15616 * speedbar.el (speedbar-query-confirmation-method): Doc fix.
15617
15618 * whitespace.el (whitespace-ensure-local-variables): New function.
15619 (whitespace-cleanup-region): Call it.
15620 (whitespace-turn-on): Call it.
15621
15622 2013-08-01 Michael Albinus <michael.albinus@gmx.de>
15623
15624 Complete file name handlers.
15625
15626 * net/tramp.el (tramp-handle-set-visited-file-modtime)
15627 (tramp-handle-verify-visited-file-modtime)
15628 (tramp-handle-file-notify-rm-watch): New functions.
15629 (tramp-call-process): Do not bind `default-directory'.
15630
15631 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
15632 Order alphabetically.
15633 <access-file, add-name-to-file, dired-call-process>:
15634 <dired-compress-file, file-acl, file-notify-rm-watch>:
15635 <file-ownership-preserved-p, file-selinux-context>:
15636 <make-directory-internal, make-symbolic-link, set-file-acl>:
15637 <set-file-selinux-context, set-visited-file-modtime>:
15638 <verify-visited-file-modtime>: Add handler.
15639 (tramp-adb-handle-write-region): Apply `set-visited-file-modtime'.
15640
15641 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist)
15642 <file-notify-add-watch, file-notify-rm-watch>:
15643 <set-file-times, set-visited-file-modtime>:
15644 <verify-visited-file-modtime>: Add handler.
15645 (with-tramp-gvfs-error-message)
15646 (tramp-gvfs-handle-set-visited-file-modtime)
15647 (tramp-gvfs-fuse-file-name): Remove.
15648 (tramp-gvfs-handle-file-notify-add-watch)
15649 (tramp-gvfs-file-gvfs-monitor-file-process-filter): New defuns.
15650 (tramp-gvfs-handle-write-region): Fix error in moving tmpfile.
15651
15652 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
15653 Order alphabetically.
15654 <file-notify-rm-watch>: Use default Tramp handler.
15655 <executable-find>: Remove private handler.
15656 (tramp-do-copy-or-rename-file-out-of-band): Do not bind
15657 `default-directory'.
15658 (tramp-sh-handle-executable-find)
15659 (tramp-sh-handle-file-notify-rm-watch): Remove functions.
15660 (tramp-sh-file-gvfs-monitor-dir-process-filter)
15661 (tramp-sh-file-inotifywait-process-filter, tramp-set-remote-path):
15662 Do not use `format' in `tramp-message'.
15663
15664 * net/tramp-smb.el (tramp-smb-file-name-handler-alist)
15665 <file-notify-rm-watch, set-visited-file-modtime>:
15666 <verify-visited-file-modtime>: Add handler.
15667 (tramp-smb-call-winexe): Do not bind `default-directory'.
15668
15669 2013-08-01 Xue Fuqiao <xfq.free@gmail.com>
15670
15671 * vc/vc-hooks.el (vc-menu-map): Fix menu entry for vc-ignore.
15672
15673 2013-07-31 Dmitry Gutov <dgutov@yandex.ru>
15674
15675 * vc/log-view.el (log-view-diff): Extract `log-view-diff-common',
15676 use it.
15677 (log-view-diff-changeset): Same.
15678 (log-view-diff-common): Call backend command `previous-revision'
15679 to find out the previous revision, in both cases. Swap the
15680 variables `to' and `fr', so that `fr' usually refers to the
15681 earlier revision (Bug#14989).
15682
15683 2013-07-31 Kan-Ru Chen <kanru@kanru.info>
15684
15685 * ibuf-ext.el (ibuffer-filter-by-filename):
15686 Make it work with dired buffers too.
15687
15688 2013-07-31 Dmitry Antipov <dmantipov@yandex.ru>
15689
15690 * emacs-lisp/re-builder.el (reb-color-display-p):
15691 * files.el (save-buffers-kill-terminal):
15692 * net/browse-url.el (browse-url):
15693 * server.el (server-save-buffers-kill-terminal):
15694 * textmodes/reftex-toc.el (reftex-toc, reftex-toc-revert):
15695 Prefer nil to selected-frame for the first arg of frame-parameter.
15696
15697 2013-07-31 Xue Fuqiao <xfq.free@gmail.com>
15698
15699 * vc/vc-hooks.el (vc-menu-map): Add menu entry for vc-ignore.
15700
15701 2013-07-30 Stephen Berman <stephen.berman@gmx.net>
15702
15703 * minibuffer.el (completion--twq-all): Try and preserve each
15704 completion's case choice (bug#14907).
15705
15706 2013-07-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
15707
15708 * net/network-stream.el (open-network-stream): Mention the new
15709 :nogreeting parameter.
15710 (network-stream-open-starttls): Use the :nogreeting parameter
15711 (bug#14938).
15712
15713 * net/shr.el (shr-mouse-browse-url): Remove and use `shr-browse-url'.
15714
15715 * net/eww.el (eww-setup-buffer): Switching to the buffer seems
15716 more natural than popping.
15717
15718 * net/shr.el (shr-urlify): Put `follow-link' on URLs (bug#14815).
15719 (shr-urlify): Highlight under mouse.
15720
15721 2013-07-30 Xue Fuqiao <xfq.free@gmail.com>
15722
15723 * vc/vc-hooks.el (vc-prefix-map): Add key binding for vc-ignore.
15724
15725 * vc/vc-dir.el (vc-dir-mode-map): Change key binding for vc-dir-ignore.
15726
15727 * vc/vc-svn.el (vc-svn-ignore): Remove `interactive'. Use `*vc*'
15728 buffer for output.
15729
15730 * vc/vc-hg.el (vc-hg-ignore): Remove `interactive'. Do not assume
15731 point-min==1. Fix search string. Fix parentheses missing.
15732
15733 * vc/vc-git.el (vc-git-ignore): Remove `interactive'. Do not
15734 assume point-min==1. Fix search string. Fix parentheses missing.
15735
15736 * vc/vc-cvs.el (vc-cvs-ignore): Remove `interactive'.
15737
15738 * vc/vc-bzr.el (vc-bzr-ignore): Remove `interactive'. Use `*vc*'
15739 buffer for output.
15740
15741 2013-07-29 Eli Zaretskii <eliz@gnu.org>
15742
15743 * frame.el (frame-notice-user-settings): Avoid inflooping when the
15744 initial frame is minibuffer-less. (Bug#14841)
15745
15746 2013-07-29 Michael Albinus <michael.albinus@gmx.de>
15747
15748 * net/tramp.el (tramp-use-ssh-controlmaster-options): New customer
15749 option.
15750
15751 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
15752 (tramp-maybe-open-connection): Use it.
15753
15754 2013-07-28 Juanma Barranquero <lekktu@gmail.com>
15755
15756 * desktop.el (desktop--make-frame): Include `minibuffer' in the
15757 minimal set of parameters passed when creating a frame, because
15758 the minibuffer status of a frame cannot be changed later.
15759
15760 2013-07-28 Stephen Berman <stephen.berman@gmx.net>
15761
15762 * calendar/todo-mode.el (todo-rename-file): Fix incorrect use of
15763 replace-regexp-in-string and inadvertent omissions in previous change.
15764 (todo-filter-items): Ensure only file names are comma-separated in
15765 name of filtered items buffer.
15766
15767 2013-07-28 Juanma Barranquero <lekktu@gmail.com>
15768
15769 * desktop.el: Optionally force offscreen frames back onscreen.
15770 (desktop-restoring-reuses-frames): New option.
15771 (desktop--compute-pos, desktop--move-onscreen): New functions.
15772 (desktop--make-frame): Use desktop--move-onscreen.
15773
15774 2013-07-27 Alan Mackenzie <acm@muc.de>
15775
15776 Fontify a Java generic method as a function.
15777 * progmodes/cc-langs.el (c-recognize-<>-arglists): Set the Java
15778 value to t.
15779
15780 2013-07-27 Stephen Berman <stephen.berman@gmx.net>
15781
15782 * calendar/todo-mode.el: Add command to rename todo files.
15783 (todo-rename-file): New command.
15784 (todo-key-bindings-t): Add key binding for it. Change the
15785 bindings of todo-filter-regexp-items(-multifile) to use `x'
15786 instead of `r', since the latter is better suited to the new
15787 renaming command.
15788
15789 2013-07-27 Alan Mackenzie <acm@muc.de>
15790
15791 Make Java try-with-resources statement parse properly.
15792 * progmodes/cc-langs.el (c-block-stmt-1-2-kwds)
15793 (c-block-stmt-1-2-key): New language constants/variables.
15794 * progmodes/cc-engine.el (c-beginning-of-statement-1)
15795 (c-after-conditional): Adapt to deal with c-block-stmt-1-2-key.
15796 * progmodes/cc-fonts.el (c-font-lock-declarations): Adapt to deal
15797 with c-block-stmt-1-2-key.
15798
15799 2013-07-27 Juanma Barranquero <lekktu@gmail.com>
15800
15801 * desktop.el (desktop--make-frame): Apply most frame parameters after
15802 creating the frame to force (partially or totally) offscreen frames to
15803 be restored as such.
15804
15805 2013-07-26 Xue Fuqiao <xfq.free@gmail.com>
15806
15807 * vc/vc-dir.el (vc-dir-mode-map): Add binding for vc-root-diff.
15808 (Bug#14948)
15809
15810 2013-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
15811
15812 * emacs-lisp/nadvice.el (advice--called-interactively-skip): Use the new
15813 `base' arg of backtrace-frame.
15814
15815 2013-07-26 Eli Zaretskii <eliz@gnu.org>
15816
15817 * simple.el (list-processes): Doc fix.
15818
15819 2013-07-26 Juanma Barranquero <lekktu@gmail.com>
15820
15821 * desktop.el (desktop--select-frame):
15822 Try harder to reuse existing frames.
15823
15824 2013-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
15825
15826 * emacs-lisp/edebug.el: Use backtrace-eval to handle lexical variables.
15827 (edebug-eval): Use backtrace-eval.
15828 (edebug--display, edebug--recursive-edit): Don't let-bind the
15829 edebug-outer-* vars that keep track of variables we locally let-bind.
15830 (edebug-outside-excursion): Don't restore outside values of locally
15831 let-bound vars.
15832 (edebug--display): Use user-error.
15833 (cl-lexical-debug, cl-debug-env): Remove.
15834
15835 2013-07-26 Juanma Barranquero <lekktu@gmail.com>
15836
15837 * desktop.el (desktop-restore-frames): Call `sit-for' once all frames
15838 are restored to be sure that they are visible before deleting any
15839 remaining ones.
15840
15841 2013-07-26 Matthias Meulien <orontee@gmail.com>
15842
15843 * vc/vc-dir.el (vc-dir-mode-map): Add binding for
15844 vc-print-root-log. (Bug#14948)
15845
15846 2013-07-26 Richard Stallman <rms@gnu.org>
15847
15848 Add aliases for encrypting mail.
15849 * epa.el (epa-mail-aliases): New option.
15850 * epa-mail.el (epa-mail-encrypt): Rewrite to be callable from programs.
15851 Bind inhibit-read-only so read-only text doesn't ruin everything.
15852 (epa-mail-default-recipients): New subroutine broken out.
15853 Handle epa-mail-aliases.
15854
15855 2013-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
15856
15857 Add support for lexical variables to the debugger's `e' command.
15858 * emacs-lisp/debug.el (debug): Don't let-bind the debugger-outer-*
15859 vars, except for debugger-outer-match-data.
15860 (debugger-frame-number): Move check for "on a function call" from
15861 callers into it. Add `skip-base' argument.
15862 (debugger-frame, debugger-frame-clear): Simplify accordingly.
15863 (debugger-env-macro): Only reset the state stored in non-variables,
15864 i.e. current-buffer and match-data.
15865 (debugger-eval-expression): Rewrite using backtrace-eval.
15866 * subr.el (internal--called-interactively-p--get-frame): Remove.
15867 (called-interactively-p):
15868 * emacs-lisp/edebug.el (edebug--called-interactively-skip): Use the new
15869 `base' arg of backtrace-frame instead.
15870
15871 2013-07-26 Glenn Morris <rgm@gnu.org>
15872
15873 * align.el (align-regexp): Doc fix. (Bug#14857)
15874 (align-region): Explicit error if subexpression missing/does not match.
15875
15876 * simple.el (global-visual-line-mode):
15877 Do not duplicate the mode lighter. (Bug#14858)
15878
15879 2013-07-25 Martin Rudalics <rudalics@gmx.at>
15880
15881 * window.el (display-buffer): In display-buffer bind
15882 split-window-keep-point to t, bug#14829.
15883
15884 2013-07-25 Juanma Barranquero <lekktu@gmail.com>
15885
15886 * desktop.el: Rename internal "desktop-X" frame params to "desktop--X".
15887 (desktop-filter-parameters-alist, desktop--filter-restore-desktop-parm)
15888 (desktop--filter-save-desktop-parm, desktop--process-minibuffer-frames)
15889 (desktop--select-frame, desktop--sort-states, desktop-restore-frames):
15890 Change accordingly.
15891 (desktop--select-frame, desktop--sort-states, desktop-restore-frames):
15892 Use pcase-let, pcase-let* to deobfuscate access to desktop--mini values.
15893
15894 2013-07-25 Glenn Morris <rgm@gnu.org>
15895
15896 * dired-x.el (dired-mark-extension): Convert comment to doc string.
15897
15898 2013-07-25 Juanma Barranquero <lekktu@gmail.com>
15899
15900 * desktop.el (desktop--make-frame): Do not pass the `fullscreen'
15901 parameter to modify-frame-parameters if the value has not changed;
15902 this is a workaround for bug#14949.
15903 (desktop--make-frame): On cl-delete-if call, check parameter name,
15904 not full parameter.
15905
15906 2013-07-30 Xue Fuqiao <xfq.free@gmail.com>
15907
15908 * vc/vc.el (vc-ignore): New function.
15909
15910 * vc/vc-svn.el (vc-svn-ignore): New function.
15911
15912 * vc/vc-hg.el (vc-hg-ignore): New function.
15913
15914 * vc/vc-git.el (vc-git-ignore): New function.
15915
15916 * vc/vc-dir.el (vc-dir-mode-map): Add key binding for vc-dir-ignore
15917 (vc-dir-ignore): New function.
15918
15919 * vc/vc-cvs.el (vc-cvs-ignore): New function.
15920 (cvs-append-to-ignore): Move here from pcvs.el.
15921
15922 * vc/vc-bzr.el (vc-bzr-ignore): New function.
15923
15924 * vc/pcvs.el (vc-cvs): Require 'vc-cvs.
15925
15926 2013-07-24 Juanma Barranquero <lekktu@gmail.com>
15927
15928 * desktop.el (desktop-restoring-frames-p): Return a true boolean.
15929 (desktop-restore-frames): Warn when deleting an existing frame failed.
15930
15931 2013-07-24 Glenn Morris <rgm@gnu.org>
15932
15933 * ffap.el (ffap-machine-p): Handle "not known" response. (Bug#14929)
15934
15935 2013-07-24 Michael Albinus <michael.albinus@gmx.de>
15936
15937 * filenotify.el (file-notify-supported-p):
15938 * net/tramp-sh.el (tramp-sh-handle-file-notify-supported-p):
15939 Remove functions.
15940
15941 * autorevert.el (auto-revert-use-notify)
15942 (auto-revert-notify-add-watch):
15943 * net/tramp.el (tramp-file-name-for-operation):
15944 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
15945 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
15946 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
15947 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
15948 Remove `file-notify-supported-p' entry.
15949
15950 2013-07-24 Glenn Morris <rgm@gnu.org>
15951
15952 * printing.el: Replace all uses of deleted ps-windows-system,
15953 ps-lp-system, ps-flatten-list with lpr- versions.
15954
15955 2013-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
15956
15957 * emacs-lisp/pcase.el (pcase--u1): Verify if self-quoting values can be
15958 checked with memq (bug#14935).
15959
15960 * files.el (revert-buffer-function): Use a non-nil default.
15961 (revert-buffer-preserve-modes): Declare var to
15962 provide access to the `preserve-modes' argument.
15963 (revert-buffer): Let-bind it.
15964 (revert-buffer--default): New function, extracted from revert-buffer.
15965
15966 2013-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
15967
15968 * lpr.el: Signal print errors more prominently.
15969 (print-region-function): Don't default to nil.
15970 (lpr-print-region): New function, extracted from print-region-1.
15971 Check lpr's return value and signal an error in case of problem.
15972 (print-region-1): Use it.
15973 * ps-print.el (ps-windows-system, ps-lp-system): Remove. Use the lpr-*
15974 versions instead.
15975 (ps-printer-name): Default to nil.
15976 (ps-printer-name-option): Default to lpr-printer-switch.
15977 (ps-print-region-function): Don't default to nil.
15978 (ps-postscript-code-directory): Simplify default.
15979 (ps-do-despool): Use lpr-print-region to properly check the outcome.
15980 (ps-string-list, ps-eval-switch, ps-flatten-list)
15981 (ps-flatten-list-1): Remove.
15982 (ps-multibyte-buffer): Avoid setq.
15983 * dos-w32.el (direct-print-region-helper): Use proper regexp operators.
15984 (print-region-function, ps-print-region-function): Don't set them here.
15985
15986 2013-07-24 Xue Fuqiao <xfq.free@gmail.com>
15987
15988 * ido.el (ido-fractionp, ido-cache-ftp-work-directory-time)
15989 (ido-max-prospects, ido-mode, ido-max-file-prompt-width)
15990 (ido-unc-hosts-cache, ido-max-directory-size, ido-max-dir-file-cache)
15991 (ido-decorations): Doc fix.
15992
15993 * ansi-color.el: Fix old URL.
15994
15995 2013-07-23 Michael R. Mauger <michael@mauger.com>
15996
15997 * progmodes/sql.el: Version 3.3
15998 (sql-product-alist): Improve oracle :prompt-cont-regexp.
15999 (sql-starts-with-prompt-re, sql-ends-with-prompt-re): New functions.
16000 (sql-interactive-remove-continuation-prompt): Rewrite, use
16001 functions above. Fix continuation prompt and complete output line
16002 handling.
16003 (sql-redirect-one, sql-execute): Use `read-only-mode' on
16004 redirected output buffer.
16005 (sql-mode): Restore deleted code (Bug#13591).
16006
16007 2013-07-23 Juanma Barranquero <lekktu@gmail.com>
16008
16009 * desktop.el (desktop-clear, desktop-list*): Fix previous change.
16010
16011 2013-07-23 Michael Albinus <michael.albinus@gmx.de>
16012
16013 * net/tramp.el (tramp-handle-file-notify-add-watch): New defun.
16014
16015 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
16016 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
16017 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Use it.
16018
16019 2013-07-23 Juanma Barranquero <lekktu@gmail.com>
16020
16021 * desktop.el (desktop-clear): Simplify; remove useless checks
16022 against invalid buffer names.
16023 (desktop-list*): Use cl-list*.
16024 (desktop-buffer-info, desktop-create-buffer): Simplify.
16025
16026 2013-07-23 Leo Liu <sdl.web@gmail.com>
16027
16028 * bookmark.el (bookmark-make-record): Restore NAME as a default
16029 value. (Bug#14933)
16030
16031 2013-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
16032
16033 * emacs-lisp/autoload.el (autoload--setup-output): New function,
16034 extracted from autoload--insert-text.
16035 (autoload--insert-text): Remove.
16036 (autoload--print-cookie-text): New function, extracted from
16037 autoload--insert-cookie-text.
16038 (autoload--insert-cookie-text): Remove.
16039 (autoload-generate-file-autoloads): Adjust calls accordingly.
16040
16041 * winner.el (winner-hook-installed-p): Remove.
16042 (winner-mode): Simplify accordingly.
16043
16044 * subr.el (add-to-list): Fix compiler-macro when `append' is
16045 not constant. Don't use `cl-member' for the base case.
16046
16047 * progmodes/subword.el: Fix boundary case (bug#13758).
16048 (subword-forward-regexp): Make it a constant. Wrap optional \\W in its
16049 own group.
16050 (subword-backward-regexp): Make it a constant.
16051 (subword-forward-internal): Don't treat a trailing capital as the
16052 beginning of a word.
16053
16054 2013-07-22 Ari Roponen <ari.roponen@gmail.com> (tiny change)
16055
16056 * emacs-lisp/package.el (package-menu-mode): Don't modify the
16057 global value of tabulated-list-revert-hook (bug#14930).
16058
16059 2013-07-22 Juanma Barranquero <lekktu@gmail.com>
16060
16061 * desktop.el: Require 'cl-lib.
16062 (desktop-before-saving-frames-functions): New hook.
16063 (desktop--process-minibuffer-frames): Set desktop-mini parameter only
16064 for frames being saved. Rename from desktop--save-minibuffer-frames.
16065 (desktop-save-frames): Run hook desktop-before-saving-frames-functions.
16066 Do not save frames with non-nil `desktop-dont-save' parameter.
16067 Filter out deleted frames.
16068 (desktop--find-frame): Use cl-find-if.
16069 (desktop--select-frame): Use cl-(first|second|third) to access values
16070 of desktop-mini.
16071 (desktop--make-frame): Use cl-delete-if.
16072 (desktop--sort-states): Fix sorting of minibuffer-owning frames.
16073 (desktop-restore-frames): Use cl-(first|second|third) to access values
16074 of desktop-mini. Look for visible frame at the end, not while
16075 restoring frames.
16076
16077 * dired-x.el (dired-mark-unmarked-files, dired-virtual)
16078 (dired-guess-default, dired-mark-sexp, dired-filename-at-point):
16079 Use string-match-p, looking-at-p (bug#14927).
16080
16081 2013-07-21 Juanma Barranquero <lekktu@gmail.com>
16082
16083 * desktop.el (desktop-saved-frame-states):
16084 Rename from desktop--saved-states; all users changed.
16085 (desktop-save-frames): Rename from desktop--save-frames.
16086 Do not save state to desktop file.
16087 (desktop-save): Save desktop-saved-frame-states to desktop file
16088 and reset to nil.
16089 (desktop-restoring-frames-p): New function.
16090 (desktop-restore-frames): Use it. Rename from desktop--restore-frames.
16091 (desktop-read): Use desktop-restoring-frames-p. Do not try to fix
16092 buffer-lists when restoring frames. Suggested by Martin Rudalics.
16093
16094 * desktop.el: Correctly restore iconified frames.
16095 (desktop--filter-iconified-position): New function.
16096 (desktop-filter-parameters-alist): Add entries for `top' and `left'.
16097
16098 2013-07-20 Glenn Morris <rgm@gnu.org>
16099
16100 * progmodes/gdb-mi.el (gdb-delete-handler, gdb-stopped):
16101 Let `message' do the formatting.
16102 (def-gdb-preempt-display-buffer): Add explicit format.
16103
16104 * image-dired.el (image-dired-track-original-file):
16105 Use with-current-buffer.
16106 (image-dired-track-thumbnail): Use with-current-buffer.
16107 Avoid changing point of wrong window.
16108
16109 * image-dired.el (image-dired-track-original-file):
16110 Avoid changing point of wrong window. (Bug#14909)
16111
16112 2013-07-20 Richard Copley <rcopley@gmail.com> (tiny change)
16113
16114 * progmodes/gdb-mi.el (gdb-done-or-error):
16115 Guard against "%" in gdb output. (Bug#14127)
16116
16117 2013-07-20 Andreas Schwab <schwab@linux-m68k.org>
16118
16119 * progmodes/sh-script.el (sh-read-variable): Remove interactive spec.
16120 (Bug#14826)
16121
16122 * international/mule.el (coding-system-iso-2022-flags): Fix last
16123 change.
16124
16125 2013-07-20 Kenichi Handa <handa@gnu.org>
16126
16127 * international/mule.el (coding-system-iso-2022-flags):
16128 Add `8-bit-level-4'. (Bug#8522)
16129
16130 2013-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
16131
16132 * net/shr.el (shr-mouse-browse-url): New command and keystroke
16133 (bug#14815).
16134
16135 * net/eww.el (eww-process-text-input): Allow inputting when the
16136 point is at the start of the line, as the properties aren't
16137 front-sticky.
16138
16139 * net/shr.el (shr-make-table-1): Ensure that we don't infloop on
16140 degenerate widths.
16141
16142 2013-07-19 Richard Stallman <rms@gnu.org>
16143
16144 * epa.el (epa-popup-info-window): Doc fix.
16145
16146 * subr.el (split-string): New arg TRIM.
16147
16148 2013-07-18 Juanma Barranquero <lekktu@gmail.com>
16149
16150 * frame.el (blink-cursor-timer-function, blink-cursor-suspend):
16151 Add check for W32 (followup to 2013-07-16T11:41:06Z!jan.h.d@swipnet.se).
16152
16153 2013-07-18 Michael Albinus <michael.albinus@gmx.de>
16154
16155 * filenotify.el (file-notify--library): Rename from
16156 `file-notify-support'. Do not autoload. Adapt all uses.
16157 (file-notify-supported-p): New defun.
16158
16159 * autorevert.el (auto-revert-use-notify):
16160 Use `file-notify-supported-p' instead of `file-notify-support'.
16161 Adapt docstring.
16162 (auto-revert-notify-add-watch): Use `file-notify-supported-p'.
16163
16164 * net/tramp.el (tramp-file-name-for-operation):
16165 Add `file-notify-supported-p'.
16166
16167 * net/tramp-sh.el (tramp-sh-handle-file-notify-supported-p):
16168 New defun.
16169 (tramp-sh-file-name-handler-alist): Add it as handler for
16170 `file-notify-supported-p '.
16171
16172 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
16173 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
16174 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
16175 Add `ignore' as handler for `file-notify-*' functions.
16176
16177 2013-07-17 Eli Zaretskii <eliz@gnu.org>
16178
16179 * simple.el (line-move-partial, line-move): Don't start vscroll or
16180 scroll-up if the current line is not taller than the window.
16181 (Bug#14881)
16182
16183 2013-07-16 Dmitry Gutov <dgutov@yandex.ru>
16184
16185 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Do not
16186 highlight question marks in the method names as strings.
16187 (ruby-block-beg-keywords): Inline.
16188 (ruby-font-lock-keyword-beg-re): Extract from
16189 `ruby-font-lock-keywords'.
16190
16191 2013-07-16 Jan Djärv <jan.h.d@swipnet.se>
16192
16193 * frame.el (blink-cursor-blinks): New defcustom.
16194 (blink-cursor-blinks-done): New defvar.
16195 (blink-cursor-start): Set blink-cursor-blinks-done to 1.
16196 (blink-cursor-timer-function): Check if number of blinks has been
16197 done on X and NS.
16198 (blink-cursor-suspend, blink-cursor-check): New defuns.
16199
16200 2013-07-15 Glenn Morris <rgm@gnu.org>
16201
16202 * edmacro.el (edmacro-format-keys): Fix previous change.
16203
16204 2013-07-15 Paul Eggert <eggert@cs.ucla.edu>
16205
16206 * shell.el (explicit-bash-args): Remove obsolete hack for Bash 1.x.
16207 The hack didn't work outside English locales anyway.
16208
16209 2013-07-15 Juanma Barranquero <lekktu@gmail.com>
16210
16211 * simple.el (define-alternatives): Rename from alternatives-define,
16212 per RMS' suggestion.
16213
16214 2013-07-14 Juanma Barranquero <lekktu@gmail.com>
16215
16216 * desktop.el (desktop-restore-frames): Change default to t.
16217 (desktop-restore-in-current-display): Now offer more options.
16218 (desktop-restoring-reuses-frames): New customization option.
16219 (desktop--saved-states): Doc fix.
16220 (desktop-filter-parameters-alist): New variable, renamed and expanded
16221 from desktop--excluded-frame-parameters.
16222 (desktop--target-display): New variable.
16223 (desktop-switch-to-gui-p, desktop-switch-to-tty-p)
16224 (desktop--filter-tty*, desktop--filter-*-color)
16225 (desktop--filter-minibuffer, desktop--filter-restore-desktop-parm)
16226 (desktop--filter-save-desktop-parm)
16227 (desktop-restore-in-original-display-p): New functions.
16228 (desktop--filter-frame-parms): Use new desktop-filter-parameters-alist.
16229 (desktop--save-minibuffer-frames): New function, inspired by a similar
16230 function from Martin Rudalics.
16231 (desktop--save-frames): Call it; play nice with desktop-globals-to-save.
16232 (desktop--restore-in-this-display-p): Remove.
16233 (desktop--find-frame): Rename from desktop--find-frame-in-display
16234 and add predicate argument.
16235 (desktop--make-full-frame): Remove, integrated into desktop--make-frame.
16236 (desktop--reuse-list): New variable.
16237 (desktop--select-frame, desktop--make-frame, desktop--sort-states):
16238 New functions.
16239 (desktop--restore-frames): Add support for "minibuffer-special" frames.
16240
16241 2013-07-14 Michael Albinus <michael.albinus@gmx.de>
16242
16243 * net/tramp-sh.el (tramp-sh-handle-vc-registered): Use `ignore-error'.
16244
16245 2013-07-13 Dmitry Gutov <dgutov@yandex.ru>
16246
16247 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
16248 Highlight conversion methods on Kernel.
16249
16250 2013-07-13 Alan Mackenzie <acm@muc.de>
16251
16252 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Label CASE 13
16253 and comment it out. This out-commenting enables certain C++
16254 declarations to be parsed correctly.
16255
16256 2013-07-13 Eli Zaretskii <eliz@gnu.org>
16257
16258 * international/mule.el (define-coding-system): Doc fix.
16259
16260 * simple.el (default-font-height): Don't call font-info if the
16261 frame's default font didn't change since the frame was created.
16262 (Bug#14838)
16263
16264 2013-07-13 Leo Liu <sdl.web@gmail.com>
16265
16266 * ido.el (ido-read-file-name): Guard against non-symbol value.
16267
16268 2013-07-13 Fabián Ezequiel Gallina <fgallina@gnu.org>
16269
16270 * progmodes/python.el (python-imenu--build-tree): Fix corner case
16271 in nested defuns.
16272
16273 2013-07-13 Leo Liu <sdl.web@gmail.com>
16274
16275 * ido.el (ido-exhibit): Handle ido-enter-matching-directory before
16276 ido-set-matches call. (Bug#6852)
16277
16278 2013-07-12 Dmitry Gutov <dgutov@yandex.ru>
16279
16280 * progmodes/ruby-mode.el (ruby-percent-literals-beg-re)
16281 (ruby-syntax-expansion-allowed-p): Support array of symbols, for
16282 Ruby 2.0.
16283 (ruby-font-lock-keywords): Distinguish calls to functions with
16284 module-like names from module references. Highlight character
16285 literals.
16286
16287 2013-07-12 Sergio Durigan Junior <sergiodj@riseup.net> (tiny change)
16288
16289 * progmodes/gdb-mi.el (gdb-strip-string-backslash): New function.
16290 (gdb-send): Handle continued commands. (Bug#14847)
16291
16292 2013-07-12 Juanma Barranquero <lekktu@gmail.com>
16293
16294 * desktop.el (desktop--v2s): Remove unused local variable.
16295 (desktop-save-buffer): Make defvar-local; adjust docstring.
16296 (desktop-auto-save-timeout, desktop-owner): Use ignore-errors.
16297 (desktop-clear, desktop-save-buffer-p): Use string-match-p.
16298
16299 2013-07-12 Andreas Schwab <schwab@linux-m68k.org>
16300
16301 * emacs-lisp/map-ynp.el (map-y-or-n-p): Fix last change.
16302
16303 2013-07-12 Eli Zaretskii <eliz@gnu.org>
16304
16305 * simple.el (next-line, previous-line): Document TRY-VSCROLL and ARG.
16306 (Bug#14842)
16307
16308 2013-07-12 Glenn Morris <rgm@gnu.org>
16309
16310 * doc-view.el: Require cl-lib at runtime too.
16311 (doc-view-remove-if): Remove.
16312 (doc-view-search-next-match, doc-view-search-previous-match):
16313 Use cl-remove-if.
16314
16315 * edmacro.el: Require cl-lib at runtime too.
16316 (edmacro-format-keys, edmacro-parse-keys): Use cl-mismatch, cl-subseq.
16317 (edmacro-mismatch, edmacro-subseq): Remove.
16318
16319 * shadowfile.el: Require cl-lib.
16320 (shadow-remove-if): Remove.
16321 (shadow-set-cluster, shadow-shadows-of-1, shadow-remove-from-todo):
16322 Use cl-remove-if.
16323
16324 * wid-edit.el: Require cl-lib.
16325 (widget-choose): Use cl-remove-if.
16326 (widget-remove-if): Remove.
16327
16328 * progmodes/ebrowse.el: Require cl-lib at runtime too.
16329 (ebrowse-delete-if-not): Remove.
16330 (ebrowse-browser-buffer-list, ebrowse-member-buffer-list)
16331 (ebrowse-tree-buffer-list, ebrowse-same-tree-member-buffer-list):
16332 Use cl-delete-if-not.
16333
16334 2013-07-12 Juanma Barranquero <lekktu@gmail.com>
16335
16336 * emacs-lisp/cl-macs.el (cl-multiple-value-bind, cl-multiple-value-setq)
16337 (cl-the, cl-declare, cl-defstruct): Fix typos in docstrings.
16338
16339 2013-07-12 Leo Liu <sdl.web@gmail.com>
16340
16341 * ido.el (dired-do-copy, dired): Set 'ido property. (Bug#11954)
16342
16343 2013-07-11 Glenn Morris <rgm@gnu.org>
16344
16345 * emacs-lisp/edebug.el: Require cl-lib at run-time too.
16346 (edebug-gensym-index, edebug-gensym):
16347 Remove reimplementation of cl-gensym.
16348 (edebug-make-enter-wrapper, edebug-make-form-wrapper): Use cl-gensym.
16349
16350 * thumbs.el: Require cl-lib at run-time too.
16351 (thumbs-gensym-counter, thumbs-gensym):
16352 Remove reimplementation of cl-gensym.
16353 (thumbs-temp-file): Use cl-gensym.
16354
16355 * emacs-lisp/ert.el: Require cl-lib at runtime too.
16356 (ert--cl-do-remf, ert--remprop, ert--remove-if-not)
16357 (ert--intersection, ert--set-difference, ert--set-difference-eq)
16358 (ert--union, ert--gensym-counter, ert--gensym-counter)
16359 (ert--coerce-to-vector, ert--remove*, ert--string-position)
16360 (ert--mismatch, ert--subseq): Remove reimplementations of cl funcs.
16361 (ert-make-test-unbound, ert--expand-should-1)
16362 (ert--expand-should, ert--should-error-handle-error)
16363 (should-error, ert--explain-equal-rec)
16364 (ert--plist-difference-explanation, ert-select-tests)
16365 (ert--make-stats, ert--remove-from-list, ert--string-first-line):
16366 Use cl-lib functions rather than reimplementations.
16367
16368 2013-07-11 Michael Albinus <michael.albinus@gmx.de>
16369
16370 * net/tramp.el (tramp-methods): Extend docstring.
16371 (tramp-connection-timeout): New defcustom.
16372 (tramp-error-with-buffer): Reset timestamp only when appropriate.
16373 (with-tramp-progress-reporter): Simplify.
16374 (tramp-process-actions): Improve messages.
16375
16376 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
16377 * net/tramp-sh.el (tramp-maybe-open-connection):
16378 Use `tramp-connection-timeout'.
16379 (tramp-methods) <su, sudo, ksu>: Add method specific timeouts.
16380 (Bug#14808)
16381
16382 2013-07-11 Leo Liu <sdl.web@gmail.com>
16383
16384 * ido.el (ido-read-file-name): Conform to the requirements of
16385 read-file-name. (Bug#11861)
16386 (ido-read-directory-name): Conform to the requirements of
16387 read-directory-name.
16388
16389 2013-07-11 Juanma Barranquero <lekktu@gmail.com>
16390
16391 * subr.el (delay-warning): New function.
16392
16393 2013-07-10 Eli Zaretskii <eliz@gnu.org>
16394
16395 * simple.el (default-line-height): New function.
16396 (line-move-partial, line-move): Use it instead of computing the
16397 line height inline.
16398 (line-move-partial): Always compute ROWH. If the last line is
16399 partially-visible, but its text is completely visible, allow
16400 cursor to enter such a partially-visible line.
16401
16402 2013-07-10 Michael Albinus <michael.albinus@gmx.de>
16403
16404 Improve error messages. (Bug#14808)
16405
16406 * net/tramp.el (tramp-current-connection): New defvar, moved from
16407 tramp-sh.el.
16408 (tramp-message-show-progress-reporter-message): Remove, not
16409 needed anymore.
16410 (tramp-error-with-buffer): Show message in minibuffer.
16411 Discard input before waiting. Reset connection timestamp.
16412 (with-tramp-progress-reporter): Improve messages.
16413 (tramp-process-actions): Use progress reporter. Delete process in
16414 case of error. Improve messages.
16415
16416 * net/tramp-sh.el (tramp-barf-if-no-shell-prompt): Use condition-case.
16417 Call `tramp-error-with-buffer' with vector and buffer.
16418 (tramp-current-connection): Remove.
16419 (tramp-maybe-open-connection): The car of
16420 `tramp-current-connection' are the first 3 slots of the vector.
16421
16422 2013-07-10 Teodor Zlatanov <tzz@lifelogs.com>
16423
16424 * progmodes/cfengine.el (cfengine3-indent-line): Do not indent
16425 inside continued strings.
16426
16427 2013-07-10 Paul Eggert <eggert@cs.ucla.edu>
16428
16429 Timestamp fixes for undo (Bug#14824).
16430 * files.el (clear-visited-file-modtime): Move here from fileio.c.
16431
16432 2013-07-10 Leo Liu <sdl.web@gmail.com>
16433
16434 * files.el (require-final-newline): Allow safe local value.
16435 (Bug#14834)
16436
16437 2013-07-09 Leo Liu <sdl.web@gmail.com>
16438
16439 * ido.el (ido-read-directory-name): Handle fallback.
16440 (ido-read-file-name): Update DIR to ido-current-directory.
16441 (Bug#1516)
16442 (ido-add-virtual-buffers-to-list): Robustify. (Bug#14552)
16443
16444 2013-07-09 Dmitry Gutov <dgutov@yandex.ru>
16445
16446 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Remove extra
16447 "autoload". Remove "warn lower camel case" section, previously
16448 commented out. Highlight negation char. Do not highlight the
16449 target in singleton method definitions.
16450
16451 2013-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
16452
16453 * faces.el (tty-setup-hook): Declare the hook.
16454
16455 * emacs-lisp/pcase.el (pcase--split-pred): Add `vars' argument to try
16456 and detect when a guard/pred depends on local vars (bug#14773).
16457 (pcase--u1): Adjust caller.
16458
16459 2013-07-08 Eli Zaretskii <eliz@gnu.org>
16460
16461 * simple.el (line-move-partial, line-move): Account for
16462 line-spacing.
16463 (line-move-partial): Avoid setting vscroll when the last
16464 partially-visible line in window is of default height.
16465
16466 2013-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
16467
16468 * net/shr.el (shr-map): Reinstate the `u' key binding, since it's
16469 been used a while.
16470
16471 2013-07-07 Juanma Barranquero <lekktu@gmail.com>
16472
16473 * subr.el (read-quoted-char): Remove unused local variable `char'.
16474
16475 2013-07-07 Michael Kifer <kifer@cs.stonybrook.edu>
16476
16477 * vc/ediff.el (ediff-version): Version update.
16478 (ediff-files-command, ediff3-files-command, ediff-merge-command)
16479 (ediff-merge-with-ancestor-command, ediff-directories-command)
16480 (ediff-directories3-command, ediff-merge-directories-command)
16481 (ediff-merge-directories-with-ancestor-command): New functions.
16482 All are command-line interfaces to ediff: to facilitate calling
16483 Emacs with the appropriate ediff functions invoked.
16484
16485 * emulation/viper-cmd.el (viper-del-forward-char-in-insert):
16486 New function.
16487 (viper-save-kill-buffer): Check if buffer is modified.
16488
16489 * emulation/viper.el (viper-version): Version update.
16490 (viper-emacs-state-mode-list): Add egg-status-buffer-mode.
16491
16492 2013-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
16493
16494 * faces.el (tty-run-terminal-initialization): Run new tty-setup-hook.
16495 * emulation/viper-cmd.el (viper-envelop-ESC-key): Remove function.
16496 (viper-intercept-ESC-key): Simplify.
16497 * emulation/viper-keym.el (viper-ESC-key): Make it a constant,
16498 don't use kbd.
16499 * emulation/viper.el (viper--tty-ESC-filter, viper--lookup-key)
16500 (viper-catch-tty-ESC, viper-uncatch-tty-ESC)
16501 (viper-setup-ESC-to-escape): New functions.
16502 (viper-go-away, viper-set-hooks): Call viper-setup-ESC-to-escape.
16503 (viper-set-hooks): Do not modify flyspell-mode-hook. (Bug#13793)
16504
16505 2013-07-07 Eli Zaretskii <eliz@gnu.org>
16506
16507 * simple.el (default-font-height, window-screen-lines):
16508 New functions.
16509 (line-move, line-move-partial): Use them instead of
16510 frame-char-height and window-text-height. This makes scrolling
16511 text smoother when the buffer's default face uses a font that is
16512 different from the frame's default font.
16513
16514 2013-07-06 Jan Djärv <jan.h.d@swipnet.se>
16515
16516 * files.el (write-file): Do not display confirm dialog for NS,
16517 it does its own dialog, which can't be canceled (Bug#14578).
16518
16519 2013-07-06 Eli Zaretskii <eliz@gnu.org>
16520
16521 * simple.el (line-move-partial): Adjust the row returned by
16522 posn-at-point for the current window-vscroll. (Bug#14567)
16523
16524 2013-07-06 Michael Albinus <michael.albinus@gmx.de>
16525
16526 * net/tramp-sh.el (tramp-sh-file-gvfs-monitor-dir-process-filter)
16527 (tramp-sh-file-inotifywait-process-filter): Handle file names with
16528 spaces.
16529
16530 2013-07-06 Martin Rudalics <rudalics@gmx.at>
16531
16532 * window.el (window-state-put-stale-windows): New variable.
16533 (window--state-put-2): Save list of windows without matching buffer.
16534 (window-state-put): Remove "bufferless" windows if possible.
16535
16536 2013-07-06 Juanma Barranquero <lekktu@gmail.com>
16537
16538 * simple.el (alternatives-define): Remove leftover :group keyword.
16539 Tweak docstring.
16540
16541 2013-07-06 Leo Liu <sdl.web@gmail.com>
16542
16543 * ido.el (ido-use-virtual-buffers): Allow new value 'auto.
16544 (ido-enable-virtual-buffers): New variable.
16545 (ido-buffer-internal, ido-toggle-virtual-buffers)
16546 (ido-make-buffer-list): Use it.
16547 (ido-exhibit): Support turning on and off virtual buffers
16548 automatically.
16549
16550 2013-07-06 Juanma Barranquero <lekktu@gmail.com>
16551
16552 * simple.el (alternatives-define): New macro.
16553
16554 2013-07-06 Stefan Monnier <monnier@iro.umontreal.ca>
16555
16556 * subr.el (read-quoted-char): Use read-key.
16557 (sit-for): Let read-event decode tty input (bug#14782).
16558
16559 2013-07-05 Stephen Berman <stephen.berman@gmx.net>
16560
16561 * calendar/todo-mode.el: Add handling of file deletion, both by
16562 mode command and externally. Fix various related bugs.
16563 Clarify Commentary and improve some documentation strings and code.
16564 (todo-delete-file): New command.
16565 (todo-check-file): New function.
16566 (todo-show): Handle external deletion of the file we're trying to
16567 show (bug#14688). Replace called-interactively-p by an optional
16568 prefix argument to avoid problematic interaction with catch form
16569 when byte compiled (bug#14702).
16570 (todo-quit): Handle external deletion of the archive's todo file.
16571 Make sure the buffer that was visiting the archive file is still
16572 live before trying to bury it.
16573 (todo-category-completions): Handle external deletion of any
16574 category completion files.
16575 (todo-jump-to-category, todo-basic-insert-item): Recalculate list
16576 of todo files, in case of external deletion.
16577 (todo-add-file): Replace unnecessary setq by let-binding.
16578 (todo-find-archive): Check whether there are any archives.
16579 Replace unnecessary setq by let-binding.
16580 (todo-archive-done-item): Use find-file-noselect to get the
16581 archive buffer whether or not the archive already exists.
16582 Remove superfluous code. Use file size instead of buffer-file-name to
16583 check if the archive is new; if it is, update list of archives.
16584 (todo-default-todo-file): Allow nil to be a valid value for when
16585 there are no todo files.
16586 (todo-reevaluate-default-file-defcustom): Use corrected definition
16587 of todo-default-todo-file.
16588 (todo-key-bindings-t+a+f): Add key binding for todo-delete-file.
16589 (todo-delete-category, todo-show-categories-table)
16590 (todo-category-number): Clarify comment.
16591 (todo-filter-items): Clarify documentation string.
16592 (todo-show-current-file, todo-display-as-todo-file)
16593 (todo-reset-and-enable-done-separator): Tweak documentation string.
16594 (todo-done-separator): Make separator length window-width, since
16595 bug#2749 is now fixed.
16596
16597 2013-07-05 Michael Albinus <michael.albinus@gmx.de>
16598
16599 * net/tramp-sh.el (tramp-sh-handle-file-notify-add-watch):
16600 Support both "gvfs-monitor-dir" and "inotifywait".
16601 (tramp-sh-file-inotifywait-process-filter): Rename from
16602 `tramp-sh-file-notify-process-filter'.
16603 (tramp-sh-file-gvfs-monitor-dir-process-filter)
16604 (tramp-get-remote-gvfs-monitor-dir): New defuns.
16605
16606 2013-07-05 Leo Liu <sdl.web@gmail.com>
16607
16608 * autoinsert.el (auto-insert-alist): Default to lexical-binding.
16609
16610 2013-07-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16611
16612 * frame.el (display-pixel-height, display-pixel-width)
16613 (display-mm-height, display-mm-width): Mention behavior on
16614 multi-monitor setups in docstrings.
16615 (w32-display-monitor-attributes-list): Declare function.
16616 (display-monitor-attributes-list): Use it.
16617
16618 2013-07-04 Michael Albinus <michael.albinus@gmx.de>
16619
16620 * filenotify.el: New package.
16621
16622 * autorevert.el (top): Require filenotify.el.
16623 (auto-revert-notify-enabled): Remove. Use `file-notify-support'
16624 instead.
16625 (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
16626 (auto-revert-notify-handler): Use `file-notify-*' functions.
16627
16628 * subr.el (file-notify-handle-event): Move function to filenotify.el.
16629
16630 * net/tramp.el (tramp-file-name-for-operation):
16631 Handle `file-notify-add-watch' and `file-notify-rm-watch'.
16632
16633 * net/tramp-sh.el (tramp-sh-file-name-handler-alist): Add handler
16634 for `file-notify-add-watch' and `file-notify-rm-watch'.
16635 (tramp-process-sentinel): Improve trace.
16636 (tramp-sh-handle-file-notify-add-watch)
16637 (tramp-sh-file-notify-process-filter)
16638 (tramp-sh-handle-file-notify-rm-watch)
16639 (tramp-get-remote-inotifywait): New defuns.
16640
16641 2013-07-03 Juri Linkov <juri@jurta.org>
16642
16643 * buff-menu.el (Buffer-menu-multi-occur): Add args and move the
16644 call of `occur-read-primary-args' to interactive spec.
16645
16646 * ibuffer.el (ibuffer-mode-map): Bind "M-s a C-o" to
16647 `ibuffer-do-occur' like in buff-menu.el. (Bug#14673)
16648
16649 2013-07-03 Matthias Meulien <orontee@gmail.com>
16650
16651 * buff-menu.el (Buffer-menu-mode-map): Bind "M-s a C-o" to
16652 `Buffer-menu-multi-occur'. Add it to the menu.
16653 (Buffer-menu-mode): Document it in docstring.
16654 (Buffer-menu-multi-occur): New command. (Bug#14673)
16655
16656 2013-07-03 Dmitry Gutov <dgutov@yandex.ru>
16657
16658 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Highlight more
16659 keywords and built-ins.
16660
16661 2013-07-03 Glenn Morris <rgm@gnu.org>
16662
16663 * subr.el (y-or-n-p): Handle empty prompts. (Bug#14770)
16664
16665 Make info-xref checks case-sensitive by default
16666 * info.el (Info-find-node, Info-find-in-tag-table)
16667 (Info-find-node-in-buffer, Info-find-node-2, Info-goto-node):
16668 Add option for exact case matching of nodes.
16669 * info-xref.el (info-xref): New custom group.
16670 (info-xref-case-fold): New option.
16671 (info-xref-goto-node-p): Pass info-xref-case-fold to Info-goto-node.
16672
16673 2013-07-03 Leo Liu <sdl.web@gmail.com>
16674
16675 * ido.el (ido-delete-file-at-head): Respect delete-by-moving-to-trash.
16676
16677 2013-07-03 Dmitry Gutov <dgutov@yandex.ru>
16678
16679 * progmodes/ruby-mode.el (ruby-move-to-block): When we're at a
16680 middle of block statement initially, lower the depth. Remove
16681 FIXME comment, not longer valid. Remove middle of block statement
16682 detection, no need to do that anymore since we've been using
16683 `ruby-parse-region' here.
16684
16685 2013-07-02 Jan Djärv <jan.h.d@swipnet.se>
16686
16687 * term/ns-win.el (display-format-alist): Use .* (Bug#14765).
16688
16689 2013-07-01 Katsumi Yamaoka <yamaoka@jpl.org>
16690
16691 * wid-edit.el (widget-default-get): Don't modify widget (Bug#14738).
16692
16693 2013-07-01 Juanma Barranquero <lekktu@gmail.com>
16694
16695 * desktop.el (desktop-restore-frames): Rename from desktop-save-windows.
16696 (desktop-restore-in-current-display): New customization option.
16697 (desktop--excluded-frame-parameters): Add `font'.
16698 (desktop--save-frames): Rename from desktop--save-windows.
16699 (desktop--restore-in-this-display-p): New function.
16700 (desktop--make-full-frame): Remove unwanted width/height from
16701 full(width|height) frames.
16702 (desktop--restore-frames): Rename from desktop--restore-windows.
16703 Obey desktop-restore-current-display. Do not delete old frames or
16704 select a new frame unless we were able to restore at least one frame.
16705
16706 2013-06-30 Michal Nazarewicz <mina86@mina86.com>
16707
16708 * files.el (find-file-noselect): Simplify conditional expression.
16709
16710 * textmodes/remember.el (remember-append-to-file):
16711 Don't mix `find-buffer-visiting' and `get-file-buffer'.
16712
16713 Add `remember-notes' function to store random notes across Emacs
16714 restarts.
16715 * textmodes/remember.el (remember-data-file): Add :set callback to
16716 affect notes buffer (if any).
16717 (remember-notes): New command.
16718 (remember-notes-buffer-name, bury-remember-notes-on-kill):
16719 New defcustoms for the `remember-notes' function.
16720 (remember-notes-save-and-bury-buffer): New command.
16721 (remember-notes-mode-map): New variable.
16722 (remember-mode): New minor mode.
16723 (remember-notes--kill-buffer-query): New function.
16724 * startup.el (initial-buffer-choice): Add notes to custom type.
16725
16726 2013-06-30 Eli Zaretskii <eliz@gnu.org>
16727
16728 * bindings.el (right-char, left-char): Don't call sit-for, this is
16729 no longer needed. Use arithmetic comparison only for numerical
16730 arguments.
16731
16732 * international/mule-cmds.el (select-safe-coding-system):
16733 Handle the case of FROM being a string correctly. (Bug#14755)
16734
16735 2013-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
16736
16737 * net/shr.el (shr-make-table-1): Add a sanity check that allows
16738 progression on degenerate tables.
16739 (shr-rescale-image): ImageMagick animated images currently don't work.
16740
16741 2013-06-30 Juanma Barranquero <lekktu@gmail.com>
16742
16743 Some fixes and improvements for desktop frame restoration.
16744 It is still experimental and disabled by default.
16745 * desktop.el (desktop--save-windows): Put the selected frame at
16746 the head of the list.
16747 (desktop--make-full-frame): New function.
16748 (desktop--restore-windows): Try to re-select the frame that was
16749 selected upon saving. Do not abort if some frames fail to restore,
16750 just show an error message and continue. Set up maximized frames
16751 so they have default non-maximized dimensions.
16752
16753 2013-06-30 Dmitry Gutov <dgutov@yandex.ru>
16754
16755 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
16756 Don't start heredoc inside a string or comment.
16757
16758 2013-06-29 Eli Zaretskii <eliz@gnu.org>
16759
16760 * bindings.el (visual-order-cursor-movement): New defcustom.
16761 (right-char, left-char): Provide visual-order cursor motion by
16762 calling move-point-visually. Update the doc strings.
16763
16764 2013-06-28 Kenichi Handa <handa@gnu.org>
16765
16766 * international/mule.el (define-coding-system): New coding system
16767 properties :inhibit-null-byte-detection,
16768 :inhibit-iso-escape-detection, and :prefer-utf-8.
16769 (set-buffer-file-coding-system): If :charset-list property of
16770 CODING-SYSTEM is `emacs', do not check if CODING-SYSTEM is
16771 appropriate for setting.
16772
16773 * international/mule-cmds.el (select-safe-coding-system):
16774 If DEFAULT-CODING-SYSTEM is prefer-utf-8 and the buffer contains
16775 multibyte characters, return utf-8 (or one of its siblings).
16776
16777 * international/mule-conf.el (prefer-utf-8): New coding system.
16778 (file-coding-system-alist): Use prefer-utf-8 as default for Elisp
16779 files.
16780
16781 2013-06-28 Ivan Kanis <ivan@kanis.fr>
16782
16783 * net/shr.el (shr-render-region): New function.
16784
16785 * net/eww.el: Autoload `eww-browse-url'.
16786
16787 2013-06-27 Dmitry Gutov <dgutov@yandex.ru>
16788
16789 * emacs-lisp/package-x.el (package-upload-buffer-internal):
16790 Adapt to `package-desc-version' being a list.
16791 Use `package--ac-desc-version' to retrieve version from a package
16792 archive element.
16793
16794 2013-06-27 Juanma Barranquero <lekktu@gmail.com>
16795
16796 New experimental feature to save&restore window and frame setup.
16797 * desktop.el (desktop-save-windows): New defcustom.
16798 (desktop--saved-states): New var.
16799 (desktop--excluded-frame-parameters): New defconst.
16800 (desktop--filter-frame-parms, desktop--find-frame-in-display)
16801 (desktop--restore-windows, desktop--save-windows): New functions.
16802 (desktop-save): Call `desktop--save-windows'.
16803 (desktop-read): Call `desktop--restore-windows'.
16804
16805 2013-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
16806
16807 * net/shr.el (add-face-text-property): Remove compat definition.
16808
16809 2013-06-27 Stephen Berman <stephen.berman@gmx.net>
16810
16811 * info.el (Info-try-follow-nearest-node): Move search for footnote
16812 above search for node name to prevent missing a footnote (bug#14717).
16813
16814 2013-06-27 Stephen Berman <stephen.berman@gmx.net>
16815
16816 * obsolete/otodo-mode.el: Add obsolescence info to file header.
16817
16818 2013-06-27 Leo Liu <sdl.web@gmail.com>
16819
16820 * net/eww.el (eww-read-bookmarks): Check file size.
16821
16822 2013-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
16823
16824 * emacs-lisp/nadvice.el (advice--defalias-fset): Move advice back to
16825 advice--pending if newdef is nil or an autoload (bug#13820).
16826 (advice-mapc): New function.
16827
16828 2013-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
16829
16830 * net/eww.el (eww-mode): Undo isn't necessary in eww buffers,
16831 probably.
16832 (eww-mode-map): Add a menu bar.
16833 (eww-add-bookmark): New command.
16834 (eww-bookmark-mode): New mode and commands.
16835 (eww-add-bookmark): Remove newlines from the title.
16836 (eww-bookmark-browse): Don't bug out if it's the only window.
16837
16838 2013-06-26 Glenn Morris <rgm@gnu.org>
16839
16840 * htmlfontify.el (hfy-triplet): Handle unspecified-fg, bg.
16841 (hfy-size): Handle ttys. (Bug#14668)
16842
16843 * info-xref.el: Update for Texinfo 5 change in *note format.
16844 (info-xref-node-re, info-xref-note-re): New constants.
16845 (info-xref-check-buffer): Use info-xref-note-re.
16846
16847 2013-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
16848
16849 * simple.el (set-variable): Use read-from-minibuffer (bug#14710).
16850
16851 * emacs-lisp/package.el (package--add-to-archive-contents): Add missing
16852 nil terminate the loop (bug#14718).
16853
16854 2013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
16855
16856 * net/eww.el: Rework history traversal. When going forward/back,
16857 put these actions into the history, too, so that they can be
16858 replayed.
16859 (eww-render): Move the history reset to the correct buffer.
16860
16861 2013-06-25 Juri Linkov <juri@jurta.org>
16862
16863 * files-x.el (modify-dir-local-variable): Change the header comment
16864 in the file with directory local variables. (Bug#14692)
16865
16866 * files-x.el (read-file-local-variable-value): Add `default'.
16867 (Bug#14710)
16868
16869 2013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
16870
16871 * net/eww.el (eww-make-unique-file-name): Create a unique file
16872 name before saving to entering `y' accidentally asynchronously.
16873
16874 2013-06-25 Ivan Kanis <ivan@kanis.fr>
16875
16876 * net/eww.el (eww-download): New command and keystroke.
16877
16878 2013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
16879
16880 * net/eww.el (eww-copy-page-url): Change name of command.
16881
16882 * net/shr.el (shr-map): Change `shr-copy-url' from `u' to `w' to
16883 be more consistent with Info and dired.
16884
16885 * net/eww.el (eww-mode-map): Ditto.
16886
16887 2013-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
16888
16889 * emacs-lisp/package.el: Use lexical-binding. Include obsolete
16890 packages from archives.
16891 (package-archive-contents): Change format; include obsolete packages.
16892 (package-desc): Use `dir' to mark builtin packages.
16893 (package--from-builtin): Set the `dir' field to `builtin'.
16894 (generated-autoload-file, version-control): Declare.
16895 (package-compute-transaction): Change first arg and return value to be
16896 lists of package-descs. Adjust to new package-archive-contents format.
16897 (package--add-to-archive-contents): Adjust to new
16898 package-archive-contents format.
16899 (package-download-transaction): Arg is now a list of package-descs.
16900 (package-install): If `pkg' is a package name, pass it as
16901 a requirement, so it is subject to the usual (e.g. disabled) checks.
16902 (describe-package): Accept package-desc as well.
16903 (describe-package-1): Describe a specific package-desc. Add links to
16904 other package-descs for the same package name.
16905 (package-menu-describe-package): Pass the actual package-desc.
16906 (package-menu-mode): Add to tabulated-list-revert-hook so revert-buffer
16907 works correctly.
16908 (package-desc-status): New function.
16909 (package-menu--refresh): New function, extracted
16910 from package-menu--generate.
16911 (package-menu--generate): Use it.
16912 (package-delete): Update package-alist.
16913 (package-menu-execute): Don't call package-initialize.
16914
16915 * progmodes/idlw-toolbar.el, progmodes/idlw-shell.el,
16916 progmodes/idlw-help.el, progmodes/idlw-complete-structtag.el,
16917 progmodes/ebnf-yac.el, progmodes/ebnf-otz.el, progmodes/ebnf-iso.el,
16918 progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-bnf.el,
16919 progmodes/ebnf-abn.el, emacs-lisp/package-x.el, emacs-lisp/cl-seq.el,
16920 emacs-lisp/cl-macs.el: Neuter the "Version:" header.
16921
16922 2013-06-25 Martin Rudalics <rudalics@gmx.at>
16923
16924 * window.el (window--state-get-1): Workaround for bug#14527.
16925 http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00941.html
16926
16927 2013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
16928
16929 * net/eww.el (eww-back-url): Implement the history by stashing all
16930 the data into a list.
16931 (eww-forward-url): Allow going forward in the history, too.
16932
16933 2013-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
16934
16935 * files-x.el (read-file-local-variable-value): Use read-from-minibuffer
16936 for values and use read--expression for expressions (bug#14710).
16937 (read-file-local-variable): Avoid setq.
16938 (read-file-local-variable-mode): Use minor-mode-list.
16939
16940 2013-06-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
16941
16942 * textmodes/bibtex.el (bibtex-generate-url-list): Add support
16943 for DOI URLs.
16944
16945 2013-06-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
16946
16947 * textmodes/bibtex.el (bibtex-mode, bibtex-set-dialect):
16948 Update imenu-support when dialect changes.
16949
16950 2013-06-25 Leo Liu <sdl.web@gmail.com>
16951
16952 * ido.el (ido-read-internal): Allow forward slash on windows.
16953
16954 2013-06-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
16955
16956 * net/eww.el (eww): Start of strings is \\`, not ^.
16957
16958 2013-06-24 Ivan Kanis <ivan@kanis.fr>
16959
16960 * net/shr.el (shr-browse-url): Fix interactive spec.
16961
16962 * net/eww.el (eww): Add a trailing slash to domain names.
16963
16964 2013-06-24 Juanma Barranquero <lekktu@gmail.com>
16965
16966 * faces.el (face-spec-recalc): Revert part of 2013-06-23T20:29:18Z!lekktu@gmail.com (bug#14705).
16967
16968 2013-06-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
16969
16970 * net/shr.el (shr-browse-url): Use an external browser if given a
16971 prefix.
16972
16973 * net/eww.el (eww-external-browser): Move to shr.
16974
16975 2013-06-24 Ivan Kanis <ivan@kanis.fr>
16976
16977 * net/eww.el (eww): Work more correctly for file: URLs.
16978 (eww-detect-charset): Allow quoted charsets.
16979 (eww-yank-page-url): New command and keystroke.
16980
16981 2013-06-24 Daiki Ueno <ueno@gnu.org>
16982
16983 * epg.el (epg-make-context): Check if PROTOCOL is valid; embed the
16984 file name of gpg executable.
16985 (epg-context-program): New function.
16986 (epg-context-home-directory): New function.
16987 (epg-context-set-program): New function.
16988 (epg-context-set-home-directory): New function.
16989 (epg--start): Use `epg-context-program' instead of
16990 'epg-gpg-program'.
16991 (epg--list-keys-1): Likewise.
16992
16993 2013-06-24 Leo Liu <sdl.web@gmail.com>
16994
16995 * ido.el (ido-read-internal): Fix bug#14620.
16996
16997 2013-06-23 Juanma Barranquero <lekktu@gmail.com>
16998
16999 * faces.el (face-documentation): Simplify.
17000 (read-face-attribute, tty-find-type, x-resolve-font-name):
17001 Use `string-match-p'.
17002 (list-faces-display): Use `string-match-p'. Simplify.
17003 (face-spec-recalc): Check face to avoid face alias loops.
17004 (read-color): Use `string-match-p' and non-capturing parenthesis.
17005
17006 2013-06-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
17007
17008 * net/shr.el (shr-rescale-image): Use the new
17009 :max-width/:max-height functionality.
17010
17011 2013-06-23 Ivan Kanis <ivan@kanis.fr>
17012
17013 * net/eww.el (eww-search-prefix): New variable.
17014 (eww): Use it.
17015 (eww-external-browser): New variable.
17016 (eww-mode-map): New keystroke.
17017 (eww-browse-with-external-browser): New command.
17018
17019 * net/eww.el: Bind `C-c C-c' to "submit" in all form keymaps.
17020
17021 2013-06-23 Juanma Barranquero <lekktu@gmail.com>
17022
17023 * emacs-lisp/tabulated-list.el (tabulated-list-init-header):
17024 Don't skip aligning the next header field when padding is 0;
17025 otherwise, field width is not respected unless the title is as
17026 wide as the field.
17027
17028 2013-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
17029
17030 * emacs-lisp/package.el (package-el-version): Remove.
17031 (package-process-define-package): Fix inf-loop.
17032 (package-install): Allow symbols as arguments again.
17033
17034 2013-06-22 Dmitry Gutov <dgutov@yandex.ru>
17035
17036 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Move `catch',
17037 add some more keyword-like methods.
17038 http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00911.html
17039
17040 2013-06-22 Juanma Barranquero <lekktu@gmail.com>
17041
17042 * bs.el (bs-buffer-show-mark): Make defvar-local.
17043 (bs-mode): Use setq-local.
17044
17045 * emacs-lock.el (emacs-lock-mode, emacs-lock--old-mode)
17046 (emacs-lock--try-unlocking): Make defvar-local.
17047
17048 2013-06-22 Glenn Morris <rgm@gnu.org>
17049
17050 * play/cookie1.el (cookie-apropos): Minor simplification.
17051
17052 * progmodes/gdb-mi.el (gdb-mapcar*): Remove, replace with cl-mapcar.
17053
17054 2013-06-22 Dmitry Gutov <dgutov@yandex.ru>
17055
17056 * progmodes/ruby-mode.el (auto-mode-alist): Do not use
17057 `regexp-opt', it breaks the build during dumping.
17058
17059 2013-06-21 Dmitry Gutov <dgutov@yandex.ru>
17060
17061 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
17062 Highlight keyword-like methods on Kernel and Module with
17063 font-lock-builtin-face.
17064 (auto-mode-alist): Consolidate different entries into one regexp
17065 and add more *file-s.
17066
17067 2013-06-21 Stephen Berman <stephen.berman@gmx.net>
17068
17069 * obsolete/otodo-mode.el: Move and rename from calendar/todo-mode.el.
17070
17071 * calendar/diary-lib.el (diary-goto-entry-function): New variable.
17072 (diary-entry): Use it in the action of this button type instead of
17073 diary-goto-entry.
17074
17075 * calendar/todo-mode.el: New version.
17076 (todo-add-category): Append new category to end of file and give
17077 it the highest number, instead of putting it at the beginning and
17078 giving it 0. Incorporate noninteractive functionality.
17079 (todo-forward-category): Adapt to 1-based category numbering.
17080 Allow skipping over archived categories.
17081 (todo-backward-category): Derive from todo-forward-category.
17082 (todo-backward-item, todo-forward-item): Make noninteractive and
17083 delegate interactive part to new commands. Make sensitive to done items.
17084 (todo-categories): Make value an alist of category names and
17085 vectors of item counts.
17086 (todo-category-beg): Make a defconst.
17087 (todo-category-number): Use 1 instead of 0 as initial value.
17088 (todo-category-select): Make sensitive to overlays, optional item
17089 highlighting and done items.
17090 (todo-delete-item): Make sensitive to overlays and marked and done items.
17091 (todo-edit-item): Make sensitive to overlays and editing of
17092 date/time header optional. Add format checks.
17093 (todo-edit-multiline): Rename to todo-edit-multiline-item. Make a
17094 no-op if point is not on an item. Advertise using todo-edit-quit.
17095 (todo-edit-mode): Make sensitive to new format, font-locking, and
17096 multiple todo files.
17097 (todo-insert-item, todo-insert-item-here): Derive from
17098 todo-basic-insert-item and extend functionality.
17099 (todo-item-end, todo-item-start): Make sensitive to done items.
17100 (todo-item-string): Don't return text properties. Restore point.
17101 (todo-jump-to-category): Make sensitive to multiple todo files and
17102 todo archives. Use extended category completion.
17103 (todo-lower-item, todo-raise-item): Rename to *-priority and
17104 derive from todo-set-item-priority.
17105 (todo-mode): Derive from special-mode. Make sensitive to new
17106 format, font-locking and multiple todo files. Make read-only.
17107 (todo-mode-map): Don't suppress digit keys, so they can supply
17108 prefix arguments. Add many new key bindings.
17109 (todo-prefix): Insert as an overlay instead of file text.
17110 Change semantics from diary date expression to purely visual mark.
17111 (todo-print): Rename to todo-print-buffer. Make buffer display
17112 features printable. Remove option to restrict number of items
17113 printed. Add option to print to file.
17114 (todo-print-function): Rename to todo-print-buffer-function.
17115 (todo-quit): Extend to handle exiting new todo modes.
17116 (todo-remove-item): Make sensitive to overlays.
17117 (todo-save): Extend to buffers of filtered items.
17118 (todo-show): Make sensitive to done items, multiple todo files and
17119 new todo modes. Offer to convert legacy todo file before creating
17120 first new todo file.
17121 (todo-show-priorities): Rename to todo-top-priorities.
17122 Change semantics of value 0.
17123 (todo-top-priorities): Rename to todo-filter-top-priorities,
17124 derive from todo-filter-items and extend functionality.
17125 (todo-save-top-priorities): Rename to todo-save-filtered-items-buffer
17126 and extend functionality to other types of filtered items.
17127 (todo-add-item-non-interactively, todo-ask-p, todo-cat-slct)
17128 (todo-category-end, todo-category-sep, todo-cats, todo-cmd-back)
17129 (todo-cmd-done, todo-cmd-edit, todo-cmd-forw, todo-cmd-inst)
17130 (todo-cmd-kill, todo-cmd-lowr, todo-cmd-next, todo-cmd-prev)
17131 (todo-cmd-rais, todo-cmd-save, todo-completing-read, todo-cp)
17132 (todo-edit-mode-hook, todo-entry-prefix-function)
17133 (todo-entry-timestamp-initials, todo-file-do, todo-file-done)
17134 (todo-file-item, todo-file-top, todo-header, todo-initial-setup)
17135 (todo-initials, todo-insert-threshold, todo-item-string-start)
17136 (todo-line-string, todo-menu, todo-mode-hook)
17137 (todo-more-important-p, todo-previous-answer, todo-previous-line)
17138 (todo-print-priorities, todo-remove-separator)
17139 (todo-save-top-priorities-too, todo-string-count-lines)
17140 (todo-string-multiline-p, todo-time-string-format)
17141 (todo-tmp-buffer-name): Remove.
17142 (todo-add-file, todo-archive-done-item, todo-choose-archive)
17143 (todo-convert-legacy-files, todo-copy-item, todo-delete-category)
17144 (todo-edit-category-diary-inclusion)
17145 (todo-edit-category-diary-nonmarking, todo-edit-done-item-comment)
17146 (todo-edit-file, todo-edit-item-date-day)
17147 (todo-edit-item-date-day-name, todo-edit-item-date-from-calendar)
17148 (todo-edit-item-date-month, todo-edit-item-date-to-today)
17149 (todo-edit-item-date-year, todo-edit-item-diary-inclusion)
17150 (todo-edit-item-diary-nonmarking, todo-edit-item-header)
17151 (todo-edit-item-time, todo-edit-quit, todo-filter-diary-items)
17152 (todo-filter-diary-items-multifile, todo-filter-regexp-items)
17153 (todo-filter-regexp-items-multifile, todo-filter-top-priorities)
17154 (todo-filter-top-priorities-multifile, todo-find-archive)
17155 (todo-find-filtered-items-file, todo-go-to-source-item)
17156 (todo-insert-item-from-calendar, todo-item-done, todo-item-undone)
17157 (todo-jump-to-archive-category, todo-lower-category)
17158 (todo-mark-category, todo-marked-item-p, todo-merge-category)
17159 (todo-move-category, todo-move-item, todo-next-button)
17160 (todo-next-item, todo-padded-string, todo-powerset)
17161 (todo-previous-button, todo-previous-item)
17162 (todo-print-buffer-to-file, todo-raise-category)
17163 (todo-rename-category, todo-repair-categories-sexp, todo-search)
17164 (todo-set-category-number, todo-set-item-priority)
17165 (todo-set-top-priorities-in-category)
17166 (todo-set-top-priorities-in-file, todo-show-categories-table)
17167 (todo-sort-categories-alphabetically-or-numerically)
17168 (todo-sort-categories-by-archived, todo-sort-categories-by-diary)
17169 (todo-sort-categories-by-done, todo-sort-categories-by-todo)
17170 (todo-toggle-item-header, todo-toggle-item-highlighting)
17171 (todo-toggle-mark-item, todo-toggle-prefix-numbers)
17172 (todo-toggle-view-done-items, todo-toggle-view-done-only)
17173 (todo-unarchive-items, todo-unmark-category): New commands.
17174 (todo-absolute-file-name, todo-add-to-buffer-list)
17175 (todo-adjusted-category-label-length, todo-basic-edit-item-header)
17176 (todo-basic-insert-item, todo-category-completions)
17177 (todo-category-number, todo-category-string-matcher-1)
17178 (todo-category-string-matcher-2, todo-check-filtered-items-file)
17179 (todo-check-format, todo-clear-matches)
17180 (todo-comment-string-matcher, todo-convert-legacy-date-time)
17181 (todo-current-category, todo-date-string-matcher)
17182 (todo-define-insertion-command, todo-diary-expired-matcher)
17183 (todo-diary-goto-entry, todo-diary-item-p)
17184 (todo-diary-nonmarking-matcher, todo-display-as-todo-file)
17185 (todo-display-categories, todo-display-sorted, todo-done-item-p)
17186 (todo-done-item-section-p, todo-done-separator)
17187 (todo-done-string-matcher, todo-files, todo-filter-items)
17188 (todo-filter-items-1, todo-filter-items-filename, todo-find-item)
17189 (todo-gen-arglists, todo-get-count, todo-get-overlay, todo-indent)
17190 (todo-insert-category-line, todo-insert-item-from-calendar)
17191 (todo-insert-sort-button, todo-insert-with-overlays)
17192 (todo-insertion-command-name, todo-insertion-key-bindings)
17193 (todo-label-to-key, todo-longest-category-name-length)
17194 (todo-make-categories-list, todo-mode-external-set)
17195 (todo-mode-line-control, todo-modes-set-1, todo-modes-set-2)
17196 (todo-modes-set-3, todo-multiple-filter-files)
17197 (todo-nondiary-marker-matcher, todo-prefix-overlays)
17198 (todo-read-category, todo-read-date, todo-read-dayname)
17199 (todo-read-file-name, todo-read-time)
17200 (todo-reevaluate-category-completions-files-defcustom)
17201 (todo-reevaluate-default-file-defcustom)
17202 (todo-reevaluate-filelist-defcustoms)
17203 (todo-reevaluate-filter-files-defcustom)
17204 (todo-reset-and-enable-done-separator, todo-reset-comment-string)
17205 (todo-reset-done-separator, todo-reset-done-separator-string)
17206 (todo-reset-done-string, todo-reset-global-current-todo-file)
17207 (todo-reset-highlight-item, todo-reset-nondiary-marker)
17208 (todo-reset-prefix, todo-set-categories)
17209 (todo-set-date-from-calendar, todo-set-show-current-file)
17210 (todo-set-top-priorities, todo-short-file-name)
17211 (todo-show-current-file, todo-sort, todo-time-string-matcher)
17212 (todo-total-item-counts, todo-update-buffer-list)
17213 (todo-update-categories-display, todo-update-categories-sexp)
17214 (todo-update-count, todo-validate-name, todo-y-or-n-p):
17215 New functions.
17216 (todo-archive-mode, todo-categories-mode, todo-filtered-items-mode):
17217 New major modes.
17218 (todo-categories, todo-display, todo-edit, todo-faces)
17219 (todo-filtered): New defgroups.
17220 (todo-archived-only, todo-button, todo-category-string, todo-date)
17221 (todo-diary-expired, todo-done, todo-done-sep, todo-comment)
17222 (todo-mark, todo-nondiary, todo-prefix-string, todo-search)
17223 (todo-sorted-column, todo-time, todo-top-priority): New deffaces.
17224 (todo-add-item-if-new-category, todo-always-add-time-string)
17225 (todo-categories-align, todo-categories-archived-label)
17226 (todo-categories-category-label, todo-categories-diary-label)
17227 (todo-categories-done-label, todo-categories-number-separator)
17228 (todo-categories-todo-label, todo-categories-totals-label)
17229 (todo-category-completions-files, todo-completion-ignore-case)
17230 (todo-default-todo-file, todo-diary-nonmarking, todo-directory)
17231 (todo-done-separator-string, todo-done-string)
17232 (todo-files-function, todo-filter-done-items, todo-filter-files)
17233 (todo-highlight-item, todo-include-in-diary, todo-indent-to-here)
17234 (todo-initial-category, todo-initial-file, todo-item-mark)
17235 (todo-legacy-date-time-regexp, todo-mode-line-function)
17236 (todo-nondiary-marker, todo-number-prefix)
17237 (todo-print-buffer-function, todo-show-current-file)
17238 (todo-show-done-only, todo-show-first, todo-show-with-done)
17239 (todo-skip-archived-categories, todo-top-priorities-overrides)
17240 (todo-undo-item-omit-comment, todo-use-only-highlighted-region)
17241 (todo-visit-files-commands, todo-wrap-lines, todo-y-with-space):
17242 New defcustoms.
17243 (todo-category-done, todo-date-pattern, todo-date-string-start)
17244 (todo-diary-items-buffer, todo-done-string-start)
17245 (todo-filtered-items-buffer, todo-item-start)
17246 (todo-month-abbrev-array, todo-month-name-array)
17247 (todo-nondiary-end, todo-nondiary-start, todo-regexp-items-buffer)
17248 (todo-top-priorities-buffer): New defconsts.
17249 (todo-archive-mode-map, todo-archives, todo-categories-mode-map)
17250 (todo-categories-with-marks, todo-category-string-face)
17251 (todo-comment-face, todo-comment-string, todo-current-todo-file)
17252 (todo-date-face, todo-date-from-calendar, todo-descending-counts)
17253 (todo-diary-expired-face, todo-done-face, todo-done-sep-face)
17254 (todo-done-separator, todo-edit-buffer, todo-edit-mode-map)
17255 (todo-file-buffers, todo-files, todo-filtered-items-mode-map)
17256 (todo-font-lock-keywords, todo-global-current-todo-file)
17257 (todo-insertion-commands, todo-insertion-commands-arg-key-list)
17258 (todo-insertion-commands-args)
17259 (todo-insertion-commands-args-genlist)
17260 (todo-insertion-commands-names, todo-insertion-map)
17261 (todo-key-bindings-t, todo-key-bindings-t+a)
17262 (todo-key-bindings-t+a+f, todo-key-bindings-t+f, todo-mode-map)
17263 (todo-multiple-filter-files, todo-multiple-filter-files-widget)
17264 (todo-nondiary-face, todo-print-buffer, todo-time-face)
17265 (todo-visited): New variables.
17266
17267 2013-06-21 Glenn Morris <rgm@gnu.org>
17268
17269 * play/cookie1.el (cookie-apropos): Add optional display argument.
17270 * obsolete/yow.el (apropos-zippy): Use cookie-apropos.
17271 (psychoanalyze-pinhead): Use cookie-doctor.
17272
17273 2013-06-21 Juanma Barranquero <lekktu@gmail.com>
17274
17275 * emacs-lisp/package.el (tar-get-file-descriptor)
17276 (tar--extract): Declare.
17277
17278 2013-06-21 Eduard Wiebe <usenet@pusto.de>
17279
17280 Extend flymake's warning predicate to be a function (bug#14217).
17281 * progmodes/flymake.el (flymake-warning-predicate): New.
17282 (flymake-parse-line): Use it.
17283 (flymake-warning-re): Make obsolete alias to
17284 `flymake-warning-predicate'.
17285
17286 2013-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
17287
17288 * emacs-lisp/package.el (package-alist): Include obsolete packages.
17289 (package-obsolete-list): Remove.
17290 (package-activate): Remove min-version argument. Add `force' argument.
17291 Adjust to new package-alist format.
17292 (package-mark-obsolete): Remove.
17293 (package-unpack): Force reload of the package's autoloads.
17294 (package-installed-p): Check builtins if the installed package is not
17295 recent enough.
17296 (package-initialize): Don't reset package-obsolete-list.
17297 Don't specify which package version to activate.
17298 (package-process-define-package, describe-package-1)
17299 (package-menu--generate): Adjust to new package-alist format.
17300
17301 2013-06-21 Juanma Barranquero <lekktu@gmail.com>
17302
17303 * allout-widgets.el (allout-widgets-mode-off)
17304 (allout-widgets-mode-on, allout-widgets-pre-command-business)
17305 (allout-widgets-post-command-business)
17306 (allout-widgets-after-copy-or-kill-function)
17307 (allout-widgets-after-undo-function, allout-test-range-overlaps)
17308 (allout-decorate-item-and-context)
17309 (allout-graphics-modification-handler): Fix typos in docstrings.
17310 (allout-get-or-create-parent-widget): Use `looking-at-p'.
17311
17312 * cmuscheme.el (scheme-start-file): Doc fix.
17313 (inferior-scheme-mode, switch-to-scheme): Fix typos in docstrings.
17314 (scheme-input-filter): Use `string-match-p'.
17315
17316 * composite.el (compose-gstring-for-terminal): Fix typo in docstring.
17317
17318 * dired-x.el: Use Dired consistently in docstrings.
17319
17320 * dired.el: Use Dired consistently in docstrings.
17321 (dired-readin, dired-mode): Use `setq-local'.
17322 (dired-switches-alist): Make defvar-local.
17323 (dired-buffers-for-dir): Use `zerop'.
17324 (dired-safe-switches-p, dired-switches-escape-p)
17325 (dired-insert-old-subdirs, dired-move-to-end-of-filename)
17326 (dired-glob-regexp, dired-in-this-tree, dired-goto-file-1)
17327 (dired-sort-set-mode-line, dired-sort-toggle, dired-sort-R-check)
17328 (dired-goto-next-nontrivial-file): Use `string-match-p'.
17329 (dired-align-file, dired-insert-directory, dired-mark-files-in-region)
17330 (dired-toggle-marks, dired-mark-files-containing-regexp)
17331 (dired-mark-symlinks, dired-mark-directories, dired-mark-executables)
17332 (dired-flag-auto-save-files, dired-flag-backup-files):
17333 Use `looking-at-p'.
17334 (dired-mark-files-regexp, dired-build-subdir-alist):
17335 Use `string-match-p', `looking-at-p'.
17336
17337 * dos-w32.el (untranslated-canonical-name, untranslated-file-p)
17338 (direct-print-region-helper): Use `string-match-p'.
17339
17340 2013-06-21 Leo Liu <sdl.web@gmail.com>
17341
17342 * comint.el (comint-redirect-results-list-from-process):
17343 Fix infinite loop.
17344
17345 2013-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
17346
17347 * net/eww.el (eww-update-header-line-format): Quote % characters.
17348
17349 2013-06-21 Glenn Morris <rgm@gnu.org>
17350
17351 * play/cookie1.el (cookie): New custom group.
17352 (cookie-file): New option.
17353 (cookie-check-file): New function.
17354 (cookie): Make it interactive. Make start and end messages optional.
17355 Interactively, display the result. Default to cookie-file.
17356 (cookie-insert): Default to cookie-file.
17357 (cookie-snarf): Make start and end messages optional.
17358 Default to cookie-file. Use with-temp-buffer.
17359 (cookie-read): Rename from read-cookie.
17360 Make start and end messages optional. Default to cookie-file.
17361 (cookie-shuffle-vector): Rename from shuffle-vector. Use dotimes.
17362 Do not autoload it.
17363 (cookie-apropos, cookie-doctor): New functions, copied from yow.el
17364 * obsolete/yow.el (read-zippyism): Use new name for read-cookie.
17365
17366 2013-06-21 Leo Liu <sdl.web@gmail.com>
17367
17368 * progmodes/octave.el (octave-mode): Backward compatibility fix.
17369
17370 2013-06-21 Glenn Morris <rgm@gnu.org>
17371
17372 * font-lock.el (lisp-font-lock-keywords-2): Add with-eval-after-load.
17373
17374 2013-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
17375 Daniel Hackney <dan@haxney.org>
17376
17377 * emacs-lisp/package.el: Use tar-mode rather than tar executable.
17378 Consolidate the single-file vs tarball code.
17379 (package-desc-suffix): New function.
17380 (package-desc-full-name): Don't bother inlining it.
17381 (package-load-descriptor): Return the new package-desc.
17382 (package-mark-obsolete): Remove unused arg `package'.
17383 (package-unpack): Make it work for single files as well.
17384 Make it update package-alist.
17385 (package--make-autoloads-and-stuff): Rename from
17386 package--make-autoloads-and-compile. Don't compile any more.
17387 (package--compile): New function.
17388 (package-generate-description-file): New function, extracted from
17389 package-unpack-single.
17390 (package-unpack-single): Remove.
17391 (package--with-work-buffer): Add indentation and debugging info.
17392 (package-download-single): Remove.
17393 (package-install-from-archive): Rename from package-download-tar, make
17394 it take a pkg-desc, and make it work for single files as well.
17395 (package-download-transaction): Simplify.
17396 (package-tar-file-info): Remove `file' arg. Rewrite not to use an
17397 external tar program.
17398 (package-install-from-buffer): Remove `pkg-desc' argument.
17399 Use package-tar-file-info for tar-mode buffers.
17400 (package-install-file): Simplify accordingly.
17401 (package-archive-base): Change to take a pkg-desc.
17402 * tar-mode.el (tar--check-descriptor): New function, extracted from
17403 tar-get-descriptor.
17404 (tar-get-descriptor): Use it.
17405 (tar-get-file-descriptor): New function.
17406 (tar--extract): New function, extracted from tar-extract.
17407 (tar--extract): Use it.
17408 * emacs-lisp/package-x.el (package-upload-file): Decode the file, in
17409 case the summary uses non-ascii. Adjust to new calling convention of
17410 package-tar-file-info.
17411
17412 2013-06-21 Leo Liu <sdl.web@gmail.com>
17413
17414 * comint.el (comint-redirect-results-list-from-process):
17415 Fix random delay. (Bug#14681)
17416
17417 2013-06-21 Juanma Barranquero <lekktu@gmail.com>
17418
17419 * profiler.el (profiler-format-number): Use log, not log10.
17420
17421 2013-06-20 Juanma Barranquero <lekktu@gmail.com>
17422
17423 * term/x-win.el (emacs-session-filename): Use `locate-user-emacs-file'.
17424
17425 2013-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
17426
17427 * emacs-lisp/cl-loaddefs.el: Don't version-control any more.
17428 * emacs-lisp/cl-lib.el: Load cl-macs when cl-loaddefs is not
17429 yet available.
17430 * Makefile.in (AUTOGEN_VCS): Move cl-loaddefs.el...
17431 (AUTOGENEL): ... here.
17432 * emacs-lisp/cl-macs.el (cl--sublis): New function.
17433 (cl--defsubst-expand): Use it.
17434
17435 2013-06-20 Paul Eggert <eggert@cs.ucla.edu>
17436
17437 * subr.el (log10): Move here from C code, and declare as obsolete.
17438 All uses of (log10 X) replaced with (log X 10).
17439
17440 2013-06-20 Juanma Barranquero <lekktu@gmail.com>
17441
17442 * emacs-lisp/tabulated-list.el (tabulated-list-format): Fix typo.
17443 Declare with `defvar-local'.
17444 (tabulated-list-use-header-line, tabulated-list-entries)
17445 (tabulated-list-padding, tabulated-list-printer)
17446 (tabulated-list-sort-key): Declare with `defvar-local'.
17447 (tabulated-list-init-header, tabulated-list-print-fake-header):
17448 Use `setq-local'.
17449
17450 2013-06-20 Michael Albinus <michael.albinus@gmx.de>
17451
17452 * arc-mode.el (archive-mode): Add `archive-write-file' to
17453 `write-contents-functions' also for remote files. (Bug#14652)
17454
17455 2013-06-20 Juanma Barranquero <lekktu@gmail.com>
17456
17457 * cus-edit.el (custom-commands): Fix typos.
17458 (custom-display): Fix tooltip text.
17459 (custom-magic-alist, custom-filter-face-spec, custom-group-members):
17460 Fix typos in docstrings.
17461 (custom--initialize-widget-variables, Custom-mode): Use `setq-local'.
17462 (custom-unlispify-menu-entry, custom-magic-value-create)
17463 (custom-add-see-also, custom-group-value-create): Use ?\s.
17464 (custom-guess-type, customize-apropos, editable-field)
17465 (custom-face-value-create): Use `string-match-p'.
17466 (custom-save-variables, custom-save-faces): Use `looking-at-p'.
17467
17468 * custom.el (custom-load-symbol): Use `string-match-p'.
17469
17470 * ansi-color.el: Convert to lexical binding.
17471 (ansi-colors): Fix URL.
17472 (ansi-color-context, ansi-color-context-region): Use defvar-local.
17473 (ansi-color-apply-sequence, ansi-color-map): Fix typos in docstrings.
17474 (ansi-color-make-color-map): Rename local var ansi-color-map to map.
17475
17476 2013-06-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
17477
17478 * net/eww.el (eww-process-text-input): Display passwords as asterisks.
17479
17480 * net/shr.el (shr-make-table-1): Protect against invalid column-spans.
17481
17482 2013-06-19 Tom Tromey <tromey@redhat.com>
17483
17484 * net/eww.el (eww-top-url): Remove.
17485 (eww-home-url, eww-start-url, eww-contents-url): New defvars.
17486 (eww-render): Set new variables. Don't set eww-top-url.
17487 (eww-handle-link): Handle "prev", "home", and "contents".
17488 Downcase the rel text.
17489 (eww-top-url): Choose best top URL.
17490
17491 2013-06-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
17492
17493 * net/eww.el: Rewrite to implement form elements "by hand" instead of
17494 relying in widget.el. Using widget.el leads to too many
17495 user interface inconsistencies.
17496 (eww-self-insert): Implement entering commands in text fields.
17497 (eww-process-text-input): New function to make text input field editing
17498 work.
17499 (eww-submit): Rewrite to use the new-style form methods.
17500 (eww-select-display): Display the correct selected item.
17501 (eww-change-select): Implement changing the select value.
17502 (eww-toggle-checkbox): Implement radio/checkboxes.
17503 (eww-update-field): Fix compilation error.
17504 (eww-tag-textarea): Implement <textarea>.
17505
17506 * net/shr.el (shr-urlify): Use `keymap' instead of `local-map' so that
17507 we don't shadow mode-specific bindings.
17508
17509 * net/eww.el (eww-browse-url): Don't push stuff onto history if there's
17510 nothing to push.
17511
17512 * net/shr.el (shr-map): Bind [down-mouse-1] to browse URLs.
17513
17514 2013-06-19 Glenn Morris <rgm@gnu.org>
17515
17516 * emacs-lisp/eieio.el (defclass): Make it eval-and-compile once more.
17517
17518 2013-06-19 Michael Albinus <michael.albinus@gmx.de>
17519
17520 * net/tramp-adb.el (tramp-adb-get-toolbox): Remove function, it is
17521 not needed.
17522
17523 * net/tramp-sh.el (tramp-find-shell): Don't set "busybox" property.
17524
17525 2013-06-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
17526
17527 * net/browse-url.el (browse-url-browser-function):
17528 `eww-browse-url' has the right calling signature, `eww' does not.
17529
17530 2013-06-19 Glenn Morris <rgm@gnu.org>
17531
17532 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
17533 Only eval autoloaded macros.
17534 (byte-compile-autoload): Only give the macro warning for macros.
17535
17536 * progmodes/cperl-mode.el (ps-bold-faces, ps-italic-faces)
17537 (ps-underlined-faces): Declare.
17538
17539 * progmodes/idlwave.el (func-menu): Only set it up on XEmacs.
17540 (speedbar-add-supported-extension): Declare.
17541
17542 * international/titdic-cnv.el (tit-process-header, miscdic-convert):
17543 Don't include a date stamp in the header of the generated file;
17544 it leads to needless differences between output files.
17545
17546 2013-06-19 Michael Albinus <michael.albinus@gmx.de>
17547
17548 * net/secrets.el (secrets-struct-secret-content-type):
17549 Replace check of introspection data by a test call of "CreateItem".
17550 Some servers do not offer introspection.
17551
17552 2013-06-19 Stefan Monnier <monnier@iro.umontreal.ca>
17553
17554 * electric.el (electric-pair-mode): Improve interaction with
17555 electric-layout-mode.
17556 (electric-pair-default-inhibit): Don't assume (eq char (char-before)).
17557 (electric-pair-syntax): Use text-mode-syntax-table in comments
17558 and strings.
17559 (electric-pair--insert): New function.
17560 (electric-pair-post-self-insert-function): Use it and
17561 electric--after-char-pos.
17562
17563 2013-06-19 Leo Liu <sdl.web@gmail.com>
17564
17565 * progmodes/octave.el (octave-help): Fix regexp.
17566
17567 2013-06-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
17568
17569 * net/shr.el (shr-make-table-1): Implement <td rowspan>.
17570 (shr-table-horizontal-line): Allow nil as a value, and change the
17571 default.
17572 (shr-insert-table-ruler): Respect the nil value.
17573
17574 2013-06-18 Tom Tromey <tromey@barimba>
17575
17576 * net/eww.el (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
17577 New defvars.
17578 (eww-open-file): New defun.
17579 (eww-render): Initialize new variables.
17580 (eww-display-html): Handle "link" and "a".
17581 (eww-handle-link, eww-tag-link, eww-tag-a): New defuns.
17582 (eww-mode-map): Move "p" to "l". Bind "p", "n", "t", and "u".
17583 (eww-back-url): Rename from eww-previous-url.
17584 (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
17585 New defuns.
17586
17587 2013-06-18 Dmitry Gutov <dgutov@yandex.ru>
17588
17589 * progmodes/ruby-mode.el (ruby-syntax-before-regexp-re):
17590 Distinguish ternary operator tokens from slash symbol and slash
17591 char literal.
17592
17593 2013-06-18 Juanma Barranquero <lekktu@gmail.com>
17594
17595 Convert symbol prettification into minor mode and global minor mode.
17596
17597 * progmodes/prog-mode.el (prettify-symbols-alist): Rename from
17598 `prog-prettify-symbols', and make a local defvar instead of defcustom.
17599 (prettify-symbols--keywords): Rename from
17600 `prog-prettify-symbols-alist' and make a local defvar.
17601 (prettify-symbols--compose-symbol): Rename from
17602 `prog--prettify-font-lock-compose-symbol'.
17603 (prettify-symbols--make-keywords): Rename from
17604 `prog-prettify-font-lock-symbols-keywords' and simplify.
17605 (prog-prettify-install): Remove.
17606 (prettify-symbols-mode): New minor mode, based on
17607 `prog-prettify-install'.
17608 (turn-on-prettify-symbols-mode): New function.
17609 (global-prettify-symbols-mode): New globalized minor mode.
17610
17611 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
17612 * progmodes/cfengine.el (cfengine3-mode):
17613 * progmodes/perl-mode.el (perl-mode): Don't call
17614 `prog-prettify-install'; set `prettify-symbols-alist' instead.
17615
17616 2013-06-18 Juri Linkov <juri@jurta.org>
17617
17618 * files-x.el (modify-file-local-variable-message): New function.
17619 (modify-file-local-variable)
17620 (modify-file-local-variable-prop-line): Add arg INTERACTIVE
17621 and call `modify-file-local-variable-message' when it's non-nil.
17622 (add-file-local-variable, delete-file-local-variable)
17623 (add-file-local-variable-prop-line)
17624 (delete-file-local-variable-prop-line): Add arg INTERACTIVE
17625 and use it. (Bug#9820)
17626
17627 2013-06-18 Juri Linkov <juri@jurta.org>
17628
17629 * emulation/vi.el (vi-shell-op):
17630 * emulation/vip.el (vip-execute-com, ex-command):
17631 * emulation/viper-cmd.el (viper-exec-bang):
17632 * emulation/viper-ex.el (ex-command): Add non-nil arg REPLACE to
17633 the call of `shell-command-on-region'. (Bug#14637)
17634
17635 * simple.el (shell-command-on-region): Doc fix.
17636
17637 2013-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
17638
17639 * emacs-lisp/eieio-custom.el: Remove misleading Version: header
17640 (bug#14633).
17641
17642 2013-06-18 Glenn Morris <rgm@gnu.org>
17643
17644 * net/eww.el, net/shr.el, net/shr-color.el: Move here from gnus/.
17645
17646 * newcomment.el (comment-search-forward, comment-search-backward):
17647 Doc fix. (Bug#14376)
17648
17649 2013-06-18 Juanma Barranquero <lekktu@gmail.com>
17650
17651 * face-remap.el (buffer-face-toggle): Fix typo in docstring.
17652 (buffer-face-mode-invoke): Doc fix.
17653
17654 2013-06-18 Matthias Meulien <orontee@gmail.com>
17655
17656 * tabify.el (untabify, tabify): With prefix, apply to entire buffer.
17657 <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00545.html>
17658
17659 2013-06-18 Glenn Morris <rgm@gnu.org>
17660
17661 * generic-x.el (bat-generic-mode, rc-generic-mode, rul-generic-mode):
17662 Replace obsolete function generic-make-keywords with its expansion.
17663
17664 * progmodes/python.el (ffap-alist): Declare.
17665
17666 * textmodes/reftex.el (bibtex-mode-map): Declare.
17667
17668 2013-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
17669
17670 * emacs-lisp/package.el: Update package-alist after install (bug#14632).
17671 (package-unpack, package-unpack-single): Return the pkg-dir.
17672 (package-download-transaction): Use it to update package-alist.
17673
17674 2013-06-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
17675
17676 * net/browse-url.el (browse-url-browser-function): Add `eww' as a
17677 possible choice.
17678
17679 2013-06-17 Juri Linkov <juri@jurta.org>
17680
17681 * net/webjump.el (webjump-sample-sites): Add DuckDuckGo.
17682
17683 2013-06-17 Dmitry Gutov <dgutov@yandex.ru>
17684
17685 * emacs-lisp/package.el (package-load-descriptor):
17686 Remove `with-syntax-table' call, `read' doesn't need it.
17687 http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00539.html
17688
17689 2013-06-17 Juanma Barranquero <lekktu@gmail.com>
17690
17691 * startup.el (command-line): Expand package name returned by
17692 `package--description-file' (bug#14639).
17693
17694 2013-06-17 Dmitry Gutov <dgutov@yandex.ru>
17695
17696 * emacs-lisp/package.el (package-load-descriptor): Do not call
17697 `emacs-lisp-mode', just use its syntax table.
17698
17699 2013-06-17 Juanma Barranquero <lekktu@gmail.com>
17700
17701 * progmodes/prog-mode.el (prog-prettify-install): Add `composition' to
17702 `font-lock-extra-managed-props' if any prettifying keyword is added.
17703 (prog--prettify-font-lock-compose-symbol): Use ?\s instead of ?\ .
17704 (prog-mode): Use `setq-local'.
17705
17706 2013-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
17707
17708 * international/characters.el (standard-case-table): Set syntax of ?»
17709 and ?« to punctuation.
17710
17711 2013-06-16 Juanma Barranquero <lekktu@gmail.com>
17712
17713 * progmodes/prog-mode.el (prog--prettify-font-lock-compose-symbol):
17714 Save relevant match data before calling `syntax-ppss' (bug#14595).
17715
17716 2013-06-15 Juri Linkov <juri@jurta.org>
17717
17718 * files-x.el (modify-file-local-variable-prop-line): Add local
17719 variables to the end of the existing comment on the first line.
17720 Use `file-auto-mode-skip' to skip interpreter magic line,
17721 and also skip XML declaration.
17722
17723 2013-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
17724
17725 * startup.el (package--builtin-versions): New var.
17726 (package-subdirectory-regexp): Remove.
17727 (package--description-file): Hard code its value instead.
17728
17729 * emacs-lisp/package.el: Don't activate packages older than builtin.
17730 (package-obsolete-list): Rename from package-obsolete-alist, and make
17731 it into a simple list of package-desc.
17732 (package-strip-version): Remove.
17733 (package-built-in-p): Use package--builtin-versions.
17734 (package-mark-obsolete): Simplify.
17735 (package-process-define-package): Mark it obsolete if older than the
17736 builtin version.
17737 (package-handle-response): Use line-end-position.
17738 (package-read-archive-contents, package--download-one-archive):
17739 Simplify.
17740 (package--add-to-archive-contents): Skip if older than the builtin or
17741 installed version.
17742 (package-menu-describe-package): Fix last change.
17743 (package-list-unversioned): New var.
17744 (package-menu--generate): Use it.
17745
17746 * emacs-lisp/autoload.el: Manage package--builtin-versions.
17747 (autoload--insert-text, autoload--insert-cookie-text): New functions.
17748 (autoload-builtin-package-versions): New variable.
17749 (autoload-generate-file-autoloads): Use them.
17750 Remove the list of autoloaded functions/macros from the
17751 (autoload...) comments.
17752
17753 * Makefile.in (autoloads): Set autoload-builtin-package-versions.
17754
17755 2013-06-15 Eli Zaretskii <eliz@gnu.org>
17756
17757 * simple.el (line-move-partial): Don't jump to the next screen
17758 line as soon as it becomes visible. Instead, continue enlarging
17759 the vscroll until the portion of a tall screen line that's left on
17760 display is about the height of the frame's default font.
17761 (Bug#14567)
17762
17763 2013-06-15 Glenn Morris <rgm@gnu.org>
17764
17765 * vc/vc-dispatcher.el (vc-compilation-mode): Avoid making
17766 compilation-error-regexp-alist void, or local while let-bound.
17767
17768 * progmodes/make-mode.el (makefile-mode-syntax-table):
17769 Treat "=" as punctuation. (Bug#14614)
17770
17771 2013-06-15 Juanma Barranquero <lekktu@gmail.com>
17772
17773 * help-fns.el (describe-variable):
17774 Add extra line for permanent-local variables.
17775
17776 2013-06-15 Simen Heggestøyl <simenheg@ifi.uio.no> (tiny change)
17777
17778 * progmodes/scheme.el (scheme-font-lock-keywords-2):
17779 Add export, import, library. (Bug#9164)
17780 (library): Set indent function.
17781
17782 2013-06-14 Glenn Morris <rgm@gnu.org>
17783
17784 * term/xterm.el (xterm--query):
17785 Stop after first matching handler. (Bug#14615)
17786
17787 2013-06-14 Ivan Kanis <ivan@kanis.fr>
17788
17789 Add support for dired in saveplace.
17790 * dired.el (dired-initial-position-hook): New variable.
17791 (dired-initial-position): Call hook to place cursor position.
17792 * saveplace.el (save-place-to-alist): Add dired position.
17793 (save-place-dired-hook): New function.
17794
17795 2013-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
17796
17797 * subr.el (eval-after-load, set-temporary-overlay-map): Use indirection
17798 through a symbol rather than letrec.
17799
17800 * emacs-lisp/package.el: Don't recompute dir. Use pkg-descs more.
17801 (package-desc): Add `dir' field.
17802 (package-desc-full-name): New function.
17803 (package-load-descriptor): Combine the two arguments. Don't use `load'.
17804 (package-maybe-load-descriptor): Remove.
17805 (package-load-all-descriptors): Just call package-load-descriptor.
17806 (package--disabled-p): New function.
17807 (package-desc-vers, package-desc-doc): Remove aliases.
17808 (package--dir): Remove function.
17809 (package-activate): Check if a package is disabled.
17810 (package-process-define-package): New function, extracted from
17811 define-package.
17812 (define-package): Turn into a place holder.
17813 (package-unpack-single, package-tar-file-info):
17814 Use package--description-file.
17815 (package-compute-transaction): Use package--disabled-p.
17816 (package-download-transaction): Don't call
17817 package-maybe-load-descriptor since they're all loaded anyway.
17818 (package-install): Change argument to be a pkg-desc.
17819 (package-delete): Use a single pkg-desc argument.
17820 (describe-package-1): Use package-desc-dir instead of package--dir.
17821 Use package-desc property instead of package-symbol.
17822 (package-install-button-action): Adjust accordingly.
17823 (package--push): Rewrite.
17824 (package-menu--print-info): Adjust accordingly. Change the ID format
17825 to be a pkg-desc.
17826 (package-menu-describe-package, package-menu-get-status)
17827 (package-menu--find-upgrades, package-menu-mark-upgrades)
17828 (package-menu-execute, package-menu--name-predicate):
17829 Adjust accordingly.
17830 * startup.el (package--description-file): New function.
17831 (command-line): Use it.
17832 * emacs-lisp/package-x.el (package-upload-buffer-internal):
17833 Use package-desc-version.
17834
17835 * emacs-lisp/bytecomp.el (byte-compile-force-lexical-warnings): New var.
17836 (byte-compile-preprocess): Use it.
17837 (byte-compile-file-form-defalias): Try a bit harder to use macros we
17838 can't quite recognize.
17839 (byte-compile-add-to-list): Remove.
17840 * emacs-lisp/cconv.el (cconv-warnings-only): New function.
17841 (cconv-closure-convert): Add assertion.
17842
17843 * emacs-lisp/map-ynp.el: Use lexical-binding.
17844 (map-y-or-n-p): Remove unused vars `tail' and `object'.
17845 Factor out some repeated code.
17846
17847 2013-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
17848
17849 * subr.el (with-eval-after-load): New macro.
17850 (eval-after-load): Allow form to be a function.
17851 take advantage of lexical-binding.
17852 (do-after-load-evaluation): Use dolist and adjust to new format.
17853 * simple.el (bad-packages-alist): Use dolist and with-eval-after-load.
17854
17855 2013-06-13 Juri Linkov <juri@jurta.org>
17856
17857 * replace.el (perform-replace): Display "symbol " and other search
17858 modes from `isearch-message-prefix' in the *Help* buffer.
17859
17860 * isearch.el (isearch-query-replace): Add " symbol" and other
17861 possible search modes from `isearch-message-prefix' to the prompt.
17862 (isearch-occur): Use `with-isearch-suspended' to not exit Isearch
17863 when reading a regexp to collect.
17864
17865 2013-06-13 Juri Linkov <juri@jurta.org>
17866
17867 * isearch.el (word-search-regexp): Match whitespace if the search
17868 string begins or ends in whitespace. The LAX arg is applied to
17869 both ends of the search string. Use `regexp-quote' and explicit
17870 \< and \> instead of \b. Use \` and \' instead of ^ and $.
17871 (isearch-symbol-regexp): Sync with `word-search-regexp' where word
17872 boundaries are replaced with symbol boundaries, and characters
17873 between symbols match non-word non-symbol syntax. (Bug#14602)
17874
17875 2013-06-13 Juri Linkov <juri@jurta.org>
17876
17877 * isearch.el (isearch-del-char): Don't exceed the length of
17878 `isearch-string' by the prefix arg. (Bug#14563)
17879
17880 2013-06-13 Juri Linkov <juri@jurta.org>
17881
17882 * isearch.el (isearch-yank-word, isearch-yank-line)
17883 (isearch-char-by-name, isearch-quote-char)
17884 (isearch-printing-char, isearch-process-search-char):
17885 Add optional count prefix arg. (Bug#14563)
17886
17887 * international/isearch-x.el
17888 (isearch-process-search-multibyte-characters):
17889 Add optional count prefix arg.
17890
17891 2013-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
17892
17893 * subr.el (internal-push-keymap, internal-pop-keymap): New functions.
17894 (set-temporary-overlay-map): Use them (bug#14095); and take advantage of
17895 lexical-binding.
17896
17897 2013-06-13 Vitalie Spinu <spinuvit@gmail.com>
17898
17899 * subr.el (set-temporary-overlay-map): Add on-exit argument.
17900
17901 2013-06-13 Glenn Morris <rgm@gnu.org>
17902
17903 * startup.el (tty-handle-args):
17904 Don't just discard "--" and anything after. (Bug#14608)
17905
17906 * emacs-lisp/lisp.el (forward-sexp, backward-sexp): Doc fixes.
17907
17908 2013-06-13 Michael Albinus <michael.albinus@gmx.de>
17909
17910 Implement changes in Secret Service API. Make it backward compatible.
17911 * net/secrets.el (secrets-struct-secret-content-type): New defonst.
17912 (secrets-create-item): Use it. Prefix properties with interface.
17913
17914 2013-06-13 Michael Hoffman <9qobl2n02@sneakemail.com> (tiny change)
17915
17916 * term.el (term-suppress-hard-newline): New option. (Bug#12017)
17917 (term-emulate-terminal): Respect term-suppress-hard-newline.
17918
17919 2013-06-13 E Sabof <esabof@gmail.com> (tiny change)
17920
17921 * image-dired.el (image-dired-dired-toggle-marked-thumbs):
17922 Only remove a `thumb-file' overlay. (Bug#14548)
17923
17924 2013-06-12 Grégoire Jadi <daimrod@gmail.com>
17925
17926 * mail/reporter.el (reporter-submit-bug-report):
17927 Handle missing package-name. (Bug#14600)
17928
17929 2013-06-12 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
17930
17931 * textmodes/reftex-cite.el (reftex-cite-regexp-hist)
17932 (reftex-citation-prompt, reftex-default-bibliography)
17933 (reftex-bib-or-thebib, reftex-get-bibfile-list)
17934 (reftex-pop-to-bibtex-entry, reftex-extract-bib-entries)
17935 (reftex-bib-sort-author, reftex-bib-sort-year)
17936 (reftex-bib-sort-year-reverse, reftex-get-crossref-alist)
17937 (reftex-extract-bib-entries-from-thebibliography)
17938 (reftex-get-bibkey-default, reftex-get-bib-names)
17939 (reftex-parse-bibtex-entry, reftex-get-bib-field)
17940 (reftex-format-bib-entry, reftex-parse-bibitem)
17941 (reftex-format-bibitem, reftex-do-citation)
17942 (reftex-figure-out-cite-format, reftex-offer-bib-menu)
17943 (reftex-restrict-bib-matches, reftex-extract-bib-file)
17944 (reftex-insert-bib-matches, reftex-format-citation)
17945 (reftex-make-cite-echo-string, reftex-bibtex-selection-callback)
17946 (reftex-create-bibtex-file): Add docstrings, mostly by converting
17947 existing comments into docstrings.
17948
17949 2013-06-12 Xue Fuqiao <xfq.free@gmail.com>
17950
17951 * ibuf-ext.el (ibuffer-mark-help-buffers): Doc fix.
17952
17953 2013-06-12 Andreas Schwab <schwab@suse.de>
17954
17955 * international/mule.el (auto-coding-alist): Use utf-8-emacs-unix
17956 for auto-save files.
17957
17958 2013-06-12 Glenn Morris <rgm@gnu.org>
17959
17960 * ido.el (ido-delete-ignored-files): Remove.
17961 (ido-wide-find-dirs-or-files, ido-make-file-list-1):
17962 Go back to calling ido-ignore-item-p directly.
17963
17964 2013-06-12 Eyal Lotem <eyal.lotem@gmail.com> (tiny change)
17965
17966 * ido.el (ido-wide-find-dirs-or-files): Respect ido-case-fold.
17967
17968 * ido.el (ido-delete-ignored-files): New function,
17969 split from ido-make-file-list-1.
17970 (ido-wide-find-dirs-or-files): Maybe ignore files. (Bug#13003)
17971 (ido-make-file-list-1): Use ido-delete-ignored-files.
17972
17973 2013-06-12 Leo Liu <sdl.web@gmail.com>
17974
17975 * progmodes/octave.el (inferior-octave-startup)
17976 (inferior-octave-completion-table)
17977 (inferior-octave-track-window-width-change)
17978 (octave-eldoc-function-signatures, octave-help)
17979 (octave-find-definition): Use single quoted strings.
17980 (inferior-octave-startup-args): Change default value.
17981 (inferior-octave-startup): Do not hard code "-i" and
17982 "--no-line-editing".
17983 (inferior-octave-resync-dirs): Add optional arg NOERROR.
17984 (inferior-octave-directory-tracker): Use it.
17985 (octave-goto-function-definition): Robustify.
17986 (octave-help): Support highlighting operators in 'See also'.
17987 (octave-find-definition): Find subfunctions only in Octave mode.
17988
17989 2013-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
17990
17991 * help-fns.el (help-fns--compiler-macro): If the handler function is
17992 named, then put a link to it.
17993 * help-mode.el (help-function-cmacro): Adjust regexp for cl-lib names.
17994 * emacs-lisp/cl-macs.el (cl--compiler-macro-typep): New function.
17995 (cl-typep): Use it.
17996 (cl-eval-when): Simplify debug spec.
17997 (cl-define-compiler-macro): Use eval-and-compile. Give a name to the
17998 compiler-macro function instead of setting `compiler-macro-file'.
17999
18000 2013-06-12 Xue Fuqiao <xfq.free@gmail.com>
18001
18002 * vc/vc-cvs.el (vc-cvs-stay-local): Doc fix.
18003 * vc/vc-hooks.el (vc-stay-local): Doc fix.
18004
18005 2013-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
18006 Daniel Hackney <dan@haxney.org>
18007
18008 First part of Daniel Hackney's patch to package.el.
18009 * emacs-lisp/package.el: Use defstruct.
18010 (package-desc): New, main struct.
18011 (package--bi-desc, package--ac-desc): New structs, used to describe the
18012 format in external files.
18013 (package-desc-vers): Replace with package-desc-version accessor.
18014 (package-desc-doc): Replace with package-desc-summary accessor.
18015 (package-activate-1): Remove `package' arg since the pkg-vec now
18016 includes the name.
18017 (define-package): Use package-desc-from-define.
18018 (package-unpack-single): Change file-name arg to be a symbol.
18019 (package--add-to-archive-contents): Use package-desc-create and new
18020 accessor functions to package--ac-desc.
18021 (package-buffer-info, package-tar-file-info): Return a package-desc.
18022 (package-install-from-buffer): Remove `type' argument. Change pkg-info
18023 arg to be a package-desc.
18024 (package-install-file): Adjust accordingly. Use \' to match EOS.
18025 (package--from-builtin): New function.
18026 (describe-package-1, package-menu--generate): Use it.
18027 (package--make-autoloads-and-compile): Change name arg to be a symbol.
18028 (package-generate-autoloads): Idem and return the name of the file.
18029 * emacs-lisp/package-x.el (package-upload-buffer-internal):
18030 Change pkg-info arg to be a package-desc.
18031 Use package-make-ac-desc.
18032 (package-upload-file): Use \' to match EOS.
18033 * finder.el (finder-compile-keywords): Use package-make-builtin.
18034
18035 2013-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
18036
18037 * vc/vc.el (vc-deduce-fileset): Change error message.
18038 (vc-read-backend): New function.
18039 (vc-next-action): Use it.
18040
18041 * subr.el (function-arity): Remove (mistakenly added) (bug#14590).
18042
18043 * progmodes/prolog.el (prolog-make-keywords-regexp): Remove.
18044 (prolog-font-lock-keywords): Use regexp-opt instead.
18045 Don't manually highlight strings.
18046 (prolog-mode-variables): Simplify comment-start-skip.
18047 (prolog-consult-compile): Use display-buffer. Remove unused old-filter.
18048
18049 * emacs-lisp/generic.el (generic--normalise-comments)
18050 (generic-set-comment-syntax, generic-set-comment-vars): New functions.
18051 (generic-mode-set-comments): Use them.
18052 (generic-bracket-support): Use setq-local.
18053 (generic-make-keywords-list): Declare obsolete.
18054
18055 2013-06-11 Glenn Morris <rgm@gnu.org>
18056
18057 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
18058 Prettify after setting font-lock-defaults. (Bug#14574)
18059
18060 2013-06-11 Juanma Barranquero <lekktu@gmail.com>
18061
18062 * replace.el (query-replace, occur-read-regexp-defaults-function)
18063 (replace-search):
18064 * subr.el (declare-function, number-sequence, local-set-key)
18065 (substitute-key-definition, locate-user-emacs-file)
18066 (with-silent-modifications, split-string, eval-after-load):
18067 Fix typos, remove unneeded backslashes and reflow some docstrings.
18068
18069 2013-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
18070
18071 * international/mule-conf.el (file-coding-system-alist): Use utf-8 as
18072 default for Elisp files.
18073
18074 2013-06-11 Glenn Morris <rgm@gnu.org>
18075
18076 * vc/log-view.el (log-view-mode-map): Inherit from special-mode-map,
18077 although define-derived-mode was doing this anyway. (Bug#14583)
18078
18079 2013-06-10 Juanma Barranquero <lekktu@gmail.com>
18080
18081 * allout.el (allout-encryption-plaintext-sanitization-regexps):
18082 Fix make-variable-buffer-local call to refer to the correct variable.
18083
18084 2013-06-10 Aidan Gauland <aidalgol@amuri.net>
18085
18086 * eshell/em-term.el (eshell-visual-commands)
18087 (eshell-visual-subcommands, eshell-visual-options):
18088 Add summary line to docstrings. Add cross-references.
18089
18090 2013-06-10 Glenn Morris <rgm@gnu.org>
18091
18092 * epa.el (epa-read-file-name): New function. (Bug#14510)
18093 (epa-decrypt-file): Make plain-file optional. Use epa-read-file-name.
18094
18095 2013-06-09 Aidan Gauland <aidalgol@amuri.net>
18096
18097 * eshell/em-term.el (eshell-visual-command-p): Fix bug that caused
18098 output redirection to be ignored with visual commands.
18099
18100 2013-06-09 Aidan Gauland <aidalgol@amuri.net>
18101
18102 * eshell/em-term.el (eshell-visual-command-p): New function.
18103 (eshell-term-initialize): Move long lambda to separate function
18104 eshell-visual-command-p.
18105 * eshell/em-dirs.el (eshell-dirs-initialize):
18106 * eshell/em-script.el (eshell-script-initialize):
18107 Add missing #' to lambda.
18108
18109 2013-06-08 Leo Liu <sdl.web@gmail.com>
18110
18111 * progmodes/octave.el (octave-add-log-current-defun): New function.
18112 (octave-mode): Set add-log-current-defun-function.
18113 (octave-goto-function-definition): Do not move point if not found.
18114 (octave-find-definition): Enhance to try subfunctions first.
18115
18116 2013-06-08 Glenn Morris <rgm@gnu.org>
18117
18118 * emacs-lisp/bytecomp.el (byte-compile-char-before)
18119 (byte-compile-backward-char, byte-compile-backward-word):
18120 Improve previous change, to handle non-explicit nil.
18121
18122 2013-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
18123
18124 * emacs-lisp/smie.el: Improve show-paren-mode behavior.
18125 (smie--opener/closer-at-point): New function.
18126 (smie--matching-block-data): Use it. Don't match from right after an
18127 opener or right before a closer. Obey smie-blink-matching-inners.
18128 Don't signal a mismatch for repeated inners like "switch..case..case".
18129
18130 2013-06-07 Leo Liu <sdl.web@gmail.com>
18131
18132 * progmodes/octave.el (octave-mode): Set comment-use-global-state
18133 to t. (Bug#14303)
18134 (octave-function-header-regexp): Fix. (Bug#14570)
18135 (octave-help-mode-finish-hook, octave-help-mode-finish):
18136 Remove. Just use temp-buffer-show-hook.
18137
18138 * newcomment.el (comment-search-backward): Revert last change.
18139 (Bug#14434)
18140
18141 * emacs-lisp/smie.el (smie--matching-block-data): Minor simplification.
18142
18143 2013-06-07 Eli Zaretskii <eliz@gnu.org>
18144
18145 * Makefile.in (TAGS TAGS-LISP): Pass the (long) list of *.el files
18146 through xargs, to avoid failure due to MS-Windows limitations on
18147 command-line length.
18148
18149 2013-06-06 Glenn Morris <rgm@gnu.org>
18150
18151 * font-lock.el (lisp-font-lock-keywords-2):
18152 Treat user-error like error.
18153
18154 * emacs-lisp/bytecomp.el (byte-compile-char-before)
18155 (byte-compile-backward-char, byte-compile-backward-word):
18156 Handle explicit nil arguments. (Bug#14565)
18157
18158 2013-06-05 Alan Mackenzie <acm@muc.de>
18159
18160 * isearch.el (isearch-allow-prefix): New user option.
18161 (isearch-other-meta-char): Don't exit isearch when a prefix
18162 argument is typed whilst `isearch-allow-prefix' is non-nil.
18163 (Bug#9706)
18164
18165 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
18166
18167 * autorevert.el (auto-revert-notify-handler): Use memq.
18168 Hide assertion failure.
18169
18170 * skeleton.el: Use cl-lib.
18171 (skeleton-further-elements): Use defvar-local.
18172 (skeleton-insert): Use cl-progv.
18173
18174 2013-06-05 Teodor Zlatanov <tzz@lifelogs.com>
18175
18176 * progmodes/prog-mode.el (prog-prettify-symbols)
18177 (prog-prettify-install): Update docstrings.
18178
18179 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
18180
18181 * simple.el: Move all the prog-mode code to prog-mode.el.
18182 * progmodes/prog-mode.el: New file.
18183 * loadup.el: Add prog-mode.el.
18184
18185 2013-06-05 Teodor Zlatanov <tzz@lifelogs.com>
18186
18187 * simple.el (prog-prettify-symbols): Add version.
18188 (prog-prettify-install): Add convenience function to prettify symbols.
18189
18190 * progmodes/perl-mode.el (perl--augmented-font-lock-keywords)
18191 (perl--augmented-font-lock-keywords-1)
18192 (perl--augmented-font-lock-keywords-2, perl-mode): Remove unneeded
18193 variables and use it.
18194
18195 * progmodes/cfengine.el (cfengine3--augmented-font-lock-keywords)
18196 (cfengine3-mode): Remove unneeded variable and use it.
18197
18198 * emacs-lisp/lisp-mode.el (lisp--augmented-font-lock-keywords)
18199 (lisp--augmented-font-lock-keywords-1)
18200 (lisp--augmented-font-lock-keywords-2, lisp-mode-variables):
18201 Remove unneeded variables and use it.
18202
18203 2013-06-05 João Távora <joaotavora@gmail.com>
18204
18205 * net/tls.el (open-tls-stream): Remove unneeded buffer contents up
18206 to point when opening the connection. (Bug#14380)
18207
18208 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
18209
18210 * subr.el (load-history-regexp, load-history-filename-element)
18211 (eval-after-load, after-load-functions, do-after-load-evaluation)
18212 (eval-next-after-load, display-delayed-warnings)
18213 (collapse-delayed-warnings, delayed-warnings-hook): Move after the
18214 definition of save-match-data.
18215 (overriding-local-map): Remove accidental obsolescence declaration.
18216
18217 * emacs-lisp/edebug.el (edebug-result): Move before first use.
18218
18219 2013-06-05 Teodor Zlatanov <tzz@lifelogs.com>
18220
18221 Generalize symbol prettify support to prog-mode and implement it
18222 for perl-mode, cfengine3-mode, and emacs-lisp-mode.
18223 * simple.el (prog-prettify-symbols-alist, prog-prettify-symbols)
18224 (prog--prettify-font-lock-compose-symbol)
18225 (prog-prettify-font-lock-symbols-keywords): New variables and
18226 functions to support symbol prettification.
18227 * emacs-lisp/lisp-mode.el (lisp--augmented-font-lock-keywords)
18228 (lisp--augmented-font-lock-keywords-1)
18229 (lisp--augmented-font-lock-keywords-2, lisp-mode-variables)
18230 (lisp--prettify-symbols-alist): Implement prettify of lambda.
18231 * progmodes/cfengine.el (cfengine3--augmented-font-lock-keywords)
18232 (cfengine3--prettify-symbols-alist, cfengine3-mode):
18233 Implement prettify of -> => :: strings.
18234 * progmodes/perl-mode.el (perl-prettify-symbols)
18235 (perl--font-lock-compose-symbol)
18236 (perl--font-lock-symbols-keywords): Move to prog-mode.
18237 (perl--prettify-symbols-alist): Prettify -> => :: strings.
18238 (perl-font-lock-keywords-1)
18239 (perl-font-lock-keywords-2): Remove explicit prettify support.
18240 (perl--augmented-font-lock-keywords)
18241 (perl--augmented-font-lock-keywords-1)
18242 (perl--augmented-font-lock-keywords-2, perl-mode):
18243 Implement prettify support.
18244
18245 2013-06-05 Leo Liu <sdl.web@gmail.com>
18246
18247 Re-implement SMIE matching block highlight using
18248 show-paren-data-function. (Bug#14395)
18249 * emacs-lisp/smie.el (smie-matching-block-highlight)
18250 (smie--highlight-matching-block-overlay)
18251 (smie--highlight-matching-block-lastpos)
18252 (smie-highlight-matching-block)
18253 (smie-highlight-matching-block-mode): Remove.
18254 (smie--matching-block-data-cache): New variable.
18255 (smie--matching-block-data): New function.
18256 (smie-setup): Use smie--matching-block-data for
18257 show-paren-data-function.
18258
18259 * progmodes/octave.el (octave-mode-menu): Fix.
18260 (octave-find-definition): Skip garbage lines.
18261
18262 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
18263
18264 Fix compilation error with simultaneous dynamic+lexical scoping.
18265 Add warning when a defvar appears after the first let-binding.
18266 * emacs-lisp/bytecomp.el (byte-compile-lexical-variables): New var.
18267 (byte-compile-close-variables): Initialize it.
18268 (byte-compile--declare-var): New function.
18269 (byte-compile-file-form-defvar)
18270 (byte-compile-file-form-define-abbrev-table)
18271 (byte-compile-file-form-custom-declare-variable): Use it.
18272 (byte-compile-make-lambda-lexenv): Change the argument. Simplify.
18273 (byte-compile-lambda): Share call to byte-compile-arglist-vars.
18274 (byte-compile-bind): Handle dynamic bindings that shadow
18275 lexical bindings.
18276 (byte-compile-unbind): Make arg non-optional.
18277 (byte-compile-let): Simplify.
18278 * emacs-lisp/cconv.el (byte-compile-lexical-variables): Declare var.
18279 (cconv--analyse-function, cconv-analyse-form): Populate it.
18280 Protect byte-compile-bound-variables to limit the scope of defvars.
18281 (cconv-analyse-form): Add missing rule for (defvar <foo>).
18282 Remove unneeded rule for `declare'.
18283
18284 * emacs-lisp/cl-macs.el (cl--compiler-macro-adjoin): Use macroexp-let2
18285 so as to avoid depending on cl-adjoin at run-time.
18286 * emacs-lisp/cl-lib.el (cl-pushnew): Use backquotes.
18287
18288 * emacs-lisp/macroexp.el (macroexp--compiling-p): New function.
18289 (macroexp--warn-and-return): Use it.
18290
18291 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
18292
18293 * subr.el: Convert to lexical binding.
18294 (overriding-local-map): Make obsolete.
18295 (add-to-list): Doc fix. Add compiler macro.
18296 (read-key): Swap values of local maps.
18297
18298 2013-06-05 Leo Liu <sdl.web@gmail.com>
18299
18300 * eshell/esh-mode.el (eshell-mode): Fix key bindings.
18301
18302 2013-06-04 Leo Liu <sdl.web@gmail.com>
18303
18304 * progmodes/compile.el (compile-goto-error): Add optional arg NOMSG.
18305 (compilation-auto-jump): Suppress the "Mark set" message to give
18306 way to exit message.
18307
18308 2013-06-04 Alan Mackenzie <acm@muc.de>
18309
18310 Remove faulty optimization from indentation calculation.
18311 * progmodes/cc-engine.el (c-guess-basic-syntax): Don't calculate
18312 search limit based on 2000 characters back from indent-point.
18313
18314 2013-06-03 Tassilo Horn <tsdh@gnu.org>
18315
18316 * eshell/em-term.el (cl-lib): Require `cl-lib'.
18317
18318 2013-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
18319
18320 * emacs-lisp/lisp.el: Use lexical-binding.
18321 (lisp--local-variables-1, lisp--local-variables): New functions.
18322 (lisp--local-variables-completion-table): New var.
18323 (lisp-completion-at-point): Use it complete let-bound vars.
18324
18325 * emacs-lisp/lisp-mode.el (eval-sexp-add-defvars): Expand macros
18326 eagerly (bug#14422).
18327
18328 2013-06-03 Michael Albinus <michael.albinus@gmx.de>
18329
18330 * autorevert.el (auto-revert-notify-enabled)
18331 (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
18332 (auto-revert-notify-event-p, auto-revert-notify-event-file-name)
18333 (auto-revert-notify-handler): Handle also gfilenotify.
18334
18335 * subr.el (file-notify-handle-event): New defun. Replacing ...
18336 (inotify-event-p, inotify-handle-event, w32notify-handle-event):
18337 Remove.
18338
18339 2013-06-03 Juri Linkov <juri@jurta.org>
18340
18341 * bindings.el (search-map): Bind `highlight-symbol-at-point' to
18342 `M-s h .'. (Bug#14427)
18343
18344 * hi-lock.el (highlight-symbol-at-point): New alias for the new
18345 command `hi-lock-face-symbol-at-point'.
18346 (hi-lock-face-symbol-at-point): New command.
18347 (hi-lock-map): Bind `highlight-symbol-at-point' to `C-x w .'.
18348 (hi-lock-menu): Add `highlight-symbol-at-point'.
18349 (hi-lock-mode): Doc fix.
18350
18351 * isearch.el (isearch-forward-symbol-at-point): New command.
18352 (search-map): Bind `isearch-forward-symbol-at-point' to `M-s .'.
18353 (isearch-highlight-regexp): Add a regexp which matches
18354 words/symbols for word/symbol mode.
18355
18356 * subr.el (find-tag-default-bounds): New function with the body
18357 mostly moved from `find-tag-default'.
18358 (find-tag-default): Move most code to `find-tag-default-bounds',
18359 call it and apply `buffer-substring-no-properties' afterwards.
18360
18361 2013-06-03 Tassilo Horn <tsdh@gnu.org>
18362
18363 * eshell/em-term.el (eshell-term-initialize):
18364 Use `cl-intersection' rather than `intersection'.
18365
18366 2013-06-02 Xue Fuqiao <xfq.free@gmail.com>
18367
18368 * vc/log-view.el: Doc fix.
18369 (log-view-mode-map): Copy keymap from `special-mode-map'.
18370
18371 2013-06-02 Eric Ludlam <zappo@gnu.org>
18372
18373 * emacs-lisp/eieio.el (eieio--defalias, eieio-hook)
18374 (eieio-error-unsupported-class-tags, eieio-skip-typecheck)
18375 (eieio-optimize-primary-methods-flag, eieio-initializing-object)
18376 (eieio-unbound, eieio-default-superclass)
18377 (eieio--define-field-accessors, method-static, method-before)
18378 (method-primary, method-after, method-num-lists)
18379 (method-generic-before, method-generic-primary)
18380 (method-generic-after, method-num-slots)
18381 (eieio-specialized-key-to-generic-key)
18382 (eieio--check-type, class-v, class-p)
18383 (eieio-class-name, define-obsolete-function-alias)
18384 (eieio-class-parents-fast, eieio-class-children-fast)
18385 (same-class-fast-p, class-constructor, generic-p)
18386 (generic-primary-only-p, generic-primary-only-one-p)
18387 (class-option-assoc, class-option, eieio-object-p)
18388 (class-abstract-p, class-method-invocation-order)
18389 (eieio-defclass-autoload-map, eieio-defclass-autoload)
18390 (eieio-class-un-autoload, eieio-defclass)
18391 (eieio-eval-default-p, eieio-perform-slot-validation-for-default)
18392 (eieio-add-new-slot, eieio-copy-parents-into-subclass)
18393 (eieio--defgeneric-init-form, eieio-defgeneric-form)
18394 (eieio-defgeneric-reset-generic-form)
18395 (eieio-defgeneric-form-primary-only)
18396 (eieio-defgeneric-reset-generic-form-primary-only)
18397 (eieio-defgeneric-form-primary-only-one)
18398 (eieio-defgeneric-reset-generic-form-primary-only-one)
18399 (eieio-unbind-method-implementations)
18400 (eieio--defmethod, eieio--typep)
18401 (eieio-perform-slot-validation, eieio-validate-slot-value)
18402 (eieio-validate-class-slot-value, eieio-barf-if-slot-unbound)
18403 (eieio-oref, eieio-oref-default, eieio-default-eval-maybe)
18404 (eieio-oset, eieio-oset-default, eieio-slot-originating-class-p)
18405 (eieio-slot-name-index, eieio-class-slot-name-index)
18406 (eieio-set-defaults, eieio-initarg-to-attribute)
18407 (eieio-attribute-to-initarg, eieio-c3-candidate)
18408 (eieio-c3-merge-lists, eieio-class-precedence-c3)
18409 (eieio-class-precedence-dfs, eieio-class-precedence-bfs)
18410 (eieio-class-precedence-list, eieio-generic-call-methodname)
18411 (eieio-generic-call-arglst, eieio-generic-call-key)
18412 (eieio-generic-call-next-method-list)
18413 (eieio-pre-method-execution-functions, eieio-generic-call)
18414 (eieio-generic-call-primary-only, eieiomt-method-list)
18415 (eieiomt-optimizing-obarray, eieiomt-install)
18416 (eieiomt-add, eieiomt-next, eieiomt-sym-optimize)
18417 (eieio-generic-form, eieio-defmethod, make-obsolete)
18418 (eieio-defgeneric, make-obsolete): Move to eieio-core.el.
18419 (defclass): Remove `eval-and-compile' from macro.
18420 (call-next-method, shared-initialize): Instead of using
18421 `scoped-class' variable, use new eieio--scoped-class, and
18422 eieio--with-scoped-class.
18423 (initialize-instance): Rename local variable 'scoped-class' to
18424 'this-class' to remove ambiguitity from old global.
18425
18426 * emacs-lisp/eieio-core.el: New file. Derived from key parts of
18427 eieio.el.
18428 (eieio--scoped-class-stack): New variable.
18429 (eieio--scoped-class): New fcn.
18430 (eieio--with-scoped-class): New scoping macro.
18431 (eieio-defclass): Use pushnew instead of add-to-list.
18432 (eieio-defgeneric-form-primary-only-one, eieio-oset-default)
18433 (eieio-slot-name-index, eieio-set-defaults, eieio-generic-call)
18434 (eieio-generic-call-primary-only, eieiomt-add): Instead of using
18435 `scoped-class' variable, use new eieio--scoped-class, and
18436 eieio--with-scoped-class.
18437
18438 * emacs-lisp/eieio-base.el (cl-lib): Require during compile.
18439
18440 2013-06-02 Tassilo Horn <tsdh@gnu.org>
18441
18442 * eshell/esh-ext.el (eshell-external-command): Pass args to
18443 `eshell-find-interpreter'.
18444 (eshell-find-interpreter): Add new second parameter ARGS.
18445
18446 * eshell/em-script.el (eshell-script-initialize): Add second arg
18447 to the function added as MATCH to `eshell-interpreter-alist'.
18448
18449 * eshell/em-dirs.el (eshell-dirs-initialize): Add second arg to
18450 the function added as MATCH to `eshell-interpreter-alist'.
18451
18452 * eshell/em-term.el (eshell-visual-subcommands): New defcustom.
18453 (eshell-visual-options): New defcustom.
18454 (eshell-escape-control-x): Adapt docstring.
18455 (eshell-term-initialize): Test `eshell-visual-subcommands' and
18456 `eshell-visual-options' in addition to `eshell-visual-commands'.
18457 (eshell-exec-visual): Pass args to `eshell-find-interpreter'.
18458
18459 2013-06-01 Fabián Ezequiel Gallina <fgallina@gnu.org>
18460
18461 * progmodes/python.el (python-indent-block-enders): Add break,
18462 continue and raise keywords.
18463
18464 2013-06-01 Glenn Morris <rgm@gnu.org>
18465
18466 * pcmpl-gnu.el (pcomplete/tar): Check obsolete variable is bound.
18467
18468 Plain (f)boundp silences compilation warnings since Emacs 22.1.
18469 * progmodes/cc-cmds.el (delete-forward-p):
18470 * progmodes/cc-defs.el (buffer-syntactic-context-depth):
18471 * progmodes/cc-engine.el (buffer-syntactic-context):
18472 * progmodes/cc-fonts.el (face-property-instance):
18473 * progmodes/cc-mode.el (set-keymap-parents):
18474 * progmodes/cc-vars.el (get-char-table): No need for cc-bytecomp-defun.
18475 * progmodes/cc-defs.el (c-set-region-active, c-beginning-of-defun-1)
18476 * progmodes/cc-mode.el (c-make-inherited-keymap): Use plain fboundp.
18477 * progmodes/cc-defs.el (zmacs-region-stays, zmacs-regions)
18478 (lookup-syntax-properties): Remove unecessary cc-bytecomp-defvar.
18479
18480 * progmodes/cc-vars.el (other): Emacs has this widget since
18481 at least 21.1, so don't (re)define it.
18482
18483 * eshell/em-cmpl.el (eshell-cmpl-initialize):
18484 Replace the obsolete alias pcomplete-arg-quote-list.
18485
18486 2013-06-01 Leo Liu <sdl.web@gmail.com>
18487
18488 * progmodes/octave.el (octave-mode-syntax-table): Give `.'
18489 punctuation syntax.
18490 (inferior-octave-minimal-columns)
18491 (inferior-octave-last-column-width): New variables.
18492 (inferior-octave-track-window-width-change): New function.
18493 (inferior-octave-mode): Adjust column width so that Octave output,
18494 for example from 'ls', can fit into the window nicely.
18495
18496 2013-05-31 Dmitry Gutov <dgutov@yandex.ru>
18497
18498 * progmodes/ruby-mode.el (ruby-syntax-expansion-allowed-p):
18499 Highlight expansions inside regexp literals.
18500
18501 2013-05-31 Glenn Morris <rgm@gnu.org>
18502
18503 * obsolete/sym-comp.el (symbol-complete):
18504 Replace obsolete completion-annotate-function.
18505
18506 * progmodes/cc-vars.el (c-make-macro-with-semi-re): Silence compiler.
18507
18508 2013-05-31 Dmitry Gutov <dgutov@yandex.ru>
18509
18510 * progmodes/ruby-mode.el (ruby-syntax-expansion-allowed-p):
18511 New function, checks if point is inside a literal that allows
18512 expression expansion.
18513 (ruby-syntax-propertize-expansion): Use it.
18514 (ruby-syntax-propertize-function): Bind `case-fold-search' to nil
18515 around the body.
18516
18517 2013-05-30 Juri Linkov <juri@jurta.org>
18518
18519 * isearch.el (isearch-mode-map): Bind `isearch-toggle-invisible'
18520 to "\M-si".
18521 (isearch-invisible): New variable.
18522 (isearch-forward): Doc fix.
18523 (isearch-mode): Set `isearch-invisible'
18524 to the value of `search-invisible'.
18525 (isearch-toggle-case-fold): Doc fix.
18526 (isearch-toggle-invisible): New command.
18527 (isearch-query-replace): Let-bind `search-invisible'
18528 to the value of `isearch-invisible'.
18529 (isearch-search): Use `isearch-invisible' instead of
18530 `search-invisible'. Let-bind `search-invisible'
18531 to the value of `isearch-invisible'. (Bug#11378)
18532
18533 2013-05-30 Juri Linkov <juri@jurta.org>
18534
18535 * replace.el (perform-replace): Avoid `isearch-range-invisible'
18536 call when `query-flag' is nil and `search-invisible' is non-nil.
18537 (Bug#11746)
18538
18539 2013-05-30 Glenn Morris <rgm@gnu.org>
18540
18541 * progmodes/gdb-mi.el (gdb-wait-for-pending): Fix typo.
18542
18543 * progmodes/cc-bytecomp.el (cc-bytecomp-noruntime-functions): New.
18544 (cc-require): Suppress spurious "noruntime" warnings.
18545 (cc-require-when-compile): Use fboundp, for sake of compiler.
18546
18547 * progmodes/cc-mode.el: Move load of cc-vars before that of
18548 cc-langs (which in turn loads cc-vars), to quieten compiler.
18549
18550 2013-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
18551
18552 * paren.el: Simplify the code.
18553 (show-paren-mode): Always start the timer.
18554 (show-paren--idle-timer): Rename from show-paren-idle-timer.
18555 (show-paren--overlay, show-paren--overlay-1): Rename from
18556 show-paren-overlay and show-paren-overlay-1, and initialize to an
18557 overlay rather than to nil.
18558 (show-paren-function): Misc cleanup and simplifications.
18559
18560 2013-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
18561
18562 * paren.el (show-paren-data-function): New hook.
18563 (show-paren--default): New function, extracted from show-paren-function.
18564 (show-paren-function): Use show-paren-data-function.
18565
18566 2013-05-30 Glenn Morris <rgm@gnu.org>
18567
18568 * ielm.el (ielm-map, ielm-complete-symbol):
18569 Use completion-at-point rather than obsolete functions.
18570 (inferior-emacs-lisp-mode): Doc fix.
18571 Set completion-at-point-functions, rather than
18572 comint-dynamic-complete-functions.
18573
18574 * eshell/em-cmpl.el (eshell-complete-lisp-symbol): New function.
18575 (eshell-cmpl-initialize, eshell-complete-parse-arguments):
18576 Replace obsolete lisp-complete-symbol with eshell-complete-lisp-symbol.
18577
18578 * image.el (image-animated-p): Tweak definition.
18579
18580 * net/rlogin.el (rlogin-program, rlogin-explicit-args): Default to ssh.
18581 (rlogin-process-connection-type): Tweak default. Add set-after.
18582 (rlogin-host): Doc fix.
18583 (rlogin): Tweak prompt.
18584 (rlogin-tab-or-complete): Use completion-at-point rather than alias.
18585
18586 * net/net-utils.el (nslookup-mode-map, ftp-mode-map):
18587 * progmodes/tcl.el (inferior-tcl-mode-map):
18588 Use completion-at-point rather than obsolete alias.
18589
18590 * emacs-lisp/eieio.el (eieio-eval-default-p): Move before use.
18591
18592 * minibuffer.el (read-file-name-completion-ignore-case):
18593 Move before completion--in-region, for eager macro expansion.
18594
18595 2013-05-29 Juri Linkov <juri@jurta.org>
18596
18597 * replace.el (occur-engine): Rename `globalcount' to `global-lines'
18598 for total count of matching lines. Add `global-matches' for total
18599 count of matches. Rename `matches' to `lines' for count of
18600 matching lines. Add `matches' for count of matches.
18601 Rename `lines' to `curr-line' for line count. Rename `prev-lines'
18602 to `prev-line' for line number of prev match endpt.
18603 Increment `matches' for every match. Print the number of
18604 matching lines in the header.
18605 (occur-context-lines): Rename `lines' to `curr-line'.
18606 Rename `prev-lines' to `prev-line'. (Bug#14017)
18607
18608 2013-05-29 Juri Linkov <juri@jurta.org>
18609
18610 * replace.el (perform-replace): Add `skip-read-only-count',
18611 `skip-filtered-count', `skip-invisible-count' let-bound to 0.
18612 Increment them for corresponding conditions and report the number
18613 of skipped occurrences in the final message. (Bug#11746)
18614 (query-replace, query-replace-regexp, query-replace-regexp-eval)
18615 (replace-string, replace-regexp): Doc fix.
18616
18617 2013-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
18618
18619 * emacs-lisp/trace.el (trace--read-args): Provide a default.
18620
18621 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Inherit from
18622 prog-mode-map (bug#14504).
18623
18624 2013-05-29 Leo Liu <sdl.web@gmail.com>
18625
18626 * progmodes/octave.el (octave-indent-comment): Tweak regexps.
18627 (octave-help): Small simplification.
18628
18629 * emacs-lisp/smie.el (smie-highlight-matching-block): Always turn
18630 off the highlight first.
18631
18632 2013-05-29 Glenn Morris <rgm@gnu.org>
18633
18634 * progmodes/idlwave.el (idlwave-concatenate-rinfo-lists):
18635 Handle idlwave-last-system-routine-info-cons-cell being nil.
18636
18637 * progmodes/idlwave.el (idlwave-scan-user-lib-files)
18638 (idlwave-write-paths): Simplify via with-temp-buffer.
18639
18640 * emulation/cua-gmrk.el: Also load cua-base, cua-rect at run time.
18641 * emulation/cua-rect.el: Also load cua-base at run time.
18642
18643 * progmodes/cperl-mode.el (imenu-choose-buffer-index)
18644 (file-of-tag, etags-snarf-tag, etags-goto-tag-location): Declare.
18645 (cperl-imenu-on-info): Require imenu.
18646
18647 2013-05-28 Alan Mackenzie <acm@muc.de>
18648
18649 Handle "capitalised keywords" correctly.
18650 * progmodes/cc-mode.el (c-after-change): Bind case-fold-search to nil.
18651
18652 2013-05-28 Aidan Gauland <aidalgol@amuri.net>
18653
18654 * eshell/em-unix.el: Add -r option to cp.
18655
18656 2013-05-28 Glenn Morris <rgm@gnu.org>
18657
18658 * vc/vc-arch.el (vc-exec-after): Declare.
18659 (vc-switches): Autoload.
18660 * vc/vc-bzr.el: No need to require vc when compiling.
18661 (vc-exec-after, vc-set-async-update, vc-default-dir-printer)
18662 (vc-resynch-buffer, vc-dir-refresh): Declare.
18663 (vc-setup-buffer, vc-switches): Autoload.
18664 * vc/vc-cvs.el (vc-exec-after, vc-coding-system-for-diff)
18665 (vc-resynch-buffer): Declare.
18666 (vc-switches, vc-default-revert, vc-version-backup-file): Autoload.
18667 * vc/vc-dir.el (desktop-missing-file-warning): Declare.
18668 * vc/vc-git.el (vc-exec-after, vc-set-async-update)
18669 (grep-read-regexp, grep-read-files, grep-expand-template)
18670 (vc-dir-refresh): Declare.
18671 (vc-setup-buffer, vc-switches, vc-resynch-buffer): Autoload.
18672 * vc/vc-hg.el (vc-exec-after, vc-set-async-update): Declare.
18673 (vc-setup-buffer, vc-switches, vc-do-async-command): Autoload.
18674 * vc/vc-mtn.el (vc-exec-after): Declare.
18675 (vc-switches): Autoload.
18676 * vc/vc-rcs.el (vc-expand-dirs, vc-switches)
18677 (vc-tag-precondition, vc-buffer-sync, vc-rename-master): Autoload.
18678 (vc-file-tree-walk): Declare.
18679 * vc/vc-sccs.el (vc-file-tree-walk): Declare.
18680 (vc-expand-dirs, vc-switches, vc-setup-buffer, vc-delistify)
18681 (vc-tag-precondition, vc-rename-master): Autoload.
18682 * vc/vc-svn.el (vc-exec-after): Declare.
18683 (vc-switches, vc-setup-buffer): Autoload.
18684 * obsolete/vc-mcvs.el (vc-checkout, vc-switches, vc-default-revert):
18685 Autoload.
18686 (vc-resynch-buffer): Declare.
18687
18688 * obsolete/fast-lock.el (byte-compile-warnings):
18689 Don't warn about obsolete features in this obsolete file.
18690
18691 * progmodes/cc-vars.el (c-macro-names-with-semicolon):
18692 Move definition before use.
18693
18694 * play/dunnet.el (byte-compile-warnings): Don't disable them all.
18695 (dun-unix-verbs): Remove dun-zippy.
18696 (dun-zippy): Remove function.
18697
18698 * emacs-lisp/bytecomp.el (byte-compile-warnings): Doc fix.
18699
18700 2013-05-27 Juri Linkov <juri@jurta.org>
18701
18702 * replace.el (replace-search): New function with code moved out
18703 from `perform-replace'.
18704 (replace-highlight, replace-dehighlight): Move function definitions
18705 up closer to `replace-search'. (Bug#11746)
18706
18707 2013-05-27 Juri Linkov <juri@jurta.org>
18708
18709 * replace.el (perform-replace): Ignore invisible matches.
18710 In addition to checking `query-replace-skip-read-only', also
18711 filter out matches by calling `run-hook-with-args-until-failure'
18712 on `isearch-filter-predicates', and also check `search-invisible'
18713 for t or call `isearch-range-invisible'.
18714 (replace-dehighlight): Call `isearch-clean-overlays'. (Bug#11746)
18715
18716 2013-05-27 Juri Linkov <juri@jurta.org>
18717
18718 * isearch.el (isearch-filter-predicates): Rename from
18719 `isearch-filter-predicate'. Doc fix. (Bug#11378)
18720 (isearch-message-prefix): Display text from the property
18721 `isearch-message-prefix' of the currently active filters.
18722 (isearch-search): Don't compare `isearch-filter-predicate' with
18723 `isearch-filter-visible'. Call `run-hook-with-args-until-failure'
18724 on `isearch-filter-predicates'. Also check `search-invisible' for t
18725 or call `isearch-range-invisible'.
18726 (isearch-filter-visible): Make obsolete.
18727 (isearch-lazy-highlight-search):
18728 Call `run-hook-with-args-until-failure' on
18729 `isearch-filter-predicates' and use `isearch-range-invisible'.
18730
18731 * info.el (Info-search): Call `run-hook-with-args-until-failure' on
18732 `isearch-filter-predicates' instead of `funcall'ing
18733 `isearch-filter-predicate'.
18734 (Info-mode): Set `Info-isearch-filter' to
18735 `isearch-filter-predicates' instead of `isearch-filter-predicate'.
18736
18737 * dired-aux.el (dired-isearch-filter-predicate-orig):
18738 Remove variable.
18739 (dired-isearch-filenames-toggle, dired-isearch-filenames-setup)
18740 (dired-isearch-filenames-end): Add and remove
18741 `dired-isearch-filter-filenames' in `isearch-filter-predicates'
18742 instead of changing the value of `isearch-filter-predicate'.
18743 Rebind `dired-isearch-filenames-toggle' from "\M-sf" to "\M-sff".
18744 (dired-isearch-filter-filenames): Don't use `isearch-filter-visible'.
18745 Put property `isearch-message-prefix' to "filename " on
18746 `dired-isearch-filter-filenames'.
18747
18748 * wdired.el (wdired-change-to-wdired-mode):
18749 Add `isearch-filter-predicates' to `wdired-isearch-filter-read-only'
18750 locally instead of changing `isearch-filter-predicate'.
18751 (wdired-isearch-filter-read-only): Don't use `isearch-filter-visible'.
18752
18753 2013-05-27 Dmitry Gutov <dgutov@yandex.ru>
18754
18755 * vc/vc-git.el (vc-git-working-revision): When in detached mode,
18756 return the commit hash (Bug#14459). Also set the
18757 `vc-git-detached' property.
18758 (vc-git--rev-parse): Extract from `vc-git-previous-revision'.
18759 (vc-git-mode-line-string): Use the same help-echo format whether
18760 in detached mode or not, because we know the actual revision now.
18761 When in detached mode, shorten the revision to 7 chars.
18762
18763 2013-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
18764
18765 * emacs-lisp/easy-mmode.el (define-minor-mode):
18766 * emacs-lisp/derived.el (define-derived-mode): Always defvar the
18767 mode hook and provide a docstring.
18768
18769 2013-05-27 Alan Mackenzie <acm@muc.de>
18770
18771 Remove spurious syntax-table text properties inserted by C-y.
18772 * progmodes/cc-mode.el (c-after-change): Also clear hard
18773 syntax-table property with value nil.
18774
18775 2013-05-27 Michael Albinus <michael.albinus@gmx.de>
18776
18777 * net/dbus.el (dbus-call-method): Let-bind `inhibit-redisplay'
18778 when reading the events; the buffer layout shall not be changed.
18779
18780 2013-05-27 Leo Liu <sdl.web@gmail.com>
18781
18782 * progmodes/octave.el (inferior-octave-directory-tracker-resync):
18783 New variable.
18784 (inferior-octave-directory-tracker): Automatically re-sync
18785 default-directory.
18786 (octave-help): Improve handling of 'See also'.
18787
18788 2013-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
18789
18790 * doc-view.el: Minor naming convention tweaks.
18791 (desktop-buffer-mode-handlers): Don't add to it repeatedly.
18792
18793 * image-mode.el (image-mode-reapply-winprops): Call image-mode-winprops
18794 even if there's no `display' property yet (bug#14435).
18795
18796 2013-05-25 Eli Zaretskii <eliz@gnu.org>
18797
18798 * subr.el (unmsys--file-name): Rename from reveal-filename.
18799
18800 * Makefile.in (custom-deps, finder-data, autoloads)
18801 ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
18802 ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
18803 ($(CAL_DIR)/hol-loaddefs.el): All users changed.
18804
18805 2013-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
18806
18807 * emacs-lisp/lisp.el (lisp-completion-at-point): Don't use
18808 error-completion on the first 2 args of condition-case (bug#14446).
18809 Don't burp at EOB.
18810
18811 2013-05-25 Leo Liu <sdl.web@gmail.com>
18812
18813 * comint.el (comint-previous-matching-input): Do not flood the
18814 *Messages* buffer with trivial messages.
18815
18816 2013-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
18817
18818 * progmodes/flymake.el (flymake-nop): Don't return a string.
18819 (flymake-set-at): Fix typo.
18820
18821 * simple.el (read--expression): New function, extracted from
18822 eval-expression. Set completion-at-point-functions (bug#14465).
18823 (eval-expression, eval-minibuffer): Use it.
18824
18825 2013-05-25 Xue Fuqiao <xfq.free@gmail.com>
18826
18827 * progmodes/flymake.el (flymake-save-buffer-in-file)
18828 (flymake-makehash, flymake-posn-at-point-as-event, flymake-nop)
18829 (flymake-selected-frame, flymake-log, flymake-ins-after)
18830 (flymake-set-at, flymake-get-buildfile-from-cache)
18831 (flymake-add-buildfile-to-cache, flymake-clear-buildfile-cache)
18832 (flymake-find-possible-master-files, flymake-save-buffer-in-file):
18833 Refine the doc string.
18834 (flymake-get-file-name-mode-and-masks): Reformat.
18835 (flymake-get-real-file-name-function): Fix a minor bug.
18836
18837 2013-05-24 Juri Linkov <juri@jurta.org>
18838
18839 * progmodes/grep.el (grep-mode-font-lock-keywords):
18840 Support =linenumber= format used by git-grep for lines with
18841 function names. (Bug#13549)
18842
18843 2013-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
18844
18845 * progmodes/octave.el (octave-smie-rules): Return nil rather than
18846 0 after a semi-colon; it works better for smie-auto-fill.
18847 (octave--indent-new-comment-line): New function.
18848 (octave-indent-new-comment-line): Use it (indirectly).
18849 (octave-mode): Don't disable smie-auto-fill. Use add-function to
18850 modify comment-line-break-function.
18851
18852 * emacs-lisp/smie.el (smie-auto-fill): Rework to be more robust.
18853 (smie-setup): Use add-function to set it.
18854
18855 2013-05-24 Sam Steingold <sds@gnu.org>
18856
18857 * sort.el (delete-duplicate-lines): Accept an optional `keep-blanks'
18858 argument (before the `interactive' argument).
18859
18860 2013-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
18861
18862 * image-mode.el (image-mode-winprops): Add winprops to
18863 image-mode-winprops-alist before running
18864 image-mode-new-window-functions.
18865 * doc-view.el (doc-view-new-window-function): Don't delay
18866 doc-view-goto-page via timers (bug#14435).
18867
18868 2013-05-24 Tassilo Horn <tsdh@gnu.org>
18869
18870 * doc-view.el: Integrate with desktop.el. (Bug#14435)
18871 (doc-view-desktop-save-buffer): New function.
18872 (doc-view-restore-desktop-buffer): New function.
18873 (desktop-buffer-mode-handlers):
18874 Add `doc-view-restore-desktop-buffer' as desktop.el buffer mode
18875 handler.
18876 (doc-view-mode): Set `doc-view-desktop-save-buffer' as custom
18877 `desktop-save-buffer' function.
18878
18879 2013-05-24 Michael Albinus <michael.albinus@gmx.de>
18880
18881 * net/tramp-gvfs.el (tramp-gvfs-enabled): New defconst.
18882 (tramp-gvfs-file-name-handler): Raise a user error when
18883 `tramp-gvfs-enabled' is nil.
18884 (top): Register signals only when `tramp-gvfs-enabled' is non-nil.
18885 Do not raise a user error when loading package. (Bug#14447)
18886
18887 * net/xesam.el: Move to obsolete/.
18888
18889 2013-05-24 Glenn Morris <rgm@gnu.org>
18890
18891 * font-lock.el (lisp-font-lock-keywords-2): Add with-coding-priority.
18892
18893 * emacs-lisp/chart.el (chart-sort): Replace obsolete `object-name'.
18894
18895 * progmodes/cperl-mode.el (cperl-mode): Use fboundp.
18896 (Info-find-node, Man-getpage-in-background): Declare.
18897
18898 * mail/unrmail.el (unrmail):
18899 Replace obsolete detect-coding-with-priority.
18900
18901 * net/socks.el (socks-split-string): Use this rather than split-string.
18902 (socks-nslookup-host): Update for above change.
18903 (dynamic-choice, s5-dynamic-choice-match)
18904 (s5-dynamic-choice-match-inline, s5-widget-value-create):
18905 Comment out unused code.
18906
18907 * tooltip.el (tooltip-use-echo-area): Warn only on 'set.
18908 * progmodes/gud.el (gud-gdb-completion-function): Move before use.
18909 (gud-tooltip-echo-area): Make obsolete.
18910 (gud-tooltip-process-output, gud-tooltip-tips): Also check tooltip-mode.
18911
18912 * progmodes/js.el (js--optimize-arglist): Declare.
18913
18914 * progmodes/ruby-mode.el (ruby-syntax-propertize-expansion): Declare.
18915
18916 * progmodes/which-func.el (ediff-window-A, ediff-window-B)
18917 (ediff-window-C): Declare.
18918
18919 * obsolete/pgg-gpg.el, obsolete/pgg-pgp.el, obsolete/pgg-pgp5.el:
18920 Tweak requires to silence compiler.
18921
18922 * obsolete/sym-comp.el: No need to load hipper-exp when compiling.
18923 (he-search-string, he-tried-table, he-expand-list)
18924 (he-init-string, he-string-member, he-substitute-string)
18925 (he-reset-string): Declare.
18926
18927 * obsolete/options.el (list-options): Use custom-variable-p,
18928 rather than obsolete alias.
18929
18930 2013-05-23 Sam Steingold <sds@gnu.org>
18931
18932 * simple.el (shell-command-on-region): Pass the `replace' argument
18933 down to `call-process-region' to comply with the doc as reported on
18934 <http://stackoverflow.com/questions/16720458/emacs-noninteractive-call-to-shell-command-on-region-always-deletes-region>
18935
18936 2013-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
18937
18938 * emacs-lisp/smie.el (smie-indent-forward-token)
18939 (smie-indent-backward-token): Handle string tokens (bug#14381).
18940
18941 2013-05-23 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
18942
18943 * ielm.el (ielm-menu): New menu.
18944 (inferior-emacs-lisp-mode): Set comment-start.
18945
18946 2013-05-23 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
18947
18948 * textmodes/reftex.el (reftex-ref-style-toggle):
18949 Fix deactivate action.
18950
18951 * textmodes/reftex-vars.el (reftex-ref-style-alist):
18952 Add cleveref macros.
18953
18954 * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
18955 Accept options for bibliography commands.
18956 * textmodes/reftex-vars.el (reftex-bibliography-commands):
18957 Add addbibresource. Basic Biblatex support.
18958
18959 2013-05-23 Michael Albinus <michael.albinus@gmx.de>
18960
18961 * net/tramp-gvfs.el (top):
18962 * net/xesam.el (xesam-dbus-unique-names): Suppress D-Bus errors
18963 when loading package. (Bug#14447)
18964
18965 2013-05-23 Glenn Morris <rgm@gnu.org>
18966
18967 * progmodes/js.el: No need to load comint when compiling.
18968 (ring-insert, comint-send-string, comint-send-input)
18969 (comint-last-input-end, ido-chop): Declare.
18970
18971 * vc/ediff-diff.el, vc/ediff-merg.el: Require ediff-util at run-time.
18972 * vc/ediff-mult.el: Adjust requires.
18973 (ediff-directories-internal, ediff-directory-revisions-internal)
18974 (ediff-patch-file-internal): Declare.
18975 * vc/ediff-ptch.el: Adjust requires.
18976 (ediff-use-last-dir, ediff-buffers-internal): Declare.
18977 (ediff-find-file): Autoload.
18978 * vc/ediff-util.el: No need to load ediff when compiling.
18979 (ediff-regions-internal): Declare.
18980 * vc/ediff-wind.el: Adjust requires.
18981 (ediff-compute-toolbar-width): Define when compiling.
18982 (ediff-setup-control-buffer, ediff-make-bottom-toolbar): Declare.
18983 * vc/ediff.el: No need to load dired, ediff-ptch when compiling.
18984 (dired-get-filename, dired-get-marked-files)
18985 (ediff-last-dir-patch, ediff-patch-default-directory)
18986 (ediff-get-patch-buffer, ediff-dispatch-file-patching-job)
18987 (ediff-patch-buffer-internal): Declare.
18988
18989 * emacs-lisp/checkdoc.el: No need to load ispell when compiling.
18990 (ispell-process, ispell-buffer-local-words, lm-summary)
18991 (lm-section-start, lm-section-end): Declare.
18992 (checkdoc-ispell-init): Simplify.
18993
18994 * progmodes/vera-mode.el (he-init-string, he-dabbrev-beg)
18995 (he-string-member, he-reset-string, he-substitute-string): Declare.
18996
18997 * eshell/em-ls.el: Adjust requires.
18998 (eshell-glob-regexp): Declare.
18999 * eshell/em-tramp.el: Adjust requires.
19000 (eshell-parse-command): Autoload.
19001 * eshell/em-xtra.el: Adjust requires.
19002 (eshell-parse-command): Autoload.
19003 * eshell/esh-ext.el: Adjust requires.
19004 (eshell-parse-command, eshell-close-handles): Autoload.
19005 * eshell/esh-io.el: Adjust requires.
19006 (eshell-output-filter): Autoload.
19007 * eshell/esh-util.el: No need to load tramp when compiling.
19008 (tramp-file-name-structure, ange-ftp-ls, ange-ftp-file-modtime):
19009 Declare.
19010 (eshell-parse-ange-ls): Require ange-ftp and tramp.
19011 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
19012 * eshell/em-cmpl.el, eshell/em-glob.el, eshell/em-pred.el:
19013 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-smart.el:
19014 * eshell/em-term.el, eshell/esh-arg.el, eshell/esh-mode.el:
19015 * eshell/esh-opt.el, eshell/esh-proc.el:
19016 * eshell/esh-var.el: Adjust requires.
19017 * eshell/eshell.el: Do not require esh-util twice.
19018 (eshell-add-input-to-history): Declare.
19019 (eshell-command): Check history module is active before using it.
19020
19021 * eshell/em-ls.el (eshell-ls-dir): Fix -A handling.
19022
19023 2013-05-22 Leo Liu <sdl.web@gmail.com>
19024
19025 * progmodes/octave.el (inferior-octave-startup): Fix bug#14433.
19026
19027 2013-05-22 Michael Albinus <michael.albinus@gmx.de>
19028
19029 * autorevert.el (auto-revert-notify-add-watch)
19030 (auto-revert-notify-handler): Add `attrib' for the inotify case,
19031 it indicates changes in file modification time.
19032
19033 2013-05-22 Glenn Morris <rgm@gnu.org>
19034
19035 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
19036 Always delete the autoloaded function from the noruntime and
19037 unresolved functions lists.
19038
19039 * allout.el: No need to load epa, epg, overlay when compiling.
19040 (epg-context-set-passphrase-callback, epg-list-keys)
19041 (epg-decrypt-string, epg-encrypt-string, epg-user-id-string)
19042 (epg-key-user-id-list): Declare.
19043
19044 * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
19045 (viper-set-parsing-style-toggling-macro)
19046 (viper-set-emacs-state-searchstyle-macros):
19047 Use called-interactively-p on Emacs.
19048 (viper-looking-back): Make it an obsolete alias. Update callers.
19049 * emulation/viper-ex.el: Load viper-keym, not viper-cmd.
19050 Use looking-back rather than viper-looking-back.
19051 (viper-tmp-insert-at-eob, viper-enlarge-region)
19052 (viper-read-string-with-history, viper-register-to-point)
19053 (viper-append-to-register, viper-change-state-to-vi)
19054 (viper-backward-char-carefully, viper-forward-char-carefully)
19055 (viper-Put-back, viper-put-back, viper-add-newline-at-eob-if-necessary)
19056 (viper-change-state-to-emacs): Declare.
19057 * emulation/viper-macs.el: Load viper-mous, viper-ex, not viper-cmd.
19058 (viper-change-state-to-insert, viper-change-state-to-vi): Declare.
19059 * emulation/viper-mous.el: Do not load viper-cmd.
19060 (viper-backward-char-carefully, viper-forward-char-carefully)
19061 (viper-forward-word, viper-adjust-window): Declare.
19062
19063 * vc/ediff.el (ediff-version): Use called-interactively-p on Emacs.
19064
19065 * progmodes/idlw-help.el (idlwave-help-fontify):
19066 Use called-interactively-p.
19067
19068 * term/w32console.el (w32-get-console-codepage)
19069 (w32-get-console-output-codepage): Declare.
19070
19071 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape):
19072 Remove unnecessary declarations.
19073 (dframe-message): Doc fix.
19074
19075 * info.el (dframe-select-attached-frame, dframe-current-frame):
19076 Declare.
19077
19078 * speedbar.el (speedbar-message): Make it an obsolete alias.
19079 Update all callers.
19080 (speedbar-with-attached-buffer)
19081 (speedbar-maybee-jump-to-attached-frame): Make these aliases obsolete.
19082 (speedbar-with-writable): Use backquote.
19083 * emacs-lisp/eieio-opt.el (eieio-describe-class-sb):
19084 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click):
19085 Use dframe-with-attached-buffer, dframe-maybee-jump-to-attached-frame
19086 rather than speedbar- aliases.
19087 * mail/rmail.el: Load dframe rather than speedbar when compiling.
19088 (speedbar-make-specialized-keymap, speedbar-insert-button)
19089 (dframe-select-attached-frame, dframe-maybee-jump-to-attached-frame)
19090 (speedbar-do-function-pointer): Declare.
19091 (rmail-speedbar-button, rmail-speedbar-find-file)
19092 (rmail-speedbar-move-message):
19093 Use dframe-with-attached-buffer rather than speedbar- alias.
19094 * progmodes/gud.el: Load dframe rather than speedbar when compiling.
19095 (dframe-message, speedbar-make-specialized-keymap)
19096 (speedbar-add-expansion-list, speedbar-mode-functions-list)
19097 (speedbar-make-tag-line, speedbar-remove-localized-speedbar-support)
19098 (speedbar-insert-button, dframe-select-attached-frame)
19099 (dframe-maybee-jump-to-attached-frame)
19100 (speedbar-change-initial-expansion-list)
19101 (speedbar-previously-used-expansion-list-name): Declare.
19102 (gud-speedbar-item-info, gud-gdb-goto-stackframe):
19103 Use dframe-message, dframe-with-attached-buffer rather than
19104 speedbar- aliases.
19105 (gud-sentinel): Silence compiler.
19106 * progmodes/vhdl-mode.el (speedbar-refresh)
19107 (speedbar-do-function-pointer, speedbar-add-supported-extension)
19108 (speedbar-add-mode-functions-list, speedbar-make-specialized-keymap)
19109 (speedbar-change-initial-expansion-list, speedbar-add-expansion-list)
19110 (speedbar-extension-list-to-regex, speedbar-directory-buttons)
19111 (speedbar-file-lists, speedbar-make-tag-line)
19112 (speedbar-line-directory, speedbar-goto-this-file)
19113 (speedbar-center-buffer-smartly, speedbar-change-expand-button-char)
19114 (speedbar-delete-subblock, speedbar-position-cursor-on-line)
19115 (speedbar-make-button, speedbar-reset-scanners)
19116 (speedbar-files-item-info, speedbar-line-text)
19117 (speedbar-find-file-in-frame, speedbar-set-timer)
19118 (dframe-maybee-jump-to-attached-frame, speedbar-line-file): Declare.
19119 (speedbar-with-writable): Do not (re)define it.
19120 (vhdl-speedbar-find-file): Use dframe-maybee-jump-to-attached-frame
19121 rather than speedbar- alias.
19122
19123 2013-05-21 Leo Liu <sdl.web@gmail.com>
19124
19125 * progmodes/octave.el (octave-mode-menu): Update and re-organize
19126 menu items.
19127 (octave-mode): Tweak fill-nobreak-predicate.
19128 (inferior-octave-startup): Check process to avoid infinite loop.
19129 (inferior-octave): Pop to buffer first to show abornmal process
19130 exit information.
19131
19132 2013-05-21 Glenn Morris <rgm@gnu.org>
19133
19134 * printing.el (pr-menu-bar): Define when compiling.
19135
19136 2013-05-21 Leo Liu <sdl.web@gmail.com>
19137
19138 * progmodes/octave.el (octave-auto-fill): Remove.
19139 (octave-indent-new-comment-line): Improve.
19140 (octave-mode): Use auto fill mode through
19141 comment-line-break-function and fill-nobreak-predicate.
19142 (octave-goto-function-definition): Support DEFUN_DLD.
19143 (octave-beginning-of-defun): Small tweak.
19144 (octave-help): Show parent directory.
19145
19146 2013-05-21 Glenn Morris <rgm@gnu.org>
19147
19148 * files.el (dired-unmark):
19149 * progmodes/gud.el (gdb-input): Update declarations.
19150
19151 * calculator.el (electric, ehelp): No need to load when compiling.
19152 (Electric-command-loop, electric-describe-mode): Declare.
19153
19154 * doc-view.el (doc-view-current-converter-processes): Move before use.
19155
19156 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
19157 Move MODE-set-explicitly definition before use.
19158
19159 * international/mule-diag.el (mule-diag):
19160 Don't use obsolete window-system-version.
19161
19162 * mail/feedmail.el (smtpmail): No need to load when compiling.
19163 (smtpmail-via-smtp, smtpmail-smtp-server): Declare.
19164
19165 * mail/mail-utils.el (rfc822): No need to load when compiling.
19166 (rfc822-addresses): Autoload it.
19167 (mail-strip-quoted-names): Trivial simplification.
19168
19169 * mail/rmail.el (rmail-mime-message-p, rmail-mime-toggle-raw): Declare.
19170 (rmail-retry-failure): Don't assume that rmail-mime-feature == rmailmm.
19171
19172 * net/snmp-mode.el (tempo): Don't duplicate requires.
19173
19174 * progmodes/prolog.el (info): No need to load when compiling.
19175 (comint): Require before shell requires it.
19176 (Info-goto-node): Autoload it.
19177 (Info-follow-nearest-node): Declare.
19178 (prolog-help-info, prolog-goto-predicate-info): No need to require info.
19179
19180 * textmodes/artist.el (picture-mode-exit): Declare.
19181
19182 * textmodes/reftex-parse.el (reftex-parse-from-file):
19183 Trivial rewrite so the compiler can parse it better.
19184
19185 2013-05-20 Leo Liu <sdl.web@gmail.com>
19186
19187 * progmodes/octave.el (octave-help-mode-map)
19188 (octave-help-mode-finish-hook): New variables.
19189 (octave-help-mode, octave-help-mode-finish): New functions.
19190 (octave-help): Use octave-help-mode.
19191
19192 2013-05-20 Glenn Morris <rgm@gnu.org>
19193
19194 * format-spec.el (format-spec): Allow spec chars with nil. (Bug#14420)
19195
19196 2013-05-19 Dmitry Gutov <dgutov@yandex.ru>
19197
19198 * progmodes/ruby-mode.el (ruby-expression-expansion-re): Allow to
19199 start at point, so that expansion starting right after opening
19200 slash in a regexp is recognized.
19201 (ruby-syntax-before-regexp-re): New defvar, extracted from
19202 ruby-syntax-propertize-function. Since the value of this regexp
19203 is looked up at runtime now, we should be able to turn
19204 `ruby-syntax-methods-before-regexp' into a defcustom later.
19205 (ruby-syntax-propertize-function): Split regexp matching into two
19206 parts, for opening and closing slashes. That allows us to skip
19207 over string interpolations and support multiline regexps.
19208 Don't call `ruby-syntax-propertize-expansions', instead use another rule
19209 for them, which calls `ruby-syntax-propertize-expansion'.
19210 (ruby-syntax-propertize-expansions): Move `remove-text-properties'
19211 call to `ruby-syntax-propertize-function'.
19212 (ruby-syntax-propertize-expansion): Extracted from
19213 `ruby-syntax-propertize-expansions'. Handles one expansion.
19214 (ruby-syntax-propertize-percent-literal): Leave point right after
19215 the percent symbol, so that the expression expansion rule can
19216 propertize the contents.
19217 (ruby-syntax-propertize-heredoc): Leave point at bol following the
19218 heredoc openers.
19219 (ruby-syntax-propertize-expansions): Remove.
19220
19221 2013-05-18 Juri Linkov <juri@jurta.org>
19222
19223 * man.el (Man-default-man-entry): Remove `-' from the end
19224 of the default value. (Bug#14400)
19225
19226 2013-05-18 Glenn Morris <rgm@gnu.org>
19227
19228 * comint.el (comint-password-prompt-regexp):
19229 Allow "password for XXX" where XXX contains colons (eg https://...).
19230
19231 2013-05-18 Leo Liu <sdl.web@gmail.com>
19232
19233 * progmodes/octave.el (inferior-octave-startup): Use OCTAVE_SRCDIR
19234 instead. Include "--no-gui" to prevent hangs for Octave > 3.7.
19235 (octave-source-directories): Don't check process.
19236 (octave-source-directories, octave-find-definition): Doc fix.
19237
19238 2013-05-18 Glenn Morris <rgm@gnu.org>
19239
19240 * progmodes/vhdl-mode.el (vhdl-mode-map-init):
19241 Remove backspace/delete bindings. (Bug#14392)
19242
19243 * cus-dep.el (custom-make-dependencies): Sort the output.
19244 (custom-versions-load-alist): Convert comment to doc.
19245
19246 2013-05-17 Leo Liu <sdl.web@gmail.com>
19247
19248 * newcomment.el (comment-search-backward): Stricter in finding
19249 comment start. (Bug#14303)
19250
19251 * progmodes/octave.el (octave-comment-start): Remove the SPC char.
19252 (octave-comment-start-skip): Properly anchored.
19253
19254 2013-05-17 Leo Liu <sdl.web@gmail.com>
19255
19256 * emacs-lisp/smie.el (smie-highlight-matching-block-mode):
19257 Clean up when turned off. (Bug#14395)
19258 (smie--highlight-matching-block-overlay): No longer buffer-local.
19259 (smie-highlight-matching-block): Adjust.
19260
19261 2013-05-17 Paul Eggert <eggert@cs.ucla.edu>
19262
19263 Doc string fix for "nanoseconds" (Bug#14406).
19264 * emacs-lisp/timer.el (timer-relative-time, timer-inc-time):
19265 Fix doc string typo that had "nanoseconds" instead of "microseconds".
19266
19267 2013-05-17 Jay Belanger <jay.p.belanger@gmail.com>
19268
19269 * calc/calc-units.el (math-extract-units): Preserve powers
19270 of units.
19271
19272 2013-05-17 Leo Liu <sdl.web@gmail.com>
19273
19274 * subr.el (delete-consecutive-dups): New function.
19275 * ido.el (ido-set-matches-1): Use it.
19276 * progmodes/octave.el (inferior-octave-completion-table): Use it.
19277 * ido.el (ido-remove-consecutive-dups): Remove.
19278
19279 2013-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
19280
19281 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
19282 (f90-hpf-keywords-re, f90-constants-re): Use \\_< rather than
19283 regexp-opt's `words'.
19284
19285 2013-05-16 Leo Liu <sdl.web@gmail.com>
19286
19287 * emacs-lisp/smie.el (smie-matching-block-highlight): New face.
19288 (smie--highlight-matching-block-overlay)
19289 (smie--highlight-matching-block-lastpos)
19290 (smie--highlight-matching-block-timer): New variables.
19291 (smie-highlight-matching-block): New function.
19292 (smie-highlight-matching-block-mode): New minor mode. (Bug#14395)
19293 (smie-setup): Conditionally enable smie-blink-matching-open.
19294
19295 2013-05-16 Wilson Snyder <wsnyder@wsnyder.org>
19296
19297 Sync with upstream verilog-mode r840.
19298 * progmodes/verilog-mode.el (verilog-mode-version)
19299 (verilog-mode-release-date): Update.
19300 (verilog-auto-lineup, verilog-auto-reset): Doc fixes.
19301 (verilog-sig-tieoff): Fix string error on
19302 AUTORESET with colon define, bug594. Reported by Andrew Hou.
19303 (verilog-read-decls): Fix parameters confusing
19304 AUTOINST interfaces, bug565. Reported by Leith Johnson.
19305
19306 2013-05-16 Eli Zaretskii <eliz@gnu.org>
19307
19308 * subr.el (reveal-filename): New function.
19309
19310 * loadup.el: Compute Emacs executable versions on MS-Windows,
19311 where executables have the .exe extension. Add a hard link
19312 emacs-XX.YY.ZZ.exe on MS-Windows.
19313
19314 * Makefile.in (XARGS_LIMIT): New variable.
19315 (custom-deps, finder-data, autoloads)
19316 ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
19317 ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
19318 ($(CAL_DIR)/hol-loaddefs.el): Use reveal-filename.
19319 (compile-main): Limit xargs according to $(XARGS_LIMIT).
19320
19321 2013-05-16 Leo Liu <sdl.web@gmail.com>
19322
19323 * progmodes/octave.el (octave-indent-defun): Mark obsolete.
19324 (octave-mode-menu, octave-mode-map): Remove its uses.
19325
19326 2013-05-16 Reto Zimmermann <reto@gnu.org>
19327
19328 Sync with upstream vhdl mode v3.34.2.
19329 * progmodes/vhdl-mode.el: Use `push' throughout.
19330 (vhdl-version, vhdl-time-stamp, vhdl-doc-release-notes): Update.
19331 (vhdl-compiler-alist): Replace "\t\n" by "\\t\\n".
19332 Add IBM & Quartus compiler. Enhance entry for ADVance MS compiler.
19333 (vhdl-actual-generic-name): New option to derive actual generic name.
19334 (vhdl-port-paste-signals): Replace formal by actual generics.
19335 (vhdl-beautify): New name for old group vhdl-align. Update users.
19336 (vhdl-beautify-options): New option.
19337 (vhdl-last-input-event): New compat alias. Use throughout.
19338 (vhdl-goto-line): Replace user level function `goto-line'.
19339 (vhdl-mode-map): Add bindings for vhdl-fix-statement-region,
19340 vhdl-fix-statement-buffer.
19341 (vhdl-create-mode-menu): Add some entries.
19342 (vhdl-align-region-groups): Respect vhdl-beautify-options.
19343 (vhdl-align-inline-comment-region-1): Handle "--" inside string.
19344 (vhdl-fixup-whitespace-region): Handle symbols at EOL.
19345 (vhdl-fix-statement-region, vhdl-fix-statement-buffer): New commands,
19346 to force statements on one line.
19347 (vhdl-remove-trailing-spaces-region):
19348 New, split from vhdl-remove-trailing-spaces.
19349 (vhdl-beautify-region): Fix statements, trailing spaces, ^M character.
19350 Respect vhdl-beautify-options.
19351 (vhdl-update-sensitivity-list-buffer): If non-interactive save buffer.
19352 (vhdl-update-sensitivity-list): Not add with index if exists without.
19353 Not include array index with signal. Ignore keywords in comments.
19354 (vhdl-get-visible-signals): Regexp tweaks.
19355 (vhdl-template-component-inst): Handle empty library.
19356 (vhdl-template-type): Add template for 'enum' type.
19357 (vhdl-port-paste-generic-map, vhdl-port-paste-constants):
19358 Use vhdl-replace-string.
19359 (vhdl-port-paste-signals): Use vhdl-prepare-search-1.
19360 (vhdl-speedbar-mode-map): Rename from vhdl-speedbar-key-map.
19361 (vhdl-speedbar-initialize): Update for above name change.
19362 (vhdl-compose-wire-components): Fix in handling of constants.
19363 (vhdl-error-regexp-emacs-alist): New variable.
19364 (vhdl-error-regexp-add-emacs): New function;
19365 adds support for new compile.el (Emacs 22+)
19366 (vhdl-generate-makefile-1): Change target order for single lib. units.
19367 Allow use of absolute file names.
19368
19369 2013-05-16 Leo Liu <sdl.web@gmail.com>
19370
19371 * simple.el (prog-indent-sexp): Indent enclosing defun.
19372
19373 2013-05-15 Glenn Morris <rgm@gnu.org>
19374
19375 * cus-start.el (show-trailing-whitespace): Move to editing basics.
19376 * faces.el (trailing-whitespace): Don't use whitespace-faces group.
19377 * obsolete/old-whitespace.el (whitespace-faces): Remove group.
19378 (whitespace-highlight): Move to whitespace group.
19379
19380 * comint.el (comint-source):
19381 * pcmpl-linux.el (pcmpl-linux):
19382 * shell.el (shell-faces):
19383 * eshell/esh-opt.el (eshell-opt):
19384 * international/ccl.el (ccl): Remove empty custom groups.
19385
19386 * completion.el (dynamic-completion-mode):
19387 * jit-lock.el (jit-lock-debug-mode):
19388 * minibuffer.el (completion-in-region-mode):
19389 * type-break.el (type-break-mode-line-message-mode)
19390 (type-break-query-mode):
19391 * emulation/tpu-edt.el (tpu-edt-mode):
19392 * progmodes/subword.el (global-subword-mode, global-superword-mode):
19393 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
19394 * term/vt100.el (vt100-wide-mode): Specify explicit :group.
19395
19396 * term/xterm.el (xterm): Change parent group to terminals.
19397
19398 * master.el (master): Remove empty custom group.
19399 (master-mode): Remove unused :group argument.
19400 * textmodes/refill.el (refill): Remove empty custom group.
19401 (refill-mode): Remove unused :group argument.
19402
19403 * textmodes/rst.el (rst-compile-toolsets): Use rst-compile group.
19404
19405 * cus-dep.el: Provide a feature.
19406 (custom-make-dependencies): Ignore dotfiles (dir-locals).
19407 Don't mistakenly ignore files whose basenames match a basename
19408 from preloaded-file-list (eg cedet/ede/simple.el).
19409 Add a fallback method for getting :group.
19410
19411 2013-05-15 Juri Linkov <juri@jurta.org>
19412
19413 * isearch.el (isearch-char-by-name): Rename from
19414 `isearch-insert-char-by-name'. Doc fix.
19415 (isearch-forward): Mention `isearch-char-by-name' in
19416 the docstring. (Bug#13348)
19417
19418 * isearch.el (minibuffer-local-isearch-map): Bind "\r" to
19419 `exit-minibuffer' instead of
19420 `isearch-nonincremental-exit-minibuffer'.
19421 (isearch-edit-string): Remove mention of
19422 `isearch-nonincremental-exit-minibuffer' from docstring.
19423 (isearch-nonincremental-exit-minibuffer): Mark as obsolete.
19424 (isearch-forward-exit-minibuffer)
19425 (isearch-reverse-exit-minibuffer): Add docstring. (Bug#13348)
19426
19427 2013-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
19428
19429 * loadup.el: Just use unversioned DOC.
19430
19431 * nxml/nxml-mode.el: Treat unclosed <[[, <?, comment, and other
19432 literals as extending to EOB.
19433 (nxml-last-fontify-end): Remove unused variable.
19434 (nxml-after-change1): Use with-silent-modifications.
19435 (nxml-extend-after-change-region): Simplify.
19436 (nxml-extend-after-change-region1): Remove function.
19437 (nxml-after-change1): Don't adjust for dependent regions.
19438 (nxml-fontify-matcher): Simplify.
19439 * nxml/xmltok.el (xmltok-dependent-regions): Remove variable.
19440 (xmltok-add-dependent): Remove function.
19441 (xmltok-scan-after-lt, xmltok-scan-after-processing-instruction-open)
19442 (xmltok-scan-after-comment-open, xmltok-scan-prolog-literal)
19443 (xmltok-scan-prolog-after-processing-instruction-open): Treat
19444 unclosed <[[, <?, comment, and other literals as extending to EOB.
19445 * nxml/rng-valid.el (rng-mark-xmltok-dependent-regions)
19446 (rng-mark-xmltok-dependent-region, rng-dependent-region-changed):
19447 Remove functions.
19448 (rng-do-some-validation-1): Don't mark dependent regions.
19449 * nxml/nxml-rap.el (nxml-adjust-start-for-dependent-regions)
19450 (nxml-mark-parse-dependent-regions, nxml-mark-parse-dependent-region)
19451 (nxml-clear-dependent-regions): Remove functions.
19452 (nxml-scan-after-change, nxml-scan-prolog, nxml-tokenize-forward)
19453 (nxml-ensure-scan-up-to-date):
19454 Don't clear&mark dependent regions.
19455
19456 2013-05-15 Leo Liu <sdl.web@gmail.com>
19457
19458 * progmodes/octave.el (octave-goto-function-definition):
19459 Improve and fix callers.
19460
19461 2013-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
19462
19463 * emacs-lisp/cl-extra.el (cl-getf): Return the proper value in
19464 the setter (bug#14387).
19465
19466 * progmodes/f90.el (f90-blocks-re): Include the terminating \> in the
19467 surrounding group (bug#14402).
19468
19469 2013-05-14 Juri Linkov <juri@jurta.org>
19470
19471 * subr.el (find-tag-default-as-regexp): Return nil if `tag' is nil.
19472 (Bug#14390)
19473
19474 2013-05-14 Glenn Morris <rgm@gnu.org>
19475
19476 * progmodes/f90.el (f90-imenu-generic-expression):
19477 Fix typo in 2013-05-08 change. (Bug#14402)
19478
19479 2013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
19480
19481 * progmodes/gdb-mi.el (gdb-running, gdb-starting):
19482 Remove signals for which replies are never received.
19483
19484 2013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
19485
19486 * progmodes/gdb-mi.el: Fix non-responsive gud commands (bug#13845)
19487 (gdb-handler-alist, gdb-handler-number): Remove variables.
19488 (gdb-handler-list): New variable.
19489 (gdb-add-handler, gdb-delete-handler, gdb-get-handler-function)
19490 (gdb-pending-handler-p, gdb-handle-reply)
19491 (gdb-remove-all-pending-triggers): New functions.
19492 (gdb-discard-unordered-replies): New defcustom.
19493 (gdb-handler): New defstruct.
19494 (gdb-wait-for-pending): Fix invalid backquote. Use gdb-handler-list.
19495 instead of gdb-pending-triggers. Update docstring.
19496 (gdb-init-1): Remove dead variables. Initialize gdb-handler-list.
19497 (gdb-speedbar-update, gdb-speedbar-timer-fn, gdb-var-update)
19498 (gdb-var-update-handler, def-gdb-auto-update-trigger)
19499 (def-gdb-auto-update-handler, gdb-get-changed-registers)
19500 (gdb-changed-registers-handler, gdb-get-main-selected-frame)
19501 (gdb-frame-handler): Pending triggers are now automatically managed.
19502 (def-gdb-trigger-and-handler, def-gdb-auto-update-handler):
19503 Remove argument.
19504 (gdb-input): Automatically handles pending triggers. Update docstring.
19505 (gdb-resync): Replace gdb-pending-triggers by gdb-handler-list.
19506 (gdb-thread-exited, gdb-thread-selected, gdb-register-names-handler):
19507 Update comments.
19508 (gdb-done-or-error): Now use gdb-handle-reply.
19509
19510 2013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
19511
19512 * progmodes/gdb-mi.el (gdb-input): Include token numbers in
19513 gdb-debug-log.
19514
19515 2013-05-14 Glenn Morris <rgm@gnu.org>
19516
19517 * subr.el (user-emacs-directory-warning): New option.
19518 (locate-user-emacs-file): Handle non-accessible .emacs.d. (Bug#13930)
19519
19520 2013-05-14 Leo Liu <sdl.web@gmail.com>
19521
19522 * progmodes/octave.el (octave-font-lock-keywords): Fix error
19523 during redisplay.
19524 (octave-goto-function-definition, octave-find-definition): Minor tweaks.
19525 (octave-font-lock-texinfo-comment): Fix invalid search bound
19526 error: wrong side of point.
19527
19528 2013-05-14 Glenn Morris <rgm@gnu.org>
19529
19530 * progmodes/flymake.el (flymake-xml-program): New option.
19531 (flymake-xml-init): Use it.
19532
19533 * term/xterm.el: Provide a feature.
19534
19535 * term/sup-mouse.el: Move to obsolete/. Provide a feature.
19536
19537 2013-05-13 Glenn Morris <rgm@gnu.org>
19538
19539 * cus-dep.el (defcustom-mh, defgroup-mh, defface-mh):
19540 Add compat aliases as a hack workaround. (Bug#14384)
19541
19542 2013-05-13 Leo Liu <sdl.web@gmail.com>
19543
19544 * progmodes/octave.el (octave-indent-comment): Fix indentation for
19545 ###, and %!.
19546 (octave-mode-map): Bind octave-indent-defun to C-c C-q instead of
19547 C-M-q.
19548 (octave-comment-start-skip): Include %!.
19549 (octave-mode): Set comment-start-skip to octave-comment-start-skip.
19550
19551 2013-05-12 Leo Liu <sdl.web@gmail.com>
19552
19553 * progmodes/octave.el (inferior-octave-startup): Store the value
19554 of __octave_srcdir__ for octave-source-directories.
19555 (inferior-octave-check-process): New function refactored out of
19556 inferior-octave-send-list-and-digest.
19557 (octave-source-directories)
19558 (octave-find-definition-filename-function): New variables.
19559 (octave-source-directories)
19560 (octave-find-definition-default-filename): New functions.
19561 (octave-find-definition): Improve to find functions implemented in C++.
19562
19563 2013-05-12 Glenn Morris <rgm@gnu.org>
19564
19565 * calendar/diary-lib.el (diary-outlook-format-1):
19566 Don't include dayname in the output. (Bug#14349)
19567
19568 2013-05-11 Glenn Morris <rgm@gnu.org>
19569
19570 * emacs-lisp/autoload.el (generated-autoload-load-name): Doc fix.
19571
19572 * cus-dep.el (custom-make-dependencies): Only use safe local variables.
19573 Treat cc-provide like provide.
19574
19575 2013-05-11 Kevin Ryde <user42@zip.com.au>
19576
19577 * cus-dep.el (custom-make-dependencies):
19578 Use generated-autoload-load-name for the sake of files such
19579 such cedet/semantic/bovine/c.el, where the base file name
19580 is not in load-path. (Bug#5277)
19581
19582 2013-05-11 Glenn Morris <rgm@gnu.org>
19583
19584 * dos-vars.el, emacs-lisp/cl-indent.el, emulation/tpu-extras.el:
19585 Provide features.
19586
19587 2013-05-11 Leo Liu <sdl.web@gmail.com>
19588
19589 * progmodes/octave.el (octave-indent-comment): Improve.
19590 (octave-eldoc-message-style, octave-eldoc-cache): New variables.
19591 (octave-eldoc-function-signatures, octave-eldoc-function):
19592 New functions.
19593 (octave-mode, inferior-octave-mode): Add eldoc support.
19594
19595 2013-05-11 Richard Stallman <rms@gnu.org>
19596
19597 * epa.el (epa-decrypt-file): Take output file name as argument
19598 and read it using `interactive'.
19599
19600 2013-05-11 Leo Liu <sdl.web@gmail.com>
19601
19602 * progmodes/octave.el (octave-beginning-of-line)
19603 (octave-end-of-line): Check before using up-list because it jumps
19604 out of more syntactic contructs since moving to smie.
19605 (octave-indent-comment): New function.
19606 (octave-mode): Use it in smie-indent-functions. (Bug#14350)
19607 (octave-begin-keywords, octave-end-keywords)
19608 (octave-reserved-words, octave-smie-bnf-table)
19609 (octave-smie-rules): Add new keywords from Octave 3.6.4.
19610
19611 2013-05-11 Glenn Morris <rgm@gnu.org>
19612
19613 * faces.el (internal-face-x-get-resource):
19614 * frame.el (ns-display-monitor-attributes-list):
19615 * calc/calc-aent.el (math-to-radians-2):
19616 * emacs-lisp/package.el (tar-header-name, tar-header-link-type):
19617 Fix declarations.
19618
19619 * calc/calc-menu.el: Make it loadable in isolation.
19620
19621 * net/eudcb-bbdb.el: Make it loadable without bbdb.
19622 (eudc-bbdb-filter-non-matching-record, eudc-bbdb-extract-phones)
19623 (eudc-bbdb-extract-addresses, eudc-bbdb-format-record-as-result)
19624 (eudc-bbdb-query-internal): Require 'bbdb.
19625
19626 * lpr.el (lpr-headers-switches):
19627 * emacs-lisp/testcover.el (testcover-compose-functions): Fix :type.
19628
19629 * progmodes/sql.el (sql-login-params): Fix and improve :type.
19630
19631 * emulation/edt-mapper.el: In batch mode, error rather than hang.
19632
19633 * term.el (term-set-escape-char): Make it idempotent.
19634
19635 2013-05-10 Leo Liu <sdl.web@gmail.com>
19636
19637 * progmodes/octave.el (inferior-octave-completion-table):
19638 No longer a function and all uses changed. Use cache to speed up
19639 completion due to bug#11906.
19640 (octave-beginning-of-defun): Re-write to be more general.
19641
19642 2013-05-10 Glenn Morris <rgm@gnu.org>
19643
19644 * emacs-lisp/cl-macs.el (cl-loop): Doc fix.
19645
19646 2013-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
19647
19648 * comint.el (comint-redirect-send-command-to-process): Use :around
19649 rather than :override for comint-redirect-filter.
19650 (comint-redirect-filter): Add the corresponding `orig-filter' argument.
19651 Call it instead of comint-redirect-original-filter-function (which
19652 is gone). Reported by Juanma Barranquero <lekktu@gmail.com>.
19653
19654 2013-05-09 Jan Djärv <jan.h.d@swipnet.se>
19655
19656 * frame.el (display-monitor-attributes-list): Add NS case.
19657 (ns-display-monitor-attributes-list): Declare.
19658
19659 2013-05-09 Ulrich Mueller <ulm@gentoo.org>
19660
19661 * descr-text.el (describe-char): Fix %d/%x typo. (Bug#14360)
19662
19663 2013-05-09 Glenn Morris <rgm@gnu.org>
19664
19665 * international/fontset.el (vertical-centering-font-regexp):
19666 Set standard-value.
19667
19668 * tar-mode.el (tar-superior-buffer, tar-superior-descriptor): Add doc.
19669
19670 * bookmark.el (bookmark-search-delay):
19671 * cus-start.el (vertical-centering-font-regexp):
19672 * ps-mule.el (ps-mule-font-info-database-default):
19673 * ps-print.el (ps-default-fg, ps-default-bg):
19674 * type-break.el (type-break-good-break-interval):
19675 * whitespace.el (whitespace-indentation-regexp)
19676 (whitespace-space-after-tab-regexp):
19677 * emacs-lisp/testcover.el (testcover-1value-functions)
19678 (testcover-noreturn-functions, testcover-progn-functions)
19679 (testcover-prog1-functions):
19680 * emulation/viper-init.el (viper-emacs-state-cursor-color):
19681 * eshell/em-glob.el (eshell-glob-translate-alist):
19682 * play/tetris.el (tetris-tty-colors):
19683 * progmodes/cpp.el (cpp-face-default-list):
19684 * progmodes/flymake.el (flymake-allowed-file-name-masks):
19685 * progmodes/idlw-help.el (idlwave-help-browser-generic-program)
19686 (idlwave-help-browser-generic-args):
19687 * progmodes/make-mode.el (makefile-special-targets-list):
19688 * progmodes/python.el (python-shell-virtualenv-path):
19689 * progmodes/verilog-mode.el (verilog-active-low-regexp)
19690 (verilog-auto-input-ignore-regexp, verilog-auto-inout-ignore-regexp)
19691 (verilog-auto-output-ignore-regexp, verilog-auto-tieoff-ignore-regexp)
19692 (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp):
19693 * textmodes/reftex-vars.el (reftex-format-label-function):
19694 * textmodes/remember.el (remember-diary-file): Fix custom types.
19695
19696 * jka-cmpr-hook.el (jka-compr-mode-alist-additions): Fix typo.
19697 Add :version.
19698
19699 2013-05-09 Leo Liu <sdl.web@gmail.com>
19700
19701 * progmodes/octave.el (inferior-octave-completion-at-point):
19702 Restore file completion. (Bug#14300)
19703 (inferior-octave-startup): Fix incorrect highlighting for the
19704 first prompt.
19705
19706 2013-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
19707
19708 * progmodes/ruby-mode.el: First cut at SMIE support.
19709 (ruby-use-smie): New var.
19710 (ruby-smie-grammar): New constant.
19711 (ruby-smie--bosp, ruby-smie--implicit-semi-p)
19712 (ruby-smie--forward-token, ruby-smie--backward-token)
19713 (ruby-smie-rules): New functions.
19714 (ruby-mode-variables): Setup SMIE if applicable.
19715
19716 2013-05-08 Eli Zaretskii <eliz@gnu.org>
19717
19718 * simple.el (line-move-visual): Signal beginning/end of buffer
19719 only if vertical-motion moved less than it was requested. Avoids
19720 silly incorrect error messages when there are display strings with
19721 multiple newlines at EOL.
19722
19723 2013-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
19724
19725 * progmodes/vera-mode.el (vera-underscore-is-part-of-word):
19726 * progmodes/prolog.el (prolog-underscore-wordchar-flag)
19727 (prolog-char-quote-workaround):
19728 * progmodes/cperl-mode.el (cperl-under-as-char):
19729 * progmodes/vhdl-mode.el (vhdl-underscore-is-part-of-word):
19730 Mark as obsolete.
19731 (vhdl-mode-syntax-table, vhdl-mode-ext-syntax-table): Initialize in
19732 their declaration.
19733 (vhdl-mode-syntax-table-init): Remove.
19734
19735 * progmodes/m4-mode.el (m4-mode-syntax-table): Add comment on
19736 last change.
19737
19738 * progmodes/ld-script.el (ld-script-mode-syntax-table): Use symbol
19739 syntax for "_".
19740 (ld-script-font-lock-keywords):
19741 Change regexps to use things like \_< and \_>.
19742
19743 * progmodes/f90.el (f90-mode-syntax-table): Use symbol syntax for "_".
19744 Change all regexps to use things like \_< and \_>.
19745
19746 * progmodes/autoconf.el (autoconf-definition-regexp)
19747 (autoconf-font-lock-keywords, autoconf-current-defun-function):
19748 Handle a _ with symbol syntax.
19749 (autoconf-mode): Don't change the syntax-table for imenu and font-lock.
19750
19751 * progmodes/ada-mode.el (ada-mode-abbrev-table):
19752 Consolidate declaration.
19753 (ada-mode-syntax-table, ada-mode-symbol-syntax-table): Initialize in
19754 the declaration.
19755 (ada-create-syntax-table): Remove.
19756 (ada-capitalize-word): Don't mess with the syntax of "_" since it
19757 already has the right syntax nowadays.
19758 (ada-goto-next-word): Don't change the syntax of "_".
19759
19760 * font-lock.el (lisp-font-lock-keywords-2): Don't highlight obsolete
19761 with-wrapper-hook.
19762
19763 2013-05-08 Sam Steingold <sds@gnu.org>
19764
19765 * thingatpt.el (thing-at-point): Accept optional second argument
19766 NO-PROPERTIES to strip the text properties from the return value.
19767 * net/browse-url.el (browse-url-url-at-point): Pass NO-PROPERTIES
19768 to `thing-at-point' instead of stripping the properties ourselves.
19769 Also, when `thing-at-point' fails to find a url, prepend "http://"
19770 to the filename at point on the assumption that the user is
19771 pointing at something like gnu.org/gnu.
19772
19773 2013-05-08 Juanma Barranquero <lekktu@gmail.com>
19774
19775 * emacs-lisp/bytecomp.el (byte-compile-insert-header):
19776 * faces.el (crm-separator):
19777 Silence byte-compiler.
19778
19779 * progmodes/gud.el (gdb-speedbar-auto-raise, gud-tooltip-mode)
19780 (tool-bar-map): Remove unneeded defvars.
19781
19782 2013-05-08 Leo Liu <sdl.web@gmail.com>
19783
19784 Re-work a fix for bug#10994 based on Le Wang's patch.
19785 * ido.el (ido-remove-consecutive-dups): New helper.
19786 (ido-completing-read): Use it.
19787 (ido-chop): Revert fix for bug#10994.
19788
19789 2013-05-08 Adam Spiers <emacs@adamspiers.org>
19790
19791 * cus-edit.el (custom-save-variables):
19792 Pretty-print long values. (Bug#14187)
19793
19794 2013-05-08 Glenn Morris <rgm@gnu.org>
19795
19796 * progmodes/m4-mode.el (m4-program): Assume it is in PATH.
19797 (m4-mode-syntax-table): Init in the defvar.
19798 (m4-mode-abbrev-table): Let define-derived-mode define it.
19799
19800 2013-05-08 Tom Tromey <tromey@redhat.com>
19801
19802 * progmodes/m4-mode.el (m4-mode-syntax-table):
19803 Do not treat "_" as word constituent. (Bug#14167)
19804
19805 2013-05-07 Glenn Morris <rgm@gnu.org>
19806
19807 * eshell/em-hist.el (eshell-isearch-map): Initialize in the defvar.
19808 Remove explicit eshell-isearch-cancel-map.
19809
19810 * progmodes/f90.el (f90-smart-end-names): New option.
19811 (f90-smart-end): Doc fix.
19812 (f90-end-block-optional-name): New constant.
19813 (f90-block-match): Respect f90-smart-end-names.
19814
19815 2013-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
19816
19817 * progmodes/octave.el (octave-smie-forward-token): Be more careful
19818 about implicit semi-colons (bug#14218).
19819
19820 2013-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19821
19822 * frame.el (display-monitor-attributes-list)
19823 (frame-monitor-attributes): New functions.
19824
19825 2013-05-06 Leo Liu <sdl.web@gmail.com>
19826
19827 * progmodes/octave.el (octave-syntax-propertize-function): Change
19828 \'s syntax to escape when inside double-quoted strings. (Bug#14332)
19829 (octave-font-lock-keywords): Use octave-operator-regexp.
19830 (octave-completion-at-point): Rename from
19831 octave-completion-at-point-function.
19832 (inferior-octave-directory-tracker): Robustify.
19833 (octave-text-functions): Remove and fix its uses. No such things
19834 any more.
19835
19836 2013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
19837
19838 * emacs-lisp/trace.el (trace--display-buffer): New function.
19839 (trace-make-advice): Use it.
19840
19841 2013-05-06 Juri Linkov <juri@jurta.org>
19842
19843 * emacs-lisp/lisp-mode.el (eval-defun-2): Doc fix. (Bug#14344)
19844 (eval-defun-2, eval-defun, eval-last-sexp, eval-last-sexp-1):
19845 Doc fix.
19846 (emacs-lisp-mode-map): Replace "minibuffer" with "echo area"
19847 in the help string. (Bug#12985)
19848
19849 2013-05-06 Kelly Dean <kellydeanch@yahoo.com> (tiny change)
19850
19851 * simple.el (shell-command-on-region): Doc fix. (Bug#14279)
19852
19853 2013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
19854
19855 * progmodes/perl-mode.el: Add support for here documents.
19856 (perl-syntax-propertize-function): Match here-doc markers.
19857 (perl-syntax-propertize-special-constructs): Find their end.
19858 (perl-imenu-generic-expression): Use [:alnum:].
19859
19860 * emacs-lisp/nadvice.el (advice--member-p): Return the advice if found.
19861 (advice--add-function): Refresh the advice if already present
19862 (bug#14317).
19863
19864 2013-05-06 Ivan Andrus <darthandrus@gmail.com>
19865
19866 * find-file.el (cc-other-file-alist): Add ".m" for ObjC. (Bug#14339)
19867
19868 2013-05-06 Glenn Morris <rgm@gnu.org>
19869
19870 * w32-fns.el (w32-charset-info-alist): Declare.
19871
19872 * eshell/em-cmpl.el: Simply require pcomplete; eg we use a bunch
19873 of its defcustom properties.
19874 (eshell-cmpl-initialize): No need to load pcomplete.
19875
19876 * generic-x.el: No need to require comint when compiling.
19877
19878 * net/eudc-export.el: Make it loadable without bbdb.
19879 (top-level): Use require rather than load-library.
19880 (eudc-create-bbdb-record, eudc-bbdbify-phone)
19881 (eudc-batch-export-records-to-bbdb)
19882 (eudc-insert-record-at-point-into-bbdb, eudc-try-bbdb-insert):
19883 Require bbdb.
19884
19885 2013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
19886
19887 * progmodes/octave.el (octave-texinfo-font-lock-keywords): Remove.
19888 (octave-font-lock-texinfo-comment): Use texinfo-font-lock-keywords with
19889 some tweaks, instead.
19890
19891 2013-05-05 Leo Liu <sdl.web@gmail.com>
19892
19893 * progmodes/octave.el (octave-font-lock-keywords)
19894 (octave-font-lock-texinfo-comment): Adjust for the byte-compiler.
19895 (inferior-octave-send-list-and-digest): Improve error message.
19896 (octave-mode, inferior-octave-mode): Use setq-local.
19897 (octave-help): Set info-lookup-mode.
19898
19899 2013-05-05 Richard Stallman <rms@gnu.org>
19900
19901 * vc/compare-w.el (compare-windows-whitespace):
19902 Treat no-break space as whitespace.
19903
19904 * mail/rmailsum.el (rmail-summary-rmail-update):
19905 Detect empty summary and don't change selected message.
19906 (rmail-summary-goto-msg): Likewise.
19907
19908 * mail/rmailsum.el (rmail-new-summary, rmail-new-summary-1):
19909 Doc fixes, rename args.
19910
19911 2013-05-05 Alan Mackenzie <acm@muc.de>
19912
19913 * progmodes/cc-defs.el (c-version): Increment to 5.32.5.
19914
19915 2013-05-05 Juri Linkov <juri@jurta.org>
19916
19917 * info.el (Info-read-subfile): Use (point-min) instead of (point)
19918 to not add the length of the summary segment to the return value.
19919 (Bug#14125)
19920
19921 2013-05-05 Leo Liu <sdl.web@gmail.com>
19922
19923 * progmodes/octave.el (inferior-octave-strip-ctrl-g)
19924 (inferior-octave-output-filter): Remove.
19925 (octave-send-region, inferior-octave-startup): Fix callers.
19926 (inferior-octave-mode-map): Don't use comint-dynamic-complete.
19927 (octave-binary-file-extensions): New user variable.
19928 (octave-find-definition): Confirm if opening binary files.
19929 (octave-help-file): Use octave-find-definition to get the binary
19930 confirmation.
19931 (octave-help): Adjust for octave-help-file change.
19932
19933 2013-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
19934
19935 * progmodes/pascal.el (pascal-font-lock-keywords): Use backquotes.
19936 Merge the two entries that handle function definitions.
19937 (pascal--syntax-propertize): New const.
19938 (pascal-mode): Use it. Use setq-local.
19939
19940 2013-05-04 Glenn Morris <rgm@gnu.org>
19941
19942 * calendar/diary-lib.el (diary-from-outlook-function): New variable.
19943 (diary-from-outlook): Respect diary-from-outlook-function.
19944
19945 2013-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
19946
19947 * simple.el (read-expression-map): Use completion-at-point (bug#14255).
19948 Move the declaration from C.
19949 (read-minibuffer, eval-minibuffer): Move from C.
19950 (completion-setup-function): Avoid minibuffer-completion-contents.
19951
19952 2013-05-03 Leo Liu <sdl.web@gmail.com>
19953
19954 * progmodes/octave.el (octave-font-lock-keywords): Do not
19955 dehighlight 'end' in comments or strings.
19956 (octave-completing-read, octave-goto-function-definition):
19957 New helpers.
19958 (octave-help-buffer): New user variable.
19959 (octave-help-file, octave-help-function): New button types.
19960 (octave-help): New command and bind it to C-h ;.
19961 (octave-find-definition): New command and bind it to M-.
19962 (user-error): Alias to error if not defined.
19963
19964 2013-05-02 Leo Liu <sdl.web@gmail.com>
19965
19966 * progmodes/octave.el (octave-mode-syntax-table): Correct syntax
19967 for \. (bug#14332)
19968 (octave-font-lock-keywords): Include [ and {.
19969
19970 2013-05-02 Leo Liu <sdl.web@gmail.com>
19971
19972 * progmodes/octave.el (inferior-octave-startup-file): Change default.
19973 (inferior-octave): Remove calling comint-mode and return the buffer.
19974 (inferior-octave-startup): Cosmetic changes.
19975
19976 2013-05-02 Leo Liu <sdl.web@gmail.com>
19977
19978 * progmodes/octave.el (octave-syntax-propertize-function):
19979 Include the case when ' is at line beginning. (Bug#14336)
19980
19981 2013-05-02 Glenn Morris <rgm@gnu.org>
19982
19983 * vc/vc-dir.el (vc-dir-mode): Don't autoload it for everyone.
19984 * desktop.el (vc-dir-mode): Just autoload it here.
19985
19986 2013-05-02 Alan Mackenzie <acm@muc.de>
19987
19988 Eliminate variable c-standard-font-lock-fontify-region-function.
19989 * progmodes/cc-mode.el
19990 (c-standard-font-lock-fontify-region-function): Remove.
19991 (c-font-lock-fontify-region, c-after-font-lock-init): Adapt.
19992
19993 2013-05-01 Leo Liu <sdl.web@gmail.com>
19994
19995 * progmodes/octave.el: Compatible with older emacs-24 releases.
19996 (inferior-octave-has-built-in-variables): Remove. Built-in
19997 variables were removed from Octave in 2007.
19998 (inferior-octave-startup): Fix uses.
19999 (comint-line-beginning-position): Remove compatibility code for
20000 emacs 21.
20001
20002 2013-05-01 Juri Linkov <juri@jurta.org>
20003
20004 * isearch.el (isearch-forward, isearch-mode): Doc fix. (Bug#13923)
20005
20006 2013-05-01 Juri Linkov <juri@jurta.org>
20007
20008 * comint.el (comint-previous-matching-input): Don't print message
20009 "History item: %d" when `isearch-mode' is active.
20010 (comint-history-isearch-message): Print message "History item: %d"
20011 when `comint-input-ring-index' is not empty and this function is
20012 called from `isearch-update' with a nil `ellipsis'. (Bug#13223)
20013
20014 2013-05-01 Leo Liu <sdl.web@gmail.com>
20015
20016 * progmodes/octave.el (octave-abbrev-table): Remove abbrev
20017 definitions. Use completion-at-point to insert keywords.
20018 (octave-abbrev-start): Remove.
20019 (inferior-octave-mode, octave-mode): Use :abbrev-table instead.
20020
20021 2013-04-30 Leo Liu <sdl.web@gmail.com>
20022
20023 * progmodes/octave.el (inferior-octave-prompt-read-only): Fix last
20024 change.
20025
20026 2013-04-30 Alan Mackenzie <acm@muc.de>
20027
20028 Handle arbitrarily long C++ member initialisation lists.
20029 * progmodes/cc-engine.el (c-back-over-member-initializers):
20030 new function.
20031 (c-guess-basic-syntax): New CASE 5R (extracted from 5B) to handle
20032 (most) member init lists.
20033
20034 2013-04-30 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
20035
20036 * progmodes/octave.el (inferior-octave-prompt-read-only): New user
20037 variable.
20038
20039 2013-04-30 Leo Liu <sdl.web@gmail.com>
20040
20041 * progmodes/octave.el (octave-variables): Remove. No builtin
20042 variables any more. All converted to functions.
20043 (octave-font-lock-keywords, octave-completion-at-point-function):
20044 Fix uses.
20045 (octave-font-lock-texinfo-comment): New user variable.
20046 (octave-texinfo-font-lock-keywords): New variable for texinfo
20047 comment block.
20048 (octave-function-comment-block): New face.
20049 (octave-font-lock-texinfo-comment): New function.
20050 (octave-mode): Font lock texinfo comment block.
20051
20052 2013-04-29 Leo Liu <sdl.web@gmail.com>
20053
20054 * progmodes/octave.el (octave-font-lock-keywords): Handle 'end' in
20055 indexing expression.
20056 (octave-continuation-string): Do not use \.
20057 (inferior-octave-complete-impossible): Remove.
20058 (inferior-octave-completion-table)
20059 (inferior-octave-completion-at-point): Remove its uses.
20060 (inferior-octave-startup): completion_matches was introduced to
20061 Octave in 1996 so safe to assume it.
20062 (octave-function-file-comment): Improve to follow how Octave does it.
20063 (octave-update-function-file-comment): Tweak.
20064
20065 2013-04-29 Leo Liu <sdl.web@gmail.com>
20066
20067 * progmodes/octave.el (inferior-octave-startup-hook): Obsolete.
20068 (inferior-octave-startup): Remove inferior-octave-startup-hook.
20069 (octave-function-file-comment): Fix typo.
20070 (octave-sync-function-file-names): Use read-char-choice.
20071
20072 2013-04-28 Jay Belanger <jay.p.belanger@gmail.com>
20073
20074 * calc/calc.el (math-normalize): Don't set `math-normalize-error'
20075 to t for the less important warnings.
20076
20077 2013-04-27 Darren Hoo <darren.hoo@gmail.com> (tiny change)
20078
20079 * isearch.el (isearch-fail-pos): Check for empty `cmds'. (Bug#14268)
20080
20081 2013-04-27 Glenn Morris <rgm@gnu.org>
20082
20083 * vc/log-view.el (log-view-current-entry):
20084 Treat "---" separator lines as part of the following rev. (Bug#14169)
20085
20086 2013-04-27 Juri Linkov <juri@jurta.org>
20087
20088 * subr.el (read-number): Doc fix about using it by interactive
20089 code letter `n'. (Bug#14254)
20090
20091 2013-04-27 Juri Linkov <juri@jurta.org>
20092
20093 * desktop.el (desktop-auto-save-timeout): New option.
20094 (desktop-file-checksum): New variable.
20095 (desktop-save): Add optional arg `auto-save' and don't auto-save
20096 if nothing changed.
20097 (desktop-auto-save-timer): New variable.
20098 (desktop-auto-save, desktop-auto-save-set-timer): New functions.
20099 (after-init-hook): Call `desktop-auto-save-set-timer'.
20100 Suggested by Reuben Thomas <rrt@sc3d.org> in
20101 <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00327.html>.
20102
20103 2013-04-27 Leo Liu <sdl.web@gmail.com>
20104
20105 * progmodes/octave.el (octave-function-file-p)
20106 (octave-skip-comment-forward, octave-function-file-comment)
20107 (octave-update-function-file-comment): New functions.
20108 (octave-mode-map): Bind C-c ; to
20109 octave-update-function-file-comment.
20110 (octave-mode-menu): Add octave-update-function-file-comment.
20111 (octave-mode, inferior-octave-mode): Fix doc-string.
20112 (octave-insert-defun): Conform to Octave's coding convention.
20113 (Bug#14285)
20114
20115 * files.el (basic-save-buffer): Don't let errors in
20116 before-save-hook prevent saving buffer.
20117
20118 2013-04-20 Roland Winkler <winkler@gnu.org>
20119
20120 * faces.el (read-face-name): Use completing-read if arg multiple
20121 is nil.
20122
20123 2013-04-27 Ingo Lohmar <i.lohmar@gmail.com> (tiny change)
20124
20125 * ls-lisp.el (ls-lisp-insert-directory): If no files are
20126 displayed, move point to after the totals line.
20127 See http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00677.html
20128 for the details.
20129
20130 2013-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
20131
20132 * emacs-lisp/package.el (package-autoload-ensure-default-file):
20133 Add current dir to the load-path.
20134 (package-generate-autoloads): Don't rely on
20135 autoload-ensure-default-file.
20136
20137 2013-04-26 Reuben Thomas <rrt@sc3d.org>
20138
20139 * textmodes/remember.el (remember-store-in-files): Document that
20140 the file name format is passed to `format-time-string'.
20141
20142 2013-04-26 Leo Liu <sdl.web@gmail.com>
20143
20144 * progmodes/octave.el (octave-sync-function-file-names): New function.
20145 (octave-mode): Use it in before-save-hook.
20146
20147 2013-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
20148
20149 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Disable undo
20150 (bug#14274).
20151
20152 * progmodes/octave.el (octave-smie-forward-token): Properly skip
20153 \n and comment, even if it's not an implicit ; (bug#14218).
20154
20155 2013-04-26 Glenn Morris <rgm@gnu.org>
20156
20157 * subr.el (read-number): Once more use `read' rather than
20158 `string-to-number', to trap non-numeric input. (Bug#14254)
20159
20160 2013-04-26 Erik Charlebois <erikcharlebois@gmail.com>
20161
20162 * emacs-lisp/syntax.el (syntax-propertize-multiline):
20163 Use `syntax-multiline' text property consistently instead of
20164 `font-lock-multiline'. (Bug#14237)
20165
20166 2013-04-26 Glenn Morris <rgm@gnu.org>
20167
20168 * emacs-lisp/shadow.el (list-load-path-shadows):
20169 No longer necessary to check for duplicate simple.el, since
20170 2012-07-07 change to init_lread to not include installation lisp
20171 directories in load-path when running uninstalled. (Bug#14270)
20172
20173 2013-04-26 Leo Liu <sdl.web@gmail.com>
20174
20175 * progmodes/octave.el (octave-submit-bug-report): Obsolete.
20176 (octave-mode, inferior-octave-mode): Use setq-local.
20177 (octave-not-in-string-or-comment-p): Rename to
20178 octave-in-string-or-comment-p.
20179 (octave-in-comment-p, octave-in-string-p)
20180 (octave-in-string-or-comment-p): Replace defsubst with defun.
20181
20182 2013-04-25 Paul Eggert <eggert@cs.ucla.edu>
20183
20184 * Makefile.in (distclean): Remove $(lisp)/loaddefs.el~.
20185
20186 2013-04-25 Bastien Guerry <bzg@gnu.org>
20187
20188 * textmodes/remember.el (remember-data-directory)
20189 (remember-directory-file-name-format): Fix custom types.
20190
20191 2013-04-25 Leo Liu <sdl.web@gmail.com>
20192
20193 * progmodes/octave.el (octave-completion-at-point-function):
20194 Make use of inferior octave process.
20195 (octave-initialize-completions): Remove.
20196 (inferior-octave-completion-table): New function.
20197 (inferior-octave-completion-at-point): Use it.
20198 (octave-completion-alist): Remove.
20199
20200 2013-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
20201
20202 * progmodes/opascal.el: Use font-lock and syntax-propertize.
20203 (opascal-mode-syntax-table): New var.
20204 (opascal-literal-kind, opascal-is-literal-end)
20205 (opascal-literal-token-at): Rewrite.
20206 (opascal--literal-start-re, opascal-font-lock-keywords)
20207 (opascal--syntax-propertize): New constants.
20208 (opascal-font-lock-defaults): Adjust.
20209 (opascal-mode): Use them. Set comment-<foo> variables as well.
20210 (delphi-comment-face, opascal-comment-face, delphi-string-face)
20211 (opascal-string-face, delphi-keyword-face, opascal-keyword-face)
20212 (delphi-other-face, opascal-other-face): Remove face variables.
20213 (opascal-save-state): Remove macro.
20214 (opascal-fontifying-progress-step): Remove constant.
20215 (opascal--ignore-changes): Remove var.
20216 (opascal-set-token-property, opascal-parse-next-literal)
20217 (opascal-is-stable-literal, opascal-complete-literal)
20218 (opascal-is-literal-start, opascal-face-of)
20219 (opascal-parse-region, opascal-parse-region-until-stable)
20220 (opascal-fontify-region, opascal-after-change)
20221 (opascal-debug-show-is-stable, opascal-debug-unparse-buffer)
20222 (opascal-debug-parse-region, opascal-debug-parse-window)
20223 (opascal-debug-parse-buffer, opascal-debug-fontify-window)
20224 (opascal-debug-fontify-buffer): Remove.
20225 (opascal-debug-mode-map): Adjust accordingly.
20226
20227 2013-04-25 Leo Liu <sdl.web@gmail.com>
20228
20229 Merge octave-mod.el and octave-inf.el into octave.el with some
20230 cleanups.
20231 * progmodes/octave.el: New file renamed from octave-mod.el.
20232 * progmodes/octave-inf.el: Merged into octave.el.
20233 * progmodes/octave-mod.el: Renamed to octave.el.
20234
20235 2013-04-25 Tassilo Horn <tsdh@gnu.org>
20236
20237 * textmodes/reftex-vars.el
20238 (reftex-label-ignored-macros-and-environments): New defcustom.
20239
20240 * textmodes/reftex-parse.el (reftex-parse-from-file): Use it.
20241
20242 2013-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
20243
20244 * emacs-lisp/smie.el (smie-indent--hanging-p): Don't burp at EOB.
20245 (smie-indent-keyword): Improve the check to ensure that the next
20246 comment is really on the same line.
20247 (smie-indent-comment): Don't align with a subsequent closer (or eob).
20248
20249 * progmodes/octave-mod.el (octave-smie-forward-token): Only emit
20250 semi-colons if the line is not otherwise empty (bug#14218).
20251
20252 2013-04-25 Glenn Morris <rgm@gnu.org>
20253
20254 * vc/vc-bzr.el (vc-bzr-print-log): Tweak LIMIT = 1 case.
20255
20256 2013-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
20257
20258 * progmodes/opascal.el (opascal-set-token-property): Rename from
20259 opascal-set-text-properties and only set `token' (bug#14134).
20260 Suggested by Erik Knowles <eknowles@geosystemsoftware.com>.
20261 (opascal-literal-text-properties): Remove.
20262 (opascal-parse-next-literal, opascal-debug-unparse-buffer):
20263 Adjust callers.
20264
20265 2013-04-24 Reuben Thomas <rrt@sc3d.org>
20266
20267 * textmodes/remember.el (remember-handler-functions): Add an
20268 option for a new handler `remember-store-in-files'.
20269 (remember-data-directory, remember-directory-file-name-format):
20270 New options.
20271 (remember-store-in-files): New function to store remember notes
20272 as separate files within a directory.
20273
20274 2013-04-24 Magnus Henoch <magnus.henoch@gmail.com>
20275
20276 * progmodes/compile.el (compilation-next-error-function):
20277 Pass "formats" to compilation-find-file (bug#11777).
20278
20279 2013-04-24 Glenn Morris <rgm@gnu.org>
20280
20281 * vc/vc-bzr.el (vc-bzr-print-log):
20282 * vc/vc-hg.el (vc-hg-print-log):
20283 * vc/vc-svn.el (vc-svn-print-log):
20284 Fix START-REVISION with LIMIT != 1. (Bug#14168)
20285
20286 * vc/vc-bzr.el (vc-bzr-print-log):
20287 * vc/vc-cvs.el (vc-cvs-print-log):
20288 * vc/vc-git.el (vc-git-print-log):
20289 * vc/vc-hg.el (vc-hg-print-log):
20290 * vc/vc-mtn.el (vc-mtn-print-log):
20291 * vc/vc-rcs.el (vc-rcs-print-log):
20292 * vc/vc-sccs.el (vc-sccs-print-log):
20293 * vc/vc-svn.el (vc-svn-print-log):
20294 * vc/vc.el (vc-print-log-internal): Doc fixes.
20295
20296 2013-04-23 Glenn Morris <rgm@gnu.org>
20297
20298 * startup.el (normal-no-mouse-startup-screen, normal-about-screen):
20299 Remove venerable code attempting to avoid substitute-command-keys.
20300
20301 2013-04-23 Tassilo Horn <tsdh@gnu.org>
20302
20303 * textmodes/reftex-vars.el (reftex-label-regexps):
20304 Call `reftex-compile-variables' after changes to this variable.
20305
20306 2013-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
20307
20308 * jit-lock.el: Fix signals in jit-lock-force-redisplay (bug#13542).
20309 Use lexical-binding.
20310 (jit-lock-force-redisplay): Use markers, check buffer's continued
20311 existence and beware narrowed buffers.
20312 (jit-lock-fontify-now): Adjust call accordingly.
20313
20314 2013-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
20315
20316 * minibuffer.el (minibuffer-completion-contents): Fix obsolescence info
20317 to avoid misleading the user.
20318
20319 2013-04-22 Leo Liu <sdl.web@gmail.com>
20320
20321 * info-look.el: Prefer latex2e.info. (Bug#14240)
20322
20323 2013-04-22 Michael Albinus <michael.albinus@gmx.de>
20324
20325 Fix pack/unpack coding. Reported by David Smith <davidsmith@acm.org>.
20326
20327 * net/tramp-compat.el (tramp-compat-call-process): Move function ...
20328 * net/tramp.el (tramp-call-process): ... here.
20329 (tramp-set-completion-function, tramp-parse-putty):
20330 * net/tramp-adb.el (tramp-adb-execute-adb-command):
20331 * net/tramp-gvfs.el (tramp-gvfs-send-command):
20332 * net/tramp-sh.el (tramp-sh-handle-set-file-times)
20333 (tramp-set-file-uid-gid, tramp-sh-handle-write-region)
20334 (tramp-call-local-coding-command): Use `tramp-call-process'
20335 instead of `tramp-compat-call-process'.
20336
20337 * net/tramp-sh.el (tramp-perl-pack, tramp-perl-unpack): New defconst.
20338 (tramp-local-coding-commands, tramp-remote-coding-commands): Use them.
20339 (tramp-sh-handle-file-local-copy, tramp-sh-handle-write-region)
20340 (tramp-find-inline-compress): Improve traces.
20341 (tramp-maybe-send-script): Check for Perl binary.
20342 (tramp-get-inline-coding): Do not redirect STDOUT for local decoding.
20343
20344 2013-04-22 Daiki Ueno <ueno@gnu.org>
20345
20346 * epg.el (epg-context-pinentry-mode): New function.
20347 (epg-context-set-pinentry-mode): New function.
20348 (epg--start): Pass --pinentry-mode option to gpg command.
20349
20350 2013-04-21 Xue Fuqiao <xfq.free@gmail.com>
20351
20352 * comint.el (comint-dynamic-complete-functions, comint-mode-map):
20353 `comint-dynamic-complete' is obsolete since 24.1, replaced by
20354 `completion-at-point'. (Bug#13774)
20355
20356 * startup.el (normal-no-mouse-startup-screen): Bug fix, the
20357 default key binding for `describe-distribution' has been moved to
20358 `C-h C-o'. (Bug#13970)
20359
20360 2013-04-21 Glenn Morris <rgm@gnu.org>
20361
20362 * vc/vc.el (vc-print-log-setup-buttons, vc-print-log-internal):
20363 Add doc strings.
20364 (vc-print-log): Clarify interactive prompt.
20365
20366 2013-04-20 Glenn Morris <rgm@gnu.org>
20367
20368 * emacs-lisp/bytecomp.el (byte-compile-insert-header):
20369 No longer include timestamp etc information.
20370
20371 2013-04-20 Roland Winkler <winkler@gnu.org>
20372
20373 * faces.el (read-face-name): Bug fix, return just one face if arg
20374 multiple is nil. (Bug#14209)
20375
20376 2013-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
20377
20378 * emacs-lisp/nadvice.el (advice--where-alist): Add :override.
20379 (remove-function): Autoload.
20380
20381 * comint.el (comint-redirect-original-filter-function): Remove.
20382 (comint-redirect-cleanup, comint-redirect-send-command-to-process):
20383 * vc/vc-cvs.el (vc-cvs-annotate-process-filter)
20384 (vc-cvs-annotate-command):
20385 * progmodes/octave-inf.el (inferior-octave-send-list-and-digest):
20386 * progmodes/prolog.el (prolog-consult-compile):
20387 * progmodes/gdb-mi.el (gdb, gdb--check-interpreter):
20388 Use add/remove-function instead.
20389 * progmodes/gud.el (gud-tooltip-original-filter): Remove.
20390 (gud-tooltip-process-output, gud-tooltip-tips):
20391 Use add/remove-function instead.
20392 * progmodes/xscheme.el (xscheme-previous-process-state): Remove.
20393 (scheme-interaction-mode, exit-scheme-interaction-mode):
20394 Use add/remove-function instead.
20395
20396 * vc/vc-dispatcher.el: Use lexical-binding.
20397 (vc--process-sentinel): Rename from vc-process-sentinel.
20398 Change last arg to be the code to run. Don't use vc-previous-sentinel
20399 and vc-sentinel-commands any more.
20400 (vc-exec-after): Allow code to be a function. Use add/remove-function.
20401 (compilation-error-regexp-alist, view-old-buffer-read-only): Declare.
20402
20403 2013-04-19 Masatake YAMATO <yamato@redhat.com>
20404
20405 * progmodes/sh-script.el (sh-imenu-generic-expression):
20406 Handle function names with a single character. (Bug#14111)
20407
20408 2013-04-19 Dima Kogan <dima@secretsauce.net> (tiny change)
20409
20410 * progmodes/gud.el (gud-perldb-marker-filter): Understand position info
20411 for subroutines defined in an eval (bug#14182).
20412
20413 2013-04-19 Thierry Volpiatto <thierry.volpiatto@gmail.com>
20414
20415 * bookmark.el (bookmark-completing-read): Improve handling of empty
20416 string (bug#14176).
20417
20418 2013-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
20419
20420 * vc/vc-dispatcher.el (vc-do-command): Get rid of default sentinel msg.
20421
20422 2013-04-19 Fabián Ezequiel Gallina <fgallina@gnu.org>
20423
20424 New faster Imenu implementation (bug#14058).
20425 * progmodes/python.el (python-imenu-prev-index-position)
20426 (python-imenu-format-item-label-function)
20427 (python-imenu-format-parent-item-label-function)
20428 (python-imenu-format-parent-item-jump-label-function):
20429 New vars.
20430 (python-imenu-format-item-label)
20431 (python-imenu-format-parent-item-label)
20432 (python-imenu-format-parent-item-jump-label)
20433 (python-imenu--put-parent, python-imenu--build-tree)
20434 (python-imenu-create-index, python-imenu-create-flat-index)
20435 (python-util-popn): New functions.
20436 (python-mode): Set imenu-create-index-function to
20437 python-imenu-create-index.
20438
20439 2013-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
20440
20441 * winner.el (winner-active-region): Use region-active-p, activate-mark
20442 and deactivate-mark (bug#14225).
20443
20444 * simple.el (deactivate-mark): Don't inline it.
20445
20446 2013-04-18 Michael Albinus <michael.albinus@gmx.de>
20447
20448 * net/tramp-sh.el (tramp-remote-process-environment): Add "TMOUT=0".
20449
20450 2013-04-18 Tassilo Horn <tsdh@gnu.org>
20451
20452 * files.el (auto-mode-alist): Delete OpenDocument and StarOffice
20453 file extensions from the archive-mode entry in order to prefer
20454 doc-view-mode-maybe with archive-mode as fallback (bug#14188).
20455
20456 2013-04-18 Leo Liu <sdl.web@gmail.com>
20457
20458 * bindings.el (help-event-list): Add ?\?.
20459
20460 2013-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
20461
20462 * subr.el (with-wrapper-hook): Declare obsolete.
20463 * simple.el (filter-buffer-substring-function): New hook.
20464 (filter-buffer-substring): Use it.
20465 (filter-buffer-substring-functions): Mark obsolete.
20466 * minibuffer.el (completion-in-region-function): New hook.
20467 (completion-in-region): Use it.
20468 (completion-in-region-functions): Mark obsolete.
20469 * mail/mailabbrev.el (mail-abbrevs-setup): Use abbrev-expand-function.
20470 * abbrev.el (abbrev-expand-function): New hook.
20471 (expand-abbrev): Use it.
20472 (abbrev-expand-functions): Mark obsolete.
20473 * emacs-lisp/nadvice.el (advice--where-alist): Add :filter-args
20474 and :filter-return.
20475
20476 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
20477
20478 * progmodes/python.el (python-nav--syntactically): Fix cornercases
20479 and do not care about match data.
20480
20481 2013-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
20482
20483 * emacs-lisp/lisp.el (lisp-completion-at-point): Provide specialized
20484 completion tables when completing error conditions and
20485 `declare' arguments.
20486 (lisp-complete-symbol, field-complete): Mark as obsolete.
20487 (check-parens): Unmatched parens are user errors.
20488 * minibuffer.el (minibuffer-completion-contents): Mark as obsolete.
20489
20490 2013-04-17 Michal Nazarewicz <mina86@mina86.com>
20491
20492 * textmodes/flyspell.el (flyspell-check-pre-word-p): Return nil if
20493 command changed buffer (ie. `flyspell-pre-buffer' is not current
20494 buffer), which prevents making decisions based on invalid value of
20495 `flyspell-pre-point' in the wrong buffer. Most notably, this used to
20496 cause an error when `flyspell-pre-point' was nil after switching
20497 buffers.
20498 (flyspell-post-command-hook): No longer needs to change buffers when
20499 checking pre-word. While at it remove unnecessary progn.
20500
20501 2013-04-17 Nicolas Richard <theonewiththeevillook@yahoo.fr> (tiny change)
20502
20503 * textmodes/ispell.el (ispell-add-per-file-word-list):
20504 Fix `flyspell-correct-word-before-point' error when accepting
20505 words and `coment-padding' is an integer by using
20506 `comment-normalize-vars' (Bug #14214).
20507
20508 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
20509
20510 New defun movement commands.
20511 * progmodes/python.el (python-nav--syntactically)
20512 (python-nav--forward-defun, python-nav-backward-defun)
20513 (python-nav-forward-defun): New functions.
20514
20515 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
20516
20517 * progmodes/python.el (python-syntax--context-compiler-macro): New defun.
20518 (python-syntax-context): Use named compiler-macro for backwards
20519 compatibility with Emacs 24.x.
20520
20521 2013-04-17 Leo Liu <sdl.web@gmail.com>
20522
20523 * progmodes/octave-mod.el (octave-mode-map): Fix key binding to
20524 octave-hide-process-buffer.
20525
20526 2013-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
20527
20528 * vc/vc-hg.el (vc-hg-annotate-re): Disallow ": " in file names
20529 (bug#14216).
20530
20531 2013-04-17 Jean-Philippe Gravel <jpgravel@gmail.com>
20532
20533 * progmodes/gdb-mi.el (gdbmi-bnf-incomplete-record-result):
20534 Fix adjustment of offset when receiving incomplete responses from GDB
20535 (bug#14129).
20536
20537 2013-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
20538
20539 * progmodes/python.el (python-mode-skeleton-abbrev-table): Rename from
20540 python-mode-abbrev-table.
20541 (python-skeleton-define): Adjust accordingly.
20542 (python-mode-abbrev-table): New table that inherits from it so that
20543 python-skeleton-autoinsert does not affect non-skeleton abbrevs.
20544
20545 * abbrev.el (abbrev--symbol): New function, extracted from abbrev-symbol.
20546 (abbrev-symbol): Use it.
20547 (abbrev--before-point): Use it since we already handle inheritance.
20548
20549 2013-04-16 Leo Liu <sdl.web@gmail.com>
20550
20551 * progmodes/octave-mod.el (octave-mode-map): Remove redundant key
20552 binding to info-lookup-symbol.
20553
20554 2013-04-16 Juanma Barranquero <lekktu@gmail.com>
20555
20556 * minibuffer.el (completion--twq-all):
20557 * term/ns-win.el (ns-initialize-window-system):
20558 * term/w32-win.el (w32-initialize-window-system): Silence byte-compiler.
20559
20560 2013-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
20561
20562 * emacs-lisp/nadvice.el (add-function): Default simple vars to their
20563 global bindings.
20564
20565 * doc-view.el (doc-view-start-process): Handle url-handler directories.
20566
20567 2013-04-15 Dmitry Gutov <dgutov@yandex.ru>
20568
20569 * progmodes/ruby-mode.el (ruby-beginning-of-defun)
20570 (ruby-end-of-defun, ruby-move-to-block): Bind `case-fold-search'
20571 to nil.
20572 (ruby-end-of-defun): Remove the unused arg, change the docstring
20573 to reflect that this function is only used as the value of
20574 `end-of-defun-function'.
20575 (ruby-beginning-of-defun): Remove "top-level" from the docstring,
20576 to reflect an earlier change that beginning/end-of-defun functions
20577 jump between methods in a class definition, as well as top-level
20578 functions.
20579
20580 2013-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
20581
20582 * minibuffer.el (minibuffer-complete): Don't just scroll
20583 a *Completions* that's been iconified.
20584 (minibuffer-force-complete): Make sure repetitions do cycle when going
20585 through completion-in-region -> minibuffer-complete.
20586
20587 2013-04-15 Alan Mackenzie <acm@muc.de>
20588
20589 Correct the placement of c-cpp-delimiters when there're #s not at
20590 col 0.
20591
20592 * progmodes/cc-langs.el (c-anchored-cpp-prefix): Reformulate and
20593 place a submatch around the #.
20594 * progmodes/cc-mode.el(c-neutralize-syntax-in-and-mark-CPP):
20595 Start a search at BOL. Put the c-cpp-delimiter category text propertiy
20596 on the #, not BOL.
20597
20598 2013-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
20599
20600 * emacs-lisp/nadvice.el: Properly test names when adding advice.
20601 (advice--member-p): New arg `name'.
20602 (advice--add-function, advice-member-p): Use it (bug#14202).
20603
20604 2013-04-15 Filipp Gunbin <fgunbin@fastmail.fm>
20605
20606 Reformulate java imenu-generic-expression.
20607 The old expression contained ill formed regexps.
20608
20609 * progmodes/cc-menus.el (cc-imenu-java-ellipsis-regexp)
20610 (cc-imenu-java-type-spec-regexp, cc-imenu-java-comment-regexp)
20611 (cc-imenu-java-method-arg-regexp): New defconsts.
20612 (cc-imenu-java-build-type-args-regex): New defun.
20613 (cc-imenu-java-generic-expression): Fix, to remove "ambiguous"
20614 handling of spaces in the regexp.
20615
20616 2013-03-15 Agustín Martín Domingo <agustin.martin@hispalinux.es>
20617
20618 * textmodes/ispell.el (ispell-command-loop): Remove
20619 flyspell highlight of a word when ispell accepts it (bug #14178).
20620
20621 2013-04-15 Michael Albinus <michael.albinus@gmx.de>
20622
20623 * net/ange-ftp.el (ange-ftp-run-real-handler-orig): New defun,
20624 uses code from the previous `ange-ftp-run-real-handler'.
20625 (ange-ftp-run-real-handler): Set it to `tramp-run-real-handler'
20626 only in case that function exist. This is needed for proper
20627 unloading of Tramp.
20628
20629 2013-04-15 Tassilo Horn <tsdh@gnu.org>
20630
20631 * textmodes/reftex-vars.el (reftex-label-regexps): New defcustom.
20632
20633 * textmodes/reftex.el (reftex-compile-variables): Use it.
20634
20635 2013-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
20636
20637 * files.el (normal-mode): Only use default major-mode if no other mode
20638 was specified.
20639
20640 * emacs-lisp/trace.el (trace-values): New function.
20641
20642 * files.el: Allow : in local variables (bug#14089).
20643 (hack-local-variable-regexp): New var.
20644 (hack-local-variables-prop-line, hack-local-variables): Use it.
20645
20646 2013-04-13 Roland Winkler <winkler@gnu.org>
20647
20648 * textmodes/bibtex.el (bibtex-search-entries): Bug fix. Use match
20649 data before it gets modified by bibtex-beginning-of-entry.
20650
20651 2013-04-13 Roland Winkler <winkler@gnu.org>
20652
20653 * textmodes/bibtex.el (bibtex-url): Doc fix.
20654
20655 2013-04-13 Roland Winkler <winkler@gnu.org>
20656
20657 * textmodes/bibtex.el (bibtex-initialize): If the current buffer
20658 does not visit a BibTeX file, exclude it from the list of buffers
20659 returned by bibtex-initialize.
20660
20661 2013-04-13 Stephen Berman <stephen.berman@gmx.net>
20662
20663 * window.el (split-window): Remove interactive form, since as a
20664 command this function is a special case of split-window-below.
20665 Correct doc string.
20666
20667 2013-04-12 Roland Winkler <winkler@gnu.org>
20668
20669 * faces.el (read-face-name): Do not override value of arg default.
20670 Allow single faces and strings as default values. Remove those
20671 elements from return value that are not faces.
20672 (describe-face): Simplify.
20673 (face-at-point): New optional args thing and multiple so that this
20674 function can provide the same functionality previously provided by
20675 read-face-name.
20676 (make-face-bold, make-face-unbold, make-face-italic)
20677 (make-face-unitalic, make-face-bold-italic, invert-face)
20678 (modify-face, read-face-and-attribute): Use face-at-point.
20679
20680 * cus-edit.el (customize-face, customize-face-other-window)
20681 * cus-theme.el (custom-theme-add-face)
20682 * face-remap.el (buffer-face-set)
20683 * facemenu.el (facemenu-set-face): Use face-at-point.
20684
20685 2013-04-12 Michael Albinus <michael.albinus@gmx.de>
20686
20687 * info.el (Info-file-list-for-emacs): Add "tramp" and "dbus".
20688
20689 2013-04-10 Tassilo Horn <tsdh@gnu.org>
20690
20691 * textmodes/reftex-cite.el (reftex-parse-bibtex-entry): Don't cut
20692 off leading { and trailing } from field values.
20693
20694 2013-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
20695
20696 * emacs-lisp/timer.el (timer--check): New function.
20697 (timer--time, timer-set-function, timer-event-handler): Use it.
20698 (timer-set-idle-time): Simplify.
20699 (timer--activate): CSE.
20700 (timer-event-handler): Give more info in error message.
20701 (internal-timer-start-idle): New function, moved from C.
20702
20703 * mpc.el (mpc-proc): Add `restart' argument.
20704 (mpc-proc-cmd): Use it.
20705 (mpc--status-timer-run): Also catch signals from `mpc-proc'.
20706 (mpc-status-buffer-show, mpc-tagbrowser-dir-toggle): Call `mpc-proc'
20707 less often.
20708
20709 2013-04-10 Masatake YAMATO <yamato@redhat.com>
20710
20711 * progmodes/sh-script.el: Implement `sh-mode' own
20712 `add-log-current-defun-function' (bug#14112).
20713 (sh-current-defun-name): New function.
20714 (sh-mode): Use the function.
20715
20716 2013-04-09 Bastien Guerry <bzg@gnu.org>
20717
20718 * simple.el (choose-completion-string): Fix docstring (bug#14163).
20719
20720 2013-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
20721
20722 * emacs-lisp/edebug.el (edebug-mode): Fix typo (bug#14144).
20723
20724 * emacs-lisp/timer.el (timer-event-handler): Don't retrigger a canceled
20725 timer (bug#14156).
20726
20727 2013-04-07 Nic Ferrier <nferrier@ferrier.me.uk>
20728
20729 * emacs-lisp/ert.el (should, should-not, should-error): Add edebug
20730 declaration.
20731
20732 2013-04-07 Leo Liu <sdl.web@gmail.com>
20733
20734 * pcmpl-x.el: New file.
20735
20736 2013-04-06 Dmitry Antipov <dmantipov@yandex.ru>
20737
20738 Do not set x-display-name until X connection is established.
20739 This is needed to prevent from weird situation described at
20740 <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00212.html>.
20741 * frame.el (make-frame): Set x-display-name after call to
20742 window system initialization function, not before.
20743 * term/x-win.el (x-initialize-window-system): Add optional
20744 display argument and use it.
20745 * term/w32-win.el (w32-initialize-window-system):
20746 * term/ns-win.el (ns-initialize-window-system):
20747 * term/pc-win.el (msdos-initialize-window-system):
20748 Add compatible optional display argument.
20749
20750 2013-04-06 Eli Zaretskii <eliz@gnu.org>
20751
20752 * files.el (normal-backup-enable-predicate): On MS-Windows and
20753 MS-DOS compare truenames of temporary-file-directory and of the
20754 file, so that 8+3 aliases (usually found in $TEMP on Windows)
20755 don't fail comparison by compare-strings. Also, compare file
20756 names case-insensitively on MS-Windows and MS-DOS.
20757
20758 2013-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
20759
20760 * emacs-lisp/package.el (package-compute-transaction): Fix last fix.
20761 Suggested by Donald Curtis <dcurtis@coe.edu> (bug#14082).
20762
20763 2013-04-05 Dmitry Gutov <dgutov@yandex.ru>
20764
20765 * whitespace.el (whitespace-color-on, whitespace-color-off):
20766 Only call `font-lock-fontify-buffer' when `font-lock-mode' is on.
20767
20768 2013-04-05 Jacek Chrząszcz <chrzaszcz@mimuw.edu.pl> (tiny change)
20769
20770 * ispell.el (ispell-set-spellchecker-params):
20771 Really set `ispell-args' for all equivs.
20772
20773 2013-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
20774
20775 * ido.el (ido-completions): Use extra elements of ido-decorations
20776 (bug#14143).
20777 (ido-decorations): Update docstring.
20778
20779 2013-04-05 Michael Albinus <michael.albinus@gmx.de>
20780
20781 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
20782 (global-auto-revert-mode): Let-bind `auto-revert-use-notify' to
20783 nil during initialization, in order not to miss changes since the
20784 file was opened. (Bug#14140)
20785
20786 2013-04-05 Leo Liu <sdl.web@gmail.com>
20787
20788 * kmacro.el (kmacro-call-macro): Fix bug#14135.
20789
20790 2013-04-05 Jay Belanger <jay.p.belanger@gmail.com>
20791
20792 * calc/calc-units.el (calc-convert-units): Rewrite conditional.
20793
20794 2013-04-04 Glenn Morris <rgm@gnu.org>
20795
20796 * electric.el (electric-pair-inhibit-predicate): Add :version.
20797
20798 2013-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
20799
20800 * emacs-lisp/package.el (package-compute-transaction): Fix ordering
20801 when a package is required several times (bug#14082).
20802
20803 2013-04-04 Roland Winkler <winkler@gnu.org>
20804
20805 * faces.el (read-face-name): Behave as promised by the docstring.
20806 Assume that arg default is a list of faces.
20807 (describe-face): Call read-face-name with list of default faces.
20808
20809 2013-04-04 Thierry Volpiatto <thierry.volpiatto@gmail.com>
20810
20811 * bookmark.el: Fix deletion of bookmarks (bug#13972).
20812 (bookmark-bmenu-list): Don't toggle filenames if alist is empty.
20813 (bookmark-bmenu-execute-deletions): Only skip first line if it's
20814 the header.
20815 (bookmark-exit-hook-internal): Save even if list is empty.
20816
20817 2013-04-04 Yann Hodique <yann.hodique@gmail.com> (tiny change)
20818
20819 * emacs-lisp/package.el (package-pinned-packages): New var.
20820 (package--add-to-archive-contents): Obey it (bug#14118).
20821
20822 2013-04-03 Alan Mackenzie <acm@muc.de>
20823
20824 Handle `parse-partial-sexp' landing inside a comment opener (Bug#13244).
20825 Also adapt to the new values of element 7 of a parse state.
20826
20827 * progmodes/cc-engine.el (c-state-pp-to-literal): New optional
20828 parameter `not-in-delimiter'. Handle being inside comment opener.
20829 (c-invalidate-state-cache-1): Reckon with an extra "invalid"
20830 character in case we're typing a '*' after a '/'.
20831 (c-literal-limits): Handle the awkward "not-in-delimiter" cond arm
20832 instead by passing the parameter to c-state-pp-to-literal.
20833
20834 * progmodes/cc-fonts.el (c-font-lock-doc-comments): New handling
20835 for elt. 7 of a parse state.
20836
20837 2013-04-01 Paul Eggert <eggert@cs.ucla.edu>
20838
20839 Use UTF-8 for most files with non-ASCII characters (Bug#13936).
20840 * international/latin1-disp.el, international/mule-util.el:
20841 * language/cyril-util.el, language/european.el, language/ind-util.el:
20842 * language/lao-util.el, language/thai.el, language/tibet-util.el:
20843 * language/tibetan.el, language/viet-util.el:
20844 Switch from iso-2022-7bit to utf-8 or (if needed) utf-8-emacs.
20845
20846 2013-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
20847
20848 * electric.el (electric-pair-inhibit-predicate): New var (bug#14000).
20849 (electric-pair-post-self-insert-function): Use it.
20850 (electric-pair-default-inhibit): New function, extracted from
20851 electric-pair-post-self-insert-function.
20852
20853 2013-03-31 Roland Winkler <winkler@gnu.org>
20854
20855 * emacs-lisp/crm.el (completing-read-multiple): Doc fix.
20856
20857 2013-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
20858
20859 * hi-lock.el (hi-lock-mode): Cleanup after revert-buffer (bug#13891).
20860
20861 2013-03-30 Fabián Ezequiel Gallina <fabian@anue.biz>
20862
20863 Un-indent after "pass" and "return" statements (Bug#13888)
20864 * progmodes/python.el (python-indent-block-enders): New var.
20865 (python-indent-calculate-indentation): Use it.
20866
20867 2013-03-30 Michael Albinus <michael.albinus@gmx.de>
20868
20869 * net/tramp.el (tramp-drop-volume-letter): Make it an ordinary
20870 defun. Defining it as defalias could introduce too eager
20871 byte-compiler optimization. (Bug#14030)
20872
20873 2013-03-30 Chong Yidong <cyd@gnu.org>
20874
20875 * iswitchb.el (iswitchb-read-buffer): Fix typo.
20876
20877 2013-03-30 Leo Liu <sdl.web@gmail.com>
20878
20879 * kmacro.el (kmacro-call-macro): Add optional arg MACRO.
20880 (kmacro-execute-from-register): Pass the keyboard macro to
20881 kmacro-call-macro or repeating won't work correctly.
20882
20883 2013-03-30 Teodor Zlatanov <tzz@lifelogs.com>
20884
20885 * progmodes/subword.el: Back to using `forward-symbol'.
20886
20887 * subr.el (forward-whitespace, forward-symbol)
20888 (forward-same-syntax): Move from thingatpt.el.
20889
20890 2013-03-29 Leo Liu <sdl.web@gmail.com>
20891
20892 * kmacro.el (kmacro-to-register): New command.
20893 (kmacro-execute-from-register): New function.
20894 (kmacro-keymap): Bind to 'x'. (Bug#14071)
20895
20896 2013-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
20897
20898 * mpc.el: Use defvar-local and setq-local.
20899 (mpc--proc-connect): Connection failures are not bugs.
20900 (mpc-mode-map): `follow-link' only applies to the buffer's content.
20901 (mpc-volume-map): Bind to the up-events.
20902
20903 2013-03-29 Teodor Zlatanov <tzz@lifelogs.com>
20904
20905 * progmodes/subword.el (superword-mode): Use `forward-sexp'
20906 instead of `forward-symbol'.
20907
20908 2013-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
20909
20910 * emacs-lisp/edebug.el (edebug-mode): Make it a minor mode.
20911 (edebug--recursive-edit): Use it.
20912 (edebug-kill-buffer): Don't let-bind kill-buffer-hook.
20913 (edebug-temp-display-freq-count): Don't let-bind buffer-read-only.
20914
20915 2013-03-28 Leo Liu <sdl.web@gmail.com>
20916
20917 * vc/vc-bzr.el (vc-bzr-revert): Don't backup. (Bug#14066)
20918
20919 2013-03-27 Eli Zaretskii <eliz@gnu.org>
20920
20921 * facemenu.el (list-colors-callback): New defvar.
20922 (list-colors-redisplay): New function.
20923 (list-colors-display): Install list-colors-redisplay as the
20924 revert-buffer-function. (Bug#14063)
20925
20926 2013-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
20927
20928 * minibuffer.el (completion-pcm--merge-completions): Make sure prefixes
20929 and suffixes don't overlap (bug#14061).
20930
20931 * case-table.el: Use lexical-binding.
20932 (case-table-get-table): New function.
20933 (get-upcase-table): Use it. Mark as obsolete. Adjust callers.
20934
20935 2013-03-27 Teodor Zlatanov <tzz@lifelogs.com>
20936
20937 * progmodes/subword.el: Add `superword-mode' to do word motion
20938 over symbol_words (parallels and leverages `subword-mode' which
20939 does word motion inside MixedCaseWords).
20940
20941 2013-03-27 Aidan Gauland <aidalgol@no8wireless.co.nz>
20942
20943 * eshell/em-unix.el: Move su and sudo to...
20944 * eshell/em-tramp.el: ...Eshell tramp module.
20945
20946 2013-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
20947
20948 * desktop.el (desktop--v2s): Rename from desktop-internal-v2s.
20949 Change return value to be a sexp. Delay `get-buffer' to after
20950 restoring the desktop (bug#13951).
20951
20952 2013-03-26 Leo Liu <sdl.web@gmail.com>
20953
20954 * register.el: Move semantic tag handling back to
20955 cedet/semantic/senator.el. (Bug#14052)
20956
20957 2013-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
20958
20959 * eshell/em-prompt.el (eshell-emit-prompt): Make sure we can't insert
20960 into the prompt either (bug#13963).
20961
20962 2013-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
20963
20964 * font-lock.el (lisp-font-lock-keywords-2): Don't highlight the "error"
20965 part of "(error-foo)".
20966
20967 2013-03-24 Juri Linkov <juri@jurta.org>
20968
20969 * replace.el (list-matching-lines-prefix-face): New defcustom.
20970 (occur-1): Pass `list-matching-lines-prefix-face' to the function
20971 `occur-engine' if `face-differs-from-default-p' returns t.
20972 (occur-engine): Add `,' inside backquote construct to evaluate
20973 `prefix-face'. Propertize the prefix with the `prefix-face' face.
20974 Pass `prefix-face' to the functions `occur-context-lines' and
20975 `occur-engine-add-prefix'.
20976 (occur-engine-add-prefix, occur-context-lines): Add optional arg
20977 `prefix-face' and propertize the prefix with `prefix-face'.
20978 (Bug#14017)
20979
20980 2013-03-24 Leo Liu <sdl.web@gmail.com>
20981
20982 * nxml/rng-valid.el (rng-validate-while-idle)
20983 (rng-validate-quick-while-idle): Guard against deleted buffer.
20984 (Bug#13999)
20985
20986 * emacs-lisp/edebug.el (edebug-mode): Make sure edebug-kill-buffer
20987 is the last entry in kill-buffer-hook.
20988
20989 * files.el (kill-buffer-hook): Doc fix.
20990
20991 2013-03-23 Dmitry Gutov <dgutov@yandex.ru>
20992
20993 * emacs-lisp/lisp-mode.el (emacs-lisp-docstring-fill-column):
20994 Make it safe-local.
20995
20996 * vc/diff-mode.el (diff-mode-shared-map): Unbind "/" (Bug#14034).
20997
20998 2013-03-23 Leo Liu <sdl.web@gmail.com>
20999
21000 * nxml/nxml-util.el (nxml-with-unmodifying-text-property-changes):
21001 Remove.
21002
21003 * nxml/rng-valid.el (rng-validate-mode)
21004 (rng-after-change-function, rng-do-some-validation):
21005 * nxml/rng-maint.el (rng-validate-buffer):
21006 * nxml/nxml-rap.el (nxml-tokenize-forward, nxml-ensure-scan-up-to-date):
21007 * nxml/nxml-outln.el (nxml-show-all, nxml-set-outline-state):
21008 * nxml/nxml-mode.el (nxml-mode, nxml-degrade, nxml-after-change)
21009 (nxml-extend-after-change-region): Use with-silent-modifications.
21010
21011 * nxml/rng-nxml.el (rng-set-state-after): Do not let-bind
21012 timer-idle-list.
21013
21014 * nxml/rng-valid.el (rng-validate-while-idle-continue-p)
21015 (rng-next-error-1, rng-previous-error-1): Do not let-bind
21016 timer-idle-list. (Bug#13999)
21017
21018 2013-03-23 Juri Linkov <juri@jurta.org>
21019
21020 * info.el (info-index-match): New face.
21021 (Info-index, Info-apropos-matches): Add a nested subgroup to the
21022 main pattern and add text properties with the new face to matches
21023 in index entries relative to the beginning of the index entry.
21024 (Bug#14015)
21025
21026 2013-03-21 Eric Ludlam <zappo@gnu.org>
21027
21028 * emacs-lisp/eieio-datadebug.el (data-debug/eieio-insert-slots):
21029 Inhibit read only while inserting objects.
21030
21031 2013-03-22 Teodor Zlatanov <tzz@lifelogs.com>
21032
21033 * progmodes/cfengine.el: Update docs to mention
21034 `cfengine-auto-mode'. Use \_> and \_< instead of \> and \< for
21035 symbol motion. Remove "_" from the word syntax.
21036
21037 2013-03-21 Teodor Zlatanov <tzz@lifelogs.com>
21038
21039 * progmodes/cfengine.el (cfengine-common-syntax): Add "_" to word
21040 syntax for both `cfengine2-mode' and `cfengine3-mode'.
21041
21042 2013-03-20 Juri Linkov <juri@jurta.org>
21043
21044 * info.el (Info-next-reference-or-link)
21045 (Info-prev-reference-or-link): New functions.
21046 (Info-next-reference, Info-prev-reference): Use them.
21047 (Info-try-follow-nearest-node): Handle footnote navigation.
21048 (Info-fontify-node): Fontify footnotes. (Bug#13989)
21049
21050 2013-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
21051
21052 * subr.el (posn-point, posn-string): Fix it here instead (bug#13979).
21053 * mouse.el (mouse-on-link-p): Undo scroll-bar fix.
21054
21055 2013-03-20 Paul Eggert <eggert@cs.ucla.edu>
21056
21057 Suppress unnecessary non-ASCII chatter during build process.
21058 * international/ja-dic-cnv.el (skkdic-collect-okuri-nasi)
21059 (batch-skkdic-convert): Suppress most of the chatter.
21060 It's not needed so much now that machines are faster,
21061 and its non-ASCII component was confusing; see Dmitry Gutov in
21062 <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00508.html>.
21063
21064 2013-03-20 Leo Liu <sdl.web@gmail.com>
21065
21066 * ido.el (ido-chop): Fix bug#10994.
21067
21068 2013-03-19 Dmitry Gutov <dgutov@yandex.ru>
21069
21070 * whitespace.el (whitespace-font-lock, whitespace-font-lock-mode):
21071 Remove vars.
21072 (whitespace-color-on, whitespace-color-off):
21073 Use `font-lock-fontify-buffer' (Bug#13817).
21074
21075 2013-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
21076
21077 * mouse.el (mouse--down-1-maybe-follows-link): Fix follow-link
21078 remapping in mode-line.
21079 (mouse-on-link-p): Also check [mode-line follow-link] bindings.
21080
21081 2013-03-19 Dmitry Gutov <dgutov@yandex.ru>
21082
21083 * whitespace.el (whitespace-color-on): Use `prepend' OVERRIDE
21084 value for `whitespace-line' face (Bug#13875).
21085 (whitespace-font-lock-keywords): Change description.
21086 (whitespace-color-on): Don't save `font-lock-keywords' value, save
21087 the constructed keywords instead.
21088 (whitespace-color-off): Use `font-lock-remove-keywords' (Bug#13817).
21089
21090 2013-03-19 Leo Liu <sdl.web@gmail.com>
21091
21092 * progmodes/compile.el (compilation-display-error): New command.
21093 (compilation-mode-map, compilation-minor-mode-map): Bind it to
21094 C-o. (Bug#13992)
21095
21096 2013-03-18 Paul Eggert <eggert@cs.ucla.edu>
21097
21098 * term/x-win.el (x-keysym-pair): Add a Fixme (Bug#13936).
21099
21100 2013-03-18 Jan Djärv <jan.h.d@swipnet.se>
21101
21102 * mouse.el (mouse-on-link-p): Check for scroll bar (Bug#13979).
21103
21104 2013-03-18 Michael Albinus <michael.albinus@gmx.de>
21105
21106 * net/tramp-compat.el (tramp-compat-user-error): New defun.
21107
21108 * net/tramp-adb.el (tramp-adb-handle-shell-command):
21109 * net/tramp-gvfs.el (top):
21110 * net/tramp.el (tramp-find-method, tramp-dissect-file-name)
21111 (tramp-handle-shell-command): Use it.
21112 (tramp-dissect-file-name): Raise an error when hostname is a
21113 method name, and neither method nor user is specified.
21114
21115 * net/trampver.el: Update release number.
21116
21117 2013-03-18 Leo Liu <sdl.web@gmail.com>
21118
21119 Make sure eldoc can be turned off properly.
21120 * emacs-lisp/eldoc.el (eldoc-schedule-timer): Conditionalize on
21121 eldoc-mode.
21122 (eldoc-display-message-p): Revert last change.
21123 (eldoc-display-message-no-interference-p)
21124 (eldoc-print-current-symbol-info): Tweak.
21125
21126 2013-03-18 Tassilo Horn <tsdh@gnu.org>
21127
21128 * doc-view.el (doc-view-new-window-function): Check the new window
21129 overlay's display property instead the char property of the
21130 buffer's first char. Use `with-selected-window' instead of
21131 `save-window-excursion' with `select-window'.
21132 (doc-view-document->bitmap): Check the current doc-view overlay's
21133 display property instead the char property of the buffer's first char.
21134
21135 2013-03-18 Paul Eggert <eggert@cs.ucla.edu>
21136
21137 Automate the build of ja-dic.el (Bug#13984).
21138 * international/ja-dic-cnv.el (skkdic-convert): Remove the annotations
21139 from the input, rather than assume that it's been done for us by the
21140 SKK script unannotate.awk. Switch ja-dic.el to UTF-8. Don't put
21141 the current date into a ja-dic.el comment, as that complicates
21142 regression testing.
21143
21144 2013-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
21145
21146 * whitespace.el: Fix double evaluation.
21147 (whitespace-space, whitespace-hspace, whitespace-tab)
21148 (whitespace-newline, whitespace-trailing, whitespace-line)
21149 (whitespace-space-before-tab, whitespace-indentation)
21150 (whitespace-empty, whitespace-space-after-tab): Turn defcustoms into
21151 obsolete defvars.
21152 (whitespace-hspace-regexp): Fix regexp for emacs-unicode.
21153 (whitespace-color-on): Use a single font-lock-add-keywords call.
21154 Fix double-evaluation of face variables.
21155
21156 2013-03-17 Michael Albinus <michael.albinus@gmx.de>
21157
21158 * net/tramp-adb.el (tramp-adb-parse-device-names):
21159 Use `start-process' instead of `call-process'. Otherwise, the
21160 function might be blocked under MS Windows. (Bug#13299)
21161
21162 2013-03-17 Leo Liu <sdl.web@gmail.com>
21163
21164 Extend eldoc to display info in the mode-line. (Bug#13978)
21165 * emacs-lisp/eldoc.el (eldoc-post-insert-mode): New minor mode.
21166 (eldoc-mode-line-string): New variable.
21167 (eldoc-minibuffer-message): New function.
21168 (eldoc-message-function): New variable.
21169 (eldoc-message): Use it.
21170 (eldoc-display-message-p)
21171 (eldoc-display-message-no-interference-p):
21172 Support eldoc-post-insert-mode.
21173
21174 * simple.el (eval-expression-minibuffer-setup-hook): New hook.
21175 (eval-expression): Run it.
21176
21177 2013-03-17 Roland Winkler <winkler@gnu.org>
21178
21179 * emacs-lisp/crm.el (completing-read-multiple): Ignore empty
21180 strings in the list of return values.
21181
21182 2013-03-17 Jay Belanger <jay.p.belanger@gmail.com>
21183
21184 * calc/calc-ext.el (math-read-number-fancy): Check for an explicit
21185 radix before checking for HMS forms.
21186
21187 2013-03-16 Leo Liu <sdl.web@gmail.com>
21188
21189 * progmodes/scheme.el: Add indentation and font-locking for λ.
21190 (Bug#13975)
21191
21192 2013-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
21193
21194 * emacs-lisp/smie.el (smie-auto-fill): Don't inf-loop if there's no
21195 token before point (bug#13942).
21196
21197 2013-03-16 Leo Liu <sdl.web@gmail.com>
21198
21199 * thingatpt.el (end-of-sexp): Fix bug#13952. Use syntax-after.
21200
21201 2013-03-16 Eli Zaretskii <eliz@gnu.org>
21202
21203 * startup.el (command-line-normalize-file-name): Fix handling of
21204 backslashes in DOS and Windows file names. Reported by Xue Fuqiao
21205 <xfq.free@gmail.com> in
21206 http://lists.gnu.org/archive/html/help-gnu-emacs/2013-03/msg00245.html.
21207
21208 2013-03-15 Michael Albinus <michael.albinus@gmx.de>
21209
21210 Sync with Tramp 2.2.7.
21211
21212 * net/trampver.el: Update release number.
21213
21214 2013-03-14 Tassilo Horn <tsdh@gnu.org>
21215
21216 * doc-view.el: Fix bug#13887.
21217 (doc-view-insert-image): Don't modify overlay associated to
21218 non-live windows, and implement horizontal centering of image in
21219 case it's smaller than the window.
21220 (doc-view-new-window-function): Force redisplay of new windows on
21221 doc-view buffers.
21222
21223 2013-03-13 Karl Fogel <kfogel@red-bean.com>
21224
21225 * saveplace.el (save-place-alist-to-file): Don't sort
21226 `save-place-alist', just pretty-print it (bug#13882).
21227
21228 2013-03-13 Michael Albinus <michael.albinus@gmx.de>
21229
21230 * net/tramp-sh.el (tramp-sh-handle-insert-directory):
21231 Check whether `default-file-name-coding-system' is bound.
21232 It isn't in XEmacs.
21233
21234 2013-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
21235
21236 * emacs-lisp/byte-run.el (defun-declarations-alist): Don't use
21237 backquotes for `obsolete' (bug#13929).
21238
21239 * international/mule.el (find-auto-coding): Include file name in
21240 obsolescence warning (bug#13922).
21241
21242 2013-03-12 Teodor Zlatanov <tzz@lifelogs.com>
21243
21244 * progmodes/cfengine.el (cfengine-parameters-indent): New variable
21245 for CFEngine 3-specific indentation.
21246 (cfengine3-indent-line): Use it. Fix up category regex.
21247 (cfengine3-font-lock-keywords): Add bundle and namespace characters.
21248
21249 2013-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
21250
21251 * type-break.el (type-break-file-name):
21252 * textmodes/remember.el (remember-data-file):
21253 * strokes.el (strokes-file):
21254 * shadowfile.el (shadow-initialize):
21255 * saveplace.el (save-place-file):
21256 * ps-bdf.el (bdf-cache-file):
21257 * progmodes/idlwave.el (idlwave-config-directory):
21258 * net/quickurl.el (quickurl-url-file):
21259 * international/kkc.el (kkc-init-file-name):
21260 * ido.el (ido-save-directory-list-file):
21261 * emulation/viper.el (viper-custom-file-name):
21262 * emulation/vip.el (vip-startup-file):
21263 * calendar/todo-mode.el (todo-file-do, todo-file-done, todo-file-top):
21264 * calendar/timeclock.el (timeclock-file): Use locate-user-emacs-file.
21265
21266 2013-03-12 Paul Eggert <eggert@cs.ucla.edu>
21267
21268 Switch encodings of tutorials, thai-word to UTF-8 (Bug#13880).
21269 * language/thai-word.el: Switch to UTF-8.
21270
21271 See ChangeLog.16 for earlier changes.
21272
21273 ;; Local Variables:
21274 ;; coding: utf-8
21275 ;; End:
21276
21277 Copyright (C) 2011-2014 Free Software Foundation, Inc.
21278
21279 This file is part of GNU Emacs.
21280
21281 GNU Emacs is free software: you can redistribute it and/or modify
21282 it under the terms of the GNU General Public License as published by
21283 the Free Software Foundation, either version 3 of the License, or
21284 (at your option) any later version.
21285
21286 GNU Emacs is distributed in the hope that it will be useful,
21287 but WITHOUT ANY WARRANTY; without even the implied warranty of
21288 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
21289 GNU General Public License for more details.
21290
21291 You should have received a copy of the GNU General Public License
21292 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.