]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
* lisp/simple.el (next-line-or-history-element): Wrap next-line in with-no-warnings.
[gnu-emacs] / lisp / ChangeLog
1 2014-11-18 Juri Linkov <juri@linkov.net>
2
3 * simple.el (next-line-or-history-element): Wrap next-line
4 in with-no-warnings.
5 (previous-line-or-history-element): Wrap previous-line
6 in with-no-warnings.
7
8 2014-11-18 Juri Linkov <juri@linkov.net>
9
10 * progmodes/grep.el (grep-compute-defaults):
11 Compute grep-highlight-matches before its use.
12
13 2014-11-18 Juri Linkov <juri@linkov.net>
14
15 * replace.el (query-replace-from-to-separator): Turn defvar into
16 defcustom. Wrap char-displayable-p in ignore-errors because an
17 attempt to autoload char-displayable-p fails during pre-loading.
18 Move (propertize "\0" ... 'separator t) out of customizable part
19 to query-replace-read-from.
20 (query-replace-read-from): Call custom-reevaluate-setting on
21 query-replace-from-to-separator to reevaluate the separator
22 depending on the return value of char-displayable-p.
23 http://lists.gnu.org/archive/html/emacs-devel/2014-11/msg00466.html
24
25 2014-11-18 Juri Linkov <juri@linkov.net>
26
27 * bindings.el (minibuffer-local-map): Rebind [down] from
28 next-history-element to next-line-or-history-element, and [up]
29 from previous-history-element to previous-line-or-history-element.
30
31 * simple.el (next-line-or-history-element)
32 (previous-line-or-history-element): New commands.
33 http://lists.gnu.org/archive/html/emacs-devel/2014-11/msg00822.html
34
35 2014-11-18 Leo Liu <sdl.web@gmail.com>
36
37 * emacs-lisp/nadvice.el (define-advice): New macro.
38 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Add
39 define-advice.
40 (lisp-font-lock-keywords-1): Add define-advice.
41
42 2014-11-18 Daiki Ueno <ueno@gnu.org>
43
44 * epg.el (epg-context): New slot EDIT-CALLBACK.
45 (epg--process-filter): Call EDIT-CALLBACK when editing a key.
46 (epg-reset): Reset EDIT-CALLBACK of the context.
47 (epg-start-edit-key): New function.
48 (epg-edit-key): New function.
49
50 2014-11-18 Paul Eggert <eggert@cs.ucla.edu>
51
52 Port new time stamp handling to Emacs 23.2.
53 This fix is for Gnus. Problem reported by Katsumi Yamaoka.
54 * calendar/time-date.el (time-add, time-subtract, time-less-p):
55 Use eval-and-compile, not eval-when-compile.
56
57 2014-11-18 Daiki Ueno <ueno@gnu.org>
58
59 * epg.el (epg-context-set-passphrase-callback)
60 (epg-context-set-progress-callback): Check if the CALLBACK
61 argument is a function, instead of a cons.
62
63 2014-11-18 Daiki Ueno <ueno@gnu.org>
64
65 * epa-file.el (epa-file-insert-file-contents)
66 (epa-file-write-region): Remove redundant check of
67 epa-pinentry-mode.
68 * epa.el (epa-sign-file, epa-encrypt-file, epa-decrypt-region)
69 (epa-sign-region, epa-encrypt-region): Remove redundant check of
70 epa-pinentry-mode.
71
72 2014-11-18 Daiki Ueno <ueno@gnu.org>
73
74 * epa-file.el (epa-file-insert-file-contents): Don't show
75 "*Error*" buffer if input file does not exist.
76 Reported by Herbert J. Skuhra.
77
78 2014-11-18 Paul Pogonyshev <pogonyshev@gmail.com>
79 Rüdiger Sonderfeld <ruediger@c-plusplus.net>
80
81 Fix bug#13871 (an alternative version of the patch).
82 * progmodes/cc-langs.el: Support some of the new keywords in
83 C++11.
84 (c-operators): Add "alignof".
85 (c-primitive-type-kwds): Add "char16_t", "char32_t".
86 (c-type-modifier-kwds): Add "constexpr", "noexcept".
87 (c-modifier-kwds): Add "thread_local".
88 (c-constant-kwds): Add "nullptr".
89
90 2014-11-17 Michal Nazarewicz <mina86@mina86.com>
91
92 * textmodes/tildify.el (tildify-pattern, tildify-space-string):
93 New variables for specifying tildify pattern and representation of
94 a hard space -- a no-break space by default -- respectively.
95 Being buffer-local they are much easier to handle than
96 `tildify-string-alist' and `tildify-pattern-alist' respectively
97 that have been used so far. They also works better with derived
98 modes.
99 (tildify-foreach-region-function): New variable specifying
100 a function determining portions of buffer that should be
101 tildified. It allows major modes to create a filtering function
102 more elaborate than a set of regular expressions. Initialised to
103 `tildify--deprecated-ignore-evironments' by default to handle now
104 deprecated `tildify-ignored-environments-alist' variable.
105 (tildify--foreach-region): A new function that takes
106 `tildify-foreach-region-function' into account and calls callback
107 for regions of the buffer that should be tildified.
108 (tildify-foreach-ignore-environments): A new function which can be
109 partially applied and used as `tildify-foreach-region-function'.
110 (tildify-ignored-environments-alist, tildify-pattern)
111 (tildify-string-alist, tildify--pick-alist-entry): Mark as obsolete.
112 (tildify--find-env): Rename from `tildify-find-env' and mark as
113 obsolete.
114 (tildify--deprecated-ignore-evironments): New function,
115 immediately marked as obsolete, used to handle deprecated
116 `tildify-ignored-environments-alist'.
117
118 * textmodes/tex-mode.el (tex-common-initialization): Set
119 `tildify-space-string' and `tildify-foreach-region-function'
120 variables in all variants of TeX mode since `tildify-string-alist'
121 and `tildify-ignored-environments-alist' are now empty by default.
122
123 * nxml/nxml-mode.el (nxml-mode): Ditto in `nxml-mode'. If
124 encoding supports it use no-break space instead of character
125 entity; this changes previous default which used a numeric
126 reference.
127
128 * textmodes/sgml-mode.el (sgml-mode): ditto in `sgml-mode'. If
129 encoding does not support no-break space, use numeric reference;
130 this changes previous default which used named entity (“&nbsp;”)
131 in HTML mode.
132
133 2014-11-17 Ulf Jasper <ulf.jasper@web.de>
134
135 Fix bug#5433.
136 * calendar/icalendar.el (icalendar-export-alarms): New
137 customizable variable.
138 (icalendar-export-region): Export alarms as specified in
139 `icalendar-export-alarms'.
140 (icalendar--create-ical-alarm, icalendar--do-create-ical-alarm):
141 New functions for exporting alarms.
142
143 2014-11-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
144
145 * bindings.el (search-map): Move `eww-search-words' to `M-s M-w'.
146
147 2014-11-17 Paul Eggert <eggert@cs.ucla.edu>
148
149 Port new time stamp handling to old Emacs and to XEmacs.
150 This is needed for Gnus, which copies time-date.el and which
151 runs on older Emacs implementations.
152 * calendar/time-date.el (with-decoded-time-value):
153 Handle 'nil' and floating-point arg more compatibly with new Emacs.
154 (encode-time-value, with-decoded-time-value):
155 Obsolete only if new Emacs.
156 (time-add, time-subtract, time-less-p): Define if not new Emacs.
157
158 Improve time stamp handling, and be more consistent about it.
159 This implements a suggestion made in:
160 http://lists.gnu.org/archive/html/emacs-devel/2014-10/msg00587.html
161 Among other things, this means timer.el no longer needs to
162 autoload the time-date module.
163 * allout-widgets.el (allout-elapsed-time-seconds): Doc fix.
164 * arc-mode.el (archive-ar-summarize):
165 * calendar/time-date.el (seconds-to-time, days-to-time, time-since):
166 * emacs-lisp/timer.el (timer-relative-time, timer-event-handler)
167 (run-at-time, with-timeout-suspend, with-timeout-unsuspend):
168 * net/tramp.el (tramp-time-less-p, tramp-time-subtract):
169 * proced.el (proced-time-lessp):
170 * timezone.el (timezone-time-from-absolute):
171 * type-break.el (type-break-schedule, type-break-time-sum):
172 Simplify by using new functionality.
173 * calendar/cal-dst.el (calendar-next-time-zone-transition):
174 Do not return time values in obsolete and undocumented (HI . LO)
175 format; use (HI LO) instead.
176 * calendar/time-date.el (with-decoded-time-value):
177 Treat 'nil' as current time. This is mostly for XEmacs.
178 (encode-time-value, with-decoded-time-value): Obsolete.
179 (time-add, time-subtract, time-less-p): Use no-op autoloads, for
180 XEmacs. Define only if XEmacs, as they're now C builtins in Emacs.
181 * ldefs-boot.el: Update to match new time-date.el
182 * proced.el: Do not require time-date.
183
184 2014-11-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
185
186 * net/eww.el (eww-mode): Make the buffer read-only.
187 (eww-form-text): Inhibit read-only-ness in text input fields
188 (bug#16476).
189
190 2014-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
191
192 * simple.el (execute-extended-command--shorter): Cut search here.
193 (execute-extended-command): Instead of here.
194
195 2014-11-16 Fabián Ezequiel Gallina <fgallina@gnu.org>
196
197 * progmodes/python.el (python-mode): Avoid use of set-local to
198 keep Emacs 24.x compatibility.
199
200 2014-11-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
201
202 * net/shr.el (shr): Move to the new defgroup `web'.
203
204 * net/eww.el (eww): Ditto.
205
206 * simple.el (execute-extended-command): Don't show the help
207 message if the binding isn't significantly shorter than the
208 M-x command the user typed (bug#19013).
209
210 2014-11-16 Ulf Jasper <ulf.jasper@web.de>
211
212 * calendar/icalendar.el (icalendar--convert-tz-offset):
213 Return complete cons when offsets of standard time and daylight saving
214 time are equal.
215 (icalendar-export-region): Fix unbound variable warning.
216
217 2014-11-16 Fabián Ezequiel Gallina <fgallina@gnu.org>
218
219 * progmodes/python.el (run-python): Allow CMD to be optional and
220 default it to a safe command, even for Windows. (bug#18596)
221
222 2014-11-16 Fabián Ezequiel Gallina <fgallina@gnu.org>
223
224 * progmodes/python.el (python-shell-calculate-command):
225 Rename from python-shell-parse-command. Cleanup.
226 (run-python, run-python-internal): Use it.
227 (python-shell-calculate-pythonpath): Rename from
228 python-new-pythonpath.
229 (python-shell-calculate-process-environment): Use it.
230 (python-shell-calculate-exec-path): Add comment.
231
232 2014-11-16 Thierry Banel <tbanelwebmin@free.fr> (tiny change)
233
234 * calc/calc-arith.el (math-max-list, math-min-list): Fix bug
235 for date handling.
236
237 2014-11-16 Andreas Schwab <schwab@linux-m68k.org>
238
239 * version.el (emacs-repository-get-version): Use git rev-parse
240 instead of git log.
241
242 2014-11-16 Fabián Ezequiel Gallina <fgallina@gnu.org>
243
244 * progmodes/python.el (python-indent-calculate-levels):
245 Fix indentation behavior multiline dedenter statement. (Bug#18432)
246
247 2014-11-16 Fabián Ezequiel Gallina <fgallina@gnu.org>
248
249 * progmodes/python.el (python-indent-region):
250 Use python-indent-line and skip special cases. (Bug#18843)
251
252 2014-11-16 Peder O. Klingenberg <peder@klingenberg.no>
253
254 * mail/emacsbug.el (report-emacs-bug): Make a better guess at
255 envelope-from when reporting through sendmail (bug#19054).
256
257 2014-11-16 Oscar Fuentes <ofv@wanadoo.es>
258
259 Add faces for the VC modeline state indicator.
260 * lisp/vc/vc-hooks.el:
261 (vc-state-faces, vc-state-base-face)
262 (vc-up-to-date-state, vc-needs-update-state)
263 (vc-locked-state, vc-locally-added-state)
264 (vc-conflict-state, vc-removed-state)
265 (vc-missing-state, vc-edited-state):
266 New faces.
267 (vc-default-mode-line-string): Use them
268
269 2014-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
270
271 * emacs-lisp/backquote.el (backquote-process): Optimize away ",'".
272
273 2014-11-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
274
275 * net/eww.el (eww-search-words): Mention `eww-search-prefix'.
276
277 2014-11-15 Fabián Ezequiel Gallina <fgallina@gnu.org>
278
279 * progmodes/python.el (python-eldoc-setup-code): Enhance string
280 type checks, simplify printing. (Bug#18962)
281
282 2014-11-14 Ivan Andrus <darthandrus@gmail.com>
283
284 * progmodes/python.el (python-shell-font-lock-kill-buffer):
285 (python-shell-font-lock-with-font-lock-buffer)
286 (python-shell-get-buffer, python-ffap-module-path):
287 Use `derived-mode-p' instead of equality test on `major-mode'.
288
289 2014-11-14 Fabián Ezequiel Gallina <fgallina@gnu.org>
290
291 * progmodes/python.el (python-shell-virtualenv-root): Rename from
292 python-shell-virtualenv-path.
293 (python-shell-internal-get-process-name)
294 (python-shell-calculate-process-environment)
295 (python-shell-calculate-exec-path): Use it.
296
297 2014-11-14 Eli Zaretskii <eliz@gnu.org>
298
299 * bindings.el (search-map): Fix last change: don't use 'kbd' in
300 bindings.el, since it is not yet loaded when bindings.el is
301 preloaded.
302
303 2014-11-14 Fabián Ezequiel Gallina <fgallina@gnu.org>
304
305 * progmodes/python.el (python-shell-completion-get-completions):
306 Fix previous merge.
307
308 2014-11-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
309
310 * net/eww.el (eww-render): Don't set the title to the URL.
311
312 2014-11-13 Ulrich Müller <ulm@gentoo.org>
313
314 * version.el (emacs-repository-get-version): Call `git log'
315 command with proper format argument (bug#19049).
316
317 2014-11-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
318
319 * bindings.el (search-map): Bind M-s M-s to `eww-search-words'.
320
321 2014-11-14 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
322
323 * net/eww.el (eww-search-words): New command (bug#16258).
324
325 2014-11-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
326
327 * net/shr.el (shr-inhibit-images): Add a doc string.
328
329 * net/eww.el (eww-after-render-hook): New variable.
330 (eww-render): Use it.
331
332 * net/shr.el (shr-descend): Don't descend further than
333 `max-specpdl-size' allows (bug#16587).
334 (shr-depth): New variable.
335 (shr-warning): New variable.
336
337 2014-11-13 Ivan Shmakov <ivan@siamics.net>
338
339 * net/shr.el (shr-parse-base): Handle <base href=""> correctly.
340 (shr-expand-url): Expand absolute URLs correctly (bug#17958).
341
342 2014-11-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
343
344 * net/eww.el (eww): Add comment to clarify.
345
346 * net/shr.el (shr-parse-image-data): Remove blocked bits from
347 external SVG images.
348 (shr-tag-object): Display images in <object> forms (bug#16244).
349 (shr-tag-table): Also insert <objects> after the tables.
350
351 2014-11-13 Michael Albinus <michael.albinus@gmx.de>
352
353 * vc/vc-hg.el (vc-hg-state): Disable pager. (Bug#18940)
354
355 2014-11-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
356
357 * net/eww.el (eww-form-file): Fix version number.
358
359 2014-11-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
360
361 * net/eww.el (eww-form-file): :type isn't a valid `defface' keyword.
362
363 2014-11-10 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
364
365 * net/eww.el(eww-form-file(defface)): New defface of file upload form.
366 (eww-submit-file): New key map of file upload.
367 (eww-form-file): New file upload button and file name context.
368 (eww-select-file): Select file and display selected file name.
369 (eww-tag-input): Handle input tag of file type.
370 (eww-update-field): Add point offset.
371 (eww-submit): Add submit with multipart/form-data.
372
373 2014-11-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
374
375 * net/eww.el (eww-render, eww-display-html, eww-setup-buffer):
376 Allow taking a buffer to render data in. This allows using several
377 eww buffers (bug#16211).
378
379 2014-11-10 Charles Rendleman <carendle@gmail.com> (tiny change)
380
381 * net/eww.el (eww-download-callback): Save only the file contents,
382 not the headers.
383
384 2014-11-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
385
386 * net/eww.el (eww-data): New plist to store all the data relevant
387 to a single page, used throughout the file instead of the
388 variables `eww-current-url', `eww-current-dom',
389 `eww-current-source', and `eww-current-title'.
390 (eww-readable): Copy over pertinent data from the parent page.
391 (eww-save-history): Don't let the history grow infinitely.
392
393 * net/eww.el: Remove `eww-next-url', `eww-previous-url',
394 `eww-up-url', `eww-home-url', `eww-start-url' and
395 `eww-contents-url' and put the data into the `eww-data' plist.
396 This allow restoring these values after going back in the history.
397
398 2014-11-10 Sylvain Chouleur <sylvain.chouleur@gmail.com> (tiny change)
399
400 Allow VTIMEZONE where daylight and standard time zones are equal.
401 See: http://lists.gnu.org/archive/html/emacs-devel/2014-11/msg00494.html
402 * calendar/icalendar.el (icalendar--convert-tz-offset):
403 Support timezone without daylight saving time.
404
405 2014-11-10 Glenn Morris <rgm@gnu.org>
406
407 * startup.el (command-line): Handle nil elements in load-path.
408
409 2014-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
410
411 * help.el (view-lossage): Include the actual commands run.
412
413 2014-11-10 Dmitry Gutov <dgutov@yandex.ru>
414
415 * vc/vc-dir.el (vc-dir-hide-state): Also hide `ignored' items when
416 no state is specified. (Bug#18964)
417
418 2014-11-09 Eric Ludlam <zappo@gnu.org>
419
420 * emacs-lisp/eieio-custom.el (eieio-customize-object):
421 Set eieio-cog (current group) to g, which is an improved form of input
422 group.
423
424 2014-11-09 Juri Linkov <juri@jurta.org>
425
426 * isearch.el (isearch-message-prefix): Show "Multi-file" and
427 "Multi-buffer" instead of "Multi". (Bug#13592)
428
429 * misearch.el (multi-isearch-file-list):
430 Autoload multi-isearch-buffer-list and multi-isearch-file-list.
431 (multi-isearch-end): Reset multi-isearch-buffer-list and
432 multi-isearch-file-list to nil.
433
434 2014-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
435
436 * emacs-lisp/bytecomp.el (byte-compile-initial-macro-environment):
437 Don't call byte-compile-preprocess since the result will go through
438 cconv.
439 (byte-compile-output-docform): Handle uninterned `name' correctly.
440 * emacs-lisp/cl-macs.el (cl-define-compiler-macro): Use interned name
441 to circumvent byte-compiler bug.
442
443 * emacs-lisp/macroexp.el (macroexp--expand-all): Fix typo.
444 (macroexp--compiler-macro): Remove left-over debug code.
445
446 * emacs-lisp/cl-extra.el (cl-get): Silence compiler warning.
447
448 2014-11-08 Juri Linkov <juri@jurta.org>
449
450 * simple.el (shell-command): Use buffer-name when output-buffer is
451 a buffer. (Bug#18096)
452
453 2014-11-08 Juri Linkov <juri@jurta.org>
454
455 * minibuffer.el (minibuffer-completion-help): Compare this-command
456 with completion-at-point. (Bug#17809)
457
458 2014-11-08 Glenn Morris <rgm@gnu.org>
459
460 * emacs-lisp/bytecomp.el (byte-compile-report-error):
461 Allow the argument to be a string. Due to the vague doc,
462 it was already being used this way.
463
464 2014-11-08 Michael Albinus <michael.albinus@gmx.de>
465
466 * net/tramp.el (tramp-check-cached-permissions): Include hop in
467 the constructed Tramp file name. (Bug#18943)
468
469 2014-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
470
471 * emulation/cua-base.el (cua--select-keymaps): Use region-active-p
472 (bug#18952).
473 (cua-set-mark, cua--post-command-handler-1):
474 * emulation/cua-gmrk.el (cua-cancel-global-mark): Same.
475
476 2014-11-08 Michael Albinus <michael.albinus@gmx.de>
477
478 * files.el (file-name-non-special): Wrap the call of
479 `insert-file-contents' by `unwind-protect', in order to set the
480 buffer's file name anyway. (Bug#18891)
481
482 2014-11-08 Alan Mackenzie <acm@muc.de>
483
484 Fix wrong bound to c-font-lock-declarators. Fixes bug #18948.
485 * progmodes/cc-fonts.el (c-font-lock-declarations):
486 Pass "(point-max)" as bound to c-font-lock-declarators, not "limit", as
487 the buffer is sometimes narrowed to less than "limit" (e.g., in
488 the presence of macros).
489
490 2014-11-08 Michael Albinus <michael.albinus@gmx.de>
491
492 * net/tramp.el (tramp-error-with-buffer): Show connection buffer
493 only when message appeared in minibuffer. (Bug#18891)
494
495 * net/tramp-adb.el (tramp-adb-handle-file-attributes):
496 * net/tramp-gvfs.el (tramp-gvfs-handle-file-attributes):
497 * net/tramp-sh.el (tramp-sh-handle-file-attributes): Return nil in
498 case of errors.
499
500 2014-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
501
502 * emacs-lisp/bytecomp.el (byte-compile-initial-macro-environment):
503 Don't compile before eval in `eval-and-compile'.
504 (byte-compile-arglist-warn): Add check for defining macros after their
505 first use. Check call use even if the function is fboundp.
506
507 2014-11-08 Richard Stallman <rms@gnu.org>
508
509 * mail/rmail.el (rmail-epa-decrypt): Detect armor with line prefixes.
510 Check more carefully for mime-part specified character set.
511 Check for mime-part Content Transfer Encoding.
512 Notify if no armor found.
513
514 2014-11-08 Martin Rudalics <rudalics@gmx.at>
515
516 * faces.el (face-set-after-frame-default): Enable running
517 `window-configuration-change-hook'.
518
519 2014-11-07 Juri Linkov <juri@jurta.org>
520
521 * replace.el: History for query replace pairs.
522 (query-replace-defaults): Promote to a list of cons cell. Doc fix.
523 (query-replace-from-to-separator): New variable.
524 (query-replace-read-from): Let-bind query-replace-from-to-history
525 to a list of FROM-TO strings created from query-replace-defaults
526 and separated by query-replace-from-to-separator. Use it as
527 the history while reading from the minibuffer. Split the returned
528 string by the separator to get FROM and TO parts, and add them
529 to the history variables.
530 (query-replace-read-to): Add FROM-TO pairs to query-replace-defaults.
531 (query-replace-regexp-eval): Let-bind query-replace-defaults to nil.
532 http://lists.gnu.org/archive/html/emacs-devel/2014-11/msg00253.html
533
534 * isearch.el (isearch-text-char-description): Keep characters
535 intact and put formatted strings with the `display' property.
536
537 2014-11-07 Martin Rudalics <rudalics@gmx.at>
538
539 * cus-start.el (frame-resize-pixelwise): Fix group.
540 (frame-inhibit-implied-resize): Add entry.
541
542 2014-11-07 Daiki Ueno <ueno@gnu.org>
543
544 * epa.el (epa-pinentry-mode): New user option.
545 (epa-sign-file, epa-encrypt-file, epa-decrypt-region)
546 (epa-sign-region, epa-encrypt-region): Respect epa-pinentry-mode.
547 * epa-file.el (epa-file-insert-file-contents)
548 (epa-file-write-region): Respect epa-pinentry-mode.
549
550 2014-11-07 Daiki Ueno <ueno@gnu.org>
551
552 * epg.el (epg--list-keys-1): Ignore fields after the 15th field
553 (bug#18979). Reported by Hideki Saito.
554
555 2014-11-06 Daiki Ueno <ueno@gnu.org>
556
557 * emacs-lisp/package.el (package--display-verify-error): New function.
558 (package--check-signature): Use it to display output sent to stderr.
559
560 2014-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
561
562 * subr.el (pop): Don't call the getter twice (bug#18968).
563
564 * emacs-lisp/macroexp.el (macroexp--expand-all): Optimize away trivial
565 uses of `funcall'.
566
567 2014-11-06 Daiki Ueno <ueno@gnu.org>
568
569 * epa.el (epa-error-buffer): New variable.
570 (epa-display-error): New function.
571 (epa-decrypt-file, epa-verify-file, epa-verify-region)
572 (epa-delete-keys, epa-import-keys): Display output sent to stderr.
573 (epa-sign-file, epa-sign-region, epa-encrypt-region)
574 (epa-export-keys, epa-insert-keys): Display output sent to stderr.
575 Use setf instead of epg-context-set-*.
576 * epa-file.el (epa-file-insert-file-contents):
577 Use epa-display-error instead of epa-display-info. Mimic the behavior
578 of jka-compr when decryption program is not found.
579 (epa-file-write-region): Use epa-display-error instead of
580 epa-display-info.
581
582 2014-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
583
584 * vc/vc.el (vc-region-history): New command.
585 (vc-print-log-internal): Use cl-some.
586
587 * vc/vc-git.el (vc-git-region-history): New function.
588 (vc-git-region-history-mode-map)
589 (vc-git--log-view-long-font-lock-keywords)
590 (vc-git-region-history-font-lock-keywords): New vars.
591 (vc-git-region-history-font-lock): New function.
592 (vc-git-region-history-mode): New major mode.
593
594 2014-11-05 Tassilo Horn <tsdh@gnu.org>
595
596 * net/eww.el (subr-x): Require subr-x at compile-time because eww
597 uses string-trim.
598
599 2014-11-05 Daiki Ueno <ueno@gnu.org>
600
601 * epg.el (epg-context): Add new slot ERROR-OUTPUT.
602 (epg-error-output): New buffer-local variable.
603 (epg--start): Initialize epg-error-output.
604 (epg--process-filter): Record output lines sent to stderr, in
605 epg-error-output.
606 (epg-wait-for-completion): Copy epg-error-output to ERROR-OUTPUT
607 slot of context.
608 * epa-file.el (epa-file-insert-file-contents): On error, display
609 output sent to stderr.
610 (epa-file-write-region): Likewise.
611
612 2014-11-05 Eli Zaretskii <eliz@gnu.org>
613
614 * jit-lock.el (jit-lock-stealth-fontify): Be tolerant to nil being
615 returned by load-average.
616
617 2014-11-05 Michael Albinus <michael.albinus@gmx.de>
618
619 * net/tramp-sh.el (tramp-do-copy-or-rename-file-via-buffer): Don't use
620 a local copy; setting `inhibit-file-name-handlers' proper might be
621 more performant. (Bug#18751)
622
623 2014-11-05 Glenn Morris <rgm@gnu.org>
624
625 * mail/emacsbug.el (report-emacs-bug): No longer include
626 recent-keys in the report. (Bug#18900)
627
628 2014-11-04 Paul Eggert <eggert@cs.ucla.edu>
629
630 * mouse.el (mouse-drag-line): Fix misspelling of "right-fringe".
631
632 2014-11-04 Teodor Zlatanov <tzz@lifelogs.com>
633
634 * net/eww.el (eww): Trim URL with `string-trim'.
635 Suggested by Vibhav Pant <vibhavp@gmail.com>.
636
637 2014-11-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
638
639 * net/eww.el (eww-score-readability): Don't count comments positively.
640
641 * net/shr.el (shr-retransform-dom): Typo fix.
642
643 * net/eww.el (eww-score-readability): Parse SVC images correctly.
644 (eww-display-html): Don't leave point inside forms.
645
646 * net/shr.el: Ditto.
647
648 2014-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
649
650 * emacs-lisp/edebug.el (edebug-safe-prin1-to-string): Assume that
651 edebug-prin1-to-string already handles circularity.
652
653 * emacs-lisp/byte-run.el (defun-declarations-alist): Fix compiler-macro
654 autoloading when specified as a lambda.
655
656 * simple.el (execute-extended-command--last-typed): New var.
657 (read-extended-command): Set it.
658 Don't complete obsolete commands.
659 (execute-extended-command--shorter-1)
660 (execute-extended-command--shorter): New functions.
661 (execute-extended-command): Use them to suggest shorter names.
662 (indicate-copied-region, deactivate-mark): Use region-active-p.
663
664 2014-11-03 Michael Albinus <michael.albinus@gmx.de>
665
666 * net/tramp-sh.el (tramp-do-copy-or-rename-file-via-buffer): Use a
667 local copy of FILENAME, when it is remote. (Bug#18751)
668
669 * net/tramp-adb.el (tramp-adb-handle-process-file): Do not raise
670 an error when the command fails; the return code must indicate.
671 (tramp-adb-send-command-and-check): Fix docstring.
672
673 2014-11-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
674
675 * net/shr.el (shr-retransform-dom): Don't ignore elements that
676 have no children like <br />.
677
678 * net/eww.el (eww-display-html): Clear `url-queue'.
679 (eww-display-pdf): New function.
680 (eww-render): Display PDFs with `doc-view'.
681 (url-queue): Require `url-queue' to avoid compilation warning.
682 (eww-colorize-region): Remove duplicate function.
683 (eww-tag-body): Use `shr-colorize-region'.
684
685 2014-11-03 Yoni Rabkin <yrk@gnu.org>
686
687 * net/eww.el (eww-list-bookmarks): Autoload.
688
689 2014-11-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
690
691 * net/shr.el (shr-retransform-dom): Allow several text sub-nodes.
692
693 * net/eww.el (eww-display-html): The charset is called `utf-8',
694 not `utf8'.
695 (eww-readable): Decode the saved text correctly.
696 (eww-readable): Save the history before displaying so that we can
697 go back to the non-readable version.
698 (eww-display-html): Don't try to decode the text if we've been
699 passed in a pre-parsed DOM.
700 (eww-tag-title): Remove newlines and extra whitespace from the
701 displayed title.
702
703 2014-11-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
704
705 * net/eww.el (eww-readable): New command and keystroke.
706
707 * net/shr.el (shr-retransform-dom): New function.
708
709 * net/eww.el (eww-display-html): Set `eww-current-source' in the
710 correct buffer.
711 (eww-view-source): Use it.
712
713 2014-11-02 Ivan Shmakov <ivan@siamics.net>
714
715 * net/eww.el (eww): Recognize colon-delimited IPv6 addresses.
716 (Bug#18603).
717
718 2014-11-02 Brian McKenna <brian@brianmckenna.org> (tiny change)
719
720 * net/eww.el (eww-submit): Encode empty form values as "". (Bug#17785).
721
722 2014-11-02 Ivan Shmakov <ivan@siamics.net>
723
724 * net/eww.el (eww): Allow "file:/file/name" URLs. (Bug#18825).
725
726 2014-11-02 Ivan Shmakov <ivan@siamics.net>
727
728 * net/eww.el (eww-mode-map): Remove mentions of `eww-quit'.
729 (Bug#18834).
730
731 2014-11-02 Eric Abrahamsen <eric@ericabrahamsen.net>
732
733 * emacs-lisp/eieio.el (eieio-edebug-prin1-to-string): Adjust for
734 use as advice.
735 (edebug-setup-hook): Advise `edebug-prin1-to-string'. (Bug#18897)
736
737 2014-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
738
739 * emacs-lisp/pp.el (pp-macroexpand-expression): Use macroexpand-1
740 (bug#18821).
741 * progmodes/elisp-mode.el (emacs-lisp-macroexpand): Idem.
742
743 2014-11-01 Michael R. Mauger <michael@mauger.com>
744
745 * sql.el (sql-mode-oracle-font-lock-keywords): Correct regexp
746 syntax, add new keywords, and parse longer keywords first.
747 (sql-redirect-one): Protect against empty command.
748 (sql-mode, sql-interactive-mode): Set `custom-mode-group' property
749 to SQL. (Bug#14759)
750
751 2014-11-01 Michael R. Mauger <michael@mauger.com>
752
753 * sql.el (sql-interactive-mode, sql-stop): Correct fix for
754 Bug#16814 with let-bind of comint-input-ring variables around read
755 and save functions.
756
757 2014-11-01 Michael Albinus <michael.albinus@gmx.de>
758
759 * net/tramp-cache.el (tramp-get-file-property)
760 (tramp-set-file-property): Check that `tramp-cache-get-count-*'
761 and `tramp-cache-set-count-*' are bound. Otherwise, there might
762 be compiler warnings.
763
764 * net/tramp-sh.el (tramp-get-remote-uid, tramp-get-remote-gid):
765 Return -1 respective "UNKNOWN", if uid or gid cannot be determined.
766
767 2014-11-01 Eli Zaretskii <eliz@gnu.org>
768
769 * progmodes/compile.el (compilation-mode): Turn off deferred
770 fontifications locally. (Bug#18856)
771
772 2014-11-01 Wolfgang Jenkner <wjenkner@inode.at>
773
774 * net/tramp-sh.el (tramp-send-command): Fix the case where the
775 remote-echo connection property is non-nil (bug#18858).
776
777 2014-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
778
779 * simple.el (newline): Add assertions to try and help catch bug#18913.
780
781 * emulation/cua-base.el (cua-delete-region): Use delete-active-region
782 (bug#18886).
783 (cua--last-deleted-region-pos, cua--last-deleted-region-text): Remove.
784
785 2014-11-01 Kim F. Storm <storm@cua.dk>
786
787 Restore cua-delete-copy-to-register-0 and M-v command (bug#18886).
788 * delsel.el (delete-selection-save-to-register)
789 (delsel--replace-text-or-position): New vars.
790 (delete-active-region): Use them.
791 (delete-selection-repeat-replace-region): New command, moved from
792 cua-base.el.
793 * emulation/cua-base.el (cua--repeat-replace-text): Remove var.
794 (cua-repeat-replace-region): Move command to delsel.el.
795 (cua--init-keymaps): Update binding accordingly.
796 (cua-mode): Set delete-selection-save-to-register.
797
798 2014-11-01 Alan Mackenzie <acm@muc.de>
799
800 Make blink-parens work with a closing template delimiter.
801 * progmodes/cc-cmds.el (c-electric-lt-gt): Cause a redisplay
802 before calling blink-paren-function, so as to apply syntax-table
803 properties to the ">".
804
805 2014-11-01 Jan Djärv <jan.h.d@swipnet.se>
806
807 * select.el (gui-get-selection): Comment: data-type ignored on NS.
808
809 2014-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
810
811 * emacs-lisp/macroexp.el (macroexpand-1): New function (bug#18821).
812 (macroexp--expand-all): Unrelated tweaks.
813
814 * emacs-lisp/gv.el (gv-get): Use macroexpand-1.
815
816 2014-10-30 Glenn Morris <rgm@gnu.org>
817
818 * startup.el (command-line): Remove pointless attempt to avoid
819 statting the file-system (which expand-file-name doesn't do).
820
821 2014-10-30 Daniel Colascione <dancol@dancol.org>
822
823 Add "enum class" support to C++ mode.
824 * progmodes/cc-langs.el (c-after-brace-list-decl-kwds)
825 (c-after-brace-list-key): New language consts/variables.
826 * progmodes/cc-engine.el (c-looking-at-decl-block):
827 Exclude spurious match of "enum struct" from decl-block recognition.
828 (c-backward-colon-prefixed-type): New function.
829 (c-backward-over-enum-header): Call above function to extend
830 recognition of enum structure.
831
832 2014-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
833
834 * progmodes/cc-defs.el (c--macroexpand-all): New function (bug#18845).
835 (c-lang-defconst):
836 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Use it.
837
838 2014-10-30 Eli Zaretskii <eliz@gnu.org>
839
840 * progmodes/compile.el (compilation-start):
841 If compilation-scroll-output is non-nil, don't force window-start of
842 the compilation buffer to be at beginning of buffer. (Bug#18874)
843
844 * startup.el (fancy-about-text): Read the entire tutorial, not
845 just its first 256 bytes. (Bug#18760)
846
847 2014-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
848
849 * emacs-lisp/bytecomp.el: Require cl-extra (bug#18804).
850 * emacs-lisp/cl-extra.el: Add missing provide.
851
852 * emacs-lisp/bytecomp.el (byte-compile-and-folded): Optimize case where
853 all args are copyable (bug#18767).
854 (=, <, >, <=, >=): Re-enable the optimization.
855
856 2014-10-29 Glenn Morris <rgm@gnu.org>
857
858 * net/rcirc.el (rcirc-fill-column): Unbump :version. Mark :risky.
859
860 * version.el (emacs-bzr-version, emacs-bzr-get-version):
861 Revert 2014-10-26 change.
862
863 2014-10-29 Paul Eggert <eggert@cs.ucla.edu>
864
865 Simplify use of current-time and friends.
866 * allout-widgets.el (allout-widgets-hook-error-handler):
867 * calendar/appt.el (appt-display-message):
868 * calendar/icalendar.el (icalendar--convert-float-to-ical):
869 * calendar/timeclock.el (timeclock-in, timeclock-when-to-leave)
870 (timeclock-last-period, timeclock-day-base):
871 * eshell/em-ls.el (eshell-ls-file):
872 * eshell/esh-util.el (eshell-parse-ange-ls):
873 * generic-x.el (named-database-print-serial):
874 * net/newst-backend.el (newsticker--get-news-by-url-callback)
875 (newsticker-get-news, newsticker--sentinel-work)
876 (newsticker--image-get, newsticker--image-sentinel):
877 * net/tramp-sh.el (tramp-get-remote-touch):
878 * progmodes/opascal.el (opascal-debug-log):
879 * textmodes/remember.el (remember-mail-date)
880 (remember-store-in-files):
881 * vc/vc-annotate.el (vc-annotate-display-autoscale)
882 (vc-default-annotate-current-time):
883 * vc/vc-bzr.el (vc-bzr-shelve-snapshot):
884 * vc/vc-cvs.el (vc-cvs-annotate-current-time):
885 * vc/vc-rcs.el (vc-rcs-annotate-current-time):
886 Omit unnecessary call to current-time.
887 * calendar/time-date.el (time-to-seconds) [!float-time]:
888 * vc/vc-annotate.el (vc-annotate-convert-time):
889 Use current time if arg is nil, to be compatible with float-time.
890 (time-date--day-in-year): New function, with most of the guts of
891 the old time-to-day-in-year.
892 (time-to-day-in-year): Use it.
893 (time-to-days): Use it, to avoid decoding the same time stamp twice.
894 * calendar/timeclock.el (timeclock-time-to-date):
895 Arg is now optional, like current-time-string.
896 (timeclock-update-mode-line):
897 Don't call current-time twice to get the current time stamp,
898 as this can lead to inconsistent results.
899 * completion.el (cmpl-hours-since-origin):
900 * ido.el (ido-time-stamp):
901 * vc/vc-annotate.el (vc-annotate-convert-time):
902 Simplify by using float-time.
903 * completion.el (save-completions-to-file):
904 Rename local var to avoid confusion.
905 * net/rcirc.el (rcirc-float-time): Simplify to an alias because
906 time-to-seconds now behaves like float-time with respect to nil arg.
907 * subr.el (progress-reporter-do-update):
908 Don't call float-time unless needed.
909
910 2014-10-29 Leo Liu <sdl.web@gmail.com>
911
912 * net/rcirc.el (rcirc-fill-column): Use function.
913 (rcirc-markup-fill): Remove adjustment.
914
915 2014-10-28 Christopher Schmidt <ch@ristopher.com>
916
917 * calc/calc.el (quick-calc):
918 * calc/calc-aent.el (calc-do-quick-calc): New argument INSERT.
919
920 2014-10-28 Sam Steingold <sds@gnu.org>
921
922 * net/rcirc.el (rcirc-fill-column): Allow any symbolic value for
923 the sake of `window-body-width' (in addition to `frame-width').
924
925 2014-10-26 Eric S. Raymond <esr@thyrsus.com>
926
927 * version.el: Fix some fallback values to conform to the actual
928 release number.
929
930 2014-10-25 Eric S. Raymond <esr@thyrsus.com>
931
932 * Makefile.in: Change some production names so they're neutral
933 about the repository type.
934
935 2014-10-25 Michael Albinus <michael.albinus@gmx.de>
936
937 * net/tramp-gvfs.el (tramp-gvfs-methods-mounttracker)
938 (tramp-gvfs-mountlocation-signature): Check `tramp-gvfs-enabled'
939 during initialization. (Bug#18774)
940
941 2014-10-25 Vincent Belaïche <vincentb1@users.sourceforge.net>
942
943 * ses.el (macroexp): Add require for this package, so that
944 function `ses--cell' gets macroexp-quote --- this change was
945 supposed to be in my previous commit, but left out by mistake.
946 (ses--cell): Do not make formula a macroexp-quote of value when
947 value, not formula, is *skip*.
948
949 2014-10-24 Vincent Belaïche <vincentb1@users.sourceforge.net>
950
951 * ses.el (macroexp): Add require for this package, so that function
952 `ses--cell gets macroexp-quote.
953 (ses--cell): Makes formula a macroexp-quote of value when formula
954 is nil. The rationale of this changr is to allow in the future
955 shorter SES files, e.g. we could have only `(ses-cell A1 1.0)'
956 instead of `(ses-cell A1 1.0 1.0 nil REFLIST)'. In such a case
957 reference list REFLIST would be re-computed after load --- thus
958 trading off load time against file size.
959
960 * emacs-lisp/package.el (package--alist-to-plist-args):
961 Use macroexp-quote instead of a lambda expression which has the same
962 content as macroexp-quote.
963 (macroexp): Add require for this package, so that function
964 `package--alist-to-plist-args' gets macroexp-quote.
965
966 * emacs-lisp/macroexp.el (macroexp-quote): New defun.
967
968 2014-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
969
970 * term/ns-win.el (ns-store-cut-buffer-internal)
971 (ns-copy-including-secondary): Use gui-set-selection (bug#18816).
972
973 2014-10-24 Martin Rudalics <rudalics@gmx.at>
974
975 * mouse.el (mouse-drag-line): Don't use mouse-pixel-position.
976 Calculate increment from last position instead of window edge.
977 Add right- and bottom-divider bindings to transient map.
978
979 2014-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
980
981 * emacs-lisp/cl-macs.el (cl-defstruct): Define an internal predicate
982 even if :predicate was nil, for the benefit of typep.
983 Record the name of the predicate for typep's use.
984 (cl--make-type-test): Use pcase. Obey new
985 cl-deftype-satisfies property.
986
987 * epg.el: Use cl-defstruct.
988 (epg-make-data-from-file, epg-make-data-from-string, epg-data-file)
989 (epg-data-string): Define via cl-defstruct.
990 (epg--gv-nreverse): New macro.
991 (epg-context--make): New constructor (provided vi cl-defstruct).
992 (epg-make-context): Rewrite using it.
993 (epg-context-protocol, epg-context-program)
994 (epg-context-home-directory, epg-context-armor, epg-context-textmode)
995 (epg-context-include-certs, epg-context-cipher-algorithm)
996 (epg-context-digest-algorithm, epg-context-compress-algorithm)
997 (epg-context-passphrase-callback, epg-context-progress-callback)
998 (epg-context-signers, epg-context-sig-notations, epg-context-process)
999 (epg-context-output-file, epg-context-result, epg-context-operation)
1000 (epg-context-pinentry-mode): Define using cl-defstruct.
1001 (epg-context-set-protocol, epg-context-set-program)
1002 (epg-context-set-include-certs, epg-context-set-cipher-algorithm)
1003 (epg-context-set-digest-algorithm)
1004 (epg-context-set-sig-notations, epg-context-set-process)
1005 (epg-context-set-output-file, epg-context-set-result)
1006 (epg-context-set-operation, epg-context-set-pinentry-mode)
1007 (epg-context-set-compress-algorithm): Remove. Use setf instead.
1008 (epg-context-set-armor, epg-context-set-textmode)
1009 (epg-context-set-signers): Redefine using setf
1010 and declare as obsolete.
1011 (epg-context-set-passphrase-callback)
1012 (epg-context-set-progress-callback): Use setf.
1013 (epg-signature-notations): Rename from epg-sig-notations.
1014 (epg-make-signature, epg-signature-status, epg-signature-key-id)
1015 (epg-signature-validity, epg-signature-fingerprint)
1016 (epg-signature-creation-time, epg-signature-expiration-time)
1017 (epg-signature-pubkey-algorithm, epg-signature-digest-algorithm)
1018 (epg-signature-class, epg-signature-version): Define vi cl-defstruct.
1019 (epg-signature-set-status, epg-signature-set-key-id)
1020 (epg-signature-set-validity, epg-signature-set-fingerprint)
1021 (epg-signature-set-creation-time, epg-signature-set-expiration-time)
1022 (epg-signature-set-pubkey-algorithm)
1023 (epg-signature-set-digest-algorithm, epg-signature-set-class)
1024 (epg-signature-set-version, epg-signature-set-notations): Remove.
1025 Use setf instead.
1026 (epg-make-new-signature, epg-new-signature-type)
1027 (epg-new-signature-pubkey-algorithm)
1028 (epg-new-signature-digest-algorithm, epg-new-signature-class)
1029 (epg-new-signature-creation-time, epg-new-signature-fingerprint):
1030 Define using cl-defstruct.
1031 (epg-make-key, epg-key-owner-trust, epg-key-sub-key-list)
1032 (epg-key-user-id-list): Define using cl-defstruct.
1033 (epg-key-set-sub-key-list, epg-key-set-user-id-list): Remove.
1034 Use setf instead.
1035 (epg-make-sub-key, epg-sub-key-validity, epg-sub-key-capability)
1036 (epg-sub-key-secret-p, epg-sub-key-algorithm, epg-sub-key-length)
1037 (epg-sub-key-id, epg-sub-key-creation-time)
1038 (epg-sub-key-expiration-time, epg-sub-key-fingerprint): Define using
1039 cl-defstruct.
1040 (epg-sub-key-set-fingerprint): Remove. Use setf instead.
1041 (epg-make-user-id, epg-user-id-validity, epg-user-id-string)
1042 (epg-user-id-signature-list): Define using cl-defstruct.
1043 (epg-user-id-set-signature-list): Remove. Use setf instead.
1044 (epg-make-key-signature, epg-key-signature-validity)
1045 (epg-key-signature-pubkey-algorithm, epg-key-signature-key-id)
1046 (epg-key-signature-creation-time, epg-key-signature-expiration-time)
1047 (epg-key-signature-user-id, epg-key-signature-class)
1048 (epg-key-signature-exportable-p): Define using cl-defstruct.
1049 (epg-make-sig-notation, epg-sig-notation-name)
1050 (epg-sig-notation-value, epg-sig-notation-human-readable)
1051 (epg-sig-notation-critical): Define using cl-defstruct.
1052 (epg-sig-notation-set-value): Remove. Use setf instead.
1053 (epg-make-import-status, epg-import-status-fingerprint)
1054 (epg-import-status-reason, epg-import-status-new)
1055 (epg-import-status-user-id, epg-import-status-signature)
1056 (epg-import-status-sub-key, epg-import-status-secret): Define using
1057 cl-defstruct.
1058 (epg-make-import-result, epg-import-result-considered)
1059 (epg-import-result-no-user-id, epg-import-result-imported)
1060 (epg-import-result-imported-rsa, epg-import-result-unchanged)
1061 (epg-import-result-new-user-ids, epg-import-result-new-sub-keys)
1062 (epg-import-result-new-signatures, epg-import-result-new-revocations)
1063 (epg-import-result-secret-read, epg-import-result-secret-imported)
1064 (epg-import-result-secret-unchanged, epg-import-result-not-imported)
1065 (epg-import-result-imports): Define using cl-defstruct.
1066
1067 * emacs-lisp/package.el: Require EPG during macroexpansion.
1068 (package--check-signature, package-import-keyring): Use setf instead of
1069 epg-context-set-home-directory.
1070
1071 2014-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
1072
1073 * emacs-lisp/bytecomp.el (byte-compile--use-old-handlers): Change default.
1074
1075 2014-10-23 Leo Liu <sdl.web@gmail.com>
1076
1077 * progmodes/cfengine.el (cfengine3-defun-full-re): New var.
1078 (cfengine3-create-imenu-index): Use it and use ` ' for separation.
1079 (cfengine3-current-defun): New function.
1080 (cfengine3-mode): Set add-log-current-defun-function.
1081
1082 2014-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
1083
1084 * select.el: Use lexical-binding.
1085 (gui-set-selection): Provide an implementation for non-GUI frames
1086 (bug#18791).
1087 * term/x-win.el: Use lexical-binding.
1088 (x-clipboard-yank): Fix up missed renamings.
1089 * term/w32-win.el (libgif-version, libjpeg-version): Silence compiler.
1090 (w32--set-selection): Fix up var names.
1091 * term/pc-win.el: Use lexical-binding.
1092 (w16-selection-exists-p): Silence compiler warning.
1093 (w16-selection-owner-p): Fix up missed renamings.
1094
1095 * emacs-lisp/bytecomp.el (byte-compile-form): Remove left-over debug.
1096
1097 * frame.el (frame-notice-user-settings): Fix excessive quoting.
1098
1099 2014-10-22 Tassilo Horn <tsdh@gnu.org>
1100
1101 * doc-view.el (doc-view-open-text): View the document's plain text
1102 in the current buffer instead of a new one.
1103 (doc-view-toggle-display): Handle the case where the current
1104 buffer contains the plain text contents of the document.
1105 (doc-view-initiate-display): Don't switch to fallback mode if the
1106 user wants to view the doc's plain text.
1107 (doc-view-set-doc-type): Use assoc-string instead of
1108 assoc-ignore-case.
1109
1110 2014-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
1111
1112 * subr.el (read-key): Fix clicks on the mode-line.
1113 (set-transient-map): Return exit function.
1114
1115 * mouse.el (mouse-drag-line): Use set-transient-map (bug#18015).
1116 (mouse--down-1-maybe-follows-link): Remove unused var `this-event'.
1117 (mouse-yank-secondary): Use gui-get-selection.
1118 (mouse--down-1-maybe-follows-link): Use read-key.
1119
1120 * xt-mouse.el: Add `event-kind' property on the fly from
1121 xterm-mouse-translate-1 rather than statically at the outset.
1122
1123 2014-10-21 Daniel Colascione <dancol@dancol.org>
1124
1125 * vc/vc-dispatcher.el (vc-resynch-window): Tell view-mode not to
1126 change window configuration when we turn it off.
1127
1128 2014-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
1129
1130 Get rid of backend-dependent selection-handling functions for kill/yank
1131 and make it generic instead by relying on the lower-level selection
1132 management functions.
1133
1134 * select.el (select-enable-clipboard): Rename from
1135 gui-select-enable-clipboard.
1136 (select-enable-primary): Move from x-win.el and rename from
1137 x-select-enable-primary.
1138 (gui-last-selected-text): Remove.
1139 (gui--last-selected-text-clipboard, gui--last-selected-text-primary):
1140 New vars.
1141 (gui-select-text): Rewrite, based on x-win.el's old x-select-text.
1142 (gui-select-text-alist, gui-selection-value-alist): Remove.
1143 (x-select-request-type): Move from x-win.el.
1144 (gui--selection-value-internal): New function, taken from x-win's
1145 x-selection-value-internal.
1146 (gui-selection-value): Rewrite, based on x-win.el's old x-selection-value.
1147 (gui-set-selection-alist): Rename from gui-own-selection-alist and
1148 extend it to handle a nil value as a "disown" request.
1149 (gui-disown-selection-alist): Remove.
1150 (xselect-convert-to-delete): Adjust accordingly.
1151 (gui-set-selection): Simplify accordingly as well. Use dotimes.
1152
1153 * term/x-win.el (x-last-selected-text-primary)
1154 (x-select-enable-primary): Remove (moved to select.el).
1155 (x-select-request-type): Move to select.el.
1156 (x-selection-value-internal, x--selection-value): Remove functions.
1157 (gui-selection-value, gui-select-text): Remove moethods.
1158 (gui-set-selection): Merge own and disown methods.
1159
1160 * term/w32-win.el (w32--select-text, w32--get-selection-value):
1161 Delete function (move functionality into w32--set-selection and
1162 w32--get-selection).
1163 (gui-select-text, gui-selection-value): Don't define methods.
1164 (w32--set-selection, w32--get-selection, w32--selection-owner-p):
1165 New functions.
1166 (gui-get-selection, gui-selection-owner-p, gui-selection-exists-p):
1167 Use them.
1168 (gui-selection-exists-p): Adjust to new name of C primitive.
1169
1170 * term/pc-win.el (w16-get-selection-value): Add dummy argument and drop
1171 test of gui-select-enable-clipboard, to make it usable as
1172 a gui-get-selection method.
1173 (gui-selection-exists-p): Adjust to new name of C primitive.
1174 (gui-set-selection): Merge own and disown methods.
1175 (gui-select-text, gui-selection-value): Delete methods.
1176 (w16--select-text): Delete function.
1177
1178 * term/ns-win.el (ns-get-pasteboard, ns-set-pasteboard)
1179 (ns-selection-value): Remove functions.
1180 (gui-select-text, gui-selection-value): Don't define method any more.
1181 (gui-set-selection): Merge the old own and disown methods.
1182 (gui-selection-exists-p, gui-get-selection): Adjust to new name of
1183 underlying C primitive.
1184
1185 * startup.el (command-line): Adjust now that `gui-method' expects nil
1186 for ttys.
1187
1188 * frame.el (gui-method): Use window-system rather than framep.
1189 (gui-method-declare): The tty case is now nil rather than t.
1190 (make-frame): Adjust accordingly.
1191
1192 2014-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
1193
1194 * net/newst-reader.el (newsticker--image-read): Simplify.
1195 (newsticker--icon-read): Use dolist and fix free var error.
1196
1197 * imenu.el (imenu--menubar-keymap): New var.
1198 (imenu-add-to-menubar): Set it to remember the keymap we used.
1199 (imenu-update-menubar): Use it instead of asking lookup-key.
1200
1201 * obsolete/cc-compat.el: Make obsolete (bug#18561).
1202
1203 * epg-config.el (epg-gpg-program): Don't use absolute names by default.
1204
1205 * emacs-lisp/bytecomp.el (=, <, >, <=, >=): Don't optimize multi-arg
1206 case (bug#18767).
1207
1208 2014-10-21 Glenn Morris <rgm@gnu.org>
1209
1210 * Merge in all changes up to version 24.4 release.
1211
1212 2014-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
1213
1214 * emacs-lisp/bytecomp.el (=, <, >, <=, >=): Don't optimize multi-arg
1215 case (bug#18767).
1216
1217 2014-10-20 Glenn Morris <rgm@gnu.org>
1218
1219 * Merge in all changes up to 24.4 release.
1220
1221 2014-10-20 Ulf Jasper <ulf.jasper@web.de>
1222
1223 * net/newst-backend.el
1224 (newsticker--image-download-by-url-callback): Make this function
1225 actually work: Check status properly, then save image.
1226
1227 2014-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
1228
1229 * mouse.el (mouse--down-1-maybe-follows-link): Remove unused var
1230 `this-event'.
1231 (mouse-drag-line): Unless there's no actual mouse, use the event's
1232 position info.
1233
1234 2014-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
1235
1236 * textmodes/css-mode.el (scss-mode): New major-mode.
1237 (css-mode-syntax-table): Use d style comment, to ease the scss case.
1238 (css-ident-re): Allow things like @-moz-keyframes.
1239 (scss--hash-re): New const.
1240 (css--font-lock-keywords): New function, extracted from
1241 css-font-lock-keywords.
1242
1243 2014-10-19 Ulf Jasper <ulf.jasper@web.de>
1244
1245 * net/newst-backend.el: Require url-parse.
1246 (newsticker--get-news-by-wget): Store feed name as process property.
1247 (newsticker--sentinel): Read feed name from process property.
1248 (newsticker--sentinel-work): Rename argument name to feed-name.
1249 Rename variable imageurl to image-url. Pick icon url from Atom
1250 1.0 data. Launch download of feed icon.
1251 (newsticker--get-icon-url-atom-1.0): New.
1252 (newsticker--unxml)
1253 (newsticker--unxml-node)
1254 (newsticker--unxml-attribute): Documentation.
1255 (newsticker--icons-dir): New.
1256 (newsticker--image-get): New arguments FILENAME and DIRECTORY.
1257 Use `url-retrieve' if `newsticker-retrieval-method' is 'intern.
1258 (newsticker--image-download-by-wget): New. Use process properties
1259 for storing informations.
1260 (newsticker--image-sentinel): Read informations from process properties.
1261 (newsticker--image-save)
1262 (newsticker--image-remove)
1263 (newsticker--image-download-by-url)
1264 (newsticker--image-download-by-url-callback): New.
1265 (newsticker-opml-export): Handle url list entries containing a
1266 function instead of an url string.
1267
1268 * net/newst-reader.el (newsticker-html-renderer): Whitespace.
1269 (newsticker--print-extra-elements)
1270 (newsticker--do-print-extra-element):
1271 Documentation (newsticker--image-read): Optionally limit image height.
1272 Use imagemagick if possible.
1273 (newsticker--icon-read): New.
1274
1275 * net/newst-treeview.el (newsticker--treeview-item-show): Limit height of feed logo.
1276 (newsticker--treeview-tree-expand): Use feed icons in treeview.
1277 (newsticker--tree-widget-icon-create): New. Set the tree widget icon.
1278 (newsticker--tree-widget-leaf-icon): Use feed icon.
1279
1280 2014-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
1281
1282 * emacs-lisp/eieio-opt.el (eieio-lambda-arglist): Remove.
1283 Use help-function-arglist instead.
1284
1285 * emacs-lisp/eieio-core.el (eieio-compiled-function-arglist): Remove.
1286 (eieio--with-scoped-class): Use `declare'.
1287 (eieio-defclass): Remove compatibility code.
1288 (no-method-definition, no-next-method, inconsistent-class-hierarchy)
1289 (invalid-slot-type, unbound-slot, invalid-slot-name): Use define-error.
1290
1291 2014-10-18 Jan Djärv <jan.h.d@swipnet.se>
1292
1293 * cus-start.el (x-gtk-whole-detached-tool-bar): Remove.
1294
1295 * term/x-win.el (x-gtk-stock-map): Add icon names suggested as
1296 replacements to stock names before stock names in a list.
1297 Cdr may be a list, each name is tried in turn until one is found.
1298
1299 2014-10-18 Alan Mackenzie <acm@muc.de>
1300
1301 Check that a "macro" found near point-min isn't a ## operator.
1302 Fixes bug #18749.
1303 * progmodes/cc-engine.el (c-macro-is-genuine-p): New function.
1304 (c-beginning-of-macro): Use the above new function.
1305
1306 2014-10-18 Teodor Zlatanov <tzz@lifelogs.com>
1307
1308 * net/gnutls.el (gnutls-negotiate): Don't use cl-mapcan; pass
1309 correct data to `gnutls-boot' (Bug#18664).
1310 Reported by Toke Høiland-Jørgensen <toke@toke.dk>.
1311
1312 2014-10-18 Michal Nazarewicz <mina86@mina86.com>
1313
1314 * whitespace.el (whitespace-style, whitespace-big-indent)
1315 (whitespace-big-indent-regexp, whitespace-style-value-list)
1316 (whitespace-toggle-option-alist, whitespace-interactive-char)
1317 (whitespace-toggle-options)
1318 (global-whitespace-toggle-options, whitespace-help-text)
1319 (whitespace-style-face-p, whitespace-color-on): Add a 'big-indent
1320 style to `whitespace-mode' to indicate that the line indentation
1321 is too deep. By default, 32 SPACEs or four TABs are considered
1322 too many but `whitespace-big-indent-regexp' can be configured.
1323
1324 2014-10-17 Michal Nazarewicz <mina86@mina86.com>
1325
1326 * textmodes/tildify.el (tildify--pick-alist-entry): Rename from
1327 tildify-mode-alist.
1328
1329 2014-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
1330
1331 * emacs-lisp/eieio.el: Use lexical-binding drop non-GV fallback.
1332 (defclass, defgeneric, defmethod): Add doc-string position.
1333 (with-slots): Require cl-lib.
1334
1335 * emacs-lisp/eieio-core.el: Use lexical-binding and cl-lib.
1336 (list-of): New type.
1337 (eieio--typep): Remove.
1338 (eieio-perform-slot-validation): Use cl-typep instead.
1339
1340 * emacs-lisp/eieio-base.el: Use lexical-binding and cl-lib.
1341
1342 * emacs-lisp/cl-macs.el (cl--make-type-test): Avoid ((lambda ..) ..).
1343
1344 2014-10-16 Alan Mackenzie <acm@muc.de>
1345
1346 Trigger showing when point is in the "periphery" of a line or just
1347 inside a paren.
1348 * paren.el (show-paren-style, show-paren-delay)
1349 (show-paren-priority, show-paren-ring-bell-on-mismatch):
1350 Remove superfluous :group specifications.
1351 (show-paren-when-point-inside-paren)
1352 (show-paren-when-point-in-periphery): New customizable variables.
1353 (show-paren-highlight-openparen): Make into a defcustom.
1354 (show-paren--unescaped-p, show-paren--categorize-paren)
1355 (show-paren--locate-near-paren): New defuns.
1356 (show-paren--default): Refaactor and trigger on more paren
1357 positions.
1358 (show-paren-function): Small consequential changes.
1359
1360 2014-10-16 Tom Tromey <tom@tromey.com>
1361
1362 * files.el (auto-mode-alist): Use javascript-mode for .jsm
1363 (bug #18719).
1364
1365 2014-10-16 Eli Zaretskii <eliz@gnu.org>
1366
1367 * international/characters.el (bracket-type): Force pre-loading of
1368 uni-brackets.el.
1369
1370 2014-10-16 Alan Mackenzie <acm@muc.de>
1371
1372 * cus-edit.el (custom-command-apply): Specify the return value in
1373 the doc string.
1374 (Custom-reset-standard): Save custom-file (e.g. .emacs) only when
1375 custom-command-apply has returned non-nil.
1376
1377 2014-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
1378
1379 * emacs-lisp/eldoc.el (global-eldoc-mode): Enable by default.
1380 Remove incorrect handling of eldoc-print-after-edit.
1381 (eldoc-message-commands, eldoc-last-data): Use defvar.
1382 * loadup.el (emacs-lisp/eldoc): Load it.
1383
1384 * progmodes/m4-mode.el (m4-syntax-propertize): New var.
1385 (m4-mode): Use it.
1386 (m4--quoted-p): New function.
1387 (m4-font-lock-keywords): Don't handle #..\n comments any more.
1388 (m4-mode-syntax-table): Use punctuation syntax (according to m4 manual)
1389 for most special characters.
1390
1391 * progmodes/compile.el (compilation--previous-directory): Simplify.
1392 (compilation-next-error): Ensure the parse before we look at
1393 compilation-message property.
1394
1395 2014-10-15 Eli Zaretskii <eliz@gnu.org>
1396
1397 * simple.el (what-cursor-position):
1398 * descr-text.el (describe-char): Update to support the new bidi
1399 characters.
1400
1401 * emacs-lisp/tabulated-list.el (tabulated-list-mode):
1402 Force bidi-paragraph-direction to 'left-to-right'. This fixes
1403 buffer-menu display when the first buffer happens to start with
1404 R2L letter.
1405
1406 2014-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
1407
1408 * progmodes/elisp-mode.el (elisp--local-variables-1):
1409 Handle quoted expressions (bug#18688).
1410
1411 2014-10-14 Jérémy Compostella <jeremy.compostella@intel.com>
1412 Michael Albinus <michael.albinus@gmx.de>
1413
1414 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell):
1415 Reduce the amount of set environment variable commands.
1416
1417 2014-10-12 Fabián Ezequiel Gallina <fgallina@gnu.org>
1418
1419 Fix import completion. (Bug#18582)
1420 * progmodes/python.el (python-shell-completion-get-completions):
1421 Fix import case regexp.
1422
1423 2014-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
1424
1425 * progmodes/bat-mode.el (bat-font-lock-keywords): Fix \\<_ typo
1426 (bug#18622). Reported by Arni Magnusson <arnima@hafro.is>.
1427 * progmodes/prolog.el (prolog-electric--underscore): Same.
1428
1429 2014-10-12 Michael Albinus <michael.albinus@gmx.de>
1430
1431 * net/tramp-sh.el (tramp-get-remote-id): Check also for "gid".
1432
1433 2014-10-11 Jan Djärv <jan.h.d@swipnet.se>
1434
1435 * cus-start.el (all): Add missing ns and boolean to
1436 ns-use-fullscreen-animation.
1437
1438 2014-10-11 Leo Liu <sdl.web@gmail.com>
1439
1440 * progmodes/cfengine.el (cfengine3-defuns, cfengine3-vartypes):
1441 Use strings.
1442 (cfengine3-create-imenu-index): New function.
1443 (cfengine3-mode): Use it for `imenu-create-index-function'.
1444 (cfengine-auto-mode): Improve and prefer cfengine3-mode when
1445 buffer is empty.
1446
1447 2014-10-11 Jan Djärv <jan.h.d@swipnet.se>
1448
1449 * cus-start.el (all): Add ns-use-fullscreen-animation.
1450
1451 2014-10-11 Glenn Morris <rgm@gnu.org>
1452
1453 * calendar/diary-lib.el (diary-display-function):
1454 Drop support for deprecated nil and list forms.
1455 (diary-list-entries): Update for the above.
1456 * calendar/cal-x.el (calendar-dedicate-diary): Simplify accordingly.
1457
1458 2014-10-10 Leo Liu <sdl.web@gmail.com>
1459
1460 * window.el (temp-buffer-window-show): Make BUFFER a required arg.
1461 (Bug#18656)
1462
1463 2014-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
1464
1465 * select.el (gui-selection-exists-p-alist): New method.
1466 * menu-bar.el (menu-bar-edit-menu, clipboard-yank):
1467 * simple.el (deactivate-mark): Use it.
1468 * term/x-win.el (gui-selection-exists-p):
1469 * term/w32-win.el (gui-selection-exists-p):
1470 * term/pc-win.el (gui-selection-exists-p):
1471 * term/ns-win.el (gui-selection-exists-p): Provide a backend instance.
1472
1473 2014-10-10 Glenn Morris <rgm@gnu.org>
1474
1475 * info.el (Info-fontify-maximum-menu-size): Bump to 400k. (Bug#16227)
1476 Fix :type. Allow t to mean no limit.
1477 (Info-fontify-node): Handle Info-fontify-maximum-menu-size = t.
1478
1479 2014-10-09 Glenn Morris <rgm@gnu.org>
1480
1481 * frame.el (display-monitor-attributes-list): Doc tweaks.
1482
1483 2014-10-09 Eli Zaretskii <eliz@gnu.org>
1484
1485 * faces.el (display-grayscale-p): Mention in the doc string that
1486 the argument can be either a display name or a frame.
1487
1488 * frame.el (display-pixel-height, display-pixel-width)
1489 (display-mm-height, display-mm-width, display-backing-store)
1490 (display-save-under, display-planes, display-color-cells)
1491 (display-visual-class, display-monitor-attributes-list)
1492 (display-screens): Mention in the doc string that the argument can
1493 be either a display name or a frame. Improve the docs of the
1494 monitor attributes. (Bug#18636)
1495
1496 2014-10-09 Martin Rudalics <rudalics@gmx.at>
1497
1498 * term.el (term-window-width): Subtract 1 from the width when
1499 any fringe has zero width, not just the right fringe. (Bug#18601)
1500
1501 2014-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
1502
1503 * frame.el (make-frame): Use t rather than nil for `w' (bug#18653).
1504
1505 2014-10-08 Leo Liu <sdl.web@gmail.com>
1506
1507 * emacs-lisp/cl-extra.el (cl-fresh-line): New function.
1508
1509 2014-10-08 Glenn Morris <rgm@gnu.org>
1510
1511 * calendar/cal-x.el (calendar-dedicate-diary):
1512 Drop support for recently deleted aliases.
1513
1514 2014-10-08 Leo Liu <sdl.web@gmail.com>
1515
1516 * progmodes/cfengine.el (cfengine3-make-syntax-cache):
1517 Always return a syntax. Replace call-process-shell-command with
1518 process-file. Ensure cfengine-mode-syntax-functions-regex is
1519 always set. Ensure cache when cfengine-cf-promises fails.
1520 (Bug#18620)
1521
1522 2014-10-07 Glenn Morris <rgm@gnu.org>
1523
1524 * font-lock.el (font-lock-fontify-buffer): Fix interactive-only markup.
1525
1526 2014-10-07 Wilson Snyder <wsnyder@wsnyder.org>
1527
1528 Sync with upstream verilog-mode revision c075a492.
1529 * progmodes/verilog-mode.el (verilog-mode-version): Bump.
1530 (verilog-menu): Add AUTOINSERTLAST.
1531 (verilog-no-indent-begin-re): When `verilog-indent-begin-after-if'
1532 is nil, fix indenting initial/final to match always statements, bug825.
1533 Reported by Tim Clapp.
1534 (verilog-extended-complete-re): Fix indentation of DPI-C imports,
1535 bug557. Reported by ZeDong Mao and Jason Forkey.
1536 (verilog-read-decls): Fix parsing typed interfaces.
1537 Fix AUTOINOUTMODPORT missing types. Reported by Stephan Bourduas.
1538 (verilog-auto-arg-ports): Fix verilog-auto-arg-format single.
1539 (verilog-auto-output-every): Add regexp to AUTOOUTPUTEVERY, bug793.
1540 Reported by Pierre-David Pfister.
1541 (verilog-auto-insert-lisp): Doc fix.
1542 (verilog-auto-insert-last, verilog-auto): Add AUTOINSERTLAST to
1543 allow post-AUTO user fixups, bug826. Reported by Dennis Muhlestein.
1544 (verilog-sk-ovm-class, verilog-sk-uvm-object)
1545 (verilog-sk-uvm-component): Fix missing string keyword in class
1546 skeletons, bug824. Reported by eldad faruhi.
1547
1548 2014-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
1549
1550 * term/w32-win.el: Move all code from 32-common-fns.el here.
1551 (gui-select-text, gui-selection-value): Use w32 handlers in the w32
1552 console as well (bug#18629).
1553 * w32-common-fns.el: Remove.
1554 * loadup.el: Don't load w32-common-fns.el.
1555 * w32-fns.elc: Don't require w32-common-fns.
1556
1557 * icomplete.el: Move Iswitchb autoload here. Much simpler.
1558 * obsolete/iswitchb.el (iswitchb-mode): Use normal autoload cookie.
1559 Remove redundant obsolescence thingy.
1560 * loadup.el: Don't load obsolete/loaddefs.el.
1561 * Makefile.in (obsolete-autoloads): Remove.
1562 (AUTOGENEL): Remove obsolete/loaddefs.el.
1563
1564 2014-10-06 Glenn Morris <rgm@gnu.org>
1565
1566 * Makefile.in (obsolete-autoloads): Write to a separate file,
1567 to workaround autoloads bug. (Bug#17407)
1568 (AUTOGENEL): Add obsolete/loaddefs.el.
1569 * loadup.el: Load obsolete/loaddefs.el if present.
1570 * subr.el (do-after-load-evaluation):
1571 Don't warn about obsolete/loaddefs.el.
1572
1573 * menu-bar.el (menu-bar-games-menu): Remove landmark.
1574 It has zero relationship to a game.
1575
1576 2014-10-06 Leo Liu <sdl.web@gmail.com>
1577
1578 * imenu.el (imenu): Re-write for clarity.
1579
1580 2014-10-06 Glenn Morris <rgm@gnu.org>
1581
1582 Remove calendar code obsolete since at least version 23.1.
1583 * calendar/cal-bahai.el (calendar-absolute-from-bahai)
1584 (calendar-print-bahai-date, calendar-bahai-prompt-for-date)
1585 (calendar-goto-bahai-date, list-bahai-diary-entries)
1586 (mark-bahai-calendar-date-pattern, mark-bahai-diary-entries)
1587 (insert-bahai-diary-entry, insert-monthly-bahai-diary-entry)
1588 (insert-yearly-bahai-diary-entry):
1589 * calendar/cal-china.el (chinese-calendar-time-zone)
1590 (chinese-calendar-location-name)
1591 (chinese-calendar-daylight-time-offset)
1592 (chinese-calendar-standard-time-zone-name)
1593 (chinese-calendar-daylight-time-zone-name)
1594 (chinese-calendar-daylight-savings-starts)
1595 (chinese-calendar-daylight-savings-ends)
1596 (chinese-calendar-daylight-savings-starts-time)
1597 (chinese-calendar-daylight-savings-ends-time)
1598 (chinese-calendar-celestial-stem)
1599 (chinese-calendar-terrestrial-branch)
1600 (calendar-absolute-from-chinese, calendar-print-chinese-date)
1601 (calendar-goto-chinese-date):
1602 * calendar/cal-coptic.el (calendar-absolute-from-coptic)
1603 (calendar-print-coptic-date, coptic-prompt-for-date)
1604 (calendar-goto-coptic-date, calendar-absolute-from-ethiopic)
1605 (calendar-print-ethiopic-date, calendar-goto-ethiopic-date):
1606 * calendar/cal-french.el (calendar-absolute-from-french)
1607 (calendar-print-french-date, calendar-goto-french-date):
1608 * calendar/cal-hebrew.el (diary-sabbath-candles-minutes)
1609 (calendar-absolute-from-hebrew, calendar-print-hebrew-date)
1610 (hebrew-calendar-yahrzeit, calendar-goto-hebrew-date)
1611 (holiday-rosh-hashanah-etc, holiday-hanukkah)
1612 (holiday-passover-etc, holiday-tisha-b-av-etc)
1613 (list-hebrew-diary-entries, mark-hebrew-calendar-date-pattern)
1614 (mark-hebrew-diary-entries, insert-hebrew-diary-entry)
1615 (insert-monthly-hebrew-diary-entry)
1616 (insert-yearly-hebrew-diary-entry, list-yahrzeit-dates)
1617 (diary-omer, diary-yahrzeit, diary-rosh-hodesh, diary-parasha)
1618 (diary-sabbath-candles):
1619 * calendar/cal-islam.el (calendar-absolute-from-islamic)
1620 (calendar-print-islamic-date, calendar-goto-islamic-date)
1621 (list-islamic-diary-entries, mark-islamic-calendar-date-pattern)
1622 (mark-islamic-diary-entries, insert-islamic-diary-entry)
1623 (insert-monthly-islamic-diary-entry)
1624 (insert-yearly-islamic-diary-entry):
1625 * calendar/cal-iso.el (calendar-absolute-from-iso)
1626 (calendar-print-iso-date, calendar-iso-read-args)
1627 (calendar-goto-iso-date, calendar-goto-iso-week):
1628 * calendar/cal-julian.el (calendar-absolute-from-julian)
1629 (calendar-print-julian-date, calendar-goto-julian-date)
1630 (calendar-absolute-from-astro, calendar-print-astro-day-number)
1631 (calendar-goto-astro-day-number):
1632 * calendar/cal-mayan.el (calendar-print-mayan-date)
1633 (calendar-next-haab-date, calendar-previous-haab-date)
1634 (calendar-next-tzolkin-date, calendar-previous-tzolkin-date)
1635 (calendar-next-calendar-round-date)
1636 (calendar-previous-calendar-round-date)
1637 (calendar-absolute-from-mayan-long-count)
1638 (calendar-goto-mayan-long-count-date):
1639 * calendar/cal-move.el (scroll-calendar-left)
1640 (scroll-calendar-right, scroll-calendar-left-three-months)
1641 (scroll-calendar-right-three-months):
1642 * calendar/cal-persia.el (calendar-absolute-from-persian)
1643 (calendar-print-persian-date, persian-prompt-for-date)
1644 (calendar-goto-persian-date):
1645 * calendar/cal-x.el (calendar-after-frame-setup-hooks):
1646 * calendar/calendar.el (view-diary-entries-initially)
1647 (mark-diary-entries-in-calendar, calendar-today-face)
1648 (diary-face, holiday-face, view-calendar-holidays-initially)
1649 (mark-holidays-in-calendar, initial-calendar-window-hook)
1650 (today-visible-calendar-hook, today-invisible-calendar-hook)
1651 (hebrew-diary-entry-symbol, islamic-diary-entry-symbol)
1652 (bahai-diary-entry-symbol, american-date-diary-pattern)
1653 (european-date-diary-pattern, european-calendar-display-form)
1654 (american-calendar-display-form, holidays-in-diary-buffer)
1655 (all-hebrew-calendar-holidays, all-christian-calendar-holidays)
1656 (all-islamic-calendar-holidays, all-bahai-calendar-holidays)
1657 (fancy-diary-buffer, increment-calendar-month)
1658 (extract-calendar-month, extract-calendar-day)
1659 (extract-calendar-year, exit-calendar, calendar-date-is-legal-p)
1660 (mark-visible-calendar-date, calendar-version):
1661 * calendar/diary-lib.el (diary-button-face, sexp-diary-entry-symbol)
1662 (diary-display-hook, list-diary-entries-hook)
1663 (mark-diary-entries-hook, nongregorian-diary-listing-hook)
1664 (nongregorian-diary-marking-hook, print-diary-entries-hook)
1665 (abbreviated-calendar-year, number-of-diary-entries)
1666 (view-other-diary-entries, add-to-diary-list)
1667 (include-other-diary-files, simple-diary-display)
1668 (fancy-diary-display, print-diary-entries, mark-diary-entries)
1669 (mark-sexp-diary-entries, mark-included-diary-files)
1670 (mark-calendar-days-named, mark-calendar-month)
1671 (mark-calendar-date-pattern, sort-diary-entries)
1672 (list-sexp-diary-entries, make-diary-entry, insert-diary-entry)
1673 (insert-weekly-diary-entry, insert-monthly-diary-entry)
1674 (insert-yearly-diary-entry, insert-anniversary-diary-entry)
1675 (insert-block-diary-entry, insert-cyclic-diary-entry)
1676 (fancy-diary-font-lock-keywords, fancy-diary-display-mode):
1677 * calendar/holidays.el (general-holidays, oriental-holidays)
1678 (local-holidays, other-holidays, hebrew-holidays)
1679 (christian-holidays, islamic-holidays, bahai-holidays)
1680 (solar-holidays, list-calendar-holidays)
1681 (check-calendar-holidays, mark-calendar-holidays)
1682 (filter-visible-calendar-holidays):
1683 * calendar/lunar.el (calendar-phases-of-moon, phases-of-moon)
1684 (diary-phases-of-moon): Remove obsolete aliases.
1685 * calendar/cal-menu.el (cal-menu-load-hook): Remove obsolete hook.
1686 * calendar/cal-x.el (calendar-one-frame-setup)
1687 (calendar-only-one-frame-setup, calendar-two-frame-setup):
1688 Remove obsolete functions.
1689 (cal-x-load-hook): Remove obsolete hook.
1690 * calendar/calendar.el (european-calendar-style):
1691 Remove obsolete variable.
1692 (calendar-date-style): No longer consult european-calendar-style.
1693 * calendar/calendar.el (european-calendar, american-calendar):
1694 Remove obsolete commands.
1695 * calendar/calendar.el (calendar-for-loop): Remove obsolete macro.
1696 * calendar/diary-lib.el (diary-face): Remove obsolete variable.
1697 (diary-font-lock-date-forms, diary-fancy-font-lock-keywords):
1698 Use the face `diary' instead of the variable `diary-face'.
1699 * calendar/holidays.el (hebrew-holidays-1, hebrew-holidays-2)
1700 (hebrew-holidays-3, hebrew-holidays-4): Remove obsolete variables.
1701 * calendar/icalendar.el (icalendar--date-style): Remove function.
1702 Replace all uses with calendar-date-style.
1703 * textmodes/remember.el (calendar-date-style): Declare.
1704 (remember-diary-convert-entry):
1705 No longer consult european-calendar-style.
1706
1707 2014-10-05 Leo Liu <sdl.web@gmail.com>
1708
1709 * imenu.el (imenu-default-goto-function): Fix typo.
1710
1711 2014-10-04 Thomas Fitzsimmons <fitzsim@fitzsim.org>
1712
1713 * net/ntlm.el (ntlm-build-auth-request):
1714 Add NTLM2 Session support. (Bug#15603)
1715
1716 2014-10-04 Glenn Morris <rgm@gnu.org>
1717
1718 * apropos.el (apropos-symbols-internal):
1719 Avoid error with non-symbol properties. (Bug#18337#16)
1720
1721 * startup.el (command-line):
1722 Handle altered user-emacs-directory in load-path warning. (Bug#18512)
1723
1724 2014-10-04 Martin Rudalics <rudalics@gmx.at>
1725
1726 * window.el (window-full-height-p): Make it behave correctly for
1727 minibuffer window.
1728 (window-current-scroll-bars): Fix code.
1729 (fit-frame-to-buffer): Use window-scroll-bar-height instead of
1730 window-scroll-bars.
1731 * frame.el (frame-current-scroll-bars): Fix doc-string.
1732 * scroll-bar.el (toggle-horizontal-scroll-bar): New command.
1733
1734 2014-10-04 Mark Oteiza <mvoteiza@udel.edu> (tiny change)
1735
1736 * files.el (auto-mode-alist): Use sh-mode for .zsh files. (Bug#18488)
1737
1738 2014-10-04 Glenn Morris <rgm@gnu.org>
1739
1740 * frame.el (frame-monitor-attributes)
1741 (display-monitor-attributes-list): Doc fixes.
1742
1743 2014-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
1744
1745 Merge trivially safe differences from standalone CC-mode.
1746 * progmodes/cc-mode.el (c-initialize-cc-mode): Don't quote a symbol
1747 just to then pass it to `symbol-value'.
1748 (prog-mode): Provide fallback definition, if needed.
1749 * progmodes/cc-langs.el: Always load `cl'. Don't load `cl-lib'.
1750 Remove "cl-" prefix accordingly.
1751 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Use integerp or
1752 characterp depending on the type of characters.
1753 (c-font-lock-enum-tail): Remove unused var `start'.
1754 * progmodes/cc-engine.el: Load CL at compile-time.
1755 (c-declare-lang-variables): Use mapcan.
1756 (c-append-to-state-cache): Remove unused var `ce+1'.
1757 (c-parse-state-state): Make buffer-local.
1758 (c-ssb-lit-begin): Remove unused var `pps-end-pos'.
1759 (c-just-after-func-arglist-p): Remove unused var `end'.
1760 * progmodes/cc-defs.el: Load cc-fix if delete-dups is undefined.
1761 (c-<-as-paren-syntax, c->-as-paren-syntax): Move definition earlier.
1762 (c-make-keywords-re): Use delete-dups.
1763 (c-get-current-file): Avoid file-name-base.
1764 * progmodes/cc-cmds.el (c-electric-lt-gt): Remove unused var
1765 `close-paren-inserted'.
1766 * progmodes/cc-awk.el (c-forward-sws): Remove unused declaration.
1767
1768 * progmodes/python.el: Avoid building unneeded markers.
1769 (python-font-lock-keywords, python-indent-dedent-line)
1770 (python-fill-paren, python-shell-completion-complete-or-indent):
1771 Prefer point over point-marker.
1772 (inferior-python-mode): Remove redundant completion settings.
1773
1774 2014-10-03 Dmitry Gutov <dgutov@yandex.ru>
1775
1776 * vc/vc-svn.el (vc-svn-ignore-completion-table): Implement.
1777 (vc-svn-ignore): Use it. (Bug#18619)
1778
1779 2014-10-03 Martin Rudalics <rudalics@gmx.at>
1780
1781 * frame.el (toggle-frame-maximized, toggle-frame-fullscreen):
1782 In doc-string mention need to set `frame-resize-pixelwise'.
1783
1784 2014-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
1785
1786 * vc/vc-svn.el (vc-svn-after-dir-status): Fix the non-remote regexp,
1787 similarly to Rogers's 2010-06-16 change for the remote case
1788 (bug#18605).
1789
1790 2014-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
1791
1792 New gui-selection-value consolidating x-selection-value.
1793 * select.el (gui-selection-value-alist): New method.
1794 (gui-selection-value): New function.
1795 (x-selection-value): Make it an obsolete alias.
1796 * simple.el (interprogram-paste-function): Default to
1797 gui-selection-value.
1798 * w32-common-fns.el (w32-get-selection-value): Simplify.
1799 (x-selection-value): Remove alias.
1800 (interprogram-paste-function): Don't set.
1801 (gui-selection-value): Define for w32.
1802 * term/x-win.el (gui-selection-value): Define for x.
1803 (x--selection-value): Rename from x--selection-value.
1804 (interprogram-paste-function): Don't set.
1805 * term/pc-win.el (w16-get-selection-value): Simplify.
1806 (msdos-initialize-window-system): Don't set
1807 interprogram-paste-function.
1808 (gui-selection-value): Define for pc.
1809 * term/ns-win.el (x-selection-value): Remove.
1810 (gui-selection-value): Define for ns, instead.
1811 * term/common-win.el (x-setup-function-keys): Don't set
1812 interprogram-paste-function.
1813 * obsolete/mouse-sel.el (mouse-sel-get-selection-function):
1814 Use gui-selection-value.
1815
1816 2014-10-02 David Raynes <rayners@gmail.com> (tiny change)
1817
1818 * term/ns-win.el: Add functions to ns frame, not x frame (bug#18614).
1819
1820 2014-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
1821
1822 * obsolete/lucid.el (read-number): Remove, redundant.
1823 * obsolete/cl-compat.el (cl-floor, cl-ceiling, cl-round, cl-truncate):
1824 Remove, broken.
1825
1826 2014-10-02 Glenn Morris <rgm@gnu.org>
1827
1828 * emacs-lisp/package.el (package-import-keyring):
1829 Create gnupg directory private. (Bug#17625#155)
1830
1831 2014-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
1832
1833 * progmodes/python.el (python-shell-completion-get-completions):
1834 Use python-shell--prompt-calculated-input-regexp from the
1835 process buffer (bug#18582).
1836 Don't assume that `line' comes from the process buffer.
1837
1838 2014-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
1839
1840 * frame.el: Use lexical-binding (bug#18598).
1841 (make-frame): Use t rather than nil for tty's window-system.
1842 * startup.el (command-line): Use gui-method.
1843
1844 Consolidate management/ownership of selections.
1845 * select.el (gui-get-selection-alist): New method.
1846 (gui-get-selection): Use it. Rename from x-get-selection.
1847 (x-get-selection): Define as obsolete alias.
1848 (x-get-clipboard): Mark obsolete.
1849 (gui-get-primary-selection): New function.
1850 (x-get-selection-value): Mark obsolete.
1851 (gui-own-selection-alist, gui-disown-selection-alist)
1852 (gui-selection-owner-p-alist): New methods.
1853 (gui-set-selection): Use them. Rename from x-set-selection.
1854 (x-set-selection): Define as obsolete alias.
1855 (gui--valid-simple-selection-p): Rename from
1856 x-valid-simple-selection-p.
1857 * w32-common-fns.el (gui-own-selection, gui-disown-selection)
1858 (gui-selection-owner-p, gui-get-selection): Define for w32.
1859 (w32-get-selection-value): Rename from x-get-selection-value.
1860 Use the new gui-last-selected-text.
1861 * term/x-win.el (x-get-selection-value): Remove.
1862 (x-clipboard-yank): Declare obsolete.
1863 (gui-own-selection, gui-disown-selection, gui-get-selection)
1864 (gui-selection-owner-p): Define for x.
1865 * term/w32-win.el (w32-win-suspend-error): Rename from
1866 x-win-suspend-error.
1867 * term/pc-win.el (w16-get-selection-value): Rename from
1868 x-get-selection-value.
1869 (w16-selection-owner-p): Rename from x-selection-owner-p.
1870 (gui-own-selection, gui-disown-selection, gui-get-selection)
1871 (gui-selection-owner-p): Define for pc.
1872 (w16--select-text): New function.
1873 * term/ns-win.el (gui-own-selection, gui-disown-selection)
1874 (gui-get-selection, gui-selection-owner-p): Define for ns.
1875 * term.el (term-mouse-paste):
1876 * mouse.el (mouse-yank-primary): Use gui-get-primary-selection.
1877
1878 2014-10-02 H. Dieter Wilhelm <dieter@duenenhof-wilhelm.de>
1879
1880 * calc/calc-help.el (calc-describe-thing): Quote strings
1881 which could look like regexps.
1882
1883 2014-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
1884
1885 Consolidate x-select-text.
1886 * frame.el (gui-method, gui-method-define, gui-method-declare)
1887 (gui-call): New macros.
1888 (gui-method--name): New function.
1889 (frame-creation-function-alist): Use gui-method-declare.
1890 (make-frame): Use gui-method.
1891 * select.el (gui-select-enable-clipboard): Rename from
1892 x-select-enable-clipboard and move here.
1893 (x-select-enable-clipboard): Define as obsolete alias.
1894 (gui-last-selected-text): New var, to replace x-last-selected-text.
1895 (gui-select-text): New GUI method.
1896 (gui-select-text): New function.
1897 (x-select-text): Define as obsolete alias.
1898 * term/common-win.el (x-select-enable-clipboard, x-select-text):
1899 Move to select.el.
1900 * simple.el (interprogram-cut-function): Change default to
1901 x-select-text.
1902 (interprogram-paste-function): Change default to `ignore'.
1903 * w32-common-fns.el (interprogram-cut-function): Don't modify.
1904 * term/x-win.el (interprogram-cut-function): Don't modify.
1905 (gui-select-text): Add method for x.
1906 * term/w32-win.el (gui-select-text): Add method for w32.
1907 * term/pc-win.el (x-last-selected-text): Remove, use
1908 gui-last-selected-text instead.
1909 (msdos-initialize-window-system): Don't set interprogram-cut-function.
1910 (gui-select-text): Add method for pc.
1911 * term/ns-win.el (ns-last-selected-text): Remove, use
1912 gui-last-selected-text instead.
1913 (gui-select-text): Add method for ns.
1914 (x-setup-function-keys): Don't change interprogram-cut-function.
1915 * loadup.el ("startup"): Load after "frame".
1916 * subr.el (package--builtin-versions, package--description-file):
1917 Move from startup.el.
1918 * startup.el (package--builtin-versions, package--description-file):
1919 Move to subr.el.
1920 (handle-args-function-alist, window-system-initialization-alist):
1921 Use gui-method-declare.
1922 (command-line): Use gui-method.
1923
1924 2014-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
1925
1926 * subr.el (alist-get): New accessor.
1927 * emacs-lisp/gv.el (alist-get): Provide expander.
1928 * winner.el (winner-remember):
1929 * tempo.el (tempo-use-tag-list):
1930 * progmodes/gud.el (minor-mode-map-alist):
1931 * international/mule-cmds.el (define-char-code-property):
1932 * frameset.el (frameset-filter-params):
1933 * files.el (dir-locals-set-class-variables):
1934 * register.el (get-register, set-register):
1935 * calc/calc-yank.el (calc-set-register): Use it.
1936 * ps-print.el (ps-get, ps-put, ps-del): Mark as obsolete.
1937 * tooltip.el (tooltip-set-param): Mark as obsolete.
1938 (tooltip-show): Use alist-get instead.
1939 * ses.el (ses--alist-get): Remove. Use alist-get instead.
1940
1941 2014-10-01 Ulf Jasper <ulf.jasper@web.de>
1942
1943 * net/newst-backend.el: Remove Time-stamp. Rename variable
1944 `newsticker--download-logos' to `newsticker-download-logos' and
1945 make it customizable.
1946 (newsticker--sentinel-work): Move xml-workarounds to function
1947 `newsticker--do-xml-workarounds', call unless libxml-parser is
1948 used. Allow single quote in regexp for encoding.
1949 Use libxml-parser if available, else fall back to `xml-parse-region'.
1950 Take care of possibly missing namespace prefixes (like "RDF"
1951 instead of "rdf:RDF") when checking xml nodes and attributes (as
1952 libxml correctly removes the prefixes). Always use Atom 1.0 as
1953 fallback feed type. Rename `newsticker--download-logos' to
1954 `newsticker-download-logos'
1955 (newsticker--unxml, newsticker--unxml-node)
1956 (newsticker--unxml-attribute): New.
1957 (newsticker--parse-atom-1.0): Call `unxml' in case that embedded
1958 HTML code has become part of the xml parse tree.
1959 (newsticker--parse-rss-1.0, newsticker--parse-rss-2.0): Take care
1960 of possibly missing namespace prefixes.
1961 (newsticker--parse-generic-items): Code formatting. Typo.
1962 (newsticker--images-dir): Add trailing slash.
1963 (newsticker--image-get): Fix error message.
1964
1965 * net/newst-plainview.el: Remove Time-stamp.
1966
1967 * net/newst-reader.el: Remove Time-stamp.
1968 (newsticker-download-logos): Rename variable
1969 `newsticker--download-logos' to `newsticker-download-logos' and
1970 make it customizable.
1971 (newsticker--print-extra-elements): Add optional parameter
1972 'htmlish for using html markup. Amend list of ignored elements.
1973 (newsticker--do-print-extra-element): Add parameter 'htmlish for
1974 using html markup.
1975
1976 * net/newst-ticker.el: Remove Time-stamp.
1977
1978 * net/newst-treeview.el (newsticker--treeview-item-show): Use html
1979 for formatting extra elements.
1980
1981 * net/newsticker.el: Remove Time-stamp, Version.
1982 (newsticker-version): Make obsolete.
1983
1984 2014-09-30 Leonardo Nobrega <leonobr@gmail.com> (tiny change)
1985
1986 * progmodes/python.el (python-fill-paren): Don't inf-loop at EOB
1987 (bug#18462).
1988
1989 2014-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
1990
1991 * emacs-lisp/package.el (package-check-signature): Default to nil if
1992 GPG is not available.
1993 (package-refresh-contents): Don't mess with the keyring if we won't
1994 check the signatures anyway.
1995
1996 2014-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
1997
1998 * ses.el (ses--row, ses--col): New dyn-scoped vars, to replace row&col.
1999 (ses-center, ses-center-span): Use them.
2000 (ses-print-cell): Bind them while calling the printer.
2001 (row, col, maxrow, maxcol): Don't declare as dynamically scoped.
2002 (ses-dorange): Revert last change.
2003 (ses-calculate-cell): Don't bind row&col dynamically while evaluating
2004 the formula.
2005 (ses-set-cell): Avoid `eval'.
2006 (ses--time-check): Rename it from ses-time-check and turn it into
2007 a macro.
2008
2009 * ses.el (ses-setup): Don't assume modifying the iteration var of
2010 dotimes affects the iteration (bug#18191).
2011
2012 2014-09-30 Vincent Belaïche <vincentb1@users.sourceforge.net>
2013
2014 * ses.el (ses-calculate-cell): Bind row and col dynamically to
2015 their values with 'cl-progv'.
2016 (ses-dorange): Bind row, col, maxrow and maxcol dynamically to
2017 their values with 'cl-progv', also use non-interned symbols for
2018 row, minrow, maxrow, mincol and maxcol.
2019 (maxrow maxcol): New defvar, to make the compiler happy.
2020
2021 2014-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
2022
2023 * minibuffer.el (completion-at-point): Emit warning for ill-behaved
2024 completion functions.
2025
2026 2014-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
2027
2028 * ses.el (ses--letref): Quote value before it gets re-evaluated.
2029
2030 2014-09-28 Thien-Thi Nguyen <ttn@gnu.org>
2031
2032 Font-lock `cl-flet*', too.
2033 * emacs-lisp/lisp-mode.el (lisp-cl-font-lock-keywords-2):
2034 Add "flet*" to intermediate var `cl-lib-kw'.
2035
2036 2014-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
2037
2038 * epg-config.el (epg-gpg-program): Use the plain program names rather
2039 than their absolute file name.
2040
2041 * subr.el (track-mouse): New macro.
2042 * emacs-lisp/cconv.el (cconv-convert, cconv-analyse-form):
2043 Remove track-mouse case.
2044 * emacs-lisp/bytecomp.el (byte-compile-track-mouse): Remove.
2045
2046 2014-09-27 Leo Liu <sdl.web@gmail.com>
2047
2048 * progmodes/elisp-mode.el (elisp--eldoc-last-data): Use defvar.
2049
2050 * emacs-lisp/eldoc.el (eldoc-mode): Fix thinko.
2051
2052 2014-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
2053
2054 * emacs-lisp/pcase.el (pcase--split-match, pcase--app-subst-match):
2055 Handle the case where `match' is :pcase--succeed or :pcase--fail
2056 (bug#18554).
2057
2058 Introduce global-eldoc-mode. Move Elisp-specific code to elisp-mode.el.
2059 * emacs-lisp/eldoc.el (global-eldoc-mode): New minor mode.
2060 (eldoc-schedule-timer): Obey it.
2061 (eldoc-documentation-function): Default to nil.
2062 (eldoc-mode): Don't enable if eldoc-documentation-function is not set.
2063 (eldoc-documentation-function-default, eldoc-get-fnsym-args-string)
2064 (eldoc-highlight-function-argument, eldoc-get-var-docstring)
2065 (eldoc-last-data-store, eldoc-docstring-first-line)
2066 (eldoc-docstring-format-sym-doc, eldoc-fnsym-in-current-sexp)
2067 (eldoc-beginning-of-sexp, eldoc-current-symbol)
2068 (eldoc-function-argstring): Move to elisp-mode.el.
2069 (eldoc-symbol-function): Remove, unused.
2070 * progmodes/elisp-mode.el: New file. Rename all "eldoc-*" to "elisp--*".
2071 (elisp-completion-at-point): Rename from lisp-completion-at-point.
2072 (elisp--preceding-sexp): Rename from preceding-sexp.
2073 * loadup.el: Load new file progmodes/elisp-mode.
2074 * ielm.el (inferior-emacs-lisp-mode): Set eldoc-documentation-function.
2075 * emacs-lisp/lisp.el (lisp--local-variables-1, lisp--local-variables)
2076 (lisp--local-variables-completion-table, lisp--expect-function-p)
2077 (lisp--form-quoted-p, lisp--company-doc-buffer)
2078 (lisp--company-doc-string, lisp--company-location)
2079 (lisp-completion-at-point): Move to elisp-mode.el.
2080 * emacs-lisp/lisp-mode.el (lisp--mode-syntax-table): New syntax-table,
2081 extracted from emacs-lisp-mode-syntax-table.
2082 (emacs-lisp-mode-abbrev-table, emacs-lisp-mode-syntax-table): Move to
2083 elisp-mode.el.
2084 (lisp-imenu-generic-expression): Add comments to document what comes
2085 from which Lisp dialect.
2086 (emacs-lisp-mode-map, emacs-lisp-byte-compile)
2087 (emacs-lisp-byte-compile-and-load, emacs-lisp-mode-hook)
2088 (emacs-lisp-mode, emacs-list-byte-code-comment-re)
2089 (emacs-lisp-byte-code-comment)
2090 (emacs-lisp-byte-code-syntax-propertize, emacs-lisp-byte-code-mode)
2091 (lisp-interaction-mode-map, lisp-interaction-mode)
2092 (eval-print-last-sexp, last-sexp-setup-props)
2093 (last-sexp-toggle-display, prin1-char, preceding-sexp)
2094 (eval-last-sexp-1, eval-last-sexp-print-value)
2095 (eval-last-sexp-fake-value, eval-sexp-add-defvars, eval-last-sexp)
2096 (eval-defun-1, eval-defun-2, eval-defun): Move to elisp-mode.el.
2097
2098 2014-09-26 Paul Eggert <eggert@cs.ucla.edu>
2099
2100 * progmodes/grep.el (grep-regexp-alist): Use more-accurate regexp.
2101 Do not match file names that end in '/', as they cannot be 'grep'
2102 hits nowadays. This prevents confusion when 'grep -r' reports a
2103 match in a file whose basename is ':12345:'. Conversely, do not
2104 require exactly the same sequence of spaces and tabs after both
2105 colons, and allow spaces or tabs before the second colon, as per
2106 the POSIX spec for 'grep' output.
2107
2108 2014-09-26 Leo Liu <sdl.web@gmail.com>
2109
2110 Add cl-parse-integer based on parse-integer (Bug#18557)
2111 * calendar/parse-time.el (parse-time-digits): Remove.
2112 (digit-char-p, parse-integer) Moved to cl-lib.el.
2113 (parse-time-tokenize, parse-time-rules, parse-time-string):
2114 Use cl-parse-integer.
2115
2116 * emacs-lisp/cl-extra.el (cl-parse-integer): New function.
2117
2118 * emacs-lisp/cl-lib.el (cl-digit-char-table): New var.
2119 (cl-digit-char-p): New function.
2120
2121 2014-09-25 Juri Linkov <juri@jurta.org>
2122
2123 * vc/add-log.el (change-log-next-buffer): Don't create an empty
2124 buffer "ChangeLog" when the current buffer doesn't match ChangeLog.[0-9].
2125 Return the current buffer if no files match the default pattern
2126 ChangeLog.[0-9]. Signal "end of multi" when file is nil. (Bug#18547)
2127
2128 2014-09-25 Stefan Monnier <monnier@iro.umontreal.ca>
2129
2130 * net/tramp-sh.el (tramp-sh-handle-vc-registered): Don't modify
2131 the global vc-handled-backends (bug#18535).
2132
2133 2014-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
2134
2135 * find-cmd.el (find-cmd): Use grep's `find-program' (bug#18518).
2136 Suggested by <lompik@voila.fr>.
2137
2138 2014-09-24 Ulf Jasper <ulf.jasper@web.de>
2139
2140 * net/newst-treeview.el (newsticker--treeview-do-get-node-by-id):
2141 Rename from `newsticker--treeview-do-get-node'.
2142 (newsticker--treeview-get-node-by-id):
2143 Rename from `newsticker--treeview-get-node'.
2144 (newsticker--treeview-buffer-init)
2145 (newsticker--treeview-buffer-init): Disable buffer undo.
2146 (newsticker--treeview-unfold-node): Adapt to modified
2147 `newsticker--group-find-parent-group'.
2148 (newsticker--group-do-find-group):
2149 Rename from `newsticker--group-do-find-group-for-feed'.
2150 Now works for both, groups and feeds.
2151 (newsticker--group-find-parent-group):
2152 Rename from `newsticker--group-find-group-for-feed'.
2153 Now works for both, groups and feeds.
2154 (newsticker--group-do-get-parent-group)
2155 (newsticker--group-get-parent-group): Remove.
2156 (newsticker-group-add-group): Change interactive prompts.
2157 (newsticker-group-add-group): Finally jump to added group.
2158 (newsticker-group-delete-group): Finally jump to current feed.
2159 (newsticker--group-do-rename-group, newsticker-group-rename-group)
2160 (newsticker--get-group-names, newsticker--group-names): New.
2161 (newsticker-group-move-feed): Finally jump to moved feed.
2162 (newsticker-group-shift-feed-down, newsticker-group-shift-feed-up)
2163 (newsticker-group-shift-group-down)
2164 (newsticker-group-shift-group-up, newsticker--group-shift): New.
2165 (newsticker-treeview-mode-map): New keybindings for new shift commands.
2166
2167 * net/newst-backend.el (newsticker--item-list)
2168 (newsticker--item-position, newsticker--prev-message)
2169 (newsticker--scrollable-text): Move to newst-ticker.el.
2170
2171 * net/newst-ticker.el (newsticker--item-list)
2172 (newsticker--item-position, newsticker--prev-message)
2173 (newsticker--scrollable-text): Move from newst-backend.el.
2174
2175 2014-09-22 Kan-Ru Chen <kanru@kanru.info>
2176
2177 * window.el (fit-window-to-buffer): When counting buffer width,
2178 count the whole visible buffer. Correctly convert the body-height
2179 to pixel size for window-text-pixel-size (Bug#18498).
2180
2181 2014-09-22 Sam Steingold <sds@gnu.org>
2182
2183 * progmodes/sql.el (sql-product-alist): Improve the Vertica entry.
2184 (sql-execute): Use `special-mode'.
2185
2186 2014-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
2187
2188 Add pcase-defmacro, as well as `quote' and `app' patterns.
2189 * loadup.el: Increase max-lisp-eval-depth when macroexpanding macroexp.
2190 * emacs-lisp/pcase.el: Allow (F . ARGS) in `app' patterns.
2191 (pcase--funcall, pcase--eval): New functions.
2192 (pcase--u1): Use them for guard, pred, let, and app.
2193 (\`): Use the new feature to generate better code for vector patterns.
2194 * emacs-lisp/pcase.el: Use pcase-defmacro to handle backquote.
2195 (pcase--upat): Remove.
2196 (pcase--macroexpand): Don't hardcode handling of `.
2197 (pcase--split-consp, pcase--split-vector): Remove.
2198 (pcase--split-equal): Disregard ` since it's expanded away.
2199 (pcase--split-member): Optimize for quote rather than for `.
2200 (pcase--split-pred): Optimize for quote rather than for `.
2201 (pcase--u1): Remove handling of ` (and of `or' and `and').
2202 Quote non-selfquoting values when passing them to `eq'.
2203 Drop `app's let-binding if the variable is not used.
2204 (pcase--q1): Remove.
2205 (`): Define as a pattern macro.
2206 * emacs-lisp/pcase.el (pcase--match): New smart-constructor function.
2207 (pcase--expand pcase--q1, pcase--app-subst-match): Use it.
2208 (pcase--macroexpand): Handle self-quoting patterns here, expand them to
2209 quote patterns.
2210 (pcase--split-match): Don't hoist or/and here any more.
2211 (pcase--split-equal): Optimize quote patterns as well as ` patterns.
2212 (pcase--flip): New helper macro.
2213 (pcase--u1): Optimize the memq case directly.
2214 Don't handle neither self-quoting nor and/or patterns any more.
2215 * emacs-lisp/pcase.el (pcase-defmacro): New macro.
2216 (pcase--macroexpand): New function.
2217 (pcase--expand): Use it.
2218 * emacs-lisp/pcase.el (pcase--app-subst-match, pcase--app-subst-rest):
2219 New optimization functions.
2220 (pcase--u1): Add support for `quote' and `app'.
2221 (pcase): Document them in the docstring.
2222
2223 2014-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
2224
2225 Use lexical-bindin in Ibuffer.
2226 * ibuffer.el (ibuffer-do-toggle-read-only): `arg' is unused.
2227 (ibuffer-compile-format): Simplify.
2228 (ibuffer-clear-summary-columns): Simplify.
2229 * ibuf-ext.el (ibuffer-generate-filter-groups): Don't use the third
2230 elem of dotimes when we don't refer to the iteration var from it.
2231 (ibuffer-toggle-sorting-mode): Avoid add-to-list.
2232 * ibuf-macs.el (define-ibuffer-column, define-ibuffer-op):
2233 Silence byte-compiler.
2234
2235 2014-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
2236
2237 * font-lock.el (font-lock-compile-keyword): Don't confuse a lambda
2238 expression for a list.
2239
2240 * emacs-lisp/bytecomp.el (byte-compile-lambda): Don't add fundoc usage
2241 for functions with no arguments.
2242
2243 * mpc.el (mpc-data-directory): Use locate-user-emacs-file.
2244 (mpc-volume-refresh): Make sure the corresponding header-line is updated.
2245
2246 2014-09-17 Tom Willemse <tom@ryuslash.org> (tiny change)
2247
2248 * simple.el (clone-indirect-buffer): Mention the return value
2249 (bug#18478).
2250
2251 * progmodes/prog-mode.el (prog-mode-hook): Replace reference to
2252 Text mode in docstring (bug#18464).
2253
2254 2014-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
2255
2256 * progmodes/perl-mode.el (perl-syntax-propertize-function):
2257 Accept underscores in identifiers after "sub" (bug#18502).
2258
2259 2014-09-21 Tassilo Horn <tsdh@gnu.org>
2260
2261 * textmodes/reftex-sel.el (reftex-select-label-mode)
2262 (reftex-select-bib-mode, reftex-insert-docstruct): Derive modes
2263 from special-mode (instead of fundamental-mode) and propertize
2264 with font-lock-face instead of just face. (Bug#18496)
2265
2266 * textmodes/reftex-toc.el (reftex-toc-mode, reftex-toc): Ditto.
2267
2268 2014-09-19 Dmitry Gutov <dgutov@yandex.ru>
2269
2270 * emacs-lisp/lisp.el (lisp-completion-at-point): Only calculate
2271 `table-etc' when `end' is non-nil.
2272 (lisp-completion-at-point): Move `end' back if it's after quote.
2273 If in comment or string, only complete when after backquote.
2274 (Bug#18265)
2275 (lisp-completion-at-point): Don't use
2276 `lisp--local-variables-completion-table' in the
2277 `lisp--form-quoted-p' case.
2278
2279 2014-09-19 Dmitry Gutov <dgutov@yandex.ru>
2280
2281 * emacs-lisp/lisp.el (lisp--expect-function-p)
2282 (lisp--form-quoted-p): New functions.
2283 (lisp-completion-at-point): Use them to see if we're completing a
2284 variable reference, a function name, or just any symbol.
2285 http://lists.gnu.org/archive/html/emacs-devel/2014-02/msg00229.html
2286
2287 2014-09-18 Ivan Kanis <ivan@kanis.fr>
2288
2289 * net/shr.el, net/eww.el: Don't override `shr-width', but
2290 introduce a new variable `shr-internal-width'. This allows users
2291 to specify a width themselves.
2292
2293 2014-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
2294
2295 * image-mode.el (image-toggle-display-image): If we have a
2296 `fit-width' or a `fit-height', don't limit the size of the image
2297 to the window size, because that doesn't preserve the aspect ratio.
2298 * image-mode.el: Move defvars earlier to avoid a byte-compilation
2299 warning.
2300
2301 2014-09-17 Reuben Thomas <rrt@sc3d.org>
2302
2303 * progmodes/js.el: Add interpreter-mode-alist support for various
2304 JavaScript interpreters.
2305
2306 2014-09-17 Paul Eggert <eggert@cs.ucla.edu>
2307
2308 Don't assume 'grep' supports GREP_OPTIONS.
2309 The GREP_OPTIONS environment variable is planned to be marked
2310 obsolescent in GNU grep, due to problems in its use, so stop
2311 relying on it.
2312 * progmodes/grep.el (grep-highlight-matches): Document this.
2313 (grep-process-setup): Do not set GREP_OPTIONS.
2314 (grep-compute-defaults): Use an explicit --color option if supported.
2315
2316 2014-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
2317
2318 * msb.el (msb--make-keymap-menu, msb-menu-bar-update-buffers):
2319 Don't add outdated key-shortcut cache (bug#18482).
2320
2321 2014-09-15 Glenn Morris <rgm@gnu.org>
2322
2323 * image.el (image-multi-frame-p): Fix thinko - do not force
2324 a delay if none was specified. (Bug#18334)
2325
2326 2014-09-15 Kan-Ru Chen <kanru@kanru.info>
2327
2328 * window.el (fit-window-to-buffer): Doc fix.
2329
2330 2014-09-15 Ivan Shmakov <ivan@siamics.net>
2331
2332 * desktop.el (desktop-create-buffer): Check that buffers are still live
2333 before burying them (bug#18373).
2334
2335 2014-09-15 Glenn Morris <rgm@gnu.org>
2336
2337 * calendar/diary-lib.el (diary-list-entries):
2338 Restore 24.3 display behavior. (Bug#18381)
2339
2340 2014-09-15 Eli Zaretskii <eliz@gnu.org>
2341
2342 * mouse.el (mouse-drag-line): On text-mode frames, count the mode
2343 line and header line as 1 pixel. This fixes the 1-"pixel" (row)
2344 discrepancy between window-pixel-edges and mouse events, and
2345 avoids moving mode line up when the mouse click is on the modeline
2346 and no drag is attempted.
2347
2348 2014-09-14 Daniel Colascione <dancol@dancol.org>
2349
2350 * register.el (insert-register): Change default interactive
2351 insertion mode.
2352
2353 2014-09-14 Michael Albinus <michael.albinus@gmx.de>
2354
2355 * net/tramp-cache.el (tramp-flush-file-function): Simplify check.
2356 Suppress debug messages.
2357
2358 * net/tramp.el (tramp-file-name-handler):
2359 * net/tramp-gvfs.el (tramp-gvfs-url-file-name): Apply `cons' where
2360 appropriate.
2361
2362 2014-09-13 Christopher Schmidt <ch@ristopher.com>
2363
2364 * calendar/calendar.el (calendar-update-mode-line):
2365 Do not overwrite mode-line-format if calendar-mode-line-format is
2366 nil. (Bug#18467)
2367
2368 2014-09-13 Leo Liu <sdl.web@gmail.com>
2369
2370 * emacs-lisp/pcase.el (pcase--dontwarn-upats): New var.
2371 (pcase--expand): Use it.
2372 (pcase-exhaustive): New macro. (Bug#16567)
2373
2374 * emacs-lisp/lisp-mode.el (lisp-el-font-lock-keywords-2):
2375 Add pcase-exhaustive.
2376
2377 2014-09-13 Eli Zaretskii <eliz@gnu.org>
2378
2379 * mail/rmailmm.el (rmail-mime-insert-html): Decode the HTML part
2380 using the specified transfer-encoding, if any, or 'undecided'.
2381 (rmail-mime-render-html-shr): Bind shr-width to nil, so lines are
2382 broken at the window margin.
2383
2384 2013-12-27 Ken Olum <kdo@cosmos.phy.tufts.edu>
2385
2386 Support rendering of HTML parts in Rmail (bug#4258).
2387 * mail/rmailmm.el (rmail-mime-process): Handle text/html
2388 separately from other text/ types. Suppress tagline for
2389 multipart body.
2390 (rmail-mime-parse): Don't change visibility of tagline here.
2391 (rmail-mime-set-bulk-data, rmail-mime-insert-bulk):
2392 Handle text/html specially.
2393 (rmail-mime-render-html-function,rmail-mime-prefer-html): New variables.
2394 (rmail-mime-insert-html, rmail-mime-render-html-shr)
2395 (rmail-mime-render-html-lynx): New functions.
2396 (rmail-mime-fix-inserted-faces): New function.
2397 (rmail-mime-process-multipart): Find the best part to show
2398 following rmail-mime-prefer-html if set.
2399 (rmail-mime-searching): New variable.
2400 (rmail-search-mime-message): Bind rmail-mime-searching to
2401 suppress rendering while searching.
2402
2403 2014-09-12 Sam Steingold <sds@gnu.org>
2404
2405 * progmodes/sql.el (sql-product-alist): Add vertica.
2406 (sql-vertica-program, sql-vertica-options)
2407 (sql-vertica-login-params, sql-comint-vertica, sql-vertica):
2408 New functions and variables to support Vertica.
2409 Inspired by code by Roman Scherer <roman@burningswell.com>.
2410
2411 2014-09-11 Paul Eggert <eggert@cs.ucla.edu>
2412
2413 * ses.el (ses-file-format-extend-parameter-list): Rename from
2414 ses-file-format-extend-paramter-list, to correct a misspelling.
2415 All uses changed.
2416
2417 2014-09-10 Alan Mackenzie <acm@muc.de>
2418
2419 CC Mode: revert recent changes and fix bug 17463 (cc-langs.elc
2420 gets loaded at run-time).
2421 * progmodes/cc-langs.el (c-no-parens-syntax-table): Rename the
2422 c-lang-const to c-make-no-parens-syntax-table and correct the
2423 logic.
2424 (c-no-parens-syntax-table): Correct the logic of the
2425 c-lang-defvar.
2426
2427 2014-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
2428
2429 CC-mode: Set open-paren-in-column-0-is-defun-start to nil;
2430 plus misc cleanup.
2431 * progmodes/cc-mode.el (c-basic-common-init):
2432 Set open-paren-in-column-0-is-defun-start.
2433 (adaptive-fill-first-line-regexp, font-lock-syntactic-keywords):
2434 Remove declarations, unused.
2435 (run-mode-hooks): Remove declaration.
2436 (font-lock-defaults): Use plain `defvar' to declare.
2437 (c-run-mode-hooks): Test existence of run-mode-hooks with fboundp.
2438 * progmodes/cc-langs.el (c-filter-ops): Avoid `setq'.
2439 (c-make-mode-syntax-table): Don't micro-optimize.
2440 (c-keywords, c-keyword-member-alist): Simplify.
2441 (c-kwds-lang-consts): Don't eval at compile-time.
2442 (c-primary-expr-regexp): Comment out unused vars.
2443 * progmodes/cc-fonts.el (c-font-lock-context): Declare at top-level.
2444 (c-font-byte-compile): New var.
2445 (c--compile): New function. Use it instead of `byte-compile'.
2446 (c-cpp-matchers): Quote the value returned by
2447 `c-make-syntactic-matcher' in case it's not self-evaluating.
2448 (c-basic-matchers-before): Avoid a plain MATCHER as keyword, wrap it in
2449 parentheses instead (in case MATCHER happens to be a list).
2450 (c-font-lock-enum-tail): Remove unused var `start'.
2451 (c-font-lock-objc-methods): Silence byte-compiler warnings.
2452 * progmodes/cc-engine.el (c-syntactic-re-search-forward): Sink an `if'
2453 test into an argument.
2454 * progmodes/cc-defs.el (c-point, c-major-mode-is, c-put-char-property)
2455 (c-get-char-property): Don't use `eval' just to unquote a constant.
2456 (c-use-extents): Remove. Use (featurep 'xemacs), compiled
2457 more efficiently.
2458 (c-put-char-property-fun): Don't call `byte-compile' by hand.
2459 (c-clear-char-property, c-clear-char-properties): Check that `property'
2460 is a quoted constant.
2461 (c-emacs-features): Remove `infodock', `syntax-properties', and
2462 `pps-extended-state' (never used), `8-bit' and `1-bit' (use (featurep
2463 'xemacs) instead). Use `with-temp-buffer' and let-bind vars after
2464 changing buffer, so we don't have to setq them again afterwards.
2465 (c-lang-const): Remove redundant symbolp assertions.
2466 (c-find-assignment-for-mode): Use `or'.
2467 * Makefile.in (compile-one-process): Remove cc-mode dependency.
2468
2469 2014-09-09 Sam Steingold <sds@gnu.org>
2470
2471 * progmodes/sql.el (sql-default-directory): Fix type annotation.
2472
2473 2014-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
2474
2475 * progmodes/cc-awk.el: Remove unneeded cc-bytecomp use.
2476 Change doc comments into docstrings.
2477 * Makefile.in: Remove cc-awk dependency.
2478
2479 2014-09-08 Sam Steingold <sds@gnu.org>
2480
2481 * progmodes/sql.el (sql-send-line-and-next): New command,
2482 bound to C-c C-n.
2483 (sql-show-sqli-buffer): Display the buffer instead of its name and
2484 bind the command to C-c C-z.
2485 (sql-default-directory): New user option.
2486 (sql-product-interactive): Bind `default-directory' to it to
2487 enable remote connections using Tramp.
2488 (sql-set-sqli-buffer): Call `sql-product-interactive' when no
2489 suitable buffer is available.
2490
2491 2014-09-08 Glenn Morris <rgm@gnu.org>
2492
2493 * calendar/calendar.el (calendar-basic-setup):
2494 Fix calendar-view-holidays-initially-flag and fancy display.
2495 * calendar/diary-lib.el (diary-live-p): Doc fix.
2496
2497 * calendar/calendar.el (calendar-basic-setup):
2498 Avoid clobbering calendar with diary. (Bug#18381)
2499
2500 2014-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
2501
2502 * vc/vc-dir.el (vc-dir-update): Don't burp in corner case.
2503
2504 2014-09-08 Lars Ljung <lars@matholka.se> (tiny change)
2505
2506 * isearch.el (isearch-yank-word-or-char): Obey superword-mode
2507 as well (bug#18400).
2508
2509 2014-09-08 Eli Zaretskii <eliz@gnu.org>
2510
2511 * subr.el (posn-actual-col-row): Doc fix. (Bug#18385)
2512
2513 2014-09-06 Leo Liu <sdl.web@gmail.com>
2514
2515 * emacs-lisp/pcase.el (pcase): Doc fix.
2516 (pcase--split-vector): New function.
2517 (pcase--q1): Support vector qpattern. (Bug#18327)
2518
2519 2014-09-05 Sam Steingold <sds@gnu.org>
2520
2521 * textmodes/tex-mode.el (tex-print-file-extension): New user
2522 option.
2523 (tex-print): Use it instead of the hard-coded string.
2524
2525 2014-09-05 Michael Albinus <michael.albinus@gmx.de>
2526
2527 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
2528 Expand `default-directory'.
2529
2530 2014-09-05 Martin Rudalics <rudalics@gmx.at>
2531
2532 * scroll-bar.el (horizontal-scroll-bars-available-p):
2533 New function.
2534 (horizontal-scroll-bar-mode): Rewrite using
2535 horizontal-scroll-bars-available-p.
2536 * menu-bar.el (menu-bar-showhide-scroll-bar-menu): Rewrite using
2537 horizontal-scroll-bars-available-p.
2538
2539 2014-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
2540
2541 * subr.el (call-process-shell-command, process-file-shell-command):
2542 Make the `args' obsolete (bug#18409).
2543 (start-process-shell-command, start-file-process-shell-command):
2544 Use `declare'.
2545
2546 2014-09-05 Jay Belanger <jay.p.belanger@gmail.com>
2547
2548 * calc/calc-forms.el (math-normalize-hms): Do a better check for
2549 "negative" hms forms.
2550
2551 2014-09-04 Rasmus Pank Roulund <emacs@pank.eu>
2552
2553 * vc/vc-git.el (vc-git-conflicted-files): Fix bug when git status
2554 returns nil (bug#18391).
2555
2556 2014-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
2557
2558 * emacs-lisp/eldoc.el (eldoc-function-argstring): Don't strip
2559 terminating paren (bug#18352).
2560 (eldoc-last-data-store): Return cached data.
2561 (eldoc-get-var-docstring): Avoid setq.
2562 (eldoc-get-fnsym-args-string): Clarify data flow.
2563
2564 2014-09-04 Thierry Volpiatto <thierry.volpiatto@gmail.com>
2565
2566 * emacs-lisp/eldoc.el (eldoc-highlight-function-argument): Handle the
2567 case where we're currently providing part of the &rest arg after some
2568 &key args, as in define-ibuffer-op (bug#18048).
2569
2570 2014-09-03 Stefan Monnier <monnier@iro.umontreal.ca>
2571
2572 * progmodes/which-func.el (which-func-ff-hook): Obey pre-existing
2573 buffer-local setting of which-func-mode.
2574 (which-func-mode): Use defvar-local.
2575 (which-function-mode): Don't reset which-func-mode in each buffer since
2576 it might have been set by someone else.
2577 (which-func-update-ediff-windows): Check which-function-mode.
2578
2579 2014-09-03 Martin Rudalics <rudalics@gmx.at>
2580
2581 * frame.el (frame-initialize): Remove horizontal-scroll-bars
2582 from frame-initial-frame-alist.
2583 * scroll-bar.el (previous-horizontal-scroll-bar-mode)
2584 (horizontal-scroll-bar-mode-explicit)
2585 (set-horizontal-scroll-bar-mode, get-horizontal-scroll-bar-mode)
2586 (toggle-horizontal-scroll-bar): Remove.
2587 (horizontal-scroll-bar-mode): Remove defcustom.
2588 (horizontal-scroll-bar-mode): Fix doc-string.
2589 (scroll-bar-toolkit-scroll)
2590 (scroll-bar-toolkit-horizontal-scroll): Add doc-strings stubs.
2591
2592 2014-09-03 Stefan Monnier <monnier@iro.umontreal.ca>
2593
2594 * emacs-lisp/package.el (package-generate-description-file):
2595 Properly quote the arguments (bug#18332). Change second arg.
2596 (package--alist-to-plist-args): Rename from package--alist-to-plist and
2597 quote the elements.
2598 (package--make-autoloads-and-stuff): Fix the test for pre-existence of
2599 the *-pkg.el file. Adjust to new calling convention of
2600 package-generate-description-file.
2601
2602 * progmodes/gud.el (gud-gdb-completion-at-point): Add hack (bug#18282).
2603 (gud-gdb-completions): Remove obsolete workaround.
2604
2605 2014-09-03 Eli Zaretskii <eliz@gnu.org>
2606
2607 * subr.el (posn-col-row): Revert the change from commit
2608 2010-11-13T21:07:58Z!eliz@gnu.org, which
2609 was inadvertently merged from emacs-23 release branch in 2010-11-18T03:54:14Z!monnier@iro.umontreal.ca
2610 monnier@iro.umontreal.ca-20101118035414-yvlg7k7dk4k4l3q, and
2611 introduced an off-by-one error in the reported row when there is a
2612 header line. (Bug#18384)
2613
2614 2014-09-03 Fabián Ezequiel Gallina <fgallina@gnu.org>
2615
2616 * progmodes/python.el (python-indent-post-self-insert-function):
2617 Avoid electric colon at beginning-of-defun. (Bug#18228)
2618
2619 2014-09-03 Glenn Morris <rgm@gnu.org>
2620
2621 * tutorial.el (tutorial--display-changes):
2622 Fix 2014-08-01 change. (Bug#18382)
2623
2624 2014-09-03 Ken Brown <kbrown@cornell.edu>
2625
2626 * startup.el (fancy-splash-frame): Extend the fix for Bug#16014 to
2627 the Cygwin-w32 build. (Bug#18347)
2628
2629 2014-09-03 Glenn Morris <rgm@gnu.org>
2630
2631 * tar-mode.el (tar--extract, tar-extract):
2632 Avoid permanently disabling undo in extracted buffers. (Bug#18344)
2633
2634 2014-09-03 Stefan Monnier <monnier@iro.umontreal.ca>
2635
2636 * progmodes/sh-script.el (sh-font-lock-quoted-subshell): Try to better
2637 handle multiline elements (bug#18380).
2638
2639 2014-09-01 Eli Zaretskii <eliz@gnu.org>
2640
2641 * ls-lisp.el (ls-lisp-use-string-collate)
2642 (ls-lisp-UCA-like-collation): New defcustoms.
2643 (ls-lisp-string-lessp): Use them to control sorting by file
2644 names. (Bug#18051)
2645 (ls-lisp-version-lessp): New function.
2646 (ls-lisp-handle-switches): Use it to implement the -v switch of
2647 GNU ls.
2648 (ls-lisp--insert-directory): Mention the -v switch in the doc string.
2649
2650 2014-08-31 Christoph Scholtes <cschol2112@gmail.com>
2651
2652 * ibuffer.el: Replace mode-specific quit function with
2653 `quit-window' via `special-mode'.
2654 (ibuffer-mode-map): Use keybindings from special-mode-map instead
2655 of local overrides.
2656 (ibuffer): Don't store previous windows configuration.
2657 Let `quit-window' handle restoring.
2658 (ibuffer-quit): Remove function. Use `quit-window' instead.
2659 (ibuffer-restore-window-config-on-quit): Remove variable.
2660 (ibuffer-prev-window-config): Remove variable.
2661
2662 2014-08-29 Michael Heerdegen <michael_heerdegen@web.de>
2663
2664 * emacs-lisp/easy-mmode.el (define-minor-mode): Use mode function
2665 name instead of variable name in hook docstring. (Bug#18349)
2666
2667 2014-08-29 Martin Rudalics <rudalics@gmx.at>
2668
2669 * window.el (display-buffer-at-bottom): Prefer bottom-left
2670 window to other bottom windows. Reuse a bottom window if it
2671 shows the buffer already. Suggested by Juri Linkov
2672 <juri@jurta.org> in discussion of (Bug#18181).
2673
2674 2014-08-29 Leo Liu <sdl.web@gmail.com>
2675
2676 * files.el (minibuffer-with-setup-hook): Allow (:append FUN) to
2677 append to minibuffer-setup-hook. (Bug#18341)
2678
2679 2014-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
2680
2681 * progmodes/cc-defs.el: Expose c-lanf-defconst's expressions to the
2682 byte-compiler.
2683 (lookup-syntax-properties): Silence byte-compiler.
2684 (c-lang-defconst): Quote the code with `lambda' rather than with
2685 `quote'.
2686 (c-lang-const): Avoid unneeded setq.
2687 (c-lang-constants-under-evaluation): Add docstring.
2688 (c-lang--novalue): New constant.
2689 (c-find-assignment-for-mode): Use it instead of c-lang-constants.
2690 (c-get-lang-constant): Same here.
2691 Get the mode's value using `funcall' now that the code is quoted
2692 with `lambda'.
2693
2694 2014-08-28 Michael Albinus <michael.albinus@gmx.de>
2695
2696 * net/tramp.el (tramp-handle-shell-command): Use `display-buffer'.
2697 (Bug#18326)
2698
2699 2014-08-28 Martin Rudalics <rudalics@gmx.at>
2700
2701 * scroll-bar.el (scroll-bar-horizontal-drag-1): Handle new
2702 interpretation of `portion-whole'.
2703
2704 2014-08-28 Michael Albinus <michael.albinus@gmx.de>
2705
2706 * net/tramp-adb.el: Spell author name correctly.
2707
2708 2014-08-28 João Távora <joaotavora@gmail.com>
2709
2710 * net/shr.el (shr-expand-url): Plain expand-file-name is not enough;
2711 use url-expand-file-name. (Bug#18310)
2712
2713 2014-08-28 Glenn Morris <rgm@gnu.org>
2714
2715 * emulation/cua-rect.el (cua--highlight-rectangle):
2716 Avoid error at point-min. (Bug#18309)
2717
2718 2014-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
2719
2720 * progmodes/python.el (python-shell-prompt-detect): Remove redundant
2721 executable-find (bug#18244).
2722
2723 * simple.el (self-insert-uses-region-functions): Defvar.
2724
2725 2014-08-28 Glenn Morris <rgm@gnu.org>
2726
2727 * subr.el (remq): Revert 2014-08-25 doc change (not always true).
2728
2729 2014-08-27 Dmitry Antipov <dmantipov@yandex.ru>
2730
2731 * startup.el (normal-top-level): Now use internal--top-level-message.
2732
2733 2014-08-26 Dmitry Antipov <dmantipov@yandex.ru>
2734
2735 * startup.el (normal-top-level): Use top-level-message.
2736
2737 2014-08-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
2738
2739 * net/shr.el (shr-copy-url): Encode copied URL to avoid getting
2740 URLs containing spaces and the like.
2741
2742 2014-08-25 Christoph Scholtes <cschol2112@gmail.com>
2743
2744 * subr.el (remq): Fix docstring (Bug#18253).
2745
2746 2014-08-25 Christoph Scholtes <cschol2112@gmail.com>
2747
2748 * replace.el (query-replace): Fix typo in docstring (Bug#18320).
2749
2750 2014-08-24 Alan Mackenzie <acm@muc.de>
2751
2752 Handle C++11's "auto" and "decltype" constructions.
2753 * progmodes/cc-engine.el (c-forward-type): Enhance to recognise
2754 and return 'decltype.
2755 (c-forward-decl-or-cast-1): New let variables backup-kwd-sym,
2756 prev-kwd-sym, new-style-auto. Enhance to handle the new "auto"
2757 keyword.
2758 * progmodes/cc-fonts.el (c-font-lock-declarations): Handle the
2759 "decltype" keyword.
2760 (c-font-lock-c++-new): Handle "decltype" constructions.
2761 * progmodes/cc-langs.el (c-auto-ops, c-auto-ops-re):
2762 New c-lang-defconsts/defvars.
2763 (c-haskell-op, c-haskell-op-re): New c-lang-defconsts/defvars.
2764 (c-typeof-kwds, c-typeof-key): New c-lang-defconsts/defvars.
2765 (c-typeless-decl-kwds): Append "auto" onto the C++ value.
2766 (c-not-decl-init-keywords): Also exclude c-typeof-kwds from value.
2767
2768 Make ">>" act as double template ender in C++ Mode. Fix
2769 bug#11386.
2770 * progmodes/cc-langs.el (c->-op-cont-tokens): New lang-const split
2771 off from c->-op-cont-re.
2772 (c->-op-cont-tokens): Change to use the above.
2773 (c->-op-without->-cont-regexp): New lang-const.
2774 * progmodes/cc-engine.el (c-forward-<>-arglist-recur):
2775 Use c->-op-without->-cont-regexp in place of c->-op-cont-tokens.
2776
2777
2778 2014-08-23 Alan Mackenzie <acm@muc.de>
2779
2780 * progmodes/cc-fonts.el (c-font-lock-declarators): Fix infinite
2781 loop, bug #18306. The bug was introduced on 2014-08-02.
2782
2783 2014-08-21 Eli Zaretskii <eliz@gnu.org>
2784
2785 * textmodes/texnfo-upd.el (texinfo-specific-section-type):
2786 Don't recognize a Top node if there are other sectioning commands
2787 earlier in the Texinfo file. This fixes a bug in
2788 texinfo-make-menu and avoids inflooping in
2789 texinfo-all-menus-update when they are invoked on texinfo.texi.
2790
2791 2014-08-21 Martin Rudalics <rudalics@gmx.at>
2792
2793 * window.el (window--side-window-p): New function.
2794 (split-window, window-splittable-p): Use window--side-window-p to
2795 determine whether WINDOW can be split (Bug#18304).
2796 * calendar/calendar.el (calendar-basic-setup): Fix one call of
2797 `window-splittable-p' and add another (Bug#18304).
2798
2799 2014-08-20 Sam Steingold <sds@gnu.org>
2800
2801 * progmodes/python.el (python-new-pythonpath): Extract from
2802 `python-shell-calculate-process-environment'.
2803
2804 2014-08-18 Thierry Volpiatto <thierry.volpiatto@gmail.com>
2805
2806 * emacs-lisp/eldoc.el (eldoc-highlight-function-argument): Add support
2807 for &key args (bug#18048).
2808
2809 2014-08-18 Stefan Monnier <monnier@iro.umontreal.ca>
2810
2811 * emacs-lisp/eldoc.el (eldoc-argument-case): Obsolete and change default.
2812 (eldoc-function-argstring-format): Remove.
2813 (eldoc-function-argstring): Always return upcase args.
2814 Use help-make-usage. Don't add parens.
2815 (eldoc-get-fnsym-args-string): Don't obey eldoc-argument-case since
2816 it's too late to do it right (bug#18048).
2817
2818 2014-08-18 Eli Zaretskii <eliz@gnu.org>
2819
2820 * scroll-bar.el (scroll-bar-horizontal-drag-1)
2821 (scroll-bar-toolkit-horizontal-scroll): When determining the
2822 paragraph direction, use the buffer of the window designated in
2823 the event.
2824
2825 2014-08-16 Andreas Schwab <schwab@linux-m68k.org>
2826
2827 * vc/diff-mode.el (diff-fixup-modifs): Handle empty line in
2828 context of unified diff.
2829
2830 2014-08-16 Paul Eggert <eggert@cs.ucla.edu>
2831
2832 Add dependencies to fix loaddefs race during parallel builds.
2833 Without this, for example, 'make -j bootstrap' can fail and report
2834 "Opening input file: no such file or directory,
2835 .../lisp/calendar/diary-loaddefs.el ... recipe for target
2836 'calendar/hol-loaddefs.el' failed", where the hol-loaddefs.el rule
2837 got confused because diary-loaddefs.el was being built in parallel.
2838 * Makefile.in ($(CAL_DIR)/diary-loaddefs.el):
2839 Depend on $(CAL_DIR)/cal-loaddefs.el.
2840 ($(CAL_DIR)/hol-loaddefs.el): Depend on $(CAL_DIR)/diary-loaddefs.el.
2841
2842 2014-08-16 Martin Rudalics <rudalics@gmx.at>
2843
2844 * scroll-bar.el (scroll-bar-horizontal-drag-1): Use cdr of
2845 portion-whole for scrolling right-to-left text.
2846
2847 2014-08-15 Leo Liu <sdl.web@gmail.com>
2848
2849 * speedbar.el (speedbar-generic-list-tag-p): Allow special
2850 elements from imenu.
2851
2852 2014-08-15 Glenn Morris <rgm@gnu.org>
2853
2854 * subr.el (with-output-to-temp-buffer): Doc fix; from elisp manual.
2855
2856 2014-08-13 Jan Nieuwenhuizen <janneke@gnu.org>
2857
2858 * progmodes/compile.el (compilation-error-regexp-alist-alist):
2859 Add Guile regexpses.
2860
2861 2014-08-13 Jan Nieuwenhuizen <janneke@gnu.org>
2862
2863 * progmodes/gud.el (guiler): New function. Starts the Guile REPL;
2864 add Guile debugger support for GUD.
2865
2866 2014-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
2867
2868 * obsolete/mouse-sel.el (mouse-sel-mode): Use add/remove-function.
2869 (mouse-sel--ignore): New function.
2870 (mouse-sel-has-been-enabled, mouse-sel-original-bindings)
2871 (mouse-sel-original-interprogram-cut-function)
2872 (mouse-sel-original-interprogram-paste-function): Remove.
2873
2874 2014-08-13 Eric S. Raymond <esr@thyrsus.com>
2875
2876 * vc/vc-git.el (vc-git-resolve-when-done): New function.
2877 Call "git add" when there are no longer conflict markers.
2878
2879 2014-08-13 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
2880
2881 * vc/vc-git.el (vc-git-find-file-hook): New function.
2882 Adds support for calling smerge (and resolve) on a conflicted file.
2883 (vc-git-conflicted-files): New function.
2884 Useful in itself and a step towards better smerge support.
2885
2886 2014-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
2887
2888 * mpc.el (mpc-reorder): Don't bother splitting the "active" elements
2889 to the first part if they're the same as the selection.
2890
2891 2014-08-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
2892
2893 * image-mode.el (image-transform-reset): New command and menu item.
2894 (image-mode-map): Rearrange the menu items to put presumably more
2895 obscure items at the end.
2896
2897 2014-08-12 Juri Linkov <juri@jurta.org>
2898
2899 * vc/vc-annotate.el (vc-annotate-background-mode):
2900 Use `with-demoted-errors' instead of `ignore-errors'. (Bug#18189)
2901
2902 2014-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
2903
2904 * files.el (out-of-memory-warning-percentage): Turn it off by default.
2905
2906 2014-08-11 Sam Steingold <sds@gnu.org>
2907
2908 * textmodes/sgml-mode.el (sgml-validate-command): Set depending on
2909 the presence of known validators (tidy, (o)nsgmls).
2910
2911 2014-08-11 Ulf Jasper <ulf.jasper@web.de>
2912
2913 Newsticker: introduce `newsticker-treeview-date-format'. (Bug#17227)
2914
2915 * net/newst-treeview.el (newsticker-treeview-date-format): New.
2916 (newsticker--treeview-list-add-item): Use `newsticker-treeview-date-format'.
2917
2918 2014-08-11 Glenn Morris <rgm@gnu.org>
2919
2920 * files.el (basic-save-buffer-2): Revert 2013-01-31 change, which
2921 chose coding system for writing before backing up, since it causes
2922 a more serious problem than the one it solves. (Closes Bug#18141,
2923 reopens Bug#13522.)
2924
2925 2014-08-11 Martin Rudalics <rudalics@gmx.at>
2926
2927 * window.el (window-total-size): Make doc-string more self-contained.
2928
2929 * window.el (display-buffer-below-selected): Restore original
2930 behavior if buffer is already displayed in the window below the
2931 selected one (Bug#18181).
2932
2933 2014-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
2934
2935 * mouse.el (mouse--down-1-maybe-follows-link): Don't convert the down
2936 event (bug#18212).
2937
2938 2014-08-11 Eli Zaretskii <eliz@gnu.org>
2939
2940 * info.el (info): Doc fix.
2941
2942 2014-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
2943
2944 * info.el (Info-mode-map): Override a global down-mouse-2 binding
2945 (bug#18212).
2946
2947 2014-08-11 Eli Zaretskii <eliz@gnu.org>
2948
2949 * simple.el (default-line-height): A floating-point value of
2950 line-spacing means a fraction of the default frame font's height,
2951 not of the font currently used by the 'default' face.
2952 Truncate the pixel value, like the display engine does.
2953 (window-screen-lines): Use window-inside-pixel-edges for
2954 determining the window height in pixels. (Bug#18195)
2955
2956 2014-08-11 Grégoire Jadi <daimrod@gmail.com>
2957
2958 * leim/quail/latin-post.el: Transform " __" into " _". (Bug#18023)
2959
2960 2014-08-10 Ulf Jasper <ulf.jasper@web.de>
2961
2962 Enumerate evaluated sexp diary entries (Bug#7911).
2963 * calendar/icalendar.el (icalendar-export-sexp-enumerate-all)
2964 (icalendar-export-sexp-enumeration-days): New.
2965 (icalendar-export-region): Now `icalendar--convert-to-ical'
2966 returns a cons cell or a list of cons cells.
2967 (icalendar--convert-to-ical): Take care of
2968 `icalendar-export-sexp-enumerate-all'. Return (a list of) cons cells.
2969 (icalendar--convert-ordinary-to-ical)
2970 (icalendar--convert-weekly-to-ical, icalendar--convert-yearly-to-ical)
2971 (icalendar--convert-block-to-ical, icalendar--convert-block-to-ical)
2972 (icalendar--convert-float-to-ical, icalendar--convert-cyclic-to-ical)
2973 (icalendar--convert-anniversary-to-ical): Return cons cell.
2974 (icalendar--convert-sexp-to-ical): Enumerate evaluated sexp
2975 entries. Return (list of) cons cells.
2976
2977 2014-08-09 Juri Linkov <juri@jurta.org>
2978
2979 * vc/vc-annotate.el (vc-annotate-background-mode): Add :set
2980 to reevaluate `vc-annotate-color-map'. (Bug#18189)
2981
2982 2014-08-09 Alan Mackenzie <acm@muc.de>
2983
2984 * progmodes/cc-fonts.el (c-font-lock-declarators): Remove check
2985 for top-level that can cause unacceptable slow-down in scrolling.
2986 See email Subject: Huge {...} blocks in C/C++ again, from Dmitry
2987 Antipov from 2013-10-14 in emacs-devel.
2988
2989 2014-08-08 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
2990
2991 * ibuffer.el (ibuffer-mode-map): Use toggle button for
2992 `ibuffer-auto-mode' menu entry.
2993 (ibuffer-mode-hook): Add `ibuffer-auto-mode' customization option.
2994
2995 2014-08-08 Matthias Meulien <orontee@gmail.com>
2996
2997 * progmodes/prog-mode.el (prog-mode-hook): Make customizable.
2998 (Bug#16394)
2999
3000 2014-08-07 Martin Rudalics <rudalics@gmx.at>
3001
3002 * window.el (window--min-size-1): Explicitly set WINDOW arg in
3003 calls of window-min-pixel-height and window-min-pixel-width.
3004
3005 2014-08-07 Reuben Thomas <rrt@sc3d.org>
3006
3007 * progmodes/ada-mode.el:
3008 * net/tramp.el (tramp-handle-file-symlink-p):
3009 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Remove a comment
3010 about VMS, which we no longer support.
3011 * progmodes/ada-xref.el (ada-xref-current): Remove mention of VMS,
3012 and fix a FIXME, using convert-standard-filename in place of
3013 removed ada-convert-file-name.
3014
3015 2014-08-07 Eli Zaretskii <eliz@gnu.org>
3016
3017 * files.el (auto-mode-alist): Remove support for VMS from a pattern.
3018
3019 2014-08-07 Reuben Thomas <rrt@sc3d.org>
3020
3021 Refer to MS-DOS using the same name everywhere.
3022 * arc-mode.el, files.el, frame.el: ``MS-DOG'', ``MSDOG'' and
3023 ``msdog'' become ``MS-DOS''.
3024
3025 2014-08-07 Michael Albinus <michael.albinus@gmx.de>
3026
3027 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
3028 Use cached "remote-copy-args" value, if available. (Bug#18199)
3029
3030 2014-08-07 Leo Liu <sdl.web@gmail.com>
3031
3032 * help.el (temp-buffer-setup-hook,temp-buffer-show-hook):
3033 Revert change on 2014-03-22.
3034
3035 2014-08-06 Ulf Jasper <ulf.jasper@web.de>
3036
3037 * calendar/icalendar.el (icalendar--diarytime-to-isotime)
3038 (icalendar--convert-ordinary-to-ical): Allow for missing minutes
3039 (Bug#13750).
3040
3041
3042 2014-08-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
3043
3044 * image-mode.el (image-toggle-display-image): Always rescale images
3045 to not be bigger than the current window.
3046
3047 2014-08-05 Eric Brown <brown@fastmail.fm> (tiny change)
3048
3049 * net/eww.el (eww-bookmarks-directory): New variable.
3050 (eww-write-bookmarks): Use it.
3051 (eww-read-bookmarks): Ditto.
3052
3053 2014-08-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
3054
3055 * net/shr.el (shr-copy-url): Also copy the image URL.
3056
3057 2014-08-05 Michael Albinus <michael.albinus@gmx.de>
3058
3059 * net/tramp-cache.el (tramp-flush-file-function): Suppress function
3060 also for Tramp working buffers.
3061
3062 2014-08-04 Fabián Ezequiel Gallina <fgallina@gnu.org>
3063
3064 * progmodes/python.el: Fix completions inside (i)pdb.
3065 (python-shell-completion-pdb-string-code): Make obsolete.
3066 (python-shell-completion-get-completions):
3067 Use python-shell-completion-string-code resending setup code
3068 continuously for (i)pdb.
3069
3070 2014-08-04 Paul Eggert <eggert@cs.ucla.edu>
3071
3072 * rect.el (rectangle--default-line-number-format): Rename
3073 from misspelled rectange--default-line-number-format (Bug#18045).
3074 All uses changed.
3075
3076 2014-08-03 Paul Eggert <eggert@cs.ucla.edu>
3077
3078 Don't mishandle year-9999 dates (Bug#18176).
3079 * calendar/parse-time.el (parse-time-rules):
3080 Allow years up to most-positive-fixnum.
3081 * calendar/time-date.el (date-to-time):
3082 Pass "Specified time is not representable" errors through.
3083
3084 2014-08-02 Fabián Ezequiel Gallina <fgallina@gnu.org>
3085
3086 * progmodes/python.el: Completion code cleanups.
3087 (python-shell-completion-get-completions): Detect and send import
3088 statements directly to completion function.
3089 (python-shell-completion-at-point): Simplify prompt calculation
3090 and import vs input completion logic.
3091
3092 2014-08-02 Alan Mackenzie <acm@muc.de>
3093
3094 Fix confusion in C++ file caused by comma in "= {1,2},".
3095 Bug #17756.
3096 * progmodes/cc-engine.el (c-beginning-of-statement-1): In checking
3097 for a statement boundary marked by "}", check there's no "="
3098 before the "{".
3099 (c-guess-basic-syntax CASE 9B): Call c-beginning-of-statement with
3100 non-nil `comma-delim' argument.
3101 * progmodes/cc-fonts.el (c-font-lock-declarators): Parse an
3102 initializer expression more accurately.
3103
3104 Correct loop termination condition in c-syntactic-skip-backward.
3105 * progmodes/cc-engine.el (c-syntactic-skip-backward): Correct for
3106 the situation where, after moving back out of a literal,
3107 skip-chars-backward doesn't move further, yet checks have still to
3108 be done.
3109
3110 2014-08-01 Eli Zaretskii <eliz@gnu.org>
3111
3112 * tutorial.el (tutorial--display-changes): Accept punctuation
3113 characters before the key binding. (Bug#18146)
3114
3115 2014-07-31 Fabián Ezequiel Gallina <fgallina@gnu.org>
3116
3117 * progmodes/python.el: Shell output capture enhancements.
3118 (python-shell-accept-process-output): New function.
3119 (inferior-python-mode)
3120 (python-shell-send-setup-code): Use it.
3121
3122 2014-07-30 Christophe Deleuze <christophe.deleuze@free.fr> (tiny change)
3123
3124 * calendar/icalendar.el (icalendar--decode-isodatetime):
3125 Use actual current-time-zone when converting to local time. (Bug#15408)
3126
3127 2014-07-29 Martin Rudalics <rudalics@gmx.at>
3128
3129 * window.el (window--state-put-2): Handle horizontal scroll
3130 bars, if present.
3131
3132 2014-07-29 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
3133
3134 * menu-bar.el (menu-bar-update-buffers): Update item list format
3135 in `buffers-menu' to confirm with changes to `get_keyelt'
3136 (r117463). (Bug#18016)
3137
3138 2014-07-28 Fabián Ezequiel Gallina <fgallina@gnu.org>
3139
3140 * progmodes/python.el (inferior-python-mode): Make input prompts
3141 read-only.
3142
3143 2014-07-28 Emilio C. Lopes <eclig@gmx.net>
3144
3145 * net/tramp-sh.el (tramp-get-remote-python): Also search for
3146 executables named "python2" or "python3".
3147 (tramp-get-remote-uid-with-python): Use parentheses around
3148 arguments to `print' to make it compatible with Python 3.
3149 (tramp-get-remote-gid-with-python): Ditto. (Bug#18118)
3150
3151 2014-07-28 Eli Zaretskii <eliz@gnu.org>
3152
3153 * window.el (window--pixel-to-total): Use FRAME's root window, not
3154 that of the selected frame. (Bug#18112, Bug#16674)
3155
3156 2014-07-28 Andreas Schwab <schwab@linux-m68k.org>
3157
3158 * textmodes/tex-mode.el (tex-font-lock-verb): Doc fix.
3159 (Bug#18117)
3160
3161 2014-07-28 Fabián Ezequiel Gallina <fgallina@gnu.org>
3162
3163 * progmodes/python.el (inferior-python-mode): Doc fix.
3164
3165 2014-07-28 Stephen Berman <stephen.berman@gmx.net>
3166
3167 * calendar/todo-mode.el (todo-edit-item--next-key): If next key is
3168 not a character, ignore it instead of raising an error.
3169
3170 * calendar/todo-mode.el: Fix handling of marked items and make
3171 minor code improvements.
3172 (todo-edit-item): If there are marked items, ensure user can only
3173 invoke editing commands that work with marked items.
3174 (todo-edit-item--text): When there are marked items, make it a
3175 noop if invoked with point not on an item; otherwise, ensure it
3176 applies only to item at point.
3177 (todo-item-undone): If there are marked not-done items, return
3178 point to its original position before signaling user error.
3179 (todo--user-error-if-marked-done-item): New function.
3180 (todo-edit-item--header, todo-edit-item--diary-inclusion)
3181 (todo-item-done): Use it.
3182
3183 2014-07-28 Glenn Morris <rgm@gnu.org>
3184
3185 * files.el (toggle-read-only): Re-add basic doc-string.
3186 * vc/vc-hooks.el (vc-toggle-read-only): Tweak obsolescence mesage.
3187
3188 * progmodes/prolog.el (prolog-mode-keybindings-edit):
3189 Replace missing `switch-to-prolog' with `run-prolog'.
3190 (switch-to-prolog): Define as (obsolete) alias, as in 23.4.
3191
3192 2014-07-28 Stephen Berman <stephen.berman@gmx.net>
3193
3194 * calendar/todo-mode.el (todo-set-top-priorities): Fix overwriting
3195 of file-wide setting when changing category-wide setting.
3196
3197 2014-07-28 Stephen Berman <stephen.berman@gmx.net>
3198
3199 * doc-view.el (doc-view-open-text): Don't require that the
3200 document is saved in a file (e.g., email attachment).
3201
3202 2014-07-28 Fabián Ezequiel Gallina <fgallina@gnu.org>
3203
3204 Parse completion input in a iPython friendly way. (Bug#18084)
3205 * progmodes/python.el
3206 (python-shell-completion-at-point): Rename from
3207 python-shell-completion-complete-at-point.
3208 (inferior-python-mode): Use it.
3209 (python-completion-at-point): Rename from
3210 python-completion-complete-at-point. Parse input up to first
3211 backward occurrence of whitespace, open-paren, close-paren or
3212 string delimiter.
3213 (python-mode): Use it.
3214
3215 2014-07-28 Fabián Ezequiel Gallina <fgallina@gnu.org>
3216
3217 Prevent Python process shell buffer to pop twice.
3218 * progmodes/python.el (python-shell-switch-to-shell): Do not call
3219 pop-to-buffer.
3220
3221 2014-07-28 Fabián Ezequiel Gallina <fgallina@gnu.org>
3222
3223 * progmodes/python.el
3224 (python-shell-with-shell-buffer): New macro.
3225 (python-shell-font-lock-get-or-create-buffer)
3226 (python-shell-font-lock-kill-buffer)
3227 (python-shell-font-lock-with-font-lock-buffer)
3228 (python-shell-font-lock-cleanup-buffer)
3229 (python-shell-font-lock-toggle): Use it.
3230 (python-shell-font-lock-turn-on)
3231 (python-shell-font-lock-turn-off): Use it. Make command.
3232
3233 2014-07-28 Fabián Ezequiel Gallina <fgallina@gnu.org>
3234
3235 Grab all Python process output before inferior-python-mode hooks.
3236 * progmodes/python.el (inferior-python-mode):
3237 Call accept-process-output and sit-for to ensure all output for process
3238 has been received before running hooks.
3239 (python-shell-internal-get-or-create-process):
3240 Cleanup accept-process-output and sit-for calls.
3241
3242 2014-07-28 Fabián Ezequiel Gallina <fgallina@gnu.org>
3243
3244 More robust shell startup and code setup.
3245 * progmodes/python.el (python-shell-make-comint):
3246 Remove accept-process-output call.
3247 (python-shell-get-buffer): Return current buffer if major-mode is
3248 inferior-python-mode.
3249 (python-shell-get-or-create-process): Use it.
3250 (python-shell-send-setup-code): Send all setup code in one string,
3251 output success message and accept-process-output.
3252
3253 2014-07-27 Eli Zaretskii <eliz@gnu.org>
3254
3255 * scroll-bar.el (scroll-bar-toolkit-horizontal-scroll):
3256 Add rudimentary support for bidirectional text.
3257
3258 2014-07-27 Martin Rudalics <rudalics@gmx.at>
3259
3260 * frame.el (frame-notice-user-settings): Rewrite using
3261 frame-initial-frame-tool-bar-height.
3262 * menu-bar.el (menu-bar-horizontal-scroll-bar)
3263 (menu-bar-no-horizontal-scroll-bar): New functions.
3264 (menu-bar-showhide-scroll-bar-menu): Add bindings for horizontal
3265 scroll bars.
3266 * scroll-bar.el (scroll-bar-lines)
3267 (set-horizontal-scroll-bar-mode)
3268 (get-horizontal-scroll-bar-mode, horizontal-scroll-bar-mode)
3269 (scroll-bar-horizontal-drag-1, scroll-bar-horizontal-drag)
3270 (scroll-bar-toolkit-horizontal-scroll): New functions.
3271 (horizontal-scroll-bar-mode)
3272 (previous-horizontal-scroll-bar-mode)
3273 (horizontal-scroll-bar-mode-explicit): New variables.
3274 (horizontal-scroll-bar-mode): New option.
3275 (toggle-horizontal-scroll-bar): Do something.
3276 (top-level): Bind horizontal-scroll-bar mouse-1.
3277 * startup.el (tool-bar-originally-present): Remove variable.
3278 (command-line): Don't set tool-bar-originally-present.
3279 * window.el (window-min-height): Update doc-string.
3280 (window--dump-frame): Dump horizontal scroll bar values.
3281 (window--min-size-1): Handle minibuffer window separately.
3282 Count in margins and horizontal scroll bar. Return safe value
3283 iff IGNORE equals 'safe.
3284 (frame-windows-min-size): New function (used by frame resizing
3285 routines).
3286 (fit-frame-to-buffer, fit-window-to-buffer): Count in horizontal
3287 scroll bars.
3288 (window--sanitize-window-sizes): New function.
3289 (window-split-min-size): Remove.
3290 (split-window): Count divider-width. Don't use
3291 `window-split-min-size' any more. Reword error messages.
3292 Sanitize windows sizes after splitting.
3293
3294 2014-07-27 Thien-Thi Nguyen <ttn@gnu.org>
3295
3296 Use `defvar-local' more.
3297 * progmodes/hideshow.el
3298 (hs-c-start-regexp, hs-block-start-regexp)
3299 (hs-block-start-mdata-select, hs-block-end-regexp)
3300 (hs-forward-sexp-func, hs-adjust-block-beginning): ...here;
3301 remove corresponding `make-variable-buffer-local' top-level calls.
3302
3303 2014-07-27 Fabián Ezequiel Gallina <fgallina@gnu.org>
3304
3305 Cleanup error signals. (Bug#18067)
3306 * progmodes/python.el
3307 (python-indent-shift-left): Use user-error instead.
3308 (python-shell-prompt-detect): Use lwarn with python group.
3309 (python-completion-complete-at-point)
3310 (python-eldoc--get-doc-at-point): Don't signal error.
3311
3312 2014-07-27 Fabián Ezequiel Gallina <fgallina@gnu.org>
3313
3314 Support for packages in Python shell. (Bug#13570)
3315 * progmodes/python.el (python-shell--package-depth): New var.
3316 (python-shell-package-enable): New command.
3317 (python-util-list-directories, python-util-list-files)
3318 (python-util-list-packages): New functions.
3319
3320 2014-07-27 Fabián Ezequiel Gallina <fgallina@gnu.org>
3321
3322 Faster comint output. (Bug#16875)
3323 * progmodes/python.el:
3324 (python-comint-output-filter-function): Make obsolete.
3325 (python-comint-postoutput-scroll-to-bottom): New function.
3326 (inferior-python-mode): Set comint-output-filter-functions to a
3327 minimum.
3328
3329 2014-07-27 Fabián Ezequiel Gallina <fgallina@gnu.org>
3330
3331 * progmodes/python.el (python-shell-font-lock-post-command-hook):
3332 Safeguard current point and undo history.
3333
3334 2014-07-26 Fabián Ezequiel Gallina <fgallina@gnu.org>
3335
3336 Robust shell syntax highlighting. (Bug#18084, Bug#16875)
3337 * progmodes/python.el:
3338 (python-shell-prompt-input-regexps): Add iPython block prompt.
3339 (python-shell-output-syntax-table): Delete var.
3340 (python-shell-font-lock-with-font-lock-buffer): New macro.
3341 (python-shell-font-lock-get-or-create-buffer)
3342 (python-shell-font-lock-kill-buffer)
3343 (python-shell-font-lock-cleanup-buffer)
3344 (python-shell-font-lock-post-command-hook)
3345 (python-shell-font-lock-turn-off): New functions.
3346 (python-shell-font-lock-turn-on): New function.
3347 (inferior-python-mode): Use it.
3348 (python-shell-font-lock-toggle): New command.
3349 (python-shell-font-lock-enable): Rename from
3350 python-shell-enable-font-lock.
3351 (run-python-internal): Use it.
3352 (python-shell-font-lock-comint-output-filter-function): New function.
3353 (python-shell-comint-end-of-output-p): New function.
3354 (python-shell-output-filter): Use it.
3355 (python-util-comint-last-prompt): New function.
3356 (python-util-text-properties-replace-name): New function.
3357
3358 2014-07-25 Glenn Morris <rgm@gnu.org>
3359
3360 * vc/ediff-init.el (ediff-toggle-read-only-function):
3361 * vc/ediff-util.el (ediff-toggle-read-only):
3362 Replace obsolete toggle-read-only with read-only-mode.
3363
3364 2014-07-24 Michael Albinus <michael.albinus@gmx.de>
3365
3366 * net/tramp-cache.el (tramp-flush-file-function): Wrap the code
3367 with `save-match-data'. (Bug#18095)
3368
3369 2014-07-21 Vincent Belaïche <vincentb1@users.sourceforge.net>
3370
3371 * ses.el (ses-truncate-cell): Use cl-progv instead of eval in
3372 order to ensure that row and col are lexically bound inside the
3373 evaluated sexp.
3374
3375 2014-07-21 Glenn Morris <rgm@gnu.org>
3376
3377 * progmodes/hideif.el (hide-ifdef-mode-submap):
3378 Also substitute read-only-mode.
3379 * bindings.el (mode-line-toggle-read-only):
3380 * bs.el (bs-toggle-readonly):
3381 * buff-menu.el (Buffer-menu-toggle-read-only):
3382 * dired.el (dired-toggle-read-only):
3383 * files.el (view-read-only, find-file-read-only)
3384 (find-file-read-only-other-window)
3385 (find-file-read-only-other-frame):
3386 * progmodes/hideif.el (hide-ifdef-toggle-outside-read-only):
3387 Doc fixes re toggle-read-only.
3388
3389 2014-07-21 Fabián Ezequiel Gallina <fgallina@gnu.org>
3390
3391 * progmodes/python.el: Add comment about pipe buffering and
3392 solutions for missing/delayed output in inferior Python shells.
3393 (Bug#17304)
3394
3395 * progmodes/python.el (python-mode): Don't set
3396 mode-require-final-newline. (Bug#17990)
3397
3398 Make python.el work with IPython automatically. (Bug#15510)
3399 * progmodes/python.el:
3400 (python-shell-completion-setup-code): New value supporting iPython.
3401 (python-shell-completion-string-code): New value supporting iPython.
3402 (python-shell-completion-get-completions): Use them.
3403 (python-shell-completion-module-string-code): Make obsolete.
3404 (python-shell-prompt-input-regexps)
3405 (python-shell-prompt-output-regexps): Add safeguard for ipdb.
3406 (python-shell-output-filter): Fix comment typo.
3407
3408 Fix Python shell prompts detection for remote hosts.
3409 * progmodes/python.el (python-shell-prompt-detect):
3410 Replace call-process with process-file and make it more robust.
3411
3412 Autodetect Python shell prompts. (Bug#17370)
3413 * progmodes/python.el:
3414 (python-shell-interpreter-interactive-arg)
3415 (python-shell-prompt-detect-enabled)
3416 (python-shell-prompt-detect-failure-warning)
3417 (python-shell-prompt-input-regexps)
3418 (python-shell-prompt-output-regexps): New vars.
3419 (python-shell-prompt-calculated-input-regexp)
3420 (python-shell-prompt-calculated-output-regexp): New vars.
3421 (python-shell-get-process-name)
3422 (python-shell-internal-get-process-name)
3423 (python-shell-output-filter)
3424 (python-shell-completion-get-completions): Use them.
3425 (python-shell-prompt-detect)
3426 (python-shell-prompt-validate-regexps): New functions.
3427 (python-shell-prompt-set-calculated-regexps): New function.
3428 (inferior-python-mode): Use it. Also honor overriden
3429 python-shell-interpreter and python-shell-interpreter-args.
3430 (python-shell-make-comint): Honor overriden
3431 python-shell-interpreter and python-shell-interpreter-args.
3432 (python-shell-get-or-create-process): Make it testable by allowing
3433 to call run-python non-interactively.
3434 (python-util-valid-regexp-p): New function.
3435 (python-shell-prompt-regexp, python-shell-prompt-block-regexp)
3436 (python-shell-prompt-output-regexp)
3437 (python-shell-prompt-pdb-regexp): Use it as defcustom :safe.
3438
3439 2014-07-21 Stefan Monnier <monnier@iro.umontreal.ca>
3440
3441 * emacs-lisp/smie.el (smie-config--guess-1): Split from
3442 smie-config--guess.
3443 (smie-config--guess): Use it.
3444
3445 * emacs-lisp/edebug.el: Use nadvice.
3446 (edebug-original-read): Remove.
3447 (edebug--read): Rename from edebug-read and add `orig' arg.
3448 (edebug-uninstall-read-eval-functions)
3449 (edebug-install-read-eval-functions): Use nadvice.
3450 (edebug-read-sexp, edebug-read-storing-offsets, edebug-read-symbol)
3451 (edebug-read-and-maybe-wrap-form1, edebug-instrument-callee)
3452 (edebug-read-string, edebug-read-function): Use just `read'.
3453 (edebug-original-debug-on-entry): Remove.
3454 (edebug--debug-on-entry): Rename from edebug-debug-on-entry and add
3455 `orig' arg.
3456 (debug-on-entry): Override with nadvice.
3457
3458 * mouse.el (tear-off-window): Rename from mouse-tear-off-window since
3459 it also makes sense to bind it to a non-mouse event.
3460
3461 * vc/vc-bzr.el (vc-bzr-shelve): Make it operate on fileset.
3462
3463 2014-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
3464
3465 * xt-mouse.el (xterm-mouse-event): Don't assume last-click is non-nil
3466 (bug#18015).
3467
3468 * rect.el (rectangle--string-preview): Don't assume there
3469 a non-nil default (bug#17984).
3470
3471 2014-07-16 Glenn Morris <rgm@gnu.org>
3472
3473 * desktop.el (after-init-hook): Disable startup frame restoration
3474 in non-graphical situations. (Bug#17693)
3475
3476 * vc/vc-dispatcher.el (vc-log-edit): Do set up the log buffer
3477 if it was "empty", or used for a different set of files. (Bug#17884)
3478
3479 2014-07-16 Eli Zaretskii <eliz@gnu.org>
3480
3481 * bindings.el (mode-line-remote): If default-directory is not a
3482 string, don't call file-remote-p on it; instead state in the
3483 help-echo that it is nil. (Bug#17986)
3484
3485 2014-07-14 Daniel Colascione <dancol@dancol.org>
3486
3487 * progmodes/cc-langs.el: Change comments from `cl-macroexpand-all'
3488 to `macroexpand-all'
3489
3490 * progmodes/cc-defs.el (c-lang-defconst-eval-immediately):
3491 Use `macroexpand-all' instead of `cl-macroexpand-all'.
3492
3493 2014-07-12 Paul Eggert <eggert@cs.ucla.edu>
3494
3495 Fix bug: C-x v v discarded existing log message (Bug#17884).
3496 * vc/vc-dispatcher.el (vc-log-edit):
3497 Don't clobber an already-existing log message.
3498
3499 2014-07-12 Glenn Morris <rgm@gnu.org>
3500
3501 * vc/log-edit.el (log-edit-changelog-entries):
3502 Check for a visited-but-never-saved ChangeLog.
3503
3504 2014-07-12 Stefan Monnier <monnier@iro.umontreal.ca>
3505
3506 * vc/log-edit.el (log-edit-changelog-entries): Don't both visiting
3507 a non-existing file (bug#17970).
3508
3509 * faces.el (face-name): Undo last change.
3510 (x-resolve-font-name): Don't call face-name (bug#17956).
3511
3512 2014-07-12 Fabián Ezequiel Gallina <fgallina@gnu.org>
3513
3514 Fix dedenters and electric colon handling. (Bug#15163)
3515 * progmodes/python.el
3516 (python-rx-constituents): Add dedenter and block-ender.
3517 (python-indent-dedenters, python-indent-block-enders): Delete.
3518 (python-indent-context): Return new case for dedenter-statement.
3519 (python-indent-calculate-indentation): Handle new case.
3520 (python-indent-calculate-levels): Fix levels calculation for
3521 dedenter statements.
3522 (python-indent-post-self-insert-function): Fix colon handling.
3523 (python-info-dedenter-opening-block-message): New function.
3524 (python-indent-line): Use it.
3525 (python-info-closing-block)
3526 (python-info-closing-block-message): Remove.
3527 (python-info-dedenter-opening-block-position)
3528 (python-info-dedenter-opening-block-positions)
3529 (python-info-dedenter-statement-p): New functions.
3530
3531 2014-07-11 Dmitry Antipov <dmantipov@yandex.ru>
3532
3533 * files.el (out-of-memory-warning-percentage): New defcustom.
3534 (warn-maybe-out-of-memory): Use it.
3535
3536 2014-07-11 Michael Albinus <michael.albinus@gmx.de>
3537
3538 * subr.el (read-passwd): Use `read-hide-char' if non-nil. Bind it
3539 when calling `read-string'. (Bug#17839)
3540
3541 2014-07-10 Eli Zaretskii <eliz@gnu.org>
3542
3543 * files.el (warn-maybe-out-of-memory): Fix the wording of the
3544 warning.
3545
3546 2014-07-10 Dmitry Antipov <dmantipov@yandex.ru>
3547
3548 * files.el (warn-maybe-out-of-memory): New function.
3549 (find-file-noselect): Use it.
3550
3551 2014-07-09 Sam Steingold <sds@gnu.org>
3552
3553 * progmodes/cperl-mode.el (cperl-block-p): Treat the perl keyword
3554 `constant' like `bless', `return' &c
3555
3556 2014-07-09 Stefan Monnier <monnier@iro.umontreal.ca>
3557
3558 * rect.el (apply-on-rectangle): Check forward-line really moved to the
3559 next line.
3560
3561 2014-07-09 Stefan Monnier <monnier@iro.umontreal.ca>
3562
3563 * progmodes/sh-script.el (sh-smie-sh-rules): Don't align with a && in
3564 the middle of a line (bug#17896).
3565
3566 2014-07-09 Juri Linkov <juri@jurta.org>
3567
3568 * startup.el (command-line): Append displaying the warning about
3569 the errors in the init file to the end of `after-init-hook'.
3570 (Bug#17927)
3571
3572 * faces.el (face-name): Return input arg `face' as-is
3573 when it's not a symbol.
3574 (x-resolve-font-name): Don't check if the face is a symbol.
3575 (Bug#17956)
3576
3577 * facemenu.el (list-colors-print): In help-echo format use %.2f
3578 instead of %d because now HSV values are floating-point components
3579 between 0.0 and 1.0.
3580
3581 2014-07-09 Glenn Morris <rgm@gnu.org>
3582
3583 * emulation/cua-rect.el (cua--activate-rectangle):
3584 Avoid setting cua--rectangle to nil. (Bug#17877)
3585
3586 2014-07-09 Stephen Berman <stephen.berman@gmx.net>
3587
3588 * calendar/todo-mode.el: Fix wrong-type-argument error when
3589 marking multiple consecutive items.
3590 (todo-toggle-mark-item): Don't try to mark the empty lines at the
3591 end of the todo and done items sections. Note in doc string that
3592 items marked by passing a numeric prefix argument can include the
3593 last todo and first done items.
3594 (todo-mark-category): Don't try to mark the empty line between the
3595 todo and done items sections.
3596
3597 2014-07-09 Stefan Monnier <monnier@iro.umontreal.ca>
3598
3599 * emacs-lisp/edebug.el (edebug-eval-defun): Print result using
3600 proper Lisp quoting (bug#17934).
3601
3602 * progmodes/ruby-mode.el (ruby-mode-variables): Don't meddle with
3603 require-final-newline since prog-mode already took care of it (bug#17947).
3604
3605 2014-07-09 Stephen Berman <stephen.berman@gmx.net>
3606
3607 * calendar/todo-mode.el: Fix two bugs. Shorten Commentary and
3608 refer to the Todo mode Info manual. Update the comment on
3609 requiring cl-lib.
3610 (todo-find-filtered-items-file): Add todo-prefix overlays.
3611 (todo-filter-items): Reorder a let-bound variable to avoid a
3612 wrong-type-argument error on canceling the file choice dialog.
3613
3614 2014-07-09 Stefan Monnier <monnier@iro.umontreal.ca>
3615
3616 * progmodes/octave.el (inferior-octave-mode):
3617 Set comint-input-ring-size to a number (bug#17912).
3618
3619 2014-07-09 Juri Linkov <juri@jurta.org>
3620
3621 * desktop.el (desktop-minor-mode-table): Add `defining-kbd-macro'
3622 and `isearch-mode' associated with nil. (Bug#17849)
3623
3624 2014-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
3625
3626 * linum.el (linum--face-height): New function (bug#17813).
3627 (linum-update-window): Use it to adjust margin to linum's width.
3628
3629 * leim/quail/sisheng.el (sisheng-list): Don't bother with-case-table.
3630 * eshell/em-smart.el (eshell-smart-scroll-window):
3631 Use with-selected-window.
3632
3633 * xt-mouse.el (xterm-mouse-translate-1): Intern drag event (bug#17894).
3634 Remove also pointless window&mark manipulation.
3635
3636 * progmodes/perl-mode.el: Use syntax-ppss; fix one indentation case.
3637 (perl-indent-line): Use syntax-ppss to detect we're in a doc-section.
3638 (perl-continuation-line-p): Don't skip over anything else than labels.
3639 Return the previous char.
3640 (perl-calculate-indent): Use syntax-ppss instead of parse-start
3641 and update callers accordingly. For continuation lines, check the
3642 the case of array hashes.
3643 (perl-backward-to-noncomment): Make it non-interactive.
3644 (perl-backward-to-start-of-continued-exp): Rewrite.
3645
3646 2014-07-08 Sam Steingold <sds@gnu.org>
3647
3648 * progmodes/inf-lisp.el (lisp-eval-paragraph, lisp-eval-form-and-next):
3649 New user commands.
3650
3651 2014-07-08 Juri Linkov <juri@jurta.org>
3652
3653 * vc/vc-annotate.el (vc-annotate-background-mode): New defcustom.
3654 (vc-annotate-color-map): Use less saturated colors (20%) for
3655 background-mode.
3656 (vc-annotate-very-old-color): Add default value for background-mode.
3657 (vc-annotate-background): Set default value to nil since now text on
3658 the default backgrounds should be legible in light and dark modes.
3659 (vc-annotate-lines): Use `vc-annotate-background-mode'. Doc fix.
3660 (Bug#17808)
3661
3662 2014-07-08 Juri Linkov <juri@jurta.org>
3663
3664 * simple.el (transpose-chars): Don't move point into read-only area.
3665 (Bug#17829)
3666
3667 2014-07-08 Juri Linkov <juri@jurta.org>
3668
3669 * window.el (with-displayed-buffer-window): New macro.
3670 (with-temp-buffer-window, with-current-buffer-window):
3671 Use `macroexp-let2' to evaluate and bind variables
3672 in the same order as macro arguments.
3673 (display-buffer--action-function-custom-type):
3674 Add `display-buffer-below-selected' and `display-buffer-at-bottom'.
3675
3676 * minibuffer.el (minibuffer-completion-help): Replace
3677 `with-output-to-temp-buffer' with `with-displayed-buffer-window'
3678 with actions that display *Completions* at-bottom when called
3679 from the minibuffer, or below-selected in a normal buffer.
3680 Associate `window-height' with `fit-window-to-buffer'.
3681 Let-bind `pop-up-windows' to nil.
3682
3683 * dired.el (dired-mark-pop-up): Use `with-displayed-buffer-window'
3684 instead of `with-current-buffer-window'. (Bug#17809)
3685
3686 2014-07-07 Luke Lee <luke.yx.lee@gmail.com>
3687
3688 * progmodes/hideif.el (hide-ifdef-env): Change to global.
3689 (hide-ifdef-env-backup): New variable.
3690 (hide-ifdef-expand-reinclusion-protection, hide-ifdef-header-regexp):
3691 New customizable variables.
3692 (hif-clear-all-ifdef-defined): New defun.
3693 (hif-merge-ifdef-region, hide-ifdef-region-internal, hide-ifdef-region)
3694 (hif-show-ifdef-region): Merge hidden regions to prevent continuous "...".
3695 (hif-tokenize): Fix for MS-DOS/Win EOL style.
3696 (hif-endif-to-ifdef, hif-make-range, hif-find-range, hif-possibly-hide):
3697 Fix bug to hide the correct #elif region(s).
3698 (hif-range-elif): New defun.
3699 (hif-recurse-level): New var.
3700 (hif-evaluate-region, hif-evaluate-macro): New defun.
3701 (hide-ifdef-guts): Prevent reinclusion protected C/C++ headers from
3702 fully hidden.
3703 (hide-ifdef-define, hide-ifdefs, hide-ifdef-block, show-ifdef-block):
3704 Better interaction.
3705
3706 2014-07-04 Michael Albinus <michael.albinus@gmx.de>
3707
3708 * net/dbus.el (dbus-peer-handler): New defun.
3709 (dbus-register-service): Register it. (Bug#17858)
3710 (dbus-managed-objects-handler): Fix docstring.
3711
3712 2014-07-04 Phil Sainty <psainty@orcon.net.nz>
3713
3714 * emacs-lisp/lisp.el (narrow-to-defun-include-comments): New var.
3715 (narrow-to-defun): New arg include-comments, defaulting to it
3716 (bug#16328).
3717
3718 2014-07-03 Stefan Monnier <monnier@iro.umontreal.ca>
3719
3720 * rect.el (rectangle--highlight-for-redisplay): Don't pass `orig' with
3721 different calling convention to rectangle--unhighlight-for-redisplay.
3722
3723 2014-07-03 Michael Albinus <michael.albinus@gmx.de>
3724
3725 * net/tramp.el (tramp-call-process): Handle error strings.
3726
3727 * net/tramp-adb.el (tramp-adb-sh-fix-ls-output): Use `bolp'.
3728
3729 * net/tramp-sh.el (tramp-sh-handle-set-visited-file-modtime)
3730 (tramp-sh-handle-verify-visited-file-modtime): Use `point-at-eol'.
3731
3732 * net/trampver.el: Update release number.
3733
3734 2014-07-03 Juri Linkov <juri@jurta.org>
3735
3736 * desktop.el (desktop-save): Rename arg `auto-save' to
3737 `only-if-changed'. Doc fix. (Bug#17873)
3738
3739 2014-07-03 Stefan Monnier <monnier@iro.umontreal.ca>
3740
3741 * mouse.el (mouse-yank-primary, mouse-yank-secondary):
3742 Use insert-for-yank (bug#17271).
3743
3744 2014-07-03 Leo Liu <sdl.web@gmail.com>
3745
3746 * emacs-lisp/pp.el (pp-eval-expression, pp-eval-last-sexp):
3747 Support lexical-binding.
3748
3749 2014-07-03 Stefan Monnier <monnier@iro.umontreal.ca>
3750
3751 * vc/log-edit.el (log-edit-goto-eoh): New function.
3752 (log-edit--match-first-line): Use it (bug#17861).
3753
3754 2014-07-03 Glenn Morris <rgm@gnu.org>
3755
3756 * vc/log-edit.el (log-edit-hook): Add missing :version.
3757
3758 2014-07-03 Fabián Ezequiel Gallina <fgallina@gnu.org>
3759
3760 * progmodes/python.el (python-indent-post-self-insert-function):
3761 Enhancements to electric indentation behavior inside
3762 parens. (Bug#17658)
3763
3764 2014-07-03 Stefan Monnier <monnier@iro.umontreal.ca>
3765
3766 * ps-def.el (ps-generate-postscript-with-faces1): Don't mess with
3767 buffer-invisibility-spec (bug#17867).
3768
3769 2014-07-03 Andreas Schwab <schwab@linux-m68k.org>
3770
3771 * vc/vc-git.el (vc-git-checkin): When operating on the whole tree
3772 pass "-a".
3773
3774 2014-07-03 Glenn Morris <rgm@gnu.org>
3775
3776 * cus-edit.el (help):
3777 * finder.el (finder-known-keywords):
3778 * help.el (help-for-help-internal):
3779 * vc/ediff-mult.el (ediff-meta-buffer-verbose-message)
3780 (ediff-redraw-registry-buffer):
3781 * vc/ediff-ptch.el (ediff-patch-file-internal):
3782 Doc fixes re "online" help. (Bug#17803)
3783
3784 * progmodes/idlwave.el (idlwave): Update url-link for custom group.
3785 (idlwave-mode): Doc URL update.
3786
3787 2014-07-01 Juri Linkov <juri@jurta.org>
3788
3789 * man.el: Display man pages immediately and use process-filter
3790 to format them asynchronously.
3791 (Man-width): Doc fix.
3792 (man): Doc fix.
3793 (Man-start-calling): Use `with-selected-window' to get
3794 `frame-width' and `window-width'.
3795 (Man-getpage-in-background): Call `Man-notify-when-ready'
3796 immediately after creating a new buffer. Call `Man-mode' and set
3797 `mode-line-process' in the created buffer. Set process-filter to
3798 `Man-bgproc-filter' in start-process branch. In call-process branch
3799 call either `Man-fontify-manpage' or `Man-cleanup-manpage'.
3800 Use `Man-start-calling' inside `with-current-buffer'.
3801 (Man-fontify-manpage): Don't print messages. Fix boundary condition.
3802 (Man-cleanup-manpage): Don't print messages.
3803 (Man-bgproc-filter): New function.
3804 (Man-bgproc-sentinel): Add `save-excursion' to keep point when
3805 user moved it during asynchronous formatting. Move calls of
3806 `Man-fontify-manpage' and `Man-cleanup-manpage' to
3807 `Man-bgproc-filter'. Move the call of `Man-mode' to
3808 `Man-getpage-in-background'. Use `quit-restore-window'
3809 instead of `kill-buffer'. Use `message' instead of `error'
3810 because errors are caught by process sentinel.
3811 (Man-mode): Move calls of `Man-build-page-list',
3812 `Man-strip-page-headers', `Man-unindent', `Man-goto-page' to
3813 `Man-bgproc-sentinel'. Doc fix. (Bug#2588, bug#5054, bug#9084, bug#17831)
3814
3815 * man.el (Man-bgproc-sentinel): Use `Man-page-from-arguments'
3816 for the message about the man page cleaned up.
3817
3818 2014-07-01 Mario Lang <mlang@delysid.org>
3819
3820 * net/gnutls.el (gnutls-negotiate): Prevent destructive modification of
3821 cosutomization option `gnutls-verify-error'.
3822
3823 2014-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
3824
3825 * simple.el (deactivate-mark, set-mark-command, handle-shift-selection):
3826 Don't keep transient-mark-mode buffer-local when not needed (bug#6316).
3827
3828 * xt-mouse.el (turn-on-xterm-mouse-tracking-on-terminal)
3829 (turn-off-xterm-mouse-tracking-on-terminal): Don't burp if the terminal
3830 is suspended (bug#17857).
3831
3832 2014-07-01 Michael Albinus <michael.albinus@gmx.de>
3833
3834 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell):
3835 Prefer utf-8 coding. (Bug#17859)
3836
3837 2014-06-30 Fabián Ezequiel Gallina <fgallina@gnu.org>
3838
3839 * emacs-lisp/subr-x.el (string-reverse): Define as obsolete alias
3840 for `reverse'.
3841
3842 2014-06-30 Glenn Morris <rgm@gnu.org>
3843
3844 * emacs-lisp/autoload.el (autoload-ensure-writable): New variable.
3845 (autoload-ensure-default-file): Maybe make existing output writable.
3846 * Makefile.in (AUTOGEN_VCS): Remove.
3847 (autoloads): Use autoload-ensure-writable rather than AUTOGEN_VCS.
3848
3849 2014-06-30 Fabián Ezequiel Gallina <fgallina@gnu.org>
3850
3851 * emacs-lisp/subr-x.el (string-reverse): Use `reverse'.
3852
3853 2014-06-30 Fabián Ezequiel Gallina <fgallina@gnu.org>
3854
3855 New if-let, when-let, thread-first and thread-last macros.
3856
3857 * emacs-lisp/subr-x.el
3858 (internal--listify, internal--check-binding)
3859 (internal--build-binding-value-form, internal--build-binding)
3860 (internal--build-bindings): New functions.
3861 (internal--thread-argument, thread-first, thread-last)
3862 (if-let, when-let): New macros.
3863
3864 2014-06-30 Grégoire Jadi <daimrod@gmail.com>
3865
3866 * net/rcirc.el (rcirc-buffer-process): Restore previous
3867 behaviour. (Bug#17772)
3868
3869 2014-06-29 Alan Mackenzie <acm@muc.de>
3870
3871 Don't call c-parse-state when c++-template-syntax-table is active.
3872 * progmodes/cc-engine.el (c-guess-continued-construct CASE G)
3873 (c-guess-basic-syntax CASE 5D.3): Rearrange so that
3874 c-syntactic-skip-backwards isn't called with the pertinent syntax table.
3875
3876 2014-06-28 Stephen Berman <stephen.berman@gmx.net>
3877
3878 * calendar/todo-mode.el (todo-set-top-priorities): Fix logic to
3879 account for file-wide setting of todo-top-priorities-overrides.
3880 Make code a bit cleaner.
3881
3882 2014-06-28 Glenn Morris <rgm@gnu.org>
3883
3884 * net/eww.el (eww-mode) <eww-current-title>: Make local. (Bug#17860)
3885
3886 2014-06-28 Stephen Berman <stephen.berman@gmx.net>
3887
3888 * calendar/todo-mode.el (todo-prefix-overlays): If there is no
3889 category-wide setting of todo-top-priorities-overrides, check for
3890 a file-wide setting and fontify accordingly.
3891
3892 2014-06-28 Glenn Morris <rgm@gnu.org>
3893
3894 * subr.el (read-passwd): Warn about batch mode. (Bug#17839)
3895
3896 2014-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
3897
3898 * progmodes/hideif.el: Use lexical-binding. Fix up cl-lib usage.
3899
3900 2014-06-28 K. Handa <handa@gnu.org>
3901
3902 Fix Bug#17739.
3903
3904 * composite.el: Setup composition-function-table for dotted circle.
3905 (compose-gstring-for-dotted-circle): New function.
3906
3907 * international/characters.el: Add category "^" to all
3908 non-spacing characters.
3909
3910 2014-06-28 Glenn Morris <rgm@gnu.org>
3911
3912 * Makefile.in (doit): Remove force rule.
3913 (custom-deps, finder-data, autoloads, update-subdirs)
3914 (compile-one-process): PHONY targets do not need force rules.
3915
3916 * Makefile.in (compile-main, compile, compile-always):
3917 No need to explicitly pass variables to ourself in recursive calls.
3918
3919 2014-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
3920
3921 * files.el (minibuffer-with-setup-hook): Evaluate the first arg eagerly.
3922
3923 2014-06-26 Glenn Morris <rgm@gnu.org>
3924
3925 * Makefile.in (update-authors): Update for moved authors.el.
3926
3927 2014-06-26 Leo Liu <sdl.web@gmail.com>
3928
3929 * skeleton.el (skeleton-end-hook): Default to nil and move the
3930 work to skeleton-insert. (Bug#17850)
3931
3932 2014-06-26 Dmitry Antipov <dmantipov@yandex.ru>
3933
3934 * calc/calc-alg.el (math-beforep):
3935 * progmodes/cc-guess.el (c-guess-view-reorder-offsets-alist-in-style):
3936 Simplify because string-lessp can accept symbols as args.
3937
3938 2014-06-26 Daiki Ueno <ueno@gnu.org>
3939
3940 * emacs-lisp/package.el (package--check-signature):
3941 If package-check-signature is allow-unsigned, don't signal error when
3942 we can't verify signature because of missing public key
3943 (bug#17625).
3944
3945 2014-06-26 Glenn Morris <rgm@gnu.org>
3946
3947 * emacs-lisp/cl-macs.el (help-add-fundoc-usage):
3948 Remove outdated declaration.
3949
3950 * emacs-lisp/authors.el (authors-valid-file-names)
3951 (authors-renamed-files-alist): Additions.
3952
3953 2014-06-26 Leo Liu <sdl.web@gmail.com>
3954
3955 * textmodes/picture.el (picture-set-tab-stops):
3956 * ruler-mode.el (ruler-mode-mouse-add-tab-stop)
3957 (ruler-mode-ruler): Fix to work with nil tab-stop-list.
3958
3959 * progmodes/asm-mode.el (asm-calculate-indentation):
3960 Use indent-next-tab-stop.
3961
3962 * indent.el (indent-accumulate-tab-stops): New function.
3963
3964 2014-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
3965
3966 * emacs-lisp/package.el (package-list-unsigned): New var (bug#17625).
3967 (package-desc-status): Obey it.
3968
3969 2014-06-26 Stephen Berman <stephen.berman@gmx.net>
3970
3971 * calendar/todo-mode.el: Fix two bugs.
3972 (todo-insert-item--basic): If user cancels item insertion to
3973 another category before setting priority, show original category
3974 whether it is in the same or a different file.
3975 (todo-set-item-priority): After selecting category, instead of
3976 moving point to top, which extends an active region, restore it.
3977
3978 2014-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
3979
3980 * help-fns.el (describe-function-1): Check file-name is a string before
3981 calling help-fns--autoloaded-p (bug#17564).
3982
3983 2014-06-26 Juri Linkov <juri@jurta.org>
3984
3985 * desktop.el (desktop-auto-save-enable)
3986 (desktop-auto-save-disable): New functions.
3987 (desktop-save-mode, desktop-auto-save-timeout): Use them.
3988 (desktop-read): Disable the autosave before loading the desktop,
3989 and enable afterwards. (Bug#17351)
3990
3991 2014-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
3992
3993 Fix some indentation problem with \; and pipes (bug#17842).
3994 * progmodes/sh-script.el (sh-mode-syntax-table): Set syntax of ;|&.
3995 (sh-smie--default-forward-token, sh-smie--default-backward-token):
3996 New functions.
3997 (sh-smie-sh-forward-token, sh-smie-sh-backward-token)
3998 (sh-smie-rc-forward-token, sh-smie-rc-backward-token): Use them.
3999 (sh-smie-sh-rules): Fix indentation of a pipe at BOL.
4000
4001 2014-06-26 Glenn Morris <rgm@gnu.org>
4002
4003 * emacs-lisp/find-func.el (find-function-C-source-directory):
4004 Use file-accessible-directory-p.
4005
4006 * ps-samp.el: Make it slightly less awful.
4007 (ps-rmail-mode-hook, ps-gnus-article-prepare-hook, ps-vm-mode-hook):
4008 (ps-gnus-summary-setup, ps-info-mode-hook): Use [print] key.
4009 Only set local values.
4010 (ps-article-subject, ps-article-author): Use standard functions
4011 like mail-fetch-field.
4012 (ps-info-file, ps-info-node): Use match-string.
4013 (ps-jts-ps-setup, ps-jack-setup): Remove, merging into...
4014 (ps-samp-ps-setup): ... new function.
4015
4016 * progmodes/idlw-shell.el (idlwave-shell-make-temp-file):
4017 Optimize away code unneeded on any modern Emacs.
4018
4019 * emacs-lisp/authors.el: Move to ../admin.
4020
4021 * emacs-lisp/ert.el (ert-summarize-tests-batch-and-exit): New.
4022
4023 2014-06-26 Luke Lee <luke.yx.lee@gmail.com>
4024
4025 * progmodes/hideif.el (hif-string-to-number): Fix return value bug.
4026 (hif-simple-token-only, hif-tokenize): Comment in detail mainly for
4027 performance enhancements.
4028 (hif-parse-if-exp): Rename to `hif-parse-exp'. Enhance for macro
4029 expansion.
4030 (hif-factor, hif-string-concatenation, intern-safe): Support string
4031 concatenation and argumented macro expansion.
4032 (hif-if-valid-identifier-p, hif-define-operator, hif-flatten)
4033 (hif-expand-token-list, hif-get-argument-list, hif-define-macro)
4034 (hif-delimit, hif-macro-supply-arguments, hif-invoke, hif-canonicalize)
4035 (hif-canonicalize-tokens, hif-place-macro-invocation)
4036 (hif-parse-macro-arglist): Mostly new functions for supporting
4037 argumented macro expansion.
4038 (hif-string-concatenation, hif-stringify, hif-token-concat)
4039 (hif-token-stringification, hif-token-concatenation):
4040 Stringification and concatenation.
4041 (hif-find-next-relevant): Fix comments.
4042 (hif-ifdef-to-endif, hif-looking-at-elif, hif-hide-line): Bug fix for
4043 some cases involving #elif.
4044 (hif-find-define, hif-add-new-defines): New functions for automatically
4045 scanning of defined symbols.
4046 (hide-ifdef-guts): Fix for defined symbol auto scanning.
4047 (hide-ifdef-undef): Fix behavior to match CPP.
4048
4049 2014-06-25 Glenn Morris <rgm@gnu.org>
4050
4051 * Makefile.in ($(lisp)/progmodes/cc-defs.elc)
4052 ($(lisp)/progmodes/cc-fonts.elc, $(lisp)/progmodes/cc-langs.elc)
4053 ($(lisp)/progmodes/cc-vars.elc): Drop hand-written deps on non-cc
4054 files. They are not relevant to the original issue (bug#1004),
4055 and cause unnecessary recompilation (bug#2151).
4056
4057 2014-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
4058
4059 * play/landmark.el: Use lexical-binding and avoid `intangible'.
4060 (landmark--last-pos): New var.
4061 (landmark--intangible-chars): New const.
4062 (landmark--intangible): New function.
4063 (landmark-mode, landmark-move): Use it.
4064 (landmark-mode): Remove properties.
4065 (landmark-plot-square, landmark-point-square, landmark-goto-xy)
4066 (landmark-cross-qtuple):
4067 Don't worry about `intangible' any more.
4068 (landmark-click, landmark-point-y): Same; and don't assume point-min==1.
4069 (landmark-init-display): Don't set `intangible' and `point-entered'.
4070 (square): Remove. Inline it instead.
4071 (landmark--distance): Rename from `distance'.
4072 (landmark-calc-distance-of-robot-from): Rename from
4073 calc-distance-of-robot-from.
4074 (landmark-calc-smell-internal): Rename from calc-smell-internal.
4075
4076 2014-06-25 Dmitry Antipov <dmantipov@yandex.ru>
4077
4078 * files.el (dir-locals-find-file, file-relative-name):
4079 * info.el (Info-complete-menu-item):
4080 * minibuffer.el (completion-table-subvert): Prefer string-prefix-p
4081 to compare-strings to avoid out-of-range errors.
4082 * subr.el (string-prefix-p): Adjust to match strict range
4083 checking in compare-strings.
4084
4085 2014-06-24 Leonard Randall <leonard.a.randall@gmail.com> (tiny change)
4086
4087 * textmodes/reftex-parse.el (reftex-using-biblatex-p): Make search
4088 for comment lines non-greedy and stopping at newlines to fix stack
4089 overflows with large files.
4090
4091 2014-06-24 Eli Barzilay <eli@barzilay.org>
4092
4093 * calculator.el (calculator-last-input): Drop 'ascii-character property
4094 lookup.
4095
4096 2014-06-24 Leo Liu <sdl.web@gmail.com>
4097
4098 * align.el (align-adjust-col-for-rule): Unbreak due to defaulting
4099 tab-stop-list to nil. (Bug#16381)
4100
4101 * indent.el (indent-next-tab-stop): Rename from indent--next-tab-stop.
4102 (indent-rigidly-left-to-tab-stop)
4103 (indent-rigidly-right-to-tab-stop, tab-to-tab-stop)
4104 (move-to-tab-stop): Change callers.
4105
4106 2014-06-24 Eli Zaretskii <eliz@gnu.org>
4107
4108 * skeleton.el (skeleton-insert): Yet another fix of the doc string
4109 wrt behavior of \n as the first/last element of a skeleton.
4110
4111 2014-06-24 Michael Albinus <michael.albinus@gmx.de>
4112
4113 * net/tramp-adb.el (tramp-adb-handle-process-file):
4114 * net/tramp-sh.el (tramp-sh-handle-process-file):
4115 * net/tramp-smb.el (tramp-smb-handle-process-file): Do not raise
4116 the output buffer when DISPLAY is non-nil. (Bug#17815)
4117
4118 2014-06-24 Glenn Morris <rgm@gnu.org>
4119
4120 * play/landmark.el (landmark-move-down, landmark-move-up):
4121 Fix 2007-10-20 change - preserve horizontal position.
4122
4123 2014-06-23 Sam Steingold <sds@gnu.org>
4124
4125 * simple.el (kill-append): Remove undo boundary depending on ...
4126 (kill-append-merge-undo): New user option.
4127
4128 2014-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
4129
4130 * simple.el (handle-shift-selection, exchange-point-and-mark)
4131 (activate-mark): Set transient-mark-mode buffer-locally (bug#6316).
4132 (transient-mark-mode): Use&set the global value.
4133 * mouse.el (mouse-set-region-1, mouse-drag-track): Idem.
4134 * emulation/edt.el (edt-emulation-off): Save&restore the global
4135 transient-mark-mode setting.
4136 * obsolete/pc-select.el (pc-selection-mode): Use the
4137 transient-mark-mode function.
4138
4139 2014-06-23 Eli Zaretskii <eliz@gnu.org>
4140
4141 * international/fontset.el (script-representative-chars):
4142 Add representative characters for scripts added in Unicode 7.0.
4143 (otf-script-alist): Synchronize with the latest registry of OTF
4144 script tags.
4145
4146 * international/characters.el (char-script-table): Update for
4147 scripts added and codepoint ranges changed in Unicode 7.0.
4148
4149 2014-06-23 Eli Barzilay <eli@barzilay.org>
4150
4151 * calculator.el (calculator-standard-displayer): Fix bug in use of
4152 `calculator-groupize-number'.
4153 (calculator-funcall): Fix broken `cl-flet' use by moving it into the
4154 `eval' code, so it works in v24.3.1 too.
4155 (calculator-last-input): Comment to clarify purpose.
4156
4157 2014-06-22 Mario Lang <mlang@delysid.org>
4158
4159 * textmodes/rst.el (rst-comment-region): From from -> from.
4160
4161 * net/tramp-adb.el (tramp-adb-send-command-and-check): And and -> and.
4162
4163 2013-06-22 Dmitry Antipov <dmantipov@yandex.ru>
4164
4165 * electric.el (electric-layout-post-self-insert-function):
4166 * emacs-lisp/ert.el (ert--insert-infos):
4167 * obsolete/vi.el (vi-set-mark):
4168 * term.el (term-handle-scroll):
4169 * textmodes/bibtex.el (bibtex-fill-field, bibtex-fill-entry):
4170 * wid-edit.el (widget-editable-list-value-create):
4171 Prefer point-marker to copy-marker of point.
4172
4173 2014-06-21 Fabián Ezequiel Gallina <fgallina@gnu.org>
4174
4175 Fix completion retrieval parsing (bug#17209).
4176 * progmodes/python.el (python-mode):
4177 (python-util-strip-string): New function.
4178 (python-shell-completion-get-completions): Use it.
4179
4180 2014-06-21 Eli Zaretskii <eliz@gnu.org>
4181
4182 * skeleton.el (skeleton-insert): Fix last change.
4183
4184 2014-06-21 Fabián Ezequiel Gallina <fgallina@gnu.org>
4185
4186 Enhancements for outline integration (bug#17796).
4187 * progmodes/python.el (python-mode): Properly set
4188 outline-heading-end-regexp so that comments after colons for
4189 defuns are supported.
4190
4191 2014-06-21 Eli Zaretskii <eliz@gnu.org>
4192
4193 * skeleton.el (skeleton-insert): Doc fix.
4194
4195 2014-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
4196
4197 * emacs-lisp/smie.el (smie-config--guess): Fix typo.
4198 (smie-config-guess): Use smie-config-local so the rules are obeyed
4199 (bug#17818).
4200
4201 * mouse.el (mouse-drag-line): Don't re-add to unread-comment-events,
4202 since it's already done inside the loop (bug#17819).
4203
4204 2014-06-21 Martin Rudalics <rudalics@gmx.at>
4205
4206 * mouse.el (mouse-drag-line): Re-remove code initially removed
4207 on 2013-03-09 and inadvertently reintroduced on 2013-11-30
4208 (Bug#17819).
4209
4210 2014-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
4211
4212 * progmodes/sh-script.el (sh-smie-sh-rules): For { after &&, don't
4213 align with the surrounding parent (bug#17721).
4214
4215 2014-06-21 Eli Zaretskii <eliz@gnu.org>
4216
4217 * textmodes/texinfo.el (texinfo-mode): Set skeleton-end-newline
4218 locally to nil.
4219 (texinfo-insert-block, texinfo-insert-@end)
4220 (texinfo-insert-@example, texinfo-insert-@quotation): Adjust to
4221 local setting of skeleton-end-newline by adding an explicit \n to
4222 the skeletons where appropriate. (Bug#17801)
4223
4224 2014-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
4225
4226 * emacs-lisp/smie.el (smie--hanging-eolp-function): New var.
4227 (smie-indent--hanging-p): Use it.
4228 * progmodes/sh-script.el (sh-set-shell): Set it (bug#17621).
4229
4230 2014-06-21 Leo Liu <sdl.web@gmail.com>
4231
4232 * simple.el (read-quoted-char): Don't let help chars pop up help
4233 buffer. (Bug#16617)
4234
4235 2014-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
4236
4237 * progmodes/sh-script.el (sh-smie-sh-rules): Use same rule for && as
4238 for | (bug#17621).
4239
4240 * xt-mouse.el (xterm-mouse--read-event-sequence-1000):
4241 Drop unknown events instead of burping.
4242
4243 2014-06-21 Eli Zaretskii <eliz@gnu.org>
4244
4245 * term/w32-win.el (dynamic-library-alist): Support giflib 5.1.0
4246 and later. (Bug#17790)
4247
4248 2014-06-21 Juri Linkov <juri@jurta.org>
4249
4250 * dired.el (dired-mark-pop-up): Let-bind display-buffer-mark-dedicated
4251 to `soft'. (Bug#17554)
4252
4253 2014-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
4254
4255 * delsel.el (electric-newline-and-maybe-indent): Mark it as well
4256 (bug#17737).
4257
4258 2014-06-21 Dmitry Gutov <dgutov@yandex.ru>
4259
4260 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Don't fontify
4261 `!' in `!~' with `font-lock-negation-char-face'. (Bug#17732)
4262
4263 2014-06-21 Michael Albinus <michael.albinus@gmx.de>
4264
4265 * net/dbus.el (dbus-call-method): Push only non D-Bus events into
4266 `unread-command-events'.
4267
4268 2014-06-19 William Xu <william.xwl@gmail.com>
4269
4270 * progmodes/hideif.el (hif-string-to-number): Don't return float for
4271 hex integer constants (bug#17807).
4272
4273 2014-06-19 Stefan Monnier <monnier@iro.umontreal.ca>
4274
4275 * international/mule-util.el (truncate-string-ellipsis): New var.
4276 (truncate-string-to-width): Use it.
4277
4278 2014-06-19 Robert Brown <robert.brown@gmail.com> (tiny change)
4279
4280 * emacs-lisp/lisp-mode.el (lisp-string-after-doc-keyword-p): New fun.
4281 (lisp-string-in-doc-position-p): New function, extracted from
4282 lisp-font-lock-syntactic-face-function.
4283 (lisp-font-lock-syntactic-face-function): Use them (bug#9130).
4284
4285 2014-06-19 Grégoire Jadi <daimrod@gmail.com>
4286
4287 * net/rcirc.el (rcirc-omit-mode): Fix recenter error. (Bug#17769)
4288
4289 2014-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
4290
4291 * play/bubbles.el (bubbles--initialize, bubbles--show-scores)
4292 (bubbles--game-over): Don't add `intangible' properties since they
4293 didn't work anyway.
4294
4295 2014-06-18 Juri Linkov <juri@jurta.org>
4296
4297 * vc/ediff-init.el (ediff-current-diff-Ancestor)
4298 (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
4299 (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
4300 (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
4301 Add `min-colors 88' version with removed black/white foregrounds.
4302 (Bug#10181)
4303
4304 2014-06-18 Juri Linkov <juri@jurta.org>
4305
4306 * vc/diff-mode.el (diff-changed): Empty face definition to use
4307 `diff-removed' and `diff-added' on tty as well. (Bug#10181)
4308 (diff-context): Use darker color on light background and
4309 lighter color on dark background.
4310
4311 2014-06-18 Juri Linkov <juri@jurta.org>
4312
4313 * vc/diff-mode.el (diff-refine-changed): Rename from
4314 `diff-refine-change' for consistency with `diff-changed'.
4315 (diff-refine-change): Add obsolete face alias. (Bug#10181)
4316
4317 * vc/smerge-mode.el (smerge-refined-changed): Rename from
4318 `smerge-refined-change'.
4319 (smerge-refined-change): Add obsolete face alias.
4320
4321 2014-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
4322
4323 * rect.el (rectangle-preview): New custom.
4324 (rectangle): New group.
4325 (rectangle--pos-cols): Add `window' argument.
4326 (rectangle--string-preview-state, rectangle--string-preview-window):
4327 New vars.
4328 (rectangle--string-flush-preview, rectangle--string-erase-preview)
4329 (rectangle--space-to, rectangle--string-preview): New functions.
4330 (string-rectangle): Use them.
4331 (rectangle--inhibit-region-highlight): New var.
4332 (rectangle--highlight-for-redisplay): Obey it. Make sure
4333 `apply-on-region' uses the point-crutches of the right window.
4334 Use :align-to rather than multiple spaces.
4335
4336 2014-06-16 Andrea Rossetti <andrea.rossetti@gmail.com> (tiny change)
4337
4338 * ruler-mode.el (ruler-mode-window-col)
4339 (ruler-mode-mouse-set-left-margin)
4340 (ruler-mode-mouse-set-right-margin): Fix calculation of column
4341 from mouse position (Bug#17768).
4342
4343 2014-06-16 Ron Schnell <ronnie@driver-aces.com>
4344
4345 * play/dunnet.el (dun-doassign): Fix bug where UNIX variable assignment
4346 without varname or rhs causes crash.
4347 (dun-ftp): Fix bug where blank ftp password is allowed, making it
4348 impossible to win endgame.
4349 (dun-unix-verbs): Add ssh as alias to rlogin, because nobody knows what
4350 rlogin is anymore.
4351 (dun-help): Bump version number; update contact info.
4352
4353 2014-06-15 Eli Barzilay <eli@barzilay.org>
4354
4355 * calculator.el (calculator-prompt, calculator-remove-zeros)
4356 (calculator-mode-hook, calculator-operators, calculator-stack)
4357 (calculator-mode): Tweak docstring.
4358 (calculator-user-operators): Tweak docstring, fix a bug in the last
4359 example.
4360 (calculator-displayer): `std' case has an optional boolean.
4361 (calculator-displayers): Use the new boolean to group in decimal mode.
4362 (calculator-mode-map, calculator, calculator-message)
4363 (calculator-op-arity, calculator-add-operators)
4364 (calculator-string-to-number, calculator-displayer-prev)
4365 (calculator-displayer-next, calculator-remove-zeros)
4366 (calculator-eng-display, calculator-number-to-string)
4367 (calculator-update-display, calculator-last-input)
4368 (calculator-clear-fragile, calculator-digit, calculator-decimal)
4369 (calculator-exp, calculator-saved-move, calculator-clear)
4370 (calculator-copy, calculator-put-value, calculator-help)
4371 (calculator-expt, calculator-truncate): Minor code improvements.
4372 (calculator-need-3-lines): New function pulling out code from
4373 `calculator'.
4374 (calculator-get-display): Rename from `calculator-get-prompt', and
4375 improved.
4376 (calculator-push-curnum): Rename from `calculator-curnum-value', and
4377 extended for all uses of it. All callers changed.
4378 (calculator-groupize-number): New utility for splitting a number into
4379 groups.
4380 (calculator-standard-displayer): Improve code, new optional argument to
4381 use comma-split groups, make second argument optional too to use with
4382 'left/'right inputs. All callers changed.
4383 (calculator-reduce-stack-once): New utility, doing the meat of what
4384 `calculator-reduce-stack' used to do, much improved (mostly using
4385 `pcase' for conciseness and clarity).
4386 (calculator-reduce-stack): Now doing just the reduction loop using
4387 `calculator-reduce-stack-once'.
4388 (calculator-funcall): Improve code, make it work in v24.3.1 too.
4389 (calculator-last-input): Improve code, remove some old cruft.
4390 (calculator-quit): Kill `calculator-buffer' in electric mode too.
4391 (calculator-integer-p): Remove.
4392 (calculator-fact): Improve code, make it work on non-integer values
4393 too (using truncated numbers).
4394
4395 2014-06-15 Michael Albinus <michael.albinus@gmx.de>
4396
4397 Sync with Tramp 2.2.10.
4398
4399 * net/tramp.el (tramp-methods): Tweak docstring.
4400 (tramp-handle-file-accessible-directory-p): Check for
4401 `file-readable-p' instead of `file-executable-p'.
4402 (tramp-check-cached-permissions):
4403 Use `tramp-compat-file-attributes'.
4404 (tramp-call-process): Add new argument VEC. Adapt callees in all
4405 tramp*.el files.
4406
4407 * net/tramp-adb.el (tramp-adb-handle-write-region): Improve messages.
4408 (tramp-adb-maybe-open-connection): Don't set
4409 `tramp-current-*' variables.
4410
4411 * net/tramp-cache.el (tramp-flush-file-function): Do not flush
4412 file properties of temporary buffers.
4413
4414 * net/tramp-ftp.el (top): Remove special handling for URL syntax.
4415
4416 * net/tramp-gvfs.el (tramp-gvfs-methods) <sftp>: Add.
4417 (tramp-gvfs-handle-delete-file): Flush file
4418 properties, not directory properties.
4419 (tramp-gvfs-handle-file-attributes): Use `string-to-number' when
4420 reading "unix::mode".
4421 (tramp-gvfs-handle-file-name-all-completions):
4422 Use "-h" option for "gvfs-ls".
4423 (tramp-gvfs-url-file-name): `user' and `localname' could be nil.
4424 (tramp-gvfs-send-command): Simplify traces.
4425
4426 * net/tramp-sh.el (vc-handled-backends, vc-bzr-program)
4427 (vc-git-program, vc-hg-program): Declare.
4428 (tramp-methods) <sftp>: Remove. It has never worked satisfactorily.
4429 (tramp-methods) <nc>: Add new method.
4430 (tramp-methods) <telnet>: Redirect stderr to "/dev/null".
4431 (tramp-methods) <plink, plinkx, pscp, psftp>: Improve
4432 `tramp-login-args'.
4433 (tramp-default-user-alist): Add "nc".
4434 (top): Remove completion function for "sftp". Add completion
4435 functions for "nc" and "psftp".
4436 (tramp-do-copy-or-rename-file-out-of-band): Tweak docstring.
4437 Implement support for "nc" method.
4438 (tramp-sh-handle-expand-file-name, tramp-local-coding-commands)
4439 (tramp-remote-coding-commands, tramp-call-local-coding-command):
4440 Tweak docstring.
4441 (tramp-sh-handle-write-region): Tweak error message.
4442 (tramp-sh-handle-vc-registered): Remove backends when the remote
4443 binary does not exist.
4444 (tramp-find-inline-encoding): Do not raise an error.
4445 (tramp-make-copy-program-file-name): Tweak docstring. Handle also
4446 the "nc" case. Quote result also locally.
4447
4448 * net/tramp-smb.el (tramp-smb-handle-copy-directory)
4449 (tramp-smb-handle-set-file-acl): Use `start-process'.
4450 (tramp-smb-handle-insert-directory): Use progress reporter.
4451 (tramp-smb-handle-rename-file): Flush also file properties of
4452 FILENAME.
4453
4454 * net/trampver.el: Update release number.
4455
4456 2014-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
4457
4458 * ses.el: Miscellaneous cleanups; use lexical-binding; avoid
4459 add-to-list.
4460 (ses-localvars): Remove ses--local-printer-list, unused.
4461 (ses--metaprogramming): New macro. Use it to defvar variables.
4462 (ses-set-localvars): Simplify.
4463 (ses--locprn, ses-cell): Use defstruct. Change ses-cell's
4464 property-list into an alist.
4465 (ses-locprn-get-compiled, ses-locprn-compiled-aset)
4466 (ses-locprn-get-def, ses-locprn-def-aset, ses-locprn-get-number):
4467 Remove; use defstruct accessors/setters instead.
4468 (ses-cell-formula-aset, ses-cell-printer-aset)
4469 (ses-cell-references-aset): Remove, use setf instead.
4470 (ses--alist-get): New function.
4471 (ses-cell-property): Rename from ses-cell-property-get and rewrite.
4472 Use an alist instead of a plist and don't do move-to-front since the
4473 list is always short.
4474 (ses-cell-property-get-fun, ses-cell-property-delq-fun)
4475 (ses-cell-property-set-fun, ses-cell-property-set)
4476 (ses-cell-property-pop-fun, ses-cell-property-get-handle)
4477 (ses-cell-property-handle-car, ses-cell-property-handle-setcar): Remove.
4478 (ses--letref): New macro.
4479 (ses-cell-property-pop): Rewrite.
4480 (ses--cell): Rename from ses-cell and make it into a function.
4481 Make `formula' fallback on `value' if nil.
4482 (ses--local-printer): Rename from ses-local-printer and make it into
4483 a function.
4484 (ses-set-cell): Turn it into a macro so finding the accessor from the
4485 field name is done at compile time.
4486 (ses-repair-cell-reference-all): Test presence of `sym' rather than
4487 `ref' before adding `sym' to :ses-repair-reference.
4488 (ses-calculate-cell): Use ses--letref rather than
4489 ses-cell-property-get-handle.
4490 (ses-write-cells): Use a single prin1-to-string.
4491 (ses-setter-with-undo): New function.
4492 (ses-aset-with-undo, ses-set-with-undo): Rewrite using it.
4493 (ses-unset-with-undo): Remove.
4494 (ses-load): Prefer apply' over `eval'.
4495 (ses-read-printer, ses-set-column-width): Use standard "(default
4496 foo)" format.
4497
4498 2014-06-15 Glenn Morris <rgm@gnu.org>
4499
4500 * Makefile.in (leim, semantic): Use `make -C' rather than `cd && make'.
4501
4502 * progmodes/cc-langs.el: Require cl-lib. (Bug#17463)
4503 Replace delete-duplicates and mapcan by cl- versions throughout.
4504 And cl-macroexpand-all by macroexpand-all.
4505 (delete-duplicates, mapcan, cl-macroexpand-all): No need to declare.
4506
4507 2014-06-15 Eli Zaretskii <eliz@gnu.org>
4508
4509 * subr.el (posn-col-row): Doc fix. (Bug#17768)
4510
4511 2014-06-15 Juri Linkov <juri@jurta.org>
4512
4513 * bindings.el: Put `ascii-character' property on keypad keys
4514 mapped to characters. (Bug#17759)
4515
4516 2014-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
4517
4518 * emacs-lisp/smie.el (smie-next-sexp): Fix up "other-end" info when
4519 bumping forward into a closing paren (bug#17761).
4520
4521 * term/xterm.el (xterm--version-handler): Work around for OSX
4522 Terminal.app (bug#17607).
4523
4524 2014-06-14 Ron Schnell <ronnie@driver-aces.com>
4525
4526 * play/dunnet.el (dun-describe-room, dun-mode):
4527 If a lamp is in the room, you won't be eaten by a grue.
4528
4529 2014-06-13 Glenn Morris <rgm@gnu.org>
4530
4531 * Makefile.in ($(lisp)/cus-load.el, $(lisp)/finder-inf.el)
4532 (autoloads, $(lisp)/subdirs.el, compile-main, leim, semantic, compile)
4533 (compile-always): GNU make automatically passes
4534 command-line arguments to sub-makes.
4535
4536 * calendar/calendar.el (calendar-generate-window):
4537 Remove pointless call to font-lock-fontify-buffer.
4538
4539 2014-06-13 Matthias Meulien <orontee@gmail.com>
4540
4541 * simple.el (completion-list-mode-map): Navigate with tab and backtab
4542 (bug#17767).
4543
4544 2014-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
4545
4546 * simple.el (set-mark-command): Simplify a bit.
4547
4548 2014-06-12 Nicolas Richard <theonewiththeevillook@yahoo.fr>
4549
4550 * help.el (help--key-binding-keymap): New function.
4551 (help--binding-locus): New function.
4552 (describe-key): Mention the keymap in which the binding was
4553 found. (bug#13948)
4554
4555 2014-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
4556
4557 * hippie-exp.el (he--all-buffers): New function.
4558 (try-expand-line-all-buffers, try-expand-list-all-buffers)
4559 (try-expand-dabbrev-all-buffers): Use it.
4560
4561 2014-06-12 Emilio C. Lopes <eclig@gmx.net>
4562
4563 * hippie-exp.el (try-expand-line-all-buffers)
4564 (try-expand-list-all-buffers, try-expand-dabbrev-all-buffers):
4565 Read hippie-expand-only-buffers and hippie-expand-ignore-buffers in the
4566 original buffer, in case they're buffer-local.
4567
4568 2014-06-12 Vincent Belaïche <vincentb1@users.sourceforge.net>
4569
4570 * ses.el (ses-initial-global-parameters-re): New defconst, a
4571 specific regexp is needed now that ses.el can handle both
4572 file-format 2 --- ie. no local printers --- and 3 --- i.e. may have
4573 local printers.
4574 (ses-localvars): Add local variables needed for local printer handling.
4575 (ses-set-localvars): Handle hashmap initialisation.
4576 (ses-paramlines-plist): Add param-line for number of local printers.
4577 (ses-paramfmt-plist): New defconst, needed for code factorization
4578 between functions `ses-set-parameter' and
4579 `ses-file-format-extend-paramter-list'
4580 (ses-make-local-printer-info): New defsubst.
4581 (ses-locprn-get-compiled, ses-locprn-compiled-aset)
4582 (ses-locprn-get-def, ses-locprn-def-aset, ses-locprn-get-number)
4583 (ses-cell-printer-aset): New defmacro.
4584 (ses-local-printer-compile): New defun.
4585 (ses-local-printer): New defmacro.
4586 (ses-printer-validate, ses-call-printer): Add support for local
4587 printer functions.
4588 (ses-file-format-extend-paramter-list): New defun.
4589 (ses-set-parameter): Use const `ses-paramfmt-plist' for code
4590 factorization.
4591 (ses-load): Add support for local printer functions.
4592 (ses-read-printer): Update docstring and add support for local printer
4593 functions.
4594 (ses-refresh-local-printer, ses-define-local-printer): New defun.
4595 (ses-safe-printer): Add support for local printer functions.
4596
4597 2014-06-12 Ivan Andrus <darthandrus@gmail.com>
4598
4599 * ffap.el (ffap-lax-url): New var (bug#17723).
4600 (ffap-url-at-point): Use it.
4601 (ffap-file-at-point): Avoid returning just "/".
4602
4603 2014-06-12 Matthias Meulien <orontee@gmail.com>
4604
4605 * progmodes/python.el (import skeleton): New skeleton (bug#17672).
4606 (python-mode-map): Bind it.
4607
4608 * progmodes/python.el (class skeleton): Don't erase last char of class
4609 name (bug#17683).
4610
4611 2014-06-12 Cameron Desautels <camdez@gmail.com> (tiny change)
4612
4613 * help.el (where-is): Use `default' arg of completing-read (bug#17705).
4614
4615 2014-06-12 Kevin Ryde <user42_kevin@yahoo.com.au>
4616
4617 * files.el (auto-mode-alist): Map .ad files to xdefaults-mode
4618 (bug#17745).
4619
4620 2014-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
4621
4622 * international/mule-cmds.el: Use lexical-binding.
4623 (ucs-names): Simplify.
4624
4625 2014-05-18 Eric Hanchrow <eric.hanchrow@gmail.com>
4626
4627 * progmodes/python.el (run-python): Use read-shell-command.
4628
4629 2014-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
4630
4631 * rect.el: Make it possible to move bounds past EOL or into TABs.
4632 (operate-on-rectangle): Use apply-on-rectangle.
4633 (rectangle--mark-crutches): New var.
4634 (rectangle--pos-cols, rectangle--col-pos, rectangle--point-col)
4635 (rectangle--crutches, rectangle--reset-crutches): New functions.
4636 (apply-on-rectangle): Obey crutches. Avoid setq.
4637 Fix missing final iteration if end is at EOB&BOL.
4638 (rectangle-mark-mode-map): Add remap bindings for
4639 exchange-point-and-mark and char/line movements.
4640 (rectangle--*-char): New function.
4641 (rectangle-exchange-point-and-mark, rectangle-right-char)
4642 (rectangle-left-char, rectangle-forward-char)
4643 (rectangle-backward-char, rectangle-next-line)
4644 (rectangle-previous-line): New commands.
4645 (rectangle--place-cursor): New function.
4646 (rectangle--highlight-for-redisplay): Use it. Use apply-on-rectangle.
4647
4648 2014-06-08 Glenn Morris <rgm@gnu.org>
4649
4650 * startup.el (initial-buffer-choice): Doc fix.
4651 Reset :version (adding an option does not merit a :version bump).
4652
4653 * bookmark.el (bookmark-load):
4654 * uniquify.el (uniquify-buffer-name-style): Doc fixes.
4655
4656 2014-06-08 Juri Linkov <juri@jurta.org>
4657
4658 * desktop.el: Activate auto-saving on window configuration changes.
4659 (desktop-save-mode, desktop-auto-save-timeout): Add/remove
4660 `desktop-auto-save-set-timer' to/from
4661 `window-configuration-change-hook'.
4662 (desktop-auto-save-set-timer): Change REPEAT arg of
4663 `run-with-idle-timer' from t to nil.
4664 http://lists.gnu.org/archive/html/emacs-devel/2014-06/msg00147.html
4665
4666 2014-06-08 Santiago Payà i Miralta <santiagopim@gmail.com>
4667
4668 * vc/vc-hg.el (vc-hg-working-revision): Use "hg parent" and
4669 vc-hg-command (bug#17570).
4670
4671 2014-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
4672
4673 * international/mule-cmds.el (ucs-names): Add special entry for BEL
4674 (bug#17702).
4675
4676 2014-06-08 Glenn Morris <rgm@gnu.org>
4677
4678 * startup.el (window-setup-hook): Doc fix.
4679
4680 * emacs-lisp/package.el (package-check-signature)
4681 (package-unsigned-archives): Doc fixes.
4682
4683 2014-06-08 Martin Rudalics <rudalics@gmx.at>
4684
4685 * window.el (display-buffer-use-some-window): Don't make window
4686 used smaller than it was before (Bug#17671).
4687
4688 2014-06-08 Eli Zaretskii <eliz@gnu.org>
4689
4690 * menu-bar.el (menu-bar-open): Fix last change: use the PC
4691 'redisplay' instead of '(sit-for 0)'.
4692
4693 2014-06-08 Michael Albinus <michael.albinus@gmx.de>
4694
4695 * net/tramp.el (tramp-ssh-controlmaster-options):
4696 Improve search regexp. (Bug#17653)
4697
4698 2014-06-08 Glenn Morris <rgm@gnu.org>
4699
4700 * emacs-lisp/package.el (package-pinned-packages): Doc fix.
4701
4702 2014-06-08 Eli Zaretskii <eliz@gnu.org>
4703
4704 * menu-bar.el (menu-bar-open): Fix invocation via M-x.
4705
4706 2014-06-06 Santiago Payà i Miralta <santiagopim@gmail.com>
4707
4708 * vc/vc-hg.el (vc-hg-create-tag, vc-hg-retrieve-tag): New functions
4709 (bug#17586).
4710
4711 * vc/vc-hg.el (vc-hg-log-graph): New var.
4712 (vc-hg-print-log): Use it.
4713 (vc-hg-root-log-format): Include branch name and bookmarks; ignore
4714 graph output (bug#17515).
4715
4716 2014-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
4717
4718 * mouse.el (mouse-posn-property): Ignore buffer position info when the
4719 even happened elsewhere.
4720
4721 2014-06-06 Mario Lang <mlang@delysid.org>
4722
4723 * emacs-lisp/tabulated-list.el (tabulated-list-print): Only call
4724 `recenter' if `current-buffer' is equal to `window-buffer'.
4725
4726 2014-06-05 Leo Liu <sdl.web@gmail.com>
4727
4728 * emacs-lisp/cl-macs.el (cl-macrolet): Avoid excessive progn's.
4729
4730 2014-06-05 Michal Nazarewicz <mina86@mina86.com>
4731
4732 * textmodes/tildify.el (tildify-foreach-region-outside-env):
4733 New function which calls a callback on portions of the buffer that are
4734 outside of ignored environments.
4735 (tildify-build-regexp): Remove function since it is now
4736 incorporated in `tildify-foreach-region-outside-env' where it is
4737 optimized and simplified by the use of `mapconcat'.
4738 (tildify-tildify): Return number of substitutions made so that…
4739 (tildify-count): …can be removed.
4740 (tildify-find-env): Accept a new PAIRS argument which was
4741 previously looked up in `tildify-ignored-environments-alist' each
4742 time the function was called. With this change, the lookup is
4743 performed only once in `tildify-foreach-region-outside-env'.
4744 (tildify-region): Greatly simplify the function since now most of
4745 the work is done by `tildify-foreach-region-outside-env'.
4746 (tildify-mode-alist): Simplify slightly by avoiding if and setq
4747 and instead using or.
4748
4749 * textmodes/tildify.el (tildify-ignored-environments-alist):
4750 Optimize environments regexes
4751
4752 Each time beginning of an environment to ignore is found,
4753 `tildify-find-env' needs to identify regexp for the ending
4754 of the environment. This is done by trying all the opening
4755 regexes on matched text in a loop, so to speed that up, this
4756 loop should have fewer things to match, which can be done by
4757 using alternatives in the opening regexes.
4758
4759 Coincidentally, this should make matching of the opening
4760 regexp faster as well thanks to the use of `regexp-opt' and
4761 having common prefix pulled from many regexes.
4762
4763 * textmodes/tildify.el (tildify-string-alist)
4764 (tildify-ignored-environments-alist): Add `nxml-mode' to the list
4765 of supported modes since `xml-mode' is no longer a thing but just
4766 an alias to the former. Also include comments and insides of tags
4767 in `tildify-ignored-environments-alist' for XML modes. Finally,
4768 since XML does not define “&nbsp;”[1], use a numeric reference for
4769 a no-break space (namely “&#160;”)
4770
4771 [1] XML specification defines only a handful of predefined entities.
4772 The list is at <http://www.w3.org/TR/REC-xml/#sec-predefined-ent>
4773 and includes only &lt;, &gt;, &amp;, &apos; and &quot; (meaning <,
4774 >, &, ' and " respectively). This is in contrast to HTML and even
4775 XHTML which defined a whole bunch of entities including “&nbsp;”.
4776
4777 * textmodes/tildify.el (tildify-pattern-alist)
4778 (tildify-string-alist, tildify-ignored-environments-alist):
4779 Improve defcustom's types by adding more tags explaining what each
4780 value means and replace “sexp” used in
4781 `tildify-ignored-environments-alist' with a full type declaration.
4782
4783 * textmodes/tildify.el (tildify-find-env): Fix matched group
4784 indexes in end-regex building
4785
4786 When looking for a start of an ignore-environment, the regex is built
4787 by concatenating regexes of all the environments configured in
4788 `tildify-ignored-environments-alist'. So for example, the following
4789 list could be used to match TeX's \verb and \verb* commands:
4790
4791 (("\\\\verb\\(.\\)" . (1))
4792 ("\\\\verb\\*\\(.\\)" . (1)))
4793
4794 This would result in the following regex being used to find the start
4795 of any of the variants of the \verb command:
4796
4797 \\\\verb\\(.\\)\\|\\\\verb\\*\\(.\\)
4798
4799 But now, if “\\\\verb\\*\\(.\\)” matches, the first capture group
4800 won't match anything, and thus (match-string 1) will be nil, which
4801 will cause building of the end-matching regex to fail.
4802
4803 Fix this by using capture groups from the time when the opening
4804 regexes are matched individually.
4805
4806 * textmodes/tildify.el (tildify-find-env): Fix end-regex building
4807 in `tildify-find-env'
4808
4809 The `tildify-ignored-environments-alist' allows the end-regex to
4810 be provided not as a static string but mix of strings and indexes
4811 of groups matched the begin-regex. For example, the “\verb!…!”
4812 TeX-command (where “!” is an arbitrary character) is handled
4813 using:
4814
4815 ("\\\\verb\\*?\\(.\\)" . (1))
4816
4817 In the same way, the following should be supported as well:
4818
4819 ("open-\\(.\\)" . ("end-" 1))
4820
4821 However the tildify-find-env function fails at
4822
4823 (concat result
4824 (if (stringp (setq aux (car expression)))
4825 expression ; BUG: expression is a list
4826 (regexp-quote (match-string aux))))
4827
4828 where the string part is handled incorrectly.
4829
4830 The most trivial fix would be to replace `expression' in the
4831 true-part of the if-statement with `aux', but instead, this commit
4832 optimizes `tildify-find-env' by changing it to use `mapconcat'
4833 rather than open-coded while-loop.
4834
4835 2014-06-05 Mario Lang <mlang@delysid.org>
4836
4837 * woman.el (woman-mapcan): Remove.
4838 (woman-parse-colon-path): Use cl-mapcan instead.
4839
4840 2014-06-03 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
4841
4842 * register.el: Add link to Emacs manual in Commentary.
4843
4844 2014-06-02 Sam Steingold <sds@gnu.org>
4845
4846 * menu-bar.el (lookup-key-ignore-too-long): Extract from...
4847 (popup-menu): ...here.
4848 (menu-bar-open): Use it to avoid an error when `lookup-key'
4849 returns a number.
4850
4851 2014-06-02 Michael Albinus <michael.albinus@gmx.de>
4852
4853 * net/tramp.el (tramp-call-process): Add traces.
4854 (tramp-handle-unhandled-file-name-directory): Return "/".
4855
4856 2014-06-02 Wilson Snyder <wsnyder@wsnyder.org>
4857
4858 Sync with upstream verilog-mode revision 3cd8144.
4859 * progmodes/verilog-mode.el (verilog-mode-version): Bump.
4860 (verilog-auto-arg-format): New option, to support newlines in AUTOARG.
4861 (verilog-type-font-keywords): Add nor.
4862 (verilog-batch-execute-func): Force reading of Local Variables.
4863 Fix printing "no changes to be saved" with verilog-batch.
4864 (verilog-auto-arg-ports): Doc fix.
4865 Add verilog-auto-arg-format to support newlines in AUTOARG.
4866 (verilog-auto-arg): Doc fix.
4867
4868 2014-06-02 Glenn Morris <rgm@gnu.org>
4869
4870 * emulation/crisp.el, emulation/tpu-edt.el, emulation/tpu-extras.el:
4871 * emulation/tpu-mapper.el, emulation/vi.el, emulation/vip.el:
4872 * emulation/ws-mode.el: Move to obsolete/.
4873 * Makefile.in (AUTOGEN_VCS): Update for moved tpu-edu.el.
4874
4875 2014-06-02 Eli Zaretskii <eliz@gnu.org>
4876
4877 * simple.el (keyboard-quit): Force update of mode lines, to remove
4878 the "Def" indicator, if we were defining a macro. (Bug#17615)
4879
4880 2014-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
4881
4882 * minibuffer.el (minibuffer-force-complete-and-exit):
4883 Obey minibuffer-default (bug#17545).
4884
4885 * progmodes/js.el (js-indent-line): Don't mix columns and chars
4886 (bug#17619).
4887
4888 * subr.el (set-transient-map): Don't wait for some "nested"
4889 transient-map to finish if we're only supposed to be active for
4890 the next command (bug#17642).
4891
4892 2014-06-02 Leo Liu <sdl.web@gmail.com>
4893
4894 * emacs-lisp/gv.el (window-buffer, window-display-table)
4895 (window-dedicated-p, window-hscroll, window-point, window-start):
4896 Fix gv-expander. (Bug#17630)
4897
4898 2014-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
4899
4900 * mouse.el (mouse-posn-property): Ignore posn-point for mode-line
4901 clicks (bug#17633).
4902
4903 * leim/quail/latin-pre.el ("latin-2-prefix"): Use ",," rather than ", "
4904 for the single comma, since ", " is *very* common in normal French text
4905 (bug#17643).
4906
4907 2014-06-02 Glenn Morris <rgm@gnu.org>
4908
4909 * emacs-lisp/package.el (package-check-signature)
4910 (package-unsigned-archives): Fix :version.
4911
4912 2014-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
4913
4914 * subr.el (sit-for): Don't run input-methods (bug#15614).
4915
4916 2014-06-02 Glenn Morris <rgm@gnu.org>
4917
4918 * cus-start.el: Fix some :version numbers.
4919
4920 2014-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
4921
4922 * simple.el (deactivate-mark): Set mark-active to nil even if
4923 deactivation is done via setting transient-mark-mode to nil,
4924 since one is buffer-local and the other is global.
4925
4926 * emacs-lisp/byte-opt.el (byte-optimize-binary-predicate): Don't assume
4927 there can't be more than 2 arguments (bug#17584).
4928
4929 2014-06-02 Glenn Morris <rgm@gnu.org>
4930
4931 * simple.el (filter-buffer-substring-functions)
4932 (filter-buffer-substring-function, buffer-substring-filters)
4933 (filter-buffer-substring, buffer-substring--filter): Doc fixes.
4934
4935 * minibuffer.el (completion-in-region-functions, completion-in-region)
4936 (completion--in-region): Doc fixes.
4937
4938 * abbrev.el (abbrev-expand-functions, abbrev-expand-function)
4939 (expand-abbrev, abbrev--default-expand): Doc fixes.
4940
4941 2014-06-02 Paul Eggert <eggert@cs.ucla.edu>
4942
4943 Include sources used to create macuvs.h.
4944 * international/README: Refer to the Unicode Terms of Use rather
4945 than copying it bodily here, as that simplifies maintenance.
4946
4947 2014-06-01 Glenn Morris <rgm@gnu.org>
4948
4949 * loadup.el (load-prefer-newer): Set non-nil when dumping. (Bug#17629)
4950
4951 2014-05-31 Glenn Morris <rgm@gnu.org>
4952
4953 * files.el (locate-dominating-file): Expand file argument. (Bug#17641)
4954
4955 2014-05-30 Glenn Morris <rgm@gnu.org>
4956
4957 * loadup.el: Treat `command-line-args' more flexibly.
4958
4959 2014-05-30 Alan Mackenzie <acm@muc.de>
4960
4961 Guard (looking-at "\\s!") from XEmacs.
4962 * progmodes/cc-engine.el (c-state-pp-to-literal): Add guard form.
4963
4964 2014-05-30 Ken Olum <kdo@cosmos.phy.tufts.edu>
4965
4966 * mail/rmail.el (rmail-delete-forward, rmail-delete-backward):
4967 The argument COUNT is now optional, to be more backward-compatible.
4968 Doc fix. (Bug#17560)
4969
4970 2014-05-29 Reuben Thomas <rrt@sc3d.org>
4971
4972 * whitespace.el (whitespace-report-region):
4973 Simplify documentation.
4974 (whitespace-report-region): Allow report-if-bogus to take the
4975 value `never', for non-interactive use.
4976 (whitespace-report): Refer to whitespace-report-region's
4977 documentation.
4978
4979 2014-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
4980
4981 * whitespace.el: Use font-lock-flush. Minimize refontifications.
4982 Side benefit: it works without jit-lock.
4983 (whitespace-point--used): New buffer-local var.
4984 (whitespace-color-on): Initialize it and flush it. Use font-lock-flush.
4985 (whitespace-color-off): Use font-lock-flush.
4986 (whitespace-point--used, whitespace-point--flush-used): New functions.
4987 (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
4988 (whitespace-empty-at-eob-regexp): Use them.
4989 (whitespace-post-command-hook): Rewrite.
4990
4991 * font-lock.el (font-lock-flush, font-lock-ensure): New functions.
4992 (font-lock-fontify-buffer): Mark interactive-only.
4993 (font-lock-multiline, font-lock-fontified, font-lock-set-defaults):
4994 Make buffer-local.
4995 (font-lock-specified-p): Remove redundant boundp check.
4996 (font-lock-flush-function, font-lock-ensure-function): New vars.
4997 (font-lock-turn-on-thing-lock): Set them.
4998 (font-lock-default-fontify-buffer): Obey font-lock-dont-widen.
4999 (font-lock-after-change-function): Make `old-len' optional.
5000 (font-lock-set-defaults): Remove redundant `set' of font-lock-defaults.
5001 Call font-lock-flush, just in case.
5002 * progmodes/verilog-mode.el (verilog-preprocess): Disable workaround in
5003 recent Emacsen.
5004 * progmodes/vera-mode.el (vera-fontify-buffer): Declare obsolete.
5005 (vera-mode-map, vera-mode-menu): Remove bindings to it.
5006 * progmodes/idlw-help.el (idlwave-help-fontify): Use font-lock-ensure
5007 and with-syntax-table.
5008 * textmodes/conf-mode.el (conf-quote-normal):
5009 * progmodes/sh-script.el (sh-set-shell):
5010 * progmodes/prog-mode.el (prettify-symbols-mode):
5011 * progmodes/f90.el (f90-font-lock-n):
5012 * progmodes/cwarn.el (cwarn-mode):
5013 * nxml/nxml-mode.el (nxml-toggle-char-ref-extra-display):
5014 * progmodes/compile.el (compilation-setup, compilation--unsetup):
5015 * hi-lock.el (hi-lock-mode, hi-lock-unface-buffer)
5016 (hi-lock-set-pattern, hi-lock-set-file-patterns): Use font-lock-flush.
5017 * mail/rmail.el (rmail-variables): Set font-lock-dont-widen instead of
5018 font-lock-fontify-buffer-function and
5019 font-lock-unfontify-buffer-function.
5020 (rmail-unfontify-buffer-function, rmail-fontify-message):
5021 Use with-silent-modifications.
5022 * htmlfontify.el (hfy-force-fontification): Use jit-lock-fontify-now
5023 and font-lock-ensure.
5024 * bs.el (bs-show-in-buffer): Use font-lock-ensure.
5025
5026 2014-05-28 Thien-Thi Nguyen <ttn@gnu.org>
5027
5028 * emacs-lisp/package.el (package-generate-autoloads):
5029 Inhibit backup files.
5030
5031 2014-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
5032
5033 * progmodes/hideshow.el (hs-hide-all): Call syntax-propertize
5034 (bug#17608).
5035
5036 2014-05-21 Michal Nazarewicz <mina86@mina86.com>
5037
5038 * textmodes/tildify.el (tildify-buffer, tildify-region):
5039 Add dont-ask option.
5040
5041 2014-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
5042
5043 * subr.el (zerop): Move from C. Add compiler-macro (bug#17475).
5044 * emacs-lisp/byte-opt.el (byte-optimize-zerop): Remove.
5045
5046 * subr.el (internal--funcall-interactively): New.
5047 (internal--call-interactively): Remove.
5048 (called-interactively-p): Detect funcall-interactively instead of
5049 call-interactively.
5050 * simple.el (repeat-complex-command): Use funcall-interactively.
5051 (repeat-complex-command--called-interactively-skip): Remove.
5052
5053 2014-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
5054
5055 * register.el (register-read-with-preview): Don't burp on
5056 frame switches (e.g. due to the frame we just popped).
5057
5058 * mouse.el (mouse-set-region): Handle spurious drag events (bug#17562).
5059 (mouse-drag-track): Annotate `mouse-drag-start' so we know we moved.
5060
5061 2014-05-26 Andreas Schwab <schwab@linux-m68k.org>
5062
5063 * cus-face.el (custom-face-attributes): Add :distant-foreground.
5064
5065 2014-05-26 Martin Rudalics <rudalics@gmx.at>
5066
5067 * window.el (window--dump-frame): Remove interactive specification.
5068
5069 2014-05-26 Glenn Morris <rgm@gnu.org>
5070
5071 * hippie-exp.el (he-line-search-regexp):
5072 Handle comint-prompt-regexp containing subgroups. (Bug#17529)
5073
5074 2014-05-26 Stephen Berman <stephen.berman@gmx.net>
5075
5076 * calendar/todo-mode.el: Remove dependence on auto-mode-alist,
5077 to avoid errors when trying to create or visit a file foo.todo
5078 located outside to todo-directory, and to allow having such files
5079 without them being tied to Todo mode (bug#17482).
5080 (todo-show, todo-move-category, todo-merge-category, todo-find-archive)
5081 (todo-archive-done-item, todo-find-filtered-items-file)
5082 (todo-filter-items, todo-find-item, todo-diary-goto-entry)
5083 (todo-category-completions, todo-read-category): When visiting a
5084 Todo file, make sure we're in the right mode and the buffer local
5085 variables are set.
5086 (todo-make-categories-list, todo-reset-nondiary-marker)
5087 (todo-reset-done-string, todo-reset-comment-string):
5088 After processing all Todo files, kill the buffers of those files that
5089 weren't being visited before the processing.
5090 (todo-display-as-todo-file, todo-add-to-buffer-list)
5091 (todo-visit-files-commands): Comment out.
5092 (todo-modes-set-3, todo-mode): Comment out additions to find-file-hook.
5093 (auto-mode-alist): Remove add-to-list calls making Todo file
5094 extensions unrestrictedly tied to Todo modes.
5095
5096 2014-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
5097
5098 * emacs-lisp/nadvice.el (advice--member-p): Change second arg.
5099 (advice-function-member-p): Tell it to check both names and functions
5100 (bug#17531).
5101 (advice--add-function): Adjust call accordingly.
5102
5103 2014-05-26 Stephen Berman <stephen.berman@gmx.net>
5104
5105 * calendar/todo-mode.el: Miscellaneous bug fixes.
5106 (todo-delete-file): When deleting an archive but not its todo
5107 file, make sure to update the todo file's category sexp.
5108 (todo-move-category): Keep the moved category's name unless the
5109 file moved to already has a category with that name. If the
5110 numerically last category of the source file was moved, make the
5111 first category current to avoid selecting a nonexisting category.
5112 (todo-merge-category): Fix implementation to make merging to a
5113 category in another file work as documented. Eliminate now
5114 insufficient and unnecessary renaming of archive category, correct
5115 document string accordingly, and clarify it. If the numerically
5116 last category of the source file was merged, make the first
5117 category current to avoid selecting a nonexisting category.
5118 (todo-archive-done-item): When there are marked items and point
5119 happens to be on an unmarked item, ignore the latter. Don't leave
5120 point below last item after archiving marked items.
5121 (todo-unarchive-items): Fix logic to ensure unarchiving an item
5122 from an archive with only one category deletes the archive only
5123 when the category is empty after unarchiving. Make sure the todo
5124 file's category sexp is updated.
5125 (todo-read-file-name): Allow an existing file name even when it is
5126 not required (todo-move-category needs this to work as documented).
5127 (todo-add-file): Call todo-validate-name to reject the name of an
5128 existing todo file (needed due to fix in todo-read-file-name).
5129 (todo-reset-nondiary-marker): Also reset in filtered items files.
5130 (todo-reset-done-string, todo-reset-comment-string): Also reset in
5131 regexp filtered items files.
5132 (todo-reset-highlight-item): Also reset in filtered items files.
5133 Fix incorrect variable reference in document string.
5134
5135 2014-05-26 Glenn Morris <rgm@gnu.org>
5136
5137 * window.el (window--dump-frame): Avoid error in --without-x builds.
5138
5139 2014-05-26 Glenn Morris <rgm@gnu.org>
5140
5141 * nxml/nxml-mode.el (xml-mode): Only define this alias once.
5142
5143 2014-05-26 Eli Zaretskii <eliz@gnu.org>
5144
5145 * frame.el (set-frame-font): Doc fix.
5146
5147 * menu-bar.el (menu-set-font): Doc fix. (Bug#17532)
5148
5149 2014-05-26 Dmitry Gutov <dgutov@yandex.ru>
5150
5151 * emacs-lisp/package.el (package--download-one-archive):
5152 Use `write-region' instead of `save-buffer' to avoid running various
5153 hooks. (Bug#17155)
5154 (describe-package-1): Same. Insert newline at the end of the
5155 buffer if appropriate.
5156
5157 2014-05-26 Juri Linkov <juri@jurta.org>
5158
5159 * avoid.el (mouse-avoidance-set-mouse-position): Don't raise frame.
5160 (mouse-avoidance-ignore-p): Remove `switch-frame', add `focus-out'.
5161 Add more modifiers: meta, control, shift, hyper, super, alt.
5162 (Bug#17439)
5163
5164 * avoid.el (mouse-avoidance-banish-position): Fix defcustom :options
5165 to allow changing its value with `set-variable'.
5166
5167 2014-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
5168
5169 * progmodes/scheme.el (scheme-mode-syntax-table): Remove hack for
5170 #; comments.
5171 (scheme-syntax-propertize, scheme-syntax-propertize-sexp-comment):
5172 New functions.
5173 (scheme-mode-variables): Set syntax-propertize-function instead of
5174 font-lock-syntactic-face-function.
5175 (scheme-font-lock-syntactic-face-function): Delete.
5176
5177 * emacs-lisp/lisp.el (end-of-defun): Ensure we move (bug#17274).
5178
5179 * emacs-lisp/timer.el (timer-event-handler): Don't run if canceled
5180 (bug#17392).
5181
5182 2014-05-26 Michael Albinus <michael.albinus@gmx.de>
5183
5184 * net/tramp-sh.el (tramp-find-inline-encoding): Do not match "%%t"
5185 for a temporary file name.
5186
5187 2014-05-26 Eli Zaretskii <eliz@gnu.org>
5188
5189 * simple.el (line-move-ignore-invisible): Doc fix. (Bug#17511)
5190
5191 2014-05-26 Michael Albinus <michael.albinus@gmx.de>
5192
5193 * net/dbus.el (dbus-init-bus, dbus-call-method)
5194 (dbus-call-method-asynchronously, dbus-send-signal)
5195 (dbus-method-return-internal, dbus-method-error-internal):
5196 Check, whether Emacs has been compiled with D-Bus support. (Bug#17508)
5197
5198 2014-05-26 Nicolas Richard <theonewiththeevillook@yahoo.fr>
5199
5200 * emacs-lisp/eieio-opt.el (eieio-help-class): Correctly deal with
5201 methods which do not have a doc string. (Bug#17490)
5202
5203 2014-05-25 Tassilo Horn <tsdh@gnu.org>
5204
5205 * textmodes/reftex-ref.el (reftex-format-special): Make it work
5206 also for AMS Math's \eqref macro.
5207
5208 2014-05-25 Thien-Thi Nguyen <ttn@gnu.org>
5209
5210 Arrange to never byte-compile the generated -pkg.el file.
5211
5212 * emacs-lisp/package.el (package-generate-description-file):
5213 Output first-line comment to set buffer-local var `no-byte-compile'.
5214 Suggested by Dmitry Gutov:
5215 <http://lists.gnu.org/archive/html/emacs-devel/2014-05/msg00401.html>.
5216
5217 2014-05-25 Thien-Thi Nguyen <ttn@gnu.org>
5218
5219 Fix bug: Properly quote args to generated -pkg.el `define-package'.
5220
5221 * emacs-lisp/package.el (package-generate-description-file):
5222 Inline `package--alist-to-plist'; rewrite to selectively
5223 quote alist values that are not self-quoting.
5224 (package--alist-to-plist): Delete func.
5225
5226 2014-05-25 Andreas Schwab <schwab@linux-m68k.org>
5227
5228 * term/xterm.el (xterm-function-map): Add mapping for shifted
5229 keypad keys.
5230
5231 2014-05-24 Daniel Colascione <dancol@dancol.org>
5232
5233 * progmodes/subword.el (subword-find-word-boundary): Move point to
5234 correct spot before search. (Bug#17580)
5235
5236 * emacs-lisp/nadvice.el (defun): Write in eval-and-compile to avoid
5237 breaking the build.
5238
5239 2014-05-24 Leo Liu <sdl.web@gmail.com>
5240
5241 * calc/calc.el (math-bignum): Handle most-negative-fixnum. (Bug#17556)
5242
5243 2014-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
5244
5245 * minibuffer.el (completion--sreverse): Remove.
5246 (completion--common-suffix): Use `reverse' instead.
5247 * emacs-lisp/regexp-opt.el (regexp-opt-group): Use `reverse' on strings.
5248
5249 2014-05-22 Glenn Morris <rgm@gnu.org>
5250
5251 * shell.el (shell-mode) <shell-dirstack-query>: Bypass bash aliases.
5252
5253 2014-05-21 Daniel Colascione <dancol@dancol.org>
5254
5255 * files.el (interpreter-mode-alist): Add mksh.
5256
5257 * progmodes/sh-script.el (sh-ancestor-alist): Add mksh, a pdksh
5258 derivative.
5259 (sh-alias-alist): Alias /system/bin/sh (Android's system shell) to
5260 mksh. Improve custom spec; allow regular expressions.
5261 (sh-shell): Delegate name splitting to `sh-canonicalize-shell'.
5262 (sh-after-hack-local-variables): New function.
5263 (sh-mode): Use it; respect file-local `sh-shell' variable. (bug#17333)
5264 (sh-set-shell): Use `sh-canonicalize-shell' instead of open-coding
5265 the normalization.
5266 (sh-canonicalize-shell): Rewrite to support regexes.
5267
5268 2014-05-21 Leo Liu <sdl.web@gmail.com>
5269
5270 * emacs-lisp/cl-lib.el (cl-endp): Fix last change.
5271
5272 2014-05-19 Leo Liu <sdl.web@gmail.com>
5273
5274 * emacs-lisp/cl-lib.el (cl-endp): Conform to CL's semantics.
5275
5276 2014-05-18 Glenn Morris <rgm@gnu.org>
5277
5278 * loadup.el:
5279 * play/gametree.el: `track-mouse' is always defined since 2012-11-24.
5280
5281 2014-05-14 Sam Steingold <sds@gnu.org>
5282
5283 * progmodes/python.el (python-shell-get-or-create-process):
5284 Do not bind `current-prefix-arg' so that C-c C-z does not talk
5285 back unless requested.
5286
5287 2014-05-14 Glenn Morris <rgm@gnu.org>
5288
5289 * subr.el (with-file-modes): New macro.
5290 * printing.el (pr-save-file-modes): Make obsolete.
5291 * eshell/esh-util.el (eshell-with-file-modes): Make obsolete.
5292 * emacs-lisp/lisp-mode.el (lisp-el-font-lock-keywords-2):
5293 Add with-file-modes.
5294 * doc-view.el (doc-view-make-safe-dir):
5295 * epg.el (epg--start):
5296 * files.el (locate-user-emacs-file, make-temp-file)
5297 (backup-buffer-copy, move-file-to-trash):
5298 * printing.el (pr-despool-print, pr-call-process, pr-text2ps):
5299 * eshell/esh-util.el (eshell-with-private-file-modes)
5300 (eshell-make-private-directory):
5301 * net/browse-url.el (browse-url-mosaic):
5302 * obsolete/mailpost.el (post-mail-send-it):
5303 * obsolete/pgg-pgp.el (pgg-pgp-verify-region):
5304 * obsolete/pgg-pgp5.el (pgg-pgp5-verify-region):
5305 Use with-file-modes.
5306
5307 * vc/emerge.el (emerge-make-temp-file): Simplify.
5308
5309 2014-05-14 Stephen Berman <stephen.berman@gmx.net>
5310 Stefan Monnier <monnier@iro.umontreal.ca>
5311
5312 * minibuffer.el (completion-pcm--merge-try): Merge trailing / with
5313 suffix (bug#15419).
5314
5315 2014-05-14 Glenn Morris <rgm@gnu.org>
5316
5317 * vc/emerge.el (emerge-temp-file-prefix):
5318 Make pointless option obsolete.
5319 (emerge-temp-file-mode): Make non-functional option obsolete.
5320
5321 2014-05-14 Michael Albinus <michael.albinus@gmx.de>
5322
5323 * net/browse-url.el (browse-url):
5324 Use `unhandled-file-name-directory' when setting `default-directory',
5325 in order to circumvent stalled remote connections. (Bug#17425)
5326
5327 2014-05-14 Glenn Morris <rgm@gnu.org>
5328
5329 * printing.el (subst-char-in-string, make-temp-file, pr-get-symbol):
5330 Optimize on Emacs, which has the relevant functions for ages.
5331
5332 2014-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
5333
5334 * simple.el (undo-make-selective-list): Obey undo-no-redo.
5335
5336 2014-05-12 Sam Steingold <sds@gnu.org>
5337
5338 * calendar/time-date.el (seconds-to-string): New function to
5339 pretty print time delay in seconds.
5340
5341 2014-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
5342
5343 * mpc.el (mpc-format): Trim Date to the year.
5344 (mpc-songs-hashcons): Shorten the Date field.
5345
5346 * emacs-lisp/nadvice.el (advice--interactive-form): Don't get fooled
5347 into autoloading just because of a silly indirection.
5348
5349 2014-05-12 Santiago Payà i Miralta <santiagopim@gmail.com>
5350
5351 * vc/vc-hg.el (vc-hg-unregister): New function. (Bug#17454)
5352
5353 2014-05-12 Glenn Morris <rgm@gnu.org>
5354
5355 * emacs-lisp/find-gc.el: Move to ../admin.
5356
5357 * printing.el (pr-version):
5358 * ps-print.el (ps-print-version): Also mention bug-gnu-emacs.
5359
5360 * net/browse-url.el (browse-url-mosaic):
5361 Create /tmp/Mosaic.PID as a private file.
5362
5363 2014-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
5364
5365 * emacs-lisp/nadvice.el: Support adding a given function multiple times.
5366 (advice--member-p): If name is given, only compare the name.
5367 (advice--remove-function): Don't stop at the first match.
5368 (advice--normalize-place): New function.
5369 (add-function, remove-function): Use it.
5370 (advice--add-function): Pass the name, if any, to
5371 advice--remove-function.
5372
5373 2014-05-12 Philipp Rumpf <prumpf@gmail.com> (tiny change)
5374
5375 * electric.el (electric-indent-post-self-insert-function): Don't use
5376 `pos' after modifying the buffer (bug#17449).
5377
5378 2014-05-12 Stephen Berman <stephen.berman@gmx.net>
5379
5380 * calendar/todo-mode.el (todo-insert-item-from-calendar):
5381 Correct argument list to conform to todo-insert-item--basic.
5382
5383 2014-05-12 Glenn Morris <rgm@gnu.org>
5384
5385 * files.el (cd-absolute): Test if directory is accessible
5386 rather than executable. (Bug#17330)
5387
5388 * progmodes/compile.el (recompile):
5389 Handle C-u M-x recompile from a non-compilation buffer. (Bug#17444)
5390
5391 * net/browse-url.el (browse-url-mosaic):
5392 Be careful when writing /tmp/Mosaic.PID. (Bug#17428)
5393 This is CVE-2014-3423.
5394
5395 2014-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
5396
5397 * mouse.el: Use the normal toplevel loop while dragging.
5398 (mouse-set-point): Handle multi-clicks.
5399 (mouse-set-region): Handle multi-clicks for drags.
5400 (mouse-drag-region): Update call accordingly.
5401 (mouse-drag-track): Remove `do-mouse-drag-region-post-process' hack.
5402 Use the normal event loop instead of a local while/read-event loop.
5403 (global-map): Remove redundant bindings for double/triple-mouse-1.
5404 * xt-mouse.el (xterm-mouse-translate-1): Only process one event at a time.
5405 Generate synthetic down events when the protocol only sends up events.
5406 (xterm-mouse-last): Remove.
5407 (xterm-mouse--read-event-sequence-1000): Use xterm-mouse-last-down
5408 terminal parameter instead.
5409 (xterm-mouse--set-click-count): New function.
5410 (xterm-mouse-event): Detect/generate double/triple clicks.
5411 * reveal.el (reveal-close-old-overlays): Don't close while dragging.
5412
5413 * info.el (Info-quoted): New face.
5414 (Info-mode-font-lock-keywords): New var.
5415 (Info-mode): Use it.
5416
5417 * emacs-lisp/lisp-mode.el (preceding-sexp): Exclude leading "," which
5418 are a hindrance for C-x C-e.
5419
5420 2014-05-11 Leo Liu <sdl.web@gmail.com>
5421
5422 * net/rcirc.el (rcirc-sentinel): Fix last change.
5423
5424 2014-05-08 Sam Steingold <sds@gnu.org>
5425
5426 * net/rcirc.el (rcirc-reconnect-delay): New user option.
5427 (rcirc-sentinel): Auto-reconnect to the server if
5428 `rcirc-reconnect-delay' is non-0 (but not more often than its
5429 value in case the host is off-line).
5430
5431 2014-05-09 Eli Zaretskii <eliz@gnu.org>
5432
5433 * progmodes/grep.el (lgrep): Fix a typo in last commit.
5434
5435 2014-05-09 Glenn Morris <rgm@gnu.org>
5436
5437 * files.el (file-expand-wildcards):
5438 * man.el (Man-support-local-filenames):
5439 * printing.el (pr-i-directory, pr-interface-directory):
5440 * progmodes/grep.el (lgrep, rgrep):
5441 * textmodes/ispell.el (ispell-call-process)
5442 (ispell-call-process-region, ispell-start-process)
5443 (ispell-init-process): Use file-accessible-directory-p.
5444
5445 2014-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
5446
5447 * xt-mouse.el: Drop spurious/oddly shaped events (bug#17378).
5448 (xterm-mouse--read-event-sequence-1000): Return nil if something
5449 looks fishy.
5450 (xterm-mouse-event): Propagate it.
5451 (xterm-mouse-translate-1): Handle it.
5452
5453 2014-05-08 Stephen Berman <stephen.berman@gmx.net>
5454
5455 * calendar/todo-mode.el (todo-insert-item--apply-args): When all
5456 four slots of the parameter list are filled, make sure to pass it
5457 to the argument list of todo-insert-item--basic.
5458
5459 2014-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
5460
5461 * emacs-lisp/package.el (package-compute-transaction): Topological sort.
5462 Add optional `seen' argument to detect and break infinite loops.
5463
5464 2014-05-08 Eli Zaretskii <eliz@gnu.org>
5465
5466 * emacs-lisp/find-gc.el (find-gc-unsafe, find-unsafe-funcs)
5467 (trace-unsafe, trace-use-tree): Make parentheses style be
5468 according to Emacs style.
5469
5470 2014-05-08 Michael Albinus <michael.albinus@gmx.de>
5471
5472 * net/tramp-sh.el (tramp-remote-process-environment):
5473 Remove HISTFILE and HISTSIZE; it's too late to set them here.
5474 Add :version entry.
5475 (tramp-open-shell): Do not let-bind `tramp-end-of-output'.
5476 Add "HISTFILE=/dev/null" to the shell's env arguments. Do not send
5477 extra "PSx=..." commands.
5478 (tramp-maybe-open-connection): Setenv HISTFILE to /dev/null.
5479 (Bug#17295)
5480
5481 (tramp-uudecode): Replace the hard-coded temporary file name by a
5482 format specifier.
5483 (tramp-remote-coding-commands): Enhance docstring.
5484 (tramp-find-inline-encoding): Replace "%t" by a temporary file
5485 name. (Bug#17415)
5486 This is CVE-2014-3424.
5487
5488 2014-05-08 Glenn Morris <rgm@gnu.org>
5489
5490 * emacs-lisp/find-gc.el (find-gc-source-directory): Give it a value.
5491 (find-gc-source-files): Update some names.
5492 (trace-call-tree): Simplify and update.
5493 Avoid predictable temp-file names. (http://bugs.debian.org/747100)
5494 This is CVE-2014-3422.
5495
5496 2014-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
5497
5498 * minibuffer.el (completion--try-word-completion): Revert fix for
5499 Bug#15980 (bug#17375).
5500
5501 * xt-mouse.el (xterm-mouse--read-event-sequence-1000): (bug#17378)
5502 Always store button numbers in the same way in xterm-mouse-last;
5503 Don't burp is xterm-mouse-last is not set as expected.
5504 Never return negative indices.
5505
5506 2014-05-08 Dmitry Gutov <dgutov@yandex.ru>
5507
5508 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
5509 Backtrack one char if the global/char-literal var matcher hits
5510 inside a string. The next char could be the beginning of an
5511 expression expansion.
5512
5513 2014-05-08 Glenn Morris <rgm@gnu.org>
5514
5515 * help-fns.el (describe-function-1): Test for an autoload before a
5516 macro, since `macrop' works on autoloads. (Bug#17410)
5517
5518 2014-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
5519
5520 * electric.el (electric-indent-functions-without-reindent): Add yaml.
5521
5522 * minibuffer.el (completion-table-with-quoting) <completion--unquote>:
5523 Make sure the new point we return is within the new string (bug#17239).
5524
5525 2014-05-05 Daniel Colascione <dancol@dancol.org>
5526
5527 * progmodes/compile.el (compilation-error-regexp-alist-alist):
5528 Port `gnu' pattern to rx.
5529
5530 2014-05-05 Jarek Czekalski <jarekczek@poczta.onet.pl>
5531
5532 Remove unneeded prompt when closing a buffer with active
5533 emacsclient ("Buffer ... still has clients"), #16548.
5534 * server.el (server-start): Remove the only call to:
5535 (server-kill-buffer-query-function): Remove.
5536
5537 2014-05-04 Leo Liu <sdl.web@gmail.com>
5538
5539 * calendar/diary-lib.el (calendar-chinese-month-name-array):
5540 Defvar to pacify compiler.
5541
5542 2014-05-04 Eli Zaretskii <eliz@gnu.org>
5543
5544 * mail/rmailsum.el (rmail-new-summary-1): Fix a typo in a comment.
5545
5546 2014-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
5547
5548 * vc/ediff-diff.el (ediff-set-fine-diff-properties-in-one-buffer):
5549 Use nil rather than `default' for the "default" appearance (bug#17388).
5550 * vc/ediff-util.el (ediff-inferior-compare-regions)
5551 (ediff-toggle-autorefine, ediff-unselect-difference): Don't use
5552 a misleading `default' value when it's really a boolean.
5553 * vc/ediff-init.el (ediff-set-overlay-face): Don't set help-echo if the
5554 overlay is not visible.
5555
5556 2014-05-04 Stephen Berman <stephen.berman@gmx.net>
5557
5558 * calendar/todo-mode.el (todo-edit-file): Use display-warning.
5559 (todo-menu): Uncomment and update.
5560
5561 2014-05-04 Stephen Berman <stephen.berman@gmx.net>
5562
5563 * calendar/todo-mode.el: Reimplement item editing to have the same
5564 basic user interface as item insertion, and make small UI and
5565 larger internal improvements to the latter.
5566 (todo-insert-item): Add reference to the Todo mode user manual to
5567 the documentation string.
5568 (todo-insert-item--basic): Rename from todo-basic-insert-item and
5569 adjust all callers. Change signature to combine diary and
5570 nonmarking arguments. Incorporate functionality of deleted item
5571 copying command and add error checking. Remove detailed
5572 descriptions of the arguments from the documentation string, since
5573 this is treated in the Todo mode user manual.
5574 (todo-copy-item, todo-edit-multiline-item)
5575 (todo-edit-done-item-comment, todo-edit-item-header)
5576 (todo-edit-item-time, todo-edit-item-date-from-calendar)
5577 (todo-edit-item-date-to-today, todo-edit-item-date-day-name)
5578 (todo-edit-item-date-year, todo-edit-item-date-month)
5579 (todo-edit-item-date-day, todo-edit-item-diary-nonmarking):
5580 Remove.
5581 (todo-edit-item): Reimplement as wrapper command for
5582 todo-edit-item--next-key and make it distinguish done and not done
5583 todo items.
5584 (todo-edit-item--text): New function, replacing old command
5585 todo-edit-item and incorporating deleted commands
5586 todo-edit-multiline-item and todo-edit-done-item-comment.
5587 (todo-edit-item--header): Rename from todo-basic-edit-item-header.
5588 Use only numeric value of prefix argument. Remove detailed
5589 descriptions of the arguments from the documentation string, since
5590 this is treated in the Todo mode user manual.
5591 (todo-edit-item--diary-inclusion): New function, replacing old
5592 command todo-edit-item-diary-inclusion and incorporating and fixing
5593 functionality of deleted command todo-edit-item-diary-nonmarking,
5594 making sure to remove todo-nondiary-marker when adding
5595 diary-nonmarking-symbol.
5596 (todo-edit-category-diary-inclusion): Make sure to delete
5597 diary-nonmarking-symbol when adding todo-nondiary-marker.
5598 (todo-edit-category-diary-nonmarking): Fix indentation.
5599 (todo-insert-item--parameters): Group diary and nonmarking
5600 parameters together.
5601 (todo-insert-item--apply-args): Adjust to signature of
5602 todo-insert-item--basic and incorporate copy parameter.
5603 Make small code improvements.
5604 (todo-insert-item--next-param): Improve prompt and adjust it to
5605 new parameter grouping. Remove obsolete code.
5606 (todo-edit-item--param-key-alist)
5607 (todo-edit-item--date-param-key-alist)
5608 (todo-edit-done-item--param-key-alist): New defconsts.
5609 (todo-edit-item--prompt): New variable.
5610 (todo-edit-item--next-key): New function.
5611 (todo-key-bindings-t): Bind "e" to todo-edit-item.
5612 Remove bindings of deleted commands.
5613
5614 2014-05-04 Leo Liu <sdl.web@gmail.com>
5615
5616 * emacs-lisp/cl-macs.el (cl-deftype): Fix indentation.
5617
5618 2014-05-04 Glenn Morris <rgm@gnu.org>
5619
5620 * allout-widgets.el (allout-widgets-tally)
5621 (allout-decorate-item-guides):
5622 * menu-bar.el (menu-bar-positive-p):
5623 * minibuffer.el (completion-pcm-complete-word-inserts-delimiters):
5624 * progmodes/gdb-mi.el (gdbmi-same-start, gdbmi-is-number):
5625 * progmodes/js.el (js--inside-param-list-p)
5626 (js--inside-dojo-class-list-p, js--forward-destructuring-spec):
5627 * progmodes/prolog.el (region-exists-p):
5628 * progmodes/verilog-mode.el (verilog-scan-cache-ok-p):
5629 * textmodes/reftex-parse.el (reftex-using-biblatex-p):
5630 Doc fixes (replace `iff').
5631
5632 2014-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
5633
5634 * mpc.el (mpc-volume-mouse-set): Don't burp at the boundaries.
5635
5636 2014-05-04 Leo Liu <sdl.web@gmail.com>
5637
5638 Support Chinese diary entries in calendar and diary. (Bug#17393)
5639 * calendar/cal-china.el (calendar-chinese-month-name-array): New var.
5640 (calendar-chinese-from-absolute-for-diary)
5641 (calendar-chinese-to-absolute-for-diary)
5642 (calendar-chinese-mark-date-pattern, diary-chinese-mark-entries)
5643 (diary-chinese-list-entries): New functions to list and mark
5644 Chinese diary entries in the calendar window.
5645 (diary-chinese-anniversary)
5646 (diary-chinese-insert-anniversary-entry)
5647 (diary-chinese-insert-entry, diary-chinese-insert-monthly-entry)
5648 (diary-chinese-insert-yearly-entry): New commands to insert
5649 Chinese diary entries.
5650
5651 * calendar/diary-lib.el (diary-font-lock-keywords):
5652 Support font-locking Chinese dates.
5653
5654 * calendar/cal-menu.el (cal-menu-diary-menu): Add entries for
5655 inserting Chinese diary entries.
5656
5657 * calendar/calendar.el (diary-chinese-entry-symbol):
5658 New customizable variable.
5659 (calendar-mode-map): Add bindings for inserting Chinese diary
5660 entries.
5661
5662 2014-05-03 Juri Linkov <juri@jurta.org>
5663
5664 * dired.el (dired-check-switches, dired-switches-recursive-p):
5665 New functions. (Bug#17218)
5666 (dired-switches-escape-p, dired-move-to-end-of-filename):
5667 Use `dired-check-switches'.
5668 (dired-insert-old-subdirs, dired-build-subdir-alist)
5669 (dired-sort-R-check): Use `dired-switches-recursive-p'.
5670
5671 2014-05-01 Barry O'Reilly <gundaetiapo@gmail.com>
5672
5673 * simple.el (undo-make-selective-list): New algorithm fixes
5674 incorrectness of position adjustments when undoing in region.
5675 (Bug#17235)
5676 (undo-elt-crosses-region): Make obsolete.
5677 (undo-adjust-elt, undo-adjust-beg-end, undo-adjust-pos):
5678 New functions to adjust positions using undo-deltas.
5679
5680 2014-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
5681
5682 * emacs-lisp/lisp-mode.el (lisp--match-hidden-arg): Only highlight past
5683 the last consecutive closing paren (bug#17345).
5684
5685 2014-04-30 Reuben Thomas <rrt@sc3d.org>
5686
5687 * dired.el (dired-mode): make terminology for eXpunge command
5688 consistent. (Bug#17276)
5689
5690 2014-04-30 Eli Zaretskii <eliz@gnu.org>
5691
5692 * dired.el (dired-initial-position-hook, dired-initial-position):
5693 Doc string fixes.
5694
5695 2014-04-30 Glenn Morris <rgm@gnu.org>
5696
5697 * mail/rmail.el (rmail-quit): Handle killed summaries. (Bug#17283)
5698
5699 2014-04-30 Matthias Dahl <matthias.dahl@binary-island.eu>
5700
5701 * faces.el (face-spec-recalc): Apply X resources only after the
5702 defface spec has been applied. Thus, X resources are no longer
5703 overriden by the defface spec which also fixes issues on win32 where
5704 the toolbar coloring was wrong because it is set through X resources
5705 and was (wrongfully) overriden. (Bug#16694)
5706
5707 2014-04-30 Stefan Monnier <monnier@iro.umontreal.ca>
5708
5709 * textmodes/rst.el (electric-pair-pairs): Declare.
5710 (rst-mode): Set it (bug#17131).
5711
5712 2014-04-30 Juri Linkov <juri@jurta.org>
5713
5714 * desktop.el (desktop-value-to-string): Let-bind `print-length'
5715 and `print-level' to nil. (Bug#17351)
5716
5717 2014-04-30 Nicolas Richard <theonewiththeevillook@yahoo.fr>
5718
5719 * battery.el (battery-update): Handle the case where battery
5720 status is "N/A" (bug#17319).
5721
5722 2014-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
5723
5724 * progmodes/ps-mode.el: Use SMIE. Move string and comment recognition
5725 to syntax-propertize.
5726 (ps-mode-auto-indent): Mark as obsolete.
5727 (ps-mode-font-lock-keywords-1): Remove string-or-comment handling.
5728 (ps-mode-font-lock-keywords-3): Use symbol regexp operators instead of
5729 word regexp operators.
5730 (ps-mode-map): Move initialization into declaration. Remove binding
5731 for TAB, RET, >, ], and }.
5732 (ps-mode-syntax-table): Move initialization into declaration.
5733 Don't give word syntax to non-word chars.
5734 (ps-run-mode-map): Move initialization into declaration.
5735 (ps-mode-menu-main): Remove auto-indent entry.
5736 (ps-mode-smie-rules): New function.
5737 (ps-mode): Setup smie, syntax-propertize, and electric-indent-mode.
5738 (ps-mode-looking-at-nested, ps-mode-match-string-or-comment): Remove.
5739 (ps-mode--string-syntax-table): New const.
5740 (ps-mode--syntax-propertize-special, ps-mode-syntax-propertize):
5741 New functions.
5742 (ps-mode-newline, ps-mode-tabkey, ps-mode-r-brace, ps-mode-r-angle)
5743 (ps-mode-r-gt, ps-mode-r-balance): Remove functions.
5744
5745 2014-04-27 Daniel Colascione <dancol@dancol.org>
5746
5747 * term/xterm.el (xterm-paste): Use large finite timeout when
5748 reading event to avoid putting keys in this-command-keys.
5749
5750 2014-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
5751
5752 * progmodes/perl-mode.el (perl--syntax-exp-intro-regexp): New var.
5753 (perl-syntax-propertize-function): Use it. Extend handling of
5754 here-docs to the unquoted case.
5755
5756 2014-04-25 Eli Zaretskii <eliz@gnu.org>
5757
5758 * tooltip.el (tooltip-show-help-non-mode, tooltip-show-help):
5759 Use equal-including-properties to compare help-echo strings (bug#17331).
5760
5761 2014-04-25 Leo Liu <sdl.web@gmail.com>
5762
5763 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
5764 Fix syntax for @. (Bug#17325)
5765
5766 2014-04-25 Daniel Colascione <dancol@dancol.org>
5767
5768 * emacs-lisp/cl.el (gv): Require gv early to break eager
5769 macro-expansion cycles.
5770
5771 2014-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
5772
5773 * simple.el (region-active-p): Check there's a mark (bug#17324).
5774
5775 * simple.el (completion-list-mode-map): Use choose-completion for the
5776 mouse binding as well (bug#17302).
5777 (completion-list-mode, completion-setup-function): Adjust docstring and
5778 echo area message accordingly.
5779 * progmodes/idlwave.el (idlwave-choose-completion): Adjust to new
5780 calling convention of choose-completion.
5781 * comint.el (comint-dynamic-list-completions):
5782 * term.el (term-dynamic-list-completions): Accept choose-completion.
5783
5784 * progmodes/perl-mode.el (perl-syntax-propertize-function): Slash after
5785 &, |, +, - and * can't be a division (bug#17317).
5786
5787 * term/xterm.el (xterm--version-handler): Don't use modern xterm
5788 features on gnome-terminal (bug#16988).
5789
5790 2014-04-25 Thien-Thi Nguyen <ttn@gnu.org>
5791
5792 Improve Scheme font-locking for (define ((foo ...) ...) ...).
5793
5794 * progmodes/scheme.el (scheme-font-lock-keywords-1): To find
5795 the declared object, ignore zero or more parens, not zero or one.
5796
5797 2014-04-24 Leo Liu <sdl.web@gmail.com>
5798
5799 * progmodes/xscheme.el (xscheme-expressions-ring)
5800 (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
5801 (xscheme-control-g-disabled-p, xscheme-process-filter-state)
5802 (xscheme-allow-output-p, xscheme-prompt)
5803 (xscheme-string-accumulator, xscheme-mode-string): Use defvar-local.
5804
5805 * progmodes/scheme.el (would-be-symbol, next-sexp-as-string):
5806 Comment out unused functions.
5807
5808 2014-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
5809
5810 * info.el: Use lexical-binding and cl-lib.
5811 Use defvar-local and setq-local instead of make-local-variable.
5812 (Info-apropos-matches): Avoid add-to-list.
5813 (Info-edit-mode-map): Fix obsolescence call to Info-edit-map.
5814
5815 2014-04-24 Daniel Colascione <dancol@dancol.org>
5816
5817 * progmodes/sh-script.el (sh-builtins): Add coproc to list of bash builtins.
5818
5819 2014-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
5820
5821 * emacs-lisp/cl-macs.el (cl--loop-let): Fix last merge.
5822
5823 2014-04-22 Michael Heerdegen <michael_heerdegen@web.de>
5824
5825 * dired.el (dired-insert-set-properties): Do not consider
5826 subdirectory headings and empty lines to be information that
5827 `dired-hide-details-mode' should hide. (Bug#17228)
5828
5829 2014-04-22 Michael Albinus <michael.albinus@gmx.de>
5830
5831 * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
5832 Remove test messages.
5833 (tramp-do-copy-or-rename-file-out-of-band): Do not quote `source'
5834 and `target' twice.
5835
5836 2014-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
5837
5838 * dframe.el (dframe-get-focus): Remove `hook' argument (bug#17311).
5839 * speedbar.el (speedbar-get-focus): Run the "hook" afterwards instead.
5840
5841 * emacs-lisp/cl-macs.el (cl--loop-let): Avoid `nil' as var name.
5842
5843 2014-04-22 Michael Albinus <michael.albinus@gmx.de>
5844
5845 * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
5846 Set "IFS=" when using read builtin, in order to preserve spaces in
5847 the file name. Add test messages for hunting a bug on hydra.
5848 (tramp-get-ls-command): Undo using "-b" argument. It doesn't help.
5849
5850 2014-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
5851
5852 * progmodes/prog-mode.el (prettify-symbols--compose-symbol):
5853 Don't prettify a word within a symbol.
5854
5855 2014-04-22 Michael Albinus <michael.albinus@gmx.de>
5856
5857 * net/tramp-sh.el (tramp-get-ls-command): Use "-b" argument if
5858 possible.
5859
5860 2014-04-22 Daniel Colascione <dancol@dancol.org>
5861
5862 * emacs-lisp/byte-run.el (function-put): Unbreak build: don't
5863 use defun to define `function-put'.
5864
5865 2014-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
5866
5867 * emacs-lisp/lisp-mode.el (lisp--match-hidden-arg): New function.
5868 (lisp-el-font-lock-keywords-2, lisp-cl-font-lock-keywords-2): Use it.
5869 (lisp-mode-variables): Set font-lock-extra-managed-props.
5870
5871 * emacs-lisp/byte-run.el (function-put): New function.
5872 (defun-declarations-alist): Use it. Add `pure' and `side-effect-free'.
5873 * emacs-lisp/cl-macs.el (cl-defstruct, cl-struct-sequence-type)
5874 (cl-struct-slot-info, cl-struct-slot-offset, cl-struct-slot-value):
5875 Use them.
5876
5877 2014-04-22 Daniel Colascione <dancol@dancol.org>
5878
5879 * emacs-lisp/macroexp.el (internal-macroexpand-for-load):
5880 Add `full-p' parameter; when nil, call `macroexpand' instead of
5881 `macroexpand-all'.
5882
5883 * emacs-lisp/byte-run.el (eval-when-compile, eval-and-compile):
5884 Improve docstrings.
5885
5886 * emacs-lisp/bytecomp.el (byte-compile-initial-macro-environment):
5887 Use lambda function values, not quoted lambdas.
5888 (byte-compile-recurse-toplevel): Remove extraneous &optional.
5889
5890 * emacs-lisp/cl-macs.el
5891 (cl-struct-sequence-type, cl-struct-slot-info): Declare pure.
5892 (cl-struct-slot-value): Conditionally use aref or nth so that the
5893 compiler produces optimal code.
5894
5895 2014-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
5896
5897 * emacs-lisp/cl-macs.el (cl-struct-slot-offset): Mark as pure.
5898 (inline): Don't inline cl--set-elt.
5899 (cl-struct-slot-value): Remove explicit gv-setter and compiler-macro.
5900 Define as inlinable instead.
5901 (cl-struct-set-slot-value): Remove.
5902
5903 * emacs-lisp/cl-lib.el (cl--set-elt): Remove.
5904 * emacs-lisp/cl-seq.el (cl-replace, cl-substitute, cl-nsubstitute):
5905 Use setf instead.
5906
5907 2014-04-21 Daniel Colascione <dancol@dancol.org>
5908
5909 * emacs-lisp/cl-macs.el (cl--const-expr-val): We didn't need the
5910 last two parameters after all.
5911 (cl--expr-contains,cl--compiler-macro-typep,cl--compiler-macro-member)
5912 (cl--compiler-macro-assoc,cl-struct-slot-value)
5913 (cl-struct-set-slot-value): Stop using them.
5914
5915 (2014-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
5916
5917 * image-mode.el (image-mode-window-put): Don't assume there's a `t'
5918 entry in image-mode-winprops-alist.
5919
5920 2014-04-21 Daniel Colascione <dancol@dancol.org>
5921
5922 * emacs-lisp/bytecomp.el (byte-compile-recurse-toplevel): New function.
5923 (byte-compile-recurse-toplevel, byte-compile-initial-macro-environment)
5924 (byte-compile-toplevel-file-form): Use it.
5925
5926 * emacs-lisp/cl-macs.el:
5927 (cl--loop-let): Properly destructure `while' clauses.
5928
5929 2014-04-20 Daniel Colascione <dancol@dancol.org>
5930
5931 * vc/vc.el (vc-root-dir): New public autoloaded function for
5932 generically finding the current VC root.
5933 * vc/vc-hooks.el (vc-not-supported): New error.
5934 (vc-call-backend): Signal `vc-not-supported' instead of generic error.
5935
5936 2014-04-20 Daniel Colascione <dancol@dancol.org>
5937
5938 * emacs-lisp/cl-macs.el (cl-the): Make `cl-the' assert its type
5939 argument.
5940 (cl--const-expr-val): cl--const-expr-val should macroexpand its
5941 argument in case we're inside a symbol-macrolet.
5942 (cl--do-arglist, cl--compiler-macro-typep)
5943 (cl--compiler-macro-member, cl--compiler-macro-assoc): Pass macro
5944 environment to `cl--const-expr-val'.
5945 (cl-struct-sequence-type,cl-struct-slot-info)
5946 (cl-struct-slot-offset, cl-struct-slot-value)
5947 (cl-struct-set-slot-value): New functions.
5948
5949 2014-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
5950
5951 * progmodes/sh-script.el (sh-smie--sh-keyword-p): Handle variable
5952 assignments such as "case=hello" (bug#17297).
5953
5954 2014-04-18 Michael Albinus <michael.albinus@gmx.de>
5955
5956 * net/tramp.el (tramp-run-real-handler, tramp-file-name-handler):
5957 Do not autoload.
5958 (tramp-file-name-handler, tramp-completion-file-name-handler):
5959 Revert patch from 2014-04-10, it isn't necessary anymore.
5960 (tramp-autoload-file-name-handler)
5961 (tramp-register-autoload-file-name-handlers): New defuns.
5962 (top): Autoload call of `tramp-register-autoload-file-name-handlers'.
5963 (tramp-register-file-name-handlers): Remove also
5964 `tramp-autoload-file-name-handler' from `file-name-handler-list'.
5965 Do not autoload its invocation, but eval it after loading of 'tramp.
5966
5967 * net/tramp-adb.el (tramp-unload-hook): Unload `tramp-adb'.
5968
5969 * net/tramp-compat.el (tramp-unload-hook): Unload `tramp-loaddefs'.
5970
5971 2014-04-17 Daniel Colascione <dancol@dancol.org>
5972
5973 Add support for bracketed paste mode; add infrastructure for
5974 managing terminal mode enabling and disabling automatically.
5975
5976 * xt-mouse.el:
5977 (xterm-mouse-mode): Simplify.
5978 (xterm-mouse-tracking-enable-sequence)
5979 (xterm-mouse-tracking-disable-sequence): New constants.
5980 (turn-on-xterm-mouse-tracking-on-terminal)
5981 (turn-off-xterm-mouse-tracking-on-terminal):
5982 Use tty-mode-set-strings and tty-mode-reset-strings terminal
5983 parameters instead of random hooks.
5984 (turn-on-xterm-mouse-tracking)
5985 (turn-off-xterm-mouse-tracking): Delete.
5986
5987 * term/xterm.el (xterm-extra-capabilities): Fix bitrotted comment.
5988 (xterm-paste-ending-sequence): New constant.
5989 (xterm-paste): New command used for bracketed paste support.
5990
5991 (xterm-modify-other-keys-terminal-list): Delete obsolete variable.
5992 (terminal-init-xterm-bracketed-paste-mode): New function.
5993 (terminal-init-xterm): Call it.
5994 (terminal-init-xterm-modify-other-keys): Use tty-mode-set-strings
5995 and tty-mode-reset-strings instead of random hooks.
5996 (xterm-turn-on-modify-other-keys)
5997 (xterm-turn-off-modify-other-keys)
5998 (xterm-remove-modify-other-keys): Delete obsolete functions.
5999
6000 * term/screen.el: Rewrite to just use the xterm code.
6001 Add copyright notice. Mention tmux.
6002
6003 2014-04-17 Ian D <dunni@gnu.org> (tiny change)
6004
6005 * image-mode.el (image-mode-window-put): Also update the property of
6006 the "default window".
6007 * doc-view.el (doc-view-new-window-function): If no window
6008 exists, move to the last known page.
6009
6010 2014-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
6011
6012 * progmodes/perl-mode.el (perl-calculate-indent): Don't auto-indent in
6013 here-documents (bug#17262).
6014
6015 2014-04-16 Eli Zaretskii <eliz@gnu.org>
6016
6017 * term/pc-win.el (x-list-fonts, x-get-selection-value):
6018 Provide doc strings, as required by snarf-documentation.
6019
6020 2014-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
6021
6022 * ps-def.el (ps-generate-postscript-with-faces1): Use the new `sorted'
6023 arg of overlays-at. Use `invisible-p'.
6024
6025 * obsolete/lucid.el (extent-at):
6026 * htmlfontify.el (hfy-overlay-props-at): Use the new `sorted' arg of
6027 overlays-at.
6028 (hfy-fontify-buffer): Remove unused var `orig-ovls'.
6029
6030 2014-04-16 João Távora <joaotavora@gmail.com>
6031
6032 * net/shr.el (shr-expand-url): Use `expand-file-name' for relative
6033 links. (Bug#17217).
6034
6035 2014-04-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6036
6037 * vc/ediff-diff.el (ediff-set-fine-diff-properties-in-one-buffer):
6038 Use mapc to loop over a vector. (Bug#17257).
6039
6040 2014-04-16 Michael Albinus <michael.albinus@gmx.de>
6041
6042 * net/tramp-sh.el (tramp-sh-handle-file-truename): Revert previous
6043 patch, there are new problems with file names containing spaces.
6044 Get rid of backticks. (Bug#17238)
6045
6046 2014-04-16 João Távora <joaotavora@gmail.com>
6047
6048 * elec-pair.el (electric-pair--syntax-ppss): Simplify and fix
6049 possible bug.
6050
6051 2014-04-16 Eli Zaretskii <eliz@gnu.org>
6052
6053 * frame.el (blink-cursor-blinks, blink-cursor-blinks-done): Doc fixes.
6054 (blink-cursor-mode): Mention customization variables and the
6055 effect of 'blink-cursor-blinks'.
6056
6057 2014-04-16 Barry O'Reilly <gundaetiapo@gmail.com>
6058
6059 * simple.el (undo): Prevent insertion of identity mapping into
6060 undo-equiv-table so as undo-only does not inf loop in the presence
6061 of consecutive nils in undo list.
6062
6063 2014-04-16 Matthias Dahl <matthias.dahl@binary-island.eu>
6064
6065 * faces.el (make-face): Deprecate optional argument as it is no
6066 longer needed/used since the conditional X resources handling
6067 has been pushed down to make-face-x-resource-internal itself.
6068 (make-empty-face): Don't pass optional argument to make-face.
6069
6070 2014-04-16 Karl Fogel <kfogel@red-bean.com>
6071
6072 * savehist.el (savehist-save): Remove workaround for a read-passwd
6073 bug that was fixed before 24.3. Thanks to Juanma Barranquero for
6074 noticing that the shim was still present.
6075
6076 2014-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
6077
6078 * doc-view.el (doc-view-set-doc-type): Ignore file name case; add .pps.
6079
6080 2014-04-14 Juanma Barranquero <lekktu@gmail.com>
6081
6082 * faces.el (face-set-after-frame-default): Remove unused local variable.
6083
6084 2014-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
6085
6086 * progmodes/grep.el: Use lexical-binding.
6087 (grep-expand-template): Pass explicit lexical env to `eval'.
6088 (zrgrep): Let-bind grep-find-template explicitly.
6089
6090 * emacs-lisp/cl-lib.el (current-case-table): Remove setter.
6091 * leim/quail/sisheng.el (sisheng-list): Use with-case-table.
6092
6093 2014-04-12 Eli Zaretskii <eliz@gnu.org>
6094
6095 * international/characters.el <standard-case-table>: Add entries
6096 for letters from the Coptic block u+2C80-u+2CFF. (Bug#17243)
6097 Set category of Coptic characters be 'g' (Greek).
6098
6099 2014-04-12 Leo Liu <sdl.web@gmail.com>
6100
6101 * progmodes/octave.el (completion-table-with-cache):
6102 Define if not available.
6103 (octave-goto-function-definition, octave-sync-function-file-names)
6104 (octave-find-definition-default-filename):
6105 Backquote upattern for compatibility.
6106
6107 2014-04-12 Michael Albinus <michael.albinus@gmx.de>
6108
6109 * net/tramp-sh.el (tramp-sh-handle-file-truename): Quote the file
6110 name twice due to backticks. (Bug#17238)
6111
6112 2014-04-12 Glenn Morris <rgm@gnu.org>
6113
6114 * term/w32-win.el (x-win-suspend-error):
6115 * term/x-win.el (x-win-suspend-error): Sync docs.
6116
6117 2014-04-12 Matthias Dahl <matthias.dahl@binary-island.eu>
6118
6119 * faces.el (make-face): Remove deprecated optional argument.
6120 The conditional application of X resources is handled directly by
6121 make-face-x-resource-internal since Emacs 24.4.
6122 (make-empty-face): Don't pass optional argument to make-face.
6123
6124 2014-04-11 Glenn Morris <rgm@gnu.org>
6125
6126 * Makefile.in (EMACSDATA, EMACSDOC, EMACSPATH): Unexport. (Bug#16429)
6127
6128 2014-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
6129
6130 Ediff's overlay priorities cause more trouble than they solve.
6131 * vc/ediff-init.el (ediff-shadow-overlay-priority): Remove variable.
6132 (ediff-highest-priority): Remove function (bug#17234).
6133 * vc/ediff-util.el (ediff-highlight-diff-in-one-buffer):
6134 * vc/ediff-diff.el (ediff-set-diff-overlays-in-one-buffer)
6135 (ediff-set-fine-diff-properties-in-one-buffer): Don't mess with
6136 overlay priorities.
6137
6138 2014-04-11 Feng Li <fengli@gmail.com> (tiny change)
6139
6140 * progmodes/pascal.el (pascal-font-lock-keywords): Fix incorrect format
6141 entry; use symbol boundaries to avoid mis-matches.
6142
6143 2014-04-11 Michael Albinus <michael.albinus@gmx.de>
6144
6145 * net/tramp.el (tramp-file-name-handler)
6146 (tramp-completion-file-name-handler): Avoid recursive loading.
6147
6148 * net/tramp-sh.el (tramp-make-copy-program-file-name):
6149 Quote result also locally.
6150
6151 2014-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
6152
6153 * emulation/cua-base.el (<toplevel>, cua--pre-command-handler-1):
6154 Remove left-over code.
6155
6156 * newcomment.el (comment-indent-new-line): Sink code where it's used.
6157 Reuse the previous comment's indentation unconditionally if it's on its
6158 own line.
6159
6160 2014-04-09 Daniel Colascione <dancol@dancol.org>
6161
6162 * emacs-lisp/lisp.el (backward-up-list): Add `escape-strings',
6163 `no-syntax-crossing' arguments. Forward to `up-list'.
6164 (up-list): Add `escape-strings', `no-syntax-crossing' arguments.
6165 Implement logic for escaping from strings. Use narrowing to deal
6166 with corner cases.
6167
6168 2014-04-09 Leo Liu <sdl.web@gmail.com>
6169
6170 * net/rcirc.el (rcirc-connection-info): New variable.
6171 (rcirc-connect): Use it to store connection info.
6172 (rcirc-buffer-process): Avoid get-buffer-process which returns nil
6173 for killed process.
6174 (rcirc-cmd-reconnect): New command. (Bug#17045)
6175 (rcirc-mode, set-rcirc-encode-coding-system)
6176 (set-rcirc-decode-coding-system, rcirc-connect): Use setq-local.
6177
6178 2014-04-09 Daniel Colascione <dancol@dancol.org>
6179
6180 * emacs-lisp/cl-indent.el: Add comment claiming
6181 facility is also good for elisp.
6182 (lisp-indent-find-method): New function.
6183 (common-lisp-indent-function): Recognize cl-loop.
6184 (common-lisp-indent-function-1): Recognize cl constructs; use
6185 `lisp-indent-find-method' instead of `get' directly.
6186 (if): Use else-body style for elisp.
6187
6188 2014-04-09 Dmitry Gutov <dgutov@yandex.ru>
6189
6190 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Highlight more
6191 Module methods. (Bug#17216)
6192
6193 2014-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
6194
6195 * help.el (describe-bindings): Fix buffer handling (bug#17210).
6196 (describe-bindings-internal): Mark obsolete.
6197
6198 2014-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
6199
6200 * subr.el (with-silent-modifications): Don't bind deactivate-mark,
6201 buffer-file-name, and buffer-file-truename any more.
6202
6203 2014-04-08 Leo Liu <sdl.web@gmail.com>
6204
6205 Use lexical-binding and require cl-lib.
6206 * net/rcirc.el (rcirc, rcirc-handler-ctcp-KEEPALIVE)
6207 (rcirc-handler-generic, rcirc-fill-paragraph)
6208 (rcirc-format-response-string, rcirc-target-buffer)
6209 (rcirc-last-line, rcirc-record-activity, rcirc-split-activity)
6210 (rcirc-activity-string, rcirc-make-trees, rcirc-cmd-ctcp)
6211 (rcirc-ctcp-sender-PING, rcirc-browse-url)
6212 (rcirc-markup-timestamp, rcirc-markup-attributes)
6213 (rcirc-markup-my-nick, rcirc-markup-urls)
6214 (rcirc-markup-bright-nicks, rcirc-markup-fill)
6215 (rcirc-check-auth-status, rcirc-handler-WALLOPS)
6216 (rcirc-handler-JOIN, rcirc-handler-PART-or-KICK)
6217 (rcirc-handler-PART, rcirc-handler-KICK, rcirc-handler-QUIT)
6218 (rcirc-handler-NICK, rcirc-handler-PING, rcirc-handler-PONG)
6219 (rcirc-handler-TOPIC, rcirc-handler-301, rcirc-handler-317)
6220 (rcirc-handler-332, rcirc-handler-333, rcirc-handler-477)
6221 (rcirc-handler-MODE, rcirc-handler-353, rcirc-handler-366)
6222 (rcirc-authenticate, rcirc-handler-INVITE, rcirc-handler-ERROR)
6223 (rcirc-handler-ctcp-VERSION, rcirc-handler-ctcp-TIME)
6224 (rcirc-handler-CTCP-response): Fix unused arguments warnings and
6225 use cl-lib.
6226
6227 2014-04-07 João Távora <joaotavora@gmail.com>
6228
6229 * elec-pair.el (electric-pair--syntax-ppss):
6230 When inside comments parse from comment beginning.
6231 (electric-pair--balance-info): Fix typo in comment.
6232 (electric-pair--in-unterminated-string-p): Delete.
6233 (electric-pair--unbalanced-strings-p): New function.
6234 (electric-pair-string-bound-function): New var.
6235 (electric-pair-inhibit-if-helps-balance): Decide quote pairing
6236 according to `electric-pair--in-unterminated-string-p'
6237
6238 * elec-pair.el (electric-pair-inhibit-if-helps-balance):
6239 Inhibit quote pairing if point-max is inside an unterminated string.
6240 (electric-pair--looking-at-unterminated-string-p): Delete.
6241 (electric-pair--in-unterminated-string-p): New function.
6242
6243 2014-04-07 Glenn Morris <rgm@gnu.org>
6244
6245 * shell.el (shell-directory-tracker):
6246 Go back to just ignoring failures. (Bug#17159)
6247
6248 2014-04-07 João Távora <joaotavora@gmail.com>
6249
6250 Fix `electric-pair-delete-adjacent-pairs' in modes binding
6251 backspace. (bug#16981)
6252 * elec-pair.el (electric-pair-backward-delete-char): Delete.
6253 (electric-pair-backward-delete-char-untabify): Delete.
6254 (electric-pair-mode-map): Bind backspace to a menu item filtering
6255 a new `electric-pair-delete-pair' command.
6256 (electric-pair-delete-pair): New command.
6257
6258 * progmodes/python.el (python-electric-pair-string-delimiter):
6259 Fix triple-quoting electricity. (Bug#17192)
6260
6261 * elec-pair.el (electric-pair-post-self-insert-function):
6262 Don't skip whitespace when `electric-pair-text-pairs' and
6263 `electric-pair-pairs' were used. syntax to
6264 electric-pair--skip-whitespace. (Bug#17183)
6265
6266 2014-04-07 Eli Zaretskii <eliz@gnu.org>
6267
6268 * leim/quail/ipa.el (ipa-x-sampa): Fix the character produced for
6269 "<F>". (Bug#17199)
6270
6271 2014-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
6272
6273 * mpc.el (mpc--status-timer-run): Disable timer if not displayed.
6274 (mpc--status-idle-timer-run): Use mpc--status-timer-run.
6275
6276 2014-04-07 Glenn Morris <rgm@gnu.org>
6277
6278 * help.el (view-lossage): Doc tweak.
6279
6280 2014-04-07 Matthias Dahl <ml_emacs-lists@binary-island.eu>
6281
6282 * faces.el (face-spec-recalc): Call make-face-x-resource-internal
6283 only when inhibit-x-resources is nil, and do that earlier in the
6284 function. Doc fix. (Bug#16694)
6285 (face-spec-choose): Accept additional optional argument, whose
6286 value is returned if no matching attributes are found.
6287 (face-spec-recalc): Use the new optional argument when calling
6288 face-spec-choose. (Bug#16378)
6289 (make-face-x-resource-internal): Do nothing when
6290 inhibit-x-resources is non-nil. Don't touch the default face if
6291 reversed video is given--as was done in previous versions of Emacs.
6292 (face-set-after-frame-default): Don't call
6293 make-face-x-resource-internal here. (Bug#16434)
6294
6295 2014-04-07 Tassilo Horn <tsdh@gnu.org>
6296
6297 * doc-view.el (doc-view-bookmark-jump):
6298 Use `bookmark-after-jump-hook' to jump to the right page after the
6299 buffer is shown in a window. (bug#16090)
6300
6301 2014-04-07 Eli Zaretskii <eliz@gnu.org>
6302
6303 * international/characters.el (mirroring): Fix last change:
6304 instead of loading uni-mirrored.el explicitly, do that implicitly
6305 by creating the 'mirroring' uniprop table. This avoids announcing
6306 the loading of uni-mirrored.el.
6307
6308 2014-04-07 Glenn Morris <rgm@gnu.org>
6309
6310 * files.el (buffer-stale--default-function)
6311 (buffer-stale-function, revert-buffer--default):
6312 * autorevert.el (auto-revert-buffers): Doc tweaks.
6313
6314 2014-04-07 Eli Zaretskii <eliz@gnu.org>
6315
6316 * international/characters.el: Preload uni-mirrored.el. (Bug#17169)
6317
6318 2014-04-07 Glenn Morris <rgm@gnu.org>
6319
6320 * files.el (make-backup-file-name-function)
6321 (make-backup-file-name, make-backup-file-name--default-function)
6322 (make-backup-file-name-1, find-backup-file-name)
6323 (revert-buffer-function, revert-buffer-insert-file-contents-function)
6324 (buffer-stale--default-function, buffer-stale-function)
6325 (before-revert-hook, after-revert-hook, revert-buffer-in-progress-p)
6326 (revert-buffer, revert-buffer--default)
6327 (revert-buffer-insert-file-contents--default-function):
6328 Doc fixes related to defaults no longer being nil.
6329 (make-backup-file-name-function): Bump :version.
6330 Restore nil as a valid but deprecated custom type.
6331
6332 2014-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
6333
6334 * progmodes/perl-mode.el (perl-syntax-propertize-function):
6335 Handle $' used as a variable (bug#17174).
6336
6337 * progmodes/perl-mode.el (perl-indent-new-calculate):
6338 Handle forward-sexp failure (bug#16985).
6339 (perl-syntax-propertize-function): Add "foreach" and "for" statement
6340 modifiers introducing expressions (bug#17116).
6341
6342 2014-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
6343
6344 * dired-aux.el (dired-file-set-difference): Use lexical-scoping.
6345
6346 2014-04-05 Leo Liu <sdl.web@gmail.com>
6347
6348 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
6349 Add define-compilation-mode.
6350
6351 2014-04-04 João Távora <joaotavora@gmail.com>
6352
6353 * elec-pair.el (electric-pair--syntax-ppss): When inside comments
6354 parse from comment beginning.
6355 (electric-pair--balance-info): Fix typo in comment.
6356 (electric-pair--in-unterminated-string-p): Delete.
6357 (electric-pair--unbalanced-strings-p): New function.
6358 (electric-pair-string-bound-function): New var.
6359 (electric-pair-inhibit-if-helps-balance): Decide quote pairing
6360 according to `electric-pair--in-unterminated-string-p'.
6361
6362 2014-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
6363
6364 * textmodes/reftex-parse.el (reftex--index-tags): Rename `index-tags'.
6365 Move declaration before first use.
6366 (reftex-move-to-next-arg): Silence compiler warning.
6367
6368 2014-04-04 Joost Kremers <joostkremers@fastmail.fm> (tiny change)
6369
6370 * textmodes/reftex-toc.el (reftex-toc, reftex-re-enlarge):
6371 Use `window-total-width' instead of `window-width'.
6372
6373 2014-04-03 Daniel Colascione <dancol@dancol.org>
6374
6375 * subr.el (set-transient-map): Remove rms's workaround entirely;
6376 use new `suspicious-object' subr to mark our lambda for closer
6377 scrutiny during gc.
6378
6379 2014-04-02 Richard Stallman <rms@gnu.org>
6380
6381 * subr.el (set-transient-map): Comment out previous change.
6382
6383 2014-04-02 Glenn Morris <rgm@gnu.org>
6384
6385 * menu-bar.el (menu-bar-file-menu):
6386 * vc/ediff.el (ediff-current-file):
6387 Update for revert-buffer-function no longer being nil by default.
6388
6389 * simple.el (command-execute): Respect nil disabled-command-function.
6390
6391 2014-04-02 Nicolas Richard <theonewiththeevillook@yahoo.fr>
6392
6393 * simple.el (command-execute): Do not execute the command when it
6394 is disabled; fixes thinko in 2013-02-20 conversion from C. (Bug#17151)
6395
6396 2014-04-02 Juri Linkov <juri@jurta.org>
6397
6398 * dired-aux.el (dired-compress-file): Don't use string-match-p
6399 because its match data is used afterwards.
6400
6401 2014-04-02 Stefan Monnier <monnier@iro.umontreal.ca>
6402
6403 * emacs-lisp/package.el (package-built-in-p): Treat a min-version of
6404 0 like nil.
6405
6406 2014-04-02 João Távora <joaotavora@gmail.com>
6407
6408 * elec-pair.el (electric-pair-inhibit-if-helps-balance):
6409 Inhibit quote pairing if point-max is inside an unterminated string.
6410 (electric-pair--looking-at-unterminated-string-p):
6411 Delete.
6412 (electric-pair--in-unterminated-string-p): New function.
6413
6414 2014-04-01 Daniel Colascione <dancol@dancol.org>
6415
6416 * minibuffer.el (minibuffer-complete): Prevent assertion failure
6417 when trying to complete the prompt.
6418
6419 2014-03-31 Leo Liu <sdl.web@gmail.com>
6420
6421 * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info):
6422 Refactor out eldoc-documentation-function-default.
6423 (eldoc-documentation-function-default): New function.
6424 (eldoc-documentation-function): Change value.
6425
6426 2014-03-31 Glenn Morris <rgm@gnu.org>
6427
6428 * simple.el (cycle-spacing--context, cycle-spacing): Doc tweaks.
6429
6430 * progmodes/vhdl-mode.el (vhdl-speedbar-select-mra)
6431 (vhdl-compose-components-package, vhdl-compose-configuration):
6432 Abbreviate default-directory (missing from some previous upstream sync).
6433
6434 2014-03-31 Reto Zimmermann <reto@gnu.org>
6435
6436 Sync with upstream vhdl mode v3.35.2.
6437 * progmodes/vhdl-mode.el (vhdl-version, vhdl-time-stamp): Update.
6438 (top-level): No longer require assoc.
6439 (vhdl-asort, vhdl-anot-head-p, vhdl-aput, vhdl-adelete, vhdl-aget):
6440 New functions. Use throughout to replace aget etc.
6441 (vhdl-aput-delete-if-nil): Rename from vhdl-aput.
6442 (vhdl-update-file-contents): Update for vhdl-aput-delete-if-nil rename.
6443 (vhdl-template-replace-header-keywords): Fix bug for "<title string>".
6444 (vhdl-compile-init): Do not initialize regexps for Emacs 22+.
6445 (vhdl-error-regexp-emacs-alist): Remove regexps from all compilers
6446 except `vhdl-compiler'.
6447 (vhdl-error-regexp-add-emacs): Remove all other compilers,
6448 when appropriate.
6449
6450 2014-03-31 Glenn Morris <rgm@gnu.org>
6451
6452 * progmodes/vhdl-mode.el (vhdl-expand-abbrev, vhdl-expand-paren):
6453 Revert 2014-03-26 merge goof; go back to using defalias.
6454
6455 2014-03-30 Daniel Colascione <dancol@dancol.org>
6456
6457 * comint.el (comint-send-input):
6458 Deactivate completion-in-region-mode before we send comint input.
6459 (Bug#17139).
6460
6461 * simple.el (keyboard-quit): Deactivate completion-in-region-mode
6462 on keyboard-quit.
6463
6464 2014-03-29 Glenn Morris <rgm@gnu.org>
6465
6466 * textmodes/reftex.el: Manage most autoloads automatically.
6467 * textmodes/reftex-auc.el, textmodes/reftex-cite.el:
6468 * textmodes/reftex-dcr.el, textmodes/reftex-global.el:
6469 * textmodes/reftex-index.el, textmodes/reftex-parse.el:
6470 * textmodes/reftex-ref.el, textmodes/reftex-sel.el:
6471 * textmodes/reftex-toc.el: Set generated-autoload-file,
6472 and add autoload cookies for reftex.el.
6473 * Makefile.in (AUTOGEN_VCS): Add textmodes/reftex.el.
6474
6475 2014-03-28 Glenn Morris <rgm@gnu.org>
6476
6477 * cus-start.el (report-emacs-bug-address): Set custom properties.
6478 * mail/emacsbug.el (report-emacs-bug-address):
6479 Variable is now defined in emacs.c.
6480
6481 * mail/emacsbug.el (report-emacs-bug):
6482 Include system-configuration-features.
6483
6484 2014-03-28 Michal Nazarewicz <mina86@mina86.com>
6485
6486 * simple.el (cycle-spacing): Never delete spaces on first run by
6487 default, but do so in a new 'fast mode and if there are already
6488 N spaces (the previous behavior).
6489 Compare N with its value in previous invocation so that changing
6490 prefix argument restarts `cycle-spacing' sequence.
6491 The idea is that with this change, binding M-SPC to
6492 `cycle-spacing' should not introduce any changes in behavior of
6493 the binding so long as users do not type M-SPC twice in a raw with
6494 the same prefix argument or lack thereof.
6495
6496 2014-03-28 Glenn Morris <rgm@gnu.org>
6497
6498 * faces.el (term-file-aliases): New variable.
6499 (tty-run-terminal-initialization): Respect term-file-aliases.
6500 * term/apollo.el, term/vt102.el, term/vt125.el, term/vt201.el:
6501 * term/vt220.el, term/vt240.el, term/vt300.el, term/vt320.el:
6502 * term/vt400.el, term/vt420.el: Remove files, replaced by aliases.
6503
6504 2014-03-27 Glenn Morris <rgm@gnu.org>
6505
6506 * startup.el (inhibit-startup-hooks): Doc tweak.
6507 (normal-top-level): Simplify running of hooks.
6508 For window-setup-hook, respect inhibit-startup-hooks.
6509 (command-line-1): Don't set window-setup-hook to nil.
6510
6511 Allow selective autoloading from obsolete/ directory.
6512 * Makefile.in (obsolete-autoloads): New rule.
6513 (autoloads): Run obsolete-autoloads.
6514 * obsolete/iswitchb.el (iswitchb-mode): Use obsolete-autoload.
6515 * simple.el (iswitchb-mode): Remove hand-written autoloads.
6516
6517 2014-03-27 Dmitry Gutov <dgutov@yandex.ru>
6518
6519 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
6520 Highlight special globals with font-lock-builtin-face. (Bug#17057)
6521
6522 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
6523 Don't propertize `?' or `!' as symbol constituent when after
6524 colon. (Bug#17097)
6525
6526 2014-03-27 Juanma Barranquero <lekktu@gmail.com>
6527
6528 * frameset.el (frameset--restore-frame): Remove workaround for bug#14795
6529 which is no longer needed and causes trouble in GTK builds (bug#17046).
6530
6531 * emacs-lisp/package-x.el (package--archive-contents-from-url):
6532 Use url-insert-file-contents; package-handle-response no longer exists.
6533
6534 2014-03-26 Daniel Colascione <dancol@dancol.org>
6535
6536 * simple.el (process-menu-mode-map): New variable.
6537 (process-menu-delete-process): New command.
6538
6539 2014-03-26 Juanma Barranquero <lekktu@gmail.com>
6540
6541 * emacs-lisp/package.el: Fix bug#16733 (again).
6542 (url-http-parse-response, url-http-end-of-headers, url-recreate-url)
6543 (url-http-target-url): Remove unused declarations.
6544 (package-handle-response): Remove.
6545 (package--with-work-buffer): Use url-insert-file-contents and simplify.
6546 (package--download-one-archive): Use current-buffer instead of
6547 dynamic binding of `buffer'.
6548 (describe-package-1): Do not decode readme-string.
6549
6550 2014-03-26 Michael Albinus <michael.albinus@gmx.de>
6551
6552 * net/tramp.el (tramp-methods, tramp-connection-timeout): Fix docstring.
6553
6554 * net/tramp-sh.el (tramp-sh-handle-vc-registered): Revert change
6555 from 2014-03-07, it decreases performance unnecessarily. Let-bind
6556 `remote-file-name-inhibit-cache' to nil in the second pass.
6557 (tramp-find-executable): Do not call "which" on SunOS.
6558 (tramp-send-command-and-check): Fix docstring.
6559 (tramp-do-copy-or-rename-file-directly): In the `rename' case,
6560 check whether source directory has set the sticky bit.
6561
6562 2014-03-26 Barry O'Reilly <gundaetiapo@gmail.com>
6563
6564 * simple.el (primitive-undo): Only process marker adjustments
6565 validated against their corresponding (TEXT . POS). Issue warning
6566 for lone marker adjustments in undo history. (Bug#16818)
6567 (undo-make-selective-list): Add marker adjustments to selective
6568 undo list based on whether their corresponding (TEXT . POS) is in
6569 the region. Remove variable adjusted-markers, which was unused
6570 and only non nil during undo-make-selective-list.
6571 (undo-elt-in-region): Return nil when passed a marker adjustment
6572 and explain in function doc.
6573
6574 2014-03-26 Nicolas Richard <theonewiththeevillook@yahoo.fr>
6575
6576 * align.el (align-region): Do not fail when end-mark is nil (bug#17088).
6577
6578 2014-03-26 Dmitry Gutov <dgutov@yandex.ru>
6579
6580 * progmodes/ruby-mode.el (ruby-expression-expansion-re):
6581 Match special global variables without curlies, too.
6582 (ruby-font-lock-keywords): Simplify the matcher for special global
6583 variables. Don't require a non-word character after the variable.
6584 (Bug#17057)
6585
6586 2014-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
6587
6588 * simple.el (redisplay-highlight-region-function): Increase priority of
6589 overlay to make sure boundaries are visible (bug#15899).
6590
6591 2014-03-26 Juanma Barranquero <lekktu@gmail.com>
6592
6593 * frameset.el (frameset--initial-params): Fix typo in parameter name.
6594 (frameset-restore): Compare display strings with equal.
6595
6596 * frame.el (make-frame): Don't quote display name in error message,
6597 it is already a string.
6598
6599 2014-03-26 Thierry Volpiatto <thierry.volpiatto@gmail.com>
6600
6601 * net/tramp.el (tramp-read-passwd): Suspend the timers while reading
6602 the password.
6603
6604 2014-03-26 Dmitry Gutov <dgutov@yandex.ru>
6605
6606 * emacs-lisp/package.el (package--add-to-archive-contents):
6607 Include already installed and built-in packages in
6608 `package-archive-contents'.
6609 (package-install): Don't include already installed packages in the
6610 options during interactive invocation. (Bug#16762)
6611 (package-show-package-list): If the buffer is already displayed in
6612 another window, switch to that window.
6613
6614 2014-03-26 Reto Zimmermann <reto@gnu.org>
6615
6616 Sync with upstream vhdl mode v3.35.1.
6617 * progmodes/vhdl-mode.el (vhdl-version, vhdl-time-stamp): Update.
6618 (vhdl-compiler-alist): Doc fix.
6619 (vhdl-goto-line): Remove.
6620 (vhdl-mode-abbrev-table-init): Add XEmacs compat.
6621 (vhdl-mode) <paragraph-start>: Fix value.
6622 (vhdl-fix-statement-region): Not `for' in wait-statement.
6623 (vhdl-beautify-region): Also (un)tabify.
6624 (vhdl-get-visible-signals):
6625 Scan declarative part of generate statements.
6626 (vhdl-template-record): Fix indentation for record type declaration.
6627 (vhdl-expand-abbrev, vhdl-expand-paren):
6628 Revert to using fset again rather than defalias.
6629 (vhdl-scan-directory-contents): Tweak.
6630 (vhdl-speedbar-find-file, vhdl-speedbar-port-copy)
6631 (vhdl-compose-components-package):
6632 Replace vhdl-goto-line with forward-line.
6633 (top-level): Tweak speedbar frame selection.
6634 (vhdl-generate-makefile-1): Support for compilers with no
6635 unit-to-file name mapping (create directory with dummy files).
6636
6637 2014-03-26 Wilson Snyder <wsnyder@wsnyder.org>
6638
6639 Sync with upstream verilog-mode revision 702457d.
6640 * progmodes/verilog-mode.el (verilog-mode-version): Update.
6641 (create-lockfiles): Declare.
6642 (verilog-read-decls): Fix module header imports, bug709.
6643 Reported by Victor Lau.
6644 Fix parsing 'var' in AUTOs, msg1294. Reported by Dominique Chen.
6645 (verilog-auto-inout-module): Fix AUTOINOUTMODULE not inserting
6646 interface-only modules, bug721. Reported by Dean Hoyt.
6647
6648 2014-03-26 Glenn Morris <rgm@gnu.org>
6649
6650 * obsolete/gulp.el: Move here from emacs-lisp/.
6651
6652 * files.el (lock-buffer, unlock-buffer, file-locked-p):
6653 Remove fallback aliases, since they are always defined now.
6654
6655 2014-03-24 Daniel Colascione <dancol@dancol.org>
6656
6657 * emacs-lisp/cl-macs.el (cl--do-arglist): Use `plist-member'
6658 instead of cl-loop search function.
6659
6660 2014-03-23 Lars Ingebrigtsen <larsi@gnus.org>
6661
6662 * calendar/parse-time.el (parse-time-iso8601-regexp)
6663 (parse-iso8601-time-string): Copy from `url-dav' so that we can use
6664 it more generally.
6665
6666 2014-03-23 Lars Ingebrigtsen <larsi@gnus.org>
6667
6668 * net/dns.el (network-interface-list): Define for XEmacs.
6669
6670 2014-03-23 Magnus Henoch <magnus.henoch@gmail.com>
6671
6672 * net/dns.el (dns-servers-up-to-date-p): New function to see whether
6673 the network interfaces changed.
6674 (dns-query): Use it to flush the data.
6675
6676 2014-03-23 Juanma Barranquero <lekktu@gmail.com>
6677
6678 * vc/vc.el (vc-rollback): Use set-buffer-modified-p.
6679
6680 2014-03-23 Daniel Colascione <dancol@dancol.org>
6681
6682 Change subword-mode to use `find-word-boundary-function-table' and
6683 replace `capitalized-words-mode'. Also, convert to lexical binding.
6684 * progmodes/cap-words.el: Delete now-obsolete file.
6685 * progmodes/subword.el: Reimplement using
6686 `find-word-boundary-function-table'.
6687 (subword-mode-map): Hollow out.
6688 (capitalized-words-mode): Define as obsolete alias for
6689 `subword-mode'.
6690 (subword-mode, superword-mode): Tweak documentation to reflect new
6691 implementation; call `subword-setup-buffer'.
6692 (subword-forward, subword-capitalize): Add underscore to indicate
6693 unused variable.
6694 (subword-find-word-boundary-function-table): New constant.
6695 (subword-empty-char-table): New constant.
6696 (subword-setup-buffer): New function.
6697 (subword-find-word-boundary): New function.
6698
6699 2014-03-23 Daniel Colascione <dancol@dancol.org>
6700
6701 * emacs-lisp/cl-macs.el (cl--do-arglist): Use a little `cl-loop'
6702 list to look for keyword arguments instead of `memq', fixing
6703 (Bug#3647) --- unfortunately, only for freshly-compiled code.
6704 Please make bootstrap.
6705
6706 2014-03-22 Glenn Morris <rgm@gnu.org>
6707
6708 * dired.el (dired-read-regexp): Make obsolete.
6709 (dired-mark-files-regexp, dired-mark-files-containing-regexp)
6710 (dired-flag-files-regexp):
6711 * dired-aux.el (dired-mark-read-regexp):
6712 * dired-x.el (dired-mark-unmarked-files): Use read-regexp directly.
6713
6714 * startup.el (fancy-startup-text):
6715 * help.el (describe-gnu-project): Visit online info about GNU project.
6716
6717 * help-fns.el (help-fns--interactive-only): New function.
6718 (help-fns-describe-function-functions): Add the above function.
6719 * simple.el (beginning-of-buffer, end-of-buffer, insert-buffer)
6720 (next-line, previous-line): Remove hand-written interactive-only
6721 information from doc strings, it is auto-generated now.
6722 * bookmark.el (bookmark-write):
6723 * epa-mail.el (epa-mail-decrypt, epa-mail-verify, epa-mail-sign)
6724 (epa-mail-import-keys): Mark interactive-only,
6725 and remove hand-written interactive-only information from doc strings.
6726 * epa.el (epa-decrypt-armor-in-region, epa-verify-region)
6727 (epa-verify-cleartext-in-region, epa-sign-region, epa-encrypt-region):
6728 * files.el (not-modified):
6729 * simple.el (mark-whole-buffer): Mark interactive-only.
6730
6731 * emacs-lisp/byte-run.el (defun-declarations-alist):
6732 Add interactive-only. Doc tweak.
6733 (macro-declarations-alist): Doc tweak.
6734 * subr.el (declare): Doc tweak (add xref to manual).
6735 * comint.el (comint-run):
6736 * files.el (insert-file-literally, insert-file):
6737 * replace.el (replace-string, replace-regexp):
6738 * simple.el (beginning-of-buffer, end-of-buffer, delete-backward-char)
6739 (delete-forward-char, goto-line, insert-buffer, next-line)
6740 (previous-line): Set interactive-only via declare.
6741
6742 2014-03-22 Dmitry Gutov <dgutov@yandex.ru>
6743
6744 * emacs-lisp/package.el (package-desc): Use the contents of the
6745 quoted form, not its cdr. (Bug#16873)
6746
6747 2014-03-22 Juanma Barranquero <lekktu@gmail.com>
6748
6749 * w32-common-fns.el (x-selection-owner-p): Add empty docstring for the
6750 benefit of doc.c; change parameter profile to match the X function.
6751
6752 2014-03-22 Leo Liu <sdl.web@gmail.com>
6753
6754 * help.el (temp-buffer-setup-hook): Remove help-mode-setup.
6755 (temp-buffer-show-hook): Remove help-mode-finish. (Bug#16038)
6756
6757 2014-03-21 Richard Stallman <rms@gnu.org>
6758
6759 * battery.el (battery-linux-sysfs): Search for each field
6760 from the beginning of the buffer.
6761
6762 * subr.el (set-transient-map): Clear out function and value
6763 of the temporary symbol when we're done with it.
6764
6765 * mail/rmailsum.el (rmail-summary-delete-forward):
6766 Optimize case of reaching end and handling count.
6767 (rmail-summary-mark-deleted): Optimize when N is current msg.
6768 Don't create new summary line.
6769 (rmail-summary-undelete): Pass arg to rmail-undelete-previous-message.
6770 (rmail-summary-undelete-many): Rewrite for speed.
6771 (rmail-summary-msg-number): New function.
6772
6773 * mail/rmail.el (rmail-delete-message): Update summary.
6774 (rmail-undelete-previous-message): Handle repeat count arg.
6775 (rmail-delete-backward, rmail-delete-forward): Likewise.
6776
6777 2014-03-21 Daniel Colascione <dancol@dancol.org>
6778
6779 * mail/emacsbug.el (report-emacs-bug): Include memory usage
6780 information in bug reports.
6781
6782 2014-03-21 Michael Albinus <michael.albinus@gmx.de>
6783
6784 * net/tramp.el (tramp-methods): Add docstring for `tramp-login-env'
6785 and `tramp-copy-env'.
6786
6787 * net/tramp-sh.el (tramp-methods) <sudo>: Add `tramp-login-env'.
6788 (tramp-maybe-open-connection): Handle `tramp-login-env'.
6789
6790 2014-03-21 Glenn Morris <rgm@gnu.org>
6791
6792 * electric.el (electric-indent-post-self-insert-function): Add doc.
6793
6794 2014-03-21 Dmitry Gutov <dgutov@yandex.ru>
6795
6796 * emacs-lisp/package.el (package-compute-transaction):
6797 Use `version-list-<=' to compare the requirement version against
6798 the version of package already to be installed. Update the error
6799 message. (Bug#16826)
6800
6801 * progmodes/ruby-mode.el (ruby-smie-rules):
6802 Add indentation rule for ` @ '. (Bug#17050)
6803
6804 2014-03-21 Juanma Barranquero <lekktu@gmail.com>
6805
6806 * align.el (align-regexp): Remove superfluous backslash.
6807
6808 * ffap.el (ffap-ftp-default-user, ffap-url-regexp)
6809 (ffap-pass-wildcards-to-dired, dired-at-point-require-prefix)
6810 (ffap-rfc-path, ffap-ftp-sans-slash-regexp, ffap-menu-regexp):
6811 Fix docstring typos.
6812 (ffap-next): Use C-u in docstring.
6813 (ffap-machine-p, ffap-list-env, ffap-alist, ffap-alist)
6814 (ffap-string-at-point-mode-alist, ffap-menu, ffap-menu-ask):
6815 Remove superfluous backslashes.
6816 (ffap-string-at-point): Reflow docstring.
6817
6818 * server.el (server-host): Reflow docstring.
6819 (server-unload-function): Fix docstring typo.
6820 (server-eval-at): Remove superfluous backslash.
6821
6822 * skeleton.el (skeleton-insert): Remove superfluous backslash.
6823 (skeleton-insert): Doc fix.
6824 (skeleton-insert): Reflow docstring.
6825
6826 * term/tty-colors.el (tty-color-alist, tty-modify-color-alist)
6827 (tty-color-approximate, tty-color-by-index, tty-color-values)
6828 (tty-color-desc): Remove superfluous backslashes.
6829
6830 2014-03-21 Glenn Morris <rgm@gnu.org>
6831
6832 * cus-start.el (history-length): Bump :version.
6833
6834 * Makefile.in ($(MH_E_DIR)/mh-loaddefs.el)
6835 ($(TRAMP_DIR)/tramp-loaddefs.el, $(CAL_DIR)/cal-loaddefs.el)
6836 ($(CAL_DIR)/diary-loaddefs.el, $(CAL_DIR)/hol-loaddefs.el):
6837 Don't set `make-backup-files'.
6838
6839 * info.el (info--prettify-description): New function,
6840 to give info-finder descriptions consistent case, punctuation.
6841 (Info-finder-find-node): Use it. Sort packages.
6842 Refer to "description" rather than "commentary".
6843
6844 2014-03-21 Juanma Barranquero <lekktu@gmail.com>
6845
6846 * frameset.el (frameset--print-register): New function.
6847 (frameset-to-register): Use it.
6848
6849 2014-03-20 Juanma Barranquero <lekktu@gmail.com>
6850
6851 * progmodes/hideif.el (hif-string-to-number): New function.
6852 (hif-tokenize): Use it to understand non-decimal floats.
6853
6854 * emacs-lisp/cl-extra.el (cl--map-overlays): Remove obsolete code.
6855
6856 * skeleton.el (skeleton-autowrap): Mark as obsolete. Doc fix.
6857
6858 2014-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
6859
6860 * electric.el (electric-newline-and-maybe-indent): New command.
6861 Bind it globally to C-j.
6862 (electric-indent-mode): Don't mess with the global map any more.
6863 Don't drop the post-self-insert-hook is some buffer is still using it
6864 (bug#16770).
6865
6866 * bindings.el (global-map): Remove C-j binding.
6867
6868 * emacs-lisp/nadvice.el (advice--make-docstring): Try harder to find
6869 the docstring of functions advised before dumping (bug#16993).
6870
6871 2014-03-19 Stefan-W. Hahn <stefan.hahn@s-hahn.de> (tiny change)
6872
6873 * ps-print.el (ps-generate-postscript-with-faces):
6874 Explicitly deactivate the mark (bug#16866).
6875 * simple.el (deactivate-mark): Update region highlight.
6876
6877 2014-03-19 Juanma Barranquero <lekktu@gmail.com>
6878
6879 * emacs-lisp/package.el (describe-package-1):
6880 Decode commentary (bug#16733).
6881
6882 2014-03-18 Juanma Barranquero <lekktu@gmail.com>
6883
6884 * custom.el (defcustom): Doc fix: recommend avoiding destructive
6885 modification of the value argument of :set (bug#16755).
6886
6887 2014-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
6888
6889 * simple.el (newline-and-indent): Do autofill (bug#17031).
6890
6891 2014-03-18 Dmitry Gutov <dgutov@yandex.ru>
6892
6893 * newcomment.el (comment-normalize-vars): Only add escaping check
6894 to `comment-start-skip' if not `comment-use-syntax'. (Bug#16971)
6895 (comment-beginning): Use `narrow-to-region' instead of moving back
6896 one character.
6897 (http://lists.gnu.org/archive/html/emacs-devel/2014-03/msg00488.html)
6898 (comment-start-skip): Update the docstring.
6899
6900 2014-03-18 Richard Stallman <rms@gnu.org>
6901
6902 * dired.el (dired-display-file): Force use of other window.
6903
6904 2014-03-18 Daniel Colascione <dancol@dancol.org>
6905
6906 * startup.el (tty-handle-args): Remove debug message from 2007.
6907
6908 2014-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
6909
6910 * emacs-lisp/nadvice.el (advice--interactive-form): New function.
6911 (advice--make-interactive-form): Use it to avoid (auto)loading function.
6912 (advice--make-1, advice-add, advice-remove):
6913 Remove braindead :advice-pending hack.
6914
6915 2014-03-17 Glenn Morris <rgm@gnu.org>
6916
6917 * calendar/calendar.el (calendar-generate-month): Apply weekend
6918 face to the right days; fixes 2013-08-06 change. (Bug#17028)
6919
6920 2014-03-17 Michael Albinus <michael.albinus@gmx.de>
6921
6922 * net/tramp.el (tramp-action-out-of-band): Read pending output.
6923 (tramp-call-process): Trace also DESTINATION.
6924
6925 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
6926 Quote file names when they are local. Remove superfluous trace.
6927
6928 2014-03-17 Dmitry Gutov <dgutov@yandex.ru>
6929
6930 * newcomment.el (comment-beginning): If `comment-start-skip'
6931 doesn't match, move back one char and try again. (Bug#16971)
6932
6933 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
6934 Set `comment-use-syntax' to t to avoid the unnecessary runtime check.
6935 Set `comment-start-skip' to a simpler value that doesn't try to
6936 check if the semicolon is escaped (this is handled by
6937 `syntax-ppss' now). (Bug#16971)
6938
6939 * progmodes/scheme.el (scheme-mode-variables): Same.
6940
6941 2014-03-16 Martin Rudalics <rudalics@gmx.at>
6942
6943 Fix behavior of with-temp-buffer-window (Bug#16816, Bug#17007).
6944 * window.el (with-temp-buffer-window): Don't make BUFFER-OR-NAME
6945 current (Bug#16816, Bug#17007).
6946 (with-current-buffer-window): New macro doing the same as
6947 `with-temp-buffer-window' but with BUFFER-OR-NAME current.
6948 * help.el (help-print-return-message): Warn in doc-string to not
6949 use this in `with-help-window'.
6950 (describe-bindings-internal): Call `describe-buffer-bindings'
6951 from within help buffer. See Juanma's scenario in (Bug#16816).
6952 (with-help-window): Update doc-string.
6953 * dired.el (dired-mark-pop-up):
6954 * files.el (save-buffers-kill-emacs):
6955 * register.el (register-preview): Use `with-current-buffer-window'
6956 instead of `with-temp-buffer-window'.
6957
6958 2014-03-16 Juanma Barranquero <lekktu@gmail.com>
6959
6960 * textmodes/rst.el (rst-arabic-to-roman, rst-roman-to-arabic):
6961 Implement inserting into current buffer, documented in their docstrings.
6962 (rst-define-key, rst-compare-adornments, rst-insert-list-new-item)
6963 (rst-section-tree-point, rst-forward-section, rst-indent)
6964 (rst-compute-tabs, rst-font-lock-find-unindented-line-end)
6965 (rst-font-lock-find-unindented-line-limit, rst-adornment-level)
6966 (rst-font-lock-handle-adornment-pre-match-form)
6967 (rst-repeat-last-character): Reflow docstrings.
6968 (rst-preferred-adornments, rst-update-section, rst-find-title-line)
6969 (rst-adjust-adornment-work, rst-initial-items, rst-insert-list)
6970 (rst-toc-insert-style, rst-toc-insert-node, rst-goto-section)
6971 (rst-compile, rst-imenu-convert-cell, rst-imenu-create-index):
6972 Fix docstring typos.
6973 (rst-all-sections, rst-section-hierarchy, rst-adjust): Doc fixes.
6974 (rst-uncomment-region, rst-font-lock-find-unindented-line-match)
6975 (rst-font-lock-handle-adornment-matcher): Mark unused arguments.
6976
6977 2014-03-15 Juanma Barranquero <lekktu@gmail.com>
6978
6979 * term/ns-win.el (x-command-line-resources): Rename from ns-... version,
6980 for compatibility with other ports.
6981 (ns-initialize-window-system): Use it. It is set in term/common-win.el
6982 from the -xrm command line argument, but in the Nextstep port its value
6983 is irrelevant because nsfns.m:Fx_open_connection ignores it for now.
6984
6985 * progmodes/python.el (defconst, python-syntax-count-quotes)
6986 (python-indent-region, python-indent-shift-right)
6987 (python-indent-dedent-line-backspace, python-nav-backward-sexp)
6988 (python-nav-backward-sexp-safe, python-nav-backward-up-list)
6989 (python-shell-prompt-block-regexp, python-shell-prompt-output-regexp)
6990 (python-shell-prompt-pdb-regexp, python-shell-enable-font-lock)
6991 (inferior-python-mode, python-shell-make-comint, run-python-internal)
6992 (python-shell-buffer-substring, python-shell-send-buffer)
6993 (python-pdbtrack-activate, python-pdbtrack-stacktrace-info-regexp)
6994 (python-completion-complete-at-point, python-fill-docstring-style)
6995 (python-eldoc-function, python-imenu-format-item-label)
6996 (python-imenu-format-parent-item-label)
6997 (python-imenu-format-parent-item-jump-label)
6998 (python-imenu--build-tree, python-imenu-create-index)
6999 (python-imenu-create-flat-index): Fix docstring typos.
7000 (python-indent-context, python-shell-prompt-regexp, run-python):
7001 Remove superfluous backslashes.
7002 (python-indent-line, python-nav-beginning-of-defun)
7003 (python-shell-get-buffer, python-shell-get-process)
7004 (python-info-current-defun, python-info-current-line-comment-p)
7005 (python-info-current-line-empty-p, python-util-popn): Doc fixes.
7006 (python-indent-post-self-insert-function, python-shell-send-file)
7007 (python-shell-completion-get-completions)
7008 (python-shell-completion-complete-or-indent)
7009 (python-eldoc--get-doc-at-point): Reflow docstrings.
7010
7011 2014-03-14 Glenn Morris <rgm@gnu.org>
7012
7013 * emacs-lisp/package.el (package-menu-mode-map):
7014 Replace use of obsolete function alias. Tweak menu item text.
7015
7016 * info.el (Info-finder-find-node):
7017 Ignore the `emacs' metapackage. (Bug#10813)
7018
7019 * finder.el (finder-list-matches): Include unversioned packages
7020 in the result of a keyword search.
7021
7022 * finder.el (finder--builtins-descriptions): New constant.
7023 (finder-compile-keywords): Use finder--builtins-descriptions.
7024
7025 2014-03-14 Dmitry Gutov <dgutov@yandex.ru>
7026
7027 * simple.el (blink-matching-paren): Describe the new value,
7028 `jump', enabling the old behavior.
7029 (blink-matching-open): Use that value. (Bug#17008)
7030
7031 2014-03-14 Glenn Morris <rgm@gnu.org>
7032
7033 * finder.el (finder-no-scan-regexp): Add leim-list.
7034 (finder-compile-keywords):
7035 Don't skip files with same basename. (Bug#14010)
7036 * Makefile.in (setwins_finder): New, excluding leim.
7037 (finder-data): Use setwins_finder.
7038
7039 * help-fns.el (help-split-fundoc, help-add-fundoc-usage)
7040 (help-function-arglist, help-make-usage): Move from here...
7041 * help.el (help-split-fundoc, help-add-fundoc-usage)
7042 (help-function-arglist, help-make-usage): ... to here. (Bug#17001)
7043 * emacs-lisp/bytecomp.el (byte-compile-lambda): Do not load help-fns.
7044
7045 2014-03-14 Juanma Barranquero <lekktu@gmail.com>
7046
7047 * net/socks.el (socks, socks-override-functions)
7048 (socks-find-services-entry):
7049 * progmodes/hideif.el (hif-set-var, hif-nexttoken, hif-comma)
7050 (hif-find-ifdef-block):
7051 * progmodes/modula2.el (m2-indent): Fix docstring typos.
7052
7053 * net/tls.el (tls-program): Reflow docstring.
7054
7055 * progmodes/pascal.el (pascal-mode-abbrev-table)
7056 (pascal-imenu-generic-expression, pascal-auto-endcomments)
7057 (pascal-mark-defun, pascal-comment-area, pascal-indent-level)
7058 (pascal-outline-mode): Fix docstring typos.
7059 (pascal-mode): Let define-derived-mode document mode hook.
7060 (pascal-uncomment-area): Reflow.
7061 (pascal-exclude-str-start, pascal-exclude-str-end): Add docstring.
7062
7063 * progmodes/opascal.el (opascal-compound-block-indent)
7064 (opascal-case-label-indent): Fix docstring typos.
7065 (opascal-mode): Fix typos; let defined-derived-mode document mode hook.
7066
7067 2014-03-13 Dmitry Gutov <dgutov@yandex.ru>
7068
7069 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
7070 Fontify multiple adjacent negation chars. (Bug#17004)
7071
7072 2014-03-13 Tom Willemse <tom@ryuslash.org> (tiny change)
7073
7074 * emacs-lisp/package.el (package--prepare-dependencies):
7075 Accept requirements without explicit version (bug#14941).
7076
7077 2014-03-12 Juanma Barranquero <lekktu@gmail.com>
7078
7079 * register.el (register-separator, copy-to-register): Doc fixes.
7080 (register-preview-default): Remove unnecessary call to concat.
7081
7082 * frameset.el (frameset-restore): When checking for a visible frame,
7083 use the action map instead of calling visible-frame-list.
7084
7085 2014-03-12 Jonas Bernoulli <jonas@bernoul.li>
7086
7087 * emacs-lisp/eieio.el (with-slots): Use cl-symbol-macrolet (bug#16998).
7088
7089 2014-03-12 Martin Rudalics <rudalics@gmx.at>
7090
7091 * window.el (fit-frame-to-buffer): Get maximum width from
7092 display's width instead of height.
7093
7094 2014-03-12 Glenn Morris <rgm@gnu.org>
7095
7096 * desktop.el (desktop-restore-frames)
7097 (desktop-restore-in-current-display, desktop-restore-forces-onscreen)
7098 (desktop-restore-reuses-frames): Doc tweaks.
7099
7100 * electric.el (electric-indent-mode): Doc fix.
7101
7102 2014-03-12 Juanma Barranquero <lekktu@gmail.com>
7103
7104 * vc/pcvs.el (cvs-temp-buffer, defun-cvs-mode, cvs-get-cvsroot)
7105 (cvs-checkout, cvs-mode-checkout, cvs-update-filter, cvs-mode-mark)
7106 (cvs-mode-diff-head, cvs-mode-diff-repository, cvs-mode-diff-yesterday)
7107 (cvs-mode-diff-vendor, cvs-mode-do, cvs-change-cvsroot)
7108 (cvs-dired-use-hook): Fix docstring typos.
7109 (cvs-mode-view-file-other-window, cvs-mode-byte-compile-files):
7110 Doc fixes.
7111
7112 * vc/pcvs-defs.el (cvs-auto-remove-handled)
7113 (cvs-auto-remove-directories, cvs-default-ignore-marks)
7114 (cvs-idiff-imerge-handlers, cvs-reuse-cvs-buffer)
7115 (cvs-execute-single-dir): Fix docstring typos.
7116
7117 * vc/pcvs-info.el (cvs-status-map, cvs-states): Fix docstring typos.
7118 (cvs-fileinfo-pp, cvs-fileinfo-from-entries): Doc fixes.
7119
7120 * vc/pcvs-parse.el (cvs-parsed-fileinfo): Reflow docstring.
7121
7122 * vc/pcvs-util.el (cvs-flags-query, cvs-flags-set, cvs-prefix-set):
7123 Fix docstring typos.
7124
7125 2014-03-12 Juanma Barranquero <lekktu@gmail.com>
7126
7127 * frameset.el (frameset--jump-to-register): Add autoload; it could be
7128 called from jump-to-register after unloading the frameset package.
7129
7130 2014-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
7131
7132 * simple.el (set-mark): Ensure mark-active is nil if the mark is nil
7133 (bug#16975). Deactivate the mark before setting it to nil.
7134 (activate-mark): Do nothing if region is already active.
7135
7136 2014-03-11 Juanma Barranquero <lekktu@gmail.com>
7137
7138 * frameset.el (frameset--target-display): Remove definition; declare.
7139 (frameset-save, frameset-restore): Let-bind frameset--target-display.
7140
7141 2014-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
7142
7143 * emacs-lisp/nadvice.el (advice--make-1): Fix autoloading avoidance.
7144 (advice-add): Add a :advice--pending marker, so advice--make-1 knows
7145 when the advice is pending.
7146 (advice-remove): Remove this marker when not needed any more.
7147
7148 2014-03-11 Juanma Barranquero <lekktu@gmail.com>
7149
7150 * frameset.el: Separate options for reusing frames and cleaning up.
7151 (frameset--reuse-list): Remove definition; declare.
7152 (frameset--action-map): Declare.
7153 (frameset--find-frame-if): Doc fix.
7154 (frameset--restore-frame): Cache frame action.
7155 (frameset-restore): New keyword arg CLEANUP-FRAMES, allows to select
7156 how to clean up the frame list after restoring. Remove cleaning
7157 options from REUSE-FRAMES. Change all keyword values to symbols.
7158 (frameset--jump-to-register): Simplify by using CLEANUP-FRAMES.
7159
7160 * desktop.el (desktop-restore-forces-onscreen)
7161 (desktop-restore-reuses-frames): Use non-keyword values.
7162 (desktop-restore-frameset): Use CLEANUP-FRAMES arg of frameset-restore.
7163
7164 2014-03-10 Glenn Morris <rgm@gnu.org>
7165
7166 * files.el (find-file): Doc fix: update info node name.
7167
7168 * emacs-lisp/advice.el (ad-add-advice, defadvice):
7169 Doc fix: remove references to deleted info nodes.
7170
7171 2014-03-10 Michael Albinus <michael.albinus@gmx.de>
7172
7173 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell):
7174 Do not add nil to the environment, when there's no remote `locale'.
7175 (tramp-find-inline-encoding): Check, that the remote host has
7176 installed perl, before sending scripts.
7177
7178 2014-03-10 Leo Liu <sdl.web@gmail.com>
7179
7180 * emacs-lisp/eldoc.el (eldoc-minibuffer-message):
7181 Clear eldoc-last-message. (Bug#16920)
7182
7183 2014-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
7184
7185 * desktop.el (desktop-create-buffer): Don't run activate-mark-hook
7186 (bug#14430).
7187
7188 2014-03-09 Juri Linkov <juri@jurta.org>
7189
7190 * ansi-color.el (ansi-color-names-vector): Copy default colors
7191 from `xterm-standard-colors' that look well on the default white
7192 background (and also on the black background) to avoid illegible
7193 color combinations like yellow-on-white and white-on-white.
7194 http://lists.gnu.org/archive/html/emacs-devel/2014-02/msg00157.html
7195
7196 2014-03-08 Juanma Barranquero <lekktu@gmail.com>
7197
7198 * frameset.el (frameset-restore): When no frame is visible, do not
7199 generate a list of frames, just make visible the selected one.
7200
7201 2014-03-08 Dmitry Gutov <dgutov@yandex.ru>
7202
7203 * vc/vc-git.el (vc-git-command): Turn FILE-OR-LIST into nil when
7204 it only contains the repository root. (Bug#16897)
7205
7206 2014-03-07 Michael Albinus <michael.albinus@gmx.de>
7207
7208 * net/tramp-sh.el (tramp-sh-handle-vc-registered): Run first pass
7209 only when `remote-file-name-inhibit-cache' is nil.
7210 (tramp-sh-file-name-handler): Use `tramp-error'. Simplify code.
7211
7212 2014-03-06 Martin Rudalics <rudalics@gmx.at>
7213
7214 * window.el (fit-frame-to-buffer, fit-frame-to-buffer-margins):
7215 Fix doc-strings.
7216 (fit-frame-to-buffer): New argument ONLY. Remove dependency on
7217 fit-frame-to-buffer variable. Fix doc-string.
7218 (fit-window-to-buffer): Set ONLY argument in call of
7219 fit-frame-to-buffer. Fix doc-string.
7220
7221 2014-03-06 Michael Albinus <michael.albinus@gmx.de>
7222
7223 * net/tramp.el (tramp-error): VEC-OR-PROC can be nil.
7224 (tramp-action-password): Clear password cache if needed.
7225 (tramp-read-passwd): Do not clear password cache.
7226
7227 * net/tramp-gvfs.el (tramp-gvfs-handler-askpassword): Clear password
7228 cache unless it is the first password request.
7229
7230 2014-03-06 Glenn Morris <rgm@gnu.org>
7231
7232 * simple.el (newline): Doc tweak.
7233
7234 * emacs-lisp/shadow.el (load-path-shadows-find):
7235 Ignore dir-locals. (Bug#12357)
7236
7237 2014-03-05 Glenn Morris <rgm@gnu.org>
7238
7239 * files.el (interpreter-mode-alist):
7240 * progmodes/sh-script.el (sh-ancestor-alist): Add dash. (Bug#16938)
7241
7242 2014-03-05 Juanma Barranquero <lekktu@gmail.com>
7243
7244 * frameset.el (frameset--initial-params): Filter out null entries.
7245
7246 2014-03-05 Martin Rudalics <rudalics@gmx.at>
7247
7248 * window.el (window-min-height, window-min-width):
7249 Rewrite doc-strings.
7250 (window-body-size): Add PIXELWISE argument to make it consistent
7251 with its callees.
7252
7253 2014-03-05 Juanma Barranquero <lekktu@gmail.com>
7254
7255 * finder.el (finder-mode-map, finder-mode-syntax-table):
7256 Revert part of 2014-02-28 change.
7257
7258 2014-03-05 Lars Ingebrigtsen <larsi@gnus.org>
7259
7260 * net/eww.el (eww-mode-map): [tab] doesn't work on tty.
7261 (eww-setup-buffer): Clear next/prev/etc more reliably.
7262 (eww-textarea-map): [tab] doesn't work on tty.
7263 Reported by Mario Lang.
7264
7265 * net/shr.el (shr-map): Ditto.
7266
7267 2014-03-04 Glenn Morris <rgm@gnu.org>
7268
7269 * minibuffer.el (completion-hilit-commonality):
7270 Revert 2014-03-01 short-cut, which changed the return value. (Bug#16933)
7271
7272 2014-03-04 Juanma Barranquero <lekktu@gmail.com>
7273
7274 * hilit-chg.el (hilit-chg-unload-function): New function.
7275 (highlight-changes-mode, highlight-changes-visible-mode): Fix typos.
7276 (hilit-chg-map-changes): Prefer cardinal number to digit.
7277 (hilit-chg-display-changes): Reflow docstring.
7278 (highlight-changes-rotate-faces): Remove superfluous backslash.
7279
7280 2014-03-04 Michael Albinus <michael.albinus@gmx.de>
7281
7282 * net/tramp-sh.el (tramp-sh-handle-vc-registered): Do not call
7283 `tramp-send-command-and-check'.
7284
7285 2014-03-04 Juanma Barranquero <lekktu@gmail.com>
7286
7287 * hexl.el (hexl-address-region, hexl-ascii-region)
7288 (hexl-goto-hex-address, hexl-backward-char, hexl-forward-char)
7289 (hexl-backward-short, hexl-forward-short, hexl-backward-word)
7290 (hexl-forward-word, hexl-previous-line, hexl-next-line):
7291 Use "Hexl mode" for non-hyperlinked hexl-mode references in docstrings.
7292 (hexl-mode): Doc fix.
7293 (hexl-ascii-start-column, hexl-beginning-of-line, hexl-end-of-line)
7294 (hexl-mode-ruler): Fix typos in docstrings.
7295
7296 * strokes.el (strokes-xpm-header, strokes-rate-stroke): Fix typos.
7297 (strokes-character, strokes-get-grid-position, strokes-list-strokes):
7298 Remove superfluous backslashes.
7299 (strokes-last-stroke, strokes-global-map, strokes-mode):
7300 Reflow docstrings.
7301 (strokes-xpm-for-stroke, strokes-xpm-to-compressed-string)
7302 (strokes-xpm-for-compressed-string): Use quotes with buffer name.
7303 (strokes-distance-squared, strokes-global-set-stroke)
7304 (strokes-global-set-stroke-string): Doc fixes.
7305 (strokes-help): Fix typos; reflow docstring.
7306
7307 2014-03-04 Martin Rudalics <rudalics@gmx.at>
7308
7309 * window.el (window-in-direction): Fix doc-string.
7310
7311 2014-03-04 Glenn Morris <rgm@gnu.org>
7312
7313 * emacs-lisp/smie.el (smie-config-guess): Doc fix.
7314 Explicit error if no grammar.
7315 (smie-config-save): Doc fix. Fix quote typo.
7316
7317 2014-03-04 Stefan Monnier <monnier@iro.umontreal.ca>
7318
7319 * progmodes/cc-mode.el (c-initialize-cc-mode): Only hook into
7320 electric-indent-mode-hook if we obey electric-indent-mode.
7321 (c-basic-common-init): Use (fboundp 'electric-indent-local-mode) to
7322 decide whether we obey electric-indent-mode.
7323 (c-change-set-fl-decl-start, c-extend-after-change-region):
7324 Silence warnings.
7325 (c-electric-indent-mode-hook): Assume we do want to obey
7326 electric-indent-mode.
7327
7328 * electric.el (electric-indent-mode-has-been-called): Remove.
7329 (electric-indent-mode): Fix accordingly.
7330
7331 * files.el (hack-local-variables): Mention file name in warning.
7332
7333 * htmlfontify.el (hfy-fontify-buffer): Drop `invis-range' message.
7334
7335 2014-03-04 Michal Nazarewicz <mina86@mina86.com>
7336
7337 * bindings.el: Add comment describing why C-d binds to `delete-char'.
7338 * simple.el (delete-forward-char): Mark as interactive-only.
7339
7340 2014-03-03 Juanma Barranquero <lekktu@gmail.com>
7341
7342 * icomplete.el (icomplete-completions):
7343 Follow-up to 2014-03-01 change.
7344
7345 * icomplete.el: Miscellaneous doc fixes.
7346 Use Icomplete everywhere instead of icomplete for consistency.
7347 (icomplete-max-delay-chars): Fix typo.
7348 (icomplete-mode): Use \[].
7349 (icomplete-tidy, icomplete-exhibit): Reflow.
7350 (icomplete-minibuffer-setup-hook, icomplete-completions):
7351 Remove superfluous backlashes.
7352
7353 * ido.el: Miscellaneous doc fixes.
7354 Use Ido everywhere instead of ido or `ido' for consistency.
7355 (ido-record-ftp-work-directories, ido-merge-ftp-work-directories)
7356 (ido-cache-ftp-work-directory-time, ido-slow-ftp-hosts)
7357 (ido-slow-ftp-host-regexps, ido-reread-directory): Upcase "ftp".
7358 (ido-separator): Extract obsolescence info from docstring and declare
7359 with make-obsolete-variable.
7360 (ido-minibuffer-setup-hook): Simplify example.
7361 (ido-text, ido-text-init, ido-input-stack, ido-report-no-match)
7362 (ido-wide-find-file, ido-wide-find-dir, ido-wide-find-dir-or-delete-dir)
7363 (ido-completion-help, ido-completing-read): Fix typos in docstrings.
7364 (ido-everywhere): Reflow docstring.
7365 (ido-toggle-vc): Doc fix.
7366 (ido-switch-buffer, ido-find-file): Use tabs to improve legibility
7367 of long list of keybindings.
7368
7369 2014-03-03 Glenn Morris <rgm@gnu.org>
7370
7371 * frame.el (display-pixel-height, display-pixel-width)
7372 (display-mm-dimensions-alist, display-mm-height)
7373 (display-mm-width): Doc tweaks.
7374
7375 2014-03-02 Barry O'Reilly <gundaetiapo@gmail.com>
7376
7377 * simple.el (undo-elt-in-region): Fix buffer corruption for edge
7378 case of undo in region.
7379
7380 2014-03-02 Martin Rudalics <rudalics@gmx.at>
7381
7382 * window.el (fit-window-to-buffer): Fix argument in window-size
7383 call when window is horizontally combined.
7384
7385 2014-03-02 Juanma Barranquero <lekktu@gmail.com>
7386
7387 * icomplete.el (icomplete-completions): Use string-width.
7388 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
7389
7390 2014-03-01 Dmitry Gutov <dgutov@yandex.ru>
7391
7392 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
7393 Highlight regexp options. (Bug#16914)
7394
7395 2014-03-01 Martin Rudalics <rudalics@gmx.at>
7396
7397 * window.el (window--max-delta-1): Round down when calculating
7398 how many lines/columns we can get from a window.
7399
7400 2014-03-01 Glenn Morris <rgm@gnu.org>
7401
7402 * isearch.el (search-invisible): Doc fix.
7403
7404 * minibuffer.el (completion-hilit-commonality):
7405 Make `base-size' argument optional. Short-cut if `prefix-len' is 0.
7406 * comint.el (comint-dynamic-list-completions): Doc fix.
7407 * comint.el (comint-dynamic-list-completions):
7408 * filecache.el (file-cache-minibuffer-complete):
7409 * tempo.el (tempo-display-completions):
7410 * eshell/em-hist.el (eshell-list-history):
7411 Replace use of obsolete argument of display-completion-list.
7412
7413 2014-03-01 Juanma Barranquero <lekktu@gmail.com>
7414
7415 * icomplete.el (icomplete-completions):
7416 Revert back to using "..." when ?… cannot be displayed.
7417
7418 2014-02-28 Juanma Barranquero <lekktu@gmail.com>
7419
7420 * finder.el (finder-unload-function): New function.
7421
7422 2014-02-28 Juanma Barranquero <lekktu@gmail.com>
7423
7424 * dframe.el (dframe-detach):
7425 * find-dired.el (find-dired, find-name-dired):
7426 * finder.el (finder-mode-map, finder-mode-syntax-table)
7427 (finder-headmark, finder-select, finder-mouse-select):
7428 Fix docstring typos.
7429
7430 2014-02-28 Martin Rudalics <rudalics@gmx.at>
7431
7432 Revert recent with-temp-buffer-window change (Bug#16816, Bug#16882).
7433 * window.el (with-temp-buffer-window): Revert change from 2014-02-21.
7434 Suggested by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
7435 Fix doc-string based on a suggestion by Nicolas Richard
7436 <theonewiththeevillook@yahoo.fr>.
7437 * help.el (with-help-window): Fix doc-string.
7438
7439 2014-02-28 Ivan Kanis <ivan@kanis.fr>
7440
7441 * net/shr.el (shr-image-animate): New option.
7442 (shr-put-image): Respect shr-image-animate.
7443
7444 2014-02-28 Michael Albinus <michael.albinus@gmx.de>
7445
7446 * net/tramp-adb.el (tramp-adb-parse-device-names):
7447 Use `accept-process-output'.
7448 (tramp-adb-handle-file-truename): Cache the localname only.
7449 (tramp-adb-handle-make-directory)
7450 (tramp-adb-handle-delete-directory): Flush file properties correctly.
7451 (tramp-adb-handle-set-file-modes): Do not raise an error when file
7452 modes cannot be changed.
7453
7454 * net/tramp-cache.el (tramp-flush-directory-property): Remove also
7455 file properties of symlinks.
7456
7457 2014-02-28 Per Starbäck <starback@stp.lingfil.uu.se>
7458
7459 * textmodes/bibtex.el (bibtex-biblatex-entry-alist): Update
7460 required/optional fields to match development biblatex. (Bug#16781)
7461
7462 2014-02-28 Andy Sawyer <andy.sawyer@gmail.com> (tiny change)
7463
7464 * saveplace.el (toggle-save-place):
7465 Fix argument handling. (Bug#16673)
7466
7467 2014-02-28 Glenn Morris <rgm@gnu.org>
7468
7469 * minibuffer.el (completions-first-difference)
7470 (completions-common-part, completion-hilit-commonality): Doc fixes.
7471
7472 2014-02-28 Karl Berry <karl@gnu.org>
7473
7474 * info.el (Info-mode-map): Add H for describe-mode,
7475 to synchronize with standalone Info.
7476
7477 2014-02-28 Emilio C. Lopes <eclig@gmx.net>
7478
7479 * progmodes/sql.el (sql-interactive-mode):
7480 Avoid setting global comint-input-ring-separator. (Bug#16814)
7481
7482 2014-02-27 Michael Albinus <michael.albinus@gmx.de>
7483
7484 * net/dbus.el (dbus--init-bus): Declare function.
7485 (dbus-path-local, dbus-interface-local): New defconst.
7486 (dbus-init-bus): Use them.
7487 (dbus-return-values-table): Extend doc.
7488 (dbus-handle-bus-disconnect): Extend error message.
7489
7490 2014-02-27 Juanma Barranquero <lekktu@gmail.com>
7491
7492 * subr.el (y-or-n-p): Fix double space issue in message.
7493
7494 2014-02-27 Michael Albinus <michael.albinus@gmx.de>
7495
7496 * net/tramp.el (tramp-call-process): Improve trace message.
7497 (tramp-handle-insert-file-contents): Trace error case.
7498
7499 * net/tramp-adb.el (tramp-adb-file-name-handler-alist)
7500 <insert-directory>: Use `tramp-handle-insert-directory'.
7501 (tramp-adb-handle-insert-directory): Remove function.
7502 (tramp-adb-send-command-and-check): New defun, replacing
7503 `tramp-adb-command-exit-status'. Change all callees.
7504 (tramp-adb-handle-file-attributes)
7505 (tramp-adb-handle-directory-files-and-attributes): Use it.
7506 (tramp-adb-ls-output-name-less-p):
7507 Use `directory-listing-before-filename-regexp'.
7508 (tramp-adb-handle-delete-directory): Flush also file properties of
7509 the truename of directory.
7510 (tramp-adb-handle-file-name-all-completions): Add "./" and "../".
7511 (tramp-adb-handle-file-local-copy): Make the local copy readable.
7512 (tramp-adb-handle-write-region): Implement APPEND.
7513 (tramp-adb-handle-rename-file): Make it more robust. Flush file
7514 properties correctly.
7515 (tramp-adb-maybe-open-connection): Set `tramp-current-*'
7516 variables. Check for connected devices only when needed.
7517
7518 2014-02-27 Glenn Morris <rgm@gnu.org>
7519
7520 * minibuffer.el (completion-table-dynamic)
7521 (completion-table-with-cache): Doc fixes.
7522
7523 * emacs-lisp/crm.el (crm-default-separator, crm-separator)
7524 (completing-read-multiple): Doc fixes.
7525
7526 2014-02-27 Daniel Colascione <dancol@dancol.org>
7527
7528 * minibuffer.el (completion--nth-completion): Fix indentation.
7529
7530 * net/tramp-sh.el (tramp-get-remote-path): Don't signal error when
7531 explicit tramp path is empty.
7532
7533 2014-02-27 Glenn Morris <rgm@gnu.org>
7534
7535 * emacs-lisp/crm.el (completing-read-multiple):
7536 Empower help-enable-auto-load.
7537
7538 2014-02-26 Glenn Morris <rgm@gnu.org>
7539
7540 * startup.el (command-line): Don't init the tty in daemon mode.
7541
7542 Avoid calling tty-setup-hook twice, eg if a term file
7543 explicitly calls tty-run-terminal-initialization. (Bug#16859)
7544 * faces.el (tty-run-terminal-initialization): Add run-hook argument.
7545 (tty-create-frame-with-faces): Use it.
7546 * startup.el (command-line): Pass run-hook argument
7547 to tty-run-terminal-initialization.
7548
7549 * dired.el (dired-restore-desktop-buffer): Demote errors;
7550 eg in case a glob match fails. (Bug#16884)
7551
7552 2014-02-26 Dmitry Gutov <dgutov@yandex.ru>
7553
7554 * emacs-lisp/lisp.el (lisp--local-variables): Catch `end-of-file'
7555 error from `read-from-string'. (Bug#16850)
7556
7557 * emacs-lisp/ert.el (ert-run-tests-interactively): `read' the
7558 result of `completing-read' in the interactive form. (Bug#16854)
7559
7560 2014-02-25 Glenn Morris <rgm@gnu.org>
7561
7562 * image.el (image-animate, image-animate-timeout):
7563 Stop animating images in dead buffers. (Bug#16878)
7564
7565 * emacs-lisp/edebug.el (defmacro): Fix debug spec. (Bug#16868)
7566
7567 * faces.el (tty-setup-hook, tty-run-terminal-initialization):
7568 Doc fixes.
7569 * startup.el (term-setup-hook): Doc fix. Make obsolete.
7570 * term/sun.el (sun-raw-prefix-hooks):
7571 Use tty-setup-hook instead of term-setup-hook.
7572 (terminal-init-sun): Construct message from bytecomp plist.
7573 * term/wyse50.el (enable-arrow-keys): Doc fix.
7574
7575 2014-02-24 Juanma Barranquero <lekktu@gmail.com>
7576
7577 * term/sun.el (kill-region-and-unmark, sun-raw-prefix-hooks):
7578 Fix docstring typos.
7579
7580 2014-02-24 Michael Albinus <michael.albinus@gmx.de>
7581
7582 * net/tramp-sh.el (tramp-sh-handle-file-truename): Improve last fix.
7583
7584 2014-02-24 Nicolas Richard <theonewiththeevillook@yahoo.fr>
7585
7586 * minibuffer.el (completion--try-word-completion):
7587 Fix error when completing M-x commands (bug#16808).
7588
7589 2014-02-24 Leo Liu <sdl.web@gmail.com>
7590
7591 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix debug spec.
7592
7593 2014-02-24 Juanma Barranquero <lekktu@gmail.com>
7594
7595 * apropos.el (apropos-print): Avoid formatting error when
7596 apropos-do-all and apropos-compact-layout are both t.
7597
7598 2014-02-23 Juanma Barranquero <lekktu@gmail.com>
7599
7600 * apropos.el (apropos-property, apropos-all-words-regexp)
7601 (apropos-true-hit, apropos-variable, apropos-print):
7602 Fix docstring typos, and remove obsolete comment.
7603
7604 2014-02-23 Michael Albinus <michael.albinus@gmx.de>
7605
7606 * net/tramp-sh.el (tramp-sh-handle-file-truename):
7607 Preserve trailing "/". (Bug#16851)
7608
7609 2014-02-23 Dmitry Gutov <dgutov@yandex.ru>
7610
7611 * progmodes/ruby-mode.el (ruby-smie-rules): Don't indent specially
7612 after `=>' (bug#16811).
7613 (ruby-smie-rules): Handle the inconsistent second element of the
7614 list returned by `smie-indent--parent'.
7615 (ruby-font-lock-keywords): Disqualify any identifier before `=' as
7616 method call.
7617
7618 2014-02-23 Juanma Barranquero <lekktu@gmail.com>
7619
7620 * elec-pair.el (electric-pair-text-syntax-table)
7621 (electric-pair-syntax-info, electric-pair--syntax-ppss)
7622 (electric-pair--balance-info, electric-pair-mode): Fix docstring typos.
7623 (electric-pair--looking-at-unterminated-string-p): Doc fix.
7624 (electric-pair--inside-string-p): Doc fix. Use `let', not `let*'.
7625
7626 2014-02-22 Glenn Morris <rgm@gnu.org>
7627
7628 * imenu.el (imenu--generic-function): Doc fix.
7629
7630 * register.el (frame-configuration-to-register): Make obsolete.
7631
7632 2014-02-22 Juanma Barranquero <lekktu@gmail.com>
7633
7634 * desktop.el (desktop-save-buffer-p): Do not fail when
7635 desktop-files-not-to-save is nil. Return t for true result
7636 as the doc says.
7637
7638 2014-02-22 Daniel Colascione <dancol@dancol.org>
7639
7640 * net/secrets.el (secrets-create-item, secrets-search-items):
7641 Check that attribute values are strings, avoiding the construction
7642 of invalid dbus messages.
7643
7644 2014-02-21 Juanma Barranquero <lekktu@gmail.com>
7645
7646 * emacs-lisp/gv.el: Avoid duplicating gv-expander and gv-setter in
7647 defun-declarations-alist.
7648
7649 2014-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
7650
7651 * emacs-lisp/cl-macs.el (cl-define-compiler-macro): Add indent rule
7652 (bug#16829).
7653
7654 2014-02-21 Juanma Barranquero <lekktu@gmail.com>
7655
7656 * whitespace.el (whitespace-space, whitespace-hspace, whitespace-tab)
7657 (whitespace-newline, whitespace-trailing, whitespace-line)
7658 (whitespace-space-before-tab, whitespace-indentation, whitespace-empty)
7659 (whitespace-space-after-tab): Fix typo in docstrings.
7660
7661 2014-02-21 Dmitry Gutov <dgutov@yandex.ru>
7662
7663 * progmodes/ruby-mode.el (auto-mode-alist): Add missing "or".
7664
7665 * electric.el (electric-indent-functions-without-reindent):
7666 Add `yaml-indent-line'.
7667
7668 2014-02-21 Juanma Barranquero <lekktu@gmail.com>
7669
7670 * w32-vars.el (w32-enable-synthesized-fonts): Mark as obsolete.
7671 It has done nothing for years; should be removed after the release.
7672
7673 * simple.el (choose-completion): Fix docstring typo.
7674 (read-quoted-char-radix): Remove unneeded * in docstring.
7675 (process-file, kill-whole-line, pop-to-mark-command, set-mark-command):
7676 Don't escape parentheses unnecessarily in docstrings.
7677
7678 2014-02-21 Martin Rudalics <rudalics@gmx.at>
7679
7680 Fix handling of window-min-height/-width (Bug#16738).
7681 * window.el (window--dump-window, window--dump-frame):
7682 New functions.
7683 (window--min-size-1): Account for window dividers.
7684 When window-resize-pixelwise is nil, delay rounding till after the
7685 sum of the window components has been calculated.
7686 (window--min-delta-1, window--max-delta-1): When PIXELWISE is
7687 nil make sure at least one text line and two text columns remain
7688 fully visible.
7689 (window-resize): Signal an error when window-resize-apply fails.
7690 (window--resize-child-windows): Fix calculation of by how many
7691 pixels a window can still be shrunk via window-new-normal.
7692 (adjust-window-trailing-edge): Call window--resizable with
7693 correct TRAIL argument.
7694
7695 (with-temp-buffer-window): Don't evaluate BODY within
7696 with-current-buffer (Bug#16816).
7697
7698 2014-02-21 Michael Albinus <michael.albinus@gmx.de>
7699
7700 * net/tramp.el (tramp-check-cached-permissions):
7701 Call `file-attributes' with `suffix' being a symbol but a string.
7702
7703 2014-02-21 Daniel Colascione <dancol@dancol.org>
7704
7705 * net/dbus.el (dbus-init-bus-1): Declare new subr.
7706 (dbus-init-bus): New function: call into dbus-init-bus-1
7707 and installs a handler for the disconnect signal.
7708 (dbus-call-method): Rewrite to look for result in cons.
7709 (dbus-call-method-handler): Store result in cons.
7710 (dbus-check-event): Recognize events with nil sender as valid.
7711 (dbus-handle-bus-disconnect): New function. React to bus
7712 disconnection signal by synthesizing dbus error for each
7713 pending synchronous or asynchronous call.
7714 (dbus-notice-synchronous-call-errors): New function.
7715 (dbus-handle-event): Raise errors directly only when `dbus-debug'
7716 is true, not all the time.
7717
7718 2014-02-21 Juanma Barranquero <lekktu@gmail.com>
7719
7720 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
7721 Remove obsolescence declarations, these variables do not exist anymore.
7722
7723 * savehist.el (savehist-save-minibuffer-history)
7724 (savehist-additional-variables, savehist-file, savehist-mode-hook)
7725 (savehist-save-hook, savehist-coding-system, savehist-loaded)
7726 (savehist-load, savehist-install, savehist-autosave): Fix typos;
7727 mostly, refer to "Savehist mode" when talking about the mode,
7728 and not the function.
7729
7730 * saveplace.el (save-place): Remove redundant info in docstring.
7731 (save-place-forget-unreadable-files, toggle-save-place)
7732 (save-place-forget-unreadable-files, save-place-dired-hook):
7733 Fix typos and remove unneeded backslashes.
7734
7735 2014-02-20 Michael Albinus <michael.albinus@gmx.de>
7736
7737 * net/tramp.el (ls-lisp-use-insert-directory-program): Declare.
7738 (tramp-handle-insert-directory): New defun, taken from tramp-gvfs.el.
7739
7740 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist)
7741 <insert-directory>: Use `tramp-handle-insert-directory'.
7742 (tramp-gvfs-handle-insert-directory): Remove function.
7743
7744 * net/tramp-sh.el (tramp-sh-handle-insert-directory):
7745 Call `tramp-handle-insert-directory'.
7746
7747 2014-02-20 Juanma Barranquero <lekktu@gmail.com>
7748
7749 * elec-pair.el (electric-pair-syntax-info): Do not check syntax
7750 before the start of buffer/region (bug#16799).
7751
7752 2014-02-20 Glenn Morris <rgm@gnu.org>
7753
7754 * isearch.el (search-invisible): Doc fix.
7755
7756 2014-02-20 W. Trevor King <wking@tremily.us> (tiny change)
7757
7758 * term/xterm.el (xterm--version-handler): Adapt to xterm-280's output
7759 (bug#16657).
7760
7761 2014-02-19 Juanma Barranquero <lekktu@gmail.com>
7762
7763 * frameset.el (frameset-restore): Delay removing an old frame's
7764 duplicate id until the new frame has been correctly created.
7765
7766 2014-02-19 Michael Albinus <michael.albinus@gmx.de>
7767
7768 * net/tramp.el (tramp-handle-make-symbolic-link): New defun.
7769 (tramp-check-cached-permissions): Call `file-attributes' if the
7770 cache is empty.
7771
7772 * net/tramp-adb.el (tramp-adb-file-name-handler-alist)
7773 <make-symbolic-link>: Use `tramp-handle-make-symbolic-link'.
7774
7775 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist)
7776 <make-symbolic-link>: Use `tramp-handle-make-symbolic-link'.
7777 (tramp-gvfs-maybe-open-connection): Set always connection
7778 properties, even if target is mounted already.
7779
7780 * net/tramp-sh.el (tramp-color-escape-sequence-regexp):
7781 Set tramp-autoload cookie.
7782 (tramp-get-remote-touch): New defun.
7783 (tramp-sh-handle-set-file-times): Use it.
7784 (tramp-sh-handle-directory-files-and-attributes):
7785 Use `tramp-handle-directory-files-and-attributes' if neither stat
7786 nor perl are available on the remote host.
7787
7788 * net/tramp-smb.el (tramp-smb-handle-insert-directory): Mark trailing
7789 "/". Write long listing only when "l" belongs to the switches.
7790
7791 * net/trampver.el: Update release number.
7792
7793 2014-02-19 Juanma Barranquero <lekktu@gmail.com>
7794
7795 * frameset.el (frameset--reuse-frame): Remove workaround for bug#16793.
7796
7797 2014-02-19 Martin Rudalics <rudalics@gmx.at>
7798
7799 * window.el (window-state-put): Allow WINDOW to refer to an
7800 internal window (Bug#16793).
7801
7802 2014-02-19 Glenn Morris <rgm@gnu.org>
7803
7804 * textmodes/remember.el: Move provide statement to end.
7805 (remember-mode-map, remember-notes-mode-map, remember-notes-mode)
7806 (remember-notes): Doc fixes.
7807
7808 2014-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
7809
7810 * delsel.el (delete-char): Restore incorrectly erased property
7811 (bug#16795).
7812
7813 2014-02-18 Juanma Barranquero <lekktu@gmail.com>
7814
7815 * frameset.el (frameset--restore-frame): When a frame is being reused
7816 and its root window is not alive, delete all the frame's windows before
7817 restoring the window state. This works around the issue in bug#16793.
7818
7819 2014-02-18 Glenn Morris <rgm@gnu.org>
7820
7821 * textmodes/remember.el (remember-data-directory)
7822 (remember-directory-file-name-format, remember-store-in-files)
7823 (remember-notes-initial-major-mode, remember-notes-bury-on-kill)
7824 (remember-notes-save-and-bury-buffer)
7825 (remember-notes--kill-buffer-query): Doc fixes.
7826
7827 * desktop.el (desktop-save-mode, desktop-auto-save-timeout): Doc fixes.
7828
7829 2014-02-17 Alan Mackenzie <acm@muc.de>
7830
7831 Connect electric-indent-mode up with CC Mode. Bug #15478.
7832 * progmodes/cc-mode.el (c-initialize-cc-mode): Add CC Mode hooks
7833 to electric-indent-{,local-}-mode.
7834 (c-basic-common-init): Set electric-indent-inhibit.
7835 Initialise c-electric-flag from electric-indent-mode.
7836 (c-electric-indent-mode-hook, c-electric-indent-local-mode-hook):
7837 New hook functions which propagate electric-indent-mode to CC mode.
7838
7839 * progmodes/cc-cmds.el (c-toggle-electric-state): When C-c C-l is
7840 hit, toggle electric-indent-local-mode.
7841
7842 * electric.el (electric-indent-mode-has-been-called):
7843 New variable.
7844
7845 2014-02-17 Juanma Barranquero <lekktu@gmail.com>
7846
7847 * frameset.el (frameset-cfg-id): New function.
7848 (frameset--reuse-frame, frameset-restore): Use it.
7849 (frameset--jump-to-register): Try harder to reuse frames (bug#16748).
7850
7851 2014-02-17 Stefan Monnier <monnier@iro.umontreal.ca>
7852
7853 * ido.el (ido-file-internal): Remove unused var `d'.
7854 Use \` for to match BoS. Fit within 80n columns.
7855
7856 2014-02-17 Daniel Colascione <dancol@dancol.org>
7857
7858 * net/dbus.el (dbus-call-method): Work around bug#16775 by having
7859 dbus-call-method check for completion using a busy-wait loop with
7860 gradual backoff.
7861
7862 2014-02-16 Michael Albinus <michael.albinus@gmx.de>
7863
7864 Sync with Tramp 2.2.9.
7865
7866 * net/trampver.el: Update release number.
7867
7868 2014-02-16 Dmitry Gutov <dgutov@yandex.ru>
7869
7870 * ido.el (ido-file-internal): Don't add the name of an existing
7871 directory twice. (Bug#16747)
7872
7873 2014-02-16 Glenn Morris <rgm@gnu.org>
7874
7875 * vc/ediff-init.el (ediff-use-faces, ediff-highlight-all-diffs):
7876 Do not use ediff-defvar-local on pre-defined variables. (Bug#16744)
7877
7878 2014-02-15 Michael R. Mauger <michael@mauger.com>
7879
7880 * progmodes/sql.el: Version 3.4
7881 (sql-oracle-options): New default value ("-L").
7882 (sql-mode-oracle-font-lock-keywords): Add placeholder highlighting.
7883 (sql-placeholders-filter): Correct placeholder pattern.
7884 (sql-read-table-name): Bug fix. Detect absence of SQLi process.
7885 (sql-login-delay): New variable.
7886 (sql-product-interactive): Use it.
7887
7888 2014-02-15 Juanma Barranquero <lekktu@gmail.com>
7889
7890 * frameset.el (frameset--jump-to-register): Check that buffer is live
7891 (bug#16749).
7892
7893 2014-02-15 Glenn Morris <rgm@gnu.org>
7894
7895 * info.el (info-initialize): Revert 2014-01-10 change.
7896
7897 2014-02-14 Glenn Morris <rgm@gnu.org>
7898
7899 * replace.el (map-query-replace-regexp)
7900 (read-regexp-defaults-function, read-regexp): Doc fixes.
7901
7902 * dired.el (dired-read-regexp):
7903 * faces.el (list-faces-display):
7904 * misearch.el (multi-isearch-read-matching-buffers)
7905 (multi-isearch-read-matching-files):
7906 * play/cookie1.el (cookie-apropos):
7907 * progmodes/grep.el (grep-read-regexp): Doc fixes.
7908
7909 * textmodes/remember.el (remember): Use frameset-to-register
7910 rather than frame-configuration-to-register.
7911
7912 2014-02-14 Jay Belanger <jay.p.belanger@gmail.com>
7913
7914 * calc/calc-menu.el (calc-vectors-menu): Remove menu item for
7915 incorrect keybinding.
7916
7917 2014-02-13 Daniel Colascione <dancol@dancol.org>
7918
7919 * progmodes/flymake.el (flymake-post-syntax-check): Widen buffer
7920 when adding overlays so that line numbers from compiler match line
7921 numbers we use.
7922
7923 2014-02-13 Glenn Morris <rgm@gnu.org>
7924
7925 * mail/rmail.el (rmail-probe): Be less strict. (Bug#16743)
7926
7927 * jit-lock.el (jit-lock-mode): Doc fix.
7928
7929 2014-02-13 Juanma Barranquero <lekktu@gmail.com>
7930
7931 * apropos.el (apropos-read-pattern): When the user passes an empty
7932 string, give a more helpful error message than "Wrong type
7933 argument: stringp, nil".
7934
7935 2014-02-13 Stefan Monnier <monnier@iro.umontreal.ca>
7936
7937 * jit-lock.el (jit-lock-mode): Keep it disabled in indirect buffers.
7938
7939 2014-02-13 Glenn Morris <rgm@gnu.org>
7940
7941 * finder.el (finder-known-keywords, finder-mode-map): Doc fixes.
7942
7943 2014-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
7944
7945 * emulation/cua-base.el (cua-scroll-up, cua-scroll-down): Mark them as
7946 shift-select commands.
7947
7948 2014-02-12 Dmitry Gutov <dgutov@yandex.ru>
7949
7950 * progmodes/js.el (js-indent-line): Don't widen.
7951 http://lists.gnu.org/archive/html/emacs-devel/2012-06/msg00276.html
7952
7953 2014-02-12 Glenn Morris <rgm@gnu.org>
7954
7955 * icomplete.el (icomplete): Add info-link to defgroup.
7956 (icomplete-with-completion-tables, icomplete-minibuffer-setup-hook)
7957 (icomplete-minibuffer-map, icomplete-mode)
7958 (icomplete-simple-completing-p, icomplete-completions): Doc fixes.
7959
7960 * emacs-lisp/package.el (package-menu-mode-map): Tweak menu.
7961 (package-menu-filter): Rename from package-menu-filter-interactive.
7962 Doc fix.
7963
7964 2014-02-11 Juanma Barranquero <lekktu@gmail.com>
7965
7966 * frameset.el (frameset--jump-to-register): Select the required
7967 window and buffer before restoring position (bug#16696).
7968
7969 2014-02-11 Lars Ingebrigtsen <larsi@gnus.org>
7970
7971 * dired.el (dired-get-marked-files): Clarify doc (bug#11534).
7972
7973 2014-02-10 Glenn Morris <rgm@gnu.org>
7974
7975 * jit-lock.el (jit-lock-force-redisplay): Doc fix. (Bug#14394)
7976
7977 2014-02-10 Eli Zaretskii <eliz@gnu.org>
7978
7979 * w32-common-fns.el (x-get-selection): Doc fix.
7980 * select.el (x-get-selection): Doc fix. (Bug#15109)
7981
7982 * face-remap.el (face-remap-add-relative)
7983 (face-remap-remove-relative, face-remap-reset-base)
7984 (face-remap-set-base): Call force-mode-line-update to redisplay
7985 the current buffer due to potential change in faces. (Bug#16709)
7986
7987 2014-02-10 Michael Albinus <michael.albinus@gmx.de>
7988
7989 * net/tramp-sh.el (tramp-sh-handle-vc-registered): Apply heredoc
7990 script more robustly.
7991
7992 2014-02-10 Lars Ingebrigtsen <larsi@gnus.org>
7993
7994 * dired.el (dired-get-marked-files): Doc fix (bug#11534).
7995
7996 * simple.el (choose-completion): Doc fix (bug#14160).
7997
7998 * subr.el (event-start): Say what a nil EVENT value means.
7999
8000 * kmacro.el (kmacro-bind-to-key): Say that the parameter is unused
8001 (bug#14197).
8002
8003 * progmodes/grep.el (find-program): Doc fix (bug#14289).
8004
8005 * files.el (confirm-kill-emacs): Clarify doc (bug#15455).
8006
8007 * emacs-lisp/lisp.el (up-list): Doc fix (bug#15832).
8008
8009 * files.el (confirm-kill-emacs): Allow specifying an arbitrary
8010 predicate function (bug#15455).
8011
8012 2014-02-10 Dmitry Gutov <dgutov@yandex.ru>
8013
8014 * ielm.el (inferior-emacs-lisp-mode): Instead of
8015 `comment-use-global-state', set `comment-use-syntax'.
8016
8017 2014-02-10 Glenn Morris <rgm@gnu.org>
8018
8019 * emacs-lisp/gulp.el (gulp-discard): Add emacs-devel.
8020
8021 2014-02-09 Alan Mackenzie <acm@muc.de>
8022
8023 Fix c-invalidate-state-cache on narrowed buffers.
8024 * progmodes/cc-defs.el (c-with-all-but-one-cpps-commented-out):
8025 Widen when setting and clearing the CPP delimiter properties.
8026
8027 2014-02-09 Lars Ingebrigtsen <larsi@gnus.org>
8028
8029 * help.el (describe-bindings): Doc fix (bug#9888).
8030
8031 * files.el (save-buffer): Use ARG as the parameter name for
8032 consistency (bug#10346).
8033 (save-buffer): Clarify the 0 argument (bug#10346).
8034
8035 * cus-edit.el (customize-apropos): Fix error string.
8036 (custom-buffer-create): Doc fix (bug#11122).
8037 (custom-sort-items): Doc fix (bug#11121).
8038
8039 * repeat.el (repeat-message-function): Reword doc slightly (bug#11619).
8040
8041 * icomplete.el (icomplete-with-completion-tables): Doc fix (bug#11654).
8042 (icomplete-simple-completing-p): Mention the previous variable.
8043
8044 * font-lock.el (font-lock-value-in-major-mode): Clarify the
8045 meaning of the parameter (bug#12282).
8046
8047 * files.el (find-file-noselect): Clarify prompt when changing
8048 readedness (bug#13261).
8049 (locate-file): Suffixes aren't returned, so don't say that they
8050 are (bug#12674).
8051 (backup-inhibited): Doc clarification (bug#12525).
8052
8053 * dired.el (dired-internal-do-deletions): Don't say "Deleting..."
8054 before we actually start to delete things (bug#16331).
8055
8056 * subr.el (event-start): Doc fix (bug#14228).
8057 (event-end): Ditto.
8058
8059 2014-02-09 Glenn Morris <rgm@gnu.org>
8060
8061 * emacs-lisp/warnings.el (lwarn):
8062 Empower help-enable-auto-load. (Bug#15940)
8063
8064 2014-02-08 Andreas Schwab <schwab@linux-m68k.org>
8065
8066 * vc/log-edit.el (log-edit-comment-to-change-log): Doc fix.
8067 (Bug#16690)
8068
8069 2014-02-08 Michael Albinus <michael.albinus@gmx.de>
8070
8071 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
8072 Insert output at end of buffer. (Bug#16120)
8073
8074 2014-02-08 Lars Ingebrigtsen <larsi@gnus.org>
8075
8076 * simple.el (choose-completion-string-functions): Document new
8077 calling convention (bug#14153).
8078 (execute-extended-command): Clarify doc string (bug#13373).
8079
8080 * kmacro.el (kmacro-exec-ring-item): Doc fix (bug#14198).
8081
8082 * find-dired.el (find-name-dired): Doc fix (bug#14290).
8083 (find-grep-dired): Doc fix (bug#14288).
8084
8085 2014-02-08 Juri Linkov <juri@jurta.org>
8086
8087 * isearch.el (isearch-quote-char): Check character validity
8088 like in `quoted-insert' (bug#16677).
8089
8090 2014-02-08 Lars Ingebrigtsen <larsi@gnus.org>
8091
8092 * files.el (find-file-visit-truename): Doc clarification (bug#14697).
8093
8094 * isearch.el (isearch-hide-immediately): Doc clarification
8095 (bug#14723).
8096
8097 * simple.el (line-move): Document utility function used many
8098 places in the Emacs sources (bug#14843).
8099
8100 * dired.el (dired-mode-map): Make :help text more accurate (bug#14893).
8101 (dired-prev-marked-file): Doc fix (bug#14855).
8102 (dired-up-directory): Doc fix (bug#14848).
8103
8104 * minibuffer.el (read-file-name): Doc clarification (bug#15096).
8105
8106 * files.el (file-relative-name): Doc fix (bug#15159).
8107
8108 * fringe.el (fringe-styles): Doc fix (bug#15239).
8109
8110 * isearch.el (isearch-filter-predicate): Documentation typo fix
8111 (bug#15474).
8112
8113 * info-look.el (info-lookup-symbol): Document MODE (bug#15498).
8114
8115 * isearch.el (isearch-cmds): Doc clarification (bug#15547).
8116
8117 * replace.el (replace-match-maybe-edit): Doc clarification
8118 (bug#15632).
8119
8120 * subr.el (add-to-list): Refill the paragraphs (bug#15791).
8121
8122 * macros.el (insert-kbd-macro): Doc fix (bug#16025).
8123
8124 2014-02-08 Glenn Morris <rgm@gnu.org>
8125
8126 * help-fns.el (describe-variable):
8127 Check {file,dir}-local-variables-alist, and buffer-file-name,
8128 in the correct buffer.
8129
8130 2014-02-08 Ingo Lohmar <i.lohmar@gmail.com>
8131
8132 * help-fns.el (describe-variable): Fix the case where
8133 a value is directory-local with no dir-locals file. (Bug#16635)
8134
8135 2014-02-08 Glenn Morris <rgm@gnu.org>
8136
8137 * abbrev.el (edit-abbrevs-mode):
8138 Derive from fundamental-mode. (Bug#16682)
8139
8140 2014-02-07 Juanma Barranquero <lekktu@gmail.com>
8141
8142 * simple.el (quoted-insert): Check character validity (bug#16677).
8143
8144 2014-02-07 Juri Linkov <juri@jurta.org>
8145
8146 * desktop.el (desktop-read): Claim the lock when the owner is not
8147 the current process. (Bug#16157)
8148
8149 2014-02-07 Juri Linkov <juri@jurta.org>
8150
8151 * desktop.el (desktop-buffers-not-to-save): Change default from nil
8152 to "\\` ". (Bug#16651)
8153
8154 2014-02-07 Juri Linkov <juri@jurta.org>
8155
8156 * desktop.el (desktop-save-mode): Call `desktop-auto-save-set-timer'
8157 when enabling, and `desktop-auto-save-cancel-timer' when disabling.
8158 (desktop-auto-save-cancel-timer): New function with some code from
8159 `desktop-auto-save-set-timer'.
8160 (after-init-hook): Don't call `desktop-auto-save-set-timer'.
8161 Instead of setting `desktop-save-mode' to nil, call
8162 `desktop-save-mode' with arg 0. (Bug#16630)
8163
8164 2014-02-07 Glenn Morris <rgm@gnu.org>
8165
8166 * hi-lock.el (hi-lock-auto-select-face, hi-lock-line-face-buffer)
8167 (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
8168 (hi-lock-face-symbol-at-point, hi-lock-read-face-name): Doc tweaks.
8169
8170 * obsolete/iswitchb.el: Move to obsolete/.
8171 * simple.el (iswitchb-mode): Add manual autoloads to ease transition,
8172 since obsolete/ is not scanned for autoloads.
8173 * emacs-lisp/authors.el (authors-valid-file-names):
8174 Add iswitchb.el.
8175
8176 * obsolete/meese.el: Restore as obsolete (deleted 2014-01-11).
8177 Disable now non-functional find-file-hook.
8178
8179 2014-02-06 Michael Albinus <michael.albinus@gmx.de>
8180
8181 * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use "&&"
8182 instead of ";" in order to avoid additional prompts. Let heredoc
8183 scripts read from tty. (Bug#16582)
8184 (tramp-send-command): No special handling of heredocs, it isn't
8185 necessary anymore.
8186
8187 2014-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
8188
8189 * emacs-lisp/lisp.el (lisp-completion-at-point): Symbols don't start
8190 with a space (bug#16664). Limit the symbols considered to the ones
8191 that are bound or fbound (bug#16646).
8192
8193 2014-02-06 Glenn Morris <rgm@gnu.org>
8194
8195 * epa.el (epa-mail-aliases): Doc fix.
8196
8197 2014-02-06 Dmitry Gutov <dgutov@yandex.ru>
8198
8199 * emacs-lisp/lisp.el (lisp-completion-at-point):
8200 Use `completion-table-merge' instead of `completion-table-in-turn'
8201 (bug#16604).
8202
8203 * minibuffer.el (completion-table-merge): New function.
8204
8205 2014-02-05 Michael Albinus <michael.albinus@gmx.de>
8206
8207 * net/tramp-sh.el (tramp-end-of-heredoc): New defconst.
8208 (tramp-sh-handle-set-file-acl)
8209 (tramp-sh-handle-start-file-process)
8210 (tramp-sh-handle-write-region, tramp-sh-handle-vc-registered)
8211 (tramp-find-executable, tramp-send-command): Use it.
8212
8213 2014-02-05 Glenn Morris <rgm@gnu.org>
8214
8215 * epa.el (epa-mail-aliases): Fix custom type. Doc tweak.
8216
8217 2014-02-04 Fabián Ezequiel Gallina <fgallina@gnu.org>
8218
8219 * progmodes/python.el (python-shell-send-string)
8220 (python-shell-send-string-no-output): Fix docstring (Bug#16547).
8221
8222 2014-02-04 Anders Lindgren <andlind@gmail.com>
8223
8224 * emacs-lisp/ert.el (ert--activate-font-lock-keywords): Allow dashes in
8225 the names (bug#16620).
8226
8227 2014-02-03 Martin Rudalics <rudalics@gmx.at>
8228
8229 * faces.el (window-divider): New default value. Rewrite doc-string.
8230 (window-divider-first-pixel, window-divider-last-pixel): New faces.
8231
8232 2014-02-03 Dmitry Gutov <dgutov@yandex.ru>
8233
8234 * progmodes/ruby-mode.el (ruby-font-lock-keywords): `private',
8235 `protected' and `public' can also be called without arguments.
8236
8237 2014-02-03 Glenn Morris <rgm@gnu.org>
8238
8239 * register.el (window-configuration-to-register)
8240 (frame-configuration-to-register): Unadvertise unused argument.
8241 * frameset.el (frameset-to-register): Remove unused argument.
8242
8243 * frameset.el (frameset-to-register):
8244 * kmacro.el (kmacro-to-register):
8245 * register.el (increment-register):
8246 * calc/calc-yank.el (calc-copy-to-register, calc-insert-register)
8247 (calc-append-to-register, calc-prepend-to-register):
8248 * play/gametree.el (gametree-layout-to-register)
8249 (gametree-apply-register-layout):
8250 * textmodes/picture.el (picture-clear-rectangle-to-register)
8251 (picture-yank-rectangle-from-register):
8252 * vc/emerge.el (emerge-combine-versions-register):
8253 Use register-read-with-preview to read registers.
8254
8255 2014-02-03 João Távora <joaotavora@gmail.com>
8256
8257 * elec-pair.el (electric-pair-backward-delete-char): Don't error
8258 when at beginning of (possibly narrowed) buffer.
8259
8260 2014-02-02 Daniel Colascione <dancol@dancol.org>
8261
8262 * help-at-pt.el (help-at-pt-string, help-at-pt-maybe-display):
8263 Also try to display local help from just before point.
8264
8265 2014-02-02 Alan Mackenzie <acm@muc.de>
8266
8267 c-parse-state. Don't "append-lower-brace-pair" in certain
8268 circumstances. Also fix an obscure bug where "\\s!" shouldn't be
8269 recognised as a comment.
8270
8271 * progmodes/cc-engine.el (c-state-pp-to-literal): Check for "\\s!"
8272 as well as normal comment starter.
8273 (c-parse-state-get-strategy): Extra return possibility
8274 'back-and-forward.
8275 (c-remove-stale-state-cache): Extra element CONS-SEPARATED in
8276 return value list to indicate replacement of a brace-pair cons
8277 with its car.
8278 (c-parse-state-1): With 'back-and-forward, only call
8279 c-append-lower-brace-pair-to state-cache when cons-separated.
8280
8281 2014-02-02 Jan Djärv <jan.h.d@swipnet.se>
8282
8283 * term/ns-win.el (ns-suspend-error): New function.
8284 (ns-initialize-window-system): Add ns-suspend-error to
8285 suspend-hook (Bug#16612).
8286
8287 2014-02-02 Daniel Colascione <dancol@dancol.org>
8288
8289 * progmodes/cc-defs.el (c-find-assignment-for-mode):
8290 Make loading cc-mode silent.
8291
8292 2014-02-02 Daniel Colascione <dancol@dancol.org>
8293
8294 * comint.el (comint-prompt-read-only): Change doc to suggest
8295 remap keybinding.
8296
8297 2014-02-02 Glenn Morris <rgm@gnu.org>
8298
8299 * register.el (register-read-with-preview, point-to-register)
8300 (window-configuration-to-register, frame-configuration-to-register)
8301 (jump-to-register, number-to-register, view-register, insert-register)
8302 (copy-to-register, append-to-register, prepend-to-register)
8303 (copy-rectangle-to-register): Doc fixes.
8304
8305 2014-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
8306
8307 * help-fns.el (help-C-file-name): Handle advised functions (bug#16478).
8308 * emacs-lisp/find-func.el (find-function-C-source): Idem.
8309 * emacs-lisp/nadvice.el (advice--cd*r): New function.
8310 * help-fns.el (describe-function-1): Use it.
8311
8312 2014-02-02 Glenn Morris <rgm@gnu.org>
8313
8314 * register.el (register-preview-default): New function,
8315 split from register-preview.
8316 (register-preview-function): Rename from register-preview-functions,
8317 make it not a hook.
8318 (register-preview): Use register-preview-function.
8319 (register-read-with-preview): Error on non-character event. (Bug#16595)
8320
8321 2014-02-01 Dmitry Gutov <dgutov@yandex.ru>
8322
8323 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Check for
8324 `:' before binary operators (bug#16609). Don't check for `:'
8325 before `[' and `(', or their syntax status. A percent literal
8326 can't end with either.
8327 (ruby-font-lock-keywords): For built-ins that require arguments,
8328 check that they're followed by something that looks like argument
8329 (bug#16610).
8330
8331 2014-02-01 Lars Ingebrigtsen <larsi@gnus.org>
8332
8333 * subr.el (butlast): Document what an omitted N means (bug#13437).
8334 (nbutlast): Ditto.
8335
8336 2014-01-31 Lars Ingebrigtsen <larsi@gnus.org>
8337
8338 * net/shr.el (shr-generic): Make into a defsubst to make the stack
8339 depth shallower (bug#16587).
8340 (shr-tag-svg): Respect `shr-inhibit-images'.
8341 (shr-dom-to-xml): Respect `shr-blocked-images' (bug#15882).
8342
8343 2014-01-31 Dmitry Gutov <dgutov@yandex.ru>
8344
8345 * progmodes/ruby-mode.el (ruby-align-chained-calls): New option.
8346 (ruby-smie-grammar): Make "." right-associative. Make its priority
8347 lower than the ternary and all binary operators.
8348 (ruby-smie-rules): Indent "(" relative to the first non-"."
8349 parent, or the first "." parent at indentation.
8350 Use `ruby-align-chained-calls' for indentation of "." tokens.
8351 (Bug#16593)
8352
8353 2014-01-31 Juri Linkov <juri@jurta.org>
8354
8355 * sort.el (delete-duplicate-lines): Remove `:weakness 'key'
8356 from `make-hash-table'.
8357
8358 * textmodes/ispell.el (ispell-init-process): Change message format
8359 to be consistent with other messages.
8360
8361 2014-01-31 Glenn Morris <rgm@gnu.org>
8362
8363 * delsel.el (delete-selection-mode): Doc fix.
8364
8365 * emacs-lisp/trace.el (trace--read-args, trace-function-foreground)
8366 (trace-function-background): Doc fixes.
8367
8368 * ido.el (ido-use-virtual-buffers): Doc fix.
8369 Reset :version, since the default value has not changed.
8370
8371 * register.el (register-preview-delay, register-read-with-preview):
8372 Doc fixes.
8373
8374 * mail/reporter.el (reporter-dump-variable): In case of void-variable,
8375 do not mess with mail-buffer position (fixes 2009-11-03 change).
8376 * progmodes/cc-mode.el (c-submit-bug-report):
8377 Check auto-fill-mode is bound. (Bug#16592)
8378
8379 2014-01-31 Darren Hoo <darren.hoo@gmail.com>
8380
8381 * startup.el (fancy-splash-image-file): New function,
8382 split from fancy-splash-head.
8383 (fancy-splash-head, use-fancy-splash-screens-p): Use it,
8384 so that we are both using the same image. (Bug#16574)
8385
8386 2014-01-30 Glenn Morris <rgm@gnu.org>
8387
8388 * simple.el (eval-expression): Doc fix.
8389
8390 * hexl.el (hexl-mode-hook):
8391 * ielm.el (ielm-mode-hook):
8392 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-hook)
8393 (lisp-interaction-mode-hook):
8394 * progmodes/cfengine.el (cfengine3-documentation-function):
8395 Replace obsolete alias `turn-on-eldoc-mode' with `eldoc-mode'.
8396
8397 2014-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
8398
8399 * emacs-lisp/eieio-opt.el (eieio-help-generic): Don't assume `generic'
8400 is a symbol (bug#16584).
8401
8402 2014-01-30 Glenn Morris <rgm@gnu.org>
8403
8404 * help.el (help-for-help-internal): Add "P" to text.
8405
8406 2014-01-29 Glenn Morris <rgm@gnu.org>
8407
8408 * simple.el (just-one-space, cycle-spacing): Doc fixes.
8409
8410 2014-01-28 Martin Rudalics <rudalics@gmx.at>
8411
8412 * window.el (fit-frame-to-buffer): Fix calculations for margins and
8413 height constraints.
8414
8415 2014-01-28 Luke Lee <luke.yx.lee@gmail.com>
8416
8417 * progmodes/hideif.el: Extend to full CPP expression syntax.
8418 (hif-token-alist): Add missing tokens.
8419 (hif-token-regexp): Add support for float/octal/hex immediates.
8420 (hif-string-literal-regexp): New const.
8421 (hif-tokenize): Recognize strings and float/octal/hex immediates.
8422 (hif-exprlist): New function.
8423 (hif-parse-if-exp): Use it.
8424 (hif-logior-expr, hif-logxor-expr, hif-logand-expr, hif-comp-expr)
8425 (hif-logshift-expr, hif-muldiv-expr, hif-lognot, hif-shiftleft)
8426 (hif-shiftright, hif-multiply, hif-divide, hif-modulo, hif-equal)
8427 (hif-logxor, hif-comma): New functions.
8428
8429 2014-01-28 Glenn Morris <rgm@gnu.org>
8430
8431 * textmodes/fill.el (fill-single-char-nobreak-p): Doc tweak.
8432
8433 * indent.el (tab-stop-list): Doc fix. Add :version.
8434
8435 * vc/pcvs.el (vc-editable-p, vc-checkout): Remove unused declarations.
8436 (cvs-append-to-ignore): Add compatibility alias.
8437
8438 2014-01-27 Glenn Morris <rgm@gnu.org>
8439
8440 * dired.el (dired-hide-details-mode): Don't autoload it,
8441 since it cannot be used outside Dired buffers anyway.
8442
8443 * emulation/cua-base.el (cua-mode): Doc fix.
8444
8445 * dired.el (dired-hide-details-hide-symlink-targets)
8446 (dired-hide-details-hide-information-lines)
8447 (dired-hide-details-mode): Doc fixes.
8448
8449 * shadowfile.el (shadow-info-file, shadow-todo-file): Doc fix.
8450 * strokes.el (strokes-file): Doc fix. Bump :version.
8451 (strokes-help): Doc fix.
8452 * emulation/viper-init.el (viper-vi-style-in-minibuffer): Doc fix.
8453 * emulation/viper.el (viper): Doc fix for custom group.
8454 (top-level): Remove oh-so-no-longer-relevant text about vip.
8455 * obsolete/otodo-mode.el (todo-prefix): Doc fix.
8456
8457 * ido.el (ido-save-directory-list-file):
8458 * saveplace.el (save-place-file):
8459 * calendar/timeclock.el (timeclock-file):
8460 * net/quickurl.el (quickurl-url-file):
8461 * obsolete/otodo-mode.el (todo-file-do, todo-file-done, todo-file-top):
8462 * progmodes/idlwave.el (idlwave-config-directory):
8463 * textmodes/remember.el (remember-data-file):
8464 Bump :version.
8465
8466 2014-01-26 Glenn Morris <rgm@gnu.org>
8467
8468 * progmodes/opascal.el (opascal-tab-always-indents, opascal-tab):
8469 Doc fix. Make obsolete.
8470 (opascal-mode): No longer mention opascal-tab-always-indents in doc.
8471
8472 * sort.el (delete-duplicate-lines): Doc fix.
8473
8474 2014-01-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
8475
8476 * progmodes/ada-mode.el (ada):
8477 * woman.el (woman): Link to info manual and Commentary section.
8478
8479 * progmodes/flymake.el (flymake):
8480 * nxml/nxml-mode.el (nxml):
8481 * net/eww.el (eww):
8482 * speedbar.el (speedbar, speedbar-faces, speedbar-vc):
8483 * htmlfontify.el (htmlfontify):
8484 * ses.el (ses):
8485 * epa.el (epa):
8486 * ido.el (ido): Link to info manual.
8487
8488 2014-01-25 Leo Liu <sdl.web@gmail.com>
8489
8490 * progmodes/flymake.el (flymake-make-overlay): No rear advance.
8491
8492 2014-01-25 Adam Sjøgren <asjo@koldfront.dk>
8493
8494 * net/shr.el (shr-tag-img): Prefer the title over the alt text
8495 (bug#16537).
8496
8497 2014-01-24 Juanma Barranquero <lekktu@gmail.com>
8498
8499 * net/eww.el (eww-download-callback):
8500 Fix reference to eww-download-directory.
8501
8502 * emacs-lisp/bytecomp.el (byte-compile-file):
8503 Remove unused local variable `file-name'.
8504
8505 2014-01-24 Glenn Morris <rgm@gnu.org>
8506
8507 * woman.el (woman-default-faces, woman-monochrome-faces):
8508 Fix obsolescence specification.
8509
8510 * subr.el (with-demoted-errors): Doc fix.
8511
8512 2014-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
8513
8514 * emacs-lisp/cl-macs.el: Improve type->predicate mapping (bug#16520).
8515 (cl--macroexp-fboundp): New function.
8516 (cl--make-type-test): Use it.
8517
8518 2014-01-23 Glenn Morris <rgm@gnu.org>
8519
8520 * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-last-sexp):
8521 * simple.el (eval-expression): Doc fixes.
8522
8523 2014-01-22 Glenn Morris <rgm@gnu.org>
8524
8525 * emacs-lisp/authors.el (authors-fixed-entries): Addition.
8526
8527 2014-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
8528
8529 * emacs-lisp/package.el: Write files silently.
8530 (package-autoload-ensure-default-file, package--write-file-no-coding)
8531 (package-generate-description-file, package--download-one-archive)
8532 (package-install-from-archive): Tell `write-region' to stay quiet.
8533 (package-menu-mode, package-menu--print-info): Omit the Archive column
8534 if there's only one archive.
8535 (package-all-keywords, package--has-keyword-p): Remove dead code.
8536
8537 2014-01-22 Glenn Morris <rgm@gnu.org>
8538
8539 * version.el (emacs-bzr-version-bzr): Fix typo.
8540
8541 * version.el (emacs-repository-get-version):
8542 Check either .bzr or .git, but not both.
8543 Make the git case actually use the DIR argument, and return nil
8544 rather than the empty string.
8545 Avoid error if .git exists but the git executable is not found.
8546
8547 2014-01-22 Martin Rudalics <rudalics@gmx.at>
8548
8549 Fixes in window size functions around Bug#16430 and Bug#16470.
8550 * window.el (window-total-size, window-size): New argument ROUND.
8551 (window--min-delta-1, window-min-delta, window--max-delta-1):
8552 Be more conservative when calculating the numbers of lines or
8553 columns a window can shrink (Bug#16430).
8554 (fit-window-to-buffer): Simplify code.
8555 * term.el (term-window-width): Call window-body-width again.
8556
8557 2014-01-22 Glenn Morris <rgm@gnu.org>
8558
8559 * image.el (image-format-suffixes): Doc fix.
8560
8561 * international/quail.el (quail-define-package): Doc fix.
8562
8563 * emacs-lisp/authors.el (authors-valid-file-names)
8564 (authors-renamed-files-alist): Additions.
8565
8566 * vc/vc-git.el (vc-git-print-log): Remove --follow;
8567 reverts 2014-01-09 change. (Bug#16422)
8568
8569 * calc/calc-embed.el (thing-at-point-looking-at):
8570 * emacs-lisp/map-ynp.el (x-popup-dialog):
8571 * obsolete/lmenu.el (x-popup-dialog):
8572 * emacs-lisp/package.el (url-recreate-url):
8573 * mail/mailclient.el (clipboard-kill-ring-save):
8574 * subr.el (x-popup-dialog): Update declaration.
8575 * mail/rmail.el (rmail-mime-message-p):
8576 * window.el (tool-bar-lines-needed): Remove unnecessary declaration.
8577
8578 2014-01-21 Daniel Colascione <dancol@dancol.org>
8579
8580 * progmodes/sh-script.el (sh--inside-noncommand-expression):
8581 Correctly detect when we're inside an arithmetic expansion form
8582 containing nested parenthesis.
8583 (sh--maybe-here-document): Use `sh--inside-noncommand-expression'
8584 to detect cases where we shouldn't expand "<<" to a heredoc
8585 skeleton.
8586
8587 2014-01-21 Stefan Monnier <monnier@iro.umontreal.ca>
8588
8589 * emacs-lisp/eldoc.el: Properly remove message in minibuffer case.
8590 (eldoc--message-command-p): New function.
8591 (eldoc-display-message-p): Use it.
8592 (eldoc-pre-command-refresh-echo-area): In the minibuffer case, the
8593 message is not automatically erased for us.
8594 (eldoc-print-current-symbol-info): Erase previous message, if any.
8595
8596 2014-01-21 Tassilo Horn <tsdh@gnu.org>
8597
8598 * textmodes/reftex.el (reftex-create-bibtex-file): Fix autoload to
8599 specify it's an interactive function.
8600
8601 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
8602 Fix regex used for scanning for citation keys which failed for
8603 citations with optional arguments.
8604
8605 2014-01-21 Leo Liu <sdl.web@gmail.com>
8606
8607 * simple.el (read--expression): Don't enable eldoc-mode.
8608
8609 2014-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
8610
8611 * simple.el (move-beginning-of-line): Make sure we don't move forward
8612 (bug#16497).
8613
8614 2014-01-20 Juri Linkov <juri@jurta.org>
8615
8616 * saveplace.el (toggle-save-place, save-place-to-alist)
8617 (save-places-to-alist, save-place-dired-hook): Add (derived-mode-p
8618 'dired-mode) before checking for dired-directory. (Bug#16477)
8619
8620 2014-01-20 Juri Linkov <juri@jurta.org>
8621
8622 * indent.el (indent-line-to): Use backward-to-indentation
8623 instead of back-to-indentation. (Bug#16461)
8624
8625 2014-01-20 Paul Eggert <eggert@cs.ucla.edu>
8626
8627 Revert some of the CANNOT_DUMP fix (Bug#16494).
8628 Because of this, "make bootstrap" won't work if CANNOT_DUMP=yes,
8629 but fixing this can wait until after the next release.
8630 * Makefile.in (emacs): Keep EMACSLOADPATH empty.
8631
8632 2014-01-19 Michael Albinus <michael.albinus@gmx.de>
8633
8634 * eshell/esh-mode.el (eshell-password-prompt-regexp):
8635 Use `password-word-equivalents'.
8636 (eshell-watch-for-password-prompt): Let-bind `case-fold-search'
8637 to t. (Bug#5664, Bug#13124)
8638
8639 2014-01-19 Alan Mackenzie <acm@muc.de>
8640
8641 Bind open-paren-in-column-0-is-defun-start to nil at some entry
8642 points.
8643 * progmodes/cc-engine.el (c-invalidate-state-cache-1)
8644 (c-parse-state-1, c-guess-basic-syntax): Bind it here.
8645 * progmodes/cc-mode.el (c-before-change, c-after-change)
8646 (c-font-lock-fontify-region): Bind it here.
8647
8648 2014-01-19 Martin Rudalics <rudalics@gmx.at>
8649
8650 * term.el (term-window-width): Call window-text-width instead of
8651 window-width (Bug#16470).
8652
8653 2014-01-18 Paul Eggert <eggert@cs.ucla.edu>
8654
8655 * simple.el (password-word-equivalents): Remove duplicates.
8656 Sort, to make this easier next time.
8657 Downcase. Omit ": " after "jelszó".
8658
8659 2014-01-18 Jan Djärv <jan.h.d@swipnet.se>
8660
8661 * term/common-win.el (saved-region-selection): Defvar it.
8662 (x-select-text): Set saved-region-selection (Bug#16382).
8663
8664 2014-01-18 Glenn Morris <rgm@gnu.org>
8665
8666 * emacs-lisp/authors.el (authors-aliases)
8667 (authors-renamed-files-alist): Add some entries.
8668
8669 2014-01-17 Michael Albinus <michael.albinus@gmx.de>
8670
8671 * net/tramp.el (tramp-password-prompt-regexp):
8672 Use `password-word-equivalents' if available.
8673 (tramp-action-password, tramp-process-one-action)
8674 (tramp-read-passwd): Let-bind `case-fold-search' to t. (Bug#13124)
8675
8676 2014-01-17 Chong Yidong <cyd@gnu.org>
8677
8678 * simple.el (password-word-equivalents): New defcustom.
8679 * comint.el (comint-password-prompt-regexp): Use it. Bump version
8680 to 24.4.
8681 (comint-watch-for-password-prompt): Let-bind `case-fold-search'
8682 to t. (Bug#13124)
8683
8684 2014-01-17 Dmitry Gutov <dgutov@yandex.ru>
8685
8686 * progmodes/ruby-mode.el (ruby-alignable-keywords): New constant.
8687 (ruby-align-to-stmt-keywords): Change the default value.
8688 Use `ruby-alignable-keywords' to generate the possible customization
8689 choices.
8690 (ruby-smie-rules): Instead of using a hardcoded list of alignable
8691 keywords, check against the value of `ruby-alignable-keywords'
8692 (http://lists.gnu.org/archive/html/emacs-devel/2014-01/msg01439.html).
8693
8694 2014-01-17 Glenn Morris <rgm@gnu.org>
8695
8696 * emacs-lisp/authors.el (authors-aliases): Remove unnecessary entries.
8697
8698 Make M-x authors return zero *Authors Errors* from current logs.
8699 * emacs-lisp/authors.el (authors-obsolete-files-regexps)
8700 (authors-ignored-files): Add some entries, remove others.
8701 (authors-ambiguous-files, authors-valid-file-names):
8702 Add some entries.
8703 (authors-renamed-files-alist): Add, remove, and adjust entries.
8704 (authors-renamed-files-regexps): Add some entries.
8705 Remove some very broad ones. Make some entries `lax'.
8706 (authors-lax-changelogs): New constant.
8707 (authors-disambiguate-file-name): Treat top-level specially.
8708 (authors-lax-changelog-p): New function.
8709 (authors-canonical-file-name): Check file as written against
8710 authors-valid-file-names. Do not special-case etc/.
8711 Handle `lax' logs and authors-renamed-files-regexps elements.
8712
8713 2014-01-16 Dmitry Gutov <dgutov@yandex.ru>
8714
8715 * emacs-lisp/package.el (package-desc--keywords): Use `cdr' with
8716 `assoc'. Use `nth' instead of `cdr'. Make private. Update all
8717 callers.
8718
8719 2014-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
8720
8721 * follow.el (follow-adjust-window): Remove `dest' argument (bug#16426).
8722 Assume we're already in the proper buffer.
8723 Inspired by Anders Lindgren <andlind@gmail.com>.
8724 (follow-post-command-hook): Call it from the right buffer.
8725 (follow-comint-scroll-to-bottom): Adjust call.
8726 (follow-all-followers): Use get-buffer-window-list.
8727
8728 2014-01-15 Daniel Colascione <dancol@dancol.org>
8729
8730 * emacs-lisp/bytecomp.el (byte-compile-file): Use whole
8731 `buffer-file-name' in interactive-form so that we don't leave
8732 pathless file names in `file-name-history'.
8733
8734 2014-01-15 Juri Linkov <juri@jurta.org>
8735
8736 * indent.el (indent-rigidly): Set deactivate-mark to nil
8737 in transient indentation mode. (Bug#16438)
8738
8739 2014-01-15 Dmitry Gutov <dgutov@yandex.ru>
8740
8741 * emacs-lisp/package.el (package-desc-keywords): New function
8742 (Bug#16222).
8743 (describe-package-1, package-all-keywords)
8744 (package--has-keyword-p): Use it.
8745
8746 2014-01-14 Nicolas Richard <theonewiththeevillook@yahoo.fr>
8747
8748 * simple.el (define-alternatives): When creating the
8749 COMMAND-alternatives variable, assign COMMAND as its definition
8750 name so that `describe-variable' can relocate it.
8751
8752 2014-01-14 Matthew Leach <matthew@mattleach.net>
8753
8754 * font-lock.el (font-lock-keywords): Fix typo in docstring
8755 (bug#16307).
8756
8757 2014-01-14 Agustín Martín Domingo <agustin.martin@hispalinux.es>
8758
8759 * textmodes/ispell.el (ispell-region): Reset `in-comment' for new
8760 line instead of wrongly reset `add-coment' (bug#13577).
8761
8762 2014-01-14 Daiki Ueno <ueno@gnu.org>
8763
8764 * epa-file.el (epa-file-write-region): Encode the region according
8765 to `buffer-file-format'. Problem reported at:
8766 <http://sourceforge.jp/ticket/browse.php?group_id=2267&tid=32917>.
8767
8768 2014-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
8769
8770 * emacs-lisp/edebug.el (edebug--display): Move protective let-binding
8771 so it applies in the right buffer (bug#16410).
8772
8773 2014-01-13 Daniel Colascione <dancol@dancol.org>
8774
8775 * textmodes/rst.el (rst-define-key): Provide deprecated
8776 keybindings through named functions instead of anonymous ones so
8777 that "??" doesn't appear in describe-mode output.
8778
8779 2014-01-13 Bastien Guerry <bzg@gnu.org>
8780
8781 * simple.el (define-alternatives): Call the selected command
8782 interactively. When setting `COMMAND--implementation' for the
8783 first time, tell the user how to chose another implementation.
8784 Enhance the docstring.
8785
8786 2014-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
8787
8788 * vc/log-edit.el: Fix highlighting of summary when it's the first line.
8789 (log-edit--match-first-line): New function.
8790 (log-edit-font-lock-keywords): Use it.
8791 (log-edit-mode): Make jit-lock-defer-multiline work.
8792
8793 2014-01-13 Bastien Guerry <bzg@gnu.org>
8794
8795 * rect.el (rectangle-mark-mode): When the region is not active,
8796 display a message saying that the mark as been set and that
8797 rectangle mode is in use.
8798 (rectangle--highlight-for-redisplay): Only put an overlay with a
8799 visible vertical bar when (display-graphic-p) is non-nil.
8800 This partially fixes Bug#16403.
8801
8802 2014-01-13 Juri Linkov <juri@jurta.org>
8803
8804 * info.el (Info-find-file): Go to DIR before displaying the error
8805 about a nonexistent file if no previous Info file is visited.
8806 Use `user-error' instead of `error' for "Info file %s does not exist".
8807 (Info-find-node-2): In case of a nonexistent node in unwind forms
8808 go to the Top node if there is no previous node to revert to.
8809 (Bug#16405)
8810
8811 2014-01-13 Martin Rudalics <rudalics@gmx.at>
8812
8813 fit-frame/window-to-buffer code fixes including one for Bug#14096.
8814 * window.el (fit-frame-to-buffer): Fix doc-string.
8815 Respect window-min-height/-width. Fit pixelwise when
8816 frame-resize-pixelwise is non-nil. Adjust right/bottom edge
8817 when avoiding that frame goes partially off-screen.
8818 (fit-window-to-buffer): Respect window-min-height/-width
8819 (Bug#14096).
8820
8821 2014-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
8822
8823 * indent.el (indent-according-to-mode): Flush to column 0 in text-mode
8824 after an empty line.
8825
8826 2014-01-12 Stefan Monnier <monnier@iro.umontreal.ca>
8827
8828 * net/shr.el (shr-render-region): Autoload.
8829
8830 2014-01-12 Xue Fuqiao <xfq.free@gmail.com>
8831
8832 * net/eww.el (eww-download-directory): Rename from
8833 `eww-download-path' (Bug#16419).
8834
8835 2014-01-12 Leo Liu <sdl.web@gmail.com>
8836
8837 * dired-x.el (dired-mode-map): Fix last change.
8838
8839 * emacs-lisp/eldoc.el (eldoc-mode): Add hook locally.
8840
8841 2014-01-12 Paul Eggert <eggert@cs.ucla.edu>
8842
8843 Spelling fixes.
8844 * emacs-lisp/generic.el (generic--normalize-comments):
8845 Rename from generic--normalise-comments. All uses changed.
8846 * play/bubbles.el (bubbles--neighborhood-score)
8847 (bubbles--mark-direct-neighbors, bubbles--mark-neighborhood)
8848 (bubbles--neighborhood-available)
8849 (bubbles--update-neighborhood-score):
8850 Rename from names with 'neighbourhood'. All uses changed.
8851
8852 2014-01-12 Leo Liu <sdl.web@gmail.com>
8853
8854 Re-implement the feature of showing eldoc info after editing.
8855 * emacs-lisp/eldoc.el (eldoc-post-insert-mode): Remove.
8856 (eldoc-edit-message-commands): New function.
8857 (eldoc-print-after-edit): New variable.
8858 (eldoc-pre-command-refresh-echo-area): Emit message only by
8859 eldoc-message-commands.
8860 (eldoc-mode): Restrict eldoc-message-commands to editing commands
8861 if eldoc-print-after-edit is set. (Bug#16346)
8862 * simple.el (read--expression): Enable eldoc-mode.
8863 * progmodes/octave.el (octave-mode-menu): Adapt to change in eldoc.
8864
8865 2014-01-11 Dani Moncayo <dmoncayo@gmail.com>
8866 Eric S. Raymond <esr@thyrsus.com>
8867
8868 * version.el (emacs-repository-get-version): Enhance so the
8869 function works correctly in either a Bazaar or Git repo.
8870
8871 2014-01-11 Eric S. Raymond <esr@thyrsus.com>
8872
8873 * play/meese.el: It's 2014 and Ed Meese is justly forgotten.
8874 Goes with removal of the joke manpages from /etc.
8875
8876 2014-01-10 Kenichi Handa <handa@gnu.org>
8877
8878 * mail/rmail.el (rmail-get-coding-system):
8879 Check rmail-get-coding-function before "funcall"ing it.
8880
8881 2014-01-10 Glenn Morris <rgm@gnu.org>
8882
8883 * emacs-lisp/authors.el (authors-fixed-entries):
8884 Update for files that no longer exist.
8885
8886 2014-01-10 Eric S. Raymond <esr@thyrsus.com>
8887
8888 * version.el (emacs-bzr-get-version): Restore compatibilty with
8889 24.3 (Tested).
8890
8891 2014-01-10 Bozhidar Batsov <bozhidar@batsov.com>
8892
8893 * progmodes/ruby-mode.el (auto-mode-alist): Add .podspec
8894 and Podfile.
8895
8896 2014-01-10 Eli Zaretskii <eliz@gnu.org>
8897
8898 * emacs-lisp/authors.el (authors-fixed-entries): Update my entry.
8899
8900 2014-01-10 Chong Yidong <cyd@gnu.org>
8901
8902 * progmodes/octave.el (octave-mode-menu): Don't assume eldoc is loaded.
8903
8904 2014-01-10 Anders Lindgren <andlind@gmail.com>
8905
8906 * follow.el (follow-cache-command-list): Include right-char and
8907 left-char.
8908
8909 2014-01-10 Paul Eggert <eggert@cs.ucla.edu>
8910
8911 Spelling fixes.
8912 * mail/unrmail.el (unrmail-mbox-format): Choice is mboxo, not mboxro.
8913 * woman.el (woman-mark-horizontal-position):
8914 Rename from woman-mark-horizonal-position. Use changed.
8915
8916 2014-01-10 Glenn Morris <rgm@gnu.org>
8917
8918 * info.el (info-initialize): If running uninstalled, ensure our
8919 own info files are always found first, even if INFOPATH is set.
8920
8921 * help.el (view-order-manuals): Open emacs.info rather than ORDERS.
8922
8923 2014-01-09 David Engster <deng@randomsample.de>
8924
8925 * emacs-lisp/eieio-custom.el:
8926 * emacs-lisp/eieio-opt.el: Set generated autoload file to
8927 'eieio.el'. This was accidentally removed in 2012-10-01T18:10:29Z!cyd@gnu.org.
8928 * emacs-lisp/eieio.el: Regenerate autoloads.
8929
8930 2014-01-09 Eric S. Raymond <esr@thyrsus.com>
8931
8932 * vc/vc-git.el (vc-git-print-log): Add --follow option to command,
8933 following renames. (Bug#8756)
8934
8935 2014-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
8936
8937 * simple.el (deactivate-mark, activate-mark): Force-mode-line-update
8938 (bug#16382).
8939 (activate-mark): Add `no-tmm' argument.
8940 (set-mark, push-mark-command): Use it instead of running
8941 activate-mark-hook by hand.
8942
8943 2014-01-08 Eric S. Raymond <esr@thyrsus.com>
8944
8945 In preparation for the move to git, sanitize out some
8946 Bazaar-specific names.
8947
8948 * emacs-lisp/authors.el: INSTALL.BZR renamed to INSTALL.REPO.
8949
8950 * version.el (emacs-bzr-version): Name changed to
8951 emacs-repository-version. Obsolete-variable alias made.
8952 * loadup.el: Follow through on this name change.
8953 * mail/emacsbug.el (report-emacs-bug): Factor out any
8954 assumption about the version control system in use.
8955
8956 2014-01-08 David Engster <deng@randomsample.de>
8957
8958 * help-fns.el (help-fns-describe-function-functions):
8959 New variable to call functions for augmenting help buffers.
8960 (describe-function-1): Remove explicit calls to
8961 `help-fns--compiler-macro', `help-fns--parent-mode' and
8962 `help-fns--obsolete'. Put them in above new variable instead, and
8963 call them through `run-hook-with-args'.
8964 * emacs-lisp/eieio-opt.el (eieio-help-class): Rename from
8965 `eieio-describe-class'. Not meant for interactive use anymore,
8966 but to augment existing help buffers. Remove optional second
8967 argument. Create proper button for file location.
8968 Rewrite function to use `insert' instead of `princ' and `prin1' where
8969 possible.
8970 (eieio-help-class-slots): Rename from `eieio-describe-class-slots'.
8971 (eieio-method-def, eieio-class-def): Move further up.
8972 (describe-method, describe-generic, eieio-describe-method):
8973 Remove aliases.
8974 (eieio-help-constructor, eieio-help-generic): Rename from
8975 `eieio-describe-constructor' and `eieio-describe-generic', resp.
8976 Rewrite to use `insert' in the current buffer and use proper help
8977 buttons.
8978 (eieio-help-find-method-definition)
8979 (eieio-help-find-class-definition): Also accept symbols as
8980 arguments.
8981 (eieio-help-mode-augmentation-maybee): Remove.
8982 (eieio-describe-class-sb): Use `describe-function'.
8983 * emacs-lisp/eieio.el (help-fns-describe-function-functions):
8984 Add `eieio-help-generic' and `eieio-help-constructor'.
8985
8986 2014-01-08 Paul Eggert <eggert@cs.ucla.edu>
8987
8988 Spelling fixes.
8989 * language/china-util.el (hz-ascii-designation):
8990 Rename from hz-ascii-designnation.
8991 (hz-ascii-designation): Rename from hz-ascii-designnation.
8992 All uses changed.
8993
8994 2014-01-08 Stefan Monnier <monnier@iro.umontreal.ca>
8995
8996 * emacs-lisp/package.el (package-delete): Only remove pkg-desc from
8997 package-alist.
8998
8999 2014-01-08 Bastien Guerry <bzg@gnu.org>
9000
9001 * emacs-lisp/package.el (package-delete):
9002 Correctly delete the package from package-alist.
9003
9004 2014-01-08 Daiki Ueno <ueno@gnu.org>
9005
9006 * emacs-lisp/package.el (url-recreate-url): Declare.
9007 (url-http-target-url): Declare.
9008 (package-handle-response): Include requested URL in the error message.
9009 (package--check-signature): Don't re-signal errors from
9010 package--with-work-buffer. Suggested by Stefan Monnier.
9011
9012 2014-01-07 Bastien Guerry <bzg@gnu.org>
9013
9014 * minibuffer.el (completion--try-word-completion): When both a
9015 hyphen and a space are possible candidates for the character
9016 following a word, display both candidates. (Bug#15980)
9017
9018 2014-01-07 Martin Rudalics <rudalics@gmx.at>
9019
9020 * window.el (balance-windows-2): While rounding don't give a
9021 window more than the remainder. Bug#16351, bug#16383.
9022
9023 2014-01-07 Glenn Morris <rgm@gnu.org>
9024
9025 * menu-bar.el (menu-bar-help-extra-packages): Remove.
9026 (menu-bar-help-menu): Use view-external-packages instead.
9027
9028 2014-01-07 Bastien Guerry <bzg@gnu.org>
9029
9030 * emacs-lisp/package.el (package-delete): Also delete the package
9031 name from `package-alist', not its description only.
9032
9033 2014-01-07 Glenn Morris <rgm@gnu.org>
9034
9035 * help.el (view-external-packages):
9036 * menu-bar.el (menu-bar-help-extra-packages):
9037 Visit efaq.info rather than etc/MORE.STUFF.
9038
9039 2014-01-07 Juri Linkov <juri@jurta.org>
9040
9041 * isearch.el (isearch-mode-map): Bind [return] and [backspace] to
9042 isearch-exit and isearch-delete-char resp. (Bug#16342, bug#16035)
9043
9044 * progmodes/ps-mode.el (ps-mode-map): Remove [return] key binding
9045 that shadows RET. (Bug#16342)
9046
9047 2014-01-07 Chong Yidong <cyd@gnu.org>
9048
9049 * isearch.el (isearch-yank-char, isearch-yank-word)
9050 (isearch-yank-line): Doc fix.
9051
9052 2014-01-06 Stefan Monnier <monnier@iro.umontreal.ca>
9053
9054 * abbrev.el (define-abbrev): Beware new meaning of fboundp.
9055 * emacs-lisp/elint.el (elint-find-builtins):
9056 * emacs-lisp/eldoc.el (eldoc-symbol-function):
9057 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn)
9058 (byte-compile-file-form-defmumble, byte-compile, byte-compile-form):
9059 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
9060 * apropos.el (apropos-safe-documentation):
9061 * subr.el (symbol-file): Remove redundant fboundp.
9062 * progmodes/idlw-shell.el (idlwave-shell-comint-filter): Use defalias.
9063
9064 2014-01-06 Bastien Guerry <bzg@gnu.org>
9065
9066 * hl-line.el (global-hl-line-overlay): Make a local variable.
9067 (global-hl-line-overlays): New variable to store all overlays.
9068 (global-hl-line-mode): Don't delete overlays from the current
9069 buffer when `global-hl-line-sticky-flag' is non-nil.
9070 (global-hl-line-highlight): Add new overlays to
9071 `global-hl-line-overlays'.
9072 (global-hl-line-unhighlight-all): New function to delete all
9073 overlays when turning off `global-hl-line-mode'.
9074 This fixes Bug#16183.
9075
9076 2014-01-06 Stefan Monnier <monnier@iro.umontreal.ca>
9077
9078 * subr.el (set-transient-map): Fix nested case and docstring.
9079
9080 2014-01-06 Tassilo Horn <tsdh@gnu.org>
9081
9082 * textmodes/reftex-vars.el (reftex-label-alist-builtin): Add a
9083 `Texinfo' entry.
9084
9085 2014-01-06 Daniel Colascione <dancol@dancol.org>
9086
9087 Fix defun navigation in vc log view.
9088
9089 * vc/log-view.el (log-view-beginning-of-defun): Rewrite to behave
9090 like `beginning-of-defun'.
9091 (log-view-end-of-defun, log-view-end-of-defun-1): Rename old
9092 log-view-end-of-defun to log-view-end-of-defun-1. Replace
9093 log-view-end-of-defun with wrapper that behaves like `end-of-defun'.
9094 (log-view-extract-comment): Call `log-view-current-entry' directly
9095 instead of relying on broken `log-view-beginning-of-defun' behavior.
9096
9097 2014-01-06 Paul Eggert <eggert@cs.ucla.edu>
9098
9099 Spelling fixes.
9100 * calc/calc-yank.el (calc-edit-mode, calc-edit-cancel):
9101 * emacs-lisp/debug.el (cancel-debug-on-entry):
9102 * epg.el (epg-error-to-string):
9103 * files.el (recover-file):
9104 * lpr.el (lpr-buffer, print-buffer, lpr-region, print-region):
9105 * mail/emacsbug.el (report-emacs-bug-hook):
9106 * mail/sendmail.el (mail-recover):
9107 * ses.el (ses-yank-resize):
9108 * term/ns-win.el (ns-print-buffer):
9109 Spelling fixes in diagnostics, mostly for "canceled" with one L.
9110 * epg.el (epg-key-capability-alist): Rename from misspelled version.
9111 All uses changed.
9112 * obsolete/xesam.el (xesam-all-fields): Fix misspelled field name.
9113
9114 2014-01-06 Leo Liu <sdl.web@gmail.com>
9115
9116 * dired-x.el (dired-mode-map): Rebind dired-omit-mode to C-x M-o
9117 to avoid shadowing global key. (Bug#16354)
9118
9119 2014-01-06 Daniel Colascione <dancol@dancol.org>
9120
9121 * textmodes/rst.el (rst-mode): Set electric-indent-inhibit for
9122 rst-mode.
9123
9124 2014-01-05 Martin Rudalics <rudalics@gmx.at>
9125
9126 * window.el (balance-windows): Add mising t to fix Bug#16351.
9127
9128 2014-01-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
9129
9130 * net/shr.el (shr-descend): Don't bug out if the anchor is empty
9131 (bug#16285).
9132 (shr-insert): If we have a word that's longer than `shr-width',
9133 break after it anyway. Otherwise we'll do no breaking once we get
9134 such a long word.
9135
9136 2014-01-05 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
9137
9138 * net/eww.el (eww): Support single/double quote for search.
9139 * net/eww.el (eww-list-histories, eww-history-browse): Fixup.
9140 (eww-history-quit): Delete and use quit-window.
9141 (eww-history-kill): Delete, because it doesn't work well and
9142 not necessary.
9143 (eww-history-mode-map): Delete some keys and add easy-menu.
9144
9145 2014-01-05 Paul Eggert <eggert@cs.ucla.edu>
9146
9147 Fix misspelling of 'chinese' in rx (Bug#16237).
9148 * emacs-lisp/rx.el (rx-categories): Correct spelling of
9149 chinese-two-byte.
9150
9151 Change subword regexps back to vars (Bug#16296).
9152 * progmodes/subword.el (subword-forward-regexp)
9153 (subword-backward-regexp): Change these back to variables.
9154
9155 2014-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
9156
9157 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't bother with
9158 syntax-begin-function (bug#16247).
9159
9160 2014-01-03 Chong Yidong <cyd@gnu.org>
9161
9162 * emacs-lisp/nadvice.el (advice--make-docstring): Change args.
9163 (advice--docstring): Delete variable.
9164 (advice--make-1): Leave the docstring empty.
9165 (advice-add): Use function-documentation for advised docstring.
9166
9167 * emacs-lisp/advice.el (ad--make-advised-docstring): Change args.
9168 Ignore function-documentation property when getting documentation.
9169 (ad-activate-advised-definition): Use function-documentation
9170 generate the docstring.
9171 (ad-make-advised-definition): Don't call
9172 ad-make-advised-definition-docstring.
9173 (ad-make-advised-definition-docstring, ad-advised-definition-p):
9174 Delete functions.
9175
9176 * progmodes/sql.el (sql-help): Use function-documentation instead
9177 of dynamic-docstring-function property. No need to autoload now.
9178 (sql--help-docstring): New variable.
9179 (sql--make-help-docstring): Use it.
9180
9181 2014-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
9182
9183 * ielm.el (ielm-tab): Retarget.
9184 (ielm-map): Use ielm-tab for tab.
9185 (ielm-complete-filename): Use comint-filename-completion.
9186 (ielm-complete-symbol): Remove.
9187 (inferior-emacs-lisp-mode): Use lisp-completion-at-point instead and
9188 remove ielm-tab from completion-at-point-functions (bug#16224).
9189
9190 * emacs-lisp/pcase.el (pcase--split-equal, pcase--split-member):
9191 Beware signals raised by predicates (bug#16201).
9192
9193 2014-01-02 Richard Stallman <rms@gnu.org>
9194
9195 * dired-aux.el (dired-do-print): Handle printer-name.
9196
9197 * mail/rmailmm.el (rmail-mime-message-p): Move to rmail.el.
9198 * mail/rmail.el (rmail-mime-message-p): Move from rmailmm.el.
9199 (rmail-epa-decrypt): Turn off mime processing.
9200
9201 * mail/rmail.el (rmail-make-in-reply-to-field):
9202 Add parens in message-id.
9203
9204 * mail/rmail.el (rmail-get-coding-function): Variable.
9205 (rmail-get-coding-system): Use it.
9206
9207 2013-12-31 Eli Zaretskii <eliz@gnu.org>
9208
9209 * international/mule-conf.el: Unify the charset indian-is13194.
9210 (indian-is13194): Specify unify-map.
9211
9212 2013-12-31 Leo Liu <sdl.web@gmail.com>
9213
9214 * subr.el (set-temporary-overlay-map): Obsolete alias. (Bug#16305)
9215
9216 2013-12-30 Daniel Colascione <dancol@dancol.org>
9217
9218 * term/x-win.el ([XF86WakeUp]): Ignore the XF86WakeUp key instead
9219 of printing a useless when we resume from sleep.
9220
9221 * progmodes/sh-script.el
9222 (sh-smie-sh-forward-token, sh-smie-rc-forward-token): Fix infloop
9223 in indentation code. (Bug#16233)
9224
9225 2013-12-28 João Távora <joaotavora@gmail.com>
9226
9227 * elec-pair.el (electric-pair-post-self-insert-function):
9228 Don't open extra newlines at beginning of buffer. (Bug#16272)
9229
9230 2013-12-28 Eli Zaretskii <eliz@gnu.org>
9231
9232 * frame.el (window-system-for-display): Don't allow to create a
9233 GUI frame from a -nw session on MS-Windows. (Bug#14739)
9234
9235 2013-12-28 Glenn Morris <rgm@gnu.org>
9236
9237 * mail/hashcash.el (hashcash-program): Rename from hashcash-path.
9238 Update callers.
9239
9240 * apropos.el (apropos-match-face):
9241 * calculator.el (calculator-displayer):
9242 * dabbrev.el (dabbrev-search-these-buffers-only):
9243 * face-remap.el (buffer-face-mode-face):
9244 * simple.el (yank-handled-properties):
9245 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
9246 * mail/footnote.el (footnote-mode-line-string, footnote-prefix):
9247 * mail/hashcash.el (hashcash-accept-resources, hashcash-program)
9248 (hashcash-double-spend-database):
9249 * progmodes/ruby-mode.el (ruby-deep-indent-paren)
9250 (ruby-deep-indent-paren-style):
9251 * textmodes/flyspell.el (flyspell-auto-correct-binding):
9252 * textmodes/rst.el (rst-toc-indent, rst-toc-insert-style)
9253 (rst-toc-insert-number-separator, rst-toc-insert-max-level):
9254 * vc/pcvs-defs.el (cvs-minor-mode-prefix):
9255 Specify custom types.
9256
9257 * emacs-lisp/smie.el (smie-config): Add type, version, initialize.
9258 * bookmark.el (bookmark-bmenu-use-header-line):
9259 * doc-view.el (doc-view-scale-internally):
9260 * pcmpl-x.el (pcmpl-x-tlmgr-program, pcmpl-x-ack-program):
9261 * register.el (register-preview-delay):
9262 * net/shr.el (shr-bullet):
9263 * progmodes/cfengine.el (cfengine-cf-promises)
9264 (cfengine-parameters-indent):
9265 * progmodes/octave.el (inferior-octave-error-regexp-alist):
9266 * textmodes/reftex-vars.el (reftex-label-regexps):
9267 * vc/log-edit.el (log-edit-setup-add-author): Add version.
9268
9269 * net/tls.el (tls-certtool-program): Fix default value.
9270
9271 * desktop.el (desktop-restore-in-current-display):
9272 * newcomment.el (comment-empty-lines):
9273 * progmodes/idlwave.el (idlwave-scan-all-buffers-for-routine-info)
9274 (idlwave-pad-keyword):
9275 * progmodes/tcl.el (tcl-tab-always-indent):
9276 * textmodes/reftex-vars.el (reftex-index-default-tag):
9277 * elec-pair.el (electric-pair-skip-whitespace):
9278 * progmodes/cfengine.el (cfengine-cf-promises): Fix custom types.
9279
9280 * emacs-lisp/authors.el (authors-ignored-files)
9281 (authors-valid-file-names, authors-renamed-files-alist): Additions.
9282
9283 2013-12-27 Jarek Czekalski <jarekczek@poczta.onet.pl>
9284
9285 * shell.el (shell-dynamic-complete-command): Doc fix.
9286 (shell--command-completion-data): Shell completion now matches
9287 executable filenames from the current buffer's directory, on
9288 systems in which this behavior is the default (windows-nt, ms-dos).
9289
9290 2013-12-27 Lars Ingebrigtsen <larsi@gnus.org>
9291
9292 * net/shr.el (shr-insert): Don't infloop if the width is zero.
9293
9294 2013-12-27 Stefan Monnier <monnier@iro.umontreal.ca>
9295
9296 * icomplete.el (icomplete-show-matches-on-no-input): Default to nil
9297 (bug#16251).
9298
9299 * electric.el: Move all electric-pair-* to elec-pair.el.
9300 * elec-pair.el: New file, split from electric.el.
9301
9302 2013-12-27 Lars Ingebrigtsen <larsi@gnus.org>
9303
9304 * net/shr.el (shr-find-fill-point): Don't try to fill if the
9305 indentation level is larger than the width, because that will
9306 infloop.
9307 (shr-insert): Fill repeatedly long texts, so that Japanese is
9308 formatted correctly (bug#16263).
9309 (shr-find-fill-point): Off by one error in comparison with the
9310 indentation.
9311
9312 2013-12-26 João Távora <joaotavora@gmail.com>
9313
9314 * electric.el (electric-pair-mode): More flexible engine for skip-
9315 and inhibit predicates, new options for pairing-related functionality.
9316 (electric-pair-preserve-balance): Pair/skip parentheses and quotes
9317 if that keeps or improves their balance in buffers.
9318 (electric-pair-delete-adjacent-pairs): Delete the pair when
9319 backspacing over adjacent matched delimiters.
9320 (electric-pair-open-extra-newline): Open extra newline when
9321 inserting newlines between adjacent matched delimiters.
9322 (electric--sort-post-self-insertion-hook):
9323 Sort post-self-insert-hook according to priority values when
9324 minor-modes are activated.
9325 * simple.el (newline-and-indent): Call newline with interactive
9326 set to t.
9327 (blink-paren-post-self-insert-function): Set priority to 100.
9328 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
9329 Use electric-pair-text-pairs to pair backtick-and-quote in strings and
9330 comments. Locally set electric-pair-skip-whitespace to 'chomp and
9331 electric-pair-open-newline-between-pairs to nil.
9332
9333 2013-12-26 Fabián Ezequiel Gallina <fgallina@gnu.org>
9334
9335 * progmodes/python.el: Use lexical-binding.
9336 (python-nav-beginning-of-defun): Stop searching ASAP.
9337
9338 2013-12-25 Xue Fuqiao <xfq.free@gmail.com>
9339
9340 * vc/vc.el (vc-ignore): Use `vc-responsible-backend'.
9341 Fix interactive spec. Doc fix. (Bug#15754)
9342
9343 2013-12-25 Katsumi Yamaoka <yamaoka@jpl.org>
9344
9345 * emacs-lisp/byte-run.el (eval-when-compile):
9346 * progmodes/cc-defs.el (cc-eval-when-compile):
9347 Fix edebug spec (bug#16184).
9348
9349 2013-12-25 Lars Ingebrigtsen <larsi@gnus.org>
9350
9351 * net/shr.el (shr-visit-file): Remove debugging function.
9352 (shr-insert): Don't infloop if we can't find a good place to break
9353 the line (bug#16256).
9354
9355 2013-12-25 Fabián Ezequiel Gallina <fgallina@gnu.org>
9356
9357 * progmodes/python.el (python-nav--lisp-forward-sexp): New function.
9358 (python-nav--lisp-forward-sexp-safe): Use it. Rename from
9359 python-nav-lisp-forward-sexp-safe.
9360 (python-nav--forward-sexp): New argument SAFE allows switching
9361 forward sexp movement behavior for parens.
9362 (python-nav-forward-sexp): Throw errors on unterminated parens
9363 (Bug#16191).
9364 (python-nav-backward-sexp, python-nav-forward-sexp-safe)
9365 (python-nav-backward-sexp-safe): New functions.
9366 (python-shell-buffer-substring):
9367 Use `python-nav-forward-sexp-safe'.
9368
9369 2013-12-25 Lars Ingebrigtsen <larsi@gnus.org>
9370
9371 * net/shr.el (shr-find-fill-point): Don't break lines before a
9372 quotation mark.
9373 (shr-char-kinsoku-bol-p): The quotation mark isn't a kinsoky BOL char.
9374 (shr-find-fill-point): Remove the special checks for the quotation
9375 mark, since `shr-char-kinsoku-bol-p' should now return the right thing.
9376
9377 2013-12-25 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
9378
9379 * net/eww.el (eww-form-textarea): Use a different face for
9380 textareas than text input since they have different keymaps
9381 (bug#16142).
9382
9383 2013-12-24 Fabián Ezequiel Gallina <fgallina@gnu.org>
9384
9385 * progmodes/python.el (python-nav-beginning-of-statement):
9386 Speed up (Bug#15295).
9387
9388 2013-12-24 Lars Ingebrigtsen <larsi@gnus.org>
9389
9390 * net/eww.el (eww-bookmark-browse): Use `quit-window' to restore
9391 the window configuration.
9392
9393 2013-12-24 Eli Zaretskii <eliz@gnu.org>
9394
9395 * net/eww.el (eww-open-file): Ensure 3 slashes after "file:" when
9396 we run on MS-Windows or MS-DOS.
9397
9398 2013-12-24 Martin Rudalics <rudalics@gmx.at>
9399
9400 * window.el (balance-windows-area): Call window-size instead of
9401 window-height and window-width. Bug#16241.
9402
9403 2013-12-24 Lars Ingebrigtsen <larsi@gnus.org>
9404
9405 * net/eww.el (eww-bookmark-quit): Remove.
9406 (eww-bookmark-browse): Restore the window configuration when you
9407 choose a bookmark (bug#16144).
9408
9409 2013-12-24 Daniel Colascione <dancol@dancol.org>
9410
9411 * icomplete.el: Remove redundant :group arguments to `defcustom'
9412 throughout.
9413 (icomplete-show-matches-on-no-input): New customizable variable.
9414 (icomplete-minibuffer-setup): Call `icomplete-exhibit' on setup if
9415 we have something to show.
9416 (icomplete-exhibit): Compute completions even if we have no user input.
9417
9418 2013-12-23 Daniel Colascione <dancol@dancol.org>
9419
9420 * icomplete.el: Move `provide' to end of file.
9421
9422 2013-12-23 Teodor Zlatanov <tzz@lifelogs.com>
9423
9424 * net/gnutls.el (gnutls-verify-error): Add version tag.
9425
9426 2013-12-23 Chong Yidong <cyd@gnu.org>
9427
9428 * subr.el (set-transient-map): Rename from
9429 set-temporary-overlay-map. Doc fix.
9430
9431 * face-remap.el (text-scale-adjust):
9432 * indent.el (indent-rigidly):
9433 * kmacro.el (kmacro-call-macro):
9434 * minibuffer.el (minibuffer-force-complete):
9435 * repeat.el (repeat):
9436 * simple.el (universal-argument--mode):
9437 * calendar/todo-mode.el (todo-insert-item--next-param):
9438 * progmodes/f90.el (f90-abbrev-start): Callers changed.
9439
9440 * indent.el (indent-rigidly): Use substitute-command-keys.
9441
9442 2013-12-22 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
9443
9444 * net/eww.el (eww-tag-select): Add text-property to jump to next
9445 select field.
9446 (eww): Add non-supported ftp error.
9447
9448 2013-12-22 Dmitry Gutov <dgutov@yandex.ru>
9449
9450 * progmodes/ruby-mode.el (ruby--electric-indent-p): Improve the
9451 comments. Handle electric indent after typing `?' and `!'.
9452
9453 2013-12-22 Chong Yidong <cyd@gnu.org>
9454
9455 * faces.el (face-spec-recalc): If the theme specs are not
9456 applicable to a frame, fall back on the defface spec.
9457 This prevents themes from obliterating faces on low-color terminals.
9458
9459 2013-12-22 Dmitry Gutov <dgutov@yandex.ru>
9460
9461 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Return t
9462 after `{'. We need it after block openers, and it doesn't seem
9463 to hurt after hash openers.
9464
9465 2013-12-22 Dmitry Gutov <dgutov@yandex.ru>
9466
9467 * progmodes/ruby-mode.el (ruby--at-indentation-p): New function,
9468 extracted from `ruby-smie-rules'.
9469 (ruby--electric-indent-chars): New variable.
9470 (ruby--electric-indent-p): New function.
9471 (ruby-mode): Use `electric-indent-functions' instead of
9472 `electric-indent-chars'.
9473
9474 2013-12-22 Dmitry Gutov <dgutov@yandex.ru>
9475
9476 * progmodes/ruby-mode.el (ruby-align-to-stmt-keywords): Tweak the
9477 docstring.
9478 (ruby-smie-rules): Indent plus one level after `=>'.
9479
9480 2013-12-21 Richard Stallman <rms@gnu.org>
9481
9482 * simple.el (newline): Doc fix.
9483
9484 2013-12-21 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
9485
9486 * net/eww.el (eww-list-histories, eww-list-histories)
9487 (eww-history-browse, eww-history-quit, eww-history-kill)
9488 (eww-history-mode-map, eww-history-mode): New command and
9489 functions to list browser histories.
9490 (eww-form-text): Support text form with disabled
9491 and readonly attributes.
9492 (eww-checkbox-map): Fix wrong key bind to `eww-toggle-checkbox'.
9493
9494 2013-12-21 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
9495
9496 * net/eww.el (eww-back-url, eww-forward-url, eww-next-url)
9497 (eww-previous-url, eww-up-url, eww-top-url, eww-add-bookmark)
9498 (eww-bookmark-prepare, eww-bookmark-kill, eww-bookmark-yank)
9499 (eww-bookmark-browse, eww-next-bookmark, eww-previous-bookmark):
9500 Use `user-error'.
9501 (eww-bookmark-mode-map): Add menu.
9502 (eww-render, eww-mode): Use `setq-local'.
9503 (eww-tool-bar-map): New variable.
9504 (eww-mode): Set `tool-bar-map'.
9505 (eww-view-source): Check for `html-mode' with `fboundp'.
9506
9507 2013-12-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
9508
9509 * net/shr.el (shr--extract-best-source): Don't bug out on audio
9510 elements with text inside. Also remove debugging.
9511
9512 2013-12-21 Jan Djärv <jan.h.d@swipnet.se>
9513
9514 * cus-start.el (all): Add ns-use-srgb-colorspace.
9515
9516 2013-12-21 Chong Yidong <cyd@gnu.org>
9517
9518 * custom.el (custom-theme-recalc-face): Do nothing if the face is
9519 undefined. Thus, theme settings for undefined faces do not take
9520 effect until the faces are defined with defface, the same as with
9521 theme variables.
9522
9523 * faces.el (face-spec-set): Use face-spec-recalc in all cases.
9524 (face-spec-reset-face): Don't assign extra properties in temacs.
9525 (face-spec-recalc): Apply X resources too.
9526
9527 2013-12-21 Chong Yidong <cyd@gnu.org>
9528
9529 * faces.el (face-spec-set):
9530 * cus-face.el (custom-theme-set-faces, custom-set-faces):
9531 * custom.el (defface): Doc fixes (Bug#16203).
9532
9533 * indent.el (indent-rigidly-map): Add docstring, and move commands
9534 into named functions.
9535 (indent-rigidly-left, indent-rigidly-right)
9536 (indent-rigidly-left-to-tab-stop)
9537 (indent-rigidly-right-to-tab-stop): New functions. Decide on
9538 indentation direction based on bidi direction, and accumulate
9539 sequential commands in a single undo boundary.
9540 (indent-rigidly--pop-undo): New utility function.
9541
9542 2013-12-20 Juanma Barranquero <lekktu@gmail.com>
9543
9544 * faces.el (read-face-name): Require crm.el when using crm-separator.
9545
9546 2013-12-20 Daniel Colascione <dancol@dancol.org>
9547
9548 * progmodes/sh-script.el (sh-mode): Tweak paragraph-separate
9549 so that we don't reflow comments into the shebang line.
9550
9551 2013-12-20 Juri Linkov <juri@jurta.org>
9552
9553 * saveplace.el (save-place-to-alist): Add `dired-filename' as
9554 a position when `dired-directory' is non-nil. Check integer
9555 positions with `integerp'.
9556 (toggle-save-place, save-places-to-alist): Add check for
9557 `dired-directory'.
9558 (save-place-find-file-hook): Check integer positions with
9559 `integerp'.
9560 (save-place-dired-hook): Use `dired-goto-file' when
9561 `dired-filename' is found in the assoc list. Check integer
9562 positions with `integerp'.
9563 (dired-initial-position-hook): Rename from `dired-initial-point-hook'.
9564
9565 * dired.el (dired-initial-position-hook): Rename back from
9566 `dired-initial-point-hook'.
9567 (dired-initial-position): Rename `dired-initial-point-hook' to
9568 `dired-initial-position-hook'.
9569 (dired-file-name-at-point): Doc fix. (Bug#15329)
9570
9571 2013-12-20 Juri Linkov <juri@jurta.org>
9572
9573 * replace.el (read-regexp-defaults-function): New defcustom (bug#14405).
9574 (read-regexp-suggestions): New function.
9575 (read-regexp): Use `read-regexp-defaults-function' to get default values.
9576 Use `read-regexp-suggestions'. Add non-empty default to history
9577 for empty input.
9578 (occur-read-regexp-defaults-function): Remove function.
9579 (occur-read-primary-args): Use `regexp-history-last' instead of
9580 `occur-read-regexp-defaults-function'.
9581
9582 * hi-lock.el (hi-lock-read-regexp-defaults-function): Remove function.
9583 (hi-lock-line-face-buffer, hi-lock-face-buffer)
9584 (hi-lock-face-phrase-buffer): Use `regexp-history-last' instead of
9585 `hi-lock-read-regexp-defaults-function'. Doc fix.
9586 (hi-lock-face-symbol-at-point): Replace `find-tag-default-as-regexp'
9587 with `find-tag-default-as-symbol-regexp'. Doc fix.
9588 (hi-lock-read-regexp-defaults): Remove function.
9589 (hi-lock-regexp-okay): Add check for null.
9590
9591 * progmodes/grep.el (grep-read-regexp): Use `grep-tag-default' for
9592 the arg DEFAULTS. Move formatting of the prompt to `read-regexp'.
9593
9594 * subr.el (find-tag-default-as-symbol-regexp): New function.
9595 (find-tag-default-as-regexp): Move symbol regexp formatting to
9596 `find-tag-default-as-symbol-regexp'.
9597
9598 2013-12-20 E Sabof <esabof@gmail.com> (tiny change)
9599
9600 * hi-lock.el (hi-lock-set-pattern): Check for `font-lock-specified-p'.
9601 (Bug#14179)
9602
9603 2013-12-20 Stephen Berman <stephen.berman@gmx.net>
9604
9605 * calendar/todo-mode.el: New implementation of item insertion
9606 commands and key bindings.
9607 (todo-key-prompt): New face.
9608 (todo-insert-item): New command.
9609 (todo-insert-item--parameters): New defconst, replacing defvar
9610 todo-insertion-commands-args-genlist.
9611 (todo-insert-item--param-key-alist): New defconst, replacing
9612 defvar todo-insertion-commands-arg-key-list.
9613 (todo-insert-item--keyof, todo-insert-item--this-key): New defsubsts.
9614 (todo-insert-item--argsleft, todo-insert-item--apply-args)
9615 (todo-insert-item--next-param): New functions.
9616 (todo-insert-item--args, todo-insert-item--argleft)
9617 (todo-insert-item--argsleft, todo-insert-item--newargsleft):
9618 New variables.
9619 (todo-key-bindings-t): Change binding of "i" from
9620 todo-insertion-map to todo-insert-item.
9621 (todo-powerset, todo-gen-arglists, todo-insertion-commands-args)
9622 (todo-insertion-command-name, todo-insertion-commands-names)
9623 (todo-define-insertion-command, todo-insertion-commands)
9624 (todo-insertion-key-bindings, todo-insertion-map): Remove.
9625
9626 2013-12-20 Stephen Berman <stephen.berman@gmx.net>
9627
9628 * calendar/todo-mode.el: Bug fixes and new features (bug#15225).
9629 (todo-toggle-item-highlighting): Use eval-and-compile instead of
9630 eval-when-compile.
9631 (todo-move-category): Allow choosing a non-existing todo file to
9632 move the category to, and create that file.
9633 (todo-default-priority): New user option.
9634 (todo-set-item-priority): Use it.
9635 (todo-desktop-save-buffer, todo-restore-desktop-buffer): New functions.
9636 (desktop-restore-file-buffer): Declare.
9637 (desktop-buffer-mode-handlers): Add todo-restore-desktop-buffer.
9638 (todo-modes-set-2): Locally set desktop-save-buffer to
9639 todo-desktop-save-buffer.
9640 (todo-mode, todo-archive-mode, todo-filtered-items-mode)
9641 (auto-mode-alist): Add autoload cookie.
9642
9643 2013-12-20 Bozhidar Batsov <bozhidar@batsov.com>
9644
9645 * emacs-lisp/subr-x.el: Renamed from helpers.el.
9646 helpers.el was a poor choice of name.
9647 (string-remove-prefix): New function.
9648 (string-remove-suffix): New function.
9649
9650 2013-12-20 Martin Rudalics <rudalics@gmx.at>
9651
9652 Fix assignment for new window total sizes.
9653 * window.el (window--pixel-to-size): Remove function.
9654 (window--pixel-to-total-1, window--pixel-to-total):
9655 Fix calculation of new total sizes.
9656
9657 2013-12-20 Vitalie Spinu <spinuvit@gmail.com>
9658
9659 * comint.el (comint-output-filter): Fix rear-nonsticky property
9660 placement (Bug#16010).
9661
9662 2013-12-20 Chong Yidong <cyd@gnu.org>
9663
9664 * faces.el (read-color): Minor fix for completion function.
9665
9666 2013-12-20 Dmitry Gutov <dgutov@yandex.ru>
9667
9668 * progmodes/ruby-mode.el (ruby-align-to-stmt-keywords):
9669 New option. (Bug#16182)
9670 (ruby-smie--indent-to-stmt-p): Use it.
9671 (ruby-smie-rules): Revert the logic in the handling of `when'.
9672 Expand the begin clause to handle `ruby-align-to-stmt-keywords'.
9673 (ruby-deep-arglist, ruby-deep-indent-paren)
9674 (ruby-deep-indent-paren-style): Update docstrings to note that the
9675 vars don't have any effect with SMIE.
9676
9677 2013-12-20 Jay Belanger <jay.p.belanger@gmail.com>
9678
9679 * calc/calc.el (calc-enter, calc-pop): Use the variable
9680 `calc-context-sensitive-enter'.
9681
9682 2013-12-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
9683
9684 * net/shr.el (shr-insert): Protect against infloops in degenerate
9685 tables.
9686
9687 2013-12-20 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
9688
9689 * progmodes/octave.el (octave): Add link to manual and octave
9690 homepage.
9691 (octave-mode-menu): Link to octave-mode manual.
9692
9693 2013-12-20 Leo Liu <sdl.web@gmail.com>
9694
9695 * skeleton.el (skeleton-pair-insert-maybe): Disable newline
9696 insertion using skeleton-end-newline. (Bug#16138)
9697
9698 2013-12-20 Juri Linkov <juri@jurta.org>
9699
9700 * replace.el (occur-engine): Use `add-face-text-property'
9701 to add the face property to matches and titles. (Bug#14645)
9702
9703 * hi-lock.el (hi-green): Use lighter color "light green" closer to
9704 the palette of other hi-lock colors.
9705 (hi-lock-set-pattern): Prepend hi-lock face to the existing face.
9706
9707 2013-12-19 Juri Linkov <juri@jurta.org>
9708
9709 * isearch.el (isearch-mode-map): Bind `M-s e' to `isearch-edit-string'.
9710 Put :advertised-binding on `M-s c', `M-s r', `M-s e'. (Bug#16035)
9711 (minibuffer-history-symbol): Move variable declaration closer to
9712 its usage.
9713
9714 * isearchb.el (isearchb): Add `event-basic-type' on `last-command-event'.
9715 (Bug#14785)
9716
9717 2013-12-19 Juri Linkov <juri@jurta.org>
9718
9719 * vc/log-edit.el (log-edit-insert-filenames-without-changelog):
9720 New function.
9721 (log-edit-hook): Add it to :options. (Bug#16170)
9722
9723 2013-12-19 Juri Linkov <juri@jurta.org>
9724
9725 * simple.el (eval-expression-print-format): Don't check for
9726 command names and the last command. Always display additional
9727 formats of the integer result in the echo area, and insert them
9728 to the current buffer only with a zero prefix arg.
9729 Display character when char-displayable-p is non-nil.
9730 (eval-expression): With a zero prefix arg, set `print-length' and
9731 `print-level' to nil, and insert the integer values from
9732 `eval-expression-print-format' at the end. Doc fix. (Bug#12985)
9733
9734 * emacs-lisp/lisp-mode.el (eval-print-last-sexp): Add arg
9735 `eval-last-sexp-arg-internal'. Doc fix.
9736 (eval-last-sexp-1): Pass arg `eval-last-sexp-arg-internal' to
9737 `eval-last-sexp-print-value'. Doc fix.
9738 (eval-last-sexp-print-value): Add arg `eval-last-sexp-arg-internal'.
9739 Set `print-length' and `print-level' to nil when arg is zero.
9740 (eval-last-sexp): Doc fix.
9741 (eval-defun-2): Print the integer values from
9742 `eval-expression-print-format' at the end.
9743
9744 * emacs-lisp/edebug.el (edebug-eval-defun): Print the integer
9745 values from `eval-expression-print-format' at the end.
9746
9747 * ielm.el (ielm-eval-input): Print the integer
9748 values from `eval-expression-print-format' at the end.
9749
9750 2013-12-19 Teodor Zlatanov <tzz@lifelogs.com>
9751
9752 * net/eww.el (eww-exit, eww-close, eww-mode-map): Revert change of
9753 2013-12-11T19:01:44Z!tzz@lifelogs.com.
9754
9755 2013-12-19 Stefan Monnier <monnier@iro.umontreal.ca>
9756
9757 * hl-line.el (hl-line-make-overlay): New fun. Set priority (bug#16192).
9758 (hl-line-highlight, global-hl-line-highlight): Use it.
9759 (hl-line-overlay): Use defvar-local.
9760
9761 2013-12-19 Jan Djärv <jan.h.d@swipnet.se>
9762
9763 * term/ns-win.el: Require dnd.
9764 (global-map): Remove drag items.
9765 (ns-insert-text, ns-set-foreground-at-mouse)
9766 (ns-set-background-at-mouse):
9767 Remove (ns-drag-n-drop, ns-drag-n-drop-other-frame)
9768 (ns-drag-n-drop-as-text, ns-drag-n-drop-as-text-other-frame):
9769 New functions.
9770
9771 2013-12-19 Glenn Morris <rgm@gnu.org>
9772
9773 * emacs-lisp/ert.el (ert-select-tests):
9774 Fix string/symbol mixup. (Bug#16121)
9775
9776 2013-12-19 Dmitry Gutov <dgutov@yandex.ru>
9777
9778 * progmodes/ruby-mode.el (ruby-smie-rules): Indent middle-of-block
9779 keywords to their parent.
9780
9781 2013-12-19 Dmitry Gutov <dgutov@yandex.ru>
9782
9783 * progmodes/ruby-mode.el (ruby-smie--args-separator-p): Allow the
9784 first arg to be a string (fixed dead code), or an operator symbol.
9785 (ruby-smie--forward-token): Tokenize ` @ ' before strings and
9786 operator symbols.
9787 (ruby-smie-rules): Remove parent token check in the `.' clause, it
9788 did nothing. Don't respond to `(:after ".")', it will be called
9789 with :before anyway. Remove the ` @ ' rule, it didn't seem to
9790 change anything. Only return indentation for binary operators
9791 when they are hanging. De-dent opening paren when its parent is
9792 `.', otherwise it looks bad when the dot is not at bol or eol
9793 (bug#16182).
9794
9795 2013-12-19 Juri Linkov <juri@jurta.org>
9796
9797 * replace.el (query-replace-read-args): Split a non-negative arg
9798 and a negative arg into separate elements.
9799 (query-replace, query-replace-regexp, replace-string)
9800 (replace-regexp): Add arg `backward'. Doc fix.
9801 (replace-match-maybe-edit): When new arg `backward' is non-nil,
9802 move point to the beginning of the match.
9803 (replace-search, replace-highlight): Use new arg `backward'
9804 to set the value of `isearch-forward'.
9805 (perform-replace): Add arg `backward' and use it to perform
9806 replacement backward. (Bug#14979)
9807
9808 * isearch.el (isearch-query-replace): Use a negative prefix arg
9809 to call `perform-replace' with a non-nil arg `backward'.
9810
9811 2013-12-18 Juri Linkov <juri@jurta.org>
9812
9813 * vc/log-edit.el (log-edit-hook): Add `log-edit-insert-message-template'
9814 to the default list. Move `log-edit-show-files' to the end.
9815 Add more available functions to options.
9816 (log-edit): Move default specific settings to
9817 `log-edit-insert-message-template'. Don't move point.
9818 (log-edit-insert-message-template): New function.
9819 (log-edit-insert-changelog): Add `save-excursion' and don't move point.
9820 (Bug#16170)
9821
9822 2013-12-18 Juri Linkov <juri@jurta.org>
9823
9824 * help-mode.el (help-mode-map): Bind "l" to help-go-back,
9825 and "r" to help-go-forward for compatibity with Info. (Bug#16178)
9826
9827 2013-12-18 Leo Liu <sdl.web@gmail.com>
9828
9829 * eshell/em-prompt.el (eshell-emit-prompt): Fix last change.
9830 (Bug#16186)
9831
9832 2013-12-18 Eli Zaretskii <eliz@gnu.org>
9833
9834 * ls-lisp.el (ls-lisp-insert-directory): Don't modify %d and %f
9835 formats for displaying file sizes when the -s switch is given.
9836 Instead, compute a separate format for displaying the size in
9837 blocks, which is displayed in addition to the "regular" size.
9838 When -h is given in addition to -s, produce size in blocks in
9839 human-readable form as well. (Bug#16179)
9840
9841 2013-12-18 Tassilo Horn <tsdh@gnu.org>
9842
9843 * textmodes/reftex-vars.el (reftex-label-alist-builtin):
9844 Reference tables with ~\ref{...} instead of only \ref{...}.
9845
9846 2013-12-18 Chong Yidong <cyd@gnu.org>
9847
9848 * cus-edit.el (custom-magic-alist): Fix "themed" description
9849 (Bug#14348).
9850
9851 * custom.el (custom-push-theme): If custom--inhibit-theme-enable
9852 is non-nil, do not create a new entry in the symbol's theme-value
9853 or theme-face property; update theme-settings only (Bug#14664).
9854 (custom-available-themes): Doc fix.
9855
9856 * cus-theme.el (custom-new-theme-mode-map): Add bindings
9857 (Bug#15674).
9858
9859 * replace.el (occur-engine): Avoid infloop (Bug#7593).
9860
9861 2013-12-18 Kazuhiro Ito <kzhr@d1.dion.ne.jp> (tiny change)
9862
9863 * progmodes/make-mode.el (makefile-fill-paragraph): Fix infloop
9864 (Bug#13914).
9865
9866 2013-12-18 Shigeru Fukaya <shigeru.fukaya@gmail.com>
9867
9868 * apropos.el (apropos-words-to-regexp): Fix algorithm (Bug#13946).
9869
9870 2013-12-18 Glenn Morris <rgm@gnu.org>
9871
9872 * Makefile.in (BYTE_COMPILE_FLAGS): Set load-prefer-newer to t.
9873 * cus-start.el (load-prefer-newer): New option.
9874
9875 2013-12-18 Le Wang <l26wang@gmail.com>
9876
9877 * comint.el (comint-previous-matching-input-from-input):
9878 Retain point (Bug#13404).
9879
9880 2013-12-18 Chong Yidong <cyd@gnu.org>
9881
9882 * simple.el (append-next-kill): Doc fix (Bug#15995, Bug#16016).
9883
9884 2013-12-18 Glenn Morris <rgm@gnu.org>
9885
9886 * mail/emacsbug.el (report-emacs-bug):
9887 Only mention enable-multibyte-characters if non-standard.
9888
9889 2013-12-17 Juri Linkov <juri@jurta.org>
9890
9891 * arc-mode.el (archive-extract-by-file): Check if directory exists
9892 before deletion to not show irrelevant errors if it doesn't exist.
9893
9894 2013-12-17 Juri Linkov <juri@jurta.org>
9895
9896 * menu-bar.el (menu-bar-tools-menu): Add `browse-web'.
9897 (Bug#14751)
9898
9899 * net/eww.el (browse-web): Add alias to `eww'.
9900 (eww-mode-map): Bind "r" to `eww-forward-url' like in Info.
9901 Bind "S-SPC" to `scroll-down-command'. (Bug#16178)
9902
9903 * net/browse-url.el (browse-url-browser-function): Move `eww'
9904 closer to similar functions.
9905
9906 * startup.el (fancy-startup-screen, fancy-about-screen):
9907 Set browse-url-browser-function to eww-browse-url locally.
9908 (Bug#14751)
9909
9910 2013-12-17 Stefan Monnier <monnier@iro.umontreal.ca>
9911
9912 * window.el (window--pixel-to-total): Remove unused `mini' var.
9913 (maximize-window, minimize-window): Remove unused `pixelwise' arg.
9914 (split-window): Remove unused `new' var.
9915 (window--display-buffer): Remove unused `frame' and `delta' vars.
9916 (fit-window-to-buffer): Remove unused vars `frame', `display-height',
9917 and display-width'.
9918
9919 2013-12-17 Martin Rudalics <rudalics@gmx.at>
9920
9921 * dired.el (dired-mark-pop-up):
9922 * register.el (register-preview): Don't bind
9923 split-height-threshold here since it's now done in
9924 display-buffer-below-selected.
9925
9926 2013-12-17 oblique <psyberbits@gmail.com> (tiny change)
9927
9928 * term/rxvt.el (rxvt-rgb-convert-to-16bit): Standardize with
9929 xterm-rgb-convert-to-16bit.
9930 (rxvt-register-default-colors): Standardize with
9931 xterm-register-default-colors (Bug#14078).
9932
9933 2013-12-17 Dima Kogan <dima@secretsauce.net> (tiny change)
9934
9935 * simple.el (kill-region): Pass mark first, then point, so that
9936 kill-append works right (Bug#12819).
9937 (copy-region-as-kill, kill-ring-save): Likewise.
9938
9939 2013-12-17 Leo Liu <sdl.web@gmail.com>
9940
9941 * net/rcirc.el (rcirc-add-face):
9942 * eshell/em-prompt.el (eshell-emit-prompt):
9943 * eshell/em-ls.el (eshell-ls-decorated-name): Use font-lock-face.
9944 (Bug#16167)
9945
9946 2013-12-17 Chong Yidong <cyd@gnu.org>
9947
9948 * files.el (break-hardlink-on-save): Doc fix (Bug#13801).
9949 Suggested by Xue Fuqiao.
9950
9951 2013-12-17 Dmitry Gutov <dgutov@yandex.ru>
9952
9953 * progmodes/ruby-mode.el (ruby-smie-rules): Indent ternary if.
9954
9955 2013-12-17 Stefan Monnier <monnier@iro.umontreal.ca>
9956
9957 * net/shr.el (shr-insert-document): Remove unused var
9958 `shr-preliminary-table-render'.
9959 (shr-rescale-image): Remove unused arg `force'.
9960 (shr-put-image): Update calls accordingly.
9961 (shr-tag-a): Use `cont' rather than dyn-bound `dom'.
9962
9963 2013-12-17 Dmitry Gutov <dgutov@yandex.ru>
9964
9965 * emacs-lisp/smie.el (smie-indent--rule): Extract `smie-indent--rule-1'.
9966 (smie-indent-close): Call `smie-indent--rule-1' with METHOD
9967 :close-all, to see which indentation method to use (Bug#16116).
9968 (smie-rules-function): Document the method :close-all.
9969
9970 2013-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
9971
9972 * net/shr.el (shr-tag-a): Support zero-length <a name="foo"> elements.
9973
9974 * net/eww.el (eww-display-html): If we can't find the anchor we're
9975 looking for, then go to point-min.
9976
9977 2013-12-16 Paul Eggert <eggert@cs.ucla.edu>
9978
9979 Fix problems with CANNOT_DUMP and EMACSLOADPATH.
9980 * Makefile.in (emacs): Add lisp src to EMACSLOADPATH.
9981 * loadup.el: Check for src/bootstrap-emacs only when Emacs can dump.
9982 Expand dir too, in case it's relative.
9983
9984 2013-12-16 Juri Linkov <juri@jurta.org>
9985
9986 * desktop.el (desktop-auto-save-timeout): Change default to
9987 `auto-save-timeout'. Doc fix.
9988 (desktop-save): Skip the timestamp in desktop-saved-frameset
9989 when checking for auto-save changes.
9990 (desktop-auto-save): Don't call desktop-auto-save-set-timer since
9991 `desktop-auto-save' is called repeatedly by the idle timer.
9992 (desktop-auto-save-set-timer): Replace `run-with-timer' with
9993 `run-with-idle-timer' and a non-nil arg REPEAT. Doc fix.
9994 (Bug#15331)
9995
9996 2013-12-16 Juri Linkov <juri@jurta.org>
9997
9998 * isearch.el (isearch-mode-map): Remove [escape] key bindinds.
9999 (Bug#16035)
10000 (isearch-pre-command-hook): Check `this-command' for symbolp.
10001
10002 2013-12-16 Stefan Monnier <monnier@iro.umontreal.ca>
10003
10004 * emacs-lisp/gv.el (gv-ref): Mention lexbind restriction (bug#16153).
10005
10006 2013-12-16 Teodor Zlatanov <tzz@lifelogs.com>
10007
10008 * progmodes/cfengine.el (cfengine3--current-word): Remove.
10009 (cfengine3--current-function): Bring in the current-function
10010 functionality from `cfengine3--current-word'.
10011 (cfengine3-completion-function): Bring in the
10012 bounds-of-current-word functionality from
10013 `cfengine3--current-word'.
10014
10015 2013-12-16 Martin Rudalics <rudalics@gmx.at>
10016
10017 * window.el (display-buffer-below-selected):
10018 Bind split-height-threshold to 0 as suggested by Juri Linkov.
10019
10020 2013-12-16 Leo Liu <sdl.web@gmail.com>
10021
10022 * progmodes/compile.el (compile-goto-error): Do not push-mark.
10023 Remove NOMSG arg and all uses changed.
10024
10025 2013-12-16 Stefan Monnier <monnier@iro.umontreal.ca>
10026
10027 * emulation/cua-rect.el (cua-rectangle-mark-mode): New minor mode.
10028 (cua--deactivate-rectangle): Don't deactivate the mark.
10029 (cua-set-rectangle-mark): Don't set mark-active since
10030 cua--activate-rectangle already does it for us.
10031 (cua--rectangle-highlight-for-redisplay): Unhighlight a previous
10032 non-rectangular region.
10033
10034 * emulation/cua-base.el (cua-repeat-replace-region):
10035 Use with-current-buffer.
10036
10037 * net/gnutls.el: Use cl-lib.
10038 (gnutls-negotiate): `mapcan' -> cl-mapcan.
10039
10040 2013-12-14 Teodor Zlatanov <tzz@lifelogs.com>
10041
10042 * emacs-lisp/package.el (package-built-in-p): Support both
10043 built-in and the package.el converted package descriptions.
10044 (package-show-package-list): Allow keywords.
10045 (package-keyword-button-action): Use it instead of
10046 `finder-list-matches'.
10047 (package-menu-filter-interactive): Interactive filtering (by
10048 keyword) function.
10049 (package-menu--generate): Support keywords and change keymappings
10050 and headers when they are given.
10051 (package--has-keyword-p): Helper function.
10052 (package-menu--refresh): Use it.
10053 (package--mapc): Helper function.
10054 (package-all-keywords): Use it.
10055 (package-menu-mode-map): Set up menu items and keybindings to
10056 provide a filtering UI.
10057
10058 2013-12-14 Teodor Zlatanov <tzz@lifelogs.com>
10059
10060 * net/gnutls.el (gnutls-verify-error): New defcustom to control
10061 the behavior when a certificate fails validation. Defaults to
10062 old behavior: never abort, just warn.
10063 (gnutls-negotiate): Use it.
10064
10065 2013-12-14 Martin Rudalics <rudalics@gmx.at>
10066
10067 * window.el (display-buffer-below-selected): Never split window
10068 horizontally. Suggested by Juri Linkov <juri@jurta.org>.
10069
10070 2013-12-14 Tom Willemse <tom@ryuslash.org> (tiny change)
10071
10072 * emacs-lisp/package.el (package--prepare-dependencies): New function.
10073 (package-buffer-info): Use it (bug#15108).
10074
10075 2013-12-14 Stefan Monnier <monnier@iro.umontreal.ca>
10076
10077 * icomplete.el (icomplete-completions): Make sure the prefix is already
10078 displayed elsewhere before hiding it (bug#16219).
10079
10080 2013-12-14 Dmitry Gutov <dgutov@yandex.ru>
10081
10082 * progmodes/ruby-mode.el (ruby-smie-rules): Return nil before
10083 open-paren tokens when preceded by a open-paren, too.
10084 (ruby-smie-rules): Handle virtual indentation after open-paren
10085 tokens specially. If there is code between it and eol, return the
10086 column where is starts (Bug#16118).
10087
10088 2013-12-13 Teodor Zlatanov <tzz@lifelogs.com>
10089
10090 * progmodes/cfengine.el: Fix `add-hook' doc.
10091 (cfengine-mode-syntax-functions-regex): Initialize sensibly.
10092 (cfengine3--current-word): Fix parameters.
10093 (cfengine3-make-syntax-cache): Simplify further.
10094 (cfengine3-completion-function, cfengine3--current-function):
10095 Use `assq' for symbols.
10096 (cfengine3--current-function): Fix `cfengine3--current-word' call.
10097
10098 2013-12-13 Glenn Morris <rgm@gnu.org>
10099
10100 * loadup.el (load-path): Warn if site-load or site-init changes it.
10101 No more need to reset it when bootstrapping.
10102
10103 2013-12-13 Teodor Zlatanov <tzz@lifelogs.com>
10104
10105 * progmodes/cfengine.el (cfengine-cf-promises): Add more default
10106 locations for cf-promises.
10107 (cfengine-mode-syntax-functions-regex): New caching variable.
10108 (cfengine3-fallback-syntax): Fallback syntax for cases where
10109 cf-promises doesn't run.
10110 (cfengine3--current-word): Reimplement using
10111 `cfengine-mode-syntax-functions-regex'.
10112 (cfengine3-completion-function, cfengine3--current-function):
10113 Use `cfengine3-make-syntax-cache' directly.
10114 (cfengine3-clear-syntax-cache): New function.
10115 (cfengine3-make-syntax-cache): Simplify and create
10116 `cfengine-mode-syntax-functions-regex' on demand.
10117 (cfengine3-format-function-docstring): Don't call
10118 `cfengine3-make-syntax-cache' explicitly.
10119
10120 2013-12-13 Martin Rudalics <rudalics@gmx.at>
10121
10122 Fix windmove-find-other-window broken after pixelwise resizing
10123 (Bug#16017).
10124 * windmove.el (windmove-other-window-loc): Revert change from
10125 2013-12-04.
10126 (windmove-find-other-window): Call window-in-direction.
10127 * window.el (window-in-direction): New arguments SIGN, WRAP and
10128 MINI to emulate original windmove-find-other-window behavior.
10129
10130 2013-12-13 Dmitry Gutov <dgutov@yandex.ru>
10131
10132 * simple.el (blink-matching--overlay): New variable.
10133 (blink-matching-open): Instead of moving point, highlight the
10134 matching paren with an overlay
10135 (http://lists.gnu.org/archive/html/emacs-devel/2013-12/msg00333.html).
10136
10137 * faces.el (paren-showing-faces, show-paren-match)
10138 (show-paren-mismatch): Move from paren.el.
10139
10140 2013-12-13 Leo Liu <sdl.web@gmail.com>
10141
10142 * indent.el (indent-region): Disable progress reporter in
10143 minibuffer. (Bug#16108)
10144
10145 * bindings.el (visual-order-cursor-movement): Fix version.
10146
10147 2013-12-13 Fabián Ezequiel Gallina <fgallina@gnu.org>
10148
10149 * progmodes/python.el (python-pdbtrack-stacktrace-info-regexp):
10150 Also match after beginning of line.
10151 (python-pdbtrack-set-tracked-buffer): Fix logic for remote
10152 files. Thanks to Russell Sim. (Bug#15378)
10153
10154 2013-12-13 Juri Linkov <juri@jurta.org>
10155
10156 * simple.el <Keypad support>: Remove key bindings duplicated
10157 with bindings.el. (Bug#14397)
10158
10159 2013-12-13 Juri Linkov <juri@jurta.org>
10160
10161 * comint.el (comint-mode-map): Replace `delete-char' with
10162 `delete-forward-char'. (Bug#16109)
10163
10164 2013-12-12 Fabián Ezequiel Gallina <fgallina@gnu.org>
10165
10166 * progmodes/python.el (python-indent-calculate-indentation):
10167 Fix de-denters cornercase. (Bug#15731)
10168
10169 2013-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
10170
10171 * emacs-lisp/nadvice.el: Add `depth' property to manage ordering.
10172 (advice--make): Pay attention to `depth'.
10173 (advice--make-1): Don't autoload commands eagerly.
10174 * emacs-lisp/elp.el (elp-instrument-function):
10175 * emacs-lisp/trace.el (trace-function-internal):
10176 * emacs-lisp/debug.el (debug-on-entry): Keep them "first".
10177
10178 * iswitchb.el (iswitchb-mode): Don't belittle ido.
10179
10180 2013-12-12 Eli Zaretskii <eliz@gnu.org>
10181
10182 * term/w32-win.el (w32-handle-dropped-file):
10183 * startup.el (normal-top-level):
10184 * net/browse-url.el (browse-url-file-url):
10185 * dnd.el (dnd-get-local-file-name): On MS-Windows, encode and
10186 decode file names using 'utf-8' rather than
10187 file-name-coding-system.
10188
10189 2013-12-12 Fabián Ezequiel Gallina <fgallina@gnu.org>
10190
10191 * progmodes/python.el (python-indent-context)
10192 (python-indent-calculate-indentation): Fix auto-identation
10193 behavior for comment blocks. (Bug#15916)
10194
10195 2013-12-12 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
10196
10197 * progmodes/python.el (python-indent-calculate-indentation):
10198 When determining indentation, don't treat "return", "pass", etc., as
10199 operators when they are just string constituents. (Bug#15812)
10200
10201 2013-12-12 Juri Linkov <juri@jurta.org>
10202
10203 * uniquify.el (uniquify-buffer-name-style): Change default to
10204 `post-forward-angle-brackets'.
10205
10206 * menu-bar.el (menu-bar-options-menu): Don't require preloaded
10207 `uniquify'. Change default to `post-forward-angle-brackets'.
10208
10209 2013-12-11 Glenn Morris <rgm@gnu.org>
10210
10211 * emacs-lisp/package.el (finder-list-matches):
10212 Autoload rather than falsely declaring.
10213
10214 2013-12-11 Teodor Zlatanov <tzz@lifelogs.com>
10215
10216 * net/eww.el (eww-exit, eww-close): Add UI convenience wrappers.
10217 (eww-mode-map): Use them.
10218
10219 2013-12-11 Martin Rudalics <rudalics@gmx.at>
10220
10221 * window.el (display-buffer-in-side-window): Fix doc-string
10222 (Bug#16115).
10223
10224 2013-12-11 Juanma Barranquero <lekktu@gmail.com>
10225
10226 * vc/vc-git.el: Silence byte-compiler warnings.
10227 (vc-git-dir-extra-headers): Rename arg _dir which is no longer ignored.
10228 (log-edit-set-header): Declare.
10229
10230 2013-12-11 Eli Zaretskii <eliz@gnu.org>
10231
10232 * Makefile.in (custom-deps, finder-data): Run output file names
10233 through unmsys--file-name. (Bug#16099)
10234
10235 2013-12-11 Stefan Monnier <monnier@iro.umontreal.ca>
10236
10237 * emacs-lisp/smie.el (smie-indent--hanging-p): Don't bother matching
10238 comment-start-skip, which fails when that uses submatch 1 (bug#16041).
10239
10240 * emulation/cua-base.el (cua-paste): Add `delete-selection' property
10241 instead of deleting the selection "by hand" (bug#16098).
10242 Rely on insert-for-yank to yank rectangles.
10243 (cua-highlight-region-shift-only): Mark obsolete.
10244 (cua-mode): Don't enable/disable transient-mark-mode,
10245 shift-select-mode (cua-mode works both with and without them), and
10246 pc-selection-mode (obsolete).
10247 * emulation/cua-rect.el (cua--activate-rectangle): Activate the mark.
10248 (cua--deactivate-rectangle): Deactivate it.
10249
10250 * delsel.el (delete-selection-mode): Don't enable transient-mark-mode.
10251 (delete-selection-helper): Make sure yank starts at the top of the
10252 deleted region.
10253 (minibuffer-keyboard-quit): Use region-active-p.
10254
10255 * emacs-lisp/trace.el (trace-make-advice): Don't deactivate the mark.
10256
10257 * simple.el (normal-erase-is-backspace-mode): Map kp-delete identically
10258 to `delete' (bug#16109).
10259
10260 2013-12-11 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
10261
10262 * progmodes/octave.el (octave-mode, inferior-octave-mode): Link to
10263 info manual and show keybindings and set `:group' keyword.
10264
10265 2013-12-11 Juri Linkov <juri@jurta.org>
10266
10267 * delsel.el (delete-active-region): Let-bind `this-command'
10268 to prevent `kill-region' from changing its original value.
10269 (delete-selection-helper): Handle `overwrite-mode' for the type
10270 `kill' exactly the same way as for the type `t'.
10271 (insert-char, quoted-insert, reindent-then-newline-and-indent):
10272 Support more commands. (Bug#13312)
10273
10274 2013-12-11 Juri Linkov <juri@jurta.org>
10275
10276 * bindings.el: Map kp keys to non-kp keys systematically
10277 with basic modifiers control, meta and shift. (Bug#14397)
10278
10279 2013-12-11 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
10280
10281 * net/eww.el (eww-mode-map): Instead of "Quit" show "Exit" and
10282 "Close browser" menu items. Fix wrong function of "List
10283 bookmarks".
10284
10285 2013-12-11 Juri Linkov <juri@jurta.org>
10286
10287 * misearch.el (multi-isearch-buffers): Set the value of
10288 `multi-isearch-buffer-list' globally. Set NO-RECURSIVE-EDIT
10289 arg of isearch-forward to t.
10290 (multi-isearch-buffers-regexp): Set the value of
10291 `multi-isearch-buffer-list' globally. Set NO-RECURSIVE-EDIT
10292 arg of isearch-forward-regexp to t.
10293 (multi-isearch-files): Set the value of
10294 `multi-isearch-file-list' globally. Set NO-RECURSIVE-EDIT
10295 arg of isearch-forward to t.
10296 (multi-isearch-files-regexp): Set the value of
10297 `multi-isearch-file-list' globally. Set NO-RECURSIVE-EDIT
10298 arg of isearch-forward-regexp to t. (Bug#16035)
10299
10300 * dired-aux.el (dired-isearch-filenames): Set NO-RECURSIVE-EDIT
10301 arg of isearch-forward to t.
10302 (dired-isearch-filenames-regexp): Set NO-RECURSIVE-EDIT
10303 arg of isearch-forward-regexp to t.
10304 (dired-isearch-filter-filenames): Remove unnecessary check for
10305 `dired-isearch-filenames'.
10306
10307 * comint.el (comint-history-isearch-backward):
10308 Set NO-RECURSIVE-EDIT arg of isearch-backward to t.
10309 (comint-history-isearch-backward-regexp):
10310 Set NO-RECURSIVE-EDIT arg of isearch-backward-regexp to t.
10311
10312 2013-12-10 Eli Zaretskii <eliz@gnu.org>
10313
10314 * Makefile.in (autoloads): Run $(srcdir)/loaddefs.el through
10315 unmsys--file-name. (Bug#16099)
10316
10317 2013-12-10 Teodor Zlatanov <tzz@lifelogs.com>
10318
10319 * emacs-lisp/package.el (package-keyword-button-action):
10320 Remove finder.el require dependency.
10321
10322 2013-12-09 Teodor Zlatanov <tzz@lifelogs.com>
10323
10324 * emacs-lisp/package.el: Require finder.el.
10325 (describe-package-1): Add keyword buttons.
10326 (package-make-button): New convenience function.
10327 (package-keyword-button-action): Keyword button action using
10328 `finder-list-matches'.
10329
10330 2013-12-09 Eli Zaretskii <eliz@gnu.org>
10331
10332 * autorevert.el (auto-revert-notify-add-watch): Fix a thinko in
10333 last commit.
10334
10335 2013-12-09 Michael Albinus <michael.albinus@gmx.de>
10336
10337 * autorevert.el (auto-revert-notify-add-watch): Do not handle
10338 symlinked files.
10339
10340 2013-12-09 Dmitry Gutov <dgutov@yandex.ru>
10341
10342 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Return t
10343 after the end of a percent literal.
10344
10345 2013-12-09 Cameron Desautels <camdez@gmail.com> (tiny change)
10346
10347 * progmodes/ruby-mode.el (ruby-forward-string): Document.
10348 Handle caret-delimited strings (Bug#16079).
10349
10350 2013-12-09 Dmitry Gutov <dgutov@yandex.ru>
10351
10352 * progmodes/ruby-mode.el (ruby-accurate-end-of-block):
10353 When `ruby-use-smie' is t, use `smie-forward-sexp' instead of
10354 `ruby-parse-partial' (Bug#16078).
10355
10356 2013-12-09 Leo Liu <sdl.web@gmail.com>
10357
10358 * subr.el (read-passwd): Disable show-paren-mode. (Bug#16091)
10359
10360 2013-12-08 Dmitry Gutov <dgutov@yandex.ru>
10361
10362 * progmodes/js.el (js-auto-indent-flag): Remove, was unused.
10363 (js-switch-indent-offset): New option.
10364 (js--proper-indentation): Use it. And handle the case when
10365 "default" is actually a key in an object literal.
10366 (js--same-line): New function.
10367 (js--multi-line-declaration-indentation): Use it.
10368 (js--indent-in-array-comp, js--array-comp-indentation):
10369 New functions.
10370 (js--proper-indentation): Use them, to handle array comprehension
10371 continuations.
10372
10373 2013-12-08 Leo Liu <sdl.web@gmail.com>
10374
10375 * progmodes/flymake.el (flymake-highlight-line): Re-write.
10376 (flymake-make-overlay): Remove arg MOUSE-FACE.
10377 (flymake-save-string-to-file, flymake-read-file-to-string): Remove.
10378
10379 2013-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
10380
10381 * emulation/cua-rect.el (cua--rectangle-highlight-for-redisplay):
10382 New function.
10383 (redisplay-highlight-region-function): Use it.
10384
10385 * emulation/cua-base.el (cua--explicit-region-start)
10386 (cua--last-region-shifted): Remove.
10387 (cua--deactivate): Use deactivate-mark.
10388 (cua--pre-command-handler-1): Don't handle shift-selection.
10389 (cua--post-command-handler-1): Don't change transient-mark-mode.
10390 (cua--select-keymaps): Use region-active-p rather than
10391 cua--explicit-region-start or cua--last-region-shifted.
10392 (cua-mode): Enable shift-select-mode.
10393
10394 2013-12-08 Leo Liu <sdl.web@gmail.com>
10395
10396 * progmodes/flymake.el (flymake-popup-current-error-menu):
10397 Rename from flymake-display-err-menu-for-current-line. Reimplement.
10398 (flymake-posn-at-point-as-event, flymake-popup-menu)
10399 (flymake-make-emacs-menu): Remove. (Bug#16077)
10400
10401 2013-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
10402
10403 * rect.el (rectangle-mark-mode): Activate mark even if
10404 transient-mark-mode is off (bug#16066).
10405 (rectangle--highlight-for-redisplay): Fix boundary condition when point
10406 is > mark and at bolp.
10407
10408 * emulation/cua-rect.el (cua--rectangle-region-extract): New function.
10409 (region-extract-function): Use it.
10410 (cua-mouse-save-then-kill-rectangle): Use cua-copy-region.
10411 (cua-copy-rectangle, cua-cut-rectangle, cua-delete-rectangle):
10412 Delete functions.
10413 (cua--init-rectangles): Don't re-remap copy-region-as-kill,
10414 kill-ring-save, kill-region, delete-char, delete-forward-char.
10415 Ignore self-insert-iso.
10416
10417 * emulation/cua-gmrk.el (cua--init-global-mark):
10418 Ignore `self-insert-iso'.
10419
10420 * emulation/cua-base.el (cua--prefix-copy-handler)
10421 (cua--prefix-cut-handler): Rely on region-extract-function rather than
10422 checking cua--rectangle.
10423 (cua-delete-region): Use region-extract-function.
10424 (cua-replace-region): Delete function.
10425 (cua-copy-region, cua-cut-region): Obey region-extract-function.
10426 (cua--pre-command-handler-1): Don't do the delete-selection thing.
10427 (cua--self-insert-char-p): Ignore `self-insert-iso'.
10428 (cua--init-keymaps): Don't remap delete-selection commands.
10429 (cua-mode): Use delete-selection-mode instead of rolling our own
10430 (bug#16085).
10431
10432 * menu-bar.el (clipboard-kill-ring-save, clipboard-kill-region):
10433 Obey region-extract-function.
10434
10435 Make registers and delete-selection-mode work on rectangles.
10436 * register.el (describe-register-1): Don't modify the register's value.
10437 (copy-to-register): Obey region-extract-function.
10438 * delsel.el (delete-active-region): Obey region-extract-function.
10439
10440 2013-12-08 Leo Liu <sdl.web@gmail.com>
10441
10442 * progmodes/flymake.el (flymake, flymake-error-bitmap)
10443 (flymake-warning-bitmap, flymake-fringe-indicator-position)
10444 (flymake-compilation-prevents-syntax-check)
10445 (flymake-start-syntax-check-on-newline)
10446 (flymake-no-changes-timeout, flymake-gui-warnings-enabled)
10447 (flymake-start-syntax-check-on-find-file, flymake-log-level)
10448 (flymake-xml-program, flymake-master-file-dirs)
10449 (flymake-master-file-count-limit)
10450 (flymake-allowed-file-name-masks): Relocate.
10451 (flymake-makehash, flymake-float-time)
10452 (flymake-replace-regexp-in-string, flymake-split-string)
10453 (flymake-get-temp-dir): Remove.
10454 (flymake-popup-menu, flymake-nop, flymake-make-xemacs-menu)
10455 (flymake-current-row, flymake-selected-frame)
10456 (flymake-get-point-pixel-pos): Remove xemacs compatibity and
10457 related functions. (Bug#16077)
10458
10459 2013-12-07 Bozhidar Batsov <bozhidar@batsov.com>
10460
10461 * emacs-lisp/helpers.el (string-blank-p): Use `string-match-p'.
10462
10463 2013-12-07 Tassilo Horn <tsdh@gnu.org>
10464
10465 * help-fns.el (describe-function-1): Use new advice-* functions
10466 rather than old ad-* functions. Fix function type description and
10467 source links for advised functions and subrs.
10468
10469 2013-12-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
10470
10471 * net/shr.el (shr-tag-img): Don't bug out on <img src=""> data.
10472
10473 2013-12-06 Michael Albinus <michael.albinus@gmx.de>
10474
10475 * progmodes/compile.el (compilation-start):
10476 * progmodes/grep.el (rgrep): Revert change 2012-12-20T11:15:38Z!michael.albinus@gmx.de.
10477
10478 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
10479 Handle long command lines, lasting from "sh -c ...". (Bug#16045)
10480
10481 2013-12-06 Dmitry Gutov <dgutov@yandex.ru>
10482
10483 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
10484 Touch up the last change.
10485
10486 2013-12-06 Leo Liu <sdl.web@gmail.com>
10487
10488 * progmodes/octave.el (inferior-octave-prompt): Use shy groups.
10489 (inferior-octave-startup): Always use "octave> " for prompt.
10490 (octave-goto-function-definition)
10491 (octave-sync-function-file-names)
10492 (octave-find-definition-default-filename): Remove redundant backquotes.
10493
10494 2013-12-06 Dmitry Gutov <dgutov@yandex.ru>
10495
10496 * progmodes/ruby-mode.el (ruby-mode-syntax-table): Don't modify
10497 syntax for `?'.
10498 (ruby-expr-beg): Expect that `!' will have syntax class "symbol"
10499 where appropriate already.
10500 (ruby-syntax-propertize-function): Propertize `?' and `!' at the
10501 end of method names (Bug#15874).
10502
10503 2013-12-06 Juri Linkov <juri@jurta.org>
10504
10505 * isearch.el (isearch--saved-overriding-local-map):
10506 New internal variable.
10507 (isearch-mode): Set it to the initial value of
10508 `overriding-terminal-local-map'.
10509 (isearch-pre-command-hook): Compare `overriding-terminal-local-map'
10510 with `isearch--saved-overriding-local-map'. (Bug#16035)
10511
10512 2013-12-06 Dmitry Gutov <dgutov@yandex.ru>
10513
10514 * progmodes/octave.el (inferior-octave-completion-table):
10515 Turn back into function, use `completion-table-with-cache'
10516 (Bug#11906). Update all references.
10517
10518 * minibuffer.el (completion-table-with-cache): New function.
10519
10520 2013-12-05 Cameron Desautels <camdez@gmail.com> (tiny change)
10521
10522 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Fix ^ (bug#16046).
10523
10524 2013-12-05 Teodor Zlatanov <tzz@lifelogs.com>
10525
10526 * net/eww.el (eww-current-source): New variable to store page
10527 source.
10528 (eww-display-html, eww-mode, eww-save-history)
10529 (eww-restore-history): Use it.
10530 (eww-view-source): New command to view page source.
10531 Opportunistically uses `html-mode' to highlight the buffer.
10532 (eww-mode-map): Install it.
10533
10534 2013-12-05 Michael Albinus <michael.albinus@gmx.de>
10535
10536 * net/dbus.el (dbus-unregister-service)
10537 (dbus-escape-as-identifier, dbus-unescape-from-identifier):
10538 Fix docstring.
10539 (dbus-unregister-service): Skip :serial entries in
10540 `dbus-registered-objects-table'.
10541 (dbus-byte-array-to-string): New optional arg MULTIBYTE.
10542
10543 2013-12-04 Teodor Zlatanov <tzz@lifelogs.com>
10544
10545 * emacs-lisp/lisp-mnt.el (lm-keywords-list): Trim whitespace
10546 around keywords with extra `split-string' argument.
10547
10548 2013-12-04 Martin Rudalics <rudalics@gmx.at>
10549
10550 * windmove.el (windmove-other-window-loc): Handle navigation
10551 between windows (excluding the minibuffer window - Bug#16017).
10552
10553 2013-12-04 Michael Albinus <michael.albinus@gmx.de>
10554
10555 * net/dbus.el (dbus-byte-array-to-string): Accept also byte arrays
10556 in D-Bus type syntax.
10557 (dbus-unescape-from-identifier): Use `byte-to-string' in order to
10558 preserve unibyte strings. (Bug#16048)
10559
10560 2013-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
10561
10562 * emacs-lisp/eldoc.el (eldoc-minibuffer-message):
10563 Call force-mode-line-update is the proper buffer (bug#16042).
10564
10565 2013-12-04 Dmitry Gutov <dgutov@yandex.ru>
10566
10567 * vc/log-edit.el (log-edit-add-new-comment): Rename to
10568 `log-edit-remember-comment', make argument optional. Adjust all
10569 callers.
10570 (log-edit-mode): Add `log-edit-remember-comment' to
10571 `kill-buffer-hook' locally.
10572 (log-edit-kill-buffer): Don't remember comment explicitly since
10573 the buffer is killed anyway.
10574
10575 2013-12-04 Juri Linkov <juri@jurta.org>
10576
10577 * isearch.el (isearch-mode, isearch-done): Don't set arg LOCAL in
10578 add-hook and remove-hook for multi-buffer search. (Bug#16035)
10579
10580 2013-12-03 Tom Regner <tom@goochesa.de> (tiny change)
10581
10582 * notifications.el (notifications-close-notification): Call the
10583 D-Bus method with ID being a `:uint32'. (Bug#16030)
10584
10585 2013-12-03 Katsumi Yamaoka <yamaoka@jpl.org>
10586
10587 * net/eww.el (eww-render): Don't pass arg to eww-display-image.
10588
10589 2013-12-03 Juri Linkov <juri@jurta.org>
10590
10591 * progmodes/compile.el (compilation-start): Rename window alist
10592 entry `no-display-ok' to `allow-no-window'.
10593
10594 * simple.el (shell-command): Add window alist entry
10595 `allow-no-window' to `display-buffer'.
10596 (async-shell-command): Doc fix.
10597
10598 * window.el (display-buffer-no-window): New action function.
10599 (display-buffer-alist, display-buffer): Doc fix. (Bug#13594)
10600
10601 2013-12-02 Dmitry Gutov <dgutov@yandex.ru>
10602
10603 * vc/log-edit.el (log-edit-set-header): Extract from
10604 `log-edit-toggle-header'.
10605 (log-edit-extract-headers): Separate the summary, when extracted
10606 from header, from the rest of the message with an empty line.
10607
10608 * vc/vc-git.el (vc-git-log-edit-toggle-amend): Move the summary
10609 line, if present, to the Summary header.
10610
10611 2013-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
10612
10613 * epa-file.el (epa-file-insert-file-contents): Ensure we insert text
10614 in current-buffer (bug#16029).
10615
10616 2013-12-02 Helmut Eller <eller.helmut@gmail.com>
10617
10618 * emacs-lisp/debug.el (debugger-toggle-locals): New command.
10619 (debugger-mode-map): Bind it.
10620 (debugger--backtrace-base): New function.
10621 (debugger-eval-expression): Use it.
10622 (debugger-frame-number): Skip local vars when present.
10623 (debugger--locals-visible-p, debugger--insert-locals)
10624 (debugger--show-locals, debugger--hide-locals): New functions.
10625
10626 2013-12-02 Michael Albinus <michael.albinus@gmx.de>
10627
10628 * net/tramp-sh.el (tramp-remote-process-environment): Do not set
10629 "LC_ALL".
10630 (tramp-get-remote-locale): New defun.
10631 (tramp-open-connection-setup-interactive-shell): Use it.
10632
10633 2013-12-02 Leo Liu <sdl.web@gmail.com>
10634
10635 * subr.el (process-live-p): Return nil for non-process. (Bug#16023)
10636
10637 * progmodes/sh-script.el (sh-shell-process):
10638 * progmodes/octave.el (inferior-octave-process-live-p):
10639 * progmodes/gdb-mi.el (gdb-delchar-or-quit)
10640 (gdb-inferior-io-sentinel):
10641 * emacs-lock.el (emacs-lock-live-process-p): All uses changed.
10642
10643 2013-12-02 Dmitry Gutov <dgutov@yandex.ru>
10644
10645 * vc/log-edit.el (log-edit-kill-buffer): Move the use of
10646 `save-selected-window' to `log-edit-hide-buf'. This makes
10647 `log-edit-show-files' idempotent.
10648 (log-edit-show-files): Mark the new window as dedicated.
10649
10650 2013-12-02 Dmitry Gutov <dgutov@yandex.ru>
10651
10652 * vc/log-edit.el (log-edit-mode-map): Add binding for
10653 `log-edit-kill-biffer'.
10654 (log-edit-hide-buf): Add a FIXME comment.
10655 (log-edit-add-new-comment): New function, extracted from
10656 `log-edit-done'.
10657 (log-edit-done, log-edit-add-to-changelog): Use it.
10658 (log-edit-kill-buffer): New command.
10659
10660 2013-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
10661
10662 * net/eww.el (eww-mode-map): Have `q' do a normal `quit-window'
10663 instead of killing the buffer.
10664
10665 2013-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
10666
10667 * simple.el (newline): Mention `electric-indent-mode' (bug#16015).
10668
10669 2013-12-01 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
10670
10671 * net/eww.el (eww-form-checkbox-selected-symbol)
10672 (eww-form-checkbox-symbol): New customizable variable.
10673 (eww-form-checkbox, eww-toggle-checkbox):
10674 Use `eww-form-checkbox-selected-symbol' and `eww-form-checkbox-symbol'.
10675
10676 * net/shr.el (shr-prefer-media-type-alist): New customizable variable.
10677 (shr--get-media-pref, shr--extract-best-source): New function.
10678 (shr-tag-video, shr-tag-audio): Use `shr--extract-best-source' when
10679 no :src tag was specified.
10680
10681 * net/eww.el (eww-use-external-browser-for-content-type): New variable.
10682 (eww-render): Handle `eww-use-external-browser-for-content-type'.
10683 Use \\` to match beginning of string instead of ^.
10684 (eww-browse-with-external-browser): Provide optional URL parameter.
10685 (eww-render): Set `eww-current-title' back to "".
10686
10687 * net/shr.el (shr-tag-video): Display content for video if no
10688 poster is available.
10689 (shr-tag-audio): Add support for <audio> tag.
10690
10691 * net/eww.el (eww-text-input-types): New const.
10692 (eww-process-text-input): Treat input types in
10693 `eww-text-input-types' as text.
10694
10695 * net/shr.el (shr-tag-table): Fix comment typo.
10696
10697 2013-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
10698
10699 * net/eww.el (eww-follow-link): New command to avoid reloading
10700 pages when we follow #target links (bug#15243).
10701 (eww-quit): Special mode buffers shouldn't query before exiting.
10702
10703 2013-12-01 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
10704
10705 * net/eww.el (eww-tag-select): Support <optgroup> tags in <select>
10706 forms.
10707
10708 2013-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
10709
10710 * net/eww.el (eww-restore-history): Update the window title after
10711 moving in the history.
10712 (eww-current-dom): New variable used to save the current DOM.
10713
10714 2013-12-01 Dmitry Gutov <dgutov@yandex.ru>
10715
10716 * vc/log-edit.el (log-edit-mode-map): Add binding for
10717 `log-edit-beginning-of-line'.
10718 (log-edit-setup-add-author): New user option.
10719 (log-edit-beginning-of-line): New command.
10720 (log-edit): Move major mode call above the contents setup so that
10721 the local variable values are already applied.
10722 (log-edit): Only insert "Author: " when
10723 `log-edit-setup-add-author' is non-nil.
10724 (log-edit): When SETUP is non-nil, position point after ": "
10725 instead of point-min.
10726
10727 2013-12-01 Glenn Morris <rgm@gnu.org>
10728
10729 * startup.el (command-line): Warn if ~/emacs.d is in load-path.
10730
10731 2013-11-30 Eli Zaretskii <eliz@gnu.org>
10732
10733 * startup.el (fancy-splash-frame): On MS-Windows, trigger
10734 redisplay to make sure the initial frame gets a chance to become
10735 visible. (Bug#16014)
10736
10737 2013-11-30 Martin Rudalics <rudalics@gmx.at>
10738
10739 Support resizing frames and windows pixelwise.
10740 * cus-start.el (frame-resize-pixelwise)
10741 (window-resize-pixelwise): New entries.
10742 * emacs-lisp/debug.el (debug): Use window-total-height instead
10743 of window-total-size.
10744 * frame.el (tool-bar-lines-needed): Defalias to tool-bar-height.
10745 * help.el (describe-bindings-internal): Use help-buffer as
10746 argument for with-help-window.
10747 (temp-buffer-max-width): New option.
10748 (resize-temp-buffer-window, help-window-setup)
10749 (with-help-window): Rewrite.
10750 * mouse.el (mouse-drag-line): Rewrite. Add key bindings for
10751 dragging dividers.
10752 * window.el (frame-char-size, window-min-pixel-height)
10753 (window-safe-min-pixel-height, window-safe-min-pixel-width)
10754 (window-min-pixel-width, window-safe-min-pixel-size)
10755 (window-combination-p, window-safe-min-size)
10756 (window-resizable-p, window--size-to-pixel)
10757 (window--pixel-to-size, window--resize-apply-p): New functions.
10758 (window-safe-min-height): Fix doc-string.
10759 (window-size, window-min-size, window--min-size-1)
10760 (window-sizable, window-sizable-p, window--min-delta-1)
10761 (window-min-delta, window--max-delta-1, window-max-delta)
10762 (window--resizable, window--resizable-p, window-resizable)
10763 (window-full-height-p, window-full-width-p, window-at-side-p)
10764 (window--in-direction-2, window-in-direction)
10765 (window--resize-reset-1, window--resize-mini-window)
10766 (window-resize, window-resize-no-error)
10767 (window--resize-child-windows-normal)
10768 (window--resize-child-windows, window--resize-siblings)
10769 (window--resize-this-window, window--resize-root-window)
10770 (window--resize-root-window-vertically)
10771 (adjust-window-trailing-edge, enlarge-window, shrink-window)
10772 (maximize-window, minimize-window, delete-window)
10773 (quit-restore-window, window-split-min-size, split-window)
10774 (balance-windows-2, balance-windows)
10775 (balance-windows-area-adjust, balance-windows-area)
10776 (window--state-get-1, window-state-get, window--state-put-1)
10777 (window--state-put-2, window-state-put)
10778 (display-buffer-record-window, window--display-buffer):
10779 Make functions handle pixelwise sizing of windows.
10780 (display-buffer--action-function-custom-type)
10781 (display-buffer-fallback-action):
10782 Add display-buffer-in-previous-window.
10783 (display-buffer-use-some-window): Resize window to height it had
10784 before.
10785 (fit-window-to-buffer-horizontally): New option.
10786 (fit-frame-to-buffer): Describe new values.
10787 (fit-frame-to-buffer-bottom-margin): Replace with
10788 fit-frame-to-buffer-margins.
10789 (window--sanitize-margin): New function.
10790 (fit-frame-to-buffer, fit-window-to-buffer): Rewrite completely
10791 using window-text-pixel-size.
10792
10793 2013-11-30 Glenn Morris <rgm@gnu.org>
10794
10795 * emacs-lisp/bytecomp.el (byte-compile-form):
10796 Make the `interactive-only' warning like the `obsolete' one.
10797 * comint.el (comint-run):
10798 * files.el (insert-file-literally, insert-file):
10799 * replace.el (replace-string, replace-regexp):
10800 * simple.el (beginning-of-buffer, end-of-buffer, delete-backward-char)
10801 (goto-line, insert-buffer, next-line, previous-line):
10802 Tweak `interactive-only' spec.
10803
10804 Stop keeping (most) generated cedet grammar files in the repository.
10805 * Makefile.in (semantic): New.
10806 (compile-main): Depend on semantic.
10807
10808 2013-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
10809
10810 * net/newst-reader.el (newsticker-html-renderer): Default to SHR if
10811 available. Suggested by Clément B. <barthele1u@etu.univ-lorraine.fr>.
10812
10813 * uniquify.el (uniquify-buffer-name-style): Change default.
10814
10815 * loadup.el: Preload "uniquify".
10816
10817 * time.el (display-time-update): Update all mode lines (bug#15999).
10818
10819 * electric.el (electric-indent-mode): Enable by default.
10820 * loadup.el: Preload "electric".
10821
10822 2013-11-29 Bozhidar Batsov <bozhidar@batsov.com>
10823
10824 * emacs-lisp/helpers.el (string-empty-p): New function.
10825 (string-blank-p): New function.
10826
10827 2013-11-29 Andreas Politz <politza@hochschule-trier.de>
10828
10829 * imenu.el (imenu--index-alist): Add missing dot to the docstring
10830 (Bug#14029).
10831
10832 2013-11-29 Andreas Politz <politza@fh-trier.de>
10833 * imenu.el (imenu--subalist-p): Don't error on non-conses and
10834 allow non-lambda lists as functions.
10835 (imenu--in-alist): Don't recurse into non-subalists.
10836 (imenu): Don't pass function itself as an argument (Bug#14029).
10837
10838 2013-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
10839
10840 * progmodes/python.el (python-mode-map): Remove binding for ":".
10841 (python-indent-electric-colon): Remove command.
10842 (python-indent-post-self-insert-function): Integrate the previous code
10843 of python-indent-electric-colon. Make it conditional on
10844 electric-indent-mode.
10845 (python-mode): Add ?: to electric-indent-chars.
10846 Move python-indent-post-self-insert-function to the end of
10847 post-self-insert-hook.
10848
10849 2013-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
10850
10851 * doc-view.el (doc-view-goto-page): Update mode-line.
10852
10853 * vc/vc-dispatcher.el (vc-log-edit): Setup the Summary&Author headers.
10854
10855 2013-11-27 Glenn Morris <rgm@gnu.org>
10856
10857 * international/charprop.el, international/uni-bidi.el:
10858 * international/uni-category.el, international/uni-combining.el:
10859 * international/uni-comment.el, international/uni-decimal.el:
10860 * international/uni-decomposition.el, international/uni-digit.el:
10861 * international/uni-lowercase.el, international/uni-mirrored.el:
10862 * international/uni-name.el, international/uni-numeric.el:
10863 * international/uni-old-name.el, international/uni-titlecase.el:
10864 * international/uni-uppercase.el:
10865 Remove generated files from VCS repository.
10866
10867 2013-11-27 Eli Zaretskii <eliz@gnu.org>
10868
10869 * filenotify.el (file-notify-add-watch): Don't special-case
10870 w32notify when computing the directory to watch.
10871
10872 2013-11-27 Glenn Morris <rgm@gnu.org>
10873
10874 Make bootstrap without generated uni-*.el files possible again.
10875 * loadup.el: Update command-line-args checking for unidata-gen.
10876 Add vc to load-path to allow loading vc-bzr when writing uni-*.el.
10877 * composite.el, international/characters.el:
10878 Handle unicode tables being undefined.
10879
10880 Move ja-dic, quail, leim-list.el from ../leim to a leim subdirectory.
10881 * Makefile.in (setwins_for_subdirs): Skip leim/ directory.
10882 (compile-main): Depend on leim rule.
10883 (leim): New rule.
10884 * loadup.el: Move leim-list.el to leim/ subdirectory.
10885 * startup.el (normal-top-level): No more leim directory.
10886 * international/ja-dic-cnv.el (skkdic-convert):
10887 Disable version-control and autoloads in output files.
10888 * international/titdic-cnv.el (titdic-convert, miscdic-convert):
10889 Disable version-control and autoloads in output files.
10890 * leim/quail: Move here from ../leim.
10891 * leim/quail/hangul.el (hangul-input-method-activate):
10892 Add autoload cookie.
10893 (generated-autoload-load-name): Set file-local value.
10894 * leim/quail/uni-input.el (ucs-input-activate): Add autoload cookie.
10895 (generated-autoload-load-name): Set file-local value.
10896
10897 2013-11-26 Kenjiro NAKAYAMA <knakayam@redhat.com>
10898
10899 * net/eww.el (eww-bookmark-browse): Use 'eww-browse-url'.
10900 (eww-add-bookmark): Ask confirmation when add to bookmarks.
10901 (eww-quit): Ask confirmation before quitting eww.
10902
10903 2013-11-26 Eli Zaretskii <eliz@gnu.org>
10904
10905 * vc/vc.el (vc-diff-internal): Use *-dos coding-system when
10906 reading output from Diff on MS-Windows and MS-DOS.
10907
10908 2013-11-26 Bozhidar Batsov <bozhidar@batsov.com>
10909
10910 * emacs-lisp/helpers.el (string-reverse): New function.
10911
10912 2013-11-26 Michael Albinus <michael.albinus@gmx.de>
10913
10914 * net/tramp.el (tramp-file-name-regexp-unified): Support IPv6 host
10915 names on MS Windows, like "/[::1]:".
10916
10917 * net/tramp-sh.el (tramp-sh-handle-insert-directory): Accept nil
10918 SWITCHES.
10919
10920 2013-11-26 Glenn Morris <rgm@gnu.org>
10921
10922 * progmodes/python.el (python-indent-guess-indent-offset):
10923 Avoid corner-case error. (Bug#15975)
10924
10925 Preload leim-list.el. (Bug#4789)
10926 * loadup.el: Load leim-list.el when found.
10927 * startup.el (normal-top-level): Skip re-loading leim/leim-list.el.
10928
10929 2013-11-25 Bozhidar Batsov <bozhidar@batsov.com>
10930
10931 * emacs-lisp/bytecomp.el (byte-compile-form): Fix a typo.
10932
10933 * emacs-lisp/helpers.el (string-join): New function.
10934
10935 2013-11-25 Sebastian Wiesner <lunaryorn@gmail.com> (tiny change)
10936
10937 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
10938 Mark as obsolete and replace it with a symbol property.
10939 (byte-compile-form): Use new 'interactive-only property.
10940 * comint.el, files.el, replace.el, simple.el:
10941 Apply new 'interactive-only properly.
10942
10943 2013-11-25 Martin Rudalics <rudalics@gmx.at>
10944
10945 * window.el (display-buffer-at-bottom): Make sure that
10946 split-window-sensibly creates the new window on bottom
10947 (Bug#15961).
10948
10949 2013-11-23 David Kastrup <dak@gnu.org>
10950
10951 * vc/smerge-mode.el (smerge-ediff): Choose default buffer names based
10952 on the conflict markers when available.
10953 (smerge--get-marker): New function.
10954 (smerge-end-re, smerge-base-re): Add subgroup.
10955
10956 2013-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
10957
10958 * frame.el (handle-focus-in, handle-focus-out): Add missing
10959 interactive spec.
10960
10961 2013-11-25 Michael Albinus <michael.albinus@gmx.de>
10962
10963 * net/tramp-cmds.el (tramp-cleanup-connection): Clean up
10964 `tramp-current-connection' only when KEEP-PASSWORD is non-nil.
10965
10966 2013-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
10967
10968 * play/gomoku.el: Don't use intangible property. Use lexical-binding.
10969 (gomoku--last-pos): New var.
10970 (gomoku--intangible-chars): New const.
10971 (gomoku--intangible): New function.
10972 (gomoku-mode): Use it. Derive from special-mode.
10973 (gomoku-move-up): Adjust line count.
10974 (gomoku-click, gomoku-point-y, gomoku-point-square, gomoku-goto-xy)
10975 (gomoku-plot-square, gomoku-init-display, gomoku-cross-qtuple):
10976 Simplify accordingly.
10977
10978 * frame.el (handle-focus-in, handle-focus-out): Move from frame.c.
10979 Remove blink-cursor code.
10980 (blink-cursor-timer-function, blink-cursor-suspend):
10981 Don't special-case GUIs.
10982 (blink-cursor-mode): Use focus-in/out-hook.
10983
10984 2013-11-25 Dmitry Gutov <dgutov@yandex.ru>
10985
10986 * vc/vc-git.el (vc-git-annotate-extract-revision-at-line): Make it
10987 work when annotation is invisible (Bug#13886).
10988
10989 2013-11-24 Simon Schubert <2@0x2c.org> (tiny change)
10990
10991 * json.el (json-alist-p): Only return non-nil if the alist has
10992 simple keys (Bug#13518).
10993
10994 2013-11-24 Mihir Rege <mihirrege@gmail.com> (tiny change)
10995
10996 * progmodes/js.el (js--ctrl-statement-indentation): Fix indent
10997 when control-statement is the first statement in a buffer (Bug#15956).
10998
10999 2013-11-24 Dmitry Gutov <dgutov@yandex.ru>
11000
11001 * imenu.el (imenu-generic-skip-comments-and-strings):
11002 New option (Bug#15560).
11003 (imenu--generic-function): Use it.
11004
11005 2013-11-24 Jorgen Schaefer <contact@jorgenschaefer.de>
11006
11007 * minibuffer.el (completion--in-region-1): Scroll the correct window.
11008 (Bug#13898)
11009
11010 2013-11-24 Bozhidar Batsov <bozhidar@batsov.com>
11011
11012 * emacs-lisp/helpers.el: Add some string helpers.
11013 (string-trim-left): Removes leading whitespace.
11014 (string-trim-right): Removes trailing whitespace.
11015 (string-trim): Removes leading and trailing whitespace.
11016
11017 * subr.el (string-suffix-p): New function.
11018
11019 2013-11-23 Glenn Morris <rgm@gnu.org>
11020
11021 * progmodes/python.el (python-shell-send-file):
11022 Add option to delete file when done. (Bug#15647)
11023 (python-shell-send-string, python-shell-send-region): Use it.
11024
11025 2013-11-23 Ivan Shmakov <ivan@siamics.net>
11026
11027 * vc/diff-mode.el (diff-mode): Only allow diff-default-read-only
11028 to set buffer-read-only to t, never to nil. (Bug#15938)
11029
11030 * textmodes/tex-mode.el (latex-noindent-environments):
11031 Add safe-local-variable property. (Bug#15936)
11032
11033 2013-11-23 Glenn Morris <rgm@gnu.org>
11034
11035 * textmodes/enriched.el (enriched-mode): Doc fix.
11036 * emacs-lisp/authors.el (authors-renamed-files-alist):
11037 Add enriched.doc -> enriched.txt.
11038
11039 * Makefile.in (emacs): Empty EMACSLOADPATH rather than unsetting.
11040
11041 2013-11-22 Leo Liu <sdl.web@gmail.com>
11042
11043 * progmodes/octave.el (inferior-octave-startup): Spit out error
11044 message.
11045
11046 2013-11-22 Bozhidar Batsov <bozhidar@batsov.com>
11047
11048 * progmodes/ruby-mode.el (ruby-custom-encoding-magic-comment-template):
11049 Improve docstring.
11050 Add :version.
11051 (ruby-encoding-magic-comment-style): Add :version.
11052
11053 2013-11-22 Leo Liu <sdl.web@gmail.com>
11054
11055 * progmodes/octave.el (octave-operator-regexp): Exclude newline.
11056 (Bug#15076)
11057 (octave-help-mode): Adapt to change to help-mode-finish to use
11058 derived-mode-p on 2013-09-17.
11059 (inferior-octave-prompt): Also match octave-gui.
11060 (octave-kill-process): Don't ask twice. (Bug#10564)
11061
11062 2013-11-22 Leo Liu <sdl.web@gmail.com>
11063
11064 * progmodes/octave.el (inferior-octave-process-live-p): New helper.
11065 (inferior-octave-startup, inferior-octave-check-process)
11066 (inferior-octave-track-window-width-change)
11067 (octave-completion-at-point, octave-eldoc-function): Use it.
11068 (octave-kill-process): Provide confirmation. (Bug#10564)
11069
11070 2013-11-21 Leo Liu <sdl.web@gmail.com>
11071
11072 * progmodes/octave.el (octave-mode, inferior-octave-mode):
11073 Fix obsolete variable comment-use-global-state.
11074
11075 2013-11-21 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
11076
11077 * progmodes/octave.el (octave-mode-map, octave-mode-menu):
11078 Add `octave-source-file'.
11079 (octave-source-file): New function. (Bug#15935)
11080
11081 2013-11-21 Kenjiro Nakayama <nakayamakenjiro@gmail.com>
11082
11083 * net/eww.el (eww-local-regex): New variable.
11084 (eww): Use it to detect localhost and similar.
11085
11086 2013-11-21 Leo Liu <sdl.web@gmail.com>
11087
11088 Add completion for command `ag'.
11089 * pcmpl-x.el (pcmpl-x-ag-options): New variable.
11090 (pcomplete/ag): New function.
11091 (pcmpl-x-ag-options): New function. Handle `[no]' in long options.
11092
11093 2013-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
11094
11095 * emacs-lisp/byte-run.el (eval-when-compile): Fix edebug spec
11096 (bug#14646).
11097 (make-obsolete): Remove interactive spec.
11098
11099 2013-11-21 Glenn Morris <rgm@gnu.org>
11100
11101 * startup.el (command-line-1): Use path-separator with -L.
11102
11103 2013-11-20 Teodor Zlatanov <tzz@lifelogs.com>
11104
11105 * emacs-lisp/package.el (describe-package-1): Add package archive
11106 to shown fields.
11107
11108 2013-11-20 Bozhidar Batsov <bozhidar@batsov.com>
11109
11110 * progmodes/ruby-mode.el (ruby-custom-encoding-magic-comment-template):
11111 Change default to "# encoding: %s" to differentiate it from the
11112 default Ruby encoding comment template.
11113
11114 2013-11-20 era eriksson <era+emacsbugs@iki.fi>
11115
11116 * ses.el (ses-mode): Doc fix. (Bug#14748)
11117
11118 2013-11-20 Leo Liu <sdl.web@gmail.com>
11119
11120 * window.el (display-buffer-alist): Doc fix. (Bug#13594)
11121
11122 2013-11-19 Dan Nicolaescu <dann@gnu.org>
11123
11124 * vc/vc-git.el (vc-git-dir-extra-headers): Add headers
11125 when rebase or bisect are in progress.
11126
11127 2013-11-19 Xue Fuqiao <xfq.free@gmail.com>
11128
11129 * filenotify.el (file-notify-add-watch): Doc fix.
11130
11131 2013-11-19 Leo Liu <sdl.web@gmail.com>
11132
11133 * obsolete/rcompile.el: Mark obsolete.
11134
11135 * progmodes/compile.el (compilation-start)
11136 (compilation-goto-locus, compilation-find-file):
11137 Pass no-display-ok and handle nil value from display-buffer.
11138 (Bug#13594)
11139
11140 * window.el (display-buffer-alist, display-buffer): Document the
11141 new parameter no-display-ok. Return either a window or nil
11142 but never a non-window value.
11143
11144 2013-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
11145
11146 * electric.el (electric-indent-mode-map): Remove.
11147 (electric-indent-mode): Change the global-map instead (bug#15915).
11148
11149 * textmodes/text-mode.el (paragraph-indent-minor-mode):
11150 Use add-function.
11151
11152 2013-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
11153
11154 * emacs-lisp/nadvice.el (remove-function): Align with
11155 add-function's behavior.
11156
11157 * progmodes/gdb-mi.el: Avoid backtracking in regexp matcher.
11158 (gdb--string-regexp): New constant.
11159 (gdb-tooltip-print, gdb-var-evaluate-expression-handler)
11160 (gdbmi-bnf-stream-record, gdb-jsonify-buffer): Use it.
11161 (gdb-source-file-regexp, gdb-prompt-name-regexp): Use it and change
11162 submatch 1.
11163 (gdb-get-source-file-list, gdb-get-prompt, gdb-get-source-file):
11164 Adjust use accordingly.
11165 (gdb-breakpoints-list-handler-custom): Pre-build the y/n string.
11166
11167 2013-11-17 Adam Sokolnicki <adam.sokolnicki@gmail.com> (tiny change)
11168
11169 * progmodes/ruby-mode.el (ruby-toggle-block): Don't stop at
11170 interpolation curlies (Bug#15914).
11171
11172 2013-11-17 Jay Belanger <jay.p.belanger@gmail.com>
11173
11174 * calc/calc.el (calc-context-sensitive-enter): New variable.
11175 (calc-enter): Use `calc-context-sensitive-enter'.
11176
11177 2013-11-16 Teodor Zlatanov <tzz@lifelogs.com>
11178
11179 * progmodes/cfengine.el: Version bump.
11180 (cfengine-cf-promises): New defcustom to locate cf-promises.
11181 (cfengine3-vartypes): Add new "data" type.
11182 (cfengine3--current-word): New function to get current name-like
11183 word or its bounds.
11184 (cfengine3--current-function): New function to look up a CFEngine
11185 function's definition.
11186 (cfengine3-format-function-docstring): New function.
11187 (cfengine3-make-syntax-cache): New function.
11188 (cfengine3-documentation-function): New function: ElDoc glue.
11189 (cfengine3-completion-function): New function: completion glue.
11190 (cfengine3-mode): Set `compile-command',
11191 `eldoc-documentation-function', and add to
11192 `completion-at-point-functions'.
11193
11194 2013-11-16 Michael Albinus <michael.albinus@gmx.de>
11195
11196 * net/tramp-cmds.el (tramp-cleanup-connection): Clean up
11197 `tramp-current-connection'.
11198
11199 2013-11-15 Dmitry Gutov <dgutov@yandex.ru>
11200
11201 * progmodes/ruby-mode.el (ruby-font-lock-keywords): End regexp for
11202 nil/self/true/false with "end of symbol".
11203
11204 2013-11-15 Bozhidar Batsov <bozhidar@batsov.com>
11205
11206 * subr.el (version-regexp-alist): Fix a typo.
11207
11208 2013-11-15 Michael Albinus <michael.albinus@gmx.de>
11209
11210 * net/tramp-sh.el (tramp-remote-process-environment): Set "LC_ALL" to
11211 "en_US.utf8" and "LC_CTYPE" to "".
11212 (tramp-maybe-open-connection): Set "LC_ALL" to "en_US.utf8".
11213 (tramp-sh-handle-insert-directory): Don't set "LC_ALL" and "LC_CTYPE".
11214
11215 2013-11-15 Leo Liu <sdl.web@gmail.com>
11216
11217 * loadhist.el (read-feature): Get rid of fake feature nil. (Bug#15889)
11218
11219 2013-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
11220
11221 * progmodes/gud.el (ctl-x-map):
11222 Remove C-x SPC binding. (Bug#12342)
11223 (gud-jdb-find-source-using-classpath): Remove ((lambda (..)..)..).
11224
11225 2013-11-14 Bozhidar Batsov <bozhidar@batsov.com>
11226
11227 * subr.el (version-regexp-alist):
11228 Recognize hg, svn and darcs versions as snapshot versions.
11229
11230 * progmodes/ruby-mode.el (ruby--detect-encoding): Make aware of
11231 'always-utf8 value of `ruby-insert-encoding-magic-comment'.
11232 (ruby--encoding-comment-required-p): Extract from
11233 `ruby-mode-set-encoding'.
11234 (ruby-mode-set-encoding): Add the ability to always insert an
11235 utf-8 encoding comment. Fix and simplify coding comment update
11236 logic.
11237
11238 2013-11-14 Michael Albinus <michael.albinus@gmx.de>
11239
11240 * net/tramp-gvfs.el (top): Run init code only when
11241 `tramp-gvfs-enabled' is not nil.
11242 (tramp-gvfs-enabled): Check also :system bus.
11243
11244 2013-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
11245
11246 Sync with upstream verilog-mode revision 78e66ba.
11247 * progmodes/verilog-mode.el (verilog-end-of-defun)
11248 (verilog-type-completion, verilog-get-list): Remove unused funcs.
11249 (verilog-get-end-of-defun): Remove unused argument.
11250 (verilog-comment-depth): Remove unused local `e'.
11251 (verilog-read-decls, verilog-read-sub-decls, verilog-read-instants):
11252 Don't pass arg to verilog-get-end-of-defun.
11253
11254 2013-11-14 Glenn Morris <rgm@gnu.org>
11255
11256 * obsolete/assoc.el (aget): Prefix dynamic variable.
11257
11258 * allout-widgets.el (allout-widgets): No need to autoload defgroup.
11259
11260 2013-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
11261
11262 * widget.el, hfy-cmap.el: Remove bogus package version number.
11263
11264 2013-11-13 Glenn Morris <rgm@gnu.org>
11265
11266 * replace.el (replace-eval-replacement):
11267 Try to give more helpful error message. (Bug#15836)
11268
11269 * arc-mode.el (archive-7z-extract, archive-7z-expunge)
11270 (archive-7z-update): Avoid custom type mismatches.
11271
11272 * vc/vc.el (vc-diff-knows-L): Remove; unused since 2007-10-10.
11273
11274 2013-11-13 Michael Albinus <michael.albinus@gmx.de>
11275
11276 * net/tramp.el (tramp-remote-file-name-spec-regexp): An IPv6
11277 address can be empty.
11278
11279 * net/tramp-gvfs.el (tramp-gvfs-handle-insert-directory):
11280 Accept nil SWITCHES.
11281 (tramp-gvfs-handle-write-region): Implement APPEND.
11282
11283 2013-11-12 Dmitry Gutov <dgutov@yandex.ru>
11284
11285 * progmodes/ruby-mode.el (ruby-smie-grammar): Disambiguate between
11286 binary "|" operator and closing block args delimiter.
11287 Remove FIXME comment referring to Ruby 1.8-only syntax.
11288 (ruby-smie--implicit-semi-p): Not after "|" operator.
11289 (ruby-smie--closing-pipe-p): New function.
11290 (ruby-smie--forward-token, ruby-smie--backward-token): Use it.
11291 (ruby-smie-rules): Indent after "|".
11292
11293 2013-11-12 Glenn Morris <rgm@gnu.org>
11294
11295 * ps-print.el (ps-face-attribute-list):
11296 Handle anonymous faces. (Bug#15827)
11297
11298 2013-11-12 Martin Rudalics <rudalics@gmx.at>
11299
11300 * window.el (display-buffer-other-frame): Fix doc-string.
11301 (Bug#15868)
11302
11303 2013-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
11304
11305 * subr.el (force-mode-line-update): Delete, move to buffer.c.
11306
11307 2013-11-11 Michael Albinus <michael.albinus@gmx.de>
11308
11309 * net/tramp-sh.el (tramp-do-copy-or-rename-file-via-buffer)
11310 (tramp-sh-handle-file-local-copy): Don't write a message when
11311 saving temporary files.
11312
11313 * net/tramp-smb.el (tramp-smb-handle-copy-directory): Fix bug when
11314 both directories are remote.
11315 (tramp-smb-handle-directory-files): Do not return double entries.
11316 Do not expand full file names.
11317 (tramp-smb-handle-insert-directory): Accept nil SWITCHES.
11318 (tramp-smb-handle-write-region): Implement APPEND.
11319 (tramp-smb-get-stat-capability): Fix a stupid bug.
11320
11321 2013-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
11322
11323 * bindings.el (ctl-x-map): Bind C-x SPC to rectangle-mark-mode.
11324
11325 2013-11-11 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
11326
11327 * emacs-lisp/cconv.el (cconv-convert): Print warning instead of
11328 throwing error over malformed let/let* (bug#15814).
11329
11330 2013-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
11331
11332 * iswitchb.el (iswitchb-mode): Mark obsolete.
11333
11334 2013-11-11 Glenn Morris <rgm@gnu.org>
11335
11336 * international/uni-bidi.el, international/uni-category.el:
11337 * international/uni-name.el, international/uni-numeric.el:
11338 Regenerate for Unicode 6.3.0.
11339
11340 2013-11-10 Michael Albinus <michael.albinus@gmx.de>
11341
11342 * net/tramp.el (tramp-methods):
11343 * net/tramp-sh.el (tramp-compute-multi-hops): Revert change of
11344 2013-10-29 (2013-10-29T02:50:24Z!dancol@dancol.org).
11345
11346 2013-11-09 Andreas Schwab <schwab@linux-m68k.org>
11347
11348 * progmodes/sh-script.el (sh-font-lock-keywords-var):
11349 Force highlighting text after Summary keyword in doc face for rpm.
11350
11351 2013-11-09 Dmitry Gutov <dgutov@yandex.ru>
11352
11353 * textmodes/ispell.el (ispell-lookup-words): When `look' is not
11354 available and the word has no wildcards, append one to the grep pattern.
11355 http://lists.gnu.org/archive/html/emacs-devel/2013-11/msg00258.html
11356 (ispell-complete-word): Call `ispell-lookup-words' with the value
11357 independent of `ispell-look-p'.
11358
11359 2013-11-08 Dmitry Gutov <dgutov@yandex.ru>
11360
11361 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p):
11362 Not after "||".
11363 (ruby-smie-rules): Indent non-hanging "begin" blocks as part of
11364 their parent.
11365
11366 2013-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
11367
11368 * progmodes/ruby-mode.el: Don't require cl any more. Use pcase instead.
11369 (ruby-font-lock-keywords): Use backquote.
11370
11371 2013-11-08 Dmitry Gutov <dgutov@yandex.ru>
11372
11373 * progmodes/ruby-mode.el (ruby-smie--forward-token)
11374 (ruby-smie--backward-token): Only consider full-string matches.
11375
11376 2013-11-08 Jan Djärv <jan.h.d@swipnet.se>
11377
11378 * faces.el (describe-face): Add distant-foreground.
11379
11380 2013-11-08 Bozhidar Batsov <bozhidar@batsov.com>
11381
11382 * progmodes/ruby-mode.el: Improve encoding comment handling.
11383 (ruby-encoding-magic-comment-style): New option.
11384 (ruby-custom-encoding-magic-comment-template): New option.
11385 (ruby--insert-coding-comment, ruby--detect-encoding):
11386 New functions extracted from `ruby-mode-set-encoding'.
11387 (ruby-mode-set-encoding): Use `ruby-encoding-magic-comment-style'
11388 to control the style of the auto-inserted encoding comment.
11389
11390 2013-11-08 Dmitry Gutov <dgutov@yandex.ru>
11391
11392 * progmodes/ruby-mode.el (ruby-smie--indent-to-stmt):
11393 Use `smie-backward-sexp' with token argument.
11394
11395 2013-11-08 Michael Albinus <michael.albinus@gmx.de>
11396
11397 * net/tramp-sh.el (tramp-set-remote-path, tramp-get-ls-command):
11398 Remove instrumentation code.
11399
11400 2013-11-08 Glenn Morris <rgm@gnu.org>
11401
11402 * progmodes/autoconf.el (autoconf-mode):
11403 Tweak comment-start-skip. (Bug#15822)
11404
11405 2013-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
11406
11407 * progmodes/sh-script.el (sh-smie--sh-keyword-in-p): Don't inf-loop
11408 at bobp (bug#15826).
11409 (sh-smie--sh-keyword-in-p): Recognize keywords at bobp.
11410
11411 2013-11-08 Darren Hoo <darren.hoo@gmail.com>
11412
11413 * man.el (Man-start-calling): New macro, extracted from
11414 Man-getpage-in-background.
11415 (Man-getpage-in-background): Use it.
11416 (Man-update-manpage): New command.
11417 (Man-mode-map): Bind it.
11418
11419 2013-11-08 Dmitry Gutov <dgutov@yandex.ru>
11420
11421 * progmodes/ruby-mode.el (ruby-smie-grammar): Improve precedences
11422 of "and", "or", "&&" and "||".
11423 (ruby-smie--args-separator-p): Prohibit keyword "do" as the first
11424 argument. Prohibit opening curly brace because it could only be a
11425 block opener in that position.
11426 (ruby-smie--forward-token, ruby-smie--backward-token):
11427 Separate "|" from "&" or "*" going after it. That can happen in block
11428 arguments.
11429 (ruby-smie--indent-to-stmt): New function, seeks the end of
11430 previous statement or beginning of buffer.
11431 (ruby-smie-rules): Use it.
11432 (ruby-smie-rules): Check if there's a ":" before a curly block
11433 opener candidate; if there is, it's a hash.
11434
11435 2013-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
11436
11437 * emacs-lisp/cl-macs.el (cl-symbol-macrolet): Use macroexp-progn.
11438 (cl--block-wrapper): Fix last accidental change.
11439
11440 2013-11-07 Michael Albinus <michael.albinus@gmx.de>
11441
11442 * net/tramp-sh.el (tramp-set-remote-path, tramp-get-ls-command):
11443 Instrument, in order to hunt failure on hydra.
11444
11445 2013-11-05 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
11446
11447 * emacs-lisp/cl-macs.el (cl-symbol-macrolet): Print warning for
11448 malformed bindings form (bug#15814).
11449
11450 2013-11-07 Dmitry Gutov <dgutov@yandex.ru>
11451
11452 * progmodes/ruby-mode.el (ruby-smie-grammar): Lower priority of
11453 "." compared to " @ ". This incidentally fixes some indentation
11454 examples with "do".
11455 (ruby-smie--implicit-semi-p): No implicit semi after "^", "and" or "or".
11456 (ruby-smie-grammar): New tokens: "and" and "or".
11457 (ruby-smie--args-separator-p): Fix the check for tokens at POS.
11458 Exclude "and" and "or". Remove "do" in order to work around token
11459 priorities.
11460 (ruby-smie-rules): Add all infix tokens. Handle the case of
11461 beginning-of-buffer.
11462
11463 2013-11-06 Glenn Morris <rgm@gnu.org>
11464
11465 * Makefile.in (setwins_almost, setwins_for_subdirs):
11466 Avoid accidental matches.
11467
11468 2013-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
11469
11470 * menu-bar.el (popup-menu): Use key-binding.
11471
11472 2013-11-06 Eli Zaretskii <eliz@gnu.org>
11473
11474 * menu-bar.el (popup-menu, menu-bar-open): When displaying TTY
11475 menus, support also the menus produced by minor modes.
11476 (Bug#15817)
11477
11478 2013-11-06 Leo Liu <sdl.web@gmail.com>
11479
11480 * thingatpt.el (thing-at-point-looking-at): Add optional arg
11481 DISTANCE to bound the search. All uses changed. (Bug#15808)
11482
11483 2013-11-06 Glenn Morris <rgm@gnu.org>
11484
11485 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs): Simplify.
11486 (setwins_almost, setwins_for_subdirs): Don't assume called from srcdir.
11487 (custom-deps, finder-data, autoloads, update-subdirs): No need to cd.
11488
11489 2013-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
11490
11491 * electric.el (electric-indent-just-newline): New command.
11492 (electric-indent-mode-map): New keymap.
11493 (electric-indent-mode, electric-pair-mode, electric-layout-mode):
11494 Re-add :group which weren't redundant.
11495
11496 * electric.el (electric-indent-local-mode): New minor mode.
11497 (electric-indent-functions-without-reindent): New var.
11498 (electric-indent-post-self-insert-function): Use it.
11499 * emacs-lisp/gv.el (buffer-local-value): Add setter.
11500
11501 2013-11-05 Eli Zaretskii <eliz@gnu.org>
11502
11503 * international/quail.el (quail-help): Be more explicit about the
11504 meaning of the labels shown on the keys. (Bug#15800)
11505
11506 * startup.el (normal-top-level): Load the subdirs.el files before
11507 setting the locale environment. (Bug#15805)
11508
11509 2013-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
11510
11511 * vc/vc-rcs.el (vc-rcs-parse): Make `gather' get e, b, and @-holes
11512 via arguments so as to get the right ones (bug#15418).
11513
11514 * net/rcirc.el (rcirc-record-activity): Don't abuse add-to-list.
11515
11516 2013-11-05 Michael Albinus <michael.albinus@gmx.de>
11517
11518 Fix problems found while writing a test suite.
11519
11520 * net/tramp-compat.el (tramp-compat-load): New defun.
11521 * net/tramp.el (tramp-handle-load): Use it.
11522
11523 * net/tramp-sh.el (tramp-sh-handle-add-name-to-file): Handle the case
11524 "(numberp ok-if-already-exists)" correctly.
11525
11526 2013-11-05 Xue Fuqiao <xfq.free@gmail.com>
11527
11528 * international/characters.el (glyphless-char-display-control):
11529 Add usage note.
11530
11531 2013-11-05 Bozhidar Batsov <bozhidar@batsov.com>
11532
11533 * progmodes/python.el (python-mode):
11534 * progmodes/scheme.el (scheme-mode):
11535 * progmodes/prolog.el (prolog-mode):
11536 * progmodes/ruby-mode.el (ruby-mode):
11537 * emacs-lisp/lisp-mode.el (lisp-mode, lisp-interaction-mode)
11538 (emacs-lisp-mode): Remove incorrect and redundant text from docstring.
11539
11540 2013-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
11541
11542 * rect.el (rectangle--highlight-for-redisplay):
11543 * emacs-lisp/smie.el (smie--next-indent-change):
11544 Use buffer-chars-modified-tick.
11545
11546 * emacs-lisp/byte-run.el (defmacro, defun): Set their `indent' property.
11547
11548 * electric.el (electric-indent-post-self-insert-function):
11549 Only delete trailing whitepsace if it is indeed trailing (bug#15767).
11550
11551 2013-11-04 Helmut Eller <eller.helmut@gmail.com>
11552
11553 * emacs-lisp/cl-indent.el (with-compilation-unit): Add rule (bug#15782).
11554
11555 2013-11-04 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
11556
11557 * emacs-lisp/cconv.el (cconv-convert): Check form of let binding
11558 (bug#15786).
11559
11560 2013-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
11561
11562 * emacs-lisp/helpers.el: Move from helpers.el. Use lexical-binding.
11563
11564 * progmodes/python.el: Fix up last change.
11565 (python-shell--save-temp-file): New function.
11566 (python-shell-send-string): Use it. Remove `msg' arg. Don't assume
11567 `string' comes from the current buffer.
11568 (python-shell-send-string-no-output): Remove `msg' arg.
11569 (python--use-fake-loc): New var.
11570 (python-shell-buffer-substring): Obey it. Try to compensate for the
11571 extra coding line added by python-shell--save-temp-file.
11572 (python-shell-send-region): Use python-shell--save-temp-file and
11573 python-shell-send-file directly. Add `nomain' argument.
11574 (python-shell-send-buffer): Use python-shell-send-region.
11575 (python-electric-pair-string-delimiter): New function.
11576 (python-mode): Use it.
11577
11578 2013-11-04 Eli Zaretskii <eliz@gnu.org>
11579
11580 * startup.el (normal-top-level): Move setting eol-mnemonic-unix,
11581 eol-mnemonic-mac, eol-mnemonic-dos, and also setup of the locale
11582 environment and decoding all of the default-directory's to here
11583 from command-line.
11584 (command-line): Decode also argv[0].
11585
11586 * loadup.el: Error out if default-directory is a multibyte string
11587 when we are dumping.
11588
11589 * Makefile.in (emacs): Don't set LC_ALL=C. (Bug#15260)
11590
11591 2013-11-04 Teodor Zlatanov <tzz@lifelogs.com>
11592
11593 * emacs-lisp/package.el (package-menu-mode)
11594 (package-menu--print-info, package-menu--archive-predicate):
11595 Add Archive column to package list.
11596
11597 2013-11-04 Michael Albinus <michael.albinus@gmx.de>
11598
11599 Fix problems found while writing a test suite.
11600
11601 * net/tramp.el (tramp-file-name-regexp-unified): Simplify.
11602 (tramp-file-name-for-operation): Use `tramp-tramp-file-p'.
11603 (tramp-handle-substitute-in-file-name): Let-bind `process-environment'
11604 to nil when running original file name handler. Otherwise,
11605 there are problems with constructs like "$$FOO".
11606
11607 * net/tramp-sh.el (tramp-do-copy-or-rename-file): Use correct prefix
11608 for `localname'.
11609
11610 2013-11-04 Bozhidar Batsov <bozhidar@batsov.com>
11611
11612 * progmodes/ruby-mode.el (ruby-mode): Clean up docstring.
11613
11614 * subr.el (version<, version<=, version=):
11615 Update docstrings with information for snapshot versions.
11616
11617 * helpers.el: New library for misc helper functions.
11618 (hash-table-keys): New function returning a list of hash keys.
11619 (hash-table-values): New function returning a list of hash values.
11620
11621 2013-11-04 Dmitry Gutov <dgutov@yandex.ru>
11622
11623 * progmodes/ruby-mode.el (ruby-smie--forward-token)
11624 (ruby-smie--backward-token): Tokenize heredocs as semicolons.
11625
11626 2013-11-04 Michal Nazarewicz <mina86@mina86.com>
11627
11628 * textmodes/fill.el (fill-single-char-nobreak-p): New function
11629 checking whether point is after a 1-letter word.
11630
11631 2013-11-04 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
11632
11633 * progmodes/cperl-mode.el (cperl-font-lock-fontify-region-function):
11634 Don't infloop when expanding region over `multiline' syntax-type that
11635 begins a line (bug#15778).
11636
11637 2013-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
11638
11639 * rect.el (rectangle-mark-mode): Rename from rectangle-mark.
11640 Make it into a proper minor mode.
11641 (rectangle--region): (Implicitly) rename to rectangle-mark-mode.
11642 (rectangle-mark-mode-map): New keymap.
11643 (rectangle--highlight-for-redisplay): Fix some corner cases (bug#15796).
11644
11645 2013-11-04 Glenn Morris <rgm@gnu.org>
11646
11647 * startup.el (command-line-1): Allow `-L :...' to append to load-path.
11648
11649 2013-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
11650
11651 * progmodes/ruby-mode.el (ruby-smie--rule-parent-skip-assign): Remove.
11652 (ruby-smie-rules): Use smie-rule-parent instead.
11653
11654 * emacs-lisp/smie.el (smie-rule-parent): Always call
11655 smie-indent-virtual rather than only for hanging tokens.
11656 (smie--next-indent-change): New helper command.
11657
11658 2013-11-03 Glenn Morris <rgm@gnu.org>
11659
11660 * Makefile.in (abs_srcdir): Remove.
11661 (emacs): Unset EMACSLOADPATH.
11662
11663 2013-11-02 Glenn Morris <rgm@gnu.org>
11664
11665 * Makefile.in (EMACS): Use a relative filename.
11666 (abs_top_builddir): Remove.
11667 (custom-deps, finder-data, autoloads): Use --chdir.
11668
11669 * Makefile.in (abs_lisp): Remove, replace by abs_srcdir.
11670
11671 Use relative filenames in TAGS files.
11672 * Makefile.in (lisptagsfiles1, lisptagsfiles2, lisptagsfiles3)
11673 (lisptagsfiles4, TAGS): Use relative file names.
11674 (TAGS-LISP): Remove.
11675 (maintainer-clean): No more TAGS-LISP file.
11676
11677 * Makefile.in (lisptagsfiles1, lisptagsfiles2, lisptagsfiles3)
11678 (lisptagsfiles4): Use absolute filenames again.
11679 (TAGS, TAGS-LISP): Not everything needs to run in one line.
11680 Remove all *loaddefs files, not just the first. Remove esh-groups.
11681 (maintainer-clean): Delete TAGS, TAGS-LISP.
11682
11683 2013-11-02 Bozhidar Batsov <bozhidar@batsov.com>
11684
11685 * emacs-lisp/package.el (package-version-join):
11686 Recognize snapshot versions.
11687
11688 2013-11-02 Bozhidar Batsov <bozhidar@batsov.com>
11689
11690 * subr.el (version-regexp-alist): Add support for snapshot versions.
11691
11692 2013-11-02 Dmitry Gutov <dgutov@yandex.ru>
11693
11694 * progmodes/ruby-mode.el (ruby-smie--rule-parent-skip-assign):
11695 New function, replacement for `smie-rule-parent' for when we want to
11696 skip over our direct parent if it's an assignment token..
11697 (ruby-smie-rules): Use it.
11698
11699 2013-11-02 Dmitry Gutov <dgutov@yandex.ru>
11700
11701 * progmodes/ruby-mode.el: Use `syntax-propertize-function'
11702 unconditionally. Remove now unnecessary forward declarations.
11703 Remove XEmacs-specific setup.
11704 (ruby-here-doc-end-re, ruby-here-doc-beg-match)
11705 (ruby-font-lock-syntactic-keywords)
11706 (ruby-comment-beg-syntax, ruby-in-here-doc-p)
11707 (ruby-here-doc-find-end, ruby-here-doc-beg-syntax)
11708 (ruby-here-doc-end-syntax): Remove.
11709 (ruby-mode): Don't check whether `syntax-propertize-rules' is
11710 defined as function.
11711
11712 2013-11-02 Bozhidar Batsov <bozhidar@batsov.com>
11713
11714 * progmodes/ruby-mode.el (ruby-mode-variables, ruby-mode): Use `setq-local'.
11715
11716 2013-11-01 Bozhidar Batsov <bozhidar@batsov.com>
11717
11718 * progmodes/ruby-mode.el (ruby-mode-variables): Don't set syntax
11719 table and abbrev table, `define-derived-mode' does that for us
11720 anyway.
11721
11722 2013-11-01 Glenn Morris <rgm@gnu.org>
11723
11724 * Makefile.in: Remove manual mh-e dependencies (writing .elc
11725 files is atomic for some time, so no parallel compilation issues).
11726
11727 2013-11-01 Jan Djärv <jan.h.d@swipnet.se>
11728
11729 * faces.el (face-x-resources): Add :distant-foreground.
11730 (region): Use :distant-foreground for gtk and ns.
11731
11732 2013-11-01 Tassilo Horn <tsdh@gnu.org>
11733
11734 Allow multiple bibliographies when BibLaTeX is used rather than
11735 BibTeX.
11736 * textmodes/reftex-parse.el (reftex-using-biblatex-p): New function.
11737 (reftex-locate-bibliography-files): Us it.
11738
11739 2013-11-01 Claudio Bley <claudio.bley@googlemail.com>
11740
11741 * image.el (image-type-header-regexps): Fix the 'pbm' part to
11742 allow comments in pbm files.
11743
11744 * term/w32-win.el (dynamic-library-alist): Support newer versions
11745 of libjpeg starting with v7: look only for the DLL from the
11746 version against which Emacs was built.
11747 Support versions of libpng beyond 1.4.x.
11748 Support libtiff v4.x.
11749
11750 2013-11-01 Bozhidar Batsov <bozhidar@batsov.com>
11751
11752 * progmodes/ruby-mode.el (ruby-indent-tabs-mode)
11753 (ruby-indent-level, ruby-comment-column, ruby-deep-arglist):
11754 Add property :safe.
11755 (ruby-deep-arglist): Add property :type.
11756
11757 2013-10-31 Glenn Morris <rgm@gnu.org>
11758
11759 * Makefile.in (custom-deps, finder-data): No need to setq the target
11760 variables, we are in the right directory and the defaults work fine.
11761
11762 2013-10-30 Glenn Morris <rgm@gnu.org>
11763
11764 * Makefile.in (autoloads): Do not use abs_lisp.
11765
11766 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
11767 `newline' does not respect `standard-output', so use `princ'.
11768
11769 2013-10-30 Alp Aker <alp.tekin.aker@gmail.com>
11770
11771 Ensure unmarking in buffer menu clears 'S' marks. (Bug#15761)
11772 * buff-menu.el (Buffer-menu--unmark): New function.
11773 (Buffer-menu-unmark, Buffer-menu-backup-unmark): Use it.
11774
11775 2013-10-30 Glenn Morris <rgm@gnu.org>
11776
11777 * Makefile.in (AUTOGENEL): Add org/org-loaddefs.el.
11778
11779 * emacs-lisp/package.el (lm-homepage): Declare.
11780
11781 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink):
11782 Fix doc typos.
11783
11784 * vc/pcvs.el (cvs-status-cvstrees): Autoload to silence compiler.
11785
11786 * Makefile.in (finder-data, autoloads, update-subdirs)
11787 (compile-main, compile-clean, compile-always, bootstrap-clean):
11788 Check return value of cd.
11789 (compile-calc): Remove.
11790
11791 2013-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
11792
11793 * simple.el (copy-region-as-kill): Fix call to region-extract-function.
11794
11795 * emacs-lisp/bytecomp.el (byte-defop-compiler): Add new `2-and' handler.
11796 (byte-compile-and-folded): New function.
11797 (=, <, >, <=, >=): Use it.
11798
11799 * dos-w32.el (minibuffer-history-case-insensitive-variables)
11800 (path-separator, null-device, buffer-file-coding-system)
11801 (lpr-headers-switches): Check system-type before modifying them.
11802 (find-buffer-file-type-coding-system): Mark obsolete.
11803 (w32-find-file-not-found-set-buffer-file-coding-system): Rename from
11804 find-file-not-found-set-buffer-file-coding-system.
11805 (w32-untranslated-filesystem-list, w32-untranslated-canonical-name)
11806 (w32-add-untranslated-filesystem, w32-remove-untranslated-filesystem)
11807 (w32-direct-print-region-use-command-dot-com, w32-untranslated-file-p)
11808 (w32-direct-print-region-helper, w32-direct-print-region-function)
11809 (w32-direct-ps-print-region-function): Rename by adding a "w32-" prefix.
11810 * startup.el (normal-top-level-add-subdirs-to-load-path):
11811 * ps-print.el (ps-print-region-function):
11812 * lpr.el (print-region-function): Use new name.
11813
11814 * subr.el (custom-declare-variable-early): Remove function.
11815 (custom-declare-variable-list): Remove var.
11816 (error, user-error): Remove `while' loop.
11817 (read-quoted-char-radix, read-quoted-char): Move to simple.el.
11818 (user-emacs-directory-warning, locate-user-emacs-file):
11819 Move to files.el.
11820 * simple.el (read-quoted-char-radix, read-quoted-char):
11821 * files.el (user-emacs-directory-warning, locate-user-emacs-file):
11822 Move from subr.el.
11823 * custom.el (custom-declare-variable-list): Don't process
11824 custom-declare-variable-list.
11825
11826 * progmodes/python.el (python-shell-get-buffer): New function.
11827 (python-shell-get-process): Use it.
11828 (python-shell-send-string): Always use utf-8 and add a cookie to tell
11829 Python which encoding was used. Don't split-string since we only care
11830 about the first line. Return the temp-file, if applicable.
11831 (python-shell-send-region): Tell compile.el how to turn locations in
11832 the temp-file into locations in the source buffer.
11833
11834 2013-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
11835
11836 * subr.el (undefined): Add missing behavior from the C code for
11837 unbound keys.
11838
11839 * rect.el: Use lexical-binding. Add new rectangular region support.
11840 (rectangle-mark): New command.
11841 (rectangle--region): New var.
11842 (deactivate-mark-hook): Reset rectangle--region.
11843 (rectangle--extract-region, rectangle--insert-for-yank)
11844 (rectangle--highlight-for-redisplay)
11845 (rectangle--unhighlight-for-redisplay): New functions.
11846 (region-extract-function, redisplay-unhighlight-region-function)
11847 (redisplay-highlight-region-function): Use them to handle
11848 rectangular region.
11849 * simple.el (region-extract-function): New var.
11850 (delete-backward-char, delete-forward-char, deactivate-mark): Use it.
11851 (kill-new, kill-append): Remove obsolete `yank-handler' argument.
11852 (kill-region): Replace obsolete `yank-handler' arg with `region'.
11853 (copy-region-as-kill, kill-ring-save): Add `region' argument.
11854 (redisplay-unhighlight-region-function)
11855 (redisplay-highlight-region-function): New vars.
11856 (redisplay--update-region-highlight): New function.
11857 (pre-redisplay-function): Use it.
11858 (exchange-point-and-mark): Don't deactivate the mark before
11859 reactivate-it anyway.
11860 * comint.el (comint-kill-region): Remove yank-handler argument.
11861 * delsel.el (delete-backward-char, backward-delete-char-untabify)
11862 (delete-char): Remove property, since it's now part of their
11863 default behavior.
11864 (self-insert-iso): Remove property since this command doesn't exist.
11865
11866 * emacs-lisp/package.el (package--download-one-archive)
11867 (describe-package-1): Don't query the user about final newline.
11868
11869 2013-10-29 Daniel Colascione <dancol@dancol.org>
11870
11871 * net/tramp.el (tramp-methods): Document new functionality.
11872 * net/tramp-sh.el (tramp-compute-multi-hops): Punt to
11873 tramp-hostname-checker if method provides one instead of scanning
11874 argument list for "%h" to decide hostname acceptability.
11875
11876 2013-10-28 Michael Albinus <michael.albinus@gmx.de>
11877
11878 * net/tramp-sh.el (tramp-sh-handle-copy-directory):
11879 * net/tramp-smb.el (tramp-smb-handle-copy-directory):
11880 Handle COPY-CONTENTS. (Bug#15737)
11881
11882 2013-10-28 Daiki Ueno <ueno@gnu.org>
11883
11884 * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
11885 Document that this option has no effect with GnuPG 2.0 (bug#15552).
11886
11887 2013-10-27 Xue Fuqiao <xfq.free@gmail.com>
11888
11889 * image.el (defimage, image-load-path): Doc fixes.
11890
11891 2013-10-27 Alan Mackenzie <acm@muc.de>
11892
11893 Indent statements in macros following "##" correctly.
11894 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
11895 Modify the "#" arm of a cond form to handle "#" and "##" operators.
11896
11897 2013-10-27 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
11898
11899 * linum.el (linum-update-window): Fix boundary test (bug#13446).
11900
11901 2013-10-27 Dmitry Gutov <dgutov@yandex.ru>
11902
11903 * progmodes/ruby-mode.el (ruby-smie--bosp): Anything that goes
11904 after `=' is probably a new expression.
11905
11906 2013-10-27 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
11907
11908 * man.el (man-imenu-title): New option.
11909 (Man-mode-map): Add menu. (Bug#15722)
11910 (Man-mode): Add imenu to menu.
11911
11912 2013-10-26 Dmitry Gutov <dgutov@yandex.ru>
11913
11914 * progmodes/ruby-mode.el (ruby-smie--args-separator-p): Be more
11915 specific in what the first arg can be: a non-keyword word,
11916 string/regexp/percent literal opener, opening paren, or unary
11917 operator followed directly by word.
11918
11919 2013-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
11920
11921 * progmodes/prolog.el: Remove old indent; use post-self-insert-hook.
11922 (prolog-align-comments-flag, prolog-indent-mline-comments-flag)
11923 (prolog-object-end-to-0-flag, prolog-electric-newline-flag)
11924 (prolog-electric-tab-flag, prolog-use-prolog-tokenizer-flag):
11925 Remove vars, they do not apply any more.
11926 (prolog-mode-abbrev-table): Remove redundant declaration.
11927 (prolog-upper-case-string, prolog-lower-case-string): Remove.
11928 (prolog-use-smie): Remove.
11929 (prolog-smie-rules): Add indentation rule for the if-then-else layout
11930 supported by prolog-electric-if-then-else-flag.
11931 (prolog-mode-variables, prolog-menu): Use setq-local.
11932 (prolog-mode-keybindings-edit): Don't rebind M-C-p and M-C-n.
11933 Remove binding to `Backspace' since this key doesn't exist anyway.
11934 Remove bindings for electric self-inserting keys.
11935 (prog-mode): Assume it's defined.
11936 (prolog-post-self-insert): New function.
11937 (prolog-mode): Use it.
11938 (prolog-indent-line, prolog-indent-level)
11939 (prolog-find-indent-of-matching-paren)
11940 (prolog-indentation-level-of-line, prolog-goto-comment-column)
11941 (prolog-paren-is-the-first-on-line-p, prolog-region-paren-balance)
11942 (prolog-goto-next-paren, prolog-in-string-or-comment)
11943 (prolog-tokenize, prolog-inside-mline-comment)
11944 (prolog-find-start-of-mline-comment): Remove functions.
11945 (prolog-find-unmatched-paren, prolog-clause-end)
11946 (prolog-guess-fill-prefix, prolog-get-predspec): Use syntax-ppss.
11947 (prolog-electric--if-then-else): Rename from
11948 prolog-insert-spaces-after-paren; use prolog-electric-if-then-else-flag.
11949 (prolog-tokenize-searchkey): Remove const.
11950 (prolog-clause-info): Use forward-sexp.
11951 (prolog-forward-list, prolog-backward-list, prolog-electric-delete)
11952 (prolog-electric-if-then-else): Remove commands.
11953 (prolog-electric--colon): Rename from prolog-electric-colon; adapt it
11954 for use in post-self-insert-hook.
11955 (prolog-electric--dash): Rename from prolog-electric-dash; adapt it
11956 for use in post-self-insert-hook.
11957 (prolog-electric--dot): Rename from prolog-electric-dot; adapt it
11958 for use in post-self-insert-hook.
11959 (prolog-electric--underscore): Rename from prolog-electric--underscore;
11960 adapt it for use in post-self-insert-hook.
11961
11962 2013-10-25 Michael Albinus <michael.albinus@gmx.de>
11963
11964 * emacs-lisp/ert.el (ert-run-tests-interactively):
11965 Use `completing-read'. (Bug#9756)
11966
11967 2013-10-25 Eli Zaretskii <eliz@gnu.org>
11968
11969 * simple.el (line-move): Call line-move-1 instead of
11970 line-move-visual when the current window hscroll is zero, but
11971 temporary-goal-column indicates we will need to hscroll as result
11972 of the movement. (Bug#15712)
11973
11974 2013-10-25 Dmitry Gutov <dgutov@yandex.ru>
11975
11976 * progmodes/ruby-mode.el (ruby-mode-menu): Use proper
11977 capitalization. Use :visible instead of :active.
11978 Fix `ruby-indent-exp' reference. Add menu items for the generic
11979 commands that are used with SMIE.
11980 (ruby-do-end-to-brace): Insert space after `{'.
11981
11982 2013-10-25 John Anthony <john@jo.hnanthony.com>
11983
11984 * progmodes/ruby-mode.el (ruby-mode-menu): Add a menu. (Bug#15600)
11985
11986 * progmodes/inf-lisp.el (inferior-lisp-menu): Add a menu. (Bug#15599)
11987
11988 2013-10-25 Glenn Morris <rgm@gnu.org>
11989
11990 * vc/vc.el (vc-print-log): Don't use a working revision unless
11991 one was explicitly specified. (Bug#15322)
11992
11993 2013-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
11994
11995 * subr.el (add-to-list): Preserve return value in compiler-macro
11996 (bug#15692).
11997
11998 2013-10-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
11999
12000 * progmodes/octave.el (octave-lookfor): Handle empty lookfor
12001 result. Ask user to retry using '-all' flag. (Bug#15701)
12002
12003 2013-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
12004
12005 * emacs-lisp/smie.el: New smie-config system.
12006 (smie-config): New defcustom.
12007 (smie-edebug, smie-config-show-indent, smie-config-set-indent)
12008 (smie-config-guess, smie-config-save): New commands.
12009 (smie-config--mode-local, smie-config--buffer-local)
12010 (smie-config--trace, smie-config--modefuns): New vars.
12011 (smie-config--advice, smie-config--mode-hook)
12012 (smie-config--setter, smie-config-local, smie-config--get-trace)
12013 (smie-config--guess-value, smie-config--guess): New functions.
12014 (smie-indent-forward-token, smie-indent-backward-token): Don't copy
12015 text properties. Treat "string fence" syntax like string syntax.
12016
12017 * progmodes/sh-script.el (sh-use-smie): Change default.
12018 (sh-smie-sh-rules, sh-smie-rc-rules): Obey legacy sh-indent-* vars.
12019 (sh-var-value): Simplify by CSE.
12020 (sh-show-indent, sh-set-indent, sh-learn-line-indent)
12021 (sh-learn-buffer-indent): Redirect to their SMIE equivalent when SMIE
12022 is used.
12023 (sh-guess-basic-offset): Use cl-incf.
12024 (sh-guess-basic-offset): Use push+nreverse to avoid O(n^2).
12025
12026 2013-10-24 Helmut Eller <eller.helmut@gmail.com>
12027
12028 * emacs-lisp/lisp-mode.el (lisp-cl-font-lock-keywords-2): Fix cut&paste
12029 (bug#15699).
12030
12031 2013-10-24 Glenn Morris <rgm@gnu.org>
12032
12033 * Makefile.in (abs_top_srcdir): Remove.
12034 (update-subdirs): Use relative path to update-subdirs.
12035
12036 2013-10-24 Eli Zaretskii <eliz@gnu.org>
12037
12038 * Makefile.in ($(MH_E_DIR)/mh-loaddefs.el)
12039 ($(TRAMP_DIR)/tramp-loaddefs.el, $(CAL_DIR)/cal-loaddefs.el)
12040 ($(CAL_DIR)/diary-loaddefs.el, $(CAL_DIR)/hol-loaddefs.el):
12041 Call unmsys--file-name before expand-file-name, not after it.
12042
12043 2013-10-24 Michael Albinus <michael.albinus@gmx.de>
12044
12045 * emacs-lisp/ert.el (ert-deftest): Bind macro `skip-unless'.
12046 (ert-test-skipped): New error.
12047 (ert-skip, ert-stats-skipped): New defuns.
12048 (ert--skip-unless): New macro.
12049 (ert-test-skipped): New struct.
12050 (ert--run-test-debugger, ert-test-result-type-p)
12051 (ert-test-result-expected-p, ert--stats, ert-stats-completed)
12052 (ert--stats-set-test-and-result, ert-char-for-test-result)
12053 (ert-string-for-test-result, ert-run-tests-batch)
12054 (ert--results-update-ewoc-hf, ert-run-tests-interactively):
12055 Handle skipped tests. (Bug#9803)
12056
12057 2013-10-24 Glenn Morris <rgm@gnu.org>
12058
12059 * Makefile.in (check-declare): Remove unnecessary path in -l argument.
12060
12061 * Makefile.in (abs_top_srcdir): New, set by configure.
12062 (update-subdirs): Correct build-aux location.
12063
12064 2013-10-24 Dmitry Gutov <dgutov@yandex.ru>
12065
12066 * vc/vc.el (vc-print-root-log): Always set `default-directory'
12067 value, whether we could auto-deduce `backend', or not.
12068
12069 * progmodes/ruby-mode.el (ruby-smie-rules): Fix the "curly block
12070 with parameters" example. Simplify the "is it block or is it
12071 hash" check, but also make it more thorough.
12072
12073 2013-10-23 Masashi Fujimoto <masfj.dev@gmail.com> (tiny change)
12074
12075 * battery.el (battery-pmset): Handle OS X Mavericks. (Bug#15694)
12076
12077 2013-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
12078
12079 * progmodes/ruby-mode.el (ruby-smie-rules): Only align with parent of
12080 { if it is hanging.
12081
12082 * progmodes/ruby-mode.el (ruby-smie-rules): Don't return 0 for
12083 :before ";".
12084
12085 2013-10-23 Jed Brown <jed@59A2.org> (tiny change)
12086
12087 * progmodes/compile.el (compilation-directory-matcher)
12088 (compilation-page-delimiter):
12089 Support GNU Make-4.0 directory quoting. (Bug#15678)
12090
12091 2013-10-23 Leo Liu <sdl.web@gmail.com>
12092
12093 * ido.el (ido-tidy): Handle read-only text.
12094
12095 2013-10-23 Glenn Morris <rgm@gnu.org>
12096
12097 * Makefile.in (abs_srcdir, abs_lisp): New, set by configure.
12098 (emacs, compile, compile-always):
12099 Quote entities that might contain whitespace.
12100 (custom-deps, finder-data, autoloads): Use abs_lisp.
12101 ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
12102 ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
12103 ($(CAL_DIR)/hol-loaddefs.el): Manually expand target file name.
12104
12105 2013-10-23 Dmitry Gutov <dgutov@yandex.ru>
12106
12107 * progmodes/ruby-mode.el (ruby-smie--at-dot-call):
12108 Use `following-char'.
12109
12110 2013-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
12111
12112 * emacs-lisp/smie.el (smie-rule-parent): Fix opener-test.
12113 * progmodes/ruby-mode.el (ruby-smie-rules):
12114 Remove corresponding workaround. Fix indentation rule of ";" so it
12115 also applies when ";" is the parent.
12116
12117 2013-10-22 Xue Fuqiao <xfq.free@gmail.com>
12118
12119 * frame.el (display-screens, display-pixel-height)
12120 (display-pixel-width, display-mm-width, display-backing-store)
12121 (display-save-under, display-planes, display-color-cells)
12122 (display-visual-class, display-monitor-attributes-list):
12123 Mention the optional ‘display’ argument in doc strings.
12124
12125 2013-10-22 Michael Gauland <mikelygee@amuri.net>
12126
12127 * progmodes/ebnf2ps.el (ebnf-prologue): Avoid PS error with some
12128 viewers such as evince when ebnf-production-name-p is nil. (Bug#15625)
12129
12130 2013-10-21 Dmitry Gutov <dgutov@yandex.ru>
12131
12132 * progmodes/ruby-mode.el (ruby-smie-grammar): Remove outdated
12133 TODO. Add "." after " @ ".
12134 (ruby-smie--at-dot-call): New function. Checks if point at method
12135 call with explicit target.
12136 (ruby-smie--forward-token, ruby-smie--backward-token): Prepend "."
12137 to the method name tokens when it precedes them.
12138 (ruby-smie--backward-id, ruby-smie--forward-id): Remove.
12139 (ruby-smie-rules): Add rule for indentation before and after "."
12140 token.
12141
12142 2013-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
12143
12144 * textmodes/remember.el (remember-diary-extract-entries):
12145 Avoid add-to-list.
12146
12147 * progmodes/ruby-mode.el (ruby-smie-rules): Indent after + used as
12148 an instruction.
12149
12150 2013-10-21 Dmitry Gutov <dgutov@yandex.ru>
12151
12152 * progmodes/ruby-mode.el (ruby-smie-grammar):
12153 Add (almost) all infix operators.
12154 (ruby-smie--implicit-semi-p): Add new operator chars.
12155
12156 * progmodes/ruby-mode.el (ruby-mode-map): Add binding for
12157 `smie-down-list'.
12158 (ruby-smie--args-separator-p): Check that there's no newline
12159 between method call and its arguments.
12160
12161 2013-10-20 Alan Mackenzie <acm@muc.de>
12162
12163 Allow comma separated lists after Java "implements".
12164
12165 * progmodes/cc-engine.el (c-backward-over-enum-header):
12166 Parse commas.
12167 * progmodes/cc-fonts.el (c-basic-matchers-after): Remove comma
12168 from a "disallowed" list in enum fontification.
12169
12170 2013-10-20 Johan Bockgård <bojohan@gnu.org>
12171
12172 * startup.el (default-frame-background-mode): Remove unused defvar.
12173
12174 * progmodes/verilog-mode.el (verilog-mode): Don't set
12175 comment-indent-function globally.
12176
12177 2013-10-20 Jan Djärv <jan.h.d@swipnet.se>
12178
12179 * menu-bar.el: Put help-menu in menu-bar-final-items unconditionally.
12180 Move Info menu item creation to ns-win.el.
12181
12182 * term/ns-win.el (ns-initialize-window-system): Rename Help to Info
12183 in menu bar.
12184
12185 * menu-bar.el: Move GNUstep specific menus...
12186
12187 * term/ns-win.el (ns-initialize-window-system): ... to here.
12188
12189 2013-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
12190
12191 * simple.el (newline): Only run post-self-insert-hook when
12192 called interactively.
12193
12194 2013-10-19 Johan Bockgård <bojohan@gnu.org>
12195
12196 * icomplete.el (icomplete-with-completion-tables): Add :version.
12197
12198 2013-10-19 Alan Mackenzie <acm@muc.de>
12199
12200 Fix fontification bugs with constructors and const.
12201
12202 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): (Just after
12203 CASE 2) Remove the check for the absence of a suffix construct
12204 after a function declaration with only types (no identifiers) in
12205 the parentheses. Also, accept a function declaration with just a
12206 type inside the parentheses, if this type can be positively
12207 recognised as such, or if a prefix keyword like "explicit" nails
12208 down the construct as a declaration.
12209
12210 2013-10-19 Eli Zaretskii <eliz@gnu.org>
12211
12212 * menu-bar.el (tty-menu-navigation-map): Bind mouse-N to perform
12213 TTY menu actions and down-mouse-N to tty-menu-ignore. This solves
12214 the problem whereby selecting a menu item that leads to a
12215 minibuffer prompt moves the cursor out of the minibuffer window,
12216 making it hard to type at the prompt. Suggested by Stefan Monnier
12217 <monnier@iro.umontreal.ca>.
12218
12219 2013-10-19 Jan Djärv <jan.h.d@swipnet.se>
12220
12221 * menu-bar.el: Don't make Services menu.
12222
12223 2013-10-19 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
12224
12225 * ffap.el: Handle "/usr/include/c++/<version>" directories.
12226 (ffap-alist): Use ffap-c++-mode for c++-mode.
12227 (ffap-c++-path): New variable.
12228 (ffap-c++-mode): New function.
12229
12230 2013-10-19 Joe Vornehm Jr. <joe.vornehm@gmail.com> (tiny change)
12231
12232 * ido.el (dired-other-frame): Only list directories. (Bug#15638)
12233
12234 2013-10-18 Michael Albinus <michael.albinus@gmx.de>
12235
12236 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Fix an error
12237 introduced on 2013-09-08, which results in an infinite loop
12238 requesting a password.
12239
12240 2013-10-18 Glenn Morris <rgm@gnu.org>
12241
12242 * progmodes/verilog-mode.el (verilog-case-fold): Add :version.
12243
12244 2013-10-18 Wilson Snyder <wsnyder@wsnyder.org>
12245
12246 Sync with upstream verilog-mode revision 1a6ecec7.
12247 * progmodes/verilog-mode.el (verilog-mode-version): Update.
12248 (verilog-mode-release-date): Remove.
12249 (verilog-highlight-grouping-keywords, verilog-active-low-regexp)
12250 (verilog-auto-inst-param-value, verilog-auto-input-ignore-regexp)
12251 (verilog-auto-inout-ignore-regexp, verilog-auto-output-ignore-regexp)
12252 (verilog-auto-tieoff-ignore-regexp)
12253 (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp)
12254 (verilog-scan-cache-preserving, verilog-mode, verilog-at-struct-p)
12255 (verilog-signals-with, verilog-dir-cache-preserving)
12256 (verilog-auto-inst, verilog-auto-inout-param, verilog-auto):
12257 Doc fixes.
12258 (verilog-case-fold): New option, to control case folding in
12259 regexp searches, bug597.
12260 (verilog-menu): Add verilog-sk-uvm-component, minor tweaks.
12261 (verilog-string-match-fold, verilog-in-paren-count)
12262 (verilog-in-struct-nested-p, verilog-at-struct-mv-p)
12263 (verilog-at-close-struct-p): New functions.
12264 (verilog-beg-block-re-ordered, verilog-extended-case-re)
12265 (verilog-forward-sexp, verilog-set-auto-endcomments)
12266 (verilog-leap-to-case-head): Handle "unique0" case.
12267 (verilog-in-constraint-re): New constant.
12268 (verilog-keywords, verilog-type-font-keywords):
12269 Add some SystemVerilog 1800-2012 keywords.
12270 (verilog-label-be): Remove unimplemented argument, bug669.
12271 (verilog-batch-execute-func): When batch expanding clear
12272 create-lockfiles to prevent spurious user locks when a file ends
12273 up not changing.
12274 (verilog-calculate-indent, verilog-calc-1)
12275 (verilog-at-close-constraint-p, verilog-at-constraint-p)
12276 (verilog-do-indent): Fix indentation of nested constraints
12277 and structures.
12278 (verilog-sig-tieoff, verilog-typedef-name-p, verilog-auto-inst)
12279 (verilog-auto-inst-param): Use verilog-string-match-fold.
12280 (verilog-read-inst-module-matcher):
12281 Fix AUTOINST on gate primitives with #1.
12282 (verilog-read-decls): Fix double-declaring user-defined typed signals.
12283 Reads all user-defined typed variables.
12284 (verilog-read-defines): Fix reading definitions inside comments, bug647.
12285 (verilog-signals-matching-regexp)
12286 (verilog-signals-not-matching-regexp, verilog-auto):
12287 Respect verilog-case-fold.
12288 (verilog-diff-report): Fix line count.
12289 (verilog-auto-assign-modport): Remove unused local `modi'.
12290 (verilog-auto-inst-port): Support [][] in AUTO_TEMPLATE to
12291 better handle multidimensional arrays.
12292 Fix packed array ports misadding bit index in AUTOINST, bug637.
12293 (verilog-auto-output, verilog-auto-input): Fix AUTOINPUT and AUTOOUTPUT
12294 to not double-declare existing outputs and inputs, respectively.
12295 (verilog-template-map): Bind U to verilog-sk-uvm-component.
12296 (verilog-sk-uvm-object): Rename from verilog-sk-uvm-class.
12297 (verilog-sk-uvm-component): New skeleton.
12298 (verilog-submit-bug-report): Add verilog-case-fold,
12299 remove verilog-mode-release-date.
12300
12301 2013-10-17 Barry O'Reilly <gundaetiapo@gmail.com>
12302
12303 * subr.el (sit-for): Call (input-pending-p t) so as to behave
12304 as before.
12305
12306 2013-10-18 Reuben Thomas <rrt@sc3d.org>
12307
12308 * textmodes/remember.el (remember): Set buffer-offer-save in
12309 remember buffers (bug#13566).
12310
12311 2013-10-18 Daniel Colascione <dancol@dancol.org>
12312
12313 When evaluating forms in ielm, direct standard output to ielm
12314 buffer. Add new ielm-return-for-effect command. Remove trailing
12315 whitespace throughout.
12316
12317 * ielm.el (ielm-map): Bind M-RET to ielm-return-for-effect.
12318 (ielm-return-for-effect): New command.
12319 (ielm-send-input): Accept optional `for-effect' parameter.
12320 (ielm-eval-input): Accept optional `for-effect' parameter.
12321 Bind `standard-output' to stream we create using
12322 `ielm-standard-output-impl'. Suppress printing result when
12323 `for-effect'.
12324 (ielm-standard-output-impl): New function.
12325 (inferior-emacs-lisp-mode): Explain new features in documentation.
12326
12327 2013-10-17 Michael Albinus <michael.albinus@gmx.de>
12328
12329 Code cleanup.
12330
12331 * net/tramp.el (tramp-debug-message): Do not check for connection
12332 buffer.
12333 (tramp-message): Use "vector" connection property.
12334
12335 * net/tramp.el (tramp-rfn-eshadow-update-overlay)
12336 (tramp-equal-remote, tramp-eshell-directory-change)
12337 * net/tramp-adb.el (tramp-adb-handle-copy-file)
12338 (tramp-adb-handle-rename-file)
12339 * net/tramp-cmds.el (tramp-list-remote-buffers)
12340 (tramp-cleanup-connection, tramp-cleanup-this-connection)
12341 * net/tramp-compat.el (tramp-compat-process-running-p)
12342 * net/tramp-ftp.el (tramp-ftp-file-name-handler)
12343 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file)
12344 (tramp-gvfs-handle-rename-file)
12345 * net/tramp-sh.el (tramp-sh-handle-set-file-times)
12346 (tramp-set-file-uid-gid)
12347 * net/tramp-smb.el (tramp-smb-handle-copy-file)
12348 (tramp-smb-handle-rename-file): Use `tramp-tramp-file-p' instead
12349 of `file-remote-p'.
12350
12351 * net/tramp.el (tramp-connectable-p, tramp-handle-file-remote-p)
12352 * net/tramp-gw.el (tramp-gw-gw-proc-sentinel)
12353 (tramp-gw-aux-proc-sentinel, tramp-gw-process-filter)
12354 (tramp-gw-open-network-stream): Suppress unrelated traces.
12355
12356 * net/tramp-adb.el (tramp-adb-maybe-open-connection)
12357 * net/tramp-gvfs.el (tramp-gvfs-handle-file-notify-add-watch)
12358 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
12359 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Set "vector"
12360 connection property.
12361
12362 * net/tramp-cache.el (top): Suppress traces when reading
12363 persistency file.
12364
12365 * net/tramp-sh.el (tramp-sh-handle-file-notify-add-watch):
12366 Refactor common code. Improve debug message.
12367 (tramp-maybe-open-connection)
12368 * net/tramp-smb.el (tramp-smb-call-winexe): Do not request
12369 connection buffer too early.
12370
12371 * net/tramp-smb.el (tramp-smb-actions-get-acl): New defconst, renamed
12372 from `tramp-smb-actions-with-acl'.
12373 (tramp-smb-actions-set-acl): New defconst.
12374 (tramp-smb-handle-copy-directory)
12375 (tramp-smb-action-get-acl): New defun, renamed from
12376 `tramp-smb-action-with-acl'.
12377 (tramp-smb-action-set-acl): New defun.
12378 (tramp-smb-handle-set-file-acl): Rewrite.
12379
12380 2013-10-17 Glenn Morris <rgm@gnu.org>
12381
12382 * indent.el (indent-rigidly): Fix 2013-10-08 change. (Bug#15635)
12383
12384 2013-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
12385
12386 * skeleton.el (skeleton-newline): Remove.
12387 (skeleton-internal-1): Use (insert "\n") instead.
12388
12389 * emacs-lisp/lisp.el (lisp-completion-at-point): Complete var names for
12390 let-bindings.
12391
12392 * progmodes/sh-script.el (sh-find-prev-matching): Disable SMIE's
12393 forward-sexp-function while we redo its job (bug#15613).
12394
12395 2013-10-17 Jay Belanger <jay.p.belanger@gmail.com>
12396
12397 * calc/calc-comb.el (math-prime-test): Don't assume large integers are
12398 represented by lists.
12399
12400 2013-10-16 Glenn Morris <rgm@gnu.org>
12401
12402 * tmm.el (tmm--history): New dynamic variable.
12403 (tmm-prompt): Use tmm--history in place of `history'. (Bug#15623)
12404
12405 2013-10-16 Michael Albinus <michael.albinus@gmx.de>
12406
12407 * net/tramp-smb.el (tramp-smb-acl-program): New customer option.
12408 (tramp-smb-errors): Add error messages.
12409 (tramp-smb-actions-with-acl): New defconst.
12410 (tramp-smb-file-name-handler-alist) <set-file-acl>: Add handler.
12411 (tramp-smb-action-with-acl, tramp-smb-handle-set-file-acl): New defuns.
12412 (tramp-smb-handle-file-acl): Rewrite, using "smbcacls".
12413 (tramp-smb-handle-file-attributes): Simplify test for "stat" capability.
12414 (tramp-smb-get-stat-capability): Fix tests.
12415
12416 2013-10-16 Dima Kogan <dima@secretsauce.net> (tiny change)
12417
12418 * progmodes/subword.el (subword-capitalize): Fix Stefan's mess
12419 (bug#15580).
12420
12421 2013-10-16 Glenn Morris <rgm@gnu.org>
12422
12423 * ansi-color.el (ansi-color-drop-regexp):
12424 Add 1J, 1K, 2K. (Bug#15617)
12425
12426 * files.el (hack-local-variables--warned-lexical): New.
12427 (hack-local-variables):
12428 Warn about misplaced lexical-binding. (Bug#15616)
12429
12430 * net/eww.el (eww-render): Always set eww-current-url,
12431 and update header line. (Bug#15622)
12432 (eww-display-html): ... Rather than just doing it here.
12433
12434 2013-10-15 Eli Zaretskii <eliz@gnu.org>
12435
12436 * menu-bar.el (tty-menu-navigation-map): Bind mouse wheels to TTY
12437 menu navigations commands.
12438
12439 2013-10-14 Dima Kogan <dima@secretsauce.net> (tiny change)
12440
12441 * progmodes/subword.el (subword-capitalize): Be careful when
12442 the search for [[:alpha:]] fails (bug#15580).
12443
12444 2013-10-14 Eli Zaretskii <eliz@gnu.org>
12445
12446 * menu-bar.el (tty-menu-navigation-map): Bind shifted mouse clicks
12447 to commands that scroll the menu.
12448
12449 2013-10-14 Dmitry Gutov <dgutov@yandex.ru>
12450
12451 * progmodes/ruby-mode.el (ruby-smie--args-separator-p):
12452 Handle methods ending with `?' and `!'.
12453
12454 2013-10-14 Akinori MUSHA <knu@iDaemons.org>
12455
12456 * progmodes/ruby-mode.el (ruby-encoding-map): Add a mapping from
12457 `japanese-cp932' to `cp932' to fix the problem where saving a
12458 source file written in Shift_JIS twice would end up having
12459 `coding: japanese-cp932' which Ruby could not recognize.
12460 (ruby-mode-set-encoding): Add support for encodings mapped to nil
12461 in `ruby-encoding-map'.
12462 (ruby-encoding-map): Map `us-ascii' to nil by default, meaning it
12463 doesn't need to be explicitly declared in magic comment.
12464 (ruby-encoding-map): Add type declaration for better customize UI.
12465
12466 2013-10-13 Glenn Morris <rgm@gnu.org>
12467
12468 * progmodes/sh-script.el (sh-mark-line, sh-learn-buffer-indent):
12469 Occur buffers are read-only. http://bugs.debian.org/720775
12470
12471 * emacs-lisp/authors.el (authors-fixed-entries):
12472 Comment out old alpha stuff.
12473
12474 2013-10-13 Dmitry Gutov <dgutov@yandex.ru>
12475
12476 * progmodes/ruby-mode.el (ruby-mode): Add `ruby-mode-set-encoding'
12477 to `after-save-hook' instead of `before-save-hook'.
12478 (ruby-mode-set-encoding): Use the value of coding system used to
12479 write the file. Call `basic-save-buffer-1' after modifying the
12480 buffer.
12481
12482 2013-10-13 Alan Mackenzie <acm@muc.de>
12483
12484 Fix indentation/fontification of Java enum with
12485 "implements"/generic.
12486
12487 * progmodes/cc-engine.el (c-backward-over-enum-header):
12488 Extracted from the three other places and enhanced to handle generics.
12489 (c-inside-bracelist-p): Uses new function above.
12490 * progmodes/cc-fonts.el (c-font-lock-declarations): Uses new
12491 function above.
12492 (c-font-lock-enum-tail): Uses new function above.
12493
12494 2013-10-13 Kenichi Handa <handa@gnu.org>
12495
12496 * international/mule-cmds.el (select-safe-coding-system): Remove a
12497 superfluous condition in chekcing whether a coding system is safe
12498 or not.
12499
12500 2013-10-13 Oleh Krehel <ohwoeowho@gmail.com>
12501
12502 * replace.el (how-many): Fix rstart and !rend case. (Bug#15589)
12503
12504 2013-10-13 Andreas Politz <politza@hochschule-trier.de>
12505
12506 * progmodes/sql.el (sql-add-product): Fix paren typo. (Bug#15435)
12507
12508 2013-10-13 Glenn Morris <rgm@gnu.org>
12509
12510 * menu-bar.el (menu-bar-update-buffers):
12511 Unify Buffers menu prompt string. (Bug#15576)
12512
12513 * face-remap.el (text-scale-adjust): Doc fix. (Bug#15434)
12514
12515 * emacs-lisp/authors.el (authors-aliases, authors-ignored-files):
12516 Add some entries.
12517 (authors-fixed-entries): Use accented form of name.
12518
12519 2013-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
12520
12521 * progmodes/ruby-mode.el (ruby-smie-grammar): Add rule for paren-free
12522 method calls (bug#15594).
12523 (ruby-smie--args-separator-p): New function.
12524 (ruby-smie--forward-token, ruby-smie--backward-token): Use it to
12525 recognize paren-free method calls.
12526
12527 * isearch.el (isearch-pre-command-hook): Don't build in knowledge about
12528 internals of universal-argument.
12529
12530 2013-10-11 Eli Zaretskii <eliz@gnu.org>
12531
12532 * menu-bar.el (tty-menu-navigation-map): Remap F10 to tty-menu-exit.
12533 Bind all menu-bar sequences to tty-menu-exit -- this pops down a
12534 dropped menu on second mouse click on the menu bar.
12535
12536 2013-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
12537
12538 * progmodes/sh-script.el: Provide simpl(e|istic) completion.
12539 (explicit-shell-file-name): Declare.
12540 (sh--vars-before-point, sh--cmd-completion-table): New functions.
12541 (sh-completion-at-point-function): New function.
12542 (sh-mode): Use it.
12543 (sh-smie--keyword-p): Remove unused argument.
12544 (sh-smie-sh-backward-token, sh-smie-rc-backward-token): Remove unused
12545 vars.
12546 (sh-set-shell): Always setup SMIE, even if we use the
12547 old indentation code.
12548
12549 2013-10-11 Dmitry Gutov <dgutov@yandex.ru>
12550
12551 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Split the
12552 cases of ? and =.
12553 (ruby-smie-rules): Simplify the "do" rule. The cases when the
12554 predicate would return nil are almost non-existent.
12555 (ruby-smie--redundant-do-p): Include "until" and "for" statements.
12556
12557 * emacs-lisp/smie.el (smie--matching-block-data): Invalidate the
12558 cache also after commands that modify the buffer but don't move
12559 point.
12560
12561 2013-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
12562
12563 * env.el (substitute-env-in-file-name): New function.
12564 (substitute-env-vars): Extend the meaning of the optional arg.
12565
12566 2013-10-10 Eli Zaretskii <eliz@gnu.org>
12567
12568 * term/w32-win.el (dynamic-library-alist): Define separate lists
12569 of GIF DLLs for versions before and after 5.0.0 of giflib.
12570 (Bug#15531)
12571
12572 2013-10-10 João Távora <joaotavora@gmail.com>
12573
12574 * vc/vc.el (vc-diff-build-argument-list-internal): If the file is
12575 not locked, use last revision and current source as
12576 defaults. (Bug#15569)
12577
12578 2013-10-10 Masatake YAMATO <yamato@redhat.com>
12579
12580 * menu-bar.el (menu-bar-open): Don't use popup-menu if
12581 menu-bar is hidden.
12582
12583 2013-10-10 Martin Rudalics <rudalics@gmx.at>
12584
12585 * window.el (pop-to-buffer-same-window): Fix doc-string.
12586 (Bug#15492)
12587
12588 2013-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
12589
12590 * menu-bar.el (tty-menu-navigation-map): Reduce redundancy.
12591
12592 2013-10-10 Andrei Chițu <andrei.chitu1@gmail.com> (tiny change)
12593
12594 * calendar/icalendar.el (icalendar-import-file):
12595 Fix interactive spec. (Bug#15482)
12596
12597 2013-10-10 Glenn Morris <rgm@gnu.org>
12598
12599 * desktop.el (desktop-save): Default to saving in .emacs.d,
12600 since PWD is no longer in desktop-path by default. (Bug#15319)
12601
12602 * menu-bar.el (menu-bar-options-menu): Remove text-mode auto-fill,
12603 now that text mode has a menu with the same entry.
12604 (menu-bar-text-mode-auto-fill): Remove now unused func.
12605 * textmodes/text-mode.el (text-mode-map):
12606 Use auto-fill help text from menu-bar.el.
12607
12608 2013-10-10 John Anthony <john@jo.hnanthony.com>
12609
12610 * textmodes/text-mode.el (text-mode-map): Add a menu. (Bug#15562)
12611
12612 2013-10-09 Juri Linkov <juri@jurta.org>
12613
12614 * isearch.el (isearch-pre-command-hook): Use this-single-command-keys
12615 instead of this-command-keys. Add universal-argument-more and
12616 universal-argument-minus to the list of prefix commands. (Bug#15568)
12617
12618 2013-10-09 Glenn Morris <rgm@gnu.org>
12619
12620 * vc/vc-svn.el (vc-svn-create-repo):
12621 Expand paths in file://... url. (Bug#15446)
12622
12623 * emacs-lisp/authors.el (authors-aliases, authors-fixed-case):
12624 Add some entries.
12625 (authors): Remove unused local variables.
12626
12627 2013-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
12628
12629 * profiler.el: Create a more coherent calltree from partial backtraces.
12630 (profiler-format): Hide the tail with `invisible' so that C-s can still
12631 find the hidden elements.
12632 (profiler-calltree-depth): Don't recurse so enthusiastically.
12633 (profiler-function-equal): New hash-table-test.
12634 (profiler-calltree-build-unified): New function.
12635 (profiler-calltree-build): Use it.
12636 (profiler-report-make-name-part): Indent the calltree less.
12637 (profiler-report-mode): Add visibility specs for profiler-format.
12638 (profiler-report-expand-entry, profiler-report-toggle-entry):
12639 Expand the whole subtree when provided with a prefix arg.
12640
12641 2013-10-09 Dmitry Gutov <dgutov@yandex.ru>
12642
12643 * progmodes/ruby-mode.el (ruby-smie-rules): Indent after hanging
12644 iuwu-mod token.
12645 (ruby-smie--implicit-semi-p): Prohibit implicit semicolon after
12646 hanging iuwu-mod token.
12647 (ruby-smie--forward-token): Do not include a dot after a token in
12648 that token.
12649 (ruby-smie--backward-token): Likewise.
12650
12651 2013-10-08 Juri Linkov <juri@jurta.org>
12652
12653 * isearch.el (isearch-help-map, isearch-mode-map): Don't bind [t]
12654 to isearch-other-control-char.
12655 (isearch-mode): Add isearch-pre-command-hook to pre-command-hook
12656 and isearch-post-command-hook to post-command-hook.
12657 (isearch-done): Remove isearch-pre-command-hook from pre-command-hook
12658 and isearch-post-command-hook from post-command-hook.
12659 (isearch-unread-key-sequence)
12660 (isearch-reread-key-sequence-naturally)
12661 (isearch-lookup-scroll-key, isearch-other-control-char)
12662 (isearch-other-meta-char): Remove functions.
12663 (isearch-pre-command-hook, isearch-post-command-hook):
12664 New functions based on isearch-other-meta-char rewritten
12665 relying on the new behavior of overriding-terminal-local-map
12666 that does not replace the local keymaps any more. (Bug#15200)
12667
12668 2013-10-08 Eli Zaretskii <eliz@gnu.org>
12669
12670 Support menus on text-mode terminals.
12671 * tmm.el (tmm-menubar): Adapt doc string to TTY menus
12672 functionality.
12673
12674 * tooltip.el (tooltip-mode): Don't error out on TTYs.
12675
12676 * menu-bar.el (popup-menu, popup-menu-normalize-position):
12677 Move here from mouse.el.
12678 (popup-menu): Support menu-bar navigation on TTYs using C-f/C-b
12679 and arrow keys.
12680 (tty-menu-navigation-map): New map for TTY menu navigation.
12681
12682 * loadup.el ("tooltip"): Load even if x-show-tip is not available.
12683
12684 * frame.el (display-mouse-p): Report text-mode mouse as available
12685 on w32.
12686 (display-popup-menus-p): Report availability if mouse is
12687 available; don't condition on window-system.
12688
12689 * faces.el (tty-menu-enabled-face, tty-menu-disabled-face)
12690 (tty-menu-selected-face): New faces.
12691
12692 2013-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
12693
12694 * emacs-lisp/lisp-mode.el: Font-lock cl-lib constructs.
12695 (lisp-el-font-lock-keywords, lisp-el-font-lock-keywords-1)
12696 (lisp-el-font-lock-keywords-2, lisp-cl-font-lock-keywords)
12697 (lisp-cl-font-lock-keywords-1, lisp-cl-font-lock-keywords-2):
12698 New constants.
12699 (lisp-mode-variables): New `elisp' argument.
12700 (emacs-lisp-mode): Use it.
12701 * font-lock.el (lisp-font-lock-keywords, lisp-font-lock-keywords-1)
12702 (lisp-font-lock-keywords-2): Move to lisp-mode.el.
12703
12704 * indent.el: Use lexical-binding.
12705 (indent-region): Add progress reporter.
12706 (tab-stop-list): Make it implicitly extend to infinity by repeating the
12707 last step.
12708 (indent--next-tab-stop): New function to implement this behavior.
12709 (tab-to-tab-stop, move-to-tab-stop): Use it.
12710
12711 2013-10-08 Teemu Likonen <tlikonen@iki.fi>
12712
12713 * indent.el (indent-rigidly--current-indentation): New function.
12714 (indent-rigidly-map): New var.
12715 (indent-rigidly): Use it to provide interactive mode (bug#8196).
12716
12717 2013-10-08 Bastien Guerry <bzg@gnu.org>
12718
12719 * register.el (insert-register): Fix 2013-10-07 change.
12720
12721 2013-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
12722
12723 * progmodes/perl-mode.el: Use lexical-binding.
12724 Remove redundant :group args.
12725 (perl-nochange): Change default to be closer to other major modes's
12726 standard behavior.
12727 (perl-indent-line): Don't consider text on current line as a
12728 valid beginning of function from which to indent.
12729
12730 * emacs-lisp/backquote.el (backquote-process): Catch uses of , and ,@
12731 with more than one argument (bug#15538).
12732
12733 * mpc.el (mpc-songs-jump-to): Adjust to different playlist format.
12734
12735 * vc/pcvs.el: Use lexical-binding.
12736 (cvs-temp-buffer, cvs-make-cvs-buffer): Pass some vars in the lexical
12737 environment of `eval'.
12738 (cvs-mode-run, cvs-mode-do): Change `postproc' to be a function rather
12739 than a list of expressions. Adjust callers.
12740 * vc/pcvs-defs.el (cvs-postprocess): Remove, unused.
12741
12742 2013-10-07 Dmitry Gutov <dgutov@yandex.ru>
12743
12744 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Handle the
12745 case of the dot in a chained method call being on the following line.
12746
12747 2013-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
12748
12749 * electric.el (electric-indent-inhibit): New var.
12750 (electric-indent-post-self-insert-function): Use it.
12751 * progmodes/python.el (python-mode): Set it.
12752
12753 * progmodes/ruby-mode.el (ruby-smie-rules): Tweak handling of
12754 open braces.
12755
12756 * emacs-lisp/smie.el (smie-next-sexp): Refine last fix.
12757
12758 * textmodes/css-mode.el (css-smie-rules): Fix indentation (bug#15467).
12759 (css-mode): Use electric-indent-chars.
12760
12761 * nxml/nxml-mode.el: Use lexical-binding and syntax-propertize.
12762 (font-lock-beg, font-lock-end): Move before first use.
12763 (nxml-mode): Use syntax-propertize-function.
12764 (nxml-after-change, nxml-after-change1): Adjust accordingly.
12765 (nxml-extend-after-change-region): Remove.
12766 * nxml/xmltok.el: Use lexical-binding.
12767 (xmltok-save): Use `declare'.
12768 (xmltok-unclosed-reparse-p, xmltok-semi-closed-reparse-p): Remove.
12769 * nxml/nxml-util.el: Use lexical-binding.
12770 (nxml-with-degradation-on-error, nxml-with-invisible-motion):
12771 Use `declare'.
12772 * nxml/nxml-ns.el: Use lexical-binding.
12773 (nxml-ns-save): Use `declare'.
12774 (nxml-ns-prefixes-for): Avoid add-to-list.
12775 * nxml/rng-match.el: Use lexical-binding.
12776 (rng--ipattern): Use cl-defstruct.
12777 (rng-compute-start-tag-open-deriv, rng-compute-start-attribute-deriv)
12778 (rng-cons-group-after, rng-subst-group-after)
12779 (rng-subst-interleave-after, rng-apply-after, rng-compute-data-deriv):
12780 Use closures instead of `(lambda...).
12781
12782 2013-10-07 Michael Albinus <michael.albinus@gmx.de>
12783
12784 * net/tramp.el (tramp-handle-insert-file-contents): Improve handling
12785 of BEG and END.
12786
12787 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
12788 Use `tramp-handle-insert-file-contents'.
12789 (tramp-gvfs-handle-insert-file-contents): Remove function.
12790
12791 * net/tramp-sh.el (tramp-sh-handle-insert-directory):
12792 Use `save-restriction' in order to keep markers.
12793
12794 * net/trampver.el: Update release number.
12795
12796 2013-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
12797
12798 * progmodes/compile.el (compilation-parse-errors):
12799 Use compilation--put-prop.
12800 (compilation--ensure-parse): Check compilation-multiline.
12801
12802 * emacs-lisp/easymenu.el (easy-menu-create-menu): Use closures.
12803
12804 * emacs-lisp/lisp-mode.el (eval-defun-2): Simplify, using
12805 lexical-binding.
12806
12807 * emacs-lisp/tq.el (tq-create): Use a closure instead of `(lambda...).
12808
12809 * progmodes/ruby-mode.el: Fix recently added tests.
12810 (ruby-smie-grammar): Add - and +.
12811 (ruby-smie--redundant-do-p, ruby-smie--forward-id)
12812 (ruby-smie--backward-id): New functions.
12813 (ruby-smie--forward-token, ruby-smie--backward-token): Use them.
12814 (ruby-smie-rules): Handle hanging do. Get rid of hack, not needed
12815 any more.
12816
12817 2013-10-07 Leo Liu <sdl.web@gmail.com>
12818
12819 * register.el (register-preview-delay)
12820 (register-preview-functions): New variables.
12821 (register-read-with-preview, register-preview)
12822 (register-describe-oneline): New functions.
12823 (point-to-register, window-configuration-to-register)
12824 (frame-configuration-to-register, jump-to-register)
12825 (number-to-register, view-register, insert-register)
12826 (copy-to-register, append-to-register, prepend-to-register)
12827 (copy-rectangle-to-register): Use register-read-with-preview to
12828 read register. (Bug#15525)
12829
12830 2013-10-06 Dato Simó <dato@net.com.org.es> (tiny change)
12831
12832 * net/network-stream.el (network-stream-open-starttls): Don't add
12833 --insecure if it's already present, because that gnutls-cli
12834 rejects getting that parameter twice.
12835
12836 2013-10-06 Dmitry Gutov <dgutov@yandex.ru>
12837
12838 * progmodes/ruby-mode.el (ruby-smie-rules): Dedent `ensure'
12839 keyword, too.
12840
12841 2013-10-05 Dmitry Gutov <dgutov@yandex.ru>
12842
12843 * newcomment.el (comment-use-global-state): Change default value
12844 to t, mark obsolete (Bug#15251).
12845 (comment-beginning): In addition to `comment-to-syntax', check the
12846 value of `comment-use-global-state'.
12847
12848 2013-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
12849
12850 * progmodes/ruby-mode.el (ruby-use-smie): Change default.
12851 (ruby-comment-column): Follow the global default, by default.
12852 (ruby-smie-grammar): Add assignment syntax.
12853 (ruby-smie--implicit-semi-p): No implicit semi-colon after an
12854 open-paren, a comma, or a \.
12855 (ruby-smie--forward-token, ruby-smie--backward-token): Handle heredocs,
12856 and line continuations.
12857 (ruby-smie-rules): Adjust handling of open-paren, now that it's never
12858 followed by implicit semi-colons. Add rule for string concatenation
12859 and for indentation at BOB.
12860 (ruby-forward-sexp, ruby-backward-sexp): Adjust for when SMIE is in use.
12861
12862 * emacs-lisp/smie.el (smie-next-sexp): Don't go back to pos before
12863 calling next-sexp, since next-token may have skipped chars which
12864 next-sexp doesn't know should be skipped!
12865
12866 2013-10-05 Leo Liu <sdl.web@gmail.com>
12867
12868 * progmodes/octave.el (octave-send-region):
12869 Call compilation-forget-errors.
12870
12871 2013-10-04 Xue Fuqiao <xfq.free@gmail.com>
12872
12873 * vc/vc-svn.el (vc-svn-find-admin-dir):
12874 * vc/vc-rcs.el (vc-rcs-find-admin-dir):
12875 * vc/vc-mtn.el (vc-mtn-find-admin-dir):
12876 * vc/vc-cvs.el (vc-cvs-find-admin-dir):
12877 * vc/vc-arch.el (vc-arch-find-admin-dir): New functions.
12878
12879 2013-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
12880
12881 * textmodes/css-mode.el (css-smie-rules): Toplevel's a list (bug#15467).
12882
12883 2013-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
12884
12885 * subr.el (read-passwd): Hide chars even when called within a context
12886 where after-change-functions is disabled (bug#15501).
12887 (set-temporary-overlay-map): Don't remove oneself from pre-command-hook
12888 until we removed ourself from overriding-terminal-local-map.
12889
12890 2013-10-04 Leo Liu <sdl.web@gmail.com>
12891
12892 * progmodes/octave.el (inferior-octave-mode):
12893 Call compilation-forget-errors.
12894
12895 2013-10-04 Xue Fuqiao <xfq.free@gmail.com>
12896
12897 * emacs-lisp/syntax.el (syntax-ppss): Doc fix.
12898
12899 2013-10-04 Michael Albinus <michael.albinus@gmx.de>
12900
12901 * net/secrets.el (secrets-create-collection): Add optional
12902 argument ALIAS. Use proper Label keyword. Append ALIAS as
12903 dbus-call-method argument. (Bug#15516)
12904
12905 2013-10-04 Leo Liu <sdl.web@gmail.com>
12906
12907 * progmodes/octave.el (inferior-octave-error-regexp-alist)
12908 (inferior-octave-compilation-font-lock-keywords): New variables.
12909 (compilation-error-regexp-alist)
12910 (compilation-mode-font-lock-keywords): Defvar to pacify compiler.
12911 (inferior-octave-mode): Use compilation-shell-minor-mode.
12912
12913 2013-10-04 Jorgen Schaefer <forcer@forcix.cx>
12914
12915 * minibuffer.el (completion--replace): Be careful that `end' might be
12916 a marker.
12917
12918 2013-10-03 Daiki Ueno <ueno@gnu.org>
12919
12920 Add support for package signature checking.
12921 * emacs-lisp/package.el (url-http-file-exists-p)
12922 (epg-make-context, epg-context-set-home-directory)
12923 (epg-verify-string, epg-context-result-for)
12924 (epg-signature-status, epg-signature-to-string)
12925 (epg-check-configuration, epg-configuration)
12926 (epg-import-keys-from-file): Declare.
12927 (package-check-signature): New user option.
12928 (package-unsigned-archives): New user option.
12929 (package-desc): Add `signed' field.
12930 (package-load-descriptor): Set `signed' field if .signed file exists.
12931 (package--archive-file-exists-p): New function.
12932 (package--check-signature): New function.
12933 (package-install-from-archive): Check package signature.
12934 (package--download-one-archive): Check archive signature.
12935 (package-delete): Remove .signed file.
12936 (package-import-keyring): New command.
12937 (package-refresh-contents): Import default keyring.
12938 (package-desc-status): Add "unsigned" status.
12939 (describe-package-1, package-menu--print-info)
12940 (package-menu-mark-delete, package-menu--find-upgrades)
12941 (package-menu--status-predicate): Support "unsigned" status.
12942
12943 2013-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
12944
12945 * emacs-lisp/cconv.el (cconv-convert, cconv-analyse-form): Adjust for
12946 the new compilation scheme using the new byte-codes.
12947
12948 * emacs-lisp/bytecomp.el (byte-pushcatch, byte-pushconditioncase)
12949 (byte-pophandler): New byte codes.
12950 (byte-goto-ops): Adjust accordingly.
12951 (byte-compile--use-old-handlers): New var.
12952 (byte-compile-catch): Use new byte codes depending on
12953 byte-compile--use-old-handlers.
12954 (byte-compile-condition-case--old): Rename from
12955 byte-compile-condition-case.
12956 (byte-compile-condition-case--new): New function.
12957 (byte-compile-condition-case): New function that dispatches depending
12958 on byte-compile--use-old-handlers.
12959 (byte-compile-unwind-protect): Pass a function to byte-unwind-protect
12960 when we can.
12961
12962 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
12963 Optimize under `condition-case' and `catch' if
12964 byte-compile--use-old-handlers is nil.
12965 (disassemble-offset): Handle new bytecodes.
12966
12967 2013-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
12968
12969 * subr.el (error): Use `declare'.
12970 (decode-char, encode-char): Use advertised-calling-convention instead
12971 of the docstring to discourage use of the `restriction' arg.
12972
12973 2013-10-03 Daiki Ueno <ueno@gnu.org>
12974
12975 * epg.el (epg-verify-file): Add a comment saying that it does not
12976 notify verification error as a return value nor a signal.
12977 (epg-verify-string): Ditto.
12978
12979 2013-10-02 Kevin Rodgers <kevin.d.rodgers@gmail.com>
12980
12981 * progmodes/compile.el (compilation-start): Try globbing the arg to
12982 `cd' (bug#15417).
12983
12984 2013-10-02 Michael Albinus <michael.albinus@gmx.de>
12985
12986 Sync with Tramp 2.2.8.
12987
12988 * net/tramp-cmds.el (tramp-bug, tramp-append-tramp-buffers):
12989 * net/tramp-cache.el (tramp-cache-print): Use `tramp-compat-funcall'.
12990 * net/trampver.el: Update release number.
12991
12992 2013-10-01 Jan Djärv <jan.h.d@swipnet.se>
12993
12994 * term/ns-win.el (ns-initialize-window-system): Set locale-coding-system
12995 and default-process-coding-system for darwin only.
12996
12997 2013-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
12998
12999 * emacs-lisp/package.el (package-desc): Simplify (bug#15495).
13000
13001 2013-10-01 Mitchel Humpherys <mitch.special@gmail.com> (tiny change)
13002
13003 * vc/vc-git.el (vc-git-grep): Disable pager.
13004
13005 2013-10-01 Dmitry Gutov <dgutov@yandex.ru>
13006
13007 * emacs-lisp/package.el (package-buffer-info, describe-package-1):
13008 Use :url instead of :homepage, as per
13009 http://lists.gnu.org/archive/html/emacs-devel/2013-09/msg00622.html
13010
13011 * newcomment.el (comment-beginning): When `comment-use-syntax' is
13012 non-nil, use `syntax-ppss' (Bug#15251).
13013
13014 2013-09-30 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
13015
13016 * progmodes/octave.el (inferior-octave-startup-file):
13017 Prefer ~/.emacs.d/init_octave.m.
13018
13019 2013-09-29 Dmitry Gutov <dgutov@yandex.ru>
13020
13021 * emacs-lisp/package.el (package-desc-from-define):
13022 Accept additional arguments as plist, convert them to an alist and store
13023 them in the `extras' slot.
13024 (package-generate-description-file): Convert extras alist back to
13025 plist and append to the `define-package' form arguments.
13026 (package--alist-to-plist): New function.
13027 (package--ac-desc): Add `extras' slot.
13028 (package--add-to-archive-contents): Check if the archive-contents
13029 vector is long enough, and if it is, pass its `extras' slot value
13030 to `package-desc-create'.
13031 (package-buffer-info): Call `lm-homepage', pass the returned value
13032 to `package-desc-from-define'.
13033 (describe-package-1): Render the homepage button (Bug#13291).
13034
13035 * emacs-lisp/package-x.el (package-upload-buffer-internal):
13036 Pass `extras' slot from `package-desc' to `package-make-ac-desc'.
13037
13038 2013-09-29 Jan Djärv <jan.h.d@swipnet.se>
13039
13040 * term/ns-win.el (ns-initialize-window-system): Set locale-coding-system
13041 and default-process-coding-system to utf-8-unix (Bug#15402).
13042
13043 2013-09-29 Xue Fuqiao <xfq.free@gmail.com>
13044
13045 * subr.el (looking-back): Do not recommend using looking-back.
13046
13047 2013-09-28 Alan Mackenzie <acm@muc.de>
13048
13049 Fix indentation/fontification of Java enum with "implements".
13050
13051 * progmodes/cc-langs.el (c-postfix-decl-spec-key): New variable, a
13052 regexp which matches "implements", etc., in Java.
13053 * progmodes/cc-engine.el (c-inside-bracelist-p): Check for extra
13054 specifier clauses coming after "enum".
13055 * progmodes/cc-fonts.el (c-font-lock-declarations)
13056 (c-font-lock-enum-tail): Check for extra specifier clauses coming
13057 after "enum".
13058
13059 2013-09-28 Jan Djärv <jan.h.d@swipnet.se>
13060
13061 * faces.el (region): Change ns_selection_color to
13062 ns_selection_fg_color, add ns_selection_bg_color.
13063
13064 2013-09-28 Leo Liu <sdl.web@gmail.com>
13065
13066 * progmodes/octave.el (inferior-octave-completion-table)
13067 (inferior-octave-completion-at-point): Minor tweaks.
13068
13069 * textmodes/ispell.el (ispell-lookup-words): Rename from
13070 lookup-words. (Bug#15460)
13071 (lookup-words): Obsolete.
13072 (ispell-complete-word, ispell-command-loop): All uses changed.
13073
13074 2013-09-28 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
13075
13076 * progmodes/octave.el (octave-mode-map): Bind octave-send-buffer.
13077 (octave-mode-menu): Add octave-send-buffer.
13078 (octave-send-buffer): New function.
13079
13080 2013-09-28 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
13081
13082 * progmodes/octave.el (octave-mode-map): Add key binding for
13083 octave-lookfor.
13084 (octave-mode-menu): Add octave-lookfor.
13085 (inferior-octave-mode-map, octave-help-mode-map): Bind C-ha to
13086 octave-lookfor.
13087 (octave-lookfor): New function.
13088
13089 2013-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
13090
13091 * emacs-lisp/cl-macs.el (cl--loop-destr-temps): Remove.
13092 (cl--loop-iterator-function): Rename from cl--loop-map-form and change
13093 its convention.
13094 (cl--loop-set-iterator-function): New function.
13095 (cl-loop): Adjust accordingly, so as not to use cl-subst.
13096 (cl--parse-loop-clause): Adjust all uses of cl--loop-map-form.
13097 Bind `it' with `let' instead of substituting it with `cl-subst'.
13098 (cl--unused-var-p): New function.
13099 (cl--loop-let): Don't use the cl--loop-destr-temps hack any more.
13100 Eliminate some unused variable warnings (bug#15326).
13101
13102 2013-09-27 Tassilo Horn <tsdh@gnu.org>
13103
13104 * doc-view.el (doc-view-scale-reset): Rename from
13105 `doc-view-reset-zoom-level'.
13106 (doc-view-scale-adjust): New command.
13107 (doc-view-mode-map): Remap `text-scale-adjust' bindings to
13108 `doc-view-scale-adjust'.
13109
13110 2013-09-26 Tassilo Horn <tsdh@gnu.org>
13111
13112 * doc-view.el (doc-view-reset-zoom-level): New command.
13113 (doc-view-mode-map): Remap text-scale-adjust bindings to doc-view
13114 zoom commands (bug#15466).
13115
13116 2013-09-26 Kenichi Handa <handa@gnu.org>
13117
13118 * international/quail.el (quail-help): Make it not a command.
13119
13120 2013-09-26 Leo Liu <sdl.web@gmail.com>
13121
13122 * minibuffer.el (completion-all-sorted-completions): Make args
13123 optional as they are.
13124
13125 2013-09-25 Daniel Colascione <dancol@dancol.org>
13126
13127 * emacs-lisp/cl-macs.el (cl-type-spec): Tell edebug what type
13128 specs are and that they're not evaluated.
13129
13130 2013-09-24 Sam Steingold <sds@gnu.org>
13131
13132 * midnight.el (clean-buffer-list-kill-regexps)
13133 (clean-buffer-list-kill-buffer-names): Update for the new Man
13134 buffer naming which includes the object name.
13135
13136 2013-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
13137
13138 * eshell/esh-cmd.el (eshell--sep-terms): New var.
13139 (eshell-parse-command, eshell-parse-pipeline): Use it since
13140 eshell-separate-commands requires a dynamic scoped var.
13141 Reported by Jan Moringen <jmoringe@techfak.uni-bielefeld.de>.
13142
13143 2013-09-23 Leo Liu <sdl.web@gmail.com>
13144
13145 * autoinsert.el (auto-insert-alist): Make the value of
13146 lexical-binding match its file setting.
13147
13148 2013-09-23 Juanma Barranquero <lekktu@gmail.com>
13149
13150 * vc/vc-sccs.el (vc-sccs-search-project-dir): Mark unused argument.
13151
13152 * autoarg.el (autoarg-kp-digit-argument):
13153 * electric.el (Electric-command-loop):
13154 * kmacro.el (kmacro-step-edit-insert):
13155 Do not set universal-argument-num-events.
13156
13157 2013-09-22 Leo Liu <sdl.web@gmail.com>
13158
13159 * files.el (interpreter-mode-alist): Add octave.
13160
13161 2013-09-21 Alan Mackenzie <acm@muc.de>
13162
13163 C++: fontify identifier in declaration following "public:" correctly.
13164 * progmodes/cc-langs.el (c-decl-start-colon-kwd-re): New lang var
13165 to match "public", etc.
13166 (c-decl-prefix-re): Add ":" into the C++ value.
13167 * progmodes/cc-engine.el (c-find-decl-prefix-search): Refactor a
13168 bit. Add a check for a ":" preceded by "public", etc.
13169
13170 2013-09-21 Eli Zaretskii <eliz@gnu.org>
13171
13172 * files.el (auto-mode-alist): Support OBJFILE-gdb.gdb script files
13173 recognized by GDB 7.5 and later.
13174
13175 2013-09-21 Xue Fuqiao <xfq.free@gmail.com>
13176
13177 * vc/vc-dir.el (vc-dir-mode-map): Add keybinding for vc-log-incoming.
13178
13179 2013-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
13180
13181 * subr.el (internal--call-interactively): New const.
13182 (called-interactively-p): Use it (bug#3984).
13183
13184 2013-09-20 Xue Fuqiao <xfq.free@gmail.com>
13185
13186 * vc/pcvs.el (cvs-mode-ignore):
13187 * vc/vc-cvs.el (vc-cvs-ignore, vc-cvs-append-to-ignore):
13188 Rename cvs-append-to-ignore to vc-cvs-append-to-ignore.
13189
13190 2013-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
13191
13192 * eshell/em-ls.el: Use advice. Remove redundant :group keywords.
13193 (eshell-ls-orig-insert-directory): Remove.
13194 (eshell-ls-unload-hook): Not a defcustom any more. Use advice-remove.
13195 (eshell-ls-use-in-dired): Use advice-add/remove.
13196 (eshell-ls--insert-directory): Rename from eshell-ls-insert-directory.
13197 Add `orig-fun' arg for use in :around advice.
13198 Make it check (redundantly) eshell-ls-use-in-dired.
13199
13200 2013-09-19 Glenn Morris <rgm@gnu.org>
13201
13202 * emacs-lisp/cl-macs.el (cl-defsubst): Remove unused local `pbody'.
13203
13204 * simple.el (x-selection-owner-p, x-selection-exists-p): Declare.
13205
13206 * emacs-lisp/eieio.el (class-parent): Undo previous change.
13207
13208 2013-09-19 Michael Albinus <michael.albinus@gmx.de>
13209
13210 * net/tramp-sh.el (tramp-get-remote-id): Do not raise an error.
13211 (tramp-get-remote-uid-with-id, tramp-get-remote-gid-with-id)
13212 (tramp-get-remote-python): New defuns.
13213 (tramp-get-remote-uid-with-perl)
13214 (tramp-get-remote-gid-with-perl): New defuns. Perl code
13215 contributed by yary <not.com@gmail.com> (tiny change).
13216 (tramp-get-remote-uid-with-python)
13217 (tramp-get-remote-gid-with-python): New defuns. Python code
13218 contributed by Andrey Tykhonov <atykhonov@gmail.com> (tiny change).
13219 (tramp-get-remote-uid, tramp-get-remote-gid): Use new defuns.
13220
13221 2013-09-19 Glenn Morris <rgm@gnu.org>
13222
13223 * emacs-lisp/eieio.el (class-parent): Don't use defalias with macros.
13224
13225 * eshell/em-unix.el (eshell-remove-entries):
13226 Rename argument to avoid name-clash with global `top-level'.
13227
13228 * eshell/esh-proc.el (eshell-kill-process-function):
13229 Remove eshell-reset-after-proc from eshell-kill-hook if present.
13230 (eshell-reset-after-proc): Remove unused arg `proc'.
13231
13232 * eshell/esh-util.el (eshell-read-hosts-file): Use `filename' arg.
13233 (directory-files-and-attributes): Mark unused arg.
13234
13235 * eshell/em-unix.el (eshell-remove-entries):
13236 Remove unused arg `path'. Update callers.
13237
13238 * eshell/em-hist.el (eshell-hist-parse-arguments):
13239 Remove unused arg `silent'. Update callers.
13240
13241 * eshell/em-ls.el (eshell-ls-use-in-dired): Use `symbol' arg.
13242 Fix (f)boundp mix-up.
13243
13244 * eshell/em-smart.el (eshell-smart-scroll-window)
13245 (eshell-disable-after-change):
13246 * eshell/em-term.el (eshell-term-sentinel): Mark unused arg.
13247
13248 2013-09-18 Alan Mackenzie <acm@muc.de>
13249
13250 Fix fontification of type when followed by "const".
13251 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Don't exclude
13252 "known" types from fontification.
13253
13254 2013-09-18 Glenn Morris <rgm@gnu.org>
13255
13256 * emacs-lisp/chart.el (x-display-color-cells): Declare.
13257 (chart-face-list): Drop Emacsen without display-color-p.
13258
13259 * net/eww.el (libxml-parse-html-region): Declare.
13260 (eww-display-html): Explicit error if no libxml2 support.
13261
13262 * doc-view.el (doc-view-mode): Silence --without-x compilation.
13263
13264 * image.el (image-type-from-buffer, image-multi-frame-p):
13265 Remove --without-x warning/error.
13266
13267 * mouse.el (mouse-yank-primary):
13268 * term.el (term-mouse-paste):
13269 Reorder to silence --without-x compilation.
13270
13271 * mpc.el (doc-view-mode): Silence --without-x compilation.
13272
13273 * mail/rmailmm.el (rmail-mime-set-bulk-data):
13274 Silence --without-x compilation.
13275
13276 * progmodes/gud.el (gud-find-file, gud-mode):
13277 Silence --without-x compilation.
13278 (tooltip-mode): Declare.
13279
13280 * wdired.el (dired-backup-overwrite): Remove declaration.
13281 (wdired-mode-map): Add doc string.
13282
13283 * custom.el (x-get-resource): Declare.
13284
13285 * eshell/em-glob.el (ange-cache):
13286 * eshell/em-unix.el (ange-cache): Declare.
13287
13288 * faces.el (x-display-list, x-open-connection, x-get-resource):
13289 Declare.
13290
13291 * follow.el (scroll-bar-toolkit-scroll, scroll-bar-drag)
13292 (scroll-bar-scroll-up, scroll-bar-scroll-down, mwheel-scroll):
13293 Declare.
13294
13295 * frame.el (x-display-grayscale-p, x-display-name): Declare.
13296
13297 * net/gnutls.el (gnutls-log-level): Declare.
13298
13299 * net/shr.el (image-size, image-animate): Declare.
13300
13301 * simple.el (font-info): Declare.
13302
13303 * subr.el (x-popup-dialog): Declare.
13304
13305 * term/common-win.el (x-select-enable-primary)
13306 (x-last-selected-text-primary, x-last-selected-text-clipboard):
13307 Declare.
13308
13309 * term/ns-win.el (x-handle-args): Declare.
13310
13311 * term/x-win.el (x-select-enable-clipboard): Declare.
13312
13313 * term/w32-win.el (create-default-fontset): Declare.
13314
13315 * w32-common-fns.el (x-server-version, x-select-enable-clipboard):
13316 Declare.
13317
13318 * window.el (x-display-pixel-height, tool-bar-lines-needed): Declare.
13319 (fit-frame-to-buffer): Explicit error if --without-x.
13320 (mouse-autoselect-window-select): Silence compiler.
13321
13322 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
13323
13324 * eshell/em-cmpl.el (eshell-complete-parse-arguments):
13325 * eshell/em-hist.el (eshell/history, eshell-isearch-backward):
13326 * eshell/em-pred.el (eshell-parse-modifiers, eshell-pred-file-time):
13327 * eshell/esh-util.el (eshell-sublist):
13328 Remove unused local variables.
13329
13330 * eshell/esh-io.el (x-select-enable-clipboard): Declare.
13331
13332 * textmodes/two-column.el: Make 2C-split work for --without-x.
13333 (scroll-bar-columns): Autoload.
13334 (top-level): Require fringe when compiling.
13335
13336 2013-09-18 Leo Liu <sdl.web@gmail.com>
13337
13338 * subr.el (add-hook): Robustify to handle closure as well.
13339
13340 2013-09-17 Glenn Morris <rgm@gnu.org>
13341
13342 * simple.el (messages-buffer-mode-map): Unbind "g".
13343
13344 2013-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
13345
13346 * help-mode.el (help-mode-finish): Use derived-mode-p.
13347 Remove obsolete highlighting.
13348
13349 * play/life.el (life-mode): Use define-derived-mode. Derive from
13350 special-mode.
13351 (life): Let-bind inhibit-read-only.
13352 (life-setup): Avoid `setq'. Use `life-mode'.
13353
13354 * emacs-lisp/package.el (package-generate-autoloads): Remove `require'
13355 which should not be needed any more.
13356 (package-menu-refresh, package-menu-describe-package): Use user-error.
13357
13358 * eshell/esh-cmd.el (eshell-post-rewrite-command-function): New var.
13359 (eshell-post-rewrite-command-hook): Make obsolete.
13360 (eshell-parse-command): Simplify.
13361 (eshell-structure-basic-command): Remove unused arg `vocal-test'.
13362 (eshell--cmd): Declare.
13363 (eshell-parse-pipeline): Remove unused var `final-p'.
13364 Pass a dynvar to eshell-post-rewrite-command-hook.
13365 Implement the new eshell-post-rewrite-command-function.
13366 (eshell-invoke-directly): Remove unused arg `input'.
13367 * eshell/esh-io.el (eshell-io-initialize):
13368 Use eshell-post-rewrite-command-function (bug#15399).
13369 (eshell--apply-redirections): Rename from eshell-apply-redirections;
13370 adjust to new calling convention.
13371 (eshell-create-handles): Rename args to avoid clashing with dynvar
13372 `standard-output'.
13373
13374 2013-09-17 Glenn Morris <rgm@gnu.org>
13375
13376 * simple.el (messages-buffer-mode): New major mode.
13377 (messages-buffer): New function.
13378 * startup.el (normal-top-level): Switch mode of *Messages* buffer.
13379 * emacs-lisp/ert.el (ert--force-message-log-buffer-truncation)
13380 (ert-run-test): Use `messages-buffer' function.
13381 (ert--force-message-log-buffer-truncation): Ignore read-only.
13382 * help.el (view-echo-area-messages): Use `messages-buffer' function.
13383 * mail/emacsbug.el (report-emacs-bug): Use `messages-buffer' function.
13384
13385 2013-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
13386
13387 * subr.el (eval-after-load): Preserve evaluation order (bug#15389).
13388
13389 * abbrev.el (abbrev--check-chars): Fix thinko (bug#15360).
13390
13391 2013-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
13392
13393 * icomplete.el (icomplete-in-buffer): New var.
13394 (icomplete-pre-command-hook, icomplete-post-command-hook): Remove those
13395 vars and replace them with functions.
13396 (icomplete-minibuffer-setup): Adjust accordingly.
13397 (icomplete--completion-table, icomplete--completion-predicate)
13398 (icomplete--field-string, icomplete--field-beg, icomplete--field-end):
13399 New functions.
13400 (icomplete-forward-completions, icomplete-backward-completions)
13401 (icomplete-simple-completing-p, icomplete-exhibit)
13402 (icomplete-completions): Use them.
13403 (icomplete--in-region-buffer): New var.
13404 (icomplete--in-region-setup): New function.
13405 (icomplete-mode): Use it.
13406
13407 * eshell/esh-opt.el: Fix last change to set lexical-vars properly
13408 (bug#15379).
13409 (eshell--do-opts): Rename from eshell-do-opt, remove arg `body-fun',
13410 return args and options.
13411 (eshell-eval-using-options): Use the new return value of
13412 eshell--do-opts to set the options's vars in their scope.
13413 (eshell--set-option): Rename from eshell-set-option.
13414 Add arg `opt-vals'.
13415 (eshell--process-option): Rename from eshell-process-option.
13416 Add arg `opt-vals'.
13417 (eshell--process-args): Use an `opt-vals' alist to store the options's
13418 values during their processing and return them additionally to the
13419 remaining args.
13420
13421 2013-09-15 Dmitry Gutov <dgutov@yandex.ru>
13422
13423 * progmodes/ruby-mode.el (ruby-operator-re): Consider line
13424 continuation character an operator, as far as indentation is
13425 concerned (Bug#15369).
13426
13427 2013-09-15 Martin Rudalics <rudalics@gmx.at>
13428
13429 * window.el (window--state-put-2): Don't process buffer state
13430 when buffer doesn't exist any more (Bug#15382).
13431
13432 2013-09-15 Glenn Morris <rgm@gnu.org>
13433
13434 * eshell/em-unix.el (eshell/rm):
13435 Make -f ignore missing files. (Bug#15373)
13436
13437 * eshell/esh-cmd.el (eshell--local-vars): New variable. (Bug#15372)
13438 (eshell-rewrite-for-command): Add for loop vars to eshell--local-vars.
13439 * eshell/esh-var.el (eshell-get-variable): Respect eshell--local-vars.
13440
13441 2013-09-14 Glenn Morris <rgm@gnu.org>
13442
13443 * eshell/esh-var.el (eshell-variable-aliases-list): Fix doc typo.
13444
13445 2013-09-13 Glenn Morris <rgm@gnu.org>
13446
13447 * dired-x.el (dired-guess-shell-alist-user): Doc fix.
13448 (dired-guess-default): Make `file' available in the env. (Bug#15363)
13449
13450 2013-09-13 Dmitry Antipov <dmantipov@yandex.ru>
13451
13452 * frame.el (x-focus-frame): Mark as declared in frame.c.
13453
13454 2013-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
13455
13456 * ls-lisp.el: Use advice-add.
13457 (original-insert-directory): Remove.
13458 (ls-lisp--insert-directory): Rename from insert-directory; add
13459 `orig-fun' argument.
13460 (insert-directory): Advise.
13461
13462 2013-09-13 Eli Zaretskii <eliz@gnu.org>
13463
13464 * term.el (term-emulate-terminal): Decode the command string
13465 before passing it to term-command-hook. (Bug#15337)
13466
13467 2013-09-13 Glenn Morris <rgm@gnu.org>
13468
13469 * eshell/esh-util.el (ange-cache): Move declaration earlier.
13470
13471 * eshell/esh-ext.el (eshell-search-path): Declare.
13472
13473 * eshell/em-prompt.el (eshell/pwd): Autoload it.
13474 Otherwise an error occurs if eshell-dirs module not loaded.
13475
13476 * progmodes/gdb-mi.el (gud-cont, gud-step): Declare.
13477
13478 2013-09-13 Michael Albinus <michael.albinus@gmx.de>
13479
13480 * net/tramp.el (tramp-check-proper-method-and-host): Rename it from
13481 `tramp-check-proper-host'. Check for a valid method name.
13482
13483 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
13484 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
13485 * net/tramp-sh.el (tramp-maybe-open-connection):
13486 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Call it.
13487
13488 * net/tramp-cache.el (tramp-cache-print): Don't print text properties
13489 also for hash values.
13490
13491 2013-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
13492
13493 * term/ns-win.el (parameters): Don't declare as dynamic.
13494 (before-make-frame-hook): Don't add ineffective function.
13495
13496 * eshell/*.el: Use lexical-binding (bug#15231).
13497
13498 2013-09-12 Kenichi Handa <handa@gnu.org>
13499
13500 * composite.el (compose-gstring-for-graphic): Handle enclosing mark.
13501
13502 2013-09-12 Glenn Morris <rgm@gnu.org>
13503
13504 * vc/vc-svn.el (vc-svn-dir-status-files, vc-svn-dir-extra-headers)
13505 (vc-svn-ignore, vc-svn-retrieve-tag): Mark unused arguments.
13506
13507 * subr.el (do-after-load-evaluation): Also give compiler warnings
13508 when obsolete files are used (except by obsolete files).
13509
13510 * vc/vc-svn.el (vc-svn-parse-status): If there are multiple files
13511 in the status output, assume `filename' is the first. (Bug#15322)
13512
13513 * vc/vc.el (vc-deduce-fileset): Doc fix.
13514
13515 * calc/calc-help.el (Info-goto-node):
13516 * progmodes/cperl-mode.el (Info-find-node):
13517 * vc/ediff.el (Info-goto-node): Update declarations.
13518
13519 * vc/vc-dispatcher.el (vc-dir-refresh): Declare.
13520
13521 * vc/vc-bzr.el (vc-compilation-mode): Declare.
13522 (vc-bzr-pull): Require vc-dispatcher.
13523 * vc/vc-git.el (vc-compilation-mode): Declare.
13524 (vc-git-pull): Require vc-dispatcher.
13525
13526 * progmodes/ruby-mode.el (ruby-syntax-propertize-function): Declare.
13527
13528 * progmodes/octave.el (help-button-action): Declare.
13529
13530 * shell.el (shell-directory-tracker): Output error as a message
13531 rather than just returning it as a string.
13532 (shell-process-pushd): Remove useless use of message.
13533
13534 * dframe.el (dframe-timer-fn):
13535 * files.el (dir-locals-read-from-file):
13536 * mpc.el (mpc--status-timer-run, mpc--status-idle-timer-run)
13537 (mpc-format):
13538 * reveal.el (reveal-post-command):
13539 * saveplace.el (load-save-place-alist-from-file):
13540 * shell.el (shell-resync-dirs):
13541 * w32-common-fns.el (x-get-selection-value):
13542 * emacs-lisp/copyright.el (copyright-find-copyright):
13543 * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info):
13544 * emulation/tpu-edt.el (tpu-copy-keyfile):
13545 * play/bubbles.el (bubbles--mark-neighbourhood):
13546 * progmodes/executable.el
13547 (executable-make-buffer-file-executable-if-script-p):
13548 * term/pc-win.el (x-get-selection-value): Use with-demoted-errors.
13549
13550 2013-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
13551
13552 Cleanup Eshell to rely less on dynamic scoping.
13553 * eshell/esh-opt.el (eshell-eval-using-options): Don't bind usage-msg,
13554 last-value, and ext-command here. Bind `args' closer to `body'.
13555 (temp-args, last-value, usage-msg, ext-command, args): Don't defvar.
13556 (eshell--args): Declare new dynamic var.
13557 (eshell-do-opt): Add argument `args'. Bind our own usage-msg,
13558 last-value, and ext-command. Pass `args' to `body'.
13559 (eshell-process-args): Bind eshell--args.
13560 (eshell-set-option): Use eshell--args.
13561 * eshell/eshell.el (eshell): Use derived-mode-p.
13562 * eshell/esh-var.el (eshell-parse-variable): Use backquote.
13563 (eshell-parse-variable-ref): Remove unused vars `end' and `err'.
13564 (eshell-glob-function): Declare.
13565 * eshell/esh-util.el: Require cl-lib.
13566 (eshell-read-hosts-file): Avoid add-to-list.
13567 * eshell/esh-cmd.el (eshell-parse-lisp-argument): Remove unused var
13568 `err'.
13569 * eshell/em-unix.el (compilation-scroll-output, locate-history-list):
13570 Declare.
13571 (eshell/diff): Remove unused var `err'.
13572 * eshell/em-rebind.el (eshell-delete-backward-char): Remove unused arg
13573 `killflag'.
13574 * eshell/em-pred.el (eshell-parse-modifiers): Remove unused var `err'.
13575 * eshell/em-ls.el (eshell-ls-highlight-alist): Move defvars before
13576 first use.
13577 * eshell/em-glob.el (eshell-glob-matches, message-shown):
13578 Move declaration before first use.
13579 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Use backquotes.
13580 * autorevert.el (auto-revert-notify-handler): Use `cl-dolist' since we
13581 rely on cl-return.
13582
13583 2013-09-12 Glenn Morris <rgm@gnu.org>
13584
13585 * term/ns-win.el (global-map): Remove binding for ispell-next,
13586 deleted 1999-05-29. (Bug#15357)
13587
13588 2013-09-11 Glenn Morris <rgm@gnu.org>
13589
13590 * echistory.el (electric-command-history): Remove call to deleted func.
13591
13592 * play/landmark.el (landmark-mode): Fix typos.
13593
13594 * vc/vc-cvs.el (cvs-append-to-ignore): Fix arg spec.
13595 Check cvs-sort-ignore-file is bound.
13596
13597 * savehist.el: No need for cl when compiling on Emacs.
13598
13599 2013-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
13600
13601 * eshell/esh-mode.el (eshell-mode-syntax-table): Fix up initialization
13602 (bug#15338).
13603 (eshell-self-insert-command, eshell-send-invisible):
13604 Remove unused argument.
13605 (eshell-handle-control-codes): Remove unused var `orig'.
13606 Avoid delete-backward-char.
13607
13608 * files.el (set-auto-mode): Simplify a bit further.
13609
13610 2013-09-11 Glenn Morris <rgm@gnu.org>
13611
13612 * files.el (interpreter-mode-alist): Remove \\` \\' parts.
13613 (set-auto-mode): Don't regexp-quote elements.
13614 * progmodes/python.el (interpreter-mode-alist): Remove \\` \\'.
13615 * progmodes/cc-mode.el (interpreter-mode-alist):
13616 * progmodes/ruby-mode.el (interpreter-mode-alist):
13617 Revert previous change.
13618
13619 2013-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
13620
13621 * play/snake.el (snake-mode):
13622 * play/mpuz.el (mpuz-mode):
13623 * play/landmark.el (lm-mode):
13624 * play/blackbox.el (blackbox-mode):
13625 * play/5x5.el (5x5-mode):
13626 * obsolete/options.el (Edit-options-mode):
13627 * net/quickurl.el (quickurl-list-mode):
13628 * net/newst-treeview.el (newsticker-treeview-mode):
13629 * mail/rmailsum.el (rmail-summary-mode):
13630 * mail/mspools.el (mspools-mode):
13631 * locate.el (locate-mode):
13632 * ibuffer.el (ibuffer-mode):
13633 * emulation/ws-mode.el (wordstar-mode):
13634 * emacs-lisp/debug.el (debugger-mode):
13635 * array.el (array-mode):
13636 * net/eudc.el (eudc-mode): Use define-derived-mode.
13637 * net/mairix.el (mairix-searches-mode-font-lock-keywords):
13638 Move initialization into declaration.
13639 (mairix-searches-mode): Use define-derived-mode.
13640 * net/eudc-hotlist.el (eudc-hotlist-mode): Use define-derived-mode.
13641 (eudc-edit-hotlist): Use dolist.
13642 * man.el (Man-mode-syntax-table): Rename from man-mode-syntax-table.
13643 (Man-mode): Use define-derived-mode.
13644 * info.el (Info-edit-mode-map): Rename from Info-edit-map.
13645 (Info-edit-mode): Use define-derived-mode.
13646 (Info-cease-edit): Use Info-mode.
13647 * eshell/esh-mode.el (eshell-mode-syntax-table): Move initialization
13648 into declaration.
13649 (eshell-mode): Use define-derived-mode.
13650 * chistory.el (command-history-mode-map): Rename from
13651 command-history-map.
13652 (command-history-mode): Use define-derived-mode.
13653 (Command-history-setup): Remove function.
13654 * calc/calc.el (calc-trail-mode-map): New var.
13655 (calc-trail-mode): Use define-derived-mode.
13656 (calc-trail-buffer): Set calc-main-buffer manually.
13657 * bookmark.el (bookmark-insert-annotation): New function.
13658 (bookmark-edit-annotation): Use it.
13659 (bookmark-edit-annotation-mode): Make it a proper major mode.
13660 (bookmark-send-edited-annotation): Use derived-mode-p.
13661 * arc-mode.el (archive-mode): Move kill-all-local-variables a tiny bit
13662 closer to its ideal place. Use \' to match EOS.
13663
13664 * profiler.el (profiler-calltree-find): Use function-equal.
13665
13666 2013-09-10 Glenn Morris <rgm@gnu.org>
13667
13668 * files.el (interpreter-mode-alist): Convert to regexps.
13669 (set-auto-mode): Adapt for this. (Bug#15306)
13670 * progmodes/cperl-mode.el (cperl-clobber-mode-lists):
13671 Comment out unused variable.
13672 * progmodes/cc-mode.el (interpreter-mode-alist):
13673 * progmodes/python.el (interpreter-mode-alist):
13674 * progmodes/ruby-mode.el (interpreter-mode-alist): Convert to regexps.
13675 * progmodes/sh-script.el (sh-set-shell):
13676 No longer use interpreter-mode-alist to get list of shells.
13677
13678 * progmodes/cc-mode.el (awk-mode): Remove duplicate autoload.
13679
13680 2013-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
13681
13682 * simple.el: Use set-temporary-overlay-map for universal-argument.
13683 (universal-argument-map): Don't use default-bindings (bug#15317).
13684 Bind switch-frame explicitly. Replace universal-argument-minus with
13685 a conditional binding.
13686 (universal-argument-num-events, saved-overriding-map): Remove.
13687 (restore-overriding-map): Remove.
13688 (universal-argument--mode): Rename from save&set-overriding-map,
13689 and rewrite.
13690 (universal-argument, universal-argument-more, negative-argument)
13691 (digit-argument): Adjust accordingly.
13692 (universal-argument-minus): Remove.
13693 (universal-argument-other-key): Remove.
13694
13695 * subr.el (with-demoted-errors): Add `format' argument.
13696
13697 2013-09-10 Michael Albinus <michael.albinus@gmx.de>
13698
13699 * net/tramp.el (tramp-cleanup): Remove. Functionality added to
13700 `tramp-cleanup-connection'.
13701
13702 * net/tramp-cmds.el (tramp-cleanup-connection): Add optional
13703 parameters KEEP-DEBUG and KEEP-PASSWORD.
13704
13705 * net/tramp.el (tramp-file-name-handler):
13706 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
13707 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
13708 (tramp-maybe-open-connection):
13709 * net/tramp-smb.el (tramp-smb-maybe-open-connection):
13710 Use `tramp-cleanup-connection'.
13711
13712 * net/tramp-sh.el (tramp-maybe-open-connection):
13713 Catch 'uname-changed inside the progress reporter.
13714
13715 2013-09-10 Glenn Morris <rgm@gnu.org>
13716
13717 * simple.el (read-minibuffer): Unbreak it. (Bug#15318)
13718
13719 * dired-x.el (dired-mark-sexp): Unbreak for systems where ls
13720 returns "alternate access method" in mode (eg "-rw-r--r--.").
13721
13722 2013-09-08 Glenn Morris <rgm@gnu.org>
13723
13724 * saveplace.el (load-save-place-alist-from-file):
13725 Demote errors. (Bug#15305)
13726
13727 2013-09-08 Michael Albinus <michael.albinus@gmx.de>
13728
13729 Improve compatibility with older Emacsen, and XEmacs.
13730
13731 * net/tramp.el (tramp-find-method, tramp-find-user): Call `propertize'
13732 only if it is bound. It isn't for XEmacs.
13733 (with-tramp-progress-reporter): Do not let-bind `result'.
13734 This yields to scoping errors in XEmacs.
13735 (tramp-handle-make-auto-save-file-name): New function, moved from
13736 tramp-sh.el.
13737
13738 * net/tramp-adb.el (tramp-adb-file-name-handler-alist): Add handler
13739 for `make-auto-save-file-name'.
13740 (tramp-adb--gnu-switches-to-ash):
13741 Use `tramp-compat-replace-regexp-in-string'.
13742
13743 * net/tramp-cache.el (tramp-cache-print): Call
13744 `substring-no-properties' only if it is bound. It isn't for XEmacs.
13745
13746 * net/tramp-cmds.el (tramp-bug): Call `propertize' only if it is
13747 bound. It isn't for XEmacs.
13748
13749 * net/tramp-compat.el (tramp-compat-copy-file):
13750 Catch `wrong-number-of-arguments' error.
13751 (tramp-compat-replace-regexp-in-string): New defun.
13752
13753 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist): Add handler
13754 for `make-auto-save-file-name'.
13755 (tramp-gvfs-handle-copy-file): Use `tramp-compat-funcall' for
13756 `copy-file'.
13757 (tramp-gvfs-file-gvfs-monitor-file-process-filter)
13758 (tramp-gvfs-file-name): Use `tramp-compat-replace-regexp-in-string'.
13759 (tramp-synce-list-devices): Use `push' instead of `pushnew'.
13760
13761 * net/tramp-gw.el (tramp-gw-open-network-stream):
13762 Use `tramp-compat-replace-regexp-in-string'.
13763
13764 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
13765 Call `tramp-handle-make-auto-save-file-name'.
13766 (tramp-sh-handle-make-auto-save-file-name): Move to tramp.el.
13767 (tramp-sh-file-gvfs-monitor-dir-process-filter)
13768 (tramp-sh-file-inotifywait-process-filter):
13769 Use `tramp-compat-replace-regexp-in-string'.
13770 (tramp-compute-multi-hops): Use `push' instead of `pushnew'.
13771
13772 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add handler
13773 for `make-auto-save-file-name'.
13774 (tramp-smb-handle-copy-directory):
13775 Call `tramp-compat-replace-regexp-in-string'.
13776 (tramp-smb-get-file-entries): Use `push' instead of `pushnew'.
13777 (tramp-smb-handle-copy-file): Improve error message.
13778 (tramp-smb-handle-rename-file): Rename directly only in case
13779 `newname' does not exist yet. This is a restriction of smbclient.
13780 (tramp-smb-maybe-open-connection): Rerun the function only when
13781 `auth-sources' is non-nil.
13782
13783 2013-09-08 Kenichi Handa <handa@gnu.org>
13784
13785 * international/characters.el: Set category "^" (Combining) for
13786 more characters.
13787
13788 2013-09-07 Alan Mackenzie <acm@muc.de>
13789
13790 Correctly fontify Java class constructors.
13791 * progmodes/cc-langs.el (c-type-decl-suffix-key): Now matches ")"
13792 in Java Mode.
13793 (c-recognize-typeless-decls): Set the Java value to t.
13794 * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
13795 While handling a "(", add a check for, effectively, Java, and handle a
13796 "typeless" declaration there.
13797
13798 2013-09-07 Roland Winkler <winkler@gnu.org>
13799
13800 * textmodes/bibtex.el (bibtex-biblatex-entry-alist): Add optional
13801 field subtitle for entry type book.
13802
13803 2013-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
13804
13805 * minibuffer.el: Make minibuffer-complete call completion-in-region
13806 rather than other way around.
13807 (completion--some, completion-pcm--find-all-completions):
13808 Don't delay signals when debugging.
13809 (minibuffer-completion-contents): Beware fields within the
13810 minibuffer contents.
13811 (completion-all-sorted-completions): Use defvar-local.
13812 (completion--do-completion, completion--cache-all-sorted-completions)
13813 (completion-all-sorted-completions, minibuffer-force-complete):
13814 Add args `beg' and `end'.
13815 (completion--in-region-1): New fun, extracted from minibuffer-complete.
13816 (minibuffer-complete): Use completion-in-region.
13817 (completion-complete-and-exit): New fun, extracted from
13818 minibuffer-complete-and-exit.
13819 (minibuffer-complete-and-exit): Use it.
13820 (completion--complete-and-exit): Rename from
13821 minibuffer--complete-and-exit.
13822 (completion-in-region--single-word): New function, extracted from
13823 minibuffer-complete-word.
13824 (minibuffer-complete-word): Use it.
13825 (display-completion-list): Make `common-substring' argument obsolete.
13826 (completion--in-region): Call completion--in-region-1 instead of
13827 minibuffer-complete.
13828 (completion-help-at-point): Pass boundaries to
13829 minibuffer-completion-help as args rather than via an overlay.
13830 (completion-pcm--string->pattern): Use `any-delim'.
13831 (completion-pcm--optimize-pattern): New function.
13832 (completion-pcm--pattern->regex): Handle `any-delim'.
13833 * icomplete.el (icomplete-forward-completions)
13834 (icomplete-backward-completions, icomplete-completions):
13835 Adjust calls to completion-all-sorted-completions and
13836 completion--cache-all-sorted-completions.
13837 (icomplete-with-completion-tables): Default to t.
13838 * emacs-lisp/crm.el (crm--current-element): Rename from
13839 crm--select-current-element. Don't put an overlay but return the
13840 boundaries instead.
13841 (crm--completion-command): Take two new args to bind to the boundaries.
13842 (crm-completion-help): Adjust accordingly.
13843 (crm-complete): Use completion-in-region.
13844 (crm-complete-word): Use completion-in-region--single-word.
13845 (crm-complete-and-exit): Use completion-complete-and-exit.
13846
13847 2013-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
13848
13849 * dired-x.el (dired-mark-sexp): Bind the vars lexically rather
13850 than dynamically.
13851
13852 2013-09-06 Juri Linkov <juri@jurta.org>
13853
13854 * info.el (Info-display-images-node): When image file doesn't exist
13855 display text version of the image if it's provided in the Info file.
13856 Otherwise, display the location of missing image from SRC attribute.
13857 Add help-echo text property from ALT attribute. (Bug#15279)
13858
13859 2013-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
13860
13861 * abbrev.el (edit-abbrevs-mode-map): Rename from edit-abbrevs-map.
13862 (edit-abbrevs-mode): Use define-derived-mode.
13863
13864 * epa.el (epa--encode-coding-string, epa--decode-coding-string)
13865 (epa--select-safe-coding-system, epa--derived-mode-p): Make it obvious
13866 that it's defined.
13867 (epa-key-list-mode, epa-key-mode, epa-info-mode):
13868 Use define-derived-mode.
13869
13870 * epg.el (epg-start-encrypt): Minor CSE simplification.
13871
13872 2013-09-06 William Xu <william.xwl@gmail.com>
13873
13874 * arc-mode.el: Add support for 7za (bug#15264).
13875 (archive-7z-program): New var.
13876 (archive-zip-extract, archive-zip-expunge, archive-zip-update)
13877 (archive-zip-update-case, archive-7z-extract, archive-7z-expunge)
13878 (archive-7z-update, archive-zip-extract, archive-7z-summarize): Use it.
13879
13880 2013-09-06 Michael Albinus <michael.albinus@gmx.de>
13881
13882 Remove URL syntax.
13883
13884 * net/tramp.el (tramp-syntax, tramp-prefix-format)
13885 (tramp-postfix-method-format, tramp-prefix-ipv6-format)
13886 (tramp-postfix-ipv6-format, tramp-prefix-port-format)
13887 (tramp-postfix-host-format, tramp-file-name-regexp)
13888 (tramp-completion-file-name-regexp)
13889 (tramp-completion-dissect-file-name)
13890 (tramp-handle-substitute-in-file-name): Remove 'url case.
13891 (tramp-file-name-regexp-url)
13892 (tramp-completion-file-name-regexp-url): Remove constants.
13893
13894 2013-09-06 Glenn Morris <rgm@gnu.org>
13895
13896 * replace.el (replace-string): Doc fix re start/end. (Bug#15275)
13897
13898 2013-09-05 Dmitry Gutov <dgutov@yandex.ru>
13899
13900 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Move "Perl-ish
13901 keywords" below "here-doc beginnings" (Bug#15270).
13902
13903 2013-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
13904
13905 * subr.el (pop): Use `car-safe'.
13906 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Remove hack
13907 to detect unused `pop' return value.
13908
13909 * progmodes/python.el (python-nav-beginning-of-block): Remove unused
13910 var `block-regexp'.
13911 (python-nav--forward-sexp): Remove unused var `re-search-fn'.
13912 (python-fill-string): Remove unused var `marker'.
13913 (python-skeleton-add-menu-items): Remove unused var `items'.
13914
13915 * international/mule-cmds.el: Require CL.
13916 (find-coding-systems-for-charsets): Avoid add-to-list.
13917 (sanitize-coding-system-list): New function, extracted from
13918 select-safe-coding-system-interactively.
13919 (select-safe-coding-system-interactively): Use it.
13920 (read-input-method-name): Accept symbols for `default'.
13921
13922 * emacs-lisp/advice.el (defadvice): Add indent rule.
13923
13924 2013-09-05 Daniel Hackney <dan@haxney.org>
13925
13926 * dired-x.el:
13927 * net/ange-ftp.el:
13928 * net/browse-url.el:
13929 * net/dbus.el:
13930 * net/eudc.el:
13931 * net/eudcb-ldap.el:
13932 * net/eww.el:
13933 * net/imap.el:
13934 * printing.el:
13935 * vc/ediff-diff.el:
13936 * vc/ediff-init.el:
13937 * vc/ediff-merg.el:
13938 * vc/ediff-mult.el:
13939 * vc/ediff-util.el:
13940 * vc/ediff-wind.el:
13941 * vc/ediff.el:
13942 * vc/emerge.el:
13943 * vc/pcvs.el:
13944 * vc/vc-annotate.el: Prefix unused arguments with `_' to silence
13945 byte compiler. Remove some unused let-bound variables.
13946
13947 2013-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
13948
13949 * emacs-lisp/cconv.el: Use `car-safe' rather than `car' to access
13950 a "ref-cell", since it gets better optimized (bug#14883).
13951
13952 2013-09-05 Glenn Morris <rgm@gnu.org>
13953
13954 * progmodes/cc-awk.el (c-forward-sws): Declare.
13955
13956 2013-09-04 Glenn Morris <rgm@gnu.org>
13957
13958 * generic-x.el [rul-generic-mode]: Require cc-mode.
13959 (c++-mode-syntax-table): Declare.
13960 (rul-generic-mode-syntax-table): Init in the defvar.
13961
13962 2013-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
13963
13964 * vc/vc-dispatcher.el (vc-run-delayed): New macro.
13965 (vc-do-command, vc-set-async-update):
13966 * vc/vc-mtn.el (vc-mtn-dir-status):
13967 * vc/vc-hg.el (vc-hg-dir-status, vc-hg-dir-status-files)
13968 (vc-hg-pull, vc-hg-merge-branch):
13969 * vc/vc-git.el (vc-git-dir-status-goto-stage, vc-git-pull)
13970 (vc-git-merge-branch):
13971 * vc/vc-cvs.el (vc-cvs-print-log, vc-cvs-dir-status)
13972 (vc-cvs-dir-status-files):
13973 * vc/vc-bzr.el (vc-bzr-pull, vc-bzr-merge-branch, vc-bzr-dir-status)
13974 (vc-bzr-dir-status-files):
13975 * vc/vc-arch.el (vc-arch-dir-status): Use vc-run-delayed.
13976 * vc/vc-annotate.el: Use lexical-binding.
13977 (vc-annotate-display-select, vc-annotate): Use vc-run-delayed.
13978 (vc-sentinel-movepoint): Declare.
13979 (vc-annotate): Don't use `goto-line'.
13980 * vc/vc.el (vc-diff-internal): Prefer a closure to `(lambda...).
13981 (vc-diff-internal, vc-log-internal-common): Use vc-run-delayed.
13982 (vc-sentinel-movepoint): Declare.
13983 * vc/vc-svn.el: Use lexical-binding.
13984 (vc-svn-dir-status, vc-svn-dir-status-files): Use vc-run-delayed.
13985 * vc/vc-sccs.el:
13986 * vc/vc-rcs.el: Use lexical-binding.
13987
13988 * autorevert.el (auto-revert-notify-handler): Explicitly ignore
13989 `deleted'. Don't drop errors silently.
13990
13991 * emacs-lisp/gv.el (gv-get): Warn about CL-compiled places.
13992
13993 2013-09-04 Xue Fuqiao <xfq.free@gmail.com>
13994
13995 * vc/vc.el (vc-ignore): Rewrite.
13996 (vc-default-ignore): New function.
13997 (vc-default-ignore-completion-table): Use find-ignore-file.
13998
13999 * vc/vc-bzr.el (vc-bzr-ignore, vc-bzr-ignore-completion-table):
14000 * vc/vc-git.el (vc-git-ignore, vc-git-ignore-completion-table):
14001 * vc/vc-hg.el (vc-hg-ignore, vc-hg-ignore-completion-table):
14002 Remove. Most code moved to vc.el.
14003
14004 2013-09-03 Stefan Monnier <monnier@iro.umontreal.ca>
14005
14006 * net/tramp-gvfs.el (tramp-gvfs-mount-spec, tramp-synce-list-devices):
14007 * net/tramp-smb.el (tramp-smb-get-file-entries):
14008 * net/tramp-sh.el (tramp-sh-handle-insert-directory)
14009 (tramp-compute-multi-hops): Fix misuses of `add-to-list'.
14010
14011 * net/eww.el (eww-display-raw): Remove unused argument `charset'.
14012 Update call to it.
14013 (eww-change-select): Remove unused var `properties'.
14014 (eww-make-unique-file-name): Remove unused var `base'.
14015
14016 * finder.el (finder-compile-keywords): Don't mess with windows.
14017
14018 * calculator.el (calculator-funcall): Fix typo in last change.
14019
14020 * vc/vc-git.el (vc-git-checkin): Make it possible to commit a merge.
14021
14022 * emacs-lisp/package.el (package-activate-1): Don't let a missing
14023 <pkg>-autoloads.el file stop us.
14024
14025 * net/tramp.el (with-parsed-tramp-file-name): Silence compiler
14026 warnings, and factor out common code.
14027
14028 2013-09-03 Dmitry Gutov <dgutov@yandex.ru>
14029
14030 * progmodes/ruby-mode.el (ruby-calculate-indent): Consider
14031 two-character operators and whether the character preceding them
14032 changes their meaning (Bug#15208).
14033
14034 2013-09-02 Fabián Ezequiel Gallina <fgallina@gnu.org>
14035
14036 Format code sent to Python shell for robustness.
14037 * progmodes/python.el (python-shell-buffer-substring):
14038 New function.
14039 (python-shell-send-region, python-shell-send-buffer): Use it.
14040
14041 2013-09-02 Michael Albinus <michael.albinus@gmx.de>
14042
14043 * net/tramp-compat.el (tramp-compat-user-error): Move it ...
14044 * net/tramp.el (tramp-user-error): ... here.
14045 (tramp-find-method, tramp-check-proper-host)
14046 (tramp-dissect-file-name, tramp-debug-message)
14047 (tramp-handle-shell-command):
14048 * net/tramp-adb.el (tramp-adb-handle-shell-command):
14049 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler): Adapt callees.
14050
14051 * net/tramp-cache.el (tramp-cache-print): Don't print text properties.
14052
14053 2013-09-02 Martin Rudalics <rudalics@gmx.at>
14054
14055 * avoid.el (mouse-avoidance-point-position)
14056 (mouse-avoidance-too-close-p): Handle case where posn-at-point
14057 returns nil.
14058
14059 2013-09-02 Fabián Ezequiel Gallina <fgallina@gnu.org>
14060
14061 * progmodes/python.el (python-shell-completion-get-completions):
14062 Drop use of deleted `comint-last-prompt-overlay'.
14063 (python-nav-if-name-main): New command.
14064
14065 2013-09-01 Glenn Morris <rgm@gnu.org>
14066
14067 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
14068 Avoid leading space in $wins. Otherwise the sed command used by
14069 eg compile-main ends up containing "/*.el". (Bug#15170)
14070
14071 * frame.el (frame-background-mode): Doc fix. (Bug#15226)
14072
14073 2013-08-30 Glenn Morris <rgm@gnu.org>
14074
14075 * emacs-lisp/bytecomp.el (byte-recompile-directory):
14076 Fix is-this-a-directory logic. (Bug#15220)
14077
14078 2013-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
14079
14080 * textmodes/css-mode.el: Use SMIE.
14081 (css-smie-grammar): New var.
14082 (css-smie--forward-token, css-smie--backward-token)
14083 (css-smie-rules): New functions.
14084 (css-mode): Use them.
14085 (css-navigation-syntax-table): Remove var.
14086 (css-backward-sexp, css-forward-sexp, css-indent-calculate-virtual)
14087 (css-indent-calculate, css-indent-line): Remove functions.
14088
14089 Misc changes to reduce use of `(lambda...); and other cleanups.
14090 * cus-edit.el: Use lexical-binding.
14091 (customize-push-and-save, customize-apropos)
14092 (custom-buffer-create-internal): Use closures.
14093 * progmodes/bat-mode.el (bat-mode-syntax-table): "..." are strings.
14094 * progmodes/ada-xref.el: Use setq.
14095 * net/tramp.el (with-tramp-progress-reporter): Avoid setq.
14096 * dframe.el: Use lexical-binding.
14097 (dframe-frame-mode): Fix calling convention for hooks. Use a closure.
14098 * speedbar.el (speedbar-frame-mode): Adjust call accordingly.
14099 * descr-text.el: Use lexical-binding.
14100 (describe-text-widget, describe-text-sexp, describe-property-list):
14101 Use closures.
14102 * comint.el (comint-history-isearch-push-state): Use a closure.
14103 * calculator.el: Use lexical-binding.
14104 (calculator-number-to-string): Make it work with lexical-binding.
14105 (calculator-funcall): Same and use cl-letf.
14106
14107 * emacs-lisp/lisp.el (lisp--company-doc-buffer)
14108 (lisp--company-doc-string, lisp--company-location): New functions.
14109 (lisp-completion-at-point): Use them to improve Company support.
14110
14111 * progmodes/ruby-mode.el (ruby-smie-grammar): Add rule for formal
14112 params of lambda expressions.
14113 (ruby-smie--implicit-semi-p): Refine rule (bug#15208).
14114 (ruby-smie--opening-pipe-p): New function.
14115 (ruby-smie--forward-token, ruby-smie--backward-token): Handle Ruby
14116 symbols and matched |...| for formal params.
14117 (ruby-smie-rules): Don't let the formal params of a "do" prevent it
14118 from being treated as hanging. Handle "rescue".
14119
14120 2013-08-29 Glenn Morris <rgm@gnu.org>
14121
14122 * progmodes/cc-engine.el (c-pull-open-brace):
14123 Move definition before use.
14124
14125 2013-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
14126
14127 * emacs-lisp/cl-macs.el (cl-defsubst): Make it clear that args
14128 are immutable. Don't use `unsafe' any more.
14129 (cl--defsubst-expand): Don't substitute at the same time as keeping
14130 a residual unused let-binding. Don't use `unsafe' any more.
14131
14132 2013-08-29 Glenn Morris <rgm@gnu.org>
14133
14134 * calendar/cal-china.el (calendar-chinese-year-cache):
14135 Recenter on 2015.
14136
14137 * nxml/nxml-util.el (nxml-debug-clear-inside):
14138 Use cl-loop rather than loop.
14139
14140 * net/eww.el (eww-mode-map): Lower-case menu bar entries look bad.
14141
14142 * progmodes/sh-script.el (sh-builtins) <bash>: Add some bash4-isms.
14143
14144 2013-08-28 Glenn Morris <rgm@gnu.org>
14145
14146 * progmodes/antlr-mode.el: No need to require cc-mode twice.
14147
14148 * progmodes/cc-bytecomp.el (cc-require): Handle uncompiled case.
14149
14150 * progmodes/cc-mode.el (c-define-abbrev-table): Handle NAME unbound.
14151
14152 2013-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
14153
14154 * simple.el (repeat-complex-command--called-interactively-skip):
14155 New function.
14156 (repeat-complex-command): Use it (bug#14136).
14157
14158 * progmodes/cc-mode.el: Minor cleanup of var declarations.
14159 (c-define-abbrev-table): Add `doc' argument.
14160 (c-mode-abbrev-table, c++-mode-abbrev-table)
14161 (objc-mode-abbrev-table, java-mode-abbrev-table)
14162 (idl-mode-abbrev-table, pike-mode-abbrev-table)
14163 (awk-mode-abbrev-table): Use it.
14164 (c-mode-syntax-table, c-mode-map, c++-mode-syntax-table)
14165 (c++-mode-map, objc-mode-syntax-table, objc-mode-map)
14166 (java-mode-syntax-table, java-mode-map, idl-mode-syntax-table)
14167 (idl-mode-map, pike-mode-syntax-table, pike-mode-map, awk-mode-map):
14168 Move initialization into the declaration; and remove any
14169 autoload cookie.
14170
14171 * epg.el (epg--process-filter): Use with-current-buffer, save-excursion
14172 and dynamic let binding.
14173
14174 * vc/smerge-mode.el: Remove redundant :group args.
14175
14176 * emacs-lisp/package.el (package-activate-1): Don't add unnecessarily
14177 to load-path.
14178
14179 2013-08-28 Juri Linkov <juri@jurta.org>
14180
14181 * isearch.el (isearch-reread-key-sequence-naturally): Use non-nil
14182 arg DONT-DOWNCASE-LAST of `read-key-sequence'.
14183 (isearch-other-meta-char): Handle an undefined shifted printing
14184 character by downshifting it. (Bug#15200)
14185
14186 2013-08-28 Juri Linkov <juri@jurta.org>
14187
14188 * isearch.el (isearch-search): Change regexp error message for
14189 non-regexp searches. (Bug#15166)
14190
14191 2013-08-28 Paul Eggert <eggert@cs.ucla.edu>
14192
14193 * Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
14194 for portability to hosts where /bin/sh has problems.
14195
14196 2013-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
14197
14198 * emacs-lisp/cconv.el (cconv--analyse-function): Improve warning.
14199
14200 2013-08-27 Juri Linkov <juri@jurta.org>
14201
14202 * isearch.el (isearch-other-meta-char): Don't store kmacro commands
14203 in the keyboard macro. (Bug#15126)
14204
14205 2013-08-27 Juri Linkov <juri@jurta.org>
14206
14207 * isearch.el (isearch-quote-char): Comment out converting unibyte
14208 to multibyte, thus syncing with its `quoted-insert' counterpart.
14209 (Bug#15166)
14210
14211 2013-08-27 Martin Rudalics <rudalics@gmx.at>
14212
14213 * window.el (display-buffer-use-some-window): Add missing
14214 argument in call of get-largest-window (Bug#15185).
14215 Reported by Stephen Leake.
14216
14217 2013-08-27 Glenn Morris <rgm@gnu.org>
14218
14219 * emacs-lisp/package.el (package-buffer-info): Fix message typo.
14220
14221 2013-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
14222
14223 * progmodes/python.el (python-font-lock-keywords): Don't return nil
14224 from a matcher-function unless there's no more matches (bug#15161).
14225
14226 2013-08-26 Michael Albinus <michael.albinus@gmx.de>
14227
14228 * minibuffer.el: Revert change from 2013-08-20.
14229
14230 * net/tramp.el (tramp-find-method, tramp-find-user): Mark result
14231 with text property `tramp-default', if appropriate.
14232 (tramp-check-proper-host): New defun.
14233 (tramp-dissect-file-name): Do not check hostname. Revert change
14234 of 2013-03-18.
14235 (tramp-backtrace): Make VEC-OR-PROC optional.
14236
14237 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
14238 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
14239 * net/tramp-sh.el (tramp-maybe-open-connection):
14240 * net/tramp-smb.el (tramp-smb-maybe-open-connection):
14241 Apply `tramp-check-proper-host'.
14242
14243 2013-08-26 Tassilo Horn <tsdh@gnu.org>
14244
14245 * epa-hook.el (epa-file-encrypt-to): Quote `safe-local-variable'
14246 lambda expression in order to have `describe-variable' display it.
14247
14248 2013-08-26 Michael Albinus <michael.albinus@gmx.de>
14249
14250 * net/tramp-sh.el (tramp-sh-handle-verify-visited-file-modtime):
14251 BUF can be optional. (Bug#15186)
14252
14253 2013-08-25 Xue Fuqiao <xfq.free@gmail.com>
14254
14255 * progmodes/flymake.el (flymake-get-real-file-name-function):
14256 Fix broken customization. (Bug#15184)
14257
14258 2013-08-25 Alan Mackenzie <acm@muc.de>
14259
14260 Improve indentation of bracelists defined by macros (without "=").
14261
14262 * progmodes/cc-engine.el (c-inside-bracelist-p): When a macro
14263 expansion begins with "{", regard it as bracelist when it doesn't
14264 contain a ";".
14265
14266 Parse C++ inher-intro when there's a template split over 2 lines.
14267
14268 * progmodes/cc-engine.el (c-guess-basic-syntax CASE 5C): Code more
14269 rigorously the search for "class" etc. followed by ":".
14270
14271 * progmodes/cc-langs.el (c-opt-<>-sexp-key): Make the value for
14272 random languages a regexp which never matches rather than nil.
14273
14274 Handle "/"s more accurately in test for virtual semicolons (AWK Mode).
14275
14276 * progmodes/cc-awk.el (c-awk-one-line-possibly-open-string-re)
14277 (c-awk-regexp-one-line-possibly-open-char-list-re)
14278 (c-awk-one-line-possibly-open-regexp-re)
14279 (c-awk-one-line-non-syn-ws*-re): Remove.
14280 (c-awk-possibly-open-string-re, c-awk-non-/-syn-ws*-re)
14281 (c-awk-space*-/-re, c-awk-space*-regexp-/-re)
14282 (c-awk-space*-unclosed-regexp-/-re): New constants.
14283 (c-awk-at-vsemi-p): Reformulate better to recognize "/"s which
14284 aren't regexp delimiters.
14285
14286 * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Add in
14287 handling for a rare situation in AWK Mode involving unterminated
14288 strings/regexps.
14289
14290 2013-08-23 Glenn Morris <rgm@gnu.org>
14291
14292 * files.el (auto-mode-alist): Use sh-mode for .bash_history.
14293
14294 * files.el (interpreter-mode-alist): Use tcl-mode for expect scripts.
14295
14296 * files.el (create-file-buffer): If the result would begin with
14297 spaces, prepend a "|" instead of removing them. (Bug#15162)
14298
14299 2013-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
14300
14301 * textmodes/fill.el (fill-match-adaptive-prefix): Don't throw away
14302 text-properties (bug#15155).
14303
14304 * calc/calc-keypd.el (calc-keypad-execute): `x-flush-mouse-queue' doesn't
14305 exist any more.
14306 (calc-keypad-redraw): Remove unused var `pad'.
14307 (calc-keypad-press): Remove unused var `menu'.
14308
14309 2013-08-23 Martin Rudalics <rudalics@gmx.at>
14310
14311 * window.el (display-buffer-pop-up-frame):
14312 Call pop-up-frame-function with BUFFER current so `make-frame' will
14313 use it as the new frame's buffer (Bug#15133).
14314
14315 2013-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
14316
14317 * calendar/timeclock.el: Minor cleanups.
14318 (timeclock-ask-before-exiting, timeclock-use-display-time):
14319 Use `symbol'.
14320 (timeclock-modeline-display): Define as alias before the
14321 actual definition.
14322 (timeclock-mode-line-display): Use define-minor-mode.
14323 (timeclock-day-list-template): Make it a function, add an argument.
14324 (timeclock-day-list-required, timeclock-day-list-length)
14325 (timeclock-day-list-debt, timeclock-day-list-span)
14326 (timeclock-day-list-break): Adjust calls accordingly.
14327
14328 2013-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
14329
14330 * emacs-lisp/pp.el (pp-eval-expression, pp-macroexpand-expression):
14331 Use read--expression so that completion works again.
14332
14333 2013-08-21 Sam Steingold <sds@gnu.org>
14334
14335 Add rudimentary inferior shell interaction
14336 * progmodes/sh-script.el (sh-shell-process): New buffer-local variable.
14337 (sh-set-shell): Reset it.
14338 (sh-show-shell, sh-cd-here, sh-send-line-or-region-and-step):
14339 New commands (bound to C-c C-z, C-c C-d, and C-c C-n).
14340
14341 2013-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
14342
14343 * align.el: Use lexical-binding.
14344 (align-region): Simplify accordingly.
14345
14346 2013-08-20 Michael Albinus <michael.albinus@gmx.de>
14347
14348 * minibuffer.el (completion--sifn-requote): Bind `non-essential'.
14349
14350 * rfn-eshadow.el (rfn-eshadow-update-overlay): Move binding of
14351 `non-essential' up.
14352
14353 2013-08-17 Michael Albinus <michael.albinus@gmx.de>
14354
14355 * net/tramp.el:
14356 * net/tramp-adb.el:
14357 * net/tramp-cmds.el:
14358 * net/tramp-ftp.el:
14359 * net/tramp-gvfs.el:
14360 * net/tramp-gw.el:
14361 * net/tramp-sh.el: Don't wrap external variable declarations by
14362 `eval-when-compile'.
14363
14364 2013-08-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
14365
14366 * net/shr.el (shr-rescale-image): Use ImageMagick even for GIFs
14367 now that Emacs supports ImageMagick animations.
14368
14369 2013-08-16 Michael Albinus <michael.albinus@gmx.de>
14370
14371 * net/tramp-cmds.el (top): Don't declare `buffer-name'.
14372 (tramp-append-tramp-buffers): Rewrite buffer local variables part.
14373
14374 2013-08-16 Martin Rudalics <rudalics@gmx.at>
14375
14376 * window.el (mouse-autoselect-window-select): Do autoselect when
14377 mouse pointer is on margin.
14378
14379 2013-08-16 William Parsons <wbparsons@alum.mit.edu> (tiny change)
14380
14381 * net/ange-ftp.el (ange-ftp-skip-msgs): Add 500 EPSV. (Bug#1972)
14382
14383 2013-08-16 Glenn Morris <rgm@gnu.org>
14384
14385 * net/ange-ftp.el (ange-ftp-good-msgs, ange-ftp-get-pwd):
14386 Handle "Remote Directory" response of some clients. (Bug#15058)
14387
14388 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local):
14389 Tweak warning. (Bug#14926)
14390
14391 * menu-bar.el (send-mail-item-name, read-mail-item-name): Remove.
14392 (menu-bar-tools-menu): Simplify news and mail items. (Bug#15095)
14393
14394 * image-mode.el (image-mode-map): Add menu items to reverse,
14395 increase, decrease, reset animation speed.
14396 (image--set-speed, image-increase-speed, image-decrease-speed)
14397 (image-reverse-speed, image-reset-speed): New functions.
14398 (image-mode-map): Add bindings for speed commands.
14399
14400 * image.el (image-animate-get-speed, image-animate-set-speed):
14401 New functions.
14402 (image-animate-timeout): Respect image :speed property.
14403
14404 2013-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
14405
14406 * emacs-lisp/debug.el (debugger-setup-buffer): Put point on the
14407 previous line (bug#15101).
14408 (debugger-eval-expression, debugger-record-expression):
14409 Use read--expression (bug#15102).
14410
14411 2013-08-15 Michael Albinus <michael.albinus@gmx.de>
14412
14413 Remove byte compiler warnings, visible when compiling with
14414 `byte-compile-force-lexical-warnings' set to t.
14415
14416 * net/tramp.el (tramp-debug-message, tramp-message, tramp-error)
14417 (tramp-error-with-buffer): Rename ARGS to ARGUMENTS and BUFFER to BUF.
14418 (tramp-handle-unhandled-file-name-directory)
14419 (tramp-handle-file-notify-add-watch, tramp-action-login)
14420 (tramp-action-succeed, tramp-action-permission-denied)
14421 (tramp-action-terminal, tramp-action-process-alive): Prefix unused
14422 arguments with "_".
14423
14424 * net/tramp-adb.el (tramp-adb-parse-device-names)
14425 (tramp-adb-handle-insert-directory, tramp-adb-handle-delete-file)
14426 (tramp-adb-handle-copy-file): Prefix unused arguments with "_".
14427 (tramp-adb-handle-file-truename): Remove unused arguments.
14428
14429 * net/tramp-cache.el (tramp-flush-directory-property)
14430 (tramp-flush-connection-property, tramp-list-connections)
14431 (tramp-parse-connection-properties): Prefix unused arguments with "_".
14432
14433 * net/tramp-compat.el (tramp-compat-make-temp-file):
14434 Rename FILENAME to F.
14435
14436 * net/tramp-gvfs.el (tramp-gvfs-handle-file-notify-add-watch)
14437 (tramp-gvfs-handle-write-region, tramp-bluez-parse-device-names)
14438 (tramp-zeroconf-parse-workstation-device-names)
14439 (tramp-zeroconf-parse-webdav-device-names)
14440 (tramp-synce-parse-device-names): Prefix unused arguments with "_".
14441
14442 * net/tramp-gw.el (tramp-gw-gw-proc-sentinel)
14443 (tramp-gw-aux-proc-sentinel): Prefix unused arguments with "_".
14444
14445 * net/tramp-sh.el (tramp-sh-handle-file-truename): Remove unused
14446 arguments.
14447 (tramp-sh-handle-copy-file, tramp-sh-handle-dired-compress-file)
14448 (tramp-sh-handle-insert-file-contents-literally)
14449 (tramp-sh-handle-file-notify-add-watch): Prefix unused arguments
14450 with "_".
14451 (tramp-do-copy-or-rename-file, tramp-barf-if-no-shell-prompt):
14452 Remove unused variables.
14453
14454 * net/tramp-smb.el (tramp-smb-handle-copy-directory)
14455 (tramp-smb-handle-copy-file, tramp-smb-handle-delete-file)
14456 (tramp-smb-read-file-entry): Prefix unused arguments with "_".
14457
14458 * net/tramp-uu.el (tramp-uu-b64-alphabet, tramp-uu-b64-char-to-byte):
14459 Make them a defconst.
14460 (tramp-uuencode-region): Remove unused variable.
14461
14462 2013-08-14 Juanma Barranquero <lekktu@gmail.com>
14463
14464 * frameset.el (frameset--prop-setter): New function.
14465 (frameset-prop): Add gv-setter declaration.
14466 (frameset-filter-minibuffer): Deal with the case that the minibuffer
14467 parameter was already set in FILTERED. Doc fix.
14468 (frameset--record-minibuffer-relationships): Allow saving a
14469 minibufferless frame without its corresponding minibuffer frame.
14470 (frameset--reuse-frame): Accept a match from an orphaned minibufferless
14471 frame, if the frame id matches.
14472 (frameset--minibufferless-last-p): Sort non-orphaned minibufferless
14473 frames before orphaned ones.
14474 (frameset-restore): Warn about orphaned windows, instead of error out.
14475
14476 2013-08-14 Martin Rudalics <rudalics@gmx.at>
14477
14478 * window.el (window-make-atom): Don't overwrite parameter
14479 already present.
14480 (display-buffer-in-atom-window): Handle special case where we
14481 split an already atomic window.
14482 (window--major-non-side-window, display-buffer-in-side-window)
14483 (window--side-check): Ignore minibuffer window when walking
14484 window tree.
14485 (window-deletable-p): Return 'frame only if no other frame uses
14486 our minibuffer window.
14487 (record-window-buffer): Run buffer-list-update-hook.
14488 (split-window): Make sure window--check-frame won't destroy an
14489 existing atomic window in case the new window gets nested
14490 inside.
14491 (display-buffer-at-bottom): Ignore minibuffer window when
14492 walking window tree. Don't split a side window.
14493 (pop-to-buffer): Don't set-buffer here, the select-window call
14494 should do that.
14495 (mouse-autoselect-window-select): Autoselect only if we are in the
14496 text portion of the window.
14497
14498 2013-08-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
14499
14500 * net/shr.el (shr-parse-image-data): New function to grab both the
14501 data itself and the Content-Type.
14502 (shr-put-image): Use it.
14503
14504 * net/eww.el (eww-display-image): Ditto.
14505
14506 * image.el (image-content-type-suffixes): New variable.
14507
14508 2013-08-13 Fabián Ezequiel Gallina <fgallina@gnu.org>
14509
14510 * progmodes/python.el (python-imenu--build-tree)
14511 (python-imenu--put-parent): Simplify and Fix (GH bug 146).
14512
14513 2013-08-13 Xue Fuqiao <xfq.free@gmail.com>
14514
14515 * simple.el (backward-word): Mention the optional argument.
14516
14517 2013-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
14518
14519 * frameset.el (frameset--make): Rename constructor from make-frameset.
14520 (frameset-p, frameset-valid-p): Don't autoload.
14521 (frameset-valid-p): Use normal accessors.
14522
14523 2013-08-13 Glenn Morris <rgm@gnu.org>
14524
14525 * progmodes/compile.el (compile-command): Tweak example in doc.
14526 * obsolete/scribe.el (scribe-mode):
14527 * progmodes/mixal-mode.el (mixal-mode): Quote buffer name. (Bug#15053)
14528
14529 * mail/feedmail.el (feedmail-confirm-outgoing)
14530 (feedmail-display-full-frame, feedmail-deduce-bcc-where): Fix types.
14531
14532 * cus-start.el (truncate-partial-width-windows): Fix type.
14533
14534 * emulation/viper-init.el (viper-search-scroll-threshold): Fix type.
14535
14536 * net/shr.el (shr-table-horizontal-line): Fix custom type.
14537
14538 2013-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
14539
14540 * emacs-lisp/timer.el (timer--time-setter): New function.
14541 (timer--time): Use it as gv-setter.
14542
14543 * emacs-lisp/gv.el (gv-define-simple-setter): Output warning when
14544 setter is not a symbol.
14545
14546 2013-08-12 Grégoire Jadi <daimrod@gmail.com>
14547
14548 * mail/sendmail.el (sendmail-send-it): Don't kill the error buffer
14549 if sending fails. This makes debugging easier.
14550
14551 2013-08-12 Juanma Barranquero <lekktu@gmail.com>
14552
14553 * xml.el (xml-parse-tag-1): Use looking-at (this reverts change in
14554 2013-08-11T00:07:48Z!lekktu@gmail.com, which breaks the test suite).
14555 https://lists.gnu.org/archive/html/emacs-devel/2013-08/msg00263.html
14556
14557 2013-08-12 Eli Zaretskii <eliz@gnu.org>
14558
14559 * term/w32-win.el (dynamic-library-alist): Add DLLs for zlib.
14560
14561 2013-08-12 Glenn Morris <rgm@gnu.org>
14562
14563 * format.el (format-annotate-function):
14564 Handle read-only text properties in the source. (Bug#14887)
14565
14566 2013-08-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
14567
14568 * net/eww.el (eww-display-html): Ignore coding system errors.
14569 One web site uses "utf-8lias" as the coding system.
14570
14571 2013-08-11 Juanma Barranquero <lekktu@gmail.com>
14572
14573 * frameset.el (frameset-valid-p): Fix check; STATES can indeed be nil.
14574
14575 2013-08-10 Juanma Barranquero <lekktu@gmail.com>
14576
14577 * tutorial.el (tutorial--describe-nonstandard-key): Use string-match-p.
14578 (tutorial--detailed-help): Remove unused local variables.
14579 (tutorial--save-tutorial-to): Use ignore-errors.
14580 (help-with-tutorial): Use looking-at-p.
14581
14582 * view.el (view-buffer-other-window, view-buffer-other-frame):
14583 Mark unused arguments.
14584
14585 * woman.el (woman-parse-colon-path, woman-parse-colon-path)
14586 (woman-select-symbol-fonts, woman, woman-find-file)
14587 (woman-insert-file-contents, woman-non-underline-faces):
14588 Use string-match-p.
14589 (woman1-unquote): Move declaration.
14590
14591 * xml.el (xml-parse-tag-1, xml-parse-string): Use looking-at-p.
14592 (xml-parse-dtd): Use looking-at-p, string-match-p. Mark unused
14593 argument. Remove unused local variable.
14594 (xml-parse-elem-type): Use string-match-p.
14595 (xml-substitute-numeric-entities): Use ignore-errors.
14596
14597 * calculator.el (calculator): Mark unused argument.
14598 (calculator-paste, calculator-quit, calculator-integer-p):
14599 Use ignore-errors.
14600 (calculator-string-to-number, calculator-decimal, calculator-exp)
14601 (calculator-op-or-exp): Use string-match-p.
14602
14603 * dired.el (dired-buffer-more-recently-used-p): Declare.
14604 (dired-insert-set-properties, dired-insert-old-subdirs):
14605 Use ignore-errors.
14606
14607 * dired-aux.el (dired-compress): Use ignore-errors.
14608 (dired-do-chxxx, dired-do-chmod, dired-trample-file-versions)
14609 (dired-do-async-shell-command, dired-do-shell-command)
14610 (dired-shell-stuff-it, dired-compress-file, dired-insert-subdir)
14611 (dired-insert-subdir-validate): Use string-match-p.
14612 (dired-map-dired-file-lines, dired-subdir-hidden-p): Use looking-at-p.
14613 (dired-add-entry): Use string-match-p, looking-at-p.
14614 (dired-insert-subdir-newpos): Remove unused local variable.
14615
14616 * filenotify.el (file-notify-callback): Remove unused local variable.
14617
14618 * filesets.el (filesets-error): Mark unused argument.
14619 (filesets-which-command-p, filesets-filter-dir-names)
14620 (filesets-directory-files, filesets-get-external-viewer)
14621 (filesets-ingroup-get-data): Use string-match-p.
14622
14623 * find-file.el (ff-other-file-name, ff-other-file-name)
14624 (ff-find-the-other-file, ff-cc-hh-converter):
14625 Remove unused local variables.
14626 (ff-get-file-name): Use string-match-p.
14627 (ff-all-dirs-under): Use ignore-errors.
14628
14629 * follow.el (follow-comint-scroll-to-bottom): Mark unused argument.
14630 (follow-select-if-visible): Remove unused local variable.
14631
14632 * forms.el (read-file-filter): Move declaration.
14633 (forms--make-format, forms--make-parser, forms-insert-record):
14634 Quote function with #'.
14635 (forms--update): Use string-match-p. Quote function with #'.
14636
14637 * help-mode.el (help-dir-local-var-def): Mark unused argument.
14638 (help-make-xrefs): Use looking-at-p.
14639 (help-xref-on-pp): Use looking-at-p, ignore-errors.
14640
14641 * ibuffer.el (ibuffer-ext-visible-p): Declare.
14642 (ibuffer-confirm-operation-on): Use string-match-p.
14643
14644 * msb.el (msb-item-handler, msb-dired-item-handler):
14645 Mark unused arguments.
14646
14647 * ses.el (ses-decode-cell-symbol)
14648 (ses-kill-override): Remove unused local variable.
14649 (ses-create-cell-variable, ses-relocate-formula): Use string-match-p.
14650 (ses-load): Use ignore-errors, looking-at-p.
14651 (ses-jump-safe): Use ignore-errors.
14652 (ses-export-tsv, ses-export-tsf, ses-unsafe): Mark unused arguments.
14653
14654 * tabify.el (untabify, tabify): Mark unused arguments.
14655
14656 * thingatpt.el (thing-at-point--bounds-of-well-formed-url):
14657 Mark unused argument.
14658 (bounds-of-thing-at-point, thing-at-point-bounds-of-list-at-point)
14659 (thing-at-point-newsgroup-p, form-at-point): Use ignore-errors.
14660
14661 * emacs-lisp/timer.el (timer--time): Define setter with
14662 gv-define-setter to avoid deprecation warning.
14663
14664 * completion.el: Remove stuff unused since revno:3176 (1993-05-27).
14665 (*record-cmpl-statistics-p*): Remove (was commented out).
14666 (cmpl-statistics-block): Remove (body was commented out).
14667 All callers changed.
14668 (add-completions-from-buffer, load-completions-from-file):
14669 Remove unused variables.
14670
14671 2013-08-09 Juanma Barranquero <lekktu@gmail.com>
14672
14673 * filecache.el (file-cache-delete-file-list):
14674 Print message only when told so.
14675 (file-cache-files-matching): Use #' in mapconcat argument.
14676
14677 * ffap.el (ffap-url-at-point): Fix reference to variable
14678 thing-at-point-default-mail-uri-scheme.
14679
14680 2013-08-09 Stefan Monnier <monnier@iro.umontreal.ca>
14681
14682 * subr.el (define-error): New function.
14683 * progmodes/ada-xref.el (ada-error-file-not-found): Rename from
14684 error-file-not-found and define with define-error.
14685 * emacs-lisp/cl-lib.el (cl-assertion-failed): Move here from subr.el
14686 and define with define-error.
14687 * userlock.el (file-locked, file-supersession):
14688 * simple.el (mark-inactive):
14689 * progmodes/js.el (js-moz-bad-rpc, js-js-error):
14690 * progmodes/ada-mode.el (ada-mode-errors):
14691 * play/life.el (life-extinct):
14692 * nxml/xsd-regexp.el (xsdre-invalid-regexp, xsdre-parse-error):
14693 * nxml/xmltok.el (xmltok-markup-declaration-parse-error):
14694 * nxml/rng-util.el (rng-error):
14695 * nxml/rng-uri.el (rng-uri-error):
14696 * nxml/rng-match.el (rng-compile-error):
14697 * nxml/rng-cmpct.el (rng-c-incorrect-schema):
14698 * nxml/nxml-util.el (nxml-error, nxml-file-parse-error):
14699 * nxml/nxml-rap.el (nxml-scan-error):
14700 * nxml/nxml-outln.el (nxml-outline-error):
14701 * net/soap-client.el (soap-error):
14702 * net/gnutls.el (gnutls-error):
14703 * net/ange-ftp.el (ftp-error):
14704 * mpc.el (mpc-proc-error):
14705 * json.el (json-error, json-readtable-error, json-unknown-keyword)
14706 (json-number-format, json-string-escape, json-string-format)
14707 (json-key-format, json-object-format):
14708 * jka-compr.el (compression-error):
14709 * international/quail.el (quail-error):
14710 * international/kkc.el (kkc-error):
14711 * emacs-lisp/ert.el (ert-test-failed):
14712 * calc/calc.el (calc-error, inexact-result, math-overflow)
14713 (math-underflow):
14714 * bookmark.el (bookmark-error-no-filename):
14715 * epg.el (epg-error): Define with define-error.
14716
14717 * time.el (display-time-event-handler)
14718 (display-time-next-load-average): Don't call sit-for since it seems
14719 unnecessary (bug#15045).
14720
14721 * emacs-lisp/checkdoc.el: Remove redundant :group keywords.
14722 Use #' instead of ' to quote functions.
14723 (checkdoc-output-mode): Use setq-local.
14724 (checkdoc-spellcheck-documentation-flag, checkdoc-ispell-lisp-words)
14725 (checkdoc-verb-check-experimental-flag, checkdoc-proper-noun-regexp)
14726 (checkdoc-common-verbs-regexp): Mark safe-local-variable (bug#15010).
14727 (checkdoc-ispell, checkdoc-ispell-current-buffer)
14728 (checkdoc-ispell-interactive, checkdoc-ispell-message-interactive)
14729 (checkdoc-ispell-message-text, checkdoc-ispell-start)
14730 (checkdoc-ispell-continue, checkdoc-ispell-comments)
14731 (checkdoc-ispell-defun): Remove unused arg `take-notes'.
14732
14733 * ido.el (ido-completion-help): Fix up compiler warning.
14734
14735 2013-08-09 Juanma Barranquero <lekktu@gmail.com>
14736
14737 * frameset.el (frameset-p): Add autoload cookie.
14738 (frameset--jump-to-register): New function, based on code moved from
14739 register.el.
14740 (frameset-to-register): Move from register.el. Adapt to `registerv'.
14741
14742 * register.el (frameset-frame-id, frameset-frame-with-id, frameset-p)
14743 (frameset-restore, frameset-save, frameset-session-filter-alist):
14744 Remove declarations.
14745 (register-alist): Doc fix.
14746 (frameset-to-register): Move to frameset.el.
14747 (jump-to-register, describe-register-1): Remove frameset-specific code.
14748
14749 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
14750
14751 * allout-widgets.el (allout-widgets-pre-command-business)
14752 (allout-widgets-post-command-business)
14753 (allout-widgets-after-change-handler)
14754 (allout-decorate-item-and-context, allout-set-boundary-marker)
14755 (allout-body-modification-handler)
14756 (allout-graphics-modification-handler): Mark ignored arguments.
14757 (allout-widgets-post-command-business)
14758 (allout-widgets-exposure-change-processor)
14759 (allout-widgets-exposure-undo-processor)
14760 (allout-decorate-item-and-context, allout-redecorate-visible-subtree)
14761 (allout-parse-item-at-point, allout-decorate-item-guides)
14762 (allout-decorate-item-cue, allout-item-span): Remove unused variables.
14763 * allout.el (epa-passphrase-callback-function): Declare.
14764 (allout-overlay-insert-in-front-handler)
14765 (allout-overlay-interior-modification-handler)
14766 (allout-isearch-end-handler, allout-chart-siblings)
14767 (allout-up-current-level, allout-end-of-level, allout-reindent-body)
14768 (allout-yank-processing, allout-process-exposed)
14769 (allout-latex-verb-quote, allout-latexify-one-item, outlineify-sticky)
14770 (allout-latex-verbatim-quote-curr-line): Remove unused variables.
14771 * emacs-lisp/lisp-mode.el (lisp-eval-defun, last-sexp-toggle-display)
14772 (lisp-indent-defform): Mark ignored arguments.
14773 (lisp-indent-line): Mark ignored arguments. Remove unused variables.
14774 (calculate-lisp-indent): Remove unused variables.
14775 * international/characters.el (indian-2-column, arabic-2-column)
14776 (tibetan): Mark ignored arguments.
14777 (use-cjk-char-width-table): Mark ignored arguments.
14778 Remove unused variables.
14779 * international/fontset.el (build-default-fontset-data)
14780 (x-compose-font-name, create-fontset-from-fontset-spec):
14781 Mark ignored arguments.
14782 (fontset-plain-name): Remove unused variables.
14783 * international/mule.el (charset-id, charset-bytes, generic-char-p)
14784 (keyboard-coding-system): Mark ignored arguments.
14785 (find-auto-coding): Remove unused variables. Use `ignore-errors'.
14786 * help.el (resize-temp-buffer-window):
14787 * window.el (display-buffer-in-major-side-window)
14788 (display-buffer-in-side-window, display-buffer-in-previous-window):
14789 Remove unused variables.
14790 * isearch.el (isearch-forward-symbol):
14791 * version.el (emacs-bzr-version-bzr):
14792 * international/mule-cmds.el (current-language-environment):
14793 * term/common-win.el (x-handle-iconic, x-handle-geometry)
14794 (x-handle-display):
14795 * term/pc-win.el (x-list-fonts, x-display-planes)
14796 (x-display-color-cells, x-server-max-request-size, x-server-vendor)
14797 (x-server-version, x-display-screens, x-display-mm-height)
14798 (x-display-mm-width, x-display-backing-store, x-display-visual-class)
14799 (x-selection-owner-p, x-own-selection-internal)
14800 (x-disown-selection-internal, x-get-selection-internal)
14801 (msdos-initialize-window-system):
14802 * term/tty-colors.el (tty-color-alist, tty-color-clear):
14803 * term/x-win.el (x-handle-no-bitmap-icon):
14804 * vc/vc-hooks.el (vc-mode, vc-default-make-version-backups-p)
14805 (vc-default-find-file-hook, vc-default-extra-menu):
14806 Mark ignored arguments.
14807
14808 2013-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
14809
14810 * emacs-lisp/edebug.el (edebug-debugger): Use edebug-eval to run the
14811 break-condition in the context of the debugged code (bug#12685).
14812
14813 2013-08-08 Christopher Schmidt <christopher@ch.ristopher.com>
14814
14815 * comint.el:
14816 Do not use an overlay to highlight the last prompt. (Bug#14744)
14817 (comint-mode): Make comint-last-prompt buffer local.
14818 (comint-last-prompt): New variable.
14819 (comint-last-prompt-overlay): Remove. Superseded by
14820 comint-last-prompt.
14821 (comint-snapshot-last-prompt, comint-output-filter):
14822 Use comint-last-prompt.
14823
14824 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
14825
14826 * frameset.el (frameset-valid-p): Check vector length. Doc fix.
14827 (frameset-save): Check validity of the resulting frameset.
14828
14829 2013-08-08 Xue Fuqiao <xfq.free@gmail.com>
14830
14831 * ido.el (ido-record-command): Add doc string.
14832
14833 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
14834
14835 * frameset.el (frameset): Do not disable creation of the default
14836 frameset-p predicate. Doc fix.
14837 (frameset-valid-p): New function, copied from the old predicate-p.
14838 Add additional checks.
14839 (frameset-restore): Check with frameset-valid-p.
14840 (frameset-p, frameset-version, frameset-timestamp, frameset-app)
14841 (frameset-name, frameset-description, frameset-properties)
14842 (frameset-states): Add docstring.
14843 (frameset-session-filter-alist, frameset-persistent-filter-alist)
14844 (frameset-filter-alist): Doc fixes.
14845
14846 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
14847
14848 * frameset.el (frameset-p, frameset-prop): Doc fixes.
14849
14850 2013-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
14851
14852 * emacs-lisp/bytecomp.el (byte-compile-function-warn): New function,
14853 extracted from byte-compile-callargs-warn and byte-compile-normal-call.
14854 (byte-compile-callargs-warn, byte-compile-function-form): Use it.
14855 (byte-compile-normal-call): Remove obsolescence check.
14856
14857 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
14858
14859 * frameset.el (frameset-restore): Doc fix.
14860
14861 * register.el (frameset-frame-id, frameset-frame-with-id)
14862 (frameset-p, frameset-restore, frameset-save): Declare.
14863 (register-alist): Document framesets.
14864 (frameset-session-filter-alist): Declare.
14865 (frameset-to-register): New function.
14866 (jump-to-register): Implement jumping to framesets. Doc fix.
14867 (describe-register-1): Describe framesets.
14868
14869 * bindings.el (ctl-x-r-map): Bind ?f to frameset-to-register.
14870
14871 2013-08-07 Juanma Barranquero <lekktu@gmail.com>
14872
14873 * desktop.el (desktop-save-frameset): Use new frameset-save args.
14874 Use lexical-binding.
14875
14876 * frameset.el (frameset): Use type vector, not list (incompatible
14877 change). Do not declare a new constructor, use the default one.
14878 Upgrade suggested properties `app', `name' and `desc' to slots `app',
14879 `name' and `description', respectively, and add read-only slot
14880 `timestamp'. Doc fixes.
14881 (frameset-copy, frameset-persistent-filter-alist)
14882 (frameset-filter-alist, frameset-switch-to-gui-p)
14883 (frameset-switch-to-tty-p, frameset-filter-tty-to-GUI)
14884 (frameset-filter-sanitize-color, frameset-filter-minibuffer)
14885 (frameset-filter-iconified, frameset-keep-original-display-p):
14886 Doc fixes.
14887 (frameset-filter-shelve-param, frameset-filter-unshelve-param):
14888 Rename from frameset-filter-(save|restore)-param. All callers changed.
14889 Doc fix.
14890 (frameset-p): Adapt to change to vector and be more thorough.
14891 Change arg name to OBJECT. Doc fix.
14892 (frameset-prop): Rename arg PROP to PROPERTY. Doc fix.
14893 (frameset-session-filter-alist): Rename from frameset-live-filter-alist.
14894 All callers changed.
14895 (frameset-frame-with-id): Rename from frameset-locate-frame-id.
14896 All callers changed.
14897 (frameset--record-minibuffer-relationships): Rename from
14898 frameset--process-minibuffer-frames. All callers changed.
14899 (frameset-save): Add new keyword arguments APP, NAME and DESCRIPTION.
14900 Use new default constructor (again). Doc fix.
14901 (frameset--find-frame-if): Rename from `frameset--find-frame'.
14902 All callers changed.
14903 (frameset--reuse-frame): Rename arg FRAME-CFG to PARAMETERS.
14904 (frameset--initial-params): Rename arg FRAME-CFG to PARAMETERS.
14905 Doc fix.
14906 (frameset--restore-frame): Rename args FRAME-CFG and WINDOW-CFG to
14907 PARAMETERS and WINDOW-STATE, respectively.
14908 (frameset-restore): Add new keyword argument PREDICATE.
14909 Reset frameset--target-display to nil. Doc fix.
14910
14911 2013-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
14912
14913 * progmodes/bat-mode.el (bat--syntax-propertize): New var.
14914 (bat-mode): Use it.
14915 (bat-mode-syntax-table): Mark \n as end-of-comment.
14916 (bat-font-lock-keywords): Remove comment rule.
14917
14918 * progmodes/bat-mode.el: Rename from dos.el. Use "bat-" prefix.
14919 (dos-mode-help): Remove. Use describe-mode (C-h m) instead.
14920
14921 * emacs-lisp/bytecomp.el: Check existence of f in #'f.
14922 (byte-compile-callargs-warn): Use `push'.
14923 (byte-compile-arglist-warn): Ignore higher-order "calls".
14924 (byte-compile-file-form-autoload): Use `pcase'.
14925 (byte-compile-function-form): If quoting a symbol, check that it exists.
14926
14927 2013-08-07 Eli Zaretskii <eliz@gnu.org>
14928
14929 * progmodes/dos.el (dos-font-lock-keywords): Rename LINUX to UNIX
14930 and add a few popular commands found in batch files.
14931 (dos, dos-label-face, dos-cmd-help, dos-run, dos-run-args)
14932 (dos-mode): Doc fixes.
14933
14934 2013-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
14935
14936 * progmodes/dos.el (auto-mode-alist): Add entries for dos-mode.
14937 (dos-mode): Use setq-local. Add space after "rem".
14938 (dos-mode-syntax-table): Don't use "w" for symbol chars.
14939 (dos-font-lock-keywords): Try to adjust font-lock rules accordingly.
14940
14941 2013-08-07 Arni Magnusson <arnima@hafro.is>
14942
14943 * progmodes/dos.el: New file.
14944 * generic-x.el (bat-generic-mode): Redefine as an obsolete alias to
14945 dos-mode.
14946
14947 2013-08-06 Glenn Morris <rgm@gnu.org>
14948
14949 * calendar/calendar.el: Add new faces, and day-header-array.
14950 (calendar-weekday-header, calendar-weekend-header)
14951 (calendar-month-header): New faces.
14952 (calendar-day-header-construct): New function.
14953 (calendar-day-header-width): Also :set calendar-day-header-array.
14954 (calendar-american-month-header, calendar-european-month-header)
14955 (calendar-iso-month-header): Use calendar- faces.
14956 (calendar-generate-month):
14957 Use calendar-day-header-array for day headers; apply faces to them.
14958 (calendar-mode): Check calendar-font-lock-keywords non-nil.
14959 (calendar-abbrev-construct): Add optional maxlen argument.
14960 (calendar-day-name-array): Doc fix.
14961 (calendar-day-name-array, calendar-abbrev-length)
14962 (calendar-day-abbrev-array):
14963 Also :set calendar-day-header-array, and maybe redraw.
14964 (calendar-day-header-array): New option. (Bug#15007)
14965 (calendar-font-lock-keywords): Set to nil and make obsolete.
14966 (calendar-day-name): Add option to use header array.
14967
14968 2013-08-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
14969
14970 * net/shr.el (shr-render-td): Remove debugging.
14971 (shr-render-td): Make width computation consistent by defaulting
14972 all zero-width columns to 10 characters. This may not be optimal,
14973 but it's at least consistent.
14974 (shr-make-table-1): Redo last change to fix the real problem in
14975 colspan handling.
14976
14977 2013-08-06 Dmitry Antipov <dmantipov@yandex.ru>
14978
14979 * files.el (cache-long-line-scans):
14980 Make obsolete alias to `cache-long-scans'.
14981
14982 2013-08-06 Juanma Barranquero <lekktu@gmail.com>
14983
14984 * frameset.el (frameset, frameset-filter-alist)
14985 (frameset-filter-params, frameset-save, frameset--reuse-frame)
14986 (frameset--minibufferless-last-p, frameset-restore): Doc fixes.
14987 (frameset-compute-pos): Rename from frameset--compute-pos,
14988 and add docstring.
14989 (frameset-move-onscreen): Use frameset-compute-pos.
14990 Most changes suggested by Drew Adams <drew.adams@oracle.com>.
14991
14992 * find-lisp.el (find-lisp-line-indent, find-lisp-find-dired-filter):
14993 Fix typos in docstrings.
14994
14995 2013-08-06 Dmitry Antipov <dmantipov@yandex.ru>
14996
14997 * frame.el (get-other-frame): Tiny cleanup.
14998
14999 2013-08-06 Juanma Barranquero <lekktu@gmail.com>
15000
15001 * vc/vc.el (vc-default-ignore-completion-table):
15002 Silence byte-compiler warning.
15003
15004 * frameset.el (frameset-p): Don't check non-nullness of the `properties'
15005 slot, which can indeed be nil.
15006 (frameset-live-filter-alist, frameset-persistent-filter-alist):
15007 Move entry for `left' from persistent to live filter alist.
15008 (frameset-filter-alist, frameset--minibufferless-last-p, frameset-save):
15009 Doc fixes.
15010 (frameset-filter-params): When restoring a frame, copy items added to
15011 `filtered', to avoid unwittingly modifying the original parameters.
15012 (frameset-move-onscreen): Rename from frameset--move-onscreen. Doc fix.
15013 (frameset--restore-frame): Fix reference to frameset-move-onscreen.
15014
15015 * dired.el (dired-insert-directory): Revert change in 2013-06-21T12:24:37Z!lekktu@gmail.com
15016 to use looking-at-p instead of looking-at. (Bug#15028)
15017
15018 2013-08-05 Stefan Monnier <monnier@iro.umontreal.ca>
15019
15020 Revert introduction of isearch-filter-predicates (bug#14714).
15021 Rely on add-function instead.
15022 * isearch.el (isearch-filter-predicates): Rename it back to
15023 isearch-filter-predicate.
15024 (isearch-message-prefix): Use advice-function-mapc and advice
15025 properties to get the isearch-message-prefix.
15026 (isearch-search, isearch-lazy-highlight-search): Revert to funcall
15027 instead of run-hook-with-args-until-failure.
15028 (isearch-filter-visible): Not obsolete any more.
15029 * loadup.el: Preload nadvice.
15030 * replace.el (perform-replace): Revert to funcall
15031 instead of run-hook-with-args-until-failure.
15032 * wdired.el (wdired-change-to-wdired-mode): Use add-function.
15033 * dired-aux.el (dired-isearch-filenames-mode): Rename from
15034 dired-isearch-filenames-toggle; make it into a proper minor mode.
15035 Use add/remove-function.
15036 (dired-isearch-filenames-setup, dired-isearch-filenames-end):
15037 Call the minor-mode rather than add/remove-hook.
15038 (dired-isearch-filter-filenames):
15039 Remove isearch-message-prefix property.
15040 * info.el (Info--search-loop): New function, extracted from Info-search.
15041 Funcall isearch-filter-predicate instead of
15042 run-hook-with-args-until-failure isearch-filter-predicates.
15043 (Info-search): Use it.
15044 (Info-mode): Use isearch-filter-predicate instead of
15045 isearch-filter-predicates.
15046
15047 2013-08-05 Dmitry Antipov <dmantipov@yandex.ru>
15048
15049 Do not call to `selected-window' where it is assumed by default.
15050 Affected functions are `window-minibuffer-p', `window-dedicated-p',
15051 `window-hscroll', `window-width', `window-height', `window-buffer',
15052 `window-frame', `window-start', `window-point', `next-window'
15053 and `window-display-table'.
15054 * abbrev.el (abbrev--default-expand):
15055 * bs.el (bs--show-with-configuration):
15056 * buff-menu.el (Buffer-menu-mouse-select):
15057 * calc/calc.el (calc):
15058 * calendar/calendar.el (calendar-generate-window):
15059 * calendar/diary-lib.el (diary-simple-display, diary-show-all-entries)
15060 (diary-make-entry):
15061 * comint.el (send-invisible, comint-dynamic-complete-filename)
15062 (comint-dynamic-simple-complete, comint-dynamic-list-completions):
15063 * completion.el (complete):
15064 * dabbrev.el (dabbrev-expand, dabbrev--make-friend-buffer-list):
15065 * disp-table.el (describe-current-display-table):
15066 * doc-view.el (doc-view-insert-image):
15067 * ebuff-menu.el (Electric-buffer-menu-mouse-select):
15068 * ehelp.el (with-electric-help):
15069 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
15070 * emacs-lisp/edebug.el (edebug-two-window-p, edebug-pop-to-buffer):
15071 * emacs-lisp/helper.el (Helper-help-scroller):
15072 * emulation/cua-base.el (cua--post-command-handler-1):
15073 * eshell/esh-mode.el (eshell-output-filter):
15074 * ffap.el (ffap-gnus-wrapper):
15075 * help-macro.el (make-help-screen):
15076 * hilit-chg.el (highlight-compare-buffers):
15077 * hippie-exp.el (hippie-expand, try-expand-dabbrev-visible):
15078 * hl-line.el (global-hl-line-highlight):
15079 * icomplete.el (icomplete-simple-completing-p):
15080 * isearch.el (isearch-done):
15081 * jit-lock.el (jit-lock-stealth-fontify):
15082 * mail/rmailsum.el (rmail-summary-scroll-msg-up):
15083 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
15084 * mpc.el (mpc-tagbrowser, mpc):
15085 * net/rcirc.el (rcirc-any-buffer):
15086 * play/gomoku.el (gomoku-max-width, gomoku-max-height):
15087 * play/landmark.el (landmark-max-width, landmark-max-height):
15088 * play/zone.el (zone):
15089 * progmodes/compile.el (compilation-goto-locus):
15090 * progmodes/ebrowse.el (ebrowse-view/find-file-and-search-pattern):
15091 * progmodes/etags.el (find-tag-other-window):
15092 * progmodes/fortran.el (fortran-column-ruler):
15093 * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
15094 * progmodes/verilog-mode.el (verilog-point-text):
15095 * reposition.el (reposition-window):
15096 * rot13.el (toggle-rot13-mode):
15097 * server.el (server-switch-buffer):
15098 * shell.el (shell-dynamic-complete-command)
15099 (shell-dynamic-complete-environment-variable):
15100 * simple.el (insert-buffer, set-selective-display)
15101 (delete-completion-window):
15102 * speedbar.el (speedbar-timer-fn, speedbar-center-buffer-smartly)
15103 (speedbar-recenter):
15104 * startup.el (fancy-splash-head):
15105 * textmodes/ispell.el (ispell-command-loop):
15106 * textmodes/makeinfo.el (makeinfo-compilation-sentinel-region):
15107 * tutorial.el (help-with-tutorial):
15108 * vc/add-log.el (add-change-log-entry):
15109 * vc/compare-w.el (compare-windows):
15110 * vc/ediff-help.el (ediff-indent-help-message):
15111 * vc/ediff-util.el (ediff-setup-control-buffer, ediff-position-region):
15112 * vc/ediff-wind.el (ediff-skip-unsuitable-frames)
15113 (ediff-setup-control-frame):
15114 * vc/emerge.el (emerge-position-region):
15115 * vc/pcvs-util.el (cvs-bury-buffer):
15116 * window.el (walk-windows, mouse-autoselect-window-select):
15117 * winner.el (winner-set-conf, winner-undo): Related users changed.
15118
15119 2013-08-05 Juanma Barranquero <lekktu@gmail.com>
15120
15121 * frameset.el (frameset--set-id): Doc fix.
15122 (frameset-frame-id, frameset-frame-id-equal-p)
15123 (frameset-locate-frame-id): New functions.
15124 (frameset--process-minibuffer-frames, frameset--reuse-frame)
15125 (frameset-restore): Use them.
15126
15127 2013-08-05 Dmitry Antipov <dmantipov@yandex.ru>
15128
15129 Do not call to `selected-frame' where it is assumed by default.
15130 Affected functions are `raise-frame', `redraw-frame',
15131 `frame-first-window', `frame-terminal' and `delete-frame'.
15132 * calendar/appt.el (appt-disp-window):
15133 * epg.el (epg-wait-for-completion):
15134 * follow.el (follow-delete-other-windows-and-split)
15135 (follow-avoid-tail-recenter):
15136 * international/mule.el (set-terminal-coding-system):
15137 * mail/rmail.el (rmail-mail-return):
15138 * net/newst-plainview.el (newsticker--buffer-set-uptodate):
15139 * progmodes/f90.el (f90-add-imenu-menu):
15140 * progmodes/idlw-toolbar.el (idlwave-toolbar-toggle):
15141 * server.el (server-switch-buffer):
15142 * simple.el (delete-completion-window):
15143 * talk.el (talk):
15144 * term/xterm.el (terminal-init-xterm-modify-other-keys)
15145 (xterm-turn-on-modify-other-keys, xterm-remove-modify-other-keys):
15146 * vc/ediff-util.el (ediff-status-info, ediff-show-diff-output):
15147 * vc/ediff.el (ediff-documentation): Related users changed.
15148 * frame.el (selected-terminal): Remove the leftover.
15149
15150 2013-08-05 Glenn Morris <rgm@gnu.org>
15151
15152 * calendar/calendar.el (calendar-generate-month):
15153 Fix for calendar-column-width != 1 + calendar-day-digit-width.
15154 (calendar-generate-month, calendar-font-lock-keywords):
15155 Fix for calendar-day-header-width > length of any day name.
15156
15157 2013-08-05 Juanma Barranquero <lekktu@gmail.com>
15158
15159 * desktop.el (desktop-clear): Use new name of sort predicate.
15160
15161 * frameset.el (frameset): Add docstring. Move :version property to its
15162 own `version' slot.
15163 (frameset-copy): Rename from copy-frameset.
15164 (frameset-p): Check more thoroughly.
15165 (frameset-prop): Do not check for :version, which is no longer a prop.
15166 (frameset-live-filter-alist, frameset-persistent-filter-alist):
15167 Use new :never value instead of t.
15168 (frameset-filter-alist): Expand and clarify docstring.
15169 (frameset-filter-tty-to-GUI, frameset-filter-sanitize-color)
15170 (frameset-filter-minibuffer, frameset-filter-save-param)
15171 (frameset-filter-restore-param, frameset-filter-iconified):
15172 Add pointer to docstring of frameset-filter-alist.
15173 (frameset-filter-params): Rename filter values to be more meaningful:
15174 :never instead of t, and reverse the meanings of :save and :restore.
15175 (frameset--process-minibuffer-frames): Clarify error message.
15176 (frameset-save): Avoid unnecessary and confusing call to framep.
15177 Use new BOA constructor for framesets.
15178 (frameset--reuse-list): Doc fix.
15179 (frameset--restore-frame): Rename from frameset--get-frame. Doc fix.
15180 (frameset--minibufferless-last-p): Rename from frameset--sort-states.
15181 (frameset-minibufferless-first-p): Doc fix.
15182 Rename from frameset-sort-frames-for-deletion.
15183 (frameset-restore): Doc fixes. Use new function names.
15184 Most changes suggested by Drew Adams <drew.adams@oracle.com>.
15185
15186 2013-08-04 Juanma Barranquero <lekktu@gmail.com>
15187
15188 * desktop.el (desktop-restore-forces-onscreen)
15189 (desktop-restore-reuses-frames): Document :keyword constant values.
15190 (desktop-filter-parameters-alist): Remove, now identical to
15191 frameset-filter-alist.
15192 (desktop--filter-tty*): Remove, moved to frameset.el.
15193 (desktop-save-frameset, desktop-restore-frameset):
15194 Do not pass :filters argument.
15195
15196 * frameset.el (frameset-live-filter-alist)
15197 (frameset-persistent-filter-alist): New variables.
15198 (frameset-filter-alist): Use them. Add autoload cookie.
15199 (frameset-filter-tty-to-GUI): Move from desktop.el and rename.
15200 (frameset--set-id, frameset--reuse-frame): Rename `frame-id' to
15201 `frameset--id' (it's supposed to be internal to frameset.el).
15202 (frameset--process-minibuffer-frames): Ditto. Doc fix.
15203 (frameset--initial-params): New function.
15204 (frameset--get-frame): Use it. Doc fix.
15205 (frameset--move-onscreen): Accept new PRED value for FORCE-ONSCREEN.
15206 Accept :all, not 'all.
15207 (frameset-restore): Add new predicate values for FORCE-ONSCREEN and
15208 FORCE-DISPLAY. Use :keywords for constant arguments to avoid collision
15209 with fbound symbols. Fix frame id matching, and remove matching ids if
15210 the frame being restored is deleted. Obey :delete.
15211
15212 2013-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
15213
15214 * subr.el (macrop): New function.
15215 (text-clone--maintaining): New var.
15216 (text-clone--maintain): Rename from text-clone-maintain. Use it
15217 instead of inhibit-modification-hooks.
15218
15219 * emacs-lisp/nadvice.el (advice--normalize): For aliases to macros, use
15220 a proxy, so as handle autoloads and redefinitions of the target.
15221 (advice--defalias-fset, advice-remove): Use advice--symbol-function.
15222
15223 * emacs-lisp/pcase.el (pcase-mutually-exclusive-predicates):
15224 Remove bogus (arrayp . stringp) pair. Add entries for `vectorp'.
15225 (pcase--mutually-exclusive-p): New function.
15226 (pcase--split-consp): Use it.
15227 (pcase--split-pred): Use it. Optimize the case where `pat' is a qpat
15228 mutually exclusive with the current predicate.
15229
15230 * emacs-lisp/edebug.el (edebug-lookup-function): Remove function.
15231 (edebug-macrop): Remove. Use `macrop' instead.
15232 * emacs-lisp/advice.el (ad-subr-p): Remove. Use `subrp' instead.
15233 (ad-macro-p):
15234 * eshell/esh-cmd.el (eshell-macrop):
15235 * apropos.el (apropos-macrop): Remove. Use `macrop' instead.
15236
15237 2013-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
15238
15239 * emacs-lisp/nadvice.el (advice-function-mapc): Rename from advice-mapc.
15240 (advice-mapc): New function, using it.
15241 (advice-function-member-p): New function.
15242 (advice--normalize): Store the cdr in advice--saved-rewrite since
15243 that's the part that will be changed.
15244 (advice--symbol-function): New function.
15245 (advice-remove): Handle removal before the function is defined.
15246 Adjust to new advice--saved-rewrite.
15247 (advice-member-p): Use advice-function-member-p and
15248 advice--symbol-function.
15249
15250 2013-08-04 Juanma Barranquero <lekktu@gmail.com>
15251
15252 * frameset.el (frameset-p, frameset-save): Fix autoload cookies.
15253 (frameset-filter-minibuffer): Doc fix.
15254 (frameset-restore): Fix autoload cookie. Fix typo in docstring.
15255 (frameset--set-id, frameset--process-minibuffer-frames)
15256 (frameset-restore): Rename parameter `frameset-id' to `frame-id'.
15257 (frameset--reuse-frame): Pass correct frame-id to frameset--find-frame.
15258
15259 * desktop.el (desktop-clear): Only delete frames when called
15260 interactively and desktop-restore-frames is non-nil. Doc fix.
15261 (desktop-read): Set desktop-saved-frameset to nil.
15262
15263 2013-08-04 Xue Fuqiao <xfq.free@gmail.com>
15264
15265 * vc/vc.el (vc-ignore): Rewrite.
15266 (vc-default-ignore-completion-table, vc--read-lines)
15267 (vc--add-line, vc--remove-regexp): New functions.
15268
15269 * vc/vc-svn.el (vc-svn-ignore): Doc fix.
15270 (vc-svn-ignore-completion-table): New function.
15271
15272 * vc/vc-hg.el (vc-hg-ignore): Rewrite.
15273 (vc-hg-ignore-completion-table)
15274 (vc-hg-find-ignore-file): New functions.
15275
15276 * vc/vc-git.el (vc-git-ignore): Rewrite.
15277 (vc-git-ignore-completion-table)
15278 (vc-git-find-ignore-file): New functions.
15279
15280 * vc/vc-dir.el (vc-dir-menu-map): Add menu for vc-dir-ignore.
15281
15282 * vc/vc-bzr.el (vc-bzr-ignore): Rewrite.
15283 (vc-bzr-ignore-completion-table)
15284 (vc-bzr-find-ignore-file): New functions.
15285
15286 2013-08-03 Juanma Barranquero <lekktu@gmail.com>
15287
15288 * frameset.el (frameset-prop): New function and setter.
15289 (frameset-save): Do not modify frame list passed by the caller.
15290
15291 2013-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
15292
15293 * emacs-lisp/package.el (package-desc-from-define): Ignore unknown keys.
15294
15295 2013-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
15296
15297 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode)
15298 (easy-mmode-define-navigation): Avoid ((lambda (..) ..) ...).
15299
15300 * custom.el (custom-initialize-default, custom-initialize-set)
15301 (custom-initialize-reset, custom-initialize-changed): Affect the
15302 toplevel-default-value (bug#6275, bug#14586).
15303 * emacs-lisp/advice.el (ad-compile-function): Undo previous workaround
15304 for bug#6275.
15305
15306 2013-08-02 Juanma Barranquero <lekktu@gmail.com>
15307
15308 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
15309 Add cl-def* expressions.
15310
15311 * frameset.el (frameset-filter-params): Fix order of arguments.
15312
15313 2013-08-02 Juanma Barranquero <lekktu@gmail.com>
15314
15315 Move code related to saving frames to frameset.el.
15316 * desktop.el: Require frameset.
15317 (desktop-restore-frames): Doc fix.
15318 (desktop-restore-reuses-frames): Rename from
15319 desktop-restoring-reuses-frames.
15320 (desktop-saved-frameset): Rename from desktop-saved-frame-states.
15321 (desktop-clear): Clear frames too.
15322 (desktop-filter-parameters-alist): Set from frameset-filter-alist.
15323 (desktop--filter-tty*, desktop-save, desktop-read):
15324 Use frameset functions.
15325 (desktop-before-saving-frames-functions, desktop--filter-*-color)
15326 (desktop--filter-minibuffer, desktop--filter-restore-desktop-parm)
15327 (desktop--filter-save-desktop-parm, desktop--filter-iconified-position)
15328 (desktop-restore-in-original-display-p, desktop--filter-frame-parms)
15329 (desktop--process-minibuffer-frames, desktop-save-frames)
15330 (desktop--reuse-list, desktop--compute-pos, desktop--move-onscreen)
15331 (desktop--find-frame, desktop--select-frame, desktop--make-frame)
15332 (desktop--sort-states, desktop-restoring-frames-p)
15333 (desktop-restore-frames): Remove. Most code moved to frameset.el.
15334 (desktop-restoring-frameset-p, desktop-restore-frameset)
15335 (desktop--check-dont-save, desktop-save-frameset): New functions.
15336 (desktop--app-id): New constant.
15337 (desktop-first-buffer, desktop-buffer-ok-count)
15338 (desktop-buffer-fail-count): Move before first use.
15339 * frameset.el: New file.
15340
15341 2013-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
15342
15343 * files.el: Use lexical-binding.
15344 (dir-locals-read-from-file): Remove unused `err' variable.
15345 (hack-dir-local-variables--warned-coding): New var.
15346 (hack-dir-local-variables): Use it to avoid repeated warnings.
15347 (make-backup-file-name--default-function): New function.
15348 (make-backup-file-name-function): Use it as default.
15349 (buffer-stale--default-function): New function.
15350 (buffer-stale-function): Use it as default.
15351 (revert-buffer-insert-file-contents--default-function): New function.
15352 (revert-buffer-insert-file-contents-function): Use it as default.
15353 (insert-directory): Avoid add-to-list.
15354
15355 * autorevert.el (auto-revert-handler): Simplify.
15356 Use buffer-stale--default-function.
15357
15358 2013-08-01 Tassilo Horn <tsdh@gnu.org>
15359
15360 * speedbar.el (speedbar-query-confirmation-method): Doc fix.
15361
15362 * whitespace.el (whitespace-ensure-local-variables): New function.
15363 (whitespace-cleanup-region): Call it.
15364 (whitespace-turn-on): Call it.
15365
15366 2013-08-01 Michael Albinus <michael.albinus@gmx.de>
15367
15368 Complete file name handlers.
15369
15370 * net/tramp.el (tramp-handle-set-visited-file-modtime)
15371 (tramp-handle-verify-visited-file-modtime)
15372 (tramp-handle-file-notify-rm-watch): New functions.
15373 (tramp-call-process): Do not bind `default-directory'.
15374
15375 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
15376 Order alphabetically.
15377 <access-file, add-name-to-file, dired-call-process>:
15378 <dired-compress-file, file-acl, file-notify-rm-watch>:
15379 <file-ownership-preserved-p, file-selinux-context>:
15380 <make-directory-internal, make-symbolic-link, set-file-acl>:
15381 <set-file-selinux-context, set-visited-file-modtime>:
15382 <verify-visited-file-modtime>: Add handler.
15383 (tramp-adb-handle-write-region): Apply `set-visited-file-modtime'.
15384
15385 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist)
15386 <file-notify-add-watch, file-notify-rm-watch>:
15387 <set-file-times, set-visited-file-modtime>:
15388 <verify-visited-file-modtime>: Add handler.
15389 (with-tramp-gvfs-error-message)
15390 (tramp-gvfs-handle-set-visited-file-modtime)
15391 (tramp-gvfs-fuse-file-name): Remove.
15392 (tramp-gvfs-handle-file-notify-add-watch)
15393 (tramp-gvfs-file-gvfs-monitor-file-process-filter): New defuns.
15394 (tramp-gvfs-handle-write-region): Fix error in moving tmpfile.
15395
15396 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
15397 Order alphabetically.
15398 <file-notify-rm-watch>: Use default Tramp handler.
15399 <executable-find>: Remove private handler.
15400 (tramp-do-copy-or-rename-file-out-of-band): Do not bind
15401 `default-directory'.
15402 (tramp-sh-handle-executable-find)
15403 (tramp-sh-handle-file-notify-rm-watch): Remove functions.
15404 (tramp-sh-file-gvfs-monitor-dir-process-filter)
15405 (tramp-sh-file-inotifywait-process-filter, tramp-set-remote-path):
15406 Do not use `format' in `tramp-message'.
15407
15408 * net/tramp-smb.el (tramp-smb-file-name-handler-alist)
15409 <file-notify-rm-watch, set-visited-file-modtime>:
15410 <verify-visited-file-modtime>: Add handler.
15411 (tramp-smb-call-winexe): Do not bind `default-directory'.
15412
15413 2013-08-01 Xue Fuqiao <xfq.free@gmail.com>
15414
15415 * vc/vc-hooks.el (vc-menu-map): Fix menu entry for vc-ignore.
15416
15417 2013-07-31 Dmitry Gutov <dgutov@yandex.ru>
15418
15419 * vc/log-view.el (log-view-diff): Extract `log-view-diff-common',
15420 use it.
15421 (log-view-diff-changeset): Same.
15422 (log-view-diff-common): Call backend command `previous-revision'
15423 to find out the previous revision, in both cases. Swap the
15424 variables `to' and `fr', so that `fr' usually refers to the
15425 earlier revision (Bug#14989).
15426
15427 2013-07-31 Kan-Ru Chen <kanru@kanru.info>
15428
15429 * ibuf-ext.el (ibuffer-filter-by-filename):
15430 Make it work with dired buffers too.
15431
15432 2013-07-31 Dmitry Antipov <dmantipov@yandex.ru>
15433
15434 * emacs-lisp/re-builder.el (reb-color-display-p):
15435 * files.el (save-buffers-kill-terminal):
15436 * net/browse-url.el (browse-url):
15437 * server.el (server-save-buffers-kill-terminal):
15438 * textmodes/reftex-toc.el (reftex-toc, reftex-toc-revert):
15439 Prefer nil to selected-frame for the first arg of frame-parameter.
15440
15441 2013-07-31 Xue Fuqiao <xfq.free@gmail.com>
15442
15443 * vc/vc-hooks.el (vc-menu-map): Add menu entry for vc-ignore.
15444
15445 2013-07-30 Stephen Berman <stephen.berman@gmx.net>
15446
15447 * minibuffer.el (completion--twq-all): Try and preserve each
15448 completion's case choice (bug#14907).
15449
15450 2013-07-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
15451
15452 * net/network-stream.el (open-network-stream): Mention the new
15453 :nogreeting parameter.
15454 (network-stream-open-starttls): Use the :nogreeting parameter
15455 (bug#14938).
15456
15457 * net/shr.el (shr-mouse-browse-url): Remove and use `shr-browse-url'.
15458
15459 * net/eww.el (eww-setup-buffer): Switching to the buffer seems
15460 more natural than popping.
15461
15462 * net/shr.el (shr-urlify): Put `follow-link' on URLs (bug#14815).
15463 (shr-urlify): Highlight under mouse.
15464
15465 2013-07-30 Xue Fuqiao <xfq.free@gmail.com>
15466
15467 * vc/vc-hooks.el (vc-prefix-map): Add key binding for vc-ignore.
15468
15469 * vc/vc-dir.el (vc-dir-mode-map): Change key binding for vc-dir-ignore.
15470
15471 * vc/vc-svn.el (vc-svn-ignore): Remove `interactive'. Use `*vc*'
15472 buffer for output.
15473
15474 * vc/vc-hg.el (vc-hg-ignore): Remove `interactive'. Do not assume
15475 point-min==1. Fix search string. Fix parentheses missing.
15476
15477 * vc/vc-git.el (vc-git-ignore): Remove `interactive'. Do not
15478 assume point-min==1. Fix search string. Fix parentheses missing.
15479
15480 * vc/vc-cvs.el (vc-cvs-ignore): Remove `interactive'.
15481
15482 * vc/vc-bzr.el (vc-bzr-ignore): Remove `interactive'. Use `*vc*'
15483 buffer for output.
15484
15485 2013-07-29 Eli Zaretskii <eliz@gnu.org>
15486
15487 * frame.el (frame-notice-user-settings): Avoid inflooping when the
15488 initial frame is minibuffer-less. (Bug#14841)
15489
15490 2013-07-29 Michael Albinus <michael.albinus@gmx.de>
15491
15492 * net/tramp.el (tramp-use-ssh-controlmaster-options): New customer
15493 option.
15494
15495 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
15496 (tramp-maybe-open-connection): Use it.
15497
15498 2013-07-28 Juanma Barranquero <lekktu@gmail.com>
15499
15500 * desktop.el (desktop--make-frame): Include `minibuffer' in the
15501 minimal set of parameters passed when creating a frame, because
15502 the minibuffer status of a frame cannot be changed later.
15503
15504 2013-07-28 Stephen Berman <stephen.berman@gmx.net>
15505
15506 * calendar/todo-mode.el (todo-rename-file): Fix incorrect use of
15507 replace-regexp-in-string and inadvertent omissions in previous change.
15508 (todo-filter-items): Ensure only file names are comma-separated in
15509 name of filtered items buffer.
15510
15511 2013-07-28 Juanma Barranquero <lekktu@gmail.com>
15512
15513 * desktop.el: Optionally force offscreen frames back onscreen.
15514 (desktop-restoring-reuses-frames): New option.
15515 (desktop--compute-pos, desktop--move-onscreen): New functions.
15516 (desktop--make-frame): Use desktop--move-onscreen.
15517
15518 2013-07-27 Alan Mackenzie <acm@muc.de>
15519
15520 Fontify a Java generic method as a function.
15521 * progmodes/cc-langs.el (c-recognize-<>-arglists): Set the Java
15522 value to t.
15523
15524 2013-07-27 Stephen Berman <stephen.berman@gmx.net>
15525
15526 * calendar/todo-mode.el: Add command to rename todo files.
15527 (todo-rename-file): New command.
15528 (todo-key-bindings-t): Add key binding for it. Change the
15529 bindings of todo-filter-regexp-items(-multifile) to use `x'
15530 instead of `r', since the latter is better suited to the new
15531 renaming command.
15532
15533 2013-07-27 Alan Mackenzie <acm@muc.de>
15534
15535 Make Java try-with-resources statement parse properly.
15536 * progmodes/cc-langs.el (c-block-stmt-1-2-kwds)
15537 (c-block-stmt-1-2-key): New language constants/variables.
15538 * progmodes/cc-engine.el (c-beginning-of-statement-1)
15539 (c-after-conditional): Adapt to deal with c-block-stmt-1-2-key.
15540 * progmodes/cc-fonts.el (c-font-lock-declarations): Adapt to deal
15541 with c-block-stmt-1-2-key.
15542
15543 2013-07-27 Juanma Barranquero <lekktu@gmail.com>
15544
15545 * desktop.el (desktop--make-frame): Apply most frame parameters after
15546 creating the frame to force (partially or totally) offscreen frames to
15547 be restored as such.
15548
15549 2013-07-26 Xue Fuqiao <xfq.free@gmail.com>
15550
15551 * vc/vc-dir.el (vc-dir-mode-map): Add binding for vc-root-diff.
15552 (Bug#14948)
15553
15554 2013-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
15555
15556 * emacs-lisp/nadvice.el (advice--called-interactively-skip): Use the new
15557 `base' arg of backtrace-frame.
15558
15559 2013-07-26 Eli Zaretskii <eliz@gnu.org>
15560
15561 * simple.el (list-processes): Doc fix.
15562
15563 2013-07-26 Juanma Barranquero <lekktu@gmail.com>
15564
15565 * desktop.el (desktop--select-frame):
15566 Try harder to reuse existing frames.
15567
15568 2013-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
15569
15570 * emacs-lisp/edebug.el: Use backtrace-eval to handle lexical variables.
15571 (edebug-eval): Use backtrace-eval.
15572 (edebug--display, edebug--recursive-edit): Don't let-bind the
15573 edebug-outer-* vars that keep track of variables we locally let-bind.
15574 (edebug-outside-excursion): Don't restore outside values of locally
15575 let-bound vars.
15576 (edebug--display): Use user-error.
15577 (cl-lexical-debug, cl-debug-env): Remove.
15578
15579 2013-07-26 Juanma Barranquero <lekktu@gmail.com>
15580
15581 * desktop.el (desktop-restore-frames): Call `sit-for' once all frames
15582 are restored to be sure that they are visible before deleting any
15583 remaining ones.
15584
15585 2013-07-26 Matthias Meulien <orontee@gmail.com>
15586
15587 * vc/vc-dir.el (vc-dir-mode-map): Add binding for
15588 vc-print-root-log. (Bug#14948)
15589
15590 2013-07-26 Richard Stallman <rms@gnu.org>
15591
15592 Add aliases for encrypting mail.
15593 * epa.el (epa-mail-aliases): New option.
15594 * epa-mail.el (epa-mail-encrypt): Rewrite to be callable from programs.
15595 Bind inhibit-read-only so read-only text doesn't ruin everything.
15596 (epa-mail-default-recipients): New subroutine broken out.
15597 Handle epa-mail-aliases.
15598
15599 2013-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
15600
15601 Add support for lexical variables to the debugger's `e' command.
15602 * emacs-lisp/debug.el (debug): Don't let-bind the debugger-outer-*
15603 vars, except for debugger-outer-match-data.
15604 (debugger-frame-number): Move check for "on a function call" from
15605 callers into it. Add `skip-base' argument.
15606 (debugger-frame, debugger-frame-clear): Simplify accordingly.
15607 (debugger-env-macro): Only reset the state stored in non-variables,
15608 i.e. current-buffer and match-data.
15609 (debugger-eval-expression): Rewrite using backtrace-eval.
15610 * subr.el (internal--called-interactively-p--get-frame): Remove.
15611 (called-interactively-p):
15612 * emacs-lisp/edebug.el (edebug--called-interactively-skip): Use the new
15613 `base' arg of backtrace-frame instead.
15614
15615 2013-07-26 Glenn Morris <rgm@gnu.org>
15616
15617 * align.el (align-regexp): Doc fix. (Bug#14857)
15618 (align-region): Explicit error if subexpression missing/does not match.
15619
15620 * simple.el (global-visual-line-mode):
15621 Do not duplicate the mode lighter. (Bug#14858)
15622
15623 2013-07-25 Martin Rudalics <rudalics@gmx.at>
15624
15625 * window.el (display-buffer): In display-buffer bind
15626 split-window-keep-point to t, bug#14829.
15627
15628 2013-07-25 Juanma Barranquero <lekktu@gmail.com>
15629
15630 * desktop.el: Rename internal "desktop-X" frame params to "desktop--X".
15631 (desktop-filter-parameters-alist, desktop--filter-restore-desktop-parm)
15632 (desktop--filter-save-desktop-parm, desktop--process-minibuffer-frames)
15633 (desktop--select-frame, desktop--sort-states, desktop-restore-frames):
15634 Change accordingly.
15635 (desktop--select-frame, desktop--sort-states, desktop-restore-frames):
15636 Use pcase-let, pcase-let* to deobfuscate access to desktop--mini values.
15637
15638 2013-07-25 Glenn Morris <rgm@gnu.org>
15639
15640 * dired-x.el (dired-mark-extension): Convert comment to doc string.
15641
15642 2013-07-25 Juanma Barranquero <lekktu@gmail.com>
15643
15644 * desktop.el (desktop--make-frame): Do not pass the `fullscreen'
15645 parameter to modify-frame-parameters if the value has not changed;
15646 this is a workaround for bug#14949.
15647 (desktop--make-frame): On cl-delete-if call, check parameter name,
15648 not full parameter.
15649
15650 2013-07-30 Xue Fuqiao <xfq.free@gmail.com>
15651
15652 * vc/vc.el (vc-ignore): New function.
15653
15654 * vc/vc-svn.el (vc-svn-ignore): New function.
15655
15656 * vc/vc-hg.el (vc-hg-ignore): New function.
15657
15658 * vc/vc-git.el (vc-git-ignore): New function.
15659
15660 * vc/vc-dir.el (vc-dir-mode-map): Add key binding for vc-dir-ignore
15661 (vc-dir-ignore): New function.
15662
15663 * vc/vc-cvs.el (vc-cvs-ignore): New function.
15664 (cvs-append-to-ignore): Move here from pcvs.el.
15665
15666 * vc/vc-bzr.el (vc-bzr-ignore): New function.
15667
15668 * vc/pcvs.el (vc-cvs): Require 'vc-cvs.
15669
15670 2013-07-24 Juanma Barranquero <lekktu@gmail.com>
15671
15672 * desktop.el (desktop-restoring-frames-p): Return a true boolean.
15673 (desktop-restore-frames): Warn when deleting an existing frame failed.
15674
15675 2013-07-24 Glenn Morris <rgm@gnu.org>
15676
15677 * ffap.el (ffap-machine-p): Handle "not known" response. (Bug#14929)
15678
15679 2013-07-24 Michael Albinus <michael.albinus@gmx.de>
15680
15681 * filenotify.el (file-notify-supported-p):
15682 * net/tramp-sh.el (tramp-sh-handle-file-notify-supported-p):
15683 Remove functions.
15684
15685 * autorevert.el (auto-revert-use-notify)
15686 (auto-revert-notify-add-watch):
15687 * net/tramp.el (tramp-file-name-for-operation):
15688 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
15689 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
15690 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
15691 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
15692 Remove `file-notify-supported-p' entry.
15693
15694 2013-07-24 Glenn Morris <rgm@gnu.org>
15695
15696 * printing.el: Replace all uses of deleted ps-windows-system,
15697 ps-lp-system, ps-flatten-list with lpr- versions.
15698
15699 2013-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
15700
15701 * emacs-lisp/pcase.el (pcase--u1): Verify if self-quoting values can be
15702 checked with memq (bug#14935).
15703
15704 * files.el (revert-buffer-function): Use a non-nil default.
15705 (revert-buffer-preserve-modes): Declare var to
15706 provide access to the `preserve-modes' argument.
15707 (revert-buffer): Let-bind it.
15708 (revert-buffer--default): New function, extracted from revert-buffer.
15709
15710 2013-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
15711
15712 * lpr.el: Signal print errors more prominently.
15713 (print-region-function): Don't default to nil.
15714 (lpr-print-region): New function, extracted from print-region-1.
15715 Check lpr's return value and signal an error in case of problem.
15716 (print-region-1): Use it.
15717 * ps-print.el (ps-windows-system, ps-lp-system): Remove. Use the lpr-*
15718 versions instead.
15719 (ps-printer-name): Default to nil.
15720 (ps-printer-name-option): Default to lpr-printer-switch.
15721 (ps-print-region-function): Don't default to nil.
15722 (ps-postscript-code-directory): Simplify default.
15723 (ps-do-despool): Use lpr-print-region to properly check the outcome.
15724 (ps-string-list, ps-eval-switch, ps-flatten-list)
15725 (ps-flatten-list-1): Remove.
15726 (ps-multibyte-buffer): Avoid setq.
15727 * dos-w32.el (direct-print-region-helper): Use proper regexp operators.
15728 (print-region-function, ps-print-region-function): Don't set them here.
15729
15730 2013-07-24 Xue Fuqiao <xfq.free@gmail.com>
15731
15732 * ido.el (ido-fractionp, ido-cache-ftp-work-directory-time)
15733 (ido-max-prospects, ido-mode, ido-max-file-prompt-width)
15734 (ido-unc-hosts-cache, ido-max-directory-size, ido-max-dir-file-cache)
15735 (ido-decorations): Doc fix.
15736
15737 * ansi-color.el: Fix old URL.
15738
15739 2013-07-23 Michael R. Mauger <michael@mauger.com>
15740
15741 * progmodes/sql.el: Version 3.3
15742 (sql-product-alist): Improve oracle :prompt-cont-regexp.
15743 (sql-starts-with-prompt-re, sql-ends-with-prompt-re): New functions.
15744 (sql-interactive-remove-continuation-prompt): Rewrite, use
15745 functions above. Fix continuation prompt and complete output line
15746 handling.
15747 (sql-redirect-one, sql-execute): Use `read-only-mode' on
15748 redirected output buffer.
15749 (sql-mode): Restore deleted code (Bug#13591).
15750
15751 2013-07-23 Juanma Barranquero <lekktu@gmail.com>
15752
15753 * desktop.el (desktop-clear, desktop-list*): Fix previous change.
15754
15755 2013-07-23 Michael Albinus <michael.albinus@gmx.de>
15756
15757 * net/tramp.el (tramp-handle-file-notify-add-watch): New defun.
15758
15759 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
15760 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
15761 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Use it.
15762
15763 2013-07-23 Juanma Barranquero <lekktu@gmail.com>
15764
15765 * desktop.el (desktop-clear): Simplify; remove useless checks
15766 against invalid buffer names.
15767 (desktop-list*): Use cl-list*.
15768 (desktop-buffer-info, desktop-create-buffer): Simplify.
15769
15770 2013-07-23 Leo Liu <sdl.web@gmail.com>
15771
15772 * bookmark.el (bookmark-make-record): Restore NAME as a default
15773 value. (Bug#14933)
15774
15775 2013-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
15776
15777 * emacs-lisp/autoload.el (autoload--setup-output): New function,
15778 extracted from autoload--insert-text.
15779 (autoload--insert-text): Remove.
15780 (autoload--print-cookie-text): New function, extracted from
15781 autoload--insert-cookie-text.
15782 (autoload--insert-cookie-text): Remove.
15783 (autoload-generate-file-autoloads): Adjust calls accordingly.
15784
15785 * winner.el (winner-hook-installed-p): Remove.
15786 (winner-mode): Simplify accordingly.
15787
15788 * subr.el (add-to-list): Fix compiler-macro when `append' is
15789 not constant. Don't use `cl-member' for the base case.
15790
15791 * progmodes/subword.el: Fix boundary case (bug#13758).
15792 (subword-forward-regexp): Make it a constant. Wrap optional \\W in its
15793 own group.
15794 (subword-backward-regexp): Make it a constant.
15795 (subword-forward-internal): Don't treat a trailing capital as the
15796 beginning of a word.
15797
15798 2013-07-22 Ari Roponen <ari.roponen@gmail.com> (tiny change)
15799
15800 * emacs-lisp/package.el (package-menu-mode): Don't modify the
15801 global value of tabulated-list-revert-hook (bug#14930).
15802
15803 2013-07-22 Juanma Barranquero <lekktu@gmail.com>
15804
15805 * desktop.el: Require 'cl-lib.
15806 (desktop-before-saving-frames-functions): New hook.
15807 (desktop--process-minibuffer-frames): Set desktop-mini parameter only
15808 for frames being saved. Rename from desktop--save-minibuffer-frames.
15809 (desktop-save-frames): Run hook desktop-before-saving-frames-functions.
15810 Do not save frames with non-nil `desktop-dont-save' parameter.
15811 Filter out deleted frames.
15812 (desktop--find-frame): Use cl-find-if.
15813 (desktop--select-frame): Use cl-(first|second|third) to access values
15814 of desktop-mini.
15815 (desktop--make-frame): Use cl-delete-if.
15816 (desktop--sort-states): Fix sorting of minibuffer-owning frames.
15817 (desktop-restore-frames): Use cl-(first|second|third) to access values
15818 of desktop-mini. Look for visible frame at the end, not while
15819 restoring frames.
15820
15821 * dired-x.el (dired-mark-unmarked-files, dired-virtual)
15822 (dired-guess-default, dired-mark-sexp, dired-filename-at-point):
15823 Use string-match-p, looking-at-p (bug#14927).
15824
15825 2013-07-21 Juanma Barranquero <lekktu@gmail.com>
15826
15827 * desktop.el (desktop-saved-frame-states):
15828 Rename from desktop--saved-states; all users changed.
15829 (desktop-save-frames): Rename from desktop--save-frames.
15830 Do not save state to desktop file.
15831 (desktop-save): Save desktop-saved-frame-states to desktop file
15832 and reset to nil.
15833 (desktop-restoring-frames-p): New function.
15834 (desktop-restore-frames): Use it. Rename from desktop--restore-frames.
15835 (desktop-read): Use desktop-restoring-frames-p. Do not try to fix
15836 buffer-lists when restoring frames. Suggested by Martin Rudalics.
15837
15838 * desktop.el: Correctly restore iconified frames.
15839 (desktop--filter-iconified-position): New function.
15840 (desktop-filter-parameters-alist): Add entries for `top' and `left'.
15841
15842 2013-07-20 Glenn Morris <rgm@gnu.org>
15843
15844 * progmodes/gdb-mi.el (gdb-delete-handler, gdb-stopped):
15845 Let `message' do the formatting.
15846 (def-gdb-preempt-display-buffer): Add explicit format.
15847
15848 * image-dired.el (image-dired-track-original-file):
15849 Use with-current-buffer.
15850 (image-dired-track-thumbnail): Use with-current-buffer.
15851 Avoid changing point of wrong window.
15852
15853 * image-dired.el (image-dired-track-original-file):
15854 Avoid changing point of wrong window. (Bug#14909)
15855
15856 2013-07-20 Richard Copley <rcopley@gmail.com> (tiny change)
15857
15858 * progmodes/gdb-mi.el (gdb-done-or-error):
15859 Guard against "%" in gdb output. (Bug#14127)
15860
15861 2013-07-20 Andreas Schwab <schwab@linux-m68k.org>
15862
15863 * progmodes/sh-script.el (sh-read-variable): Remove interactive spec.
15864 (Bug#14826)
15865
15866 * international/mule.el (coding-system-iso-2022-flags): Fix last
15867 change.
15868
15869 2013-07-20 Kenichi Handa <handa@gnu.org>
15870
15871 * international/mule.el (coding-system-iso-2022-flags):
15872 Add `8-bit-level-4'. (Bug#8522)
15873
15874 2013-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
15875
15876 * net/shr.el (shr-mouse-browse-url): New command and keystroke
15877 (bug#14815).
15878
15879 * net/eww.el (eww-process-text-input): Allow inputting when the
15880 point is at the start of the line, as the properties aren't
15881 front-sticky.
15882
15883 * net/shr.el (shr-make-table-1): Ensure that we don't infloop on
15884 degenerate widths.
15885
15886 2013-07-19 Richard Stallman <rms@gnu.org>
15887
15888 * epa.el (epa-popup-info-window): Doc fix.
15889
15890 * subr.el (split-string): New arg TRIM.
15891
15892 2013-07-18 Juanma Barranquero <lekktu@gmail.com>
15893
15894 * frame.el (blink-cursor-timer-function, blink-cursor-suspend):
15895 Add check for W32 (followup to 2013-07-16T11:41:06Z!jan.h.d@swipnet.se).
15896
15897 2013-07-18 Michael Albinus <michael.albinus@gmx.de>
15898
15899 * filenotify.el (file-notify--library): Rename from
15900 `file-notify-support'. Do not autoload. Adapt all uses.
15901 (file-notify-supported-p): New defun.
15902
15903 * autorevert.el (auto-revert-use-notify):
15904 Use `file-notify-supported-p' instead of `file-notify-support'.
15905 Adapt docstring.
15906 (auto-revert-notify-add-watch): Use `file-notify-supported-p'.
15907
15908 * net/tramp.el (tramp-file-name-for-operation):
15909 Add `file-notify-supported-p'.
15910
15911 * net/tramp-sh.el (tramp-sh-handle-file-notify-supported-p):
15912 New defun.
15913 (tramp-sh-file-name-handler-alist): Add it as handler for
15914 `file-notify-supported-p '.
15915
15916 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
15917 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
15918 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
15919 Add `ignore' as handler for `file-notify-*' functions.
15920
15921 2013-07-17 Eli Zaretskii <eliz@gnu.org>
15922
15923 * simple.el (line-move-partial, line-move): Don't start vscroll or
15924 scroll-up if the current line is not taller than the window.
15925 (Bug#14881)
15926
15927 2013-07-16 Dmitry Gutov <dgutov@yandex.ru>
15928
15929 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Do not
15930 highlight question marks in the method names as strings.
15931 (ruby-block-beg-keywords): Inline.
15932 (ruby-font-lock-keyword-beg-re): Extract from
15933 `ruby-font-lock-keywords'.
15934
15935 2013-07-16 Jan Djärv <jan.h.d@swipnet.se>
15936
15937 * frame.el (blink-cursor-blinks): New defcustom.
15938 (blink-cursor-blinks-done): New defvar.
15939 (blink-cursor-start): Set blink-cursor-blinks-done to 1.
15940 (blink-cursor-timer-function): Check if number of blinks has been
15941 done on X and NS.
15942 (blink-cursor-suspend, blink-cursor-check): New defuns.
15943
15944 2013-07-15 Glenn Morris <rgm@gnu.org>
15945
15946 * edmacro.el (edmacro-format-keys): Fix previous change.
15947
15948 2013-07-15 Paul Eggert <eggert@cs.ucla.edu>
15949
15950 * shell.el (explicit-bash-args): Remove obsolete hack for Bash 1.x.
15951 The hack didn't work outside English locales anyway.
15952
15953 2013-07-15 Juanma Barranquero <lekktu@gmail.com>
15954
15955 * simple.el (define-alternatives): Rename from alternatives-define,
15956 per RMS' suggestion.
15957
15958 2013-07-14 Juanma Barranquero <lekktu@gmail.com>
15959
15960 * desktop.el (desktop-restore-frames): Change default to t.
15961 (desktop-restore-in-current-display): Now offer more options.
15962 (desktop-restoring-reuses-frames): New customization option.
15963 (desktop--saved-states): Doc fix.
15964 (desktop-filter-parameters-alist): New variable, renamed and expanded
15965 from desktop--excluded-frame-parameters.
15966 (desktop--target-display): New variable.
15967 (desktop-switch-to-gui-p, desktop-switch-to-tty-p)
15968 (desktop--filter-tty*, desktop--filter-*-color)
15969 (desktop--filter-minibuffer, desktop--filter-restore-desktop-parm)
15970 (desktop--filter-save-desktop-parm)
15971 (desktop-restore-in-original-display-p): New functions.
15972 (desktop--filter-frame-parms): Use new desktop-filter-parameters-alist.
15973 (desktop--save-minibuffer-frames): New function, inspired by a similar
15974 function from Martin Rudalics.
15975 (desktop--save-frames): Call it; play nice with desktop-globals-to-save.
15976 (desktop--restore-in-this-display-p): Remove.
15977 (desktop--find-frame): Rename from desktop--find-frame-in-display
15978 and add predicate argument.
15979 (desktop--make-full-frame): Remove, integrated into desktop--make-frame.
15980 (desktop--reuse-list): New variable.
15981 (desktop--select-frame, desktop--make-frame, desktop--sort-states):
15982 New functions.
15983 (desktop--restore-frames): Add support for "minibuffer-special" frames.
15984
15985 2013-07-14 Michael Albinus <michael.albinus@gmx.de>
15986
15987 * net/tramp-sh.el (tramp-sh-handle-vc-registered): Use `ignore-error'.
15988
15989 2013-07-13 Dmitry Gutov <dgutov@yandex.ru>
15990
15991 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
15992 Highlight conversion methods on Kernel.
15993
15994 2013-07-13 Alan Mackenzie <acm@muc.de>
15995
15996 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Label CASE 13
15997 and comment it out. This out-commenting enables certain C++
15998 declarations to be parsed correctly.
15999
16000 2013-07-13 Eli Zaretskii <eliz@gnu.org>
16001
16002 * international/mule.el (define-coding-system): Doc fix.
16003
16004 * simple.el (default-font-height): Don't call font-info if the
16005 frame's default font didn't change since the frame was created.
16006 (Bug#14838)
16007
16008 2013-07-13 Leo Liu <sdl.web@gmail.com>
16009
16010 * ido.el (ido-read-file-name): Guard against non-symbol value.
16011
16012 2013-07-13 Fabián Ezequiel Gallina <fgallina@gnu.org>
16013
16014 * progmodes/python.el (python-imenu--build-tree): Fix corner case
16015 in nested defuns.
16016
16017 2013-07-13 Leo Liu <sdl.web@gmail.com>
16018
16019 * ido.el (ido-exhibit): Handle ido-enter-matching-directory before
16020 ido-set-matches call. (Bug#6852)
16021
16022 2013-07-12 Dmitry Gutov <dgutov@yandex.ru>
16023
16024 * progmodes/ruby-mode.el (ruby-percent-literals-beg-re)
16025 (ruby-syntax-expansion-allowed-p): Support array of symbols, for
16026 Ruby 2.0.
16027 (ruby-font-lock-keywords): Distinguish calls to functions with
16028 module-like names from module references. Highlight character
16029 literals.
16030
16031 2013-07-12 Sergio Durigan Junior <sergiodj@riseup.net> (tiny change)
16032
16033 * progmodes/gdb-mi.el (gdb-strip-string-backslash): New function.
16034 (gdb-send): Handle continued commands. (Bug#14847)
16035
16036 2013-07-12 Juanma Barranquero <lekktu@gmail.com>
16037
16038 * desktop.el (desktop--v2s): Remove unused local variable.
16039 (desktop-save-buffer): Make defvar-local; adjust docstring.
16040 (desktop-auto-save-timeout, desktop-owner): Use ignore-errors.
16041 (desktop-clear, desktop-save-buffer-p): Use string-match-p.
16042
16043 2013-07-12 Andreas Schwab <schwab@linux-m68k.org>
16044
16045 * emacs-lisp/map-ynp.el (map-y-or-n-p): Fix last change.
16046
16047 2013-07-12 Eli Zaretskii <eliz@gnu.org>
16048
16049 * simple.el (next-line, previous-line): Document TRY-VSCROLL and ARG.
16050 (Bug#14842)
16051
16052 2013-07-12 Glenn Morris <rgm@gnu.org>
16053
16054 * doc-view.el: Require cl-lib at runtime too.
16055 (doc-view-remove-if): Remove.
16056 (doc-view-search-next-match, doc-view-search-previous-match):
16057 Use cl-remove-if.
16058
16059 * edmacro.el: Require cl-lib at runtime too.
16060 (edmacro-format-keys, edmacro-parse-keys): Use cl-mismatch, cl-subseq.
16061 (edmacro-mismatch, edmacro-subseq): Remove.
16062
16063 * shadowfile.el: Require cl-lib.
16064 (shadow-remove-if): Remove.
16065 (shadow-set-cluster, shadow-shadows-of-1, shadow-remove-from-todo):
16066 Use cl-remove-if.
16067
16068 * wid-edit.el: Require cl-lib.
16069 (widget-choose): Use cl-remove-if.
16070 (widget-remove-if): Remove.
16071
16072 * progmodes/ebrowse.el: Require cl-lib at runtime too.
16073 (ebrowse-delete-if-not): Remove.
16074 (ebrowse-browser-buffer-list, ebrowse-member-buffer-list)
16075 (ebrowse-tree-buffer-list, ebrowse-same-tree-member-buffer-list):
16076 Use cl-delete-if-not.
16077
16078 2013-07-12 Juanma Barranquero <lekktu@gmail.com>
16079
16080 * emacs-lisp/cl-macs.el (cl-multiple-value-bind, cl-multiple-value-setq)
16081 (cl-the, cl-declare, cl-defstruct): Fix typos in docstrings.
16082
16083 2013-07-12 Leo Liu <sdl.web@gmail.com>
16084
16085 * ido.el (dired-do-copy, dired): Set 'ido property. (Bug#11954)
16086
16087 2013-07-11 Glenn Morris <rgm@gnu.org>
16088
16089 * emacs-lisp/edebug.el: Require cl-lib at run-time too.
16090 (edebug-gensym-index, edebug-gensym):
16091 Remove reimplementation of cl-gensym.
16092 (edebug-make-enter-wrapper, edebug-make-form-wrapper): Use cl-gensym.
16093
16094 * thumbs.el: Require cl-lib at run-time too.
16095 (thumbs-gensym-counter, thumbs-gensym):
16096 Remove reimplementation of cl-gensym.
16097 (thumbs-temp-file): Use cl-gensym.
16098
16099 * emacs-lisp/ert.el: Require cl-lib at runtime too.
16100 (ert--cl-do-remf, ert--remprop, ert--remove-if-not)
16101 (ert--intersection, ert--set-difference, ert--set-difference-eq)
16102 (ert--union, ert--gensym-counter, ert--gensym-counter)
16103 (ert--coerce-to-vector, ert--remove*, ert--string-position)
16104 (ert--mismatch, ert--subseq): Remove reimplementations of cl funcs.
16105 (ert-make-test-unbound, ert--expand-should-1)
16106 (ert--expand-should, ert--should-error-handle-error)
16107 (should-error, ert--explain-equal-rec)
16108 (ert--plist-difference-explanation, ert-select-tests)
16109 (ert--make-stats, ert--remove-from-list, ert--string-first-line):
16110 Use cl-lib functions rather than reimplementations.
16111
16112 2013-07-11 Michael Albinus <michael.albinus@gmx.de>
16113
16114 * net/tramp.el (tramp-methods): Extend docstring.
16115 (tramp-connection-timeout): New defcustom.
16116 (tramp-error-with-buffer): Reset timestamp only when appropriate.
16117 (with-tramp-progress-reporter): Simplify.
16118 (tramp-process-actions): Improve messages.
16119
16120 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
16121 * net/tramp-sh.el (tramp-maybe-open-connection):
16122 Use `tramp-connection-timeout'.
16123 (tramp-methods) <su, sudo, ksu>: Add method specific timeouts.
16124 (Bug#14808)
16125
16126 2013-07-11 Leo Liu <sdl.web@gmail.com>
16127
16128 * ido.el (ido-read-file-name): Conform to the requirements of
16129 read-file-name. (Bug#11861)
16130 (ido-read-directory-name): Conform to the requirements of
16131 read-directory-name.
16132
16133 2013-07-11 Juanma Barranquero <lekktu@gmail.com>
16134
16135 * subr.el (delay-warning): New function.
16136
16137 2013-07-10 Eli Zaretskii <eliz@gnu.org>
16138
16139 * simple.el (default-line-height): New function.
16140 (line-move-partial, line-move): Use it instead of computing the
16141 line height inline.
16142 (line-move-partial): Always compute ROWH. If the last line is
16143 partially-visible, but its text is completely visible, allow
16144 cursor to enter such a partially-visible line.
16145
16146 2013-07-10 Michael Albinus <michael.albinus@gmx.de>
16147
16148 Improve error messages. (Bug#14808)
16149
16150 * net/tramp.el (tramp-current-connection): New defvar, moved from
16151 tramp-sh.el.
16152 (tramp-message-show-progress-reporter-message): Remove, not
16153 needed anymore.
16154 (tramp-error-with-buffer): Show message in minibuffer.
16155 Discard input before waiting. Reset connection timestamp.
16156 (with-tramp-progress-reporter): Improve messages.
16157 (tramp-process-actions): Use progress reporter. Delete process in
16158 case of error. Improve messages.
16159
16160 * net/tramp-sh.el (tramp-barf-if-no-shell-prompt): Use condition-case.
16161 Call `tramp-error-with-buffer' with vector and buffer.
16162 (tramp-current-connection): Remove.
16163 (tramp-maybe-open-connection): The car of
16164 `tramp-current-connection' are the first 3 slots of the vector.
16165
16166 2013-07-10 Teodor Zlatanov <tzz@lifelogs.com>
16167
16168 * progmodes/cfengine.el (cfengine3-indent-line): Do not indent
16169 inside continued strings.
16170
16171 2013-07-10 Paul Eggert <eggert@cs.ucla.edu>
16172
16173 Timestamp fixes for undo (Bug#14824).
16174 * files.el (clear-visited-file-modtime): Move here from fileio.c.
16175
16176 2013-07-10 Leo Liu <sdl.web@gmail.com>
16177
16178 * files.el (require-final-newline): Allow safe local value.
16179 (Bug#14834)
16180
16181 2013-07-09 Leo Liu <sdl.web@gmail.com>
16182
16183 * ido.el (ido-read-directory-name): Handle fallback.
16184 (ido-read-file-name): Update DIR to ido-current-directory.
16185 (Bug#1516)
16186 (ido-add-virtual-buffers-to-list): Robustify. (Bug#14552)
16187
16188 2013-07-09 Dmitry Gutov <dgutov@yandex.ru>
16189
16190 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Remove extra
16191 "autoload". Remove "warn lower camel case" section, previously
16192 commented out. Highlight negation char. Do not highlight the
16193 target in singleton method definitions.
16194
16195 2013-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
16196
16197 * faces.el (tty-setup-hook): Declare the hook.
16198
16199 * emacs-lisp/pcase.el (pcase--split-pred): Add `vars' argument to try
16200 and detect when a guard/pred depends on local vars (bug#14773).
16201 (pcase--u1): Adjust caller.
16202
16203 2013-07-08 Eli Zaretskii <eliz@gnu.org>
16204
16205 * simple.el (line-move-partial, line-move): Account for
16206 line-spacing.
16207 (line-move-partial): Avoid setting vscroll when the last
16208 partially-visible line in window is of default height.
16209
16210 2013-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
16211
16212 * net/shr.el (shr-map): Reinstate the `u' key binding, since it's
16213 been used a while.
16214
16215 2013-07-07 Juanma Barranquero <lekktu@gmail.com>
16216
16217 * subr.el (read-quoted-char): Remove unused local variable `char'.
16218
16219 2013-07-07 Michael Kifer <kifer@cs.stonybrook.edu>
16220
16221 * vc/ediff.el (ediff-version): Version update.
16222 (ediff-files-command, ediff3-files-command, ediff-merge-command)
16223 (ediff-merge-with-ancestor-command, ediff-directories-command)
16224 (ediff-directories3-command, ediff-merge-directories-command)
16225 (ediff-merge-directories-with-ancestor-command): New functions.
16226 All are command-line interfaces to ediff: to facilitate calling
16227 Emacs with the appropriate ediff functions invoked.
16228
16229 * emulation/viper-cmd.el (viper-del-forward-char-in-insert):
16230 New function.
16231 (viper-save-kill-buffer): Check if buffer is modified.
16232
16233 * emulation/viper.el (viper-version): Version update.
16234 (viper-emacs-state-mode-list): Add egg-status-buffer-mode.
16235
16236 2013-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
16237
16238 * faces.el (tty-run-terminal-initialization): Run new tty-setup-hook.
16239 * emulation/viper-cmd.el (viper-envelop-ESC-key): Remove function.
16240 (viper-intercept-ESC-key): Simplify.
16241 * emulation/viper-keym.el (viper-ESC-key): Make it a constant,
16242 don't use kbd.
16243 * emulation/viper.el (viper--tty-ESC-filter, viper--lookup-key)
16244 (viper-catch-tty-ESC, viper-uncatch-tty-ESC)
16245 (viper-setup-ESC-to-escape): New functions.
16246 (viper-go-away, viper-set-hooks): Call viper-setup-ESC-to-escape.
16247 (viper-set-hooks): Do not modify flyspell-mode-hook. (Bug#13793)
16248
16249 2013-07-07 Eli Zaretskii <eliz@gnu.org>
16250
16251 * simple.el (default-font-height, window-screen-lines):
16252 New functions.
16253 (line-move, line-move-partial): Use them instead of
16254 frame-char-height and window-text-height. This makes scrolling
16255 text smoother when the buffer's default face uses a font that is
16256 different from the frame's default font.
16257
16258 2013-07-06 Jan Djärv <jan.h.d@swipnet.se>
16259
16260 * files.el (write-file): Do not display confirm dialog for NS,
16261 it does its own dialog, which can't be canceled (Bug#14578).
16262
16263 2013-07-06 Eli Zaretskii <eliz@gnu.org>
16264
16265 * simple.el (line-move-partial): Adjust the row returned by
16266 posn-at-point for the current window-vscroll. (Bug#14567)
16267
16268 2013-07-06 Michael Albinus <michael.albinus@gmx.de>
16269
16270 * net/tramp-sh.el (tramp-sh-file-gvfs-monitor-dir-process-filter)
16271 (tramp-sh-file-inotifywait-process-filter): Handle file names with
16272 spaces.
16273
16274 2013-07-06 Martin Rudalics <rudalics@gmx.at>
16275
16276 * window.el (window-state-put-stale-windows): New variable.
16277 (window--state-put-2): Save list of windows without matching buffer.
16278 (window-state-put): Remove "bufferless" windows if possible.
16279
16280 2013-07-06 Juanma Barranquero <lekktu@gmail.com>
16281
16282 * simple.el (alternatives-define): Remove leftover :group keyword.
16283 Tweak docstring.
16284
16285 2013-07-06 Leo Liu <sdl.web@gmail.com>
16286
16287 * ido.el (ido-use-virtual-buffers): Allow new value 'auto.
16288 (ido-enable-virtual-buffers): New variable.
16289 (ido-buffer-internal, ido-toggle-virtual-buffers)
16290 (ido-make-buffer-list): Use it.
16291 (ido-exhibit): Support turning on and off virtual buffers
16292 automatically.
16293
16294 2013-07-06 Juanma Barranquero <lekktu@gmail.com>
16295
16296 * simple.el (alternatives-define): New macro.
16297
16298 2013-07-06 Stefan Monnier <monnier@iro.umontreal.ca>
16299
16300 * subr.el (read-quoted-char): Use read-key.
16301 (sit-for): Let read-event decode tty input (bug#14782).
16302
16303 2013-07-05 Stephen Berman <stephen.berman@gmx.net>
16304
16305 * calendar/todo-mode.el: Add handling of file deletion, both by
16306 mode command and externally. Fix various related bugs.
16307 Clarify Commentary and improve some documentation strings and code.
16308 (todo-delete-file): New command.
16309 (todo-check-file): New function.
16310 (todo-show): Handle external deletion of the file we're trying to
16311 show (bug#14688). Replace called-interactively-p by an optional
16312 prefix argument to avoid problematic interaction with catch form
16313 when byte compiled (bug#14702).
16314 (todo-quit): Handle external deletion of the archive's todo file.
16315 Make sure the buffer that was visiting the archive file is still
16316 live before trying to bury it.
16317 (todo-category-completions): Handle external deletion of any
16318 category completion files.
16319 (todo-jump-to-category, todo-basic-insert-item): Recalculate list
16320 of todo files, in case of external deletion.
16321 (todo-add-file): Replace unnecessary setq by let-binding.
16322 (todo-find-archive): Check whether there are any archives.
16323 Replace unnecessary setq by let-binding.
16324 (todo-archive-done-item): Use find-file-noselect to get the
16325 archive buffer whether or not the archive already exists.
16326 Remove superfluous code. Use file size instead of buffer-file-name to
16327 check if the archive is new; if it is, update list of archives.
16328 (todo-default-todo-file): Allow nil to be a valid value for when
16329 there are no todo files.
16330 (todo-reevaluate-default-file-defcustom): Use corrected definition
16331 of todo-default-todo-file.
16332 (todo-key-bindings-t+a+f): Add key binding for todo-delete-file.
16333 (todo-delete-category, todo-show-categories-table)
16334 (todo-category-number): Clarify comment.
16335 (todo-filter-items): Clarify documentation string.
16336 (todo-show-current-file, todo-display-as-todo-file)
16337 (todo-reset-and-enable-done-separator): Tweak documentation string.
16338 (todo-done-separator): Make separator length window-width, since
16339 bug#2749 is now fixed.
16340
16341 2013-07-05 Michael Albinus <michael.albinus@gmx.de>
16342
16343 * net/tramp-sh.el (tramp-sh-handle-file-notify-add-watch):
16344 Support both "gvfs-monitor-dir" and "inotifywait".
16345 (tramp-sh-file-inotifywait-process-filter): Rename from
16346 `tramp-sh-file-notify-process-filter'.
16347 (tramp-sh-file-gvfs-monitor-dir-process-filter)
16348 (tramp-get-remote-gvfs-monitor-dir): New defuns.
16349
16350 2013-07-05 Leo Liu <sdl.web@gmail.com>
16351
16352 * autoinsert.el (auto-insert-alist): Default to lexical-binding.
16353
16354 2013-07-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16355
16356 * frame.el (display-pixel-height, display-pixel-width)
16357 (display-mm-height, display-mm-width): Mention behavior on
16358 multi-monitor setups in docstrings.
16359 (w32-display-monitor-attributes-list): Declare function.
16360 (display-monitor-attributes-list): Use it.
16361
16362 2013-07-04 Michael Albinus <michael.albinus@gmx.de>
16363
16364 * filenotify.el: New package.
16365
16366 * autorevert.el (top): Require filenotify.el.
16367 (auto-revert-notify-enabled): Remove. Use `file-notify-support'
16368 instead.
16369 (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
16370 (auto-revert-notify-handler): Use `file-notify-*' functions.
16371
16372 * subr.el (file-notify-handle-event): Move function to filenotify.el.
16373
16374 * net/tramp.el (tramp-file-name-for-operation):
16375 Handle `file-notify-add-watch' and `file-notify-rm-watch'.
16376
16377 * net/tramp-sh.el (tramp-sh-file-name-handler-alist): Add handler
16378 for `file-notify-add-watch' and `file-notify-rm-watch'.
16379 (tramp-process-sentinel): Improve trace.
16380 (tramp-sh-handle-file-notify-add-watch)
16381 (tramp-sh-file-notify-process-filter)
16382 (tramp-sh-handle-file-notify-rm-watch)
16383 (tramp-get-remote-inotifywait): New defuns.
16384
16385 2013-07-03 Juri Linkov <juri@jurta.org>
16386
16387 * buff-menu.el (Buffer-menu-multi-occur): Add args and move the
16388 call of `occur-read-primary-args' to interactive spec.
16389
16390 * ibuffer.el (ibuffer-mode-map): Bind "M-s a C-o" to
16391 `ibuffer-do-occur' like in buff-menu.el. (Bug#14673)
16392
16393 2013-07-03 Matthias Meulien <orontee@gmail.com>
16394
16395 * buff-menu.el (Buffer-menu-mode-map): Bind "M-s a C-o" to
16396 `Buffer-menu-multi-occur'. Add it to the menu.
16397 (Buffer-menu-mode): Document it in docstring.
16398 (Buffer-menu-multi-occur): New command. (Bug#14673)
16399
16400 2013-07-03 Dmitry Gutov <dgutov@yandex.ru>
16401
16402 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Highlight more
16403 keywords and built-ins.
16404
16405 2013-07-03 Glenn Morris <rgm@gnu.org>
16406
16407 * subr.el (y-or-n-p): Handle empty prompts. (Bug#14770)
16408
16409 Make info-xref checks case-sensitive by default
16410 * info.el (Info-find-node, Info-find-in-tag-table)
16411 (Info-find-node-in-buffer, Info-find-node-2, Info-goto-node):
16412 Add option for exact case matching of nodes.
16413 * info-xref.el (info-xref): New custom group.
16414 (info-xref-case-fold): New option.
16415 (info-xref-goto-node-p): Pass info-xref-case-fold to Info-goto-node.
16416
16417 2013-07-03 Leo Liu <sdl.web@gmail.com>
16418
16419 * ido.el (ido-delete-file-at-head): Respect delete-by-moving-to-trash.
16420
16421 2013-07-03 Dmitry Gutov <dgutov@yandex.ru>
16422
16423 * progmodes/ruby-mode.el (ruby-move-to-block): When we're at a
16424 middle of block statement initially, lower the depth. Remove
16425 FIXME comment, not longer valid. Remove middle of block statement
16426 detection, no need to do that anymore since we've been using
16427 `ruby-parse-region' here.
16428
16429 2013-07-02 Jan Djärv <jan.h.d@swipnet.se>
16430
16431 * term/ns-win.el (display-format-alist): Use .* (Bug#14765).
16432
16433 2013-07-01 Katsumi Yamaoka <yamaoka@jpl.org>
16434
16435 * wid-edit.el (widget-default-get): Don't modify widget (Bug#14738).
16436
16437 2013-07-01 Juanma Barranquero <lekktu@gmail.com>
16438
16439 * desktop.el (desktop-restore-frames): Rename from desktop-save-windows.
16440 (desktop-restore-in-current-display): New customization option.
16441 (desktop--excluded-frame-parameters): Add `font'.
16442 (desktop--save-frames): Rename from desktop--save-windows.
16443 (desktop--restore-in-this-display-p): New function.
16444 (desktop--make-full-frame): Remove unwanted width/height from
16445 full(width|height) frames.
16446 (desktop--restore-frames): Rename from desktop--restore-windows.
16447 Obey desktop-restore-current-display. Do not delete old frames or
16448 select a new frame unless we were able to restore at least one frame.
16449
16450 2013-06-30 Michal Nazarewicz <mina86@mina86.com>
16451
16452 * files.el (find-file-noselect): Simplify conditional expression.
16453
16454 * textmodes/remember.el (remember-append-to-file):
16455 Don't mix `find-buffer-visiting' and `get-file-buffer'.
16456
16457 Add `remember-notes' function to store random notes across Emacs
16458 restarts.
16459 * textmodes/remember.el (remember-data-file): Add :set callback to
16460 affect notes buffer (if any).
16461 (remember-notes): New command.
16462 (remember-notes-buffer-name, bury-remember-notes-on-kill):
16463 New defcustoms for the `remember-notes' function.
16464 (remember-notes-save-and-bury-buffer): New command.
16465 (remember-notes-mode-map): New variable.
16466 (remember-mode): New minor mode.
16467 (remember-notes--kill-buffer-query): New function.
16468 * startup.el (initial-buffer-choice): Add notes to custom type.
16469
16470 2013-06-30 Eli Zaretskii <eliz@gnu.org>
16471
16472 * bindings.el (right-char, left-char): Don't call sit-for, this is
16473 no longer needed. Use arithmetic comparison only for numerical
16474 arguments.
16475
16476 * international/mule-cmds.el (select-safe-coding-system):
16477 Handle the case of FROM being a string correctly. (Bug#14755)
16478
16479 2013-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
16480
16481 * net/shr.el (shr-make-table-1): Add a sanity check that allows
16482 progression on degenerate tables.
16483 (shr-rescale-image): ImageMagick animated images currently don't work.
16484
16485 2013-06-30 Juanma Barranquero <lekktu@gmail.com>
16486
16487 Some fixes and improvements for desktop frame restoration.
16488 It is still experimental and disabled by default.
16489 * desktop.el (desktop--save-windows): Put the selected frame at
16490 the head of the list.
16491 (desktop--make-full-frame): New function.
16492 (desktop--restore-windows): Try to re-select the frame that was
16493 selected upon saving. Do not abort if some frames fail to restore,
16494 just show an error message and continue. Set up maximized frames
16495 so they have default non-maximized dimensions.
16496
16497 2013-06-30 Dmitry Gutov <dgutov@yandex.ru>
16498
16499 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
16500 Don't start heredoc inside a string or comment.
16501
16502 2013-06-29 Eli Zaretskii <eliz@gnu.org>
16503
16504 * bindings.el (visual-order-cursor-movement): New defcustom.
16505 (right-char, left-char): Provide visual-order cursor motion by
16506 calling move-point-visually. Update the doc strings.
16507
16508 2013-06-28 Kenichi Handa <handa@gnu.org>
16509
16510 * international/mule.el (define-coding-system): New coding system
16511 properties :inhibit-null-byte-detection,
16512 :inhibit-iso-escape-detection, and :prefer-utf-8.
16513 (set-buffer-file-coding-system): If :charset-list property of
16514 CODING-SYSTEM is `emacs', do not check if CODING-SYSTEM is
16515 appropriate for setting.
16516
16517 * international/mule-cmds.el (select-safe-coding-system):
16518 If DEFAULT-CODING-SYSTEM is prefer-utf-8 and the buffer contains
16519 multibyte characters, return utf-8 (or one of its siblings).
16520
16521 * international/mule-conf.el (prefer-utf-8): New coding system.
16522 (file-coding-system-alist): Use prefer-utf-8 as default for Elisp
16523 files.
16524
16525 2013-06-28 Ivan Kanis <ivan@kanis.fr>
16526
16527 * net/shr.el (shr-render-region): New function.
16528
16529 * net/eww.el: Autoload `eww-browse-url'.
16530
16531 2013-06-27 Dmitry Gutov <dgutov@yandex.ru>
16532
16533 * emacs-lisp/package-x.el (package-upload-buffer-internal):
16534 Adapt to `package-desc-version' being a list.
16535 Use `package--ac-desc-version' to retrieve version from a package
16536 archive element.
16537
16538 2013-06-27 Juanma Barranquero <lekktu@gmail.com>
16539
16540 New experimental feature to save&restore window and frame setup.
16541 * desktop.el (desktop-save-windows): New defcustom.
16542 (desktop--saved-states): New var.
16543 (desktop--excluded-frame-parameters): New defconst.
16544 (desktop--filter-frame-parms, desktop--find-frame-in-display)
16545 (desktop--restore-windows, desktop--save-windows): New functions.
16546 (desktop-save): Call `desktop--save-windows'.
16547 (desktop-read): Call `desktop--restore-windows'.
16548
16549 2013-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
16550
16551 * net/shr.el (add-face-text-property): Remove compat definition.
16552
16553 2013-06-27 Stephen Berman <stephen.berman@gmx.net>
16554
16555 * info.el (Info-try-follow-nearest-node): Move search for footnote
16556 above search for node name to prevent missing a footnote (bug#14717).
16557
16558 2013-06-27 Stephen Berman <stephen.berman@gmx.net>
16559
16560 * obsolete/otodo-mode.el: Add obsolescence info to file header.
16561
16562 2013-06-27 Leo Liu <sdl.web@gmail.com>
16563
16564 * net/eww.el (eww-read-bookmarks): Check file size.
16565
16566 2013-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
16567
16568 * emacs-lisp/nadvice.el (advice--defalias-fset): Move advice back to
16569 advice--pending if newdef is nil or an autoload (bug#13820).
16570 (advice-mapc): New function.
16571
16572 2013-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
16573
16574 * net/eww.el (eww-mode): Undo isn't necessary in eww buffers,
16575 probably.
16576 (eww-mode-map): Add a menu bar.
16577 (eww-add-bookmark): New command.
16578 (eww-bookmark-mode): New mode and commands.
16579 (eww-add-bookmark): Remove newlines from the title.
16580 (eww-bookmark-browse): Don't bug out if it's the only window.
16581
16582 2013-06-26 Glenn Morris <rgm@gnu.org>
16583
16584 * htmlfontify.el (hfy-triplet): Handle unspecified-fg, bg.
16585 (hfy-size): Handle ttys. (Bug#14668)
16586
16587 * info-xref.el: Update for Texinfo 5 change in *note format.
16588 (info-xref-node-re, info-xref-note-re): New constants.
16589 (info-xref-check-buffer): Use info-xref-note-re.
16590
16591 2013-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
16592
16593 * simple.el (set-variable): Use read-from-minibuffer (bug#14710).
16594
16595 * emacs-lisp/package.el (package--add-to-archive-contents): Add missing
16596 nil terminate the loop (bug#14718).
16597
16598 2013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
16599
16600 * net/eww.el: Rework history traversal. When going forward/back,
16601 put these actions into the history, too, so that they can be
16602 replayed.
16603 (eww-render): Move the history reset to the correct buffer.
16604
16605 2013-06-25 Juri Linkov <juri@jurta.org>
16606
16607 * files-x.el (modify-dir-local-variable): Change the header comment
16608 in the file with directory local variables. (Bug#14692)
16609
16610 * files-x.el (read-file-local-variable-value): Add `default'.
16611 (Bug#14710)
16612
16613 2013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
16614
16615 * net/eww.el (eww-make-unique-file-name): Create a unique file
16616 name before saving to entering `y' accidentally asynchronously.
16617
16618 2013-06-25 Ivan Kanis <ivan@kanis.fr>
16619
16620 * net/eww.el (eww-download): New command and keystroke.
16621
16622 2013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
16623
16624 * net/eww.el (eww-copy-page-url): Change name of command.
16625
16626 * net/shr.el (shr-map): Change `shr-copy-url' from `u' to `w' to
16627 be more consistent with Info and dired.
16628
16629 * net/eww.el (eww-mode-map): Ditto.
16630
16631 2013-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
16632
16633 * emacs-lisp/package.el: Use lexical-binding. Include obsolete
16634 packages from archives.
16635 (package-archive-contents): Change format; include obsolete packages.
16636 (package-desc): Use `dir' to mark builtin packages.
16637 (package--from-builtin): Set the `dir' field to `builtin'.
16638 (generated-autoload-file, version-control): Declare.
16639 (package-compute-transaction): Change first arg and return value to be
16640 lists of package-descs. Adjust to new package-archive-contents format.
16641 (package--add-to-archive-contents): Adjust to new
16642 package-archive-contents format.
16643 (package-download-transaction): Arg is now a list of package-descs.
16644 (package-install): If `pkg' is a package name, pass it as
16645 a requirement, so it is subject to the usual (e.g. disabled) checks.
16646 (describe-package): Accept package-desc as well.
16647 (describe-package-1): Describe a specific package-desc. Add links to
16648 other package-descs for the same package name.
16649 (package-menu-describe-package): Pass the actual package-desc.
16650 (package-menu-mode): Add to tabulated-list-revert-hook so revert-buffer
16651 works correctly.
16652 (package-desc-status): New function.
16653 (package-menu--refresh): New function, extracted
16654 from package-menu--generate.
16655 (package-menu--generate): Use it.
16656 (package-delete): Update package-alist.
16657 (package-menu-execute): Don't call package-initialize.
16658
16659 * progmodes/idlw-toolbar.el, progmodes/idlw-shell.el,
16660 progmodes/idlw-help.el, progmodes/idlw-complete-structtag.el,
16661 progmodes/ebnf-yac.el, progmodes/ebnf-otz.el, progmodes/ebnf-iso.el,
16662 progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-bnf.el,
16663 progmodes/ebnf-abn.el, emacs-lisp/package-x.el, emacs-lisp/cl-seq.el,
16664 emacs-lisp/cl-macs.el: Neuter the "Version:" header.
16665
16666 2013-06-25 Martin Rudalics <rudalics@gmx.at>
16667
16668 * window.el (window--state-get-1): Workaround for bug#14527.
16669 http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00941.html
16670
16671 2013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
16672
16673 * net/eww.el (eww-back-url): Implement the history by stashing all
16674 the data into a list.
16675 (eww-forward-url): Allow going forward in the history, too.
16676
16677 2013-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
16678
16679 * files-x.el (read-file-local-variable-value): Use read-from-minibuffer
16680 for values and use read--expression for expressions (bug#14710).
16681 (read-file-local-variable): Avoid setq.
16682 (read-file-local-variable-mode): Use minor-mode-list.
16683
16684 2013-06-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
16685
16686 * textmodes/bibtex.el (bibtex-generate-url-list): Add support
16687 for DOI URLs.
16688
16689 2013-06-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
16690
16691 * textmodes/bibtex.el (bibtex-mode, bibtex-set-dialect):
16692 Update imenu-support when dialect changes.
16693
16694 2013-06-25 Leo Liu <sdl.web@gmail.com>
16695
16696 * ido.el (ido-read-internal): Allow forward slash on windows.
16697
16698 2013-06-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
16699
16700 * net/eww.el (eww): Start of strings is \\`, not ^.
16701
16702 2013-06-24 Ivan Kanis <ivan@kanis.fr>
16703
16704 * net/shr.el (shr-browse-url): Fix interactive spec.
16705
16706 * net/eww.el (eww): Add a trailing slash to domain names.
16707
16708 2013-06-24 Juanma Barranquero <lekktu@gmail.com>
16709
16710 * faces.el (face-spec-recalc): Revert part of 2013-06-23T20:29:18Z!lekktu@gmail.com (bug#14705).
16711
16712 2013-06-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
16713
16714 * net/shr.el (shr-browse-url): Use an external browser if given a
16715 prefix.
16716
16717 * net/eww.el (eww-external-browser): Move to shr.
16718
16719 2013-06-24 Ivan Kanis <ivan@kanis.fr>
16720
16721 * net/eww.el (eww): Work more correctly for file: URLs.
16722 (eww-detect-charset): Allow quoted charsets.
16723 (eww-yank-page-url): New command and keystroke.
16724
16725 2013-06-24 Daiki Ueno <ueno@gnu.org>
16726
16727 * epg.el (epg-make-context): Check if PROTOCOL is valid; embed the
16728 file name of gpg executable.
16729 (epg-context-program): New function.
16730 (epg-context-home-directory): New function.
16731 (epg-context-set-program): New function.
16732 (epg-context-set-home-directory): New function.
16733 (epg--start): Use `epg-context-program' instead of
16734 'epg-gpg-program'.
16735 (epg--list-keys-1): Likewise.
16736
16737 2013-06-24 Leo Liu <sdl.web@gmail.com>
16738
16739 * ido.el (ido-read-internal): Fix bug#14620.
16740
16741 2013-06-23 Juanma Barranquero <lekktu@gmail.com>
16742
16743 * faces.el (face-documentation): Simplify.
16744 (read-face-attribute, tty-find-type, x-resolve-font-name):
16745 Use `string-match-p'.
16746 (list-faces-display): Use `string-match-p'. Simplify.
16747 (face-spec-recalc): Check face to avoid face alias loops.
16748 (read-color): Use `string-match-p' and non-capturing parenthesis.
16749
16750 2013-06-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
16751
16752 * net/shr.el (shr-rescale-image): Use the new
16753 :max-width/:max-height functionality.
16754
16755 2013-06-23 Ivan Kanis <ivan@kanis.fr>
16756
16757 * net/eww.el (eww-search-prefix): New variable.
16758 (eww): Use it.
16759 (eww-external-browser): New variable.
16760 (eww-mode-map): New keystroke.
16761 (eww-browse-with-external-browser): New command.
16762
16763 * net/eww.el: Bind `C-c C-c' to "submit" in all form keymaps.
16764
16765 2013-06-23 Juanma Barranquero <lekktu@gmail.com>
16766
16767 * emacs-lisp/tabulated-list.el (tabulated-list-init-header):
16768 Don't skip aligning the next header field when padding is 0;
16769 otherwise, field width is not respected unless the title is as
16770 wide as the field.
16771
16772 2013-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
16773
16774 * emacs-lisp/package.el (package-el-version): Remove.
16775 (package-process-define-package): Fix inf-loop.
16776 (package-install): Allow symbols as arguments again.
16777
16778 2013-06-22 Dmitry Gutov <dgutov@yandex.ru>
16779
16780 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Move `catch',
16781 add some more keyword-like methods.
16782 http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00911.html
16783
16784 2013-06-22 Juanma Barranquero <lekktu@gmail.com>
16785
16786 * bs.el (bs-buffer-show-mark): Make defvar-local.
16787 (bs-mode): Use setq-local.
16788
16789 * emacs-lock.el (emacs-lock-mode, emacs-lock--old-mode)
16790 (emacs-lock--try-unlocking): Make defvar-local.
16791
16792 2013-06-22 Glenn Morris <rgm@gnu.org>
16793
16794 * play/cookie1.el (cookie-apropos): Minor simplification.
16795
16796 * progmodes/gdb-mi.el (gdb-mapcar*): Remove, replace with cl-mapcar.
16797
16798 2013-06-22 Dmitry Gutov <dgutov@yandex.ru>
16799
16800 * progmodes/ruby-mode.el (auto-mode-alist): Do not use
16801 `regexp-opt', it breaks the build during dumping.
16802
16803 2013-06-21 Dmitry Gutov <dgutov@yandex.ru>
16804
16805 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
16806 Highlight keyword-like methods on Kernel and Module with
16807 font-lock-builtin-face.
16808 (auto-mode-alist): Consolidate different entries into one regexp
16809 and add more *file-s.
16810
16811 2013-06-21 Stephen Berman <stephen.berman@gmx.net>
16812
16813 * obsolete/otodo-mode.el: Move and rename from calendar/todo-mode.el.
16814
16815 * calendar/diary-lib.el (diary-goto-entry-function): New variable.
16816 (diary-entry): Use it in the action of this button type instead of
16817 diary-goto-entry.
16818
16819 * calendar/todo-mode.el: New version.
16820 (todo-add-category): Append new category to end of file and give
16821 it the highest number, instead of putting it at the beginning and
16822 giving it 0. Incorporate noninteractive functionality.
16823 (todo-forward-category): Adapt to 1-based category numbering.
16824 Allow skipping over archived categories.
16825 (todo-backward-category): Derive from todo-forward-category.
16826 (todo-backward-item, todo-forward-item): Make noninteractive and
16827 delegate interactive part to new commands. Make sensitive to done items.
16828 (todo-categories): Make value an alist of category names and
16829 vectors of item counts.
16830 (todo-category-beg): Make a defconst.
16831 (todo-category-number): Use 1 instead of 0 as initial value.
16832 (todo-category-select): Make sensitive to overlays, optional item
16833 highlighting and done items.
16834 (todo-delete-item): Make sensitive to overlays and marked and done items.
16835 (todo-edit-item): Make sensitive to overlays and editing of
16836 date/time header optional. Add format checks.
16837 (todo-edit-multiline): Rename to todo-edit-multiline-item. Make a
16838 no-op if point is not on an item. Advertise using todo-edit-quit.
16839 (todo-edit-mode): Make sensitive to new format, font-locking, and
16840 multiple todo files.
16841 (todo-insert-item, todo-insert-item-here): Derive from
16842 todo-basic-insert-item and extend functionality.
16843 (todo-item-end, todo-item-start): Make sensitive to done items.
16844 (todo-item-string): Don't return text properties. Restore point.
16845 (todo-jump-to-category): Make sensitive to multiple todo files and
16846 todo archives. Use extended category completion.
16847 (todo-lower-item, todo-raise-item): Rename to *-priority and
16848 derive from todo-set-item-priority.
16849 (todo-mode): Derive from special-mode. Make sensitive to new
16850 format, font-locking and multiple todo files. Make read-only.
16851 (todo-mode-map): Don't suppress digit keys, so they can supply
16852 prefix arguments. Add many new key bindings.
16853 (todo-prefix): Insert as an overlay instead of file text.
16854 Change semantics from diary date expression to purely visual mark.
16855 (todo-print): Rename to todo-print-buffer. Make buffer display
16856 features printable. Remove option to restrict number of items
16857 printed. Add option to print to file.
16858 (todo-print-function): Rename to todo-print-buffer-function.
16859 (todo-quit): Extend to handle exiting new todo modes.
16860 (todo-remove-item): Make sensitive to overlays.
16861 (todo-save): Extend to buffers of filtered items.
16862 (todo-show): Make sensitive to done items, multiple todo files and
16863 new todo modes. Offer to convert legacy todo file before creating
16864 first new todo file.
16865 (todo-show-priorities): Rename to todo-top-priorities.
16866 Change semantics of value 0.
16867 (todo-top-priorities): Rename to todo-filter-top-priorities,
16868 derive from todo-filter-items and extend functionality.
16869 (todo-save-top-priorities): Rename to todo-save-filtered-items-buffer
16870 and extend functionality to other types of filtered items.
16871 (todo-add-item-non-interactively, todo-ask-p, todo-cat-slct)
16872 (todo-category-end, todo-category-sep, todo-cats, todo-cmd-back)
16873 (todo-cmd-done, todo-cmd-edit, todo-cmd-forw, todo-cmd-inst)
16874 (todo-cmd-kill, todo-cmd-lowr, todo-cmd-next, todo-cmd-prev)
16875 (todo-cmd-rais, todo-cmd-save, todo-completing-read, todo-cp)
16876 (todo-edit-mode-hook, todo-entry-prefix-function)
16877 (todo-entry-timestamp-initials, todo-file-do, todo-file-done)
16878 (todo-file-item, todo-file-top, todo-header, todo-initial-setup)
16879 (todo-initials, todo-insert-threshold, todo-item-string-start)
16880 (todo-line-string, todo-menu, todo-mode-hook)
16881 (todo-more-important-p, todo-previous-answer, todo-previous-line)
16882 (todo-print-priorities, todo-remove-separator)
16883 (todo-save-top-priorities-too, todo-string-count-lines)
16884 (todo-string-multiline-p, todo-time-string-format)
16885 (todo-tmp-buffer-name): Remove.
16886 (todo-add-file, todo-archive-done-item, todo-choose-archive)
16887 (todo-convert-legacy-files, todo-copy-item, todo-delete-category)
16888 (todo-edit-category-diary-inclusion)
16889 (todo-edit-category-diary-nonmarking, todo-edit-done-item-comment)
16890 (todo-edit-file, todo-edit-item-date-day)
16891 (todo-edit-item-date-day-name, todo-edit-item-date-from-calendar)
16892 (todo-edit-item-date-month, todo-edit-item-date-to-today)
16893 (todo-edit-item-date-year, todo-edit-item-diary-inclusion)
16894 (todo-edit-item-diary-nonmarking, todo-edit-item-header)
16895 (todo-edit-item-time, todo-edit-quit, todo-filter-diary-items)
16896 (todo-filter-diary-items-multifile, todo-filter-regexp-items)
16897 (todo-filter-regexp-items-multifile, todo-filter-top-priorities)
16898 (todo-filter-top-priorities-multifile, todo-find-archive)
16899 (todo-find-filtered-items-file, todo-go-to-source-item)
16900 (todo-insert-item-from-calendar, todo-item-done, todo-item-undone)
16901 (todo-jump-to-archive-category, todo-lower-category)
16902 (todo-mark-category, todo-marked-item-p, todo-merge-category)
16903 (todo-move-category, todo-move-item, todo-next-button)
16904 (todo-next-item, todo-padded-string, todo-powerset)
16905 (todo-previous-button, todo-previous-item)
16906 (todo-print-buffer-to-file, todo-raise-category)
16907 (todo-rename-category, todo-repair-categories-sexp, todo-search)
16908 (todo-set-category-number, todo-set-item-priority)
16909 (todo-set-top-priorities-in-category)
16910 (todo-set-top-priorities-in-file, todo-show-categories-table)
16911 (todo-sort-categories-alphabetically-or-numerically)
16912 (todo-sort-categories-by-archived, todo-sort-categories-by-diary)
16913 (todo-sort-categories-by-done, todo-sort-categories-by-todo)
16914 (todo-toggle-item-header, todo-toggle-item-highlighting)
16915 (todo-toggle-mark-item, todo-toggle-prefix-numbers)
16916 (todo-toggle-view-done-items, todo-toggle-view-done-only)
16917 (todo-unarchive-items, todo-unmark-category): New commands.
16918 (todo-absolute-file-name, todo-add-to-buffer-list)
16919 (todo-adjusted-category-label-length, todo-basic-edit-item-header)
16920 (todo-basic-insert-item, todo-category-completions)
16921 (todo-category-number, todo-category-string-matcher-1)
16922 (todo-category-string-matcher-2, todo-check-filtered-items-file)
16923 (todo-check-format, todo-clear-matches)
16924 (todo-comment-string-matcher, todo-convert-legacy-date-time)
16925 (todo-current-category, todo-date-string-matcher)
16926 (todo-define-insertion-command, todo-diary-expired-matcher)
16927 (todo-diary-goto-entry, todo-diary-item-p)
16928 (todo-diary-nonmarking-matcher, todo-display-as-todo-file)
16929 (todo-display-categories, todo-display-sorted, todo-done-item-p)
16930 (todo-done-item-section-p, todo-done-separator)
16931 (todo-done-string-matcher, todo-files, todo-filter-items)
16932 (todo-filter-items-1, todo-filter-items-filename, todo-find-item)
16933 (todo-gen-arglists, todo-get-count, todo-get-overlay, todo-indent)
16934 (todo-insert-category-line, todo-insert-item-from-calendar)
16935 (todo-insert-sort-button, todo-insert-with-overlays)
16936 (todo-insertion-command-name, todo-insertion-key-bindings)
16937 (todo-label-to-key, todo-longest-category-name-length)
16938 (todo-make-categories-list, todo-mode-external-set)
16939 (todo-mode-line-control, todo-modes-set-1, todo-modes-set-2)
16940 (todo-modes-set-3, todo-multiple-filter-files)
16941 (todo-nondiary-marker-matcher, todo-prefix-overlays)
16942 (todo-read-category, todo-read-date, todo-read-dayname)
16943 (todo-read-file-name, todo-read-time)
16944 (todo-reevaluate-category-completions-files-defcustom)
16945 (todo-reevaluate-default-file-defcustom)
16946 (todo-reevaluate-filelist-defcustoms)
16947 (todo-reevaluate-filter-files-defcustom)
16948 (todo-reset-and-enable-done-separator, todo-reset-comment-string)
16949 (todo-reset-done-separator, todo-reset-done-separator-string)
16950 (todo-reset-done-string, todo-reset-global-current-todo-file)
16951 (todo-reset-highlight-item, todo-reset-nondiary-marker)
16952 (todo-reset-prefix, todo-set-categories)
16953 (todo-set-date-from-calendar, todo-set-show-current-file)
16954 (todo-set-top-priorities, todo-short-file-name)
16955 (todo-show-current-file, todo-sort, todo-time-string-matcher)
16956 (todo-total-item-counts, todo-update-buffer-list)
16957 (todo-update-categories-display, todo-update-categories-sexp)
16958 (todo-update-count, todo-validate-name, todo-y-or-n-p):
16959 New functions.
16960 (todo-archive-mode, todo-categories-mode, todo-filtered-items-mode):
16961 New major modes.
16962 (todo-categories, todo-display, todo-edit, todo-faces)
16963 (todo-filtered): New defgroups.
16964 (todo-archived-only, todo-button, todo-category-string, todo-date)
16965 (todo-diary-expired, todo-done, todo-done-sep, todo-comment)
16966 (todo-mark, todo-nondiary, todo-prefix-string, todo-search)
16967 (todo-sorted-column, todo-time, todo-top-priority): New deffaces.
16968 (todo-add-item-if-new-category, todo-always-add-time-string)
16969 (todo-categories-align, todo-categories-archived-label)
16970 (todo-categories-category-label, todo-categories-diary-label)
16971 (todo-categories-done-label, todo-categories-number-separator)
16972 (todo-categories-todo-label, todo-categories-totals-label)
16973 (todo-category-completions-files, todo-completion-ignore-case)
16974 (todo-default-todo-file, todo-diary-nonmarking, todo-directory)
16975 (todo-done-separator-string, todo-done-string)
16976 (todo-files-function, todo-filter-done-items, todo-filter-files)
16977 (todo-highlight-item, todo-include-in-diary, todo-indent-to-here)
16978 (todo-initial-category, todo-initial-file, todo-item-mark)
16979 (todo-legacy-date-time-regexp, todo-mode-line-function)
16980 (todo-nondiary-marker, todo-number-prefix)
16981 (todo-print-buffer-function, todo-show-current-file)
16982 (todo-show-done-only, todo-show-first, todo-show-with-done)
16983 (todo-skip-archived-categories, todo-top-priorities-overrides)
16984 (todo-undo-item-omit-comment, todo-use-only-highlighted-region)
16985 (todo-visit-files-commands, todo-wrap-lines, todo-y-with-space):
16986 New defcustoms.
16987 (todo-category-done, todo-date-pattern, todo-date-string-start)
16988 (todo-diary-items-buffer, todo-done-string-start)
16989 (todo-filtered-items-buffer, todo-item-start)
16990 (todo-month-abbrev-array, todo-month-name-array)
16991 (todo-nondiary-end, todo-nondiary-start, todo-regexp-items-buffer)
16992 (todo-top-priorities-buffer): New defconsts.
16993 (todo-archive-mode-map, todo-archives, todo-categories-mode-map)
16994 (todo-categories-with-marks, todo-category-string-face)
16995 (todo-comment-face, todo-comment-string, todo-current-todo-file)
16996 (todo-date-face, todo-date-from-calendar, todo-descending-counts)
16997 (todo-diary-expired-face, todo-done-face, todo-done-sep-face)
16998 (todo-done-separator, todo-edit-buffer, todo-edit-mode-map)
16999 (todo-file-buffers, todo-files, todo-filtered-items-mode-map)
17000 (todo-font-lock-keywords, todo-global-current-todo-file)
17001 (todo-insertion-commands, todo-insertion-commands-arg-key-list)
17002 (todo-insertion-commands-args)
17003 (todo-insertion-commands-args-genlist)
17004 (todo-insertion-commands-names, todo-insertion-map)
17005 (todo-key-bindings-t, todo-key-bindings-t+a)
17006 (todo-key-bindings-t+a+f, todo-key-bindings-t+f, todo-mode-map)
17007 (todo-multiple-filter-files, todo-multiple-filter-files-widget)
17008 (todo-nondiary-face, todo-print-buffer, todo-time-face)
17009 (todo-visited): New variables.
17010
17011 2013-06-21 Glenn Morris <rgm@gnu.org>
17012
17013 * play/cookie1.el (cookie-apropos): Add optional display argument.
17014 * obsolete/yow.el (apropos-zippy): Use cookie-apropos.
17015 (psychoanalyze-pinhead): Use cookie-doctor.
17016
17017 2013-06-21 Juanma Barranquero <lekktu@gmail.com>
17018
17019 * emacs-lisp/package.el (tar-get-file-descriptor)
17020 (tar--extract): Declare.
17021
17022 2013-06-21 Eduard Wiebe <usenet@pusto.de>
17023
17024 Extend flymake's warning predicate to be a function (bug#14217).
17025 * progmodes/flymake.el (flymake-warning-predicate): New.
17026 (flymake-parse-line): Use it.
17027 (flymake-warning-re): Make obsolete alias to
17028 `flymake-warning-predicate'.
17029
17030 2013-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
17031
17032 * emacs-lisp/package.el (package-alist): Include obsolete packages.
17033 (package-obsolete-list): Remove.
17034 (package-activate): Remove min-version argument. Add `force' argument.
17035 Adjust to new package-alist format.
17036 (package-mark-obsolete): Remove.
17037 (package-unpack): Force reload of the package's autoloads.
17038 (package-installed-p): Check builtins if the installed package is not
17039 recent enough.
17040 (package-initialize): Don't reset package-obsolete-list.
17041 Don't specify which package version to activate.
17042 (package-process-define-package, describe-package-1)
17043 (package-menu--generate): Adjust to new package-alist format.
17044
17045 2013-06-21 Juanma Barranquero <lekktu@gmail.com>
17046
17047 * allout-widgets.el (allout-widgets-mode-off)
17048 (allout-widgets-mode-on, allout-widgets-pre-command-business)
17049 (allout-widgets-post-command-business)
17050 (allout-widgets-after-copy-or-kill-function)
17051 (allout-widgets-after-undo-function, allout-test-range-overlaps)
17052 (allout-decorate-item-and-context)
17053 (allout-graphics-modification-handler): Fix typos in docstrings.
17054 (allout-get-or-create-parent-widget): Use `looking-at-p'.
17055
17056 * cmuscheme.el (scheme-start-file): Doc fix.
17057 (inferior-scheme-mode, switch-to-scheme): Fix typos in docstrings.
17058 (scheme-input-filter): Use `string-match-p'.
17059
17060 * composite.el (compose-gstring-for-terminal): Fix typo in docstring.
17061
17062 * dired-x.el: Use Dired consistently in docstrings.
17063
17064 * dired.el: Use Dired consistently in docstrings.
17065 (dired-readin, dired-mode): Use `setq-local'.
17066 (dired-switches-alist): Make defvar-local.
17067 (dired-buffers-for-dir): Use `zerop'.
17068 (dired-safe-switches-p, dired-switches-escape-p)
17069 (dired-insert-old-subdirs, dired-move-to-end-of-filename)
17070 (dired-glob-regexp, dired-in-this-tree, dired-goto-file-1)
17071 (dired-sort-set-mode-line, dired-sort-toggle, dired-sort-R-check)
17072 (dired-goto-next-nontrivial-file): Use `string-match-p'.
17073 (dired-align-file, dired-insert-directory, dired-mark-files-in-region)
17074 (dired-toggle-marks, dired-mark-files-containing-regexp)
17075 (dired-mark-symlinks, dired-mark-directories, dired-mark-executables)
17076 (dired-flag-auto-save-files, dired-flag-backup-files):
17077 Use `looking-at-p'.
17078 (dired-mark-files-regexp, dired-build-subdir-alist):
17079 Use `string-match-p', `looking-at-p'.
17080
17081 * dos-w32.el (untranslated-canonical-name, untranslated-file-p)
17082 (direct-print-region-helper): Use `string-match-p'.
17083
17084 2013-06-21 Leo Liu <sdl.web@gmail.com>
17085
17086 * comint.el (comint-redirect-results-list-from-process):
17087 Fix infinite loop.
17088
17089 2013-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
17090
17091 * net/eww.el (eww-update-header-line-format): Quote % characters.
17092
17093 2013-06-21 Glenn Morris <rgm@gnu.org>
17094
17095 * play/cookie1.el (cookie): New custom group.
17096 (cookie-file): New option.
17097 (cookie-check-file): New function.
17098 (cookie): Make it interactive. Make start and end messages optional.
17099 Interactively, display the result. Default to cookie-file.
17100 (cookie-insert): Default to cookie-file.
17101 (cookie-snarf): Make start and end messages optional.
17102 Default to cookie-file. Use with-temp-buffer.
17103 (cookie-read): Rename from read-cookie.
17104 Make start and end messages optional. Default to cookie-file.
17105 (cookie-shuffle-vector): Rename from shuffle-vector. Use dotimes.
17106 Do not autoload it.
17107 (cookie-apropos, cookie-doctor): New functions, copied from yow.el
17108 * obsolete/yow.el (read-zippyism): Use new name for read-cookie.
17109
17110 2013-06-21 Leo Liu <sdl.web@gmail.com>
17111
17112 * progmodes/octave.el (octave-mode): Backward compatibility fix.
17113
17114 2013-06-21 Glenn Morris <rgm@gnu.org>
17115
17116 * font-lock.el (lisp-font-lock-keywords-2): Add with-eval-after-load.
17117
17118 2013-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
17119 Daniel Hackney <dan@haxney.org>
17120
17121 * emacs-lisp/package.el: Use tar-mode rather than tar executable.
17122 Consolidate the single-file vs tarball code.
17123 (package-desc-suffix): New function.
17124 (package-desc-full-name): Don't bother inlining it.
17125 (package-load-descriptor): Return the new package-desc.
17126 (package-mark-obsolete): Remove unused arg `package'.
17127 (package-unpack): Make it work for single files as well.
17128 Make it update package-alist.
17129 (package--make-autoloads-and-stuff): Rename from
17130 package--make-autoloads-and-compile. Don't compile any more.
17131 (package--compile): New function.
17132 (package-generate-description-file): New function, extracted from
17133 package-unpack-single.
17134 (package-unpack-single): Remove.
17135 (package--with-work-buffer): Add indentation and debugging info.
17136 (package-download-single): Remove.
17137 (package-install-from-archive): Rename from package-download-tar, make
17138 it take a pkg-desc, and make it work for single files as well.
17139 (package-download-transaction): Simplify.
17140 (package-tar-file-info): Remove `file' arg. Rewrite not to use an
17141 external tar program.
17142 (package-install-from-buffer): Remove `pkg-desc' argument.
17143 Use package-tar-file-info for tar-mode buffers.
17144 (package-install-file): Simplify accordingly.
17145 (package-archive-base): Change to take a pkg-desc.
17146 * tar-mode.el (tar--check-descriptor): New function, extracted from
17147 tar-get-descriptor.
17148 (tar-get-descriptor): Use it.
17149 (tar-get-file-descriptor): New function.
17150 (tar--extract): New function, extracted from tar-extract.
17151 (tar--extract): Use it.
17152 * emacs-lisp/package-x.el (package-upload-file): Decode the file, in
17153 case the summary uses non-ascii. Adjust to new calling convention of
17154 package-tar-file-info.
17155
17156 2013-06-21 Leo Liu <sdl.web@gmail.com>
17157
17158 * comint.el (comint-redirect-results-list-from-process):
17159 Fix random delay. (Bug#14681)
17160
17161 2013-06-21 Juanma Barranquero <lekktu@gmail.com>
17162
17163 * profiler.el (profiler-format-number): Use log, not log10.
17164
17165 2013-06-20 Juanma Barranquero <lekktu@gmail.com>
17166
17167 * term/x-win.el (emacs-session-filename): Use `locate-user-emacs-file'.
17168
17169 2013-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
17170
17171 * emacs-lisp/cl-loaddefs.el: Don't version-control any more.
17172 * emacs-lisp/cl-lib.el: Load cl-macs when cl-loaddefs is not
17173 yet available.
17174 * Makefile.in (AUTOGEN_VCS): Move cl-loaddefs.el...
17175 (AUTOGENEL): ... here.
17176 * emacs-lisp/cl-macs.el (cl--sublis): New function.
17177 (cl--defsubst-expand): Use it.
17178
17179 2013-06-20 Paul Eggert <eggert@cs.ucla.edu>
17180
17181 * subr.el (log10): Move here from C code, and declare as obsolete.
17182 All uses of (log10 X) replaced with (log X 10).
17183
17184 2013-06-20 Juanma Barranquero <lekktu@gmail.com>
17185
17186 * emacs-lisp/tabulated-list.el (tabulated-list-format): Fix typo.
17187 Declare with `defvar-local'.
17188 (tabulated-list-use-header-line, tabulated-list-entries)
17189 (tabulated-list-padding, tabulated-list-printer)
17190 (tabulated-list-sort-key): Declare with `defvar-local'.
17191 (tabulated-list-init-header, tabulated-list-print-fake-header):
17192 Use `setq-local'.
17193
17194 2013-06-20 Michael Albinus <michael.albinus@gmx.de>
17195
17196 * arc-mode.el (archive-mode): Add `archive-write-file' to
17197 `write-contents-functions' also for remote files. (Bug#14652)
17198
17199 2013-06-20 Juanma Barranquero <lekktu@gmail.com>
17200
17201 * cus-edit.el (custom-commands): Fix typos.
17202 (custom-display): Fix tooltip text.
17203 (custom-magic-alist, custom-filter-face-spec, custom-group-members):
17204 Fix typos in docstrings.
17205 (custom--initialize-widget-variables, Custom-mode): Use `setq-local'.
17206 (custom-unlispify-menu-entry, custom-magic-value-create)
17207 (custom-add-see-also, custom-group-value-create): Use ?\s.
17208 (custom-guess-type, customize-apropos, editable-field)
17209 (custom-face-value-create): Use `string-match-p'.
17210 (custom-save-variables, custom-save-faces): Use `looking-at-p'.
17211
17212 * custom.el (custom-load-symbol): Use `string-match-p'.
17213
17214 * ansi-color.el: Convert to lexical binding.
17215 (ansi-colors): Fix URL.
17216 (ansi-color-context, ansi-color-context-region): Use defvar-local.
17217 (ansi-color-apply-sequence, ansi-color-map): Fix typos in docstrings.
17218 (ansi-color-make-color-map): Rename local var ansi-color-map to map.
17219
17220 2013-06-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
17221
17222 * net/eww.el (eww-process-text-input): Display passwords as asterisks.
17223
17224 * net/shr.el (shr-make-table-1): Protect against invalid column-spans.
17225
17226 2013-06-19 Tom Tromey <tromey@redhat.com>
17227
17228 * net/eww.el (eww-top-url): Remove.
17229 (eww-home-url, eww-start-url, eww-contents-url): New defvars.
17230 (eww-render): Set new variables. Don't set eww-top-url.
17231 (eww-handle-link): Handle "prev", "home", and "contents".
17232 Downcase the rel text.
17233 (eww-top-url): Choose best top URL.
17234
17235 2013-06-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
17236
17237 * net/eww.el: Rewrite to implement form elements "by hand" instead of
17238 relying in widget.el. Using widget.el leads to too many
17239 user interface inconsistencies.
17240 (eww-self-insert): Implement entering commands in text fields.
17241 (eww-process-text-input): New function to make text input field editing
17242 work.
17243 (eww-submit): Rewrite to use the new-style form methods.
17244 (eww-select-display): Display the correct selected item.
17245 (eww-change-select): Implement changing the select value.
17246 (eww-toggle-checkbox): Implement radio/checkboxes.
17247 (eww-update-field): Fix compilation error.
17248 (eww-tag-textarea): Implement <textarea>.
17249
17250 * net/shr.el (shr-urlify): Use `keymap' instead of `local-map' so that
17251 we don't shadow mode-specific bindings.
17252
17253 * net/eww.el (eww-browse-url): Don't push stuff onto history if there's
17254 nothing to push.
17255
17256 * net/shr.el (shr-map): Bind [down-mouse-1] to browse URLs.
17257
17258 2013-06-19 Glenn Morris <rgm@gnu.org>
17259
17260 * emacs-lisp/eieio.el (defclass): Make it eval-and-compile once more.
17261
17262 2013-06-19 Michael Albinus <michael.albinus@gmx.de>
17263
17264 * net/tramp-adb.el (tramp-adb-get-toolbox): Remove function, it is
17265 not needed.
17266
17267 * net/tramp-sh.el (tramp-find-shell): Don't set "busybox" property.
17268
17269 2013-06-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
17270
17271 * net/browse-url.el (browse-url-browser-function):
17272 `eww-browse-url' has the right calling signature, `eww' does not.
17273
17274 2013-06-19 Glenn Morris <rgm@gnu.org>
17275
17276 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
17277 Only eval autoloaded macros.
17278 (byte-compile-autoload): Only give the macro warning for macros.
17279
17280 * progmodes/cperl-mode.el (ps-bold-faces, ps-italic-faces)
17281 (ps-underlined-faces): Declare.
17282
17283 * progmodes/idlwave.el (func-menu): Only set it up on XEmacs.
17284 (speedbar-add-supported-extension): Declare.
17285
17286 * international/titdic-cnv.el (tit-process-header, miscdic-convert):
17287 Don't include a date stamp in the header of the generated file;
17288 it leads to needless differences between output files.
17289
17290 2013-06-19 Michael Albinus <michael.albinus@gmx.de>
17291
17292 * net/secrets.el (secrets-struct-secret-content-type):
17293 Replace check of introspection data by a test call of "CreateItem".
17294 Some servers do not offer introspection.
17295
17296 2013-06-19 Stefan Monnier <monnier@iro.umontreal.ca>
17297
17298 * electric.el (electric-pair-mode): Improve interaction with
17299 electric-layout-mode.
17300 (electric-pair-default-inhibit): Don't assume (eq char (char-before)).
17301 (electric-pair-syntax): Use text-mode-syntax-table in comments
17302 and strings.
17303 (electric-pair--insert): New function.
17304 (electric-pair-post-self-insert-function): Use it and
17305 electric--after-char-pos.
17306
17307 2013-06-19 Leo Liu <sdl.web@gmail.com>
17308
17309 * progmodes/octave.el (octave-help): Fix regexp.
17310
17311 2013-06-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
17312
17313 * net/shr.el (shr-make-table-1): Implement <td rowspan>.
17314 (shr-table-horizontal-line): Allow nil as a value, and change the
17315 default.
17316 (shr-insert-table-ruler): Respect the nil value.
17317
17318 2013-06-18 Tom Tromey <tromey@barimba>
17319
17320 * net/eww.el (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
17321 New defvars.
17322 (eww-open-file): New defun.
17323 (eww-render): Initialize new variables.
17324 (eww-display-html): Handle "link" and "a".
17325 (eww-handle-link, eww-tag-link, eww-tag-a): New defuns.
17326 (eww-mode-map): Move "p" to "l". Bind "p", "n", "t", and "u".
17327 (eww-back-url): Rename from eww-previous-url.
17328 (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
17329 New defuns.
17330
17331 2013-06-18 Dmitry Gutov <dgutov@yandex.ru>
17332
17333 * progmodes/ruby-mode.el (ruby-syntax-before-regexp-re):
17334 Distinguish ternary operator tokens from slash symbol and slash
17335 char literal.
17336
17337 2013-06-18 Juanma Barranquero <lekktu@gmail.com>
17338
17339 Convert symbol prettification into minor mode and global minor mode.
17340
17341 * progmodes/prog-mode.el (prettify-symbols-alist): Rename from
17342 `prog-prettify-symbols', and make a local defvar instead of defcustom.
17343 (prettify-symbols--keywords): Rename from
17344 `prog-prettify-symbols-alist' and make a local defvar.
17345 (prettify-symbols--compose-symbol): Rename from
17346 `prog--prettify-font-lock-compose-symbol'.
17347 (prettify-symbols--make-keywords): Rename from
17348 `prog-prettify-font-lock-symbols-keywords' and simplify.
17349 (prog-prettify-install): Remove.
17350 (prettify-symbols-mode): New minor mode, based on
17351 `prog-prettify-install'.
17352 (turn-on-prettify-symbols-mode): New function.
17353 (global-prettify-symbols-mode): New globalized minor mode.
17354
17355 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
17356 * progmodes/cfengine.el (cfengine3-mode):
17357 * progmodes/perl-mode.el (perl-mode): Don't call
17358 `prog-prettify-install'; set `prettify-symbols-alist' instead.
17359
17360 2013-06-18 Juri Linkov <juri@jurta.org>
17361
17362 * files-x.el (modify-file-local-variable-message): New function.
17363 (modify-file-local-variable)
17364 (modify-file-local-variable-prop-line): Add arg INTERACTIVE
17365 and call `modify-file-local-variable-message' when it's non-nil.
17366 (add-file-local-variable, delete-file-local-variable)
17367 (add-file-local-variable-prop-line)
17368 (delete-file-local-variable-prop-line): Add arg INTERACTIVE
17369 and use it. (Bug#9820)
17370
17371 2013-06-18 Juri Linkov <juri@jurta.org>
17372
17373 * emulation/vi.el (vi-shell-op):
17374 * emulation/vip.el (vip-execute-com, ex-command):
17375 * emulation/viper-cmd.el (viper-exec-bang):
17376 * emulation/viper-ex.el (ex-command): Add non-nil arg REPLACE to
17377 the call of `shell-command-on-region'. (Bug#14637)
17378
17379 * simple.el (shell-command-on-region): Doc fix.
17380
17381 2013-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
17382
17383 * emacs-lisp/eieio-custom.el: Remove misleading Version: header
17384 (bug#14633).
17385
17386 2013-06-18 Glenn Morris <rgm@gnu.org>
17387
17388 * net/eww.el, net/shr.el, net/shr-color.el: Move here from gnus/.
17389
17390 * newcomment.el (comment-search-forward, comment-search-backward):
17391 Doc fix. (Bug#14376)
17392
17393 2013-06-18 Juanma Barranquero <lekktu@gmail.com>
17394
17395 * face-remap.el (buffer-face-toggle): Fix typo in docstring.
17396 (buffer-face-mode-invoke): Doc fix.
17397
17398 2013-06-18 Matthias Meulien <orontee@gmail.com>
17399
17400 * tabify.el (untabify, tabify): With prefix, apply to entire buffer.
17401 <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00545.html>
17402
17403 2013-06-18 Glenn Morris <rgm@gnu.org>
17404
17405 * generic-x.el (bat-generic-mode, rc-generic-mode, rul-generic-mode):
17406 Replace obsolete function generic-make-keywords with its expansion.
17407
17408 * progmodes/python.el (ffap-alist): Declare.
17409
17410 * textmodes/reftex.el (bibtex-mode-map): Declare.
17411
17412 2013-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
17413
17414 * emacs-lisp/package.el: Update package-alist after install (bug#14632).
17415 (package-unpack, package-unpack-single): Return the pkg-dir.
17416 (package-download-transaction): Use it to update package-alist.
17417
17418 2013-06-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
17419
17420 * net/browse-url.el (browse-url-browser-function): Add `eww' as a
17421 possible choice.
17422
17423 2013-06-17 Juri Linkov <juri@jurta.org>
17424
17425 * net/webjump.el (webjump-sample-sites): Add DuckDuckGo.
17426
17427 2013-06-17 Dmitry Gutov <dgutov@yandex.ru>
17428
17429 * emacs-lisp/package.el (package-load-descriptor):
17430 Remove `with-syntax-table' call, `read' doesn't need it.
17431 http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00539.html
17432
17433 2013-06-17 Juanma Barranquero <lekktu@gmail.com>
17434
17435 * startup.el (command-line): Expand package name returned by
17436 `package--description-file' (bug#14639).
17437
17438 2013-06-17 Dmitry Gutov <dgutov@yandex.ru>
17439
17440 * emacs-lisp/package.el (package-load-descriptor): Do not call
17441 `emacs-lisp-mode', just use its syntax table.
17442
17443 2013-06-17 Juanma Barranquero <lekktu@gmail.com>
17444
17445 * progmodes/prog-mode.el (prog-prettify-install): Add `composition' to
17446 `font-lock-extra-managed-props' if any prettifying keyword is added.
17447 (prog--prettify-font-lock-compose-symbol): Use ?\s instead of ?\ .
17448 (prog-mode): Use `setq-local'.
17449
17450 2013-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
17451
17452 * international/characters.el (standard-case-table): Set syntax of ?»
17453 and ?« to punctuation.
17454
17455 2013-06-16 Juanma Barranquero <lekktu@gmail.com>
17456
17457 * progmodes/prog-mode.el (prog--prettify-font-lock-compose-symbol):
17458 Save relevant match data before calling `syntax-ppss' (bug#14595).
17459
17460 2013-06-15 Juri Linkov <juri@jurta.org>
17461
17462 * files-x.el (modify-file-local-variable-prop-line): Add local
17463 variables to the end of the existing comment on the first line.
17464 Use `file-auto-mode-skip' to skip interpreter magic line,
17465 and also skip XML declaration.
17466
17467 2013-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
17468
17469 * startup.el (package--builtin-versions): New var.
17470 (package-subdirectory-regexp): Remove.
17471 (package--description-file): Hard code its value instead.
17472
17473 * emacs-lisp/package.el: Don't activate packages older than builtin.
17474 (package-obsolete-list): Rename from package-obsolete-alist, and make
17475 it into a simple list of package-desc.
17476 (package-strip-version): Remove.
17477 (package-built-in-p): Use package--builtin-versions.
17478 (package-mark-obsolete): Simplify.
17479 (package-process-define-package): Mark it obsolete if older than the
17480 builtin version.
17481 (package-handle-response): Use line-end-position.
17482 (package-read-archive-contents, package--download-one-archive):
17483 Simplify.
17484 (package--add-to-archive-contents): Skip if older than the builtin or
17485 installed version.
17486 (package-menu-describe-package): Fix last change.
17487 (package-list-unversioned): New var.
17488 (package-menu--generate): Use it.
17489
17490 * emacs-lisp/autoload.el: Manage package--builtin-versions.
17491 (autoload--insert-text, autoload--insert-cookie-text): New functions.
17492 (autoload-builtin-package-versions): New variable.
17493 (autoload-generate-file-autoloads): Use them.
17494 Remove the list of autoloaded functions/macros from the
17495 (autoload...) comments.
17496
17497 * Makefile.in (autoloads): Set autoload-builtin-package-versions.
17498
17499 2013-06-15 Eli Zaretskii <eliz@gnu.org>
17500
17501 * simple.el (line-move-partial): Don't jump to the next screen
17502 line as soon as it becomes visible. Instead, continue enlarging
17503 the vscroll until the portion of a tall screen line that's left on
17504 display is about the height of the frame's default font.
17505 (Bug#14567)
17506
17507 2013-06-15 Glenn Morris <rgm@gnu.org>
17508
17509 * vc/vc-dispatcher.el (vc-compilation-mode): Avoid making
17510 compilation-error-regexp-alist void, or local while let-bound.
17511
17512 * progmodes/make-mode.el (makefile-mode-syntax-table):
17513 Treat "=" as punctuation. (Bug#14614)
17514
17515 2013-06-15 Juanma Barranquero <lekktu@gmail.com>
17516
17517 * help-fns.el (describe-variable):
17518 Add extra line for permanent-local variables.
17519
17520 2013-06-15 Simen Heggestøyl <simenheg@ifi.uio.no> (tiny change)
17521
17522 * progmodes/scheme.el (scheme-font-lock-keywords-2):
17523 Add export, import, library. (Bug#9164)
17524 (library): Set indent function.
17525
17526 2013-06-14 Glenn Morris <rgm@gnu.org>
17527
17528 * term/xterm.el (xterm--query):
17529 Stop after first matching handler. (Bug#14615)
17530
17531 2013-06-14 Ivan Kanis <ivan@kanis.fr>
17532
17533 Add support for dired in saveplace.
17534 * dired.el (dired-initial-position-hook): New variable.
17535 (dired-initial-position): Call hook to place cursor position.
17536 * saveplace.el (save-place-to-alist): Add dired position.
17537 (save-place-dired-hook): New function.
17538
17539 2013-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
17540
17541 * subr.el (eval-after-load, set-temporary-overlay-map): Use indirection
17542 through a symbol rather than letrec.
17543
17544 * emacs-lisp/package.el: Don't recompute dir. Use pkg-descs more.
17545 (package-desc): Add `dir' field.
17546 (package-desc-full-name): New function.
17547 (package-load-descriptor): Combine the two arguments. Don't use `load'.
17548 (package-maybe-load-descriptor): Remove.
17549 (package-load-all-descriptors): Just call package-load-descriptor.
17550 (package--disabled-p): New function.
17551 (package-desc-vers, package-desc-doc): Remove aliases.
17552 (package--dir): Remove function.
17553 (package-activate): Check if a package is disabled.
17554 (package-process-define-package): New function, extracted from
17555 define-package.
17556 (define-package): Turn into a place holder.
17557 (package-unpack-single, package-tar-file-info):
17558 Use package--description-file.
17559 (package-compute-transaction): Use package--disabled-p.
17560 (package-download-transaction): Don't call
17561 package-maybe-load-descriptor since they're all loaded anyway.
17562 (package-install): Change argument to be a pkg-desc.
17563 (package-delete): Use a single pkg-desc argument.
17564 (describe-package-1): Use package-desc-dir instead of package--dir.
17565 Use package-desc property instead of package-symbol.
17566 (package-install-button-action): Adjust accordingly.
17567 (package--push): Rewrite.
17568 (package-menu--print-info): Adjust accordingly. Change the ID format
17569 to be a pkg-desc.
17570 (package-menu-describe-package, package-menu-get-status)
17571 (package-menu--find-upgrades, package-menu-mark-upgrades)
17572 (package-menu-execute, package-menu--name-predicate):
17573 Adjust accordingly.
17574 * startup.el (package--description-file): New function.
17575 (command-line): Use it.
17576 * emacs-lisp/package-x.el (package-upload-buffer-internal):
17577 Use package-desc-version.
17578
17579 * emacs-lisp/bytecomp.el (byte-compile-force-lexical-warnings): New var.
17580 (byte-compile-preprocess): Use it.
17581 (byte-compile-file-form-defalias): Try a bit harder to use macros we
17582 can't quite recognize.
17583 (byte-compile-add-to-list): Remove.
17584 * emacs-lisp/cconv.el (cconv-warnings-only): New function.
17585 (cconv-closure-convert): Add assertion.
17586
17587 * emacs-lisp/map-ynp.el: Use lexical-binding.
17588 (map-y-or-n-p): Remove unused vars `tail' and `object'.
17589 Factor out some repeated code.
17590
17591 2013-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
17592
17593 * subr.el (with-eval-after-load): New macro.
17594 (eval-after-load): Allow form to be a function.
17595 take advantage of lexical-binding.
17596 (do-after-load-evaluation): Use dolist and adjust to new format.
17597 * simple.el (bad-packages-alist): Use dolist and with-eval-after-load.
17598
17599 2013-06-13 Juri Linkov <juri@jurta.org>
17600
17601 * replace.el (perform-replace): Display "symbol " and other search
17602 modes from `isearch-message-prefix' in the *Help* buffer.
17603
17604 * isearch.el (isearch-query-replace): Add " symbol" and other
17605 possible search modes from `isearch-message-prefix' to the prompt.
17606 (isearch-occur): Use `with-isearch-suspended' to not exit Isearch
17607 when reading a regexp to collect.
17608
17609 2013-06-13 Juri Linkov <juri@jurta.org>
17610
17611 * isearch.el (word-search-regexp): Match whitespace if the search
17612 string begins or ends in whitespace. The LAX arg is applied to
17613 both ends of the search string. Use `regexp-quote' and explicit
17614 \< and \> instead of \b. Use \` and \' instead of ^ and $.
17615 (isearch-symbol-regexp): Sync with `word-search-regexp' where word
17616 boundaries are replaced with symbol boundaries, and characters
17617 between symbols match non-word non-symbol syntax. (Bug#14602)
17618
17619 2013-06-13 Juri Linkov <juri@jurta.org>
17620
17621 * isearch.el (isearch-del-char): Don't exceed the length of
17622 `isearch-string' by the prefix arg. (Bug#14563)
17623
17624 2013-06-13 Juri Linkov <juri@jurta.org>
17625
17626 * isearch.el (isearch-yank-word, isearch-yank-line)
17627 (isearch-char-by-name, isearch-quote-char)
17628 (isearch-printing-char, isearch-process-search-char):
17629 Add optional count prefix arg. (Bug#14563)
17630
17631 * international/isearch-x.el
17632 (isearch-process-search-multibyte-characters):
17633 Add optional count prefix arg.
17634
17635 2013-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
17636
17637 * subr.el (internal-push-keymap, internal-pop-keymap): New functions.
17638 (set-temporary-overlay-map): Use them (bug#14095); and take advantage of
17639 lexical-binding.
17640
17641 2013-06-13 Vitalie Spinu <spinuvit@gmail.com>
17642
17643 * subr.el (set-temporary-overlay-map): Add on-exit argument.
17644
17645 2013-06-13 Glenn Morris <rgm@gnu.org>
17646
17647 * startup.el (tty-handle-args):
17648 Don't just discard "--" and anything after. (Bug#14608)
17649
17650 * emacs-lisp/lisp.el (forward-sexp, backward-sexp): Doc fixes.
17651
17652 2013-06-13 Michael Albinus <michael.albinus@gmx.de>
17653
17654 Implement changes in Secret Service API. Make it backward compatible.
17655 * net/secrets.el (secrets-struct-secret-content-type): New defonst.
17656 (secrets-create-item): Use it. Prefix properties with interface.
17657
17658 2013-06-13 Michael Hoffman <9qobl2n02@sneakemail.com> (tiny change)
17659
17660 * term.el (term-suppress-hard-newline): New option. (Bug#12017)
17661 (term-emulate-terminal): Respect term-suppress-hard-newline.
17662
17663 2013-06-13 E Sabof <esabof@gmail.com> (tiny change)
17664
17665 * image-dired.el (image-dired-dired-toggle-marked-thumbs):
17666 Only remove a `thumb-file' overlay. (Bug#14548)
17667
17668 2013-06-12 Grégoire Jadi <daimrod@gmail.com>
17669
17670 * mail/reporter.el (reporter-submit-bug-report):
17671 Handle missing package-name. (Bug#14600)
17672
17673 2013-06-12 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
17674
17675 * textmodes/reftex-cite.el (reftex-cite-regexp-hist)
17676 (reftex-citation-prompt, reftex-default-bibliography)
17677 (reftex-bib-or-thebib, reftex-get-bibfile-list)
17678 (reftex-pop-to-bibtex-entry, reftex-extract-bib-entries)
17679 (reftex-bib-sort-author, reftex-bib-sort-year)
17680 (reftex-bib-sort-year-reverse, reftex-get-crossref-alist)
17681 (reftex-extract-bib-entries-from-thebibliography)
17682 (reftex-get-bibkey-default, reftex-get-bib-names)
17683 (reftex-parse-bibtex-entry, reftex-get-bib-field)
17684 (reftex-format-bib-entry, reftex-parse-bibitem)
17685 (reftex-format-bibitem, reftex-do-citation)
17686 (reftex-figure-out-cite-format, reftex-offer-bib-menu)
17687 (reftex-restrict-bib-matches, reftex-extract-bib-file)
17688 (reftex-insert-bib-matches, reftex-format-citation)
17689 (reftex-make-cite-echo-string, reftex-bibtex-selection-callback)
17690 (reftex-create-bibtex-file): Add docstrings, mostly by converting
17691 existing comments into docstrings.
17692
17693 2013-06-12 Xue Fuqiao <xfq.free@gmail.com>
17694
17695 * ibuf-ext.el (ibuffer-mark-help-buffers): Doc fix.
17696
17697 2013-06-12 Andreas Schwab <schwab@suse.de>
17698
17699 * international/mule.el (auto-coding-alist): Use utf-8-emacs-unix
17700 for auto-save files.
17701
17702 2013-06-12 Glenn Morris <rgm@gnu.org>
17703
17704 * ido.el (ido-delete-ignored-files): Remove.
17705 (ido-wide-find-dirs-or-files, ido-make-file-list-1):
17706 Go back to calling ido-ignore-item-p directly.
17707
17708 2013-06-12 Eyal Lotem <eyal.lotem@gmail.com> (tiny change)
17709
17710 * ido.el (ido-wide-find-dirs-or-files): Respect ido-case-fold.
17711
17712 * ido.el (ido-delete-ignored-files): New function,
17713 split from ido-make-file-list-1.
17714 (ido-wide-find-dirs-or-files): Maybe ignore files. (Bug#13003)
17715 (ido-make-file-list-1): Use ido-delete-ignored-files.
17716
17717 2013-06-12 Leo Liu <sdl.web@gmail.com>
17718
17719 * progmodes/octave.el (inferior-octave-startup)
17720 (inferior-octave-completion-table)
17721 (inferior-octave-track-window-width-change)
17722 (octave-eldoc-function-signatures, octave-help)
17723 (octave-find-definition): Use single quoted strings.
17724 (inferior-octave-startup-args): Change default value.
17725 (inferior-octave-startup): Do not hard code "-i" and
17726 "--no-line-editing".
17727 (inferior-octave-resync-dirs): Add optional arg NOERROR.
17728 (inferior-octave-directory-tracker): Use it.
17729 (octave-goto-function-definition): Robustify.
17730 (octave-help): Support highlighting operators in 'See also'.
17731 (octave-find-definition): Find subfunctions only in Octave mode.
17732
17733 2013-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
17734
17735 * help-fns.el (help-fns--compiler-macro): If the handler function is
17736 named, then put a link to it.
17737 * help-mode.el (help-function-cmacro): Adjust regexp for cl-lib names.
17738 * emacs-lisp/cl-macs.el (cl--compiler-macro-typep): New function.
17739 (cl-typep): Use it.
17740 (cl-eval-when): Simplify debug spec.
17741 (cl-define-compiler-macro): Use eval-and-compile. Give a name to the
17742 compiler-macro function instead of setting `compiler-macro-file'.
17743
17744 2013-06-12 Xue Fuqiao <xfq.free@gmail.com>
17745
17746 * vc/vc-cvs.el (vc-cvs-stay-local): Doc fix.
17747 * vc/vc-hooks.el (vc-stay-local): Doc fix.
17748
17749 2013-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
17750 Daniel Hackney <dan@haxney.org>
17751
17752 First part of Daniel Hackney's patch to package.el.
17753 * emacs-lisp/package.el: Use defstruct.
17754 (package-desc): New, main struct.
17755 (package--bi-desc, package--ac-desc): New structs, used to describe the
17756 format in external files.
17757 (package-desc-vers): Replace with package-desc-version accessor.
17758 (package-desc-doc): Replace with package-desc-summary accessor.
17759 (package-activate-1): Remove `package' arg since the pkg-vec now
17760 includes the name.
17761 (define-package): Use package-desc-from-define.
17762 (package-unpack-single): Change file-name arg to be a symbol.
17763 (package--add-to-archive-contents): Use package-desc-create and new
17764 accessor functions to package--ac-desc.
17765 (package-buffer-info, package-tar-file-info): Return a package-desc.
17766 (package-install-from-buffer): Remove `type' argument. Change pkg-info
17767 arg to be a package-desc.
17768 (package-install-file): Adjust accordingly. Use \' to match EOS.
17769 (package--from-builtin): New function.
17770 (describe-package-1, package-menu--generate): Use it.
17771 (package--make-autoloads-and-compile): Change name arg to be a symbol.
17772 (package-generate-autoloads): Idem and return the name of the file.
17773 * emacs-lisp/package-x.el (package-upload-buffer-internal):
17774 Change pkg-info arg to be a package-desc.
17775 Use package-make-ac-desc.
17776 (package-upload-file): Use \' to match EOS.
17777 * finder.el (finder-compile-keywords): Use package-make-builtin.
17778
17779 2013-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
17780
17781 * vc/vc.el (vc-deduce-fileset): Change error message.
17782 (vc-read-backend): New function.
17783 (vc-next-action): Use it.
17784
17785 * subr.el (function-arity): Remove (mistakenly added) (bug#14590).
17786
17787 * progmodes/prolog.el (prolog-make-keywords-regexp): Remove.
17788 (prolog-font-lock-keywords): Use regexp-opt instead.
17789 Don't manually highlight strings.
17790 (prolog-mode-variables): Simplify comment-start-skip.
17791 (prolog-consult-compile): Use display-buffer. Remove unused old-filter.
17792
17793 * emacs-lisp/generic.el (generic--normalise-comments)
17794 (generic-set-comment-syntax, generic-set-comment-vars): New functions.
17795 (generic-mode-set-comments): Use them.
17796 (generic-bracket-support): Use setq-local.
17797 (generic-make-keywords-list): Declare obsolete.
17798
17799 2013-06-11 Glenn Morris <rgm@gnu.org>
17800
17801 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
17802 Prettify after setting font-lock-defaults. (Bug#14574)
17803
17804 2013-06-11 Juanma Barranquero <lekktu@gmail.com>
17805
17806 * replace.el (query-replace, occur-read-regexp-defaults-function)
17807 (replace-search):
17808 * subr.el (declare-function, number-sequence, local-set-key)
17809 (substitute-key-definition, locate-user-emacs-file)
17810 (with-silent-modifications, split-string, eval-after-load):
17811 Fix typos, remove unneeded backslashes and reflow some docstrings.
17812
17813 2013-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
17814
17815 * international/mule-conf.el (file-coding-system-alist): Use utf-8 as
17816 default for Elisp files.
17817
17818 2013-06-11 Glenn Morris <rgm@gnu.org>
17819
17820 * vc/log-view.el (log-view-mode-map): Inherit from special-mode-map,
17821 although define-derived-mode was doing this anyway. (Bug#14583)
17822
17823 2013-06-10 Juanma Barranquero <lekktu@gmail.com>
17824
17825 * allout.el (allout-encryption-plaintext-sanitization-regexps):
17826 Fix make-variable-buffer-local call to refer to the correct variable.
17827
17828 2013-06-10 Aidan Gauland <aidalgol@amuri.net>
17829
17830 * eshell/em-term.el (eshell-visual-commands)
17831 (eshell-visual-subcommands, eshell-visual-options):
17832 Add summary line to docstrings. Add cross-references.
17833
17834 2013-06-10 Glenn Morris <rgm@gnu.org>
17835
17836 * epa.el (epa-read-file-name): New function. (Bug#14510)
17837 (epa-decrypt-file): Make plain-file optional. Use epa-read-file-name.
17838
17839 2013-06-09 Aidan Gauland <aidalgol@amuri.net>
17840
17841 * eshell/em-term.el (eshell-visual-command-p): Fix bug that caused
17842 output redirection to be ignored with visual commands.
17843
17844 2013-06-09 Aidan Gauland <aidalgol@amuri.net>
17845
17846 * eshell/em-term.el (eshell-visual-command-p): New function.
17847 (eshell-term-initialize): Move long lambda to separate function
17848 eshell-visual-command-p.
17849 * eshell/em-dirs.el (eshell-dirs-initialize):
17850 * eshell/em-script.el (eshell-script-initialize):
17851 Add missing #' to lambda.
17852
17853 2013-06-08 Leo Liu <sdl.web@gmail.com>
17854
17855 * progmodes/octave.el (octave-add-log-current-defun): New function.
17856 (octave-mode): Set add-log-current-defun-function.
17857 (octave-goto-function-definition): Do not move point if not found.
17858 (octave-find-definition): Enhance to try subfunctions first.
17859
17860 2013-06-08 Glenn Morris <rgm@gnu.org>
17861
17862 * emacs-lisp/bytecomp.el (byte-compile-char-before)
17863 (byte-compile-backward-char, byte-compile-backward-word):
17864 Improve previous change, to handle non-explicit nil.
17865
17866 2013-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
17867
17868 * emacs-lisp/smie.el: Improve show-paren-mode behavior.
17869 (smie--opener/closer-at-point): New function.
17870 (smie--matching-block-data): Use it. Don't match from right after an
17871 opener or right before a closer. Obey smie-blink-matching-inners.
17872 Don't signal a mismatch for repeated inners like "switch..case..case".
17873
17874 2013-06-07 Leo Liu <sdl.web@gmail.com>
17875
17876 * progmodes/octave.el (octave-mode): Set comment-use-global-state
17877 to t. (Bug#14303)
17878 (octave-function-header-regexp): Fix. (Bug#14570)
17879 (octave-help-mode-finish-hook, octave-help-mode-finish):
17880 Remove. Just use temp-buffer-show-hook.
17881
17882 * newcomment.el (comment-search-backward): Revert last change.
17883 (Bug#14434)
17884
17885 * emacs-lisp/smie.el (smie--matching-block-data): Minor simplification.
17886
17887 2013-06-07 Eli Zaretskii <eliz@gnu.org>
17888
17889 * Makefile.in (TAGS TAGS-LISP): Pass the (long) list of *.el files
17890 through xargs, to avoid failure due to MS-Windows limitations on
17891 command-line length.
17892
17893 2013-06-06 Glenn Morris <rgm@gnu.org>
17894
17895 * font-lock.el (lisp-font-lock-keywords-2):
17896 Treat user-error like error.
17897
17898 * emacs-lisp/bytecomp.el (byte-compile-char-before)
17899 (byte-compile-backward-char, byte-compile-backward-word):
17900 Handle explicit nil arguments. (Bug#14565)
17901
17902 2013-06-05 Alan Mackenzie <acm@muc.de>
17903
17904 * isearch.el (isearch-allow-prefix): New user option.
17905 (isearch-other-meta-char): Don't exit isearch when a prefix
17906 argument is typed whilst `isearch-allow-prefix' is non-nil.
17907 (Bug#9706)
17908
17909 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
17910
17911 * autorevert.el (auto-revert-notify-handler): Use memq.
17912 Hide assertion failure.
17913
17914 * skeleton.el: Use cl-lib.
17915 (skeleton-further-elements): Use defvar-local.
17916 (skeleton-insert): Use cl-progv.
17917
17918 2013-06-05 Teodor Zlatanov <tzz@lifelogs.com>
17919
17920 * progmodes/prog-mode.el (prog-prettify-symbols)
17921 (prog-prettify-install): Update docstrings.
17922
17923 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
17924
17925 * simple.el: Move all the prog-mode code to prog-mode.el.
17926 * progmodes/prog-mode.el: New file.
17927 * loadup.el: Add prog-mode.el.
17928
17929 2013-06-05 Teodor Zlatanov <tzz@lifelogs.com>
17930
17931 * simple.el (prog-prettify-symbols): Add version.
17932 (prog-prettify-install): Add convenience function to prettify symbols.
17933
17934 * progmodes/perl-mode.el (perl--augmented-font-lock-keywords)
17935 (perl--augmented-font-lock-keywords-1)
17936 (perl--augmented-font-lock-keywords-2, perl-mode): Remove unneeded
17937 variables and use it.
17938
17939 * progmodes/cfengine.el (cfengine3--augmented-font-lock-keywords)
17940 (cfengine3-mode): Remove unneeded variable and use it.
17941
17942 * emacs-lisp/lisp-mode.el (lisp--augmented-font-lock-keywords)
17943 (lisp--augmented-font-lock-keywords-1)
17944 (lisp--augmented-font-lock-keywords-2, lisp-mode-variables):
17945 Remove unneeded variables and use it.
17946
17947 2013-06-05 João Távora <joaotavora@gmail.com>
17948
17949 * net/tls.el (open-tls-stream): Remove unneeded buffer contents up
17950 to point when opening the connection. (Bug#14380)
17951
17952 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
17953
17954 * subr.el (load-history-regexp, load-history-filename-element)
17955 (eval-after-load, after-load-functions, do-after-load-evaluation)
17956 (eval-next-after-load, display-delayed-warnings)
17957 (collapse-delayed-warnings, delayed-warnings-hook): Move after the
17958 definition of save-match-data.
17959 (overriding-local-map): Remove accidental obsolescence declaration.
17960
17961 * emacs-lisp/edebug.el (edebug-result): Move before first use.
17962
17963 2013-06-05 Teodor Zlatanov <tzz@lifelogs.com>
17964
17965 Generalize symbol prettify support to prog-mode and implement it
17966 for perl-mode, cfengine3-mode, and emacs-lisp-mode.
17967 * simple.el (prog-prettify-symbols-alist, prog-prettify-symbols)
17968 (prog--prettify-font-lock-compose-symbol)
17969 (prog-prettify-font-lock-symbols-keywords): New variables and
17970 functions to support symbol prettification.
17971 * emacs-lisp/lisp-mode.el (lisp--augmented-font-lock-keywords)
17972 (lisp--augmented-font-lock-keywords-1)
17973 (lisp--augmented-font-lock-keywords-2, lisp-mode-variables)
17974 (lisp--prettify-symbols-alist): Implement prettify of lambda.
17975 * progmodes/cfengine.el (cfengine3--augmented-font-lock-keywords)
17976 (cfengine3--prettify-symbols-alist, cfengine3-mode):
17977 Implement prettify of -> => :: strings.
17978 * progmodes/perl-mode.el (perl-prettify-symbols)
17979 (perl--font-lock-compose-symbol)
17980 (perl--font-lock-symbols-keywords): Move to prog-mode.
17981 (perl--prettify-symbols-alist): Prettify -> => :: strings.
17982 (perl-font-lock-keywords-1)
17983 (perl-font-lock-keywords-2): Remove explicit prettify support.
17984 (perl--augmented-font-lock-keywords)
17985 (perl--augmented-font-lock-keywords-1)
17986 (perl--augmented-font-lock-keywords-2, perl-mode):
17987 Implement prettify support.
17988
17989 2013-06-05 Leo Liu <sdl.web@gmail.com>
17990
17991 Re-implement SMIE matching block highlight using
17992 show-paren-data-function. (Bug#14395)
17993 * emacs-lisp/smie.el (smie-matching-block-highlight)
17994 (smie--highlight-matching-block-overlay)
17995 (smie--highlight-matching-block-lastpos)
17996 (smie-highlight-matching-block)
17997 (smie-highlight-matching-block-mode): Remove.
17998 (smie--matching-block-data-cache): New variable.
17999 (smie--matching-block-data): New function.
18000 (smie-setup): Use smie--matching-block-data for
18001 show-paren-data-function.
18002
18003 * progmodes/octave.el (octave-mode-menu): Fix.
18004 (octave-find-definition): Skip garbage lines.
18005
18006 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
18007
18008 Fix compilation error with simultaneous dynamic+lexical scoping.
18009 Add warning when a defvar appears after the first let-binding.
18010 * emacs-lisp/bytecomp.el (byte-compile-lexical-variables): New var.
18011 (byte-compile-close-variables): Initialize it.
18012 (byte-compile--declare-var): New function.
18013 (byte-compile-file-form-defvar)
18014 (byte-compile-file-form-define-abbrev-table)
18015 (byte-compile-file-form-custom-declare-variable): Use it.
18016 (byte-compile-make-lambda-lexenv): Change the argument. Simplify.
18017 (byte-compile-lambda): Share call to byte-compile-arglist-vars.
18018 (byte-compile-bind): Handle dynamic bindings that shadow
18019 lexical bindings.
18020 (byte-compile-unbind): Make arg non-optional.
18021 (byte-compile-let): Simplify.
18022 * emacs-lisp/cconv.el (byte-compile-lexical-variables): Declare var.
18023 (cconv--analyse-function, cconv-analyse-form): Populate it.
18024 Protect byte-compile-bound-variables to limit the scope of defvars.
18025 (cconv-analyse-form): Add missing rule for (defvar <foo>).
18026 Remove unneeded rule for `declare'.
18027
18028 * emacs-lisp/cl-macs.el (cl--compiler-macro-adjoin): Use macroexp-let2
18029 so as to avoid depending on cl-adjoin at run-time.
18030 * emacs-lisp/cl-lib.el (cl-pushnew): Use backquotes.
18031
18032 * emacs-lisp/macroexp.el (macroexp--compiling-p): New function.
18033 (macroexp--warn-and-return): Use it.
18034
18035 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
18036
18037 * subr.el: Convert to lexical binding.
18038 (overriding-local-map): Make obsolete.
18039 (add-to-list): Doc fix. Add compiler macro.
18040 (read-key): Swap values of local maps.
18041
18042 2013-06-05 Leo Liu <sdl.web@gmail.com>
18043
18044 * eshell/esh-mode.el (eshell-mode): Fix key bindings.
18045
18046 2013-06-04 Leo Liu <sdl.web@gmail.com>
18047
18048 * progmodes/compile.el (compile-goto-error): Add optional arg NOMSG.
18049 (compilation-auto-jump): Suppress the "Mark set" message to give
18050 way to exit message.
18051
18052 2013-06-04 Alan Mackenzie <acm@muc.de>
18053
18054 Remove faulty optimization from indentation calculation.
18055 * progmodes/cc-engine.el (c-guess-basic-syntax): Don't calculate
18056 search limit based on 2000 characters back from indent-point.
18057
18058 2013-06-03 Tassilo Horn <tsdh@gnu.org>
18059
18060 * eshell/em-term.el (cl-lib): Require `cl-lib'.
18061
18062 2013-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
18063
18064 * emacs-lisp/lisp.el: Use lexical-binding.
18065 (lisp--local-variables-1, lisp--local-variables): New functions.
18066 (lisp--local-variables-completion-table): New var.
18067 (lisp-completion-at-point): Use it complete let-bound vars.
18068
18069 * emacs-lisp/lisp-mode.el (eval-sexp-add-defvars): Expand macros
18070 eagerly (bug#14422).
18071
18072 2013-06-03 Michael Albinus <michael.albinus@gmx.de>
18073
18074 * autorevert.el (auto-revert-notify-enabled)
18075 (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
18076 (auto-revert-notify-event-p, auto-revert-notify-event-file-name)
18077 (auto-revert-notify-handler): Handle also gfilenotify.
18078
18079 * subr.el (file-notify-handle-event): New defun. Replacing ...
18080 (inotify-event-p, inotify-handle-event, w32notify-handle-event):
18081 Remove.
18082
18083 2013-06-03 Juri Linkov <juri@jurta.org>
18084
18085 * bindings.el (search-map): Bind `highlight-symbol-at-point' to
18086 `M-s h .'. (Bug#14427)
18087
18088 * hi-lock.el (highlight-symbol-at-point): New alias for the new
18089 command `hi-lock-face-symbol-at-point'.
18090 (hi-lock-face-symbol-at-point): New command.
18091 (hi-lock-map): Bind `highlight-symbol-at-point' to `C-x w .'.
18092 (hi-lock-menu): Add `highlight-symbol-at-point'.
18093 (hi-lock-mode): Doc fix.
18094
18095 * isearch.el (isearch-forward-symbol-at-point): New command.
18096 (search-map): Bind `isearch-forward-symbol-at-point' to `M-s .'.
18097 (isearch-highlight-regexp): Add a regexp which matches
18098 words/symbols for word/symbol mode.
18099
18100 * subr.el (find-tag-default-bounds): New function with the body
18101 mostly moved from `find-tag-default'.
18102 (find-tag-default): Move most code to `find-tag-default-bounds',
18103 call it and apply `buffer-substring-no-properties' afterwards.
18104
18105 2013-06-03 Tassilo Horn <tsdh@gnu.org>
18106
18107 * eshell/em-term.el (eshell-term-initialize):
18108 Use `cl-intersection' rather than `intersection'.
18109
18110 2013-06-02 Xue Fuqiao <xfq.free@gmail.com>
18111
18112 * vc/log-view.el: Doc fix.
18113 (log-view-mode-map): Copy keymap from `special-mode-map'.
18114
18115 2013-06-02 Eric Ludlam <zappo@gnu.org>
18116
18117 * emacs-lisp/eieio.el (eieio--defalias, eieio-hook)
18118 (eieio-error-unsupported-class-tags, eieio-skip-typecheck)
18119 (eieio-optimize-primary-methods-flag, eieio-initializing-object)
18120 (eieio-unbound, eieio-default-superclass)
18121 (eieio--define-field-accessors, method-static, method-before)
18122 (method-primary, method-after, method-num-lists)
18123 (method-generic-before, method-generic-primary)
18124 (method-generic-after, method-num-slots)
18125 (eieio-specialized-key-to-generic-key)
18126 (eieio--check-type, class-v, class-p)
18127 (eieio-class-name, define-obsolete-function-alias)
18128 (eieio-class-parents-fast, eieio-class-children-fast)
18129 (same-class-fast-p, class-constructor, generic-p)
18130 (generic-primary-only-p, generic-primary-only-one-p)
18131 (class-option-assoc, class-option, eieio-object-p)
18132 (class-abstract-p, class-method-invocation-order)
18133 (eieio-defclass-autoload-map, eieio-defclass-autoload)
18134 (eieio-class-un-autoload, eieio-defclass)
18135 (eieio-eval-default-p, eieio-perform-slot-validation-for-default)
18136 (eieio-add-new-slot, eieio-copy-parents-into-subclass)
18137 (eieio--defgeneric-init-form, eieio-defgeneric-form)
18138 (eieio-defgeneric-reset-generic-form)
18139 (eieio-defgeneric-form-primary-only)
18140 (eieio-defgeneric-reset-generic-form-primary-only)
18141 (eieio-defgeneric-form-primary-only-one)
18142 (eieio-defgeneric-reset-generic-form-primary-only-one)
18143 (eieio-unbind-method-implementations)
18144 (eieio--defmethod, eieio--typep)
18145 (eieio-perform-slot-validation, eieio-validate-slot-value)
18146 (eieio-validate-class-slot-value, eieio-barf-if-slot-unbound)
18147 (eieio-oref, eieio-oref-default, eieio-default-eval-maybe)
18148 (eieio-oset, eieio-oset-default, eieio-slot-originating-class-p)
18149 (eieio-slot-name-index, eieio-class-slot-name-index)
18150 (eieio-set-defaults, eieio-initarg-to-attribute)
18151 (eieio-attribute-to-initarg, eieio-c3-candidate)
18152 (eieio-c3-merge-lists, eieio-class-precedence-c3)
18153 (eieio-class-precedence-dfs, eieio-class-precedence-bfs)
18154 (eieio-class-precedence-list, eieio-generic-call-methodname)
18155 (eieio-generic-call-arglst, eieio-generic-call-key)
18156 (eieio-generic-call-next-method-list)
18157 (eieio-pre-method-execution-functions, eieio-generic-call)
18158 (eieio-generic-call-primary-only, eieiomt-method-list)
18159 (eieiomt-optimizing-obarray, eieiomt-install)
18160 (eieiomt-add, eieiomt-next, eieiomt-sym-optimize)
18161 (eieio-generic-form, eieio-defmethod, make-obsolete)
18162 (eieio-defgeneric, make-obsolete): Move to eieio-core.el.
18163 (defclass): Remove `eval-and-compile' from macro.
18164 (call-next-method, shared-initialize): Instead of using
18165 `scoped-class' variable, use new eieio--scoped-class, and
18166 eieio--with-scoped-class.
18167 (initialize-instance): Rename local variable 'scoped-class' to
18168 'this-class' to remove ambiguitity from old global.
18169
18170 * emacs-lisp/eieio-core.el: New file. Derived from key parts of
18171 eieio.el.
18172 (eieio--scoped-class-stack): New variable.
18173 (eieio--scoped-class): New fcn.
18174 (eieio--with-scoped-class): New scoping macro.
18175 (eieio-defclass): Use pushnew instead of add-to-list.
18176 (eieio-defgeneric-form-primary-only-one, eieio-oset-default)
18177 (eieio-slot-name-index, eieio-set-defaults, eieio-generic-call)
18178 (eieio-generic-call-primary-only, eieiomt-add): Instead of using
18179 `scoped-class' variable, use new eieio--scoped-class, and
18180 eieio--with-scoped-class.
18181
18182 * emacs-lisp/eieio-base.el (cl-lib): Require during compile.
18183
18184 2013-06-02 Tassilo Horn <tsdh@gnu.org>
18185
18186 * eshell/esh-ext.el (eshell-external-command): Pass args to
18187 `eshell-find-interpreter'.
18188 (eshell-find-interpreter): Add new second parameter ARGS.
18189
18190 * eshell/em-script.el (eshell-script-initialize): Add second arg
18191 to the function added as MATCH to `eshell-interpreter-alist'.
18192
18193 * eshell/em-dirs.el (eshell-dirs-initialize): Add second arg to
18194 the function added as MATCH to `eshell-interpreter-alist'.
18195
18196 * eshell/em-term.el (eshell-visual-subcommands): New defcustom.
18197 (eshell-visual-options): New defcustom.
18198 (eshell-escape-control-x): Adapt docstring.
18199 (eshell-term-initialize): Test `eshell-visual-subcommands' and
18200 `eshell-visual-options' in addition to `eshell-visual-commands'.
18201 (eshell-exec-visual): Pass args to `eshell-find-interpreter'.
18202
18203 2013-06-01 Fabián Ezequiel Gallina <fgallina@gnu.org>
18204
18205 * progmodes/python.el (python-indent-block-enders): Add break,
18206 continue and raise keywords.
18207
18208 2013-06-01 Glenn Morris <rgm@gnu.org>
18209
18210 * pcmpl-gnu.el (pcomplete/tar): Check obsolete variable is bound.
18211
18212 Plain (f)boundp silences compilation warnings since Emacs 22.1.
18213 * progmodes/cc-cmds.el (delete-forward-p):
18214 * progmodes/cc-defs.el (buffer-syntactic-context-depth):
18215 * progmodes/cc-engine.el (buffer-syntactic-context):
18216 * progmodes/cc-fonts.el (face-property-instance):
18217 * progmodes/cc-mode.el (set-keymap-parents):
18218 * progmodes/cc-vars.el (get-char-table): No need for cc-bytecomp-defun.
18219 * progmodes/cc-defs.el (c-set-region-active, c-beginning-of-defun-1)
18220 * progmodes/cc-mode.el (c-make-inherited-keymap): Use plain fboundp.
18221 * progmodes/cc-defs.el (zmacs-region-stays, zmacs-regions)
18222 (lookup-syntax-properties): Remove unecessary cc-bytecomp-defvar.
18223
18224 * progmodes/cc-vars.el (other): Emacs has this widget since
18225 at least 21.1, so don't (re)define it.
18226
18227 * eshell/em-cmpl.el (eshell-cmpl-initialize):
18228 Replace the obsolete alias pcomplete-arg-quote-list.
18229
18230 2013-06-01 Leo Liu <sdl.web@gmail.com>
18231
18232 * progmodes/octave.el (octave-mode-syntax-table): Give `.'
18233 punctuation syntax.
18234 (inferior-octave-minimal-columns)
18235 (inferior-octave-last-column-width): New variables.
18236 (inferior-octave-track-window-width-change): New function.
18237 (inferior-octave-mode): Adjust column width so that Octave output,
18238 for example from 'ls', can fit into the window nicely.
18239
18240 2013-05-31 Dmitry Gutov <dgutov@yandex.ru>
18241
18242 * progmodes/ruby-mode.el (ruby-syntax-expansion-allowed-p):
18243 Highlight expansions inside regexp literals.
18244
18245 2013-05-31 Glenn Morris <rgm@gnu.org>
18246
18247 * obsolete/sym-comp.el (symbol-complete):
18248 Replace obsolete completion-annotate-function.
18249
18250 * progmodes/cc-vars.el (c-make-macro-with-semi-re): Silence compiler.
18251
18252 2013-05-31 Dmitry Gutov <dgutov@yandex.ru>
18253
18254 * progmodes/ruby-mode.el (ruby-syntax-expansion-allowed-p):
18255 New function, checks if point is inside a literal that allows
18256 expression expansion.
18257 (ruby-syntax-propertize-expansion): Use it.
18258 (ruby-syntax-propertize-function): Bind `case-fold-search' to nil
18259 around the body.
18260
18261 2013-05-30 Juri Linkov <juri@jurta.org>
18262
18263 * isearch.el (isearch-mode-map): Bind `isearch-toggle-invisible'
18264 to "\M-si".
18265 (isearch-invisible): New variable.
18266 (isearch-forward): Doc fix.
18267 (isearch-mode): Set `isearch-invisible'
18268 to the value of `search-invisible'.
18269 (isearch-toggle-case-fold): Doc fix.
18270 (isearch-toggle-invisible): New command.
18271 (isearch-query-replace): Let-bind `search-invisible'
18272 to the value of `isearch-invisible'.
18273 (isearch-search): Use `isearch-invisible' instead of
18274 `search-invisible'. Let-bind `search-invisible'
18275 to the value of `isearch-invisible'. (Bug#11378)
18276
18277 2013-05-30 Juri Linkov <juri@jurta.org>
18278
18279 * replace.el (perform-replace): Avoid `isearch-range-invisible'
18280 call when `query-flag' is nil and `search-invisible' is non-nil.
18281 (Bug#11746)
18282
18283 2013-05-30 Glenn Morris <rgm@gnu.org>
18284
18285 * progmodes/gdb-mi.el (gdb-wait-for-pending): Fix typo.
18286
18287 * progmodes/cc-bytecomp.el (cc-bytecomp-noruntime-functions): New.
18288 (cc-require): Suppress spurious "noruntime" warnings.
18289 (cc-require-when-compile): Use fboundp, for sake of compiler.
18290
18291 * progmodes/cc-mode.el: Move load of cc-vars before that of
18292 cc-langs (which in turn loads cc-vars), to quieten compiler.
18293
18294 2013-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
18295
18296 * paren.el: Simplify the code.
18297 (show-paren-mode): Always start the timer.
18298 (show-paren--idle-timer): Rename from show-paren-idle-timer.
18299 (show-paren--overlay, show-paren--overlay-1): Rename from
18300 show-paren-overlay and show-paren-overlay-1, and initialize to an
18301 overlay rather than to nil.
18302 (show-paren-function): Misc cleanup and simplifications.
18303
18304 2013-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
18305
18306 * paren.el (show-paren-data-function): New hook.
18307 (show-paren--default): New function, extracted from show-paren-function.
18308 (show-paren-function): Use show-paren-data-function.
18309
18310 2013-05-30 Glenn Morris <rgm@gnu.org>
18311
18312 * ielm.el (ielm-map, ielm-complete-symbol):
18313 Use completion-at-point rather than obsolete functions.
18314 (inferior-emacs-lisp-mode): Doc fix.
18315 Set completion-at-point-functions, rather than
18316 comint-dynamic-complete-functions.
18317
18318 * eshell/em-cmpl.el (eshell-complete-lisp-symbol): New function.
18319 (eshell-cmpl-initialize, eshell-complete-parse-arguments):
18320 Replace obsolete lisp-complete-symbol with eshell-complete-lisp-symbol.
18321
18322 * image.el (image-animated-p): Tweak definition.
18323
18324 * net/rlogin.el (rlogin-program, rlogin-explicit-args): Default to ssh.
18325 (rlogin-process-connection-type): Tweak default. Add set-after.
18326 (rlogin-host): Doc fix.
18327 (rlogin): Tweak prompt.
18328 (rlogin-tab-or-complete): Use completion-at-point rather than alias.
18329
18330 * net/net-utils.el (nslookup-mode-map, ftp-mode-map):
18331 * progmodes/tcl.el (inferior-tcl-mode-map):
18332 Use completion-at-point rather than obsolete alias.
18333
18334 * emacs-lisp/eieio.el (eieio-eval-default-p): Move before use.
18335
18336 * minibuffer.el (read-file-name-completion-ignore-case):
18337 Move before completion--in-region, for eager macro expansion.
18338
18339 2013-05-29 Juri Linkov <juri@jurta.org>
18340
18341 * replace.el (occur-engine): Rename `globalcount' to `global-lines'
18342 for total count of matching lines. Add `global-matches' for total
18343 count of matches. Rename `matches' to `lines' for count of
18344 matching lines. Add `matches' for count of matches.
18345 Rename `lines' to `curr-line' for line count. Rename `prev-lines'
18346 to `prev-line' for line number of prev match endpt.
18347 Increment `matches' for every match. Print the number of
18348 matching lines in the header.
18349 (occur-context-lines): Rename `lines' to `curr-line'.
18350 Rename `prev-lines' to `prev-line'. (Bug#14017)
18351
18352 2013-05-29 Juri Linkov <juri@jurta.org>
18353
18354 * replace.el (perform-replace): Add `skip-read-only-count',
18355 `skip-filtered-count', `skip-invisible-count' let-bound to 0.
18356 Increment them for corresponding conditions and report the number
18357 of skipped occurrences in the final message. (Bug#11746)
18358 (query-replace, query-replace-regexp, query-replace-regexp-eval)
18359 (replace-string, replace-regexp): Doc fix.
18360
18361 2013-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
18362
18363 * emacs-lisp/trace.el (trace--read-args): Provide a default.
18364
18365 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Inherit from
18366 prog-mode-map (bug#14504).
18367
18368 2013-05-29 Leo Liu <sdl.web@gmail.com>
18369
18370 * progmodes/octave.el (octave-indent-comment): Tweak regexps.
18371 (octave-help): Small simplification.
18372
18373 * emacs-lisp/smie.el (smie-highlight-matching-block): Always turn
18374 off the highlight first.
18375
18376 2013-05-29 Glenn Morris <rgm@gnu.org>
18377
18378 * progmodes/idlwave.el (idlwave-concatenate-rinfo-lists):
18379 Handle idlwave-last-system-routine-info-cons-cell being nil.
18380
18381 * progmodes/idlwave.el (idlwave-scan-user-lib-files)
18382 (idlwave-write-paths): Simplify via with-temp-buffer.
18383
18384 * emulation/cua-gmrk.el: Also load cua-base, cua-rect at run time.
18385 * emulation/cua-rect.el: Also load cua-base at run time.
18386
18387 * progmodes/cperl-mode.el (imenu-choose-buffer-index)
18388 (file-of-tag, etags-snarf-tag, etags-goto-tag-location): Declare.
18389 (cperl-imenu-on-info): Require imenu.
18390
18391 2013-05-28 Alan Mackenzie <acm@muc.de>
18392
18393 Handle "capitalised keywords" correctly.
18394 * progmodes/cc-mode.el (c-after-change): Bind case-fold-search to nil.
18395
18396 2013-05-28 Aidan Gauland <aidalgol@amuri.net>
18397
18398 * eshell/em-unix.el: Add -r option to cp.
18399
18400 2013-05-28 Glenn Morris <rgm@gnu.org>
18401
18402 * vc/vc-arch.el (vc-exec-after): Declare.
18403 (vc-switches): Autoload.
18404 * vc/vc-bzr.el: No need to require vc when compiling.
18405 (vc-exec-after, vc-set-async-update, vc-default-dir-printer)
18406 (vc-resynch-buffer, vc-dir-refresh): Declare.
18407 (vc-setup-buffer, vc-switches): Autoload.
18408 * vc/vc-cvs.el (vc-exec-after, vc-coding-system-for-diff)
18409 (vc-resynch-buffer): Declare.
18410 (vc-switches, vc-default-revert, vc-version-backup-file): Autoload.
18411 * vc/vc-dir.el (desktop-missing-file-warning): Declare.
18412 * vc/vc-git.el (vc-exec-after, vc-set-async-update)
18413 (grep-read-regexp, grep-read-files, grep-expand-template)
18414 (vc-dir-refresh): Declare.
18415 (vc-setup-buffer, vc-switches, vc-resynch-buffer): Autoload.
18416 * vc/vc-hg.el (vc-exec-after, vc-set-async-update): Declare.
18417 (vc-setup-buffer, vc-switches, vc-do-async-command): Autoload.
18418 * vc/vc-mtn.el (vc-exec-after): Declare.
18419 (vc-switches): Autoload.
18420 * vc/vc-rcs.el (vc-expand-dirs, vc-switches)
18421 (vc-tag-precondition, vc-buffer-sync, vc-rename-master): Autoload.
18422 (vc-file-tree-walk): Declare.
18423 * vc/vc-sccs.el (vc-file-tree-walk): Declare.
18424 (vc-expand-dirs, vc-switches, vc-setup-buffer, vc-delistify)
18425 (vc-tag-precondition, vc-rename-master): Autoload.
18426 * vc/vc-svn.el (vc-exec-after): Declare.
18427 (vc-switches, vc-setup-buffer): Autoload.
18428 * obsolete/vc-mcvs.el (vc-checkout, vc-switches, vc-default-revert):
18429 Autoload.
18430 (vc-resynch-buffer): Declare.
18431
18432 * obsolete/fast-lock.el (byte-compile-warnings):
18433 Don't warn about obsolete features in this obsolete file.
18434
18435 * progmodes/cc-vars.el (c-macro-names-with-semicolon):
18436 Move definition before use.
18437
18438 * play/dunnet.el (byte-compile-warnings): Don't disable them all.
18439 (dun-unix-verbs): Remove dun-zippy.
18440 (dun-zippy): Remove function.
18441
18442 * emacs-lisp/bytecomp.el (byte-compile-warnings): Doc fix.
18443
18444 2013-05-27 Juri Linkov <juri@jurta.org>
18445
18446 * replace.el (replace-search): New function with code moved out
18447 from `perform-replace'.
18448 (replace-highlight, replace-dehighlight): Move function definitions
18449 up closer to `replace-search'. (Bug#11746)
18450
18451 2013-05-27 Juri Linkov <juri@jurta.org>
18452
18453 * replace.el (perform-replace): Ignore invisible matches.
18454 In addition to checking `query-replace-skip-read-only', also
18455 filter out matches by calling `run-hook-with-args-until-failure'
18456 on `isearch-filter-predicates', and also check `search-invisible'
18457 for t or call `isearch-range-invisible'.
18458 (replace-dehighlight): Call `isearch-clean-overlays'. (Bug#11746)
18459
18460 2013-05-27 Juri Linkov <juri@jurta.org>
18461
18462 * isearch.el (isearch-filter-predicates): Rename from
18463 `isearch-filter-predicate'. Doc fix. (Bug#11378)
18464 (isearch-message-prefix): Display text from the property
18465 `isearch-message-prefix' of the currently active filters.
18466 (isearch-search): Don't compare `isearch-filter-predicate' with
18467 `isearch-filter-visible'. Call `run-hook-with-args-until-failure'
18468 on `isearch-filter-predicates'. Also check `search-invisible' for t
18469 or call `isearch-range-invisible'.
18470 (isearch-filter-visible): Make obsolete.
18471 (isearch-lazy-highlight-search):
18472 Call `run-hook-with-args-until-failure' on
18473 `isearch-filter-predicates' and use `isearch-range-invisible'.
18474
18475 * info.el (Info-search): Call `run-hook-with-args-until-failure' on
18476 `isearch-filter-predicates' instead of `funcall'ing
18477 `isearch-filter-predicate'.
18478 (Info-mode): Set `Info-isearch-filter' to
18479 `isearch-filter-predicates' instead of `isearch-filter-predicate'.
18480
18481 * dired-aux.el (dired-isearch-filter-predicate-orig):
18482 Remove variable.
18483 (dired-isearch-filenames-toggle, dired-isearch-filenames-setup)
18484 (dired-isearch-filenames-end): Add and remove
18485 `dired-isearch-filter-filenames' in `isearch-filter-predicates'
18486 instead of changing the value of `isearch-filter-predicate'.
18487 Rebind `dired-isearch-filenames-toggle' from "\M-sf" to "\M-sff".
18488 (dired-isearch-filter-filenames): Don't use `isearch-filter-visible'.
18489 Put property `isearch-message-prefix' to "filename " on
18490 `dired-isearch-filter-filenames'.
18491
18492 * wdired.el (wdired-change-to-wdired-mode):
18493 Add `isearch-filter-predicates' to `wdired-isearch-filter-read-only'
18494 locally instead of changing `isearch-filter-predicate'.
18495 (wdired-isearch-filter-read-only): Don't use `isearch-filter-visible'.
18496
18497 2013-05-27 Dmitry Gutov <dgutov@yandex.ru>
18498
18499 * vc/vc-git.el (vc-git-working-revision): When in detached mode,
18500 return the commit hash (Bug#14459). Also set the
18501 `vc-git-detached' property.
18502 (vc-git--rev-parse): Extract from `vc-git-previous-revision'.
18503 (vc-git-mode-line-string): Use the same help-echo format whether
18504 in detached mode or not, because we know the actual revision now.
18505 When in detached mode, shorten the revision to 7 chars.
18506
18507 2013-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
18508
18509 * emacs-lisp/easy-mmode.el (define-minor-mode):
18510 * emacs-lisp/derived.el (define-derived-mode): Always defvar the
18511 mode hook and provide a docstring.
18512
18513 2013-05-27 Alan Mackenzie <acm@muc.de>
18514
18515 Remove spurious syntax-table text properties inserted by C-y.
18516 * progmodes/cc-mode.el (c-after-change): Also clear hard
18517 syntax-table property with value nil.
18518
18519 2013-05-27 Michael Albinus <michael.albinus@gmx.de>
18520
18521 * net/dbus.el (dbus-call-method): Let-bind `inhibit-redisplay'
18522 when reading the events; the buffer layout shall not be changed.
18523
18524 2013-05-27 Leo Liu <sdl.web@gmail.com>
18525
18526 * progmodes/octave.el (inferior-octave-directory-tracker-resync):
18527 New variable.
18528 (inferior-octave-directory-tracker): Automatically re-sync
18529 default-directory.
18530 (octave-help): Improve handling of 'See also'.
18531
18532 2013-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
18533
18534 * doc-view.el: Minor naming convention tweaks.
18535 (desktop-buffer-mode-handlers): Don't add to it repeatedly.
18536
18537 * image-mode.el (image-mode-reapply-winprops): Call image-mode-winprops
18538 even if there's no `display' property yet (bug#14435).
18539
18540 2013-05-25 Eli Zaretskii <eliz@gnu.org>
18541
18542 * subr.el (unmsys--file-name): Rename from reveal-filename.
18543
18544 * Makefile.in (custom-deps, finder-data, autoloads)
18545 ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
18546 ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
18547 ($(CAL_DIR)/hol-loaddefs.el): All users changed.
18548
18549 2013-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
18550
18551 * emacs-lisp/lisp.el (lisp-completion-at-point): Don't use
18552 error-completion on the first 2 args of condition-case (bug#14446).
18553 Don't burp at EOB.
18554
18555 2013-05-25 Leo Liu <sdl.web@gmail.com>
18556
18557 * comint.el (comint-previous-matching-input): Do not flood the
18558 *Messages* buffer with trivial messages.
18559
18560 2013-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
18561
18562 * progmodes/flymake.el (flymake-nop): Don't return a string.
18563 (flymake-set-at): Fix typo.
18564
18565 * simple.el (read--expression): New function, extracted from
18566 eval-expression. Set completion-at-point-functions (bug#14465).
18567 (eval-expression, eval-minibuffer): Use it.
18568
18569 2013-05-25 Xue Fuqiao <xfq.free@gmail.com>
18570
18571 * progmodes/flymake.el (flymake-save-buffer-in-file)
18572 (flymake-makehash, flymake-posn-at-point-as-event, flymake-nop)
18573 (flymake-selected-frame, flymake-log, flymake-ins-after)
18574 (flymake-set-at, flymake-get-buildfile-from-cache)
18575 (flymake-add-buildfile-to-cache, flymake-clear-buildfile-cache)
18576 (flymake-find-possible-master-files, flymake-save-buffer-in-file):
18577 Refine the doc string.
18578 (flymake-get-file-name-mode-and-masks): Reformat.
18579 (flymake-get-real-file-name-function): Fix a minor bug.
18580
18581 2013-05-24 Juri Linkov <juri@jurta.org>
18582
18583 * progmodes/grep.el (grep-mode-font-lock-keywords):
18584 Support =linenumber= format used by git-grep for lines with
18585 function names. (Bug#13549)
18586
18587 2013-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
18588
18589 * progmodes/octave.el (octave-smie-rules): Return nil rather than
18590 0 after a semi-colon; it works better for smie-auto-fill.
18591 (octave--indent-new-comment-line): New function.
18592 (octave-indent-new-comment-line): Use it (indirectly).
18593 (octave-mode): Don't disable smie-auto-fill. Use add-function to
18594 modify comment-line-break-function.
18595
18596 * emacs-lisp/smie.el (smie-auto-fill): Rework to be more robust.
18597 (smie-setup): Use add-function to set it.
18598
18599 2013-05-24 Sam Steingold <sds@gnu.org>
18600
18601 * sort.el (delete-duplicate-lines): Accept an optional `keep-blanks'
18602 argument (before the `interactive' argument).
18603
18604 2013-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
18605
18606 * image-mode.el (image-mode-winprops): Add winprops to
18607 image-mode-winprops-alist before running
18608 image-mode-new-window-functions.
18609 * doc-view.el (doc-view-new-window-function): Don't delay
18610 doc-view-goto-page via timers (bug#14435).
18611
18612 2013-05-24 Tassilo Horn <tsdh@gnu.org>
18613
18614 * doc-view.el: Integrate with desktop.el. (Bug#14435)
18615 (doc-view-desktop-save-buffer): New function.
18616 (doc-view-restore-desktop-buffer): New function.
18617 (desktop-buffer-mode-handlers):
18618 Add `doc-view-restore-desktop-buffer' as desktop.el buffer mode
18619 handler.
18620 (doc-view-mode): Set `doc-view-desktop-save-buffer' as custom
18621 `desktop-save-buffer' function.
18622
18623 2013-05-24 Michael Albinus <michael.albinus@gmx.de>
18624
18625 * net/tramp-gvfs.el (tramp-gvfs-enabled): New defconst.
18626 (tramp-gvfs-file-name-handler): Raise a user error when
18627 `tramp-gvfs-enabled' is nil.
18628 (top): Register signals only when `tramp-gvfs-enabled' is non-nil.
18629 Do not raise a user error when loading package. (Bug#14447)
18630
18631 * net/xesam.el: Move to obsolete/.
18632
18633 2013-05-24 Glenn Morris <rgm@gnu.org>
18634
18635 * font-lock.el (lisp-font-lock-keywords-2): Add with-coding-priority.
18636
18637 * emacs-lisp/chart.el (chart-sort): Replace obsolete `object-name'.
18638
18639 * progmodes/cperl-mode.el (cperl-mode): Use fboundp.
18640 (Info-find-node, Man-getpage-in-background): Declare.
18641
18642 * mail/unrmail.el (unrmail):
18643 Replace obsolete detect-coding-with-priority.
18644
18645 * net/socks.el (socks-split-string): Use this rather than split-string.
18646 (socks-nslookup-host): Update for above change.
18647 (dynamic-choice, s5-dynamic-choice-match)
18648 (s5-dynamic-choice-match-inline, s5-widget-value-create):
18649 Comment out unused code.
18650
18651 * tooltip.el (tooltip-use-echo-area): Warn only on 'set.
18652 * progmodes/gud.el (gud-gdb-completion-function): Move before use.
18653 (gud-tooltip-echo-area): Make obsolete.
18654 (gud-tooltip-process-output, gud-tooltip-tips): Also check tooltip-mode.
18655
18656 * progmodes/js.el (js--optimize-arglist): Declare.
18657
18658 * progmodes/ruby-mode.el (ruby-syntax-propertize-expansion): Declare.
18659
18660 * progmodes/which-func.el (ediff-window-A, ediff-window-B)
18661 (ediff-window-C): Declare.
18662
18663 * obsolete/pgg-gpg.el, obsolete/pgg-pgp.el, obsolete/pgg-pgp5.el:
18664 Tweak requires to silence compiler.
18665
18666 * obsolete/sym-comp.el: No need to load hipper-exp when compiling.
18667 (he-search-string, he-tried-table, he-expand-list)
18668 (he-init-string, he-string-member, he-substitute-string)
18669 (he-reset-string): Declare.
18670
18671 * obsolete/options.el (list-options): Use custom-variable-p,
18672 rather than obsolete alias.
18673
18674 2013-05-23 Sam Steingold <sds@gnu.org>
18675
18676 * simple.el (shell-command-on-region): Pass the `replace' argument
18677 down to `call-process-region' to comply with the doc as reported on
18678 <http://stackoverflow.com/questions/16720458/emacs-noninteractive-call-to-shell-command-on-region-always-deletes-region>
18679
18680 2013-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
18681
18682 * emacs-lisp/smie.el (smie-indent-forward-token)
18683 (smie-indent-backward-token): Handle string tokens (bug#14381).
18684
18685 2013-05-23 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
18686
18687 * ielm.el (ielm-menu): New menu.
18688 (inferior-emacs-lisp-mode): Set comment-start.
18689
18690 2013-05-23 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
18691
18692 * textmodes/reftex.el (reftex-ref-style-toggle):
18693 Fix deactivate action.
18694
18695 * textmodes/reftex-vars.el (reftex-ref-style-alist):
18696 Add cleveref macros.
18697
18698 * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
18699 Accept options for bibliography commands.
18700 * textmodes/reftex-vars.el (reftex-bibliography-commands):
18701 Add addbibresource. Basic Biblatex support.
18702
18703 2013-05-23 Michael Albinus <michael.albinus@gmx.de>
18704
18705 * net/tramp-gvfs.el (top):
18706 * net/xesam.el (xesam-dbus-unique-names): Suppress D-Bus errors
18707 when loading package. (Bug#14447)
18708
18709 2013-05-23 Glenn Morris <rgm@gnu.org>
18710
18711 * progmodes/js.el: No need to load comint when compiling.
18712 (ring-insert, comint-send-string, comint-send-input)
18713 (comint-last-input-end, ido-chop): Declare.
18714
18715 * vc/ediff-diff.el, vc/ediff-merg.el: Require ediff-util at run-time.
18716 * vc/ediff-mult.el: Adjust requires.
18717 (ediff-directories-internal, ediff-directory-revisions-internal)
18718 (ediff-patch-file-internal): Declare.
18719 * vc/ediff-ptch.el: Adjust requires.
18720 (ediff-use-last-dir, ediff-buffers-internal): Declare.
18721 (ediff-find-file): Autoload.
18722 * vc/ediff-util.el: No need to load ediff when compiling.
18723 (ediff-regions-internal): Declare.
18724 * vc/ediff-wind.el: Adjust requires.
18725 (ediff-compute-toolbar-width): Define when compiling.
18726 (ediff-setup-control-buffer, ediff-make-bottom-toolbar): Declare.
18727 * vc/ediff.el: No need to load dired, ediff-ptch when compiling.
18728 (dired-get-filename, dired-get-marked-files)
18729 (ediff-last-dir-patch, ediff-patch-default-directory)
18730 (ediff-get-patch-buffer, ediff-dispatch-file-patching-job)
18731 (ediff-patch-buffer-internal): Declare.
18732
18733 * emacs-lisp/checkdoc.el: No need to load ispell when compiling.
18734 (ispell-process, ispell-buffer-local-words, lm-summary)
18735 (lm-section-start, lm-section-end): Declare.
18736 (checkdoc-ispell-init): Simplify.
18737
18738 * progmodes/vera-mode.el (he-init-string, he-dabbrev-beg)
18739 (he-string-member, he-reset-string, he-substitute-string): Declare.
18740
18741 * eshell/em-ls.el: Adjust requires.
18742 (eshell-glob-regexp): Declare.
18743 * eshell/em-tramp.el: Adjust requires.
18744 (eshell-parse-command): Autoload.
18745 * eshell/em-xtra.el: Adjust requires.
18746 (eshell-parse-command): Autoload.
18747 * eshell/esh-ext.el: Adjust requires.
18748 (eshell-parse-command, eshell-close-handles): Autoload.
18749 * eshell/esh-io.el: Adjust requires.
18750 (eshell-output-filter): Autoload.
18751 * eshell/esh-util.el: No need to load tramp when compiling.
18752 (tramp-file-name-structure, ange-ftp-ls, ange-ftp-file-modtime):
18753 Declare.
18754 (eshell-parse-ange-ls): Require ange-ftp and tramp.
18755 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
18756 * eshell/em-cmpl.el, eshell/em-glob.el, eshell/em-pred.el:
18757 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-smart.el:
18758 * eshell/em-term.el, eshell/esh-arg.el, eshell/esh-mode.el:
18759 * eshell/esh-opt.el, eshell/esh-proc.el:
18760 * eshell/esh-var.el: Adjust requires.
18761 * eshell/eshell.el: Do not require esh-util twice.
18762 (eshell-add-input-to-history): Declare.
18763 (eshell-command): Check history module is active before using it.
18764
18765 * eshell/em-ls.el (eshell-ls-dir): Fix -A handling.
18766
18767 2013-05-22 Leo Liu <sdl.web@gmail.com>
18768
18769 * progmodes/octave.el (inferior-octave-startup): Fix bug#14433.
18770
18771 2013-05-22 Michael Albinus <michael.albinus@gmx.de>
18772
18773 * autorevert.el (auto-revert-notify-add-watch)
18774 (auto-revert-notify-handler): Add `attrib' for the inotify case,
18775 it indicates changes in file modification time.
18776
18777 2013-05-22 Glenn Morris <rgm@gnu.org>
18778
18779 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
18780 Always delete the autoloaded function from the noruntime and
18781 unresolved functions lists.
18782
18783 * allout.el: No need to load epa, epg, overlay when compiling.
18784 (epg-context-set-passphrase-callback, epg-list-keys)
18785 (epg-decrypt-string, epg-encrypt-string, epg-user-id-string)
18786 (epg-key-user-id-list): Declare.
18787
18788 * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
18789 (viper-set-parsing-style-toggling-macro)
18790 (viper-set-emacs-state-searchstyle-macros):
18791 Use called-interactively-p on Emacs.
18792 (viper-looking-back): Make it an obsolete alias. Update callers.
18793 * emulation/viper-ex.el: Load viper-keym, not viper-cmd.
18794 Use looking-back rather than viper-looking-back.
18795 (viper-tmp-insert-at-eob, viper-enlarge-region)
18796 (viper-read-string-with-history, viper-register-to-point)
18797 (viper-append-to-register, viper-change-state-to-vi)
18798 (viper-backward-char-carefully, viper-forward-char-carefully)
18799 (viper-Put-back, viper-put-back, viper-add-newline-at-eob-if-necessary)
18800 (viper-change-state-to-emacs): Declare.
18801 * emulation/viper-macs.el: Load viper-mous, viper-ex, not viper-cmd.
18802 (viper-change-state-to-insert, viper-change-state-to-vi): Declare.
18803 * emulation/viper-mous.el: Do not load viper-cmd.
18804 (viper-backward-char-carefully, viper-forward-char-carefully)
18805 (viper-forward-word, viper-adjust-window): Declare.
18806
18807 * vc/ediff.el (ediff-version): Use called-interactively-p on Emacs.
18808
18809 * progmodes/idlw-help.el (idlwave-help-fontify):
18810 Use called-interactively-p.
18811
18812 * term/w32console.el (w32-get-console-codepage)
18813 (w32-get-console-output-codepage): Declare.
18814
18815 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape):
18816 Remove unnecessary declarations.
18817 (dframe-message): Doc fix.
18818
18819 * info.el (dframe-select-attached-frame, dframe-current-frame):
18820 Declare.
18821
18822 * speedbar.el (speedbar-message): Make it an obsolete alias.
18823 Update all callers.
18824 (speedbar-with-attached-buffer)
18825 (speedbar-maybee-jump-to-attached-frame): Make these aliases obsolete.
18826 (speedbar-with-writable): Use backquote.
18827 * emacs-lisp/eieio-opt.el (eieio-describe-class-sb):
18828 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click):
18829 Use dframe-with-attached-buffer, dframe-maybee-jump-to-attached-frame
18830 rather than speedbar- aliases.
18831 * mail/rmail.el: Load dframe rather than speedbar when compiling.
18832 (speedbar-make-specialized-keymap, speedbar-insert-button)
18833 (dframe-select-attached-frame, dframe-maybee-jump-to-attached-frame)
18834 (speedbar-do-function-pointer): Declare.
18835 (rmail-speedbar-button, rmail-speedbar-find-file)
18836 (rmail-speedbar-move-message):
18837 Use dframe-with-attached-buffer rather than speedbar- alias.
18838 * progmodes/gud.el: Load dframe rather than speedbar when compiling.
18839 (dframe-message, speedbar-make-specialized-keymap)
18840 (speedbar-add-expansion-list, speedbar-mode-functions-list)
18841 (speedbar-make-tag-line, speedbar-remove-localized-speedbar-support)
18842 (speedbar-insert-button, dframe-select-attached-frame)
18843 (dframe-maybee-jump-to-attached-frame)
18844 (speedbar-change-initial-expansion-list)
18845 (speedbar-previously-used-expansion-list-name): Declare.
18846 (gud-speedbar-item-info, gud-gdb-goto-stackframe):
18847 Use dframe-message, dframe-with-attached-buffer rather than
18848 speedbar- aliases.
18849 (gud-sentinel): Silence compiler.
18850 * progmodes/vhdl-mode.el (speedbar-refresh)
18851 (speedbar-do-function-pointer, speedbar-add-supported-extension)
18852 (speedbar-add-mode-functions-list, speedbar-make-specialized-keymap)
18853 (speedbar-change-initial-expansion-list, speedbar-add-expansion-list)
18854 (speedbar-extension-list-to-regex, speedbar-directory-buttons)
18855 (speedbar-file-lists, speedbar-make-tag-line)
18856 (speedbar-line-directory, speedbar-goto-this-file)
18857 (speedbar-center-buffer-smartly, speedbar-change-expand-button-char)
18858 (speedbar-delete-subblock, speedbar-position-cursor-on-line)
18859 (speedbar-make-button, speedbar-reset-scanners)
18860 (speedbar-files-item-info, speedbar-line-text)
18861 (speedbar-find-file-in-frame, speedbar-set-timer)
18862 (dframe-maybee-jump-to-attached-frame, speedbar-line-file): Declare.
18863 (speedbar-with-writable): Do not (re)define it.
18864 (vhdl-speedbar-find-file): Use dframe-maybee-jump-to-attached-frame
18865 rather than speedbar- alias.
18866
18867 2013-05-21 Leo Liu <sdl.web@gmail.com>
18868
18869 * progmodes/octave.el (octave-mode-menu): Update and re-organize
18870 menu items.
18871 (octave-mode): Tweak fill-nobreak-predicate.
18872 (inferior-octave-startup): Check process to avoid infinite loop.
18873 (inferior-octave): Pop to buffer first to show abornmal process
18874 exit information.
18875
18876 2013-05-21 Glenn Morris <rgm@gnu.org>
18877
18878 * printing.el (pr-menu-bar): Define when compiling.
18879
18880 2013-05-21 Leo Liu <sdl.web@gmail.com>
18881
18882 * progmodes/octave.el (octave-auto-fill): Remove.
18883 (octave-indent-new-comment-line): Improve.
18884 (octave-mode): Use auto fill mode through
18885 comment-line-break-function and fill-nobreak-predicate.
18886 (octave-goto-function-definition): Support DEFUN_DLD.
18887 (octave-beginning-of-defun): Small tweak.
18888 (octave-help): Show parent directory.
18889
18890 2013-05-21 Glenn Morris <rgm@gnu.org>
18891
18892 * files.el (dired-unmark):
18893 * progmodes/gud.el (gdb-input): Update declarations.
18894
18895 * calculator.el (electric, ehelp): No need to load when compiling.
18896 (Electric-command-loop, electric-describe-mode): Declare.
18897
18898 * doc-view.el (doc-view-current-converter-processes): Move before use.
18899
18900 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
18901 Move MODE-set-explicitly definition before use.
18902
18903 * international/mule-diag.el (mule-diag):
18904 Don't use obsolete window-system-version.
18905
18906 * mail/feedmail.el (smtpmail): No need to load when compiling.
18907 (smtpmail-via-smtp, smtpmail-smtp-server): Declare.
18908
18909 * mail/mail-utils.el (rfc822): No need to load when compiling.
18910 (rfc822-addresses): Autoload it.
18911 (mail-strip-quoted-names): Trivial simplification.
18912
18913 * mail/rmail.el (rmail-mime-message-p, rmail-mime-toggle-raw): Declare.
18914 (rmail-retry-failure): Don't assume that rmail-mime-feature == rmailmm.
18915
18916 * net/snmp-mode.el (tempo): Don't duplicate requires.
18917
18918 * progmodes/prolog.el (info): No need to load when compiling.
18919 (comint): Require before shell requires it.
18920 (Info-goto-node): Autoload it.
18921 (Info-follow-nearest-node): Declare.
18922 (prolog-help-info, prolog-goto-predicate-info): No need to require info.
18923
18924 * textmodes/artist.el (picture-mode-exit): Declare.
18925
18926 * textmodes/reftex-parse.el (reftex-parse-from-file):
18927 Trivial rewrite so the compiler can parse it better.
18928
18929 2013-05-20 Leo Liu <sdl.web@gmail.com>
18930
18931 * progmodes/octave.el (octave-help-mode-map)
18932 (octave-help-mode-finish-hook): New variables.
18933 (octave-help-mode, octave-help-mode-finish): New functions.
18934 (octave-help): Use octave-help-mode.
18935
18936 2013-05-20 Glenn Morris <rgm@gnu.org>
18937
18938 * format-spec.el (format-spec): Allow spec chars with nil. (Bug#14420)
18939
18940 2013-05-19 Dmitry Gutov <dgutov@yandex.ru>
18941
18942 * progmodes/ruby-mode.el (ruby-expression-expansion-re): Allow to
18943 start at point, so that expansion starting right after opening
18944 slash in a regexp is recognized.
18945 (ruby-syntax-before-regexp-re): New defvar, extracted from
18946 ruby-syntax-propertize-function. Since the value of this regexp
18947 is looked up at runtime now, we should be able to turn
18948 `ruby-syntax-methods-before-regexp' into a defcustom later.
18949 (ruby-syntax-propertize-function): Split regexp matching into two
18950 parts, for opening and closing slashes. That allows us to skip
18951 over string interpolations and support multiline regexps.
18952 Don't call `ruby-syntax-propertize-expansions', instead use another rule
18953 for them, which calls `ruby-syntax-propertize-expansion'.
18954 (ruby-syntax-propertize-expansions): Move `remove-text-properties'
18955 call to `ruby-syntax-propertize-function'.
18956 (ruby-syntax-propertize-expansion): Extracted from
18957 `ruby-syntax-propertize-expansions'. Handles one expansion.
18958 (ruby-syntax-propertize-percent-literal): Leave point right after
18959 the percent symbol, so that the expression expansion rule can
18960 propertize the contents.
18961 (ruby-syntax-propertize-heredoc): Leave point at bol following the
18962 heredoc openers.
18963 (ruby-syntax-propertize-expansions): Remove.
18964
18965 2013-05-18 Juri Linkov <juri@jurta.org>
18966
18967 * man.el (Man-default-man-entry): Remove `-' from the end
18968 of the default value. (Bug#14400)
18969
18970 2013-05-18 Glenn Morris <rgm@gnu.org>
18971
18972 * comint.el (comint-password-prompt-regexp):
18973 Allow "password for XXX" where XXX contains colons (eg https://...).
18974
18975 2013-05-18 Leo Liu <sdl.web@gmail.com>
18976
18977 * progmodes/octave.el (inferior-octave-startup): Use OCTAVE_SRCDIR
18978 instead. Include "--no-gui" to prevent hangs for Octave > 3.7.
18979 (octave-source-directories): Don't check process.
18980 (octave-source-directories, octave-find-definition): Doc fix.
18981
18982 2013-05-18 Glenn Morris <rgm@gnu.org>
18983
18984 * progmodes/vhdl-mode.el (vhdl-mode-map-init):
18985 Remove backspace/delete bindings. (Bug#14392)
18986
18987 * cus-dep.el (custom-make-dependencies): Sort the output.
18988 (custom-versions-load-alist): Convert comment to doc.
18989
18990 2013-05-17 Leo Liu <sdl.web@gmail.com>
18991
18992 * newcomment.el (comment-search-backward): Stricter in finding
18993 comment start. (Bug#14303)
18994
18995 * progmodes/octave.el (octave-comment-start): Remove the SPC char.
18996 (octave-comment-start-skip): Properly anchored.
18997
18998 2013-05-17 Leo Liu <sdl.web@gmail.com>
18999
19000 * emacs-lisp/smie.el (smie-highlight-matching-block-mode):
19001 Clean up when turned off. (Bug#14395)
19002 (smie--highlight-matching-block-overlay): No longer buffer-local.
19003 (smie-highlight-matching-block): Adjust.
19004
19005 2013-05-17 Paul Eggert <eggert@cs.ucla.edu>
19006
19007 Doc string fix for "nanoseconds" (Bug#14406).
19008 * emacs-lisp/timer.el (timer-relative-time, timer-inc-time):
19009 Fix doc string typo that had "nanoseconds" instead of "microseconds".
19010
19011 2013-05-17 Jay Belanger <jay.p.belanger@gmail.com>
19012
19013 * calc/calc-units.el (math-extract-units): Preserve powers
19014 of units.
19015
19016 2013-05-17 Leo Liu <sdl.web@gmail.com>
19017
19018 * subr.el (delete-consecutive-dups): New function.
19019 * ido.el (ido-set-matches-1): Use it.
19020 * progmodes/octave.el (inferior-octave-completion-table): Use it.
19021 * ido.el (ido-remove-consecutive-dups): Remove.
19022
19023 2013-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
19024
19025 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
19026 (f90-hpf-keywords-re, f90-constants-re): Use \\_< rather than
19027 regexp-opt's `words'.
19028
19029 2013-05-16 Leo Liu <sdl.web@gmail.com>
19030
19031 * emacs-lisp/smie.el (smie-matching-block-highlight): New face.
19032 (smie--highlight-matching-block-overlay)
19033 (smie--highlight-matching-block-lastpos)
19034 (smie--highlight-matching-block-timer): New variables.
19035 (smie-highlight-matching-block): New function.
19036 (smie-highlight-matching-block-mode): New minor mode. (Bug#14395)
19037 (smie-setup): Conditionally enable smie-blink-matching-open.
19038
19039 2013-05-16 Wilson Snyder <wsnyder@wsnyder.org>
19040
19041 Sync with upstream verilog-mode r840.
19042 * progmodes/verilog-mode.el (verilog-mode-version)
19043 (verilog-mode-release-date): Update.
19044 (verilog-auto-lineup, verilog-auto-reset): Doc fixes.
19045 (verilog-sig-tieoff): Fix string error on
19046 AUTORESET with colon define, bug594. Reported by Andrew Hou.
19047 (verilog-read-decls): Fix parameters confusing
19048 AUTOINST interfaces, bug565. Reported by Leith Johnson.
19049
19050 2013-05-16 Eli Zaretskii <eliz@gnu.org>
19051
19052 * subr.el (reveal-filename): New function.
19053
19054 * loadup.el: Compute Emacs executable versions on MS-Windows,
19055 where executables have the .exe extension. Add a hard link
19056 emacs-XX.YY.ZZ.exe on MS-Windows.
19057
19058 * Makefile.in (XARGS_LIMIT): New variable.
19059 (custom-deps, finder-data, autoloads)
19060 ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
19061 ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
19062 ($(CAL_DIR)/hol-loaddefs.el): Use reveal-filename.
19063 (compile-main): Limit xargs according to $(XARGS_LIMIT).
19064
19065 2013-05-16 Leo Liu <sdl.web@gmail.com>
19066
19067 * progmodes/octave.el (octave-indent-defun): Mark obsolete.
19068 (octave-mode-menu, octave-mode-map): Remove its uses.
19069
19070 2013-05-16 Reto Zimmermann <reto@gnu.org>
19071
19072 Sync with upstream vhdl mode v3.34.2.
19073 * progmodes/vhdl-mode.el: Use `push' throughout.
19074 (vhdl-version, vhdl-time-stamp, vhdl-doc-release-notes): Update.
19075 (vhdl-compiler-alist): Replace "\t\n" by "\\t\\n".
19076 Add IBM & Quartus compiler. Enhance entry for ADVance MS compiler.
19077 (vhdl-actual-generic-name): New option to derive actual generic name.
19078 (vhdl-port-paste-signals): Replace formal by actual generics.
19079 (vhdl-beautify): New name for old group vhdl-align. Update users.
19080 (vhdl-beautify-options): New option.
19081 (vhdl-last-input-event): New compat alias. Use throughout.
19082 (vhdl-goto-line): Replace user level function `goto-line'.
19083 (vhdl-mode-map): Add bindings for vhdl-fix-statement-region,
19084 vhdl-fix-statement-buffer.
19085 (vhdl-create-mode-menu): Add some entries.
19086 (vhdl-align-region-groups): Respect vhdl-beautify-options.
19087 (vhdl-align-inline-comment-region-1): Handle "--" inside string.
19088 (vhdl-fixup-whitespace-region): Handle symbols at EOL.
19089 (vhdl-fix-statement-region, vhdl-fix-statement-buffer): New commands,
19090 to force statements on one line.
19091 (vhdl-remove-trailing-spaces-region):
19092 New, split from vhdl-remove-trailing-spaces.
19093 (vhdl-beautify-region): Fix statements, trailing spaces, ^M character.
19094 Respect vhdl-beautify-options.
19095 (vhdl-update-sensitivity-list-buffer): If non-interactive save buffer.
19096 (vhdl-update-sensitivity-list): Not add with index if exists without.
19097 Not include array index with signal. Ignore keywords in comments.
19098 (vhdl-get-visible-signals): Regexp tweaks.
19099 (vhdl-template-component-inst): Handle empty library.
19100 (vhdl-template-type): Add template for 'enum' type.
19101 (vhdl-port-paste-generic-map, vhdl-port-paste-constants):
19102 Use vhdl-replace-string.
19103 (vhdl-port-paste-signals): Use vhdl-prepare-search-1.
19104 (vhdl-speedbar-mode-map): Rename from vhdl-speedbar-key-map.
19105 (vhdl-speedbar-initialize): Update for above name change.
19106 (vhdl-compose-wire-components): Fix in handling of constants.
19107 (vhdl-error-regexp-emacs-alist): New variable.
19108 (vhdl-error-regexp-add-emacs): New function;
19109 adds support for new compile.el (Emacs 22+)
19110 (vhdl-generate-makefile-1): Change target order for single lib. units.
19111 Allow use of absolute file names.
19112
19113 2013-05-16 Leo Liu <sdl.web@gmail.com>
19114
19115 * simple.el (prog-indent-sexp): Indent enclosing defun.
19116
19117 2013-05-15 Glenn Morris <rgm@gnu.org>
19118
19119 * cus-start.el (show-trailing-whitespace): Move to editing basics.
19120 * faces.el (trailing-whitespace): Don't use whitespace-faces group.
19121 * obsolete/old-whitespace.el (whitespace-faces): Remove group.
19122 (whitespace-highlight): Move to whitespace group.
19123
19124 * comint.el (comint-source):
19125 * pcmpl-linux.el (pcmpl-linux):
19126 * shell.el (shell-faces):
19127 * eshell/esh-opt.el (eshell-opt):
19128 * international/ccl.el (ccl): Remove empty custom groups.
19129
19130 * completion.el (dynamic-completion-mode):
19131 * jit-lock.el (jit-lock-debug-mode):
19132 * minibuffer.el (completion-in-region-mode):
19133 * type-break.el (type-break-mode-line-message-mode)
19134 (type-break-query-mode):
19135 * emulation/tpu-edt.el (tpu-edt-mode):
19136 * progmodes/subword.el (global-subword-mode, global-superword-mode):
19137 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
19138 * term/vt100.el (vt100-wide-mode): Specify explicit :group.
19139
19140 * term/xterm.el (xterm): Change parent group to terminals.
19141
19142 * master.el (master): Remove empty custom group.
19143 (master-mode): Remove unused :group argument.
19144 * textmodes/refill.el (refill): Remove empty custom group.
19145 (refill-mode): Remove unused :group argument.
19146
19147 * textmodes/rst.el (rst-compile-toolsets): Use rst-compile group.
19148
19149 * cus-dep.el: Provide a feature.
19150 (custom-make-dependencies): Ignore dotfiles (dir-locals).
19151 Don't mistakenly ignore files whose basenames match a basename
19152 from preloaded-file-list (eg cedet/ede/simple.el).
19153 Add a fallback method for getting :group.
19154
19155 2013-05-15 Juri Linkov <juri@jurta.org>
19156
19157 * isearch.el (isearch-char-by-name): Rename from
19158 `isearch-insert-char-by-name'. Doc fix.
19159 (isearch-forward): Mention `isearch-char-by-name' in
19160 the docstring. (Bug#13348)
19161
19162 * isearch.el (minibuffer-local-isearch-map): Bind "\r" to
19163 `exit-minibuffer' instead of
19164 `isearch-nonincremental-exit-minibuffer'.
19165 (isearch-edit-string): Remove mention of
19166 `isearch-nonincremental-exit-minibuffer' from docstring.
19167 (isearch-nonincremental-exit-minibuffer): Mark as obsolete.
19168 (isearch-forward-exit-minibuffer)
19169 (isearch-reverse-exit-minibuffer): Add docstring. (Bug#13348)
19170
19171 2013-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
19172
19173 * loadup.el: Just use unversioned DOC.
19174
19175 * nxml/nxml-mode.el: Treat unclosed <[[, <?, comment, and other
19176 literals as extending to EOB.
19177 (nxml-last-fontify-end): Remove unused variable.
19178 (nxml-after-change1): Use with-silent-modifications.
19179 (nxml-extend-after-change-region): Simplify.
19180 (nxml-extend-after-change-region1): Remove function.
19181 (nxml-after-change1): Don't adjust for dependent regions.
19182 (nxml-fontify-matcher): Simplify.
19183 * nxml/xmltok.el (xmltok-dependent-regions): Remove variable.
19184 (xmltok-add-dependent): Remove function.
19185 (xmltok-scan-after-lt, xmltok-scan-after-processing-instruction-open)
19186 (xmltok-scan-after-comment-open, xmltok-scan-prolog-literal)
19187 (xmltok-scan-prolog-after-processing-instruction-open): Treat
19188 unclosed <[[, <?, comment, and other literals as extending to EOB.
19189 * nxml/rng-valid.el (rng-mark-xmltok-dependent-regions)
19190 (rng-mark-xmltok-dependent-region, rng-dependent-region-changed):
19191 Remove functions.
19192 (rng-do-some-validation-1): Don't mark dependent regions.
19193 * nxml/nxml-rap.el (nxml-adjust-start-for-dependent-regions)
19194 (nxml-mark-parse-dependent-regions, nxml-mark-parse-dependent-region)
19195 (nxml-clear-dependent-regions): Remove functions.
19196 (nxml-scan-after-change, nxml-scan-prolog, nxml-tokenize-forward)
19197 (nxml-ensure-scan-up-to-date):
19198 Don't clear&mark dependent regions.
19199
19200 2013-05-15 Leo Liu <sdl.web@gmail.com>
19201
19202 * progmodes/octave.el (octave-goto-function-definition):
19203 Improve and fix callers.
19204
19205 2013-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
19206
19207 * emacs-lisp/cl-extra.el (cl-getf): Return the proper value in
19208 the setter (bug#14387).
19209
19210 * progmodes/f90.el (f90-blocks-re): Include the terminating \> in the
19211 surrounding group (bug#14402).
19212
19213 2013-05-14 Juri Linkov <juri@jurta.org>
19214
19215 * subr.el (find-tag-default-as-regexp): Return nil if `tag' is nil.
19216 (Bug#14390)
19217
19218 2013-05-14 Glenn Morris <rgm@gnu.org>
19219
19220 * progmodes/f90.el (f90-imenu-generic-expression):
19221 Fix typo in 2013-05-08 change. (Bug#14402)
19222
19223 2013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
19224
19225 * progmodes/gdb-mi.el (gdb-running, gdb-starting):
19226 Remove signals for which replies are never received.
19227
19228 2013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
19229
19230 * progmodes/gdb-mi.el: Fix non-responsive gud commands (bug#13845)
19231 (gdb-handler-alist, gdb-handler-number): Remove variables.
19232 (gdb-handler-list): New variable.
19233 (gdb-add-handler, gdb-delete-handler, gdb-get-handler-function)
19234 (gdb-pending-handler-p, gdb-handle-reply)
19235 (gdb-remove-all-pending-triggers): New functions.
19236 (gdb-discard-unordered-replies): New defcustom.
19237 (gdb-handler): New defstruct.
19238 (gdb-wait-for-pending): Fix invalid backquote. Use gdb-handler-list.
19239 instead of gdb-pending-triggers. Update docstring.
19240 (gdb-init-1): Remove dead variables. Initialize gdb-handler-list.
19241 (gdb-speedbar-update, gdb-speedbar-timer-fn, gdb-var-update)
19242 (gdb-var-update-handler, def-gdb-auto-update-trigger)
19243 (def-gdb-auto-update-handler, gdb-get-changed-registers)
19244 (gdb-changed-registers-handler, gdb-get-main-selected-frame)
19245 (gdb-frame-handler): Pending triggers are now automatically managed.
19246 (def-gdb-trigger-and-handler, def-gdb-auto-update-handler):
19247 Remove argument.
19248 (gdb-input): Automatically handles pending triggers. Update docstring.
19249 (gdb-resync): Replace gdb-pending-triggers by gdb-handler-list.
19250 (gdb-thread-exited, gdb-thread-selected, gdb-register-names-handler):
19251 Update comments.
19252 (gdb-done-or-error): Now use gdb-handle-reply.
19253
19254 2013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
19255
19256 * progmodes/gdb-mi.el (gdb-input): Include token numbers in
19257 gdb-debug-log.
19258
19259 2013-05-14 Glenn Morris <rgm@gnu.org>
19260
19261 * subr.el (user-emacs-directory-warning): New option.
19262 (locate-user-emacs-file): Handle non-accessible .emacs.d. (Bug#13930)
19263
19264 2013-05-14 Leo Liu <sdl.web@gmail.com>
19265
19266 * progmodes/octave.el (octave-font-lock-keywords): Fix error
19267 during redisplay.
19268 (octave-goto-function-definition, octave-find-definition): Minor tweaks.
19269 (octave-font-lock-texinfo-comment): Fix invalid search bound
19270 error: wrong side of point.
19271
19272 2013-05-14 Glenn Morris <rgm@gnu.org>
19273
19274 * progmodes/flymake.el (flymake-xml-program): New option.
19275 (flymake-xml-init): Use it.
19276
19277 * term/xterm.el: Provide a feature.
19278
19279 * term/sup-mouse.el: Move to obsolete/. Provide a feature.
19280
19281 2013-05-13 Glenn Morris <rgm@gnu.org>
19282
19283 * cus-dep.el (defcustom-mh, defgroup-mh, defface-mh):
19284 Add compat aliases as a hack workaround. (Bug#14384)
19285
19286 2013-05-13 Leo Liu <sdl.web@gmail.com>
19287
19288 * progmodes/octave.el (octave-indent-comment): Fix indentation for
19289 ###, and %!.
19290 (octave-mode-map): Bind octave-indent-defun to C-c C-q instead of
19291 C-M-q.
19292 (octave-comment-start-skip): Include %!.
19293 (octave-mode): Set comment-start-skip to octave-comment-start-skip.
19294
19295 2013-05-12 Leo Liu <sdl.web@gmail.com>
19296
19297 * progmodes/octave.el (inferior-octave-startup): Store the value
19298 of __octave_srcdir__ for octave-source-directories.
19299 (inferior-octave-check-process): New function refactored out of
19300 inferior-octave-send-list-and-digest.
19301 (octave-source-directories)
19302 (octave-find-definition-filename-function): New variables.
19303 (octave-source-directories)
19304 (octave-find-definition-default-filename): New functions.
19305 (octave-find-definition): Improve to find functions implemented in C++.
19306
19307 2013-05-12 Glenn Morris <rgm@gnu.org>
19308
19309 * calendar/diary-lib.el (diary-outlook-format-1):
19310 Don't include dayname in the output. (Bug#14349)
19311
19312 2013-05-11 Glenn Morris <rgm@gnu.org>
19313
19314 * emacs-lisp/autoload.el (generated-autoload-load-name): Doc fix.
19315
19316 * cus-dep.el (custom-make-dependencies): Only use safe local variables.
19317 Treat cc-provide like provide.
19318
19319 2013-05-11 Kevin Ryde <user42@zip.com.au>
19320
19321 * cus-dep.el (custom-make-dependencies):
19322 Use generated-autoload-load-name for the sake of files such
19323 such cedet/semantic/bovine/c.el, where the base file name
19324 is not in load-path. (Bug#5277)
19325
19326 2013-05-11 Glenn Morris <rgm@gnu.org>
19327
19328 * dos-vars.el, emacs-lisp/cl-indent.el, emulation/tpu-extras.el:
19329 Provide features.
19330
19331 2013-05-11 Leo Liu <sdl.web@gmail.com>
19332
19333 * progmodes/octave.el (octave-indent-comment): Improve.
19334 (octave-eldoc-message-style, octave-eldoc-cache): New variables.
19335 (octave-eldoc-function-signatures, octave-eldoc-function):
19336 New functions.
19337 (octave-mode, inferior-octave-mode): Add eldoc support.
19338
19339 2013-05-11 Richard Stallman <rms@gnu.org>
19340
19341 * epa.el (epa-decrypt-file): Take output file name as argument
19342 and read it using `interactive'.
19343
19344 2013-05-11 Leo Liu <sdl.web@gmail.com>
19345
19346 * progmodes/octave.el (octave-beginning-of-line)
19347 (octave-end-of-line): Check before using up-list because it jumps
19348 out of more syntactic contructs since moving to smie.
19349 (octave-indent-comment): New function.
19350 (octave-mode): Use it in smie-indent-functions. (Bug#14350)
19351 (octave-begin-keywords, octave-end-keywords)
19352 (octave-reserved-words, octave-smie-bnf-table)
19353 (octave-smie-rules): Add new keywords from Octave 3.6.4.
19354
19355 2013-05-11 Glenn Morris <rgm@gnu.org>
19356
19357 * faces.el (internal-face-x-get-resource):
19358 * frame.el (ns-display-monitor-attributes-list):
19359 * calc/calc-aent.el (math-to-radians-2):
19360 * emacs-lisp/package.el (tar-header-name, tar-header-link-type):
19361 Fix declarations.
19362
19363 * calc/calc-menu.el: Make it loadable in isolation.
19364
19365 * net/eudcb-bbdb.el: Make it loadable without bbdb.
19366 (eudc-bbdb-filter-non-matching-record, eudc-bbdb-extract-phones)
19367 (eudc-bbdb-extract-addresses, eudc-bbdb-format-record-as-result)
19368 (eudc-bbdb-query-internal): Require 'bbdb.
19369
19370 * lpr.el (lpr-headers-switches):
19371 * emacs-lisp/testcover.el (testcover-compose-functions): Fix :type.
19372
19373 * progmodes/sql.el (sql-login-params): Fix and improve :type.
19374
19375 * emulation/edt-mapper.el: In batch mode, error rather than hang.
19376
19377 * term.el (term-set-escape-char): Make it idempotent.
19378
19379 2013-05-10 Leo Liu <sdl.web@gmail.com>
19380
19381 * progmodes/octave.el (inferior-octave-completion-table):
19382 No longer a function and all uses changed. Use cache to speed up
19383 completion due to bug#11906.
19384 (octave-beginning-of-defun): Re-write to be more general.
19385
19386 2013-05-10 Glenn Morris <rgm@gnu.org>
19387
19388 * emacs-lisp/cl-macs.el (cl-loop): Doc fix.
19389
19390 2013-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
19391
19392 * comint.el (comint-redirect-send-command-to-process): Use :around
19393 rather than :override for comint-redirect-filter.
19394 (comint-redirect-filter): Add the corresponding `orig-filter' argument.
19395 Call it instead of comint-redirect-original-filter-function (which
19396 is gone). Reported by Juanma Barranquero <lekktu@gmail.com>.
19397
19398 2013-05-09 Jan Djärv <jan.h.d@swipnet.se>
19399
19400 * frame.el (display-monitor-attributes-list): Add NS case.
19401 (ns-display-monitor-attributes-list): Declare.
19402
19403 2013-05-09 Ulrich Mueller <ulm@gentoo.org>
19404
19405 * descr-text.el (describe-char): Fix %d/%x typo. (Bug#14360)
19406
19407 2013-05-09 Glenn Morris <rgm@gnu.org>
19408
19409 * international/fontset.el (vertical-centering-font-regexp):
19410 Set standard-value.
19411
19412 * tar-mode.el (tar-superior-buffer, tar-superior-descriptor): Add doc.
19413
19414 * bookmark.el (bookmark-search-delay):
19415 * cus-start.el (vertical-centering-font-regexp):
19416 * ps-mule.el (ps-mule-font-info-database-default):
19417 * ps-print.el (ps-default-fg, ps-default-bg):
19418 * type-break.el (type-break-good-break-interval):
19419 * whitespace.el (whitespace-indentation-regexp)
19420 (whitespace-space-after-tab-regexp):
19421 * emacs-lisp/testcover.el (testcover-1value-functions)
19422 (testcover-noreturn-functions, testcover-progn-functions)
19423 (testcover-prog1-functions):
19424 * emulation/viper-init.el (viper-emacs-state-cursor-color):
19425 * eshell/em-glob.el (eshell-glob-translate-alist):
19426 * play/tetris.el (tetris-tty-colors):
19427 * progmodes/cpp.el (cpp-face-default-list):
19428 * progmodes/flymake.el (flymake-allowed-file-name-masks):
19429 * progmodes/idlw-help.el (idlwave-help-browser-generic-program)
19430 (idlwave-help-browser-generic-args):
19431 * progmodes/make-mode.el (makefile-special-targets-list):
19432 * progmodes/python.el (python-shell-virtualenv-path):
19433 * progmodes/verilog-mode.el (verilog-active-low-regexp)
19434 (verilog-auto-input-ignore-regexp, verilog-auto-inout-ignore-regexp)
19435 (verilog-auto-output-ignore-regexp, verilog-auto-tieoff-ignore-regexp)
19436 (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp):
19437 * textmodes/reftex-vars.el (reftex-format-label-function):
19438 * textmodes/remember.el (remember-diary-file): Fix custom types.
19439
19440 * jka-cmpr-hook.el (jka-compr-mode-alist-additions): Fix typo.
19441 Add :version.
19442
19443 2013-05-09 Leo Liu <sdl.web@gmail.com>
19444
19445 * progmodes/octave.el (inferior-octave-completion-at-point):
19446 Restore file completion. (Bug#14300)
19447 (inferior-octave-startup): Fix incorrect highlighting for the
19448 first prompt.
19449
19450 2013-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
19451
19452 * progmodes/ruby-mode.el: First cut at SMIE support.
19453 (ruby-use-smie): New var.
19454 (ruby-smie-grammar): New constant.
19455 (ruby-smie--bosp, ruby-smie--implicit-semi-p)
19456 (ruby-smie--forward-token, ruby-smie--backward-token)
19457 (ruby-smie-rules): New functions.
19458 (ruby-mode-variables): Setup SMIE if applicable.
19459
19460 2013-05-08 Eli Zaretskii <eliz@gnu.org>
19461
19462 * simple.el (line-move-visual): Signal beginning/end of buffer
19463 only if vertical-motion moved less than it was requested. Avoids
19464 silly incorrect error messages when there are display strings with
19465 multiple newlines at EOL.
19466
19467 2013-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
19468
19469 * progmodes/vera-mode.el (vera-underscore-is-part-of-word):
19470 * progmodes/prolog.el (prolog-underscore-wordchar-flag)
19471 (prolog-char-quote-workaround):
19472 * progmodes/cperl-mode.el (cperl-under-as-char):
19473 * progmodes/vhdl-mode.el (vhdl-underscore-is-part-of-word):
19474 Mark as obsolete.
19475 (vhdl-mode-syntax-table, vhdl-mode-ext-syntax-table): Initialize in
19476 their declaration.
19477 (vhdl-mode-syntax-table-init): Remove.
19478
19479 * progmodes/m4-mode.el (m4-mode-syntax-table): Add comment on
19480 last change.
19481
19482 * progmodes/ld-script.el (ld-script-mode-syntax-table): Use symbol
19483 syntax for "_".
19484 (ld-script-font-lock-keywords):
19485 Change regexps to use things like \_< and \_>.
19486
19487 * progmodes/f90.el (f90-mode-syntax-table): Use symbol syntax for "_".
19488 Change all regexps to use things like \_< and \_>.
19489
19490 * progmodes/autoconf.el (autoconf-definition-regexp)
19491 (autoconf-font-lock-keywords, autoconf-current-defun-function):
19492 Handle a _ with symbol syntax.
19493 (autoconf-mode): Don't change the syntax-table for imenu and font-lock.
19494
19495 * progmodes/ada-mode.el (ada-mode-abbrev-table):
19496 Consolidate declaration.
19497 (ada-mode-syntax-table, ada-mode-symbol-syntax-table): Initialize in
19498 the declaration.
19499 (ada-create-syntax-table): Remove.
19500 (ada-capitalize-word): Don't mess with the syntax of "_" since it
19501 already has the right syntax nowadays.
19502 (ada-goto-next-word): Don't change the syntax of "_".
19503
19504 * font-lock.el (lisp-font-lock-keywords-2): Don't highlight obsolete
19505 with-wrapper-hook.
19506
19507 2013-05-08 Sam Steingold <sds@gnu.org>
19508
19509 * thingatpt.el (thing-at-point): Accept optional second argument
19510 NO-PROPERTIES to strip the text properties from the return value.
19511 * net/browse-url.el (browse-url-url-at-point): Pass NO-PROPERTIES
19512 to `thing-at-point' instead of stripping the properties ourselves.
19513 Also, when `thing-at-point' fails to find a url, prepend "http://"
19514 to the filename at point on the assumption that the user is
19515 pointing at something like gnu.org/gnu.
19516
19517 2013-05-08 Juanma Barranquero <lekktu@gmail.com>
19518
19519 * emacs-lisp/bytecomp.el (byte-compile-insert-header):
19520 * faces.el (crm-separator):
19521 Silence byte-compiler.
19522
19523 * progmodes/gud.el (gdb-speedbar-auto-raise, gud-tooltip-mode)
19524 (tool-bar-map): Remove unneeded defvars.
19525
19526 2013-05-08 Leo Liu <sdl.web@gmail.com>
19527
19528 Re-work a fix for bug#10994 based on Le Wang's patch.
19529 * ido.el (ido-remove-consecutive-dups): New helper.
19530 (ido-completing-read): Use it.
19531 (ido-chop): Revert fix for bug#10994.
19532
19533 2013-05-08 Adam Spiers <emacs@adamspiers.org>
19534
19535 * cus-edit.el (custom-save-variables):
19536 Pretty-print long values. (Bug#14187)
19537
19538 2013-05-08 Glenn Morris <rgm@gnu.org>
19539
19540 * progmodes/m4-mode.el (m4-program): Assume it is in PATH.
19541 (m4-mode-syntax-table): Init in the defvar.
19542 (m4-mode-abbrev-table): Let define-derived-mode define it.
19543
19544 2013-05-08 Tom Tromey <tromey@redhat.com>
19545
19546 * progmodes/m4-mode.el (m4-mode-syntax-table):
19547 Do not treat "_" as word constituent. (Bug#14167)
19548
19549 2013-05-07 Glenn Morris <rgm@gnu.org>
19550
19551 * eshell/em-hist.el (eshell-isearch-map): Initialize in the defvar.
19552 Remove explicit eshell-isearch-cancel-map.
19553
19554 * progmodes/f90.el (f90-smart-end-names): New option.
19555 (f90-smart-end): Doc fix.
19556 (f90-end-block-optional-name): New constant.
19557 (f90-block-match): Respect f90-smart-end-names.
19558
19559 2013-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
19560
19561 * progmodes/octave.el (octave-smie-forward-token): Be more careful
19562 about implicit semi-colons (bug#14218).
19563
19564 2013-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19565
19566 * frame.el (display-monitor-attributes-list)
19567 (frame-monitor-attributes): New functions.
19568
19569 2013-05-06 Leo Liu <sdl.web@gmail.com>
19570
19571 * progmodes/octave.el (octave-syntax-propertize-function): Change
19572 \'s syntax to escape when inside double-quoted strings. (Bug#14332)
19573 (octave-font-lock-keywords): Use octave-operator-regexp.
19574 (octave-completion-at-point): Rename from
19575 octave-completion-at-point-function.
19576 (inferior-octave-directory-tracker): Robustify.
19577 (octave-text-functions): Remove and fix its uses. No such things
19578 any more.
19579
19580 2013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
19581
19582 * emacs-lisp/trace.el (trace--display-buffer): New function.
19583 (trace-make-advice): Use it.
19584
19585 2013-05-06 Juri Linkov <juri@jurta.org>
19586
19587 * emacs-lisp/lisp-mode.el (eval-defun-2): Doc fix. (Bug#14344)
19588 (eval-defun-2, eval-defun, eval-last-sexp, eval-last-sexp-1):
19589 Doc fix.
19590 (emacs-lisp-mode-map): Replace "minibuffer" with "echo area"
19591 in the help string. (Bug#12985)
19592
19593 2013-05-06 Kelly Dean <kellydeanch@yahoo.com> (tiny change)
19594
19595 * simple.el (shell-command-on-region): Doc fix. (Bug#14279)
19596
19597 2013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
19598
19599 * progmodes/perl-mode.el: Add support for here documents.
19600 (perl-syntax-propertize-function): Match here-doc markers.
19601 (perl-syntax-propertize-special-constructs): Find their end.
19602 (perl-imenu-generic-expression): Use [:alnum:].
19603
19604 * emacs-lisp/nadvice.el (advice--member-p): Return the advice if found.
19605 (advice--add-function): Refresh the advice if already present
19606 (bug#14317).
19607
19608 2013-05-06 Ivan Andrus <darthandrus@gmail.com>
19609
19610 * find-file.el (cc-other-file-alist): Add ".m" for ObjC. (Bug#14339)
19611
19612 2013-05-06 Glenn Morris <rgm@gnu.org>
19613
19614 * w32-fns.el (w32-charset-info-alist): Declare.
19615
19616 * eshell/em-cmpl.el: Simply require pcomplete; eg we use a bunch
19617 of its defcustom properties.
19618 (eshell-cmpl-initialize): No need to load pcomplete.
19619
19620 * generic-x.el: No need to require comint when compiling.
19621
19622 * net/eudc-export.el: Make it loadable without bbdb.
19623 (top-level): Use require rather than load-library.
19624 (eudc-create-bbdb-record, eudc-bbdbify-phone)
19625 (eudc-batch-export-records-to-bbdb)
19626 (eudc-insert-record-at-point-into-bbdb, eudc-try-bbdb-insert):
19627 Require bbdb.
19628
19629 2013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
19630
19631 * progmodes/octave.el (octave-texinfo-font-lock-keywords): Remove.
19632 (octave-font-lock-texinfo-comment): Use texinfo-font-lock-keywords with
19633 some tweaks, instead.
19634
19635 2013-05-05 Leo Liu <sdl.web@gmail.com>
19636
19637 * progmodes/octave.el (octave-font-lock-keywords)
19638 (octave-font-lock-texinfo-comment): Adjust for the byte-compiler.
19639 (inferior-octave-send-list-and-digest): Improve error message.
19640 (octave-mode, inferior-octave-mode): Use setq-local.
19641 (octave-help): Set info-lookup-mode.
19642
19643 2013-05-05 Richard Stallman <rms@gnu.org>
19644
19645 * vc/compare-w.el (compare-windows-whitespace):
19646 Treat no-break space as whitespace.
19647
19648 * mail/rmailsum.el (rmail-summary-rmail-update):
19649 Detect empty summary and don't change selected message.
19650 (rmail-summary-goto-msg): Likewise.
19651
19652 * mail/rmailsum.el (rmail-new-summary, rmail-new-summary-1):
19653 Doc fixes, rename args.
19654
19655 2013-05-05 Alan Mackenzie <acm@muc.de>
19656
19657 * progmodes/cc-defs.el (c-version): Increment to 5.32.5.
19658
19659 2013-05-05 Juri Linkov <juri@jurta.org>
19660
19661 * info.el (Info-read-subfile): Use (point-min) instead of (point)
19662 to not add the length of the summary segment to the return value.
19663 (Bug#14125)
19664
19665 2013-05-05 Leo Liu <sdl.web@gmail.com>
19666
19667 * progmodes/octave.el (inferior-octave-strip-ctrl-g)
19668 (inferior-octave-output-filter): Remove.
19669 (octave-send-region, inferior-octave-startup): Fix callers.
19670 (inferior-octave-mode-map): Don't use comint-dynamic-complete.
19671 (octave-binary-file-extensions): New user variable.
19672 (octave-find-definition): Confirm if opening binary files.
19673 (octave-help-file): Use octave-find-definition to get the binary
19674 confirmation.
19675 (octave-help): Adjust for octave-help-file change.
19676
19677 2013-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
19678
19679 * progmodes/pascal.el (pascal-font-lock-keywords): Use backquotes.
19680 Merge the two entries that handle function definitions.
19681 (pascal--syntax-propertize): New const.
19682 (pascal-mode): Use it. Use setq-local.
19683
19684 2013-05-04 Glenn Morris <rgm@gnu.org>
19685
19686 * calendar/diary-lib.el (diary-from-outlook-function): New variable.
19687 (diary-from-outlook): Respect diary-from-outlook-function.
19688
19689 2013-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
19690
19691 * simple.el (read-expression-map): Use completion-at-point (bug#14255).
19692 Move the declaration from C.
19693 (read-minibuffer, eval-minibuffer): Move from C.
19694 (completion-setup-function): Avoid minibuffer-completion-contents.
19695
19696 2013-05-03 Leo Liu <sdl.web@gmail.com>
19697
19698 * progmodes/octave.el (octave-font-lock-keywords): Do not
19699 dehighlight 'end' in comments or strings.
19700 (octave-completing-read, octave-goto-function-definition):
19701 New helpers.
19702 (octave-help-buffer): New user variable.
19703 (octave-help-file, octave-help-function): New button types.
19704 (octave-help): New command and bind it to C-h ;.
19705 (octave-find-definition): New command and bind it to M-.
19706 (user-error): Alias to error if not defined.
19707
19708 2013-05-02 Leo Liu <sdl.web@gmail.com>
19709
19710 * progmodes/octave.el (octave-mode-syntax-table): Correct syntax
19711 for \. (bug#14332)
19712 (octave-font-lock-keywords): Include [ and {.
19713
19714 2013-05-02 Leo Liu <sdl.web@gmail.com>
19715
19716 * progmodes/octave.el (inferior-octave-startup-file): Change default.
19717 (inferior-octave): Remove calling comint-mode and return the buffer.
19718 (inferior-octave-startup): Cosmetic changes.
19719
19720 2013-05-02 Leo Liu <sdl.web@gmail.com>
19721
19722 * progmodes/octave.el (octave-syntax-propertize-function):
19723 Include the case when ' is at line beginning. (Bug#14336)
19724
19725 2013-05-02 Glenn Morris <rgm@gnu.org>
19726
19727 * vc/vc-dir.el (vc-dir-mode): Don't autoload it for everyone.
19728 * desktop.el (vc-dir-mode): Just autoload it here.
19729
19730 2013-05-02 Alan Mackenzie <acm@muc.de>
19731
19732 Eliminate variable c-standard-font-lock-fontify-region-function.
19733 * progmodes/cc-mode.el
19734 (c-standard-font-lock-fontify-region-function): Remove.
19735 (c-font-lock-fontify-region, c-after-font-lock-init): Adapt.
19736
19737 2013-05-01 Leo Liu <sdl.web@gmail.com>
19738
19739 * progmodes/octave.el: Compatible with older emacs-24 releases.
19740 (inferior-octave-has-built-in-variables): Remove. Built-in
19741 variables were removed from Octave in 2007.
19742 (inferior-octave-startup): Fix uses.
19743 (comint-line-beginning-position): Remove compatibility code for
19744 emacs 21.
19745
19746 2013-05-01 Juri Linkov <juri@jurta.org>
19747
19748 * isearch.el (isearch-forward, isearch-mode): Doc fix. (Bug#13923)
19749
19750 2013-05-01 Juri Linkov <juri@jurta.org>
19751
19752 * comint.el (comint-previous-matching-input): Don't print message
19753 "History item: %d" when `isearch-mode' is active.
19754 (comint-history-isearch-message): Print message "History item: %d"
19755 when `comint-input-ring-index' is not empty and this function is
19756 called from `isearch-update' with a nil `ellipsis'. (Bug#13223)
19757
19758 2013-05-01 Leo Liu <sdl.web@gmail.com>
19759
19760 * progmodes/octave.el (octave-abbrev-table): Remove abbrev
19761 definitions. Use completion-at-point to insert keywords.
19762 (octave-abbrev-start): Remove.
19763 (inferior-octave-mode, octave-mode): Use :abbrev-table instead.
19764
19765 2013-04-30 Leo Liu <sdl.web@gmail.com>
19766
19767 * progmodes/octave.el (inferior-octave-prompt-read-only): Fix last
19768 change.
19769
19770 2013-04-30 Alan Mackenzie <acm@muc.de>
19771
19772 Handle arbitrarily long C++ member initialisation lists.
19773 * progmodes/cc-engine.el (c-back-over-member-initializers):
19774 new function.
19775 (c-guess-basic-syntax): New CASE 5R (extracted from 5B) to handle
19776 (most) member init lists.
19777
19778 2013-04-30 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
19779
19780 * progmodes/octave.el (inferior-octave-prompt-read-only): New user
19781 variable.
19782
19783 2013-04-30 Leo Liu <sdl.web@gmail.com>
19784
19785 * progmodes/octave.el (octave-variables): Remove. No builtin
19786 variables any more. All converted to functions.
19787 (octave-font-lock-keywords, octave-completion-at-point-function):
19788 Fix uses.
19789 (octave-font-lock-texinfo-comment): New user variable.
19790 (octave-texinfo-font-lock-keywords): New variable for texinfo
19791 comment block.
19792 (octave-function-comment-block): New face.
19793 (octave-font-lock-texinfo-comment): New function.
19794 (octave-mode): Font lock texinfo comment block.
19795
19796 2013-04-29 Leo Liu <sdl.web@gmail.com>
19797
19798 * progmodes/octave.el (octave-font-lock-keywords): Handle 'end' in
19799 indexing expression.
19800 (octave-continuation-string): Do not use \.
19801 (inferior-octave-complete-impossible): Remove.
19802 (inferior-octave-completion-table)
19803 (inferior-octave-completion-at-point): Remove its uses.
19804 (inferior-octave-startup): completion_matches was introduced to
19805 Octave in 1996 so safe to assume it.
19806 (octave-function-file-comment): Improve to follow how Octave does it.
19807 (octave-update-function-file-comment): Tweak.
19808
19809 2013-04-29 Leo Liu <sdl.web@gmail.com>
19810
19811 * progmodes/octave.el (inferior-octave-startup-hook): Obsolete.
19812 (inferior-octave-startup): Remove inferior-octave-startup-hook.
19813 (octave-function-file-comment): Fix typo.
19814 (octave-sync-function-file-names): Use read-char-choice.
19815
19816 2013-04-28 Jay Belanger <jay.p.belanger@gmail.com>
19817
19818 * calc/calc.el (math-normalize): Don't set `math-normalize-error'
19819 to t for the less important warnings.
19820
19821 2013-04-27 Darren Hoo <darren.hoo@gmail.com> (tiny change)
19822
19823 * isearch.el (isearch-fail-pos): Check for empty `cmds'. (Bug#14268)
19824
19825 2013-04-27 Glenn Morris <rgm@gnu.org>
19826
19827 * vc/log-view.el (log-view-current-entry):
19828 Treat "---" separator lines as part of the following rev. (Bug#14169)
19829
19830 2013-04-27 Juri Linkov <juri@jurta.org>
19831
19832 * subr.el (read-number): Doc fix about using it by interactive
19833 code letter `n'. (Bug#14254)
19834
19835 2013-04-27 Juri Linkov <juri@jurta.org>
19836
19837 * desktop.el (desktop-auto-save-timeout): New option.
19838 (desktop-file-checksum): New variable.
19839 (desktop-save): Add optional arg `auto-save' and don't auto-save
19840 if nothing changed.
19841 (desktop-auto-save-timer): New variable.
19842 (desktop-auto-save, desktop-auto-save-set-timer): New functions.
19843 (after-init-hook): Call `desktop-auto-save-set-timer'.
19844 Suggested by Reuben Thomas <rrt@sc3d.org> in
19845 <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00327.html>.
19846
19847 2013-04-27 Leo Liu <sdl.web@gmail.com>
19848
19849 * progmodes/octave.el (octave-function-file-p)
19850 (octave-skip-comment-forward, octave-function-file-comment)
19851 (octave-update-function-file-comment): New functions.
19852 (octave-mode-map): Bind C-c ; to
19853 octave-update-function-file-comment.
19854 (octave-mode-menu): Add octave-update-function-file-comment.
19855 (octave-mode, inferior-octave-mode): Fix doc-string.
19856 (octave-insert-defun): Conform to Octave's coding convention.
19857 (Bug#14285)
19858
19859 * files.el (basic-save-buffer): Don't let errors in
19860 before-save-hook prevent saving buffer.
19861
19862 2013-04-20 Roland Winkler <winkler@gnu.org>
19863
19864 * faces.el (read-face-name): Use completing-read if arg multiple
19865 is nil.
19866
19867 2013-04-27 Ingo Lohmar <i.lohmar@gmail.com> (tiny change)
19868
19869 * ls-lisp.el (ls-lisp-insert-directory): If no files are
19870 displayed, move point to after the totals line.
19871 See http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00677.html
19872 for the details.
19873
19874 2013-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
19875
19876 * emacs-lisp/package.el (package-autoload-ensure-default-file):
19877 Add current dir to the load-path.
19878 (package-generate-autoloads): Don't rely on
19879 autoload-ensure-default-file.
19880
19881 2013-04-26 Reuben Thomas <rrt@sc3d.org>
19882
19883 * textmodes/remember.el (remember-store-in-files): Document that
19884 the file name format is passed to `format-time-string'.
19885
19886 2013-04-26 Leo Liu <sdl.web@gmail.com>
19887
19888 * progmodes/octave.el (octave-sync-function-file-names): New function.
19889 (octave-mode): Use it in before-save-hook.
19890
19891 2013-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
19892
19893 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Disable undo
19894 (bug#14274).
19895
19896 * progmodes/octave.el (octave-smie-forward-token): Properly skip
19897 \n and comment, even if it's not an implicit ; (bug#14218).
19898
19899 2013-04-26 Glenn Morris <rgm@gnu.org>
19900
19901 * subr.el (read-number): Once more use `read' rather than
19902 `string-to-number', to trap non-numeric input. (Bug#14254)
19903
19904 2013-04-26 Erik Charlebois <erikcharlebois@gmail.com>
19905
19906 * emacs-lisp/syntax.el (syntax-propertize-multiline):
19907 Use `syntax-multiline' text property consistently instead of
19908 `font-lock-multiline'. (Bug#14237)
19909
19910 2013-04-26 Glenn Morris <rgm@gnu.org>
19911
19912 * emacs-lisp/shadow.el (list-load-path-shadows):
19913 No longer necessary to check for duplicate simple.el, since
19914 2012-07-07 change to init_lread to not include installation lisp
19915 directories in load-path when running uninstalled. (Bug#14270)
19916
19917 2013-04-26 Leo Liu <sdl.web@gmail.com>
19918
19919 * progmodes/octave.el (octave-submit-bug-report): Obsolete.
19920 (octave-mode, inferior-octave-mode): Use setq-local.
19921 (octave-not-in-string-or-comment-p): Rename to
19922 octave-in-string-or-comment-p.
19923 (octave-in-comment-p, octave-in-string-p)
19924 (octave-in-string-or-comment-p): Replace defsubst with defun.
19925
19926 2013-04-25 Paul Eggert <eggert@cs.ucla.edu>
19927
19928 * Makefile.in (distclean): Remove $(lisp)/loaddefs.el~.
19929
19930 2013-04-25 Bastien Guerry <bzg@gnu.org>
19931
19932 * textmodes/remember.el (remember-data-directory)
19933 (remember-directory-file-name-format): Fix custom types.
19934
19935 2013-04-25 Leo Liu <sdl.web@gmail.com>
19936
19937 * progmodes/octave.el (octave-completion-at-point-function):
19938 Make use of inferior octave process.
19939 (octave-initialize-completions): Remove.
19940 (inferior-octave-completion-table): New function.
19941 (inferior-octave-completion-at-point): Use it.
19942 (octave-completion-alist): Remove.
19943
19944 2013-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
19945
19946 * progmodes/opascal.el: Use font-lock and syntax-propertize.
19947 (opascal-mode-syntax-table): New var.
19948 (opascal-literal-kind, opascal-is-literal-end)
19949 (opascal-literal-token-at): Rewrite.
19950 (opascal--literal-start-re, opascal-font-lock-keywords)
19951 (opascal--syntax-propertize): New constants.
19952 (opascal-font-lock-defaults): Adjust.
19953 (opascal-mode): Use them. Set comment-<foo> variables as well.
19954 (delphi-comment-face, opascal-comment-face, delphi-string-face)
19955 (opascal-string-face, delphi-keyword-face, opascal-keyword-face)
19956 (delphi-other-face, opascal-other-face): Remove face variables.
19957 (opascal-save-state): Remove macro.
19958 (opascal-fontifying-progress-step): Remove constant.
19959 (opascal--ignore-changes): Remove var.
19960 (opascal-set-token-property, opascal-parse-next-literal)
19961 (opascal-is-stable-literal, opascal-complete-literal)
19962 (opascal-is-literal-start, opascal-face-of)
19963 (opascal-parse-region, opascal-parse-region-until-stable)
19964 (opascal-fontify-region, opascal-after-change)
19965 (opascal-debug-show-is-stable, opascal-debug-unparse-buffer)
19966 (opascal-debug-parse-region, opascal-debug-parse-window)
19967 (opascal-debug-parse-buffer, opascal-debug-fontify-window)
19968 (opascal-debug-fontify-buffer): Remove.
19969 (opascal-debug-mode-map): Adjust accordingly.
19970
19971 2013-04-25 Leo Liu <sdl.web@gmail.com>
19972
19973 Merge octave-mod.el and octave-inf.el into octave.el with some
19974 cleanups.
19975 * progmodes/octave.el: New file renamed from octave-mod.el.
19976 * progmodes/octave-inf.el: Merged into octave.el.
19977 * progmodes/octave-mod.el: Renamed to octave.el.
19978
19979 2013-04-25 Tassilo Horn <tsdh@gnu.org>
19980
19981 * textmodes/reftex-vars.el
19982 (reftex-label-ignored-macros-and-environments): New defcustom.
19983
19984 * textmodes/reftex-parse.el (reftex-parse-from-file): Use it.
19985
19986 2013-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
19987
19988 * emacs-lisp/smie.el (smie-indent--hanging-p): Don't burp at EOB.
19989 (smie-indent-keyword): Improve the check to ensure that the next
19990 comment is really on the same line.
19991 (smie-indent-comment): Don't align with a subsequent closer (or eob).
19992
19993 * progmodes/octave-mod.el (octave-smie-forward-token): Only emit
19994 semi-colons if the line is not otherwise empty (bug#14218).
19995
19996 2013-04-25 Glenn Morris <rgm@gnu.org>
19997
19998 * vc/vc-bzr.el (vc-bzr-print-log): Tweak LIMIT = 1 case.
19999
20000 2013-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
20001
20002 * progmodes/opascal.el (opascal-set-token-property): Rename from
20003 opascal-set-text-properties and only set `token' (bug#14134).
20004 Suggested by Erik Knowles <eknowles@geosystemsoftware.com>.
20005 (opascal-literal-text-properties): Remove.
20006 (opascal-parse-next-literal, opascal-debug-unparse-buffer):
20007 Adjust callers.
20008
20009 2013-04-24 Reuben Thomas <rrt@sc3d.org>
20010
20011 * textmodes/remember.el (remember-handler-functions): Add an
20012 option for a new handler `remember-store-in-files'.
20013 (remember-data-directory, remember-directory-file-name-format):
20014 New options.
20015 (remember-store-in-files): New function to store remember notes
20016 as separate files within a directory.
20017
20018 2013-04-24 Magnus Henoch <magnus.henoch@gmail.com>
20019
20020 * progmodes/compile.el (compilation-next-error-function):
20021 Pass "formats" to compilation-find-file (bug#11777).
20022
20023 2013-04-24 Glenn Morris <rgm@gnu.org>
20024
20025 * vc/vc-bzr.el (vc-bzr-print-log):
20026 * vc/vc-hg.el (vc-hg-print-log):
20027 * vc/vc-svn.el (vc-svn-print-log):
20028 Fix START-REVISION with LIMIT != 1. (Bug#14168)
20029
20030 * vc/vc-bzr.el (vc-bzr-print-log):
20031 * vc/vc-cvs.el (vc-cvs-print-log):
20032 * vc/vc-git.el (vc-git-print-log):
20033 * vc/vc-hg.el (vc-hg-print-log):
20034 * vc/vc-mtn.el (vc-mtn-print-log):
20035 * vc/vc-rcs.el (vc-rcs-print-log):
20036 * vc/vc-sccs.el (vc-sccs-print-log):
20037 * vc/vc-svn.el (vc-svn-print-log):
20038 * vc/vc.el (vc-print-log-internal): Doc fixes.
20039
20040 2013-04-23 Glenn Morris <rgm@gnu.org>
20041
20042 * startup.el (normal-no-mouse-startup-screen, normal-about-screen):
20043 Remove venerable code attempting to avoid substitute-command-keys.
20044
20045 2013-04-23 Tassilo Horn <tsdh@gnu.org>
20046
20047 * textmodes/reftex-vars.el (reftex-label-regexps):
20048 Call `reftex-compile-variables' after changes to this variable.
20049
20050 2013-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
20051
20052 * jit-lock.el: Fix signals in jit-lock-force-redisplay (bug#13542).
20053 Use lexical-binding.
20054 (jit-lock-force-redisplay): Use markers, check buffer's continued
20055 existence and beware narrowed buffers.
20056 (jit-lock-fontify-now): Adjust call accordingly.
20057
20058 2013-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
20059
20060 * minibuffer.el (minibuffer-completion-contents): Fix obsolescence info
20061 to avoid misleading the user.
20062
20063 2013-04-22 Leo Liu <sdl.web@gmail.com>
20064
20065 * info-look.el: Prefer latex2e.info. (Bug#14240)
20066
20067 2013-04-22 Michael Albinus <michael.albinus@gmx.de>
20068
20069 Fix pack/unpack coding. Reported by David Smith <davidsmith@acm.org>.
20070
20071 * net/tramp-compat.el (tramp-compat-call-process): Move function ...
20072 * net/tramp.el (tramp-call-process): ... here.
20073 (tramp-set-completion-function, tramp-parse-putty):
20074 * net/tramp-adb.el (tramp-adb-execute-adb-command):
20075 * net/tramp-gvfs.el (tramp-gvfs-send-command):
20076 * net/tramp-sh.el (tramp-sh-handle-set-file-times)
20077 (tramp-set-file-uid-gid, tramp-sh-handle-write-region)
20078 (tramp-call-local-coding-command): Use `tramp-call-process'
20079 instead of `tramp-compat-call-process'.
20080
20081 * net/tramp-sh.el (tramp-perl-pack, tramp-perl-unpack): New defconst.
20082 (tramp-local-coding-commands, tramp-remote-coding-commands): Use them.
20083 (tramp-sh-handle-file-local-copy, tramp-sh-handle-write-region)
20084 (tramp-find-inline-compress): Improve traces.
20085 (tramp-maybe-send-script): Check for Perl binary.
20086 (tramp-get-inline-coding): Do not redirect STDOUT for local decoding.
20087
20088 2013-04-22 Daiki Ueno <ueno@gnu.org>
20089
20090 * epg.el (epg-context-pinentry-mode): New function.
20091 (epg-context-set-pinentry-mode): New function.
20092 (epg--start): Pass --pinentry-mode option to gpg command.
20093
20094 2013-04-21 Xue Fuqiao <xfq.free@gmail.com>
20095
20096 * comint.el (comint-dynamic-complete-functions, comint-mode-map):
20097 `comint-dynamic-complete' is obsolete since 24.1, replaced by
20098 `completion-at-point'. (Bug#13774)
20099
20100 * startup.el (normal-no-mouse-startup-screen): Bug fix, the
20101 default key binding for `describe-distribution' has been moved to
20102 `C-h C-o'. (Bug#13970)
20103
20104 2013-04-21 Glenn Morris <rgm@gnu.org>
20105
20106 * vc/vc.el (vc-print-log-setup-buttons, vc-print-log-internal):
20107 Add doc strings.
20108 (vc-print-log): Clarify interactive prompt.
20109
20110 2013-04-20 Glenn Morris <rgm@gnu.org>
20111
20112 * emacs-lisp/bytecomp.el (byte-compile-insert-header):
20113 No longer include timestamp etc information.
20114
20115 2013-04-20 Roland Winkler <winkler@gnu.org>
20116
20117 * faces.el (read-face-name): Bug fix, return just one face if arg
20118 multiple is nil. (Bug#14209)
20119
20120 2013-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
20121
20122 * emacs-lisp/nadvice.el (advice--where-alist): Add :override.
20123 (remove-function): Autoload.
20124
20125 * comint.el (comint-redirect-original-filter-function): Remove.
20126 (comint-redirect-cleanup, comint-redirect-send-command-to-process):
20127 * vc/vc-cvs.el (vc-cvs-annotate-process-filter)
20128 (vc-cvs-annotate-command):
20129 * progmodes/octave-inf.el (inferior-octave-send-list-and-digest):
20130 * progmodes/prolog.el (prolog-consult-compile):
20131 * progmodes/gdb-mi.el (gdb, gdb--check-interpreter):
20132 Use add/remove-function instead.
20133 * progmodes/gud.el (gud-tooltip-original-filter): Remove.
20134 (gud-tooltip-process-output, gud-tooltip-tips):
20135 Use add/remove-function instead.
20136 * progmodes/xscheme.el (xscheme-previous-process-state): Remove.
20137 (scheme-interaction-mode, exit-scheme-interaction-mode):
20138 Use add/remove-function instead.
20139
20140 * vc/vc-dispatcher.el: Use lexical-binding.
20141 (vc--process-sentinel): Rename from vc-process-sentinel.
20142 Change last arg to be the code to run. Don't use vc-previous-sentinel
20143 and vc-sentinel-commands any more.
20144 (vc-exec-after): Allow code to be a function. Use add/remove-function.
20145 (compilation-error-regexp-alist, view-old-buffer-read-only): Declare.
20146
20147 2013-04-19 Masatake YAMATO <yamato@redhat.com>
20148
20149 * progmodes/sh-script.el (sh-imenu-generic-expression):
20150 Handle function names with a single character. (Bug#14111)
20151
20152 2013-04-19 Dima Kogan <dima@secretsauce.net> (tiny change)
20153
20154 * progmodes/gud.el (gud-perldb-marker-filter): Understand position info
20155 for subroutines defined in an eval (bug#14182).
20156
20157 2013-04-19 Thierry Volpiatto <thierry.volpiatto@gmail.com>
20158
20159 * bookmark.el (bookmark-completing-read): Improve handling of empty
20160 string (bug#14176).
20161
20162 2013-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
20163
20164 * vc/vc-dispatcher.el (vc-do-command): Get rid of default sentinel msg.
20165
20166 2013-04-19 Fabián Ezequiel Gallina <fgallina@gnu.org>
20167
20168 New faster Imenu implementation (bug#14058).
20169 * progmodes/python.el (python-imenu-prev-index-position)
20170 (python-imenu-format-item-label-function)
20171 (python-imenu-format-parent-item-label-function)
20172 (python-imenu-format-parent-item-jump-label-function):
20173 New vars.
20174 (python-imenu-format-item-label)
20175 (python-imenu-format-parent-item-label)
20176 (python-imenu-format-parent-item-jump-label)
20177 (python-imenu--put-parent, python-imenu--build-tree)
20178 (python-imenu-create-index, python-imenu-create-flat-index)
20179 (python-util-popn): New functions.
20180 (python-mode): Set imenu-create-index-function to
20181 python-imenu-create-index.
20182
20183 2013-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
20184
20185 * winner.el (winner-active-region): Use region-active-p, activate-mark
20186 and deactivate-mark (bug#14225).
20187
20188 * simple.el (deactivate-mark): Don't inline it.
20189
20190 2013-04-18 Michael Albinus <michael.albinus@gmx.de>
20191
20192 * net/tramp-sh.el (tramp-remote-process-environment): Add "TMOUT=0".
20193
20194 2013-04-18 Tassilo Horn <tsdh@gnu.org>
20195
20196 * files.el (auto-mode-alist): Delete OpenDocument and StarOffice
20197 file extensions from the archive-mode entry in order to prefer
20198 doc-view-mode-maybe with archive-mode as fallback (bug#14188).
20199
20200 2013-04-18 Leo Liu <sdl.web@gmail.com>
20201
20202 * bindings.el (help-event-list): Add ?\?.
20203
20204 2013-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
20205
20206 * subr.el (with-wrapper-hook): Declare obsolete.
20207 * simple.el (filter-buffer-substring-function): New hook.
20208 (filter-buffer-substring): Use it.
20209 (filter-buffer-substring-functions): Mark obsolete.
20210 * minibuffer.el (completion-in-region-function): New hook.
20211 (completion-in-region): Use it.
20212 (completion-in-region-functions): Mark obsolete.
20213 * mail/mailabbrev.el (mail-abbrevs-setup): Use abbrev-expand-function.
20214 * abbrev.el (abbrev-expand-function): New hook.
20215 (expand-abbrev): Use it.
20216 (abbrev-expand-functions): Mark obsolete.
20217 * emacs-lisp/nadvice.el (advice--where-alist): Add :filter-args
20218 and :filter-return.
20219
20220 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
20221
20222 * progmodes/python.el (python-nav--syntactically): Fix cornercases
20223 and do not care about match data.
20224
20225 2013-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
20226
20227 * emacs-lisp/lisp.el (lisp-completion-at-point): Provide specialized
20228 completion tables when completing error conditions and
20229 `declare' arguments.
20230 (lisp-complete-symbol, field-complete): Mark as obsolete.
20231 (check-parens): Unmatched parens are user errors.
20232 * minibuffer.el (minibuffer-completion-contents): Mark as obsolete.
20233
20234 2013-04-17 Michal Nazarewicz <mina86@mina86.com>
20235
20236 * textmodes/flyspell.el (flyspell-check-pre-word-p): Return nil if
20237 command changed buffer (ie. `flyspell-pre-buffer' is not current
20238 buffer), which prevents making decisions based on invalid value of
20239 `flyspell-pre-point' in the wrong buffer. Most notably, this used to
20240 cause an error when `flyspell-pre-point' was nil after switching
20241 buffers.
20242 (flyspell-post-command-hook): No longer needs to change buffers when
20243 checking pre-word. While at it remove unnecessary progn.
20244
20245 2013-04-17 Nicolas Richard <theonewiththeevillook@yahoo.fr> (tiny change)
20246
20247 * textmodes/ispell.el (ispell-add-per-file-word-list):
20248 Fix `flyspell-correct-word-before-point' error when accepting
20249 words and `coment-padding' is an integer by using
20250 `comment-normalize-vars' (Bug #14214).
20251
20252 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
20253
20254 New defun movement commands.
20255 * progmodes/python.el (python-nav--syntactically)
20256 (python-nav--forward-defun, python-nav-backward-defun)
20257 (python-nav-forward-defun): New functions.
20258
20259 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
20260
20261 * progmodes/python.el (python-syntax--context-compiler-macro): New defun.
20262 (python-syntax-context): Use named compiler-macro for backwards
20263 compatibility with Emacs 24.x.
20264
20265 2013-04-17 Leo Liu <sdl.web@gmail.com>
20266
20267 * progmodes/octave-mod.el (octave-mode-map): Fix key binding to
20268 octave-hide-process-buffer.
20269
20270 2013-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
20271
20272 * vc/vc-hg.el (vc-hg-annotate-re): Disallow ": " in file names
20273 (bug#14216).
20274
20275 2013-04-17 Jean-Philippe Gravel <jpgravel@gmail.com>
20276
20277 * progmodes/gdb-mi.el (gdbmi-bnf-incomplete-record-result):
20278 Fix adjustment of offset when receiving incomplete responses from GDB
20279 (bug#14129).
20280
20281 2013-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
20282
20283 * progmodes/python.el (python-mode-skeleton-abbrev-table): Rename from
20284 python-mode-abbrev-table.
20285 (python-skeleton-define): Adjust accordingly.
20286 (python-mode-abbrev-table): New table that inherits from it so that
20287 python-skeleton-autoinsert does not affect non-skeleton abbrevs.
20288
20289 * abbrev.el (abbrev--symbol): New function, extracted from abbrev-symbol.
20290 (abbrev-symbol): Use it.
20291 (abbrev--before-point): Use it since we already handle inheritance.
20292
20293 2013-04-16 Leo Liu <sdl.web@gmail.com>
20294
20295 * progmodes/octave-mod.el (octave-mode-map): Remove redundant key
20296 binding to info-lookup-symbol.
20297
20298 2013-04-16 Juanma Barranquero <lekktu@gmail.com>
20299
20300 * minibuffer.el (completion--twq-all):
20301 * term/ns-win.el (ns-initialize-window-system):
20302 * term/w32-win.el (w32-initialize-window-system): Silence byte-compiler.
20303
20304 2013-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
20305
20306 * emacs-lisp/nadvice.el (add-function): Default simple vars to their
20307 global bindings.
20308
20309 * doc-view.el (doc-view-start-process): Handle url-handler directories.
20310
20311 2013-04-15 Dmitry Gutov <dgutov@yandex.ru>
20312
20313 * progmodes/ruby-mode.el (ruby-beginning-of-defun)
20314 (ruby-end-of-defun, ruby-move-to-block): Bind `case-fold-search'
20315 to nil.
20316 (ruby-end-of-defun): Remove the unused arg, change the docstring
20317 to reflect that this function is only used as the value of
20318 `end-of-defun-function'.
20319 (ruby-beginning-of-defun): Remove "top-level" from the docstring,
20320 to reflect an earlier change that beginning/end-of-defun functions
20321 jump between methods in a class definition, as well as top-level
20322 functions.
20323
20324 2013-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
20325
20326 * minibuffer.el (minibuffer-complete): Don't just scroll
20327 a *Completions* that's been iconified.
20328 (minibuffer-force-complete): Make sure repetitions do cycle when going
20329 through completion-in-region -> minibuffer-complete.
20330
20331 2013-04-15 Alan Mackenzie <acm@muc.de>
20332
20333 Correct the placement of c-cpp-delimiters when there're #s not at
20334 col 0.
20335
20336 * progmodes/cc-langs.el (c-anchored-cpp-prefix): Reformulate and
20337 place a submatch around the #.
20338 * progmodes/cc-mode.el(c-neutralize-syntax-in-and-mark-CPP):
20339 Start a search at BOL. Put the c-cpp-delimiter category text propertiy
20340 on the #, not BOL.
20341
20342 2013-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
20343
20344 * emacs-lisp/nadvice.el: Properly test names when adding advice.
20345 (advice--member-p): New arg `name'.
20346 (advice--add-function, advice-member-p): Use it (bug#14202).
20347
20348 2013-04-15 Filipp Gunbin <fgunbin@fastmail.fm>
20349
20350 Reformulate java imenu-generic-expression.
20351 The old expression contained ill formed regexps.
20352
20353 * progmodes/cc-menus.el (cc-imenu-java-ellipsis-regexp)
20354 (cc-imenu-java-type-spec-regexp, cc-imenu-java-comment-regexp)
20355 (cc-imenu-java-method-arg-regexp): New defconsts.
20356 (cc-imenu-java-build-type-args-regex): New defun.
20357 (cc-imenu-java-generic-expression): Fix, to remove "ambiguous"
20358 handling of spaces in the regexp.
20359
20360 2013-03-15 Agustín Martín Domingo <agustin.martin@hispalinux.es>
20361
20362 * textmodes/ispell.el (ispell-command-loop): Remove
20363 flyspell highlight of a word when ispell accepts it (bug #14178).
20364
20365 2013-04-15 Michael Albinus <michael.albinus@gmx.de>
20366
20367 * net/ange-ftp.el (ange-ftp-run-real-handler-orig): New defun,
20368 uses code from the previous `ange-ftp-run-real-handler'.
20369 (ange-ftp-run-real-handler): Set it to `tramp-run-real-handler'
20370 only in case that function exist. This is needed for proper
20371 unloading of Tramp.
20372
20373 2013-04-15 Tassilo Horn <tsdh@gnu.org>
20374
20375 * textmodes/reftex-vars.el (reftex-label-regexps): New defcustom.
20376
20377 * textmodes/reftex.el (reftex-compile-variables): Use it.
20378
20379 2013-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
20380
20381 * files.el (normal-mode): Only use default major-mode if no other mode
20382 was specified.
20383
20384 * emacs-lisp/trace.el (trace-values): New function.
20385
20386 * files.el: Allow : in local variables (bug#14089).
20387 (hack-local-variable-regexp): New var.
20388 (hack-local-variables-prop-line, hack-local-variables): Use it.
20389
20390 2013-04-13 Roland Winkler <winkler@gnu.org>
20391
20392 * textmodes/bibtex.el (bibtex-search-entries): Bug fix. Use match
20393 data before it gets modified by bibtex-beginning-of-entry.
20394
20395 2013-04-13 Roland Winkler <winkler@gnu.org>
20396
20397 * textmodes/bibtex.el (bibtex-url): Doc fix.
20398
20399 2013-04-13 Roland Winkler <winkler@gnu.org>
20400
20401 * textmodes/bibtex.el (bibtex-initialize): If the current buffer
20402 does not visit a BibTeX file, exclude it from the list of buffers
20403 returned by bibtex-initialize.
20404
20405 2013-04-13 Stephen Berman <stephen.berman@gmx.net>
20406
20407 * window.el (split-window): Remove interactive form, since as a
20408 command this function is a special case of split-window-below.
20409 Correct doc string.
20410
20411 2013-04-12 Roland Winkler <winkler@gnu.org>
20412
20413 * faces.el (read-face-name): Do not override value of arg default.
20414 Allow single faces and strings as default values. Remove those
20415 elements from return value that are not faces.
20416 (describe-face): Simplify.
20417 (face-at-point): New optional args thing and multiple so that this
20418 function can provide the same functionality previously provided by
20419 read-face-name.
20420 (make-face-bold, make-face-unbold, make-face-italic)
20421 (make-face-unitalic, make-face-bold-italic, invert-face)
20422 (modify-face, read-face-and-attribute): Use face-at-point.
20423
20424 * cus-edit.el (customize-face, customize-face-other-window)
20425 * cus-theme.el (custom-theme-add-face)
20426 * face-remap.el (buffer-face-set)
20427 * facemenu.el (facemenu-set-face): Use face-at-point.
20428
20429 2013-04-12 Michael Albinus <michael.albinus@gmx.de>
20430
20431 * info.el (Info-file-list-for-emacs): Add "tramp" and "dbus".
20432
20433 2013-04-10 Tassilo Horn <tsdh@gnu.org>
20434
20435 * textmodes/reftex-cite.el (reftex-parse-bibtex-entry): Don't cut
20436 off leading { and trailing } from field values.
20437
20438 2013-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
20439
20440 * emacs-lisp/timer.el (timer--check): New function.
20441 (timer--time, timer-set-function, timer-event-handler): Use it.
20442 (timer-set-idle-time): Simplify.
20443 (timer--activate): CSE.
20444 (timer-event-handler): Give more info in error message.
20445 (internal-timer-start-idle): New function, moved from C.
20446
20447 * mpc.el (mpc-proc): Add `restart' argument.
20448 (mpc-proc-cmd): Use it.
20449 (mpc--status-timer-run): Also catch signals from `mpc-proc'.
20450 (mpc-status-buffer-show, mpc-tagbrowser-dir-toggle): Call `mpc-proc'
20451 less often.
20452
20453 2013-04-10 Masatake YAMATO <yamato@redhat.com>
20454
20455 * progmodes/sh-script.el: Implement `sh-mode' own
20456 `add-log-current-defun-function' (bug#14112).
20457 (sh-current-defun-name): New function.
20458 (sh-mode): Use the function.
20459
20460 2013-04-09 Bastien Guerry <bzg@gnu.org>
20461
20462 * simple.el (choose-completion-string): Fix docstring (bug#14163).
20463
20464 2013-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
20465
20466 * emacs-lisp/edebug.el (edebug-mode): Fix typo (bug#14144).
20467
20468 * emacs-lisp/timer.el (timer-event-handler): Don't retrigger a canceled
20469 timer (bug#14156).
20470
20471 2013-04-07 Nic Ferrier <nferrier@ferrier.me.uk>
20472
20473 * emacs-lisp/ert.el (should, should-not, should-error): Add edebug
20474 declaration.
20475
20476 2013-04-07 Leo Liu <sdl.web@gmail.com>
20477
20478 * pcmpl-x.el: New file.
20479
20480 2013-04-06 Dmitry Antipov <dmantipov@yandex.ru>
20481
20482 Do not set x-display-name until X connection is established.
20483 This is needed to prevent from weird situation described at
20484 <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00212.html>.
20485 * frame.el (make-frame): Set x-display-name after call to
20486 window system initialization function, not before.
20487 * term/x-win.el (x-initialize-window-system): Add optional
20488 display argument and use it.
20489 * term/w32-win.el (w32-initialize-window-system):
20490 * term/ns-win.el (ns-initialize-window-system):
20491 * term/pc-win.el (msdos-initialize-window-system):
20492 Add compatible optional display argument.
20493
20494 2013-04-06 Eli Zaretskii <eliz@gnu.org>
20495
20496 * files.el (normal-backup-enable-predicate): On MS-Windows and
20497 MS-DOS compare truenames of temporary-file-directory and of the
20498 file, so that 8+3 aliases (usually found in $TEMP on Windows)
20499 don't fail comparison by compare-strings. Also, compare file
20500 names case-insensitively on MS-Windows and MS-DOS.
20501
20502 2013-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
20503
20504 * emacs-lisp/package.el (package-compute-transaction): Fix last fix.
20505 Suggested by Donald Curtis <dcurtis@coe.edu> (bug#14082).
20506
20507 2013-04-05 Dmitry Gutov <dgutov@yandex.ru>
20508
20509 * whitespace.el (whitespace-color-on, whitespace-color-off):
20510 Only call `font-lock-fontify-buffer' when `font-lock-mode' is on.
20511
20512 2013-04-05 Jacek Chrząszcz <chrzaszcz@mimuw.edu.pl> (tiny change)
20513
20514 * ispell.el (ispell-set-spellchecker-params):
20515 Really set `ispell-args' for all equivs.
20516
20517 2013-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
20518
20519 * ido.el (ido-completions): Use extra elements of ido-decorations
20520 (bug#14143).
20521 (ido-decorations): Update docstring.
20522
20523 2013-04-05 Michael Albinus <michael.albinus@gmx.de>
20524
20525 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
20526 (global-auto-revert-mode): Let-bind `auto-revert-use-notify' to
20527 nil during initialization, in order not to miss changes since the
20528 file was opened. (Bug#14140)
20529
20530 2013-04-05 Leo Liu <sdl.web@gmail.com>
20531
20532 * kmacro.el (kmacro-call-macro): Fix bug#14135.
20533
20534 2013-04-05 Jay Belanger <jay.p.belanger@gmail.com>
20535
20536 * calc/calc-units.el (calc-convert-units): Rewrite conditional.
20537
20538 2013-04-04 Glenn Morris <rgm@gnu.org>
20539
20540 * electric.el (electric-pair-inhibit-predicate): Add :version.
20541
20542 2013-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
20543
20544 * emacs-lisp/package.el (package-compute-transaction): Fix ordering
20545 when a package is required several times (bug#14082).
20546
20547 2013-04-04 Roland Winkler <winkler@gnu.org>
20548
20549 * faces.el (read-face-name): Behave as promised by the docstring.
20550 Assume that arg default is a list of faces.
20551 (describe-face): Call read-face-name with list of default faces.
20552
20553 2013-04-04 Thierry Volpiatto <thierry.volpiatto@gmail.com>
20554
20555 * bookmark.el: Fix deletion of bookmarks (bug#13972).
20556 (bookmark-bmenu-list): Don't toggle filenames if alist is empty.
20557 (bookmark-bmenu-execute-deletions): Only skip first line if it's
20558 the header.
20559 (bookmark-exit-hook-internal): Save even if list is empty.
20560
20561 2013-04-04 Yann Hodique <yann.hodique@gmail.com> (tiny change)
20562
20563 * emacs-lisp/package.el (package-pinned-packages): New var.
20564 (package--add-to-archive-contents): Obey it (bug#14118).
20565
20566 2013-04-03 Alan Mackenzie <acm@muc.de>
20567
20568 Handle `parse-partial-sexp' landing inside a comment opener (Bug#13244).
20569 Also adapt to the new values of element 7 of a parse state.
20570
20571 * progmodes/cc-engine.el (c-state-pp-to-literal): New optional
20572 parameter `not-in-delimiter'. Handle being inside comment opener.
20573 (c-invalidate-state-cache-1): Reckon with an extra "invalid"
20574 character in case we're typing a '*' after a '/'.
20575 (c-literal-limits): Handle the awkward "not-in-delimiter" cond arm
20576 instead by passing the parameter to c-state-pp-to-literal.
20577
20578 * progmodes/cc-fonts.el (c-font-lock-doc-comments): New handling
20579 for elt. 7 of a parse state.
20580
20581 2013-04-01 Paul Eggert <eggert@cs.ucla.edu>
20582
20583 Use UTF-8 for most files with non-ASCII characters (Bug#13936).
20584 * international/latin1-disp.el, international/mule-util.el:
20585 * language/cyril-util.el, language/european.el, language/ind-util.el:
20586 * language/lao-util.el, language/thai.el, language/tibet-util.el:
20587 * language/tibetan.el, language/viet-util.el:
20588 Switch from iso-2022-7bit to utf-8 or (if needed) utf-8-emacs.
20589
20590 2013-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
20591
20592 * electric.el (electric-pair-inhibit-predicate): New var (bug#14000).
20593 (electric-pair-post-self-insert-function): Use it.
20594 (electric-pair-default-inhibit): New function, extracted from
20595 electric-pair-post-self-insert-function.
20596
20597 2013-03-31 Roland Winkler <winkler@gnu.org>
20598
20599 * emacs-lisp/crm.el (completing-read-multiple): Doc fix.
20600
20601 2013-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
20602
20603 * hi-lock.el (hi-lock-mode): Cleanup after revert-buffer (bug#13891).
20604
20605 2013-03-30 Fabián Ezequiel Gallina <fabian@anue.biz>
20606
20607 Un-indent after "pass" and "return" statements (Bug#13888)
20608 * progmodes/python.el (python-indent-block-enders): New var.
20609 (python-indent-calculate-indentation): Use it.
20610
20611 2013-03-30 Michael Albinus <michael.albinus@gmx.de>
20612
20613 * net/tramp.el (tramp-drop-volume-letter): Make it an ordinary
20614 defun. Defining it as defalias could introduce too eager
20615 byte-compiler optimization. (Bug#14030)
20616
20617 2013-03-30 Chong Yidong <cyd@gnu.org>
20618
20619 * iswitchb.el (iswitchb-read-buffer): Fix typo.
20620
20621 2013-03-30 Leo Liu <sdl.web@gmail.com>
20622
20623 * kmacro.el (kmacro-call-macro): Add optional arg MACRO.
20624 (kmacro-execute-from-register): Pass the keyboard macro to
20625 kmacro-call-macro or repeating won't work correctly.
20626
20627 2013-03-30 Teodor Zlatanov <tzz@lifelogs.com>
20628
20629 * progmodes/subword.el: Back to using `forward-symbol'.
20630
20631 * subr.el (forward-whitespace, forward-symbol)
20632 (forward-same-syntax): Move from thingatpt.el.
20633
20634 2013-03-29 Leo Liu <sdl.web@gmail.com>
20635
20636 * kmacro.el (kmacro-to-register): New command.
20637 (kmacro-execute-from-register): New function.
20638 (kmacro-keymap): Bind to 'x'. (Bug#14071)
20639
20640 2013-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
20641
20642 * mpc.el: Use defvar-local and setq-local.
20643 (mpc--proc-connect): Connection failures are not bugs.
20644 (mpc-mode-map): `follow-link' only applies to the buffer's content.
20645 (mpc-volume-map): Bind to the up-events.
20646
20647 2013-03-29 Teodor Zlatanov <tzz@lifelogs.com>
20648
20649 * progmodes/subword.el (superword-mode): Use `forward-sexp'
20650 instead of `forward-symbol'.
20651
20652 2013-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
20653
20654 * emacs-lisp/edebug.el (edebug-mode): Make it a minor mode.
20655 (edebug--recursive-edit): Use it.
20656 (edebug-kill-buffer): Don't let-bind kill-buffer-hook.
20657 (edebug-temp-display-freq-count): Don't let-bind buffer-read-only.
20658
20659 2013-03-28 Leo Liu <sdl.web@gmail.com>
20660
20661 * vc/vc-bzr.el (vc-bzr-revert): Don't backup. (Bug#14066)
20662
20663 2013-03-27 Eli Zaretskii <eliz@gnu.org>
20664
20665 * facemenu.el (list-colors-callback): New defvar.
20666 (list-colors-redisplay): New function.
20667 (list-colors-display): Install list-colors-redisplay as the
20668 revert-buffer-function. (Bug#14063)
20669
20670 2013-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
20671
20672 * minibuffer.el (completion-pcm--merge-completions): Make sure prefixes
20673 and suffixes don't overlap (bug#14061).
20674
20675 * case-table.el: Use lexical-binding.
20676 (case-table-get-table): New function.
20677 (get-upcase-table): Use it. Mark as obsolete. Adjust callers.
20678
20679 2013-03-27 Teodor Zlatanov <tzz@lifelogs.com>
20680
20681 * progmodes/subword.el: Add `superword-mode' to do word motion
20682 over symbol_words (parallels and leverages `subword-mode' which
20683 does word motion inside MixedCaseWords).
20684
20685 2013-03-27 Aidan Gauland <aidalgol@no8wireless.co.nz>
20686
20687 * eshell/em-unix.el: Move su and sudo to...
20688 * eshell/em-tramp.el: ...Eshell tramp module.
20689
20690 2013-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
20691
20692 * desktop.el (desktop--v2s): Rename from desktop-internal-v2s.
20693 Change return value to be a sexp. Delay `get-buffer' to after
20694 restoring the desktop (bug#13951).
20695
20696 2013-03-26 Leo Liu <sdl.web@gmail.com>
20697
20698 * register.el: Move semantic tag handling back to
20699 cedet/semantic/senator.el. (Bug#14052)
20700
20701 2013-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
20702
20703 * eshell/em-prompt.el (eshell-emit-prompt): Make sure we can't insert
20704 into the prompt either (bug#13963).
20705
20706 2013-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
20707
20708 * font-lock.el (lisp-font-lock-keywords-2): Don't highlight the "error"
20709 part of "(error-foo)".
20710
20711 2013-03-24 Juri Linkov <juri@jurta.org>
20712
20713 * replace.el (list-matching-lines-prefix-face): New defcustom.
20714 (occur-1): Pass `list-matching-lines-prefix-face' to the function
20715 `occur-engine' if `face-differs-from-default-p' returns t.
20716 (occur-engine): Add `,' inside backquote construct to evaluate
20717 `prefix-face'. Propertize the prefix with the `prefix-face' face.
20718 Pass `prefix-face' to the functions `occur-context-lines' and
20719 `occur-engine-add-prefix'.
20720 (occur-engine-add-prefix, occur-context-lines): Add optional arg
20721 `prefix-face' and propertize the prefix with `prefix-face'.
20722 (Bug#14017)
20723
20724 2013-03-24 Leo Liu <sdl.web@gmail.com>
20725
20726 * nxml/rng-valid.el (rng-validate-while-idle)
20727 (rng-validate-quick-while-idle): Guard against deleted buffer.
20728 (Bug#13999)
20729
20730 * emacs-lisp/edebug.el (edebug-mode): Make sure edebug-kill-buffer
20731 is the last entry in kill-buffer-hook.
20732
20733 * files.el (kill-buffer-hook): Doc fix.
20734
20735 2013-03-23 Dmitry Gutov <dgutov@yandex.ru>
20736
20737 * emacs-lisp/lisp-mode.el (emacs-lisp-docstring-fill-column):
20738 Make it safe-local.
20739
20740 * vc/diff-mode.el (diff-mode-shared-map): Unbind "/" (Bug#14034).
20741
20742 2013-03-23 Leo Liu <sdl.web@gmail.com>
20743
20744 * nxml/nxml-util.el (nxml-with-unmodifying-text-property-changes):
20745 Remove.
20746
20747 * nxml/rng-valid.el (rng-validate-mode)
20748 (rng-after-change-function, rng-do-some-validation):
20749 * nxml/rng-maint.el (rng-validate-buffer):
20750 * nxml/nxml-rap.el (nxml-tokenize-forward, nxml-ensure-scan-up-to-date):
20751 * nxml/nxml-outln.el (nxml-show-all, nxml-set-outline-state):
20752 * nxml/nxml-mode.el (nxml-mode, nxml-degrade, nxml-after-change)
20753 (nxml-extend-after-change-region): Use with-silent-modifications.
20754
20755 * nxml/rng-nxml.el (rng-set-state-after): Do not let-bind
20756 timer-idle-list.
20757
20758 * nxml/rng-valid.el (rng-validate-while-idle-continue-p)
20759 (rng-next-error-1, rng-previous-error-1): Do not let-bind
20760 timer-idle-list. (Bug#13999)
20761
20762 2013-03-23 Juri Linkov <juri@jurta.org>
20763
20764 * info.el (info-index-match): New face.
20765 (Info-index, Info-apropos-matches): Add a nested subgroup to the
20766 main pattern and add text properties with the new face to matches
20767 in index entries relative to the beginning of the index entry.
20768 (Bug#14015)
20769
20770 2013-03-21 Eric Ludlam <zappo@gnu.org>
20771
20772 * emacs-lisp/eieio-datadebug.el (data-debug/eieio-insert-slots):
20773 Inhibit read only while inserting objects.
20774
20775 2013-03-22 Teodor Zlatanov <tzz@lifelogs.com>
20776
20777 * progmodes/cfengine.el: Update docs to mention
20778 `cfengine-auto-mode'. Use \_> and \_< instead of \> and \< for
20779 symbol motion. Remove "_" from the word syntax.
20780
20781 2013-03-21 Teodor Zlatanov <tzz@lifelogs.com>
20782
20783 * progmodes/cfengine.el (cfengine-common-syntax): Add "_" to word
20784 syntax for both `cfengine2-mode' and `cfengine3-mode'.
20785
20786 2013-03-20 Juri Linkov <juri@jurta.org>
20787
20788 * info.el (Info-next-reference-or-link)
20789 (Info-prev-reference-or-link): New functions.
20790 (Info-next-reference, Info-prev-reference): Use them.
20791 (Info-try-follow-nearest-node): Handle footnote navigation.
20792 (Info-fontify-node): Fontify footnotes. (Bug#13989)
20793
20794 2013-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
20795
20796 * subr.el (posn-point, posn-string): Fix it here instead (bug#13979).
20797 * mouse.el (mouse-on-link-p): Undo scroll-bar fix.
20798
20799 2013-03-20 Paul Eggert <eggert@cs.ucla.edu>
20800
20801 Suppress unnecessary non-ASCII chatter during build process.
20802 * international/ja-dic-cnv.el (skkdic-collect-okuri-nasi)
20803 (batch-skkdic-convert): Suppress most of the chatter.
20804 It's not needed so much now that machines are faster,
20805 and its non-ASCII component was confusing; see Dmitry Gutov in
20806 <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00508.html>.
20807
20808 2013-03-20 Leo Liu <sdl.web@gmail.com>
20809
20810 * ido.el (ido-chop): Fix bug#10994.
20811
20812 2013-03-19 Dmitry Gutov <dgutov@yandex.ru>
20813
20814 * whitespace.el (whitespace-font-lock, whitespace-font-lock-mode):
20815 Remove vars.
20816 (whitespace-color-on, whitespace-color-off):
20817 Use `font-lock-fontify-buffer' (Bug#13817).
20818
20819 2013-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
20820
20821 * mouse.el (mouse--down-1-maybe-follows-link): Fix follow-link
20822 remapping in mode-line.
20823 (mouse-on-link-p): Also check [mode-line follow-link] bindings.
20824
20825 2013-03-19 Dmitry Gutov <dgutov@yandex.ru>
20826
20827 * whitespace.el (whitespace-color-on): Use `prepend' OVERRIDE
20828 value for `whitespace-line' face (Bug#13875).
20829 (whitespace-font-lock-keywords): Change description.
20830 (whitespace-color-on): Don't save `font-lock-keywords' value, save
20831 the constructed keywords instead.
20832 (whitespace-color-off): Use `font-lock-remove-keywords' (Bug#13817).
20833
20834 2013-03-19 Leo Liu <sdl.web@gmail.com>
20835
20836 * progmodes/compile.el (compilation-display-error): New command.
20837 (compilation-mode-map, compilation-minor-mode-map): Bind it to
20838 C-o. (Bug#13992)
20839
20840 2013-03-18 Paul Eggert <eggert@cs.ucla.edu>
20841
20842 * term/x-win.el (x-keysym-pair): Add a Fixme (Bug#13936).
20843
20844 2013-03-18 Jan Djärv <jan.h.d@swipnet.se>
20845
20846 * mouse.el (mouse-on-link-p): Check for scroll bar (Bug#13979).
20847
20848 2013-03-18 Michael Albinus <michael.albinus@gmx.de>
20849
20850 * net/tramp-compat.el (tramp-compat-user-error): New defun.
20851
20852 * net/tramp-adb.el (tramp-adb-handle-shell-command):
20853 * net/tramp-gvfs.el (top):
20854 * net/tramp.el (tramp-find-method, tramp-dissect-file-name)
20855 (tramp-handle-shell-command): Use it.
20856 (tramp-dissect-file-name): Raise an error when hostname is a
20857 method name, and neither method nor user is specified.
20858
20859 * net/trampver.el: Update release number.
20860
20861 2013-03-18 Leo Liu <sdl.web@gmail.com>
20862
20863 Make sure eldoc can be turned off properly.
20864 * emacs-lisp/eldoc.el (eldoc-schedule-timer): Conditionalize on
20865 eldoc-mode.
20866 (eldoc-display-message-p): Revert last change.
20867 (eldoc-display-message-no-interference-p)
20868 (eldoc-print-current-symbol-info): Tweak.
20869
20870 2013-03-18 Tassilo Horn <tsdh@gnu.org>
20871
20872 * doc-view.el (doc-view-new-window-function): Check the new window
20873 overlay's display property instead the char property of the
20874 buffer's first char. Use `with-selected-window' instead of
20875 `save-window-excursion' with `select-window'.
20876 (doc-view-document->bitmap): Check the current doc-view overlay's
20877 display property instead the char property of the buffer's first char.
20878
20879 2013-03-18 Paul Eggert <eggert@cs.ucla.edu>
20880
20881 Automate the build of ja-dic.el (Bug#13984).
20882 * international/ja-dic-cnv.el (skkdic-convert): Remove the annotations
20883 from the input, rather than assume that it's been done for us by the
20884 SKK script unannotate.awk. Switch ja-dic.el to UTF-8. Don't put
20885 the current date into a ja-dic.el comment, as that complicates
20886 regression testing.
20887
20888 2013-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
20889
20890 * whitespace.el: Fix double evaluation.
20891 (whitespace-space, whitespace-hspace, whitespace-tab)
20892 (whitespace-newline, whitespace-trailing, whitespace-line)
20893 (whitespace-space-before-tab, whitespace-indentation)
20894 (whitespace-empty, whitespace-space-after-tab): Turn defcustoms into
20895 obsolete defvars.
20896 (whitespace-hspace-regexp): Fix regexp for emacs-unicode.
20897 (whitespace-color-on): Use a single font-lock-add-keywords call.
20898 Fix double-evaluation of face variables.
20899
20900 2013-03-17 Michael Albinus <michael.albinus@gmx.de>
20901
20902 * net/tramp-adb.el (tramp-adb-parse-device-names):
20903 Use `start-process' instead of `call-process'. Otherwise, the
20904 function might be blocked under MS Windows. (Bug#13299)
20905
20906 2013-03-17 Leo Liu <sdl.web@gmail.com>
20907
20908 Extend eldoc to display info in the mode-line. (Bug#13978)
20909 * emacs-lisp/eldoc.el (eldoc-post-insert-mode): New minor mode.
20910 (eldoc-mode-line-string): New variable.
20911 (eldoc-minibuffer-message): New function.
20912 (eldoc-message-function): New variable.
20913 (eldoc-message): Use it.
20914 (eldoc-display-message-p)
20915 (eldoc-display-message-no-interference-p):
20916 Support eldoc-post-insert-mode.
20917
20918 * simple.el (eval-expression-minibuffer-setup-hook): New hook.
20919 (eval-expression): Run it.
20920
20921 2013-03-17 Roland Winkler <winkler@gnu.org>
20922
20923 * emacs-lisp/crm.el (completing-read-multiple): Ignore empty
20924 strings in the list of return values.
20925
20926 2013-03-17 Jay Belanger <jay.p.belanger@gmail.com>
20927
20928 * calc/calc-ext.el (math-read-number-fancy): Check for an explicit
20929 radix before checking for HMS forms.
20930
20931 2013-03-16 Leo Liu <sdl.web@gmail.com>
20932
20933 * progmodes/scheme.el: Add indentation and font-locking for λ.
20934 (Bug#13975)
20935
20936 2013-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
20937
20938 * emacs-lisp/smie.el (smie-auto-fill): Don't inf-loop if there's no
20939 token before point (bug#13942).
20940
20941 2013-03-16 Leo Liu <sdl.web@gmail.com>
20942
20943 * thingatpt.el (end-of-sexp): Fix bug#13952. Use syntax-after.
20944
20945 2013-03-16 Eli Zaretskii <eliz@gnu.org>
20946
20947 * startup.el (command-line-normalize-file-name): Fix handling of
20948 backslashes in DOS and Windows file names. Reported by Xue Fuqiao
20949 <xfq.free@gmail.com> in
20950 http://lists.gnu.org/archive/html/help-gnu-emacs/2013-03/msg00245.html.
20951
20952 2013-03-15 Michael Albinus <michael.albinus@gmx.de>
20953
20954 Sync with Tramp 2.2.7.
20955
20956 * net/trampver.el: Update release number.
20957
20958 2013-03-14 Tassilo Horn <tsdh@gnu.org>
20959
20960 * doc-view.el: Fix bug#13887.
20961 (doc-view-insert-image): Don't modify overlay associated to
20962 non-live windows, and implement horizontal centering of image in
20963 case it's smaller than the window.
20964 (doc-view-new-window-function): Force redisplay of new windows on
20965 doc-view buffers.
20966
20967 2013-03-13 Karl Fogel <kfogel@red-bean.com>
20968
20969 * saveplace.el (save-place-alist-to-file): Don't sort
20970 `save-place-alist', just pretty-print it (bug#13882).
20971
20972 2013-03-13 Michael Albinus <michael.albinus@gmx.de>
20973
20974 * net/tramp-sh.el (tramp-sh-handle-insert-directory):
20975 Check whether `default-file-name-coding-system' is bound.
20976 It isn't in XEmacs.
20977
20978 2013-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
20979
20980 * emacs-lisp/byte-run.el (defun-declarations-alist): Don't use
20981 backquotes for `obsolete' (bug#13929).
20982
20983 * international/mule.el (find-auto-coding): Include file name in
20984 obsolescence warning (bug#13922).
20985
20986 2013-03-12 Teodor Zlatanov <tzz@lifelogs.com>
20987
20988 * progmodes/cfengine.el (cfengine-parameters-indent): New variable
20989 for CFEngine 3-specific indentation.
20990 (cfengine3-indent-line): Use it. Fix up category regex.
20991 (cfengine3-font-lock-keywords): Add bundle and namespace characters.
20992
20993 2013-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
20994
20995 * type-break.el (type-break-file-name):
20996 * textmodes/remember.el (remember-data-file):
20997 * strokes.el (strokes-file):
20998 * shadowfile.el (shadow-initialize):
20999 * saveplace.el (save-place-file):
21000 * ps-bdf.el (bdf-cache-file):
21001 * progmodes/idlwave.el (idlwave-config-directory):
21002 * net/quickurl.el (quickurl-url-file):
21003 * international/kkc.el (kkc-init-file-name):
21004 * ido.el (ido-save-directory-list-file):
21005 * emulation/viper.el (viper-custom-file-name):
21006 * emulation/vip.el (vip-startup-file):
21007 * calendar/todo-mode.el (todo-file-do, todo-file-done, todo-file-top):
21008 * calendar/timeclock.el (timeclock-file): Use locate-user-emacs-file.
21009
21010 2013-03-12 Paul Eggert <eggert@cs.ucla.edu>
21011
21012 Switch encodings of tutorials, thai-word to UTF-8 (Bug#13880).
21013 * language/thai-word.el: Switch to UTF-8.
21014
21015 See ChangeLog.16 for earlier changes.
21016
21017 ;; Local Variables:
21018 ;; coding: utf-8
21019 ;; End:
21020
21021 Copyright (C) 2011-2014 Free Software Foundation, Inc.
21022
21023 This file is part of GNU Emacs.
21024
21025 GNU Emacs is free software: you can redistribute it and/or modify
21026 it under the terms of the GNU General Public License as published by
21027 the Free Software Foundation, either version 3 of the License, or
21028 (at your option) any later version.
21029
21030 GNU Emacs is distributed in the hope that it will be useful,
21031 but WITHOUT ANY WARRANTY; without even the implied warranty of
21032 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
21033 GNU General Public License for more details.
21034
21035 You should have received a copy of the GNU General Public License
21036 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.