lisp/calculator.el (calculator-last-input): drop 'ascii-character property
[bpt/emacs.git] / lisp / ChangeLog
1 2014-06-24 Eli Barzilay <eli@barzilay.org>
2
3 * calculator.el (calculator-last-input): drop 'ascii-character property
4 lookup.
5
6 2014-06-24 Leo Liu <sdl.web@gmail.com>
7
8 * align.el (align-adjust-col-for-rule): Unbreak due to defaulting
9 tab-stop-list to nil. (Bug#16381)
10
11 * indent.el (indent-next-tab-stop): Rename from indent--next-tab-stop.
12 (indent-rigidly-left-to-tab-stop)
13 (indent-rigidly-right-to-tab-stop, tab-to-tab-stop)
14 (move-to-tab-stop): Change callers.
15
16 2014-06-24 Eli Zaretskii <eliz@gnu.org>
17
18 * skeleton.el (skeleton-insert): Yet another fix of the doc string
19 wrt behavior of \n as the first/last element of a skeleton.
20
21 2014-06-24 Michael Albinus <michael.albinus@gmx.de>
22
23 * net/tramp-adb.el (tramp-adb-handle-process-file):
24 * net/tramp-sh.el (tramp-sh-handle-process-file):
25 * net/tramp-smb.el (tramp-smb-handle-process-file): Do not raise
26 the output buffer when DISPLAY is non-nil. (Bug#17815)
27
28 2014-06-24 Glenn Morris <rgm@gnu.org>
29
30 * play/landmark.el (landmark-move-down, landmark-move-up):
31 Fix 2007-10-20 change - preserve horizontal position.
32
33 2014-06-23 Sam Steingold <sds@gnu.org>
34
35 * simple.el (kill-append): Remove undo boundary depending on ...
36 (kill-append-merge-undo): New user option.
37
38 2014-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
39
40 * simple.el (handle-shift-selection, exchange-point-and-mark)
41 (activate-mark): Set transient-mark-mode buffer-locally (bug#6316).
42 (transient-mark-mode): Use&set the global value.
43 * mouse.el (mouse-set-region-1, mouse-drag-track): Idem.
44 * emulation/edt.el (edt-emulation-off): Save&restore the global
45 transient-mark-mode setting.
46 * obsolete/pc-select.el (pc-selection-mode): Use the
47 transient-mark-mode function.
48
49 2014-06-23 Eli Zaretskii <eliz@gnu.org>
50
51 * international/fontset.el (script-representative-chars):
52 Add representative characters for scripts added in Unicode 7.0.
53 (otf-script-alist): Synchronize with the latest registry of OTF
54 script tags.
55
56 * international/characters.el (char-script-table): Update for
57 scripts added and codepoint ranges changed in Unicode 7.0.
58
59 2014-06-23 Eli Barzilay <eli@barzilay.org>
60
61 * calculator.el (calculator-standard-displayer): Fix bug in use of
62 `calculator-groupize-number'.
63 (calculator-funcall): Fix broken `cl-flet' use by moving it into the
64 `eval' code, so it works in v24.3.1 too.
65 (calculator-last-input): Comment to clarify purpose.
66
67 2014-06-22 Mario Lang <mlang@delysid.org>
68
69 * textmodes/rst.el (rst-comment-region): From from -> from.
70
71 * net/tramp-adb.el (tramp-adb-send-command-and-check): And and -> and.
72
73 2013-06-22 Dmitry Antipov <dmantipov@yandex.ru>
74
75 * electric.el (electric-layout-post-self-insert-function):
76 * emacs-lisp/ert.el (ert--insert-infos):
77 * obsolete/vi.el (vi-set-mark):
78 * term.el (term-handle-scroll):
79 * textmodes/bibtex.el (bibtex-fill-field, bibtex-fill-entry):
80 * wid-edit.el (widget-editable-list-value-create):
81 Prefer point-marker to copy-marker of point.
82
83 2014-06-21 Fabián Ezequiel Gallina <fgallina@gnu.org>
84
85 Fix completion retrieval parsing (bug#17209).
86 * progmodes/python.el (python-mode):
87 (python-util-strip-string): New function.
88 (python-shell-completion-get-completions): Use it.
89
90 2014-06-21 Eli Zaretskii <eliz@gnu.org>
91
92 * skeleton.el (skeleton-insert): Fix last change.
93
94 2014-06-21 Fabián Ezequiel Gallina <fgallina@gnu.org>
95
96 Enhancements for outline integration (bug#17796).
97 * progmodes/python.el (python-mode): Properly set
98 outline-heading-end-regexp so that comments after colons for
99 defuns are supported.
100
101 2014-06-21 Eli Zaretskii <eliz@gnu.org>
102
103 * skeleton.el (skeleton-insert): Doc fix.
104
105 2014-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
106
107 * emacs-lisp/smie.el (smie-config--guess): Fix typo.
108 (smie-config-guess): Use smie-config-local so the rules are obeyed
109 (bug#17818).
110
111 * mouse.el (mouse-drag-line): Don't re-add to unread-comment-events,
112 since it's already done inside the loop (bug#17819).
113
114 2014-06-21 Martin Rudalics <rudalics@gmx.at>
115
116 * mouse.el (mouse-drag-line): Re-remove code initially removed
117 on 2013-03-09 and inadvertently reintroduced on 2013-11-30
118 (Bug#17819).
119
120 2014-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
121
122 * progmodes/sh-script.el (sh-smie-sh-rules): For { after &&, don't
123 align with the surrounding parent (bug#17721).
124
125 2014-06-21 Eli Zaretskii <eliz@gnu.org>
126
127 * textmodes/texinfo.el (texinfo-mode): Set skeleton-end-newline
128 locally to nil.
129 (texinfo-insert-block, texinfo-insert-@end)
130 (texinfo-insert-@example, texinfo-insert-@quotation): Adjust to
131 local setting of skeleton-end-newline by adding an explicit \n to
132 the skeletons where appropriate. (Bug#17801)
133
134 2014-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
135
136 * emacs-lisp/smie.el (smie--hanging-eolp-function): New var.
137 (smie-indent--hanging-p): Use it.
138 * progmodes/sh-script.el (sh-set-shell): Set it (bug#17621).
139
140 2014-06-21 Leo Liu <sdl.web@gmail.com>
141
142 * simple.el (read-quoted-char): Don't let help chars pop up help
143 buffer. (Bug#16617)
144
145 2014-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
146
147 * progmodes/sh-script.el (sh-smie-sh-rules): Use same rule for && as
148 for | (bug#17621).
149
150 * xt-mouse.el (xterm-mouse--read-event-sequence-1000):
151 Drop unknown events instead of burping.
152
153 2014-06-21 Eli Zaretskii <eliz@gnu.org>
154
155 * term/w32-win.el (dynamic-library-alist): Support giflib 5.1.0
156 and later. (Bug#17790)
157
158 2014-06-21 Juri Linkov <juri@jurta.org>
159
160 * dired.el (dired-mark-pop-up): Let-bind display-buffer-mark-dedicated
161 to `soft'. (Bug#17554)
162
163 2014-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
164
165 * delsel.el (electric-newline-and-maybe-indent): Mark it as well
166 (bug#17737).
167
168 2014-06-21 Dmitry Gutov <dgutov@yandex.ru>
169
170 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Don't fontify
171 `!' in `!~' with `font-lock-negation-char-face'. (Bug#17732)
172
173 2014-06-21 Michael Albinus <michael.albinus@gmx.de>
174
175 * net/dbus.el (dbus-call-method): Push only non D-Bus events into
176 `unread-command-events'.
177
178 2014-06-19 William Xu <william.xwl@gmail.com>
179
180 * progmodes/hideif.el (hif-string-to-number): Don't return float for
181 hex integer constants (bug#17807).
182
183 2014-06-19 Stefan Monnier <monnier@iro.umontreal.ca>
184
185 * international/mule-util.el (truncate-string-ellipsis): New var.
186 (truncate-string-to-width): Use it.
187
188 2014-06-19 Robert Brown <robert.brown@gmail.com> (tiny change)
189
190 * emacs-lisp/lisp-mode.el (lisp-string-after-doc-keyword-p): New fun.
191 (lisp-string-in-doc-position-p): New function, extracted from
192 lisp-font-lock-syntactic-face-function.
193 (lisp-font-lock-syntactic-face-function): Use them (bug#9130).
194
195 2014-06-19 Grégoire Jadi <daimrod@gmail.com>
196
197 * net/rcirc.el (rcirc-omit-mode): Fix recenter error. (Bug#17769)
198
199 2014-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
200
201 * play/bubbles.el (bubbles--initialize, bubbles--show-scores)
202 (bubbles--game-over): Don't add `intangible' properties since they
203 didn't work anyway.
204
205 2014-06-18 Juri Linkov <juri@jurta.org>
206
207 * vc/ediff-init.el (ediff-current-diff-Ancestor)
208 (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
209 (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
210 (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
211 Add `min-colors 88' version with removed black/white foregrounds.
212 (Bug#10181)
213
214 2014-06-18 Juri Linkov <juri@jurta.org>
215
216 * vc/diff-mode.el (diff-changed): Empty face definition to use
217 `diff-removed' and `diff-added' on tty as well. (Bug#10181)
218 (diff-context): Use darker color on light background and
219 lighter color on dark background.
220
221 2014-06-18 Juri Linkov <juri@jurta.org>
222
223 * vc/diff-mode.el (diff-refine-changed): Rename from
224 `diff-refine-change' for consistency with `diff-changed'.
225 (diff-refine-change): Add obsolete face alias. (Bug#10181)
226
227 * vc/smerge-mode.el (smerge-refined-changed): Rename from
228 `smerge-refined-change'.
229 (smerge-refined-change): Add obsolete face alias.
230
231 2014-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
232
233 * rect.el (rectangle-preview): New custom.
234 (rectangle): New group.
235 (rectangle--pos-cols): Add `window' argument.
236 (rectangle--string-preview-state, rectangle--string-preview-window):
237 New vars.
238 (rectangle--string-flush-preview, rectangle--string-erase-preview)
239 (rectangle--space-to, rectangle--string-preview): New functions.
240 (string-rectangle): Use them.
241 (rectangle--inhibit-region-highlight): New var.
242 (rectangle--highlight-for-redisplay): Obey it. Make sure
243 `apply-on-region' uses the point-crutches of the right window.
244 Use :align-to rather than multiple spaces.
245
246 2014-06-16 Andrea Rossetti <andrea.rossetti@gmail.com> (tiny change)
247
248 * ruler-mode.el (ruler-mode-window-col)
249 (ruler-mode-mouse-set-left-margin)
250 (ruler-mode-mouse-set-right-margin): Fix calculation of column
251 from mouse position (Bug#17768).
252
253 2014-06-16 Ron Schnell <ronnie@driver-aces.com>
254
255 * play/dunnet.el (dun-doassign): Fix bug where UNIX variable assignment
256 without varname or rhs causes crash.
257 (dun-ftp): Fix bug where blank ftp password is allowed, making it
258 impossible to win endgame.
259 (dun-unix-verbs): Add ssh as alias to rlogin, because nobody knows what
260 rlogin is anymore.
261 (dun-help): Bump version number; update contact info.
262
263 2014-06-15 Eli Barzilay <eli@barzilay.org>
264
265 * calculator.el (calculator-prompt, calculator-remove-zeros)
266 (calculator-mode-hook, calculator-operators, calculator-stack)
267 (calculator-mode): Tweak docstring.
268 (calculator-user-operators): Tweak docstring, fix a bug in the last
269 example.
270 (calculator-displayer): `std' case has an optional boolean.
271 (calculator-displayers): Use the new boolean to group in decimal mode.
272 (calculator-mode-map, calculator, calculator-message)
273 (calculator-op-arity, calculator-add-operators)
274 (calculator-string-to-number, calculator-displayer-prev)
275 (calculator-displayer-next, calculator-remove-zeros)
276 (calculator-eng-display, calculator-number-to-string)
277 (calculator-update-display, calculator-last-input)
278 (calculator-clear-fragile, calculator-digit, calculator-decimal)
279 (calculator-exp, calculator-saved-move, calculator-clear)
280 (calculator-copy, calculator-put-value, calculator-help)
281 (calculator-expt, calculator-truncate): Minor code improvements.
282 (calculator-need-3-lines): New function pulling out code from
283 `calculator'.
284 (calculator-get-display): Rename from `calculator-get-prompt', and
285 improved.
286 (calculator-push-curnum): Rename from `calculator-curnum-value', and
287 extended for all uses of it. All callers changed.
288 (calculator-groupize-number): New utility for splitting a number into
289 groups.
290 (calculator-standard-displayer): Improve code, new optional argument to
291 use comma-split groups, make second argument optional too to use with
292 'left/'right inputs. All callers changed.
293 (calculator-reduce-stack-once): New utility, doing the meat of what
294 `calculator-reduce-stack' used to do, much improved (mostly using
295 `pcase' for conciseness and clarity).
296 (calculator-reduce-stack): Now doing just the reduction loop using
297 `calculator-reduce-stack-once'.
298 (calculator-funcall): Improve code, make it work in v24.3.1 too.
299 (calculator-last-input): Improve code, remove some old cruft.
300 (calculator-quit): Kill `calculator-buffer' in electric mode too.
301 (calculator-integer-p): Remove.
302 (calculator-fact): Improve code, make it work on non-integer values
303 too (using truncated numbers).
304
305 2014-06-15 Michael Albinus <michael.albinus@gmx.de>
306
307 Sync with Tramp 2.2.10.
308
309 * net/tramp.el (tramp-methods): Tweak docstring.
310 (tramp-handle-file-accessible-directory-p): Check for
311 `file-readable-p' instead of `file-executable-p'.
312 (tramp-check-cached-permissions):
313 Use `tramp-compat-file-attributes'.
314 (tramp-call-process): Add new argument VEC. Adapt callees in all
315 tramp*.el files.
316
317 * net/tramp-adb.el (tramp-adb-handle-write-region): Improve messages.
318 (tramp-adb-maybe-open-connection): Don't set
319 `tramp-current-*' variables.
320
321 * net/tramp-cache.el (tramp-flush-file-function): Do not flush
322 file properties of temporary buffers.
323
324 * net/tramp-ftp.el (top): Remove special handling for URL syntax.
325
326 * net/tramp-gvfs.el (tramp-gvfs-methods) <sftp>: Add.
327 (tramp-gvfs-handle-delete-file): Flush file
328 properties, not directory properties.
329 (tramp-gvfs-handle-file-attributes): Use `string-to-number' when
330 reading "unix::mode".
331 (tramp-gvfs-handle-file-name-all-completions):
332 Use "-h" option for "gvfs-ls".
333 (tramp-gvfs-url-file-name): `user' and `localname' could be nil.
334 (tramp-gvfs-send-command): Simplify traces.
335
336 * net/tramp-sh.el (vc-handled-backends, vc-bzr-program)
337 (vc-git-program, vc-hg-program): Declare.
338 (tramp-methods) <sftp>: Remove. It has never worked satisfactorily.
339 (tramp-methods) <nc>: Add new method.
340 (tramp-methods) <telnet>: Redirect stderr to "/dev/null".
341 (tramp-methods) <plink, plinkx, pscp, psftp>: Improve
342 `tramp-login-args'.
343 (tramp-default-user-alist): Add "nc".
344 (top): Remove completion function for "sftp". Add completion
345 functions for "nc" and "psftp".
346 (tramp-do-copy-or-rename-file-out-of-band): Tweak docstring.
347 Implement support for "nc" method.
348 (tramp-sh-handle-expand-file-name, tramp-local-coding-commands)
349 (tramp-remote-coding-commands, tramp-call-local-coding-command):
350 Tweak docstring.
351 (tramp-sh-handle-write-region): Tweak error message.
352 (tramp-sh-handle-vc-registered): Remove backends when the remote
353 binary does not exist.
354 (tramp-find-inline-encoding): Do not raise an error.
355 (tramp-make-copy-program-file-name): Tweak docstring. Handle also
356 the "nc" case. Quote result also locally.
357
358 * net/tramp-smb.el (tramp-smb-handle-copy-directory)
359 (tramp-smb-handle-set-file-acl): Use `start-process'.
360 (tramp-smb-handle-insert-directory): Use progress reporter.
361 (tramp-smb-handle-rename-file): Flush also file properties of
362 FILENAME.
363
364 * net/trampver.el: Update release number.
365
366 2014-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
367
368 * ses.el: Miscellaneous cleanups; use lexical-binding; avoid
369 add-to-list.
370 (ses-localvars): Remove ses--local-printer-list, unused.
371 (ses--metaprogramming): New macro. Use it to defvar variables.
372 (ses-set-localvars): Simplify.
373 (ses--locprn, ses-cell): Use defstruct. Change ses-cell's
374 property-list into an alist.
375 (ses-locprn-get-compiled, ses-locprn-compiled-aset)
376 (ses-locprn-get-def, ses-locprn-def-aset, ses-locprn-get-number):
377 Remove; use defstruct accessors/setters instead.
378 (ses-cell-formula-aset, ses-cell-printer-aset)
379 (ses-cell-references-aset): Remove, use setf instead.
380 (ses--alist-get): New function.
381 (ses-cell-property): Rename from ses-cell-property-get and rewrite.
382 Use an alist instead of a plist and don't do move-to-front since the
383 list is always short.
384 (ses-cell-property-get-fun, ses-cell-property-delq-fun)
385 (ses-cell-property-set-fun, ses-cell-property-set)
386 (ses-cell-property-pop-fun, ses-cell-property-get-handle)
387 (ses-cell-property-handle-car, ses-cell-property-handle-setcar): Remove.
388 (ses--letref): New macro.
389 (ses-cell-property-pop): Rewrite.
390 (ses--cell): Rename from ses-cell and make it into a function.
391 Make `formula' fallback on `value' if nil.
392 (ses--local-printer): Rename from ses-local-printer and make it into
393 a function.
394 (ses-set-cell): Turn it into a macro so finding the accessor from the
395 field name is done at compile time.
396 (ses-repair-cell-reference-all): Test presence of `sym' rather than
397 `ref' before adding `sym' to :ses-repair-reference.
398 (ses-calculate-cell): Use ses--letref rather than
399 ses-cell-property-get-handle.
400 (ses-write-cells): Use a single prin1-to-string.
401 (ses-setter-with-undo): New function.
402 (ses-aset-with-undo, ses-set-with-undo): Rewrite using it.
403 (ses-unset-with-undo): Remove.
404 (ses-load): Prefer apply' over `eval'.
405 (ses-read-printer, ses-set-column-width): Use standard "(default
406 foo)" format.
407
408 2014-06-15 Glenn Morris <rgm@gnu.org>
409
410 * Makefile.in (leim, semantic): Use `make -C' rather than `cd && make'.
411
412 * progmodes/cc-langs.el: Require cl-lib. (Bug#17463)
413 Replace delete-duplicates and mapcan by cl- versions throughout.
414 And cl-macroexpand-all by macroexpand-all.
415 (delete-duplicates, mapcan, cl-macroexpand-all): No need to declare.
416
417 2014-06-15 Eli Zaretskii <eliz@gnu.org>
418
419 * subr.el (posn-col-row): Doc fix. (Bug#17768)
420
421 2014-06-15 Juri Linkov <juri@jurta.org>
422
423 * bindings.el: Put `ascii-character' property on keypad keys
424 mapped to characters. (Bug#17759)
425
426 2014-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
427
428 * emacs-lisp/smie.el (smie-next-sexp): Fix up "other-end" info when
429 bumping forward into a closing paren (bug#17761).
430
431 * term/xterm.el (xterm--version-handler): Work around for OSX
432 Terminal.app (bug#17607).
433
434 2014-06-14 Ron Schnell <ronnie@driver-aces.com>
435
436 * play/dunnet.el (dun-describe-room, dun-mode):
437 If a lamp is in the room, you won't be eaten by a grue.
438
439 2014-06-13 Glenn Morris <rgm@gnu.org>
440
441 * Makefile.in ($(lisp)/cus-load.el, $(lisp)/finder-inf.el)
442 (autoloads, $(lisp)/subdirs.el, compile-main, leim, semantic, compile)
443 (compile-always): GNU make automatically passes
444 command-line arguments to sub-makes.
445
446 * calendar/calendar.el (calendar-generate-window):
447 Remove pointless call to font-lock-fontify-buffer.
448
449 2014-06-13 Matthias Meulien <orontee@gmail.com>
450
451 * simple.el (completion-list-mode-map): Navigate with tab and backtab
452 (bug#17767).
453
454 2014-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
455
456 * simple.el (set-mark-command): Simplify a bit.
457
458 2014-06-12 Nicolas Richard <theonewiththeevillook@yahoo.fr>
459
460 * help.el (help--key-binding-keymap): New function.
461 (help--binding-locus): New function.
462 (describe-key): Mention the keymap in which the binding was
463 found. (bug#13948)
464
465 2014-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
466
467 * hippie-exp.el (he--all-buffers): New function.
468 (try-expand-line-all-buffers, try-expand-list-all-buffers)
469 (try-expand-dabbrev-all-buffers): Use it.
470
471 2014-06-12 Emilio C. Lopes <eclig@gmx.net>
472
473 * hippie-exp.el (try-expand-line-all-buffers)
474 (try-expand-list-all-buffers, try-expand-dabbrev-all-buffers):
475 Read hippie-expand-only-buffers and hippie-expand-ignore-buffers in the
476 original buffer, in case they're buffer-local.
477
478 2014-06-12 Vincent Belaïche <vincentb1@users.sourceforge.net>
479
480 * ses.el (ses-initial-global-parameters-re): New defconst, a
481 specific regexp is needed now that ses.el can handle both
482 file-format 2 --- ie. no local printers --- and 3 --- i.e. may have
483 local printers.
484 (ses-localvars): Add local variables needed for local printer handling.
485 (ses-set-localvars): Handle hashmap initialisation.
486 (ses-paramlines-plist): Add param-line for number of local printers.
487 (ses-paramfmt-plist): New defconst, needed for code factorization
488 between functions `ses-set-parameter' and
489 `ses-file-format-extend-paramter-list'
490 (ses-make-local-printer-info): New defsubst.
491 (ses-locprn-get-compiled, ses-locprn-compiled-aset)
492 (ses-locprn-get-def, ses-locprn-def-aset, ses-locprn-get-number)
493 (ses-cell-printer-aset): New defmacro.
494 (ses-local-printer-compile): New defun.
495 (ses-local-printer): New defmacro.
496 (ses-printer-validate, ses-call-printer): Add support for local
497 printer functions.
498 (ses-file-format-extend-paramter-list): New defun.
499 (ses-set-parameter): Use const `ses-paramfmt-plist' for code
500 factorization.
501 (ses-load): Add support for local printer functions.
502 (ses-read-printer): Update docstring and add support for local printer
503 functions.
504 (ses-refresh-local-printer, ses-define-local-printer): New defun.
505 (ses-safe-printer): Add support for local printer functions.
506
507 2014-06-12 Ivan Andrus <darthandrus@gmail.com>
508
509 * ffap.el (ffap-lax-url): New var (bug#17723).
510 (ffap-url-at-point): Use it.
511 (ffap-file-at-point): Avoid returning just "/".
512
513 2014-06-12 Matthias Meulien <orontee@gmail.com>
514
515 * progmodes/python.el (import skeleton): New skeleton (bug#17672).
516 (python-mode-map): Bind it.
517
518 * progmodes/python.el (class skeleton): Don't erase last char of class
519 name (bug#17683).
520
521 2014-06-12 Cameron Desautels <camdez@gmail.com> (tiny change)
522
523 * help.el (where-is): Use `default' arg of completing-read (bug#17705).
524
525 2014-06-12 Kevin Ryde <user42_kevin@yahoo.com.au>
526
527 * files.el (auto-mode-alist): Map .ad files to xdefaults-mode
528 (bug#17745).
529
530 2014-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
531
532 * international/mule-cmds.el: Use lexical-binding.
533 (ucs-names): Simplify.
534
535 2014-05-18 Eric Hanchrow <eric.hanchrow@gmail.com>
536
537 * progmodes/python.el (run-python): Use read-shell-command.
538
539 2014-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
540
541 * rect.el: Make it possible to move bounds past EOL or into TABs.
542 (operate-on-rectangle): Use apply-on-rectangle.
543 (rectangle--mark-crutches): New var.
544 (rectangle--pos-cols, rectangle--col-pos, rectangle--point-col)
545 (rectangle--crutches, rectangle--reset-crutches): New functions.
546 (apply-on-rectangle): Obey crutches. Avoid setq.
547 Fix missing final iteration if end is at EOB&BOL.
548 (rectangle-mark-mode-map): Add remap bindings for
549 exchange-point-and-mark and char/line movements.
550 (rectangle--*-char): New function.
551 (rectangle-exchange-point-and-mark, rectangle-right-char)
552 (rectangle-left-char, rectangle-forward-char)
553 (rectangle-backward-char, rectangle-next-line)
554 (rectangle-previous-line): New commands.
555 (rectangle--place-cursor): New function.
556 (rectangle--highlight-for-redisplay): Use it. Use apply-on-rectangle.
557
558 2014-06-08 Glenn Morris <rgm@gnu.org>
559
560 * startup.el (initial-buffer-choice): Doc fix.
561 Reset :version (adding an option does not merit a :version bump).
562
563 * bookmark.el (bookmark-load):
564 * uniquify.el (uniquify-buffer-name-style): Doc fixes.
565
566 2014-06-08 Juri Linkov <juri@jurta.org>
567
568 * desktop.el: Activate auto-saving on window configuration changes.
569 (desktop-save-mode, desktop-auto-save-timeout): Add/remove
570 `desktop-auto-save-set-timer' to/from
571 `window-configuration-change-hook'.
572 (desktop-auto-save-set-timer): Change REPEAT arg of
573 `run-with-idle-timer' from t to nil.
574 http://lists.gnu.org/archive/html/emacs-devel/2014-06/msg00147.html
575
576 2014-06-08 Santiago Payà i Miralta <santiagopim@gmail.com>
577
578 * vc/vc-hg.el (vc-hg-working-revision): Use "hg parent" and
579 vc-hg-command (bug#17570).
580
581 2014-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
582
583 * international/mule-cmds.el (ucs-names): Add special entry for BEL
584 (bug#17702).
585
586 2014-06-08 Glenn Morris <rgm@gnu.org>
587
588 * startup.el (window-setup-hook): Doc fix.
589
590 * emacs-lisp/package.el (package-check-signature)
591 (package-unsigned-archives): Doc fixes.
592
593 2014-06-08 Martin Rudalics <rudalics@gmx.at>
594
595 * window.el (display-buffer-use-some-window): Don't make window
596 used smaller than it was before (Bug#17671).
597
598 2014-06-08 Eli Zaretskii <eliz@gnu.org>
599
600 * menu-bar.el (menu-bar-open): Fix last change: use the PC
601 'redisplay' instead of '(sit-for 0)'.
602
603 2014-06-08 Michael Albinus <michael.albinus@gmx.de>
604
605 * net/tramp.el (tramp-ssh-controlmaster-options):
606 Improve search regexp. (Bug#17653)
607
608 2014-06-08 Glenn Morris <rgm@gnu.org>
609
610 * emacs-lisp/package.el (package-pinned-packages): Doc fix.
611
612 2014-06-08 Eli Zaretskii <eliz@gnu.org>
613
614 * menu-bar.el (menu-bar-open): Fix invocation via M-x.
615
616 2014-06-06 Santiago Payà i Miralta <santiagopim@gmail.com>
617
618 * vc/vc-hg.el (vc-hg-create-tag, vc-hg-retrieve-tag): New functions
619 (bug#17586).
620
621 * vc/vc-hg.el (vc-hg-log-graph): New var.
622 (vc-hg-print-log): Use it.
623 (vc-hg-root-log-format): Include branch name and bookmarks; ignore
624 graph output (bug#17515).
625
626 2014-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
627
628 * mouse.el (mouse-posn-property): Ignore buffer position info when the
629 even happened elsewhere.
630
631 2014-06-06 Mario Lang <mlang@delysid.org>
632
633 * emacs-lisp/tabulated-list.el (tabulated-list-print): Only call
634 `recenter' if `current-buffer' is equal to `window-buffer'.
635
636 2014-06-05 Leo Liu <sdl.web@gmail.com>
637
638 * emacs-lisp/cl-macs.el (cl-macrolet): Avoid excessive progn's.
639
640 2014-06-05 Michal Nazarewicz <mina86@mina86.com>
641
642 * textmodes/tildify.el (tildify-foreach-region-outside-env):
643 New function which calls a callback on portions of the buffer that are
644 outside of ignored environments.
645 (tildify-build-regexp): Remove function since it is now
646 incorporated in `tildify-foreach-region-outside-env' where it is
647 optimised and simplified by the use of `mapconcat'.
648 (tildify-tildify): Return number of substitutions made so that…
649 (tildify-count): …can be removed.
650 (tildify-find-env): Accept a new PAIRS argument which was
651 previously looked up in `tildify-ignored-environments-alist' each
652 time the function was called. With this change, the lookup is
653 performed only once in `tildify-foreach-region-outside-env'.
654 (tildify-region): Greatly simplify the function since now most of
655 the work is done by `tildify-foreach-region-outside-env'.
656 (tildify-mode-alist): Simplify slightly by avoiding if and setq
657 and instead using or.
658
659 * textmodes/tildify.el (tildify-ignored-environments-alist):
660 Optimise environments regexes
661
662 Each time beginning of an environment to ignore is found,
663 `tildify-find-env' needs to identify regexp for the ending
664 of the environment. This is done by trying all the opening
665 regexes on matched text in a loop, so to speed that up, this
666 loop should have fewer things to match, which can be done by
667 using alternatives in the opening regexes.
668
669 Coincidentally, this should make matching of the opening
670 regexp faster as well thanks to the use of `regexp-opt' and
671 having common prefix pulled from many regexes.
672
673 * textmodes/tildify.el (tildify-string-alist)
674 (tildify-ignored-environments-alist): Add `nxml-mode' to the list
675 of supported modes since `xml-mode' is no longer a thing but just
676 an alias to the former. Also include comments and insides of tags
677 in `tildify-ignored-environments-alist' for XML modes. Finally,
678 since XML does not define “&nbsp;”[1], use a numeric reference for
679 a no-break space (namely “&#160;”)
680
681 [1] XML specification defines only a handful of predefined entities.
682 The list is at <http://www.w3.org/TR/REC-xml/#sec-predefined-ent>
683 and includes only &lt;, &gt;, &amp;, &apos; and &quot; (meaning <,
684 >, &, ' and " respectively). This is in contrast to HTML and even
685 XHTML which defined a whole bunch of entities including “&nbsp;”.
686
687 * textmodes/tildify.el (tildify-pattern-alist)
688 (tildify-string-alist, tildify-ignored-environments-alist):
689 Improve defcustom's types by adding more tags explaining what each
690 value means and replace “sexp” used in
691 `tildify-ignored-environments-alist' with a full type declaration.
692
693 * textmodes/tildify.el (tildify-find-env): Fix matched group
694 indexes in end-regex building
695
696 When looking for a start of an ignore-environment, the regex is built
697 by concatenating regexes of all the environments configured in
698 `tildify-ignored-environments-alist'. So for example, the following
699 list could be used to match TeX's \verb and \verb* commands:
700
701 (("\\\\verb\\(.\\)" . (1))
702 ("\\\\verb\\*\\(.\\)" . (1)))
703
704 This would result in the following regex being used to find the start
705 of any of the variants of the \verb command:
706
707 \\\\verb\\(.\\)\\|\\\\verb\\*\\(.\\)
708
709 But now, if “\\\\verb\\*\\(.\\)” matches, the first capture group
710 won't match anything, and thus (match-string 1) will be nil, which
711 will cause building of the end-matching regex to fail.
712
713 Fix this by using capture groups from the time when the opening
714 regexes are matched individually.
715
716 * textmodes/tildify.el (tildify-find-env): Fix end-regex building
717 in `tildify-find-env'
718
719 The `tildify-ignored-environments-alist' allows the end-regex to
720 be provided not as a static string but mix of strings and indexes
721 of groups matched the begin-regex. For example, the “\verb!…!”
722 TeX-command (where “!” is an arbitrary character) is handled
723 using:
724
725 ("\\\\verb\\*?\\(.\\)" . (1))
726
727 In the same way, the following should be supported as well:
728
729 ("open-\\(.\\)" . ("end-" 1))
730
731 However the tildify-find-env function fails at
732
733 (concat result
734 (if (stringp (setq aux (car expression)))
735 expression ; BUG: expression is a list
736 (regexp-quote (match-string aux))))
737
738 where the string part is handled incorrectly.
739
740 The most trivial fix would be to replace `expression' in the
741 true-part of the if-statement with `aux', but instead, this commit
742 optimises `tildify-find-env' by changing it to use `mapconcat'
743 rather than open-coded while-loop.
744
745 2014-06-05 Mario Lang <mlang@delysid.org>
746
747 * woman.el (woman-mapcan): Remove.
748 (woman-parse-colon-path): Use cl-mapcan instead.
749
750 2014-06-03 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
751
752 * register.el: Add link to Emacs manual in Commentary.
753
754 2014-06-02 Sam Steingold <sds@gnu.org>
755
756 * menu-bar.el (lookup-key-ignore-too-long): Extract from...
757 (popup-menu): ...here.
758 (menu-bar-open): Use it to avoid an error when `lookup-key'
759 returns a number.
760
761 2014-06-02 Michael Albinus <michael.albinus@gmx.de>
762
763 * net/tramp.el (tramp-call-process): Add traces.
764 (tramp-handle-unhandled-file-name-directory): Return "/".
765
766 2014-06-02 Wilson Snyder <wsnyder@wsnyder.org>
767
768 Sync with upstream verilog-mode revision 3cd8144.
769 * progmodes/verilog-mode.el (verilog-mode-version): Bump.
770 (verilog-auto-arg-format): New option, to support newlines in AUTOARG.
771 (verilog-type-font-keywords): Add nor.
772 (verilog-batch-execute-func): Force reading of Local Variables.
773 Fix printing "no changes to be saved" with verilog-batch.
774 (verilog-auto-arg-ports): Doc fix.
775 Add verilog-auto-arg-format to support newlines in AUTOARG.
776 (verilog-auto-arg): Doc fix.
777
778 2014-06-02 Glenn Morris <rgm@gnu.org>
779
780 * emulation/crisp.el, emulation/tpu-edt.el, emulation/tpu-extras.el:
781 * emulation/tpu-mapper.el, emulation/vi.el, emulation/vip.el:
782 * emulation/ws-mode.el: Move to obsolete/.
783 * Makefile.in (AUTOGEN_VCS): Update for moved tpu-edu.el.
784
785 2014-06-02 Eli Zaretskii <eliz@gnu.org>
786
787 * simple.el (keyboard-quit): Force update of mode lines, to remove
788 the "Def" indicator, if we were defining a macro. (Bug#17615)
789
790 2014-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
791
792 * minibuffer.el (minibuffer-force-complete-and-exit):
793 Obey minibuffer-default (bug#17545).
794
795 * progmodes/js.el (js-indent-line): Don't mix columns and chars
796 (bug#17619).
797
798 * subr.el (set-transient-map): Don't wait for some "nested"
799 transient-map to finish if we're only supposed to be active for
800 the next command (bug#17642).
801
802 2014-06-02 Leo Liu <sdl.web@gmail.com>
803
804 * emacs-lisp/gv.el (window-buffer, window-display-table)
805 (window-dedicated-p, window-hscroll, window-point, window-start):
806 Fix gv-expander. (Bug#17630)
807
808 2014-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
809
810 * mouse.el (mouse-posn-property): Ignore posn-point for mode-line
811 clicks (bug#17633).
812
813 * leim/quail/latin-pre.el ("latin-2-prefix"): Use ",," rather than ", "
814 for the single comma, since ", " is *very* common in normal French text
815 (bug#17643).
816
817 2014-06-02 Glenn Morris <rgm@gnu.org>
818
819 * emacs-lisp/package.el (package-check-signature)
820 (package-unsigned-archives): Fix :version.
821
822 2014-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
823
824 * subr.el (sit-for): Don't run input-methods (bug#15614).
825
826 2014-06-02 Glenn Morris <rgm@gnu.org>
827
828 * cus-start.el: Fix some :version numbers.
829
830 2014-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
831
832 * simple.el (deactivate-mark): Set mark-active to nil even if
833 deactivation is done via setting transient-mark-mode to nil,
834 since one is buffer-local and the other is global.
835
836 * emacs-lisp/byte-opt.el (byte-optimize-binary-predicate): Don't assume
837 there can't be more than 2 arguments (bug#17584).
838
839 2014-06-02 Glenn Morris <rgm@gnu.org>
840
841 * simple.el (filter-buffer-substring-functions)
842 (filter-buffer-substring-function, buffer-substring-filters)
843 (filter-buffer-substring, buffer-substring--filter): Doc fixes.
844
845 * minibuffer.el (completion-in-region-functions, completion-in-region)
846 (completion--in-region): Doc fixes.
847
848 * abbrev.el (abbrev-expand-functions, abbrev-expand-function)
849 (expand-abbrev, abbrev--default-expand): Doc fixes.
850
851 2014-06-02 Paul Eggert <eggert@cs.ucla.edu>
852
853 Include sources used to create macuvs.h.
854 * international/README: Refer to the Unicode Terms of Use rather
855 than copying it bodily here, as that simplifies maintenance.
856
857 2014-06-01 Glenn Morris <rgm@gnu.org>
858
859 * loadup.el (load-prefer-newer): Set non-nil when dumping. (Bug#17629)
860
861 2014-05-31 Glenn Morris <rgm@gnu.org>
862
863 * files.el (locate-dominating-file): Expand file argument. (Bug#17641)
864
865 2014-05-30 Glenn Morris <rgm@gnu.org>
866
867 * loadup.el: Treat `command-line-args' more flexibly.
868
869 2014-05-30 Alan Mackenzie <acm@muc.de>
870
871 Guard (looking-at "\\s!") from XEmacs.
872 * progmodes/cc-engine.el (c-state-pp-to-literal): add guard form.
873
874 2014-05-30 Ken Olum <kdo@cosmos.phy.tufts.edu> (tiny change)
875
876 * mail/rmail.el (rmail-delete-forward, rmail-delete-backward):
877 The argument COUNT is now optional, to be more backward-compatible.
878 Doc fix. (Bug#17560)
879
880 2014-05-29 Reuben Thomas <rrt@sc3d.org>
881
882 * whitespace.el (whitespace-report-region):
883 Simplify documentation.
884 (whitespace-report-region): Allow report-if-bogus to take the
885 value `never', for non-interactive use.
886 (whitespace-report): Refer to whitespace-report-region's
887 documentation.
888
889 2014-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
890
891 * whitespace.el: Use font-lock-flush. Minimize refontifications.
892 Side benefit: it works without jit-lock.
893 (whitespace-point--used): New buffer-local var.
894 (whitespace-color-on): Initialize it and flush it. Use font-lock-flush.
895 (whitespace-color-off): Use font-lock-flush.
896 (whitespace-point--used, whitespace-point--flush-used): New functions.
897 (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
898 (whitespace-empty-at-eob-regexp): Use them.
899 (whitespace-post-command-hook): Rewrite.
900
901 * font-lock.el (font-lock-flush, font-lock-ensure): New functions.
902 (font-lock-fontify-buffer): Mark interactive-only.
903 (font-lock-multiline, font-lock-fontified, font-lock-set-defaults):
904 Make buffer-local.
905 (font-lock-specified-p): Remove redundant boundp check.
906 (font-lock-flush-function, font-lock-ensure-function): New vars.
907 (font-lock-turn-on-thing-lock): Set them.
908 (font-lock-default-fontify-buffer): Obey font-lock-dont-widen.
909 (font-lock-after-change-function): Make `old-len' optional.
910 (font-lock-set-defaults): Remove redundant `set' of font-lock-defaults.
911 Call font-lock-flush, just in case.
912 * progmodes/verilog-mode.el (verilog-preprocess): Disable workaround in
913 recent Emacsen.
914 * progmodes/vera-mode.el (vera-fontify-buffer): Declare obsolete.
915 (vera-mode-map, vera-mode-menu): Remove bindings to it.
916 * progmodes/idlw-help.el (idlwave-help-fontify): Use font-lock-ensure
917 and with-syntax-table.
918 * textmodes/conf-mode.el (conf-quote-normal):
919 * progmodes/sh-script.el (sh-set-shell):
920 * progmodes/prog-mode.el (prettify-symbols-mode):
921 * progmodes/f90.el (f90-font-lock-n):
922 * progmodes/cwarn.el (cwarn-mode):
923 * nxml/nxml-mode.el (nxml-toggle-char-ref-extra-display):
924 * progmodes/compile.el (compilation-setup, compilation--unsetup):
925 * hi-lock.el (hi-lock-mode, hi-lock-unface-buffer)
926 (hi-lock-set-pattern, hi-lock-set-file-patterns): Use font-lock-flush.
927 * mail/rmail.el (rmail-variables): Set font-lock-dont-widen instead of
928 font-lock-fontify-buffer-function and
929 font-lock-unfontify-buffer-function.
930 (rmail-unfontify-buffer-function, rmail-fontify-message):
931 Use with-silent-modifications.
932 * htmlfontify.el (hfy-force-fontification): Use jit-lock-fontify-now
933 and font-lock-ensure.
934 * bs.el (bs-show-in-buffer): Use font-lock-ensure.
935
936 2014-05-28 Thien-Thi Nguyen <ttn@gnu.org>
937
938 * emacs-lisp/package.el (package-generate-autoloads):
939 Inhibit backup files.
940
941 2014-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
942
943 * progmodes/hideshow.el (hs-hide-all): Call syntax-propertize
944 (bug#17608).
945
946 2014-05-21 Michal Nazarewicz <mina86@mina86.com>
947
948 * textmodes/tildify.el (tildify-buffer, tildify-region):
949 Add dont-ask option.
950
951 2014-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
952
953 * subr.el (zerop): Move from C. Add compiler-macro (bug#17475).
954 * emacs-lisp/byte-opt.el (byte-optimize-zerop): Remove.
955
956 * subr.el (internal--funcall-interactively): New.
957 (internal--call-interactively): Remove.
958 (called-interactively-p): Detect funcall-interactively instead of
959 call-interactively.
960 * simple.el (repeat-complex-command): Use funcall-interactively.
961 (repeat-complex-command--called-interactively-skip): Remove.
962
963 2014-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
964
965 * register.el (register-read-with-preview): Don't burp on
966 frame switches (e.g. due to the frame we just popped).
967
968 * mouse.el (mouse-set-region): Handle spurious drag events (bug#17562).
969 (mouse-drag-track): Annotate `mouse-drag-start' so we know we moved.
970
971 2014-05-26 Andreas Schwab <schwab@linux-m68k.org>
972
973 * cus-face.el (custom-face-attributes): Add :distant-foreground.
974
975 2014-05-26 Martin Rudalics <rudalics@gmx.at>
976
977 * window.el (window--dump-frame): Remove interactive specification.
978
979 2014-05-26 Glenn Morris <rgm@gnu.org>
980
981 * hippie-exp.el (he-line-search-regexp):
982 Handle comint-prompt-regexp containing subgroups. (Bug#17529)
983
984 2014-05-26 Stephen Berman <stephen.berman@gmx.net>
985
986 * calendar/todo-mode.el: Remove dependence on auto-mode-alist,
987 to avoid errors when trying to create or visit a file foo.todo
988 located outside to todo-directory, and to allow having such files
989 without them being tied to Todo mode (bug#17482).
990 (todo-show, todo-move-category, todo-merge-category, todo-find-archive)
991 (todo-archive-done-item, todo-find-filtered-items-file)
992 (todo-filter-items, todo-find-item, todo-diary-goto-entry)
993 (todo-category-completions, todo-read-category): When visiting a
994 Todo file, make sure we're in the right mode and the buffer local
995 variables are set.
996 (todo-make-categories-list, todo-reset-nondiary-marker)
997 (todo-reset-done-string, todo-reset-comment-string):
998 After processing all Todo files, kill the buffers of those files that
999 weren't being visited before the processing.
1000 (todo-display-as-todo-file, todo-add-to-buffer-list)
1001 (todo-visit-files-commands): Comment out.
1002 (todo-modes-set-3, todo-mode): Comment out additions to find-file-hook.
1003 (auto-mode-alist): Remove add-to-list calls making Todo file
1004 extensions unrestrictedly tied to Todo modes.
1005
1006 2014-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
1007
1008 * emacs-lisp/nadvice.el (advice--member-p): Change second arg.
1009 (advice-function-member-p): Tell it to check both names and functions
1010 (bug#17531).
1011 (advice--add-function): Adjust call accordingly.
1012
1013 2014-05-26 Stephen Berman <stephen.berman@gmx.net>
1014
1015 * calendar/todo-mode.el: Miscellaneous bug fixes.
1016 (todo-delete-file): When deleting an archive but not its todo
1017 file, make sure to update the todo file's category sexp.
1018 (todo-move-category): Keep the moved category's name unless the
1019 file moved to already has a category with that name. If the
1020 numerically last category of the source file was moved, make the
1021 first category current to avoid selecting a nonexisting category.
1022 (todo-merge-category): Fix implementation to make merging to a
1023 category in another file work as documented. Eliminate now
1024 insufficient and unnecessary renaming of archive category, correct
1025 document string accordingly, and clarify it. If the numerically
1026 last category of the source file was merged, make the first
1027 category current to avoid selecting a nonexisting category.
1028 (todo-archive-done-item): When there are marked items and point
1029 happens to be on an unmarked item, ignore the latter. Don't leave
1030 point below last item after archiving marked items.
1031 (todo-unarchive-items): Fix logic to ensure unarchiving an item
1032 from an archive with only one category deletes the archive only
1033 when the category is empty after unarchiving. Make sure the todo
1034 file's category sexp is updated.
1035 (todo-read-file-name): Allow an existing file name even when it is
1036 not required (todo-move-category needs this to work as documented).
1037 (todo-add-file): Call todo-validate-name to reject the name of an
1038 existing todo file (needed due to fix in todo-read-file-name).
1039 (todo-reset-nondiary-marker): Also reset in filtered items files.
1040 (todo-reset-done-string, todo-reset-comment-string): Also reset in
1041 regexp filtered items files.
1042 (todo-reset-highlight-item): Also reset in filtered items files.
1043 Fix incorrect variable reference in document string.
1044
1045 2014-05-26 Glenn Morris <rgm@gnu.org>
1046
1047 * window.el (window--dump-frame): Avoid error in --without-x builds.
1048
1049 2014-05-26 Glenn Morris <rgm@gnu.org>
1050
1051 * nxml/nxml-mode.el (xml-mode): Only define this alias once.
1052
1053 2014-05-26 Eli Zaretskii <eliz@gnu.org>
1054
1055 * frame.el (set-frame-font): Doc fix.
1056
1057 * menu-bar.el (menu-set-font): Doc fix. (Bug#17532)
1058
1059 2014-05-26 Dmitry Gutov <dgutov@yandex.ru>
1060
1061 * emacs-lisp/package.el (package--download-one-archive):
1062 Use `write-region' instead of `save-buffer' to avoid running various
1063 hooks. (Bug#17155)
1064 (describe-package-1): Same. Insert newline at the end of the
1065 buffer if appropriate.
1066
1067 2014-05-26 Juri Linkov <juri@jurta.org>
1068
1069 * avoid.el (mouse-avoidance-set-mouse-position): Don't raise frame.
1070 (mouse-avoidance-ignore-p): Remove `switch-frame', add `focus-out'.
1071 Add more modifiers: meta, control, shift, hyper, super, alt.
1072 (Bug#17439)
1073
1074 * avoid.el (mouse-avoidance-banish-position): Fix defcustom :options
1075 to allow changing its value with `set-variable'.
1076
1077 2014-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
1078
1079 * progmodes/scheme.el (scheme-mode-syntax-table): Remove hack for
1080 #; comments.
1081 (scheme-syntax-propertize, scheme-syntax-propertize-sexp-comment):
1082 New functions.
1083 (scheme-mode-variables): Set syntax-propertize-function instead of
1084 font-lock-syntactic-face-function.
1085 (scheme-font-lock-syntactic-face-function): Delete.
1086
1087 * emacs-lisp/lisp.el (end-of-defun): Ensure we move (bug#17274).
1088
1089 * emacs-lisp/timer.el (timer-event-handler): Don't run if canceled
1090 (bug#17392).
1091
1092 2014-05-26 Michael Albinus <michael.albinus@gmx.de>
1093
1094 * net/tramp-sh.el (tramp-find-inline-encoding): Do not match "%%t"
1095 for a temporary file name.
1096
1097 2014-05-26 Eli Zaretskii <eliz@gnu.org>
1098
1099 * simple.el (line-move-ignore-invisible): Doc fix. (Bug#17511)
1100
1101 2014-05-26 Michael Albinus <michael.albinus@gmx.de>
1102
1103 * net/dbus.el (dbus-init-bus, dbus-call-method)
1104 (dbus-call-method-asynchronously, dbus-send-signal)
1105 (dbus-method-return-internal, dbus-method-error-internal):
1106 Check, whether Emacs has been compiled with D-Bus support. (Bug#17508)
1107
1108 2014-05-26 Nicolas Richard <theonewiththeevillook@yahoo.fr>
1109
1110 * emacs-lisp/eieio-opt.el (eieio-help-class): Correctly deal with
1111 methods which do not have a doc string. (Bug#17490)
1112
1113 2014-05-25 Tassilo Horn <tsdh@gnu.org>
1114
1115 * textmodes/reftex-ref.el (reftex-format-special): Make it work
1116 also for AMS Math's \eqref macro.
1117
1118 2014-05-25 Thien-Thi Nguyen <ttn@gnu.org>
1119
1120 Arrange to never byte-compile the generated -pkg.el file.
1121
1122 * emacs-lisp/package.el (package-generate-description-file):
1123 Output first-line comment to set buffer-local var `no-byte-compile'.
1124 Suggested by Dmitry Gutov:
1125 <http://lists.gnu.org/archive/html/emacs-devel/2014-05/msg00401.html>.
1126
1127 2014-05-25 Thien-Thi Nguyen <ttn@gnu.org>
1128
1129 Fix bug: Properly quote args to generated -pkg.el `define-package'.
1130
1131 * emacs-lisp/package.el (package-generate-description-file):
1132 Inline `package--alist-to-plist'; rewrite to selectively
1133 quote alist values that are not self-quoting.
1134 (package--alist-to-plist): Delete func.
1135
1136 2014-05-25 Andreas Schwab <schwab@linux-m68k.org>
1137
1138 * term/xterm.el (xterm-function-map): Add mapping for shifted
1139 keypad keys.
1140
1141 2014-05-24 Daniel Colascione <dancol@dancol.org>
1142
1143 * progmodes/subword.el (subword-find-word-boundary): Move point to
1144 correct spot before search. (Bug#17580)
1145
1146 * emacs-lisp/nadvice.el (defun): Write in eval-and-compile to avoid
1147 breaking the build.
1148
1149 2014-05-24 Leo Liu <sdl.web@gmail.com>
1150
1151 * calc/calc.el (math-bignum): Handle most-negative-fixnum. (Bug#17556)
1152
1153 2014-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
1154
1155 * minibuffer.el (completion--sreverse): Remove.
1156 (completion--common-suffix): Use `reverse' instead.
1157 * emacs-lisp/regexp-opt.el (regexp-opt-group): Use `reverse' on strings.
1158
1159 2014-05-22 Glenn Morris <rgm@gnu.org>
1160
1161 * shell.el (shell-mode) <shell-dirstack-query>: Bypass bash aliases.
1162
1163 2014-05-21 Daniel Colascione <dancol@dancol.org>
1164
1165 * files.el (interpreter-mode-alist): Add mksh.
1166
1167 * progmodes/sh-script.el (sh-ancestor-alist): Add mksh, a pdksh
1168 derivative.
1169 (sh-alias-alist): Alias /system/bin/sh (Android's system shell) to
1170 mksh. Improve custom spec; allow regular expressions.
1171 (sh-shell): Delegate name splitting to `sh-canonicalize-shell'.
1172 (sh-after-hack-local-variables): New function.
1173 (sh-mode): Use it; respect file-local `sh-shell' variable. (bug#17333)
1174 (sh-set-shell): Use `sh-canonicalize-shell' instead of open-coding
1175 the normalization.
1176 (sh-canonicalize-shell): Rewrite to support regexes.
1177
1178 2014-05-21 Leo Liu <sdl.web@gmail.com>
1179
1180 * emacs-lisp/cl-lib.el (cl-endp): Fix last change.
1181
1182 2014-05-19 Leo Liu <sdl.web@gmail.com>
1183
1184 * emacs-lisp/cl-lib.el (cl-endp): Conform to CL's semantics.
1185
1186 2014-05-18 Glenn Morris <rgm@gnu.org>
1187
1188 * loadup.el:
1189 * play/gametree.el: `track-mouse' is always defined since 2012-11-24.
1190
1191 2014-05-14 Sam Steingold <sds@gnu.org>
1192
1193 * progmodes/python.el (python-shell-get-or-create-process):
1194 Do not bind `current-prefix-arg' so that C-c C-z does not talk
1195 back unless requested.
1196
1197 2014-05-14 Glenn Morris <rgm@gnu.org>
1198
1199 * subr.el (with-file-modes): New macro.
1200 * printing.el (pr-save-file-modes): Make obsolete.
1201 * eshell/esh-util.el (eshell-with-file-modes): Make obsolete.
1202 * emacs-lisp/lisp-mode.el (lisp-el-font-lock-keywords-2):
1203 Add with-file-modes.
1204 * doc-view.el (doc-view-make-safe-dir):
1205 * epg.el (epg--start):
1206 * files.el (locate-user-emacs-file, make-temp-file)
1207 (backup-buffer-copy, move-file-to-trash):
1208 * printing.el (pr-despool-print, pr-call-process, pr-text2ps):
1209 * eshell/esh-util.el (eshell-with-private-file-modes)
1210 (eshell-make-private-directory):
1211 * net/browse-url.el (browse-url-mosaic):
1212 * obsolete/mailpost.el (post-mail-send-it):
1213 * obsolete/pgg-pgp.el (pgg-pgp-verify-region):
1214 * obsolete/pgg-pgp5.el (pgg-pgp5-verify-region):
1215 Use with-file-modes.
1216
1217 * vc/emerge.el (emerge-make-temp-file): Simplify.
1218
1219 2014-05-14 Stephen Berman <stephen.berman@gmx.net>
1220 Stefan Monnier <monnier@iro.umontreal.ca>
1221
1222 * minibuffer.el (completion-pcm--merge-try): Merge trailing / with
1223 suffix (bug#15419).
1224
1225 2014-05-14 Glenn Morris <rgm@gnu.org>
1226
1227 * vc/emerge.el (emerge-temp-file-prefix):
1228 Make pointless option obsolete.
1229 (emerge-temp-file-mode): Make non-functional option obsolete.
1230
1231 2014-05-14 Michael Albinus <michael.albinus@gmx.de>
1232
1233 * net/browse-url.el (browse-url):
1234 Use `unhandled-file-name-directory' when setting `default-directory',
1235 in order to circumvent stalled remote connections. (Bug#17425)
1236
1237 2014-05-14 Glenn Morris <rgm@gnu.org>
1238
1239 * printing.el (subst-char-in-string, make-temp-file, pr-get-symbol):
1240 Optimize on Emacs, which has the relevant functions for ages.
1241
1242 2014-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
1243
1244 * simple.el (undo-make-selective-list): Obey undo-no-redo.
1245
1246 2014-05-12 Sam Steingold <sds@gnu.org>
1247
1248 * calendar/time-date.el (seconds-to-string): New function to
1249 pretty print time delay in seconds.
1250
1251 2014-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
1252
1253 * mpc.el (mpc-format): Trim Date to the year.
1254 (mpc-songs-hashcons): Shorten the Date field.
1255
1256 * emacs-lisp/nadvice.el (advice--interactive-form): Don't get fooled
1257 into autoloading just because of a silly indirection.
1258
1259 2014-05-12 Santiago Payà i Miralta <santiagopim@gmail.com>
1260
1261 * vc/vc-hg.el (vc-hg-unregister): New function. (Bug#17454)
1262
1263 2014-05-12 Glenn Morris <rgm@gnu.org>
1264
1265 * emacs-lisp/find-gc.el: Move to ../admin.
1266
1267 * printing.el (pr-version):
1268 * ps-print.el (ps-print-version): Also mention bug-gnu-emacs.
1269
1270 * net/browse-url.el (browse-url-mosaic):
1271 Create /tmp/Mosaic.PID as a private file.
1272
1273 2014-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
1274
1275 * emacs-lisp/nadvice.el: Support adding a given function multiple times.
1276 (advice--member-p): If name is given, only compare the name.
1277 (advice--remove-function): Don't stop at the first match.
1278 (advice--normalize-place): New function.
1279 (add-function, remove-function): Use it.
1280 (advice--add-function): Pass the name, if any, to
1281 advice--remove-function.
1282
1283 2014-05-12 Philipp Rumpf <prumpf@gmail.com> (tiny change)
1284
1285 * electric.el (electric-indent-post-self-insert-function): Don't use
1286 `pos' after modifying the buffer (bug#17449).
1287
1288 2014-05-12 Stephen Berman <stephen.berman@gmx.net>
1289
1290 * calendar/todo-mode.el (todo-insert-item-from-calendar):
1291 Correct argument list to conform to todo-insert-item--basic.
1292
1293 2014-05-12 Glenn Morris <rgm@gnu.org>
1294
1295 * files.el (cd-absolute): Test if directory is accessible
1296 rather than executable. (Bug#17330)
1297
1298 * progmodes/compile.el (recompile):
1299 Handle C-u M-x recompile from a non-compilation buffer. (Bug#17444)
1300
1301 * net/browse-url.el (browse-url-mosaic):
1302 Be careful when writing /tmp/Mosaic.PID. (Bug#17428)
1303 This is CVE-2014-3423.
1304
1305 2014-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
1306
1307 * mouse.el: Use the normal toplevel loop while dragging.
1308 (mouse-set-point): Handle multi-clicks.
1309 (mouse-set-region): Handle multi-clicks for drags.
1310 (mouse-drag-region): Update call accordingly.
1311 (mouse-drag-track): Remove `do-mouse-drag-region-post-process' hack.
1312 Use the normal event loop instead of a local while/read-event loop.
1313 (global-map): Remove redundant bindings for double/triple-mouse-1.
1314 * xt-mouse.el (xterm-mouse-translate-1): Only process one event at a time.
1315 Generate synthetic down events when the protocol only sends up events.
1316 (xterm-mouse-last): Remove.
1317 (xterm-mouse--read-event-sequence-1000): Use xterm-mouse-last-down
1318 terminal parameter instead.
1319 (xterm-mouse--set-click-count): New function.
1320 (xterm-mouse-event): Detect/generate double/triple clicks.
1321 * reveal.el (reveal-close-old-overlays): Don't close while dragging.
1322
1323 * info.el (Info-quoted): New face.
1324 (Info-mode-font-lock-keywords): New var.
1325 (Info-mode): Use it.
1326
1327 * emacs-lisp/lisp-mode.el (preceding-sexp): Exclude leading "," which
1328 are a hindrance for C-x C-e.
1329
1330 2014-05-11 Leo Liu <sdl.web@gmail.com>
1331
1332 * net/rcirc.el (rcirc-sentinel): Fix last change.
1333
1334 2014-05-08 Sam Steingold <sds@gnu.org>
1335
1336 * net/rcirc.el (rcirc-reconnect-delay): New user option.
1337 (rcirc-sentinel): Auto-reconnect to the server if
1338 `rcirc-reconnect-delay' is non-0 (but not more often than its
1339 value in case the host is off-line).
1340
1341 2014-05-09 Eli Zaretskii <eliz@gnu.org>
1342
1343 * progmodes/grep.el (lgrep): Fix a typo in last commit.
1344
1345 2014-05-09 Glenn Morris <rgm@gnu.org>
1346
1347 * files.el (file-expand-wildcards):
1348 * man.el (Man-support-local-filenames):
1349 * printing.el (pr-i-directory, pr-interface-directory):
1350 * progmodes/grep.el (lgrep, rgrep):
1351 * textmodes/ispell.el (ispell-call-process)
1352 (ispell-call-process-region, ispell-start-process)
1353 (ispell-init-process): Use file-accessible-directory-p.
1354
1355 2014-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
1356
1357 * xt-mouse.el: Drop spurious/oddly shaped events (bug#17378).
1358 (xterm-mouse--read-event-sequence-1000): Return nil if something
1359 looks fishy.
1360 (xterm-mouse-event): Propagate it.
1361 (xterm-mouse-translate-1): Handle it.
1362
1363 2014-05-08 Stephen Berman <stephen.berman@gmx.net>
1364
1365 * calendar/todo-mode.el (todo-insert-item--apply-args): When all
1366 four slots of the parameter list are filled, make sure to pass it
1367 to the argument list of todo-insert-item--basic.
1368
1369 2014-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
1370
1371 * emacs-lisp/package.el (package-compute-transaction): Topological sort.
1372 Add optional `seen' argument to detect and break infinite loops.
1373
1374 2014-05-08 Eli Zaretskii <eliz@gnu.org>
1375
1376 * emacs-lisp/find-gc.el (find-gc-unsafe, find-unsafe-funcs)
1377 (trace-unsafe, trace-use-tree): Make parentheses style be
1378 according to Emacs style.
1379
1380 2014-05-08 Michael Albinus <michael.albinus@gmx.de>
1381
1382 * net/tramp-sh.el (tramp-remote-process-environment):
1383 Remove HISTFILE and HISTSIZE; it's too late to set them here.
1384 Add :version entry.
1385 (tramp-open-shell): Do not let-bind `tramp-end-of-output'.
1386 Add "HISTSIZE=/dev/null" to the shell's env arguments. Do not send
1387 extra "PSx=..." commands.
1388 (tramp-maybe-open-connection): Setenv HISTFILE to /dev/null.
1389 (Bug#17295)
1390
1391 (tramp-uudecode): Replace the hard-coded temporary file name by a
1392 format specifier.
1393 (tramp-remote-coding-commands): Enhance docstring.
1394 (tramp-find-inline-encoding): Replace "%t" by a temporary file
1395 name. (Bug#17415)
1396 This is CVE-2014-3424.
1397
1398 2014-05-08 Glenn Morris <rgm@gnu.org>
1399
1400 * emacs-lisp/find-gc.el (find-gc-source-directory): Give it a value.
1401 (find-gc-source-files): Update some names.
1402 (trace-call-tree): Simplify and update.
1403 Avoid predictable temp-file names. (http://bugs.debian.org/747100)
1404 This is CVE-2014-3422.
1405
1406 2014-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
1407
1408 * minibuffer.el (completion--try-word-completion): Revert fix for
1409 Bug#15980 (bug#17375).
1410
1411 * xt-mouse.el (xterm-mouse--read-event-sequence-1000): (bug#17378)
1412 Always store button numbers in the same way in xterm-mouse-last;
1413 Don't burp is xterm-mouse-last is not set as expected.
1414 Never return negative indices.
1415
1416 2014-05-08 Dmitry Gutov <dgutov@yandex.ru>
1417
1418 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
1419 Backtrack one char if the global/char-literal var matcher hits
1420 inside a string. The next char could be the beginning of an
1421 expression expansion.
1422
1423 2014-05-08 Glenn Morris <rgm@gnu.org>
1424
1425 * help-fns.el (describe-function-1): Test for an autoload before a
1426 macro, since `macrop' works on autoloads. (Bug#17410)
1427
1428 2014-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
1429
1430 * electric.el (electric-indent-functions-without-reindent): Add yaml.
1431
1432 * minibuffer.el (completion-table-with-quoting) <completion--unquote>:
1433 Make sure the new point we return is within the new string (bug#17239).
1434
1435 2014-05-05 Daniel Colascione <dancol@dancol.org>
1436
1437 * progmodes/compile.el (compilation-error-regexp-alist-alist):
1438 Port `gnu' pattern to rx.
1439
1440 2014-05-05 Jarek Czekalski <jarekczek@poczta.onet.pl>
1441
1442 Remove unneeded prompt when closing a buffer with active
1443 emacsclient ("Buffer ... still has clients"), #16548.
1444 * server.el (server-start): Remove the only call to:
1445 (server-kill-buffer-query-function): Remove.
1446
1447 2014-05-04 Leo Liu <sdl.web@gmail.com>
1448
1449 * calendar/diary-lib.el (calendar-chinese-month-name-array):
1450 Defvar to pacify compiler.
1451
1452 2014-05-04 Eli Zaretskii <eliz@gnu.org>
1453
1454 * mail/rmailsum.el (rmail-new-summary-1): Fix a typo in a comment.
1455
1456 2014-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
1457
1458 * vc/ediff-diff.el (ediff-set-fine-diff-properties-in-one-buffer):
1459 Use nil rather than `default' for the "default" appearance (bug#17388).
1460 * vc/ediff-util.el (ediff-inferior-compare-regions)
1461 (ediff-toggle-autorefine, ediff-unselect-difference): Don't use
1462 a misleading `default' value when it's really a boolean.
1463 * vc/ediff-init.el (ediff-set-overlay-face): Don't set help-echo if the
1464 overlay is not visible.
1465
1466 2014-05-04 Stephen Berman <stephen.berman@gmx.net>
1467
1468 * calendar/todo-mode.el (todo-edit-file): Use display-warning.
1469 (todo-menu): Uncomment and update.
1470
1471 2014-05-04 Stephen Berman <stephen.berman@gmx.net>
1472
1473 * calendar/todo-mode.el: Reimplement item editing to have the same
1474 basic user interface as item insertion, and make small UI and
1475 larger internal improvements to the latter.
1476 (todo-insert-item): Add reference to the Todo mode user manual to
1477 the documentation string.
1478 (todo-insert-item--basic): Rename from todo-basic-insert-item and
1479 adjust all callers. Change signature to combine diary and
1480 nonmarking arguments. Incorporate functionality of deleted item
1481 copying command and add error checking. Remove detailed
1482 descriptions of the arguments from the documentation string, since
1483 this is treated in the Todo mode user manual.
1484 (todo-copy-item, todo-edit-multiline-item)
1485 (todo-edit-done-item-comment, todo-edit-item-header)
1486 (todo-edit-item-time, todo-edit-item-date-from-calendar)
1487 (todo-edit-item-date-to-today, todo-edit-item-date-day-name)
1488 (todo-edit-item-date-year, todo-edit-item-date-month)
1489 (todo-edit-item-date-day, todo-edit-item-diary-nonmarking):
1490 Remove.
1491 (todo-edit-item): Reimplement as wrapper command for
1492 todo-edit-item--next-key and make it distinguish done and not done
1493 todo items.
1494 (todo-edit-item--text): New function, replacing old command
1495 todo-edit-item and incorporating deleted commands
1496 todo-edit-multiline-item and todo-edit-done-item-comment.
1497 (todo-edit-item--header): Rename from todo-basic-edit-item-header.
1498 Use only numeric value of prefix argument. Remove detailed
1499 descriptions of the arguments from the documentation string, since
1500 this is treated in the Todo mode user manual.
1501 (todo-edit-item--diary-inclusion): New function, replacing old
1502 command todo-edit-item-diary-inclusion and incorporating and fixing
1503 functionality of deleted command todo-edit-item-diary-nonmarking,
1504 making sure to remove todo-nondiary-marker when adding
1505 diary-nonmarking-symbol.
1506 (todo-edit-category-diary-inclusion): Make sure to delete
1507 diary-nonmarking-symbol when adding todo-nondiary-marker.
1508 (todo-edit-category-diary-nonmarking): Fix indentation.
1509 (todo-insert-item--parameters): Group diary and nonmarking
1510 parameters together.
1511 (todo-insert-item--apply-args): Adjust to signature of
1512 todo-insert-item--basic and incorporate copy parameter.
1513 Make small code improvements.
1514 (todo-insert-item--next-param): Improve prompt and adjust it to
1515 new parameter grouping. Remove obsolete code.
1516 (todo-edit-item--param-key-alist)
1517 (todo-edit-item--date-param-key-alist)
1518 (todo-edit-done-item--param-key-alist): New defconsts.
1519 (todo-edit-item--prompt): New variable.
1520 (todo-edit-item--next-key): New function.
1521 (todo-key-bindings-t): Bind "e" to todo-edit-item.
1522 Remove bindings of deleted commands.
1523
1524 2014-05-04 Leo Liu <sdl.web@gmail.com>
1525
1526 * emacs-lisp/cl-macs.el (cl-deftype): Fix indentation.
1527
1528 2014-05-04 Glenn Morris <rgm@gnu.org>
1529
1530 * allout-widgets.el (allout-widgets-tally)
1531 (allout-decorate-item-guides):
1532 * menu-bar.el (menu-bar-positive-p):
1533 * minibuffer.el (completion-pcm-complete-word-inserts-delimiters):
1534 * progmodes/gdb-mi.el (gdbmi-same-start, gdbmi-is-number):
1535 * progmodes/js.el (js--inside-param-list-p)
1536 (js--inside-dojo-class-list-p, js--forward-destructuring-spec):
1537 * progmodes/prolog.el (region-exists-p):
1538 * progmodes/verilog-mode.el (verilog-scan-cache-ok-p):
1539 * textmodes/reftex-parse.el (reftex-using-biblatex-p):
1540 Doc fixes (replace `iff').
1541
1542 2014-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
1543
1544 * mpc.el (mpc-volume-mouse-set): Don't burp at the boundaries.
1545
1546 2014-05-04 Leo Liu <sdl.web@gmail.com>
1547
1548 Support Chinese diary entries in calendar and diary. (Bug#17393)
1549 * calendar/cal-china.el (calendar-chinese-month-name-array): New var.
1550 (calendar-chinese-from-absolute-for-diary)
1551 (calendar-chinese-to-absolute-for-diary)
1552 (calendar-chinese-mark-date-pattern, diary-chinese-mark-entries)
1553 (diary-chinese-list-entries): New functions to list and mark
1554 Chinese diary entries in the calendar window.
1555 (diary-chinese-anniversary)
1556 (diary-chinese-insert-anniversary-entry)
1557 (diary-chinese-insert-entry, diary-chinese-insert-monthly-entry)
1558 (diary-chinese-insert-yearly-entry): New commands to insert
1559 Chinese diary entries.
1560
1561 * calendar/diary-lib.el (diary-font-lock-keywords):
1562 Support font-locking Chinese dates.
1563
1564 * calendar/cal-menu.el (cal-menu-diary-menu): Add entries for
1565 inserting Chinese diary entries.
1566
1567 * calendar/calendar.el (diary-chinese-entry-symbol):
1568 New customizable variable.
1569 (calendar-mode-map): Add bindings for inserting Chinese diary
1570 entries.
1571
1572 2014-05-03 Juri Linkov <juri@jurta.org>
1573
1574 * dired.el (dired-check-switches, dired-switches-recursive-p):
1575 New functions. (Bug#17218)
1576 (dired-switches-escape-p, dired-move-to-end-of-filename):
1577 Use `dired-check-switches'.
1578 (dired-insert-old-subdirs, dired-build-subdir-alist)
1579 (dired-sort-R-check): Use `dired-switches-recursive-p'.
1580
1581 2014-05-01 Barry O'Reilly <gundaetiapo@gmail.com>
1582
1583 * simple.el (undo-make-selective-list): New algorithm fixes
1584 incorrectness of position adjustments when undoing in region.
1585 (Bug#17235)
1586 (undo-elt-crosses-region): Make obsolete.
1587 (undo-adjust-elt, undo-adjust-beg-end, undo-adjust-pos):
1588 New functions to adjust positions using undo-deltas.
1589
1590 2014-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
1591
1592 * emacs-lisp/lisp-mode.el (lisp--match-hidden-arg): Only highlight past
1593 the last consecutive closing paren (bug#17345).
1594
1595 2014-04-30 Reuben Thomas <rrt@sc3d.org>
1596
1597 * dired.el (dired-mode): make terminology for eXpunge command
1598 consistent. (Bug#17276)
1599
1600 2014-04-30 Eli Zaretskii <eliz@gnu.org>
1601
1602 * dired.el (dired-initial-position-hook, dired-initial-position):
1603 Doc string fixes.
1604
1605 2014-04-30 Glenn Morris <rgm@gnu.org>
1606
1607 * mail/rmail.el (rmail-quit): Handle killed summaries. (Bug#17283)
1608
1609 2014-04-30 Matthias Dahl <matthias.dahl@binary-island.eu>
1610
1611 * faces.el (face-spec-recalc): Apply X resources only after the
1612 defface spec has been applied. Thus, X resources are no longer
1613 overriden by the defface spec which also fixes issues on win32 where
1614 the toolbar coloring was wrong because it is set through X resources
1615 and was (wrongfully) overriden. (Bug#16694)
1616
1617 2014-04-30 Stefan Monnier <monnier@iro.umontreal.ca>
1618
1619 * textmodes/rst.el (electric-pair-pairs): Declare.
1620 (rst-mode): Set it (bug#17131).
1621
1622 2014-04-30 Juri Linkov <juri@jurta.org>
1623
1624 * desktop.el (desktop-value-to-string): Let-bind `print-length'
1625 and `print-level' to nil. (Bug#17351)
1626
1627 2014-04-30 Nicolas Richard <theonewiththeevillook@yahoo.fr>
1628
1629 * battery.el (battery-update): Handle the case where battery
1630 status is "N/A" (bug#17319).
1631
1632 2014-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
1633
1634 * progmodes/ps-mode.el: Use SMIE. Move string and comment recognition
1635 to syntax-propertize.
1636 (ps-mode-auto-indent): Mark as obsolete.
1637 (ps-mode-font-lock-keywords-1): Remove string-or-comment handling.
1638 (ps-mode-font-lock-keywords-3): Use symbol regexp operators instead of
1639 word regexp operators.
1640 (ps-mode-map): Move initialization into declaration. Remove binding
1641 for TAB, RET, >, ], and }.
1642 (ps-mode-syntax-table): Move initialization into declaration.
1643 Don't give word syntax to non-word chars.
1644 (ps-run-mode-map): Move initialization into declaration.
1645 (ps-mode-menu-main): Remove auto-indent entry.
1646 (ps-mode-smie-rules): New function.
1647 (ps-mode): Setup smie, syntax-propertize, and electric-indent-mode.
1648 (ps-mode-looking-at-nested, ps-mode-match-string-or-comment): Remove.
1649 (ps-mode--string-syntax-table): New const.
1650 (ps-mode--syntax-propertize-special, ps-mode-syntax-propertize):
1651 New functions.
1652 (ps-mode-newline, ps-mode-tabkey, ps-mode-r-brace, ps-mode-r-angle)
1653 (ps-mode-r-gt, ps-mode-r-balance): Remove functions.
1654
1655 2014-04-27 Daniel Colascione <dancol@dancol.org>
1656
1657 * term/xterm.el (xterm-paste): Use large finite timeout when
1658 reading event to avoid putting keys in this-command-keys.
1659
1660 2014-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
1661
1662 * progmodes/perl-mode.el (perl--syntax-exp-intro-regexp): New var.
1663 (perl-syntax-propertize-function): Use it. Extend handling of
1664 here-docs to the unquoted case.
1665
1666 2014-04-25 Eli Zaretskii <eliz@gnu.org>
1667
1668 * tooltip.el (tooltip-show-help-non-mode, tooltip-show-help):
1669 Use equal-including-properties to compare help-echo strings (bug#17331).
1670
1671 2014-04-25 Leo Liu <sdl.web@gmail.com>
1672
1673 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
1674 Fix syntax for @. (Bug#17325)
1675
1676 2014-04-25 Daniel Colascione <dancol@dancol.org>
1677
1678 * emacs-lisp/cl.el (gv): Require gv early to break eager
1679 macro-expansion cycles.
1680
1681 2014-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
1682
1683 * simple.el (region-active-p): Check there's a mark (bug#17324).
1684
1685 * simple.el (completion-list-mode-map): Use choose-completion for the
1686 mouse binding as well (bug#17302).
1687 (completion-list-mode, completion-setup-function): Adjust docstring and
1688 echo area message accordingly.
1689 * progmodes/idlwave.el (idlwave-choose-completion): Adjust to new
1690 calling convention of choose-completion.
1691 * comint.el (comint-dynamic-list-completions):
1692 * term.el (term-dynamic-list-completions): Accept choose-completion.
1693
1694 * progmodes/perl-mode.el (perl-syntax-propertize-function): Slash after
1695 &, |, +, - and * can't be a division (bug#17317).
1696
1697 * term/xterm.el (xterm--version-handler): Don't use modern xterm
1698 features on gnome-terminal (bug#16988).
1699
1700 2014-04-25 Thien-Thi Nguyen <ttn@gnu.org>
1701
1702 Improve Scheme font-locking for (define ((foo ...) ...) ...).
1703
1704 * progmodes/scheme.el (scheme-font-lock-keywords-1): To find
1705 the declared object, ignore zero or more parens, not zero or one.
1706
1707 2014-04-24 Leo Liu <sdl.web@gmail.com>
1708
1709 * progmodes/xscheme.el (xscheme-expressions-ring)
1710 (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
1711 (xscheme-control-g-disabled-p, xscheme-process-filter-state)
1712 (xscheme-allow-output-p, xscheme-prompt)
1713 (xscheme-string-accumulator, xscheme-mode-string): Use defvar-local.
1714
1715 * progmodes/scheme.el (would-be-symbol, next-sexp-as-string):
1716 Comment out unused functions.
1717
1718 2014-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
1719
1720 * info.el: Use lexical-binding and cl-lib.
1721 Use defvar-local and setq-local instead of make-local-variable.
1722 (Info-apropos-matches): Avoid add-to-list.
1723 (Info-edit-mode-map): Fix obsolescence call to Info-edit-map.
1724
1725 2014-04-24 Daniel Colascione <dancol@dancol.org>
1726
1727 * progmodes/sh-script.el (sh-builtins): Add coproc to list of bash builtins.
1728
1729 2014-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
1730
1731 * emacs-lisp/cl-macs.el (cl--loop-let): Fix last merge.
1732
1733 2014-04-22 Michael Heerdegen <michael_heerdegen@web.de>
1734
1735 * dired.el (dired-insert-set-properties): Do not consider
1736 subdirectory headings and empty lines to be information that
1737 `dired-hide-details-mode' should hide. (Bug#17228)
1738
1739 2014-04-22 Michael Albinus <michael.albinus@gmx.de>
1740
1741 * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
1742 Remove test messages.
1743 (tramp-do-copy-or-rename-file-out-of-band): Do not quote `source'
1744 and `target' twice.
1745
1746 2014-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
1747
1748 * dframe.el (dframe-get-focus): Remove `hook' argument (bug#17311).
1749 * speedbar.el (speedbar-get-focus): Run the "hook" afterwards instead.
1750
1751 * emacs-lisp/cl-macs.el (cl--loop-let): Avoid `nil' as var name.
1752
1753 2014-04-22 Michael Albinus <michael.albinus@gmx.de>
1754
1755 * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
1756 Set "IFS=" when using read builtin, in order to preserve spaces in
1757 the file name. Add test messages for hunting a bug on hydra.
1758 (tramp-get-ls-command): Undo using "-b" argument. It doesn't help.
1759
1760 2014-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
1761
1762 * progmodes/prog-mode.el (prettify-symbols--compose-symbol):
1763 Don't prettify a word within a symbol.
1764
1765 2014-04-22 Michael Albinus <michael.albinus@gmx.de>
1766
1767 * net/tramp-sh.el (tramp-get-ls-command): Use "-b" argument if
1768 possible.
1769
1770 2014-04-22 Daniel Colascione <dancol@dancol.org>
1771
1772 * emacs-lisp/byte-run.el (function-put): Unbreak build: don't
1773 use defun to define `function-put'.
1774
1775 2014-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
1776
1777 * emacs-lisp/lisp-mode.el (lisp--match-hidden-arg): New function.
1778 (lisp-el-font-lock-keywords-2, lisp-cl-font-lock-keywords-2): Use it.
1779 (lisp-mode-variables): Set font-lock-extra-managed-props.
1780
1781 * emacs-lisp/byte-run.el (function-put): New function.
1782 (defun-declarations-alist): Use it. Add `pure' and `side-effect-free'.
1783 * emacs-lisp/cl-macs.el (cl-defstruct, cl-struct-sequence-type)
1784 (cl-struct-slot-info, cl-struct-slot-offset, cl-struct-slot-value):
1785 Use them.
1786
1787 2014-04-22 Daniel Colascione <dancol@dancol.org>
1788
1789 * emacs-lisp/macroexp.el (internal-macroexpand-for-load):
1790 Add `full-p' parameter; when nil, call `macroexpand' instead of
1791 `macroexpand-all'.
1792
1793 * emacs-lisp/byte-run.el (eval-when-compile, eval-and-compile):
1794 Improve docstrings.
1795
1796 * emacs-lisp/bytecomp.el (byte-compile-initial-macro-environment):
1797 Use lambda function values, not quoted lambdas.
1798 (byte-compile-recurse-toplevel): Remove extraneous &optional.
1799
1800 * emacs-lisp/cl-macs.el
1801 (cl-struct-sequence-type, cl-struct-slot-info): Declare pure.
1802 (cl-struct-slot-value): Conditionally use aref or nth so that the
1803 compiler produces optimal code.
1804
1805 2014-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
1806
1807 * emacs-lisp/cl-macs.el (cl-struct-slot-offset): Mark as pure.
1808 (inline): Don't inline cl--set-elt.
1809 (cl-struct-slot-value): Remove explicit gv-setter and compiler-macro.
1810 Define as inlinable instead.
1811 (cl-struct-set-slot-value): Remove.
1812
1813 * emacs-lisp/cl-lib.el (cl--set-elt): Remove.
1814 * emacs-lisp/cl-seq.el (cl-replace, cl-substitute, cl-nsubstitute):
1815 Use setf instead.
1816
1817 2014-04-21 Daniel Colascione <dancol@dancol.org>
1818
1819 * emacs-lisp/cl-macs.el (cl--const-expr-val): We didn't need the
1820 last two parameters after all.
1821 (cl--expr-contains,cl--compiler-macro-typep,cl--compiler-macro-member)
1822 (cl--compiler-macro-assoc,cl-struct-slot-value)
1823 (cl-struct-set-slot-value): Stop using them.
1824
1825 (2014-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
1826
1827 * image-mode.el (image-mode-window-put): Don't assume there's a `t'
1828 entry in image-mode-winprops-alist.
1829
1830 2014-04-21 Daniel Colascione <dancol@dancol.org>
1831
1832 * emacs-lisp/bytecomp.el (byte-compile-recurse-toplevel): New function.
1833 (byte-compile-recurse-toplevel, byte-compile-initial-macro-environment)
1834 (byte-compile-toplevel-file-form): Use it.
1835
1836 * emacs-lisp/cl-macs.el:
1837 (cl--loop-let): Properly destructure `while' clauses.
1838
1839 2014-04-20 Daniel Colascione <dancol@dancol.org>
1840
1841 * vc/vc.el (vc-root-dir): New public autoloaded function for
1842 generically finding the current VC root.
1843 * vc/vc-hooks.el (vc-not-supported): New error.
1844 (vc-call-backend): Signal `vc-not-supported' instead of generic error.
1845
1846 2014-04-20 Daniel Colascione <dancol@dancol.org>
1847
1848 * emacs-lisp/cl-macs.el (cl-the): Make `cl-the' assert its type
1849 argument.
1850 (cl--const-expr-val): cl--const-expr-val should macroexpand its
1851 argument in case we're inside a symbol-macrolet.
1852 (cl--do-arglist, cl--compiler-macro-typep)
1853 (cl--compiler-macro-member, cl--compiler-macro-assoc): Pass macro
1854 environment to `cl--const-expr-val'.
1855 (cl-struct-sequence-type,cl-struct-slot-info)
1856 (cl-struct-slot-offset, cl-struct-slot-value)
1857 (cl-struct-set-slot-value): New functions.
1858
1859 2014-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
1860
1861 * progmodes/sh-script.el (sh-smie--sh-keyword-p): Handle variable
1862 assignments such as "case=hello" (bug#17297).
1863
1864 2014-04-18 Michael Albinus <michael.albinus@gmx.de>
1865
1866 * net/tramp.el (tramp-run-real-handler, tramp-file-name-handler):
1867 Do not autoload.
1868 (tramp-file-name-handler, tramp-completion-file-name-handler):
1869 Revert patch from 2014-04-10, it isn't necessary anymore.
1870 (tramp-autoload-file-name-handler)
1871 (tramp-register-autoload-file-name-handlers): New defuns.
1872 (top): Autoload call of `tramp-register-autoload-file-name-handlers'.
1873 (tramp-register-file-name-handlers): Remove also
1874 `tramp-autoload-file-name-handler' from `file-name-handler-list'.
1875 Do not autoload its invocation, but eval it after loading of 'tramp.
1876
1877 * net/tramp-adb.el (tramp-unload-hook): Unload `tramp-adb'.
1878
1879 * net/tramp-compat.el (tramp-unload-hook): Unload `tramp-loaddefs'.
1880
1881 2014-04-17 Daniel Colascione <dancol@dancol.org>
1882
1883 Add support for bracketed paste mode; add infrastructure for
1884 managing terminal mode enabling and disabling automatically.
1885
1886 * xt-mouse.el:
1887 (xterm-mouse-mode): Simplify.
1888 (xterm-mouse-tracking-enable-sequence)
1889 (xterm-mouse-tracking-disable-sequence): New constants.
1890 (turn-on-xterm-mouse-tracking-on-terminal)
1891 (turn-off-xterm-mouse-tracking-on-terminal):
1892 Use tty-mode-set-strings and tty-mode-reset-strings terminal
1893 parameters instead of random hooks.
1894 (turn-on-xterm-mouse-tracking)
1895 (turn-off-xterm-mouse-tracking): Delete.
1896
1897 * term/xterm.el (xterm-extra-capabilities): Fix bitrotted comment.
1898 (xterm-paste-ending-sequence): New constant.
1899 (xterm-paste): New command used for bracketed paste support.
1900
1901 (xterm-modify-other-keys-terminal-list): Delete obsolete variable.
1902 (terminal-init-xterm-bracketed-paste-mode): New function.
1903 (terminal-init-xterm): Call it.
1904 (terminal-init-xterm-modify-other-keys): Use tty-mode-set-strings
1905 and tty-mode-reset-strings instead of random hooks.
1906 (xterm-turn-on-modify-other-keys)
1907 (xterm-turn-off-modify-other-keys)
1908 (xterm-remove-modify-other-keys): Delete obsolete functions.
1909
1910 * term/screen.el: Rewrite to just use the xterm code.
1911 Add copyright notice. Mention tmux.
1912
1913 2014-04-17 Ian D <dunni@gnu.org> (tiny change)
1914
1915 * image-mode.el (image-mode-window-put): Also update the property of
1916 the "default window".
1917 * doc-view.el (doc-view-new-window-function): If no window
1918 exists, move to the last known page.
1919
1920 2014-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
1921
1922 * progmodes/perl-mode.el (perl-calculate-indent): Don't auto-indent in
1923 here-documents (bug#17262).
1924
1925 2014-04-16 Eli Zaretskii <eliz@gnu.org>
1926
1927 * term/pc-win.el (x-list-fonts, x-get-selection-value):
1928 Provide doc strings, as required by snarf-documentation.
1929
1930 2014-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
1931
1932 * ps-def.el (ps-generate-postscript-with-faces1): Use the new `sorted'
1933 arg of overlays-at. Use `invisible-p'.
1934
1935 * obsolete/lucid.el (extent-at):
1936 * htmlfontify.el (hfy-overlay-props-at): Use the new `sorted' arg of
1937 overlays-at.
1938 (hfy-fontify-buffer): Remove unused var `orig-ovls'.
1939
1940 2014-04-16 João Távora <joaotavora@gmail.com>
1941
1942 * net/shr.el (shr-expand-url): Use `expand-file-name' for relative
1943 links. (Bug#17217).
1944
1945 2014-04-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1946
1947 * vc/ediff-diff.el (ediff-set-fine-diff-properties-in-one-buffer):
1948 Use mapc to loop over a vector. (Bug#17257).
1949
1950 2014-04-16 Michael Albinus <michael.albinus@gmx.de>
1951
1952 * net/tramp-sh.el (tramp-sh-handle-file-truename): Revert previous
1953 patch, there are new problems with file names containing spaces.
1954 Get rid of backticks. (Bug#17238)
1955
1956 2014-04-16 João Távora <joaotavora@gmail.com>
1957
1958 * elec-pair.el (electric-pair--syntax-ppss): Simplify and fix
1959 possible bug.
1960
1961 2014-04-16 Eli Zaretskii <eliz@gnu.org>
1962
1963 * frame.el (blink-cursor-blinks, blink-cursor-blinks-done): Doc fixes.
1964 (blink-cursor-mode): Mention customization variables and the
1965 effect of 'blink-cursor-blinks'.
1966
1967 2014-04-16 Barry O'Reilly <gundaetiapo@gmail.com>
1968
1969 * simple.el (undo): Prevent insertion of identity mapping into
1970 undo-equiv-table so as undo-only does not inf loop in the presence
1971 of consecutive nils in undo list.
1972
1973 2014-04-16 Matthias Dahl <matthias.dahl@binary-island.eu>
1974
1975 * faces.el (make-face): Deprecate optional argument as it is no
1976 longer needed/used since the conditional X resources handling
1977 has been pushed down to make-face-x-resource-internal itself.
1978 (make-empty-face): Don't pass optional argument to make-face.
1979
1980 2014-04-16 Karl Fogel <kfogel@red-bean.com>
1981
1982 * savehist.el (savehist-save): Remove workaround for a read-passwd
1983 bug that was fixed before 24.3. Thanks to Juanma Barranquero for
1984 noticing that the shim was still present.
1985
1986 2014-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
1987
1988 * doc-view.el (doc-view-set-doc-type): Ignore file name case; add .pps.
1989
1990 2014-04-14 Juanma Barranquero <lekktu@gmail.com>
1991
1992 * faces.el (face-set-after-frame-default): Remove unused local variable.
1993
1994 2014-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
1995
1996 * progmodes/grep.el: Use lexical-binding.
1997 (grep-expand-template): Pass explicit lexical env to `eval'.
1998 (zrgrep): Let-bind grep-find-template explicitly.
1999
2000 * emacs-lisp/cl-lib.el (current-case-table): Remove setter.
2001 * leim/quail/sisheng.el (sisheng-list): Use with-case-table.
2002
2003 2014-04-12 Eli Zaretskii <eliz@gnu.org>
2004
2005 * international/characters.el <standard-case-table>: Add entries
2006 for letters from the Coptic block u+2C80-u+2CFF. (Bug#17243)
2007 Set category of Coptic characters be 'g' (Greek).
2008
2009 2014-04-12 Leo Liu <sdl.web@gmail.com>
2010
2011 * progmodes/octave.el (completion-table-with-cache):
2012 Define if not available.
2013 (octave-goto-function-definition, octave-sync-function-file-names)
2014 (octave-find-definition-default-filename):
2015 Backquote upattern for compatibility.
2016
2017 2014-04-12 Michael Albinus <michael.albinus@gmx.de>
2018
2019 * net/tramp-sh.el (tramp-sh-handle-file-truename): Quote the file
2020 name twice due to backticks. (Bug#17238)
2021
2022 2014-04-12 Glenn Morris <rgm@gnu.org>
2023
2024 * term/w32-win.el (x-win-suspend-error):
2025 * term/x-win.el (x-win-suspend-error): Sync docs.
2026
2027 2014-04-12 Matthias Dahl <matthias.dahl@binary-island.eu>
2028
2029 * faces.el (make-face): Remove deprecated optional argument.
2030 The conditional application of X resources is handled directly by
2031 make-face-x-resource-internal since Emacs 24.4.
2032 (make-empty-face): Don't pass optional argument to make-face.
2033
2034 2014-04-11 Glenn Morris <rgm@gnu.org>
2035
2036 * Makefile.in (EMACSDATA, EMACSDOC, EMACSPATH): Unexport. (Bug#16429)
2037
2038 2014-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
2039
2040 Ediff's overlay priorities cause more trouble than they solve.
2041 * vc/ediff-init.el (ediff-shadow-overlay-priority): Remove variable.
2042 (ediff-highest-priority): Remove function (bug#17234).
2043 * vc/ediff-util.el (ediff-highlight-diff-in-one-buffer):
2044 * vc/ediff-diff.el (ediff-set-diff-overlays-in-one-buffer)
2045 (ediff-set-fine-diff-properties-in-one-buffer): Don't mess with
2046 overlay priorities.
2047
2048 2014-04-11 Feng Li <fengli@gmail.com> (tiny change)
2049
2050 * progmodes/pascal.el (pascal-font-lock-keywords): Fix incorrect format
2051 entry; use symbol boundaries to avoid mis-matches.
2052
2053 2014-04-11 Michael Albinus <michael.albinus@gmx.de>
2054
2055 * net/tramp.el (tramp-file-name-handler)
2056 (tramp-completion-file-name-handler): Avoid recursive loading.
2057
2058 * net/tramp-sh.el (tramp-make-copy-program-file-name):
2059 Quote result also locally.
2060
2061 2014-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
2062
2063 * emulation/cua-base.el (<toplevel>, cua--pre-command-handler-1):
2064 Remove left-over code.
2065
2066 * newcomment.el (comment-indent-new-line): Sink code where it's used.
2067 Reuse the previous comment's indentation unconditionally if it's on its
2068 own line.
2069
2070 2014-04-09 Daniel Colascione <dancol@dancol.org>
2071
2072 * emacs-lisp/lisp.el (backward-up-list): Add `escape-strings',
2073 `no-syntax-crossing' arguments. Forward to `up-list'.
2074 (up-list): Add `escape-strings', `no-syntax-crossing' arguments.
2075 Implement logic for escaping from strings. Use narrowing to deal
2076 with corner cases.
2077
2078 2014-04-09 Leo Liu <sdl.web@gmail.com>
2079
2080 * net/rcirc.el (rcirc-connection-info): New variable.
2081 (rcirc-connect): Use it to store connection info.
2082 (rcirc-buffer-process): Avoid get-buffer-process which returns nil
2083 for killed process.
2084 (rcirc-cmd-reconnect): New command. (Bug#17045)
2085 (rcirc-mode, set-rcirc-encode-coding-system)
2086 (set-rcirc-decode-coding-system, rcirc-connect): Use setq-local.
2087
2088 2014-04-09 Daniel Colascione <dancol@dancol.org>
2089
2090 * emacs-lisp/cl-indent.el: Add comment claiming
2091 facility is also good for elisp.
2092 (lisp-indent-find-method): New function.
2093 (common-lisp-indent-function): Recognize cl-loop.
2094 (common-lisp-indent-function-1): Recognize cl constructs; use
2095 `lisp-indent-find-method' instead of `get' directly.
2096 (if): Use else-body style for elisp.
2097
2098 2014-04-09 Dmitry Gutov <dgutov@yandex.ru>
2099
2100 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Highlight more
2101 Module methods. (Bug#17216)
2102
2103 2014-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
2104
2105 * help.el (describe-bindings): Fix buffer handling (bug#17210).
2106 (describe-bindings-internal): Mark obsolete.
2107
2108 2014-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
2109
2110 * subr.el (with-silent-modifications): Don't bind deactivate-mark,
2111 buffer-file-name, and buffer-file-truename any more.
2112
2113 2014-04-08 Leo Liu <sdl.web@gmail.com>
2114
2115 Use lexical-binding and require cl-lib.
2116 * net/rcirc.el (rcirc, rcirc-handler-ctcp-KEEPALIVE)
2117 (rcirc-handler-generic, rcirc-fill-paragraph)
2118 (rcirc-format-response-string, rcirc-target-buffer)
2119 (rcirc-last-line, rcirc-record-activity, rcirc-split-activity)
2120 (rcirc-activity-string, rcirc-make-trees, rcirc-cmd-ctcp)
2121 (rcirc-ctcp-sender-PING, rcirc-browse-url)
2122 (rcirc-markup-timestamp, rcirc-markup-attributes)
2123 (rcirc-markup-my-nick, rcirc-markup-urls)
2124 (rcirc-markup-bright-nicks, rcirc-markup-fill)
2125 (rcirc-check-auth-status, rcirc-handler-WALLOPS)
2126 (rcirc-handler-JOIN, rcirc-handler-PART-or-KICK)
2127 (rcirc-handler-PART, rcirc-handler-KICK, rcirc-handler-QUIT)
2128 (rcirc-handler-NICK, rcirc-handler-PING, rcirc-handler-PONG)
2129 (rcirc-handler-TOPIC, rcirc-handler-301, rcirc-handler-317)
2130 (rcirc-handler-332, rcirc-handler-333, rcirc-handler-477)
2131 (rcirc-handler-MODE, rcirc-handler-353, rcirc-handler-366)
2132 (rcirc-authenticate, rcirc-handler-INVITE, rcirc-handler-ERROR)
2133 (rcirc-handler-ctcp-VERSION, rcirc-handler-ctcp-TIME)
2134 (rcirc-handler-CTCP-response): Fix unused arguments warnings and
2135 use cl-lib.
2136
2137 2014-04-07 João Távora <joaotavora@gmail.com>
2138
2139 * elec-pair.el (electric-pair--syntax-ppss):
2140 When inside comments parse from comment beginning.
2141 (electric-pair--balance-info): Fix typo in comment.
2142 (electric-pair--in-unterminated-string-p): Delete.
2143 (electric-pair--unbalanced-strings-p): New function.
2144 (electric-pair-string-bound-function): New var.
2145 (electric-pair-inhibit-if-helps-balance): Decide quote pairing
2146 according to `electric-pair--in-unterminated-string-p'
2147
2148 * elec-pair.el (electric-pair-inhibit-if-helps-balance):
2149 Inhibit quote pairing if point-max is inside an unterminated string.
2150 (electric-pair--looking-at-unterminated-string-p): Delete.
2151 (electric-pair--in-unterminated-string-p): New function.
2152
2153 2014-04-07 Glenn Morris <rgm@gnu.org>
2154
2155 * shell.el (shell-directory-tracker):
2156 Go back to just ignoring failures. (Bug#17159)
2157
2158 2014-04-07 João Távora <joaotavora@gmail.com>
2159
2160 Fix `electric-pair-delete-adjacent-pairs' in modes binding
2161 backspace. (bug#16981)
2162 * elec-pair.el (electric-pair-backward-delete-char): Delete.
2163 (electric-pair-backward-delete-char-untabify): Delete.
2164 (electric-pair-mode-map): Bind backspace to a menu item filtering
2165 a new `electric-pair-delete-pair' command.
2166 (electric-pair-delete-pair): New command.
2167
2168 * progmodes/python.el (python-electric-pair-string-delimiter):
2169 Fix triple-quoting electricity. (Bug#17192)
2170
2171 * elec-pair.el (electric-pair-post-self-insert-function):
2172 Don't skip whitespace when `electric-pair-text-pairs' and
2173 `electric-pair-pairs' were used. syntax to
2174 electric-pair--skip-whitespace. (Bug#17183)
2175
2176 2014-04-07 Eli Zaretskii <eliz@gnu.org>
2177
2178 * leim/quail/ipa.el (ipa-x-sampa): Fix the character produced for
2179 "<F>". (Bug#17199)
2180
2181 2014-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
2182
2183 * mpc.el (mpc--status-timer-run): Disable timer if not displayed.
2184 (mpc--status-idle-timer-run): Use mpc--status-timer-run.
2185
2186 2014-04-07 Glenn Morris <rgm@gnu.org>
2187
2188 * help.el (view-lossage): Doc tweak.
2189
2190 2014-04-07 Matthias Dahl <ml_emacs-lists@binary-island.eu>
2191
2192 * faces.el (face-spec-recalc): Call make-face-x-resource-internal
2193 only when inhibit-x-resources is nil, and do that earlier in the
2194 function. Doc fix. (Bug#16694)
2195 (face-spec-choose): Accept additional optional argument, whose
2196 value is returned if no matching attributes are found.
2197 (face-spec-recalc): Use the new optional argument when calling
2198 face-spec-choose. (Bug#16378)
2199 (make-face-x-resource-internal): Do nothing when
2200 inhibit-x-resources is non-nil. Don't touch the default face if
2201 reversed video is given--as was done in previous versions of Emacs.
2202 (face-set-after-frame-default): Don't call
2203 make-face-x-resource-internal here. (Bug#16434)
2204
2205 2014-04-07 Tassilo Horn <tsdh@gnu.org>
2206
2207 * doc-view.el (doc-view-bookmark-jump):
2208 Use `bookmark-after-jump-hook' to jump to the right page after the
2209 buffer is shown in a window. (bug#16090)
2210
2211 2014-04-07 Eli Zaretskii <eliz@gnu.org>
2212
2213 * international/characters.el (mirroring): Fix last change:
2214 instead of loading uni-mirrored.el explicitly, do that implicitly
2215 by creating the 'mirroring' uniprop table. This avoids announcing
2216 the loading of uni-mirrored.el.
2217
2218 2014-04-07 Glenn Morris <rgm@gnu.org>
2219
2220 * files.el (buffer-stale--default-function)
2221 (buffer-stale-function, revert-buffer--default):
2222 * autorevert.el (auto-revert-buffers): Doc tweaks.
2223
2224 2014-04-07 Eli Zaretskii <eliz@gnu.org>
2225
2226 * international/characters.el: Preload uni-mirrored.el. (Bug#17169)
2227
2228 2014-04-07 Glenn Morris <rgm@gnu.org>
2229
2230 * files.el (make-backup-file-name-function)
2231 (make-backup-file-name, make-backup-file-name--default-function)
2232 (make-backup-file-name-1, find-backup-file-name)
2233 (revert-buffer-function, revert-buffer-insert-file-contents-function)
2234 (buffer-stale--default-function, buffer-stale-function)
2235 (before-revert-hook, after-revert-hook, revert-buffer-in-progress-p)
2236 (revert-buffer, revert-buffer--default)
2237 (revert-buffer-insert-file-contents--default-function):
2238 Doc fixes related to defaults no longer being nil.
2239 (make-backup-file-name-function): Bump :version.
2240 Restore nil as a valid but deprecated custom type.
2241
2242 2014-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
2243
2244 * progmodes/perl-mode.el (perl-syntax-propertize-function):
2245 Handle $' used as a variable (bug#17174).
2246
2247 * progmodes/perl-mode.el (perl-indent-new-calculate):
2248 Handle forward-sexp failure (bug#16985).
2249 (perl-syntax-propertize-function): Add "foreach" and "for" statement
2250 modifiers introducing expressions (bug#17116).
2251
2252 2014-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
2253
2254 * dired-aux.el (dired-file-set-difference): Use lexical-scoping.
2255
2256 2014-04-05 Leo Liu <sdl.web@gmail.com>
2257
2258 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
2259 Add define-compilation-mode.
2260
2261 2014-04-04 João Távora <joaotavora@gmail.com>
2262
2263 * elec-pair.el (electric-pair--syntax-ppss): When inside comments
2264 parse from comment beginning.
2265 (electric-pair--balance-info): Fix typo in comment.
2266 (electric-pair--in-unterminated-string-p): Delete.
2267 (electric-pair--unbalanced-strings-p): New function.
2268 (electric-pair-string-bound-function): New var.
2269 (electric-pair-inhibit-if-helps-balance): Decide quote pairing
2270 according to `electric-pair--in-unterminated-string-p'.
2271
2272 2014-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
2273
2274 * textmodes/reftex-parse.el (reftex--index-tags): Rename `index-tags'.
2275 Move declaration before first use.
2276 (reftex-move-to-next-arg): Silence compiler warning.
2277
2278 2014-04-04 Joost Kremers <joostkremers@fastmail.fm> (tiny change)
2279
2280 * textmodes/reftex-toc.el (reftex-toc, reftex-re-enlarge):
2281 Use `window-total-width' instead of `window-width'.
2282
2283 2014-04-03 Daniel Colascione <dancol@dancol.org>
2284
2285 * subr.el (set-transient-map): Remove rms's workaround entirely;
2286 use new `suspicious-object' subr to mark our lambda for closer
2287 scrutiny during gc.
2288
2289 2014-04-02 Richard Stallman <rms@gnu.org>
2290
2291 * subr.el (set-transient-map): Comment out previous change.
2292
2293 2014-04-02 Glenn Morris <rgm@gnu.org>
2294
2295 * menu-bar.el (menu-bar-file-menu):
2296 * vc/ediff.el (ediff-current-file):
2297 Update for revert-buffer-function no longer being nil by default.
2298
2299 * simple.el (command-execute): Respect nil disabled-command-function.
2300
2301 2014-04-02 Nicolas Richard <theonewiththeevillook@yahoo.fr>
2302
2303 * simple.el (command-execute): Do not execute the command when it
2304 is disabled; fixes thinko in 2013-02-20 conversion from C. (Bug#17151)
2305
2306 2014-04-02 Juri Linkov <juri@jurta.org>
2307
2308 * dired-aux.el (dired-compress-file): Don't use string-match-p
2309 because its match data is used afterwards.
2310
2311 2014-04-02 Stefan Monnier <monnier@iro.umontreal.ca>
2312
2313 * emacs-lisp/package.el (package-built-in-p): Treat a min-version of
2314 0 like nil.
2315
2316 2014-04-02 João Távora <joaotavora@gmail.com>
2317
2318 * elec-pair.el (electric-pair-inhibit-if-helps-balance):
2319 Inhibit quote pairing if point-max is inside an unterminated string.
2320 (electric-pair--looking-at-unterminated-string-p):
2321 Delete.
2322 (electric-pair--in-unterminated-string-p): New function.
2323
2324 2014-04-01 Daniel Colascione <dancol@dancol.org>
2325
2326 * minibuffer.el (minibuffer-complete): Prevent assertion failure
2327 when trying to complete the prompt.
2328
2329 2014-03-31 Leo Liu <sdl.web@gmail.com>
2330
2331 * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info):
2332 Refactor out eldoc-documentation-function-default.
2333 (eldoc-documentation-function-default): New function.
2334 (eldoc-documentation-function): Change value.
2335
2336 2014-03-31 Glenn Morris <rgm@gnu.org>
2337
2338 * simple.el (cycle-spacing--context, cycle-spacing): Doc tweaks.
2339
2340 * progmodes/vhdl-mode.el (vhdl-speedbar-select-mra)
2341 (vhdl-compose-components-package, vhdl-compose-configuration):
2342 Abbreviate default-directory (missing from some previous upstream sync).
2343
2344 2014-03-31 Reto Zimmermann <reto@gnu.org>
2345
2346 Sync with upstream vhdl mode v3.35.2.
2347 * progmodes/vhdl-mode.el (vhdl-version, vhdl-time-stamp): Update.
2348 (top-level): No longer require assoc.
2349 (vhdl-asort, vhdl-anot-head-p, vhdl-aput, vhdl-adelete, vhdl-aget):
2350 New functions. Use throughout to replace aget etc.
2351 (vhdl-aput-delete-if-nil): Rename from vhdl-aput.
2352 (vhdl-update-file-contents): Update for vhdl-aput-delete-if-nil rename.
2353 (vhdl-template-replace-header-keywords): Fix bug for "<title string>".
2354 (vhdl-compile-init): Do not initialize regexps for Emacs 22+.
2355 (vhdl-error-regexp-emacs-alist): Remove regexps from all compilers
2356 except `vhdl-compiler'.
2357 (vhdl-error-regexp-add-emacs): Remove all other compilers,
2358 when appropriate.
2359
2360 2014-03-31 Glenn Morris <rgm@gnu.org>
2361
2362 * progmodes/vhdl-mode.el (vhdl-expand-abbrev, vhdl-expand-paren):
2363 Revert 2014-03-26 merge goof; go back to using defalias.
2364
2365 2014-03-30 Daniel Colascione <dancol@dancol.org>
2366
2367 * comint.el (comint-send-input):
2368 Deactivate completion-in-region-mode before we send comint input.
2369 (Bug#17139).
2370
2371 * simple.el (keyboard-quit): Deactivate completion-in-region-mode
2372 on keyboard-quit.
2373
2374 2014-03-29 Glenn Morris <rgm@gnu.org>
2375
2376 * textmodes/reftex.el: Manage most autoloads automatically.
2377 * textmodes/reftex-auc.el, textmodes/reftex-cite.el:
2378 * textmodes/reftex-dcr.el, textmodes/reftex-global.el:
2379 * textmodes/reftex-index.el, textmodes/reftex-parse.el:
2380 * textmodes/reftex-ref.el, textmodes/reftex-sel.el:
2381 * textmodes/reftex-toc.el: Set generated-autoload-file,
2382 and add autoload cookies for reftex.el.
2383 * Makefile.in (AUTOGEN_VCS): Add textmodes/reftex.el.
2384
2385 2014-03-28 Glenn Morris <rgm@gnu.org>
2386
2387 * cus-start.el (report-emacs-bug-address): Set custom properties.
2388 * mail/emacsbug.el (report-emacs-bug-address):
2389 Variable is now defined in emacs.c.
2390
2391 * mail/emacsbug.el (report-emacs-bug):
2392 Include system-configuration-features.
2393
2394 2014-03-28 Michal Nazarewicz <mina86@mina86.com>
2395
2396 * simple.el (cycle-spacing): Never delete spaces on first run by
2397 default, but do so in a new 'fast mode and if there are already
2398 N spaces (the previous behavior).
2399 Compare N with its value in previous invocation so that changing
2400 prefix argument restarts `cycle-spacing' sequence.
2401 The idea is that with this change, binding M-SPC to
2402 `cycle-spacing' should not introduce any changes in behavior of
2403 the binding so long as users do not type M-SPC twice in a raw with
2404 the same prefix argument or lack thereof.
2405
2406 2014-03-28 Glenn Morris <rgm@gnu.org>
2407
2408 * faces.el (term-file-aliases): New variable.
2409 (tty-run-terminal-initialization): Respect term-file-aliases.
2410 * term/apollo.el, term/vt102.el, term/vt125.el, term/vt201.el:
2411 * term/vt220.el, term/vt240.el, term/vt300.el, term/vt320.el:
2412 * term/vt400.el, term/vt420.el: Remove files, replaced by aliases.
2413
2414 2014-03-27 Glenn Morris <rgm@gnu.org>
2415
2416 * startup.el (inhibit-startup-hooks): Doc tweak.
2417 (normal-top-level): Simplify running of hooks.
2418 For window-setup-hook, respect inhibit-startup-hooks.
2419 (command-line-1): Don't set window-setup-hook to nil.
2420
2421 Allow selective autoloading from obsolete/ directory.
2422 * Makefile.in (obsolete-autoloads): New rule.
2423 (autoloads): Run obsolete-autoloads.
2424 * obsolete/iswitchb.el (iswitchb-mode): Use obsolete-autoload.
2425 * simple.el (iswitchb-mode): Remove hand-written autoloads.
2426
2427 2014-03-27 Dmitry Gutov <dgutov@yandex.ru>
2428
2429 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
2430 Highlight special globals with font-lock-builtin-face. (Bug#17057)
2431
2432 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
2433 Don't propertize `?' or `!' as symbol constituent when after
2434 colon. (Bug#17097)
2435
2436 2014-03-27 Juanma Barranquero <lekktu@gmail.com>
2437
2438 * frameset.el (frameset--restore-frame): Remove workaround for bug#14795
2439 which is no longer needed and causes trouble in GTK builds (bug#17046).
2440
2441 * emacs-lisp/package-x.el (package--archive-contents-from-url):
2442 Use url-insert-file-contents; package-handle-response no longer exists.
2443
2444 2014-03-26 Daniel Colascione <dancol@dancol.org>
2445
2446 * simple.el (process-menu-mode-map): New variable.
2447 (process-menu-delete-process): New command.
2448
2449 2014-03-26 Juanma Barranquero <lekktu@gmail.com>
2450
2451 * emacs-lisp/package.el: Fix bug#16733 (again).
2452 (url-http-parse-response, url-http-end-of-headers, url-recreate-url)
2453 (url-http-target-url): Remove unused declarations.
2454 (package-handle-response): Remove.
2455 (package--with-work-buffer): Use url-insert-file-contents and simplify.
2456 (package--download-one-archive): Use current-buffer instead of
2457 dynamic binding of `buffer'.
2458 (describe-package-1): Do not decode readme-string.
2459
2460 2014-03-26 Michael Albinus <michael.albinus@gmx.de>
2461
2462 * net/tramp.el (tramp-methods, tramp-connection-timeout): Fix docstring.
2463
2464 * net/tramp-sh.el (tramp-sh-handle-vc-registered): Revert change
2465 from 2014-03-07, it decreases performance unnecessarily. Let-bind
2466 `remote-file-name-inhibit-cache' to nil in the second pass.
2467 (tramp-find-executable): Do not call "which" on SunOS.
2468 (tramp-send-command-and-check): Fix docstring.
2469 (tramp-do-copy-or-rename-file-directly): In the `rename' case,
2470 check whether source directory has set the sticky bit.
2471
2472 2014-03-26 Barry O'Reilly <gundaetiapo@gmail.com>
2473
2474 * simple.el (primitive-undo): Only process marker adjustments
2475 validated against their corresponding (TEXT . POS). Issue warning
2476 for lone marker adjustments in undo history. (Bug#16818)
2477 (undo-make-selective-list): Add marker adjustments to selective
2478 undo list based on whether their corresponding (TEXT . POS) is in
2479 the region. Remove variable adjusted-markers, which was unused
2480 and only non nil during undo-make-selective-list.
2481 (undo-elt-in-region): Return nil when passed a marker adjustment
2482 and explain in function doc.
2483
2484 2014-03-26 Nicolas Richard <theonewiththeevillook@yahoo.fr>
2485
2486 * align.el (align-region): Do not fail when end-mark is nil (bug#17088).
2487
2488 2014-03-26 Dmitry Gutov <dgutov@yandex.ru>
2489
2490 * progmodes/ruby-mode.el (ruby-expression-expansion-re):
2491 Match special global variables without curlies, too.
2492 (ruby-font-lock-keywords): Simplify the matcher for special global
2493 variables. Don't require a non-word character after the variable.
2494 (Bug#17057)
2495
2496 2014-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
2497
2498 * simple.el (redisplay-highlight-region-function): Increase priority of
2499 overlay to make sure boundaries are visible (bug#15899).
2500
2501 2014-03-26 Juanma Barranquero <lekktu@gmail.com>
2502
2503 * frameset.el (frameset--initial-params): Fix typo in parameter name.
2504 (frameset-restore): Compare display strings with equal.
2505
2506 * frame.el (make-frame): Don't quote display name in error message,
2507 it is already a string.
2508
2509 2014-03-26 Thierry Volpiatto <thierry.volpiatto@gmail.com>
2510
2511 * net/tramp.el (tramp-read-passwd): Suspend the timers while reading
2512 the password.
2513
2514 2014-03-26 Dmitry Gutov <dgutov@yandex.ru>
2515
2516 * emacs-lisp/package.el (package--add-to-archive-contents):
2517 Include already installed and built-in packages in
2518 `package-archive-contents'.
2519 (package-install): Don't include already installed packages in the
2520 options during interactive invocation. (Bug#16762)
2521 (package-show-package-list): If the buffer is already displayed in
2522 another window, switch to that window.
2523
2524 2014-03-26 Reto Zimmermann <reto@gnu.org>
2525
2526 Sync with upstream vhdl mode v3.35.1.
2527 * progmodes/vhdl-mode.el (vhdl-version, vhdl-time-stamp): Update.
2528 (vhdl-compiler-alist): Doc fix.
2529 (vhdl-goto-line): Remove.
2530 (vhdl-mode-abbrev-table-init): Add XEmacs compat.
2531 (vhdl-mode) <paragraph-start>: Fix value.
2532 (vhdl-fix-statement-region): Not `for' in wait-statement.
2533 (vhdl-beautify-region): Also (un)tabify.
2534 (vhdl-get-visible-signals):
2535 Scan declarative part of generate statements.
2536 (vhdl-template-record): Fix indentation for record type declaration.
2537 (vhdl-expand-abbrev, vhdl-expand-paren):
2538 Revert to using fset again rather than defalias.
2539 (vhdl-scan-directory-contents): Tweak.
2540 (vhdl-speedbar-find-file, vhdl-speedbar-port-copy)
2541 (vhdl-compose-components-package):
2542 Replace vhdl-goto-line with forward-line.
2543 (top-level): Tweak speedbar frame selection.
2544 (vhdl-generate-makefile-1): Support for compilers with no
2545 unit-to-file name mapping (create directory with dummy files).
2546
2547 2014-03-26 Wilson Snyder <wsnyder@wsnyder.org>
2548
2549 Sync with upstream verilog-mode revision 702457d.
2550 * progmodes/verilog-mode.el (verilog-mode-version): Update.
2551 (create-lockfiles): Declare.
2552 (verilog-read-decls): Fix module header imports, bug709.
2553 Reported by Victor Lau.
2554 Fix parsing 'var' in AUTOs, msg1294. Reported by Dominique Chen.
2555 (verilog-auto-inout-module): Fix AUTOINOUTMODULE not inserting
2556 interface-only modules, bug721. Reported by Dean Hoyt.
2557
2558 2014-03-26 Glenn Morris <rgm@gnu.org>
2559
2560 * obsolete/gulp.el: Move here from emacs-lisp/.
2561
2562 * files.el (lock-buffer, unlock-buffer, file-locked-p):
2563 Remove fallback aliases, since they are always defined now.
2564
2565 2014-03-24 Daniel Colascione <dancol@dancol.org>
2566
2567 * emacs-lisp/cl-macs.el (cl--do-arglist): Use `plist-member'
2568 instead of cl-loop search function.
2569
2570 2014-03-23 Lars Ingebrigtsen <larsi@gnus.org>
2571
2572 * calendar/parse-time.el (parse-time-iso8601-regexp)
2573 (parse-iso8601-time-string): Copied from `url-dav' so that we can use
2574 it more generally.
2575
2576 2014-03-23 Lars Ingebrigtsen <larsi@gnus.org>
2577
2578 * net/dns.el (network-interface-list): Define for XEmacs.
2579
2580 2014-03-23 Magnus Henoch <magnus.henoch@gmail.com>
2581
2582 * net/dns.el (dns-servers-up-to-date-p): New function to see whether
2583 the network interfaces changed.
2584 (dns-query): Use it to flush the data.
2585
2586 2014-03-23 Juanma Barranquero <lekktu@gmail.com>
2587
2588 * vc/vc.el (vc-rollback): Use set-buffer-modified-p.
2589
2590 2014-03-23 Daniel Colascione <dancol@dancol.org>
2591
2592 Change subword-mode to use `find-word-boundary-function-table' and
2593 replace `capitalized-words-mode'. Also, convert to lexical
2594 binding.
2595
2596 * progmodes/cap-words.el: Delete now-obsolete file.
2597 * progmodes/subword.el: Reimplement using
2598 `find-word-boundary-function-table'.
2599 (subword-mode-map): Hollow out.
2600 (capitalized-words-mode): Define as obsolete alias for
2601 `subword-mode'.
2602 (subword-mode, superword-mode): Tweak documentation to reflect new
2603 implementation; call `subword-setup-buffer'.
2604 (subword-forward, subword-capitalize): Add underscore to indicate
2605 unused variable.
2606 (subword-find-word-boundary-function-table): New constant.
2607 (subword-empty-char-table): New constant.
2608 (subword-setup-buffer): New function.
2609 (subword-find-word-boundary): New function.
2610
2611 2014-03-23 Daniel Colascione <dancol@dancol.org>
2612
2613 * emacs-lisp/cl-macs.el (cl--do-arglist): Use a little `cl-loop'
2614 list to look for keyword arguments instead of `memq', fixing
2615 (Bug#3647) --- unfortunately, only for freshly-compiled code.
2616 Please make bootstrap.
2617
2618 2014-03-22 Glenn Morris <rgm@gnu.org>
2619
2620 * dired.el (dired-read-regexp): Make obsolete.
2621 (dired-mark-files-regexp, dired-mark-files-containing-regexp)
2622 (dired-flag-files-regexp):
2623 * dired-aux.el (dired-mark-read-regexp):
2624 * dired-x.el (dired-mark-unmarked-files): Use read-regexp directly.
2625
2626 * startup.el (fancy-startup-text):
2627 * help.el (describe-gnu-project): Visit online info about GNU project.
2628
2629 * help-fns.el (help-fns--interactive-only): New function.
2630 (help-fns-describe-function-functions): Add the above function.
2631 * simple.el (beginning-of-buffer, end-of-buffer, insert-buffer)
2632 (next-line, previous-line): Remove hand-written interactive-only
2633 information from doc strings, it is auto-generated now.
2634 * bookmark.el (bookmark-write):
2635 * epa-mail.el (epa-mail-decrypt, epa-mail-verify, epa-mail-sign)
2636 (epa-mail-import-keys): Mark interactive-only,
2637 and remove hand-written interactive-only information from doc strings.
2638 * epa.el (epa-decrypt-armor-in-region, epa-verify-region)
2639 (epa-verify-cleartext-in-region, epa-sign-region, epa-encrypt-region):
2640 * files.el (not-modified):
2641 * simple.el (mark-whole-buffer): Mark interactive-only.
2642
2643 * emacs-lisp/byte-run.el (defun-declarations-alist):
2644 Add interactive-only. Doc tweak.
2645 (macro-declarations-alist): Doc tweak.
2646 * subr.el (declare): Doc tweak (add xref to manual).
2647 * comint.el (comint-run):
2648 * files.el (insert-file-literally, insert-file):
2649 * replace.el (replace-string, replace-regexp):
2650 * simple.el (beginning-of-buffer, end-of-buffer, delete-backward-char)
2651 (delete-forward-char, goto-line, insert-buffer, next-line)
2652 (previous-line): Set interactive-only via declare.
2653
2654 2014-03-22 Dmitry Gutov <dgutov@yandex.ru>
2655
2656 * emacs-lisp/package.el (package-desc): Use the contents of the
2657 quoted form, not its cdr. (Bug#16873)
2658
2659 2014-03-22 Juanma Barranquero <lekktu@gmail.com>
2660
2661 * w32-common-fns.el (x-selection-owner-p): Add empty docstring for the
2662 benefit of doc.c; change parameter profile to match the X function.
2663
2664 2014-03-22 Leo Liu <sdl.web@gmail.com>
2665
2666 * help.el (temp-buffer-setup-hook): Remove help-mode-setup.
2667 (temp-buffer-show-hook): Remove help-mode-finish. (Bug#16038)
2668
2669 2014-03-21 Richard Stallman <rms@gnu.org>
2670
2671 * battery.el (battery-linux-sysfs): Search for each field
2672 from the beginning of the buffer.
2673
2674 * subr.el (set-transient-map): Clear out function and value
2675 of the temporary symbol when we're done with it.
2676
2677 * mail/rmailsum.el (rmail-summary-delete-forward):
2678 Optimize case of reaching end and handling count.
2679 (rmail-summary-mark-deleted): Optimize when N is current msg.
2680 Don't create new summary line.
2681 (rmail-summary-undelete): Pass arg to rmail-undelete-previous-message.
2682 (rmail-summary-undelete-many): Rewrite for speed.
2683 (rmail-summary-msg-number): New function.
2684
2685 * mail/rmail.el (rmail-delete-message): Update summary.
2686 (rmail-undelete-previous-message): Handle repeat count arg.
2687 (rmail-delete-backward, rmail-delete-forward): Likewise.
2688
2689 2014-03-21 Daniel Colascione <dancol@dancol.org>
2690
2691 * mail/emacsbug.el (report-emacs-bug): Include memory usage
2692 information in bug reports.
2693
2694 2014-03-21 Michael Albinus <michael.albinus@gmx.de>
2695
2696 * net/tramp.el (tramp-methods): Add docstring for `tramp-login-env'
2697 and `tramp-copy-env'.
2698
2699 * net/tramp-sh.el (tramp-methods) <sudo>: Add `tramp-login-env'.
2700 (tramp-maybe-open-connection): Handle `tramp-login-env'.
2701
2702 2014-03-21 Glenn Morris <rgm@gnu.org>
2703
2704 * electric.el (electric-indent-post-self-insert-function): Add doc.
2705
2706 2014-03-21 Dmitry Gutov <dgutov@yandex.ru>
2707
2708 * emacs-lisp/package.el (package-compute-transaction):
2709 Use `version-list-<=' to compare the requirement version against
2710 the version of package already to be installed. Update the error
2711 message. (Bug#16826)
2712
2713 * progmodes/ruby-mode.el (ruby-smie-rules):
2714 Add indentation rule for ` @ '. (Bug#17050)
2715
2716 2014-03-21 Juanma Barranquero <lekktu@gmail.com>
2717
2718 * align.el (align-regexp): Remove superfluous backslash.
2719
2720 * ffap.el (ffap-ftp-default-user, ffap-url-regexp)
2721 (ffap-pass-wildcards-to-dired, dired-at-point-require-prefix)
2722 (ffap-rfc-path, ffap-ftp-sans-slash-regexp, ffap-menu-regexp):
2723 Fix docstring typos.
2724 (ffap-next): Use C-u in docstring.
2725 (ffap-machine-p, ffap-list-env, ffap-alist, ffap-alist)
2726 (ffap-string-at-point-mode-alist, ffap-menu, ffap-menu-ask):
2727 Remove superfluous backslashes.
2728 (ffap-string-at-point): Reflow docstring.
2729
2730 * server.el (server-host): Reflow docstring.
2731 (server-unload-function): Fix docstring typo.
2732 (server-eval-at): Remove superfluous backslash.
2733
2734 * skeleton.el (skeleton-insert): Remove superfluous backslash.
2735 (skeleton-insert): Doc fix.
2736 (skeleton-insert): Reflow docstring.
2737
2738 * term/tty-colors.el (tty-color-alist, tty-modify-color-alist)
2739 (tty-color-approximate, tty-color-by-index, tty-color-values)
2740 (tty-color-desc): Remove superfluous backslashes.
2741
2742 2014-03-21 Glenn Morris <rgm@gnu.org>
2743
2744 * cus-start.el (history-length): Bump :version.
2745
2746 * Makefile.in ($(MH_E_DIR)/mh-loaddefs.el)
2747 ($(TRAMP_DIR)/tramp-loaddefs.el, $(CAL_DIR)/cal-loaddefs.el)
2748 ($(CAL_DIR)/diary-loaddefs.el, $(CAL_DIR)/hol-loaddefs.el):
2749 Don't set `make-backup-files'.
2750
2751 * info.el (info--prettify-description): New function,
2752 to give info-finder descriptions consistent case, punctuation.
2753 (Info-finder-find-node): Use it. Sort packages.
2754 Refer to "description" rather than "commentary".
2755
2756 2014-03-21 Juanma Barranquero <lekktu@gmail.com>
2757
2758 * frameset.el (frameset--print-register): New function.
2759 (frameset-to-register): Use it.
2760
2761 2014-03-20 Juanma Barranquero <lekktu@gmail.com>
2762
2763 * progmodes/hideif.el (hif-string-to-number): New function.
2764 (hif-tokenize): Use it to understand non-decimal floats.
2765
2766 * emacs-lisp/cl-extra.el (cl--map-overlays): Remove obsolete code.
2767
2768 * skeleton.el (skeleton-autowrap): Mark as obsolete. Doc fix.
2769
2770 2014-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
2771
2772 * electric.el (electric-newline-and-maybe-indent): New command.
2773 Bind it globally to C-j.
2774 (electric-indent-mode): Don't mess with the global map any more.
2775 Don't drop the post-self-insert-hook is some buffer is still using it
2776 (bug#16770).
2777
2778 * bindings.el (global-map): Remove C-j binding.
2779
2780 * emacs-lisp/nadvice.el (advice--make-docstring): Try harder to find
2781 the docstring of functions advised before dumping (bug#16993).
2782
2783 2014-03-19 Stefan-W. Hahn <stefan.hahn@s-hahn.de> (tiny change)
2784
2785 * ps-print.el (ps-generate-postscript-with-faces):
2786 Explicitly deactivate the mark (bug#16866).
2787 * simple.el (deactivate-mark): Update region highlight.
2788
2789 2014-03-19 Juanma Barranquero <lekktu@gmail.com>
2790
2791 * emacs-lisp/package.el (describe-package-1):
2792 Decode commentary (bug#16733).
2793
2794 2014-03-18 Juanma Barranquero <lekktu@gmail.com>
2795
2796 * custom.el (defcustom): Doc fix: recommend avoiding destructive
2797 modification of the value argument of :set (bug#16755).
2798
2799 2014-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
2800
2801 * simple.el (newline-and-indent): Do autofill (bug#17031).
2802
2803 2014-03-18 Dmitry Gutov <dgutov@yandex.ru>
2804
2805 * newcomment.el (comment-normalize-vars): Only add escaping check
2806 to `comment-start-skip' if not `comment-use-syntax'. (Bug#16971)
2807 (comment-beginning): Use `narrow-to-region' instead of moving back
2808 one character.
2809 (http://lists.gnu.org/archive/html/emacs-devel/2014-03/msg00488.html)
2810 (comment-start-skip): Update the docstring.
2811
2812 2014-03-18 Richard Stallman <rms@gnu.org>
2813
2814 * dired.el (dired-display-file): Force use of other window.
2815
2816 2014-03-18 Daniel Colascione <dancol@dancol.org>
2817
2818 * startup.el (tty-handle-args): Remove debug message from 2007.
2819
2820 2014-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
2821
2822 * emacs-lisp/nadvice.el (advice--interactive-form): New function.
2823 (advice--make-interactive-form): Use it to avoid (auto)loading function.
2824 (advice--make-1, advice-add, advice-remove):
2825 Remove braindead :advice-pending hack.
2826
2827 2014-03-17 Glenn Morris <rgm@gnu.org>
2828
2829 * calendar/calendar.el (calendar-generate-month): Apply weekend
2830 face to the right days; fixes 2013-08-06 change. (Bug#17028)
2831
2832 2014-03-17 Michael Albinus <michael.albinus@gmx.de>
2833
2834 * net/tramp.el (tramp-action-out-of-band): Read pending output.
2835 (tramp-call-process): Trace also DESTINATION.
2836
2837 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
2838 Quote file names when they are local. Remove superfluous trace.
2839
2840 2014-03-17 Dmitry Gutov <dgutov@yandex.ru>
2841
2842 * newcomment.el (comment-beginning): If `comment-start-skip'
2843 doesn't match, move back one char and try again. (Bug#16971)
2844
2845 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
2846 Set `comment-use-syntax' to t to avoid the unnecessary runtime check.
2847 Set `comment-start-skip' to a simpler value that doesn't try to
2848 check if the semicolon is escaped (this is handled by
2849 `syntax-ppss' now). (Bug#16971)
2850
2851 * progmodes/scheme.el (scheme-mode-variables): Same.
2852
2853 2014-03-16 Martin Rudalics <rudalics@gmx.at>
2854
2855 Fix behavior of with-temp-buffer-window (Bug#16816, Bug#17007).
2856 * window.el (with-temp-buffer-window): Don't make BUFFER-OR-NAME
2857 current (Bug#16816, Bug#17007).
2858 (with-current-buffer-window): New macro doing the same as
2859 `with-temp-buffer-window' but with BUFFER-OR-NAME current.
2860 * help.el (help-print-return-message): Warn in doc-string to not
2861 use this in `with-help-window'.
2862 (describe-bindings-internal): Call `describe-buffer-bindings'
2863 from within help buffer. See Juanma's scenario in (Bug#16816).
2864 (with-help-window): Update doc-string.
2865 * dired.el (dired-mark-pop-up):
2866 * files.el (save-buffers-kill-emacs):
2867 * register.el (register-preview): Use `with-current-buffer-window'
2868 instead of `with-temp-buffer-window'.
2869
2870 2014-03-16 Juanma Barranquero <lekktu@gmail.com>
2871
2872 * textmodes/rst.el (rst-arabic-to-roman, rst-roman-to-arabic):
2873 Implement inserting into current buffer, documented in their docstrings.
2874 (rst-define-key, rst-compare-adornments, rst-insert-list-new-item)
2875 (rst-section-tree-point, rst-forward-section, rst-indent)
2876 (rst-compute-tabs, rst-font-lock-find-unindented-line-end)
2877 (rst-font-lock-find-unindented-line-limit, rst-adornment-level)
2878 (rst-font-lock-handle-adornment-pre-match-form)
2879 (rst-repeat-last-character): Reflow docstrings.
2880 (rst-preferred-adornments, rst-update-section, rst-find-title-line)
2881 (rst-adjust-adornment-work, rst-initial-items, rst-insert-list)
2882 (rst-toc-insert-style, rst-toc-insert-node, rst-goto-section)
2883 (rst-compile, rst-imenu-convert-cell, rst-imenu-create-index):
2884 Fix docstring typos.
2885 (rst-all-sections, rst-section-hierarchy, rst-adjust): Doc fixes.
2886 (rst-uncomment-region, rst-font-lock-find-unindented-line-match)
2887 (rst-font-lock-handle-adornment-matcher): Mark unused arguments.
2888
2889 2014-03-15 Juanma Barranquero <lekktu@gmail.com>
2890
2891 * term/ns-win.el (x-command-line-resources): Rename from ns-... version,
2892 for compatibility with other ports.
2893 (ns-initialize-window-system): Use it. It is set in term/common-win.el
2894 from the -xrm command line argument, but in the Nextstep port its value
2895 is irrelevant because nsfns.m:Fx_open_connection ignores it for now.
2896
2897 * progmodes/python.el (defconst, python-syntax-count-quotes)
2898 (python-indent-region, python-indent-shift-right)
2899 (python-indent-dedent-line-backspace, python-nav-backward-sexp)
2900 (python-nav-backward-sexp-safe, python-nav-backward-up-list)
2901 (python-shell-prompt-block-regexp, python-shell-prompt-output-regexp)
2902 (python-shell-prompt-pdb-regexp, python-shell-enable-font-lock)
2903 (inferior-python-mode, python-shell-make-comint, run-python-internal)
2904 (python-shell-buffer-substring, python-shell-send-buffer)
2905 (python-pdbtrack-activate, python-pdbtrack-stacktrace-info-regexp)
2906 (python-completion-complete-at-point, python-fill-docstring-style)
2907 (python-eldoc-function, python-imenu-format-item-label)
2908 (python-imenu-format-parent-item-label)
2909 (python-imenu-format-parent-item-jump-label)
2910 (python-imenu--build-tree, python-imenu-create-index)
2911 (python-imenu-create-flat-index): Fix docstring typos.
2912 (python-indent-context, python-shell-prompt-regexp, run-python):
2913 Remove superfluous backslashes.
2914 (python-indent-line, python-nav-beginning-of-defun)
2915 (python-shell-get-buffer, python-shell-get-process)
2916 (python-info-current-defun, python-info-current-line-comment-p)
2917 (python-info-current-line-empty-p, python-util-popn): Doc fixes.
2918 (python-indent-post-self-insert-function, python-shell-send-file)
2919 (python-shell-completion-get-completions)
2920 (python-shell-completion-complete-or-indent)
2921 (python-eldoc--get-doc-at-point): Reflow docstrings.
2922
2923 2014-03-14 Glenn Morris <rgm@gnu.org>
2924
2925 * emacs-lisp/package.el (package-menu-mode-map):
2926 Replace use of obsolete function alias. Tweak menu item text.
2927
2928 * info.el (Info-finder-find-node):
2929 Ignore the `emacs' metapackage. (Bug#10813)
2930
2931 * finder.el (finder-list-matches): Include unversioned packages
2932 in the result of a keyword search.
2933
2934 * finder.el (finder--builtins-descriptions): New constant.
2935 (finder-compile-keywords): Use finder--builtins-descriptions.
2936
2937 2014-03-14 Dmitry Gutov <dgutov@yandex.ru>
2938
2939 * simple.el (blink-matching-paren): Describe the new value,
2940 `jump', enabling the old behavior.
2941 (blink-matching-open): Use that value. (Bug#17008)
2942
2943 2014-03-14 Glenn Morris <rgm@gnu.org>
2944
2945 * finder.el (finder-no-scan-regexp): Add leim-list.
2946 (finder-compile-keywords):
2947 Don't skip files with same basename. (Bug#14010)
2948 * Makefile.in (setwins_finder): New, excluding leim.
2949 (finder-data): Use setwins_finder.
2950
2951 * help-fns.el (help-split-fundoc, help-add-fundoc-usage)
2952 (help-function-arglist, help-make-usage): Move from here...
2953 * help.el (help-split-fundoc, help-add-fundoc-usage)
2954 (help-function-arglist, help-make-usage): ... to here. (Bug#17001)
2955 * emacs-lisp/bytecomp.el (byte-compile-lambda): Do not load help-fns.
2956
2957 2014-03-14 Juanma Barranquero <lekktu@gmail.com>
2958
2959 * net/socks.el (socks, socks-override-functions)
2960 (socks-find-services-entry):
2961 * progmodes/hideif.el (hif-set-var, hif-nexttoken, hif-comma)
2962 (hif-find-ifdef-block):
2963 * progmodes/modula2.el (m2-indent): Fix docstring typos.
2964
2965 * net/tls.el (tls-program): Reflow docstring.
2966
2967 * progmodes/pascal.el (pascal-mode-abbrev-table)
2968 (pascal-imenu-generic-expression, pascal-auto-endcomments)
2969 (pascal-mark-defun, pascal-comment-area, pascal-indent-level)
2970 (pascal-outline-mode): Fix docstring typos.
2971 (pascal-mode): Let define-derived-mode document mode hook.
2972 (pascal-uncomment-area): Reflow.
2973 (pascal-exclude-str-start, pascal-exclude-str-end): Add docstring.
2974
2975 * progmodes/opascal.el (opascal-compound-block-indent)
2976 (opascal-case-label-indent): Fix docstring typos.
2977 (opascal-mode): Fix typos; let defined-derived-mode document mode hook.
2978
2979 2014-03-13 Dmitry Gutov <dgutov@yandex.ru>
2980
2981 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
2982 Fontify multiple adjacent negation chars. (Bug#17004)
2983
2984 2014-03-13 Tom Willemse <tom@ryuslash.org> (tiny change)
2985
2986 * emacs-lisp/package.el (package--prepare-dependencies):
2987 Accept requirements without explicit version (bug#14941).
2988
2989 2014-03-12 Juanma Barranquero <lekktu@gmail.com>
2990
2991 * register.el (register-separator, copy-to-register): Doc fixes.
2992 (register-preview-default): Remove unnecessary call to concat.
2993
2994 * frameset.el (frameset-restore): When checking for a visible frame,
2995 use the action map instead of calling visible-frame-list.
2996
2997 2014-03-12 Jonas Bernoulli <jonas@bernoul.li>
2998
2999 * emacs-lisp/eieio.el (with-slots): Use cl-symbol-macrolet (bug#16998).
3000
3001 2014-03-12 Martin Rudalics <rudalics@gmx.at>
3002
3003 * window.el (fit-frame-to-buffer): Get maximum width from
3004 display's width instead of height.
3005
3006 2014-03-12 Glenn Morris <rgm@gnu.org>
3007
3008 * desktop.el (desktop-restore-frames)
3009 (desktop-restore-in-current-display, desktop-restore-forces-onscreen)
3010 (desktop-restore-reuses-frames): Doc tweaks.
3011
3012 * electric.el (electric-indent-mode): Doc fix.
3013
3014 2014-03-12 Juanma Barranquero <lekktu@gmail.com>
3015
3016 * vc/pcvs.el (cvs-temp-buffer, defun-cvs-mode, cvs-get-cvsroot)
3017 (cvs-checkout, cvs-mode-checkout, cvs-update-filter, cvs-mode-mark)
3018 (cvs-mode-diff-head, cvs-mode-diff-repository, cvs-mode-diff-yesterday)
3019 (cvs-mode-diff-vendor, cvs-mode-do, cvs-change-cvsroot)
3020 (cvs-dired-use-hook): Fix docstring typos.
3021 (cvs-mode-view-file-other-window, cvs-mode-byte-compile-files):
3022 Doc fixes.
3023
3024 * vc/pcvs-defs.el (cvs-auto-remove-handled)
3025 (cvs-auto-remove-directories, cvs-default-ignore-marks)
3026 (cvs-idiff-imerge-handlers, cvs-reuse-cvs-buffer)
3027 (cvs-execute-single-dir): Fix docstring typos.
3028
3029 * vc/pcvs-info.el (cvs-status-map, cvs-states): Fix docstring typos.
3030 (cvs-fileinfo-pp, cvs-fileinfo-from-entries): Doc fixes.
3031
3032 * vc/pcvs-parse.el (cvs-parsed-fileinfo): Reflow docstring.
3033
3034 * vc/pcvs-util.el (cvs-flags-query, cvs-flags-set, cvs-prefix-set):
3035 Fix docstring typos.
3036
3037 2014-03-12 Juanma Barranquero <lekktu@gmail.com>
3038
3039 * frameset.el (frameset--jump-to-register): Add autoload; it could be
3040 called from jump-to-register after unloading the frameset package.
3041
3042 2014-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
3043
3044 * simple.el (set-mark): Ensure mark-active is nil if the mark is nil
3045 (bug#16975). Deactivate the mark before setting it to nil.
3046 (activate-mark): Do nothing if region is already active.
3047
3048 2014-03-11 Juanma Barranquero <lekktu@gmail.com>
3049
3050 * frameset.el (frameset--target-display): Remove definition; declare.
3051 (frameset-save, frameset-restore): Let-bind frameset--target-display.
3052
3053 2014-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
3054
3055 * emacs-lisp/nadvice.el (advice--make-1): Fix autoloading avoidance.
3056 (advice-add): Add a :advice--pending marker, so advice--make-1 knows
3057 when the advice is pending.
3058 (advice-remove): Remove this marker when not needed any more.
3059
3060 2014-03-11 Juanma Barranquero <lekktu@gmail.com>
3061
3062 * frameset.el: Separate options for reusing frames and cleaning up.
3063 (frameset--reuse-list): Remove definition; declare.
3064 (frameset--action-map): Declare.
3065 (frameset--find-frame-if): Doc fix.
3066 (frameset--restore-frame): Cache frame action.
3067 (frameset-restore): New keyword arg CLEANUP-FRAMES, allows to select
3068 how to clean up the frame list after restoring. Remove cleaning
3069 options from REUSE-FRAMES. Change all keyword values to symbols.
3070 (frameset--jump-to-register): Simplify by using CLEANUP-FRAMES.
3071
3072 * desktop.el (desktop-restore-forces-onscreen)
3073 (desktop-restore-reuses-frames): Use non-keyword values.
3074 (desktop-restore-frameset): Use CLEANUP-FRAMES arg of frameset-restore.
3075
3076 2014-03-10 Glenn Morris <rgm@gnu.org>
3077
3078 * files.el (find-file): Doc fix: update info node name.
3079
3080 * emacs-lisp/advice.el (ad-add-advice, defadvice):
3081 Doc fix: remove references to deleted info nodes.
3082
3083 2014-03-10 Michael Albinus <michael.albinus@gmx.de>
3084
3085 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell):
3086 Do not add `nil' to the environment, when there's no remote `locale'.
3087 (tramp-find-inline-encoding): Check, that the remote host has
3088 installed perl, before sending scripts.
3089
3090 2014-03-10 Leo Liu <sdl.web@gmail.com>
3091
3092 * emacs-lisp/eldoc.el (eldoc-minibuffer-message):
3093 Clear eldoc-last-message. (Bug#16920)
3094
3095 2014-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
3096
3097 * desktop.el (desktop-create-buffer): Don't run activate-mark-hook
3098 (bug#14430).
3099
3100 2014-03-09 Juri Linkov <juri@jurta.org>
3101
3102 * ansi-color.el (ansi-color-names-vector): Copy default colors
3103 from `xterm-standard-colors' that look well on the default white
3104 background (and also on the black background) to avoid illegible
3105 color combinations like yellow-on-white and white-on-white.
3106 http://lists.gnu.org/archive/html/emacs-devel/2014-02/msg00157.html
3107
3108 2014-03-08 Juanma Barranquero <lekktu@gmail.com>
3109
3110 * frameset.el (frameset-restore): When no frame is visible, do not
3111 generate a list of frames, just make visible the selected one.
3112
3113 2014-03-08 Dmitry Gutov <dgutov@yandex.ru>
3114
3115 * vc/vc-git.el (vc-git-command): Turn FILE-OR-LIST into nil when
3116 it only contains the repository root. (Bug#16897)
3117
3118 2014-03-07 Michael Albinus <michael.albinus@gmx.de>
3119
3120 * net/tramp-sh.el (tramp-sh-handle-vc-registered): Run first pass
3121 only when `remote-file-name-inhibit-cache' is nil.
3122 (tramp-sh-file-name-handler): Use `tramp-error'. Simplify code.
3123
3124 2014-03-06 Martin Rudalics <rudalics@gmx.at>
3125
3126 * window.el (fit-frame-to-buffer, fit-frame-to-buffer-margins):
3127 Fix doc-strings.
3128 (fit-frame-to-buffer): New argument ONLY. Remove dependency on
3129 fit-frame-to-buffer variable. Fix doc-string.
3130 (fit-window-to-buffer): Set ONLY argument in call of
3131 fit-frame-to-buffer. Fix doc-string.
3132
3133 2014-03-06 Michael Albinus <michael.albinus@gmx.de>
3134
3135 * net/tramp.el (tramp-error): VEC-OR-PROC can be nil.
3136 (tramp-action-password): Clear password cache if needed.
3137 (tramp-read-passwd): Do not clear password cache.
3138
3139 * net/tramp-gvfs.el (tramp-gvfs-handler-askpassword): Clear password
3140 cache unless it is the first password request.
3141
3142 2014-03-06 Glenn Morris <rgm@gnu.org>
3143
3144 * simple.el (newline): Doc tweak.
3145
3146 * emacs-lisp/shadow.el (load-path-shadows-find):
3147 Ignore dir-locals. (Bug#12357)
3148
3149 2014-03-05 Glenn Morris <rgm@gnu.org>
3150
3151 * files.el (interpreter-mode-alist):
3152 * progmodes/sh-script.el (sh-ancestor-alist): Add dash. (Bug#16938)
3153
3154 2014-03-05 Juanma Barranquero <lekktu@gmail.com>
3155
3156 * frameset.el (frameset--initial-params): Filter out null entries.
3157
3158 2014-03-05 Martin Rudalics <rudalics@gmx.at>
3159
3160 * window.el (window-min-height, window-min-width):
3161 Rewrite doc-strings.
3162 (window-body-size): Add PIXELWISE argument to make it consistent
3163 with its callees.
3164
3165 2014-03-05 Juanma Barranquero <lekktu@gmail.com>
3166
3167 * finder.el (finder-mode-map, finder-mode-syntax-table):
3168 Revert part of 2014-02-28 change.
3169
3170 2014-03-05 Lars Ingebrigtsen <larsi@gnus.org>
3171
3172 * net/eww.el (eww-mode-map): [tab] doesn't work on tty.
3173 (eww-setup-buffer): Clear next/prev/etc more reliably.
3174 (eww-textarea-map): [tab] doesn't work on tty.
3175 Reported by Mario Lang.
3176
3177 * net/shr.el (shr-map): Ditto.
3178
3179 2014-03-04 Glenn Morris <rgm@gnu.org>
3180
3181 * minibuffer.el (completion-hilit-commonality):
3182 Revert 2014-03-01 short-cut, which changed the return value. (Bug#16933)
3183
3184 2014-03-04 Juanma Barranquero <lekktu@gmail.com>
3185
3186 * hilit-chg.el (hilit-chg-unload-function): New function.
3187 (highlight-changes-mode, highlight-changes-visible-mode): Fix typos.
3188 (hilit-chg-map-changes): Prefer cardinal number to digit.
3189 (hilit-chg-display-changes): Reflow docstring.
3190 (highlight-changes-rotate-faces): Remove superfluous backslash.
3191
3192 2014-03-04 Michael Albinus <michael.albinus@gmx.de>
3193
3194 * net/tramp-sh.el (tramp-sh-handle-vc-registered): Do not call
3195 `tramp-send-command-and-check'.
3196
3197 2014-03-04 Juanma Barranquero <lekktu@gmail.com>
3198
3199 * hexl.el (hexl-address-region, hexl-ascii-region)
3200 (hexl-goto-hex-address, hexl-backward-char, hexl-forward-char)
3201 (hexl-backward-short, hexl-forward-short, hexl-backward-word)
3202 (hexl-forward-word, hexl-previous-line, hexl-next-line):
3203 Use "Hexl mode" for non-hyperlinked hexl-mode references in docstrings.
3204 (hexl-mode): Doc fix.
3205 (hexl-ascii-start-column, hexl-beginning-of-line, hexl-end-of-line)
3206 (hexl-mode-ruler): Fix typos in docstrings.
3207
3208 * strokes.el (strokes-xpm-header, strokes-rate-stroke): Fix typos.
3209 (strokes-character, strokes-get-grid-position, strokes-list-strokes):
3210 Remove superfluous backslashes.
3211 (strokes-last-stroke, strokes-global-map, strokes-mode):
3212 Reflow docstrings.
3213 (strokes-xpm-for-stroke, strokes-xpm-to-compressed-string)
3214 (strokes-xpm-for-compressed-string): Use quotes with buffer name.
3215 (strokes-distance-squared, strokes-global-set-stroke)
3216 (strokes-global-set-stroke-string): Doc fixes.
3217 (strokes-help): Fix typos; reflow docstring.
3218
3219 2014-03-04 Martin Rudalics <rudalics@gmx.at>
3220
3221 * window.el (window-in-direction): Fix doc-string.
3222
3223 2014-03-04 Glenn Morris <rgm@gnu.org>
3224
3225 * emacs-lisp/smie.el (smie-config-guess): Doc fix.
3226 Explicit error if no grammar.
3227 (smie-config-save): Doc fix. Fix quote typo.
3228
3229 2014-03-04 Stefan Monnier <monnier@iro.umontreal.ca>
3230
3231 * progmodes/cc-mode.el (c-initialize-cc-mode): Only hook into
3232 electric-indent-mode-hook if we obey electric-indent-mode.
3233 (c-basic-common-init): Use (fboundp 'electric-indent-local-mode) to
3234 decide whether we obey electric-indent-mode.
3235 (c-change-set-fl-decl-start, c-extend-after-change-region):
3236 Silence warnings.
3237 (c-electric-indent-mode-hook): Assume we do want to obey
3238 electric-indent-mode.
3239
3240 * electric.el (electric-indent-mode-has-been-called): Remove.
3241 (electric-indent-mode): Fix accordingly.
3242
3243 * files.el (hack-local-variables): Mention file name in warning.
3244
3245 * htmlfontify.el (hfy-fontify-buffer): Drop `invis-range' message.
3246
3247 2014-03-04 Michal Nazarewicz <mina86@mina86.com>
3248
3249 * bindings.el: Add comment describing why C-d binds to `delete-char'.
3250 * simple.el (delete-forward-char): Mark as interactive-only.
3251
3252 2014-03-03 Juanma Barranquero <lekktu@gmail.com>
3253
3254 * icomplete.el (icomplete-completions):
3255 Follow-up to 2014-03-01 change.
3256
3257 * icomplete.el: Miscellaneous doc fixes.
3258 Use Icomplete everywhere instead of icomplete for consistency.
3259 (icomplete-max-delay-chars): Fix typo.
3260 (icomplete-mode): Use \[].
3261 (icomplete-tidy, icomplete-exhibit): Reflow.
3262 (icomplete-minibuffer-setup-hook, icomplete-completions):
3263 Remove superfluous backlashes.
3264
3265 * ido.el: Miscellaneous doc fixes.
3266 Use Ido everywhere instead of ido or `ido' for consistency.
3267 (ido-record-ftp-work-directories, ido-merge-ftp-work-directories)
3268 (ido-cache-ftp-work-directory-time, ido-slow-ftp-hosts)
3269 (ido-slow-ftp-host-regexps, ido-reread-directory): Upcase "ftp".
3270 (ido-separator): Extract obsolescence info from docstring and declare
3271 with make-obsolete-variable.
3272 (ido-minibuffer-setup-hook): Simplify example.
3273 (ido-text, ido-text-init, ido-input-stack, ido-report-no-match)
3274 (ido-wide-find-file, ido-wide-find-dir, ido-wide-find-dir-or-delete-dir)
3275 (ido-completion-help, ido-completing-read): Fix typos in docstrings.
3276 (ido-everywhere): Reflow docstring.
3277 (ido-toggle-vc): Doc fix.
3278 (ido-switch-buffer, ido-find-file): Use tabs to improve legibility
3279 of long list of keybindings.
3280
3281 2014-03-03 Glenn Morris <rgm@gnu.org>
3282
3283 * frame.el (display-pixel-height, display-pixel-width)
3284 (display-mm-dimensions-alist, display-mm-height)
3285 (display-mm-width): Doc tweaks.
3286
3287 2014-03-02 Barry O'Reilly <gundaetiapo@gmail.com>
3288
3289 * simple.el (undo-elt-in-region): Fix buffer corruption for edge
3290 case of undo in region.
3291
3292 2014-03-02 Martin Rudalics <rudalics@gmx.at>
3293
3294 * window.el (fit-window-to-buffer): Fix argument in window-size
3295 call when window is horizontally combined.
3296
3297 2014-03-02 Juanma Barranquero <lekktu@gmail.com>
3298
3299 * icomplete.el (icomplete-completions): Use string-width.
3300 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
3301
3302 2014-03-01 Dmitry Gutov <dgutov@yandex.ru>
3303
3304 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
3305 Highlight regexp options. (Bug#16914)
3306
3307 2014-03-01 Martin Rudalics <rudalics@gmx.at>
3308
3309 * window.el (window--max-delta-1): Round down when calculating
3310 how many lines/columns we can get from a window.
3311
3312 2014-03-01 Glenn Morris <rgm@gnu.org>
3313
3314 * isearch.el (search-invisible): Doc fix.
3315
3316 * minibuffer.el (completion-hilit-commonality):
3317 Make `base-size' argument optional. Short-cut if `prefix-len' is 0.
3318 * comint.el (comint-dynamic-list-completions): Doc fix.
3319 * comint.el (comint-dynamic-list-completions):
3320 * filecache.el (file-cache-minibuffer-complete):
3321 * tempo.el (tempo-display-completions):
3322 * eshell/em-hist.el (eshell-list-history):
3323 Replace use of obsolete argument of display-completion-list.
3324
3325 2014-03-01 Juanma Barranquero <lekktu@gmail.com>
3326
3327 * icomplete.el (icomplete-completions):
3328 Revert back to using "..." when ?… cannot be displayed.
3329
3330 2014-02-28 Juanma Barranquero <lekktu@gmail.com>
3331
3332 * finder.el (finder-unload-function): New function.
3333
3334 2014-02-28 Juanma Barranquero <lekktu@gmail.com>
3335
3336 * dframe.el (dframe-detach):
3337 * find-dired.el (find-dired, find-name-dired):
3338 * finder.el (finder-mode-map, finder-mode-syntax-table)
3339 (finder-headmark, finder-select, finder-mouse-select):
3340 Fix docstring typos.
3341
3342 2014-02-28 Martin Rudalics <rudalics@gmx.at>
3343
3344 Revert recent with-temp-buffer-window change (Bug#16816, Bug#16882).
3345 * window.el (with-temp-buffer-window): Revert change from 2014-02-21.
3346 Suggested by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
3347 Fix doc-string based on a suggestion by Nicolas Richard
3348 <theonewiththeevillook@yahoo.fr>.
3349 * help.el (with-help-window): Fix doc-string.
3350
3351 2014-02-28 Ivan Kanis <ivan@kanis.fr>
3352
3353 * net/shr.el (shr-image-animate): New option.
3354 (shr-put-image): Respect shr-image-animate.
3355
3356 2014-02-28 Michael Albinus <michael.albinus@gmx.de>
3357
3358 * net/tramp-adb.el (tramp-adb-parse-device-names):
3359 Use `accept-process-output'.
3360 (tramp-adb-handle-file-truename): Cache the localname only.
3361 (tramp-adb-handle-make-directory)
3362 (tramp-adb-handle-delete-directory): Flush file properties correctly.
3363 (tramp-adb-handle-set-file-modes): Do not raise an error when file
3364 modes cannot be changed.
3365
3366 * net/tramp-cache.el (tramp-flush-directory-property): Remove also
3367 file properties of symlinks.
3368
3369 2014-02-28 Per Starbäck <starback@stp.lingfil.uu.se>
3370
3371 * textmodes/bibtex.el (bibtex-biblatex-entry-alist): Update
3372 required/optional fields to match development biblatex. (Bug#16781)
3373
3374 2014-02-28 Andy Sawyer <andy.sawyer@gmail.com> (tiny change)
3375
3376 * saveplace.el (toggle-save-place):
3377 Fix argument handling. (Bug#16673)
3378
3379 2014-02-28 Glenn Morris <rgm@gnu.org>
3380
3381 * minibuffer.el (completions-first-difference)
3382 (completions-common-part, completion-hilit-commonality): Doc fixes.
3383
3384 2014-02-28 Karl Berry <karl@gnu.org>
3385
3386 * info.el (Info-mode-map): Add H for describe-mode,
3387 to synchronize with standalone Info.
3388
3389 2014-02-28 Emilio C. Lopes <eclig@gmx.net>
3390
3391 * progmodes/sql.el (sql-interactive-mode):
3392 Avoid setting global comint-input-ring-separator. (Bug#16814)
3393
3394 2014-02-27 Michael Albinus <michael.albinus@gmx.de>
3395
3396 * net/dbus.el (dbus--init-bus): Declare function.
3397 (dbus-path-local, dbus-interface-local): New defconst.
3398 (dbus-init-bus): Use them.
3399 (dbus-return-values-table): Extend doc.
3400 (dbus-handle-bus-disconnect): Extend error message.
3401
3402 2014-02-27 Juanma Barranquero <lekktu@gmail.com>
3403
3404 * subr.el (y-or-n-p): Fix double space issue in message.
3405
3406 2014-02-27 Michael Albinus <michael.albinus@gmx.de>
3407
3408 * net/tramp.el (tramp-call-process): Improve trace message.
3409 (tramp-handle-insert-file-contents): Trace error case.
3410
3411 * net/tramp-adb.el (tramp-adb-file-name-handler-alist)
3412 <insert-directory>: Use `tramp-handle-insert-directory'.
3413 (tramp-adb-handle-insert-directory): Remove function.
3414 (tramp-adb-send-command-and-check): New defun, replacing
3415 `tramp-adb-command-exit-status'. Change all callees.
3416 (tramp-adb-handle-file-attributes)
3417 (tramp-adb-handle-directory-files-and-attributes): Use it.
3418 (tramp-adb-ls-output-name-less-p):
3419 Use `directory-listing-before-filename-regexp'.
3420 (tramp-adb-handle-delete-directory): Flush also file properties of
3421 the truename of directory.
3422 (tramp-adb-handle-file-name-all-completions): Add "./" and "../".
3423 (tramp-adb-handle-file-local-copy): Make the local copy readable.
3424 (tramp-adb-handle-write-region): Implement APPEND.
3425 (tramp-adb-handle-rename-file): Make it more robust. Flush file
3426 properties correctly.
3427 (tramp-adb-maybe-open-connection): Set `tramp-current-*'
3428 variables. Check for connected devices only when needed.
3429
3430 2014-02-27 Glenn Morris <rgm@gnu.org>
3431
3432 * minibuffer.el (completion-table-dynamic)
3433 (completion-table-with-cache): Doc fixes.
3434
3435 * emacs-lisp/crm.el (crm-default-separator, crm-separator)
3436 (completing-read-multiple): Doc fixes.
3437
3438 2014-02-27 Daniel Colascione <dancol@dancol.org>
3439
3440 * minibuffer.el (completion--nth-completion): Fix indentation.
3441
3442 * net/tramp-sh.el (tramp-get-remote-path): Don't signal error when
3443 explicit tramp path is empty.
3444
3445 2014-02-27 Glenn Morris <rgm@gnu.org>
3446
3447 * emacs-lisp/crm.el (completing-read-multiple):
3448 Empower help-enable-auto-load.
3449
3450 2014-02-26 Glenn Morris <rgm@gnu.org>
3451
3452 * startup.el (command-line): Don't init the tty in daemon mode.
3453
3454 Avoid calling tty-setup-hook twice, eg if a term file
3455 explicitly calls tty-run-terminal-initialization. (Bug#16859)
3456 * faces.el (tty-run-terminal-initialization): Add run-hook argument.
3457 (tty-create-frame-with-faces): Use it.
3458 * startup.el (command-line): Pass run-hook argument
3459 to tty-run-terminal-initialization.
3460
3461 * dired.el (dired-restore-desktop-buffer): Demote errors;
3462 eg in case a glob match fails. (Bug#16884)
3463
3464 2014-02-26 Dmitry Gutov <dgutov@yandex.ru>
3465
3466 * emacs-lisp/lisp.el (lisp--local-variables): Catch `end-of-file'
3467 error from `read-from-string'. (Bug#16850)
3468
3469 * emacs-lisp/ert.el (ert-run-tests-interactively): `read' the
3470 result of `completing-read' in the interactive form. (Bug#16854)
3471
3472 2014-02-25 Glenn Morris <rgm@gnu.org>
3473
3474 * image.el (image-animate, image-animate-timeout):
3475 Stop animating images in dead buffers. (Bug#16878)
3476
3477 * emacs-lisp/edebug.el (defmacro): Fix debug spec. (Bug#16868)
3478
3479 * faces.el (tty-setup-hook, tty-run-terminal-initialization):
3480 Doc fixes.
3481 * startup.el (term-setup-hook): Doc fix. Make obsolete.
3482 * term/sun.el (sun-raw-prefix-hooks):
3483 Use tty-setup-hook instead of term-setup-hook.
3484 (terminal-init-sun): Construct message from bytecomp plist.
3485 * term/wyse50.el (enable-arrow-keys): Doc fix.
3486
3487 2014-02-24 Juanma Barranquero <lekktu@gmail.com>
3488
3489 * term/sun.el (kill-region-and-unmark, sun-raw-prefix-hooks):
3490 Fix docstring typos.
3491
3492 2014-02-24 Michael Albinus <michael.albinus@gmx.de>
3493
3494 * net/tramp-sh.el (tramp-sh-handle-file-truename): Improve last fix.
3495
3496 2014-02-24 Nicolas Richard <theonewiththeevillook@yahoo.fr>
3497
3498 * minibuffer.el (completion--try-word-completion):
3499 Fix error when completing M-x commands (bug#16808).
3500
3501 2014-02-24 Leo Liu <sdl.web@gmail.com>
3502
3503 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix debug spec.
3504
3505 2014-02-24 Juanma Barranquero <lekktu@gmail.com>
3506
3507 * apropos.el (apropos-print): Avoid formatting error when
3508 apropos-do-all and apropos-compact-layout are both t.
3509
3510 2014-02-23 Juanma Barranquero <lekktu@gmail.com>
3511
3512 * apropos.el (apropos-property, apropos-all-words-regexp)
3513 (apropos-true-hit, apropos-variable, apropos-print):
3514 Fix docstring typos, and remove obsolete comment.
3515
3516 2014-02-23 Michael Albinus <michael.albinus@gmx.de>
3517
3518 * net/tramp-sh.el (tramp-sh-handle-file-truename):
3519 Preserve trailing "/". (Bug#16851)
3520
3521 2014-02-23 Dmitry Gutov <dgutov@yandex.ru>
3522
3523 * progmodes/ruby-mode.el (ruby-smie-rules): Don't indent specially
3524 after `=>' (bug#16811).
3525 (ruby-smie-rules): Handle the inconsistent second element of the
3526 list returned by `smie-indent--parent'.
3527 (ruby-font-lock-keywords): Disqualify any identifier before `=' as
3528 method call.
3529
3530 2014-02-23 Juanma Barranquero <lekktu@gmail.com>
3531
3532 * elec-pair.el (electric-pair-text-syntax-table)
3533 (electric-pair-syntax-info, electric-pair--syntax-ppss)
3534 (electric-pair--balance-info, electric-pair-mode): Fix docstring typos.
3535 (electric-pair--looking-at-unterminated-string-p): Doc fix.
3536 (electric-pair--inside-string-p): Doc fix. Use `let', not `let*'.
3537
3538 2014-02-22 Glenn Morris <rgm@gnu.org>
3539
3540 * imenu.el (imenu--generic-function): Doc fix.
3541
3542 * register.el (frame-configuration-to-register): Make obsolete.
3543
3544 2014-02-22 Juanma Barranquero <lekktu@gmail.com>
3545
3546 * desktop.el (desktop-save-buffer-p): Do not fail when
3547 desktop-files-not-to-save is nil. Return t for true result
3548 as the doc says.
3549
3550 2014-02-22 Daniel Colascione <dancol@dancol.org>
3551
3552 * net/secrets.el (secrets-create-item, secrets-search-items):
3553 Check that attribute values are strings, avoiding the construction
3554 of invalid dbus messages.
3555
3556 2014-02-21 Juanma Barranquero <lekktu@gmail.com>
3557
3558 * emacs-lisp/gv.el: Avoid duplicating gv-expander and gv-setter in
3559 defun-declarations-alist.
3560
3561 2014-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
3562
3563 * emacs-lisp/cl-macs.el (cl-define-compiler-macro): Add indent rule
3564 (bug#16829).
3565
3566 2014-02-21 Juanma Barranquero <lekktu@gmail.com>
3567
3568 * whitespace.el (whitespace-space, whitespace-hspace, whitespace-tab)
3569 (whitespace-newline, whitespace-trailing, whitespace-line)
3570 (whitespace-space-before-tab, whitespace-indentation, whitespace-empty)
3571 (whitespace-space-after-tab): Fix typo in docstrings.
3572
3573 2014-02-21 Dmitry Gutov <dgutov@yandex.ru>
3574
3575 * progmodes/ruby-mode.el (auto-mode-alist): Add missing "or".
3576
3577 * electric.el (electric-indent-functions-without-reindent):
3578 Add `yaml-indent-line'.
3579
3580 2014-02-21 Juanma Barranquero <lekktu@gmail.com>
3581
3582 * w32-vars.el (w32-enable-synthesized-fonts): Mark as obsolete.
3583 It has done nothing for years; should be removed after the release.
3584
3585 * simple.el (choose-completion): Fix docstring typo.
3586 (read-quoted-char-radix): Remove unneeded * in docstring.
3587 (process-file, kill-whole-line, pop-to-mark-command, set-mark-command):
3588 Don't escape parentheses unnecessarily in docstrings.
3589
3590 2014-02-21 Martin Rudalics <rudalics@gmx.at>
3591
3592 Fix handling of window-min-height/-width (Bug#16738).
3593 * window.el (window--dump-window, window--dump-frame):
3594 New functions.
3595 (window--min-size-1): Account for window dividers.
3596 When window-resize-pixelwise is nil, delay rounding till after the
3597 sum of the window components has been calculated.
3598 (window--min-delta-1, window--max-delta-1): When PIXELWISE is
3599 nil make sure at least one text line and two text columns remain
3600 fully visible.
3601 (window-resize): Signal an error when window-resize-apply fails.
3602 (window--resize-child-windows): Fix calculation of by how many
3603 pixels a window can still be shrunk via window-new-normal.
3604 (adjust-window-trailing-edge): Call window--resizable with
3605 correct TRAIL argument.
3606
3607 (with-temp-buffer-window): Don't evaluate BODY within
3608 with-current-buffer (Bug#16816).
3609
3610 2014-02-21 Michael Albinus <michael.albinus@gmx.de>
3611
3612 * net/tramp.el (tramp-check-cached-permissions):
3613 Call `file-attributes' with `suffix' being a symbol but a string.
3614
3615 2014-02-21 Daniel Colascione <dancol@dancol.org>
3616
3617 * net/dbus.el (dbus-init-bus-1): Declare new subr.
3618 (dbus-init-bus): New function: call into dbus-init-bus-1
3619 and installs a handler for the disconnect signal.
3620 (dbus-call-method): Rewrite to look for result in cons.
3621 (dbus-call-method-handler): Store result in cons.
3622 (dbus-check-event): Recognize events with nil sender as valid.
3623 (dbus-handle-bus-disconnect): New function. React to bus
3624 disconnection signal by synthesizing dbus error for each
3625 pending synchronous or asynchronous call.
3626 (dbus-notice-synchronous-call-errors): New function.
3627 (dbus-handle-event): Raise errors directly only when `dbus-debug'
3628 is true, not all the time.
3629
3630 2014-02-21 Juanma Barranquero <lekktu@gmail.com>
3631
3632 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
3633 Remove obsolescence declarations, these variables do not exist anymore.
3634
3635 * savehist.el (savehist-save-minibuffer-history)
3636 (savehist-additional-variables, savehist-file, savehist-mode-hook)
3637 (savehist-save-hook, savehist-coding-system, savehist-loaded)
3638 (savehist-load, savehist-install, savehist-autosave): Fix typos;
3639 mostly, refer to "Savehist mode" when talking about the mode,
3640 and not the function.
3641
3642 * saveplace.el (save-place): Remove redundant info in docstring.
3643 (save-place-forget-unreadable-files, toggle-save-place)
3644 (save-place-forget-unreadable-files, save-place-dired-hook):
3645 Fix typos and remove unneeded backslashes.
3646
3647 2014-02-20 Michael Albinus <michael.albinus@gmx.de>
3648
3649 * net/tramp.el (ls-lisp-use-insert-directory-program): Declare.
3650 (tramp-handle-insert-directory): New defun, taken from tramp-gvfs.el.
3651
3652 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist)
3653 <insert-directory>: Use `tramp-handle-insert-directory'.
3654 (tramp-gvfs-handle-insert-directory): Remove function.
3655
3656 * net/tramp-sh.el (tramp-sh-handle-insert-directory):
3657 Call `tramp-handle-insert-directory'.
3658
3659 2014-02-20 Juanma Barranquero <lekktu@gmail.com>
3660
3661 * elec-pair.el (electric-pair-syntax-info): Do not check syntax
3662 before the start of buffer/region (bug#16799).
3663
3664 2014-02-20 Glenn Morris <rgm@gnu.org>
3665
3666 * isearch.el (search-invisible): Doc fix.
3667
3668 2014-02-20 W. Trevor King <wking@tremily.us> (tiny change)
3669
3670 * term/xterm.el (xterm--version-handler): Adapt to xterm-280's output
3671 (bug#16657).
3672
3673 2014-02-19 Juanma Barranquero <lekktu@gmail.com>
3674
3675 * frameset.el (frameset-restore): Delay removing an old frame's
3676 duplicate id until the new frame has been correctly created.
3677
3678 2014-02-19 Michael Albinus <michael.albinus@gmx.de>
3679
3680 * net/tramp.el (tramp-handle-make-symbolic-link): New defun.
3681 (tramp-check-cached-permissions): Call `file-attributes' if the
3682 cache is empty.
3683
3684 * net/tramp-adb.el (tramp-adb-file-name-handler-alist)
3685 <make-symbolic-link>: Use `tramp-handle-make-symbolic-link'.
3686
3687 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist)
3688 <make-symbolic-link>: Use `tramp-handle-make-symbolic-link'.
3689 (tramp-gvfs-maybe-open-connection): Set always connection
3690 properties, even if target is mounted already.
3691
3692 * net/tramp-sh.el (tramp-color-escape-sequence-regexp):
3693 Set tramp-autoload cookie.
3694 (tramp-get-remote-touch): New defun.
3695 (tramp-sh-handle-set-file-times): Use it.
3696 (tramp-sh-handle-directory-files-and-attributes):
3697 Use `tramp-handle-directory-files-and-attributes' if neither stat
3698 nor perl are available on the remote host.
3699
3700 * net/tramp-smb.el (tramp-smb-handle-insert-directory): Mark trailing
3701 "/". Write long listing only when "l" belongs to the switches.
3702
3703 * net/trampver.el: Update release number.
3704
3705 2014-02-19 Juanma Barranquero <lekktu@gmail.com>
3706
3707 * frameset.el (frameset--reuse-frame): Remove workaround for bug#16793.
3708
3709 2014-02-19 Martin Rudalics <rudalics@gmx.at>
3710
3711 * window.el (window-state-put): Allow WINDOW to refer to an
3712 internal window (Bug#16793).
3713
3714 2014-02-19 Glenn Morris <rgm@gnu.org>
3715
3716 * textmodes/remember.el: Move provide statement to end.
3717 (remember-mode-map, remember-notes-mode-map, remember-notes-mode)
3718 (remember-notes): Doc fixes.
3719
3720 2014-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
3721
3722 * delsel.el (delete-char): Restore incorrectly erased property
3723 (bug#16795).
3724
3725 2014-02-18 Juanma Barranquero <lekktu@gmail.com>
3726
3727 * frameset.el (frameset--restore-frame): When a frame is being reused
3728 and its root window is not alive, delete all the frame's windows before
3729 restoring the window state. This works around the issue in bug#16793.
3730
3731 2014-02-18 Glenn Morris <rgm@gnu.org>
3732
3733 * textmodes/remember.el (remember-data-directory)
3734 (remember-directory-file-name-format, remember-store-in-files)
3735 (remember-notes-initial-major-mode, remember-notes-bury-on-kill)
3736 (remember-notes-save-and-bury-buffer)
3737 (remember-notes--kill-buffer-query): Doc fixes.
3738
3739 * desktop.el (desktop-save-mode, desktop-auto-save-timeout): Doc fixes.
3740
3741 2014-02-17 Alan Mackenzie <acm@muc.de>
3742
3743 Connect electric-indent-mode up with CC Mode. Bug #15478.
3744 * progmodes/cc-mode.el (c-initialize-cc-mode): Add CC Mode hooks
3745 to electric-indent-{,local-}-mode.
3746 (c-basic-common-init): Set electric-indent-inhibit.
3747 Initialise c-electric-flag from electric-indent-mode.
3748 (c-electric-indent-mode-hook, c-electric-indent-local-mode-hook):
3749 New hook functions which propagate electric-indent-mode to CC mode.
3750
3751 * progmodes/cc-cmds.el (c-toggle-electric-state): When C-c C-l is
3752 hit, toggle electric-indent-local-mode.
3753
3754 * electric.el (electric-indent-mode-has-been-called):
3755 New variable.
3756
3757 2014-02-17 Juanma Barranquero <lekktu@gmail.com>
3758
3759 * frameset.el (frameset-cfg-id): New function.
3760 (frameset--reuse-frame, frameset-restore): Use it.
3761 (frameset--jump-to-register): Try harder to reuse frames (bug#16748).
3762
3763 2014-02-17 Stefan Monnier <monnier@iro.umontreal.ca>
3764
3765 * ido.el (ido-file-internal): Remove unused var `d'.
3766 Use \` for to match BoS. Fit within 80n columns.
3767
3768 2014-02-17 Daniel Colascione <dancol@dancol.org>
3769
3770 * net/dbus.el (dbus-call-method): Work around bug#16775 by having
3771 dbus-call-method check for completion using a busy-wait loop with
3772 gradual backoff.
3773
3774 2014-02-16 Michael Albinus <michael.albinus@gmx.de>
3775
3776 Sync with Tramp 2.2.9.
3777
3778 * net/trampver.el: Update release number.
3779
3780 2014-02-16 Dmitry Gutov <dgutov@yandex.ru>
3781
3782 * ido.el (ido-file-internal): Don't add the name of an existing
3783 directory twice. (Bug#16747)
3784
3785 2014-02-16 Glenn Morris <rgm@gnu.org>
3786
3787 * vc/ediff-init.el (ediff-use-faces, ediff-highlight-all-diffs):
3788 Do not use ediff-defvar-local on pre-defined variables. (Bug#16744)
3789
3790 2014-02-15 Michael R. Mauger <michael@mauger.com>
3791
3792 * progmodes/sql.el: Version 3.4
3793 (sql-oracle-options): New default value ("-L").
3794 (sql-mode-oracle-font-lock-keywords): Add placeholder highlighting.
3795 (sql-placeholders-filter): Correct placeholder pattern.
3796 (sql-read-table-name): Bug fix. Detect absence of SQLi process.
3797 (sql-login-delay): New variable.
3798 (sql-product-interactive): Use it.
3799
3800 2014-02-15 Juanma Barranquero <lekktu@gmail.com>
3801
3802 * frameset.el (frameset--jump-to-register): Check that buffer is live
3803 (bug#16749).
3804
3805 2014-02-15 Glenn Morris <rgm@gnu.org>
3806
3807 * info.el (info-initialize): Revert 2014-01-10 change.
3808
3809 2014-02-14 Glenn Morris <rgm@gnu.org>
3810
3811 * replace.el (map-query-replace-regexp)
3812 (read-regexp-defaults-function, read-regexp): Doc fixes.
3813
3814 * dired.el (dired-read-regexp):
3815 * faces.el (list-faces-display):
3816 * misearch.el (multi-isearch-read-matching-buffers)
3817 (multi-isearch-read-matching-files):
3818 * play/cookie1.el (cookie-apropos):
3819 * progmodes/grep.el (grep-read-regexp): Doc fixes.
3820
3821 * textmodes/remember.el (remember): Use frameset-to-register
3822 rather than frame-configuration-to-register.
3823
3824 2014-02-14 Jay Belanger <jay.p.belanger@gmail.com>
3825
3826 * calc/calc-menu.el (calc-vectors-menu): Remove menu item for
3827 incorrect keybinding.
3828
3829 2014-02-13 Daniel Colascione <dancol@dancol.org>
3830
3831 * progmodes/flymake.el (flymake-post-syntax-check): Widen buffer
3832 when adding overlays so that line numbers from compiler match line
3833 numbers we use.
3834
3835 2014-02-13 Glenn Morris <rgm@gnu.org>
3836
3837 * mail/rmail.el (rmail-probe): Be less strict. (Bug#16743)
3838
3839 * jit-lock.el (jit-lock-mode): Doc fix.
3840
3841 2014-02-13 Juanma Barranquero <lekktu@gmail.com>
3842
3843 * apropos.el (apropos-read-pattern): When the user passes an empty
3844 string, give a more helpful error message than "Wrong type
3845 argument: stringp, nil".
3846
3847 2014-02-13 Stefan Monnier <monnier@iro.umontreal.ca>
3848
3849 * jit-lock.el (jit-lock-mode): Keep it disabled in indirect buffers.
3850
3851 2014-02-13 Glenn Morris <rgm@gnu.org>
3852
3853 * finder.el (finder-known-keywords, finder-mode-map): Doc fixes.
3854
3855 2014-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
3856
3857 * emulation/cua-base.el (cua-scroll-up, cua-scroll-down): Mark them as
3858 shift-select commands.
3859
3860 2014-02-12 Dmitry Gutov <dgutov@yandex.ru>
3861
3862 * progmodes/js.el (js-indent-line): Don't widen.
3863 http://lists.gnu.org/archive/html/emacs-devel/2012-06/msg00276.html
3864
3865 2014-02-12 Glenn Morris <rgm@gnu.org>
3866
3867 * icomplete.el (icomplete): Add info-link to defgroup.
3868 (icomplete-with-completion-tables, icomplete-minibuffer-setup-hook)
3869 (icomplete-minibuffer-map, icomplete-mode)
3870 (icomplete-simple-completing-p, icomplete-completions): Doc fixes.
3871
3872 * emacs-lisp/package.el (package-menu-mode-map): Tweak menu.
3873 (package-menu-filter): Rename from package-menu-filter-interactive.
3874 Doc fix.
3875
3876 2014-02-11 Juanma Barranquero <lekktu@gmail.com>
3877
3878 * frameset.el (frameset--jump-to-register): Select the required
3879 window and buffer before restoring position (bug#16696).
3880
3881 2014-02-11 Lars Ingebrigtsen <larsi@gnus.org>
3882
3883 * dired.el (dired-get-marked-files): Clarify doc (bug#11534).
3884
3885 2014-02-10 Glenn Morris <rgm@gnu.org>
3886
3887 * jit-lock.el (jit-lock-force-redisplay): Doc fix. (Bug#14394)
3888
3889 2014-02-10 Eli Zaretskii <eliz@gnu.org>
3890
3891 * w32-common-fns.el (x-get-selection): Doc fix.
3892 * select.el (x-get-selection): Doc fix. (Bug#15109)
3893
3894 * face-remap.el (face-remap-add-relative)
3895 (face-remap-remove-relative, face-remap-reset-base)
3896 (face-remap-set-base): Call force-mode-line-update to redisplay
3897 the current buffer due to potential change in faces. (Bug#16709)
3898
3899 2014-02-10 Michael Albinus <michael.albinus@gmx.de>
3900
3901 * net/tramp-sh.el (tramp-sh-handle-vc-registered): Apply heredoc
3902 script more robustly.
3903
3904 2014-02-10 Lars Ingebrigtsen <larsi@gnus.org>
3905
3906 * dired.el (dired-get-marked-files): Doc fix (bug#11534).
3907
3908 * simple.el (choose-completion): Doc fix (bug#14160).
3909
3910 * subr.el (event-start): Say what a nil EVENT value means.
3911
3912 * kmacro.el (kmacro-bind-to-key): Say that the parameter is unused
3913 (bug#14197).
3914
3915 * progmodes/grep.el (find-program): Doc fix (bug#14289).
3916
3917 * files.el (confirm-kill-emacs): Clarify doc (bug#15455).
3918
3919 * emacs-lisp/lisp.el (up-list): Doc fix (bug#15832).
3920
3921 * files.el (confirm-kill-emacs): Allow specifying an arbitrary
3922 predicate function (bug#15455).
3923
3924 2014-02-10 Dmitry Gutov <dgutov@yandex.ru>
3925
3926 * ielm.el (inferior-emacs-lisp-mode): Instead of
3927 `comment-use-global-state', set `comment-use-syntax'.
3928
3929 2014-02-10 Glenn Morris <rgm@gnu.org>
3930
3931 * emacs-lisp/gulp.el (gulp-discard): Add emacs-devel.
3932
3933 2014-02-09 Alan Mackenzie <acm@muc.de>
3934
3935 Fix c-invalidate-state-cache on narrowed buffers.
3936 * progmodes/cc-defs.el (c-with-all-but-one-cpps-commented-out):
3937 Widen when setting and clearing the CPP delimiter properties.
3938
3939 2014-02-09 Lars Ingebrigtsen <larsi@gnus.org>
3940
3941 * help.el (describe-bindings): Doc fix (bug#9888).
3942
3943 * files.el (save-buffer): Use ARG as the parameter name for
3944 consistency (bug#10346).
3945 (save-buffer): Clarify the 0 argument (bug#10346).
3946
3947 * cus-edit.el (customize-apropos): Fix error string.
3948 (custom-buffer-create): Doc fix (bug#11122).
3949 (custom-sort-items): Doc fix (bug#11121).
3950
3951 * repeat.el (repeat-message-function): Reword doc slightly (bug#11619).
3952
3953 * icomplete.el (icomplete-with-completion-tables): Doc fix (bug#11654).
3954 (icomplete-simple-completing-p): Mention the previous variable.
3955
3956 * font-lock.el (font-lock-value-in-major-mode): Clarify the
3957 meaning of the parameter (bug#12282).
3958
3959 * files.el (find-file-noselect): Clarify prompt when changing
3960 readedness (bug#13261).
3961 (locate-file): Suffixes aren't returned, so don't say that they
3962 are (bug#12674).
3963 (backup-inhibited): Doc clarification (bug#12525).
3964
3965 * dired.el (dired-internal-do-deletions): Don't say "Deleting..."
3966 before we actually start to delete things (bug#16331).
3967
3968 * subr.el (event-start): Doc fix (bug#14228).
3969 (event-end): Ditto.
3970
3971 2014-02-09 Glenn Morris <rgm@gnu.org>
3972
3973 * emacs-lisp/warnings.el (lwarn):
3974 Empower help-enable-auto-load. (Bug#15940)
3975
3976 2014-02-08 Andreas Schwab <schwab@linux-m68k.org>
3977
3978 * vc/log-edit.el (log-edit-comment-to-change-log): Doc fix.
3979 (Bug#16690)
3980
3981 2014-02-08 Michael Albinus <michael.albinus@gmx.de>
3982
3983 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
3984 Insert output at end of buffer. (Bug#16120)
3985
3986 2014-02-08 Lars Ingebrigtsen <larsi@gnus.org>
3987
3988 * simple.el (choose-completion-string-functions): Document new
3989 calling convention (bug#14153).
3990 (execute-extended-command): Clarify doc string (bug#13373).
3991
3992 * kmacro.el (kmacro-exec-ring-item): Doc fix (bug#14198).
3993
3994 * find-dired.el (find-name-dired): Doc fix (bug#14290).
3995 (find-grep-dired): Doc fix (bug#14288).
3996
3997 2014-02-08 Juri Linkov <juri@jurta.org>
3998
3999 * isearch.el (isearch-quote-char): Check character validity
4000 like in `quoted-insert' (bug#16677).
4001
4002 2014-02-08 Lars Ingebrigtsen <larsi@gnus.org>
4003
4004 * files.el (find-file-visit-truename): Doc clarification (bug#14697).
4005
4006 * isearch.el (isearch-hide-immediately): Doc clarification
4007 (bug#14723).
4008
4009 * simple.el (line-move): Document utility function used many
4010 places in the Emacs sources (bug#14843).
4011
4012 * dired.el (dired-mode-map): Make :help text more accurate (bug#14893).
4013 (dired-prev-marked-file): Doc fix (bug#14855).
4014 (dired-up-directory): Doc fix (bug#14848).
4015
4016 * minibuffer.el (read-file-name): Doc clarification (bug#15096).
4017
4018 * files.el (file-relative-name): Doc fix (bug#15159).
4019
4020 * fringe.el (fringe-styles): Doc fix (bug#15239).
4021
4022 * isearch.el (isearch-filter-predicate): Documentation typo fix
4023 (bug#15474).
4024
4025 * info-look.el (info-lookup-symbol): Document MODE (bug#15498).
4026
4027 * isearch.el (isearch-cmds): Doc clarification (bug#15547).
4028
4029 * replace.el (replace-match-maybe-edit): Doc clarification
4030 (bug#15632).
4031
4032 * subr.el (add-to-list): Refill the paragraphs (bug#15791).
4033
4034 * macros.el (insert-kbd-macro): Doc fix (bug#16025).
4035
4036 2014-02-08 Glenn Morris <rgm@gnu.org>
4037
4038 * help-fns.el (describe-variable):
4039 Check {file,dir}-local-variables-alist, and buffer-file-name,
4040 in the correct buffer.
4041
4042 2014-02-08 Ingo Lohmar <i.lohmar@gmail.com>
4043
4044 * help-fns.el (describe-variable): Fix the case where
4045 a value is directory-local with no dir-locals file. (Bug#16635)
4046
4047 2014-02-08 Glenn Morris <rgm@gnu.org>
4048
4049 * abbrev.el (edit-abbrevs-mode):
4050 Derive from fundamental-mode. (Bug#16682)
4051
4052 2014-02-07 Juanma Barranquero <lekktu@gmail.com>
4053
4054 * simple.el (quoted-insert): Check character validity (bug#16677).
4055
4056 2014-02-07 Juri Linkov <juri@jurta.org>
4057
4058 * desktop.el (desktop-read): Claim the lock when the owner is not
4059 the current process. (Bug#16157)
4060
4061 2014-02-07 Juri Linkov <juri@jurta.org>
4062
4063 * desktop.el (desktop-buffers-not-to-save): Change default from nil
4064 to "\\` ". (Bug#16651)
4065
4066 2014-02-07 Juri Linkov <juri@jurta.org>
4067
4068 * desktop.el (desktop-save-mode): Call `desktop-auto-save-set-timer'
4069 when enabling, and `desktop-auto-save-cancel-timer' when disabling.
4070 (desktop-auto-save-cancel-timer): New function with some code from
4071 `desktop-auto-save-set-timer'.
4072 (after-init-hook): Don't call `desktop-auto-save-set-timer'.
4073 Instead of setting `desktop-save-mode' to nil, call
4074 `desktop-save-mode' with arg 0. (Bug#16630)
4075
4076 2014-02-07 Glenn Morris <rgm@gnu.org>
4077
4078 * hi-lock.el (hi-lock-auto-select-face, hi-lock-line-face-buffer)
4079 (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
4080 (hi-lock-face-symbol-at-point, hi-lock-read-face-name): Doc tweaks.
4081
4082 * obsolete/iswitchb.el: Move to obsolete/.
4083 * simple.el (iswitchb-mode): Add manual autoloads to ease transition,
4084 since obsolete/ is not scanned for autoloads.
4085 * emacs-lisp/authors.el (authors-valid-file-names):
4086 Add iswitchb.el.
4087
4088 * obsolete/meese.el: Restore as obsolete (deleted 2014-01-11).
4089 Disable now non-functional find-file-hook.
4090
4091 2014-02-06 Michael Albinus <michael.albinus@gmx.de>
4092
4093 * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use "&&"
4094 instead of ";" in order to avoid additional prompts. Let heredoc
4095 scripts read from tty. (Bug#16582)
4096 (tramp-send-command): No special handling of heredocs, it isn't
4097 necessary anymore.
4098
4099 2014-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
4100
4101 * emacs-lisp/lisp.el (lisp-completion-at-point): Symbols don't start
4102 with a space (bug#16664). Limit the symbols considered to the ones
4103 that are bound or fbound (bug#16646).
4104
4105 2014-02-06 Glenn Morris <rgm@gnu.org>
4106
4107 * epa.el (epa-mail-aliases): Doc fix.
4108
4109 2014-02-06 Dmitry Gutov <dgutov@yandex.ru>
4110
4111 * emacs-lisp/lisp.el (lisp-completion-at-point):
4112 Use `completion-table-merge' instead of `completion-table-in-turn'
4113 (bug#16604).
4114
4115 * minibuffer.el (completion-table-merge): New function.
4116
4117 2014-02-05 Michael Albinus <michael.albinus@gmx.de>
4118
4119 * net/tramp-sh.el (tramp-end-of-heredoc): New defconst.
4120 (tramp-sh-handle-set-file-acl)
4121 (tramp-sh-handle-start-file-process)
4122 (tramp-sh-handle-write-region, tramp-sh-handle-vc-registered)
4123 (tramp-find-executable, tramp-send-command): Use it.
4124
4125 2014-02-05 Glenn Morris <rgm@gnu.org>
4126
4127 * epa.el (epa-mail-aliases): Fix custom type. Doc tweak.
4128
4129 2014-02-04 Fabián Ezequiel Gallina <fgallina@gnu.org>
4130
4131 * progmodes/python.el (python-shell-send-string)
4132 (python-shell-send-string-no-output): Fix docstring (Bug#16547).
4133
4134 2014-02-04 Anders Lindgren <andlind@gmail.com>
4135
4136 * emacs-lisp/ert.el (ert--activate-font-lock-keywords): Allow dashes in
4137 the names (bug#16620).
4138
4139 2014-02-03 Martin Rudalics <rudalics@gmx.at>
4140
4141 * faces.el (window-divider): New default value. Rewrite doc-string.
4142 (window-divider-first-pixel, window-divider-last-pixel): New faces.
4143
4144 2014-02-03 Dmitry Gutov <dgutov@yandex.ru>
4145
4146 * progmodes/ruby-mode.el (ruby-font-lock-keywords): `private',
4147 `protected' and `public' can also be called without arguments.
4148
4149 2014-02-03 Glenn Morris <rgm@gnu.org>
4150
4151 * register.el (window-configuration-to-register)
4152 (frame-configuration-to-register): Unadvertise unused argument.
4153 * frameset.el (frameset-to-register): Remove unused argument.
4154
4155 * frameset.el (frameset-to-register):
4156 * kmacro.el (kmacro-to-register):
4157 * register.el (increment-register):
4158 * calc/calc-yank.el (calc-copy-to-register, calc-insert-register)
4159 (calc-append-to-register, calc-prepend-to-register):
4160 * play/gametree.el (gametree-layout-to-register)
4161 (gametree-apply-register-layout):
4162 * textmodes/picture.el (picture-clear-rectangle-to-register)
4163 (picture-yank-rectangle-from-register):
4164 * vc/emerge.el (emerge-combine-versions-register):
4165 Use register-read-with-preview to read registers.
4166
4167 2014-02-03 João Távora <joaotavora@gmail.com>
4168
4169 * elec-pair.el (electric-pair-backward-delete-char): Don't error
4170 when at beginning of (possibly narrowed) buffer.
4171
4172 2014-02-02 Daniel Colascione <dancol@dancol.org>
4173
4174 * help-at-pt.el (help-at-pt-string, help-at-pt-maybe-display):
4175 Also try to display local help from just before point.
4176
4177 2014-02-02 Alan Mackenzie <bug-cc-mode@gnu.org>
4178
4179 c-parse-state. Don't "append-lower-brace-pair" in certain
4180 circumstances. Also fix an obscure bug where "\\s!" shouldn't be
4181 recognised as a comment.
4182
4183 * progmodes/cc-engine.el (c-state-pp-to-literal): Check for "\\s!"
4184 as well as normal comment starter.
4185 (c-parse-state-get-strategy): Extra return possibility
4186 'back-and-forward.
4187 (c-remove-stale-state-cache): Extra element CONS-SEPARATED in
4188 return value list to indicate replacement of a brace-pair cons
4189 with its car.
4190 (c-parse-state-1): With 'back-and-forward, only call
4191 c-append-lower-brace-pair-to state-cache when cons-separated.
4192
4193 2014-02-02 Jan Djärv <jan.h.d@swipnet.se>
4194
4195 * term/ns-win.el (ns-suspend-error): New function.
4196 (ns-initialize-window-system): Add ns-suspend-error to
4197 suspend-hook (Bug#16612).
4198
4199 2014-02-02 Daniel Colascione <dancol@dancol.org>
4200
4201 * progmodes/cc-defs.el (c-find-assignment-for-mode):
4202 Make loading cc-mode silent.
4203
4204 2014-02-02 Daniel Colascione <dancol@dancol.org>
4205
4206 * comint.el (comint-prompt-read-only): Change doc to suggest
4207 remap keybinding.
4208
4209 2014-02-02 Glenn Morris <rgm@gnu.org>
4210
4211 * register.el (register-read-with-preview, point-to-register)
4212 (window-configuration-to-register, frame-configuration-to-register)
4213 (jump-to-register, number-to-register, view-register, insert-register)
4214 (copy-to-register, append-to-register, prepend-to-register)
4215 (copy-rectangle-to-register): Doc fixes.
4216
4217 2014-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
4218
4219 * help-fns.el (help-C-file-name): Handle advised functions (bug#16478).
4220 * emacs-lisp/find-func.el (find-function-C-source): Idem.
4221 * emacs-lisp/nadvice.el (advice--cd*r): New function.
4222 * help-fns.el (describe-function-1): Use it.
4223
4224 2014-02-02 Glenn Morris <rgm@gnu.org>
4225
4226 * register.el (register-preview-default): New function,
4227 split from register-preview.
4228 (register-preview-function): Rename from register-preview-functions,
4229 make it not a hook.
4230 (register-preview): Use register-preview-function.
4231 (register-read-with-preview): Error on non-character event. (Bug#16595)
4232
4233 2014-02-01 Dmitry Gutov <dgutov@yandex.ru>
4234
4235 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Check for
4236 `:' before binary operators (bug#16609). Don't check for `:'
4237 before `[' and `(', or their syntax status. A percent literal
4238 can't end with either.
4239 (ruby-font-lock-keywords): For built-ins that require arguments,
4240 check that they're followed by something that looks like argument
4241 (bug#16610).
4242
4243 2014-02-01 Lars Ingebrigtsen <larsi@gnus.org>
4244
4245 * subr.el (butlast): Document what an omitted N means (bug#13437).
4246 (nbutlast): Ditto.
4247
4248 2014-01-31 Lars Ingebrigtsen <larsi@gnus.org>
4249
4250 * net/shr.el (shr-generic): Make into a defsubst to make the stack
4251 depth shallower (bug#16587).
4252 (shr-tag-svg): Respect `shr-inhibit-images'.
4253 (shr-dom-to-xml): Respect `shr-blocked-images' (bug#15882).
4254
4255 2014-01-31 Dmitry Gutov <dgutov@yandex.ru>
4256
4257 * progmodes/ruby-mode.el (ruby-align-chained-calls): New option.
4258 (ruby-smie-grammar): Make "." right-associative. Make its priority
4259 lower than the ternary and all binary operators.
4260 (ruby-smie-rules): Indent "(" relative to the first non-"."
4261 parent, or the first "." parent at indentation.
4262 Use `ruby-align-chained-calls' for indentation of "." tokens.
4263 (Bug#16593)
4264
4265 2014-01-31 Juri Linkov <juri@jurta.org>
4266
4267 * sort.el (delete-duplicate-lines): Remove `:weakness 'key'
4268 from `make-hash-table'.
4269
4270 * textmodes/ispell.el (ispell-init-process): Change message format
4271 to be consistent with other messages.
4272
4273 2014-01-31 Glenn Morris <rgm@gnu.org>
4274
4275 * delsel.el (delete-selection-mode): Doc fix.
4276
4277 * emacs-lisp/trace.el (trace--read-args, trace-function-foreground)
4278 (trace-function-background): Doc fixes.
4279
4280 * ido.el (ido-use-virtual-buffers): Doc fix.
4281 Reset :version, since the default value has not changed.
4282
4283 * register.el (register-preview-delay, register-read-with-preview):
4284 Doc fixes.
4285
4286 * mail/reporter.el (reporter-dump-variable): In case of void-variable,
4287 do not mess with mail-buffer position (fixes 2009-11-03 change).
4288 * progmodes/cc-mode.el (c-submit-bug-report):
4289 Check auto-fill-mode is bound. (Bug#16592)
4290
4291 2014-01-31 Darren Hoo <darren.hoo@gmail.com>
4292
4293 * startup.el (fancy-splash-image-file): New function,
4294 split from fancy-splash-head.
4295 (fancy-splash-head, use-fancy-splash-screens-p): Use it,
4296 so that we are both using the same image. (Bug#16574)
4297
4298 2014-01-30 Glenn Morris <rgm@gnu.org>
4299
4300 * simple.el (eval-expression): Doc fix.
4301
4302 * hexl.el (hexl-mode-hook):
4303 * ielm.el (ielm-mode-hook):
4304 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-hook)
4305 (lisp-interaction-mode-hook):
4306 * progmodes/cfengine.el (cfengine3-documentation-function):
4307 Replace obsolete alias `turn-on-eldoc-mode' with `eldoc-mode'.
4308
4309 2014-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
4310
4311 * emacs-lisp/eieio-opt.el (eieio-help-generic): Don't assume `generic'
4312 is a symbol (bug#16584).
4313
4314 2014-01-30 Glenn Morris <rgm@gnu.org>
4315
4316 * help.el (help-for-help-internal): Add "P" to text.
4317
4318 2014-01-29 Glenn Morris <rgm@gnu.org>
4319
4320 * simple.el (just-one-space, cycle-spacing): Doc fixes.
4321
4322 2014-01-28 Martin Rudalics <rudalics@gmx.at>
4323
4324 * window.el (fit-frame-to-buffer): Fix calculations for margins and
4325 height constraints.
4326
4327 2014-01-28 Luke Lee <luke.yx.lee@gmail.com>
4328
4329 * progmodes/hideif.el: Extend to full CPP expression syntax.
4330 (hif-token-alist): Add missing tokens.
4331 (hif-token-regexp): Add support for float/octal/hex immediates.
4332 (hif-string-literal-regexp): New const.
4333 (hif-tokenize): Recognize strings and float/octal/hex immediates.
4334 (hif-exprlist): New function.
4335 (hif-parse-if-exp): Use it.
4336 (hif-logior-expr, hif-logxor-expr, hif-logand-expr, hif-comp-expr)
4337 (hif-logshift-expr, hif-muldiv-expr, hif-lognot, hif-shiftleft)
4338 (hif-shiftright, hif-multiply, hif-divide, hif-modulo, hif-equal)
4339 (hif-logxor, hif-comma): New functions.
4340
4341 2014-01-28 Glenn Morris <rgm@gnu.org>
4342
4343 * textmodes/fill.el (fill-single-char-nobreak-p): Doc tweak.
4344
4345 * indent.el (tab-stop-list): Doc fix. Add :version.
4346
4347 * vc/pcvs.el (vc-editable-p, vc-checkout): Remove unused declarations.
4348 (cvs-append-to-ignore): Add compatibility alias.
4349
4350 2014-01-27 Glenn Morris <rgm@gnu.org>
4351
4352 * dired.el (dired-hide-details-mode): Don't autoload it,
4353 since it cannot be used outside Dired buffers anyway.
4354
4355 * emulation/cua-base.el (cua-mode): Doc fix.
4356
4357 * dired.el (dired-hide-details-hide-symlink-targets)
4358 (dired-hide-details-hide-information-lines)
4359 (dired-hide-details-mode): Doc fixes.
4360
4361 * shadowfile.el (shadow-info-file, shadow-todo-file): Doc fix.
4362 * strokes.el (strokes-file): Doc fix. Bump :version.
4363 (strokes-help): Doc fix.
4364 * emulation/viper-init.el (viper-vi-style-in-minibuffer): Doc fix.
4365 * emulation/viper.el (viper): Doc fix for custom group.
4366 (top-level): Remove oh-so-no-longer-relevant text about vip.
4367 * obsolete/otodo-mode.el (todo-prefix): Doc fix.
4368
4369 * ido.el (ido-save-directory-list-file):
4370 * saveplace.el (save-place-file):
4371 * calendar/timeclock.el (timeclock-file):
4372 * net/quickurl.el (quickurl-url-file):
4373 * obsolete/otodo-mode.el (todo-file-do, todo-file-done, todo-file-top):
4374 * progmodes/idlwave.el (idlwave-config-directory):
4375 * textmodes/remember.el (remember-data-file):
4376 Bump :version.
4377
4378 2014-01-26 Glenn Morris <rgm@gnu.org>
4379
4380 * progmodes/opascal.el (opascal-tab-always-indents, opascal-tab):
4381 Doc fix. Make obsolete.
4382 (opascal-mode): No longer mention opascal-tab-always-indents in doc.
4383
4384 * sort.el (delete-duplicate-lines): Doc fix.
4385
4386 2014-01-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
4387
4388 * progmodes/ada-mode.el (ada):
4389 * woman.el (woman): Link to info manual and Commentary section.
4390
4391 * progmodes/flymake.el (flymake):
4392 * nxml/nxml-mode.el (nxml):
4393 * net/eww.el (eww):
4394 * speedbar.el (speedbar, speedbar-faces, speedbar-vc):
4395 * htmlfontify.el (htmlfontify):
4396 * ses.el (ses):
4397 * epa.el (epa):
4398 * ido.el (ido): Link to info manual.
4399
4400 2014-01-25 Leo Liu <sdl.web@gmail.com>
4401
4402 * progmodes/flymake.el (flymake-make-overlay): No rear advance.
4403
4404 2014-01-25 Adam Sjøgren <asjo@koldfront.dk>
4405
4406 * net/shr.el (shr-tag-img): Prefer the title over the alt text
4407 (bug#16537).
4408
4409 2014-01-24 Juanma Barranquero <lekktu@gmail.com>
4410
4411 * net/eww.el (eww-download-callback):
4412 Fix reference to eww-download-directory.
4413
4414 * emacs-lisp/bytecomp.el (byte-compile-file):
4415 Remove unused local variable `file-name'.
4416
4417 2014-01-24 Glenn Morris <rgm@gnu.org>
4418
4419 * woman.el (woman-default-faces, woman-monochrome-faces):
4420 Fix obsolescence specification.
4421
4422 * subr.el (with-demoted-errors): Doc fix.
4423
4424 2014-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
4425
4426 * emacs-lisp/cl-macs.el: Improve type->predicate mapping (bug#16520).
4427 (cl--macroexp-fboundp): New function.
4428 (cl--make-type-test): Use it.
4429
4430 2014-01-23 Glenn Morris <rgm@gnu.org>
4431
4432 * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-last-sexp):
4433 * simple.el (eval-expression): Doc fixes.
4434
4435 2014-01-22 Glenn Morris <rgm@gnu.org>
4436
4437 * emacs-lisp/authors.el (authors-fixed-entries): Addition.
4438
4439 2014-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
4440
4441 * emacs-lisp/package.el: Write files silently.
4442 (package-autoload-ensure-default-file, package--write-file-no-coding)
4443 (package-generate-description-file, package--download-one-archive)
4444 (package-install-from-archive): Tell `write-region' to stay quiet.
4445 (package-menu-mode, package-menu--print-info): Omit the Archive column
4446 if there's only one archive.
4447 (package-all-keywords, package--has-keyword-p): Remove dead code.
4448
4449 2014-01-22 Glenn Morris <rgm@gnu.org>
4450
4451 * version.el (emacs-bzr-version-bzr): Fix typo.
4452
4453 * version.el (emacs-repository-get-version):
4454 Check either .bzr or .git, but not both.
4455 Make the git case actually use the DIR argument, and return nil
4456 rather than the empty string.
4457 Avoid error if .git exists but the git executable is not found.
4458
4459 2014-01-22 Martin Rudalics <rudalics@gmx.at>
4460
4461 Fixes in window size functions around Bug#16430 and Bug#16470.
4462 * window.el (window-total-size, window-size): New argument ROUND.
4463 (window--min-delta-1, window-min-delta, window--max-delta-1):
4464 Be more conservative when calculating the numbers of lines or
4465 columns a window can shrink (Bug#16430).
4466 (fit-window-to-buffer): Simplify code.
4467 * term.el (term-window-width): Call window-body-width again.
4468
4469 2014-01-22 Glenn Morris <rgm@gnu.org>
4470
4471 * image.el (image-format-suffixes): Doc fix.
4472
4473 * international/quail.el (quail-define-package): Doc fix.
4474
4475 * emacs-lisp/authors.el (authors-valid-file-names)
4476 (authors-renamed-files-alist): Additions.
4477
4478 * vc/vc-git.el (vc-git-print-log): Remove --follow;
4479 reverts 2014-01-09 change. (Bug#16422)
4480
4481 * calc/calc-embed.el (thing-at-point-looking-at):
4482 * emacs-lisp/map-ynp.el (x-popup-dialog):
4483 * obsolete/lmenu.el (x-popup-dialog):
4484 * emacs-lisp/package.el (url-recreate-url):
4485 * mail/mailclient.el (clipboard-kill-ring-save):
4486 * subr.el (x-popup-dialog): Update declaration.
4487 * mail/rmail.el (rmail-mime-message-p):
4488 * window.el (tool-bar-lines-needed): Remove unnecessary declaration.
4489
4490 2014-01-21 Daniel Colascione <dancol@dancol.org>
4491
4492 * progmodes/sh-script.el (sh--inside-noncommand-expression):
4493 Correctly detect when we're inside an arithmetic expansion form
4494 containing nested parenthesis.
4495 (sh--maybe-here-document): Use `sh--inside-noncommand-expression'
4496 to detect cases where we shouldn't expand "<<" to a heredoc
4497 skeleton.
4498
4499 2014-01-21 Stefan Monnier <monnier@iro.umontreal.ca>
4500
4501 * emacs-lisp/eldoc.el: Properly remove message in minibuffer case.
4502 (eldoc--message-command-p): New function.
4503 (eldoc-display-message-p): Use it.
4504 (eldoc-pre-command-refresh-echo-area): In the minibuffer case, the
4505 message is not automatically erased for us.
4506 (eldoc-print-current-symbol-info): Erase previous message, if any.
4507
4508 2014-01-21 Tassilo Horn <tsdh@gnu.org>
4509
4510 * textmodes/reftex.el (reftex-create-bibtex-file): Fix autoload to
4511 specify it's an interactive function.
4512
4513 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
4514 Fix regex used for scanning for citation keys which failed for
4515 citations with optional arguments.
4516
4517 2014-01-21 Leo Liu <sdl.web@gmail.com>
4518
4519 * simple.el (read--expression): Don't enable eldoc-mode.
4520
4521 2014-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
4522
4523 * simple.el (move-beginning-of-line): Make sure we don't move forward
4524 (bug#16497).
4525
4526 2014-01-20 Juri Linkov <juri@jurta.org>
4527
4528 * saveplace.el (toggle-save-place, save-place-to-alist)
4529 (save-places-to-alist, save-place-dired-hook): Add (derived-mode-p
4530 'dired-mode) before checking for dired-directory. (Bug#16477)
4531
4532 2014-01-20 Juri Linkov <juri@jurta.org>
4533
4534 * indent.el (indent-line-to): Use backward-to-indentation
4535 instead of back-to-indentation. (Bug#16461)
4536
4537 2014-01-20 Paul Eggert <eggert@cs.ucla.edu>
4538
4539 Revert some of the CANNOT_DUMP fix (Bug#16494).
4540 Because of this, "make bootstrap" won't work if CANNOT_DUMP=yes,
4541 but fixing this can wait until after the next release.
4542 * Makefile.in (emacs): Keep EMACSLOADPATH empty.
4543
4544 2014-01-19 Michael Albinus <michael.albinus@gmx.de>
4545
4546 * eshell/esh-mode.el (eshell-password-prompt-regexp):
4547 Use `password-word-equivalents'.
4548 (eshell-watch-for-password-prompt): Let-bind `case-fold-search'
4549 to t. (Bug#5664, Bug#13124)
4550
4551 2014-01-19 Alan Mackenzie <acm@muc.de>
4552
4553 Bind open-paren-in-column-0-is-defun-start to nil at some entry
4554 points.
4555 * progmodes/cc-engine.el (c-invalidate-state-cache-1)
4556 (c-parse-state-1, c-guess-basic-syntax): Bind it here.
4557 * progmodes/cc-mode.el (c-before-change, c-after-change)
4558 (c-font-lock-fontify-region): Bind it here.
4559
4560 2014-01-19 Martin Rudalics <rudalics@gmx.at>
4561
4562 * term.el (term-window-width): Call window-text-width instead of
4563 window-width (Bug#16470).
4564
4565 2014-01-18 Paul Eggert <eggert@cs.ucla.edu>
4566
4567 * simple.el (password-word-equivalents): Remove duplicates.
4568 Sort, to make this easier next time.
4569 Downcase. Omit ": " after "jelszó".
4570
4571 2014-01-18 Jan Djärv <jan.h.d@swipnet.se>
4572
4573 * term/common-win.el (saved-region-selection): Defvar it.
4574 (x-select-text): Set saved-region-selection (Bug#16382).
4575
4576 2014-01-18 Glenn Morris <rgm@gnu.org>
4577
4578 * emacs-lisp/authors.el (authors-aliases)
4579 (authors-renamed-files-alist): Add some entries.
4580
4581 2014-01-17 Michael Albinus <michael.albinus@gmx.de>
4582
4583 * net/tramp.el (tramp-password-prompt-regexp):
4584 Use `password-word-equivalents' if available.
4585 (tramp-action-password, tramp-process-one-action)
4586 (tramp-read-passwd): Let-bind `case-fold-search' to t. (Bug#13124)
4587
4588 2014-01-17 Chong Yidong <cyd@gnu.org>
4589
4590 * simple.el (password-word-equivalents): New defcustom.
4591 * comint.el (comint-password-prompt-regexp): Use it. Bump version
4592 to 24.4.
4593 (comint-watch-for-password-prompt): Let-bind `case-fold-search'
4594 to t. (Bug#13124)
4595
4596 2014-01-17 Dmitry Gutov <dgutov@yandex.ru>
4597
4598 * progmodes/ruby-mode.el (ruby-alignable-keywords): New constant.
4599 (ruby-align-to-stmt-keywords): Change the default value.
4600 Use `ruby-alignable-keywords' to generate the possible customization
4601 choices.
4602 (ruby-smie-rules): Instead of using a hardcoded list of alignable
4603 keywords, check against the value of `ruby-alignable-keywords'
4604 (http://lists.gnu.org/archive/html/emacs-devel/2014-01/msg01439.html).
4605
4606 2014-01-17 Glenn Morris <rgm@gnu.org>
4607
4608 * emacs-lisp/authors.el (authors-aliases): Remove unnecessary entries.
4609
4610 Make M-x authors return zero *Authors Errors* from current logs.
4611 * emacs-lisp/authors.el (authors-obsolete-files-regexps)
4612 (authors-ignored-files): Add some entries, remove others.
4613 (authors-ambiguous-files, authors-valid-file-names):
4614 Add some entries.
4615 (authors-renamed-files-alist): Add, remove, and adjust entries.
4616 (authors-renamed-files-regexps): Add some entries.
4617 Remove some very broad ones. Make some entries `lax'.
4618 (authors-lax-changelogs): New constant.
4619 (authors-disambiguate-file-name): Treat top-level specially.
4620 (authors-lax-changelog-p): New function.
4621 (authors-canonical-file-name): Check file as written against
4622 authors-valid-file-names. Do not special-case etc/.
4623 Handle `lax' logs and authors-renamed-files-regexps elements.
4624
4625 2014-01-16 Dmitry Gutov <dgutov@yandex.ru>
4626
4627 * emacs-lisp/package.el (package-desc--keywords): Use `cdr' with
4628 `assoc'. Use `nth' instead of `cdr'. Make private. Update all
4629 callers.
4630
4631 2014-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
4632
4633 * follow.el (follow-adjust-window): Remove `dest' argument (bug#16426).
4634 Assume we're already in the proper buffer.
4635 Inspired by Anders Lindgren <andlind@gmail.com>.
4636 (follow-post-command-hook): Call it from the right buffer.
4637 (follow-comint-scroll-to-bottom): Adjust call.
4638 (follow-all-followers): Use get-buffer-window-list.
4639
4640 2014-01-15 Daniel Colascione <dancol@dancol.org>
4641
4642 * emacs-lisp/bytecomp.el (byte-compile-file): Use whole
4643 `buffer-file-name' in interactive-form so that we don't leave
4644 pathless file names in `file-name-history'.
4645
4646 2014-01-15 Juri Linkov <juri@jurta.org>
4647
4648 * indent.el (indent-rigidly): Set deactivate-mark to nil
4649 in transient indentation mode. (Bug#16438)
4650
4651 2014-01-15 Dmitry Gutov <dgutov@yandex.ru>
4652
4653 * emacs-lisp/package.el (package-desc-keywords): New function
4654 (Bug#16222).
4655 (describe-package-1, package-all-keywords)
4656 (package--has-keyword-p): Use it.
4657
4658 2014-01-14 Nicolas Richard <theonewiththeevillook@yahoo.fr>
4659
4660 * simple.el (define-alternatives): When creating the
4661 COMMAND-alternatives variable, assign COMMAND as its definition
4662 name so that `describe-variable' can relocate it.
4663
4664 2014-01-14 Matthew Leach <matthew@mattleach.net> (tiny change)
4665
4666 * font-lock.el (font-lock-keywords): Fix typo in docstring
4667 (bug#16307).
4668
4669 2014-01-14 Agustín Martín Domingo <agustin.martin@hispalinux.es>
4670
4671 * ispell.el (ispell-region): Reset `in-comment' for new line
4672 instead of wrongly reset `add-coment' (bug#13577).
4673
4674 2014-01-14 Daiki Ueno <ueno@gnu.org>
4675
4676 * epa-file.el (epa-file-write-region): Encode the region according
4677 to `buffer-file-format'. Problem reported at:
4678 <http://sourceforge.jp/ticket/browse.php?group_id=2267&tid=32917>.
4679
4680 2014-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
4681
4682 * emacs-lisp/edebug.el (edebug--display): Move protective let-binding
4683 so it applies in the right buffer (bug#16410).
4684
4685 2014-01-13 Daniel Colascione <dancol@dancol.org>
4686
4687 * textmodes/rst.el (rst-define-key): Provide deprecated
4688 keybindings through named functions instead of anonymous ones so
4689 that "??" doesn't appear in describe-mode output.
4690
4691 2014-01-13 Bastien Guerry <bzg@gnu.org>
4692
4693 * simple.el (define-alternatives): Call the selected command
4694 interactively. When setting `COMMAND--implementation' for the
4695 first time, tell the user how to chose another implementation.
4696 Enhance the docstring.
4697
4698 2014-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
4699
4700 * vc/log-edit.el: Fix highlighting of summary when it's the first line.
4701 (log-edit--match-first-line): New function.
4702 (log-edit-font-lock-keywords): Use it.
4703 (log-edit-mode): Make jit-lock-defer-multiline work.
4704
4705 2014-01-13 Bastien Guerry <bzg@gnu.org>
4706
4707 * rect.el (rectangle-mark-mode): When the region is not active,
4708 display a message saying that the mark as been set and that
4709 rectangle mode is in use.
4710 (rectangle--highlight-for-redisplay): Only put an overlay with a
4711 visible vertical bar when (display-graphic-p) is non-nil.
4712 This partially fixes Bug#16403.
4713
4714 2014-01-13 Juri Linkov <juri@jurta.org>
4715
4716 * info.el (Info-find-file): Go to DIR before displaying the error
4717 about a nonexistent file if no previous Info file is visited.
4718 Use `user-error' instead of `error' for "Info file %s does not exist".
4719 (Info-find-node-2): In case of a nonexistent node in unwind forms
4720 go to the Top node if there is no previous node to revert to.
4721 (Bug#16405)
4722
4723 2014-01-13 Martin Rudalics <rudalics@gmx.at>
4724
4725 fit-frame/window-to-buffer code fixes including one for Bug#14096.
4726 * window.el (fit-frame-to-buffer): Fix doc-string.
4727 Respect window-min-height/-width. Fit pixelwise when
4728 frame-resize-pixelwise is non-nil. Adjust right/bottom edge
4729 when avoiding that frame goes partially off-screen.
4730 (fit-window-to-buffer): Respect window-min-height/-width
4731 (Bug#14096).
4732
4733 2014-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
4734
4735 * indent.el (indent-according-to-mode): Flush to column 0 in text-mode
4736 after an empty line.
4737
4738 2014-01-12 Stefan Monnier <monnier@iro.umontreal.ca>
4739
4740 * net/shr.el (shr-render-region): Autoload.
4741
4742 2014-01-12 Xue Fuqiao <xfq.free@gmail.com>
4743
4744 * net/eww.el (eww-download-directory): Rename from
4745 `eww-download-path' (Bug#16419).
4746
4747 2014-01-12 Leo Liu <sdl.web@gmail.com>
4748
4749 * dired-x.el (dired-mode-map): Fix last change.
4750
4751 * emacs-lisp/eldoc.el (eldoc-mode): Add hook locally.
4752
4753 2014-01-12 Paul Eggert <eggert@cs.ucla.edu>
4754
4755 Spelling fixes.
4756 * emacs-lisp/generic.el (generic--normalize-comments):
4757 Rename from generic--normalise-comments. All uses changed.
4758 * play/bubbles.el (bubbles--neighborhood-score)
4759 (bubbles--mark-direct-neighbors, bubbles--mark-neighborhood)
4760 (bubbles--neighborhood-available)
4761 (bubbles--update-neighborhood-score):
4762 Rename from names with 'neighbourhood'. All uses changed.
4763
4764 2014-01-12 Leo Liu <sdl.web@gmail.com>
4765
4766 Re-implement the feature of showing eldoc info after editing.
4767 * emacs-lisp/eldoc.el (eldoc-post-insert-mode): Remove.
4768 (eldoc-edit-message-commands): New function.
4769 (eldoc-print-after-edit): New variable.
4770 (eldoc-pre-command-refresh-echo-area): Emit message only by
4771 eldoc-message-commands.
4772 (eldoc-mode): Restrict eldoc-message-commands to editing commands
4773 if eldoc-print-after-edit is set. (Bug#16346)
4774 * simple.el (read--expression): Enable eldoc-mode.
4775 * progmodes/octave.el (octave-mode-menu): Adapt to change in eldoc.
4776
4777 2014-01-11 Dani Moncayo <dmoncayo@gmail.com>
4778 Eric S. Raymond <esr@thyrsus.com>
4779
4780 * version.el (emacs-repository-get-version): Enhance so the
4781 function works correctly in either a Bazaar or Git repo.
4782
4783 2014-01-11 Eric S. Raymond <esr@thyrsus.com>
4784
4785 * play/meese.el: It's 2014 and Ed Meese is justly forgotten.
4786 Goes with removal of the joke manpages from /etc.
4787
4788 2014-01-10 Kenichi Handa <handa@gnu.org>
4789
4790 * mail/rmail.el (rmail-get-coding-system):
4791 Check rmail-get-coding-function before "funcall"ing it.
4792
4793 2014-01-10 Glenn Morris <rgm@gnu.org>
4794
4795 * emacs-lisp/authors.el (authors-fixed-entries):
4796 Update for files that no longer exist.
4797
4798 2014-01-10 Eric S. Raymond <esr@thyrsus.com>
4799
4800 * version.el (emacs-bzr-get-version): Restore compatibilty with
4801 24.3 (Tested).
4802
4803 2014-01-10 Bozhidar Batsov <bozhidar@batsov.com>
4804
4805 * progmodes/ruby-mode.el (auto-mode-alist): Add .podspec
4806 and Podfile.
4807
4808 2014-01-10 Eli Zaretskii <eliz@gnu.org>
4809
4810 * emacs-lisp/authors.el (authors-fixed-entries): Update my entry.
4811
4812 2014-01-10 Chong Yidong <cyd@gnu.org>
4813
4814 * progmodes/octave.el (octave-mode-menu): Don't assume eldoc is loaded.
4815
4816 2014-01-10 Anders Lindgren <andlind@gmail.com>
4817
4818 * follow.el (follow-cache-command-list): Include right-char and
4819 left-char.
4820
4821 2014-01-10 Paul Eggert <eggert@cs.ucla.edu>
4822
4823 Spelling fixes.
4824 * mail/unrmail.el (unrmail-mbox-format): Choice is mboxo, not mboxro.
4825 * woman.el (woman-mark-horizontal-position):
4826 Rename from woman-mark-horizonal-position. Use changed.
4827
4828 2014-01-10 Glenn Morris <rgm@gnu.org>
4829
4830 * info.el (info-initialize): If running uninstalled, ensure our
4831 own info files are always found first, even if INFOPATH is set.
4832
4833 * help.el (view-order-manuals): Open emacs.info rather than ORDERS.
4834
4835 2014-01-09 David Engster <deng@randomsample.de>
4836
4837 * emacs-lisp/eieio-custom.el:
4838 * emacs-lisp/eieio-opt.el: Set generated autoload file to
4839 'eieio.el'. This was accidentally removed in 2012-10-01T18:10:29Z!cyd@gnu.org.
4840 * emacs-lisp/eieio.el: Regenerate autoloads.
4841
4842 2014-01-09 Eric S. Raymond <esr@thyrsus.com>
4843
4844 * vc/vc-git.el (vc-git-print-log): Add --follow option to command,
4845 following renames. (Bug#8756)
4846
4847 2014-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
4848
4849 * simple.el (deactivate-mark, activate-mark): Force-mode-line-update
4850 (bug#16382).
4851 (activate-mark): Add `no-tmm' argument.
4852 (set-mark, push-mark-command): Use it instead of running
4853 activate-mark-hook by hand.
4854
4855 2014-01-08 Eric S. Raymond <esr@thyrsus.com>
4856
4857 In preparation for the move to git, sanitize out some
4858 Bazaar-specific names.
4859
4860 * emacs-lisp/authors.el: INSTALL.BZR renamed to INSTALL.REPO.
4861
4862 * version.el (emacs-bzr-version): Name changed to
4863 emacs-repository-version. Obsolete-variable alias made.
4864 * loadup.el: Follow through on this name change.
4865 * mail/emacsbug.el (report-emacs-bug): Factor out any
4866 assumption about the version control system in use.
4867
4868 2014-01-08 David Engster <deng@randomsample.de>
4869
4870 * help-fns.el (help-fns-describe-function-functions):
4871 New variable to call functions for augmenting help buffers.
4872 (describe-function-1): Remove explicit calls to
4873 `help-fns--compiler-macro', `help-fns--parent-mode' and
4874 `help-fns--obsolete'. Put them in above new variable instead, and
4875 call them through `run-hook-with-args'.
4876 * emacs-lisp/eieio-opt.el (eieio-help-class): Rename from
4877 `eieio-describe-class'. Not meant for interactive use anymore,
4878 but to augment existing help buffers. Remove optional second
4879 argument. Create proper button for file location.
4880 Rewrite function to use `insert' instead of `princ' and `prin1' where
4881 possible.
4882 (eieio-help-class-slots): Rename from `eieio-describe-class-slots'.
4883 (eieio-method-def, eieio-class-def): Move further up.
4884 (describe-method, describe-generic, eieio-describe-method):
4885 Remove aliases.
4886 (eieio-help-constructor, eieio-help-generic): Rename from
4887 `eieio-describe-constructor' and `eieio-describe-generic', resp.
4888 Rewrite to use `insert' in the current buffer and use proper help
4889 buttons.
4890 (eieio-help-find-method-definition)
4891 (eieio-help-find-class-definition): Also accept symbols as
4892 arguments.
4893 (eieio-help-mode-augmentation-maybee): Remove.
4894 (eieio-describe-class-sb): Use `describe-function'.
4895 * emacs-lisp/eieio.el (help-fns-describe-function-functions):
4896 Add `eieio-help-generic' and `eieio-help-constructor'.
4897
4898 2014-01-08 Paul Eggert <eggert@cs.ucla.edu>
4899
4900 Spelling fixes.
4901 * language/china-util.el (hz-ascii-designation):
4902 Rename from hz-ascii-designnation.
4903 (hz-ascii-designation): Rename from hz-ascii-designnation.
4904 All uses changed.
4905
4906 2014-01-08 Stefan Monnier <monnier@iro.umontreal.ca>
4907
4908 * emacs-lisp/package.el (package-delete): Only remove pkg-desc from
4909 package-alist.
4910
4911 2014-01-08 Bastien Guerry <bzg@gnu.org>
4912
4913 * emacs-lisp/package.el (package-delete):
4914 Correctly delete the package from package-alist.
4915
4916 2014-01-08 Daiki Ueno <ueno@gnu.org>
4917
4918 * emacs-lisp/package.el (url-recreate-url): Declare.
4919 (url-http-target-url): Declare.
4920 (package-handle-response): Include requested URL in the error message.
4921 (package--check-signature): Don't re-signal errors from
4922 package--with-work-buffer. Suggested by Stefan Monnier.
4923
4924 2014-01-07 Bastien Guerry <bzg@gnu.org>
4925
4926 * minibuffer.el (completion--try-word-completion): When both a
4927 hyphen and a space are possible candidates for the character
4928 following a word, display both candidates. (Bug#15980)
4929
4930 2014-01-07 Martin Rudalics <rudalics@gmx.at>
4931
4932 * window.el (balance-windows-2): While rounding don't give a
4933 window more than the remainder. Bug#16351, bug#16383.
4934
4935 2014-01-07 Glenn Morris <rgm@gnu.org>
4936
4937 * menu-bar.el (menu-bar-help-extra-packages): Remove.
4938 (menu-bar-help-menu): Use view-external-packages instead.
4939
4940 2014-01-07 Bastien Guerry <bzg@gnu.org>
4941
4942 * emacs-lisp/package.el (package-delete): Also delete the package
4943 name from `package-alist', not its description only.
4944
4945 2014-01-07 Glenn Morris <rgm@gnu.org>
4946
4947 * help.el (view-external-packages):
4948 * menu-bar.el (menu-bar-help-extra-packages):
4949 Visit efaq.info rather than etc/MORE.STUFF.
4950
4951 2014-01-07 Juri Linkov <juri@jurta.org>
4952
4953 * isearch.el (isearch-mode-map): Bind [return] and [backspace] to
4954 isearch-exit and isearch-delete-char resp. (Bug#16342, bug#16035)
4955
4956 * progmodes/ps-mode.el (ps-mode-map): Remove [return] key binding
4957 that shadows RET. (Bug#16342)
4958
4959 2014-01-07 Chong Yidong <cyd@gnu.org>
4960
4961 * isearch.el (isearch-yank-char, isearch-yank-word)
4962 (isearch-yank-line): Doc fix.
4963
4964 2014-01-06 Stefan Monnier <monnier@iro.umontreal.ca>
4965
4966 * abbrev.el (define-abbrev): Beware new meaning of fboundp.
4967 * emacs-lisp/elint.el (elint-find-builtins):
4968 * emacs-lisp/eldoc.el (eldoc-symbol-function):
4969 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn)
4970 (byte-compile-file-form-defmumble, byte-compile, byte-compile-form):
4971 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
4972 * apropos.el (apropos-safe-documentation):
4973 * subr.el (symbol-file): Remove redundant fboundp.
4974 * progmodes/idlw-shell.el (idlwave-shell-comint-filter): Use defalias.
4975
4976 2014-01-06 Bastien Guerry <bzg@gnu.org>
4977
4978 * hl-line.el (global-hl-line-overlay): Make a local variable.
4979 (global-hl-line-overlays): New variable to store all overlays.
4980 (global-hl-line-mode): Don't delete overlays from the current
4981 buffer when `global-hl-line-sticky-flag' is non-nil.
4982 (global-hl-line-highlight): Add new overlays to
4983 `global-hl-line-overlays'.
4984 (global-hl-line-unhighlight-all): New function to delete all
4985 overlays when turning off `global-hl-line-mode'.
4986 This fixes Bug#16183.
4987
4988 2014-01-06 Stefan Monnier <monnier@iro.umontreal.ca>
4989
4990 * subr.el (set-transient-map): Fix nested case and docstring.
4991
4992 2014-01-06 Tassilo Horn <tsdh@gnu.org>
4993
4994 * textmodes/reftex-vars.el (reftex-label-alist-builtin): Add a
4995 `Texinfo' entry.
4996
4997 2014-01-06 Daniel Colascione <dancol@dancol.org>
4998
4999 Fix defun navigation in vc log view.
5000
5001 * vc/log-view.el (log-view-beginning-of-defun): Rewrite to behave
5002 like `beginning-of-defun'.
5003 (log-view-end-of-defun, log-view-end-of-defun-1): Rename old
5004 log-view-end-of-defun to log-view-end-of-defun-1. Replace
5005 log-view-end-of-defun with wrapper that behaves like `end-of-defun'.
5006 (log-view-extract-comment): Call `log-view-current-entry' directly
5007 instead of relying on broken `log-view-beginning-of-defun' behavior.
5008
5009 2014-01-06 Paul Eggert <eggert@cs.ucla.edu>
5010
5011 Spelling fixes.
5012 * calc/calc-yank.el (calc-edit-mode, calc-edit-cancel):
5013 * emacs-lisp/debug.el (cancel-debug-on-entry):
5014 * epg.el (epg-error-to-string):
5015 * files.el (recover-file):
5016 * lpr.el (lpr-buffer, print-buffer, lpr-region, print-region):
5017 * mail/emacsbug.el (report-emacs-bug-hook):
5018 * mail/sendmail.el (mail-recover):
5019 * ses.el (ses-yank-resize):
5020 * term/ns-win.el (ns-print-buffer):
5021 Spelling fixes in diagnostics, mostly for "canceled" with one L.
5022 * epg.el (epg-key-capability-alist): Rename from misspelled version.
5023 All uses changed.
5024 * obsolete/xesam.el (xesam-all-fields): Fix misspelled field name.
5025
5026 2014-01-06 Leo Liu <sdl.web@gmail.com>
5027
5028 * dired-x.el (dired-mode-map): Rebind dired-omit-mode to C-x M-o
5029 to avoid shadowing global key. (Bug#16354)
5030
5031 2014-01-06 Daniel Colascione <dancol@dancol.org>
5032
5033 * textmodes/rst.el (rst-mode): Set electric-indent-inhibit for
5034 rst-mode.
5035
5036 2014-01-05 Martin Rudalics <rudalics@gmx.at>
5037
5038 * window.el (balance-windows): Add mising t to fix Bug#16351.
5039
5040 2014-01-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
5041
5042 * net/shr.el (shr-descend): Don't bug out if the anchor is empty
5043 (bug#16285).
5044 (shr-insert): If we have a word that's longer than `shr-width',
5045 break after it anyway. Otherwise we'll do no breaking once we get
5046 such a long word.
5047
5048 2014-01-05 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
5049
5050 * net/eww.el (eww): Support single/double quote for search.
5051 * net/eww.el (eww-list-histories, eww-history-browse): Fixup.
5052 (eww-history-quit): Delete and use quit-window.
5053 (eww-history-kill): Delete, because it doesn't work well and
5054 not necessary.
5055 (eww-history-mode-map): Delete some keys and add easy-menu.
5056
5057 2014-01-05 Paul Eggert <eggert@cs.ucla.edu>
5058
5059 Fix misspelling of 'chinese' in rx (Bug#16237).
5060 * emacs-lisp/rx.el (rx-categories): Correct spelling of
5061 chinese-two-byte.
5062
5063 Change subword regexps back to vars (Bug#16296).
5064 * progmodes/subword.el (subword-forward-regexp)
5065 (subword-backward-regexp): Change these back to variables.
5066
5067 2014-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
5068
5069 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't bother with
5070 syntax-begin-function (bug#16247).
5071
5072 2014-01-03 Chong Yidong <cyd@gnu.org>
5073
5074 * emacs-lisp/nadvice.el (advice--make-docstring): Change args.
5075 (advice--docstring): Delete variable.
5076 (advice--make-1): Leave the docstring empty.
5077 (advice-add): Use function-documentation for advised docstring.
5078
5079 * emacs-lisp/advice.el (ad--make-advised-docstring): Change args.
5080 Ignore function-documentation property when getting documentation.
5081 (ad-activate-advised-definition): Use function-documentation
5082 generate the docstring.
5083 (ad-make-advised-definition): Don't call
5084 ad-make-advised-definition-docstring.
5085 (ad-make-advised-definition-docstring, ad-advised-definition-p):
5086 Delete functions.
5087
5088 * progmodes/sql.el (sql-help): Use function-documentation instead
5089 of dynamic-docstring-function property. No need to autoload now.
5090 (sql--help-docstring): New variable.
5091 (sql--make-help-docstring): Use it.
5092
5093 2014-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
5094
5095 * ielm.el (ielm-tab): Retarget.
5096 (ielm-map): Use ielm-tab for tab.
5097 (ielm-complete-filename): Use comint-filename-completion.
5098 (ielm-complete-symbol): Remove.
5099 (inferior-emacs-lisp-mode): Use lisp-completion-at-point instead and
5100 remove ielm-tab from completion-at-point-functions (bug#16224).
5101
5102 * emacs-lisp/pcase.el (pcase--split-equal, pcase--split-member):
5103 Beware signals raised by predicates (bug#16201).
5104
5105 2014-01-02 Richard Stallman <rms@gnu.org>
5106
5107 * dired-aux.el (dired-do-print): Handle printer-name.
5108
5109 * mail/rmailmm.el (rmail-mime-message-p): Move to rmail.el.
5110 * mail/rmail.el (rmail-mime-message-p): Move from rmailmm.el.
5111 (rmail-epa-decrypt): Turn off mime processing.
5112
5113 * mail/rmail.el (rmail-make-in-reply-to-field):
5114 Add parens in message-id.
5115
5116 * mail/rmail.el (rmail-get-coding-function): Variable.
5117 (rmail-get-coding-system): Use it.
5118
5119 2013-12-31 Eli Zaretskii <eliz@gnu.org>
5120
5121 * international/mule-conf.el: Unify the charset indian-is13194.
5122 (indian-is13194): Specify unify-map.
5123
5124 2013-12-31 Leo Liu <sdl.web@gmail.com>
5125
5126 * subr.el (set-temporary-overlay-map): Obsolete alias. (Bug#16305)
5127
5128 2013-12-30 Daniel Colascione <dancol@dancol.org>
5129
5130 * term/x-win.el ([XF86WakeUp]): Ignore the XF86WakeUp key instead
5131 of printing a useless when we resume from sleep.
5132
5133 * progmodes/sh-script.el
5134 (sh-smie-sh-forward-token, sh-smie-rc-forward-token): Fix infloop
5135 in indentation code. (Bug#16233)
5136
5137 2013-12-28 João Távora <joaotavora@gmail.com>
5138
5139 * elec-pair.el (electric-pair-post-self-insert-function):
5140 Don't open extra newlines at beginning of buffer. (Bug#16272)
5141
5142 2013-12-28 Eli Zaretskii <eliz@gnu.org>
5143
5144 * frame.el (window-system-for-display): Don't allow to create a
5145 GUI frame from a -nw session on MS-Windows. (Bug#14739)
5146
5147 2013-12-28 Glenn Morris <rgm@gnu.org>
5148
5149 * mail/hashcash.el (hashcash-program): Rename from hashcash-path.
5150 Update callers.
5151
5152 * apropos.el (apropos-match-face):
5153 * calculator.el (calculator-displayer):
5154 * dabbrev.el (dabbrev-search-these-buffers-only):
5155 * face-remap.el (buffer-face-mode-face):
5156 * simple.el (yank-handled-properties):
5157 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
5158 * mail/footnote.el (footnote-mode-line-string, footnote-prefix):
5159 * mail/hashcash.el (hashcash-accept-resources, hashcash-program)
5160 (hashcash-double-spend-database):
5161 * progmodes/ruby-mode.el (ruby-deep-indent-paren)
5162 (ruby-deep-indent-paren-style):
5163 * textmodes/flyspell.el (flyspell-auto-correct-binding):
5164 * textmodes/rst.el (rst-toc-indent, rst-toc-insert-style)
5165 (rst-toc-insert-number-separator, rst-toc-insert-max-level):
5166 * vc/pcvs-defs.el (cvs-minor-mode-prefix):
5167 Specify custom types.
5168
5169 * emacs-lisp/smie.el (smie-config): Add type, version, initialize.
5170 * bookmark.el (bookmark-bmenu-use-header-line):
5171 * doc-view.el (doc-view-scale-internally):
5172 * pcmpl-x.el (pcmpl-x-tlmgr-program, pcmpl-x-ack-program):
5173 * register.el (register-preview-delay):
5174 * net/shr.el (shr-bullet):
5175 * progmodes/cfengine.el (cfengine-cf-promises)
5176 (cfengine-parameters-indent):
5177 * progmodes/octave.el (inferior-octave-error-regexp-alist):
5178 * textmodes/reftex-vars.el (reftex-label-regexps):
5179 * vc/log-edit.el (log-edit-setup-add-author): Add version.
5180
5181 * net/tls.el (tls-certtool-program): Fix default value.
5182
5183 * desktop.el (desktop-restore-in-current-display):
5184 * newcomment.el (comment-empty-lines):
5185 * progmodes/idlwave.el (idlwave-scan-all-buffers-for-routine-info)
5186 (idlwave-pad-keyword):
5187 * progmodes/tcl.el (tcl-tab-always-indent):
5188 * textmodes/reftex-vars.el (reftex-index-default-tag):
5189 * elec-pair.el (electric-pair-skip-whitespace):
5190 * progmodes/cfengine.el (cfengine-cf-promises): Fix custom types.
5191
5192 * emacs-lisp/authors.el (authors-ignored-files)
5193 (authors-valid-file-names, authors-renamed-files-alist): Additions.
5194
5195 2013-12-27 Jarek Czekalski <jarekczek@poczta.onet.pl>
5196
5197 * shell.el (shell-dynamic-complete-command): Doc fix.
5198 (shell--command-completion-data): Shell completion now matches
5199 executable filenames from the current buffer's directory, on
5200 systems in which this behavior is the default (windows-nt, ms-dos).
5201
5202 2013-12-27 Lars Ingebrigtsen <larsi@gnus.org>
5203
5204 * net/shr.el (shr-insert): Don't infloop if the width is zero.
5205
5206 2013-12-27 Stefan Monnier <monnier@iro.umontreal.ca>
5207
5208 * icomplete.el (icomplete-show-matches-on-no-input): Default to nil
5209 (bug#16251).
5210
5211 * electric.el: Move all electric-pair-* to elec-pair.el.
5212 * elec-pair.el: New file, split from electric.el.
5213
5214 2013-12-27 Lars Ingebrigtsen <larsi@gnus.org>
5215
5216 * net/shr.el (shr-find-fill-point): Don't try to fill if the
5217 indentation level is larger than the width, because that will
5218 infloop.
5219 (shr-insert): Fill repeatedly long texts, so that Japanese is
5220 formatted correctly (bug#16263).
5221 (shr-find-fill-point): Off by one error in comparison with the
5222 indentation.
5223
5224 2013-12-26 João Távora <joaotavora@gmail.com>
5225
5226 * electric.el (electric-pair-mode): More flexible engine for skip-
5227 and inhibit predicates, new options for pairing-related functionality.
5228 (electric-pair-preserve-balance): Pair/skip parentheses and quotes
5229 if that keeps or improves their balance in buffers.
5230 (electric-pair-delete-adjacent-pairs): Delete the pair when
5231 backspacing over adjacent matched delimiters.
5232 (electric-pair-open-extra-newline): Open extra newline when
5233 inserting newlines between adjacent matched delimiters.
5234 (electric--sort-post-self-insertion-hook):
5235 Sort post-self-insert-hook according to priority values when
5236 minor-modes are activated.
5237 * simple.el (newline-and-indent): Call newline with interactive
5238 set to t.
5239 (blink-paren-post-self-insert-function): Set priority to 100.
5240 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
5241 Use electric-pair-text-pairs to pair backtick-and-quote in strings and
5242 comments. Locally set electric-pair-skip-whitespace to 'chomp and
5243 electric-pair-open-newline-between-pairs to nil.
5244
5245 2013-12-26 Fabián Ezequiel Gallina <fgallina@gnu.org>
5246
5247 * progmodes/python.el: Use lexical-binding.
5248 (python-nav-beginning-of-defun): Stop searching ASAP.
5249
5250 2013-12-25 Xue Fuqiao <xfq.free@gmail.com>
5251
5252 * vc/vc.el (vc-ignore): Use `vc-responsible-backend'.
5253 Fix interactive spec. Doc fix. (Bug#15754)
5254
5255 2013-12-25 Katsumi Yamaoka <yamaoka@jpl.org>
5256
5257 * emacs-lisp/byte-run.el (eval-when-compile):
5258 * progmodes/cc-defs.el (cc-eval-when-compile):
5259 Fix edebug spec (bug#16184).
5260
5261 2013-12-25 Lars Ingebrigtsen <larsi@gnus.org>
5262
5263 * net/shr.el (shr-visit-file): Remove debugging function.
5264 (shr-insert): Don't infloop if we can't find a good place to break
5265 the line (bug#16256).
5266
5267 2013-12-25 Fabián Ezequiel Gallina <fgallina@gnu.org>
5268
5269 * progmodes/python.el (python-nav--lisp-forward-sexp): New function.
5270 (python-nav--lisp-forward-sexp-safe): Use it. Rename from
5271 python-nav-lisp-forward-sexp-safe.
5272 (python-nav--forward-sexp): New argument SAFE allows switching
5273 forward sexp movement behavior for parens.
5274 (python-nav-forward-sexp): Throw errors on unterminated parens
5275 (Bug#16191).
5276 (python-nav-backward-sexp, python-nav-forward-sexp-safe)
5277 (python-nav-backward-sexp-safe): New functions.
5278 (python-shell-buffer-substring):
5279 Use `python-nav-forward-sexp-safe'.
5280
5281 2013-12-25 Lars Ingebrigtsen <larsi@gnus.org>
5282
5283 * net/shr.el (shr-find-fill-point): Don't break lines before a
5284 quotation mark.
5285 (shr-char-kinsoku-bol-p): The quotation mark isn't a kinsoky BOL char.
5286 (shr-find-fill-point): Remove the special checks for the quotation
5287 mark, since `shr-char-kinsoku-bol-p' should now return the right thing.
5288
5289 2013-12-25 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
5290
5291 * net/eww.el (eww-form-textarea): Use a different face for
5292 textareas than text input since they have different keymaps
5293 (bug#16142).
5294
5295 2013-12-24 Fabián Ezequiel Gallina <fgallina@gnu.org>
5296
5297 * progmodes/python.el (python-nav-beginning-of-statement):
5298 Speed up (Bug#15295).
5299
5300 2013-12-24 Lars Ingebrigtsen <larsi@gnus.org>
5301
5302 * net/eww.el (eww-bookmark-browse): Use `quit-window' to restore
5303 the window configuration.
5304
5305 2013-12-24 Eli Zaretskii <eliz@gnu.org>
5306
5307 * net/eww.el (eww-open-file): Ensure 3 slashes after "file:" when
5308 we run on MS-Windows or MS-DOS.
5309
5310 2013-12-24 Martin Rudalics <rudalics@gmx.at>
5311
5312 * window.el (balance-windows-area): Call window-size instead of
5313 window-height and window-width. Bug#16241.
5314
5315 2013-12-24 Lars Ingebrigtsen <larsi@gnus.org>
5316
5317 * net/eww.el (eww-bookmark-quit): Remove.
5318 (eww-bookmark-browse): Restore the window configuration when you
5319 choose a bookmark (bug#16144).
5320
5321 2013-12-24 Daniel Colascione <dancol@dancol.org>
5322
5323 * icomplete.el: Remove redundant :group arguments to `defcustom'
5324 throughout.
5325 (icomplete-show-matches-on-no-input): New customizable variable.
5326 (icomplete-minibuffer-setup): Call `icomplete-exhibit' on setup if
5327 we have something to show.
5328 (icomplete-exhibit): Compute completions even if we have no user input.
5329
5330 2013-12-23 Daniel Colascione <dancol@dancol.org>
5331
5332 * icomplete.el: Move `provide' to end of file.
5333
5334 2013-12-23 Teodor Zlatanov <tzz@lifelogs.com>
5335
5336 * net/gnutls.el (gnutls-verify-error): Add version tag.
5337
5338 2013-12-23 Chong Yidong <cyd@gnu.org>
5339
5340 * subr.el (set-transient-map): Rename from
5341 set-temporary-overlay-map. Doc fix.
5342
5343 * face-remap.el (text-scale-adjust):
5344 * indent.el (indent-rigidly):
5345 * kmacro.el (kmacro-call-macro):
5346 * minibuffer.el (minibuffer-force-complete):
5347 * repeat.el (repeat):
5348 * simple.el (universal-argument--mode):
5349 * calendar/todo-mode.el (todo-insert-item--next-param):
5350 * progmodes/f90.el (f90-abbrev-start): Callers changed.
5351
5352 * indent.el (indent-rigidly): Use substitute-command-keys.
5353
5354 2013-12-22 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
5355
5356 * net/eww.el (eww-tag-select): Add text-property to jump to next
5357 select field.
5358 (eww): Add non-supported ftp error.
5359
5360 2013-12-22 Dmitry Gutov <dgutov@yandex.ru>
5361
5362 * progmodes/ruby-mode.el (ruby--electric-indent-p): Improve the
5363 comments. Handle electric indent after typing `?' and `!'.
5364
5365 2013-12-22 Chong Yidong <cyd@gnu.org>
5366
5367 * faces.el (face-spec-recalc): If the theme specs are not
5368 applicable to a frame, fall back on the defface spec.
5369 This prevents themes from obliterating faces on low-color terminals.
5370
5371 2013-12-22 Dmitry Gutov <dgutov@yandex.ru>
5372
5373 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Return t
5374 after `{'. We need it after block openers, and it doesn't seem
5375 to hurt after hash openers.
5376
5377 2013-12-22 Dmitry Gutov <dgutov@yandex.ru>
5378
5379 * progmodes/ruby-mode.el (ruby--at-indentation-p): New function,
5380 extracted from `ruby-smie-rules'.
5381 (ruby--electric-indent-chars): New variable.
5382 (ruby--electric-indent-p): New function.
5383 (ruby-mode): Use `electric-indent-functions' instead of
5384 `electric-indent-chars'.
5385
5386 2013-12-22 Dmitry Gutov <dgutov@yandex.ru>
5387
5388 * progmodes/ruby-mode.el (ruby-align-to-stmt-keywords): Tweak the
5389 docstring.
5390 (ruby-smie-rules): Indent plus one level after `=>'.
5391
5392 2013-12-21 Richard Stallman <rms@gnu.org>
5393
5394 * simple.el (newline): Doc fix.
5395
5396 2013-12-21 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
5397
5398 * net/eww.el (eww-list-histories, eww-list-histories)
5399 (eww-history-browse, eww-history-quit, eww-history-kill)
5400 (eww-history-mode-map, eww-history-mode): New command and
5401 functions to list browser histories.
5402 (eww-form-text): Support text form with disabled
5403 and readonly attributes.
5404 (eww-checkbox-map): Fix wrong key bind to `eww-toggle-checkbox'.
5405
5406 2013-12-21 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
5407
5408 * net/eww.el (eww-back-url, eww-forward-url, eww-next-url)
5409 (eww-previous-url, eww-up-url, eww-top-url, eww-add-bookmark)
5410 (eww-bookmark-prepare, eww-bookmark-kill, eww-bookmark-yank)
5411 (eww-bookmark-browse, eww-next-bookmark, eww-previous-bookmark):
5412 Use `user-error'.
5413 (eww-bookmark-mode-map): Add menu.
5414 (eww-render, eww-mode): Use `setq-local'.
5415 (eww-tool-bar-map): New variable.
5416 (eww-mode): Set `tool-bar-map'.
5417 (eww-view-source): Check for `html-mode' with `fboundp'.
5418
5419 2013-12-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
5420
5421 * net/shr.el (shr--extract-best-source): Don't bug out on audio
5422 elements with text inside. Also remove debugging.
5423
5424 2013-12-21 Jan Djärv <jan.h.d@swipnet.se>
5425
5426 * cus-start.el (all): Add ns-use-srgb-colorspace.
5427
5428 2013-12-21 Chong Yidong <cyd@gnu.org>
5429
5430 * custom.el (custom-theme-recalc-face): Do nothing if the face is
5431 undefined. Thus, theme settings for undefined faces do not take
5432 effect until the faces are defined with defface, the same as with
5433 theme variables.
5434
5435 * faces.el (face-spec-set): Use face-spec-recalc in all cases.
5436 (face-spec-reset-face): Don't assign extra properties in temacs.
5437 (face-spec-recalc): Apply X resources too.
5438
5439 2013-12-21 Chong Yidong <cyd@gnu.org>
5440
5441 * faces.el (face-spec-set):
5442 * cus-face.el (custom-theme-set-faces, custom-set-faces):
5443 * custom.el (defface): Doc fixes (Bug#16203).
5444
5445 * indent.el (indent-rigidly-map): Add docstring, and move commands
5446 into named functions.
5447 (indent-rigidly-left, indent-rigidly-right)
5448 (indent-rigidly-left-to-tab-stop)
5449 (indent-rigidly-right-to-tab-stop): New functions. Decide on
5450 indentation direction based on bidi direction, and accumulate
5451 sequential commands in a single undo boundary.
5452 (indent-rigidly--pop-undo): New utility function.
5453
5454 2013-12-20 Juanma Barranquero <lekktu@gmail.com>
5455
5456 * faces.el (read-face-name): Require crm.el when using crm-separator.
5457
5458 2013-12-20 Daniel Colascione <dancol@dancol.org>
5459
5460 * progmodes/sh-script.el (sh-mode): Tweak paragraph-separate
5461 so that we don't reflow comments into the shebang line.
5462
5463 2013-12-20 Juri Linkov <juri@jurta.org>
5464
5465 * saveplace.el (save-place-to-alist): Add `dired-filename' as
5466 a position when `dired-directory' is non-nil. Check integer
5467 positions with `integerp'.
5468 (toggle-save-place, save-places-to-alist): Add check for
5469 `dired-directory'.
5470 (save-place-find-file-hook): Check integer positions with
5471 `integerp'.
5472 (save-place-dired-hook): Use `dired-goto-file' when
5473 `dired-filename' is found in the assoc list. Check integer
5474 positions with `integerp'.
5475 (dired-initial-position-hook): Rename from `dired-initial-point-hook'.
5476
5477 * dired.el (dired-initial-position-hook): Rename back from
5478 `dired-initial-point-hook'.
5479 (dired-initial-position): Rename `dired-initial-point-hook' to
5480 `dired-initial-position-hook'.
5481 (dired-file-name-at-point): Doc fix. (Bug#15329)
5482
5483 2013-12-20 Juri Linkov <juri@jurta.org>
5484
5485 * replace.el (read-regexp-defaults-function): New defcustom (bug#14405).
5486 (read-regexp-suggestions): New function.
5487 (read-regexp): Use `read-regexp-defaults-function' to get default values.
5488 Use `read-regexp-suggestions'. Add non-empty default to history
5489 for empty input.
5490 (occur-read-regexp-defaults-function): Remove function.
5491 (occur-read-primary-args): Use `regexp-history-last' instead of
5492 `occur-read-regexp-defaults-function'.
5493
5494 * hi-lock.el (hi-lock-read-regexp-defaults-function): Remove function.
5495 (hi-lock-line-face-buffer, hi-lock-face-buffer)
5496 (hi-lock-face-phrase-buffer): Use `regexp-history-last' instead of
5497 `hi-lock-read-regexp-defaults-function'. Doc fix.
5498 (hi-lock-face-symbol-at-point): Replace `find-tag-default-as-regexp'
5499 with `find-tag-default-as-symbol-regexp'. Doc fix.
5500 (hi-lock-read-regexp-defaults): Remove function.
5501 (hi-lock-regexp-okay): Add check for null.
5502
5503 * progmodes/grep.el (grep-read-regexp): Use `grep-tag-default' for
5504 the arg DEFAULTS. Move formatting of the prompt to `read-regexp'.
5505
5506 * subr.el (find-tag-default-as-symbol-regexp): New function.
5507 (find-tag-default-as-regexp): Move symbol regexp formatting to
5508 `find-tag-default-as-symbol-regexp'.
5509
5510 2013-12-20 E Sabof <esabof@gmail.com> (tiny change)
5511
5512 * hi-lock.el (hi-lock-set-pattern): Check for `font-lock-specified-p'.
5513 (Bug#14179)
5514
5515 2013-12-20 Stephen Berman <stephen.berman@gmx.net>
5516
5517 * calendar/todo-mode.el: New implementation of item insertion
5518 commands and key bindings.
5519 (todo-key-prompt): New face.
5520 (todo-insert-item): New command.
5521 (todo-insert-item--parameters): New defconst, replacing defvar
5522 todo-insertion-commands-args-genlist.
5523 (todo-insert-item--param-key-alist): New defconst, replacing
5524 defvar todo-insertion-commands-arg-key-list.
5525 (todo-insert-item--keyof, todo-insert-item--this-key): New defsubsts.
5526 (todo-insert-item--argsleft, todo-insert-item--apply-args)
5527 (todo-insert-item--next-param): New functions.
5528 (todo-insert-item--args, todo-insert-item--argleft)
5529 (todo-insert-item--argsleft, todo-insert-item--newargsleft):
5530 New variables.
5531 (todo-key-bindings-t): Change binding of "i" from
5532 todo-insertion-map to todo-insert-item.
5533 (todo-powerset, todo-gen-arglists, todo-insertion-commands-args)
5534 (todo-insertion-command-name, todo-insertion-commands-names)
5535 (todo-define-insertion-command, todo-insertion-commands)
5536 (todo-insertion-key-bindings, todo-insertion-map): Remove.
5537
5538 2013-12-20 Stephen Berman <stephen.berman@gmx.net>
5539
5540 * calendar/todo-mode.el: Bug fixes and new features (bug#15225).
5541 (todo-toggle-item-highlighting): Use eval-and-compile instead of
5542 eval-when-compile.
5543 (todo-move-category): Allow choosing a non-existing todo file to
5544 move the category to, and create that file.
5545 (todo-default-priority): New user option.
5546 (todo-set-item-priority): Use it.
5547 (todo-desktop-save-buffer, todo-restore-desktop-buffer): New functions.
5548 (desktop-restore-file-buffer): Declare.
5549 (desktop-buffer-mode-handlers): Add todo-restore-desktop-buffer.
5550 (todo-modes-set-2): Locally set desktop-save-buffer to
5551 todo-desktop-save-buffer.
5552 (todo-mode, todo-archive-mode, todo-filtered-items-mode)
5553 (auto-mode-alist): Add autoload cookie.
5554
5555 2013-12-20 Bozhidar Batsov <bozhidar@batsov.com>
5556
5557 * emacs-lisp/subr-x.el: Renamed from helpers.el.
5558 helpers.el was a poor choice of name.
5559 (string-remove-prefix): New function.
5560 (string-remove-suffix): New function.
5561
5562 2013-12-20 Martin Rudalics <rudalics@gmx.at>
5563
5564 Fix assignment for new window total sizes.
5565 * window.el (window--pixel-to-size): Remove function.
5566 (window--pixel-to-total-1, window--pixel-to-total):
5567 Fix calculation of new total sizes.
5568
5569 2013-12-20 Vitalie Spinu <spinuvit@gmail.com>
5570
5571 * comint.el (comint-output-filter): Fix rear-nonsticky property
5572 placement (Bug#16010).
5573
5574 2013-12-20 Chong Yidong <cyd@gnu.org>
5575
5576 * faces.el (read-color): Minor fix for completion function.
5577
5578 2013-12-20 Dmitry Gutov <dgutov@yandex.ru>
5579
5580 * progmodes/ruby-mode.el (ruby-align-to-stmt-keywords):
5581 New option. (Bug#16182)
5582 (ruby-smie--indent-to-stmt-p): Use it.
5583 (ruby-smie-rules): Revert the logic in the handling of `when'.
5584 Expand the begin clause to handle `ruby-align-to-stmt-keywords'.
5585 (ruby-deep-arglist, ruby-deep-indent-paren)
5586 (ruby-deep-indent-paren-style): Update docstrings to note that the
5587 vars don't have any effect with SMIE.
5588
5589 2013-12-20 Jay Belanger <jay.p.belanger@gmail.com>
5590
5591 * calc/calc.el (calc-enter, calc-pop): Use the variable
5592 `calc-context-sensitive-enter'.
5593
5594 2013-12-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
5595
5596 * net/shr.el (shr-insert): Protect against infloops in degenerate
5597 tables.
5598
5599 2013-12-20 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
5600
5601 * progmodes/octave.el (octave): Add link to manual and octave
5602 homepage.
5603 (octave-mode-menu): Link to octave-mode manual.
5604
5605 2013-12-20 Leo Liu <sdl.web@gmail.com>
5606
5607 * skeleton.el (skeleton-pair-insert-maybe): Disable newline
5608 insertion using skeleton-end-newline. (Bug#16138)
5609
5610 2013-12-20 Juri Linkov <juri@jurta.org>
5611
5612 * replace.el (occur-engine): Use `add-face-text-property'
5613 to add the face property to matches and titles. (Bug#14645)
5614
5615 * hi-lock.el (hi-green): Use lighter color "light green" closer to
5616 the palette of other hi-lock colors.
5617 (hi-lock-set-pattern): Prepend hi-lock face to the existing face.
5618
5619 2013-12-19 Juri Linkov <juri@jurta.org>
5620
5621 * isearch.el (isearch-mode-map): Bind `M-s e' to `isearch-edit-string'.
5622 Put :advertised-binding on `M-s c', `M-s r', `M-s e'. (Bug#16035)
5623 (minibuffer-history-symbol): Move variable declaration closer to
5624 its usage.
5625
5626 * isearchb.el (isearchb): Add `event-basic-type' on `last-command-event'.
5627 (Bug#14785)
5628
5629 2013-12-19 Juri Linkov <juri@jurta.org>
5630
5631 * vc/log-edit.el (log-edit-insert-filenames-without-changelog):
5632 New function.
5633 (log-edit-hook): Add it to :options. (Bug#16170)
5634
5635 2013-12-19 Juri Linkov <juri@jurta.org>
5636
5637 * simple.el (eval-expression-print-format): Don't check for
5638 command names and the last command. Always display additional
5639 formats of the integer result in the echo area, and insert them
5640 to the current buffer only with a zero prefix arg.
5641 Display character when char-displayable-p is non-nil.
5642 (eval-expression): With a zero prefix arg, set `print-length' and
5643 `print-level' to nil, and insert the integer values from
5644 `eval-expression-print-format' at the end. Doc fix. (Bug#12985)
5645
5646 * emacs-lisp/lisp-mode.el (eval-print-last-sexp): Add arg
5647 `eval-last-sexp-arg-internal'. Doc fix.
5648 (eval-last-sexp-1): Pass arg `eval-last-sexp-arg-internal' to
5649 `eval-last-sexp-print-value'. Doc fix.
5650 (eval-last-sexp-print-value): Add arg `eval-last-sexp-arg-internal'.
5651 Set `print-length' and `print-level' to nil when arg is zero.
5652 (eval-last-sexp): Doc fix.
5653 (eval-defun-2): Print the integer values from
5654 `eval-expression-print-format' at the end.
5655
5656 * emacs-lisp/edebug.el (edebug-eval-defun): Print the integer
5657 values from `eval-expression-print-format' at the end.
5658
5659 * ielm.el (ielm-eval-input): Print the integer
5660 values from `eval-expression-print-format' at the end.
5661
5662 2013-12-19 Teodor Zlatanov <tzz@lifelogs.com>
5663
5664 * net/eww.el (eww-exit, eww-close, eww-mode-map): Revert change of
5665 2013-12-11T19:01:44Z!tzz@lifelogs.com.
5666
5667 2013-12-19 Stefan Monnier <monnier@iro.umontreal.ca>
5668
5669 * hl-line.el (hl-line-make-overlay): New fun. Set priority (bug#16192).
5670 (hl-line-highlight, global-hl-line-highlight): Use it.
5671 (hl-line-overlay): Use defvar-local.
5672
5673 2013-12-19 Jan Djärv <jan.h.d@swipnet.se>
5674
5675 * term/ns-win.el: Require dnd.
5676 (global-map): Remove drag items.
5677 (ns-insert-text, ns-set-foreground-at-mouse)
5678 (ns-set-background-at-mouse):
5679 Remove (ns-drag-n-drop, ns-drag-n-drop-other-frame)
5680 (ns-drag-n-drop-as-text, ns-drag-n-drop-as-text-other-frame):
5681 New functions.
5682
5683 2013-12-19 Glenn Morris <rgm@gnu.org>
5684
5685 * emacs-lisp/ert.el (ert-select-tests):
5686 Fix string/symbol mixup. (Bug#16121)
5687
5688 2013-12-19 Dmitry Gutov <dgutov@yandex.ru>
5689
5690 * progmodes/ruby-mode.el (ruby-smie-rules): Indent middle-of-block
5691 keywords to their parent.
5692
5693 2013-12-19 Dmitry Gutov <dgutov@yandex.ru>
5694
5695 * progmodes/ruby-mode.el (ruby-smie--args-separator-p): Allow the
5696 first arg to be a string (fixed dead code), or an operator symbol.
5697 (ruby-smie--forward-token): Tokenize ` @ ' before strings and
5698 operator symbols.
5699 (ruby-smie-rules): Remove parent token check in the `.' clause, it
5700 did nothing. Don't respond to `(:after ".")', it will be called
5701 with :before anyway. Remove the ` @ ' rule, it didn't seem to
5702 change anything. Only return indentation for binary operators
5703 when they are hanging. De-dent opening paren when its parent is
5704 `.', otherwise it looks bad when the dot is not at bol or eol
5705 (bug#16182).
5706
5707 2013-12-19 Juri Linkov <juri@jurta.org>
5708
5709 * replace.el (query-replace-read-args): Split a non-negative arg
5710 and a negative arg into separate elements.
5711 (query-replace, query-replace-regexp, replace-string)
5712 (replace-regexp): Add arg `backward'. Doc fix.
5713 (replace-match-maybe-edit): When new arg `backward' is non-nil,
5714 move point to the beginning of the match.
5715 (replace-search, replace-highlight): Use new arg `backward'
5716 to set the value of `isearch-forward'.
5717 (perform-replace): Add arg `backward' and use it to perform
5718 replacement backward. (Bug#14979)
5719
5720 * isearch.el (isearch-query-replace): Use a negative prefix arg
5721 to call `perform-replace' with a non-nil arg `backward'.
5722
5723 2013-12-18 Juri Linkov <juri@jurta.org>
5724
5725 * vc/log-edit.el (log-edit-hook): Add `log-edit-insert-message-template'
5726 to the default list. Move `log-edit-show-files' to the end.
5727 Add more available functions to options.
5728 (log-edit): Move default specific settings to
5729 `log-edit-insert-message-template'. Don't move point.
5730 (log-edit-insert-message-template): New function.
5731 (log-edit-insert-changelog): Add `save-excursion' and don't move point.
5732 (Bug#16170)
5733
5734 2013-12-18 Juri Linkov <juri@jurta.org>
5735
5736 * help-mode.el (help-mode-map): Bind "l" to help-go-back,
5737 and "r" to help-go-forward for compatibity with Info. (Bug#16178)
5738
5739 2013-12-18 Leo Liu <sdl.web@gmail.com>
5740
5741 * eshell/em-prompt.el (eshell-emit-prompt): Fix last change.
5742 (Bug#16186)
5743
5744 2013-12-18 Eli Zaretskii <eliz@gnu.org>
5745
5746 * ls-lisp.el (ls-lisp-insert-directory): Don't modify %d and %f
5747 formats for displaying file sizes when the -s switch is given.
5748 Instead, compute a separate format for displaying the size in
5749 blocks, which is displayed in addition to the "regular" size.
5750 When -h is given in addition to -s, produce size in blocks in
5751 human-readable form as well. (Bug#16179)
5752
5753 2013-12-18 Tassilo Horn <tsdh@gnu.org>
5754
5755 * textmodes/reftex-vars.el (reftex-label-alist-builtin):
5756 Reference tables with ~\ref{...} instead of only \ref{...}.
5757
5758 2013-12-18 Chong Yidong <cyd@gnu.org>
5759
5760 * cus-edit.el (custom-magic-alist): Fix "themed" description
5761 (Bug#14348).
5762
5763 * custom.el (custom-push-theme): If custom--inhibit-theme-enable
5764 is non-nil, do not create a new entry in the symbol's theme-value
5765 or theme-face property; update theme-settings only (Bug#14664).
5766 (custom-available-themes): Doc fix.
5767
5768 * cus-theme.el (custom-new-theme-mode-map): Add bindings
5769 (Bug#15674).
5770
5771 * replace.el (occur-engine): Avoid infloop (Bug#7593).
5772
5773 2013-12-18 Kazuhiro Ito <kzhr@d1.dion.ne.jp> (tiny change)
5774
5775 * progmodes/make-mode.el (makefile-fill-paragraph): Fix infloop
5776 (Bug#13914).
5777
5778 2013-12-18 Shigeru Fukaya <shigeru.fukaya@gmail.com>
5779
5780 * apropos.el (apropos-words-to-regexp): Fix algorithm (Bug#13946).
5781
5782 2013-12-18 Glenn Morris <rgm@gnu.org>
5783
5784 * Makefile.in (BYTE_COMPILE_FLAGS): Set load-prefer-newer to t.
5785 * cus-start.el (load-prefer-newer): New option.
5786
5787 2013-12-18 Le Wang <l26wang@gmail.com>
5788
5789 * comint.el (comint-previous-matching-input-from-input):
5790 Retain point (Bug#13404).
5791
5792 2013-12-18 Chong Yidong <cyd@gnu.org>
5793
5794 * simple.el (append-next-kill): Doc fix (Bug#15995, Bug#16016).
5795
5796 2013-12-18 Glenn Morris <rgm@gnu.org>
5797
5798 * mail/emacsbug.el (report-emacs-bug):
5799 Only mention enable-multibyte-characters if non-standard.
5800
5801 2013-12-17 Juri Linkov <juri@jurta.org>
5802
5803 * arc-mode.el (archive-extract-by-file): Check if directory exists
5804 before deletion to not show irrelevant errors if it doesn't exist.
5805
5806 2013-12-17 Juri Linkov <juri@jurta.org>
5807
5808 * menu-bar.el (menu-bar-tools-menu): Add `browse-web'.
5809 (Bug#14751)
5810
5811 * net/eww.el (browse-web): Add alias to `eww'.
5812 (eww-mode-map): Bind "r" to `eww-forward-url' like in Info.
5813 Bind "S-SPC" to `scroll-down-command'. (Bug#16178)
5814
5815 * net/browse-url.el (browse-url-browser-function): Move `eww'
5816 closer to similar functions.
5817
5818 * startup.el (fancy-startup-screen, fancy-about-screen):
5819 Set browse-url-browser-function to eww-browse-url locally.
5820 (Bug#14751)
5821
5822 2013-12-17 Stefan Monnier <monnier@iro.umontreal.ca>
5823
5824 * window.el (window--pixel-to-total): Remove unused `mini' var.
5825 (maximize-window, minimize-window): Remove unused `pixelwise' arg.
5826 (split-window): Remove unused `new' var.
5827 (window--display-buffer): Remove unused `frame' and `delta' vars.
5828 (fit-window-to-buffer): Remove unused vars `frame', `display-height',
5829 and display-width'.
5830
5831 2013-12-17 Martin Rudalics <rudalics@gmx.at>
5832
5833 * dired.el (dired-mark-pop-up):
5834 * register.el (register-preview): Don't bind
5835 split-height-threshold here since it's now done in
5836 display-buffer-below-selected.
5837
5838 2013-12-17 oblique <psyberbits@gmail.com> (tiny change)
5839
5840 * term/rxvt.el (rxvt-rgb-convert-to-16bit): Standardize with
5841 xterm-rgb-convert-to-16bit.
5842 (rxvt-register-default-colors): Standardize with
5843 xterm-register-default-colors (Bug#14078).
5844
5845 2013-12-17 Dima Kogan <dima@secretsauce.net> (tiny change)
5846
5847 * simple.el (kill-region): Pass mark first, then point, so that
5848 kill-append works right (Bug#12819).
5849 (copy-region-as-kill, kill-ring-save): Likewise.
5850
5851 2013-12-17 Leo Liu <sdl.web@gmail.com>
5852
5853 * net/rcirc.el (rcirc-add-face):
5854 * eshell/em-prompt.el (eshell-emit-prompt):
5855 * eshell/em-ls.el (eshell-ls-decorated-name): Use font-lock-face.
5856 (Bug#16167)
5857
5858 2013-12-17 Chong Yidong <cyd@gnu.org>
5859
5860 * files.el (break-hardlink-on-save): Doc fix (Bug#13801).
5861 Suggested by Xue Fuqiao.
5862
5863 2013-12-17 Dmitry Gutov <dgutov@yandex.ru>
5864
5865 * progmodes/ruby-mode.el (ruby-smie-rules): Indent ternary if.
5866
5867 2013-12-17 Stefan Monnier <monnier@iro.umontreal.ca>
5868
5869 * net/shr.el (shr-insert-document): Remove unused var
5870 `shr-preliminary-table-render'.
5871 (shr-rescale-image): Remove unused arg `force'.
5872 (shr-put-image): Update calls accordingly.
5873 (shr-tag-a): Use `cont' rather than dyn-bound `dom'.
5874
5875 2013-12-17 Dmitry Gutov <dgutov@yandex.ru>
5876
5877 * emacs-lisp/smie.el (smie-indent--rule): Extract `smie-indent--rule-1'.
5878 (smie-indent-close): Call `smie-indent--rule-1' with METHOD
5879 :close-all, to see which indentation method to use (Bug#16116).
5880 (smie-rules-function): Document the method :close-all.
5881
5882 2013-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
5883
5884 * net/shr.el (shr-tag-a): Support zero-length <a name="foo"> elements.
5885
5886 * net/eww.el (eww-display-html): If we can't find the anchor we're
5887 looking for, then go to point-min.
5888
5889 2013-12-16 Paul Eggert <eggert@cs.ucla.edu>
5890
5891 Fix problems with CANNOT_DUMP and EMACSLOADPATH.
5892 * Makefile.in (emacs): Add lisp src to EMACSLOADPATH.
5893 * loadup.el: Check for src/bootstrap-emacs only when Emacs can dump.
5894 Expand dir too, in case it's relative.
5895
5896 2013-12-16 Juri Linkov <juri@jurta.org>
5897
5898 * desktop.el (desktop-auto-save-timeout): Change default to
5899 `auto-save-timeout'. Doc fix.
5900 (desktop-save): Skip the timestamp in desktop-saved-frameset
5901 when checking for auto-save changes.
5902 (desktop-auto-save): Don't call desktop-auto-save-set-timer since
5903 `desktop-auto-save' is called repeatedly by the idle timer.
5904 (desktop-auto-save-set-timer): Replace `run-with-timer' with
5905 `run-with-idle-timer' and a non-nil arg REPEAT. Doc fix.
5906 (Bug#15331)
5907
5908 2013-12-16 Juri Linkov <juri@jurta.org>
5909
5910 * isearch.el (isearch-mode-map): Remove [escape] key bindinds.
5911 (Bug#16035)
5912 (isearch-pre-command-hook): Check `this-command' for symbolp.
5913
5914 2013-12-16 Stefan Monnier <monnier@iro.umontreal.ca>
5915
5916 * emacs-lisp/gv.el (gv-ref): Mention lexbind restriction (bug#16153).
5917
5918 2013-12-16 Teodor Zlatanov <tzz@lifelogs.com>
5919
5920 * progmodes/cfengine.el (cfengine3--current-word): Remove.
5921 (cfengine3--current-function): Bring in the current-function
5922 functionality from `cfengine3--current-word'.
5923 (cfengine3-completion-function): Bring in the
5924 bounds-of-current-word functionality from
5925 `cfengine3--current-word'.
5926
5927 2013-12-16 Martin Rudalics <rudalics@gmx.at>
5928
5929 * window.el (display-buffer-below-selected):
5930 Bind split-height-threshold to 0 as suggested by Juri Linkov.
5931
5932 2013-12-16 Leo Liu <sdl.web@gmail.com>
5933
5934 * progmodes/compile.el (compile-goto-error): Do not push-mark.
5935 Remove NOMSG arg and all uses changed.
5936
5937 2013-12-16 Stefan Monnier <monnier@iro.umontreal.ca>
5938
5939 * emulation/cua-rect.el (cua-rectangle-mark-mode): New minor mode.
5940 (cua--deactivate-rectangle): Don't deactivate the mark.
5941 (cua-set-rectangle-mark): Don't set mark-active since
5942 cua--activate-rectangle already does it for us.
5943 (cua--rectangle-highlight-for-redisplay): Unhighlight a previous
5944 non-rectangular region.
5945
5946 * emulation/cua-base.el (cua-repeat-replace-region):
5947 Use with-current-buffer.
5948
5949 * net/gnutls.el: Use cl-lib.
5950 (gnutls-negotiate): `mapcan' -> cl-mapcan.
5951
5952 2013-12-14 Teodor Zlatanov <tzz@lifelogs.com>
5953
5954 * emacs-lisp/package.el (package-built-in-p): Support both
5955 built-in and the package.el converted package descriptions.
5956 (package-show-package-list): Allow keywords.
5957 (package-keyword-button-action): Use it instead of
5958 `finder-list-matches'.
5959 (package-menu-filter-interactive): Interactive filtering (by
5960 keyword) function.
5961 (package-menu--generate): Support keywords and change keymappings
5962 and headers when they are given.
5963 (package--has-keyword-p): Helper function.
5964 (package-menu--refresh): Use it.
5965 (package--mapc): Helper function.
5966 (package-all-keywords): Use it.
5967 (package-menu-mode-map): Set up menu items and keybindings to
5968 provide a filtering UI.
5969
5970 2013-12-14 Teodor Zlatanov <tzz@lifelogs.com>
5971
5972 * net/gnutls.el (gnutls-verify-error): New defcustom to control
5973 the behavior when a certificate fails validation. Defaults to
5974 old behavior: never abort, just warn.
5975 (gnutls-negotiate): Use it.
5976
5977 2013-12-14 Martin Rudalics <rudalics@gmx.at>
5978
5979 * window.el (display-buffer-below-selected): Never split window
5980 horizontally. Suggested by Juri Linkov <juri@jurta.org>.
5981
5982 2013-12-14 Tom Willemse <tom@ryuslash.org> (tiny change)
5983
5984 * emacs-lisp/package.el (package--prepare-dependencies): New function.
5985 (package-buffer-info): Use it (bug#15108).
5986
5987 2013-12-14 Stefan Monnier <monnier@iro.umontreal.ca>
5988
5989 * icomplete.el (icomplete-completions): Make sure the prefix is already
5990 displayed elsewhere before hiding it (bug#16219).
5991
5992 2013-12-14 Dmitry Gutov <dgutov@yandex.ru>
5993
5994 * progmodes/ruby-mode.el (ruby-smie-rules): Return nil before
5995 open-paren tokens when preceded by a open-paren, too.
5996 (ruby-smie-rules): Handle virtual indentation after open-paren
5997 tokens specially. If there is code between it and eol, return the
5998 column where is starts (Bug#16118).
5999
6000 2013-12-13 Teodor Zlatanov <tzz@lifelogs.com>
6001
6002 * progmodes/cfengine.el: Fix `add-hook' doc.
6003 (cfengine-mode-syntax-functions-regex): Initialize sensibly.
6004 (cfengine3--current-word): Fix parameters.
6005 (cfengine3-make-syntax-cache): Simplify further.
6006 (cfengine3-completion-function, cfengine3--current-function):
6007 Use `assq' for symbols.
6008 (cfengine3--current-function): Fix `cfengine3--current-word' call.
6009
6010 2013-12-13 Glenn Morris <rgm@gnu.org>
6011
6012 * loadup.el (load-path): Warn if site-load or site-init changes it.
6013 No more need to reset it when bootstrapping.
6014
6015 2013-12-13 Teodor Zlatanov <tzz@lifelogs.com>
6016
6017 * progmodes/cfengine.el (cfengine-cf-promises): Add more default
6018 locations for cf-promises.
6019 (cfengine-mode-syntax-functions-regex): New caching variable.
6020 (cfengine3-fallback-syntax): Fallback syntax for cases where
6021 cf-promises doesn't run.
6022 (cfengine3--current-word): Reimplement using
6023 `cfengine-mode-syntax-functions-regex'.
6024 (cfengine3-completion-function, cfengine3--current-function):
6025 Use `cfengine3-make-syntax-cache' directly.
6026 (cfengine3-clear-syntax-cache): New function.
6027 (cfengine3-make-syntax-cache): Simplify and create
6028 `cfengine-mode-syntax-functions-regex' on demand.
6029 (cfengine3-format-function-docstring): Don't call
6030 `cfengine3-make-syntax-cache' explicitly.
6031
6032 2013-12-13 Martin Rudalics <rudalics@gmx.at>
6033
6034 Fix windmove-find-other-window broken after pixelwise resizing
6035 (Bug#16017).
6036 * windmove.el (windmove-other-window-loc): Revert change from
6037 2013-12-04.
6038 (windmove-find-other-window): Call window-in-direction.
6039 * window.el (window-in-direction): New arguments SIGN, WRAP and
6040 MINI to emulate original windmove-find-other-window behavior.
6041
6042 2013-12-13 Dmitry Gutov <dgutov@yandex.ru>
6043
6044 * simple.el (blink-matching--overlay): New variable.
6045 (blink-matching-open): Instead of moving point, highlight the
6046 matching paren with an overlay
6047 (http://lists.gnu.org/archive/html/emacs-devel/2013-12/msg00333.html).
6048
6049 * faces.el (paren-showing-faces, show-paren-match)
6050 (show-paren-mismatch): Move from paren.el.
6051
6052 2013-12-13 Leo Liu <sdl.web@gmail.com>
6053
6054 * indent.el (indent-region): Disable progress reporter in
6055 minibuffer. (Bug#16108)
6056
6057 * bindings.el (visual-order-cursor-movement): Fix version.
6058
6059 2013-12-13 Fabián Ezequiel Gallina <fgallina@gnu.org>
6060
6061 * progmodes/python.el (python-pdbtrack-stacktrace-info-regexp):
6062 Also match after beginning of line.
6063 (python-pdbtrack-set-tracked-buffer): Fix logic for remote
6064 files. Thanks to Russell Sim. (Bug#15378)
6065
6066 2013-12-13 Juri Linkov <juri@jurta.org>
6067
6068 * simple.el <Keypad support>: Remove key bindings duplicated
6069 with bindings.el. (Bug#14397)
6070
6071 2013-12-13 Juri Linkov <juri@jurta.org>
6072
6073 * comint.el (comint-mode-map): Replace `delete-char' with
6074 `delete-forward-char'. (Bug#16109)
6075
6076 2013-12-12 Fabián Ezequiel Gallina <fgallina@gnu.org>
6077
6078 * progmodes/python.el (python-indent-calculate-indentation):
6079 Fix de-denters cornercase. (Bug#15731)
6080
6081 2013-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
6082
6083 * emacs-lisp/nadvice.el: Add `depth' property to manage ordering.
6084 (advice--make): Pay attention to `depth'.
6085 (advice--make-1): Don't autoload commands eagerly.
6086 * emacs-lisp/elp.el (elp-instrument-function):
6087 * emacs-lisp/trace.el (trace-function-internal):
6088 * emacs-lisp/debug.el (debug-on-entry): Keep them "first".
6089
6090 * iswitchb.el (iswitchb-mode): Don't belittle ido.
6091
6092 2013-12-12 Eli Zaretskii <eliz@gnu.org>
6093
6094 * term/w32-win.el (w32-handle-dropped-file):
6095 * startup.el (normal-top-level):
6096 * net/browse-url.el (browse-url-file-url):
6097 * dnd.el (dnd-get-local-file-name): On MS-Windows, encode and
6098 decode file names using 'utf-8' rather than
6099 file-name-coding-system.
6100
6101 2013-12-12 Fabián Ezequiel Gallina <fgallina@gnu.org>
6102
6103 * progmodes/python.el (python-indent-context)
6104 (python-indent-calculate-indentation): Fix auto-identation
6105 behavior for comment blocks. (Bug#15916)
6106
6107 2013-12-12 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
6108
6109 * progmodes/python.el (python-indent-calculate-indentation):
6110 When determining indentation, don't treat "return", "pass", etc., as
6111 operators when they are just string constituents. (Bug#15812)
6112
6113 2013-12-12 Juri Linkov <juri@jurta.org>
6114
6115 * uniquify.el (uniquify-buffer-name-style): Change default to
6116 `post-forward-angle-brackets'.
6117
6118 * menu-bar.el (menu-bar-options-menu): Don't require preloaded
6119 `uniquify'. Change default to `post-forward-angle-brackets'.
6120
6121 2013-12-11 Glenn Morris <rgm@gnu.org>
6122
6123 * emacs-lisp/package.el (finder-list-matches):
6124 Autoload rather than falsely declaring.
6125
6126 2013-12-11 Teodor Zlatanov <tzz@lifelogs.com>
6127
6128 * net/eww.el (eww-exit, eww-close): Add UI convenience wrappers.
6129 (eww-mode-map): Use them.
6130
6131 2013-12-11 Martin Rudalics <rudalics@gmx.at>
6132
6133 * window.el (display-buffer-in-side-window): Fix doc-string
6134 (Bug#16115).
6135
6136 2013-12-11 Juanma Barranquero <lekktu@gmail.com>
6137
6138 * vc/vc-git.el: Silence byte-compiler warnings.
6139 (vc-git-dir-extra-headers): Rename arg _dir which is no longer ignored.
6140 (log-edit-set-header): Declare.
6141
6142 2013-12-11 Eli Zaretskii <eliz@gnu.org>
6143
6144 * Makefile.in (custom-deps, finder-data): Run output file names
6145 through unmsys--file-name. (Bug#16099)
6146
6147 2013-12-11 Stefan Monnier <monnier@iro.umontreal.ca>
6148
6149 * emacs-lisp/smie.el (smie-indent--hanging-p): Don't bother matching
6150 comment-start-skip, which fails when that uses submatch 1 (bug#16041).
6151
6152 * emulation/cua-base.el (cua-paste): Add `delete-selection' property
6153 instead of deleting the selection "by hand" (bug#16098).
6154 Rely on insert-for-yank to yank rectangles.
6155 (cua-highlight-region-shift-only): Mark obsolete.
6156 (cua-mode): Don't enable/disable transient-mark-mode,
6157 shift-select-mode (cua-mode works both with and without them), and
6158 pc-selection-mode (obsolete).
6159 * emulation/cua-rect.el (cua--activate-rectangle): Activate the mark.
6160 (cua--deactivate-rectangle): Deactivate it.
6161
6162 * delsel.el (delete-selection-mode): Don't enable transient-mark-mode.
6163 (delete-selection-helper): Make sure yank starts at the top of the
6164 deleted region.
6165 (minibuffer-keyboard-quit): Use region-active-p.
6166
6167 * emacs-lisp/trace.el (trace-make-advice): Don't deactivate the mark.
6168
6169 * simple.el (normal-erase-is-backspace-mode): Map kp-delete identically
6170 to `delete' (bug#16109).
6171
6172 2013-12-11 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
6173
6174 * progmodes/octave.el (octave-mode, inferior-octave-mode): Link to
6175 info manual and show keybindings and set `:group' keyword.
6176
6177 2013-12-11 Juri Linkov <juri@jurta.org>
6178
6179 * delsel.el (delete-active-region): Let-bind `this-command'
6180 to prevent `kill-region' from changing its original value.
6181 (delete-selection-helper): Handle `overwrite-mode' for the type
6182 `kill' exactly the same way as for the type `t'.
6183 (insert-char, quoted-insert, reindent-then-newline-and-indent):
6184 Support more commands. (Bug#13312)
6185
6186 2013-12-11 Juri Linkov <juri@jurta.org>
6187
6188 * bindings.el: Map kp keys to non-kp keys systematically
6189 with basic modifiers control, meta and shift. (Bug#14397)
6190
6191 2013-12-11 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
6192
6193 * net/eww.el (eww-mode-map): Instead of "Quit" show "Exit" and
6194 "Close browser" menu items. Fix wrong function of "List
6195 bookmarks".
6196
6197 2013-12-11 Juri Linkov <juri@jurta.org>
6198
6199 * misearch.el (multi-isearch-buffers): Set the value of
6200 `multi-isearch-buffer-list' globally. Set NO-RECURSIVE-EDIT
6201 arg of isearch-forward to t.
6202 (multi-isearch-buffers-regexp): Set the value of
6203 `multi-isearch-buffer-list' globally. Set NO-RECURSIVE-EDIT
6204 arg of isearch-forward-regexp to t.
6205 (multi-isearch-files): Set the value of
6206 `multi-isearch-file-list' globally. Set NO-RECURSIVE-EDIT
6207 arg of isearch-forward to t.
6208 (multi-isearch-files-regexp): Set the value of
6209 `multi-isearch-file-list' globally. Set NO-RECURSIVE-EDIT
6210 arg of isearch-forward-regexp to t. (Bug#16035)
6211
6212 * dired-aux.el (dired-isearch-filenames): Set NO-RECURSIVE-EDIT
6213 arg of isearch-forward to t.
6214 (dired-isearch-filenames-regexp): Set NO-RECURSIVE-EDIT
6215 arg of isearch-forward-regexp to t.
6216 (dired-isearch-filter-filenames): Remove unnecessary check for
6217 `dired-isearch-filenames'.
6218
6219 * comint.el (comint-history-isearch-backward):
6220 Set NO-RECURSIVE-EDIT arg of isearch-backward to t.
6221 (comint-history-isearch-backward-regexp):
6222 Set NO-RECURSIVE-EDIT arg of isearch-backward-regexp to t.
6223
6224 2013-12-10 Eli Zaretskii <eliz@gnu.org>
6225
6226 * Makefile.in (autoloads): Run $(srcdir)/loaddefs.el through
6227 unmsys--file-name. (Bug#16099)
6228
6229 2013-12-10 Teodor Zlatanov <tzz@lifelogs.com>
6230
6231 * emacs-lisp/package.el (package-keyword-button-action):
6232 Remove finder.el require dependency.
6233
6234 2013-12-09 Teodor Zlatanov <tzz@lifelogs.com>
6235
6236 * emacs-lisp/package.el: Require finder.el.
6237 (describe-package-1): Add keyword buttons.
6238 (package-make-button): New convenience function.
6239 (package-keyword-button-action): Keyword button action using
6240 `finder-list-matches'.
6241
6242 2013-12-09 Eli Zaretskii <eliz@gnu.org>
6243
6244 * autorevert.el (auto-revert-notify-add-watch): Fix a thinko in
6245 last commit.
6246
6247 2013-12-09 Michael Albinus <michael.albinus@gmx.de>
6248
6249 * autorevert.el (auto-revert-notify-add-watch): Do not handle
6250 symlinked files.
6251
6252 2013-12-09 Dmitry Gutov <dgutov@yandex.ru>
6253
6254 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Return t
6255 after the end of a percent literal.
6256
6257 2013-12-09 Cameron Desautels <camdez@gmail.com> (tiny change)
6258
6259 * progmodes/ruby-mode.el (ruby-forward-string): Document.
6260 Handle caret-delimited strings (Bug#16079).
6261
6262 2013-12-09 Dmitry Gutov <dgutov@yandex.ru>
6263
6264 * progmodes/ruby-mode.el (ruby-accurate-end-of-block):
6265 When `ruby-use-smie' is t, use `smie-forward-sexp' instead of
6266 `ruby-parse-partial' (Bug#16078).
6267
6268 2013-12-09 Leo Liu <sdl.web@gmail.com>
6269
6270 * subr.el (read-passwd): Disable show-paren-mode. (Bug#16091)
6271
6272 2013-12-08 Dmitry Gutov <dgutov@yandex.ru>
6273
6274 * progmodes/js.el (js-auto-indent-flag): Remove, was unused.
6275 (js-switch-indent-offset): New option.
6276 (js--proper-indentation): Use it. And handle the case when
6277 "default" is actually a key in an object literal.
6278 (js--same-line): New function.
6279 (js--multi-line-declaration-indentation): Use it.
6280 (js--indent-in-array-comp, js--array-comp-indentation):
6281 New functions.
6282 (js--proper-indentation): Use them, to handle array comprehension
6283 continuations.
6284
6285 2013-12-08 Leo Liu <sdl.web@gmail.com>
6286
6287 * progmodes/flymake.el (flymake-highlight-line): Re-write.
6288 (flymake-make-overlay): Remove arg MOUSE-FACE.
6289 (flymake-save-string-to-file, flymake-read-file-to-string): Remove.
6290
6291 2013-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
6292
6293 * emulation/cua-rect.el (cua--rectangle-highlight-for-redisplay):
6294 New function.
6295 (redisplay-highlight-region-function): Use it.
6296
6297 * emulation/cua-base.el (cua--explicit-region-start)
6298 (cua--last-region-shifted): Remove.
6299 (cua--deactivate): Use deactivate-mark.
6300 (cua--pre-command-handler-1): Don't handle shift-selection.
6301 (cua--post-command-handler-1): Don't change transient-mark-mode.
6302 (cua--select-keymaps): Use region-active-p rather than
6303 cua--explicit-region-start or cua--last-region-shifted.
6304 (cua-mode): Enable shift-select-mode.
6305
6306 2013-12-08 Leo Liu <sdl.web@gmail.com>
6307
6308 * progmodes/flymake.el (flymake-popup-current-error-menu):
6309 Rename from flymake-display-err-menu-for-current-line. Reimplement.
6310 (flymake-posn-at-point-as-event, flymake-popup-menu)
6311 (flymake-make-emacs-menu): Remove. (Bug#16077)
6312
6313 2013-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
6314
6315 * rect.el (rectangle-mark-mode): Activate mark even if
6316 transient-mark-mode is off (bug#16066).
6317 (rectangle--highlight-for-redisplay): Fix boundary condition when point
6318 is > mark and at bolp.
6319
6320 * emulation/cua-rect.el (cua--rectangle-region-extract): New function.
6321 (region-extract-function): Use it.
6322 (cua-mouse-save-then-kill-rectangle): Use cua-copy-region.
6323 (cua-copy-rectangle, cua-cut-rectangle, cua-delete-rectangle):
6324 Delete functions.
6325 (cua--init-rectangles): Don't re-remap copy-region-as-kill,
6326 kill-ring-save, kill-region, delete-char, delete-forward-char.
6327 Ignore self-insert-iso.
6328
6329 * emulation/cua-gmrk.el (cua--init-global-mark):
6330 Ignore `self-insert-iso'.
6331
6332 * emulation/cua-base.el (cua--prefix-copy-handler)
6333 (cua--prefix-cut-handler): Rely on region-extract-function rather than
6334 checking cua--rectangle.
6335 (cua-delete-region): Use region-extract-function.
6336 (cua-replace-region): Delete function.
6337 (cua-copy-region, cua-cut-region): Obey region-extract-function.
6338 (cua--pre-command-handler-1): Don't do the delete-selection thing.
6339 (cua--self-insert-char-p): Ignore `self-insert-iso'.
6340 (cua--init-keymaps): Don't remap delete-selection commands.
6341 (cua-mode): Use delete-selection-mode instead of rolling our own
6342 (bug#16085).
6343
6344 * menu-bar.el (clipboard-kill-ring-save, clipboard-kill-region):
6345 Obey region-extract-function.
6346
6347 Make registers and delete-selection-mode work on rectangles.
6348 * register.el (describe-register-1): Don't modify the register's value.
6349 (copy-to-register): Obey region-extract-function.
6350 * delsel.el (delete-active-region): Obey region-extract-function.
6351
6352 2013-12-08 Leo Liu <sdl.web@gmail.com>
6353
6354 * progmodes/flymake.el (flymake, flymake-error-bitmap)
6355 (flymake-warning-bitmap, flymake-fringe-indicator-position)
6356 (flymake-compilation-prevents-syntax-check)
6357 (flymake-start-syntax-check-on-newline)
6358 (flymake-no-changes-timeout, flymake-gui-warnings-enabled)
6359 (flymake-start-syntax-check-on-find-file, flymake-log-level)
6360 (flymake-xml-program, flymake-master-file-dirs)
6361 (flymake-master-file-count-limit)
6362 (flymake-allowed-file-name-masks): Relocate.
6363 (flymake-makehash, flymake-float-time)
6364 (flymake-replace-regexp-in-string, flymake-split-string)
6365 (flymake-get-temp-dir): Remove.
6366 (flymake-popup-menu, flymake-nop, flymake-make-xemacs-menu)
6367 (flymake-current-row, flymake-selected-frame)
6368 (flymake-get-point-pixel-pos): Remove xemacs compatibity and
6369 related functions. (Bug#16077)
6370
6371 2013-12-07 Bozhidar Batsov <bozhidar@batsov.com>
6372
6373 * emacs-lisp/helpers.el (string-blank-p): Use `string-match-p'.
6374
6375 2013-12-07 Tassilo Horn <tsdh@gnu.org>
6376
6377 * help-fns.el (describe-function-1): Use new advice-* functions
6378 rather than old ad-* functions. Fix function type description and
6379 source links for advised functions and subrs.
6380
6381 2013-12-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
6382
6383 * net/shr.el (shr-tag-img): Don't bug out on <img src=""> data.
6384
6385 2013-12-06 Michael Albinus <michael.albinus@gmx.de>
6386
6387 * progmodes/compile.el (compilation-start):
6388 * progmodes/grep.el (rgrep): Revert change 2012-12-20T11:15:38Z!michael.albinus@gmx.de.
6389
6390 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
6391 Handle long command lines, lasting from "sh -c ...". (Bug#16045)
6392
6393 2013-12-06 Dmitry Gutov <dgutov@yandex.ru>
6394
6395 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
6396 Touch up the last change.
6397
6398 2013-12-06 Leo Liu <sdl.web@gmail.com>
6399
6400 * progmodes/octave.el (inferior-octave-prompt): Use shy groups.
6401 (inferior-octave-startup): Always use "octave> " for prompt.
6402 (octave-goto-function-definition)
6403 (octave-sync-function-file-names)
6404 (octave-find-definition-default-filename): Remove redundant backquotes.
6405
6406 2013-12-06 Dmitry Gutov <dgutov@yandex.ru>
6407
6408 * progmodes/ruby-mode.el (ruby-mode-syntax-table): Don't modify
6409 syntax for `?'.
6410 (ruby-expr-beg): Expect that `!' will have syntax class "symbol"
6411 where appropriate already.
6412 (ruby-syntax-propertize-function): Propertize `?' and `!' at the
6413 end of method names (Bug#15874).
6414
6415 2013-12-06 Juri Linkov <juri@jurta.org>
6416
6417 * isearch.el (isearch--saved-overriding-local-map):
6418 New internal variable.
6419 (isearch-mode): Set it to the initial value of
6420 `overriding-terminal-local-map'.
6421 (isearch-pre-command-hook): Compare `overriding-terminal-local-map'
6422 with `isearch--saved-overriding-local-map'. (Bug#16035)
6423
6424 2013-12-06 Dmitry Gutov <dgutov@yandex.ru>
6425
6426 * progmodes/octave.el (inferior-octave-completion-table):
6427 Turn back into function, use `completion-table-with-cache'
6428 (Bug#11906). Update all references.
6429
6430 * minibuffer.el (completion-table-with-cache): New function.
6431
6432 2013-12-05 Cameron Desautels <camdez@gmail.com> (tiny change)
6433
6434 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Fix ^ (bug#16046).
6435
6436 2013-12-05 Teodor Zlatanov <tzz@lifelogs.com>
6437
6438 * net/eww.el (eww-current-source): New variable to store page
6439 source.
6440 (eww-display-html, eww-mode, eww-save-history)
6441 (eww-restore-history): Use it.
6442 (eww-view-source): New command to view page source.
6443 Opportunistically uses `html-mode' to highlight the buffer.
6444 (eww-mode-map): Install it.
6445
6446 2013-12-05 Michael Albinus <michael.albinus@gmx.de>
6447
6448 * net/dbus.el (dbus-unregister-service)
6449 (dbus-escape-as-identifier, dbus-unescape-from-identifier):
6450 Fix docstring.
6451 (dbus-unregister-service): Skip :serial entries in
6452 `dbus-registered-objects-table'.
6453 (dbus-byte-array-to-string): New optional arg MULTIBYTE.
6454
6455 2013-12-04 Teodor Zlatanov <tzz@lifelogs.com>
6456
6457 * emacs-lisp/lisp-mnt.el (lm-keywords-list): Trim whitespace
6458 around keywords with extra `split-string' argument.
6459
6460 2013-12-04 Martin Rudalics <rudalics@gmx.at>
6461
6462 * windmove.el (windmove-other-window-loc): Handle navigation
6463 between windows (excluding the minibuffer window - Bug#16017).
6464
6465 2013-12-04 Michael Albinus <michael.albinus@gmx.de>
6466
6467 * net/dbus.el (dbus-byte-array-to-string): Accept also byte arrays
6468 in D-Bus type syntax.
6469 (dbus-unescape-from-identifier): Use `byte-to-string' in order to
6470 preserve unibyte strings. (Bug#16048)
6471
6472 2013-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
6473
6474 * emacs-lisp/eldoc.el (eldoc-minibuffer-message):
6475 Call force-mode-line-update is the proper buffer (bug#16042).
6476
6477 2013-12-04 Dmitry Gutov <dgutov@yandex.ru>
6478
6479 * vc/log-edit.el (log-edit-add-new-comment): Rename to
6480 `log-edit-remember-comment', make argument optional. Adjust all
6481 callers.
6482 (log-edit-mode): Add `log-edit-remember-comment' to
6483 `kill-buffer-hook' locally.
6484 (log-edit-kill-buffer): Don't remember comment explicitly since
6485 the buffer is killed anyway.
6486
6487 2013-12-04 Juri Linkov <juri@jurta.org>
6488
6489 * isearch.el (isearch-mode, isearch-done): Don't set arg LOCAL in
6490 add-hook and remove-hook for multi-buffer search. (Bug#16035)
6491
6492 2013-12-03 Tom Regner <tom@goochesa.de> (tiny change)
6493
6494 * notifications.el (notifications-close-notification): Call the
6495 D-Bus method with ID being a `:uint32'. (Bug#16030)
6496
6497 2013-12-03 Katsumi Yamaoka <yamaoka@jpl.org>
6498
6499 * net/eww.el (eww-render): Don't pass arg to eww-display-image.
6500
6501 2013-12-03 Juri Linkov <juri@jurta.org>
6502
6503 * progmodes/compile.el (compilation-start): Rename window alist
6504 entry `no-display-ok' to `allow-no-window'.
6505
6506 * simple.el (shell-command): Add window alist entry
6507 `allow-no-window' to `display-buffer'.
6508 (async-shell-command): Doc fix.
6509
6510 * window.el (display-buffer-no-window): New action function.
6511 (display-buffer-alist, display-buffer): Doc fix. (Bug#13594)
6512
6513 2013-12-02 Dmitry Gutov <dgutov@yandex.ru>
6514
6515 * vc/log-edit.el (log-edit-set-header): Extract from
6516 `log-edit-toggle-header'.
6517 (log-edit-extract-headers): Separate the summary, when extracted
6518 from header, from the rest of the message with an empty line.
6519
6520 * vc/vc-git.el (vc-git-log-edit-toggle-amend): Move the summary
6521 line, if present, to the Summary header.
6522
6523 2013-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
6524
6525 * epa-file.el (epa-file-insert-file-contents): Ensure we insert text
6526 in current-buffer (bug#16029).
6527
6528 2013-12-02 Helmut Eller <eller.helmut@gmail.com>
6529
6530 * emacs-lisp/debug.el (debugger-toggle-locals): New command.
6531 (debugger-mode-map): Bind it.
6532 (debugger--backtrace-base): New function.
6533 (debugger-eval-expression): Use it.
6534 (debugger-frame-number): Skip local vars when present.
6535 (debugger--locals-visible-p, debugger--insert-locals)
6536 (debugger--show-locals, debugger--hide-locals): New functions.
6537
6538 2013-12-02 Michael Albinus <michael.albinus@gmx.de>
6539
6540 * net/tramp-sh.el (tramp-remote-process-environment): Do not set
6541 "LC_ALL".
6542 (tramp-get-remote-locale): New defun.
6543 (tramp-open-connection-setup-interactive-shell): Use it.
6544
6545 2013-12-02 Leo Liu <sdl.web@gmail.com>
6546
6547 * subr.el (process-live-p): Return nil for non-process. (Bug#16023)
6548
6549 * progmodes/sh-script.el (sh-shell-process):
6550 * progmodes/octave.el (inferior-octave-process-live-p):
6551 * progmodes/gdb-mi.el (gdb-delchar-or-quit)
6552 (gdb-inferior-io-sentinel):
6553 * emacs-lock.el (emacs-lock-live-process-p): All uses changed.
6554
6555 2013-12-02 Dmitry Gutov <dgutov@yandex.ru>
6556
6557 * vc/log-edit.el (log-edit-kill-buffer): Move the use of
6558 `save-selected-window' to `log-edit-hide-buf'. This makes
6559 `log-edit-show-files' idempotent.
6560 (log-edit-show-files): Mark the new window as dedicated.
6561
6562 2013-12-02 Dmitry Gutov <dgutov@yandex.ru>
6563
6564 * vc/log-edit.el (log-edit-mode-map): Add binding for
6565 `log-edit-kill-biffer'.
6566 (log-edit-hide-buf): Add a FIXME comment.
6567 (log-edit-add-new-comment): New function, extracted from
6568 `log-edit-done'.
6569 (log-edit-done, log-edit-add-to-changelog): Use it.
6570 (log-edit-kill-buffer): New command.
6571
6572 2013-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
6573
6574 * net/eww.el (eww-mode-map): Have `q' do a normal `quit-window'
6575 instead of killing the buffer.
6576
6577 2013-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
6578
6579 * simple.el (newline): Mention `electric-indent-mode' (bug#16015).
6580
6581 2013-12-01 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
6582
6583 * net/eww.el (eww-form-checkbox-selected-symbol)
6584 (eww-form-checkbox-symbol): New customizable variable.
6585 (eww-form-checkbox, eww-toggle-checkbox):
6586 Use `eww-form-checkbox-selected-symbol' and `eww-form-checkbox-symbol'.
6587
6588 * net/shr.el (shr-prefer-media-type-alist): New customizable variable.
6589 (shr--get-media-pref, shr--extract-best-source): New function.
6590 (shr-tag-video, shr-tag-audio): Use `shr--extract-best-source' when
6591 no :src tag was specified.
6592
6593 * net/eww.el (eww-use-external-browser-for-content-type): New variable.
6594 (eww-render): Handle `eww-use-external-browser-for-content-type'.
6595 Use \\` to match beginning of string instead of ^.
6596 (eww-browse-with-external-browser): Provide optional URL parameter.
6597 (eww-render): Set `eww-current-title' back to "".
6598
6599 * net/shr.el (shr-tag-video): Display content for video if no
6600 poster is available.
6601 (shr-tag-audio): Add support for <audio> tag.
6602
6603 * net/eww.el (eww-text-input-types): New const.
6604 (eww-process-text-input): Treat input types in
6605 `eww-text-input-types' as text.
6606
6607 * net/shr.el (shr-tag-table): Fix comment typo.
6608
6609 2013-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
6610
6611 * net/eww.el (eww-follow-link): New command to avoid reloading
6612 pages when we follow #target links (bug#15243).
6613 (eww-quit): Special mode buffers shouldn't query before exiting.
6614
6615 2013-12-01 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
6616
6617 * net/eww.el (eww-tag-select): Support <optgroup> tags in <select>
6618 forms.
6619
6620 2013-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
6621
6622 * net/eww.el (eww-restore-history): Update the window title after
6623 moving in the history.
6624 (eww-current-dom): New variable used to save the current DOM.
6625
6626 2013-12-01 Dmitry Gutov <dgutov@yandex.ru>
6627
6628 * vc/log-edit.el (log-edit-mode-map): Add binding for
6629 `log-edit-beginning-of-line'.
6630 (log-edit-setup-add-author): New user option.
6631 (log-edit-beginning-of-line): New command.
6632 (log-edit): Move major mode call above the contents setup so that
6633 the local variable values are already applied.
6634 (log-edit): Only insert "Author: " when
6635 `log-edit-setup-add-author' is non-nil.
6636 (log-edit): When SETUP is non-nil, position point after ": "
6637 instead of point-min.
6638
6639 2013-12-01 Glenn Morris <rgm@gnu.org>
6640
6641 * startup.el (command-line): Warn if ~/emacs.d is in load-path.
6642
6643 2013-11-30 Eli Zaretskii <eliz@gnu.org>
6644
6645 * startup.el (fancy-splash-frame): On MS-Windows, trigger
6646 redisplay to make sure the initial frame gets a chance to become
6647 visible. (Bug#16014)
6648
6649 2013-11-30 Martin Rudalics <rudalics@gmx.at>
6650
6651 Support resizing frames and windows pixelwise.
6652 * cus-start.el (frame-resize-pixelwise)
6653 (window-resize-pixelwise): New entries.
6654 * emacs-lisp/debug.el (debug): Use window-total-height instead
6655 of window-total-size.
6656 * frame.el (tool-bar-lines-needed): Defalias to tool-bar-height.
6657 * help.el (describe-bindings-internal): Use help-buffer as
6658 argument for with-help-window.
6659 (temp-buffer-max-width): New option.
6660 (resize-temp-buffer-window, help-window-setup)
6661 (with-help-window): Rewrite.
6662 * mouse.el (mouse-drag-line): Rewrite. Add key bindings for
6663 dragging dividers.
6664 * window.el (frame-char-size, window-min-pixel-height)
6665 (window-safe-min-pixel-height, window-safe-min-pixel-width)
6666 (window-min-pixel-width, window-safe-min-pixel-size)
6667 (window-combination-p, window-safe-min-size)
6668 (window-resizable-p, window--size-to-pixel)
6669 (window--pixel-to-size, window--resize-apply-p): New functions.
6670 (window-safe-min-height): Fix doc-string.
6671 (window-size, window-min-size, window--min-size-1)
6672 (window-sizable, window-sizable-p, window--min-delta-1)
6673 (window-min-delta, window--max-delta-1, window-max-delta)
6674 (window--resizable, window--resizable-p, window-resizable)
6675 (window-full-height-p, window-full-width-p, window-at-side-p)
6676 (window--in-direction-2, window-in-direction)
6677 (window--resize-reset-1, window--resize-mini-window)
6678 (window-resize, window-resize-no-error)
6679 (window--resize-child-windows-normal)
6680 (window--resize-child-windows, window--resize-siblings)
6681 (window--resize-this-window, window--resize-root-window)
6682 (window--resize-root-window-vertically)
6683 (adjust-window-trailing-edge, enlarge-window, shrink-window)
6684 (maximize-window, minimize-window, delete-window)
6685 (quit-restore-window, window-split-min-size, split-window)
6686 (balance-windows-2, balance-windows)
6687 (balance-windows-area-adjust, balance-windows-area)
6688 (window--state-get-1, window-state-get, window--state-put-1)
6689 (window--state-put-2, window-state-put)
6690 (display-buffer-record-window, window--display-buffer):
6691 Make functions handle pixelwise sizing of windows.
6692 (display-buffer--action-function-custom-type)
6693 (display-buffer-fallback-action):
6694 Add display-buffer-in-previous-window.
6695 (display-buffer-use-some-window): Resize window to height it had
6696 before.
6697 (fit-window-to-buffer-horizontally): New option.
6698 (fit-frame-to-buffer): Describe new values.
6699 (fit-frame-to-buffer-bottom-margin): Replace with
6700 fit-frame-to-buffer-margins.
6701 (window--sanitize-margin): New function.
6702 (fit-frame-to-buffer, fit-window-to-buffer): Rewrite completely
6703 using window-text-pixel-size.
6704
6705 2013-11-30 Glenn Morris <rgm@gnu.org>
6706
6707 * emacs-lisp/bytecomp.el (byte-compile-form):
6708 Make the `interactive-only' warning like the `obsolete' one.
6709 * comint.el (comint-run):
6710 * files.el (insert-file-literally, insert-file):
6711 * replace.el (replace-string, replace-regexp):
6712 * simple.el (beginning-of-buffer, end-of-buffer, delete-backward-char)
6713 (goto-line, insert-buffer, next-line, previous-line):
6714 Tweak `interactive-only' spec.
6715
6716 Stop keeping (most) generated cedet grammar files in the repository.
6717 * Makefile.in (semantic): New.
6718 (compile-main): Depend on semantic.
6719
6720 2013-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
6721
6722 * net/newst-reader.el (newsticker-html-renderer): Default to SHR if
6723 available. Suggested by Clément B. <barthele1u@etu.univ-lorraine.fr>.
6724
6725 * uniquify.el (uniquify-buffer-name-style): Change default.
6726
6727 * loadup.el: Preload "uniquify".
6728
6729 * time.el (display-time-update): Update all mode lines (bug#15999).
6730
6731 * electric.el (electric-indent-mode): Enable by default.
6732 * loadup.el: Preload "electric".
6733
6734 2013-11-29 Bozhidar Batsov <bozhidar@batsov.com>
6735
6736 * emacs-lisp/helpers.el (string-empty-p): New function.
6737 (string-blank-p): New function.
6738
6739 2013-11-29 Andreas Politz <politza@hochschule-trier.de>
6740
6741 * imenu.el (imenu--index-alist): Add missing dot to the docstring
6742 (Bug#14029).
6743
6744 2013-11-29 Andreas Politz <politza@fh-trier.de>
6745 * imenu.el (imenu--subalist-p): Don't error on non-conses and
6746 allow non-lambda lists as functions.
6747 (imenu--in-alist): Don't recurse into non-subalists.
6748 (imenu): Don't pass function itself as an argument (Bug#14029).
6749
6750 2013-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
6751
6752 * progmodes/python.el (python-mode-map): Remove binding for ":".
6753 (python-indent-electric-colon): Remove command.
6754 (python-indent-post-self-insert-function): Integrate the previous code
6755 of python-indent-electric-colon. Make it conditional on
6756 electric-indent-mode.
6757 (python-mode): Add ?: to electric-indent-chars.
6758 Move python-indent-post-self-insert-function to the end of
6759 post-self-insert-hook.
6760
6761 2013-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
6762
6763 * doc-view.el (doc-view-goto-page): Update mode-line.
6764
6765 * vc/vc-dispatcher.el (vc-log-edit): Setup the Summary&Author headers.
6766
6767 2013-11-27 Glenn Morris <rgm@gnu.org>
6768
6769 * international/charprop.el, international/uni-bidi.el:
6770 * international/uni-category.el, international/uni-combining.el:
6771 * international/uni-comment.el, international/uni-decimal.el:
6772 * international/uni-decomposition.el, international/uni-digit.el:
6773 * international/uni-lowercase.el, international/uni-mirrored.el:
6774 * international/uni-name.el, international/uni-numeric.el:
6775 * international/uni-old-name.el, international/uni-titlecase.el:
6776 * international/uni-uppercase.el:
6777 Remove generated files from VCS repository.
6778
6779 2013-11-27 Eli Zaretskii <eliz@gnu.org>
6780
6781 * filenotify.el (file-notify-add-watch): Don't special-case
6782 w32notify when computing the directory to watch.
6783
6784 2013-11-27 Glenn Morris <rgm@gnu.org>
6785
6786 Make bootstrap without generated uni-*.el files possible again.
6787 * loadup.el: Update command-line-args checking for unidata-gen.
6788 Add vc to load-path to allow loading vc-bzr when writing uni-*.el.
6789 * composite.el, international/characters.el:
6790 Handle unicode tables being undefined.
6791
6792 Move ja-dic, quail, leim-list.el from ../leim to a leim subdirectory.
6793 * Makefile.in (setwins_for_subdirs): Skip leim/ directory.
6794 (compile-main): Depend on leim rule.
6795 (leim): New rule.
6796 * loadup.el: Move leim-list.el to leim/ subdirectory.
6797 * startup.el (normal-top-level): No more leim directory.
6798 * international/ja-dic-cnv.el (skkdic-convert):
6799 Disable version-control and autoloads in output files.
6800 * international/titdic-cnv.el (titdic-convert, miscdic-convert):
6801 Disable version-control and autoloads in output files.
6802 * leim/quail: Move here from ../leim.
6803 * leim/quail/hangul.el (hangul-input-method-activate):
6804 Add autoload cookie.
6805 (generated-autoload-load-name): Set file-local value.
6806 * leim/quail/uni-input.el (ucs-input-activate): Add autoload cookie.
6807 (generated-autoload-load-name): Set file-local value.
6808
6809 2013-11-26 Kenjiro NAKAYAMA <knakayam@redhat.com>
6810
6811 * net/eww.el (eww-bookmark-browse): Use 'eww-browse-url'.
6812 (eww-add-bookmark): Ask confirmation when add to bookmarks.
6813 (eww-quit): Ask confirmation before quitting eww.
6814
6815 2013-11-26 Eli Zaretskii <eliz@gnu.org>
6816
6817 * vc/vc.el (vc-diff-internal): Use *-dos coding-system when
6818 reading output from Diff on MS-Windows and MS-DOS.
6819
6820 2013-11-26 Bozhidar Batsov <bozhidar@batsov.com>
6821
6822 * emacs-lisp/helpers.el (string-reverse): New function.
6823
6824 2013-11-26 Michael Albinus <michael.albinus@gmx.de>
6825
6826 * net/tramp.el (tramp-file-name-regexp-unified): Support IPv6 host
6827 names on MS Windows, like "/[::1]:".
6828
6829 * net/tramp-sh.el (tramp-sh-handle-insert-directory): Accept nil
6830 SWITCHES.
6831
6832 2013-11-26 Glenn Morris <rgm@gnu.org>
6833
6834 * progmodes/python.el (python-indent-guess-indent-offset):
6835 Avoid corner-case error. (Bug#15975)
6836
6837 Preload leim-list.el. (Bug#4789)
6838 * loadup.el: Load leim-list.el when found.
6839 * startup.el (normal-top-level): Skip re-loading leim/leim-list.el.
6840
6841 2013-11-25 Bozhidar Batsov <bozhidar@batsov.com>
6842
6843 * emacs-lisp/bytecomp.el (byte-compile-form): Fix a typo.
6844
6845 * emacs-lisp/helpers.el (string-join): New function.
6846
6847 2013-11-25 Sebastian Wiesner <lunaryorn@gmail.com> (tiny change)
6848
6849 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
6850 Mark as obsolete and replace it with a symbol property.
6851 (byte-compile-form): Use new 'interactive-only property.
6852 * comint.el, files.el, replace.el, simple.el:
6853 Apply new 'interactive-only properly.
6854
6855 2013-11-25 Martin Rudalics <rudalics@gmx.at>
6856
6857 * window.el (display-buffer-at-bottom): Make sure that
6858 split-window-sensibly creates the new window on bottom
6859 (Bug#15961).
6860
6861 2013-11-23 David Kastrup <dak@gnu.org>
6862
6863 * vc/smerge-mode.el (smerge-ediff): Choose default buffer names based
6864 on the conflict markers when available.
6865 (smerge--get-marker): New function.
6866 (smerge-end-re, smerge-base-re): Add subgroup.
6867
6868 2013-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
6869
6870 * frame.el (handle-focus-in, handle-focus-out): Add missing
6871 interactive spec.
6872
6873 2013-11-25 Michael Albinus <michael.albinus@gmx.de>
6874
6875 * net/tramp-cmds.el (tramp-cleanup-connection): Clean up
6876 `tramp-current-connection' only when KEEP-PASSWORD is non-nil.
6877
6878 2013-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
6879
6880 * play/gomoku.el: Don't use intangible property. Use lexical-binding.
6881 (gomoku--last-pos): New var.
6882 (gomoku--intangible-chars): New const.
6883 (gomoku--intangible): New function.
6884 (gomoku-mode): Use it. Derive from special-mode.
6885 (gomoku-move-up): Adjust line count.
6886 (gomoku-click, gomoku-point-y, gomoku-point-square, gomoku-goto-xy)
6887 (gomoku-plot-square, gomoku-init-display, gomoku-cross-qtuple):
6888 Simplify accordingly.
6889
6890 * frame.el (handle-focus-in, handle-focus-out): Move from frame.c.
6891 Remove blink-cursor code.
6892 (blink-cursor-timer-function, blink-cursor-suspend):
6893 Don't special-case GUIs.
6894 (blink-cursor-mode): Use focus-in/out-hook.
6895
6896 2013-11-25 Dmitry Gutov <dgutov@yandex.ru>
6897
6898 * vc/vc-git.el (vc-git-annotate-extract-revision-at-line): Make it
6899 work when annotation is invisible (Bug#13886).
6900
6901 2013-11-24 Simon Schubert <2@0x2c.org> (tiny change)
6902
6903 * json.el (json-alist-p): Only return non-nil if the alist has
6904 simple keys (Bug#13518).
6905
6906 2013-11-24 Mihir Rege <mihirrege@gmail.com> (tiny change)
6907
6908 * progmodes/js.el (js--ctrl-statement-indentation): Fix indent
6909 when control-statement is the first statement in a buffer (Bug#15956).
6910
6911 2013-11-24 Dmitry Gutov <dgutov@yandex.ru>
6912
6913 * imenu.el (imenu-generic-skip-comments-and-strings):
6914 New option (Bug#15560).
6915 (imenu--generic-function): Use it.
6916
6917 2013-11-24 Jorgen Schaefer <contact@jorgenschaefer.de>
6918
6919 * minibuffer.el (completion--in-region-1): Scroll the correct window.
6920 (Bug#13898)
6921
6922 2013-11-24 Bozhidar Batsov <bozhidar@batsov.com>
6923
6924 * emacs-lisp/helpers.el: Add some string helpers.
6925 (string-trim-left): Removes leading whitespace.
6926 (string-trim-right): Removes trailing whitespace.
6927 (string-trim): Removes leading and trailing whitespace.
6928
6929 * subr.el (string-suffix-p): New function.
6930
6931 2013-11-23 Glenn Morris <rgm@gnu.org>
6932
6933 * progmodes/python.el (python-shell-send-file):
6934 Add option to delete file when done. (Bug#15647)
6935 (python-shell-send-string, python-shell-send-region): Use it.
6936
6937 2013-11-23 Ivan Shmakov <ivan@siamics.net> (tiny change)
6938
6939 * vc/diff-mode.el (diff-mode): Only allow diff-default-read-only
6940 to set buffer-read-only to t, never to nil. (Bug#15938)
6941
6942 * textmodes/tex-mode.el (latex-noindent-environments):
6943 Add safe-local-variable property. (Bug#15936)
6944
6945 2013-11-23 Glenn Morris <rgm@gnu.org>
6946
6947 * textmodes/enriched.el (enriched-mode): Doc fix.
6948 * emacs-lisp/authors.el (authors-renamed-files-alist):
6949 Add enriched.doc -> enriched.txt.
6950
6951 * Makefile.in (emacs): Empty EMACSLOADPATH rather than unsetting.
6952
6953 2013-11-22 Leo Liu <sdl.web@gmail.com>
6954
6955 * progmodes/octave.el (inferior-octave-startup): Spit out error
6956 message.
6957
6958 2013-11-22 Bozhidar Batsov <bozhidar@batsov.com>
6959
6960 * progmodes/ruby-mode.el (ruby-custom-encoding-magic-comment-template):
6961 Improve docstring.
6962 Add :version.
6963 (ruby-encoding-magic-comment-style): Add :version.
6964
6965 2013-11-22 Leo Liu <sdl.web@gmail.com>
6966
6967 * progmodes/octave.el (octave-operator-regexp): Exclude newline.
6968 (Bug#15076)
6969 (octave-help-mode): Adapt to change to help-mode-finish to use
6970 derived-mode-p on 2013-09-17.
6971 (inferior-octave-prompt): Also match octave-gui.
6972 (octave-kill-process): Don't ask twice. (Bug#10564)
6973
6974 2013-11-22 Leo Liu <sdl.web@gmail.com>
6975
6976 * progmodes/octave.el (inferior-octave-process-live-p): New helper.
6977 (inferior-octave-startup, inferior-octave-check-process)
6978 (inferior-octave-track-window-width-change)
6979 (octave-completion-at-point, octave-eldoc-function): Use it.
6980 (octave-kill-process): Provide confirmation. (Bug#10564)
6981
6982 2013-11-21 Leo Liu <sdl.web@gmail.com>
6983
6984 * progmodes/octave.el (octave-mode, inferior-octave-mode):
6985 Fix obsolete variable comment-use-global-state.
6986
6987 2013-11-21 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
6988
6989 * progmodes/octave.el (octave-mode-map, octave-mode-menu):
6990 Add `octave-source-file'.
6991 (octave-source-file): New function. (Bug#15935)
6992
6993 2013-11-21 Kenjiro Nakayama <nakayamakenjiro@gmail.com>
6994
6995 * net/eww.el (eww-local-regex): New variable.
6996 (eww): Use it to detect localhost and similar.
6997
6998 2013-11-21 Leo Liu <sdl.web@gmail.com>
6999
7000 Add completion for command `ag'.
7001 * pcmpl-x.el (pcmpl-x-ag-options): New variable.
7002 (pcomplete/ag): New function.
7003 (pcmpl-x-ag-options): New function. Handle `[no]' in long options.
7004
7005 2013-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
7006
7007 * emacs-lisp/byte-run.el (eval-when-compile): Fix edebug spec
7008 (bug#14646).
7009 (make-obsolete): Remove interactive spec.
7010
7011 2013-11-21 Glenn Morris <rgm@gnu.org>
7012
7013 * startup.el (command-line-1): Use path-separator with -L.
7014
7015 2013-11-20 Teodor Zlatanov <tzz@lifelogs.com>
7016
7017 * emacs-lisp/package.el (describe-package-1): Add package archive
7018 to shown fields.
7019
7020 2013-11-20 Bozhidar Batsov <bozhidar@batsov.com>
7021
7022 * progmodes/ruby-mode.el (ruby-custom-encoding-magic-comment-template):
7023 Change default to "# encoding: %s" to differentiate it from the
7024 default Ruby encoding comment template.
7025
7026 2013-11-20 era eriksson <era+emacsbugs@iki.fi>
7027
7028 * ses.el (ses-mode): Doc fix. (Bug#14748)
7029
7030 2013-11-20 Leo Liu <sdl.web@gmail.com>
7031
7032 * window.el (display-buffer-alist): Doc fix. (Bug#13594)
7033
7034 2013-11-19 Dan Nicolaescu <dann@gnu.org>
7035
7036 * vc/vc-git.el (vc-git-dir-extra-headers): Add headers
7037 when rebase or bisect are in progress.
7038
7039 2013-11-19 Xue Fuqiao <xfq.free@gmail.com>
7040
7041 * filenotify.el (file-notify-add-watch): Doc fix.
7042
7043 2013-11-19 Leo Liu <sdl.web@gmail.com>
7044
7045 * obsolete/rcompile.el: Mark obsolete.
7046
7047 * progmodes/compile.el (compilation-start)
7048 (compilation-goto-locus, compilation-find-file):
7049 Pass no-display-ok and handle nil value from display-buffer.
7050 (Bug#13594)
7051
7052 * window.el (display-buffer-alist, display-buffer): Document the
7053 new parameter no-display-ok. Return either a window or nil
7054 but never a non-window value.
7055
7056 2013-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
7057
7058 * electric.el (electric-indent-mode-map): Remove.
7059 (electric-indent-mode): Change the global-map instead (bug#15915).
7060
7061 * textmodes/text-mode.el (paragraph-indent-minor-mode):
7062 Use add-function.
7063
7064 2013-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
7065
7066 * emacs-lisp/nadvice.el (remove-function): Align with
7067 add-function's behavior.
7068
7069 * progmodes/gdb-mi.el: Avoid backtracking in regexp matcher.
7070 (gdb--string-regexp): New constant.
7071 (gdb-tooltip-print, gdb-var-evaluate-expression-handler)
7072 (gdbmi-bnf-stream-record, gdb-jsonify-buffer): Use it.
7073 (gdb-source-file-regexp, gdb-prompt-name-regexp): Use it and change
7074 submatch 1.
7075 (gdb-get-source-file-list, gdb-get-prompt, gdb-get-source-file):
7076 Adjust use accordingly.
7077 (gdb-breakpoints-list-handler-custom): Pre-build the y/n string.
7078
7079 2013-11-17 Adam Sokolnicki <adam.sokolnicki@gmail.com> (tiny change)
7080
7081 * progmodes/ruby-mode.el (ruby-toggle-block): Don't stop at
7082 interpolation curlies (Bug#15914).
7083
7084 2013-11-17 Jay Belanger <jay.p.belanger@gmail.com>
7085
7086 * calc/calc.el (calc-context-sensitive-enter): New variable.
7087 (calc-enter): Use `calc-context-sensitive-enter'.
7088
7089 2013-11-16 Teodor Zlatanov <tzz@lifelogs.com>
7090
7091 * progmodes/cfengine.el: Version bump.
7092 (cfengine-cf-promises): New defcustom to locate cf-promises.
7093 (cfengine3-vartypes): Add new "data" type.
7094 (cfengine3--current-word): New function to get current name-like
7095 word or its bounds.
7096 (cfengine3--current-function): New function to look up a CFEngine
7097 function's definition.
7098 (cfengine3-format-function-docstring): New function.
7099 (cfengine3-make-syntax-cache): New function.
7100 (cfengine3-documentation-function): New function: ElDoc glue.
7101 (cfengine3-completion-function): New function: completion glue.
7102 (cfengine3-mode): Set `compile-command',
7103 `eldoc-documentation-function', and add to
7104 `completion-at-point-functions'.
7105
7106 2013-11-16 Michael Albinus <michael.albinus@gmx.de>
7107
7108 * net/tramp-cmds.el (tramp-cleanup-connection): Clean up
7109 `tramp-current-connection'.
7110
7111 2013-11-15 Dmitry Gutov <dgutov@yandex.ru>
7112
7113 * progmodes/ruby-mode.el (ruby-font-lock-keywords): End regexp for
7114 nil/self/true/false with "end of symbol".
7115
7116 2013-11-15 Bozhidar Batsov <bozhidar@batsov.com>
7117
7118 * subr.el (version-regexp-alist): Fix a typo.
7119
7120 2013-11-15 Michael Albinus <michael.albinus@gmx.de>
7121
7122 * net/tramp-sh.el (tramp-remote-process-environment): Set "LC_ALL" to
7123 "en_US.utf8" and "LC_CTYPE" to "".
7124 (tramp-maybe-open-connection): Set "LC_ALL" to "en_US.utf8".
7125 (tramp-sh-handle-insert-directory): Don't set "LC_ALL" and "LC_CTYPE".
7126
7127 2013-11-15 Leo Liu <sdl.web@gmail.com>
7128
7129 * loadhist.el (read-feature): Get rid of fake feature nil. (Bug#15889)
7130
7131 2013-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
7132
7133 * progmodes/gud.el (ctl-x-map):
7134 Remove C-x SPC binding. (Bug#12342)
7135 (gud-jdb-find-source-using-classpath): Remove ((lambda (..)..)..).
7136
7137 2013-11-14 Bozhidar Batsov <bozhidar@batsov.com>
7138
7139 * subr.el (version-regexp-alist):
7140 Recognize hg, svn and darcs versions as snapshot versions.
7141
7142 * progmodes/ruby-mode.el (ruby--detect-encoding): Make aware of
7143 'always-utf8 value of `ruby-insert-encoding-magic-comment'.
7144 (ruby--encoding-comment-required-p): Extract from
7145 `ruby-mode-set-encoding'.
7146 (ruby-mode-set-encoding): Add the ability to always insert an
7147 utf-8 encoding comment. Fix and simplify coding comment update
7148 logic.
7149
7150 2013-11-14 Michael Albinus <michael.albinus@gmx.de>
7151
7152 * net/tramp-gvfs.el (top): Run init code only when
7153 `tramp-gvfs-enabled' is not nil.
7154 (tramp-gvfs-enabled): Check also :system bus.
7155
7156 2013-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
7157
7158 Sync with upstream verilog-mode revision 78e66ba.
7159 * progmodes/verilog-mode.el (verilog-end-of-defun)
7160 (verilog-type-completion, verilog-get-list): Remove unused funcs.
7161 (verilog-get-end-of-defun): Remove unused argument.
7162 (verilog-comment-depth): Remove unused local `e'.
7163 (verilog-read-decls, verilog-read-sub-decls, verilog-read-instants):
7164 Don't pass arg to verilog-get-end-of-defun.
7165
7166 2013-11-14 Glenn Morris <rgm@gnu.org>
7167
7168 * obsolete/assoc.el (aget): Prefix dynamic variable.
7169
7170 * allout-widgets.el (allout-widgets): No need to autoload defgroup.
7171
7172 2013-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
7173
7174 * widget.el, hfy-cmap.el: Remove bogus package version number.
7175
7176 2013-11-13 Glenn Morris <rgm@gnu.org>
7177
7178 * replace.el (replace-eval-replacement):
7179 Try to give more helpful error message. (Bug#15836)
7180
7181 * arc-mode.el (archive-7z-extract, archive-7z-expunge)
7182 (archive-7z-update): Avoid custom type mismatches.
7183
7184 * vc/vc.el (vc-diff-knows-L): Remove; unused since 2007-10-10.
7185
7186 2013-11-13 Michael Albinus <michael.albinus@gmx.de>
7187
7188 * net/tramp.el (tramp-remote-file-name-spec-regexp): An IPv6
7189 address can be empty.
7190
7191 * net/tramp-gvfs.el (tramp-gvfs-handle-insert-directory):
7192 Accept nil SWITCHES.
7193 (tramp-gvfs-handle-write-region): Implement APPEND.
7194
7195 2013-11-12 Dmitry Gutov <dgutov@yandex.ru>
7196
7197 * progmodes/ruby-mode.el (ruby-smie-grammar): Disambiguate between
7198 binary "|" operator and closing block args delimiter.
7199 Remove FIXME comment referring to Ruby 1.8-only syntax.
7200 (ruby-smie--implicit-semi-p): Not after "|" operator.
7201 (ruby-smie--closing-pipe-p): New function.
7202 (ruby-smie--forward-token, ruby-smie--backward-token): Use it.
7203 (ruby-smie-rules): Indent after "|".
7204
7205 2013-11-12 Glenn Morris <rgm@gnu.org>
7206
7207 * ps-print.el (ps-face-attribute-list):
7208 Handle anonymous faces. (Bug#15827)
7209
7210 2013-11-12 Martin Rudalics <rudalics@gmx.at>
7211
7212 * window.el (display-buffer-other-frame): Fix doc-string.
7213 (Bug#15868)
7214
7215 2013-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
7216
7217 * subr.el (force-mode-line-update): Delete, move to buffer.c.
7218
7219 2013-11-11 Michael Albinus <michael.albinus@gmx.de>
7220
7221 * net/tramp-sh.el (tramp-do-copy-or-rename-file-via-buffer)
7222 (tramp-sh-handle-file-local-copy): Don't write a message when
7223 saving temporary files.
7224
7225 * net/tramp-smb.el (tramp-smb-handle-copy-directory): Fix bug when
7226 both directories are remote.
7227 (tramp-smb-handle-directory-files): Do not return double entries.
7228 Do not expand full file names.
7229 (tramp-smb-handle-insert-directory): Accept nil SWITCHES.
7230 (tramp-smb-handle-write-region): Implement APPEND.
7231 (tramp-smb-get-stat-capability): Fix a stupid bug.
7232
7233 2013-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
7234
7235 * bindings.el (ctl-x-map): Bind C-x SPC to rectangle-mark-mode.
7236
7237 2013-11-11 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
7238
7239 * emacs-lisp/cconv.el (cconv-convert): Print warning instead of
7240 throwing error over malformed let/let* (bug#15814).
7241
7242 2013-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
7243
7244 * iswitchb.el (iswitchb-mode): Mark obsolete.
7245
7246 2013-11-11 Glenn Morris <rgm@gnu.org>
7247
7248 * international/uni-bidi.el, international/uni-category.el:
7249 * international/uni-name.el, international/uni-numeric.el:
7250 Regenerate for Unicode 6.3.0.
7251
7252 2013-11-10 Michael Albinus <michael.albinus@gmx.de>
7253
7254 * net/tramp.el (tramp-methods):
7255 * net/tramp-sh.el (tramp-compute-multi-hops): Revert change of
7256 2013-10-29 (2013-10-29T02:50:24Z!dancol@dancol.org).
7257
7258 2013-11-09 Andreas Schwab <schwab@linux-m68k.org>
7259
7260 * progmodes/sh-script.el (sh-font-lock-keywords-var):
7261 Force highlighting text after Summary keyword in doc face for rpm.
7262
7263 2013-11-09 Dmitry Gutov <dgutov@yandex.ru>
7264
7265 * textmodes/ispell.el (ispell-lookup-words): When `look' is not
7266 available and the word has no wildcards, append one to the grep pattern.
7267 http://lists.gnu.org/archive/html/emacs-devel/2013-11/msg00258.html
7268 (ispell-complete-word): Call `ispell-lookup-words' with the value
7269 independent of `ispell-look-p'.
7270
7271 2013-11-08 Dmitry Gutov <dgutov@yandex.ru>
7272
7273 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p):
7274 Not after "||".
7275 (ruby-smie-rules): Indent non-hanging "begin" blocks as part of
7276 their parent.
7277
7278 2013-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
7279
7280 * progmodes/ruby-mode.el: Don't require cl any more. Use pcase instead.
7281 (ruby-font-lock-keywords): Use backquote.
7282
7283 2013-11-08 Dmitry Gutov <dgutov@yandex.ru>
7284
7285 * progmodes/ruby-mode.el (ruby-smie--forward-token)
7286 (ruby-smie--backward-token): Only consider full-string matches.
7287
7288 2013-11-08 Jan Djärv <jan.h.d@swipnet.se>
7289
7290 * faces.el (describe-face): Add distant-foreground.
7291
7292 2013-11-08 Bozhidar Batsov <bozhidar@batsov.com>
7293
7294 * progmodes/ruby-mode.el: Improve encoding comment handling.
7295 (ruby-encoding-magic-comment-style): New option.
7296 (ruby-custom-encoding-magic-comment-template): New option.
7297 (ruby--insert-coding-comment, ruby--detect-encoding):
7298 New functions extracted from `ruby-mode-set-encoding'.
7299 (ruby-mode-set-encoding): Use `ruby-encoding-magic-comment-style'
7300 to control the style of the auto-inserted encoding comment.
7301
7302 2013-11-08 Dmitry Gutov <dgutov@yandex.ru>
7303
7304 * progmodes/ruby-mode.el (ruby-smie--indent-to-stmt):
7305 Use `smie-backward-sexp' with token argument.
7306
7307 2013-11-08 Michael Albinus <michael.albinus@gmx.de>
7308
7309 * net/tramp-sh.el (tramp-set-remote-path, tramp-get-ls-command):
7310 Remove instrumentation code.
7311
7312 2013-11-08 Glenn Morris <rgm@gnu.org>
7313
7314 * progmodes/autoconf.el (autoconf-mode):
7315 Tweak comment-start-skip. (Bug#15822)
7316
7317 2013-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
7318
7319 * progmodes/sh-script.el (sh-smie--sh-keyword-in-p): Don't inf-loop
7320 at bobp (bug#15826).
7321 (sh-smie--sh-keyword-in-p): Recognize keywords at bobp.
7322
7323 2013-11-08 Darren Hoo <darren.hoo@gmail.com>
7324
7325 * man.el (Man-start-calling): New macro, extracted from
7326 Man-getpage-in-background.
7327 (Man-getpage-in-background): Use it.
7328 (Man-update-manpage): New command.
7329 (Man-mode-map): Bind it.
7330
7331 2013-11-08 Dmitry Gutov <dgutov@yandex.ru>
7332
7333 * progmodes/ruby-mode.el (ruby-smie-grammar): Improve precedences
7334 of "and", "or", "&&" and "||".
7335 (ruby-smie--args-separator-p): Prohibit keyword "do" as the first
7336 argument. Prohibit opening curly brace because it could only be a
7337 block opener in that position.
7338 (ruby-smie--forward-token, ruby-smie--backward-token):
7339 Separate "|" from "&" or "*" going after it. That can happen in block
7340 arguments.
7341 (ruby-smie--indent-to-stmt): New function, seeks the end of
7342 previous statement or beginning of buffer.
7343 (ruby-smie-rules): Use it.
7344 (ruby-smie-rules): Check if there's a ":" before a curly block
7345 opener candidate; if there is, it's a hash.
7346
7347 2013-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
7348
7349 * emacs-lisp/cl-macs.el (cl-symbol-macrolet): Use macroexp-progn.
7350 (cl--block-wrapper): Fix last accidental change.
7351
7352 2013-11-07 Michael Albinus <michael.albinus@gmx.de>
7353
7354 * net/tramp-sh.el (tramp-set-remote-path, tramp-get-ls-command):
7355 Instrument, in order to hunt failure on hydra.
7356
7357 2013-11-05 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
7358
7359 * emacs-lisp/cl-macs.el (cl-symbol-macrolet): Print warning for
7360 malformed bindings form (bug#15814).
7361
7362 2013-11-07 Dmitry Gutov <dgutov@yandex.ru>
7363
7364 * progmodes/ruby-mode.el (ruby-smie-grammar): Lower priority of
7365 "." compared to " @ ". This incidentally fixes some indentation
7366 examples with "do".
7367 (ruby-smie--implicit-semi-p): No implicit semi after "^", "and" or "or".
7368 (ruby-smie-grammar): New tokens: "and" and "or".
7369 (ruby-smie--args-separator-p): Fix the check for tokens at POS.
7370 Exclude "and" and "or". Remove "do" in order to work around token
7371 priorities.
7372 (ruby-smie-rules): Add all infix tokens. Handle the case of
7373 beginning-of-buffer.
7374
7375 2013-11-06 Glenn Morris <rgm@gnu.org>
7376
7377 * Makefile.in (setwins_almost, setwins_for_subdirs):
7378 Avoid accidental matches.
7379
7380 2013-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
7381
7382 * menu-bar.el (popup-menu): Use key-binding.
7383
7384 2013-11-06 Eli Zaretskii <eliz@gnu.org>
7385
7386 * menu-bar.el (popup-menu, menu-bar-open): When displaying TTY
7387 menus, support also the menus produced by minor modes.
7388 (Bug#15817)
7389
7390 2013-11-06 Leo Liu <sdl.web@gmail.com>
7391
7392 * thingatpt.el (thing-at-point-looking-at): Add optional arg
7393 DISTANCE to bound the search. All uses changed. (Bug#15808)
7394
7395 2013-11-06 Glenn Morris <rgm@gnu.org>
7396
7397 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs): Simplify.
7398 (setwins_almost, setwins_for_subdirs): Don't assume called from srcdir.
7399 (custom-deps, finder-data, autoloads, update-subdirs): No need to cd.
7400
7401 2013-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
7402
7403 * electric.el (electric-indent-just-newline): New command.
7404 (electric-indent-mode-map): New keymap.
7405 (electric-indent-mode, electric-pair-mode, electric-layout-mode):
7406 Re-add :group which weren't redundant.
7407
7408 * electric.el (electric-indent-local-mode): New minor mode.
7409 (electric-indent-functions-without-reindent): New var.
7410 (electric-indent-post-self-insert-function): Use it.
7411 * emacs-lisp/gv.el (buffer-local-value): Add setter.
7412
7413 2013-11-05 Eli Zaretskii <eliz@gnu.org>
7414
7415 * international/quail.el (quail-help): Be more explicit about the
7416 meaning of the labels shown on the keys. (Bug#15800)
7417
7418 * startup.el (normal-top-level): Load the subdirs.el files before
7419 setting the locale environment. (Bug#15805)
7420
7421 2013-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
7422
7423 * vc/vc-rcs.el (vc-rcs-parse): Make `gather' get e, b, and @-holes
7424 via arguments so as to get the right ones (bug#15418).
7425
7426 * net/rcirc.el (rcirc-record-activity): Don't abuse add-to-list.
7427
7428 2013-11-05 Michael Albinus <michael.albinus@gmx.de>
7429
7430 Fix problems found while writing a test suite.
7431
7432 * net/tramp-compat.el (tramp-compat-load): New defun.
7433 * net/tramp.el (tramp-handle-load): Use it.
7434
7435 * net/tramp-sh.el (tramp-sh-handle-add-name-to-file): Handle the case
7436 "(numberp ok-if-already-exists)" correctly.
7437
7438 2013-11-05 Xue Fuqiao <xfq.free@gmail.com>
7439
7440 * international/characters.el (glyphless-char-display-control):
7441 Add usage note.
7442
7443 2013-11-05 Bozhidar Batsov <bozhidar@batsov.com>
7444
7445 * progmodes/python.el (python-mode):
7446 * progmodes/scheme.el (scheme-mode):
7447 * progmodes/prolog.el (prolog-mode):
7448 * progmodes/ruby-mode.el (ruby-mode):
7449 * emacs-lisp/lisp-mode.el (lisp-mode, lisp-interaction-mode)
7450 (emacs-lisp-mode): Remove incorrect and redundant text from docstring.
7451
7452 2013-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
7453
7454 * rect.el (rectangle--highlight-for-redisplay):
7455 * emacs-lisp/smie.el (smie--next-indent-change):
7456 Use buffer-chars-modified-tick.
7457
7458 * emacs-lisp/byte-run.el (defmacro, defun): Set their `indent' property.
7459
7460 * electric.el (electric-indent-post-self-insert-function):
7461 Only delete trailing whitepsace if it is indeed trailing (bug#15767).
7462
7463 2013-11-04 Helmut Eller <eller.helmut@gmail.com>
7464
7465 * emacs-lisp/cl-indent.el (with-compilation-unit): Add rule (bug#15782).
7466
7467 2013-11-04 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
7468
7469 * emacs-lisp/cconv.el (cconv-convert): Check form of let binding
7470 (bug#15786).
7471
7472 2013-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
7473
7474 * emacs-lisp/helpers.el: Move from helpers.el. Use lexical-binding.
7475
7476 * progmodes/python.el: Fix up last change.
7477 (python-shell--save-temp-file): New function.
7478 (python-shell-send-string): Use it. Remove `msg' arg. Don't assume
7479 `string' comes from the current buffer.
7480 (python-shell-send-string-no-output): Remove `msg' arg.
7481 (python--use-fake-loc): New var.
7482 (python-shell-buffer-substring): Obey it. Try to compensate for the
7483 extra coding line added by python-shell--save-temp-file.
7484 (python-shell-send-region): Use python-shell--save-temp-file and
7485 python-shell-send-file directly. Add `nomain' argument.
7486 (python-shell-send-buffer): Use python-shell-send-region.
7487 (python-electric-pair-string-delimiter): New function.
7488 (python-mode): Use it.
7489
7490 2013-11-04 Eli Zaretskii <eliz@gnu.org>
7491
7492 * startup.el (normal-top-level): Move setting eol-mnemonic-unix,
7493 eol-mnemonic-mac, eol-mnemonic-dos, and also setup of the locale
7494 environment and decoding all of the default-directory's to here
7495 from command-line.
7496 (command-line): Decode also argv[0].
7497
7498 * loadup.el: Error out if default-directory is a multibyte string
7499 when we are dumping.
7500
7501 * Makefile.in (emacs): Don't set LC_ALL=C. (Bug#15260)
7502
7503 2013-11-04 Teodor Zlatanov <tzz@lifelogs.com>
7504
7505 * emacs-lisp/package.el (package-menu-mode)
7506 (package-menu--print-info, package-menu--archive-predicate):
7507 Add Archive column to package list.
7508
7509 2013-11-04 Michael Albinus <michael.albinus@gmx.de>
7510
7511 Fix problems found while writing a test suite.
7512
7513 * net/tramp.el (tramp-file-name-regexp-unified): Simplify.
7514 (tramp-file-name-for-operation): Use `tramp-tramp-file-p'.
7515 (tramp-handle-substitute-in-file-name): Let-bind `process-environment'
7516 to nil when running original file name handler. Otherwise,
7517 there are problems with constructs like "$$FOO".
7518
7519 * net/tramp-sh.el (tramp-do-copy-or-rename-file): Use correct prefix
7520 for `localname'.
7521
7522 2013-11-04 Bozhidar Batsov <bozhidar@batsov.com>
7523
7524 * progmodes/ruby-mode.el (ruby-mode): Clean up docstring.
7525
7526 * subr.el (version<, version<=, version=):
7527 Update docstrings with information for snapshot versions.
7528
7529 * helpers.el: New library for misc helper functions.
7530 (hash-table-keys): New function returning a list of hash keys.
7531 (hash-table-values): New function returning a list of hash values.
7532
7533 2013-11-04 Dmitry Gutov <dgutov@yandex.ru>
7534
7535 * progmodes/ruby-mode.el (ruby-smie--forward-token)
7536 (ruby-smie--backward-token): Tokenize heredocs as semicolons.
7537
7538 2013-11-04 Michal Nazarewicz <mina86@mina86.com>
7539
7540 * textmodes/fill.el (fill-single-char-nobreak-p): New function
7541 checking whether point is after a 1-letter word.
7542
7543 2013-11-04 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
7544
7545 * progmodes/cperl-mode.el (cperl-font-lock-fontify-region-function):
7546 Don't infloop when expanding region over `multiline' syntax-type that
7547 begins a line (bug#15778).
7548
7549 2013-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
7550
7551 * rect.el (rectangle-mark-mode): Rename from rectangle-mark.
7552 Make it into a proper minor mode.
7553 (rectangle--region): (Implicitly) rename to rectangle-mark-mode.
7554 (rectangle-mark-mode-map): New keymap.
7555 (rectangle--highlight-for-redisplay): Fix some corner cases (bug#15796).
7556
7557 2013-11-04 Glenn Morris <rgm@gnu.org>
7558
7559 * startup.el (command-line-1): Allow `-L :...' to append to load-path.
7560
7561 2013-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
7562
7563 * progmodes/ruby-mode.el (ruby-smie--rule-parent-skip-assign): Remove.
7564 (ruby-smie-rules): Use smie-rule-parent instead.
7565
7566 * emacs-lisp/smie.el (smie-rule-parent): Always call
7567 smie-indent-virtual rather than only for hanging tokens.
7568 (smie--next-indent-change): New helper command.
7569
7570 2013-11-03 Glenn Morris <rgm@gnu.org>
7571
7572 * Makefile.in (abs_srcdir): Remove.
7573 (emacs): Unset EMACSLOADPATH.
7574
7575 2013-11-02 Glenn Morris <rgm@gnu.org>
7576
7577 * Makefile.in (EMACS): Use a relative filename.
7578 (abs_top_builddir): Remove.
7579 (custom-deps, finder-data, autoloads): Use --chdir.
7580
7581 * Makefile.in (abs_lisp): Remove, replace by abs_srcdir.
7582
7583 Use relative filenames in TAGS files.
7584 * Makefile.in (lisptagsfiles1, lisptagsfiles2, lisptagsfiles3)
7585 (lisptagsfiles4, TAGS): Use relative file names.
7586 (TAGS-LISP): Remove.
7587 (maintainer-clean): No more TAGS-LISP file.
7588
7589 * Makefile.in (lisptagsfiles1, lisptagsfiles2, lisptagsfiles3)
7590 (lisptagsfiles4): Use absolute filenames again.
7591 (TAGS, TAGS-LISP): Not everything needs to run in one line.
7592 Remove all *loaddefs files, not just the first. Remove esh-groups.
7593 (maintainer-clean): Delete TAGS, TAGS-LISP.
7594
7595 2013-11-02 Bozhidar Batsov <bozhidar@batsov.com>
7596
7597 * emacs-lisp/package.el (package-version-join):
7598 Recognize snapshot versions.
7599
7600 2013-11-02 Bozhidar Batsov <bozhidar@batsov.com>
7601
7602 * subr.el (version-regexp-alist): Add support for snapshot versions.
7603
7604 2013-11-02 Dmitry Gutov <dgutov@yandex.ru>
7605
7606 * progmodes/ruby-mode.el (ruby-smie--rule-parent-skip-assign):
7607 New function, replacement for `smie-rule-parent' for when we want to
7608 skip over our direct parent if it's an assignment token..
7609 (ruby-smie-rules): Use it.
7610
7611 2013-11-02 Dmitry Gutov <dgutov@yandex.ru>
7612
7613 * progmodes/ruby-mode.el: Use `syntax-propertize-function'
7614 unconditionally. Remove now unnecessary forward declarations.
7615 Remove XEmacs-specific setup.
7616 (ruby-here-doc-end-re, ruby-here-doc-beg-match)
7617 (ruby-font-lock-syntactic-keywords)
7618 (ruby-comment-beg-syntax, ruby-in-here-doc-p)
7619 (ruby-here-doc-find-end, ruby-here-doc-beg-syntax)
7620 (ruby-here-doc-end-syntax): Remove.
7621 (ruby-mode): Don't check whether `syntax-propertize-rules' is
7622 defined as function.
7623
7624 2013-11-02 Bozhidar Batsov <bozhidar@batsov.com>
7625
7626 * progmodes/ruby-mode.el (ruby-mode-variables, ruby-mode): Use `setq-local'.
7627
7628 2013-11-01 Bozhidar Batsov <bozhidar@batsov.com>
7629
7630 * progmodes/ruby-mode.el (ruby-mode-variables): Don't set syntax
7631 table and abbrev table, `define-derived-mode' does that for us
7632 anyway.
7633
7634 2013-11-01 Glenn Morris <rgm@gnu.org>
7635
7636 * Makefile.in: Remove manual mh-e dependencies (writing .elc
7637 files is atomic for some time, so no parallel compilation issues).
7638
7639 2013-11-01 Jan Djärv <jan.h.d@swipnet.se>
7640
7641 * faces.el (face-x-resources): Add :distant-foreground.
7642 (region): Use :distant-foreground for gtk and ns.
7643
7644 2013-11-01 Tassilo Horn <tsdh@gnu.org>
7645
7646 Allow multiple bibliographies when BibLaTeX is used rather than
7647 BibTeX.
7648 * textmodes/reftex-parse.el (reftex-using-biblatex-p): New function.
7649 (reftex-locate-bibliography-files): Us it.
7650
7651 2013-11-01 Claudio Bley <claudio.bley@googlemail.com>
7652
7653 * image.el (image-type-header-regexps): Fix the 'pbm' part to
7654 allow comments in pbm files.
7655
7656 * term/w32-win.el (dynamic-library-alist): Support newer versions
7657 of libjpeg starting with v7: look only for the DLL from the
7658 version against which Emacs was built.
7659 Support versions of libpng beyond 1.4.x.
7660 Support libtiff v4.x.
7661
7662 2013-11-01 Bozhidar Batsov <bozhidar@batsov.com>
7663
7664 * progmodes/ruby-mode.el (ruby-indent-tabs-mode)
7665 (ruby-indent-level, ruby-comment-column, ruby-deep-arglist):
7666 Add property :safe.
7667 (ruby-deep-arglist): Add property :type.
7668
7669 2013-10-31 Glenn Morris <rgm@gnu.org>
7670
7671 * Makefile.in (custom-deps, finder-data): No need to setq the target
7672 variables, we are in the right directory and the defaults work fine.
7673
7674 2013-10-30 Glenn Morris <rgm@gnu.org>
7675
7676 * Makefile.in (autoloads): Do not use abs_lisp.
7677
7678 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
7679 `newline' does not respect `standard-output', so use `princ'.
7680
7681 2013-10-30 Alp Aker <alp.tekin.aker@gmail.com>
7682
7683 Ensure unmarking in buffer menu clears 'S' marks. (Bug#15761)
7684 * buff-menu.el (Buffer-menu--unmark): New function.
7685 (Buffer-menu-unmark, Buffer-menu-backup-unmark): Use it.
7686
7687 2013-10-30 Glenn Morris <rgm@gnu.org>
7688
7689 * Makefile.in (AUTOGENEL): Add org/org-loaddefs.el.
7690
7691 * emacs-lisp/package.el (lm-homepage): Declare.
7692
7693 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink):
7694 Fix doc typos.
7695
7696 * vc/pcvs.el (cvs-status-cvstrees): Autoload to silence compiler.
7697
7698 * Makefile.in (finder-data, autoloads, update-subdirs)
7699 (compile-main, compile-clean, compile-always, bootstrap-clean):
7700 Check return value of cd.
7701 (compile-calc): Remove.
7702
7703 2013-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
7704
7705 * simple.el (copy-region-as-kill): Fix call to region-extract-function.
7706
7707 * emacs-lisp/bytecomp.el (byte-defop-compiler): Add new `2-and' handler.
7708 (byte-compile-and-folded): New function.
7709 (=, <, >, <=, >=): Use it.
7710
7711 * dos-w32.el (minibuffer-history-case-insensitive-variables)
7712 (path-separator, null-device, buffer-file-coding-system)
7713 (lpr-headers-switches): Check system-type before modifying them.
7714 (find-buffer-file-type-coding-system): Mark obsolete.
7715 (w32-find-file-not-found-set-buffer-file-coding-system): Rename from
7716 find-file-not-found-set-buffer-file-coding-system.
7717 (w32-untranslated-filesystem-list, w32-untranslated-canonical-name)
7718 (w32-add-untranslated-filesystem, w32-remove-untranslated-filesystem)
7719 (w32-direct-print-region-use-command-dot-com, w32-untranslated-file-p)
7720 (w32-direct-print-region-helper, w32-direct-print-region-function)
7721 (w32-direct-ps-print-region-function): Rename by adding a "w32-" prefix.
7722 * startup.el (normal-top-level-add-subdirs-to-load-path):
7723 * ps-print.el (ps-print-region-function):
7724 * lpr.el (print-region-function): Use new name.
7725
7726 * subr.el (custom-declare-variable-early): Remove function.
7727 (custom-declare-variable-list): Remove var.
7728 (error, user-error): Remove `while' loop.
7729 (read-quoted-char-radix, read-quoted-char): Move to simple.el.
7730 (user-emacs-directory-warning, locate-user-emacs-file):
7731 Move to files.el.
7732 * simple.el (read-quoted-char-radix, read-quoted-char):
7733 * files.el (user-emacs-directory-warning, locate-user-emacs-file):
7734 Move from subr.el.
7735 * custom.el (custom-declare-variable-list): Don't process
7736 custom-declare-variable-list.
7737
7738 * progmodes/python.el (python-shell-get-buffer): New function.
7739 (python-shell-get-process): Use it.
7740 (python-shell-send-string): Always use utf-8 and add a cookie to tell
7741 Python which encoding was used. Don't split-string since we only care
7742 about the first line. Return the temp-file, if applicable.
7743 (python-shell-send-region): Tell compile.el how to turn locations in
7744 the temp-file into locations in the source buffer.
7745
7746 2013-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
7747
7748 * subr.el (undefined): Add missing behavior from the C code for
7749 unbound keys.
7750
7751 * rect.el: Use lexical-binding. Add new rectangular region support.
7752 (rectangle-mark): New command.
7753 (rectangle--region): New var.
7754 (deactivate-mark-hook): Reset rectangle--region.
7755 (rectangle--extract-region, rectangle--insert-for-yank)
7756 (rectangle--highlight-for-redisplay)
7757 (rectangle--unhighlight-for-redisplay): New functions.
7758 (region-extract-function, redisplay-unhighlight-region-function)
7759 (redisplay-highlight-region-function): Use them to handle
7760 rectangular region.
7761 * simple.el (region-extract-function): New var.
7762 (delete-backward-char, delete-forward-char, deactivate-mark): Use it.
7763 (kill-new, kill-append): Remove obsolete `yank-handler' argument.
7764 (kill-region): Replace obsolete `yank-handler' arg with `region'.
7765 (copy-region-as-kill, kill-ring-save): Add `region' argument.
7766 (redisplay-unhighlight-region-function)
7767 (redisplay-highlight-region-function): New vars.
7768 (redisplay--update-region-highlight): New function.
7769 (pre-redisplay-function): Use it.
7770 (exchange-point-and-mark): Don't deactivate the mark before
7771 reactivate-it anyway.
7772 * comint.el (comint-kill-region): Remove yank-handler argument.
7773 * delsel.el (delete-backward-char, backward-delete-char-untabify)
7774 (delete-char): Remove property, since it's now part of their
7775 default behavior.
7776 (self-insert-iso): Remove property since this command doesn't exist.
7777
7778 * emacs-lisp/package.el (package--download-one-archive)
7779 (describe-package-1): Don't query the user about final newline.
7780
7781 2013-10-29 Daniel Colascione <dancol@dancol.org>
7782
7783 * net/tramp.el (tramp-methods): Document new functionality.
7784 * net/tramp-sh.el (tramp-compute-multi-hops): Punt to
7785 tramp-hostname-checker if method provides one instead of scanning
7786 argument list for "%h" to decide hostname acceptability.
7787
7788 2013-10-28 Michael Albinus <michael.albinus@gmx.de>
7789
7790 * net/tramp-sh.el (tramp-sh-handle-copy-directory):
7791 * net/tramp-smb.el (tramp-smb-handle-copy-directory):
7792 Handle COPY-CONTENTS. (Bug#15737)
7793
7794 2013-10-28 Daiki Ueno <ueno@gnu.org>
7795
7796 * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
7797 Document that this option has no effect with GnuPG 2.0 (bug#15552).
7798
7799 2013-10-27 Xue Fuqiao <xfq.free@gmail.com>
7800
7801 * image.el (defimage, image-load-path): Doc fixes.
7802
7803 2013-10-27 Alan Mackenzie <acm@muc.de>
7804
7805 Indent statements in macros following "##" correctly.
7806 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
7807 Modify the "#" arm of a cond form to handle "#" and "##" operators.
7808
7809 2013-10-27 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
7810
7811 * linum.el (linum-update-window): Fix boundary test (bug#13446).
7812
7813 2013-10-27 Dmitry Gutov <dgutov@yandex.ru>
7814
7815 * progmodes/ruby-mode.el (ruby-smie--bosp): Anything that goes
7816 after `=' is probably a new expression.
7817
7818 2013-10-27 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
7819
7820 * man.el (man-imenu-title): New option.
7821 (Man-mode-map): Add menu. (Bug#15722)
7822 (Man-mode): Add imenu to menu.
7823
7824 2013-10-26 Dmitry Gutov <dgutov@yandex.ru>
7825
7826 * progmodes/ruby-mode.el (ruby-smie--args-separator-p): Be more
7827 specific in what the first arg can be: a non-keyword word,
7828 string/regexp/percent literal opener, opening paren, or unary
7829 operator followed directly by word.
7830
7831 2013-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
7832
7833 * progmodes/prolog.el: Remove old indent; use post-self-insert-hook.
7834 (prolog-align-comments-flag, prolog-indent-mline-comments-flag)
7835 (prolog-object-end-to-0-flag, prolog-electric-newline-flag)
7836 (prolog-electric-tab-flag, prolog-use-prolog-tokenizer-flag):
7837 Remove vars, they do not apply any more.
7838 (prolog-mode-abbrev-table): Remove redundant declaration.
7839 (prolog-upper-case-string, prolog-lower-case-string): Remove.
7840 (prolog-use-smie): Remove.
7841 (prolog-smie-rules): Add indentation rule for the if-then-else layout
7842 supported by prolog-electric-if-then-else-flag.
7843 (prolog-mode-variables, prolog-menu): Use setq-local.
7844 (prolog-mode-keybindings-edit): Don't rebind M-C-p and M-C-n.
7845 Remove binding to `Backspace' since this key doesn't exist anyway.
7846 Remove bindings for electric self-inserting keys.
7847 (prog-mode): Assume it's defined.
7848 (prolog-post-self-insert): New function.
7849 (prolog-mode): Use it.
7850 (prolog-indent-line, prolog-indent-level)
7851 (prolog-find-indent-of-matching-paren)
7852 (prolog-indentation-level-of-line, prolog-goto-comment-column)
7853 (prolog-paren-is-the-first-on-line-p, prolog-region-paren-balance)
7854 (prolog-goto-next-paren, prolog-in-string-or-comment)
7855 (prolog-tokenize, prolog-inside-mline-comment)
7856 (prolog-find-start-of-mline-comment): Remove functions.
7857 (prolog-find-unmatched-paren, prolog-clause-end)
7858 (prolog-guess-fill-prefix, prolog-get-predspec): Use syntax-ppss.
7859 (prolog-electric--if-then-else): Rename from
7860 prolog-insert-spaces-after-paren; use prolog-electric-if-then-else-flag.
7861 (prolog-tokenize-searchkey): Remove const.
7862 (prolog-clause-info): Use forward-sexp.
7863 (prolog-forward-list, prolog-backward-list, prolog-electric-delete)
7864 (prolog-electric-if-then-else): Remove commands.
7865 (prolog-electric--colon): Rename from prolog-electric-colon; adapt it
7866 for use in post-self-insert-hook.
7867 (prolog-electric--dash): Rename from prolog-electric-dash; adapt it
7868 for use in post-self-insert-hook.
7869 (prolog-electric--dot): Rename from prolog-electric-dot; adapt it
7870 for use in post-self-insert-hook.
7871 (prolog-electric--underscore): Rename from prolog-electric--underscore;
7872 adapt it for use in post-self-insert-hook.
7873
7874 2013-10-25 Michael Albinus <michael.albinus@gmx.de>
7875
7876 * emacs-lisp/ert.el (ert-run-tests-interactively):
7877 Use `completing-read'. (Bug#9756)
7878
7879 2013-10-25 Eli Zaretskii <eliz@gnu.org>
7880
7881 * simple.el (line-move): Call line-move-1 instead of
7882 line-move-visual when the current window hscroll is zero, but
7883 temporary-goal-column indicates we will need to hscroll as result
7884 of the movement. (Bug#15712)
7885
7886 2013-10-25 Dmitry Gutov <dgutov@yandex.ru>
7887
7888 * progmodes/ruby-mode.el (ruby-mode-menu): Use proper
7889 capitalization. Use :visible instead of :active.
7890 Fix `ruby-indent-exp' reference. Add menu items for the generic
7891 commands that are used with SMIE.
7892 (ruby-do-end-to-brace): Insert space after `{'.
7893
7894 2013-10-25 John Anthony <john@jo.hnanthony.com>
7895
7896 * progmodes/ruby-mode.el (ruby-mode-menu): Add a menu. (Bug#15600)
7897
7898 * progmodes/inf-lisp.el (inferior-lisp-menu): Add a menu. (Bug#15599)
7899
7900 2013-10-25 Glenn Morris <rgm@gnu.org>
7901
7902 * vc/vc.el (vc-print-log): Don't use a working revision unless
7903 one was explicitly specified. (Bug#15322)
7904
7905 2013-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
7906
7907 * subr.el (add-to-list): Preserve return value in compiler-macro
7908 (bug#15692).
7909
7910 2013-10-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
7911
7912 * progmodes/octave.el (octave-lookfor): Handle empty lookfor
7913 result. Ask user to retry using '-all' flag. (Bug#15701)
7914
7915 2013-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
7916
7917 * emacs-lisp/smie.el: New smie-config system.
7918 (smie-config): New defcustom.
7919 (smie-edebug, smie-config-show-indent, smie-config-set-indent)
7920 (smie-config-guess, smie-config-save): New commands.
7921 (smie-config--mode-local, smie-config--buffer-local)
7922 (smie-config--trace, smie-config--modefuns): New vars.
7923 (smie-config--advice, smie-config--mode-hook)
7924 (smie-config--setter, smie-config-local, smie-config--get-trace)
7925 (smie-config--guess-value, smie-config--guess): New functions.
7926 (smie-indent-forward-token, smie-indent-backward-token): Don't copy
7927 text properties. Treat "string fence" syntax like string syntax.
7928
7929 * progmodes/sh-script.el (sh-use-smie): Change default.
7930 (sh-smie-sh-rules, sh-smie-rc-rules): Obey legacy sh-indent-* vars.
7931 (sh-var-value): Simplify by CSE.
7932 (sh-show-indent, sh-set-indent, sh-learn-line-indent)
7933 (sh-learn-buffer-indent): Redirect to their SMIE equivalent when SMIE
7934 is used.
7935 (sh-guess-basic-offset): Use cl-incf.
7936 (sh-guess-basic-offset): Use push+nreverse to avoid O(n^2).
7937
7938 2013-10-24 Helmut Eller <eller.helmut@gmail.com>
7939
7940 * emacs-lisp/lisp-mode.el (lisp-cl-font-lock-keywords-2): Fix cut&paste
7941 (bug#15699).
7942
7943 2013-10-24 Glenn Morris <rgm@gnu.org>
7944
7945 * Makefile.in (abs_top_srcdir): Remove.
7946 (update-subdirs): Use relative path to update-subdirs.
7947
7948 2013-10-24 Eli Zaretskii <eliz@gnu.org>
7949
7950 * Makefile.in ($(MH_E_DIR)/mh-loaddefs.el)
7951 ($(TRAMP_DIR)/tramp-loaddefs.el, $(CAL_DIR)/cal-loaddefs.el)
7952 ($(CAL_DIR)/diary-loaddefs.el, $(CAL_DIR)/hol-loaddefs.el):
7953 Call unmsys--file-name before expand-file-name, not after it.
7954
7955 2013-10-24 Michael Albinus <michael.albinus@gmx.de>
7956
7957 * emacs-lisp/ert.el (ert-deftest): Bind macro `skip-unless'.
7958 (ert-test-skipped): New error.
7959 (ert-skip, ert-stats-skipped): New defuns.
7960 (ert--skip-unless): New macro.
7961 (ert-test-skipped): New struct.
7962 (ert--run-test-debugger, ert-test-result-type-p)
7963 (ert-test-result-expected-p, ert--stats, ert-stats-completed)
7964 (ert--stats-set-test-and-result, ert-char-for-test-result)
7965 (ert-string-for-test-result, ert-run-tests-batch)
7966 (ert--results-update-ewoc-hf, ert-run-tests-interactively):
7967 Handle skipped tests. (Bug#9803)
7968
7969 2013-10-24 Glenn Morris <rgm@gnu.org>
7970
7971 * Makefile.in (check-declare): Remove unnecessary path in -l argument.
7972
7973 * Makefile.in (abs_top_srcdir): New, set by configure.
7974 (update-subdirs): Correct build-aux location.
7975
7976 2013-10-24 Dmitry Gutov <dgutov@yandex.ru>
7977
7978 * vc/vc.el (vc-print-root-log): Always set `default-directory'
7979 value, whether we could auto-deduce `backend', or not.
7980
7981 * progmodes/ruby-mode.el (ruby-smie-rules): Fix the "curly block
7982 with parameters" example. Simplify the "is it block or is it
7983 hash" check, but also make it more thorough.
7984
7985 2013-10-23 Masashi Fujimoto <masfj.dev@gmail.com> (tiny change)
7986
7987 * battery.el (battery-pmset): Handle OS X Mavericks. (Bug#15694)
7988
7989 2013-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
7990
7991 * progmodes/ruby-mode.el (ruby-smie-rules): Only align with parent of
7992 { if it is hanging.
7993
7994 * progmodes/ruby-mode.el (ruby-smie-rules): Don't return 0 for
7995 :before ";".
7996
7997 2013-10-23 Jed Brown <jed@59A2.org> (tiny change)
7998
7999 * progmodes/compile.el (compilation-directory-matcher)
8000 (compilation-page-delimiter):
8001 Support GNU Make-4.0 directory quoting. (Bug#15678)
8002
8003 2013-10-23 Leo Liu <sdl.web@gmail.com>
8004
8005 * ido.el (ido-tidy): Handle read-only text.
8006
8007 2013-10-23 Glenn Morris <rgm@gnu.org>
8008
8009 * Makefile.in (abs_srcdir, abs_lisp): New, set by configure.
8010 (emacs, compile, compile-always):
8011 Quote entities that might contain whitespace.
8012 (custom-deps, finder-data, autoloads): Use abs_lisp.
8013 ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
8014 ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
8015 ($(CAL_DIR)/hol-loaddefs.el): Manually expand target file name.
8016
8017 2013-10-23 Dmitry Gutov <dgutov@yandex.ru>
8018
8019 * progmodes/ruby-mode.el (ruby-smie--at-dot-call):
8020 Use `following-char'.
8021
8022 2013-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
8023
8024 * emacs-lisp/smie.el (smie-rule-parent): Fix opener-test.
8025 * progmodes/ruby-mode.el (ruby-smie-rules):
8026 Remove corresponding workaround. Fix indentation rule of ";" so it
8027 also applies when ";" is the parent.
8028
8029 2013-10-22 Xue Fuqiao <xfq.free@gmail.com>
8030
8031 * frame.el (display-screens, display-pixel-height)
8032 (display-pixel-width, display-mm-width, display-backing-store)
8033 (display-save-under, display-planes, display-color-cells)
8034 (display-visual-class, display-monitor-attributes-list):
8035 Mention the optional ‘display’ argument in doc strings.
8036
8037 2013-10-22 Michael Gauland <mikelygee@amuri.net>
8038
8039 * progmodes/ebnf2ps.el (ebnf-prologue): Avoid PS error with some
8040 viewers such as evince when ebnf-production-name-p is nil. (Bug#15625)
8041
8042 2013-10-21 Dmitry Gutov <dgutov@yandex.ru>
8043
8044 * progmodes/ruby-mode.el (ruby-smie-grammar): Remove outdated
8045 TODO. Add "." after " @ ".
8046 (ruby-smie--at-dot-call): New function. Checks if point at method
8047 call with explicit target.
8048 (ruby-smie--forward-token, ruby-smie--backward-token): Prepend "."
8049 to the method name tokens when it precedes them.
8050 (ruby-smie--backward-id, ruby-smie--forward-id): Remove.
8051 (ruby-smie-rules): Add rule for indentation before and after "."
8052 token.
8053
8054 2013-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
8055
8056 * textmodes/remember.el (remember-diary-extract-entries):
8057 Avoid add-to-list.
8058
8059 * progmodes/ruby-mode.el (ruby-smie-rules): Indent after + used as
8060 an instruction.
8061
8062 2013-10-21 Dmitry Gutov <dgutov@yandex.ru>
8063
8064 * progmodes/ruby-mode.el (ruby-smie-grammar):
8065 Add (almost) all infix operators.
8066 (ruby-smie--implicit-semi-p): Add new operator chars.
8067
8068 * progmodes/ruby-mode.el (ruby-mode-map): Add binding for
8069 `smie-down-list'.
8070 (ruby-smie--args-separator-p): Check that there's no newline
8071 between method call and its arguments.
8072
8073 2013-10-20 Alan Mackenzie <acm@muc.de>
8074
8075 Allow comma separated lists after Java "implements".
8076
8077 * progmodes/cc-engine.el (c-backward-over-enum-header):
8078 Parse commas.
8079 * progmodes/cc-fonts.el (c-basic-matchers-after): Remove comma
8080 from a "disallowed" list in enum fontification.
8081
8082 2013-10-20 Johan Bockgård <bojohan@gnu.org>
8083
8084 * startup.el (default-frame-background-mode): Remove unused defvar.
8085
8086 * progmodes/verilog-mode.el (verilog-mode): Don't set
8087 comment-indent-function globally.
8088
8089 2013-10-20 Jan Djärv <jan.h.d@swipnet.se>
8090
8091 * menu-bar.el: Put help-menu in menu-bar-final-items unconditionally.
8092 Move Info menu item creation to ns-win.el.
8093
8094 * term/ns-win.el (ns-initialize-window-system): Rename Help to Info
8095 in menu bar.
8096
8097 * menu-bar.el: Move GNUstep specific menus...
8098
8099 * term/ns-win.el (ns-initialize-window-system): ... to here.
8100
8101 2013-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
8102
8103 * simple.el (newline): Only run post-self-insert-hook when
8104 called interactively.
8105
8106 2013-10-19 Johan Bockgård <bojohan@gnu.org>
8107
8108 * icomplete.el (icomplete-with-completion-tables): Add :version.
8109
8110 2013-10-19 Alan Mackenzie <acm@muc.de>
8111
8112 Fix fontification bugs with constructors and const.
8113
8114 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): (Just after
8115 CASE 2) Remove the check for the absence of a suffix construct
8116 after a function declaration with only types (no identifiers) in
8117 the parentheses. Also, accept a function declaration with just a
8118 type inside the parentheses, if this type can be positively
8119 recognised as such, or if a prefix keyword like "explicit" nails
8120 down the construct as a declaration.
8121
8122 2013-10-19 Eli Zaretskii <eliz@gnu.org>
8123
8124 * menu-bar.el (tty-menu-navigation-map): Bind mouse-N to perform
8125 TTY menu actions and down-mouse-N to tty-menu-ignore. This solves
8126 the problem whereby selecting a menu item that leads to a
8127 minibuffer prompt moves the cursor out of the minibuffer window,
8128 making it hard to type at the prompt. Suggested by Stefan Monnier
8129 <monnier@iro.umontreal.ca>.
8130
8131 2013-10-19 Jan Djärv <jan.h.d@swipnet.se>
8132
8133 * menu-bar.el: Don't make Services menu.
8134
8135 2013-10-19 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
8136
8137 * ffap.el: Handle "/usr/include/c++/<version>" directories.
8138 (ffap-alist): Use ffap-c++-mode for c++-mode.
8139 (ffap-c++-path): New variable.
8140 (ffap-c++-mode): New function.
8141
8142 2013-10-19 Joe Vornehm Jr. <joe.vornehm@gmail.com> (tiny change)
8143
8144 * ido.el (dired-other-frame): Only list directories. (Bug#15638)
8145
8146 2013-10-18 Michael Albinus <michael.albinus@gmx.de>
8147
8148 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Fix an error
8149 introduced on 2013-09-08, which results in an infinite loop
8150 requesting a password.
8151
8152 2013-10-18 Glenn Morris <rgm@gnu.org>
8153
8154 * progmodes/verilog-mode.el (verilog-case-fold): Add :version.
8155
8156 2013-10-18 Wilson Snyder <wsnyder@wsnyder.org>
8157
8158 Sync with upstream verilog-mode revision 1a6ecec7.
8159 * progmodes/verilog-mode.el (verilog-mode-version): Update.
8160 (verilog-mode-release-date): Remove.
8161 (verilog-highlight-grouping-keywords, verilog-active-low-regexp)
8162 (verilog-auto-inst-param-value, verilog-auto-input-ignore-regexp)
8163 (verilog-auto-inout-ignore-regexp, verilog-auto-output-ignore-regexp)
8164 (verilog-auto-tieoff-ignore-regexp)
8165 (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp)
8166 (verilog-scan-cache-preserving, verilog-mode, verilog-at-struct-p)
8167 (verilog-signals-with, verilog-dir-cache-preserving)
8168 (verilog-auto-inst, verilog-auto-inout-param, verilog-auto):
8169 Doc fixes.
8170 (verilog-case-fold): New option, to control case folding in
8171 regexp searches, bug597.
8172 (verilog-menu): Add verilog-sk-uvm-component, minor tweaks.
8173 (verilog-string-match-fold, verilog-in-paren-count)
8174 (verilog-in-struct-nested-p, verilog-at-struct-mv-p)
8175 (verilog-at-close-struct-p): New functions.
8176 (verilog-beg-block-re-ordered, verilog-extended-case-re)
8177 (verilog-forward-sexp, verilog-set-auto-endcomments)
8178 (verilog-leap-to-case-head): Handle "unique0" case.
8179 (verilog-in-constraint-re): New constant.
8180 (verilog-keywords, verilog-type-font-keywords):
8181 Add some SystemVerilog 1800-2012 keywords.
8182 (verilog-label-be): Remove unimplemented argument, bug669.
8183 (verilog-batch-execute-func): When batch expanding clear
8184 create-lockfiles to prevent spurious user locks when a file ends
8185 up not changing.
8186 (verilog-calculate-indent, verilog-calc-1)
8187 (verilog-at-close-constraint-p, verilog-at-constraint-p)
8188 (verilog-do-indent): Fix indentation of nested constraints
8189 and structures.
8190 (verilog-sig-tieoff, verilog-typedef-name-p, verilog-auto-inst)
8191 (verilog-auto-inst-param): Use verilog-string-match-fold.
8192 (verilog-read-inst-module-matcher):
8193 Fix AUTOINST on gate primitives with #1.
8194 (verilog-read-decls): Fix double-declaring user-defined typed signals.
8195 Reads all user-defined typed variables.
8196 (verilog-read-defines): Fix reading definitions inside comments, bug647.
8197 (verilog-signals-matching-regexp)
8198 (verilog-signals-not-matching-regexp, verilog-auto):
8199 Respect verilog-case-fold.
8200 (verilog-diff-report): Fix line count.
8201 (verilog-auto-assign-modport): Remove unused local `modi'.
8202 (verilog-auto-inst-port): Support [][] in AUTO_TEMPLATE to
8203 better handle multidimensional arrays.
8204 Fix packed array ports misadding bit index in AUTOINST, bug637.
8205 (verilog-auto-output, verilog-auto-input): Fix AUTOINPUT and AUTOOUTPUT
8206 to not double-declare existing outputs and inputs, respectively.
8207 (verilog-template-map): Bind U to verilog-sk-uvm-component.
8208 (verilog-sk-uvm-object): Rename from verilog-sk-uvm-class.
8209 (verilog-sk-uvm-component): New skeleton.
8210 (verilog-submit-bug-report): Add verilog-case-fold,
8211 remove verilog-mode-release-date.
8212
8213 2013-10-17 Barry O'Reilly <gundaetiapo@gmail.com>
8214
8215 * subr.el (sit-for): Call (input-pending-p t) so as to behave
8216 as before.
8217
8218 2013-10-18 Reuben Thomas <rrt@sc3d.org>
8219
8220 * textmodes/remember.el (remember): Set buffer-offer-save in
8221 remember buffers (bug#13566).
8222
8223 2013-10-18 Daniel Colascione <dancol@dancol.org>
8224
8225 When evaluating forms in ielm, direct standard output to ielm
8226 buffer. Add new ielm-return-for-effect command. Remove trailing
8227 whitespace throughout.
8228
8229 * ielm.el (ielm-map): Bind M-RET to ielm-return-for-effect.
8230 (ielm-return-for-effect): New command.
8231 (ielm-send-input): Accept optional `for-effect' parameter.
8232 (ielm-eval-input): Accept optional `for-effect' parameter.
8233 Bind `standard-output' to stream we create using
8234 `ielm-standard-output-impl'. Suppress printing result when
8235 `for-effect'.
8236 (ielm-standard-output-impl): New function.
8237 (inferior-emacs-lisp-mode): Explain new features in documentation.
8238
8239 2013-10-17 Michael Albinus <michael.albinus@gmx.de>
8240
8241 Code cleanup.
8242
8243 * net/tramp.el (tramp-debug-message): Do not check for connection
8244 buffer.
8245 (tramp-message): Use "vector" connection property.
8246
8247 * net/tramp.el (tramp-rfn-eshadow-update-overlay)
8248 (tramp-equal-remote, tramp-eshell-directory-change)
8249 * net/tramp-adb.el (tramp-adb-handle-copy-file)
8250 (tramp-adb-handle-rename-file)
8251 * net/tramp-cmds.el (tramp-list-remote-buffers)
8252 (tramp-cleanup-connection, tramp-cleanup-this-connection)
8253 * net/tramp-compat.el (tramp-compat-process-running-p)
8254 * net/tramp-ftp.el (tramp-ftp-file-name-handler)
8255 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file)
8256 (tramp-gvfs-handle-rename-file)
8257 * net/tramp-sh.el (tramp-sh-handle-set-file-times)
8258 (tramp-set-file-uid-gid)
8259 * net/tramp-smb.el (tramp-smb-handle-copy-file)
8260 (tramp-smb-handle-rename-file): Use `tramp-tramp-file-p' instead
8261 of `file-remote-p'.
8262
8263 * net/tramp.el (tramp-connectable-p, tramp-handle-file-remote-p)
8264 * net/tramp-gw.el (tramp-gw-gw-proc-sentinel)
8265 (tramp-gw-aux-proc-sentinel, tramp-gw-process-filter)
8266 (tramp-gw-open-network-stream): Suppress unrelated traces.
8267
8268 * net/tramp-adb.el (tramp-adb-maybe-open-connection)
8269 * net/tramp-gvfs.el (tramp-gvfs-handle-file-notify-add-watch)
8270 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
8271 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Set "vector"
8272 connection property.
8273
8274 * net/tramp-cache.el (top): Suppress traces when reading
8275 persistency file.
8276
8277 * net/tramp-sh.el (tramp-sh-handle-file-notify-add-watch):
8278 Refactor common code. Improve debug message.
8279 (tramp-maybe-open-connection)
8280 * net/tramp-smb.el (tramp-smb-call-winexe): Do not request
8281 connection buffer too early.
8282
8283 * net/tramp-smb.el (tramp-smb-actions-get-acl): New defconst, renamed
8284 from `tramp-smb-actions-with-acl'.
8285 (tramp-smb-actions-set-acl): New defconst.
8286 (tramp-smb-handle-copy-directory)
8287 (tramp-smb-action-get-acl): New defun, renamed from
8288 `tramp-smb-action-with-acl'.
8289 (tramp-smb-action-set-acl): New defun.
8290 (tramp-smb-handle-set-file-acl): Rewrite.
8291
8292 2013-10-17 Glenn Morris <rgm@gnu.org>
8293
8294 * indent.el (indent-rigidly): Fix 2013-10-08 change. (Bug#15635)
8295
8296 2013-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
8297
8298 * skeleton.el (skeleton-newline): Remove.
8299 (skeleton-internal-1): Use (insert "\n") instead.
8300
8301 * emacs-lisp/lisp.el (lisp-completion-at-point): Complete var names for
8302 let-bindings.
8303
8304 * progmodes/sh-script.el (sh-find-prev-matching): Disable SMIE's
8305 forward-sexp-function while we redo its job (bug#15613).
8306
8307 2013-10-17 Jay Belanger <jay.p.belanger@gmail.com>
8308
8309 * calc/calc-comb.el (math-prime-test): Don't assume large integers are
8310 represented by lists.
8311
8312 2013-10-16 Glenn Morris <rgm@gnu.org>
8313
8314 * tmm.el (tmm--history): New dynamic variable.
8315 (tmm-prompt): Use tmm--history in place of `history'. (Bug#15623)
8316
8317 2013-10-16 Michael Albinus <michael.albinus@gmx.de>
8318
8319 * net/tramp-smb.el (tramp-smb-acl-program): New customer option.
8320 (tramp-smb-errors): Add error messages.
8321 (tramp-smb-actions-with-acl): New defconst.
8322 (tramp-smb-file-name-handler-alist) <set-file-acl>: Add handler.
8323 (tramp-smb-action-with-acl, tramp-smb-handle-set-file-acl): New defuns.
8324 (tramp-smb-handle-file-acl): Rewrite, using "smbcacls".
8325 (tramp-smb-handle-file-attributes): Simplify test for "stat" capability.
8326 (tramp-smb-get-stat-capability): Fix tests.
8327
8328 2013-10-16 Dima Kogan <dima@secretsauce.net> (tiny change)
8329
8330 * progmodes/subword.el (subword-capitalize): Fix Stefan's mess
8331 (bug#15580).
8332
8333 2013-10-16 Glenn Morris <rgm@gnu.org>
8334
8335 * ansi-color.el (ansi-color-drop-regexp):
8336 Add 1J, 1K, 2K. (Bug#15617)
8337
8338 * files.el (hack-local-variables--warned-lexical): New.
8339 (hack-local-variables):
8340 Warn about misplaced lexical-binding. (Bug#15616)
8341
8342 * net/eww.el (eww-render): Always set eww-current-url,
8343 and update header line. (Bug#15622)
8344 (eww-display-html): ... Rather than just doing it here.
8345
8346 2013-10-15 Eli Zaretskii <eliz@gnu.org>
8347
8348 * menu-bar.el (tty-menu-navigation-map): Bind mouse wheels to TTY
8349 menu navigations commands.
8350
8351 2013-10-14 Dima Kogan <dima@secretsauce.net> (tiny change)
8352
8353 * progmodes/subword.el (subword-capitalize): Be careful when
8354 the search for [[:alpha:]] fails (bug#15580).
8355
8356 2013-10-14 Eli Zaretskii <eliz@gnu.org>
8357
8358 * menu-bar.el (tty-menu-navigation-map): Bind shifted mouse clicks
8359 to commands that scroll the menu.
8360
8361 2013-10-14 Dmitry Gutov <dgutov@yandex.ru>
8362
8363 * progmodes/ruby-mode.el (ruby-smie--args-separator-p):
8364 Handle methods ending with `?' and `!'.
8365
8366 2013-10-14 Akinori MUSHA <knu@iDaemons.org>
8367
8368 * progmodes/ruby-mode.el (ruby-encoding-map): Add a mapping from
8369 `japanese-cp932' to `cp932' to fix the problem where saving a
8370 source file written in Shift_JIS twice would end up having
8371 `coding: japanese-cp932' which Ruby could not recognize.
8372 (ruby-mode-set-encoding): Add support for encodings mapped to nil
8373 in `ruby-encoding-map'.
8374 (ruby-encoding-map): Map `us-ascii' to nil by default, meaning it
8375 doesn't need to be explicitly declared in magic comment.
8376 (ruby-encoding-map): Add type declaration for better customize UI.
8377
8378 2013-10-13 Glenn Morris <rgm@gnu.org>
8379
8380 * progmodes/sh-script.el (sh-mark-line, sh-learn-buffer-indent):
8381 Occur buffers are read-only. http://bugs.debian.org/720775
8382
8383 * emacs-lisp/authors.el (authors-fixed-entries):
8384 Comment out old alpha stuff.
8385
8386 2013-10-13 Dmitry Gutov <dgutov@yandex.ru>
8387
8388 * progmodes/ruby-mode.el (ruby-mode): Add `ruby-mode-set-encoding'
8389 to `after-save-hook' instead of `before-save-hook'.
8390 (ruby-mode-set-encoding): Use the value of coding system used to
8391 write the file. Call `basic-save-buffer-1' after modifying the
8392 buffer.
8393
8394 2013-10-13 Alan Mackenzie <acm@muc.de>
8395
8396 Fix indentation/fontification of Java enum with
8397 "implements"/generic.
8398
8399 * progmodes/cc-engine.el (c-backward-over-enum-header):
8400 Extracted from the three other places and enhanced to handle generics.
8401 (c-inside-bracelist-p): Uses new function above.
8402 * progmodes/cc-fonts.el (c-font-lock-declarations): Uses new
8403 function above.
8404 (c-font-lock-enum-tail): Uses new function above.
8405
8406 2013-10-13 Kenichi Handa <handa@gnu.org>
8407
8408 * international/mule-cmds.el (select-safe-coding-system): Remove a
8409 superfluous condition in chekcing whether a coding system is safe
8410 or not.
8411
8412 2013-10-13 Oleh Krehel <ohwoeowho@gmail.com>
8413
8414 * replace.el (how-many): Fix rstart and !rend case. (Bug#15589)
8415
8416 2013-10-13 Andreas Politz <politza@hochschule-trier.de>
8417
8418 * progmodes/sql.el (sql-add-product): Fix paren typo. (Bug#15435)
8419
8420 2013-10-13 Glenn Morris <rgm@gnu.org>
8421
8422 * menu-bar.el (menu-bar-update-buffers):
8423 Unify Buffers menu prompt string. (Bug#15576)
8424
8425 * face-remap.el (text-scale-adjust): Doc fix. (Bug#15434)
8426
8427 * emacs-lisp/authors.el (authors-aliases, authors-ignored-files):
8428 Add some entries.
8429 (authors-fixed-entries): Use accented form of name.
8430
8431 2013-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
8432
8433 * progmodes/ruby-mode.el (ruby-smie-grammar): Add rule for paren-free
8434 method calls (bug#15594).
8435 (ruby-smie--args-separator-p): New function.
8436 (ruby-smie--forward-token, ruby-smie--backward-token): Use it to
8437 recognize paren-free method calls.
8438
8439 * isearch.el (isearch-pre-command-hook): Don't build in knowledge about
8440 internals of universal-argument.
8441
8442 2013-10-11 Eli Zaretskii <eliz@gnu.org>
8443
8444 * menu-bar.el (tty-menu-navigation-map): Remap F10 to tty-menu-exit.
8445 Bind all menu-bar sequences to tty-menu-exit -- this pops down a
8446 dropped menu on second mouse click on the menu bar.
8447
8448 2013-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
8449
8450 * progmodes/sh-script.el: Provide simpl(e|istic) completion.
8451 (explicit-shell-file-name): Declare.
8452 (sh--vars-before-point, sh--cmd-completion-table): New functions.
8453 (sh-completion-at-point-function): New function.
8454 (sh-mode): Use it.
8455 (sh-smie--keyword-p): Remove unused argument.
8456 (sh-smie-sh-backward-token, sh-smie-rc-backward-token): Remove unused
8457 vars.
8458 (sh-set-shell): Always setup SMIE, even if we use the
8459 old indentation code.
8460
8461 2013-10-11 Dmitry Gutov <dgutov@yandex.ru>
8462
8463 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Split the
8464 cases of ? and =.
8465 (ruby-smie-rules): Simplify the "do" rule. The cases when the
8466 predicate would return nil are almost non-existent.
8467 (ruby-smie--redundant-do-p): Include "until" and "for" statements.
8468
8469 * emacs-lisp/smie.el (smie--matching-block-data): Invalidate the
8470 cache also after commands that modify the buffer but don't move
8471 point.
8472
8473 2013-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
8474
8475 * env.el (substitute-env-in-file-name): New function.
8476 (substitute-env-vars): Extend the meaning of the optional arg.
8477
8478 2013-10-10 Eli Zaretskii <eliz@gnu.org>
8479
8480 * term/w32-win.el (dynamic-library-alist): Define separate lists
8481 of GIF DLLs for versions before and after 5.0.0 of giflib.
8482 (Bug#15531)
8483
8484 2013-10-10 João Távora <joaotavora@gmail.com>
8485
8486 * vc/vc.el (vc-diff-build-argument-list-internal): If the file is
8487 not locked, use last revision and current source as
8488 defaults. (Bug#15569)
8489
8490 2013-10-10 Masatake YAMATO <yamato@redhat.com>
8491
8492 * menu-bar.el (menu-bar-open): Don't use popup-menu if
8493 menu-bar is hidden.
8494
8495 2013-10-10 Martin Rudalics <rudalics@gmx.at>
8496
8497 * window.el (pop-to-buffer-same-window): Fix doc-string.
8498 (Bug#15492)
8499
8500 2013-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
8501
8502 * menu-bar.el (tty-menu-navigation-map): Reduce redundancy.
8503
8504 2013-10-10 Andrei Chițu <andrei.chitu1@gmail.com> (tiny change)
8505
8506 * calendar/icalendar.el (icalendar-import-file):
8507 Fix interactive spec. (Bug#15482)
8508
8509 2013-10-10 Glenn Morris <rgm@gnu.org>
8510
8511 * desktop.el (desktop-save): Default to saving in .emacs.d,
8512 since PWD is no longer in desktop-path by default. (Bug#15319)
8513
8514 * menu-bar.el (menu-bar-options-menu): Remove text-mode auto-fill,
8515 now that text mode has a menu with the same entry.
8516 (menu-bar-text-mode-auto-fill): Remove now unused func.
8517 * textmodes/text-mode.el (text-mode-map):
8518 Use auto-fill help text from menu-bar.el.
8519
8520 2013-10-10 John Anthony <john@jo.hnanthony.com>
8521
8522 * textmodes/text-mode.el (text-mode-map): Add a menu. (Bug#15562)
8523
8524 2013-10-09 Juri Linkov <juri@jurta.org>
8525
8526 * isearch.el (isearch-pre-command-hook): Use this-single-command-keys
8527 instead of this-command-keys. Add universal-argument-more and
8528 universal-argument-minus to the list of prefix commands. (Bug#15568)
8529
8530 2013-10-09 Glenn Morris <rgm@gnu.org>
8531
8532 * vc/vc-svn.el (vc-svn-create-repo):
8533 Expand paths in file://... url. (Bug#15446)
8534
8535 * emacs-lisp/authors.el (authors-aliases, authors-fixed-case):
8536 Add some entries.
8537 (authors): Remove unused local variables.
8538
8539 2013-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
8540
8541 * profiler.el: Create a more coherent calltree from partial backtraces.
8542 (profiler-format): Hide the tail with `invisible' so that C-s can still
8543 find the hidden elements.
8544 (profiler-calltree-depth): Don't recurse so enthusiastically.
8545 (profiler-function-equal): New hash-table-test.
8546 (profiler-calltree-build-unified): New function.
8547 (profiler-calltree-build): Use it.
8548 (profiler-report-make-name-part): Indent the calltree less.
8549 (profiler-report-mode): Add visibility specs for profiler-format.
8550 (profiler-report-expand-entry, profiler-report-toggle-entry):
8551 Expand the whole subtree when provided with a prefix arg.
8552
8553 2013-10-09 Dmitry Gutov <dgutov@yandex.ru>
8554
8555 * progmodes/ruby-mode.el (ruby-smie-rules): Indent after hanging
8556 iuwu-mod token.
8557 (ruby-smie--implicit-semi-p): Prohibit implicit semicolon after
8558 hanging iuwu-mod token.
8559 (ruby-smie--forward-token): Do not include a dot after a token in
8560 that token.
8561 (ruby-smie--backward-token): Likewise.
8562
8563 2013-10-08 Juri Linkov <juri@jurta.org>
8564
8565 * isearch.el (isearch-help-map, isearch-mode-map): Don't bind [t]
8566 to isearch-other-control-char.
8567 (isearch-mode): Add isearch-pre-command-hook to pre-command-hook
8568 and isearch-post-command-hook to post-command-hook.
8569 (isearch-done): Remove isearch-pre-command-hook from pre-command-hook
8570 and isearch-post-command-hook from post-command-hook.
8571 (isearch-unread-key-sequence)
8572 (isearch-reread-key-sequence-naturally)
8573 (isearch-lookup-scroll-key, isearch-other-control-char)
8574 (isearch-other-meta-char): Remove functions.
8575 (isearch-pre-command-hook, isearch-post-command-hook):
8576 New functions based on isearch-other-meta-char rewritten
8577 relying on the new behavior of overriding-terminal-local-map
8578 that does not replace the local keymaps any more. (Bug#15200)
8579
8580 2013-10-08 Eli Zaretskii <eliz@gnu.org>
8581
8582 Support menus on text-mode terminals.
8583 * tmm.el (tmm-menubar): Adapt doc string to TTY menus
8584 functionality.
8585
8586 * tooltip.el (tooltip-mode): Don't error out on TTYs.
8587
8588 * menu-bar.el (popup-menu, popup-menu-normalize-position):
8589 Move here from mouse.el.
8590 (popup-menu): Support menu-bar navigation on TTYs using C-f/C-b
8591 and arrow keys.
8592 (tty-menu-navigation-map): New map for TTY menu navigation.
8593
8594 * loadup.el ("tooltip"): Load even if x-show-tip is not available.
8595
8596 * frame.el (display-mouse-p): Report text-mode mouse as available
8597 on w32.
8598 (display-popup-menus-p): Report availability if mouse is
8599 available; don't condition on window-system.
8600
8601 * faces.el (tty-menu-enabled-face, tty-menu-disabled-face)
8602 (tty-menu-selected-face): New faces.
8603
8604 2013-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
8605
8606 * emacs-lisp/lisp-mode.el: Font-lock cl-lib constructs.
8607 (lisp-el-font-lock-keywords, lisp-el-font-lock-keywords-1)
8608 (lisp-el-font-lock-keywords-2, lisp-cl-font-lock-keywords)
8609 (lisp-cl-font-lock-keywords-1, lisp-cl-font-lock-keywords-2):
8610 New constants.
8611 (lisp-mode-variables): New `elisp' argument.
8612 (emacs-lisp-mode): Use it.
8613 * font-lock.el (lisp-font-lock-keywords, lisp-font-lock-keywords-1)
8614 (lisp-font-lock-keywords-2): Move to lisp-mode.el.
8615
8616 * indent.el: Use lexical-binding.
8617 (indent-region): Add progress reporter.
8618 (tab-stop-list): Make it implicitly extend to infinity by repeating the
8619 last step.
8620 (indent--next-tab-stop): New function to implement this behavior.
8621 (tab-to-tab-stop, move-to-tab-stop): Use it.
8622
8623 2013-10-08 Teemu Likonen <tlikonen@iki.fi>
8624
8625 * indent.el (indent-rigidly--current-indentation): New function.
8626 (indent-rigidly-map): New var.
8627 (indent-rigidly): Use it to provide interactive mode (bug#8196).
8628
8629 2013-10-08 Bastien Guerry <bzg@gnu.org>
8630
8631 * register.el (insert-register): Fix 2013-10-07 change.
8632
8633 2013-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
8634
8635 * progmodes/perl-mode.el: Use lexical-binding.
8636 Remove redundant :group args.
8637 (perl-nochange): Change default to be closer to other major modes's
8638 standard behavior.
8639 (perl-indent-line): Don't consider text on current line as a
8640 valid beginning of function from which to indent.
8641
8642 * emacs-lisp/backquote.el (backquote-process): Catch uses of , and ,@
8643 with more than one argument (bug#15538).
8644
8645 * mpc.el (mpc-songs-jump-to): Adjust to different playlist format.
8646
8647 * vc/pcvs.el: Use lexical-binding.
8648 (cvs-temp-buffer, cvs-make-cvs-buffer): Pass some vars in the lexical
8649 environment of `eval'.
8650 (cvs-mode-run, cvs-mode-do): Change `postproc' to be a function rather
8651 than a list of expressions. Adjust callers.
8652 * vc/pcvs-defs.el (cvs-postprocess): Remove, unused.
8653
8654 2013-10-07 Dmitry Gutov <dgutov@yandex.ru>
8655
8656 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Handle the
8657 case of the dot in a chained method call being on the following line.
8658
8659 2013-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
8660
8661 * electric.el (electric-indent-inhibit): New var.
8662 (electric-indent-post-self-insert-function): Use it.
8663 * progmodes/python.el (python-mode): Set it.
8664
8665 * progmodes/ruby-mode.el (ruby-smie-rules): Tweak handling of
8666 open braces.
8667
8668 * emacs-lisp/smie.el (smie-next-sexp): Refine last fix.
8669
8670 * textmodes/css-mode.el (css-smie-rules): Fix indentation (bug#15467).
8671 (css-mode): Use electric-indent-chars.
8672
8673 * nxml/nxml-mode.el: Use lexical-binding and syntax-propertize.
8674 (font-lock-beg, font-lock-end): Move before first use.
8675 (nxml-mode): Use syntax-propertize-function.
8676 (nxml-after-change, nxml-after-change1): Adjust accordingly.
8677 (nxml-extend-after-change-region): Remove.
8678 * nxml/xmltok.el: Use lexical-binding.
8679 (xmltok-save): Use `declare'.
8680 (xmltok-unclosed-reparse-p, xmltok-semi-closed-reparse-p): Remove.
8681 * nxml/nxml-util.el: Use lexical-binding.
8682 (nxml-with-degradation-on-error, nxml-with-invisible-motion):
8683 Use `declare'.
8684 * nxml/nxml-ns.el: Use lexical-binding.
8685 (nxml-ns-save): Use `declare'.
8686 (nxml-ns-prefixes-for): Avoid add-to-list.
8687 * nxml/rng-match.el: Use lexical-binding.
8688 (rng--ipattern): Use cl-defstruct.
8689 (rng-compute-start-tag-open-deriv, rng-compute-start-attribute-deriv)
8690 (rng-cons-group-after, rng-subst-group-after)
8691 (rng-subst-interleave-after, rng-apply-after, rng-compute-data-deriv):
8692 Use closures instead of `(lambda...).
8693
8694 2013-10-07 Michael Albinus <michael.albinus@gmx.de>
8695
8696 * net/tramp.el (tramp-handle-insert-file-contents): Improve handling
8697 of BEG and END.
8698
8699 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
8700 Use `tramp-handle-insert-file-contents'.
8701 (tramp-gvfs-handle-insert-file-contents): Remove function.
8702
8703 * net/tramp-sh.el (tramp-sh-handle-insert-directory):
8704 Use `save-restriction' in order to keep markers.
8705
8706 * net/trampver.el: Update release number.
8707
8708 2013-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
8709
8710 * progmodes/compile.el (compilation-parse-errors):
8711 Use compilation--put-prop.
8712 (compilation--ensure-parse): Check compilation-multiline.
8713
8714 * emacs-lisp/easymenu.el (easy-menu-create-menu): Use closures.
8715
8716 * emacs-lisp/lisp-mode.el (eval-defun-2): Simplify, using
8717 lexical-binding.
8718
8719 * emacs-lisp/tq.el (tq-create): Use a closure instead of `(lambda...).
8720
8721 * progmodes/ruby-mode.el: Fix recently added tests.
8722 (ruby-smie-grammar): Add - and +.
8723 (ruby-smie--redundant-do-p, ruby-smie--forward-id)
8724 (ruby-smie--backward-id): New functions.
8725 (ruby-smie--forward-token, ruby-smie--backward-token): Use them.
8726 (ruby-smie-rules): Handle hanging do. Get rid of hack, not needed
8727 any more.
8728
8729 2013-10-07 Leo Liu <sdl.web@gmail.com>
8730
8731 * register.el (register-preview-delay)
8732 (register-preview-functions): New variables.
8733 (register-read-with-preview, register-preview)
8734 (register-describe-oneline): New functions.
8735 (point-to-register, window-configuration-to-register)
8736 (frame-configuration-to-register, jump-to-register)
8737 (number-to-register, view-register, insert-register)
8738 (copy-to-register, append-to-register, prepend-to-register)
8739 (copy-rectangle-to-register): Use register-read-with-preview to
8740 read register. (Bug#15525)
8741
8742 2013-10-06 Dato Simó <dato@net.com.org.es> (tiny change)
8743
8744 * net/network-stream.el (network-stream-open-starttls): Don't add
8745 --insecure if it's already present, because that gnutls-cli
8746 rejects getting that parameter twice.
8747
8748 2013-10-06 Dmitry Gutov <dgutov@yandex.ru>
8749
8750 * progmodes/ruby-mode.el (ruby-smie-rules): Dedent `ensure'
8751 keyword, too.
8752
8753 2013-10-05 Dmitry Gutov <dgutov@yandex.ru>
8754
8755 * newcomment.el (comment-use-global-state): Change default value
8756 to t, mark obsolete (Bug#15251).
8757 (comment-beginning): In addition to `comment-to-syntax', check the
8758 value of `comment-use-global-state'.
8759
8760 2013-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
8761
8762 * progmodes/ruby-mode.el (ruby-use-smie): Change default.
8763 (ruby-comment-column): Follow the global default, by default.
8764 (ruby-smie-grammar): Add assignment syntax.
8765 (ruby-smie--implicit-semi-p): No implicit semi-colon after an
8766 open-paren, a comma, or a \.
8767 (ruby-smie--forward-token, ruby-smie--backward-token): Handle heredocs,
8768 and line continuations.
8769 (ruby-smie-rules): Adjust handling of open-paren, now that it's never
8770 followed by implicit semi-colons. Add rule for string concatenation
8771 and for indentation at BOB.
8772 (ruby-forward-sexp, ruby-backward-sexp): Adjust for when SMIE is in use.
8773
8774 * emacs-lisp/smie.el (smie-next-sexp): Don't go back to pos before
8775 calling next-sexp, since next-token may have skipped chars which
8776 next-sexp doesn't know should be skipped!
8777
8778 2013-10-05 Leo Liu <sdl.web@gmail.com>
8779
8780 * progmodes/octave.el (octave-send-region):
8781 Call compilation-forget-errors.
8782
8783 2013-10-04 Xue Fuqiao <xfq.free@gmail.com>
8784
8785 * vc/vc-svn.el (vc-svn-find-admin-dir):
8786 * vc/vc-rcs.el (vc-rcs-find-admin-dir):
8787 * vc/vc-mtn.el (vc-mtn-find-admin-dir):
8788 * vc/vc-cvs.el (vc-cvs-find-admin-dir):
8789 * vc/vc-arch.el (vc-arch-find-admin-dir): New functions.
8790
8791 2013-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
8792
8793 * textmodes/css-mode.el (css-smie-rules): Toplevel's a list (bug#15467).
8794
8795 2013-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
8796
8797 * subr.el (read-passwd): Hide chars even when called within a context
8798 where after-change-functions is disabled (bug#15501).
8799 (set-temporary-overlay-map): Don't remove oneself from pre-command-hook
8800 until we removed ourself from overriding-terminal-local-map.
8801
8802 2013-10-04 Leo Liu <sdl.web@gmail.com>
8803
8804 * progmodes/octave.el (inferior-octave-mode):
8805 Call compilation-forget-errors.
8806
8807 2013-10-04 Xue Fuqiao <xfq.free@gmail.com>
8808
8809 * emacs-lisp/syntax.el (syntax-ppss): Doc fix.
8810
8811 2013-10-04 Michael Albinus <michael.albinus@gmx.de>
8812
8813 * net/secrets.el (secrets-create-collection): Add optional
8814 argument ALIAS. Use proper Label keyword. Append ALIAS as
8815 dbus-call-method argument. (Bug#15516)
8816
8817 2013-10-04 Leo Liu <sdl.web@gmail.com>
8818
8819 * progmodes/octave.el (inferior-octave-error-regexp-alist)
8820 (inferior-octave-compilation-font-lock-keywords): New variables.
8821 (compilation-error-regexp-alist)
8822 (compilation-mode-font-lock-keywords): Defvar to pacify compiler.
8823 (inferior-octave-mode): Use compilation-shell-minor-mode.
8824
8825 2013-10-04 Jorgen Schaefer <forcer@forcix.cx>
8826
8827 * minibuffer.el (completion--replace): Be careful that `end' might be
8828 a marker.
8829
8830 2013-10-03 Daiki Ueno <ueno@gnu.org>
8831
8832 Add support for package signature checking.
8833 * emacs-lisp/package.el (url-http-file-exists-p)
8834 (epg-make-context, epg-context-set-home-directory)
8835 (epg-verify-string, epg-context-result-for)
8836 (epg-signature-status, epg-signature-to-string)
8837 (epg-check-configuration, epg-configuration)
8838 (epg-import-keys-from-file): Declare.
8839 (package-check-signature): New user option.
8840 (package-unsigned-archives): New user option.
8841 (package-desc): Add `signed' field.
8842 (package-load-descriptor): Set `signed' field if .signed file exists.
8843 (package--archive-file-exists-p): New function.
8844 (package--check-signature): New function.
8845 (package-install-from-archive): Check package signature.
8846 (package--download-one-archive): Check archive signature.
8847 (package-delete): Remove .signed file.
8848 (package-import-keyring): New command.
8849 (package-refresh-contents): Import default keyring.
8850 (package-desc-status): Add "unsigned" status.
8851 (describe-package-1, package-menu--print-info)
8852 (package-menu-mark-delete, package-menu--find-upgrades)
8853 (package-menu--status-predicate): Support "unsigned" status.
8854
8855 2013-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
8856
8857 * emacs-lisp/cconv.el (cconv-convert, cconv-analyse-form): Adjust for
8858 the new compilation scheme using the new byte-codes.
8859
8860 * emacs-lisp/bytecomp.el (byte-pushcatch, byte-pushconditioncase)
8861 (byte-pophandler): New byte codes.
8862 (byte-goto-ops): Adjust accordingly.
8863 (byte-compile--use-old-handlers): New var.
8864 (byte-compile-catch): Use new byte codes depending on
8865 byte-compile--use-old-handlers.
8866 (byte-compile-condition-case--old): Rename from
8867 byte-compile-condition-case.
8868 (byte-compile-condition-case--new): New function.
8869 (byte-compile-condition-case): New function that dispatches depending
8870 on byte-compile--use-old-handlers.
8871 (byte-compile-unwind-protect): Pass a function to byte-unwind-protect
8872 when we can.
8873
8874 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
8875 Optimize under `condition-case' and `catch' if
8876 byte-compile--use-old-handlers is nil.
8877 (disassemble-offset): Handle new bytecodes.
8878
8879 2013-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
8880
8881 * subr.el (error): Use `declare'.
8882 (decode-char, encode-char): Use advertised-calling-convention instead
8883 of the docstring to discourage use of the `restriction' arg.
8884
8885 2013-10-03 Daiki Ueno <ueno@gnu.org>
8886
8887 * epg.el (epg-verify-file): Add a comment saying that it does not
8888 notify verification error as a return value nor a signal.
8889 (epg-verify-string): Ditto.
8890
8891 2013-10-02 Kevin Rodgers <kevin.d.rodgers@gmail.com>
8892
8893 * progmodes/compile.el (compilation-start): Try globbing the arg to
8894 `cd' (bug#15417).
8895
8896 2013-10-02 Michael Albinus <michael.albinus@gmx.de>
8897
8898 Sync with Tramp 2.2.8.
8899
8900 * net/tramp-cmds.el (tramp-bug, tramp-append-tramp-buffers):
8901 * net/tramp-cache.el (tramp-cache-print): Use `tramp-compat-funcall'.
8902 * net/trampver.el: Update release number.
8903
8904 2013-10-01 Jan Djärv <jan.h.d@swipnet.se>
8905
8906 * term/ns-win.el (ns-initialize-window-system): Set locale-coding-system
8907 and default-process-coding-system for darwin only.
8908
8909 2013-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
8910
8911 * emacs-lisp/package.el (package-desc): Simplify (bug#15495).
8912
8913 2013-10-01 Mitchel Humpherys <mitch.special@gmail.com> (tiny change)
8914
8915 * vc/vc-git.el (vc-git-grep): Disable pager.
8916
8917 2013-10-01 Dmitry Gutov <dgutov@yandex.ru>
8918
8919 * emacs-lisp/package.el (package-buffer-info, describe-package-1):
8920 Use :url instead of :homepage, as per
8921 http://lists.gnu.org/archive/html/emacs-devel/2013-09/msg00622.html
8922
8923 * newcomment.el (comment-beginning): When `comment-use-syntax' is
8924 non-nil, use `syntax-ppss' (Bug#15251).
8925
8926 2013-09-30 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
8927
8928 * progmodes/octave.el (inferior-octave-startup-file):
8929 Prefer ~/.emacs.d/init_octave.m.
8930
8931 2013-09-29 Dmitry Gutov <dgutov@yandex.ru>
8932
8933 * emacs-lisp/package.el (package-desc-from-define):
8934 Accept additional arguments as plist, convert them to an alist and store
8935 them in the `extras' slot.
8936 (package-generate-description-file): Convert extras alist back to
8937 plist and append to the `define-package' form arguments.
8938 (package--alist-to-plist): New function.
8939 (package--ac-desc): Add `extras' slot.
8940 (package--add-to-archive-contents): Check if the archive-contents
8941 vector is long enough, and if it is, pass its `extras' slot value
8942 to `package-desc-create'.
8943 (package-buffer-info): Call `lm-homepage', pass the returned value
8944 to `package-desc-from-define'.
8945 (describe-package-1): Render the homepage button (Bug#13291).
8946
8947 * emacs-lisp/package-x.el (package-upload-buffer-internal):
8948 Pass `extras' slot from `package-desc' to `package-make-ac-desc'.
8949
8950 2013-09-29 Jan Djärv <jan.h.d@swipnet.se>
8951
8952 * term/ns-win.el (ns-initialize-window-system): Set locale-coding-system
8953 and default-process-coding-system to utf-8-unix (Bug#15402).
8954
8955 2013-09-29 Xue Fuqiao <xfq.free@gmail.com>
8956
8957 * subr.el (looking-back): Do not recommend using looking-back.
8958
8959 2013-09-28 Alan Mackenzie <acm@muc.de>
8960
8961 Fix indentation/fontification of Java enum with "implements".
8962
8963 * progmodes/cc-langs.el (c-postfix-decl-spec-key): New variable, a
8964 regexp which matches "implements", etc., in Java.
8965 * progmodes/cc-engine.el (c-inside-bracelist-p): Check for extra
8966 specifier clauses coming after "enum".
8967 * progmodes/cc-fonts.el (c-font-lock-declarations)
8968 (c-font-lock-enum-tail): Check for extra specifier clauses coming
8969 after "enum".
8970
8971 2013-09-28 Jan Djärv <jan.h.d@swipnet.se>
8972
8973 * faces.el (region): Change ns_selection_color to
8974 ns_selection_fg_color, add ns_selection_bg_color.
8975
8976 2013-09-28 Leo Liu <sdl.web@gmail.com>
8977
8978 * progmodes/octave.el (inferior-octave-completion-table)
8979 (inferior-octave-completion-at-point): Minor tweaks.
8980
8981 * textmodes/ispell.el (ispell-lookup-words): Rename from
8982 lookup-words. (Bug#15460)
8983 (lookup-words): Obsolete.
8984 (ispell-complete-word, ispell-command-loop): All uses changed.
8985
8986 2013-09-28 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
8987
8988 * progmodes/octave.el (octave-mode-map): Bind octave-send-buffer.
8989 (octave-mode-menu): Add octave-send-buffer.
8990 (octave-send-buffer): New function.
8991
8992 2013-09-28 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
8993
8994 * progmodes/octave.el (octave-mode-map): Add key binding for
8995 octave-lookfor.
8996 (octave-mode-menu): Add octave-lookfor.
8997 (inferior-octave-mode-map, octave-help-mode-map): Bind C-ha to
8998 octave-lookfor.
8999 (octave-lookfor): New function.
9000
9001 2013-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
9002
9003 * emacs-lisp/cl-macs.el (cl--loop-destr-temps): Remove.
9004 (cl--loop-iterator-function): Rename from cl--loop-map-form and change
9005 its convention.
9006 (cl--loop-set-iterator-function): New function.
9007 (cl-loop): Adjust accordingly, so as not to use cl-subst.
9008 (cl--parse-loop-clause): Adjust all uses of cl--loop-map-form.
9009 Bind `it' with `let' instead of substituting it with `cl-subst'.
9010 (cl--unused-var-p): New function.
9011 (cl--loop-let): Don't use the cl--loop-destr-temps hack any more.
9012 Eliminate some unused variable warnings (bug#15326).
9013
9014 2013-09-27 Tassilo Horn <tsdh@gnu.org>
9015
9016 * doc-view.el (doc-view-scale-reset): Rename from
9017 `doc-view-reset-zoom-level'.
9018 (doc-view-scale-adjust): New command.
9019 (doc-view-mode-map): Remap `text-scale-adjust' bindings to
9020 `doc-view-scale-adjust'.
9021
9022 2013-09-26 Tassilo Horn <tsdh@gnu.org>
9023
9024 * doc-view.el (doc-view-reset-zoom-level): New command.
9025 (doc-view-mode-map): Remap text-scale-adjust bindings to doc-view
9026 zoom commands (bug#15466).
9027
9028 2013-09-26 Kenichi Handa <handa@gnu.org>
9029
9030 * international/quail.el (quail-help): Make it not a command.
9031
9032 2013-09-26 Leo Liu <sdl.web@gmail.com>
9033
9034 * minibuffer.el (completion-all-sorted-completions): Make args
9035 optional as they are.
9036
9037 2013-09-25 Daniel Colascione <dancol@dancol.org>
9038
9039 * emacs-lisp/cl-macs.el (cl-type-spec): Tell edebug what type
9040 specs are and that they're not evaluated.
9041
9042 2013-09-24 Sam Steingold <sds@gnu.org>
9043
9044 * midnight.el (clean-buffer-list-kill-regexps)
9045 (clean-buffer-list-kill-buffer-names): Update for the new Man
9046 buffer naming which includes the object name.
9047
9048 2013-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
9049
9050 * eshell/esh-cmd.el (eshell--sep-terms): New var.
9051 (eshell-parse-command, eshell-parse-pipeline): Use it since
9052 eshell-separate-commands requires a dynamic scoped var.
9053 Reported by Jan Moringen <jmoringe@techfak.uni-bielefeld.de>.
9054
9055 2013-09-23 Leo Liu <sdl.web@gmail.com>
9056
9057 * autoinsert.el (auto-insert-alist): Make the value of
9058 lexical-binding match its file setting.
9059
9060 2013-09-23 Juanma Barranquero <lekktu@gmail.com>
9061
9062 * vc/vc-sccs.el (vc-sccs-search-project-dir): Mark unused argument.
9063
9064 * autoarg.el (autoarg-kp-digit-argument):
9065 * electric.el (Electric-command-loop):
9066 * kmacro.el (kmacro-step-edit-insert):
9067 Do not set universal-argument-num-events.
9068
9069 2013-09-22 Leo Liu <sdl.web@gmail.com>
9070
9071 * files.el (interpreter-mode-alist): Add octave.
9072
9073 2013-09-21 Alan Mackenzie <acm@muc.de>
9074
9075 C++: fontify identifier in declaration following "public:" correctly.
9076 * progmodes/cc-langs.el (c-decl-start-colon-kwd-re): New lang var
9077 to match "public", etc.
9078 (c-decl-prefix-re): Add ":" into the C++ value.
9079 * progmodes/cc-engine.el (c-find-decl-prefix-search): Refactor a
9080 bit. Add a check for a ":" preceded by "public", etc.
9081
9082 2013-09-21 Eli Zaretskii <eliz@gnu.org>
9083
9084 * files.el (auto-mode-alist): Support OBJFILE-gdb.gdb script files
9085 recognized by GDB 7.5 and later.
9086
9087 2013-09-21 Xue Fuqiao <xfq.free@gmail.com>
9088
9089 * vc/vc-dir.el (vc-dir-mode-map): Add keybinding for vc-log-incoming.
9090
9091 2013-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
9092
9093 * subr.el (internal--call-interactively): New const.
9094 (called-interactively-p): Use it (bug#3984).
9095
9096 2013-09-20 Xue Fuqiao <xfq.free@gmail.com>
9097
9098 * vc/pcvs.el (cvs-mode-ignore):
9099 * vc/vc-cvs.el (vc-cvs-ignore, vc-cvs-append-to-ignore):
9100 Rename cvs-append-to-ignore to vc-cvs-append-to-ignore.
9101
9102 2013-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
9103
9104 * eshell/em-ls.el: Use advice. Remove redundant :group keywords.
9105 (eshell-ls-orig-insert-directory): Remove.
9106 (eshell-ls-unload-hook): Not a defcustom any more. Use advice-remove.
9107 (eshell-ls-use-in-dired): Use advice-add/remove.
9108 (eshell-ls--insert-directory): Rename from eshell-ls-insert-directory.
9109 Add `orig-fun' arg for use in :around advice.
9110 Make it check (redundantly) eshell-ls-use-in-dired.
9111
9112 2013-09-19 Glenn Morris <rgm@gnu.org>
9113
9114 * emacs-lisp/cl-macs.el (cl-defsubst): Remove unused local `pbody'.
9115
9116 * simple.el (x-selection-owner-p, x-selection-exists-p): Declare.
9117
9118 * emacs-lisp/eieio.el (class-parent): Undo previous change.
9119
9120 2013-09-19 Michael Albinus <michael.albinus@gmx.de>
9121
9122 * net/tramp-sh.el (tramp-get-remote-id): Do not raise an error.
9123 (tramp-get-remote-uid-with-id, tramp-get-remote-gid-with-id)
9124 (tramp-get-remote-python): New defuns.
9125 (tramp-get-remote-uid-with-perl)
9126 (tramp-get-remote-gid-with-perl): New defuns. Perl code
9127 contributed by yary <not.com@gmail.com> (tiny change).
9128 (tramp-get-remote-uid-with-python)
9129 (tramp-get-remote-gid-with-python): New defuns. Python code
9130 contributed by Andrey Tykhonov <atykhonov@gmail.com> (tiny change).
9131 (tramp-get-remote-uid, tramp-get-remote-gid): Use new defuns.
9132
9133 2013-09-19 Glenn Morris <rgm@gnu.org>
9134
9135 * emacs-lisp/eieio.el (class-parent): Don't use defalias with macros.
9136
9137 * eshell/em-unix.el (eshell-remove-entries):
9138 Rename argument to avoid name-clash with global `top-level'.
9139
9140 * eshell/esh-proc.el (eshell-kill-process-function):
9141 Remove eshell-reset-after-proc from eshell-kill-hook if present.
9142 (eshell-reset-after-proc): Remove unused arg `proc'.
9143
9144 * eshell/esh-util.el (eshell-read-hosts-file): Use `filename' arg.
9145 (directory-files-and-attributes): Mark unused arg.
9146
9147 * eshell/em-unix.el (eshell-remove-entries):
9148 Remove unused arg `path'. Update callers.
9149
9150 * eshell/em-hist.el (eshell-hist-parse-arguments):
9151 Remove unused arg `silent'. Update callers.
9152
9153 * eshell/em-ls.el (eshell-ls-use-in-dired): Use `symbol' arg.
9154 Fix (f)boundp mix-up.
9155
9156 * eshell/em-smart.el (eshell-smart-scroll-window)
9157 (eshell-disable-after-change):
9158 * eshell/em-term.el (eshell-term-sentinel): Mark unused arg.
9159
9160 2013-09-18 Alan Mackenzie <acm@muc.de>
9161
9162 Fix fontification of type when followed by "const".
9163 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Don't exclude
9164 "known" types from fontification.
9165
9166 2013-09-18 Glenn Morris <rgm@gnu.org>
9167
9168 * emacs-lisp/chart.el (x-display-color-cells): Declare.
9169 (chart-face-list): Drop Emacsen without display-color-p.
9170
9171 * net/eww.el (libxml-parse-html-region): Declare.
9172 (eww-display-html): Explicit error if no libxml2 support.
9173
9174 * doc-view.el (doc-view-mode): Silence --without-x compilation.
9175
9176 * image.el (image-type-from-buffer, image-multi-frame-p):
9177 Remove --without-x warning/error.
9178
9179 * mouse.el (mouse-yank-primary):
9180 * term.el (term-mouse-paste):
9181 Reorder to silence --without-x compilation.
9182
9183 * mpc.el (doc-view-mode): Silence --without-x compilation.
9184
9185 * mail/rmailmm.el (rmail-mime-set-bulk-data):
9186 Silence --without-x compilation.
9187
9188 * progmodes/gud.el (gud-find-file, gud-mode):
9189 Silence --without-x compilation.
9190 (tooltip-mode): Declare.
9191
9192 * wdired.el (dired-backup-overwrite): Remove declaration.
9193 (wdired-mode-map): Add doc string.
9194
9195 * custom.el (x-get-resource): Declare.
9196
9197 * eshell/em-glob.el (ange-cache):
9198 * eshell/em-unix.el (ange-cache): Declare.
9199
9200 * faces.el (x-display-list, x-open-connection, x-get-resource):
9201 Declare.
9202
9203 * follow.el (scroll-bar-toolkit-scroll, scroll-bar-drag)
9204 (scroll-bar-scroll-up, scroll-bar-scroll-down, mwheel-scroll):
9205 Declare.
9206
9207 * frame.el (x-display-grayscale-p, x-display-name): Declare.
9208
9209 * net/gnutls.el (gnutls-log-level): Declare.
9210
9211 * net/shr.el (image-size, image-animate): Declare.
9212
9213 * simple.el (font-info): Declare.
9214
9215 * subr.el (x-popup-dialog): Declare.
9216
9217 * term/common-win.el (x-select-enable-primary)
9218 (x-last-selected-text-primary, x-last-selected-text-clipboard):
9219 Declare.
9220
9221 * term/ns-win.el (x-handle-args): Declare.
9222
9223 * term/x-win.el (x-select-enable-clipboard): Declare.
9224
9225 * term/w32-win.el (create-default-fontset): Declare.
9226
9227 * w32-common-fns.el (x-server-version, x-select-enable-clipboard):
9228 Declare.
9229
9230 * window.el (x-display-pixel-height, tool-bar-lines-needed): Declare.
9231 (fit-frame-to-buffer): Explicit error if --without-x.
9232 (mouse-autoselect-window-select): Silence compiler.
9233
9234 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
9235
9236 * eshell/em-cmpl.el (eshell-complete-parse-arguments):
9237 * eshell/em-hist.el (eshell/history, eshell-isearch-backward):
9238 * eshell/em-pred.el (eshell-parse-modifiers, eshell-pred-file-time):
9239 * eshell/esh-util.el (eshell-sublist):
9240 Remove unused local variables.
9241
9242 * eshell/esh-io.el (x-select-enable-clipboard): Declare.
9243
9244 * textmodes/two-column.el: Make 2C-split work for --without-x.
9245 (scroll-bar-columns): Autoload.
9246 (top-level): Require fringe when compiling.
9247
9248 2013-09-18 Leo Liu <sdl.web@gmail.com>
9249
9250 * subr.el (add-hook): Robustify to handle closure as well.
9251
9252 2013-09-17 Glenn Morris <rgm@gnu.org>
9253
9254 * simple.el (messages-buffer-mode-map): Unbind "g".
9255
9256 2013-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
9257
9258 * help-mode.el (help-mode-finish): Use derived-mode-p.
9259 Remove obsolete highlighting.
9260
9261 * play/life.el (life-mode): Use define-derived-mode. Derive from
9262 special-mode.
9263 (life): Let-bind inhibit-read-only.
9264 (life-setup): Avoid `setq'. Use `life-mode'.
9265
9266 * emacs-lisp/package.el (package-generate-autoloads): Remove `require'
9267 which should not be needed any more.
9268 (package-menu-refresh, package-menu-describe-package): Use user-error.
9269
9270 * eshell/esh-cmd.el (eshell-post-rewrite-command-function): New var.
9271 (eshell-post-rewrite-command-hook): Make obsolete.
9272 (eshell-parse-command): Simplify.
9273 (eshell-structure-basic-command): Remove unused arg `vocal-test'.
9274 (eshell--cmd): Declare.
9275 (eshell-parse-pipeline): Remove unused var `final-p'.
9276 Pass a dynvar to eshell-post-rewrite-command-hook.
9277 Implement the new eshell-post-rewrite-command-function.
9278 (eshell-invoke-directly): Remove unused arg `input'.
9279 * eshell/esh-io.el (eshell-io-initialize):
9280 Use eshell-post-rewrite-command-function (bug#15399).
9281 (eshell--apply-redirections): Rename from eshell-apply-redirections;
9282 adjust to new calling convention.
9283 (eshell-create-handles): Rename args to avoid clashing with dynvar
9284 `standard-output'.
9285
9286 2013-09-17 Glenn Morris <rgm@gnu.org>
9287
9288 * simple.el (messages-buffer-mode): New major mode.
9289 (messages-buffer): New function.
9290 * startup.el (normal-top-level): Switch mode of *Messages* buffer.
9291 * emacs-lisp/ert.el (ert--force-message-log-buffer-truncation)
9292 (ert-run-test): Use `messages-buffer' function.
9293 (ert--force-message-log-buffer-truncation): Ignore read-only.
9294 * help.el (view-echo-area-messages): Use `messages-buffer' function.
9295 * mail/emacsbug.el (report-emacs-bug): Use `messages-buffer' function.
9296
9297 2013-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
9298
9299 * subr.el (eval-after-load): Preserve evaluation order (bug#15389).
9300
9301 * abbrev.el (abbrev--check-chars): Fix thinko (bug#15360).
9302
9303 2013-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
9304
9305 * icomplete.el (icomplete-in-buffer): New var.
9306 (icomplete-pre-command-hook, icomplete-post-command-hook): Remove those
9307 vars and replace them with functions.
9308 (icomplete-minibuffer-setup): Adjust accordingly.
9309 (icomplete--completion-table, icomplete--completion-predicate)
9310 (icomplete--field-string, icomplete--field-beg, icomplete--field-end):
9311 New functions.
9312 (icomplete-forward-completions, icomplete-backward-completions)
9313 (icomplete-simple-completing-p, icomplete-exhibit)
9314 (icomplete-completions): Use them.
9315 (icomplete--in-region-buffer): New var.
9316 (icomplete--in-region-setup): New function.
9317 (icomplete-mode): Use it.
9318
9319 * eshell/esh-opt.el: Fix last change to set lexical-vars properly
9320 (bug#15379).
9321 (eshell--do-opts): Rename from eshell-do-opt, remove arg `body-fun',
9322 return args and options.
9323 (eshell-eval-using-options): Use the new return value of
9324 eshell--do-opts to set the options's vars in their scope.
9325 (eshell--set-option): Rename from eshell-set-option.
9326 Add arg `opt-vals'.
9327 (eshell--process-option): Rename from eshell-process-option.
9328 Add arg `opt-vals'.
9329 (eshell--process-args): Use an `opt-vals' alist to store the options's
9330 values during their processing and return them additionally to the
9331 remaining args.
9332
9333 2013-09-15 Dmitry Gutov <dgutov@yandex.ru>
9334
9335 * progmodes/ruby-mode.el (ruby-operator-re): Consider line
9336 continuation character an operator, as far as indentation is
9337 concerned (Bug#15369).
9338
9339 2013-09-15 Martin Rudalics <rudalics@gmx.at>
9340
9341 * window.el (window--state-put-2): Don't process buffer state
9342 when buffer doesn't exist any more (Bug#15382).
9343
9344 2013-09-15 Glenn Morris <rgm@gnu.org>
9345
9346 * eshell/em-unix.el (eshell/rm):
9347 Make -f ignore missing files. (Bug#15373)
9348
9349 * eshell/esh-cmd.el (eshell--local-vars): New variable. (Bug#15372)
9350 (eshell-rewrite-for-command): Add for loop vars to eshell--local-vars.
9351 * eshell/esh-var.el (eshell-get-variable): Respect eshell--local-vars.
9352
9353 2013-09-14 Glenn Morris <rgm@gnu.org>
9354
9355 * eshell/esh-var.el (eshell-variable-aliases-list): Fix doc typo.
9356
9357 2013-09-13 Glenn Morris <rgm@gnu.org>
9358
9359 * dired-x.el (dired-guess-shell-alist-user): Doc fix.
9360 (dired-guess-default): Make `file' available in the env. (Bug#15363)
9361
9362 2013-09-13 Dmitry Antipov <dmantipov@yandex.ru>
9363
9364 * frame.el (x-focus-frame): Mark as declared in frame.c.
9365
9366 2013-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
9367
9368 * ls-lisp.el: Use advice-add.
9369 (original-insert-directory): Remove.
9370 (ls-lisp--insert-directory): Rename from insert-directory; add
9371 `orig-fun' argument.
9372 (insert-directory): Advise.
9373
9374 2013-09-13 Eli Zaretskii <eliz@gnu.org>
9375
9376 * term.el (term-emulate-terminal): Decode the command string
9377 before passing it to term-command-hook. (Bug#15337)
9378
9379 2013-09-13 Glenn Morris <rgm@gnu.org>
9380
9381 * eshell/esh-util.el (ange-cache): Move declaration earlier.
9382
9383 * eshell/esh-ext.el (eshell-search-path): Declare.
9384
9385 * eshell/em-prompt.el (eshell/pwd): Autoload it.
9386 Otherwise an error occurs if eshell-dirs module not loaded.
9387
9388 * progmodes/gdb-mi.el (gud-cont, gud-step): Declare.
9389
9390 2013-09-13 Michael Albinus <michael.albinus@gmx.de>
9391
9392 * net/tramp.el (tramp-check-proper-method-and-host): Rename it from
9393 `tramp-check-proper-host'. Check for a valid method name.
9394
9395 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
9396 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
9397 * net/tramp-sh.el (tramp-maybe-open-connection):
9398 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Call it.
9399
9400 * net/tramp-cache.el (tramp-cache-print): Don't print text properties
9401 also for hash values.
9402
9403 2013-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
9404
9405 * term/ns-win.el (parameters): Don't declare as dynamic.
9406 (before-make-frame-hook): Don't add ineffective function.
9407
9408 * eshell/*.el: Use lexical-binding (bug#15231).
9409
9410 2013-09-12 Kenichi Handa <handa@gnu.org>
9411
9412 * composite.el (compose-gstring-for-graphic): Handle enclosing mark.
9413
9414 2013-09-12 Glenn Morris <rgm@gnu.org>
9415
9416 * vc/vc-svn.el (vc-svn-dir-status-files, vc-svn-dir-extra-headers)
9417 (vc-svn-ignore, vc-svn-retrieve-tag): Mark unused arguments.
9418
9419 * subr.el (do-after-load-evaluation): Also give compiler warnings
9420 when obsolete files are used (except by obsolete files).
9421
9422 * vc/vc-svn.el (vc-svn-parse-status): If there are multiple files
9423 in the status output, assume `filename' is the first. (Bug#15322)
9424
9425 * vc/vc.el (vc-deduce-fileset): Doc fix.
9426
9427 * calc/calc-help.el (Info-goto-node):
9428 * progmodes/cperl-mode.el (Info-find-node):
9429 * vc/ediff.el (Info-goto-node): Update declarations.
9430
9431 * vc/vc-dispatcher.el (vc-dir-refresh): Declare.
9432
9433 * vc/vc-bzr.el (vc-compilation-mode): Declare.
9434 (vc-bzr-pull): Require vc-dispatcher.
9435 * vc/vc-git.el (vc-compilation-mode): Declare.
9436 (vc-git-pull): Require vc-dispatcher.
9437
9438 * progmodes/ruby-mode.el (ruby-syntax-propertize-function): Declare.
9439
9440 * progmodes/octave.el (help-button-action): Declare.
9441
9442 * shell.el (shell-directory-tracker): Output error as a message
9443 rather than just returning it as a string.
9444 (shell-process-pushd): Remove useless use of message.
9445
9446 * dframe.el (dframe-timer-fn):
9447 * files.el (dir-locals-read-from-file):
9448 * mpc.el (mpc--status-timer-run, mpc--status-idle-timer-run)
9449 (mpc-format):
9450 * reveal.el (reveal-post-command):
9451 * saveplace.el (load-save-place-alist-from-file):
9452 * shell.el (shell-resync-dirs):
9453 * w32-common-fns.el (x-get-selection-value):
9454 * emacs-lisp/copyright.el (copyright-find-copyright):
9455 * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info):
9456 * emulation/tpu-edt.el (tpu-copy-keyfile):
9457 * play/bubbles.el (bubbles--mark-neighbourhood):
9458 * progmodes/executable.el
9459 (executable-make-buffer-file-executable-if-script-p):
9460 * term/pc-win.el (x-get-selection-value): Use with-demoted-errors.
9461
9462 2013-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
9463
9464 Cleanup Eshell to rely less on dynamic scoping.
9465 * eshell/esh-opt.el (eshell-eval-using-options): Don't bind usage-msg,
9466 last-value, and ext-command here. Bind `args' closer to `body'.
9467 (temp-args, last-value, usage-msg, ext-command, args): Don't defvar.
9468 (eshell--args): Declare new dynamic var.
9469 (eshell-do-opt): Add argument `args'. Bind our own usage-msg,
9470 last-value, and ext-command. Pass `args' to `body'.
9471 (eshell-process-args): Bind eshell--args.
9472 (eshell-set-option): Use eshell--args.
9473 * eshell/eshell.el (eshell): Use derived-mode-p.
9474 * eshell/esh-var.el (eshell-parse-variable): Use backquote.
9475 (eshell-parse-variable-ref): Remove unused vars `end' and `err'.
9476 (eshell-glob-function): Declare.
9477 * eshell/esh-util.el: Require cl-lib.
9478 (eshell-read-hosts-file): Avoid add-to-list.
9479 * eshell/esh-cmd.el (eshell-parse-lisp-argument): Remove unused var
9480 `err'.
9481 * eshell/em-unix.el (compilation-scroll-output, locate-history-list):
9482 Declare.
9483 (eshell/diff): Remove unused var `err'.
9484 * eshell/em-rebind.el (eshell-delete-backward-char): Remove unused arg
9485 `killflag'.
9486 * eshell/em-pred.el (eshell-parse-modifiers): Remove unused var `err'.
9487 * eshell/em-ls.el (eshell-ls-highlight-alist): Move defvars before
9488 first use.
9489 * eshell/em-glob.el (eshell-glob-matches, message-shown):
9490 Move declaration before first use.
9491 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Use backquotes.
9492 * autorevert.el (auto-revert-notify-handler): Use `cl-dolist' since we
9493 rely on cl-return.
9494
9495 2013-09-12 Glenn Morris <rgm@gnu.org>
9496
9497 * term/ns-win.el (global-map): Remove binding for ispell-next,
9498 deleted 1999-05-29. (Bug#15357)
9499
9500 2013-09-11 Glenn Morris <rgm@gnu.org>
9501
9502 * echistory.el (electric-command-history): Remove call to deleted func.
9503
9504 * play/landmark.el (landmark-mode): Fix typos.
9505
9506 * vc/vc-cvs.el (cvs-append-to-ignore): Fix arg spec.
9507 Check cvs-sort-ignore-file is bound.
9508
9509 * savehist.el: No need for cl when compiling on Emacs.
9510
9511 2013-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
9512
9513 * eshell/esh-mode.el (eshell-mode-syntax-table): Fix up initialization
9514 (bug#15338).
9515 (eshell-self-insert-command, eshell-send-invisible):
9516 Remove unused argument.
9517 (eshell-handle-control-codes): Remove unused var `orig'.
9518 Avoid delete-backward-char.
9519
9520 * files.el (set-auto-mode): Simplify a bit further.
9521
9522 2013-09-11 Glenn Morris <rgm@gnu.org>
9523
9524 * files.el (interpreter-mode-alist): Remove \\` \\' parts.
9525 (set-auto-mode): Don't regexp-quote elements.
9526 * progmodes/python.el (interpreter-mode-alist): Remove \\` \\'.
9527 * progmodes/cc-mode.el (interpreter-mode-alist):
9528 * progmodes/ruby-mode.el (interpreter-mode-alist):
9529 Revert previous change.
9530
9531 2013-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
9532
9533 * play/snake.el (snake-mode):
9534 * play/mpuz.el (mpuz-mode):
9535 * play/landmark.el (lm-mode):
9536 * play/blackbox.el (blackbox-mode):
9537 * play/5x5.el (5x5-mode):
9538 * obsolete/options.el (Edit-options-mode):
9539 * net/quickurl.el (quickurl-list-mode):
9540 * net/newst-treeview.el (newsticker-treeview-mode):
9541 * mail/rmailsum.el (rmail-summary-mode):
9542 * mail/mspools.el (mspools-mode):
9543 * locate.el (locate-mode):
9544 * ibuffer.el (ibuffer-mode):
9545 * emulation/ws-mode.el (wordstar-mode):
9546 * emacs-lisp/debug.el (debugger-mode):
9547 * array.el (array-mode):
9548 * net/eudc.el (eudc-mode): Use define-derived-mode.
9549 * net/mairix.el (mairix-searches-mode-font-lock-keywords):
9550 Move initialization into declaration.
9551 (mairix-searches-mode): Use define-derived-mode.
9552 * net/eudc-hotlist.el (eudc-hotlist-mode): Use define-derived-mode.
9553 (eudc-edit-hotlist): Use dolist.
9554 * man.el (Man-mode-syntax-table): Rename from man-mode-syntax-table.
9555 (Man-mode): Use define-derived-mode.
9556 * info.el (Info-edit-mode-map): Rename from Info-edit-map.
9557 (Info-edit-mode): Use define-derived-mode.
9558 (Info-cease-edit): Use Info-mode.
9559 * eshell/esh-mode.el (eshell-mode-syntax-table): Move initialization
9560 into declaration.
9561 (eshell-mode): Use define-derived-mode.
9562 * chistory.el (command-history-mode-map): Rename from
9563 command-history-map.
9564 (command-history-mode): Use define-derived-mode.
9565 (Command-history-setup): Remove function.
9566 * calc/calc.el (calc-trail-mode-map): New var.
9567 (calc-trail-mode): Use define-derived-mode.
9568 (calc-trail-buffer): Set calc-main-buffer manually.
9569 * bookmark.el (bookmark-insert-annotation): New function.
9570 (bookmark-edit-annotation): Use it.
9571 (bookmark-edit-annotation-mode): Make it a proper major mode.
9572 (bookmark-send-edited-annotation): Use derived-mode-p.
9573 * arc-mode.el (archive-mode): Move kill-all-local-variables a tiny bit
9574 closer to its ideal place. Use \' to match EOS.
9575
9576 * profiler.el (profiler-calltree-find): Use function-equal.
9577
9578 2013-09-10 Glenn Morris <rgm@gnu.org>
9579
9580 * files.el (interpreter-mode-alist): Convert to regexps.
9581 (set-auto-mode): Adapt for this. (Bug#15306)
9582 * progmodes/cperl-mode.el (cperl-clobber-mode-lists):
9583 Comment out unused variable.
9584 * progmodes/cc-mode.el (interpreter-mode-alist):
9585 * progmodes/python.el (interpreter-mode-alist):
9586 * progmodes/ruby-mode.el (interpreter-mode-alist): Convert to regexps.
9587 * progmodes/sh-script.el (sh-set-shell):
9588 No longer use interpreter-mode-alist to get list of shells.
9589
9590 * progmodes/cc-mode.el (awk-mode): Remove duplicate autoload.
9591
9592 2013-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
9593
9594 * simple.el: Use set-temporary-overlay-map for universal-argument.
9595 (universal-argument-map): Don't use default-bindings (bug#15317).
9596 Bind switch-frame explicitly. Replace universal-argument-minus with
9597 a conditional binding.
9598 (universal-argument-num-events, saved-overriding-map): Remove.
9599 (restore-overriding-map): Remove.
9600 (universal-argument--mode): Rename from save&set-overriding-map,
9601 and rewrite.
9602 (universal-argument, universal-argument-more, negative-argument)
9603 (digit-argument): Adjust accordingly.
9604 (universal-argument-minus): Remove.
9605 (universal-argument-other-key): Remove.
9606
9607 * subr.el (with-demoted-errors): Add `format' argument.
9608
9609 2013-09-10 Michael Albinus <michael.albinus@gmx.de>
9610
9611 * net/tramp.el (tramp-cleanup): Remove. Functionality added to
9612 `tramp-cleanup-connection'.
9613
9614 * net/tramp-cmds.el (tramp-cleanup-connection): Add optional
9615 parameters KEEP-DEBUG and KEEP-PASSWORD.
9616
9617 * net/tramp.el (tramp-file-name-handler):
9618 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
9619 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
9620 (tramp-maybe-open-connection):
9621 * net/tramp-smb.el (tramp-smb-maybe-open-connection):
9622 Use `tramp-cleanup-connection'.
9623
9624 * net/tramp-sh.el (tramp-maybe-open-connection):
9625 Catch 'uname-changed inside the progress reporter.
9626
9627 2013-09-10 Glenn Morris <rgm@gnu.org>
9628
9629 * simple.el (read-minibuffer): Unbreak it. (Bug#15318)
9630
9631 * dired-x.el (dired-mark-sexp): Unbreak for systems where ls
9632 returns "alternate access method" in mode (eg "-rw-r--r--.").
9633
9634 2013-09-08 Glenn Morris <rgm@gnu.org>
9635
9636 * saveplace.el (load-save-place-alist-from-file):
9637 Demote errors. (Bug#15305)
9638
9639 2013-09-08 Michael Albinus <michael.albinus@gmx.de>
9640
9641 Improve compatibility with older Emacsen, and XEmacs.
9642
9643 * net/tramp.el (tramp-find-method, tramp-find-user): Call `propertize'
9644 only if it is bound. It isn't for XEmacs.
9645 (with-tramp-progress-reporter): Do not let-bind `result'.
9646 This yields to scoping errors in XEmacs.
9647 (tramp-handle-make-auto-save-file-name): New function, moved from
9648 tramp-sh.el.
9649
9650 * net/tramp-adb.el (tramp-adb-file-name-handler-alist): Add handler
9651 for `make-auto-save-file-name'.
9652 (tramp-adb--gnu-switches-to-ash):
9653 Use `tramp-compat-replace-regexp-in-string'.
9654
9655 * net/tramp-cache.el (tramp-cache-print): Call
9656 `substring-no-properties' only if it is bound. It isn't for XEmacs.
9657
9658 * net/tramp-cmds.el (tramp-bug): Call `propertize' only if it is
9659 bound. It isn't for XEmacs.
9660
9661 * net/tramp-compat.el (tramp-compat-copy-file):
9662 Catch `wrong-number-of-arguments' error.
9663 (tramp-compat-replace-regexp-in-string): New defun.
9664
9665 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist): Add handler
9666 for `make-auto-save-file-name'.
9667 (tramp-gvfs-handle-copy-file): Use `tramp-compat-funcall' for
9668 `copy-file'.
9669 (tramp-gvfs-file-gvfs-monitor-file-process-filter)
9670 (tramp-gvfs-file-name): Use `tramp-compat-replace-regexp-in-string'.
9671 (tramp-synce-list-devices): Use `push' instead of `pushnew'.
9672
9673 * net/tramp-gw.el (tramp-gw-open-network-stream):
9674 Use `tramp-compat-replace-regexp-in-string'.
9675
9676 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
9677 Call `tramp-handle-make-auto-save-file-name'.
9678 (tramp-sh-handle-make-auto-save-file-name): Move to tramp.el.
9679 (tramp-sh-file-gvfs-monitor-dir-process-filter)
9680 (tramp-sh-file-inotifywait-process-filter):
9681 Use `tramp-compat-replace-regexp-in-string'.
9682 (tramp-compute-multi-hops): Use `push' instead of `pushnew'.
9683
9684 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add handler
9685 for `make-auto-save-file-name'.
9686 (tramp-smb-handle-copy-directory):
9687 Call `tramp-compat-replace-regexp-in-string'.
9688 (tramp-smb-get-file-entries): Use `push' instead of `pushnew'.
9689 (tramp-smb-handle-copy-file): Improve error message.
9690 (tramp-smb-handle-rename-file): Rename directly only in case
9691 `newname' does not exist yet. This is a restriction of smbclient.
9692 (tramp-smb-maybe-open-connection): Rerun the function only when
9693 `auth-sources' is non-nil.
9694
9695 2013-09-08 Kenichi Handa <handa@gnu.org>
9696
9697 * international/characters.el: Set category "^" (Combining) for
9698 more characters.
9699
9700 2013-09-07 Alan Mackenzie <acm@muc.de>
9701
9702 Correctly fontify Java class constructors.
9703 * progmodes/cc-langs.el (c-type-decl-suffix-key): Now matches ")"
9704 in Java Mode.
9705 (c-recognize-typeless-decls): Set the Java value to t.
9706 * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
9707 While handling a "(", add a check for, effectively, Java, and handle a
9708 "typeless" declaration there.
9709
9710 2013-09-07 Roland Winkler <winkler@gnu.org>
9711
9712 * textmodes/bibtex.el (bibtex-biblatex-entry-alist): Add optional
9713 field subtitle for entry type book.
9714
9715 2013-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
9716
9717 * minibuffer.el: Make minibuffer-complete call completion-in-region
9718 rather than other way around.
9719 (completion--some, completion-pcm--find-all-completions):
9720 Don't delay signals when debugging.
9721 (minibuffer-completion-contents): Beware fields within the
9722 minibuffer contents.
9723 (completion-all-sorted-completions): Use defvar-local.
9724 (completion--do-completion, completion--cache-all-sorted-completions)
9725 (completion-all-sorted-completions, minibuffer-force-complete):
9726 Add args `beg' and `end'.
9727 (completion--in-region-1): New fun, extracted from minibuffer-complete.
9728 (minibuffer-complete): Use completion-in-region.
9729 (completion-complete-and-exit): New fun, extracted from
9730 minibuffer-complete-and-exit.
9731 (minibuffer-complete-and-exit): Use it.
9732 (completion--complete-and-exit): Rename from
9733 minibuffer--complete-and-exit.
9734 (completion-in-region--single-word): New function, extracted from
9735 minibuffer-complete-word.
9736 (minibuffer-complete-word): Use it.
9737 (display-completion-list): Make `common-substring' argument obsolete.
9738 (completion--in-region): Call completion--in-region-1 instead of
9739 minibuffer-complete.
9740 (completion-help-at-point): Pass boundaries to
9741 minibuffer-completion-help as args rather than via an overlay.
9742 (completion-pcm--string->pattern): Use `any-delim'.
9743 (completion-pcm--optimize-pattern): New function.
9744 (completion-pcm--pattern->regex): Handle `any-delim'.
9745 * icomplete.el (icomplete-forward-completions)
9746 (icomplete-backward-completions, icomplete-completions):
9747 Adjust calls to completion-all-sorted-completions and
9748 completion--cache-all-sorted-completions.
9749 (icomplete-with-completion-tables): Default to t.
9750 * emacs-lisp/crm.el (crm--current-element): Rename from
9751 crm--select-current-element. Don't put an overlay but return the
9752 boundaries instead.
9753 (crm--completion-command): Take two new args to bind to the boundaries.
9754 (crm-completion-help): Adjust accordingly.
9755 (crm-complete): Use completion-in-region.
9756 (crm-complete-word): Use completion-in-region--single-word.
9757 (crm-complete-and-exit): Use completion-complete-and-exit.
9758
9759 2013-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
9760
9761 * dired-x.el (dired-mark-sexp): Bind the vars lexically rather
9762 than dynamically.
9763
9764 2013-09-06 Juri Linkov <juri@jurta.org>
9765
9766 * info.el (Info-display-images-node): When image file doesn't exist
9767 display text version of the image if it's provided in the Info file.
9768 Otherwise, display the location of missing image from SRC attribute.
9769 Add help-echo text property from ALT attribute. (Bug#15279)
9770
9771 2013-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
9772
9773 * abbrev.el (edit-abbrevs-mode-map): Rename from edit-abbrevs-map.
9774 (edit-abbrevs-mode): Use define-derived-mode.
9775
9776 * epa.el (epa--encode-coding-string, epa--decode-coding-string)
9777 (epa--select-safe-coding-system, epa--derived-mode-p): Make it obvious
9778 that it's defined.
9779 (epa-key-list-mode, epa-key-mode, epa-info-mode):
9780 Use define-derived-mode.
9781
9782 * epg.el (epg-start-encrypt): Minor CSE simplification.
9783
9784 2013-09-06 William Xu <william.xwl@gmail.com>
9785
9786 * arc-mode.el: Add support for 7za (bug#15264).
9787 (archive-7z-program): New var.
9788 (archive-zip-extract, archive-zip-expunge, archive-zip-update)
9789 (archive-zip-update-case, archive-7z-extract, archive-7z-expunge)
9790 (archive-7z-update, archive-zip-extract, archive-7z-summarize): Use it.
9791
9792 2013-09-06 Michael Albinus <michael.albinus@gmx.de>
9793
9794 Remove URL syntax.
9795
9796 * net/tramp.el (tramp-syntax, tramp-prefix-format)
9797 (tramp-postfix-method-format, tramp-prefix-ipv6-format)
9798 (tramp-postfix-ipv6-format, tramp-prefix-port-format)
9799 (tramp-postfix-host-format, tramp-file-name-regexp)
9800 (tramp-completion-file-name-regexp)
9801 (tramp-completion-dissect-file-name)
9802 (tramp-handle-substitute-in-file-name): Remove 'url case.
9803 (tramp-file-name-regexp-url)
9804 (tramp-completion-file-name-regexp-url): Remove constants.
9805
9806 2013-09-06 Glenn Morris <rgm@gnu.org>
9807
9808 * replace.el (replace-string): Doc fix re start/end. (Bug#15275)
9809
9810 2013-09-05 Dmitry Gutov <dgutov@yandex.ru>
9811
9812 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Move "Perl-ish
9813 keywords" below "here-doc beginnings" (Bug#15270).
9814
9815 2013-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
9816
9817 * subr.el (pop): Use `car-safe'.
9818 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Remove hack
9819 to detect unused `pop' return value.
9820
9821 * progmodes/python.el (python-nav-beginning-of-block): Remove unused
9822 var `block-regexp'.
9823 (python-nav--forward-sexp): Remove unused var `re-search-fn'.
9824 (python-fill-string): Remove unused var `marker'.
9825 (python-skeleton-add-menu-items): Remove unused var `items'.
9826
9827 * international/mule-cmds.el: Require CL.
9828 (find-coding-systems-for-charsets): Avoid add-to-list.
9829 (sanitize-coding-system-list): New function, extracted from
9830 select-safe-coding-system-interactively.
9831 (select-safe-coding-system-interactively): Use it.
9832 (read-input-method-name): Accept symbols for `default'.
9833
9834 * emacs-lisp/advice.el (defadvice): Add indent rule.
9835
9836 2013-09-05 Daniel Hackney <dan@haxney.org>
9837
9838 * dired-x.el:
9839 * net/ange-ftp.el:
9840 * net/browse-url.el:
9841 * net/dbus.el:
9842 * net/eudc.el:
9843 * net/eudcb-ldap.el:
9844 * net/eww.el:
9845 * net/imap.el:
9846 * printing.el:
9847 * vc/ediff-diff.el:
9848 * vc/ediff-init.el:
9849 * vc/ediff-merg.el:
9850 * vc/ediff-mult.el:
9851 * vc/ediff-util.el:
9852 * vc/ediff-wind.el:
9853 * vc/ediff.el:
9854 * vc/emerge.el:
9855 * vc/pcvs.el:
9856 * vc/vc-annotate.el: Prefix unused arguments with `_' to silence
9857 byte compiler. Remove some unused let-bound variables.
9858
9859 2013-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
9860
9861 * emacs-lisp/cconv.el: Use `car-safe' rather than `car' to access
9862 a "ref-cell", since it gets better optimized (bug#14883).
9863
9864 2013-09-05 Glenn Morris <rgm@gnu.org>
9865
9866 * progmodes/cc-awk.el (c-forward-sws): Declare.
9867
9868 2013-09-04 Glenn Morris <rgm@gnu.org>
9869
9870 * generic-x.el [rul-generic-mode]: Require cc-mode.
9871 (c++-mode-syntax-table): Declare.
9872 (rul-generic-mode-syntax-table): Init in the defvar.
9873
9874 2013-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
9875
9876 * vc/vc-dispatcher.el (vc-run-delayed): New macro.
9877 (vc-do-command, vc-set-async-update):
9878 * vc/vc-mtn.el (vc-mtn-dir-status):
9879 * vc/vc-hg.el (vc-hg-dir-status, vc-hg-dir-status-files)
9880 (vc-hg-pull, vc-hg-merge-branch):
9881 * vc/vc-git.el (vc-git-dir-status-goto-stage, vc-git-pull)
9882 (vc-git-merge-branch):
9883 * vc/vc-cvs.el (vc-cvs-print-log, vc-cvs-dir-status)
9884 (vc-cvs-dir-status-files):
9885 * vc/vc-bzr.el (vc-bzr-pull, vc-bzr-merge-branch, vc-bzr-dir-status)
9886 (vc-bzr-dir-status-files):
9887 * vc/vc-arch.el (vc-arch-dir-status): Use vc-run-delayed.
9888 * vc/vc-annotate.el: Use lexical-binding.
9889 (vc-annotate-display-select, vc-annotate): Use vc-run-delayed.
9890 (vc-sentinel-movepoint): Declare.
9891 (vc-annotate): Don't use `goto-line'.
9892 * vc/vc.el (vc-diff-internal): Prefer a closure to `(lambda...).
9893 (vc-diff-internal, vc-log-internal-common): Use vc-run-delayed.
9894 (vc-sentinel-movepoint): Declare.
9895 * vc/vc-svn.el: Use lexical-binding.
9896 (vc-svn-dir-status, vc-svn-dir-status-files): Use vc-run-delayed.
9897 * vc/vc-sccs.el:
9898 * vc/vc-rcs.el: Use lexical-binding.
9899
9900 * autorevert.el (auto-revert-notify-handler): Explicitly ignore
9901 `deleted'. Don't drop errors silently.
9902
9903 * emacs-lisp/gv.el (gv-get): Warn about CL-compiled places.
9904
9905 2013-09-04 Xue Fuqiao <xfq.free@gmail.com>
9906
9907 * vc/vc.el (vc-ignore): Rewrite.
9908 (vc-default-ignore): New function.
9909 (vc-default-ignore-completion-table): Use find-ignore-file.
9910
9911 * vc/vc-bzr.el (vc-bzr-ignore, vc-bzr-ignore-completion-table):
9912 * vc/vc-git.el (vc-git-ignore, vc-git-ignore-completion-table):
9913 * vc/vc-hg.el (vc-hg-ignore, vc-hg-ignore-completion-table):
9914 Remove. Most code moved to vc.el.
9915
9916 2013-09-03 Stefan Monnier <monnier@iro.umontreal.ca>
9917
9918 * net/tramp-gvfs.el (tramp-gvfs-mount-spec, tramp-synce-list-devices):
9919 * net/tramp-smb.el (tramp-smb-get-file-entries):
9920 * net/tramp-sh.el (tramp-sh-handle-insert-directory)
9921 (tramp-compute-multi-hops): Fix misuses of `add-to-list'.
9922
9923 * net/eww.el (eww-display-raw): Remove unused argument `charset'.
9924 Update call to it.
9925 (eww-change-select): Remove unused var `properties'.
9926 (eww-make-unique-file-name): Remove unused var `base'.
9927
9928 * finder.el (finder-compile-keywords): Don't mess with windows.
9929
9930 * calculator.el (calculator-funcall): Fix typo in last change.
9931
9932 * vc/vc-git.el (vc-git-checkin): Make it possible to commit a merge.
9933
9934 * emacs-lisp/package.el (package-activate-1): Don't let a missing
9935 <pkg>-autoloads.el file stop us.
9936
9937 * net/tramp.el (with-parsed-tramp-file-name): Silence compiler
9938 warnings, and factor out common code.
9939
9940 2013-09-03 Dmitry Gutov <dgutov@yandex.ru>
9941
9942 * progmodes/ruby-mode.el (ruby-calculate-indent): Consider
9943 two-character operators and whether the character preceding them
9944 changes their meaning (Bug#15208).
9945
9946 2013-09-02 Fabián Ezequiel Gallina <fgallina@gnu.org>
9947
9948 Format code sent to Python shell for robustness.
9949 * progmodes/python.el (python-shell-buffer-substring):
9950 New function.
9951 (python-shell-send-region, python-shell-send-buffer): Use it.
9952
9953 2013-09-02 Michael Albinus <michael.albinus@gmx.de>
9954
9955 * net/tramp-compat.el (tramp-compat-user-error): Move it ...
9956 * net/tramp.el (tramp-user-error): ... here.
9957 (tramp-find-method, tramp-check-proper-host)
9958 (tramp-dissect-file-name, tramp-debug-message)
9959 (tramp-handle-shell-command):
9960 * net/tramp-adb.el (tramp-adb-handle-shell-command):
9961 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler): Adapt callees.
9962
9963 * net/tramp-cache.el (tramp-cache-print): Don't print text properties.
9964
9965 2013-09-02 Martin Rudalics <rudalics@gmx.at>
9966
9967 * avoid.el (mouse-avoidance-point-position)
9968 (mouse-avoidance-too-close-p): Handle case where posn-at-point
9969 returns nil.
9970
9971 2013-09-02 Fabián Ezequiel Gallina <fgallina@gnu.org>
9972
9973 * progmodes/python.el (python-shell-completion-get-completions):
9974 Drop use of deleted `comint-last-prompt-overlay'.
9975 (python-nav-if-name-main): New command.
9976
9977 2013-09-01 Glenn Morris <rgm@gnu.org>
9978
9979 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
9980 Avoid leading space in $wins. Otherwise the sed command used by
9981 eg compile-main ends up containing "/*.el". (Bug#15170)
9982
9983 * frame.el (frame-background-mode): Doc fix. (Bug#15226)
9984
9985 2013-08-30 Glenn Morris <rgm@gnu.org>
9986
9987 * emacs-lisp/bytecomp.el (byte-recompile-directory):
9988 Fix is-this-a-directory logic. (Bug#15220)
9989
9990 2013-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
9991
9992 * textmodes/css-mode.el: Use SMIE.
9993 (css-smie-grammar): New var.
9994 (css-smie--forward-token, css-smie--backward-token)
9995 (css-smie-rules): New functions.
9996 (css-mode): Use them.
9997 (css-navigation-syntax-table): Remove var.
9998 (css-backward-sexp, css-forward-sexp, css-indent-calculate-virtual)
9999 (css-indent-calculate, css-indent-line): Remove functions.
10000
10001 Misc changes to reduce use of `(lambda...); and other cleanups.
10002 * cus-edit.el: Use lexical-binding.
10003 (customize-push-and-save, customize-apropos)
10004 (custom-buffer-create-internal): Use closures.
10005 * progmodes/bat-mode.el (bat-mode-syntax-table): "..." are strings.
10006 * progmodes/ada-xref.el: Use setq.
10007 * net/tramp.el (with-tramp-progress-reporter): Avoid setq.
10008 * dframe.el: Use lexical-binding.
10009 (dframe-frame-mode): Fix calling convention for hooks. Use a closure.
10010 * speedbar.el (speedbar-frame-mode): Adjust call accordingly.
10011 * descr-text.el: Use lexical-binding.
10012 (describe-text-widget, describe-text-sexp, describe-property-list):
10013 Use closures.
10014 * comint.el (comint-history-isearch-push-state): Use a closure.
10015 * calculator.el: Use lexical-binding.
10016 (calculator-number-to-string): Make it work with lexical-binding.
10017 (calculator-funcall): Same and use cl-letf.
10018
10019 * emacs-lisp/lisp.el (lisp--company-doc-buffer)
10020 (lisp--company-doc-string, lisp--company-location): New functions.
10021 (lisp-completion-at-point): Use them to improve Company support.
10022
10023 * progmodes/ruby-mode.el (ruby-smie-grammar): Add rule for formal
10024 params of lambda expressions.
10025 (ruby-smie--implicit-semi-p): Refine rule (bug#15208).
10026 (ruby-smie--opening-pipe-p): New function.
10027 (ruby-smie--forward-token, ruby-smie--backward-token): Handle Ruby
10028 symbols and matched |...| for formal params.
10029 (ruby-smie-rules): Don't let the formal params of a "do" prevent it
10030 from being treated as hanging. Handle "rescue".
10031
10032 2013-08-29 Glenn Morris <rgm@gnu.org>
10033
10034 * progmodes/cc-engine.el (c-pull-open-brace):
10035 Move definition before use.
10036
10037 2013-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
10038
10039 * emacs-lisp/cl-macs.el (cl-defsubst): Make it clear that args
10040 are immutable. Don't use `unsafe' any more.
10041 (cl--defsubst-expand): Don't substitute at the same time as keeping
10042 a residual unused let-binding. Don't use `unsafe' any more.
10043
10044 2013-08-29 Glenn Morris <rgm@gnu.org>
10045
10046 * calendar/cal-china.el (calendar-chinese-year-cache):
10047 Recenter on 2015.
10048
10049 * nxml/nxml-util.el (nxml-debug-clear-inside):
10050 Use cl-loop rather than loop.
10051
10052 * net/eww.el (eww-mode-map): Lower-case menu bar entries look bad.
10053
10054 * progmodes/sh-script.el (sh-builtins) <bash>: Add some bash4-isms.
10055
10056 2013-08-28 Glenn Morris <rgm@gnu.org>
10057
10058 * progmodes/antlr-mode.el: No need to require cc-mode twice.
10059
10060 * progmodes/cc-bytecomp.el (cc-require): Handle uncompiled case.
10061
10062 * progmodes/cc-mode.el (c-define-abbrev-table): Handle NAME unbound.
10063
10064 2013-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
10065
10066 * simple.el (repeat-complex-command--called-interactively-skip):
10067 New function.
10068 (repeat-complex-command): Use it (bug#14136).
10069
10070 * progmodes/cc-mode.el: Minor cleanup of var declarations.
10071 (c-define-abbrev-table): Add `doc' argument.
10072 (c-mode-abbrev-table, c++-mode-abbrev-table)
10073 (objc-mode-abbrev-table, java-mode-abbrev-table)
10074 (idl-mode-abbrev-table, pike-mode-abbrev-table)
10075 (awk-mode-abbrev-table): Use it.
10076 (c-mode-syntax-table, c-mode-map, c++-mode-syntax-table)
10077 (c++-mode-map, objc-mode-syntax-table, objc-mode-map)
10078 (java-mode-syntax-table, java-mode-map, idl-mode-syntax-table)
10079 (idl-mode-map, pike-mode-syntax-table, pike-mode-map, awk-mode-map):
10080 Move initialization into the declaration; and remove any
10081 autoload cookie.
10082
10083 * epg.el (epg--process-filter): Use with-current-buffer, save-excursion
10084 and dynamic let binding.
10085
10086 * vc/smerge-mode.el: Remove redundant :group args.
10087
10088 * emacs-lisp/package.el (package-activate-1): Don't add unnecessarily
10089 to load-path.
10090
10091 2013-08-28 Juri Linkov <juri@jurta.org>
10092
10093 * isearch.el (isearch-reread-key-sequence-naturally): Use non-nil
10094 arg DONT-DOWNCASE-LAST of `read-key-sequence'.
10095 (isearch-other-meta-char): Handle an undefined shifted printing
10096 character by downshifting it. (Bug#15200)
10097
10098 2013-08-28 Juri Linkov <juri@jurta.org>
10099
10100 * isearch.el (isearch-search): Change regexp error message for
10101 non-regexp searches. (Bug#15166)
10102
10103 2013-08-28 Paul Eggert <eggert@cs.ucla.edu>
10104
10105 * Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
10106 for portability to hosts where /bin/sh has problems.
10107
10108 2013-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
10109
10110 * emacs-lisp/cconv.el (cconv--analyse-function): Improve warning.
10111
10112 2013-08-27 Juri Linkov <juri@jurta.org>
10113
10114 * isearch.el (isearch-other-meta-char): Don't store kmacro commands
10115 in the keyboard macro. (Bug#15126)
10116
10117 2013-08-27 Juri Linkov <juri@jurta.org>
10118
10119 * isearch.el (isearch-quote-char): Comment out converting unibyte
10120 to multibyte, thus syncing with its `quoted-insert' counterpart.
10121 (Bug#15166)
10122
10123 2013-08-27 Martin Rudalics <rudalics@gmx.at>
10124
10125 * window.el (display-buffer-use-some-window): Add missing
10126 argument in call of get-largest-window (Bug#15185).
10127 Reported by Stephen Leake.
10128
10129 2013-08-27 Glenn Morris <rgm@gnu.org>
10130
10131 * emacs-lisp/package.el (package-buffer-info): Fix message typo.
10132
10133 2013-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
10134
10135 * progmodes/python.el (python-font-lock-keywords): Don't return nil
10136 from a matcher-function unless there's no more matches (bug#15161).
10137
10138 2013-08-26 Michael Albinus <michael.albinus@gmx.de>
10139
10140 * minibuffer.el: Revert change from 2013-08-20.
10141
10142 * net/tramp.el (tramp-find-method, tramp-find-user): Mark result
10143 with text property `tramp-default', if appropriate.
10144 (tramp-check-proper-host): New defun.
10145 (tramp-dissect-file-name): Do not check hostname. Revert change
10146 of 2013-03-18.
10147 (tramp-backtrace): Make VEC-OR-PROC optional.
10148
10149 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
10150 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
10151 * net/tramp-sh.el (tramp-maybe-open-connection):
10152 * net/tramp-smb.el (tramp-smb-maybe-open-connection):
10153 Apply `tramp-check-proper-host'.
10154
10155 2013-08-26 Tassilo Horn <tsdh@gnu.org>
10156
10157 * epa-hook.el (epa-file-encrypt-to): Quote `safe-local-variable'
10158 lambda expression in order to have `describe-variable' display it.
10159
10160 2013-08-26 Michael Albinus <michael.albinus@gmx.de>
10161
10162 * net/tramp-sh.el (tramp-sh-handle-verify-visited-file-modtime):
10163 BUF can be optional. (Bug#15186)
10164
10165 2013-08-25 Xue Fuqiao <xfq.free@gmail.com>
10166
10167 * progmodes/flymake.el (flymake-get-real-file-name-function):
10168 Fix broken customization. (Bug#15184)
10169
10170 2013-08-25 Alan Mackenzie <acm@muc.de>
10171
10172 Improve indentation of bracelists defined by macros (without "=").
10173
10174 * progmodes/cc-engine.el (c-inside-bracelist-p): When a macro
10175 expansion begins with "{", regard it as bracelist when it doesn't
10176 contain a ";".
10177
10178 Parse C++ inher-intro when there's a template split over 2 lines.
10179
10180 * progmodes/cc-engine.el (c-guess-basic-syntax CASE 5C): Code more
10181 rigorously the search for "class" etc. followed by ":".
10182
10183 * progmodes/cc-langs.el (c-opt-<>-sexp-key): Make the value for
10184 random languages a regexp which never matches rather than nil.
10185
10186 Handle "/"s more accurately in test for virtual semicolons (AWK Mode).
10187
10188 * progmodes/cc-awk.el (c-awk-one-line-possibly-open-string-re)
10189 (c-awk-regexp-one-line-possibly-open-char-list-re)
10190 (c-awk-one-line-possibly-open-regexp-re)
10191 (c-awk-one-line-non-syn-ws*-re): Remove.
10192 (c-awk-possibly-open-string-re, c-awk-non-/-syn-ws*-re)
10193 (c-awk-space*-/-re, c-awk-space*-regexp-/-re)
10194 (c-awk-space*-unclosed-regexp-/-re): New constants.
10195 (c-awk-at-vsemi-p): Reformulate better to recognize "/"s which
10196 aren't regexp delimiters.
10197
10198 * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Add in
10199 handling for a rare situation in AWK Mode involving unterminated
10200 strings/regexps.
10201
10202 2013-08-23 Glenn Morris <rgm@gnu.org>
10203
10204 * files.el (auto-mode-alist): Use sh-mode for .bash_history.
10205
10206 * files.el (interpreter-mode-alist): Use tcl-mode for expect scripts.
10207
10208 * files.el (create-file-buffer): If the result would begin with
10209 spaces, prepend a "|" instead of removing them. (Bug#15162)
10210
10211 2013-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
10212
10213 * textmodes/fill.el (fill-match-adaptive-prefix): Don't throw away
10214 text-properties (bug#15155).
10215
10216 * calc/calc-keypd.el (calc-keypad-execute): `x-flush-mouse-queue' doesn't
10217 exist any more.
10218 (calc-keypad-redraw): Remove unused var `pad'.
10219 (calc-keypad-press): Remove unused var `menu'.
10220
10221 2013-08-23 Martin Rudalics <rudalics@gmx.at>
10222
10223 * window.el (display-buffer-pop-up-frame):
10224 Call pop-up-frame-function with BUFFER current so `make-frame' will
10225 use it as the new frame's buffer (Bug#15133).
10226
10227 2013-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
10228
10229 * calendar/timeclock.el: Minor cleanups.
10230 (timeclock-ask-before-exiting, timeclock-use-display-time):
10231 Use `symbol'.
10232 (timeclock-modeline-display): Define as alias before the
10233 actual definition.
10234 (timeclock-mode-line-display): Use define-minor-mode.
10235 (timeclock-day-list-template): Make it a function, add an argument.
10236 (timeclock-day-list-required, timeclock-day-list-length)
10237 (timeclock-day-list-debt, timeclock-day-list-span)
10238 (timeclock-day-list-break): Adjust calls accordingly.
10239
10240 2013-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
10241
10242 * emacs-lisp/pp.el (pp-eval-expression, pp-macroexpand-expression):
10243 Use read--expression so that completion works again.
10244
10245 2013-08-21 Sam Steingold <sds@gnu.org>
10246
10247 Add rudimentary inferior shell interaction
10248 * progmodes/sh-script.el (sh-shell-process): New buffer-local variable.
10249 (sh-set-shell): Reset it.
10250 (sh-show-shell, sh-cd-here, sh-send-line-or-region-and-step):
10251 New commands (bound to C-c C-z, C-c C-d, and C-c C-n).
10252
10253 2013-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
10254
10255 * align.el: Use lexical-binding.
10256 (align-region): Simplify accordingly.
10257
10258 2013-08-20 Michael Albinus <michael.albinus@gmx.de>
10259
10260 * minibuffer.el (completion--sifn-requote): Bind `non-essential'.
10261
10262 * rfn-eshadow.el (rfn-eshadow-update-overlay): Move binding of
10263 `non-essential' up.
10264
10265 2013-08-17 Michael Albinus <michael.albinus@gmx.de>
10266
10267 * net/tramp.el:
10268 * net/tramp-adb.el:
10269 * net/tramp-cmds.el:
10270 * net/tramp-ftp.el:
10271 * net/tramp-gvfs.el:
10272 * net/tramp-gw.el:
10273 * net/tramp-sh.el: Don't wrap external variable declarations by
10274 `eval-when-compile'.
10275
10276 2013-08-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
10277
10278 * net/shr.el (shr-rescale-image): Use ImageMagick even for GIFs
10279 now that Emacs supports ImageMagick animations.
10280
10281 2013-08-16 Michael Albinus <michael.albinus@gmx.de>
10282
10283 * net/tramp-cmds.el (top): Don't declare `buffer-name'.
10284 (tramp-append-tramp-buffers): Rewrite buffer local variables part.
10285
10286 2013-08-16 Martin Rudalics <rudalics@gmx.at>
10287
10288 * window.el (mouse-autoselect-window-select): Do autoselect when
10289 mouse pointer is on margin.
10290
10291 2013-08-16 William Parsons <wbparsons@alum.mit.edu> (tiny change)
10292
10293 * net/ange-ftp.el (ange-ftp-skip-msgs): Add 500 EPSV. (Bug#1972)
10294
10295 2013-08-16 Glenn Morris <rgm@gnu.org>
10296
10297 * net/ange-ftp.el (ange-ftp-good-msgs, ange-ftp-get-pwd):
10298 Handle "Remote Directory" response of some clients. (Bug#15058)
10299
10300 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local):
10301 Tweak warning. (Bug#14926)
10302
10303 * menu-bar.el (send-mail-item-name, read-mail-item-name): Remove.
10304 (menu-bar-tools-menu): Simplify news and mail items. (Bug#15095)
10305
10306 * image-mode.el (image-mode-map): Add menu items to reverse,
10307 increase, decrease, reset animation speed.
10308 (image--set-speed, image-increase-speed, image-decrease-speed)
10309 (image-reverse-speed, image-reset-speed): New functions.
10310 (image-mode-map): Add bindings for speed commands.
10311
10312 * image.el (image-animate-get-speed, image-animate-set-speed):
10313 New functions.
10314 (image-animate-timeout): Respect image :speed property.
10315
10316 2013-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
10317
10318 * emacs-lisp/debug.el (debugger-setup-buffer): Put point on the
10319 previous line (bug#15101).
10320 (debugger-eval-expression, debugger-record-expression):
10321 Use read--expression (bug#15102).
10322
10323 2013-08-15 Michael Albinus <michael.albinus@gmx.de>
10324
10325 Remove byte compiler warnings, visible when compiling with
10326 `byte-compile-force-lexical-warnings' set to t.
10327
10328 * net/tramp.el (tramp-debug-message, tramp-message, tramp-error)
10329 (tramp-error-with-buffer): Rename ARGS to ARGUMENTS and BUFFER to BUF.
10330 (tramp-handle-unhandled-file-name-directory)
10331 (tramp-handle-file-notify-add-watch, tramp-action-login)
10332 (tramp-action-succeed, tramp-action-permission-denied)
10333 (tramp-action-terminal, tramp-action-process-alive): Prefix unused
10334 arguments with "_".
10335
10336 * net/tramp-adb.el (tramp-adb-parse-device-names)
10337 (tramp-adb-handle-insert-directory, tramp-adb-handle-delete-file)
10338 (tramp-adb-handle-copy-file): Prefix unused arguments with "_".
10339 (tramp-adb-handle-file-truename): Remove unused arguments.
10340
10341 * net/tramp-cache.el (tramp-flush-directory-property)
10342 (tramp-flush-connection-property, tramp-list-connections)
10343 (tramp-parse-connection-properties): Prefix unused arguments with "_".
10344
10345 * net/tramp-compat.el (tramp-compat-make-temp-file):
10346 Rename FILENAME to F.
10347
10348 * net/tramp-gvfs.el (tramp-gvfs-handle-file-notify-add-watch)
10349 (tramp-gvfs-handle-write-region, tramp-bluez-parse-device-names)
10350 (tramp-zeroconf-parse-workstation-device-names)
10351 (tramp-zeroconf-parse-webdav-device-names)
10352 (tramp-synce-parse-device-names): Prefix unused arguments with "_".
10353
10354 * net/tramp-gw.el (tramp-gw-gw-proc-sentinel)
10355 (tramp-gw-aux-proc-sentinel): Prefix unused arguments with "_".
10356
10357 * net/tramp-sh.el (tramp-sh-handle-file-truename): Remove unused
10358 arguments.
10359 (tramp-sh-handle-copy-file, tramp-sh-handle-dired-compress-file)
10360 (tramp-sh-handle-insert-file-contents-literally)
10361 (tramp-sh-handle-file-notify-add-watch): Prefix unused arguments
10362 with "_".
10363 (tramp-do-copy-or-rename-file, tramp-barf-if-no-shell-prompt):
10364 Remove unused variables.
10365
10366 * net/tramp-smb.el (tramp-smb-handle-copy-directory)
10367 (tramp-smb-handle-copy-file, tramp-smb-handle-delete-file)
10368 (tramp-smb-read-file-entry): Prefix unused arguments with "_".
10369
10370 * net/tramp-uu.el (tramp-uu-b64-alphabet, tramp-uu-b64-char-to-byte):
10371 Make them a defconst.
10372 (tramp-uuencode-region): Remove unused variable.
10373
10374 2013-08-14 Juanma Barranquero <lekktu@gmail.com>
10375
10376 * frameset.el (frameset--prop-setter): New function.
10377 (frameset-prop): Add gv-setter declaration.
10378 (frameset-filter-minibuffer): Deal with the case that the minibuffer
10379 parameter was already set in FILTERED. Doc fix.
10380 (frameset--record-minibuffer-relationships): Allow saving a
10381 minibufferless frame without its corresponding minibuffer frame.
10382 (frameset--reuse-frame): Accept a match from an orphaned minibufferless
10383 frame, if the frame id matches.
10384 (frameset--minibufferless-last-p): Sort non-orphaned minibufferless
10385 frames before orphaned ones.
10386 (frameset-restore): Warn about orphaned windows, instead of error out.
10387
10388 2013-08-14 Martin Rudalics <rudalics@gmx.at>
10389
10390 * window.el (window-make-atom): Don't overwrite parameter
10391 already present.
10392 (display-buffer-in-atom-window): Handle special case where we
10393 split an already atomic window.
10394 (window--major-non-side-window, display-buffer-in-side-window)
10395 (window--side-check): Ignore minibuffer window when walking
10396 window tree.
10397 (window-deletable-p): Return 'frame only if no other frame uses
10398 our minibuffer window.
10399 (record-window-buffer): Run buffer-list-update-hook.
10400 (split-window): Make sure window--check-frame won't destroy an
10401 existing atomic window in case the new window gets nested
10402 inside.
10403 (display-buffer-at-bottom): Ignore minibuffer window when
10404 walking window tree. Don't split a side window.
10405 (pop-to-buffer): Don't set-buffer here, the select-window call
10406 should do that.
10407 (mouse-autoselect-window-select): Autoselect only if we are in the
10408 text portion of the window.
10409
10410 2013-08-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
10411
10412 * net/shr.el (shr-parse-image-data): New function to grab both the
10413 data itself and the Content-Type.
10414 (shr-put-image): Use it.
10415
10416 * net/eww.el (eww-display-image): Ditto.
10417
10418 * image.el (image-content-type-suffixes): New variable.
10419
10420 2013-08-13 Fabián Ezequiel Gallina <fgallina@gnu.org>
10421
10422 * progmodes/python.el (python-imenu--build-tree)
10423 (python-imenu--put-parent): Simplify and Fix (GH bug 146).
10424
10425 2013-08-13 Xue Fuqiao <xfq.free@gmail.com>
10426
10427 * simple.el (backward-word): Mention the optional argument.
10428
10429 2013-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
10430
10431 * frameset.el (frameset--make): Rename constructor from make-frameset.
10432 (frameset-p, frameset-valid-p): Don't autoload.
10433 (frameset-valid-p): Use normal accessors.
10434
10435 2013-08-13 Glenn Morris <rgm@gnu.org>
10436
10437 * progmodes/compile.el (compile-command): Tweak example in doc.
10438 * obsolete/scribe.el (scribe-mode):
10439 * progmodes/mixal-mode.el (mixal-mode): Quote buffer name. (Bug#15053)
10440
10441 * mail/feedmail.el (feedmail-confirm-outgoing)
10442 (feedmail-display-full-frame, feedmail-deduce-bcc-where): Fix types.
10443
10444 * cus-start.el (truncate-partial-width-windows): Fix type.
10445
10446 * emulation/viper-init.el (viper-search-scroll-threshold): Fix type.
10447
10448 * net/shr.el (shr-table-horizontal-line): Fix custom type.
10449
10450 2013-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
10451
10452 * emacs-lisp/timer.el (timer--time-setter): New function.
10453 (timer--time): Use it as gv-setter.
10454
10455 * emacs-lisp/gv.el (gv-define-simple-setter): Output warning when
10456 setter is not a symbol.
10457
10458 2013-08-12 Grégoire Jadi <daimrod@gmail.com>
10459
10460 * mail/sendmail.el (sendmail-send-it): Don't kill the error buffer
10461 if sending fails. This makes debugging easier.
10462
10463 2013-08-12 Juanma Barranquero <lekktu@gmail.com>
10464
10465 * xml.el (xml-parse-tag-1): Use looking-at (this reverts change in
10466 2013-08-11T00:07:48Z!lekktu@gmail.com, which breaks the test suite).
10467 https://lists.gnu.org/archive/html/emacs-devel/2013-08/msg00263.html
10468
10469 2013-08-12 Eli Zaretskii <eliz@gnu.org>
10470
10471 * term/w32-win.el (dynamic-library-alist): Add DLLs for zlib.
10472
10473 2013-08-12 Glenn Morris <rgm@gnu.org>
10474
10475 * format.el (format-annotate-function):
10476 Handle read-only text properties in the source. (Bug#14887)
10477
10478 2013-08-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
10479
10480 * net/eww.el (eww-display-html): Ignore coding system errors.
10481 One web site uses "utf-8lias" as the coding system.
10482
10483 2013-08-11 Juanma Barranquero <lekktu@gmail.com>
10484
10485 * frameset.el (frameset-valid-p): Fix check; STATES can indeed be nil.
10486
10487 2013-08-10 Juanma Barranquero <lekktu@gmail.com>
10488
10489 * tutorial.el (tutorial--describe-nonstandard-key): Use string-match-p.
10490 (tutorial--detailed-help): Remove unused local variables.
10491 (tutorial--save-tutorial-to): Use ignore-errors.
10492 (help-with-tutorial): Use looking-at-p.
10493
10494 * view.el (view-buffer-other-window, view-buffer-other-frame):
10495 Mark unused arguments.
10496
10497 * woman.el (woman-parse-colon-path, woman-parse-colon-path)
10498 (woman-select-symbol-fonts, woman, woman-find-file)
10499 (woman-insert-file-contents, woman-non-underline-faces):
10500 Use string-match-p.
10501 (woman1-unquote): Move declaration.
10502
10503 * xml.el (xml-parse-tag-1, xml-parse-string): Use looking-at-p.
10504 (xml-parse-dtd): Use looking-at-p, string-match-p. Mark unused
10505 argument. Remove unused local variable.
10506 (xml-parse-elem-type): Use string-match-p.
10507 (xml-substitute-numeric-entities): Use ignore-errors.
10508
10509 * calculator.el (calculator): Mark unused argument.
10510 (calculator-paste, calculator-quit, calculator-integer-p):
10511 Use ignore-errors.
10512 (calculator-string-to-number, calculator-decimal, calculator-exp)
10513 (calculator-op-or-exp): Use string-match-p.
10514
10515 * dired.el (dired-buffer-more-recently-used-p): Declare.
10516 (dired-insert-set-properties, dired-insert-old-subdirs):
10517 Use ignore-errors.
10518
10519 * dired-aux.el (dired-compress): Use ignore-errors.
10520 (dired-do-chxxx, dired-do-chmod, dired-trample-file-versions)
10521 (dired-do-async-shell-command, dired-do-shell-command)
10522 (dired-shell-stuff-it, dired-compress-file, dired-insert-subdir)
10523 (dired-insert-subdir-validate): Use string-match-p.
10524 (dired-map-dired-file-lines, dired-subdir-hidden-p): Use looking-at-p.
10525 (dired-add-entry): Use string-match-p, looking-at-p.
10526 (dired-insert-subdir-newpos): Remove unused local variable.
10527
10528 * filenotify.el (file-notify-callback): Remove unused local variable.
10529
10530 * filesets.el (filesets-error): Mark unused argument.
10531 (filesets-which-command-p, filesets-filter-dir-names)
10532 (filesets-directory-files, filesets-get-external-viewer)
10533 (filesets-ingroup-get-data): Use string-match-p.
10534
10535 * find-file.el (ff-other-file-name, ff-other-file-name)
10536 (ff-find-the-other-file, ff-cc-hh-converter):
10537 Remove unused local variables.
10538 (ff-get-file-name): Use string-match-p.
10539 (ff-all-dirs-under): Use ignore-errors.
10540
10541 * follow.el (follow-comint-scroll-to-bottom): Mark unused argument.
10542 (follow-select-if-visible): Remove unused local variable.
10543
10544 * forms.el (read-file-filter): Move declaration.
10545 (forms--make-format, forms--make-parser, forms-insert-record):
10546 Quote function with #'.
10547 (forms--update): Use string-match-p. Quote function with #'.
10548
10549 * help-mode.el (help-dir-local-var-def): Mark unused argument.
10550 (help-make-xrefs): Use looking-at-p.
10551 (help-xref-on-pp): Use looking-at-p, ignore-errors.
10552
10553 * ibuffer.el (ibuffer-ext-visible-p): Declare.
10554 (ibuffer-confirm-operation-on): Use string-match-p.
10555
10556 * msb.el (msb-item-handler, msb-dired-item-handler):
10557 Mark unused arguments.
10558
10559 * ses.el (ses-decode-cell-symbol)
10560 (ses-kill-override): Remove unused local variable.
10561 (ses-create-cell-variable, ses-relocate-formula): Use string-match-p.
10562 (ses-load): Use ignore-errors, looking-at-p.
10563 (ses-jump-safe): Use ignore-errors.
10564 (ses-export-tsv, ses-export-tsf, ses-unsafe): Mark unused arguments.
10565
10566 * tabify.el (untabify, tabify): Mark unused arguments.
10567
10568 * thingatpt.el (thing-at-point--bounds-of-well-formed-url):
10569 Mark unused argument.
10570 (bounds-of-thing-at-point, thing-at-point-bounds-of-list-at-point)
10571 (thing-at-point-newsgroup-p, form-at-point): Use ignore-errors.
10572
10573 * emacs-lisp/timer.el (timer--time): Define setter with
10574 gv-define-setter to avoid deprecation warning.
10575
10576 * completion.el: Remove stuff unused since revno:3176 (1993-05-27).
10577 (*record-cmpl-statistics-p*): Remove (was commented out).
10578 (cmpl-statistics-block): Remove (body was commented out).
10579 All callers changed.
10580 (add-completions-from-buffer, load-completions-from-file):
10581 Remove unused variables.
10582
10583 2013-08-09 Juanma Barranquero <lekktu@gmail.com>
10584
10585 * filecache.el (file-cache-delete-file-list):
10586 Print message only when told so.
10587 (file-cache-files-matching): Use #' in mapconcat argument.
10588
10589 * ffap.el (ffap-url-at-point): Fix reference to variable
10590 thing-at-point-default-mail-uri-scheme.
10591
10592 2013-08-09 Stefan Monnier <monnier@iro.umontreal.ca>
10593
10594 * subr.el (define-error): New function.
10595 * progmodes/ada-xref.el (ada-error-file-not-found): Rename from
10596 error-file-not-found and define with define-error.
10597 * emacs-lisp/cl-lib.el (cl-assertion-failed): Move here from subr.el
10598 and define with define-error.
10599 * userlock.el (file-locked, file-supersession):
10600 * simple.el (mark-inactive):
10601 * progmodes/js.el (js-moz-bad-rpc, js-js-error):
10602 * progmodes/ada-mode.el (ada-mode-errors):
10603 * play/life.el (life-extinct):
10604 * nxml/xsd-regexp.el (xsdre-invalid-regexp, xsdre-parse-error):
10605 * nxml/xmltok.el (xmltok-markup-declaration-parse-error):
10606 * nxml/rng-util.el (rng-error):
10607 * nxml/rng-uri.el (rng-uri-error):
10608 * nxml/rng-match.el (rng-compile-error):
10609 * nxml/rng-cmpct.el (rng-c-incorrect-schema):
10610 * nxml/nxml-util.el (nxml-error, nxml-file-parse-error):
10611 * nxml/nxml-rap.el (nxml-scan-error):
10612 * nxml/nxml-outln.el (nxml-outline-error):
10613 * net/soap-client.el (soap-error):
10614 * net/gnutls.el (gnutls-error):
10615 * net/ange-ftp.el (ftp-error):
10616 * mpc.el (mpc-proc-error):
10617 * json.el (json-error, json-readtable-error, json-unknown-keyword)
10618 (json-number-format, json-string-escape, json-string-format)
10619 (json-key-format, json-object-format):
10620 * jka-compr.el (compression-error):
10621 * international/quail.el (quail-error):
10622 * international/kkc.el (kkc-error):
10623 * emacs-lisp/ert.el (ert-test-failed):
10624 * calc/calc.el (calc-error, inexact-result, math-overflow)
10625 (math-underflow):
10626 * bookmark.el (bookmark-error-no-filename):
10627 * epg.el (epg-error): Define with define-error.
10628
10629 * time.el (display-time-event-handler)
10630 (display-time-next-load-average): Don't call sit-for since it seems
10631 unnecessary (bug#15045).
10632
10633 * emacs-lisp/checkdoc.el: Remove redundant :group keywords.
10634 Use #' instead of ' to quote functions.
10635 (checkdoc-output-mode): Use setq-local.
10636 (checkdoc-spellcheck-documentation-flag, checkdoc-ispell-lisp-words)
10637 (checkdoc-verb-check-experimental-flag, checkdoc-proper-noun-regexp)
10638 (checkdoc-common-verbs-regexp): Mark safe-local-variable (bug#15010).
10639 (checkdoc-ispell, checkdoc-ispell-current-buffer)
10640 (checkdoc-ispell-interactive, checkdoc-ispell-message-interactive)
10641 (checkdoc-ispell-message-text, checkdoc-ispell-start)
10642 (checkdoc-ispell-continue, checkdoc-ispell-comments)
10643 (checkdoc-ispell-defun): Remove unused arg `take-notes'.
10644
10645 * ido.el (ido-completion-help): Fix up compiler warning.
10646
10647 2013-08-09 Juanma Barranquero <lekktu@gmail.com>
10648
10649 * frameset.el (frameset-p): Add autoload cookie.
10650 (frameset--jump-to-register): New function, based on code moved from
10651 register.el.
10652 (frameset-to-register): Move from register.el. Adapt to `registerv'.
10653
10654 * register.el (frameset-frame-id, frameset-frame-with-id, frameset-p)
10655 (frameset-restore, frameset-save, frameset-session-filter-alist):
10656 Remove declarations.
10657 (register-alist): Doc fix.
10658 (frameset-to-register): Move to frameset.el.
10659 (jump-to-register, describe-register-1): Remove frameset-specific code.
10660
10661 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
10662
10663 * allout-widgets.el (allout-widgets-pre-command-business)
10664 (allout-widgets-post-command-business)
10665 (allout-widgets-after-change-handler)
10666 (allout-decorate-item-and-context, allout-set-boundary-marker)
10667 (allout-body-modification-handler)
10668 (allout-graphics-modification-handler): Mark ignored arguments.
10669 (allout-widgets-post-command-business)
10670 (allout-widgets-exposure-change-processor)
10671 (allout-widgets-exposure-undo-processor)
10672 (allout-decorate-item-and-context, allout-redecorate-visible-subtree)
10673 (allout-parse-item-at-point, allout-decorate-item-guides)
10674 (allout-decorate-item-cue, allout-item-span): Remove unused variables.
10675 * allout.el (epa-passphrase-callback-function): Declare.
10676 (allout-overlay-insert-in-front-handler)
10677 (allout-overlay-interior-modification-handler)
10678 (allout-isearch-end-handler, allout-chart-siblings)
10679 (allout-up-current-level, allout-end-of-level, allout-reindent-body)
10680 (allout-yank-processing, allout-process-exposed)
10681 (allout-latex-verb-quote, allout-latexify-one-item, outlineify-sticky)
10682 (allout-latex-verbatim-quote-curr-line): Remove unused variables.
10683 * emacs-lisp/lisp-mode.el (lisp-eval-defun, last-sexp-toggle-display)
10684 (lisp-indent-defform): Mark ignored arguments.
10685 (lisp-indent-line): Mark ignored arguments. Remove unused variables.
10686 (calculate-lisp-indent): Remove unused variables.
10687 * international/characters.el (indian-2-column, arabic-2-column)
10688 (tibetan): Mark ignored arguments.
10689 (use-cjk-char-width-table): Mark ignored arguments.
10690 Remove unused variables.
10691 * international/fontset.el (build-default-fontset-data)
10692 (x-compose-font-name, create-fontset-from-fontset-spec):
10693 Mark ignored arguments.
10694 (fontset-plain-name): Remove unused variables.
10695 * international/mule.el (charset-id, charset-bytes, generic-char-p)
10696 (keyboard-coding-system): Mark ignored arguments.
10697 (find-auto-coding): Remove unused variables. Use `ignore-errors'.
10698 * help.el (resize-temp-buffer-window):
10699 * window.el (display-buffer-in-major-side-window)
10700 (display-buffer-in-side-window, display-buffer-in-previous-window):
10701 Remove unused variables.
10702 * isearch.el (isearch-forward-symbol):
10703 * version.el (emacs-bzr-version-bzr):
10704 * international/mule-cmds.el (current-language-environment):
10705 * term/common-win.el (x-handle-iconic, x-handle-geometry)
10706 (x-handle-display):
10707 * term/pc-win.el (x-list-fonts, x-display-planes)
10708 (x-display-color-cells, x-server-max-request-size, x-server-vendor)
10709 (x-server-version, x-display-screens, x-display-mm-height)
10710 (x-display-mm-width, x-display-backing-store, x-display-visual-class)
10711 (x-selection-owner-p, x-own-selection-internal)
10712 (x-disown-selection-internal, x-get-selection-internal)
10713 (msdos-initialize-window-system):
10714 * term/tty-colors.el (tty-color-alist, tty-color-clear):
10715 * term/x-win.el (x-handle-no-bitmap-icon):
10716 * vc/vc-hooks.el (vc-mode, vc-default-make-version-backups-p)
10717 (vc-default-find-file-hook, vc-default-extra-menu):
10718 Mark ignored arguments.
10719
10720 2013-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
10721
10722 * emacs-lisp/edebug.el (edebug-debugger): Use edebug-eval to run the
10723 break-condition in the context of the debugged code (bug#12685).
10724
10725 2013-08-08 Christopher Schmidt <christopher@ch.ristopher.com>
10726
10727 * comint.el:
10728 Do not use an overlay to highlight the last prompt. (Bug#14744)
10729 (comint-mode): Make comint-last-prompt buffer local.
10730 (comint-last-prompt): New variable.
10731 (comint-last-prompt-overlay): Remove. Superseded by
10732 comint-last-prompt.
10733 (comint-snapshot-last-prompt, comint-output-filter):
10734 Use comint-last-prompt.
10735
10736 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
10737
10738 * frameset.el (frameset-valid-p): Check vector length. Doc fix.
10739 (frameset-save): Check validity of the resulting frameset.
10740
10741 2013-08-08 Xue Fuqiao <xfq.free@gmail.com>
10742
10743 * ido.el (ido-record-command): Add doc string.
10744
10745 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
10746
10747 * frameset.el (frameset): Do not disable creation of the default
10748 frameset-p predicate. Doc fix.
10749 (frameset-valid-p): New function, copied from the old predicate-p.
10750 Add additional checks.
10751 (frameset-restore): Check with frameset-valid-p.
10752 (frameset-p, frameset-version, frameset-timestamp, frameset-app)
10753 (frameset-name, frameset-description, frameset-properties)
10754 (frameset-states): Add docstring.
10755 (frameset-session-filter-alist, frameset-persistent-filter-alist)
10756 (frameset-filter-alist): Doc fixes.
10757
10758 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
10759
10760 * frameset.el (frameset-p, frameset-prop): Doc fixes.
10761
10762 2013-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
10763
10764 * emacs-lisp/bytecomp.el (byte-compile-function-warn): New function,
10765 extracted from byte-compile-callargs-warn and byte-compile-normal-call.
10766 (byte-compile-callargs-warn, byte-compile-function-form): Use it.
10767 (byte-compile-normal-call): Remove obsolescence check.
10768
10769 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
10770
10771 * frameset.el (frameset-restore): Doc fix.
10772
10773 * register.el (frameset-frame-id, frameset-frame-with-id)
10774 (frameset-p, frameset-restore, frameset-save): Declare.
10775 (register-alist): Document framesets.
10776 (frameset-session-filter-alist): Declare.
10777 (frameset-to-register): New function.
10778 (jump-to-register): Implement jumping to framesets. Doc fix.
10779 (describe-register-1): Describe framesets.
10780
10781 * bindings.el (ctl-x-r-map): Bind ?f to frameset-to-register.
10782
10783 2013-08-07 Juanma Barranquero <lekktu@gmail.com>
10784
10785 * desktop.el (desktop-save-frameset): Use new frameset-save args.
10786 Use lexical-binding.
10787
10788 * frameset.el (frameset): Use type vector, not list (incompatible
10789 change). Do not declare a new constructor, use the default one.
10790 Upgrade suggested properties `app', `name' and `desc' to slots `app',
10791 `name' and `description', respectively, and add read-only slot
10792 `timestamp'. Doc fixes.
10793 (frameset-copy, frameset-persistent-filter-alist)
10794 (frameset-filter-alist, frameset-switch-to-gui-p)
10795 (frameset-switch-to-tty-p, frameset-filter-tty-to-GUI)
10796 (frameset-filter-sanitize-color, frameset-filter-minibuffer)
10797 (frameset-filter-iconified, frameset-keep-original-display-p):
10798 Doc fixes.
10799 (frameset-filter-shelve-param, frameset-filter-unshelve-param):
10800 Rename from frameset-filter-(save|restore)-param. All callers changed.
10801 Doc fix.
10802 (frameset-p): Adapt to change to vector and be more thorough.
10803 Change arg name to OBJECT. Doc fix.
10804 (frameset-prop): Rename arg PROP to PROPERTY. Doc fix.
10805 (frameset-session-filter-alist): Rename from frameset-live-filter-alist.
10806 All callers changed.
10807 (frameset-frame-with-id): Rename from frameset-locate-frame-id.
10808 All callers changed.
10809 (frameset--record-minibuffer-relationships): Rename from
10810 frameset--process-minibuffer-frames. All callers changed.
10811 (frameset-save): Add new keyword arguments APP, NAME and DESCRIPTION.
10812 Use new default constructor (again). Doc fix.
10813 (frameset--find-frame-if): Rename from `frameset--find-frame'.
10814 All callers changed.
10815 (frameset--reuse-frame): Rename arg FRAME-CFG to PARAMETERS.
10816 (frameset--initial-params): Rename arg FRAME-CFG to PARAMETERS.
10817 Doc fix.
10818 (frameset--restore-frame): Rename args FRAME-CFG and WINDOW-CFG to
10819 PARAMETERS and WINDOW-STATE, respectively.
10820 (frameset-restore): Add new keyword argument PREDICATE.
10821 Reset frameset--target-display to nil. Doc fix.
10822
10823 2013-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
10824
10825 * progmodes/bat-mode.el (bat--syntax-propertize): New var.
10826 (bat-mode): Use it.
10827 (bat-mode-syntax-table): Mark \n as end-of-comment.
10828 (bat-font-lock-keywords): Remove comment rule.
10829
10830 * progmodes/bat-mode.el: Rename from dos.el. Use "bat-" prefix.
10831 (dos-mode-help): Remove. Use describe-mode (C-h m) instead.
10832
10833 * emacs-lisp/bytecomp.el: Check existence of f in #'f.
10834 (byte-compile-callargs-warn): Use `push'.
10835 (byte-compile-arglist-warn): Ignore higher-order "calls".
10836 (byte-compile-file-form-autoload): Use `pcase'.
10837 (byte-compile-function-form): If quoting a symbol, check that it exists.
10838
10839 2013-08-07 Eli Zaretskii <eliz@gnu.org>
10840
10841 * progmodes/dos.el (dos-font-lock-keywords): Rename LINUX to UNIX
10842 and add a few popular commands found in batch files.
10843 (dos, dos-label-face, dos-cmd-help, dos-run, dos-run-args)
10844 (dos-mode): Doc fixes.
10845
10846 2013-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
10847
10848 * progmodes/dos.el (auto-mode-alist): Add entries for dos-mode.
10849 (dos-mode): Use setq-local. Add space after "rem".
10850 (dos-mode-syntax-table): Don't use "w" for symbol chars.
10851 (dos-font-lock-keywords): Try to adjust font-lock rules accordingly.
10852
10853 2013-08-07 Arni Magnusson <arnima@hafro.is>
10854
10855 * progmodes/dos.el: New file.
10856 * generic-x.el (bat-generic-mode): Redefine as an obsolete alias to
10857 dos-mode.
10858
10859 2013-08-06 Glenn Morris <rgm@gnu.org>
10860
10861 * calendar/calendar.el: Add new faces, and day-header-array.
10862 (calendar-weekday-header, calendar-weekend-header)
10863 (calendar-month-header): New faces.
10864 (calendar-day-header-construct): New function.
10865 (calendar-day-header-width): Also :set calendar-day-header-array.
10866 (calendar-american-month-header, calendar-european-month-header)
10867 (calendar-iso-month-header): Use calendar- faces.
10868 (calendar-generate-month):
10869 Use calendar-day-header-array for day headers; apply faces to them.
10870 (calendar-mode): Check calendar-font-lock-keywords non-nil.
10871 (calendar-abbrev-construct): Add optional maxlen argument.
10872 (calendar-day-name-array): Doc fix.
10873 (calendar-day-name-array, calendar-abbrev-length)
10874 (calendar-day-abbrev-array):
10875 Also :set calendar-day-header-array, and maybe redraw.
10876 (calendar-day-header-array): New option. (Bug#15007)
10877 (calendar-font-lock-keywords): Set to nil and make obsolete.
10878 (calendar-day-name): Add option to use header array.
10879
10880 2013-08-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
10881
10882 * net/shr.el (shr-render-td): Remove debugging.
10883 (shr-render-td): Make width computation consistent by defaulting
10884 all zero-width columns to 10 characters. This may not be optimal,
10885 but it's at least consistent.
10886 (shr-make-table-1): Redo last change to fix the real problem in
10887 colspan handling.
10888
10889 2013-08-06 Dmitry Antipov <dmantipov@yandex.ru>
10890
10891 * files.el (cache-long-line-scans):
10892 Make obsolete alias to `cache-long-scans'.
10893
10894 2013-08-06 Juanma Barranquero <lekktu@gmail.com>
10895
10896 * frameset.el (frameset, frameset-filter-alist)
10897 (frameset-filter-params, frameset-save, frameset--reuse-frame)
10898 (frameset--minibufferless-last-p, frameset-restore): Doc fixes.
10899 (frameset-compute-pos): Rename from frameset--compute-pos,
10900 and add docstring.
10901 (frameset-move-onscreen): Use frameset-compute-pos.
10902 Most changes suggested by Drew Adams <drew.adams@oracle.com>.
10903
10904 * find-lisp.el (find-lisp-line-indent, find-lisp-find-dired-filter):
10905 Fix typos in docstrings.
10906
10907 2013-08-06 Dmitry Antipov <dmantipov@yandex.ru>
10908
10909 * frame.el (get-other-frame): Tiny cleanup.
10910
10911 2013-08-06 Juanma Barranquero <lekktu@gmail.com>
10912
10913 * vc/vc.el (vc-default-ignore-completion-table):
10914 Silence byte-compiler warning.
10915
10916 * frameset.el (frameset-p): Don't check non-nullness of the `properties'
10917 slot, which can indeed be nil.
10918 (frameset-live-filter-alist, frameset-persistent-filter-alist):
10919 Move entry for `left' from persistent to live filter alist.
10920 (frameset-filter-alist, frameset--minibufferless-last-p, frameset-save):
10921 Doc fixes.
10922 (frameset-filter-params): When restoring a frame, copy items added to
10923 `filtered', to avoid unwittingly modifying the original parameters.
10924 (frameset-move-onscreen): Rename from frameset--move-onscreen. Doc fix.
10925 (frameset--restore-frame): Fix reference to frameset-move-onscreen.
10926
10927 * dired.el (dired-insert-directory): Revert change in 2013-06-21T12:24:37Z!lekktu@gmail.com
10928 to use looking-at-p instead of looking-at. (Bug#15028)
10929
10930 2013-08-05 Stefan Monnier <monnier@iro.umontreal.ca>
10931
10932 Revert introduction of isearch-filter-predicates (bug#14714).
10933 Rely on add-function instead.
10934 * isearch.el (isearch-filter-predicates): Rename it back to
10935 isearch-filter-predicate.
10936 (isearch-message-prefix): Use advice-function-mapc and advice
10937 properties to get the isearch-message-prefix.
10938 (isearch-search, isearch-lazy-highlight-search): Revert to funcall
10939 instead of run-hook-with-args-until-failure.
10940 (isearch-filter-visible): Not obsolete any more.
10941 * loadup.el: Preload nadvice.
10942 * replace.el (perform-replace): Revert to funcall
10943 instead of run-hook-with-args-until-failure.
10944 * wdired.el (wdired-change-to-wdired-mode): Use add-function.
10945 * dired-aux.el (dired-isearch-filenames-mode): Rename from
10946 dired-isearch-filenames-toggle; make it into a proper minor mode.
10947 Use add/remove-function.
10948 (dired-isearch-filenames-setup, dired-isearch-filenames-end):
10949 Call the minor-mode rather than add/remove-hook.
10950 (dired-isearch-filter-filenames):
10951 Remove isearch-message-prefix property.
10952 * info.el (Info--search-loop): New function, extracted from Info-search.
10953 Funcall isearch-filter-predicate instead of
10954 run-hook-with-args-until-failure isearch-filter-predicates.
10955 (Info-search): Use it.
10956 (Info-mode): Use isearch-filter-predicate instead of
10957 isearch-filter-predicates.
10958
10959 2013-08-05 Dmitry Antipov <dmantipov@yandex.ru>
10960
10961 Do not call to `selected-window' where it is assumed by default.
10962 Affected functions are `window-minibuffer-p', `window-dedicated-p',
10963 `window-hscroll', `window-width', `window-height', `window-buffer',
10964 `window-frame', `window-start', `window-point', `next-window'
10965 and `window-display-table'.
10966 * abbrev.el (abbrev--default-expand):
10967 * bs.el (bs--show-with-configuration):
10968 * buff-menu.el (Buffer-menu-mouse-select):
10969 * calc/calc.el (calc):
10970 * calendar/calendar.el (calendar-generate-window):
10971 * calendar/diary-lib.el (diary-simple-display, diary-show-all-entries)
10972 (diary-make-entry):
10973 * comint.el (send-invisible, comint-dynamic-complete-filename)
10974 (comint-dynamic-simple-complete, comint-dynamic-list-completions):
10975 * completion.el (complete):
10976 * dabbrev.el (dabbrev-expand, dabbrev--make-friend-buffer-list):
10977 * disp-table.el (describe-current-display-table):
10978 * doc-view.el (doc-view-insert-image):
10979 * ebuff-menu.el (Electric-buffer-menu-mouse-select):
10980 * ehelp.el (with-electric-help):
10981 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
10982 * emacs-lisp/edebug.el (edebug-two-window-p, edebug-pop-to-buffer):
10983 * emacs-lisp/helper.el (Helper-help-scroller):
10984 * emulation/cua-base.el (cua--post-command-handler-1):
10985 * eshell/esh-mode.el (eshell-output-filter):
10986 * ffap.el (ffap-gnus-wrapper):
10987 * help-macro.el (make-help-screen):
10988 * hilit-chg.el (highlight-compare-buffers):
10989 * hippie-exp.el (hippie-expand, try-expand-dabbrev-visible):
10990 * hl-line.el (global-hl-line-highlight):
10991 * icomplete.el (icomplete-simple-completing-p):
10992 * isearch.el (isearch-done):
10993 * jit-lock.el (jit-lock-stealth-fontify):
10994 * mail/rmailsum.el (rmail-summary-scroll-msg-up):
10995 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
10996 * mpc.el (mpc-tagbrowser, mpc):
10997 * net/rcirc.el (rcirc-any-buffer):
10998 * play/gomoku.el (gomoku-max-width, gomoku-max-height):
10999 * play/landmark.el (landmark-max-width, landmark-max-height):
11000 * play/zone.el (zone):
11001 * progmodes/compile.el (compilation-goto-locus):
11002 * progmodes/ebrowse.el (ebrowse-view/find-file-and-search-pattern):
11003 * progmodes/etags.el (find-tag-other-window):
11004 * progmodes/fortran.el (fortran-column-ruler):
11005 * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
11006 * progmodes/verilog-mode.el (verilog-point-text):
11007 * reposition.el (reposition-window):
11008 * rot13.el (toggle-rot13-mode):
11009 * server.el (server-switch-buffer):
11010 * shell.el (shell-dynamic-complete-command)
11011 (shell-dynamic-complete-environment-variable):
11012 * simple.el (insert-buffer, set-selective-display)
11013 (delete-completion-window):
11014 * speedbar.el (speedbar-timer-fn, speedbar-center-buffer-smartly)
11015 (speedbar-recenter):
11016 * startup.el (fancy-splash-head):
11017 * textmodes/ispell.el (ispell-command-loop):
11018 * textmodes/makeinfo.el (makeinfo-compilation-sentinel-region):
11019 * tutorial.el (help-with-tutorial):
11020 * vc/add-log.el (add-change-log-entry):
11021 * vc/compare-w.el (compare-windows):
11022 * vc/ediff-help.el (ediff-indent-help-message):
11023 * vc/ediff-util.el (ediff-setup-control-buffer, ediff-position-region):
11024 * vc/ediff-wind.el (ediff-skip-unsuitable-frames)
11025 (ediff-setup-control-frame):
11026 * vc/emerge.el (emerge-position-region):
11027 * vc/pcvs-util.el (cvs-bury-buffer):
11028 * window.el (walk-windows, mouse-autoselect-window-select):
11029 * winner.el (winner-set-conf, winner-undo): Related users changed.
11030
11031 2013-08-05 Juanma Barranquero <lekktu@gmail.com>
11032
11033 * frameset.el (frameset--set-id): Doc fix.
11034 (frameset-frame-id, frameset-frame-id-equal-p)
11035 (frameset-locate-frame-id): New functions.
11036 (frameset--process-minibuffer-frames, frameset--reuse-frame)
11037 (frameset-restore): Use them.
11038
11039 2013-08-05 Dmitry Antipov <dmantipov@yandex.ru>
11040
11041 Do not call to `selected-frame' where it is assumed by default.
11042 Affected functions are `raise-frame', `redraw-frame',
11043 `frame-first-window', `frame-terminal' and `delete-frame'.
11044 * calendar/appt.el (appt-disp-window):
11045 * epg.el (epg-wait-for-completion):
11046 * follow.el (follow-delete-other-windows-and-split)
11047 (follow-avoid-tail-recenter):
11048 * international/mule.el (set-terminal-coding-system):
11049 * mail/rmail.el (rmail-mail-return):
11050 * net/newst-plainview.el (newsticker--buffer-set-uptodate):
11051 * progmodes/f90.el (f90-add-imenu-menu):
11052 * progmodes/idlw-toolbar.el (idlwave-toolbar-toggle):
11053 * server.el (server-switch-buffer):
11054 * simple.el (delete-completion-window):
11055 * talk.el (talk):
11056 * term/xterm.el (terminal-init-xterm-modify-other-keys)
11057 (xterm-turn-on-modify-other-keys, xterm-remove-modify-other-keys):
11058 * vc/ediff-util.el (ediff-status-info, ediff-show-diff-output):
11059 * vc/ediff.el (ediff-documentation): Related users changed.
11060 * frame.el (selected-terminal): Remove the leftover.
11061
11062 2013-08-05 Glenn Morris <rgm@gnu.org>
11063
11064 * calendar/calendar.el (calendar-generate-month):
11065 Fix for calendar-column-width != 1 + calendar-day-digit-width.
11066 (calendar-generate-month, calendar-font-lock-keywords):
11067 Fix for calendar-day-header-width > length of any day name.
11068
11069 2013-08-05 Juanma Barranquero <lekktu@gmail.com>
11070
11071 * desktop.el (desktop-clear): Use new name of sort predicate.
11072
11073 * frameset.el (frameset): Add docstring. Move :version property to its
11074 own `version' slot.
11075 (frameset-copy): Rename from copy-frameset.
11076 (frameset-p): Check more thoroughly.
11077 (frameset-prop): Do not check for :version, which is no longer a prop.
11078 (frameset-live-filter-alist, frameset-persistent-filter-alist):
11079 Use new :never value instead of t.
11080 (frameset-filter-alist): Expand and clarify docstring.
11081 (frameset-filter-tty-to-GUI, frameset-filter-sanitize-color)
11082 (frameset-filter-minibuffer, frameset-filter-save-param)
11083 (frameset-filter-restore-param, frameset-filter-iconified):
11084 Add pointer to docstring of frameset-filter-alist.
11085 (frameset-filter-params): Rename filter values to be more meaningful:
11086 :never instead of t, and reverse the meanings of :save and :restore.
11087 (frameset--process-minibuffer-frames): Clarify error message.
11088 (frameset-save): Avoid unnecessary and confusing call to framep.
11089 Use new BOA constructor for framesets.
11090 (frameset--reuse-list): Doc fix.
11091 (frameset--restore-frame): Rename from frameset--get-frame. Doc fix.
11092 (frameset--minibufferless-last-p): Rename from frameset--sort-states.
11093 (frameset-minibufferless-first-p): Doc fix.
11094 Rename from frameset-sort-frames-for-deletion.
11095 (frameset-restore): Doc fixes. Use new function names.
11096 Most changes suggested by Drew Adams <drew.adams@oracle.com>.
11097
11098 2013-08-04 Juanma Barranquero <lekktu@gmail.com>
11099
11100 * desktop.el (desktop-restore-forces-onscreen)
11101 (desktop-restore-reuses-frames): Document :keyword constant values.
11102 (desktop-filter-parameters-alist): Remove, now identical to
11103 frameset-filter-alist.
11104 (desktop--filter-tty*): Remove, moved to frameset.el.
11105 (desktop-save-frameset, desktop-restore-frameset):
11106 Do not pass :filters argument.
11107
11108 * frameset.el (frameset-live-filter-alist)
11109 (frameset-persistent-filter-alist): New variables.
11110 (frameset-filter-alist): Use them. Add autoload cookie.
11111 (frameset-filter-tty-to-GUI): Move from desktop.el and rename.
11112 (frameset--set-id, frameset--reuse-frame): Rename `frame-id' to
11113 `frameset--id' (it's supposed to be internal to frameset.el).
11114 (frameset--process-minibuffer-frames): Ditto. Doc fix.
11115 (frameset--initial-params): New function.
11116 (frameset--get-frame): Use it. Doc fix.
11117 (frameset--move-onscreen): Accept new PRED value for FORCE-ONSCREEN.
11118 Accept :all, not 'all.
11119 (frameset-restore): Add new predicate values for FORCE-ONSCREEN and
11120 FORCE-DISPLAY. Use :keywords for constant arguments to avoid collision
11121 with fbound symbols. Fix frame id matching, and remove matching ids if
11122 the frame being restored is deleted. Obey :delete.
11123
11124 2013-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
11125
11126 * subr.el (macrop): New function.
11127 (text-clone--maintaining): New var.
11128 (text-clone--maintain): Rename from text-clone-maintain. Use it
11129 instead of inhibit-modification-hooks.
11130
11131 * emacs-lisp/nadvice.el (advice--normalize): For aliases to macros, use
11132 a proxy, so as handle autoloads and redefinitions of the target.
11133 (advice--defalias-fset, advice-remove): Use advice--symbol-function.
11134
11135 * emacs-lisp/pcase.el (pcase-mutually-exclusive-predicates):
11136 Remove bogus (arrayp . stringp) pair. Add entries for `vectorp'.
11137 (pcase--mutually-exclusive-p): New function.
11138 (pcase--split-consp): Use it.
11139 (pcase--split-pred): Use it. Optimize the case where `pat' is a qpat
11140 mutually exclusive with the current predicate.
11141
11142 * emacs-lisp/edebug.el (edebug-lookup-function): Remove function.
11143 (edebug-macrop): Remove. Use `macrop' instead.
11144 * emacs-lisp/advice.el (ad-subr-p): Remove. Use `subrp' instead.
11145 (ad-macro-p):
11146 * eshell/esh-cmd.el (eshell-macrop):
11147 * apropos.el (apropos-macrop): Remove. Use `macrop' instead.
11148
11149 2013-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
11150
11151 * emacs-lisp/nadvice.el (advice-function-mapc): Rename from advice-mapc.
11152 (advice-mapc): New function, using it.
11153 (advice-function-member-p): New function.
11154 (advice--normalize): Store the cdr in advice--saved-rewrite since
11155 that's the part that will be changed.
11156 (advice--symbol-function): New function.
11157 (advice-remove): Handle removal before the function is defined.
11158 Adjust to new advice--saved-rewrite.
11159 (advice-member-p): Use advice-function-member-p and
11160 advice--symbol-function.
11161
11162 2013-08-04 Juanma Barranquero <lekktu@gmail.com>
11163
11164 * frameset.el (frameset-p, frameset-save): Fix autoload cookies.
11165 (frameset-filter-minibuffer): Doc fix.
11166 (frameset-restore): Fix autoload cookie. Fix typo in docstring.
11167 (frameset--set-id, frameset--process-minibuffer-frames)
11168 (frameset-restore): Rename parameter `frameset-id' to `frame-id'.
11169 (frameset--reuse-frame): Pass correct frame-id to frameset--find-frame.
11170
11171 * desktop.el (desktop-clear): Only delete frames when called
11172 interactively and desktop-restore-frames is non-nil. Doc fix.
11173 (desktop-read): Set desktop-saved-frameset to nil.
11174
11175 2013-08-04 Xue Fuqiao <xfq.free@gmail.com>
11176
11177 * vc/vc.el (vc-ignore): Rewrite.
11178 (vc-default-ignore-completion-table, vc--read-lines)
11179 (vc--add-line, vc--remove-regexp): New functions.
11180
11181 * vc/vc-svn.el (vc-svn-ignore): Doc fix.
11182 (vc-svn-ignore-completion-table): New function.
11183
11184 * vc/vc-hg.el (vc-hg-ignore): Rewrite.
11185 (vc-hg-ignore-completion-table)
11186 (vc-hg-find-ignore-file): New functions.
11187
11188 * vc/vc-git.el (vc-git-ignore): Rewrite.
11189 (vc-git-ignore-completion-table)
11190 (vc-git-find-ignore-file): New functions.
11191
11192 * vc/vc-dir.el (vc-dir-menu-map): Add menu for vc-dir-ignore.
11193
11194 * vc/vc-bzr.el (vc-bzr-ignore): Rewrite.
11195 (vc-bzr-ignore-completion-table)
11196 (vc-bzr-find-ignore-file): New functions.
11197
11198 2013-08-03 Juanma Barranquero <lekktu@gmail.com>
11199
11200 * frameset.el (frameset-prop): New function and setter.
11201 (frameset-save): Do not modify frame list passed by the caller.
11202
11203 2013-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
11204
11205 * emacs-lisp/package.el (package-desc-from-define): Ignore unknown keys.
11206
11207 2013-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
11208
11209 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode)
11210 (easy-mmode-define-navigation): Avoid ((lambda (..) ..) ...).
11211
11212 * custom.el (custom-initialize-default, custom-initialize-set)
11213 (custom-initialize-reset, custom-initialize-changed): Affect the
11214 toplevel-default-value (bug#6275, bug#14586).
11215 * emacs-lisp/advice.el (ad-compile-function): Undo previous workaround
11216 for bug#6275.
11217
11218 2013-08-02 Juanma Barranquero <lekktu@gmail.com>
11219
11220 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
11221 Add cl-def* expressions.
11222
11223 * frameset.el (frameset-filter-params): Fix order of arguments.
11224
11225 2013-08-02 Juanma Barranquero <lekktu@gmail.com>
11226
11227 Move code related to saving frames to frameset.el.
11228 * desktop.el: Require frameset.
11229 (desktop-restore-frames): Doc fix.
11230 (desktop-restore-reuses-frames): Rename from
11231 desktop-restoring-reuses-frames.
11232 (desktop-saved-frameset): Rename from desktop-saved-frame-states.
11233 (desktop-clear): Clear frames too.
11234 (desktop-filter-parameters-alist): Set from frameset-filter-alist.
11235 (desktop--filter-tty*, desktop-save, desktop-read):
11236 Use frameset functions.
11237 (desktop-before-saving-frames-functions, desktop--filter-*-color)
11238 (desktop--filter-minibuffer, desktop--filter-restore-desktop-parm)
11239 (desktop--filter-save-desktop-parm, desktop--filter-iconified-position)
11240 (desktop-restore-in-original-display-p, desktop--filter-frame-parms)
11241 (desktop--process-minibuffer-frames, desktop-save-frames)
11242 (desktop--reuse-list, desktop--compute-pos, desktop--move-onscreen)
11243 (desktop--find-frame, desktop--select-frame, desktop--make-frame)
11244 (desktop--sort-states, desktop-restoring-frames-p)
11245 (desktop-restore-frames): Remove. Most code moved to frameset.el.
11246 (desktop-restoring-frameset-p, desktop-restore-frameset)
11247 (desktop--check-dont-save, desktop-save-frameset): New functions.
11248 (desktop--app-id): New constant.
11249 (desktop-first-buffer, desktop-buffer-ok-count)
11250 (desktop-buffer-fail-count): Move before first use.
11251 * frameset.el: New file.
11252
11253 2013-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
11254
11255 * files.el: Use lexical-binding.
11256 (dir-locals-read-from-file): Remove unused `err' variable.
11257 (hack-dir-local-variables--warned-coding): New var.
11258 (hack-dir-local-variables): Use it to avoid repeated warnings.
11259 (make-backup-file-name--default-function): New function.
11260 (make-backup-file-name-function): Use it as default.
11261 (buffer-stale--default-function): New function.
11262 (buffer-stale-function): Use it as default.
11263 (revert-buffer-insert-file-contents--default-function): New function.
11264 (revert-buffer-insert-file-contents-function): Use it as default.
11265 (insert-directory): Avoid add-to-list.
11266
11267 * autorevert.el (auto-revert-handler): Simplify.
11268 Use buffer-stale--default-function.
11269
11270 2013-08-01 Tassilo Horn <tsdh@gnu.org>
11271
11272 * speedbar.el (speedbar-query-confirmation-method): Doc fix.
11273
11274 * whitespace.el (whitespace-ensure-local-variables): New function.
11275 (whitespace-cleanup-region): Call it.
11276 (whitespace-turn-on): Call it.
11277
11278 2013-08-01 Michael Albinus <michael.albinus@gmx.de>
11279
11280 Complete file name handlers.
11281
11282 * net/tramp.el (tramp-handle-set-visited-file-modtime)
11283 (tramp-handle-verify-visited-file-modtime)
11284 (tramp-handle-file-notify-rm-watch): New functions.
11285 (tramp-call-process): Do not bind `default-directory'.
11286
11287 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
11288 Order alphabetically.
11289 <access-file, add-name-to-file, dired-call-process>:
11290 <dired-compress-file, file-acl, file-notify-rm-watch>:
11291 <file-ownership-preserved-p, file-selinux-context>:
11292 <make-directory-internal, make-symbolic-link, set-file-acl>:
11293 <set-file-selinux-context, set-visited-file-modtime>:
11294 <verify-visited-file-modtime>: Add handler.
11295 (tramp-adb-handle-write-region): Apply `set-visited-file-modtime'.
11296
11297 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist)
11298 <file-notify-add-watch, file-notify-rm-watch>:
11299 <set-file-times, set-visited-file-modtime>:
11300 <verify-visited-file-modtime>: Add handler.
11301 (with-tramp-gvfs-error-message)
11302 (tramp-gvfs-handle-set-visited-file-modtime)
11303 (tramp-gvfs-fuse-file-name): Remove.
11304 (tramp-gvfs-handle-file-notify-add-watch)
11305 (tramp-gvfs-file-gvfs-monitor-file-process-filter): New defuns.
11306 (tramp-gvfs-handle-write-region): Fix error in moving tmpfile.
11307
11308 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
11309 Order alphabetically.
11310 <file-notify-rm-watch>: Use default Tramp handler.
11311 <executable-find>: Remove private handler.
11312 (tramp-do-copy-or-rename-file-out-of-band): Do not bind
11313 `default-directory'.
11314 (tramp-sh-handle-executable-find)
11315 (tramp-sh-handle-file-notify-rm-watch): Remove functions.
11316 (tramp-sh-file-gvfs-monitor-dir-process-filter)
11317 (tramp-sh-file-inotifywait-process-filter, tramp-set-remote-path):
11318 Do not use `format' in `tramp-message'.
11319
11320 * net/tramp-smb.el (tramp-smb-file-name-handler-alist)
11321 <file-notify-rm-watch, set-visited-file-modtime>:
11322 <verify-visited-file-modtime>: Add handler.
11323 (tramp-smb-call-winexe): Do not bind `default-directory'.
11324
11325 2013-08-01 Xue Fuqiao <xfq.free@gmail.com>
11326
11327 * vc/vc-hooks.el (vc-menu-map): Fix menu entry for vc-ignore.
11328
11329 2013-07-31 Dmitry Gutov <dgutov@yandex.ru>
11330
11331 * vc/log-view.el (log-view-diff): Extract `log-view-diff-common',
11332 use it.
11333 (log-view-diff-changeset): Same.
11334 (log-view-diff-common): Call backend command `previous-revision'
11335 to find out the previous revision, in both cases. Swap the
11336 variables `to' and `fr', so that `fr' usually refers to the
11337 earlier revision (Bug#14989).
11338
11339 2013-07-31 Kan-Ru Chen <kanru@kanru.info>
11340
11341 * ibuf-ext.el (ibuffer-filter-by-filename):
11342 Make it work with dired buffers too.
11343
11344 2013-07-31 Dmitry Antipov <dmantipov@yandex.ru>
11345
11346 * emacs-lisp/re-builder.el (reb-color-display-p):
11347 * files.el (save-buffers-kill-terminal):
11348 * net/browse-url.el (browse-url):
11349 * server.el (server-save-buffers-kill-terminal):
11350 * textmodes/reftex-toc.el (reftex-toc, reftex-toc-revert):
11351 Prefer nil to selected-frame for the first arg of frame-parameter.
11352
11353 2013-07-31 Xue Fuqiao <xfq.free@gmail.com>
11354
11355 * vc/vc-hooks.el (vc-menu-map): Add menu entry for vc-ignore.
11356
11357 2013-07-30 Stephen Berman <stephen.berman@gmx.net>
11358
11359 * minibuffer.el (completion--twq-all): Try and preserve each
11360 completion's case choice (bug#14907).
11361
11362 2013-07-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
11363
11364 * net/network-stream.el (open-network-stream): Mention the new
11365 :nogreeting parameter.
11366 (network-stream-open-starttls): Use the :nogreeting parameter
11367 (bug#14938).
11368
11369 * net/shr.el (shr-mouse-browse-url): Remove and use `shr-browse-url'.
11370
11371 * net/eww.el (eww-setup-buffer): Switching to the buffer seems
11372 more natural than popping.
11373
11374 * net/shr.el (shr-urlify): Put `follow-link' on URLs (bug#14815).
11375 (shr-urlify): Highlight under mouse.
11376
11377 2013-07-30 Xue Fuqiao <xfq.free@gmail.com>
11378
11379 * vc/vc-hooks.el (vc-prefix-map): Add key binding for vc-ignore.
11380
11381 * vc/vc-dir.el (vc-dir-mode-map): Change key binding for vc-dir-ignore.
11382
11383 * vc/vc-svn.el (vc-svn-ignore): Remove `interactive'. Use `*vc*'
11384 buffer for output.
11385
11386 * vc/vc-hg.el (vc-hg-ignore): Remove `interactive'. Do not assume
11387 point-min==1. Fix search string. Fix parentheses missing.
11388
11389 * vc/vc-git.el (vc-git-ignore): Remove `interactive'. Do not
11390 assume point-min==1. Fix search string. Fix parentheses missing.
11391
11392 * vc/vc-cvs.el (vc-cvs-ignore): Remove `interactive'.
11393
11394 * vc/vc-bzr.el (vc-bzr-ignore): Remove `interactive'. Use `*vc*'
11395 buffer for output.
11396
11397 2013-07-29 Eli Zaretskii <eliz@gnu.org>
11398
11399 * frame.el (frame-notice-user-settings): Avoid inflooping when the
11400 initial frame is minibuffer-less. (Bug#14841)
11401
11402 2013-07-29 Michael Albinus <michael.albinus@gmx.de>
11403
11404 * net/tramp.el (tramp-use-ssh-controlmaster-options): New customer
11405 option.
11406
11407 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
11408 (tramp-maybe-open-connection): Use it.
11409
11410 2013-07-28 Juanma Barranquero <lekktu@gmail.com>
11411
11412 * desktop.el (desktop--make-frame): Include `minibuffer' in the
11413 minimal set of parameters passed when creating a frame, because
11414 the minibuffer status of a frame cannot be changed later.
11415
11416 2013-07-28 Stephen Berman <stephen.berman@gmx.net>
11417
11418 * calendar/todo-mode.el (todo-rename-file): Fix incorrect use of
11419 replace-regexp-in-string and inadvertent omissions in previous change.
11420 (todo-filter-items): Ensure only file names are comma-separated in
11421 name of filtered items buffer.
11422
11423 2013-07-28 Juanma Barranquero <lekktu@gmail.com>
11424
11425 * desktop.el: Optionally force offscreen frames back onscreen.
11426 (desktop-restoring-reuses-frames): New option.
11427 (desktop--compute-pos, desktop--move-onscreen): New functions.
11428 (desktop--make-frame): Use desktop--move-onscreen.
11429
11430 2013-07-27 Alan Mackenzie <acm@muc.de>
11431
11432 Fontify a Java generic method as a function.
11433 * progmodes/cc-langs.el (c-recognize-<>-arglists): Set the Java
11434 value to t.
11435
11436 2013-07-27 Stephen Berman <stephen.berman@gmx.net>
11437
11438 * calendar/todo-mode.el: Add command to rename todo files.
11439 (todo-rename-file): New command.
11440 (todo-key-bindings-t): Add key binding for it. Change the
11441 bindings of todo-filter-regexp-items(-multifile) to use `x'
11442 instead of `r', since the latter is better suited to the new
11443 renaming command.
11444
11445 2013-07-27 Alan Mackenzie <acm@muc.de>
11446
11447 Make Java try-with-resources statement parse properly.
11448 * progmodes/cc-langs.el (c-block-stmt-1-2-kwds)
11449 (c-block-stmt-1-2-key): New language constants/variables.
11450 * progmodes/cc-engine.el (c-beginning-of-statement-1)
11451 (c-after-conditional): Adapt to deal with c-block-stmt-1-2-key.
11452 * progmodes/cc-fonts.el (c-font-lock-declarations): Adapt to deal
11453 with c-block-stmt-1-2-key.
11454
11455 2013-07-27 Juanma Barranquero <lekktu@gmail.com>
11456
11457 * desktop.el (desktop--make-frame): Apply most frame parameters after
11458 creating the frame to force (partially or totally) offscreen frames to
11459 be restored as such.
11460
11461 2013-07-26 Xue Fuqiao <xfq.free@gmail.com>
11462
11463 * vc/vc-dir.el (vc-dir-mode-map): Add binding for vc-root-diff.
11464 (Bug#14948)
11465
11466 2013-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
11467
11468 * emacs-lisp/nadvice.el (advice--called-interactively-skip): Use the new
11469 `base' arg of backtrace-frame.
11470
11471 2013-07-26 Eli Zaretskii <eliz@gnu.org>
11472
11473 * simple.el (list-processes): Doc fix.
11474
11475 2013-07-26 Juanma Barranquero <lekktu@gmail.com>
11476
11477 * desktop.el (desktop--select-frame):
11478 Try harder to reuse existing frames.
11479
11480 2013-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
11481
11482 * emacs-lisp/edebug.el: Use backtrace-eval to handle lexical variables.
11483 (edebug-eval): Use backtrace-eval.
11484 (edebug--display, edebug--recursive-edit): Don't let-bind the
11485 edebug-outer-* vars that keep track of variables we locally let-bind.
11486 (edebug-outside-excursion): Don't restore outside values of locally
11487 let-bound vars.
11488 (edebug--display): Use user-error.
11489 (cl-lexical-debug, cl-debug-env): Remove.
11490
11491 2013-07-26 Juanma Barranquero <lekktu@gmail.com>
11492
11493 * desktop.el (desktop-restore-frames): Call `sit-for' once all frames
11494 are restored to be sure that they are visible before deleting any
11495 remaining ones.
11496
11497 2013-07-26 Matthias Meulien <orontee@gmail.com>
11498
11499 * vc/vc-dir.el (vc-dir-mode-map): Add binding for
11500 vc-print-root-log. (Bug#14948)
11501
11502 2013-07-26 Richard Stallman <rms@gnu.org>
11503
11504 Add aliases for encrypting mail.
11505 * epa.el (epa-mail-aliases): New option.
11506 * epa-mail.el (epa-mail-encrypt): Rewrite to be callable from programs.
11507 Bind inhibit-read-only so read-only text doesn't ruin everything.
11508 (epa-mail-default-recipients): New subroutine broken out.
11509 Handle epa-mail-aliases.
11510
11511 2013-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
11512
11513 Add support for lexical variables to the debugger's `e' command.
11514 * emacs-lisp/debug.el (debug): Don't let-bind the debugger-outer-*
11515 vars, except for debugger-outer-match-data.
11516 (debugger-frame-number): Move check for "on a function call" from
11517 callers into it. Add `skip-base' argument.
11518 (debugger-frame, debugger-frame-clear): Simplify accordingly.
11519 (debugger-env-macro): Only reset the state stored in non-variables,
11520 i.e. current-buffer and match-data.
11521 (debugger-eval-expression): Rewrite using backtrace-eval.
11522 * subr.el (internal--called-interactively-p--get-frame): Remove.
11523 (called-interactively-p):
11524 * emacs-lisp/edebug.el (edebug--called-interactively-skip): Use the new
11525 `base' arg of backtrace-frame instead.
11526
11527 2013-07-26 Glenn Morris <rgm@gnu.org>
11528
11529 * align.el (align-regexp): Doc fix. (Bug#14857)
11530 (align-region): Explicit error if subexpression missing/does not match.
11531
11532 * simple.el (global-visual-line-mode):
11533 Do not duplicate the mode lighter. (Bug#14858)
11534
11535 2013-07-25 Martin Rudalics <rudalics@gmx.at>
11536
11537 * window.el (display-buffer): In display-buffer bind
11538 split-window-keep-point to t, bug#14829.
11539
11540 2013-07-25 Juanma Barranquero <lekktu@gmail.com>
11541
11542 * desktop.el: Rename internal "desktop-X" frame params to "desktop--X".
11543 (desktop-filter-parameters-alist, desktop--filter-restore-desktop-parm)
11544 (desktop--filter-save-desktop-parm, desktop--process-minibuffer-frames)
11545 (desktop--select-frame, desktop--sort-states, desktop-restore-frames):
11546 Change accordingly.
11547 (desktop--select-frame, desktop--sort-states, desktop-restore-frames):
11548 Use pcase-let, pcase-let* to deobfuscate access to desktop--mini values.
11549
11550 2013-07-25 Glenn Morris <rgm@gnu.org>
11551
11552 * dired-x.el (dired-mark-extension): Convert comment to doc string.
11553
11554 2013-07-25 Juanma Barranquero <lekktu@gmail.com>
11555
11556 * desktop.el (desktop--make-frame): Do not pass the `fullscreen'
11557 parameter to modify-frame-parameters if the value has not changed;
11558 this is a workaround for bug#14949.
11559 (desktop--make-frame): On cl-delete-if call, check parameter name,
11560 not full parameter.
11561
11562 2013-07-30 Xue Fuqiao <xfq.free@gmail.com>
11563
11564 * vc/vc.el (vc-ignore): New function.
11565
11566 * vc/vc-svn.el (vc-svn-ignore): New function.
11567
11568 * vc/vc-hg.el (vc-hg-ignore): New function.
11569
11570 * vc/vc-git.el (vc-git-ignore): New function.
11571
11572 * vc/vc-dir.el (vc-dir-mode-map): Add key binding for vc-dir-ignore
11573 (vc-dir-ignore): New function.
11574
11575 * vc/vc-cvs.el (vc-cvs-ignore): New function.
11576 (cvs-append-to-ignore): Move here from pcvs.el.
11577
11578 * vc/vc-bzr.el (vc-bzr-ignore): New function.
11579
11580 * vc/pcvs.el (vc-cvs): Require 'vc-cvs.
11581
11582 2013-07-24 Juanma Barranquero <lekktu@gmail.com>
11583
11584 * desktop.el (desktop-restoring-frames-p): Return a true boolean.
11585 (desktop-restore-frames): Warn when deleting an existing frame failed.
11586
11587 2013-07-24 Glenn Morris <rgm@gnu.org>
11588
11589 * ffap.el (ffap-machine-p): Handle "not known" response. (Bug#14929)
11590
11591 2013-07-24 Michael Albinus <michael.albinus@gmx.de>
11592
11593 * filenotify.el (file-notify-supported-p):
11594 * net/tramp-sh.el (tramp-sh-handle-file-notify-supported-p):
11595 Remove functions.
11596
11597 * autorevert.el (auto-revert-use-notify)
11598 (auto-revert-notify-add-watch):
11599 * net/tramp.el (tramp-file-name-for-operation):
11600 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
11601 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
11602 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
11603 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
11604 Remove `file-notify-supported-p' entry.
11605
11606 2013-07-24 Glenn Morris <rgm@gnu.org>
11607
11608 * printing.el: Replace all uses of deleted ps-windows-system,
11609 ps-lp-system, ps-flatten-list with lpr- versions.
11610
11611 2013-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
11612
11613 * emacs-lisp/pcase.el (pcase--u1): Verify if self-quoting values can be
11614 checked with memq (bug#14935).
11615
11616 * files.el (revert-buffer-function): Use a non-nil default.
11617 (revert-buffer-preserve-modes): Declare var to
11618 provide access to the `preserve-modes' argument.
11619 (revert-buffer): Let-bind it.
11620 (revert-buffer--default): New function, extracted from revert-buffer.
11621
11622 2013-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
11623
11624 * lpr.el: Signal print errors more prominently.
11625 (print-region-function): Don't default to nil.
11626 (lpr-print-region): New function, extracted from print-region-1.
11627 Check lpr's return value and signal an error in case of problem.
11628 (print-region-1): Use it.
11629 * ps-print.el (ps-windows-system, ps-lp-system): Remove. Use the lpr-*
11630 versions instead.
11631 (ps-printer-name): Default to nil.
11632 (ps-printer-name-option): Default to lpr-printer-switch.
11633 (ps-print-region-function): Don't default to nil.
11634 (ps-postscript-code-directory): Simplify default.
11635 (ps-do-despool): Use lpr-print-region to properly check the outcome.
11636 (ps-string-list, ps-eval-switch, ps-flatten-list)
11637 (ps-flatten-list-1): Remove.
11638 (ps-multibyte-buffer): Avoid setq.
11639 * dos-w32.el (direct-print-region-helper): Use proper regexp operators.
11640 (print-region-function, ps-print-region-function): Don't set them here.
11641
11642 2013-07-24 Xue Fuqiao <xfq.free@gmail.com>
11643
11644 * ido.el (ido-fractionp, ido-cache-ftp-work-directory-time)
11645 (ido-max-prospects, ido-mode, ido-max-file-prompt-width)
11646 (ido-unc-hosts-cache, ido-max-directory-size, ido-max-dir-file-cache)
11647 (ido-decorations): Doc fix.
11648
11649 * ansi-color.el: Fix old URL.
11650
11651 2013-07-23 Michael R. Mauger <michael@mauger.com>
11652
11653 * progmodes/sql.el: Version 3.3
11654 (sql-product-alist): Improve oracle :prompt-cont-regexp.
11655 (sql-starts-with-prompt-re, sql-ends-with-prompt-re): New functions.
11656 (sql-interactive-remove-continuation-prompt): Rewrite, use
11657 functions above. Fix continuation prompt and complete output line
11658 handling.
11659 (sql-redirect-one, sql-execute): Use `read-only-mode' on
11660 redirected output buffer.
11661 (sql-mode): Restore deleted code (Bug#13591).
11662
11663 2013-07-23 Juanma Barranquero <lekktu@gmail.com>
11664
11665 * desktop.el (desktop-clear, desktop-list*): Fix previous change.
11666
11667 2013-07-23 Michael Albinus <michael.albinus@gmx.de>
11668
11669 * net/tramp.el (tramp-handle-file-notify-add-watch): New defun.
11670
11671 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
11672 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
11673 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Use it.
11674
11675 2013-07-23 Juanma Barranquero <lekktu@gmail.com>
11676
11677 * desktop.el (desktop-clear): Simplify; remove useless checks
11678 against invalid buffer names.
11679 (desktop-list*): Use cl-list*.
11680 (desktop-buffer-info, desktop-create-buffer): Simplify.
11681
11682 2013-07-23 Leo Liu <sdl.web@gmail.com>
11683
11684 * bookmark.el (bookmark-make-record): Restore NAME as a default
11685 value. (Bug#14933)
11686
11687 2013-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
11688
11689 * emacs-lisp/autoload.el (autoload--setup-output): New function,
11690 extracted from autoload--insert-text.
11691 (autoload--insert-text): Remove.
11692 (autoload--print-cookie-text): New function, extracted from
11693 autoload--insert-cookie-text.
11694 (autoload--insert-cookie-text): Remove.
11695 (autoload-generate-file-autoloads): Adjust calls accordingly.
11696
11697 * winner.el (winner-hook-installed-p): Remove.
11698 (winner-mode): Simplify accordingly.
11699
11700 * subr.el (add-to-list): Fix compiler-macro when `append' is
11701 not constant. Don't use `cl-member' for the base case.
11702
11703 * progmodes/subword.el: Fix boundary case (bug#13758).
11704 (subword-forward-regexp): Make it a constant. Wrap optional \\W in its
11705 own group.
11706 (subword-backward-regexp): Make it a constant.
11707 (subword-forward-internal): Don't treat a trailing capital as the
11708 beginning of a word.
11709
11710 2013-07-22 Ari Roponen <ari.roponen@gmail.com> (tiny change)
11711
11712 * emacs-lisp/package.el (package-menu-mode): Don't modify the
11713 global value of tabulated-list-revert-hook (bug#14930).
11714
11715 2013-07-22 Juanma Barranquero <lekktu@gmail.com>
11716
11717 * desktop.el: Require 'cl-lib.
11718 (desktop-before-saving-frames-functions): New hook.
11719 (desktop--process-minibuffer-frames): Set desktop-mini parameter only
11720 for frames being saved. Rename from desktop--save-minibuffer-frames.
11721 (desktop-save-frames): Run hook desktop-before-saving-frames-functions.
11722 Do not save frames with non-nil `desktop-dont-save' parameter.
11723 Filter out deleted frames.
11724 (desktop--find-frame): Use cl-find-if.
11725 (desktop--select-frame): Use cl-(first|second|third) to access values
11726 of desktop-mini.
11727 (desktop--make-frame): Use cl-delete-if.
11728 (desktop--sort-states): Fix sorting of minibuffer-owning frames.
11729 (desktop-restore-frames): Use cl-(first|second|third) to access values
11730 of desktop-mini. Look for visible frame at the end, not while
11731 restoring frames.
11732
11733 * dired-x.el (dired-mark-unmarked-files, dired-virtual)
11734 (dired-guess-default, dired-mark-sexp, dired-filename-at-point):
11735 Use string-match-p, looking-at-p (bug#14927).
11736
11737 2013-07-21 Juanma Barranquero <lekktu@gmail.com>
11738
11739 * desktop.el (desktop-saved-frame-states):
11740 Rename from desktop--saved-states; all users changed.
11741 (desktop-save-frames): Rename from desktop--save-frames.
11742 Do not save state to desktop file.
11743 (desktop-save): Save desktop-saved-frame-states to desktop file
11744 and reset to nil.
11745 (desktop-restoring-frames-p): New function.
11746 (desktop-restore-frames): Use it. Rename from desktop--restore-frames.
11747 (desktop-read): Use desktop-restoring-frames-p. Do not try to fix
11748 buffer-lists when restoring frames. Suggested by Martin Rudalics.
11749
11750 * desktop.el: Correctly restore iconified frames.
11751 (desktop--filter-iconified-position): New function.
11752 (desktop-filter-parameters-alist): Add entries for `top' and `left'.
11753
11754 2013-07-20 Glenn Morris <rgm@gnu.org>
11755
11756 * progmodes/gdb-mi.el (gdb-delete-handler, gdb-stopped):
11757 Let `message' do the formatting.
11758 (def-gdb-preempt-display-buffer): Add explicit format.
11759
11760 * image-dired.el (image-dired-track-original-file):
11761 Use with-current-buffer.
11762 (image-dired-track-thumbnail): Use with-current-buffer.
11763 Avoid changing point of wrong window.
11764
11765 * image-dired.el (image-dired-track-original-file):
11766 Avoid changing point of wrong window. (Bug#14909)
11767
11768 2013-07-20 Richard Copley <rcopley@gmail.com> (tiny change)
11769
11770 * progmodes/gdb-mi.el (gdb-done-or-error):
11771 Guard against "%" in gdb output. (Bug#14127)
11772
11773 2013-07-20 Andreas Schwab <schwab@linux-m68k.org>
11774
11775 * progmodes/sh-script.el (sh-read-variable): Remove interactive spec.
11776 (Bug#14826)
11777
11778 * international/mule.el (coding-system-iso-2022-flags): Fix last
11779 change.
11780
11781 2013-07-20 Kenichi Handa <handa@gnu.org>
11782
11783 * international/mule.el (coding-system-iso-2022-flags):
11784 Add `8-bit-level-4'. (Bug#8522)
11785
11786 2013-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
11787
11788 * net/shr.el (shr-mouse-browse-url): New command and keystroke
11789 (bug#14815).
11790
11791 * net/eww.el (eww-process-text-input): Allow inputting when the
11792 point is at the start of the line, as the properties aren't
11793 front-sticky.
11794
11795 * net/shr.el (shr-make-table-1): Ensure that we don't infloop on
11796 degenerate widths.
11797
11798 2013-07-19 Richard Stallman <rms@gnu.org>
11799
11800 * epa.el (epa-popup-info-window): Doc fix.
11801
11802 * subr.el (split-string): New arg TRIM.
11803
11804 2013-07-18 Juanma Barranquero <lekktu@gmail.com>
11805
11806 * frame.el (blink-cursor-timer-function, blink-cursor-suspend):
11807 Add check for W32 (followup to 2013-07-16T11:41:06Z!jan.h.d@swipnet.se).
11808
11809 2013-07-18 Michael Albinus <michael.albinus@gmx.de>
11810
11811 * filenotify.el (file-notify--library): Rename from
11812 `file-notify-support'. Do not autoload. Adapt all uses.
11813 (file-notify-supported-p): New defun.
11814
11815 * autorevert.el (auto-revert-use-notify):
11816 Use `file-notify-supported-p' instead of `file-notify-support'.
11817 Adapt docstring.
11818 (auto-revert-notify-add-watch): Use `file-notify-supported-p'.
11819
11820 * net/tramp.el (tramp-file-name-for-operation):
11821 Add `file-notify-supported-p'.
11822
11823 * net/tramp-sh.el (tramp-sh-handle-file-notify-supported-p):
11824 New defun.
11825 (tramp-sh-file-name-handler-alist): Add it as handler for
11826 `file-notify-supported-p '.
11827
11828 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
11829 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
11830 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
11831 Add `ignore' as handler for `file-notify-*' functions.
11832
11833 2013-07-17 Eli Zaretskii <eliz@gnu.org>
11834
11835 * simple.el (line-move-partial, line-move): Don't start vscroll or
11836 scroll-up if the current line is not taller than the window.
11837 (Bug#14881)
11838
11839 2013-07-16 Dmitry Gutov <dgutov@yandex.ru>
11840
11841 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Do not
11842 highlight question marks in the method names as strings.
11843 (ruby-block-beg-keywords): Inline.
11844 (ruby-font-lock-keyword-beg-re): Extract from
11845 `ruby-font-lock-keywords'.
11846
11847 2013-07-16 Jan Djärv <jan.h.d@swipnet.se>
11848
11849 * frame.el (blink-cursor-blinks): New defcustom.
11850 (blink-cursor-blinks-done): New defvar.
11851 (blink-cursor-start): Set blink-cursor-blinks-done to 1.
11852 (blink-cursor-timer-function): Check if number of blinks has been
11853 done on X and NS.
11854 (blink-cursor-suspend, blink-cursor-check): New defuns.
11855
11856 2013-07-15 Glenn Morris <rgm@gnu.org>
11857
11858 * edmacro.el (edmacro-format-keys): Fix previous change.
11859
11860 2013-07-15 Paul Eggert <eggert@cs.ucla.edu>
11861
11862 * shell.el (explicit-bash-args): Remove obsolete hack for Bash 1.x.
11863 The hack didn't work outside English locales anyway.
11864
11865 2013-07-15 Juanma Barranquero <lekktu@gmail.com>
11866
11867 * simple.el (define-alternatives): Rename from alternatives-define,
11868 per RMS' suggestion.
11869
11870 2013-07-14 Juanma Barranquero <lekktu@gmail.com>
11871
11872 * desktop.el (desktop-restore-frames): Change default to t.
11873 (desktop-restore-in-current-display): Now offer more options.
11874 (desktop-restoring-reuses-frames): New customization option.
11875 (desktop--saved-states): Doc fix.
11876 (desktop-filter-parameters-alist): New variable, renamed and expanded
11877 from desktop--excluded-frame-parameters.
11878 (desktop--target-display): New variable.
11879 (desktop-switch-to-gui-p, desktop-switch-to-tty-p)
11880 (desktop--filter-tty*, desktop--filter-*-color)
11881 (desktop--filter-minibuffer, desktop--filter-restore-desktop-parm)
11882 (desktop--filter-save-desktop-parm)
11883 (desktop-restore-in-original-display-p): New functions.
11884 (desktop--filter-frame-parms): Use new desktop-filter-parameters-alist.
11885 (desktop--save-minibuffer-frames): New function, inspired by a similar
11886 function from Martin Rudalics.
11887 (desktop--save-frames): Call it; play nice with desktop-globals-to-save.
11888 (desktop--restore-in-this-display-p): Remove.
11889 (desktop--find-frame): Rename from desktop--find-frame-in-display
11890 and add predicate argument.
11891 (desktop--make-full-frame): Remove, integrated into desktop--make-frame.
11892 (desktop--reuse-list): New variable.
11893 (desktop--select-frame, desktop--make-frame, desktop--sort-states):
11894 New functions.
11895 (desktop--restore-frames): Add support for "minibuffer-special" frames.
11896
11897 2013-07-14 Michael Albinus <michael.albinus@gmx.de>
11898
11899 * net/tramp-sh.el (tramp-sh-handle-vc-registered): Use `ignore-error'.
11900
11901 2013-07-13 Dmitry Gutov <dgutov@yandex.ru>
11902
11903 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
11904 Highlight conversion methods on Kernel.
11905
11906 2013-07-13 Alan Mackenzie <acm@muc.de>
11907
11908 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Label CASE 13
11909 and comment it out. This out-commenting enables certain C++
11910 declarations to be parsed correctly.
11911
11912 2013-07-13 Eli Zaretskii <eliz@gnu.org>
11913
11914 * international/mule.el (define-coding-system): Doc fix.
11915
11916 * simple.el (default-font-height): Don't call font-info if the
11917 frame's default font didn't change since the frame was created.
11918 (Bug#14838)
11919
11920 2013-07-13 Leo Liu <sdl.web@gmail.com>
11921
11922 * ido.el (ido-read-file-name): Guard against non-symbol value.
11923
11924 2013-07-13 Fabián Ezequiel Gallina <fgallina@gnu.org>
11925
11926 * progmodes/python.el (python-imenu--build-tree): Fix corner case
11927 in nested defuns.
11928
11929 2013-07-13 Leo Liu <sdl.web@gmail.com>
11930
11931 * ido.el (ido-exhibit): Handle ido-enter-matching-directory before
11932 ido-set-matches call. (Bug#6852)
11933
11934 2013-07-12 Dmitry Gutov <dgutov@yandex.ru>
11935
11936 * progmodes/ruby-mode.el (ruby-percent-literals-beg-re)
11937 (ruby-syntax-expansion-allowed-p): Support array of symbols, for
11938 Ruby 2.0.
11939 (ruby-font-lock-keywords): Distinguish calls to functions with
11940 module-like names from module references. Highlight character
11941 literals.
11942
11943 2013-07-12 Sergio Durigan Junior <sergiodj@riseup.net> (tiny change)
11944
11945 * progmodes/gdb-mi.el (gdb-strip-string-backslash): New function.
11946 (gdb-send): Handle continued commands. (Bug#14847)
11947
11948 2013-07-12 Juanma Barranquero <lekktu@gmail.com>
11949
11950 * desktop.el (desktop--v2s): Remove unused local variable.
11951 (desktop-save-buffer): Make defvar-local; adjust docstring.
11952 (desktop-auto-save-timeout, desktop-owner): Use ignore-errors.
11953 (desktop-clear, desktop-save-buffer-p): Use string-match-p.
11954
11955 2013-07-12 Andreas Schwab <schwab@linux-m68k.org>
11956
11957 * emacs-lisp/map-ynp.el (map-y-or-n-p): Fix last change.
11958
11959 2013-07-12 Eli Zaretskii <eliz@gnu.org>
11960
11961 * simple.el (next-line, previous-line): Document TRY-VSCROLL and ARG.
11962 (Bug#14842)
11963
11964 2013-07-12 Glenn Morris <rgm@gnu.org>
11965
11966 * doc-view.el: Require cl-lib at runtime too.
11967 (doc-view-remove-if): Remove.
11968 (doc-view-search-next-match, doc-view-search-previous-match):
11969 Use cl-remove-if.
11970
11971 * edmacro.el: Require cl-lib at runtime too.
11972 (edmacro-format-keys, edmacro-parse-keys): Use cl-mismatch, cl-subseq.
11973 (edmacro-mismatch, edmacro-subseq): Remove.
11974
11975 * shadowfile.el: Require cl-lib.
11976 (shadow-remove-if): Remove.
11977 (shadow-set-cluster, shadow-shadows-of-1, shadow-remove-from-todo):
11978 Use cl-remove-if.
11979
11980 * wid-edit.el: Require cl-lib.
11981 (widget-choose): Use cl-remove-if.
11982 (widget-remove-if): Remove.
11983
11984 * progmodes/ebrowse.el: Require cl-lib at runtime too.
11985 (ebrowse-delete-if-not): Remove.
11986 (ebrowse-browser-buffer-list, ebrowse-member-buffer-list)
11987 (ebrowse-tree-buffer-list, ebrowse-same-tree-member-buffer-list):
11988 Use cl-delete-if-not.
11989
11990 2013-07-12 Juanma Barranquero <lekktu@gmail.com>
11991
11992 * emacs-lisp/cl-macs.el (cl-multiple-value-bind, cl-multiple-value-setq)
11993 (cl-the, cl-declare, cl-defstruct): Fix typos in docstrings.
11994
11995 2013-07-12 Leo Liu <sdl.web@gmail.com>
11996
11997 * ido.el (dired-do-copy, dired): Set 'ido property. (Bug#11954)
11998
11999 2013-07-11 Glenn Morris <rgm@gnu.org>
12000
12001 * emacs-lisp/edebug.el: Require cl-lib at run-time too.
12002 (edebug-gensym-index, edebug-gensym):
12003 Remove reimplementation of cl-gensym.
12004 (edebug-make-enter-wrapper, edebug-make-form-wrapper): Use cl-gensym.
12005
12006 * thumbs.el: Require cl-lib at run-time too.
12007 (thumbs-gensym-counter, thumbs-gensym):
12008 Remove reimplementation of cl-gensym.
12009 (thumbs-temp-file): Use cl-gensym.
12010
12011 * emacs-lisp/ert.el: Require cl-lib at runtime too.
12012 (ert--cl-do-remf, ert--remprop, ert--remove-if-not)
12013 (ert--intersection, ert--set-difference, ert--set-difference-eq)
12014 (ert--union, ert--gensym-counter, ert--gensym-counter)
12015 (ert--coerce-to-vector, ert--remove*, ert--string-position)
12016 (ert--mismatch, ert--subseq): Remove reimplementations of cl funcs.
12017 (ert-make-test-unbound, ert--expand-should-1)
12018 (ert--expand-should, ert--should-error-handle-error)
12019 (should-error, ert--explain-equal-rec)
12020 (ert--plist-difference-explanation, ert-select-tests)
12021 (ert--make-stats, ert--remove-from-list, ert--string-first-line):
12022 Use cl-lib functions rather than reimplementations.
12023
12024 2013-07-11 Michael Albinus <michael.albinus@gmx.de>
12025
12026 * net/tramp.el (tramp-methods): Extend docstring.
12027 (tramp-connection-timeout): New defcustom.
12028 (tramp-error-with-buffer): Reset timestamp only when appropriate.
12029 (with-tramp-progress-reporter): Simplify.
12030 (tramp-process-actions): Improve messages.
12031
12032 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
12033 * net/tramp-sh.el (tramp-maybe-open-connection):
12034 Use `tramp-connection-timeout'.
12035 (tramp-methods) <su, sudo, ksu>: Add method specific timeouts.
12036 (Bug#14808)
12037
12038 2013-07-11 Leo Liu <sdl.web@gmail.com>
12039
12040 * ido.el (ido-read-file-name): Conform to the requirements of
12041 read-file-name. (Bug#11861)
12042 (ido-read-directory-name): Conform to the requirements of
12043 read-directory-name.
12044
12045 2013-07-11 Juanma Barranquero <lekktu@gmail.com>
12046
12047 * subr.el (delay-warning): New function.
12048
12049 2013-07-10 Eli Zaretskii <eliz@gnu.org>
12050
12051 * simple.el (default-line-height): New function.
12052 (line-move-partial, line-move): Use it instead of computing the
12053 line height inline.
12054 (line-move-partial): Always compute ROWH. If the last line is
12055 partially-visible, but its text is completely visible, allow
12056 cursor to enter such a partially-visible line.
12057
12058 2013-07-10 Michael Albinus <michael.albinus@gmx.de>
12059
12060 Improve error messages. (Bug#14808)
12061
12062 * net/tramp.el (tramp-current-connection): New defvar, moved from
12063 tramp-sh.el.
12064 (tramp-message-show-progress-reporter-message): Remove, not
12065 needed anymore.
12066 (tramp-error-with-buffer): Show message in minibuffer.
12067 Discard input before waiting. Reset connection timestamp.
12068 (with-tramp-progress-reporter): Improve messages.
12069 (tramp-process-actions): Use progress reporter. Delete process in
12070 case of error. Improve messages.
12071
12072 * net/tramp-sh.el (tramp-barf-if-no-shell-prompt): Use condition-case.
12073 Call `tramp-error-with-buffer' with vector and buffer.
12074 (tramp-current-connection): Remove.
12075 (tramp-maybe-open-connection): The car of
12076 `tramp-current-connection' are the first 3 slots of the vector.
12077
12078 2013-07-10 Teodor Zlatanov <tzz@lifelogs.com>
12079
12080 * progmodes/cfengine.el (cfengine3-indent-line): Do not indent
12081 inside continued strings.
12082
12083 2013-07-10 Paul Eggert <eggert@cs.ucla.edu>
12084
12085 Timestamp fixes for undo (Bug#14824).
12086 * files.el (clear-visited-file-modtime): Move here from fileio.c.
12087
12088 2013-07-10 Leo Liu <sdl.web@gmail.com>
12089
12090 * files.el (require-final-newline): Allow safe local value.
12091 (Bug#14834)
12092
12093 2013-07-09 Leo Liu <sdl.web@gmail.com>
12094
12095 * ido.el (ido-read-directory-name): Handle fallback.
12096 (ido-read-file-name): Update DIR to ido-current-directory.
12097 (Bug#1516)
12098 (ido-add-virtual-buffers-to-list): Robustify. (Bug#14552)
12099
12100 2013-07-09 Dmitry Gutov <dgutov@yandex.ru>
12101
12102 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Remove extra
12103 "autoload". Remove "warn lower camel case" section, previously
12104 commented out. Highlight negation char. Do not highlight the
12105 target in singleton method definitions.
12106
12107 2013-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
12108
12109 * faces.el (tty-setup-hook): Declare the hook.
12110
12111 * emacs-lisp/pcase.el (pcase--split-pred): Add `vars' argument to try
12112 and detect when a guard/pred depends on local vars (bug#14773).
12113 (pcase--u1): Adjust caller.
12114
12115 2013-07-08 Eli Zaretskii <eliz@gnu.org>
12116
12117 * simple.el (line-move-partial, line-move): Account for
12118 line-spacing.
12119 (line-move-partial): Avoid setting vscroll when the last
12120 partially-visible line in window is of default height.
12121
12122 2013-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
12123
12124 * net/shr.el (shr-map): Reinstate the `u' key binding, since it's
12125 been used a while.
12126
12127 2013-07-07 Juanma Barranquero <lekktu@gmail.com>
12128
12129 * subr.el (read-quoted-char): Remove unused local variable `char'.
12130
12131 2013-07-07 Michael Kifer <kifer@cs.stonybrook.edu>
12132
12133 * ediff.el (ediff-version): Version update.
12134 (ediff-files-command, ediff3-files-command, ediff-merge-command)
12135 (ediff-merge-with-ancestor-command, ediff-directories-command)
12136 (ediff-directories3-command, ediff-merge-directories-command)
12137 (ediff-merge-directories-with-ancestor-command): New functions.
12138 All are command-line interfaces to ediff: to facilitate calling
12139 Emacs with the appropriate ediff functions invoked.
12140
12141 * viper-cmd.el (viper-del-forward-char-in-insert): New function.
12142 (viper-save-kill-buffer): Check if buffer is modified.
12143
12144 * viper.el (viper-version): Version update.
12145 (viper-emacs-state-mode-list): Add egg-status-buffer-mode.
12146
12147 2013-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
12148
12149 * faces.el (tty-run-terminal-initialization): Run new tty-setup-hook.
12150 * viper-cmd.el (viper-envelop-ESC-key): Remove function.
12151 (viper-intercept-ESC-key): Simplify.
12152 * viper-keym.el (viper-ESC-key): Make it a constant, don't use kbd.
12153 * viper.el (viper--tty-ESC-filter, viper--lookup-key)
12154 (viper-catch-tty-ESC, viper-uncatch-tty-ESC)
12155 (viper-setup-ESC-to-escape): New functions.
12156 (viper-go-away, viper-set-hooks): Call viper-setup-ESC-to-escape.
12157 (viper-set-hooks): Do not modify flyspell-mode-hook. (Bug#13793)
12158
12159 2013-07-07 Eli Zaretskii <eliz@gnu.org>
12160
12161 * simple.el (default-font-height, window-screen-lines):
12162 New functions.
12163 (line-move, line-move-partial): Use them instead of
12164 frame-char-height and window-text-height. This makes scrolling
12165 text smoother when the buffer's default face uses a font that is
12166 different from the frame's default font.
12167
12168 2013-07-06 Jan Djärv <jan.h.d@swipnet.se>
12169
12170 * files.el (write-file): Do not display confirm dialog for NS,
12171 it does its own dialog, which can't be canceled (Bug#14578).
12172
12173 2013-07-06 Eli Zaretskii <eliz@gnu.org>
12174
12175 * simple.el (line-move-partial): Adjust the row returned by
12176 posn-at-point for the current window-vscroll. (Bug#14567)
12177
12178 2013-07-06 Michael Albinus <michael.albinus@gmx.de>
12179
12180 * net/tramp-sh.el (tramp-sh-file-gvfs-monitor-dir-process-filter)
12181 (tramp-sh-file-inotifywait-process-filter): Handle file names with
12182 spaces.
12183
12184 2013-07-06 Martin Rudalics <rudalics@gmx.at>
12185
12186 * window.el (window-state-put-stale-windows): New variable.
12187 (window--state-put-2): Save list of windows without matching buffer.
12188 (window-state-put): Remove "bufferless" windows if possible.
12189
12190 2013-07-06 Juanma Barranquero <lekktu@gmail.com>
12191
12192 * simple.el (alternatives-define): Remove leftover :group keyword.
12193 Tweak docstring.
12194
12195 2013-07-06 Leo Liu <sdl.web@gmail.com>
12196
12197 * ido.el (ido-use-virtual-buffers): Allow new value 'auto.
12198 (ido-enable-virtual-buffers): New variable.
12199 (ido-buffer-internal, ido-toggle-virtual-buffers)
12200 (ido-make-buffer-list): Use it.
12201 (ido-exhibit): Support turning on and off virtual buffers
12202 automatically.
12203
12204 2013-07-06 Juanma Barranquero <lekktu@gmail.com>
12205
12206 * simple.el (alternatives-define): New macro.
12207
12208 2013-07-06 Stefan Monnier <monnier@iro.umontreal.ca>
12209
12210 * subr.el (read-quoted-char): Use read-key.
12211 (sit-for): Let read-event decode tty input (bug#14782).
12212
12213 2013-07-05 Stephen Berman <stephen.berman@gmx.net>
12214
12215 * calendar/todo-mode.el: Add handling of file deletion, both by
12216 mode command and externally. Fix various related bugs.
12217 Clarify Commentary and improve some documentation strings and code.
12218 (todo-delete-file): New command.
12219 (todo-check-file): New function.
12220 (todo-show): Handle external deletion of the file we're trying to
12221 show (bug#14688). Replace called-interactively-p by an optional
12222 prefix argument to avoid problematic interaction with catch form
12223 when byte compiled (bug#14702).
12224 (todo-quit): Handle external deletion of the archive's todo file.
12225 Make sure the buffer that was visiting the archive file is still
12226 live before trying to bury it.
12227 (todo-category-completions): Handle external deletion of any
12228 category completion files.
12229 (todo-jump-to-category, todo-basic-insert-item): Recalculate list
12230 of todo files, in case of external deletion.
12231 (todo-add-file): Replace unnecessary setq by let-binding.
12232 (todo-find-archive): Check whether there are any archives.
12233 Replace unnecessary setq by let-binding.
12234 (todo-archive-done-item): Use find-file-noselect to get the
12235 archive buffer whether or not the archive already exists.
12236 Remove superfluous code. Use file size instead of buffer-file-name to
12237 check if the archive is new; if it is, update list of archives.
12238 (todo-default-todo-file): Allow nil to be a valid value for when
12239 there are no todo files.
12240 (todo-reevaluate-default-file-defcustom): Use corrected definition
12241 of todo-default-todo-file.
12242 (todo-key-bindings-t+a+f): Add key binding for todo-delete-file.
12243 (todo-delete-category, todo-show-categories-table)
12244 (todo-category-number): Clarify comment.
12245 (todo-filter-items): Clarify documentation string.
12246 (todo-show-current-file, todo-display-as-todo-file)
12247 (todo-reset-and-enable-done-separator): Tweak documentation string.
12248 (todo-done-separator): Make separator length window-width, since
12249 bug#2749 is now fixed.
12250
12251 2013-07-05 Michael Albinus <michael.albinus@gmx.de>
12252
12253 * net/tramp-sh.el (tramp-sh-handle-file-notify-add-watch):
12254 Support both "gvfs-monitor-dir" and "inotifywait".
12255 (tramp-sh-file-inotifywait-process-filter): Rename from
12256 `tramp-sh-file-notify-process-filter'.
12257 (tramp-sh-file-gvfs-monitor-dir-process-filter)
12258 (tramp-get-remote-gvfs-monitor-dir): New defuns.
12259
12260 2013-07-05 Leo Liu <sdl.web@gmail.com>
12261
12262 * autoinsert.el (auto-insert-alist): Default to lexical-binding.
12263
12264 2013-07-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12265
12266 * frame.el (display-pixel-height, display-pixel-width)
12267 (display-mm-height, display-mm-width): Mention behavior on
12268 multi-monitor setups in docstrings.
12269 (w32-display-monitor-attributes-list): Declare function.
12270 (display-monitor-attributes-list): Use it.
12271
12272 2013-07-04 Michael Albinus <michael.albinus@gmx.de>
12273
12274 * filenotify.el: New package.
12275
12276 * autorevert.el (top): Require filenotify.el.
12277 (auto-revert-notify-enabled): Remove. Use `file-notify-support'
12278 instead.
12279 (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
12280 (auto-revert-notify-handler): Use `file-notify-*' functions.
12281
12282 * subr.el (file-notify-handle-event): Move function to filenotify.el.
12283
12284 * net/tramp.el (tramp-file-name-for-operation):
12285 Handle `file-notify-add-watch' and `file-notify-rm-watch'.
12286
12287 * net/tramp-sh.el (tramp-sh-file-name-handler-alist): Add handler
12288 for `file-notify-add-watch' and `file-notify-rm-watch'.
12289 (tramp-process-sentinel): Improve trace.
12290 (tramp-sh-handle-file-notify-add-watch)
12291 (tramp-sh-file-notify-process-filter)
12292 (tramp-sh-handle-file-notify-rm-watch)
12293 (tramp-get-remote-inotifywait): New defuns.
12294
12295 2013-07-03 Juri Linkov <juri@jurta.org>
12296
12297 * buff-menu.el (Buffer-menu-multi-occur): Add args and move the
12298 call of `occur-read-primary-args' to interactive spec.
12299
12300 * ibuffer.el (ibuffer-mode-map): Bind "M-s a C-o" to
12301 `ibuffer-do-occur' like in buff-menu.el. (Bug#14673)
12302
12303 2013-07-03 Matthias Meulien <orontee@gmail.com>
12304
12305 * buff-menu.el (Buffer-menu-mode-map): Bind "M-s a C-o" to
12306 `Buffer-menu-multi-occur'. Add it to the menu.
12307 (Buffer-menu-mode): Document it in docstring.
12308 (Buffer-menu-multi-occur): New command. (Bug#14673)
12309
12310 2013-07-03 Dmitry Gutov <dgutov@yandex.ru>
12311
12312 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Highlight more
12313 keywords and built-ins.
12314
12315 2013-07-03 Glenn Morris <rgm@gnu.org>
12316
12317 * subr.el (y-or-n-p): Handle empty prompts. (Bug#14770)
12318
12319 Make info-xref checks case-sensitive by default
12320 * info.el (Info-find-node, Info-find-in-tag-table)
12321 (Info-find-node-in-buffer, Info-find-node-2, Info-goto-node):
12322 Add option for exact case matching of nodes.
12323 * info-xref.el (info-xref): New custom group.
12324 (info-xref-case-fold): New option.
12325 (info-xref-goto-node-p): Pass info-xref-case-fold to Info-goto-node.
12326
12327 2013-07-03 Leo Liu <sdl.web@gmail.com>
12328
12329 * ido.el (ido-delete-file-at-head): Respect delete-by-moving-to-trash.
12330
12331 2013-07-03 Dmitry Gutov <dgutov@yandex.ru>
12332
12333 * progmodes/ruby-mode.el (ruby-move-to-block): When we're at a
12334 middle of block statement initially, lower the depth. Remove
12335 FIXME comment, not longer valid. Remove middle of block statement
12336 detection, no need to do that anymore since we've been using
12337 `ruby-parse-region' here.
12338
12339 2013-07-02 Jan Djärv <jan.h.d@swipnet.se>
12340
12341 * term/ns-win.el (display-format-alist): Use .* (Bug#14765).
12342
12343 2013-07-01 Katsumi Yamaoka <yamaoka@jpl.org>
12344
12345 * wid-edit.el (widget-default-get): Don't modify widget (Bug#14738).
12346
12347 2013-07-01 Juanma Barranquero <lekktu@gmail.com>
12348
12349 * desktop.el (desktop-restore-frames): Rename from desktop-save-windows.
12350 (desktop-restore-in-current-display): New customization option.
12351 (desktop--excluded-frame-parameters): Add `font'.
12352 (desktop--save-frames): Rename from desktop--save-windows.
12353 (desktop--restore-in-this-display-p): New function.
12354 (desktop--make-full-frame): Remove unwanted width/height from
12355 full(width|height) frames.
12356 (desktop--restore-frames): Rename from desktop--restore-windows.
12357 Obey desktop-restore-current-display. Do not delete old frames or
12358 select a new frame unless we were able to restore at least one frame.
12359
12360 2013-06-30 Michal Nazarewicz <mina86@mina86.com>
12361
12362 * files.el (find-file-noselect): Simplify conditional expression.
12363
12364 * textmodes/remember.el (remember-append-to-file):
12365 Don't mix `find-buffer-visiting' and `get-file-buffer'.
12366
12367 Add `remember-notes' function to store random notes across Emacs
12368 restarts.
12369 * textmodes/remember.el (remember-data-file): Add :set callback to
12370 affect notes buffer (if any).
12371 (remember-notes): New command.
12372 (remember-notes-buffer-name, bury-remember-notes-on-kill):
12373 New defcustoms for the `remember-notes' function.
12374 (remember-notes-save-and-bury-buffer): New command.
12375 (remember-notes-mode-map): New variable.
12376 (remember-mode): New minor mode.
12377 (remember-notes--kill-buffer-query): New function.
12378 * startup.el (initial-buffer-choice): Add notes to custom type.
12379
12380 2013-06-30 Eli Zaretskii <eliz@gnu.org>
12381
12382 * bindings.el (right-char, left-char): Don't call sit-for, this is
12383 no longer needed. Use arithmetic comparison only for numerical
12384 arguments.
12385
12386 * international/mule-cmds.el (select-safe-coding-system):
12387 Handle the case of FROM being a string correctly. (Bug#14755)
12388
12389 2013-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
12390
12391 * net/shr.el (shr-make-table-1): Add a sanity check that allows
12392 progression on degenerate tables.
12393 (shr-rescale-image): ImageMagick animated images currently don't work.
12394
12395 2013-06-30 Juanma Barranquero <lekktu@gmail.com>
12396
12397 Some fixes and improvements for desktop frame restoration.
12398 It is still experimental and disabled by default.
12399 * desktop.el (desktop--save-windows): Put the selected frame at
12400 the head of the list.
12401 (desktop--make-full-frame): New function.
12402 (desktop--restore-windows): Try to re-select the frame that was
12403 selected upon saving. Do not abort if some frames fail to restore,
12404 just show an error message and continue. Set up maximized frames
12405 so they have default non-maximized dimensions.
12406
12407 2013-06-30 Dmitry Gutov <dgutov@yandex.ru>
12408
12409 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
12410 Don't start heredoc inside a string or comment.
12411
12412 2013-06-29 Eli Zaretskii <eliz@gnu.org>
12413
12414 * bindings.el (visual-order-cursor-movement): New defcustom.
12415 (right-char, left-char): Provide visual-order cursor motion by
12416 calling move-point-visually. Update the doc strings.
12417
12418 2013-06-28 Kenichi Handa <handa@gnu.org>
12419
12420 * international/mule.el (define-coding-system): New coding system
12421 properties :inhibit-null-byte-detection,
12422 :inhibit-iso-escape-detection, and :prefer-utf-8.
12423 (set-buffer-file-coding-system): If :charset-list property of
12424 CODING-SYSTEM is `emacs', do not check if CODING-SYSTEM is
12425 appropriate for setting.
12426
12427 * international/mule-cmds.el (select-safe-coding-system):
12428 If DEFAULT-CODING-SYSTEM is prefer-utf-8 and the buffer contains
12429 multibyte characters, return utf-8 (or one of its siblings).
12430
12431 * international/mule-conf.el (prefer-utf-8): New coding system.
12432 (file-coding-system-alist): Use prefer-utf-8 as default for Elisp
12433 files.
12434
12435 2013-06-28 Ivan Kanis <ivan@kanis.fr>
12436
12437 * net/shr.el (shr-render-region): New function.
12438
12439 * net/eww.el: Autoload `eww-browse-url'.
12440
12441 2013-06-27 Dmitry Gutov <dgutov@yandex.ru>
12442
12443 * emacs-lisp/package-x.el (package-upload-buffer-internal):
12444 Adapt to `package-desc-version' being a list.
12445 Use `package--ac-desc-version' to retrieve version from a package
12446 archive element.
12447
12448 2013-06-27 Juanma Barranquero <lekktu@gmail.com>
12449
12450 New experimental feature to save&restore window and frame setup.
12451 * desktop.el (desktop-save-windows): New defcustom.
12452 (desktop--saved-states): New var.
12453 (desktop--excluded-frame-parameters): New defconst.
12454 (desktop--filter-frame-parms, desktop--find-frame-in-display)
12455 (desktop--restore-windows, desktop--save-windows): New functions.
12456 (desktop-save): Call `desktop--save-windows'.
12457 (desktop-read): Call `desktop--restore-windows'.
12458
12459 2013-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
12460
12461 * net/shr.el (add-face-text-property): Remove compat definition.
12462
12463 2013-06-27 Stephen Berman <stephen.berman@gmx.net>
12464
12465 * info.el (Info-try-follow-nearest-node): Move search for footnote
12466 above search for node name to prevent missing a footnote (bug#14717).
12467
12468 2013-06-27 Stephen Berman <stephen.berman@gmx.net>
12469
12470 * obsolete/otodo-mode.el: Add obsolescence info to file header.
12471
12472 2013-06-27 Leo Liu <sdl.web@gmail.com>
12473
12474 * net/eww.el (eww-read-bookmarks): Check file size.
12475
12476 2013-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
12477
12478 * emacs-lisp/nadvice.el (advice--defalias-fset): Move advice back to
12479 advice--pending if newdef is nil or an autoload (bug#13820).
12480 (advice-mapc): New function.
12481
12482 2013-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
12483
12484 * net/eww.el (eww-mode): Undo isn't necessary in eww buffers,
12485 probably.
12486 (eww-mode-map): Add a menu bar.
12487 (eww-add-bookmark): New command.
12488 (eww-bookmark-mode): New mode and commands.
12489 (eww-add-bookmark): Remove newlines from the title.
12490 (eww-bookmark-browse): Don't bug out if it's the only window.
12491
12492 2013-06-26 Glenn Morris <rgm@gnu.org>
12493
12494 * htmlfontify.el (hfy-triplet): Handle unspecified-fg, bg.
12495 (hfy-size): Handle ttys. (Bug#14668)
12496
12497 * info-xref.el: Update for Texinfo 5 change in *note format.
12498 (info-xref-node-re, info-xref-note-re): New constants.
12499 (info-xref-check-buffer): Use info-xref-note-re.
12500
12501 2013-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
12502
12503 * simple.el (set-variable): Use read-from-minibuffer (bug#14710).
12504
12505 * emacs-lisp/package.el (package--add-to-archive-contents): Add missing
12506 nil terminate the loop (bug#14718).
12507
12508 2013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
12509
12510 * net/eww.el: Rework history traversal. When going forward/back,
12511 put these actions into the history, too, so that they can be
12512 replayed.
12513 (eww-render): Move the history reset to the correct buffer.
12514
12515 2013-06-25 Juri Linkov <juri@jurta.org>
12516
12517 * files-x.el (modify-dir-local-variable): Change the header comment
12518 in the file with directory local variables. (Bug#14692)
12519
12520 * files-x.el (read-file-local-variable-value): Add `default'.
12521 (Bug#14710)
12522
12523 2013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
12524
12525 * net/eww.el (eww-make-unique-file-name): Create a unique file
12526 name before saving to entering `y' accidentally asynchronously.
12527
12528 2013-06-25 Ivan Kanis <ivan@kanis.fr>
12529
12530 * net/eww.el (eww-download): New command and keystroke.
12531
12532 2013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
12533
12534 * net/eww.el (eww-copy-page-url): Change name of command.
12535
12536 * net/shr.el (shr-map): Change `shr-copy-url' from `u' to `w' to
12537 be more consistent with Info and dired.
12538
12539 * net/eww.el (eww-mode-map): Ditto.
12540
12541 2013-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
12542
12543 * emacs-lisp/package.el: Use lexical-binding. Include obsolete
12544 packages from archives.
12545 (package-archive-contents): Change format; include obsolete packages.
12546 (package-desc): Use `dir' to mark builtin packages.
12547 (package--from-builtin): Set the `dir' field to `builtin'.
12548 (generated-autoload-file, version-control): Declare.
12549 (package-compute-transaction): Change first arg and return value to be
12550 lists of package-descs. Adjust to new package-archive-contents format.
12551 (package--add-to-archive-contents): Adjust to new
12552 package-archive-contents format.
12553 (package-download-transaction): Arg is now a list of package-descs.
12554 (package-install): If `pkg' is a package name, pass it as
12555 a requirement, so it is subject to the usual (e.g. disabled) checks.
12556 (describe-package): Accept package-desc as well.
12557 (describe-package-1): Describe a specific package-desc. Add links to
12558 other package-descs for the same package name.
12559 (package-menu-describe-package): Pass the actual package-desc.
12560 (package-menu-mode): Add to tabulated-list-revert-hook so revert-buffer
12561 works correctly.
12562 (package-desc-status): New function.
12563 (package-menu--refresh): New function, extracted
12564 from package-menu--generate.
12565 (package-menu--generate): Use it.
12566 (package-delete): Update package-alist.
12567 (package-menu-execute): Don't call package-initialize.
12568
12569 * progmodes/idlw-toolbar.el, progmodes/idlw-shell.el,
12570 progmodes/idlw-help.el, progmodes/idlw-complete-structtag.el,
12571 progmodes/ebnf-yac.el, progmodes/ebnf-otz.el, progmodes/ebnf-iso.el,
12572 progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-bnf.el,
12573 progmodes/ebnf-abn.el, emacs-lisp/package-x.el, emacs-lisp/cl-seq.el,
12574 emacs-lisp/cl-macs.el: Neuter the "Version:" header.
12575
12576 2013-06-25 Martin Rudalics <rudalics@gmx.at>
12577
12578 * window.el (window--state-get-1): Workaround for bug#14527.
12579 http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00941.html
12580
12581 2013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
12582
12583 * net/eww.el (eww-back-url): Implement the history by stashing all
12584 the data into a list.
12585 (eww-forward-url): Allow going forward in the history, too.
12586
12587 2013-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
12588
12589 * files-x.el (read-file-local-variable-value): Use read-from-minibuffer
12590 for values and use read--expression for expressions (bug#14710).
12591 (read-file-local-variable): Avoid setq.
12592 (read-file-local-variable-mode): Use minor-mode-list.
12593
12594 2013-06-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
12595
12596 * textmodes/bibtex.el (bibtex-generate-url-list): Add support
12597 for DOI URLs.
12598
12599 2013-06-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
12600
12601 * textmodes/bibtex.el (bibtex-mode, bibtex-set-dialect):
12602 Update imenu-support when dialect changes.
12603
12604 2013-06-25 Leo Liu <sdl.web@gmail.com>
12605
12606 * ido.el (ido-read-internal): Allow forward slash on windows.
12607
12608 2013-06-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
12609
12610 * net/eww.el (eww): Start of strings is \\`, not ^.
12611
12612 2013-06-24 Ivan Kanis <ivan@kanis.fr>
12613
12614 * net/shr.el (shr-browse-url): Fix interactive spec.
12615
12616 * net/eww.el (eww): Add a trailing slash to domain names.
12617
12618 2013-06-24 Juanma Barranquero <lekktu@gmail.com>
12619
12620 * faces.el (face-spec-recalc): Revert part of 2013-06-23T20:29:18Z!lekktu@gmail.com (bug#14705).
12621
12622 2013-06-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
12623
12624 * net/shr.el (shr-browse-url): Use an external browser if given a
12625 prefix.
12626
12627 * net/eww.el (eww-external-browser): Move to shr.
12628
12629 2013-06-24 Ivan Kanis <ivan@kanis.fr>
12630
12631 * net/eww.el (eww): Work more correctly for file: URLs.
12632 (eww-detect-charset): Allow quoted charsets.
12633 (eww-yank-page-url): New command and keystroke.
12634
12635 2013-06-24 Daiki Ueno <ueno@gnu.org>
12636
12637 * epg.el (epg-make-context): Check if PROTOCOL is valid; embed the
12638 file name of gpg executable.
12639 (epg-context-program): New function.
12640 (epg-context-home-directory): New function.
12641 (epg-context-set-program): New function.
12642 (epg-context-set-home-directory): New function.
12643 (epg--start): Use `epg-context-program' instead of
12644 'epg-gpg-program'.
12645 (epg--list-keys-1): Likewise.
12646
12647 2013-06-24 Leo Liu <sdl.web@gmail.com>
12648
12649 * ido.el (ido-read-internal): Fix bug#14620.
12650
12651 2013-06-23 Juanma Barranquero <lekktu@gmail.com>
12652
12653 * faces.el (face-documentation): Simplify.
12654 (read-face-attribute, tty-find-type, x-resolve-font-name):
12655 Use `string-match-p'.
12656 (list-faces-display): Use `string-match-p'. Simplify.
12657 (face-spec-recalc): Check face to avoid face alias loops.
12658 (read-color): Use `string-match-p' and non-capturing parenthesis.
12659
12660 2013-06-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
12661
12662 * net/shr.el (shr-rescale-image): Use the new
12663 :max-width/:max-height functionality.
12664
12665 2013-06-23 Ivan Kanis <ivan@kanis.fr>
12666
12667 * net/eww.el (eww-search-prefix): New variable.
12668 (eww): Use it.
12669 (eww-external-browser): New variable.
12670 (eww-mode-map): New keystroke.
12671 (eww-browse-with-external-browser): New command.
12672
12673 * net/eww.el: Bind `C-c C-c' to "submit" in all form keymaps.
12674
12675 2013-06-23 Juanma Barranquero <lekktu@gmail.com>
12676
12677 * emacs-lisp/tabulated-list.el (tabulated-list-init-header):
12678 Don't skip aligning the next header field when padding is 0;
12679 otherwise, field width is not respected unless the title is as
12680 wide as the field.
12681
12682 2013-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
12683
12684 * emacs-lisp/package.el (package-el-version): Remove.
12685 (package-process-define-package): Fix inf-loop.
12686 (package-install): Allow symbols as arguments again.
12687
12688 2013-06-22 Dmitry Gutov <dgutov@yandex.ru>
12689
12690 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Move `catch',
12691 add some more keyword-like methods.
12692 http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00911.html
12693
12694 2013-06-22 Juanma Barranquero <lekktu@gmail.com>
12695
12696 * bs.el (bs-buffer-show-mark): Make defvar-local.
12697 (bs-mode): Use setq-local.
12698
12699 * emacs-lock.el (emacs-lock-mode, emacs-lock--old-mode)
12700 (emacs-lock--try-unlocking): Make defvar-local.
12701
12702 2013-06-22 Glenn Morris <rgm@gnu.org>
12703
12704 * play/cookie1.el (cookie-apropos): Minor simplification.
12705
12706 * progmodes/gdb-mi.el (gdb-mapcar*): Remove, replace with cl-mapcar.
12707
12708 2013-06-22 Dmitry Gutov <dgutov@yandex.ru>
12709
12710 * progmodes/ruby-mode.el (auto-mode-alist): Do not use
12711 `regexp-opt', it breaks the build during dumping.
12712
12713 2013-06-21 Dmitry Gutov <dgutov@yandex.ru>
12714
12715 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
12716 Highlight keyword-like methods on Kernel and Module with
12717 font-lock-builtin-face.
12718 (auto-mode-alist): Consolidate different entries into one regexp
12719 and add more *file-s.
12720
12721 2013-06-21 Stephen Berman <stephen.berman@gmx.net>
12722
12723 * obsolete/otodo-mode.el: Move and rename from calendar/todo-mode.el.
12724
12725 * calendar/diary-lib.el (diary-goto-entry-function): New variable.
12726 (diary-entry): Use it in the action of this button type instead of
12727 diary-goto-entry.
12728
12729 * calendar/todo-mode.el: New version.
12730 (todo-add-category): Append new category to end of file and give
12731 it the highest number, instead of putting it at the beginning and
12732 giving it 0. Incorporate noninteractive functionality.
12733 (todo-forward-category): Adapt to 1-based category numbering.
12734 Allow skipping over archived categories.
12735 (todo-backward-category): Derive from todo-forward-category.
12736 (todo-backward-item, todo-forward-item): Make noninteractive and
12737 delegate interactive part to new commands. Make sensitive to done items.
12738 (todo-categories): Make value an alist of category names and
12739 vectors of item counts.
12740 (todo-category-beg): Make a defconst.
12741 (todo-category-number): Use 1 instead of 0 as initial value.
12742 (todo-category-select): Make sensitive to overlays, optional item
12743 highlighting and done items.
12744 (todo-delete-item): Make sensitive to overlays and marked and done items.
12745 (todo-edit-item): Make sensitive to overlays and editing of
12746 date/time header optional. Add format checks.
12747 (todo-edit-multiline): Rename to todo-edit-multiline-item. Make a
12748 no-op if point is not on an item. Advertise using todo-edit-quit.
12749 (todo-edit-mode): Make sensitive to new format, font-locking, and
12750 multiple todo files.
12751 (todo-insert-item, todo-insert-item-here): Derive from
12752 todo-basic-insert-item and extend functionality.
12753 (todo-item-end, todo-item-start): Make sensitive to done items.
12754 (todo-item-string): Don't return text properties. Restore point.
12755 (todo-jump-to-category): Make sensitive to multiple todo files and
12756 todo archives. Use extended category completion.
12757 (todo-lower-item, todo-raise-item): Rename to *-priority and
12758 derive from todo-set-item-priority.
12759 (todo-mode): Derive from special-mode. Make sensitive to new
12760 format, font-locking and multiple todo files. Make read-only.
12761 (todo-mode-map): Don't suppress digit keys, so they can supply
12762 prefix arguments. Add many new key bindings.
12763 (todo-prefix): Insert as an overlay instead of file text.
12764 Change semantics from diary date expression to purely visual mark.
12765 (todo-print): Rename to todo-print-buffer. Make buffer display
12766 features printable. Remove option to restrict number of items
12767 printed. Add option to print to file.
12768 (todo-print-function): Rename to todo-print-buffer-function.
12769 (todo-quit): Extend to handle exiting new todo modes.
12770 (todo-remove-item): Make sensitive to overlays.
12771 (todo-save): Extend to buffers of filtered items.
12772 (todo-show): Make sensitive to done items, multiple todo files and
12773 new todo modes. Offer to convert legacy todo file before creating
12774 first new todo file.
12775 (todo-show-priorities): Rename to todo-top-priorities.
12776 Change semantics of value 0.
12777 (todo-top-priorities): Rename to todo-filter-top-priorities,
12778 derive from todo-filter-items and extend functionality.
12779 (todo-save-top-priorities): Rename to todo-save-filtered-items-buffer
12780 and extend functionality to other types of filtered items.
12781 (todo-add-item-non-interactively, todo-ask-p, todo-cat-slct)
12782 (todo-category-end, todo-category-sep, todo-cats, todo-cmd-back)
12783 (todo-cmd-done, todo-cmd-edit, todo-cmd-forw, todo-cmd-inst)
12784 (todo-cmd-kill, todo-cmd-lowr, todo-cmd-next, todo-cmd-prev)
12785 (todo-cmd-rais, todo-cmd-save, todo-completing-read, todo-cp)
12786 (todo-edit-mode-hook, todo-entry-prefix-function)
12787 (todo-entry-timestamp-initials, todo-file-do, todo-file-done)
12788 (todo-file-item, todo-file-top, todo-header, todo-initial-setup)
12789 (todo-initials, todo-insert-threshold, todo-item-string-start)
12790 (todo-line-string, todo-menu, todo-mode-hook)
12791 (todo-more-important-p, todo-previous-answer, todo-previous-line)
12792 (todo-print-priorities, todo-remove-separator)
12793 (todo-save-top-priorities-too, todo-string-count-lines)
12794 (todo-string-multiline-p, todo-time-string-format)
12795 (todo-tmp-buffer-name): Remove.
12796 (todo-add-file, todo-archive-done-item, todo-choose-archive)
12797 (todo-convert-legacy-files, todo-copy-item, todo-delete-category)
12798 (todo-edit-category-diary-inclusion)
12799 (todo-edit-category-diary-nonmarking, todo-edit-done-item-comment)
12800 (todo-edit-file, todo-edit-item-date-day)
12801 (todo-edit-item-date-day-name, todo-edit-item-date-from-calendar)
12802 (todo-edit-item-date-month, todo-edit-item-date-to-today)
12803 (todo-edit-item-date-year, todo-edit-item-diary-inclusion)
12804 (todo-edit-item-diary-nonmarking, todo-edit-item-header)
12805 (todo-edit-item-time, todo-edit-quit, todo-filter-diary-items)
12806 (todo-filter-diary-items-multifile, todo-filter-regexp-items)
12807 (todo-filter-regexp-items-multifile, todo-filter-top-priorities)
12808 (todo-filter-top-priorities-multifile, todo-find-archive)
12809 (todo-find-filtered-items-file, todo-go-to-source-item)
12810 (todo-insert-item-from-calendar, todo-item-done, todo-item-undone)
12811 (todo-jump-to-archive-category, todo-lower-category)
12812 (todo-mark-category, todo-marked-item-p, todo-merge-category)
12813 (todo-move-category, todo-move-item, todo-next-button)
12814 (todo-next-item, todo-padded-string, todo-powerset)
12815 (todo-previous-button, todo-previous-item)
12816 (todo-print-buffer-to-file, todo-raise-category)
12817 (todo-rename-category, todo-repair-categories-sexp, todo-search)
12818 (todo-set-category-number, todo-set-item-priority)
12819 (todo-set-top-priorities-in-category)
12820 (todo-set-top-priorities-in-file, todo-show-categories-table)
12821 (todo-sort-categories-alphabetically-or-numerically)
12822 (todo-sort-categories-by-archived, todo-sort-categories-by-diary)
12823 (todo-sort-categories-by-done, todo-sort-categories-by-todo)
12824 (todo-toggle-item-header, todo-toggle-item-highlighting)
12825 (todo-toggle-mark-item, todo-toggle-prefix-numbers)
12826 (todo-toggle-view-done-items, todo-toggle-view-done-only)
12827 (todo-unarchive-items, todo-unmark-category): New commands.
12828 (todo-absolute-file-name, todo-add-to-buffer-list)
12829 (todo-adjusted-category-label-length, todo-basic-edit-item-header)
12830 (todo-basic-insert-item, todo-category-completions)
12831 (todo-category-number, todo-category-string-matcher-1)
12832 (todo-category-string-matcher-2, todo-check-filtered-items-file)
12833 (todo-check-format, todo-clear-matches)
12834 (todo-comment-string-matcher, todo-convert-legacy-date-time)
12835 (todo-current-category, todo-date-string-matcher)
12836 (todo-define-insertion-command, todo-diary-expired-matcher)
12837 (todo-diary-goto-entry, todo-diary-item-p)
12838 (todo-diary-nonmarking-matcher, todo-display-as-todo-file)
12839 (todo-display-categories, todo-display-sorted, todo-done-item-p)
12840 (todo-done-item-section-p, todo-done-separator)
12841 (todo-done-string-matcher, todo-files, todo-filter-items)
12842 (todo-filter-items-1, todo-filter-items-filename, todo-find-item)
12843 (todo-gen-arglists, todo-get-count, todo-get-overlay, todo-indent)
12844 (todo-insert-category-line, todo-insert-item-from-calendar)
12845 (todo-insert-sort-button, todo-insert-with-overlays)
12846 (todo-insertion-command-name, todo-insertion-key-bindings)
12847 (todo-label-to-key, todo-longest-category-name-length)
12848 (todo-make-categories-list, todo-mode-external-set)
12849 (todo-mode-line-control, todo-modes-set-1, todo-modes-set-2)
12850 (todo-modes-set-3, todo-multiple-filter-files)
12851 (todo-nondiary-marker-matcher, todo-prefix-overlays)
12852 (todo-read-category, todo-read-date, todo-read-dayname)
12853 (todo-read-file-name, todo-read-time)
12854 (todo-reevaluate-category-completions-files-defcustom)
12855 (todo-reevaluate-default-file-defcustom)
12856 (todo-reevaluate-filelist-defcustoms)
12857 (todo-reevaluate-filter-files-defcustom)
12858 (todo-reset-and-enable-done-separator, todo-reset-comment-string)
12859 (todo-reset-done-separator, todo-reset-done-separator-string)
12860 (todo-reset-done-string, todo-reset-global-current-todo-file)
12861 (todo-reset-highlight-item, todo-reset-nondiary-marker)
12862 (todo-reset-prefix, todo-set-categories)
12863 (todo-set-date-from-calendar, todo-set-show-current-file)
12864 (todo-set-top-priorities, todo-short-file-name)
12865 (todo-show-current-file, todo-sort, todo-time-string-matcher)
12866 (todo-total-item-counts, todo-update-buffer-list)
12867 (todo-update-categories-display, todo-update-categories-sexp)
12868 (todo-update-count, todo-validate-name, todo-y-or-n-p):
12869 New functions.
12870 (todo-archive-mode, todo-categories-mode, todo-filtered-items-mode):
12871 New major modes.
12872 (todo-categories, todo-display, todo-edit, todo-faces)
12873 (todo-filtered): New defgroups.
12874 (todo-archived-only, todo-button, todo-category-string, todo-date)
12875 (todo-diary-expired, todo-done, todo-done-sep, todo-comment)
12876 (todo-mark, todo-nondiary, todo-prefix-string, todo-search)
12877 (todo-sorted-column, todo-time, todo-top-priority): New deffaces.
12878 (todo-add-item-if-new-category, todo-always-add-time-string)
12879 (todo-categories-align, todo-categories-archived-label)
12880 (todo-categories-category-label, todo-categories-diary-label)
12881 (todo-categories-done-label, todo-categories-number-separator)
12882 (todo-categories-todo-label, todo-categories-totals-label)
12883 (todo-category-completions-files, todo-completion-ignore-case)
12884 (todo-default-todo-file, todo-diary-nonmarking, todo-directory)
12885 (todo-done-separator-string, todo-done-string)
12886 (todo-files-function, todo-filter-done-items, todo-filter-files)
12887 (todo-highlight-item, todo-include-in-diary, todo-indent-to-here)
12888 (todo-initial-category, todo-initial-file, todo-item-mark)
12889 (todo-legacy-date-time-regexp, todo-mode-line-function)
12890 (todo-nondiary-marker, todo-number-prefix)
12891 (todo-print-buffer-function, todo-show-current-file)
12892 (todo-show-done-only, todo-show-first, todo-show-with-done)
12893 (todo-skip-archived-categories, todo-top-priorities-overrides)
12894 (todo-undo-item-omit-comment, todo-use-only-highlighted-region)
12895 (todo-visit-files-commands, todo-wrap-lines, todo-y-with-space):
12896 New defcustoms.
12897 (todo-category-done, todo-date-pattern, todo-date-string-start)
12898 (todo-diary-items-buffer, todo-done-string-start)
12899 (todo-filtered-items-buffer, todo-item-start)
12900 (todo-month-abbrev-array, todo-month-name-array)
12901 (todo-nondiary-end, todo-nondiary-start, todo-regexp-items-buffer)
12902 (todo-top-priorities-buffer): New defconsts.
12903 (todo-archive-mode-map, todo-archives, todo-categories-mode-map)
12904 (todo-categories-with-marks, todo-category-string-face)
12905 (todo-comment-face, todo-comment-string, todo-current-todo-file)
12906 (todo-date-face, todo-date-from-calendar, todo-descending-counts)
12907 (todo-diary-expired-face, todo-done-face, todo-done-sep-face)
12908 (todo-done-separator, todo-edit-buffer, todo-edit-mode-map)
12909 (todo-file-buffers, todo-files, todo-filtered-items-mode-map)
12910 (todo-font-lock-keywords, todo-global-current-todo-file)
12911 (todo-insertion-commands, todo-insertion-commands-arg-key-list)
12912 (todo-insertion-commands-args)
12913 (todo-insertion-commands-args-genlist)
12914 (todo-insertion-commands-names, todo-insertion-map)
12915 (todo-key-bindings-t, todo-key-bindings-t+a)
12916 (todo-key-bindings-t+a+f, todo-key-bindings-t+f, todo-mode-map)
12917 (todo-multiple-filter-files, todo-multiple-filter-files-widget)
12918 (todo-nondiary-face, todo-print-buffer, todo-time-face)
12919 (todo-visited): New variables.
12920
12921 2013-06-21 Glenn Morris <rgm@gnu.org>
12922
12923 * play/cookie1.el (cookie-apropos): Add optional display argument.
12924 * obsolete/yow.el (apropos-zippy): Use cookie-apropos.
12925 (psychoanalyze-pinhead): Use cookie-doctor.
12926
12927 2013-06-21 Juanma Barranquero <lekktu@gmail.com>
12928
12929 * emacs-lisp/package.el (tar-get-file-descriptor)
12930 (tar--extract): Declare.
12931
12932 2013-06-21 Eduard Wiebe <usenet@pusto.de>
12933
12934 Extend flymake's warning predicate to be a function (bug#14217).
12935 * progmodes/flymake.el (flymake-warning-predicate): New.
12936 (flymake-parse-line): Use it.
12937 (flymake-warning-re): Make obsolete alias to
12938 `flymake-warning-predicate'.
12939
12940 2013-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
12941
12942 * emacs-lisp/package.el (package-alist): Include obsolete packages.
12943 (package-obsolete-list): Remove.
12944 (package-activate): Remove min-version argument. Add `force' argument.
12945 Adjust to new package-alist format.
12946 (package-mark-obsolete): Remove.
12947 (package-unpack): Force reload of the package's autoloads.
12948 (package-installed-p): Check builtins if the installed package is not
12949 recent enough.
12950 (package-initialize): Don't reset package-obsolete-list.
12951 Don't specify which package version to activate.
12952 (package-process-define-package, describe-package-1)
12953 (package-menu--generate): Adjust to new package-alist format.
12954
12955 2013-06-21 Juanma Barranquero <lekktu@gmail.com>
12956
12957 * allout-widgets.el (allout-widgets-mode-off)
12958 (allout-widgets-mode-on, allout-widgets-pre-command-business)
12959 (allout-widgets-post-command-business)
12960 (allout-widgets-after-copy-or-kill-function)
12961 (allout-widgets-after-undo-function, allout-test-range-overlaps)
12962 (allout-decorate-item-and-context)
12963 (allout-graphics-modification-handler): Fix typos in docstrings.
12964 (allout-get-or-create-parent-widget): Use `looking-at-p'.
12965
12966 * cmuscheme.el (scheme-start-file): Doc fix.
12967 (inferior-scheme-mode, switch-to-scheme): Fix typos in docstrings.
12968 (scheme-input-filter): Use `string-match-p'.
12969
12970 * composite.el (compose-gstring-for-terminal): Fix typo in docstring.
12971
12972 * dired-x.el: Use Dired consistently in docstrings.
12973
12974 * dired.el: Use Dired consistently in docstrings.
12975 (dired-readin, dired-mode): Use `setq-local'.
12976 (dired-switches-alist): Make defvar-local.
12977 (dired-buffers-for-dir): Use `zerop'.
12978 (dired-safe-switches-p, dired-switches-escape-p)
12979 (dired-insert-old-subdirs, dired-move-to-end-of-filename)
12980 (dired-glob-regexp, dired-in-this-tree, dired-goto-file-1)
12981 (dired-sort-set-mode-line, dired-sort-toggle, dired-sort-R-check)
12982 (dired-goto-next-nontrivial-file): Use `string-match-p'.
12983 (dired-align-file, dired-insert-directory, dired-mark-files-in-region)
12984 (dired-toggle-marks, dired-mark-files-containing-regexp)
12985 (dired-mark-symlinks, dired-mark-directories, dired-mark-executables)
12986 (dired-flag-auto-save-files, dired-flag-backup-files):
12987 Use `looking-at-p'.
12988 (dired-mark-files-regexp, dired-build-subdir-alist):
12989 Use `string-match-p', `looking-at-p'.
12990
12991 * dos-w32.el (untranslated-canonical-name, untranslated-file-p)
12992 (direct-print-region-helper): Use `string-match-p'.
12993
12994 2013-06-21 Leo Liu <sdl.web@gmail.com>
12995
12996 * comint.el (comint-redirect-results-list-from-process):
12997 Fix infinite loop.
12998
12999 2013-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
13000
13001 * net/eww.el (eww-update-header-line-format): Quote % characters.
13002
13003 2013-06-21 Glenn Morris <rgm@gnu.org>
13004
13005 * play/cookie1.el (cookie): New custom group.
13006 (cookie-file): New option.
13007 (cookie-check-file): New function.
13008 (cookie): Make it interactive. Make start and end messages optional.
13009 Interactively, display the result. Default to cookie-file.
13010 (cookie-insert): Default to cookie-file.
13011 (cookie-snarf): Make start and end messages optional.
13012 Default to cookie-file. Use with-temp-buffer.
13013 (cookie-read): Rename from read-cookie.
13014 Make start and end messages optional. Default to cookie-file.
13015 (cookie-shuffle-vector): Rename from shuffle-vector. Use dotimes.
13016 Do not autoload it.
13017 (cookie-apropos, cookie-doctor): New functions, copied from yow.el
13018 * obsolete/yow.el (read-zippyism): Use new name for read-cookie.
13019
13020 2013-06-21 Leo Liu <sdl.web@gmail.com>
13021
13022 * progmodes/octave.el (octave-mode): Backward compatibility fix.
13023
13024 2013-06-21 Glenn Morris <rgm@gnu.org>
13025
13026 * font-lock.el (lisp-font-lock-keywords-2): Add with-eval-after-load.
13027
13028 2013-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
13029 Daniel Hackney <dan@haxney.org>
13030
13031 * emacs-lisp/package.el: Use tar-mode rather than tar executable.
13032 Consolidate the single-file vs tarball code.
13033 (package-desc-suffix): New function.
13034 (package-desc-full-name): Don't bother inlining it.
13035 (package-load-descriptor): Return the new package-desc.
13036 (package-mark-obsolete): Remove unused arg `package'.
13037 (package-unpack): Make it work for single files as well.
13038 Make it update package-alist.
13039 (package--make-autoloads-and-stuff): Rename from
13040 package--make-autoloads-and-compile. Don't compile any more.
13041 (package--compile): New function.
13042 (package-generate-description-file): New function, extracted from
13043 package-unpack-single.
13044 (package-unpack-single): Remove.
13045 (package--with-work-buffer): Add indentation and debugging info.
13046 (package-download-single): Remove.
13047 (package-install-from-archive): Rename from package-download-tar, make
13048 it take a pkg-desc, and make it work for single files as well.
13049 (package-download-transaction): Simplify.
13050 (package-tar-file-info): Remove `file' arg. Rewrite not to use an
13051 external tar program.
13052 (package-install-from-buffer): Remove `pkg-desc' argument.
13053 Use package-tar-file-info for tar-mode buffers.
13054 (package-install-file): Simplify accordingly.
13055 (package-archive-base): Change to take a pkg-desc.
13056 * tar-mode.el (tar--check-descriptor): New function, extracted from
13057 tar-get-descriptor.
13058 (tar-get-descriptor): Use it.
13059 (tar-get-file-descriptor): New function.
13060 (tar--extract): New function, extracted from tar-extract.
13061 (tar--extract): Use it.
13062 * emacs-lisp/package-x.el (package-upload-file): Decode the file, in
13063 case the summary uses non-ascii. Adjust to new calling convention of
13064 package-tar-file-info.
13065
13066 2013-06-21 Leo Liu <sdl.web@gmail.com>
13067
13068 * comint.el (comint-redirect-results-list-from-process):
13069 Fix random delay. (Bug#14681)
13070
13071 2013-06-21 Juanma Barranquero <lekktu@gmail.com>
13072
13073 * profiler.el (profiler-format-number): Use log, not log10.
13074
13075 2013-06-20 Juanma Barranquero <lekktu@gmail.com>
13076
13077 * term/x-win.el (emacs-session-filename): Use `locate-user-emacs-file'.
13078
13079 2013-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
13080
13081 * emacs-lisp/cl-loaddefs.el: Don't version-control any more.
13082 * emacs-lisp/cl-lib.el: Load cl-macs when cl-loaddefs is not
13083 yet available.
13084 * Makefile.in (AUTOGEN_VCS): Move cl-loaddefs.el...
13085 (AUTOGENEL): ... here.
13086 * emacs-lisp/cl-macs.el (cl--sublis): New function.
13087 (cl--defsubst-expand): Use it.
13088
13089 2013-06-20 Paul Eggert <eggert@cs.ucla.edu>
13090
13091 * subr.el (log10): Move here from C code, and declare as obsolete.
13092 All uses of (log10 X) replaced with (log X 10).
13093
13094 2013-06-20 Juanma Barranquero <lekktu@gmail.com>
13095
13096 * emacs-lisp/tabulated-list.el (tabulated-list-format): Fix typo.
13097 Declare with `defvar-local'.
13098 (tabulated-list-use-header-line, tabulated-list-entries)
13099 (tabulated-list-padding, tabulated-list-printer)
13100 (tabulated-list-sort-key): Declare with `defvar-local'.
13101 (tabulated-list-init-header, tabulated-list-print-fake-header):
13102 Use `setq-local'.
13103
13104 2013-06-20 Michael Albinus <michael.albinus@gmx.de>
13105
13106 * arc-mode.el (archive-mode): Add `archive-write-file' to
13107 `write-contents-functions' also for remote files. (Bug#14652)
13108
13109 2013-06-20 Juanma Barranquero <lekktu@gmail.com>
13110
13111 * cus-edit.el (custom-commands): Fix typos.
13112 (custom-display): Fix tooltip text.
13113 (custom-magic-alist, custom-filter-face-spec, custom-group-members):
13114 Fix typos in docstrings.
13115 (custom--initialize-widget-variables, Custom-mode): Use `setq-local'.
13116 (custom-unlispify-menu-entry, custom-magic-value-create)
13117 (custom-add-see-also, custom-group-value-create): Use ?\s.
13118 (custom-guess-type, customize-apropos, editable-field)
13119 (custom-face-value-create): Use `string-match-p'.
13120 (custom-save-variables, custom-save-faces): Use `looking-at-p'.
13121
13122 * custom.el (custom-load-symbol): Use `string-match-p'.
13123
13124 * ansi-color.el: Convert to lexical binding.
13125 (ansi-colors): Fix URL.
13126 (ansi-color-context, ansi-color-context-region): Use defvar-local.
13127 (ansi-color-apply-sequence, ansi-color-map): Fix typos in docstrings.
13128 (ansi-color-make-color-map): Rename local var ansi-color-map to map.
13129
13130 2013-06-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
13131
13132 * net/eww.el (eww-process-text-input): Display passwords as asterisks.
13133
13134 * net/shr.el (shr-make-table-1): Protect against invalid column-spans.
13135
13136 2013-06-19 Tom Tromey <tromey@redhat.com>
13137
13138 * net/eww.el (eww-top-url): Remove.
13139 (eww-home-url, eww-start-url, eww-contents-url): New defvars.
13140 (eww-render): Set new variables. Don't set eww-top-url.
13141 (eww-handle-link): Handle "prev", "home", and "contents".
13142 Downcase the rel text.
13143 (eww-top-url): Choose best top URL.
13144
13145 2013-06-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
13146
13147 * net/eww.el: Rewrite to implement form elements "by hand" instead of
13148 relying in widget.el. Using widget.el leads to too many
13149 user interface inconsistencies.
13150 (eww-self-insert): Implement entering commands in text fields.
13151 (eww-process-text-input): New function to make text input field editing
13152 work.
13153 (eww-submit): Rewrite to use the new-style form methods.
13154 (eww-select-display): Display the correct selected item.
13155 (eww-change-select): Implement changing the select value.
13156 (eww-toggle-checkbox): Implement radio/checkboxes.
13157 (eww-update-field): Fix compilation error.
13158 (eww-tag-textarea): Implement <textarea>.
13159
13160 * net/shr.el (shr-urlify): Use `keymap' instead of `local-map' so that
13161 we don't shadow mode-specific bindings.
13162
13163 * net/eww.el (eww-browse-url): Don't push stuff onto history if there's
13164 nothing to push.
13165
13166 * net/shr.el (shr-map): Bind [down-mouse-1] to browse URLs.
13167
13168 2013-06-19 Glenn Morris <rgm@gnu.org>
13169
13170 * emacs-lisp/eieio.el (defclass): Make it eval-and-compile once more.
13171
13172 2013-06-19 Michael Albinus <michael.albinus@gmx.de>
13173
13174 * net/tramp-adb.el (tramp-adb-get-toolbox): Remove function, it is
13175 not needed.
13176
13177 * net/tramp-sh.el (tramp-find-shell): Don't set "busybox" property.
13178
13179 2013-06-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
13180
13181 * net/browse-url.el (browse-url-browser-function):
13182 `eww-browse-url' has the right calling signature, `eww' does not.
13183
13184 2013-06-19 Glenn Morris <rgm@gnu.org>
13185
13186 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
13187 Only eval autoloaded macros.
13188 (byte-compile-autoload): Only give the macro warning for macros.
13189
13190 * progmodes/cperl-mode.el (ps-bold-faces, ps-italic-faces)
13191 (ps-underlined-faces): Declare.
13192
13193 * progmodes/idlwave.el (func-menu): Only set it up on XEmacs.
13194 (speedbar-add-supported-extension): Declare.
13195
13196 * international/titdic-cnv.el (tit-process-header, miscdic-convert):
13197 Don't include a date stamp in the header of the generated file;
13198 it leads to needless differences between output files.
13199
13200 2013-06-19 Michael Albinus <michael.albinus@gmx.de>
13201
13202 * net/secrets.el (secrets-struct-secret-content-type):
13203 Replace check of introspection data by a test call of "CreateItem".
13204 Some servers do not offer introspection.
13205
13206 2013-06-19 Stefan Monnier <monnier@iro.umontreal.ca>
13207
13208 * electric.el (electric-pair-mode): Improve interaction with
13209 electric-layout-mode.
13210 (electric-pair-default-inhibit): Don't assume (eq char (char-before)).
13211 (electric-pair-syntax): Use text-mode-syntax-table in comments
13212 and strings.
13213 (electric-pair--insert): New function.
13214 (electric-pair-post-self-insert-function): Use it and
13215 electric--after-char-pos.
13216
13217 2013-06-19 Leo Liu <sdl.web@gmail.com>
13218
13219 * progmodes/octave.el (octave-help): Fix regexp.
13220
13221 2013-06-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
13222
13223 * net/shr.el (shr-make-table-1): Implement <td rowspan>.
13224 (shr-table-horizontal-line): Allow nil as a value, and change the
13225 default.
13226 (shr-insert-table-ruler): Respect the nil value.
13227
13228 2013-06-18 Tom Tromey <tromey@barimba>
13229
13230 * net/eww.el (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
13231 New defvars.
13232 (eww-open-file): New defun.
13233 (eww-render): Initialize new variables.
13234 (eww-display-html): Handle "link" and "a".
13235 (eww-handle-link, eww-tag-link, eww-tag-a): New defuns.
13236 (eww-mode-map): Move "p" to "l". Bind "p", "n", "t", and "u".
13237 (eww-back-url): Rename from eww-previous-url.
13238 (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
13239 New defuns.
13240
13241 2013-06-18 Dmitry Gutov <dgutov@yandex.ru>
13242
13243 * progmodes/ruby-mode.el (ruby-syntax-before-regexp-re):
13244 Distinguish ternary operator tokens from slash symbol and slash
13245 char literal.
13246
13247 2013-06-18 Juanma Barranquero <lekktu@gmail.com>
13248
13249 Convert symbol prettification into minor mode and global minor mode.
13250
13251 * progmodes/prog-mode.el (prettify-symbols-alist): Rename from
13252 `prog-prettify-symbols', and make a local defvar instead of defcustom.
13253 (prettify-symbols--keywords): Rename from
13254 `prog-prettify-symbols-alist' and make a local defvar.
13255 (prettify-symbols--compose-symbol): Rename from
13256 `prog--prettify-font-lock-compose-symbol'.
13257 (prettify-symbols--make-keywords): Rename from
13258 `prog-prettify-font-lock-symbols-keywords' and simplify.
13259 (prog-prettify-install): Remove.
13260 (prettify-symbols-mode): New minor mode, based on
13261 `prog-prettify-install'.
13262 (turn-on-prettify-symbols-mode): New function.
13263 (global-prettify-symbols-mode): New globalized minor mode.
13264
13265 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
13266 * progmodes/cfengine.el (cfengine3-mode):
13267 * progmodes/perl-mode.el (perl-mode): Don't call
13268 `prog-prettify-install'; set `prettify-symbols-alist' instead.
13269
13270 2013-06-18 Juri Linkov <juri@jurta.org>
13271
13272 * files-x.el (modify-file-local-variable-message): New function.
13273 (modify-file-local-variable)
13274 (modify-file-local-variable-prop-line): Add arg INTERACTIVE
13275 and call `modify-file-local-variable-message' when it's non-nil.
13276 (add-file-local-variable, delete-file-local-variable)
13277 (add-file-local-variable-prop-line)
13278 (delete-file-local-variable-prop-line): Add arg INTERACTIVE
13279 and use it. (Bug#9820)
13280
13281 2013-06-18 Juri Linkov <juri@jurta.org>
13282
13283 * emulation/vi.el (vi-shell-op):
13284 * emulation/vip.el (vip-execute-com, ex-command):
13285 * emulation/viper-cmd.el (viper-exec-bang):
13286 * emulation/viper-ex.el (ex-command): Add non-nil arg REPLACE to
13287 the call of `shell-command-on-region'. (Bug#14637)
13288
13289 * simple.el (shell-command-on-region): Doc fix.
13290
13291 2013-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
13292
13293 * emacs-lisp/eieio-custom.el: Remove misleading Version: header
13294 (bug#14633).
13295
13296 2013-06-18 Glenn Morris <rgm@gnu.org>
13297
13298 * net/eww.el, net/shr.el, net/shr-color.el: Move here from gnus/.
13299
13300 * newcomment.el (comment-search-forward, comment-search-backward):
13301 Doc fix. (Bug#14376)
13302
13303 2013-06-18 Juanma Barranquero <lekktu@gmail.com>
13304
13305 * face-remap.el (buffer-face-toggle): Fix typo in docstring.
13306 (buffer-face-mode-invoke): Doc fix.
13307
13308 2013-06-18 Matthias Meulien <orontee@gmail.com>
13309
13310 * tabify.el (untabify, tabify): With prefix, apply to entire buffer.
13311 <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00545.html>
13312
13313 2013-06-18 Glenn Morris <rgm@gnu.org>
13314
13315 * generic-x.el (bat-generic-mode, rc-generic-mode, rul-generic-mode):
13316 Replace obsolete function generic-make-keywords with its expansion.
13317
13318 * progmodes/python.el (ffap-alist): Declare.
13319
13320 * textmodes/reftex.el (bibtex-mode-map): Declare.
13321
13322 2013-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
13323
13324 * emacs-lisp/package.el: Update package-alist after install (bug#14632).
13325 (package-unpack, package-unpack-single): Return the pkg-dir.
13326 (package-download-transaction): Use it to update package-alist.
13327
13328 2013-06-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
13329
13330 * net/browse-url.el (browse-url-browser-function): Add `eww' as a
13331 possible choice.
13332
13333 2013-06-17 Juri Linkov <juri@jurta.org>
13334
13335 * net/webjump.el (webjump-sample-sites): Add DuckDuckGo.
13336
13337 2013-06-17 Dmitry Gutov <dgutov@yandex.ru>
13338
13339 * emacs-lisp/package.el (package-load-descriptor):
13340 Remove `with-syntax-table' call, `read' doesn't need it.
13341 http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00539.html
13342
13343 2013-06-17 Juanma Barranquero <lekktu@gmail.com>
13344
13345 * startup.el (command-line): Expand package name returned by
13346 `package--description-file' (bug#14639).
13347
13348 2013-06-17 Dmitry Gutov <dgutov@yandex.ru>
13349
13350 * emacs-lisp/package.el (package-load-descriptor): Do not call
13351 `emacs-lisp-mode', just use its syntax table.
13352
13353 2013-06-17 Juanma Barranquero <lekktu@gmail.com>
13354
13355 * progmodes/prog-mode.el (prog-prettify-install): Add `composition' to
13356 `font-lock-extra-managed-props' if any prettifying keyword is added.
13357 (prog--prettify-font-lock-compose-symbol): Use ?\s instead of ?\ .
13358 (prog-mode): Use `setq-local'.
13359
13360 2013-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
13361
13362 * international/characters.el (standard-case-table): Set syntax of ?»
13363 and ?« to punctuation.
13364
13365 2013-06-16 Juanma Barranquero <lekktu@gmail.com>
13366
13367 * progmodes/prog-mode.el (prog--prettify-font-lock-compose-symbol):
13368 Save relevant match data before calling `syntax-ppss' (bug#14595).
13369
13370 2013-06-15 Juri Linkov <juri@jurta.org>
13371
13372 * files-x.el (modify-file-local-variable-prop-line): Add local
13373 variables to the end of the existing comment on the first line.
13374 Use `file-auto-mode-skip' to skip interpreter magic line,
13375 and also skip XML declaration.
13376
13377 2013-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
13378
13379 * startup.el (package--builtin-versions): New var.
13380 (package-subdirectory-regexp): Remove.
13381 (package--description-file): Hard code its value instead.
13382
13383 * emacs-lisp/package.el: Don't activate packages older than builtin.
13384 (package-obsolete-list): Rename from package-obsolete-alist, and make
13385 it into a simple list of package-desc.
13386 (package-strip-version): Remove.
13387 (package-built-in-p): Use package--builtin-versions.
13388 (package-mark-obsolete): Simplify.
13389 (package-process-define-package): Mark it obsolete if older than the
13390 builtin version.
13391 (package-handle-response): Use line-end-position.
13392 (package-read-archive-contents, package--download-one-archive):
13393 Simplify.
13394 (package--add-to-archive-contents): Skip if older than the builtin or
13395 installed version.
13396 (package-menu-describe-package): Fix last change.
13397 (package-list-unversioned): New var.
13398 (package-menu--generate): Use it.
13399
13400 * emacs-lisp/autoload.el: Manage package--builtin-versions.
13401 (autoload--insert-text, autoload--insert-cookie-text): New functions.
13402 (autoload-builtin-package-versions): New variable.
13403 (autoload-generate-file-autoloads): Use them.
13404 Remove the list of autoloaded functions/macros from the
13405 (autoload...) comments.
13406
13407 * Makefile.in (autoloads): Set autoload-builtin-package-versions.
13408
13409 2013-06-15 Eli Zaretskii <eliz@gnu.org>
13410
13411 * simple.el (line-move-partial): Don't jump to the next screen
13412 line as soon as it becomes visible. Instead, continue enlarging
13413 the vscroll until the portion of a tall screen line that's left on
13414 display is about the height of the frame's default font.
13415 (Bug#14567)
13416
13417 2013-06-15 Glenn Morris <rgm@gnu.org>
13418
13419 * vc/vc-dispatcher.el (vc-compilation-mode): Avoid making
13420 compilation-error-regexp-alist void, or local while let-bound.
13421
13422 * progmodes/make-mode.el (makefile-mode-syntax-table):
13423 Treat "=" as punctuation. (Bug#14614)
13424
13425 2013-06-15 Juanma Barranquero <lekktu@gmail.com>
13426
13427 * help-fns.el (describe-variable):
13428 Add extra line for permanent-local variables.
13429
13430 2013-06-15 Simen Heggestøyl <simenheg@ifi.uio.no> (tiny change)
13431
13432 * progmodes/scheme.el (scheme-font-lock-keywords-2):
13433 Add export, import, library. (Bug#9164)
13434 (library): Set indent function.
13435
13436 2013-06-14 Glenn Morris <rgm@gnu.org>
13437
13438 * term/xterm.el (xterm--query):
13439 Stop after first matching handler. (Bug#14615)
13440
13441 2013-06-14 Ivan Kanis <ivan@kanis.fr>
13442
13443 Add support for dired in saveplace.
13444 * dired.el (dired-initial-position-hook): New variable.
13445 (dired-initial-position): Call hook to place cursor position.
13446 * saveplace.el (save-place-to-alist): Add dired position.
13447 (save-place-dired-hook): New function.
13448
13449 2013-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
13450
13451 * subr.el (eval-after-load, set-temporary-overlay-map): Use indirection
13452 through a symbol rather than letrec.
13453
13454 * emacs-lisp/package.el: Don't recompute dir. Use pkg-descs more.
13455 (package-desc): Add `dir' field.
13456 (package-desc-full-name): New function.
13457 (package-load-descriptor): Combine the two arguments. Don't use `load'.
13458 (package-maybe-load-descriptor): Remove.
13459 (package-load-all-descriptors): Just call package-load-descriptor.
13460 (package--disabled-p): New function.
13461 (package-desc-vers, package-desc-doc): Remove aliases.
13462 (package--dir): Remove function.
13463 (package-activate): Check if a package is disabled.
13464 (package-process-define-package): New function, extracted from
13465 define-package.
13466 (define-package): Turn into a place holder.
13467 (package-unpack-single, package-tar-file-info):
13468 Use package--description-file.
13469 (package-compute-transaction): Use package--disabled-p.
13470 (package-download-transaction): Don't call
13471 package-maybe-load-descriptor since they're all loaded anyway.
13472 (package-install): Change argument to be a pkg-desc.
13473 (package-delete): Use a single pkg-desc argument.
13474 (describe-package-1): Use package-desc-dir instead of package--dir.
13475 Use package-desc property instead of package-symbol.
13476 (package-install-button-action): Adjust accordingly.
13477 (package--push): Rewrite.
13478 (package-menu--print-info): Adjust accordingly. Change the ID format
13479 to be a pkg-desc.
13480 (package-menu-describe-package, package-menu-get-status)
13481 (package-menu--find-upgrades, package-menu-mark-upgrades)
13482 (package-menu-execute, package-menu--name-predicate):
13483 Adjust accordingly.
13484 * startup.el (package--description-file): New function.
13485 (command-line): Use it.
13486 * emacs-lisp/package-x.el (package-upload-buffer-internal):
13487 Use package-desc-version.
13488
13489 * emacs-lisp/bytecomp.el (byte-compile-force-lexical-warnings): New var.
13490 (byte-compile-preprocess): Use it.
13491 (byte-compile-file-form-defalias): Try a bit harder to use macros we
13492 can't quite recognize.
13493 (byte-compile-add-to-list): Remove.
13494 * emacs-lisp/cconv.el (cconv-warnings-only): New function.
13495 (cconv-closure-convert): Add assertion.
13496
13497 * emacs-lisp/map-ynp.el: Use lexical-binding.
13498 (map-y-or-n-p): Remove unused vars `tail' and `object'.
13499 Factor out some repeated code.
13500
13501 2013-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
13502
13503 * subr.el (with-eval-after-load): New macro.
13504 (eval-after-load): Allow form to be a function.
13505 take advantage of lexical-binding.
13506 (do-after-load-evaluation): Use dolist and adjust to new format.
13507 * simple.el (bad-packages-alist): Use dolist and with-eval-after-load.
13508
13509 2013-06-13 Juri Linkov <juri@jurta.org>
13510
13511 * replace.el (perform-replace): Display "symbol " and other search
13512 modes from `isearch-message-prefix' in the *Help* buffer.
13513
13514 * isearch.el (isearch-query-replace): Add " symbol" and other
13515 possible search modes from `isearch-message-prefix' to the prompt.
13516 (isearch-occur): Use `with-isearch-suspended' to not exit Isearch
13517 when reading a regexp to collect.
13518
13519 2013-06-13 Juri Linkov <juri@jurta.org>
13520
13521 * isearch.el (word-search-regexp): Match whitespace if the search
13522 string begins or ends in whitespace. The LAX arg is applied to
13523 both ends of the search string. Use `regexp-quote' and explicit
13524 \< and \> instead of \b. Use \` and \' instead of ^ and $.
13525 (isearch-symbol-regexp): Sync with `word-search-regexp' where word
13526 boundaries are replaced with symbol boundaries, and characters
13527 between symbols match non-word non-symbol syntax. (Bug#14602)
13528
13529 2013-06-13 Juri Linkov <juri@jurta.org>
13530
13531 * isearch.el (isearch-del-char): Don't exceed the length of
13532 `isearch-string' by the prefix arg. (Bug#14563)
13533
13534 2013-06-13 Juri Linkov <juri@jurta.org>
13535
13536 * isearch.el (isearch-yank-word, isearch-yank-line)
13537 (isearch-char-by-name, isearch-quote-char)
13538 (isearch-printing-char, isearch-process-search-char):
13539 Add optional count prefix arg. (Bug#14563)
13540
13541 * international/isearch-x.el
13542 (isearch-process-search-multibyte-characters):
13543 Add optional count prefix arg.
13544
13545 2013-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
13546
13547 * subr.el (internal-push-keymap, internal-pop-keymap): New functions.
13548 (set-temporary-overlay-map): Use them (bug#14095); and take advantage of
13549 lexical-binding.
13550
13551 2013-06-13 Vitalie Spinu <spinuvit@gmail.com>
13552
13553 * subr.el (set-temporary-overlay-map): Add on-exit argument.
13554
13555 2013-06-13 Glenn Morris <rgm@gnu.org>
13556
13557 * startup.el (tty-handle-args):
13558 Don't just discard "--" and anything after. (Bug#14608)
13559
13560 * emacs-lisp/lisp.el (forward-sexp, backward-sexp): Doc fixes.
13561
13562 2013-06-13 Michael Albinus <michael.albinus@gmx.de>
13563
13564 Implement changes in Secret Service API. Make it backward compatible.
13565 * net/secrets.el (secrets-struct-secret-content-type): New defonst.
13566 (secrets-create-item): Use it. Prefix properties with interface.
13567
13568 2013-06-13 Michael Hoffman <9qobl2n02@sneakemail.com> (tiny change)
13569
13570 * term.el (term-suppress-hard-newline): New option. (Bug#12017)
13571 (term-emulate-terminal): Respect term-suppress-hard-newline.
13572
13573 2013-06-13 E Sabof <esabof@gmail.com> (tiny change)
13574
13575 * image-dired.el (image-dired-dired-toggle-marked-thumbs):
13576 Only remove a `thumb-file' overlay. (Bug#14548)
13577
13578 2013-06-12 Grégoire Jadi <daimrod@gmail.com>
13579
13580 * mail/reporter.el (reporter-submit-bug-report):
13581 Handle missing package-name. (Bug#14600)
13582
13583 2013-06-12 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
13584
13585 * textmodes/reftex-cite.el (reftex-cite-regexp-hist)
13586 (reftex-citation-prompt, reftex-default-bibliography)
13587 (reftex-bib-or-thebib, reftex-get-bibfile-list)
13588 (reftex-pop-to-bibtex-entry, reftex-extract-bib-entries)
13589 (reftex-bib-sort-author, reftex-bib-sort-year)
13590 (reftex-bib-sort-year-reverse, reftex-get-crossref-alist)
13591 (reftex-extract-bib-entries-from-thebibliography)
13592 (reftex-get-bibkey-default, reftex-get-bib-names)
13593 (reftex-parse-bibtex-entry, reftex-get-bib-field)
13594 (reftex-format-bib-entry, reftex-parse-bibitem)
13595 (reftex-format-bibitem, reftex-do-citation)
13596 (reftex-figure-out-cite-format, reftex-offer-bib-menu)
13597 (reftex-restrict-bib-matches, reftex-extract-bib-file)
13598 (reftex-insert-bib-matches, reftex-format-citation)
13599 (reftex-make-cite-echo-string, reftex-bibtex-selection-callback)
13600 (reftex-create-bibtex-file): Add docstrings, mostly by converting
13601 existing comments into docstrings.
13602
13603 2013-06-12 Xue Fuqiao <xfq.free@gmail.com>
13604
13605 * ibuf-ext.el (ibuffer-mark-help-buffers): Doc fix.
13606
13607 2013-06-12 Andreas Schwab <schwab@suse.de>
13608
13609 * international/mule.el (auto-coding-alist): Use utf-8-emacs-unix
13610 for auto-save files.
13611
13612 2013-06-12 Glenn Morris <rgm@gnu.org>
13613
13614 * ido.el (ido-delete-ignored-files): Remove.
13615 (ido-wide-find-dirs-or-files, ido-make-file-list-1):
13616 Go back to calling ido-ignore-item-p directly.
13617
13618 2013-06-12 Eyal Lotem <eyal.lotem@gmail.com> (tiny change)
13619
13620 * ido.el (ido-wide-find-dirs-or-files): Respect ido-case-fold.
13621
13622 * ido.el (ido-delete-ignored-files): New function,
13623 split from ido-make-file-list-1.
13624 (ido-wide-find-dirs-or-files): Maybe ignore files. (Bug#13003)
13625 (ido-make-file-list-1): Use ido-delete-ignored-files.
13626
13627 2013-06-12 Leo Liu <sdl.web@gmail.com>
13628
13629 * progmodes/octave.el (inferior-octave-startup)
13630 (inferior-octave-completion-table)
13631 (inferior-octave-track-window-width-change)
13632 (octave-eldoc-function-signatures, octave-help)
13633 (octave-find-definition): Use single quoted strings.
13634 (inferior-octave-startup-args): Change default value.
13635 (inferior-octave-startup): Do not hard code "-i" and
13636 "--no-line-editing".
13637 (inferior-octave-resync-dirs): Add optional arg NOERROR.
13638 (inferior-octave-directory-tracker): Use it.
13639 (octave-goto-function-definition): Robustify.
13640 (octave-help): Support highlighting operators in 'See also'.
13641 (octave-find-definition): Find subfunctions only in Octave mode.
13642
13643 2013-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
13644
13645 * help-fns.el (help-fns--compiler-macro): If the handler function is
13646 named, then put a link to it.
13647 * help-mode.el (help-function-cmacro): Adjust regexp for cl-lib names.
13648 * emacs-lisp/cl-macs.el (cl--compiler-macro-typep): New function.
13649 (cl-typep): Use it.
13650 (cl-eval-when): Simplify debug spec.
13651 (cl-define-compiler-macro): Use eval-and-compile. Give a name to the
13652 compiler-macro function instead of setting `compiler-macro-file'.
13653
13654 2013-06-12 Xue Fuqiao <xfq.free@gmail.com>
13655
13656 * vc/vc-cvs.el (vc-cvs-stay-local): Doc fix.
13657 * vc/vc-hooks.el (vc-stay-local): Doc fix.
13658
13659 2013-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
13660 Daniel Hackney <dan@haxney.org>
13661
13662 First part of Daniel Hackney's patch to package.el.
13663 * emacs-lisp/package.el: Use defstruct.
13664 (package-desc): New, main struct.
13665 (package--bi-desc, package--ac-desc): New structs, used to describe the
13666 format in external files.
13667 (package-desc-vers): Replace with package-desc-version accessor.
13668 (package-desc-doc): Replace with package-desc-summary accessor.
13669 (package-activate-1): Remove `package' arg since the pkg-vec now
13670 includes the name.
13671 (define-package): Use package-desc-from-define.
13672 (package-unpack-single): Change file-name arg to be a symbol.
13673 (package--add-to-archive-contents): Use package-desc-create and new
13674 accessor functions to package--ac-desc.
13675 (package-buffer-info, package-tar-file-info): Return a package-desc.
13676 (package-install-from-buffer): Remove `type' argument. Change pkg-info
13677 arg to be a package-desc.
13678 (package-install-file): Adjust accordingly. Use \' to match EOS.
13679 (package--from-builtin): New function.
13680 (describe-package-1, package-menu--generate): Use it.
13681 (package--make-autoloads-and-compile): Change name arg to be a symbol.
13682 (package-generate-autoloads): Idem and return the name of the file.
13683 * emacs-lisp/package-x.el (package-upload-buffer-internal):
13684 Change pkg-info arg to be a package-desc.
13685 Use package-make-ac-desc.
13686 (package-upload-file): Use \' to match EOS.
13687 * finder.el (finder-compile-keywords): Use package-make-builtin.
13688
13689 2013-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
13690
13691 * vc/vc.el (vc-deduce-fileset): Change error message.
13692 (vc-read-backend): New function.
13693 (vc-next-action): Use it.
13694
13695 * subr.el (function-arity): Remove (mistakenly added) (bug#14590).
13696
13697 * progmodes/prolog.el (prolog-make-keywords-regexp): Remove.
13698 (prolog-font-lock-keywords): Use regexp-opt instead.
13699 Don't manually highlight strings.
13700 (prolog-mode-variables): Simplify comment-start-skip.
13701 (prolog-consult-compile): Use display-buffer. Remove unused old-filter.
13702
13703 * emacs-lisp/generic.el (generic--normalise-comments)
13704 (generic-set-comment-syntax, generic-set-comment-vars): New functions.
13705 (generic-mode-set-comments): Use them.
13706 (generic-bracket-support): Use setq-local.
13707 (generic-make-keywords-list): Declare obsolete.
13708
13709 2013-06-11 Glenn Morris <rgm@gnu.org>
13710
13711 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
13712 Prettify after setting font-lock-defaults. (Bug#14574)
13713
13714 2013-06-11 Juanma Barranquero <lekktu@gmail.com>
13715
13716 * replace.el (query-replace, occur-read-regexp-defaults-function)
13717 (replace-search):
13718 * subr.el (declare-function, number-sequence, local-set-key)
13719 (substitute-key-definition, locate-user-emacs-file)
13720 (with-silent-modifications, split-string, eval-after-load):
13721 Fix typos, remove unneeded backslashes and reflow some docstrings.
13722
13723 2013-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
13724
13725 * international/mule-conf.el (file-coding-system-alist): Use utf-8 as
13726 default for Elisp files.
13727
13728 2013-06-11 Glenn Morris <rgm@gnu.org>
13729
13730 * vc/log-view.el (log-view-mode-map): Inherit from special-mode-map,
13731 although define-derived-mode was doing this anyway. (Bug#14583)
13732
13733 2013-06-10 Juanma Barranquero <lekktu@gmail.com>
13734
13735 * allout.el (allout-encryption-plaintext-sanitization-regexps):
13736 Fix make-variable-buffer-local call to refer to the correct variable.
13737
13738 2013-06-10 Aidan Gauland <aidalgol@amuri.net>
13739
13740 * eshell/em-term.el (eshell-visual-commands)
13741 (eshell-visual-subcommands, eshell-visual-options):
13742 Add summary line to docstrings. Add cross-references.
13743
13744 2013-06-10 Glenn Morris <rgm@gnu.org>
13745
13746 * epa.el (epa-read-file-name): New function. (Bug#14510)
13747 (epa-decrypt-file): Make plain-file optional. Use epa-read-file-name.
13748
13749 2013-06-09 Aidan Gauland <aidalgol@amuri.net>
13750
13751 * eshell/em-term.el (eshell-visual-command-p): Fix bug that caused
13752 output redirection to be ignored with visual commands.
13753
13754 2013-06-09 Aidan Gauland <aidalgol@amuri.net>
13755
13756 * eshell/em-term.el (eshell-visual-command-p): New function.
13757 (eshell-term-initialize): Move long lambda to separate function
13758 eshell-visual-command-p.
13759 * eshell/em-dirs.el (eshell-dirs-initialize):
13760 * eshell/em-script.el (eshell-script-initialize):
13761 Add missing #' to lambda.
13762
13763 2013-06-08 Leo Liu <sdl.web@gmail.com>
13764
13765 * progmodes/octave.el (octave-add-log-current-defun): New function.
13766 (octave-mode): Set add-log-current-defun-function.
13767 (octave-goto-function-definition): Do not move point if not found.
13768 (octave-find-definition): Enhance to try subfunctions first.
13769
13770 2013-06-08 Glenn Morris <rgm@gnu.org>
13771
13772 * emacs-lisp/bytecomp.el (byte-compile-char-before)
13773 (byte-compile-backward-char, byte-compile-backward-word):
13774 Improve previous change, to handle non-explicit nil.
13775
13776 2013-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
13777
13778 * emacs-lisp/smie.el: Improve show-paren-mode behavior.
13779 (smie--opener/closer-at-point): New function.
13780 (smie--matching-block-data): Use it. Don't match from right after an
13781 opener or right before a closer. Obey smie-blink-matching-inners.
13782 Don't signal a mismatch for repeated inners like "switch..case..case".
13783
13784 2013-06-07 Leo Liu <sdl.web@gmail.com>
13785
13786 * progmodes/octave.el (octave-mode): Set comment-use-global-state
13787 to t. (Bug#14303)
13788 (octave-function-header-regexp): Fix. (Bug#14570)
13789 (octave-help-mode-finish-hook, octave-help-mode-finish):
13790 Remove. Just use temp-buffer-show-hook.
13791
13792 * newcomment.el (comment-search-backward): Revert last change.
13793 (Bug#14434)
13794
13795 * emacs-lisp/smie.el (smie--matching-block-data): Minor simplification.
13796
13797 2013-06-07 Eli Zaretskii <eliz@gnu.org>
13798
13799 * Makefile.in (TAGS TAGS-LISP): Pass the (long) list of *.el files
13800 through xargs, to avoid failure due to MS-Windows limitations on
13801 command-line length.
13802
13803 2013-06-06 Glenn Morris <rgm@gnu.org>
13804
13805 * font-lock.el (lisp-font-lock-keywords-2):
13806 Treat user-error like error.
13807
13808 * emacs-lisp/bytecomp.el (byte-compile-char-before)
13809 (byte-compile-backward-char, byte-compile-backward-word):
13810 Handle explicit nil arguments. (Bug#14565)
13811
13812 2013-06-05 Alan Mackenzie <acm@muc.de>
13813
13814 * isearch.el (isearch-allow-prefix): New user option.
13815 (isearch-other-meta-char): Don't exit isearch when a prefix
13816 argument is typed whilst `isearch-allow-prefix' is non-nil.
13817 (Bug#9706)
13818
13819 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
13820
13821 * autorevert.el (auto-revert-notify-handler): Use memq.
13822 Hide assertion failure.
13823
13824 * skeleton.el: Use cl-lib.
13825 (skeleton-further-elements): Use defvar-local.
13826 (skeleton-insert): Use cl-progv.
13827
13828 2013-06-05 Teodor Zlatanov <tzz@lifelogs.com>
13829
13830 * progmodes/prog-mode.el (prog-prettify-symbols)
13831 (prog-prettify-install): Update docstrings.
13832
13833 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
13834
13835 * simple.el: Move all the prog-mode code to prog-mode.el.
13836 * progmodes/prog-mode.el: New file.
13837 * loadup.el: Add prog-mode.el.
13838
13839 2013-06-05 Teodor Zlatanov <tzz@lifelogs.com>
13840
13841 * simple.el (prog-prettify-symbols): Add version.
13842 (prog-prettify-install): Add convenience function to prettify symbols.
13843
13844 * progmodes/perl-mode.el (perl--augmented-font-lock-keywords)
13845 (perl--augmented-font-lock-keywords-1)
13846 (perl--augmented-font-lock-keywords-2, perl-mode): Remove unneeded
13847 variables and use it.
13848
13849 * progmodes/cfengine.el (cfengine3--augmented-font-lock-keywords)
13850 (cfengine3-mode): Remove unneeded variable and use it.
13851
13852 * emacs-lisp/lisp-mode.el (lisp--augmented-font-lock-keywords)
13853 (lisp--augmented-font-lock-keywords-1)
13854 (lisp--augmented-font-lock-keywords-2, lisp-mode-variables):
13855 Remove unneeded variables and use it.
13856
13857 2013-06-05 João Távora <joaotavora@gmail.com>
13858
13859 * net/tls.el (open-tls-stream): Remove unneeded buffer contents up
13860 to point when opening the connection. (Bug#14380)
13861
13862 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
13863
13864 * subr.el (load-history-regexp, load-history-filename-element)
13865 (eval-after-load, after-load-functions, do-after-load-evaluation)
13866 (eval-next-after-load, display-delayed-warnings)
13867 (collapse-delayed-warnings, delayed-warnings-hook): Move after the
13868 definition of save-match-data.
13869 (overriding-local-map): Remove accidental obsolescence declaration.
13870
13871 * emacs-lisp/edebug.el (edebug-result): Move before first use.
13872
13873 2013-06-05 Teodor Zlatanov <tzz@lifelogs.com>
13874
13875 Generalize symbol prettify support to prog-mode and implement it
13876 for perl-mode, cfengine3-mode, and emacs-lisp-mode.
13877 * simple.el (prog-prettify-symbols-alist, prog-prettify-symbols)
13878 (prog--prettify-font-lock-compose-symbol)
13879 (prog-prettify-font-lock-symbols-keywords): New variables and
13880 functions to support symbol prettification.
13881 * emacs-lisp/lisp-mode.el (lisp--augmented-font-lock-keywords)
13882 (lisp--augmented-font-lock-keywords-1)
13883 (lisp--augmented-font-lock-keywords-2, lisp-mode-variables)
13884 (lisp--prettify-symbols-alist): Implement prettify of lambda.
13885 * progmodes/cfengine.el (cfengine3--augmented-font-lock-keywords)
13886 (cfengine3--prettify-symbols-alist, cfengine3-mode):
13887 Implement prettify of -> => :: strings.
13888 * progmodes/perl-mode.el (perl-prettify-symbols)
13889 (perl--font-lock-compose-symbol)
13890 (perl--font-lock-symbols-keywords): Move to prog-mode.
13891 (perl--prettify-symbols-alist): Prettify -> => :: strings.
13892 (perl-font-lock-keywords-1)
13893 (perl-font-lock-keywords-2): Remove explicit prettify support.
13894 (perl--augmented-font-lock-keywords)
13895 (perl--augmented-font-lock-keywords-1)
13896 (perl--augmented-font-lock-keywords-2, perl-mode):
13897 Implement prettify support.
13898
13899 2013-06-05 Leo Liu <sdl.web@gmail.com>
13900
13901 Re-implement SMIE matching block highlight using
13902 show-paren-data-function. (Bug#14395)
13903 * emacs-lisp/smie.el (smie-matching-block-highlight)
13904 (smie--highlight-matching-block-overlay)
13905 (smie--highlight-matching-block-lastpos)
13906 (smie-highlight-matching-block)
13907 (smie-highlight-matching-block-mode): Remove.
13908 (smie--matching-block-data-cache): New variable.
13909 (smie--matching-block-data): New function.
13910 (smie-setup): Use smie--matching-block-data for
13911 show-paren-data-function.
13912
13913 * progmodes/octave.el (octave-mode-menu): Fix.
13914 (octave-find-definition): Skip garbage lines.
13915
13916 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
13917
13918 Fix compilation error with simultaneous dynamic+lexical scoping.
13919 Add warning when a defvar appears after the first let-binding.
13920 * emacs-lisp/bytecomp.el (byte-compile-lexical-variables): New var.
13921 (byte-compile-close-variables): Initialize it.
13922 (byte-compile--declare-var): New function.
13923 (byte-compile-file-form-defvar)
13924 (byte-compile-file-form-define-abbrev-table)
13925 (byte-compile-file-form-custom-declare-variable): Use it.
13926 (byte-compile-make-lambda-lexenv): Change the argument. Simplify.
13927 (byte-compile-lambda): Share call to byte-compile-arglist-vars.
13928 (byte-compile-bind): Handle dynamic bindings that shadow
13929 lexical bindings.
13930 (byte-compile-unbind): Make arg non-optional.
13931 (byte-compile-let): Simplify.
13932 * emacs-lisp/cconv.el (byte-compile-lexical-variables): Declare var.
13933 (cconv--analyse-function, cconv-analyse-form): Populate it.
13934 Protect byte-compile-bound-variables to limit the scope of defvars.
13935 (cconv-analyse-form): Add missing rule for (defvar <foo>).
13936 Remove unneeded rule for `declare'.
13937
13938 * emacs-lisp/cl-macs.el (cl--compiler-macro-adjoin): Use macroexp-let2
13939 so as to avoid depending on cl-adjoin at run-time.
13940 * emacs-lisp/cl-lib.el (cl-pushnew): Use backquotes.
13941
13942 * emacs-lisp/macroexp.el (macroexp--compiling-p): New function.
13943 (macroexp--warn-and-return): Use it.
13944
13945 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
13946
13947 * subr.el: Convert to lexical binding.
13948 (overriding-local-map): Make obsolete.
13949 (add-to-list): Doc fix. Add compiler macro.
13950 (read-key): Swap values of local maps.
13951
13952 2013-06-05 Leo Liu <sdl.web@gmail.com>
13953
13954 * eshell/esh-mode.el (eshell-mode): Fix key bindings.
13955
13956 2013-06-04 Leo Liu <sdl.web@gmail.com>
13957
13958 * progmodes/compile.el (compile-goto-error): Add optional arg NOMSG.
13959 (compilation-auto-jump): Suppress the "Mark set" message to give
13960 way to exit message.
13961
13962 2013-06-04 Alan Mackenzie <acm@muc.de>
13963
13964 Remove faulty optimisation from indentation calculation.
13965 * progmodes/cc-engine.el (c-guess-basic-syntax): Don't calculate
13966 search limit based on 2000 characters back from indent-point.
13967
13968 2013-06-03 Tassilo Horn <tsdh@gnu.org>
13969
13970 * eshell/em-term.el (cl-lib): Require `cl-lib'.
13971
13972 2013-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
13973
13974 * emacs-lisp/lisp.el: Use lexical-binding.
13975 (lisp--local-variables-1, lisp--local-variables): New functions.
13976 (lisp--local-variables-completion-table): New var.
13977 (lisp-completion-at-point): Use it complete let-bound vars.
13978
13979 * emacs-lisp/lisp-mode.el (eval-sexp-add-defvars): Expand macros
13980 eagerly (bug#14422).
13981
13982 2013-06-03 Michael Albinus <michael.albinus@gmx.de>
13983
13984 * autorevert.el (auto-revert-notify-enabled)
13985 (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
13986 (auto-revert-notify-event-p, auto-revert-notify-event-file-name)
13987 (auto-revert-notify-handler): Handle also gfilenotify.
13988
13989 * subr.el (file-notify-handle-event): New defun. Replacing ...
13990 (inotify-event-p, inotify-handle-event, w32notify-handle-event):
13991 Remove.
13992
13993 2013-06-03 Juri Linkov <juri@jurta.org>
13994
13995 * bindings.el (search-map): Bind `highlight-symbol-at-point' to
13996 `M-s h .'. (Bug#14427)
13997
13998 * hi-lock.el (highlight-symbol-at-point): New alias for the new
13999 command `hi-lock-face-symbol-at-point'.
14000 (hi-lock-face-symbol-at-point): New command.
14001 (hi-lock-map): Bind `highlight-symbol-at-point' to `C-x w .'.
14002 (hi-lock-menu): Add `highlight-symbol-at-point'.
14003 (hi-lock-mode): Doc fix.
14004
14005 * isearch.el (isearch-forward-symbol-at-point): New command.
14006 (search-map): Bind `isearch-forward-symbol-at-point' to `M-s .'.
14007 (isearch-highlight-regexp): Add a regexp which matches
14008 words/symbols for word/symbol mode.
14009
14010 * subr.el (find-tag-default-bounds): New function with the body
14011 mostly moved from `find-tag-default'.
14012 (find-tag-default): Move most code to `find-tag-default-bounds',
14013 call it and apply `buffer-substring-no-properties' afterwards.
14014
14015 2013-06-03 Tassilo Horn <tsdh@gnu.org>
14016
14017 * eshell/em-term.el (eshell-term-initialize):
14018 Use `cl-intersection' rather than `intersection'.
14019
14020 2013-06-02 Xue Fuqiao <xfq.free@gmail.com>
14021
14022 * vc/log-view.el: Doc fix.
14023 (log-view-mode-map): Copy keymap from `special-mode-map'.
14024
14025 2013-06-02 Eric Ludlam <zappo@gnu.org>
14026
14027 * emacs-lisp/eieio.el (eieio--defalias, eieio-hook)
14028 (eieio-error-unsupported-class-tags, eieio-skip-typecheck)
14029 (eieio-optimize-primary-methods-flag, eieio-initializing-object)
14030 (eieio-unbound, eieio-default-superclass)
14031 (eieio--define-field-accessors, method-static, method-before)
14032 (method-primary, method-after, method-num-lists)
14033 (method-generic-before, method-generic-primary)
14034 (method-generic-after, method-num-slots)
14035 (eieio-specialized-key-to-generic-key)
14036 (eieio--check-type, class-v, class-p)
14037 (eieio-class-name, define-obsolete-function-alias)
14038 (eieio-class-parents-fast, eieio-class-children-fast)
14039 (same-class-fast-p, class-constructor, generic-p)
14040 (generic-primary-only-p, generic-primary-only-one-p)
14041 (class-option-assoc, class-option, eieio-object-p)
14042 (class-abstract-p, class-method-invocation-order)
14043 (eieio-defclass-autoload-map, eieio-defclass-autoload)
14044 (eieio-class-un-autoload, eieio-defclass)
14045 (eieio-eval-default-p, eieio-perform-slot-validation-for-default)
14046 (eieio-add-new-slot, eieio-copy-parents-into-subclass)
14047 (eieio--defgeneric-init-form, eieio-defgeneric-form)
14048 (eieio-defgeneric-reset-generic-form)
14049 (eieio-defgeneric-form-primary-only)
14050 (eieio-defgeneric-reset-generic-form-primary-only)
14051 (eieio-defgeneric-form-primary-only-one)
14052 (eieio-defgeneric-reset-generic-form-primary-only-one)
14053 (eieio-unbind-method-implementations)
14054 (eieio--defmethod, eieio--typep)
14055 (eieio-perform-slot-validation, eieio-validate-slot-value)
14056 (eieio-validate-class-slot-value, eieio-barf-if-slot-unbound)
14057 (eieio-oref, eieio-oref-default, eieio-default-eval-maybe)
14058 (eieio-oset, eieio-oset-default, eieio-slot-originating-class-p)
14059 (eieio-slot-name-index, eieio-class-slot-name-index)
14060 (eieio-set-defaults, eieio-initarg-to-attribute)
14061 (eieio-attribute-to-initarg, eieio-c3-candidate)
14062 (eieio-c3-merge-lists, eieio-class-precedence-c3)
14063 (eieio-class-precedence-dfs, eieio-class-precedence-bfs)
14064 (eieio-class-precedence-list, eieio-generic-call-methodname)
14065 (eieio-generic-call-arglst, eieio-generic-call-key)
14066 (eieio-generic-call-next-method-list)
14067 (eieio-pre-method-execution-functions, eieio-generic-call)
14068 (eieio-generic-call-primary-only, eieiomt-method-list)
14069 (eieiomt-optimizing-obarray, eieiomt-install)
14070 (eieiomt-add, eieiomt-next, eieiomt-sym-optimize)
14071 (eieio-generic-form, eieio-defmethod, make-obsolete)
14072 (eieio-defgeneric, make-obsolete): Move to eieio-core.el.
14073 (defclass): Remove `eval-and-compile' from macro.
14074 (call-next-method, shared-initialize): Instead of using
14075 `scoped-class' variable, use new eieio--scoped-class, and
14076 eieio--with-scoped-class.
14077 (initialize-instance): Rename local variable 'scoped-class' to
14078 'this-class' to remove ambiguitity from old global.
14079
14080 * emacs-lisp/eieio-core.el: New file. Derived from key parts of
14081 eieio.el.
14082 (eieio--scoped-class-stack): New variable.
14083 (eieio--scoped-class): New fcn.
14084 (eieio--with-scoped-class): New scoping macro.
14085 (eieio-defclass): Use pushnew instead of add-to-list.
14086 (eieio-defgeneric-form-primary-only-one, eieio-oset-default)
14087 (eieio-slot-name-index, eieio-set-defaults, eieio-generic-call)
14088 (eieio-generic-call-primary-only, eieiomt-add): Instead of using
14089 `scoped-class' variable, use new eieio--scoped-class, and
14090 eieio--with-scoped-class.
14091
14092 * emacs-lisp/eieio-base.el (cl-lib): Require during compile.
14093
14094 2013-06-02 Tassilo Horn <tsdh@gnu.org>
14095
14096 * eshell/esh-ext.el (eshell-external-command): Pass args to
14097 `eshell-find-interpreter'.
14098 (eshell-find-interpreter): Add new second parameter ARGS.
14099
14100 * eshell/em-script.el (eshell-script-initialize): Add second arg
14101 to the function added as MATCH to `eshell-interpreter-alist'.
14102
14103 * eshell/em-dirs.el (eshell-dirs-initialize): Add second arg to
14104 the function added as MATCH to `eshell-interpreter-alist'.
14105
14106 * eshell/em-term.el (eshell-visual-subcommands): New defcustom.
14107 (eshell-visual-options): New defcustom.
14108 (eshell-escape-control-x): Adapt docstring.
14109 (eshell-term-initialize): Test `eshell-visual-subcommands' and
14110 `eshell-visual-options' in addition to `eshell-visual-commands'.
14111 (eshell-exec-visual): Pass args to `eshell-find-interpreter'.
14112
14113 2013-06-01 Fabián Ezequiel Gallina <fgallina@gnu.org>
14114
14115 * progmodes/python.el (python-indent-block-enders): Add break,
14116 continue and raise keywords.
14117
14118 2013-06-01 Glenn Morris <rgm@gnu.org>
14119
14120 * pcmpl-gnu.el (pcomplete/tar): Check obsolete variable is bound.
14121
14122 Plain (f)boundp silences compilation warnings since Emacs 22.1.
14123 * progmodes/cc-cmds.el (delete-forward-p):
14124 * progmodes/cc-defs.el (buffer-syntactic-context-depth):
14125 * progmodes/cc-engine.el (buffer-syntactic-context):
14126 * progmodes/cc-fonts.el (face-property-instance):
14127 * progmodes/cc-mode.el (set-keymap-parents):
14128 * progmodes/cc-vars.el (get-char-table): No need for cc-bytecomp-defun.
14129 * progmodes/cc-defs.el (c-set-region-active, c-beginning-of-defun-1)
14130 * progmodes/cc-mode.el (c-make-inherited-keymap): Use plain fboundp.
14131 * progmodes/cc-defs.el (zmacs-region-stays, zmacs-regions)
14132 (lookup-syntax-properties): Remove unecessary cc-bytecomp-defvar.
14133
14134 * progmodes/cc-vars.el (other): Emacs has this widget since
14135 at least 21.1, so don't (re)define it.
14136
14137 * eshell/em-cmpl.el (eshell-cmpl-initialize):
14138 Replace the obsolete alias pcomplete-arg-quote-list.
14139
14140 2013-06-01 Leo Liu <sdl.web@gmail.com>
14141
14142 * progmodes/octave.el (octave-mode-syntax-table): Give `.'
14143 punctuation syntax.
14144 (inferior-octave-minimal-columns)
14145 (inferior-octave-last-column-width): New variables.
14146 (inferior-octave-track-window-width-change): New function.
14147 (inferior-octave-mode): Adjust column width so that Octave output,
14148 for example from 'ls', can fit into the window nicely.
14149
14150 2013-05-31 Dmitry Gutov <dgutov@yandex.ru>
14151
14152 * progmodes/ruby-mode.el (ruby-syntax-expansion-allowed-p):
14153 Highlight expansions inside regexp literals.
14154
14155 2013-05-31 Glenn Morris <rgm@gnu.org>
14156
14157 * obsolete/sym-comp.el (symbol-complete):
14158 Replace obsolete completion-annotate-function.
14159
14160 * progmodes/cc-vars.el (c-make-macro-with-semi-re): Silence compiler.
14161
14162 2013-05-31 Dmitry Gutov <dgutov@yandex.ru>
14163
14164 * progmodes/ruby-mode.el (ruby-syntax-expansion-allowed-p):
14165 New function, checks if point is inside a literal that allows
14166 expression expansion.
14167 (ruby-syntax-propertize-expansion): Use it.
14168 (ruby-syntax-propertize-function): Bind `case-fold-search' to nil
14169 around the body.
14170
14171 2013-05-30 Juri Linkov <juri@jurta.org>
14172
14173 * isearch.el (isearch-mode-map): Bind `isearch-toggle-invisible'
14174 to "\M-si".
14175 (isearch-invisible): New variable.
14176 (isearch-forward): Doc fix.
14177 (isearch-mode): Set `isearch-invisible'
14178 to the value of `search-invisible'.
14179 (isearch-toggle-case-fold): Doc fix.
14180 (isearch-toggle-invisible): New command.
14181 (isearch-query-replace): Let-bind `search-invisible'
14182 to the value of `isearch-invisible'.
14183 (isearch-search): Use `isearch-invisible' instead of
14184 `search-invisible'. Let-bind `search-invisible'
14185 to the value of `isearch-invisible'. (Bug#11378)
14186
14187 2013-05-30 Juri Linkov <juri@jurta.org>
14188
14189 * replace.el (perform-replace): Avoid `isearch-range-invisible'
14190 call when `query-flag' is nil and `search-invisible' is non-nil.
14191 (Bug#11746)
14192
14193 2013-05-30 Glenn Morris <rgm@gnu.org>
14194
14195 * progmodes/gdb-mi.el (gdb-wait-for-pending): Fix typo.
14196
14197 * progmodes/cc-bytecomp.el (cc-bytecomp-noruntime-functions): New.
14198 (cc-require): Suppress spurious "noruntime" warnings.
14199 (cc-require-when-compile): Use fboundp, for sake of compiler.
14200
14201 * progmodes/cc-mode.el: Move load of cc-vars before that of
14202 cc-langs (which in turn loads cc-vars), to quieten compiler.
14203
14204 2013-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
14205
14206 * paren.el: Simplify the code.
14207 (show-paren-mode): Always start the timer.
14208 (show-paren--idle-timer): Rename from show-paren-idle-timer.
14209 (show-paren--overlay, show-paren--overlay-1): Rename from
14210 show-paren-overlay and show-paren-overlay-1, and initialize to an
14211 overlay rather than to nil.
14212 (show-paren-function): Misc cleanup and simplifications.
14213
14214 2013-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
14215
14216 * paren.el (show-paren-data-function): New hook.
14217 (show-paren--default): New function, extracted from show-paren-function.
14218 (show-paren-function): Use show-paren-data-function.
14219
14220 2013-05-30 Glenn Morris <rgm@gnu.org>
14221
14222 * ielm.el (ielm-map, ielm-complete-symbol):
14223 Use completion-at-point rather than obsolete functions.
14224 (inferior-emacs-lisp-mode): Doc fix.
14225 Set completion-at-point-functions, rather than
14226 comint-dynamic-complete-functions.
14227
14228 * eshell/em-cmpl.el (eshell-complete-lisp-symbol): New function.
14229 (eshell-cmpl-initialize, eshell-complete-parse-arguments):
14230 Replace obsolete lisp-complete-symbol with eshell-complete-lisp-symbol.
14231
14232 * image.el (image-animated-p): Tweak definition.
14233
14234 * net/rlogin.el (rlogin-program, rlogin-explicit-args): Default to ssh.
14235 (rlogin-process-connection-type): Tweak default. Add set-after.
14236 (rlogin-host): Doc fix.
14237 (rlogin): Tweak prompt.
14238 (rlogin-tab-or-complete): Use completion-at-point rather than alias.
14239
14240 * net/net-utils.el (nslookup-mode-map, ftp-mode-map):
14241 * progmodes/tcl.el (inferior-tcl-mode-map):
14242 Use completion-at-point rather than obsolete alias.
14243
14244 * emacs-lisp/eieio.el (eieio-eval-default-p): Move before use.
14245
14246 * minibuffer.el (read-file-name-completion-ignore-case):
14247 Move before completion--in-region, for eager macro expansion.
14248
14249 2013-05-29 Juri Linkov <juri@jurta.org>
14250
14251 * replace.el (occur-engine): Rename `globalcount' to `global-lines'
14252 for total count of matching lines. Add `global-matches' for total
14253 count of matches. Rename `matches' to `lines' for count of
14254 matching lines. Add `matches' for count of matches.
14255 Rename `lines' to `curr-line' for line count. Rename `prev-lines'
14256 to `prev-line' for line number of prev match endpt.
14257 Increment `matches' for every match. Print the number of
14258 matching lines in the header.
14259 (occur-context-lines): Rename `lines' to `curr-line'.
14260 Rename `prev-lines' to `prev-line'. (Bug#14017)
14261
14262 2013-05-29 Juri Linkov <juri@jurta.org>
14263
14264 * replace.el (perform-replace): Add `skip-read-only-count',
14265 `skip-filtered-count', `skip-invisible-count' let-bound to 0.
14266 Increment them for corresponding conditions and report the number
14267 of skipped occurrences in the final message. (Bug#11746)
14268 (query-replace, query-replace-regexp, query-replace-regexp-eval)
14269 (replace-string, replace-regexp): Doc fix.
14270
14271 2013-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
14272
14273 * emacs-lisp/trace.el (trace--read-args): Provide a default.
14274
14275 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Inherit from
14276 prog-mode-map (bug#14504).
14277
14278 2013-05-29 Leo Liu <sdl.web@gmail.com>
14279
14280 * progmodes/octave.el (octave-indent-comment): Tweak regexps.
14281 (octave-help): Small simplification.
14282
14283 * emacs-lisp/smie.el (smie-highlight-matching-block): Always turn
14284 off the highlight first.
14285
14286 2013-05-29 Glenn Morris <rgm@gnu.org>
14287
14288 * progmodes/idlwave.el (idlwave-concatenate-rinfo-lists):
14289 Handle idlwave-last-system-routine-info-cons-cell being nil.
14290
14291 * progmodes/idlwave.el (idlwave-scan-user-lib-files)
14292 (idlwave-write-paths): Simplify via with-temp-buffer.
14293
14294 * emulation/cua-gmrk.el: Also load cua-base, cua-rect at run time.
14295 * emulation/cua-rect.el: Also load cua-base at run time.
14296
14297 * progmodes/cperl-mode.el (imenu-choose-buffer-index)
14298 (file-of-tag, etags-snarf-tag, etags-goto-tag-location): Declare.
14299 (cperl-imenu-on-info): Require imenu.
14300
14301 2013-05-28 Alan Mackenzie <acm@muc.de>
14302
14303 Handle "capitalised keywords" correctly.
14304 * progmodes/cc-mode.el (c-after-change): Bind case-fold-search to nil.
14305
14306 2013-05-28 Aidan Gauland <aidalgol@amuri.net>
14307
14308 * eshell/em-unix.el: Add -r option to cp.
14309
14310 2013-05-28 Glenn Morris <rgm@gnu.org>
14311
14312 * vc/vc-arch.el (vc-exec-after): Declare.
14313 (vc-switches): Autoload.
14314 * vc/vc-bzr.el: No need to require vc when compiling.
14315 (vc-exec-after, vc-set-async-update, vc-default-dir-printer)
14316 (vc-resynch-buffer, vc-dir-refresh): Declare.
14317 (vc-setup-buffer, vc-switches): Autoload.
14318 * vc/vc-cvs.el (vc-exec-after, vc-coding-system-for-diff)
14319 (vc-resynch-buffer): Declare.
14320 (vc-switches, vc-default-revert, vc-version-backup-file): Autoload.
14321 * vc/vc-dir.el (desktop-missing-file-warning): Declare.
14322 * vc/vc-git.el (vc-exec-after, vc-set-async-update)
14323 (grep-read-regexp, grep-read-files, grep-expand-template)
14324 (vc-dir-refresh): Declare.
14325 (vc-setup-buffer, vc-switches, vc-resynch-buffer): Autoload.
14326 * vc/vc-hg.el (vc-exec-after, vc-set-async-update): Declare.
14327 (vc-setup-buffer, vc-switches, vc-do-async-command): Autoload.
14328 * vc/vc-mtn.el (vc-exec-after): Declare.
14329 (vc-switches): Autoload.
14330 * vc/vc-rcs.el (vc-expand-dirs, vc-switches)
14331 (vc-tag-precondition, vc-buffer-sync, vc-rename-master): Autoload.
14332 (vc-file-tree-walk): Declare.
14333 * vc/vc-sccs.el (vc-file-tree-walk): Declare.
14334 (vc-expand-dirs, vc-switches, vc-setup-buffer, vc-delistify)
14335 (vc-tag-precondition, vc-rename-master): Autoload.
14336 * vc/vc-svn.el (vc-exec-after): Declare.
14337 (vc-switches, vc-setup-buffer): Autoload.
14338 * obsolete/vc-mcvs.el (vc-checkout, vc-switches, vc-default-revert):
14339 Autoload.
14340 (vc-resynch-buffer): Declare.
14341
14342 * obsolete/fast-lock.el (byte-compile-warnings):
14343 Don't warn about obsolete features in this obsolete file.
14344
14345 * progmodes/cc-vars.el (c-macro-names-with-semicolon):
14346 Move definition before use.
14347
14348 * play/dunnet.el (byte-compile-warnings): Don't disable them all.
14349 (dun-unix-verbs): Remove dun-zippy.
14350 (dun-zippy): Remove function.
14351
14352 * emacs-lisp/bytecomp.el (byte-compile-warnings): Doc fix.
14353
14354 2013-05-27 Juri Linkov <juri@jurta.org>
14355
14356 * replace.el (replace-search): New function with code moved out
14357 from `perform-replace'.
14358 (replace-highlight, replace-dehighlight): Move function definitions
14359 up closer to `replace-search'. (Bug#11746)
14360
14361 2013-05-27 Juri Linkov <juri@jurta.org>
14362
14363 * replace.el (perform-replace): Ignore invisible matches.
14364 In addition to checking `query-replace-skip-read-only', also
14365 filter out matches by calling `run-hook-with-args-until-failure'
14366 on `isearch-filter-predicates', and also check `search-invisible'
14367 for t or call `isearch-range-invisible'.
14368 (replace-dehighlight): Call `isearch-clean-overlays'. (Bug#11746)
14369
14370 2013-05-27 Juri Linkov <juri@jurta.org>
14371
14372 * isearch.el (isearch-filter-predicates): Rename from
14373 `isearch-filter-predicate'. Doc fix. (Bug#11378)
14374 (isearch-message-prefix): Display text from the property
14375 `isearch-message-prefix' of the currently active filters.
14376 (isearch-search): Don't compare `isearch-filter-predicate' with
14377 `isearch-filter-visible'. Call `run-hook-with-args-until-failure'
14378 on `isearch-filter-predicates'. Also check `search-invisible' for t
14379 or call `isearch-range-invisible'.
14380 (isearch-filter-visible): Make obsolete.
14381 (isearch-lazy-highlight-search):
14382 Call `run-hook-with-args-until-failure' on
14383 `isearch-filter-predicates' and use `isearch-range-invisible'.
14384
14385 * info.el (Info-search): Call `run-hook-with-args-until-failure' on
14386 `isearch-filter-predicates' instead of `funcall'ing
14387 `isearch-filter-predicate'.
14388 (Info-mode): Set `Info-isearch-filter' to
14389 `isearch-filter-predicates' instead of `isearch-filter-predicate'.
14390
14391 * dired-aux.el (dired-isearch-filter-predicate-orig):
14392 Remove variable.
14393 (dired-isearch-filenames-toggle, dired-isearch-filenames-setup)
14394 (dired-isearch-filenames-end): Add and remove
14395 `dired-isearch-filter-filenames' in `isearch-filter-predicates'
14396 instead of changing the value of `isearch-filter-predicate'.
14397 Rebind `dired-isearch-filenames-toggle' from "\M-sf" to "\M-sff".
14398 (dired-isearch-filter-filenames): Don't use `isearch-filter-visible'.
14399 Put property `isearch-message-prefix' to "filename " on
14400 `dired-isearch-filter-filenames'.
14401
14402 * wdired.el (wdired-change-to-wdired-mode):
14403 Add `isearch-filter-predicates' to `wdired-isearch-filter-read-only'
14404 locally instead of changing `isearch-filter-predicate'.
14405 (wdired-isearch-filter-read-only): Don't use `isearch-filter-visible'.
14406
14407 2013-05-27 Dmitry Gutov <dgutov@yandex.ru>
14408
14409 * vc/vc-git.el (vc-git-working-revision): When in detached mode,
14410 return the commit hash (Bug#14459). Also set the
14411 `vc-git-detached' property.
14412 (vc-git--rev-parse): Extract from `vc-git-previous-revision'.
14413 (vc-git-mode-line-string): Use the same help-echo format whether
14414 in detached mode or not, because we know the actual revision now.
14415 When in detached mode, shorten the revision to 7 chars.
14416
14417 2013-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
14418
14419 * emacs-lisp/easy-mmode.el (define-minor-mode):
14420 * emacs-lisp/derived.el (define-derived-mode): Always defvar the
14421 mode hook and provide a docstring.
14422
14423 2013-05-27 Alan Mackenzie <acm@muc.de>
14424
14425 Remove spurious syntax-table text properties inserted by C-y.
14426 * progmodes/cc-mode.el (c-after-change): Also clear hard
14427 syntax-table property with value nil.
14428
14429 2013-05-27 Michael Albinus <michael.albinus@gmx.de>
14430
14431 * net/dbus.el (dbus-call-method): Let-bind `inhibit-redisplay'
14432 when reading the events; the buffer layout shall not be changed.
14433
14434 2013-05-27 Leo Liu <sdl.web@gmail.com>
14435
14436 * progmodes/octave.el (inferior-octave-directory-tracker-resync):
14437 New variable.
14438 (inferior-octave-directory-tracker): Automatically re-sync
14439 default-directory.
14440 (octave-help): Improve handling of 'See also'.
14441
14442 2013-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
14443
14444 * doc-view.el: Minor naming convention tweaks.
14445 (desktop-buffer-mode-handlers): Don't add to it repeatedly.
14446
14447 * image-mode.el (image-mode-reapply-winprops): Call image-mode-winprops
14448 even if there's no `display' property yet (bug#14435).
14449
14450 2013-05-25 Eli Zaretskii <eliz@gnu.org>
14451
14452 * subr.el (unmsys--file-name): Rename from reveal-filename.
14453
14454 * Makefile.in (custom-deps, finder-data, autoloads)
14455 ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
14456 ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
14457 ($(CAL_DIR)/hol-loaddefs.el): All users changed.
14458
14459 2013-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
14460
14461 * emacs-lisp/lisp.el (lisp-completion-at-point): Don't use
14462 error-completion on the first 2 args of condition-case (bug#14446).
14463 Don't burp at EOB.
14464
14465 2013-05-25 Leo Liu <sdl.web@gmail.com>
14466
14467 * comint.el (comint-previous-matching-input): Do not flood the
14468 *Messages* buffer with trivial messages.
14469
14470 2013-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
14471
14472 * progmodes/flymake.el (flymake-nop): Don't return a string.
14473 (flymake-set-at): Fix typo.
14474
14475 * simple.el (read--expression): New function, extracted from
14476 eval-expression. Set completion-at-point-functions (bug#14465).
14477 (eval-expression, eval-minibuffer): Use it.
14478
14479 2013-05-25 Xue Fuqiao <xfq.free@gmail.com>
14480
14481 * progmodes/flymake.el (flymake-save-buffer-in-file)
14482 (flymake-makehash, flymake-posn-at-point-as-event, flymake-nop)
14483 (flymake-selected-frame, flymake-log, flymake-ins-after)
14484 (flymake-set-at, flymake-get-buildfile-from-cache)
14485 (flymake-add-buildfile-to-cache, flymake-clear-buildfile-cache)
14486 (flymake-find-possible-master-files, flymake-save-buffer-in-file):
14487 Refine the doc string.
14488 (flymake-get-file-name-mode-and-masks): Reformat.
14489 (flymake-get-real-file-name-function): Fix a minor bug.
14490
14491 2013-05-24 Juri Linkov <juri@jurta.org>
14492
14493 * progmodes/grep.el (grep-mode-font-lock-keywords):
14494 Support =linenumber= format used by git-grep for lines with
14495 function names. (Bug#13549)
14496
14497 2013-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
14498
14499 * progmodes/octave.el (octave-smie-rules): Return nil rather than
14500 0 after a semi-colon; it works better for smie-auto-fill.
14501 (octave--indent-new-comment-line): New function.
14502 (octave-indent-new-comment-line): Use it (indirectly).
14503 (octave-mode): Don't disable smie-auto-fill. Use add-function to
14504 modify comment-line-break-function.
14505
14506 * emacs-lisp/smie.el (smie-auto-fill): Rework to be more robust.
14507 (smie-setup): Use add-function to set it.
14508
14509 2013-05-24 Sam Steingold <sds@gnu.org>
14510
14511 * sort.el (delete-duplicate-lines): Accept an optional `keep-blanks'
14512 argument (before the `interactive' argument).
14513
14514 2013-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
14515
14516 * image-mode.el (image-mode-winprops): Add winprops to
14517 image-mode-winprops-alist before running
14518 image-mode-new-window-functions.
14519 * doc-view.el (doc-view-new-window-function): Don't delay
14520 doc-view-goto-page via timers (bug#14435).
14521
14522 2013-05-24 Tassilo Horn <tsdh@gnu.org>
14523
14524 * doc-view.el: Integrate with desktop.el. (Bug#14435)
14525 (doc-view-desktop-save-buffer): New function.
14526 (doc-view-restore-desktop-buffer): New function.
14527 (desktop-buffer-mode-handlers):
14528 Add `doc-view-restore-desktop-buffer' as desktop.el buffer mode
14529 handler.
14530 (doc-view-mode): Set `doc-view-desktop-save-buffer' as custom
14531 `desktop-save-buffer' function.
14532
14533 2013-05-24 Michael Albinus <michael.albinus@gmx.de>
14534
14535 * net/tramp-gvfs.el (tramp-gvfs-enabled): New defconst.
14536 (tramp-gvfs-file-name-handler): Raise a user error when
14537 `tramp-gvfs-enabled' is nil.
14538 (top): Register signals only when `tramp-gvfs-enabled' is non-nil.
14539 Do not raise a user error when loading package. (Bug#14447)
14540
14541 * net/xesam.el: Move to obsolete/.
14542
14543 2013-05-24 Glenn Morris <rgm@gnu.org>
14544
14545 * font-lock.el (lisp-font-lock-keywords-2): Add with-coding-priority.
14546
14547 * emacs-lisp/chart.el (chart-sort): Replace obsolete `object-name'.
14548
14549 * progmodes/cperl-mode.el (cperl-mode): Use fboundp.
14550 (Info-find-node, Man-getpage-in-background): Declare.
14551
14552 * mail/unrmail.el (unrmail):
14553 Replace obsolete detect-coding-with-priority.
14554
14555 * net/socks.el (socks-split-string): Use this rather than split-string.
14556 (socks-nslookup-host): Update for above change.
14557 (dynamic-choice, s5-dynamic-choice-match)
14558 (s5-dynamic-choice-match-inline, s5-widget-value-create):
14559 Comment out unused code.
14560
14561 * tooltip.el (tooltip-use-echo-area): Warn only on 'set.
14562 * progmodes/gud.el (gud-gdb-completion-function): Move before use.
14563 (gud-tooltip-echo-area): Make obsolete.
14564 (gud-tooltip-process-output, gud-tooltip-tips): Also check tooltip-mode.
14565
14566 * progmodes/js.el (js--optimize-arglist): Declare.
14567
14568 * progmodes/ruby-mode.el (ruby-syntax-propertize-expansion): Declare.
14569
14570 * progmodes/which-func.el (ediff-window-A, ediff-window-B)
14571 (ediff-window-C): Declare.
14572
14573 * obsolete/pgg-gpg.el, obsolete/pgg-pgp.el, obsolete/pgg-pgp5.el:
14574 Tweak requires to silence compiler.
14575
14576 * obsolete/sym-comp.el: No need to load hipper-exp when compiling.
14577 (he-search-string, he-tried-table, he-expand-list)
14578 (he-init-string, he-string-member, he-substitute-string)
14579 (he-reset-string): Declare.
14580
14581 * obsolete/options.el (list-options): Use custom-variable-p,
14582 rather than obsolete alias.
14583
14584 2013-05-23 Sam Steingold <sds@gnu.org>
14585
14586 * simple.el (shell-command-on-region): Pass the `replace' argument
14587 down to `call-process-region' to comply with the doc as reported on
14588 <http://stackoverflow.com/questions/16720458/emacs-noninteractive-call-to-shell-command-on-region-always-deletes-region>
14589
14590 2013-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
14591
14592 * emacs-lisp/smie.el (smie-indent-forward-token)
14593 (smie-indent-backward-token): Handle string tokens (bug#14381).
14594
14595 2013-05-23 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
14596
14597 * ielm.el (ielm-menu): New menu.
14598 (inferior-emacs-lisp-mode): Set comment-start.
14599
14600 2013-05-23 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
14601
14602 * textmodes/reftex.el (reftex-ref-style-toggle):
14603 Fix deactivate action.
14604
14605 * textmodes/reftex-vars.el (reftex-ref-style-alist):
14606 Add cleveref macros.
14607
14608 * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
14609 Accept options for bibliography commands.
14610 * textmodes/reftex-vars.el (reftex-bibliography-commands):
14611 Add addbibresource. Basic Biblatex support.
14612
14613 2013-05-23 Michael Albinus <michael.albinus@gmx.de>
14614
14615 * net/tramp-gvfs.el (top):
14616 * net/xesam.el (xesam-dbus-unique-names): Suppress D-Bus errors
14617 when loading package. (Bug#14447)
14618
14619 2013-05-23 Glenn Morris <rgm@gnu.org>
14620
14621 * progmodes/js.el: No need to load comint when compiling.
14622 (ring-insert, comint-send-string, comint-send-input)
14623 (comint-last-input-end, ido-chop): Declare.
14624
14625 * vc/ediff-diff.el, vc/ediff-merg.el: Require ediff-util at run-time.
14626 * vc/ediff-mult.el: Adjust requires.
14627 (ediff-directories-internal, ediff-directory-revisions-internal)
14628 (ediff-patch-file-internal): Declare.
14629 * vc/ediff-ptch.el: Adjust requires.
14630 (ediff-use-last-dir, ediff-buffers-internal): Declare.
14631 (ediff-find-file): Autoload.
14632 * vc/ediff-util.el: No need to load ediff when compiling.
14633 (ediff-regions-internal): Declare.
14634 * vc/ediff-wind.el: Adjust requires.
14635 (ediff-compute-toolbar-width): Define when compiling.
14636 (ediff-setup-control-buffer, ediff-make-bottom-toolbar): Declare.
14637 * vc/ediff.el: No need to load dired, ediff-ptch when compiling.
14638 (dired-get-filename, dired-get-marked-files)
14639 (ediff-last-dir-patch, ediff-patch-default-directory)
14640 (ediff-get-patch-buffer, ediff-dispatch-file-patching-job)
14641 (ediff-patch-buffer-internal): Declare.
14642
14643 * emacs-lisp/checkdoc.el: No need to load ispell when compiling.
14644 (ispell-process, ispell-buffer-local-words, lm-summary)
14645 (lm-section-start, lm-section-end): Declare.
14646 (checkdoc-ispell-init): Simplify.
14647
14648 * progmodes/vera-mode.el (he-init-string, he-dabbrev-beg)
14649 (he-string-member, he-reset-string, he-substitute-string): Declare.
14650
14651 * eshell/em-ls.el: Adjust requires.
14652 (eshell-glob-regexp): Declare.
14653 * eshell/em-tramp.el: Adjust requires.
14654 (eshell-parse-command): Autoload.
14655 * eshell/em-xtra.el: Adjust requires.
14656 (eshell-parse-command): Autoload.
14657 * eshell/esh-ext.el: Adjust requires.
14658 (eshell-parse-command, eshell-close-handles): Autoload.
14659 * eshell/esh-io.el: Adjust requires.
14660 (eshell-output-filter): Autoload.
14661 * eshell/esh-util.el: No need to load tramp when compiling.
14662 (tramp-file-name-structure, ange-ftp-ls, ange-ftp-file-modtime):
14663 Declare.
14664 (eshell-parse-ange-ls): Require ange-ftp and tramp.
14665 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
14666 * eshell/em-cmpl.el, eshell/em-glob.el, eshell/em-pred.el:
14667 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-smart.el:
14668 * eshell/em-term.el, eshell/esh-arg.el, eshell/esh-mode.el:
14669 * eshell/esh-opt.el, eshell/esh-proc.el:
14670 * eshell/esh-var.el: Adjust requires.
14671 * eshell/eshell.el: Do not require esh-util twice.
14672 (eshell-add-input-to-history): Declare.
14673 (eshell-command): Check history module is active before using it.
14674
14675 * eshell/em-ls.el (eshell-ls-dir): Fix -A handling.
14676
14677 2013-05-22 Leo Liu <sdl.web@gmail.com>
14678
14679 * progmodes/octave.el (inferior-octave-startup): Fix bug#14433.
14680
14681 2013-05-22 Michael Albinus <michael.albinus@gmx.de>
14682
14683 * autorevert.el (auto-revert-notify-add-watch)
14684 (auto-revert-notify-handler): Add `attrib' for the inotify case,
14685 it indicates changes in file modification time.
14686
14687 2013-05-22 Glenn Morris <rgm@gnu.org>
14688
14689 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
14690 Always delete the autoloaded function from the noruntime and
14691 unresolved functions lists.
14692
14693 * allout.el: No need to load epa, epg, overlay when compiling.
14694 (epg-context-set-passphrase-callback, epg-list-keys)
14695 (epg-decrypt-string, epg-encrypt-string, epg-user-id-string)
14696 (epg-key-user-id-list): Declare.
14697
14698 * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
14699 (viper-set-parsing-style-toggling-macro)
14700 (viper-set-emacs-state-searchstyle-macros):
14701 Use called-interactively-p on Emacs.
14702 (viper-looking-back): Make it an obsolete alias. Update callers.
14703 * emulation/viper-ex.el: Load viper-keym, not viper-cmd.
14704 Use looking-back rather than viper-looking-back.
14705 (viper-tmp-insert-at-eob, viper-enlarge-region)
14706 (viper-read-string-with-history, viper-register-to-point)
14707 (viper-append-to-register, viper-change-state-to-vi)
14708 (viper-backward-char-carefully, viper-forward-char-carefully)
14709 (viper-Put-back, viper-put-back, viper-add-newline-at-eob-if-necessary)
14710 (viper-change-state-to-emacs): Declare.
14711 * emulation/viper-macs.el: Load viper-mous, viper-ex, not viper-cmd.
14712 (viper-change-state-to-insert, viper-change-state-to-vi): Declare.
14713 * emulation/viper-mous.el: Do not load viper-cmd.
14714 (viper-backward-char-carefully, viper-forward-char-carefully)
14715 (viper-forward-word, viper-adjust-window): Declare.
14716
14717 * vc/ediff.el (ediff-version): Use called-interactively-p on Emacs.
14718
14719 * progmodes/idlw-help.el (idlwave-help-fontify):
14720 Use called-interactively-p.
14721
14722 * term/w32console.el (w32-get-console-codepage)
14723 (w32-get-console-output-codepage): Declare.
14724
14725 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape):
14726 Remove unnecessary declarations.
14727 (dframe-message): Doc fix.
14728
14729 * info.el (dframe-select-attached-frame, dframe-current-frame):
14730 Declare.
14731
14732 * speedbar.el (speedbar-message): Make it an obsolete alias.
14733 Update all callers.
14734 (speedbar-with-attached-buffer)
14735 (speedbar-maybee-jump-to-attached-frame): Make these aliases obsolete.
14736 (speedbar-with-writable): Use backquote.
14737 * emacs-lisp/eieio-opt.el (eieio-describe-class-sb):
14738 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click):
14739 Use dframe-with-attached-buffer, dframe-maybee-jump-to-attached-frame
14740 rather than speedbar- aliases.
14741 * mail/rmail.el: Load dframe rather than speedbar when compiling.
14742 (speedbar-make-specialized-keymap, speedbar-insert-button)
14743 (dframe-select-attached-frame, dframe-maybee-jump-to-attached-frame)
14744 (speedbar-do-function-pointer): Declare.
14745 (rmail-speedbar-button, rmail-speedbar-find-file)
14746 (rmail-speedbar-move-message):
14747 Use dframe-with-attached-buffer rather than speedbar- alias.
14748 * progmodes/gud.el: Load dframe rather than speedbar when compiling.
14749 (dframe-message, speedbar-make-specialized-keymap)
14750 (speedbar-add-expansion-list, speedbar-mode-functions-list)
14751 (speedbar-make-tag-line, speedbar-remove-localized-speedbar-support)
14752 (speedbar-insert-button, dframe-select-attached-frame)
14753 (dframe-maybee-jump-to-attached-frame)
14754 (speedbar-change-initial-expansion-list)
14755 (speedbar-previously-used-expansion-list-name): Declare.
14756 (gud-speedbar-item-info, gud-gdb-goto-stackframe):
14757 Use dframe-message, dframe-with-attached-buffer rather than
14758 speedbar- aliases.
14759 (gud-sentinel): Silence compiler.
14760 * progmodes/vhdl-mode.el (speedbar-refresh)
14761 (speedbar-do-function-pointer, speedbar-add-supported-extension)
14762 (speedbar-add-mode-functions-list, speedbar-make-specialized-keymap)
14763 (speedbar-change-initial-expansion-list, speedbar-add-expansion-list)
14764 (speedbar-extension-list-to-regex, speedbar-directory-buttons)
14765 (speedbar-file-lists, speedbar-make-tag-line)
14766 (speedbar-line-directory, speedbar-goto-this-file)
14767 (speedbar-center-buffer-smartly, speedbar-change-expand-button-char)
14768 (speedbar-delete-subblock, speedbar-position-cursor-on-line)
14769 (speedbar-make-button, speedbar-reset-scanners)
14770 (speedbar-files-item-info, speedbar-line-text)
14771 (speedbar-find-file-in-frame, speedbar-set-timer)
14772 (dframe-maybee-jump-to-attached-frame, speedbar-line-file): Declare.
14773 (speedbar-with-writable): Do not (re)define it.
14774 (vhdl-speedbar-find-file): Use dframe-maybee-jump-to-attached-frame
14775 rather than speedbar- alias.
14776
14777 2013-05-21 Leo Liu <sdl.web@gmail.com>
14778
14779 * progmodes/octave.el (octave-mode-menu): Update and re-organize
14780 menu items.
14781 (octave-mode): Tweak fill-nobreak-predicate.
14782 (inferior-octave-startup): Check process to avoid infinite loop.
14783 (inferior-octave): Pop to buffer first to show abornmal process
14784 exit information.
14785
14786 2013-05-21 Glenn Morris <rgm@gnu.org>
14787
14788 * printing.el (pr-menu-bar): Define when compiling.
14789
14790 2013-05-21 Leo Liu <sdl.web@gmail.com>
14791
14792 * progmodes/octave.el (octave-auto-fill): Remove.
14793 (octave-indent-new-comment-line): Improve.
14794 (octave-mode): Use auto fill mode through
14795 comment-line-break-function and fill-nobreak-predicate.
14796 (octave-goto-function-definition): Support DEFUN_DLD.
14797 (octave-beginning-of-defun): Small tweak.
14798 (octave-help): Show parent directory.
14799
14800 2013-05-21 Glenn Morris <rgm@gnu.org>
14801
14802 * files.el (dired-unmark):
14803 * progmodes/gud.el (gdb-input): Update declarations.
14804
14805 * calculator.el (electric, ehelp): No need to load when compiling.
14806 (Electric-command-loop, electric-describe-mode): Declare.
14807
14808 * doc-view.el (doc-view-current-converter-processes): Move before use.
14809
14810 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
14811 Move MODE-set-explicitly definition before use.
14812
14813 * international/mule-diag.el (mule-diag):
14814 Don't use obsolete window-system-version.
14815
14816 * mail/feedmail.el (smtpmail): No need to load when compiling.
14817 (smtpmail-via-smtp, smtpmail-smtp-server): Declare.
14818
14819 * mail/mail-utils.el (rfc822): No need to load when compiling.
14820 (rfc822-addresses): Autoload it.
14821 (mail-strip-quoted-names): Trivial simplification.
14822
14823 * mail/rmail.el (rmail-mime-message-p, rmail-mime-toggle-raw): Declare.
14824 (rmail-retry-failure): Don't assume that rmail-mime-feature == rmailmm.
14825
14826 * net/snmp-mode.el (tempo): Don't duplicate requires.
14827
14828 * progmodes/prolog.el (info): No need to load when compiling.
14829 (comint): Require before shell requires it.
14830 (Info-goto-node): Autoload it.
14831 (Info-follow-nearest-node): Declare.
14832 (prolog-help-info, prolog-goto-predicate-info): No need to require info.
14833
14834 * textmodes/artist.el (picture-mode-exit): Declare.
14835
14836 * textmodes/reftex-parse.el (reftex-parse-from-file):
14837 Trivial rewrite so the compiler can parse it better.
14838
14839 2013-05-20 Leo Liu <sdl.web@gmail.com>
14840
14841 * progmodes/octave.el (octave-help-mode-map)
14842 (octave-help-mode-finish-hook): New variables.
14843 (octave-help-mode, octave-help-mode-finish): New functions.
14844 (octave-help): Use octave-help-mode.
14845
14846 2013-05-20 Glenn Morris <rgm@gnu.org>
14847
14848 * format-spec.el (format-spec): Allow spec chars with nil. (Bug#14420)
14849
14850 2013-05-19 Dmitry Gutov <dgutov@yandex.ru>
14851
14852 * progmodes/ruby-mode.el (ruby-expression-expansion-re): Allow to
14853 start at point, so that expansion starting right after opening
14854 slash in a regexp is recognized.
14855 (ruby-syntax-before-regexp-re): New defvar, extracted from
14856 ruby-syntax-propertize-function. Since the value of this regexp
14857 is looked up at runtime now, we should be able to turn
14858 `ruby-syntax-methods-before-regexp' into a defcustom later.
14859 (ruby-syntax-propertize-function): Split regexp matching into two
14860 parts, for opening and closing slashes. That allows us to skip
14861 over string interpolations and support multiline regexps.
14862 Don't call `ruby-syntax-propertize-expansions', instead use another rule
14863 for them, which calls `ruby-syntax-propertize-expansion'.
14864 (ruby-syntax-propertize-expansions): Move `remove-text-properties'
14865 call to `ruby-syntax-propertize-function'.
14866 (ruby-syntax-propertize-expansion): Extracted from
14867 `ruby-syntax-propertize-expansions'. Handles one expansion.
14868 (ruby-syntax-propertize-percent-literal): Leave point right after
14869 the percent symbol, so that the expression expansion rule can
14870 propertize the contents.
14871 (ruby-syntax-propertize-heredoc): Leave point at bol following the
14872 heredoc openers.
14873 (ruby-syntax-propertize-expansions): Remove.
14874
14875 2013-05-18 Juri Linkov <juri@jurta.org>
14876
14877 * man.el (Man-default-man-entry): Remove `-' from the end
14878 of the default value. (Bug#14400)
14879
14880 2013-05-18 Glenn Morris <rgm@gnu.org>
14881
14882 * comint.el (comint-password-prompt-regexp):
14883 Allow "password for XXX" where XXX contains colons (eg https://...).
14884
14885 2013-05-18 Leo Liu <sdl.web@gmail.com>
14886
14887 * progmodes/octave.el (inferior-octave-startup): Use OCTAVE_SRCDIR
14888 instead. Include "--no-gui" to prevent hangs for Octave > 3.7.
14889 (octave-source-directories): Don't check process.
14890 (octave-source-directories, octave-find-definition): Doc fix.
14891
14892 2013-05-18 Glenn Morris <rgm@gnu.org>
14893
14894 * progmodes/vhdl-mode.el (vhdl-mode-map-init):
14895 Remove backspace/delete bindings. (Bug#14392)
14896
14897 * cus-dep.el (custom-make-dependencies): Sort the output.
14898 (custom-versions-load-alist): Convert comment to doc.
14899
14900 2013-05-17 Leo Liu <sdl.web@gmail.com>
14901
14902 * newcomment.el (comment-search-backward): Stricter in finding
14903 comment start. (Bug#14303)
14904
14905 * progmodes/octave.el (octave-comment-start): Remove the SPC char.
14906 (octave-comment-start-skip): Properly anchored.
14907
14908 2013-05-17 Leo Liu <sdl.web@gmail.com>
14909
14910 * emacs-lisp/smie.el (smie-highlight-matching-block-mode):
14911 Clean up when turned off. (Bug#14395)
14912 (smie--highlight-matching-block-overlay): No longer buffer-local.
14913 (smie-highlight-matching-block): Adjust.
14914
14915 2013-05-17 Paul Eggert <eggert@cs.ucla.edu>
14916
14917 Doc string fix for "nanoseconds" (Bug#14406).
14918 * emacs-lisp/timer.el (timer-relative-time, timer-inc-time):
14919 Fix doc string typo that had "nanoseconds" instead of "microseconds".
14920
14921 2013-05-17 Jay Belanger <jay.p.belanger@gmail.com>
14922
14923 * calc/calc-units.el (math-extract-units): Preserve powers
14924 of units.
14925
14926 2013-05-17 Leo Liu <sdl.web@gmail.com>
14927
14928 * subr.el (delete-consecutive-dups): New function.
14929 * ido.el (ido-set-matches-1): Use it.
14930 * progmodes/octave.el (inferior-octave-completion-table): Use it.
14931 * ido.el (ido-remove-consecutive-dups): Remove.
14932
14933 2013-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
14934
14935 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
14936 (f90-hpf-keywords-re, f90-constants-re): Use \\_< rather than
14937 regexp-opt's `words'.
14938
14939 2013-05-16 Leo Liu <sdl.web@gmail.com>
14940
14941 * emacs-lisp/smie.el (smie-matching-block-highlight): New face.
14942 (smie--highlight-matching-block-overlay)
14943 (smie--highlight-matching-block-lastpos)
14944 (smie--highlight-matching-block-timer): New variables.
14945 (smie-highlight-matching-block): New function.
14946 (smie-highlight-matching-block-mode): New minor mode. (Bug#14395)
14947 (smie-setup): Conditionally enable smie-blink-matching-open.
14948
14949 2013-05-16 Wilson Snyder <wsnyder@wsnyder.org>
14950
14951 Sync with upstream verilog-mode r840.
14952 * progmodes/verilog-mode.el (verilog-mode-version)
14953 (verilog-mode-release-date): Update.
14954 (verilog-auto-lineup, verilog-auto-reset): Doc fixes.
14955 (verilog-sig-tieoff): Fix string error on
14956 AUTORESET with colon define, bug594. Reported by Andrew Hou.
14957 (verilog-read-decls): Fix parameters confusing
14958 AUTOINST interfaces, bug565. Reported by Leith Johnson.
14959
14960 2013-05-16 Eli Zaretskii <eliz@gnu.org>
14961
14962 * subr.el (reveal-filename): New function.
14963
14964 * loadup.el: Compute Emacs executable versions on MS-Windows,
14965 where executables have the .exe extension. Add a hard link
14966 emacs-XX.YY.ZZ.exe on MS-Windows.
14967
14968 * Makefile.in (XARGS_LIMIT): New variable.
14969 (custom-deps, finder-data, autoloads)
14970 ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
14971 ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
14972 ($(CAL_DIR)/hol-loaddefs.el): Use reveal-filename.
14973 (compile-main): Limit xargs according to $(XARGS_LIMIT).
14974
14975 2013-05-16 Leo Liu <sdl.web@gmail.com>
14976
14977 * progmodes/octave.el (octave-indent-defun): Mark obsolete.
14978 (octave-mode-menu, octave-mode-map): Remove its uses.
14979
14980 2013-05-16 Reto Zimmermann <reto@gnu.org>
14981
14982 Sync with upstream vhdl mode v3.34.2.
14983 * progmodes/vhdl-mode.el: Use `push' throughout.
14984 (vhdl-version, vhdl-time-stamp, vhdl-doc-release-notes): Update.
14985 (vhdl-compiler-alist): Replace "\t\n" by "\\t\\n".
14986 Add IBM & Quartus compiler. Enhance entry for ADVance MS compiler.
14987 (vhdl-actual-generic-name): New option to derive actual generic name.
14988 (vhdl-port-paste-signals): Replace formal by actual generics.
14989 (vhdl-beautify): New name for old group vhdl-align. Update users.
14990 (vhdl-beautify-options): New option.
14991 (vhdl-last-input-event): New compat alias. Use throughout.
14992 (vhdl-goto-line): Replace user level function `goto-line'.
14993 (vhdl-mode-map): Add bindings for vhdl-fix-statement-region,
14994 vhdl-fix-statement-buffer.
14995 (vhdl-create-mode-menu): Add some entries.
14996 (vhdl-align-region-groups): Respect vhdl-beautify-options.
14997 (vhdl-align-inline-comment-region-1): Handle "--" inside string.
14998 (vhdl-fixup-whitespace-region): Handle symbols at EOL.
14999 (vhdl-fix-statement-region, vhdl-fix-statement-buffer): New commands,
15000 to force statements on one line.
15001 (vhdl-remove-trailing-spaces-region):
15002 New, split from vhdl-remove-trailing-spaces.
15003 (vhdl-beautify-region): Fix statements, trailing spaces, ^M character.
15004 Respect vhdl-beautify-options.
15005 (vhdl-update-sensitivity-list-buffer): If non-interactive save buffer.
15006 (vhdl-update-sensitivity-list): Not add with index if exists without.
15007 Not include array index with signal. Ignore keywords in comments.
15008 (vhdl-get-visible-signals): Regexp tweaks.
15009 (vhdl-template-component-inst): Handle empty library.
15010 (vhdl-template-type): Add template for 'enum' type.
15011 (vhdl-port-paste-generic-map, vhdl-port-paste-constants):
15012 Use vhdl-replace-string.
15013 (vhdl-port-paste-signals): Use vhdl-prepare-search-1.
15014 (vhdl-speedbar-mode-map): Rename from vhdl-speedbar-key-map.
15015 (vhdl-speedbar-initialize): Update for above name change.
15016 (vhdl-compose-wire-components): Fix in handling of constants.
15017 (vhdl-error-regexp-emacs-alist): New variable.
15018 (vhdl-error-regexp-add-emacs): New function;
15019 adds support for new compile.el (Emacs 22+)
15020 (vhdl-generate-makefile-1): Change target order for single lib. units.
15021 Allow use of absolute file names.
15022
15023 2013-05-16 Leo Liu <sdl.web@gmail.com>
15024
15025 * simple.el (prog-indent-sexp): Indent enclosing defun.
15026
15027 2013-05-15 Glenn Morris <rgm@gnu.org>
15028
15029 * cus-start.el (show-trailing-whitespace): Move to editing basics.
15030 * faces.el (trailing-whitespace): Don't use whitespace-faces group.
15031 * obsolete/old-whitespace.el (whitespace-faces): Remove group.
15032 (whitespace-highlight): Move to whitespace group.
15033
15034 * comint.el (comint-source):
15035 * pcmpl-linux.el (pcmpl-linux):
15036 * shell.el (shell-faces):
15037 * eshell/esh-opt.el (eshell-opt):
15038 * international/ccl.el (ccl): Remove empty custom groups.
15039
15040 * completion.el (dynamic-completion-mode):
15041 * jit-lock.el (jit-lock-debug-mode):
15042 * minibuffer.el (completion-in-region-mode):
15043 * type-break.el (type-break-mode-line-message-mode)
15044 (type-break-query-mode):
15045 * emulation/tpu-edt.el (tpu-edt-mode):
15046 * progmodes/subword.el (global-subword-mode, global-superword-mode):
15047 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
15048 * term/vt100.el (vt100-wide-mode): Specify explicit :group.
15049
15050 * term/xterm.el (xterm): Change parent group to terminals.
15051
15052 * master.el (master): Remove empty custom group.
15053 (master-mode): Remove unused :group argument.
15054 * textmodes/refill.el (refill): Remove empty custom group.
15055 (refill-mode): Remove unused :group argument.
15056
15057 * textmodes/rst.el (rst-compile-toolsets): Use rst-compile group.
15058
15059 * cus-dep.el: Provide a feature.
15060 (custom-make-dependencies): Ignore dotfiles (dir-locals).
15061 Don't mistakenly ignore files whose basenames match a basename
15062 from preloaded-file-list (eg cedet/ede/simple.el).
15063 Add a fallback method for getting :group.
15064
15065 2013-05-15 Juri Linkov <juri@jurta.org>
15066
15067 * isearch.el (isearch-char-by-name): Rename from
15068 `isearch-insert-char-by-name'. Doc fix.
15069 (isearch-forward): Mention `isearch-char-by-name' in
15070 the docstring. (Bug#13348)
15071
15072 * isearch.el (minibuffer-local-isearch-map): Bind "\r" to
15073 `exit-minibuffer' instead of
15074 `isearch-nonincremental-exit-minibuffer'.
15075 (isearch-edit-string): Remove mention of
15076 `isearch-nonincremental-exit-minibuffer' from docstring.
15077 (isearch-nonincremental-exit-minibuffer): Mark as obsolete.
15078 (isearch-forward-exit-minibuffer)
15079 (isearch-reverse-exit-minibuffer): Add docstring. (Bug#13348)
15080
15081 2013-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
15082
15083 * loadup.el: Just use unversioned DOC.
15084
15085 * nxml/nxml-mode.el: Treat unclosed <[[, <?, comment, and other
15086 literals as extending to EOB.
15087 (nxml-last-fontify-end): Remove unused variable.
15088 (nxml-after-change1): Use with-silent-modifications.
15089 (nxml-extend-after-change-region): Simplify.
15090 (nxml-extend-after-change-region1): Remove function.
15091 (nxml-after-change1): Don't adjust for dependent regions.
15092 (nxml-fontify-matcher): Simplify.
15093 * nxml/xmltok.el (xmltok-dependent-regions): Remove variable.
15094 (xmltok-add-dependent): Remove function.
15095 (xmltok-scan-after-lt, xmltok-scan-after-processing-instruction-open)
15096 (xmltok-scan-after-comment-open, xmltok-scan-prolog-literal)
15097 (xmltok-scan-prolog-after-processing-instruction-open): Treat
15098 unclosed <[[, <?, comment, and other literals as extending to EOB.
15099 * nxml/rng-valid.el (rng-mark-xmltok-dependent-regions)
15100 (rng-mark-xmltok-dependent-region, rng-dependent-region-changed):
15101 Remove functions.
15102 (rng-do-some-validation-1): Don't mark dependent regions.
15103 * nxml/nxml-rap.el (nxml-adjust-start-for-dependent-regions)
15104 (nxml-mark-parse-dependent-regions, nxml-mark-parse-dependent-region)
15105 (nxml-clear-dependent-regions): Remove functions.
15106 (nxml-scan-after-change, nxml-scan-prolog, nxml-tokenize-forward)
15107 (nxml-ensure-scan-up-to-date):
15108 Don't clear&mark dependent regions.
15109
15110 2013-05-15 Leo Liu <sdl.web@gmail.com>
15111
15112 * progmodes/octave.el (octave-goto-function-definition):
15113 Improve and fix callers.
15114
15115 2013-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
15116
15117 * emacs-lisp/cl-extra.el (cl-getf): Return the proper value in
15118 the setter (bug#14387).
15119
15120 * progmodes/f90.el (f90-blocks-re): Include the terminating \> in the
15121 surrounding group (bug#14402).
15122
15123 2013-05-14 Juri Linkov <juri@jurta.org>
15124
15125 * subr.el (find-tag-default-as-regexp): Return nil if `tag' is nil.
15126 (Bug#14390)
15127
15128 2013-05-14 Glenn Morris <rgm@gnu.org>
15129
15130 * progmodes/f90.el (f90-imenu-generic-expression):
15131 Fix typo in 2013-05-08 change. (Bug#14402)
15132
15133 2013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
15134
15135 * progmodes/gdb-mi.el (gdb-running, gdb-starting):
15136 Remove signals for which replies are never received.
15137
15138 2013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
15139
15140 * progmodes/gdb-mi.el: Fix non-responsive gud commands (bug#13845)
15141 (gdb-handler-alist, gdb-handler-number): Remove variables.
15142 (gdb-handler-list): New variable.
15143 (gdb-add-handler, gdb-delete-handler, gdb-get-handler-function)
15144 (gdb-pending-handler-p, gdb-handle-reply)
15145 (gdb-remove-all-pending-triggers): New functions.
15146 (gdb-discard-unordered-replies): New defcustom.
15147 (gdb-handler): New defstruct.
15148 (gdb-wait-for-pending): Fix invalid backquote. Use gdb-handler-list.
15149 instead of gdb-pending-triggers. Update docstring.
15150 (gdb-init-1): Remove dead variables. Initialize gdb-handler-list.
15151 (gdb-speedbar-update, gdb-speedbar-timer-fn, gdb-var-update)
15152 (gdb-var-update-handler, def-gdb-auto-update-trigger)
15153 (def-gdb-auto-update-handler, gdb-get-changed-registers)
15154 (gdb-changed-registers-handler, gdb-get-main-selected-frame)
15155 (gdb-frame-handler): Pending triggers are now automatically managed.
15156 (def-gdb-trigger-and-handler, def-gdb-auto-update-handler):
15157 Remove argument.
15158 (gdb-input): Automatically handles pending triggers. Update docstring.
15159 (gdb-resync): Replace gdb-pending-triggers by gdb-handler-list.
15160 (gdb-thread-exited, gdb-thread-selected, gdb-register-names-handler):
15161 Update comments.
15162 (gdb-done-or-error): Now use gdb-handle-reply.
15163
15164 2013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
15165
15166 * progmodes/gdb-mi.el (gdb-input): Include token numbers in
15167 gdb-debug-log.
15168
15169 2013-05-14 Glenn Morris <rgm@gnu.org>
15170
15171 * subr.el (user-emacs-directory-warning): New option.
15172 (locate-user-emacs-file): Handle non-accessible .emacs.d. (Bug#13930)
15173
15174 2013-05-14 Leo Liu <sdl.web@gmail.com>
15175
15176 * progmodes/octave.el (octave-font-lock-keywords): Fix error
15177 during redisplay.
15178 (octave-goto-function-definition, octave-find-definition): Minor tweaks.
15179 (octave-font-lock-texinfo-comment): Fix invalid search bound
15180 error: wrong side of point.
15181
15182 2013-05-14 Glenn Morris <rgm@gnu.org>
15183
15184 * progmodes/flymake.el (flymake-xml-program): New option.
15185 (flymake-xml-init): Use it.
15186
15187 * term/xterm.el: Provide a feature.
15188
15189 * term/sup-mouse.el: Move to obsolete/. Provide a feature.
15190
15191 2013-05-13 Glenn Morris <rgm@gnu.org>
15192
15193 * cus-dep.el (defcustom-mh, defgroup-mh, defface-mh):
15194 Add compat aliases as a hack workaround. (Bug#14384)
15195
15196 2013-05-13 Leo Liu <sdl.web@gmail.com>
15197
15198 * progmodes/octave.el (octave-indent-comment): Fix indentation for
15199 ###, and %!.
15200 (octave-mode-map): Bind octave-indent-defun to C-c C-q instead of
15201 C-M-q.
15202 (octave-comment-start-skip): Include %!.
15203 (octave-mode): Set comment-start-skip to octave-comment-start-skip.
15204
15205 2013-05-12 Leo Liu <sdl.web@gmail.com>
15206
15207 * progmodes/octave.el (inferior-octave-startup): Store the value
15208 of __octave_srcdir__ for octave-source-directories.
15209 (inferior-octave-check-process): New function refactored out of
15210 inferior-octave-send-list-and-digest.
15211 (octave-source-directories)
15212 (octave-find-definition-filename-function): New variables.
15213 (octave-source-directories)
15214 (octave-find-definition-default-filename): New functions.
15215 (octave-find-definition): Improve to find functions implemented in C++.
15216
15217 2013-05-12 Glenn Morris <rgm@gnu.org>
15218
15219 * calendar/diary-lib.el (diary-outlook-format-1):
15220 Don't include dayname in the output. (Bug#14349)
15221
15222 2013-05-11 Glenn Morris <rgm@gnu.org>
15223
15224 * emacs-lisp/autoload.el (generated-autoload-load-name): Doc fix.
15225
15226 * cus-dep.el (custom-make-dependencies): Only use safe local variables.
15227 Treat cc-provide like provide.
15228
15229 2013-05-11 Kevin Ryde <user42@zip.com.au>
15230
15231 * cus-dep.el (custom-make-dependencies):
15232 Use generated-autoload-load-name for the sake of files such
15233 such cedet/semantic/bovine/c.el, where the base file name
15234 is not in load-path. (Bug#5277)
15235
15236 2013-05-11 Glenn Morris <rgm@gnu.org>
15237
15238 * dos-vars.el, emacs-lisp/cl-indent.el, emulation/tpu-extras.el:
15239 Provide features.
15240
15241 2013-05-11 Leo Liu <sdl.web@gmail.com>
15242
15243 * progmodes/octave.el (octave-indent-comment): Improve.
15244 (octave-eldoc-message-style, octave-eldoc-cache): New variables.
15245 (octave-eldoc-function-signatures, octave-eldoc-function):
15246 New functions.
15247 (octave-mode, inferior-octave-mode): Add eldoc support.
15248
15249 2013-05-11 Richard Stallman <rms@gnu.org>
15250
15251 * epa.el (epa-decrypt-file): Take output file name as argument
15252 and read it using `interactive'.
15253
15254 2013-05-11 Leo Liu <sdl.web@gmail.com>
15255
15256 * progmodes/octave.el (octave-beginning-of-line)
15257 (octave-end-of-line): Check before using up-list because it jumps
15258 out of more syntactic contructs since moving to smie.
15259 (octave-indent-comment): New function.
15260 (octave-mode): Use it in smie-indent-functions. (Bug#14350)
15261 (octave-begin-keywords, octave-end-keywords)
15262 (octave-reserved-words, octave-smie-bnf-table)
15263 (octave-smie-rules): Add new keywords from Octave 3.6.4.
15264
15265 2013-05-11 Glenn Morris <rgm@gnu.org>
15266
15267 * faces.el (internal-face-x-get-resource):
15268 * frame.el (ns-display-monitor-attributes-list):
15269 * calc/calc-aent.el (math-to-radians-2):
15270 * emacs-lisp/package.el (tar-header-name, tar-header-link-type):
15271 Fix declarations.
15272
15273 * calc/calc-menu.el: Make it loadable in isolation.
15274
15275 * net/eudcb-bbdb.el: Make it loadable without bbdb.
15276 (eudc-bbdb-filter-non-matching-record, eudc-bbdb-extract-phones)
15277 (eudc-bbdb-extract-addresses, eudc-bbdb-format-record-as-result)
15278 (eudc-bbdb-query-internal): Require 'bbdb.
15279
15280 * lpr.el (lpr-headers-switches):
15281 * emacs-lisp/testcover.el (testcover-compose-functions): Fix :type.
15282
15283 * progmodes/sql.el (sql-login-params): Fix and improve :type.
15284
15285 * emulation/edt-mapper.el: In batch mode, error rather than hang.
15286
15287 * term.el (term-set-escape-char): Make it idempotent.
15288
15289 2013-05-10 Leo Liu <sdl.web@gmail.com>
15290
15291 * progmodes/octave.el (inferior-octave-completion-table):
15292 No longer a function and all uses changed. Use cache to speed up
15293 completion due to bug#11906.
15294 (octave-beginning-of-defun): Re-write to be more general.
15295
15296 2013-05-10 Glenn Morris <rgm@gnu.org>
15297
15298 * emacs-lisp/cl-macs.el (cl-loop): Doc fix.
15299
15300 2013-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
15301
15302 * comint.el (comint-redirect-send-command-to-process): Use :around
15303 rather than :override for comint-redirect-filter.
15304 (comint-redirect-filter): Add the corresponding `orig-filter' argument.
15305 Call it instead of comint-redirect-original-filter-function (which
15306 is gone). Reported by Juanma Barranquero <lekktu@gmail.com>.
15307
15308 2013-05-09 Jan Djärv <jan.h.d@swipnet.se>
15309
15310 * frame.el (display-monitor-attributes-list): Add NS case.
15311 (ns-display-monitor-attributes-list): Declare.
15312
15313 2013-05-09 Ulrich Mueller <ulm@gentoo.org>
15314
15315 * descr-text.el (describe-char): Fix %d/%x typo. (Bug#14360)
15316
15317 2013-05-09 Glenn Morris <rgm@gnu.org>
15318
15319 * international/fontset.el (vertical-centering-font-regexp):
15320 Set standard-value.
15321
15322 * tar-mode.el (tar-superior-buffer, tar-superior-descriptor): Add doc.
15323
15324 * bookmark.el (bookmark-search-delay):
15325 * cus-start.el (vertical-centering-font-regexp):
15326 * ps-mule.el (ps-mule-font-info-database-default):
15327 * ps-print.el (ps-default-fg, ps-default-bg):
15328 * type-break.el (type-break-good-break-interval):
15329 * whitespace.el (whitespace-indentation-regexp)
15330 (whitespace-space-after-tab-regexp):
15331 * emacs-lisp/testcover.el (testcover-1value-functions)
15332 (testcover-noreturn-functions, testcover-progn-functions)
15333 (testcover-prog1-functions):
15334 * emulation/viper-init.el (viper-emacs-state-cursor-color):
15335 * eshell/em-glob.el (eshell-glob-translate-alist):
15336 * play/tetris.el (tetris-tty-colors):
15337 * progmodes/cpp.el (cpp-face-default-list):
15338 * progmodes/flymake.el (flymake-allowed-file-name-masks):
15339 * progmodes/idlw-help.el (idlwave-help-browser-generic-program)
15340 (idlwave-help-browser-generic-args):
15341 * progmodes/make-mode.el (makefile-special-targets-list):
15342 * progmodes/python.el (python-shell-virtualenv-path):
15343 * progmodes/verilog-mode.el (verilog-active-low-regexp)
15344 (verilog-auto-input-ignore-regexp, verilog-auto-inout-ignore-regexp)
15345 (verilog-auto-output-ignore-regexp, verilog-auto-tieoff-ignore-regexp)
15346 (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp):
15347 * textmodes/reftex-vars.el (reftex-format-label-function):
15348 * textmodes/remember.el (remember-diary-file): Fix custom types.
15349
15350 * jka-cmpr-hook.el (jka-compr-mode-alist-additions): Fix typo.
15351 Add :version.
15352
15353 2013-05-09 Leo Liu <sdl.web@gmail.com>
15354
15355 * progmodes/octave.el (inferior-octave-completion-at-point):
15356 Restore file completion. (Bug#14300)
15357 (inferior-octave-startup): Fix incorrect highlighting for the
15358 first prompt.
15359
15360 2013-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
15361
15362 * progmodes/ruby-mode.el: First cut at SMIE support.
15363 (ruby-use-smie): New var.
15364 (ruby-smie-grammar): New constant.
15365 (ruby-smie--bosp, ruby-smie--implicit-semi-p)
15366 (ruby-smie--forward-token, ruby-smie--backward-token)
15367 (ruby-smie-rules): New functions.
15368 (ruby-mode-variables): Setup SMIE if applicable.
15369
15370 2013-05-08 Eli Zaretskii <eliz@gnu.org>
15371
15372 * simple.el (line-move-visual): Signal beginning/end of buffer
15373 only if vertical-motion moved less than it was requested. Avoids
15374 silly incorrect error messages when there are display strings with
15375 multiple newlines at EOL.
15376
15377 2013-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
15378
15379 * progmodes/vera-mode.el (vera-underscore-is-part-of-word):
15380 * progmodes/prolog.el (prolog-underscore-wordchar-flag)
15381 (prolog-char-quote-workaround):
15382 * progmodes/cperl-mode.el (cperl-under-as-char):
15383 * progmodes/vhdl-mode.el (vhdl-underscore-is-part-of-word):
15384 Mark as obsolete.
15385 (vhdl-mode-syntax-table, vhdl-mode-ext-syntax-table): Initialize in
15386 their declaration.
15387 (vhdl-mode-syntax-table-init): Remove.
15388
15389 * progmodes/m4-mode.el (m4-mode-syntax-table): Add comment on
15390 last change.
15391
15392 * progmodes/ld-script.el (ld-script-mode-syntax-table): Use symbol
15393 syntax for "_".
15394 (ld-script-font-lock-keywords):
15395 Change regexps to use things like \_< and \_>.
15396
15397 * progmodes/f90.el (f90-mode-syntax-table): Use symbol syntax for "_".
15398 Change all regexps to use things like \_< and \_>.
15399
15400 * progmodes/autoconf.el (autoconf-definition-regexp)
15401 (autoconf-font-lock-keywords, autoconf-current-defun-function):
15402 Handle a _ with symbol syntax.
15403 (autoconf-mode): Don't change the syntax-table for imenu and font-lock.
15404
15405 * progmodes/ada-mode.el (ada-mode-abbrev-table):
15406 Consolidate declaration.
15407 (ada-mode-syntax-table, ada-mode-symbol-syntax-table): Initialize in
15408 the declaration.
15409 (ada-create-syntax-table): Remove.
15410 (ada-capitalize-word): Don't mess with the syntax of "_" since it
15411 already has the right syntax nowadays.
15412 (ada-goto-next-word): Don't change the syntax of "_".
15413
15414 * font-lock.el (lisp-font-lock-keywords-2): Don't highlight obsolete
15415 with-wrapper-hook.
15416
15417 2013-05-08 Sam Steingold <sds@gnu.org>
15418
15419 * thingatpt.el (thing-at-point): Accept optional second argument
15420 NO-PROPERTIES to strip the text properties from the return value.
15421 * net/browse-url.el (browse-url-url-at-point): Pass NO-PROPERTIES
15422 to `thing-at-point' instead of stripping the properties ourselves.
15423 Also, when `thing-at-point' fails to find a url, prepend "http://"
15424 to the filename at point on the assumption that the user is
15425 pointing at something like gnu.org/gnu.
15426
15427 2013-05-08 Juanma Barranquero <lekktu@gmail.com>
15428
15429 * emacs-lisp/bytecomp.el (byte-compile-insert-header):
15430 * faces.el (crm-separator):
15431 Silence byte-compiler.
15432
15433 * progmodes/gud.el (gdb-speedbar-auto-raise, gud-tooltip-mode)
15434 (tool-bar-map): Remove unneeded defvars.
15435
15436 2013-05-08 Leo Liu <sdl.web@gmail.com>
15437
15438 Re-work a fix for bug#10994 based on Le Wang's patch.
15439 * ido.el (ido-remove-consecutive-dups): New helper.
15440 (ido-completing-read): Use it.
15441 (ido-chop): Revert fix for bug#10994.
15442
15443 2013-05-08 Adam Spiers <emacs@adamspiers.org>
15444
15445 * cus-edit.el (custom-save-variables):
15446 Pretty-print long values. (Bug#14187)
15447
15448 2013-05-08 Glenn Morris <rgm@gnu.org>
15449
15450 * progmodes/m4-mode.el (m4-program): Assume it is in PATH.
15451 (m4-mode-syntax-table): Init in the defvar.
15452 (m4-mode-abbrev-table): Let define-derived-mode define it.
15453
15454 2013-05-08 Tom Tromey <tromey@redhat.com>
15455
15456 * progmodes/m4-mode.el (m4-mode-syntax-table):
15457 Do not treat "_" as word constituent. (Bug#14167)
15458
15459 2013-05-07 Glenn Morris <rgm@gnu.org>
15460
15461 * eshell/em-hist.el (eshell-isearch-map): Initialize in the defvar.
15462 Remove explicit eshell-isearch-cancel-map.
15463
15464 * progmodes/f90.el (f90-smart-end-names): New option.
15465 (f90-smart-end): Doc fix.
15466 (f90-end-block-optional-name): New constant.
15467 (f90-block-match): Respect f90-smart-end-names.
15468
15469 2013-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
15470
15471 * progmodes/octave.el (octave-smie-forward-token): Be more careful
15472 about implicit semi-colons (bug#14218).
15473
15474 2013-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15475
15476 * frame.el (display-monitor-attributes-list)
15477 (frame-monitor-attributes): New functions.
15478
15479 2013-05-06 Leo Liu <sdl.web@gmail.com>
15480
15481 * progmodes/octave.el (octave-syntax-propertize-function): Change
15482 \'s syntax to escape when inside double-quoted strings. (Bug#14332)
15483 (octave-font-lock-keywords): Use octave-operator-regexp.
15484 (octave-completion-at-point): Rename from
15485 octave-completion-at-point-function.
15486 (inferior-octave-directory-tracker): Robustify.
15487 (octave-text-functions): Remove and fix its uses. No such things
15488 any more.
15489
15490 2013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
15491
15492 * emacs-lisp/trace.el (trace--display-buffer): New function.
15493 (trace-make-advice): Use it.
15494
15495 2013-05-06 Juri Linkov <juri@jurta.org>
15496
15497 * emacs-lisp/lisp-mode.el (eval-defun-2): Doc fix. (Bug#14344)
15498 (eval-defun-2, eval-defun, eval-last-sexp, eval-last-sexp-1):
15499 Doc fix.
15500 (emacs-lisp-mode-map): Replace "minibuffer" with "echo area"
15501 in the help string. (Bug#12985)
15502
15503 2013-05-06 Kelly Dean <kellydeanch@yahoo.com> (tiny change)
15504
15505 * simple.el (shell-command-on-region): Doc fix. (Bug#14279)
15506
15507 2013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
15508
15509 * progmodes/perl-mode.el: Add support for here documents.
15510 (perl-syntax-propertize-function): Match here-doc markers.
15511 (perl-syntax-propertize-special-constructs): Find their end.
15512 (perl-imenu-generic-expression): Use [:alnum:].
15513
15514 * emacs-lisp/nadvice.el (advice--member-p): Return the advice if found.
15515 (advice--add-function): Refresh the advice if already present
15516 (bug#14317).
15517
15518 2013-05-06 Ivan Andrus <darthandrus@gmail.com>
15519
15520 * find-file.el (cc-other-file-alist): Add ".m" for ObjC. (Bug#14339)
15521
15522 2013-05-06 Glenn Morris <rgm@gnu.org>
15523
15524 * w32-fns.el (w32-charset-info-alist): Declare.
15525
15526 * eshell/em-cmpl.el: Simply require pcomplete; eg we use a bunch
15527 of its defcustom properties.
15528 (eshell-cmpl-initialize): No need to load pcomplete.
15529
15530 * generic-x.el: No need to require comint when compiling.
15531
15532 * net/eudc-export.el: Make it loadable without bbdb.
15533 (top-level): Use require rather than load-library.
15534 (eudc-create-bbdb-record, eudc-bbdbify-phone)
15535 (eudc-batch-export-records-to-bbdb)
15536 (eudc-insert-record-at-point-into-bbdb, eudc-try-bbdb-insert):
15537 Require bbdb.
15538
15539 2013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
15540
15541 * progmodes/octave.el (octave-texinfo-font-lock-keywords): Remove.
15542 (octave-font-lock-texinfo-comment): Use texinfo-font-lock-keywords with
15543 some tweaks, instead.
15544
15545 2013-05-05 Leo Liu <sdl.web@gmail.com>
15546
15547 * progmodes/octave.el (octave-font-lock-keywords)
15548 (octave-font-lock-texinfo-comment): Adjust for the byte-compiler.
15549 (inferior-octave-send-list-and-digest): Improve error message.
15550 (octave-mode, inferior-octave-mode): Use setq-local.
15551 (octave-help): Set info-lookup-mode.
15552
15553 2013-05-05 Richard Stallman <rms@gnu.org>
15554
15555 * vc/compare-w.el (compare-windows-whitespace):
15556 Treat no-break space as whitespace.
15557
15558 * mail/rmailsum.el (rmail-summary-rmail-update):
15559 Detect empty summary and don't change selected message.
15560 (rmail-summary-goto-msg): Likewise.
15561
15562 * mail/rmailsum.el (rmail-new-summary, rmail-new-summary-1):
15563 Doc fixes, rename args.
15564
15565 2013-05-05 Alan Mackenzie <acm@muc.de>
15566
15567 * progmodes/cc-defs.el (c-version): Increment to 5.32.5.
15568
15569 2013-05-05 Juri Linkov <juri@jurta.org>
15570
15571 * info.el (Info-read-subfile): Use (point-min) instead of (point)
15572 to not add the length of the summary segment to the return value.
15573 (Bug#14125)
15574
15575 2013-05-05 Leo Liu <sdl.web@gmail.com>
15576
15577 * progmodes/octave.el (inferior-octave-strip-ctrl-g)
15578 (inferior-octave-output-filter): Remove.
15579 (octave-send-region, inferior-octave-startup): Fix callers.
15580 (inferior-octave-mode-map): Don't use comint-dynamic-complete.
15581 (octave-binary-file-extensions): New user variable.
15582 (octave-find-definition): Confirm if opening binary files.
15583 (octave-help-file): Use octave-find-definition to get the binary
15584 confirmation.
15585 (octave-help): Adjust for octave-help-file change.
15586
15587 2013-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
15588
15589 * progmodes/pascal.el (pascal-font-lock-keywords): Use backquotes.
15590 Merge the two entries that handle function definitions.
15591 (pascal--syntax-propertize): New const.
15592 (pascal-mode): Use it. Use setq-local.
15593
15594 2013-05-04 Glenn Morris <rgm@gnu.org>
15595
15596 * calendar/diary-lib.el (diary-from-outlook-function): New variable.
15597 (diary-from-outlook): Respect diary-from-outlook-function.
15598
15599 2013-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
15600
15601 * simple.el (read-expression-map): Use completion-at-point (bug#14255).
15602 Move the declaration from C.
15603 (read-minibuffer, eval-minibuffer): Move from C.
15604 (completion-setup-function): Avoid minibuffer-completion-contents.
15605
15606 2013-05-03 Leo Liu <sdl.web@gmail.com>
15607
15608 * progmodes/octave.el (octave-font-lock-keywords): Do not
15609 dehighlight 'end' in comments or strings.
15610 (octave-completing-read, octave-goto-function-definition):
15611 New helpers.
15612 (octave-help-buffer): New user variable.
15613 (octave-help-file, octave-help-function): New button types.
15614 (octave-help): New command and bind it to C-h ;.
15615 (octave-find-definition): New command and bind it to M-.
15616 (user-error): Alias to error if not defined.
15617
15618 2013-05-02 Leo Liu <sdl.web@gmail.com>
15619
15620 * progmodes/octave.el (octave-mode-syntax-table): Correct syntax
15621 for \. (bug#14332)
15622 (octave-font-lock-keywords): Include [ and {.
15623
15624 2013-05-02 Leo Liu <sdl.web@gmail.com>
15625
15626 * progmodes/octave.el (inferior-octave-startup-file): Change default.
15627 (inferior-octave): Remove calling comint-mode and return the buffer.
15628 (inferior-octave-startup): Cosmetic changes.
15629
15630 2013-05-02 Leo Liu <sdl.web@gmail.com>
15631
15632 * progmodes/octave.el (octave-syntax-propertize-function):
15633 Include the case when ' is at line beginning. (Bug#14336)
15634
15635 2013-05-02 Glenn Morris <rgm@gnu.org>
15636
15637 * vc/vc-dir.el (vc-dir-mode): Don't autoload it for everyone.
15638 * desktop.el (vc-dir-mode): Just autoload it here.
15639
15640 2013-05-02 Alan Mackenzie <acm@muc.de>
15641
15642 Eliminate variable c-standard-font-lock-fontify-region-function.
15643 * progmodes/cc-mode.el
15644 (c-standard-font-lock-fontify-region-function): Remove.
15645 (c-font-lock-fontify-region, c-after-font-lock-init): Adapt.
15646
15647 2013-05-01 Leo Liu <sdl.web@gmail.com>
15648
15649 * progmodes/octave.el: Compatible with older emacs-24 releases.
15650 (inferior-octave-has-built-in-variables): Remove. Built-in
15651 variables were removed from Octave in 2007.
15652 (inferior-octave-startup): Fix uses.
15653 (comint-line-beginning-position): Remove compatibility code for
15654 emacs 21.
15655
15656 2013-05-01 Juri Linkov <juri@jurta.org>
15657
15658 * isearch.el (isearch-forward, isearch-mode): Doc fix. (Bug#13923)
15659
15660 2013-05-01 Juri Linkov <juri@jurta.org>
15661
15662 * comint.el (comint-previous-matching-input): Don't print message
15663 "History item: %d" when `isearch-mode' is active.
15664 (comint-history-isearch-message): Print message "History item: %d"
15665 when `comint-input-ring-index' is not empty and this function is
15666 called from `isearch-update' with a nil `ellipsis'. (Bug#13223)
15667
15668 2013-05-01 Leo Liu <sdl.web@gmail.com>
15669
15670 * progmodes/octave.el (octave-abbrev-table): Remove abbrev
15671 definitions. Use completion-at-point to insert keywords.
15672 (octave-abbrev-start): Remove.
15673 (inferior-octave-mode, octave-mode): Use :abbrev-table instead.
15674
15675 2013-04-30 Leo Liu <sdl.web@gmail.com>
15676
15677 * progmodes/octave.el (inferior-octave-prompt-read-only): Fix last
15678 change.
15679
15680 2013-04-30 Alan Mackenzie <acm@muc.de>
15681
15682 Handle arbitrarily long C++ member initialisation lists.
15683 * progmodes/cc-engine.el (c-back-over-member-initializers):
15684 new function.
15685 (c-guess-basic-syntax): New CASE 5R (extracted from 5B) to handle
15686 (most) member init lists.
15687
15688 2013-04-30 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
15689
15690 * progmodes/octave.el (inferior-octave-prompt-read-only): New user
15691 variable.
15692
15693 2013-04-30 Leo Liu <sdl.web@gmail.com>
15694
15695 * progmodes/octave.el (octave-variables): Remove. No builtin
15696 variables any more. All converted to functions.
15697 (octave-font-lock-keywords, octave-completion-at-point-function):
15698 Fix uses.
15699 (octave-font-lock-texinfo-comment): New user variable.
15700 (octave-texinfo-font-lock-keywords): New variable for texinfo
15701 comment block.
15702 (octave-function-comment-block): New face.
15703 (octave-font-lock-texinfo-comment): New function.
15704 (octave-mode): Font lock texinfo comment block.
15705
15706 2013-04-29 Leo Liu <sdl.web@gmail.com>
15707
15708 * progmodes/octave.el (octave-font-lock-keywords): Handle 'end' in
15709 indexing expression.
15710 (octave-continuation-string): Do not use \.
15711 (inferior-octave-complete-impossible): Remove.
15712 (inferior-octave-completion-table)
15713 (inferior-octave-completion-at-point): Remove its uses.
15714 (inferior-octave-startup): completion_matches was introduced to
15715 Octave in 1996 so safe to assume it.
15716 (octave-function-file-comment): Improve to follow how Octave does it.
15717 (octave-update-function-file-comment): Tweak.
15718
15719 2013-04-29 Leo Liu <sdl.web@gmail.com>
15720
15721 * progmodes/octave.el (inferior-octave-startup-hook): Obsolete.
15722 (inferior-octave-startup): Remove inferior-octave-startup-hook.
15723 (octave-function-file-comment): Fix typo.
15724 (octave-sync-function-file-names): Use read-char-choice.
15725
15726 2013-04-28 Jay Belanger <jay.p.belanger@gmail.com>
15727
15728 * calc/calc.el (math-normalize): Don't set `math-normalize-error'
15729 to t for the less important warnings.
15730
15731 2013-04-27 Darren Hoo <darren.hoo@gmail.com> (tiny change)
15732
15733 * isearch.el (isearch-fail-pos): Check for empty `cmds'. (Bug#14268)
15734
15735 2013-04-27 Glenn Morris <rgm@gnu.org>
15736
15737 * vc/log-view.el (log-view-current-entry):
15738 Treat "---" separator lines as part of the following rev. (Bug#14169)
15739
15740 2013-04-27 Juri Linkov <juri@jurta.org>
15741
15742 * subr.el (read-number): Doc fix about using it by interactive
15743 code letter `n'. (Bug#14254)
15744
15745 2013-04-27 Juri Linkov <juri@jurta.org>
15746
15747 * desktop.el (desktop-auto-save-timeout): New option.
15748 (desktop-file-checksum): New variable.
15749 (desktop-save): Add optional arg `auto-save' and don't auto-save
15750 if nothing changed.
15751 (desktop-auto-save-timer): New variable.
15752 (desktop-auto-save, desktop-auto-save-set-timer): New functions.
15753 (after-init-hook): Call `desktop-auto-save-set-timer'.
15754 Suggested by Reuben Thomas <rrt@sc3d.org> in
15755 <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00327.html>.
15756
15757 2013-04-27 Leo Liu <sdl.web@gmail.com>
15758
15759 * progmodes/octave.el (octave-function-file-p)
15760 (octave-skip-comment-forward, octave-function-file-comment)
15761 (octave-update-function-file-comment): New functions.
15762 (octave-mode-map): Bind C-c ; to
15763 octave-update-function-file-comment.
15764 (octave-mode-menu): Add octave-update-function-file-comment.
15765 (octave-mode, inferior-octave-mode): Fix doc-string.
15766 (octave-insert-defun): Conform to Octave's coding convention.
15767 (Bug#14285)
15768
15769 * files.el (basic-save-buffer): Don't let errors in
15770 before-save-hook prevent saving buffer.
15771
15772 2013-04-20 Roland Winkler <winkler@gnu.org>
15773
15774 * faces.el (read-face-name): Use completing-read if arg multiple
15775 is nil.
15776
15777 2013-04-27 Ingo Lohmar <i.lohmar@gmail.com> (tiny change)
15778
15779 * ls-lisp.el (ls-lisp-insert-directory): If no files are
15780 displayed, move point to after the totals line.
15781 See http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00677.html
15782 for the details.
15783
15784 2013-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
15785
15786 * emacs-lisp/package.el (package-autoload-ensure-default-file):
15787 Add current dir to the load-path.
15788 (package-generate-autoloads): Don't rely on
15789 autoload-ensure-default-file.
15790
15791 2013-04-26 Reuben Thomas <rrt@sc3d.org>
15792
15793 * textmodes/remember.el (remember-store-in-files): Document that
15794 the file name format is passed to `format-time-string'.
15795
15796 2013-04-26 Leo Liu <sdl.web@gmail.com>
15797
15798 * progmodes/octave.el (octave-sync-function-file-names): New function.
15799 (octave-mode): Use it in before-save-hook.
15800
15801 2013-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
15802
15803 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Disable undo
15804 (bug#14274).
15805
15806 * progmodes/octave.el (octave-smie-forward-token): Properly skip
15807 \n and comment, even if it's not an implicit ; (bug#14218).
15808
15809 2013-04-26 Glenn Morris <rgm@gnu.org>
15810
15811 * subr.el (read-number): Once more use `read' rather than
15812 `string-to-number', to trap non-numeric input. (Bug#14254)
15813
15814 2013-04-26 Erik Charlebois <erikcharlebois@gmail.com>
15815
15816 * emacs-lisp/syntax.el (syntax-propertize-multiline):
15817 Use `syntax-multiline' text property consistently instead of
15818 `font-lock-multiline'. (Bug#14237)
15819
15820 2013-04-26 Glenn Morris <rgm@gnu.org>
15821
15822 * emacs-lisp/shadow.el (list-load-path-shadows):
15823 No longer necessary to check for duplicate simple.el, since
15824 2012-07-07 change to init_lread to not include installation lisp
15825 directories in load-path when running uninstalled. (Bug#14270)
15826
15827 2013-04-26 Leo Liu <sdl.web@gmail.com>
15828
15829 * progmodes/octave.el (octave-submit-bug-report): Obsolete.
15830 (octave-mode, inferior-octave-mode): Use setq-local.
15831 (octave-not-in-string-or-comment-p): Rename to
15832 octave-in-string-or-comment-p.
15833 (octave-in-comment-p, octave-in-string-p)
15834 (octave-in-string-or-comment-p): Replace defsubst with defun.
15835
15836 2013-04-25 Paul Eggert <eggert@cs.ucla.edu>
15837
15838 * Makefile.in (distclean): Remove $(lisp)/loaddefs.el~.
15839
15840 2013-04-25 Bastien Guerry <bzg@gnu.org>
15841
15842 * textmodes/remember.el (remember-data-directory)
15843 (remember-directory-file-name-format): Fix custom types.
15844
15845 2013-04-25 Leo Liu <sdl.web@gmail.com>
15846
15847 * progmodes/octave.el (octave-completion-at-point-function):
15848 Make use of inferior octave process.
15849 (octave-initialize-completions): Remove.
15850 (inferior-octave-completion-table): New function.
15851 (inferior-octave-completion-at-point): Use it.
15852 (octave-completion-alist): Remove.
15853
15854 2013-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
15855
15856 * progmodes/opascal.el: Use font-lock and syntax-propertize.
15857 (opascal-mode-syntax-table): New var.
15858 (opascal-literal-kind, opascal-is-literal-end)
15859 (opascal-literal-token-at): Rewrite.
15860 (opascal--literal-start-re, opascal-font-lock-keywords)
15861 (opascal--syntax-propertize): New constants.
15862 (opascal-font-lock-defaults): Adjust.
15863 (opascal-mode): Use them. Set comment-<foo> variables as well.
15864 (delphi-comment-face, opascal-comment-face, delphi-string-face)
15865 (opascal-string-face, delphi-keyword-face, opascal-keyword-face)
15866 (delphi-other-face, opascal-other-face): Remove face variables.
15867 (opascal-save-state): Remove macro.
15868 (opascal-fontifying-progress-step): Remove constant.
15869 (opascal--ignore-changes): Remove var.
15870 (opascal-set-token-property, opascal-parse-next-literal)
15871 (opascal-is-stable-literal, opascal-complete-literal)
15872 (opascal-is-literal-start, opascal-face-of)
15873 (opascal-parse-region, opascal-parse-region-until-stable)
15874 (opascal-fontify-region, opascal-after-change)
15875 (opascal-debug-show-is-stable, opascal-debug-unparse-buffer)
15876 (opascal-debug-parse-region, opascal-debug-parse-window)
15877 (opascal-debug-parse-buffer, opascal-debug-fontify-window)
15878 (opascal-debug-fontify-buffer): Remove.
15879 (opascal-debug-mode-map): Adjust accordingly.
15880
15881 2013-04-25 Leo Liu <sdl.web@gmail.com>
15882
15883 Merge octave-mod.el and octave-inf.el into octave.el with some
15884 cleanups.
15885 * progmodes/octave.el: New file renamed from octave-mod.el.
15886 * progmodes/octave-inf.el: Merged into octave.el.
15887 * progmodes/octave-mod.el: Renamed to octave.el.
15888
15889 2013-04-25 Tassilo Horn <tsdh@gnu.org>
15890
15891 * textmodes/reftex-vars.el
15892 (reftex-label-ignored-macros-and-environments): New defcustom.
15893
15894 * textmodes/reftex-parse.el (reftex-parse-from-file): Use it.
15895
15896 2013-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
15897
15898 * emacs-lisp/smie.el (smie-indent--hanging-p): Don't burp at EOB.
15899 (smie-indent-keyword): Improve the check to ensure that the next
15900 comment is really on the same line.
15901 (smie-indent-comment): Don't align with a subsequent closer (or eob).
15902
15903 * progmodes/octave-mod.el (octave-smie-forward-token): Only emit
15904 semi-colons if the line is not otherwise empty (bug#14218).
15905
15906 2013-04-25 Glenn Morris <rgm@gnu.org>
15907
15908 * vc/vc-bzr.el (vc-bzr-print-log): Tweak LIMIT = 1 case.
15909
15910 2013-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
15911
15912 * progmodes/opascal.el (opascal-set-token-property): Rename from
15913 opascal-set-text-properties and only set `token' (bug#14134).
15914 Suggested by Erik Knowles <eknowles@geosystemsoftware.com>.
15915 (opascal-literal-text-properties): Remove.
15916 (opascal-parse-next-literal, opascal-debug-unparse-buffer):
15917 Adjust callers.
15918
15919 2013-04-24 Reuben Thomas <rrt@sc3d.org>
15920
15921 * textmodes/remember.el (remember-handler-functions): Add an
15922 option for a new handler `remember-store-in-files'.
15923 (remember-data-directory, remember-directory-file-name-format):
15924 New options.
15925 (remember-store-in-files): New function to store remember notes
15926 as separate files within a directory.
15927
15928 2013-04-24 Magnus Henoch <magnus.henoch@gmail.com>
15929
15930 * progmodes/compile.el (compilation-next-error-function):
15931 Pass "formats" to compilation-find-file (bug#11777).
15932
15933 2013-04-24 Glenn Morris <rgm@gnu.org>
15934
15935 * vc/vc-bzr.el (vc-bzr-print-log):
15936 * vc/vc-hg.el (vc-hg-print-log):
15937 * vc/vc-svn.el (vc-svn-print-log):
15938 Fix START-REVISION with LIMIT != 1. (Bug#14168)
15939
15940 * vc/vc-bzr.el (vc-bzr-print-log):
15941 * vc/vc-cvs.el (vc-cvs-print-log):
15942 * vc/vc-git.el (vc-git-print-log):
15943 * vc/vc-hg.el (vc-hg-print-log):
15944 * vc/vc-mtn.el (vc-mtn-print-log):
15945 * vc/vc-rcs.el (vc-rcs-print-log):
15946 * vc/vc-sccs.el (vc-sccs-print-log):
15947 * vc/vc-svn.el (vc-svn-print-log):
15948 * vc/vc.el (vc-print-log-internal): Doc fixes.
15949
15950 2013-04-23 Glenn Morris <rgm@gnu.org>
15951
15952 * startup.el (normal-no-mouse-startup-screen, normal-about-screen):
15953 Remove venerable code attempting to avoid substitute-command-keys.
15954
15955 2013-04-23 Tassilo Horn <tsdh@gnu.org>
15956
15957 * textmodes/reftex-vars.el (reftex-label-regexps):
15958 Call `reftex-compile-variables' after changes to this variable.
15959
15960 2013-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
15961
15962 * jit-lock.el: Fix signals in jit-lock-force-redisplay (bug#13542).
15963 Use lexical-binding.
15964 (jit-lock-force-redisplay): Use markers, check buffer's continued
15965 existence and beware narrowed buffers.
15966 (jit-lock-fontify-now): Adjust call accordingly.
15967
15968 2013-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
15969
15970 * minibuffer.el (minibuffer-completion-contents): Fix obsolescence info
15971 to avoid misleading the user.
15972
15973 2013-04-22 Leo Liu <sdl.web@gmail.com>
15974
15975 * info-look.el: Prefer latex2e.info. (Bug#14240)
15976
15977 2013-04-22 Michael Albinus <michael.albinus@gmx.de>
15978
15979 Fix pack/unpack coding. Reported by David Smith <davidsmith@acm.org>.
15980
15981 * net/tramp-compat.el (tramp-compat-call-process): Move function ...
15982 * net/tramp.el (tramp-call-process): ... here.
15983 (tramp-set-completion-function, tramp-parse-putty):
15984 * net/tramp-adb.el (tramp-adb-execute-adb-command):
15985 * net/tramp-gvfs.el (tramp-gvfs-send-command):
15986 * net/tramp-sh.el (tramp-sh-handle-set-file-times)
15987 (tramp-set-file-uid-gid, tramp-sh-handle-write-region)
15988 (tramp-call-local-coding-command): Use `tramp-call-process'
15989 instead of `tramp-compat-call-process'.
15990
15991 * net/tramp-sh.el (tramp-perl-pack, tramp-perl-unpack): New defconst.
15992 (tramp-local-coding-commands, tramp-remote-coding-commands): Use them.
15993 (tramp-sh-handle-file-local-copy, tramp-sh-handle-write-region)
15994 (tramp-find-inline-compress): Improve traces.
15995 (tramp-maybe-send-script): Check for Perl binary.
15996 (tramp-get-inline-coding): Do not redirect STDOUT for local decoding.
15997
15998 2013-04-22 Daiki Ueno <ueno@gnu.org>
15999
16000 * epg.el (epg-context-pinentry-mode): New function.
16001 (epg-context-set-pinentry-mode): New function.
16002 (epg--start): Pass --pinentry-mode option to gpg command.
16003
16004 2013-04-21 Xue Fuqiao <xfq.free@gmail.com>
16005
16006 * comint.el (comint-dynamic-complete-functions, comint-mode-map):
16007 `comint-dynamic-complete' is obsolete since 24.1, replaced by
16008 `completion-at-point'. (Bug#13774)
16009
16010 * startup.el (normal-no-mouse-startup-screen): Bug fix, the
16011 default key binding for `describe-distribution' has been moved to
16012 `C-h C-o'. (Bug#13970)
16013
16014 2013-04-21 Glenn Morris <rgm@gnu.org>
16015
16016 * vc/vc.el (vc-print-log-setup-buttons, vc-print-log-internal):
16017 Add doc strings.
16018 (vc-print-log): Clarify interactive prompt.
16019
16020 2013-04-20 Glenn Morris <rgm@gnu.org>
16021
16022 * emacs-lisp/bytecomp.el (byte-compile-insert-header):
16023 No longer include timestamp etc information.
16024
16025 2013-04-20 Roland Winkler <winkler@gnu.org>
16026
16027 * faces.el (read-face-name): Bug fix, return just one face if arg
16028 multiple is nil. (Bug#14209)
16029
16030 2013-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
16031
16032 * emacs-lisp/nadvice.el (advice--where-alist): Add :override.
16033 (remove-function): Autoload.
16034
16035 * comint.el (comint-redirect-original-filter-function): Remove.
16036 (comint-redirect-cleanup, comint-redirect-send-command-to-process):
16037 * vc/vc-cvs.el (vc-cvs-annotate-process-filter)
16038 (vc-cvs-annotate-command):
16039 * progmodes/octave-inf.el (inferior-octave-send-list-and-digest):
16040 * progmodes/prolog.el (prolog-consult-compile):
16041 * progmodes/gdb-mi.el (gdb, gdb--check-interpreter):
16042 Use add/remove-function instead.
16043 * progmodes/gud.el (gud-tooltip-original-filter): Remove.
16044 (gud-tooltip-process-output, gud-tooltip-tips):
16045 Use add/remove-function instead.
16046 * progmodes/xscheme.el (xscheme-previous-process-state): Remove.
16047 (scheme-interaction-mode, exit-scheme-interaction-mode):
16048 Use add/remove-function instead.
16049
16050 * vc/vc-dispatcher.el: Use lexical-binding.
16051 (vc--process-sentinel): Rename from vc-process-sentinel.
16052 Change last arg to be the code to run. Don't use vc-previous-sentinel
16053 and vc-sentinel-commands any more.
16054 (vc-exec-after): Allow code to be a function. Use add/remove-function.
16055 (compilation-error-regexp-alist, view-old-buffer-read-only): Declare.
16056
16057 2013-04-19 Masatake YAMATO <yamato@redhat.com>
16058
16059 * progmodes/sh-script.el (sh-imenu-generic-expression):
16060 Handle function names with a single character. (Bug#14111)
16061
16062 2013-04-19 Dima Kogan <dima@secretsauce.net> (tiny change)
16063
16064 * progmodes/gud.el (gud-perldb-marker-filter): Understand position info
16065 for subroutines defined in an eval (bug#14182).
16066
16067 2013-04-19 Thierry Volpiatto <thierry.volpiatto@gmail.com>
16068
16069 * bookmark.el (bookmark-completing-read): Improve handling of empty
16070 string (bug#14176).
16071
16072 2013-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
16073
16074 * vc/vc-dispatcher.el (vc-do-command): Get rid of default sentinel msg.
16075
16076 2013-04-19 Fabián Ezequiel Gallina <fgallina@gnu.org>
16077
16078 New faster Imenu implementation (bug#14058).
16079 * progmodes/python.el (python-imenu-prev-index-position)
16080 (python-imenu-format-item-label-function)
16081 (python-imenu-format-parent-item-label-function)
16082 (python-imenu-format-parent-item-jump-label-function):
16083 New vars.
16084 (python-imenu-format-item-label)
16085 (python-imenu-format-parent-item-label)
16086 (python-imenu-format-parent-item-jump-label)
16087 (python-imenu--put-parent, python-imenu--build-tree)
16088 (python-imenu-create-index, python-imenu-create-flat-index)
16089 (python-util-popn): New functions.
16090 (python-mode): Set imenu-create-index-function to
16091 python-imenu-create-index.
16092
16093 2013-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
16094
16095 * winner.el (winner-active-region): Use region-active-p, activate-mark
16096 and deactivate-mark (bug#14225).
16097
16098 * simple.el (deactivate-mark): Don't inline it.
16099
16100 2013-04-18 Michael Albinus <michael.albinus@gmx.de>
16101
16102 * net/tramp-sh.el (tramp-remote-process-environment): Add "TMOUT=0".
16103
16104 2013-04-18 Tassilo Horn <tsdh@gnu.org>
16105
16106 * files.el (auto-mode-alist): Delete OpenDocument and StarOffice
16107 file extensions from the archive-mode entry in order to prefer
16108 doc-view-mode-maybe with archive-mode as fallback (bug#14188).
16109
16110 2013-04-18 Leo Liu <sdl.web@gmail.com>
16111
16112 * bindings.el (help-event-list): Add ?\?.
16113
16114 2013-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
16115
16116 * subr.el (with-wrapper-hook): Declare obsolete.
16117 * simple.el (filter-buffer-substring-function): New hook.
16118 (filter-buffer-substring): Use it.
16119 (filter-buffer-substring-functions): Mark obsolete.
16120 * minibuffer.el (completion-in-region-function): New hook.
16121 (completion-in-region): Use it.
16122 (completion-in-region-functions): Mark obsolete.
16123 * mail/mailabbrev.el (mail-abbrevs-setup): Use abbrev-expand-function.
16124 * abbrev.el (abbrev-expand-function): New hook.
16125 (expand-abbrev): Use it.
16126 (abbrev-expand-functions): Mark obsolete.
16127 * emacs-lisp/nadvice.el (advice--where-alist): Add :filter-args
16128 and :filter-return.
16129
16130 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
16131
16132 * progmodes/python.el (python-nav--syntactically): Fix cornercases
16133 and do not care about match data.
16134
16135 2013-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
16136
16137 * emacs-lisp/lisp.el (lisp-completion-at-point): Provide specialized
16138 completion tables when completing error conditions and
16139 `declare' arguments.
16140 (lisp-complete-symbol, field-complete): Mark as obsolete.
16141 (check-parens): Unmatched parens are user errors.
16142 * minibuffer.el (minibuffer-completion-contents): Mark as obsolete.
16143
16144 2013-04-17 Michal Nazarewicz <mina86@mina86.com>
16145
16146 * textmodes/flyspell.el (flyspell-check-pre-word-p): Return nil if
16147 command changed buffer (ie. `flyspell-pre-buffer' is not current
16148 buffer), which prevents making decisions based on invalid value of
16149 `flyspell-pre-point' in the wrong buffer. Most notably, this used to
16150 cause an error when `flyspell-pre-point' was nil after switching
16151 buffers.
16152 (flyspell-post-command-hook): No longer needs to change buffers when
16153 checking pre-word. While at it remove unnecessary progn.
16154
16155 2013-04-17 Nicolas Richard <theonewiththeevillook@yahoo.fr> (tiny change)
16156
16157 * textmodes/ispell.el (ispell-add-per-file-word-list):
16158 Fix `flyspell-correct-word-before-point' error when accepting
16159 words and `coment-padding' is an integer by using
16160 `comment-normalize-vars' (Bug #14214).
16161
16162 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
16163
16164 New defun movement commands.
16165 * progmodes/python.el (python-nav--syntactically)
16166 (python-nav--forward-defun, python-nav-backward-defun)
16167 (python-nav-forward-defun): New functions.
16168
16169 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
16170
16171 * progmodes/python.el (python-syntax--context-compiler-macro): New defun.
16172 (python-syntax-context): Use named compiler-macro for backwards
16173 compatibility with Emacs 24.x.
16174
16175 2013-04-17 Leo Liu <sdl.web@gmail.com>
16176
16177 * progmodes/octave-mod.el (octave-mode-map): Fix key binding to
16178 octave-hide-process-buffer.
16179
16180 2013-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
16181
16182 * vc/vc-hg.el (vc-hg-annotate-re): Disallow ": " in file names
16183 (bug#14216).
16184
16185 2013-04-17 Jean-Philippe Gravel <jpgravel@gmail.com>
16186
16187 * progmodes/gdb-mi.el (gdbmi-bnf-incomplete-record-result):
16188 Fix adjustment of offset when receiving incomplete responses from GDB
16189 (bug#14129).
16190
16191 2013-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
16192
16193 * progmodes/python.el (python-mode-skeleton-abbrev-table): Rename from
16194 python-mode-abbrev-table.
16195 (python-skeleton-define): Adjust accordingly.
16196 (python-mode-abbrev-table): New table that inherits from it so that
16197 python-skeleton-autoinsert does not affect non-skeleton abbrevs.
16198
16199 * abbrev.el (abbrev--symbol): New function, extracted from abbrev-symbol.
16200 (abbrev-symbol): Use it.
16201 (abbrev--before-point): Use it since we already handle inheritance.
16202
16203 2013-04-16 Leo Liu <sdl.web@gmail.com>
16204
16205 * progmodes/octave-mod.el (octave-mode-map): Remove redundant key
16206 binding to info-lookup-symbol.
16207
16208 2013-04-16 Juanma Barranquero <lekktu@gmail.com>
16209
16210 * minibuffer.el (completion--twq-all):
16211 * term/ns-win.el (ns-initialize-window-system):
16212 * term/w32-win.el (w32-initialize-window-system): Silence byte-compiler.
16213
16214 2013-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
16215
16216 * emacs-lisp/nadvice.el (add-function): Default simple vars to their
16217 global bindings.
16218
16219 * doc-view.el (doc-view-start-process): Handle url-handler directories.
16220
16221 2013-04-15 Dmitry Gutov <dgutov@yandex.ru>
16222
16223 * progmodes/ruby-mode.el (ruby-beginning-of-defun)
16224 (ruby-end-of-defun, ruby-move-to-block): Bind `case-fold-search'
16225 to nil.
16226 (ruby-end-of-defun): Remove the unused arg, change the docstring
16227 to reflect that this function is only used as the value of
16228 `end-of-defun-function'.
16229 (ruby-beginning-of-defun): Remove "top-level" from the docstring,
16230 to reflect an earlier change that beginning/end-of-defun functions
16231 jump between methods in a class definition, as well as top-level
16232 functions.
16233
16234 2013-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
16235
16236 * minibuffer.el (minibuffer-complete): Don't just scroll
16237 a *Completions* that's been iconified.
16238 (minibuffer-force-complete): Make sure repetitions do cycle when going
16239 through completion-in-region -> minibuffer-complete.
16240
16241 2013-04-15 Alan Mackenzie <acm@muc.de>
16242
16243 Correct the placement of c-cpp-delimiters when there're #s not at
16244 col 0.
16245
16246 * progmodes/cc-langs.el (c-anchored-cpp-prefix): Reformulate and
16247 place a submatch around the #.
16248 * progmodes/cc-mode.el(c-neutralize-syntax-in-and-mark-CPP):
16249 Start a search at BOL. Put the c-cpp-delimiter category text propertiy
16250 on the #, not BOL.
16251
16252 2013-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
16253
16254 * emacs-lisp/nadvice.el: Properly test names when adding advice.
16255 (advice--member-p): New arg `name'.
16256 (advice--add-function, advice-member-p): Use it (bug#14202).
16257
16258 2013-04-15 Filipp Gunbin <fgunbin@fastmail.fm>
16259
16260 Reformulate java imenu-generic-expression.
16261 The old expression contained ill formed regexps.
16262
16263 * progmodes/cc-menus.el (cc-imenu-java-ellipsis-regexp)
16264 (cc-imenu-java-type-spec-regexp, cc-imenu-java-comment-regexp)
16265 (cc-imenu-java-method-arg-regexp): New defconsts.
16266 (cc-imenu-java-build-type-args-regex): New defun.
16267 (cc-imenu-java-generic-expression): Fix, to remove "ambiguous"
16268 handling of spaces in the regexp.
16269
16270 2013-03-15 Agustín Martín Domingo <agustin.martin@hispalinux.es>
16271
16272 * textmodes/ispell.el (ispell-command-loop): Remove
16273 flyspell highlight of a word when ispell accepts it (bug #14178).
16274
16275 2013-04-15 Michael Albinus <michael.albinus@gmx.de>
16276
16277 * net/ange-ftp.el (ange-ftp-run-real-handler-orig): New defun,
16278 uses code from the previous `ange-ftp-run-real-handler'.
16279 (ange-ftp-run-real-handler): Set it to `tramp-run-real-handler'
16280 only in case that function exist. This is needed for proper
16281 unloading of Tramp.
16282
16283 2013-04-15 Tassilo Horn <tsdh@gnu.org>
16284
16285 * textmodes/reftex-vars.el (reftex-label-regexps): New defcustom.
16286
16287 * textmodes/reftex.el (reftex-compile-variables): Use it.
16288
16289 2013-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
16290
16291 * files.el (normal-mode): Only use default major-mode if no other mode
16292 was specified.
16293
16294 * emacs-lisp/trace.el (trace-values): New function.
16295
16296 * files.el: Allow : in local variables (bug#14089).
16297 (hack-local-variable-regexp): New var.
16298 (hack-local-variables-prop-line, hack-local-variables): Use it.
16299
16300 2013-04-13 Roland Winkler <winkler@gnu.org>
16301
16302 * textmodes/bibtex.el (bibtex-search-entries): Bug fix. Use match
16303 data before it gets modified by bibtex-beginning-of-entry.
16304
16305 2013-04-13 Roland Winkler <winkler@gnu.org>
16306
16307 * textmodes/bibtex.el (bibtex-url): Doc fix.
16308
16309 2013-04-13 Roland Winkler <winkler@gnu.org>
16310
16311 * textmodes/bibtex.el (bibtex-initialize): If the current buffer
16312 does not visit a BibTeX file, exclude it from the list of buffers
16313 returned by bibtex-initialize.
16314
16315 2013-04-13 Stephen Berman <stephen.berman@gmx.net>
16316
16317 * window.el (split-window): Remove interactive form, since as a
16318 command this function is a special case of split-window-below.
16319 Correct doc string.
16320
16321 2013-04-12 Roland Winkler <winkler@gnu.org>
16322
16323 * faces.el (read-face-name): Do not override value of arg default.
16324 Allow single faces and strings as default values. Remove those
16325 elements from return value that are not faces.
16326 (describe-face): Simplify.
16327 (face-at-point): New optional args thing and multiple so that this
16328 function can provide the same functionality previously provided by
16329 read-face-name.
16330 (make-face-bold, make-face-unbold, make-face-italic)
16331 (make-face-unitalic, make-face-bold-italic, invert-face)
16332 (modify-face, read-face-and-attribute): Use face-at-point.
16333
16334 * cus-edit.el (customize-face, customize-face-other-window)
16335 * cus-theme.el (custom-theme-add-face)
16336 * face-remap.el (buffer-face-set)
16337 * facemenu.el (facemenu-set-face): Use face-at-point.
16338
16339 2013-04-12 Michael Albinus <michael.albinus@gmx.de>
16340
16341 * info.el (Info-file-list-for-emacs): Add "tramp" and "dbus".
16342
16343 2013-04-10 Tassilo Horn <tsdh@gnu.org>
16344
16345 * textmodes/reftex-cite.el (reftex-parse-bibtex-entry): Don't cut
16346 off leading { and trailing } from field values.
16347
16348 2013-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
16349
16350 * emacs-lisp/timer.el (timer--check): New function.
16351 (timer--time, timer-set-function, timer-event-handler): Use it.
16352 (timer-set-idle-time): Simplify.
16353 (timer--activate): CSE.
16354 (timer-event-handler): Give more info in error message.
16355 (internal-timer-start-idle): New function, moved from C.
16356
16357 * mpc.el (mpc-proc): Add `restart' argument.
16358 (mpc-proc-cmd): Use it.
16359 (mpc--status-timer-run): Also catch signals from `mpc-proc'.
16360 (mpc-status-buffer-show, mpc-tagbrowser-dir-toggle): Call `mpc-proc'
16361 less often.
16362
16363 2013-04-10 Masatake YAMATO <yamato@redhat.com>
16364
16365 * progmodes/sh-script.el: Implement `sh-mode' own
16366 `add-log-current-defun-function' (bug#14112).
16367 (sh-current-defun-name): New function.
16368 (sh-mode): Use the function.
16369
16370 2013-04-09 Bastien Guerry <bzg@gnu.org>
16371
16372 * simple.el (choose-completion-string): Fix docstring (bug#14163).
16373
16374 2013-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
16375
16376 * emacs-lisp/edebug.el (edebug-mode): Fix typo (bug#14144).
16377
16378 * emacs-lisp/timer.el (timer-event-handler): Don't retrigger a canceled
16379 timer (bug#14156).
16380
16381 2013-04-07 Nic Ferrier <nferrier@ferrier.me.uk>
16382
16383 * emacs-lisp/ert.el (should, should-not, should-error): Add edebug
16384 declaration.
16385
16386 2013-04-07 Leo Liu <sdl.web@gmail.com>
16387
16388 * pcmpl-x.el: New file.
16389
16390 2013-04-06 Dmitry Antipov <dmantipov@yandex.ru>
16391
16392 Do not set x-display-name until X connection is established.
16393 This is needed to prevent from weird situation described at
16394 <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00212.html>.
16395 * frame.el (make-frame): Set x-display-name after call to
16396 window system initialization function, not before.
16397 * term/x-win.el (x-initialize-window-system): Add optional
16398 display argument and use it.
16399 * term/w32-win.el (w32-initialize-window-system):
16400 * term/ns-win.el (ns-initialize-window-system):
16401 * term/pc-win.el (msdos-initialize-window-system):
16402 Add compatible optional display argument.
16403
16404 2013-04-06 Eli Zaretskii <eliz@gnu.org>
16405
16406 * files.el (normal-backup-enable-predicate): On MS-Windows and
16407 MS-DOS compare truenames of temporary-file-directory and of the
16408 file, so that 8+3 aliases (usually found in $TEMP on Windows)
16409 don't fail comparison by compare-strings. Also, compare file
16410 names case-insensitively on MS-Windows and MS-DOS.
16411
16412 2013-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
16413
16414 * emacs-lisp/package.el (package-compute-transaction): Fix last fix.
16415 Suggested by Donald Curtis <dcurtis@coe.edu> (bug#14082).
16416
16417 2013-04-05 Dmitry Gutov <dgutov@yandex.ru>
16418
16419 * whitespace.el (whitespace-color-on, whitespace-color-off):
16420 Only call `font-lock-fontify-buffer' when `font-lock-mode' is on.
16421
16422 2013-04-05 Jacek Chrząszcz <chrzaszcz@mimuw.edu.pl> (tiny change)
16423
16424 * ispell.el (ispell-set-spellchecker-params):
16425 Really set `ispell-args' for all equivs.
16426
16427 2013-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
16428
16429 * ido.el (ido-completions): Use extra elements of ido-decorations
16430 (bug#14143).
16431 (ido-decorations): Update docstring.
16432
16433 2013-04-05 Michael Albinus <michael.albinus@gmx.de>
16434
16435 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
16436 (global-auto-revert-mode): Let-bind `auto-revert-use-notify' to
16437 nil during initialization, in order not to miss changes since the
16438 file was opened. (Bug#14140)
16439
16440 2013-04-05 Leo Liu <sdl.web@gmail.com>
16441
16442 * kmacro.el (kmacro-call-macro): Fix bug#14135.
16443
16444 2013-04-05 Jay Belanger <jay.p.belanger@gmail.com>
16445
16446 * calc/calc-units.el (calc-convert-units): Rewrite conditional.
16447
16448 2013-04-04 Glenn Morris <rgm@gnu.org>
16449
16450 * electric.el (electric-pair-inhibit-predicate): Add :version.
16451
16452 2013-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
16453
16454 * emacs-lisp/package.el (package-compute-transaction): Fix ordering
16455 when a package is required several times (bug#14082).
16456
16457 2013-04-04 Roland Winkler <winkler@gnu.org>
16458
16459 * faces.el (read-face-name): Behave as promised by the docstring.
16460 Assume that arg default is a list of faces.
16461 (describe-face): Call read-face-name with list of default faces.
16462
16463 2013-04-04 Thierry Volpiatto <thierry.volpiatto@gmail.com>
16464
16465 * bookmark.el: Fix deletion of bookmarks (bug#13972).
16466 (bookmark-bmenu-list): Don't toggle filenames if alist is empty.
16467 (bookmark-bmenu-execute-deletions): Only skip first line if it's
16468 the header.
16469 (bookmark-exit-hook-internal): Save even if list is empty.
16470
16471 2013-04-04 Yann Hodique <yann.hodique@gmail.com> (tiny change)
16472
16473 * emacs-lisp/package.el (package-pinned-packages): New var.
16474 (package--add-to-archive-contents): Obey it (bug#14118).
16475
16476 2013-04-03 Alan Mackenzie <acm@muc.de>
16477
16478 Handle `parse-partial-sexp' landing inside a comment opener (Bug#13244).
16479 Also adapt to the new values of element 7 of a parse state.
16480
16481 * progmodes/cc-engine.el (c-state-pp-to-literal): New optional
16482 parameter `not-in-delimiter'. Handle being inside comment opener.
16483 (c-invalidate-state-cache-1): Reckon with an extra "invalid"
16484 character in case we're typing a '*' after a '/'.
16485 (c-literal-limits): Handle the awkward "not-in-delimiter" cond arm
16486 instead by passing the parameter to c-state-pp-to-literal.
16487
16488 * progmodes/cc-fonts.el (c-font-lock-doc-comments): New handling
16489 for elt. 7 of a parse state.
16490
16491 2013-04-01 Paul Eggert <eggert@cs.ucla.edu>
16492
16493 Use UTF-8 for most files with non-ASCII characters (Bug#13936).
16494 * international/latin1-disp.el, international/mule-util.el:
16495 * language/cyril-util.el, language/european.el, language/ind-util.el:
16496 * language/lao-util.el, language/thai.el, language/tibet-util.el:
16497 * language/tibetan.el, language/viet-util.el:
16498 Switch from iso-2022-7bit to utf-8 or (if needed) utf-8-emacs.
16499
16500 2013-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
16501
16502 * electric.el (electric-pair-inhibit-predicate): New var (bug#14000).
16503 (electric-pair-post-self-insert-function): Use it.
16504 (electric-pair-default-inhibit): New function, extracted from
16505 electric-pair-post-self-insert-function.
16506
16507 2013-03-31 Roland Winkler <winkler@gnu.org>
16508
16509 * emacs-lisp/crm.el (completing-read-multiple): Doc fix.
16510
16511 2013-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
16512
16513 * hi-lock.el (hi-lock-mode): Cleanup after revert-buffer (bug#13891).
16514
16515 2013-03-30 Fabián Ezequiel Gallina <fabian@anue.biz>
16516
16517 Un-indent after "pass" and "return" statements (Bug#13888)
16518 * progmodes/python.el (python-indent-block-enders): New var.
16519 (python-indent-calculate-indentation): Use it.
16520
16521 2013-03-30 Michael Albinus <michael.albinus@gmx.de>
16522
16523 * net/tramp.el (tramp-drop-volume-letter): Make it an ordinary
16524 defun. Defining it as defalias could introduce too eager
16525 byte-compiler optimization. (Bug#14030)
16526
16527 2013-03-30 Chong Yidong <cyd@gnu.org>
16528
16529 * iswitchb.el (iswitchb-read-buffer): Fix typo.
16530
16531 2013-03-30 Leo Liu <sdl.web@gmail.com>
16532
16533 * kmacro.el (kmacro-call-macro): Add optional arg MACRO.
16534 (kmacro-execute-from-register): Pass the keyboard macro to
16535 kmacro-call-macro or repeating won't work correctly.
16536
16537 2013-03-30 Teodor Zlatanov <tzz@lifelogs.com>
16538
16539 * progmodes/subword.el: Back to using `forward-symbol'.
16540
16541 * subr.el (forward-whitespace, forward-symbol)
16542 (forward-same-syntax): Move from thingatpt.el.
16543
16544 2013-03-29 Leo Liu <sdl.web@gmail.com>
16545
16546 * kmacro.el (kmacro-to-register): New command.
16547 (kmacro-execute-from-register): New function.
16548 (kmacro-keymap): Bind to 'x'. (Bug#14071)
16549
16550 2013-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
16551
16552 * mpc.el: Use defvar-local and setq-local.
16553 (mpc--proc-connect): Connection failures are not bugs.
16554 (mpc-mode-map): `follow-link' only applies to the buffer's content.
16555 (mpc-volume-map): Bind to the up-events.
16556
16557 2013-03-29 Teodor Zlatanov <tzz@lifelogs.com>
16558
16559 * progmodes/subword.el (superword-mode): Use `forward-sexp'
16560 instead of `forward-symbol'.
16561
16562 2013-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
16563
16564 * emacs-lisp/edebug.el (edebug-mode): Make it a minor mode.
16565 (edebug--recursive-edit): Use it.
16566 (edebug-kill-buffer): Don't let-bind kill-buffer-hook.
16567 (edebug-temp-display-freq-count): Don't let-bind buffer-read-only.
16568
16569 2013-03-28 Leo Liu <sdl.web@gmail.com>
16570
16571 * vc/vc-bzr.el (vc-bzr-revert): Don't backup. (Bug#14066)
16572
16573 2013-03-27 Eli Zaretskii <eliz@gnu.org>
16574
16575 * facemenu.el (list-colors-callback): New defvar.
16576 (list-colors-redisplay): New function.
16577 (list-colors-display): Install list-colors-redisplay as the
16578 revert-buffer-function. (Bug#14063)
16579
16580 2013-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
16581
16582 * minibuffer.el (completion-pcm--merge-completions): Make sure prefixes
16583 and suffixes don't overlap (bug#14061).
16584
16585 * case-table.el: Use lexical-binding.
16586 (case-table-get-table): New function.
16587 (get-upcase-table): Use it. Mark as obsolete. Adjust callers.
16588
16589 2013-03-27 Teodor Zlatanov <tzz@lifelogs.com>
16590
16591 * progmodes/subword.el: Add `superword-mode' to do word motion
16592 over symbol_words (parallels and leverages `subword-mode' which
16593 does word motion inside MixedCaseWords).
16594
16595 2013-03-27 Aidan Gauland <aidalgol@no8wireless.co.nz>
16596
16597 * eshell/em-unix.el: Move su and sudo to...
16598 * eshell/em-tramp.el: ...Eshell tramp module.
16599
16600 2013-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
16601
16602 * desktop.el (desktop--v2s): Rename from desktop-internal-v2s.
16603 Change return value to be a sexp. Delay `get-buffer' to after
16604 restoring the desktop (bug#13951).
16605
16606 2013-03-26 Leo Liu <sdl.web@gmail.com>
16607
16608 * register.el: Move semantic tag handling back to
16609 cedet/semantic/senator.el. (Bug#14052)
16610
16611 2013-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
16612
16613 * eshell/em-prompt.el (eshell-emit-prompt): Make sure we can't insert
16614 into the prompt either (bug#13963).
16615
16616 2013-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
16617
16618 * font-lock.el (lisp-font-lock-keywords-2): Don't highlight the "error"
16619 part of "(error-foo)".
16620
16621 2013-03-24 Juri Linkov <juri@jurta.org>
16622
16623 * replace.el (list-matching-lines-prefix-face): New defcustom.
16624 (occur-1): Pass `list-matching-lines-prefix-face' to the function
16625 `occur-engine' if `face-differs-from-default-p' returns t.
16626 (occur-engine): Add `,' inside backquote construct to evaluate
16627 `prefix-face'. Propertize the prefix with the `prefix-face' face.
16628 Pass `prefix-face' to the functions `occur-context-lines' and
16629 `occur-engine-add-prefix'.
16630 (occur-engine-add-prefix, occur-context-lines): Add optional arg
16631 `prefix-face' and propertize the prefix with `prefix-face'.
16632 (Bug#14017)
16633
16634 2013-03-24 Leo Liu <sdl.web@gmail.com>
16635
16636 * nxml/rng-valid.el (rng-validate-while-idle)
16637 (rng-validate-quick-while-idle): Guard against deleted buffer.
16638 (Bug#13999)
16639
16640 * emacs-lisp/edebug.el (edebug-mode): Make sure edebug-kill-buffer
16641 is the last entry in kill-buffer-hook.
16642
16643 * files.el (kill-buffer-hook): Doc fix.
16644
16645 2013-03-23 Dmitry Gutov <dgutov@yandex.ru>
16646
16647 * emacs-lisp/lisp-mode.el (emacs-lisp-docstring-fill-column):
16648 Make it safe-local.
16649
16650 * vc/diff-mode.el (diff-mode-shared-map): Unbind "/" (Bug#14034).
16651
16652 2013-03-23 Leo Liu <sdl.web@gmail.com>
16653
16654 * nxml/nxml-util.el (nxml-with-unmodifying-text-property-changes):
16655 Remove.
16656
16657 * nxml/rng-valid.el (rng-validate-mode)
16658 (rng-after-change-function, rng-do-some-validation):
16659 * nxml/rng-maint.el (rng-validate-buffer):
16660 * nxml/nxml-rap.el (nxml-tokenize-forward, nxml-ensure-scan-up-to-date):
16661 * nxml/nxml-outln.el (nxml-show-all, nxml-set-outline-state):
16662 * nxml/nxml-mode.el (nxml-mode, nxml-degrade, nxml-after-change)
16663 (nxml-extend-after-change-region): Use with-silent-modifications.
16664
16665 * nxml/rng-nxml.el (rng-set-state-after): Do not let-bind
16666 timer-idle-list.
16667
16668 * nxml/rng-valid.el (rng-validate-while-idle-continue-p)
16669 (rng-next-error-1, rng-previous-error-1): Do not let-bind
16670 timer-idle-list. (Bug#13999)
16671
16672 2013-03-23 Juri Linkov <juri@jurta.org>
16673
16674 * info.el (info-index-match): New face.
16675 (Info-index, Info-apropos-matches): Add a nested subgroup to the
16676 main pattern and add text properties with the new face to matches
16677 in index entries relative to the beginning of the index entry.
16678 (Bug#14015)
16679
16680 2013-03-21 Eric Ludlam <zappo@gnu.org>
16681
16682 * emacs-lisp/eieio-datadebug.el (data-debug/eieio-insert-slots):
16683 Inhibit read only while inserting objects.
16684
16685 2013-03-22 Teodor Zlatanov <tzz@lifelogs.com>
16686
16687 * progmodes/cfengine.el: Update docs to mention
16688 `cfengine-auto-mode'. Use \_> and \_< instead of \> and \< for
16689 symbol motion. Remove "_" from the word syntax.
16690
16691 2013-03-21 Teodor Zlatanov <tzz@lifelogs.com>
16692
16693 * progmodes/cfengine.el (cfengine-common-syntax): Add "_" to word
16694 syntax for both `cfengine2-mode' and `cfengine3-mode'.
16695
16696 2013-03-20 Juri Linkov <juri@jurta.org>
16697
16698 * info.el (Info-next-reference-or-link)
16699 (Info-prev-reference-or-link): New functions.
16700 (Info-next-reference, Info-prev-reference): Use them.
16701 (Info-try-follow-nearest-node): Handle footnote navigation.
16702 (Info-fontify-node): Fontify footnotes. (Bug#13989)
16703
16704 2013-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
16705
16706 * subr.el (posn-point, posn-string): Fix it here instead (bug#13979).
16707 * mouse.el (mouse-on-link-p): Undo scroll-bar fix.
16708
16709 2013-03-20 Paul Eggert <eggert@cs.ucla.edu>
16710
16711 Suppress unnecessary non-ASCII chatter during build process.
16712 * international/ja-dic-cnv.el (skkdic-collect-okuri-nasi)
16713 (batch-skkdic-convert): Suppress most of the chatter.
16714 It's not needed so much now that machines are faster,
16715 and its non-ASCII component was confusing; see Dmitry Gutov in
16716 <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00508.html>.
16717
16718 2013-03-20 Leo Liu <sdl.web@gmail.com>
16719
16720 * ido.el (ido-chop): Fix bug#10994.
16721
16722 2013-03-19 Dmitry Gutov <dgutov@yandex.ru>
16723
16724 * whitespace.el (whitespace-font-lock, whitespace-font-lock-mode):
16725 Remove vars.
16726 (whitespace-color-on, whitespace-color-off):
16727 Use `font-lock-fontify-buffer' (Bug#13817).
16728
16729 2013-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
16730
16731 * mouse.el (mouse--down-1-maybe-follows-link): Fix follow-link
16732 remapping in mode-line.
16733 (mouse-on-link-p): Also check [mode-line follow-link] bindings.
16734
16735 2013-03-19 Dmitry Gutov <dgutov@yandex.ru>
16736
16737 * whitespace.el (whitespace-color-on): Use `prepend' OVERRIDE
16738 value for `whitespace-line' face (Bug#13875).
16739 (whitespace-font-lock-keywords): Change description.
16740 (whitespace-color-on): Don't save `font-lock-keywords' value, save
16741 the constructed keywords instead.
16742 (whitespace-color-off): Use `font-lock-remove-keywords' (Bug#13817).
16743
16744 2013-03-19 Leo Liu <sdl.web@gmail.com>
16745
16746 * progmodes/compile.el (compilation-display-error): New command.
16747 (compilation-mode-map, compilation-minor-mode-map): Bind it to
16748 C-o. (Bug#13992)
16749
16750 2013-03-18 Paul Eggert <eggert@cs.ucla.edu>
16751
16752 * term/x-win.el (x-keysym-pair): Add a Fixme (Bug#13936).
16753
16754 2013-03-18 Jan Djärv <jan.h.d@swipnet.se>
16755
16756 * mouse.el (mouse-on-link-p): Check for scroll bar (Bug#13979).
16757
16758 2013-03-18 Michael Albinus <michael.albinus@gmx.de>
16759
16760 * net/tramp-compat.el (tramp-compat-user-error): New defun.
16761
16762 * net/tramp-adb.el (tramp-adb-handle-shell-command):
16763 * net/tramp-gvfs.el (top):
16764 * net/tramp.el (tramp-find-method, tramp-dissect-file-name)
16765 (tramp-handle-shell-command): Use it.
16766 (tramp-dissect-file-name): Raise an error when hostname is a
16767 method name, and neither method nor user is specified.
16768
16769 * net/trampver.el: Update release number.
16770
16771 2013-03-18 Leo Liu <sdl.web@gmail.com>
16772
16773 Make sure eldoc can be turned off properly.
16774 * emacs-lisp/eldoc.el (eldoc-schedule-timer): Conditionalize on
16775 eldoc-mode.
16776 (eldoc-display-message-p): Revert last change.
16777 (eldoc-display-message-no-interference-p)
16778 (eldoc-print-current-symbol-info): Tweak.
16779
16780 2013-03-18 Tassilo Horn <tsdh@gnu.org>
16781
16782 * doc-view.el (doc-view-new-window-function): Check the new window
16783 overlay's display property instead the char property of the
16784 buffer's first char. Use `with-selected-window' instead of
16785 `save-window-excursion' with `select-window'.
16786 (doc-view-document->bitmap): Check the current doc-view overlay's
16787 display property instead the char property of the buffer's first char.
16788
16789 2013-03-18 Paul Eggert <eggert@cs.ucla.edu>
16790
16791 Automate the build of ja-dic.el (Bug#13984).
16792 * international/ja-dic-cnv.el (skkdic-convert): Remove the annotations
16793 from the input, rather than assume that it's been done for us by the
16794 SKK script unannotate.awk. Switch ja-dic.el to UTF-8. Don't put
16795 the current date into a ja-dic.el comment, as that complicates
16796 regression testing.
16797
16798 2013-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
16799
16800 * whitespace.el: Fix double evaluation.
16801 (whitespace-space, whitespace-hspace, whitespace-tab)
16802 (whitespace-newline, whitespace-trailing, whitespace-line)
16803 (whitespace-space-before-tab, whitespace-indentation)
16804 (whitespace-empty, whitespace-space-after-tab): Turn defcustoms into
16805 obsolete defvars.
16806 (whitespace-hspace-regexp): Fix regexp for emacs-unicode.
16807 (whitespace-color-on): Use a single font-lock-add-keywords call.
16808 Fix double-evaluation of face variables.
16809
16810 2013-03-17 Michael Albinus <michael.albinus@gmx.de>
16811
16812 * net/tramp-adb.el (tramp-adb-parse-device-names):
16813 Use `start-process' instead of `call-process'. Otherwise, the
16814 function might be blocked under MS Windows. (Bug#13299)
16815
16816 2013-03-17 Leo Liu <sdl.web@gmail.com>
16817
16818 Extend eldoc to display info in the mode-line. (Bug#13978)
16819 * emacs-lisp/eldoc.el (eldoc-post-insert-mode): New minor mode.
16820 (eldoc-mode-line-string): New variable.
16821 (eldoc-minibuffer-message): New function.
16822 (eldoc-message-function): New variable.
16823 (eldoc-message): Use it.
16824 (eldoc-display-message-p)
16825 (eldoc-display-message-no-interference-p):
16826 Support eldoc-post-insert-mode.
16827
16828 * simple.el (eval-expression-minibuffer-setup-hook): New hook.
16829 (eval-expression): Run it.
16830
16831 2013-03-17 Roland Winkler <winkler@gnu.org>
16832
16833 * emacs-lisp/crm.el (completing-read-multiple): Ignore empty
16834 strings in the list of return values.
16835
16836 2013-03-17 Jay Belanger <jay.p.belanger@gmail.com>
16837
16838 * calc/calc-ext.el (math-read-number-fancy): Check for an explicit
16839 radix before checking for HMS forms.
16840
16841 2013-03-16 Leo Liu <sdl.web@gmail.com>
16842
16843 * progmodes/scheme.el: Add indentation and font-locking for λ.
16844 (Bug#13975)
16845
16846 2013-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
16847
16848 * emacs-lisp/smie.el (smie-auto-fill): Don't inf-loop if there's no
16849 token before point (bug#13942).
16850
16851 2013-03-16 Leo Liu <sdl.web@gmail.com>
16852
16853 * thingatpt.el (end-of-sexp): Fix bug#13952. Use syntax-after.
16854
16855 2013-03-16 Eli Zaretskii <eliz@gnu.org>
16856
16857 * startup.el (command-line-normalize-file-name): Fix handling of
16858 backslashes in DOS and Windows file names. Reported by Xue Fuqiao
16859 <xfq.free@gmail.com> in
16860 http://lists.gnu.org/archive/html/help-gnu-emacs/2013-03/msg00245.html.
16861
16862 2013-03-15 Michael Albinus <michael.albinus@gmx.de>
16863
16864 Sync with Tramp 2.2.7.
16865
16866 * net/trampver.el: Update release number.
16867
16868 2013-03-14 Tassilo Horn <tsdh@gnu.org>
16869
16870 * doc-view.el: Fix bug#13887.
16871 (doc-view-insert-image): Don't modify overlay associated to
16872 non-live windows, and implement horizontal centering of image in
16873 case it's smaller than the window.
16874 (doc-view-new-window-function): Force redisplay of new windows on
16875 doc-view buffers.
16876
16877 2013-03-13 Karl Fogel <kfogel@red-bean.com>
16878
16879 * saveplace.el (save-place-alist-to-file): Don't sort
16880 `save-place-alist', just pretty-print it (bug#13882).
16881
16882 2013-03-13 Michael Albinus <michael.albinus@gmx.de>
16883
16884 * net/tramp-sh.el (tramp-sh-handle-insert-directory):
16885 Check whether `default-file-name-coding-system' is bound.
16886 It isn't in XEmacs.
16887
16888 2013-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
16889
16890 * emacs-lisp/byte-run.el (defun-declarations-alist): Don't use
16891 backquotes for `obsolete' (bug#13929).
16892
16893 * international/mule.el (find-auto-coding): Include file name in
16894 obsolescence warning (bug#13922).
16895
16896 2013-03-12 Teodor Zlatanov <tzz@lifelogs.com>
16897
16898 * progmodes/cfengine.el (cfengine-parameters-indent): New variable
16899 for CFEngine 3-specific indentation.
16900 (cfengine3-indent-line): Use it. Fix up category regex.
16901 (cfengine3-font-lock-keywords): Add bundle and namespace characters.
16902
16903 2013-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
16904
16905 * type-break.el (type-break-file-name):
16906 * textmodes/remember.el (remember-data-file):
16907 * strokes.el (strokes-file):
16908 * shadowfile.el (shadow-initialize):
16909 * saveplace.el (save-place-file):
16910 * ps-bdf.el (bdf-cache-file):
16911 * progmodes/idlwave.el (idlwave-config-directory):
16912 * net/quickurl.el (quickurl-url-file):
16913 * international/kkc.el (kkc-init-file-name):
16914 * ido.el (ido-save-directory-list-file):
16915 * emulation/viper.el (viper-custom-file-name):
16916 * emulation/vip.el (vip-startup-file):
16917 * calendar/todo-mode.el (todo-file-do, todo-file-done, todo-file-top):
16918 * calendar/timeclock.el (timeclock-file): Use locate-user-emacs-file.
16919
16920 2013-03-12 Paul Eggert <eggert@cs.ucla.edu>
16921
16922 Switch encodings of tutorials, thai-word to UTF-8 (Bug#13880).
16923 * language/thai-word.el: Switch to UTF-8.
16924
16925 See ChangeLog.16 for earlier changes.
16926
16927 ;; Local Variables:
16928 ;; coding: utf-8
16929 ;; End:
16930
16931 Copyright (C) 2011-2014 Free Software Foundation, Inc.
16932
16933 This file is part of GNU Emacs.
16934
16935 GNU Emacs is free software: you can redistribute it and/or modify
16936 it under the terms of the GNU General Public License as published by
16937 the Free Software Foundation, either version 3 of the License, or
16938 (at your option) any later version.
16939
16940 GNU Emacs is distributed in the hope that it will be useful,
16941 but WITHOUT ANY WARRANTY; without even the implied warranty of
16942 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16943 GNU General Public License for more details.
16944
16945 You should have received a copy of the GNU General Public License
16946 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.