]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
* lisp/replace.el (query-replace-from-to-separator): Turn defvar into defcustom.
[gnu-emacs] / lisp / ChangeLog
1 2014-11-18 Juri Linkov <juri@linkov.net>
2
3 * replace.el (query-replace-from-to-separator): Turn defvar into
4 defcustom. Wrap char-displayable-p in ignore-errors because an
5 attempt to autoload char-displayable-p fails during pre-loading.
6 Move (propertize "\0" ... 'separator t) out of customizable part
7 to query-replace-read-from.
8 (query-replace-read-from): Call custom-reevaluate-setting on
9 query-replace-from-to-separator to reevaluate the separator
10 depending on the return value of char-displayable-p.
11 http://lists.gnu.org/archive/html/emacs-devel/2014-11/msg00466.html
12
13 2014-11-18 Juri Linkov <juri@linkov.net>
14
15 * bindings.el (minibuffer-local-map): Rebind [down] from
16 next-history-element to next-line-or-history-element, and [up]
17 from previous-history-element to previous-line-or-history-element.
18
19 * simple.el (next-line-or-history-element)
20 (previous-line-or-history-element): New commands.
21 http://lists.gnu.org/archive/html/emacs-devel/2014-11/msg00822.html
22
23 2014-11-18 Leo Liu <sdl.web@gmail.com>
24
25 * emacs-lisp/nadvice.el (define-advice): New macro.
26 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Add
27 define-advice.
28 (lisp-font-lock-keywords-1): Add define-advice.
29
30 2014-11-18 Daiki Ueno <ueno@gnu.org>
31
32 * epg.el (epg-context): New slot EDIT-CALLBACK.
33 (epg--process-filter): Call EDIT-CALLBACK when editing a key.
34 (epg-reset): Reset EDIT-CALLBACK of the context.
35 (epg-start-edit-key): New function.
36 (epg-edit-key): New function.
37
38 2014-11-18 Paul Eggert <eggert@cs.ucla.edu>
39
40 Port new time stamp handling to Emacs 23.2.
41 This fix is for Gnus. Problem reported by Katsumi Yamaoka.
42 * calendar/time-date.el (time-add, time-subtract, time-less-p):
43 Use eval-and-compile, not eval-when-compile.
44
45 2014-11-18 Daiki Ueno <ueno@gnu.org>
46
47 * epg.el (epg-context-set-passphrase-callback)
48 (epg-context-set-progress-callback): Check if the CALLBACK
49 argument is a function, instead of a cons.
50
51 2014-11-18 Daiki Ueno <ueno@gnu.org>
52
53 * epa-file.el (epa-file-insert-file-contents)
54 (epa-file-write-region): Remove redundant check of
55 epa-pinentry-mode.
56 * epa.el (epa-sign-file, epa-encrypt-file, epa-decrypt-region)
57 (epa-sign-region, epa-encrypt-region): Remove redundant check of
58 epa-pinentry-mode.
59
60 2014-11-18 Daiki Ueno <ueno@gnu.org>
61
62 * epa-file.el (epa-file-insert-file-contents): Don't show
63 "*Error*" buffer if input file does not exist.
64 Reported by Herbert J. Skuhra.
65
66 2014-11-18 Paul Pogonyshev <pogonyshev@gmail.com>
67 Rüdiger Sonderfeld <ruediger@c-plusplus.net>
68
69 Fix bug#13871 (an alternative version of the patch).
70 * progmodes/cc-langs.el: Support some of the new keywords in
71 C++11.
72 (c-operators): Add "alignof".
73 (c-primitive-type-kwds): Add "char16_t", "char32_t".
74 (c-type-modifier-kwds): Add "constexpr", "noexcept".
75 (c-modifier-kwds): Add "thread_local".
76 (c-constant-kwds): Add "nullptr".
77
78 2014-11-17 Michal Nazarewicz <mina86@mina86.com>
79
80 * textmodes/tildify.el (tildify-pattern, tildify-space-string):
81 New variables for specifying tildify pattern and representation of
82 a hard space -- a no-break space by default -- respectively.
83 Being buffer-local they are much easier to handle than
84 `tildify-string-alist' and `tildify-pattern-alist' respectively
85 that have been used so far. They also works better with derived
86 modes.
87 (tildify-foreach-region-function): New variable specifying
88 a function determining portions of buffer that should be
89 tildified. It allows major modes to create a filtering function
90 more elaborate than a set of regular expressions. Initialised to
91 `tildify--deprecated-ignore-evironments' by default to handle now
92 deprecated `tildify-ignored-environments-alist' variable.
93 (tildify--foreach-region): A new function that takes
94 `tildify-foreach-region-function' into account and calls callback
95 for regions of the buffer that should be tildified.
96 (tildify-foreach-ignore-environments): A new function which can be
97 partially applied and used as `tildify-foreach-region-function'.
98 (tildify-ignored-environments-alist, tildify-pattern)
99 (tildify-string-alist, tildify--pick-alist-entry): Mark as obsolete.
100 (tildify--find-env): Rename from `tildify-find-env' and mark as
101 obsolete.
102 (tildify--deprecated-ignore-evironments): New function,
103 immediately marked as obsolete, used to handle deprecated
104 `tildify-ignored-environments-alist'.
105
106 * textmodes/tex-mode.el (tex-common-initialization): Set
107 `tildify-space-string' and `tildify-foreach-region-function'
108 variables in all variants of TeX mode since `tildify-string-alist'
109 and `tildify-ignored-environments-alist' are now empty by default.
110
111 * nxml/nxml-mode.el (nxml-mode): Ditto in `nxml-mode'. If
112 encoding supports it use no-break space instead of character
113 entity; this changes previous default which used a numeric
114 reference.
115
116 * textmodes/sgml-mode.el (sgml-mode): ditto in `sgml-mode'. If
117 encoding does not support no-break space, use numeric reference;
118 this changes previous default which used named entity (“&nbsp;”)
119 in HTML mode.
120
121 2014-11-17 Ulf Jasper <ulf.jasper@web.de>
122
123 Fix bug#5433.
124 * calendar/icalendar.el (icalendar-export-alarms): New
125 customizable variable.
126 (icalendar-export-region): Export alarms as specified in
127 `icalendar-export-alarms'.
128 (icalendar--create-ical-alarm, icalendar--do-create-ical-alarm):
129 New functions for exporting alarms.
130
131 2014-11-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
132
133 * bindings.el (search-map): Move `eww-search-words' to `M-s M-w'.
134
135 2014-11-17 Paul Eggert <eggert@cs.ucla.edu>
136
137 Port new time stamp handling to old Emacs and to XEmacs.
138 This is needed for Gnus, which copies time-date.el and which
139 runs on older Emacs implementations.
140 * calendar/time-date.el (with-decoded-time-value):
141 Handle 'nil' and floating-point arg more compatibly with new Emacs.
142 (encode-time-value, with-decoded-time-value):
143 Obsolete only if new Emacs.
144 (time-add, time-subtract, time-less-p): Define if not new Emacs.
145
146 Improve time stamp handling, and be more consistent about it.
147 This implements a suggestion made in:
148 http://lists.gnu.org/archive/html/emacs-devel/2014-10/msg00587.html
149 Among other things, this means timer.el no longer needs to
150 autoload the time-date module.
151 * allout-widgets.el (allout-elapsed-time-seconds): Doc fix.
152 * arc-mode.el (archive-ar-summarize):
153 * calendar/time-date.el (seconds-to-time, days-to-time, time-since):
154 * emacs-lisp/timer.el (timer-relative-time, timer-event-handler)
155 (run-at-time, with-timeout-suspend, with-timeout-unsuspend):
156 * net/tramp.el (tramp-time-less-p, tramp-time-subtract):
157 * proced.el (proced-time-lessp):
158 * timezone.el (timezone-time-from-absolute):
159 * type-break.el (type-break-schedule, type-break-time-sum):
160 Simplify by using new functionality.
161 * calendar/cal-dst.el (calendar-next-time-zone-transition):
162 Do not return time values in obsolete and undocumented (HI . LO)
163 format; use (HI LO) instead.
164 * calendar/time-date.el (with-decoded-time-value):
165 Treat 'nil' as current time. This is mostly for XEmacs.
166 (encode-time-value, with-decoded-time-value): Obsolete.
167 (time-add, time-subtract, time-less-p): Use no-op autoloads, for
168 XEmacs. Define only if XEmacs, as they're now C builtins in Emacs.
169 * ldefs-boot.el: Update to match new time-date.el
170 * proced.el: Do not require time-date.
171
172 2014-11-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
173
174 * net/eww.el (eww-mode): Make the buffer read-only.
175 (eww-form-text): Inhibit read-only-ness in text input fields
176 (bug#16476).
177
178 2014-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
179
180 * simple.el (execute-extended-command--shorter): Cut search here.
181 (execute-extended-command): Instead of here.
182
183 2014-11-16 Fabián Ezequiel Gallina <fgallina@gnu.org>
184
185 * progmodes/python.el (python-mode): Avoid use of set-local to
186 keep Emacs 24.x compatibility.
187
188 2014-11-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
189
190 * net/shr.el (shr): Move to the new defgroup `web'.
191
192 * net/eww.el (eww): Ditto.
193
194 * simple.el (execute-extended-command): Don't show the help
195 message if the binding isn't significantly shorter than the
196 M-x command the user typed (bug#19013).
197
198 2014-11-16 Ulf Jasper <ulf.jasper@web.de>
199
200 * calendar/icalendar.el (icalendar--convert-tz-offset):
201 Return complete cons when offsets of standard time and daylight saving
202 time are equal.
203 (icalendar-export-region): Fix unbound variable warning.
204
205 2014-11-16 Fabián Ezequiel Gallina <fgallina@gnu.org>
206
207 * progmodes/python.el (run-python): Allow CMD to be optional and
208 default it to a safe command, even for Windows. (bug#18596)
209
210 2014-11-16 Fabián Ezequiel Gallina <fgallina@gnu.org>
211
212 * progmodes/python.el (python-shell-calculate-command):
213 Rename from python-shell-parse-command. Cleanup.
214 (run-python, run-python-internal): Use it.
215 (python-shell-calculate-pythonpath): Rename from
216 python-new-pythonpath.
217 (python-shell-calculate-process-environment): Use it.
218 (python-shell-calculate-exec-path): Add comment.
219
220 2014-11-16 Thierry Banel <tbanelwebmin@free.fr> (tiny change)
221
222 * calc/calc-arith.el (math-max-list, math-min-list): Fix bug
223 for date handling.
224
225 2014-11-16 Andreas Schwab <schwab@linux-m68k.org>
226
227 * version.el (emacs-repository-get-version): Use git rev-parse
228 instead of git log.
229
230 2014-11-16 Fabián Ezequiel Gallina <fgallina@gnu.org>
231
232 * progmodes/python.el (python-indent-calculate-levels):
233 Fix indentation behavior multiline dedenter statement. (Bug#18432)
234
235 2014-11-16 Fabián Ezequiel Gallina <fgallina@gnu.org>
236
237 * progmodes/python.el (python-indent-region):
238 Use python-indent-line and skip special cases. (Bug#18843)
239
240 2014-11-16 Peder O. Klingenberg <peder@klingenberg.no>
241
242 * mail/emacsbug.el (report-emacs-bug): Make a better guess at
243 envelope-from when reporting through sendmail (bug#19054).
244
245 2014-11-16 Oscar Fuentes <ofv@wanadoo.es>
246
247 Add faces for the VC modeline state indicator.
248 * lisp/vc/vc-hooks.el:
249 (vc-state-faces, vc-state-base-face)
250 (vc-up-to-date-state, vc-needs-update-state)
251 (vc-locked-state, vc-locally-added-state)
252 (vc-conflict-state, vc-removed-state)
253 (vc-missing-state, vc-edited-state):
254 New faces.
255 (vc-default-mode-line-string): Use them
256
257 2014-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
258
259 * emacs-lisp/backquote.el (backquote-process): Optimize away ",'".
260
261 2014-11-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
262
263 * net/eww.el (eww-search-words): Mention `eww-search-prefix'.
264
265 2014-11-15 Fabián Ezequiel Gallina <fgallina@gnu.org>
266
267 * progmodes/python.el (python-eldoc-setup-code): Enhance string
268 type checks, simplify printing. (Bug#18962)
269
270 2014-11-14 Ivan Andrus <darthandrus@gmail.com>
271
272 * progmodes/python.el (python-shell-font-lock-kill-buffer):
273 (python-shell-font-lock-with-font-lock-buffer)
274 (python-shell-get-buffer, python-ffap-module-path):
275 Use `derived-mode-p' instead of equality test on `major-mode'.
276
277 2014-11-14 Fabián Ezequiel Gallina <fgallina@gnu.org>
278
279 * progmodes/python.el (python-shell-virtualenv-root): Rename from
280 python-shell-virtualenv-path.
281 (python-shell-internal-get-process-name)
282 (python-shell-calculate-process-environment)
283 (python-shell-calculate-exec-path): Use it.
284
285 2014-11-14 Eli Zaretskii <eliz@gnu.org>
286
287 * bindings.el (search-map): Fix last change: don't use 'kbd' in
288 bindings.el, since it is not yet loaded when bindings.el is
289 preloaded.
290
291 2014-11-14 Fabián Ezequiel Gallina <fgallina@gnu.org>
292
293 * progmodes/python.el (python-shell-completion-get-completions):
294 Fix previous merge.
295
296 2014-11-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
297
298 * net/eww.el (eww-render): Don't set the title to the URL.
299
300 2014-11-13 Ulrich Müller <ulm@gentoo.org>
301
302 * version.el (emacs-repository-get-version): Call `git log'
303 command with proper format argument (bug#19049).
304
305 2014-11-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
306
307 * bindings.el (search-map): Bind M-s M-s to `eww-search-words'.
308
309 2014-11-14 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
310
311 * net/eww.el (eww-search-words): New command (bug#16258).
312
313 2014-11-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
314
315 * net/shr.el (shr-inhibit-images): Add a doc string.
316
317 * net/eww.el (eww-after-render-hook): New variable.
318 (eww-render): Use it.
319
320 * net/shr.el (shr-descend): Don't descend further than
321 `max-specpdl-size' allows (bug#16587).
322 (shr-depth): New variable.
323 (shr-warning): New variable.
324
325 2014-11-13 Ivan Shmakov <ivan@siamics.net>
326
327 * net/shr.el (shr-parse-base): Handle <base href=""> correctly.
328 (shr-expand-url): Expand absolute URLs correctly (bug#17958).
329
330 2014-11-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
331
332 * net/eww.el (eww): Add comment to clarify.
333
334 * net/shr.el (shr-parse-image-data): Remove blocked bits from
335 external SVG images.
336 (shr-tag-object): Display images in <object> forms (bug#16244).
337 (shr-tag-table): Also insert <objects> after the tables.
338
339 2014-11-13 Michael Albinus <michael.albinus@gmx.de>
340
341 * vc/vc-hg.el (vc-hg-state): Disable pager. (Bug#18940)
342
343 2014-11-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
344
345 * net/eww.el (eww-form-file): Fix version number.
346
347 2014-11-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
348
349 * net/eww.el (eww-form-file): :type isn't a valid `defface' keyword.
350
351 2014-11-10 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
352
353 * net/eww.el(eww-form-file(defface)): New defface of file upload form.
354 (eww-submit-file): New key map of file upload.
355 (eww-form-file): New file upload button and file name context.
356 (eww-select-file): Select file and display selected file name.
357 (eww-tag-input): Handle input tag of file type.
358 (eww-update-field): Add point offset.
359 (eww-submit): Add submit with multipart/form-data.
360
361 2014-11-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
362
363 * net/eww.el (eww-render, eww-display-html, eww-setup-buffer):
364 Allow taking a buffer to render data in. This allows using several
365 eww buffers (bug#16211).
366
367 2014-11-10 Charles Rendleman <carendle@gmail.com> (tiny change)
368
369 * net/eww.el (eww-download-callback): Save only the file contents,
370 not the headers.
371
372 2014-11-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
373
374 * net/eww.el (eww-data): New plist to store all the data relevant
375 to a single page, used throughout the file instead of the
376 variables `eww-current-url', `eww-current-dom',
377 `eww-current-source', and `eww-current-title'.
378 (eww-readable): Copy over pertinent data from the parent page.
379 (eww-save-history): Don't let the history grow infinitely.
380
381 * net/eww.el: Remove `eww-next-url', `eww-previous-url',
382 `eww-up-url', `eww-home-url', `eww-start-url' and
383 `eww-contents-url' and put the data into the `eww-data' plist.
384 This allow restoring these values after going back in the history.
385
386 2014-11-10 Sylvain Chouleur <sylvain.chouleur@gmail.com> (tiny change)
387
388 Allow VTIMEZONE where daylight and standard time zones are equal.
389 See: http://lists.gnu.org/archive/html/emacs-devel/2014-11/msg00494.html
390 * calendar/icalendar.el (icalendar--convert-tz-offset):
391 Support timezone without daylight saving time.
392
393 2014-11-10 Glenn Morris <rgm@gnu.org>
394
395 * startup.el (command-line): Handle nil elements in load-path.
396
397 2014-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
398
399 * help.el (view-lossage): Include the actual commands run.
400
401 2014-11-10 Dmitry Gutov <dgutov@yandex.ru>
402
403 * vc/vc-dir.el (vc-dir-hide-state): Also hide `ignored' items when
404 no state is specified. (Bug#18964)
405
406 2014-11-09 Eric Ludlam <zappo@gnu.org>
407
408 * emacs-lisp/eieio-custom.el (eieio-customize-object):
409 Set eieio-cog (current group) to g, which is an improved form of input
410 group.
411
412 2014-11-09 Juri Linkov <juri@jurta.org>
413
414 * isearch.el (isearch-message-prefix): Show "Multi-file" and
415 "Multi-buffer" instead of "Multi". (Bug#13592)
416
417 * misearch.el (multi-isearch-file-list):
418 Autoload multi-isearch-buffer-list and multi-isearch-file-list.
419 (multi-isearch-end): Reset multi-isearch-buffer-list and
420 multi-isearch-file-list to nil.
421
422 2014-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
423
424 * emacs-lisp/bytecomp.el (byte-compile-initial-macro-environment):
425 Don't call byte-compile-preprocess since the result will go through
426 cconv.
427 (byte-compile-output-docform): Handle uninterned `name' correctly.
428 * emacs-lisp/cl-macs.el (cl-define-compiler-macro): Use interned name
429 to circumvent byte-compiler bug.
430
431 * emacs-lisp/macroexp.el (macroexp--expand-all): Fix typo.
432 (macroexp--compiler-macro): Remove left-over debug code.
433
434 * emacs-lisp/cl-extra.el (cl-get): Silence compiler warning.
435
436 2014-11-08 Juri Linkov <juri@jurta.org>
437
438 * simple.el (shell-command): Use buffer-name when output-buffer is
439 a buffer. (Bug#18096)
440
441 2014-11-08 Juri Linkov <juri@jurta.org>
442
443 * minibuffer.el (minibuffer-completion-help): Compare this-command
444 with completion-at-point. (Bug#17809)
445
446 2014-11-08 Glenn Morris <rgm@gnu.org>
447
448 * emacs-lisp/bytecomp.el (byte-compile-report-error):
449 Allow the argument to be a string. Due to the vague doc,
450 it was already being used this way.
451
452 2014-11-08 Michael Albinus <michael.albinus@gmx.de>
453
454 * net/tramp.el (tramp-check-cached-permissions): Include hop in
455 the constructed Tramp file name. (Bug#18943)
456
457 2014-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
458
459 * emulation/cua-base.el (cua--select-keymaps): Use region-active-p
460 (bug#18952).
461 (cua-set-mark, cua--post-command-handler-1):
462 * emulation/cua-gmrk.el (cua-cancel-global-mark): Same.
463
464 2014-11-08 Michael Albinus <michael.albinus@gmx.de>
465
466 * files.el (file-name-non-special): Wrap the call of
467 `insert-file-contents' by `unwind-protect', in order to set the
468 buffer's file name anyway. (Bug#18891)
469
470 2014-11-08 Alan Mackenzie <acm@muc.de>
471
472 Fix wrong bound to c-font-lock-declarators. Fixes bug #18948.
473 * progmodes/cc-fonts.el (c-font-lock-declarations):
474 Pass "(point-max)" as bound to c-font-lock-declarators, not "limit", as
475 the buffer is sometimes narrowed to less than "limit" (e.g., in
476 the presence of macros).
477
478 2014-11-08 Michael Albinus <michael.albinus@gmx.de>
479
480 * net/tramp.el (tramp-error-with-buffer): Show connection buffer
481 only when message appeared in minibuffer. (Bug#18891)
482
483 * net/tramp-adb.el (tramp-adb-handle-file-attributes):
484 * net/tramp-gvfs.el (tramp-gvfs-handle-file-attributes):
485 * net/tramp-sh.el (tramp-sh-handle-file-attributes): Return nil in
486 case of errors.
487
488 2014-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
489
490 * emacs-lisp/bytecomp.el (byte-compile-initial-macro-environment):
491 Don't compile before eval in `eval-and-compile'.
492 (byte-compile-arglist-warn): Add check for defining macros after their
493 first use. Check call use even if the function is fboundp.
494
495 2014-11-08 Richard Stallman <rms@gnu.org>
496
497 * mail/rmail.el (rmail-epa-decrypt): Detect armor with line prefixes.
498 Check more carefully for mime-part specified character set.
499 Check for mime-part Content Transfer Encoding.
500 Notify if no armor found.
501
502 2014-11-08 Martin Rudalics <rudalics@gmx.at>
503
504 * faces.el (face-set-after-frame-default): Enable running
505 `window-configuration-change-hook'.
506
507 2014-11-07 Juri Linkov <juri@jurta.org>
508
509 * replace.el: History for query replace pairs.
510 (query-replace-defaults): Promote to a list of cons cell. Doc fix.
511 (query-replace-from-to-separator): New variable.
512 (query-replace-read-from): Let-bind query-replace-from-to-history
513 to a list of FROM-TO strings created from query-replace-defaults
514 and separated by query-replace-from-to-separator. Use it as
515 the history while reading from the minibuffer. Split the returned
516 string by the separator to get FROM and TO parts, and add them
517 to the history variables.
518 (query-replace-read-to): Add FROM-TO pairs to query-replace-defaults.
519 (query-replace-regexp-eval): Let-bind query-replace-defaults to nil.
520 http://lists.gnu.org/archive/html/emacs-devel/2014-11/msg00253.html
521
522 * isearch.el (isearch-text-char-description): Keep characters
523 intact and put formatted strings with the `display' property.
524
525 2014-11-07 Martin Rudalics <rudalics@gmx.at>
526
527 * cus-start.el (frame-resize-pixelwise): Fix group.
528 (frame-inhibit-implied-resize): Add entry.
529
530 2014-11-07 Daiki Ueno <ueno@gnu.org>
531
532 * epa.el (epa-pinentry-mode): New user option.
533 (epa-sign-file, epa-encrypt-file, epa-decrypt-region)
534 (epa-sign-region, epa-encrypt-region): Respect epa-pinentry-mode.
535 * epa-file.el (epa-file-insert-file-contents)
536 (epa-file-write-region): Respect epa-pinentry-mode.
537
538 2014-11-07 Daiki Ueno <ueno@gnu.org>
539
540 * epg.el (epg--list-keys-1): Ignore fields after the 15th field
541 (bug#18979). Reported by Hideki Saito.
542
543 2014-11-06 Daiki Ueno <ueno@gnu.org>
544
545 * emacs-lisp/package.el (package--display-verify-error): New function.
546 (package--check-signature): Use it to display output sent to stderr.
547
548 2014-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
549
550 * subr.el (pop): Don't call the getter twice (bug#18968).
551
552 * emacs-lisp/macroexp.el (macroexp--expand-all): Optimize away trivial
553 uses of `funcall'.
554
555 2014-11-06 Daiki Ueno <ueno@gnu.org>
556
557 * epa.el (epa-error-buffer): New variable.
558 (epa-display-error): New function.
559 (epa-decrypt-file, epa-verify-file, epa-verify-region)
560 (epa-delete-keys, epa-import-keys): Display output sent to stderr.
561 (epa-sign-file, epa-sign-region, epa-encrypt-region)
562 (epa-export-keys, epa-insert-keys): Display output sent to stderr.
563 Use setf instead of epg-context-set-*.
564 * epa-file.el (epa-file-insert-file-contents):
565 Use epa-display-error instead of epa-display-info. Mimic the behavior
566 of jka-compr when decryption program is not found.
567 (epa-file-write-region): Use epa-display-error instead of
568 epa-display-info.
569
570 2014-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
571
572 * vc/vc.el (vc-region-history): New command.
573 (vc-print-log-internal): Use cl-some.
574
575 * vc/vc-git.el (vc-git-region-history): New function.
576 (vc-git-region-history-mode-map)
577 (vc-git--log-view-long-font-lock-keywords)
578 (vc-git-region-history-font-lock-keywords): New vars.
579 (vc-git-region-history-font-lock): New function.
580 (vc-git-region-history-mode): New major mode.
581
582 2014-11-05 Tassilo Horn <tsdh@gnu.org>
583
584 * net/eww.el (subr-x): Require subr-x at compile-time because eww
585 uses string-trim.
586
587 2014-11-05 Daiki Ueno <ueno@gnu.org>
588
589 * epg.el (epg-context): Add new slot ERROR-OUTPUT.
590 (epg-error-output): New buffer-local variable.
591 (epg--start): Initialize epg-error-output.
592 (epg--process-filter): Record output lines sent to stderr, in
593 epg-error-output.
594 (epg-wait-for-completion): Copy epg-error-output to ERROR-OUTPUT
595 slot of context.
596 * epa-file.el (epa-file-insert-file-contents): On error, display
597 output sent to stderr.
598 (epa-file-write-region): Likewise.
599
600 2014-11-05 Eli Zaretskii <eliz@gnu.org>
601
602 * jit-lock.el (jit-lock-stealth-fontify): Be tolerant to nil being
603 returned by load-average.
604
605 2014-11-05 Michael Albinus <michael.albinus@gmx.de>
606
607 * net/tramp-sh.el (tramp-do-copy-or-rename-file-via-buffer): Don't use
608 a local copy; setting `inhibit-file-name-handlers' proper might be
609 more performant. (Bug#18751)
610
611 2014-11-05 Glenn Morris <rgm@gnu.org>
612
613 * mail/emacsbug.el (report-emacs-bug): No longer include
614 recent-keys in the report. (Bug#18900)
615
616 2014-11-04 Paul Eggert <eggert@cs.ucla.edu>
617
618 * mouse.el (mouse-drag-line): Fix misspelling of "right-fringe".
619
620 2014-11-04 Teodor Zlatanov <tzz@lifelogs.com>
621
622 * net/eww.el (eww): Trim URL with `string-trim'.
623 Suggested by Vibhav Pant <vibhavp@gmail.com>.
624
625 2014-11-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
626
627 * net/eww.el (eww-score-readability): Don't count comments positively.
628
629 * net/shr.el (shr-retransform-dom): Typo fix.
630
631 * net/eww.el (eww-score-readability): Parse SVC images correctly.
632 (eww-display-html): Don't leave point inside forms.
633
634 * net/shr.el: Ditto.
635
636 2014-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
637
638 * emacs-lisp/edebug.el (edebug-safe-prin1-to-string): Assume that
639 edebug-prin1-to-string already handles circularity.
640
641 * emacs-lisp/byte-run.el (defun-declarations-alist): Fix compiler-macro
642 autoloading when specified as a lambda.
643
644 * simple.el (execute-extended-command--last-typed): New var.
645 (read-extended-command): Set it.
646 Don't complete obsolete commands.
647 (execute-extended-command--shorter-1)
648 (execute-extended-command--shorter): New functions.
649 (execute-extended-command): Use them to suggest shorter names.
650 (indicate-copied-region, deactivate-mark): Use region-active-p.
651
652 2014-11-03 Michael Albinus <michael.albinus@gmx.de>
653
654 * net/tramp-sh.el (tramp-do-copy-or-rename-file-via-buffer): Use a
655 local copy of FILENAME, when it is remote. (Bug#18751)
656
657 * net/tramp-adb.el (tramp-adb-handle-process-file): Do not raise
658 an error when the command fails; the return code must indicate.
659 (tramp-adb-send-command-and-check): Fix docstring.
660
661 2014-11-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
662
663 * net/shr.el (shr-retransform-dom): Don't ignore elements that
664 have no children like <br />.
665
666 * net/eww.el (eww-display-html): Clear `url-queue'.
667 (eww-display-pdf): New function.
668 (eww-render): Display PDFs with `doc-view'.
669 (url-queue): Require `url-queue' to avoid compilation warning.
670 (eww-colorize-region): Remove duplicate function.
671 (eww-tag-body): Use `shr-colorize-region'.
672
673 2014-11-03 Yoni Rabkin <yrk@gnu.org>
674
675 * net/eww.el (eww-list-bookmarks): Autoload.
676
677 2014-11-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
678
679 * net/shr.el (shr-retransform-dom): Allow several text sub-nodes.
680
681 * net/eww.el (eww-display-html): The charset is called `utf-8',
682 not `utf8'.
683 (eww-readable): Decode the saved text correctly.
684 (eww-readable): Save the history before displaying so that we can
685 go back to the non-readable version.
686 (eww-display-html): Don't try to decode the text if we've been
687 passed in a pre-parsed DOM.
688 (eww-tag-title): Remove newlines and extra whitespace from the
689 displayed title.
690
691 2014-11-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
692
693 * net/eww.el (eww-readable): New command and keystroke.
694
695 * net/shr.el (shr-retransform-dom): New function.
696
697 * net/eww.el (eww-display-html): Set `eww-current-source' in the
698 correct buffer.
699 (eww-view-source): Use it.
700
701 2014-11-02 Ivan Shmakov <ivan@siamics.net>
702
703 * net/eww.el (eww): Recognize colon-delimited IPv6 addresses.
704 (Bug#18603).
705
706 2014-11-02 Brian McKenna <brian@brianmckenna.org> (tiny change)
707
708 * net/eww.el (eww-submit): Encode empty form values as "". (Bug#17785).
709
710 2014-11-02 Ivan Shmakov <ivan@siamics.net>
711
712 * net/eww.el (eww): Allow "file:/file/name" URLs. (Bug#18825).
713
714 2014-11-02 Ivan Shmakov <ivan@siamics.net>
715
716 * net/eww.el (eww-mode-map): Remove mentions of `eww-quit'.
717 (Bug#18834).
718
719 2014-11-02 Eric Abrahamsen <eric@ericabrahamsen.net>
720
721 * emacs-lisp/eieio.el (eieio-edebug-prin1-to-string): Adjust for
722 use as advice.
723 (edebug-setup-hook): Advise `edebug-prin1-to-string'. (Bug#18897)
724
725 2014-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
726
727 * emacs-lisp/pp.el (pp-macroexpand-expression): Use macroexpand-1
728 (bug#18821).
729 * progmodes/elisp-mode.el (emacs-lisp-macroexpand): Idem.
730
731 2014-11-01 Michael R. Mauger <michael@mauger.com>
732
733 * sql.el (sql-mode-oracle-font-lock-keywords): Correct regexp
734 syntax, add new keywords, and parse longer keywords first.
735 (sql-redirect-one): Protect against empty command.
736 (sql-mode, sql-interactive-mode): Set `custom-mode-group' property
737 to SQL. (Bug#14759)
738
739 2014-11-01 Michael R. Mauger <michael@mauger.com>
740
741 * sql.el (sql-interactive-mode, sql-stop): Correct fix for
742 Bug#16814 with let-bind of comint-input-ring variables around read
743 and save functions.
744
745 2014-11-01 Michael Albinus <michael.albinus@gmx.de>
746
747 * net/tramp-cache.el (tramp-get-file-property)
748 (tramp-set-file-property): Check that `tramp-cache-get-count-*'
749 and `tramp-cache-set-count-*' are bound. Otherwise, there might
750 be compiler warnings.
751
752 * net/tramp-sh.el (tramp-get-remote-uid, tramp-get-remote-gid):
753 Return -1 respective "UNKNOWN", if uid or gid cannot be determined.
754
755 2014-11-01 Eli Zaretskii <eliz@gnu.org>
756
757 * progmodes/compile.el (compilation-mode): Turn off deferred
758 fontifications locally. (Bug#18856)
759
760 2014-11-01 Wolfgang Jenkner <wjenkner@inode.at>
761
762 * net/tramp-sh.el (tramp-send-command): Fix the case where the
763 remote-echo connection property is non-nil (bug#18858).
764
765 2014-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
766
767 * simple.el (newline): Add assertions to try and help catch bug#18913.
768
769 * emulation/cua-base.el (cua-delete-region): Use delete-active-region
770 (bug#18886).
771 (cua--last-deleted-region-pos, cua--last-deleted-region-text): Remove.
772
773 2014-11-01 Kim F. Storm <storm@cua.dk>
774
775 Restore cua-delete-copy-to-register-0 and M-v command (bug#18886).
776 * delsel.el (delete-selection-save-to-register)
777 (delsel--replace-text-or-position): New vars.
778 (delete-active-region): Use them.
779 (delete-selection-repeat-replace-region): New command, moved from
780 cua-base.el.
781 * emulation/cua-base.el (cua--repeat-replace-text): Remove var.
782 (cua-repeat-replace-region): Move command to delsel.el.
783 (cua--init-keymaps): Update binding accordingly.
784 (cua-mode): Set delete-selection-save-to-register.
785
786 2014-11-01 Alan Mackenzie <acm@muc.de>
787
788 Make blink-parens work with a closing template delimiter.
789 * progmodes/cc-cmds.el (c-electric-lt-gt): Cause a redisplay
790 before calling blink-paren-function, so as to apply syntax-table
791 properties to the ">".
792
793 2014-11-01 Jan Djärv <jan.h.d@swipnet.se>
794
795 * select.el (gui-get-selection): Comment: data-type ignored on NS.
796
797 2014-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
798
799 * emacs-lisp/macroexp.el (macroexpand-1): New function (bug#18821).
800 (macroexp--expand-all): Unrelated tweaks.
801
802 * emacs-lisp/gv.el (gv-get): Use macroexpand-1.
803
804 2014-10-30 Glenn Morris <rgm@gnu.org>
805
806 * startup.el (command-line): Remove pointless attempt to avoid
807 statting the file-system (which expand-file-name doesn't do).
808
809 2014-10-30 Daniel Colascione <dancol@dancol.org>
810
811 Add "enum class" support to C++ mode.
812 * progmodes/cc-langs.el (c-after-brace-list-decl-kwds)
813 (c-after-brace-list-key): New language consts/variables.
814 * progmodes/cc-engine.el (c-looking-at-decl-block):
815 Exclude spurious match of "enum struct" from decl-block recognition.
816 (c-backward-colon-prefixed-type): New function.
817 (c-backward-over-enum-header): Call above function to extend
818 recognition of enum structure.
819
820 2014-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
821
822 * progmodes/cc-defs.el (c--macroexpand-all): New function (bug#18845).
823 (c-lang-defconst):
824 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Use it.
825
826 2014-10-30 Eli Zaretskii <eliz@gnu.org>
827
828 * progmodes/compile.el (compilation-start):
829 If compilation-scroll-output is non-nil, don't force window-start of
830 the compilation buffer to be at beginning of buffer. (Bug#18874)
831
832 * startup.el (fancy-about-text): Read the entire tutorial, not
833 just its first 256 bytes. (Bug#18760)
834
835 2014-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
836
837 * emacs-lisp/bytecomp.el: Require cl-extra (bug#18804).
838 * emacs-lisp/cl-extra.el: Add missing provide.
839
840 * emacs-lisp/bytecomp.el (byte-compile-and-folded): Optimize case where
841 all args are copyable (bug#18767).
842 (=, <, >, <=, >=): Re-enable the optimization.
843
844 2014-10-29 Glenn Morris <rgm@gnu.org>
845
846 * net/rcirc.el (rcirc-fill-column): Unbump :version. Mark :risky.
847
848 * version.el (emacs-bzr-version, emacs-bzr-get-version):
849 Revert 2014-10-26 change.
850
851 2014-10-29 Paul Eggert <eggert@cs.ucla.edu>
852
853 Simplify use of current-time and friends.
854 * allout-widgets.el (allout-widgets-hook-error-handler):
855 * calendar/appt.el (appt-display-message):
856 * calendar/icalendar.el (icalendar--convert-float-to-ical):
857 * calendar/timeclock.el (timeclock-in, timeclock-when-to-leave)
858 (timeclock-last-period, timeclock-day-base):
859 * eshell/em-ls.el (eshell-ls-file):
860 * eshell/esh-util.el (eshell-parse-ange-ls):
861 * generic-x.el (named-database-print-serial):
862 * net/newst-backend.el (newsticker--get-news-by-url-callback)
863 (newsticker-get-news, newsticker--sentinel-work)
864 (newsticker--image-get, newsticker--image-sentinel):
865 * net/tramp-sh.el (tramp-get-remote-touch):
866 * progmodes/opascal.el (opascal-debug-log):
867 * textmodes/remember.el (remember-mail-date)
868 (remember-store-in-files):
869 * vc/vc-annotate.el (vc-annotate-display-autoscale)
870 (vc-default-annotate-current-time):
871 * vc/vc-bzr.el (vc-bzr-shelve-snapshot):
872 * vc/vc-cvs.el (vc-cvs-annotate-current-time):
873 * vc/vc-rcs.el (vc-rcs-annotate-current-time):
874 Omit unnecessary call to current-time.
875 * calendar/time-date.el (time-to-seconds) [!float-time]:
876 * vc/vc-annotate.el (vc-annotate-convert-time):
877 Use current time if arg is nil, to be compatible with float-time.
878 (time-date--day-in-year): New function, with most of the guts of
879 the old time-to-day-in-year.
880 (time-to-day-in-year): Use it.
881 (time-to-days): Use it, to avoid decoding the same time stamp twice.
882 * calendar/timeclock.el (timeclock-time-to-date):
883 Arg is now optional, like current-time-string.
884 (timeclock-update-mode-line):
885 Don't call current-time twice to get the current time stamp,
886 as this can lead to inconsistent results.
887 * completion.el (cmpl-hours-since-origin):
888 * ido.el (ido-time-stamp):
889 * vc/vc-annotate.el (vc-annotate-convert-time):
890 Simplify by using float-time.
891 * completion.el (save-completions-to-file):
892 Rename local var to avoid confusion.
893 * net/rcirc.el (rcirc-float-time): Simplify to an alias because
894 time-to-seconds now behaves like float-time with respect to nil arg.
895 * subr.el (progress-reporter-do-update):
896 Don't call float-time unless needed.
897
898 2014-10-29 Leo Liu <sdl.web@gmail.com>
899
900 * net/rcirc.el (rcirc-fill-column): Use function.
901 (rcirc-markup-fill): Remove adjustment.
902
903 2014-10-28 Christopher Schmidt <ch@ristopher.com>
904
905 * calc/calc.el (quick-calc):
906 * calc/calc-aent.el (calc-do-quick-calc): New argument INSERT.
907
908 2014-10-28 Sam Steingold <sds@gnu.org>
909
910 * net/rcirc.el (rcirc-fill-column): Allow any symbolic value for
911 the sake of `window-body-width' (in addition to `frame-width').
912
913 2014-10-26 Eric S. Raymond <esr@thyrsus.com>
914
915 * version.el: Fix some fallback values to conform to the actual
916 release number.
917
918 2014-10-25 Eric S. Raymond <esr@thyrsus.com>
919
920 * Makefile.in: Change some production names so they're neutral
921 about the repository type.
922
923 2014-10-25 Michael Albinus <michael.albinus@gmx.de>
924
925 * net/tramp-gvfs.el (tramp-gvfs-methods-mounttracker)
926 (tramp-gvfs-mountlocation-signature): Check `tramp-gvfs-enabled'
927 during initialization. (Bug#18774)
928
929 2014-10-25 Vincent Belaïche <vincentb1@users.sourceforge.net>
930
931 * ses.el (macroexp): Add require for this package, so that
932 function `ses--cell' gets macroexp-quote --- this change was
933 supposed to be in my previous commit, but left out by mistake.
934 (ses--cell): Do not make formula a macroexp-quote of value when
935 value, not formula, is *skip*.
936
937 2014-10-24 Vincent Belaïche <vincentb1@users.sourceforge.net>
938
939 * ses.el (macroexp): Add require for this package, so that function
940 `ses--cell gets macroexp-quote.
941 (ses--cell): Makes formula a macroexp-quote of value when formula
942 is nil. The rationale of this changr is to allow in the future
943 shorter SES files, e.g. we could have only `(ses-cell A1 1.0)'
944 instead of `(ses-cell A1 1.0 1.0 nil REFLIST)'. In such a case
945 reference list REFLIST would be re-computed after load --- thus
946 trading off load time against file size.
947
948 * emacs-lisp/package.el (package--alist-to-plist-args):
949 Use macroexp-quote instead of a lambda expression which has the same
950 content as macroexp-quote.
951 (macroexp): Add require for this package, so that function
952 `package--alist-to-plist-args' gets macroexp-quote.
953
954 * emacs-lisp/macroexp.el (macroexp-quote): New defun.
955
956 2014-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
957
958 * term/ns-win.el (ns-store-cut-buffer-internal)
959 (ns-copy-including-secondary): Use gui-set-selection (bug#18816).
960
961 2014-10-24 Martin Rudalics <rudalics@gmx.at>
962
963 * mouse.el (mouse-drag-line): Don't use mouse-pixel-position.
964 Calculate increment from last position instead of window edge.
965 Add right- and bottom-divider bindings to transient map.
966
967 2014-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
968
969 * emacs-lisp/cl-macs.el (cl-defstruct): Define an internal predicate
970 even if :predicate was nil, for the benefit of typep.
971 Record the name of the predicate for typep's use.
972 (cl--make-type-test): Use pcase. Obey new
973 cl-deftype-satisfies property.
974
975 * epg.el: Use cl-defstruct.
976 (epg-make-data-from-file, epg-make-data-from-string, epg-data-file)
977 (epg-data-string): Define via cl-defstruct.
978 (epg--gv-nreverse): New macro.
979 (epg-context--make): New constructor (provided vi cl-defstruct).
980 (epg-make-context): Rewrite using it.
981 (epg-context-protocol, epg-context-program)
982 (epg-context-home-directory, epg-context-armor, epg-context-textmode)
983 (epg-context-include-certs, epg-context-cipher-algorithm)
984 (epg-context-digest-algorithm, epg-context-compress-algorithm)
985 (epg-context-passphrase-callback, epg-context-progress-callback)
986 (epg-context-signers, epg-context-sig-notations, epg-context-process)
987 (epg-context-output-file, epg-context-result, epg-context-operation)
988 (epg-context-pinentry-mode): Define using cl-defstruct.
989 (epg-context-set-protocol, epg-context-set-program)
990 (epg-context-set-include-certs, epg-context-set-cipher-algorithm)
991 (epg-context-set-digest-algorithm)
992 (epg-context-set-sig-notations, epg-context-set-process)
993 (epg-context-set-output-file, epg-context-set-result)
994 (epg-context-set-operation, epg-context-set-pinentry-mode)
995 (epg-context-set-compress-algorithm): Remove. Use setf instead.
996 (epg-context-set-armor, epg-context-set-textmode)
997 (epg-context-set-signers): Redefine using setf
998 and declare as obsolete.
999 (epg-context-set-passphrase-callback)
1000 (epg-context-set-progress-callback): Use setf.
1001 (epg-signature-notations): Rename from epg-sig-notations.
1002 (epg-make-signature, epg-signature-status, epg-signature-key-id)
1003 (epg-signature-validity, epg-signature-fingerprint)
1004 (epg-signature-creation-time, epg-signature-expiration-time)
1005 (epg-signature-pubkey-algorithm, epg-signature-digest-algorithm)
1006 (epg-signature-class, epg-signature-version): Define vi cl-defstruct.
1007 (epg-signature-set-status, epg-signature-set-key-id)
1008 (epg-signature-set-validity, epg-signature-set-fingerprint)
1009 (epg-signature-set-creation-time, epg-signature-set-expiration-time)
1010 (epg-signature-set-pubkey-algorithm)
1011 (epg-signature-set-digest-algorithm, epg-signature-set-class)
1012 (epg-signature-set-version, epg-signature-set-notations): Remove.
1013 Use setf instead.
1014 (epg-make-new-signature, epg-new-signature-type)
1015 (epg-new-signature-pubkey-algorithm)
1016 (epg-new-signature-digest-algorithm, epg-new-signature-class)
1017 (epg-new-signature-creation-time, epg-new-signature-fingerprint):
1018 Define using cl-defstruct.
1019 (epg-make-key, epg-key-owner-trust, epg-key-sub-key-list)
1020 (epg-key-user-id-list): Define using cl-defstruct.
1021 (epg-key-set-sub-key-list, epg-key-set-user-id-list): Remove.
1022 Use setf instead.
1023 (epg-make-sub-key, epg-sub-key-validity, epg-sub-key-capability)
1024 (epg-sub-key-secret-p, epg-sub-key-algorithm, epg-sub-key-length)
1025 (epg-sub-key-id, epg-sub-key-creation-time)
1026 (epg-sub-key-expiration-time, epg-sub-key-fingerprint): Define using
1027 cl-defstruct.
1028 (epg-sub-key-set-fingerprint): Remove. Use setf instead.
1029 (epg-make-user-id, epg-user-id-validity, epg-user-id-string)
1030 (epg-user-id-signature-list): Define using cl-defstruct.
1031 (epg-user-id-set-signature-list): Remove. Use setf instead.
1032 (epg-make-key-signature, epg-key-signature-validity)
1033 (epg-key-signature-pubkey-algorithm, epg-key-signature-key-id)
1034 (epg-key-signature-creation-time, epg-key-signature-expiration-time)
1035 (epg-key-signature-user-id, epg-key-signature-class)
1036 (epg-key-signature-exportable-p): Define using cl-defstruct.
1037 (epg-make-sig-notation, epg-sig-notation-name)
1038 (epg-sig-notation-value, epg-sig-notation-human-readable)
1039 (epg-sig-notation-critical): Define using cl-defstruct.
1040 (epg-sig-notation-set-value): Remove. Use setf instead.
1041 (epg-make-import-status, epg-import-status-fingerprint)
1042 (epg-import-status-reason, epg-import-status-new)
1043 (epg-import-status-user-id, epg-import-status-signature)
1044 (epg-import-status-sub-key, epg-import-status-secret): Define using
1045 cl-defstruct.
1046 (epg-make-import-result, epg-import-result-considered)
1047 (epg-import-result-no-user-id, epg-import-result-imported)
1048 (epg-import-result-imported-rsa, epg-import-result-unchanged)
1049 (epg-import-result-new-user-ids, epg-import-result-new-sub-keys)
1050 (epg-import-result-new-signatures, epg-import-result-new-revocations)
1051 (epg-import-result-secret-read, epg-import-result-secret-imported)
1052 (epg-import-result-secret-unchanged, epg-import-result-not-imported)
1053 (epg-import-result-imports): Define using cl-defstruct.
1054
1055 * emacs-lisp/package.el: Require EPG during macroexpansion.
1056 (package--check-signature, package-import-keyring): Use setf instead of
1057 epg-context-set-home-directory.
1058
1059 2014-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
1060
1061 * emacs-lisp/bytecomp.el (byte-compile--use-old-handlers): Change default.
1062
1063 2014-10-23 Leo Liu <sdl.web@gmail.com>
1064
1065 * progmodes/cfengine.el (cfengine3-defun-full-re): New var.
1066 (cfengine3-create-imenu-index): Use it and use ` ' for separation.
1067 (cfengine3-current-defun): New function.
1068 (cfengine3-mode): Set add-log-current-defun-function.
1069
1070 2014-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
1071
1072 * select.el: Use lexical-binding.
1073 (gui-set-selection): Provide an implementation for non-GUI frames
1074 (bug#18791).
1075 * term/x-win.el: Use lexical-binding.
1076 (x-clipboard-yank): Fix up missed renamings.
1077 * term/w32-win.el (libgif-version, libjpeg-version): Silence compiler.
1078 (w32--set-selection): Fix up var names.
1079 * term/pc-win.el: Use lexical-binding.
1080 (w16-selection-exists-p): Silence compiler warning.
1081 (w16-selection-owner-p): Fix up missed renamings.
1082
1083 * emacs-lisp/bytecomp.el (byte-compile-form): Remove left-over debug.
1084
1085 * frame.el (frame-notice-user-settings): Fix excessive quoting.
1086
1087 2014-10-22 Tassilo Horn <tsdh@gnu.org>
1088
1089 * doc-view.el (doc-view-open-text): View the document's plain text
1090 in the current buffer instead of a new one.
1091 (doc-view-toggle-display): Handle the case where the current
1092 buffer contains the plain text contents of the document.
1093 (doc-view-initiate-display): Don't switch to fallback mode if the
1094 user wants to view the doc's plain text.
1095 (doc-view-set-doc-type): Use assoc-string instead of
1096 assoc-ignore-case.
1097
1098 2014-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
1099
1100 * subr.el (read-key): Fix clicks on the mode-line.
1101 (set-transient-map): Return exit function.
1102
1103 * mouse.el (mouse-drag-line): Use set-transient-map (bug#18015).
1104 (mouse--down-1-maybe-follows-link): Remove unused var `this-event'.
1105 (mouse-yank-secondary): Use gui-get-selection.
1106 (mouse--down-1-maybe-follows-link): Use read-key.
1107
1108 * xt-mouse.el: Add `event-kind' property on the fly from
1109 xterm-mouse-translate-1 rather than statically at the outset.
1110
1111 2014-10-21 Daniel Colascione <dancol@dancol.org>
1112
1113 * vc/vc-dispatcher.el (vc-resynch-window): Tell view-mode not to
1114 change window configuration when we turn it off.
1115
1116 2014-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
1117
1118 Get rid of backend-dependent selection-handling functions for kill/yank
1119 and make it generic instead by relying on the lower-level selection
1120 management functions.
1121
1122 * select.el (select-enable-clipboard): Rename from
1123 gui-select-enable-clipboard.
1124 (select-enable-primary): Move from x-win.el and rename from
1125 x-select-enable-primary.
1126 (gui-last-selected-text): Remove.
1127 (gui--last-selected-text-clipboard, gui--last-selected-text-primary):
1128 New vars.
1129 (gui-select-text): Rewrite, based on x-win.el's old x-select-text.
1130 (gui-select-text-alist, gui-selection-value-alist): Remove.
1131 (x-select-request-type): Move from x-win.el.
1132 (gui--selection-value-internal): New function, taken from x-win's
1133 x-selection-value-internal.
1134 (gui-selection-value): Rewrite, based on x-win.el's old x-selection-value.
1135 (gui-set-selection-alist): Rename from gui-own-selection-alist and
1136 extend it to handle a nil value as a "disown" request.
1137 (gui-disown-selection-alist): Remove.
1138 (xselect-convert-to-delete): Adjust accordingly.
1139 (gui-set-selection): Simplify accordingly as well. Use dotimes.
1140
1141 * term/x-win.el (x-last-selected-text-primary)
1142 (x-select-enable-primary): Remove (moved to select.el).
1143 (x-select-request-type): Move to select.el.
1144 (x-selection-value-internal, x--selection-value): Remove functions.
1145 (gui-selection-value, gui-select-text): Remove moethods.
1146 (gui-set-selection): Merge own and disown methods.
1147
1148 * term/w32-win.el (w32--select-text, w32--get-selection-value):
1149 Delete function (move functionality into w32--set-selection and
1150 w32--get-selection).
1151 (gui-select-text, gui-selection-value): Don't define methods.
1152 (w32--set-selection, w32--get-selection, w32--selection-owner-p):
1153 New functions.
1154 (gui-get-selection, gui-selection-owner-p, gui-selection-exists-p):
1155 Use them.
1156 (gui-selection-exists-p): Adjust to new name of C primitive.
1157
1158 * term/pc-win.el (w16-get-selection-value): Add dummy argument and drop
1159 test of gui-select-enable-clipboard, to make it usable as
1160 a gui-get-selection method.
1161 (gui-selection-exists-p): Adjust to new name of C primitive.
1162 (gui-set-selection): Merge own and disown methods.
1163 (gui-select-text, gui-selection-value): Delete methods.
1164 (w16--select-text): Delete function.
1165
1166 * term/ns-win.el (ns-get-pasteboard, ns-set-pasteboard)
1167 (ns-selection-value): Remove functions.
1168 (gui-select-text, gui-selection-value): Don't define method any more.
1169 (gui-set-selection): Merge the old own and disown methods.
1170 (gui-selection-exists-p, gui-get-selection): Adjust to new name of
1171 underlying C primitive.
1172
1173 * startup.el (command-line): Adjust now that `gui-method' expects nil
1174 for ttys.
1175
1176 * frame.el (gui-method): Use window-system rather than framep.
1177 (gui-method-declare): The tty case is now nil rather than t.
1178 (make-frame): Adjust accordingly.
1179
1180 2014-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
1181
1182 * net/newst-reader.el (newsticker--image-read): Simplify.
1183 (newsticker--icon-read): Use dolist and fix free var error.
1184
1185 * imenu.el (imenu--menubar-keymap): New var.
1186 (imenu-add-to-menubar): Set it to remember the keymap we used.
1187 (imenu-update-menubar): Use it instead of asking lookup-key.
1188
1189 * obsolete/cc-compat.el: Make obsolete (bug#18561).
1190
1191 * epg-config.el (epg-gpg-program): Don't use absolute names by default.
1192
1193 * emacs-lisp/bytecomp.el (=, <, >, <=, >=): Don't optimize multi-arg
1194 case (bug#18767).
1195
1196 2014-10-21 Glenn Morris <rgm@gnu.org>
1197
1198 * Merge in all changes up to version 24.4 release.
1199
1200 2014-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
1201
1202 * emacs-lisp/bytecomp.el (=, <, >, <=, >=): Don't optimize multi-arg
1203 case (bug#18767).
1204
1205 2014-10-20 Glenn Morris <rgm@gnu.org>
1206
1207 * Merge in all changes up to 24.4 release.
1208
1209 2014-10-20 Ulf Jasper <ulf.jasper@web.de>
1210
1211 * net/newst-backend.el
1212 (newsticker--image-download-by-url-callback): Make this function
1213 actually work: Check status properly, then save image.
1214
1215 2014-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
1216
1217 * mouse.el (mouse--down-1-maybe-follows-link): Remove unused var
1218 `this-event'.
1219 (mouse-drag-line): Unless there's no actual mouse, use the event's
1220 position info.
1221
1222 2014-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
1223
1224 * textmodes/css-mode.el (scss-mode): New major-mode.
1225 (css-mode-syntax-table): Use d style comment, to ease the scss case.
1226 (css-ident-re): Allow things like @-moz-keyframes.
1227 (scss--hash-re): New const.
1228 (css--font-lock-keywords): New function, extracted from
1229 css-font-lock-keywords.
1230
1231 2014-10-19 Ulf Jasper <ulf.jasper@web.de>
1232
1233 * net/newst-backend.el: Require url-parse.
1234 (newsticker--get-news-by-wget): Store feed name as process property.
1235 (newsticker--sentinel): Read feed name from process property.
1236 (newsticker--sentinel-work): Rename argument name to feed-name.
1237 Rename variable imageurl to image-url. Pick icon url from Atom
1238 1.0 data. Launch download of feed icon.
1239 (newsticker--get-icon-url-atom-1.0): New.
1240 (newsticker--unxml)
1241 (newsticker--unxml-node)
1242 (newsticker--unxml-attribute): Documentation.
1243 (newsticker--icons-dir): New.
1244 (newsticker--image-get): New arguments FILENAME and DIRECTORY.
1245 Use `url-retrieve' if `newsticker-retrieval-method' is 'intern.
1246 (newsticker--image-download-by-wget): New. Use process properties
1247 for storing informations.
1248 (newsticker--image-sentinel): Read informations from process properties.
1249 (newsticker--image-save)
1250 (newsticker--image-remove)
1251 (newsticker--image-download-by-url)
1252 (newsticker--image-download-by-url-callback): New.
1253 (newsticker-opml-export): Handle url list entries containing a
1254 function instead of an url string.
1255
1256 * net/newst-reader.el (newsticker-html-renderer): Whitespace.
1257 (newsticker--print-extra-elements)
1258 (newsticker--do-print-extra-element):
1259 Documentation (newsticker--image-read): Optionally limit image height.
1260 Use imagemagick if possible.
1261 (newsticker--icon-read): New.
1262
1263 * net/newst-treeview.el (newsticker--treeview-item-show): Limit height of feed logo.
1264 (newsticker--treeview-tree-expand): Use feed icons in treeview.
1265 (newsticker--tree-widget-icon-create): New. Set the tree widget icon.
1266 (newsticker--tree-widget-leaf-icon): Use feed icon.
1267
1268 2014-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
1269
1270 * emacs-lisp/eieio-opt.el (eieio-lambda-arglist): Remove.
1271 Use help-function-arglist instead.
1272
1273 * emacs-lisp/eieio-core.el (eieio-compiled-function-arglist): Remove.
1274 (eieio--with-scoped-class): Use `declare'.
1275 (eieio-defclass): Remove compatibility code.
1276 (no-method-definition, no-next-method, inconsistent-class-hierarchy)
1277 (invalid-slot-type, unbound-slot, invalid-slot-name): Use define-error.
1278
1279 2014-10-18 Jan Djärv <jan.h.d@swipnet.se>
1280
1281 * cus-start.el (x-gtk-whole-detached-tool-bar): Remove.
1282
1283 * term/x-win.el (x-gtk-stock-map): Add icon names suggested as
1284 replacements to stock names before stock names in a list.
1285 Cdr may be a list, each name is tried in turn until one is found.
1286
1287 2014-10-18 Alan Mackenzie <acm@muc.de>
1288
1289 Check that a "macro" found near point-min isn't a ## operator.
1290 Fixes bug #18749.
1291 * progmodes/cc-engine.el (c-macro-is-genuine-p): New function.
1292 (c-beginning-of-macro): Use the above new function.
1293
1294 2014-10-18 Teodor Zlatanov <tzz@lifelogs.com>
1295
1296 * net/gnutls.el (gnutls-negotiate): Don't use cl-mapcan; pass
1297 correct data to `gnutls-boot' (Bug#18664).
1298 Reported by Toke Høiland-Jørgensen <toke@toke.dk>.
1299
1300 2014-10-18 Michal Nazarewicz <mina86@mina86.com>
1301
1302 * whitespace.el (whitespace-style, whitespace-big-indent)
1303 (whitespace-big-indent-regexp, whitespace-style-value-list)
1304 (whitespace-toggle-option-alist, whitespace-interactive-char)
1305 (whitespace-toggle-options)
1306 (global-whitespace-toggle-options, whitespace-help-text)
1307 (whitespace-style-face-p, whitespace-color-on): Add a 'big-indent
1308 style to `whitespace-mode' to indicate that the line indentation
1309 is too deep. By default, 32 SPACEs or four TABs are considered
1310 too many but `whitespace-big-indent-regexp' can be configured.
1311
1312 2014-10-17 Michal Nazarewicz <mina86@mina86.com>
1313
1314 * textmodes/tildify.el (tildify--pick-alist-entry): Rename from
1315 tildify-mode-alist.
1316
1317 2014-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
1318
1319 * emacs-lisp/eieio.el: Use lexical-binding drop non-GV fallback.
1320 (defclass, defgeneric, defmethod): Add doc-string position.
1321 (with-slots): Require cl-lib.
1322
1323 * emacs-lisp/eieio-core.el: Use lexical-binding and cl-lib.
1324 (list-of): New type.
1325 (eieio--typep): Remove.
1326 (eieio-perform-slot-validation): Use cl-typep instead.
1327
1328 * emacs-lisp/eieio-base.el: Use lexical-binding and cl-lib.
1329
1330 * emacs-lisp/cl-macs.el (cl--make-type-test): Avoid ((lambda ..) ..).
1331
1332 2014-10-16 Alan Mackenzie <acm@muc.de>
1333
1334 Trigger showing when point is in the "periphery" of a line or just
1335 inside a paren.
1336 * paren.el (show-paren-style, show-paren-delay)
1337 (show-paren-priority, show-paren-ring-bell-on-mismatch):
1338 Remove superfluous :group specifications.
1339 (show-paren-when-point-inside-paren)
1340 (show-paren-when-point-in-periphery): New customizable variables.
1341 (show-paren-highlight-openparen): Make into a defcustom.
1342 (show-paren--unescaped-p, show-paren--categorize-paren)
1343 (show-paren--locate-near-paren): New defuns.
1344 (show-paren--default): Refaactor and trigger on more paren
1345 positions.
1346 (show-paren-function): Small consequential changes.
1347
1348 2014-10-16 Tom Tromey <tom@tromey.com>
1349
1350 * files.el (auto-mode-alist): Use javascript-mode for .jsm
1351 (bug #18719).
1352
1353 2014-10-16 Eli Zaretskii <eliz@gnu.org>
1354
1355 * international/characters.el (bracket-type): Force pre-loading of
1356 uni-brackets.el.
1357
1358 2014-10-16 Alan Mackenzie <acm@muc.de>
1359
1360 * cus-edit.el (custom-command-apply): Specify the return value in
1361 the doc string.
1362 (Custom-reset-standard): Save custom-file (e.g. .emacs) only when
1363 custom-command-apply has returned non-nil.
1364
1365 2014-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
1366
1367 * emacs-lisp/eldoc.el (global-eldoc-mode): Enable by default.
1368 Remove incorrect handling of eldoc-print-after-edit.
1369 (eldoc-message-commands, eldoc-last-data): Use defvar.
1370 * loadup.el (emacs-lisp/eldoc): Load it.
1371
1372 * progmodes/m4-mode.el (m4-syntax-propertize): New var.
1373 (m4-mode): Use it.
1374 (m4--quoted-p): New function.
1375 (m4-font-lock-keywords): Don't handle #..\n comments any more.
1376 (m4-mode-syntax-table): Use punctuation syntax (according to m4 manual)
1377 for most special characters.
1378
1379 * progmodes/compile.el (compilation--previous-directory): Simplify.
1380 (compilation-next-error): Ensure the parse before we look at
1381 compilation-message property.
1382
1383 2014-10-15 Eli Zaretskii <eliz@gnu.org>
1384
1385 * simple.el (what-cursor-position):
1386 * descr-text.el (describe-char): Update to support the new bidi
1387 characters.
1388
1389 * emacs-lisp/tabulated-list.el (tabulated-list-mode):
1390 Force bidi-paragraph-direction to 'left-to-right'. This fixes
1391 buffer-menu display when the first buffer happens to start with
1392 R2L letter.
1393
1394 2014-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
1395
1396 * progmodes/elisp-mode.el (elisp--local-variables-1):
1397 Handle quoted expressions (bug#18688).
1398
1399 2014-10-14 Jérémy Compostella <jeremy.compostella@intel.com>
1400 Michael Albinus <michael.albinus@gmx.de>
1401
1402 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell):
1403 Reduce the amount of set environment variable commands.
1404
1405 2014-10-12 Fabián Ezequiel Gallina <fgallina@gnu.org>
1406
1407 Fix import completion. (Bug#18582)
1408 * progmodes/python.el (python-shell-completion-get-completions):
1409 Fix import case regexp.
1410
1411 2014-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
1412
1413 * progmodes/bat-mode.el (bat-font-lock-keywords): Fix \\<_ typo
1414 (bug#18622). Reported by Arni Magnusson <arnima@hafro.is>.
1415 * progmodes/prolog.el (prolog-electric--underscore): Same.
1416
1417 2014-10-12 Michael Albinus <michael.albinus@gmx.de>
1418
1419 * net/tramp-sh.el (tramp-get-remote-id): Check also for "gid".
1420
1421 2014-10-11 Jan Djärv <jan.h.d@swipnet.se>
1422
1423 * cus-start.el (all): Add missing ns and boolean to
1424 ns-use-fullscreen-animation.
1425
1426 2014-10-11 Leo Liu <sdl.web@gmail.com>
1427
1428 * progmodes/cfengine.el (cfengine3-defuns, cfengine3-vartypes):
1429 Use strings.
1430 (cfengine3-create-imenu-index): New function.
1431 (cfengine3-mode): Use it for `imenu-create-index-function'.
1432 (cfengine-auto-mode): Improve and prefer cfengine3-mode when
1433 buffer is empty.
1434
1435 2014-10-11 Jan Djärv <jan.h.d@swipnet.se>
1436
1437 * cus-start.el (all): Add ns-use-fullscreen-animation.
1438
1439 2014-10-11 Glenn Morris <rgm@gnu.org>
1440
1441 * calendar/diary-lib.el (diary-display-function):
1442 Drop support for deprecated nil and list forms.
1443 (diary-list-entries): Update for the above.
1444 * calendar/cal-x.el (calendar-dedicate-diary): Simplify accordingly.
1445
1446 2014-10-10 Leo Liu <sdl.web@gmail.com>
1447
1448 * window.el (temp-buffer-window-show): Make BUFFER a required arg.
1449 (Bug#18656)
1450
1451 2014-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
1452
1453 * select.el (gui-selection-exists-p-alist): New method.
1454 * menu-bar.el (menu-bar-edit-menu, clipboard-yank):
1455 * simple.el (deactivate-mark): Use it.
1456 * term/x-win.el (gui-selection-exists-p):
1457 * term/w32-win.el (gui-selection-exists-p):
1458 * term/pc-win.el (gui-selection-exists-p):
1459 * term/ns-win.el (gui-selection-exists-p): Provide a backend instance.
1460
1461 2014-10-10 Glenn Morris <rgm@gnu.org>
1462
1463 * info.el (Info-fontify-maximum-menu-size): Bump to 400k. (Bug#16227)
1464 Fix :type. Allow t to mean no limit.
1465 (Info-fontify-node): Handle Info-fontify-maximum-menu-size = t.
1466
1467 2014-10-09 Glenn Morris <rgm@gnu.org>
1468
1469 * frame.el (display-monitor-attributes-list): Doc tweaks.
1470
1471 2014-10-09 Eli Zaretskii <eliz@gnu.org>
1472
1473 * faces.el (display-grayscale-p): Mention in the doc string that
1474 the argument can be either a display name or a frame.
1475
1476 * frame.el (display-pixel-height, display-pixel-width)
1477 (display-mm-height, display-mm-width, display-backing-store)
1478 (display-save-under, display-planes, display-color-cells)
1479 (display-visual-class, display-monitor-attributes-list)
1480 (display-screens): Mention in the doc string that the argument can
1481 be either a display name or a frame. Improve the docs of the
1482 monitor attributes. (Bug#18636)
1483
1484 2014-10-09 Martin Rudalics <rudalics@gmx.at>
1485
1486 * term.el (term-window-width): Subtract 1 from the width when
1487 any fringe has zero width, not just the right fringe. (Bug#18601)
1488
1489 2014-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
1490
1491 * frame.el (make-frame): Use t rather than nil for `w' (bug#18653).
1492
1493 2014-10-08 Leo Liu <sdl.web@gmail.com>
1494
1495 * emacs-lisp/cl-extra.el (cl-fresh-line): New function.
1496
1497 2014-10-08 Glenn Morris <rgm@gnu.org>
1498
1499 * calendar/cal-x.el (calendar-dedicate-diary):
1500 Drop support for recently deleted aliases.
1501
1502 2014-10-08 Leo Liu <sdl.web@gmail.com>
1503
1504 * progmodes/cfengine.el (cfengine3-make-syntax-cache):
1505 Always return a syntax. Replace call-process-shell-command with
1506 process-file. Ensure cfengine-mode-syntax-functions-regex is
1507 always set. Ensure cache when cfengine-cf-promises fails.
1508 (Bug#18620)
1509
1510 2014-10-07 Glenn Morris <rgm@gnu.org>
1511
1512 * font-lock.el (font-lock-fontify-buffer): Fix interactive-only markup.
1513
1514 2014-10-07 Wilson Snyder <wsnyder@wsnyder.org>
1515
1516 Sync with upstream verilog-mode revision c075a492.
1517 * progmodes/verilog-mode.el (verilog-mode-version): Bump.
1518 (verilog-menu): Add AUTOINSERTLAST.
1519 (verilog-no-indent-begin-re): When `verilog-indent-begin-after-if'
1520 is nil, fix indenting initial/final to match always statements, bug825.
1521 Reported by Tim Clapp.
1522 (verilog-extended-complete-re): Fix indentation of DPI-C imports,
1523 bug557. Reported by ZeDong Mao and Jason Forkey.
1524 (verilog-read-decls): Fix parsing typed interfaces.
1525 Fix AUTOINOUTMODPORT missing types. Reported by Stephan Bourduas.
1526 (verilog-auto-arg-ports): Fix verilog-auto-arg-format single.
1527 (verilog-auto-output-every): Add regexp to AUTOOUTPUTEVERY, bug793.
1528 Reported by Pierre-David Pfister.
1529 (verilog-auto-insert-lisp): Doc fix.
1530 (verilog-auto-insert-last, verilog-auto): Add AUTOINSERTLAST to
1531 allow post-AUTO user fixups, bug826. Reported by Dennis Muhlestein.
1532 (verilog-sk-ovm-class, verilog-sk-uvm-object)
1533 (verilog-sk-uvm-component): Fix missing string keyword in class
1534 skeletons, bug824. Reported by eldad faruhi.
1535
1536 2014-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
1537
1538 * term/w32-win.el: Move all code from 32-common-fns.el here.
1539 (gui-select-text, gui-selection-value): Use w32 handlers in the w32
1540 console as well (bug#18629).
1541 * w32-common-fns.el: Remove.
1542 * loadup.el: Don't load w32-common-fns.el.
1543 * w32-fns.elc: Don't require w32-common-fns.
1544
1545 * icomplete.el: Move Iswitchb autoload here. Much simpler.
1546 * obsolete/iswitchb.el (iswitchb-mode): Use normal autoload cookie.
1547 Remove redundant obsolescence thingy.
1548 * loadup.el: Don't load obsolete/loaddefs.el.
1549 * Makefile.in (obsolete-autoloads): Remove.
1550 (AUTOGENEL): Remove obsolete/loaddefs.el.
1551
1552 2014-10-06 Glenn Morris <rgm@gnu.org>
1553
1554 * Makefile.in (obsolete-autoloads): Write to a separate file,
1555 to workaround autoloads bug. (Bug#17407)
1556 (AUTOGENEL): Add obsolete/loaddefs.el.
1557 * loadup.el: Load obsolete/loaddefs.el if present.
1558 * subr.el (do-after-load-evaluation):
1559 Don't warn about obsolete/loaddefs.el.
1560
1561 * menu-bar.el (menu-bar-games-menu): Remove landmark.
1562 It has zero relationship to a game.
1563
1564 2014-10-06 Leo Liu <sdl.web@gmail.com>
1565
1566 * imenu.el (imenu): Re-write for clarity.
1567
1568 2014-10-06 Glenn Morris <rgm@gnu.org>
1569
1570 Remove calendar code obsolete since at least version 23.1.
1571 * calendar/cal-bahai.el (calendar-absolute-from-bahai)
1572 (calendar-print-bahai-date, calendar-bahai-prompt-for-date)
1573 (calendar-goto-bahai-date, list-bahai-diary-entries)
1574 (mark-bahai-calendar-date-pattern, mark-bahai-diary-entries)
1575 (insert-bahai-diary-entry, insert-monthly-bahai-diary-entry)
1576 (insert-yearly-bahai-diary-entry):
1577 * calendar/cal-china.el (chinese-calendar-time-zone)
1578 (chinese-calendar-location-name)
1579 (chinese-calendar-daylight-time-offset)
1580 (chinese-calendar-standard-time-zone-name)
1581 (chinese-calendar-daylight-time-zone-name)
1582 (chinese-calendar-daylight-savings-starts)
1583 (chinese-calendar-daylight-savings-ends)
1584 (chinese-calendar-daylight-savings-starts-time)
1585 (chinese-calendar-daylight-savings-ends-time)
1586 (chinese-calendar-celestial-stem)
1587 (chinese-calendar-terrestrial-branch)
1588 (calendar-absolute-from-chinese, calendar-print-chinese-date)
1589 (calendar-goto-chinese-date):
1590 * calendar/cal-coptic.el (calendar-absolute-from-coptic)
1591 (calendar-print-coptic-date, coptic-prompt-for-date)
1592 (calendar-goto-coptic-date, calendar-absolute-from-ethiopic)
1593 (calendar-print-ethiopic-date, calendar-goto-ethiopic-date):
1594 * calendar/cal-french.el (calendar-absolute-from-french)
1595 (calendar-print-french-date, calendar-goto-french-date):
1596 * calendar/cal-hebrew.el (diary-sabbath-candles-minutes)
1597 (calendar-absolute-from-hebrew, calendar-print-hebrew-date)
1598 (hebrew-calendar-yahrzeit, calendar-goto-hebrew-date)
1599 (holiday-rosh-hashanah-etc, holiday-hanukkah)
1600 (holiday-passover-etc, holiday-tisha-b-av-etc)
1601 (list-hebrew-diary-entries, mark-hebrew-calendar-date-pattern)
1602 (mark-hebrew-diary-entries, insert-hebrew-diary-entry)
1603 (insert-monthly-hebrew-diary-entry)
1604 (insert-yearly-hebrew-diary-entry, list-yahrzeit-dates)
1605 (diary-omer, diary-yahrzeit, diary-rosh-hodesh, diary-parasha)
1606 (diary-sabbath-candles):
1607 * calendar/cal-islam.el (calendar-absolute-from-islamic)
1608 (calendar-print-islamic-date, calendar-goto-islamic-date)
1609 (list-islamic-diary-entries, mark-islamic-calendar-date-pattern)
1610 (mark-islamic-diary-entries, insert-islamic-diary-entry)
1611 (insert-monthly-islamic-diary-entry)
1612 (insert-yearly-islamic-diary-entry):
1613 * calendar/cal-iso.el (calendar-absolute-from-iso)
1614 (calendar-print-iso-date, calendar-iso-read-args)
1615 (calendar-goto-iso-date, calendar-goto-iso-week):
1616 * calendar/cal-julian.el (calendar-absolute-from-julian)
1617 (calendar-print-julian-date, calendar-goto-julian-date)
1618 (calendar-absolute-from-astro, calendar-print-astro-day-number)
1619 (calendar-goto-astro-day-number):
1620 * calendar/cal-mayan.el (calendar-print-mayan-date)
1621 (calendar-next-haab-date, calendar-previous-haab-date)
1622 (calendar-next-tzolkin-date, calendar-previous-tzolkin-date)
1623 (calendar-next-calendar-round-date)
1624 (calendar-previous-calendar-round-date)
1625 (calendar-absolute-from-mayan-long-count)
1626 (calendar-goto-mayan-long-count-date):
1627 * calendar/cal-move.el (scroll-calendar-left)
1628 (scroll-calendar-right, scroll-calendar-left-three-months)
1629 (scroll-calendar-right-three-months):
1630 * calendar/cal-persia.el (calendar-absolute-from-persian)
1631 (calendar-print-persian-date, persian-prompt-for-date)
1632 (calendar-goto-persian-date):
1633 * calendar/cal-x.el (calendar-after-frame-setup-hooks):
1634 * calendar/calendar.el (view-diary-entries-initially)
1635 (mark-diary-entries-in-calendar, calendar-today-face)
1636 (diary-face, holiday-face, view-calendar-holidays-initially)
1637 (mark-holidays-in-calendar, initial-calendar-window-hook)
1638 (today-visible-calendar-hook, today-invisible-calendar-hook)
1639 (hebrew-diary-entry-symbol, islamic-diary-entry-symbol)
1640 (bahai-diary-entry-symbol, american-date-diary-pattern)
1641 (european-date-diary-pattern, european-calendar-display-form)
1642 (american-calendar-display-form, holidays-in-diary-buffer)
1643 (all-hebrew-calendar-holidays, all-christian-calendar-holidays)
1644 (all-islamic-calendar-holidays, all-bahai-calendar-holidays)
1645 (fancy-diary-buffer, increment-calendar-month)
1646 (extract-calendar-month, extract-calendar-day)
1647 (extract-calendar-year, exit-calendar, calendar-date-is-legal-p)
1648 (mark-visible-calendar-date, calendar-version):
1649 * calendar/diary-lib.el (diary-button-face, sexp-diary-entry-symbol)
1650 (diary-display-hook, list-diary-entries-hook)
1651 (mark-diary-entries-hook, nongregorian-diary-listing-hook)
1652 (nongregorian-diary-marking-hook, print-diary-entries-hook)
1653 (abbreviated-calendar-year, number-of-diary-entries)
1654 (view-other-diary-entries, add-to-diary-list)
1655 (include-other-diary-files, simple-diary-display)
1656 (fancy-diary-display, print-diary-entries, mark-diary-entries)
1657 (mark-sexp-diary-entries, mark-included-diary-files)
1658 (mark-calendar-days-named, mark-calendar-month)
1659 (mark-calendar-date-pattern, sort-diary-entries)
1660 (list-sexp-diary-entries, make-diary-entry, insert-diary-entry)
1661 (insert-weekly-diary-entry, insert-monthly-diary-entry)
1662 (insert-yearly-diary-entry, insert-anniversary-diary-entry)
1663 (insert-block-diary-entry, insert-cyclic-diary-entry)
1664 (fancy-diary-font-lock-keywords, fancy-diary-display-mode):
1665 * calendar/holidays.el (general-holidays, oriental-holidays)
1666 (local-holidays, other-holidays, hebrew-holidays)
1667 (christian-holidays, islamic-holidays, bahai-holidays)
1668 (solar-holidays, list-calendar-holidays)
1669 (check-calendar-holidays, mark-calendar-holidays)
1670 (filter-visible-calendar-holidays):
1671 * calendar/lunar.el (calendar-phases-of-moon, phases-of-moon)
1672 (diary-phases-of-moon): Remove obsolete aliases.
1673 * calendar/cal-menu.el (cal-menu-load-hook): Remove obsolete hook.
1674 * calendar/cal-x.el (calendar-one-frame-setup)
1675 (calendar-only-one-frame-setup, calendar-two-frame-setup):
1676 Remove obsolete functions.
1677 (cal-x-load-hook): Remove obsolete hook.
1678 * calendar/calendar.el (european-calendar-style):
1679 Remove obsolete variable.
1680 (calendar-date-style): No longer consult european-calendar-style.
1681 * calendar/calendar.el (european-calendar, american-calendar):
1682 Remove obsolete commands.
1683 * calendar/calendar.el (calendar-for-loop): Remove obsolete macro.
1684 * calendar/diary-lib.el (diary-face): Remove obsolete variable.
1685 (diary-font-lock-date-forms, diary-fancy-font-lock-keywords):
1686 Use the face `diary' instead of the variable `diary-face'.
1687 * calendar/holidays.el (hebrew-holidays-1, hebrew-holidays-2)
1688 (hebrew-holidays-3, hebrew-holidays-4): Remove obsolete variables.
1689 * calendar/icalendar.el (icalendar--date-style): Remove function.
1690 Replace all uses with calendar-date-style.
1691 * textmodes/remember.el (calendar-date-style): Declare.
1692 (remember-diary-convert-entry):
1693 No longer consult european-calendar-style.
1694
1695 2014-10-05 Leo Liu <sdl.web@gmail.com>
1696
1697 * imenu.el (imenu-default-goto-function): Fix typo.
1698
1699 2014-10-04 Thomas Fitzsimmons <fitzsim@fitzsim.org>
1700
1701 * net/ntlm.el (ntlm-build-auth-request):
1702 Add NTLM2 Session support. (Bug#15603)
1703
1704 2014-10-04 Glenn Morris <rgm@gnu.org>
1705
1706 * apropos.el (apropos-symbols-internal):
1707 Avoid error with non-symbol properties. (Bug#18337#16)
1708
1709 * startup.el (command-line):
1710 Handle altered user-emacs-directory in load-path warning. (Bug#18512)
1711
1712 2014-10-04 Martin Rudalics <rudalics@gmx.at>
1713
1714 * window.el (window-full-height-p): Make it behave correctly for
1715 minibuffer window.
1716 (window-current-scroll-bars): Fix code.
1717 (fit-frame-to-buffer): Use window-scroll-bar-height instead of
1718 window-scroll-bars.
1719 * frame.el (frame-current-scroll-bars): Fix doc-string.
1720 * scroll-bar.el (toggle-horizontal-scroll-bar): New command.
1721
1722 2014-10-04 Mark Oteiza <mvoteiza@udel.edu> (tiny change)
1723
1724 * files.el (auto-mode-alist): Use sh-mode for .zsh files. (Bug#18488)
1725
1726 2014-10-04 Glenn Morris <rgm@gnu.org>
1727
1728 * frame.el (frame-monitor-attributes)
1729 (display-monitor-attributes-list): Doc fixes.
1730
1731 2014-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
1732
1733 Merge trivially safe differences from standalone CC-mode.
1734 * progmodes/cc-mode.el (c-initialize-cc-mode): Don't quote a symbol
1735 just to then pass it to `symbol-value'.
1736 (prog-mode): Provide fallback definition, if needed.
1737 * progmodes/cc-langs.el: Always load `cl'. Don't load `cl-lib'.
1738 Remove "cl-" prefix accordingly.
1739 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Use integerp or
1740 characterp depending on the type of characters.
1741 (c-font-lock-enum-tail): Remove unused var `start'.
1742 * progmodes/cc-engine.el: Load CL at compile-time.
1743 (c-declare-lang-variables): Use mapcan.
1744 (c-append-to-state-cache): Remove unused var `ce+1'.
1745 (c-parse-state-state): Make buffer-local.
1746 (c-ssb-lit-begin): Remove unused var `pps-end-pos'.
1747 (c-just-after-func-arglist-p): Remove unused var `end'.
1748 * progmodes/cc-defs.el: Load cc-fix if delete-dups is undefined.
1749 (c-<-as-paren-syntax, c->-as-paren-syntax): Move definition earlier.
1750 (c-make-keywords-re): Use delete-dups.
1751 (c-get-current-file): Avoid file-name-base.
1752 * progmodes/cc-cmds.el (c-electric-lt-gt): Remove unused var
1753 `close-paren-inserted'.
1754 * progmodes/cc-awk.el (c-forward-sws): Remove unused declaration.
1755
1756 * progmodes/python.el: Avoid building unneeded markers.
1757 (python-font-lock-keywords, python-indent-dedent-line)
1758 (python-fill-paren, python-shell-completion-complete-or-indent):
1759 Prefer point over point-marker.
1760 (inferior-python-mode): Remove redundant completion settings.
1761
1762 2014-10-03 Dmitry Gutov <dgutov@yandex.ru>
1763
1764 * vc/vc-svn.el (vc-svn-ignore-completion-table): Implement.
1765 (vc-svn-ignore): Use it. (Bug#18619)
1766
1767 2014-10-03 Martin Rudalics <rudalics@gmx.at>
1768
1769 * frame.el (toggle-frame-maximized, toggle-frame-fullscreen):
1770 In doc-string mention need to set `frame-resize-pixelwise'.
1771
1772 2014-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
1773
1774 * vc/vc-svn.el (vc-svn-after-dir-status): Fix the non-remote regexp,
1775 similarly to Rogers's 2010-06-16 change for the remote case
1776 (bug#18605).
1777
1778 2014-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
1779
1780 New gui-selection-value consolidating x-selection-value.
1781 * select.el (gui-selection-value-alist): New method.
1782 (gui-selection-value): New function.
1783 (x-selection-value): Make it an obsolete alias.
1784 * simple.el (interprogram-paste-function): Default to
1785 gui-selection-value.
1786 * w32-common-fns.el (w32-get-selection-value): Simplify.
1787 (x-selection-value): Remove alias.
1788 (interprogram-paste-function): Don't set.
1789 (gui-selection-value): Define for w32.
1790 * term/x-win.el (gui-selection-value): Define for x.
1791 (x--selection-value): Rename from x--selection-value.
1792 (interprogram-paste-function): Don't set.
1793 * term/pc-win.el (w16-get-selection-value): Simplify.
1794 (msdos-initialize-window-system): Don't set
1795 interprogram-paste-function.
1796 (gui-selection-value): Define for pc.
1797 * term/ns-win.el (x-selection-value): Remove.
1798 (gui-selection-value): Define for ns, instead.
1799 * term/common-win.el (x-setup-function-keys): Don't set
1800 interprogram-paste-function.
1801 * obsolete/mouse-sel.el (mouse-sel-get-selection-function):
1802 Use gui-selection-value.
1803
1804 2014-10-02 David Raynes <rayners@gmail.com> (tiny change)
1805
1806 * term/ns-win.el: Add functions to ns frame, not x frame (bug#18614).
1807
1808 2014-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
1809
1810 * obsolete/lucid.el (read-number): Remove, redundant.
1811 * obsolete/cl-compat.el (cl-floor, cl-ceiling, cl-round, cl-truncate):
1812 Remove, broken.
1813
1814 2014-10-02 Glenn Morris <rgm@gnu.org>
1815
1816 * emacs-lisp/package.el (package-import-keyring):
1817 Create gnupg directory private. (Bug#17625#155)
1818
1819 2014-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
1820
1821 * progmodes/python.el (python-shell-completion-get-completions):
1822 Use python-shell--prompt-calculated-input-regexp from the
1823 process buffer (bug#18582).
1824 Don't assume that `line' comes from the process buffer.
1825
1826 2014-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
1827
1828 * frame.el: Use lexical-binding (bug#18598).
1829 (make-frame): Use t rather than nil for tty's window-system.
1830 * startup.el (command-line): Use gui-method.
1831
1832 Consolidate management/ownership of selections.
1833 * select.el (gui-get-selection-alist): New method.
1834 (gui-get-selection): Use it. Rename from x-get-selection.
1835 (x-get-selection): Define as obsolete alias.
1836 (x-get-clipboard): Mark obsolete.
1837 (gui-get-primary-selection): New function.
1838 (x-get-selection-value): Mark obsolete.
1839 (gui-own-selection-alist, gui-disown-selection-alist)
1840 (gui-selection-owner-p-alist): New methods.
1841 (gui-set-selection): Use them. Rename from x-set-selection.
1842 (x-set-selection): Define as obsolete alias.
1843 (gui--valid-simple-selection-p): Rename from
1844 x-valid-simple-selection-p.
1845 * w32-common-fns.el (gui-own-selection, gui-disown-selection)
1846 (gui-selection-owner-p, gui-get-selection): Define for w32.
1847 (w32-get-selection-value): Rename from x-get-selection-value.
1848 Use the new gui-last-selected-text.
1849 * term/x-win.el (x-get-selection-value): Remove.
1850 (x-clipboard-yank): Declare obsolete.
1851 (gui-own-selection, gui-disown-selection, gui-get-selection)
1852 (gui-selection-owner-p): Define for x.
1853 * term/w32-win.el (w32-win-suspend-error): Rename from
1854 x-win-suspend-error.
1855 * term/pc-win.el (w16-get-selection-value): Rename from
1856 x-get-selection-value.
1857 (w16-selection-owner-p): Rename from x-selection-owner-p.
1858 (gui-own-selection, gui-disown-selection, gui-get-selection)
1859 (gui-selection-owner-p): Define for pc.
1860 (w16--select-text): New function.
1861 * term/ns-win.el (gui-own-selection, gui-disown-selection)
1862 (gui-get-selection, gui-selection-owner-p): Define for ns.
1863 * term.el (term-mouse-paste):
1864 * mouse.el (mouse-yank-primary): Use gui-get-primary-selection.
1865
1866 2014-10-02 H. Dieter Wilhelm <dieter@duenenhof-wilhelm.de>
1867
1868 * calc/calc-help.el (calc-describe-thing): Quote strings
1869 which could look like regexps.
1870
1871 2014-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
1872
1873 Consolidate x-select-text.
1874 * frame.el (gui-method, gui-method-define, gui-method-declare)
1875 (gui-call): New macros.
1876 (gui-method--name): New function.
1877 (frame-creation-function-alist): Use gui-method-declare.
1878 (make-frame): Use gui-method.
1879 * select.el (gui-select-enable-clipboard): Rename from
1880 x-select-enable-clipboard and move here.
1881 (x-select-enable-clipboard): Define as obsolete alias.
1882 (gui-last-selected-text): New var, to replace x-last-selected-text.
1883 (gui-select-text): New GUI method.
1884 (gui-select-text): New function.
1885 (x-select-text): Define as obsolete alias.
1886 * term/common-win.el (x-select-enable-clipboard, x-select-text):
1887 Move to select.el.
1888 * simple.el (interprogram-cut-function): Change default to
1889 x-select-text.
1890 (interprogram-paste-function): Change default to `ignore'.
1891 * w32-common-fns.el (interprogram-cut-function): Don't modify.
1892 * term/x-win.el (interprogram-cut-function): Don't modify.
1893 (gui-select-text): Add method for x.
1894 * term/w32-win.el (gui-select-text): Add method for w32.
1895 * term/pc-win.el (x-last-selected-text): Remove, use
1896 gui-last-selected-text instead.
1897 (msdos-initialize-window-system): Don't set interprogram-cut-function.
1898 (gui-select-text): Add method for pc.
1899 * term/ns-win.el (ns-last-selected-text): Remove, use
1900 gui-last-selected-text instead.
1901 (gui-select-text): Add method for ns.
1902 (x-setup-function-keys): Don't change interprogram-cut-function.
1903 * loadup.el ("startup"): Load after "frame".
1904 * subr.el (package--builtin-versions, package--description-file):
1905 Move from startup.el.
1906 * startup.el (package--builtin-versions, package--description-file):
1907 Move to subr.el.
1908 (handle-args-function-alist, window-system-initialization-alist):
1909 Use gui-method-declare.
1910 (command-line): Use gui-method.
1911
1912 2014-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
1913
1914 * subr.el (alist-get): New accessor.
1915 * emacs-lisp/gv.el (alist-get): Provide expander.
1916 * winner.el (winner-remember):
1917 * tempo.el (tempo-use-tag-list):
1918 * progmodes/gud.el (minor-mode-map-alist):
1919 * international/mule-cmds.el (define-char-code-property):
1920 * frameset.el (frameset-filter-params):
1921 * files.el (dir-locals-set-class-variables):
1922 * register.el (get-register, set-register):
1923 * calc/calc-yank.el (calc-set-register): Use it.
1924 * ps-print.el (ps-get, ps-put, ps-del): Mark as obsolete.
1925 * tooltip.el (tooltip-set-param): Mark as obsolete.
1926 (tooltip-show): Use alist-get instead.
1927 * ses.el (ses--alist-get): Remove. Use alist-get instead.
1928
1929 2014-10-01 Ulf Jasper <ulf.jasper@web.de>
1930
1931 * net/newst-backend.el: Remove Time-stamp. Rename variable
1932 `newsticker--download-logos' to `newsticker-download-logos' and
1933 make it customizable.
1934 (newsticker--sentinel-work): Move xml-workarounds to function
1935 `newsticker--do-xml-workarounds', call unless libxml-parser is
1936 used. Allow single quote in regexp for encoding.
1937 Use libxml-parser if available, else fall back to `xml-parse-region'.
1938 Take care of possibly missing namespace prefixes (like "RDF"
1939 instead of "rdf:RDF") when checking xml nodes and attributes (as
1940 libxml correctly removes the prefixes). Always use Atom 1.0 as
1941 fallback feed type. Rename `newsticker--download-logos' to
1942 `newsticker-download-logos'
1943 (newsticker--unxml, newsticker--unxml-node)
1944 (newsticker--unxml-attribute): New.
1945 (newsticker--parse-atom-1.0): Call `unxml' in case that embedded
1946 HTML code has become part of the xml parse tree.
1947 (newsticker--parse-rss-1.0, newsticker--parse-rss-2.0): Take care
1948 of possibly missing namespace prefixes.
1949 (newsticker--parse-generic-items): Code formatting. Typo.
1950 (newsticker--images-dir): Add trailing slash.
1951 (newsticker--image-get): Fix error message.
1952
1953 * net/newst-plainview.el: Remove Time-stamp.
1954
1955 * net/newst-reader.el: Remove Time-stamp.
1956 (newsticker-download-logos): Rename variable
1957 `newsticker--download-logos' to `newsticker-download-logos' and
1958 make it customizable.
1959 (newsticker--print-extra-elements): Add optional parameter
1960 'htmlish for using html markup. Amend list of ignored elements.
1961 (newsticker--do-print-extra-element): Add parameter 'htmlish for
1962 using html markup.
1963
1964 * net/newst-ticker.el: Remove Time-stamp.
1965
1966 * net/newst-treeview.el (newsticker--treeview-item-show): Use html
1967 for formatting extra elements.
1968
1969 * net/newsticker.el: Remove Time-stamp, Version.
1970 (newsticker-version): Make obsolete.
1971
1972 2014-09-30 Leonardo Nobrega <leonobr@gmail.com> (tiny change)
1973
1974 * progmodes/python.el (python-fill-paren): Don't inf-loop at EOB
1975 (bug#18462).
1976
1977 2014-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
1978
1979 * emacs-lisp/package.el (package-check-signature): Default to nil if
1980 GPG is not available.
1981 (package-refresh-contents): Don't mess with the keyring if we won't
1982 check the signatures anyway.
1983
1984 2014-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
1985
1986 * ses.el (ses--row, ses--col): New dyn-scoped vars, to replace row&col.
1987 (ses-center, ses-center-span): Use them.
1988 (ses-print-cell): Bind them while calling the printer.
1989 (row, col, maxrow, maxcol): Don't declare as dynamically scoped.
1990 (ses-dorange): Revert last change.
1991 (ses-calculate-cell): Don't bind row&col dynamically while evaluating
1992 the formula.
1993 (ses-set-cell): Avoid `eval'.
1994 (ses--time-check): Rename it from ses-time-check and turn it into
1995 a macro.
1996
1997 * ses.el (ses-setup): Don't assume modifying the iteration var of
1998 dotimes affects the iteration (bug#18191).
1999
2000 2014-09-30 Vincent Belaïche <vincentb1@users.sourceforge.net>
2001
2002 * ses.el (ses-calculate-cell): Bind row and col dynamically to
2003 their values with 'cl-progv'.
2004 (ses-dorange): Bind row, col, maxrow and maxcol dynamically to
2005 their values with 'cl-progv', also use non-interned symbols for
2006 row, minrow, maxrow, mincol and maxcol.
2007 (maxrow maxcol): New defvar, to make the compiler happy.
2008
2009 2014-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
2010
2011 * minibuffer.el (completion-at-point): Emit warning for ill-behaved
2012 completion functions.
2013
2014 2014-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
2015
2016 * ses.el (ses--letref): Quote value before it gets re-evaluated.
2017
2018 2014-09-28 Thien-Thi Nguyen <ttn@gnu.org>
2019
2020 Font-lock `cl-flet*', too.
2021 * emacs-lisp/lisp-mode.el (lisp-cl-font-lock-keywords-2):
2022 Add "flet*" to intermediate var `cl-lib-kw'.
2023
2024 2014-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
2025
2026 * epg-config.el (epg-gpg-program): Use the plain program names rather
2027 than their absolute file name.
2028
2029 * subr.el (track-mouse): New macro.
2030 * emacs-lisp/cconv.el (cconv-convert, cconv-analyse-form):
2031 Remove track-mouse case.
2032 * emacs-lisp/bytecomp.el (byte-compile-track-mouse): Remove.
2033
2034 2014-09-27 Leo Liu <sdl.web@gmail.com>
2035
2036 * progmodes/elisp-mode.el (elisp--eldoc-last-data): Use defvar.
2037
2038 * emacs-lisp/eldoc.el (eldoc-mode): Fix thinko.
2039
2040 2014-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
2041
2042 * emacs-lisp/pcase.el (pcase--split-match, pcase--app-subst-match):
2043 Handle the case where `match' is :pcase--succeed or :pcase--fail
2044 (bug#18554).
2045
2046 Introduce global-eldoc-mode. Move Elisp-specific code to elisp-mode.el.
2047 * emacs-lisp/eldoc.el (global-eldoc-mode): New minor mode.
2048 (eldoc-schedule-timer): Obey it.
2049 (eldoc-documentation-function): Default to nil.
2050 (eldoc-mode): Don't enable if eldoc-documentation-function is not set.
2051 (eldoc-documentation-function-default, eldoc-get-fnsym-args-string)
2052 (eldoc-highlight-function-argument, eldoc-get-var-docstring)
2053 (eldoc-last-data-store, eldoc-docstring-first-line)
2054 (eldoc-docstring-format-sym-doc, eldoc-fnsym-in-current-sexp)
2055 (eldoc-beginning-of-sexp, eldoc-current-symbol)
2056 (eldoc-function-argstring): Move to elisp-mode.el.
2057 (eldoc-symbol-function): Remove, unused.
2058 * progmodes/elisp-mode.el: New file. Rename all "eldoc-*" to "elisp--*".
2059 (elisp-completion-at-point): Rename from lisp-completion-at-point.
2060 (elisp--preceding-sexp): Rename from preceding-sexp.
2061 * loadup.el: Load new file progmodes/elisp-mode.
2062 * ielm.el (inferior-emacs-lisp-mode): Set eldoc-documentation-function.
2063 * emacs-lisp/lisp.el (lisp--local-variables-1, lisp--local-variables)
2064 (lisp--local-variables-completion-table, lisp--expect-function-p)
2065 (lisp--form-quoted-p, lisp--company-doc-buffer)
2066 (lisp--company-doc-string, lisp--company-location)
2067 (lisp-completion-at-point): Move to elisp-mode.el.
2068 * emacs-lisp/lisp-mode.el (lisp--mode-syntax-table): New syntax-table,
2069 extracted from emacs-lisp-mode-syntax-table.
2070 (emacs-lisp-mode-abbrev-table, emacs-lisp-mode-syntax-table): Move to
2071 elisp-mode.el.
2072 (lisp-imenu-generic-expression): Add comments to document what comes
2073 from which Lisp dialect.
2074 (emacs-lisp-mode-map, emacs-lisp-byte-compile)
2075 (emacs-lisp-byte-compile-and-load, emacs-lisp-mode-hook)
2076 (emacs-lisp-mode, emacs-list-byte-code-comment-re)
2077 (emacs-lisp-byte-code-comment)
2078 (emacs-lisp-byte-code-syntax-propertize, emacs-lisp-byte-code-mode)
2079 (lisp-interaction-mode-map, lisp-interaction-mode)
2080 (eval-print-last-sexp, last-sexp-setup-props)
2081 (last-sexp-toggle-display, prin1-char, preceding-sexp)
2082 (eval-last-sexp-1, eval-last-sexp-print-value)
2083 (eval-last-sexp-fake-value, eval-sexp-add-defvars, eval-last-sexp)
2084 (eval-defun-1, eval-defun-2, eval-defun): Move to elisp-mode.el.
2085
2086 2014-09-26 Paul Eggert <eggert@cs.ucla.edu>
2087
2088 * progmodes/grep.el (grep-regexp-alist): Use more-accurate regexp.
2089 Do not match file names that end in '/', as they cannot be 'grep'
2090 hits nowadays. This prevents confusion when 'grep -r' reports a
2091 match in a file whose basename is ':12345:'. Conversely, do not
2092 require exactly the same sequence of spaces and tabs after both
2093 colons, and allow spaces or tabs before the second colon, as per
2094 the POSIX spec for 'grep' output.
2095
2096 2014-09-26 Leo Liu <sdl.web@gmail.com>
2097
2098 Add cl-parse-integer based on parse-integer (Bug#18557)
2099 * calendar/parse-time.el (parse-time-digits): Remove.
2100 (digit-char-p, parse-integer) Moved to cl-lib.el.
2101 (parse-time-tokenize, parse-time-rules, parse-time-string):
2102 Use cl-parse-integer.
2103
2104 * emacs-lisp/cl-extra.el (cl-parse-integer): New function.
2105
2106 * emacs-lisp/cl-lib.el (cl-digit-char-table): New var.
2107 (cl-digit-char-p): New function.
2108
2109 2014-09-25 Juri Linkov <juri@jurta.org>
2110
2111 * vc/add-log.el (change-log-next-buffer): Don't create an empty
2112 buffer "ChangeLog" when the current buffer doesn't match ChangeLog.[0-9].
2113 Return the current buffer if no files match the default pattern
2114 ChangeLog.[0-9]. Signal "end of multi" when file is nil. (Bug#18547)
2115
2116 2014-09-25 Stefan Monnier <monnier@iro.umontreal.ca>
2117
2118 * net/tramp-sh.el (tramp-sh-handle-vc-registered): Don't modify
2119 the global vc-handled-backends (bug#18535).
2120
2121 2014-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
2122
2123 * find-cmd.el (find-cmd): Use grep's `find-program' (bug#18518).
2124 Suggested by <lompik@voila.fr>.
2125
2126 2014-09-24 Ulf Jasper <ulf.jasper@web.de>
2127
2128 * net/newst-treeview.el (newsticker--treeview-do-get-node-by-id):
2129 Rename from `newsticker--treeview-do-get-node'.
2130 (newsticker--treeview-get-node-by-id):
2131 Rename from `newsticker--treeview-get-node'.
2132 (newsticker--treeview-buffer-init)
2133 (newsticker--treeview-buffer-init): Disable buffer undo.
2134 (newsticker--treeview-unfold-node): Adapt to modified
2135 `newsticker--group-find-parent-group'.
2136 (newsticker--group-do-find-group):
2137 Rename from `newsticker--group-do-find-group-for-feed'.
2138 Now works for both, groups and feeds.
2139 (newsticker--group-find-parent-group):
2140 Rename from `newsticker--group-find-group-for-feed'.
2141 Now works for both, groups and feeds.
2142 (newsticker--group-do-get-parent-group)
2143 (newsticker--group-get-parent-group): Remove.
2144 (newsticker-group-add-group): Change interactive prompts.
2145 (newsticker-group-add-group): Finally jump to added group.
2146 (newsticker-group-delete-group): Finally jump to current feed.
2147 (newsticker--group-do-rename-group, newsticker-group-rename-group)
2148 (newsticker--get-group-names, newsticker--group-names): New.
2149 (newsticker-group-move-feed): Finally jump to moved feed.
2150 (newsticker-group-shift-feed-down, newsticker-group-shift-feed-up)
2151 (newsticker-group-shift-group-down)
2152 (newsticker-group-shift-group-up, newsticker--group-shift): New.
2153 (newsticker-treeview-mode-map): New keybindings for new shift commands.
2154
2155 * net/newst-backend.el (newsticker--item-list)
2156 (newsticker--item-position, newsticker--prev-message)
2157 (newsticker--scrollable-text): Move to newst-ticker.el.
2158
2159 * net/newst-ticker.el (newsticker--item-list)
2160 (newsticker--item-position, newsticker--prev-message)
2161 (newsticker--scrollable-text): Move from newst-backend.el.
2162
2163 2014-09-22 Kan-Ru Chen <kanru@kanru.info>
2164
2165 * window.el (fit-window-to-buffer): When counting buffer width,
2166 count the whole visible buffer. Correctly convert the body-height
2167 to pixel size for window-text-pixel-size (Bug#18498).
2168
2169 2014-09-22 Sam Steingold <sds@gnu.org>
2170
2171 * progmodes/sql.el (sql-product-alist): Improve the Vertica entry.
2172 (sql-execute): Use `special-mode'.
2173
2174 2014-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
2175
2176 Add pcase-defmacro, as well as `quote' and `app' patterns.
2177 * loadup.el: Increase max-lisp-eval-depth when macroexpanding macroexp.
2178 * emacs-lisp/pcase.el: Allow (F . ARGS) in `app' patterns.
2179 (pcase--funcall, pcase--eval): New functions.
2180 (pcase--u1): Use them for guard, pred, let, and app.
2181 (\`): Use the new feature to generate better code for vector patterns.
2182 * emacs-lisp/pcase.el: Use pcase-defmacro to handle backquote.
2183 (pcase--upat): Remove.
2184 (pcase--macroexpand): Don't hardcode handling of `.
2185 (pcase--split-consp, pcase--split-vector): Remove.
2186 (pcase--split-equal): Disregard ` since it's expanded away.
2187 (pcase--split-member): Optimize for quote rather than for `.
2188 (pcase--split-pred): Optimize for quote rather than for `.
2189 (pcase--u1): Remove handling of ` (and of `or' and `and').
2190 Quote non-selfquoting values when passing them to `eq'.
2191 Drop `app's let-binding if the variable is not used.
2192 (pcase--q1): Remove.
2193 (`): Define as a pattern macro.
2194 * emacs-lisp/pcase.el (pcase--match): New smart-constructor function.
2195 (pcase--expand pcase--q1, pcase--app-subst-match): Use it.
2196 (pcase--macroexpand): Handle self-quoting patterns here, expand them to
2197 quote patterns.
2198 (pcase--split-match): Don't hoist or/and here any more.
2199 (pcase--split-equal): Optimize quote patterns as well as ` patterns.
2200 (pcase--flip): New helper macro.
2201 (pcase--u1): Optimize the memq case directly.
2202 Don't handle neither self-quoting nor and/or patterns any more.
2203 * emacs-lisp/pcase.el (pcase-defmacro): New macro.
2204 (pcase--macroexpand): New function.
2205 (pcase--expand): Use it.
2206 * emacs-lisp/pcase.el (pcase--app-subst-match, pcase--app-subst-rest):
2207 New optimization functions.
2208 (pcase--u1): Add support for `quote' and `app'.
2209 (pcase): Document them in the docstring.
2210
2211 2014-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
2212
2213 Use lexical-bindin in Ibuffer.
2214 * ibuffer.el (ibuffer-do-toggle-read-only): `arg' is unused.
2215 (ibuffer-compile-format): Simplify.
2216 (ibuffer-clear-summary-columns): Simplify.
2217 * ibuf-ext.el (ibuffer-generate-filter-groups): Don't use the third
2218 elem of dotimes when we don't refer to the iteration var from it.
2219 (ibuffer-toggle-sorting-mode): Avoid add-to-list.
2220 * ibuf-macs.el (define-ibuffer-column, define-ibuffer-op):
2221 Silence byte-compiler.
2222
2223 2014-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
2224
2225 * font-lock.el (font-lock-compile-keyword): Don't confuse a lambda
2226 expression for a list.
2227
2228 * emacs-lisp/bytecomp.el (byte-compile-lambda): Don't add fundoc usage
2229 for functions with no arguments.
2230
2231 * mpc.el (mpc-data-directory): Use locate-user-emacs-file.
2232 (mpc-volume-refresh): Make sure the corresponding header-line is updated.
2233
2234 2014-09-17 Tom Willemse <tom@ryuslash.org> (tiny change)
2235
2236 * simple.el (clone-indirect-buffer): Mention the return value
2237 (bug#18478).
2238
2239 * progmodes/prog-mode.el (prog-mode-hook): Replace reference to
2240 Text mode in docstring (bug#18464).
2241
2242 2014-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
2243
2244 * progmodes/perl-mode.el (perl-syntax-propertize-function):
2245 Accept underscores in identifiers after "sub" (bug#18502).
2246
2247 2014-09-21 Tassilo Horn <tsdh@gnu.org>
2248
2249 * textmodes/reftex-sel.el (reftex-select-label-mode)
2250 (reftex-select-bib-mode, reftex-insert-docstruct): Derive modes
2251 from special-mode (instead of fundamental-mode) and propertize
2252 with font-lock-face instead of just face. (Bug#18496)
2253
2254 * textmodes/reftex-toc.el (reftex-toc-mode, reftex-toc): Ditto.
2255
2256 2014-09-19 Dmitry Gutov <dgutov@yandex.ru>
2257
2258 * emacs-lisp/lisp.el (lisp-completion-at-point): Only calculate
2259 `table-etc' when `end' is non-nil.
2260 (lisp-completion-at-point): Move `end' back if it's after quote.
2261 If in comment or string, only complete when after backquote.
2262 (Bug#18265)
2263 (lisp-completion-at-point): Don't use
2264 `lisp--local-variables-completion-table' in the
2265 `lisp--form-quoted-p' case.
2266
2267 2014-09-19 Dmitry Gutov <dgutov@yandex.ru>
2268
2269 * emacs-lisp/lisp.el (lisp--expect-function-p)
2270 (lisp--form-quoted-p): New functions.
2271 (lisp-completion-at-point): Use them to see if we're completing a
2272 variable reference, a function name, or just any symbol.
2273 http://lists.gnu.org/archive/html/emacs-devel/2014-02/msg00229.html
2274
2275 2014-09-18 Ivan Kanis <ivan@kanis.fr>
2276
2277 * net/shr.el, net/eww.el: Don't override `shr-width', but
2278 introduce a new variable `shr-internal-width'. This allows users
2279 to specify a width themselves.
2280
2281 2014-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
2282
2283 * image-mode.el (image-toggle-display-image): If we have a
2284 `fit-width' or a `fit-height', don't limit the size of the image
2285 to the window size, because that doesn't preserve the aspect ratio.
2286 * image-mode.el: Move defvars earlier to avoid a byte-compilation
2287 warning.
2288
2289 2014-09-17 Reuben Thomas <rrt@sc3d.org>
2290
2291 * progmodes/js.el: Add interpreter-mode-alist support for various
2292 JavaScript interpreters.
2293
2294 2014-09-17 Paul Eggert <eggert@cs.ucla.edu>
2295
2296 Don't assume 'grep' supports GREP_OPTIONS.
2297 The GREP_OPTIONS environment variable is planned to be marked
2298 obsolescent in GNU grep, due to problems in its use, so stop
2299 relying on it.
2300 * progmodes/grep.el (grep-highlight-matches): Document this.
2301 (grep-process-setup): Do not set GREP_OPTIONS.
2302 (grep-compute-defaults): Use an explicit --color option if supported.
2303
2304 2014-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
2305
2306 * msb.el (msb--make-keymap-menu, msb-menu-bar-update-buffers):
2307 Don't add outdated key-shortcut cache (bug#18482).
2308
2309 2014-09-15 Glenn Morris <rgm@gnu.org>
2310
2311 * image.el (image-multi-frame-p): Fix thinko - do not force
2312 a delay if none was specified. (Bug#18334)
2313
2314 2014-09-15 Kan-Ru Chen <kanru@kanru.info>
2315
2316 * window.el (fit-window-to-buffer): Doc fix.
2317
2318 2014-09-15 Ivan Shmakov <ivan@siamics.net>
2319
2320 * desktop.el (desktop-create-buffer): Check that buffers are still live
2321 before burying them (bug#18373).
2322
2323 2014-09-15 Glenn Morris <rgm@gnu.org>
2324
2325 * calendar/diary-lib.el (diary-list-entries):
2326 Restore 24.3 display behavior. (Bug#18381)
2327
2328 2014-09-15 Eli Zaretskii <eliz@gnu.org>
2329
2330 * mouse.el (mouse-drag-line): On text-mode frames, count the mode
2331 line and header line as 1 pixel. This fixes the 1-"pixel" (row)
2332 discrepancy between window-pixel-edges and mouse events, and
2333 avoids moving mode line up when the mouse click is on the modeline
2334 and no drag is attempted.
2335
2336 2014-09-14 Daniel Colascione <dancol@dancol.org>
2337
2338 * register.el (insert-register): Change default interactive
2339 insertion mode.
2340
2341 2014-09-14 Michael Albinus <michael.albinus@gmx.de>
2342
2343 * net/tramp-cache.el (tramp-flush-file-function): Simplify check.
2344 Suppress debug messages.
2345
2346 * net/tramp.el (tramp-file-name-handler):
2347 * net/tramp-gvfs.el (tramp-gvfs-url-file-name): Apply `cons' where
2348 appropriate.
2349
2350 2014-09-13 Christopher Schmidt <ch@ristopher.com>
2351
2352 * calendar/calendar.el (calendar-update-mode-line):
2353 Do not overwrite mode-line-format if calendar-mode-line-format is
2354 nil. (Bug#18467)
2355
2356 2014-09-13 Leo Liu <sdl.web@gmail.com>
2357
2358 * emacs-lisp/pcase.el (pcase--dontwarn-upats): New var.
2359 (pcase--expand): Use it.
2360 (pcase-exhaustive): New macro. (Bug#16567)
2361
2362 * emacs-lisp/lisp-mode.el (lisp-el-font-lock-keywords-2):
2363 Add pcase-exhaustive.
2364
2365 2014-09-13 Eli Zaretskii <eliz@gnu.org>
2366
2367 * mail/rmailmm.el (rmail-mime-insert-html): Decode the HTML part
2368 using the specified transfer-encoding, if any, or 'undecided'.
2369 (rmail-mime-render-html-shr): Bind shr-width to nil, so lines are
2370 broken at the window margin.
2371
2372 2013-12-27 Ken Olum <kdo@cosmos.phy.tufts.edu>
2373
2374 Support rendering of HTML parts in Rmail (bug#4258).
2375 * mail/rmailmm.el (rmail-mime-process): Handle text/html
2376 separately from other text/ types. Suppress tagline for
2377 multipart body.
2378 (rmail-mime-parse): Don't change visibility of tagline here.
2379 (rmail-mime-set-bulk-data, rmail-mime-insert-bulk):
2380 Handle text/html specially.
2381 (rmail-mime-render-html-function,rmail-mime-prefer-html): New variables.
2382 (rmail-mime-insert-html, rmail-mime-render-html-shr)
2383 (rmail-mime-render-html-lynx): New functions.
2384 (rmail-mime-fix-inserted-faces): New function.
2385 (rmail-mime-process-multipart): Find the best part to show
2386 following rmail-mime-prefer-html if set.
2387 (rmail-mime-searching): New variable.
2388 (rmail-search-mime-message): Bind rmail-mime-searching to
2389 suppress rendering while searching.
2390
2391 2014-09-12 Sam Steingold <sds@gnu.org>
2392
2393 * progmodes/sql.el (sql-product-alist): Add vertica.
2394 (sql-vertica-program, sql-vertica-options)
2395 (sql-vertica-login-params, sql-comint-vertica, sql-vertica):
2396 New functions and variables to support Vertica.
2397 Inspired by code by Roman Scherer <roman@burningswell.com>.
2398
2399 2014-09-11 Paul Eggert <eggert@cs.ucla.edu>
2400
2401 * ses.el (ses-file-format-extend-parameter-list): Rename from
2402 ses-file-format-extend-paramter-list, to correct a misspelling.
2403 All uses changed.
2404
2405 2014-09-10 Alan Mackenzie <acm@muc.de>
2406
2407 CC Mode: revert recent changes and fix bug 17463 (cc-langs.elc
2408 gets loaded at run-time).
2409 * progmodes/cc-langs.el (c-no-parens-syntax-table): Rename the
2410 c-lang-const to c-make-no-parens-syntax-table and correct the
2411 logic.
2412 (c-no-parens-syntax-table): Correct the logic of the
2413 c-lang-defvar.
2414
2415 2014-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
2416
2417 CC-mode: Set open-paren-in-column-0-is-defun-start to nil;
2418 plus misc cleanup.
2419 * progmodes/cc-mode.el (c-basic-common-init):
2420 Set open-paren-in-column-0-is-defun-start.
2421 (adaptive-fill-first-line-regexp, font-lock-syntactic-keywords):
2422 Remove declarations, unused.
2423 (run-mode-hooks): Remove declaration.
2424 (font-lock-defaults): Use plain `defvar' to declare.
2425 (c-run-mode-hooks): Test existence of run-mode-hooks with fboundp.
2426 * progmodes/cc-langs.el (c-filter-ops): Avoid `setq'.
2427 (c-make-mode-syntax-table): Don't micro-optimize.
2428 (c-keywords, c-keyword-member-alist): Simplify.
2429 (c-kwds-lang-consts): Don't eval at compile-time.
2430 (c-primary-expr-regexp): Comment out unused vars.
2431 * progmodes/cc-fonts.el (c-font-lock-context): Declare at top-level.
2432 (c-font-byte-compile): New var.
2433 (c--compile): New function. Use it instead of `byte-compile'.
2434 (c-cpp-matchers): Quote the value returned by
2435 `c-make-syntactic-matcher' in case it's not self-evaluating.
2436 (c-basic-matchers-before): Avoid a plain MATCHER as keyword, wrap it in
2437 parentheses instead (in case MATCHER happens to be a list).
2438 (c-font-lock-enum-tail): Remove unused var `start'.
2439 (c-font-lock-objc-methods): Silence byte-compiler warnings.
2440 * progmodes/cc-engine.el (c-syntactic-re-search-forward): Sink an `if'
2441 test into an argument.
2442 * progmodes/cc-defs.el (c-point, c-major-mode-is, c-put-char-property)
2443 (c-get-char-property): Don't use `eval' just to unquote a constant.
2444 (c-use-extents): Remove. Use (featurep 'xemacs), compiled
2445 more efficiently.
2446 (c-put-char-property-fun): Don't call `byte-compile' by hand.
2447 (c-clear-char-property, c-clear-char-properties): Check that `property'
2448 is a quoted constant.
2449 (c-emacs-features): Remove `infodock', `syntax-properties', and
2450 `pps-extended-state' (never used), `8-bit' and `1-bit' (use (featurep
2451 'xemacs) instead). Use `with-temp-buffer' and let-bind vars after
2452 changing buffer, so we don't have to setq them again afterwards.
2453 (c-lang-const): Remove redundant symbolp assertions.
2454 (c-find-assignment-for-mode): Use `or'.
2455 * Makefile.in (compile-one-process): Remove cc-mode dependency.
2456
2457 2014-09-09 Sam Steingold <sds@gnu.org>
2458
2459 * progmodes/sql.el (sql-default-directory): Fix type annotation.
2460
2461 2014-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
2462
2463 * progmodes/cc-awk.el: Remove unneeded cc-bytecomp use.
2464 Change doc comments into docstrings.
2465 * Makefile.in: Remove cc-awk dependency.
2466
2467 2014-09-08 Sam Steingold <sds@gnu.org>
2468
2469 * progmodes/sql.el (sql-send-line-and-next): New command,
2470 bound to C-c C-n.
2471 (sql-show-sqli-buffer): Display the buffer instead of its name and
2472 bind the command to C-c C-z.
2473 (sql-default-directory): New user option.
2474 (sql-product-interactive): Bind `default-directory' to it to
2475 enable remote connections using Tramp.
2476 (sql-set-sqli-buffer): Call `sql-product-interactive' when no
2477 suitable buffer is available.
2478
2479 2014-09-08 Glenn Morris <rgm@gnu.org>
2480
2481 * calendar/calendar.el (calendar-basic-setup):
2482 Fix calendar-view-holidays-initially-flag and fancy display.
2483 * calendar/diary-lib.el (diary-live-p): Doc fix.
2484
2485 * calendar/calendar.el (calendar-basic-setup):
2486 Avoid clobbering calendar with diary. (Bug#18381)
2487
2488 2014-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
2489
2490 * vc/vc-dir.el (vc-dir-update): Don't burp in corner case.
2491
2492 2014-09-08 Lars Ljung <lars@matholka.se> (tiny change)
2493
2494 * isearch.el (isearch-yank-word-or-char): Obey superword-mode
2495 as well (bug#18400).
2496
2497 2014-09-08 Eli Zaretskii <eliz@gnu.org>
2498
2499 * subr.el (posn-actual-col-row): Doc fix. (Bug#18385)
2500
2501 2014-09-06 Leo Liu <sdl.web@gmail.com>
2502
2503 * emacs-lisp/pcase.el (pcase): Doc fix.
2504 (pcase--split-vector): New function.
2505 (pcase--q1): Support vector qpattern. (Bug#18327)
2506
2507 2014-09-05 Sam Steingold <sds@gnu.org>
2508
2509 * textmodes/tex-mode.el (tex-print-file-extension): New user
2510 option.
2511 (tex-print): Use it instead of the hard-coded string.
2512
2513 2014-09-05 Michael Albinus <michael.albinus@gmx.de>
2514
2515 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
2516 Expand `default-directory'.
2517
2518 2014-09-05 Martin Rudalics <rudalics@gmx.at>
2519
2520 * scroll-bar.el (horizontal-scroll-bars-available-p):
2521 New function.
2522 (horizontal-scroll-bar-mode): Rewrite using
2523 horizontal-scroll-bars-available-p.
2524 * menu-bar.el (menu-bar-showhide-scroll-bar-menu): Rewrite using
2525 horizontal-scroll-bars-available-p.
2526
2527 2014-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
2528
2529 * subr.el (call-process-shell-command, process-file-shell-command):
2530 Make the `args' obsolete (bug#18409).
2531 (start-process-shell-command, start-file-process-shell-command):
2532 Use `declare'.
2533
2534 2014-09-05 Jay Belanger <jay.p.belanger@gmail.com>
2535
2536 * calc/calc-forms.el (math-normalize-hms): Do a better check for
2537 "negative" hms forms.
2538
2539 2014-09-04 Rasmus Pank Roulund <emacs@pank.eu>
2540
2541 * vc/vc-git.el (vc-git-conflicted-files): Fix bug when git status
2542 returns nil (bug#18391).
2543
2544 2014-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
2545
2546 * emacs-lisp/eldoc.el (eldoc-function-argstring): Don't strip
2547 terminating paren (bug#18352).
2548 (eldoc-last-data-store): Return cached data.
2549 (eldoc-get-var-docstring): Avoid setq.
2550 (eldoc-get-fnsym-args-string): Clarify data flow.
2551
2552 2014-09-04 Thierry Volpiatto <thierry.volpiatto@gmail.com>
2553
2554 * emacs-lisp/eldoc.el (eldoc-highlight-function-argument): Handle the
2555 case where we're currently providing part of the &rest arg after some
2556 &key args, as in define-ibuffer-op (bug#18048).
2557
2558 2014-09-03 Stefan Monnier <monnier@iro.umontreal.ca>
2559
2560 * progmodes/which-func.el (which-func-ff-hook): Obey pre-existing
2561 buffer-local setting of which-func-mode.
2562 (which-func-mode): Use defvar-local.
2563 (which-function-mode): Don't reset which-func-mode in each buffer since
2564 it might have been set by someone else.
2565 (which-func-update-ediff-windows): Check which-function-mode.
2566
2567 2014-09-03 Martin Rudalics <rudalics@gmx.at>
2568
2569 * frame.el (frame-initialize): Remove horizontal-scroll-bars
2570 from frame-initial-frame-alist.
2571 * scroll-bar.el (previous-horizontal-scroll-bar-mode)
2572 (horizontal-scroll-bar-mode-explicit)
2573 (set-horizontal-scroll-bar-mode, get-horizontal-scroll-bar-mode)
2574 (toggle-horizontal-scroll-bar): Remove.
2575 (horizontal-scroll-bar-mode): Remove defcustom.
2576 (horizontal-scroll-bar-mode): Fix doc-string.
2577 (scroll-bar-toolkit-scroll)
2578 (scroll-bar-toolkit-horizontal-scroll): Add doc-strings stubs.
2579
2580 2014-09-03 Stefan Monnier <monnier@iro.umontreal.ca>
2581
2582 * emacs-lisp/package.el (package-generate-description-file):
2583 Properly quote the arguments (bug#18332). Change second arg.
2584 (package--alist-to-plist-args): Rename from package--alist-to-plist and
2585 quote the elements.
2586 (package--make-autoloads-and-stuff): Fix the test for pre-existence of
2587 the *-pkg.el file. Adjust to new calling convention of
2588 package-generate-description-file.
2589
2590 * progmodes/gud.el (gud-gdb-completion-at-point): Add hack (bug#18282).
2591 (gud-gdb-completions): Remove obsolete workaround.
2592
2593 2014-09-03 Eli Zaretskii <eliz@gnu.org>
2594
2595 * subr.el (posn-col-row): Revert the change from commit
2596 2010-11-13T21:07:58Z!eliz@gnu.org, which
2597 was inadvertently merged from emacs-23 release branch in 2010-11-18T03:54:14Z!monnier@iro.umontreal.ca
2598 monnier@iro.umontreal.ca-20101118035414-yvlg7k7dk4k4l3q, and
2599 introduced an off-by-one error in the reported row when there is a
2600 header line. (Bug#18384)
2601
2602 2014-09-03 Fabián Ezequiel Gallina <fgallina@gnu.org>
2603
2604 * progmodes/python.el (python-indent-post-self-insert-function):
2605 Avoid electric colon at beginning-of-defun. (Bug#18228)
2606
2607 2014-09-03 Glenn Morris <rgm@gnu.org>
2608
2609 * tutorial.el (tutorial--display-changes):
2610 Fix 2014-08-01 change. (Bug#18382)
2611
2612 2014-09-03 Ken Brown <kbrown@cornell.edu>
2613
2614 * startup.el (fancy-splash-frame): Extend the fix for Bug#16014 to
2615 the Cygwin-w32 build. (Bug#18347)
2616
2617 2014-09-03 Glenn Morris <rgm@gnu.org>
2618
2619 * tar-mode.el (tar--extract, tar-extract):
2620 Avoid permanently disabling undo in extracted buffers. (Bug#18344)
2621
2622 2014-09-03 Stefan Monnier <monnier@iro.umontreal.ca>
2623
2624 * progmodes/sh-script.el (sh-font-lock-quoted-subshell): Try to better
2625 handle multiline elements (bug#18380).
2626
2627 2014-09-01 Eli Zaretskii <eliz@gnu.org>
2628
2629 * ls-lisp.el (ls-lisp-use-string-collate)
2630 (ls-lisp-UCA-like-collation): New defcustoms.
2631 (ls-lisp-string-lessp): Use them to control sorting by file
2632 names. (Bug#18051)
2633 (ls-lisp-version-lessp): New function.
2634 (ls-lisp-handle-switches): Use it to implement the -v switch of
2635 GNU ls.
2636 (ls-lisp--insert-directory): Mention the -v switch in the doc string.
2637
2638 2014-08-31 Christoph Scholtes <cschol2112@gmail.com>
2639
2640 * ibuffer.el: Replace mode-specific quit function with
2641 `quit-window' via `special-mode'.
2642 (ibuffer-mode-map): Use keybindings from special-mode-map instead
2643 of local overrides.
2644 (ibuffer): Don't store previous windows configuration.
2645 Let `quit-window' handle restoring.
2646 (ibuffer-quit): Remove function. Use `quit-window' instead.
2647 (ibuffer-restore-window-config-on-quit): Remove variable.
2648 (ibuffer-prev-window-config): Remove variable.
2649
2650 2014-08-29 Michael Heerdegen <michael_heerdegen@web.de>
2651
2652 * emacs-lisp/easy-mmode.el (define-minor-mode): Use mode function
2653 name instead of variable name in hook docstring. (Bug#18349)
2654
2655 2014-08-29 Martin Rudalics <rudalics@gmx.at>
2656
2657 * window.el (display-buffer-at-bottom): Prefer bottom-left
2658 window to other bottom windows. Reuse a bottom window if it
2659 shows the buffer already. Suggested by Juri Linkov
2660 <juri@jurta.org> in discussion of (Bug#18181).
2661
2662 2014-08-29 Leo Liu <sdl.web@gmail.com>
2663
2664 * files.el (minibuffer-with-setup-hook): Allow (:append FUN) to
2665 append to minibuffer-setup-hook. (Bug#18341)
2666
2667 2014-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
2668
2669 * progmodes/cc-defs.el: Expose c-lanf-defconst's expressions to the
2670 byte-compiler.
2671 (lookup-syntax-properties): Silence byte-compiler.
2672 (c-lang-defconst): Quote the code with `lambda' rather than with
2673 `quote'.
2674 (c-lang-const): Avoid unneeded setq.
2675 (c-lang-constants-under-evaluation): Add docstring.
2676 (c-lang--novalue): New constant.
2677 (c-find-assignment-for-mode): Use it instead of c-lang-constants.
2678 (c-get-lang-constant): Same here.
2679 Get the mode's value using `funcall' now that the code is quoted
2680 with `lambda'.
2681
2682 2014-08-28 Michael Albinus <michael.albinus@gmx.de>
2683
2684 * net/tramp.el (tramp-handle-shell-command): Use `display-buffer'.
2685 (Bug#18326)
2686
2687 2014-08-28 Martin Rudalics <rudalics@gmx.at>
2688
2689 * scroll-bar.el (scroll-bar-horizontal-drag-1): Handle new
2690 interpretation of `portion-whole'.
2691
2692 2014-08-28 Michael Albinus <michael.albinus@gmx.de>
2693
2694 * net/tramp-adb.el: Spell author name correctly.
2695
2696 2014-08-28 João Távora <joaotavora@gmail.com>
2697
2698 * net/shr.el (shr-expand-url): Plain expand-file-name is not enough;
2699 use url-expand-file-name. (Bug#18310)
2700
2701 2014-08-28 Glenn Morris <rgm@gnu.org>
2702
2703 * emulation/cua-rect.el (cua--highlight-rectangle):
2704 Avoid error at point-min. (Bug#18309)
2705
2706 2014-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
2707
2708 * progmodes/python.el (python-shell-prompt-detect): Remove redundant
2709 executable-find (bug#18244).
2710
2711 * simple.el (self-insert-uses-region-functions): Defvar.
2712
2713 2014-08-28 Glenn Morris <rgm@gnu.org>
2714
2715 * subr.el (remq): Revert 2014-08-25 doc change (not always true).
2716
2717 2014-08-27 Dmitry Antipov <dmantipov@yandex.ru>
2718
2719 * startup.el (normal-top-level): Now use internal--top-level-message.
2720
2721 2014-08-26 Dmitry Antipov <dmantipov@yandex.ru>
2722
2723 * startup.el (normal-top-level): Use top-level-message.
2724
2725 2014-08-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
2726
2727 * net/shr.el (shr-copy-url): Encode copied URL to avoid getting
2728 URLs containing spaces and the like.
2729
2730 2014-08-25 Christoph Scholtes <cschol2112@gmail.com>
2731
2732 * subr.el (remq): Fix docstring (Bug#18253).
2733
2734 2014-08-25 Christoph Scholtes <cschol2112@gmail.com>
2735
2736 * replace.el (query-replace): Fix typo in docstring (Bug#18320).
2737
2738 2014-08-24 Alan Mackenzie <acm@muc.de>
2739
2740 Handle C++11's "auto" and "decltype" constructions.
2741 * progmodes/cc-engine.el (c-forward-type): Enhance to recognise
2742 and return 'decltype.
2743 (c-forward-decl-or-cast-1): New let variables backup-kwd-sym,
2744 prev-kwd-sym, new-style-auto. Enhance to handle the new "auto"
2745 keyword.
2746 * progmodes/cc-fonts.el (c-font-lock-declarations): Handle the
2747 "decltype" keyword.
2748 (c-font-lock-c++-new): Handle "decltype" constructions.
2749 * progmodes/cc-langs.el (c-auto-ops, c-auto-ops-re):
2750 New c-lang-defconsts/defvars.
2751 (c-haskell-op, c-haskell-op-re): New c-lang-defconsts/defvars.
2752 (c-typeof-kwds, c-typeof-key): New c-lang-defconsts/defvars.
2753 (c-typeless-decl-kwds): Append "auto" onto the C++ value.
2754 (c-not-decl-init-keywords): Also exclude c-typeof-kwds from value.
2755
2756 Make ">>" act as double template ender in C++ Mode. Fix
2757 bug#11386.
2758 * progmodes/cc-langs.el (c->-op-cont-tokens): New lang-const split
2759 off from c->-op-cont-re.
2760 (c->-op-cont-tokens): Change to use the above.
2761 (c->-op-without->-cont-regexp): New lang-const.
2762 * progmodes/cc-engine.el (c-forward-<>-arglist-recur):
2763 Use c->-op-without->-cont-regexp in place of c->-op-cont-tokens.
2764
2765
2766 2014-08-23 Alan Mackenzie <acm@muc.de>
2767
2768 * progmodes/cc-fonts.el (c-font-lock-declarators): Fix infinite
2769 loop, bug #18306. The bug was introduced on 2014-08-02.
2770
2771 2014-08-21 Eli Zaretskii <eliz@gnu.org>
2772
2773 * textmodes/texnfo-upd.el (texinfo-specific-section-type):
2774 Don't recognize a Top node if there are other sectioning commands
2775 earlier in the Texinfo file. This fixes a bug in
2776 texinfo-make-menu and avoids inflooping in
2777 texinfo-all-menus-update when they are invoked on texinfo.texi.
2778
2779 2014-08-21 Martin Rudalics <rudalics@gmx.at>
2780
2781 * window.el (window--side-window-p): New function.
2782 (split-window, window-splittable-p): Use window--side-window-p to
2783 determine whether WINDOW can be split (Bug#18304).
2784 * calendar/calendar.el (calendar-basic-setup): Fix one call of
2785 `window-splittable-p' and add another (Bug#18304).
2786
2787 2014-08-20 Sam Steingold <sds@gnu.org>
2788
2789 * progmodes/python.el (python-new-pythonpath): Extract from
2790 `python-shell-calculate-process-environment'.
2791
2792 2014-08-18 Thierry Volpiatto <thierry.volpiatto@gmail.com>
2793
2794 * emacs-lisp/eldoc.el (eldoc-highlight-function-argument): Add support
2795 for &key args (bug#18048).
2796
2797 2014-08-18 Stefan Monnier <monnier@iro.umontreal.ca>
2798
2799 * emacs-lisp/eldoc.el (eldoc-argument-case): Obsolete and change default.
2800 (eldoc-function-argstring-format): Remove.
2801 (eldoc-function-argstring): Always return upcase args.
2802 Use help-make-usage. Don't add parens.
2803 (eldoc-get-fnsym-args-string): Don't obey eldoc-argument-case since
2804 it's too late to do it right (bug#18048).
2805
2806 2014-08-18 Eli Zaretskii <eliz@gnu.org>
2807
2808 * scroll-bar.el (scroll-bar-horizontal-drag-1)
2809 (scroll-bar-toolkit-horizontal-scroll): When determining the
2810 paragraph direction, use the buffer of the window designated in
2811 the event.
2812
2813 2014-08-16 Andreas Schwab <schwab@linux-m68k.org>
2814
2815 * vc/diff-mode.el (diff-fixup-modifs): Handle empty line in
2816 context of unified diff.
2817
2818 2014-08-16 Paul Eggert <eggert@cs.ucla.edu>
2819
2820 Add dependencies to fix loaddefs race during parallel builds.
2821 Without this, for example, 'make -j bootstrap' can fail and report
2822 "Opening input file: no such file or directory,
2823 .../lisp/calendar/diary-loaddefs.el ... recipe for target
2824 'calendar/hol-loaddefs.el' failed", where the hol-loaddefs.el rule
2825 got confused because diary-loaddefs.el was being built in parallel.
2826 * Makefile.in ($(CAL_DIR)/diary-loaddefs.el):
2827 Depend on $(CAL_DIR)/cal-loaddefs.el.
2828 ($(CAL_DIR)/hol-loaddefs.el): Depend on $(CAL_DIR)/diary-loaddefs.el.
2829
2830 2014-08-16 Martin Rudalics <rudalics@gmx.at>
2831
2832 * scroll-bar.el (scroll-bar-horizontal-drag-1): Use cdr of
2833 portion-whole for scrolling right-to-left text.
2834
2835 2014-08-15 Leo Liu <sdl.web@gmail.com>
2836
2837 * speedbar.el (speedbar-generic-list-tag-p): Allow special
2838 elements from imenu.
2839
2840 2014-08-15 Glenn Morris <rgm@gnu.org>
2841
2842 * subr.el (with-output-to-temp-buffer): Doc fix; from elisp manual.
2843
2844 2014-08-13 Jan Nieuwenhuizen <janneke@gnu.org>
2845
2846 * progmodes/compile.el (compilation-error-regexp-alist-alist):
2847 Add Guile regexpses.
2848
2849 2014-08-13 Jan Nieuwenhuizen <janneke@gnu.org>
2850
2851 * progmodes/gud.el (guiler): New function. Starts the Guile REPL;
2852 add Guile debugger support for GUD.
2853
2854 2014-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
2855
2856 * obsolete/mouse-sel.el (mouse-sel-mode): Use add/remove-function.
2857 (mouse-sel--ignore): New function.
2858 (mouse-sel-has-been-enabled, mouse-sel-original-bindings)
2859 (mouse-sel-original-interprogram-cut-function)
2860 (mouse-sel-original-interprogram-paste-function): Remove.
2861
2862 2014-08-13 Eric S. Raymond <esr@thyrsus.com>
2863
2864 * vc/vc-git.el (vc-git-resolve-when-done): New function.
2865 Call "git add" when there are no longer conflict markers.
2866
2867 2014-08-13 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
2868
2869 * vc/vc-git.el (vc-git-find-file-hook): New function.
2870 Adds support for calling smerge (and resolve) on a conflicted file.
2871 (vc-git-conflicted-files): New function.
2872 Useful in itself and a step towards better smerge support.
2873
2874 2014-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
2875
2876 * mpc.el (mpc-reorder): Don't bother splitting the "active" elements
2877 to the first part if they're the same as the selection.
2878
2879 2014-08-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
2880
2881 * image-mode.el (image-transform-reset): New command and menu item.
2882 (image-mode-map): Rearrange the menu items to put presumably more
2883 obscure items at the end.
2884
2885 2014-08-12 Juri Linkov <juri@jurta.org>
2886
2887 * vc/vc-annotate.el (vc-annotate-background-mode):
2888 Use `with-demoted-errors' instead of `ignore-errors'. (Bug#18189)
2889
2890 2014-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
2891
2892 * files.el (out-of-memory-warning-percentage): Turn it off by default.
2893
2894 2014-08-11 Sam Steingold <sds@gnu.org>
2895
2896 * textmodes/sgml-mode.el (sgml-validate-command): Set depending on
2897 the presence of known validators (tidy, (o)nsgmls).
2898
2899 2014-08-11 Ulf Jasper <ulf.jasper@web.de>
2900
2901 Newsticker: introduce `newsticker-treeview-date-format'. (Bug#17227)
2902
2903 * net/newst-treeview.el (newsticker-treeview-date-format): New.
2904 (newsticker--treeview-list-add-item): Use `newsticker-treeview-date-format'.
2905
2906 2014-08-11 Glenn Morris <rgm@gnu.org>
2907
2908 * files.el (basic-save-buffer-2): Revert 2013-01-31 change, which
2909 chose coding system for writing before backing up, since it causes
2910 a more serious problem than the one it solves. (Closes Bug#18141,
2911 reopens Bug#13522.)
2912
2913 2014-08-11 Martin Rudalics <rudalics@gmx.at>
2914
2915 * window.el (window-total-size): Make doc-string more self-contained.
2916
2917 * window.el (display-buffer-below-selected): Restore original
2918 behavior if buffer is already displayed in the window below the
2919 selected one (Bug#18181).
2920
2921 2014-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
2922
2923 * mouse.el (mouse--down-1-maybe-follows-link): Don't convert the down
2924 event (bug#18212).
2925
2926 2014-08-11 Eli Zaretskii <eliz@gnu.org>
2927
2928 * info.el (info): Doc fix.
2929
2930 2014-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
2931
2932 * info.el (Info-mode-map): Override a global down-mouse-2 binding
2933 (bug#18212).
2934
2935 2014-08-11 Eli Zaretskii <eliz@gnu.org>
2936
2937 * simple.el (default-line-height): A floating-point value of
2938 line-spacing means a fraction of the default frame font's height,
2939 not of the font currently used by the 'default' face.
2940 Truncate the pixel value, like the display engine does.
2941 (window-screen-lines): Use window-inside-pixel-edges for
2942 determining the window height in pixels. (Bug#18195)
2943
2944 2014-08-11 Grégoire Jadi <daimrod@gmail.com>
2945
2946 * leim/quail/latin-post.el: Transform " __" into " _". (Bug#18023)
2947
2948 2014-08-10 Ulf Jasper <ulf.jasper@web.de>
2949
2950 Enumerate evaluated sexp diary entries (Bug#7911).
2951 * calendar/icalendar.el (icalendar-export-sexp-enumerate-all)
2952 (icalendar-export-sexp-enumeration-days): New.
2953 (icalendar-export-region): Now `icalendar--convert-to-ical'
2954 returns a cons cell or a list of cons cells.
2955 (icalendar--convert-to-ical): Take care of
2956 `icalendar-export-sexp-enumerate-all'. Return (a list of) cons cells.
2957 (icalendar--convert-ordinary-to-ical)
2958 (icalendar--convert-weekly-to-ical, icalendar--convert-yearly-to-ical)
2959 (icalendar--convert-block-to-ical, icalendar--convert-block-to-ical)
2960 (icalendar--convert-float-to-ical, icalendar--convert-cyclic-to-ical)
2961 (icalendar--convert-anniversary-to-ical): Return cons cell.
2962 (icalendar--convert-sexp-to-ical): Enumerate evaluated sexp
2963 entries. Return (list of) cons cells.
2964
2965 2014-08-09 Juri Linkov <juri@jurta.org>
2966
2967 * vc/vc-annotate.el (vc-annotate-background-mode): Add :set
2968 to reevaluate `vc-annotate-color-map'. (Bug#18189)
2969
2970 2014-08-09 Alan Mackenzie <acm@muc.de>
2971
2972 * progmodes/cc-fonts.el (c-font-lock-declarators): Remove check
2973 for top-level that can cause unacceptable slow-down in scrolling.
2974 See email Subject: Huge {...} blocks in C/C++ again, from Dmitry
2975 Antipov from 2013-10-14 in emacs-devel.
2976
2977 2014-08-08 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
2978
2979 * ibuffer.el (ibuffer-mode-map): Use toggle button for
2980 `ibuffer-auto-mode' menu entry.
2981 (ibuffer-mode-hook): Add `ibuffer-auto-mode' customization option.
2982
2983 2014-08-08 Matthias Meulien <orontee@gmail.com>
2984
2985 * progmodes/prog-mode.el (prog-mode-hook): Make customizable.
2986 (Bug#16394)
2987
2988 2014-08-07 Martin Rudalics <rudalics@gmx.at>
2989
2990 * window.el (window--min-size-1): Explicitly set WINDOW arg in
2991 calls of window-min-pixel-height and window-min-pixel-width.
2992
2993 2014-08-07 Reuben Thomas <rrt@sc3d.org>
2994
2995 * progmodes/ada-mode.el:
2996 * net/tramp.el (tramp-handle-file-symlink-p):
2997 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Remove a comment
2998 about VMS, which we no longer support.
2999 * progmodes/ada-xref.el (ada-xref-current): Remove mention of VMS,
3000 and fix a FIXME, using convert-standard-filename in place of
3001 removed ada-convert-file-name.
3002
3003 2014-08-07 Eli Zaretskii <eliz@gnu.org>
3004
3005 * files.el (auto-mode-alist): Remove support for VMS from a pattern.
3006
3007 2014-08-07 Reuben Thomas <rrt@sc3d.org>
3008
3009 Refer to MS-DOS using the same name everywhere.
3010 * arc-mode.el, files.el, frame.el: ``MS-DOG'', ``MSDOG'' and
3011 ``msdog'' become ``MS-DOS''.
3012
3013 2014-08-07 Michael Albinus <michael.albinus@gmx.de>
3014
3015 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
3016 Use cached "remote-copy-args" value, if available. (Bug#18199)
3017
3018 2014-08-07 Leo Liu <sdl.web@gmail.com>
3019
3020 * help.el (temp-buffer-setup-hook,temp-buffer-show-hook):
3021 Revert change on 2014-03-22.
3022
3023 2014-08-06 Ulf Jasper <ulf.jasper@web.de>
3024
3025 * calendar/icalendar.el (icalendar--diarytime-to-isotime)
3026 (icalendar--convert-ordinary-to-ical): Allow for missing minutes
3027 (Bug#13750).
3028
3029
3030 2014-08-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
3031
3032 * image-mode.el (image-toggle-display-image): Always rescale images
3033 to not be bigger than the current window.
3034
3035 2014-08-05 Eric Brown <brown@fastmail.fm> (tiny change)
3036
3037 * net/eww.el (eww-bookmarks-directory): New variable.
3038 (eww-write-bookmarks): Use it.
3039 (eww-read-bookmarks): Ditto.
3040
3041 2014-08-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
3042
3043 * net/shr.el (shr-copy-url): Also copy the image URL.
3044
3045 2014-08-05 Michael Albinus <michael.albinus@gmx.de>
3046
3047 * net/tramp-cache.el (tramp-flush-file-function): Suppress function
3048 also for Tramp working buffers.
3049
3050 2014-08-04 Fabián Ezequiel Gallina <fgallina@gnu.org>
3051
3052 * progmodes/python.el: Fix completions inside (i)pdb.
3053 (python-shell-completion-pdb-string-code): Make obsolete.
3054 (python-shell-completion-get-completions):
3055 Use python-shell-completion-string-code resending setup code
3056 continuously for (i)pdb.
3057
3058 2014-08-04 Paul Eggert <eggert@cs.ucla.edu>
3059
3060 * rect.el (rectangle--default-line-number-format): Rename
3061 from misspelled rectange--default-line-number-format (Bug#18045).
3062 All uses changed.
3063
3064 2014-08-03 Paul Eggert <eggert@cs.ucla.edu>
3065
3066 Don't mishandle year-9999 dates (Bug#18176).
3067 * calendar/parse-time.el (parse-time-rules):
3068 Allow years up to most-positive-fixnum.
3069 * calendar/time-date.el (date-to-time):
3070 Pass "Specified time is not representable" errors through.
3071
3072 2014-08-02 Fabián Ezequiel Gallina <fgallina@gnu.org>
3073
3074 * progmodes/python.el: Completion code cleanups.
3075 (python-shell-completion-get-completions): Detect and send import
3076 statements directly to completion function.
3077 (python-shell-completion-at-point): Simplify prompt calculation
3078 and import vs input completion logic.
3079
3080 2014-08-02 Alan Mackenzie <acm@muc.de>
3081
3082 Fix confusion in C++ file caused by comma in "= {1,2},".
3083 Bug #17756.
3084 * progmodes/cc-engine.el (c-beginning-of-statement-1): In checking
3085 for a statement boundary marked by "}", check there's no "="
3086 before the "{".
3087 (c-guess-basic-syntax CASE 9B): Call c-beginning-of-statement with
3088 non-nil `comma-delim' argument.
3089 * progmodes/cc-fonts.el (c-font-lock-declarators): Parse an
3090 initializer expression more accurately.
3091
3092 Correct loop termination condition in c-syntactic-skip-backward.
3093 * progmodes/cc-engine.el (c-syntactic-skip-backward): Correct for
3094 the situation where, after moving back out of a literal,
3095 skip-chars-backward doesn't move further, yet checks have still to
3096 be done.
3097
3098 2014-08-01 Eli Zaretskii <eliz@gnu.org>
3099
3100 * tutorial.el (tutorial--display-changes): Accept punctuation
3101 characters before the key binding. (Bug#18146)
3102
3103 2014-07-31 Fabián Ezequiel Gallina <fgallina@gnu.org>
3104
3105 * progmodes/python.el: Shell output capture enhancements.
3106 (python-shell-accept-process-output): New function.
3107 (inferior-python-mode)
3108 (python-shell-send-setup-code): Use it.
3109
3110 2014-07-30 Christophe Deleuze <christophe.deleuze@free.fr> (tiny change)
3111
3112 * calendar/icalendar.el (icalendar--decode-isodatetime):
3113 Use actual current-time-zone when converting to local time. (Bug#15408)
3114
3115 2014-07-29 Martin Rudalics <rudalics@gmx.at>
3116
3117 * window.el (window--state-put-2): Handle horizontal scroll
3118 bars, if present.
3119
3120 2014-07-29 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
3121
3122 * menu-bar.el (menu-bar-update-buffers): Update item list format
3123 in `buffers-menu' to confirm with changes to `get_keyelt'
3124 (r117463). (Bug#18016)
3125
3126 2014-07-28 Fabián Ezequiel Gallina <fgallina@gnu.org>
3127
3128 * progmodes/python.el (inferior-python-mode): Make input prompts
3129 read-only.
3130
3131 2014-07-28 Emilio C. Lopes <eclig@gmx.net>
3132
3133 * net/tramp-sh.el (tramp-get-remote-python): Also search for
3134 executables named "python2" or "python3".
3135 (tramp-get-remote-uid-with-python): Use parentheses around
3136 arguments to `print' to make it compatible with Python 3.
3137 (tramp-get-remote-gid-with-python): Ditto. (Bug#18118)
3138
3139 2014-07-28 Eli Zaretskii <eliz@gnu.org>
3140
3141 * window.el (window--pixel-to-total): Use FRAME's root window, not
3142 that of the selected frame. (Bug#18112, Bug#16674)
3143
3144 2014-07-28 Andreas Schwab <schwab@linux-m68k.org>
3145
3146 * textmodes/tex-mode.el (tex-font-lock-verb): Doc fix.
3147 (Bug#18117)
3148
3149 2014-07-28 Fabián Ezequiel Gallina <fgallina@gnu.org>
3150
3151 * progmodes/python.el (inferior-python-mode): Doc fix.
3152
3153 2014-07-28 Stephen Berman <stephen.berman@gmx.net>
3154
3155 * calendar/todo-mode.el (todo-edit-item--next-key): If next key is
3156 not a character, ignore it instead of raising an error.
3157
3158 * calendar/todo-mode.el: Fix handling of marked items and make
3159 minor code improvements.
3160 (todo-edit-item): If there are marked items, ensure user can only
3161 invoke editing commands that work with marked items.
3162 (todo-edit-item--text): When there are marked items, make it a
3163 noop if invoked with point not on an item; otherwise, ensure it
3164 applies only to item at point.
3165 (todo-item-undone): If there are marked not-done items, return
3166 point to its original position before signaling user error.
3167 (todo--user-error-if-marked-done-item): New function.
3168 (todo-edit-item--header, todo-edit-item--diary-inclusion)
3169 (todo-item-done): Use it.
3170
3171 2014-07-28 Glenn Morris <rgm@gnu.org>
3172
3173 * files.el (toggle-read-only): Re-add basic doc-string.
3174 * vc/vc-hooks.el (vc-toggle-read-only): Tweak obsolescence mesage.
3175
3176 * progmodes/prolog.el (prolog-mode-keybindings-edit):
3177 Replace missing `switch-to-prolog' with `run-prolog'.
3178 (switch-to-prolog): Define as (obsolete) alias, as in 23.4.
3179
3180 2014-07-28 Stephen Berman <stephen.berman@gmx.net>
3181
3182 * calendar/todo-mode.el (todo-set-top-priorities): Fix overwriting
3183 of file-wide setting when changing category-wide setting.
3184
3185 2014-07-28 Stephen Berman <stephen.berman@gmx.net>
3186
3187 * doc-view.el (doc-view-open-text): Don't require that the
3188 document is saved in a file (e.g., email attachment).
3189
3190 2014-07-28 Fabián Ezequiel Gallina <fgallina@gnu.org>
3191
3192 Parse completion input in a iPython friendly way. (Bug#18084)
3193 * progmodes/python.el
3194 (python-shell-completion-at-point): Rename from
3195 python-shell-completion-complete-at-point.
3196 (inferior-python-mode): Use it.
3197 (python-completion-at-point): Rename from
3198 python-completion-complete-at-point. Parse input up to first
3199 backward occurrence of whitespace, open-paren, close-paren or
3200 string delimiter.
3201 (python-mode): Use it.
3202
3203 2014-07-28 Fabián Ezequiel Gallina <fgallina@gnu.org>
3204
3205 Prevent Python process shell buffer to pop twice.
3206 * progmodes/python.el (python-shell-switch-to-shell): Do not call
3207 pop-to-buffer.
3208
3209 2014-07-28 Fabián Ezequiel Gallina <fgallina@gnu.org>
3210
3211 * progmodes/python.el
3212 (python-shell-with-shell-buffer): New macro.
3213 (python-shell-font-lock-get-or-create-buffer)
3214 (python-shell-font-lock-kill-buffer)
3215 (python-shell-font-lock-with-font-lock-buffer)
3216 (python-shell-font-lock-cleanup-buffer)
3217 (python-shell-font-lock-toggle): Use it.
3218 (python-shell-font-lock-turn-on)
3219 (python-shell-font-lock-turn-off): Use it. Make command.
3220
3221 2014-07-28 Fabián Ezequiel Gallina <fgallina@gnu.org>
3222
3223 Grab all Python process output before inferior-python-mode hooks.
3224 * progmodes/python.el (inferior-python-mode):
3225 Call accept-process-output and sit-for to ensure all output for process
3226 has been received before running hooks.
3227 (python-shell-internal-get-or-create-process):
3228 Cleanup accept-process-output and sit-for calls.
3229
3230 2014-07-28 Fabián Ezequiel Gallina <fgallina@gnu.org>
3231
3232 More robust shell startup and code setup.
3233 * progmodes/python.el (python-shell-make-comint):
3234 Remove accept-process-output call.
3235 (python-shell-get-buffer): Return current buffer if major-mode is
3236 inferior-python-mode.
3237 (python-shell-get-or-create-process): Use it.
3238 (python-shell-send-setup-code): Send all setup code in one string,
3239 output success message and accept-process-output.
3240
3241 2014-07-27 Eli Zaretskii <eliz@gnu.org>
3242
3243 * scroll-bar.el (scroll-bar-toolkit-horizontal-scroll):
3244 Add rudimentary support for bidirectional text.
3245
3246 2014-07-27 Martin Rudalics <rudalics@gmx.at>
3247
3248 * frame.el (frame-notice-user-settings): Rewrite using
3249 frame-initial-frame-tool-bar-height.
3250 * menu-bar.el (menu-bar-horizontal-scroll-bar)
3251 (menu-bar-no-horizontal-scroll-bar): New functions.
3252 (menu-bar-showhide-scroll-bar-menu): Add bindings for horizontal
3253 scroll bars.
3254 * scroll-bar.el (scroll-bar-lines)
3255 (set-horizontal-scroll-bar-mode)
3256 (get-horizontal-scroll-bar-mode, horizontal-scroll-bar-mode)
3257 (scroll-bar-horizontal-drag-1, scroll-bar-horizontal-drag)
3258 (scroll-bar-toolkit-horizontal-scroll): New functions.
3259 (horizontal-scroll-bar-mode)
3260 (previous-horizontal-scroll-bar-mode)
3261 (horizontal-scroll-bar-mode-explicit): New variables.
3262 (horizontal-scroll-bar-mode): New option.
3263 (toggle-horizontal-scroll-bar): Do something.
3264 (top-level): Bind horizontal-scroll-bar mouse-1.
3265 * startup.el (tool-bar-originally-present): Remove variable.
3266 (command-line): Don't set tool-bar-originally-present.
3267 * window.el (window-min-height): Update doc-string.
3268 (window--dump-frame): Dump horizontal scroll bar values.
3269 (window--min-size-1): Handle minibuffer window separately.
3270 Count in margins and horizontal scroll bar. Return safe value
3271 iff IGNORE equals 'safe.
3272 (frame-windows-min-size): New function (used by frame resizing
3273 routines).
3274 (fit-frame-to-buffer, fit-window-to-buffer): Count in horizontal
3275 scroll bars.
3276 (window--sanitize-window-sizes): New function.
3277 (window-split-min-size): Remove.
3278 (split-window): Count divider-width. Don't use
3279 `window-split-min-size' any more. Reword error messages.
3280 Sanitize windows sizes after splitting.
3281
3282 2014-07-27 Thien-Thi Nguyen <ttn@gnu.org>
3283
3284 Use `defvar-local' more.
3285 * progmodes/hideshow.el
3286 (hs-c-start-regexp, hs-block-start-regexp)
3287 (hs-block-start-mdata-select, hs-block-end-regexp)
3288 (hs-forward-sexp-func, hs-adjust-block-beginning): ...here;
3289 remove corresponding `make-variable-buffer-local' top-level calls.
3290
3291 2014-07-27 Fabián Ezequiel Gallina <fgallina@gnu.org>
3292
3293 Cleanup error signals. (Bug#18067)
3294 * progmodes/python.el
3295 (python-indent-shift-left): Use user-error instead.
3296 (python-shell-prompt-detect): Use lwarn with python group.
3297 (python-completion-complete-at-point)
3298 (python-eldoc--get-doc-at-point): Don't signal error.
3299
3300 2014-07-27 Fabián Ezequiel Gallina <fgallina@gnu.org>
3301
3302 Support for packages in Python shell. (Bug#13570)
3303 * progmodes/python.el (python-shell--package-depth): New var.
3304 (python-shell-package-enable): New command.
3305 (python-util-list-directories, python-util-list-files)
3306 (python-util-list-packages): New functions.
3307
3308 2014-07-27 Fabián Ezequiel Gallina <fgallina@gnu.org>
3309
3310 Faster comint output. (Bug#16875)
3311 * progmodes/python.el:
3312 (python-comint-output-filter-function): Make obsolete.
3313 (python-comint-postoutput-scroll-to-bottom): New function.
3314 (inferior-python-mode): Set comint-output-filter-functions to a
3315 minimum.
3316
3317 2014-07-27 Fabián Ezequiel Gallina <fgallina@gnu.org>
3318
3319 * progmodes/python.el (python-shell-font-lock-post-command-hook):
3320 Safeguard current point and undo history.
3321
3322 2014-07-26 Fabián Ezequiel Gallina <fgallina@gnu.org>
3323
3324 Robust shell syntax highlighting. (Bug#18084, Bug#16875)
3325 * progmodes/python.el:
3326 (python-shell-prompt-input-regexps): Add iPython block prompt.
3327 (python-shell-output-syntax-table): Delete var.
3328 (python-shell-font-lock-with-font-lock-buffer): New macro.
3329 (python-shell-font-lock-get-or-create-buffer)
3330 (python-shell-font-lock-kill-buffer)
3331 (python-shell-font-lock-cleanup-buffer)
3332 (python-shell-font-lock-post-command-hook)
3333 (python-shell-font-lock-turn-off): New functions.
3334 (python-shell-font-lock-turn-on): New function.
3335 (inferior-python-mode): Use it.
3336 (python-shell-font-lock-toggle): New command.
3337 (python-shell-font-lock-enable): Rename from
3338 python-shell-enable-font-lock.
3339 (run-python-internal): Use it.
3340 (python-shell-font-lock-comint-output-filter-function): New function.
3341 (python-shell-comint-end-of-output-p): New function.
3342 (python-shell-output-filter): Use it.
3343 (python-util-comint-last-prompt): New function.
3344 (python-util-text-properties-replace-name): New function.
3345
3346 2014-07-25 Glenn Morris <rgm@gnu.org>
3347
3348 * vc/ediff-init.el (ediff-toggle-read-only-function):
3349 * vc/ediff-util.el (ediff-toggle-read-only):
3350 Replace obsolete toggle-read-only with read-only-mode.
3351
3352 2014-07-24 Michael Albinus <michael.albinus@gmx.de>
3353
3354 * net/tramp-cache.el (tramp-flush-file-function): Wrap the code
3355 with `save-match-data'. (Bug#18095)
3356
3357 2014-07-21 Vincent Belaïche <vincentb1@users.sourceforge.net>
3358
3359 * ses.el (ses-truncate-cell): Use cl-progv instead of eval in
3360 order to ensure that row and col are lexically bound inside the
3361 evaluated sexp.
3362
3363 2014-07-21 Glenn Morris <rgm@gnu.org>
3364
3365 * progmodes/hideif.el (hide-ifdef-mode-submap):
3366 Also substitute read-only-mode.
3367 * bindings.el (mode-line-toggle-read-only):
3368 * bs.el (bs-toggle-readonly):
3369 * buff-menu.el (Buffer-menu-toggle-read-only):
3370 * dired.el (dired-toggle-read-only):
3371 * files.el (view-read-only, find-file-read-only)
3372 (find-file-read-only-other-window)
3373 (find-file-read-only-other-frame):
3374 * progmodes/hideif.el (hide-ifdef-toggle-outside-read-only):
3375 Doc fixes re toggle-read-only.
3376
3377 2014-07-21 Fabián Ezequiel Gallina <fgallina@gnu.org>
3378
3379 * progmodes/python.el: Add comment about pipe buffering and
3380 solutions for missing/delayed output in inferior Python shells.
3381 (Bug#17304)
3382
3383 * progmodes/python.el (python-mode): Don't set
3384 mode-require-final-newline. (Bug#17990)
3385
3386 Make python.el work with IPython automatically. (Bug#15510)
3387 * progmodes/python.el:
3388 (python-shell-completion-setup-code): New value supporting iPython.
3389 (python-shell-completion-string-code): New value supporting iPython.
3390 (python-shell-completion-get-completions): Use them.
3391 (python-shell-completion-module-string-code): Make obsolete.
3392 (python-shell-prompt-input-regexps)
3393 (python-shell-prompt-output-regexps): Add safeguard for ipdb.
3394 (python-shell-output-filter): Fix comment typo.
3395
3396 Fix Python shell prompts detection for remote hosts.
3397 * progmodes/python.el (python-shell-prompt-detect):
3398 Replace call-process with process-file and make it more robust.
3399
3400 Autodetect Python shell prompts. (Bug#17370)
3401 * progmodes/python.el:
3402 (python-shell-interpreter-interactive-arg)
3403 (python-shell-prompt-detect-enabled)
3404 (python-shell-prompt-detect-failure-warning)
3405 (python-shell-prompt-input-regexps)
3406 (python-shell-prompt-output-regexps): New vars.
3407 (python-shell-prompt-calculated-input-regexp)
3408 (python-shell-prompt-calculated-output-regexp): New vars.
3409 (python-shell-get-process-name)
3410 (python-shell-internal-get-process-name)
3411 (python-shell-output-filter)
3412 (python-shell-completion-get-completions): Use them.
3413 (python-shell-prompt-detect)
3414 (python-shell-prompt-validate-regexps): New functions.
3415 (python-shell-prompt-set-calculated-regexps): New function.
3416 (inferior-python-mode): Use it. Also honor overriden
3417 python-shell-interpreter and python-shell-interpreter-args.
3418 (python-shell-make-comint): Honor overriden
3419 python-shell-interpreter and python-shell-interpreter-args.
3420 (python-shell-get-or-create-process): Make it testable by allowing
3421 to call run-python non-interactively.
3422 (python-util-valid-regexp-p): New function.
3423 (python-shell-prompt-regexp, python-shell-prompt-block-regexp)
3424 (python-shell-prompt-output-regexp)
3425 (python-shell-prompt-pdb-regexp): Use it as defcustom :safe.
3426
3427 2014-07-21 Stefan Monnier <monnier@iro.umontreal.ca>
3428
3429 * emacs-lisp/smie.el (smie-config--guess-1): Split from
3430 smie-config--guess.
3431 (smie-config--guess): Use it.
3432
3433 * emacs-lisp/edebug.el: Use nadvice.
3434 (edebug-original-read): Remove.
3435 (edebug--read): Rename from edebug-read and add `orig' arg.
3436 (edebug-uninstall-read-eval-functions)
3437 (edebug-install-read-eval-functions): Use nadvice.
3438 (edebug-read-sexp, edebug-read-storing-offsets, edebug-read-symbol)
3439 (edebug-read-and-maybe-wrap-form1, edebug-instrument-callee)
3440 (edebug-read-string, edebug-read-function): Use just `read'.
3441 (edebug-original-debug-on-entry): Remove.
3442 (edebug--debug-on-entry): Rename from edebug-debug-on-entry and add
3443 `orig' arg.
3444 (debug-on-entry): Override with nadvice.
3445
3446 * mouse.el (tear-off-window): Rename from mouse-tear-off-window since
3447 it also makes sense to bind it to a non-mouse event.
3448
3449 * vc/vc-bzr.el (vc-bzr-shelve): Make it operate on fileset.
3450
3451 2014-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
3452
3453 * xt-mouse.el (xterm-mouse-event): Don't assume last-click is non-nil
3454 (bug#18015).
3455
3456 * rect.el (rectangle--string-preview): Don't assume there
3457 a non-nil default (bug#17984).
3458
3459 2014-07-16 Glenn Morris <rgm@gnu.org>
3460
3461 * desktop.el (after-init-hook): Disable startup frame restoration
3462 in non-graphical situations. (Bug#17693)
3463
3464 * vc/vc-dispatcher.el (vc-log-edit): Do set up the log buffer
3465 if it was "empty", or used for a different set of files. (Bug#17884)
3466
3467 2014-07-16 Eli Zaretskii <eliz@gnu.org>
3468
3469 * bindings.el (mode-line-remote): If default-directory is not a
3470 string, don't call file-remote-p on it; instead state in the
3471 help-echo that it is nil. (Bug#17986)
3472
3473 2014-07-14 Daniel Colascione <dancol@dancol.org>
3474
3475 * progmodes/cc-langs.el: Change comments from `cl-macroexpand-all'
3476 to `macroexpand-all'
3477
3478 * progmodes/cc-defs.el (c-lang-defconst-eval-immediately):
3479 Use `macroexpand-all' instead of `cl-macroexpand-all'.
3480
3481 2014-07-12 Paul Eggert <eggert@cs.ucla.edu>
3482
3483 Fix bug: C-x v v discarded existing log message (Bug#17884).
3484 * vc/vc-dispatcher.el (vc-log-edit):
3485 Don't clobber an already-existing log message.
3486
3487 2014-07-12 Glenn Morris <rgm@gnu.org>
3488
3489 * vc/log-edit.el (log-edit-changelog-entries):
3490 Check for a visited-but-never-saved ChangeLog.
3491
3492 2014-07-12 Stefan Monnier <monnier@iro.umontreal.ca>
3493
3494 * vc/log-edit.el (log-edit-changelog-entries): Don't both visiting
3495 a non-existing file (bug#17970).
3496
3497 * faces.el (face-name): Undo last change.
3498 (x-resolve-font-name): Don't call face-name (bug#17956).
3499
3500 2014-07-12 Fabián Ezequiel Gallina <fgallina@gnu.org>
3501
3502 Fix dedenters and electric colon handling. (Bug#15163)
3503 * progmodes/python.el
3504 (python-rx-constituents): Add dedenter and block-ender.
3505 (python-indent-dedenters, python-indent-block-enders): Delete.
3506 (python-indent-context): Return new case for dedenter-statement.
3507 (python-indent-calculate-indentation): Handle new case.
3508 (python-indent-calculate-levels): Fix levels calculation for
3509 dedenter statements.
3510 (python-indent-post-self-insert-function): Fix colon handling.
3511 (python-info-dedenter-opening-block-message): New function.
3512 (python-indent-line): Use it.
3513 (python-info-closing-block)
3514 (python-info-closing-block-message): Remove.
3515 (python-info-dedenter-opening-block-position)
3516 (python-info-dedenter-opening-block-positions)
3517 (python-info-dedenter-statement-p): New functions.
3518
3519 2014-07-11 Dmitry Antipov <dmantipov@yandex.ru>
3520
3521 * files.el (out-of-memory-warning-percentage): New defcustom.
3522 (warn-maybe-out-of-memory): Use it.
3523
3524 2014-07-11 Michael Albinus <michael.albinus@gmx.de>
3525
3526 * subr.el (read-passwd): Use `read-hide-char' if non-nil. Bind it
3527 when calling `read-string'. (Bug#17839)
3528
3529 2014-07-10 Eli Zaretskii <eliz@gnu.org>
3530
3531 * files.el (warn-maybe-out-of-memory): Fix the wording of the
3532 warning.
3533
3534 2014-07-10 Dmitry Antipov <dmantipov@yandex.ru>
3535
3536 * files.el (warn-maybe-out-of-memory): New function.
3537 (find-file-noselect): Use it.
3538
3539 2014-07-09 Sam Steingold <sds@gnu.org>
3540
3541 * progmodes/cperl-mode.el (cperl-block-p): Treat the perl keyword
3542 `constant' like `bless', `return' &c
3543
3544 2014-07-09 Stefan Monnier <monnier@iro.umontreal.ca>
3545
3546 * rect.el (apply-on-rectangle): Check forward-line really moved to the
3547 next line.
3548
3549 2014-07-09 Stefan Monnier <monnier@iro.umontreal.ca>
3550
3551 * progmodes/sh-script.el (sh-smie-sh-rules): Don't align with a && in
3552 the middle of a line (bug#17896).
3553
3554 2014-07-09 Juri Linkov <juri@jurta.org>
3555
3556 * startup.el (command-line): Append displaying the warning about
3557 the errors in the init file to the end of `after-init-hook'.
3558 (Bug#17927)
3559
3560 * faces.el (face-name): Return input arg `face' as-is
3561 when it's not a symbol.
3562 (x-resolve-font-name): Don't check if the face is a symbol.
3563 (Bug#17956)
3564
3565 * facemenu.el (list-colors-print): In help-echo format use %.2f
3566 instead of %d because now HSV values are floating-point components
3567 between 0.0 and 1.0.
3568
3569 2014-07-09 Glenn Morris <rgm@gnu.org>
3570
3571 * emulation/cua-rect.el (cua--activate-rectangle):
3572 Avoid setting cua--rectangle to nil. (Bug#17877)
3573
3574 2014-07-09 Stephen Berman <stephen.berman@gmx.net>
3575
3576 * calendar/todo-mode.el: Fix wrong-type-argument error when
3577 marking multiple consecutive items.
3578 (todo-toggle-mark-item): Don't try to mark the empty lines at the
3579 end of the todo and done items sections. Note in doc string that
3580 items marked by passing a numeric prefix argument can include the
3581 last todo and first done items.
3582 (todo-mark-category): Don't try to mark the empty line between the
3583 todo and done items sections.
3584
3585 2014-07-09 Stefan Monnier <monnier@iro.umontreal.ca>
3586
3587 * emacs-lisp/edebug.el (edebug-eval-defun): Print result using
3588 proper Lisp quoting (bug#17934).
3589
3590 * progmodes/ruby-mode.el (ruby-mode-variables): Don't meddle with
3591 require-final-newline since prog-mode already took care of it (bug#17947).
3592
3593 2014-07-09 Stephen Berman <stephen.berman@gmx.net>
3594
3595 * calendar/todo-mode.el: Fix two bugs. Shorten Commentary and
3596 refer to the Todo mode Info manual. Update the comment on
3597 requiring cl-lib.
3598 (todo-find-filtered-items-file): Add todo-prefix overlays.
3599 (todo-filter-items): Reorder a let-bound variable to avoid a
3600 wrong-type-argument error on canceling the file choice dialog.
3601
3602 2014-07-09 Stefan Monnier <monnier@iro.umontreal.ca>
3603
3604 * progmodes/octave.el (inferior-octave-mode):
3605 Set comint-input-ring-size to a number (bug#17912).
3606
3607 2014-07-09 Juri Linkov <juri@jurta.org>
3608
3609 * desktop.el (desktop-minor-mode-table): Add `defining-kbd-macro'
3610 and `isearch-mode' associated with nil. (Bug#17849)
3611
3612 2014-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
3613
3614 * linum.el (linum--face-height): New function (bug#17813).
3615 (linum-update-window): Use it to adjust margin to linum's width.
3616
3617 * leim/quail/sisheng.el (sisheng-list): Don't bother with-case-table.
3618 * eshell/em-smart.el (eshell-smart-scroll-window):
3619 Use with-selected-window.
3620
3621 * xt-mouse.el (xterm-mouse-translate-1): Intern drag event (bug#17894).
3622 Remove also pointless window&mark manipulation.
3623
3624 * progmodes/perl-mode.el: Use syntax-ppss; fix one indentation case.
3625 (perl-indent-line): Use syntax-ppss to detect we're in a doc-section.
3626 (perl-continuation-line-p): Don't skip over anything else than labels.
3627 Return the previous char.
3628 (perl-calculate-indent): Use syntax-ppss instead of parse-start
3629 and update callers accordingly. For continuation lines, check the
3630 the case of array hashes.
3631 (perl-backward-to-noncomment): Make it non-interactive.
3632 (perl-backward-to-start-of-continued-exp): Rewrite.
3633
3634 2014-07-08 Sam Steingold <sds@gnu.org>
3635
3636 * progmodes/inf-lisp.el (lisp-eval-paragraph, lisp-eval-form-and-next):
3637 New user commands.
3638
3639 2014-07-08 Juri Linkov <juri@jurta.org>
3640
3641 * vc/vc-annotate.el (vc-annotate-background-mode): New defcustom.
3642 (vc-annotate-color-map): Use less saturated colors (20%) for
3643 background-mode.
3644 (vc-annotate-very-old-color): Add default value for background-mode.
3645 (vc-annotate-background): Set default value to nil since now text on
3646 the default backgrounds should be legible in light and dark modes.
3647 (vc-annotate-lines): Use `vc-annotate-background-mode'. Doc fix.
3648 (Bug#17808)
3649
3650 2014-07-08 Juri Linkov <juri@jurta.org>
3651
3652 * simple.el (transpose-chars): Don't move point into read-only area.
3653 (Bug#17829)
3654
3655 2014-07-08 Juri Linkov <juri@jurta.org>
3656
3657 * window.el (with-displayed-buffer-window): New macro.
3658 (with-temp-buffer-window, with-current-buffer-window):
3659 Use `macroexp-let2' to evaluate and bind variables
3660 in the same order as macro arguments.
3661 (display-buffer--action-function-custom-type):
3662 Add `display-buffer-below-selected' and `display-buffer-at-bottom'.
3663
3664 * minibuffer.el (minibuffer-completion-help): Replace
3665 `with-output-to-temp-buffer' with `with-displayed-buffer-window'
3666 with actions that display *Completions* at-bottom when called
3667 from the minibuffer, or below-selected in a normal buffer.
3668 Associate `window-height' with `fit-window-to-buffer'.
3669 Let-bind `pop-up-windows' to nil.
3670
3671 * dired.el (dired-mark-pop-up): Use `with-displayed-buffer-window'
3672 instead of `with-current-buffer-window'. (Bug#17809)
3673
3674 2014-07-07 Luke Lee <luke.yx.lee@gmail.com>
3675
3676 * progmodes/hideif.el (hide-ifdef-env): Change to global.
3677 (hide-ifdef-env-backup): New variable.
3678 (hide-ifdef-expand-reinclusion-protection, hide-ifdef-header-regexp):
3679 New customizable variables.
3680 (hif-clear-all-ifdef-defined): New defun.
3681 (hif-merge-ifdef-region, hide-ifdef-region-internal, hide-ifdef-region)
3682 (hif-show-ifdef-region): Merge hidden regions to prevent continuous "...".
3683 (hif-tokenize): Fix for MS-DOS/Win EOL style.
3684 (hif-endif-to-ifdef, hif-make-range, hif-find-range, hif-possibly-hide):
3685 Fix bug to hide the correct #elif region(s).
3686 (hif-range-elif): New defun.
3687 (hif-recurse-level): New var.
3688 (hif-evaluate-region, hif-evaluate-macro): New defun.
3689 (hide-ifdef-guts): Prevent reinclusion protected C/C++ headers from
3690 fully hidden.
3691 (hide-ifdef-define, hide-ifdefs, hide-ifdef-block, show-ifdef-block):
3692 Better interaction.
3693
3694 2014-07-04 Michael Albinus <michael.albinus@gmx.de>
3695
3696 * net/dbus.el (dbus-peer-handler): New defun.
3697 (dbus-register-service): Register it. (Bug#17858)
3698 (dbus-managed-objects-handler): Fix docstring.
3699
3700 2014-07-04 Phil Sainty <psainty@orcon.net.nz>
3701
3702 * emacs-lisp/lisp.el (narrow-to-defun-include-comments): New var.
3703 (narrow-to-defun): New arg include-comments, defaulting to it
3704 (bug#16328).
3705
3706 2014-07-03 Stefan Monnier <monnier@iro.umontreal.ca>
3707
3708 * rect.el (rectangle--highlight-for-redisplay): Don't pass `orig' with
3709 different calling convention to rectangle--unhighlight-for-redisplay.
3710
3711 2014-07-03 Michael Albinus <michael.albinus@gmx.de>
3712
3713 * net/tramp.el (tramp-call-process): Handle error strings.
3714
3715 * net/tramp-adb.el (tramp-adb-sh-fix-ls-output): Use `bolp'.
3716
3717 * net/tramp-sh.el (tramp-sh-handle-set-visited-file-modtime)
3718 (tramp-sh-handle-verify-visited-file-modtime): Use `point-at-eol'.
3719
3720 * net/trampver.el: Update release number.
3721
3722 2014-07-03 Juri Linkov <juri@jurta.org>
3723
3724 * desktop.el (desktop-save): Rename arg `auto-save' to
3725 `only-if-changed'. Doc fix. (Bug#17873)
3726
3727 2014-07-03 Stefan Monnier <monnier@iro.umontreal.ca>
3728
3729 * mouse.el (mouse-yank-primary, mouse-yank-secondary):
3730 Use insert-for-yank (bug#17271).
3731
3732 2014-07-03 Leo Liu <sdl.web@gmail.com>
3733
3734 * emacs-lisp/pp.el (pp-eval-expression, pp-eval-last-sexp):
3735 Support lexical-binding.
3736
3737 2014-07-03 Stefan Monnier <monnier@iro.umontreal.ca>
3738
3739 * vc/log-edit.el (log-edit-goto-eoh): New function.
3740 (log-edit--match-first-line): Use it (bug#17861).
3741
3742 2014-07-03 Glenn Morris <rgm@gnu.org>
3743
3744 * vc/log-edit.el (log-edit-hook): Add missing :version.
3745
3746 2014-07-03 Fabián Ezequiel Gallina <fgallina@gnu.org>
3747
3748 * progmodes/python.el (python-indent-post-self-insert-function):
3749 Enhancements to electric indentation behavior inside
3750 parens. (Bug#17658)
3751
3752 2014-07-03 Stefan Monnier <monnier@iro.umontreal.ca>
3753
3754 * ps-def.el (ps-generate-postscript-with-faces1): Don't mess with
3755 buffer-invisibility-spec (bug#17867).
3756
3757 2014-07-03 Andreas Schwab <schwab@linux-m68k.org>
3758
3759 * vc/vc-git.el (vc-git-checkin): When operating on the whole tree
3760 pass "-a".
3761
3762 2014-07-03 Glenn Morris <rgm@gnu.org>
3763
3764 * cus-edit.el (help):
3765 * finder.el (finder-known-keywords):
3766 * help.el (help-for-help-internal):
3767 * vc/ediff-mult.el (ediff-meta-buffer-verbose-message)
3768 (ediff-redraw-registry-buffer):
3769 * vc/ediff-ptch.el (ediff-patch-file-internal):
3770 Doc fixes re "online" help. (Bug#17803)
3771
3772 * progmodes/idlwave.el (idlwave): Update url-link for custom group.
3773 (idlwave-mode): Doc URL update.
3774
3775 2014-07-01 Juri Linkov <juri@jurta.org>
3776
3777 * man.el: Display man pages immediately and use process-filter
3778 to format them asynchronously.
3779 (Man-width): Doc fix.
3780 (man): Doc fix.
3781 (Man-start-calling): Use `with-selected-window' to get
3782 `frame-width' and `window-width'.
3783 (Man-getpage-in-background): Call `Man-notify-when-ready'
3784 immediately after creating a new buffer. Call `Man-mode' and set
3785 `mode-line-process' in the created buffer. Set process-filter to
3786 `Man-bgproc-filter' in start-process branch. In call-process branch
3787 call either `Man-fontify-manpage' or `Man-cleanup-manpage'.
3788 Use `Man-start-calling' inside `with-current-buffer'.
3789 (Man-fontify-manpage): Don't print messages. Fix boundary condition.
3790 (Man-cleanup-manpage): Don't print messages.
3791 (Man-bgproc-filter): New function.
3792 (Man-bgproc-sentinel): Add `save-excursion' to keep point when
3793 user moved it during asynchronous formatting. Move calls of
3794 `Man-fontify-manpage' and `Man-cleanup-manpage' to
3795 `Man-bgproc-filter'. Move the call of `Man-mode' to
3796 `Man-getpage-in-background'. Use `quit-restore-window'
3797 instead of `kill-buffer'. Use `message' instead of `error'
3798 because errors are caught by process sentinel.
3799 (Man-mode): Move calls of `Man-build-page-list',
3800 `Man-strip-page-headers', `Man-unindent', `Man-goto-page' to
3801 `Man-bgproc-sentinel'. Doc fix. (Bug#2588, bug#5054, bug#9084, bug#17831)
3802
3803 * man.el (Man-bgproc-sentinel): Use `Man-page-from-arguments'
3804 for the message about the man page cleaned up.
3805
3806 2014-07-01 Mario Lang <mlang@delysid.org>
3807
3808 * net/gnutls.el (gnutls-negotiate): Prevent destructive modification of
3809 cosutomization option `gnutls-verify-error'.
3810
3811 2014-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
3812
3813 * simple.el (deactivate-mark, set-mark-command, handle-shift-selection):
3814 Don't keep transient-mark-mode buffer-local when not needed (bug#6316).
3815
3816 * xt-mouse.el (turn-on-xterm-mouse-tracking-on-terminal)
3817 (turn-off-xterm-mouse-tracking-on-terminal): Don't burp if the terminal
3818 is suspended (bug#17857).
3819
3820 2014-07-01 Michael Albinus <michael.albinus@gmx.de>
3821
3822 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell):
3823 Prefer utf-8 coding. (Bug#17859)
3824
3825 2014-06-30 Fabián Ezequiel Gallina <fgallina@gnu.org>
3826
3827 * emacs-lisp/subr-x.el (string-reverse): Define as obsolete alias
3828 for `reverse'.
3829
3830 2014-06-30 Glenn Morris <rgm@gnu.org>
3831
3832 * emacs-lisp/autoload.el (autoload-ensure-writable): New variable.
3833 (autoload-ensure-default-file): Maybe make existing output writable.
3834 * Makefile.in (AUTOGEN_VCS): Remove.
3835 (autoloads): Use autoload-ensure-writable rather than AUTOGEN_VCS.
3836
3837 2014-06-30 Fabián Ezequiel Gallina <fgallina@gnu.org>
3838
3839 * emacs-lisp/subr-x.el (string-reverse): Use `reverse'.
3840
3841 2014-06-30 Fabián Ezequiel Gallina <fgallina@gnu.org>
3842
3843 New if-let, when-let, thread-first and thread-last macros.
3844
3845 * emacs-lisp/subr-x.el
3846 (internal--listify, internal--check-binding)
3847 (internal--build-binding-value-form, internal--build-binding)
3848 (internal--build-bindings): New functions.
3849 (internal--thread-argument, thread-first, thread-last)
3850 (if-let, when-let): New macros.
3851
3852 2014-06-30 Grégoire Jadi <daimrod@gmail.com>
3853
3854 * net/rcirc.el (rcirc-buffer-process): Restore previous
3855 behaviour. (Bug#17772)
3856
3857 2014-06-29 Alan Mackenzie <acm@muc.de>
3858
3859 Don't call c-parse-state when c++-template-syntax-table is active.
3860 * progmodes/cc-engine.el (c-guess-continued-construct CASE G)
3861 (c-guess-basic-syntax CASE 5D.3): Rearrange so that
3862 c-syntactic-skip-backwards isn't called with the pertinent syntax table.
3863
3864 2014-06-28 Stephen Berman <stephen.berman@gmx.net>
3865
3866 * calendar/todo-mode.el (todo-set-top-priorities): Fix logic to
3867 account for file-wide setting of todo-top-priorities-overrides.
3868 Make code a bit cleaner.
3869
3870 2014-06-28 Glenn Morris <rgm@gnu.org>
3871
3872 * net/eww.el (eww-mode) <eww-current-title>: Make local. (Bug#17860)
3873
3874 2014-06-28 Stephen Berman <stephen.berman@gmx.net>
3875
3876 * calendar/todo-mode.el (todo-prefix-overlays): If there is no
3877 category-wide setting of todo-top-priorities-overrides, check for
3878 a file-wide setting and fontify accordingly.
3879
3880 2014-06-28 Glenn Morris <rgm@gnu.org>
3881
3882 * subr.el (read-passwd): Warn about batch mode. (Bug#17839)
3883
3884 2014-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
3885
3886 * progmodes/hideif.el: Use lexical-binding. Fix up cl-lib usage.
3887
3888 2014-06-28 K. Handa <handa@gnu.org>
3889
3890 Fix Bug#17739.
3891
3892 * composite.el: Setup composition-function-table for dotted circle.
3893 (compose-gstring-for-dotted-circle): New function.
3894
3895 * international/characters.el: Add category "^" to all
3896 non-spacing characters.
3897
3898 2014-06-28 Glenn Morris <rgm@gnu.org>
3899
3900 * Makefile.in (doit): Remove force rule.
3901 (custom-deps, finder-data, autoloads, update-subdirs)
3902 (compile-one-process): PHONY targets do not need force rules.
3903
3904 * Makefile.in (compile-main, compile, compile-always):
3905 No need to explicitly pass variables to ourself in recursive calls.
3906
3907 2014-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
3908
3909 * files.el (minibuffer-with-setup-hook): Evaluate the first arg eagerly.
3910
3911 2014-06-26 Glenn Morris <rgm@gnu.org>
3912
3913 * Makefile.in (update-authors): Update for moved authors.el.
3914
3915 2014-06-26 Leo Liu <sdl.web@gmail.com>
3916
3917 * skeleton.el (skeleton-end-hook): Default to nil and move the
3918 work to skeleton-insert. (Bug#17850)
3919
3920 2014-06-26 Dmitry Antipov <dmantipov@yandex.ru>
3921
3922 * calc/calc-alg.el (math-beforep):
3923 * progmodes/cc-guess.el (c-guess-view-reorder-offsets-alist-in-style):
3924 Simplify because string-lessp can accept symbols as args.
3925
3926 2014-06-26 Daiki Ueno <ueno@gnu.org>
3927
3928 * emacs-lisp/package.el (package--check-signature):
3929 If package-check-signature is allow-unsigned, don't signal error when
3930 we can't verify signature because of missing public key
3931 (bug#17625).
3932
3933 2014-06-26 Glenn Morris <rgm@gnu.org>
3934
3935 * emacs-lisp/cl-macs.el (help-add-fundoc-usage):
3936 Remove outdated declaration.
3937
3938 * emacs-lisp/authors.el (authors-valid-file-names)
3939 (authors-renamed-files-alist): Additions.
3940
3941 2014-06-26 Leo Liu <sdl.web@gmail.com>
3942
3943 * textmodes/picture.el (picture-set-tab-stops):
3944 * ruler-mode.el (ruler-mode-mouse-add-tab-stop)
3945 (ruler-mode-ruler): Fix to work with nil tab-stop-list.
3946
3947 * progmodes/asm-mode.el (asm-calculate-indentation):
3948 Use indent-next-tab-stop.
3949
3950 * indent.el (indent-accumulate-tab-stops): New function.
3951
3952 2014-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
3953
3954 * emacs-lisp/package.el (package-list-unsigned): New var (bug#17625).
3955 (package-desc-status): Obey it.
3956
3957 2014-06-26 Stephen Berman <stephen.berman@gmx.net>
3958
3959 * calendar/todo-mode.el: Fix two bugs.
3960 (todo-insert-item--basic): If user cancels item insertion to
3961 another category before setting priority, show original category
3962 whether it is in the same or a different file.
3963 (todo-set-item-priority): After selecting category, instead of
3964 moving point to top, which extends an active region, restore it.
3965
3966 2014-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
3967
3968 * help-fns.el (describe-function-1): Check file-name is a string before
3969 calling help-fns--autoloaded-p (bug#17564).
3970
3971 2014-06-26 Juri Linkov <juri@jurta.org>
3972
3973 * desktop.el (desktop-auto-save-enable)
3974 (desktop-auto-save-disable): New functions.
3975 (desktop-save-mode, desktop-auto-save-timeout): Use them.
3976 (desktop-read): Disable the autosave before loading the desktop,
3977 and enable afterwards. (Bug#17351)
3978
3979 2014-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
3980
3981 Fix some indentation problem with \; and pipes (bug#17842).
3982 * progmodes/sh-script.el (sh-mode-syntax-table): Set syntax of ;|&.
3983 (sh-smie--default-forward-token, sh-smie--default-backward-token):
3984 New functions.
3985 (sh-smie-sh-forward-token, sh-smie-sh-backward-token)
3986 (sh-smie-rc-forward-token, sh-smie-rc-backward-token): Use them.
3987 (sh-smie-sh-rules): Fix indentation of a pipe at BOL.
3988
3989 2014-06-26 Glenn Morris <rgm@gnu.org>
3990
3991 * emacs-lisp/find-func.el (find-function-C-source-directory):
3992 Use file-accessible-directory-p.
3993
3994 * ps-samp.el: Make it slightly less awful.
3995 (ps-rmail-mode-hook, ps-gnus-article-prepare-hook, ps-vm-mode-hook):
3996 (ps-gnus-summary-setup, ps-info-mode-hook): Use [print] key.
3997 Only set local values.
3998 (ps-article-subject, ps-article-author): Use standard functions
3999 like mail-fetch-field.
4000 (ps-info-file, ps-info-node): Use match-string.
4001 (ps-jts-ps-setup, ps-jack-setup): Remove, merging into...
4002 (ps-samp-ps-setup): ... new function.
4003
4004 * progmodes/idlw-shell.el (idlwave-shell-make-temp-file):
4005 Optimize away code unneeded on any modern Emacs.
4006
4007 * emacs-lisp/authors.el: Move to ../admin.
4008
4009 * emacs-lisp/ert.el (ert-summarize-tests-batch-and-exit): New.
4010
4011 2014-06-26 Luke Lee <luke.yx.lee@gmail.com>
4012
4013 * progmodes/hideif.el (hif-string-to-number): Fix return value bug.
4014 (hif-simple-token-only, hif-tokenize): Comment in detail mainly for
4015 performance enhancements.
4016 (hif-parse-if-exp): Rename to `hif-parse-exp'. Enhance for macro
4017 expansion.
4018 (hif-factor, hif-string-concatenation, intern-safe): Support string
4019 concatenation and argumented macro expansion.
4020 (hif-if-valid-identifier-p, hif-define-operator, hif-flatten)
4021 (hif-expand-token-list, hif-get-argument-list, hif-define-macro)
4022 (hif-delimit, hif-macro-supply-arguments, hif-invoke, hif-canonicalize)
4023 (hif-canonicalize-tokens, hif-place-macro-invocation)
4024 (hif-parse-macro-arglist): Mostly new functions for supporting
4025 argumented macro expansion.
4026 (hif-string-concatenation, hif-stringify, hif-token-concat)
4027 (hif-token-stringification, hif-token-concatenation):
4028 Stringification and concatenation.
4029 (hif-find-next-relevant): Fix comments.
4030 (hif-ifdef-to-endif, hif-looking-at-elif, hif-hide-line): Bug fix for
4031 some cases involving #elif.
4032 (hif-find-define, hif-add-new-defines): New functions for automatically
4033 scanning of defined symbols.
4034 (hide-ifdef-guts): Fix for defined symbol auto scanning.
4035 (hide-ifdef-undef): Fix behavior to match CPP.
4036
4037 2014-06-25 Glenn Morris <rgm@gnu.org>
4038
4039 * Makefile.in ($(lisp)/progmodes/cc-defs.elc)
4040 ($(lisp)/progmodes/cc-fonts.elc, $(lisp)/progmodes/cc-langs.elc)
4041 ($(lisp)/progmodes/cc-vars.elc): Drop hand-written deps on non-cc
4042 files. They are not relevant to the original issue (bug#1004),
4043 and cause unnecessary recompilation (bug#2151).
4044
4045 2014-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
4046
4047 * play/landmark.el: Use lexical-binding and avoid `intangible'.
4048 (landmark--last-pos): New var.
4049 (landmark--intangible-chars): New const.
4050 (landmark--intangible): New function.
4051 (landmark-mode, landmark-move): Use it.
4052 (landmark-mode): Remove properties.
4053 (landmark-plot-square, landmark-point-square, landmark-goto-xy)
4054 (landmark-cross-qtuple):
4055 Don't worry about `intangible' any more.
4056 (landmark-click, landmark-point-y): Same; and don't assume point-min==1.
4057 (landmark-init-display): Don't set `intangible' and `point-entered'.
4058 (square): Remove. Inline it instead.
4059 (landmark--distance): Rename from `distance'.
4060 (landmark-calc-distance-of-robot-from): Rename from
4061 calc-distance-of-robot-from.
4062 (landmark-calc-smell-internal): Rename from calc-smell-internal.
4063
4064 2014-06-25 Dmitry Antipov <dmantipov@yandex.ru>
4065
4066 * files.el (dir-locals-find-file, file-relative-name):
4067 * info.el (Info-complete-menu-item):
4068 * minibuffer.el (completion-table-subvert): Prefer string-prefix-p
4069 to compare-strings to avoid out-of-range errors.
4070 * subr.el (string-prefix-p): Adjust to match strict range
4071 checking in compare-strings.
4072
4073 2014-06-24 Leonard Randall <leonard.a.randall@gmail.com> (tiny change)
4074
4075 * textmodes/reftex-parse.el (reftex-using-biblatex-p): Make search
4076 for comment lines non-greedy and stopping at newlines to fix stack
4077 overflows with large files.
4078
4079 2014-06-24 Eli Barzilay <eli@barzilay.org>
4080
4081 * calculator.el (calculator-last-input): Drop 'ascii-character property
4082 lookup.
4083
4084 2014-06-24 Leo Liu <sdl.web@gmail.com>
4085
4086 * align.el (align-adjust-col-for-rule): Unbreak due to defaulting
4087 tab-stop-list to nil. (Bug#16381)
4088
4089 * indent.el (indent-next-tab-stop): Rename from indent--next-tab-stop.
4090 (indent-rigidly-left-to-tab-stop)
4091 (indent-rigidly-right-to-tab-stop, tab-to-tab-stop)
4092 (move-to-tab-stop): Change callers.
4093
4094 2014-06-24 Eli Zaretskii <eliz@gnu.org>
4095
4096 * skeleton.el (skeleton-insert): Yet another fix of the doc string
4097 wrt behavior of \n as the first/last element of a skeleton.
4098
4099 2014-06-24 Michael Albinus <michael.albinus@gmx.de>
4100
4101 * net/tramp-adb.el (tramp-adb-handle-process-file):
4102 * net/tramp-sh.el (tramp-sh-handle-process-file):
4103 * net/tramp-smb.el (tramp-smb-handle-process-file): Do not raise
4104 the output buffer when DISPLAY is non-nil. (Bug#17815)
4105
4106 2014-06-24 Glenn Morris <rgm@gnu.org>
4107
4108 * play/landmark.el (landmark-move-down, landmark-move-up):
4109 Fix 2007-10-20 change - preserve horizontal position.
4110
4111 2014-06-23 Sam Steingold <sds@gnu.org>
4112
4113 * simple.el (kill-append): Remove undo boundary depending on ...
4114 (kill-append-merge-undo): New user option.
4115
4116 2014-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
4117
4118 * simple.el (handle-shift-selection, exchange-point-and-mark)
4119 (activate-mark): Set transient-mark-mode buffer-locally (bug#6316).
4120 (transient-mark-mode): Use&set the global value.
4121 * mouse.el (mouse-set-region-1, mouse-drag-track): Idem.
4122 * emulation/edt.el (edt-emulation-off): Save&restore the global
4123 transient-mark-mode setting.
4124 * obsolete/pc-select.el (pc-selection-mode): Use the
4125 transient-mark-mode function.
4126
4127 2014-06-23 Eli Zaretskii <eliz@gnu.org>
4128
4129 * international/fontset.el (script-representative-chars):
4130 Add representative characters for scripts added in Unicode 7.0.
4131 (otf-script-alist): Synchronize with the latest registry of OTF
4132 script tags.
4133
4134 * international/characters.el (char-script-table): Update for
4135 scripts added and codepoint ranges changed in Unicode 7.0.
4136
4137 2014-06-23 Eli Barzilay <eli@barzilay.org>
4138
4139 * calculator.el (calculator-standard-displayer): Fix bug in use of
4140 `calculator-groupize-number'.
4141 (calculator-funcall): Fix broken `cl-flet' use by moving it into the
4142 `eval' code, so it works in v24.3.1 too.
4143 (calculator-last-input): Comment to clarify purpose.
4144
4145 2014-06-22 Mario Lang <mlang@delysid.org>
4146
4147 * textmodes/rst.el (rst-comment-region): From from -> from.
4148
4149 * net/tramp-adb.el (tramp-adb-send-command-and-check): And and -> and.
4150
4151 2013-06-22 Dmitry Antipov <dmantipov@yandex.ru>
4152
4153 * electric.el (electric-layout-post-self-insert-function):
4154 * emacs-lisp/ert.el (ert--insert-infos):
4155 * obsolete/vi.el (vi-set-mark):
4156 * term.el (term-handle-scroll):
4157 * textmodes/bibtex.el (bibtex-fill-field, bibtex-fill-entry):
4158 * wid-edit.el (widget-editable-list-value-create):
4159 Prefer point-marker to copy-marker of point.
4160
4161 2014-06-21 Fabián Ezequiel Gallina <fgallina@gnu.org>
4162
4163 Fix completion retrieval parsing (bug#17209).
4164 * progmodes/python.el (python-mode):
4165 (python-util-strip-string): New function.
4166 (python-shell-completion-get-completions): Use it.
4167
4168 2014-06-21 Eli Zaretskii <eliz@gnu.org>
4169
4170 * skeleton.el (skeleton-insert): Fix last change.
4171
4172 2014-06-21 Fabián Ezequiel Gallina <fgallina@gnu.org>
4173
4174 Enhancements for outline integration (bug#17796).
4175 * progmodes/python.el (python-mode): Properly set
4176 outline-heading-end-regexp so that comments after colons for
4177 defuns are supported.
4178
4179 2014-06-21 Eli Zaretskii <eliz@gnu.org>
4180
4181 * skeleton.el (skeleton-insert): Doc fix.
4182
4183 2014-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
4184
4185 * emacs-lisp/smie.el (smie-config--guess): Fix typo.
4186 (smie-config-guess): Use smie-config-local so the rules are obeyed
4187 (bug#17818).
4188
4189 * mouse.el (mouse-drag-line): Don't re-add to unread-comment-events,
4190 since it's already done inside the loop (bug#17819).
4191
4192 2014-06-21 Martin Rudalics <rudalics@gmx.at>
4193
4194 * mouse.el (mouse-drag-line): Re-remove code initially removed
4195 on 2013-03-09 and inadvertently reintroduced on 2013-11-30
4196 (Bug#17819).
4197
4198 2014-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
4199
4200 * progmodes/sh-script.el (sh-smie-sh-rules): For { after &&, don't
4201 align with the surrounding parent (bug#17721).
4202
4203 2014-06-21 Eli Zaretskii <eliz@gnu.org>
4204
4205 * textmodes/texinfo.el (texinfo-mode): Set skeleton-end-newline
4206 locally to nil.
4207 (texinfo-insert-block, texinfo-insert-@end)
4208 (texinfo-insert-@example, texinfo-insert-@quotation): Adjust to
4209 local setting of skeleton-end-newline by adding an explicit \n to
4210 the skeletons where appropriate. (Bug#17801)
4211
4212 2014-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
4213
4214 * emacs-lisp/smie.el (smie--hanging-eolp-function): New var.
4215 (smie-indent--hanging-p): Use it.
4216 * progmodes/sh-script.el (sh-set-shell): Set it (bug#17621).
4217
4218 2014-06-21 Leo Liu <sdl.web@gmail.com>
4219
4220 * simple.el (read-quoted-char): Don't let help chars pop up help
4221 buffer. (Bug#16617)
4222
4223 2014-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
4224
4225 * progmodes/sh-script.el (sh-smie-sh-rules): Use same rule for && as
4226 for | (bug#17621).
4227
4228 * xt-mouse.el (xterm-mouse--read-event-sequence-1000):
4229 Drop unknown events instead of burping.
4230
4231 2014-06-21 Eli Zaretskii <eliz@gnu.org>
4232
4233 * term/w32-win.el (dynamic-library-alist): Support giflib 5.1.0
4234 and later. (Bug#17790)
4235
4236 2014-06-21 Juri Linkov <juri@jurta.org>
4237
4238 * dired.el (dired-mark-pop-up): Let-bind display-buffer-mark-dedicated
4239 to `soft'. (Bug#17554)
4240
4241 2014-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
4242
4243 * delsel.el (electric-newline-and-maybe-indent): Mark it as well
4244 (bug#17737).
4245
4246 2014-06-21 Dmitry Gutov <dgutov@yandex.ru>
4247
4248 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Don't fontify
4249 `!' in `!~' with `font-lock-negation-char-face'. (Bug#17732)
4250
4251 2014-06-21 Michael Albinus <michael.albinus@gmx.de>
4252
4253 * net/dbus.el (dbus-call-method): Push only non D-Bus events into
4254 `unread-command-events'.
4255
4256 2014-06-19 William Xu <william.xwl@gmail.com>
4257
4258 * progmodes/hideif.el (hif-string-to-number): Don't return float for
4259 hex integer constants (bug#17807).
4260
4261 2014-06-19 Stefan Monnier <monnier@iro.umontreal.ca>
4262
4263 * international/mule-util.el (truncate-string-ellipsis): New var.
4264 (truncate-string-to-width): Use it.
4265
4266 2014-06-19 Robert Brown <robert.brown@gmail.com> (tiny change)
4267
4268 * emacs-lisp/lisp-mode.el (lisp-string-after-doc-keyword-p): New fun.
4269 (lisp-string-in-doc-position-p): New function, extracted from
4270 lisp-font-lock-syntactic-face-function.
4271 (lisp-font-lock-syntactic-face-function): Use them (bug#9130).
4272
4273 2014-06-19 Grégoire Jadi <daimrod@gmail.com>
4274
4275 * net/rcirc.el (rcirc-omit-mode): Fix recenter error. (Bug#17769)
4276
4277 2014-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
4278
4279 * play/bubbles.el (bubbles--initialize, bubbles--show-scores)
4280 (bubbles--game-over): Don't add `intangible' properties since they
4281 didn't work anyway.
4282
4283 2014-06-18 Juri Linkov <juri@jurta.org>
4284
4285 * vc/ediff-init.el (ediff-current-diff-Ancestor)
4286 (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
4287 (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
4288 (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
4289 Add `min-colors 88' version with removed black/white foregrounds.
4290 (Bug#10181)
4291
4292 2014-06-18 Juri Linkov <juri@jurta.org>
4293
4294 * vc/diff-mode.el (diff-changed): Empty face definition to use
4295 `diff-removed' and `diff-added' on tty as well. (Bug#10181)
4296 (diff-context): Use darker color on light background and
4297 lighter color on dark background.
4298
4299 2014-06-18 Juri Linkov <juri@jurta.org>
4300
4301 * vc/diff-mode.el (diff-refine-changed): Rename from
4302 `diff-refine-change' for consistency with `diff-changed'.
4303 (diff-refine-change): Add obsolete face alias. (Bug#10181)
4304
4305 * vc/smerge-mode.el (smerge-refined-changed): Rename from
4306 `smerge-refined-change'.
4307 (smerge-refined-change): Add obsolete face alias.
4308
4309 2014-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
4310
4311 * rect.el (rectangle-preview): New custom.
4312 (rectangle): New group.
4313 (rectangle--pos-cols): Add `window' argument.
4314 (rectangle--string-preview-state, rectangle--string-preview-window):
4315 New vars.
4316 (rectangle--string-flush-preview, rectangle--string-erase-preview)
4317 (rectangle--space-to, rectangle--string-preview): New functions.
4318 (string-rectangle): Use them.
4319 (rectangle--inhibit-region-highlight): New var.
4320 (rectangle--highlight-for-redisplay): Obey it. Make sure
4321 `apply-on-region' uses the point-crutches of the right window.
4322 Use :align-to rather than multiple spaces.
4323
4324 2014-06-16 Andrea Rossetti <andrea.rossetti@gmail.com> (tiny change)
4325
4326 * ruler-mode.el (ruler-mode-window-col)
4327 (ruler-mode-mouse-set-left-margin)
4328 (ruler-mode-mouse-set-right-margin): Fix calculation of column
4329 from mouse position (Bug#17768).
4330
4331 2014-06-16 Ron Schnell <ronnie@driver-aces.com>
4332
4333 * play/dunnet.el (dun-doassign): Fix bug where UNIX variable assignment
4334 without varname or rhs causes crash.
4335 (dun-ftp): Fix bug where blank ftp password is allowed, making it
4336 impossible to win endgame.
4337 (dun-unix-verbs): Add ssh as alias to rlogin, because nobody knows what
4338 rlogin is anymore.
4339 (dun-help): Bump version number; update contact info.
4340
4341 2014-06-15 Eli Barzilay <eli@barzilay.org>
4342
4343 * calculator.el (calculator-prompt, calculator-remove-zeros)
4344 (calculator-mode-hook, calculator-operators, calculator-stack)
4345 (calculator-mode): Tweak docstring.
4346 (calculator-user-operators): Tweak docstring, fix a bug in the last
4347 example.
4348 (calculator-displayer): `std' case has an optional boolean.
4349 (calculator-displayers): Use the new boolean to group in decimal mode.
4350 (calculator-mode-map, calculator, calculator-message)
4351 (calculator-op-arity, calculator-add-operators)
4352 (calculator-string-to-number, calculator-displayer-prev)
4353 (calculator-displayer-next, calculator-remove-zeros)
4354 (calculator-eng-display, calculator-number-to-string)
4355 (calculator-update-display, calculator-last-input)
4356 (calculator-clear-fragile, calculator-digit, calculator-decimal)
4357 (calculator-exp, calculator-saved-move, calculator-clear)
4358 (calculator-copy, calculator-put-value, calculator-help)
4359 (calculator-expt, calculator-truncate): Minor code improvements.
4360 (calculator-need-3-lines): New function pulling out code from
4361 `calculator'.
4362 (calculator-get-display): Rename from `calculator-get-prompt', and
4363 improved.
4364 (calculator-push-curnum): Rename from `calculator-curnum-value', and
4365 extended for all uses of it. All callers changed.
4366 (calculator-groupize-number): New utility for splitting a number into
4367 groups.
4368 (calculator-standard-displayer): Improve code, new optional argument to
4369 use comma-split groups, make second argument optional too to use with
4370 'left/'right inputs. All callers changed.
4371 (calculator-reduce-stack-once): New utility, doing the meat of what
4372 `calculator-reduce-stack' used to do, much improved (mostly using
4373 `pcase' for conciseness and clarity).
4374 (calculator-reduce-stack): Now doing just the reduction loop using
4375 `calculator-reduce-stack-once'.
4376 (calculator-funcall): Improve code, make it work in v24.3.1 too.
4377 (calculator-last-input): Improve code, remove some old cruft.
4378 (calculator-quit): Kill `calculator-buffer' in electric mode too.
4379 (calculator-integer-p): Remove.
4380 (calculator-fact): Improve code, make it work on non-integer values
4381 too (using truncated numbers).
4382
4383 2014-06-15 Michael Albinus <michael.albinus@gmx.de>
4384
4385 Sync with Tramp 2.2.10.
4386
4387 * net/tramp.el (tramp-methods): Tweak docstring.
4388 (tramp-handle-file-accessible-directory-p): Check for
4389 `file-readable-p' instead of `file-executable-p'.
4390 (tramp-check-cached-permissions):
4391 Use `tramp-compat-file-attributes'.
4392 (tramp-call-process): Add new argument VEC. Adapt callees in all
4393 tramp*.el files.
4394
4395 * net/tramp-adb.el (tramp-adb-handle-write-region): Improve messages.
4396 (tramp-adb-maybe-open-connection): Don't set
4397 `tramp-current-*' variables.
4398
4399 * net/tramp-cache.el (tramp-flush-file-function): Do not flush
4400 file properties of temporary buffers.
4401
4402 * net/tramp-ftp.el (top): Remove special handling for URL syntax.
4403
4404 * net/tramp-gvfs.el (tramp-gvfs-methods) <sftp>: Add.
4405 (tramp-gvfs-handle-delete-file): Flush file
4406 properties, not directory properties.
4407 (tramp-gvfs-handle-file-attributes): Use `string-to-number' when
4408 reading "unix::mode".
4409 (tramp-gvfs-handle-file-name-all-completions):
4410 Use "-h" option for "gvfs-ls".
4411 (tramp-gvfs-url-file-name): `user' and `localname' could be nil.
4412 (tramp-gvfs-send-command): Simplify traces.
4413
4414 * net/tramp-sh.el (vc-handled-backends, vc-bzr-program)
4415 (vc-git-program, vc-hg-program): Declare.
4416 (tramp-methods) <sftp>: Remove. It has never worked satisfactorily.
4417 (tramp-methods) <nc>: Add new method.
4418 (tramp-methods) <telnet>: Redirect stderr to "/dev/null".
4419 (tramp-methods) <plink, plinkx, pscp, psftp>: Improve
4420 `tramp-login-args'.
4421 (tramp-default-user-alist): Add "nc".
4422 (top): Remove completion function for "sftp". Add completion
4423 functions for "nc" and "psftp".
4424 (tramp-do-copy-or-rename-file-out-of-band): Tweak docstring.
4425 Implement support for "nc" method.
4426 (tramp-sh-handle-expand-file-name, tramp-local-coding-commands)
4427 (tramp-remote-coding-commands, tramp-call-local-coding-command):
4428 Tweak docstring.
4429 (tramp-sh-handle-write-region): Tweak error message.
4430 (tramp-sh-handle-vc-registered): Remove backends when the remote
4431 binary does not exist.
4432 (tramp-find-inline-encoding): Do not raise an error.
4433 (tramp-make-copy-program-file-name): Tweak docstring. Handle also
4434 the "nc" case. Quote result also locally.
4435
4436 * net/tramp-smb.el (tramp-smb-handle-copy-directory)
4437 (tramp-smb-handle-set-file-acl): Use `start-process'.
4438 (tramp-smb-handle-insert-directory): Use progress reporter.
4439 (tramp-smb-handle-rename-file): Flush also file properties of
4440 FILENAME.
4441
4442 * net/trampver.el: Update release number.
4443
4444 2014-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
4445
4446 * ses.el: Miscellaneous cleanups; use lexical-binding; avoid
4447 add-to-list.
4448 (ses-localvars): Remove ses--local-printer-list, unused.
4449 (ses--metaprogramming): New macro. Use it to defvar variables.
4450 (ses-set-localvars): Simplify.
4451 (ses--locprn, ses-cell): Use defstruct. Change ses-cell's
4452 property-list into an alist.
4453 (ses-locprn-get-compiled, ses-locprn-compiled-aset)
4454 (ses-locprn-get-def, ses-locprn-def-aset, ses-locprn-get-number):
4455 Remove; use defstruct accessors/setters instead.
4456 (ses-cell-formula-aset, ses-cell-printer-aset)
4457 (ses-cell-references-aset): Remove, use setf instead.
4458 (ses--alist-get): New function.
4459 (ses-cell-property): Rename from ses-cell-property-get and rewrite.
4460 Use an alist instead of a plist and don't do move-to-front since the
4461 list is always short.
4462 (ses-cell-property-get-fun, ses-cell-property-delq-fun)
4463 (ses-cell-property-set-fun, ses-cell-property-set)
4464 (ses-cell-property-pop-fun, ses-cell-property-get-handle)
4465 (ses-cell-property-handle-car, ses-cell-property-handle-setcar): Remove.
4466 (ses--letref): New macro.
4467 (ses-cell-property-pop): Rewrite.
4468 (ses--cell): Rename from ses-cell and make it into a function.
4469 Make `formula' fallback on `value' if nil.
4470 (ses--local-printer): Rename from ses-local-printer and make it into
4471 a function.
4472 (ses-set-cell): Turn it into a macro so finding the accessor from the
4473 field name is done at compile time.
4474 (ses-repair-cell-reference-all): Test presence of `sym' rather than
4475 `ref' before adding `sym' to :ses-repair-reference.
4476 (ses-calculate-cell): Use ses--letref rather than
4477 ses-cell-property-get-handle.
4478 (ses-write-cells): Use a single prin1-to-string.
4479 (ses-setter-with-undo): New function.
4480 (ses-aset-with-undo, ses-set-with-undo): Rewrite using it.
4481 (ses-unset-with-undo): Remove.
4482 (ses-load): Prefer apply' over `eval'.
4483 (ses-read-printer, ses-set-column-width): Use standard "(default
4484 foo)" format.
4485
4486 2014-06-15 Glenn Morris <rgm@gnu.org>
4487
4488 * Makefile.in (leim, semantic): Use `make -C' rather than `cd && make'.
4489
4490 * progmodes/cc-langs.el: Require cl-lib. (Bug#17463)
4491 Replace delete-duplicates and mapcan by cl- versions throughout.
4492 And cl-macroexpand-all by macroexpand-all.
4493 (delete-duplicates, mapcan, cl-macroexpand-all): No need to declare.
4494
4495 2014-06-15 Eli Zaretskii <eliz@gnu.org>
4496
4497 * subr.el (posn-col-row): Doc fix. (Bug#17768)
4498
4499 2014-06-15 Juri Linkov <juri@jurta.org>
4500
4501 * bindings.el: Put `ascii-character' property on keypad keys
4502 mapped to characters. (Bug#17759)
4503
4504 2014-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
4505
4506 * emacs-lisp/smie.el (smie-next-sexp): Fix up "other-end" info when
4507 bumping forward into a closing paren (bug#17761).
4508
4509 * term/xterm.el (xterm--version-handler): Work around for OSX
4510 Terminal.app (bug#17607).
4511
4512 2014-06-14 Ron Schnell <ronnie@driver-aces.com>
4513
4514 * play/dunnet.el (dun-describe-room, dun-mode):
4515 If a lamp is in the room, you won't be eaten by a grue.
4516
4517 2014-06-13 Glenn Morris <rgm@gnu.org>
4518
4519 * Makefile.in ($(lisp)/cus-load.el, $(lisp)/finder-inf.el)
4520 (autoloads, $(lisp)/subdirs.el, compile-main, leim, semantic, compile)
4521 (compile-always): GNU make automatically passes
4522 command-line arguments to sub-makes.
4523
4524 * calendar/calendar.el (calendar-generate-window):
4525 Remove pointless call to font-lock-fontify-buffer.
4526
4527 2014-06-13 Matthias Meulien <orontee@gmail.com>
4528
4529 * simple.el (completion-list-mode-map): Navigate with tab and backtab
4530 (bug#17767).
4531
4532 2014-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
4533
4534 * simple.el (set-mark-command): Simplify a bit.
4535
4536 2014-06-12 Nicolas Richard <theonewiththeevillook@yahoo.fr>
4537
4538 * help.el (help--key-binding-keymap): New function.
4539 (help--binding-locus): New function.
4540 (describe-key): Mention the keymap in which the binding was
4541 found. (bug#13948)
4542
4543 2014-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
4544
4545 * hippie-exp.el (he--all-buffers): New function.
4546 (try-expand-line-all-buffers, try-expand-list-all-buffers)
4547 (try-expand-dabbrev-all-buffers): Use it.
4548
4549 2014-06-12 Emilio C. Lopes <eclig@gmx.net>
4550
4551 * hippie-exp.el (try-expand-line-all-buffers)
4552 (try-expand-list-all-buffers, try-expand-dabbrev-all-buffers):
4553 Read hippie-expand-only-buffers and hippie-expand-ignore-buffers in the
4554 original buffer, in case they're buffer-local.
4555
4556 2014-06-12 Vincent Belaïche <vincentb1@users.sourceforge.net>
4557
4558 * ses.el (ses-initial-global-parameters-re): New defconst, a
4559 specific regexp is needed now that ses.el can handle both
4560 file-format 2 --- ie. no local printers --- and 3 --- i.e. may have
4561 local printers.
4562 (ses-localvars): Add local variables needed for local printer handling.
4563 (ses-set-localvars): Handle hashmap initialisation.
4564 (ses-paramlines-plist): Add param-line for number of local printers.
4565 (ses-paramfmt-plist): New defconst, needed for code factorization
4566 between functions `ses-set-parameter' and
4567 `ses-file-format-extend-paramter-list'
4568 (ses-make-local-printer-info): New defsubst.
4569 (ses-locprn-get-compiled, ses-locprn-compiled-aset)
4570 (ses-locprn-get-def, ses-locprn-def-aset, ses-locprn-get-number)
4571 (ses-cell-printer-aset): New defmacro.
4572 (ses-local-printer-compile): New defun.
4573 (ses-local-printer): New defmacro.
4574 (ses-printer-validate, ses-call-printer): Add support for local
4575 printer functions.
4576 (ses-file-format-extend-paramter-list): New defun.
4577 (ses-set-parameter): Use const `ses-paramfmt-plist' for code
4578 factorization.
4579 (ses-load): Add support for local printer functions.
4580 (ses-read-printer): Update docstring and add support for local printer
4581 functions.
4582 (ses-refresh-local-printer, ses-define-local-printer): New defun.
4583 (ses-safe-printer): Add support for local printer functions.
4584
4585 2014-06-12 Ivan Andrus <darthandrus@gmail.com>
4586
4587 * ffap.el (ffap-lax-url): New var (bug#17723).
4588 (ffap-url-at-point): Use it.
4589 (ffap-file-at-point): Avoid returning just "/".
4590
4591 2014-06-12 Matthias Meulien <orontee@gmail.com>
4592
4593 * progmodes/python.el (import skeleton): New skeleton (bug#17672).
4594 (python-mode-map): Bind it.
4595
4596 * progmodes/python.el (class skeleton): Don't erase last char of class
4597 name (bug#17683).
4598
4599 2014-06-12 Cameron Desautels <camdez@gmail.com> (tiny change)
4600
4601 * help.el (where-is): Use `default' arg of completing-read (bug#17705).
4602
4603 2014-06-12 Kevin Ryde <user42_kevin@yahoo.com.au>
4604
4605 * files.el (auto-mode-alist): Map .ad files to xdefaults-mode
4606 (bug#17745).
4607
4608 2014-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
4609
4610 * international/mule-cmds.el: Use lexical-binding.
4611 (ucs-names): Simplify.
4612
4613 2014-05-18 Eric Hanchrow <eric.hanchrow@gmail.com>
4614
4615 * progmodes/python.el (run-python): Use read-shell-command.
4616
4617 2014-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
4618
4619 * rect.el: Make it possible to move bounds past EOL or into TABs.
4620 (operate-on-rectangle): Use apply-on-rectangle.
4621 (rectangle--mark-crutches): New var.
4622 (rectangle--pos-cols, rectangle--col-pos, rectangle--point-col)
4623 (rectangle--crutches, rectangle--reset-crutches): New functions.
4624 (apply-on-rectangle): Obey crutches. Avoid setq.
4625 Fix missing final iteration if end is at EOB&BOL.
4626 (rectangle-mark-mode-map): Add remap bindings for
4627 exchange-point-and-mark and char/line movements.
4628 (rectangle--*-char): New function.
4629 (rectangle-exchange-point-and-mark, rectangle-right-char)
4630 (rectangle-left-char, rectangle-forward-char)
4631 (rectangle-backward-char, rectangle-next-line)
4632 (rectangle-previous-line): New commands.
4633 (rectangle--place-cursor): New function.
4634 (rectangle--highlight-for-redisplay): Use it. Use apply-on-rectangle.
4635
4636 2014-06-08 Glenn Morris <rgm@gnu.org>
4637
4638 * startup.el (initial-buffer-choice): Doc fix.
4639 Reset :version (adding an option does not merit a :version bump).
4640
4641 * bookmark.el (bookmark-load):
4642 * uniquify.el (uniquify-buffer-name-style): Doc fixes.
4643
4644 2014-06-08 Juri Linkov <juri@jurta.org>
4645
4646 * desktop.el: Activate auto-saving on window configuration changes.
4647 (desktop-save-mode, desktop-auto-save-timeout): Add/remove
4648 `desktop-auto-save-set-timer' to/from
4649 `window-configuration-change-hook'.
4650 (desktop-auto-save-set-timer): Change REPEAT arg of
4651 `run-with-idle-timer' from t to nil.
4652 http://lists.gnu.org/archive/html/emacs-devel/2014-06/msg00147.html
4653
4654 2014-06-08 Santiago Payà i Miralta <santiagopim@gmail.com>
4655
4656 * vc/vc-hg.el (vc-hg-working-revision): Use "hg parent" and
4657 vc-hg-command (bug#17570).
4658
4659 2014-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
4660
4661 * international/mule-cmds.el (ucs-names): Add special entry for BEL
4662 (bug#17702).
4663
4664 2014-06-08 Glenn Morris <rgm@gnu.org>
4665
4666 * startup.el (window-setup-hook): Doc fix.
4667
4668 * emacs-lisp/package.el (package-check-signature)
4669 (package-unsigned-archives): Doc fixes.
4670
4671 2014-06-08 Martin Rudalics <rudalics@gmx.at>
4672
4673 * window.el (display-buffer-use-some-window): Don't make window
4674 used smaller than it was before (Bug#17671).
4675
4676 2014-06-08 Eli Zaretskii <eliz@gnu.org>
4677
4678 * menu-bar.el (menu-bar-open): Fix last change: use the PC
4679 'redisplay' instead of '(sit-for 0)'.
4680
4681 2014-06-08 Michael Albinus <michael.albinus@gmx.de>
4682
4683 * net/tramp.el (tramp-ssh-controlmaster-options):
4684 Improve search regexp. (Bug#17653)
4685
4686 2014-06-08 Glenn Morris <rgm@gnu.org>
4687
4688 * emacs-lisp/package.el (package-pinned-packages): Doc fix.
4689
4690 2014-06-08 Eli Zaretskii <eliz@gnu.org>
4691
4692 * menu-bar.el (menu-bar-open): Fix invocation via M-x.
4693
4694 2014-06-06 Santiago Payà i Miralta <santiagopim@gmail.com>
4695
4696 * vc/vc-hg.el (vc-hg-create-tag, vc-hg-retrieve-tag): New functions
4697 (bug#17586).
4698
4699 * vc/vc-hg.el (vc-hg-log-graph): New var.
4700 (vc-hg-print-log): Use it.
4701 (vc-hg-root-log-format): Include branch name and bookmarks; ignore
4702 graph output (bug#17515).
4703
4704 2014-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
4705
4706 * mouse.el (mouse-posn-property): Ignore buffer position info when the
4707 even happened elsewhere.
4708
4709 2014-06-06 Mario Lang <mlang@delysid.org>
4710
4711 * emacs-lisp/tabulated-list.el (tabulated-list-print): Only call
4712 `recenter' if `current-buffer' is equal to `window-buffer'.
4713
4714 2014-06-05 Leo Liu <sdl.web@gmail.com>
4715
4716 * emacs-lisp/cl-macs.el (cl-macrolet): Avoid excessive progn's.
4717
4718 2014-06-05 Michal Nazarewicz <mina86@mina86.com>
4719
4720 * textmodes/tildify.el (tildify-foreach-region-outside-env):
4721 New function which calls a callback on portions of the buffer that are
4722 outside of ignored environments.
4723 (tildify-build-regexp): Remove function since it is now
4724 incorporated in `tildify-foreach-region-outside-env' where it is
4725 optimized and simplified by the use of `mapconcat'.
4726 (tildify-tildify): Return number of substitutions made so that…
4727 (tildify-count): …can be removed.
4728 (tildify-find-env): Accept a new PAIRS argument which was
4729 previously looked up in `tildify-ignored-environments-alist' each
4730 time the function was called. With this change, the lookup is
4731 performed only once in `tildify-foreach-region-outside-env'.
4732 (tildify-region): Greatly simplify the function since now most of
4733 the work is done by `tildify-foreach-region-outside-env'.
4734 (tildify-mode-alist): Simplify slightly by avoiding if and setq
4735 and instead using or.
4736
4737 * textmodes/tildify.el (tildify-ignored-environments-alist):
4738 Optimize environments regexes
4739
4740 Each time beginning of an environment to ignore is found,
4741 `tildify-find-env' needs to identify regexp for the ending
4742 of the environment. This is done by trying all the opening
4743 regexes on matched text in a loop, so to speed that up, this
4744 loop should have fewer things to match, which can be done by
4745 using alternatives in the opening regexes.
4746
4747 Coincidentally, this should make matching of the opening
4748 regexp faster as well thanks to the use of `regexp-opt' and
4749 having common prefix pulled from many regexes.
4750
4751 * textmodes/tildify.el (tildify-string-alist)
4752 (tildify-ignored-environments-alist): Add `nxml-mode' to the list
4753 of supported modes since `xml-mode' is no longer a thing but just
4754 an alias to the former. Also include comments and insides of tags
4755 in `tildify-ignored-environments-alist' for XML modes. Finally,
4756 since XML does not define “&nbsp;”[1], use a numeric reference for
4757 a no-break space (namely “&#160;”)
4758
4759 [1] XML specification defines only a handful of predefined entities.
4760 The list is at <http://www.w3.org/TR/REC-xml/#sec-predefined-ent>
4761 and includes only &lt;, &gt;, &amp;, &apos; and &quot; (meaning <,
4762 >, &, ' and " respectively). This is in contrast to HTML and even
4763 XHTML which defined a whole bunch of entities including “&nbsp;”.
4764
4765 * textmodes/tildify.el (tildify-pattern-alist)
4766 (tildify-string-alist, tildify-ignored-environments-alist):
4767 Improve defcustom's types by adding more tags explaining what each
4768 value means and replace “sexp” used in
4769 `tildify-ignored-environments-alist' with a full type declaration.
4770
4771 * textmodes/tildify.el (tildify-find-env): Fix matched group
4772 indexes in end-regex building
4773
4774 When looking for a start of an ignore-environment, the regex is built
4775 by concatenating regexes of all the environments configured in
4776 `tildify-ignored-environments-alist'. So for example, the following
4777 list could be used to match TeX's \verb and \verb* commands:
4778
4779 (("\\\\verb\\(.\\)" . (1))
4780 ("\\\\verb\\*\\(.\\)" . (1)))
4781
4782 This would result in the following regex being used to find the start
4783 of any of the variants of the \verb command:
4784
4785 \\\\verb\\(.\\)\\|\\\\verb\\*\\(.\\)
4786
4787 But now, if “\\\\verb\\*\\(.\\)” matches, the first capture group
4788 won't match anything, and thus (match-string 1) will be nil, which
4789 will cause building of the end-matching regex to fail.
4790
4791 Fix this by using capture groups from the time when the opening
4792 regexes are matched individually.
4793
4794 * textmodes/tildify.el (tildify-find-env): Fix end-regex building
4795 in `tildify-find-env'
4796
4797 The `tildify-ignored-environments-alist' allows the end-regex to
4798 be provided not as a static string but mix of strings and indexes
4799 of groups matched the begin-regex. For example, the “\verb!…!”
4800 TeX-command (where “!” is an arbitrary character) is handled
4801 using:
4802
4803 ("\\\\verb\\*?\\(.\\)" . (1))
4804
4805 In the same way, the following should be supported as well:
4806
4807 ("open-\\(.\\)" . ("end-" 1))
4808
4809 However the tildify-find-env function fails at
4810
4811 (concat result
4812 (if (stringp (setq aux (car expression)))
4813 expression ; BUG: expression is a list
4814 (regexp-quote (match-string aux))))
4815
4816 where the string part is handled incorrectly.
4817
4818 The most trivial fix would be to replace `expression' in the
4819 true-part of the if-statement with `aux', but instead, this commit
4820 optimizes `tildify-find-env' by changing it to use `mapconcat'
4821 rather than open-coded while-loop.
4822
4823 2014-06-05 Mario Lang <mlang@delysid.org>
4824
4825 * woman.el (woman-mapcan): Remove.
4826 (woman-parse-colon-path): Use cl-mapcan instead.
4827
4828 2014-06-03 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
4829
4830 * register.el: Add link to Emacs manual in Commentary.
4831
4832 2014-06-02 Sam Steingold <sds@gnu.org>
4833
4834 * menu-bar.el (lookup-key-ignore-too-long): Extract from...
4835 (popup-menu): ...here.
4836 (menu-bar-open): Use it to avoid an error when `lookup-key'
4837 returns a number.
4838
4839 2014-06-02 Michael Albinus <michael.albinus@gmx.de>
4840
4841 * net/tramp.el (tramp-call-process): Add traces.
4842 (tramp-handle-unhandled-file-name-directory): Return "/".
4843
4844 2014-06-02 Wilson Snyder <wsnyder@wsnyder.org>
4845
4846 Sync with upstream verilog-mode revision 3cd8144.
4847 * progmodes/verilog-mode.el (verilog-mode-version): Bump.
4848 (verilog-auto-arg-format): New option, to support newlines in AUTOARG.
4849 (verilog-type-font-keywords): Add nor.
4850 (verilog-batch-execute-func): Force reading of Local Variables.
4851 Fix printing "no changes to be saved" with verilog-batch.
4852 (verilog-auto-arg-ports): Doc fix.
4853 Add verilog-auto-arg-format to support newlines in AUTOARG.
4854 (verilog-auto-arg): Doc fix.
4855
4856 2014-06-02 Glenn Morris <rgm@gnu.org>
4857
4858 * emulation/crisp.el, emulation/tpu-edt.el, emulation/tpu-extras.el:
4859 * emulation/tpu-mapper.el, emulation/vi.el, emulation/vip.el:
4860 * emulation/ws-mode.el: Move to obsolete/.
4861 * Makefile.in (AUTOGEN_VCS): Update for moved tpu-edu.el.
4862
4863 2014-06-02 Eli Zaretskii <eliz@gnu.org>
4864
4865 * simple.el (keyboard-quit): Force update of mode lines, to remove
4866 the "Def" indicator, if we were defining a macro. (Bug#17615)
4867
4868 2014-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
4869
4870 * minibuffer.el (minibuffer-force-complete-and-exit):
4871 Obey minibuffer-default (bug#17545).
4872
4873 * progmodes/js.el (js-indent-line): Don't mix columns and chars
4874 (bug#17619).
4875
4876 * subr.el (set-transient-map): Don't wait for some "nested"
4877 transient-map to finish if we're only supposed to be active for
4878 the next command (bug#17642).
4879
4880 2014-06-02 Leo Liu <sdl.web@gmail.com>
4881
4882 * emacs-lisp/gv.el (window-buffer, window-display-table)
4883 (window-dedicated-p, window-hscroll, window-point, window-start):
4884 Fix gv-expander. (Bug#17630)
4885
4886 2014-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
4887
4888 * mouse.el (mouse-posn-property): Ignore posn-point for mode-line
4889 clicks (bug#17633).
4890
4891 * leim/quail/latin-pre.el ("latin-2-prefix"): Use ",," rather than ", "
4892 for the single comma, since ", " is *very* common in normal French text
4893 (bug#17643).
4894
4895 2014-06-02 Glenn Morris <rgm@gnu.org>
4896
4897 * emacs-lisp/package.el (package-check-signature)
4898 (package-unsigned-archives): Fix :version.
4899
4900 2014-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
4901
4902 * subr.el (sit-for): Don't run input-methods (bug#15614).
4903
4904 2014-06-02 Glenn Morris <rgm@gnu.org>
4905
4906 * cus-start.el: Fix some :version numbers.
4907
4908 2014-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
4909
4910 * simple.el (deactivate-mark): Set mark-active to nil even if
4911 deactivation is done via setting transient-mark-mode to nil,
4912 since one is buffer-local and the other is global.
4913
4914 * emacs-lisp/byte-opt.el (byte-optimize-binary-predicate): Don't assume
4915 there can't be more than 2 arguments (bug#17584).
4916
4917 2014-06-02 Glenn Morris <rgm@gnu.org>
4918
4919 * simple.el (filter-buffer-substring-functions)
4920 (filter-buffer-substring-function, buffer-substring-filters)
4921 (filter-buffer-substring, buffer-substring--filter): Doc fixes.
4922
4923 * minibuffer.el (completion-in-region-functions, completion-in-region)
4924 (completion--in-region): Doc fixes.
4925
4926 * abbrev.el (abbrev-expand-functions, abbrev-expand-function)
4927 (expand-abbrev, abbrev--default-expand): Doc fixes.
4928
4929 2014-06-02 Paul Eggert <eggert@cs.ucla.edu>
4930
4931 Include sources used to create macuvs.h.
4932 * international/README: Refer to the Unicode Terms of Use rather
4933 than copying it bodily here, as that simplifies maintenance.
4934
4935 2014-06-01 Glenn Morris <rgm@gnu.org>
4936
4937 * loadup.el (load-prefer-newer): Set non-nil when dumping. (Bug#17629)
4938
4939 2014-05-31 Glenn Morris <rgm@gnu.org>
4940
4941 * files.el (locate-dominating-file): Expand file argument. (Bug#17641)
4942
4943 2014-05-30 Glenn Morris <rgm@gnu.org>
4944
4945 * loadup.el: Treat `command-line-args' more flexibly.
4946
4947 2014-05-30 Alan Mackenzie <acm@muc.de>
4948
4949 Guard (looking-at "\\s!") from XEmacs.
4950 * progmodes/cc-engine.el (c-state-pp-to-literal): Add guard form.
4951
4952 2014-05-30 Ken Olum <kdo@cosmos.phy.tufts.edu>
4953
4954 * mail/rmail.el (rmail-delete-forward, rmail-delete-backward):
4955 The argument COUNT is now optional, to be more backward-compatible.
4956 Doc fix. (Bug#17560)
4957
4958 2014-05-29 Reuben Thomas <rrt@sc3d.org>
4959
4960 * whitespace.el (whitespace-report-region):
4961 Simplify documentation.
4962 (whitespace-report-region): Allow report-if-bogus to take the
4963 value `never', for non-interactive use.
4964 (whitespace-report): Refer to whitespace-report-region's
4965 documentation.
4966
4967 2014-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
4968
4969 * whitespace.el: Use font-lock-flush. Minimize refontifications.
4970 Side benefit: it works without jit-lock.
4971 (whitespace-point--used): New buffer-local var.
4972 (whitespace-color-on): Initialize it and flush it. Use font-lock-flush.
4973 (whitespace-color-off): Use font-lock-flush.
4974 (whitespace-point--used, whitespace-point--flush-used): New functions.
4975 (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
4976 (whitespace-empty-at-eob-regexp): Use them.
4977 (whitespace-post-command-hook): Rewrite.
4978
4979 * font-lock.el (font-lock-flush, font-lock-ensure): New functions.
4980 (font-lock-fontify-buffer): Mark interactive-only.
4981 (font-lock-multiline, font-lock-fontified, font-lock-set-defaults):
4982 Make buffer-local.
4983 (font-lock-specified-p): Remove redundant boundp check.
4984 (font-lock-flush-function, font-lock-ensure-function): New vars.
4985 (font-lock-turn-on-thing-lock): Set them.
4986 (font-lock-default-fontify-buffer): Obey font-lock-dont-widen.
4987 (font-lock-after-change-function): Make `old-len' optional.
4988 (font-lock-set-defaults): Remove redundant `set' of font-lock-defaults.
4989 Call font-lock-flush, just in case.
4990 * progmodes/verilog-mode.el (verilog-preprocess): Disable workaround in
4991 recent Emacsen.
4992 * progmodes/vera-mode.el (vera-fontify-buffer): Declare obsolete.
4993 (vera-mode-map, vera-mode-menu): Remove bindings to it.
4994 * progmodes/idlw-help.el (idlwave-help-fontify): Use font-lock-ensure
4995 and with-syntax-table.
4996 * textmodes/conf-mode.el (conf-quote-normal):
4997 * progmodes/sh-script.el (sh-set-shell):
4998 * progmodes/prog-mode.el (prettify-symbols-mode):
4999 * progmodes/f90.el (f90-font-lock-n):
5000 * progmodes/cwarn.el (cwarn-mode):
5001 * nxml/nxml-mode.el (nxml-toggle-char-ref-extra-display):
5002 * progmodes/compile.el (compilation-setup, compilation--unsetup):
5003 * hi-lock.el (hi-lock-mode, hi-lock-unface-buffer)
5004 (hi-lock-set-pattern, hi-lock-set-file-patterns): Use font-lock-flush.
5005 * mail/rmail.el (rmail-variables): Set font-lock-dont-widen instead of
5006 font-lock-fontify-buffer-function and
5007 font-lock-unfontify-buffer-function.
5008 (rmail-unfontify-buffer-function, rmail-fontify-message):
5009 Use with-silent-modifications.
5010 * htmlfontify.el (hfy-force-fontification): Use jit-lock-fontify-now
5011 and font-lock-ensure.
5012 * bs.el (bs-show-in-buffer): Use font-lock-ensure.
5013
5014 2014-05-28 Thien-Thi Nguyen <ttn@gnu.org>
5015
5016 * emacs-lisp/package.el (package-generate-autoloads):
5017 Inhibit backup files.
5018
5019 2014-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
5020
5021 * progmodes/hideshow.el (hs-hide-all): Call syntax-propertize
5022 (bug#17608).
5023
5024 2014-05-21 Michal Nazarewicz <mina86@mina86.com>
5025
5026 * textmodes/tildify.el (tildify-buffer, tildify-region):
5027 Add dont-ask option.
5028
5029 2014-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
5030
5031 * subr.el (zerop): Move from C. Add compiler-macro (bug#17475).
5032 * emacs-lisp/byte-opt.el (byte-optimize-zerop): Remove.
5033
5034 * subr.el (internal--funcall-interactively): New.
5035 (internal--call-interactively): Remove.
5036 (called-interactively-p): Detect funcall-interactively instead of
5037 call-interactively.
5038 * simple.el (repeat-complex-command): Use funcall-interactively.
5039 (repeat-complex-command--called-interactively-skip): Remove.
5040
5041 2014-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
5042
5043 * register.el (register-read-with-preview): Don't burp on
5044 frame switches (e.g. due to the frame we just popped).
5045
5046 * mouse.el (mouse-set-region): Handle spurious drag events (bug#17562).
5047 (mouse-drag-track): Annotate `mouse-drag-start' so we know we moved.
5048
5049 2014-05-26 Andreas Schwab <schwab@linux-m68k.org>
5050
5051 * cus-face.el (custom-face-attributes): Add :distant-foreground.
5052
5053 2014-05-26 Martin Rudalics <rudalics@gmx.at>
5054
5055 * window.el (window--dump-frame): Remove interactive specification.
5056
5057 2014-05-26 Glenn Morris <rgm@gnu.org>
5058
5059 * hippie-exp.el (he-line-search-regexp):
5060 Handle comint-prompt-regexp containing subgroups. (Bug#17529)
5061
5062 2014-05-26 Stephen Berman <stephen.berman@gmx.net>
5063
5064 * calendar/todo-mode.el: Remove dependence on auto-mode-alist,
5065 to avoid errors when trying to create or visit a file foo.todo
5066 located outside to todo-directory, and to allow having such files
5067 without them being tied to Todo mode (bug#17482).
5068 (todo-show, todo-move-category, todo-merge-category, todo-find-archive)
5069 (todo-archive-done-item, todo-find-filtered-items-file)
5070 (todo-filter-items, todo-find-item, todo-diary-goto-entry)
5071 (todo-category-completions, todo-read-category): When visiting a
5072 Todo file, make sure we're in the right mode and the buffer local
5073 variables are set.
5074 (todo-make-categories-list, todo-reset-nondiary-marker)
5075 (todo-reset-done-string, todo-reset-comment-string):
5076 After processing all Todo files, kill the buffers of those files that
5077 weren't being visited before the processing.
5078 (todo-display-as-todo-file, todo-add-to-buffer-list)
5079 (todo-visit-files-commands): Comment out.
5080 (todo-modes-set-3, todo-mode): Comment out additions to find-file-hook.
5081 (auto-mode-alist): Remove add-to-list calls making Todo file
5082 extensions unrestrictedly tied to Todo modes.
5083
5084 2014-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
5085
5086 * emacs-lisp/nadvice.el (advice--member-p): Change second arg.
5087 (advice-function-member-p): Tell it to check both names and functions
5088 (bug#17531).
5089 (advice--add-function): Adjust call accordingly.
5090
5091 2014-05-26 Stephen Berman <stephen.berman@gmx.net>
5092
5093 * calendar/todo-mode.el: Miscellaneous bug fixes.
5094 (todo-delete-file): When deleting an archive but not its todo
5095 file, make sure to update the todo file's category sexp.
5096 (todo-move-category): Keep the moved category's name unless the
5097 file moved to already has a category with that name. If the
5098 numerically last category of the source file was moved, make the
5099 first category current to avoid selecting a nonexisting category.
5100 (todo-merge-category): Fix implementation to make merging to a
5101 category in another file work as documented. Eliminate now
5102 insufficient and unnecessary renaming of archive category, correct
5103 document string accordingly, and clarify it. If the numerically
5104 last category of the source file was merged, make the first
5105 category current to avoid selecting a nonexisting category.
5106 (todo-archive-done-item): When there are marked items and point
5107 happens to be on an unmarked item, ignore the latter. Don't leave
5108 point below last item after archiving marked items.
5109 (todo-unarchive-items): Fix logic to ensure unarchiving an item
5110 from an archive with only one category deletes the archive only
5111 when the category is empty after unarchiving. Make sure the todo
5112 file's category sexp is updated.
5113 (todo-read-file-name): Allow an existing file name even when it is
5114 not required (todo-move-category needs this to work as documented).
5115 (todo-add-file): Call todo-validate-name to reject the name of an
5116 existing todo file (needed due to fix in todo-read-file-name).
5117 (todo-reset-nondiary-marker): Also reset in filtered items files.
5118 (todo-reset-done-string, todo-reset-comment-string): Also reset in
5119 regexp filtered items files.
5120 (todo-reset-highlight-item): Also reset in filtered items files.
5121 Fix incorrect variable reference in document string.
5122
5123 2014-05-26 Glenn Morris <rgm@gnu.org>
5124
5125 * window.el (window--dump-frame): Avoid error in --without-x builds.
5126
5127 2014-05-26 Glenn Morris <rgm@gnu.org>
5128
5129 * nxml/nxml-mode.el (xml-mode): Only define this alias once.
5130
5131 2014-05-26 Eli Zaretskii <eliz@gnu.org>
5132
5133 * frame.el (set-frame-font): Doc fix.
5134
5135 * menu-bar.el (menu-set-font): Doc fix. (Bug#17532)
5136
5137 2014-05-26 Dmitry Gutov <dgutov@yandex.ru>
5138
5139 * emacs-lisp/package.el (package--download-one-archive):
5140 Use `write-region' instead of `save-buffer' to avoid running various
5141 hooks. (Bug#17155)
5142 (describe-package-1): Same. Insert newline at the end of the
5143 buffer if appropriate.
5144
5145 2014-05-26 Juri Linkov <juri@jurta.org>
5146
5147 * avoid.el (mouse-avoidance-set-mouse-position): Don't raise frame.
5148 (mouse-avoidance-ignore-p): Remove `switch-frame', add `focus-out'.
5149 Add more modifiers: meta, control, shift, hyper, super, alt.
5150 (Bug#17439)
5151
5152 * avoid.el (mouse-avoidance-banish-position): Fix defcustom :options
5153 to allow changing its value with `set-variable'.
5154
5155 2014-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
5156
5157 * progmodes/scheme.el (scheme-mode-syntax-table): Remove hack for
5158 #; comments.
5159 (scheme-syntax-propertize, scheme-syntax-propertize-sexp-comment):
5160 New functions.
5161 (scheme-mode-variables): Set syntax-propertize-function instead of
5162 font-lock-syntactic-face-function.
5163 (scheme-font-lock-syntactic-face-function): Delete.
5164
5165 * emacs-lisp/lisp.el (end-of-defun): Ensure we move (bug#17274).
5166
5167 * emacs-lisp/timer.el (timer-event-handler): Don't run if canceled
5168 (bug#17392).
5169
5170 2014-05-26 Michael Albinus <michael.albinus@gmx.de>
5171
5172 * net/tramp-sh.el (tramp-find-inline-encoding): Do not match "%%t"
5173 for a temporary file name.
5174
5175 2014-05-26 Eli Zaretskii <eliz@gnu.org>
5176
5177 * simple.el (line-move-ignore-invisible): Doc fix. (Bug#17511)
5178
5179 2014-05-26 Michael Albinus <michael.albinus@gmx.de>
5180
5181 * net/dbus.el (dbus-init-bus, dbus-call-method)
5182 (dbus-call-method-asynchronously, dbus-send-signal)
5183 (dbus-method-return-internal, dbus-method-error-internal):
5184 Check, whether Emacs has been compiled with D-Bus support. (Bug#17508)
5185
5186 2014-05-26 Nicolas Richard <theonewiththeevillook@yahoo.fr>
5187
5188 * emacs-lisp/eieio-opt.el (eieio-help-class): Correctly deal with
5189 methods which do not have a doc string. (Bug#17490)
5190
5191 2014-05-25 Tassilo Horn <tsdh@gnu.org>
5192
5193 * textmodes/reftex-ref.el (reftex-format-special): Make it work
5194 also for AMS Math's \eqref macro.
5195
5196 2014-05-25 Thien-Thi Nguyen <ttn@gnu.org>
5197
5198 Arrange to never byte-compile the generated -pkg.el file.
5199
5200 * emacs-lisp/package.el (package-generate-description-file):
5201 Output first-line comment to set buffer-local var `no-byte-compile'.
5202 Suggested by Dmitry Gutov:
5203 <http://lists.gnu.org/archive/html/emacs-devel/2014-05/msg00401.html>.
5204
5205 2014-05-25 Thien-Thi Nguyen <ttn@gnu.org>
5206
5207 Fix bug: Properly quote args to generated -pkg.el `define-package'.
5208
5209 * emacs-lisp/package.el (package-generate-description-file):
5210 Inline `package--alist-to-plist'; rewrite to selectively
5211 quote alist values that are not self-quoting.
5212 (package--alist-to-plist): Delete func.
5213
5214 2014-05-25 Andreas Schwab <schwab@linux-m68k.org>
5215
5216 * term/xterm.el (xterm-function-map): Add mapping for shifted
5217 keypad keys.
5218
5219 2014-05-24 Daniel Colascione <dancol@dancol.org>
5220
5221 * progmodes/subword.el (subword-find-word-boundary): Move point to
5222 correct spot before search. (Bug#17580)
5223
5224 * emacs-lisp/nadvice.el (defun): Write in eval-and-compile to avoid
5225 breaking the build.
5226
5227 2014-05-24 Leo Liu <sdl.web@gmail.com>
5228
5229 * calc/calc.el (math-bignum): Handle most-negative-fixnum. (Bug#17556)
5230
5231 2014-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
5232
5233 * minibuffer.el (completion--sreverse): Remove.
5234 (completion--common-suffix): Use `reverse' instead.
5235 * emacs-lisp/regexp-opt.el (regexp-opt-group): Use `reverse' on strings.
5236
5237 2014-05-22 Glenn Morris <rgm@gnu.org>
5238
5239 * shell.el (shell-mode) <shell-dirstack-query>: Bypass bash aliases.
5240
5241 2014-05-21 Daniel Colascione <dancol@dancol.org>
5242
5243 * files.el (interpreter-mode-alist): Add mksh.
5244
5245 * progmodes/sh-script.el (sh-ancestor-alist): Add mksh, a pdksh
5246 derivative.
5247 (sh-alias-alist): Alias /system/bin/sh (Android's system shell) to
5248 mksh. Improve custom spec; allow regular expressions.
5249 (sh-shell): Delegate name splitting to `sh-canonicalize-shell'.
5250 (sh-after-hack-local-variables): New function.
5251 (sh-mode): Use it; respect file-local `sh-shell' variable. (bug#17333)
5252 (sh-set-shell): Use `sh-canonicalize-shell' instead of open-coding
5253 the normalization.
5254 (sh-canonicalize-shell): Rewrite to support regexes.
5255
5256 2014-05-21 Leo Liu <sdl.web@gmail.com>
5257
5258 * emacs-lisp/cl-lib.el (cl-endp): Fix last change.
5259
5260 2014-05-19 Leo Liu <sdl.web@gmail.com>
5261
5262 * emacs-lisp/cl-lib.el (cl-endp): Conform to CL's semantics.
5263
5264 2014-05-18 Glenn Morris <rgm@gnu.org>
5265
5266 * loadup.el:
5267 * play/gametree.el: `track-mouse' is always defined since 2012-11-24.
5268
5269 2014-05-14 Sam Steingold <sds@gnu.org>
5270
5271 * progmodes/python.el (python-shell-get-or-create-process):
5272 Do not bind `current-prefix-arg' so that C-c C-z does not talk
5273 back unless requested.
5274
5275 2014-05-14 Glenn Morris <rgm@gnu.org>
5276
5277 * subr.el (with-file-modes): New macro.
5278 * printing.el (pr-save-file-modes): Make obsolete.
5279 * eshell/esh-util.el (eshell-with-file-modes): Make obsolete.
5280 * emacs-lisp/lisp-mode.el (lisp-el-font-lock-keywords-2):
5281 Add with-file-modes.
5282 * doc-view.el (doc-view-make-safe-dir):
5283 * epg.el (epg--start):
5284 * files.el (locate-user-emacs-file, make-temp-file)
5285 (backup-buffer-copy, move-file-to-trash):
5286 * printing.el (pr-despool-print, pr-call-process, pr-text2ps):
5287 * eshell/esh-util.el (eshell-with-private-file-modes)
5288 (eshell-make-private-directory):
5289 * net/browse-url.el (browse-url-mosaic):
5290 * obsolete/mailpost.el (post-mail-send-it):
5291 * obsolete/pgg-pgp.el (pgg-pgp-verify-region):
5292 * obsolete/pgg-pgp5.el (pgg-pgp5-verify-region):
5293 Use with-file-modes.
5294
5295 * vc/emerge.el (emerge-make-temp-file): Simplify.
5296
5297 2014-05-14 Stephen Berman <stephen.berman@gmx.net>
5298 Stefan Monnier <monnier@iro.umontreal.ca>
5299
5300 * minibuffer.el (completion-pcm--merge-try): Merge trailing / with
5301 suffix (bug#15419).
5302
5303 2014-05-14 Glenn Morris <rgm@gnu.org>
5304
5305 * vc/emerge.el (emerge-temp-file-prefix):
5306 Make pointless option obsolete.
5307 (emerge-temp-file-mode): Make non-functional option obsolete.
5308
5309 2014-05-14 Michael Albinus <michael.albinus@gmx.de>
5310
5311 * net/browse-url.el (browse-url):
5312 Use `unhandled-file-name-directory' when setting `default-directory',
5313 in order to circumvent stalled remote connections. (Bug#17425)
5314
5315 2014-05-14 Glenn Morris <rgm@gnu.org>
5316
5317 * printing.el (subst-char-in-string, make-temp-file, pr-get-symbol):
5318 Optimize on Emacs, which has the relevant functions for ages.
5319
5320 2014-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
5321
5322 * simple.el (undo-make-selective-list): Obey undo-no-redo.
5323
5324 2014-05-12 Sam Steingold <sds@gnu.org>
5325
5326 * calendar/time-date.el (seconds-to-string): New function to
5327 pretty print time delay in seconds.
5328
5329 2014-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
5330
5331 * mpc.el (mpc-format): Trim Date to the year.
5332 (mpc-songs-hashcons): Shorten the Date field.
5333
5334 * emacs-lisp/nadvice.el (advice--interactive-form): Don't get fooled
5335 into autoloading just because of a silly indirection.
5336
5337 2014-05-12 Santiago Payà i Miralta <santiagopim@gmail.com>
5338
5339 * vc/vc-hg.el (vc-hg-unregister): New function. (Bug#17454)
5340
5341 2014-05-12 Glenn Morris <rgm@gnu.org>
5342
5343 * emacs-lisp/find-gc.el: Move to ../admin.
5344
5345 * printing.el (pr-version):
5346 * ps-print.el (ps-print-version): Also mention bug-gnu-emacs.
5347
5348 * net/browse-url.el (browse-url-mosaic):
5349 Create /tmp/Mosaic.PID as a private file.
5350
5351 2014-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
5352
5353 * emacs-lisp/nadvice.el: Support adding a given function multiple times.
5354 (advice--member-p): If name is given, only compare the name.
5355 (advice--remove-function): Don't stop at the first match.
5356 (advice--normalize-place): New function.
5357 (add-function, remove-function): Use it.
5358 (advice--add-function): Pass the name, if any, to
5359 advice--remove-function.
5360
5361 2014-05-12 Philipp Rumpf <prumpf@gmail.com> (tiny change)
5362
5363 * electric.el (electric-indent-post-self-insert-function): Don't use
5364 `pos' after modifying the buffer (bug#17449).
5365
5366 2014-05-12 Stephen Berman <stephen.berman@gmx.net>
5367
5368 * calendar/todo-mode.el (todo-insert-item-from-calendar):
5369 Correct argument list to conform to todo-insert-item--basic.
5370
5371 2014-05-12 Glenn Morris <rgm@gnu.org>
5372
5373 * files.el (cd-absolute): Test if directory is accessible
5374 rather than executable. (Bug#17330)
5375
5376 * progmodes/compile.el (recompile):
5377 Handle C-u M-x recompile from a non-compilation buffer. (Bug#17444)
5378
5379 * net/browse-url.el (browse-url-mosaic):
5380 Be careful when writing /tmp/Mosaic.PID. (Bug#17428)
5381 This is CVE-2014-3423.
5382
5383 2014-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
5384
5385 * mouse.el: Use the normal toplevel loop while dragging.
5386 (mouse-set-point): Handle multi-clicks.
5387 (mouse-set-region): Handle multi-clicks for drags.
5388 (mouse-drag-region): Update call accordingly.
5389 (mouse-drag-track): Remove `do-mouse-drag-region-post-process' hack.
5390 Use the normal event loop instead of a local while/read-event loop.
5391 (global-map): Remove redundant bindings for double/triple-mouse-1.
5392 * xt-mouse.el (xterm-mouse-translate-1): Only process one event at a time.
5393 Generate synthetic down events when the protocol only sends up events.
5394 (xterm-mouse-last): Remove.
5395 (xterm-mouse--read-event-sequence-1000): Use xterm-mouse-last-down
5396 terminal parameter instead.
5397 (xterm-mouse--set-click-count): New function.
5398 (xterm-mouse-event): Detect/generate double/triple clicks.
5399 * reveal.el (reveal-close-old-overlays): Don't close while dragging.
5400
5401 * info.el (Info-quoted): New face.
5402 (Info-mode-font-lock-keywords): New var.
5403 (Info-mode): Use it.
5404
5405 * emacs-lisp/lisp-mode.el (preceding-sexp): Exclude leading "," which
5406 are a hindrance for C-x C-e.
5407
5408 2014-05-11 Leo Liu <sdl.web@gmail.com>
5409
5410 * net/rcirc.el (rcirc-sentinel): Fix last change.
5411
5412 2014-05-08 Sam Steingold <sds@gnu.org>
5413
5414 * net/rcirc.el (rcirc-reconnect-delay): New user option.
5415 (rcirc-sentinel): Auto-reconnect to the server if
5416 `rcirc-reconnect-delay' is non-0 (but not more often than its
5417 value in case the host is off-line).
5418
5419 2014-05-09 Eli Zaretskii <eliz@gnu.org>
5420
5421 * progmodes/grep.el (lgrep): Fix a typo in last commit.
5422
5423 2014-05-09 Glenn Morris <rgm@gnu.org>
5424
5425 * files.el (file-expand-wildcards):
5426 * man.el (Man-support-local-filenames):
5427 * printing.el (pr-i-directory, pr-interface-directory):
5428 * progmodes/grep.el (lgrep, rgrep):
5429 * textmodes/ispell.el (ispell-call-process)
5430 (ispell-call-process-region, ispell-start-process)
5431 (ispell-init-process): Use file-accessible-directory-p.
5432
5433 2014-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
5434
5435 * xt-mouse.el: Drop spurious/oddly shaped events (bug#17378).
5436 (xterm-mouse--read-event-sequence-1000): Return nil if something
5437 looks fishy.
5438 (xterm-mouse-event): Propagate it.
5439 (xterm-mouse-translate-1): Handle it.
5440
5441 2014-05-08 Stephen Berman <stephen.berman@gmx.net>
5442
5443 * calendar/todo-mode.el (todo-insert-item--apply-args): When all
5444 four slots of the parameter list are filled, make sure to pass it
5445 to the argument list of todo-insert-item--basic.
5446
5447 2014-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
5448
5449 * emacs-lisp/package.el (package-compute-transaction): Topological sort.
5450 Add optional `seen' argument to detect and break infinite loops.
5451
5452 2014-05-08 Eli Zaretskii <eliz@gnu.org>
5453
5454 * emacs-lisp/find-gc.el (find-gc-unsafe, find-unsafe-funcs)
5455 (trace-unsafe, trace-use-tree): Make parentheses style be
5456 according to Emacs style.
5457
5458 2014-05-08 Michael Albinus <michael.albinus@gmx.de>
5459
5460 * net/tramp-sh.el (tramp-remote-process-environment):
5461 Remove HISTFILE and HISTSIZE; it's too late to set them here.
5462 Add :version entry.
5463 (tramp-open-shell): Do not let-bind `tramp-end-of-output'.
5464 Add "HISTFILE=/dev/null" to the shell's env arguments. Do not send
5465 extra "PSx=..." commands.
5466 (tramp-maybe-open-connection): Setenv HISTFILE to /dev/null.
5467 (Bug#17295)
5468
5469 (tramp-uudecode): Replace the hard-coded temporary file name by a
5470 format specifier.
5471 (tramp-remote-coding-commands): Enhance docstring.
5472 (tramp-find-inline-encoding): Replace "%t" by a temporary file
5473 name. (Bug#17415)
5474 This is CVE-2014-3424.
5475
5476 2014-05-08 Glenn Morris <rgm@gnu.org>
5477
5478 * emacs-lisp/find-gc.el (find-gc-source-directory): Give it a value.
5479 (find-gc-source-files): Update some names.
5480 (trace-call-tree): Simplify and update.
5481 Avoid predictable temp-file names. (http://bugs.debian.org/747100)
5482 This is CVE-2014-3422.
5483
5484 2014-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
5485
5486 * minibuffer.el (completion--try-word-completion): Revert fix for
5487 Bug#15980 (bug#17375).
5488
5489 * xt-mouse.el (xterm-mouse--read-event-sequence-1000): (bug#17378)
5490 Always store button numbers in the same way in xterm-mouse-last;
5491 Don't burp is xterm-mouse-last is not set as expected.
5492 Never return negative indices.
5493
5494 2014-05-08 Dmitry Gutov <dgutov@yandex.ru>
5495
5496 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
5497 Backtrack one char if the global/char-literal var matcher hits
5498 inside a string. The next char could be the beginning of an
5499 expression expansion.
5500
5501 2014-05-08 Glenn Morris <rgm@gnu.org>
5502
5503 * help-fns.el (describe-function-1): Test for an autoload before a
5504 macro, since `macrop' works on autoloads. (Bug#17410)
5505
5506 2014-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
5507
5508 * electric.el (electric-indent-functions-without-reindent): Add yaml.
5509
5510 * minibuffer.el (completion-table-with-quoting) <completion--unquote>:
5511 Make sure the new point we return is within the new string (bug#17239).
5512
5513 2014-05-05 Daniel Colascione <dancol@dancol.org>
5514
5515 * progmodes/compile.el (compilation-error-regexp-alist-alist):
5516 Port `gnu' pattern to rx.
5517
5518 2014-05-05 Jarek Czekalski <jarekczek@poczta.onet.pl>
5519
5520 Remove unneeded prompt when closing a buffer with active
5521 emacsclient ("Buffer ... still has clients"), #16548.
5522 * server.el (server-start): Remove the only call to:
5523 (server-kill-buffer-query-function): Remove.
5524
5525 2014-05-04 Leo Liu <sdl.web@gmail.com>
5526
5527 * calendar/diary-lib.el (calendar-chinese-month-name-array):
5528 Defvar to pacify compiler.
5529
5530 2014-05-04 Eli Zaretskii <eliz@gnu.org>
5531
5532 * mail/rmailsum.el (rmail-new-summary-1): Fix a typo in a comment.
5533
5534 2014-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
5535
5536 * vc/ediff-diff.el (ediff-set-fine-diff-properties-in-one-buffer):
5537 Use nil rather than `default' for the "default" appearance (bug#17388).
5538 * vc/ediff-util.el (ediff-inferior-compare-regions)
5539 (ediff-toggle-autorefine, ediff-unselect-difference): Don't use
5540 a misleading `default' value when it's really a boolean.
5541 * vc/ediff-init.el (ediff-set-overlay-face): Don't set help-echo if the
5542 overlay is not visible.
5543
5544 2014-05-04 Stephen Berman <stephen.berman@gmx.net>
5545
5546 * calendar/todo-mode.el (todo-edit-file): Use display-warning.
5547 (todo-menu): Uncomment and update.
5548
5549 2014-05-04 Stephen Berman <stephen.berman@gmx.net>
5550
5551 * calendar/todo-mode.el: Reimplement item editing to have the same
5552 basic user interface as item insertion, and make small UI and
5553 larger internal improvements to the latter.
5554 (todo-insert-item): Add reference to the Todo mode user manual to
5555 the documentation string.
5556 (todo-insert-item--basic): Rename from todo-basic-insert-item and
5557 adjust all callers. Change signature to combine diary and
5558 nonmarking arguments. Incorporate functionality of deleted item
5559 copying command and add error checking. Remove detailed
5560 descriptions of the arguments from the documentation string, since
5561 this is treated in the Todo mode user manual.
5562 (todo-copy-item, todo-edit-multiline-item)
5563 (todo-edit-done-item-comment, todo-edit-item-header)
5564 (todo-edit-item-time, todo-edit-item-date-from-calendar)
5565 (todo-edit-item-date-to-today, todo-edit-item-date-day-name)
5566 (todo-edit-item-date-year, todo-edit-item-date-month)
5567 (todo-edit-item-date-day, todo-edit-item-diary-nonmarking):
5568 Remove.
5569 (todo-edit-item): Reimplement as wrapper command for
5570 todo-edit-item--next-key and make it distinguish done and not done
5571 todo items.
5572 (todo-edit-item--text): New function, replacing old command
5573 todo-edit-item and incorporating deleted commands
5574 todo-edit-multiline-item and todo-edit-done-item-comment.
5575 (todo-edit-item--header): Rename from todo-basic-edit-item-header.
5576 Use only numeric value of prefix argument. Remove detailed
5577 descriptions of the arguments from the documentation string, since
5578 this is treated in the Todo mode user manual.
5579 (todo-edit-item--diary-inclusion): New function, replacing old
5580 command todo-edit-item-diary-inclusion and incorporating and fixing
5581 functionality of deleted command todo-edit-item-diary-nonmarking,
5582 making sure to remove todo-nondiary-marker when adding
5583 diary-nonmarking-symbol.
5584 (todo-edit-category-diary-inclusion): Make sure to delete
5585 diary-nonmarking-symbol when adding todo-nondiary-marker.
5586 (todo-edit-category-diary-nonmarking): Fix indentation.
5587 (todo-insert-item--parameters): Group diary and nonmarking
5588 parameters together.
5589 (todo-insert-item--apply-args): Adjust to signature of
5590 todo-insert-item--basic and incorporate copy parameter.
5591 Make small code improvements.
5592 (todo-insert-item--next-param): Improve prompt and adjust it to
5593 new parameter grouping. Remove obsolete code.
5594 (todo-edit-item--param-key-alist)
5595 (todo-edit-item--date-param-key-alist)
5596 (todo-edit-done-item--param-key-alist): New defconsts.
5597 (todo-edit-item--prompt): New variable.
5598 (todo-edit-item--next-key): New function.
5599 (todo-key-bindings-t): Bind "e" to todo-edit-item.
5600 Remove bindings of deleted commands.
5601
5602 2014-05-04 Leo Liu <sdl.web@gmail.com>
5603
5604 * emacs-lisp/cl-macs.el (cl-deftype): Fix indentation.
5605
5606 2014-05-04 Glenn Morris <rgm@gnu.org>
5607
5608 * allout-widgets.el (allout-widgets-tally)
5609 (allout-decorate-item-guides):
5610 * menu-bar.el (menu-bar-positive-p):
5611 * minibuffer.el (completion-pcm-complete-word-inserts-delimiters):
5612 * progmodes/gdb-mi.el (gdbmi-same-start, gdbmi-is-number):
5613 * progmodes/js.el (js--inside-param-list-p)
5614 (js--inside-dojo-class-list-p, js--forward-destructuring-spec):
5615 * progmodes/prolog.el (region-exists-p):
5616 * progmodes/verilog-mode.el (verilog-scan-cache-ok-p):
5617 * textmodes/reftex-parse.el (reftex-using-biblatex-p):
5618 Doc fixes (replace `iff').
5619
5620 2014-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
5621
5622 * mpc.el (mpc-volume-mouse-set): Don't burp at the boundaries.
5623
5624 2014-05-04 Leo Liu <sdl.web@gmail.com>
5625
5626 Support Chinese diary entries in calendar and diary. (Bug#17393)
5627 * calendar/cal-china.el (calendar-chinese-month-name-array): New var.
5628 (calendar-chinese-from-absolute-for-diary)
5629 (calendar-chinese-to-absolute-for-diary)
5630 (calendar-chinese-mark-date-pattern, diary-chinese-mark-entries)
5631 (diary-chinese-list-entries): New functions to list and mark
5632 Chinese diary entries in the calendar window.
5633 (diary-chinese-anniversary)
5634 (diary-chinese-insert-anniversary-entry)
5635 (diary-chinese-insert-entry, diary-chinese-insert-monthly-entry)
5636 (diary-chinese-insert-yearly-entry): New commands to insert
5637 Chinese diary entries.
5638
5639 * calendar/diary-lib.el (diary-font-lock-keywords):
5640 Support font-locking Chinese dates.
5641
5642 * calendar/cal-menu.el (cal-menu-diary-menu): Add entries for
5643 inserting Chinese diary entries.
5644
5645 * calendar/calendar.el (diary-chinese-entry-symbol):
5646 New customizable variable.
5647 (calendar-mode-map): Add bindings for inserting Chinese diary
5648 entries.
5649
5650 2014-05-03 Juri Linkov <juri@jurta.org>
5651
5652 * dired.el (dired-check-switches, dired-switches-recursive-p):
5653 New functions. (Bug#17218)
5654 (dired-switches-escape-p, dired-move-to-end-of-filename):
5655 Use `dired-check-switches'.
5656 (dired-insert-old-subdirs, dired-build-subdir-alist)
5657 (dired-sort-R-check): Use `dired-switches-recursive-p'.
5658
5659 2014-05-01 Barry O'Reilly <gundaetiapo@gmail.com>
5660
5661 * simple.el (undo-make-selective-list): New algorithm fixes
5662 incorrectness of position adjustments when undoing in region.
5663 (Bug#17235)
5664 (undo-elt-crosses-region): Make obsolete.
5665 (undo-adjust-elt, undo-adjust-beg-end, undo-adjust-pos):
5666 New functions to adjust positions using undo-deltas.
5667
5668 2014-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
5669
5670 * emacs-lisp/lisp-mode.el (lisp--match-hidden-arg): Only highlight past
5671 the last consecutive closing paren (bug#17345).
5672
5673 2014-04-30 Reuben Thomas <rrt@sc3d.org>
5674
5675 * dired.el (dired-mode): make terminology for eXpunge command
5676 consistent. (Bug#17276)
5677
5678 2014-04-30 Eli Zaretskii <eliz@gnu.org>
5679
5680 * dired.el (dired-initial-position-hook, dired-initial-position):
5681 Doc string fixes.
5682
5683 2014-04-30 Glenn Morris <rgm@gnu.org>
5684
5685 * mail/rmail.el (rmail-quit): Handle killed summaries. (Bug#17283)
5686
5687 2014-04-30 Matthias Dahl <matthias.dahl@binary-island.eu>
5688
5689 * faces.el (face-spec-recalc): Apply X resources only after the
5690 defface spec has been applied. Thus, X resources are no longer
5691 overriden by the defface spec which also fixes issues on win32 where
5692 the toolbar coloring was wrong because it is set through X resources
5693 and was (wrongfully) overriden. (Bug#16694)
5694
5695 2014-04-30 Stefan Monnier <monnier@iro.umontreal.ca>
5696
5697 * textmodes/rst.el (electric-pair-pairs): Declare.
5698 (rst-mode): Set it (bug#17131).
5699
5700 2014-04-30 Juri Linkov <juri@jurta.org>
5701
5702 * desktop.el (desktop-value-to-string): Let-bind `print-length'
5703 and `print-level' to nil. (Bug#17351)
5704
5705 2014-04-30 Nicolas Richard <theonewiththeevillook@yahoo.fr>
5706
5707 * battery.el (battery-update): Handle the case where battery
5708 status is "N/A" (bug#17319).
5709
5710 2014-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
5711
5712 * progmodes/ps-mode.el: Use SMIE. Move string and comment recognition
5713 to syntax-propertize.
5714 (ps-mode-auto-indent): Mark as obsolete.
5715 (ps-mode-font-lock-keywords-1): Remove string-or-comment handling.
5716 (ps-mode-font-lock-keywords-3): Use symbol regexp operators instead of
5717 word regexp operators.
5718 (ps-mode-map): Move initialization into declaration. Remove binding
5719 for TAB, RET, >, ], and }.
5720 (ps-mode-syntax-table): Move initialization into declaration.
5721 Don't give word syntax to non-word chars.
5722 (ps-run-mode-map): Move initialization into declaration.
5723 (ps-mode-menu-main): Remove auto-indent entry.
5724 (ps-mode-smie-rules): New function.
5725 (ps-mode): Setup smie, syntax-propertize, and electric-indent-mode.
5726 (ps-mode-looking-at-nested, ps-mode-match-string-or-comment): Remove.
5727 (ps-mode--string-syntax-table): New const.
5728 (ps-mode--syntax-propertize-special, ps-mode-syntax-propertize):
5729 New functions.
5730 (ps-mode-newline, ps-mode-tabkey, ps-mode-r-brace, ps-mode-r-angle)
5731 (ps-mode-r-gt, ps-mode-r-balance): Remove functions.
5732
5733 2014-04-27 Daniel Colascione <dancol@dancol.org>
5734
5735 * term/xterm.el (xterm-paste): Use large finite timeout when
5736 reading event to avoid putting keys in this-command-keys.
5737
5738 2014-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
5739
5740 * progmodes/perl-mode.el (perl--syntax-exp-intro-regexp): New var.
5741 (perl-syntax-propertize-function): Use it. Extend handling of
5742 here-docs to the unquoted case.
5743
5744 2014-04-25 Eli Zaretskii <eliz@gnu.org>
5745
5746 * tooltip.el (tooltip-show-help-non-mode, tooltip-show-help):
5747 Use equal-including-properties to compare help-echo strings (bug#17331).
5748
5749 2014-04-25 Leo Liu <sdl.web@gmail.com>
5750
5751 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
5752 Fix syntax for @. (Bug#17325)
5753
5754 2014-04-25 Daniel Colascione <dancol@dancol.org>
5755
5756 * emacs-lisp/cl.el (gv): Require gv early to break eager
5757 macro-expansion cycles.
5758
5759 2014-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
5760
5761 * simple.el (region-active-p): Check there's a mark (bug#17324).
5762
5763 * simple.el (completion-list-mode-map): Use choose-completion for the
5764 mouse binding as well (bug#17302).
5765 (completion-list-mode, completion-setup-function): Adjust docstring and
5766 echo area message accordingly.
5767 * progmodes/idlwave.el (idlwave-choose-completion): Adjust to new
5768 calling convention of choose-completion.
5769 * comint.el (comint-dynamic-list-completions):
5770 * term.el (term-dynamic-list-completions): Accept choose-completion.
5771
5772 * progmodes/perl-mode.el (perl-syntax-propertize-function): Slash after
5773 &, |, +, - and * can't be a division (bug#17317).
5774
5775 * term/xterm.el (xterm--version-handler): Don't use modern xterm
5776 features on gnome-terminal (bug#16988).
5777
5778 2014-04-25 Thien-Thi Nguyen <ttn@gnu.org>
5779
5780 Improve Scheme font-locking for (define ((foo ...) ...) ...).
5781
5782 * progmodes/scheme.el (scheme-font-lock-keywords-1): To find
5783 the declared object, ignore zero or more parens, not zero or one.
5784
5785 2014-04-24 Leo Liu <sdl.web@gmail.com>
5786
5787 * progmodes/xscheme.el (xscheme-expressions-ring)
5788 (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
5789 (xscheme-control-g-disabled-p, xscheme-process-filter-state)
5790 (xscheme-allow-output-p, xscheme-prompt)
5791 (xscheme-string-accumulator, xscheme-mode-string): Use defvar-local.
5792
5793 * progmodes/scheme.el (would-be-symbol, next-sexp-as-string):
5794 Comment out unused functions.
5795
5796 2014-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
5797
5798 * info.el: Use lexical-binding and cl-lib.
5799 Use defvar-local and setq-local instead of make-local-variable.
5800 (Info-apropos-matches): Avoid add-to-list.
5801 (Info-edit-mode-map): Fix obsolescence call to Info-edit-map.
5802
5803 2014-04-24 Daniel Colascione <dancol@dancol.org>
5804
5805 * progmodes/sh-script.el (sh-builtins): Add coproc to list of bash builtins.
5806
5807 2014-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
5808
5809 * emacs-lisp/cl-macs.el (cl--loop-let): Fix last merge.
5810
5811 2014-04-22 Michael Heerdegen <michael_heerdegen@web.de>
5812
5813 * dired.el (dired-insert-set-properties): Do not consider
5814 subdirectory headings and empty lines to be information that
5815 `dired-hide-details-mode' should hide. (Bug#17228)
5816
5817 2014-04-22 Michael Albinus <michael.albinus@gmx.de>
5818
5819 * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
5820 Remove test messages.
5821 (tramp-do-copy-or-rename-file-out-of-band): Do not quote `source'
5822 and `target' twice.
5823
5824 2014-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
5825
5826 * dframe.el (dframe-get-focus): Remove `hook' argument (bug#17311).
5827 * speedbar.el (speedbar-get-focus): Run the "hook" afterwards instead.
5828
5829 * emacs-lisp/cl-macs.el (cl--loop-let): Avoid `nil' as var name.
5830
5831 2014-04-22 Michael Albinus <michael.albinus@gmx.de>
5832
5833 * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
5834 Set "IFS=" when using read builtin, in order to preserve spaces in
5835 the file name. Add test messages for hunting a bug on hydra.
5836 (tramp-get-ls-command): Undo using "-b" argument. It doesn't help.
5837
5838 2014-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
5839
5840 * progmodes/prog-mode.el (prettify-symbols--compose-symbol):
5841 Don't prettify a word within a symbol.
5842
5843 2014-04-22 Michael Albinus <michael.albinus@gmx.de>
5844
5845 * net/tramp-sh.el (tramp-get-ls-command): Use "-b" argument if
5846 possible.
5847
5848 2014-04-22 Daniel Colascione <dancol@dancol.org>
5849
5850 * emacs-lisp/byte-run.el (function-put): Unbreak build: don't
5851 use defun to define `function-put'.
5852
5853 2014-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
5854
5855 * emacs-lisp/lisp-mode.el (lisp--match-hidden-arg): New function.
5856 (lisp-el-font-lock-keywords-2, lisp-cl-font-lock-keywords-2): Use it.
5857 (lisp-mode-variables): Set font-lock-extra-managed-props.
5858
5859 * emacs-lisp/byte-run.el (function-put): New function.
5860 (defun-declarations-alist): Use it. Add `pure' and `side-effect-free'.
5861 * emacs-lisp/cl-macs.el (cl-defstruct, cl-struct-sequence-type)
5862 (cl-struct-slot-info, cl-struct-slot-offset, cl-struct-slot-value):
5863 Use them.
5864
5865 2014-04-22 Daniel Colascione <dancol@dancol.org>
5866
5867 * emacs-lisp/macroexp.el (internal-macroexpand-for-load):
5868 Add `full-p' parameter; when nil, call `macroexpand' instead of
5869 `macroexpand-all'.
5870
5871 * emacs-lisp/byte-run.el (eval-when-compile, eval-and-compile):
5872 Improve docstrings.
5873
5874 * emacs-lisp/bytecomp.el (byte-compile-initial-macro-environment):
5875 Use lambda function values, not quoted lambdas.
5876 (byte-compile-recurse-toplevel): Remove extraneous &optional.
5877
5878 * emacs-lisp/cl-macs.el
5879 (cl-struct-sequence-type, cl-struct-slot-info): Declare pure.
5880 (cl-struct-slot-value): Conditionally use aref or nth so that the
5881 compiler produces optimal code.
5882
5883 2014-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
5884
5885 * emacs-lisp/cl-macs.el (cl-struct-slot-offset): Mark as pure.
5886 (inline): Don't inline cl--set-elt.
5887 (cl-struct-slot-value): Remove explicit gv-setter and compiler-macro.
5888 Define as inlinable instead.
5889 (cl-struct-set-slot-value): Remove.
5890
5891 * emacs-lisp/cl-lib.el (cl--set-elt): Remove.
5892 * emacs-lisp/cl-seq.el (cl-replace, cl-substitute, cl-nsubstitute):
5893 Use setf instead.
5894
5895 2014-04-21 Daniel Colascione <dancol@dancol.org>
5896
5897 * emacs-lisp/cl-macs.el (cl--const-expr-val): We didn't need the
5898 last two parameters after all.
5899 (cl--expr-contains,cl--compiler-macro-typep,cl--compiler-macro-member)
5900 (cl--compiler-macro-assoc,cl-struct-slot-value)
5901 (cl-struct-set-slot-value): Stop using them.
5902
5903 (2014-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
5904
5905 * image-mode.el (image-mode-window-put): Don't assume there's a `t'
5906 entry in image-mode-winprops-alist.
5907
5908 2014-04-21 Daniel Colascione <dancol@dancol.org>
5909
5910 * emacs-lisp/bytecomp.el (byte-compile-recurse-toplevel): New function.
5911 (byte-compile-recurse-toplevel, byte-compile-initial-macro-environment)
5912 (byte-compile-toplevel-file-form): Use it.
5913
5914 * emacs-lisp/cl-macs.el:
5915 (cl--loop-let): Properly destructure `while' clauses.
5916
5917 2014-04-20 Daniel Colascione <dancol@dancol.org>
5918
5919 * vc/vc.el (vc-root-dir): New public autoloaded function for
5920 generically finding the current VC root.
5921 * vc/vc-hooks.el (vc-not-supported): New error.
5922 (vc-call-backend): Signal `vc-not-supported' instead of generic error.
5923
5924 2014-04-20 Daniel Colascione <dancol@dancol.org>
5925
5926 * emacs-lisp/cl-macs.el (cl-the): Make `cl-the' assert its type
5927 argument.
5928 (cl--const-expr-val): cl--const-expr-val should macroexpand its
5929 argument in case we're inside a symbol-macrolet.
5930 (cl--do-arglist, cl--compiler-macro-typep)
5931 (cl--compiler-macro-member, cl--compiler-macro-assoc): Pass macro
5932 environment to `cl--const-expr-val'.
5933 (cl-struct-sequence-type,cl-struct-slot-info)
5934 (cl-struct-slot-offset, cl-struct-slot-value)
5935 (cl-struct-set-slot-value): New functions.
5936
5937 2014-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
5938
5939 * progmodes/sh-script.el (sh-smie--sh-keyword-p): Handle variable
5940 assignments such as "case=hello" (bug#17297).
5941
5942 2014-04-18 Michael Albinus <michael.albinus@gmx.de>
5943
5944 * net/tramp.el (tramp-run-real-handler, tramp-file-name-handler):
5945 Do not autoload.
5946 (tramp-file-name-handler, tramp-completion-file-name-handler):
5947 Revert patch from 2014-04-10, it isn't necessary anymore.
5948 (tramp-autoload-file-name-handler)
5949 (tramp-register-autoload-file-name-handlers): New defuns.
5950 (top): Autoload call of `tramp-register-autoload-file-name-handlers'.
5951 (tramp-register-file-name-handlers): Remove also
5952 `tramp-autoload-file-name-handler' from `file-name-handler-list'.
5953 Do not autoload its invocation, but eval it after loading of 'tramp.
5954
5955 * net/tramp-adb.el (tramp-unload-hook): Unload `tramp-adb'.
5956
5957 * net/tramp-compat.el (tramp-unload-hook): Unload `tramp-loaddefs'.
5958
5959 2014-04-17 Daniel Colascione <dancol@dancol.org>
5960
5961 Add support for bracketed paste mode; add infrastructure for
5962 managing terminal mode enabling and disabling automatically.
5963
5964 * xt-mouse.el:
5965 (xterm-mouse-mode): Simplify.
5966 (xterm-mouse-tracking-enable-sequence)
5967 (xterm-mouse-tracking-disable-sequence): New constants.
5968 (turn-on-xterm-mouse-tracking-on-terminal)
5969 (turn-off-xterm-mouse-tracking-on-terminal):
5970 Use tty-mode-set-strings and tty-mode-reset-strings terminal
5971 parameters instead of random hooks.
5972 (turn-on-xterm-mouse-tracking)
5973 (turn-off-xterm-mouse-tracking): Delete.
5974
5975 * term/xterm.el (xterm-extra-capabilities): Fix bitrotted comment.
5976 (xterm-paste-ending-sequence): New constant.
5977 (xterm-paste): New command used for bracketed paste support.
5978
5979 (xterm-modify-other-keys-terminal-list): Delete obsolete variable.
5980 (terminal-init-xterm-bracketed-paste-mode): New function.
5981 (terminal-init-xterm): Call it.
5982 (terminal-init-xterm-modify-other-keys): Use tty-mode-set-strings
5983 and tty-mode-reset-strings instead of random hooks.
5984 (xterm-turn-on-modify-other-keys)
5985 (xterm-turn-off-modify-other-keys)
5986 (xterm-remove-modify-other-keys): Delete obsolete functions.
5987
5988 * term/screen.el: Rewrite to just use the xterm code.
5989 Add copyright notice. Mention tmux.
5990
5991 2014-04-17 Ian D <dunni@gnu.org> (tiny change)
5992
5993 * image-mode.el (image-mode-window-put): Also update the property of
5994 the "default window".
5995 * doc-view.el (doc-view-new-window-function): If no window
5996 exists, move to the last known page.
5997
5998 2014-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
5999
6000 * progmodes/perl-mode.el (perl-calculate-indent): Don't auto-indent in
6001 here-documents (bug#17262).
6002
6003 2014-04-16 Eli Zaretskii <eliz@gnu.org>
6004
6005 * term/pc-win.el (x-list-fonts, x-get-selection-value):
6006 Provide doc strings, as required by snarf-documentation.
6007
6008 2014-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
6009
6010 * ps-def.el (ps-generate-postscript-with-faces1): Use the new `sorted'
6011 arg of overlays-at. Use `invisible-p'.
6012
6013 * obsolete/lucid.el (extent-at):
6014 * htmlfontify.el (hfy-overlay-props-at): Use the new `sorted' arg of
6015 overlays-at.
6016 (hfy-fontify-buffer): Remove unused var `orig-ovls'.
6017
6018 2014-04-16 João Távora <joaotavora@gmail.com>
6019
6020 * net/shr.el (shr-expand-url): Use `expand-file-name' for relative
6021 links. (Bug#17217).
6022
6023 2014-04-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6024
6025 * vc/ediff-diff.el (ediff-set-fine-diff-properties-in-one-buffer):
6026 Use mapc to loop over a vector. (Bug#17257).
6027
6028 2014-04-16 Michael Albinus <michael.albinus@gmx.de>
6029
6030 * net/tramp-sh.el (tramp-sh-handle-file-truename): Revert previous
6031 patch, there are new problems with file names containing spaces.
6032 Get rid of backticks. (Bug#17238)
6033
6034 2014-04-16 João Távora <joaotavora@gmail.com>
6035
6036 * elec-pair.el (electric-pair--syntax-ppss): Simplify and fix
6037 possible bug.
6038
6039 2014-04-16 Eli Zaretskii <eliz@gnu.org>
6040
6041 * frame.el (blink-cursor-blinks, blink-cursor-blinks-done): Doc fixes.
6042 (blink-cursor-mode): Mention customization variables and the
6043 effect of 'blink-cursor-blinks'.
6044
6045 2014-04-16 Barry O'Reilly <gundaetiapo@gmail.com>
6046
6047 * simple.el (undo): Prevent insertion of identity mapping into
6048 undo-equiv-table so as undo-only does not inf loop in the presence
6049 of consecutive nils in undo list.
6050
6051 2014-04-16 Matthias Dahl <matthias.dahl@binary-island.eu>
6052
6053 * faces.el (make-face): Deprecate optional argument as it is no
6054 longer needed/used since the conditional X resources handling
6055 has been pushed down to make-face-x-resource-internal itself.
6056 (make-empty-face): Don't pass optional argument to make-face.
6057
6058 2014-04-16 Karl Fogel <kfogel@red-bean.com>
6059
6060 * savehist.el (savehist-save): Remove workaround for a read-passwd
6061 bug that was fixed before 24.3. Thanks to Juanma Barranquero for
6062 noticing that the shim was still present.
6063
6064 2014-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
6065
6066 * doc-view.el (doc-view-set-doc-type): Ignore file name case; add .pps.
6067
6068 2014-04-14 Juanma Barranquero <lekktu@gmail.com>
6069
6070 * faces.el (face-set-after-frame-default): Remove unused local variable.
6071
6072 2014-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
6073
6074 * progmodes/grep.el: Use lexical-binding.
6075 (grep-expand-template): Pass explicit lexical env to `eval'.
6076 (zrgrep): Let-bind grep-find-template explicitly.
6077
6078 * emacs-lisp/cl-lib.el (current-case-table): Remove setter.
6079 * leim/quail/sisheng.el (sisheng-list): Use with-case-table.
6080
6081 2014-04-12 Eli Zaretskii <eliz@gnu.org>
6082
6083 * international/characters.el <standard-case-table>: Add entries
6084 for letters from the Coptic block u+2C80-u+2CFF. (Bug#17243)
6085 Set category of Coptic characters be 'g' (Greek).
6086
6087 2014-04-12 Leo Liu <sdl.web@gmail.com>
6088
6089 * progmodes/octave.el (completion-table-with-cache):
6090 Define if not available.
6091 (octave-goto-function-definition, octave-sync-function-file-names)
6092 (octave-find-definition-default-filename):
6093 Backquote upattern for compatibility.
6094
6095 2014-04-12 Michael Albinus <michael.albinus@gmx.de>
6096
6097 * net/tramp-sh.el (tramp-sh-handle-file-truename): Quote the file
6098 name twice due to backticks. (Bug#17238)
6099
6100 2014-04-12 Glenn Morris <rgm@gnu.org>
6101
6102 * term/w32-win.el (x-win-suspend-error):
6103 * term/x-win.el (x-win-suspend-error): Sync docs.
6104
6105 2014-04-12 Matthias Dahl <matthias.dahl@binary-island.eu>
6106
6107 * faces.el (make-face): Remove deprecated optional argument.
6108 The conditional application of X resources is handled directly by
6109 make-face-x-resource-internal since Emacs 24.4.
6110 (make-empty-face): Don't pass optional argument to make-face.
6111
6112 2014-04-11 Glenn Morris <rgm@gnu.org>
6113
6114 * Makefile.in (EMACSDATA, EMACSDOC, EMACSPATH): Unexport. (Bug#16429)
6115
6116 2014-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
6117
6118 Ediff's overlay priorities cause more trouble than they solve.
6119 * vc/ediff-init.el (ediff-shadow-overlay-priority): Remove variable.
6120 (ediff-highest-priority): Remove function (bug#17234).
6121 * vc/ediff-util.el (ediff-highlight-diff-in-one-buffer):
6122 * vc/ediff-diff.el (ediff-set-diff-overlays-in-one-buffer)
6123 (ediff-set-fine-diff-properties-in-one-buffer): Don't mess with
6124 overlay priorities.
6125
6126 2014-04-11 Feng Li <fengli@gmail.com> (tiny change)
6127
6128 * progmodes/pascal.el (pascal-font-lock-keywords): Fix incorrect format
6129 entry; use symbol boundaries to avoid mis-matches.
6130
6131 2014-04-11 Michael Albinus <michael.albinus@gmx.de>
6132
6133 * net/tramp.el (tramp-file-name-handler)
6134 (tramp-completion-file-name-handler): Avoid recursive loading.
6135
6136 * net/tramp-sh.el (tramp-make-copy-program-file-name):
6137 Quote result also locally.
6138
6139 2014-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
6140
6141 * emulation/cua-base.el (<toplevel>, cua--pre-command-handler-1):
6142 Remove left-over code.
6143
6144 * newcomment.el (comment-indent-new-line): Sink code where it's used.
6145 Reuse the previous comment's indentation unconditionally if it's on its
6146 own line.
6147
6148 2014-04-09 Daniel Colascione <dancol@dancol.org>
6149
6150 * emacs-lisp/lisp.el (backward-up-list): Add `escape-strings',
6151 `no-syntax-crossing' arguments. Forward to `up-list'.
6152 (up-list): Add `escape-strings', `no-syntax-crossing' arguments.
6153 Implement logic for escaping from strings. Use narrowing to deal
6154 with corner cases.
6155
6156 2014-04-09 Leo Liu <sdl.web@gmail.com>
6157
6158 * net/rcirc.el (rcirc-connection-info): New variable.
6159 (rcirc-connect): Use it to store connection info.
6160 (rcirc-buffer-process): Avoid get-buffer-process which returns nil
6161 for killed process.
6162 (rcirc-cmd-reconnect): New command. (Bug#17045)
6163 (rcirc-mode, set-rcirc-encode-coding-system)
6164 (set-rcirc-decode-coding-system, rcirc-connect): Use setq-local.
6165
6166 2014-04-09 Daniel Colascione <dancol@dancol.org>
6167
6168 * emacs-lisp/cl-indent.el: Add comment claiming
6169 facility is also good for elisp.
6170 (lisp-indent-find-method): New function.
6171 (common-lisp-indent-function): Recognize cl-loop.
6172 (common-lisp-indent-function-1): Recognize cl constructs; use
6173 `lisp-indent-find-method' instead of `get' directly.
6174 (if): Use else-body style for elisp.
6175
6176 2014-04-09 Dmitry Gutov <dgutov@yandex.ru>
6177
6178 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Highlight more
6179 Module methods. (Bug#17216)
6180
6181 2014-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
6182
6183 * help.el (describe-bindings): Fix buffer handling (bug#17210).
6184 (describe-bindings-internal): Mark obsolete.
6185
6186 2014-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
6187
6188 * subr.el (with-silent-modifications): Don't bind deactivate-mark,
6189 buffer-file-name, and buffer-file-truename any more.
6190
6191 2014-04-08 Leo Liu <sdl.web@gmail.com>
6192
6193 Use lexical-binding and require cl-lib.
6194 * net/rcirc.el (rcirc, rcirc-handler-ctcp-KEEPALIVE)
6195 (rcirc-handler-generic, rcirc-fill-paragraph)
6196 (rcirc-format-response-string, rcirc-target-buffer)
6197 (rcirc-last-line, rcirc-record-activity, rcirc-split-activity)
6198 (rcirc-activity-string, rcirc-make-trees, rcirc-cmd-ctcp)
6199 (rcirc-ctcp-sender-PING, rcirc-browse-url)
6200 (rcirc-markup-timestamp, rcirc-markup-attributes)
6201 (rcirc-markup-my-nick, rcirc-markup-urls)
6202 (rcirc-markup-bright-nicks, rcirc-markup-fill)
6203 (rcirc-check-auth-status, rcirc-handler-WALLOPS)
6204 (rcirc-handler-JOIN, rcirc-handler-PART-or-KICK)
6205 (rcirc-handler-PART, rcirc-handler-KICK, rcirc-handler-QUIT)
6206 (rcirc-handler-NICK, rcirc-handler-PING, rcirc-handler-PONG)
6207 (rcirc-handler-TOPIC, rcirc-handler-301, rcirc-handler-317)
6208 (rcirc-handler-332, rcirc-handler-333, rcirc-handler-477)
6209 (rcirc-handler-MODE, rcirc-handler-353, rcirc-handler-366)
6210 (rcirc-authenticate, rcirc-handler-INVITE, rcirc-handler-ERROR)
6211 (rcirc-handler-ctcp-VERSION, rcirc-handler-ctcp-TIME)
6212 (rcirc-handler-CTCP-response): Fix unused arguments warnings and
6213 use cl-lib.
6214
6215 2014-04-07 João Távora <joaotavora@gmail.com>
6216
6217 * elec-pair.el (electric-pair--syntax-ppss):
6218 When inside comments parse from comment beginning.
6219 (electric-pair--balance-info): Fix typo in comment.
6220 (electric-pair--in-unterminated-string-p): Delete.
6221 (electric-pair--unbalanced-strings-p): New function.
6222 (electric-pair-string-bound-function): New var.
6223 (electric-pair-inhibit-if-helps-balance): Decide quote pairing
6224 according to `electric-pair--in-unterminated-string-p'
6225
6226 * elec-pair.el (electric-pair-inhibit-if-helps-balance):
6227 Inhibit quote pairing if point-max is inside an unterminated string.
6228 (electric-pair--looking-at-unterminated-string-p): Delete.
6229 (electric-pair--in-unterminated-string-p): New function.
6230
6231 2014-04-07 Glenn Morris <rgm@gnu.org>
6232
6233 * shell.el (shell-directory-tracker):
6234 Go back to just ignoring failures. (Bug#17159)
6235
6236 2014-04-07 João Távora <joaotavora@gmail.com>
6237
6238 Fix `electric-pair-delete-adjacent-pairs' in modes binding
6239 backspace. (bug#16981)
6240 * elec-pair.el (electric-pair-backward-delete-char): Delete.
6241 (electric-pair-backward-delete-char-untabify): Delete.
6242 (electric-pair-mode-map): Bind backspace to a menu item filtering
6243 a new `electric-pair-delete-pair' command.
6244 (electric-pair-delete-pair): New command.
6245
6246 * progmodes/python.el (python-electric-pair-string-delimiter):
6247 Fix triple-quoting electricity. (Bug#17192)
6248
6249 * elec-pair.el (electric-pair-post-self-insert-function):
6250 Don't skip whitespace when `electric-pair-text-pairs' and
6251 `electric-pair-pairs' were used. syntax to
6252 electric-pair--skip-whitespace. (Bug#17183)
6253
6254 2014-04-07 Eli Zaretskii <eliz@gnu.org>
6255
6256 * leim/quail/ipa.el (ipa-x-sampa): Fix the character produced for
6257 "<F>". (Bug#17199)
6258
6259 2014-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
6260
6261 * mpc.el (mpc--status-timer-run): Disable timer if not displayed.
6262 (mpc--status-idle-timer-run): Use mpc--status-timer-run.
6263
6264 2014-04-07 Glenn Morris <rgm@gnu.org>
6265
6266 * help.el (view-lossage): Doc tweak.
6267
6268 2014-04-07 Matthias Dahl <ml_emacs-lists@binary-island.eu>
6269
6270 * faces.el (face-spec-recalc): Call make-face-x-resource-internal
6271 only when inhibit-x-resources is nil, and do that earlier in the
6272 function. Doc fix. (Bug#16694)
6273 (face-spec-choose): Accept additional optional argument, whose
6274 value is returned if no matching attributes are found.
6275 (face-spec-recalc): Use the new optional argument when calling
6276 face-spec-choose. (Bug#16378)
6277 (make-face-x-resource-internal): Do nothing when
6278 inhibit-x-resources is non-nil. Don't touch the default face if
6279 reversed video is given--as was done in previous versions of Emacs.
6280 (face-set-after-frame-default): Don't call
6281 make-face-x-resource-internal here. (Bug#16434)
6282
6283 2014-04-07 Tassilo Horn <tsdh@gnu.org>
6284
6285 * doc-view.el (doc-view-bookmark-jump):
6286 Use `bookmark-after-jump-hook' to jump to the right page after the
6287 buffer is shown in a window. (bug#16090)
6288
6289 2014-04-07 Eli Zaretskii <eliz@gnu.org>
6290
6291 * international/characters.el (mirroring): Fix last change:
6292 instead of loading uni-mirrored.el explicitly, do that implicitly
6293 by creating the 'mirroring' uniprop table. This avoids announcing
6294 the loading of uni-mirrored.el.
6295
6296 2014-04-07 Glenn Morris <rgm@gnu.org>
6297
6298 * files.el (buffer-stale--default-function)
6299 (buffer-stale-function, revert-buffer--default):
6300 * autorevert.el (auto-revert-buffers): Doc tweaks.
6301
6302 2014-04-07 Eli Zaretskii <eliz@gnu.org>
6303
6304 * international/characters.el: Preload uni-mirrored.el. (Bug#17169)
6305
6306 2014-04-07 Glenn Morris <rgm@gnu.org>
6307
6308 * files.el (make-backup-file-name-function)
6309 (make-backup-file-name, make-backup-file-name--default-function)
6310 (make-backup-file-name-1, find-backup-file-name)
6311 (revert-buffer-function, revert-buffer-insert-file-contents-function)
6312 (buffer-stale--default-function, buffer-stale-function)
6313 (before-revert-hook, after-revert-hook, revert-buffer-in-progress-p)
6314 (revert-buffer, revert-buffer--default)
6315 (revert-buffer-insert-file-contents--default-function):
6316 Doc fixes related to defaults no longer being nil.
6317 (make-backup-file-name-function): Bump :version.
6318 Restore nil as a valid but deprecated custom type.
6319
6320 2014-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
6321
6322 * progmodes/perl-mode.el (perl-syntax-propertize-function):
6323 Handle $' used as a variable (bug#17174).
6324
6325 * progmodes/perl-mode.el (perl-indent-new-calculate):
6326 Handle forward-sexp failure (bug#16985).
6327 (perl-syntax-propertize-function): Add "foreach" and "for" statement
6328 modifiers introducing expressions (bug#17116).
6329
6330 2014-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
6331
6332 * dired-aux.el (dired-file-set-difference): Use lexical-scoping.
6333
6334 2014-04-05 Leo Liu <sdl.web@gmail.com>
6335
6336 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
6337 Add define-compilation-mode.
6338
6339 2014-04-04 João Távora <joaotavora@gmail.com>
6340
6341 * elec-pair.el (electric-pair--syntax-ppss): When inside comments
6342 parse from comment beginning.
6343 (electric-pair--balance-info): Fix typo in comment.
6344 (electric-pair--in-unterminated-string-p): Delete.
6345 (electric-pair--unbalanced-strings-p): New function.
6346 (electric-pair-string-bound-function): New var.
6347 (electric-pair-inhibit-if-helps-balance): Decide quote pairing
6348 according to `electric-pair--in-unterminated-string-p'.
6349
6350 2014-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
6351
6352 * textmodes/reftex-parse.el (reftex--index-tags): Rename `index-tags'.
6353 Move declaration before first use.
6354 (reftex-move-to-next-arg): Silence compiler warning.
6355
6356 2014-04-04 Joost Kremers <joostkremers@fastmail.fm> (tiny change)
6357
6358 * textmodes/reftex-toc.el (reftex-toc, reftex-re-enlarge):
6359 Use `window-total-width' instead of `window-width'.
6360
6361 2014-04-03 Daniel Colascione <dancol@dancol.org>
6362
6363 * subr.el (set-transient-map): Remove rms's workaround entirely;
6364 use new `suspicious-object' subr to mark our lambda for closer
6365 scrutiny during gc.
6366
6367 2014-04-02 Richard Stallman <rms@gnu.org>
6368
6369 * subr.el (set-transient-map): Comment out previous change.
6370
6371 2014-04-02 Glenn Morris <rgm@gnu.org>
6372
6373 * menu-bar.el (menu-bar-file-menu):
6374 * vc/ediff.el (ediff-current-file):
6375 Update for revert-buffer-function no longer being nil by default.
6376
6377 * simple.el (command-execute): Respect nil disabled-command-function.
6378
6379 2014-04-02 Nicolas Richard <theonewiththeevillook@yahoo.fr>
6380
6381 * simple.el (command-execute): Do not execute the command when it
6382 is disabled; fixes thinko in 2013-02-20 conversion from C. (Bug#17151)
6383
6384 2014-04-02 Juri Linkov <juri@jurta.org>
6385
6386 * dired-aux.el (dired-compress-file): Don't use string-match-p
6387 because its match data is used afterwards.
6388
6389 2014-04-02 Stefan Monnier <monnier@iro.umontreal.ca>
6390
6391 * emacs-lisp/package.el (package-built-in-p): Treat a min-version of
6392 0 like nil.
6393
6394 2014-04-02 João Távora <joaotavora@gmail.com>
6395
6396 * elec-pair.el (electric-pair-inhibit-if-helps-balance):
6397 Inhibit quote pairing if point-max is inside an unterminated string.
6398 (electric-pair--looking-at-unterminated-string-p):
6399 Delete.
6400 (electric-pair--in-unterminated-string-p): New function.
6401
6402 2014-04-01 Daniel Colascione <dancol@dancol.org>
6403
6404 * minibuffer.el (minibuffer-complete): Prevent assertion failure
6405 when trying to complete the prompt.
6406
6407 2014-03-31 Leo Liu <sdl.web@gmail.com>
6408
6409 * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info):
6410 Refactor out eldoc-documentation-function-default.
6411 (eldoc-documentation-function-default): New function.
6412 (eldoc-documentation-function): Change value.
6413
6414 2014-03-31 Glenn Morris <rgm@gnu.org>
6415
6416 * simple.el (cycle-spacing--context, cycle-spacing): Doc tweaks.
6417
6418 * progmodes/vhdl-mode.el (vhdl-speedbar-select-mra)
6419 (vhdl-compose-components-package, vhdl-compose-configuration):
6420 Abbreviate default-directory (missing from some previous upstream sync).
6421
6422 2014-03-31 Reto Zimmermann <reto@gnu.org>
6423
6424 Sync with upstream vhdl mode v3.35.2.
6425 * progmodes/vhdl-mode.el (vhdl-version, vhdl-time-stamp): Update.
6426 (top-level): No longer require assoc.
6427 (vhdl-asort, vhdl-anot-head-p, vhdl-aput, vhdl-adelete, vhdl-aget):
6428 New functions. Use throughout to replace aget etc.
6429 (vhdl-aput-delete-if-nil): Rename from vhdl-aput.
6430 (vhdl-update-file-contents): Update for vhdl-aput-delete-if-nil rename.
6431 (vhdl-template-replace-header-keywords): Fix bug for "<title string>".
6432 (vhdl-compile-init): Do not initialize regexps for Emacs 22+.
6433 (vhdl-error-regexp-emacs-alist): Remove regexps from all compilers
6434 except `vhdl-compiler'.
6435 (vhdl-error-regexp-add-emacs): Remove all other compilers,
6436 when appropriate.
6437
6438 2014-03-31 Glenn Morris <rgm@gnu.org>
6439
6440 * progmodes/vhdl-mode.el (vhdl-expand-abbrev, vhdl-expand-paren):
6441 Revert 2014-03-26 merge goof; go back to using defalias.
6442
6443 2014-03-30 Daniel Colascione <dancol@dancol.org>
6444
6445 * comint.el (comint-send-input):
6446 Deactivate completion-in-region-mode before we send comint input.
6447 (Bug#17139).
6448
6449 * simple.el (keyboard-quit): Deactivate completion-in-region-mode
6450 on keyboard-quit.
6451
6452 2014-03-29 Glenn Morris <rgm@gnu.org>
6453
6454 * textmodes/reftex.el: Manage most autoloads automatically.
6455 * textmodes/reftex-auc.el, textmodes/reftex-cite.el:
6456 * textmodes/reftex-dcr.el, textmodes/reftex-global.el:
6457 * textmodes/reftex-index.el, textmodes/reftex-parse.el:
6458 * textmodes/reftex-ref.el, textmodes/reftex-sel.el:
6459 * textmodes/reftex-toc.el: Set generated-autoload-file,
6460 and add autoload cookies for reftex.el.
6461 * Makefile.in (AUTOGEN_VCS): Add textmodes/reftex.el.
6462
6463 2014-03-28 Glenn Morris <rgm@gnu.org>
6464
6465 * cus-start.el (report-emacs-bug-address): Set custom properties.
6466 * mail/emacsbug.el (report-emacs-bug-address):
6467 Variable is now defined in emacs.c.
6468
6469 * mail/emacsbug.el (report-emacs-bug):
6470 Include system-configuration-features.
6471
6472 2014-03-28 Michal Nazarewicz <mina86@mina86.com>
6473
6474 * simple.el (cycle-spacing): Never delete spaces on first run by
6475 default, but do so in a new 'fast mode and if there are already
6476 N spaces (the previous behavior).
6477 Compare N with its value in previous invocation so that changing
6478 prefix argument restarts `cycle-spacing' sequence.
6479 The idea is that with this change, binding M-SPC to
6480 `cycle-spacing' should not introduce any changes in behavior of
6481 the binding so long as users do not type M-SPC twice in a raw with
6482 the same prefix argument or lack thereof.
6483
6484 2014-03-28 Glenn Morris <rgm@gnu.org>
6485
6486 * faces.el (term-file-aliases): New variable.
6487 (tty-run-terminal-initialization): Respect term-file-aliases.
6488 * term/apollo.el, term/vt102.el, term/vt125.el, term/vt201.el:
6489 * term/vt220.el, term/vt240.el, term/vt300.el, term/vt320.el:
6490 * term/vt400.el, term/vt420.el: Remove files, replaced by aliases.
6491
6492 2014-03-27 Glenn Morris <rgm@gnu.org>
6493
6494 * startup.el (inhibit-startup-hooks): Doc tweak.
6495 (normal-top-level): Simplify running of hooks.
6496 For window-setup-hook, respect inhibit-startup-hooks.
6497 (command-line-1): Don't set window-setup-hook to nil.
6498
6499 Allow selective autoloading from obsolete/ directory.
6500 * Makefile.in (obsolete-autoloads): New rule.
6501 (autoloads): Run obsolete-autoloads.
6502 * obsolete/iswitchb.el (iswitchb-mode): Use obsolete-autoload.
6503 * simple.el (iswitchb-mode): Remove hand-written autoloads.
6504
6505 2014-03-27 Dmitry Gutov <dgutov@yandex.ru>
6506
6507 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
6508 Highlight special globals with font-lock-builtin-face. (Bug#17057)
6509
6510 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
6511 Don't propertize `?' or `!' as symbol constituent when after
6512 colon. (Bug#17097)
6513
6514 2014-03-27 Juanma Barranquero <lekktu@gmail.com>
6515
6516 * frameset.el (frameset--restore-frame): Remove workaround for bug#14795
6517 which is no longer needed and causes trouble in GTK builds (bug#17046).
6518
6519 * emacs-lisp/package-x.el (package--archive-contents-from-url):
6520 Use url-insert-file-contents; package-handle-response no longer exists.
6521
6522 2014-03-26 Daniel Colascione <dancol@dancol.org>
6523
6524 * simple.el (process-menu-mode-map): New variable.
6525 (process-menu-delete-process): New command.
6526
6527 2014-03-26 Juanma Barranquero <lekktu@gmail.com>
6528
6529 * emacs-lisp/package.el: Fix bug#16733 (again).
6530 (url-http-parse-response, url-http-end-of-headers, url-recreate-url)
6531 (url-http-target-url): Remove unused declarations.
6532 (package-handle-response): Remove.
6533 (package--with-work-buffer): Use url-insert-file-contents and simplify.
6534 (package--download-one-archive): Use current-buffer instead of
6535 dynamic binding of `buffer'.
6536 (describe-package-1): Do not decode readme-string.
6537
6538 2014-03-26 Michael Albinus <michael.albinus@gmx.de>
6539
6540 * net/tramp.el (tramp-methods, tramp-connection-timeout): Fix docstring.
6541
6542 * net/tramp-sh.el (tramp-sh-handle-vc-registered): Revert change
6543 from 2014-03-07, it decreases performance unnecessarily. Let-bind
6544 `remote-file-name-inhibit-cache' to nil in the second pass.
6545 (tramp-find-executable): Do not call "which" on SunOS.
6546 (tramp-send-command-and-check): Fix docstring.
6547 (tramp-do-copy-or-rename-file-directly): In the `rename' case,
6548 check whether source directory has set the sticky bit.
6549
6550 2014-03-26 Barry O'Reilly <gundaetiapo@gmail.com>
6551
6552 * simple.el (primitive-undo): Only process marker adjustments
6553 validated against their corresponding (TEXT . POS). Issue warning
6554 for lone marker adjustments in undo history. (Bug#16818)
6555 (undo-make-selective-list): Add marker adjustments to selective
6556 undo list based on whether their corresponding (TEXT . POS) is in
6557 the region. Remove variable adjusted-markers, which was unused
6558 and only non nil during undo-make-selective-list.
6559 (undo-elt-in-region): Return nil when passed a marker adjustment
6560 and explain in function doc.
6561
6562 2014-03-26 Nicolas Richard <theonewiththeevillook@yahoo.fr>
6563
6564 * align.el (align-region): Do not fail when end-mark is nil (bug#17088).
6565
6566 2014-03-26 Dmitry Gutov <dgutov@yandex.ru>
6567
6568 * progmodes/ruby-mode.el (ruby-expression-expansion-re):
6569 Match special global variables without curlies, too.
6570 (ruby-font-lock-keywords): Simplify the matcher for special global
6571 variables. Don't require a non-word character after the variable.
6572 (Bug#17057)
6573
6574 2014-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
6575
6576 * simple.el (redisplay-highlight-region-function): Increase priority of
6577 overlay to make sure boundaries are visible (bug#15899).
6578
6579 2014-03-26 Juanma Barranquero <lekktu@gmail.com>
6580
6581 * frameset.el (frameset--initial-params): Fix typo in parameter name.
6582 (frameset-restore): Compare display strings with equal.
6583
6584 * frame.el (make-frame): Don't quote display name in error message,
6585 it is already a string.
6586
6587 2014-03-26 Thierry Volpiatto <thierry.volpiatto@gmail.com>
6588
6589 * net/tramp.el (tramp-read-passwd): Suspend the timers while reading
6590 the password.
6591
6592 2014-03-26 Dmitry Gutov <dgutov@yandex.ru>
6593
6594 * emacs-lisp/package.el (package--add-to-archive-contents):
6595 Include already installed and built-in packages in
6596 `package-archive-contents'.
6597 (package-install): Don't include already installed packages in the
6598 options during interactive invocation. (Bug#16762)
6599 (package-show-package-list): If the buffer is already displayed in
6600 another window, switch to that window.
6601
6602 2014-03-26 Reto Zimmermann <reto@gnu.org>
6603
6604 Sync with upstream vhdl mode v3.35.1.
6605 * progmodes/vhdl-mode.el (vhdl-version, vhdl-time-stamp): Update.
6606 (vhdl-compiler-alist): Doc fix.
6607 (vhdl-goto-line): Remove.
6608 (vhdl-mode-abbrev-table-init): Add XEmacs compat.
6609 (vhdl-mode) <paragraph-start>: Fix value.
6610 (vhdl-fix-statement-region): Not `for' in wait-statement.
6611 (vhdl-beautify-region): Also (un)tabify.
6612 (vhdl-get-visible-signals):
6613 Scan declarative part of generate statements.
6614 (vhdl-template-record): Fix indentation for record type declaration.
6615 (vhdl-expand-abbrev, vhdl-expand-paren):
6616 Revert to using fset again rather than defalias.
6617 (vhdl-scan-directory-contents): Tweak.
6618 (vhdl-speedbar-find-file, vhdl-speedbar-port-copy)
6619 (vhdl-compose-components-package):
6620 Replace vhdl-goto-line with forward-line.
6621 (top-level): Tweak speedbar frame selection.
6622 (vhdl-generate-makefile-1): Support for compilers with no
6623 unit-to-file name mapping (create directory with dummy files).
6624
6625 2014-03-26 Wilson Snyder <wsnyder@wsnyder.org>
6626
6627 Sync with upstream verilog-mode revision 702457d.
6628 * progmodes/verilog-mode.el (verilog-mode-version): Update.
6629 (create-lockfiles): Declare.
6630 (verilog-read-decls): Fix module header imports, bug709.
6631 Reported by Victor Lau.
6632 Fix parsing 'var' in AUTOs, msg1294. Reported by Dominique Chen.
6633 (verilog-auto-inout-module): Fix AUTOINOUTMODULE not inserting
6634 interface-only modules, bug721. Reported by Dean Hoyt.
6635
6636 2014-03-26 Glenn Morris <rgm@gnu.org>
6637
6638 * obsolete/gulp.el: Move here from emacs-lisp/.
6639
6640 * files.el (lock-buffer, unlock-buffer, file-locked-p):
6641 Remove fallback aliases, since they are always defined now.
6642
6643 2014-03-24 Daniel Colascione <dancol@dancol.org>
6644
6645 * emacs-lisp/cl-macs.el (cl--do-arglist): Use `plist-member'
6646 instead of cl-loop search function.
6647
6648 2014-03-23 Lars Ingebrigtsen <larsi@gnus.org>
6649
6650 * calendar/parse-time.el (parse-time-iso8601-regexp)
6651 (parse-iso8601-time-string): Copy from `url-dav' so that we can use
6652 it more generally.
6653
6654 2014-03-23 Lars Ingebrigtsen <larsi@gnus.org>
6655
6656 * net/dns.el (network-interface-list): Define for XEmacs.
6657
6658 2014-03-23 Magnus Henoch <magnus.henoch@gmail.com>
6659
6660 * net/dns.el (dns-servers-up-to-date-p): New function to see whether
6661 the network interfaces changed.
6662 (dns-query): Use it to flush the data.
6663
6664 2014-03-23 Juanma Barranquero <lekktu@gmail.com>
6665
6666 * vc/vc.el (vc-rollback): Use set-buffer-modified-p.
6667
6668 2014-03-23 Daniel Colascione <dancol@dancol.org>
6669
6670 Change subword-mode to use `find-word-boundary-function-table' and
6671 replace `capitalized-words-mode'. Also, convert to lexical binding.
6672 * progmodes/cap-words.el: Delete now-obsolete file.
6673 * progmodes/subword.el: Reimplement using
6674 `find-word-boundary-function-table'.
6675 (subword-mode-map): Hollow out.
6676 (capitalized-words-mode): Define as obsolete alias for
6677 `subword-mode'.
6678 (subword-mode, superword-mode): Tweak documentation to reflect new
6679 implementation; call `subword-setup-buffer'.
6680 (subword-forward, subword-capitalize): Add underscore to indicate
6681 unused variable.
6682 (subword-find-word-boundary-function-table): New constant.
6683 (subword-empty-char-table): New constant.
6684 (subword-setup-buffer): New function.
6685 (subword-find-word-boundary): New function.
6686
6687 2014-03-23 Daniel Colascione <dancol@dancol.org>
6688
6689 * emacs-lisp/cl-macs.el (cl--do-arglist): Use a little `cl-loop'
6690 list to look for keyword arguments instead of `memq', fixing
6691 (Bug#3647) --- unfortunately, only for freshly-compiled code.
6692 Please make bootstrap.
6693
6694 2014-03-22 Glenn Morris <rgm@gnu.org>
6695
6696 * dired.el (dired-read-regexp): Make obsolete.
6697 (dired-mark-files-regexp, dired-mark-files-containing-regexp)
6698 (dired-flag-files-regexp):
6699 * dired-aux.el (dired-mark-read-regexp):
6700 * dired-x.el (dired-mark-unmarked-files): Use read-regexp directly.
6701
6702 * startup.el (fancy-startup-text):
6703 * help.el (describe-gnu-project): Visit online info about GNU project.
6704
6705 * help-fns.el (help-fns--interactive-only): New function.
6706 (help-fns-describe-function-functions): Add the above function.
6707 * simple.el (beginning-of-buffer, end-of-buffer, insert-buffer)
6708 (next-line, previous-line): Remove hand-written interactive-only
6709 information from doc strings, it is auto-generated now.
6710 * bookmark.el (bookmark-write):
6711 * epa-mail.el (epa-mail-decrypt, epa-mail-verify, epa-mail-sign)
6712 (epa-mail-import-keys): Mark interactive-only,
6713 and remove hand-written interactive-only information from doc strings.
6714 * epa.el (epa-decrypt-armor-in-region, epa-verify-region)
6715 (epa-verify-cleartext-in-region, epa-sign-region, epa-encrypt-region):
6716 * files.el (not-modified):
6717 * simple.el (mark-whole-buffer): Mark interactive-only.
6718
6719 * emacs-lisp/byte-run.el (defun-declarations-alist):
6720 Add interactive-only. Doc tweak.
6721 (macro-declarations-alist): Doc tweak.
6722 * subr.el (declare): Doc tweak (add xref to manual).
6723 * comint.el (comint-run):
6724 * files.el (insert-file-literally, insert-file):
6725 * replace.el (replace-string, replace-regexp):
6726 * simple.el (beginning-of-buffer, end-of-buffer, delete-backward-char)
6727 (delete-forward-char, goto-line, insert-buffer, next-line)
6728 (previous-line): Set interactive-only via declare.
6729
6730 2014-03-22 Dmitry Gutov <dgutov@yandex.ru>
6731
6732 * emacs-lisp/package.el (package-desc): Use the contents of the
6733 quoted form, not its cdr. (Bug#16873)
6734
6735 2014-03-22 Juanma Barranquero <lekktu@gmail.com>
6736
6737 * w32-common-fns.el (x-selection-owner-p): Add empty docstring for the
6738 benefit of doc.c; change parameter profile to match the X function.
6739
6740 2014-03-22 Leo Liu <sdl.web@gmail.com>
6741
6742 * help.el (temp-buffer-setup-hook): Remove help-mode-setup.
6743 (temp-buffer-show-hook): Remove help-mode-finish. (Bug#16038)
6744
6745 2014-03-21 Richard Stallman <rms@gnu.org>
6746
6747 * battery.el (battery-linux-sysfs): Search for each field
6748 from the beginning of the buffer.
6749
6750 * subr.el (set-transient-map): Clear out function and value
6751 of the temporary symbol when we're done with it.
6752
6753 * mail/rmailsum.el (rmail-summary-delete-forward):
6754 Optimize case of reaching end and handling count.
6755 (rmail-summary-mark-deleted): Optimize when N is current msg.
6756 Don't create new summary line.
6757 (rmail-summary-undelete): Pass arg to rmail-undelete-previous-message.
6758 (rmail-summary-undelete-many): Rewrite for speed.
6759 (rmail-summary-msg-number): New function.
6760
6761 * mail/rmail.el (rmail-delete-message): Update summary.
6762 (rmail-undelete-previous-message): Handle repeat count arg.
6763 (rmail-delete-backward, rmail-delete-forward): Likewise.
6764
6765 2014-03-21 Daniel Colascione <dancol@dancol.org>
6766
6767 * mail/emacsbug.el (report-emacs-bug): Include memory usage
6768 information in bug reports.
6769
6770 2014-03-21 Michael Albinus <michael.albinus@gmx.de>
6771
6772 * net/tramp.el (tramp-methods): Add docstring for `tramp-login-env'
6773 and `tramp-copy-env'.
6774
6775 * net/tramp-sh.el (tramp-methods) <sudo>: Add `tramp-login-env'.
6776 (tramp-maybe-open-connection): Handle `tramp-login-env'.
6777
6778 2014-03-21 Glenn Morris <rgm@gnu.org>
6779
6780 * electric.el (electric-indent-post-self-insert-function): Add doc.
6781
6782 2014-03-21 Dmitry Gutov <dgutov@yandex.ru>
6783
6784 * emacs-lisp/package.el (package-compute-transaction):
6785 Use `version-list-<=' to compare the requirement version against
6786 the version of package already to be installed. Update the error
6787 message. (Bug#16826)
6788
6789 * progmodes/ruby-mode.el (ruby-smie-rules):
6790 Add indentation rule for ` @ '. (Bug#17050)
6791
6792 2014-03-21 Juanma Barranquero <lekktu@gmail.com>
6793
6794 * align.el (align-regexp): Remove superfluous backslash.
6795
6796 * ffap.el (ffap-ftp-default-user, ffap-url-regexp)
6797 (ffap-pass-wildcards-to-dired, dired-at-point-require-prefix)
6798 (ffap-rfc-path, ffap-ftp-sans-slash-regexp, ffap-menu-regexp):
6799 Fix docstring typos.
6800 (ffap-next): Use C-u in docstring.
6801 (ffap-machine-p, ffap-list-env, ffap-alist, ffap-alist)
6802 (ffap-string-at-point-mode-alist, ffap-menu, ffap-menu-ask):
6803 Remove superfluous backslashes.
6804 (ffap-string-at-point): Reflow docstring.
6805
6806 * server.el (server-host): Reflow docstring.
6807 (server-unload-function): Fix docstring typo.
6808 (server-eval-at): Remove superfluous backslash.
6809
6810 * skeleton.el (skeleton-insert): Remove superfluous backslash.
6811 (skeleton-insert): Doc fix.
6812 (skeleton-insert): Reflow docstring.
6813
6814 * term/tty-colors.el (tty-color-alist, tty-modify-color-alist)
6815 (tty-color-approximate, tty-color-by-index, tty-color-values)
6816 (tty-color-desc): Remove superfluous backslashes.
6817
6818 2014-03-21 Glenn Morris <rgm@gnu.org>
6819
6820 * cus-start.el (history-length): Bump :version.
6821
6822 * Makefile.in ($(MH_E_DIR)/mh-loaddefs.el)
6823 ($(TRAMP_DIR)/tramp-loaddefs.el, $(CAL_DIR)/cal-loaddefs.el)
6824 ($(CAL_DIR)/diary-loaddefs.el, $(CAL_DIR)/hol-loaddefs.el):
6825 Don't set `make-backup-files'.
6826
6827 * info.el (info--prettify-description): New function,
6828 to give info-finder descriptions consistent case, punctuation.
6829 (Info-finder-find-node): Use it. Sort packages.
6830 Refer to "description" rather than "commentary".
6831
6832 2014-03-21 Juanma Barranquero <lekktu@gmail.com>
6833
6834 * frameset.el (frameset--print-register): New function.
6835 (frameset-to-register): Use it.
6836
6837 2014-03-20 Juanma Barranquero <lekktu@gmail.com>
6838
6839 * progmodes/hideif.el (hif-string-to-number): New function.
6840 (hif-tokenize): Use it to understand non-decimal floats.
6841
6842 * emacs-lisp/cl-extra.el (cl--map-overlays): Remove obsolete code.
6843
6844 * skeleton.el (skeleton-autowrap): Mark as obsolete. Doc fix.
6845
6846 2014-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
6847
6848 * electric.el (electric-newline-and-maybe-indent): New command.
6849 Bind it globally to C-j.
6850 (electric-indent-mode): Don't mess with the global map any more.
6851 Don't drop the post-self-insert-hook is some buffer is still using it
6852 (bug#16770).
6853
6854 * bindings.el (global-map): Remove C-j binding.
6855
6856 * emacs-lisp/nadvice.el (advice--make-docstring): Try harder to find
6857 the docstring of functions advised before dumping (bug#16993).
6858
6859 2014-03-19 Stefan-W. Hahn <stefan.hahn@s-hahn.de> (tiny change)
6860
6861 * ps-print.el (ps-generate-postscript-with-faces):
6862 Explicitly deactivate the mark (bug#16866).
6863 * simple.el (deactivate-mark): Update region highlight.
6864
6865 2014-03-19 Juanma Barranquero <lekktu@gmail.com>
6866
6867 * emacs-lisp/package.el (describe-package-1):
6868 Decode commentary (bug#16733).
6869
6870 2014-03-18 Juanma Barranquero <lekktu@gmail.com>
6871
6872 * custom.el (defcustom): Doc fix: recommend avoiding destructive
6873 modification of the value argument of :set (bug#16755).
6874
6875 2014-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
6876
6877 * simple.el (newline-and-indent): Do autofill (bug#17031).
6878
6879 2014-03-18 Dmitry Gutov <dgutov@yandex.ru>
6880
6881 * newcomment.el (comment-normalize-vars): Only add escaping check
6882 to `comment-start-skip' if not `comment-use-syntax'. (Bug#16971)
6883 (comment-beginning): Use `narrow-to-region' instead of moving back
6884 one character.
6885 (http://lists.gnu.org/archive/html/emacs-devel/2014-03/msg00488.html)
6886 (comment-start-skip): Update the docstring.
6887
6888 2014-03-18 Richard Stallman <rms@gnu.org>
6889
6890 * dired.el (dired-display-file): Force use of other window.
6891
6892 2014-03-18 Daniel Colascione <dancol@dancol.org>
6893
6894 * startup.el (tty-handle-args): Remove debug message from 2007.
6895
6896 2014-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
6897
6898 * emacs-lisp/nadvice.el (advice--interactive-form): New function.
6899 (advice--make-interactive-form): Use it to avoid (auto)loading function.
6900 (advice--make-1, advice-add, advice-remove):
6901 Remove braindead :advice-pending hack.
6902
6903 2014-03-17 Glenn Morris <rgm@gnu.org>
6904
6905 * calendar/calendar.el (calendar-generate-month): Apply weekend
6906 face to the right days; fixes 2013-08-06 change. (Bug#17028)
6907
6908 2014-03-17 Michael Albinus <michael.albinus@gmx.de>
6909
6910 * net/tramp.el (tramp-action-out-of-band): Read pending output.
6911 (tramp-call-process): Trace also DESTINATION.
6912
6913 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
6914 Quote file names when they are local. Remove superfluous trace.
6915
6916 2014-03-17 Dmitry Gutov <dgutov@yandex.ru>
6917
6918 * newcomment.el (comment-beginning): If `comment-start-skip'
6919 doesn't match, move back one char and try again. (Bug#16971)
6920
6921 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
6922 Set `comment-use-syntax' to t to avoid the unnecessary runtime check.
6923 Set `comment-start-skip' to a simpler value that doesn't try to
6924 check if the semicolon is escaped (this is handled by
6925 `syntax-ppss' now). (Bug#16971)
6926
6927 * progmodes/scheme.el (scheme-mode-variables): Same.
6928
6929 2014-03-16 Martin Rudalics <rudalics@gmx.at>
6930
6931 Fix behavior of with-temp-buffer-window (Bug#16816, Bug#17007).
6932 * window.el (with-temp-buffer-window): Don't make BUFFER-OR-NAME
6933 current (Bug#16816, Bug#17007).
6934 (with-current-buffer-window): New macro doing the same as
6935 `with-temp-buffer-window' but with BUFFER-OR-NAME current.
6936 * help.el (help-print-return-message): Warn in doc-string to not
6937 use this in `with-help-window'.
6938 (describe-bindings-internal): Call `describe-buffer-bindings'
6939 from within help buffer. See Juanma's scenario in (Bug#16816).
6940 (with-help-window): Update doc-string.
6941 * dired.el (dired-mark-pop-up):
6942 * files.el (save-buffers-kill-emacs):
6943 * register.el (register-preview): Use `with-current-buffer-window'
6944 instead of `with-temp-buffer-window'.
6945
6946 2014-03-16 Juanma Barranquero <lekktu@gmail.com>
6947
6948 * textmodes/rst.el (rst-arabic-to-roman, rst-roman-to-arabic):
6949 Implement inserting into current buffer, documented in their docstrings.
6950 (rst-define-key, rst-compare-adornments, rst-insert-list-new-item)
6951 (rst-section-tree-point, rst-forward-section, rst-indent)
6952 (rst-compute-tabs, rst-font-lock-find-unindented-line-end)
6953 (rst-font-lock-find-unindented-line-limit, rst-adornment-level)
6954 (rst-font-lock-handle-adornment-pre-match-form)
6955 (rst-repeat-last-character): Reflow docstrings.
6956 (rst-preferred-adornments, rst-update-section, rst-find-title-line)
6957 (rst-adjust-adornment-work, rst-initial-items, rst-insert-list)
6958 (rst-toc-insert-style, rst-toc-insert-node, rst-goto-section)
6959 (rst-compile, rst-imenu-convert-cell, rst-imenu-create-index):
6960 Fix docstring typos.
6961 (rst-all-sections, rst-section-hierarchy, rst-adjust): Doc fixes.
6962 (rst-uncomment-region, rst-font-lock-find-unindented-line-match)
6963 (rst-font-lock-handle-adornment-matcher): Mark unused arguments.
6964
6965 2014-03-15 Juanma Barranquero <lekktu@gmail.com>
6966
6967 * term/ns-win.el (x-command-line-resources): Rename from ns-... version,
6968 for compatibility with other ports.
6969 (ns-initialize-window-system): Use it. It is set in term/common-win.el
6970 from the -xrm command line argument, but in the Nextstep port its value
6971 is irrelevant because nsfns.m:Fx_open_connection ignores it for now.
6972
6973 * progmodes/python.el (defconst, python-syntax-count-quotes)
6974 (python-indent-region, python-indent-shift-right)
6975 (python-indent-dedent-line-backspace, python-nav-backward-sexp)
6976 (python-nav-backward-sexp-safe, python-nav-backward-up-list)
6977 (python-shell-prompt-block-regexp, python-shell-prompt-output-regexp)
6978 (python-shell-prompt-pdb-regexp, python-shell-enable-font-lock)
6979 (inferior-python-mode, python-shell-make-comint, run-python-internal)
6980 (python-shell-buffer-substring, python-shell-send-buffer)
6981 (python-pdbtrack-activate, python-pdbtrack-stacktrace-info-regexp)
6982 (python-completion-complete-at-point, python-fill-docstring-style)
6983 (python-eldoc-function, python-imenu-format-item-label)
6984 (python-imenu-format-parent-item-label)
6985 (python-imenu-format-parent-item-jump-label)
6986 (python-imenu--build-tree, python-imenu-create-index)
6987 (python-imenu-create-flat-index): Fix docstring typos.
6988 (python-indent-context, python-shell-prompt-regexp, run-python):
6989 Remove superfluous backslashes.
6990 (python-indent-line, python-nav-beginning-of-defun)
6991 (python-shell-get-buffer, python-shell-get-process)
6992 (python-info-current-defun, python-info-current-line-comment-p)
6993 (python-info-current-line-empty-p, python-util-popn): Doc fixes.
6994 (python-indent-post-self-insert-function, python-shell-send-file)
6995 (python-shell-completion-get-completions)
6996 (python-shell-completion-complete-or-indent)
6997 (python-eldoc--get-doc-at-point): Reflow docstrings.
6998
6999 2014-03-14 Glenn Morris <rgm@gnu.org>
7000
7001 * emacs-lisp/package.el (package-menu-mode-map):
7002 Replace use of obsolete function alias. Tweak menu item text.
7003
7004 * info.el (Info-finder-find-node):
7005 Ignore the `emacs' metapackage. (Bug#10813)
7006
7007 * finder.el (finder-list-matches): Include unversioned packages
7008 in the result of a keyword search.
7009
7010 * finder.el (finder--builtins-descriptions): New constant.
7011 (finder-compile-keywords): Use finder--builtins-descriptions.
7012
7013 2014-03-14 Dmitry Gutov <dgutov@yandex.ru>
7014
7015 * simple.el (blink-matching-paren): Describe the new value,
7016 `jump', enabling the old behavior.
7017 (blink-matching-open): Use that value. (Bug#17008)
7018
7019 2014-03-14 Glenn Morris <rgm@gnu.org>
7020
7021 * finder.el (finder-no-scan-regexp): Add leim-list.
7022 (finder-compile-keywords):
7023 Don't skip files with same basename. (Bug#14010)
7024 * Makefile.in (setwins_finder): New, excluding leim.
7025 (finder-data): Use setwins_finder.
7026
7027 * help-fns.el (help-split-fundoc, help-add-fundoc-usage)
7028 (help-function-arglist, help-make-usage): Move from here...
7029 * help.el (help-split-fundoc, help-add-fundoc-usage)
7030 (help-function-arglist, help-make-usage): ... to here. (Bug#17001)
7031 * emacs-lisp/bytecomp.el (byte-compile-lambda): Do not load help-fns.
7032
7033 2014-03-14 Juanma Barranquero <lekktu@gmail.com>
7034
7035 * net/socks.el (socks, socks-override-functions)
7036 (socks-find-services-entry):
7037 * progmodes/hideif.el (hif-set-var, hif-nexttoken, hif-comma)
7038 (hif-find-ifdef-block):
7039 * progmodes/modula2.el (m2-indent): Fix docstring typos.
7040
7041 * net/tls.el (tls-program): Reflow docstring.
7042
7043 * progmodes/pascal.el (pascal-mode-abbrev-table)
7044 (pascal-imenu-generic-expression, pascal-auto-endcomments)
7045 (pascal-mark-defun, pascal-comment-area, pascal-indent-level)
7046 (pascal-outline-mode): Fix docstring typos.
7047 (pascal-mode): Let define-derived-mode document mode hook.
7048 (pascal-uncomment-area): Reflow.
7049 (pascal-exclude-str-start, pascal-exclude-str-end): Add docstring.
7050
7051 * progmodes/opascal.el (opascal-compound-block-indent)
7052 (opascal-case-label-indent): Fix docstring typos.
7053 (opascal-mode): Fix typos; let defined-derived-mode document mode hook.
7054
7055 2014-03-13 Dmitry Gutov <dgutov@yandex.ru>
7056
7057 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
7058 Fontify multiple adjacent negation chars. (Bug#17004)
7059
7060 2014-03-13 Tom Willemse <tom@ryuslash.org> (tiny change)
7061
7062 * emacs-lisp/package.el (package--prepare-dependencies):
7063 Accept requirements without explicit version (bug#14941).
7064
7065 2014-03-12 Juanma Barranquero <lekktu@gmail.com>
7066
7067 * register.el (register-separator, copy-to-register): Doc fixes.
7068 (register-preview-default): Remove unnecessary call to concat.
7069
7070 * frameset.el (frameset-restore): When checking for a visible frame,
7071 use the action map instead of calling visible-frame-list.
7072
7073 2014-03-12 Jonas Bernoulli <jonas@bernoul.li>
7074
7075 * emacs-lisp/eieio.el (with-slots): Use cl-symbol-macrolet (bug#16998).
7076
7077 2014-03-12 Martin Rudalics <rudalics@gmx.at>
7078
7079 * window.el (fit-frame-to-buffer): Get maximum width from
7080 display's width instead of height.
7081
7082 2014-03-12 Glenn Morris <rgm@gnu.org>
7083
7084 * desktop.el (desktop-restore-frames)
7085 (desktop-restore-in-current-display, desktop-restore-forces-onscreen)
7086 (desktop-restore-reuses-frames): Doc tweaks.
7087
7088 * electric.el (electric-indent-mode): Doc fix.
7089
7090 2014-03-12 Juanma Barranquero <lekktu@gmail.com>
7091
7092 * vc/pcvs.el (cvs-temp-buffer, defun-cvs-mode, cvs-get-cvsroot)
7093 (cvs-checkout, cvs-mode-checkout, cvs-update-filter, cvs-mode-mark)
7094 (cvs-mode-diff-head, cvs-mode-diff-repository, cvs-mode-diff-yesterday)
7095 (cvs-mode-diff-vendor, cvs-mode-do, cvs-change-cvsroot)
7096 (cvs-dired-use-hook): Fix docstring typos.
7097 (cvs-mode-view-file-other-window, cvs-mode-byte-compile-files):
7098 Doc fixes.
7099
7100 * vc/pcvs-defs.el (cvs-auto-remove-handled)
7101 (cvs-auto-remove-directories, cvs-default-ignore-marks)
7102 (cvs-idiff-imerge-handlers, cvs-reuse-cvs-buffer)
7103 (cvs-execute-single-dir): Fix docstring typos.
7104
7105 * vc/pcvs-info.el (cvs-status-map, cvs-states): Fix docstring typos.
7106 (cvs-fileinfo-pp, cvs-fileinfo-from-entries): Doc fixes.
7107
7108 * vc/pcvs-parse.el (cvs-parsed-fileinfo): Reflow docstring.
7109
7110 * vc/pcvs-util.el (cvs-flags-query, cvs-flags-set, cvs-prefix-set):
7111 Fix docstring typos.
7112
7113 2014-03-12 Juanma Barranquero <lekktu@gmail.com>
7114
7115 * frameset.el (frameset--jump-to-register): Add autoload; it could be
7116 called from jump-to-register after unloading the frameset package.
7117
7118 2014-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
7119
7120 * simple.el (set-mark): Ensure mark-active is nil if the mark is nil
7121 (bug#16975). Deactivate the mark before setting it to nil.
7122 (activate-mark): Do nothing if region is already active.
7123
7124 2014-03-11 Juanma Barranquero <lekktu@gmail.com>
7125
7126 * frameset.el (frameset--target-display): Remove definition; declare.
7127 (frameset-save, frameset-restore): Let-bind frameset--target-display.
7128
7129 2014-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
7130
7131 * emacs-lisp/nadvice.el (advice--make-1): Fix autoloading avoidance.
7132 (advice-add): Add a :advice--pending marker, so advice--make-1 knows
7133 when the advice is pending.
7134 (advice-remove): Remove this marker when not needed any more.
7135
7136 2014-03-11 Juanma Barranquero <lekktu@gmail.com>
7137
7138 * frameset.el: Separate options for reusing frames and cleaning up.
7139 (frameset--reuse-list): Remove definition; declare.
7140 (frameset--action-map): Declare.
7141 (frameset--find-frame-if): Doc fix.
7142 (frameset--restore-frame): Cache frame action.
7143 (frameset-restore): New keyword arg CLEANUP-FRAMES, allows to select
7144 how to clean up the frame list after restoring. Remove cleaning
7145 options from REUSE-FRAMES. Change all keyword values to symbols.
7146 (frameset--jump-to-register): Simplify by using CLEANUP-FRAMES.
7147
7148 * desktop.el (desktop-restore-forces-onscreen)
7149 (desktop-restore-reuses-frames): Use non-keyword values.
7150 (desktop-restore-frameset): Use CLEANUP-FRAMES arg of frameset-restore.
7151
7152 2014-03-10 Glenn Morris <rgm@gnu.org>
7153
7154 * files.el (find-file): Doc fix: update info node name.
7155
7156 * emacs-lisp/advice.el (ad-add-advice, defadvice):
7157 Doc fix: remove references to deleted info nodes.
7158
7159 2014-03-10 Michael Albinus <michael.albinus@gmx.de>
7160
7161 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell):
7162 Do not add nil to the environment, when there's no remote `locale'.
7163 (tramp-find-inline-encoding): Check, that the remote host has
7164 installed perl, before sending scripts.
7165
7166 2014-03-10 Leo Liu <sdl.web@gmail.com>
7167
7168 * emacs-lisp/eldoc.el (eldoc-minibuffer-message):
7169 Clear eldoc-last-message. (Bug#16920)
7170
7171 2014-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
7172
7173 * desktop.el (desktop-create-buffer): Don't run activate-mark-hook
7174 (bug#14430).
7175
7176 2014-03-09 Juri Linkov <juri@jurta.org>
7177
7178 * ansi-color.el (ansi-color-names-vector): Copy default colors
7179 from `xterm-standard-colors' that look well on the default white
7180 background (and also on the black background) to avoid illegible
7181 color combinations like yellow-on-white and white-on-white.
7182 http://lists.gnu.org/archive/html/emacs-devel/2014-02/msg00157.html
7183
7184 2014-03-08 Juanma Barranquero <lekktu@gmail.com>
7185
7186 * frameset.el (frameset-restore): When no frame is visible, do not
7187 generate a list of frames, just make visible the selected one.
7188
7189 2014-03-08 Dmitry Gutov <dgutov@yandex.ru>
7190
7191 * vc/vc-git.el (vc-git-command): Turn FILE-OR-LIST into nil when
7192 it only contains the repository root. (Bug#16897)
7193
7194 2014-03-07 Michael Albinus <michael.albinus@gmx.de>
7195
7196 * net/tramp-sh.el (tramp-sh-handle-vc-registered): Run first pass
7197 only when `remote-file-name-inhibit-cache' is nil.
7198 (tramp-sh-file-name-handler): Use `tramp-error'. Simplify code.
7199
7200 2014-03-06 Martin Rudalics <rudalics@gmx.at>
7201
7202 * window.el (fit-frame-to-buffer, fit-frame-to-buffer-margins):
7203 Fix doc-strings.
7204 (fit-frame-to-buffer): New argument ONLY. Remove dependency on
7205 fit-frame-to-buffer variable. Fix doc-string.
7206 (fit-window-to-buffer): Set ONLY argument in call of
7207 fit-frame-to-buffer. Fix doc-string.
7208
7209 2014-03-06 Michael Albinus <michael.albinus@gmx.de>
7210
7211 * net/tramp.el (tramp-error): VEC-OR-PROC can be nil.
7212 (tramp-action-password): Clear password cache if needed.
7213 (tramp-read-passwd): Do not clear password cache.
7214
7215 * net/tramp-gvfs.el (tramp-gvfs-handler-askpassword): Clear password
7216 cache unless it is the first password request.
7217
7218 2014-03-06 Glenn Morris <rgm@gnu.org>
7219
7220 * simple.el (newline): Doc tweak.
7221
7222 * emacs-lisp/shadow.el (load-path-shadows-find):
7223 Ignore dir-locals. (Bug#12357)
7224
7225 2014-03-05 Glenn Morris <rgm@gnu.org>
7226
7227 * files.el (interpreter-mode-alist):
7228 * progmodes/sh-script.el (sh-ancestor-alist): Add dash. (Bug#16938)
7229
7230 2014-03-05 Juanma Barranquero <lekktu@gmail.com>
7231
7232 * frameset.el (frameset--initial-params): Filter out null entries.
7233
7234 2014-03-05 Martin Rudalics <rudalics@gmx.at>
7235
7236 * window.el (window-min-height, window-min-width):
7237 Rewrite doc-strings.
7238 (window-body-size): Add PIXELWISE argument to make it consistent
7239 with its callees.
7240
7241 2014-03-05 Juanma Barranquero <lekktu@gmail.com>
7242
7243 * finder.el (finder-mode-map, finder-mode-syntax-table):
7244 Revert part of 2014-02-28 change.
7245
7246 2014-03-05 Lars Ingebrigtsen <larsi@gnus.org>
7247
7248 * net/eww.el (eww-mode-map): [tab] doesn't work on tty.
7249 (eww-setup-buffer): Clear next/prev/etc more reliably.
7250 (eww-textarea-map): [tab] doesn't work on tty.
7251 Reported by Mario Lang.
7252
7253 * net/shr.el (shr-map): Ditto.
7254
7255 2014-03-04 Glenn Morris <rgm@gnu.org>
7256
7257 * minibuffer.el (completion-hilit-commonality):
7258 Revert 2014-03-01 short-cut, which changed the return value. (Bug#16933)
7259
7260 2014-03-04 Juanma Barranquero <lekktu@gmail.com>
7261
7262 * hilit-chg.el (hilit-chg-unload-function): New function.
7263 (highlight-changes-mode, highlight-changes-visible-mode): Fix typos.
7264 (hilit-chg-map-changes): Prefer cardinal number to digit.
7265 (hilit-chg-display-changes): Reflow docstring.
7266 (highlight-changes-rotate-faces): Remove superfluous backslash.
7267
7268 2014-03-04 Michael Albinus <michael.albinus@gmx.de>
7269
7270 * net/tramp-sh.el (tramp-sh-handle-vc-registered): Do not call
7271 `tramp-send-command-and-check'.
7272
7273 2014-03-04 Juanma Barranquero <lekktu@gmail.com>
7274
7275 * hexl.el (hexl-address-region, hexl-ascii-region)
7276 (hexl-goto-hex-address, hexl-backward-char, hexl-forward-char)
7277 (hexl-backward-short, hexl-forward-short, hexl-backward-word)
7278 (hexl-forward-word, hexl-previous-line, hexl-next-line):
7279 Use "Hexl mode" for non-hyperlinked hexl-mode references in docstrings.
7280 (hexl-mode): Doc fix.
7281 (hexl-ascii-start-column, hexl-beginning-of-line, hexl-end-of-line)
7282 (hexl-mode-ruler): Fix typos in docstrings.
7283
7284 * strokes.el (strokes-xpm-header, strokes-rate-stroke): Fix typos.
7285 (strokes-character, strokes-get-grid-position, strokes-list-strokes):
7286 Remove superfluous backslashes.
7287 (strokes-last-stroke, strokes-global-map, strokes-mode):
7288 Reflow docstrings.
7289 (strokes-xpm-for-stroke, strokes-xpm-to-compressed-string)
7290 (strokes-xpm-for-compressed-string): Use quotes with buffer name.
7291 (strokes-distance-squared, strokes-global-set-stroke)
7292 (strokes-global-set-stroke-string): Doc fixes.
7293 (strokes-help): Fix typos; reflow docstring.
7294
7295 2014-03-04 Martin Rudalics <rudalics@gmx.at>
7296
7297 * window.el (window-in-direction): Fix doc-string.
7298
7299 2014-03-04 Glenn Morris <rgm@gnu.org>
7300
7301 * emacs-lisp/smie.el (smie-config-guess): Doc fix.
7302 Explicit error if no grammar.
7303 (smie-config-save): Doc fix. Fix quote typo.
7304
7305 2014-03-04 Stefan Monnier <monnier@iro.umontreal.ca>
7306
7307 * progmodes/cc-mode.el (c-initialize-cc-mode): Only hook into
7308 electric-indent-mode-hook if we obey electric-indent-mode.
7309 (c-basic-common-init): Use (fboundp 'electric-indent-local-mode) to
7310 decide whether we obey electric-indent-mode.
7311 (c-change-set-fl-decl-start, c-extend-after-change-region):
7312 Silence warnings.
7313 (c-electric-indent-mode-hook): Assume we do want to obey
7314 electric-indent-mode.
7315
7316 * electric.el (electric-indent-mode-has-been-called): Remove.
7317 (electric-indent-mode): Fix accordingly.
7318
7319 * files.el (hack-local-variables): Mention file name in warning.
7320
7321 * htmlfontify.el (hfy-fontify-buffer): Drop `invis-range' message.
7322
7323 2014-03-04 Michal Nazarewicz <mina86@mina86.com>
7324
7325 * bindings.el: Add comment describing why C-d binds to `delete-char'.
7326 * simple.el (delete-forward-char): Mark as interactive-only.
7327
7328 2014-03-03 Juanma Barranquero <lekktu@gmail.com>
7329
7330 * icomplete.el (icomplete-completions):
7331 Follow-up to 2014-03-01 change.
7332
7333 * icomplete.el: Miscellaneous doc fixes.
7334 Use Icomplete everywhere instead of icomplete for consistency.
7335 (icomplete-max-delay-chars): Fix typo.
7336 (icomplete-mode): Use \[].
7337 (icomplete-tidy, icomplete-exhibit): Reflow.
7338 (icomplete-minibuffer-setup-hook, icomplete-completions):
7339 Remove superfluous backlashes.
7340
7341 * ido.el: Miscellaneous doc fixes.
7342 Use Ido everywhere instead of ido or `ido' for consistency.
7343 (ido-record-ftp-work-directories, ido-merge-ftp-work-directories)
7344 (ido-cache-ftp-work-directory-time, ido-slow-ftp-hosts)
7345 (ido-slow-ftp-host-regexps, ido-reread-directory): Upcase "ftp".
7346 (ido-separator): Extract obsolescence info from docstring and declare
7347 with make-obsolete-variable.
7348 (ido-minibuffer-setup-hook): Simplify example.
7349 (ido-text, ido-text-init, ido-input-stack, ido-report-no-match)
7350 (ido-wide-find-file, ido-wide-find-dir, ido-wide-find-dir-or-delete-dir)
7351 (ido-completion-help, ido-completing-read): Fix typos in docstrings.
7352 (ido-everywhere): Reflow docstring.
7353 (ido-toggle-vc): Doc fix.
7354 (ido-switch-buffer, ido-find-file): Use tabs to improve legibility
7355 of long list of keybindings.
7356
7357 2014-03-03 Glenn Morris <rgm@gnu.org>
7358
7359 * frame.el (display-pixel-height, display-pixel-width)
7360 (display-mm-dimensions-alist, display-mm-height)
7361 (display-mm-width): Doc tweaks.
7362
7363 2014-03-02 Barry O'Reilly <gundaetiapo@gmail.com>
7364
7365 * simple.el (undo-elt-in-region): Fix buffer corruption for edge
7366 case of undo in region.
7367
7368 2014-03-02 Martin Rudalics <rudalics@gmx.at>
7369
7370 * window.el (fit-window-to-buffer): Fix argument in window-size
7371 call when window is horizontally combined.
7372
7373 2014-03-02 Juanma Barranquero <lekktu@gmail.com>
7374
7375 * icomplete.el (icomplete-completions): Use string-width.
7376 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
7377
7378 2014-03-01 Dmitry Gutov <dgutov@yandex.ru>
7379
7380 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
7381 Highlight regexp options. (Bug#16914)
7382
7383 2014-03-01 Martin Rudalics <rudalics@gmx.at>
7384
7385 * window.el (window--max-delta-1): Round down when calculating
7386 how many lines/columns we can get from a window.
7387
7388 2014-03-01 Glenn Morris <rgm@gnu.org>
7389
7390 * isearch.el (search-invisible): Doc fix.
7391
7392 * minibuffer.el (completion-hilit-commonality):
7393 Make `base-size' argument optional. Short-cut if `prefix-len' is 0.
7394 * comint.el (comint-dynamic-list-completions): Doc fix.
7395 * comint.el (comint-dynamic-list-completions):
7396 * filecache.el (file-cache-minibuffer-complete):
7397 * tempo.el (tempo-display-completions):
7398 * eshell/em-hist.el (eshell-list-history):
7399 Replace use of obsolete argument of display-completion-list.
7400
7401 2014-03-01 Juanma Barranquero <lekktu@gmail.com>
7402
7403 * icomplete.el (icomplete-completions):
7404 Revert back to using "..." when ?… cannot be displayed.
7405
7406 2014-02-28 Juanma Barranquero <lekktu@gmail.com>
7407
7408 * finder.el (finder-unload-function): New function.
7409
7410 2014-02-28 Juanma Barranquero <lekktu@gmail.com>
7411
7412 * dframe.el (dframe-detach):
7413 * find-dired.el (find-dired, find-name-dired):
7414 * finder.el (finder-mode-map, finder-mode-syntax-table)
7415 (finder-headmark, finder-select, finder-mouse-select):
7416 Fix docstring typos.
7417
7418 2014-02-28 Martin Rudalics <rudalics@gmx.at>
7419
7420 Revert recent with-temp-buffer-window change (Bug#16816, Bug#16882).
7421 * window.el (with-temp-buffer-window): Revert change from 2014-02-21.
7422 Suggested by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
7423 Fix doc-string based on a suggestion by Nicolas Richard
7424 <theonewiththeevillook@yahoo.fr>.
7425 * help.el (with-help-window): Fix doc-string.
7426
7427 2014-02-28 Ivan Kanis <ivan@kanis.fr>
7428
7429 * net/shr.el (shr-image-animate): New option.
7430 (shr-put-image): Respect shr-image-animate.
7431
7432 2014-02-28 Michael Albinus <michael.albinus@gmx.de>
7433
7434 * net/tramp-adb.el (tramp-adb-parse-device-names):
7435 Use `accept-process-output'.
7436 (tramp-adb-handle-file-truename): Cache the localname only.
7437 (tramp-adb-handle-make-directory)
7438 (tramp-adb-handle-delete-directory): Flush file properties correctly.
7439 (tramp-adb-handle-set-file-modes): Do not raise an error when file
7440 modes cannot be changed.
7441
7442 * net/tramp-cache.el (tramp-flush-directory-property): Remove also
7443 file properties of symlinks.
7444
7445 2014-02-28 Per Starbäck <starback@stp.lingfil.uu.se>
7446
7447 * textmodes/bibtex.el (bibtex-biblatex-entry-alist): Update
7448 required/optional fields to match development biblatex. (Bug#16781)
7449
7450 2014-02-28 Andy Sawyer <andy.sawyer@gmail.com> (tiny change)
7451
7452 * saveplace.el (toggle-save-place):
7453 Fix argument handling. (Bug#16673)
7454
7455 2014-02-28 Glenn Morris <rgm@gnu.org>
7456
7457 * minibuffer.el (completions-first-difference)
7458 (completions-common-part, completion-hilit-commonality): Doc fixes.
7459
7460 2014-02-28 Karl Berry <karl@gnu.org>
7461
7462 * info.el (Info-mode-map): Add H for describe-mode,
7463 to synchronize with standalone Info.
7464
7465 2014-02-28 Emilio C. Lopes <eclig@gmx.net>
7466
7467 * progmodes/sql.el (sql-interactive-mode):
7468 Avoid setting global comint-input-ring-separator. (Bug#16814)
7469
7470 2014-02-27 Michael Albinus <michael.albinus@gmx.de>
7471
7472 * net/dbus.el (dbus--init-bus): Declare function.
7473 (dbus-path-local, dbus-interface-local): New defconst.
7474 (dbus-init-bus): Use them.
7475 (dbus-return-values-table): Extend doc.
7476 (dbus-handle-bus-disconnect): Extend error message.
7477
7478 2014-02-27 Juanma Barranquero <lekktu@gmail.com>
7479
7480 * subr.el (y-or-n-p): Fix double space issue in message.
7481
7482 2014-02-27 Michael Albinus <michael.albinus@gmx.de>
7483
7484 * net/tramp.el (tramp-call-process): Improve trace message.
7485 (tramp-handle-insert-file-contents): Trace error case.
7486
7487 * net/tramp-adb.el (tramp-adb-file-name-handler-alist)
7488 <insert-directory>: Use `tramp-handle-insert-directory'.
7489 (tramp-adb-handle-insert-directory): Remove function.
7490 (tramp-adb-send-command-and-check): New defun, replacing
7491 `tramp-adb-command-exit-status'. Change all callees.
7492 (tramp-adb-handle-file-attributes)
7493 (tramp-adb-handle-directory-files-and-attributes): Use it.
7494 (tramp-adb-ls-output-name-less-p):
7495 Use `directory-listing-before-filename-regexp'.
7496 (tramp-adb-handle-delete-directory): Flush also file properties of
7497 the truename of directory.
7498 (tramp-adb-handle-file-name-all-completions): Add "./" and "../".
7499 (tramp-adb-handle-file-local-copy): Make the local copy readable.
7500 (tramp-adb-handle-write-region): Implement APPEND.
7501 (tramp-adb-handle-rename-file): Make it more robust. Flush file
7502 properties correctly.
7503 (tramp-adb-maybe-open-connection): Set `tramp-current-*'
7504 variables. Check for connected devices only when needed.
7505
7506 2014-02-27 Glenn Morris <rgm@gnu.org>
7507
7508 * minibuffer.el (completion-table-dynamic)
7509 (completion-table-with-cache): Doc fixes.
7510
7511 * emacs-lisp/crm.el (crm-default-separator, crm-separator)
7512 (completing-read-multiple): Doc fixes.
7513
7514 2014-02-27 Daniel Colascione <dancol@dancol.org>
7515
7516 * minibuffer.el (completion--nth-completion): Fix indentation.
7517
7518 * net/tramp-sh.el (tramp-get-remote-path): Don't signal error when
7519 explicit tramp path is empty.
7520
7521 2014-02-27 Glenn Morris <rgm@gnu.org>
7522
7523 * emacs-lisp/crm.el (completing-read-multiple):
7524 Empower help-enable-auto-load.
7525
7526 2014-02-26 Glenn Morris <rgm@gnu.org>
7527
7528 * startup.el (command-line): Don't init the tty in daemon mode.
7529
7530 Avoid calling tty-setup-hook twice, eg if a term file
7531 explicitly calls tty-run-terminal-initialization. (Bug#16859)
7532 * faces.el (tty-run-terminal-initialization): Add run-hook argument.
7533 (tty-create-frame-with-faces): Use it.
7534 * startup.el (command-line): Pass run-hook argument
7535 to tty-run-terminal-initialization.
7536
7537 * dired.el (dired-restore-desktop-buffer): Demote errors;
7538 eg in case a glob match fails. (Bug#16884)
7539
7540 2014-02-26 Dmitry Gutov <dgutov@yandex.ru>
7541
7542 * emacs-lisp/lisp.el (lisp--local-variables): Catch `end-of-file'
7543 error from `read-from-string'. (Bug#16850)
7544
7545 * emacs-lisp/ert.el (ert-run-tests-interactively): `read' the
7546 result of `completing-read' in the interactive form. (Bug#16854)
7547
7548 2014-02-25 Glenn Morris <rgm@gnu.org>
7549
7550 * image.el (image-animate, image-animate-timeout):
7551 Stop animating images in dead buffers. (Bug#16878)
7552
7553 * emacs-lisp/edebug.el (defmacro): Fix debug spec. (Bug#16868)
7554
7555 * faces.el (tty-setup-hook, tty-run-terminal-initialization):
7556 Doc fixes.
7557 * startup.el (term-setup-hook): Doc fix. Make obsolete.
7558 * term/sun.el (sun-raw-prefix-hooks):
7559 Use tty-setup-hook instead of term-setup-hook.
7560 (terminal-init-sun): Construct message from bytecomp plist.
7561 * term/wyse50.el (enable-arrow-keys): Doc fix.
7562
7563 2014-02-24 Juanma Barranquero <lekktu@gmail.com>
7564
7565 * term/sun.el (kill-region-and-unmark, sun-raw-prefix-hooks):
7566 Fix docstring typos.
7567
7568 2014-02-24 Michael Albinus <michael.albinus@gmx.de>
7569
7570 * net/tramp-sh.el (tramp-sh-handle-file-truename): Improve last fix.
7571
7572 2014-02-24 Nicolas Richard <theonewiththeevillook@yahoo.fr>
7573
7574 * minibuffer.el (completion--try-word-completion):
7575 Fix error when completing M-x commands (bug#16808).
7576
7577 2014-02-24 Leo Liu <sdl.web@gmail.com>
7578
7579 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix debug spec.
7580
7581 2014-02-24 Juanma Barranquero <lekktu@gmail.com>
7582
7583 * apropos.el (apropos-print): Avoid formatting error when
7584 apropos-do-all and apropos-compact-layout are both t.
7585
7586 2014-02-23 Juanma Barranquero <lekktu@gmail.com>
7587
7588 * apropos.el (apropos-property, apropos-all-words-regexp)
7589 (apropos-true-hit, apropos-variable, apropos-print):
7590 Fix docstring typos, and remove obsolete comment.
7591
7592 2014-02-23 Michael Albinus <michael.albinus@gmx.de>
7593
7594 * net/tramp-sh.el (tramp-sh-handle-file-truename):
7595 Preserve trailing "/". (Bug#16851)
7596
7597 2014-02-23 Dmitry Gutov <dgutov@yandex.ru>
7598
7599 * progmodes/ruby-mode.el (ruby-smie-rules): Don't indent specially
7600 after `=>' (bug#16811).
7601 (ruby-smie-rules): Handle the inconsistent second element of the
7602 list returned by `smie-indent--parent'.
7603 (ruby-font-lock-keywords): Disqualify any identifier before `=' as
7604 method call.
7605
7606 2014-02-23 Juanma Barranquero <lekktu@gmail.com>
7607
7608 * elec-pair.el (electric-pair-text-syntax-table)
7609 (electric-pair-syntax-info, electric-pair--syntax-ppss)
7610 (electric-pair--balance-info, electric-pair-mode): Fix docstring typos.
7611 (electric-pair--looking-at-unterminated-string-p): Doc fix.
7612 (electric-pair--inside-string-p): Doc fix. Use `let', not `let*'.
7613
7614 2014-02-22 Glenn Morris <rgm@gnu.org>
7615
7616 * imenu.el (imenu--generic-function): Doc fix.
7617
7618 * register.el (frame-configuration-to-register): Make obsolete.
7619
7620 2014-02-22 Juanma Barranquero <lekktu@gmail.com>
7621
7622 * desktop.el (desktop-save-buffer-p): Do not fail when
7623 desktop-files-not-to-save is nil. Return t for true result
7624 as the doc says.
7625
7626 2014-02-22 Daniel Colascione <dancol@dancol.org>
7627
7628 * net/secrets.el (secrets-create-item, secrets-search-items):
7629 Check that attribute values are strings, avoiding the construction
7630 of invalid dbus messages.
7631
7632 2014-02-21 Juanma Barranquero <lekktu@gmail.com>
7633
7634 * emacs-lisp/gv.el: Avoid duplicating gv-expander and gv-setter in
7635 defun-declarations-alist.
7636
7637 2014-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
7638
7639 * emacs-lisp/cl-macs.el (cl-define-compiler-macro): Add indent rule
7640 (bug#16829).
7641
7642 2014-02-21 Juanma Barranquero <lekktu@gmail.com>
7643
7644 * whitespace.el (whitespace-space, whitespace-hspace, whitespace-tab)
7645 (whitespace-newline, whitespace-trailing, whitespace-line)
7646 (whitespace-space-before-tab, whitespace-indentation, whitespace-empty)
7647 (whitespace-space-after-tab): Fix typo in docstrings.
7648
7649 2014-02-21 Dmitry Gutov <dgutov@yandex.ru>
7650
7651 * progmodes/ruby-mode.el (auto-mode-alist): Add missing "or".
7652
7653 * electric.el (electric-indent-functions-without-reindent):
7654 Add `yaml-indent-line'.
7655
7656 2014-02-21 Juanma Barranquero <lekktu@gmail.com>
7657
7658 * w32-vars.el (w32-enable-synthesized-fonts): Mark as obsolete.
7659 It has done nothing for years; should be removed after the release.
7660
7661 * simple.el (choose-completion): Fix docstring typo.
7662 (read-quoted-char-radix): Remove unneeded * in docstring.
7663 (process-file, kill-whole-line, pop-to-mark-command, set-mark-command):
7664 Don't escape parentheses unnecessarily in docstrings.
7665
7666 2014-02-21 Martin Rudalics <rudalics@gmx.at>
7667
7668 Fix handling of window-min-height/-width (Bug#16738).
7669 * window.el (window--dump-window, window--dump-frame):
7670 New functions.
7671 (window--min-size-1): Account for window dividers.
7672 When window-resize-pixelwise is nil, delay rounding till after the
7673 sum of the window components has been calculated.
7674 (window--min-delta-1, window--max-delta-1): When PIXELWISE is
7675 nil make sure at least one text line and two text columns remain
7676 fully visible.
7677 (window-resize): Signal an error when window-resize-apply fails.
7678 (window--resize-child-windows): Fix calculation of by how many
7679 pixels a window can still be shrunk via window-new-normal.
7680 (adjust-window-trailing-edge): Call window--resizable with
7681 correct TRAIL argument.
7682
7683 (with-temp-buffer-window): Don't evaluate BODY within
7684 with-current-buffer (Bug#16816).
7685
7686 2014-02-21 Michael Albinus <michael.albinus@gmx.de>
7687
7688 * net/tramp.el (tramp-check-cached-permissions):
7689 Call `file-attributes' with `suffix' being a symbol but a string.
7690
7691 2014-02-21 Daniel Colascione <dancol@dancol.org>
7692
7693 * net/dbus.el (dbus-init-bus-1): Declare new subr.
7694 (dbus-init-bus): New function: call into dbus-init-bus-1
7695 and installs a handler for the disconnect signal.
7696 (dbus-call-method): Rewrite to look for result in cons.
7697 (dbus-call-method-handler): Store result in cons.
7698 (dbus-check-event): Recognize events with nil sender as valid.
7699 (dbus-handle-bus-disconnect): New function. React to bus
7700 disconnection signal by synthesizing dbus error for each
7701 pending synchronous or asynchronous call.
7702 (dbus-notice-synchronous-call-errors): New function.
7703 (dbus-handle-event): Raise errors directly only when `dbus-debug'
7704 is true, not all the time.
7705
7706 2014-02-21 Juanma Barranquero <lekktu@gmail.com>
7707
7708 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
7709 Remove obsolescence declarations, these variables do not exist anymore.
7710
7711 * savehist.el (savehist-save-minibuffer-history)
7712 (savehist-additional-variables, savehist-file, savehist-mode-hook)
7713 (savehist-save-hook, savehist-coding-system, savehist-loaded)
7714 (savehist-load, savehist-install, savehist-autosave): Fix typos;
7715 mostly, refer to "Savehist mode" when talking about the mode,
7716 and not the function.
7717
7718 * saveplace.el (save-place): Remove redundant info in docstring.
7719 (save-place-forget-unreadable-files, toggle-save-place)
7720 (save-place-forget-unreadable-files, save-place-dired-hook):
7721 Fix typos and remove unneeded backslashes.
7722
7723 2014-02-20 Michael Albinus <michael.albinus@gmx.de>
7724
7725 * net/tramp.el (ls-lisp-use-insert-directory-program): Declare.
7726 (tramp-handle-insert-directory): New defun, taken from tramp-gvfs.el.
7727
7728 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist)
7729 <insert-directory>: Use `tramp-handle-insert-directory'.
7730 (tramp-gvfs-handle-insert-directory): Remove function.
7731
7732 * net/tramp-sh.el (tramp-sh-handle-insert-directory):
7733 Call `tramp-handle-insert-directory'.
7734
7735 2014-02-20 Juanma Barranquero <lekktu@gmail.com>
7736
7737 * elec-pair.el (electric-pair-syntax-info): Do not check syntax
7738 before the start of buffer/region (bug#16799).
7739
7740 2014-02-20 Glenn Morris <rgm@gnu.org>
7741
7742 * isearch.el (search-invisible): Doc fix.
7743
7744 2014-02-20 W. Trevor King <wking@tremily.us> (tiny change)
7745
7746 * term/xterm.el (xterm--version-handler): Adapt to xterm-280's output
7747 (bug#16657).
7748
7749 2014-02-19 Juanma Barranquero <lekktu@gmail.com>
7750
7751 * frameset.el (frameset-restore): Delay removing an old frame's
7752 duplicate id until the new frame has been correctly created.
7753
7754 2014-02-19 Michael Albinus <michael.albinus@gmx.de>
7755
7756 * net/tramp.el (tramp-handle-make-symbolic-link): New defun.
7757 (tramp-check-cached-permissions): Call `file-attributes' if the
7758 cache is empty.
7759
7760 * net/tramp-adb.el (tramp-adb-file-name-handler-alist)
7761 <make-symbolic-link>: Use `tramp-handle-make-symbolic-link'.
7762
7763 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist)
7764 <make-symbolic-link>: Use `tramp-handle-make-symbolic-link'.
7765 (tramp-gvfs-maybe-open-connection): Set always connection
7766 properties, even if target is mounted already.
7767
7768 * net/tramp-sh.el (tramp-color-escape-sequence-regexp):
7769 Set tramp-autoload cookie.
7770 (tramp-get-remote-touch): New defun.
7771 (tramp-sh-handle-set-file-times): Use it.
7772 (tramp-sh-handle-directory-files-and-attributes):
7773 Use `tramp-handle-directory-files-and-attributes' if neither stat
7774 nor perl are available on the remote host.
7775
7776 * net/tramp-smb.el (tramp-smb-handle-insert-directory): Mark trailing
7777 "/". Write long listing only when "l" belongs to the switches.
7778
7779 * net/trampver.el: Update release number.
7780
7781 2014-02-19 Juanma Barranquero <lekktu@gmail.com>
7782
7783 * frameset.el (frameset--reuse-frame): Remove workaround for bug#16793.
7784
7785 2014-02-19 Martin Rudalics <rudalics@gmx.at>
7786
7787 * window.el (window-state-put): Allow WINDOW to refer to an
7788 internal window (Bug#16793).
7789
7790 2014-02-19 Glenn Morris <rgm@gnu.org>
7791
7792 * textmodes/remember.el: Move provide statement to end.
7793 (remember-mode-map, remember-notes-mode-map, remember-notes-mode)
7794 (remember-notes): Doc fixes.
7795
7796 2014-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
7797
7798 * delsel.el (delete-char): Restore incorrectly erased property
7799 (bug#16795).
7800
7801 2014-02-18 Juanma Barranquero <lekktu@gmail.com>
7802
7803 * frameset.el (frameset--restore-frame): When a frame is being reused
7804 and its root window is not alive, delete all the frame's windows before
7805 restoring the window state. This works around the issue in bug#16793.
7806
7807 2014-02-18 Glenn Morris <rgm@gnu.org>
7808
7809 * textmodes/remember.el (remember-data-directory)
7810 (remember-directory-file-name-format, remember-store-in-files)
7811 (remember-notes-initial-major-mode, remember-notes-bury-on-kill)
7812 (remember-notes-save-and-bury-buffer)
7813 (remember-notes--kill-buffer-query): Doc fixes.
7814
7815 * desktop.el (desktop-save-mode, desktop-auto-save-timeout): Doc fixes.
7816
7817 2014-02-17 Alan Mackenzie <acm@muc.de>
7818
7819 Connect electric-indent-mode up with CC Mode. Bug #15478.
7820 * progmodes/cc-mode.el (c-initialize-cc-mode): Add CC Mode hooks
7821 to electric-indent-{,local-}-mode.
7822 (c-basic-common-init): Set electric-indent-inhibit.
7823 Initialise c-electric-flag from electric-indent-mode.
7824 (c-electric-indent-mode-hook, c-electric-indent-local-mode-hook):
7825 New hook functions which propagate electric-indent-mode to CC mode.
7826
7827 * progmodes/cc-cmds.el (c-toggle-electric-state): When C-c C-l is
7828 hit, toggle electric-indent-local-mode.
7829
7830 * electric.el (electric-indent-mode-has-been-called):
7831 New variable.
7832
7833 2014-02-17 Juanma Barranquero <lekktu@gmail.com>
7834
7835 * frameset.el (frameset-cfg-id): New function.
7836 (frameset--reuse-frame, frameset-restore): Use it.
7837 (frameset--jump-to-register): Try harder to reuse frames (bug#16748).
7838
7839 2014-02-17 Stefan Monnier <monnier@iro.umontreal.ca>
7840
7841 * ido.el (ido-file-internal): Remove unused var `d'.
7842 Use \` for to match BoS. Fit within 80n columns.
7843
7844 2014-02-17 Daniel Colascione <dancol@dancol.org>
7845
7846 * net/dbus.el (dbus-call-method): Work around bug#16775 by having
7847 dbus-call-method check for completion using a busy-wait loop with
7848 gradual backoff.
7849
7850 2014-02-16 Michael Albinus <michael.albinus@gmx.de>
7851
7852 Sync with Tramp 2.2.9.
7853
7854 * net/trampver.el: Update release number.
7855
7856 2014-02-16 Dmitry Gutov <dgutov@yandex.ru>
7857
7858 * ido.el (ido-file-internal): Don't add the name of an existing
7859 directory twice. (Bug#16747)
7860
7861 2014-02-16 Glenn Morris <rgm@gnu.org>
7862
7863 * vc/ediff-init.el (ediff-use-faces, ediff-highlight-all-diffs):
7864 Do not use ediff-defvar-local on pre-defined variables. (Bug#16744)
7865
7866 2014-02-15 Michael R. Mauger <michael@mauger.com>
7867
7868 * progmodes/sql.el: Version 3.4
7869 (sql-oracle-options): New default value ("-L").
7870 (sql-mode-oracle-font-lock-keywords): Add placeholder highlighting.
7871 (sql-placeholders-filter): Correct placeholder pattern.
7872 (sql-read-table-name): Bug fix. Detect absence of SQLi process.
7873 (sql-login-delay): New variable.
7874 (sql-product-interactive): Use it.
7875
7876 2014-02-15 Juanma Barranquero <lekktu@gmail.com>
7877
7878 * frameset.el (frameset--jump-to-register): Check that buffer is live
7879 (bug#16749).
7880
7881 2014-02-15 Glenn Morris <rgm@gnu.org>
7882
7883 * info.el (info-initialize): Revert 2014-01-10 change.
7884
7885 2014-02-14 Glenn Morris <rgm@gnu.org>
7886
7887 * replace.el (map-query-replace-regexp)
7888 (read-regexp-defaults-function, read-regexp): Doc fixes.
7889
7890 * dired.el (dired-read-regexp):
7891 * faces.el (list-faces-display):
7892 * misearch.el (multi-isearch-read-matching-buffers)
7893 (multi-isearch-read-matching-files):
7894 * play/cookie1.el (cookie-apropos):
7895 * progmodes/grep.el (grep-read-regexp): Doc fixes.
7896
7897 * textmodes/remember.el (remember): Use frameset-to-register
7898 rather than frame-configuration-to-register.
7899
7900 2014-02-14 Jay Belanger <jay.p.belanger@gmail.com>
7901
7902 * calc/calc-menu.el (calc-vectors-menu): Remove menu item for
7903 incorrect keybinding.
7904
7905 2014-02-13 Daniel Colascione <dancol@dancol.org>
7906
7907 * progmodes/flymake.el (flymake-post-syntax-check): Widen buffer
7908 when adding overlays so that line numbers from compiler match line
7909 numbers we use.
7910
7911 2014-02-13 Glenn Morris <rgm@gnu.org>
7912
7913 * mail/rmail.el (rmail-probe): Be less strict. (Bug#16743)
7914
7915 * jit-lock.el (jit-lock-mode): Doc fix.
7916
7917 2014-02-13 Juanma Barranquero <lekktu@gmail.com>
7918
7919 * apropos.el (apropos-read-pattern): When the user passes an empty
7920 string, give a more helpful error message than "Wrong type
7921 argument: stringp, nil".
7922
7923 2014-02-13 Stefan Monnier <monnier@iro.umontreal.ca>
7924
7925 * jit-lock.el (jit-lock-mode): Keep it disabled in indirect buffers.
7926
7927 2014-02-13 Glenn Morris <rgm@gnu.org>
7928
7929 * finder.el (finder-known-keywords, finder-mode-map): Doc fixes.
7930
7931 2014-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
7932
7933 * emulation/cua-base.el (cua-scroll-up, cua-scroll-down): Mark them as
7934 shift-select commands.
7935
7936 2014-02-12 Dmitry Gutov <dgutov@yandex.ru>
7937
7938 * progmodes/js.el (js-indent-line): Don't widen.
7939 http://lists.gnu.org/archive/html/emacs-devel/2012-06/msg00276.html
7940
7941 2014-02-12 Glenn Morris <rgm@gnu.org>
7942
7943 * icomplete.el (icomplete): Add info-link to defgroup.
7944 (icomplete-with-completion-tables, icomplete-minibuffer-setup-hook)
7945 (icomplete-minibuffer-map, icomplete-mode)
7946 (icomplete-simple-completing-p, icomplete-completions): Doc fixes.
7947
7948 * emacs-lisp/package.el (package-menu-mode-map): Tweak menu.
7949 (package-menu-filter): Rename from package-menu-filter-interactive.
7950 Doc fix.
7951
7952 2014-02-11 Juanma Barranquero <lekktu@gmail.com>
7953
7954 * frameset.el (frameset--jump-to-register): Select the required
7955 window and buffer before restoring position (bug#16696).
7956
7957 2014-02-11 Lars Ingebrigtsen <larsi@gnus.org>
7958
7959 * dired.el (dired-get-marked-files): Clarify doc (bug#11534).
7960
7961 2014-02-10 Glenn Morris <rgm@gnu.org>
7962
7963 * jit-lock.el (jit-lock-force-redisplay): Doc fix. (Bug#14394)
7964
7965 2014-02-10 Eli Zaretskii <eliz@gnu.org>
7966
7967 * w32-common-fns.el (x-get-selection): Doc fix.
7968 * select.el (x-get-selection): Doc fix. (Bug#15109)
7969
7970 * face-remap.el (face-remap-add-relative)
7971 (face-remap-remove-relative, face-remap-reset-base)
7972 (face-remap-set-base): Call force-mode-line-update to redisplay
7973 the current buffer due to potential change in faces. (Bug#16709)
7974
7975 2014-02-10 Michael Albinus <michael.albinus@gmx.de>
7976
7977 * net/tramp-sh.el (tramp-sh-handle-vc-registered): Apply heredoc
7978 script more robustly.
7979
7980 2014-02-10 Lars Ingebrigtsen <larsi@gnus.org>
7981
7982 * dired.el (dired-get-marked-files): Doc fix (bug#11534).
7983
7984 * simple.el (choose-completion): Doc fix (bug#14160).
7985
7986 * subr.el (event-start): Say what a nil EVENT value means.
7987
7988 * kmacro.el (kmacro-bind-to-key): Say that the parameter is unused
7989 (bug#14197).
7990
7991 * progmodes/grep.el (find-program): Doc fix (bug#14289).
7992
7993 * files.el (confirm-kill-emacs): Clarify doc (bug#15455).
7994
7995 * emacs-lisp/lisp.el (up-list): Doc fix (bug#15832).
7996
7997 * files.el (confirm-kill-emacs): Allow specifying an arbitrary
7998 predicate function (bug#15455).
7999
8000 2014-02-10 Dmitry Gutov <dgutov@yandex.ru>
8001
8002 * ielm.el (inferior-emacs-lisp-mode): Instead of
8003 `comment-use-global-state', set `comment-use-syntax'.
8004
8005 2014-02-10 Glenn Morris <rgm@gnu.org>
8006
8007 * emacs-lisp/gulp.el (gulp-discard): Add emacs-devel.
8008
8009 2014-02-09 Alan Mackenzie <acm@muc.de>
8010
8011 Fix c-invalidate-state-cache on narrowed buffers.
8012 * progmodes/cc-defs.el (c-with-all-but-one-cpps-commented-out):
8013 Widen when setting and clearing the CPP delimiter properties.
8014
8015 2014-02-09 Lars Ingebrigtsen <larsi@gnus.org>
8016
8017 * help.el (describe-bindings): Doc fix (bug#9888).
8018
8019 * files.el (save-buffer): Use ARG as the parameter name for
8020 consistency (bug#10346).
8021 (save-buffer): Clarify the 0 argument (bug#10346).
8022
8023 * cus-edit.el (customize-apropos): Fix error string.
8024 (custom-buffer-create): Doc fix (bug#11122).
8025 (custom-sort-items): Doc fix (bug#11121).
8026
8027 * repeat.el (repeat-message-function): Reword doc slightly (bug#11619).
8028
8029 * icomplete.el (icomplete-with-completion-tables): Doc fix (bug#11654).
8030 (icomplete-simple-completing-p): Mention the previous variable.
8031
8032 * font-lock.el (font-lock-value-in-major-mode): Clarify the
8033 meaning of the parameter (bug#12282).
8034
8035 * files.el (find-file-noselect): Clarify prompt when changing
8036 readedness (bug#13261).
8037 (locate-file): Suffixes aren't returned, so don't say that they
8038 are (bug#12674).
8039 (backup-inhibited): Doc clarification (bug#12525).
8040
8041 * dired.el (dired-internal-do-deletions): Don't say "Deleting..."
8042 before we actually start to delete things (bug#16331).
8043
8044 * subr.el (event-start): Doc fix (bug#14228).
8045 (event-end): Ditto.
8046
8047 2014-02-09 Glenn Morris <rgm@gnu.org>
8048
8049 * emacs-lisp/warnings.el (lwarn):
8050 Empower help-enable-auto-load. (Bug#15940)
8051
8052 2014-02-08 Andreas Schwab <schwab@linux-m68k.org>
8053
8054 * vc/log-edit.el (log-edit-comment-to-change-log): Doc fix.
8055 (Bug#16690)
8056
8057 2014-02-08 Michael Albinus <michael.albinus@gmx.de>
8058
8059 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
8060 Insert output at end of buffer. (Bug#16120)
8061
8062 2014-02-08 Lars Ingebrigtsen <larsi@gnus.org>
8063
8064 * simple.el (choose-completion-string-functions): Document new
8065 calling convention (bug#14153).
8066 (execute-extended-command): Clarify doc string (bug#13373).
8067
8068 * kmacro.el (kmacro-exec-ring-item): Doc fix (bug#14198).
8069
8070 * find-dired.el (find-name-dired): Doc fix (bug#14290).
8071 (find-grep-dired): Doc fix (bug#14288).
8072
8073 2014-02-08 Juri Linkov <juri@jurta.org>
8074
8075 * isearch.el (isearch-quote-char): Check character validity
8076 like in `quoted-insert' (bug#16677).
8077
8078 2014-02-08 Lars Ingebrigtsen <larsi@gnus.org>
8079
8080 * files.el (find-file-visit-truename): Doc clarification (bug#14697).
8081
8082 * isearch.el (isearch-hide-immediately): Doc clarification
8083 (bug#14723).
8084
8085 * simple.el (line-move): Document utility function used many
8086 places in the Emacs sources (bug#14843).
8087
8088 * dired.el (dired-mode-map): Make :help text more accurate (bug#14893).
8089 (dired-prev-marked-file): Doc fix (bug#14855).
8090 (dired-up-directory): Doc fix (bug#14848).
8091
8092 * minibuffer.el (read-file-name): Doc clarification (bug#15096).
8093
8094 * files.el (file-relative-name): Doc fix (bug#15159).
8095
8096 * fringe.el (fringe-styles): Doc fix (bug#15239).
8097
8098 * isearch.el (isearch-filter-predicate): Documentation typo fix
8099 (bug#15474).
8100
8101 * info-look.el (info-lookup-symbol): Document MODE (bug#15498).
8102
8103 * isearch.el (isearch-cmds): Doc clarification (bug#15547).
8104
8105 * replace.el (replace-match-maybe-edit): Doc clarification
8106 (bug#15632).
8107
8108 * subr.el (add-to-list): Refill the paragraphs (bug#15791).
8109
8110 * macros.el (insert-kbd-macro): Doc fix (bug#16025).
8111
8112 2014-02-08 Glenn Morris <rgm@gnu.org>
8113
8114 * help-fns.el (describe-variable):
8115 Check {file,dir}-local-variables-alist, and buffer-file-name,
8116 in the correct buffer.
8117
8118 2014-02-08 Ingo Lohmar <i.lohmar@gmail.com>
8119
8120 * help-fns.el (describe-variable): Fix the case where
8121 a value is directory-local with no dir-locals file. (Bug#16635)
8122
8123 2014-02-08 Glenn Morris <rgm@gnu.org>
8124
8125 * abbrev.el (edit-abbrevs-mode):
8126 Derive from fundamental-mode. (Bug#16682)
8127
8128 2014-02-07 Juanma Barranquero <lekktu@gmail.com>
8129
8130 * simple.el (quoted-insert): Check character validity (bug#16677).
8131
8132 2014-02-07 Juri Linkov <juri@jurta.org>
8133
8134 * desktop.el (desktop-read): Claim the lock when the owner is not
8135 the current process. (Bug#16157)
8136
8137 2014-02-07 Juri Linkov <juri@jurta.org>
8138
8139 * desktop.el (desktop-buffers-not-to-save): Change default from nil
8140 to "\\` ". (Bug#16651)
8141
8142 2014-02-07 Juri Linkov <juri@jurta.org>
8143
8144 * desktop.el (desktop-save-mode): Call `desktop-auto-save-set-timer'
8145 when enabling, and `desktop-auto-save-cancel-timer' when disabling.
8146 (desktop-auto-save-cancel-timer): New function with some code from
8147 `desktop-auto-save-set-timer'.
8148 (after-init-hook): Don't call `desktop-auto-save-set-timer'.
8149 Instead of setting `desktop-save-mode' to nil, call
8150 `desktop-save-mode' with arg 0. (Bug#16630)
8151
8152 2014-02-07 Glenn Morris <rgm@gnu.org>
8153
8154 * hi-lock.el (hi-lock-auto-select-face, hi-lock-line-face-buffer)
8155 (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
8156 (hi-lock-face-symbol-at-point, hi-lock-read-face-name): Doc tweaks.
8157
8158 * obsolete/iswitchb.el: Move to obsolete/.
8159 * simple.el (iswitchb-mode): Add manual autoloads to ease transition,
8160 since obsolete/ is not scanned for autoloads.
8161 * emacs-lisp/authors.el (authors-valid-file-names):
8162 Add iswitchb.el.
8163
8164 * obsolete/meese.el: Restore as obsolete (deleted 2014-01-11).
8165 Disable now non-functional find-file-hook.
8166
8167 2014-02-06 Michael Albinus <michael.albinus@gmx.de>
8168
8169 * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use "&&"
8170 instead of ";" in order to avoid additional prompts. Let heredoc
8171 scripts read from tty. (Bug#16582)
8172 (tramp-send-command): No special handling of heredocs, it isn't
8173 necessary anymore.
8174
8175 2014-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
8176
8177 * emacs-lisp/lisp.el (lisp-completion-at-point): Symbols don't start
8178 with a space (bug#16664). Limit the symbols considered to the ones
8179 that are bound or fbound (bug#16646).
8180
8181 2014-02-06 Glenn Morris <rgm@gnu.org>
8182
8183 * epa.el (epa-mail-aliases): Doc fix.
8184
8185 2014-02-06 Dmitry Gutov <dgutov@yandex.ru>
8186
8187 * emacs-lisp/lisp.el (lisp-completion-at-point):
8188 Use `completion-table-merge' instead of `completion-table-in-turn'
8189 (bug#16604).
8190
8191 * minibuffer.el (completion-table-merge): New function.
8192
8193 2014-02-05 Michael Albinus <michael.albinus@gmx.de>
8194
8195 * net/tramp-sh.el (tramp-end-of-heredoc): New defconst.
8196 (tramp-sh-handle-set-file-acl)
8197 (tramp-sh-handle-start-file-process)
8198 (tramp-sh-handle-write-region, tramp-sh-handle-vc-registered)
8199 (tramp-find-executable, tramp-send-command): Use it.
8200
8201 2014-02-05 Glenn Morris <rgm@gnu.org>
8202
8203 * epa.el (epa-mail-aliases): Fix custom type. Doc tweak.
8204
8205 2014-02-04 Fabián Ezequiel Gallina <fgallina@gnu.org>
8206
8207 * progmodes/python.el (python-shell-send-string)
8208 (python-shell-send-string-no-output): Fix docstring (Bug#16547).
8209
8210 2014-02-04 Anders Lindgren <andlind@gmail.com>
8211
8212 * emacs-lisp/ert.el (ert--activate-font-lock-keywords): Allow dashes in
8213 the names (bug#16620).
8214
8215 2014-02-03 Martin Rudalics <rudalics@gmx.at>
8216
8217 * faces.el (window-divider): New default value. Rewrite doc-string.
8218 (window-divider-first-pixel, window-divider-last-pixel): New faces.
8219
8220 2014-02-03 Dmitry Gutov <dgutov@yandex.ru>
8221
8222 * progmodes/ruby-mode.el (ruby-font-lock-keywords): `private',
8223 `protected' and `public' can also be called without arguments.
8224
8225 2014-02-03 Glenn Morris <rgm@gnu.org>
8226
8227 * register.el (window-configuration-to-register)
8228 (frame-configuration-to-register): Unadvertise unused argument.
8229 * frameset.el (frameset-to-register): Remove unused argument.
8230
8231 * frameset.el (frameset-to-register):
8232 * kmacro.el (kmacro-to-register):
8233 * register.el (increment-register):
8234 * calc/calc-yank.el (calc-copy-to-register, calc-insert-register)
8235 (calc-append-to-register, calc-prepend-to-register):
8236 * play/gametree.el (gametree-layout-to-register)
8237 (gametree-apply-register-layout):
8238 * textmodes/picture.el (picture-clear-rectangle-to-register)
8239 (picture-yank-rectangle-from-register):
8240 * vc/emerge.el (emerge-combine-versions-register):
8241 Use register-read-with-preview to read registers.
8242
8243 2014-02-03 João Távora <joaotavora@gmail.com>
8244
8245 * elec-pair.el (electric-pair-backward-delete-char): Don't error
8246 when at beginning of (possibly narrowed) buffer.
8247
8248 2014-02-02 Daniel Colascione <dancol@dancol.org>
8249
8250 * help-at-pt.el (help-at-pt-string, help-at-pt-maybe-display):
8251 Also try to display local help from just before point.
8252
8253 2014-02-02 Alan Mackenzie <acm@muc.de>
8254
8255 c-parse-state. Don't "append-lower-brace-pair" in certain
8256 circumstances. Also fix an obscure bug where "\\s!" shouldn't be
8257 recognised as a comment.
8258
8259 * progmodes/cc-engine.el (c-state-pp-to-literal): Check for "\\s!"
8260 as well as normal comment starter.
8261 (c-parse-state-get-strategy): Extra return possibility
8262 'back-and-forward.
8263 (c-remove-stale-state-cache): Extra element CONS-SEPARATED in
8264 return value list to indicate replacement of a brace-pair cons
8265 with its car.
8266 (c-parse-state-1): With 'back-and-forward, only call
8267 c-append-lower-brace-pair-to state-cache when cons-separated.
8268
8269 2014-02-02 Jan Djärv <jan.h.d@swipnet.se>
8270
8271 * term/ns-win.el (ns-suspend-error): New function.
8272 (ns-initialize-window-system): Add ns-suspend-error to
8273 suspend-hook (Bug#16612).
8274
8275 2014-02-02 Daniel Colascione <dancol@dancol.org>
8276
8277 * progmodes/cc-defs.el (c-find-assignment-for-mode):
8278 Make loading cc-mode silent.
8279
8280 2014-02-02 Daniel Colascione <dancol@dancol.org>
8281
8282 * comint.el (comint-prompt-read-only): Change doc to suggest
8283 remap keybinding.
8284
8285 2014-02-02 Glenn Morris <rgm@gnu.org>
8286
8287 * register.el (register-read-with-preview, point-to-register)
8288 (window-configuration-to-register, frame-configuration-to-register)
8289 (jump-to-register, number-to-register, view-register, insert-register)
8290 (copy-to-register, append-to-register, prepend-to-register)
8291 (copy-rectangle-to-register): Doc fixes.
8292
8293 2014-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
8294
8295 * help-fns.el (help-C-file-name): Handle advised functions (bug#16478).
8296 * emacs-lisp/find-func.el (find-function-C-source): Idem.
8297 * emacs-lisp/nadvice.el (advice--cd*r): New function.
8298 * help-fns.el (describe-function-1): Use it.
8299
8300 2014-02-02 Glenn Morris <rgm@gnu.org>
8301
8302 * register.el (register-preview-default): New function,
8303 split from register-preview.
8304 (register-preview-function): Rename from register-preview-functions,
8305 make it not a hook.
8306 (register-preview): Use register-preview-function.
8307 (register-read-with-preview): Error on non-character event. (Bug#16595)
8308
8309 2014-02-01 Dmitry Gutov <dgutov@yandex.ru>
8310
8311 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Check for
8312 `:' before binary operators (bug#16609). Don't check for `:'
8313 before `[' and `(', or their syntax status. A percent literal
8314 can't end with either.
8315 (ruby-font-lock-keywords): For built-ins that require arguments,
8316 check that they're followed by something that looks like argument
8317 (bug#16610).
8318
8319 2014-02-01 Lars Ingebrigtsen <larsi@gnus.org>
8320
8321 * subr.el (butlast): Document what an omitted N means (bug#13437).
8322 (nbutlast): Ditto.
8323
8324 2014-01-31 Lars Ingebrigtsen <larsi@gnus.org>
8325
8326 * net/shr.el (shr-generic): Make into a defsubst to make the stack
8327 depth shallower (bug#16587).
8328 (shr-tag-svg): Respect `shr-inhibit-images'.
8329 (shr-dom-to-xml): Respect `shr-blocked-images' (bug#15882).
8330
8331 2014-01-31 Dmitry Gutov <dgutov@yandex.ru>
8332
8333 * progmodes/ruby-mode.el (ruby-align-chained-calls): New option.
8334 (ruby-smie-grammar): Make "." right-associative. Make its priority
8335 lower than the ternary and all binary operators.
8336 (ruby-smie-rules): Indent "(" relative to the first non-"."
8337 parent, or the first "." parent at indentation.
8338 Use `ruby-align-chained-calls' for indentation of "." tokens.
8339 (Bug#16593)
8340
8341 2014-01-31 Juri Linkov <juri@jurta.org>
8342
8343 * sort.el (delete-duplicate-lines): Remove `:weakness 'key'
8344 from `make-hash-table'.
8345
8346 * textmodes/ispell.el (ispell-init-process): Change message format
8347 to be consistent with other messages.
8348
8349 2014-01-31 Glenn Morris <rgm@gnu.org>
8350
8351 * delsel.el (delete-selection-mode): Doc fix.
8352
8353 * emacs-lisp/trace.el (trace--read-args, trace-function-foreground)
8354 (trace-function-background): Doc fixes.
8355
8356 * ido.el (ido-use-virtual-buffers): Doc fix.
8357 Reset :version, since the default value has not changed.
8358
8359 * register.el (register-preview-delay, register-read-with-preview):
8360 Doc fixes.
8361
8362 * mail/reporter.el (reporter-dump-variable): In case of void-variable,
8363 do not mess with mail-buffer position (fixes 2009-11-03 change).
8364 * progmodes/cc-mode.el (c-submit-bug-report):
8365 Check auto-fill-mode is bound. (Bug#16592)
8366
8367 2014-01-31 Darren Hoo <darren.hoo@gmail.com>
8368
8369 * startup.el (fancy-splash-image-file): New function,
8370 split from fancy-splash-head.
8371 (fancy-splash-head, use-fancy-splash-screens-p): Use it,
8372 so that we are both using the same image. (Bug#16574)
8373
8374 2014-01-30 Glenn Morris <rgm@gnu.org>
8375
8376 * simple.el (eval-expression): Doc fix.
8377
8378 * hexl.el (hexl-mode-hook):
8379 * ielm.el (ielm-mode-hook):
8380 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-hook)
8381 (lisp-interaction-mode-hook):
8382 * progmodes/cfengine.el (cfengine3-documentation-function):
8383 Replace obsolete alias `turn-on-eldoc-mode' with `eldoc-mode'.
8384
8385 2014-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
8386
8387 * emacs-lisp/eieio-opt.el (eieio-help-generic): Don't assume `generic'
8388 is a symbol (bug#16584).
8389
8390 2014-01-30 Glenn Morris <rgm@gnu.org>
8391
8392 * help.el (help-for-help-internal): Add "P" to text.
8393
8394 2014-01-29 Glenn Morris <rgm@gnu.org>
8395
8396 * simple.el (just-one-space, cycle-spacing): Doc fixes.
8397
8398 2014-01-28 Martin Rudalics <rudalics@gmx.at>
8399
8400 * window.el (fit-frame-to-buffer): Fix calculations for margins and
8401 height constraints.
8402
8403 2014-01-28 Luke Lee <luke.yx.lee@gmail.com>
8404
8405 * progmodes/hideif.el: Extend to full CPP expression syntax.
8406 (hif-token-alist): Add missing tokens.
8407 (hif-token-regexp): Add support for float/octal/hex immediates.
8408 (hif-string-literal-regexp): New const.
8409 (hif-tokenize): Recognize strings and float/octal/hex immediates.
8410 (hif-exprlist): New function.
8411 (hif-parse-if-exp): Use it.
8412 (hif-logior-expr, hif-logxor-expr, hif-logand-expr, hif-comp-expr)
8413 (hif-logshift-expr, hif-muldiv-expr, hif-lognot, hif-shiftleft)
8414 (hif-shiftright, hif-multiply, hif-divide, hif-modulo, hif-equal)
8415 (hif-logxor, hif-comma): New functions.
8416
8417 2014-01-28 Glenn Morris <rgm@gnu.org>
8418
8419 * textmodes/fill.el (fill-single-char-nobreak-p): Doc tweak.
8420
8421 * indent.el (tab-stop-list): Doc fix. Add :version.
8422
8423 * vc/pcvs.el (vc-editable-p, vc-checkout): Remove unused declarations.
8424 (cvs-append-to-ignore): Add compatibility alias.
8425
8426 2014-01-27 Glenn Morris <rgm@gnu.org>
8427
8428 * dired.el (dired-hide-details-mode): Don't autoload it,
8429 since it cannot be used outside Dired buffers anyway.
8430
8431 * emulation/cua-base.el (cua-mode): Doc fix.
8432
8433 * dired.el (dired-hide-details-hide-symlink-targets)
8434 (dired-hide-details-hide-information-lines)
8435 (dired-hide-details-mode): Doc fixes.
8436
8437 * shadowfile.el (shadow-info-file, shadow-todo-file): Doc fix.
8438 * strokes.el (strokes-file): Doc fix. Bump :version.
8439 (strokes-help): Doc fix.
8440 * emulation/viper-init.el (viper-vi-style-in-minibuffer): Doc fix.
8441 * emulation/viper.el (viper): Doc fix for custom group.
8442 (top-level): Remove oh-so-no-longer-relevant text about vip.
8443 * obsolete/otodo-mode.el (todo-prefix): Doc fix.
8444
8445 * ido.el (ido-save-directory-list-file):
8446 * saveplace.el (save-place-file):
8447 * calendar/timeclock.el (timeclock-file):
8448 * net/quickurl.el (quickurl-url-file):
8449 * obsolete/otodo-mode.el (todo-file-do, todo-file-done, todo-file-top):
8450 * progmodes/idlwave.el (idlwave-config-directory):
8451 * textmodes/remember.el (remember-data-file):
8452 Bump :version.
8453
8454 2014-01-26 Glenn Morris <rgm@gnu.org>
8455
8456 * progmodes/opascal.el (opascal-tab-always-indents, opascal-tab):
8457 Doc fix. Make obsolete.
8458 (opascal-mode): No longer mention opascal-tab-always-indents in doc.
8459
8460 * sort.el (delete-duplicate-lines): Doc fix.
8461
8462 2014-01-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
8463
8464 * progmodes/ada-mode.el (ada):
8465 * woman.el (woman): Link to info manual and Commentary section.
8466
8467 * progmodes/flymake.el (flymake):
8468 * nxml/nxml-mode.el (nxml):
8469 * net/eww.el (eww):
8470 * speedbar.el (speedbar, speedbar-faces, speedbar-vc):
8471 * htmlfontify.el (htmlfontify):
8472 * ses.el (ses):
8473 * epa.el (epa):
8474 * ido.el (ido): Link to info manual.
8475
8476 2014-01-25 Leo Liu <sdl.web@gmail.com>
8477
8478 * progmodes/flymake.el (flymake-make-overlay): No rear advance.
8479
8480 2014-01-25 Adam Sjøgren <asjo@koldfront.dk>
8481
8482 * net/shr.el (shr-tag-img): Prefer the title over the alt text
8483 (bug#16537).
8484
8485 2014-01-24 Juanma Barranquero <lekktu@gmail.com>
8486
8487 * net/eww.el (eww-download-callback):
8488 Fix reference to eww-download-directory.
8489
8490 * emacs-lisp/bytecomp.el (byte-compile-file):
8491 Remove unused local variable `file-name'.
8492
8493 2014-01-24 Glenn Morris <rgm@gnu.org>
8494
8495 * woman.el (woman-default-faces, woman-monochrome-faces):
8496 Fix obsolescence specification.
8497
8498 * subr.el (with-demoted-errors): Doc fix.
8499
8500 2014-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
8501
8502 * emacs-lisp/cl-macs.el: Improve type->predicate mapping (bug#16520).
8503 (cl--macroexp-fboundp): New function.
8504 (cl--make-type-test): Use it.
8505
8506 2014-01-23 Glenn Morris <rgm@gnu.org>
8507
8508 * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-last-sexp):
8509 * simple.el (eval-expression): Doc fixes.
8510
8511 2014-01-22 Glenn Morris <rgm@gnu.org>
8512
8513 * emacs-lisp/authors.el (authors-fixed-entries): Addition.
8514
8515 2014-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
8516
8517 * emacs-lisp/package.el: Write files silently.
8518 (package-autoload-ensure-default-file, package--write-file-no-coding)
8519 (package-generate-description-file, package--download-one-archive)
8520 (package-install-from-archive): Tell `write-region' to stay quiet.
8521 (package-menu-mode, package-menu--print-info): Omit the Archive column
8522 if there's only one archive.
8523 (package-all-keywords, package--has-keyword-p): Remove dead code.
8524
8525 2014-01-22 Glenn Morris <rgm@gnu.org>
8526
8527 * version.el (emacs-bzr-version-bzr): Fix typo.
8528
8529 * version.el (emacs-repository-get-version):
8530 Check either .bzr or .git, but not both.
8531 Make the git case actually use the DIR argument, and return nil
8532 rather than the empty string.
8533 Avoid error if .git exists but the git executable is not found.
8534
8535 2014-01-22 Martin Rudalics <rudalics@gmx.at>
8536
8537 Fixes in window size functions around Bug#16430 and Bug#16470.
8538 * window.el (window-total-size, window-size): New argument ROUND.
8539 (window--min-delta-1, window-min-delta, window--max-delta-1):
8540 Be more conservative when calculating the numbers of lines or
8541 columns a window can shrink (Bug#16430).
8542 (fit-window-to-buffer): Simplify code.
8543 * term.el (term-window-width): Call window-body-width again.
8544
8545 2014-01-22 Glenn Morris <rgm@gnu.org>
8546
8547 * image.el (image-format-suffixes): Doc fix.
8548
8549 * international/quail.el (quail-define-package): Doc fix.
8550
8551 * emacs-lisp/authors.el (authors-valid-file-names)
8552 (authors-renamed-files-alist): Additions.
8553
8554 * vc/vc-git.el (vc-git-print-log): Remove --follow;
8555 reverts 2014-01-09 change. (Bug#16422)
8556
8557 * calc/calc-embed.el (thing-at-point-looking-at):
8558 * emacs-lisp/map-ynp.el (x-popup-dialog):
8559 * obsolete/lmenu.el (x-popup-dialog):
8560 * emacs-lisp/package.el (url-recreate-url):
8561 * mail/mailclient.el (clipboard-kill-ring-save):
8562 * subr.el (x-popup-dialog): Update declaration.
8563 * mail/rmail.el (rmail-mime-message-p):
8564 * window.el (tool-bar-lines-needed): Remove unnecessary declaration.
8565
8566 2014-01-21 Daniel Colascione <dancol@dancol.org>
8567
8568 * progmodes/sh-script.el (sh--inside-noncommand-expression):
8569 Correctly detect when we're inside an arithmetic expansion form
8570 containing nested parenthesis.
8571 (sh--maybe-here-document): Use `sh--inside-noncommand-expression'
8572 to detect cases where we shouldn't expand "<<" to a heredoc
8573 skeleton.
8574
8575 2014-01-21 Stefan Monnier <monnier@iro.umontreal.ca>
8576
8577 * emacs-lisp/eldoc.el: Properly remove message in minibuffer case.
8578 (eldoc--message-command-p): New function.
8579 (eldoc-display-message-p): Use it.
8580 (eldoc-pre-command-refresh-echo-area): In the minibuffer case, the
8581 message is not automatically erased for us.
8582 (eldoc-print-current-symbol-info): Erase previous message, if any.
8583
8584 2014-01-21 Tassilo Horn <tsdh@gnu.org>
8585
8586 * textmodes/reftex.el (reftex-create-bibtex-file): Fix autoload to
8587 specify it's an interactive function.
8588
8589 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
8590 Fix regex used for scanning for citation keys which failed for
8591 citations with optional arguments.
8592
8593 2014-01-21 Leo Liu <sdl.web@gmail.com>
8594
8595 * simple.el (read--expression): Don't enable eldoc-mode.
8596
8597 2014-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
8598
8599 * simple.el (move-beginning-of-line): Make sure we don't move forward
8600 (bug#16497).
8601
8602 2014-01-20 Juri Linkov <juri@jurta.org>
8603
8604 * saveplace.el (toggle-save-place, save-place-to-alist)
8605 (save-places-to-alist, save-place-dired-hook): Add (derived-mode-p
8606 'dired-mode) before checking for dired-directory. (Bug#16477)
8607
8608 2014-01-20 Juri Linkov <juri@jurta.org>
8609
8610 * indent.el (indent-line-to): Use backward-to-indentation
8611 instead of back-to-indentation. (Bug#16461)
8612
8613 2014-01-20 Paul Eggert <eggert@cs.ucla.edu>
8614
8615 Revert some of the CANNOT_DUMP fix (Bug#16494).
8616 Because of this, "make bootstrap" won't work if CANNOT_DUMP=yes,
8617 but fixing this can wait until after the next release.
8618 * Makefile.in (emacs): Keep EMACSLOADPATH empty.
8619
8620 2014-01-19 Michael Albinus <michael.albinus@gmx.de>
8621
8622 * eshell/esh-mode.el (eshell-password-prompt-regexp):
8623 Use `password-word-equivalents'.
8624 (eshell-watch-for-password-prompt): Let-bind `case-fold-search'
8625 to t. (Bug#5664, Bug#13124)
8626
8627 2014-01-19 Alan Mackenzie <acm@muc.de>
8628
8629 Bind open-paren-in-column-0-is-defun-start to nil at some entry
8630 points.
8631 * progmodes/cc-engine.el (c-invalidate-state-cache-1)
8632 (c-parse-state-1, c-guess-basic-syntax): Bind it here.
8633 * progmodes/cc-mode.el (c-before-change, c-after-change)
8634 (c-font-lock-fontify-region): Bind it here.
8635
8636 2014-01-19 Martin Rudalics <rudalics@gmx.at>
8637
8638 * term.el (term-window-width): Call window-text-width instead of
8639 window-width (Bug#16470).
8640
8641 2014-01-18 Paul Eggert <eggert@cs.ucla.edu>
8642
8643 * simple.el (password-word-equivalents): Remove duplicates.
8644 Sort, to make this easier next time.
8645 Downcase. Omit ": " after "jelszó".
8646
8647 2014-01-18 Jan Djärv <jan.h.d@swipnet.se>
8648
8649 * term/common-win.el (saved-region-selection): Defvar it.
8650 (x-select-text): Set saved-region-selection (Bug#16382).
8651
8652 2014-01-18 Glenn Morris <rgm@gnu.org>
8653
8654 * emacs-lisp/authors.el (authors-aliases)
8655 (authors-renamed-files-alist): Add some entries.
8656
8657 2014-01-17 Michael Albinus <michael.albinus@gmx.de>
8658
8659 * net/tramp.el (tramp-password-prompt-regexp):
8660 Use `password-word-equivalents' if available.
8661 (tramp-action-password, tramp-process-one-action)
8662 (tramp-read-passwd): Let-bind `case-fold-search' to t. (Bug#13124)
8663
8664 2014-01-17 Chong Yidong <cyd@gnu.org>
8665
8666 * simple.el (password-word-equivalents): New defcustom.
8667 * comint.el (comint-password-prompt-regexp): Use it. Bump version
8668 to 24.4.
8669 (comint-watch-for-password-prompt): Let-bind `case-fold-search'
8670 to t. (Bug#13124)
8671
8672 2014-01-17 Dmitry Gutov <dgutov@yandex.ru>
8673
8674 * progmodes/ruby-mode.el (ruby-alignable-keywords): New constant.
8675 (ruby-align-to-stmt-keywords): Change the default value.
8676 Use `ruby-alignable-keywords' to generate the possible customization
8677 choices.
8678 (ruby-smie-rules): Instead of using a hardcoded list of alignable
8679 keywords, check against the value of `ruby-alignable-keywords'
8680 (http://lists.gnu.org/archive/html/emacs-devel/2014-01/msg01439.html).
8681
8682 2014-01-17 Glenn Morris <rgm@gnu.org>
8683
8684 * emacs-lisp/authors.el (authors-aliases): Remove unnecessary entries.
8685
8686 Make M-x authors return zero *Authors Errors* from current logs.
8687 * emacs-lisp/authors.el (authors-obsolete-files-regexps)
8688 (authors-ignored-files): Add some entries, remove others.
8689 (authors-ambiguous-files, authors-valid-file-names):
8690 Add some entries.
8691 (authors-renamed-files-alist): Add, remove, and adjust entries.
8692 (authors-renamed-files-regexps): Add some entries.
8693 Remove some very broad ones. Make some entries `lax'.
8694 (authors-lax-changelogs): New constant.
8695 (authors-disambiguate-file-name): Treat top-level specially.
8696 (authors-lax-changelog-p): New function.
8697 (authors-canonical-file-name): Check file as written against
8698 authors-valid-file-names. Do not special-case etc/.
8699 Handle `lax' logs and authors-renamed-files-regexps elements.
8700
8701 2014-01-16 Dmitry Gutov <dgutov@yandex.ru>
8702
8703 * emacs-lisp/package.el (package-desc--keywords): Use `cdr' with
8704 `assoc'. Use `nth' instead of `cdr'. Make private. Update all
8705 callers.
8706
8707 2014-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
8708
8709 * follow.el (follow-adjust-window): Remove `dest' argument (bug#16426).
8710 Assume we're already in the proper buffer.
8711 Inspired by Anders Lindgren <andlind@gmail.com>.
8712 (follow-post-command-hook): Call it from the right buffer.
8713 (follow-comint-scroll-to-bottom): Adjust call.
8714 (follow-all-followers): Use get-buffer-window-list.
8715
8716 2014-01-15 Daniel Colascione <dancol@dancol.org>
8717
8718 * emacs-lisp/bytecomp.el (byte-compile-file): Use whole
8719 `buffer-file-name' in interactive-form so that we don't leave
8720 pathless file names in `file-name-history'.
8721
8722 2014-01-15 Juri Linkov <juri@jurta.org>
8723
8724 * indent.el (indent-rigidly): Set deactivate-mark to nil
8725 in transient indentation mode. (Bug#16438)
8726
8727 2014-01-15 Dmitry Gutov <dgutov@yandex.ru>
8728
8729 * emacs-lisp/package.el (package-desc-keywords): New function
8730 (Bug#16222).
8731 (describe-package-1, package-all-keywords)
8732 (package--has-keyword-p): Use it.
8733
8734 2014-01-14 Nicolas Richard <theonewiththeevillook@yahoo.fr>
8735
8736 * simple.el (define-alternatives): When creating the
8737 COMMAND-alternatives variable, assign COMMAND as its definition
8738 name so that `describe-variable' can relocate it.
8739
8740 2014-01-14 Matthew Leach <matthew@mattleach.net>
8741
8742 * font-lock.el (font-lock-keywords): Fix typo in docstring
8743 (bug#16307).
8744
8745 2014-01-14 Agustín Martín Domingo <agustin.martin@hispalinux.es>
8746
8747 * textmodes/ispell.el (ispell-region): Reset `in-comment' for new
8748 line instead of wrongly reset `add-coment' (bug#13577).
8749
8750 2014-01-14 Daiki Ueno <ueno@gnu.org>
8751
8752 * epa-file.el (epa-file-write-region): Encode the region according
8753 to `buffer-file-format'. Problem reported at:
8754 <http://sourceforge.jp/ticket/browse.php?group_id=2267&tid=32917>.
8755
8756 2014-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
8757
8758 * emacs-lisp/edebug.el (edebug--display): Move protective let-binding
8759 so it applies in the right buffer (bug#16410).
8760
8761 2014-01-13 Daniel Colascione <dancol@dancol.org>
8762
8763 * textmodes/rst.el (rst-define-key): Provide deprecated
8764 keybindings through named functions instead of anonymous ones so
8765 that "??" doesn't appear in describe-mode output.
8766
8767 2014-01-13 Bastien Guerry <bzg@gnu.org>
8768
8769 * simple.el (define-alternatives): Call the selected command
8770 interactively. When setting `COMMAND--implementation' for the
8771 first time, tell the user how to chose another implementation.
8772 Enhance the docstring.
8773
8774 2014-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
8775
8776 * vc/log-edit.el: Fix highlighting of summary when it's the first line.
8777 (log-edit--match-first-line): New function.
8778 (log-edit-font-lock-keywords): Use it.
8779 (log-edit-mode): Make jit-lock-defer-multiline work.
8780
8781 2014-01-13 Bastien Guerry <bzg@gnu.org>
8782
8783 * rect.el (rectangle-mark-mode): When the region is not active,
8784 display a message saying that the mark as been set and that
8785 rectangle mode is in use.
8786 (rectangle--highlight-for-redisplay): Only put an overlay with a
8787 visible vertical bar when (display-graphic-p) is non-nil.
8788 This partially fixes Bug#16403.
8789
8790 2014-01-13 Juri Linkov <juri@jurta.org>
8791
8792 * info.el (Info-find-file): Go to DIR before displaying the error
8793 about a nonexistent file if no previous Info file is visited.
8794 Use `user-error' instead of `error' for "Info file %s does not exist".
8795 (Info-find-node-2): In case of a nonexistent node in unwind forms
8796 go to the Top node if there is no previous node to revert to.
8797 (Bug#16405)
8798
8799 2014-01-13 Martin Rudalics <rudalics@gmx.at>
8800
8801 fit-frame/window-to-buffer code fixes including one for Bug#14096.
8802 * window.el (fit-frame-to-buffer): Fix doc-string.
8803 Respect window-min-height/-width. Fit pixelwise when
8804 frame-resize-pixelwise is non-nil. Adjust right/bottom edge
8805 when avoiding that frame goes partially off-screen.
8806 (fit-window-to-buffer): Respect window-min-height/-width
8807 (Bug#14096).
8808
8809 2014-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
8810
8811 * indent.el (indent-according-to-mode): Flush to column 0 in text-mode
8812 after an empty line.
8813
8814 2014-01-12 Stefan Monnier <monnier@iro.umontreal.ca>
8815
8816 * net/shr.el (shr-render-region): Autoload.
8817
8818 2014-01-12 Xue Fuqiao <xfq.free@gmail.com>
8819
8820 * net/eww.el (eww-download-directory): Rename from
8821 `eww-download-path' (Bug#16419).
8822
8823 2014-01-12 Leo Liu <sdl.web@gmail.com>
8824
8825 * dired-x.el (dired-mode-map): Fix last change.
8826
8827 * emacs-lisp/eldoc.el (eldoc-mode): Add hook locally.
8828
8829 2014-01-12 Paul Eggert <eggert@cs.ucla.edu>
8830
8831 Spelling fixes.
8832 * emacs-lisp/generic.el (generic--normalize-comments):
8833 Rename from generic--normalise-comments. All uses changed.
8834 * play/bubbles.el (bubbles--neighborhood-score)
8835 (bubbles--mark-direct-neighbors, bubbles--mark-neighborhood)
8836 (bubbles--neighborhood-available)
8837 (bubbles--update-neighborhood-score):
8838 Rename from names with 'neighbourhood'. All uses changed.
8839
8840 2014-01-12 Leo Liu <sdl.web@gmail.com>
8841
8842 Re-implement the feature of showing eldoc info after editing.
8843 * emacs-lisp/eldoc.el (eldoc-post-insert-mode): Remove.
8844 (eldoc-edit-message-commands): New function.
8845 (eldoc-print-after-edit): New variable.
8846 (eldoc-pre-command-refresh-echo-area): Emit message only by
8847 eldoc-message-commands.
8848 (eldoc-mode): Restrict eldoc-message-commands to editing commands
8849 if eldoc-print-after-edit is set. (Bug#16346)
8850 * simple.el (read--expression): Enable eldoc-mode.
8851 * progmodes/octave.el (octave-mode-menu): Adapt to change in eldoc.
8852
8853 2014-01-11 Dani Moncayo <dmoncayo@gmail.com>
8854 Eric S. Raymond <esr@thyrsus.com>
8855
8856 * version.el (emacs-repository-get-version): Enhance so the
8857 function works correctly in either a Bazaar or Git repo.
8858
8859 2014-01-11 Eric S. Raymond <esr@thyrsus.com>
8860
8861 * play/meese.el: It's 2014 and Ed Meese is justly forgotten.
8862 Goes with removal of the joke manpages from /etc.
8863
8864 2014-01-10 Kenichi Handa <handa@gnu.org>
8865
8866 * mail/rmail.el (rmail-get-coding-system):
8867 Check rmail-get-coding-function before "funcall"ing it.
8868
8869 2014-01-10 Glenn Morris <rgm@gnu.org>
8870
8871 * emacs-lisp/authors.el (authors-fixed-entries):
8872 Update for files that no longer exist.
8873
8874 2014-01-10 Eric S. Raymond <esr@thyrsus.com>
8875
8876 * version.el (emacs-bzr-get-version): Restore compatibilty with
8877 24.3 (Tested).
8878
8879 2014-01-10 Bozhidar Batsov <bozhidar@batsov.com>
8880
8881 * progmodes/ruby-mode.el (auto-mode-alist): Add .podspec
8882 and Podfile.
8883
8884 2014-01-10 Eli Zaretskii <eliz@gnu.org>
8885
8886 * emacs-lisp/authors.el (authors-fixed-entries): Update my entry.
8887
8888 2014-01-10 Chong Yidong <cyd@gnu.org>
8889
8890 * progmodes/octave.el (octave-mode-menu): Don't assume eldoc is loaded.
8891
8892 2014-01-10 Anders Lindgren <andlind@gmail.com>
8893
8894 * follow.el (follow-cache-command-list): Include right-char and
8895 left-char.
8896
8897 2014-01-10 Paul Eggert <eggert@cs.ucla.edu>
8898
8899 Spelling fixes.
8900 * mail/unrmail.el (unrmail-mbox-format): Choice is mboxo, not mboxro.
8901 * woman.el (woman-mark-horizontal-position):
8902 Rename from woman-mark-horizonal-position. Use changed.
8903
8904 2014-01-10 Glenn Morris <rgm@gnu.org>
8905
8906 * info.el (info-initialize): If running uninstalled, ensure our
8907 own info files are always found first, even if INFOPATH is set.
8908
8909 * help.el (view-order-manuals): Open emacs.info rather than ORDERS.
8910
8911 2014-01-09 David Engster <deng@randomsample.de>
8912
8913 * emacs-lisp/eieio-custom.el:
8914 * emacs-lisp/eieio-opt.el: Set generated autoload file to
8915 'eieio.el'. This was accidentally removed in 2012-10-01T18:10:29Z!cyd@gnu.org.
8916 * emacs-lisp/eieio.el: Regenerate autoloads.
8917
8918 2014-01-09 Eric S. Raymond <esr@thyrsus.com>
8919
8920 * vc/vc-git.el (vc-git-print-log): Add --follow option to command,
8921 following renames. (Bug#8756)
8922
8923 2014-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
8924
8925 * simple.el (deactivate-mark, activate-mark): Force-mode-line-update
8926 (bug#16382).
8927 (activate-mark): Add `no-tmm' argument.
8928 (set-mark, push-mark-command): Use it instead of running
8929 activate-mark-hook by hand.
8930
8931 2014-01-08 Eric S. Raymond <esr@thyrsus.com>
8932
8933 In preparation for the move to git, sanitize out some
8934 Bazaar-specific names.
8935
8936 * emacs-lisp/authors.el: INSTALL.BZR renamed to INSTALL.REPO.
8937
8938 * version.el (emacs-bzr-version): Name changed to
8939 emacs-repository-version. Obsolete-variable alias made.
8940 * loadup.el: Follow through on this name change.
8941 * mail/emacsbug.el (report-emacs-bug): Factor out any
8942 assumption about the version control system in use.
8943
8944 2014-01-08 David Engster <deng@randomsample.de>
8945
8946 * help-fns.el (help-fns-describe-function-functions):
8947 New variable to call functions for augmenting help buffers.
8948 (describe-function-1): Remove explicit calls to
8949 `help-fns--compiler-macro', `help-fns--parent-mode' and
8950 `help-fns--obsolete'. Put them in above new variable instead, and
8951 call them through `run-hook-with-args'.
8952 * emacs-lisp/eieio-opt.el (eieio-help-class): Rename from
8953 `eieio-describe-class'. Not meant for interactive use anymore,
8954 but to augment existing help buffers. Remove optional second
8955 argument. Create proper button for file location.
8956 Rewrite function to use `insert' instead of `princ' and `prin1' where
8957 possible.
8958 (eieio-help-class-slots): Rename from `eieio-describe-class-slots'.
8959 (eieio-method-def, eieio-class-def): Move further up.
8960 (describe-method, describe-generic, eieio-describe-method):
8961 Remove aliases.
8962 (eieio-help-constructor, eieio-help-generic): Rename from
8963 `eieio-describe-constructor' and `eieio-describe-generic', resp.
8964 Rewrite to use `insert' in the current buffer and use proper help
8965 buttons.
8966 (eieio-help-find-method-definition)
8967 (eieio-help-find-class-definition): Also accept symbols as
8968 arguments.
8969 (eieio-help-mode-augmentation-maybee): Remove.
8970 (eieio-describe-class-sb): Use `describe-function'.
8971 * emacs-lisp/eieio.el (help-fns-describe-function-functions):
8972 Add `eieio-help-generic' and `eieio-help-constructor'.
8973
8974 2014-01-08 Paul Eggert <eggert@cs.ucla.edu>
8975
8976 Spelling fixes.
8977 * language/china-util.el (hz-ascii-designation):
8978 Rename from hz-ascii-designnation.
8979 (hz-ascii-designation): Rename from hz-ascii-designnation.
8980 All uses changed.
8981
8982 2014-01-08 Stefan Monnier <monnier@iro.umontreal.ca>
8983
8984 * emacs-lisp/package.el (package-delete): Only remove pkg-desc from
8985 package-alist.
8986
8987 2014-01-08 Bastien Guerry <bzg@gnu.org>
8988
8989 * emacs-lisp/package.el (package-delete):
8990 Correctly delete the package from package-alist.
8991
8992 2014-01-08 Daiki Ueno <ueno@gnu.org>
8993
8994 * emacs-lisp/package.el (url-recreate-url): Declare.
8995 (url-http-target-url): Declare.
8996 (package-handle-response): Include requested URL in the error message.
8997 (package--check-signature): Don't re-signal errors from
8998 package--with-work-buffer. Suggested by Stefan Monnier.
8999
9000 2014-01-07 Bastien Guerry <bzg@gnu.org>
9001
9002 * minibuffer.el (completion--try-word-completion): When both a
9003 hyphen and a space are possible candidates for the character
9004 following a word, display both candidates. (Bug#15980)
9005
9006 2014-01-07 Martin Rudalics <rudalics@gmx.at>
9007
9008 * window.el (balance-windows-2): While rounding don't give a
9009 window more than the remainder. Bug#16351, bug#16383.
9010
9011 2014-01-07 Glenn Morris <rgm@gnu.org>
9012
9013 * menu-bar.el (menu-bar-help-extra-packages): Remove.
9014 (menu-bar-help-menu): Use view-external-packages instead.
9015
9016 2014-01-07 Bastien Guerry <bzg@gnu.org>
9017
9018 * emacs-lisp/package.el (package-delete): Also delete the package
9019 name from `package-alist', not its description only.
9020
9021 2014-01-07 Glenn Morris <rgm@gnu.org>
9022
9023 * help.el (view-external-packages):
9024 * menu-bar.el (menu-bar-help-extra-packages):
9025 Visit efaq.info rather than etc/MORE.STUFF.
9026
9027 2014-01-07 Juri Linkov <juri@jurta.org>
9028
9029 * isearch.el (isearch-mode-map): Bind [return] and [backspace] to
9030 isearch-exit and isearch-delete-char resp. (Bug#16342, bug#16035)
9031
9032 * progmodes/ps-mode.el (ps-mode-map): Remove [return] key binding
9033 that shadows RET. (Bug#16342)
9034
9035 2014-01-07 Chong Yidong <cyd@gnu.org>
9036
9037 * isearch.el (isearch-yank-char, isearch-yank-word)
9038 (isearch-yank-line): Doc fix.
9039
9040 2014-01-06 Stefan Monnier <monnier@iro.umontreal.ca>
9041
9042 * abbrev.el (define-abbrev): Beware new meaning of fboundp.
9043 * emacs-lisp/elint.el (elint-find-builtins):
9044 * emacs-lisp/eldoc.el (eldoc-symbol-function):
9045 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn)
9046 (byte-compile-file-form-defmumble, byte-compile, byte-compile-form):
9047 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
9048 * apropos.el (apropos-safe-documentation):
9049 * subr.el (symbol-file): Remove redundant fboundp.
9050 * progmodes/idlw-shell.el (idlwave-shell-comint-filter): Use defalias.
9051
9052 2014-01-06 Bastien Guerry <bzg@gnu.org>
9053
9054 * hl-line.el (global-hl-line-overlay): Make a local variable.
9055 (global-hl-line-overlays): New variable to store all overlays.
9056 (global-hl-line-mode): Don't delete overlays from the current
9057 buffer when `global-hl-line-sticky-flag' is non-nil.
9058 (global-hl-line-highlight): Add new overlays to
9059 `global-hl-line-overlays'.
9060 (global-hl-line-unhighlight-all): New function to delete all
9061 overlays when turning off `global-hl-line-mode'.
9062 This fixes Bug#16183.
9063
9064 2014-01-06 Stefan Monnier <monnier@iro.umontreal.ca>
9065
9066 * subr.el (set-transient-map): Fix nested case and docstring.
9067
9068 2014-01-06 Tassilo Horn <tsdh@gnu.org>
9069
9070 * textmodes/reftex-vars.el (reftex-label-alist-builtin): Add a
9071 `Texinfo' entry.
9072
9073 2014-01-06 Daniel Colascione <dancol@dancol.org>
9074
9075 Fix defun navigation in vc log view.
9076
9077 * vc/log-view.el (log-view-beginning-of-defun): Rewrite to behave
9078 like `beginning-of-defun'.
9079 (log-view-end-of-defun, log-view-end-of-defun-1): Rename old
9080 log-view-end-of-defun to log-view-end-of-defun-1. Replace
9081 log-view-end-of-defun with wrapper that behaves like `end-of-defun'.
9082 (log-view-extract-comment): Call `log-view-current-entry' directly
9083 instead of relying on broken `log-view-beginning-of-defun' behavior.
9084
9085 2014-01-06 Paul Eggert <eggert@cs.ucla.edu>
9086
9087 Spelling fixes.
9088 * calc/calc-yank.el (calc-edit-mode, calc-edit-cancel):
9089 * emacs-lisp/debug.el (cancel-debug-on-entry):
9090 * epg.el (epg-error-to-string):
9091 * files.el (recover-file):
9092 * lpr.el (lpr-buffer, print-buffer, lpr-region, print-region):
9093 * mail/emacsbug.el (report-emacs-bug-hook):
9094 * mail/sendmail.el (mail-recover):
9095 * ses.el (ses-yank-resize):
9096 * term/ns-win.el (ns-print-buffer):
9097 Spelling fixes in diagnostics, mostly for "canceled" with one L.
9098 * epg.el (epg-key-capability-alist): Rename from misspelled version.
9099 All uses changed.
9100 * obsolete/xesam.el (xesam-all-fields): Fix misspelled field name.
9101
9102 2014-01-06 Leo Liu <sdl.web@gmail.com>
9103
9104 * dired-x.el (dired-mode-map): Rebind dired-omit-mode to C-x M-o
9105 to avoid shadowing global key. (Bug#16354)
9106
9107 2014-01-06 Daniel Colascione <dancol@dancol.org>
9108
9109 * textmodes/rst.el (rst-mode): Set electric-indent-inhibit for
9110 rst-mode.
9111
9112 2014-01-05 Martin Rudalics <rudalics@gmx.at>
9113
9114 * window.el (balance-windows): Add mising t to fix Bug#16351.
9115
9116 2014-01-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
9117
9118 * net/shr.el (shr-descend): Don't bug out if the anchor is empty
9119 (bug#16285).
9120 (shr-insert): If we have a word that's longer than `shr-width',
9121 break after it anyway. Otherwise we'll do no breaking once we get
9122 such a long word.
9123
9124 2014-01-05 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
9125
9126 * net/eww.el (eww): Support single/double quote for search.
9127 * net/eww.el (eww-list-histories, eww-history-browse): Fixup.
9128 (eww-history-quit): Delete and use quit-window.
9129 (eww-history-kill): Delete, because it doesn't work well and
9130 not necessary.
9131 (eww-history-mode-map): Delete some keys and add easy-menu.
9132
9133 2014-01-05 Paul Eggert <eggert@cs.ucla.edu>
9134
9135 Fix misspelling of 'chinese' in rx (Bug#16237).
9136 * emacs-lisp/rx.el (rx-categories): Correct spelling of
9137 chinese-two-byte.
9138
9139 Change subword regexps back to vars (Bug#16296).
9140 * progmodes/subword.el (subword-forward-regexp)
9141 (subword-backward-regexp): Change these back to variables.
9142
9143 2014-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
9144
9145 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't bother with
9146 syntax-begin-function (bug#16247).
9147
9148 2014-01-03 Chong Yidong <cyd@gnu.org>
9149
9150 * emacs-lisp/nadvice.el (advice--make-docstring): Change args.
9151 (advice--docstring): Delete variable.
9152 (advice--make-1): Leave the docstring empty.
9153 (advice-add): Use function-documentation for advised docstring.
9154
9155 * emacs-lisp/advice.el (ad--make-advised-docstring): Change args.
9156 Ignore function-documentation property when getting documentation.
9157 (ad-activate-advised-definition): Use function-documentation
9158 generate the docstring.
9159 (ad-make-advised-definition): Don't call
9160 ad-make-advised-definition-docstring.
9161 (ad-make-advised-definition-docstring, ad-advised-definition-p):
9162 Delete functions.
9163
9164 * progmodes/sql.el (sql-help): Use function-documentation instead
9165 of dynamic-docstring-function property. No need to autoload now.
9166 (sql--help-docstring): New variable.
9167 (sql--make-help-docstring): Use it.
9168
9169 2014-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
9170
9171 * ielm.el (ielm-tab): Retarget.
9172 (ielm-map): Use ielm-tab for tab.
9173 (ielm-complete-filename): Use comint-filename-completion.
9174 (ielm-complete-symbol): Remove.
9175 (inferior-emacs-lisp-mode): Use lisp-completion-at-point instead and
9176 remove ielm-tab from completion-at-point-functions (bug#16224).
9177
9178 * emacs-lisp/pcase.el (pcase--split-equal, pcase--split-member):
9179 Beware signals raised by predicates (bug#16201).
9180
9181 2014-01-02 Richard Stallman <rms@gnu.org>
9182
9183 * dired-aux.el (dired-do-print): Handle printer-name.
9184
9185 * mail/rmailmm.el (rmail-mime-message-p): Move to rmail.el.
9186 * mail/rmail.el (rmail-mime-message-p): Move from rmailmm.el.
9187 (rmail-epa-decrypt): Turn off mime processing.
9188
9189 * mail/rmail.el (rmail-make-in-reply-to-field):
9190 Add parens in message-id.
9191
9192 * mail/rmail.el (rmail-get-coding-function): Variable.
9193 (rmail-get-coding-system): Use it.
9194
9195 2013-12-31 Eli Zaretskii <eliz@gnu.org>
9196
9197 * international/mule-conf.el: Unify the charset indian-is13194.
9198 (indian-is13194): Specify unify-map.
9199
9200 2013-12-31 Leo Liu <sdl.web@gmail.com>
9201
9202 * subr.el (set-temporary-overlay-map): Obsolete alias. (Bug#16305)
9203
9204 2013-12-30 Daniel Colascione <dancol@dancol.org>
9205
9206 * term/x-win.el ([XF86WakeUp]): Ignore the XF86WakeUp key instead
9207 of printing a useless when we resume from sleep.
9208
9209 * progmodes/sh-script.el
9210 (sh-smie-sh-forward-token, sh-smie-rc-forward-token): Fix infloop
9211 in indentation code. (Bug#16233)
9212
9213 2013-12-28 João Távora <joaotavora@gmail.com>
9214
9215 * elec-pair.el (electric-pair-post-self-insert-function):
9216 Don't open extra newlines at beginning of buffer. (Bug#16272)
9217
9218 2013-12-28 Eli Zaretskii <eliz@gnu.org>
9219
9220 * frame.el (window-system-for-display): Don't allow to create a
9221 GUI frame from a -nw session on MS-Windows. (Bug#14739)
9222
9223 2013-12-28 Glenn Morris <rgm@gnu.org>
9224
9225 * mail/hashcash.el (hashcash-program): Rename from hashcash-path.
9226 Update callers.
9227
9228 * apropos.el (apropos-match-face):
9229 * calculator.el (calculator-displayer):
9230 * dabbrev.el (dabbrev-search-these-buffers-only):
9231 * face-remap.el (buffer-face-mode-face):
9232 * simple.el (yank-handled-properties):
9233 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
9234 * mail/footnote.el (footnote-mode-line-string, footnote-prefix):
9235 * mail/hashcash.el (hashcash-accept-resources, hashcash-program)
9236 (hashcash-double-spend-database):
9237 * progmodes/ruby-mode.el (ruby-deep-indent-paren)
9238 (ruby-deep-indent-paren-style):
9239 * textmodes/flyspell.el (flyspell-auto-correct-binding):
9240 * textmodes/rst.el (rst-toc-indent, rst-toc-insert-style)
9241 (rst-toc-insert-number-separator, rst-toc-insert-max-level):
9242 * vc/pcvs-defs.el (cvs-minor-mode-prefix):
9243 Specify custom types.
9244
9245 * emacs-lisp/smie.el (smie-config): Add type, version, initialize.
9246 * bookmark.el (bookmark-bmenu-use-header-line):
9247 * doc-view.el (doc-view-scale-internally):
9248 * pcmpl-x.el (pcmpl-x-tlmgr-program, pcmpl-x-ack-program):
9249 * register.el (register-preview-delay):
9250 * net/shr.el (shr-bullet):
9251 * progmodes/cfengine.el (cfengine-cf-promises)
9252 (cfengine-parameters-indent):
9253 * progmodes/octave.el (inferior-octave-error-regexp-alist):
9254 * textmodes/reftex-vars.el (reftex-label-regexps):
9255 * vc/log-edit.el (log-edit-setup-add-author): Add version.
9256
9257 * net/tls.el (tls-certtool-program): Fix default value.
9258
9259 * desktop.el (desktop-restore-in-current-display):
9260 * newcomment.el (comment-empty-lines):
9261 * progmodes/idlwave.el (idlwave-scan-all-buffers-for-routine-info)
9262 (idlwave-pad-keyword):
9263 * progmodes/tcl.el (tcl-tab-always-indent):
9264 * textmodes/reftex-vars.el (reftex-index-default-tag):
9265 * elec-pair.el (electric-pair-skip-whitespace):
9266 * progmodes/cfengine.el (cfengine-cf-promises): Fix custom types.
9267
9268 * emacs-lisp/authors.el (authors-ignored-files)
9269 (authors-valid-file-names, authors-renamed-files-alist): Additions.
9270
9271 2013-12-27 Jarek Czekalski <jarekczek@poczta.onet.pl>
9272
9273 * shell.el (shell-dynamic-complete-command): Doc fix.
9274 (shell--command-completion-data): Shell completion now matches
9275 executable filenames from the current buffer's directory, on
9276 systems in which this behavior is the default (windows-nt, ms-dos).
9277
9278 2013-12-27 Lars Ingebrigtsen <larsi@gnus.org>
9279
9280 * net/shr.el (shr-insert): Don't infloop if the width is zero.
9281
9282 2013-12-27 Stefan Monnier <monnier@iro.umontreal.ca>
9283
9284 * icomplete.el (icomplete-show-matches-on-no-input): Default to nil
9285 (bug#16251).
9286
9287 * electric.el: Move all electric-pair-* to elec-pair.el.
9288 * elec-pair.el: New file, split from electric.el.
9289
9290 2013-12-27 Lars Ingebrigtsen <larsi@gnus.org>
9291
9292 * net/shr.el (shr-find-fill-point): Don't try to fill if the
9293 indentation level is larger than the width, because that will
9294 infloop.
9295 (shr-insert): Fill repeatedly long texts, so that Japanese is
9296 formatted correctly (bug#16263).
9297 (shr-find-fill-point): Off by one error in comparison with the
9298 indentation.
9299
9300 2013-12-26 João Távora <joaotavora@gmail.com>
9301
9302 * electric.el (electric-pair-mode): More flexible engine for skip-
9303 and inhibit predicates, new options for pairing-related functionality.
9304 (electric-pair-preserve-balance): Pair/skip parentheses and quotes
9305 if that keeps or improves their balance in buffers.
9306 (electric-pair-delete-adjacent-pairs): Delete the pair when
9307 backspacing over adjacent matched delimiters.
9308 (electric-pair-open-extra-newline): Open extra newline when
9309 inserting newlines between adjacent matched delimiters.
9310 (electric--sort-post-self-insertion-hook):
9311 Sort post-self-insert-hook according to priority values when
9312 minor-modes are activated.
9313 * simple.el (newline-and-indent): Call newline with interactive
9314 set to t.
9315 (blink-paren-post-self-insert-function): Set priority to 100.
9316 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
9317 Use electric-pair-text-pairs to pair backtick-and-quote in strings and
9318 comments. Locally set electric-pair-skip-whitespace to 'chomp and
9319 electric-pair-open-newline-between-pairs to nil.
9320
9321 2013-12-26 Fabián Ezequiel Gallina <fgallina@gnu.org>
9322
9323 * progmodes/python.el: Use lexical-binding.
9324 (python-nav-beginning-of-defun): Stop searching ASAP.
9325
9326 2013-12-25 Xue Fuqiao <xfq.free@gmail.com>
9327
9328 * vc/vc.el (vc-ignore): Use `vc-responsible-backend'.
9329 Fix interactive spec. Doc fix. (Bug#15754)
9330
9331 2013-12-25 Katsumi Yamaoka <yamaoka@jpl.org>
9332
9333 * emacs-lisp/byte-run.el (eval-when-compile):
9334 * progmodes/cc-defs.el (cc-eval-when-compile):
9335 Fix edebug spec (bug#16184).
9336
9337 2013-12-25 Lars Ingebrigtsen <larsi@gnus.org>
9338
9339 * net/shr.el (shr-visit-file): Remove debugging function.
9340 (shr-insert): Don't infloop if we can't find a good place to break
9341 the line (bug#16256).
9342
9343 2013-12-25 Fabián Ezequiel Gallina <fgallina@gnu.org>
9344
9345 * progmodes/python.el (python-nav--lisp-forward-sexp): New function.
9346 (python-nav--lisp-forward-sexp-safe): Use it. Rename from
9347 python-nav-lisp-forward-sexp-safe.
9348 (python-nav--forward-sexp): New argument SAFE allows switching
9349 forward sexp movement behavior for parens.
9350 (python-nav-forward-sexp): Throw errors on unterminated parens
9351 (Bug#16191).
9352 (python-nav-backward-sexp, python-nav-forward-sexp-safe)
9353 (python-nav-backward-sexp-safe): New functions.
9354 (python-shell-buffer-substring):
9355 Use `python-nav-forward-sexp-safe'.
9356
9357 2013-12-25 Lars Ingebrigtsen <larsi@gnus.org>
9358
9359 * net/shr.el (shr-find-fill-point): Don't break lines before a
9360 quotation mark.
9361 (shr-char-kinsoku-bol-p): The quotation mark isn't a kinsoky BOL char.
9362 (shr-find-fill-point): Remove the special checks for the quotation
9363 mark, since `shr-char-kinsoku-bol-p' should now return the right thing.
9364
9365 2013-12-25 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
9366
9367 * net/eww.el (eww-form-textarea): Use a different face for
9368 textareas than text input since they have different keymaps
9369 (bug#16142).
9370
9371 2013-12-24 Fabián Ezequiel Gallina <fgallina@gnu.org>
9372
9373 * progmodes/python.el (python-nav-beginning-of-statement):
9374 Speed up (Bug#15295).
9375
9376 2013-12-24 Lars Ingebrigtsen <larsi@gnus.org>
9377
9378 * net/eww.el (eww-bookmark-browse): Use `quit-window' to restore
9379 the window configuration.
9380
9381 2013-12-24 Eli Zaretskii <eliz@gnu.org>
9382
9383 * net/eww.el (eww-open-file): Ensure 3 slashes after "file:" when
9384 we run on MS-Windows or MS-DOS.
9385
9386 2013-12-24 Martin Rudalics <rudalics@gmx.at>
9387
9388 * window.el (balance-windows-area): Call window-size instead of
9389 window-height and window-width. Bug#16241.
9390
9391 2013-12-24 Lars Ingebrigtsen <larsi@gnus.org>
9392
9393 * net/eww.el (eww-bookmark-quit): Remove.
9394 (eww-bookmark-browse): Restore the window configuration when you
9395 choose a bookmark (bug#16144).
9396
9397 2013-12-24 Daniel Colascione <dancol@dancol.org>
9398
9399 * icomplete.el: Remove redundant :group arguments to `defcustom'
9400 throughout.
9401 (icomplete-show-matches-on-no-input): New customizable variable.
9402 (icomplete-minibuffer-setup): Call `icomplete-exhibit' on setup if
9403 we have something to show.
9404 (icomplete-exhibit): Compute completions even if we have no user input.
9405
9406 2013-12-23 Daniel Colascione <dancol@dancol.org>
9407
9408 * icomplete.el: Move `provide' to end of file.
9409
9410 2013-12-23 Teodor Zlatanov <tzz@lifelogs.com>
9411
9412 * net/gnutls.el (gnutls-verify-error): Add version tag.
9413
9414 2013-12-23 Chong Yidong <cyd@gnu.org>
9415
9416 * subr.el (set-transient-map): Rename from
9417 set-temporary-overlay-map. Doc fix.
9418
9419 * face-remap.el (text-scale-adjust):
9420 * indent.el (indent-rigidly):
9421 * kmacro.el (kmacro-call-macro):
9422 * minibuffer.el (minibuffer-force-complete):
9423 * repeat.el (repeat):
9424 * simple.el (universal-argument--mode):
9425 * calendar/todo-mode.el (todo-insert-item--next-param):
9426 * progmodes/f90.el (f90-abbrev-start): Callers changed.
9427
9428 * indent.el (indent-rigidly): Use substitute-command-keys.
9429
9430 2013-12-22 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
9431
9432 * net/eww.el (eww-tag-select): Add text-property to jump to next
9433 select field.
9434 (eww): Add non-supported ftp error.
9435
9436 2013-12-22 Dmitry Gutov <dgutov@yandex.ru>
9437
9438 * progmodes/ruby-mode.el (ruby--electric-indent-p): Improve the
9439 comments. Handle electric indent after typing `?' and `!'.
9440
9441 2013-12-22 Chong Yidong <cyd@gnu.org>
9442
9443 * faces.el (face-spec-recalc): If the theme specs are not
9444 applicable to a frame, fall back on the defface spec.
9445 This prevents themes from obliterating faces on low-color terminals.
9446
9447 2013-12-22 Dmitry Gutov <dgutov@yandex.ru>
9448
9449 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Return t
9450 after `{'. We need it after block openers, and it doesn't seem
9451 to hurt after hash openers.
9452
9453 2013-12-22 Dmitry Gutov <dgutov@yandex.ru>
9454
9455 * progmodes/ruby-mode.el (ruby--at-indentation-p): New function,
9456 extracted from `ruby-smie-rules'.
9457 (ruby--electric-indent-chars): New variable.
9458 (ruby--electric-indent-p): New function.
9459 (ruby-mode): Use `electric-indent-functions' instead of
9460 `electric-indent-chars'.
9461
9462 2013-12-22 Dmitry Gutov <dgutov@yandex.ru>
9463
9464 * progmodes/ruby-mode.el (ruby-align-to-stmt-keywords): Tweak the
9465 docstring.
9466 (ruby-smie-rules): Indent plus one level after `=>'.
9467
9468 2013-12-21 Richard Stallman <rms@gnu.org>
9469
9470 * simple.el (newline): Doc fix.
9471
9472 2013-12-21 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
9473
9474 * net/eww.el (eww-list-histories, eww-list-histories)
9475 (eww-history-browse, eww-history-quit, eww-history-kill)
9476 (eww-history-mode-map, eww-history-mode): New command and
9477 functions to list browser histories.
9478 (eww-form-text): Support text form with disabled
9479 and readonly attributes.
9480 (eww-checkbox-map): Fix wrong key bind to `eww-toggle-checkbox'.
9481
9482 2013-12-21 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
9483
9484 * net/eww.el (eww-back-url, eww-forward-url, eww-next-url)
9485 (eww-previous-url, eww-up-url, eww-top-url, eww-add-bookmark)
9486 (eww-bookmark-prepare, eww-bookmark-kill, eww-bookmark-yank)
9487 (eww-bookmark-browse, eww-next-bookmark, eww-previous-bookmark):
9488 Use `user-error'.
9489 (eww-bookmark-mode-map): Add menu.
9490 (eww-render, eww-mode): Use `setq-local'.
9491 (eww-tool-bar-map): New variable.
9492 (eww-mode): Set `tool-bar-map'.
9493 (eww-view-source): Check for `html-mode' with `fboundp'.
9494
9495 2013-12-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
9496
9497 * net/shr.el (shr--extract-best-source): Don't bug out on audio
9498 elements with text inside. Also remove debugging.
9499
9500 2013-12-21 Jan Djärv <jan.h.d@swipnet.se>
9501
9502 * cus-start.el (all): Add ns-use-srgb-colorspace.
9503
9504 2013-12-21 Chong Yidong <cyd@gnu.org>
9505
9506 * custom.el (custom-theme-recalc-face): Do nothing if the face is
9507 undefined. Thus, theme settings for undefined faces do not take
9508 effect until the faces are defined with defface, the same as with
9509 theme variables.
9510
9511 * faces.el (face-spec-set): Use face-spec-recalc in all cases.
9512 (face-spec-reset-face): Don't assign extra properties in temacs.
9513 (face-spec-recalc): Apply X resources too.
9514
9515 2013-12-21 Chong Yidong <cyd@gnu.org>
9516
9517 * faces.el (face-spec-set):
9518 * cus-face.el (custom-theme-set-faces, custom-set-faces):
9519 * custom.el (defface): Doc fixes (Bug#16203).
9520
9521 * indent.el (indent-rigidly-map): Add docstring, and move commands
9522 into named functions.
9523 (indent-rigidly-left, indent-rigidly-right)
9524 (indent-rigidly-left-to-tab-stop)
9525 (indent-rigidly-right-to-tab-stop): New functions. Decide on
9526 indentation direction based on bidi direction, and accumulate
9527 sequential commands in a single undo boundary.
9528 (indent-rigidly--pop-undo): New utility function.
9529
9530 2013-12-20 Juanma Barranquero <lekktu@gmail.com>
9531
9532 * faces.el (read-face-name): Require crm.el when using crm-separator.
9533
9534 2013-12-20 Daniel Colascione <dancol@dancol.org>
9535
9536 * progmodes/sh-script.el (sh-mode): Tweak paragraph-separate
9537 so that we don't reflow comments into the shebang line.
9538
9539 2013-12-20 Juri Linkov <juri@jurta.org>
9540
9541 * saveplace.el (save-place-to-alist): Add `dired-filename' as
9542 a position when `dired-directory' is non-nil. Check integer
9543 positions with `integerp'.
9544 (toggle-save-place, save-places-to-alist): Add check for
9545 `dired-directory'.
9546 (save-place-find-file-hook): Check integer positions with
9547 `integerp'.
9548 (save-place-dired-hook): Use `dired-goto-file' when
9549 `dired-filename' is found in the assoc list. Check integer
9550 positions with `integerp'.
9551 (dired-initial-position-hook): Rename from `dired-initial-point-hook'.
9552
9553 * dired.el (dired-initial-position-hook): Rename back from
9554 `dired-initial-point-hook'.
9555 (dired-initial-position): Rename `dired-initial-point-hook' to
9556 `dired-initial-position-hook'.
9557 (dired-file-name-at-point): Doc fix. (Bug#15329)
9558
9559 2013-12-20 Juri Linkov <juri@jurta.org>
9560
9561 * replace.el (read-regexp-defaults-function): New defcustom (bug#14405).
9562 (read-regexp-suggestions): New function.
9563 (read-regexp): Use `read-regexp-defaults-function' to get default values.
9564 Use `read-regexp-suggestions'. Add non-empty default to history
9565 for empty input.
9566 (occur-read-regexp-defaults-function): Remove function.
9567 (occur-read-primary-args): Use `regexp-history-last' instead of
9568 `occur-read-regexp-defaults-function'.
9569
9570 * hi-lock.el (hi-lock-read-regexp-defaults-function): Remove function.
9571 (hi-lock-line-face-buffer, hi-lock-face-buffer)
9572 (hi-lock-face-phrase-buffer): Use `regexp-history-last' instead of
9573 `hi-lock-read-regexp-defaults-function'. Doc fix.
9574 (hi-lock-face-symbol-at-point): Replace `find-tag-default-as-regexp'
9575 with `find-tag-default-as-symbol-regexp'. Doc fix.
9576 (hi-lock-read-regexp-defaults): Remove function.
9577 (hi-lock-regexp-okay): Add check for null.
9578
9579 * progmodes/grep.el (grep-read-regexp): Use `grep-tag-default' for
9580 the arg DEFAULTS. Move formatting of the prompt to `read-regexp'.
9581
9582 * subr.el (find-tag-default-as-symbol-regexp): New function.
9583 (find-tag-default-as-regexp): Move symbol regexp formatting to
9584 `find-tag-default-as-symbol-regexp'.
9585
9586 2013-12-20 E Sabof <esabof@gmail.com> (tiny change)
9587
9588 * hi-lock.el (hi-lock-set-pattern): Check for `font-lock-specified-p'.
9589 (Bug#14179)
9590
9591 2013-12-20 Stephen Berman <stephen.berman@gmx.net>
9592
9593 * calendar/todo-mode.el: New implementation of item insertion
9594 commands and key bindings.
9595 (todo-key-prompt): New face.
9596 (todo-insert-item): New command.
9597 (todo-insert-item--parameters): New defconst, replacing defvar
9598 todo-insertion-commands-args-genlist.
9599 (todo-insert-item--param-key-alist): New defconst, replacing
9600 defvar todo-insertion-commands-arg-key-list.
9601 (todo-insert-item--keyof, todo-insert-item--this-key): New defsubsts.
9602 (todo-insert-item--argsleft, todo-insert-item--apply-args)
9603 (todo-insert-item--next-param): New functions.
9604 (todo-insert-item--args, todo-insert-item--argleft)
9605 (todo-insert-item--argsleft, todo-insert-item--newargsleft):
9606 New variables.
9607 (todo-key-bindings-t): Change binding of "i" from
9608 todo-insertion-map to todo-insert-item.
9609 (todo-powerset, todo-gen-arglists, todo-insertion-commands-args)
9610 (todo-insertion-command-name, todo-insertion-commands-names)
9611 (todo-define-insertion-command, todo-insertion-commands)
9612 (todo-insertion-key-bindings, todo-insertion-map): Remove.
9613
9614 2013-12-20 Stephen Berman <stephen.berman@gmx.net>
9615
9616 * calendar/todo-mode.el: Bug fixes and new features (bug#15225).
9617 (todo-toggle-item-highlighting): Use eval-and-compile instead of
9618 eval-when-compile.
9619 (todo-move-category): Allow choosing a non-existing todo file to
9620 move the category to, and create that file.
9621 (todo-default-priority): New user option.
9622 (todo-set-item-priority): Use it.
9623 (todo-desktop-save-buffer, todo-restore-desktop-buffer): New functions.
9624 (desktop-restore-file-buffer): Declare.
9625 (desktop-buffer-mode-handlers): Add todo-restore-desktop-buffer.
9626 (todo-modes-set-2): Locally set desktop-save-buffer to
9627 todo-desktop-save-buffer.
9628 (todo-mode, todo-archive-mode, todo-filtered-items-mode)
9629 (auto-mode-alist): Add autoload cookie.
9630
9631 2013-12-20 Bozhidar Batsov <bozhidar@batsov.com>
9632
9633 * emacs-lisp/subr-x.el: Renamed from helpers.el.
9634 helpers.el was a poor choice of name.
9635 (string-remove-prefix): New function.
9636 (string-remove-suffix): New function.
9637
9638 2013-12-20 Martin Rudalics <rudalics@gmx.at>
9639
9640 Fix assignment for new window total sizes.
9641 * window.el (window--pixel-to-size): Remove function.
9642 (window--pixel-to-total-1, window--pixel-to-total):
9643 Fix calculation of new total sizes.
9644
9645 2013-12-20 Vitalie Spinu <spinuvit@gmail.com>
9646
9647 * comint.el (comint-output-filter): Fix rear-nonsticky property
9648 placement (Bug#16010).
9649
9650 2013-12-20 Chong Yidong <cyd@gnu.org>
9651
9652 * faces.el (read-color): Minor fix for completion function.
9653
9654 2013-12-20 Dmitry Gutov <dgutov@yandex.ru>
9655
9656 * progmodes/ruby-mode.el (ruby-align-to-stmt-keywords):
9657 New option. (Bug#16182)
9658 (ruby-smie--indent-to-stmt-p): Use it.
9659 (ruby-smie-rules): Revert the logic in the handling of `when'.
9660 Expand the begin clause to handle `ruby-align-to-stmt-keywords'.
9661 (ruby-deep-arglist, ruby-deep-indent-paren)
9662 (ruby-deep-indent-paren-style): Update docstrings to note that the
9663 vars don't have any effect with SMIE.
9664
9665 2013-12-20 Jay Belanger <jay.p.belanger@gmail.com>
9666
9667 * calc/calc.el (calc-enter, calc-pop): Use the variable
9668 `calc-context-sensitive-enter'.
9669
9670 2013-12-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
9671
9672 * net/shr.el (shr-insert): Protect against infloops in degenerate
9673 tables.
9674
9675 2013-12-20 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
9676
9677 * progmodes/octave.el (octave): Add link to manual and octave
9678 homepage.
9679 (octave-mode-menu): Link to octave-mode manual.
9680
9681 2013-12-20 Leo Liu <sdl.web@gmail.com>
9682
9683 * skeleton.el (skeleton-pair-insert-maybe): Disable newline
9684 insertion using skeleton-end-newline. (Bug#16138)
9685
9686 2013-12-20 Juri Linkov <juri@jurta.org>
9687
9688 * replace.el (occur-engine): Use `add-face-text-property'
9689 to add the face property to matches and titles. (Bug#14645)
9690
9691 * hi-lock.el (hi-green): Use lighter color "light green" closer to
9692 the palette of other hi-lock colors.
9693 (hi-lock-set-pattern): Prepend hi-lock face to the existing face.
9694
9695 2013-12-19 Juri Linkov <juri@jurta.org>
9696
9697 * isearch.el (isearch-mode-map): Bind `M-s e' to `isearch-edit-string'.
9698 Put :advertised-binding on `M-s c', `M-s r', `M-s e'. (Bug#16035)
9699 (minibuffer-history-symbol): Move variable declaration closer to
9700 its usage.
9701
9702 * isearchb.el (isearchb): Add `event-basic-type' on `last-command-event'.
9703 (Bug#14785)
9704
9705 2013-12-19 Juri Linkov <juri@jurta.org>
9706
9707 * vc/log-edit.el (log-edit-insert-filenames-without-changelog):
9708 New function.
9709 (log-edit-hook): Add it to :options. (Bug#16170)
9710
9711 2013-12-19 Juri Linkov <juri@jurta.org>
9712
9713 * simple.el (eval-expression-print-format): Don't check for
9714 command names and the last command. Always display additional
9715 formats of the integer result in the echo area, and insert them
9716 to the current buffer only with a zero prefix arg.
9717 Display character when char-displayable-p is non-nil.
9718 (eval-expression): With a zero prefix arg, set `print-length' and
9719 `print-level' to nil, and insert the integer values from
9720 `eval-expression-print-format' at the end. Doc fix. (Bug#12985)
9721
9722 * emacs-lisp/lisp-mode.el (eval-print-last-sexp): Add arg
9723 `eval-last-sexp-arg-internal'. Doc fix.
9724 (eval-last-sexp-1): Pass arg `eval-last-sexp-arg-internal' to
9725 `eval-last-sexp-print-value'. Doc fix.
9726 (eval-last-sexp-print-value): Add arg `eval-last-sexp-arg-internal'.
9727 Set `print-length' and `print-level' to nil when arg is zero.
9728 (eval-last-sexp): Doc fix.
9729 (eval-defun-2): Print the integer values from
9730 `eval-expression-print-format' at the end.
9731
9732 * emacs-lisp/edebug.el (edebug-eval-defun): Print the integer
9733 values from `eval-expression-print-format' at the end.
9734
9735 * ielm.el (ielm-eval-input): Print the integer
9736 values from `eval-expression-print-format' at the end.
9737
9738 2013-12-19 Teodor Zlatanov <tzz@lifelogs.com>
9739
9740 * net/eww.el (eww-exit, eww-close, eww-mode-map): Revert change of
9741 2013-12-11T19:01:44Z!tzz@lifelogs.com.
9742
9743 2013-12-19 Stefan Monnier <monnier@iro.umontreal.ca>
9744
9745 * hl-line.el (hl-line-make-overlay): New fun. Set priority (bug#16192).
9746 (hl-line-highlight, global-hl-line-highlight): Use it.
9747 (hl-line-overlay): Use defvar-local.
9748
9749 2013-12-19 Jan Djärv <jan.h.d@swipnet.se>
9750
9751 * term/ns-win.el: Require dnd.
9752 (global-map): Remove drag items.
9753 (ns-insert-text, ns-set-foreground-at-mouse)
9754 (ns-set-background-at-mouse):
9755 Remove (ns-drag-n-drop, ns-drag-n-drop-other-frame)
9756 (ns-drag-n-drop-as-text, ns-drag-n-drop-as-text-other-frame):
9757 New functions.
9758
9759 2013-12-19 Glenn Morris <rgm@gnu.org>
9760
9761 * emacs-lisp/ert.el (ert-select-tests):
9762 Fix string/symbol mixup. (Bug#16121)
9763
9764 2013-12-19 Dmitry Gutov <dgutov@yandex.ru>
9765
9766 * progmodes/ruby-mode.el (ruby-smie-rules): Indent middle-of-block
9767 keywords to their parent.
9768
9769 2013-12-19 Dmitry Gutov <dgutov@yandex.ru>
9770
9771 * progmodes/ruby-mode.el (ruby-smie--args-separator-p): Allow the
9772 first arg to be a string (fixed dead code), or an operator symbol.
9773 (ruby-smie--forward-token): Tokenize ` @ ' before strings and
9774 operator symbols.
9775 (ruby-smie-rules): Remove parent token check in the `.' clause, it
9776 did nothing. Don't respond to `(:after ".")', it will be called
9777 with :before anyway. Remove the ` @ ' rule, it didn't seem to
9778 change anything. Only return indentation for binary operators
9779 when they are hanging. De-dent opening paren when its parent is
9780 `.', otherwise it looks bad when the dot is not at bol or eol
9781 (bug#16182).
9782
9783 2013-12-19 Juri Linkov <juri@jurta.org>
9784
9785 * replace.el (query-replace-read-args): Split a non-negative arg
9786 and a negative arg into separate elements.
9787 (query-replace, query-replace-regexp, replace-string)
9788 (replace-regexp): Add arg `backward'. Doc fix.
9789 (replace-match-maybe-edit): When new arg `backward' is non-nil,
9790 move point to the beginning of the match.
9791 (replace-search, replace-highlight): Use new arg `backward'
9792 to set the value of `isearch-forward'.
9793 (perform-replace): Add arg `backward' and use it to perform
9794 replacement backward. (Bug#14979)
9795
9796 * isearch.el (isearch-query-replace): Use a negative prefix arg
9797 to call `perform-replace' with a non-nil arg `backward'.
9798
9799 2013-12-18 Juri Linkov <juri@jurta.org>
9800
9801 * vc/log-edit.el (log-edit-hook): Add `log-edit-insert-message-template'
9802 to the default list. Move `log-edit-show-files' to the end.
9803 Add more available functions to options.
9804 (log-edit): Move default specific settings to
9805 `log-edit-insert-message-template'. Don't move point.
9806 (log-edit-insert-message-template): New function.
9807 (log-edit-insert-changelog): Add `save-excursion' and don't move point.
9808 (Bug#16170)
9809
9810 2013-12-18 Juri Linkov <juri@jurta.org>
9811
9812 * help-mode.el (help-mode-map): Bind "l" to help-go-back,
9813 and "r" to help-go-forward for compatibity with Info. (Bug#16178)
9814
9815 2013-12-18 Leo Liu <sdl.web@gmail.com>
9816
9817 * eshell/em-prompt.el (eshell-emit-prompt): Fix last change.
9818 (Bug#16186)
9819
9820 2013-12-18 Eli Zaretskii <eliz@gnu.org>
9821
9822 * ls-lisp.el (ls-lisp-insert-directory): Don't modify %d and %f
9823 formats for displaying file sizes when the -s switch is given.
9824 Instead, compute a separate format for displaying the size in
9825 blocks, which is displayed in addition to the "regular" size.
9826 When -h is given in addition to -s, produce size in blocks in
9827 human-readable form as well. (Bug#16179)
9828
9829 2013-12-18 Tassilo Horn <tsdh@gnu.org>
9830
9831 * textmodes/reftex-vars.el (reftex-label-alist-builtin):
9832 Reference tables with ~\ref{...} instead of only \ref{...}.
9833
9834 2013-12-18 Chong Yidong <cyd@gnu.org>
9835
9836 * cus-edit.el (custom-magic-alist): Fix "themed" description
9837 (Bug#14348).
9838
9839 * custom.el (custom-push-theme): If custom--inhibit-theme-enable
9840 is non-nil, do not create a new entry in the symbol's theme-value
9841 or theme-face property; update theme-settings only (Bug#14664).
9842 (custom-available-themes): Doc fix.
9843
9844 * cus-theme.el (custom-new-theme-mode-map): Add bindings
9845 (Bug#15674).
9846
9847 * replace.el (occur-engine): Avoid infloop (Bug#7593).
9848
9849 2013-12-18 Kazuhiro Ito <kzhr@d1.dion.ne.jp> (tiny change)
9850
9851 * progmodes/make-mode.el (makefile-fill-paragraph): Fix infloop
9852 (Bug#13914).
9853
9854 2013-12-18 Shigeru Fukaya <shigeru.fukaya@gmail.com>
9855
9856 * apropos.el (apropos-words-to-regexp): Fix algorithm (Bug#13946).
9857
9858 2013-12-18 Glenn Morris <rgm@gnu.org>
9859
9860 * Makefile.in (BYTE_COMPILE_FLAGS): Set load-prefer-newer to t.
9861 * cus-start.el (load-prefer-newer): New option.
9862
9863 2013-12-18 Le Wang <l26wang@gmail.com>
9864
9865 * comint.el (comint-previous-matching-input-from-input):
9866 Retain point (Bug#13404).
9867
9868 2013-12-18 Chong Yidong <cyd@gnu.org>
9869
9870 * simple.el (append-next-kill): Doc fix (Bug#15995, Bug#16016).
9871
9872 2013-12-18 Glenn Morris <rgm@gnu.org>
9873
9874 * mail/emacsbug.el (report-emacs-bug):
9875 Only mention enable-multibyte-characters if non-standard.
9876
9877 2013-12-17 Juri Linkov <juri@jurta.org>
9878
9879 * arc-mode.el (archive-extract-by-file): Check if directory exists
9880 before deletion to not show irrelevant errors if it doesn't exist.
9881
9882 2013-12-17 Juri Linkov <juri@jurta.org>
9883
9884 * menu-bar.el (menu-bar-tools-menu): Add `browse-web'.
9885 (Bug#14751)
9886
9887 * net/eww.el (browse-web): Add alias to `eww'.
9888 (eww-mode-map): Bind "r" to `eww-forward-url' like in Info.
9889 Bind "S-SPC" to `scroll-down-command'. (Bug#16178)
9890
9891 * net/browse-url.el (browse-url-browser-function): Move `eww'
9892 closer to similar functions.
9893
9894 * startup.el (fancy-startup-screen, fancy-about-screen):
9895 Set browse-url-browser-function to eww-browse-url locally.
9896 (Bug#14751)
9897
9898 2013-12-17 Stefan Monnier <monnier@iro.umontreal.ca>
9899
9900 * window.el (window--pixel-to-total): Remove unused `mini' var.
9901 (maximize-window, minimize-window): Remove unused `pixelwise' arg.
9902 (split-window): Remove unused `new' var.
9903 (window--display-buffer): Remove unused `frame' and `delta' vars.
9904 (fit-window-to-buffer): Remove unused vars `frame', `display-height',
9905 and display-width'.
9906
9907 2013-12-17 Martin Rudalics <rudalics@gmx.at>
9908
9909 * dired.el (dired-mark-pop-up):
9910 * register.el (register-preview): Don't bind
9911 split-height-threshold here since it's now done in
9912 display-buffer-below-selected.
9913
9914 2013-12-17 oblique <psyberbits@gmail.com> (tiny change)
9915
9916 * term/rxvt.el (rxvt-rgb-convert-to-16bit): Standardize with
9917 xterm-rgb-convert-to-16bit.
9918 (rxvt-register-default-colors): Standardize with
9919 xterm-register-default-colors (Bug#14078).
9920
9921 2013-12-17 Dima Kogan <dima@secretsauce.net> (tiny change)
9922
9923 * simple.el (kill-region): Pass mark first, then point, so that
9924 kill-append works right (Bug#12819).
9925 (copy-region-as-kill, kill-ring-save): Likewise.
9926
9927 2013-12-17 Leo Liu <sdl.web@gmail.com>
9928
9929 * net/rcirc.el (rcirc-add-face):
9930 * eshell/em-prompt.el (eshell-emit-prompt):
9931 * eshell/em-ls.el (eshell-ls-decorated-name): Use font-lock-face.
9932 (Bug#16167)
9933
9934 2013-12-17 Chong Yidong <cyd@gnu.org>
9935
9936 * files.el (break-hardlink-on-save): Doc fix (Bug#13801).
9937 Suggested by Xue Fuqiao.
9938
9939 2013-12-17 Dmitry Gutov <dgutov@yandex.ru>
9940
9941 * progmodes/ruby-mode.el (ruby-smie-rules): Indent ternary if.
9942
9943 2013-12-17 Stefan Monnier <monnier@iro.umontreal.ca>
9944
9945 * net/shr.el (shr-insert-document): Remove unused var
9946 `shr-preliminary-table-render'.
9947 (shr-rescale-image): Remove unused arg `force'.
9948 (shr-put-image): Update calls accordingly.
9949 (shr-tag-a): Use `cont' rather than dyn-bound `dom'.
9950
9951 2013-12-17 Dmitry Gutov <dgutov@yandex.ru>
9952
9953 * emacs-lisp/smie.el (smie-indent--rule): Extract `smie-indent--rule-1'.
9954 (smie-indent-close): Call `smie-indent--rule-1' with METHOD
9955 :close-all, to see which indentation method to use (Bug#16116).
9956 (smie-rules-function): Document the method :close-all.
9957
9958 2013-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
9959
9960 * net/shr.el (shr-tag-a): Support zero-length <a name="foo"> elements.
9961
9962 * net/eww.el (eww-display-html): If we can't find the anchor we're
9963 looking for, then go to point-min.
9964
9965 2013-12-16 Paul Eggert <eggert@cs.ucla.edu>
9966
9967 Fix problems with CANNOT_DUMP and EMACSLOADPATH.
9968 * Makefile.in (emacs): Add lisp src to EMACSLOADPATH.
9969 * loadup.el: Check for src/bootstrap-emacs only when Emacs can dump.
9970 Expand dir too, in case it's relative.
9971
9972 2013-12-16 Juri Linkov <juri@jurta.org>
9973
9974 * desktop.el (desktop-auto-save-timeout): Change default to
9975 `auto-save-timeout'. Doc fix.
9976 (desktop-save): Skip the timestamp in desktop-saved-frameset
9977 when checking for auto-save changes.
9978 (desktop-auto-save): Don't call desktop-auto-save-set-timer since
9979 `desktop-auto-save' is called repeatedly by the idle timer.
9980 (desktop-auto-save-set-timer): Replace `run-with-timer' with
9981 `run-with-idle-timer' and a non-nil arg REPEAT. Doc fix.
9982 (Bug#15331)
9983
9984 2013-12-16 Juri Linkov <juri@jurta.org>
9985
9986 * isearch.el (isearch-mode-map): Remove [escape] key bindinds.
9987 (Bug#16035)
9988 (isearch-pre-command-hook): Check `this-command' for symbolp.
9989
9990 2013-12-16 Stefan Monnier <monnier@iro.umontreal.ca>
9991
9992 * emacs-lisp/gv.el (gv-ref): Mention lexbind restriction (bug#16153).
9993
9994 2013-12-16 Teodor Zlatanov <tzz@lifelogs.com>
9995
9996 * progmodes/cfengine.el (cfengine3--current-word): Remove.
9997 (cfengine3--current-function): Bring in the current-function
9998 functionality from `cfengine3--current-word'.
9999 (cfengine3-completion-function): Bring in the
10000 bounds-of-current-word functionality from
10001 `cfengine3--current-word'.
10002
10003 2013-12-16 Martin Rudalics <rudalics@gmx.at>
10004
10005 * window.el (display-buffer-below-selected):
10006 Bind split-height-threshold to 0 as suggested by Juri Linkov.
10007
10008 2013-12-16 Leo Liu <sdl.web@gmail.com>
10009
10010 * progmodes/compile.el (compile-goto-error): Do not push-mark.
10011 Remove NOMSG arg and all uses changed.
10012
10013 2013-12-16 Stefan Monnier <monnier@iro.umontreal.ca>
10014
10015 * emulation/cua-rect.el (cua-rectangle-mark-mode): New minor mode.
10016 (cua--deactivate-rectangle): Don't deactivate the mark.
10017 (cua-set-rectangle-mark): Don't set mark-active since
10018 cua--activate-rectangle already does it for us.
10019 (cua--rectangle-highlight-for-redisplay): Unhighlight a previous
10020 non-rectangular region.
10021
10022 * emulation/cua-base.el (cua-repeat-replace-region):
10023 Use with-current-buffer.
10024
10025 * net/gnutls.el: Use cl-lib.
10026 (gnutls-negotiate): `mapcan' -> cl-mapcan.
10027
10028 2013-12-14 Teodor Zlatanov <tzz@lifelogs.com>
10029
10030 * emacs-lisp/package.el (package-built-in-p): Support both
10031 built-in and the package.el converted package descriptions.
10032 (package-show-package-list): Allow keywords.
10033 (package-keyword-button-action): Use it instead of
10034 `finder-list-matches'.
10035 (package-menu-filter-interactive): Interactive filtering (by
10036 keyword) function.
10037 (package-menu--generate): Support keywords and change keymappings
10038 and headers when they are given.
10039 (package--has-keyword-p): Helper function.
10040 (package-menu--refresh): Use it.
10041 (package--mapc): Helper function.
10042 (package-all-keywords): Use it.
10043 (package-menu-mode-map): Set up menu items and keybindings to
10044 provide a filtering UI.
10045
10046 2013-12-14 Teodor Zlatanov <tzz@lifelogs.com>
10047
10048 * net/gnutls.el (gnutls-verify-error): New defcustom to control
10049 the behavior when a certificate fails validation. Defaults to
10050 old behavior: never abort, just warn.
10051 (gnutls-negotiate): Use it.
10052
10053 2013-12-14 Martin Rudalics <rudalics@gmx.at>
10054
10055 * window.el (display-buffer-below-selected): Never split window
10056 horizontally. Suggested by Juri Linkov <juri@jurta.org>.
10057
10058 2013-12-14 Tom Willemse <tom@ryuslash.org> (tiny change)
10059
10060 * emacs-lisp/package.el (package--prepare-dependencies): New function.
10061 (package-buffer-info): Use it (bug#15108).
10062
10063 2013-12-14 Stefan Monnier <monnier@iro.umontreal.ca>
10064
10065 * icomplete.el (icomplete-completions): Make sure the prefix is already
10066 displayed elsewhere before hiding it (bug#16219).
10067
10068 2013-12-14 Dmitry Gutov <dgutov@yandex.ru>
10069
10070 * progmodes/ruby-mode.el (ruby-smie-rules): Return nil before
10071 open-paren tokens when preceded by a open-paren, too.
10072 (ruby-smie-rules): Handle virtual indentation after open-paren
10073 tokens specially. If there is code between it and eol, return the
10074 column where is starts (Bug#16118).
10075
10076 2013-12-13 Teodor Zlatanov <tzz@lifelogs.com>
10077
10078 * progmodes/cfengine.el: Fix `add-hook' doc.
10079 (cfengine-mode-syntax-functions-regex): Initialize sensibly.
10080 (cfengine3--current-word): Fix parameters.
10081 (cfengine3-make-syntax-cache): Simplify further.
10082 (cfengine3-completion-function, cfengine3--current-function):
10083 Use `assq' for symbols.
10084 (cfengine3--current-function): Fix `cfengine3--current-word' call.
10085
10086 2013-12-13 Glenn Morris <rgm@gnu.org>
10087
10088 * loadup.el (load-path): Warn if site-load or site-init changes it.
10089 No more need to reset it when bootstrapping.
10090
10091 2013-12-13 Teodor Zlatanov <tzz@lifelogs.com>
10092
10093 * progmodes/cfengine.el (cfengine-cf-promises): Add more default
10094 locations for cf-promises.
10095 (cfengine-mode-syntax-functions-regex): New caching variable.
10096 (cfengine3-fallback-syntax): Fallback syntax for cases where
10097 cf-promises doesn't run.
10098 (cfengine3--current-word): Reimplement using
10099 `cfengine-mode-syntax-functions-regex'.
10100 (cfengine3-completion-function, cfengine3--current-function):
10101 Use `cfengine3-make-syntax-cache' directly.
10102 (cfengine3-clear-syntax-cache): New function.
10103 (cfengine3-make-syntax-cache): Simplify and create
10104 `cfengine-mode-syntax-functions-regex' on demand.
10105 (cfengine3-format-function-docstring): Don't call
10106 `cfengine3-make-syntax-cache' explicitly.
10107
10108 2013-12-13 Martin Rudalics <rudalics@gmx.at>
10109
10110 Fix windmove-find-other-window broken after pixelwise resizing
10111 (Bug#16017).
10112 * windmove.el (windmove-other-window-loc): Revert change from
10113 2013-12-04.
10114 (windmove-find-other-window): Call window-in-direction.
10115 * window.el (window-in-direction): New arguments SIGN, WRAP and
10116 MINI to emulate original windmove-find-other-window behavior.
10117
10118 2013-12-13 Dmitry Gutov <dgutov@yandex.ru>
10119
10120 * simple.el (blink-matching--overlay): New variable.
10121 (blink-matching-open): Instead of moving point, highlight the
10122 matching paren with an overlay
10123 (http://lists.gnu.org/archive/html/emacs-devel/2013-12/msg00333.html).
10124
10125 * faces.el (paren-showing-faces, show-paren-match)
10126 (show-paren-mismatch): Move from paren.el.
10127
10128 2013-12-13 Leo Liu <sdl.web@gmail.com>
10129
10130 * indent.el (indent-region): Disable progress reporter in
10131 minibuffer. (Bug#16108)
10132
10133 * bindings.el (visual-order-cursor-movement): Fix version.
10134
10135 2013-12-13 Fabián Ezequiel Gallina <fgallina@gnu.org>
10136
10137 * progmodes/python.el (python-pdbtrack-stacktrace-info-regexp):
10138 Also match after beginning of line.
10139 (python-pdbtrack-set-tracked-buffer): Fix logic for remote
10140 files. Thanks to Russell Sim. (Bug#15378)
10141
10142 2013-12-13 Juri Linkov <juri@jurta.org>
10143
10144 * simple.el <Keypad support>: Remove key bindings duplicated
10145 with bindings.el. (Bug#14397)
10146
10147 2013-12-13 Juri Linkov <juri@jurta.org>
10148
10149 * comint.el (comint-mode-map): Replace `delete-char' with
10150 `delete-forward-char'. (Bug#16109)
10151
10152 2013-12-12 Fabián Ezequiel Gallina <fgallina@gnu.org>
10153
10154 * progmodes/python.el (python-indent-calculate-indentation):
10155 Fix de-denters cornercase. (Bug#15731)
10156
10157 2013-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
10158
10159 * emacs-lisp/nadvice.el: Add `depth' property to manage ordering.
10160 (advice--make): Pay attention to `depth'.
10161 (advice--make-1): Don't autoload commands eagerly.
10162 * emacs-lisp/elp.el (elp-instrument-function):
10163 * emacs-lisp/trace.el (trace-function-internal):
10164 * emacs-lisp/debug.el (debug-on-entry): Keep them "first".
10165
10166 * iswitchb.el (iswitchb-mode): Don't belittle ido.
10167
10168 2013-12-12 Eli Zaretskii <eliz@gnu.org>
10169
10170 * term/w32-win.el (w32-handle-dropped-file):
10171 * startup.el (normal-top-level):
10172 * net/browse-url.el (browse-url-file-url):
10173 * dnd.el (dnd-get-local-file-name): On MS-Windows, encode and
10174 decode file names using 'utf-8' rather than
10175 file-name-coding-system.
10176
10177 2013-12-12 Fabián Ezequiel Gallina <fgallina@gnu.org>
10178
10179 * progmodes/python.el (python-indent-context)
10180 (python-indent-calculate-indentation): Fix auto-identation
10181 behavior for comment blocks. (Bug#15916)
10182
10183 2013-12-12 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
10184
10185 * progmodes/python.el (python-indent-calculate-indentation):
10186 When determining indentation, don't treat "return", "pass", etc., as
10187 operators when they are just string constituents. (Bug#15812)
10188
10189 2013-12-12 Juri Linkov <juri@jurta.org>
10190
10191 * uniquify.el (uniquify-buffer-name-style): Change default to
10192 `post-forward-angle-brackets'.
10193
10194 * menu-bar.el (menu-bar-options-menu): Don't require preloaded
10195 `uniquify'. Change default to `post-forward-angle-brackets'.
10196
10197 2013-12-11 Glenn Morris <rgm@gnu.org>
10198
10199 * emacs-lisp/package.el (finder-list-matches):
10200 Autoload rather than falsely declaring.
10201
10202 2013-12-11 Teodor Zlatanov <tzz@lifelogs.com>
10203
10204 * net/eww.el (eww-exit, eww-close): Add UI convenience wrappers.
10205 (eww-mode-map): Use them.
10206
10207 2013-12-11 Martin Rudalics <rudalics@gmx.at>
10208
10209 * window.el (display-buffer-in-side-window): Fix doc-string
10210 (Bug#16115).
10211
10212 2013-12-11 Juanma Barranquero <lekktu@gmail.com>
10213
10214 * vc/vc-git.el: Silence byte-compiler warnings.
10215 (vc-git-dir-extra-headers): Rename arg _dir which is no longer ignored.
10216 (log-edit-set-header): Declare.
10217
10218 2013-12-11 Eli Zaretskii <eliz@gnu.org>
10219
10220 * Makefile.in (custom-deps, finder-data): Run output file names
10221 through unmsys--file-name. (Bug#16099)
10222
10223 2013-12-11 Stefan Monnier <monnier@iro.umontreal.ca>
10224
10225 * emacs-lisp/smie.el (smie-indent--hanging-p): Don't bother matching
10226 comment-start-skip, which fails when that uses submatch 1 (bug#16041).
10227
10228 * emulation/cua-base.el (cua-paste): Add `delete-selection' property
10229 instead of deleting the selection "by hand" (bug#16098).
10230 Rely on insert-for-yank to yank rectangles.
10231 (cua-highlight-region-shift-only): Mark obsolete.
10232 (cua-mode): Don't enable/disable transient-mark-mode,
10233 shift-select-mode (cua-mode works both with and without them), and
10234 pc-selection-mode (obsolete).
10235 * emulation/cua-rect.el (cua--activate-rectangle): Activate the mark.
10236 (cua--deactivate-rectangle): Deactivate it.
10237
10238 * delsel.el (delete-selection-mode): Don't enable transient-mark-mode.
10239 (delete-selection-helper): Make sure yank starts at the top of the
10240 deleted region.
10241 (minibuffer-keyboard-quit): Use region-active-p.
10242
10243 * emacs-lisp/trace.el (trace-make-advice): Don't deactivate the mark.
10244
10245 * simple.el (normal-erase-is-backspace-mode): Map kp-delete identically
10246 to `delete' (bug#16109).
10247
10248 2013-12-11 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
10249
10250 * progmodes/octave.el (octave-mode, inferior-octave-mode): Link to
10251 info manual and show keybindings and set `:group' keyword.
10252
10253 2013-12-11 Juri Linkov <juri@jurta.org>
10254
10255 * delsel.el (delete-active-region): Let-bind `this-command'
10256 to prevent `kill-region' from changing its original value.
10257 (delete-selection-helper): Handle `overwrite-mode' for the type
10258 `kill' exactly the same way as for the type `t'.
10259 (insert-char, quoted-insert, reindent-then-newline-and-indent):
10260 Support more commands. (Bug#13312)
10261
10262 2013-12-11 Juri Linkov <juri@jurta.org>
10263
10264 * bindings.el: Map kp keys to non-kp keys systematically
10265 with basic modifiers control, meta and shift. (Bug#14397)
10266
10267 2013-12-11 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
10268
10269 * net/eww.el (eww-mode-map): Instead of "Quit" show "Exit" and
10270 "Close browser" menu items. Fix wrong function of "List
10271 bookmarks".
10272
10273 2013-12-11 Juri Linkov <juri@jurta.org>
10274
10275 * misearch.el (multi-isearch-buffers): Set the value of
10276 `multi-isearch-buffer-list' globally. Set NO-RECURSIVE-EDIT
10277 arg of isearch-forward to t.
10278 (multi-isearch-buffers-regexp): Set the value of
10279 `multi-isearch-buffer-list' globally. Set NO-RECURSIVE-EDIT
10280 arg of isearch-forward-regexp to t.
10281 (multi-isearch-files): Set the value of
10282 `multi-isearch-file-list' globally. Set NO-RECURSIVE-EDIT
10283 arg of isearch-forward to t.
10284 (multi-isearch-files-regexp): Set the value of
10285 `multi-isearch-file-list' globally. Set NO-RECURSIVE-EDIT
10286 arg of isearch-forward-regexp to t. (Bug#16035)
10287
10288 * dired-aux.el (dired-isearch-filenames): Set NO-RECURSIVE-EDIT
10289 arg of isearch-forward to t.
10290 (dired-isearch-filenames-regexp): Set NO-RECURSIVE-EDIT
10291 arg of isearch-forward-regexp to t.
10292 (dired-isearch-filter-filenames): Remove unnecessary check for
10293 `dired-isearch-filenames'.
10294
10295 * comint.el (comint-history-isearch-backward):
10296 Set NO-RECURSIVE-EDIT arg of isearch-backward to t.
10297 (comint-history-isearch-backward-regexp):
10298 Set NO-RECURSIVE-EDIT arg of isearch-backward-regexp to t.
10299
10300 2013-12-10 Eli Zaretskii <eliz@gnu.org>
10301
10302 * Makefile.in (autoloads): Run $(srcdir)/loaddefs.el through
10303 unmsys--file-name. (Bug#16099)
10304
10305 2013-12-10 Teodor Zlatanov <tzz@lifelogs.com>
10306
10307 * emacs-lisp/package.el (package-keyword-button-action):
10308 Remove finder.el require dependency.
10309
10310 2013-12-09 Teodor Zlatanov <tzz@lifelogs.com>
10311
10312 * emacs-lisp/package.el: Require finder.el.
10313 (describe-package-1): Add keyword buttons.
10314 (package-make-button): New convenience function.
10315 (package-keyword-button-action): Keyword button action using
10316 `finder-list-matches'.
10317
10318 2013-12-09 Eli Zaretskii <eliz@gnu.org>
10319
10320 * autorevert.el (auto-revert-notify-add-watch): Fix a thinko in
10321 last commit.
10322
10323 2013-12-09 Michael Albinus <michael.albinus@gmx.de>
10324
10325 * autorevert.el (auto-revert-notify-add-watch): Do not handle
10326 symlinked files.
10327
10328 2013-12-09 Dmitry Gutov <dgutov@yandex.ru>
10329
10330 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Return t
10331 after the end of a percent literal.
10332
10333 2013-12-09 Cameron Desautels <camdez@gmail.com> (tiny change)
10334
10335 * progmodes/ruby-mode.el (ruby-forward-string): Document.
10336 Handle caret-delimited strings (Bug#16079).
10337
10338 2013-12-09 Dmitry Gutov <dgutov@yandex.ru>
10339
10340 * progmodes/ruby-mode.el (ruby-accurate-end-of-block):
10341 When `ruby-use-smie' is t, use `smie-forward-sexp' instead of
10342 `ruby-parse-partial' (Bug#16078).
10343
10344 2013-12-09 Leo Liu <sdl.web@gmail.com>
10345
10346 * subr.el (read-passwd): Disable show-paren-mode. (Bug#16091)
10347
10348 2013-12-08 Dmitry Gutov <dgutov@yandex.ru>
10349
10350 * progmodes/js.el (js-auto-indent-flag): Remove, was unused.
10351 (js-switch-indent-offset): New option.
10352 (js--proper-indentation): Use it. And handle the case when
10353 "default" is actually a key in an object literal.
10354 (js--same-line): New function.
10355 (js--multi-line-declaration-indentation): Use it.
10356 (js--indent-in-array-comp, js--array-comp-indentation):
10357 New functions.
10358 (js--proper-indentation): Use them, to handle array comprehension
10359 continuations.
10360
10361 2013-12-08 Leo Liu <sdl.web@gmail.com>
10362
10363 * progmodes/flymake.el (flymake-highlight-line): Re-write.
10364 (flymake-make-overlay): Remove arg MOUSE-FACE.
10365 (flymake-save-string-to-file, flymake-read-file-to-string): Remove.
10366
10367 2013-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
10368
10369 * emulation/cua-rect.el (cua--rectangle-highlight-for-redisplay):
10370 New function.
10371 (redisplay-highlight-region-function): Use it.
10372
10373 * emulation/cua-base.el (cua--explicit-region-start)
10374 (cua--last-region-shifted): Remove.
10375 (cua--deactivate): Use deactivate-mark.
10376 (cua--pre-command-handler-1): Don't handle shift-selection.
10377 (cua--post-command-handler-1): Don't change transient-mark-mode.
10378 (cua--select-keymaps): Use region-active-p rather than
10379 cua--explicit-region-start or cua--last-region-shifted.
10380 (cua-mode): Enable shift-select-mode.
10381
10382 2013-12-08 Leo Liu <sdl.web@gmail.com>
10383
10384 * progmodes/flymake.el (flymake-popup-current-error-menu):
10385 Rename from flymake-display-err-menu-for-current-line. Reimplement.
10386 (flymake-posn-at-point-as-event, flymake-popup-menu)
10387 (flymake-make-emacs-menu): Remove. (Bug#16077)
10388
10389 2013-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
10390
10391 * rect.el (rectangle-mark-mode): Activate mark even if
10392 transient-mark-mode is off (bug#16066).
10393 (rectangle--highlight-for-redisplay): Fix boundary condition when point
10394 is > mark and at bolp.
10395
10396 * emulation/cua-rect.el (cua--rectangle-region-extract): New function.
10397 (region-extract-function): Use it.
10398 (cua-mouse-save-then-kill-rectangle): Use cua-copy-region.
10399 (cua-copy-rectangle, cua-cut-rectangle, cua-delete-rectangle):
10400 Delete functions.
10401 (cua--init-rectangles): Don't re-remap copy-region-as-kill,
10402 kill-ring-save, kill-region, delete-char, delete-forward-char.
10403 Ignore self-insert-iso.
10404
10405 * emulation/cua-gmrk.el (cua--init-global-mark):
10406 Ignore `self-insert-iso'.
10407
10408 * emulation/cua-base.el (cua--prefix-copy-handler)
10409 (cua--prefix-cut-handler): Rely on region-extract-function rather than
10410 checking cua--rectangle.
10411 (cua-delete-region): Use region-extract-function.
10412 (cua-replace-region): Delete function.
10413 (cua-copy-region, cua-cut-region): Obey region-extract-function.
10414 (cua--pre-command-handler-1): Don't do the delete-selection thing.
10415 (cua--self-insert-char-p): Ignore `self-insert-iso'.
10416 (cua--init-keymaps): Don't remap delete-selection commands.
10417 (cua-mode): Use delete-selection-mode instead of rolling our own
10418 (bug#16085).
10419
10420 * menu-bar.el (clipboard-kill-ring-save, clipboard-kill-region):
10421 Obey region-extract-function.
10422
10423 Make registers and delete-selection-mode work on rectangles.
10424 * register.el (describe-register-1): Don't modify the register's value.
10425 (copy-to-register): Obey region-extract-function.
10426 * delsel.el (delete-active-region): Obey region-extract-function.
10427
10428 2013-12-08 Leo Liu <sdl.web@gmail.com>
10429
10430 * progmodes/flymake.el (flymake, flymake-error-bitmap)
10431 (flymake-warning-bitmap, flymake-fringe-indicator-position)
10432 (flymake-compilation-prevents-syntax-check)
10433 (flymake-start-syntax-check-on-newline)
10434 (flymake-no-changes-timeout, flymake-gui-warnings-enabled)
10435 (flymake-start-syntax-check-on-find-file, flymake-log-level)
10436 (flymake-xml-program, flymake-master-file-dirs)
10437 (flymake-master-file-count-limit)
10438 (flymake-allowed-file-name-masks): Relocate.
10439 (flymake-makehash, flymake-float-time)
10440 (flymake-replace-regexp-in-string, flymake-split-string)
10441 (flymake-get-temp-dir): Remove.
10442 (flymake-popup-menu, flymake-nop, flymake-make-xemacs-menu)
10443 (flymake-current-row, flymake-selected-frame)
10444 (flymake-get-point-pixel-pos): Remove xemacs compatibity and
10445 related functions. (Bug#16077)
10446
10447 2013-12-07 Bozhidar Batsov <bozhidar@batsov.com>
10448
10449 * emacs-lisp/helpers.el (string-blank-p): Use `string-match-p'.
10450
10451 2013-12-07 Tassilo Horn <tsdh@gnu.org>
10452
10453 * help-fns.el (describe-function-1): Use new advice-* functions
10454 rather than old ad-* functions. Fix function type description and
10455 source links for advised functions and subrs.
10456
10457 2013-12-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
10458
10459 * net/shr.el (shr-tag-img): Don't bug out on <img src=""> data.
10460
10461 2013-12-06 Michael Albinus <michael.albinus@gmx.de>
10462
10463 * progmodes/compile.el (compilation-start):
10464 * progmodes/grep.el (rgrep): Revert change 2012-12-20T11:15:38Z!michael.albinus@gmx.de.
10465
10466 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
10467 Handle long command lines, lasting from "sh -c ...". (Bug#16045)
10468
10469 2013-12-06 Dmitry Gutov <dgutov@yandex.ru>
10470
10471 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
10472 Touch up the last change.
10473
10474 2013-12-06 Leo Liu <sdl.web@gmail.com>
10475
10476 * progmodes/octave.el (inferior-octave-prompt): Use shy groups.
10477 (inferior-octave-startup): Always use "octave> " for prompt.
10478 (octave-goto-function-definition)
10479 (octave-sync-function-file-names)
10480 (octave-find-definition-default-filename): Remove redundant backquotes.
10481
10482 2013-12-06 Dmitry Gutov <dgutov@yandex.ru>
10483
10484 * progmodes/ruby-mode.el (ruby-mode-syntax-table): Don't modify
10485 syntax for `?'.
10486 (ruby-expr-beg): Expect that `!' will have syntax class "symbol"
10487 where appropriate already.
10488 (ruby-syntax-propertize-function): Propertize `?' and `!' at the
10489 end of method names (Bug#15874).
10490
10491 2013-12-06 Juri Linkov <juri@jurta.org>
10492
10493 * isearch.el (isearch--saved-overriding-local-map):
10494 New internal variable.
10495 (isearch-mode): Set it to the initial value of
10496 `overriding-terminal-local-map'.
10497 (isearch-pre-command-hook): Compare `overriding-terminal-local-map'
10498 with `isearch--saved-overriding-local-map'. (Bug#16035)
10499
10500 2013-12-06 Dmitry Gutov <dgutov@yandex.ru>
10501
10502 * progmodes/octave.el (inferior-octave-completion-table):
10503 Turn back into function, use `completion-table-with-cache'
10504 (Bug#11906). Update all references.
10505
10506 * minibuffer.el (completion-table-with-cache): New function.
10507
10508 2013-12-05 Cameron Desautels <camdez@gmail.com> (tiny change)
10509
10510 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Fix ^ (bug#16046).
10511
10512 2013-12-05 Teodor Zlatanov <tzz@lifelogs.com>
10513
10514 * net/eww.el (eww-current-source): New variable to store page
10515 source.
10516 (eww-display-html, eww-mode, eww-save-history)
10517 (eww-restore-history): Use it.
10518 (eww-view-source): New command to view page source.
10519 Opportunistically uses `html-mode' to highlight the buffer.
10520 (eww-mode-map): Install it.
10521
10522 2013-12-05 Michael Albinus <michael.albinus@gmx.de>
10523
10524 * net/dbus.el (dbus-unregister-service)
10525 (dbus-escape-as-identifier, dbus-unescape-from-identifier):
10526 Fix docstring.
10527 (dbus-unregister-service): Skip :serial entries in
10528 `dbus-registered-objects-table'.
10529 (dbus-byte-array-to-string): New optional arg MULTIBYTE.
10530
10531 2013-12-04 Teodor Zlatanov <tzz@lifelogs.com>
10532
10533 * emacs-lisp/lisp-mnt.el (lm-keywords-list): Trim whitespace
10534 around keywords with extra `split-string' argument.
10535
10536 2013-12-04 Martin Rudalics <rudalics@gmx.at>
10537
10538 * windmove.el (windmove-other-window-loc): Handle navigation
10539 between windows (excluding the minibuffer window - Bug#16017).
10540
10541 2013-12-04 Michael Albinus <michael.albinus@gmx.de>
10542
10543 * net/dbus.el (dbus-byte-array-to-string): Accept also byte arrays
10544 in D-Bus type syntax.
10545 (dbus-unescape-from-identifier): Use `byte-to-string' in order to
10546 preserve unibyte strings. (Bug#16048)
10547
10548 2013-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
10549
10550 * emacs-lisp/eldoc.el (eldoc-minibuffer-message):
10551 Call force-mode-line-update is the proper buffer (bug#16042).
10552
10553 2013-12-04 Dmitry Gutov <dgutov@yandex.ru>
10554
10555 * vc/log-edit.el (log-edit-add-new-comment): Rename to
10556 `log-edit-remember-comment', make argument optional. Adjust all
10557 callers.
10558 (log-edit-mode): Add `log-edit-remember-comment' to
10559 `kill-buffer-hook' locally.
10560 (log-edit-kill-buffer): Don't remember comment explicitly since
10561 the buffer is killed anyway.
10562
10563 2013-12-04 Juri Linkov <juri@jurta.org>
10564
10565 * isearch.el (isearch-mode, isearch-done): Don't set arg LOCAL in
10566 add-hook and remove-hook for multi-buffer search. (Bug#16035)
10567
10568 2013-12-03 Tom Regner <tom@goochesa.de> (tiny change)
10569
10570 * notifications.el (notifications-close-notification): Call the
10571 D-Bus method with ID being a `:uint32'. (Bug#16030)
10572
10573 2013-12-03 Katsumi Yamaoka <yamaoka@jpl.org>
10574
10575 * net/eww.el (eww-render): Don't pass arg to eww-display-image.
10576
10577 2013-12-03 Juri Linkov <juri@jurta.org>
10578
10579 * progmodes/compile.el (compilation-start): Rename window alist
10580 entry `no-display-ok' to `allow-no-window'.
10581
10582 * simple.el (shell-command): Add window alist entry
10583 `allow-no-window' to `display-buffer'.
10584 (async-shell-command): Doc fix.
10585
10586 * window.el (display-buffer-no-window): New action function.
10587 (display-buffer-alist, display-buffer): Doc fix. (Bug#13594)
10588
10589 2013-12-02 Dmitry Gutov <dgutov@yandex.ru>
10590
10591 * vc/log-edit.el (log-edit-set-header): Extract from
10592 `log-edit-toggle-header'.
10593 (log-edit-extract-headers): Separate the summary, when extracted
10594 from header, from the rest of the message with an empty line.
10595
10596 * vc/vc-git.el (vc-git-log-edit-toggle-amend): Move the summary
10597 line, if present, to the Summary header.
10598
10599 2013-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
10600
10601 * epa-file.el (epa-file-insert-file-contents): Ensure we insert text
10602 in current-buffer (bug#16029).
10603
10604 2013-12-02 Helmut Eller <eller.helmut@gmail.com>
10605
10606 * emacs-lisp/debug.el (debugger-toggle-locals): New command.
10607 (debugger-mode-map): Bind it.
10608 (debugger--backtrace-base): New function.
10609 (debugger-eval-expression): Use it.
10610 (debugger-frame-number): Skip local vars when present.
10611 (debugger--locals-visible-p, debugger--insert-locals)
10612 (debugger--show-locals, debugger--hide-locals): New functions.
10613
10614 2013-12-02 Michael Albinus <michael.albinus@gmx.de>
10615
10616 * net/tramp-sh.el (tramp-remote-process-environment): Do not set
10617 "LC_ALL".
10618 (tramp-get-remote-locale): New defun.
10619 (tramp-open-connection-setup-interactive-shell): Use it.
10620
10621 2013-12-02 Leo Liu <sdl.web@gmail.com>
10622
10623 * subr.el (process-live-p): Return nil for non-process. (Bug#16023)
10624
10625 * progmodes/sh-script.el (sh-shell-process):
10626 * progmodes/octave.el (inferior-octave-process-live-p):
10627 * progmodes/gdb-mi.el (gdb-delchar-or-quit)
10628 (gdb-inferior-io-sentinel):
10629 * emacs-lock.el (emacs-lock-live-process-p): All uses changed.
10630
10631 2013-12-02 Dmitry Gutov <dgutov@yandex.ru>
10632
10633 * vc/log-edit.el (log-edit-kill-buffer): Move the use of
10634 `save-selected-window' to `log-edit-hide-buf'. This makes
10635 `log-edit-show-files' idempotent.
10636 (log-edit-show-files): Mark the new window as dedicated.
10637
10638 2013-12-02 Dmitry Gutov <dgutov@yandex.ru>
10639
10640 * vc/log-edit.el (log-edit-mode-map): Add binding for
10641 `log-edit-kill-biffer'.
10642 (log-edit-hide-buf): Add a FIXME comment.
10643 (log-edit-add-new-comment): New function, extracted from
10644 `log-edit-done'.
10645 (log-edit-done, log-edit-add-to-changelog): Use it.
10646 (log-edit-kill-buffer): New command.
10647
10648 2013-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
10649
10650 * net/eww.el (eww-mode-map): Have `q' do a normal `quit-window'
10651 instead of killing the buffer.
10652
10653 2013-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
10654
10655 * simple.el (newline): Mention `electric-indent-mode' (bug#16015).
10656
10657 2013-12-01 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
10658
10659 * net/eww.el (eww-form-checkbox-selected-symbol)
10660 (eww-form-checkbox-symbol): New customizable variable.
10661 (eww-form-checkbox, eww-toggle-checkbox):
10662 Use `eww-form-checkbox-selected-symbol' and `eww-form-checkbox-symbol'.
10663
10664 * net/shr.el (shr-prefer-media-type-alist): New customizable variable.
10665 (shr--get-media-pref, shr--extract-best-source): New function.
10666 (shr-tag-video, shr-tag-audio): Use `shr--extract-best-source' when
10667 no :src tag was specified.
10668
10669 * net/eww.el (eww-use-external-browser-for-content-type): New variable.
10670 (eww-render): Handle `eww-use-external-browser-for-content-type'.
10671 Use \\` to match beginning of string instead of ^.
10672 (eww-browse-with-external-browser): Provide optional URL parameter.
10673 (eww-render): Set `eww-current-title' back to "".
10674
10675 * net/shr.el (shr-tag-video): Display content for video if no
10676 poster is available.
10677 (shr-tag-audio): Add support for <audio> tag.
10678
10679 * net/eww.el (eww-text-input-types): New const.
10680 (eww-process-text-input): Treat input types in
10681 `eww-text-input-types' as text.
10682
10683 * net/shr.el (shr-tag-table): Fix comment typo.
10684
10685 2013-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
10686
10687 * net/eww.el (eww-follow-link): New command to avoid reloading
10688 pages when we follow #target links (bug#15243).
10689 (eww-quit): Special mode buffers shouldn't query before exiting.
10690
10691 2013-12-01 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
10692
10693 * net/eww.el (eww-tag-select): Support <optgroup> tags in <select>
10694 forms.
10695
10696 2013-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
10697
10698 * net/eww.el (eww-restore-history): Update the window title after
10699 moving in the history.
10700 (eww-current-dom): New variable used to save the current DOM.
10701
10702 2013-12-01 Dmitry Gutov <dgutov@yandex.ru>
10703
10704 * vc/log-edit.el (log-edit-mode-map): Add binding for
10705 `log-edit-beginning-of-line'.
10706 (log-edit-setup-add-author): New user option.
10707 (log-edit-beginning-of-line): New command.
10708 (log-edit): Move major mode call above the contents setup so that
10709 the local variable values are already applied.
10710 (log-edit): Only insert "Author: " when
10711 `log-edit-setup-add-author' is non-nil.
10712 (log-edit): When SETUP is non-nil, position point after ": "
10713 instead of point-min.
10714
10715 2013-12-01 Glenn Morris <rgm@gnu.org>
10716
10717 * startup.el (command-line): Warn if ~/emacs.d is in load-path.
10718
10719 2013-11-30 Eli Zaretskii <eliz@gnu.org>
10720
10721 * startup.el (fancy-splash-frame): On MS-Windows, trigger
10722 redisplay to make sure the initial frame gets a chance to become
10723 visible. (Bug#16014)
10724
10725 2013-11-30 Martin Rudalics <rudalics@gmx.at>
10726
10727 Support resizing frames and windows pixelwise.
10728 * cus-start.el (frame-resize-pixelwise)
10729 (window-resize-pixelwise): New entries.
10730 * emacs-lisp/debug.el (debug): Use window-total-height instead
10731 of window-total-size.
10732 * frame.el (tool-bar-lines-needed): Defalias to tool-bar-height.
10733 * help.el (describe-bindings-internal): Use help-buffer as
10734 argument for with-help-window.
10735 (temp-buffer-max-width): New option.
10736 (resize-temp-buffer-window, help-window-setup)
10737 (with-help-window): Rewrite.
10738 * mouse.el (mouse-drag-line): Rewrite. Add key bindings for
10739 dragging dividers.
10740 * window.el (frame-char-size, window-min-pixel-height)
10741 (window-safe-min-pixel-height, window-safe-min-pixel-width)
10742 (window-min-pixel-width, window-safe-min-pixel-size)
10743 (window-combination-p, window-safe-min-size)
10744 (window-resizable-p, window--size-to-pixel)
10745 (window--pixel-to-size, window--resize-apply-p): New functions.
10746 (window-safe-min-height): Fix doc-string.
10747 (window-size, window-min-size, window--min-size-1)
10748 (window-sizable, window-sizable-p, window--min-delta-1)
10749 (window-min-delta, window--max-delta-1, window-max-delta)
10750 (window--resizable, window--resizable-p, window-resizable)
10751 (window-full-height-p, window-full-width-p, window-at-side-p)
10752 (window--in-direction-2, window-in-direction)
10753 (window--resize-reset-1, window--resize-mini-window)
10754 (window-resize, window-resize-no-error)
10755 (window--resize-child-windows-normal)
10756 (window--resize-child-windows, window--resize-siblings)
10757 (window--resize-this-window, window--resize-root-window)
10758 (window--resize-root-window-vertically)
10759 (adjust-window-trailing-edge, enlarge-window, shrink-window)
10760 (maximize-window, minimize-window, delete-window)
10761 (quit-restore-window, window-split-min-size, split-window)
10762 (balance-windows-2, balance-windows)
10763 (balance-windows-area-adjust, balance-windows-area)
10764 (window--state-get-1, window-state-get, window--state-put-1)
10765 (window--state-put-2, window-state-put)
10766 (display-buffer-record-window, window--display-buffer):
10767 Make functions handle pixelwise sizing of windows.
10768 (display-buffer--action-function-custom-type)
10769 (display-buffer-fallback-action):
10770 Add display-buffer-in-previous-window.
10771 (display-buffer-use-some-window): Resize window to height it had
10772 before.
10773 (fit-window-to-buffer-horizontally): New option.
10774 (fit-frame-to-buffer): Describe new values.
10775 (fit-frame-to-buffer-bottom-margin): Replace with
10776 fit-frame-to-buffer-margins.
10777 (window--sanitize-margin): New function.
10778 (fit-frame-to-buffer, fit-window-to-buffer): Rewrite completely
10779 using window-text-pixel-size.
10780
10781 2013-11-30 Glenn Morris <rgm@gnu.org>
10782
10783 * emacs-lisp/bytecomp.el (byte-compile-form):
10784 Make the `interactive-only' warning like the `obsolete' one.
10785 * comint.el (comint-run):
10786 * files.el (insert-file-literally, insert-file):
10787 * replace.el (replace-string, replace-regexp):
10788 * simple.el (beginning-of-buffer, end-of-buffer, delete-backward-char)
10789 (goto-line, insert-buffer, next-line, previous-line):
10790 Tweak `interactive-only' spec.
10791
10792 Stop keeping (most) generated cedet grammar files in the repository.
10793 * Makefile.in (semantic): New.
10794 (compile-main): Depend on semantic.
10795
10796 2013-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
10797
10798 * net/newst-reader.el (newsticker-html-renderer): Default to SHR if
10799 available. Suggested by Clément B. <barthele1u@etu.univ-lorraine.fr>.
10800
10801 * uniquify.el (uniquify-buffer-name-style): Change default.
10802
10803 * loadup.el: Preload "uniquify".
10804
10805 * time.el (display-time-update): Update all mode lines (bug#15999).
10806
10807 * electric.el (electric-indent-mode): Enable by default.
10808 * loadup.el: Preload "electric".
10809
10810 2013-11-29 Bozhidar Batsov <bozhidar@batsov.com>
10811
10812 * emacs-lisp/helpers.el (string-empty-p): New function.
10813 (string-blank-p): New function.
10814
10815 2013-11-29 Andreas Politz <politza@hochschule-trier.de>
10816
10817 * imenu.el (imenu--index-alist): Add missing dot to the docstring
10818 (Bug#14029).
10819
10820 2013-11-29 Andreas Politz <politza@fh-trier.de>
10821 * imenu.el (imenu--subalist-p): Don't error on non-conses and
10822 allow non-lambda lists as functions.
10823 (imenu--in-alist): Don't recurse into non-subalists.
10824 (imenu): Don't pass function itself as an argument (Bug#14029).
10825
10826 2013-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
10827
10828 * progmodes/python.el (python-mode-map): Remove binding for ":".
10829 (python-indent-electric-colon): Remove command.
10830 (python-indent-post-self-insert-function): Integrate the previous code
10831 of python-indent-electric-colon. Make it conditional on
10832 electric-indent-mode.
10833 (python-mode): Add ?: to electric-indent-chars.
10834 Move python-indent-post-self-insert-function to the end of
10835 post-self-insert-hook.
10836
10837 2013-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
10838
10839 * doc-view.el (doc-view-goto-page): Update mode-line.
10840
10841 * vc/vc-dispatcher.el (vc-log-edit): Setup the Summary&Author headers.
10842
10843 2013-11-27 Glenn Morris <rgm@gnu.org>
10844
10845 * international/charprop.el, international/uni-bidi.el:
10846 * international/uni-category.el, international/uni-combining.el:
10847 * international/uni-comment.el, international/uni-decimal.el:
10848 * international/uni-decomposition.el, international/uni-digit.el:
10849 * international/uni-lowercase.el, international/uni-mirrored.el:
10850 * international/uni-name.el, international/uni-numeric.el:
10851 * international/uni-old-name.el, international/uni-titlecase.el:
10852 * international/uni-uppercase.el:
10853 Remove generated files from VCS repository.
10854
10855 2013-11-27 Eli Zaretskii <eliz@gnu.org>
10856
10857 * filenotify.el (file-notify-add-watch): Don't special-case
10858 w32notify when computing the directory to watch.
10859
10860 2013-11-27 Glenn Morris <rgm@gnu.org>
10861
10862 Make bootstrap without generated uni-*.el files possible again.
10863 * loadup.el: Update command-line-args checking for unidata-gen.
10864 Add vc to load-path to allow loading vc-bzr when writing uni-*.el.
10865 * composite.el, international/characters.el:
10866 Handle unicode tables being undefined.
10867
10868 Move ja-dic, quail, leim-list.el from ../leim to a leim subdirectory.
10869 * Makefile.in (setwins_for_subdirs): Skip leim/ directory.
10870 (compile-main): Depend on leim rule.
10871 (leim): New rule.
10872 * loadup.el: Move leim-list.el to leim/ subdirectory.
10873 * startup.el (normal-top-level): No more leim directory.
10874 * international/ja-dic-cnv.el (skkdic-convert):
10875 Disable version-control and autoloads in output files.
10876 * international/titdic-cnv.el (titdic-convert, miscdic-convert):
10877 Disable version-control and autoloads in output files.
10878 * leim/quail: Move here from ../leim.
10879 * leim/quail/hangul.el (hangul-input-method-activate):
10880 Add autoload cookie.
10881 (generated-autoload-load-name): Set file-local value.
10882 * leim/quail/uni-input.el (ucs-input-activate): Add autoload cookie.
10883 (generated-autoload-load-name): Set file-local value.
10884
10885 2013-11-26 Kenjiro NAKAYAMA <knakayam@redhat.com>
10886
10887 * net/eww.el (eww-bookmark-browse): Use 'eww-browse-url'.
10888 (eww-add-bookmark): Ask confirmation when add to bookmarks.
10889 (eww-quit): Ask confirmation before quitting eww.
10890
10891 2013-11-26 Eli Zaretskii <eliz@gnu.org>
10892
10893 * vc/vc.el (vc-diff-internal): Use *-dos coding-system when
10894 reading output from Diff on MS-Windows and MS-DOS.
10895
10896 2013-11-26 Bozhidar Batsov <bozhidar@batsov.com>
10897
10898 * emacs-lisp/helpers.el (string-reverse): New function.
10899
10900 2013-11-26 Michael Albinus <michael.albinus@gmx.de>
10901
10902 * net/tramp.el (tramp-file-name-regexp-unified): Support IPv6 host
10903 names on MS Windows, like "/[::1]:".
10904
10905 * net/tramp-sh.el (tramp-sh-handle-insert-directory): Accept nil
10906 SWITCHES.
10907
10908 2013-11-26 Glenn Morris <rgm@gnu.org>
10909
10910 * progmodes/python.el (python-indent-guess-indent-offset):
10911 Avoid corner-case error. (Bug#15975)
10912
10913 Preload leim-list.el. (Bug#4789)
10914 * loadup.el: Load leim-list.el when found.
10915 * startup.el (normal-top-level): Skip re-loading leim/leim-list.el.
10916
10917 2013-11-25 Bozhidar Batsov <bozhidar@batsov.com>
10918
10919 * emacs-lisp/bytecomp.el (byte-compile-form): Fix a typo.
10920
10921 * emacs-lisp/helpers.el (string-join): New function.
10922
10923 2013-11-25 Sebastian Wiesner <lunaryorn@gmail.com> (tiny change)
10924
10925 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
10926 Mark as obsolete and replace it with a symbol property.
10927 (byte-compile-form): Use new 'interactive-only property.
10928 * comint.el, files.el, replace.el, simple.el:
10929 Apply new 'interactive-only properly.
10930
10931 2013-11-25 Martin Rudalics <rudalics@gmx.at>
10932
10933 * window.el (display-buffer-at-bottom): Make sure that
10934 split-window-sensibly creates the new window on bottom
10935 (Bug#15961).
10936
10937 2013-11-23 David Kastrup <dak@gnu.org>
10938
10939 * vc/smerge-mode.el (smerge-ediff): Choose default buffer names based
10940 on the conflict markers when available.
10941 (smerge--get-marker): New function.
10942 (smerge-end-re, smerge-base-re): Add subgroup.
10943
10944 2013-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
10945
10946 * frame.el (handle-focus-in, handle-focus-out): Add missing
10947 interactive spec.
10948
10949 2013-11-25 Michael Albinus <michael.albinus@gmx.de>
10950
10951 * net/tramp-cmds.el (tramp-cleanup-connection): Clean up
10952 `tramp-current-connection' only when KEEP-PASSWORD is non-nil.
10953
10954 2013-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
10955
10956 * play/gomoku.el: Don't use intangible property. Use lexical-binding.
10957 (gomoku--last-pos): New var.
10958 (gomoku--intangible-chars): New const.
10959 (gomoku--intangible): New function.
10960 (gomoku-mode): Use it. Derive from special-mode.
10961 (gomoku-move-up): Adjust line count.
10962 (gomoku-click, gomoku-point-y, gomoku-point-square, gomoku-goto-xy)
10963 (gomoku-plot-square, gomoku-init-display, gomoku-cross-qtuple):
10964 Simplify accordingly.
10965
10966 * frame.el (handle-focus-in, handle-focus-out): Move from frame.c.
10967 Remove blink-cursor code.
10968 (blink-cursor-timer-function, blink-cursor-suspend):
10969 Don't special-case GUIs.
10970 (blink-cursor-mode): Use focus-in/out-hook.
10971
10972 2013-11-25 Dmitry Gutov <dgutov@yandex.ru>
10973
10974 * vc/vc-git.el (vc-git-annotate-extract-revision-at-line): Make it
10975 work when annotation is invisible (Bug#13886).
10976
10977 2013-11-24 Simon Schubert <2@0x2c.org> (tiny change)
10978
10979 * json.el (json-alist-p): Only return non-nil if the alist has
10980 simple keys (Bug#13518).
10981
10982 2013-11-24 Mihir Rege <mihirrege@gmail.com> (tiny change)
10983
10984 * progmodes/js.el (js--ctrl-statement-indentation): Fix indent
10985 when control-statement is the first statement in a buffer (Bug#15956).
10986
10987 2013-11-24 Dmitry Gutov <dgutov@yandex.ru>
10988
10989 * imenu.el (imenu-generic-skip-comments-and-strings):
10990 New option (Bug#15560).
10991 (imenu--generic-function): Use it.
10992
10993 2013-11-24 Jorgen Schaefer <contact@jorgenschaefer.de>
10994
10995 * minibuffer.el (completion--in-region-1): Scroll the correct window.
10996 (Bug#13898)
10997
10998 2013-11-24 Bozhidar Batsov <bozhidar@batsov.com>
10999
11000 * emacs-lisp/helpers.el: Add some string helpers.
11001 (string-trim-left): Removes leading whitespace.
11002 (string-trim-right): Removes trailing whitespace.
11003 (string-trim): Removes leading and trailing whitespace.
11004
11005 * subr.el (string-suffix-p): New function.
11006
11007 2013-11-23 Glenn Morris <rgm@gnu.org>
11008
11009 * progmodes/python.el (python-shell-send-file):
11010 Add option to delete file when done. (Bug#15647)
11011 (python-shell-send-string, python-shell-send-region): Use it.
11012
11013 2013-11-23 Ivan Shmakov <ivan@siamics.net>
11014
11015 * vc/diff-mode.el (diff-mode): Only allow diff-default-read-only
11016 to set buffer-read-only to t, never to nil. (Bug#15938)
11017
11018 * textmodes/tex-mode.el (latex-noindent-environments):
11019 Add safe-local-variable property. (Bug#15936)
11020
11021 2013-11-23 Glenn Morris <rgm@gnu.org>
11022
11023 * textmodes/enriched.el (enriched-mode): Doc fix.
11024 * emacs-lisp/authors.el (authors-renamed-files-alist):
11025 Add enriched.doc -> enriched.txt.
11026
11027 * Makefile.in (emacs): Empty EMACSLOADPATH rather than unsetting.
11028
11029 2013-11-22 Leo Liu <sdl.web@gmail.com>
11030
11031 * progmodes/octave.el (inferior-octave-startup): Spit out error
11032 message.
11033
11034 2013-11-22 Bozhidar Batsov <bozhidar@batsov.com>
11035
11036 * progmodes/ruby-mode.el (ruby-custom-encoding-magic-comment-template):
11037 Improve docstring.
11038 Add :version.
11039 (ruby-encoding-magic-comment-style): Add :version.
11040
11041 2013-11-22 Leo Liu <sdl.web@gmail.com>
11042
11043 * progmodes/octave.el (octave-operator-regexp): Exclude newline.
11044 (Bug#15076)
11045 (octave-help-mode): Adapt to change to help-mode-finish to use
11046 derived-mode-p on 2013-09-17.
11047 (inferior-octave-prompt): Also match octave-gui.
11048 (octave-kill-process): Don't ask twice. (Bug#10564)
11049
11050 2013-11-22 Leo Liu <sdl.web@gmail.com>
11051
11052 * progmodes/octave.el (inferior-octave-process-live-p): New helper.
11053 (inferior-octave-startup, inferior-octave-check-process)
11054 (inferior-octave-track-window-width-change)
11055 (octave-completion-at-point, octave-eldoc-function): Use it.
11056 (octave-kill-process): Provide confirmation. (Bug#10564)
11057
11058 2013-11-21 Leo Liu <sdl.web@gmail.com>
11059
11060 * progmodes/octave.el (octave-mode, inferior-octave-mode):
11061 Fix obsolete variable comment-use-global-state.
11062
11063 2013-11-21 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
11064
11065 * progmodes/octave.el (octave-mode-map, octave-mode-menu):
11066 Add `octave-source-file'.
11067 (octave-source-file): New function. (Bug#15935)
11068
11069 2013-11-21 Kenjiro Nakayama <nakayamakenjiro@gmail.com>
11070
11071 * net/eww.el (eww-local-regex): New variable.
11072 (eww): Use it to detect localhost and similar.
11073
11074 2013-11-21 Leo Liu <sdl.web@gmail.com>
11075
11076 Add completion for command `ag'.
11077 * pcmpl-x.el (pcmpl-x-ag-options): New variable.
11078 (pcomplete/ag): New function.
11079 (pcmpl-x-ag-options): New function. Handle `[no]' in long options.
11080
11081 2013-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
11082
11083 * emacs-lisp/byte-run.el (eval-when-compile): Fix edebug spec
11084 (bug#14646).
11085 (make-obsolete): Remove interactive spec.
11086
11087 2013-11-21 Glenn Morris <rgm@gnu.org>
11088
11089 * startup.el (command-line-1): Use path-separator with -L.
11090
11091 2013-11-20 Teodor Zlatanov <tzz@lifelogs.com>
11092
11093 * emacs-lisp/package.el (describe-package-1): Add package archive
11094 to shown fields.
11095
11096 2013-11-20 Bozhidar Batsov <bozhidar@batsov.com>
11097
11098 * progmodes/ruby-mode.el (ruby-custom-encoding-magic-comment-template):
11099 Change default to "# encoding: %s" to differentiate it from the
11100 default Ruby encoding comment template.
11101
11102 2013-11-20 era eriksson <era+emacsbugs@iki.fi>
11103
11104 * ses.el (ses-mode): Doc fix. (Bug#14748)
11105
11106 2013-11-20 Leo Liu <sdl.web@gmail.com>
11107
11108 * window.el (display-buffer-alist): Doc fix. (Bug#13594)
11109
11110 2013-11-19 Dan Nicolaescu <dann@gnu.org>
11111
11112 * vc/vc-git.el (vc-git-dir-extra-headers): Add headers
11113 when rebase or bisect are in progress.
11114
11115 2013-11-19 Xue Fuqiao <xfq.free@gmail.com>
11116
11117 * filenotify.el (file-notify-add-watch): Doc fix.
11118
11119 2013-11-19 Leo Liu <sdl.web@gmail.com>
11120
11121 * obsolete/rcompile.el: Mark obsolete.
11122
11123 * progmodes/compile.el (compilation-start)
11124 (compilation-goto-locus, compilation-find-file):
11125 Pass no-display-ok and handle nil value from display-buffer.
11126 (Bug#13594)
11127
11128 * window.el (display-buffer-alist, display-buffer): Document the
11129 new parameter no-display-ok. Return either a window or nil
11130 but never a non-window value.
11131
11132 2013-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
11133
11134 * electric.el (electric-indent-mode-map): Remove.
11135 (electric-indent-mode): Change the global-map instead (bug#15915).
11136
11137 * textmodes/text-mode.el (paragraph-indent-minor-mode):
11138 Use add-function.
11139
11140 2013-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
11141
11142 * emacs-lisp/nadvice.el (remove-function): Align with
11143 add-function's behavior.
11144
11145 * progmodes/gdb-mi.el: Avoid backtracking in regexp matcher.
11146 (gdb--string-regexp): New constant.
11147 (gdb-tooltip-print, gdb-var-evaluate-expression-handler)
11148 (gdbmi-bnf-stream-record, gdb-jsonify-buffer): Use it.
11149 (gdb-source-file-regexp, gdb-prompt-name-regexp): Use it and change
11150 submatch 1.
11151 (gdb-get-source-file-list, gdb-get-prompt, gdb-get-source-file):
11152 Adjust use accordingly.
11153 (gdb-breakpoints-list-handler-custom): Pre-build the y/n string.
11154
11155 2013-11-17 Adam Sokolnicki <adam.sokolnicki@gmail.com> (tiny change)
11156
11157 * progmodes/ruby-mode.el (ruby-toggle-block): Don't stop at
11158 interpolation curlies (Bug#15914).
11159
11160 2013-11-17 Jay Belanger <jay.p.belanger@gmail.com>
11161
11162 * calc/calc.el (calc-context-sensitive-enter): New variable.
11163 (calc-enter): Use `calc-context-sensitive-enter'.
11164
11165 2013-11-16 Teodor Zlatanov <tzz@lifelogs.com>
11166
11167 * progmodes/cfengine.el: Version bump.
11168 (cfengine-cf-promises): New defcustom to locate cf-promises.
11169 (cfengine3-vartypes): Add new "data" type.
11170 (cfengine3--current-word): New function to get current name-like
11171 word or its bounds.
11172 (cfengine3--current-function): New function to look up a CFEngine
11173 function's definition.
11174 (cfengine3-format-function-docstring): New function.
11175 (cfengine3-make-syntax-cache): New function.
11176 (cfengine3-documentation-function): New function: ElDoc glue.
11177 (cfengine3-completion-function): New function: completion glue.
11178 (cfengine3-mode): Set `compile-command',
11179 `eldoc-documentation-function', and add to
11180 `completion-at-point-functions'.
11181
11182 2013-11-16 Michael Albinus <michael.albinus@gmx.de>
11183
11184 * net/tramp-cmds.el (tramp-cleanup-connection): Clean up
11185 `tramp-current-connection'.
11186
11187 2013-11-15 Dmitry Gutov <dgutov@yandex.ru>
11188
11189 * progmodes/ruby-mode.el (ruby-font-lock-keywords): End regexp for
11190 nil/self/true/false with "end of symbol".
11191
11192 2013-11-15 Bozhidar Batsov <bozhidar@batsov.com>
11193
11194 * subr.el (version-regexp-alist): Fix a typo.
11195
11196 2013-11-15 Michael Albinus <michael.albinus@gmx.de>
11197
11198 * net/tramp-sh.el (tramp-remote-process-environment): Set "LC_ALL" to
11199 "en_US.utf8" and "LC_CTYPE" to "".
11200 (tramp-maybe-open-connection): Set "LC_ALL" to "en_US.utf8".
11201 (tramp-sh-handle-insert-directory): Don't set "LC_ALL" and "LC_CTYPE".
11202
11203 2013-11-15 Leo Liu <sdl.web@gmail.com>
11204
11205 * loadhist.el (read-feature): Get rid of fake feature nil. (Bug#15889)
11206
11207 2013-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
11208
11209 * progmodes/gud.el (ctl-x-map):
11210 Remove C-x SPC binding. (Bug#12342)
11211 (gud-jdb-find-source-using-classpath): Remove ((lambda (..)..)..).
11212
11213 2013-11-14 Bozhidar Batsov <bozhidar@batsov.com>
11214
11215 * subr.el (version-regexp-alist):
11216 Recognize hg, svn and darcs versions as snapshot versions.
11217
11218 * progmodes/ruby-mode.el (ruby--detect-encoding): Make aware of
11219 'always-utf8 value of `ruby-insert-encoding-magic-comment'.
11220 (ruby--encoding-comment-required-p): Extract from
11221 `ruby-mode-set-encoding'.
11222 (ruby-mode-set-encoding): Add the ability to always insert an
11223 utf-8 encoding comment. Fix and simplify coding comment update
11224 logic.
11225
11226 2013-11-14 Michael Albinus <michael.albinus@gmx.de>
11227
11228 * net/tramp-gvfs.el (top): Run init code only when
11229 `tramp-gvfs-enabled' is not nil.
11230 (tramp-gvfs-enabled): Check also :system bus.
11231
11232 2013-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
11233
11234 Sync with upstream verilog-mode revision 78e66ba.
11235 * progmodes/verilog-mode.el (verilog-end-of-defun)
11236 (verilog-type-completion, verilog-get-list): Remove unused funcs.
11237 (verilog-get-end-of-defun): Remove unused argument.
11238 (verilog-comment-depth): Remove unused local `e'.
11239 (verilog-read-decls, verilog-read-sub-decls, verilog-read-instants):
11240 Don't pass arg to verilog-get-end-of-defun.
11241
11242 2013-11-14 Glenn Morris <rgm@gnu.org>
11243
11244 * obsolete/assoc.el (aget): Prefix dynamic variable.
11245
11246 * allout-widgets.el (allout-widgets): No need to autoload defgroup.
11247
11248 2013-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
11249
11250 * widget.el, hfy-cmap.el: Remove bogus package version number.
11251
11252 2013-11-13 Glenn Morris <rgm@gnu.org>
11253
11254 * replace.el (replace-eval-replacement):
11255 Try to give more helpful error message. (Bug#15836)
11256
11257 * arc-mode.el (archive-7z-extract, archive-7z-expunge)
11258 (archive-7z-update): Avoid custom type mismatches.
11259
11260 * vc/vc.el (vc-diff-knows-L): Remove; unused since 2007-10-10.
11261
11262 2013-11-13 Michael Albinus <michael.albinus@gmx.de>
11263
11264 * net/tramp.el (tramp-remote-file-name-spec-regexp): An IPv6
11265 address can be empty.
11266
11267 * net/tramp-gvfs.el (tramp-gvfs-handle-insert-directory):
11268 Accept nil SWITCHES.
11269 (tramp-gvfs-handle-write-region): Implement APPEND.
11270
11271 2013-11-12 Dmitry Gutov <dgutov@yandex.ru>
11272
11273 * progmodes/ruby-mode.el (ruby-smie-grammar): Disambiguate between
11274 binary "|" operator and closing block args delimiter.
11275 Remove FIXME comment referring to Ruby 1.8-only syntax.
11276 (ruby-smie--implicit-semi-p): Not after "|" operator.
11277 (ruby-smie--closing-pipe-p): New function.
11278 (ruby-smie--forward-token, ruby-smie--backward-token): Use it.
11279 (ruby-smie-rules): Indent after "|".
11280
11281 2013-11-12 Glenn Morris <rgm@gnu.org>
11282
11283 * ps-print.el (ps-face-attribute-list):
11284 Handle anonymous faces. (Bug#15827)
11285
11286 2013-11-12 Martin Rudalics <rudalics@gmx.at>
11287
11288 * window.el (display-buffer-other-frame): Fix doc-string.
11289 (Bug#15868)
11290
11291 2013-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
11292
11293 * subr.el (force-mode-line-update): Delete, move to buffer.c.
11294
11295 2013-11-11 Michael Albinus <michael.albinus@gmx.de>
11296
11297 * net/tramp-sh.el (tramp-do-copy-or-rename-file-via-buffer)
11298 (tramp-sh-handle-file-local-copy): Don't write a message when
11299 saving temporary files.
11300
11301 * net/tramp-smb.el (tramp-smb-handle-copy-directory): Fix bug when
11302 both directories are remote.
11303 (tramp-smb-handle-directory-files): Do not return double entries.
11304 Do not expand full file names.
11305 (tramp-smb-handle-insert-directory): Accept nil SWITCHES.
11306 (tramp-smb-handle-write-region): Implement APPEND.
11307 (tramp-smb-get-stat-capability): Fix a stupid bug.
11308
11309 2013-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
11310
11311 * bindings.el (ctl-x-map): Bind C-x SPC to rectangle-mark-mode.
11312
11313 2013-11-11 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
11314
11315 * emacs-lisp/cconv.el (cconv-convert): Print warning instead of
11316 throwing error over malformed let/let* (bug#15814).
11317
11318 2013-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
11319
11320 * iswitchb.el (iswitchb-mode): Mark obsolete.
11321
11322 2013-11-11 Glenn Morris <rgm@gnu.org>
11323
11324 * international/uni-bidi.el, international/uni-category.el:
11325 * international/uni-name.el, international/uni-numeric.el:
11326 Regenerate for Unicode 6.3.0.
11327
11328 2013-11-10 Michael Albinus <michael.albinus@gmx.de>
11329
11330 * net/tramp.el (tramp-methods):
11331 * net/tramp-sh.el (tramp-compute-multi-hops): Revert change of
11332 2013-10-29 (2013-10-29T02:50:24Z!dancol@dancol.org).
11333
11334 2013-11-09 Andreas Schwab <schwab@linux-m68k.org>
11335
11336 * progmodes/sh-script.el (sh-font-lock-keywords-var):
11337 Force highlighting text after Summary keyword in doc face for rpm.
11338
11339 2013-11-09 Dmitry Gutov <dgutov@yandex.ru>
11340
11341 * textmodes/ispell.el (ispell-lookup-words): When `look' is not
11342 available and the word has no wildcards, append one to the grep pattern.
11343 http://lists.gnu.org/archive/html/emacs-devel/2013-11/msg00258.html
11344 (ispell-complete-word): Call `ispell-lookup-words' with the value
11345 independent of `ispell-look-p'.
11346
11347 2013-11-08 Dmitry Gutov <dgutov@yandex.ru>
11348
11349 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p):
11350 Not after "||".
11351 (ruby-smie-rules): Indent non-hanging "begin" blocks as part of
11352 their parent.
11353
11354 2013-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
11355
11356 * progmodes/ruby-mode.el: Don't require cl any more. Use pcase instead.
11357 (ruby-font-lock-keywords): Use backquote.
11358
11359 2013-11-08 Dmitry Gutov <dgutov@yandex.ru>
11360
11361 * progmodes/ruby-mode.el (ruby-smie--forward-token)
11362 (ruby-smie--backward-token): Only consider full-string matches.
11363
11364 2013-11-08 Jan Djärv <jan.h.d@swipnet.se>
11365
11366 * faces.el (describe-face): Add distant-foreground.
11367
11368 2013-11-08 Bozhidar Batsov <bozhidar@batsov.com>
11369
11370 * progmodes/ruby-mode.el: Improve encoding comment handling.
11371 (ruby-encoding-magic-comment-style): New option.
11372 (ruby-custom-encoding-magic-comment-template): New option.
11373 (ruby--insert-coding-comment, ruby--detect-encoding):
11374 New functions extracted from `ruby-mode-set-encoding'.
11375 (ruby-mode-set-encoding): Use `ruby-encoding-magic-comment-style'
11376 to control the style of the auto-inserted encoding comment.
11377
11378 2013-11-08 Dmitry Gutov <dgutov@yandex.ru>
11379
11380 * progmodes/ruby-mode.el (ruby-smie--indent-to-stmt):
11381 Use `smie-backward-sexp' with token argument.
11382
11383 2013-11-08 Michael Albinus <michael.albinus@gmx.de>
11384
11385 * net/tramp-sh.el (tramp-set-remote-path, tramp-get-ls-command):
11386 Remove instrumentation code.
11387
11388 2013-11-08 Glenn Morris <rgm@gnu.org>
11389
11390 * progmodes/autoconf.el (autoconf-mode):
11391 Tweak comment-start-skip. (Bug#15822)
11392
11393 2013-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
11394
11395 * progmodes/sh-script.el (sh-smie--sh-keyword-in-p): Don't inf-loop
11396 at bobp (bug#15826).
11397 (sh-smie--sh-keyword-in-p): Recognize keywords at bobp.
11398
11399 2013-11-08 Darren Hoo <darren.hoo@gmail.com>
11400
11401 * man.el (Man-start-calling): New macro, extracted from
11402 Man-getpage-in-background.
11403 (Man-getpage-in-background): Use it.
11404 (Man-update-manpage): New command.
11405 (Man-mode-map): Bind it.
11406
11407 2013-11-08 Dmitry Gutov <dgutov@yandex.ru>
11408
11409 * progmodes/ruby-mode.el (ruby-smie-grammar): Improve precedences
11410 of "and", "or", "&&" and "||".
11411 (ruby-smie--args-separator-p): Prohibit keyword "do" as the first
11412 argument. Prohibit opening curly brace because it could only be a
11413 block opener in that position.
11414 (ruby-smie--forward-token, ruby-smie--backward-token):
11415 Separate "|" from "&" or "*" going after it. That can happen in block
11416 arguments.
11417 (ruby-smie--indent-to-stmt): New function, seeks the end of
11418 previous statement or beginning of buffer.
11419 (ruby-smie-rules): Use it.
11420 (ruby-smie-rules): Check if there's a ":" before a curly block
11421 opener candidate; if there is, it's a hash.
11422
11423 2013-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
11424
11425 * emacs-lisp/cl-macs.el (cl-symbol-macrolet): Use macroexp-progn.
11426 (cl--block-wrapper): Fix last accidental change.
11427
11428 2013-11-07 Michael Albinus <michael.albinus@gmx.de>
11429
11430 * net/tramp-sh.el (tramp-set-remote-path, tramp-get-ls-command):
11431 Instrument, in order to hunt failure on hydra.
11432
11433 2013-11-05 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
11434
11435 * emacs-lisp/cl-macs.el (cl-symbol-macrolet): Print warning for
11436 malformed bindings form (bug#15814).
11437
11438 2013-11-07 Dmitry Gutov <dgutov@yandex.ru>
11439
11440 * progmodes/ruby-mode.el (ruby-smie-grammar): Lower priority of
11441 "." compared to " @ ". This incidentally fixes some indentation
11442 examples with "do".
11443 (ruby-smie--implicit-semi-p): No implicit semi after "^", "and" or "or".
11444 (ruby-smie-grammar): New tokens: "and" and "or".
11445 (ruby-smie--args-separator-p): Fix the check for tokens at POS.
11446 Exclude "and" and "or". Remove "do" in order to work around token
11447 priorities.
11448 (ruby-smie-rules): Add all infix tokens. Handle the case of
11449 beginning-of-buffer.
11450
11451 2013-11-06 Glenn Morris <rgm@gnu.org>
11452
11453 * Makefile.in (setwins_almost, setwins_for_subdirs):
11454 Avoid accidental matches.
11455
11456 2013-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
11457
11458 * menu-bar.el (popup-menu): Use key-binding.
11459
11460 2013-11-06 Eli Zaretskii <eliz@gnu.org>
11461
11462 * menu-bar.el (popup-menu, menu-bar-open): When displaying TTY
11463 menus, support also the menus produced by minor modes.
11464 (Bug#15817)
11465
11466 2013-11-06 Leo Liu <sdl.web@gmail.com>
11467
11468 * thingatpt.el (thing-at-point-looking-at): Add optional arg
11469 DISTANCE to bound the search. All uses changed. (Bug#15808)
11470
11471 2013-11-06 Glenn Morris <rgm@gnu.org>
11472
11473 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs): Simplify.
11474 (setwins_almost, setwins_for_subdirs): Don't assume called from srcdir.
11475 (custom-deps, finder-data, autoloads, update-subdirs): No need to cd.
11476
11477 2013-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
11478
11479 * electric.el (electric-indent-just-newline): New command.
11480 (electric-indent-mode-map): New keymap.
11481 (electric-indent-mode, electric-pair-mode, electric-layout-mode):
11482 Re-add :group which weren't redundant.
11483
11484 * electric.el (electric-indent-local-mode): New minor mode.
11485 (electric-indent-functions-without-reindent): New var.
11486 (electric-indent-post-self-insert-function): Use it.
11487 * emacs-lisp/gv.el (buffer-local-value): Add setter.
11488
11489 2013-11-05 Eli Zaretskii <eliz@gnu.org>
11490
11491 * international/quail.el (quail-help): Be more explicit about the
11492 meaning of the labels shown on the keys. (Bug#15800)
11493
11494 * startup.el (normal-top-level): Load the subdirs.el files before
11495 setting the locale environment. (Bug#15805)
11496
11497 2013-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
11498
11499 * vc/vc-rcs.el (vc-rcs-parse): Make `gather' get e, b, and @-holes
11500 via arguments so as to get the right ones (bug#15418).
11501
11502 * net/rcirc.el (rcirc-record-activity): Don't abuse add-to-list.
11503
11504 2013-11-05 Michael Albinus <michael.albinus@gmx.de>
11505
11506 Fix problems found while writing a test suite.
11507
11508 * net/tramp-compat.el (tramp-compat-load): New defun.
11509 * net/tramp.el (tramp-handle-load): Use it.
11510
11511 * net/tramp-sh.el (tramp-sh-handle-add-name-to-file): Handle the case
11512 "(numberp ok-if-already-exists)" correctly.
11513
11514 2013-11-05 Xue Fuqiao <xfq.free@gmail.com>
11515
11516 * international/characters.el (glyphless-char-display-control):
11517 Add usage note.
11518
11519 2013-11-05 Bozhidar Batsov <bozhidar@batsov.com>
11520
11521 * progmodes/python.el (python-mode):
11522 * progmodes/scheme.el (scheme-mode):
11523 * progmodes/prolog.el (prolog-mode):
11524 * progmodes/ruby-mode.el (ruby-mode):
11525 * emacs-lisp/lisp-mode.el (lisp-mode, lisp-interaction-mode)
11526 (emacs-lisp-mode): Remove incorrect and redundant text from docstring.
11527
11528 2013-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
11529
11530 * rect.el (rectangle--highlight-for-redisplay):
11531 * emacs-lisp/smie.el (smie--next-indent-change):
11532 Use buffer-chars-modified-tick.
11533
11534 * emacs-lisp/byte-run.el (defmacro, defun): Set their `indent' property.
11535
11536 * electric.el (electric-indent-post-self-insert-function):
11537 Only delete trailing whitepsace if it is indeed trailing (bug#15767).
11538
11539 2013-11-04 Helmut Eller <eller.helmut@gmail.com>
11540
11541 * emacs-lisp/cl-indent.el (with-compilation-unit): Add rule (bug#15782).
11542
11543 2013-11-04 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
11544
11545 * emacs-lisp/cconv.el (cconv-convert): Check form of let binding
11546 (bug#15786).
11547
11548 2013-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
11549
11550 * emacs-lisp/helpers.el: Move from helpers.el. Use lexical-binding.
11551
11552 * progmodes/python.el: Fix up last change.
11553 (python-shell--save-temp-file): New function.
11554 (python-shell-send-string): Use it. Remove `msg' arg. Don't assume
11555 `string' comes from the current buffer.
11556 (python-shell-send-string-no-output): Remove `msg' arg.
11557 (python--use-fake-loc): New var.
11558 (python-shell-buffer-substring): Obey it. Try to compensate for the
11559 extra coding line added by python-shell--save-temp-file.
11560 (python-shell-send-region): Use python-shell--save-temp-file and
11561 python-shell-send-file directly. Add `nomain' argument.
11562 (python-shell-send-buffer): Use python-shell-send-region.
11563 (python-electric-pair-string-delimiter): New function.
11564 (python-mode): Use it.
11565
11566 2013-11-04 Eli Zaretskii <eliz@gnu.org>
11567
11568 * startup.el (normal-top-level): Move setting eol-mnemonic-unix,
11569 eol-mnemonic-mac, eol-mnemonic-dos, and also setup of the locale
11570 environment and decoding all of the default-directory's to here
11571 from command-line.
11572 (command-line): Decode also argv[0].
11573
11574 * loadup.el: Error out if default-directory is a multibyte string
11575 when we are dumping.
11576
11577 * Makefile.in (emacs): Don't set LC_ALL=C. (Bug#15260)
11578
11579 2013-11-04 Teodor Zlatanov <tzz@lifelogs.com>
11580
11581 * emacs-lisp/package.el (package-menu-mode)
11582 (package-menu--print-info, package-menu--archive-predicate):
11583 Add Archive column to package list.
11584
11585 2013-11-04 Michael Albinus <michael.albinus@gmx.de>
11586
11587 Fix problems found while writing a test suite.
11588
11589 * net/tramp.el (tramp-file-name-regexp-unified): Simplify.
11590 (tramp-file-name-for-operation): Use `tramp-tramp-file-p'.
11591 (tramp-handle-substitute-in-file-name): Let-bind `process-environment'
11592 to nil when running original file name handler. Otherwise,
11593 there are problems with constructs like "$$FOO".
11594
11595 * net/tramp-sh.el (tramp-do-copy-or-rename-file): Use correct prefix
11596 for `localname'.
11597
11598 2013-11-04 Bozhidar Batsov <bozhidar@batsov.com>
11599
11600 * progmodes/ruby-mode.el (ruby-mode): Clean up docstring.
11601
11602 * subr.el (version<, version<=, version=):
11603 Update docstrings with information for snapshot versions.
11604
11605 * helpers.el: New library for misc helper functions.
11606 (hash-table-keys): New function returning a list of hash keys.
11607 (hash-table-values): New function returning a list of hash values.
11608
11609 2013-11-04 Dmitry Gutov <dgutov@yandex.ru>
11610
11611 * progmodes/ruby-mode.el (ruby-smie--forward-token)
11612 (ruby-smie--backward-token): Tokenize heredocs as semicolons.
11613
11614 2013-11-04 Michal Nazarewicz <mina86@mina86.com>
11615
11616 * textmodes/fill.el (fill-single-char-nobreak-p): New function
11617 checking whether point is after a 1-letter word.
11618
11619 2013-11-04 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
11620
11621 * progmodes/cperl-mode.el (cperl-font-lock-fontify-region-function):
11622 Don't infloop when expanding region over `multiline' syntax-type that
11623 begins a line (bug#15778).
11624
11625 2013-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
11626
11627 * rect.el (rectangle-mark-mode): Rename from rectangle-mark.
11628 Make it into a proper minor mode.
11629 (rectangle--region): (Implicitly) rename to rectangle-mark-mode.
11630 (rectangle-mark-mode-map): New keymap.
11631 (rectangle--highlight-for-redisplay): Fix some corner cases (bug#15796).
11632
11633 2013-11-04 Glenn Morris <rgm@gnu.org>
11634
11635 * startup.el (command-line-1): Allow `-L :...' to append to load-path.
11636
11637 2013-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
11638
11639 * progmodes/ruby-mode.el (ruby-smie--rule-parent-skip-assign): Remove.
11640 (ruby-smie-rules): Use smie-rule-parent instead.
11641
11642 * emacs-lisp/smie.el (smie-rule-parent): Always call
11643 smie-indent-virtual rather than only for hanging tokens.
11644 (smie--next-indent-change): New helper command.
11645
11646 2013-11-03 Glenn Morris <rgm@gnu.org>
11647
11648 * Makefile.in (abs_srcdir): Remove.
11649 (emacs): Unset EMACSLOADPATH.
11650
11651 2013-11-02 Glenn Morris <rgm@gnu.org>
11652
11653 * Makefile.in (EMACS): Use a relative filename.
11654 (abs_top_builddir): Remove.
11655 (custom-deps, finder-data, autoloads): Use --chdir.
11656
11657 * Makefile.in (abs_lisp): Remove, replace by abs_srcdir.
11658
11659 Use relative filenames in TAGS files.
11660 * Makefile.in (lisptagsfiles1, lisptagsfiles2, lisptagsfiles3)
11661 (lisptagsfiles4, TAGS): Use relative file names.
11662 (TAGS-LISP): Remove.
11663 (maintainer-clean): No more TAGS-LISP file.
11664
11665 * Makefile.in (lisptagsfiles1, lisptagsfiles2, lisptagsfiles3)
11666 (lisptagsfiles4): Use absolute filenames again.
11667 (TAGS, TAGS-LISP): Not everything needs to run in one line.
11668 Remove all *loaddefs files, not just the first. Remove esh-groups.
11669 (maintainer-clean): Delete TAGS, TAGS-LISP.
11670
11671 2013-11-02 Bozhidar Batsov <bozhidar@batsov.com>
11672
11673 * emacs-lisp/package.el (package-version-join):
11674 Recognize snapshot versions.
11675
11676 2013-11-02 Bozhidar Batsov <bozhidar@batsov.com>
11677
11678 * subr.el (version-regexp-alist): Add support for snapshot versions.
11679
11680 2013-11-02 Dmitry Gutov <dgutov@yandex.ru>
11681
11682 * progmodes/ruby-mode.el (ruby-smie--rule-parent-skip-assign):
11683 New function, replacement for `smie-rule-parent' for when we want to
11684 skip over our direct parent if it's an assignment token..
11685 (ruby-smie-rules): Use it.
11686
11687 2013-11-02 Dmitry Gutov <dgutov@yandex.ru>
11688
11689 * progmodes/ruby-mode.el: Use `syntax-propertize-function'
11690 unconditionally. Remove now unnecessary forward declarations.
11691 Remove XEmacs-specific setup.
11692 (ruby-here-doc-end-re, ruby-here-doc-beg-match)
11693 (ruby-font-lock-syntactic-keywords)
11694 (ruby-comment-beg-syntax, ruby-in-here-doc-p)
11695 (ruby-here-doc-find-end, ruby-here-doc-beg-syntax)
11696 (ruby-here-doc-end-syntax): Remove.
11697 (ruby-mode): Don't check whether `syntax-propertize-rules' is
11698 defined as function.
11699
11700 2013-11-02 Bozhidar Batsov <bozhidar@batsov.com>
11701
11702 * progmodes/ruby-mode.el (ruby-mode-variables, ruby-mode): Use `setq-local'.
11703
11704 2013-11-01 Bozhidar Batsov <bozhidar@batsov.com>
11705
11706 * progmodes/ruby-mode.el (ruby-mode-variables): Don't set syntax
11707 table and abbrev table, `define-derived-mode' does that for us
11708 anyway.
11709
11710 2013-11-01 Glenn Morris <rgm@gnu.org>
11711
11712 * Makefile.in: Remove manual mh-e dependencies (writing .elc
11713 files is atomic for some time, so no parallel compilation issues).
11714
11715 2013-11-01 Jan Djärv <jan.h.d@swipnet.se>
11716
11717 * faces.el (face-x-resources): Add :distant-foreground.
11718 (region): Use :distant-foreground for gtk and ns.
11719
11720 2013-11-01 Tassilo Horn <tsdh@gnu.org>
11721
11722 Allow multiple bibliographies when BibLaTeX is used rather than
11723 BibTeX.
11724 * textmodes/reftex-parse.el (reftex-using-biblatex-p): New function.
11725 (reftex-locate-bibliography-files): Us it.
11726
11727 2013-11-01 Claudio Bley <claudio.bley@googlemail.com>
11728
11729 * image.el (image-type-header-regexps): Fix the 'pbm' part to
11730 allow comments in pbm files.
11731
11732 * term/w32-win.el (dynamic-library-alist): Support newer versions
11733 of libjpeg starting with v7: look only for the DLL from the
11734 version against which Emacs was built.
11735 Support versions of libpng beyond 1.4.x.
11736 Support libtiff v4.x.
11737
11738 2013-11-01 Bozhidar Batsov <bozhidar@batsov.com>
11739
11740 * progmodes/ruby-mode.el (ruby-indent-tabs-mode)
11741 (ruby-indent-level, ruby-comment-column, ruby-deep-arglist):
11742 Add property :safe.
11743 (ruby-deep-arglist): Add property :type.
11744
11745 2013-10-31 Glenn Morris <rgm@gnu.org>
11746
11747 * Makefile.in (custom-deps, finder-data): No need to setq the target
11748 variables, we are in the right directory and the defaults work fine.
11749
11750 2013-10-30 Glenn Morris <rgm@gnu.org>
11751
11752 * Makefile.in (autoloads): Do not use abs_lisp.
11753
11754 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
11755 `newline' does not respect `standard-output', so use `princ'.
11756
11757 2013-10-30 Alp Aker <alp.tekin.aker@gmail.com>
11758
11759 Ensure unmarking in buffer menu clears 'S' marks. (Bug#15761)
11760 * buff-menu.el (Buffer-menu--unmark): New function.
11761 (Buffer-menu-unmark, Buffer-menu-backup-unmark): Use it.
11762
11763 2013-10-30 Glenn Morris <rgm@gnu.org>
11764
11765 * Makefile.in (AUTOGENEL): Add org/org-loaddefs.el.
11766
11767 * emacs-lisp/package.el (lm-homepage): Declare.
11768
11769 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink):
11770 Fix doc typos.
11771
11772 * vc/pcvs.el (cvs-status-cvstrees): Autoload to silence compiler.
11773
11774 * Makefile.in (finder-data, autoloads, update-subdirs)
11775 (compile-main, compile-clean, compile-always, bootstrap-clean):
11776 Check return value of cd.
11777 (compile-calc): Remove.
11778
11779 2013-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
11780
11781 * simple.el (copy-region-as-kill): Fix call to region-extract-function.
11782
11783 * emacs-lisp/bytecomp.el (byte-defop-compiler): Add new `2-and' handler.
11784 (byte-compile-and-folded): New function.
11785 (=, <, >, <=, >=): Use it.
11786
11787 * dos-w32.el (minibuffer-history-case-insensitive-variables)
11788 (path-separator, null-device, buffer-file-coding-system)
11789 (lpr-headers-switches): Check system-type before modifying them.
11790 (find-buffer-file-type-coding-system): Mark obsolete.
11791 (w32-find-file-not-found-set-buffer-file-coding-system): Rename from
11792 find-file-not-found-set-buffer-file-coding-system.
11793 (w32-untranslated-filesystem-list, w32-untranslated-canonical-name)
11794 (w32-add-untranslated-filesystem, w32-remove-untranslated-filesystem)
11795 (w32-direct-print-region-use-command-dot-com, w32-untranslated-file-p)
11796 (w32-direct-print-region-helper, w32-direct-print-region-function)
11797 (w32-direct-ps-print-region-function): Rename by adding a "w32-" prefix.
11798 * startup.el (normal-top-level-add-subdirs-to-load-path):
11799 * ps-print.el (ps-print-region-function):
11800 * lpr.el (print-region-function): Use new name.
11801
11802 * subr.el (custom-declare-variable-early): Remove function.
11803 (custom-declare-variable-list): Remove var.
11804 (error, user-error): Remove `while' loop.
11805 (read-quoted-char-radix, read-quoted-char): Move to simple.el.
11806 (user-emacs-directory-warning, locate-user-emacs-file):
11807 Move to files.el.
11808 * simple.el (read-quoted-char-radix, read-quoted-char):
11809 * files.el (user-emacs-directory-warning, locate-user-emacs-file):
11810 Move from subr.el.
11811 * custom.el (custom-declare-variable-list): Don't process
11812 custom-declare-variable-list.
11813
11814 * progmodes/python.el (python-shell-get-buffer): New function.
11815 (python-shell-get-process): Use it.
11816 (python-shell-send-string): Always use utf-8 and add a cookie to tell
11817 Python which encoding was used. Don't split-string since we only care
11818 about the first line. Return the temp-file, if applicable.
11819 (python-shell-send-region): Tell compile.el how to turn locations in
11820 the temp-file into locations in the source buffer.
11821
11822 2013-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
11823
11824 * subr.el (undefined): Add missing behavior from the C code for
11825 unbound keys.
11826
11827 * rect.el: Use lexical-binding. Add new rectangular region support.
11828 (rectangle-mark): New command.
11829 (rectangle--region): New var.
11830 (deactivate-mark-hook): Reset rectangle--region.
11831 (rectangle--extract-region, rectangle--insert-for-yank)
11832 (rectangle--highlight-for-redisplay)
11833 (rectangle--unhighlight-for-redisplay): New functions.
11834 (region-extract-function, redisplay-unhighlight-region-function)
11835 (redisplay-highlight-region-function): Use them to handle
11836 rectangular region.
11837 * simple.el (region-extract-function): New var.
11838 (delete-backward-char, delete-forward-char, deactivate-mark): Use it.
11839 (kill-new, kill-append): Remove obsolete `yank-handler' argument.
11840 (kill-region): Replace obsolete `yank-handler' arg with `region'.
11841 (copy-region-as-kill, kill-ring-save): Add `region' argument.
11842 (redisplay-unhighlight-region-function)
11843 (redisplay-highlight-region-function): New vars.
11844 (redisplay--update-region-highlight): New function.
11845 (pre-redisplay-function): Use it.
11846 (exchange-point-and-mark): Don't deactivate the mark before
11847 reactivate-it anyway.
11848 * comint.el (comint-kill-region): Remove yank-handler argument.
11849 * delsel.el (delete-backward-char, backward-delete-char-untabify)
11850 (delete-char): Remove property, since it's now part of their
11851 default behavior.
11852 (self-insert-iso): Remove property since this command doesn't exist.
11853
11854 * emacs-lisp/package.el (package--download-one-archive)
11855 (describe-package-1): Don't query the user about final newline.
11856
11857 2013-10-29 Daniel Colascione <dancol@dancol.org>
11858
11859 * net/tramp.el (tramp-methods): Document new functionality.
11860 * net/tramp-sh.el (tramp-compute-multi-hops): Punt to
11861 tramp-hostname-checker if method provides one instead of scanning
11862 argument list for "%h" to decide hostname acceptability.
11863
11864 2013-10-28 Michael Albinus <michael.albinus@gmx.de>
11865
11866 * net/tramp-sh.el (tramp-sh-handle-copy-directory):
11867 * net/tramp-smb.el (tramp-smb-handle-copy-directory):
11868 Handle COPY-CONTENTS. (Bug#15737)
11869
11870 2013-10-28 Daiki Ueno <ueno@gnu.org>
11871
11872 * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
11873 Document that this option has no effect with GnuPG 2.0 (bug#15552).
11874
11875 2013-10-27 Xue Fuqiao <xfq.free@gmail.com>
11876
11877 * image.el (defimage, image-load-path): Doc fixes.
11878
11879 2013-10-27 Alan Mackenzie <acm@muc.de>
11880
11881 Indent statements in macros following "##" correctly.
11882 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
11883 Modify the "#" arm of a cond form to handle "#" and "##" operators.
11884
11885 2013-10-27 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
11886
11887 * linum.el (linum-update-window): Fix boundary test (bug#13446).
11888
11889 2013-10-27 Dmitry Gutov <dgutov@yandex.ru>
11890
11891 * progmodes/ruby-mode.el (ruby-smie--bosp): Anything that goes
11892 after `=' is probably a new expression.
11893
11894 2013-10-27 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
11895
11896 * man.el (man-imenu-title): New option.
11897 (Man-mode-map): Add menu. (Bug#15722)
11898 (Man-mode): Add imenu to menu.
11899
11900 2013-10-26 Dmitry Gutov <dgutov@yandex.ru>
11901
11902 * progmodes/ruby-mode.el (ruby-smie--args-separator-p): Be more
11903 specific in what the first arg can be: a non-keyword word,
11904 string/regexp/percent literal opener, opening paren, or unary
11905 operator followed directly by word.
11906
11907 2013-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
11908
11909 * progmodes/prolog.el: Remove old indent; use post-self-insert-hook.
11910 (prolog-align-comments-flag, prolog-indent-mline-comments-flag)
11911 (prolog-object-end-to-0-flag, prolog-electric-newline-flag)
11912 (prolog-electric-tab-flag, prolog-use-prolog-tokenizer-flag):
11913 Remove vars, they do not apply any more.
11914 (prolog-mode-abbrev-table): Remove redundant declaration.
11915 (prolog-upper-case-string, prolog-lower-case-string): Remove.
11916 (prolog-use-smie): Remove.
11917 (prolog-smie-rules): Add indentation rule for the if-then-else layout
11918 supported by prolog-electric-if-then-else-flag.
11919 (prolog-mode-variables, prolog-menu): Use setq-local.
11920 (prolog-mode-keybindings-edit): Don't rebind M-C-p and M-C-n.
11921 Remove binding to `Backspace' since this key doesn't exist anyway.
11922 Remove bindings for electric self-inserting keys.
11923 (prog-mode): Assume it's defined.
11924 (prolog-post-self-insert): New function.
11925 (prolog-mode): Use it.
11926 (prolog-indent-line, prolog-indent-level)
11927 (prolog-find-indent-of-matching-paren)
11928 (prolog-indentation-level-of-line, prolog-goto-comment-column)
11929 (prolog-paren-is-the-first-on-line-p, prolog-region-paren-balance)
11930 (prolog-goto-next-paren, prolog-in-string-or-comment)
11931 (prolog-tokenize, prolog-inside-mline-comment)
11932 (prolog-find-start-of-mline-comment): Remove functions.
11933 (prolog-find-unmatched-paren, prolog-clause-end)
11934 (prolog-guess-fill-prefix, prolog-get-predspec): Use syntax-ppss.
11935 (prolog-electric--if-then-else): Rename from
11936 prolog-insert-spaces-after-paren; use prolog-electric-if-then-else-flag.
11937 (prolog-tokenize-searchkey): Remove const.
11938 (prolog-clause-info): Use forward-sexp.
11939 (prolog-forward-list, prolog-backward-list, prolog-electric-delete)
11940 (prolog-electric-if-then-else): Remove commands.
11941 (prolog-electric--colon): Rename from prolog-electric-colon; adapt it
11942 for use in post-self-insert-hook.
11943 (prolog-electric--dash): Rename from prolog-electric-dash; adapt it
11944 for use in post-self-insert-hook.
11945 (prolog-electric--dot): Rename from prolog-electric-dot; adapt it
11946 for use in post-self-insert-hook.
11947 (prolog-electric--underscore): Rename from prolog-electric--underscore;
11948 adapt it for use in post-self-insert-hook.
11949
11950 2013-10-25 Michael Albinus <michael.albinus@gmx.de>
11951
11952 * emacs-lisp/ert.el (ert-run-tests-interactively):
11953 Use `completing-read'. (Bug#9756)
11954
11955 2013-10-25 Eli Zaretskii <eliz@gnu.org>
11956
11957 * simple.el (line-move): Call line-move-1 instead of
11958 line-move-visual when the current window hscroll is zero, but
11959 temporary-goal-column indicates we will need to hscroll as result
11960 of the movement. (Bug#15712)
11961
11962 2013-10-25 Dmitry Gutov <dgutov@yandex.ru>
11963
11964 * progmodes/ruby-mode.el (ruby-mode-menu): Use proper
11965 capitalization. Use :visible instead of :active.
11966 Fix `ruby-indent-exp' reference. Add menu items for the generic
11967 commands that are used with SMIE.
11968 (ruby-do-end-to-brace): Insert space after `{'.
11969
11970 2013-10-25 John Anthony <john@jo.hnanthony.com>
11971
11972 * progmodes/ruby-mode.el (ruby-mode-menu): Add a menu. (Bug#15600)
11973
11974 * progmodes/inf-lisp.el (inferior-lisp-menu): Add a menu. (Bug#15599)
11975
11976 2013-10-25 Glenn Morris <rgm@gnu.org>
11977
11978 * vc/vc.el (vc-print-log): Don't use a working revision unless
11979 one was explicitly specified. (Bug#15322)
11980
11981 2013-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
11982
11983 * subr.el (add-to-list): Preserve return value in compiler-macro
11984 (bug#15692).
11985
11986 2013-10-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
11987
11988 * progmodes/octave.el (octave-lookfor): Handle empty lookfor
11989 result. Ask user to retry using '-all' flag. (Bug#15701)
11990
11991 2013-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
11992
11993 * emacs-lisp/smie.el: New smie-config system.
11994 (smie-config): New defcustom.
11995 (smie-edebug, smie-config-show-indent, smie-config-set-indent)
11996 (smie-config-guess, smie-config-save): New commands.
11997 (smie-config--mode-local, smie-config--buffer-local)
11998 (smie-config--trace, smie-config--modefuns): New vars.
11999 (smie-config--advice, smie-config--mode-hook)
12000 (smie-config--setter, smie-config-local, smie-config--get-trace)
12001 (smie-config--guess-value, smie-config--guess): New functions.
12002 (smie-indent-forward-token, smie-indent-backward-token): Don't copy
12003 text properties. Treat "string fence" syntax like string syntax.
12004
12005 * progmodes/sh-script.el (sh-use-smie): Change default.
12006 (sh-smie-sh-rules, sh-smie-rc-rules): Obey legacy sh-indent-* vars.
12007 (sh-var-value): Simplify by CSE.
12008 (sh-show-indent, sh-set-indent, sh-learn-line-indent)
12009 (sh-learn-buffer-indent): Redirect to their SMIE equivalent when SMIE
12010 is used.
12011 (sh-guess-basic-offset): Use cl-incf.
12012 (sh-guess-basic-offset): Use push+nreverse to avoid O(n^2).
12013
12014 2013-10-24 Helmut Eller <eller.helmut@gmail.com>
12015
12016 * emacs-lisp/lisp-mode.el (lisp-cl-font-lock-keywords-2): Fix cut&paste
12017 (bug#15699).
12018
12019 2013-10-24 Glenn Morris <rgm@gnu.org>
12020
12021 * Makefile.in (abs_top_srcdir): Remove.
12022 (update-subdirs): Use relative path to update-subdirs.
12023
12024 2013-10-24 Eli Zaretskii <eliz@gnu.org>
12025
12026 * Makefile.in ($(MH_E_DIR)/mh-loaddefs.el)
12027 ($(TRAMP_DIR)/tramp-loaddefs.el, $(CAL_DIR)/cal-loaddefs.el)
12028 ($(CAL_DIR)/diary-loaddefs.el, $(CAL_DIR)/hol-loaddefs.el):
12029 Call unmsys--file-name before expand-file-name, not after it.
12030
12031 2013-10-24 Michael Albinus <michael.albinus@gmx.de>
12032
12033 * emacs-lisp/ert.el (ert-deftest): Bind macro `skip-unless'.
12034 (ert-test-skipped): New error.
12035 (ert-skip, ert-stats-skipped): New defuns.
12036 (ert--skip-unless): New macro.
12037 (ert-test-skipped): New struct.
12038 (ert--run-test-debugger, ert-test-result-type-p)
12039 (ert-test-result-expected-p, ert--stats, ert-stats-completed)
12040 (ert--stats-set-test-and-result, ert-char-for-test-result)
12041 (ert-string-for-test-result, ert-run-tests-batch)
12042 (ert--results-update-ewoc-hf, ert-run-tests-interactively):
12043 Handle skipped tests. (Bug#9803)
12044
12045 2013-10-24 Glenn Morris <rgm@gnu.org>
12046
12047 * Makefile.in (check-declare): Remove unnecessary path in -l argument.
12048
12049 * Makefile.in (abs_top_srcdir): New, set by configure.
12050 (update-subdirs): Correct build-aux location.
12051
12052 2013-10-24 Dmitry Gutov <dgutov@yandex.ru>
12053
12054 * vc/vc.el (vc-print-root-log): Always set `default-directory'
12055 value, whether we could auto-deduce `backend', or not.
12056
12057 * progmodes/ruby-mode.el (ruby-smie-rules): Fix the "curly block
12058 with parameters" example. Simplify the "is it block or is it
12059 hash" check, but also make it more thorough.
12060
12061 2013-10-23 Masashi Fujimoto <masfj.dev@gmail.com> (tiny change)
12062
12063 * battery.el (battery-pmset): Handle OS X Mavericks. (Bug#15694)
12064
12065 2013-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
12066
12067 * progmodes/ruby-mode.el (ruby-smie-rules): Only align with parent of
12068 { if it is hanging.
12069
12070 * progmodes/ruby-mode.el (ruby-smie-rules): Don't return 0 for
12071 :before ";".
12072
12073 2013-10-23 Jed Brown <jed@59A2.org> (tiny change)
12074
12075 * progmodes/compile.el (compilation-directory-matcher)
12076 (compilation-page-delimiter):
12077 Support GNU Make-4.0 directory quoting. (Bug#15678)
12078
12079 2013-10-23 Leo Liu <sdl.web@gmail.com>
12080
12081 * ido.el (ido-tidy): Handle read-only text.
12082
12083 2013-10-23 Glenn Morris <rgm@gnu.org>
12084
12085 * Makefile.in (abs_srcdir, abs_lisp): New, set by configure.
12086 (emacs, compile, compile-always):
12087 Quote entities that might contain whitespace.
12088 (custom-deps, finder-data, autoloads): Use abs_lisp.
12089 ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
12090 ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
12091 ($(CAL_DIR)/hol-loaddefs.el): Manually expand target file name.
12092
12093 2013-10-23 Dmitry Gutov <dgutov@yandex.ru>
12094
12095 * progmodes/ruby-mode.el (ruby-smie--at-dot-call):
12096 Use `following-char'.
12097
12098 2013-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
12099
12100 * emacs-lisp/smie.el (smie-rule-parent): Fix opener-test.
12101 * progmodes/ruby-mode.el (ruby-smie-rules):
12102 Remove corresponding workaround. Fix indentation rule of ";" so it
12103 also applies when ";" is the parent.
12104
12105 2013-10-22 Xue Fuqiao <xfq.free@gmail.com>
12106
12107 * frame.el (display-screens, display-pixel-height)
12108 (display-pixel-width, display-mm-width, display-backing-store)
12109 (display-save-under, display-planes, display-color-cells)
12110 (display-visual-class, display-monitor-attributes-list):
12111 Mention the optional ‘display’ argument in doc strings.
12112
12113 2013-10-22 Michael Gauland <mikelygee@amuri.net>
12114
12115 * progmodes/ebnf2ps.el (ebnf-prologue): Avoid PS error with some
12116 viewers such as evince when ebnf-production-name-p is nil. (Bug#15625)
12117
12118 2013-10-21 Dmitry Gutov <dgutov@yandex.ru>
12119
12120 * progmodes/ruby-mode.el (ruby-smie-grammar): Remove outdated
12121 TODO. Add "." after " @ ".
12122 (ruby-smie--at-dot-call): New function. Checks if point at method
12123 call with explicit target.
12124 (ruby-smie--forward-token, ruby-smie--backward-token): Prepend "."
12125 to the method name tokens when it precedes them.
12126 (ruby-smie--backward-id, ruby-smie--forward-id): Remove.
12127 (ruby-smie-rules): Add rule for indentation before and after "."
12128 token.
12129
12130 2013-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
12131
12132 * textmodes/remember.el (remember-diary-extract-entries):
12133 Avoid add-to-list.
12134
12135 * progmodes/ruby-mode.el (ruby-smie-rules): Indent after + used as
12136 an instruction.
12137
12138 2013-10-21 Dmitry Gutov <dgutov@yandex.ru>
12139
12140 * progmodes/ruby-mode.el (ruby-smie-grammar):
12141 Add (almost) all infix operators.
12142 (ruby-smie--implicit-semi-p): Add new operator chars.
12143
12144 * progmodes/ruby-mode.el (ruby-mode-map): Add binding for
12145 `smie-down-list'.
12146 (ruby-smie--args-separator-p): Check that there's no newline
12147 between method call and its arguments.
12148
12149 2013-10-20 Alan Mackenzie <acm@muc.de>
12150
12151 Allow comma separated lists after Java "implements".
12152
12153 * progmodes/cc-engine.el (c-backward-over-enum-header):
12154 Parse commas.
12155 * progmodes/cc-fonts.el (c-basic-matchers-after): Remove comma
12156 from a "disallowed" list in enum fontification.
12157
12158 2013-10-20 Johan Bockgård <bojohan@gnu.org>
12159
12160 * startup.el (default-frame-background-mode): Remove unused defvar.
12161
12162 * progmodes/verilog-mode.el (verilog-mode): Don't set
12163 comment-indent-function globally.
12164
12165 2013-10-20 Jan Djärv <jan.h.d@swipnet.se>
12166
12167 * menu-bar.el: Put help-menu in menu-bar-final-items unconditionally.
12168 Move Info menu item creation to ns-win.el.
12169
12170 * term/ns-win.el (ns-initialize-window-system): Rename Help to Info
12171 in menu bar.
12172
12173 * menu-bar.el: Move GNUstep specific menus...
12174
12175 * term/ns-win.el (ns-initialize-window-system): ... to here.
12176
12177 2013-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
12178
12179 * simple.el (newline): Only run post-self-insert-hook when
12180 called interactively.
12181
12182 2013-10-19 Johan Bockgård <bojohan@gnu.org>
12183
12184 * icomplete.el (icomplete-with-completion-tables): Add :version.
12185
12186 2013-10-19 Alan Mackenzie <acm@muc.de>
12187
12188 Fix fontification bugs with constructors and const.
12189
12190 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): (Just after
12191 CASE 2) Remove the check for the absence of a suffix construct
12192 after a function declaration with only types (no identifiers) in
12193 the parentheses. Also, accept a function declaration with just a
12194 type inside the parentheses, if this type can be positively
12195 recognised as such, or if a prefix keyword like "explicit" nails
12196 down the construct as a declaration.
12197
12198 2013-10-19 Eli Zaretskii <eliz@gnu.org>
12199
12200 * menu-bar.el (tty-menu-navigation-map): Bind mouse-N to perform
12201 TTY menu actions and down-mouse-N to tty-menu-ignore. This solves
12202 the problem whereby selecting a menu item that leads to a
12203 minibuffer prompt moves the cursor out of the minibuffer window,
12204 making it hard to type at the prompt. Suggested by Stefan Monnier
12205 <monnier@iro.umontreal.ca>.
12206
12207 2013-10-19 Jan Djärv <jan.h.d@swipnet.se>
12208
12209 * menu-bar.el: Don't make Services menu.
12210
12211 2013-10-19 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
12212
12213 * ffap.el: Handle "/usr/include/c++/<version>" directories.
12214 (ffap-alist): Use ffap-c++-mode for c++-mode.
12215 (ffap-c++-path): New variable.
12216 (ffap-c++-mode): New function.
12217
12218 2013-10-19 Joe Vornehm Jr. <joe.vornehm@gmail.com> (tiny change)
12219
12220 * ido.el (dired-other-frame): Only list directories. (Bug#15638)
12221
12222 2013-10-18 Michael Albinus <michael.albinus@gmx.de>
12223
12224 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Fix an error
12225 introduced on 2013-09-08, which results in an infinite loop
12226 requesting a password.
12227
12228 2013-10-18 Glenn Morris <rgm@gnu.org>
12229
12230 * progmodes/verilog-mode.el (verilog-case-fold): Add :version.
12231
12232 2013-10-18 Wilson Snyder <wsnyder@wsnyder.org>
12233
12234 Sync with upstream verilog-mode revision 1a6ecec7.
12235 * progmodes/verilog-mode.el (verilog-mode-version): Update.
12236 (verilog-mode-release-date): Remove.
12237 (verilog-highlight-grouping-keywords, verilog-active-low-regexp)
12238 (verilog-auto-inst-param-value, verilog-auto-input-ignore-regexp)
12239 (verilog-auto-inout-ignore-regexp, verilog-auto-output-ignore-regexp)
12240 (verilog-auto-tieoff-ignore-regexp)
12241 (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp)
12242 (verilog-scan-cache-preserving, verilog-mode, verilog-at-struct-p)
12243 (verilog-signals-with, verilog-dir-cache-preserving)
12244 (verilog-auto-inst, verilog-auto-inout-param, verilog-auto):
12245 Doc fixes.
12246 (verilog-case-fold): New option, to control case folding in
12247 regexp searches, bug597.
12248 (verilog-menu): Add verilog-sk-uvm-component, minor tweaks.
12249 (verilog-string-match-fold, verilog-in-paren-count)
12250 (verilog-in-struct-nested-p, verilog-at-struct-mv-p)
12251 (verilog-at-close-struct-p): New functions.
12252 (verilog-beg-block-re-ordered, verilog-extended-case-re)
12253 (verilog-forward-sexp, verilog-set-auto-endcomments)
12254 (verilog-leap-to-case-head): Handle "unique0" case.
12255 (verilog-in-constraint-re): New constant.
12256 (verilog-keywords, verilog-type-font-keywords):
12257 Add some SystemVerilog 1800-2012 keywords.
12258 (verilog-label-be): Remove unimplemented argument, bug669.
12259 (verilog-batch-execute-func): When batch expanding clear
12260 create-lockfiles to prevent spurious user locks when a file ends
12261 up not changing.
12262 (verilog-calculate-indent, verilog-calc-1)
12263 (verilog-at-close-constraint-p, verilog-at-constraint-p)
12264 (verilog-do-indent): Fix indentation of nested constraints
12265 and structures.
12266 (verilog-sig-tieoff, verilog-typedef-name-p, verilog-auto-inst)
12267 (verilog-auto-inst-param): Use verilog-string-match-fold.
12268 (verilog-read-inst-module-matcher):
12269 Fix AUTOINST on gate primitives with #1.
12270 (verilog-read-decls): Fix double-declaring user-defined typed signals.
12271 Reads all user-defined typed variables.
12272 (verilog-read-defines): Fix reading definitions inside comments, bug647.
12273 (verilog-signals-matching-regexp)
12274 (verilog-signals-not-matching-regexp, verilog-auto):
12275 Respect verilog-case-fold.
12276 (verilog-diff-report): Fix line count.
12277 (verilog-auto-assign-modport): Remove unused local `modi'.
12278 (verilog-auto-inst-port): Support [][] in AUTO_TEMPLATE to
12279 better handle multidimensional arrays.
12280 Fix packed array ports misadding bit index in AUTOINST, bug637.
12281 (verilog-auto-output, verilog-auto-input): Fix AUTOINPUT and AUTOOUTPUT
12282 to not double-declare existing outputs and inputs, respectively.
12283 (verilog-template-map): Bind U to verilog-sk-uvm-component.
12284 (verilog-sk-uvm-object): Rename from verilog-sk-uvm-class.
12285 (verilog-sk-uvm-component): New skeleton.
12286 (verilog-submit-bug-report): Add verilog-case-fold,
12287 remove verilog-mode-release-date.
12288
12289 2013-10-17 Barry O'Reilly <gundaetiapo@gmail.com>
12290
12291 * subr.el (sit-for): Call (input-pending-p t) so as to behave
12292 as before.
12293
12294 2013-10-18 Reuben Thomas <rrt@sc3d.org>
12295
12296 * textmodes/remember.el (remember): Set buffer-offer-save in
12297 remember buffers (bug#13566).
12298
12299 2013-10-18 Daniel Colascione <dancol@dancol.org>
12300
12301 When evaluating forms in ielm, direct standard output to ielm
12302 buffer. Add new ielm-return-for-effect command. Remove trailing
12303 whitespace throughout.
12304
12305 * ielm.el (ielm-map): Bind M-RET to ielm-return-for-effect.
12306 (ielm-return-for-effect): New command.
12307 (ielm-send-input): Accept optional `for-effect' parameter.
12308 (ielm-eval-input): Accept optional `for-effect' parameter.
12309 Bind `standard-output' to stream we create using
12310 `ielm-standard-output-impl'. Suppress printing result when
12311 `for-effect'.
12312 (ielm-standard-output-impl): New function.
12313 (inferior-emacs-lisp-mode): Explain new features in documentation.
12314
12315 2013-10-17 Michael Albinus <michael.albinus@gmx.de>
12316
12317 Code cleanup.
12318
12319 * net/tramp.el (tramp-debug-message): Do not check for connection
12320 buffer.
12321 (tramp-message): Use "vector" connection property.
12322
12323 * net/tramp.el (tramp-rfn-eshadow-update-overlay)
12324 (tramp-equal-remote, tramp-eshell-directory-change)
12325 * net/tramp-adb.el (tramp-adb-handle-copy-file)
12326 (tramp-adb-handle-rename-file)
12327 * net/tramp-cmds.el (tramp-list-remote-buffers)
12328 (tramp-cleanup-connection, tramp-cleanup-this-connection)
12329 * net/tramp-compat.el (tramp-compat-process-running-p)
12330 * net/tramp-ftp.el (tramp-ftp-file-name-handler)
12331 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file)
12332 (tramp-gvfs-handle-rename-file)
12333 * net/tramp-sh.el (tramp-sh-handle-set-file-times)
12334 (tramp-set-file-uid-gid)
12335 * net/tramp-smb.el (tramp-smb-handle-copy-file)
12336 (tramp-smb-handle-rename-file): Use `tramp-tramp-file-p' instead
12337 of `file-remote-p'.
12338
12339 * net/tramp.el (tramp-connectable-p, tramp-handle-file-remote-p)
12340 * net/tramp-gw.el (tramp-gw-gw-proc-sentinel)
12341 (tramp-gw-aux-proc-sentinel, tramp-gw-process-filter)
12342 (tramp-gw-open-network-stream): Suppress unrelated traces.
12343
12344 * net/tramp-adb.el (tramp-adb-maybe-open-connection)
12345 * net/tramp-gvfs.el (tramp-gvfs-handle-file-notify-add-watch)
12346 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
12347 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Set "vector"
12348 connection property.
12349
12350 * net/tramp-cache.el (top): Suppress traces when reading
12351 persistency file.
12352
12353 * net/tramp-sh.el (tramp-sh-handle-file-notify-add-watch):
12354 Refactor common code. Improve debug message.
12355 (tramp-maybe-open-connection)
12356 * net/tramp-smb.el (tramp-smb-call-winexe): Do not request
12357 connection buffer too early.
12358
12359 * net/tramp-smb.el (tramp-smb-actions-get-acl): New defconst, renamed
12360 from `tramp-smb-actions-with-acl'.
12361 (tramp-smb-actions-set-acl): New defconst.
12362 (tramp-smb-handle-copy-directory)
12363 (tramp-smb-action-get-acl): New defun, renamed from
12364 `tramp-smb-action-with-acl'.
12365 (tramp-smb-action-set-acl): New defun.
12366 (tramp-smb-handle-set-file-acl): Rewrite.
12367
12368 2013-10-17 Glenn Morris <rgm@gnu.org>
12369
12370 * indent.el (indent-rigidly): Fix 2013-10-08 change. (Bug#15635)
12371
12372 2013-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
12373
12374 * skeleton.el (skeleton-newline): Remove.
12375 (skeleton-internal-1): Use (insert "\n") instead.
12376
12377 * emacs-lisp/lisp.el (lisp-completion-at-point): Complete var names for
12378 let-bindings.
12379
12380 * progmodes/sh-script.el (sh-find-prev-matching): Disable SMIE's
12381 forward-sexp-function while we redo its job (bug#15613).
12382
12383 2013-10-17 Jay Belanger <jay.p.belanger@gmail.com>
12384
12385 * calc/calc-comb.el (math-prime-test): Don't assume large integers are
12386 represented by lists.
12387
12388 2013-10-16 Glenn Morris <rgm@gnu.org>
12389
12390 * tmm.el (tmm--history): New dynamic variable.
12391 (tmm-prompt): Use tmm--history in place of `history'. (Bug#15623)
12392
12393 2013-10-16 Michael Albinus <michael.albinus@gmx.de>
12394
12395 * net/tramp-smb.el (tramp-smb-acl-program): New customer option.
12396 (tramp-smb-errors): Add error messages.
12397 (tramp-smb-actions-with-acl): New defconst.
12398 (tramp-smb-file-name-handler-alist) <set-file-acl>: Add handler.
12399 (tramp-smb-action-with-acl, tramp-smb-handle-set-file-acl): New defuns.
12400 (tramp-smb-handle-file-acl): Rewrite, using "smbcacls".
12401 (tramp-smb-handle-file-attributes): Simplify test for "stat" capability.
12402 (tramp-smb-get-stat-capability): Fix tests.
12403
12404 2013-10-16 Dima Kogan <dima@secretsauce.net> (tiny change)
12405
12406 * progmodes/subword.el (subword-capitalize): Fix Stefan's mess
12407 (bug#15580).
12408
12409 2013-10-16 Glenn Morris <rgm@gnu.org>
12410
12411 * ansi-color.el (ansi-color-drop-regexp):
12412 Add 1J, 1K, 2K. (Bug#15617)
12413
12414 * files.el (hack-local-variables--warned-lexical): New.
12415 (hack-local-variables):
12416 Warn about misplaced lexical-binding. (Bug#15616)
12417
12418 * net/eww.el (eww-render): Always set eww-current-url,
12419 and update header line. (Bug#15622)
12420 (eww-display-html): ... Rather than just doing it here.
12421
12422 2013-10-15 Eli Zaretskii <eliz@gnu.org>
12423
12424 * menu-bar.el (tty-menu-navigation-map): Bind mouse wheels to TTY
12425 menu navigations commands.
12426
12427 2013-10-14 Dima Kogan <dima@secretsauce.net> (tiny change)
12428
12429 * progmodes/subword.el (subword-capitalize): Be careful when
12430 the search for [[:alpha:]] fails (bug#15580).
12431
12432 2013-10-14 Eli Zaretskii <eliz@gnu.org>
12433
12434 * menu-bar.el (tty-menu-navigation-map): Bind shifted mouse clicks
12435 to commands that scroll the menu.
12436
12437 2013-10-14 Dmitry Gutov <dgutov@yandex.ru>
12438
12439 * progmodes/ruby-mode.el (ruby-smie--args-separator-p):
12440 Handle methods ending with `?' and `!'.
12441
12442 2013-10-14 Akinori MUSHA <knu@iDaemons.org>
12443
12444 * progmodes/ruby-mode.el (ruby-encoding-map): Add a mapping from
12445 `japanese-cp932' to `cp932' to fix the problem where saving a
12446 source file written in Shift_JIS twice would end up having
12447 `coding: japanese-cp932' which Ruby could not recognize.
12448 (ruby-mode-set-encoding): Add support for encodings mapped to nil
12449 in `ruby-encoding-map'.
12450 (ruby-encoding-map): Map `us-ascii' to nil by default, meaning it
12451 doesn't need to be explicitly declared in magic comment.
12452 (ruby-encoding-map): Add type declaration for better customize UI.
12453
12454 2013-10-13 Glenn Morris <rgm@gnu.org>
12455
12456 * progmodes/sh-script.el (sh-mark-line, sh-learn-buffer-indent):
12457 Occur buffers are read-only. http://bugs.debian.org/720775
12458
12459 * emacs-lisp/authors.el (authors-fixed-entries):
12460 Comment out old alpha stuff.
12461
12462 2013-10-13 Dmitry Gutov <dgutov@yandex.ru>
12463
12464 * progmodes/ruby-mode.el (ruby-mode): Add `ruby-mode-set-encoding'
12465 to `after-save-hook' instead of `before-save-hook'.
12466 (ruby-mode-set-encoding): Use the value of coding system used to
12467 write the file. Call `basic-save-buffer-1' after modifying the
12468 buffer.
12469
12470 2013-10-13 Alan Mackenzie <acm@muc.de>
12471
12472 Fix indentation/fontification of Java enum with
12473 "implements"/generic.
12474
12475 * progmodes/cc-engine.el (c-backward-over-enum-header):
12476 Extracted from the three other places and enhanced to handle generics.
12477 (c-inside-bracelist-p): Uses new function above.
12478 * progmodes/cc-fonts.el (c-font-lock-declarations): Uses new
12479 function above.
12480 (c-font-lock-enum-tail): Uses new function above.
12481
12482 2013-10-13 Kenichi Handa <handa@gnu.org>
12483
12484 * international/mule-cmds.el (select-safe-coding-system): Remove a
12485 superfluous condition in chekcing whether a coding system is safe
12486 or not.
12487
12488 2013-10-13 Oleh Krehel <ohwoeowho@gmail.com>
12489
12490 * replace.el (how-many): Fix rstart and !rend case. (Bug#15589)
12491
12492 2013-10-13 Andreas Politz <politza@hochschule-trier.de>
12493
12494 * progmodes/sql.el (sql-add-product): Fix paren typo. (Bug#15435)
12495
12496 2013-10-13 Glenn Morris <rgm@gnu.org>
12497
12498 * menu-bar.el (menu-bar-update-buffers):
12499 Unify Buffers menu prompt string. (Bug#15576)
12500
12501 * face-remap.el (text-scale-adjust): Doc fix. (Bug#15434)
12502
12503 * emacs-lisp/authors.el (authors-aliases, authors-ignored-files):
12504 Add some entries.
12505 (authors-fixed-entries): Use accented form of name.
12506
12507 2013-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
12508
12509 * progmodes/ruby-mode.el (ruby-smie-grammar): Add rule for paren-free
12510 method calls (bug#15594).
12511 (ruby-smie--args-separator-p): New function.
12512 (ruby-smie--forward-token, ruby-smie--backward-token): Use it to
12513 recognize paren-free method calls.
12514
12515 * isearch.el (isearch-pre-command-hook): Don't build in knowledge about
12516 internals of universal-argument.
12517
12518 2013-10-11 Eli Zaretskii <eliz@gnu.org>
12519
12520 * menu-bar.el (tty-menu-navigation-map): Remap F10 to tty-menu-exit.
12521 Bind all menu-bar sequences to tty-menu-exit -- this pops down a
12522 dropped menu on second mouse click on the menu bar.
12523
12524 2013-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
12525
12526 * progmodes/sh-script.el: Provide simpl(e|istic) completion.
12527 (explicit-shell-file-name): Declare.
12528 (sh--vars-before-point, sh--cmd-completion-table): New functions.
12529 (sh-completion-at-point-function): New function.
12530 (sh-mode): Use it.
12531 (sh-smie--keyword-p): Remove unused argument.
12532 (sh-smie-sh-backward-token, sh-smie-rc-backward-token): Remove unused
12533 vars.
12534 (sh-set-shell): Always setup SMIE, even if we use the
12535 old indentation code.
12536
12537 2013-10-11 Dmitry Gutov <dgutov@yandex.ru>
12538
12539 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Split the
12540 cases of ? and =.
12541 (ruby-smie-rules): Simplify the "do" rule. The cases when the
12542 predicate would return nil are almost non-existent.
12543 (ruby-smie--redundant-do-p): Include "until" and "for" statements.
12544
12545 * emacs-lisp/smie.el (smie--matching-block-data): Invalidate the
12546 cache also after commands that modify the buffer but don't move
12547 point.
12548
12549 2013-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
12550
12551 * env.el (substitute-env-in-file-name): New function.
12552 (substitute-env-vars): Extend the meaning of the optional arg.
12553
12554 2013-10-10 Eli Zaretskii <eliz@gnu.org>
12555
12556 * term/w32-win.el (dynamic-library-alist): Define separate lists
12557 of GIF DLLs for versions before and after 5.0.0 of giflib.
12558 (Bug#15531)
12559
12560 2013-10-10 João Távora <joaotavora@gmail.com>
12561
12562 * vc/vc.el (vc-diff-build-argument-list-internal): If the file is
12563 not locked, use last revision and current source as
12564 defaults. (Bug#15569)
12565
12566 2013-10-10 Masatake YAMATO <yamato@redhat.com>
12567
12568 * menu-bar.el (menu-bar-open): Don't use popup-menu if
12569 menu-bar is hidden.
12570
12571 2013-10-10 Martin Rudalics <rudalics@gmx.at>
12572
12573 * window.el (pop-to-buffer-same-window): Fix doc-string.
12574 (Bug#15492)
12575
12576 2013-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
12577
12578 * menu-bar.el (tty-menu-navigation-map): Reduce redundancy.
12579
12580 2013-10-10 Andrei Chițu <andrei.chitu1@gmail.com> (tiny change)
12581
12582 * calendar/icalendar.el (icalendar-import-file):
12583 Fix interactive spec. (Bug#15482)
12584
12585 2013-10-10 Glenn Morris <rgm@gnu.org>
12586
12587 * desktop.el (desktop-save): Default to saving in .emacs.d,
12588 since PWD is no longer in desktop-path by default. (Bug#15319)
12589
12590 * menu-bar.el (menu-bar-options-menu): Remove text-mode auto-fill,
12591 now that text mode has a menu with the same entry.
12592 (menu-bar-text-mode-auto-fill): Remove now unused func.
12593 * textmodes/text-mode.el (text-mode-map):
12594 Use auto-fill help text from menu-bar.el.
12595
12596 2013-10-10 John Anthony <john@jo.hnanthony.com>
12597
12598 * textmodes/text-mode.el (text-mode-map): Add a menu. (Bug#15562)
12599
12600 2013-10-09 Juri Linkov <juri@jurta.org>
12601
12602 * isearch.el (isearch-pre-command-hook): Use this-single-command-keys
12603 instead of this-command-keys. Add universal-argument-more and
12604 universal-argument-minus to the list of prefix commands. (Bug#15568)
12605
12606 2013-10-09 Glenn Morris <rgm@gnu.org>
12607
12608 * vc/vc-svn.el (vc-svn-create-repo):
12609 Expand paths in file://... url. (Bug#15446)
12610
12611 * emacs-lisp/authors.el (authors-aliases, authors-fixed-case):
12612 Add some entries.
12613 (authors): Remove unused local variables.
12614
12615 2013-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
12616
12617 * profiler.el: Create a more coherent calltree from partial backtraces.
12618 (profiler-format): Hide the tail with `invisible' so that C-s can still
12619 find the hidden elements.
12620 (profiler-calltree-depth): Don't recurse so enthusiastically.
12621 (profiler-function-equal): New hash-table-test.
12622 (profiler-calltree-build-unified): New function.
12623 (profiler-calltree-build): Use it.
12624 (profiler-report-make-name-part): Indent the calltree less.
12625 (profiler-report-mode): Add visibility specs for profiler-format.
12626 (profiler-report-expand-entry, profiler-report-toggle-entry):
12627 Expand the whole subtree when provided with a prefix arg.
12628
12629 2013-10-09 Dmitry Gutov <dgutov@yandex.ru>
12630
12631 * progmodes/ruby-mode.el (ruby-smie-rules): Indent after hanging
12632 iuwu-mod token.
12633 (ruby-smie--implicit-semi-p): Prohibit implicit semicolon after
12634 hanging iuwu-mod token.
12635 (ruby-smie--forward-token): Do not include a dot after a token in
12636 that token.
12637 (ruby-smie--backward-token): Likewise.
12638
12639 2013-10-08 Juri Linkov <juri@jurta.org>
12640
12641 * isearch.el (isearch-help-map, isearch-mode-map): Don't bind [t]
12642 to isearch-other-control-char.
12643 (isearch-mode): Add isearch-pre-command-hook to pre-command-hook
12644 and isearch-post-command-hook to post-command-hook.
12645 (isearch-done): Remove isearch-pre-command-hook from pre-command-hook
12646 and isearch-post-command-hook from post-command-hook.
12647 (isearch-unread-key-sequence)
12648 (isearch-reread-key-sequence-naturally)
12649 (isearch-lookup-scroll-key, isearch-other-control-char)
12650 (isearch-other-meta-char): Remove functions.
12651 (isearch-pre-command-hook, isearch-post-command-hook):
12652 New functions based on isearch-other-meta-char rewritten
12653 relying on the new behavior of overriding-terminal-local-map
12654 that does not replace the local keymaps any more. (Bug#15200)
12655
12656 2013-10-08 Eli Zaretskii <eliz@gnu.org>
12657
12658 Support menus on text-mode terminals.
12659 * tmm.el (tmm-menubar): Adapt doc string to TTY menus
12660 functionality.
12661
12662 * tooltip.el (tooltip-mode): Don't error out on TTYs.
12663
12664 * menu-bar.el (popup-menu, popup-menu-normalize-position):
12665 Move here from mouse.el.
12666 (popup-menu): Support menu-bar navigation on TTYs using C-f/C-b
12667 and arrow keys.
12668 (tty-menu-navigation-map): New map for TTY menu navigation.
12669
12670 * loadup.el ("tooltip"): Load even if x-show-tip is not available.
12671
12672 * frame.el (display-mouse-p): Report text-mode mouse as available
12673 on w32.
12674 (display-popup-menus-p): Report availability if mouse is
12675 available; don't condition on window-system.
12676
12677 * faces.el (tty-menu-enabled-face, tty-menu-disabled-face)
12678 (tty-menu-selected-face): New faces.
12679
12680 2013-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
12681
12682 * emacs-lisp/lisp-mode.el: Font-lock cl-lib constructs.
12683 (lisp-el-font-lock-keywords, lisp-el-font-lock-keywords-1)
12684 (lisp-el-font-lock-keywords-2, lisp-cl-font-lock-keywords)
12685 (lisp-cl-font-lock-keywords-1, lisp-cl-font-lock-keywords-2):
12686 New constants.
12687 (lisp-mode-variables): New `elisp' argument.
12688 (emacs-lisp-mode): Use it.
12689 * font-lock.el (lisp-font-lock-keywords, lisp-font-lock-keywords-1)
12690 (lisp-font-lock-keywords-2): Move to lisp-mode.el.
12691
12692 * indent.el: Use lexical-binding.
12693 (indent-region): Add progress reporter.
12694 (tab-stop-list): Make it implicitly extend to infinity by repeating the
12695 last step.
12696 (indent--next-tab-stop): New function to implement this behavior.
12697 (tab-to-tab-stop, move-to-tab-stop): Use it.
12698
12699 2013-10-08 Teemu Likonen <tlikonen@iki.fi>
12700
12701 * indent.el (indent-rigidly--current-indentation): New function.
12702 (indent-rigidly-map): New var.
12703 (indent-rigidly): Use it to provide interactive mode (bug#8196).
12704
12705 2013-10-08 Bastien Guerry <bzg@gnu.org>
12706
12707 * register.el (insert-register): Fix 2013-10-07 change.
12708
12709 2013-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
12710
12711 * progmodes/perl-mode.el: Use lexical-binding.
12712 Remove redundant :group args.
12713 (perl-nochange): Change default to be closer to other major modes's
12714 standard behavior.
12715 (perl-indent-line): Don't consider text on current line as a
12716 valid beginning of function from which to indent.
12717
12718 * emacs-lisp/backquote.el (backquote-process): Catch uses of , and ,@
12719 with more than one argument (bug#15538).
12720
12721 * mpc.el (mpc-songs-jump-to): Adjust to different playlist format.
12722
12723 * vc/pcvs.el: Use lexical-binding.
12724 (cvs-temp-buffer, cvs-make-cvs-buffer): Pass some vars in the lexical
12725 environment of `eval'.
12726 (cvs-mode-run, cvs-mode-do): Change `postproc' to be a function rather
12727 than a list of expressions. Adjust callers.
12728 * vc/pcvs-defs.el (cvs-postprocess): Remove, unused.
12729
12730 2013-10-07 Dmitry Gutov <dgutov@yandex.ru>
12731
12732 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Handle the
12733 case of the dot in a chained method call being on the following line.
12734
12735 2013-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
12736
12737 * electric.el (electric-indent-inhibit): New var.
12738 (electric-indent-post-self-insert-function): Use it.
12739 * progmodes/python.el (python-mode): Set it.
12740
12741 * progmodes/ruby-mode.el (ruby-smie-rules): Tweak handling of
12742 open braces.
12743
12744 * emacs-lisp/smie.el (smie-next-sexp): Refine last fix.
12745
12746 * textmodes/css-mode.el (css-smie-rules): Fix indentation (bug#15467).
12747 (css-mode): Use electric-indent-chars.
12748
12749 * nxml/nxml-mode.el: Use lexical-binding and syntax-propertize.
12750 (font-lock-beg, font-lock-end): Move before first use.
12751 (nxml-mode): Use syntax-propertize-function.
12752 (nxml-after-change, nxml-after-change1): Adjust accordingly.
12753 (nxml-extend-after-change-region): Remove.
12754 * nxml/xmltok.el: Use lexical-binding.
12755 (xmltok-save): Use `declare'.
12756 (xmltok-unclosed-reparse-p, xmltok-semi-closed-reparse-p): Remove.
12757 * nxml/nxml-util.el: Use lexical-binding.
12758 (nxml-with-degradation-on-error, nxml-with-invisible-motion):
12759 Use `declare'.
12760 * nxml/nxml-ns.el: Use lexical-binding.
12761 (nxml-ns-save): Use `declare'.
12762 (nxml-ns-prefixes-for): Avoid add-to-list.
12763 * nxml/rng-match.el: Use lexical-binding.
12764 (rng--ipattern): Use cl-defstruct.
12765 (rng-compute-start-tag-open-deriv, rng-compute-start-attribute-deriv)
12766 (rng-cons-group-after, rng-subst-group-after)
12767 (rng-subst-interleave-after, rng-apply-after, rng-compute-data-deriv):
12768 Use closures instead of `(lambda...).
12769
12770 2013-10-07 Michael Albinus <michael.albinus@gmx.de>
12771
12772 * net/tramp.el (tramp-handle-insert-file-contents): Improve handling
12773 of BEG and END.
12774
12775 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
12776 Use `tramp-handle-insert-file-contents'.
12777 (tramp-gvfs-handle-insert-file-contents): Remove function.
12778
12779 * net/tramp-sh.el (tramp-sh-handle-insert-directory):
12780 Use `save-restriction' in order to keep markers.
12781
12782 * net/trampver.el: Update release number.
12783
12784 2013-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
12785
12786 * progmodes/compile.el (compilation-parse-errors):
12787 Use compilation--put-prop.
12788 (compilation--ensure-parse): Check compilation-multiline.
12789
12790 * emacs-lisp/easymenu.el (easy-menu-create-menu): Use closures.
12791
12792 * emacs-lisp/lisp-mode.el (eval-defun-2): Simplify, using
12793 lexical-binding.
12794
12795 * emacs-lisp/tq.el (tq-create): Use a closure instead of `(lambda...).
12796
12797 * progmodes/ruby-mode.el: Fix recently added tests.
12798 (ruby-smie-grammar): Add - and +.
12799 (ruby-smie--redundant-do-p, ruby-smie--forward-id)
12800 (ruby-smie--backward-id): New functions.
12801 (ruby-smie--forward-token, ruby-smie--backward-token): Use them.
12802 (ruby-smie-rules): Handle hanging do. Get rid of hack, not needed
12803 any more.
12804
12805 2013-10-07 Leo Liu <sdl.web@gmail.com>
12806
12807 * register.el (register-preview-delay)
12808 (register-preview-functions): New variables.
12809 (register-read-with-preview, register-preview)
12810 (register-describe-oneline): New functions.
12811 (point-to-register, window-configuration-to-register)
12812 (frame-configuration-to-register, jump-to-register)
12813 (number-to-register, view-register, insert-register)
12814 (copy-to-register, append-to-register, prepend-to-register)
12815 (copy-rectangle-to-register): Use register-read-with-preview to
12816 read register. (Bug#15525)
12817
12818 2013-10-06 Dato Simó <dato@net.com.org.es> (tiny change)
12819
12820 * net/network-stream.el (network-stream-open-starttls): Don't add
12821 --insecure if it's already present, because that gnutls-cli
12822 rejects getting that parameter twice.
12823
12824 2013-10-06 Dmitry Gutov <dgutov@yandex.ru>
12825
12826 * progmodes/ruby-mode.el (ruby-smie-rules): Dedent `ensure'
12827 keyword, too.
12828
12829 2013-10-05 Dmitry Gutov <dgutov@yandex.ru>
12830
12831 * newcomment.el (comment-use-global-state): Change default value
12832 to t, mark obsolete (Bug#15251).
12833 (comment-beginning): In addition to `comment-to-syntax', check the
12834 value of `comment-use-global-state'.
12835
12836 2013-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
12837
12838 * progmodes/ruby-mode.el (ruby-use-smie): Change default.
12839 (ruby-comment-column): Follow the global default, by default.
12840 (ruby-smie-grammar): Add assignment syntax.
12841 (ruby-smie--implicit-semi-p): No implicit semi-colon after an
12842 open-paren, a comma, or a \.
12843 (ruby-smie--forward-token, ruby-smie--backward-token): Handle heredocs,
12844 and line continuations.
12845 (ruby-smie-rules): Adjust handling of open-paren, now that it's never
12846 followed by implicit semi-colons. Add rule for string concatenation
12847 and for indentation at BOB.
12848 (ruby-forward-sexp, ruby-backward-sexp): Adjust for when SMIE is in use.
12849
12850 * emacs-lisp/smie.el (smie-next-sexp): Don't go back to pos before
12851 calling next-sexp, since next-token may have skipped chars which
12852 next-sexp doesn't know should be skipped!
12853
12854 2013-10-05 Leo Liu <sdl.web@gmail.com>
12855
12856 * progmodes/octave.el (octave-send-region):
12857 Call compilation-forget-errors.
12858
12859 2013-10-04 Xue Fuqiao <xfq.free@gmail.com>
12860
12861 * vc/vc-svn.el (vc-svn-find-admin-dir):
12862 * vc/vc-rcs.el (vc-rcs-find-admin-dir):
12863 * vc/vc-mtn.el (vc-mtn-find-admin-dir):
12864 * vc/vc-cvs.el (vc-cvs-find-admin-dir):
12865 * vc/vc-arch.el (vc-arch-find-admin-dir): New functions.
12866
12867 2013-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
12868
12869 * textmodes/css-mode.el (css-smie-rules): Toplevel's a list (bug#15467).
12870
12871 2013-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
12872
12873 * subr.el (read-passwd): Hide chars even when called within a context
12874 where after-change-functions is disabled (bug#15501).
12875 (set-temporary-overlay-map): Don't remove oneself from pre-command-hook
12876 until we removed ourself from overriding-terminal-local-map.
12877
12878 2013-10-04 Leo Liu <sdl.web@gmail.com>
12879
12880 * progmodes/octave.el (inferior-octave-mode):
12881 Call compilation-forget-errors.
12882
12883 2013-10-04 Xue Fuqiao <xfq.free@gmail.com>
12884
12885 * emacs-lisp/syntax.el (syntax-ppss): Doc fix.
12886
12887 2013-10-04 Michael Albinus <michael.albinus@gmx.de>
12888
12889 * net/secrets.el (secrets-create-collection): Add optional
12890 argument ALIAS. Use proper Label keyword. Append ALIAS as
12891 dbus-call-method argument. (Bug#15516)
12892
12893 2013-10-04 Leo Liu <sdl.web@gmail.com>
12894
12895 * progmodes/octave.el (inferior-octave-error-regexp-alist)
12896 (inferior-octave-compilation-font-lock-keywords): New variables.
12897 (compilation-error-regexp-alist)
12898 (compilation-mode-font-lock-keywords): Defvar to pacify compiler.
12899 (inferior-octave-mode): Use compilation-shell-minor-mode.
12900
12901 2013-10-04 Jorgen Schaefer <forcer@forcix.cx>
12902
12903 * minibuffer.el (completion--replace): Be careful that `end' might be
12904 a marker.
12905
12906 2013-10-03 Daiki Ueno <ueno@gnu.org>
12907
12908 Add support for package signature checking.
12909 * emacs-lisp/package.el (url-http-file-exists-p)
12910 (epg-make-context, epg-context-set-home-directory)
12911 (epg-verify-string, epg-context-result-for)
12912 (epg-signature-status, epg-signature-to-string)
12913 (epg-check-configuration, epg-configuration)
12914 (epg-import-keys-from-file): Declare.
12915 (package-check-signature): New user option.
12916 (package-unsigned-archives): New user option.
12917 (package-desc): Add `signed' field.
12918 (package-load-descriptor): Set `signed' field if .signed file exists.
12919 (package--archive-file-exists-p): New function.
12920 (package--check-signature): New function.
12921 (package-install-from-archive): Check package signature.
12922 (package--download-one-archive): Check archive signature.
12923 (package-delete): Remove .signed file.
12924 (package-import-keyring): New command.
12925 (package-refresh-contents): Import default keyring.
12926 (package-desc-status): Add "unsigned" status.
12927 (describe-package-1, package-menu--print-info)
12928 (package-menu-mark-delete, package-menu--find-upgrades)
12929 (package-menu--status-predicate): Support "unsigned" status.
12930
12931 2013-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
12932
12933 * emacs-lisp/cconv.el (cconv-convert, cconv-analyse-form): Adjust for
12934 the new compilation scheme using the new byte-codes.
12935
12936 * emacs-lisp/bytecomp.el (byte-pushcatch, byte-pushconditioncase)
12937 (byte-pophandler): New byte codes.
12938 (byte-goto-ops): Adjust accordingly.
12939 (byte-compile--use-old-handlers): New var.
12940 (byte-compile-catch): Use new byte codes depending on
12941 byte-compile--use-old-handlers.
12942 (byte-compile-condition-case--old): Rename from
12943 byte-compile-condition-case.
12944 (byte-compile-condition-case--new): New function.
12945 (byte-compile-condition-case): New function that dispatches depending
12946 on byte-compile--use-old-handlers.
12947 (byte-compile-unwind-protect): Pass a function to byte-unwind-protect
12948 when we can.
12949
12950 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
12951 Optimize under `condition-case' and `catch' if
12952 byte-compile--use-old-handlers is nil.
12953 (disassemble-offset): Handle new bytecodes.
12954
12955 2013-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
12956
12957 * subr.el (error): Use `declare'.
12958 (decode-char, encode-char): Use advertised-calling-convention instead
12959 of the docstring to discourage use of the `restriction' arg.
12960
12961 2013-10-03 Daiki Ueno <ueno@gnu.org>
12962
12963 * epg.el (epg-verify-file): Add a comment saying that it does not
12964 notify verification error as a return value nor a signal.
12965 (epg-verify-string): Ditto.
12966
12967 2013-10-02 Kevin Rodgers <kevin.d.rodgers@gmail.com>
12968
12969 * progmodes/compile.el (compilation-start): Try globbing the arg to
12970 `cd' (bug#15417).
12971
12972 2013-10-02 Michael Albinus <michael.albinus@gmx.de>
12973
12974 Sync with Tramp 2.2.8.
12975
12976 * net/tramp-cmds.el (tramp-bug, tramp-append-tramp-buffers):
12977 * net/tramp-cache.el (tramp-cache-print): Use `tramp-compat-funcall'.
12978 * net/trampver.el: Update release number.
12979
12980 2013-10-01 Jan Djärv <jan.h.d@swipnet.se>
12981
12982 * term/ns-win.el (ns-initialize-window-system): Set locale-coding-system
12983 and default-process-coding-system for darwin only.
12984
12985 2013-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
12986
12987 * emacs-lisp/package.el (package-desc): Simplify (bug#15495).
12988
12989 2013-10-01 Mitchel Humpherys <mitch.special@gmail.com> (tiny change)
12990
12991 * vc/vc-git.el (vc-git-grep): Disable pager.
12992
12993 2013-10-01 Dmitry Gutov <dgutov@yandex.ru>
12994
12995 * emacs-lisp/package.el (package-buffer-info, describe-package-1):
12996 Use :url instead of :homepage, as per
12997 http://lists.gnu.org/archive/html/emacs-devel/2013-09/msg00622.html
12998
12999 * newcomment.el (comment-beginning): When `comment-use-syntax' is
13000 non-nil, use `syntax-ppss' (Bug#15251).
13001
13002 2013-09-30 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
13003
13004 * progmodes/octave.el (inferior-octave-startup-file):
13005 Prefer ~/.emacs.d/init_octave.m.
13006
13007 2013-09-29 Dmitry Gutov <dgutov@yandex.ru>
13008
13009 * emacs-lisp/package.el (package-desc-from-define):
13010 Accept additional arguments as plist, convert them to an alist and store
13011 them in the `extras' slot.
13012 (package-generate-description-file): Convert extras alist back to
13013 plist and append to the `define-package' form arguments.
13014 (package--alist-to-plist): New function.
13015 (package--ac-desc): Add `extras' slot.
13016 (package--add-to-archive-contents): Check if the archive-contents
13017 vector is long enough, and if it is, pass its `extras' slot value
13018 to `package-desc-create'.
13019 (package-buffer-info): Call `lm-homepage', pass the returned value
13020 to `package-desc-from-define'.
13021 (describe-package-1): Render the homepage button (Bug#13291).
13022
13023 * emacs-lisp/package-x.el (package-upload-buffer-internal):
13024 Pass `extras' slot from `package-desc' to `package-make-ac-desc'.
13025
13026 2013-09-29 Jan Djärv <jan.h.d@swipnet.se>
13027
13028 * term/ns-win.el (ns-initialize-window-system): Set locale-coding-system
13029 and default-process-coding-system to utf-8-unix (Bug#15402).
13030
13031 2013-09-29 Xue Fuqiao <xfq.free@gmail.com>
13032
13033 * subr.el (looking-back): Do not recommend using looking-back.
13034
13035 2013-09-28 Alan Mackenzie <acm@muc.de>
13036
13037 Fix indentation/fontification of Java enum with "implements".
13038
13039 * progmodes/cc-langs.el (c-postfix-decl-spec-key): New variable, a
13040 regexp which matches "implements", etc., in Java.
13041 * progmodes/cc-engine.el (c-inside-bracelist-p): Check for extra
13042 specifier clauses coming after "enum".
13043 * progmodes/cc-fonts.el (c-font-lock-declarations)
13044 (c-font-lock-enum-tail): Check for extra specifier clauses coming
13045 after "enum".
13046
13047 2013-09-28 Jan Djärv <jan.h.d@swipnet.se>
13048
13049 * faces.el (region): Change ns_selection_color to
13050 ns_selection_fg_color, add ns_selection_bg_color.
13051
13052 2013-09-28 Leo Liu <sdl.web@gmail.com>
13053
13054 * progmodes/octave.el (inferior-octave-completion-table)
13055 (inferior-octave-completion-at-point): Minor tweaks.
13056
13057 * textmodes/ispell.el (ispell-lookup-words): Rename from
13058 lookup-words. (Bug#15460)
13059 (lookup-words): Obsolete.
13060 (ispell-complete-word, ispell-command-loop): All uses changed.
13061
13062 2013-09-28 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
13063
13064 * progmodes/octave.el (octave-mode-map): Bind octave-send-buffer.
13065 (octave-mode-menu): Add octave-send-buffer.
13066 (octave-send-buffer): New function.
13067
13068 2013-09-28 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
13069
13070 * progmodes/octave.el (octave-mode-map): Add key binding for
13071 octave-lookfor.
13072 (octave-mode-menu): Add octave-lookfor.
13073 (inferior-octave-mode-map, octave-help-mode-map): Bind C-ha to
13074 octave-lookfor.
13075 (octave-lookfor): New function.
13076
13077 2013-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
13078
13079 * emacs-lisp/cl-macs.el (cl--loop-destr-temps): Remove.
13080 (cl--loop-iterator-function): Rename from cl--loop-map-form and change
13081 its convention.
13082 (cl--loop-set-iterator-function): New function.
13083 (cl-loop): Adjust accordingly, so as not to use cl-subst.
13084 (cl--parse-loop-clause): Adjust all uses of cl--loop-map-form.
13085 Bind `it' with `let' instead of substituting it with `cl-subst'.
13086 (cl--unused-var-p): New function.
13087 (cl--loop-let): Don't use the cl--loop-destr-temps hack any more.
13088 Eliminate some unused variable warnings (bug#15326).
13089
13090 2013-09-27 Tassilo Horn <tsdh@gnu.org>
13091
13092 * doc-view.el (doc-view-scale-reset): Rename from
13093 `doc-view-reset-zoom-level'.
13094 (doc-view-scale-adjust): New command.
13095 (doc-view-mode-map): Remap `text-scale-adjust' bindings to
13096 `doc-view-scale-adjust'.
13097
13098 2013-09-26 Tassilo Horn <tsdh@gnu.org>
13099
13100 * doc-view.el (doc-view-reset-zoom-level): New command.
13101 (doc-view-mode-map): Remap text-scale-adjust bindings to doc-view
13102 zoom commands (bug#15466).
13103
13104 2013-09-26 Kenichi Handa <handa@gnu.org>
13105
13106 * international/quail.el (quail-help): Make it not a command.
13107
13108 2013-09-26 Leo Liu <sdl.web@gmail.com>
13109
13110 * minibuffer.el (completion-all-sorted-completions): Make args
13111 optional as they are.
13112
13113 2013-09-25 Daniel Colascione <dancol@dancol.org>
13114
13115 * emacs-lisp/cl-macs.el (cl-type-spec): Tell edebug what type
13116 specs are and that they're not evaluated.
13117
13118 2013-09-24 Sam Steingold <sds@gnu.org>
13119
13120 * midnight.el (clean-buffer-list-kill-regexps)
13121 (clean-buffer-list-kill-buffer-names): Update for the new Man
13122 buffer naming which includes the object name.
13123
13124 2013-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
13125
13126 * eshell/esh-cmd.el (eshell--sep-terms): New var.
13127 (eshell-parse-command, eshell-parse-pipeline): Use it since
13128 eshell-separate-commands requires a dynamic scoped var.
13129 Reported by Jan Moringen <jmoringe@techfak.uni-bielefeld.de>.
13130
13131 2013-09-23 Leo Liu <sdl.web@gmail.com>
13132
13133 * autoinsert.el (auto-insert-alist): Make the value of
13134 lexical-binding match its file setting.
13135
13136 2013-09-23 Juanma Barranquero <lekktu@gmail.com>
13137
13138 * vc/vc-sccs.el (vc-sccs-search-project-dir): Mark unused argument.
13139
13140 * autoarg.el (autoarg-kp-digit-argument):
13141 * electric.el (Electric-command-loop):
13142 * kmacro.el (kmacro-step-edit-insert):
13143 Do not set universal-argument-num-events.
13144
13145 2013-09-22 Leo Liu <sdl.web@gmail.com>
13146
13147 * files.el (interpreter-mode-alist): Add octave.
13148
13149 2013-09-21 Alan Mackenzie <acm@muc.de>
13150
13151 C++: fontify identifier in declaration following "public:" correctly.
13152 * progmodes/cc-langs.el (c-decl-start-colon-kwd-re): New lang var
13153 to match "public", etc.
13154 (c-decl-prefix-re): Add ":" into the C++ value.
13155 * progmodes/cc-engine.el (c-find-decl-prefix-search): Refactor a
13156 bit. Add a check for a ":" preceded by "public", etc.
13157
13158 2013-09-21 Eli Zaretskii <eliz@gnu.org>
13159
13160 * files.el (auto-mode-alist): Support OBJFILE-gdb.gdb script files
13161 recognized by GDB 7.5 and later.
13162
13163 2013-09-21 Xue Fuqiao <xfq.free@gmail.com>
13164
13165 * vc/vc-dir.el (vc-dir-mode-map): Add keybinding for vc-log-incoming.
13166
13167 2013-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
13168
13169 * subr.el (internal--call-interactively): New const.
13170 (called-interactively-p): Use it (bug#3984).
13171
13172 2013-09-20 Xue Fuqiao <xfq.free@gmail.com>
13173
13174 * vc/pcvs.el (cvs-mode-ignore):
13175 * vc/vc-cvs.el (vc-cvs-ignore, vc-cvs-append-to-ignore):
13176 Rename cvs-append-to-ignore to vc-cvs-append-to-ignore.
13177
13178 2013-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
13179
13180 * eshell/em-ls.el: Use advice. Remove redundant :group keywords.
13181 (eshell-ls-orig-insert-directory): Remove.
13182 (eshell-ls-unload-hook): Not a defcustom any more. Use advice-remove.
13183 (eshell-ls-use-in-dired): Use advice-add/remove.
13184 (eshell-ls--insert-directory): Rename from eshell-ls-insert-directory.
13185 Add `orig-fun' arg for use in :around advice.
13186 Make it check (redundantly) eshell-ls-use-in-dired.
13187
13188 2013-09-19 Glenn Morris <rgm@gnu.org>
13189
13190 * emacs-lisp/cl-macs.el (cl-defsubst): Remove unused local `pbody'.
13191
13192 * simple.el (x-selection-owner-p, x-selection-exists-p): Declare.
13193
13194 * emacs-lisp/eieio.el (class-parent): Undo previous change.
13195
13196 2013-09-19 Michael Albinus <michael.albinus@gmx.de>
13197
13198 * net/tramp-sh.el (tramp-get-remote-id): Do not raise an error.
13199 (tramp-get-remote-uid-with-id, tramp-get-remote-gid-with-id)
13200 (tramp-get-remote-python): New defuns.
13201 (tramp-get-remote-uid-with-perl)
13202 (tramp-get-remote-gid-with-perl): New defuns. Perl code
13203 contributed by yary <not.com@gmail.com> (tiny change).
13204 (tramp-get-remote-uid-with-python)
13205 (tramp-get-remote-gid-with-python): New defuns. Python code
13206 contributed by Andrey Tykhonov <atykhonov@gmail.com> (tiny change).
13207 (tramp-get-remote-uid, tramp-get-remote-gid): Use new defuns.
13208
13209 2013-09-19 Glenn Morris <rgm@gnu.org>
13210
13211 * emacs-lisp/eieio.el (class-parent): Don't use defalias with macros.
13212
13213 * eshell/em-unix.el (eshell-remove-entries):
13214 Rename argument to avoid name-clash with global `top-level'.
13215
13216 * eshell/esh-proc.el (eshell-kill-process-function):
13217 Remove eshell-reset-after-proc from eshell-kill-hook if present.
13218 (eshell-reset-after-proc): Remove unused arg `proc'.
13219
13220 * eshell/esh-util.el (eshell-read-hosts-file): Use `filename' arg.
13221 (directory-files-and-attributes): Mark unused arg.
13222
13223 * eshell/em-unix.el (eshell-remove-entries):
13224 Remove unused arg `path'. Update callers.
13225
13226 * eshell/em-hist.el (eshell-hist-parse-arguments):
13227 Remove unused arg `silent'. Update callers.
13228
13229 * eshell/em-ls.el (eshell-ls-use-in-dired): Use `symbol' arg.
13230 Fix (f)boundp mix-up.
13231
13232 * eshell/em-smart.el (eshell-smart-scroll-window)
13233 (eshell-disable-after-change):
13234 * eshell/em-term.el (eshell-term-sentinel): Mark unused arg.
13235
13236 2013-09-18 Alan Mackenzie <acm@muc.de>
13237
13238 Fix fontification of type when followed by "const".
13239 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Don't exclude
13240 "known" types from fontification.
13241
13242 2013-09-18 Glenn Morris <rgm@gnu.org>
13243
13244 * emacs-lisp/chart.el (x-display-color-cells): Declare.
13245 (chart-face-list): Drop Emacsen without display-color-p.
13246
13247 * net/eww.el (libxml-parse-html-region): Declare.
13248 (eww-display-html): Explicit error if no libxml2 support.
13249
13250 * doc-view.el (doc-view-mode): Silence --without-x compilation.
13251
13252 * image.el (image-type-from-buffer, image-multi-frame-p):
13253 Remove --without-x warning/error.
13254
13255 * mouse.el (mouse-yank-primary):
13256 * term.el (term-mouse-paste):
13257 Reorder to silence --without-x compilation.
13258
13259 * mpc.el (doc-view-mode): Silence --without-x compilation.
13260
13261 * mail/rmailmm.el (rmail-mime-set-bulk-data):
13262 Silence --without-x compilation.
13263
13264 * progmodes/gud.el (gud-find-file, gud-mode):
13265 Silence --without-x compilation.
13266 (tooltip-mode): Declare.
13267
13268 * wdired.el (dired-backup-overwrite): Remove declaration.
13269 (wdired-mode-map): Add doc string.
13270
13271 * custom.el (x-get-resource): Declare.
13272
13273 * eshell/em-glob.el (ange-cache):
13274 * eshell/em-unix.el (ange-cache): Declare.
13275
13276 * faces.el (x-display-list, x-open-connection, x-get-resource):
13277 Declare.
13278
13279 * follow.el (scroll-bar-toolkit-scroll, scroll-bar-drag)
13280 (scroll-bar-scroll-up, scroll-bar-scroll-down, mwheel-scroll):
13281 Declare.
13282
13283 * frame.el (x-display-grayscale-p, x-display-name): Declare.
13284
13285 * net/gnutls.el (gnutls-log-level): Declare.
13286
13287 * net/shr.el (image-size, image-animate): Declare.
13288
13289 * simple.el (font-info): Declare.
13290
13291 * subr.el (x-popup-dialog): Declare.
13292
13293 * term/common-win.el (x-select-enable-primary)
13294 (x-last-selected-text-primary, x-last-selected-text-clipboard):
13295 Declare.
13296
13297 * term/ns-win.el (x-handle-args): Declare.
13298
13299 * term/x-win.el (x-select-enable-clipboard): Declare.
13300
13301 * term/w32-win.el (create-default-fontset): Declare.
13302
13303 * w32-common-fns.el (x-server-version, x-select-enable-clipboard):
13304 Declare.
13305
13306 * window.el (x-display-pixel-height, tool-bar-lines-needed): Declare.
13307 (fit-frame-to-buffer): Explicit error if --without-x.
13308 (mouse-autoselect-window-select): Silence compiler.
13309
13310 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
13311
13312 * eshell/em-cmpl.el (eshell-complete-parse-arguments):
13313 * eshell/em-hist.el (eshell/history, eshell-isearch-backward):
13314 * eshell/em-pred.el (eshell-parse-modifiers, eshell-pred-file-time):
13315 * eshell/esh-util.el (eshell-sublist):
13316 Remove unused local variables.
13317
13318 * eshell/esh-io.el (x-select-enable-clipboard): Declare.
13319
13320 * textmodes/two-column.el: Make 2C-split work for --without-x.
13321 (scroll-bar-columns): Autoload.
13322 (top-level): Require fringe when compiling.
13323
13324 2013-09-18 Leo Liu <sdl.web@gmail.com>
13325
13326 * subr.el (add-hook): Robustify to handle closure as well.
13327
13328 2013-09-17 Glenn Morris <rgm@gnu.org>
13329
13330 * simple.el (messages-buffer-mode-map): Unbind "g".
13331
13332 2013-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
13333
13334 * help-mode.el (help-mode-finish): Use derived-mode-p.
13335 Remove obsolete highlighting.
13336
13337 * play/life.el (life-mode): Use define-derived-mode. Derive from
13338 special-mode.
13339 (life): Let-bind inhibit-read-only.
13340 (life-setup): Avoid `setq'. Use `life-mode'.
13341
13342 * emacs-lisp/package.el (package-generate-autoloads): Remove `require'
13343 which should not be needed any more.
13344 (package-menu-refresh, package-menu-describe-package): Use user-error.
13345
13346 * eshell/esh-cmd.el (eshell-post-rewrite-command-function): New var.
13347 (eshell-post-rewrite-command-hook): Make obsolete.
13348 (eshell-parse-command): Simplify.
13349 (eshell-structure-basic-command): Remove unused arg `vocal-test'.
13350 (eshell--cmd): Declare.
13351 (eshell-parse-pipeline): Remove unused var `final-p'.
13352 Pass a dynvar to eshell-post-rewrite-command-hook.
13353 Implement the new eshell-post-rewrite-command-function.
13354 (eshell-invoke-directly): Remove unused arg `input'.
13355 * eshell/esh-io.el (eshell-io-initialize):
13356 Use eshell-post-rewrite-command-function (bug#15399).
13357 (eshell--apply-redirections): Rename from eshell-apply-redirections;
13358 adjust to new calling convention.
13359 (eshell-create-handles): Rename args to avoid clashing with dynvar
13360 `standard-output'.
13361
13362 2013-09-17 Glenn Morris <rgm@gnu.org>
13363
13364 * simple.el (messages-buffer-mode): New major mode.
13365 (messages-buffer): New function.
13366 * startup.el (normal-top-level): Switch mode of *Messages* buffer.
13367 * emacs-lisp/ert.el (ert--force-message-log-buffer-truncation)
13368 (ert-run-test): Use `messages-buffer' function.
13369 (ert--force-message-log-buffer-truncation): Ignore read-only.
13370 * help.el (view-echo-area-messages): Use `messages-buffer' function.
13371 * mail/emacsbug.el (report-emacs-bug): Use `messages-buffer' function.
13372
13373 2013-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
13374
13375 * subr.el (eval-after-load): Preserve evaluation order (bug#15389).
13376
13377 * abbrev.el (abbrev--check-chars): Fix thinko (bug#15360).
13378
13379 2013-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
13380
13381 * icomplete.el (icomplete-in-buffer): New var.
13382 (icomplete-pre-command-hook, icomplete-post-command-hook): Remove those
13383 vars and replace them with functions.
13384 (icomplete-minibuffer-setup): Adjust accordingly.
13385 (icomplete--completion-table, icomplete--completion-predicate)
13386 (icomplete--field-string, icomplete--field-beg, icomplete--field-end):
13387 New functions.
13388 (icomplete-forward-completions, icomplete-backward-completions)
13389 (icomplete-simple-completing-p, icomplete-exhibit)
13390 (icomplete-completions): Use them.
13391 (icomplete--in-region-buffer): New var.
13392 (icomplete--in-region-setup): New function.
13393 (icomplete-mode): Use it.
13394
13395 * eshell/esh-opt.el: Fix last change to set lexical-vars properly
13396 (bug#15379).
13397 (eshell--do-opts): Rename from eshell-do-opt, remove arg `body-fun',
13398 return args and options.
13399 (eshell-eval-using-options): Use the new return value of
13400 eshell--do-opts to set the options's vars in their scope.
13401 (eshell--set-option): Rename from eshell-set-option.
13402 Add arg `opt-vals'.
13403 (eshell--process-option): Rename from eshell-process-option.
13404 Add arg `opt-vals'.
13405 (eshell--process-args): Use an `opt-vals' alist to store the options's
13406 values during their processing and return them additionally to the
13407 remaining args.
13408
13409 2013-09-15 Dmitry Gutov <dgutov@yandex.ru>
13410
13411 * progmodes/ruby-mode.el (ruby-operator-re): Consider line
13412 continuation character an operator, as far as indentation is
13413 concerned (Bug#15369).
13414
13415 2013-09-15 Martin Rudalics <rudalics@gmx.at>
13416
13417 * window.el (window--state-put-2): Don't process buffer state
13418 when buffer doesn't exist any more (Bug#15382).
13419
13420 2013-09-15 Glenn Morris <rgm@gnu.org>
13421
13422 * eshell/em-unix.el (eshell/rm):
13423 Make -f ignore missing files. (Bug#15373)
13424
13425 * eshell/esh-cmd.el (eshell--local-vars): New variable. (Bug#15372)
13426 (eshell-rewrite-for-command): Add for loop vars to eshell--local-vars.
13427 * eshell/esh-var.el (eshell-get-variable): Respect eshell--local-vars.
13428
13429 2013-09-14 Glenn Morris <rgm@gnu.org>
13430
13431 * eshell/esh-var.el (eshell-variable-aliases-list): Fix doc typo.
13432
13433 2013-09-13 Glenn Morris <rgm@gnu.org>
13434
13435 * dired-x.el (dired-guess-shell-alist-user): Doc fix.
13436 (dired-guess-default): Make `file' available in the env. (Bug#15363)
13437
13438 2013-09-13 Dmitry Antipov <dmantipov@yandex.ru>
13439
13440 * frame.el (x-focus-frame): Mark as declared in frame.c.
13441
13442 2013-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
13443
13444 * ls-lisp.el: Use advice-add.
13445 (original-insert-directory): Remove.
13446 (ls-lisp--insert-directory): Rename from insert-directory; add
13447 `orig-fun' argument.
13448 (insert-directory): Advise.
13449
13450 2013-09-13 Eli Zaretskii <eliz@gnu.org>
13451
13452 * term.el (term-emulate-terminal): Decode the command string
13453 before passing it to term-command-hook. (Bug#15337)
13454
13455 2013-09-13 Glenn Morris <rgm@gnu.org>
13456
13457 * eshell/esh-util.el (ange-cache): Move declaration earlier.
13458
13459 * eshell/esh-ext.el (eshell-search-path): Declare.
13460
13461 * eshell/em-prompt.el (eshell/pwd): Autoload it.
13462 Otherwise an error occurs if eshell-dirs module not loaded.
13463
13464 * progmodes/gdb-mi.el (gud-cont, gud-step): Declare.
13465
13466 2013-09-13 Michael Albinus <michael.albinus@gmx.de>
13467
13468 * net/tramp.el (tramp-check-proper-method-and-host): Rename it from
13469 `tramp-check-proper-host'. Check for a valid method name.
13470
13471 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
13472 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
13473 * net/tramp-sh.el (tramp-maybe-open-connection):
13474 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Call it.
13475
13476 * net/tramp-cache.el (tramp-cache-print): Don't print text properties
13477 also for hash values.
13478
13479 2013-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
13480
13481 * term/ns-win.el (parameters): Don't declare as dynamic.
13482 (before-make-frame-hook): Don't add ineffective function.
13483
13484 * eshell/*.el: Use lexical-binding (bug#15231).
13485
13486 2013-09-12 Kenichi Handa <handa@gnu.org>
13487
13488 * composite.el (compose-gstring-for-graphic): Handle enclosing mark.
13489
13490 2013-09-12 Glenn Morris <rgm@gnu.org>
13491
13492 * vc/vc-svn.el (vc-svn-dir-status-files, vc-svn-dir-extra-headers)
13493 (vc-svn-ignore, vc-svn-retrieve-tag): Mark unused arguments.
13494
13495 * subr.el (do-after-load-evaluation): Also give compiler warnings
13496 when obsolete files are used (except by obsolete files).
13497
13498 * vc/vc-svn.el (vc-svn-parse-status): If there are multiple files
13499 in the status output, assume `filename' is the first. (Bug#15322)
13500
13501 * vc/vc.el (vc-deduce-fileset): Doc fix.
13502
13503 * calc/calc-help.el (Info-goto-node):
13504 * progmodes/cperl-mode.el (Info-find-node):
13505 * vc/ediff.el (Info-goto-node): Update declarations.
13506
13507 * vc/vc-dispatcher.el (vc-dir-refresh): Declare.
13508
13509 * vc/vc-bzr.el (vc-compilation-mode): Declare.
13510 (vc-bzr-pull): Require vc-dispatcher.
13511 * vc/vc-git.el (vc-compilation-mode): Declare.
13512 (vc-git-pull): Require vc-dispatcher.
13513
13514 * progmodes/ruby-mode.el (ruby-syntax-propertize-function): Declare.
13515
13516 * progmodes/octave.el (help-button-action): Declare.
13517
13518 * shell.el (shell-directory-tracker): Output error as a message
13519 rather than just returning it as a string.
13520 (shell-process-pushd): Remove useless use of message.
13521
13522 * dframe.el (dframe-timer-fn):
13523 * files.el (dir-locals-read-from-file):
13524 * mpc.el (mpc--status-timer-run, mpc--status-idle-timer-run)
13525 (mpc-format):
13526 * reveal.el (reveal-post-command):
13527 * saveplace.el (load-save-place-alist-from-file):
13528 * shell.el (shell-resync-dirs):
13529 * w32-common-fns.el (x-get-selection-value):
13530 * emacs-lisp/copyright.el (copyright-find-copyright):
13531 * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info):
13532 * emulation/tpu-edt.el (tpu-copy-keyfile):
13533 * play/bubbles.el (bubbles--mark-neighbourhood):
13534 * progmodes/executable.el
13535 (executable-make-buffer-file-executable-if-script-p):
13536 * term/pc-win.el (x-get-selection-value): Use with-demoted-errors.
13537
13538 2013-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
13539
13540 Cleanup Eshell to rely less on dynamic scoping.
13541 * eshell/esh-opt.el (eshell-eval-using-options): Don't bind usage-msg,
13542 last-value, and ext-command here. Bind `args' closer to `body'.
13543 (temp-args, last-value, usage-msg, ext-command, args): Don't defvar.
13544 (eshell--args): Declare new dynamic var.
13545 (eshell-do-opt): Add argument `args'. Bind our own usage-msg,
13546 last-value, and ext-command. Pass `args' to `body'.
13547 (eshell-process-args): Bind eshell--args.
13548 (eshell-set-option): Use eshell--args.
13549 * eshell/eshell.el (eshell): Use derived-mode-p.
13550 * eshell/esh-var.el (eshell-parse-variable): Use backquote.
13551 (eshell-parse-variable-ref): Remove unused vars `end' and `err'.
13552 (eshell-glob-function): Declare.
13553 * eshell/esh-util.el: Require cl-lib.
13554 (eshell-read-hosts-file): Avoid add-to-list.
13555 * eshell/esh-cmd.el (eshell-parse-lisp-argument): Remove unused var
13556 `err'.
13557 * eshell/em-unix.el (compilation-scroll-output, locate-history-list):
13558 Declare.
13559 (eshell/diff): Remove unused var `err'.
13560 * eshell/em-rebind.el (eshell-delete-backward-char): Remove unused arg
13561 `killflag'.
13562 * eshell/em-pred.el (eshell-parse-modifiers): Remove unused var `err'.
13563 * eshell/em-ls.el (eshell-ls-highlight-alist): Move defvars before
13564 first use.
13565 * eshell/em-glob.el (eshell-glob-matches, message-shown):
13566 Move declaration before first use.
13567 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Use backquotes.
13568 * autorevert.el (auto-revert-notify-handler): Use `cl-dolist' since we
13569 rely on cl-return.
13570
13571 2013-09-12 Glenn Morris <rgm@gnu.org>
13572
13573 * term/ns-win.el (global-map): Remove binding for ispell-next,
13574 deleted 1999-05-29. (Bug#15357)
13575
13576 2013-09-11 Glenn Morris <rgm@gnu.org>
13577
13578 * echistory.el (electric-command-history): Remove call to deleted func.
13579
13580 * play/landmark.el (landmark-mode): Fix typos.
13581
13582 * vc/vc-cvs.el (cvs-append-to-ignore): Fix arg spec.
13583 Check cvs-sort-ignore-file is bound.
13584
13585 * savehist.el: No need for cl when compiling on Emacs.
13586
13587 2013-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
13588
13589 * eshell/esh-mode.el (eshell-mode-syntax-table): Fix up initialization
13590 (bug#15338).
13591 (eshell-self-insert-command, eshell-send-invisible):
13592 Remove unused argument.
13593 (eshell-handle-control-codes): Remove unused var `orig'.
13594 Avoid delete-backward-char.
13595
13596 * files.el (set-auto-mode): Simplify a bit further.
13597
13598 2013-09-11 Glenn Morris <rgm@gnu.org>
13599
13600 * files.el (interpreter-mode-alist): Remove \\` \\' parts.
13601 (set-auto-mode): Don't regexp-quote elements.
13602 * progmodes/python.el (interpreter-mode-alist): Remove \\` \\'.
13603 * progmodes/cc-mode.el (interpreter-mode-alist):
13604 * progmodes/ruby-mode.el (interpreter-mode-alist):
13605 Revert previous change.
13606
13607 2013-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
13608
13609 * play/snake.el (snake-mode):
13610 * play/mpuz.el (mpuz-mode):
13611 * play/landmark.el (lm-mode):
13612 * play/blackbox.el (blackbox-mode):
13613 * play/5x5.el (5x5-mode):
13614 * obsolete/options.el (Edit-options-mode):
13615 * net/quickurl.el (quickurl-list-mode):
13616 * net/newst-treeview.el (newsticker-treeview-mode):
13617 * mail/rmailsum.el (rmail-summary-mode):
13618 * mail/mspools.el (mspools-mode):
13619 * locate.el (locate-mode):
13620 * ibuffer.el (ibuffer-mode):
13621 * emulation/ws-mode.el (wordstar-mode):
13622 * emacs-lisp/debug.el (debugger-mode):
13623 * array.el (array-mode):
13624 * net/eudc.el (eudc-mode): Use define-derived-mode.
13625 * net/mairix.el (mairix-searches-mode-font-lock-keywords):
13626 Move initialization into declaration.
13627 (mairix-searches-mode): Use define-derived-mode.
13628 * net/eudc-hotlist.el (eudc-hotlist-mode): Use define-derived-mode.
13629 (eudc-edit-hotlist): Use dolist.
13630 * man.el (Man-mode-syntax-table): Rename from man-mode-syntax-table.
13631 (Man-mode): Use define-derived-mode.
13632 * info.el (Info-edit-mode-map): Rename from Info-edit-map.
13633 (Info-edit-mode): Use define-derived-mode.
13634 (Info-cease-edit): Use Info-mode.
13635 * eshell/esh-mode.el (eshell-mode-syntax-table): Move initialization
13636 into declaration.
13637 (eshell-mode): Use define-derived-mode.
13638 * chistory.el (command-history-mode-map): Rename from
13639 command-history-map.
13640 (command-history-mode): Use define-derived-mode.
13641 (Command-history-setup): Remove function.
13642 * calc/calc.el (calc-trail-mode-map): New var.
13643 (calc-trail-mode): Use define-derived-mode.
13644 (calc-trail-buffer): Set calc-main-buffer manually.
13645 * bookmark.el (bookmark-insert-annotation): New function.
13646 (bookmark-edit-annotation): Use it.
13647 (bookmark-edit-annotation-mode): Make it a proper major mode.
13648 (bookmark-send-edited-annotation): Use derived-mode-p.
13649 * arc-mode.el (archive-mode): Move kill-all-local-variables a tiny bit
13650 closer to its ideal place. Use \' to match EOS.
13651
13652 * profiler.el (profiler-calltree-find): Use function-equal.
13653
13654 2013-09-10 Glenn Morris <rgm@gnu.org>
13655
13656 * files.el (interpreter-mode-alist): Convert to regexps.
13657 (set-auto-mode): Adapt for this. (Bug#15306)
13658 * progmodes/cperl-mode.el (cperl-clobber-mode-lists):
13659 Comment out unused variable.
13660 * progmodes/cc-mode.el (interpreter-mode-alist):
13661 * progmodes/python.el (interpreter-mode-alist):
13662 * progmodes/ruby-mode.el (interpreter-mode-alist): Convert to regexps.
13663 * progmodes/sh-script.el (sh-set-shell):
13664 No longer use interpreter-mode-alist to get list of shells.
13665
13666 * progmodes/cc-mode.el (awk-mode): Remove duplicate autoload.
13667
13668 2013-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
13669
13670 * simple.el: Use set-temporary-overlay-map for universal-argument.
13671 (universal-argument-map): Don't use default-bindings (bug#15317).
13672 Bind switch-frame explicitly. Replace universal-argument-minus with
13673 a conditional binding.
13674 (universal-argument-num-events, saved-overriding-map): Remove.
13675 (restore-overriding-map): Remove.
13676 (universal-argument--mode): Rename from save&set-overriding-map,
13677 and rewrite.
13678 (universal-argument, universal-argument-more, negative-argument)
13679 (digit-argument): Adjust accordingly.
13680 (universal-argument-minus): Remove.
13681 (universal-argument-other-key): Remove.
13682
13683 * subr.el (with-demoted-errors): Add `format' argument.
13684
13685 2013-09-10 Michael Albinus <michael.albinus@gmx.de>
13686
13687 * net/tramp.el (tramp-cleanup): Remove. Functionality added to
13688 `tramp-cleanup-connection'.
13689
13690 * net/tramp-cmds.el (tramp-cleanup-connection): Add optional
13691 parameters KEEP-DEBUG and KEEP-PASSWORD.
13692
13693 * net/tramp.el (tramp-file-name-handler):
13694 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
13695 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
13696 (tramp-maybe-open-connection):
13697 * net/tramp-smb.el (tramp-smb-maybe-open-connection):
13698 Use `tramp-cleanup-connection'.
13699
13700 * net/tramp-sh.el (tramp-maybe-open-connection):
13701 Catch 'uname-changed inside the progress reporter.
13702
13703 2013-09-10 Glenn Morris <rgm@gnu.org>
13704
13705 * simple.el (read-minibuffer): Unbreak it. (Bug#15318)
13706
13707 * dired-x.el (dired-mark-sexp): Unbreak for systems where ls
13708 returns "alternate access method" in mode (eg "-rw-r--r--.").
13709
13710 2013-09-08 Glenn Morris <rgm@gnu.org>
13711
13712 * saveplace.el (load-save-place-alist-from-file):
13713 Demote errors. (Bug#15305)
13714
13715 2013-09-08 Michael Albinus <michael.albinus@gmx.de>
13716
13717 Improve compatibility with older Emacsen, and XEmacs.
13718
13719 * net/tramp.el (tramp-find-method, tramp-find-user): Call `propertize'
13720 only if it is bound. It isn't for XEmacs.
13721 (with-tramp-progress-reporter): Do not let-bind `result'.
13722 This yields to scoping errors in XEmacs.
13723 (tramp-handle-make-auto-save-file-name): New function, moved from
13724 tramp-sh.el.
13725
13726 * net/tramp-adb.el (tramp-adb-file-name-handler-alist): Add handler
13727 for `make-auto-save-file-name'.
13728 (tramp-adb--gnu-switches-to-ash):
13729 Use `tramp-compat-replace-regexp-in-string'.
13730
13731 * net/tramp-cache.el (tramp-cache-print): Call
13732 `substring-no-properties' only if it is bound. It isn't for XEmacs.
13733
13734 * net/tramp-cmds.el (tramp-bug): Call `propertize' only if it is
13735 bound. It isn't for XEmacs.
13736
13737 * net/tramp-compat.el (tramp-compat-copy-file):
13738 Catch `wrong-number-of-arguments' error.
13739 (tramp-compat-replace-regexp-in-string): New defun.
13740
13741 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist): Add handler
13742 for `make-auto-save-file-name'.
13743 (tramp-gvfs-handle-copy-file): Use `tramp-compat-funcall' for
13744 `copy-file'.
13745 (tramp-gvfs-file-gvfs-monitor-file-process-filter)
13746 (tramp-gvfs-file-name): Use `tramp-compat-replace-regexp-in-string'.
13747 (tramp-synce-list-devices): Use `push' instead of `pushnew'.
13748
13749 * net/tramp-gw.el (tramp-gw-open-network-stream):
13750 Use `tramp-compat-replace-regexp-in-string'.
13751
13752 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
13753 Call `tramp-handle-make-auto-save-file-name'.
13754 (tramp-sh-handle-make-auto-save-file-name): Move to tramp.el.
13755 (tramp-sh-file-gvfs-monitor-dir-process-filter)
13756 (tramp-sh-file-inotifywait-process-filter):
13757 Use `tramp-compat-replace-regexp-in-string'.
13758 (tramp-compute-multi-hops): Use `push' instead of `pushnew'.
13759
13760 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add handler
13761 for `make-auto-save-file-name'.
13762 (tramp-smb-handle-copy-directory):
13763 Call `tramp-compat-replace-regexp-in-string'.
13764 (tramp-smb-get-file-entries): Use `push' instead of `pushnew'.
13765 (tramp-smb-handle-copy-file): Improve error message.
13766 (tramp-smb-handle-rename-file): Rename directly only in case
13767 `newname' does not exist yet. This is a restriction of smbclient.
13768 (tramp-smb-maybe-open-connection): Rerun the function only when
13769 `auth-sources' is non-nil.
13770
13771 2013-09-08 Kenichi Handa <handa@gnu.org>
13772
13773 * international/characters.el: Set category "^" (Combining) for
13774 more characters.
13775
13776 2013-09-07 Alan Mackenzie <acm@muc.de>
13777
13778 Correctly fontify Java class constructors.
13779 * progmodes/cc-langs.el (c-type-decl-suffix-key): Now matches ")"
13780 in Java Mode.
13781 (c-recognize-typeless-decls): Set the Java value to t.
13782 * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
13783 While handling a "(", add a check for, effectively, Java, and handle a
13784 "typeless" declaration there.
13785
13786 2013-09-07 Roland Winkler <winkler@gnu.org>
13787
13788 * textmodes/bibtex.el (bibtex-biblatex-entry-alist): Add optional
13789 field subtitle for entry type book.
13790
13791 2013-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
13792
13793 * minibuffer.el: Make minibuffer-complete call completion-in-region
13794 rather than other way around.
13795 (completion--some, completion-pcm--find-all-completions):
13796 Don't delay signals when debugging.
13797 (minibuffer-completion-contents): Beware fields within the
13798 minibuffer contents.
13799 (completion-all-sorted-completions): Use defvar-local.
13800 (completion--do-completion, completion--cache-all-sorted-completions)
13801 (completion-all-sorted-completions, minibuffer-force-complete):
13802 Add args `beg' and `end'.
13803 (completion--in-region-1): New fun, extracted from minibuffer-complete.
13804 (minibuffer-complete): Use completion-in-region.
13805 (completion-complete-and-exit): New fun, extracted from
13806 minibuffer-complete-and-exit.
13807 (minibuffer-complete-and-exit): Use it.
13808 (completion--complete-and-exit): Rename from
13809 minibuffer--complete-and-exit.
13810 (completion-in-region--single-word): New function, extracted from
13811 minibuffer-complete-word.
13812 (minibuffer-complete-word): Use it.
13813 (display-completion-list): Make `common-substring' argument obsolete.
13814 (completion--in-region): Call completion--in-region-1 instead of
13815 minibuffer-complete.
13816 (completion-help-at-point): Pass boundaries to
13817 minibuffer-completion-help as args rather than via an overlay.
13818 (completion-pcm--string->pattern): Use `any-delim'.
13819 (completion-pcm--optimize-pattern): New function.
13820 (completion-pcm--pattern->regex): Handle `any-delim'.
13821 * icomplete.el (icomplete-forward-completions)
13822 (icomplete-backward-completions, icomplete-completions):
13823 Adjust calls to completion-all-sorted-completions and
13824 completion--cache-all-sorted-completions.
13825 (icomplete-with-completion-tables): Default to t.
13826 * emacs-lisp/crm.el (crm--current-element): Rename from
13827 crm--select-current-element. Don't put an overlay but return the
13828 boundaries instead.
13829 (crm--completion-command): Take two new args to bind to the boundaries.
13830 (crm-completion-help): Adjust accordingly.
13831 (crm-complete): Use completion-in-region.
13832 (crm-complete-word): Use completion-in-region--single-word.
13833 (crm-complete-and-exit): Use completion-complete-and-exit.
13834
13835 2013-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
13836
13837 * dired-x.el (dired-mark-sexp): Bind the vars lexically rather
13838 than dynamically.
13839
13840 2013-09-06 Juri Linkov <juri@jurta.org>
13841
13842 * info.el (Info-display-images-node): When image file doesn't exist
13843 display text version of the image if it's provided in the Info file.
13844 Otherwise, display the location of missing image from SRC attribute.
13845 Add help-echo text property from ALT attribute. (Bug#15279)
13846
13847 2013-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
13848
13849 * abbrev.el (edit-abbrevs-mode-map): Rename from edit-abbrevs-map.
13850 (edit-abbrevs-mode): Use define-derived-mode.
13851
13852 * epa.el (epa--encode-coding-string, epa--decode-coding-string)
13853 (epa--select-safe-coding-system, epa--derived-mode-p): Make it obvious
13854 that it's defined.
13855 (epa-key-list-mode, epa-key-mode, epa-info-mode):
13856 Use define-derived-mode.
13857
13858 * epg.el (epg-start-encrypt): Minor CSE simplification.
13859
13860 2013-09-06 William Xu <william.xwl@gmail.com>
13861
13862 * arc-mode.el: Add support for 7za (bug#15264).
13863 (archive-7z-program): New var.
13864 (archive-zip-extract, archive-zip-expunge, archive-zip-update)
13865 (archive-zip-update-case, archive-7z-extract, archive-7z-expunge)
13866 (archive-7z-update, archive-zip-extract, archive-7z-summarize): Use it.
13867
13868 2013-09-06 Michael Albinus <michael.albinus@gmx.de>
13869
13870 Remove URL syntax.
13871
13872 * net/tramp.el (tramp-syntax, tramp-prefix-format)
13873 (tramp-postfix-method-format, tramp-prefix-ipv6-format)
13874 (tramp-postfix-ipv6-format, tramp-prefix-port-format)
13875 (tramp-postfix-host-format, tramp-file-name-regexp)
13876 (tramp-completion-file-name-regexp)
13877 (tramp-completion-dissect-file-name)
13878 (tramp-handle-substitute-in-file-name): Remove 'url case.
13879 (tramp-file-name-regexp-url)
13880 (tramp-completion-file-name-regexp-url): Remove constants.
13881
13882 2013-09-06 Glenn Morris <rgm@gnu.org>
13883
13884 * replace.el (replace-string): Doc fix re start/end. (Bug#15275)
13885
13886 2013-09-05 Dmitry Gutov <dgutov@yandex.ru>
13887
13888 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Move "Perl-ish
13889 keywords" below "here-doc beginnings" (Bug#15270).
13890
13891 2013-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
13892
13893 * subr.el (pop): Use `car-safe'.
13894 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Remove hack
13895 to detect unused `pop' return value.
13896
13897 * progmodes/python.el (python-nav-beginning-of-block): Remove unused
13898 var `block-regexp'.
13899 (python-nav--forward-sexp): Remove unused var `re-search-fn'.
13900 (python-fill-string): Remove unused var `marker'.
13901 (python-skeleton-add-menu-items): Remove unused var `items'.
13902
13903 * international/mule-cmds.el: Require CL.
13904 (find-coding-systems-for-charsets): Avoid add-to-list.
13905 (sanitize-coding-system-list): New function, extracted from
13906 select-safe-coding-system-interactively.
13907 (select-safe-coding-system-interactively): Use it.
13908 (read-input-method-name): Accept symbols for `default'.
13909
13910 * emacs-lisp/advice.el (defadvice): Add indent rule.
13911
13912 2013-09-05 Daniel Hackney <dan@haxney.org>
13913
13914 * dired-x.el:
13915 * net/ange-ftp.el:
13916 * net/browse-url.el:
13917 * net/dbus.el:
13918 * net/eudc.el:
13919 * net/eudcb-ldap.el:
13920 * net/eww.el:
13921 * net/imap.el:
13922 * printing.el:
13923 * vc/ediff-diff.el:
13924 * vc/ediff-init.el:
13925 * vc/ediff-merg.el:
13926 * vc/ediff-mult.el:
13927 * vc/ediff-util.el:
13928 * vc/ediff-wind.el:
13929 * vc/ediff.el:
13930 * vc/emerge.el:
13931 * vc/pcvs.el:
13932 * vc/vc-annotate.el: Prefix unused arguments with `_' to silence
13933 byte compiler. Remove some unused let-bound variables.
13934
13935 2013-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
13936
13937 * emacs-lisp/cconv.el: Use `car-safe' rather than `car' to access
13938 a "ref-cell", since it gets better optimized (bug#14883).
13939
13940 2013-09-05 Glenn Morris <rgm@gnu.org>
13941
13942 * progmodes/cc-awk.el (c-forward-sws): Declare.
13943
13944 2013-09-04 Glenn Morris <rgm@gnu.org>
13945
13946 * generic-x.el [rul-generic-mode]: Require cc-mode.
13947 (c++-mode-syntax-table): Declare.
13948 (rul-generic-mode-syntax-table): Init in the defvar.
13949
13950 2013-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
13951
13952 * vc/vc-dispatcher.el (vc-run-delayed): New macro.
13953 (vc-do-command, vc-set-async-update):
13954 * vc/vc-mtn.el (vc-mtn-dir-status):
13955 * vc/vc-hg.el (vc-hg-dir-status, vc-hg-dir-status-files)
13956 (vc-hg-pull, vc-hg-merge-branch):
13957 * vc/vc-git.el (vc-git-dir-status-goto-stage, vc-git-pull)
13958 (vc-git-merge-branch):
13959 * vc/vc-cvs.el (vc-cvs-print-log, vc-cvs-dir-status)
13960 (vc-cvs-dir-status-files):
13961 * vc/vc-bzr.el (vc-bzr-pull, vc-bzr-merge-branch, vc-bzr-dir-status)
13962 (vc-bzr-dir-status-files):
13963 * vc/vc-arch.el (vc-arch-dir-status): Use vc-run-delayed.
13964 * vc/vc-annotate.el: Use lexical-binding.
13965 (vc-annotate-display-select, vc-annotate): Use vc-run-delayed.
13966 (vc-sentinel-movepoint): Declare.
13967 (vc-annotate): Don't use `goto-line'.
13968 * vc/vc.el (vc-diff-internal): Prefer a closure to `(lambda...).
13969 (vc-diff-internal, vc-log-internal-common): Use vc-run-delayed.
13970 (vc-sentinel-movepoint): Declare.
13971 * vc/vc-svn.el: Use lexical-binding.
13972 (vc-svn-dir-status, vc-svn-dir-status-files): Use vc-run-delayed.
13973 * vc/vc-sccs.el:
13974 * vc/vc-rcs.el: Use lexical-binding.
13975
13976 * autorevert.el (auto-revert-notify-handler): Explicitly ignore
13977 `deleted'. Don't drop errors silently.
13978
13979 * emacs-lisp/gv.el (gv-get): Warn about CL-compiled places.
13980
13981 2013-09-04 Xue Fuqiao <xfq.free@gmail.com>
13982
13983 * vc/vc.el (vc-ignore): Rewrite.
13984 (vc-default-ignore): New function.
13985 (vc-default-ignore-completion-table): Use find-ignore-file.
13986
13987 * vc/vc-bzr.el (vc-bzr-ignore, vc-bzr-ignore-completion-table):
13988 * vc/vc-git.el (vc-git-ignore, vc-git-ignore-completion-table):
13989 * vc/vc-hg.el (vc-hg-ignore, vc-hg-ignore-completion-table):
13990 Remove. Most code moved to vc.el.
13991
13992 2013-09-03 Stefan Monnier <monnier@iro.umontreal.ca>
13993
13994 * net/tramp-gvfs.el (tramp-gvfs-mount-spec, tramp-synce-list-devices):
13995 * net/tramp-smb.el (tramp-smb-get-file-entries):
13996 * net/tramp-sh.el (tramp-sh-handle-insert-directory)
13997 (tramp-compute-multi-hops): Fix misuses of `add-to-list'.
13998
13999 * net/eww.el (eww-display-raw): Remove unused argument `charset'.
14000 Update call to it.
14001 (eww-change-select): Remove unused var `properties'.
14002 (eww-make-unique-file-name): Remove unused var `base'.
14003
14004 * finder.el (finder-compile-keywords): Don't mess with windows.
14005
14006 * calculator.el (calculator-funcall): Fix typo in last change.
14007
14008 * vc/vc-git.el (vc-git-checkin): Make it possible to commit a merge.
14009
14010 * emacs-lisp/package.el (package-activate-1): Don't let a missing
14011 <pkg>-autoloads.el file stop us.
14012
14013 * net/tramp.el (with-parsed-tramp-file-name): Silence compiler
14014 warnings, and factor out common code.
14015
14016 2013-09-03 Dmitry Gutov <dgutov@yandex.ru>
14017
14018 * progmodes/ruby-mode.el (ruby-calculate-indent): Consider
14019 two-character operators and whether the character preceding them
14020 changes their meaning (Bug#15208).
14021
14022 2013-09-02 Fabián Ezequiel Gallina <fgallina@gnu.org>
14023
14024 Format code sent to Python shell for robustness.
14025 * progmodes/python.el (python-shell-buffer-substring):
14026 New function.
14027 (python-shell-send-region, python-shell-send-buffer): Use it.
14028
14029 2013-09-02 Michael Albinus <michael.albinus@gmx.de>
14030
14031 * net/tramp-compat.el (tramp-compat-user-error): Move it ...
14032 * net/tramp.el (tramp-user-error): ... here.
14033 (tramp-find-method, tramp-check-proper-host)
14034 (tramp-dissect-file-name, tramp-debug-message)
14035 (tramp-handle-shell-command):
14036 * net/tramp-adb.el (tramp-adb-handle-shell-command):
14037 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler): Adapt callees.
14038
14039 * net/tramp-cache.el (tramp-cache-print): Don't print text properties.
14040
14041 2013-09-02 Martin Rudalics <rudalics@gmx.at>
14042
14043 * avoid.el (mouse-avoidance-point-position)
14044 (mouse-avoidance-too-close-p): Handle case where posn-at-point
14045 returns nil.
14046
14047 2013-09-02 Fabián Ezequiel Gallina <fgallina@gnu.org>
14048
14049 * progmodes/python.el (python-shell-completion-get-completions):
14050 Drop use of deleted `comint-last-prompt-overlay'.
14051 (python-nav-if-name-main): New command.
14052
14053 2013-09-01 Glenn Morris <rgm@gnu.org>
14054
14055 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
14056 Avoid leading space in $wins. Otherwise the sed command used by
14057 eg compile-main ends up containing "/*.el". (Bug#15170)
14058
14059 * frame.el (frame-background-mode): Doc fix. (Bug#15226)
14060
14061 2013-08-30 Glenn Morris <rgm@gnu.org>
14062
14063 * emacs-lisp/bytecomp.el (byte-recompile-directory):
14064 Fix is-this-a-directory logic. (Bug#15220)
14065
14066 2013-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
14067
14068 * textmodes/css-mode.el: Use SMIE.
14069 (css-smie-grammar): New var.
14070 (css-smie--forward-token, css-smie--backward-token)
14071 (css-smie-rules): New functions.
14072 (css-mode): Use them.
14073 (css-navigation-syntax-table): Remove var.
14074 (css-backward-sexp, css-forward-sexp, css-indent-calculate-virtual)
14075 (css-indent-calculate, css-indent-line): Remove functions.
14076
14077 Misc changes to reduce use of `(lambda...); and other cleanups.
14078 * cus-edit.el: Use lexical-binding.
14079 (customize-push-and-save, customize-apropos)
14080 (custom-buffer-create-internal): Use closures.
14081 * progmodes/bat-mode.el (bat-mode-syntax-table): "..." are strings.
14082 * progmodes/ada-xref.el: Use setq.
14083 * net/tramp.el (with-tramp-progress-reporter): Avoid setq.
14084 * dframe.el: Use lexical-binding.
14085 (dframe-frame-mode): Fix calling convention for hooks. Use a closure.
14086 * speedbar.el (speedbar-frame-mode): Adjust call accordingly.
14087 * descr-text.el: Use lexical-binding.
14088 (describe-text-widget, describe-text-sexp, describe-property-list):
14089 Use closures.
14090 * comint.el (comint-history-isearch-push-state): Use a closure.
14091 * calculator.el: Use lexical-binding.
14092 (calculator-number-to-string): Make it work with lexical-binding.
14093 (calculator-funcall): Same and use cl-letf.
14094
14095 * emacs-lisp/lisp.el (lisp--company-doc-buffer)
14096 (lisp--company-doc-string, lisp--company-location): New functions.
14097 (lisp-completion-at-point): Use them to improve Company support.
14098
14099 * progmodes/ruby-mode.el (ruby-smie-grammar): Add rule for formal
14100 params of lambda expressions.
14101 (ruby-smie--implicit-semi-p): Refine rule (bug#15208).
14102 (ruby-smie--opening-pipe-p): New function.
14103 (ruby-smie--forward-token, ruby-smie--backward-token): Handle Ruby
14104 symbols and matched |...| for formal params.
14105 (ruby-smie-rules): Don't let the formal params of a "do" prevent it
14106 from being treated as hanging. Handle "rescue".
14107
14108 2013-08-29 Glenn Morris <rgm@gnu.org>
14109
14110 * progmodes/cc-engine.el (c-pull-open-brace):
14111 Move definition before use.
14112
14113 2013-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
14114
14115 * emacs-lisp/cl-macs.el (cl-defsubst): Make it clear that args
14116 are immutable. Don't use `unsafe' any more.
14117 (cl--defsubst-expand): Don't substitute at the same time as keeping
14118 a residual unused let-binding. Don't use `unsafe' any more.
14119
14120 2013-08-29 Glenn Morris <rgm@gnu.org>
14121
14122 * calendar/cal-china.el (calendar-chinese-year-cache):
14123 Recenter on 2015.
14124
14125 * nxml/nxml-util.el (nxml-debug-clear-inside):
14126 Use cl-loop rather than loop.
14127
14128 * net/eww.el (eww-mode-map): Lower-case menu bar entries look bad.
14129
14130 * progmodes/sh-script.el (sh-builtins) <bash>: Add some bash4-isms.
14131
14132 2013-08-28 Glenn Morris <rgm@gnu.org>
14133
14134 * progmodes/antlr-mode.el: No need to require cc-mode twice.
14135
14136 * progmodes/cc-bytecomp.el (cc-require): Handle uncompiled case.
14137
14138 * progmodes/cc-mode.el (c-define-abbrev-table): Handle NAME unbound.
14139
14140 2013-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
14141
14142 * simple.el (repeat-complex-command--called-interactively-skip):
14143 New function.
14144 (repeat-complex-command): Use it (bug#14136).
14145
14146 * progmodes/cc-mode.el: Minor cleanup of var declarations.
14147 (c-define-abbrev-table): Add `doc' argument.
14148 (c-mode-abbrev-table, c++-mode-abbrev-table)
14149 (objc-mode-abbrev-table, java-mode-abbrev-table)
14150 (idl-mode-abbrev-table, pike-mode-abbrev-table)
14151 (awk-mode-abbrev-table): Use it.
14152 (c-mode-syntax-table, c-mode-map, c++-mode-syntax-table)
14153 (c++-mode-map, objc-mode-syntax-table, objc-mode-map)
14154 (java-mode-syntax-table, java-mode-map, idl-mode-syntax-table)
14155 (idl-mode-map, pike-mode-syntax-table, pike-mode-map, awk-mode-map):
14156 Move initialization into the declaration; and remove any
14157 autoload cookie.
14158
14159 * epg.el (epg--process-filter): Use with-current-buffer, save-excursion
14160 and dynamic let binding.
14161
14162 * vc/smerge-mode.el: Remove redundant :group args.
14163
14164 * emacs-lisp/package.el (package-activate-1): Don't add unnecessarily
14165 to load-path.
14166
14167 2013-08-28 Juri Linkov <juri@jurta.org>
14168
14169 * isearch.el (isearch-reread-key-sequence-naturally): Use non-nil
14170 arg DONT-DOWNCASE-LAST of `read-key-sequence'.
14171 (isearch-other-meta-char): Handle an undefined shifted printing
14172 character by downshifting it. (Bug#15200)
14173
14174 2013-08-28 Juri Linkov <juri@jurta.org>
14175
14176 * isearch.el (isearch-search): Change regexp error message for
14177 non-regexp searches. (Bug#15166)
14178
14179 2013-08-28 Paul Eggert <eggert@cs.ucla.edu>
14180
14181 * Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
14182 for portability to hosts where /bin/sh has problems.
14183
14184 2013-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
14185
14186 * emacs-lisp/cconv.el (cconv--analyse-function): Improve warning.
14187
14188 2013-08-27 Juri Linkov <juri@jurta.org>
14189
14190 * isearch.el (isearch-other-meta-char): Don't store kmacro commands
14191 in the keyboard macro. (Bug#15126)
14192
14193 2013-08-27 Juri Linkov <juri@jurta.org>
14194
14195 * isearch.el (isearch-quote-char): Comment out converting unibyte
14196 to multibyte, thus syncing with its `quoted-insert' counterpart.
14197 (Bug#15166)
14198
14199 2013-08-27 Martin Rudalics <rudalics@gmx.at>
14200
14201 * window.el (display-buffer-use-some-window): Add missing
14202 argument in call of get-largest-window (Bug#15185).
14203 Reported by Stephen Leake.
14204
14205 2013-08-27 Glenn Morris <rgm@gnu.org>
14206
14207 * emacs-lisp/package.el (package-buffer-info): Fix message typo.
14208
14209 2013-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
14210
14211 * progmodes/python.el (python-font-lock-keywords): Don't return nil
14212 from a matcher-function unless there's no more matches (bug#15161).
14213
14214 2013-08-26 Michael Albinus <michael.albinus@gmx.de>
14215
14216 * minibuffer.el: Revert change from 2013-08-20.
14217
14218 * net/tramp.el (tramp-find-method, tramp-find-user): Mark result
14219 with text property `tramp-default', if appropriate.
14220 (tramp-check-proper-host): New defun.
14221 (tramp-dissect-file-name): Do not check hostname. Revert change
14222 of 2013-03-18.
14223 (tramp-backtrace): Make VEC-OR-PROC optional.
14224
14225 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
14226 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
14227 * net/tramp-sh.el (tramp-maybe-open-connection):
14228 * net/tramp-smb.el (tramp-smb-maybe-open-connection):
14229 Apply `tramp-check-proper-host'.
14230
14231 2013-08-26 Tassilo Horn <tsdh@gnu.org>
14232
14233 * epa-hook.el (epa-file-encrypt-to): Quote `safe-local-variable'
14234 lambda expression in order to have `describe-variable' display it.
14235
14236 2013-08-26 Michael Albinus <michael.albinus@gmx.de>
14237
14238 * net/tramp-sh.el (tramp-sh-handle-verify-visited-file-modtime):
14239 BUF can be optional. (Bug#15186)
14240
14241 2013-08-25 Xue Fuqiao <xfq.free@gmail.com>
14242
14243 * progmodes/flymake.el (flymake-get-real-file-name-function):
14244 Fix broken customization. (Bug#15184)
14245
14246 2013-08-25 Alan Mackenzie <acm@muc.de>
14247
14248 Improve indentation of bracelists defined by macros (without "=").
14249
14250 * progmodes/cc-engine.el (c-inside-bracelist-p): When a macro
14251 expansion begins with "{", regard it as bracelist when it doesn't
14252 contain a ";".
14253
14254 Parse C++ inher-intro when there's a template split over 2 lines.
14255
14256 * progmodes/cc-engine.el (c-guess-basic-syntax CASE 5C): Code more
14257 rigorously the search for "class" etc. followed by ":".
14258
14259 * progmodes/cc-langs.el (c-opt-<>-sexp-key): Make the value for
14260 random languages a regexp which never matches rather than nil.
14261
14262 Handle "/"s more accurately in test for virtual semicolons (AWK Mode).
14263
14264 * progmodes/cc-awk.el (c-awk-one-line-possibly-open-string-re)
14265 (c-awk-regexp-one-line-possibly-open-char-list-re)
14266 (c-awk-one-line-possibly-open-regexp-re)
14267 (c-awk-one-line-non-syn-ws*-re): Remove.
14268 (c-awk-possibly-open-string-re, c-awk-non-/-syn-ws*-re)
14269 (c-awk-space*-/-re, c-awk-space*-regexp-/-re)
14270 (c-awk-space*-unclosed-regexp-/-re): New constants.
14271 (c-awk-at-vsemi-p): Reformulate better to recognize "/"s which
14272 aren't regexp delimiters.
14273
14274 * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Add in
14275 handling for a rare situation in AWK Mode involving unterminated
14276 strings/regexps.
14277
14278 2013-08-23 Glenn Morris <rgm@gnu.org>
14279
14280 * files.el (auto-mode-alist): Use sh-mode for .bash_history.
14281
14282 * files.el (interpreter-mode-alist): Use tcl-mode for expect scripts.
14283
14284 * files.el (create-file-buffer): If the result would begin with
14285 spaces, prepend a "|" instead of removing them. (Bug#15162)
14286
14287 2013-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
14288
14289 * textmodes/fill.el (fill-match-adaptive-prefix): Don't throw away
14290 text-properties (bug#15155).
14291
14292 * calc/calc-keypd.el (calc-keypad-execute): `x-flush-mouse-queue' doesn't
14293 exist any more.
14294 (calc-keypad-redraw): Remove unused var `pad'.
14295 (calc-keypad-press): Remove unused var `menu'.
14296
14297 2013-08-23 Martin Rudalics <rudalics@gmx.at>
14298
14299 * window.el (display-buffer-pop-up-frame):
14300 Call pop-up-frame-function with BUFFER current so `make-frame' will
14301 use it as the new frame's buffer (Bug#15133).
14302
14303 2013-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
14304
14305 * calendar/timeclock.el: Minor cleanups.
14306 (timeclock-ask-before-exiting, timeclock-use-display-time):
14307 Use `symbol'.
14308 (timeclock-modeline-display): Define as alias before the
14309 actual definition.
14310 (timeclock-mode-line-display): Use define-minor-mode.
14311 (timeclock-day-list-template): Make it a function, add an argument.
14312 (timeclock-day-list-required, timeclock-day-list-length)
14313 (timeclock-day-list-debt, timeclock-day-list-span)
14314 (timeclock-day-list-break): Adjust calls accordingly.
14315
14316 2013-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
14317
14318 * emacs-lisp/pp.el (pp-eval-expression, pp-macroexpand-expression):
14319 Use read--expression so that completion works again.
14320
14321 2013-08-21 Sam Steingold <sds@gnu.org>
14322
14323 Add rudimentary inferior shell interaction
14324 * progmodes/sh-script.el (sh-shell-process): New buffer-local variable.
14325 (sh-set-shell): Reset it.
14326 (sh-show-shell, sh-cd-here, sh-send-line-or-region-and-step):
14327 New commands (bound to C-c C-z, C-c C-d, and C-c C-n).
14328
14329 2013-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
14330
14331 * align.el: Use lexical-binding.
14332 (align-region): Simplify accordingly.
14333
14334 2013-08-20 Michael Albinus <michael.albinus@gmx.de>
14335
14336 * minibuffer.el (completion--sifn-requote): Bind `non-essential'.
14337
14338 * rfn-eshadow.el (rfn-eshadow-update-overlay): Move binding of
14339 `non-essential' up.
14340
14341 2013-08-17 Michael Albinus <michael.albinus@gmx.de>
14342
14343 * net/tramp.el:
14344 * net/tramp-adb.el:
14345 * net/tramp-cmds.el:
14346 * net/tramp-ftp.el:
14347 * net/tramp-gvfs.el:
14348 * net/tramp-gw.el:
14349 * net/tramp-sh.el: Don't wrap external variable declarations by
14350 `eval-when-compile'.
14351
14352 2013-08-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
14353
14354 * net/shr.el (shr-rescale-image): Use ImageMagick even for GIFs
14355 now that Emacs supports ImageMagick animations.
14356
14357 2013-08-16 Michael Albinus <michael.albinus@gmx.de>
14358
14359 * net/tramp-cmds.el (top): Don't declare `buffer-name'.
14360 (tramp-append-tramp-buffers): Rewrite buffer local variables part.
14361
14362 2013-08-16 Martin Rudalics <rudalics@gmx.at>
14363
14364 * window.el (mouse-autoselect-window-select): Do autoselect when
14365 mouse pointer is on margin.
14366
14367 2013-08-16 William Parsons <wbparsons@alum.mit.edu> (tiny change)
14368
14369 * net/ange-ftp.el (ange-ftp-skip-msgs): Add 500 EPSV. (Bug#1972)
14370
14371 2013-08-16 Glenn Morris <rgm@gnu.org>
14372
14373 * net/ange-ftp.el (ange-ftp-good-msgs, ange-ftp-get-pwd):
14374 Handle "Remote Directory" response of some clients. (Bug#15058)
14375
14376 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local):
14377 Tweak warning. (Bug#14926)
14378
14379 * menu-bar.el (send-mail-item-name, read-mail-item-name): Remove.
14380 (menu-bar-tools-menu): Simplify news and mail items. (Bug#15095)
14381
14382 * image-mode.el (image-mode-map): Add menu items to reverse,
14383 increase, decrease, reset animation speed.
14384 (image--set-speed, image-increase-speed, image-decrease-speed)
14385 (image-reverse-speed, image-reset-speed): New functions.
14386 (image-mode-map): Add bindings for speed commands.
14387
14388 * image.el (image-animate-get-speed, image-animate-set-speed):
14389 New functions.
14390 (image-animate-timeout): Respect image :speed property.
14391
14392 2013-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
14393
14394 * emacs-lisp/debug.el (debugger-setup-buffer): Put point on the
14395 previous line (bug#15101).
14396 (debugger-eval-expression, debugger-record-expression):
14397 Use read--expression (bug#15102).
14398
14399 2013-08-15 Michael Albinus <michael.albinus@gmx.de>
14400
14401 Remove byte compiler warnings, visible when compiling with
14402 `byte-compile-force-lexical-warnings' set to t.
14403
14404 * net/tramp.el (tramp-debug-message, tramp-message, tramp-error)
14405 (tramp-error-with-buffer): Rename ARGS to ARGUMENTS and BUFFER to BUF.
14406 (tramp-handle-unhandled-file-name-directory)
14407 (tramp-handle-file-notify-add-watch, tramp-action-login)
14408 (tramp-action-succeed, tramp-action-permission-denied)
14409 (tramp-action-terminal, tramp-action-process-alive): Prefix unused
14410 arguments with "_".
14411
14412 * net/tramp-adb.el (tramp-adb-parse-device-names)
14413 (tramp-adb-handle-insert-directory, tramp-adb-handle-delete-file)
14414 (tramp-adb-handle-copy-file): Prefix unused arguments with "_".
14415 (tramp-adb-handle-file-truename): Remove unused arguments.
14416
14417 * net/tramp-cache.el (tramp-flush-directory-property)
14418 (tramp-flush-connection-property, tramp-list-connections)
14419 (tramp-parse-connection-properties): Prefix unused arguments with "_".
14420
14421 * net/tramp-compat.el (tramp-compat-make-temp-file):
14422 Rename FILENAME to F.
14423
14424 * net/tramp-gvfs.el (tramp-gvfs-handle-file-notify-add-watch)
14425 (tramp-gvfs-handle-write-region, tramp-bluez-parse-device-names)
14426 (tramp-zeroconf-parse-workstation-device-names)
14427 (tramp-zeroconf-parse-webdav-device-names)
14428 (tramp-synce-parse-device-names): Prefix unused arguments with "_".
14429
14430 * net/tramp-gw.el (tramp-gw-gw-proc-sentinel)
14431 (tramp-gw-aux-proc-sentinel): Prefix unused arguments with "_".
14432
14433 * net/tramp-sh.el (tramp-sh-handle-file-truename): Remove unused
14434 arguments.
14435 (tramp-sh-handle-copy-file, tramp-sh-handle-dired-compress-file)
14436 (tramp-sh-handle-insert-file-contents-literally)
14437 (tramp-sh-handle-file-notify-add-watch): Prefix unused arguments
14438 with "_".
14439 (tramp-do-copy-or-rename-file, tramp-barf-if-no-shell-prompt):
14440 Remove unused variables.
14441
14442 * net/tramp-smb.el (tramp-smb-handle-copy-directory)
14443 (tramp-smb-handle-copy-file, tramp-smb-handle-delete-file)
14444 (tramp-smb-read-file-entry): Prefix unused arguments with "_".
14445
14446 * net/tramp-uu.el (tramp-uu-b64-alphabet, tramp-uu-b64-char-to-byte):
14447 Make them a defconst.
14448 (tramp-uuencode-region): Remove unused variable.
14449
14450 2013-08-14 Juanma Barranquero <lekktu@gmail.com>
14451
14452 * frameset.el (frameset--prop-setter): New function.
14453 (frameset-prop): Add gv-setter declaration.
14454 (frameset-filter-minibuffer): Deal with the case that the minibuffer
14455 parameter was already set in FILTERED. Doc fix.
14456 (frameset--record-minibuffer-relationships): Allow saving a
14457 minibufferless frame without its corresponding minibuffer frame.
14458 (frameset--reuse-frame): Accept a match from an orphaned minibufferless
14459 frame, if the frame id matches.
14460 (frameset--minibufferless-last-p): Sort non-orphaned minibufferless
14461 frames before orphaned ones.
14462 (frameset-restore): Warn about orphaned windows, instead of error out.
14463
14464 2013-08-14 Martin Rudalics <rudalics@gmx.at>
14465
14466 * window.el (window-make-atom): Don't overwrite parameter
14467 already present.
14468 (display-buffer-in-atom-window): Handle special case where we
14469 split an already atomic window.
14470 (window--major-non-side-window, display-buffer-in-side-window)
14471 (window--side-check): Ignore minibuffer window when walking
14472 window tree.
14473 (window-deletable-p): Return 'frame only if no other frame uses
14474 our minibuffer window.
14475 (record-window-buffer): Run buffer-list-update-hook.
14476 (split-window): Make sure window--check-frame won't destroy an
14477 existing atomic window in case the new window gets nested
14478 inside.
14479 (display-buffer-at-bottom): Ignore minibuffer window when
14480 walking window tree. Don't split a side window.
14481 (pop-to-buffer): Don't set-buffer here, the select-window call
14482 should do that.
14483 (mouse-autoselect-window-select): Autoselect only if we are in the
14484 text portion of the window.
14485
14486 2013-08-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
14487
14488 * net/shr.el (shr-parse-image-data): New function to grab both the
14489 data itself and the Content-Type.
14490 (shr-put-image): Use it.
14491
14492 * net/eww.el (eww-display-image): Ditto.
14493
14494 * image.el (image-content-type-suffixes): New variable.
14495
14496 2013-08-13 Fabián Ezequiel Gallina <fgallina@gnu.org>
14497
14498 * progmodes/python.el (python-imenu--build-tree)
14499 (python-imenu--put-parent): Simplify and Fix (GH bug 146).
14500
14501 2013-08-13 Xue Fuqiao <xfq.free@gmail.com>
14502
14503 * simple.el (backward-word): Mention the optional argument.
14504
14505 2013-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
14506
14507 * frameset.el (frameset--make): Rename constructor from make-frameset.
14508 (frameset-p, frameset-valid-p): Don't autoload.
14509 (frameset-valid-p): Use normal accessors.
14510
14511 2013-08-13 Glenn Morris <rgm@gnu.org>
14512
14513 * progmodes/compile.el (compile-command): Tweak example in doc.
14514 * obsolete/scribe.el (scribe-mode):
14515 * progmodes/mixal-mode.el (mixal-mode): Quote buffer name. (Bug#15053)
14516
14517 * mail/feedmail.el (feedmail-confirm-outgoing)
14518 (feedmail-display-full-frame, feedmail-deduce-bcc-where): Fix types.
14519
14520 * cus-start.el (truncate-partial-width-windows): Fix type.
14521
14522 * emulation/viper-init.el (viper-search-scroll-threshold): Fix type.
14523
14524 * net/shr.el (shr-table-horizontal-line): Fix custom type.
14525
14526 2013-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
14527
14528 * emacs-lisp/timer.el (timer--time-setter): New function.
14529 (timer--time): Use it as gv-setter.
14530
14531 * emacs-lisp/gv.el (gv-define-simple-setter): Output warning when
14532 setter is not a symbol.
14533
14534 2013-08-12 Grégoire Jadi <daimrod@gmail.com>
14535
14536 * mail/sendmail.el (sendmail-send-it): Don't kill the error buffer
14537 if sending fails. This makes debugging easier.
14538
14539 2013-08-12 Juanma Barranquero <lekktu@gmail.com>
14540
14541 * xml.el (xml-parse-tag-1): Use looking-at (this reverts change in
14542 2013-08-11T00:07:48Z!lekktu@gmail.com, which breaks the test suite).
14543 https://lists.gnu.org/archive/html/emacs-devel/2013-08/msg00263.html
14544
14545 2013-08-12 Eli Zaretskii <eliz@gnu.org>
14546
14547 * term/w32-win.el (dynamic-library-alist): Add DLLs for zlib.
14548
14549 2013-08-12 Glenn Morris <rgm@gnu.org>
14550
14551 * format.el (format-annotate-function):
14552 Handle read-only text properties in the source. (Bug#14887)
14553
14554 2013-08-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
14555
14556 * net/eww.el (eww-display-html): Ignore coding system errors.
14557 One web site uses "utf-8lias" as the coding system.
14558
14559 2013-08-11 Juanma Barranquero <lekktu@gmail.com>
14560
14561 * frameset.el (frameset-valid-p): Fix check; STATES can indeed be nil.
14562
14563 2013-08-10 Juanma Barranquero <lekktu@gmail.com>
14564
14565 * tutorial.el (tutorial--describe-nonstandard-key): Use string-match-p.
14566 (tutorial--detailed-help): Remove unused local variables.
14567 (tutorial--save-tutorial-to): Use ignore-errors.
14568 (help-with-tutorial): Use looking-at-p.
14569
14570 * view.el (view-buffer-other-window, view-buffer-other-frame):
14571 Mark unused arguments.
14572
14573 * woman.el (woman-parse-colon-path, woman-parse-colon-path)
14574 (woman-select-symbol-fonts, woman, woman-find-file)
14575 (woman-insert-file-contents, woman-non-underline-faces):
14576 Use string-match-p.
14577 (woman1-unquote): Move declaration.
14578
14579 * xml.el (xml-parse-tag-1, xml-parse-string): Use looking-at-p.
14580 (xml-parse-dtd): Use looking-at-p, string-match-p. Mark unused
14581 argument. Remove unused local variable.
14582 (xml-parse-elem-type): Use string-match-p.
14583 (xml-substitute-numeric-entities): Use ignore-errors.
14584
14585 * calculator.el (calculator): Mark unused argument.
14586 (calculator-paste, calculator-quit, calculator-integer-p):
14587 Use ignore-errors.
14588 (calculator-string-to-number, calculator-decimal, calculator-exp)
14589 (calculator-op-or-exp): Use string-match-p.
14590
14591 * dired.el (dired-buffer-more-recently-used-p): Declare.
14592 (dired-insert-set-properties, dired-insert-old-subdirs):
14593 Use ignore-errors.
14594
14595 * dired-aux.el (dired-compress): Use ignore-errors.
14596 (dired-do-chxxx, dired-do-chmod, dired-trample-file-versions)
14597 (dired-do-async-shell-command, dired-do-shell-command)
14598 (dired-shell-stuff-it, dired-compress-file, dired-insert-subdir)
14599 (dired-insert-subdir-validate): Use string-match-p.
14600 (dired-map-dired-file-lines, dired-subdir-hidden-p): Use looking-at-p.
14601 (dired-add-entry): Use string-match-p, looking-at-p.
14602 (dired-insert-subdir-newpos): Remove unused local variable.
14603
14604 * filenotify.el (file-notify-callback): Remove unused local variable.
14605
14606 * filesets.el (filesets-error): Mark unused argument.
14607 (filesets-which-command-p, filesets-filter-dir-names)
14608 (filesets-directory-files, filesets-get-external-viewer)
14609 (filesets-ingroup-get-data): Use string-match-p.
14610
14611 * find-file.el (ff-other-file-name, ff-other-file-name)
14612 (ff-find-the-other-file, ff-cc-hh-converter):
14613 Remove unused local variables.
14614 (ff-get-file-name): Use string-match-p.
14615 (ff-all-dirs-under): Use ignore-errors.
14616
14617 * follow.el (follow-comint-scroll-to-bottom): Mark unused argument.
14618 (follow-select-if-visible): Remove unused local variable.
14619
14620 * forms.el (read-file-filter): Move declaration.
14621 (forms--make-format, forms--make-parser, forms-insert-record):
14622 Quote function with #'.
14623 (forms--update): Use string-match-p. Quote function with #'.
14624
14625 * help-mode.el (help-dir-local-var-def): Mark unused argument.
14626 (help-make-xrefs): Use looking-at-p.
14627 (help-xref-on-pp): Use looking-at-p, ignore-errors.
14628
14629 * ibuffer.el (ibuffer-ext-visible-p): Declare.
14630 (ibuffer-confirm-operation-on): Use string-match-p.
14631
14632 * msb.el (msb-item-handler, msb-dired-item-handler):
14633 Mark unused arguments.
14634
14635 * ses.el (ses-decode-cell-symbol)
14636 (ses-kill-override): Remove unused local variable.
14637 (ses-create-cell-variable, ses-relocate-formula): Use string-match-p.
14638 (ses-load): Use ignore-errors, looking-at-p.
14639 (ses-jump-safe): Use ignore-errors.
14640 (ses-export-tsv, ses-export-tsf, ses-unsafe): Mark unused arguments.
14641
14642 * tabify.el (untabify, tabify): Mark unused arguments.
14643
14644 * thingatpt.el (thing-at-point--bounds-of-well-formed-url):
14645 Mark unused argument.
14646 (bounds-of-thing-at-point, thing-at-point-bounds-of-list-at-point)
14647 (thing-at-point-newsgroup-p, form-at-point): Use ignore-errors.
14648
14649 * emacs-lisp/timer.el (timer--time): Define setter with
14650 gv-define-setter to avoid deprecation warning.
14651
14652 * completion.el: Remove stuff unused since revno:3176 (1993-05-27).
14653 (*record-cmpl-statistics-p*): Remove (was commented out).
14654 (cmpl-statistics-block): Remove (body was commented out).
14655 All callers changed.
14656 (add-completions-from-buffer, load-completions-from-file):
14657 Remove unused variables.
14658
14659 2013-08-09 Juanma Barranquero <lekktu@gmail.com>
14660
14661 * filecache.el (file-cache-delete-file-list):
14662 Print message only when told so.
14663 (file-cache-files-matching): Use #' in mapconcat argument.
14664
14665 * ffap.el (ffap-url-at-point): Fix reference to variable
14666 thing-at-point-default-mail-uri-scheme.
14667
14668 2013-08-09 Stefan Monnier <monnier@iro.umontreal.ca>
14669
14670 * subr.el (define-error): New function.
14671 * progmodes/ada-xref.el (ada-error-file-not-found): Rename from
14672 error-file-not-found and define with define-error.
14673 * emacs-lisp/cl-lib.el (cl-assertion-failed): Move here from subr.el
14674 and define with define-error.
14675 * userlock.el (file-locked, file-supersession):
14676 * simple.el (mark-inactive):
14677 * progmodes/js.el (js-moz-bad-rpc, js-js-error):
14678 * progmodes/ada-mode.el (ada-mode-errors):
14679 * play/life.el (life-extinct):
14680 * nxml/xsd-regexp.el (xsdre-invalid-regexp, xsdre-parse-error):
14681 * nxml/xmltok.el (xmltok-markup-declaration-parse-error):
14682 * nxml/rng-util.el (rng-error):
14683 * nxml/rng-uri.el (rng-uri-error):
14684 * nxml/rng-match.el (rng-compile-error):
14685 * nxml/rng-cmpct.el (rng-c-incorrect-schema):
14686 * nxml/nxml-util.el (nxml-error, nxml-file-parse-error):
14687 * nxml/nxml-rap.el (nxml-scan-error):
14688 * nxml/nxml-outln.el (nxml-outline-error):
14689 * net/soap-client.el (soap-error):
14690 * net/gnutls.el (gnutls-error):
14691 * net/ange-ftp.el (ftp-error):
14692 * mpc.el (mpc-proc-error):
14693 * json.el (json-error, json-readtable-error, json-unknown-keyword)
14694 (json-number-format, json-string-escape, json-string-format)
14695 (json-key-format, json-object-format):
14696 * jka-compr.el (compression-error):
14697 * international/quail.el (quail-error):
14698 * international/kkc.el (kkc-error):
14699 * emacs-lisp/ert.el (ert-test-failed):
14700 * calc/calc.el (calc-error, inexact-result, math-overflow)
14701 (math-underflow):
14702 * bookmark.el (bookmark-error-no-filename):
14703 * epg.el (epg-error): Define with define-error.
14704
14705 * time.el (display-time-event-handler)
14706 (display-time-next-load-average): Don't call sit-for since it seems
14707 unnecessary (bug#15045).
14708
14709 * emacs-lisp/checkdoc.el: Remove redundant :group keywords.
14710 Use #' instead of ' to quote functions.
14711 (checkdoc-output-mode): Use setq-local.
14712 (checkdoc-spellcheck-documentation-flag, checkdoc-ispell-lisp-words)
14713 (checkdoc-verb-check-experimental-flag, checkdoc-proper-noun-regexp)
14714 (checkdoc-common-verbs-regexp): Mark safe-local-variable (bug#15010).
14715 (checkdoc-ispell, checkdoc-ispell-current-buffer)
14716 (checkdoc-ispell-interactive, checkdoc-ispell-message-interactive)
14717 (checkdoc-ispell-message-text, checkdoc-ispell-start)
14718 (checkdoc-ispell-continue, checkdoc-ispell-comments)
14719 (checkdoc-ispell-defun): Remove unused arg `take-notes'.
14720
14721 * ido.el (ido-completion-help): Fix up compiler warning.
14722
14723 2013-08-09 Juanma Barranquero <lekktu@gmail.com>
14724
14725 * frameset.el (frameset-p): Add autoload cookie.
14726 (frameset--jump-to-register): New function, based on code moved from
14727 register.el.
14728 (frameset-to-register): Move from register.el. Adapt to `registerv'.
14729
14730 * register.el (frameset-frame-id, frameset-frame-with-id, frameset-p)
14731 (frameset-restore, frameset-save, frameset-session-filter-alist):
14732 Remove declarations.
14733 (register-alist): Doc fix.
14734 (frameset-to-register): Move to frameset.el.
14735 (jump-to-register, describe-register-1): Remove frameset-specific code.
14736
14737 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
14738
14739 * allout-widgets.el (allout-widgets-pre-command-business)
14740 (allout-widgets-post-command-business)
14741 (allout-widgets-after-change-handler)
14742 (allout-decorate-item-and-context, allout-set-boundary-marker)
14743 (allout-body-modification-handler)
14744 (allout-graphics-modification-handler): Mark ignored arguments.
14745 (allout-widgets-post-command-business)
14746 (allout-widgets-exposure-change-processor)
14747 (allout-widgets-exposure-undo-processor)
14748 (allout-decorate-item-and-context, allout-redecorate-visible-subtree)
14749 (allout-parse-item-at-point, allout-decorate-item-guides)
14750 (allout-decorate-item-cue, allout-item-span): Remove unused variables.
14751 * allout.el (epa-passphrase-callback-function): Declare.
14752 (allout-overlay-insert-in-front-handler)
14753 (allout-overlay-interior-modification-handler)
14754 (allout-isearch-end-handler, allout-chart-siblings)
14755 (allout-up-current-level, allout-end-of-level, allout-reindent-body)
14756 (allout-yank-processing, allout-process-exposed)
14757 (allout-latex-verb-quote, allout-latexify-one-item, outlineify-sticky)
14758 (allout-latex-verbatim-quote-curr-line): Remove unused variables.
14759 * emacs-lisp/lisp-mode.el (lisp-eval-defun, last-sexp-toggle-display)
14760 (lisp-indent-defform): Mark ignored arguments.
14761 (lisp-indent-line): Mark ignored arguments. Remove unused variables.
14762 (calculate-lisp-indent): Remove unused variables.
14763 * international/characters.el (indian-2-column, arabic-2-column)
14764 (tibetan): Mark ignored arguments.
14765 (use-cjk-char-width-table): Mark ignored arguments.
14766 Remove unused variables.
14767 * international/fontset.el (build-default-fontset-data)
14768 (x-compose-font-name, create-fontset-from-fontset-spec):
14769 Mark ignored arguments.
14770 (fontset-plain-name): Remove unused variables.
14771 * international/mule.el (charset-id, charset-bytes, generic-char-p)
14772 (keyboard-coding-system): Mark ignored arguments.
14773 (find-auto-coding): Remove unused variables. Use `ignore-errors'.
14774 * help.el (resize-temp-buffer-window):
14775 * window.el (display-buffer-in-major-side-window)
14776 (display-buffer-in-side-window, display-buffer-in-previous-window):
14777 Remove unused variables.
14778 * isearch.el (isearch-forward-symbol):
14779 * version.el (emacs-bzr-version-bzr):
14780 * international/mule-cmds.el (current-language-environment):
14781 * term/common-win.el (x-handle-iconic, x-handle-geometry)
14782 (x-handle-display):
14783 * term/pc-win.el (x-list-fonts, x-display-planes)
14784 (x-display-color-cells, x-server-max-request-size, x-server-vendor)
14785 (x-server-version, x-display-screens, x-display-mm-height)
14786 (x-display-mm-width, x-display-backing-store, x-display-visual-class)
14787 (x-selection-owner-p, x-own-selection-internal)
14788 (x-disown-selection-internal, x-get-selection-internal)
14789 (msdos-initialize-window-system):
14790 * term/tty-colors.el (tty-color-alist, tty-color-clear):
14791 * term/x-win.el (x-handle-no-bitmap-icon):
14792 * vc/vc-hooks.el (vc-mode, vc-default-make-version-backups-p)
14793 (vc-default-find-file-hook, vc-default-extra-menu):
14794 Mark ignored arguments.
14795
14796 2013-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
14797
14798 * emacs-lisp/edebug.el (edebug-debugger): Use edebug-eval to run the
14799 break-condition in the context of the debugged code (bug#12685).
14800
14801 2013-08-08 Christopher Schmidt <christopher@ch.ristopher.com>
14802
14803 * comint.el:
14804 Do not use an overlay to highlight the last prompt. (Bug#14744)
14805 (comint-mode): Make comint-last-prompt buffer local.
14806 (comint-last-prompt): New variable.
14807 (comint-last-prompt-overlay): Remove. Superseded by
14808 comint-last-prompt.
14809 (comint-snapshot-last-prompt, comint-output-filter):
14810 Use comint-last-prompt.
14811
14812 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
14813
14814 * frameset.el (frameset-valid-p): Check vector length. Doc fix.
14815 (frameset-save): Check validity of the resulting frameset.
14816
14817 2013-08-08 Xue Fuqiao <xfq.free@gmail.com>
14818
14819 * ido.el (ido-record-command): Add doc string.
14820
14821 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
14822
14823 * frameset.el (frameset): Do not disable creation of the default
14824 frameset-p predicate. Doc fix.
14825 (frameset-valid-p): New function, copied from the old predicate-p.
14826 Add additional checks.
14827 (frameset-restore): Check with frameset-valid-p.
14828 (frameset-p, frameset-version, frameset-timestamp, frameset-app)
14829 (frameset-name, frameset-description, frameset-properties)
14830 (frameset-states): Add docstring.
14831 (frameset-session-filter-alist, frameset-persistent-filter-alist)
14832 (frameset-filter-alist): Doc fixes.
14833
14834 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
14835
14836 * frameset.el (frameset-p, frameset-prop): Doc fixes.
14837
14838 2013-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
14839
14840 * emacs-lisp/bytecomp.el (byte-compile-function-warn): New function,
14841 extracted from byte-compile-callargs-warn and byte-compile-normal-call.
14842 (byte-compile-callargs-warn, byte-compile-function-form): Use it.
14843 (byte-compile-normal-call): Remove obsolescence check.
14844
14845 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
14846
14847 * frameset.el (frameset-restore): Doc fix.
14848
14849 * register.el (frameset-frame-id, frameset-frame-with-id)
14850 (frameset-p, frameset-restore, frameset-save): Declare.
14851 (register-alist): Document framesets.
14852 (frameset-session-filter-alist): Declare.
14853 (frameset-to-register): New function.
14854 (jump-to-register): Implement jumping to framesets. Doc fix.
14855 (describe-register-1): Describe framesets.
14856
14857 * bindings.el (ctl-x-r-map): Bind ?f to frameset-to-register.
14858
14859 2013-08-07 Juanma Barranquero <lekktu@gmail.com>
14860
14861 * desktop.el (desktop-save-frameset): Use new frameset-save args.
14862 Use lexical-binding.
14863
14864 * frameset.el (frameset): Use type vector, not list (incompatible
14865 change). Do not declare a new constructor, use the default one.
14866 Upgrade suggested properties `app', `name' and `desc' to slots `app',
14867 `name' and `description', respectively, and add read-only slot
14868 `timestamp'. Doc fixes.
14869 (frameset-copy, frameset-persistent-filter-alist)
14870 (frameset-filter-alist, frameset-switch-to-gui-p)
14871 (frameset-switch-to-tty-p, frameset-filter-tty-to-GUI)
14872 (frameset-filter-sanitize-color, frameset-filter-minibuffer)
14873 (frameset-filter-iconified, frameset-keep-original-display-p):
14874 Doc fixes.
14875 (frameset-filter-shelve-param, frameset-filter-unshelve-param):
14876 Rename from frameset-filter-(save|restore)-param. All callers changed.
14877 Doc fix.
14878 (frameset-p): Adapt to change to vector and be more thorough.
14879 Change arg name to OBJECT. Doc fix.
14880 (frameset-prop): Rename arg PROP to PROPERTY. Doc fix.
14881 (frameset-session-filter-alist): Rename from frameset-live-filter-alist.
14882 All callers changed.
14883 (frameset-frame-with-id): Rename from frameset-locate-frame-id.
14884 All callers changed.
14885 (frameset--record-minibuffer-relationships): Rename from
14886 frameset--process-minibuffer-frames. All callers changed.
14887 (frameset-save): Add new keyword arguments APP, NAME and DESCRIPTION.
14888 Use new default constructor (again). Doc fix.
14889 (frameset--find-frame-if): Rename from `frameset--find-frame'.
14890 All callers changed.
14891 (frameset--reuse-frame): Rename arg FRAME-CFG to PARAMETERS.
14892 (frameset--initial-params): Rename arg FRAME-CFG to PARAMETERS.
14893 Doc fix.
14894 (frameset--restore-frame): Rename args FRAME-CFG and WINDOW-CFG to
14895 PARAMETERS and WINDOW-STATE, respectively.
14896 (frameset-restore): Add new keyword argument PREDICATE.
14897 Reset frameset--target-display to nil. Doc fix.
14898
14899 2013-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
14900
14901 * progmodes/bat-mode.el (bat--syntax-propertize): New var.
14902 (bat-mode): Use it.
14903 (bat-mode-syntax-table): Mark \n as end-of-comment.
14904 (bat-font-lock-keywords): Remove comment rule.
14905
14906 * progmodes/bat-mode.el: Rename from dos.el. Use "bat-" prefix.
14907 (dos-mode-help): Remove. Use describe-mode (C-h m) instead.
14908
14909 * emacs-lisp/bytecomp.el: Check existence of f in #'f.
14910 (byte-compile-callargs-warn): Use `push'.
14911 (byte-compile-arglist-warn): Ignore higher-order "calls".
14912 (byte-compile-file-form-autoload): Use `pcase'.
14913 (byte-compile-function-form): If quoting a symbol, check that it exists.
14914
14915 2013-08-07 Eli Zaretskii <eliz@gnu.org>
14916
14917 * progmodes/dos.el (dos-font-lock-keywords): Rename LINUX to UNIX
14918 and add a few popular commands found in batch files.
14919 (dos, dos-label-face, dos-cmd-help, dos-run, dos-run-args)
14920 (dos-mode): Doc fixes.
14921
14922 2013-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
14923
14924 * progmodes/dos.el (auto-mode-alist): Add entries for dos-mode.
14925 (dos-mode): Use setq-local. Add space after "rem".
14926 (dos-mode-syntax-table): Don't use "w" for symbol chars.
14927 (dos-font-lock-keywords): Try to adjust font-lock rules accordingly.
14928
14929 2013-08-07 Arni Magnusson <arnima@hafro.is>
14930
14931 * progmodes/dos.el: New file.
14932 * generic-x.el (bat-generic-mode): Redefine as an obsolete alias to
14933 dos-mode.
14934
14935 2013-08-06 Glenn Morris <rgm@gnu.org>
14936
14937 * calendar/calendar.el: Add new faces, and day-header-array.
14938 (calendar-weekday-header, calendar-weekend-header)
14939 (calendar-month-header): New faces.
14940 (calendar-day-header-construct): New function.
14941 (calendar-day-header-width): Also :set calendar-day-header-array.
14942 (calendar-american-month-header, calendar-european-month-header)
14943 (calendar-iso-month-header): Use calendar- faces.
14944 (calendar-generate-month):
14945 Use calendar-day-header-array for day headers; apply faces to them.
14946 (calendar-mode): Check calendar-font-lock-keywords non-nil.
14947 (calendar-abbrev-construct): Add optional maxlen argument.
14948 (calendar-day-name-array): Doc fix.
14949 (calendar-day-name-array, calendar-abbrev-length)
14950 (calendar-day-abbrev-array):
14951 Also :set calendar-day-header-array, and maybe redraw.
14952 (calendar-day-header-array): New option. (Bug#15007)
14953 (calendar-font-lock-keywords): Set to nil and make obsolete.
14954 (calendar-day-name): Add option to use header array.
14955
14956 2013-08-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
14957
14958 * net/shr.el (shr-render-td): Remove debugging.
14959 (shr-render-td): Make width computation consistent by defaulting
14960 all zero-width columns to 10 characters. This may not be optimal,
14961 but it's at least consistent.
14962 (shr-make-table-1): Redo last change to fix the real problem in
14963 colspan handling.
14964
14965 2013-08-06 Dmitry Antipov <dmantipov@yandex.ru>
14966
14967 * files.el (cache-long-line-scans):
14968 Make obsolete alias to `cache-long-scans'.
14969
14970 2013-08-06 Juanma Barranquero <lekktu@gmail.com>
14971
14972 * frameset.el (frameset, frameset-filter-alist)
14973 (frameset-filter-params, frameset-save, frameset--reuse-frame)
14974 (frameset--minibufferless-last-p, frameset-restore): Doc fixes.
14975 (frameset-compute-pos): Rename from frameset--compute-pos,
14976 and add docstring.
14977 (frameset-move-onscreen): Use frameset-compute-pos.
14978 Most changes suggested by Drew Adams <drew.adams@oracle.com>.
14979
14980 * find-lisp.el (find-lisp-line-indent, find-lisp-find-dired-filter):
14981 Fix typos in docstrings.
14982
14983 2013-08-06 Dmitry Antipov <dmantipov@yandex.ru>
14984
14985 * frame.el (get-other-frame): Tiny cleanup.
14986
14987 2013-08-06 Juanma Barranquero <lekktu@gmail.com>
14988
14989 * vc/vc.el (vc-default-ignore-completion-table):
14990 Silence byte-compiler warning.
14991
14992 * frameset.el (frameset-p): Don't check non-nullness of the `properties'
14993 slot, which can indeed be nil.
14994 (frameset-live-filter-alist, frameset-persistent-filter-alist):
14995 Move entry for `left' from persistent to live filter alist.
14996 (frameset-filter-alist, frameset--minibufferless-last-p, frameset-save):
14997 Doc fixes.
14998 (frameset-filter-params): When restoring a frame, copy items added to
14999 `filtered', to avoid unwittingly modifying the original parameters.
15000 (frameset-move-onscreen): Rename from frameset--move-onscreen. Doc fix.
15001 (frameset--restore-frame): Fix reference to frameset-move-onscreen.
15002
15003 * dired.el (dired-insert-directory): Revert change in 2013-06-21T12:24:37Z!lekktu@gmail.com
15004 to use looking-at-p instead of looking-at. (Bug#15028)
15005
15006 2013-08-05 Stefan Monnier <monnier@iro.umontreal.ca>
15007
15008 Revert introduction of isearch-filter-predicates (bug#14714).
15009 Rely on add-function instead.
15010 * isearch.el (isearch-filter-predicates): Rename it back to
15011 isearch-filter-predicate.
15012 (isearch-message-prefix): Use advice-function-mapc and advice
15013 properties to get the isearch-message-prefix.
15014 (isearch-search, isearch-lazy-highlight-search): Revert to funcall
15015 instead of run-hook-with-args-until-failure.
15016 (isearch-filter-visible): Not obsolete any more.
15017 * loadup.el: Preload nadvice.
15018 * replace.el (perform-replace): Revert to funcall
15019 instead of run-hook-with-args-until-failure.
15020 * wdired.el (wdired-change-to-wdired-mode): Use add-function.
15021 * dired-aux.el (dired-isearch-filenames-mode): Rename from
15022 dired-isearch-filenames-toggle; make it into a proper minor mode.
15023 Use add/remove-function.
15024 (dired-isearch-filenames-setup, dired-isearch-filenames-end):
15025 Call the minor-mode rather than add/remove-hook.
15026 (dired-isearch-filter-filenames):
15027 Remove isearch-message-prefix property.
15028 * info.el (Info--search-loop): New function, extracted from Info-search.
15029 Funcall isearch-filter-predicate instead of
15030 run-hook-with-args-until-failure isearch-filter-predicates.
15031 (Info-search): Use it.
15032 (Info-mode): Use isearch-filter-predicate instead of
15033 isearch-filter-predicates.
15034
15035 2013-08-05 Dmitry Antipov <dmantipov@yandex.ru>
15036
15037 Do not call to `selected-window' where it is assumed by default.
15038 Affected functions are `window-minibuffer-p', `window-dedicated-p',
15039 `window-hscroll', `window-width', `window-height', `window-buffer',
15040 `window-frame', `window-start', `window-point', `next-window'
15041 and `window-display-table'.
15042 * abbrev.el (abbrev--default-expand):
15043 * bs.el (bs--show-with-configuration):
15044 * buff-menu.el (Buffer-menu-mouse-select):
15045 * calc/calc.el (calc):
15046 * calendar/calendar.el (calendar-generate-window):
15047 * calendar/diary-lib.el (diary-simple-display, diary-show-all-entries)
15048 (diary-make-entry):
15049 * comint.el (send-invisible, comint-dynamic-complete-filename)
15050 (comint-dynamic-simple-complete, comint-dynamic-list-completions):
15051 * completion.el (complete):
15052 * dabbrev.el (dabbrev-expand, dabbrev--make-friend-buffer-list):
15053 * disp-table.el (describe-current-display-table):
15054 * doc-view.el (doc-view-insert-image):
15055 * ebuff-menu.el (Electric-buffer-menu-mouse-select):
15056 * ehelp.el (with-electric-help):
15057 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
15058 * emacs-lisp/edebug.el (edebug-two-window-p, edebug-pop-to-buffer):
15059 * emacs-lisp/helper.el (Helper-help-scroller):
15060 * emulation/cua-base.el (cua--post-command-handler-1):
15061 * eshell/esh-mode.el (eshell-output-filter):
15062 * ffap.el (ffap-gnus-wrapper):
15063 * help-macro.el (make-help-screen):
15064 * hilit-chg.el (highlight-compare-buffers):
15065 * hippie-exp.el (hippie-expand, try-expand-dabbrev-visible):
15066 * hl-line.el (global-hl-line-highlight):
15067 * icomplete.el (icomplete-simple-completing-p):
15068 * isearch.el (isearch-done):
15069 * jit-lock.el (jit-lock-stealth-fontify):
15070 * mail/rmailsum.el (rmail-summary-scroll-msg-up):
15071 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
15072 * mpc.el (mpc-tagbrowser, mpc):
15073 * net/rcirc.el (rcirc-any-buffer):
15074 * play/gomoku.el (gomoku-max-width, gomoku-max-height):
15075 * play/landmark.el (landmark-max-width, landmark-max-height):
15076 * play/zone.el (zone):
15077 * progmodes/compile.el (compilation-goto-locus):
15078 * progmodes/ebrowse.el (ebrowse-view/find-file-and-search-pattern):
15079 * progmodes/etags.el (find-tag-other-window):
15080 * progmodes/fortran.el (fortran-column-ruler):
15081 * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
15082 * progmodes/verilog-mode.el (verilog-point-text):
15083 * reposition.el (reposition-window):
15084 * rot13.el (toggle-rot13-mode):
15085 * server.el (server-switch-buffer):
15086 * shell.el (shell-dynamic-complete-command)
15087 (shell-dynamic-complete-environment-variable):
15088 * simple.el (insert-buffer, set-selective-display)
15089 (delete-completion-window):
15090 * speedbar.el (speedbar-timer-fn, speedbar-center-buffer-smartly)
15091 (speedbar-recenter):
15092 * startup.el (fancy-splash-head):
15093 * textmodes/ispell.el (ispell-command-loop):
15094 * textmodes/makeinfo.el (makeinfo-compilation-sentinel-region):
15095 * tutorial.el (help-with-tutorial):
15096 * vc/add-log.el (add-change-log-entry):
15097 * vc/compare-w.el (compare-windows):
15098 * vc/ediff-help.el (ediff-indent-help-message):
15099 * vc/ediff-util.el (ediff-setup-control-buffer, ediff-position-region):
15100 * vc/ediff-wind.el (ediff-skip-unsuitable-frames)
15101 (ediff-setup-control-frame):
15102 * vc/emerge.el (emerge-position-region):
15103 * vc/pcvs-util.el (cvs-bury-buffer):
15104 * window.el (walk-windows, mouse-autoselect-window-select):
15105 * winner.el (winner-set-conf, winner-undo): Related users changed.
15106
15107 2013-08-05 Juanma Barranquero <lekktu@gmail.com>
15108
15109 * frameset.el (frameset--set-id): Doc fix.
15110 (frameset-frame-id, frameset-frame-id-equal-p)
15111 (frameset-locate-frame-id): New functions.
15112 (frameset--process-minibuffer-frames, frameset--reuse-frame)
15113 (frameset-restore): Use them.
15114
15115 2013-08-05 Dmitry Antipov <dmantipov@yandex.ru>
15116
15117 Do not call to `selected-frame' where it is assumed by default.
15118 Affected functions are `raise-frame', `redraw-frame',
15119 `frame-first-window', `frame-terminal' and `delete-frame'.
15120 * calendar/appt.el (appt-disp-window):
15121 * epg.el (epg-wait-for-completion):
15122 * follow.el (follow-delete-other-windows-and-split)
15123 (follow-avoid-tail-recenter):
15124 * international/mule.el (set-terminal-coding-system):
15125 * mail/rmail.el (rmail-mail-return):
15126 * net/newst-plainview.el (newsticker--buffer-set-uptodate):
15127 * progmodes/f90.el (f90-add-imenu-menu):
15128 * progmodes/idlw-toolbar.el (idlwave-toolbar-toggle):
15129 * server.el (server-switch-buffer):
15130 * simple.el (delete-completion-window):
15131 * talk.el (talk):
15132 * term/xterm.el (terminal-init-xterm-modify-other-keys)
15133 (xterm-turn-on-modify-other-keys, xterm-remove-modify-other-keys):
15134 * vc/ediff-util.el (ediff-status-info, ediff-show-diff-output):
15135 * vc/ediff.el (ediff-documentation): Related users changed.
15136 * frame.el (selected-terminal): Remove the leftover.
15137
15138 2013-08-05 Glenn Morris <rgm@gnu.org>
15139
15140 * calendar/calendar.el (calendar-generate-month):
15141 Fix for calendar-column-width != 1 + calendar-day-digit-width.
15142 (calendar-generate-month, calendar-font-lock-keywords):
15143 Fix for calendar-day-header-width > length of any day name.
15144
15145 2013-08-05 Juanma Barranquero <lekktu@gmail.com>
15146
15147 * desktop.el (desktop-clear): Use new name of sort predicate.
15148
15149 * frameset.el (frameset): Add docstring. Move :version property to its
15150 own `version' slot.
15151 (frameset-copy): Rename from copy-frameset.
15152 (frameset-p): Check more thoroughly.
15153 (frameset-prop): Do not check for :version, which is no longer a prop.
15154 (frameset-live-filter-alist, frameset-persistent-filter-alist):
15155 Use new :never value instead of t.
15156 (frameset-filter-alist): Expand and clarify docstring.
15157 (frameset-filter-tty-to-GUI, frameset-filter-sanitize-color)
15158 (frameset-filter-minibuffer, frameset-filter-save-param)
15159 (frameset-filter-restore-param, frameset-filter-iconified):
15160 Add pointer to docstring of frameset-filter-alist.
15161 (frameset-filter-params): Rename filter values to be more meaningful:
15162 :never instead of t, and reverse the meanings of :save and :restore.
15163 (frameset--process-minibuffer-frames): Clarify error message.
15164 (frameset-save): Avoid unnecessary and confusing call to framep.
15165 Use new BOA constructor for framesets.
15166 (frameset--reuse-list): Doc fix.
15167 (frameset--restore-frame): Rename from frameset--get-frame. Doc fix.
15168 (frameset--minibufferless-last-p): Rename from frameset--sort-states.
15169 (frameset-minibufferless-first-p): Doc fix.
15170 Rename from frameset-sort-frames-for-deletion.
15171 (frameset-restore): Doc fixes. Use new function names.
15172 Most changes suggested by Drew Adams <drew.adams@oracle.com>.
15173
15174 2013-08-04 Juanma Barranquero <lekktu@gmail.com>
15175
15176 * desktop.el (desktop-restore-forces-onscreen)
15177 (desktop-restore-reuses-frames): Document :keyword constant values.
15178 (desktop-filter-parameters-alist): Remove, now identical to
15179 frameset-filter-alist.
15180 (desktop--filter-tty*): Remove, moved to frameset.el.
15181 (desktop-save-frameset, desktop-restore-frameset):
15182 Do not pass :filters argument.
15183
15184 * frameset.el (frameset-live-filter-alist)
15185 (frameset-persistent-filter-alist): New variables.
15186 (frameset-filter-alist): Use them. Add autoload cookie.
15187 (frameset-filter-tty-to-GUI): Move from desktop.el and rename.
15188 (frameset--set-id, frameset--reuse-frame): Rename `frame-id' to
15189 `frameset--id' (it's supposed to be internal to frameset.el).
15190 (frameset--process-minibuffer-frames): Ditto. Doc fix.
15191 (frameset--initial-params): New function.
15192 (frameset--get-frame): Use it. Doc fix.
15193 (frameset--move-onscreen): Accept new PRED value for FORCE-ONSCREEN.
15194 Accept :all, not 'all.
15195 (frameset-restore): Add new predicate values for FORCE-ONSCREEN and
15196 FORCE-DISPLAY. Use :keywords for constant arguments to avoid collision
15197 with fbound symbols. Fix frame id matching, and remove matching ids if
15198 the frame being restored is deleted. Obey :delete.
15199
15200 2013-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
15201
15202 * subr.el (macrop): New function.
15203 (text-clone--maintaining): New var.
15204 (text-clone--maintain): Rename from text-clone-maintain. Use it
15205 instead of inhibit-modification-hooks.
15206
15207 * emacs-lisp/nadvice.el (advice--normalize): For aliases to macros, use
15208 a proxy, so as handle autoloads and redefinitions of the target.
15209 (advice--defalias-fset, advice-remove): Use advice--symbol-function.
15210
15211 * emacs-lisp/pcase.el (pcase-mutually-exclusive-predicates):
15212 Remove bogus (arrayp . stringp) pair. Add entries for `vectorp'.
15213 (pcase--mutually-exclusive-p): New function.
15214 (pcase--split-consp): Use it.
15215 (pcase--split-pred): Use it. Optimize the case where `pat' is a qpat
15216 mutually exclusive with the current predicate.
15217
15218 * emacs-lisp/edebug.el (edebug-lookup-function): Remove function.
15219 (edebug-macrop): Remove. Use `macrop' instead.
15220 * emacs-lisp/advice.el (ad-subr-p): Remove. Use `subrp' instead.
15221 (ad-macro-p):
15222 * eshell/esh-cmd.el (eshell-macrop):
15223 * apropos.el (apropos-macrop): Remove. Use `macrop' instead.
15224
15225 2013-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
15226
15227 * emacs-lisp/nadvice.el (advice-function-mapc): Rename from advice-mapc.
15228 (advice-mapc): New function, using it.
15229 (advice-function-member-p): New function.
15230 (advice--normalize): Store the cdr in advice--saved-rewrite since
15231 that's the part that will be changed.
15232 (advice--symbol-function): New function.
15233 (advice-remove): Handle removal before the function is defined.
15234 Adjust to new advice--saved-rewrite.
15235 (advice-member-p): Use advice-function-member-p and
15236 advice--symbol-function.
15237
15238 2013-08-04 Juanma Barranquero <lekktu@gmail.com>
15239
15240 * frameset.el (frameset-p, frameset-save): Fix autoload cookies.
15241 (frameset-filter-minibuffer): Doc fix.
15242 (frameset-restore): Fix autoload cookie. Fix typo in docstring.
15243 (frameset--set-id, frameset--process-minibuffer-frames)
15244 (frameset-restore): Rename parameter `frameset-id' to `frame-id'.
15245 (frameset--reuse-frame): Pass correct frame-id to frameset--find-frame.
15246
15247 * desktop.el (desktop-clear): Only delete frames when called
15248 interactively and desktop-restore-frames is non-nil. Doc fix.
15249 (desktop-read): Set desktop-saved-frameset to nil.
15250
15251 2013-08-04 Xue Fuqiao <xfq.free@gmail.com>
15252
15253 * vc/vc.el (vc-ignore): Rewrite.
15254 (vc-default-ignore-completion-table, vc--read-lines)
15255 (vc--add-line, vc--remove-regexp): New functions.
15256
15257 * vc/vc-svn.el (vc-svn-ignore): Doc fix.
15258 (vc-svn-ignore-completion-table): New function.
15259
15260 * vc/vc-hg.el (vc-hg-ignore): Rewrite.
15261 (vc-hg-ignore-completion-table)
15262 (vc-hg-find-ignore-file): New functions.
15263
15264 * vc/vc-git.el (vc-git-ignore): Rewrite.
15265 (vc-git-ignore-completion-table)
15266 (vc-git-find-ignore-file): New functions.
15267
15268 * vc/vc-dir.el (vc-dir-menu-map): Add menu for vc-dir-ignore.
15269
15270 * vc/vc-bzr.el (vc-bzr-ignore): Rewrite.
15271 (vc-bzr-ignore-completion-table)
15272 (vc-bzr-find-ignore-file): New functions.
15273
15274 2013-08-03 Juanma Barranquero <lekktu@gmail.com>
15275
15276 * frameset.el (frameset-prop): New function and setter.
15277 (frameset-save): Do not modify frame list passed by the caller.
15278
15279 2013-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
15280
15281 * emacs-lisp/package.el (package-desc-from-define): Ignore unknown keys.
15282
15283 2013-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
15284
15285 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode)
15286 (easy-mmode-define-navigation): Avoid ((lambda (..) ..) ...).
15287
15288 * custom.el (custom-initialize-default, custom-initialize-set)
15289 (custom-initialize-reset, custom-initialize-changed): Affect the
15290 toplevel-default-value (bug#6275, bug#14586).
15291 * emacs-lisp/advice.el (ad-compile-function): Undo previous workaround
15292 for bug#6275.
15293
15294 2013-08-02 Juanma Barranquero <lekktu@gmail.com>
15295
15296 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
15297 Add cl-def* expressions.
15298
15299 * frameset.el (frameset-filter-params): Fix order of arguments.
15300
15301 2013-08-02 Juanma Barranquero <lekktu@gmail.com>
15302
15303 Move code related to saving frames to frameset.el.
15304 * desktop.el: Require frameset.
15305 (desktop-restore-frames): Doc fix.
15306 (desktop-restore-reuses-frames): Rename from
15307 desktop-restoring-reuses-frames.
15308 (desktop-saved-frameset): Rename from desktop-saved-frame-states.
15309 (desktop-clear): Clear frames too.
15310 (desktop-filter-parameters-alist): Set from frameset-filter-alist.
15311 (desktop--filter-tty*, desktop-save, desktop-read):
15312 Use frameset functions.
15313 (desktop-before-saving-frames-functions, desktop--filter-*-color)
15314 (desktop--filter-minibuffer, desktop--filter-restore-desktop-parm)
15315 (desktop--filter-save-desktop-parm, desktop--filter-iconified-position)
15316 (desktop-restore-in-original-display-p, desktop--filter-frame-parms)
15317 (desktop--process-minibuffer-frames, desktop-save-frames)
15318 (desktop--reuse-list, desktop--compute-pos, desktop--move-onscreen)
15319 (desktop--find-frame, desktop--select-frame, desktop--make-frame)
15320 (desktop--sort-states, desktop-restoring-frames-p)
15321 (desktop-restore-frames): Remove. Most code moved to frameset.el.
15322 (desktop-restoring-frameset-p, desktop-restore-frameset)
15323 (desktop--check-dont-save, desktop-save-frameset): New functions.
15324 (desktop--app-id): New constant.
15325 (desktop-first-buffer, desktop-buffer-ok-count)
15326 (desktop-buffer-fail-count): Move before first use.
15327 * frameset.el: New file.
15328
15329 2013-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
15330
15331 * files.el: Use lexical-binding.
15332 (dir-locals-read-from-file): Remove unused `err' variable.
15333 (hack-dir-local-variables--warned-coding): New var.
15334 (hack-dir-local-variables): Use it to avoid repeated warnings.
15335 (make-backup-file-name--default-function): New function.
15336 (make-backup-file-name-function): Use it as default.
15337 (buffer-stale--default-function): New function.
15338 (buffer-stale-function): Use it as default.
15339 (revert-buffer-insert-file-contents--default-function): New function.
15340 (revert-buffer-insert-file-contents-function): Use it as default.
15341 (insert-directory): Avoid add-to-list.
15342
15343 * autorevert.el (auto-revert-handler): Simplify.
15344 Use buffer-stale--default-function.
15345
15346 2013-08-01 Tassilo Horn <tsdh@gnu.org>
15347
15348 * speedbar.el (speedbar-query-confirmation-method): Doc fix.
15349
15350 * whitespace.el (whitespace-ensure-local-variables): New function.
15351 (whitespace-cleanup-region): Call it.
15352 (whitespace-turn-on): Call it.
15353
15354 2013-08-01 Michael Albinus <michael.albinus@gmx.de>
15355
15356 Complete file name handlers.
15357
15358 * net/tramp.el (tramp-handle-set-visited-file-modtime)
15359 (tramp-handle-verify-visited-file-modtime)
15360 (tramp-handle-file-notify-rm-watch): New functions.
15361 (tramp-call-process): Do not bind `default-directory'.
15362
15363 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
15364 Order alphabetically.
15365 <access-file, add-name-to-file, dired-call-process>:
15366 <dired-compress-file, file-acl, file-notify-rm-watch>:
15367 <file-ownership-preserved-p, file-selinux-context>:
15368 <make-directory-internal, make-symbolic-link, set-file-acl>:
15369 <set-file-selinux-context, set-visited-file-modtime>:
15370 <verify-visited-file-modtime>: Add handler.
15371 (tramp-adb-handle-write-region): Apply `set-visited-file-modtime'.
15372
15373 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist)
15374 <file-notify-add-watch, file-notify-rm-watch>:
15375 <set-file-times, set-visited-file-modtime>:
15376 <verify-visited-file-modtime>: Add handler.
15377 (with-tramp-gvfs-error-message)
15378 (tramp-gvfs-handle-set-visited-file-modtime)
15379 (tramp-gvfs-fuse-file-name): Remove.
15380 (tramp-gvfs-handle-file-notify-add-watch)
15381 (tramp-gvfs-file-gvfs-monitor-file-process-filter): New defuns.
15382 (tramp-gvfs-handle-write-region): Fix error in moving tmpfile.
15383
15384 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
15385 Order alphabetically.
15386 <file-notify-rm-watch>: Use default Tramp handler.
15387 <executable-find>: Remove private handler.
15388 (tramp-do-copy-or-rename-file-out-of-band): Do not bind
15389 `default-directory'.
15390 (tramp-sh-handle-executable-find)
15391 (tramp-sh-handle-file-notify-rm-watch): Remove functions.
15392 (tramp-sh-file-gvfs-monitor-dir-process-filter)
15393 (tramp-sh-file-inotifywait-process-filter, tramp-set-remote-path):
15394 Do not use `format' in `tramp-message'.
15395
15396 * net/tramp-smb.el (tramp-smb-file-name-handler-alist)
15397 <file-notify-rm-watch, set-visited-file-modtime>:
15398 <verify-visited-file-modtime>: Add handler.
15399 (tramp-smb-call-winexe): Do not bind `default-directory'.
15400
15401 2013-08-01 Xue Fuqiao <xfq.free@gmail.com>
15402
15403 * vc/vc-hooks.el (vc-menu-map): Fix menu entry for vc-ignore.
15404
15405 2013-07-31 Dmitry Gutov <dgutov@yandex.ru>
15406
15407 * vc/log-view.el (log-view-diff): Extract `log-view-diff-common',
15408 use it.
15409 (log-view-diff-changeset): Same.
15410 (log-view-diff-common): Call backend command `previous-revision'
15411 to find out the previous revision, in both cases. Swap the
15412 variables `to' and `fr', so that `fr' usually refers to the
15413 earlier revision (Bug#14989).
15414
15415 2013-07-31 Kan-Ru Chen <kanru@kanru.info>
15416
15417 * ibuf-ext.el (ibuffer-filter-by-filename):
15418 Make it work with dired buffers too.
15419
15420 2013-07-31 Dmitry Antipov <dmantipov@yandex.ru>
15421
15422 * emacs-lisp/re-builder.el (reb-color-display-p):
15423 * files.el (save-buffers-kill-terminal):
15424 * net/browse-url.el (browse-url):
15425 * server.el (server-save-buffers-kill-terminal):
15426 * textmodes/reftex-toc.el (reftex-toc, reftex-toc-revert):
15427 Prefer nil to selected-frame for the first arg of frame-parameter.
15428
15429 2013-07-31 Xue Fuqiao <xfq.free@gmail.com>
15430
15431 * vc/vc-hooks.el (vc-menu-map): Add menu entry for vc-ignore.
15432
15433 2013-07-30 Stephen Berman <stephen.berman@gmx.net>
15434
15435 * minibuffer.el (completion--twq-all): Try and preserve each
15436 completion's case choice (bug#14907).
15437
15438 2013-07-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
15439
15440 * net/network-stream.el (open-network-stream): Mention the new
15441 :nogreeting parameter.
15442 (network-stream-open-starttls): Use the :nogreeting parameter
15443 (bug#14938).
15444
15445 * net/shr.el (shr-mouse-browse-url): Remove and use `shr-browse-url'.
15446
15447 * net/eww.el (eww-setup-buffer): Switching to the buffer seems
15448 more natural than popping.
15449
15450 * net/shr.el (shr-urlify): Put `follow-link' on URLs (bug#14815).
15451 (shr-urlify): Highlight under mouse.
15452
15453 2013-07-30 Xue Fuqiao <xfq.free@gmail.com>
15454
15455 * vc/vc-hooks.el (vc-prefix-map): Add key binding for vc-ignore.
15456
15457 * vc/vc-dir.el (vc-dir-mode-map): Change key binding for vc-dir-ignore.
15458
15459 * vc/vc-svn.el (vc-svn-ignore): Remove `interactive'. Use `*vc*'
15460 buffer for output.
15461
15462 * vc/vc-hg.el (vc-hg-ignore): Remove `interactive'. Do not assume
15463 point-min==1. Fix search string. Fix parentheses missing.
15464
15465 * vc/vc-git.el (vc-git-ignore): Remove `interactive'. Do not
15466 assume point-min==1. Fix search string. Fix parentheses missing.
15467
15468 * vc/vc-cvs.el (vc-cvs-ignore): Remove `interactive'.
15469
15470 * vc/vc-bzr.el (vc-bzr-ignore): Remove `interactive'. Use `*vc*'
15471 buffer for output.
15472
15473 2013-07-29 Eli Zaretskii <eliz@gnu.org>
15474
15475 * frame.el (frame-notice-user-settings): Avoid inflooping when the
15476 initial frame is minibuffer-less. (Bug#14841)
15477
15478 2013-07-29 Michael Albinus <michael.albinus@gmx.de>
15479
15480 * net/tramp.el (tramp-use-ssh-controlmaster-options): New customer
15481 option.
15482
15483 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
15484 (tramp-maybe-open-connection): Use it.
15485
15486 2013-07-28 Juanma Barranquero <lekktu@gmail.com>
15487
15488 * desktop.el (desktop--make-frame): Include `minibuffer' in the
15489 minimal set of parameters passed when creating a frame, because
15490 the minibuffer status of a frame cannot be changed later.
15491
15492 2013-07-28 Stephen Berman <stephen.berman@gmx.net>
15493
15494 * calendar/todo-mode.el (todo-rename-file): Fix incorrect use of
15495 replace-regexp-in-string and inadvertent omissions in previous change.
15496 (todo-filter-items): Ensure only file names are comma-separated in
15497 name of filtered items buffer.
15498
15499 2013-07-28 Juanma Barranquero <lekktu@gmail.com>
15500
15501 * desktop.el: Optionally force offscreen frames back onscreen.
15502 (desktop-restoring-reuses-frames): New option.
15503 (desktop--compute-pos, desktop--move-onscreen): New functions.
15504 (desktop--make-frame): Use desktop--move-onscreen.
15505
15506 2013-07-27 Alan Mackenzie <acm@muc.de>
15507
15508 Fontify a Java generic method as a function.
15509 * progmodes/cc-langs.el (c-recognize-<>-arglists): Set the Java
15510 value to t.
15511
15512 2013-07-27 Stephen Berman <stephen.berman@gmx.net>
15513
15514 * calendar/todo-mode.el: Add command to rename todo files.
15515 (todo-rename-file): New command.
15516 (todo-key-bindings-t): Add key binding for it. Change the
15517 bindings of todo-filter-regexp-items(-multifile) to use `x'
15518 instead of `r', since the latter is better suited to the new
15519 renaming command.
15520
15521 2013-07-27 Alan Mackenzie <acm@muc.de>
15522
15523 Make Java try-with-resources statement parse properly.
15524 * progmodes/cc-langs.el (c-block-stmt-1-2-kwds)
15525 (c-block-stmt-1-2-key): New language constants/variables.
15526 * progmodes/cc-engine.el (c-beginning-of-statement-1)
15527 (c-after-conditional): Adapt to deal with c-block-stmt-1-2-key.
15528 * progmodes/cc-fonts.el (c-font-lock-declarations): Adapt to deal
15529 with c-block-stmt-1-2-key.
15530
15531 2013-07-27 Juanma Barranquero <lekktu@gmail.com>
15532
15533 * desktop.el (desktop--make-frame): Apply most frame parameters after
15534 creating the frame to force (partially or totally) offscreen frames to
15535 be restored as such.
15536
15537 2013-07-26 Xue Fuqiao <xfq.free@gmail.com>
15538
15539 * vc/vc-dir.el (vc-dir-mode-map): Add binding for vc-root-diff.
15540 (Bug#14948)
15541
15542 2013-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
15543
15544 * emacs-lisp/nadvice.el (advice--called-interactively-skip): Use the new
15545 `base' arg of backtrace-frame.
15546
15547 2013-07-26 Eli Zaretskii <eliz@gnu.org>
15548
15549 * simple.el (list-processes): Doc fix.
15550
15551 2013-07-26 Juanma Barranquero <lekktu@gmail.com>
15552
15553 * desktop.el (desktop--select-frame):
15554 Try harder to reuse existing frames.
15555
15556 2013-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
15557
15558 * emacs-lisp/edebug.el: Use backtrace-eval to handle lexical variables.
15559 (edebug-eval): Use backtrace-eval.
15560 (edebug--display, edebug--recursive-edit): Don't let-bind the
15561 edebug-outer-* vars that keep track of variables we locally let-bind.
15562 (edebug-outside-excursion): Don't restore outside values of locally
15563 let-bound vars.
15564 (edebug--display): Use user-error.
15565 (cl-lexical-debug, cl-debug-env): Remove.
15566
15567 2013-07-26 Juanma Barranquero <lekktu@gmail.com>
15568
15569 * desktop.el (desktop-restore-frames): Call `sit-for' once all frames
15570 are restored to be sure that they are visible before deleting any
15571 remaining ones.
15572
15573 2013-07-26 Matthias Meulien <orontee@gmail.com>
15574
15575 * vc/vc-dir.el (vc-dir-mode-map): Add binding for
15576 vc-print-root-log. (Bug#14948)
15577
15578 2013-07-26 Richard Stallman <rms@gnu.org>
15579
15580 Add aliases for encrypting mail.
15581 * epa.el (epa-mail-aliases): New option.
15582 * epa-mail.el (epa-mail-encrypt): Rewrite to be callable from programs.
15583 Bind inhibit-read-only so read-only text doesn't ruin everything.
15584 (epa-mail-default-recipients): New subroutine broken out.
15585 Handle epa-mail-aliases.
15586
15587 2013-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
15588
15589 Add support for lexical variables to the debugger's `e' command.
15590 * emacs-lisp/debug.el (debug): Don't let-bind the debugger-outer-*
15591 vars, except for debugger-outer-match-data.
15592 (debugger-frame-number): Move check for "on a function call" from
15593 callers into it. Add `skip-base' argument.
15594 (debugger-frame, debugger-frame-clear): Simplify accordingly.
15595 (debugger-env-macro): Only reset the state stored in non-variables,
15596 i.e. current-buffer and match-data.
15597 (debugger-eval-expression): Rewrite using backtrace-eval.
15598 * subr.el (internal--called-interactively-p--get-frame): Remove.
15599 (called-interactively-p):
15600 * emacs-lisp/edebug.el (edebug--called-interactively-skip): Use the new
15601 `base' arg of backtrace-frame instead.
15602
15603 2013-07-26 Glenn Morris <rgm@gnu.org>
15604
15605 * align.el (align-regexp): Doc fix. (Bug#14857)
15606 (align-region): Explicit error if subexpression missing/does not match.
15607
15608 * simple.el (global-visual-line-mode):
15609 Do not duplicate the mode lighter. (Bug#14858)
15610
15611 2013-07-25 Martin Rudalics <rudalics@gmx.at>
15612
15613 * window.el (display-buffer): In display-buffer bind
15614 split-window-keep-point to t, bug#14829.
15615
15616 2013-07-25 Juanma Barranquero <lekktu@gmail.com>
15617
15618 * desktop.el: Rename internal "desktop-X" frame params to "desktop--X".
15619 (desktop-filter-parameters-alist, desktop--filter-restore-desktop-parm)
15620 (desktop--filter-save-desktop-parm, desktop--process-minibuffer-frames)
15621 (desktop--select-frame, desktop--sort-states, desktop-restore-frames):
15622 Change accordingly.
15623 (desktop--select-frame, desktop--sort-states, desktop-restore-frames):
15624 Use pcase-let, pcase-let* to deobfuscate access to desktop--mini values.
15625
15626 2013-07-25 Glenn Morris <rgm@gnu.org>
15627
15628 * dired-x.el (dired-mark-extension): Convert comment to doc string.
15629
15630 2013-07-25 Juanma Barranquero <lekktu@gmail.com>
15631
15632 * desktop.el (desktop--make-frame): Do not pass the `fullscreen'
15633 parameter to modify-frame-parameters if the value has not changed;
15634 this is a workaround for bug#14949.
15635 (desktop--make-frame): On cl-delete-if call, check parameter name,
15636 not full parameter.
15637
15638 2013-07-30 Xue Fuqiao <xfq.free@gmail.com>
15639
15640 * vc/vc.el (vc-ignore): New function.
15641
15642 * vc/vc-svn.el (vc-svn-ignore): New function.
15643
15644 * vc/vc-hg.el (vc-hg-ignore): New function.
15645
15646 * vc/vc-git.el (vc-git-ignore): New function.
15647
15648 * vc/vc-dir.el (vc-dir-mode-map): Add key binding for vc-dir-ignore
15649 (vc-dir-ignore): New function.
15650
15651 * vc/vc-cvs.el (vc-cvs-ignore): New function.
15652 (cvs-append-to-ignore): Move here from pcvs.el.
15653
15654 * vc/vc-bzr.el (vc-bzr-ignore): New function.
15655
15656 * vc/pcvs.el (vc-cvs): Require 'vc-cvs.
15657
15658 2013-07-24 Juanma Barranquero <lekktu@gmail.com>
15659
15660 * desktop.el (desktop-restoring-frames-p): Return a true boolean.
15661 (desktop-restore-frames): Warn when deleting an existing frame failed.
15662
15663 2013-07-24 Glenn Morris <rgm@gnu.org>
15664
15665 * ffap.el (ffap-machine-p): Handle "not known" response. (Bug#14929)
15666
15667 2013-07-24 Michael Albinus <michael.albinus@gmx.de>
15668
15669 * filenotify.el (file-notify-supported-p):
15670 * net/tramp-sh.el (tramp-sh-handle-file-notify-supported-p):
15671 Remove functions.
15672
15673 * autorevert.el (auto-revert-use-notify)
15674 (auto-revert-notify-add-watch):
15675 * net/tramp.el (tramp-file-name-for-operation):
15676 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
15677 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
15678 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
15679 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
15680 Remove `file-notify-supported-p' entry.
15681
15682 2013-07-24 Glenn Morris <rgm@gnu.org>
15683
15684 * printing.el: Replace all uses of deleted ps-windows-system,
15685 ps-lp-system, ps-flatten-list with lpr- versions.
15686
15687 2013-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
15688
15689 * emacs-lisp/pcase.el (pcase--u1): Verify if self-quoting values can be
15690 checked with memq (bug#14935).
15691
15692 * files.el (revert-buffer-function): Use a non-nil default.
15693 (revert-buffer-preserve-modes): Declare var to
15694 provide access to the `preserve-modes' argument.
15695 (revert-buffer): Let-bind it.
15696 (revert-buffer--default): New function, extracted from revert-buffer.
15697
15698 2013-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
15699
15700 * lpr.el: Signal print errors more prominently.
15701 (print-region-function): Don't default to nil.
15702 (lpr-print-region): New function, extracted from print-region-1.
15703 Check lpr's return value and signal an error in case of problem.
15704 (print-region-1): Use it.
15705 * ps-print.el (ps-windows-system, ps-lp-system): Remove. Use the lpr-*
15706 versions instead.
15707 (ps-printer-name): Default to nil.
15708 (ps-printer-name-option): Default to lpr-printer-switch.
15709 (ps-print-region-function): Don't default to nil.
15710 (ps-postscript-code-directory): Simplify default.
15711 (ps-do-despool): Use lpr-print-region to properly check the outcome.
15712 (ps-string-list, ps-eval-switch, ps-flatten-list)
15713 (ps-flatten-list-1): Remove.
15714 (ps-multibyte-buffer): Avoid setq.
15715 * dos-w32.el (direct-print-region-helper): Use proper regexp operators.
15716 (print-region-function, ps-print-region-function): Don't set them here.
15717
15718 2013-07-24 Xue Fuqiao <xfq.free@gmail.com>
15719
15720 * ido.el (ido-fractionp, ido-cache-ftp-work-directory-time)
15721 (ido-max-prospects, ido-mode, ido-max-file-prompt-width)
15722 (ido-unc-hosts-cache, ido-max-directory-size, ido-max-dir-file-cache)
15723 (ido-decorations): Doc fix.
15724
15725 * ansi-color.el: Fix old URL.
15726
15727 2013-07-23 Michael R. Mauger <michael@mauger.com>
15728
15729 * progmodes/sql.el: Version 3.3
15730 (sql-product-alist): Improve oracle :prompt-cont-regexp.
15731 (sql-starts-with-prompt-re, sql-ends-with-prompt-re): New functions.
15732 (sql-interactive-remove-continuation-prompt): Rewrite, use
15733 functions above. Fix continuation prompt and complete output line
15734 handling.
15735 (sql-redirect-one, sql-execute): Use `read-only-mode' on
15736 redirected output buffer.
15737 (sql-mode): Restore deleted code (Bug#13591).
15738
15739 2013-07-23 Juanma Barranquero <lekktu@gmail.com>
15740
15741 * desktop.el (desktop-clear, desktop-list*): Fix previous change.
15742
15743 2013-07-23 Michael Albinus <michael.albinus@gmx.de>
15744
15745 * net/tramp.el (tramp-handle-file-notify-add-watch): New defun.
15746
15747 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
15748 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
15749 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Use it.
15750
15751 2013-07-23 Juanma Barranquero <lekktu@gmail.com>
15752
15753 * desktop.el (desktop-clear): Simplify; remove useless checks
15754 against invalid buffer names.
15755 (desktop-list*): Use cl-list*.
15756 (desktop-buffer-info, desktop-create-buffer): Simplify.
15757
15758 2013-07-23 Leo Liu <sdl.web@gmail.com>
15759
15760 * bookmark.el (bookmark-make-record): Restore NAME as a default
15761 value. (Bug#14933)
15762
15763 2013-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
15764
15765 * emacs-lisp/autoload.el (autoload--setup-output): New function,
15766 extracted from autoload--insert-text.
15767 (autoload--insert-text): Remove.
15768 (autoload--print-cookie-text): New function, extracted from
15769 autoload--insert-cookie-text.
15770 (autoload--insert-cookie-text): Remove.
15771 (autoload-generate-file-autoloads): Adjust calls accordingly.
15772
15773 * winner.el (winner-hook-installed-p): Remove.
15774 (winner-mode): Simplify accordingly.
15775
15776 * subr.el (add-to-list): Fix compiler-macro when `append' is
15777 not constant. Don't use `cl-member' for the base case.
15778
15779 * progmodes/subword.el: Fix boundary case (bug#13758).
15780 (subword-forward-regexp): Make it a constant. Wrap optional \\W in its
15781 own group.
15782 (subword-backward-regexp): Make it a constant.
15783 (subword-forward-internal): Don't treat a trailing capital as the
15784 beginning of a word.
15785
15786 2013-07-22 Ari Roponen <ari.roponen@gmail.com> (tiny change)
15787
15788 * emacs-lisp/package.el (package-menu-mode): Don't modify the
15789 global value of tabulated-list-revert-hook (bug#14930).
15790
15791 2013-07-22 Juanma Barranquero <lekktu@gmail.com>
15792
15793 * desktop.el: Require 'cl-lib.
15794 (desktop-before-saving-frames-functions): New hook.
15795 (desktop--process-minibuffer-frames): Set desktop-mini parameter only
15796 for frames being saved. Rename from desktop--save-minibuffer-frames.
15797 (desktop-save-frames): Run hook desktop-before-saving-frames-functions.
15798 Do not save frames with non-nil `desktop-dont-save' parameter.
15799 Filter out deleted frames.
15800 (desktop--find-frame): Use cl-find-if.
15801 (desktop--select-frame): Use cl-(first|second|third) to access values
15802 of desktop-mini.
15803 (desktop--make-frame): Use cl-delete-if.
15804 (desktop--sort-states): Fix sorting of minibuffer-owning frames.
15805 (desktop-restore-frames): Use cl-(first|second|third) to access values
15806 of desktop-mini. Look for visible frame at the end, not while
15807 restoring frames.
15808
15809 * dired-x.el (dired-mark-unmarked-files, dired-virtual)
15810 (dired-guess-default, dired-mark-sexp, dired-filename-at-point):
15811 Use string-match-p, looking-at-p (bug#14927).
15812
15813 2013-07-21 Juanma Barranquero <lekktu@gmail.com>
15814
15815 * desktop.el (desktop-saved-frame-states):
15816 Rename from desktop--saved-states; all users changed.
15817 (desktop-save-frames): Rename from desktop--save-frames.
15818 Do not save state to desktop file.
15819 (desktop-save): Save desktop-saved-frame-states to desktop file
15820 and reset to nil.
15821 (desktop-restoring-frames-p): New function.
15822 (desktop-restore-frames): Use it. Rename from desktop--restore-frames.
15823 (desktop-read): Use desktop-restoring-frames-p. Do not try to fix
15824 buffer-lists when restoring frames. Suggested by Martin Rudalics.
15825
15826 * desktop.el: Correctly restore iconified frames.
15827 (desktop--filter-iconified-position): New function.
15828 (desktop-filter-parameters-alist): Add entries for `top' and `left'.
15829
15830 2013-07-20 Glenn Morris <rgm@gnu.org>
15831
15832 * progmodes/gdb-mi.el (gdb-delete-handler, gdb-stopped):
15833 Let `message' do the formatting.
15834 (def-gdb-preempt-display-buffer): Add explicit format.
15835
15836 * image-dired.el (image-dired-track-original-file):
15837 Use with-current-buffer.
15838 (image-dired-track-thumbnail): Use with-current-buffer.
15839 Avoid changing point of wrong window.
15840
15841 * image-dired.el (image-dired-track-original-file):
15842 Avoid changing point of wrong window. (Bug#14909)
15843
15844 2013-07-20 Richard Copley <rcopley@gmail.com> (tiny change)
15845
15846 * progmodes/gdb-mi.el (gdb-done-or-error):
15847 Guard against "%" in gdb output. (Bug#14127)
15848
15849 2013-07-20 Andreas Schwab <schwab@linux-m68k.org>
15850
15851 * progmodes/sh-script.el (sh-read-variable): Remove interactive spec.
15852 (Bug#14826)
15853
15854 * international/mule.el (coding-system-iso-2022-flags): Fix last
15855 change.
15856
15857 2013-07-20 Kenichi Handa <handa@gnu.org>
15858
15859 * international/mule.el (coding-system-iso-2022-flags):
15860 Add `8-bit-level-4'. (Bug#8522)
15861
15862 2013-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
15863
15864 * net/shr.el (shr-mouse-browse-url): New command and keystroke
15865 (bug#14815).
15866
15867 * net/eww.el (eww-process-text-input): Allow inputting when the
15868 point is at the start of the line, as the properties aren't
15869 front-sticky.
15870
15871 * net/shr.el (shr-make-table-1): Ensure that we don't infloop on
15872 degenerate widths.
15873
15874 2013-07-19 Richard Stallman <rms@gnu.org>
15875
15876 * epa.el (epa-popup-info-window): Doc fix.
15877
15878 * subr.el (split-string): New arg TRIM.
15879
15880 2013-07-18 Juanma Barranquero <lekktu@gmail.com>
15881
15882 * frame.el (blink-cursor-timer-function, blink-cursor-suspend):
15883 Add check for W32 (followup to 2013-07-16T11:41:06Z!jan.h.d@swipnet.se).
15884
15885 2013-07-18 Michael Albinus <michael.albinus@gmx.de>
15886
15887 * filenotify.el (file-notify--library): Rename from
15888 `file-notify-support'. Do not autoload. Adapt all uses.
15889 (file-notify-supported-p): New defun.
15890
15891 * autorevert.el (auto-revert-use-notify):
15892 Use `file-notify-supported-p' instead of `file-notify-support'.
15893 Adapt docstring.
15894 (auto-revert-notify-add-watch): Use `file-notify-supported-p'.
15895
15896 * net/tramp.el (tramp-file-name-for-operation):
15897 Add `file-notify-supported-p'.
15898
15899 * net/tramp-sh.el (tramp-sh-handle-file-notify-supported-p):
15900 New defun.
15901 (tramp-sh-file-name-handler-alist): Add it as handler for
15902 `file-notify-supported-p '.
15903
15904 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
15905 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
15906 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
15907 Add `ignore' as handler for `file-notify-*' functions.
15908
15909 2013-07-17 Eli Zaretskii <eliz@gnu.org>
15910
15911 * simple.el (line-move-partial, line-move): Don't start vscroll or
15912 scroll-up if the current line is not taller than the window.
15913 (Bug#14881)
15914
15915 2013-07-16 Dmitry Gutov <dgutov@yandex.ru>
15916
15917 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Do not
15918 highlight question marks in the method names as strings.
15919 (ruby-block-beg-keywords): Inline.
15920 (ruby-font-lock-keyword-beg-re): Extract from
15921 `ruby-font-lock-keywords'.
15922
15923 2013-07-16 Jan Djärv <jan.h.d@swipnet.se>
15924
15925 * frame.el (blink-cursor-blinks): New defcustom.
15926 (blink-cursor-blinks-done): New defvar.
15927 (blink-cursor-start): Set blink-cursor-blinks-done to 1.
15928 (blink-cursor-timer-function): Check if number of blinks has been
15929 done on X and NS.
15930 (blink-cursor-suspend, blink-cursor-check): New defuns.
15931
15932 2013-07-15 Glenn Morris <rgm@gnu.org>
15933
15934 * edmacro.el (edmacro-format-keys): Fix previous change.
15935
15936 2013-07-15 Paul Eggert <eggert@cs.ucla.edu>
15937
15938 * shell.el (explicit-bash-args): Remove obsolete hack for Bash 1.x.
15939 The hack didn't work outside English locales anyway.
15940
15941 2013-07-15 Juanma Barranquero <lekktu@gmail.com>
15942
15943 * simple.el (define-alternatives): Rename from alternatives-define,
15944 per RMS' suggestion.
15945
15946 2013-07-14 Juanma Barranquero <lekktu@gmail.com>
15947
15948 * desktop.el (desktop-restore-frames): Change default to t.
15949 (desktop-restore-in-current-display): Now offer more options.
15950 (desktop-restoring-reuses-frames): New customization option.
15951 (desktop--saved-states): Doc fix.
15952 (desktop-filter-parameters-alist): New variable, renamed and expanded
15953 from desktop--excluded-frame-parameters.
15954 (desktop--target-display): New variable.
15955 (desktop-switch-to-gui-p, desktop-switch-to-tty-p)
15956 (desktop--filter-tty*, desktop--filter-*-color)
15957 (desktop--filter-minibuffer, desktop--filter-restore-desktop-parm)
15958 (desktop--filter-save-desktop-parm)
15959 (desktop-restore-in-original-display-p): New functions.
15960 (desktop--filter-frame-parms): Use new desktop-filter-parameters-alist.
15961 (desktop--save-minibuffer-frames): New function, inspired by a similar
15962 function from Martin Rudalics.
15963 (desktop--save-frames): Call it; play nice with desktop-globals-to-save.
15964 (desktop--restore-in-this-display-p): Remove.
15965 (desktop--find-frame): Rename from desktop--find-frame-in-display
15966 and add predicate argument.
15967 (desktop--make-full-frame): Remove, integrated into desktop--make-frame.
15968 (desktop--reuse-list): New variable.
15969 (desktop--select-frame, desktop--make-frame, desktop--sort-states):
15970 New functions.
15971 (desktop--restore-frames): Add support for "minibuffer-special" frames.
15972
15973 2013-07-14 Michael Albinus <michael.albinus@gmx.de>
15974
15975 * net/tramp-sh.el (tramp-sh-handle-vc-registered): Use `ignore-error'.
15976
15977 2013-07-13 Dmitry Gutov <dgutov@yandex.ru>
15978
15979 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
15980 Highlight conversion methods on Kernel.
15981
15982 2013-07-13 Alan Mackenzie <acm@muc.de>
15983
15984 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Label CASE 13
15985 and comment it out. This out-commenting enables certain C++
15986 declarations to be parsed correctly.
15987
15988 2013-07-13 Eli Zaretskii <eliz@gnu.org>
15989
15990 * international/mule.el (define-coding-system): Doc fix.
15991
15992 * simple.el (default-font-height): Don't call font-info if the
15993 frame's default font didn't change since the frame was created.
15994 (Bug#14838)
15995
15996 2013-07-13 Leo Liu <sdl.web@gmail.com>
15997
15998 * ido.el (ido-read-file-name): Guard against non-symbol value.
15999
16000 2013-07-13 Fabián Ezequiel Gallina <fgallina@gnu.org>
16001
16002 * progmodes/python.el (python-imenu--build-tree): Fix corner case
16003 in nested defuns.
16004
16005 2013-07-13 Leo Liu <sdl.web@gmail.com>
16006
16007 * ido.el (ido-exhibit): Handle ido-enter-matching-directory before
16008 ido-set-matches call. (Bug#6852)
16009
16010 2013-07-12 Dmitry Gutov <dgutov@yandex.ru>
16011
16012 * progmodes/ruby-mode.el (ruby-percent-literals-beg-re)
16013 (ruby-syntax-expansion-allowed-p): Support array of symbols, for
16014 Ruby 2.0.
16015 (ruby-font-lock-keywords): Distinguish calls to functions with
16016 module-like names from module references. Highlight character
16017 literals.
16018
16019 2013-07-12 Sergio Durigan Junior <sergiodj@riseup.net> (tiny change)
16020
16021 * progmodes/gdb-mi.el (gdb-strip-string-backslash): New function.
16022 (gdb-send): Handle continued commands. (Bug#14847)
16023
16024 2013-07-12 Juanma Barranquero <lekktu@gmail.com>
16025
16026 * desktop.el (desktop--v2s): Remove unused local variable.
16027 (desktop-save-buffer): Make defvar-local; adjust docstring.
16028 (desktop-auto-save-timeout, desktop-owner): Use ignore-errors.
16029 (desktop-clear, desktop-save-buffer-p): Use string-match-p.
16030
16031 2013-07-12 Andreas Schwab <schwab@linux-m68k.org>
16032
16033 * emacs-lisp/map-ynp.el (map-y-or-n-p): Fix last change.
16034
16035 2013-07-12 Eli Zaretskii <eliz@gnu.org>
16036
16037 * simple.el (next-line, previous-line): Document TRY-VSCROLL and ARG.
16038 (Bug#14842)
16039
16040 2013-07-12 Glenn Morris <rgm@gnu.org>
16041
16042 * doc-view.el: Require cl-lib at runtime too.
16043 (doc-view-remove-if): Remove.
16044 (doc-view-search-next-match, doc-view-search-previous-match):
16045 Use cl-remove-if.
16046
16047 * edmacro.el: Require cl-lib at runtime too.
16048 (edmacro-format-keys, edmacro-parse-keys): Use cl-mismatch, cl-subseq.
16049 (edmacro-mismatch, edmacro-subseq): Remove.
16050
16051 * shadowfile.el: Require cl-lib.
16052 (shadow-remove-if): Remove.
16053 (shadow-set-cluster, shadow-shadows-of-1, shadow-remove-from-todo):
16054 Use cl-remove-if.
16055
16056 * wid-edit.el: Require cl-lib.
16057 (widget-choose): Use cl-remove-if.
16058 (widget-remove-if): Remove.
16059
16060 * progmodes/ebrowse.el: Require cl-lib at runtime too.
16061 (ebrowse-delete-if-not): Remove.
16062 (ebrowse-browser-buffer-list, ebrowse-member-buffer-list)
16063 (ebrowse-tree-buffer-list, ebrowse-same-tree-member-buffer-list):
16064 Use cl-delete-if-not.
16065
16066 2013-07-12 Juanma Barranquero <lekktu@gmail.com>
16067
16068 * emacs-lisp/cl-macs.el (cl-multiple-value-bind, cl-multiple-value-setq)
16069 (cl-the, cl-declare, cl-defstruct): Fix typos in docstrings.
16070
16071 2013-07-12 Leo Liu <sdl.web@gmail.com>
16072
16073 * ido.el (dired-do-copy, dired): Set 'ido property. (Bug#11954)
16074
16075 2013-07-11 Glenn Morris <rgm@gnu.org>
16076
16077 * emacs-lisp/edebug.el: Require cl-lib at run-time too.
16078 (edebug-gensym-index, edebug-gensym):
16079 Remove reimplementation of cl-gensym.
16080 (edebug-make-enter-wrapper, edebug-make-form-wrapper): Use cl-gensym.
16081
16082 * thumbs.el: Require cl-lib at run-time too.
16083 (thumbs-gensym-counter, thumbs-gensym):
16084 Remove reimplementation of cl-gensym.
16085 (thumbs-temp-file): Use cl-gensym.
16086
16087 * emacs-lisp/ert.el: Require cl-lib at runtime too.
16088 (ert--cl-do-remf, ert--remprop, ert--remove-if-not)
16089 (ert--intersection, ert--set-difference, ert--set-difference-eq)
16090 (ert--union, ert--gensym-counter, ert--gensym-counter)
16091 (ert--coerce-to-vector, ert--remove*, ert--string-position)
16092 (ert--mismatch, ert--subseq): Remove reimplementations of cl funcs.
16093 (ert-make-test-unbound, ert--expand-should-1)
16094 (ert--expand-should, ert--should-error-handle-error)
16095 (should-error, ert--explain-equal-rec)
16096 (ert--plist-difference-explanation, ert-select-tests)
16097 (ert--make-stats, ert--remove-from-list, ert--string-first-line):
16098 Use cl-lib functions rather than reimplementations.
16099
16100 2013-07-11 Michael Albinus <michael.albinus@gmx.de>
16101
16102 * net/tramp.el (tramp-methods): Extend docstring.
16103 (tramp-connection-timeout): New defcustom.
16104 (tramp-error-with-buffer): Reset timestamp only when appropriate.
16105 (with-tramp-progress-reporter): Simplify.
16106 (tramp-process-actions): Improve messages.
16107
16108 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
16109 * net/tramp-sh.el (tramp-maybe-open-connection):
16110 Use `tramp-connection-timeout'.
16111 (tramp-methods) <su, sudo, ksu>: Add method specific timeouts.
16112 (Bug#14808)
16113
16114 2013-07-11 Leo Liu <sdl.web@gmail.com>
16115
16116 * ido.el (ido-read-file-name): Conform to the requirements of
16117 read-file-name. (Bug#11861)
16118 (ido-read-directory-name): Conform to the requirements of
16119 read-directory-name.
16120
16121 2013-07-11 Juanma Barranquero <lekktu@gmail.com>
16122
16123 * subr.el (delay-warning): New function.
16124
16125 2013-07-10 Eli Zaretskii <eliz@gnu.org>
16126
16127 * simple.el (default-line-height): New function.
16128 (line-move-partial, line-move): Use it instead of computing the
16129 line height inline.
16130 (line-move-partial): Always compute ROWH. If the last line is
16131 partially-visible, but its text is completely visible, allow
16132 cursor to enter such a partially-visible line.
16133
16134 2013-07-10 Michael Albinus <michael.albinus@gmx.de>
16135
16136 Improve error messages. (Bug#14808)
16137
16138 * net/tramp.el (tramp-current-connection): New defvar, moved from
16139 tramp-sh.el.
16140 (tramp-message-show-progress-reporter-message): Remove, not
16141 needed anymore.
16142 (tramp-error-with-buffer): Show message in minibuffer.
16143 Discard input before waiting. Reset connection timestamp.
16144 (with-tramp-progress-reporter): Improve messages.
16145 (tramp-process-actions): Use progress reporter. Delete process in
16146 case of error. Improve messages.
16147
16148 * net/tramp-sh.el (tramp-barf-if-no-shell-prompt): Use condition-case.
16149 Call `tramp-error-with-buffer' with vector and buffer.
16150 (tramp-current-connection): Remove.
16151 (tramp-maybe-open-connection): The car of
16152 `tramp-current-connection' are the first 3 slots of the vector.
16153
16154 2013-07-10 Teodor Zlatanov <tzz@lifelogs.com>
16155
16156 * progmodes/cfengine.el (cfengine3-indent-line): Do not indent
16157 inside continued strings.
16158
16159 2013-07-10 Paul Eggert <eggert@cs.ucla.edu>
16160
16161 Timestamp fixes for undo (Bug#14824).
16162 * files.el (clear-visited-file-modtime): Move here from fileio.c.
16163
16164 2013-07-10 Leo Liu <sdl.web@gmail.com>
16165
16166 * files.el (require-final-newline): Allow safe local value.
16167 (Bug#14834)
16168
16169 2013-07-09 Leo Liu <sdl.web@gmail.com>
16170
16171 * ido.el (ido-read-directory-name): Handle fallback.
16172 (ido-read-file-name): Update DIR to ido-current-directory.
16173 (Bug#1516)
16174 (ido-add-virtual-buffers-to-list): Robustify. (Bug#14552)
16175
16176 2013-07-09 Dmitry Gutov <dgutov@yandex.ru>
16177
16178 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Remove extra
16179 "autoload". Remove "warn lower camel case" section, previously
16180 commented out. Highlight negation char. Do not highlight the
16181 target in singleton method definitions.
16182
16183 2013-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
16184
16185 * faces.el (tty-setup-hook): Declare the hook.
16186
16187 * emacs-lisp/pcase.el (pcase--split-pred): Add `vars' argument to try
16188 and detect when a guard/pred depends on local vars (bug#14773).
16189 (pcase--u1): Adjust caller.
16190
16191 2013-07-08 Eli Zaretskii <eliz@gnu.org>
16192
16193 * simple.el (line-move-partial, line-move): Account for
16194 line-spacing.
16195 (line-move-partial): Avoid setting vscroll when the last
16196 partially-visible line in window is of default height.
16197
16198 2013-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
16199
16200 * net/shr.el (shr-map): Reinstate the `u' key binding, since it's
16201 been used a while.
16202
16203 2013-07-07 Juanma Barranquero <lekktu@gmail.com>
16204
16205 * subr.el (read-quoted-char): Remove unused local variable `char'.
16206
16207 2013-07-07 Michael Kifer <kifer@cs.stonybrook.edu>
16208
16209 * vc/ediff.el (ediff-version): Version update.
16210 (ediff-files-command, ediff3-files-command, ediff-merge-command)
16211 (ediff-merge-with-ancestor-command, ediff-directories-command)
16212 (ediff-directories3-command, ediff-merge-directories-command)
16213 (ediff-merge-directories-with-ancestor-command): New functions.
16214 All are command-line interfaces to ediff: to facilitate calling
16215 Emacs with the appropriate ediff functions invoked.
16216
16217 * emulation/viper-cmd.el (viper-del-forward-char-in-insert):
16218 New function.
16219 (viper-save-kill-buffer): Check if buffer is modified.
16220
16221 * emulation/viper.el (viper-version): Version update.
16222 (viper-emacs-state-mode-list): Add egg-status-buffer-mode.
16223
16224 2013-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
16225
16226 * faces.el (tty-run-terminal-initialization): Run new tty-setup-hook.
16227 * emulation/viper-cmd.el (viper-envelop-ESC-key): Remove function.
16228 (viper-intercept-ESC-key): Simplify.
16229 * emulation/viper-keym.el (viper-ESC-key): Make it a constant,
16230 don't use kbd.
16231 * emulation/viper.el (viper--tty-ESC-filter, viper--lookup-key)
16232 (viper-catch-tty-ESC, viper-uncatch-tty-ESC)
16233 (viper-setup-ESC-to-escape): New functions.
16234 (viper-go-away, viper-set-hooks): Call viper-setup-ESC-to-escape.
16235 (viper-set-hooks): Do not modify flyspell-mode-hook. (Bug#13793)
16236
16237 2013-07-07 Eli Zaretskii <eliz@gnu.org>
16238
16239 * simple.el (default-font-height, window-screen-lines):
16240 New functions.
16241 (line-move, line-move-partial): Use them instead of
16242 frame-char-height and window-text-height. This makes scrolling
16243 text smoother when the buffer's default face uses a font that is
16244 different from the frame's default font.
16245
16246 2013-07-06 Jan Djärv <jan.h.d@swipnet.se>
16247
16248 * files.el (write-file): Do not display confirm dialog for NS,
16249 it does its own dialog, which can't be canceled (Bug#14578).
16250
16251 2013-07-06 Eli Zaretskii <eliz@gnu.org>
16252
16253 * simple.el (line-move-partial): Adjust the row returned by
16254 posn-at-point for the current window-vscroll. (Bug#14567)
16255
16256 2013-07-06 Michael Albinus <michael.albinus@gmx.de>
16257
16258 * net/tramp-sh.el (tramp-sh-file-gvfs-monitor-dir-process-filter)
16259 (tramp-sh-file-inotifywait-process-filter): Handle file names with
16260 spaces.
16261
16262 2013-07-06 Martin Rudalics <rudalics@gmx.at>
16263
16264 * window.el (window-state-put-stale-windows): New variable.
16265 (window--state-put-2): Save list of windows without matching buffer.
16266 (window-state-put): Remove "bufferless" windows if possible.
16267
16268 2013-07-06 Juanma Barranquero <lekktu@gmail.com>
16269
16270 * simple.el (alternatives-define): Remove leftover :group keyword.
16271 Tweak docstring.
16272
16273 2013-07-06 Leo Liu <sdl.web@gmail.com>
16274
16275 * ido.el (ido-use-virtual-buffers): Allow new value 'auto.
16276 (ido-enable-virtual-buffers): New variable.
16277 (ido-buffer-internal, ido-toggle-virtual-buffers)
16278 (ido-make-buffer-list): Use it.
16279 (ido-exhibit): Support turning on and off virtual buffers
16280 automatically.
16281
16282 2013-07-06 Juanma Barranquero <lekktu@gmail.com>
16283
16284 * simple.el (alternatives-define): New macro.
16285
16286 2013-07-06 Stefan Monnier <monnier@iro.umontreal.ca>
16287
16288 * subr.el (read-quoted-char): Use read-key.
16289 (sit-for): Let read-event decode tty input (bug#14782).
16290
16291 2013-07-05 Stephen Berman <stephen.berman@gmx.net>
16292
16293 * calendar/todo-mode.el: Add handling of file deletion, both by
16294 mode command and externally. Fix various related bugs.
16295 Clarify Commentary and improve some documentation strings and code.
16296 (todo-delete-file): New command.
16297 (todo-check-file): New function.
16298 (todo-show): Handle external deletion of the file we're trying to
16299 show (bug#14688). Replace called-interactively-p by an optional
16300 prefix argument to avoid problematic interaction with catch form
16301 when byte compiled (bug#14702).
16302 (todo-quit): Handle external deletion of the archive's todo file.
16303 Make sure the buffer that was visiting the archive file is still
16304 live before trying to bury it.
16305 (todo-category-completions): Handle external deletion of any
16306 category completion files.
16307 (todo-jump-to-category, todo-basic-insert-item): Recalculate list
16308 of todo files, in case of external deletion.
16309 (todo-add-file): Replace unnecessary setq by let-binding.
16310 (todo-find-archive): Check whether there are any archives.
16311 Replace unnecessary setq by let-binding.
16312 (todo-archive-done-item): Use find-file-noselect to get the
16313 archive buffer whether or not the archive already exists.
16314 Remove superfluous code. Use file size instead of buffer-file-name to
16315 check if the archive is new; if it is, update list of archives.
16316 (todo-default-todo-file): Allow nil to be a valid value for when
16317 there are no todo files.
16318 (todo-reevaluate-default-file-defcustom): Use corrected definition
16319 of todo-default-todo-file.
16320 (todo-key-bindings-t+a+f): Add key binding for todo-delete-file.
16321 (todo-delete-category, todo-show-categories-table)
16322 (todo-category-number): Clarify comment.
16323 (todo-filter-items): Clarify documentation string.
16324 (todo-show-current-file, todo-display-as-todo-file)
16325 (todo-reset-and-enable-done-separator): Tweak documentation string.
16326 (todo-done-separator): Make separator length window-width, since
16327 bug#2749 is now fixed.
16328
16329 2013-07-05 Michael Albinus <michael.albinus@gmx.de>
16330
16331 * net/tramp-sh.el (tramp-sh-handle-file-notify-add-watch):
16332 Support both "gvfs-monitor-dir" and "inotifywait".
16333 (tramp-sh-file-inotifywait-process-filter): Rename from
16334 `tramp-sh-file-notify-process-filter'.
16335 (tramp-sh-file-gvfs-monitor-dir-process-filter)
16336 (tramp-get-remote-gvfs-monitor-dir): New defuns.
16337
16338 2013-07-05 Leo Liu <sdl.web@gmail.com>
16339
16340 * autoinsert.el (auto-insert-alist): Default to lexical-binding.
16341
16342 2013-07-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16343
16344 * frame.el (display-pixel-height, display-pixel-width)
16345 (display-mm-height, display-mm-width): Mention behavior on
16346 multi-monitor setups in docstrings.
16347 (w32-display-monitor-attributes-list): Declare function.
16348 (display-monitor-attributes-list): Use it.
16349
16350 2013-07-04 Michael Albinus <michael.albinus@gmx.de>
16351
16352 * filenotify.el: New package.
16353
16354 * autorevert.el (top): Require filenotify.el.
16355 (auto-revert-notify-enabled): Remove. Use `file-notify-support'
16356 instead.
16357 (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
16358 (auto-revert-notify-handler): Use `file-notify-*' functions.
16359
16360 * subr.el (file-notify-handle-event): Move function to filenotify.el.
16361
16362 * net/tramp.el (tramp-file-name-for-operation):
16363 Handle `file-notify-add-watch' and `file-notify-rm-watch'.
16364
16365 * net/tramp-sh.el (tramp-sh-file-name-handler-alist): Add handler
16366 for `file-notify-add-watch' and `file-notify-rm-watch'.
16367 (tramp-process-sentinel): Improve trace.
16368 (tramp-sh-handle-file-notify-add-watch)
16369 (tramp-sh-file-notify-process-filter)
16370 (tramp-sh-handle-file-notify-rm-watch)
16371 (tramp-get-remote-inotifywait): New defuns.
16372
16373 2013-07-03 Juri Linkov <juri@jurta.org>
16374
16375 * buff-menu.el (Buffer-menu-multi-occur): Add args and move the
16376 call of `occur-read-primary-args' to interactive spec.
16377
16378 * ibuffer.el (ibuffer-mode-map): Bind "M-s a C-o" to
16379 `ibuffer-do-occur' like in buff-menu.el. (Bug#14673)
16380
16381 2013-07-03 Matthias Meulien <orontee@gmail.com>
16382
16383 * buff-menu.el (Buffer-menu-mode-map): Bind "M-s a C-o" to
16384 `Buffer-menu-multi-occur'. Add it to the menu.
16385 (Buffer-menu-mode): Document it in docstring.
16386 (Buffer-menu-multi-occur): New command. (Bug#14673)
16387
16388 2013-07-03 Dmitry Gutov <dgutov@yandex.ru>
16389
16390 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Highlight more
16391 keywords and built-ins.
16392
16393 2013-07-03 Glenn Morris <rgm@gnu.org>
16394
16395 * subr.el (y-or-n-p): Handle empty prompts. (Bug#14770)
16396
16397 Make info-xref checks case-sensitive by default
16398 * info.el (Info-find-node, Info-find-in-tag-table)
16399 (Info-find-node-in-buffer, Info-find-node-2, Info-goto-node):
16400 Add option for exact case matching of nodes.
16401 * info-xref.el (info-xref): New custom group.
16402 (info-xref-case-fold): New option.
16403 (info-xref-goto-node-p): Pass info-xref-case-fold to Info-goto-node.
16404
16405 2013-07-03 Leo Liu <sdl.web@gmail.com>
16406
16407 * ido.el (ido-delete-file-at-head): Respect delete-by-moving-to-trash.
16408
16409 2013-07-03 Dmitry Gutov <dgutov@yandex.ru>
16410
16411 * progmodes/ruby-mode.el (ruby-move-to-block): When we're at a
16412 middle of block statement initially, lower the depth. Remove
16413 FIXME comment, not longer valid. Remove middle of block statement
16414 detection, no need to do that anymore since we've been using
16415 `ruby-parse-region' here.
16416
16417 2013-07-02 Jan Djärv <jan.h.d@swipnet.se>
16418
16419 * term/ns-win.el (display-format-alist): Use .* (Bug#14765).
16420
16421 2013-07-01 Katsumi Yamaoka <yamaoka@jpl.org>
16422
16423 * wid-edit.el (widget-default-get): Don't modify widget (Bug#14738).
16424
16425 2013-07-01 Juanma Barranquero <lekktu@gmail.com>
16426
16427 * desktop.el (desktop-restore-frames): Rename from desktop-save-windows.
16428 (desktop-restore-in-current-display): New customization option.
16429 (desktop--excluded-frame-parameters): Add `font'.
16430 (desktop--save-frames): Rename from desktop--save-windows.
16431 (desktop--restore-in-this-display-p): New function.
16432 (desktop--make-full-frame): Remove unwanted width/height from
16433 full(width|height) frames.
16434 (desktop--restore-frames): Rename from desktop--restore-windows.
16435 Obey desktop-restore-current-display. Do not delete old frames or
16436 select a new frame unless we were able to restore at least one frame.
16437
16438 2013-06-30 Michal Nazarewicz <mina86@mina86.com>
16439
16440 * files.el (find-file-noselect): Simplify conditional expression.
16441
16442 * textmodes/remember.el (remember-append-to-file):
16443 Don't mix `find-buffer-visiting' and `get-file-buffer'.
16444
16445 Add `remember-notes' function to store random notes across Emacs
16446 restarts.
16447 * textmodes/remember.el (remember-data-file): Add :set callback to
16448 affect notes buffer (if any).
16449 (remember-notes): New command.
16450 (remember-notes-buffer-name, bury-remember-notes-on-kill):
16451 New defcustoms for the `remember-notes' function.
16452 (remember-notes-save-and-bury-buffer): New command.
16453 (remember-notes-mode-map): New variable.
16454 (remember-mode): New minor mode.
16455 (remember-notes--kill-buffer-query): New function.
16456 * startup.el (initial-buffer-choice): Add notes to custom type.
16457
16458 2013-06-30 Eli Zaretskii <eliz@gnu.org>
16459
16460 * bindings.el (right-char, left-char): Don't call sit-for, this is
16461 no longer needed. Use arithmetic comparison only for numerical
16462 arguments.
16463
16464 * international/mule-cmds.el (select-safe-coding-system):
16465 Handle the case of FROM being a string correctly. (Bug#14755)
16466
16467 2013-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
16468
16469 * net/shr.el (shr-make-table-1): Add a sanity check that allows
16470 progression on degenerate tables.
16471 (shr-rescale-image): ImageMagick animated images currently don't work.
16472
16473 2013-06-30 Juanma Barranquero <lekktu@gmail.com>
16474
16475 Some fixes and improvements for desktop frame restoration.
16476 It is still experimental and disabled by default.
16477 * desktop.el (desktop--save-windows): Put the selected frame at
16478 the head of the list.
16479 (desktop--make-full-frame): New function.
16480 (desktop--restore-windows): Try to re-select the frame that was
16481 selected upon saving. Do not abort if some frames fail to restore,
16482 just show an error message and continue. Set up maximized frames
16483 so they have default non-maximized dimensions.
16484
16485 2013-06-30 Dmitry Gutov <dgutov@yandex.ru>
16486
16487 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
16488 Don't start heredoc inside a string or comment.
16489
16490 2013-06-29 Eli Zaretskii <eliz@gnu.org>
16491
16492 * bindings.el (visual-order-cursor-movement): New defcustom.
16493 (right-char, left-char): Provide visual-order cursor motion by
16494 calling move-point-visually. Update the doc strings.
16495
16496 2013-06-28 Kenichi Handa <handa@gnu.org>
16497
16498 * international/mule.el (define-coding-system): New coding system
16499 properties :inhibit-null-byte-detection,
16500 :inhibit-iso-escape-detection, and :prefer-utf-8.
16501 (set-buffer-file-coding-system): If :charset-list property of
16502 CODING-SYSTEM is `emacs', do not check if CODING-SYSTEM is
16503 appropriate for setting.
16504
16505 * international/mule-cmds.el (select-safe-coding-system):
16506 If DEFAULT-CODING-SYSTEM is prefer-utf-8 and the buffer contains
16507 multibyte characters, return utf-8 (or one of its siblings).
16508
16509 * international/mule-conf.el (prefer-utf-8): New coding system.
16510 (file-coding-system-alist): Use prefer-utf-8 as default for Elisp
16511 files.
16512
16513 2013-06-28 Ivan Kanis <ivan@kanis.fr>
16514
16515 * net/shr.el (shr-render-region): New function.
16516
16517 * net/eww.el: Autoload `eww-browse-url'.
16518
16519 2013-06-27 Dmitry Gutov <dgutov@yandex.ru>
16520
16521 * emacs-lisp/package-x.el (package-upload-buffer-internal):
16522 Adapt to `package-desc-version' being a list.
16523 Use `package--ac-desc-version' to retrieve version from a package
16524 archive element.
16525
16526 2013-06-27 Juanma Barranquero <lekktu@gmail.com>
16527
16528 New experimental feature to save&restore window and frame setup.
16529 * desktop.el (desktop-save-windows): New defcustom.
16530 (desktop--saved-states): New var.
16531 (desktop--excluded-frame-parameters): New defconst.
16532 (desktop--filter-frame-parms, desktop--find-frame-in-display)
16533 (desktop--restore-windows, desktop--save-windows): New functions.
16534 (desktop-save): Call `desktop--save-windows'.
16535 (desktop-read): Call `desktop--restore-windows'.
16536
16537 2013-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
16538
16539 * net/shr.el (add-face-text-property): Remove compat definition.
16540
16541 2013-06-27 Stephen Berman <stephen.berman@gmx.net>
16542
16543 * info.el (Info-try-follow-nearest-node): Move search for footnote
16544 above search for node name to prevent missing a footnote (bug#14717).
16545
16546 2013-06-27 Stephen Berman <stephen.berman@gmx.net>
16547
16548 * obsolete/otodo-mode.el: Add obsolescence info to file header.
16549
16550 2013-06-27 Leo Liu <sdl.web@gmail.com>
16551
16552 * net/eww.el (eww-read-bookmarks): Check file size.
16553
16554 2013-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
16555
16556 * emacs-lisp/nadvice.el (advice--defalias-fset): Move advice back to
16557 advice--pending if newdef is nil or an autoload (bug#13820).
16558 (advice-mapc): New function.
16559
16560 2013-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
16561
16562 * net/eww.el (eww-mode): Undo isn't necessary in eww buffers,
16563 probably.
16564 (eww-mode-map): Add a menu bar.
16565 (eww-add-bookmark): New command.
16566 (eww-bookmark-mode): New mode and commands.
16567 (eww-add-bookmark): Remove newlines from the title.
16568 (eww-bookmark-browse): Don't bug out if it's the only window.
16569
16570 2013-06-26 Glenn Morris <rgm@gnu.org>
16571
16572 * htmlfontify.el (hfy-triplet): Handle unspecified-fg, bg.
16573 (hfy-size): Handle ttys. (Bug#14668)
16574
16575 * info-xref.el: Update for Texinfo 5 change in *note format.
16576 (info-xref-node-re, info-xref-note-re): New constants.
16577 (info-xref-check-buffer): Use info-xref-note-re.
16578
16579 2013-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
16580
16581 * simple.el (set-variable): Use read-from-minibuffer (bug#14710).
16582
16583 * emacs-lisp/package.el (package--add-to-archive-contents): Add missing
16584 nil terminate the loop (bug#14718).
16585
16586 2013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
16587
16588 * net/eww.el: Rework history traversal. When going forward/back,
16589 put these actions into the history, too, so that they can be
16590 replayed.
16591 (eww-render): Move the history reset to the correct buffer.
16592
16593 2013-06-25 Juri Linkov <juri@jurta.org>
16594
16595 * files-x.el (modify-dir-local-variable): Change the header comment
16596 in the file with directory local variables. (Bug#14692)
16597
16598 * files-x.el (read-file-local-variable-value): Add `default'.
16599 (Bug#14710)
16600
16601 2013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
16602
16603 * net/eww.el (eww-make-unique-file-name): Create a unique file
16604 name before saving to entering `y' accidentally asynchronously.
16605
16606 2013-06-25 Ivan Kanis <ivan@kanis.fr>
16607
16608 * net/eww.el (eww-download): New command and keystroke.
16609
16610 2013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
16611
16612 * net/eww.el (eww-copy-page-url): Change name of command.
16613
16614 * net/shr.el (shr-map): Change `shr-copy-url' from `u' to `w' to
16615 be more consistent with Info and dired.
16616
16617 * net/eww.el (eww-mode-map): Ditto.
16618
16619 2013-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
16620
16621 * emacs-lisp/package.el: Use lexical-binding. Include obsolete
16622 packages from archives.
16623 (package-archive-contents): Change format; include obsolete packages.
16624 (package-desc): Use `dir' to mark builtin packages.
16625 (package--from-builtin): Set the `dir' field to `builtin'.
16626 (generated-autoload-file, version-control): Declare.
16627 (package-compute-transaction): Change first arg and return value to be
16628 lists of package-descs. Adjust to new package-archive-contents format.
16629 (package--add-to-archive-contents): Adjust to new
16630 package-archive-contents format.
16631 (package-download-transaction): Arg is now a list of package-descs.
16632 (package-install): If `pkg' is a package name, pass it as
16633 a requirement, so it is subject to the usual (e.g. disabled) checks.
16634 (describe-package): Accept package-desc as well.
16635 (describe-package-1): Describe a specific package-desc. Add links to
16636 other package-descs for the same package name.
16637 (package-menu-describe-package): Pass the actual package-desc.
16638 (package-menu-mode): Add to tabulated-list-revert-hook so revert-buffer
16639 works correctly.
16640 (package-desc-status): New function.
16641 (package-menu--refresh): New function, extracted
16642 from package-menu--generate.
16643 (package-menu--generate): Use it.
16644 (package-delete): Update package-alist.
16645 (package-menu-execute): Don't call package-initialize.
16646
16647 * progmodes/idlw-toolbar.el, progmodes/idlw-shell.el,
16648 progmodes/idlw-help.el, progmodes/idlw-complete-structtag.el,
16649 progmodes/ebnf-yac.el, progmodes/ebnf-otz.el, progmodes/ebnf-iso.el,
16650 progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-bnf.el,
16651 progmodes/ebnf-abn.el, emacs-lisp/package-x.el, emacs-lisp/cl-seq.el,
16652 emacs-lisp/cl-macs.el: Neuter the "Version:" header.
16653
16654 2013-06-25 Martin Rudalics <rudalics@gmx.at>
16655
16656 * window.el (window--state-get-1): Workaround for bug#14527.
16657 http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00941.html
16658
16659 2013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
16660
16661 * net/eww.el (eww-back-url): Implement the history by stashing all
16662 the data into a list.
16663 (eww-forward-url): Allow going forward in the history, too.
16664
16665 2013-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
16666
16667 * files-x.el (read-file-local-variable-value): Use read-from-minibuffer
16668 for values and use read--expression for expressions (bug#14710).
16669 (read-file-local-variable): Avoid setq.
16670 (read-file-local-variable-mode): Use minor-mode-list.
16671
16672 2013-06-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
16673
16674 * textmodes/bibtex.el (bibtex-generate-url-list): Add support
16675 for DOI URLs.
16676
16677 2013-06-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
16678
16679 * textmodes/bibtex.el (bibtex-mode, bibtex-set-dialect):
16680 Update imenu-support when dialect changes.
16681
16682 2013-06-25 Leo Liu <sdl.web@gmail.com>
16683
16684 * ido.el (ido-read-internal): Allow forward slash on windows.
16685
16686 2013-06-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
16687
16688 * net/eww.el (eww): Start of strings is \\`, not ^.
16689
16690 2013-06-24 Ivan Kanis <ivan@kanis.fr>
16691
16692 * net/shr.el (shr-browse-url): Fix interactive spec.
16693
16694 * net/eww.el (eww): Add a trailing slash to domain names.
16695
16696 2013-06-24 Juanma Barranquero <lekktu@gmail.com>
16697
16698 * faces.el (face-spec-recalc): Revert part of 2013-06-23T20:29:18Z!lekktu@gmail.com (bug#14705).
16699
16700 2013-06-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
16701
16702 * net/shr.el (shr-browse-url): Use an external browser if given a
16703 prefix.
16704
16705 * net/eww.el (eww-external-browser): Move to shr.
16706
16707 2013-06-24 Ivan Kanis <ivan@kanis.fr>
16708
16709 * net/eww.el (eww): Work more correctly for file: URLs.
16710 (eww-detect-charset): Allow quoted charsets.
16711 (eww-yank-page-url): New command and keystroke.
16712
16713 2013-06-24 Daiki Ueno <ueno@gnu.org>
16714
16715 * epg.el (epg-make-context): Check if PROTOCOL is valid; embed the
16716 file name of gpg executable.
16717 (epg-context-program): New function.
16718 (epg-context-home-directory): New function.
16719 (epg-context-set-program): New function.
16720 (epg-context-set-home-directory): New function.
16721 (epg--start): Use `epg-context-program' instead of
16722 'epg-gpg-program'.
16723 (epg--list-keys-1): Likewise.
16724
16725 2013-06-24 Leo Liu <sdl.web@gmail.com>
16726
16727 * ido.el (ido-read-internal): Fix bug#14620.
16728
16729 2013-06-23 Juanma Barranquero <lekktu@gmail.com>
16730
16731 * faces.el (face-documentation): Simplify.
16732 (read-face-attribute, tty-find-type, x-resolve-font-name):
16733 Use `string-match-p'.
16734 (list-faces-display): Use `string-match-p'. Simplify.
16735 (face-spec-recalc): Check face to avoid face alias loops.
16736 (read-color): Use `string-match-p' and non-capturing parenthesis.
16737
16738 2013-06-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
16739
16740 * net/shr.el (shr-rescale-image): Use the new
16741 :max-width/:max-height functionality.
16742
16743 2013-06-23 Ivan Kanis <ivan@kanis.fr>
16744
16745 * net/eww.el (eww-search-prefix): New variable.
16746 (eww): Use it.
16747 (eww-external-browser): New variable.
16748 (eww-mode-map): New keystroke.
16749 (eww-browse-with-external-browser): New command.
16750
16751 * net/eww.el: Bind `C-c C-c' to "submit" in all form keymaps.
16752
16753 2013-06-23 Juanma Barranquero <lekktu@gmail.com>
16754
16755 * emacs-lisp/tabulated-list.el (tabulated-list-init-header):
16756 Don't skip aligning the next header field when padding is 0;
16757 otherwise, field width is not respected unless the title is as
16758 wide as the field.
16759
16760 2013-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
16761
16762 * emacs-lisp/package.el (package-el-version): Remove.
16763 (package-process-define-package): Fix inf-loop.
16764 (package-install): Allow symbols as arguments again.
16765
16766 2013-06-22 Dmitry Gutov <dgutov@yandex.ru>
16767
16768 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Move `catch',
16769 add some more keyword-like methods.
16770 http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00911.html
16771
16772 2013-06-22 Juanma Barranquero <lekktu@gmail.com>
16773
16774 * bs.el (bs-buffer-show-mark): Make defvar-local.
16775 (bs-mode): Use setq-local.
16776
16777 * emacs-lock.el (emacs-lock-mode, emacs-lock--old-mode)
16778 (emacs-lock--try-unlocking): Make defvar-local.
16779
16780 2013-06-22 Glenn Morris <rgm@gnu.org>
16781
16782 * play/cookie1.el (cookie-apropos): Minor simplification.
16783
16784 * progmodes/gdb-mi.el (gdb-mapcar*): Remove, replace with cl-mapcar.
16785
16786 2013-06-22 Dmitry Gutov <dgutov@yandex.ru>
16787
16788 * progmodes/ruby-mode.el (auto-mode-alist): Do not use
16789 `regexp-opt', it breaks the build during dumping.
16790
16791 2013-06-21 Dmitry Gutov <dgutov@yandex.ru>
16792
16793 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
16794 Highlight keyword-like methods on Kernel and Module with
16795 font-lock-builtin-face.
16796 (auto-mode-alist): Consolidate different entries into one regexp
16797 and add more *file-s.
16798
16799 2013-06-21 Stephen Berman <stephen.berman@gmx.net>
16800
16801 * obsolete/otodo-mode.el: Move and rename from calendar/todo-mode.el.
16802
16803 * calendar/diary-lib.el (diary-goto-entry-function): New variable.
16804 (diary-entry): Use it in the action of this button type instead of
16805 diary-goto-entry.
16806
16807 * calendar/todo-mode.el: New version.
16808 (todo-add-category): Append new category to end of file and give
16809 it the highest number, instead of putting it at the beginning and
16810 giving it 0. Incorporate noninteractive functionality.
16811 (todo-forward-category): Adapt to 1-based category numbering.
16812 Allow skipping over archived categories.
16813 (todo-backward-category): Derive from todo-forward-category.
16814 (todo-backward-item, todo-forward-item): Make noninteractive and
16815 delegate interactive part to new commands. Make sensitive to done items.
16816 (todo-categories): Make value an alist of category names and
16817 vectors of item counts.
16818 (todo-category-beg): Make a defconst.
16819 (todo-category-number): Use 1 instead of 0 as initial value.
16820 (todo-category-select): Make sensitive to overlays, optional item
16821 highlighting and done items.
16822 (todo-delete-item): Make sensitive to overlays and marked and done items.
16823 (todo-edit-item): Make sensitive to overlays and editing of
16824 date/time header optional. Add format checks.
16825 (todo-edit-multiline): Rename to todo-edit-multiline-item. Make a
16826 no-op if point is not on an item. Advertise using todo-edit-quit.
16827 (todo-edit-mode): Make sensitive to new format, font-locking, and
16828 multiple todo files.
16829 (todo-insert-item, todo-insert-item-here): Derive from
16830 todo-basic-insert-item and extend functionality.
16831 (todo-item-end, todo-item-start): Make sensitive to done items.
16832 (todo-item-string): Don't return text properties. Restore point.
16833 (todo-jump-to-category): Make sensitive to multiple todo files and
16834 todo archives. Use extended category completion.
16835 (todo-lower-item, todo-raise-item): Rename to *-priority and
16836 derive from todo-set-item-priority.
16837 (todo-mode): Derive from special-mode. Make sensitive to new
16838 format, font-locking and multiple todo files. Make read-only.
16839 (todo-mode-map): Don't suppress digit keys, so they can supply
16840 prefix arguments. Add many new key bindings.
16841 (todo-prefix): Insert as an overlay instead of file text.
16842 Change semantics from diary date expression to purely visual mark.
16843 (todo-print): Rename to todo-print-buffer. Make buffer display
16844 features printable. Remove option to restrict number of items
16845 printed. Add option to print to file.
16846 (todo-print-function): Rename to todo-print-buffer-function.
16847 (todo-quit): Extend to handle exiting new todo modes.
16848 (todo-remove-item): Make sensitive to overlays.
16849 (todo-save): Extend to buffers of filtered items.
16850 (todo-show): Make sensitive to done items, multiple todo files and
16851 new todo modes. Offer to convert legacy todo file before creating
16852 first new todo file.
16853 (todo-show-priorities): Rename to todo-top-priorities.
16854 Change semantics of value 0.
16855 (todo-top-priorities): Rename to todo-filter-top-priorities,
16856 derive from todo-filter-items and extend functionality.
16857 (todo-save-top-priorities): Rename to todo-save-filtered-items-buffer
16858 and extend functionality to other types of filtered items.
16859 (todo-add-item-non-interactively, todo-ask-p, todo-cat-slct)
16860 (todo-category-end, todo-category-sep, todo-cats, todo-cmd-back)
16861 (todo-cmd-done, todo-cmd-edit, todo-cmd-forw, todo-cmd-inst)
16862 (todo-cmd-kill, todo-cmd-lowr, todo-cmd-next, todo-cmd-prev)
16863 (todo-cmd-rais, todo-cmd-save, todo-completing-read, todo-cp)
16864 (todo-edit-mode-hook, todo-entry-prefix-function)
16865 (todo-entry-timestamp-initials, todo-file-do, todo-file-done)
16866 (todo-file-item, todo-file-top, todo-header, todo-initial-setup)
16867 (todo-initials, todo-insert-threshold, todo-item-string-start)
16868 (todo-line-string, todo-menu, todo-mode-hook)
16869 (todo-more-important-p, todo-previous-answer, todo-previous-line)
16870 (todo-print-priorities, todo-remove-separator)
16871 (todo-save-top-priorities-too, todo-string-count-lines)
16872 (todo-string-multiline-p, todo-time-string-format)
16873 (todo-tmp-buffer-name): Remove.
16874 (todo-add-file, todo-archive-done-item, todo-choose-archive)
16875 (todo-convert-legacy-files, todo-copy-item, todo-delete-category)
16876 (todo-edit-category-diary-inclusion)
16877 (todo-edit-category-diary-nonmarking, todo-edit-done-item-comment)
16878 (todo-edit-file, todo-edit-item-date-day)
16879 (todo-edit-item-date-day-name, todo-edit-item-date-from-calendar)
16880 (todo-edit-item-date-month, todo-edit-item-date-to-today)
16881 (todo-edit-item-date-year, todo-edit-item-diary-inclusion)
16882 (todo-edit-item-diary-nonmarking, todo-edit-item-header)
16883 (todo-edit-item-time, todo-edit-quit, todo-filter-diary-items)
16884 (todo-filter-diary-items-multifile, todo-filter-regexp-items)
16885 (todo-filter-regexp-items-multifile, todo-filter-top-priorities)
16886 (todo-filter-top-priorities-multifile, todo-find-archive)
16887 (todo-find-filtered-items-file, todo-go-to-source-item)
16888 (todo-insert-item-from-calendar, todo-item-done, todo-item-undone)
16889 (todo-jump-to-archive-category, todo-lower-category)
16890 (todo-mark-category, todo-marked-item-p, todo-merge-category)
16891 (todo-move-category, todo-move-item, todo-next-button)
16892 (todo-next-item, todo-padded-string, todo-powerset)
16893 (todo-previous-button, todo-previous-item)
16894 (todo-print-buffer-to-file, todo-raise-category)
16895 (todo-rename-category, todo-repair-categories-sexp, todo-search)
16896 (todo-set-category-number, todo-set-item-priority)
16897 (todo-set-top-priorities-in-category)
16898 (todo-set-top-priorities-in-file, todo-show-categories-table)
16899 (todo-sort-categories-alphabetically-or-numerically)
16900 (todo-sort-categories-by-archived, todo-sort-categories-by-diary)
16901 (todo-sort-categories-by-done, todo-sort-categories-by-todo)
16902 (todo-toggle-item-header, todo-toggle-item-highlighting)
16903 (todo-toggle-mark-item, todo-toggle-prefix-numbers)
16904 (todo-toggle-view-done-items, todo-toggle-view-done-only)
16905 (todo-unarchive-items, todo-unmark-category): New commands.
16906 (todo-absolute-file-name, todo-add-to-buffer-list)
16907 (todo-adjusted-category-label-length, todo-basic-edit-item-header)
16908 (todo-basic-insert-item, todo-category-completions)
16909 (todo-category-number, todo-category-string-matcher-1)
16910 (todo-category-string-matcher-2, todo-check-filtered-items-file)
16911 (todo-check-format, todo-clear-matches)
16912 (todo-comment-string-matcher, todo-convert-legacy-date-time)
16913 (todo-current-category, todo-date-string-matcher)
16914 (todo-define-insertion-command, todo-diary-expired-matcher)
16915 (todo-diary-goto-entry, todo-diary-item-p)
16916 (todo-diary-nonmarking-matcher, todo-display-as-todo-file)
16917 (todo-display-categories, todo-display-sorted, todo-done-item-p)
16918 (todo-done-item-section-p, todo-done-separator)
16919 (todo-done-string-matcher, todo-files, todo-filter-items)
16920 (todo-filter-items-1, todo-filter-items-filename, todo-find-item)
16921 (todo-gen-arglists, todo-get-count, todo-get-overlay, todo-indent)
16922 (todo-insert-category-line, todo-insert-item-from-calendar)
16923 (todo-insert-sort-button, todo-insert-with-overlays)
16924 (todo-insertion-command-name, todo-insertion-key-bindings)
16925 (todo-label-to-key, todo-longest-category-name-length)
16926 (todo-make-categories-list, todo-mode-external-set)
16927 (todo-mode-line-control, todo-modes-set-1, todo-modes-set-2)
16928 (todo-modes-set-3, todo-multiple-filter-files)
16929 (todo-nondiary-marker-matcher, todo-prefix-overlays)
16930 (todo-read-category, todo-read-date, todo-read-dayname)
16931 (todo-read-file-name, todo-read-time)
16932 (todo-reevaluate-category-completions-files-defcustom)
16933 (todo-reevaluate-default-file-defcustom)
16934 (todo-reevaluate-filelist-defcustoms)
16935 (todo-reevaluate-filter-files-defcustom)
16936 (todo-reset-and-enable-done-separator, todo-reset-comment-string)
16937 (todo-reset-done-separator, todo-reset-done-separator-string)
16938 (todo-reset-done-string, todo-reset-global-current-todo-file)
16939 (todo-reset-highlight-item, todo-reset-nondiary-marker)
16940 (todo-reset-prefix, todo-set-categories)
16941 (todo-set-date-from-calendar, todo-set-show-current-file)
16942 (todo-set-top-priorities, todo-short-file-name)
16943 (todo-show-current-file, todo-sort, todo-time-string-matcher)
16944 (todo-total-item-counts, todo-update-buffer-list)
16945 (todo-update-categories-display, todo-update-categories-sexp)
16946 (todo-update-count, todo-validate-name, todo-y-or-n-p):
16947 New functions.
16948 (todo-archive-mode, todo-categories-mode, todo-filtered-items-mode):
16949 New major modes.
16950 (todo-categories, todo-display, todo-edit, todo-faces)
16951 (todo-filtered): New defgroups.
16952 (todo-archived-only, todo-button, todo-category-string, todo-date)
16953 (todo-diary-expired, todo-done, todo-done-sep, todo-comment)
16954 (todo-mark, todo-nondiary, todo-prefix-string, todo-search)
16955 (todo-sorted-column, todo-time, todo-top-priority): New deffaces.
16956 (todo-add-item-if-new-category, todo-always-add-time-string)
16957 (todo-categories-align, todo-categories-archived-label)
16958 (todo-categories-category-label, todo-categories-diary-label)
16959 (todo-categories-done-label, todo-categories-number-separator)
16960 (todo-categories-todo-label, todo-categories-totals-label)
16961 (todo-category-completions-files, todo-completion-ignore-case)
16962 (todo-default-todo-file, todo-diary-nonmarking, todo-directory)
16963 (todo-done-separator-string, todo-done-string)
16964 (todo-files-function, todo-filter-done-items, todo-filter-files)
16965 (todo-highlight-item, todo-include-in-diary, todo-indent-to-here)
16966 (todo-initial-category, todo-initial-file, todo-item-mark)
16967 (todo-legacy-date-time-regexp, todo-mode-line-function)
16968 (todo-nondiary-marker, todo-number-prefix)
16969 (todo-print-buffer-function, todo-show-current-file)
16970 (todo-show-done-only, todo-show-first, todo-show-with-done)
16971 (todo-skip-archived-categories, todo-top-priorities-overrides)
16972 (todo-undo-item-omit-comment, todo-use-only-highlighted-region)
16973 (todo-visit-files-commands, todo-wrap-lines, todo-y-with-space):
16974 New defcustoms.
16975 (todo-category-done, todo-date-pattern, todo-date-string-start)
16976 (todo-diary-items-buffer, todo-done-string-start)
16977 (todo-filtered-items-buffer, todo-item-start)
16978 (todo-month-abbrev-array, todo-month-name-array)
16979 (todo-nondiary-end, todo-nondiary-start, todo-regexp-items-buffer)
16980 (todo-top-priorities-buffer): New defconsts.
16981 (todo-archive-mode-map, todo-archives, todo-categories-mode-map)
16982 (todo-categories-with-marks, todo-category-string-face)
16983 (todo-comment-face, todo-comment-string, todo-current-todo-file)
16984 (todo-date-face, todo-date-from-calendar, todo-descending-counts)
16985 (todo-diary-expired-face, todo-done-face, todo-done-sep-face)
16986 (todo-done-separator, todo-edit-buffer, todo-edit-mode-map)
16987 (todo-file-buffers, todo-files, todo-filtered-items-mode-map)
16988 (todo-font-lock-keywords, todo-global-current-todo-file)
16989 (todo-insertion-commands, todo-insertion-commands-arg-key-list)
16990 (todo-insertion-commands-args)
16991 (todo-insertion-commands-args-genlist)
16992 (todo-insertion-commands-names, todo-insertion-map)
16993 (todo-key-bindings-t, todo-key-bindings-t+a)
16994 (todo-key-bindings-t+a+f, todo-key-bindings-t+f, todo-mode-map)
16995 (todo-multiple-filter-files, todo-multiple-filter-files-widget)
16996 (todo-nondiary-face, todo-print-buffer, todo-time-face)
16997 (todo-visited): New variables.
16998
16999 2013-06-21 Glenn Morris <rgm@gnu.org>
17000
17001 * play/cookie1.el (cookie-apropos): Add optional display argument.
17002 * obsolete/yow.el (apropos-zippy): Use cookie-apropos.
17003 (psychoanalyze-pinhead): Use cookie-doctor.
17004
17005 2013-06-21 Juanma Barranquero <lekktu@gmail.com>
17006
17007 * emacs-lisp/package.el (tar-get-file-descriptor)
17008 (tar--extract): Declare.
17009
17010 2013-06-21 Eduard Wiebe <usenet@pusto.de>
17011
17012 Extend flymake's warning predicate to be a function (bug#14217).
17013 * progmodes/flymake.el (flymake-warning-predicate): New.
17014 (flymake-parse-line): Use it.
17015 (flymake-warning-re): Make obsolete alias to
17016 `flymake-warning-predicate'.
17017
17018 2013-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
17019
17020 * emacs-lisp/package.el (package-alist): Include obsolete packages.
17021 (package-obsolete-list): Remove.
17022 (package-activate): Remove min-version argument. Add `force' argument.
17023 Adjust to new package-alist format.
17024 (package-mark-obsolete): Remove.
17025 (package-unpack): Force reload of the package's autoloads.
17026 (package-installed-p): Check builtins if the installed package is not
17027 recent enough.
17028 (package-initialize): Don't reset package-obsolete-list.
17029 Don't specify which package version to activate.
17030 (package-process-define-package, describe-package-1)
17031 (package-menu--generate): Adjust to new package-alist format.
17032
17033 2013-06-21 Juanma Barranquero <lekktu@gmail.com>
17034
17035 * allout-widgets.el (allout-widgets-mode-off)
17036 (allout-widgets-mode-on, allout-widgets-pre-command-business)
17037 (allout-widgets-post-command-business)
17038 (allout-widgets-after-copy-or-kill-function)
17039 (allout-widgets-after-undo-function, allout-test-range-overlaps)
17040 (allout-decorate-item-and-context)
17041 (allout-graphics-modification-handler): Fix typos in docstrings.
17042 (allout-get-or-create-parent-widget): Use `looking-at-p'.
17043
17044 * cmuscheme.el (scheme-start-file): Doc fix.
17045 (inferior-scheme-mode, switch-to-scheme): Fix typos in docstrings.
17046 (scheme-input-filter): Use `string-match-p'.
17047
17048 * composite.el (compose-gstring-for-terminal): Fix typo in docstring.
17049
17050 * dired-x.el: Use Dired consistently in docstrings.
17051
17052 * dired.el: Use Dired consistently in docstrings.
17053 (dired-readin, dired-mode): Use `setq-local'.
17054 (dired-switches-alist): Make defvar-local.
17055 (dired-buffers-for-dir): Use `zerop'.
17056 (dired-safe-switches-p, dired-switches-escape-p)
17057 (dired-insert-old-subdirs, dired-move-to-end-of-filename)
17058 (dired-glob-regexp, dired-in-this-tree, dired-goto-file-1)
17059 (dired-sort-set-mode-line, dired-sort-toggle, dired-sort-R-check)
17060 (dired-goto-next-nontrivial-file): Use `string-match-p'.
17061 (dired-align-file, dired-insert-directory, dired-mark-files-in-region)
17062 (dired-toggle-marks, dired-mark-files-containing-regexp)
17063 (dired-mark-symlinks, dired-mark-directories, dired-mark-executables)
17064 (dired-flag-auto-save-files, dired-flag-backup-files):
17065 Use `looking-at-p'.
17066 (dired-mark-files-regexp, dired-build-subdir-alist):
17067 Use `string-match-p', `looking-at-p'.
17068
17069 * dos-w32.el (untranslated-canonical-name, untranslated-file-p)
17070 (direct-print-region-helper): Use `string-match-p'.
17071
17072 2013-06-21 Leo Liu <sdl.web@gmail.com>
17073
17074 * comint.el (comint-redirect-results-list-from-process):
17075 Fix infinite loop.
17076
17077 2013-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
17078
17079 * net/eww.el (eww-update-header-line-format): Quote % characters.
17080
17081 2013-06-21 Glenn Morris <rgm@gnu.org>
17082
17083 * play/cookie1.el (cookie): New custom group.
17084 (cookie-file): New option.
17085 (cookie-check-file): New function.
17086 (cookie): Make it interactive. Make start and end messages optional.
17087 Interactively, display the result. Default to cookie-file.
17088 (cookie-insert): Default to cookie-file.
17089 (cookie-snarf): Make start and end messages optional.
17090 Default to cookie-file. Use with-temp-buffer.
17091 (cookie-read): Rename from read-cookie.
17092 Make start and end messages optional. Default to cookie-file.
17093 (cookie-shuffle-vector): Rename from shuffle-vector. Use dotimes.
17094 Do not autoload it.
17095 (cookie-apropos, cookie-doctor): New functions, copied from yow.el
17096 * obsolete/yow.el (read-zippyism): Use new name for read-cookie.
17097
17098 2013-06-21 Leo Liu <sdl.web@gmail.com>
17099
17100 * progmodes/octave.el (octave-mode): Backward compatibility fix.
17101
17102 2013-06-21 Glenn Morris <rgm@gnu.org>
17103
17104 * font-lock.el (lisp-font-lock-keywords-2): Add with-eval-after-load.
17105
17106 2013-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
17107 Daniel Hackney <dan@haxney.org>
17108
17109 * emacs-lisp/package.el: Use tar-mode rather than tar executable.
17110 Consolidate the single-file vs tarball code.
17111 (package-desc-suffix): New function.
17112 (package-desc-full-name): Don't bother inlining it.
17113 (package-load-descriptor): Return the new package-desc.
17114 (package-mark-obsolete): Remove unused arg `package'.
17115 (package-unpack): Make it work for single files as well.
17116 Make it update package-alist.
17117 (package--make-autoloads-and-stuff): Rename from
17118 package--make-autoloads-and-compile. Don't compile any more.
17119 (package--compile): New function.
17120 (package-generate-description-file): New function, extracted from
17121 package-unpack-single.
17122 (package-unpack-single): Remove.
17123 (package--with-work-buffer): Add indentation and debugging info.
17124 (package-download-single): Remove.
17125 (package-install-from-archive): Rename from package-download-tar, make
17126 it take a pkg-desc, and make it work for single files as well.
17127 (package-download-transaction): Simplify.
17128 (package-tar-file-info): Remove `file' arg. Rewrite not to use an
17129 external tar program.
17130 (package-install-from-buffer): Remove `pkg-desc' argument.
17131 Use package-tar-file-info for tar-mode buffers.
17132 (package-install-file): Simplify accordingly.
17133 (package-archive-base): Change to take a pkg-desc.
17134 * tar-mode.el (tar--check-descriptor): New function, extracted from
17135 tar-get-descriptor.
17136 (tar-get-descriptor): Use it.
17137 (tar-get-file-descriptor): New function.
17138 (tar--extract): New function, extracted from tar-extract.
17139 (tar--extract): Use it.
17140 * emacs-lisp/package-x.el (package-upload-file): Decode the file, in
17141 case the summary uses non-ascii. Adjust to new calling convention of
17142 package-tar-file-info.
17143
17144 2013-06-21 Leo Liu <sdl.web@gmail.com>
17145
17146 * comint.el (comint-redirect-results-list-from-process):
17147 Fix random delay. (Bug#14681)
17148
17149 2013-06-21 Juanma Barranquero <lekktu@gmail.com>
17150
17151 * profiler.el (profiler-format-number): Use log, not log10.
17152
17153 2013-06-20 Juanma Barranquero <lekktu@gmail.com>
17154
17155 * term/x-win.el (emacs-session-filename): Use `locate-user-emacs-file'.
17156
17157 2013-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
17158
17159 * emacs-lisp/cl-loaddefs.el: Don't version-control any more.
17160 * emacs-lisp/cl-lib.el: Load cl-macs when cl-loaddefs is not
17161 yet available.
17162 * Makefile.in (AUTOGEN_VCS): Move cl-loaddefs.el...
17163 (AUTOGENEL): ... here.
17164 * emacs-lisp/cl-macs.el (cl--sublis): New function.
17165 (cl--defsubst-expand): Use it.
17166
17167 2013-06-20 Paul Eggert <eggert@cs.ucla.edu>
17168
17169 * subr.el (log10): Move here from C code, and declare as obsolete.
17170 All uses of (log10 X) replaced with (log X 10).
17171
17172 2013-06-20 Juanma Barranquero <lekktu@gmail.com>
17173
17174 * emacs-lisp/tabulated-list.el (tabulated-list-format): Fix typo.
17175 Declare with `defvar-local'.
17176 (tabulated-list-use-header-line, tabulated-list-entries)
17177 (tabulated-list-padding, tabulated-list-printer)
17178 (tabulated-list-sort-key): Declare with `defvar-local'.
17179 (tabulated-list-init-header, tabulated-list-print-fake-header):
17180 Use `setq-local'.
17181
17182 2013-06-20 Michael Albinus <michael.albinus@gmx.de>
17183
17184 * arc-mode.el (archive-mode): Add `archive-write-file' to
17185 `write-contents-functions' also for remote files. (Bug#14652)
17186
17187 2013-06-20 Juanma Barranquero <lekktu@gmail.com>
17188
17189 * cus-edit.el (custom-commands): Fix typos.
17190 (custom-display): Fix tooltip text.
17191 (custom-magic-alist, custom-filter-face-spec, custom-group-members):
17192 Fix typos in docstrings.
17193 (custom--initialize-widget-variables, Custom-mode): Use `setq-local'.
17194 (custom-unlispify-menu-entry, custom-magic-value-create)
17195 (custom-add-see-also, custom-group-value-create): Use ?\s.
17196 (custom-guess-type, customize-apropos, editable-field)
17197 (custom-face-value-create): Use `string-match-p'.
17198 (custom-save-variables, custom-save-faces): Use `looking-at-p'.
17199
17200 * custom.el (custom-load-symbol): Use `string-match-p'.
17201
17202 * ansi-color.el: Convert to lexical binding.
17203 (ansi-colors): Fix URL.
17204 (ansi-color-context, ansi-color-context-region): Use defvar-local.
17205 (ansi-color-apply-sequence, ansi-color-map): Fix typos in docstrings.
17206 (ansi-color-make-color-map): Rename local var ansi-color-map to map.
17207
17208 2013-06-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
17209
17210 * net/eww.el (eww-process-text-input): Display passwords as asterisks.
17211
17212 * net/shr.el (shr-make-table-1): Protect against invalid column-spans.
17213
17214 2013-06-19 Tom Tromey <tromey@redhat.com>
17215
17216 * net/eww.el (eww-top-url): Remove.
17217 (eww-home-url, eww-start-url, eww-contents-url): New defvars.
17218 (eww-render): Set new variables. Don't set eww-top-url.
17219 (eww-handle-link): Handle "prev", "home", and "contents".
17220 Downcase the rel text.
17221 (eww-top-url): Choose best top URL.
17222
17223 2013-06-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
17224
17225 * net/eww.el: Rewrite to implement form elements "by hand" instead of
17226 relying in widget.el. Using widget.el leads to too many
17227 user interface inconsistencies.
17228 (eww-self-insert): Implement entering commands in text fields.
17229 (eww-process-text-input): New function to make text input field editing
17230 work.
17231 (eww-submit): Rewrite to use the new-style form methods.
17232 (eww-select-display): Display the correct selected item.
17233 (eww-change-select): Implement changing the select value.
17234 (eww-toggle-checkbox): Implement radio/checkboxes.
17235 (eww-update-field): Fix compilation error.
17236 (eww-tag-textarea): Implement <textarea>.
17237
17238 * net/shr.el (shr-urlify): Use `keymap' instead of `local-map' so that
17239 we don't shadow mode-specific bindings.
17240
17241 * net/eww.el (eww-browse-url): Don't push stuff onto history if there's
17242 nothing to push.
17243
17244 * net/shr.el (shr-map): Bind [down-mouse-1] to browse URLs.
17245
17246 2013-06-19 Glenn Morris <rgm@gnu.org>
17247
17248 * emacs-lisp/eieio.el (defclass): Make it eval-and-compile once more.
17249
17250 2013-06-19 Michael Albinus <michael.albinus@gmx.de>
17251
17252 * net/tramp-adb.el (tramp-adb-get-toolbox): Remove function, it is
17253 not needed.
17254
17255 * net/tramp-sh.el (tramp-find-shell): Don't set "busybox" property.
17256
17257 2013-06-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
17258
17259 * net/browse-url.el (browse-url-browser-function):
17260 `eww-browse-url' has the right calling signature, `eww' does not.
17261
17262 2013-06-19 Glenn Morris <rgm@gnu.org>
17263
17264 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
17265 Only eval autoloaded macros.
17266 (byte-compile-autoload): Only give the macro warning for macros.
17267
17268 * progmodes/cperl-mode.el (ps-bold-faces, ps-italic-faces)
17269 (ps-underlined-faces): Declare.
17270
17271 * progmodes/idlwave.el (func-menu): Only set it up on XEmacs.
17272 (speedbar-add-supported-extension): Declare.
17273
17274 * international/titdic-cnv.el (tit-process-header, miscdic-convert):
17275 Don't include a date stamp in the header of the generated file;
17276 it leads to needless differences between output files.
17277
17278 2013-06-19 Michael Albinus <michael.albinus@gmx.de>
17279
17280 * net/secrets.el (secrets-struct-secret-content-type):
17281 Replace check of introspection data by a test call of "CreateItem".
17282 Some servers do not offer introspection.
17283
17284 2013-06-19 Stefan Monnier <monnier@iro.umontreal.ca>
17285
17286 * electric.el (electric-pair-mode): Improve interaction with
17287 electric-layout-mode.
17288 (electric-pair-default-inhibit): Don't assume (eq char (char-before)).
17289 (electric-pair-syntax): Use text-mode-syntax-table in comments
17290 and strings.
17291 (electric-pair--insert): New function.
17292 (electric-pair-post-self-insert-function): Use it and
17293 electric--after-char-pos.
17294
17295 2013-06-19 Leo Liu <sdl.web@gmail.com>
17296
17297 * progmodes/octave.el (octave-help): Fix regexp.
17298
17299 2013-06-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
17300
17301 * net/shr.el (shr-make-table-1): Implement <td rowspan>.
17302 (shr-table-horizontal-line): Allow nil as a value, and change the
17303 default.
17304 (shr-insert-table-ruler): Respect the nil value.
17305
17306 2013-06-18 Tom Tromey <tromey@barimba>
17307
17308 * net/eww.el (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
17309 New defvars.
17310 (eww-open-file): New defun.
17311 (eww-render): Initialize new variables.
17312 (eww-display-html): Handle "link" and "a".
17313 (eww-handle-link, eww-tag-link, eww-tag-a): New defuns.
17314 (eww-mode-map): Move "p" to "l". Bind "p", "n", "t", and "u".
17315 (eww-back-url): Rename from eww-previous-url.
17316 (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
17317 New defuns.
17318
17319 2013-06-18 Dmitry Gutov <dgutov@yandex.ru>
17320
17321 * progmodes/ruby-mode.el (ruby-syntax-before-regexp-re):
17322 Distinguish ternary operator tokens from slash symbol and slash
17323 char literal.
17324
17325 2013-06-18 Juanma Barranquero <lekktu@gmail.com>
17326
17327 Convert symbol prettification into minor mode and global minor mode.
17328
17329 * progmodes/prog-mode.el (prettify-symbols-alist): Rename from
17330 `prog-prettify-symbols', and make a local defvar instead of defcustom.
17331 (prettify-symbols--keywords): Rename from
17332 `prog-prettify-symbols-alist' and make a local defvar.
17333 (prettify-symbols--compose-symbol): Rename from
17334 `prog--prettify-font-lock-compose-symbol'.
17335 (prettify-symbols--make-keywords): Rename from
17336 `prog-prettify-font-lock-symbols-keywords' and simplify.
17337 (prog-prettify-install): Remove.
17338 (prettify-symbols-mode): New minor mode, based on
17339 `prog-prettify-install'.
17340 (turn-on-prettify-symbols-mode): New function.
17341 (global-prettify-symbols-mode): New globalized minor mode.
17342
17343 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
17344 * progmodes/cfengine.el (cfengine3-mode):
17345 * progmodes/perl-mode.el (perl-mode): Don't call
17346 `prog-prettify-install'; set `prettify-symbols-alist' instead.
17347
17348 2013-06-18 Juri Linkov <juri@jurta.org>
17349
17350 * files-x.el (modify-file-local-variable-message): New function.
17351 (modify-file-local-variable)
17352 (modify-file-local-variable-prop-line): Add arg INTERACTIVE
17353 and call `modify-file-local-variable-message' when it's non-nil.
17354 (add-file-local-variable, delete-file-local-variable)
17355 (add-file-local-variable-prop-line)
17356 (delete-file-local-variable-prop-line): Add arg INTERACTIVE
17357 and use it. (Bug#9820)
17358
17359 2013-06-18 Juri Linkov <juri@jurta.org>
17360
17361 * emulation/vi.el (vi-shell-op):
17362 * emulation/vip.el (vip-execute-com, ex-command):
17363 * emulation/viper-cmd.el (viper-exec-bang):
17364 * emulation/viper-ex.el (ex-command): Add non-nil arg REPLACE to
17365 the call of `shell-command-on-region'. (Bug#14637)
17366
17367 * simple.el (shell-command-on-region): Doc fix.
17368
17369 2013-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
17370
17371 * emacs-lisp/eieio-custom.el: Remove misleading Version: header
17372 (bug#14633).
17373
17374 2013-06-18 Glenn Morris <rgm@gnu.org>
17375
17376 * net/eww.el, net/shr.el, net/shr-color.el: Move here from gnus/.
17377
17378 * newcomment.el (comment-search-forward, comment-search-backward):
17379 Doc fix. (Bug#14376)
17380
17381 2013-06-18 Juanma Barranquero <lekktu@gmail.com>
17382
17383 * face-remap.el (buffer-face-toggle): Fix typo in docstring.
17384 (buffer-face-mode-invoke): Doc fix.
17385
17386 2013-06-18 Matthias Meulien <orontee@gmail.com>
17387
17388 * tabify.el (untabify, tabify): With prefix, apply to entire buffer.
17389 <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00545.html>
17390
17391 2013-06-18 Glenn Morris <rgm@gnu.org>
17392
17393 * generic-x.el (bat-generic-mode, rc-generic-mode, rul-generic-mode):
17394 Replace obsolete function generic-make-keywords with its expansion.
17395
17396 * progmodes/python.el (ffap-alist): Declare.
17397
17398 * textmodes/reftex.el (bibtex-mode-map): Declare.
17399
17400 2013-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
17401
17402 * emacs-lisp/package.el: Update package-alist after install (bug#14632).
17403 (package-unpack, package-unpack-single): Return the pkg-dir.
17404 (package-download-transaction): Use it to update package-alist.
17405
17406 2013-06-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
17407
17408 * net/browse-url.el (browse-url-browser-function): Add `eww' as a
17409 possible choice.
17410
17411 2013-06-17 Juri Linkov <juri@jurta.org>
17412
17413 * net/webjump.el (webjump-sample-sites): Add DuckDuckGo.
17414
17415 2013-06-17 Dmitry Gutov <dgutov@yandex.ru>
17416
17417 * emacs-lisp/package.el (package-load-descriptor):
17418 Remove `with-syntax-table' call, `read' doesn't need it.
17419 http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00539.html
17420
17421 2013-06-17 Juanma Barranquero <lekktu@gmail.com>
17422
17423 * startup.el (command-line): Expand package name returned by
17424 `package--description-file' (bug#14639).
17425
17426 2013-06-17 Dmitry Gutov <dgutov@yandex.ru>
17427
17428 * emacs-lisp/package.el (package-load-descriptor): Do not call
17429 `emacs-lisp-mode', just use its syntax table.
17430
17431 2013-06-17 Juanma Barranquero <lekktu@gmail.com>
17432
17433 * progmodes/prog-mode.el (prog-prettify-install): Add `composition' to
17434 `font-lock-extra-managed-props' if any prettifying keyword is added.
17435 (prog--prettify-font-lock-compose-symbol): Use ?\s instead of ?\ .
17436 (prog-mode): Use `setq-local'.
17437
17438 2013-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
17439
17440 * international/characters.el (standard-case-table): Set syntax of ?»
17441 and ?« to punctuation.
17442
17443 2013-06-16 Juanma Barranquero <lekktu@gmail.com>
17444
17445 * progmodes/prog-mode.el (prog--prettify-font-lock-compose-symbol):
17446 Save relevant match data before calling `syntax-ppss' (bug#14595).
17447
17448 2013-06-15 Juri Linkov <juri@jurta.org>
17449
17450 * files-x.el (modify-file-local-variable-prop-line): Add local
17451 variables to the end of the existing comment on the first line.
17452 Use `file-auto-mode-skip' to skip interpreter magic line,
17453 and also skip XML declaration.
17454
17455 2013-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
17456
17457 * startup.el (package--builtin-versions): New var.
17458 (package-subdirectory-regexp): Remove.
17459 (package--description-file): Hard code its value instead.
17460
17461 * emacs-lisp/package.el: Don't activate packages older than builtin.
17462 (package-obsolete-list): Rename from package-obsolete-alist, and make
17463 it into a simple list of package-desc.
17464 (package-strip-version): Remove.
17465 (package-built-in-p): Use package--builtin-versions.
17466 (package-mark-obsolete): Simplify.
17467 (package-process-define-package): Mark it obsolete if older than the
17468 builtin version.
17469 (package-handle-response): Use line-end-position.
17470 (package-read-archive-contents, package--download-one-archive):
17471 Simplify.
17472 (package--add-to-archive-contents): Skip if older than the builtin or
17473 installed version.
17474 (package-menu-describe-package): Fix last change.
17475 (package-list-unversioned): New var.
17476 (package-menu--generate): Use it.
17477
17478 * emacs-lisp/autoload.el: Manage package--builtin-versions.
17479 (autoload--insert-text, autoload--insert-cookie-text): New functions.
17480 (autoload-builtin-package-versions): New variable.
17481 (autoload-generate-file-autoloads): Use them.
17482 Remove the list of autoloaded functions/macros from the
17483 (autoload...) comments.
17484
17485 * Makefile.in (autoloads): Set autoload-builtin-package-versions.
17486
17487 2013-06-15 Eli Zaretskii <eliz@gnu.org>
17488
17489 * simple.el (line-move-partial): Don't jump to the next screen
17490 line as soon as it becomes visible. Instead, continue enlarging
17491 the vscroll until the portion of a tall screen line that's left on
17492 display is about the height of the frame's default font.
17493 (Bug#14567)
17494
17495 2013-06-15 Glenn Morris <rgm@gnu.org>
17496
17497 * vc/vc-dispatcher.el (vc-compilation-mode): Avoid making
17498 compilation-error-regexp-alist void, or local while let-bound.
17499
17500 * progmodes/make-mode.el (makefile-mode-syntax-table):
17501 Treat "=" as punctuation. (Bug#14614)
17502
17503 2013-06-15 Juanma Barranquero <lekktu@gmail.com>
17504
17505 * help-fns.el (describe-variable):
17506 Add extra line for permanent-local variables.
17507
17508 2013-06-15 Simen Heggestøyl <simenheg@ifi.uio.no> (tiny change)
17509
17510 * progmodes/scheme.el (scheme-font-lock-keywords-2):
17511 Add export, import, library. (Bug#9164)
17512 (library): Set indent function.
17513
17514 2013-06-14 Glenn Morris <rgm@gnu.org>
17515
17516 * term/xterm.el (xterm--query):
17517 Stop after first matching handler. (Bug#14615)
17518
17519 2013-06-14 Ivan Kanis <ivan@kanis.fr>
17520
17521 Add support for dired in saveplace.
17522 * dired.el (dired-initial-position-hook): New variable.
17523 (dired-initial-position): Call hook to place cursor position.
17524 * saveplace.el (save-place-to-alist): Add dired position.
17525 (save-place-dired-hook): New function.
17526
17527 2013-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
17528
17529 * subr.el (eval-after-load, set-temporary-overlay-map): Use indirection
17530 through a symbol rather than letrec.
17531
17532 * emacs-lisp/package.el: Don't recompute dir. Use pkg-descs more.
17533 (package-desc): Add `dir' field.
17534 (package-desc-full-name): New function.
17535 (package-load-descriptor): Combine the two arguments. Don't use `load'.
17536 (package-maybe-load-descriptor): Remove.
17537 (package-load-all-descriptors): Just call package-load-descriptor.
17538 (package--disabled-p): New function.
17539 (package-desc-vers, package-desc-doc): Remove aliases.
17540 (package--dir): Remove function.
17541 (package-activate): Check if a package is disabled.
17542 (package-process-define-package): New function, extracted from
17543 define-package.
17544 (define-package): Turn into a place holder.
17545 (package-unpack-single, package-tar-file-info):
17546 Use package--description-file.
17547 (package-compute-transaction): Use package--disabled-p.
17548 (package-download-transaction): Don't call
17549 package-maybe-load-descriptor since they're all loaded anyway.
17550 (package-install): Change argument to be a pkg-desc.
17551 (package-delete): Use a single pkg-desc argument.
17552 (describe-package-1): Use package-desc-dir instead of package--dir.
17553 Use package-desc property instead of package-symbol.
17554 (package-install-button-action): Adjust accordingly.
17555 (package--push): Rewrite.
17556 (package-menu--print-info): Adjust accordingly. Change the ID format
17557 to be a pkg-desc.
17558 (package-menu-describe-package, package-menu-get-status)
17559 (package-menu--find-upgrades, package-menu-mark-upgrades)
17560 (package-menu-execute, package-menu--name-predicate):
17561 Adjust accordingly.
17562 * startup.el (package--description-file): New function.
17563 (command-line): Use it.
17564 * emacs-lisp/package-x.el (package-upload-buffer-internal):
17565 Use package-desc-version.
17566
17567 * emacs-lisp/bytecomp.el (byte-compile-force-lexical-warnings): New var.
17568 (byte-compile-preprocess): Use it.
17569 (byte-compile-file-form-defalias): Try a bit harder to use macros we
17570 can't quite recognize.
17571 (byte-compile-add-to-list): Remove.
17572 * emacs-lisp/cconv.el (cconv-warnings-only): New function.
17573 (cconv-closure-convert): Add assertion.
17574
17575 * emacs-lisp/map-ynp.el: Use lexical-binding.
17576 (map-y-or-n-p): Remove unused vars `tail' and `object'.
17577 Factor out some repeated code.
17578
17579 2013-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
17580
17581 * subr.el (with-eval-after-load): New macro.
17582 (eval-after-load): Allow form to be a function.
17583 take advantage of lexical-binding.
17584 (do-after-load-evaluation): Use dolist and adjust to new format.
17585 * simple.el (bad-packages-alist): Use dolist and with-eval-after-load.
17586
17587 2013-06-13 Juri Linkov <juri@jurta.org>
17588
17589 * replace.el (perform-replace): Display "symbol " and other search
17590 modes from `isearch-message-prefix' in the *Help* buffer.
17591
17592 * isearch.el (isearch-query-replace): Add " symbol" and other
17593 possible search modes from `isearch-message-prefix' to the prompt.
17594 (isearch-occur): Use `with-isearch-suspended' to not exit Isearch
17595 when reading a regexp to collect.
17596
17597 2013-06-13 Juri Linkov <juri@jurta.org>
17598
17599 * isearch.el (word-search-regexp): Match whitespace if the search
17600 string begins or ends in whitespace. The LAX arg is applied to
17601 both ends of the search string. Use `regexp-quote' and explicit
17602 \< and \> instead of \b. Use \` and \' instead of ^ and $.
17603 (isearch-symbol-regexp): Sync with `word-search-regexp' where word
17604 boundaries are replaced with symbol boundaries, and characters
17605 between symbols match non-word non-symbol syntax. (Bug#14602)
17606
17607 2013-06-13 Juri Linkov <juri@jurta.org>
17608
17609 * isearch.el (isearch-del-char): Don't exceed the length of
17610 `isearch-string' by the prefix arg. (Bug#14563)
17611
17612 2013-06-13 Juri Linkov <juri@jurta.org>
17613
17614 * isearch.el (isearch-yank-word, isearch-yank-line)
17615 (isearch-char-by-name, isearch-quote-char)
17616 (isearch-printing-char, isearch-process-search-char):
17617 Add optional count prefix arg. (Bug#14563)
17618
17619 * international/isearch-x.el
17620 (isearch-process-search-multibyte-characters):
17621 Add optional count prefix arg.
17622
17623 2013-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
17624
17625 * subr.el (internal-push-keymap, internal-pop-keymap): New functions.
17626 (set-temporary-overlay-map): Use them (bug#14095); and take advantage of
17627 lexical-binding.
17628
17629 2013-06-13 Vitalie Spinu <spinuvit@gmail.com>
17630
17631 * subr.el (set-temporary-overlay-map): Add on-exit argument.
17632
17633 2013-06-13 Glenn Morris <rgm@gnu.org>
17634
17635 * startup.el (tty-handle-args):
17636 Don't just discard "--" and anything after. (Bug#14608)
17637
17638 * emacs-lisp/lisp.el (forward-sexp, backward-sexp): Doc fixes.
17639
17640 2013-06-13 Michael Albinus <michael.albinus@gmx.de>
17641
17642 Implement changes in Secret Service API. Make it backward compatible.
17643 * net/secrets.el (secrets-struct-secret-content-type): New defonst.
17644 (secrets-create-item): Use it. Prefix properties with interface.
17645
17646 2013-06-13 Michael Hoffman <9qobl2n02@sneakemail.com> (tiny change)
17647
17648 * term.el (term-suppress-hard-newline): New option. (Bug#12017)
17649 (term-emulate-terminal): Respect term-suppress-hard-newline.
17650
17651 2013-06-13 E Sabof <esabof@gmail.com> (tiny change)
17652
17653 * image-dired.el (image-dired-dired-toggle-marked-thumbs):
17654 Only remove a `thumb-file' overlay. (Bug#14548)
17655
17656 2013-06-12 Grégoire Jadi <daimrod@gmail.com>
17657
17658 * mail/reporter.el (reporter-submit-bug-report):
17659 Handle missing package-name. (Bug#14600)
17660
17661 2013-06-12 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
17662
17663 * textmodes/reftex-cite.el (reftex-cite-regexp-hist)
17664 (reftex-citation-prompt, reftex-default-bibliography)
17665 (reftex-bib-or-thebib, reftex-get-bibfile-list)
17666 (reftex-pop-to-bibtex-entry, reftex-extract-bib-entries)
17667 (reftex-bib-sort-author, reftex-bib-sort-year)
17668 (reftex-bib-sort-year-reverse, reftex-get-crossref-alist)
17669 (reftex-extract-bib-entries-from-thebibliography)
17670 (reftex-get-bibkey-default, reftex-get-bib-names)
17671 (reftex-parse-bibtex-entry, reftex-get-bib-field)
17672 (reftex-format-bib-entry, reftex-parse-bibitem)
17673 (reftex-format-bibitem, reftex-do-citation)
17674 (reftex-figure-out-cite-format, reftex-offer-bib-menu)
17675 (reftex-restrict-bib-matches, reftex-extract-bib-file)
17676 (reftex-insert-bib-matches, reftex-format-citation)
17677 (reftex-make-cite-echo-string, reftex-bibtex-selection-callback)
17678 (reftex-create-bibtex-file): Add docstrings, mostly by converting
17679 existing comments into docstrings.
17680
17681 2013-06-12 Xue Fuqiao <xfq.free@gmail.com>
17682
17683 * ibuf-ext.el (ibuffer-mark-help-buffers): Doc fix.
17684
17685 2013-06-12 Andreas Schwab <schwab@suse.de>
17686
17687 * international/mule.el (auto-coding-alist): Use utf-8-emacs-unix
17688 for auto-save files.
17689
17690 2013-06-12 Glenn Morris <rgm@gnu.org>
17691
17692 * ido.el (ido-delete-ignored-files): Remove.
17693 (ido-wide-find-dirs-or-files, ido-make-file-list-1):
17694 Go back to calling ido-ignore-item-p directly.
17695
17696 2013-06-12 Eyal Lotem <eyal.lotem@gmail.com> (tiny change)
17697
17698 * ido.el (ido-wide-find-dirs-or-files): Respect ido-case-fold.
17699
17700 * ido.el (ido-delete-ignored-files): New function,
17701 split from ido-make-file-list-1.
17702 (ido-wide-find-dirs-or-files): Maybe ignore files. (Bug#13003)
17703 (ido-make-file-list-1): Use ido-delete-ignored-files.
17704
17705 2013-06-12 Leo Liu <sdl.web@gmail.com>
17706
17707 * progmodes/octave.el (inferior-octave-startup)
17708 (inferior-octave-completion-table)
17709 (inferior-octave-track-window-width-change)
17710 (octave-eldoc-function-signatures, octave-help)
17711 (octave-find-definition): Use single quoted strings.
17712 (inferior-octave-startup-args): Change default value.
17713 (inferior-octave-startup): Do not hard code "-i" and
17714 "--no-line-editing".
17715 (inferior-octave-resync-dirs): Add optional arg NOERROR.
17716 (inferior-octave-directory-tracker): Use it.
17717 (octave-goto-function-definition): Robustify.
17718 (octave-help): Support highlighting operators in 'See also'.
17719 (octave-find-definition): Find subfunctions only in Octave mode.
17720
17721 2013-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
17722
17723 * help-fns.el (help-fns--compiler-macro): If the handler function is
17724 named, then put a link to it.
17725 * help-mode.el (help-function-cmacro): Adjust regexp for cl-lib names.
17726 * emacs-lisp/cl-macs.el (cl--compiler-macro-typep): New function.
17727 (cl-typep): Use it.
17728 (cl-eval-when): Simplify debug spec.
17729 (cl-define-compiler-macro): Use eval-and-compile. Give a name to the
17730 compiler-macro function instead of setting `compiler-macro-file'.
17731
17732 2013-06-12 Xue Fuqiao <xfq.free@gmail.com>
17733
17734 * vc/vc-cvs.el (vc-cvs-stay-local): Doc fix.
17735 * vc/vc-hooks.el (vc-stay-local): Doc fix.
17736
17737 2013-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
17738 Daniel Hackney <dan@haxney.org>
17739
17740 First part of Daniel Hackney's patch to package.el.
17741 * emacs-lisp/package.el: Use defstruct.
17742 (package-desc): New, main struct.
17743 (package--bi-desc, package--ac-desc): New structs, used to describe the
17744 format in external files.
17745 (package-desc-vers): Replace with package-desc-version accessor.
17746 (package-desc-doc): Replace with package-desc-summary accessor.
17747 (package-activate-1): Remove `package' arg since the pkg-vec now
17748 includes the name.
17749 (define-package): Use package-desc-from-define.
17750 (package-unpack-single): Change file-name arg to be a symbol.
17751 (package--add-to-archive-contents): Use package-desc-create and new
17752 accessor functions to package--ac-desc.
17753 (package-buffer-info, package-tar-file-info): Return a package-desc.
17754 (package-install-from-buffer): Remove `type' argument. Change pkg-info
17755 arg to be a package-desc.
17756 (package-install-file): Adjust accordingly. Use \' to match EOS.
17757 (package--from-builtin): New function.
17758 (describe-package-1, package-menu--generate): Use it.
17759 (package--make-autoloads-and-compile): Change name arg to be a symbol.
17760 (package-generate-autoloads): Idem and return the name of the file.
17761 * emacs-lisp/package-x.el (package-upload-buffer-internal):
17762 Change pkg-info arg to be a package-desc.
17763 Use package-make-ac-desc.
17764 (package-upload-file): Use \' to match EOS.
17765 * finder.el (finder-compile-keywords): Use package-make-builtin.
17766
17767 2013-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
17768
17769 * vc/vc.el (vc-deduce-fileset): Change error message.
17770 (vc-read-backend): New function.
17771 (vc-next-action): Use it.
17772
17773 * subr.el (function-arity): Remove (mistakenly added) (bug#14590).
17774
17775 * progmodes/prolog.el (prolog-make-keywords-regexp): Remove.
17776 (prolog-font-lock-keywords): Use regexp-opt instead.
17777 Don't manually highlight strings.
17778 (prolog-mode-variables): Simplify comment-start-skip.
17779 (prolog-consult-compile): Use display-buffer. Remove unused old-filter.
17780
17781 * emacs-lisp/generic.el (generic--normalise-comments)
17782 (generic-set-comment-syntax, generic-set-comment-vars): New functions.
17783 (generic-mode-set-comments): Use them.
17784 (generic-bracket-support): Use setq-local.
17785 (generic-make-keywords-list): Declare obsolete.
17786
17787 2013-06-11 Glenn Morris <rgm@gnu.org>
17788
17789 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
17790 Prettify after setting font-lock-defaults. (Bug#14574)
17791
17792 2013-06-11 Juanma Barranquero <lekktu@gmail.com>
17793
17794 * replace.el (query-replace, occur-read-regexp-defaults-function)
17795 (replace-search):
17796 * subr.el (declare-function, number-sequence, local-set-key)
17797 (substitute-key-definition, locate-user-emacs-file)
17798 (with-silent-modifications, split-string, eval-after-load):
17799 Fix typos, remove unneeded backslashes and reflow some docstrings.
17800
17801 2013-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
17802
17803 * international/mule-conf.el (file-coding-system-alist): Use utf-8 as
17804 default for Elisp files.
17805
17806 2013-06-11 Glenn Morris <rgm@gnu.org>
17807
17808 * vc/log-view.el (log-view-mode-map): Inherit from special-mode-map,
17809 although define-derived-mode was doing this anyway. (Bug#14583)
17810
17811 2013-06-10 Juanma Barranquero <lekktu@gmail.com>
17812
17813 * allout.el (allout-encryption-plaintext-sanitization-regexps):
17814 Fix make-variable-buffer-local call to refer to the correct variable.
17815
17816 2013-06-10 Aidan Gauland <aidalgol@amuri.net>
17817
17818 * eshell/em-term.el (eshell-visual-commands)
17819 (eshell-visual-subcommands, eshell-visual-options):
17820 Add summary line to docstrings. Add cross-references.
17821
17822 2013-06-10 Glenn Morris <rgm@gnu.org>
17823
17824 * epa.el (epa-read-file-name): New function. (Bug#14510)
17825 (epa-decrypt-file): Make plain-file optional. Use epa-read-file-name.
17826
17827 2013-06-09 Aidan Gauland <aidalgol@amuri.net>
17828
17829 * eshell/em-term.el (eshell-visual-command-p): Fix bug that caused
17830 output redirection to be ignored with visual commands.
17831
17832 2013-06-09 Aidan Gauland <aidalgol@amuri.net>
17833
17834 * eshell/em-term.el (eshell-visual-command-p): New function.
17835 (eshell-term-initialize): Move long lambda to separate function
17836 eshell-visual-command-p.
17837 * eshell/em-dirs.el (eshell-dirs-initialize):
17838 * eshell/em-script.el (eshell-script-initialize):
17839 Add missing #' to lambda.
17840
17841 2013-06-08 Leo Liu <sdl.web@gmail.com>
17842
17843 * progmodes/octave.el (octave-add-log-current-defun): New function.
17844 (octave-mode): Set add-log-current-defun-function.
17845 (octave-goto-function-definition): Do not move point if not found.
17846 (octave-find-definition): Enhance to try subfunctions first.
17847
17848 2013-06-08 Glenn Morris <rgm@gnu.org>
17849
17850 * emacs-lisp/bytecomp.el (byte-compile-char-before)
17851 (byte-compile-backward-char, byte-compile-backward-word):
17852 Improve previous change, to handle non-explicit nil.
17853
17854 2013-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
17855
17856 * emacs-lisp/smie.el: Improve show-paren-mode behavior.
17857 (smie--opener/closer-at-point): New function.
17858 (smie--matching-block-data): Use it. Don't match from right after an
17859 opener or right before a closer. Obey smie-blink-matching-inners.
17860 Don't signal a mismatch for repeated inners like "switch..case..case".
17861
17862 2013-06-07 Leo Liu <sdl.web@gmail.com>
17863
17864 * progmodes/octave.el (octave-mode): Set comment-use-global-state
17865 to t. (Bug#14303)
17866 (octave-function-header-regexp): Fix. (Bug#14570)
17867 (octave-help-mode-finish-hook, octave-help-mode-finish):
17868 Remove. Just use temp-buffer-show-hook.
17869
17870 * newcomment.el (comment-search-backward): Revert last change.
17871 (Bug#14434)
17872
17873 * emacs-lisp/smie.el (smie--matching-block-data): Minor simplification.
17874
17875 2013-06-07 Eli Zaretskii <eliz@gnu.org>
17876
17877 * Makefile.in (TAGS TAGS-LISP): Pass the (long) list of *.el files
17878 through xargs, to avoid failure due to MS-Windows limitations on
17879 command-line length.
17880
17881 2013-06-06 Glenn Morris <rgm@gnu.org>
17882
17883 * font-lock.el (lisp-font-lock-keywords-2):
17884 Treat user-error like error.
17885
17886 * emacs-lisp/bytecomp.el (byte-compile-char-before)
17887 (byte-compile-backward-char, byte-compile-backward-word):
17888 Handle explicit nil arguments. (Bug#14565)
17889
17890 2013-06-05 Alan Mackenzie <acm@muc.de>
17891
17892 * isearch.el (isearch-allow-prefix): New user option.
17893 (isearch-other-meta-char): Don't exit isearch when a prefix
17894 argument is typed whilst `isearch-allow-prefix' is non-nil.
17895 (Bug#9706)
17896
17897 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
17898
17899 * autorevert.el (auto-revert-notify-handler): Use memq.
17900 Hide assertion failure.
17901
17902 * skeleton.el: Use cl-lib.
17903 (skeleton-further-elements): Use defvar-local.
17904 (skeleton-insert): Use cl-progv.
17905
17906 2013-06-05 Teodor Zlatanov <tzz@lifelogs.com>
17907
17908 * progmodes/prog-mode.el (prog-prettify-symbols)
17909 (prog-prettify-install): Update docstrings.
17910
17911 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
17912
17913 * simple.el: Move all the prog-mode code to prog-mode.el.
17914 * progmodes/prog-mode.el: New file.
17915 * loadup.el: Add prog-mode.el.
17916
17917 2013-06-05 Teodor Zlatanov <tzz@lifelogs.com>
17918
17919 * simple.el (prog-prettify-symbols): Add version.
17920 (prog-prettify-install): Add convenience function to prettify symbols.
17921
17922 * progmodes/perl-mode.el (perl--augmented-font-lock-keywords)
17923 (perl--augmented-font-lock-keywords-1)
17924 (perl--augmented-font-lock-keywords-2, perl-mode): Remove unneeded
17925 variables and use it.
17926
17927 * progmodes/cfengine.el (cfengine3--augmented-font-lock-keywords)
17928 (cfengine3-mode): Remove unneeded variable and use it.
17929
17930 * emacs-lisp/lisp-mode.el (lisp--augmented-font-lock-keywords)
17931 (lisp--augmented-font-lock-keywords-1)
17932 (lisp--augmented-font-lock-keywords-2, lisp-mode-variables):
17933 Remove unneeded variables and use it.
17934
17935 2013-06-05 João Távora <joaotavora@gmail.com>
17936
17937 * net/tls.el (open-tls-stream): Remove unneeded buffer contents up
17938 to point when opening the connection. (Bug#14380)
17939
17940 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
17941
17942 * subr.el (load-history-regexp, load-history-filename-element)
17943 (eval-after-load, after-load-functions, do-after-load-evaluation)
17944 (eval-next-after-load, display-delayed-warnings)
17945 (collapse-delayed-warnings, delayed-warnings-hook): Move after the
17946 definition of save-match-data.
17947 (overriding-local-map): Remove accidental obsolescence declaration.
17948
17949 * emacs-lisp/edebug.el (edebug-result): Move before first use.
17950
17951 2013-06-05 Teodor Zlatanov <tzz@lifelogs.com>
17952
17953 Generalize symbol prettify support to prog-mode and implement it
17954 for perl-mode, cfengine3-mode, and emacs-lisp-mode.
17955 * simple.el (prog-prettify-symbols-alist, prog-prettify-symbols)
17956 (prog--prettify-font-lock-compose-symbol)
17957 (prog-prettify-font-lock-symbols-keywords): New variables and
17958 functions to support symbol prettification.
17959 * emacs-lisp/lisp-mode.el (lisp--augmented-font-lock-keywords)
17960 (lisp--augmented-font-lock-keywords-1)
17961 (lisp--augmented-font-lock-keywords-2, lisp-mode-variables)
17962 (lisp--prettify-symbols-alist): Implement prettify of lambda.
17963 * progmodes/cfengine.el (cfengine3--augmented-font-lock-keywords)
17964 (cfengine3--prettify-symbols-alist, cfengine3-mode):
17965 Implement prettify of -> => :: strings.
17966 * progmodes/perl-mode.el (perl-prettify-symbols)
17967 (perl--font-lock-compose-symbol)
17968 (perl--font-lock-symbols-keywords): Move to prog-mode.
17969 (perl--prettify-symbols-alist): Prettify -> => :: strings.
17970 (perl-font-lock-keywords-1)
17971 (perl-font-lock-keywords-2): Remove explicit prettify support.
17972 (perl--augmented-font-lock-keywords)
17973 (perl--augmented-font-lock-keywords-1)
17974 (perl--augmented-font-lock-keywords-2, perl-mode):
17975 Implement prettify support.
17976
17977 2013-06-05 Leo Liu <sdl.web@gmail.com>
17978
17979 Re-implement SMIE matching block highlight using
17980 show-paren-data-function. (Bug#14395)
17981 * emacs-lisp/smie.el (smie-matching-block-highlight)
17982 (smie--highlight-matching-block-overlay)
17983 (smie--highlight-matching-block-lastpos)
17984 (smie-highlight-matching-block)
17985 (smie-highlight-matching-block-mode): Remove.
17986 (smie--matching-block-data-cache): New variable.
17987 (smie--matching-block-data): New function.
17988 (smie-setup): Use smie--matching-block-data for
17989 show-paren-data-function.
17990
17991 * progmodes/octave.el (octave-mode-menu): Fix.
17992 (octave-find-definition): Skip garbage lines.
17993
17994 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
17995
17996 Fix compilation error with simultaneous dynamic+lexical scoping.
17997 Add warning when a defvar appears after the first let-binding.
17998 * emacs-lisp/bytecomp.el (byte-compile-lexical-variables): New var.
17999 (byte-compile-close-variables): Initialize it.
18000 (byte-compile--declare-var): New function.
18001 (byte-compile-file-form-defvar)
18002 (byte-compile-file-form-define-abbrev-table)
18003 (byte-compile-file-form-custom-declare-variable): Use it.
18004 (byte-compile-make-lambda-lexenv): Change the argument. Simplify.
18005 (byte-compile-lambda): Share call to byte-compile-arglist-vars.
18006 (byte-compile-bind): Handle dynamic bindings that shadow
18007 lexical bindings.
18008 (byte-compile-unbind): Make arg non-optional.
18009 (byte-compile-let): Simplify.
18010 * emacs-lisp/cconv.el (byte-compile-lexical-variables): Declare var.
18011 (cconv--analyse-function, cconv-analyse-form): Populate it.
18012 Protect byte-compile-bound-variables to limit the scope of defvars.
18013 (cconv-analyse-form): Add missing rule for (defvar <foo>).
18014 Remove unneeded rule for `declare'.
18015
18016 * emacs-lisp/cl-macs.el (cl--compiler-macro-adjoin): Use macroexp-let2
18017 so as to avoid depending on cl-adjoin at run-time.
18018 * emacs-lisp/cl-lib.el (cl-pushnew): Use backquotes.
18019
18020 * emacs-lisp/macroexp.el (macroexp--compiling-p): New function.
18021 (macroexp--warn-and-return): Use it.
18022
18023 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
18024
18025 * subr.el: Convert to lexical binding.
18026 (overriding-local-map): Make obsolete.
18027 (add-to-list): Doc fix. Add compiler macro.
18028 (read-key): Swap values of local maps.
18029
18030 2013-06-05 Leo Liu <sdl.web@gmail.com>
18031
18032 * eshell/esh-mode.el (eshell-mode): Fix key bindings.
18033
18034 2013-06-04 Leo Liu <sdl.web@gmail.com>
18035
18036 * progmodes/compile.el (compile-goto-error): Add optional arg NOMSG.
18037 (compilation-auto-jump): Suppress the "Mark set" message to give
18038 way to exit message.
18039
18040 2013-06-04 Alan Mackenzie <acm@muc.de>
18041
18042 Remove faulty optimization from indentation calculation.
18043 * progmodes/cc-engine.el (c-guess-basic-syntax): Don't calculate
18044 search limit based on 2000 characters back from indent-point.
18045
18046 2013-06-03 Tassilo Horn <tsdh@gnu.org>
18047
18048 * eshell/em-term.el (cl-lib): Require `cl-lib'.
18049
18050 2013-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
18051
18052 * emacs-lisp/lisp.el: Use lexical-binding.
18053 (lisp--local-variables-1, lisp--local-variables): New functions.
18054 (lisp--local-variables-completion-table): New var.
18055 (lisp-completion-at-point): Use it complete let-bound vars.
18056
18057 * emacs-lisp/lisp-mode.el (eval-sexp-add-defvars): Expand macros
18058 eagerly (bug#14422).
18059
18060 2013-06-03 Michael Albinus <michael.albinus@gmx.de>
18061
18062 * autorevert.el (auto-revert-notify-enabled)
18063 (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
18064 (auto-revert-notify-event-p, auto-revert-notify-event-file-name)
18065 (auto-revert-notify-handler): Handle also gfilenotify.
18066
18067 * subr.el (file-notify-handle-event): New defun. Replacing ...
18068 (inotify-event-p, inotify-handle-event, w32notify-handle-event):
18069 Remove.
18070
18071 2013-06-03 Juri Linkov <juri@jurta.org>
18072
18073 * bindings.el (search-map): Bind `highlight-symbol-at-point' to
18074 `M-s h .'. (Bug#14427)
18075
18076 * hi-lock.el (highlight-symbol-at-point): New alias for the new
18077 command `hi-lock-face-symbol-at-point'.
18078 (hi-lock-face-symbol-at-point): New command.
18079 (hi-lock-map): Bind `highlight-symbol-at-point' to `C-x w .'.
18080 (hi-lock-menu): Add `highlight-symbol-at-point'.
18081 (hi-lock-mode): Doc fix.
18082
18083 * isearch.el (isearch-forward-symbol-at-point): New command.
18084 (search-map): Bind `isearch-forward-symbol-at-point' to `M-s .'.
18085 (isearch-highlight-regexp): Add a regexp which matches
18086 words/symbols for word/symbol mode.
18087
18088 * subr.el (find-tag-default-bounds): New function with the body
18089 mostly moved from `find-tag-default'.
18090 (find-tag-default): Move most code to `find-tag-default-bounds',
18091 call it and apply `buffer-substring-no-properties' afterwards.
18092
18093 2013-06-03 Tassilo Horn <tsdh@gnu.org>
18094
18095 * eshell/em-term.el (eshell-term-initialize):
18096 Use `cl-intersection' rather than `intersection'.
18097
18098 2013-06-02 Xue Fuqiao <xfq.free@gmail.com>
18099
18100 * vc/log-view.el: Doc fix.
18101 (log-view-mode-map): Copy keymap from `special-mode-map'.
18102
18103 2013-06-02 Eric Ludlam <zappo@gnu.org>
18104
18105 * emacs-lisp/eieio.el (eieio--defalias, eieio-hook)
18106 (eieio-error-unsupported-class-tags, eieio-skip-typecheck)
18107 (eieio-optimize-primary-methods-flag, eieio-initializing-object)
18108 (eieio-unbound, eieio-default-superclass)
18109 (eieio--define-field-accessors, method-static, method-before)
18110 (method-primary, method-after, method-num-lists)
18111 (method-generic-before, method-generic-primary)
18112 (method-generic-after, method-num-slots)
18113 (eieio-specialized-key-to-generic-key)
18114 (eieio--check-type, class-v, class-p)
18115 (eieio-class-name, define-obsolete-function-alias)
18116 (eieio-class-parents-fast, eieio-class-children-fast)
18117 (same-class-fast-p, class-constructor, generic-p)
18118 (generic-primary-only-p, generic-primary-only-one-p)
18119 (class-option-assoc, class-option, eieio-object-p)
18120 (class-abstract-p, class-method-invocation-order)
18121 (eieio-defclass-autoload-map, eieio-defclass-autoload)
18122 (eieio-class-un-autoload, eieio-defclass)
18123 (eieio-eval-default-p, eieio-perform-slot-validation-for-default)
18124 (eieio-add-new-slot, eieio-copy-parents-into-subclass)
18125 (eieio--defgeneric-init-form, eieio-defgeneric-form)
18126 (eieio-defgeneric-reset-generic-form)
18127 (eieio-defgeneric-form-primary-only)
18128 (eieio-defgeneric-reset-generic-form-primary-only)
18129 (eieio-defgeneric-form-primary-only-one)
18130 (eieio-defgeneric-reset-generic-form-primary-only-one)
18131 (eieio-unbind-method-implementations)
18132 (eieio--defmethod, eieio--typep)
18133 (eieio-perform-slot-validation, eieio-validate-slot-value)
18134 (eieio-validate-class-slot-value, eieio-barf-if-slot-unbound)
18135 (eieio-oref, eieio-oref-default, eieio-default-eval-maybe)
18136 (eieio-oset, eieio-oset-default, eieio-slot-originating-class-p)
18137 (eieio-slot-name-index, eieio-class-slot-name-index)
18138 (eieio-set-defaults, eieio-initarg-to-attribute)
18139 (eieio-attribute-to-initarg, eieio-c3-candidate)
18140 (eieio-c3-merge-lists, eieio-class-precedence-c3)
18141 (eieio-class-precedence-dfs, eieio-class-precedence-bfs)
18142 (eieio-class-precedence-list, eieio-generic-call-methodname)
18143 (eieio-generic-call-arglst, eieio-generic-call-key)
18144 (eieio-generic-call-next-method-list)
18145 (eieio-pre-method-execution-functions, eieio-generic-call)
18146 (eieio-generic-call-primary-only, eieiomt-method-list)
18147 (eieiomt-optimizing-obarray, eieiomt-install)
18148 (eieiomt-add, eieiomt-next, eieiomt-sym-optimize)
18149 (eieio-generic-form, eieio-defmethod, make-obsolete)
18150 (eieio-defgeneric, make-obsolete): Move to eieio-core.el.
18151 (defclass): Remove `eval-and-compile' from macro.
18152 (call-next-method, shared-initialize): Instead of using
18153 `scoped-class' variable, use new eieio--scoped-class, and
18154 eieio--with-scoped-class.
18155 (initialize-instance): Rename local variable 'scoped-class' to
18156 'this-class' to remove ambiguitity from old global.
18157
18158 * emacs-lisp/eieio-core.el: New file. Derived from key parts of
18159 eieio.el.
18160 (eieio--scoped-class-stack): New variable.
18161 (eieio--scoped-class): New fcn.
18162 (eieio--with-scoped-class): New scoping macro.
18163 (eieio-defclass): Use pushnew instead of add-to-list.
18164 (eieio-defgeneric-form-primary-only-one, eieio-oset-default)
18165 (eieio-slot-name-index, eieio-set-defaults, eieio-generic-call)
18166 (eieio-generic-call-primary-only, eieiomt-add): Instead of using
18167 `scoped-class' variable, use new eieio--scoped-class, and
18168 eieio--with-scoped-class.
18169
18170 * emacs-lisp/eieio-base.el (cl-lib): Require during compile.
18171
18172 2013-06-02 Tassilo Horn <tsdh@gnu.org>
18173
18174 * eshell/esh-ext.el (eshell-external-command): Pass args to
18175 `eshell-find-interpreter'.
18176 (eshell-find-interpreter): Add new second parameter ARGS.
18177
18178 * eshell/em-script.el (eshell-script-initialize): Add second arg
18179 to the function added as MATCH to `eshell-interpreter-alist'.
18180
18181 * eshell/em-dirs.el (eshell-dirs-initialize): Add second arg to
18182 the function added as MATCH to `eshell-interpreter-alist'.
18183
18184 * eshell/em-term.el (eshell-visual-subcommands): New defcustom.
18185 (eshell-visual-options): New defcustom.
18186 (eshell-escape-control-x): Adapt docstring.
18187 (eshell-term-initialize): Test `eshell-visual-subcommands' and
18188 `eshell-visual-options' in addition to `eshell-visual-commands'.
18189 (eshell-exec-visual): Pass args to `eshell-find-interpreter'.
18190
18191 2013-06-01 Fabián Ezequiel Gallina <fgallina@gnu.org>
18192
18193 * progmodes/python.el (python-indent-block-enders): Add break,
18194 continue and raise keywords.
18195
18196 2013-06-01 Glenn Morris <rgm@gnu.org>
18197
18198 * pcmpl-gnu.el (pcomplete/tar): Check obsolete variable is bound.
18199
18200 Plain (f)boundp silences compilation warnings since Emacs 22.1.
18201 * progmodes/cc-cmds.el (delete-forward-p):
18202 * progmodes/cc-defs.el (buffer-syntactic-context-depth):
18203 * progmodes/cc-engine.el (buffer-syntactic-context):
18204 * progmodes/cc-fonts.el (face-property-instance):
18205 * progmodes/cc-mode.el (set-keymap-parents):
18206 * progmodes/cc-vars.el (get-char-table): No need for cc-bytecomp-defun.
18207 * progmodes/cc-defs.el (c-set-region-active, c-beginning-of-defun-1)
18208 * progmodes/cc-mode.el (c-make-inherited-keymap): Use plain fboundp.
18209 * progmodes/cc-defs.el (zmacs-region-stays, zmacs-regions)
18210 (lookup-syntax-properties): Remove unecessary cc-bytecomp-defvar.
18211
18212 * progmodes/cc-vars.el (other): Emacs has this widget since
18213 at least 21.1, so don't (re)define it.
18214
18215 * eshell/em-cmpl.el (eshell-cmpl-initialize):
18216 Replace the obsolete alias pcomplete-arg-quote-list.
18217
18218 2013-06-01 Leo Liu <sdl.web@gmail.com>
18219
18220 * progmodes/octave.el (octave-mode-syntax-table): Give `.'
18221 punctuation syntax.
18222 (inferior-octave-minimal-columns)
18223 (inferior-octave-last-column-width): New variables.
18224 (inferior-octave-track-window-width-change): New function.
18225 (inferior-octave-mode): Adjust column width so that Octave output,
18226 for example from 'ls', can fit into the window nicely.
18227
18228 2013-05-31 Dmitry Gutov <dgutov@yandex.ru>
18229
18230 * progmodes/ruby-mode.el (ruby-syntax-expansion-allowed-p):
18231 Highlight expansions inside regexp literals.
18232
18233 2013-05-31 Glenn Morris <rgm@gnu.org>
18234
18235 * obsolete/sym-comp.el (symbol-complete):
18236 Replace obsolete completion-annotate-function.
18237
18238 * progmodes/cc-vars.el (c-make-macro-with-semi-re): Silence compiler.
18239
18240 2013-05-31 Dmitry Gutov <dgutov@yandex.ru>
18241
18242 * progmodes/ruby-mode.el (ruby-syntax-expansion-allowed-p):
18243 New function, checks if point is inside a literal that allows
18244 expression expansion.
18245 (ruby-syntax-propertize-expansion): Use it.
18246 (ruby-syntax-propertize-function): Bind `case-fold-search' to nil
18247 around the body.
18248
18249 2013-05-30 Juri Linkov <juri@jurta.org>
18250
18251 * isearch.el (isearch-mode-map): Bind `isearch-toggle-invisible'
18252 to "\M-si".
18253 (isearch-invisible): New variable.
18254 (isearch-forward): Doc fix.
18255 (isearch-mode): Set `isearch-invisible'
18256 to the value of `search-invisible'.
18257 (isearch-toggle-case-fold): Doc fix.
18258 (isearch-toggle-invisible): New command.
18259 (isearch-query-replace): Let-bind `search-invisible'
18260 to the value of `isearch-invisible'.
18261 (isearch-search): Use `isearch-invisible' instead of
18262 `search-invisible'. Let-bind `search-invisible'
18263 to the value of `isearch-invisible'. (Bug#11378)
18264
18265 2013-05-30 Juri Linkov <juri@jurta.org>
18266
18267 * replace.el (perform-replace): Avoid `isearch-range-invisible'
18268 call when `query-flag' is nil and `search-invisible' is non-nil.
18269 (Bug#11746)
18270
18271 2013-05-30 Glenn Morris <rgm@gnu.org>
18272
18273 * progmodes/gdb-mi.el (gdb-wait-for-pending): Fix typo.
18274
18275 * progmodes/cc-bytecomp.el (cc-bytecomp-noruntime-functions): New.
18276 (cc-require): Suppress spurious "noruntime" warnings.
18277 (cc-require-when-compile): Use fboundp, for sake of compiler.
18278
18279 * progmodes/cc-mode.el: Move load of cc-vars before that of
18280 cc-langs (which in turn loads cc-vars), to quieten compiler.
18281
18282 2013-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
18283
18284 * paren.el: Simplify the code.
18285 (show-paren-mode): Always start the timer.
18286 (show-paren--idle-timer): Rename from show-paren-idle-timer.
18287 (show-paren--overlay, show-paren--overlay-1): Rename from
18288 show-paren-overlay and show-paren-overlay-1, and initialize to an
18289 overlay rather than to nil.
18290 (show-paren-function): Misc cleanup and simplifications.
18291
18292 2013-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
18293
18294 * paren.el (show-paren-data-function): New hook.
18295 (show-paren--default): New function, extracted from show-paren-function.
18296 (show-paren-function): Use show-paren-data-function.
18297
18298 2013-05-30 Glenn Morris <rgm@gnu.org>
18299
18300 * ielm.el (ielm-map, ielm-complete-symbol):
18301 Use completion-at-point rather than obsolete functions.
18302 (inferior-emacs-lisp-mode): Doc fix.
18303 Set completion-at-point-functions, rather than
18304 comint-dynamic-complete-functions.
18305
18306 * eshell/em-cmpl.el (eshell-complete-lisp-symbol): New function.
18307 (eshell-cmpl-initialize, eshell-complete-parse-arguments):
18308 Replace obsolete lisp-complete-symbol with eshell-complete-lisp-symbol.
18309
18310 * image.el (image-animated-p): Tweak definition.
18311
18312 * net/rlogin.el (rlogin-program, rlogin-explicit-args): Default to ssh.
18313 (rlogin-process-connection-type): Tweak default. Add set-after.
18314 (rlogin-host): Doc fix.
18315 (rlogin): Tweak prompt.
18316 (rlogin-tab-or-complete): Use completion-at-point rather than alias.
18317
18318 * net/net-utils.el (nslookup-mode-map, ftp-mode-map):
18319 * progmodes/tcl.el (inferior-tcl-mode-map):
18320 Use completion-at-point rather than obsolete alias.
18321
18322 * emacs-lisp/eieio.el (eieio-eval-default-p): Move before use.
18323
18324 * minibuffer.el (read-file-name-completion-ignore-case):
18325 Move before completion--in-region, for eager macro expansion.
18326
18327 2013-05-29 Juri Linkov <juri@jurta.org>
18328
18329 * replace.el (occur-engine): Rename `globalcount' to `global-lines'
18330 for total count of matching lines. Add `global-matches' for total
18331 count of matches. Rename `matches' to `lines' for count of
18332 matching lines. Add `matches' for count of matches.
18333 Rename `lines' to `curr-line' for line count. Rename `prev-lines'
18334 to `prev-line' for line number of prev match endpt.
18335 Increment `matches' for every match. Print the number of
18336 matching lines in the header.
18337 (occur-context-lines): Rename `lines' to `curr-line'.
18338 Rename `prev-lines' to `prev-line'. (Bug#14017)
18339
18340 2013-05-29 Juri Linkov <juri@jurta.org>
18341
18342 * replace.el (perform-replace): Add `skip-read-only-count',
18343 `skip-filtered-count', `skip-invisible-count' let-bound to 0.
18344 Increment them for corresponding conditions and report the number
18345 of skipped occurrences in the final message. (Bug#11746)
18346 (query-replace, query-replace-regexp, query-replace-regexp-eval)
18347 (replace-string, replace-regexp): Doc fix.
18348
18349 2013-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
18350
18351 * emacs-lisp/trace.el (trace--read-args): Provide a default.
18352
18353 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Inherit from
18354 prog-mode-map (bug#14504).
18355
18356 2013-05-29 Leo Liu <sdl.web@gmail.com>
18357
18358 * progmodes/octave.el (octave-indent-comment): Tweak regexps.
18359 (octave-help): Small simplification.
18360
18361 * emacs-lisp/smie.el (smie-highlight-matching-block): Always turn
18362 off the highlight first.
18363
18364 2013-05-29 Glenn Morris <rgm@gnu.org>
18365
18366 * progmodes/idlwave.el (idlwave-concatenate-rinfo-lists):
18367 Handle idlwave-last-system-routine-info-cons-cell being nil.
18368
18369 * progmodes/idlwave.el (idlwave-scan-user-lib-files)
18370 (idlwave-write-paths): Simplify via with-temp-buffer.
18371
18372 * emulation/cua-gmrk.el: Also load cua-base, cua-rect at run time.
18373 * emulation/cua-rect.el: Also load cua-base at run time.
18374
18375 * progmodes/cperl-mode.el (imenu-choose-buffer-index)
18376 (file-of-tag, etags-snarf-tag, etags-goto-tag-location): Declare.
18377 (cperl-imenu-on-info): Require imenu.
18378
18379 2013-05-28 Alan Mackenzie <acm@muc.de>
18380
18381 Handle "capitalised keywords" correctly.
18382 * progmodes/cc-mode.el (c-after-change): Bind case-fold-search to nil.
18383
18384 2013-05-28 Aidan Gauland <aidalgol@amuri.net>
18385
18386 * eshell/em-unix.el: Add -r option to cp.
18387
18388 2013-05-28 Glenn Morris <rgm@gnu.org>
18389
18390 * vc/vc-arch.el (vc-exec-after): Declare.
18391 (vc-switches): Autoload.
18392 * vc/vc-bzr.el: No need to require vc when compiling.
18393 (vc-exec-after, vc-set-async-update, vc-default-dir-printer)
18394 (vc-resynch-buffer, vc-dir-refresh): Declare.
18395 (vc-setup-buffer, vc-switches): Autoload.
18396 * vc/vc-cvs.el (vc-exec-after, vc-coding-system-for-diff)
18397 (vc-resynch-buffer): Declare.
18398 (vc-switches, vc-default-revert, vc-version-backup-file): Autoload.
18399 * vc/vc-dir.el (desktop-missing-file-warning): Declare.
18400 * vc/vc-git.el (vc-exec-after, vc-set-async-update)
18401 (grep-read-regexp, grep-read-files, grep-expand-template)
18402 (vc-dir-refresh): Declare.
18403 (vc-setup-buffer, vc-switches, vc-resynch-buffer): Autoload.
18404 * vc/vc-hg.el (vc-exec-after, vc-set-async-update): Declare.
18405 (vc-setup-buffer, vc-switches, vc-do-async-command): Autoload.
18406 * vc/vc-mtn.el (vc-exec-after): Declare.
18407 (vc-switches): Autoload.
18408 * vc/vc-rcs.el (vc-expand-dirs, vc-switches)
18409 (vc-tag-precondition, vc-buffer-sync, vc-rename-master): Autoload.
18410 (vc-file-tree-walk): Declare.
18411 * vc/vc-sccs.el (vc-file-tree-walk): Declare.
18412 (vc-expand-dirs, vc-switches, vc-setup-buffer, vc-delistify)
18413 (vc-tag-precondition, vc-rename-master): Autoload.
18414 * vc/vc-svn.el (vc-exec-after): Declare.
18415 (vc-switches, vc-setup-buffer): Autoload.
18416 * obsolete/vc-mcvs.el (vc-checkout, vc-switches, vc-default-revert):
18417 Autoload.
18418 (vc-resynch-buffer): Declare.
18419
18420 * obsolete/fast-lock.el (byte-compile-warnings):
18421 Don't warn about obsolete features in this obsolete file.
18422
18423 * progmodes/cc-vars.el (c-macro-names-with-semicolon):
18424 Move definition before use.
18425
18426 * play/dunnet.el (byte-compile-warnings): Don't disable them all.
18427 (dun-unix-verbs): Remove dun-zippy.
18428 (dun-zippy): Remove function.
18429
18430 * emacs-lisp/bytecomp.el (byte-compile-warnings): Doc fix.
18431
18432 2013-05-27 Juri Linkov <juri@jurta.org>
18433
18434 * replace.el (replace-search): New function with code moved out
18435 from `perform-replace'.
18436 (replace-highlight, replace-dehighlight): Move function definitions
18437 up closer to `replace-search'. (Bug#11746)
18438
18439 2013-05-27 Juri Linkov <juri@jurta.org>
18440
18441 * replace.el (perform-replace): Ignore invisible matches.
18442 In addition to checking `query-replace-skip-read-only', also
18443 filter out matches by calling `run-hook-with-args-until-failure'
18444 on `isearch-filter-predicates', and also check `search-invisible'
18445 for t or call `isearch-range-invisible'.
18446 (replace-dehighlight): Call `isearch-clean-overlays'. (Bug#11746)
18447
18448 2013-05-27 Juri Linkov <juri@jurta.org>
18449
18450 * isearch.el (isearch-filter-predicates): Rename from
18451 `isearch-filter-predicate'. Doc fix. (Bug#11378)
18452 (isearch-message-prefix): Display text from the property
18453 `isearch-message-prefix' of the currently active filters.
18454 (isearch-search): Don't compare `isearch-filter-predicate' with
18455 `isearch-filter-visible'. Call `run-hook-with-args-until-failure'
18456 on `isearch-filter-predicates'. Also check `search-invisible' for t
18457 or call `isearch-range-invisible'.
18458 (isearch-filter-visible): Make obsolete.
18459 (isearch-lazy-highlight-search):
18460 Call `run-hook-with-args-until-failure' on
18461 `isearch-filter-predicates' and use `isearch-range-invisible'.
18462
18463 * info.el (Info-search): Call `run-hook-with-args-until-failure' on
18464 `isearch-filter-predicates' instead of `funcall'ing
18465 `isearch-filter-predicate'.
18466 (Info-mode): Set `Info-isearch-filter' to
18467 `isearch-filter-predicates' instead of `isearch-filter-predicate'.
18468
18469 * dired-aux.el (dired-isearch-filter-predicate-orig):
18470 Remove variable.
18471 (dired-isearch-filenames-toggle, dired-isearch-filenames-setup)
18472 (dired-isearch-filenames-end): Add and remove
18473 `dired-isearch-filter-filenames' in `isearch-filter-predicates'
18474 instead of changing the value of `isearch-filter-predicate'.
18475 Rebind `dired-isearch-filenames-toggle' from "\M-sf" to "\M-sff".
18476 (dired-isearch-filter-filenames): Don't use `isearch-filter-visible'.
18477 Put property `isearch-message-prefix' to "filename " on
18478 `dired-isearch-filter-filenames'.
18479
18480 * wdired.el (wdired-change-to-wdired-mode):
18481 Add `isearch-filter-predicates' to `wdired-isearch-filter-read-only'
18482 locally instead of changing `isearch-filter-predicate'.
18483 (wdired-isearch-filter-read-only): Don't use `isearch-filter-visible'.
18484
18485 2013-05-27 Dmitry Gutov <dgutov@yandex.ru>
18486
18487 * vc/vc-git.el (vc-git-working-revision): When in detached mode,
18488 return the commit hash (Bug#14459). Also set the
18489 `vc-git-detached' property.
18490 (vc-git--rev-parse): Extract from `vc-git-previous-revision'.
18491 (vc-git-mode-line-string): Use the same help-echo format whether
18492 in detached mode or not, because we know the actual revision now.
18493 When in detached mode, shorten the revision to 7 chars.
18494
18495 2013-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
18496
18497 * emacs-lisp/easy-mmode.el (define-minor-mode):
18498 * emacs-lisp/derived.el (define-derived-mode): Always defvar the
18499 mode hook and provide a docstring.
18500
18501 2013-05-27 Alan Mackenzie <acm@muc.de>
18502
18503 Remove spurious syntax-table text properties inserted by C-y.
18504 * progmodes/cc-mode.el (c-after-change): Also clear hard
18505 syntax-table property with value nil.
18506
18507 2013-05-27 Michael Albinus <michael.albinus@gmx.de>
18508
18509 * net/dbus.el (dbus-call-method): Let-bind `inhibit-redisplay'
18510 when reading the events; the buffer layout shall not be changed.
18511
18512 2013-05-27 Leo Liu <sdl.web@gmail.com>
18513
18514 * progmodes/octave.el (inferior-octave-directory-tracker-resync):
18515 New variable.
18516 (inferior-octave-directory-tracker): Automatically re-sync
18517 default-directory.
18518 (octave-help): Improve handling of 'See also'.
18519
18520 2013-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
18521
18522 * doc-view.el: Minor naming convention tweaks.
18523 (desktop-buffer-mode-handlers): Don't add to it repeatedly.
18524
18525 * image-mode.el (image-mode-reapply-winprops): Call image-mode-winprops
18526 even if there's no `display' property yet (bug#14435).
18527
18528 2013-05-25 Eli Zaretskii <eliz@gnu.org>
18529
18530 * subr.el (unmsys--file-name): Rename from reveal-filename.
18531
18532 * Makefile.in (custom-deps, finder-data, autoloads)
18533 ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
18534 ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
18535 ($(CAL_DIR)/hol-loaddefs.el): All users changed.
18536
18537 2013-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
18538
18539 * emacs-lisp/lisp.el (lisp-completion-at-point): Don't use
18540 error-completion on the first 2 args of condition-case (bug#14446).
18541 Don't burp at EOB.
18542
18543 2013-05-25 Leo Liu <sdl.web@gmail.com>
18544
18545 * comint.el (comint-previous-matching-input): Do not flood the
18546 *Messages* buffer with trivial messages.
18547
18548 2013-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
18549
18550 * progmodes/flymake.el (flymake-nop): Don't return a string.
18551 (flymake-set-at): Fix typo.
18552
18553 * simple.el (read--expression): New function, extracted from
18554 eval-expression. Set completion-at-point-functions (bug#14465).
18555 (eval-expression, eval-minibuffer): Use it.
18556
18557 2013-05-25 Xue Fuqiao <xfq.free@gmail.com>
18558
18559 * progmodes/flymake.el (flymake-save-buffer-in-file)
18560 (flymake-makehash, flymake-posn-at-point-as-event, flymake-nop)
18561 (flymake-selected-frame, flymake-log, flymake-ins-after)
18562 (flymake-set-at, flymake-get-buildfile-from-cache)
18563 (flymake-add-buildfile-to-cache, flymake-clear-buildfile-cache)
18564 (flymake-find-possible-master-files, flymake-save-buffer-in-file):
18565 Refine the doc string.
18566 (flymake-get-file-name-mode-and-masks): Reformat.
18567 (flymake-get-real-file-name-function): Fix a minor bug.
18568
18569 2013-05-24 Juri Linkov <juri@jurta.org>
18570
18571 * progmodes/grep.el (grep-mode-font-lock-keywords):
18572 Support =linenumber= format used by git-grep for lines with
18573 function names. (Bug#13549)
18574
18575 2013-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
18576
18577 * progmodes/octave.el (octave-smie-rules): Return nil rather than
18578 0 after a semi-colon; it works better for smie-auto-fill.
18579 (octave--indent-new-comment-line): New function.
18580 (octave-indent-new-comment-line): Use it (indirectly).
18581 (octave-mode): Don't disable smie-auto-fill. Use add-function to
18582 modify comment-line-break-function.
18583
18584 * emacs-lisp/smie.el (smie-auto-fill): Rework to be more robust.
18585 (smie-setup): Use add-function to set it.
18586
18587 2013-05-24 Sam Steingold <sds@gnu.org>
18588
18589 * sort.el (delete-duplicate-lines): Accept an optional `keep-blanks'
18590 argument (before the `interactive' argument).
18591
18592 2013-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
18593
18594 * image-mode.el (image-mode-winprops): Add winprops to
18595 image-mode-winprops-alist before running
18596 image-mode-new-window-functions.
18597 * doc-view.el (doc-view-new-window-function): Don't delay
18598 doc-view-goto-page via timers (bug#14435).
18599
18600 2013-05-24 Tassilo Horn <tsdh@gnu.org>
18601
18602 * doc-view.el: Integrate with desktop.el. (Bug#14435)
18603 (doc-view-desktop-save-buffer): New function.
18604 (doc-view-restore-desktop-buffer): New function.
18605 (desktop-buffer-mode-handlers):
18606 Add `doc-view-restore-desktop-buffer' as desktop.el buffer mode
18607 handler.
18608 (doc-view-mode): Set `doc-view-desktop-save-buffer' as custom
18609 `desktop-save-buffer' function.
18610
18611 2013-05-24 Michael Albinus <michael.albinus@gmx.de>
18612
18613 * net/tramp-gvfs.el (tramp-gvfs-enabled): New defconst.
18614 (tramp-gvfs-file-name-handler): Raise a user error when
18615 `tramp-gvfs-enabled' is nil.
18616 (top): Register signals only when `tramp-gvfs-enabled' is non-nil.
18617 Do not raise a user error when loading package. (Bug#14447)
18618
18619 * net/xesam.el: Move to obsolete/.
18620
18621 2013-05-24 Glenn Morris <rgm@gnu.org>
18622
18623 * font-lock.el (lisp-font-lock-keywords-2): Add with-coding-priority.
18624
18625 * emacs-lisp/chart.el (chart-sort): Replace obsolete `object-name'.
18626
18627 * progmodes/cperl-mode.el (cperl-mode): Use fboundp.
18628 (Info-find-node, Man-getpage-in-background): Declare.
18629
18630 * mail/unrmail.el (unrmail):
18631 Replace obsolete detect-coding-with-priority.
18632
18633 * net/socks.el (socks-split-string): Use this rather than split-string.
18634 (socks-nslookup-host): Update for above change.
18635 (dynamic-choice, s5-dynamic-choice-match)
18636 (s5-dynamic-choice-match-inline, s5-widget-value-create):
18637 Comment out unused code.
18638
18639 * tooltip.el (tooltip-use-echo-area): Warn only on 'set.
18640 * progmodes/gud.el (gud-gdb-completion-function): Move before use.
18641 (gud-tooltip-echo-area): Make obsolete.
18642 (gud-tooltip-process-output, gud-tooltip-tips): Also check tooltip-mode.
18643
18644 * progmodes/js.el (js--optimize-arglist): Declare.
18645
18646 * progmodes/ruby-mode.el (ruby-syntax-propertize-expansion): Declare.
18647
18648 * progmodes/which-func.el (ediff-window-A, ediff-window-B)
18649 (ediff-window-C): Declare.
18650
18651 * obsolete/pgg-gpg.el, obsolete/pgg-pgp.el, obsolete/pgg-pgp5.el:
18652 Tweak requires to silence compiler.
18653
18654 * obsolete/sym-comp.el: No need to load hipper-exp when compiling.
18655 (he-search-string, he-tried-table, he-expand-list)
18656 (he-init-string, he-string-member, he-substitute-string)
18657 (he-reset-string): Declare.
18658
18659 * obsolete/options.el (list-options): Use custom-variable-p,
18660 rather than obsolete alias.
18661
18662 2013-05-23 Sam Steingold <sds@gnu.org>
18663
18664 * simple.el (shell-command-on-region): Pass the `replace' argument
18665 down to `call-process-region' to comply with the doc as reported on
18666 <http://stackoverflow.com/questions/16720458/emacs-noninteractive-call-to-shell-command-on-region-always-deletes-region>
18667
18668 2013-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
18669
18670 * emacs-lisp/smie.el (smie-indent-forward-token)
18671 (smie-indent-backward-token): Handle string tokens (bug#14381).
18672
18673 2013-05-23 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
18674
18675 * ielm.el (ielm-menu): New menu.
18676 (inferior-emacs-lisp-mode): Set comment-start.
18677
18678 2013-05-23 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
18679
18680 * textmodes/reftex.el (reftex-ref-style-toggle):
18681 Fix deactivate action.
18682
18683 * textmodes/reftex-vars.el (reftex-ref-style-alist):
18684 Add cleveref macros.
18685
18686 * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
18687 Accept options for bibliography commands.
18688 * textmodes/reftex-vars.el (reftex-bibliography-commands):
18689 Add addbibresource. Basic Biblatex support.
18690
18691 2013-05-23 Michael Albinus <michael.albinus@gmx.de>
18692
18693 * net/tramp-gvfs.el (top):
18694 * net/xesam.el (xesam-dbus-unique-names): Suppress D-Bus errors
18695 when loading package. (Bug#14447)
18696
18697 2013-05-23 Glenn Morris <rgm@gnu.org>
18698
18699 * progmodes/js.el: No need to load comint when compiling.
18700 (ring-insert, comint-send-string, comint-send-input)
18701 (comint-last-input-end, ido-chop): Declare.
18702
18703 * vc/ediff-diff.el, vc/ediff-merg.el: Require ediff-util at run-time.
18704 * vc/ediff-mult.el: Adjust requires.
18705 (ediff-directories-internal, ediff-directory-revisions-internal)
18706 (ediff-patch-file-internal): Declare.
18707 * vc/ediff-ptch.el: Adjust requires.
18708 (ediff-use-last-dir, ediff-buffers-internal): Declare.
18709 (ediff-find-file): Autoload.
18710 * vc/ediff-util.el: No need to load ediff when compiling.
18711 (ediff-regions-internal): Declare.
18712 * vc/ediff-wind.el: Adjust requires.
18713 (ediff-compute-toolbar-width): Define when compiling.
18714 (ediff-setup-control-buffer, ediff-make-bottom-toolbar): Declare.
18715 * vc/ediff.el: No need to load dired, ediff-ptch when compiling.
18716 (dired-get-filename, dired-get-marked-files)
18717 (ediff-last-dir-patch, ediff-patch-default-directory)
18718 (ediff-get-patch-buffer, ediff-dispatch-file-patching-job)
18719 (ediff-patch-buffer-internal): Declare.
18720
18721 * emacs-lisp/checkdoc.el: No need to load ispell when compiling.
18722 (ispell-process, ispell-buffer-local-words, lm-summary)
18723 (lm-section-start, lm-section-end): Declare.
18724 (checkdoc-ispell-init): Simplify.
18725
18726 * progmodes/vera-mode.el (he-init-string, he-dabbrev-beg)
18727 (he-string-member, he-reset-string, he-substitute-string): Declare.
18728
18729 * eshell/em-ls.el: Adjust requires.
18730 (eshell-glob-regexp): Declare.
18731 * eshell/em-tramp.el: Adjust requires.
18732 (eshell-parse-command): Autoload.
18733 * eshell/em-xtra.el: Adjust requires.
18734 (eshell-parse-command): Autoload.
18735 * eshell/esh-ext.el: Adjust requires.
18736 (eshell-parse-command, eshell-close-handles): Autoload.
18737 * eshell/esh-io.el: Adjust requires.
18738 (eshell-output-filter): Autoload.
18739 * eshell/esh-util.el: No need to load tramp when compiling.
18740 (tramp-file-name-structure, ange-ftp-ls, ange-ftp-file-modtime):
18741 Declare.
18742 (eshell-parse-ange-ls): Require ange-ftp and tramp.
18743 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
18744 * eshell/em-cmpl.el, eshell/em-glob.el, eshell/em-pred.el:
18745 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-smart.el:
18746 * eshell/em-term.el, eshell/esh-arg.el, eshell/esh-mode.el:
18747 * eshell/esh-opt.el, eshell/esh-proc.el:
18748 * eshell/esh-var.el: Adjust requires.
18749 * eshell/eshell.el: Do not require esh-util twice.
18750 (eshell-add-input-to-history): Declare.
18751 (eshell-command): Check history module is active before using it.
18752
18753 * eshell/em-ls.el (eshell-ls-dir): Fix -A handling.
18754
18755 2013-05-22 Leo Liu <sdl.web@gmail.com>
18756
18757 * progmodes/octave.el (inferior-octave-startup): Fix bug#14433.
18758
18759 2013-05-22 Michael Albinus <michael.albinus@gmx.de>
18760
18761 * autorevert.el (auto-revert-notify-add-watch)
18762 (auto-revert-notify-handler): Add `attrib' for the inotify case,
18763 it indicates changes in file modification time.
18764
18765 2013-05-22 Glenn Morris <rgm@gnu.org>
18766
18767 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
18768 Always delete the autoloaded function from the noruntime and
18769 unresolved functions lists.
18770
18771 * allout.el: No need to load epa, epg, overlay when compiling.
18772 (epg-context-set-passphrase-callback, epg-list-keys)
18773 (epg-decrypt-string, epg-encrypt-string, epg-user-id-string)
18774 (epg-key-user-id-list): Declare.
18775
18776 * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
18777 (viper-set-parsing-style-toggling-macro)
18778 (viper-set-emacs-state-searchstyle-macros):
18779 Use called-interactively-p on Emacs.
18780 (viper-looking-back): Make it an obsolete alias. Update callers.
18781 * emulation/viper-ex.el: Load viper-keym, not viper-cmd.
18782 Use looking-back rather than viper-looking-back.
18783 (viper-tmp-insert-at-eob, viper-enlarge-region)
18784 (viper-read-string-with-history, viper-register-to-point)
18785 (viper-append-to-register, viper-change-state-to-vi)
18786 (viper-backward-char-carefully, viper-forward-char-carefully)
18787 (viper-Put-back, viper-put-back, viper-add-newline-at-eob-if-necessary)
18788 (viper-change-state-to-emacs): Declare.
18789 * emulation/viper-macs.el: Load viper-mous, viper-ex, not viper-cmd.
18790 (viper-change-state-to-insert, viper-change-state-to-vi): Declare.
18791 * emulation/viper-mous.el: Do not load viper-cmd.
18792 (viper-backward-char-carefully, viper-forward-char-carefully)
18793 (viper-forward-word, viper-adjust-window): Declare.
18794
18795 * vc/ediff.el (ediff-version): Use called-interactively-p on Emacs.
18796
18797 * progmodes/idlw-help.el (idlwave-help-fontify):
18798 Use called-interactively-p.
18799
18800 * term/w32console.el (w32-get-console-codepage)
18801 (w32-get-console-output-codepage): Declare.
18802
18803 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape):
18804 Remove unnecessary declarations.
18805 (dframe-message): Doc fix.
18806
18807 * info.el (dframe-select-attached-frame, dframe-current-frame):
18808 Declare.
18809
18810 * speedbar.el (speedbar-message): Make it an obsolete alias.
18811 Update all callers.
18812 (speedbar-with-attached-buffer)
18813 (speedbar-maybee-jump-to-attached-frame): Make these aliases obsolete.
18814 (speedbar-with-writable): Use backquote.
18815 * emacs-lisp/eieio-opt.el (eieio-describe-class-sb):
18816 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click):
18817 Use dframe-with-attached-buffer, dframe-maybee-jump-to-attached-frame
18818 rather than speedbar- aliases.
18819 * mail/rmail.el: Load dframe rather than speedbar when compiling.
18820 (speedbar-make-specialized-keymap, speedbar-insert-button)
18821 (dframe-select-attached-frame, dframe-maybee-jump-to-attached-frame)
18822 (speedbar-do-function-pointer): Declare.
18823 (rmail-speedbar-button, rmail-speedbar-find-file)
18824 (rmail-speedbar-move-message):
18825 Use dframe-with-attached-buffer rather than speedbar- alias.
18826 * progmodes/gud.el: Load dframe rather than speedbar when compiling.
18827 (dframe-message, speedbar-make-specialized-keymap)
18828 (speedbar-add-expansion-list, speedbar-mode-functions-list)
18829 (speedbar-make-tag-line, speedbar-remove-localized-speedbar-support)
18830 (speedbar-insert-button, dframe-select-attached-frame)
18831 (dframe-maybee-jump-to-attached-frame)
18832 (speedbar-change-initial-expansion-list)
18833 (speedbar-previously-used-expansion-list-name): Declare.
18834 (gud-speedbar-item-info, gud-gdb-goto-stackframe):
18835 Use dframe-message, dframe-with-attached-buffer rather than
18836 speedbar- aliases.
18837 (gud-sentinel): Silence compiler.
18838 * progmodes/vhdl-mode.el (speedbar-refresh)
18839 (speedbar-do-function-pointer, speedbar-add-supported-extension)
18840 (speedbar-add-mode-functions-list, speedbar-make-specialized-keymap)
18841 (speedbar-change-initial-expansion-list, speedbar-add-expansion-list)
18842 (speedbar-extension-list-to-regex, speedbar-directory-buttons)
18843 (speedbar-file-lists, speedbar-make-tag-line)
18844 (speedbar-line-directory, speedbar-goto-this-file)
18845 (speedbar-center-buffer-smartly, speedbar-change-expand-button-char)
18846 (speedbar-delete-subblock, speedbar-position-cursor-on-line)
18847 (speedbar-make-button, speedbar-reset-scanners)
18848 (speedbar-files-item-info, speedbar-line-text)
18849 (speedbar-find-file-in-frame, speedbar-set-timer)
18850 (dframe-maybee-jump-to-attached-frame, speedbar-line-file): Declare.
18851 (speedbar-with-writable): Do not (re)define it.
18852 (vhdl-speedbar-find-file): Use dframe-maybee-jump-to-attached-frame
18853 rather than speedbar- alias.
18854
18855 2013-05-21 Leo Liu <sdl.web@gmail.com>
18856
18857 * progmodes/octave.el (octave-mode-menu): Update and re-organize
18858 menu items.
18859 (octave-mode): Tweak fill-nobreak-predicate.
18860 (inferior-octave-startup): Check process to avoid infinite loop.
18861 (inferior-octave): Pop to buffer first to show abornmal process
18862 exit information.
18863
18864 2013-05-21 Glenn Morris <rgm@gnu.org>
18865
18866 * printing.el (pr-menu-bar): Define when compiling.
18867
18868 2013-05-21 Leo Liu <sdl.web@gmail.com>
18869
18870 * progmodes/octave.el (octave-auto-fill): Remove.
18871 (octave-indent-new-comment-line): Improve.
18872 (octave-mode): Use auto fill mode through
18873 comment-line-break-function and fill-nobreak-predicate.
18874 (octave-goto-function-definition): Support DEFUN_DLD.
18875 (octave-beginning-of-defun): Small tweak.
18876 (octave-help): Show parent directory.
18877
18878 2013-05-21 Glenn Morris <rgm@gnu.org>
18879
18880 * files.el (dired-unmark):
18881 * progmodes/gud.el (gdb-input): Update declarations.
18882
18883 * calculator.el (electric, ehelp): No need to load when compiling.
18884 (Electric-command-loop, electric-describe-mode): Declare.
18885
18886 * doc-view.el (doc-view-current-converter-processes): Move before use.
18887
18888 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
18889 Move MODE-set-explicitly definition before use.
18890
18891 * international/mule-diag.el (mule-diag):
18892 Don't use obsolete window-system-version.
18893
18894 * mail/feedmail.el (smtpmail): No need to load when compiling.
18895 (smtpmail-via-smtp, smtpmail-smtp-server): Declare.
18896
18897 * mail/mail-utils.el (rfc822): No need to load when compiling.
18898 (rfc822-addresses): Autoload it.
18899 (mail-strip-quoted-names): Trivial simplification.
18900
18901 * mail/rmail.el (rmail-mime-message-p, rmail-mime-toggle-raw): Declare.
18902 (rmail-retry-failure): Don't assume that rmail-mime-feature == rmailmm.
18903
18904 * net/snmp-mode.el (tempo): Don't duplicate requires.
18905
18906 * progmodes/prolog.el (info): No need to load when compiling.
18907 (comint): Require before shell requires it.
18908 (Info-goto-node): Autoload it.
18909 (Info-follow-nearest-node): Declare.
18910 (prolog-help-info, prolog-goto-predicate-info): No need to require info.
18911
18912 * textmodes/artist.el (picture-mode-exit): Declare.
18913
18914 * textmodes/reftex-parse.el (reftex-parse-from-file):
18915 Trivial rewrite so the compiler can parse it better.
18916
18917 2013-05-20 Leo Liu <sdl.web@gmail.com>
18918
18919 * progmodes/octave.el (octave-help-mode-map)
18920 (octave-help-mode-finish-hook): New variables.
18921 (octave-help-mode, octave-help-mode-finish): New functions.
18922 (octave-help): Use octave-help-mode.
18923
18924 2013-05-20 Glenn Morris <rgm@gnu.org>
18925
18926 * format-spec.el (format-spec): Allow spec chars with nil. (Bug#14420)
18927
18928 2013-05-19 Dmitry Gutov <dgutov@yandex.ru>
18929
18930 * progmodes/ruby-mode.el (ruby-expression-expansion-re): Allow to
18931 start at point, so that expansion starting right after opening
18932 slash in a regexp is recognized.
18933 (ruby-syntax-before-regexp-re): New defvar, extracted from
18934 ruby-syntax-propertize-function. Since the value of this regexp
18935 is looked up at runtime now, we should be able to turn
18936 `ruby-syntax-methods-before-regexp' into a defcustom later.
18937 (ruby-syntax-propertize-function): Split regexp matching into two
18938 parts, for opening and closing slashes. That allows us to skip
18939 over string interpolations and support multiline regexps.
18940 Don't call `ruby-syntax-propertize-expansions', instead use another rule
18941 for them, which calls `ruby-syntax-propertize-expansion'.
18942 (ruby-syntax-propertize-expansions): Move `remove-text-properties'
18943 call to `ruby-syntax-propertize-function'.
18944 (ruby-syntax-propertize-expansion): Extracted from
18945 `ruby-syntax-propertize-expansions'. Handles one expansion.
18946 (ruby-syntax-propertize-percent-literal): Leave point right after
18947 the percent symbol, so that the expression expansion rule can
18948 propertize the contents.
18949 (ruby-syntax-propertize-heredoc): Leave point at bol following the
18950 heredoc openers.
18951 (ruby-syntax-propertize-expansions): Remove.
18952
18953 2013-05-18 Juri Linkov <juri@jurta.org>
18954
18955 * man.el (Man-default-man-entry): Remove `-' from the end
18956 of the default value. (Bug#14400)
18957
18958 2013-05-18 Glenn Morris <rgm@gnu.org>
18959
18960 * comint.el (comint-password-prompt-regexp):
18961 Allow "password for XXX" where XXX contains colons (eg https://...).
18962
18963 2013-05-18 Leo Liu <sdl.web@gmail.com>
18964
18965 * progmodes/octave.el (inferior-octave-startup): Use OCTAVE_SRCDIR
18966 instead. Include "--no-gui" to prevent hangs for Octave > 3.7.
18967 (octave-source-directories): Don't check process.
18968 (octave-source-directories, octave-find-definition): Doc fix.
18969
18970 2013-05-18 Glenn Morris <rgm@gnu.org>
18971
18972 * progmodes/vhdl-mode.el (vhdl-mode-map-init):
18973 Remove backspace/delete bindings. (Bug#14392)
18974
18975 * cus-dep.el (custom-make-dependencies): Sort the output.
18976 (custom-versions-load-alist): Convert comment to doc.
18977
18978 2013-05-17 Leo Liu <sdl.web@gmail.com>
18979
18980 * newcomment.el (comment-search-backward): Stricter in finding
18981 comment start. (Bug#14303)
18982
18983 * progmodes/octave.el (octave-comment-start): Remove the SPC char.
18984 (octave-comment-start-skip): Properly anchored.
18985
18986 2013-05-17 Leo Liu <sdl.web@gmail.com>
18987
18988 * emacs-lisp/smie.el (smie-highlight-matching-block-mode):
18989 Clean up when turned off. (Bug#14395)
18990 (smie--highlight-matching-block-overlay): No longer buffer-local.
18991 (smie-highlight-matching-block): Adjust.
18992
18993 2013-05-17 Paul Eggert <eggert@cs.ucla.edu>
18994
18995 Doc string fix for "nanoseconds" (Bug#14406).
18996 * emacs-lisp/timer.el (timer-relative-time, timer-inc-time):
18997 Fix doc string typo that had "nanoseconds" instead of "microseconds".
18998
18999 2013-05-17 Jay Belanger <jay.p.belanger@gmail.com>
19000
19001 * calc/calc-units.el (math-extract-units): Preserve powers
19002 of units.
19003
19004 2013-05-17 Leo Liu <sdl.web@gmail.com>
19005
19006 * subr.el (delete-consecutive-dups): New function.
19007 * ido.el (ido-set-matches-1): Use it.
19008 * progmodes/octave.el (inferior-octave-completion-table): Use it.
19009 * ido.el (ido-remove-consecutive-dups): Remove.
19010
19011 2013-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
19012
19013 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
19014 (f90-hpf-keywords-re, f90-constants-re): Use \\_< rather than
19015 regexp-opt's `words'.
19016
19017 2013-05-16 Leo Liu <sdl.web@gmail.com>
19018
19019 * emacs-lisp/smie.el (smie-matching-block-highlight): New face.
19020 (smie--highlight-matching-block-overlay)
19021 (smie--highlight-matching-block-lastpos)
19022 (smie--highlight-matching-block-timer): New variables.
19023 (smie-highlight-matching-block): New function.
19024 (smie-highlight-matching-block-mode): New minor mode. (Bug#14395)
19025 (smie-setup): Conditionally enable smie-blink-matching-open.
19026
19027 2013-05-16 Wilson Snyder <wsnyder@wsnyder.org>
19028
19029 Sync with upstream verilog-mode r840.
19030 * progmodes/verilog-mode.el (verilog-mode-version)
19031 (verilog-mode-release-date): Update.
19032 (verilog-auto-lineup, verilog-auto-reset): Doc fixes.
19033 (verilog-sig-tieoff): Fix string error on
19034 AUTORESET with colon define, bug594. Reported by Andrew Hou.
19035 (verilog-read-decls): Fix parameters confusing
19036 AUTOINST interfaces, bug565. Reported by Leith Johnson.
19037
19038 2013-05-16 Eli Zaretskii <eliz@gnu.org>
19039
19040 * subr.el (reveal-filename): New function.
19041
19042 * loadup.el: Compute Emacs executable versions on MS-Windows,
19043 where executables have the .exe extension. Add a hard link
19044 emacs-XX.YY.ZZ.exe on MS-Windows.
19045
19046 * Makefile.in (XARGS_LIMIT): New variable.
19047 (custom-deps, finder-data, autoloads)
19048 ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
19049 ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
19050 ($(CAL_DIR)/hol-loaddefs.el): Use reveal-filename.
19051 (compile-main): Limit xargs according to $(XARGS_LIMIT).
19052
19053 2013-05-16 Leo Liu <sdl.web@gmail.com>
19054
19055 * progmodes/octave.el (octave-indent-defun): Mark obsolete.
19056 (octave-mode-menu, octave-mode-map): Remove its uses.
19057
19058 2013-05-16 Reto Zimmermann <reto@gnu.org>
19059
19060 Sync with upstream vhdl mode v3.34.2.
19061 * progmodes/vhdl-mode.el: Use `push' throughout.
19062 (vhdl-version, vhdl-time-stamp, vhdl-doc-release-notes): Update.
19063 (vhdl-compiler-alist): Replace "\t\n" by "\\t\\n".
19064 Add IBM & Quartus compiler. Enhance entry for ADVance MS compiler.
19065 (vhdl-actual-generic-name): New option to derive actual generic name.
19066 (vhdl-port-paste-signals): Replace formal by actual generics.
19067 (vhdl-beautify): New name for old group vhdl-align. Update users.
19068 (vhdl-beautify-options): New option.
19069 (vhdl-last-input-event): New compat alias. Use throughout.
19070 (vhdl-goto-line): Replace user level function `goto-line'.
19071 (vhdl-mode-map): Add bindings for vhdl-fix-statement-region,
19072 vhdl-fix-statement-buffer.
19073 (vhdl-create-mode-menu): Add some entries.
19074 (vhdl-align-region-groups): Respect vhdl-beautify-options.
19075 (vhdl-align-inline-comment-region-1): Handle "--" inside string.
19076 (vhdl-fixup-whitespace-region): Handle symbols at EOL.
19077 (vhdl-fix-statement-region, vhdl-fix-statement-buffer): New commands,
19078 to force statements on one line.
19079 (vhdl-remove-trailing-spaces-region):
19080 New, split from vhdl-remove-trailing-spaces.
19081 (vhdl-beautify-region): Fix statements, trailing spaces, ^M character.
19082 Respect vhdl-beautify-options.
19083 (vhdl-update-sensitivity-list-buffer): If non-interactive save buffer.
19084 (vhdl-update-sensitivity-list): Not add with index if exists without.
19085 Not include array index with signal. Ignore keywords in comments.
19086 (vhdl-get-visible-signals): Regexp tweaks.
19087 (vhdl-template-component-inst): Handle empty library.
19088 (vhdl-template-type): Add template for 'enum' type.
19089 (vhdl-port-paste-generic-map, vhdl-port-paste-constants):
19090 Use vhdl-replace-string.
19091 (vhdl-port-paste-signals): Use vhdl-prepare-search-1.
19092 (vhdl-speedbar-mode-map): Rename from vhdl-speedbar-key-map.
19093 (vhdl-speedbar-initialize): Update for above name change.
19094 (vhdl-compose-wire-components): Fix in handling of constants.
19095 (vhdl-error-regexp-emacs-alist): New variable.
19096 (vhdl-error-regexp-add-emacs): New function;
19097 adds support for new compile.el (Emacs 22+)
19098 (vhdl-generate-makefile-1): Change target order for single lib. units.
19099 Allow use of absolute file names.
19100
19101 2013-05-16 Leo Liu <sdl.web@gmail.com>
19102
19103 * simple.el (prog-indent-sexp): Indent enclosing defun.
19104
19105 2013-05-15 Glenn Morris <rgm@gnu.org>
19106
19107 * cus-start.el (show-trailing-whitespace): Move to editing basics.
19108 * faces.el (trailing-whitespace): Don't use whitespace-faces group.
19109 * obsolete/old-whitespace.el (whitespace-faces): Remove group.
19110 (whitespace-highlight): Move to whitespace group.
19111
19112 * comint.el (comint-source):
19113 * pcmpl-linux.el (pcmpl-linux):
19114 * shell.el (shell-faces):
19115 * eshell/esh-opt.el (eshell-opt):
19116 * international/ccl.el (ccl): Remove empty custom groups.
19117
19118 * completion.el (dynamic-completion-mode):
19119 * jit-lock.el (jit-lock-debug-mode):
19120 * minibuffer.el (completion-in-region-mode):
19121 * type-break.el (type-break-mode-line-message-mode)
19122 (type-break-query-mode):
19123 * emulation/tpu-edt.el (tpu-edt-mode):
19124 * progmodes/subword.el (global-subword-mode, global-superword-mode):
19125 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
19126 * term/vt100.el (vt100-wide-mode): Specify explicit :group.
19127
19128 * term/xterm.el (xterm): Change parent group to terminals.
19129
19130 * master.el (master): Remove empty custom group.
19131 (master-mode): Remove unused :group argument.
19132 * textmodes/refill.el (refill): Remove empty custom group.
19133 (refill-mode): Remove unused :group argument.
19134
19135 * textmodes/rst.el (rst-compile-toolsets): Use rst-compile group.
19136
19137 * cus-dep.el: Provide a feature.
19138 (custom-make-dependencies): Ignore dotfiles (dir-locals).
19139 Don't mistakenly ignore files whose basenames match a basename
19140 from preloaded-file-list (eg cedet/ede/simple.el).
19141 Add a fallback method for getting :group.
19142
19143 2013-05-15 Juri Linkov <juri@jurta.org>
19144
19145 * isearch.el (isearch-char-by-name): Rename from
19146 `isearch-insert-char-by-name'. Doc fix.
19147 (isearch-forward): Mention `isearch-char-by-name' in
19148 the docstring. (Bug#13348)
19149
19150 * isearch.el (minibuffer-local-isearch-map): Bind "\r" to
19151 `exit-minibuffer' instead of
19152 `isearch-nonincremental-exit-minibuffer'.
19153 (isearch-edit-string): Remove mention of
19154 `isearch-nonincremental-exit-minibuffer' from docstring.
19155 (isearch-nonincremental-exit-minibuffer): Mark as obsolete.
19156 (isearch-forward-exit-minibuffer)
19157 (isearch-reverse-exit-minibuffer): Add docstring. (Bug#13348)
19158
19159 2013-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
19160
19161 * loadup.el: Just use unversioned DOC.
19162
19163 * nxml/nxml-mode.el: Treat unclosed <[[, <?, comment, and other
19164 literals as extending to EOB.
19165 (nxml-last-fontify-end): Remove unused variable.
19166 (nxml-after-change1): Use with-silent-modifications.
19167 (nxml-extend-after-change-region): Simplify.
19168 (nxml-extend-after-change-region1): Remove function.
19169 (nxml-after-change1): Don't adjust for dependent regions.
19170 (nxml-fontify-matcher): Simplify.
19171 * nxml/xmltok.el (xmltok-dependent-regions): Remove variable.
19172 (xmltok-add-dependent): Remove function.
19173 (xmltok-scan-after-lt, xmltok-scan-after-processing-instruction-open)
19174 (xmltok-scan-after-comment-open, xmltok-scan-prolog-literal)
19175 (xmltok-scan-prolog-after-processing-instruction-open): Treat
19176 unclosed <[[, <?, comment, and other literals as extending to EOB.
19177 * nxml/rng-valid.el (rng-mark-xmltok-dependent-regions)
19178 (rng-mark-xmltok-dependent-region, rng-dependent-region-changed):
19179 Remove functions.
19180 (rng-do-some-validation-1): Don't mark dependent regions.
19181 * nxml/nxml-rap.el (nxml-adjust-start-for-dependent-regions)
19182 (nxml-mark-parse-dependent-regions, nxml-mark-parse-dependent-region)
19183 (nxml-clear-dependent-regions): Remove functions.
19184 (nxml-scan-after-change, nxml-scan-prolog, nxml-tokenize-forward)
19185 (nxml-ensure-scan-up-to-date):
19186 Don't clear&mark dependent regions.
19187
19188 2013-05-15 Leo Liu <sdl.web@gmail.com>
19189
19190 * progmodes/octave.el (octave-goto-function-definition):
19191 Improve and fix callers.
19192
19193 2013-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
19194
19195 * emacs-lisp/cl-extra.el (cl-getf): Return the proper value in
19196 the setter (bug#14387).
19197
19198 * progmodes/f90.el (f90-blocks-re): Include the terminating \> in the
19199 surrounding group (bug#14402).
19200
19201 2013-05-14 Juri Linkov <juri@jurta.org>
19202
19203 * subr.el (find-tag-default-as-regexp): Return nil if `tag' is nil.
19204 (Bug#14390)
19205
19206 2013-05-14 Glenn Morris <rgm@gnu.org>
19207
19208 * progmodes/f90.el (f90-imenu-generic-expression):
19209 Fix typo in 2013-05-08 change. (Bug#14402)
19210
19211 2013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
19212
19213 * progmodes/gdb-mi.el (gdb-running, gdb-starting):
19214 Remove signals for which replies are never received.
19215
19216 2013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
19217
19218 * progmodes/gdb-mi.el: Fix non-responsive gud commands (bug#13845)
19219 (gdb-handler-alist, gdb-handler-number): Remove variables.
19220 (gdb-handler-list): New variable.
19221 (gdb-add-handler, gdb-delete-handler, gdb-get-handler-function)
19222 (gdb-pending-handler-p, gdb-handle-reply)
19223 (gdb-remove-all-pending-triggers): New functions.
19224 (gdb-discard-unordered-replies): New defcustom.
19225 (gdb-handler): New defstruct.
19226 (gdb-wait-for-pending): Fix invalid backquote. Use gdb-handler-list.
19227 instead of gdb-pending-triggers. Update docstring.
19228 (gdb-init-1): Remove dead variables. Initialize gdb-handler-list.
19229 (gdb-speedbar-update, gdb-speedbar-timer-fn, gdb-var-update)
19230 (gdb-var-update-handler, def-gdb-auto-update-trigger)
19231 (def-gdb-auto-update-handler, gdb-get-changed-registers)
19232 (gdb-changed-registers-handler, gdb-get-main-selected-frame)
19233 (gdb-frame-handler): Pending triggers are now automatically managed.
19234 (def-gdb-trigger-and-handler, def-gdb-auto-update-handler):
19235 Remove argument.
19236 (gdb-input): Automatically handles pending triggers. Update docstring.
19237 (gdb-resync): Replace gdb-pending-triggers by gdb-handler-list.
19238 (gdb-thread-exited, gdb-thread-selected, gdb-register-names-handler):
19239 Update comments.
19240 (gdb-done-or-error): Now use gdb-handle-reply.
19241
19242 2013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
19243
19244 * progmodes/gdb-mi.el (gdb-input): Include token numbers in
19245 gdb-debug-log.
19246
19247 2013-05-14 Glenn Morris <rgm@gnu.org>
19248
19249 * subr.el (user-emacs-directory-warning): New option.
19250 (locate-user-emacs-file): Handle non-accessible .emacs.d. (Bug#13930)
19251
19252 2013-05-14 Leo Liu <sdl.web@gmail.com>
19253
19254 * progmodes/octave.el (octave-font-lock-keywords): Fix error
19255 during redisplay.
19256 (octave-goto-function-definition, octave-find-definition): Minor tweaks.
19257 (octave-font-lock-texinfo-comment): Fix invalid search bound
19258 error: wrong side of point.
19259
19260 2013-05-14 Glenn Morris <rgm@gnu.org>
19261
19262 * progmodes/flymake.el (flymake-xml-program): New option.
19263 (flymake-xml-init): Use it.
19264
19265 * term/xterm.el: Provide a feature.
19266
19267 * term/sup-mouse.el: Move to obsolete/. Provide a feature.
19268
19269 2013-05-13 Glenn Morris <rgm@gnu.org>
19270
19271 * cus-dep.el (defcustom-mh, defgroup-mh, defface-mh):
19272 Add compat aliases as a hack workaround. (Bug#14384)
19273
19274 2013-05-13 Leo Liu <sdl.web@gmail.com>
19275
19276 * progmodes/octave.el (octave-indent-comment): Fix indentation for
19277 ###, and %!.
19278 (octave-mode-map): Bind octave-indent-defun to C-c C-q instead of
19279 C-M-q.
19280 (octave-comment-start-skip): Include %!.
19281 (octave-mode): Set comment-start-skip to octave-comment-start-skip.
19282
19283 2013-05-12 Leo Liu <sdl.web@gmail.com>
19284
19285 * progmodes/octave.el (inferior-octave-startup): Store the value
19286 of __octave_srcdir__ for octave-source-directories.
19287 (inferior-octave-check-process): New function refactored out of
19288 inferior-octave-send-list-and-digest.
19289 (octave-source-directories)
19290 (octave-find-definition-filename-function): New variables.
19291 (octave-source-directories)
19292 (octave-find-definition-default-filename): New functions.
19293 (octave-find-definition): Improve to find functions implemented in C++.
19294
19295 2013-05-12 Glenn Morris <rgm@gnu.org>
19296
19297 * calendar/diary-lib.el (diary-outlook-format-1):
19298 Don't include dayname in the output. (Bug#14349)
19299
19300 2013-05-11 Glenn Morris <rgm@gnu.org>
19301
19302 * emacs-lisp/autoload.el (generated-autoload-load-name): Doc fix.
19303
19304 * cus-dep.el (custom-make-dependencies): Only use safe local variables.
19305 Treat cc-provide like provide.
19306
19307 2013-05-11 Kevin Ryde <user42@zip.com.au>
19308
19309 * cus-dep.el (custom-make-dependencies):
19310 Use generated-autoload-load-name for the sake of files such
19311 such cedet/semantic/bovine/c.el, where the base file name
19312 is not in load-path. (Bug#5277)
19313
19314 2013-05-11 Glenn Morris <rgm@gnu.org>
19315
19316 * dos-vars.el, emacs-lisp/cl-indent.el, emulation/tpu-extras.el:
19317 Provide features.
19318
19319 2013-05-11 Leo Liu <sdl.web@gmail.com>
19320
19321 * progmodes/octave.el (octave-indent-comment): Improve.
19322 (octave-eldoc-message-style, octave-eldoc-cache): New variables.
19323 (octave-eldoc-function-signatures, octave-eldoc-function):
19324 New functions.
19325 (octave-mode, inferior-octave-mode): Add eldoc support.
19326
19327 2013-05-11 Richard Stallman <rms@gnu.org>
19328
19329 * epa.el (epa-decrypt-file): Take output file name as argument
19330 and read it using `interactive'.
19331
19332 2013-05-11 Leo Liu <sdl.web@gmail.com>
19333
19334 * progmodes/octave.el (octave-beginning-of-line)
19335 (octave-end-of-line): Check before using up-list because it jumps
19336 out of more syntactic contructs since moving to smie.
19337 (octave-indent-comment): New function.
19338 (octave-mode): Use it in smie-indent-functions. (Bug#14350)
19339 (octave-begin-keywords, octave-end-keywords)
19340 (octave-reserved-words, octave-smie-bnf-table)
19341 (octave-smie-rules): Add new keywords from Octave 3.6.4.
19342
19343 2013-05-11 Glenn Morris <rgm@gnu.org>
19344
19345 * faces.el (internal-face-x-get-resource):
19346 * frame.el (ns-display-monitor-attributes-list):
19347 * calc/calc-aent.el (math-to-radians-2):
19348 * emacs-lisp/package.el (tar-header-name, tar-header-link-type):
19349 Fix declarations.
19350
19351 * calc/calc-menu.el: Make it loadable in isolation.
19352
19353 * net/eudcb-bbdb.el: Make it loadable without bbdb.
19354 (eudc-bbdb-filter-non-matching-record, eudc-bbdb-extract-phones)
19355 (eudc-bbdb-extract-addresses, eudc-bbdb-format-record-as-result)
19356 (eudc-bbdb-query-internal): Require 'bbdb.
19357
19358 * lpr.el (lpr-headers-switches):
19359 * emacs-lisp/testcover.el (testcover-compose-functions): Fix :type.
19360
19361 * progmodes/sql.el (sql-login-params): Fix and improve :type.
19362
19363 * emulation/edt-mapper.el: In batch mode, error rather than hang.
19364
19365 * term.el (term-set-escape-char): Make it idempotent.
19366
19367 2013-05-10 Leo Liu <sdl.web@gmail.com>
19368
19369 * progmodes/octave.el (inferior-octave-completion-table):
19370 No longer a function and all uses changed. Use cache to speed up
19371 completion due to bug#11906.
19372 (octave-beginning-of-defun): Re-write to be more general.
19373
19374 2013-05-10 Glenn Morris <rgm@gnu.org>
19375
19376 * emacs-lisp/cl-macs.el (cl-loop): Doc fix.
19377
19378 2013-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
19379
19380 * comint.el (comint-redirect-send-command-to-process): Use :around
19381 rather than :override for comint-redirect-filter.
19382 (comint-redirect-filter): Add the corresponding `orig-filter' argument.
19383 Call it instead of comint-redirect-original-filter-function (which
19384 is gone). Reported by Juanma Barranquero <lekktu@gmail.com>.
19385
19386 2013-05-09 Jan Djärv <jan.h.d@swipnet.se>
19387
19388 * frame.el (display-monitor-attributes-list): Add NS case.
19389 (ns-display-monitor-attributes-list): Declare.
19390
19391 2013-05-09 Ulrich Mueller <ulm@gentoo.org>
19392
19393 * descr-text.el (describe-char): Fix %d/%x typo. (Bug#14360)
19394
19395 2013-05-09 Glenn Morris <rgm@gnu.org>
19396
19397 * international/fontset.el (vertical-centering-font-regexp):
19398 Set standard-value.
19399
19400 * tar-mode.el (tar-superior-buffer, tar-superior-descriptor): Add doc.
19401
19402 * bookmark.el (bookmark-search-delay):
19403 * cus-start.el (vertical-centering-font-regexp):
19404 * ps-mule.el (ps-mule-font-info-database-default):
19405 * ps-print.el (ps-default-fg, ps-default-bg):
19406 * type-break.el (type-break-good-break-interval):
19407 * whitespace.el (whitespace-indentation-regexp)
19408 (whitespace-space-after-tab-regexp):
19409 * emacs-lisp/testcover.el (testcover-1value-functions)
19410 (testcover-noreturn-functions, testcover-progn-functions)
19411 (testcover-prog1-functions):
19412 * emulation/viper-init.el (viper-emacs-state-cursor-color):
19413 * eshell/em-glob.el (eshell-glob-translate-alist):
19414 * play/tetris.el (tetris-tty-colors):
19415 * progmodes/cpp.el (cpp-face-default-list):
19416 * progmodes/flymake.el (flymake-allowed-file-name-masks):
19417 * progmodes/idlw-help.el (idlwave-help-browser-generic-program)
19418 (idlwave-help-browser-generic-args):
19419 * progmodes/make-mode.el (makefile-special-targets-list):
19420 * progmodes/python.el (python-shell-virtualenv-path):
19421 * progmodes/verilog-mode.el (verilog-active-low-regexp)
19422 (verilog-auto-input-ignore-regexp, verilog-auto-inout-ignore-regexp)
19423 (verilog-auto-output-ignore-regexp, verilog-auto-tieoff-ignore-regexp)
19424 (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp):
19425 * textmodes/reftex-vars.el (reftex-format-label-function):
19426 * textmodes/remember.el (remember-diary-file): Fix custom types.
19427
19428 * jka-cmpr-hook.el (jka-compr-mode-alist-additions): Fix typo.
19429 Add :version.
19430
19431 2013-05-09 Leo Liu <sdl.web@gmail.com>
19432
19433 * progmodes/octave.el (inferior-octave-completion-at-point):
19434 Restore file completion. (Bug#14300)
19435 (inferior-octave-startup): Fix incorrect highlighting for the
19436 first prompt.
19437
19438 2013-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
19439
19440 * progmodes/ruby-mode.el: First cut at SMIE support.
19441 (ruby-use-smie): New var.
19442 (ruby-smie-grammar): New constant.
19443 (ruby-smie--bosp, ruby-smie--implicit-semi-p)
19444 (ruby-smie--forward-token, ruby-smie--backward-token)
19445 (ruby-smie-rules): New functions.
19446 (ruby-mode-variables): Setup SMIE if applicable.
19447
19448 2013-05-08 Eli Zaretskii <eliz@gnu.org>
19449
19450 * simple.el (line-move-visual): Signal beginning/end of buffer
19451 only if vertical-motion moved less than it was requested. Avoids
19452 silly incorrect error messages when there are display strings with
19453 multiple newlines at EOL.
19454
19455 2013-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
19456
19457 * progmodes/vera-mode.el (vera-underscore-is-part-of-word):
19458 * progmodes/prolog.el (prolog-underscore-wordchar-flag)
19459 (prolog-char-quote-workaround):
19460 * progmodes/cperl-mode.el (cperl-under-as-char):
19461 * progmodes/vhdl-mode.el (vhdl-underscore-is-part-of-word):
19462 Mark as obsolete.
19463 (vhdl-mode-syntax-table, vhdl-mode-ext-syntax-table): Initialize in
19464 their declaration.
19465 (vhdl-mode-syntax-table-init): Remove.
19466
19467 * progmodes/m4-mode.el (m4-mode-syntax-table): Add comment on
19468 last change.
19469
19470 * progmodes/ld-script.el (ld-script-mode-syntax-table): Use symbol
19471 syntax for "_".
19472 (ld-script-font-lock-keywords):
19473 Change regexps to use things like \_< and \_>.
19474
19475 * progmodes/f90.el (f90-mode-syntax-table): Use symbol syntax for "_".
19476 Change all regexps to use things like \_< and \_>.
19477
19478 * progmodes/autoconf.el (autoconf-definition-regexp)
19479 (autoconf-font-lock-keywords, autoconf-current-defun-function):
19480 Handle a _ with symbol syntax.
19481 (autoconf-mode): Don't change the syntax-table for imenu and font-lock.
19482
19483 * progmodes/ada-mode.el (ada-mode-abbrev-table):
19484 Consolidate declaration.
19485 (ada-mode-syntax-table, ada-mode-symbol-syntax-table): Initialize in
19486 the declaration.
19487 (ada-create-syntax-table): Remove.
19488 (ada-capitalize-word): Don't mess with the syntax of "_" since it
19489 already has the right syntax nowadays.
19490 (ada-goto-next-word): Don't change the syntax of "_".
19491
19492 * font-lock.el (lisp-font-lock-keywords-2): Don't highlight obsolete
19493 with-wrapper-hook.
19494
19495 2013-05-08 Sam Steingold <sds@gnu.org>
19496
19497 * thingatpt.el (thing-at-point): Accept optional second argument
19498 NO-PROPERTIES to strip the text properties from the return value.
19499 * net/browse-url.el (browse-url-url-at-point): Pass NO-PROPERTIES
19500 to `thing-at-point' instead of stripping the properties ourselves.
19501 Also, when `thing-at-point' fails to find a url, prepend "http://"
19502 to the filename at point on the assumption that the user is
19503 pointing at something like gnu.org/gnu.
19504
19505 2013-05-08 Juanma Barranquero <lekktu@gmail.com>
19506
19507 * emacs-lisp/bytecomp.el (byte-compile-insert-header):
19508 * faces.el (crm-separator):
19509 Silence byte-compiler.
19510
19511 * progmodes/gud.el (gdb-speedbar-auto-raise, gud-tooltip-mode)
19512 (tool-bar-map): Remove unneeded defvars.
19513
19514 2013-05-08 Leo Liu <sdl.web@gmail.com>
19515
19516 Re-work a fix for bug#10994 based on Le Wang's patch.
19517 * ido.el (ido-remove-consecutive-dups): New helper.
19518 (ido-completing-read): Use it.
19519 (ido-chop): Revert fix for bug#10994.
19520
19521 2013-05-08 Adam Spiers <emacs@adamspiers.org>
19522
19523 * cus-edit.el (custom-save-variables):
19524 Pretty-print long values. (Bug#14187)
19525
19526 2013-05-08 Glenn Morris <rgm@gnu.org>
19527
19528 * progmodes/m4-mode.el (m4-program): Assume it is in PATH.
19529 (m4-mode-syntax-table): Init in the defvar.
19530 (m4-mode-abbrev-table): Let define-derived-mode define it.
19531
19532 2013-05-08 Tom Tromey <tromey@redhat.com>
19533
19534 * progmodes/m4-mode.el (m4-mode-syntax-table):
19535 Do not treat "_" as word constituent. (Bug#14167)
19536
19537 2013-05-07 Glenn Morris <rgm@gnu.org>
19538
19539 * eshell/em-hist.el (eshell-isearch-map): Initialize in the defvar.
19540 Remove explicit eshell-isearch-cancel-map.
19541
19542 * progmodes/f90.el (f90-smart-end-names): New option.
19543 (f90-smart-end): Doc fix.
19544 (f90-end-block-optional-name): New constant.
19545 (f90-block-match): Respect f90-smart-end-names.
19546
19547 2013-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
19548
19549 * progmodes/octave.el (octave-smie-forward-token): Be more careful
19550 about implicit semi-colons (bug#14218).
19551
19552 2013-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19553
19554 * frame.el (display-monitor-attributes-list)
19555 (frame-monitor-attributes): New functions.
19556
19557 2013-05-06 Leo Liu <sdl.web@gmail.com>
19558
19559 * progmodes/octave.el (octave-syntax-propertize-function): Change
19560 \'s syntax to escape when inside double-quoted strings. (Bug#14332)
19561 (octave-font-lock-keywords): Use octave-operator-regexp.
19562 (octave-completion-at-point): Rename from
19563 octave-completion-at-point-function.
19564 (inferior-octave-directory-tracker): Robustify.
19565 (octave-text-functions): Remove and fix its uses. No such things
19566 any more.
19567
19568 2013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
19569
19570 * emacs-lisp/trace.el (trace--display-buffer): New function.
19571 (trace-make-advice): Use it.
19572
19573 2013-05-06 Juri Linkov <juri@jurta.org>
19574
19575 * emacs-lisp/lisp-mode.el (eval-defun-2): Doc fix. (Bug#14344)
19576 (eval-defun-2, eval-defun, eval-last-sexp, eval-last-sexp-1):
19577 Doc fix.
19578 (emacs-lisp-mode-map): Replace "minibuffer" with "echo area"
19579 in the help string. (Bug#12985)
19580
19581 2013-05-06 Kelly Dean <kellydeanch@yahoo.com> (tiny change)
19582
19583 * simple.el (shell-command-on-region): Doc fix. (Bug#14279)
19584
19585 2013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
19586
19587 * progmodes/perl-mode.el: Add support for here documents.
19588 (perl-syntax-propertize-function): Match here-doc markers.
19589 (perl-syntax-propertize-special-constructs): Find their end.
19590 (perl-imenu-generic-expression): Use [:alnum:].
19591
19592 * emacs-lisp/nadvice.el (advice--member-p): Return the advice if found.
19593 (advice--add-function): Refresh the advice if already present
19594 (bug#14317).
19595
19596 2013-05-06 Ivan Andrus <darthandrus@gmail.com>
19597
19598 * find-file.el (cc-other-file-alist): Add ".m" for ObjC. (Bug#14339)
19599
19600 2013-05-06 Glenn Morris <rgm@gnu.org>
19601
19602 * w32-fns.el (w32-charset-info-alist): Declare.
19603
19604 * eshell/em-cmpl.el: Simply require pcomplete; eg we use a bunch
19605 of its defcustom properties.
19606 (eshell-cmpl-initialize): No need to load pcomplete.
19607
19608 * generic-x.el: No need to require comint when compiling.
19609
19610 * net/eudc-export.el: Make it loadable without bbdb.
19611 (top-level): Use require rather than load-library.
19612 (eudc-create-bbdb-record, eudc-bbdbify-phone)
19613 (eudc-batch-export-records-to-bbdb)
19614 (eudc-insert-record-at-point-into-bbdb, eudc-try-bbdb-insert):
19615 Require bbdb.
19616
19617 2013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
19618
19619 * progmodes/octave.el (octave-texinfo-font-lock-keywords): Remove.
19620 (octave-font-lock-texinfo-comment): Use texinfo-font-lock-keywords with
19621 some tweaks, instead.
19622
19623 2013-05-05 Leo Liu <sdl.web@gmail.com>
19624
19625 * progmodes/octave.el (octave-font-lock-keywords)
19626 (octave-font-lock-texinfo-comment): Adjust for the byte-compiler.
19627 (inferior-octave-send-list-and-digest): Improve error message.
19628 (octave-mode, inferior-octave-mode): Use setq-local.
19629 (octave-help): Set info-lookup-mode.
19630
19631 2013-05-05 Richard Stallman <rms@gnu.org>
19632
19633 * vc/compare-w.el (compare-windows-whitespace):
19634 Treat no-break space as whitespace.
19635
19636 * mail/rmailsum.el (rmail-summary-rmail-update):
19637 Detect empty summary and don't change selected message.
19638 (rmail-summary-goto-msg): Likewise.
19639
19640 * mail/rmailsum.el (rmail-new-summary, rmail-new-summary-1):
19641 Doc fixes, rename args.
19642
19643 2013-05-05 Alan Mackenzie <acm@muc.de>
19644
19645 * progmodes/cc-defs.el (c-version): Increment to 5.32.5.
19646
19647 2013-05-05 Juri Linkov <juri@jurta.org>
19648
19649 * info.el (Info-read-subfile): Use (point-min) instead of (point)
19650 to not add the length of the summary segment to the return value.
19651 (Bug#14125)
19652
19653 2013-05-05 Leo Liu <sdl.web@gmail.com>
19654
19655 * progmodes/octave.el (inferior-octave-strip-ctrl-g)
19656 (inferior-octave-output-filter): Remove.
19657 (octave-send-region, inferior-octave-startup): Fix callers.
19658 (inferior-octave-mode-map): Don't use comint-dynamic-complete.
19659 (octave-binary-file-extensions): New user variable.
19660 (octave-find-definition): Confirm if opening binary files.
19661 (octave-help-file): Use octave-find-definition to get the binary
19662 confirmation.
19663 (octave-help): Adjust for octave-help-file change.
19664
19665 2013-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
19666
19667 * progmodes/pascal.el (pascal-font-lock-keywords): Use backquotes.
19668 Merge the two entries that handle function definitions.
19669 (pascal--syntax-propertize): New const.
19670 (pascal-mode): Use it. Use setq-local.
19671
19672 2013-05-04 Glenn Morris <rgm@gnu.org>
19673
19674 * calendar/diary-lib.el (diary-from-outlook-function): New variable.
19675 (diary-from-outlook): Respect diary-from-outlook-function.
19676
19677 2013-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
19678
19679 * simple.el (read-expression-map): Use completion-at-point (bug#14255).
19680 Move the declaration from C.
19681 (read-minibuffer, eval-minibuffer): Move from C.
19682 (completion-setup-function): Avoid minibuffer-completion-contents.
19683
19684 2013-05-03 Leo Liu <sdl.web@gmail.com>
19685
19686 * progmodes/octave.el (octave-font-lock-keywords): Do not
19687 dehighlight 'end' in comments or strings.
19688 (octave-completing-read, octave-goto-function-definition):
19689 New helpers.
19690 (octave-help-buffer): New user variable.
19691 (octave-help-file, octave-help-function): New button types.
19692 (octave-help): New command and bind it to C-h ;.
19693 (octave-find-definition): New command and bind it to M-.
19694 (user-error): Alias to error if not defined.
19695
19696 2013-05-02 Leo Liu <sdl.web@gmail.com>
19697
19698 * progmodes/octave.el (octave-mode-syntax-table): Correct syntax
19699 for \. (bug#14332)
19700 (octave-font-lock-keywords): Include [ and {.
19701
19702 2013-05-02 Leo Liu <sdl.web@gmail.com>
19703
19704 * progmodes/octave.el (inferior-octave-startup-file): Change default.
19705 (inferior-octave): Remove calling comint-mode and return the buffer.
19706 (inferior-octave-startup): Cosmetic changes.
19707
19708 2013-05-02 Leo Liu <sdl.web@gmail.com>
19709
19710 * progmodes/octave.el (octave-syntax-propertize-function):
19711 Include the case when ' is at line beginning. (Bug#14336)
19712
19713 2013-05-02 Glenn Morris <rgm@gnu.org>
19714
19715 * vc/vc-dir.el (vc-dir-mode): Don't autoload it for everyone.
19716 * desktop.el (vc-dir-mode): Just autoload it here.
19717
19718 2013-05-02 Alan Mackenzie <acm@muc.de>
19719
19720 Eliminate variable c-standard-font-lock-fontify-region-function.
19721 * progmodes/cc-mode.el
19722 (c-standard-font-lock-fontify-region-function): Remove.
19723 (c-font-lock-fontify-region, c-after-font-lock-init): Adapt.
19724
19725 2013-05-01 Leo Liu <sdl.web@gmail.com>
19726
19727 * progmodes/octave.el: Compatible with older emacs-24 releases.
19728 (inferior-octave-has-built-in-variables): Remove. Built-in
19729 variables were removed from Octave in 2007.
19730 (inferior-octave-startup): Fix uses.
19731 (comint-line-beginning-position): Remove compatibility code for
19732 emacs 21.
19733
19734 2013-05-01 Juri Linkov <juri@jurta.org>
19735
19736 * isearch.el (isearch-forward, isearch-mode): Doc fix. (Bug#13923)
19737
19738 2013-05-01 Juri Linkov <juri@jurta.org>
19739
19740 * comint.el (comint-previous-matching-input): Don't print message
19741 "History item: %d" when `isearch-mode' is active.
19742 (comint-history-isearch-message): Print message "History item: %d"
19743 when `comint-input-ring-index' is not empty and this function is
19744 called from `isearch-update' with a nil `ellipsis'. (Bug#13223)
19745
19746 2013-05-01 Leo Liu <sdl.web@gmail.com>
19747
19748 * progmodes/octave.el (octave-abbrev-table): Remove abbrev
19749 definitions. Use completion-at-point to insert keywords.
19750 (octave-abbrev-start): Remove.
19751 (inferior-octave-mode, octave-mode): Use :abbrev-table instead.
19752
19753 2013-04-30 Leo Liu <sdl.web@gmail.com>
19754
19755 * progmodes/octave.el (inferior-octave-prompt-read-only): Fix last
19756 change.
19757
19758 2013-04-30 Alan Mackenzie <acm@muc.de>
19759
19760 Handle arbitrarily long C++ member initialisation lists.
19761 * progmodes/cc-engine.el (c-back-over-member-initializers):
19762 new function.
19763 (c-guess-basic-syntax): New CASE 5R (extracted from 5B) to handle
19764 (most) member init lists.
19765
19766 2013-04-30 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
19767
19768 * progmodes/octave.el (inferior-octave-prompt-read-only): New user
19769 variable.
19770
19771 2013-04-30 Leo Liu <sdl.web@gmail.com>
19772
19773 * progmodes/octave.el (octave-variables): Remove. No builtin
19774 variables any more. All converted to functions.
19775 (octave-font-lock-keywords, octave-completion-at-point-function):
19776 Fix uses.
19777 (octave-font-lock-texinfo-comment): New user variable.
19778 (octave-texinfo-font-lock-keywords): New variable for texinfo
19779 comment block.
19780 (octave-function-comment-block): New face.
19781 (octave-font-lock-texinfo-comment): New function.
19782 (octave-mode): Font lock texinfo comment block.
19783
19784 2013-04-29 Leo Liu <sdl.web@gmail.com>
19785
19786 * progmodes/octave.el (octave-font-lock-keywords): Handle 'end' in
19787 indexing expression.
19788 (octave-continuation-string): Do not use \.
19789 (inferior-octave-complete-impossible): Remove.
19790 (inferior-octave-completion-table)
19791 (inferior-octave-completion-at-point): Remove its uses.
19792 (inferior-octave-startup): completion_matches was introduced to
19793 Octave in 1996 so safe to assume it.
19794 (octave-function-file-comment): Improve to follow how Octave does it.
19795 (octave-update-function-file-comment): Tweak.
19796
19797 2013-04-29 Leo Liu <sdl.web@gmail.com>
19798
19799 * progmodes/octave.el (inferior-octave-startup-hook): Obsolete.
19800 (inferior-octave-startup): Remove inferior-octave-startup-hook.
19801 (octave-function-file-comment): Fix typo.
19802 (octave-sync-function-file-names): Use read-char-choice.
19803
19804 2013-04-28 Jay Belanger <jay.p.belanger@gmail.com>
19805
19806 * calc/calc.el (math-normalize): Don't set `math-normalize-error'
19807 to t for the less important warnings.
19808
19809 2013-04-27 Darren Hoo <darren.hoo@gmail.com> (tiny change)
19810
19811 * isearch.el (isearch-fail-pos): Check for empty `cmds'. (Bug#14268)
19812
19813 2013-04-27 Glenn Morris <rgm@gnu.org>
19814
19815 * vc/log-view.el (log-view-current-entry):
19816 Treat "---" separator lines as part of the following rev. (Bug#14169)
19817
19818 2013-04-27 Juri Linkov <juri@jurta.org>
19819
19820 * subr.el (read-number): Doc fix about using it by interactive
19821 code letter `n'. (Bug#14254)
19822
19823 2013-04-27 Juri Linkov <juri@jurta.org>
19824
19825 * desktop.el (desktop-auto-save-timeout): New option.
19826 (desktop-file-checksum): New variable.
19827 (desktop-save): Add optional arg `auto-save' and don't auto-save
19828 if nothing changed.
19829 (desktop-auto-save-timer): New variable.
19830 (desktop-auto-save, desktop-auto-save-set-timer): New functions.
19831 (after-init-hook): Call `desktop-auto-save-set-timer'.
19832 Suggested by Reuben Thomas <rrt@sc3d.org> in
19833 <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00327.html>.
19834
19835 2013-04-27 Leo Liu <sdl.web@gmail.com>
19836
19837 * progmodes/octave.el (octave-function-file-p)
19838 (octave-skip-comment-forward, octave-function-file-comment)
19839 (octave-update-function-file-comment): New functions.
19840 (octave-mode-map): Bind C-c ; to
19841 octave-update-function-file-comment.
19842 (octave-mode-menu): Add octave-update-function-file-comment.
19843 (octave-mode, inferior-octave-mode): Fix doc-string.
19844 (octave-insert-defun): Conform to Octave's coding convention.
19845 (Bug#14285)
19846
19847 * files.el (basic-save-buffer): Don't let errors in
19848 before-save-hook prevent saving buffer.
19849
19850 2013-04-20 Roland Winkler <winkler@gnu.org>
19851
19852 * faces.el (read-face-name): Use completing-read if arg multiple
19853 is nil.
19854
19855 2013-04-27 Ingo Lohmar <i.lohmar@gmail.com> (tiny change)
19856
19857 * ls-lisp.el (ls-lisp-insert-directory): If no files are
19858 displayed, move point to after the totals line.
19859 See http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00677.html
19860 for the details.
19861
19862 2013-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
19863
19864 * emacs-lisp/package.el (package-autoload-ensure-default-file):
19865 Add current dir to the load-path.
19866 (package-generate-autoloads): Don't rely on
19867 autoload-ensure-default-file.
19868
19869 2013-04-26 Reuben Thomas <rrt@sc3d.org>
19870
19871 * textmodes/remember.el (remember-store-in-files): Document that
19872 the file name format is passed to `format-time-string'.
19873
19874 2013-04-26 Leo Liu <sdl.web@gmail.com>
19875
19876 * progmodes/octave.el (octave-sync-function-file-names): New function.
19877 (octave-mode): Use it in before-save-hook.
19878
19879 2013-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
19880
19881 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Disable undo
19882 (bug#14274).
19883
19884 * progmodes/octave.el (octave-smie-forward-token): Properly skip
19885 \n and comment, even if it's not an implicit ; (bug#14218).
19886
19887 2013-04-26 Glenn Morris <rgm@gnu.org>
19888
19889 * subr.el (read-number): Once more use `read' rather than
19890 `string-to-number', to trap non-numeric input. (Bug#14254)
19891
19892 2013-04-26 Erik Charlebois <erikcharlebois@gmail.com>
19893
19894 * emacs-lisp/syntax.el (syntax-propertize-multiline):
19895 Use `syntax-multiline' text property consistently instead of
19896 `font-lock-multiline'. (Bug#14237)
19897
19898 2013-04-26 Glenn Morris <rgm@gnu.org>
19899
19900 * emacs-lisp/shadow.el (list-load-path-shadows):
19901 No longer necessary to check for duplicate simple.el, since
19902 2012-07-07 change to init_lread to not include installation lisp
19903 directories in load-path when running uninstalled. (Bug#14270)
19904
19905 2013-04-26 Leo Liu <sdl.web@gmail.com>
19906
19907 * progmodes/octave.el (octave-submit-bug-report): Obsolete.
19908 (octave-mode, inferior-octave-mode): Use setq-local.
19909 (octave-not-in-string-or-comment-p): Rename to
19910 octave-in-string-or-comment-p.
19911 (octave-in-comment-p, octave-in-string-p)
19912 (octave-in-string-or-comment-p): Replace defsubst with defun.
19913
19914 2013-04-25 Paul Eggert <eggert@cs.ucla.edu>
19915
19916 * Makefile.in (distclean): Remove $(lisp)/loaddefs.el~.
19917
19918 2013-04-25 Bastien Guerry <bzg@gnu.org>
19919
19920 * textmodes/remember.el (remember-data-directory)
19921 (remember-directory-file-name-format): Fix custom types.
19922
19923 2013-04-25 Leo Liu <sdl.web@gmail.com>
19924
19925 * progmodes/octave.el (octave-completion-at-point-function):
19926 Make use of inferior octave process.
19927 (octave-initialize-completions): Remove.
19928 (inferior-octave-completion-table): New function.
19929 (inferior-octave-completion-at-point): Use it.
19930 (octave-completion-alist): Remove.
19931
19932 2013-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
19933
19934 * progmodes/opascal.el: Use font-lock and syntax-propertize.
19935 (opascal-mode-syntax-table): New var.
19936 (opascal-literal-kind, opascal-is-literal-end)
19937 (opascal-literal-token-at): Rewrite.
19938 (opascal--literal-start-re, opascal-font-lock-keywords)
19939 (opascal--syntax-propertize): New constants.
19940 (opascal-font-lock-defaults): Adjust.
19941 (opascal-mode): Use them. Set comment-<foo> variables as well.
19942 (delphi-comment-face, opascal-comment-face, delphi-string-face)
19943 (opascal-string-face, delphi-keyword-face, opascal-keyword-face)
19944 (delphi-other-face, opascal-other-face): Remove face variables.
19945 (opascal-save-state): Remove macro.
19946 (opascal-fontifying-progress-step): Remove constant.
19947 (opascal--ignore-changes): Remove var.
19948 (opascal-set-token-property, opascal-parse-next-literal)
19949 (opascal-is-stable-literal, opascal-complete-literal)
19950 (opascal-is-literal-start, opascal-face-of)
19951 (opascal-parse-region, opascal-parse-region-until-stable)
19952 (opascal-fontify-region, opascal-after-change)
19953 (opascal-debug-show-is-stable, opascal-debug-unparse-buffer)
19954 (opascal-debug-parse-region, opascal-debug-parse-window)
19955 (opascal-debug-parse-buffer, opascal-debug-fontify-window)
19956 (opascal-debug-fontify-buffer): Remove.
19957 (opascal-debug-mode-map): Adjust accordingly.
19958
19959 2013-04-25 Leo Liu <sdl.web@gmail.com>
19960
19961 Merge octave-mod.el and octave-inf.el into octave.el with some
19962 cleanups.
19963 * progmodes/octave.el: New file renamed from octave-mod.el.
19964 * progmodes/octave-inf.el: Merged into octave.el.
19965 * progmodes/octave-mod.el: Renamed to octave.el.
19966
19967 2013-04-25 Tassilo Horn <tsdh@gnu.org>
19968
19969 * textmodes/reftex-vars.el
19970 (reftex-label-ignored-macros-and-environments): New defcustom.
19971
19972 * textmodes/reftex-parse.el (reftex-parse-from-file): Use it.
19973
19974 2013-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
19975
19976 * emacs-lisp/smie.el (smie-indent--hanging-p): Don't burp at EOB.
19977 (smie-indent-keyword): Improve the check to ensure that the next
19978 comment is really on the same line.
19979 (smie-indent-comment): Don't align with a subsequent closer (or eob).
19980
19981 * progmodes/octave-mod.el (octave-smie-forward-token): Only emit
19982 semi-colons if the line is not otherwise empty (bug#14218).
19983
19984 2013-04-25 Glenn Morris <rgm@gnu.org>
19985
19986 * vc/vc-bzr.el (vc-bzr-print-log): Tweak LIMIT = 1 case.
19987
19988 2013-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
19989
19990 * progmodes/opascal.el (opascal-set-token-property): Rename from
19991 opascal-set-text-properties and only set `token' (bug#14134).
19992 Suggested by Erik Knowles <eknowles@geosystemsoftware.com>.
19993 (opascal-literal-text-properties): Remove.
19994 (opascal-parse-next-literal, opascal-debug-unparse-buffer):
19995 Adjust callers.
19996
19997 2013-04-24 Reuben Thomas <rrt@sc3d.org>
19998
19999 * textmodes/remember.el (remember-handler-functions): Add an
20000 option for a new handler `remember-store-in-files'.
20001 (remember-data-directory, remember-directory-file-name-format):
20002 New options.
20003 (remember-store-in-files): New function to store remember notes
20004 as separate files within a directory.
20005
20006 2013-04-24 Magnus Henoch <magnus.henoch@gmail.com>
20007
20008 * progmodes/compile.el (compilation-next-error-function):
20009 Pass "formats" to compilation-find-file (bug#11777).
20010
20011 2013-04-24 Glenn Morris <rgm@gnu.org>
20012
20013 * vc/vc-bzr.el (vc-bzr-print-log):
20014 * vc/vc-hg.el (vc-hg-print-log):
20015 * vc/vc-svn.el (vc-svn-print-log):
20016 Fix START-REVISION with LIMIT != 1. (Bug#14168)
20017
20018 * vc/vc-bzr.el (vc-bzr-print-log):
20019 * vc/vc-cvs.el (vc-cvs-print-log):
20020 * vc/vc-git.el (vc-git-print-log):
20021 * vc/vc-hg.el (vc-hg-print-log):
20022 * vc/vc-mtn.el (vc-mtn-print-log):
20023 * vc/vc-rcs.el (vc-rcs-print-log):
20024 * vc/vc-sccs.el (vc-sccs-print-log):
20025 * vc/vc-svn.el (vc-svn-print-log):
20026 * vc/vc.el (vc-print-log-internal): Doc fixes.
20027
20028 2013-04-23 Glenn Morris <rgm@gnu.org>
20029
20030 * startup.el (normal-no-mouse-startup-screen, normal-about-screen):
20031 Remove venerable code attempting to avoid substitute-command-keys.
20032
20033 2013-04-23 Tassilo Horn <tsdh@gnu.org>
20034
20035 * textmodes/reftex-vars.el (reftex-label-regexps):
20036 Call `reftex-compile-variables' after changes to this variable.
20037
20038 2013-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
20039
20040 * jit-lock.el: Fix signals in jit-lock-force-redisplay (bug#13542).
20041 Use lexical-binding.
20042 (jit-lock-force-redisplay): Use markers, check buffer's continued
20043 existence and beware narrowed buffers.
20044 (jit-lock-fontify-now): Adjust call accordingly.
20045
20046 2013-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
20047
20048 * minibuffer.el (minibuffer-completion-contents): Fix obsolescence info
20049 to avoid misleading the user.
20050
20051 2013-04-22 Leo Liu <sdl.web@gmail.com>
20052
20053 * info-look.el: Prefer latex2e.info. (Bug#14240)
20054
20055 2013-04-22 Michael Albinus <michael.albinus@gmx.de>
20056
20057 Fix pack/unpack coding. Reported by David Smith <davidsmith@acm.org>.
20058
20059 * net/tramp-compat.el (tramp-compat-call-process): Move function ...
20060 * net/tramp.el (tramp-call-process): ... here.
20061 (tramp-set-completion-function, tramp-parse-putty):
20062 * net/tramp-adb.el (tramp-adb-execute-adb-command):
20063 * net/tramp-gvfs.el (tramp-gvfs-send-command):
20064 * net/tramp-sh.el (tramp-sh-handle-set-file-times)
20065 (tramp-set-file-uid-gid, tramp-sh-handle-write-region)
20066 (tramp-call-local-coding-command): Use `tramp-call-process'
20067 instead of `tramp-compat-call-process'.
20068
20069 * net/tramp-sh.el (tramp-perl-pack, tramp-perl-unpack): New defconst.
20070 (tramp-local-coding-commands, tramp-remote-coding-commands): Use them.
20071 (tramp-sh-handle-file-local-copy, tramp-sh-handle-write-region)
20072 (tramp-find-inline-compress): Improve traces.
20073 (tramp-maybe-send-script): Check for Perl binary.
20074 (tramp-get-inline-coding): Do not redirect STDOUT for local decoding.
20075
20076 2013-04-22 Daiki Ueno <ueno@gnu.org>
20077
20078 * epg.el (epg-context-pinentry-mode): New function.
20079 (epg-context-set-pinentry-mode): New function.
20080 (epg--start): Pass --pinentry-mode option to gpg command.
20081
20082 2013-04-21 Xue Fuqiao <xfq.free@gmail.com>
20083
20084 * comint.el (comint-dynamic-complete-functions, comint-mode-map):
20085 `comint-dynamic-complete' is obsolete since 24.1, replaced by
20086 `completion-at-point'. (Bug#13774)
20087
20088 * startup.el (normal-no-mouse-startup-screen): Bug fix, the
20089 default key binding for `describe-distribution' has been moved to
20090 `C-h C-o'. (Bug#13970)
20091
20092 2013-04-21 Glenn Morris <rgm@gnu.org>
20093
20094 * vc/vc.el (vc-print-log-setup-buttons, vc-print-log-internal):
20095 Add doc strings.
20096 (vc-print-log): Clarify interactive prompt.
20097
20098 2013-04-20 Glenn Morris <rgm@gnu.org>
20099
20100 * emacs-lisp/bytecomp.el (byte-compile-insert-header):
20101 No longer include timestamp etc information.
20102
20103 2013-04-20 Roland Winkler <winkler@gnu.org>
20104
20105 * faces.el (read-face-name): Bug fix, return just one face if arg
20106 multiple is nil. (Bug#14209)
20107
20108 2013-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
20109
20110 * emacs-lisp/nadvice.el (advice--where-alist): Add :override.
20111 (remove-function): Autoload.
20112
20113 * comint.el (comint-redirect-original-filter-function): Remove.
20114 (comint-redirect-cleanup, comint-redirect-send-command-to-process):
20115 * vc/vc-cvs.el (vc-cvs-annotate-process-filter)
20116 (vc-cvs-annotate-command):
20117 * progmodes/octave-inf.el (inferior-octave-send-list-and-digest):
20118 * progmodes/prolog.el (prolog-consult-compile):
20119 * progmodes/gdb-mi.el (gdb, gdb--check-interpreter):
20120 Use add/remove-function instead.
20121 * progmodes/gud.el (gud-tooltip-original-filter): Remove.
20122 (gud-tooltip-process-output, gud-tooltip-tips):
20123 Use add/remove-function instead.
20124 * progmodes/xscheme.el (xscheme-previous-process-state): Remove.
20125 (scheme-interaction-mode, exit-scheme-interaction-mode):
20126 Use add/remove-function instead.
20127
20128 * vc/vc-dispatcher.el: Use lexical-binding.
20129 (vc--process-sentinel): Rename from vc-process-sentinel.
20130 Change last arg to be the code to run. Don't use vc-previous-sentinel
20131 and vc-sentinel-commands any more.
20132 (vc-exec-after): Allow code to be a function. Use add/remove-function.
20133 (compilation-error-regexp-alist, view-old-buffer-read-only): Declare.
20134
20135 2013-04-19 Masatake YAMATO <yamato@redhat.com>
20136
20137 * progmodes/sh-script.el (sh-imenu-generic-expression):
20138 Handle function names with a single character. (Bug#14111)
20139
20140 2013-04-19 Dima Kogan <dima@secretsauce.net> (tiny change)
20141
20142 * progmodes/gud.el (gud-perldb-marker-filter): Understand position info
20143 for subroutines defined in an eval (bug#14182).
20144
20145 2013-04-19 Thierry Volpiatto <thierry.volpiatto@gmail.com>
20146
20147 * bookmark.el (bookmark-completing-read): Improve handling of empty
20148 string (bug#14176).
20149
20150 2013-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
20151
20152 * vc/vc-dispatcher.el (vc-do-command): Get rid of default sentinel msg.
20153
20154 2013-04-19 Fabián Ezequiel Gallina <fgallina@gnu.org>
20155
20156 New faster Imenu implementation (bug#14058).
20157 * progmodes/python.el (python-imenu-prev-index-position)
20158 (python-imenu-format-item-label-function)
20159 (python-imenu-format-parent-item-label-function)
20160 (python-imenu-format-parent-item-jump-label-function):
20161 New vars.
20162 (python-imenu-format-item-label)
20163 (python-imenu-format-parent-item-label)
20164 (python-imenu-format-parent-item-jump-label)
20165 (python-imenu--put-parent, python-imenu--build-tree)
20166 (python-imenu-create-index, python-imenu-create-flat-index)
20167 (python-util-popn): New functions.
20168 (python-mode): Set imenu-create-index-function to
20169 python-imenu-create-index.
20170
20171 2013-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
20172
20173 * winner.el (winner-active-region): Use region-active-p, activate-mark
20174 and deactivate-mark (bug#14225).
20175
20176 * simple.el (deactivate-mark): Don't inline it.
20177
20178 2013-04-18 Michael Albinus <michael.albinus@gmx.de>
20179
20180 * net/tramp-sh.el (tramp-remote-process-environment): Add "TMOUT=0".
20181
20182 2013-04-18 Tassilo Horn <tsdh@gnu.org>
20183
20184 * files.el (auto-mode-alist): Delete OpenDocument and StarOffice
20185 file extensions from the archive-mode entry in order to prefer
20186 doc-view-mode-maybe with archive-mode as fallback (bug#14188).
20187
20188 2013-04-18 Leo Liu <sdl.web@gmail.com>
20189
20190 * bindings.el (help-event-list): Add ?\?.
20191
20192 2013-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
20193
20194 * subr.el (with-wrapper-hook): Declare obsolete.
20195 * simple.el (filter-buffer-substring-function): New hook.
20196 (filter-buffer-substring): Use it.
20197 (filter-buffer-substring-functions): Mark obsolete.
20198 * minibuffer.el (completion-in-region-function): New hook.
20199 (completion-in-region): Use it.
20200 (completion-in-region-functions): Mark obsolete.
20201 * mail/mailabbrev.el (mail-abbrevs-setup): Use abbrev-expand-function.
20202 * abbrev.el (abbrev-expand-function): New hook.
20203 (expand-abbrev): Use it.
20204 (abbrev-expand-functions): Mark obsolete.
20205 * emacs-lisp/nadvice.el (advice--where-alist): Add :filter-args
20206 and :filter-return.
20207
20208 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
20209
20210 * progmodes/python.el (python-nav--syntactically): Fix cornercases
20211 and do not care about match data.
20212
20213 2013-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
20214
20215 * emacs-lisp/lisp.el (lisp-completion-at-point): Provide specialized
20216 completion tables when completing error conditions and
20217 `declare' arguments.
20218 (lisp-complete-symbol, field-complete): Mark as obsolete.
20219 (check-parens): Unmatched parens are user errors.
20220 * minibuffer.el (minibuffer-completion-contents): Mark as obsolete.
20221
20222 2013-04-17 Michal Nazarewicz <mina86@mina86.com>
20223
20224 * textmodes/flyspell.el (flyspell-check-pre-word-p): Return nil if
20225 command changed buffer (ie. `flyspell-pre-buffer' is not current
20226 buffer), which prevents making decisions based on invalid value of
20227 `flyspell-pre-point' in the wrong buffer. Most notably, this used to
20228 cause an error when `flyspell-pre-point' was nil after switching
20229 buffers.
20230 (flyspell-post-command-hook): No longer needs to change buffers when
20231 checking pre-word. While at it remove unnecessary progn.
20232
20233 2013-04-17 Nicolas Richard <theonewiththeevillook@yahoo.fr> (tiny change)
20234
20235 * textmodes/ispell.el (ispell-add-per-file-word-list):
20236 Fix `flyspell-correct-word-before-point' error when accepting
20237 words and `coment-padding' is an integer by using
20238 `comment-normalize-vars' (Bug #14214).
20239
20240 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
20241
20242 New defun movement commands.
20243 * progmodes/python.el (python-nav--syntactically)
20244 (python-nav--forward-defun, python-nav-backward-defun)
20245 (python-nav-forward-defun): New functions.
20246
20247 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
20248
20249 * progmodes/python.el (python-syntax--context-compiler-macro): New defun.
20250 (python-syntax-context): Use named compiler-macro for backwards
20251 compatibility with Emacs 24.x.
20252
20253 2013-04-17 Leo Liu <sdl.web@gmail.com>
20254
20255 * progmodes/octave-mod.el (octave-mode-map): Fix key binding to
20256 octave-hide-process-buffer.
20257
20258 2013-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
20259
20260 * vc/vc-hg.el (vc-hg-annotate-re): Disallow ": " in file names
20261 (bug#14216).
20262
20263 2013-04-17 Jean-Philippe Gravel <jpgravel@gmail.com>
20264
20265 * progmodes/gdb-mi.el (gdbmi-bnf-incomplete-record-result):
20266 Fix adjustment of offset when receiving incomplete responses from GDB
20267 (bug#14129).
20268
20269 2013-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
20270
20271 * progmodes/python.el (python-mode-skeleton-abbrev-table): Rename from
20272 python-mode-abbrev-table.
20273 (python-skeleton-define): Adjust accordingly.
20274 (python-mode-abbrev-table): New table that inherits from it so that
20275 python-skeleton-autoinsert does not affect non-skeleton abbrevs.
20276
20277 * abbrev.el (abbrev--symbol): New function, extracted from abbrev-symbol.
20278 (abbrev-symbol): Use it.
20279 (abbrev--before-point): Use it since we already handle inheritance.
20280
20281 2013-04-16 Leo Liu <sdl.web@gmail.com>
20282
20283 * progmodes/octave-mod.el (octave-mode-map): Remove redundant key
20284 binding to info-lookup-symbol.
20285
20286 2013-04-16 Juanma Barranquero <lekktu@gmail.com>
20287
20288 * minibuffer.el (completion--twq-all):
20289 * term/ns-win.el (ns-initialize-window-system):
20290 * term/w32-win.el (w32-initialize-window-system): Silence byte-compiler.
20291
20292 2013-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
20293
20294 * emacs-lisp/nadvice.el (add-function): Default simple vars to their
20295 global bindings.
20296
20297 * doc-view.el (doc-view-start-process): Handle url-handler directories.
20298
20299 2013-04-15 Dmitry Gutov <dgutov@yandex.ru>
20300
20301 * progmodes/ruby-mode.el (ruby-beginning-of-defun)
20302 (ruby-end-of-defun, ruby-move-to-block): Bind `case-fold-search'
20303 to nil.
20304 (ruby-end-of-defun): Remove the unused arg, change the docstring
20305 to reflect that this function is only used as the value of
20306 `end-of-defun-function'.
20307 (ruby-beginning-of-defun): Remove "top-level" from the docstring,
20308 to reflect an earlier change that beginning/end-of-defun functions
20309 jump between methods in a class definition, as well as top-level
20310 functions.
20311
20312 2013-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
20313
20314 * minibuffer.el (minibuffer-complete): Don't just scroll
20315 a *Completions* that's been iconified.
20316 (minibuffer-force-complete): Make sure repetitions do cycle when going
20317 through completion-in-region -> minibuffer-complete.
20318
20319 2013-04-15 Alan Mackenzie <acm@muc.de>
20320
20321 Correct the placement of c-cpp-delimiters when there're #s not at
20322 col 0.
20323
20324 * progmodes/cc-langs.el (c-anchored-cpp-prefix): Reformulate and
20325 place a submatch around the #.
20326 * progmodes/cc-mode.el(c-neutralize-syntax-in-and-mark-CPP):
20327 Start a search at BOL. Put the c-cpp-delimiter category text propertiy
20328 on the #, not BOL.
20329
20330 2013-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
20331
20332 * emacs-lisp/nadvice.el: Properly test names when adding advice.
20333 (advice--member-p): New arg `name'.
20334 (advice--add-function, advice-member-p): Use it (bug#14202).
20335
20336 2013-04-15 Filipp Gunbin <fgunbin@fastmail.fm>
20337
20338 Reformulate java imenu-generic-expression.
20339 The old expression contained ill formed regexps.
20340
20341 * progmodes/cc-menus.el (cc-imenu-java-ellipsis-regexp)
20342 (cc-imenu-java-type-spec-regexp, cc-imenu-java-comment-regexp)
20343 (cc-imenu-java-method-arg-regexp): New defconsts.
20344 (cc-imenu-java-build-type-args-regex): New defun.
20345 (cc-imenu-java-generic-expression): Fix, to remove "ambiguous"
20346 handling of spaces in the regexp.
20347
20348 2013-03-15 Agustín Martín Domingo <agustin.martin@hispalinux.es>
20349
20350 * textmodes/ispell.el (ispell-command-loop): Remove
20351 flyspell highlight of a word when ispell accepts it (bug #14178).
20352
20353 2013-04-15 Michael Albinus <michael.albinus@gmx.de>
20354
20355 * net/ange-ftp.el (ange-ftp-run-real-handler-orig): New defun,
20356 uses code from the previous `ange-ftp-run-real-handler'.
20357 (ange-ftp-run-real-handler): Set it to `tramp-run-real-handler'
20358 only in case that function exist. This is needed for proper
20359 unloading of Tramp.
20360
20361 2013-04-15 Tassilo Horn <tsdh@gnu.org>
20362
20363 * textmodes/reftex-vars.el (reftex-label-regexps): New defcustom.
20364
20365 * textmodes/reftex.el (reftex-compile-variables): Use it.
20366
20367 2013-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
20368
20369 * files.el (normal-mode): Only use default major-mode if no other mode
20370 was specified.
20371
20372 * emacs-lisp/trace.el (trace-values): New function.
20373
20374 * files.el: Allow : in local variables (bug#14089).
20375 (hack-local-variable-regexp): New var.
20376 (hack-local-variables-prop-line, hack-local-variables): Use it.
20377
20378 2013-04-13 Roland Winkler <winkler@gnu.org>
20379
20380 * textmodes/bibtex.el (bibtex-search-entries): Bug fix. Use match
20381 data before it gets modified by bibtex-beginning-of-entry.
20382
20383 2013-04-13 Roland Winkler <winkler@gnu.org>
20384
20385 * textmodes/bibtex.el (bibtex-url): Doc fix.
20386
20387 2013-04-13 Roland Winkler <winkler@gnu.org>
20388
20389 * textmodes/bibtex.el (bibtex-initialize): If the current buffer
20390 does not visit a BibTeX file, exclude it from the list of buffers
20391 returned by bibtex-initialize.
20392
20393 2013-04-13 Stephen Berman <stephen.berman@gmx.net>
20394
20395 * window.el (split-window): Remove interactive form, since as a
20396 command this function is a special case of split-window-below.
20397 Correct doc string.
20398
20399 2013-04-12 Roland Winkler <winkler@gnu.org>
20400
20401 * faces.el (read-face-name): Do not override value of arg default.
20402 Allow single faces and strings as default values. Remove those
20403 elements from return value that are not faces.
20404 (describe-face): Simplify.
20405 (face-at-point): New optional args thing and multiple so that this
20406 function can provide the same functionality previously provided by
20407 read-face-name.
20408 (make-face-bold, make-face-unbold, make-face-italic)
20409 (make-face-unitalic, make-face-bold-italic, invert-face)
20410 (modify-face, read-face-and-attribute): Use face-at-point.
20411
20412 * cus-edit.el (customize-face, customize-face-other-window)
20413 * cus-theme.el (custom-theme-add-face)
20414 * face-remap.el (buffer-face-set)
20415 * facemenu.el (facemenu-set-face): Use face-at-point.
20416
20417 2013-04-12 Michael Albinus <michael.albinus@gmx.de>
20418
20419 * info.el (Info-file-list-for-emacs): Add "tramp" and "dbus".
20420
20421 2013-04-10 Tassilo Horn <tsdh@gnu.org>
20422
20423 * textmodes/reftex-cite.el (reftex-parse-bibtex-entry): Don't cut
20424 off leading { and trailing } from field values.
20425
20426 2013-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
20427
20428 * emacs-lisp/timer.el (timer--check): New function.
20429 (timer--time, timer-set-function, timer-event-handler): Use it.
20430 (timer-set-idle-time): Simplify.
20431 (timer--activate): CSE.
20432 (timer-event-handler): Give more info in error message.
20433 (internal-timer-start-idle): New function, moved from C.
20434
20435 * mpc.el (mpc-proc): Add `restart' argument.
20436 (mpc-proc-cmd): Use it.
20437 (mpc--status-timer-run): Also catch signals from `mpc-proc'.
20438 (mpc-status-buffer-show, mpc-tagbrowser-dir-toggle): Call `mpc-proc'
20439 less often.
20440
20441 2013-04-10 Masatake YAMATO <yamato@redhat.com>
20442
20443 * progmodes/sh-script.el: Implement `sh-mode' own
20444 `add-log-current-defun-function' (bug#14112).
20445 (sh-current-defun-name): New function.
20446 (sh-mode): Use the function.
20447
20448 2013-04-09 Bastien Guerry <bzg@gnu.org>
20449
20450 * simple.el (choose-completion-string): Fix docstring (bug#14163).
20451
20452 2013-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
20453
20454 * emacs-lisp/edebug.el (edebug-mode): Fix typo (bug#14144).
20455
20456 * emacs-lisp/timer.el (timer-event-handler): Don't retrigger a canceled
20457 timer (bug#14156).
20458
20459 2013-04-07 Nic Ferrier <nferrier@ferrier.me.uk>
20460
20461 * emacs-lisp/ert.el (should, should-not, should-error): Add edebug
20462 declaration.
20463
20464 2013-04-07 Leo Liu <sdl.web@gmail.com>
20465
20466 * pcmpl-x.el: New file.
20467
20468 2013-04-06 Dmitry Antipov <dmantipov@yandex.ru>
20469
20470 Do not set x-display-name until X connection is established.
20471 This is needed to prevent from weird situation described at
20472 <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00212.html>.
20473 * frame.el (make-frame): Set x-display-name after call to
20474 window system initialization function, not before.
20475 * term/x-win.el (x-initialize-window-system): Add optional
20476 display argument and use it.
20477 * term/w32-win.el (w32-initialize-window-system):
20478 * term/ns-win.el (ns-initialize-window-system):
20479 * term/pc-win.el (msdos-initialize-window-system):
20480 Add compatible optional display argument.
20481
20482 2013-04-06 Eli Zaretskii <eliz@gnu.org>
20483
20484 * files.el (normal-backup-enable-predicate): On MS-Windows and
20485 MS-DOS compare truenames of temporary-file-directory and of the
20486 file, so that 8+3 aliases (usually found in $TEMP on Windows)
20487 don't fail comparison by compare-strings. Also, compare file
20488 names case-insensitively on MS-Windows and MS-DOS.
20489
20490 2013-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
20491
20492 * emacs-lisp/package.el (package-compute-transaction): Fix last fix.
20493 Suggested by Donald Curtis <dcurtis@coe.edu> (bug#14082).
20494
20495 2013-04-05 Dmitry Gutov <dgutov@yandex.ru>
20496
20497 * whitespace.el (whitespace-color-on, whitespace-color-off):
20498 Only call `font-lock-fontify-buffer' when `font-lock-mode' is on.
20499
20500 2013-04-05 Jacek Chrząszcz <chrzaszcz@mimuw.edu.pl> (tiny change)
20501
20502 * ispell.el (ispell-set-spellchecker-params):
20503 Really set `ispell-args' for all equivs.
20504
20505 2013-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
20506
20507 * ido.el (ido-completions): Use extra elements of ido-decorations
20508 (bug#14143).
20509 (ido-decorations): Update docstring.
20510
20511 2013-04-05 Michael Albinus <michael.albinus@gmx.de>
20512
20513 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
20514 (global-auto-revert-mode): Let-bind `auto-revert-use-notify' to
20515 nil during initialization, in order not to miss changes since the
20516 file was opened. (Bug#14140)
20517
20518 2013-04-05 Leo Liu <sdl.web@gmail.com>
20519
20520 * kmacro.el (kmacro-call-macro): Fix bug#14135.
20521
20522 2013-04-05 Jay Belanger <jay.p.belanger@gmail.com>
20523
20524 * calc/calc-units.el (calc-convert-units): Rewrite conditional.
20525
20526 2013-04-04 Glenn Morris <rgm@gnu.org>
20527
20528 * electric.el (electric-pair-inhibit-predicate): Add :version.
20529
20530 2013-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
20531
20532 * emacs-lisp/package.el (package-compute-transaction): Fix ordering
20533 when a package is required several times (bug#14082).
20534
20535 2013-04-04 Roland Winkler <winkler@gnu.org>
20536
20537 * faces.el (read-face-name): Behave as promised by the docstring.
20538 Assume that arg default is a list of faces.
20539 (describe-face): Call read-face-name with list of default faces.
20540
20541 2013-04-04 Thierry Volpiatto <thierry.volpiatto@gmail.com>
20542
20543 * bookmark.el: Fix deletion of bookmarks (bug#13972).
20544 (bookmark-bmenu-list): Don't toggle filenames if alist is empty.
20545 (bookmark-bmenu-execute-deletions): Only skip first line if it's
20546 the header.
20547 (bookmark-exit-hook-internal): Save even if list is empty.
20548
20549 2013-04-04 Yann Hodique <yann.hodique@gmail.com> (tiny change)
20550
20551 * emacs-lisp/package.el (package-pinned-packages): New var.
20552 (package--add-to-archive-contents): Obey it (bug#14118).
20553
20554 2013-04-03 Alan Mackenzie <acm@muc.de>
20555
20556 Handle `parse-partial-sexp' landing inside a comment opener (Bug#13244).
20557 Also adapt to the new values of element 7 of a parse state.
20558
20559 * progmodes/cc-engine.el (c-state-pp-to-literal): New optional
20560 parameter `not-in-delimiter'. Handle being inside comment opener.
20561 (c-invalidate-state-cache-1): Reckon with an extra "invalid"
20562 character in case we're typing a '*' after a '/'.
20563 (c-literal-limits): Handle the awkward "not-in-delimiter" cond arm
20564 instead by passing the parameter to c-state-pp-to-literal.
20565
20566 * progmodes/cc-fonts.el (c-font-lock-doc-comments): New handling
20567 for elt. 7 of a parse state.
20568
20569 2013-04-01 Paul Eggert <eggert@cs.ucla.edu>
20570
20571 Use UTF-8 for most files with non-ASCII characters (Bug#13936).
20572 * international/latin1-disp.el, international/mule-util.el:
20573 * language/cyril-util.el, language/european.el, language/ind-util.el:
20574 * language/lao-util.el, language/thai.el, language/tibet-util.el:
20575 * language/tibetan.el, language/viet-util.el:
20576 Switch from iso-2022-7bit to utf-8 or (if needed) utf-8-emacs.
20577
20578 2013-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
20579
20580 * electric.el (electric-pair-inhibit-predicate): New var (bug#14000).
20581 (electric-pair-post-self-insert-function): Use it.
20582 (electric-pair-default-inhibit): New function, extracted from
20583 electric-pair-post-self-insert-function.
20584
20585 2013-03-31 Roland Winkler <winkler@gnu.org>
20586
20587 * emacs-lisp/crm.el (completing-read-multiple): Doc fix.
20588
20589 2013-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
20590
20591 * hi-lock.el (hi-lock-mode): Cleanup after revert-buffer (bug#13891).
20592
20593 2013-03-30 Fabián Ezequiel Gallina <fabian@anue.biz>
20594
20595 Un-indent after "pass" and "return" statements (Bug#13888)
20596 * progmodes/python.el (python-indent-block-enders): New var.
20597 (python-indent-calculate-indentation): Use it.
20598
20599 2013-03-30 Michael Albinus <michael.albinus@gmx.de>
20600
20601 * net/tramp.el (tramp-drop-volume-letter): Make it an ordinary
20602 defun. Defining it as defalias could introduce too eager
20603 byte-compiler optimization. (Bug#14030)
20604
20605 2013-03-30 Chong Yidong <cyd@gnu.org>
20606
20607 * iswitchb.el (iswitchb-read-buffer): Fix typo.
20608
20609 2013-03-30 Leo Liu <sdl.web@gmail.com>
20610
20611 * kmacro.el (kmacro-call-macro): Add optional arg MACRO.
20612 (kmacro-execute-from-register): Pass the keyboard macro to
20613 kmacro-call-macro or repeating won't work correctly.
20614
20615 2013-03-30 Teodor Zlatanov <tzz@lifelogs.com>
20616
20617 * progmodes/subword.el: Back to using `forward-symbol'.
20618
20619 * subr.el (forward-whitespace, forward-symbol)
20620 (forward-same-syntax): Move from thingatpt.el.
20621
20622 2013-03-29 Leo Liu <sdl.web@gmail.com>
20623
20624 * kmacro.el (kmacro-to-register): New command.
20625 (kmacro-execute-from-register): New function.
20626 (kmacro-keymap): Bind to 'x'. (Bug#14071)
20627
20628 2013-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
20629
20630 * mpc.el: Use defvar-local and setq-local.
20631 (mpc--proc-connect): Connection failures are not bugs.
20632 (mpc-mode-map): `follow-link' only applies to the buffer's content.
20633 (mpc-volume-map): Bind to the up-events.
20634
20635 2013-03-29 Teodor Zlatanov <tzz@lifelogs.com>
20636
20637 * progmodes/subword.el (superword-mode): Use `forward-sexp'
20638 instead of `forward-symbol'.
20639
20640 2013-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
20641
20642 * emacs-lisp/edebug.el (edebug-mode): Make it a minor mode.
20643 (edebug--recursive-edit): Use it.
20644 (edebug-kill-buffer): Don't let-bind kill-buffer-hook.
20645 (edebug-temp-display-freq-count): Don't let-bind buffer-read-only.
20646
20647 2013-03-28 Leo Liu <sdl.web@gmail.com>
20648
20649 * vc/vc-bzr.el (vc-bzr-revert): Don't backup. (Bug#14066)
20650
20651 2013-03-27 Eli Zaretskii <eliz@gnu.org>
20652
20653 * facemenu.el (list-colors-callback): New defvar.
20654 (list-colors-redisplay): New function.
20655 (list-colors-display): Install list-colors-redisplay as the
20656 revert-buffer-function. (Bug#14063)
20657
20658 2013-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
20659
20660 * minibuffer.el (completion-pcm--merge-completions): Make sure prefixes
20661 and suffixes don't overlap (bug#14061).
20662
20663 * case-table.el: Use lexical-binding.
20664 (case-table-get-table): New function.
20665 (get-upcase-table): Use it. Mark as obsolete. Adjust callers.
20666
20667 2013-03-27 Teodor Zlatanov <tzz@lifelogs.com>
20668
20669 * progmodes/subword.el: Add `superword-mode' to do word motion
20670 over symbol_words (parallels and leverages `subword-mode' which
20671 does word motion inside MixedCaseWords).
20672
20673 2013-03-27 Aidan Gauland <aidalgol@no8wireless.co.nz>
20674
20675 * eshell/em-unix.el: Move su and sudo to...
20676 * eshell/em-tramp.el: ...Eshell tramp module.
20677
20678 2013-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
20679
20680 * desktop.el (desktop--v2s): Rename from desktop-internal-v2s.
20681 Change return value to be a sexp. Delay `get-buffer' to after
20682 restoring the desktop (bug#13951).
20683
20684 2013-03-26 Leo Liu <sdl.web@gmail.com>
20685
20686 * register.el: Move semantic tag handling back to
20687 cedet/semantic/senator.el. (Bug#14052)
20688
20689 2013-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
20690
20691 * eshell/em-prompt.el (eshell-emit-prompt): Make sure we can't insert
20692 into the prompt either (bug#13963).
20693
20694 2013-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
20695
20696 * font-lock.el (lisp-font-lock-keywords-2): Don't highlight the "error"
20697 part of "(error-foo)".
20698
20699 2013-03-24 Juri Linkov <juri@jurta.org>
20700
20701 * replace.el (list-matching-lines-prefix-face): New defcustom.
20702 (occur-1): Pass `list-matching-lines-prefix-face' to the function
20703 `occur-engine' if `face-differs-from-default-p' returns t.
20704 (occur-engine): Add `,' inside backquote construct to evaluate
20705 `prefix-face'. Propertize the prefix with the `prefix-face' face.
20706 Pass `prefix-face' to the functions `occur-context-lines' and
20707 `occur-engine-add-prefix'.
20708 (occur-engine-add-prefix, occur-context-lines): Add optional arg
20709 `prefix-face' and propertize the prefix with `prefix-face'.
20710 (Bug#14017)
20711
20712 2013-03-24 Leo Liu <sdl.web@gmail.com>
20713
20714 * nxml/rng-valid.el (rng-validate-while-idle)
20715 (rng-validate-quick-while-idle): Guard against deleted buffer.
20716 (Bug#13999)
20717
20718 * emacs-lisp/edebug.el (edebug-mode): Make sure edebug-kill-buffer
20719 is the last entry in kill-buffer-hook.
20720
20721 * files.el (kill-buffer-hook): Doc fix.
20722
20723 2013-03-23 Dmitry Gutov <dgutov@yandex.ru>
20724
20725 * emacs-lisp/lisp-mode.el (emacs-lisp-docstring-fill-column):
20726 Make it safe-local.
20727
20728 * vc/diff-mode.el (diff-mode-shared-map): Unbind "/" (Bug#14034).
20729
20730 2013-03-23 Leo Liu <sdl.web@gmail.com>
20731
20732 * nxml/nxml-util.el (nxml-with-unmodifying-text-property-changes):
20733 Remove.
20734
20735 * nxml/rng-valid.el (rng-validate-mode)
20736 (rng-after-change-function, rng-do-some-validation):
20737 * nxml/rng-maint.el (rng-validate-buffer):
20738 * nxml/nxml-rap.el (nxml-tokenize-forward, nxml-ensure-scan-up-to-date):
20739 * nxml/nxml-outln.el (nxml-show-all, nxml-set-outline-state):
20740 * nxml/nxml-mode.el (nxml-mode, nxml-degrade, nxml-after-change)
20741 (nxml-extend-after-change-region): Use with-silent-modifications.
20742
20743 * nxml/rng-nxml.el (rng-set-state-after): Do not let-bind
20744 timer-idle-list.
20745
20746 * nxml/rng-valid.el (rng-validate-while-idle-continue-p)
20747 (rng-next-error-1, rng-previous-error-1): Do not let-bind
20748 timer-idle-list. (Bug#13999)
20749
20750 2013-03-23 Juri Linkov <juri@jurta.org>
20751
20752 * info.el (info-index-match): New face.
20753 (Info-index, Info-apropos-matches): Add a nested subgroup to the
20754 main pattern and add text properties with the new face to matches
20755 in index entries relative to the beginning of the index entry.
20756 (Bug#14015)
20757
20758 2013-03-21 Eric Ludlam <zappo@gnu.org>
20759
20760 * emacs-lisp/eieio-datadebug.el (data-debug/eieio-insert-slots):
20761 Inhibit read only while inserting objects.
20762
20763 2013-03-22 Teodor Zlatanov <tzz@lifelogs.com>
20764
20765 * progmodes/cfengine.el: Update docs to mention
20766 `cfengine-auto-mode'. Use \_> and \_< instead of \> and \< for
20767 symbol motion. Remove "_" from the word syntax.
20768
20769 2013-03-21 Teodor Zlatanov <tzz@lifelogs.com>
20770
20771 * progmodes/cfengine.el (cfengine-common-syntax): Add "_" to word
20772 syntax for both `cfengine2-mode' and `cfengine3-mode'.
20773
20774 2013-03-20 Juri Linkov <juri@jurta.org>
20775
20776 * info.el (Info-next-reference-or-link)
20777 (Info-prev-reference-or-link): New functions.
20778 (Info-next-reference, Info-prev-reference): Use them.
20779 (Info-try-follow-nearest-node): Handle footnote navigation.
20780 (Info-fontify-node): Fontify footnotes. (Bug#13989)
20781
20782 2013-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
20783
20784 * subr.el (posn-point, posn-string): Fix it here instead (bug#13979).
20785 * mouse.el (mouse-on-link-p): Undo scroll-bar fix.
20786
20787 2013-03-20 Paul Eggert <eggert@cs.ucla.edu>
20788
20789 Suppress unnecessary non-ASCII chatter during build process.
20790 * international/ja-dic-cnv.el (skkdic-collect-okuri-nasi)
20791 (batch-skkdic-convert): Suppress most of the chatter.
20792 It's not needed so much now that machines are faster,
20793 and its non-ASCII component was confusing; see Dmitry Gutov in
20794 <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00508.html>.
20795
20796 2013-03-20 Leo Liu <sdl.web@gmail.com>
20797
20798 * ido.el (ido-chop): Fix bug#10994.
20799
20800 2013-03-19 Dmitry Gutov <dgutov@yandex.ru>
20801
20802 * whitespace.el (whitespace-font-lock, whitespace-font-lock-mode):
20803 Remove vars.
20804 (whitespace-color-on, whitespace-color-off):
20805 Use `font-lock-fontify-buffer' (Bug#13817).
20806
20807 2013-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
20808
20809 * mouse.el (mouse--down-1-maybe-follows-link): Fix follow-link
20810 remapping in mode-line.
20811 (mouse-on-link-p): Also check [mode-line follow-link] bindings.
20812
20813 2013-03-19 Dmitry Gutov <dgutov@yandex.ru>
20814
20815 * whitespace.el (whitespace-color-on): Use `prepend' OVERRIDE
20816 value for `whitespace-line' face (Bug#13875).
20817 (whitespace-font-lock-keywords): Change description.
20818 (whitespace-color-on): Don't save `font-lock-keywords' value, save
20819 the constructed keywords instead.
20820 (whitespace-color-off): Use `font-lock-remove-keywords' (Bug#13817).
20821
20822 2013-03-19 Leo Liu <sdl.web@gmail.com>
20823
20824 * progmodes/compile.el (compilation-display-error): New command.
20825 (compilation-mode-map, compilation-minor-mode-map): Bind it to
20826 C-o. (Bug#13992)
20827
20828 2013-03-18 Paul Eggert <eggert@cs.ucla.edu>
20829
20830 * term/x-win.el (x-keysym-pair): Add a Fixme (Bug#13936).
20831
20832 2013-03-18 Jan Djärv <jan.h.d@swipnet.se>
20833
20834 * mouse.el (mouse-on-link-p): Check for scroll bar (Bug#13979).
20835
20836 2013-03-18 Michael Albinus <michael.albinus@gmx.de>
20837
20838 * net/tramp-compat.el (tramp-compat-user-error): New defun.
20839
20840 * net/tramp-adb.el (tramp-adb-handle-shell-command):
20841 * net/tramp-gvfs.el (top):
20842 * net/tramp.el (tramp-find-method, tramp-dissect-file-name)
20843 (tramp-handle-shell-command): Use it.
20844 (tramp-dissect-file-name): Raise an error when hostname is a
20845 method name, and neither method nor user is specified.
20846
20847 * net/trampver.el: Update release number.
20848
20849 2013-03-18 Leo Liu <sdl.web@gmail.com>
20850
20851 Make sure eldoc can be turned off properly.
20852 * emacs-lisp/eldoc.el (eldoc-schedule-timer): Conditionalize on
20853 eldoc-mode.
20854 (eldoc-display-message-p): Revert last change.
20855 (eldoc-display-message-no-interference-p)
20856 (eldoc-print-current-symbol-info): Tweak.
20857
20858 2013-03-18 Tassilo Horn <tsdh@gnu.org>
20859
20860 * doc-view.el (doc-view-new-window-function): Check the new window
20861 overlay's display property instead the char property of the
20862 buffer's first char. Use `with-selected-window' instead of
20863 `save-window-excursion' with `select-window'.
20864 (doc-view-document->bitmap): Check the current doc-view overlay's
20865 display property instead the char property of the buffer's first char.
20866
20867 2013-03-18 Paul Eggert <eggert@cs.ucla.edu>
20868
20869 Automate the build of ja-dic.el (Bug#13984).
20870 * international/ja-dic-cnv.el (skkdic-convert): Remove the annotations
20871 from the input, rather than assume that it's been done for us by the
20872 SKK script unannotate.awk. Switch ja-dic.el to UTF-8. Don't put
20873 the current date into a ja-dic.el comment, as that complicates
20874 regression testing.
20875
20876 2013-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
20877
20878 * whitespace.el: Fix double evaluation.
20879 (whitespace-space, whitespace-hspace, whitespace-tab)
20880 (whitespace-newline, whitespace-trailing, whitespace-line)
20881 (whitespace-space-before-tab, whitespace-indentation)
20882 (whitespace-empty, whitespace-space-after-tab): Turn defcustoms into
20883 obsolete defvars.
20884 (whitespace-hspace-regexp): Fix regexp for emacs-unicode.
20885 (whitespace-color-on): Use a single font-lock-add-keywords call.
20886 Fix double-evaluation of face variables.
20887
20888 2013-03-17 Michael Albinus <michael.albinus@gmx.de>
20889
20890 * net/tramp-adb.el (tramp-adb-parse-device-names):
20891 Use `start-process' instead of `call-process'. Otherwise, the
20892 function might be blocked under MS Windows. (Bug#13299)
20893
20894 2013-03-17 Leo Liu <sdl.web@gmail.com>
20895
20896 Extend eldoc to display info in the mode-line. (Bug#13978)
20897 * emacs-lisp/eldoc.el (eldoc-post-insert-mode): New minor mode.
20898 (eldoc-mode-line-string): New variable.
20899 (eldoc-minibuffer-message): New function.
20900 (eldoc-message-function): New variable.
20901 (eldoc-message): Use it.
20902 (eldoc-display-message-p)
20903 (eldoc-display-message-no-interference-p):
20904 Support eldoc-post-insert-mode.
20905
20906 * simple.el (eval-expression-minibuffer-setup-hook): New hook.
20907 (eval-expression): Run it.
20908
20909 2013-03-17 Roland Winkler <winkler@gnu.org>
20910
20911 * emacs-lisp/crm.el (completing-read-multiple): Ignore empty
20912 strings in the list of return values.
20913
20914 2013-03-17 Jay Belanger <jay.p.belanger@gmail.com>
20915
20916 * calc/calc-ext.el (math-read-number-fancy): Check for an explicit
20917 radix before checking for HMS forms.
20918
20919 2013-03-16 Leo Liu <sdl.web@gmail.com>
20920
20921 * progmodes/scheme.el: Add indentation and font-locking for λ.
20922 (Bug#13975)
20923
20924 2013-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
20925
20926 * emacs-lisp/smie.el (smie-auto-fill): Don't inf-loop if there's no
20927 token before point (bug#13942).
20928
20929 2013-03-16 Leo Liu <sdl.web@gmail.com>
20930
20931 * thingatpt.el (end-of-sexp): Fix bug#13952. Use syntax-after.
20932
20933 2013-03-16 Eli Zaretskii <eliz@gnu.org>
20934
20935 * startup.el (command-line-normalize-file-name): Fix handling of
20936 backslashes in DOS and Windows file names. Reported by Xue Fuqiao
20937 <xfq.free@gmail.com> in
20938 http://lists.gnu.org/archive/html/help-gnu-emacs/2013-03/msg00245.html.
20939
20940 2013-03-15 Michael Albinus <michael.albinus@gmx.de>
20941
20942 Sync with Tramp 2.2.7.
20943
20944 * net/trampver.el: Update release number.
20945
20946 2013-03-14 Tassilo Horn <tsdh@gnu.org>
20947
20948 * doc-view.el: Fix bug#13887.
20949 (doc-view-insert-image): Don't modify overlay associated to
20950 non-live windows, and implement horizontal centering of image in
20951 case it's smaller than the window.
20952 (doc-view-new-window-function): Force redisplay of new windows on
20953 doc-view buffers.
20954
20955 2013-03-13 Karl Fogel <kfogel@red-bean.com>
20956
20957 * saveplace.el (save-place-alist-to-file): Don't sort
20958 `save-place-alist', just pretty-print it (bug#13882).
20959
20960 2013-03-13 Michael Albinus <michael.albinus@gmx.de>
20961
20962 * net/tramp-sh.el (tramp-sh-handle-insert-directory):
20963 Check whether `default-file-name-coding-system' is bound.
20964 It isn't in XEmacs.
20965
20966 2013-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
20967
20968 * emacs-lisp/byte-run.el (defun-declarations-alist): Don't use
20969 backquotes for `obsolete' (bug#13929).
20970
20971 * international/mule.el (find-auto-coding): Include file name in
20972 obsolescence warning (bug#13922).
20973
20974 2013-03-12 Teodor Zlatanov <tzz@lifelogs.com>
20975
20976 * progmodes/cfengine.el (cfengine-parameters-indent): New variable
20977 for CFEngine 3-specific indentation.
20978 (cfengine3-indent-line): Use it. Fix up category regex.
20979 (cfengine3-font-lock-keywords): Add bundle and namespace characters.
20980
20981 2013-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
20982
20983 * type-break.el (type-break-file-name):
20984 * textmodes/remember.el (remember-data-file):
20985 * strokes.el (strokes-file):
20986 * shadowfile.el (shadow-initialize):
20987 * saveplace.el (save-place-file):
20988 * ps-bdf.el (bdf-cache-file):
20989 * progmodes/idlwave.el (idlwave-config-directory):
20990 * net/quickurl.el (quickurl-url-file):
20991 * international/kkc.el (kkc-init-file-name):
20992 * ido.el (ido-save-directory-list-file):
20993 * emulation/viper.el (viper-custom-file-name):
20994 * emulation/vip.el (vip-startup-file):
20995 * calendar/todo-mode.el (todo-file-do, todo-file-done, todo-file-top):
20996 * calendar/timeclock.el (timeclock-file): Use locate-user-emacs-file.
20997
20998 2013-03-12 Paul Eggert <eggert@cs.ucla.edu>
20999
21000 Switch encodings of tutorials, thai-word to UTF-8 (Bug#13880).
21001 * language/thai-word.el: Switch to UTF-8.
21002
21003 See ChangeLog.16 for earlier changes.
21004
21005 ;; Local Variables:
21006 ;; coding: utf-8
21007 ;; End:
21008
21009 Copyright (C) 2011-2014 Free Software Foundation, Inc.
21010
21011 This file is part of GNU Emacs.
21012
21013 GNU Emacs is free software: you can redistribute it and/or modify
21014 it under the terms of the GNU General Public License as published by
21015 the Free Software Foundation, either version 3 of the License, or
21016 (at your option) any later version.
21017
21018 GNU Emacs is distributed in the hope that it will be useful,
21019 but WITHOUT ANY WARRANTY; without even the implied warranty of
21020 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
21021 GNU General Public License for more details.
21022
21023 You should have received a copy of the GNU General Public License
21024 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.