]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
aa651d385868610df2bc57e51ee70e399e249487
[gnu-emacs] / lisp / ChangeLog
1 2014-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * play/bubbles.el (bubbles--initialize, bubbles--show-scores)
4 (bubbles--game-over): Don't add `intangible' properties since they
5 didn't work anyway.
6
7 2014-06-18 Juri Linkov <juri@jurta.org>
8
9 * vc/ediff-init.el (ediff-current-diff-Ancestor)
10 (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
11 (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
12 (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
13 Add `min-colors 88' version with removed black/white foregrounds.
14 (Bug#10181)
15
16 2014-06-18 Juri Linkov <juri@jurta.org>
17
18 * vc/diff-mode.el (diff-changed): Empty face definition to use
19 `diff-removed' and `diff-added' on tty as well. (Bug#10181)
20 (diff-context): Use darker color on light background and
21 lighter color on dark background.
22
23 2014-06-18 Juri Linkov <juri@jurta.org>
24
25 * vc/diff-mode.el (diff-refine-changed): Rename from
26 `diff-refine-change' for consistency with `diff-changed'.
27 (diff-refine-change): Add obsolete face alias. (Bug#10181)
28
29 * vc/smerge-mode.el (smerge-refined-changed): Rename from
30 `smerge-refined-change'.
31 (smerge-refined-change): Add obsolete face alias.
32
33 2014-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
34
35 * rect.el (rectangle-preview): New custom.
36 (rectangle): New group.
37 (rectangle--pos-cols): Add `window' argument.
38 (rectangle--string-preview-state, rectangle--string-preview-window):
39 New vars.
40 (rectangle--string-flush-preview, rectangle--string-erase-preview)
41 (rectangle--space-to, rectangle--string-preview): New functions.
42 (string-rectangle): Use them.
43 (rectangle--inhibit-region-highlight): New var.
44 (rectangle--highlight-for-redisplay): Obey it. Make sure
45 `apply-on-region' uses the point-crutches of the right window.
46 Use :align-to rather than multiple spaces.
47
48 2014-06-16 Andrea Rossetti <andrea.rossetti@gmail.com> (tiny change)
49
50 * ruler-mode.el (ruler-mode-window-col)
51 (ruler-mode-mouse-set-left-margin)
52 (ruler-mode-mouse-set-right-margin): Fix calculation of column
53 from mouse position (Bug#17768).
54
55 2014-06-16 Ron Schnell <ronnie@driver-aces.com>
56
57 * play/dunnet.el (dun-doassign): Fix bug where UNIX variable assignment
58 without varname or rhs causes crash.
59 (dun-ftp): Fix bug where blank ftp password is allowed, making it
60 impossible to win endgame.
61 (dun-unix-verbs): Add ssh as alias to rlogin, because nobody knows what
62 rlogin is anymore.
63 (dun-help): Bump version number; update contact info.
64
65 2014-06-15 Michael Albinus <michael.albinus@gmx.de>
66
67 Sync with Tramp 2.2.10.
68
69 * net/tramp.el (tramp-methods): Tweak docstring.
70 (tramp-handle-file-accessible-directory-p): Check for
71 `file-readable-p' instead of `file-executable-p'.
72 (tramp-check-cached-permissions):
73 Use `tramp-compat-file-attributes'.
74 (tramp-call-process): Add new argument VEC. Adapt callees in all
75 tramp*.el files.
76
77 * net/tramp-adb.el (tramp-adb-handle-write-region): Improve messages.
78 (tramp-adb-maybe-open-connection): Don't set
79 `tramp-current-*' variables.
80
81 * net/tramp-cache.el (tramp-flush-file-function): Do not flush
82 file properties of temporary buffers.
83
84 * net/tramp-ftp.el (top): Remove special handling for URL syntax.
85
86 * net/tramp-gvfs.el (tramp-gvfs-methods) <sftp>: Add.
87 (tramp-gvfs-handle-delete-file): Flush file
88 properties, not directory properties.
89 (tramp-gvfs-handle-file-attributes): Use `string-to-number' when
90 reading "unix::mode".
91 (tramp-gvfs-handle-file-name-all-completions):
92 Use "-h" option for "gvfs-ls".
93 (tramp-gvfs-url-file-name): `user' and `localname' could be nil.
94 (tramp-gvfs-send-command): Simplify traces.
95
96 * net/tramp-sh.el (vc-handled-backends, vc-bzr-program)
97 (vc-git-program, vc-hg-program): Declare.
98 (tramp-methods) <sftp>: Remove. It has never worked satisfactorily.
99 (tramp-methods) <nc>: Add new method.
100 (tramp-methods) <telnet>: Redirect stderr to "/dev/null".
101 (tramp-methods) <plink, plinkx, pscp, psftp>: Improve
102 `tramp-login-args'.
103 (tramp-default-user-alist): Add "nc".
104 (top): Remove completion function for "sftp". Add completion
105 functions for "nc" and "psftp".
106 (tramp-do-copy-or-rename-file-out-of-band): Tweak docstring.
107 Implement support for "nc" method.
108 (tramp-sh-handle-expand-file-name, tramp-local-coding-commands)
109 (tramp-remote-coding-commands, tramp-call-local-coding-command):
110 Tweak docstring.
111 (tramp-sh-handle-write-region): Tweak error message.
112 (tramp-sh-handle-vc-registered): Remove backends when the remote
113 binary does not exist.
114 (tramp-find-inline-encoding): Do not raise an error.
115 (tramp-make-copy-program-file-name): Tweak docstring. Handle also
116 the "nc" case. Quote result also locally.
117
118 * net/tramp-smb.el (tramp-smb-handle-copy-directory)
119 (tramp-smb-handle-set-file-acl): Use `start-process'.
120 (tramp-smb-handle-insert-directory): Use progress reporter.
121 (tramp-smb-handle-rename-file): Flush also file properties of
122 FILENAME.
123
124 * net/trampver.el: Update release number.
125
126 2014-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
127
128 * ses.el: Miscellaneous cleanups; use lexical-binding; avoid
129 add-to-list.
130 (ses-localvars): Remove ses--local-printer-list, unused.
131 (ses--metaprogramming): New macro. Use it to defvar variables.
132 (ses-set-localvars): Simplify.
133 (ses--locprn, ses-cell): Use defstruct. Change ses-cell's
134 property-list into an alist.
135 (ses-locprn-get-compiled, ses-locprn-compiled-aset)
136 (ses-locprn-get-def, ses-locprn-def-aset, ses-locprn-get-number):
137 Remove; use defstruct accessors/setters instead.
138 (ses-cell-formula-aset, ses-cell-printer-aset)
139 (ses-cell-references-aset): Remove, use setf instead.
140 (ses--alist-get): New function.
141 (ses-cell-property): Rename from ses-cell-property-get and rewrite.
142 Use an alist instead of a plist and don't do move-to-front since the
143 list is always short.
144 (ses-cell-property-get-fun, ses-cell-property-delq-fun)
145 (ses-cell-property-set-fun, ses-cell-property-set)
146 (ses-cell-property-pop-fun, ses-cell-property-get-handle)
147 (ses-cell-property-handle-car, ses-cell-property-handle-setcar): Remove.
148 (ses--letref): New macro.
149 (ses-cell-property-pop): Rewrite.
150 (ses--cell): Rename from ses-cell and make it into a function.
151 Make `formula' fallback on `value' if nil.
152 (ses--local-printer): Rename from ses-local-printer and make it into
153 a function.
154 (ses-set-cell): Turn it into a macro so finding the accessor from the
155 field name is done at compile time.
156 (ses-repair-cell-reference-all): Test presence of `sym' rather than
157 `ref' before adding `sym' to :ses-repair-reference.
158 (ses-calculate-cell): Use ses--letref rather than
159 ses-cell-property-get-handle.
160 (ses-write-cells): Use a single prin1-to-string.
161 (ses-setter-with-undo): New function.
162 (ses-aset-with-undo, ses-set-with-undo): Rewrite using it.
163 (ses-unset-with-undo): Remove.
164 (ses-load): Prefer apply' over `eval'.
165 (ses-read-printer, ses-set-column-width): Use standard "(default
166 foo)" format.
167
168 2014-06-15 Glenn Morris <rgm@gnu.org>
169
170 * Makefile.in (leim, semantic): Use `make -C' rather than `cd && make'.
171
172 * progmodes/cc-langs.el: Require cl-lib. (Bug#17463)
173 Replace delete-duplicates and mapcan by cl- versions throughout.
174 And cl-macroexpand-all by macroexpand-all.
175 (delete-duplicates, mapcan, cl-macroexpand-all): No need to declare.
176
177 2014-06-15 Eli Zaretskii <eliz@gnu.org>
178
179 * subr.el (posn-col-row): Doc fix. (Bug#17768)
180
181 2014-06-15 Juri Linkov <juri@jurta.org>
182
183 * bindings.el: Put `ascii-character' property on keypad keys
184 mapped to characters. (Bug#17759)
185
186 2014-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
187
188 * emacs-lisp/smie.el (smie-next-sexp): Fix up "other-end" info when
189 bumping forward into a closing paren (bug#17761).
190
191 * term/xterm.el (xterm--version-handler): Work around for OSX
192 Terminal.app (bug#17607).
193
194 2014-06-14 Ron Schnell <ronnie@driver-aces.com>
195
196 * play/dunnet.el (dun-describe-room, dun-mode):
197 If a lamp is in the room, you won't be eaten by a grue.
198
199 2014-06-13 Glenn Morris <rgm@gnu.org>
200
201 * Makefile.in ($(lisp)/cus-load.el, $(lisp)/finder-inf.el)
202 (autoloads, $(lisp)/subdirs.el, compile-main, leim, semantic, compile)
203 (compile-always): GNU make automatically passes
204 command-line arguments to sub-makes.
205
206 * calendar/calendar.el (calendar-generate-window):
207 Remove pointless call to font-lock-fontify-buffer.
208
209 2014-06-13 Matthias Meulien <orontee@gmail.com>
210
211 * simple.el (completion-list-mode-map): Navigate with tab and backtab
212 (bug#17767).
213
214 2014-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
215
216 * simple.el (set-mark-command): Simplify a bit.
217
218 2014-06-12 Nicolas Richard <theonewiththeevillook@yahoo.fr>
219
220 * help.el (help--key-binding-keymap): New function.
221 (help--binding-locus): New function.
222 (describe-key): Mention the keymap in which the binding was
223 found. (bug#13948)
224
225 2014-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
226
227 * hippie-exp.el (he--all-buffers): New function.
228 (try-expand-line-all-buffers, try-expand-list-all-buffers)
229 (try-expand-dabbrev-all-buffers): Use it.
230
231 2014-06-12 Emilio C. Lopes <eclig@gmx.net>
232
233 * hippie-exp.el (try-expand-line-all-buffers)
234 (try-expand-list-all-buffers, try-expand-dabbrev-all-buffers):
235 Read hippie-expand-only-buffers and hippie-expand-ignore-buffers in the
236 original buffer, in case they're buffer-local.
237
238 2014-06-12 Vincent Belaïche <vincentb1@users.sourceforge.net>
239
240 * ses.el (ses-initial-global-parameters-re): New defconst, a
241 specific regexp is needed now that ses.el can handle both
242 file-format 2 --- ie. no local printers --- and 3 --- i.e. may have
243 local printers.
244 (ses-localvars): Add local variables needed for local printer handling.
245 (ses-set-localvars): Handle hashmap initialisation.
246 (ses-paramlines-plist): Add param-line for number of local printers.
247 (ses-paramfmt-plist): New defconst, needed for code factorization
248 between functions `ses-set-parameter' and
249 `ses-file-format-extend-paramter-list'
250 (ses-make-local-printer-info): New defsubst.
251 (ses-locprn-get-compiled, ses-locprn-compiled-aset)
252 (ses-locprn-get-def, ses-locprn-def-aset, ses-locprn-get-number)
253 (ses-cell-printer-aset): New defmacro.
254 (ses-local-printer-compile): New defun.
255 (ses-local-printer): New defmacro.
256 (ses-printer-validate, ses-call-printer): Add support for local
257 printer functions.
258 (ses-file-format-extend-paramter-list): New defun.
259 (ses-set-parameter): Use const `ses-paramfmt-plist' for code
260 factorization.
261 (ses-load): Add support for local printer functions.
262 (ses-read-printer): Update docstring and add support for local printer
263 functions.
264 (ses-refresh-local-printer, ses-define-local-printer): New defun.
265 (ses-safe-printer): Add support for local printer functions.
266
267 2014-06-12 Ivan Andrus <darthandrus@gmail.com>
268
269 * ffap.el (ffap-lax-url): New var (bug#17723).
270 (ffap-url-at-point): Use it.
271 (ffap-file-at-point): Avoid returning just "/".
272
273 2014-06-12 Matthias Meulien <orontee@gmail.com>
274
275 * progmodes/python.el (import skeleton): New skeleton (bug#17672).
276 (python-mode-map): Bind it.
277
278 * progmodes/python.el (class skeleton): Don't erase last char of class
279 name (bug#17683).
280
281 2014-06-12 Cameron Desautels <camdez@gmail.com> (tiny change)
282
283 * help.el (where-is): Use `default' arg of completing-read (bug#17705).
284
285 2014-06-12 Kevin Ryde <user42_kevin@yahoo.com.au>
286
287 * files.el (auto-mode-alist): Map .ad files to xdefaults-mode
288 (bug#17745).
289
290 2014-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
291
292 * international/mule-cmds.el: Use lexical-binding.
293 (ucs-names): Simplify.
294
295 2014-05-18 Eric Hanchrow <eric.hanchrow@gmail.com>
296
297 * progmodes/python.el (run-python): Use read-shell-command.
298
299 2014-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
300
301 * rect.el: Make it possible to move bounds past EOL or into TABs.
302 (operate-on-rectangle): Use apply-on-rectangle.
303 (rectangle--mark-crutches): New var.
304 (rectangle--pos-cols, rectangle--col-pos, rectangle--point-col)
305 (rectangle--crutches, rectangle--reset-crutches): New functions.
306 (apply-on-rectangle): Obey crutches. Avoid setq.
307 Fix missing final iteration if end is at EOB&BOL.
308 (rectangle-mark-mode-map): Add remap bindings for
309 exchange-point-and-mark and char/line movements.
310 (rectangle--*-char): New function.
311 (rectangle-exchange-point-and-mark, rectangle-right-char)
312 (rectangle-left-char, rectangle-forward-char)
313 (rectangle-backward-char, rectangle-next-line)
314 (rectangle-previous-line): New commands.
315 (rectangle--place-cursor): New function.
316 (rectangle--highlight-for-redisplay): Use it. Use apply-on-rectangle.
317
318 2014-06-08 Glenn Morris <rgm@gnu.org>
319
320 * startup.el (initial-buffer-choice): Doc fix.
321 Reset :version (adding an option does not merit a :version bump).
322
323 * bookmark.el (bookmark-load):
324 * uniquify.el (uniquify-buffer-name-style): Doc fixes.
325
326 2014-06-08 Juri Linkov <juri@jurta.org>
327
328 * desktop.el: Activate auto-saving on window configuration changes.
329 (desktop-save-mode, desktop-auto-save-timeout): Add/remove
330 `desktop-auto-save-set-timer' to/from
331 `window-configuration-change-hook'.
332 (desktop-auto-save-set-timer): Change REPEAT arg of
333 `run-with-idle-timer' from t to nil.
334 http://lists.gnu.org/archive/html/emacs-devel/2014-06/msg00147.html
335
336 2014-06-08 Santiago Payà i Miralta <santiagopim@gmail.com>
337
338 * vc/vc-hg.el (vc-hg-working-revision): Use "hg parent" and
339 vc-hg-command (bug#17570).
340
341 2014-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
342
343 * international/mule-cmds.el (ucs-names): Add special entry for BEL
344 (bug#17702).
345
346 2014-06-08 Glenn Morris <rgm@gnu.org>
347
348 * startup.el (window-setup-hook): Doc fix.
349
350 * emacs-lisp/package.el (package-check-signature)
351 (package-unsigned-archives): Doc fixes.
352
353 2014-06-08 Martin Rudalics <rudalics@gmx.at>
354
355 * window.el (display-buffer-use-some-window): Don't make window
356 used smaller than it was before (Bug#17671).
357
358 2014-06-08 Eli Zaretskii <eliz@gnu.org>
359
360 * menu-bar.el (menu-bar-open): Fix last change: use the PC
361 'redisplay' instead of '(sit-for 0)'.
362
363 2014-06-08 Michael Albinus <michael.albinus@gmx.de>
364
365 * net/tramp.el (tramp-ssh-controlmaster-options):
366 Improve search regexp. (Bug#17653)
367
368 2014-06-08 Glenn Morris <rgm@gnu.org>
369
370 * emacs-lisp/package.el (package-pinned-packages): Doc fix.
371
372 2014-06-08 Eli Zaretskii <eliz@gnu.org>
373
374 * menu-bar.el (menu-bar-open): Fix invocation via M-x.
375
376 2014-06-06 Santiago Payà i Miralta <santiagopim@gmail.com>
377
378 * vc/vc-hg.el (vc-hg-create-tag, vc-hg-retrieve-tag): New functions
379 (bug#17586).
380
381 * vc/vc-hg.el (vc-hg-log-graph): New var.
382 (vc-hg-print-log): Use it.
383 (vc-hg-root-log-format): Include branch name and bookmarks; ignore
384 graph output (bug#17515).
385
386 2014-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
387
388 * mouse.el (mouse-posn-property): Ignore buffer position info when the
389 even happened elsewhere.
390
391 2014-06-06 Mario Lang <mlang@delysid.org>
392
393 * emacs-lisp/tabulated-list.el (tabulated-list-print): Only call
394 `recenter' if `current-buffer' is equal to `window-buffer'.
395
396 2014-06-05 Leo Liu <sdl.web@gmail.com>
397
398 * emacs-lisp/cl-macs.el (cl-macrolet): Avoid excessive progn's.
399
400 2014-06-05 Michal Nazarewicz <mina86@mina86.com>
401
402 * textmodes/tildify.el (tildify-foreach-region-outside-env):
403 New function which calls a callback on portions of the buffer that are
404 outside of ignored environments.
405 (tildify-build-regexp): Remove function since it is now
406 incorporated in `tildify-foreach-region-outside-env' where it is
407 optimised and simplified by the use of `mapconcat'.
408 (tildify-tildify): Return number of substitutions made so that…
409 (tildify-count): …can be removed.
410 (tildify-find-env): Accept a new PAIRS argument which was
411 previously looked up in `tildify-ignored-environments-alist' each
412 time the function was called. With this change, the lookup is
413 performed only once in `tildify-foreach-region-outside-env'.
414 (tildify-region): Greatly simplify the function since now most of
415 the work is done by `tildify-foreach-region-outside-env'.
416 (tildify-mode-alist): Simplify slightly by avoiding if and setq
417 and instead using or.
418
419 * textmodes/tildify.el (tildify-ignored-environments-alist):
420 Optimise environments regexes
421
422 Each time beginning of an environment to ignore is found,
423 `tildify-find-env' needs to identify regexp for the ending
424 of the environment. This is done by trying all the opening
425 regexes on matched text in a loop, so to speed that up, this
426 loop should have fewer things to match, which can be done by
427 using alternatives in the opening regexes.
428
429 Coincidentally, this should make matching of the opening
430 regexp faster as well thanks to the use of `regexp-opt' and
431 having common prefix pulled from many regexes.
432
433 * textmodes/tildify.el (tildify-string-alist)
434 (tildify-ignored-environments-alist): Add `nxml-mode' to the list
435 of supported modes since `xml-mode' is no longer a thing but just
436 an alias to the former. Also include comments and insides of tags
437 in `tildify-ignored-environments-alist' for XML modes. Finally,
438 since XML does not define “&nbsp;”[1], use a numeric reference for
439 a no-break space (namely “&#160;”)
440
441 [1] XML specification defines only a handful of predefined entities.
442 The list is at <http://www.w3.org/TR/REC-xml/#sec-predefined-ent>
443 and includes only &lt;, &gt;, &amp;, &apos; and &quot; (meaning <,
444 >, &, ' and " respectively). This is in contrast to HTML and even
445 XHTML which defined a whole bunch of entities including “&nbsp;”.
446
447 * textmodes/tildify.el (tildify-pattern-alist)
448 (tildify-string-alist, tildify-ignored-environments-alist):
449 Improve defcustom's types by adding more tags explaining what each
450 value means and replace “sexp” used in
451 `tildify-ignored-environments-alist' with a full type declaration.
452
453 * textmodes/tildify.el (tildify-find-env): Fix matched group
454 indexes in end-regex building
455
456 When looking for a start of an ignore-environment, the regex is built
457 by concatenating regexes of all the environments configured in
458 `tildify-ignored-environments-alist'. So for example, the following
459 list could be used to match TeX's \verb and \verb* commands:
460
461 (("\\\\verb\\(.\\)" . (1))
462 ("\\\\verb\\*\\(.\\)" . (1)))
463
464 This would result in the following regex being used to find the start
465 of any of the variants of the \verb command:
466
467 \\\\verb\\(.\\)\\|\\\\verb\\*\\(.\\)
468
469 But now, if “\\\\verb\\*\\(.\\)” matches, the first capture group
470 won't match anything, and thus (match-string 1) will be nil, which
471 will cause building of the end-matching regex to fail.
472
473 Fix this by using capture groups from the time when the opening
474 regexes are matched individually.
475
476 * textmodes/tildify.el (tildify-find-env): Fix end-regex building
477 in `tildify-find-env'
478
479 The `tildify-ignored-environments-alist' allows the end-regex to
480 be provided not as a static string but mix of strings and indexes
481 of groups matched the begin-regex. For example, the “\verb!…!”
482 TeX-command (where “!” is an arbitrary character) is handled
483 using:
484
485 ("\\\\verb\\*?\\(.\\)" . (1))
486
487 In the same way, the following should be supported as well:
488
489 ("open-\\(.\\)" . ("end-" 1))
490
491 However the tildify-find-env function fails at
492
493 (concat result
494 (if (stringp (setq aux (car expression)))
495 expression ; BUG: expression is a list
496 (regexp-quote (match-string aux))))
497
498 where the string part is handled incorrectly.
499
500 The most trivial fix would be to replace `expression' in the
501 true-part of the if-statement with `aux', but instead, this commit
502 optimises `tildify-find-env' by changing it to use `mapconcat'
503 rather than open-coded while-loop.
504
505 2014-06-05 Mario Lang <mlang@delysid.org>
506
507 * woman.el (woman-mapcan): Remove.
508 (woman-parse-colon-path): Use cl-mapcan instead.
509
510 2014-06-03 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
511
512 * register.el: Add link to Emacs manual in Commentary.
513
514 2014-06-02 Sam Steingold <sds@gnu.org>
515
516 * menu-bar.el (lookup-key-ignore-too-long): Extract from...
517 (popup-menu): ...here.
518 (menu-bar-open): Use it to avoid an error when `lookup-key'
519 returns a number.
520
521 2014-06-02 Michael Albinus <michael.albinus@gmx.de>
522
523 * net/tramp.el (tramp-call-process): Add traces.
524 (tramp-handle-unhandled-file-name-directory): Return "/".
525
526 2014-06-02 Wilson Snyder <wsnyder@wsnyder.org>
527
528 Sync with upstream verilog-mode revision 3cd8144.
529 * progmodes/verilog-mode.el (verilog-mode-version): Bump.
530 (verilog-auto-arg-format): New option, to support newlines in AUTOARG.
531 (verilog-type-font-keywords): Add nor.
532 (verilog-batch-execute-func): Force reading of Local Variables.
533 Fix printing "no changes to be saved" with verilog-batch.
534 (verilog-auto-arg-ports): Doc fix.
535 Add verilog-auto-arg-format to support newlines in AUTOARG.
536 (verilog-auto-arg): Doc fix.
537
538 2014-06-02 Glenn Morris <rgm@gnu.org>
539
540 * emulation/crisp.el, emulation/tpu-edt.el, emulation/tpu-extras.el:
541 * emulation/tpu-mapper.el, emulation/vi.el, emulation/vip.el:
542 * emulation/ws-mode.el: Move to obsolete/.
543 * Makefile.in (AUTOGEN_VCS): Update for moved tpu-edu.el.
544
545 2014-06-02 Eli Zaretskii <eliz@gnu.org>
546
547 * simple.el (keyboard-quit): Force update of mode lines, to remove
548 the "Def" indicator, if we were defining a macro. (Bug#17615)
549
550 2014-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
551
552 * minibuffer.el (minibuffer-force-complete-and-exit):
553 Obey minibuffer-default (bug#17545).
554
555 * progmodes/js.el (js-indent-line): Don't mix columns and chars
556 (bug#17619).
557
558 * subr.el (set-transient-map): Don't wait for some "nested"
559 transient-map to finish if we're only supposed to be active for
560 the next command (bug#17642).
561
562 2014-06-02 Leo Liu <sdl.web@gmail.com>
563
564 * emacs-lisp/gv.el (window-buffer, window-display-table)
565 (window-dedicated-p, window-hscroll, window-point, window-start):
566 Fix gv-expander. (Bug#17630)
567
568 2014-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
569
570 * mouse.el (mouse-posn-property): Ignore posn-point for mode-line
571 clicks (bug#17633).
572
573 * leim/quail/latin-pre.el ("latin-2-prefix"): Use ",," rather than ", "
574 for the single comma, since ", " is *very* common in normal French text
575 (bug#17643).
576
577 2014-06-02 Glenn Morris <rgm@gnu.org>
578
579 * emacs-lisp/package.el (package-check-signature)
580 (package-unsigned-archives): Fix :version.
581
582 2014-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
583
584 * subr.el (sit-for): Don't run input-methods (bug#15614).
585
586 2014-06-02 Glenn Morris <rgm@gnu.org>
587
588 * cus-start.el: Fix some :version numbers.
589
590 2014-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
591
592 * simple.el (deactivate-mark): Set mark-active to nil even if
593 deactivation is done via setting transient-mark-mode to nil,
594 since one is buffer-local and the other is global.
595
596 * emacs-lisp/byte-opt.el (byte-optimize-binary-predicate): Don't assume
597 there can't be more than 2 arguments (bug#17584).
598
599 2014-06-02 Glenn Morris <rgm@gnu.org>
600
601 * simple.el (filter-buffer-substring-functions)
602 (filter-buffer-substring-function, buffer-substring-filters)
603 (filter-buffer-substring, buffer-substring--filter): Doc fixes.
604
605 * minibuffer.el (completion-in-region-functions, completion-in-region)
606 (completion--in-region): Doc fixes.
607
608 * abbrev.el (abbrev-expand-functions, abbrev-expand-function)
609 (expand-abbrev, abbrev--default-expand): Doc fixes.
610
611 2014-06-02 Paul Eggert <eggert@cs.ucla.edu>
612
613 Include sources used to create macuvs.h.
614 * international/README: Refer to the Unicode Terms of Use rather
615 than copying it bodily here, as that simplifies maintenance.
616
617 2014-06-01 Glenn Morris <rgm@gnu.org>
618
619 * loadup.el (load-prefer-newer): Set non-nil when dumping. (Bug#17629)
620
621 2014-05-31 Glenn Morris <rgm@gnu.org>
622
623 * files.el (locate-dominating-file): Expand file argument. (Bug#17641)
624
625 2014-05-30 Glenn Morris <rgm@gnu.org>
626
627 * loadup.el: Treat `command-line-args' more flexibly.
628
629 2014-05-30 Alan Mackenzie <acm@muc.de>
630
631 Guard (looking-at "\\s!") from XEmacs.
632 * progmodes/cc-engine.el (c-state-pp-to-literal): add guard form.
633
634 2014-05-30 Ken Olum <kdo@cosmos.phy.tufts.edu> (tiny change)
635
636 * mail/rmail.el (rmail-delete-forward, rmail-delete-backward):
637 The argument COUNT is now optional, to be more backward-compatible.
638 Doc fix. (Bug#17560)
639
640 2014-05-29 Reuben Thomas <rrt@sc3d.org>
641
642 * whitespace.el (whitespace-report-region):
643 Simplify documentation.
644 (whitespace-report-region): Allow report-if-bogus to take the
645 value `never', for non-interactive use.
646 (whitespace-report): Refer to whitespace-report-region's
647 documentation.
648
649 2014-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
650
651 * whitespace.el: Use font-lock-flush. Minimize refontifications.
652 Side benefit: it works without jit-lock.
653 (whitespace-point--used): New buffer-local var.
654 (whitespace-color-on): Initialize it and flush it. Use font-lock-flush.
655 (whitespace-color-off): Use font-lock-flush.
656 (whitespace-point--used, whitespace-point--flush-used): New functions.
657 (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
658 (whitespace-empty-at-eob-regexp): Use them.
659 (whitespace-post-command-hook): Rewrite.
660
661 * font-lock.el (font-lock-flush, font-lock-ensure): New functions.
662 (font-lock-fontify-buffer): Mark interactive-only.
663 (font-lock-multiline, font-lock-fontified, font-lock-set-defaults):
664 Make buffer-local.
665 (font-lock-specified-p): Remove redundant boundp check.
666 (font-lock-flush-function, font-lock-ensure-function): New vars.
667 (font-lock-turn-on-thing-lock): Set them.
668 (font-lock-default-fontify-buffer): Obey font-lock-dont-widen.
669 (font-lock-after-change-function): Make `old-len' optional.
670 (font-lock-set-defaults): Remove redundant `set' of font-lock-defaults.
671 Call font-lock-flush, just in case.
672 * progmodes/verilog-mode.el (verilog-preprocess): Disable workaround in
673 recent Emacsen.
674 * progmodes/vera-mode.el (vera-fontify-buffer): Declare obsolete.
675 (vera-mode-map, vera-mode-menu): Remove bindings to it.
676 * progmodes/idlw-help.el (idlwave-help-fontify): Use font-lock-ensure
677 and with-syntax-table.
678 * textmodes/conf-mode.el (conf-quote-normal):
679 * progmodes/sh-script.el (sh-set-shell):
680 * progmodes/prog-mode.el (prettify-symbols-mode):
681 * progmodes/f90.el (f90-font-lock-n):
682 * progmodes/cwarn.el (cwarn-mode):
683 * nxml/nxml-mode.el (nxml-toggle-char-ref-extra-display):
684 * progmodes/compile.el (compilation-setup, compilation--unsetup):
685 * hi-lock.el (hi-lock-mode, hi-lock-unface-buffer)
686 (hi-lock-set-pattern, hi-lock-set-file-patterns): Use font-lock-flush.
687 * mail/rmail.el (rmail-variables): Set font-lock-dont-widen instead of
688 font-lock-fontify-buffer-function and
689 font-lock-unfontify-buffer-function.
690 (rmail-unfontify-buffer-function, rmail-fontify-message):
691 Use with-silent-modifications.
692 * htmlfontify.el (hfy-force-fontification): Use jit-lock-fontify-now
693 and font-lock-ensure.
694 * bs.el (bs-show-in-buffer): Use font-lock-ensure.
695
696 2014-05-28 Thien-Thi Nguyen <ttn@gnu.org>
697
698 * emacs-lisp/package.el (package-generate-autoloads):
699 Inhibit backup files.
700
701 2014-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
702
703 * progmodes/hideshow.el (hs-hide-all): Call syntax-propertize
704 (bug#17608).
705
706 2014-05-21 Michal Nazarewicz <mina86@mina86.com>
707
708 * textmodes/tildify.el (tildify-buffer, tildify-region):
709 Add dont-ask option.
710
711 2014-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
712
713 * subr.el (zerop): Move from C. Add compiler-macro (bug#17475).
714 * emacs-lisp/byte-opt.el (byte-optimize-zerop): Remove.
715
716 * subr.el (internal--funcall-interactively): New.
717 (internal--call-interactively): Remove.
718 (called-interactively-p): Detect funcall-interactively instead of
719 call-interactively.
720 * simple.el (repeat-complex-command): Use funcall-interactively.
721 (repeat-complex-command--called-interactively-skip): Remove.
722
723 2014-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
724
725 * register.el (register-read-with-preview): Don't burp on
726 frame switches (e.g. due to the frame we just popped).
727
728 * mouse.el (mouse-set-region): Handle spurious drag events (bug#17562).
729 (mouse-drag-track): Annotate `mouse-drag-start' so we know we moved.
730
731 2014-05-26 Andreas Schwab <schwab@linux-m68k.org>
732
733 * cus-face.el (custom-face-attributes): Add :distant-foreground.
734
735 2014-05-26 Martin Rudalics <rudalics@gmx.at>
736
737 * window.el (window--dump-frame): Remove interactive specification.
738
739 2014-05-26 Glenn Morris <rgm@gnu.org>
740
741 * hippie-exp.el (he-line-search-regexp):
742 Handle comint-prompt-regexp containing subgroups. (Bug#17529)
743
744 2014-05-26 Stephen Berman <stephen.berman@gmx.net>
745
746 * calendar/todo-mode.el: Remove dependence on auto-mode-alist,
747 to avoid errors when trying to create or visit a file foo.todo
748 located outside to todo-directory, and to allow having such files
749 without them being tied to Todo mode (bug#17482).
750 (todo-show, todo-move-category, todo-merge-category, todo-find-archive)
751 (todo-archive-done-item, todo-find-filtered-items-file)
752 (todo-filter-items, todo-find-item, todo-diary-goto-entry)
753 (todo-category-completions, todo-read-category): When visiting a
754 Todo file, make sure we're in the right mode and the buffer local
755 variables are set.
756 (todo-make-categories-list, todo-reset-nondiary-marker)
757 (todo-reset-done-string, todo-reset-comment-string):
758 After processing all Todo files, kill the buffers of those files that
759 weren't being visited before the processing.
760 (todo-display-as-todo-file, todo-add-to-buffer-list)
761 (todo-visit-files-commands): Comment out.
762 (todo-modes-set-3, todo-mode): Comment out additions to find-file-hook.
763 (auto-mode-alist): Remove add-to-list calls making Todo file
764 extensions unrestrictedly tied to Todo modes.
765
766 2014-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
767
768 * emacs-lisp/nadvice.el (advice--member-p): Change second arg.
769 (advice-function-member-p): Tell it to check both names and functions
770 (bug#17531).
771 (advice--add-function): Adjust call accordingly.
772
773 2014-05-26 Stephen Berman <stephen.berman@gmx.net>
774
775 * calendar/todo-mode.el: Miscellaneous bug fixes.
776 (todo-delete-file): When deleting an archive but not its todo
777 file, make sure to update the todo file's category sexp.
778 (todo-move-category): Keep the moved category's name unless the
779 file moved to already has a category with that name. If the
780 numerically last category of the source file was moved, make the
781 first category current to avoid selecting a nonexisting category.
782 (todo-merge-category): Fix implementation to make merging to a
783 category in another file work as documented. Eliminate now
784 insufficient and unnecessary renaming of archive category, correct
785 document string accordingly, and clarify it. If the numerically
786 last category of the source file was merged, make the first
787 category current to avoid selecting a nonexisting category.
788 (todo-archive-done-item): When there are marked items and point
789 happens to be on an unmarked item, ignore the latter. Don't leave
790 point below last item after archiving marked items.
791 (todo-unarchive-items): Fix logic to ensure unarchiving an item
792 from an archive with only one category deletes the archive only
793 when the category is empty after unarchiving. Make sure the todo
794 file's category sexp is updated.
795 (todo-read-file-name): Allow an existing file name even when it is
796 not required (todo-move-category needs this to work as documented).
797 (todo-add-file): Call todo-validate-name to reject the name of an
798 existing todo file (needed due to fix in todo-read-file-name).
799 (todo-reset-nondiary-marker): Also reset in filtered items files.
800 (todo-reset-done-string, todo-reset-comment-string): Also reset in
801 regexp filtered items files.
802 (todo-reset-highlight-item): Also reset in filtered items files.
803 Fix incorrect variable reference in document string.
804
805 2014-05-26 Glenn Morris <rgm@gnu.org>
806
807 * window.el (window--dump-frame): Avoid error in --without-x builds.
808
809 2014-05-26 Glenn Morris <rgm@gnu.org>
810
811 * nxml/nxml-mode.el (xml-mode): Only define this alias once.
812
813 2014-05-26 Eli Zaretskii <eliz@gnu.org>
814
815 * frame.el (set-frame-font): Doc fix.
816
817 * menu-bar.el (menu-set-font): Doc fix. (Bug#17532)
818
819 2014-05-26 Dmitry Gutov <dgutov@yandex.ru>
820
821 * emacs-lisp/package.el (package--download-one-archive):
822 Use `write-region' instead of `save-buffer' to avoid running various
823 hooks. (Bug#17155)
824 (describe-package-1): Same. Insert newline at the end of the
825 buffer if appropriate.
826
827 2014-05-26 Juri Linkov <juri@jurta.org>
828
829 * avoid.el (mouse-avoidance-set-mouse-position): Don't raise frame.
830 (mouse-avoidance-ignore-p): Remove `switch-frame', add `focus-out'.
831 Add more modifiers: meta, control, shift, hyper, super, alt.
832 (Bug#17439)
833
834 * avoid.el (mouse-avoidance-banish-position): Fix defcustom :options
835 to allow changing its value with `set-variable'.
836
837 2014-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
838
839 * progmodes/scheme.el (scheme-mode-syntax-table): Remove hack for
840 #; comments.
841 (scheme-syntax-propertize, scheme-syntax-propertize-sexp-comment):
842 New functions.
843 (scheme-mode-variables): Set syntax-propertize-function instead of
844 font-lock-syntactic-face-function.
845 (scheme-font-lock-syntactic-face-function): Delete.
846
847 * emacs-lisp/lisp.el (end-of-defun): Ensure we move (bug#17274).
848
849 * emacs-lisp/timer.el (timer-event-handler): Don't run if canceled
850 (bug#17392).
851
852 2014-05-26 Michael Albinus <michael.albinus@gmx.de>
853
854 * net/tramp-sh.el (tramp-find-inline-encoding): Do not match "%%t"
855 for a temporary file name.
856
857 2014-05-26 Eli Zaretskii <eliz@gnu.org>
858
859 * simple.el (line-move-ignore-invisible): Doc fix. (Bug#17511)
860
861 2014-05-26 Michael Albinus <michael.albinus@gmx.de>
862
863 * net/dbus.el (dbus-init-bus, dbus-call-method)
864 (dbus-call-method-asynchronously, dbus-send-signal)
865 (dbus-method-return-internal, dbus-method-error-internal):
866 Check, whether Emacs has been compiled with D-Bus support. (Bug#17508)
867
868 2014-05-26 Nicolas Richard <theonewiththeevillook@yahoo.fr>
869
870 * emacs-lisp/eieio-opt.el (eieio-help-class): Correctly deal with
871 methods which do not have a doc string. (Bug#17490)
872
873 2014-05-25 Tassilo Horn <tsdh@gnu.org>
874
875 * textmodes/reftex-ref.el (reftex-format-special): Make it work
876 also for AMS Math's \eqref macro.
877
878 2014-05-25 Thien-Thi Nguyen <ttn@gnu.org>
879
880 Arrange to never byte-compile the generated -pkg.el file.
881
882 * emacs-lisp/package.el (package-generate-description-file):
883 Output first-line comment to set buffer-local var `no-byte-compile'.
884 Suggested by Dmitry Gutov:
885 <http://lists.gnu.org/archive/html/emacs-devel/2014-05/msg00401.html>.
886
887 2014-05-25 Thien-Thi Nguyen <ttn@gnu.org>
888
889 Fix bug: Properly quote args to generated -pkg.el `define-package'.
890
891 * emacs-lisp/package.el (package-generate-description-file):
892 Inline `package--alist-to-plist'; rewrite to selectively
893 quote alist values that are not self-quoting.
894 (package--alist-to-plist): Delete func.
895
896 2014-05-25 Andreas Schwab <schwab@linux-m68k.org>
897
898 * term/xterm.el (xterm-function-map): Add mapping for shifted
899 keypad keys.
900
901 2014-05-24 Daniel Colascione <dancol@dancol.org>
902
903 * progmodes/subword.el (subword-find-word-boundary): Move point to
904 correct spot before search. (Bug#17580)
905
906 * emacs-lisp/nadvice.el (defun): Write in eval-and-compile to avoid
907 breaking the build.
908
909 2014-05-24 Leo Liu <sdl.web@gmail.com>
910
911 * calc/calc.el (math-bignum): Handle most-negative-fixnum. (Bug#17556)
912
913 2014-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
914
915 * minibuffer.el (completion--sreverse): Remove.
916 (completion--common-suffix): Use `reverse' instead.
917 * emacs-lisp/regexp-opt.el (regexp-opt-group): Use `reverse' on strings.
918
919 2014-05-22 Glenn Morris <rgm@gnu.org>
920
921 * shell.el (shell-mode) <shell-dirstack-query>: Bypass bash aliases.
922
923 2014-05-21 Daniel Colascione <dancol@dancol.org>
924
925 * files.el (interpreter-mode-alist): Add mksh.
926
927 * progmodes/sh-script.el (sh-ancestor-alist): Add mksh, a pdksh
928 derivative.
929 (sh-alias-alist): Alias /system/bin/sh (Android's system shell) to
930 mksh. Improve custom spec; allow regular expressions.
931 (sh-shell): Delegate name splitting to `sh-canonicalize-shell'.
932 (sh-after-hack-local-variables): New function.
933 (sh-mode): Use it; respect file-local `sh-shell' variable. (bug#17333)
934 (sh-set-shell): Use `sh-canonicalize-shell' instead of open-coding
935 the normalization.
936 (sh-canonicalize-shell): Rewrite to support regexes.
937
938 2014-05-21 Leo Liu <sdl.web@gmail.com>
939
940 * emacs-lisp/cl-lib.el (cl-endp): Fix last change.
941
942 2014-05-19 Leo Liu <sdl.web@gmail.com>
943
944 * emacs-lisp/cl-lib.el (cl-endp): Conform to CL's semantics.
945
946 2014-05-18 Glenn Morris <rgm@gnu.org>
947
948 * loadup.el:
949 * play/gametree.el: `track-mouse' is always defined since 2012-11-24.
950
951 2014-05-14 Sam Steingold <sds@gnu.org>
952
953 * progmodes/python.el (python-shell-get-or-create-process):
954 Do not bind `current-prefix-arg' so that C-c C-z does not talk
955 back unless requested.
956
957 2014-05-14 Glenn Morris <rgm@gnu.org>
958
959 * subr.el (with-file-modes): New macro.
960 * printing.el (pr-save-file-modes): Make obsolete.
961 * eshell/esh-util.el (eshell-with-file-modes): Make obsolete.
962 * emacs-lisp/lisp-mode.el (lisp-el-font-lock-keywords-2):
963 Add with-file-modes.
964 * doc-view.el (doc-view-make-safe-dir):
965 * epg.el (epg--start):
966 * files.el (locate-user-emacs-file, make-temp-file)
967 (backup-buffer-copy, move-file-to-trash):
968 * printing.el (pr-despool-print, pr-call-process, pr-text2ps):
969 * eshell/esh-util.el (eshell-with-private-file-modes)
970 (eshell-make-private-directory):
971 * net/browse-url.el (browse-url-mosaic):
972 * obsolete/mailpost.el (post-mail-send-it):
973 * obsolete/pgg-pgp.el (pgg-pgp-verify-region):
974 * obsolete/pgg-pgp5.el (pgg-pgp5-verify-region):
975 Use with-file-modes.
976
977 * vc/emerge.el (emerge-make-temp-file): Simplify.
978
979 2014-05-14 Stephen Berman <stephen.berman@gmx.net>
980 Stefan Monnier <monnier@iro.umontreal.ca>
981
982 * minibuffer.el (completion-pcm--merge-try): Merge trailing / with
983 suffix (bug#15419).
984
985 2014-05-14 Glenn Morris <rgm@gnu.org>
986
987 * vc/emerge.el (emerge-temp-file-prefix):
988 Make pointless option obsolete.
989 (emerge-temp-file-mode): Make non-functional option obsolete.
990
991 2014-05-14 Michael Albinus <michael.albinus@gmx.de>
992
993 * net/browse-url.el (browse-url):
994 Use `unhandled-file-name-directory' when setting `default-directory',
995 in order to circumvent stalled remote connections. (Bug#17425)
996
997 2014-05-14 Glenn Morris <rgm@gnu.org>
998
999 * printing.el (subst-char-in-string, make-temp-file, pr-get-symbol):
1000 Optimize on Emacs, which has the relevant functions for ages.
1001
1002 2014-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
1003
1004 * simple.el (undo-make-selective-list): Obey undo-no-redo.
1005
1006 2014-05-12 Sam Steingold <sds@gnu.org>
1007
1008 * calendar/time-date.el (seconds-to-string): New function to
1009 pretty print time delay in seconds.
1010
1011 2014-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
1012
1013 * mpc.el (mpc-format): Trim Date to the year.
1014 (mpc-songs-hashcons): Shorten the Date field.
1015
1016 * emacs-lisp/nadvice.el (advice--interactive-form): Don't get fooled
1017 into autoloading just because of a silly indirection.
1018
1019 2014-05-12 Santiago Payà i Miralta <santiagopim@gmail.com>
1020
1021 * vc/vc-hg.el (vc-hg-unregister): New function. (Bug#17454)
1022
1023 2014-05-12 Glenn Morris <rgm@gnu.org>
1024
1025 * emacs-lisp/find-gc.el: Move to ../admin.
1026
1027 * printing.el (pr-version):
1028 * ps-print.el (ps-print-version): Also mention bug-gnu-emacs.
1029
1030 * net/browse-url.el (browse-url-mosaic):
1031 Create /tmp/Mosaic.PID as a private file.
1032
1033 2014-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
1034
1035 * emacs-lisp/nadvice.el: Support adding a given function multiple times.
1036 (advice--member-p): If name is given, only compare the name.
1037 (advice--remove-function): Don't stop at the first match.
1038 (advice--normalize-place): New function.
1039 (add-function, remove-function): Use it.
1040 (advice--add-function): Pass the name, if any, to
1041 advice--remove-function.
1042
1043 2014-05-12 Philipp Rumpf <prumpf@gmail.com> (tiny change)
1044
1045 * electric.el (electric-indent-post-self-insert-function): Don't use
1046 `pos' after modifying the buffer (bug#17449).
1047
1048 2014-05-12 Stephen Berman <stephen.berman@gmx.net>
1049
1050 * calendar/todo-mode.el (todo-insert-item-from-calendar):
1051 Correct argument list to conform to todo-insert-item--basic.
1052
1053 2014-05-12 Glenn Morris <rgm@gnu.org>
1054
1055 * files.el (cd-absolute): Test if directory is accessible
1056 rather than executable. (Bug#17330)
1057
1058 * progmodes/compile.el (recompile):
1059 Handle C-u M-x recompile from a non-compilation buffer. (Bug#17444)
1060
1061 * net/browse-url.el (browse-url-mosaic):
1062 Be careful when writing /tmp/Mosaic.PID. (Bug#17428)
1063 This is CVE-2014-3423.
1064
1065 2014-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
1066
1067 * mouse.el: Use the normal toplevel loop while dragging.
1068 (mouse-set-point): Handle multi-clicks.
1069 (mouse-set-region): Handle multi-clicks for drags.
1070 (mouse-drag-region): Update call accordingly.
1071 (mouse-drag-track): Remove `do-mouse-drag-region-post-process' hack.
1072 Use the normal event loop instead of a local while/read-event loop.
1073 (global-map): Remove redundant bindings for double/triple-mouse-1.
1074 * xt-mouse.el (xterm-mouse-translate-1): Only process one event at a time.
1075 Generate synthetic down events when the protocol only sends up events.
1076 (xterm-mouse-last): Remove.
1077 (xterm-mouse--read-event-sequence-1000): Use xterm-mouse-last-down
1078 terminal parameter instead.
1079 (xterm-mouse--set-click-count): New function.
1080 (xterm-mouse-event): Detect/generate double/triple clicks.
1081 * reveal.el (reveal-close-old-overlays): Don't close while dragging.
1082
1083 * info.el (Info-quoted): New face.
1084 (Info-mode-font-lock-keywords): New var.
1085 (Info-mode): Use it.
1086
1087 * emacs-lisp/lisp-mode.el (preceding-sexp): Exclude leading "," which
1088 are a hindrance for C-x C-e.
1089
1090 2014-05-11 Leo Liu <sdl.web@gmail.com>
1091
1092 * net/rcirc.el (rcirc-sentinel): Fix last change.
1093
1094 2014-05-08 Sam Steingold <sds@gnu.org>
1095
1096 * net/rcirc.el (rcirc-reconnect-delay): New user option.
1097 (rcirc-sentinel): Auto-reconnect to the server if
1098 `rcirc-reconnect-delay' is non-0 (but not more often than its
1099 value in case the host is off-line).
1100
1101 2014-05-09 Eli Zaretskii <eliz@gnu.org>
1102
1103 * progmodes/grep.el (lgrep): Fix a typo in last commit.
1104
1105 2014-05-09 Glenn Morris <rgm@gnu.org>
1106
1107 * files.el (file-expand-wildcards):
1108 * man.el (Man-support-local-filenames):
1109 * printing.el (pr-i-directory, pr-interface-directory):
1110 * progmodes/grep.el (lgrep, rgrep):
1111 * textmodes/ispell.el (ispell-call-process)
1112 (ispell-call-process-region, ispell-start-process)
1113 (ispell-init-process): Use file-accessible-directory-p.
1114
1115 2014-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
1116
1117 * xt-mouse.el: Drop spurious/oddly shaped events (bug#17378).
1118 (xterm-mouse--read-event-sequence-1000): Return nil if something
1119 looks fishy.
1120 (xterm-mouse-event): Propagate it.
1121 (xterm-mouse-translate-1): Handle it.
1122
1123 2014-05-08 Stephen Berman <stephen.berman@gmx.net>
1124
1125 * calendar/todo-mode.el (todo-insert-item--apply-args): When all
1126 four slots of the parameter list are filled, make sure to pass it
1127 to the argument list of todo-insert-item--basic.
1128
1129 2014-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
1130
1131 * emacs-lisp/package.el (package-compute-transaction): Topological sort.
1132 Add optional `seen' argument to detect and break infinite loops.
1133
1134 2014-05-08 Eli Zaretskii <eliz@gnu.org>
1135
1136 * emacs-lisp/find-gc.el (find-gc-unsafe, find-unsafe-funcs)
1137 (trace-unsafe, trace-use-tree): Make parentheses style be
1138 according to Emacs style.
1139
1140 2014-05-08 Michael Albinus <michael.albinus@gmx.de>
1141
1142 * net/tramp-sh.el (tramp-remote-process-environment):
1143 Remove HISTFILE and HISTSIZE; it's too late to set them here.
1144 Add :version entry.
1145 (tramp-open-shell): Do not let-bind `tramp-end-of-output'.
1146 Add "HISTSIZE=/dev/null" to the shell's env arguments. Do not send
1147 extra "PSx=..." commands.
1148 (tramp-maybe-open-connection): Setenv HISTFILE to /dev/null.
1149 (Bug#17295)
1150
1151 (tramp-uudecode): Replace the hard-coded temporary file name by a
1152 format specifier.
1153 (tramp-remote-coding-commands): Enhance docstring.
1154 (tramp-find-inline-encoding): Replace "%t" by a temporary file
1155 name. (Bug#17415)
1156 This is CVE-2014-3424.
1157
1158 2014-05-08 Glenn Morris <rgm@gnu.org>
1159
1160 * emacs-lisp/find-gc.el (find-gc-source-directory): Give it a value.
1161 (find-gc-source-files): Update some names.
1162 (trace-call-tree): Simplify and update.
1163 Avoid predictable temp-file names. (http://bugs.debian.org/747100)
1164 This is CVE-2014-3422.
1165
1166 2014-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
1167
1168 * minibuffer.el (completion--try-word-completion): Revert fix for
1169 Bug#15980 (bug#17375).
1170
1171 * xt-mouse.el (xterm-mouse--read-event-sequence-1000): (bug#17378)
1172 Always store button numbers in the same way in xterm-mouse-last;
1173 Don't burp is xterm-mouse-last is not set as expected.
1174 Never return negative indices.
1175
1176 2014-05-08 Dmitry Gutov <dgutov@yandex.ru>
1177
1178 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
1179 Backtrack one char if the global/char-literal var matcher hits
1180 inside a string. The next char could be the beginning of an
1181 expression expansion.
1182
1183 2014-05-08 Glenn Morris <rgm@gnu.org>
1184
1185 * help-fns.el (describe-function-1): Test for an autoload before a
1186 macro, since `macrop' works on autoloads. (Bug#17410)
1187
1188 2014-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
1189
1190 * electric.el (electric-indent-functions-without-reindent): Add yaml.
1191
1192 * minibuffer.el (completion-table-with-quoting) <completion--unquote>:
1193 Make sure the new point we return is within the new string (bug#17239).
1194
1195 2014-05-05 Daniel Colascione <dancol@dancol.org>
1196
1197 * progmodes/compile.el (compilation-error-regexp-alist-alist):
1198 Port `gnu' pattern to rx.
1199
1200 2014-05-05 Jarek Czekalski <jarekczek@poczta.onet.pl>
1201
1202 Remove unneeded prompt when closing a buffer with active
1203 emacsclient ("Buffer ... still has clients"), #16548.
1204 * server.el (server-start): Remove the only call to:
1205 (server-kill-buffer-query-function): Remove.
1206
1207 2014-05-04 Leo Liu <sdl.web@gmail.com>
1208
1209 * calendar/diary-lib.el (calendar-chinese-month-name-array):
1210 Defvar to pacify compiler.
1211
1212 2014-05-04 Eli Zaretskii <eliz@gnu.org>
1213
1214 * mail/rmailsum.el (rmail-new-summary-1): Fix a typo in a comment.
1215
1216 2014-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
1217
1218 * vc/ediff-diff.el (ediff-set-fine-diff-properties-in-one-buffer):
1219 Use nil rather than `default' for the "default" appearance (bug#17388).
1220 * vc/ediff-util.el (ediff-inferior-compare-regions)
1221 (ediff-toggle-autorefine, ediff-unselect-difference): Don't use
1222 a misleading `default' value when it's really a boolean.
1223 * vc/ediff-init.el (ediff-set-overlay-face): Don't set help-echo if the
1224 overlay is not visible.
1225
1226 2014-05-04 Stephen Berman <stephen.berman@gmx.net>
1227
1228 * calendar/todo-mode.el (todo-edit-file): Use display-warning.
1229 (todo-menu): Uncomment and update.
1230
1231 2014-05-04 Stephen Berman <stephen.berman@gmx.net>
1232
1233 * calendar/todo-mode.el: Reimplement item editing to have the same
1234 basic user interface as item insertion, and make small UI and
1235 larger internal improvements to the latter.
1236 (todo-insert-item): Add reference to the Todo mode user manual to
1237 the documentation string.
1238 (todo-insert-item--basic): Rename from todo-basic-insert-item and
1239 adjust all callers. Change signature to combine diary and
1240 nonmarking arguments. Incorporate functionality of deleted item
1241 copying command and add error checking. Remove detailed
1242 descriptions of the arguments from the documentation string, since
1243 this is treated in the Todo mode user manual.
1244 (todo-copy-item, todo-edit-multiline-item)
1245 (todo-edit-done-item-comment, todo-edit-item-header)
1246 (todo-edit-item-time, todo-edit-item-date-from-calendar)
1247 (todo-edit-item-date-to-today, todo-edit-item-date-day-name)
1248 (todo-edit-item-date-year, todo-edit-item-date-month)
1249 (todo-edit-item-date-day, todo-edit-item-diary-nonmarking):
1250 Remove.
1251 (todo-edit-item): Reimplement as wrapper command for
1252 todo-edit-item--next-key and make it distinguish done and not done
1253 todo items.
1254 (todo-edit-item--text): New function, replacing old command
1255 todo-edit-item and incorporating deleted commands
1256 todo-edit-multiline-item and todo-edit-done-item-comment.
1257 (todo-edit-item--header): Rename from todo-basic-edit-item-header.
1258 Use only numeric value of prefix argument. Remove detailed
1259 descriptions of the arguments from the documentation string, since
1260 this is treated in the Todo mode user manual.
1261 (todo-edit-item--diary-inclusion): New function, replacing old
1262 command todo-edit-item-diary-inclusion and incorporating and fixing
1263 functionality of deleted command todo-edit-item-diary-nonmarking,
1264 making sure to remove todo-nondiary-marker when adding
1265 diary-nonmarking-symbol.
1266 (todo-edit-category-diary-inclusion): Make sure to delete
1267 diary-nonmarking-symbol when adding todo-nondiary-marker.
1268 (todo-edit-category-diary-nonmarking): Fix indentation.
1269 (todo-insert-item--parameters): Group diary and nonmarking
1270 parameters together.
1271 (todo-insert-item--apply-args): Adjust to signature of
1272 todo-insert-item--basic and incorporate copy parameter.
1273 Make small code improvements.
1274 (todo-insert-item--next-param): Improve prompt and adjust it to
1275 new parameter grouping. Remove obsolete code.
1276 (todo-edit-item--param-key-alist)
1277 (todo-edit-item--date-param-key-alist)
1278 (todo-edit-done-item--param-key-alist): New defconsts.
1279 (todo-edit-item--prompt): New variable.
1280 (todo-edit-item--next-key): New function.
1281 (todo-key-bindings-t): Bind "e" to todo-edit-item.
1282 Remove bindings of deleted commands.
1283
1284 2014-05-04 Leo Liu <sdl.web@gmail.com>
1285
1286 * emacs-lisp/cl-macs.el (cl-deftype): Fix indentation.
1287
1288 2014-05-04 Glenn Morris <rgm@gnu.org>
1289
1290 * allout-widgets.el (allout-widgets-tally)
1291 (allout-decorate-item-guides):
1292 * menu-bar.el (menu-bar-positive-p):
1293 * minibuffer.el (completion-pcm-complete-word-inserts-delimiters):
1294 * progmodes/gdb-mi.el (gdbmi-same-start, gdbmi-is-number):
1295 * progmodes/js.el (js--inside-param-list-p)
1296 (js--inside-dojo-class-list-p, js--forward-destructuring-spec):
1297 * progmodes/prolog.el (region-exists-p):
1298 * progmodes/verilog-mode.el (verilog-scan-cache-ok-p):
1299 * textmodes/reftex-parse.el (reftex-using-biblatex-p):
1300 Doc fixes (replace `iff').
1301
1302 2014-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
1303
1304 * mpc.el (mpc-volume-mouse-set): Don't burp at the boundaries.
1305
1306 2014-05-04 Leo Liu <sdl.web@gmail.com>
1307
1308 Support Chinese diary entries in calendar and diary. (Bug#17393)
1309 * calendar/cal-china.el (calendar-chinese-month-name-array): New var.
1310 (calendar-chinese-from-absolute-for-diary)
1311 (calendar-chinese-to-absolute-for-diary)
1312 (calendar-chinese-mark-date-pattern, diary-chinese-mark-entries)
1313 (diary-chinese-list-entries): New functions to list and mark
1314 Chinese diary entries in the calendar window.
1315 (diary-chinese-anniversary)
1316 (diary-chinese-insert-anniversary-entry)
1317 (diary-chinese-insert-entry, diary-chinese-insert-monthly-entry)
1318 (diary-chinese-insert-yearly-entry): New commands to insert
1319 Chinese diary entries.
1320
1321 * calendar/diary-lib.el (diary-font-lock-keywords):
1322 Support font-locking Chinese dates.
1323
1324 * calendar/cal-menu.el (cal-menu-diary-menu): Add entries for
1325 inserting Chinese diary entries.
1326
1327 * calendar/calendar.el (diary-chinese-entry-symbol):
1328 New customizable variable.
1329 (calendar-mode-map): Add bindings for inserting Chinese diary
1330 entries.
1331
1332 2014-05-03 Juri Linkov <juri@jurta.org>
1333
1334 * dired.el (dired-check-switches, dired-switches-recursive-p):
1335 New functions. (Bug#17218)
1336 (dired-switches-escape-p, dired-move-to-end-of-filename):
1337 Use `dired-check-switches'.
1338 (dired-insert-old-subdirs, dired-build-subdir-alist)
1339 (dired-sort-R-check): Use `dired-switches-recursive-p'.
1340
1341 2014-05-01 Barry O'Reilly <gundaetiapo@gmail.com>
1342
1343 * simple.el (undo-make-selective-list): New algorithm fixes
1344 incorrectness of position adjustments when undoing in region.
1345 (Bug#17235)
1346 (undo-elt-crosses-region): Make obsolete.
1347 (undo-adjust-elt, undo-adjust-beg-end, undo-adjust-pos):
1348 New functions to adjust positions using undo-deltas.
1349
1350 2014-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
1351
1352 * emacs-lisp/lisp-mode.el (lisp--match-hidden-arg): Only highlight past
1353 the last consecutive closing paren (bug#17345).
1354
1355 2014-04-30 Reuben Thomas <rrt@sc3d.org>
1356
1357 * dired.el (dired-mode): make terminology for eXpunge command
1358 consistent. (Bug#17276)
1359
1360 2014-04-30 Eli Zaretskii <eliz@gnu.org>
1361
1362 * dired.el (dired-initial-position-hook, dired-initial-position):
1363 Doc string fixes.
1364
1365 2014-04-30 Glenn Morris <rgm@gnu.org>
1366
1367 * mail/rmail.el (rmail-quit): Handle killed summaries. (Bug#17283)
1368
1369 2014-04-30 Matthias Dahl <matthias.dahl@binary-island.eu>
1370
1371 * faces.el (face-spec-recalc): Apply X resources only after the
1372 defface spec has been applied. Thus, X resources are no longer
1373 overriden by the defface spec which also fixes issues on win32 where
1374 the toolbar coloring was wrong because it is set through X resources
1375 and was (wrongfully) overriden. (Bug#16694)
1376
1377 2014-04-30 Stefan Monnier <monnier@iro.umontreal.ca>
1378
1379 * textmodes/rst.el (electric-pair-pairs): Declare.
1380 (rst-mode): Set it (bug#17131).
1381
1382 2014-04-30 Juri Linkov <juri@jurta.org>
1383
1384 * desktop.el (desktop-value-to-string): Let-bind `print-length'
1385 and `print-level' to nil. (Bug#17351)
1386
1387 2014-04-30 Nicolas Richard <theonewiththeevillook@yahoo.fr>
1388
1389 * battery.el (battery-update): Handle the case where battery
1390 status is "N/A" (bug#17319).
1391
1392 2014-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
1393
1394 * progmodes/ps-mode.el: Use SMIE. Move string and comment recognition
1395 to syntax-propertize.
1396 (ps-mode-auto-indent): Mark as obsolete.
1397 (ps-mode-font-lock-keywords-1): Remove string-or-comment handling.
1398 (ps-mode-font-lock-keywords-3): Use symbol regexp operators instead of
1399 word regexp operators.
1400 (ps-mode-map): Move initialization into declaration. Remove binding
1401 for TAB, RET, >, ], and }.
1402 (ps-mode-syntax-table): Move initialization into declaration.
1403 Don't give word syntax to non-word chars.
1404 (ps-run-mode-map): Move initialization into declaration.
1405 (ps-mode-menu-main): Remove auto-indent entry.
1406 (ps-mode-smie-rules): New function.
1407 (ps-mode): Setup smie, syntax-propertize, and electric-indent-mode.
1408 (ps-mode-looking-at-nested, ps-mode-match-string-or-comment): Remove.
1409 (ps-mode--string-syntax-table): New const.
1410 (ps-mode--syntax-propertize-special, ps-mode-syntax-propertize):
1411 New functions.
1412 (ps-mode-newline, ps-mode-tabkey, ps-mode-r-brace, ps-mode-r-angle)
1413 (ps-mode-r-gt, ps-mode-r-balance): Remove functions.
1414
1415 2014-04-27 Daniel Colascione <dancol@dancol.org>
1416
1417 * term/xterm.el (xterm-paste): Use large finite timeout when
1418 reading event to avoid putting keys in this-command-keys.
1419
1420 2014-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
1421
1422 * progmodes/perl-mode.el (perl--syntax-exp-intro-regexp): New var.
1423 (perl-syntax-propertize-function): Use it. Extend handling of
1424 here-docs to the unquoted case.
1425
1426 2014-04-25 Eli Zaretskii <eliz@gnu.org>
1427
1428 * tooltip.el (tooltip-show-help-non-mode, tooltip-show-help):
1429 Use equal-including-properties to compare help-echo strings (bug#17331).
1430
1431 2014-04-25 Leo Liu <sdl.web@gmail.com>
1432
1433 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
1434 Fix syntax for @. (Bug#17325)
1435
1436 2014-04-25 Daniel Colascione <dancol@dancol.org>
1437
1438 * emacs-lisp/cl.el (gv): Require gv early to break eager
1439 macro-expansion cycles.
1440
1441 2014-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
1442
1443 * simple.el (region-active-p): Check there's a mark (bug#17324).
1444
1445 * simple.el (completion-list-mode-map): Use choose-completion for the
1446 mouse binding as well (bug#17302).
1447 (completion-list-mode, completion-setup-function): Adjust docstring and
1448 echo area message accordingly.
1449 * progmodes/idlwave.el (idlwave-choose-completion): Adjust to new
1450 calling convention of choose-completion.
1451 * comint.el (comint-dynamic-list-completions):
1452 * term.el (term-dynamic-list-completions): Accept choose-completion.
1453
1454 * progmodes/perl-mode.el (perl-syntax-propertize-function): Slash after
1455 &, |, +, - and * can't be a division (bug#17317).
1456
1457 * term/xterm.el (xterm--version-handler): Don't use modern xterm
1458 features on gnome-terminal (bug#16988).
1459
1460 2014-04-25 Thien-Thi Nguyen <ttn@gnu.org>
1461
1462 Improve Scheme font-locking for (define ((foo ...) ...) ...).
1463
1464 * progmodes/scheme.el (scheme-font-lock-keywords-1): To find
1465 the declared object, ignore zero or more parens, not zero or one.
1466
1467 2014-04-24 Leo Liu <sdl.web@gmail.com>
1468
1469 * progmodes/xscheme.el (xscheme-expressions-ring)
1470 (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
1471 (xscheme-control-g-disabled-p, xscheme-process-filter-state)
1472 (xscheme-allow-output-p, xscheme-prompt)
1473 (xscheme-string-accumulator, xscheme-mode-string): Use defvar-local.
1474
1475 * progmodes/scheme.el (would-be-symbol, next-sexp-as-string):
1476 Comment out unused functions.
1477
1478 2014-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
1479
1480 * info.el: Use lexical-binding and cl-lib.
1481 Use defvar-local and setq-local instead of make-local-variable.
1482 (Info-apropos-matches): Avoid add-to-list.
1483 (Info-edit-mode-map): Fix obsolescence call to Info-edit-map.
1484
1485 2014-04-24 Daniel Colascione <dancol@dancol.org>
1486
1487 * progmodes/sh-script.el (sh-builtins): Add coproc to list of bash builtins.
1488
1489 2014-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
1490
1491 * emacs-lisp/cl-macs.el (cl--loop-let): Fix last merge.
1492
1493 2014-04-22 Michael Heerdegen <michael_heerdegen@web.de>
1494
1495 * dired.el (dired-insert-set-properties): Do not consider
1496 subdirectory headings and empty lines to be information that
1497 `dired-hide-details-mode' should hide. (Bug#17228)
1498
1499 2014-04-22 Michael Albinus <michael.albinus@gmx.de>
1500
1501 * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
1502 Remove test messages.
1503 (tramp-do-copy-or-rename-file-out-of-band): Do not quote `source'
1504 and `target' twice.
1505
1506 2014-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
1507
1508 * dframe.el (dframe-get-focus): Remove `hook' argument (bug#17311).
1509 * speedbar.el (speedbar-get-focus): Run the "hook" afterwards instead.
1510
1511 * emacs-lisp/cl-macs.el (cl--loop-let): Avoid `nil' as var name.
1512
1513 2014-04-22 Michael Albinus <michael.albinus@gmx.de>
1514
1515 * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
1516 Set "IFS=" when using read builtin, in order to preserve spaces in
1517 the file name. Add test messages for hunting a bug on hydra.
1518 (tramp-get-ls-command): Undo using "-b" argument. It doesn't help.
1519
1520 2014-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
1521
1522 * progmodes/prog-mode.el (prettify-symbols--compose-symbol):
1523 Don't prettify a word within a symbol.
1524
1525 2014-04-22 Michael Albinus <michael.albinus@gmx.de>
1526
1527 * net/tramp-sh.el (tramp-get-ls-command): Use "-b" argument if
1528 possible.
1529
1530 2014-04-22 Daniel Colascione <dancol@dancol.org>
1531
1532 * emacs-lisp/byte-run.el (function-put): Unbreak build: don't
1533 use defun to define `function-put'.
1534
1535 2014-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
1536
1537 * emacs-lisp/lisp-mode.el (lisp--match-hidden-arg): New function.
1538 (lisp-el-font-lock-keywords-2, lisp-cl-font-lock-keywords-2): Use it.
1539 (lisp-mode-variables): Set font-lock-extra-managed-props.
1540
1541 * emacs-lisp/byte-run.el (function-put): New function.
1542 (defun-declarations-alist): Use it. Add `pure' and `side-effect-free'.
1543 * emacs-lisp/cl-macs.el (cl-defstruct, cl-struct-sequence-type)
1544 (cl-struct-slot-info, cl-struct-slot-offset, cl-struct-slot-value):
1545 Use them.
1546
1547 2014-04-22 Daniel Colascione <dancol@dancol.org>
1548
1549 * emacs-lisp/macroexp.el (internal-macroexpand-for-load):
1550 Add `full-p' parameter; when nil, call `macroexpand' instead of
1551 `macroexpand-all'.
1552
1553 * emacs-lisp/byte-run.el (eval-when-compile, eval-and-compile):
1554 Improve docstrings.
1555
1556 * emacs-lisp/bytecomp.el (byte-compile-initial-macro-environment):
1557 Use lambda function values, not quoted lambdas.
1558 (byte-compile-recurse-toplevel): Remove extraneous &optional.
1559
1560 * emacs-lisp/cl-macs.el
1561 (cl-struct-sequence-type, cl-struct-slot-info): Declare pure.
1562 (cl-struct-slot-value): Conditionally use aref or nth so that the
1563 compiler produces optimal code.
1564
1565 2014-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
1566
1567 * emacs-lisp/cl-macs.el (cl-struct-slot-offset): Mark as pure.
1568 (inline): Don't inline cl--set-elt.
1569 (cl-struct-slot-value): Remove explicit gv-setter and compiler-macro.
1570 Define as inlinable instead.
1571 (cl-struct-set-slot-value): Remove.
1572
1573 * emacs-lisp/cl-lib.el (cl--set-elt): Remove.
1574 * emacs-lisp/cl-seq.el (cl-replace, cl-substitute, cl-nsubstitute):
1575 Use setf instead.
1576
1577 2014-04-21 Daniel Colascione <dancol@dancol.org>
1578
1579 * emacs-lisp/cl-macs.el (cl--const-expr-val): We didn't need the
1580 last two parameters after all.
1581 (cl--expr-contains,cl--compiler-macro-typep,cl--compiler-macro-member)
1582 (cl--compiler-macro-assoc,cl-struct-slot-value)
1583 (cl-struct-set-slot-value): Stop using them.
1584
1585 (2014-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
1586
1587 * image-mode.el (image-mode-window-put): Don't assume there's a `t'
1588 entry in image-mode-winprops-alist.
1589
1590 2014-04-21 Daniel Colascione <dancol@dancol.org>
1591
1592 * emacs-lisp/bytecomp.el (byte-compile-recurse-toplevel): New function.
1593 (byte-compile-recurse-toplevel, byte-compile-initial-macro-environment)
1594 (byte-compile-toplevel-file-form): Use it.
1595
1596 * emacs-lisp/cl-macs.el:
1597 (cl--loop-let): Properly destructure `while' clauses.
1598
1599 2014-04-20 Daniel Colascione <dancol@dancol.org>
1600
1601 * vc/vc.el (vc-root-dir): New public autoloaded function for
1602 generically finding the current VC root.
1603 * vc/vc-hooks.el (vc-not-supported): New error.
1604 (vc-call-backend): Signal `vc-not-supported' instead of generic error.
1605
1606 2014-04-20 Daniel Colascione <dancol@dancol.org>
1607
1608 * emacs-lisp/cl-macs.el (cl-the): Make `cl-the' assert its type
1609 argument.
1610 (cl--const-expr-val): cl--const-expr-val should macroexpand its
1611 argument in case we're inside a symbol-macrolet.
1612 (cl--do-arglist, cl--compiler-macro-typep)
1613 (cl--compiler-macro-member, cl--compiler-macro-assoc): Pass macro
1614 environment to `cl--const-expr-val'.
1615 (cl-struct-sequence-type,cl-struct-slot-info)
1616 (cl-struct-slot-offset, cl-struct-slot-value)
1617 (cl-struct-set-slot-value): New functions.
1618
1619 2014-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
1620
1621 * progmodes/sh-script.el (sh-smie--sh-keyword-p): Handle variable
1622 assignments such as "case=hello" (bug#17297).
1623
1624 2014-04-18 Michael Albinus <michael.albinus@gmx.de>
1625
1626 * net/tramp.el (tramp-run-real-handler, tramp-file-name-handler):
1627 Do not autoload.
1628 (tramp-file-name-handler, tramp-completion-file-name-handler):
1629 Revert patch from 2014-04-10, it isn't necessary anymore.
1630 (tramp-autoload-file-name-handler)
1631 (tramp-register-autoload-file-name-handlers): New defuns.
1632 (top): Autoload call of `tramp-register-autoload-file-name-handlers'.
1633 (tramp-register-file-name-handlers): Remove also
1634 `tramp-autoload-file-name-handler' from `file-name-handler-list'.
1635 Do not autoload its invocation, but eval it after loading of 'tramp.
1636
1637 * net/tramp-adb.el (tramp-unload-hook): Unload `tramp-adb'.
1638
1639 * net/tramp-compat.el (tramp-unload-hook): Unload `tramp-loaddefs'.
1640
1641 2014-04-17 Daniel Colascione <dancol@dancol.org>
1642
1643 Add support for bracketed paste mode; add infrastructure for
1644 managing terminal mode enabling and disabling automatically.
1645
1646 * xt-mouse.el:
1647 (xterm-mouse-mode): Simplify.
1648 (xterm-mouse-tracking-enable-sequence)
1649 (xterm-mouse-tracking-disable-sequence): New constants.
1650 (turn-on-xterm-mouse-tracking-on-terminal)
1651 (turn-off-xterm-mouse-tracking-on-terminal):
1652 Use tty-mode-set-strings and tty-mode-reset-strings terminal
1653 parameters instead of random hooks.
1654 (turn-on-xterm-mouse-tracking)
1655 (turn-off-xterm-mouse-tracking): Delete.
1656
1657 * term/xterm.el (xterm-extra-capabilities): Fix bitrotted comment.
1658 (xterm-paste-ending-sequence): New constant.
1659 (xterm-paste): New command used for bracketed paste support.
1660
1661 (xterm-modify-other-keys-terminal-list): Delete obsolete variable.
1662 (terminal-init-xterm-bracketed-paste-mode): New function.
1663 (terminal-init-xterm): Call it.
1664 (terminal-init-xterm-modify-other-keys): Use tty-mode-set-strings
1665 and tty-mode-reset-strings instead of random hooks.
1666 (xterm-turn-on-modify-other-keys)
1667 (xterm-turn-off-modify-other-keys)
1668 (xterm-remove-modify-other-keys): Delete obsolete functions.
1669
1670 * term/screen.el: Rewrite to just use the xterm code.
1671 Add copyright notice. Mention tmux.
1672
1673 2014-04-17 Ian D <dunni@gnu.org> (tiny change)
1674
1675 * image-mode.el (image-mode-window-put): Also update the property of
1676 the "default window".
1677 * doc-view.el (doc-view-new-window-function): If no window
1678 exists, move to the last known page.
1679
1680 2014-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
1681
1682 * progmodes/perl-mode.el (perl-calculate-indent): Don't auto-indent in
1683 here-documents (bug#17262).
1684
1685 2014-04-16 Eli Zaretskii <eliz@gnu.org>
1686
1687 * term/pc-win.el (x-list-fonts, x-get-selection-value):
1688 Provide doc strings, as required by snarf-documentation.
1689
1690 2014-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
1691
1692 * ps-def.el (ps-generate-postscript-with-faces1): Use the new `sorted'
1693 arg of overlays-at. Use `invisible-p'.
1694
1695 * obsolete/lucid.el (extent-at):
1696 * htmlfontify.el (hfy-overlay-props-at): Use the new `sorted' arg of
1697 overlays-at.
1698 (hfy-fontify-buffer): Remove unused var `orig-ovls'.
1699
1700 2014-04-16 João Távora <joaotavora@gmail.com>
1701
1702 * net/shr.el (shr-expand-url): Use `expand-file-name' for relative
1703 links. (Bug#17217).
1704
1705 2014-04-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1706
1707 * vc/ediff-diff.el (ediff-set-fine-diff-properties-in-one-buffer):
1708 Use mapc to loop over a vector. (Bug#17257).
1709
1710 2014-04-16 Michael Albinus <michael.albinus@gmx.de>
1711
1712 * net/tramp-sh.el (tramp-sh-handle-file-truename): Revert previous
1713 patch, there are new problems with file names containing spaces.
1714 Get rid of backticks. (Bug#17238)
1715
1716 2014-04-16 João Távora <joaotavora@gmail.com>
1717
1718 * elec-pair.el (electric-pair--syntax-ppss): Simplify and fix
1719 possible bug.
1720
1721 2014-04-16 Eli Zaretskii <eliz@gnu.org>
1722
1723 * frame.el (blink-cursor-blinks, blink-cursor-blinks-done): Doc fixes.
1724 (blink-cursor-mode): Mention customization variables and the
1725 effect of 'blink-cursor-blinks'.
1726
1727 2014-04-16 Barry O'Reilly <gundaetiapo@gmail.com>
1728
1729 * simple.el (undo): Prevent insertion of identity mapping into
1730 undo-equiv-table so as undo-only does not inf loop in the presence
1731 of consecutive nils in undo list.
1732
1733 2014-04-16 Matthias Dahl <matthias.dahl@binary-island.eu>
1734
1735 * faces.el (make-face): Deprecate optional argument as it is no
1736 longer needed/used since the conditional X resources handling
1737 has been pushed down to make-face-x-resource-internal itself.
1738 (make-empty-face): Don't pass optional argument to make-face.
1739
1740 2014-04-16 Karl Fogel <kfogel@red-bean.com>
1741
1742 * savehist.el (savehist-save): Remove workaround for a read-passwd
1743 bug that was fixed before 24.3. Thanks to Juanma Barranquero for
1744 noticing that the shim was still present.
1745
1746 2014-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
1747
1748 * doc-view.el (doc-view-set-doc-type): Ignore file name case; add .pps.
1749
1750 2014-04-14 Juanma Barranquero <lekktu@gmail.com>
1751
1752 * faces.el (face-set-after-frame-default): Remove unused local variable.
1753
1754 2014-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
1755
1756 * progmodes/grep.el: Use lexical-binding.
1757 (grep-expand-template): Pass explicit lexical env to `eval'.
1758 (zrgrep): Let-bind grep-find-template explicitly.
1759
1760 * emacs-lisp/cl-lib.el (current-case-table): Remove setter.
1761 * leim/quail/sisheng.el (sisheng-list): Use with-case-table.
1762
1763 2014-04-12 Eli Zaretskii <eliz@gnu.org>
1764
1765 * international/characters.el <standard-case-table>: Add entries
1766 for letters from the Coptic block u+2C80-u+2CFF. (Bug#17243)
1767 Set category of Coptic characters be 'g' (Greek).
1768
1769 2014-04-12 Leo Liu <sdl.web@gmail.com>
1770
1771 * progmodes/octave.el (completion-table-with-cache):
1772 Define if not available.
1773 (octave-goto-function-definition, octave-sync-function-file-names)
1774 (octave-find-definition-default-filename):
1775 Backquote upattern for compatibility.
1776
1777 2014-04-12 Michael Albinus <michael.albinus@gmx.de>
1778
1779 * net/tramp-sh.el (tramp-sh-handle-file-truename): Quote the file
1780 name twice due to backticks. (Bug#17238)
1781
1782 2014-04-12 Glenn Morris <rgm@gnu.org>
1783
1784 * term/w32-win.el (x-win-suspend-error):
1785 * term/x-win.el (x-win-suspend-error): Sync docs.
1786
1787 2014-04-12 Matthias Dahl <matthias.dahl@binary-island.eu>
1788
1789 * faces.el (make-face): Remove deprecated optional argument.
1790 The conditional application of X resources is handled directly by
1791 make-face-x-resource-internal since Emacs 24.4.
1792 (make-empty-face): Don't pass optional argument to make-face.
1793
1794 2014-04-11 Glenn Morris <rgm@gnu.org>
1795
1796 * Makefile.in (EMACSDATA, EMACSDOC, EMACSPATH): Unexport. (Bug#16429)
1797
1798 2014-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
1799
1800 Ediff's overlay priorities cause more trouble than they solve.
1801 * vc/ediff-init.el (ediff-shadow-overlay-priority): Remove variable.
1802 (ediff-highest-priority): Remove function (bug#17234).
1803 * vc/ediff-util.el (ediff-highlight-diff-in-one-buffer):
1804 * vc/ediff-diff.el (ediff-set-diff-overlays-in-one-buffer)
1805 (ediff-set-fine-diff-properties-in-one-buffer): Don't mess with
1806 overlay priorities.
1807
1808 2014-04-11 Feng Li <fengli@gmail.com> (tiny change)
1809
1810 * progmodes/pascal.el (pascal-font-lock-keywords): Fix incorrect format
1811 entry; use symbol boundaries to avoid mis-matches.
1812
1813 2014-04-11 Michael Albinus <michael.albinus@gmx.de>
1814
1815 * net/tramp.el (tramp-file-name-handler)
1816 (tramp-completion-file-name-handler): Avoid recursive loading.
1817
1818 * net/tramp-sh.el (tramp-make-copy-program-file-name):
1819 Quote result also locally.
1820
1821 2014-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
1822
1823 * emulation/cua-base.el (<toplevel>, cua--pre-command-handler-1):
1824 Remove left-over code.
1825
1826 * newcomment.el (comment-indent-new-line): Sink code where it's used.
1827 Reuse the previous comment's indentation unconditionally if it's on its
1828 own line.
1829
1830 2014-04-09 Daniel Colascione <dancol@dancol.org>
1831
1832 * emacs-lisp/lisp.el (backward-up-list): Add `escape-strings',
1833 `no-syntax-crossing' arguments. Forward to `up-list'.
1834 (up-list): Add `escape-strings', `no-syntax-crossing' arguments.
1835 Implement logic for escaping from strings. Use narrowing to deal
1836 with corner cases.
1837
1838 2014-04-09 Leo Liu <sdl.web@gmail.com>
1839
1840 * net/rcirc.el (rcirc-connection-info): New variable.
1841 (rcirc-connect): Use it to store connection info.
1842 (rcirc-buffer-process): Avoid get-buffer-process which returns nil
1843 for killed process.
1844 (rcirc-cmd-reconnect): New command. (Bug#17045)
1845 (rcirc-mode, set-rcirc-encode-coding-system)
1846 (set-rcirc-decode-coding-system, rcirc-connect): Use setq-local.
1847
1848 2014-04-09 Daniel Colascione <dancol@dancol.org>
1849
1850 * emacs-lisp/cl-indent.el: Add comment claiming
1851 facility is also good for elisp.
1852 (lisp-indent-find-method): New function.
1853 (common-lisp-indent-function): Recognize cl-loop.
1854 (common-lisp-indent-function-1): Recognize cl constructs; use
1855 `lisp-indent-find-method' instead of `get' directly.
1856 (if): Use else-body style for elisp.
1857
1858 2014-04-09 Dmitry Gutov <dgutov@yandex.ru>
1859
1860 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Highlight more
1861 Module methods. (Bug#17216)
1862
1863 2014-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
1864
1865 * help.el (describe-bindings): Fix buffer handling (bug#17210).
1866 (describe-bindings-internal): Mark obsolete.
1867
1868 2014-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
1869
1870 * subr.el (with-silent-modifications): Don't bind deactivate-mark,
1871 buffer-file-name, and buffer-file-truename any more.
1872
1873 2014-04-08 Leo Liu <sdl.web@gmail.com>
1874
1875 Use lexical-binding and require cl-lib.
1876 * net/rcirc.el (rcirc, rcirc-handler-ctcp-KEEPALIVE)
1877 (rcirc-handler-generic, rcirc-fill-paragraph)
1878 (rcirc-format-response-string, rcirc-target-buffer)
1879 (rcirc-last-line, rcirc-record-activity, rcirc-split-activity)
1880 (rcirc-activity-string, rcirc-make-trees, rcirc-cmd-ctcp)
1881 (rcirc-ctcp-sender-PING, rcirc-browse-url)
1882 (rcirc-markup-timestamp, rcirc-markup-attributes)
1883 (rcirc-markup-my-nick, rcirc-markup-urls)
1884 (rcirc-markup-bright-nicks, rcirc-markup-fill)
1885 (rcirc-check-auth-status, rcirc-handler-WALLOPS)
1886 (rcirc-handler-JOIN, rcirc-handler-PART-or-KICK)
1887 (rcirc-handler-PART, rcirc-handler-KICK, rcirc-handler-QUIT)
1888 (rcirc-handler-NICK, rcirc-handler-PING, rcirc-handler-PONG)
1889 (rcirc-handler-TOPIC, rcirc-handler-301, rcirc-handler-317)
1890 (rcirc-handler-332, rcirc-handler-333, rcirc-handler-477)
1891 (rcirc-handler-MODE, rcirc-handler-353, rcirc-handler-366)
1892 (rcirc-authenticate, rcirc-handler-INVITE, rcirc-handler-ERROR)
1893 (rcirc-handler-ctcp-VERSION, rcirc-handler-ctcp-TIME)
1894 (rcirc-handler-CTCP-response): Fix unused arguments warnings and
1895 use cl-lib.
1896
1897 2014-04-07 João Távora <joaotavora@gmail.com>
1898
1899 * elec-pair.el (electric-pair--syntax-ppss):
1900 When inside comments parse from comment beginning.
1901 (electric-pair--balance-info): Fix typo in comment.
1902 (electric-pair--in-unterminated-string-p): Delete.
1903 (electric-pair--unbalanced-strings-p): New function.
1904 (electric-pair-string-bound-function): New var.
1905 (electric-pair-inhibit-if-helps-balance): Decide quote pairing
1906 according to `electric-pair--in-unterminated-string-p'
1907
1908 * elec-pair.el (electric-pair-inhibit-if-helps-balance):
1909 Inhibit quote pairing if point-max is inside an unterminated string.
1910 (electric-pair--looking-at-unterminated-string-p): Delete.
1911 (electric-pair--in-unterminated-string-p): New function.
1912
1913 2014-04-07 Glenn Morris <rgm@gnu.org>
1914
1915 * shell.el (shell-directory-tracker):
1916 Go back to just ignoring failures. (Bug#17159)
1917
1918 2014-04-07 João Távora <joaotavora@gmail.com>
1919
1920 Fix `electric-pair-delete-adjacent-pairs' in modes binding
1921 backspace. (bug#16981)
1922 * elec-pair.el (electric-pair-backward-delete-char): Delete.
1923 (electric-pair-backward-delete-char-untabify): Delete.
1924 (electric-pair-mode-map): Bind backspace to a menu item filtering
1925 a new `electric-pair-delete-pair' command.
1926 (electric-pair-delete-pair): New command.
1927
1928 * progmodes/python.el (python-electric-pair-string-delimiter):
1929 Fix triple-quoting electricity. (Bug#17192)
1930
1931 * elec-pair.el (electric-pair-post-self-insert-function):
1932 Don't skip whitespace when `electric-pair-text-pairs' and
1933 `electric-pair-pairs' were used. syntax to
1934 electric-pair--skip-whitespace. (Bug#17183)
1935
1936 2014-04-07 Eli Zaretskii <eliz@gnu.org>
1937
1938 * leim/quail/ipa.el (ipa-x-sampa): Fix the character produced for
1939 "<F>". (Bug#17199)
1940
1941 2014-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
1942
1943 * mpc.el (mpc--status-timer-run): Disable timer if not displayed.
1944 (mpc--status-idle-timer-run): Use mpc--status-timer-run.
1945
1946 2014-04-07 Glenn Morris <rgm@gnu.org>
1947
1948 * help.el (view-lossage): Doc tweak.
1949
1950 2014-04-07 Matthias Dahl <ml_emacs-lists@binary-island.eu>
1951
1952 * faces.el (face-spec-recalc): Call make-face-x-resource-internal
1953 only when inhibit-x-resources is nil, and do that earlier in the
1954 function. Doc fix. (Bug#16694)
1955 (face-spec-choose): Accept additional optional argument, whose
1956 value is returned if no matching attributes are found.
1957 (face-spec-recalc): Use the new optional argument when calling
1958 face-spec-choose. (Bug#16378)
1959 (make-face-x-resource-internal): Do nothing when
1960 inhibit-x-resources is non-nil. Don't touch the default face if
1961 reversed video is given--as was done in previous versions of Emacs.
1962 (face-set-after-frame-default): Don't call
1963 make-face-x-resource-internal here. (Bug#16434)
1964
1965 2014-04-07 Tassilo Horn <tsdh@gnu.org>
1966
1967 * doc-view.el (doc-view-bookmark-jump):
1968 Use `bookmark-after-jump-hook' to jump to the right page after the
1969 buffer is shown in a window. (bug#16090)
1970
1971 2014-04-07 Eli Zaretskii <eliz@gnu.org>
1972
1973 * international/characters.el (mirroring): Fix last change:
1974 instead of loading uni-mirrored.el explicitly, do that implicitly
1975 by creating the 'mirroring' uniprop table. This avoids announcing
1976 the loading of uni-mirrored.el.
1977
1978 2014-04-07 Glenn Morris <rgm@gnu.org>
1979
1980 * files.el (buffer-stale--default-function)
1981 (buffer-stale-function, revert-buffer--default):
1982 * autorevert.el (auto-revert-buffers): Doc tweaks.
1983
1984 2014-04-07 Eli Zaretskii <eliz@gnu.org>
1985
1986 * international/characters.el: Preload uni-mirrored.el. (Bug#17169)
1987
1988 2014-04-07 Glenn Morris <rgm@gnu.org>
1989
1990 * files.el (make-backup-file-name-function)
1991 (make-backup-file-name, make-backup-file-name--default-function)
1992 (make-backup-file-name-1, find-backup-file-name)
1993 (revert-buffer-function, revert-buffer-insert-file-contents-function)
1994 (buffer-stale--default-function, buffer-stale-function)
1995 (before-revert-hook, after-revert-hook, revert-buffer-in-progress-p)
1996 (revert-buffer, revert-buffer--default)
1997 (revert-buffer-insert-file-contents--default-function):
1998 Doc fixes related to defaults no longer being nil.
1999 (make-backup-file-name-function): Bump :version.
2000 Restore nil as a valid but deprecated custom type.
2001
2002 2014-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
2003
2004 * progmodes/perl-mode.el (perl-syntax-propertize-function):
2005 Handle $' used as a variable (bug#17174).
2006
2007 * progmodes/perl-mode.el (perl-indent-new-calculate):
2008 Handle forward-sexp failure (bug#16985).
2009 (perl-syntax-propertize-function): Add "foreach" and "for" statement
2010 modifiers introducing expressions (bug#17116).
2011
2012 2014-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
2013
2014 * dired-aux.el (dired-file-set-difference): Use lexical-scoping.
2015
2016 2014-04-05 Leo Liu <sdl.web@gmail.com>
2017
2018 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
2019 Add define-compilation-mode.
2020
2021 2014-04-04 João Távora <joaotavora@gmail.com>
2022
2023 * elec-pair.el (electric-pair--syntax-ppss): When inside comments
2024 parse from comment beginning.
2025 (electric-pair--balance-info): Fix typo in comment.
2026 (electric-pair--in-unterminated-string-p): Delete.
2027 (electric-pair--unbalanced-strings-p): New function.
2028 (electric-pair-string-bound-function): New var.
2029 (electric-pair-inhibit-if-helps-balance): Decide quote pairing
2030 according to `electric-pair--in-unterminated-string-p'.
2031
2032 2014-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
2033
2034 * textmodes/reftex-parse.el (reftex--index-tags): Rename `index-tags'.
2035 Move declaration before first use.
2036 (reftex-move-to-next-arg): Silence compiler warning.
2037
2038 2014-04-04 Joost Kremers <joostkremers@fastmail.fm> (tiny change)
2039
2040 * textmodes/reftex-toc.el (reftex-toc, reftex-re-enlarge):
2041 Use `window-total-width' instead of `window-width'.
2042
2043 2014-04-03 Daniel Colascione <dancol@dancol.org>
2044
2045 * subr.el (set-transient-map): Remove rms's workaround entirely;
2046 use new `suspicious-object' subr to mark our lambda for closer
2047 scrutiny during gc.
2048
2049 2014-04-02 Richard Stallman <rms@gnu.org>
2050
2051 * subr.el (set-transient-map): Comment out previous change.
2052
2053 2014-04-02 Glenn Morris <rgm@gnu.org>
2054
2055 * menu-bar.el (menu-bar-file-menu):
2056 * vc/ediff.el (ediff-current-file):
2057 Update for revert-buffer-function no longer being nil by default.
2058
2059 * simple.el (command-execute): Respect nil disabled-command-function.
2060
2061 2014-04-02 Nicolas Richard <theonewiththeevillook@yahoo.fr>
2062
2063 * simple.el (command-execute): Do not execute the command when it
2064 is disabled; fixes thinko in 2013-02-20 conversion from C. (Bug#17151)
2065
2066 2014-04-02 Juri Linkov <juri@jurta.org>
2067
2068 * dired-aux.el (dired-compress-file): Don't use string-match-p
2069 because its match data is used afterwards.
2070
2071 2014-04-02 Stefan Monnier <monnier@iro.umontreal.ca>
2072
2073 * emacs-lisp/package.el (package-built-in-p): Treat a min-version of
2074 0 like nil.
2075
2076 2014-04-02 João Távora <joaotavora@gmail.com>
2077
2078 * elec-pair.el (electric-pair-inhibit-if-helps-balance):
2079 Inhibit quote pairing if point-max is inside an unterminated string.
2080 (electric-pair--looking-at-unterminated-string-p):
2081 Delete.
2082 (electric-pair--in-unterminated-string-p): New function.
2083
2084 2014-04-01 Daniel Colascione <dancol@dancol.org>
2085
2086 * minibuffer.el (minibuffer-complete): Prevent assertion failure
2087 when trying to complete the prompt.
2088
2089 2014-03-31 Leo Liu <sdl.web@gmail.com>
2090
2091 * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info):
2092 Refactor out eldoc-documentation-function-default.
2093 (eldoc-documentation-function-default): New function.
2094 (eldoc-documentation-function): Change value.
2095
2096 2014-03-31 Glenn Morris <rgm@gnu.org>
2097
2098 * simple.el (cycle-spacing--context, cycle-spacing): Doc tweaks.
2099
2100 * progmodes/vhdl-mode.el (vhdl-speedbar-select-mra)
2101 (vhdl-compose-components-package, vhdl-compose-configuration):
2102 Abbreviate default-directory (missing from some previous upstream sync).
2103
2104 2014-03-31 Reto Zimmermann <reto@gnu.org>
2105
2106 Sync with upstream vhdl mode v3.35.2.
2107 * progmodes/vhdl-mode.el (vhdl-version, vhdl-time-stamp): Update.
2108 (top-level): No longer require assoc.
2109 (vhdl-asort, vhdl-anot-head-p, vhdl-aput, vhdl-adelete, vhdl-aget):
2110 New functions. Use throughout to replace aget etc.
2111 (vhdl-aput-delete-if-nil): Rename from vhdl-aput.
2112 (vhdl-update-file-contents): Update for vhdl-aput-delete-if-nil rename.
2113 (vhdl-template-replace-header-keywords): Fix bug for "<title string>".
2114 (vhdl-compile-init): Do not initialize regexps for Emacs 22+.
2115 (vhdl-error-regexp-emacs-alist): Remove regexps from all compilers
2116 except `vhdl-compiler'.
2117 (vhdl-error-regexp-add-emacs): Remove all other compilers,
2118 when appropriate.
2119
2120 2014-03-31 Glenn Morris <rgm@gnu.org>
2121
2122 * progmodes/vhdl-mode.el (vhdl-expand-abbrev, vhdl-expand-paren):
2123 Revert 2014-03-26 merge goof; go back to using defalias.
2124
2125 2014-03-30 Daniel Colascione <dancol@dancol.org>
2126
2127 * comint.el (comint-send-input):
2128 Deactivate completion-in-region-mode before we send comint input.
2129 (Bug#17139).
2130
2131 * simple.el (keyboard-quit): Deactivate completion-in-region-mode
2132 on keyboard-quit.
2133
2134 2014-03-29 Glenn Morris <rgm@gnu.org>
2135
2136 * textmodes/reftex.el: Manage most autoloads automatically.
2137 * textmodes/reftex-auc.el, textmodes/reftex-cite.el:
2138 * textmodes/reftex-dcr.el, textmodes/reftex-global.el:
2139 * textmodes/reftex-index.el, textmodes/reftex-parse.el:
2140 * textmodes/reftex-ref.el, textmodes/reftex-sel.el:
2141 * textmodes/reftex-toc.el: Set generated-autoload-file,
2142 and add autoload cookies for reftex.el.
2143 * Makefile.in (AUTOGEN_VCS): Add textmodes/reftex.el.
2144
2145 2014-03-28 Glenn Morris <rgm@gnu.org>
2146
2147 * cus-start.el (report-emacs-bug-address): Set custom properties.
2148 * mail/emacsbug.el (report-emacs-bug-address):
2149 Variable is now defined in emacs.c.
2150
2151 * mail/emacsbug.el (report-emacs-bug):
2152 Include system-configuration-features.
2153
2154 2014-03-28 Michal Nazarewicz <mina86@mina86.com>
2155
2156 * simple.el (cycle-spacing): Never delete spaces on first run by
2157 default, but do so in a new 'fast mode and if there are already
2158 N spaces (the previous behavior).
2159 Compare N with its value in previous invocation so that changing
2160 prefix argument restarts `cycle-spacing' sequence.
2161 The idea is that with this change, binding M-SPC to
2162 `cycle-spacing' should not introduce any changes in behavior of
2163 the binding so long as users do not type M-SPC twice in a raw with
2164 the same prefix argument or lack thereof.
2165
2166 2014-03-28 Glenn Morris <rgm@gnu.org>
2167
2168 * faces.el (term-file-aliases): New variable.
2169 (tty-run-terminal-initialization): Respect term-file-aliases.
2170 * term/apollo.el, term/vt102.el, term/vt125.el, term/vt201.el:
2171 * term/vt220.el, term/vt240.el, term/vt300.el, term/vt320.el:
2172 * term/vt400.el, term/vt420.el: Remove files, replaced by aliases.
2173
2174 2014-03-27 Glenn Morris <rgm@gnu.org>
2175
2176 * startup.el (inhibit-startup-hooks): Doc tweak.
2177 (normal-top-level): Simplify running of hooks.
2178 For window-setup-hook, respect inhibit-startup-hooks.
2179 (command-line-1): Don't set window-setup-hook to nil.
2180
2181 Allow selective autoloading from obsolete/ directory.
2182 * Makefile.in (obsolete-autoloads): New rule.
2183 (autoloads): Run obsolete-autoloads.
2184 * obsolete/iswitchb.el (iswitchb-mode): Use obsolete-autoload.
2185 * simple.el (iswitchb-mode): Remove hand-written autoloads.
2186
2187 2014-03-27 Dmitry Gutov <dgutov@yandex.ru>
2188
2189 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
2190 Highlight special globals with font-lock-builtin-face. (Bug#17057)
2191
2192 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
2193 Don't propertize `?' or `!' as symbol constituent when after
2194 colon. (Bug#17097)
2195
2196 2014-03-27 Juanma Barranquero <lekktu@gmail.com>
2197
2198 * frameset.el (frameset--restore-frame): Remove workaround for bug#14795
2199 which is no longer needed and causes trouble in GTK builds (bug#17046).
2200
2201 * emacs-lisp/package-x.el (package--archive-contents-from-url):
2202 Use url-insert-file-contents; package-handle-response no longer exists.
2203
2204 2014-03-26 Daniel Colascione <dancol@dancol.org>
2205
2206 * simple.el (process-menu-mode-map): New variable.
2207 (process-menu-delete-process): New command.
2208
2209 2014-03-26 Juanma Barranquero <lekktu@gmail.com>
2210
2211 * emacs-lisp/package.el: Fix bug#16733 (again).
2212 (url-http-parse-response, url-http-end-of-headers, url-recreate-url)
2213 (url-http-target-url): Remove unused declarations.
2214 (package-handle-response): Remove.
2215 (package--with-work-buffer): Use url-insert-file-contents and simplify.
2216 (package--download-one-archive): Use current-buffer instead of
2217 dynamic binding of `buffer'.
2218 (describe-package-1): Do not decode readme-string.
2219
2220 2014-03-26 Michael Albinus <michael.albinus@gmx.de>
2221
2222 * net/tramp.el (tramp-methods, tramp-connection-timeout): Fix docstring.
2223
2224 * net/tramp-sh.el (tramp-sh-handle-vc-registered): Revert change
2225 from 2014-03-07, it decreases performance unnecessarily. Let-bind
2226 `remote-file-name-inhibit-cache' to nil in the second pass.
2227 (tramp-find-executable): Do not call "which" on SunOS.
2228 (tramp-send-command-and-check): Fix docstring.
2229 (tramp-do-copy-or-rename-file-directly): In the `rename' case,
2230 check whether source directory has set the sticky bit.
2231
2232 2014-03-26 Barry O'Reilly <gundaetiapo@gmail.com>
2233
2234 * simple.el (primitive-undo): Only process marker adjustments
2235 validated against their corresponding (TEXT . POS). Issue warning
2236 for lone marker adjustments in undo history. (Bug#16818)
2237 (undo-make-selective-list): Add marker adjustments to selective
2238 undo list based on whether their corresponding (TEXT . POS) is in
2239 the region. Remove variable adjusted-markers, which was unused
2240 and only non nil during undo-make-selective-list.
2241 (undo-elt-in-region): Return nil when passed a marker adjustment
2242 and explain in function doc.
2243
2244 2014-03-26 Nicolas Richard <theonewiththeevillook@yahoo.fr>
2245
2246 * align.el (align-region): Do not fail when end-mark is nil (bug#17088).
2247
2248 2014-03-26 Dmitry Gutov <dgutov@yandex.ru>
2249
2250 * progmodes/ruby-mode.el (ruby-expression-expansion-re):
2251 Match special global variables without curlies, too.
2252 (ruby-font-lock-keywords): Simplify the matcher for special global
2253 variables. Don't require a non-word character after the variable.
2254 (Bug#17057)
2255
2256 2014-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
2257
2258 * simple.el (redisplay-highlight-region-function): Increase priority of
2259 overlay to make sure boundaries are visible (bug#15899).
2260
2261 2014-03-26 Juanma Barranquero <lekktu@gmail.com>
2262
2263 * frameset.el (frameset--initial-params): Fix typo in parameter name.
2264 (frameset-restore): Compare display strings with equal.
2265
2266 * frame.el (make-frame): Don't quote display name in error message,
2267 it is already a string.
2268
2269 2014-03-26 Thierry Volpiatto <thierry.volpiatto@gmail.com>
2270
2271 * net/tramp.el (tramp-read-passwd): Suspend the timers while reading
2272 the password.
2273
2274 2014-03-26 Dmitry Gutov <dgutov@yandex.ru>
2275
2276 * emacs-lisp/package.el (package--add-to-archive-contents):
2277 Include already installed and built-in packages in
2278 `package-archive-contents'.
2279 (package-install): Don't include already installed packages in the
2280 options during interactive invocation. (Bug#16762)
2281 (package-show-package-list): If the buffer is already displayed in
2282 another window, switch to that window.
2283
2284 2014-03-26 Reto Zimmermann <reto@gnu.org>
2285
2286 Sync with upstream vhdl mode v3.35.1.
2287 * progmodes/vhdl-mode.el (vhdl-version, vhdl-time-stamp): Update.
2288 (vhdl-compiler-alist): Doc fix.
2289 (vhdl-goto-line): Remove.
2290 (vhdl-mode-abbrev-table-init): Add XEmacs compat.
2291 (vhdl-mode) <paragraph-start>: Fix value.
2292 (vhdl-fix-statement-region): Not `for' in wait-statement.
2293 (vhdl-beautify-region): Also (un)tabify.
2294 (vhdl-get-visible-signals):
2295 Scan declarative part of generate statements.
2296 (vhdl-template-record): Fix indentation for record type declaration.
2297 (vhdl-expand-abbrev, vhdl-expand-paren):
2298 Revert to using fset again rather than defalias.
2299 (vhdl-scan-directory-contents): Tweak.
2300 (vhdl-speedbar-find-file, vhdl-speedbar-port-copy)
2301 (vhdl-compose-components-package):
2302 Replace vhdl-goto-line with forward-line.
2303 (top-level): Tweak speedbar frame selection.
2304 (vhdl-generate-makefile-1): Support for compilers with no
2305 unit-to-file name mapping (create directory with dummy files).
2306
2307 2014-03-26 Wilson Snyder <wsnyder@wsnyder.org>
2308
2309 Sync with upstream verilog-mode revision 702457d.
2310 * progmodes/verilog-mode.el (verilog-mode-version): Update.
2311 (create-lockfiles): Declare.
2312 (verilog-read-decls): Fix module header imports, bug709.
2313 Reported by Victor Lau.
2314 Fix parsing 'var' in AUTOs, msg1294. Reported by Dominique Chen.
2315 (verilog-auto-inout-module): Fix AUTOINOUTMODULE not inserting
2316 interface-only modules, bug721. Reported by Dean Hoyt.
2317
2318 2014-03-26 Glenn Morris <rgm@gnu.org>
2319
2320 * obsolete/gulp.el: Move here from emacs-lisp/.
2321
2322 * files.el (lock-buffer, unlock-buffer, file-locked-p):
2323 Remove fallback aliases, since they are always defined now.
2324
2325 2014-03-24 Daniel Colascione <dancol@dancol.org>
2326
2327 * emacs-lisp/cl-macs.el (cl--do-arglist): Use `plist-member'
2328 instead of cl-loop search function.
2329
2330 2014-03-23 Lars Ingebrigtsen <larsi@gnus.org>
2331
2332 * calendar/parse-time.el (parse-time-iso8601-regexp)
2333 (parse-iso8601-time-string): Copied from `url-dav' so that we can use
2334 it more generally.
2335
2336 2014-03-23 Lars Ingebrigtsen <larsi@gnus.org>
2337
2338 * net/dns.el (network-interface-list): Define for XEmacs.
2339
2340 2014-03-23 Magnus Henoch <magnus.henoch@gmail.com>
2341
2342 * net/dns.el (dns-servers-up-to-date-p): New function to see whether
2343 the network interfaces changed.
2344 (dns-query): Use it to flush the data.
2345
2346 2014-03-23 Juanma Barranquero <lekktu@gmail.com>
2347
2348 * vc/vc.el (vc-rollback): Use set-buffer-modified-p.
2349
2350 2014-03-23 Daniel Colascione <dancol@dancol.org>
2351
2352 Change subword-mode to use `find-word-boundary-function-table' and
2353 replace `capitalized-words-mode'. Also, convert to lexical
2354 binding.
2355
2356 * progmodes/cap-words.el: Delete now-obsolete file.
2357 * progmodes/subword.el: Reimplement using
2358 `find-word-boundary-function-table'.
2359 (subword-mode-map): Hollow out.
2360 (capitalized-words-mode): Define as obsolete alias for
2361 `subword-mode'.
2362 (subword-mode, superword-mode): Tweak documentation to reflect new
2363 implementation; call `subword-setup-buffer'.
2364 (subword-forward, subword-capitalize): Add underscore to indicate
2365 unused variable.
2366 (subword-find-word-boundary-function-table): New constant.
2367 (subword-empty-char-table): New constant.
2368 (subword-setup-buffer): New function.
2369 (subword-find-word-boundary): New function.
2370
2371 2014-03-23 Daniel Colascione <dancol@dancol.org>
2372
2373 * emacs-lisp/cl-macs.el (cl--do-arglist): Use a little `cl-loop'
2374 list to look for keyword arguments instead of `memq', fixing
2375 (Bug#3647) --- unfortunately, only for freshly-compiled code.
2376 Please make bootstrap.
2377
2378 2014-03-22 Glenn Morris <rgm@gnu.org>
2379
2380 * dired.el (dired-read-regexp): Make obsolete.
2381 (dired-mark-files-regexp, dired-mark-files-containing-regexp)
2382 (dired-flag-files-regexp):
2383 * dired-aux.el (dired-mark-read-regexp):
2384 * dired-x.el (dired-mark-unmarked-files): Use read-regexp directly.
2385
2386 * startup.el (fancy-startup-text):
2387 * help.el (describe-gnu-project): Visit online info about GNU project.
2388
2389 * help-fns.el (help-fns--interactive-only): New function.
2390 (help-fns-describe-function-functions): Add the above function.
2391 * simple.el (beginning-of-buffer, end-of-buffer, insert-buffer)
2392 (next-line, previous-line): Remove hand-written interactive-only
2393 information from doc strings, it is auto-generated now.
2394 * bookmark.el (bookmark-write):
2395 * epa-mail.el (epa-mail-decrypt, epa-mail-verify, epa-mail-sign)
2396 (epa-mail-import-keys): Mark interactive-only,
2397 and remove hand-written interactive-only information from doc strings.
2398 * epa.el (epa-decrypt-armor-in-region, epa-verify-region)
2399 (epa-verify-cleartext-in-region, epa-sign-region, epa-encrypt-region):
2400 * files.el (not-modified):
2401 * simple.el (mark-whole-buffer): Mark interactive-only.
2402
2403 * emacs-lisp/byte-run.el (defun-declarations-alist):
2404 Add interactive-only. Doc tweak.
2405 (macro-declarations-alist): Doc tweak.
2406 * subr.el (declare): Doc tweak (add xref to manual).
2407 * comint.el (comint-run):
2408 * files.el (insert-file-literally, insert-file):
2409 * replace.el (replace-string, replace-regexp):
2410 * simple.el (beginning-of-buffer, end-of-buffer, delete-backward-char)
2411 (delete-forward-char, goto-line, insert-buffer, next-line)
2412 (previous-line): Set interactive-only via declare.
2413
2414 2014-03-22 Dmitry Gutov <dgutov@yandex.ru>
2415
2416 * emacs-lisp/package.el (package-desc): Use the contents of the
2417 quoted form, not its cdr. (Bug#16873)
2418
2419 2014-03-22 Juanma Barranquero <lekktu@gmail.com>
2420
2421 * w32-common-fns.el (x-selection-owner-p): Add empty docstring for the
2422 benefit of doc.c; change parameter profile to match the X function.
2423
2424 2014-03-22 Leo Liu <sdl.web@gmail.com>
2425
2426 * help.el (temp-buffer-setup-hook): Remove help-mode-setup.
2427 (temp-buffer-show-hook): Remove help-mode-finish. (Bug#16038)
2428
2429 2014-03-21 Richard Stallman <rms@gnu.org>
2430
2431 * battery.el (battery-linux-sysfs): Search for each field
2432 from the beginning of the buffer.
2433
2434 * subr.el (set-transient-map): Clear out function and value
2435 of the temporary symbol when we're done with it.
2436
2437 * mail/rmailsum.el (rmail-summary-delete-forward):
2438 Optimize case of reaching end and handling count.
2439 (rmail-summary-mark-deleted): Optimize when N is current msg.
2440 Don't create new summary line.
2441 (rmail-summary-undelete): Pass arg to rmail-undelete-previous-message.
2442 (rmail-summary-undelete-many): Rewrite for speed.
2443 (rmail-summary-msg-number): New function.
2444
2445 * mail/rmail.el (rmail-delete-message): Update summary.
2446 (rmail-undelete-previous-message): Handle repeat count arg.
2447 (rmail-delete-backward, rmail-delete-forward): Likewise.
2448
2449 2014-03-21 Daniel Colascione <dancol@dancol.org>
2450
2451 * mail/emacsbug.el (report-emacs-bug): Include memory usage
2452 information in bug reports.
2453
2454 2014-03-21 Michael Albinus <michael.albinus@gmx.de>
2455
2456 * net/tramp.el (tramp-methods): Add docstring for `tramp-login-env'
2457 and `tramp-copy-env'.
2458
2459 * net/tramp-sh.el (tramp-methods) <sudo>: Add `tramp-login-env'.
2460 (tramp-maybe-open-connection): Handle `tramp-login-env'.
2461
2462 2014-03-21 Glenn Morris <rgm@gnu.org>
2463
2464 * electric.el (electric-indent-post-self-insert-function): Add doc.
2465
2466 2014-03-21 Dmitry Gutov <dgutov@yandex.ru>
2467
2468 * emacs-lisp/package.el (package-compute-transaction):
2469 Use `version-list-<=' to compare the requirement version against
2470 the version of package already to be installed. Update the error
2471 message. (Bug#16826)
2472
2473 * progmodes/ruby-mode.el (ruby-smie-rules):
2474 Add indentation rule for ` @ '. (Bug#17050)
2475
2476 2014-03-21 Juanma Barranquero <lekktu@gmail.com>
2477
2478 * align.el (align-regexp): Remove superfluous backslash.
2479
2480 * ffap.el (ffap-ftp-default-user, ffap-url-regexp)
2481 (ffap-pass-wildcards-to-dired, dired-at-point-require-prefix)
2482 (ffap-rfc-path, ffap-ftp-sans-slash-regexp, ffap-menu-regexp):
2483 Fix docstring typos.
2484 (ffap-next): Use C-u in docstring.
2485 (ffap-machine-p, ffap-list-env, ffap-alist, ffap-alist)
2486 (ffap-string-at-point-mode-alist, ffap-menu, ffap-menu-ask):
2487 Remove superfluous backslashes.
2488 (ffap-string-at-point): Reflow docstring.
2489
2490 * server.el (server-host): Reflow docstring.
2491 (server-unload-function): Fix docstring typo.
2492 (server-eval-at): Remove superfluous backslash.
2493
2494 * skeleton.el (skeleton-insert): Remove superfluous backslash.
2495 (skeleton-insert): Doc fix.
2496 (skeleton-insert): Reflow docstring.
2497
2498 * term/tty-colors.el (tty-color-alist, tty-modify-color-alist)
2499 (tty-color-approximate, tty-color-by-index, tty-color-values)
2500 (tty-color-desc): Remove superfluous backslashes.
2501
2502 2014-03-21 Glenn Morris <rgm@gnu.org>
2503
2504 * cus-start.el (history-length): Bump :version.
2505
2506 * Makefile.in ($(MH_E_DIR)/mh-loaddefs.el)
2507 ($(TRAMP_DIR)/tramp-loaddefs.el, $(CAL_DIR)/cal-loaddefs.el)
2508 ($(CAL_DIR)/diary-loaddefs.el, $(CAL_DIR)/hol-loaddefs.el):
2509 Don't set `make-backup-files'.
2510
2511 * info.el (info--prettify-description): New function,
2512 to give info-finder descriptions consistent case, punctuation.
2513 (Info-finder-find-node): Use it. Sort packages.
2514 Refer to "description" rather than "commentary".
2515
2516 2014-03-21 Juanma Barranquero <lekktu@gmail.com>
2517
2518 * frameset.el (frameset--print-register): New function.
2519 (frameset-to-register): Use it.
2520
2521 2014-03-20 Juanma Barranquero <lekktu@gmail.com>
2522
2523 * progmodes/hideif.el (hif-string-to-number): New function.
2524 (hif-tokenize): Use it to understand non-decimal floats.
2525
2526 * emacs-lisp/cl-extra.el (cl--map-overlays): Remove obsolete code.
2527
2528 * skeleton.el (skeleton-autowrap): Mark as obsolete. Doc fix.
2529
2530 2014-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
2531
2532 * electric.el (electric-newline-and-maybe-indent): New command.
2533 Bind it globally to C-j.
2534 (electric-indent-mode): Don't mess with the global map any more.
2535 Don't drop the post-self-insert-hook is some buffer is still using it
2536 (bug#16770).
2537
2538 * bindings.el (global-map): Remove C-j binding.
2539
2540 * emacs-lisp/nadvice.el (advice--make-docstring): Try harder to find
2541 the docstring of functions advised before dumping (bug#16993).
2542
2543 2014-03-19 Stefan-W. Hahn <stefan.hahn@s-hahn.de> (tiny change)
2544
2545 * ps-print.el (ps-generate-postscript-with-faces):
2546 Explicitly deactivate the mark (bug#16866).
2547 * simple.el (deactivate-mark): Update region highlight.
2548
2549 2014-03-19 Juanma Barranquero <lekktu@gmail.com>
2550
2551 * emacs-lisp/package.el (describe-package-1):
2552 Decode commentary (bug#16733).
2553
2554 2014-03-18 Juanma Barranquero <lekktu@gmail.com>
2555
2556 * custom.el (defcustom): Doc fix: recommend avoiding destructive
2557 modification of the value argument of :set (bug#16755).
2558
2559 2014-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
2560
2561 * simple.el (newline-and-indent): Do autofill (bug#17031).
2562
2563 2014-03-18 Dmitry Gutov <dgutov@yandex.ru>
2564
2565 * newcomment.el (comment-normalize-vars): Only add escaping check
2566 to `comment-start-skip' if not `comment-use-syntax'. (Bug#16971)
2567 (comment-beginning): Use `narrow-to-region' instead of moving back
2568 one character.
2569 (http://lists.gnu.org/archive/html/emacs-devel/2014-03/msg00488.html)
2570 (comment-start-skip): Update the docstring.
2571
2572 2014-03-18 Richard Stallman <rms@gnu.org>
2573
2574 * dired.el (dired-display-file): Force use of other window.
2575
2576 2014-03-18 Daniel Colascione <dancol@dancol.org>
2577
2578 * startup.el (tty-handle-args): Remove debug message from 2007.
2579
2580 2014-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
2581
2582 * emacs-lisp/nadvice.el (advice--interactive-form): New function.
2583 (advice--make-interactive-form): Use it to avoid (auto)loading function.
2584 (advice--make-1, advice-add, advice-remove):
2585 Remove braindead :advice-pending hack.
2586
2587 2014-03-17 Glenn Morris <rgm@gnu.org>
2588
2589 * calendar/calendar.el (calendar-generate-month): Apply weekend
2590 face to the right days; fixes 2013-08-06 change. (Bug#17028)
2591
2592 2014-03-17 Michael Albinus <michael.albinus@gmx.de>
2593
2594 * net/tramp.el (tramp-action-out-of-band): Read pending output.
2595 (tramp-call-process): Trace also DESTINATION.
2596
2597 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
2598 Quote file names when they are local. Remove superfluous trace.
2599
2600 2014-03-17 Dmitry Gutov <dgutov@yandex.ru>
2601
2602 * newcomment.el (comment-beginning): If `comment-start-skip'
2603 doesn't match, move back one char and try again. (Bug#16971)
2604
2605 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
2606 Set `comment-use-syntax' to t to avoid the unnecessary runtime check.
2607 Set `comment-start-skip' to a simpler value that doesn't try to
2608 check if the semicolon is escaped (this is handled by
2609 `syntax-ppss' now). (Bug#16971)
2610
2611 * progmodes/scheme.el (scheme-mode-variables): Same.
2612
2613 2014-03-16 Martin Rudalics <rudalics@gmx.at>
2614
2615 Fix behavior of with-temp-buffer-window (Bug#16816, Bug#17007).
2616 * window.el (with-temp-buffer-window): Don't make BUFFER-OR-NAME
2617 current (Bug#16816, Bug#17007).
2618 (with-current-buffer-window): New macro doing the same as
2619 `with-temp-buffer-window' but with BUFFER-OR-NAME current.
2620 * help.el (help-print-return-message): Warn in doc-string to not
2621 use this in `with-help-window'.
2622 (describe-bindings-internal): Call `describe-buffer-bindings'
2623 from within help buffer. See Juanma's scenario in (Bug#16816).
2624 (with-help-window): Update doc-string.
2625 * dired.el (dired-mark-pop-up):
2626 * files.el (save-buffers-kill-emacs):
2627 * register.el (register-preview): Use `with-current-buffer-window'
2628 instead of `with-temp-buffer-window'.
2629
2630 2014-03-16 Juanma Barranquero <lekktu@gmail.com>
2631
2632 * textmodes/rst.el (rst-arabic-to-roman, rst-roman-to-arabic):
2633 Implement inserting into current buffer, documented in their docstrings.
2634 (rst-define-key, rst-compare-adornments, rst-insert-list-new-item)
2635 (rst-section-tree-point, rst-forward-section, rst-indent)
2636 (rst-compute-tabs, rst-font-lock-find-unindented-line-end)
2637 (rst-font-lock-find-unindented-line-limit, rst-adornment-level)
2638 (rst-font-lock-handle-adornment-pre-match-form)
2639 (rst-repeat-last-character): Reflow docstrings.
2640 (rst-preferred-adornments, rst-update-section, rst-find-title-line)
2641 (rst-adjust-adornment-work, rst-initial-items, rst-insert-list)
2642 (rst-toc-insert-style, rst-toc-insert-node, rst-goto-section)
2643 (rst-compile, rst-imenu-convert-cell, rst-imenu-create-index):
2644 Fix docstring typos.
2645 (rst-all-sections, rst-section-hierarchy, rst-adjust): Doc fixes.
2646 (rst-uncomment-region, rst-font-lock-find-unindented-line-match)
2647 (rst-font-lock-handle-adornment-matcher): Mark unused arguments.
2648
2649 2014-03-15 Juanma Barranquero <lekktu@gmail.com>
2650
2651 * term/ns-win.el (x-command-line-resources): Rename from ns-... version,
2652 for compatibility with other ports.
2653 (ns-initialize-window-system): Use it. It is set in term/common-win.el
2654 from the -xrm command line argument, but in the Nextstep port its value
2655 is irrelevant because nsfns.m:Fx_open_connection ignores it for now.
2656
2657 * progmodes/python.el (defconst, python-syntax-count-quotes)
2658 (python-indent-region, python-indent-shift-right)
2659 (python-indent-dedent-line-backspace, python-nav-backward-sexp)
2660 (python-nav-backward-sexp-safe, python-nav-backward-up-list)
2661 (python-shell-prompt-block-regexp, python-shell-prompt-output-regexp)
2662 (python-shell-prompt-pdb-regexp, python-shell-enable-font-lock)
2663 (inferior-python-mode, python-shell-make-comint, run-python-internal)
2664 (python-shell-buffer-substring, python-shell-send-buffer)
2665 (python-pdbtrack-activate, python-pdbtrack-stacktrace-info-regexp)
2666 (python-completion-complete-at-point, python-fill-docstring-style)
2667 (python-eldoc-function, python-imenu-format-item-label)
2668 (python-imenu-format-parent-item-label)
2669 (python-imenu-format-parent-item-jump-label)
2670 (python-imenu--build-tree, python-imenu-create-index)
2671 (python-imenu-create-flat-index): Fix docstring typos.
2672 (python-indent-context, python-shell-prompt-regexp, run-python):
2673 Remove superfluous backslashes.
2674 (python-indent-line, python-nav-beginning-of-defun)
2675 (python-shell-get-buffer, python-shell-get-process)
2676 (python-info-current-defun, python-info-current-line-comment-p)
2677 (python-info-current-line-empty-p, python-util-popn): Doc fixes.
2678 (python-indent-post-self-insert-function, python-shell-send-file)
2679 (python-shell-completion-get-completions)
2680 (python-shell-completion-complete-or-indent)
2681 (python-eldoc--get-doc-at-point): Reflow docstrings.
2682
2683 2014-03-14 Glenn Morris <rgm@gnu.org>
2684
2685 * emacs-lisp/package.el (package-menu-mode-map):
2686 Replace use of obsolete function alias. Tweak menu item text.
2687
2688 * info.el (Info-finder-find-node):
2689 Ignore the `emacs' metapackage. (Bug#10813)
2690
2691 * finder.el (finder-list-matches): Include unversioned packages
2692 in the result of a keyword search.
2693
2694 * finder.el (finder--builtins-descriptions): New constant.
2695 (finder-compile-keywords): Use finder--builtins-descriptions.
2696
2697 2014-03-14 Dmitry Gutov <dgutov@yandex.ru>
2698
2699 * simple.el (blink-matching-paren): Describe the new value,
2700 `jump', enabling the old behavior.
2701 (blink-matching-open): Use that value. (Bug#17008)
2702
2703 2014-03-14 Glenn Morris <rgm@gnu.org>
2704
2705 * finder.el (finder-no-scan-regexp): Add leim-list.
2706 (finder-compile-keywords):
2707 Don't skip files with same basename. (Bug#14010)
2708 * Makefile.in (setwins_finder): New, excluding leim.
2709 (finder-data): Use setwins_finder.
2710
2711 * help-fns.el (help-split-fundoc, help-add-fundoc-usage)
2712 (help-function-arglist, help-make-usage): Move from here...
2713 * help.el (help-split-fundoc, help-add-fundoc-usage)
2714 (help-function-arglist, help-make-usage): ... to here. (Bug#17001)
2715 * emacs-lisp/bytecomp.el (byte-compile-lambda): Do not load help-fns.
2716
2717 2014-03-14 Juanma Barranquero <lekktu@gmail.com>
2718
2719 * net/socks.el (socks, socks-override-functions)
2720 (socks-find-services-entry):
2721 * progmodes/hideif.el (hif-set-var, hif-nexttoken, hif-comma)
2722 (hif-find-ifdef-block):
2723 * progmodes/modula2.el (m2-indent): Fix docstring typos.
2724
2725 * net/tls.el (tls-program): Reflow docstring.
2726
2727 * progmodes/pascal.el (pascal-mode-abbrev-table)
2728 (pascal-imenu-generic-expression, pascal-auto-endcomments)
2729 (pascal-mark-defun, pascal-comment-area, pascal-indent-level)
2730 (pascal-outline-mode): Fix docstring typos.
2731 (pascal-mode): Let define-derived-mode document mode hook.
2732 (pascal-uncomment-area): Reflow.
2733 (pascal-exclude-str-start, pascal-exclude-str-end): Add docstring.
2734
2735 * progmodes/opascal.el (opascal-compound-block-indent)
2736 (opascal-case-label-indent): Fix docstring typos.
2737 (opascal-mode): Fix typos; let defined-derived-mode document mode hook.
2738
2739 2014-03-13 Dmitry Gutov <dgutov@yandex.ru>
2740
2741 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
2742 Fontify multiple adjacent negation chars. (Bug#17004)
2743
2744 2014-03-13 Tom Willemse <tom@ryuslash.org> (tiny change)
2745
2746 * emacs-lisp/package.el (package--prepare-dependencies):
2747 Accept requirements without explicit version (bug#14941).
2748
2749 2014-03-12 Juanma Barranquero <lekktu@gmail.com>
2750
2751 * register.el (register-separator, copy-to-register): Doc fixes.
2752 (register-preview-default): Remove unnecessary call to concat.
2753
2754 * frameset.el (frameset-restore): When checking for a visible frame,
2755 use the action map instead of calling visible-frame-list.
2756
2757 2014-03-12 Jonas Bernoulli <jonas@bernoul.li>
2758
2759 * emacs-lisp/eieio.el (with-slots): Use cl-symbol-macrolet (bug#16998).
2760
2761 2014-03-12 Martin Rudalics <rudalics@gmx.at>
2762
2763 * window.el (fit-frame-to-buffer): Get maximum width from
2764 display's width instead of height.
2765
2766 2014-03-12 Glenn Morris <rgm@gnu.org>
2767
2768 * desktop.el (desktop-restore-frames)
2769 (desktop-restore-in-current-display, desktop-restore-forces-onscreen)
2770 (desktop-restore-reuses-frames): Doc tweaks.
2771
2772 * electric.el (electric-indent-mode): Doc fix.
2773
2774 2014-03-12 Juanma Barranquero <lekktu@gmail.com>
2775
2776 * vc/pcvs.el (cvs-temp-buffer, defun-cvs-mode, cvs-get-cvsroot)
2777 (cvs-checkout, cvs-mode-checkout, cvs-update-filter, cvs-mode-mark)
2778 (cvs-mode-diff-head, cvs-mode-diff-repository, cvs-mode-diff-yesterday)
2779 (cvs-mode-diff-vendor, cvs-mode-do, cvs-change-cvsroot)
2780 (cvs-dired-use-hook): Fix docstring typos.
2781 (cvs-mode-view-file-other-window, cvs-mode-byte-compile-files):
2782 Doc fixes.
2783
2784 * vc/pcvs-defs.el (cvs-auto-remove-handled)
2785 (cvs-auto-remove-directories, cvs-default-ignore-marks)
2786 (cvs-idiff-imerge-handlers, cvs-reuse-cvs-buffer)
2787 (cvs-execute-single-dir): Fix docstring typos.
2788
2789 * vc/pcvs-info.el (cvs-status-map, cvs-states): Fix docstring typos.
2790 (cvs-fileinfo-pp, cvs-fileinfo-from-entries): Doc fixes.
2791
2792 * vc/pcvs-parse.el (cvs-parsed-fileinfo): Reflow docstring.
2793
2794 * vc/pcvs-util.el (cvs-flags-query, cvs-flags-set, cvs-prefix-set):
2795 Fix docstring typos.
2796
2797 2014-03-12 Juanma Barranquero <lekktu@gmail.com>
2798
2799 * frameset.el (frameset--jump-to-register): Add autoload; it could be
2800 called from jump-to-register after unloading the frameset package.
2801
2802 2014-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
2803
2804 * simple.el (set-mark): Ensure mark-active is nil if the mark is nil
2805 (bug#16975). Deactivate the mark before setting it to nil.
2806 (activate-mark): Do nothing if region is already active.
2807
2808 2014-03-11 Juanma Barranquero <lekktu@gmail.com>
2809
2810 * frameset.el (frameset--target-display): Remove definition; declare.
2811 (frameset-save, frameset-restore): Let-bind frameset--target-display.
2812
2813 2014-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
2814
2815 * emacs-lisp/nadvice.el (advice--make-1): Fix autoloading avoidance.
2816 (advice-add): Add a :advice--pending marker, so advice--make-1 knows
2817 when the advice is pending.
2818 (advice-remove): Remove this marker when not needed any more.
2819
2820 2014-03-11 Juanma Barranquero <lekktu@gmail.com>
2821
2822 * frameset.el: Separate options for reusing frames and cleaning up.
2823 (frameset--reuse-list): Remove definition; declare.
2824 (frameset--action-map): Declare.
2825 (frameset--find-frame-if): Doc fix.
2826 (frameset--restore-frame): Cache frame action.
2827 (frameset-restore): New keyword arg CLEANUP-FRAMES, allows to select
2828 how to clean up the frame list after restoring. Remove cleaning
2829 options from REUSE-FRAMES. Change all keyword values to symbols.
2830 (frameset--jump-to-register): Simplify by using CLEANUP-FRAMES.
2831
2832 * desktop.el (desktop-restore-forces-onscreen)
2833 (desktop-restore-reuses-frames): Use non-keyword values.
2834 (desktop-restore-frameset): Use CLEANUP-FRAMES arg of frameset-restore.
2835
2836 2014-03-10 Glenn Morris <rgm@gnu.org>
2837
2838 * files.el (find-file): Doc fix: update info node name.
2839
2840 * emacs-lisp/advice.el (ad-add-advice, defadvice):
2841 Doc fix: remove references to deleted info nodes.
2842
2843 2014-03-10 Michael Albinus <michael.albinus@gmx.de>
2844
2845 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell):
2846 Do not add `nil' to the environment, when there's no remote `locale'.
2847 (tramp-find-inline-encoding): Check, that the remote host has
2848 installed perl, before sending scripts.
2849
2850 2014-03-10 Leo Liu <sdl.web@gmail.com>
2851
2852 * emacs-lisp/eldoc.el (eldoc-minibuffer-message):
2853 Clear eldoc-last-message. (Bug#16920)
2854
2855 2014-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
2856
2857 * desktop.el (desktop-create-buffer): Don't run activate-mark-hook
2858 (bug#14430).
2859
2860 2014-03-09 Juri Linkov <juri@jurta.org>
2861
2862 * ansi-color.el (ansi-color-names-vector): Copy default colors
2863 from `xterm-standard-colors' that look well on the default white
2864 background (and also on the black background) to avoid illegible
2865 color combinations like yellow-on-white and white-on-white.
2866 http://lists.gnu.org/archive/html/emacs-devel/2014-02/msg00157.html
2867
2868 2014-03-08 Juanma Barranquero <lekktu@gmail.com>
2869
2870 * frameset.el (frameset-restore): When no frame is visible, do not
2871 generate a list of frames, just make visible the selected one.
2872
2873 2014-03-08 Dmitry Gutov <dgutov@yandex.ru>
2874
2875 * vc/vc-git.el (vc-git-command): Turn FILE-OR-LIST into nil when
2876 it only contains the repository root. (Bug#16897)
2877
2878 2014-03-07 Michael Albinus <michael.albinus@gmx.de>
2879
2880 * net/tramp-sh.el (tramp-sh-handle-vc-registered): Run first pass
2881 only when `remote-file-name-inhibit-cache' is nil.
2882 (tramp-sh-file-name-handler): Use `tramp-error'. Simplify code.
2883
2884 2014-03-06 Martin Rudalics <rudalics@gmx.at>
2885
2886 * window.el (fit-frame-to-buffer, fit-frame-to-buffer-margins):
2887 Fix doc-strings.
2888 (fit-frame-to-buffer): New argument ONLY. Remove dependency on
2889 fit-frame-to-buffer variable. Fix doc-string.
2890 (fit-window-to-buffer): Set ONLY argument in call of
2891 fit-frame-to-buffer. Fix doc-string.
2892
2893 2014-03-06 Michael Albinus <michael.albinus@gmx.de>
2894
2895 * net/tramp.el (tramp-error): VEC-OR-PROC can be nil.
2896 (tramp-action-password): Clear password cache if needed.
2897 (tramp-read-passwd): Do not clear password cache.
2898
2899 * net/tramp-gvfs.el (tramp-gvfs-handler-askpassword): Clear password
2900 cache unless it is the first password request.
2901
2902 2014-03-06 Glenn Morris <rgm@gnu.org>
2903
2904 * simple.el (newline): Doc tweak.
2905
2906 * emacs-lisp/shadow.el (load-path-shadows-find):
2907 Ignore dir-locals. (Bug#12357)
2908
2909 2014-03-05 Glenn Morris <rgm@gnu.org>
2910
2911 * files.el (interpreter-mode-alist):
2912 * progmodes/sh-script.el (sh-ancestor-alist): Add dash. (Bug#16938)
2913
2914 2014-03-05 Juanma Barranquero <lekktu@gmail.com>
2915
2916 * frameset.el (frameset--initial-params): Filter out null entries.
2917
2918 2014-03-05 Martin Rudalics <rudalics@gmx.at>
2919
2920 * window.el (window-min-height, window-min-width):
2921 Rewrite doc-strings.
2922 (window-body-size): Add PIXELWISE argument to make it consistent
2923 with its callees.
2924
2925 2014-03-05 Juanma Barranquero <lekktu@gmail.com>
2926
2927 * finder.el (finder-mode-map, finder-mode-syntax-table):
2928 Revert part of 2014-02-28 change.
2929
2930 2014-03-05 Lars Ingebrigtsen <larsi@gnus.org>
2931
2932 * net/eww.el (eww-mode-map): [tab] doesn't work on tty.
2933 (eww-setup-buffer): Clear next/prev/etc more reliably.
2934 (eww-textarea-map): [tab] doesn't work on tty.
2935 Reported by Mario Lang.
2936
2937 * net/shr.el (shr-map): Ditto.
2938
2939 2014-03-04 Glenn Morris <rgm@gnu.org>
2940
2941 * minibuffer.el (completion-hilit-commonality):
2942 Revert 2014-03-01 short-cut, which changed the return value. (Bug#16933)
2943
2944 2014-03-04 Juanma Barranquero <lekktu@gmail.com>
2945
2946 * hilit-chg.el (hilit-chg-unload-function): New function.
2947 (highlight-changes-mode, highlight-changes-visible-mode): Fix typos.
2948 (hilit-chg-map-changes): Prefer cardinal number to digit.
2949 (hilit-chg-display-changes): Reflow docstring.
2950 (highlight-changes-rotate-faces): Remove superfluous backslash.
2951
2952 2014-03-04 Michael Albinus <michael.albinus@gmx.de>
2953
2954 * net/tramp-sh.el (tramp-sh-handle-vc-registered): Do not call
2955 `tramp-send-command-and-check'.
2956
2957 2014-03-04 Juanma Barranquero <lekktu@gmail.com>
2958
2959 * hexl.el (hexl-address-region, hexl-ascii-region)
2960 (hexl-goto-hex-address, hexl-backward-char, hexl-forward-char)
2961 (hexl-backward-short, hexl-forward-short, hexl-backward-word)
2962 (hexl-forward-word, hexl-previous-line, hexl-next-line):
2963 Use "Hexl mode" for non-hyperlinked hexl-mode references in docstrings.
2964 (hexl-mode): Doc fix.
2965 (hexl-ascii-start-column, hexl-beginning-of-line, hexl-end-of-line)
2966 (hexl-mode-ruler): Fix typos in docstrings.
2967
2968 * strokes.el (strokes-xpm-header, strokes-rate-stroke): Fix typos.
2969 (strokes-character, strokes-get-grid-position, strokes-list-strokes):
2970 Remove superfluous backslashes.
2971 (strokes-last-stroke, strokes-global-map, strokes-mode):
2972 Reflow docstrings.
2973 (strokes-xpm-for-stroke, strokes-xpm-to-compressed-string)
2974 (strokes-xpm-for-compressed-string): Use quotes with buffer name.
2975 (strokes-distance-squared, strokes-global-set-stroke)
2976 (strokes-global-set-stroke-string): Doc fixes.
2977 (strokes-help): Fix typos; reflow docstring.
2978
2979 2014-03-04 Martin Rudalics <rudalics@gmx.at>
2980
2981 * window.el (window-in-direction): Fix doc-string.
2982
2983 2014-03-04 Glenn Morris <rgm@gnu.org>
2984
2985 * emacs-lisp/smie.el (smie-config-guess): Doc fix.
2986 Explicit error if no grammar.
2987 (smie-config-save): Doc fix. Fix quote typo.
2988
2989 2014-03-04 Stefan Monnier <monnier@iro.umontreal.ca>
2990
2991 * progmodes/cc-mode.el (c-initialize-cc-mode): Only hook into
2992 electric-indent-mode-hook if we obey electric-indent-mode.
2993 (c-basic-common-init): Use (fboundp 'electric-indent-local-mode) to
2994 decide whether we obey electric-indent-mode.
2995 (c-change-set-fl-decl-start, c-extend-after-change-region):
2996 Silence warnings.
2997 (c-electric-indent-mode-hook): Assume we do want to obey
2998 electric-indent-mode.
2999
3000 * electric.el (electric-indent-mode-has-been-called): Remove.
3001 (electric-indent-mode): Fix accordingly.
3002
3003 * files.el (hack-local-variables): Mention file name in warning.
3004
3005 * htmlfontify.el (hfy-fontify-buffer): Drop `invis-range' message.
3006
3007 2014-03-04 Michal Nazarewicz <mina86@mina86.com>
3008
3009 * bindings.el: Add comment describing why C-d binds to `delete-char'.
3010 * simple.el (delete-forward-char): Mark as interactive-only.
3011
3012 2014-03-03 Juanma Barranquero <lekktu@gmail.com>
3013
3014 * icomplete.el (icomplete-completions):
3015 Follow-up to 2014-03-01 change.
3016
3017 * icomplete.el: Miscellaneous doc fixes.
3018 Use Icomplete everywhere instead of icomplete for consistency.
3019 (icomplete-max-delay-chars): Fix typo.
3020 (icomplete-mode): Use \[].
3021 (icomplete-tidy, icomplete-exhibit): Reflow.
3022 (icomplete-minibuffer-setup-hook, icomplete-completions):
3023 Remove superfluous backlashes.
3024
3025 * ido.el: Miscellaneous doc fixes.
3026 Use Ido everywhere instead of ido or `ido' for consistency.
3027 (ido-record-ftp-work-directories, ido-merge-ftp-work-directories)
3028 (ido-cache-ftp-work-directory-time, ido-slow-ftp-hosts)
3029 (ido-slow-ftp-host-regexps, ido-reread-directory): Upcase "ftp".
3030 (ido-separator): Extract obsolescence info from docstring and declare
3031 with make-obsolete-variable.
3032 (ido-minibuffer-setup-hook): Simplify example.
3033 (ido-text, ido-text-init, ido-input-stack, ido-report-no-match)
3034 (ido-wide-find-file, ido-wide-find-dir, ido-wide-find-dir-or-delete-dir)
3035 (ido-completion-help, ido-completing-read): Fix typos in docstrings.
3036 (ido-everywhere): Reflow docstring.
3037 (ido-toggle-vc): Doc fix.
3038 (ido-switch-buffer, ido-find-file): Use tabs to improve legibility
3039 of long list of keybindings.
3040
3041 2014-03-03 Glenn Morris <rgm@gnu.org>
3042
3043 * frame.el (display-pixel-height, display-pixel-width)
3044 (display-mm-dimensions-alist, display-mm-height)
3045 (display-mm-width): Doc tweaks.
3046
3047 2014-03-02 Barry O'Reilly <gundaetiapo@gmail.com>
3048
3049 * simple.el (undo-elt-in-region): Fix buffer corruption for edge
3050 case of undo in region.
3051
3052 2014-03-02 Martin Rudalics <rudalics@gmx.at>
3053
3054 * window.el (fit-window-to-buffer): Fix argument in window-size
3055 call when window is horizontally combined.
3056
3057 2014-03-02 Juanma Barranquero <lekktu@gmail.com>
3058
3059 * icomplete.el (icomplete-completions): Use string-width.
3060 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
3061
3062 2014-03-01 Dmitry Gutov <dgutov@yandex.ru>
3063
3064 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
3065 Highlight regexp options. (Bug#16914)
3066
3067 2014-03-01 Martin Rudalics <rudalics@gmx.at>
3068
3069 * window.el (window--max-delta-1): Round down when calculating
3070 how many lines/columns we can get from a window.
3071
3072 2014-03-01 Glenn Morris <rgm@gnu.org>
3073
3074 * isearch.el (search-invisible): Doc fix.
3075
3076 * minibuffer.el (completion-hilit-commonality):
3077 Make `base-size' argument optional. Short-cut if `prefix-len' is 0.
3078 * comint.el (comint-dynamic-list-completions): Doc fix.
3079 * comint.el (comint-dynamic-list-completions):
3080 * filecache.el (file-cache-minibuffer-complete):
3081 * tempo.el (tempo-display-completions):
3082 * eshell/em-hist.el (eshell-list-history):
3083 Replace use of obsolete argument of display-completion-list.
3084
3085 2014-03-01 Juanma Barranquero <lekktu@gmail.com>
3086
3087 * icomplete.el (icomplete-completions):
3088 Revert back to using "..." when ?… cannot be displayed.
3089
3090 2014-02-28 Juanma Barranquero <lekktu@gmail.com>
3091
3092 * finder.el (finder-unload-function): New function.
3093
3094 2014-02-28 Juanma Barranquero <lekktu@gmail.com>
3095
3096 * dframe.el (dframe-detach):
3097 * find-dired.el (find-dired, find-name-dired):
3098 * finder.el (finder-mode-map, finder-mode-syntax-table)
3099 (finder-headmark, finder-select, finder-mouse-select):
3100 Fix docstring typos.
3101
3102 2014-02-28 Martin Rudalics <rudalics@gmx.at>
3103
3104 Revert recent with-temp-buffer-window change (Bug#16816, Bug#16882).
3105 * window.el (with-temp-buffer-window): Revert change from 2014-02-21.
3106 Suggested by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
3107 Fix doc-string based on a suggestion by Nicolas Richard
3108 <theonewiththeevillook@yahoo.fr>.
3109 * help.el (with-help-window): Fix doc-string.
3110
3111 2014-02-28 Ivan Kanis <ivan@kanis.fr>
3112
3113 * net/shr.el (shr-image-animate): New option.
3114 (shr-put-image): Respect shr-image-animate.
3115
3116 2014-02-28 Michael Albinus <michael.albinus@gmx.de>
3117
3118 * net/tramp-adb.el (tramp-adb-parse-device-names):
3119 Use `accept-process-output'.
3120 (tramp-adb-handle-file-truename): Cache the localname only.
3121 (tramp-adb-handle-make-directory)
3122 (tramp-adb-handle-delete-directory): Flush file properties correctly.
3123 (tramp-adb-handle-set-file-modes): Do not raise an error when file
3124 modes cannot be changed.
3125
3126 * net/tramp-cache.el (tramp-flush-directory-property): Remove also
3127 file properties of symlinks.
3128
3129 2014-02-28 Per Starbäck <starback@stp.lingfil.uu.se>
3130
3131 * textmodes/bibtex.el (bibtex-biblatex-entry-alist): Update
3132 required/optional fields to match development biblatex. (Bug#16781)
3133
3134 2014-02-28 Andy Sawyer <andy.sawyer@gmail.com> (tiny change)
3135
3136 * saveplace.el (toggle-save-place):
3137 Fix argument handling. (Bug#16673)
3138
3139 2014-02-28 Glenn Morris <rgm@gnu.org>
3140
3141 * minibuffer.el (completions-first-difference)
3142 (completions-common-part, completion-hilit-commonality): Doc fixes.
3143
3144 2014-02-28 Karl Berry <karl@gnu.org>
3145
3146 * info.el (Info-mode-map): Add H for describe-mode,
3147 to synchronize with standalone Info.
3148
3149 2014-02-28 Emilio C. Lopes <eclig@gmx.net>
3150
3151 * progmodes/sql.el (sql-interactive-mode):
3152 Avoid setting global comint-input-ring-separator. (Bug#16814)
3153
3154 2014-02-27 Michael Albinus <michael.albinus@gmx.de>
3155
3156 * net/dbus.el (dbus--init-bus): Declare function.
3157 (dbus-path-local, dbus-interface-local): New defconst.
3158 (dbus-init-bus): Use them.
3159 (dbus-return-values-table): Extend doc.
3160 (dbus-handle-bus-disconnect): Extend error message.
3161
3162 2014-02-27 Juanma Barranquero <lekktu@gmail.com>
3163
3164 * subr.el (y-or-n-p): Fix double space issue in message.
3165
3166 2014-02-27 Michael Albinus <michael.albinus@gmx.de>
3167
3168 * net/tramp.el (tramp-call-process): Improve trace message.
3169 (tramp-handle-insert-file-contents): Trace error case.
3170
3171 * net/tramp-adb.el (tramp-adb-file-name-handler-alist)
3172 <insert-directory>: Use `tramp-handle-insert-directory'.
3173 (tramp-adb-handle-insert-directory): Remove function.
3174 (tramp-adb-send-command-and-check): New defun, replacing
3175 `tramp-adb-command-exit-status'. Change all callees.
3176 (tramp-adb-handle-file-attributes)
3177 (tramp-adb-handle-directory-files-and-attributes): Use it.
3178 (tramp-adb-ls-output-name-less-p):
3179 Use `directory-listing-before-filename-regexp'.
3180 (tramp-adb-handle-delete-directory): Flush also file properties of
3181 the truename of directory.
3182 (tramp-adb-handle-file-name-all-completions): Add "./" and "../".
3183 (tramp-adb-handle-file-local-copy): Make the local copy readable.
3184 (tramp-adb-handle-write-region): Implement APPEND.
3185 (tramp-adb-handle-rename-file): Make it more robust. Flush file
3186 properties correctly.
3187 (tramp-adb-maybe-open-connection): Set `tramp-current-*'
3188 variables. Check for connected devices only when needed.
3189
3190 2014-02-27 Glenn Morris <rgm@gnu.org>
3191
3192 * minibuffer.el (completion-table-dynamic)
3193 (completion-table-with-cache): Doc fixes.
3194
3195 * emacs-lisp/crm.el (crm-default-separator, crm-separator)
3196 (completing-read-multiple): Doc fixes.
3197
3198 2014-02-27 Daniel Colascione <dancol@dancol.org>
3199
3200 * minibuffer.el (completion--nth-completion): Fix indentation.
3201
3202 * net/tramp-sh.el (tramp-get-remote-path): Don't signal error when
3203 explicit tramp path is empty.
3204
3205 2014-02-27 Glenn Morris <rgm@gnu.org>
3206
3207 * emacs-lisp/crm.el (completing-read-multiple):
3208 Empower help-enable-auto-load.
3209
3210 2014-02-26 Glenn Morris <rgm@gnu.org>
3211
3212 * startup.el (command-line): Don't init the tty in daemon mode.
3213
3214 Avoid calling tty-setup-hook twice, eg if a term file
3215 explicitly calls tty-run-terminal-initialization. (Bug#16859)
3216 * faces.el (tty-run-terminal-initialization): Add run-hook argument.
3217 (tty-create-frame-with-faces): Use it.
3218 * startup.el (command-line): Pass run-hook argument
3219 to tty-run-terminal-initialization.
3220
3221 * dired.el (dired-restore-desktop-buffer): Demote errors;
3222 eg in case a glob match fails. (Bug#16884)
3223
3224 2014-02-26 Dmitry Gutov <dgutov@yandex.ru>
3225
3226 * emacs-lisp/lisp.el (lisp--local-variables): Catch `end-of-file'
3227 error from `read-from-string'. (Bug#16850)
3228
3229 * emacs-lisp/ert.el (ert-run-tests-interactively): `read' the
3230 result of `completing-read' in the interactive form. (Bug#16854)
3231
3232 2014-02-25 Glenn Morris <rgm@gnu.org>
3233
3234 * image.el (image-animate, image-animate-timeout):
3235 Stop animating images in dead buffers. (Bug#16878)
3236
3237 * emacs-lisp/edebug.el (defmacro): Fix debug spec. (Bug#16868)
3238
3239 * faces.el (tty-setup-hook, tty-run-terminal-initialization):
3240 Doc fixes.
3241 * startup.el (term-setup-hook): Doc fix. Make obsolete.
3242 * term/sun.el (sun-raw-prefix-hooks):
3243 Use tty-setup-hook instead of term-setup-hook.
3244 (terminal-init-sun): Construct message from bytecomp plist.
3245 * term/wyse50.el (enable-arrow-keys): Doc fix.
3246
3247 2014-02-24 Juanma Barranquero <lekktu@gmail.com>
3248
3249 * term/sun.el (kill-region-and-unmark, sun-raw-prefix-hooks):
3250 Fix docstring typos.
3251
3252 2014-02-24 Michael Albinus <michael.albinus@gmx.de>
3253
3254 * net/tramp-sh.el (tramp-sh-handle-file-truename): Improve last fix.
3255
3256 2014-02-24 Nicolas Richard <theonewiththeevillook@yahoo.fr>
3257
3258 * minibuffer.el (completion--try-word-completion):
3259 Fix error when completing M-x commands (bug#16808).
3260
3261 2014-02-24 Leo Liu <sdl.web@gmail.com>
3262
3263 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix debug spec.
3264
3265 2014-02-24 Juanma Barranquero <lekktu@gmail.com>
3266
3267 * apropos.el (apropos-print): Avoid formatting error when
3268 apropos-do-all and apropos-compact-layout are both t.
3269
3270 2014-02-23 Juanma Barranquero <lekktu@gmail.com>
3271
3272 * apropos.el (apropos-property, apropos-all-words-regexp)
3273 (apropos-true-hit, apropos-variable, apropos-print):
3274 Fix docstring typos, and remove obsolete comment.
3275
3276 2014-02-23 Michael Albinus <michael.albinus@gmx.de>
3277
3278 * net/tramp-sh.el (tramp-sh-handle-file-truename):
3279 Preserve trailing "/". (Bug#16851)
3280
3281 2014-02-23 Dmitry Gutov <dgutov@yandex.ru>
3282
3283 * progmodes/ruby-mode.el (ruby-smie-rules): Don't indent specially
3284 after `=>' (bug#16811).
3285 (ruby-smie-rules): Handle the inconsistent second element of the
3286 list returned by `smie-indent--parent'.
3287 (ruby-font-lock-keywords): Disqualify any identifier before `=' as
3288 method call.
3289
3290 2014-02-23 Juanma Barranquero <lekktu@gmail.com>
3291
3292 * elec-pair.el (electric-pair-text-syntax-table)
3293 (electric-pair-syntax-info, electric-pair--syntax-ppss)
3294 (electric-pair--balance-info, electric-pair-mode): Fix docstring typos.
3295 (electric-pair--looking-at-unterminated-string-p): Doc fix.
3296 (electric-pair--inside-string-p): Doc fix. Use `let', not `let*'.
3297
3298 2014-02-22 Glenn Morris <rgm@gnu.org>
3299
3300 * imenu.el (imenu--generic-function): Doc fix.
3301
3302 * register.el (frame-configuration-to-register): Make obsolete.
3303
3304 2014-02-22 Juanma Barranquero <lekktu@gmail.com>
3305
3306 * desktop.el (desktop-save-buffer-p): Do not fail when
3307 desktop-files-not-to-save is nil. Return t for true result
3308 as the doc says.
3309
3310 2014-02-22 Daniel Colascione <dancol@dancol.org>
3311
3312 * net/secrets.el (secrets-create-item, secrets-search-items):
3313 Check that attribute values are strings, avoiding the construction
3314 of invalid dbus messages.
3315
3316 2014-02-21 Juanma Barranquero <lekktu@gmail.com>
3317
3318 * emacs-lisp/gv.el: Avoid duplicating gv-expander and gv-setter in
3319 defun-declarations-alist.
3320
3321 2014-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
3322
3323 * emacs-lisp/cl-macs.el (cl-define-compiler-macro): Add indent rule
3324 (bug#16829).
3325
3326 2014-02-21 Juanma Barranquero <lekktu@gmail.com>
3327
3328 * whitespace.el (whitespace-space, whitespace-hspace, whitespace-tab)
3329 (whitespace-newline, whitespace-trailing, whitespace-line)
3330 (whitespace-space-before-tab, whitespace-indentation, whitespace-empty)
3331 (whitespace-space-after-tab): Fix typo in docstrings.
3332
3333 2014-02-21 Dmitry Gutov <dgutov@yandex.ru>
3334
3335 * progmodes/ruby-mode.el (auto-mode-alist): Add missing "or".
3336
3337 * electric.el (electric-indent-functions-without-reindent):
3338 Add `yaml-indent-line'.
3339
3340 2014-02-21 Juanma Barranquero <lekktu@gmail.com>
3341
3342 * w32-vars.el (w32-enable-synthesized-fonts): Mark as obsolete.
3343 It has done nothing for years; should be removed after the release.
3344
3345 * simple.el (choose-completion): Fix docstring typo.
3346 (read-quoted-char-radix): Remove unneeded * in docstring.
3347 (process-file, kill-whole-line, pop-to-mark-command, set-mark-command):
3348 Don't escape parentheses unnecessarily in docstrings.
3349
3350 2014-02-21 Martin Rudalics <rudalics@gmx.at>
3351
3352 Fix handling of window-min-height/-width (Bug#16738).
3353 * window.el (window--dump-window, window--dump-frame):
3354 New functions.
3355 (window--min-size-1): Account for window dividers.
3356 When window-resize-pixelwise is nil, delay rounding till after the
3357 sum of the window components has been calculated.
3358 (window--min-delta-1, window--max-delta-1): When PIXELWISE is
3359 nil make sure at least one text line and two text columns remain
3360 fully visible.
3361 (window-resize): Signal an error when window-resize-apply fails.
3362 (window--resize-child-windows): Fix calculation of by how many
3363 pixels a window can still be shrunk via window-new-normal.
3364 (adjust-window-trailing-edge): Call window--resizable with
3365 correct TRAIL argument.
3366
3367 (with-temp-buffer-window): Don't evaluate BODY within
3368 with-current-buffer (Bug#16816).
3369
3370 2014-02-21 Michael Albinus <michael.albinus@gmx.de>
3371
3372 * net/tramp.el (tramp-check-cached-permissions):
3373 Call `file-attributes' with `suffix' being a symbol but a string.
3374
3375 2014-02-21 Daniel Colascione <dancol@dancol.org>
3376
3377 * net/dbus.el (dbus-init-bus-1): Declare new subr.
3378 (dbus-init-bus): New function: call into dbus-init-bus-1
3379 and installs a handler for the disconnect signal.
3380 (dbus-call-method): Rewrite to look for result in cons.
3381 (dbus-call-method-handler): Store result in cons.
3382 (dbus-check-event): Recognize events with nil sender as valid.
3383 (dbus-handle-bus-disconnect): New function. React to bus
3384 disconnection signal by synthesizing dbus error for each
3385 pending synchronous or asynchronous call.
3386 (dbus-notice-synchronous-call-errors): New function.
3387 (dbus-handle-event): Raise errors directly only when `dbus-debug'
3388 is true, not all the time.
3389
3390 2014-02-21 Juanma Barranquero <lekktu@gmail.com>
3391
3392 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
3393 Remove obsolescence declarations, these variables do not exist anymore.
3394
3395 * savehist.el (savehist-save-minibuffer-history)
3396 (savehist-additional-variables, savehist-file, savehist-mode-hook)
3397 (savehist-save-hook, savehist-coding-system, savehist-loaded)
3398 (savehist-load, savehist-install, savehist-autosave): Fix typos;
3399 mostly, refer to "Savehist mode" when talking about the mode,
3400 and not the function.
3401
3402 * saveplace.el (save-place): Remove redundant info in docstring.
3403 (save-place-forget-unreadable-files, toggle-save-place)
3404 (save-place-forget-unreadable-files, save-place-dired-hook):
3405 Fix typos and remove unneeded backslashes.
3406
3407 2014-02-20 Michael Albinus <michael.albinus@gmx.de>
3408
3409 * net/tramp.el (ls-lisp-use-insert-directory-program): Declare.
3410 (tramp-handle-insert-directory): New defun, taken from tramp-gvfs.el.
3411
3412 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist)
3413 <insert-directory>: Use `tramp-handle-insert-directory'.
3414 (tramp-gvfs-handle-insert-directory): Remove function.
3415
3416 * net/tramp-sh.el (tramp-sh-handle-insert-directory):
3417 Call `tramp-handle-insert-directory'.
3418
3419 2014-02-20 Juanma Barranquero <lekktu@gmail.com>
3420
3421 * elec-pair.el (electric-pair-syntax-info): Do not check syntax
3422 before the start of buffer/region (bug#16799).
3423
3424 2014-02-20 Glenn Morris <rgm@gnu.org>
3425
3426 * isearch.el (search-invisible): Doc fix.
3427
3428 2014-02-20 W. Trevor King <wking@tremily.us> (tiny change)
3429
3430 * term/xterm.el (xterm--version-handler): Adapt to xterm-280's output
3431 (bug#16657).
3432
3433 2014-02-19 Juanma Barranquero <lekktu@gmail.com>
3434
3435 * frameset.el (frameset-restore): Delay removing an old frame's
3436 duplicate id until the new frame has been correctly created.
3437
3438 2014-02-19 Michael Albinus <michael.albinus@gmx.de>
3439
3440 * net/tramp.el (tramp-handle-make-symbolic-link): New defun.
3441 (tramp-check-cached-permissions): Call `file-attributes' if the
3442 cache is empty.
3443
3444 * net/tramp-adb.el (tramp-adb-file-name-handler-alist)
3445 <make-symbolic-link>: Use `tramp-handle-make-symbolic-link'.
3446
3447 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist)
3448 <make-symbolic-link>: Use `tramp-handle-make-symbolic-link'.
3449 (tramp-gvfs-maybe-open-connection): Set always connection
3450 properties, even if target is mounted already.
3451
3452 * net/tramp-sh.el (tramp-color-escape-sequence-regexp):
3453 Set tramp-autoload cookie.
3454 (tramp-get-remote-touch): New defun.
3455 (tramp-sh-handle-set-file-times): Use it.
3456 (tramp-sh-handle-directory-files-and-attributes):
3457 Use `tramp-handle-directory-files-and-attributes' if neither stat
3458 nor perl are available on the remote host.
3459
3460 * net/tramp-smb.el (tramp-smb-handle-insert-directory): Mark trailing
3461 "/". Write long listing only when "l" belongs to the switches.
3462
3463 * net/trampver.el: Update release number.
3464
3465 2014-02-19 Juanma Barranquero <lekktu@gmail.com>
3466
3467 * frameset.el (frameset--reuse-frame): Remove workaround for bug#16793.
3468
3469 2014-02-19 Martin Rudalics <rudalics@gmx.at>
3470
3471 * window.el (window-state-put): Allow WINDOW to refer to an
3472 internal window (Bug#16793).
3473
3474 2014-02-19 Glenn Morris <rgm@gnu.org>
3475
3476 * textmodes/remember.el: Move provide statement to end.
3477 (remember-mode-map, remember-notes-mode-map, remember-notes-mode)
3478 (remember-notes): Doc fixes.
3479
3480 2014-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
3481
3482 * delsel.el (delete-char): Restore incorrectly erased property
3483 (bug#16795).
3484
3485 2014-02-18 Juanma Barranquero <lekktu@gmail.com>
3486
3487 * frameset.el (frameset--restore-frame): When a frame is being reused
3488 and its root window is not alive, delete all the frame's windows before
3489 restoring the window state. This works around the issue in bug#16793.
3490
3491 2014-02-18 Glenn Morris <rgm@gnu.org>
3492
3493 * textmodes/remember.el (remember-data-directory)
3494 (remember-directory-file-name-format, remember-store-in-files)
3495 (remember-notes-initial-major-mode, remember-notes-bury-on-kill)
3496 (remember-notes-save-and-bury-buffer)
3497 (remember-notes--kill-buffer-query): Doc fixes.
3498
3499 * desktop.el (desktop-save-mode, desktop-auto-save-timeout): Doc fixes.
3500
3501 2014-02-17 Alan Mackenzie <acm@muc.de>
3502
3503 Connect electric-indent-mode up with CC Mode. Bug #15478.
3504 * progmodes/cc-mode.el (c-initialize-cc-mode): Add CC Mode hooks
3505 to electric-indent-{,local-}-mode.
3506 (c-basic-common-init): Set electric-indent-inhibit.
3507 Initialise c-electric-flag from electric-indent-mode.
3508 (c-electric-indent-mode-hook, c-electric-indent-local-mode-hook):
3509 New hook functions which propagate electric-indent-mode to CC mode.
3510
3511 * progmodes/cc-cmds.el (c-toggle-electric-state): When C-c C-l is
3512 hit, toggle electric-indent-local-mode.
3513
3514 * electric.el (electric-indent-mode-has-been-called):
3515 New variable.
3516
3517 2014-02-17 Juanma Barranquero <lekktu@gmail.com>
3518
3519 * frameset.el (frameset-cfg-id): New function.
3520 (frameset--reuse-frame, frameset-restore): Use it.
3521 (frameset--jump-to-register): Try harder to reuse frames (bug#16748).
3522
3523 2014-02-17 Stefan Monnier <monnier@iro.umontreal.ca>
3524
3525 * ido.el (ido-file-internal): Remove unused var `d'.
3526 Use \` for to match BoS. Fit within 80n columns.
3527
3528 2014-02-17 Daniel Colascione <dancol@dancol.org>
3529
3530 * net/dbus.el (dbus-call-method): Work around bug#16775 by having
3531 dbus-call-method check for completion using a busy-wait loop with
3532 gradual backoff.
3533
3534 2014-02-16 Michael Albinus <michael.albinus@gmx.de>
3535
3536 Sync with Tramp 2.2.9.
3537
3538 * net/trampver.el: Update release number.
3539
3540 2014-02-16 Dmitry Gutov <dgutov@yandex.ru>
3541
3542 * ido.el (ido-file-internal): Don't add the name of an existing
3543 directory twice. (Bug#16747)
3544
3545 2014-02-16 Glenn Morris <rgm@gnu.org>
3546
3547 * vc/ediff-init.el (ediff-use-faces, ediff-highlight-all-diffs):
3548 Do not use ediff-defvar-local on pre-defined variables. (Bug#16744)
3549
3550 2014-02-15 Michael R. Mauger <michael@mauger.com>
3551
3552 * progmodes/sql.el: Version 3.4
3553 (sql-oracle-options): New default value ("-L").
3554 (sql-mode-oracle-font-lock-keywords): Add placeholder highlighting.
3555 (sql-placeholders-filter): Correct placeholder pattern.
3556 (sql-read-table-name): Bug fix. Detect absence of SQLi process.
3557 (sql-login-delay): New variable.
3558 (sql-product-interactive): Use it.
3559
3560 2014-02-15 Juanma Barranquero <lekktu@gmail.com>
3561
3562 * frameset.el (frameset--jump-to-register): Check that buffer is live
3563 (bug#16749).
3564
3565 2014-02-15 Glenn Morris <rgm@gnu.org>
3566
3567 * info.el (info-initialize): Revert 2014-01-10 change.
3568
3569 2014-02-14 Glenn Morris <rgm@gnu.org>
3570
3571 * replace.el (map-query-replace-regexp)
3572 (read-regexp-defaults-function, read-regexp): Doc fixes.
3573
3574 * dired.el (dired-read-regexp):
3575 * faces.el (list-faces-display):
3576 * misearch.el (multi-isearch-read-matching-buffers)
3577 (multi-isearch-read-matching-files):
3578 * play/cookie1.el (cookie-apropos):
3579 * progmodes/grep.el (grep-read-regexp): Doc fixes.
3580
3581 * textmodes/remember.el (remember): Use frameset-to-register
3582 rather than frame-configuration-to-register.
3583
3584 2014-02-14 Jay Belanger <jay.p.belanger@gmail.com>
3585
3586 * calc/calc-menu.el (calc-vectors-menu): Remove menu item for
3587 incorrect keybinding.
3588
3589 2014-02-13 Daniel Colascione <dancol@dancol.org>
3590
3591 * progmodes/flymake.el (flymake-post-syntax-check): Widen buffer
3592 when adding overlays so that line numbers from compiler match line
3593 numbers we use.
3594
3595 2014-02-13 Glenn Morris <rgm@gnu.org>
3596
3597 * mail/rmail.el (rmail-probe): Be less strict. (Bug#16743)
3598
3599 * jit-lock.el (jit-lock-mode): Doc fix.
3600
3601 2014-02-13 Juanma Barranquero <lekktu@gmail.com>
3602
3603 * apropos.el (apropos-read-pattern): When the user passes an empty
3604 string, give a more helpful error message than "Wrong type
3605 argument: stringp, nil".
3606
3607 2014-02-13 Stefan Monnier <monnier@iro.umontreal.ca>
3608
3609 * jit-lock.el (jit-lock-mode): Keep it disabled in indirect buffers.
3610
3611 2014-02-13 Glenn Morris <rgm@gnu.org>
3612
3613 * finder.el (finder-known-keywords, finder-mode-map): Doc fixes.
3614
3615 2014-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
3616
3617 * emulation/cua-base.el (cua-scroll-up, cua-scroll-down): Mark them as
3618 shift-select commands.
3619
3620 2014-02-12 Dmitry Gutov <dgutov@yandex.ru>
3621
3622 * progmodes/js.el (js-indent-line): Don't widen.
3623 http://lists.gnu.org/archive/html/emacs-devel/2012-06/msg00276.html
3624
3625 2014-02-12 Glenn Morris <rgm@gnu.org>
3626
3627 * icomplete.el (icomplete): Add info-link to defgroup.
3628 (icomplete-with-completion-tables, icomplete-minibuffer-setup-hook)
3629 (icomplete-minibuffer-map, icomplete-mode)
3630 (icomplete-simple-completing-p, icomplete-completions): Doc fixes.
3631
3632 * emacs-lisp/package.el (package-menu-mode-map): Tweak menu.
3633 (package-menu-filter): Rename from package-menu-filter-interactive.
3634 Doc fix.
3635
3636 2014-02-11 Juanma Barranquero <lekktu@gmail.com>
3637
3638 * frameset.el (frameset--jump-to-register): Select the required
3639 window and buffer before restoring position (bug#16696).
3640
3641 2014-02-11 Lars Ingebrigtsen <larsi@gnus.org>
3642
3643 * dired.el (dired-get-marked-files): Clarify doc (bug#11534).
3644
3645 2014-02-10 Glenn Morris <rgm@gnu.org>
3646
3647 * jit-lock.el (jit-lock-force-redisplay): Doc fix. (Bug#14394)
3648
3649 2014-02-10 Eli Zaretskii <eliz@gnu.org>
3650
3651 * w32-common-fns.el (x-get-selection): Doc fix.
3652 * select.el (x-get-selection): Doc fix. (Bug#15109)
3653
3654 * face-remap.el (face-remap-add-relative)
3655 (face-remap-remove-relative, face-remap-reset-base)
3656 (face-remap-set-base): Call force-mode-line-update to redisplay
3657 the current buffer due to potential change in faces. (Bug#16709)
3658
3659 2014-02-10 Michael Albinus <michael.albinus@gmx.de>
3660
3661 * net/tramp-sh.el (tramp-sh-handle-vc-registered): Apply heredoc
3662 script more robustly.
3663
3664 2014-02-10 Lars Ingebrigtsen <larsi@gnus.org>
3665
3666 * dired.el (dired-get-marked-files): Doc fix (bug#11534).
3667
3668 * simple.el (choose-completion): Doc fix (bug#14160).
3669
3670 * subr.el (event-start): Say what a nil EVENT value means.
3671
3672 * kmacro.el (kmacro-bind-to-key): Say that the parameter is unused
3673 (bug#14197).
3674
3675 * progmodes/grep.el (find-program): Doc fix (bug#14289).
3676
3677 * files.el (confirm-kill-emacs): Clarify doc (bug#15455).
3678
3679 * emacs-lisp/lisp.el (up-list): Doc fix (bug#15832).
3680
3681 * files.el (confirm-kill-emacs): Allow specifying an arbitrary
3682 predicate function (bug#15455).
3683
3684 2014-02-10 Dmitry Gutov <dgutov@yandex.ru>
3685
3686 * ielm.el (inferior-emacs-lisp-mode): Instead of
3687 `comment-use-global-state', set `comment-use-syntax'.
3688
3689 2014-02-10 Glenn Morris <rgm@gnu.org>
3690
3691 * emacs-lisp/gulp.el (gulp-discard): Add emacs-devel.
3692
3693 2014-02-09 Alan Mackenzie <acm@muc.de>
3694
3695 Fix c-invalidate-state-cache on narrowed buffers.
3696 * progmodes/cc-defs.el (c-with-all-but-one-cpps-commented-out):
3697 Widen when setting and clearing the CPP delimiter properties.
3698
3699 2014-02-09 Lars Ingebrigtsen <larsi@gnus.org>
3700
3701 * help.el (describe-bindings): Doc fix (bug#9888).
3702
3703 * files.el (save-buffer): Use ARG as the parameter name for
3704 consistency (bug#10346).
3705 (save-buffer): Clarify the 0 argument (bug#10346).
3706
3707 * cus-edit.el (customize-apropos): Fix error string.
3708 (custom-buffer-create): Doc fix (bug#11122).
3709 (custom-sort-items): Doc fix (bug#11121).
3710
3711 * repeat.el (repeat-message-function): Reword doc slightly (bug#11619).
3712
3713 * icomplete.el (icomplete-with-completion-tables): Doc fix (bug#11654).
3714 (icomplete-simple-completing-p): Mention the previous variable.
3715
3716 * font-lock.el (font-lock-value-in-major-mode): Clarify the
3717 meaning of the parameter (bug#12282).
3718
3719 * files.el (find-file-noselect): Clarify prompt when changing
3720 readedness (bug#13261).
3721 (locate-file): Suffixes aren't returned, so don't say that they
3722 are (bug#12674).
3723 (backup-inhibited): Doc clarification (bug#12525).
3724
3725 * dired.el (dired-internal-do-deletions): Don't say "Deleting..."
3726 before we actually start to delete things (bug#16331).
3727
3728 * subr.el (event-start): Doc fix (bug#14228).
3729 (event-end): Ditto.
3730
3731 2014-02-09 Glenn Morris <rgm@gnu.org>
3732
3733 * emacs-lisp/warnings.el (lwarn):
3734 Empower help-enable-auto-load. (Bug#15940)
3735
3736 2014-02-08 Andreas Schwab <schwab@linux-m68k.org>
3737
3738 * vc/log-edit.el (log-edit-comment-to-change-log): Doc fix.
3739 (Bug#16690)
3740
3741 2014-02-08 Michael Albinus <michael.albinus@gmx.de>
3742
3743 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
3744 Insert output at end of buffer. (Bug#16120)
3745
3746 2014-02-08 Lars Ingebrigtsen <larsi@gnus.org>
3747
3748 * simple.el (choose-completion-string-functions): Document new
3749 calling convention (bug#14153).
3750 (execute-extended-command): Clarify doc string (bug#13373).
3751
3752 * kmacro.el (kmacro-exec-ring-item): Doc fix (bug#14198).
3753
3754 * find-dired.el (find-name-dired): Doc fix (bug#14290).
3755 (find-grep-dired): Doc fix (bug#14288).
3756
3757 2014-02-08 Juri Linkov <juri@jurta.org>
3758
3759 * isearch.el (isearch-quote-char): Check character validity
3760 like in `quoted-insert' (bug#16677).
3761
3762 2014-02-08 Lars Ingebrigtsen <larsi@gnus.org>
3763
3764 * files.el (find-file-visit-truename): Doc clarification (bug#14697).
3765
3766 * isearch.el (isearch-hide-immediately): Doc clarification
3767 (bug#14723).
3768
3769 * simple.el (line-move): Document utility function used many
3770 places in the Emacs sources (bug#14843).
3771
3772 * dired.el (dired-mode-map): Make :help text more accurate (bug#14893).
3773 (dired-prev-marked-file): Doc fix (bug#14855).
3774 (dired-up-directory): Doc fix (bug#14848).
3775
3776 * minibuffer.el (read-file-name): Doc clarification (bug#15096).
3777
3778 * files.el (file-relative-name): Doc fix (bug#15159).
3779
3780 * fringe.el (fringe-styles): Doc fix (bug#15239).
3781
3782 * isearch.el (isearch-filter-predicate): Documentation typo fix
3783 (bug#15474).
3784
3785 * info-look.el (info-lookup-symbol): Document MODE (bug#15498).
3786
3787 * isearch.el (isearch-cmds): Doc clarification (bug#15547).
3788
3789 * replace.el (replace-match-maybe-edit): Doc clarification
3790 (bug#15632).
3791
3792 * subr.el (add-to-list): Refill the paragraphs (bug#15791).
3793
3794 * macros.el (insert-kbd-macro): Doc fix (bug#16025).
3795
3796 2014-02-08 Glenn Morris <rgm@gnu.org>
3797
3798 * help-fns.el (describe-variable):
3799 Check {file,dir}-local-variables-alist, and buffer-file-name,
3800 in the correct buffer.
3801
3802 2014-02-08 Ingo Lohmar <i.lohmar@gmail.com>
3803
3804 * help-fns.el (describe-variable): Fix the case where
3805 a value is directory-local with no dir-locals file. (Bug#16635)
3806
3807 2014-02-08 Glenn Morris <rgm@gnu.org>
3808
3809 * abbrev.el (edit-abbrevs-mode):
3810 Derive from fundamental-mode. (Bug#16682)
3811
3812 2014-02-07 Juanma Barranquero <lekktu@gmail.com>
3813
3814 * simple.el (quoted-insert): Check character validity (bug#16677).
3815
3816 2014-02-07 Juri Linkov <juri@jurta.org>
3817
3818 * desktop.el (desktop-read): Claim the lock when the owner is not
3819 the current process. (Bug#16157)
3820
3821 2014-02-07 Juri Linkov <juri@jurta.org>
3822
3823 * desktop.el (desktop-buffers-not-to-save): Change default from nil
3824 to "\\` ". (Bug#16651)
3825
3826 2014-02-07 Juri Linkov <juri@jurta.org>
3827
3828 * desktop.el (desktop-save-mode): Call `desktop-auto-save-set-timer'
3829 when enabling, and `desktop-auto-save-cancel-timer' when disabling.
3830 (desktop-auto-save-cancel-timer): New function with some code from
3831 `desktop-auto-save-set-timer'.
3832 (after-init-hook): Don't call `desktop-auto-save-set-timer'.
3833 Instead of setting `desktop-save-mode' to nil, call
3834 `desktop-save-mode' with arg 0. (Bug#16630)
3835
3836 2014-02-07 Glenn Morris <rgm@gnu.org>
3837
3838 * hi-lock.el (hi-lock-auto-select-face, hi-lock-line-face-buffer)
3839 (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
3840 (hi-lock-face-symbol-at-point, hi-lock-read-face-name): Doc tweaks.
3841
3842 * obsolete/iswitchb.el: Move to obsolete/.
3843 * simple.el (iswitchb-mode): Add manual autoloads to ease transition,
3844 since obsolete/ is not scanned for autoloads.
3845 * emacs-lisp/authors.el (authors-valid-file-names):
3846 Add iswitchb.el.
3847
3848 * obsolete/meese.el: Restore as obsolete (deleted 2014-01-11).
3849 Disable now non-functional find-file-hook.
3850
3851 2014-02-06 Michael Albinus <michael.albinus@gmx.de>
3852
3853 * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use "&&"
3854 instead of ";" in order to avoid additional prompts. Let heredoc
3855 scripts read from tty. (Bug#16582)
3856 (tramp-send-command): No special handling of heredocs, it isn't
3857 necessary anymore.
3858
3859 2014-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
3860
3861 * emacs-lisp/lisp.el (lisp-completion-at-point): Symbols don't start
3862 with a space (bug#16664). Limit the symbols considered to the ones
3863 that are bound or fbound (bug#16646).
3864
3865 2014-02-06 Glenn Morris <rgm@gnu.org>
3866
3867 * epa.el (epa-mail-aliases): Doc fix.
3868
3869 2014-02-06 Dmitry Gutov <dgutov@yandex.ru>
3870
3871 * emacs-lisp/lisp.el (lisp-completion-at-point):
3872 Use `completion-table-merge' instead of `completion-table-in-turn'
3873 (bug#16604).
3874
3875 * minibuffer.el (completion-table-merge): New function.
3876
3877 2014-02-05 Michael Albinus <michael.albinus@gmx.de>
3878
3879 * net/tramp-sh.el (tramp-end-of-heredoc): New defconst.
3880 (tramp-sh-handle-set-file-acl)
3881 (tramp-sh-handle-start-file-process)
3882 (tramp-sh-handle-write-region, tramp-sh-handle-vc-registered)
3883 (tramp-find-executable, tramp-send-command): Use it.
3884
3885 2014-02-05 Glenn Morris <rgm@gnu.org>
3886
3887 * epa.el (epa-mail-aliases): Fix custom type. Doc tweak.
3888
3889 2014-02-04 Fabián Ezequiel Gallina <fgallina@gnu.org>
3890
3891 * progmodes/python.el (python-shell-send-string)
3892 (python-shell-send-string-no-output): Fix docstring (Bug#16547).
3893
3894 2014-02-04 Anders Lindgren <andlind@gmail.com>
3895
3896 * emacs-lisp/ert.el (ert--activate-font-lock-keywords): Allow dashes in
3897 the names (bug#16620).
3898
3899 2014-02-03 Martin Rudalics <rudalics@gmx.at>
3900
3901 * faces.el (window-divider): New default value. Rewrite doc-string.
3902 (window-divider-first-pixel, window-divider-last-pixel): New faces.
3903
3904 2014-02-03 Dmitry Gutov <dgutov@yandex.ru>
3905
3906 * progmodes/ruby-mode.el (ruby-font-lock-keywords): `private',
3907 `protected' and `public' can also be called without arguments.
3908
3909 2014-02-03 Glenn Morris <rgm@gnu.org>
3910
3911 * register.el (window-configuration-to-register)
3912 (frame-configuration-to-register): Unadvertise unused argument.
3913 * frameset.el (frameset-to-register): Remove unused argument.
3914
3915 * frameset.el (frameset-to-register):
3916 * kmacro.el (kmacro-to-register):
3917 * register.el (increment-register):
3918 * calc/calc-yank.el (calc-copy-to-register, calc-insert-register)
3919 (calc-append-to-register, calc-prepend-to-register):
3920 * play/gametree.el (gametree-layout-to-register)
3921 (gametree-apply-register-layout):
3922 * textmodes/picture.el (picture-clear-rectangle-to-register)
3923 (picture-yank-rectangle-from-register):
3924 * vc/emerge.el (emerge-combine-versions-register):
3925 Use register-read-with-preview to read registers.
3926
3927 2014-02-03 João Távora <joaotavora@gmail.com>
3928
3929 * elec-pair.el (electric-pair-backward-delete-char): Don't error
3930 when at beginning of (possibly narrowed) buffer.
3931
3932 2014-02-02 Daniel Colascione <dancol@dancol.org>
3933
3934 * help-at-pt.el (help-at-pt-string, help-at-pt-maybe-display):
3935 Also try to display local help from just before point.
3936
3937 2014-02-02 Alan Mackenzie <bug-cc-mode@gnu.org>
3938
3939 c-parse-state. Don't "append-lower-brace-pair" in certain
3940 circumstances. Also fix an obscure bug where "\\s!" shouldn't be
3941 recognised as a comment.
3942
3943 * progmodes/cc-engine.el (c-state-pp-to-literal): Check for "\\s!"
3944 as well as normal comment starter.
3945 (c-parse-state-get-strategy): Extra return possibility
3946 'back-and-forward.
3947 (c-remove-stale-state-cache): Extra element CONS-SEPARATED in
3948 return value list to indicate replacement of a brace-pair cons
3949 with its car.
3950 (c-parse-state-1): With 'back-and-forward, only call
3951 c-append-lower-brace-pair-to state-cache when cons-separated.
3952
3953 2014-02-02 Jan Djärv <jan.h.d@swipnet.se>
3954
3955 * term/ns-win.el (ns-suspend-error): New function.
3956 (ns-initialize-window-system): Add ns-suspend-error to
3957 suspend-hook (Bug#16612).
3958
3959 2014-02-02 Daniel Colascione <dancol@dancol.org>
3960
3961 * progmodes/cc-defs.el (c-find-assignment-for-mode):
3962 Make loading cc-mode silent.
3963
3964 2014-02-02 Daniel Colascione <dancol@dancol.org>
3965
3966 * comint.el (comint-prompt-read-only): Change doc to suggest
3967 remap keybinding.
3968
3969 2014-02-02 Glenn Morris <rgm@gnu.org>
3970
3971 * register.el (register-read-with-preview, point-to-register)
3972 (window-configuration-to-register, frame-configuration-to-register)
3973 (jump-to-register, number-to-register, view-register, insert-register)
3974 (copy-to-register, append-to-register, prepend-to-register)
3975 (copy-rectangle-to-register): Doc fixes.
3976
3977 2014-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
3978
3979 * help-fns.el (help-C-file-name): Handle advised functions (bug#16478).
3980 * emacs-lisp/find-func.el (find-function-C-source): Idem.
3981 * emacs-lisp/nadvice.el (advice--cd*r): New function.
3982 * help-fns.el (describe-function-1): Use it.
3983
3984 2014-02-02 Glenn Morris <rgm@gnu.org>
3985
3986 * register.el (register-preview-default): New function,
3987 split from register-preview.
3988 (register-preview-function): Rename from register-preview-functions,
3989 make it not a hook.
3990 (register-preview): Use register-preview-function.
3991 (register-read-with-preview): Error on non-character event. (Bug#16595)
3992
3993 2014-02-01 Dmitry Gutov <dgutov@yandex.ru>
3994
3995 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Check for
3996 `:' before binary operators (bug#16609). Don't check for `:'
3997 before `[' and `(', or their syntax status. A percent literal
3998 can't end with either.
3999 (ruby-font-lock-keywords): For built-ins that require arguments,
4000 check that they're followed by something that looks like argument
4001 (bug#16610).
4002
4003 2014-02-01 Lars Ingebrigtsen <larsi@gnus.org>
4004
4005 * subr.el (butlast): Document what an omitted N means (bug#13437).
4006 (nbutlast): Ditto.
4007
4008 2014-01-31 Lars Ingebrigtsen <larsi@gnus.org>
4009
4010 * net/shr.el (shr-generic): Make into a defsubst to make the stack
4011 depth shallower (bug#16587).
4012 (shr-tag-svg): Respect `shr-inhibit-images'.
4013 (shr-dom-to-xml): Respect `shr-blocked-images' (bug#15882).
4014
4015 2014-01-31 Dmitry Gutov <dgutov@yandex.ru>
4016
4017 * progmodes/ruby-mode.el (ruby-align-chained-calls): New option.
4018 (ruby-smie-grammar): Make "." right-associative. Make its priority
4019 lower than the ternary and all binary operators.
4020 (ruby-smie-rules): Indent "(" relative to the first non-"."
4021 parent, or the first "." parent at indentation.
4022 Use `ruby-align-chained-calls' for indentation of "." tokens.
4023 (Bug#16593)
4024
4025 2014-01-31 Juri Linkov <juri@jurta.org>
4026
4027 * sort.el (delete-duplicate-lines): Remove `:weakness 'key'
4028 from `make-hash-table'.
4029
4030 * textmodes/ispell.el (ispell-init-process): Change message format
4031 to be consistent with other messages.
4032
4033 2014-01-31 Glenn Morris <rgm@gnu.org>
4034
4035 * delsel.el (delete-selection-mode): Doc fix.
4036
4037 * emacs-lisp/trace.el (trace--read-args, trace-function-foreground)
4038 (trace-function-background): Doc fixes.
4039
4040 * ido.el (ido-use-virtual-buffers): Doc fix.
4041 Reset :version, since the default value has not changed.
4042
4043 * register.el (register-preview-delay, register-read-with-preview):
4044 Doc fixes.
4045
4046 * mail/reporter.el (reporter-dump-variable): In case of void-variable,
4047 do not mess with mail-buffer position (fixes 2009-11-03 change).
4048 * progmodes/cc-mode.el (c-submit-bug-report):
4049 Check auto-fill-mode is bound. (Bug#16592)
4050
4051 2014-01-31 Darren Hoo <darren.hoo@gmail.com>
4052
4053 * startup.el (fancy-splash-image-file): New function,
4054 split from fancy-splash-head.
4055 (fancy-splash-head, use-fancy-splash-screens-p): Use it,
4056 so that we are both using the same image. (Bug#16574)
4057
4058 2014-01-30 Glenn Morris <rgm@gnu.org>
4059
4060 * simple.el (eval-expression): Doc fix.
4061
4062 * hexl.el (hexl-mode-hook):
4063 * ielm.el (ielm-mode-hook):
4064 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-hook)
4065 (lisp-interaction-mode-hook):
4066 * progmodes/cfengine.el (cfengine3-documentation-function):
4067 Replace obsolete alias `turn-on-eldoc-mode' with `eldoc-mode'.
4068
4069 2014-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
4070
4071 * emacs-lisp/eieio-opt.el (eieio-help-generic): Don't assume `generic'
4072 is a symbol (bug#16584).
4073
4074 2014-01-30 Glenn Morris <rgm@gnu.org>
4075
4076 * help.el (help-for-help-internal): Add "P" to text.
4077
4078 2014-01-29 Glenn Morris <rgm@gnu.org>
4079
4080 * simple.el (just-one-space, cycle-spacing): Doc fixes.
4081
4082 2014-01-28 Martin Rudalics <rudalics@gmx.at>
4083
4084 * window.el (fit-frame-to-buffer): Fix calculations for margins and
4085 height constraints.
4086
4087 2014-01-28 Luke Lee <luke.yx.lee@gmail.com>
4088
4089 * progmodes/hideif.el: Extend to full CPP expression syntax.
4090 (hif-token-alist): Add missing tokens.
4091 (hif-token-regexp): Add support for float/octal/hex immediates.
4092 (hif-string-literal-regexp): New const.
4093 (hif-tokenize): Recognize strings and float/octal/hex immediates.
4094 (hif-exprlist): New function.
4095 (hif-parse-if-exp): Use it.
4096 (hif-logior-expr, hif-logxor-expr, hif-logand-expr, hif-comp-expr)
4097 (hif-logshift-expr, hif-muldiv-expr, hif-lognot, hif-shiftleft)
4098 (hif-shiftright, hif-multiply, hif-divide, hif-modulo, hif-equal)
4099 (hif-logxor, hif-comma): New functions.
4100
4101 2014-01-28 Glenn Morris <rgm@gnu.org>
4102
4103 * textmodes/fill.el (fill-single-char-nobreak-p): Doc tweak.
4104
4105 * indent.el (tab-stop-list): Doc fix. Add :version.
4106
4107 * vc/pcvs.el (vc-editable-p, vc-checkout): Remove unused declarations.
4108 (cvs-append-to-ignore): Add compatibility alias.
4109
4110 2014-01-27 Glenn Morris <rgm@gnu.org>
4111
4112 * dired.el (dired-hide-details-mode): Don't autoload it,
4113 since it cannot be used outside Dired buffers anyway.
4114
4115 * emulation/cua-base.el (cua-mode): Doc fix.
4116
4117 * dired.el (dired-hide-details-hide-symlink-targets)
4118 (dired-hide-details-hide-information-lines)
4119 (dired-hide-details-mode): Doc fixes.
4120
4121 * shadowfile.el (shadow-info-file, shadow-todo-file): Doc fix.
4122 * strokes.el (strokes-file): Doc fix. Bump :version.
4123 (strokes-help): Doc fix.
4124 * emulation/viper-init.el (viper-vi-style-in-minibuffer): Doc fix.
4125 * emulation/viper.el (viper): Doc fix for custom group.
4126 (top-level): Remove oh-so-no-longer-relevant text about vip.
4127 * obsolete/otodo-mode.el (todo-prefix): Doc fix.
4128
4129 * ido.el (ido-save-directory-list-file):
4130 * saveplace.el (save-place-file):
4131 * calendar/timeclock.el (timeclock-file):
4132 * net/quickurl.el (quickurl-url-file):
4133 * obsolete/otodo-mode.el (todo-file-do, todo-file-done, todo-file-top):
4134 * progmodes/idlwave.el (idlwave-config-directory):
4135 * textmodes/remember.el (remember-data-file):
4136 Bump :version.
4137
4138 2014-01-26 Glenn Morris <rgm@gnu.org>
4139
4140 * progmodes/opascal.el (opascal-tab-always-indents, opascal-tab):
4141 Doc fix. Make obsolete.
4142 (opascal-mode): No longer mention opascal-tab-always-indents in doc.
4143
4144 * sort.el (delete-duplicate-lines): Doc fix.
4145
4146 2014-01-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
4147
4148 * progmodes/ada-mode.el (ada):
4149 * woman.el (woman): Link to info manual and Commentary section.
4150
4151 * progmodes/flymake.el (flymake):
4152 * nxml/nxml-mode.el (nxml):
4153 * net/eww.el (eww):
4154 * speedbar.el (speedbar, speedbar-faces, speedbar-vc):
4155 * htmlfontify.el (htmlfontify):
4156 * ses.el (ses):
4157 * epa.el (epa):
4158 * ido.el (ido): Link to info manual.
4159
4160 2014-01-25 Leo Liu <sdl.web@gmail.com>
4161
4162 * progmodes/flymake.el (flymake-make-overlay): No rear advance.
4163
4164 2014-01-25 Adam Sjøgren <asjo@koldfront.dk>
4165
4166 * net/shr.el (shr-tag-img): Prefer the title over the alt text
4167 (bug#16537).
4168
4169 2014-01-24 Juanma Barranquero <lekktu@gmail.com>
4170
4171 * net/eww.el (eww-download-callback):
4172 Fix reference to eww-download-directory.
4173
4174 * emacs-lisp/bytecomp.el (byte-compile-file):
4175 Remove unused local variable `file-name'.
4176
4177 2014-01-24 Glenn Morris <rgm@gnu.org>
4178
4179 * woman.el (woman-default-faces, woman-monochrome-faces):
4180 Fix obsolescence specification.
4181
4182 * subr.el (with-demoted-errors): Doc fix.
4183
4184 2014-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
4185
4186 * emacs-lisp/cl-macs.el: Improve type->predicate mapping (bug#16520).
4187 (cl--macroexp-fboundp): New function.
4188 (cl--make-type-test): Use it.
4189
4190 2014-01-23 Glenn Morris <rgm@gnu.org>
4191
4192 * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-last-sexp):
4193 * simple.el (eval-expression): Doc fixes.
4194
4195 2014-01-22 Glenn Morris <rgm@gnu.org>
4196
4197 * emacs-lisp/authors.el (authors-fixed-entries): Addition.
4198
4199 2014-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
4200
4201 * emacs-lisp/package.el: Write files silently.
4202 (package-autoload-ensure-default-file, package--write-file-no-coding)
4203 (package-generate-description-file, package--download-one-archive)
4204 (package-install-from-archive): Tell `write-region' to stay quiet.
4205 (package-menu-mode, package-menu--print-info): Omit the Archive column
4206 if there's only one archive.
4207 (package-all-keywords, package--has-keyword-p): Remove dead code.
4208
4209 2014-01-22 Glenn Morris <rgm@gnu.org>
4210
4211 * version.el (emacs-bzr-version-bzr): Fix typo.
4212
4213 * version.el (emacs-repository-get-version):
4214 Check either .bzr or .git, but not both.
4215 Make the git case actually use the DIR argument, and return nil
4216 rather than the empty string.
4217 Avoid error if .git exists but the git executable is not found.
4218
4219 2014-01-22 Martin Rudalics <rudalics@gmx.at>
4220
4221 Fixes in window size functions around Bug#16430 and Bug#16470.
4222 * window.el (window-total-size, window-size): New argument ROUND.
4223 (window--min-delta-1, window-min-delta, window--max-delta-1):
4224 Be more conservative when calculating the numbers of lines or
4225 columns a window can shrink (Bug#16430).
4226 (fit-window-to-buffer): Simplify code.
4227 * term.el (term-window-width): Call window-body-width again.
4228
4229 2014-01-22 Glenn Morris <rgm@gnu.org>
4230
4231 * image.el (image-format-suffixes): Doc fix.
4232
4233 * international/quail.el (quail-define-package): Doc fix.
4234
4235 * emacs-lisp/authors.el (authors-valid-file-names)
4236 (authors-renamed-files-alist): Additions.
4237
4238 * vc/vc-git.el (vc-git-print-log): Remove --follow;
4239 reverts 2014-01-09 change. (Bug#16422)
4240
4241 * calc/calc-embed.el (thing-at-point-looking-at):
4242 * emacs-lisp/map-ynp.el (x-popup-dialog):
4243 * obsolete/lmenu.el (x-popup-dialog):
4244 * emacs-lisp/package.el (url-recreate-url):
4245 * mail/mailclient.el (clipboard-kill-ring-save):
4246 * subr.el (x-popup-dialog): Update declaration.
4247 * mail/rmail.el (rmail-mime-message-p):
4248 * window.el (tool-bar-lines-needed): Remove unnecessary declaration.
4249
4250 2014-01-21 Daniel Colascione <dancol@dancol.org>
4251
4252 * progmodes/sh-script.el (sh--inside-noncommand-expression):
4253 Correctly detect when we're inside an arithmetic expansion form
4254 containing nested parenthesis.
4255 (sh--maybe-here-document): Use `sh--inside-noncommand-expression'
4256 to detect cases where we shouldn't expand "<<" to a heredoc
4257 skeleton.
4258
4259 2014-01-21 Stefan Monnier <monnier@iro.umontreal.ca>
4260
4261 * emacs-lisp/eldoc.el: Properly remove message in minibuffer case.
4262 (eldoc--message-command-p): New function.
4263 (eldoc-display-message-p): Use it.
4264 (eldoc-pre-command-refresh-echo-area): In the minibuffer case, the
4265 message is not automatically erased for us.
4266 (eldoc-print-current-symbol-info): Erase previous message, if any.
4267
4268 2014-01-21 Tassilo Horn <tsdh@gnu.org>
4269
4270 * textmodes/reftex.el (reftex-create-bibtex-file): Fix autoload to
4271 specify it's an interactive function.
4272
4273 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
4274 Fix regex used for scanning for citation keys which failed for
4275 citations with optional arguments.
4276
4277 2014-01-21 Leo Liu <sdl.web@gmail.com>
4278
4279 * simple.el (read--expression): Don't enable eldoc-mode.
4280
4281 2014-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
4282
4283 * simple.el (move-beginning-of-line): Make sure we don't move forward
4284 (bug#16497).
4285
4286 2014-01-20 Juri Linkov <juri@jurta.org>
4287
4288 * saveplace.el (toggle-save-place, save-place-to-alist)
4289 (save-places-to-alist, save-place-dired-hook): Add (derived-mode-p
4290 'dired-mode) before checking for dired-directory. (Bug#16477)
4291
4292 2014-01-20 Juri Linkov <juri@jurta.org>
4293
4294 * indent.el (indent-line-to): Use backward-to-indentation
4295 instead of back-to-indentation. (Bug#16461)
4296
4297 2014-01-20 Paul Eggert <eggert@cs.ucla.edu>
4298
4299 Revert some of the CANNOT_DUMP fix (Bug#16494).
4300 Because of this, "make bootstrap" won't work if CANNOT_DUMP=yes,
4301 but fixing this can wait until after the next release.
4302 * Makefile.in (emacs): Keep EMACSLOADPATH empty.
4303
4304 2014-01-19 Michael Albinus <michael.albinus@gmx.de>
4305
4306 * eshell/esh-mode.el (eshell-password-prompt-regexp):
4307 Use `password-word-equivalents'.
4308 (eshell-watch-for-password-prompt): Let-bind `case-fold-search'
4309 to t. (Bug#5664, Bug#13124)
4310
4311 2014-01-19 Alan Mackenzie <acm@muc.de>
4312
4313 Bind open-paren-in-column-0-is-defun-start to nil at some entry
4314 points.
4315 * progmodes/cc-engine.el (c-invalidate-state-cache-1)
4316 (c-parse-state-1, c-guess-basic-syntax): Bind it here.
4317 * progmodes/cc-mode.el (c-before-change, c-after-change)
4318 (c-font-lock-fontify-region): Bind it here.
4319
4320 2014-01-19 Martin Rudalics <rudalics@gmx.at>
4321
4322 * term.el (term-window-width): Call window-text-width instead of
4323 window-width (Bug#16470).
4324
4325 2014-01-18 Paul Eggert <eggert@cs.ucla.edu>
4326
4327 * simple.el (password-word-equivalents): Remove duplicates.
4328 Sort, to make this easier next time.
4329 Downcase. Omit ": " after "jelszó".
4330
4331 2014-01-18 Jan Djärv <jan.h.d@swipnet.se>
4332
4333 * term/common-win.el (saved-region-selection): Defvar it.
4334 (x-select-text): Set saved-region-selection (Bug#16382).
4335
4336 2014-01-18 Glenn Morris <rgm@gnu.org>
4337
4338 * emacs-lisp/authors.el (authors-aliases)
4339 (authors-renamed-files-alist): Add some entries.
4340
4341 2014-01-17 Michael Albinus <michael.albinus@gmx.de>
4342
4343 * net/tramp.el (tramp-password-prompt-regexp):
4344 Use `password-word-equivalents' if available.
4345 (tramp-action-password, tramp-process-one-action)
4346 (tramp-read-passwd): Let-bind `case-fold-search' to t. (Bug#13124)
4347
4348 2014-01-17 Chong Yidong <cyd@gnu.org>
4349
4350 * simple.el (password-word-equivalents): New defcustom.
4351 * comint.el (comint-password-prompt-regexp): Use it. Bump version
4352 to 24.4.
4353 (comint-watch-for-password-prompt): Let-bind `case-fold-search'
4354 to t. (Bug#13124)
4355
4356 2014-01-17 Dmitry Gutov <dgutov@yandex.ru>
4357
4358 * progmodes/ruby-mode.el (ruby-alignable-keywords): New constant.
4359 (ruby-align-to-stmt-keywords): Change the default value.
4360 Use `ruby-alignable-keywords' to generate the possible customization
4361 choices.
4362 (ruby-smie-rules): Instead of using a hardcoded list of alignable
4363 keywords, check against the value of `ruby-alignable-keywords'
4364 (http://lists.gnu.org/archive/html/emacs-devel/2014-01/msg01439.html).
4365
4366 2014-01-17 Glenn Morris <rgm@gnu.org>
4367
4368 * emacs-lisp/authors.el (authors-aliases): Remove unnecessary entries.
4369
4370 Make M-x authors return zero *Authors Errors* from current logs.
4371 * emacs-lisp/authors.el (authors-obsolete-files-regexps)
4372 (authors-ignored-files): Add some entries, remove others.
4373 (authors-ambiguous-files, authors-valid-file-names):
4374 Add some entries.
4375 (authors-renamed-files-alist): Add, remove, and adjust entries.
4376 (authors-renamed-files-regexps): Add some entries.
4377 Remove some very broad ones. Make some entries `lax'.
4378 (authors-lax-changelogs): New constant.
4379 (authors-disambiguate-file-name): Treat top-level specially.
4380 (authors-lax-changelog-p): New function.
4381 (authors-canonical-file-name): Check file as written against
4382 authors-valid-file-names. Do not special-case etc/.
4383 Handle `lax' logs and authors-renamed-files-regexps elements.
4384
4385 2014-01-16 Dmitry Gutov <dgutov@yandex.ru>
4386
4387 * emacs-lisp/package.el (package-desc--keywords): Use `cdr' with
4388 `assoc'. Use `nth' instead of `cdr'. Make private. Update all
4389 callers.
4390
4391 2014-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
4392
4393 * follow.el (follow-adjust-window): Remove `dest' argument (bug#16426).
4394 Assume we're already in the proper buffer.
4395 Inspired by Anders Lindgren <andlind@gmail.com>.
4396 (follow-post-command-hook): Call it from the right buffer.
4397 (follow-comint-scroll-to-bottom): Adjust call.
4398 (follow-all-followers): Use get-buffer-window-list.
4399
4400 2014-01-15 Daniel Colascione <dancol@dancol.org>
4401
4402 * emacs-lisp/bytecomp.el (byte-compile-file): Use whole
4403 `buffer-file-name' in interactive-form so that we don't leave
4404 pathless file names in `file-name-history'.
4405
4406 2014-01-15 Juri Linkov <juri@jurta.org>
4407
4408 * indent.el (indent-rigidly): Set deactivate-mark to nil
4409 in transient indentation mode. (Bug#16438)
4410
4411 2014-01-15 Dmitry Gutov <dgutov@yandex.ru>
4412
4413 * emacs-lisp/package.el (package-desc-keywords): New function
4414 (Bug#16222).
4415 (describe-package-1, package-all-keywords)
4416 (package--has-keyword-p): Use it.
4417
4418 2014-01-14 Nicolas Richard <theonewiththeevillook@yahoo.fr>
4419
4420 * simple.el (define-alternatives): When creating the
4421 COMMAND-alternatives variable, assign COMMAND as its definition
4422 name so that `describe-variable' can relocate it.
4423
4424 2014-01-14 Matthew Leach <matthew@mattleach.net> (tiny change)
4425
4426 * font-lock.el (font-lock-keywords): Fix typo in docstring
4427 (bug#16307).
4428
4429 2014-01-14 Agustín Martín Domingo <agustin.martin@hispalinux.es>
4430
4431 * ispell.el (ispell-region): Reset `in-comment' for new line
4432 instead of wrongly reset `add-coment' (bug#13577).
4433
4434 2014-01-14 Daiki Ueno <ueno@gnu.org>
4435
4436 * epa-file.el (epa-file-write-region): Encode the region according
4437 to `buffer-file-format'. Problem reported at:
4438 <http://sourceforge.jp/ticket/browse.php?group_id=2267&tid=32917>.
4439
4440 2014-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
4441
4442 * emacs-lisp/edebug.el (edebug--display): Move protective let-binding
4443 so it applies in the right buffer (bug#16410).
4444
4445 2014-01-13 Daniel Colascione <dancol@dancol.org>
4446
4447 * textmodes/rst.el (rst-define-key): Provide deprecated
4448 keybindings through named functions instead of anonymous ones so
4449 that "??" doesn't appear in describe-mode output.
4450
4451 2014-01-13 Bastien Guerry <bzg@gnu.org>
4452
4453 * simple.el (define-alternatives): Call the selected command
4454 interactively. When setting `COMMAND--implementation' for the
4455 first time, tell the user how to chose another implementation.
4456 Enhance the docstring.
4457
4458 2014-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
4459
4460 * vc/log-edit.el: Fix highlighting of summary when it's the first line.
4461 (log-edit--match-first-line): New function.
4462 (log-edit-font-lock-keywords): Use it.
4463 (log-edit-mode): Make jit-lock-defer-multiline work.
4464
4465 2014-01-13 Bastien Guerry <bzg@gnu.org>
4466
4467 * rect.el (rectangle-mark-mode): When the region is not active,
4468 display a message saying that the mark as been set and that
4469 rectangle mode is in use.
4470 (rectangle--highlight-for-redisplay): Only put an overlay with a
4471 visible vertical bar when (display-graphic-p) is non-nil.
4472 This partially fixes Bug#16403.
4473
4474 2014-01-13 Juri Linkov <juri@jurta.org>
4475
4476 * info.el (Info-find-file): Go to DIR before displaying the error
4477 about a nonexistent file if no previous Info file is visited.
4478 Use `user-error' instead of `error' for "Info file %s does not exist".
4479 (Info-find-node-2): In case of a nonexistent node in unwind forms
4480 go to the Top node if there is no previous node to revert to.
4481 (Bug#16405)
4482
4483 2014-01-13 Martin Rudalics <rudalics@gmx.at>
4484
4485 fit-frame/window-to-buffer code fixes including one for Bug#14096.
4486 * window.el (fit-frame-to-buffer): Fix doc-string.
4487 Respect window-min-height/-width. Fit pixelwise when
4488 frame-resize-pixelwise is non-nil. Adjust right/bottom edge
4489 when avoiding that frame goes partially off-screen.
4490 (fit-window-to-buffer): Respect window-min-height/-width
4491 (Bug#14096).
4492
4493 2014-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
4494
4495 * indent.el (indent-according-to-mode): Flush to column 0 in text-mode
4496 after an empty line.
4497
4498 2014-01-12 Stefan Monnier <monnier@iro.umontreal.ca>
4499
4500 * net/shr.el (shr-render-region): Autoload.
4501
4502 2014-01-12 Xue Fuqiao <xfq.free@gmail.com>
4503
4504 * net/eww.el (eww-download-directory): Rename from
4505 `eww-download-path' (Bug#16419).
4506
4507 2014-01-12 Leo Liu <sdl.web@gmail.com>
4508
4509 * dired-x.el (dired-mode-map): Fix last change.
4510
4511 * emacs-lisp/eldoc.el (eldoc-mode): Add hook locally.
4512
4513 2014-01-12 Paul Eggert <eggert@cs.ucla.edu>
4514
4515 Spelling fixes.
4516 * emacs-lisp/generic.el (generic--normalize-comments):
4517 Rename from generic--normalise-comments. All uses changed.
4518 * play/bubbles.el (bubbles--neighborhood-score)
4519 (bubbles--mark-direct-neighbors, bubbles--mark-neighborhood)
4520 (bubbles--neighborhood-available)
4521 (bubbles--update-neighborhood-score):
4522 Rename from names with 'neighbourhood'. All uses changed.
4523
4524 2014-01-12 Leo Liu <sdl.web@gmail.com>
4525
4526 Re-implement the feature of showing eldoc info after editing.
4527 * emacs-lisp/eldoc.el (eldoc-post-insert-mode): Remove.
4528 (eldoc-edit-message-commands): New function.
4529 (eldoc-print-after-edit): New variable.
4530 (eldoc-pre-command-refresh-echo-area): Emit message only by
4531 eldoc-message-commands.
4532 (eldoc-mode): Restrict eldoc-message-commands to editing commands
4533 if eldoc-print-after-edit is set. (Bug#16346)
4534 * simple.el (read--expression): Enable eldoc-mode.
4535 * progmodes/octave.el (octave-mode-menu): Adapt to change in eldoc.
4536
4537 2014-01-11 Dani Moncayo <dmoncayo@gmail.com>
4538 Eric S. Raymond <esr@thyrsus.com>
4539
4540 * version.el (emacs-repository-get-version): Enhance so the
4541 function works correctly in either a Bazaar or Git repo.
4542
4543 2014-01-11 Eric S. Raymond <esr@thyrsus.com>
4544
4545 * play/meese.el: It's 2014 and Ed Meese is justly forgotten.
4546 Goes with removal of the joke manpages from /etc.
4547
4548 2014-01-10 Kenichi Handa <handa@gnu.org>
4549
4550 * mail/rmail.el (rmail-get-coding-system):
4551 Check rmail-get-coding-function before "funcall"ing it.
4552
4553 2014-01-10 Glenn Morris <rgm@gnu.org>
4554
4555 * emacs-lisp/authors.el (authors-fixed-entries):
4556 Update for files that no longer exist.
4557
4558 2014-01-10 Eric S. Raymond <esr@thyrsus.com>
4559
4560 * version.el (emacs-bzr-get-version): Restore compatibilty with
4561 24.3 (Tested).
4562
4563 2014-01-10 Bozhidar Batsov <bozhidar@batsov.com>
4564
4565 * progmodes/ruby-mode.el (auto-mode-alist): Add .podspec
4566 and Podfile.
4567
4568 2014-01-10 Eli Zaretskii <eliz@gnu.org>
4569
4570 * emacs-lisp/authors.el (authors-fixed-entries): Update my entry.
4571
4572 2014-01-10 Chong Yidong <cyd@gnu.org>
4573
4574 * progmodes/octave.el (octave-mode-menu): Don't assume eldoc is loaded.
4575
4576 2014-01-10 Anders Lindgren <andlind@gmail.com>
4577
4578 * follow.el (follow-cache-command-list): Include right-char and
4579 left-char.
4580
4581 2014-01-10 Paul Eggert <eggert@cs.ucla.edu>
4582
4583 Spelling fixes.
4584 * mail/unrmail.el (unrmail-mbox-format): Choice is mboxo, not mboxro.
4585 * woman.el (woman-mark-horizontal-position):
4586 Rename from woman-mark-horizonal-position. Use changed.
4587
4588 2014-01-10 Glenn Morris <rgm@gnu.org>
4589
4590 * info.el (info-initialize): If running uninstalled, ensure our
4591 own info files are always found first, even if INFOPATH is set.
4592
4593 * help.el (view-order-manuals): Open emacs.info rather than ORDERS.
4594
4595 2014-01-09 David Engster <deng@randomsample.de>
4596
4597 * emacs-lisp/eieio-custom.el:
4598 * emacs-lisp/eieio-opt.el: Set generated autoload file to
4599 'eieio.el'. This was accidentally removed in 2012-10-01T18:10:29Z!cyd@gnu.org.
4600 * emacs-lisp/eieio.el: Regenerate autoloads.
4601
4602 2014-01-09 Eric S. Raymond <esr@thyrsus.com>
4603
4604 * vc/vc-git.el (vc-git-print-log): Add --follow option to command,
4605 following renames. (Bug#8756)
4606
4607 2014-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
4608
4609 * simple.el (deactivate-mark, activate-mark): Force-mode-line-update
4610 (bug#16382).
4611 (activate-mark): Add `no-tmm' argument.
4612 (set-mark, push-mark-command): Use it instead of running
4613 activate-mark-hook by hand.
4614
4615 2014-01-08 Eric S. Raymond <esr@thyrsus.com>
4616
4617 In preparation for the move to git, sanitize out some
4618 Bazaar-specific names.
4619
4620 * emacs-lisp/authors.el: INSTALL.BZR renamed to INSTALL.REPO.
4621
4622 * version.el (emacs-bzr-version): Name changed to
4623 emacs-repository-version. Obsolete-variable alias made.
4624 * loadup.el: Follow through on this name change.
4625 * mail/emacsbug.el (report-emacs-bug): Factor out any
4626 assumption about the version control system in use.
4627
4628 2014-01-08 David Engster <deng@randomsample.de>
4629
4630 * help-fns.el (help-fns-describe-function-functions):
4631 New variable to call functions for augmenting help buffers.
4632 (describe-function-1): Remove explicit calls to
4633 `help-fns--compiler-macro', `help-fns--parent-mode' and
4634 `help-fns--obsolete'. Put them in above new variable instead, and
4635 call them through `run-hook-with-args'.
4636 * emacs-lisp/eieio-opt.el (eieio-help-class): Rename from
4637 `eieio-describe-class'. Not meant for interactive use anymore,
4638 but to augment existing help buffers. Remove optional second
4639 argument. Create proper button for file location.
4640 Rewrite function to use `insert' instead of `princ' and `prin1' where
4641 possible.
4642 (eieio-help-class-slots): Rename from `eieio-describe-class-slots'.
4643 (eieio-method-def, eieio-class-def): Move further up.
4644 (describe-method, describe-generic, eieio-describe-method):
4645 Remove aliases.
4646 (eieio-help-constructor, eieio-help-generic): Rename from
4647 `eieio-describe-constructor' and `eieio-describe-generic', resp.
4648 Rewrite to use `insert' in the current buffer and use proper help
4649 buttons.
4650 (eieio-help-find-method-definition)
4651 (eieio-help-find-class-definition): Also accept symbols as
4652 arguments.
4653 (eieio-help-mode-augmentation-maybee): Remove.
4654 (eieio-describe-class-sb): Use `describe-function'.
4655 * emacs-lisp/eieio.el (help-fns-describe-function-functions):
4656 Add `eieio-help-generic' and `eieio-help-constructor'.
4657
4658 2014-01-08 Paul Eggert <eggert@cs.ucla.edu>
4659
4660 Spelling fixes.
4661 * language/china-util.el (hz-ascii-designation):
4662 Rename from hz-ascii-designnation.
4663 (hz-ascii-designation): Rename from hz-ascii-designnation.
4664 All uses changed.
4665
4666 2014-01-08 Stefan Monnier <monnier@iro.umontreal.ca>
4667
4668 * emacs-lisp/package.el (package-delete): Only remove pkg-desc from
4669 package-alist.
4670
4671 2014-01-08 Bastien Guerry <bzg@gnu.org>
4672
4673 * emacs-lisp/package.el (package-delete):
4674 Correctly delete the package from package-alist.
4675
4676 2014-01-08 Daiki Ueno <ueno@gnu.org>
4677
4678 * emacs-lisp/package.el (url-recreate-url): Declare.
4679 (url-http-target-url): Declare.
4680 (package-handle-response): Include requested URL in the error message.
4681 (package--check-signature): Don't re-signal errors from
4682 package--with-work-buffer. Suggested by Stefan Monnier.
4683
4684 2014-01-07 Bastien Guerry <bzg@gnu.org>
4685
4686 * minibuffer.el (completion--try-word-completion): When both a
4687 hyphen and a space are possible candidates for the character
4688 following a word, display both candidates. (Bug#15980)
4689
4690 2014-01-07 Martin Rudalics <rudalics@gmx.at>
4691
4692 * window.el (balance-windows-2): While rounding don't give a
4693 window more than the remainder. Bug#16351, bug#16383.
4694
4695 2014-01-07 Glenn Morris <rgm@gnu.org>
4696
4697 * menu-bar.el (menu-bar-help-extra-packages): Remove.
4698 (menu-bar-help-menu): Use view-external-packages instead.
4699
4700 2014-01-07 Bastien Guerry <bzg@gnu.org>
4701
4702 * emacs-lisp/package.el (package-delete): Also delete the package
4703 name from `package-alist', not its description only.
4704
4705 2014-01-07 Glenn Morris <rgm@gnu.org>
4706
4707 * help.el (view-external-packages):
4708 * menu-bar.el (menu-bar-help-extra-packages):
4709 Visit efaq.info rather than etc/MORE.STUFF.
4710
4711 2014-01-07 Juri Linkov <juri@jurta.org>
4712
4713 * isearch.el (isearch-mode-map): Bind [return] and [backspace] to
4714 isearch-exit and isearch-delete-char resp. (Bug#16342, bug#16035)
4715
4716 * progmodes/ps-mode.el (ps-mode-map): Remove [return] key binding
4717 that shadows RET. (Bug#16342)
4718
4719 2014-01-07 Chong Yidong <cyd@gnu.org>
4720
4721 * isearch.el (isearch-yank-char, isearch-yank-word)
4722 (isearch-yank-line): Doc fix.
4723
4724 2014-01-06 Stefan Monnier <monnier@iro.umontreal.ca>
4725
4726 * abbrev.el (define-abbrev): Beware new meaning of fboundp.
4727 * emacs-lisp/elint.el (elint-find-builtins):
4728 * emacs-lisp/eldoc.el (eldoc-symbol-function):
4729 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn)
4730 (byte-compile-file-form-defmumble, byte-compile, byte-compile-form):
4731 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
4732 * apropos.el (apropos-safe-documentation):
4733 * subr.el (symbol-file): Remove redundant fboundp.
4734 * progmodes/idlw-shell.el (idlwave-shell-comint-filter): Use defalias.
4735
4736 2014-01-06 Bastien Guerry <bzg@gnu.org>
4737
4738 * hl-line.el (global-hl-line-overlay): Make a local variable.
4739 (global-hl-line-overlays): New variable to store all overlays.
4740 (global-hl-line-mode): Don't delete overlays from the current
4741 buffer when `global-hl-line-sticky-flag' is non-nil.
4742 (global-hl-line-highlight): Add new overlays to
4743 `global-hl-line-overlays'.
4744 (global-hl-line-unhighlight-all): New function to delete all
4745 overlays when turning off `global-hl-line-mode'.
4746 This fixes Bug#16183.
4747
4748 2014-01-06 Stefan Monnier <monnier@iro.umontreal.ca>
4749
4750 * subr.el (set-transient-map): Fix nested case and docstring.
4751
4752 2014-01-06 Tassilo Horn <tsdh@gnu.org>
4753
4754 * textmodes/reftex-vars.el (reftex-label-alist-builtin): Add a
4755 `Texinfo' entry.
4756
4757 2014-01-06 Daniel Colascione <dancol@dancol.org>
4758
4759 Fix defun navigation in vc log view.
4760
4761 * vc/log-view.el (log-view-beginning-of-defun): Rewrite to behave
4762 like `beginning-of-defun'.
4763 (log-view-end-of-defun, log-view-end-of-defun-1): Rename old
4764 log-view-end-of-defun to log-view-end-of-defun-1. Replace
4765 log-view-end-of-defun with wrapper that behaves like `end-of-defun'.
4766 (log-view-extract-comment): Call `log-view-current-entry' directly
4767 instead of relying on broken `log-view-beginning-of-defun' behavior.
4768
4769 2014-01-06 Paul Eggert <eggert@cs.ucla.edu>
4770
4771 Spelling fixes.
4772 * calc/calc-yank.el (calc-edit-mode, calc-edit-cancel):
4773 * emacs-lisp/debug.el (cancel-debug-on-entry):
4774 * epg.el (epg-error-to-string):
4775 * files.el (recover-file):
4776 * lpr.el (lpr-buffer, print-buffer, lpr-region, print-region):
4777 * mail/emacsbug.el (report-emacs-bug-hook):
4778 * mail/sendmail.el (mail-recover):
4779 * ses.el (ses-yank-resize):
4780 * term/ns-win.el (ns-print-buffer):
4781 Spelling fixes in diagnostics, mostly for "canceled" with one L.
4782 * epg.el (epg-key-capability-alist): Rename from misspelled version.
4783 All uses changed.
4784 * obsolete/xesam.el (xesam-all-fields): Fix misspelled field name.
4785
4786 2014-01-06 Leo Liu <sdl.web@gmail.com>
4787
4788 * dired-x.el (dired-mode-map): Rebind dired-omit-mode to C-x M-o
4789 to avoid shadowing global key. (Bug#16354)
4790
4791 2014-01-06 Daniel Colascione <dancol@dancol.org>
4792
4793 * textmodes/rst.el (rst-mode): Set electric-indent-inhibit for
4794 rst-mode.
4795
4796 2014-01-05 Martin Rudalics <rudalics@gmx.at>
4797
4798 * window.el (balance-windows): Add mising t to fix Bug#16351.
4799
4800 2014-01-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
4801
4802 * net/shr.el (shr-descend): Don't bug out if the anchor is empty
4803 (bug#16285).
4804 (shr-insert): If we have a word that's longer than `shr-width',
4805 break after it anyway. Otherwise we'll do no breaking once we get
4806 such a long word.
4807
4808 2014-01-05 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
4809
4810 * net/eww.el (eww): Support single/double quote for search.
4811 * net/eww.el (eww-list-histories, eww-history-browse): Fixup.
4812 (eww-history-quit): Delete and use quit-window.
4813 (eww-history-kill): Delete, because it doesn't work well and
4814 not necessary.
4815 (eww-history-mode-map): Delete some keys and add easy-menu.
4816
4817 2014-01-05 Paul Eggert <eggert@cs.ucla.edu>
4818
4819 Fix misspelling of 'chinese' in rx (Bug#16237).
4820 * emacs-lisp/rx.el (rx-categories): Correct spelling of
4821 chinese-two-byte.
4822
4823 Change subword regexps back to vars (Bug#16296).
4824 * progmodes/subword.el (subword-forward-regexp)
4825 (subword-backward-regexp): Change these back to variables.
4826
4827 2014-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
4828
4829 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't bother with
4830 syntax-begin-function (bug#16247).
4831
4832 2014-01-03 Chong Yidong <cyd@gnu.org>
4833
4834 * emacs-lisp/nadvice.el (advice--make-docstring): Change args.
4835 (advice--docstring): Delete variable.
4836 (advice--make-1): Leave the docstring empty.
4837 (advice-add): Use function-documentation for advised docstring.
4838
4839 * emacs-lisp/advice.el (ad--make-advised-docstring): Change args.
4840 Ignore function-documentation property when getting documentation.
4841 (ad-activate-advised-definition): Use function-documentation
4842 generate the docstring.
4843 (ad-make-advised-definition): Don't call
4844 ad-make-advised-definition-docstring.
4845 (ad-make-advised-definition-docstring, ad-advised-definition-p):
4846 Delete functions.
4847
4848 * progmodes/sql.el (sql-help): Use function-documentation instead
4849 of dynamic-docstring-function property. No need to autoload now.
4850 (sql--help-docstring): New variable.
4851 (sql--make-help-docstring): Use it.
4852
4853 2014-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
4854
4855 * ielm.el (ielm-tab): Retarget.
4856 (ielm-map): Use ielm-tab for tab.
4857 (ielm-complete-filename): Use comint-filename-completion.
4858 (ielm-complete-symbol): Remove.
4859 (inferior-emacs-lisp-mode): Use lisp-completion-at-point instead and
4860 remove ielm-tab from completion-at-point-functions (bug#16224).
4861
4862 * emacs-lisp/pcase.el (pcase--split-equal, pcase--split-member):
4863 Beware signals raised by predicates (bug#16201).
4864
4865 2014-01-02 Richard Stallman <rms@gnu.org>
4866
4867 * dired-aux.el (dired-do-print): Handle printer-name.
4868
4869 * mail/rmailmm.el (rmail-mime-message-p): Move to rmail.el.
4870 * mail/rmail.el (rmail-mime-message-p): Move from rmailmm.el.
4871 (rmail-epa-decrypt): Turn off mime processing.
4872
4873 * mail/rmail.el (rmail-make-in-reply-to-field):
4874 Add parens in message-id.
4875
4876 * mail/rmail.el (rmail-get-coding-function): Variable.
4877 (rmail-get-coding-system): Use it.
4878
4879 2013-12-31 Eli Zaretskii <eliz@gnu.org>
4880
4881 * international/mule-conf.el: Unify the charset indian-is13194.
4882 (indian-is13194): Specify unify-map.
4883
4884 2013-12-31 Leo Liu <sdl.web@gmail.com>
4885
4886 * subr.el (set-temporary-overlay-map): Obsolete alias. (Bug#16305)
4887
4888 2013-12-30 Daniel Colascione <dancol@dancol.org>
4889
4890 * term/x-win.el ([XF86WakeUp]): Ignore the XF86WakeUp key instead
4891 of printing a useless when we resume from sleep.
4892
4893 * progmodes/sh-script.el
4894 (sh-smie-sh-forward-token, sh-smie-rc-forward-token): Fix infloop
4895 in indentation code. (Bug#16233)
4896
4897 2013-12-28 João Távora <joaotavora@gmail.com>
4898
4899 * elec-pair.el (electric-pair-post-self-insert-function):
4900 Don't open extra newlines at beginning of buffer. (Bug#16272)
4901
4902 2013-12-28 Eli Zaretskii <eliz@gnu.org>
4903
4904 * frame.el (window-system-for-display): Don't allow to create a
4905 GUI frame from a -nw session on MS-Windows. (Bug#14739)
4906
4907 2013-12-28 Glenn Morris <rgm@gnu.org>
4908
4909 * mail/hashcash.el (hashcash-program): Rename from hashcash-path.
4910 Update callers.
4911
4912 * apropos.el (apropos-match-face):
4913 * calculator.el (calculator-displayer):
4914 * dabbrev.el (dabbrev-search-these-buffers-only):
4915 * face-remap.el (buffer-face-mode-face):
4916 * simple.el (yank-handled-properties):
4917 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
4918 * mail/footnote.el (footnote-mode-line-string, footnote-prefix):
4919 * mail/hashcash.el (hashcash-accept-resources, hashcash-program)
4920 (hashcash-double-spend-database):
4921 * progmodes/ruby-mode.el (ruby-deep-indent-paren)
4922 (ruby-deep-indent-paren-style):
4923 * textmodes/flyspell.el (flyspell-auto-correct-binding):
4924 * textmodes/rst.el (rst-toc-indent, rst-toc-insert-style)
4925 (rst-toc-insert-number-separator, rst-toc-insert-max-level):
4926 * vc/pcvs-defs.el (cvs-minor-mode-prefix):
4927 Specify custom types.
4928
4929 * emacs-lisp/smie.el (smie-config): Add type, version, initialize.
4930 * bookmark.el (bookmark-bmenu-use-header-line):
4931 * doc-view.el (doc-view-scale-internally):
4932 * pcmpl-x.el (pcmpl-x-tlmgr-program, pcmpl-x-ack-program):
4933 * register.el (register-preview-delay):
4934 * net/shr.el (shr-bullet):
4935 * progmodes/cfengine.el (cfengine-cf-promises)
4936 (cfengine-parameters-indent):
4937 * progmodes/octave.el (inferior-octave-error-regexp-alist):
4938 * textmodes/reftex-vars.el (reftex-label-regexps):
4939 * vc/log-edit.el (log-edit-setup-add-author): Add version.
4940
4941 * net/tls.el (tls-certtool-program): Fix default value.
4942
4943 * desktop.el (desktop-restore-in-current-display):
4944 * newcomment.el (comment-empty-lines):
4945 * progmodes/idlwave.el (idlwave-scan-all-buffers-for-routine-info)
4946 (idlwave-pad-keyword):
4947 * progmodes/tcl.el (tcl-tab-always-indent):
4948 * textmodes/reftex-vars.el (reftex-index-default-tag):
4949 * elec-pair.el (electric-pair-skip-whitespace):
4950 * progmodes/cfengine.el (cfengine-cf-promises): Fix custom types.
4951
4952 * emacs-lisp/authors.el (authors-ignored-files)
4953 (authors-valid-file-names, authors-renamed-files-alist): Additions.
4954
4955 2013-12-27 Jarek Czekalski <jarekczek@poczta.onet.pl>
4956
4957 * shell.el (shell-dynamic-complete-command): Doc fix.
4958 (shell--command-completion-data): Shell completion now matches
4959 executable filenames from the current buffer's directory, on
4960 systems in which this behavior is the default (windows-nt, ms-dos).
4961
4962 2013-12-27 Lars Ingebrigtsen <larsi@gnus.org>
4963
4964 * net/shr.el (shr-insert): Don't infloop if the width is zero.
4965
4966 2013-12-27 Stefan Monnier <monnier@iro.umontreal.ca>
4967
4968 * icomplete.el (icomplete-show-matches-on-no-input): Default to nil
4969 (bug#16251).
4970
4971 * electric.el: Move all electric-pair-* to elec-pair.el.
4972 * elec-pair.el: New file, split from electric.el.
4973
4974 2013-12-27 Lars Ingebrigtsen <larsi@gnus.org>
4975
4976 * net/shr.el (shr-find-fill-point): Don't try to fill if the
4977 indentation level is larger than the width, because that will
4978 infloop.
4979 (shr-insert): Fill repeatedly long texts, so that Japanese is
4980 formatted correctly (bug#16263).
4981 (shr-find-fill-point): Off by one error in comparison with the
4982 indentation.
4983
4984 2013-12-26 João Távora <joaotavora@gmail.com>
4985
4986 * electric.el (electric-pair-mode): More flexible engine for skip-
4987 and inhibit predicates, new options for pairing-related functionality.
4988 (electric-pair-preserve-balance): Pair/skip parentheses and quotes
4989 if that keeps or improves their balance in buffers.
4990 (electric-pair-delete-adjacent-pairs): Delete the pair when
4991 backspacing over adjacent matched delimiters.
4992 (electric-pair-open-extra-newline): Open extra newline when
4993 inserting newlines between adjacent matched delimiters.
4994 (electric--sort-post-self-insertion-hook):
4995 Sort post-self-insert-hook according to priority values when
4996 minor-modes are activated.
4997 * simple.el (newline-and-indent): Call newline with interactive
4998 set to t.
4999 (blink-paren-post-self-insert-function): Set priority to 100.
5000 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
5001 Use electric-pair-text-pairs to pair backtick-and-quote in strings and
5002 comments. Locally set electric-pair-skip-whitespace to 'chomp and
5003 electric-pair-open-newline-between-pairs to nil.
5004
5005 2013-12-26 Fabián Ezequiel Gallina <fgallina@gnu.org>
5006
5007 * progmodes/python.el: Use lexical-binding.
5008 (python-nav-beginning-of-defun): Stop searching ASAP.
5009
5010 2013-12-25 Xue Fuqiao <xfq.free@gmail.com>
5011
5012 * vc/vc.el (vc-ignore): Use `vc-responsible-backend'.
5013 Fix interactive spec. Doc fix. (Bug#15754)
5014
5015 2013-12-25 Katsumi Yamaoka <yamaoka@jpl.org>
5016
5017 * emacs-lisp/byte-run.el (eval-when-compile):
5018 * progmodes/cc-defs.el (cc-eval-when-compile):
5019 Fix edebug spec (bug#16184).
5020
5021 2013-12-25 Lars Ingebrigtsen <larsi@gnus.org>
5022
5023 * net/shr.el (shr-visit-file): Remove debugging function.
5024 (shr-insert): Don't infloop if we can't find a good place to break
5025 the line (bug#16256).
5026
5027 2013-12-25 Fabián Ezequiel Gallina <fgallina@gnu.org>
5028
5029 * progmodes/python.el (python-nav--lisp-forward-sexp): New function.
5030 (python-nav--lisp-forward-sexp-safe): Use it. Rename from
5031 python-nav-lisp-forward-sexp-safe.
5032 (python-nav--forward-sexp): New argument SAFE allows switching
5033 forward sexp movement behavior for parens.
5034 (python-nav-forward-sexp): Throw errors on unterminated parens
5035 (Bug#16191).
5036 (python-nav-backward-sexp, python-nav-forward-sexp-safe)
5037 (python-nav-backward-sexp-safe): New functions.
5038 (python-shell-buffer-substring):
5039 Use `python-nav-forward-sexp-safe'.
5040
5041 2013-12-25 Lars Ingebrigtsen <larsi@gnus.org>
5042
5043 * net/shr.el (shr-find-fill-point): Don't break lines before a
5044 quotation mark.
5045 (shr-char-kinsoku-bol-p): The quotation mark isn't a kinsoky BOL char.
5046 (shr-find-fill-point): Remove the special checks for the quotation
5047 mark, since `shr-char-kinsoku-bol-p' should now return the right thing.
5048
5049 2013-12-25 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
5050
5051 * net/eww.el (eww-form-textarea): Use a different face for
5052 textareas than text input since they have different keymaps
5053 (bug#16142).
5054
5055 2013-12-24 Fabián Ezequiel Gallina <fgallina@gnu.org>
5056
5057 * progmodes/python.el (python-nav-beginning-of-statement):
5058 Speed up (Bug#15295).
5059
5060 2013-12-24 Lars Ingebrigtsen <larsi@gnus.org>
5061
5062 * net/eww.el (eww-bookmark-browse): Use `quit-window' to restore
5063 the window configuration.
5064
5065 2013-12-24 Eli Zaretskii <eliz@gnu.org>
5066
5067 * net/eww.el (eww-open-file): Ensure 3 slashes after "file:" when
5068 we run on MS-Windows or MS-DOS.
5069
5070 2013-12-24 Martin Rudalics <rudalics@gmx.at>
5071
5072 * window.el (balance-windows-area): Call window-size instead of
5073 window-height and window-width. Bug#16241.
5074
5075 2013-12-24 Lars Ingebrigtsen <larsi@gnus.org>
5076
5077 * net/eww.el (eww-bookmark-quit): Remove.
5078 (eww-bookmark-browse): Restore the window configuration when you
5079 choose a bookmark (bug#16144).
5080
5081 2013-12-24 Daniel Colascione <dancol@dancol.org>
5082
5083 * icomplete.el: Remove redundant :group arguments to `defcustom'
5084 throughout.
5085 (icomplete-show-matches-on-no-input): New customizable variable.
5086 (icomplete-minibuffer-setup): Call `icomplete-exhibit' on setup if
5087 we have something to show.
5088 (icomplete-exhibit): Compute completions even if we have no user input.
5089
5090 2013-12-23 Daniel Colascione <dancol@dancol.org>
5091
5092 * icomplete.el: Move `provide' to end of file.
5093
5094 2013-12-23 Teodor Zlatanov <tzz@lifelogs.com>
5095
5096 * net/gnutls.el (gnutls-verify-error): Add version tag.
5097
5098 2013-12-23 Chong Yidong <cyd@gnu.org>
5099
5100 * subr.el (set-transient-map): Rename from
5101 set-temporary-overlay-map. Doc fix.
5102
5103 * face-remap.el (text-scale-adjust):
5104 * indent.el (indent-rigidly):
5105 * kmacro.el (kmacro-call-macro):
5106 * minibuffer.el (minibuffer-force-complete):
5107 * repeat.el (repeat):
5108 * simple.el (universal-argument--mode):
5109 * calendar/todo-mode.el (todo-insert-item--next-param):
5110 * progmodes/f90.el (f90-abbrev-start): Callers changed.
5111
5112 * indent.el (indent-rigidly): Use substitute-command-keys.
5113
5114 2013-12-22 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
5115
5116 * net/eww.el (eww-tag-select): Add text-property to jump to next
5117 select field.
5118 (eww): Add non-supported ftp error.
5119
5120 2013-12-22 Dmitry Gutov <dgutov@yandex.ru>
5121
5122 * progmodes/ruby-mode.el (ruby--electric-indent-p): Improve the
5123 comments. Handle electric indent after typing `?' and `!'.
5124
5125 2013-12-22 Chong Yidong <cyd@gnu.org>
5126
5127 * faces.el (face-spec-recalc): If the theme specs are not
5128 applicable to a frame, fall back on the defface spec.
5129 This prevents themes from obliterating faces on low-color terminals.
5130
5131 2013-12-22 Dmitry Gutov <dgutov@yandex.ru>
5132
5133 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Return t
5134 after `{'. We need it after block openers, and it doesn't seem
5135 to hurt after hash openers.
5136
5137 2013-12-22 Dmitry Gutov <dgutov@yandex.ru>
5138
5139 * progmodes/ruby-mode.el (ruby--at-indentation-p): New function,
5140 extracted from `ruby-smie-rules'.
5141 (ruby--electric-indent-chars): New variable.
5142 (ruby--electric-indent-p): New function.
5143 (ruby-mode): Use `electric-indent-functions' instead of
5144 `electric-indent-chars'.
5145
5146 2013-12-22 Dmitry Gutov <dgutov@yandex.ru>
5147
5148 * progmodes/ruby-mode.el (ruby-align-to-stmt-keywords): Tweak the
5149 docstring.
5150 (ruby-smie-rules): Indent plus one level after `=>'.
5151
5152 2013-12-21 Richard Stallman <rms@gnu.org>
5153
5154 * simple.el (newline): Doc fix.
5155
5156 2013-12-21 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
5157
5158 * net/eww.el (eww-list-histories, eww-list-histories)
5159 (eww-history-browse, eww-history-quit, eww-history-kill)
5160 (eww-history-mode-map, eww-history-mode): New command and
5161 functions to list browser histories.
5162 (eww-form-text): Support text form with disabled
5163 and readonly attributes.
5164 (eww-checkbox-map): Fix wrong key bind to `eww-toggle-checkbox'.
5165
5166 2013-12-21 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
5167
5168 * net/eww.el (eww-back-url, eww-forward-url, eww-next-url)
5169 (eww-previous-url, eww-up-url, eww-top-url, eww-add-bookmark)
5170 (eww-bookmark-prepare, eww-bookmark-kill, eww-bookmark-yank)
5171 (eww-bookmark-browse, eww-next-bookmark, eww-previous-bookmark):
5172 Use `user-error'.
5173 (eww-bookmark-mode-map): Add menu.
5174 (eww-render, eww-mode): Use `setq-local'.
5175 (eww-tool-bar-map): New variable.
5176 (eww-mode): Set `tool-bar-map'.
5177 (eww-view-source): Check for `html-mode' with `fboundp'.
5178
5179 2013-12-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
5180
5181 * net/shr.el (shr--extract-best-source): Don't bug out on audio
5182 elements with text inside. Also remove debugging.
5183
5184 2013-12-21 Jan Djärv <jan.h.d@swipnet.se>
5185
5186 * cus-start.el (all): Add ns-use-srgb-colorspace.
5187
5188 2013-12-21 Chong Yidong <cyd@gnu.org>
5189
5190 * custom.el (custom-theme-recalc-face): Do nothing if the face is
5191 undefined. Thus, theme settings for undefined faces do not take
5192 effect until the faces are defined with defface, the same as with
5193 theme variables.
5194
5195 * faces.el (face-spec-set): Use face-spec-recalc in all cases.
5196 (face-spec-reset-face): Don't assign extra properties in temacs.
5197 (face-spec-recalc): Apply X resources too.
5198
5199 2013-12-21 Chong Yidong <cyd@gnu.org>
5200
5201 * faces.el (face-spec-set):
5202 * cus-face.el (custom-theme-set-faces, custom-set-faces):
5203 * custom.el (defface): Doc fixes (Bug#16203).
5204
5205 * indent.el (indent-rigidly-map): Add docstring, and move commands
5206 into named functions.
5207 (indent-rigidly-left, indent-rigidly-right)
5208 (indent-rigidly-left-to-tab-stop)
5209 (indent-rigidly-right-to-tab-stop): New functions. Decide on
5210 indentation direction based on bidi direction, and accumulate
5211 sequential commands in a single undo boundary.
5212 (indent-rigidly--pop-undo): New utility function.
5213
5214 2013-12-20 Juanma Barranquero <lekktu@gmail.com>
5215
5216 * faces.el (read-face-name): Require crm.el when using crm-separator.
5217
5218 2013-12-20 Daniel Colascione <dancol@dancol.org>
5219
5220 * progmodes/sh-script.el (sh-mode): Tweak paragraph-separate
5221 so that we don't reflow comments into the shebang line.
5222
5223 2013-12-20 Juri Linkov <juri@jurta.org>
5224
5225 * saveplace.el (save-place-to-alist): Add `dired-filename' as
5226 a position when `dired-directory' is non-nil. Check integer
5227 positions with `integerp'.
5228 (toggle-save-place, save-places-to-alist): Add check for
5229 `dired-directory'.
5230 (save-place-find-file-hook): Check integer positions with
5231 `integerp'.
5232 (save-place-dired-hook): Use `dired-goto-file' when
5233 `dired-filename' is found in the assoc list. Check integer
5234 positions with `integerp'.
5235 (dired-initial-position-hook): Rename from `dired-initial-point-hook'.
5236
5237 * dired.el (dired-initial-position-hook): Rename back from
5238 `dired-initial-point-hook'.
5239 (dired-initial-position): Rename `dired-initial-point-hook' to
5240 `dired-initial-position-hook'.
5241 (dired-file-name-at-point): Doc fix. (Bug#15329)
5242
5243 2013-12-20 Juri Linkov <juri@jurta.org>
5244
5245 * replace.el (read-regexp-defaults-function): New defcustom (bug#14405).
5246 (read-regexp-suggestions): New function.
5247 (read-regexp): Use `read-regexp-defaults-function' to get default values.
5248 Use `read-regexp-suggestions'. Add non-empty default to history
5249 for empty input.
5250 (occur-read-regexp-defaults-function): Remove function.
5251 (occur-read-primary-args): Use `regexp-history-last' instead of
5252 `occur-read-regexp-defaults-function'.
5253
5254 * hi-lock.el (hi-lock-read-regexp-defaults-function): Remove function.
5255 (hi-lock-line-face-buffer, hi-lock-face-buffer)
5256 (hi-lock-face-phrase-buffer): Use `regexp-history-last' instead of
5257 `hi-lock-read-regexp-defaults-function'. Doc fix.
5258 (hi-lock-face-symbol-at-point): Replace `find-tag-default-as-regexp'
5259 with `find-tag-default-as-symbol-regexp'. Doc fix.
5260 (hi-lock-read-regexp-defaults): Remove function.
5261 (hi-lock-regexp-okay): Add check for null.
5262
5263 * progmodes/grep.el (grep-read-regexp): Use `grep-tag-default' for
5264 the arg DEFAULTS. Move formatting of the prompt to `read-regexp'.
5265
5266 * subr.el (find-tag-default-as-symbol-regexp): New function.
5267 (find-tag-default-as-regexp): Move symbol regexp formatting to
5268 `find-tag-default-as-symbol-regexp'.
5269
5270 2013-12-20 E Sabof <esabof@gmail.com> (tiny change)
5271
5272 * hi-lock.el (hi-lock-set-pattern): Check for `font-lock-specified-p'.
5273 (Bug#14179)
5274
5275 2013-12-20 Stephen Berman <stephen.berman@gmx.net>
5276
5277 * calendar/todo-mode.el: New implementation of item insertion
5278 commands and key bindings.
5279 (todo-key-prompt): New face.
5280 (todo-insert-item): New command.
5281 (todo-insert-item--parameters): New defconst, replacing defvar
5282 todo-insertion-commands-args-genlist.
5283 (todo-insert-item--param-key-alist): New defconst, replacing
5284 defvar todo-insertion-commands-arg-key-list.
5285 (todo-insert-item--keyof, todo-insert-item--this-key): New defsubsts.
5286 (todo-insert-item--argsleft, todo-insert-item--apply-args)
5287 (todo-insert-item--next-param): New functions.
5288 (todo-insert-item--args, todo-insert-item--argleft)
5289 (todo-insert-item--argsleft, todo-insert-item--newargsleft):
5290 New variables.
5291 (todo-key-bindings-t): Change binding of "i" from
5292 todo-insertion-map to todo-insert-item.
5293 (todo-powerset, todo-gen-arglists, todo-insertion-commands-args)
5294 (todo-insertion-command-name, todo-insertion-commands-names)
5295 (todo-define-insertion-command, todo-insertion-commands)
5296 (todo-insertion-key-bindings, todo-insertion-map): Remove.
5297
5298 2013-12-20 Stephen Berman <stephen.berman@gmx.net>
5299
5300 * calendar/todo-mode.el: Bug fixes and new features (bug#15225).
5301 (todo-toggle-item-highlighting): Use eval-and-compile instead of
5302 eval-when-compile.
5303 (todo-move-category): Allow choosing a non-existing todo file to
5304 move the category to, and create that file.
5305 (todo-default-priority): New user option.
5306 (todo-set-item-priority): Use it.
5307 (todo-desktop-save-buffer, todo-restore-desktop-buffer): New functions.
5308 (desktop-restore-file-buffer): Declare.
5309 (desktop-buffer-mode-handlers): Add todo-restore-desktop-buffer.
5310 (todo-modes-set-2): Locally set desktop-save-buffer to
5311 todo-desktop-save-buffer.
5312 (todo-mode, todo-archive-mode, todo-filtered-items-mode)
5313 (auto-mode-alist): Add autoload cookie.
5314
5315 2013-12-20 Bozhidar Batsov <bozhidar@batsov.com>
5316
5317 * emacs-lisp/subr-x.el: Renamed from helpers.el.
5318 helpers.el was a poor choice of name.
5319 (string-remove-prefix): New function.
5320 (string-remove-suffix): New function.
5321
5322 2013-12-20 Martin Rudalics <rudalics@gmx.at>
5323
5324 Fix assignment for new window total sizes.
5325 * window.el (window--pixel-to-size): Remove function.
5326 (window--pixel-to-total-1, window--pixel-to-total):
5327 Fix calculation of new total sizes.
5328
5329 2013-12-20 Vitalie Spinu <spinuvit@gmail.com>
5330
5331 * comint.el (comint-output-filter): Fix rear-nonsticky property
5332 placement (Bug#16010).
5333
5334 2013-12-20 Chong Yidong <cyd@gnu.org>
5335
5336 * faces.el (read-color): Minor fix for completion function.
5337
5338 2013-12-20 Dmitry Gutov <dgutov@yandex.ru>
5339
5340 * progmodes/ruby-mode.el (ruby-align-to-stmt-keywords):
5341 New option. (Bug#16182)
5342 (ruby-smie--indent-to-stmt-p): Use it.
5343 (ruby-smie-rules): Revert the logic in the handling of `when'.
5344 Expand the begin clause to handle `ruby-align-to-stmt-keywords'.
5345 (ruby-deep-arglist, ruby-deep-indent-paren)
5346 (ruby-deep-indent-paren-style): Update docstrings to note that the
5347 vars don't have any effect with SMIE.
5348
5349 2013-12-20 Jay Belanger <jay.p.belanger@gmail.com>
5350
5351 * calc/calc.el (calc-enter, calc-pop): Use the variable
5352 `calc-context-sensitive-enter'.
5353
5354 2013-12-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
5355
5356 * net/shr.el (shr-insert): Protect against infloops in degenerate
5357 tables.
5358
5359 2013-12-20 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
5360
5361 * progmodes/octave.el (octave): Add link to manual and octave
5362 homepage.
5363 (octave-mode-menu): Link to octave-mode manual.
5364
5365 2013-12-20 Leo Liu <sdl.web@gmail.com>
5366
5367 * skeleton.el (skeleton-pair-insert-maybe): Disable newline
5368 insertion using skeleton-end-newline. (Bug#16138)
5369
5370 2013-12-20 Juri Linkov <juri@jurta.org>
5371
5372 * replace.el (occur-engine): Use `add-face-text-property'
5373 to add the face property to matches and titles. (Bug#14645)
5374
5375 * hi-lock.el (hi-green): Use lighter color "light green" closer to
5376 the palette of other hi-lock colors.
5377 (hi-lock-set-pattern): Prepend hi-lock face to the existing face.
5378
5379 2013-12-19 Juri Linkov <juri@jurta.org>
5380
5381 * isearch.el (isearch-mode-map): Bind `M-s e' to `isearch-edit-string'.
5382 Put :advertised-binding on `M-s c', `M-s r', `M-s e'. (Bug#16035)
5383 (minibuffer-history-symbol): Move variable declaration closer to
5384 its usage.
5385
5386 * isearchb.el (isearchb): Add `event-basic-type' on `last-command-event'.
5387 (Bug#14785)
5388
5389 2013-12-19 Juri Linkov <juri@jurta.org>
5390
5391 * vc/log-edit.el (log-edit-insert-filenames-without-changelog):
5392 New function.
5393 (log-edit-hook): Add it to :options. (Bug#16170)
5394
5395 2013-12-19 Juri Linkov <juri@jurta.org>
5396
5397 * simple.el (eval-expression-print-format): Don't check for
5398 command names and the last command. Always display additional
5399 formats of the integer result in the echo area, and insert them
5400 to the current buffer only with a zero prefix arg.
5401 Display character when char-displayable-p is non-nil.
5402 (eval-expression): With a zero prefix arg, set `print-length' and
5403 `print-level' to nil, and insert the integer values from
5404 `eval-expression-print-format' at the end. Doc fix. (Bug#12985)
5405
5406 * emacs-lisp/lisp-mode.el (eval-print-last-sexp): Add arg
5407 `eval-last-sexp-arg-internal'. Doc fix.
5408 (eval-last-sexp-1): Pass arg `eval-last-sexp-arg-internal' to
5409 `eval-last-sexp-print-value'. Doc fix.
5410 (eval-last-sexp-print-value): Add arg `eval-last-sexp-arg-internal'.
5411 Set `print-length' and `print-level' to nil when arg is zero.
5412 (eval-last-sexp): Doc fix.
5413 (eval-defun-2): Print the integer values from
5414 `eval-expression-print-format' at the end.
5415
5416 * emacs-lisp/edebug.el (edebug-eval-defun): Print the integer
5417 values from `eval-expression-print-format' at the end.
5418
5419 * ielm.el (ielm-eval-input): Print the integer
5420 values from `eval-expression-print-format' at the end.
5421
5422 2013-12-19 Teodor Zlatanov <tzz@lifelogs.com>
5423
5424 * net/eww.el (eww-exit, eww-close, eww-mode-map): Revert change of
5425 2013-12-11T19:01:44Z!tzz@lifelogs.com.
5426
5427 2013-12-19 Stefan Monnier <monnier@iro.umontreal.ca>
5428
5429 * hl-line.el (hl-line-make-overlay): New fun. Set priority (bug#16192).
5430 (hl-line-highlight, global-hl-line-highlight): Use it.
5431 (hl-line-overlay): Use defvar-local.
5432
5433 2013-12-19 Jan Djärv <jan.h.d@swipnet.se>
5434
5435 * term/ns-win.el: Require dnd.
5436 (global-map): Remove drag items.
5437 (ns-insert-text, ns-set-foreground-at-mouse)
5438 (ns-set-background-at-mouse):
5439 Remove (ns-drag-n-drop, ns-drag-n-drop-other-frame)
5440 (ns-drag-n-drop-as-text, ns-drag-n-drop-as-text-other-frame):
5441 New functions.
5442
5443 2013-12-19 Glenn Morris <rgm@gnu.org>
5444
5445 * emacs-lisp/ert.el (ert-select-tests):
5446 Fix string/symbol mixup. (Bug#16121)
5447
5448 2013-12-19 Dmitry Gutov <dgutov@yandex.ru>
5449
5450 * progmodes/ruby-mode.el (ruby-smie-rules): Indent middle-of-block
5451 keywords to their parent.
5452
5453 2013-12-19 Dmitry Gutov <dgutov@yandex.ru>
5454
5455 * progmodes/ruby-mode.el (ruby-smie--args-separator-p): Allow the
5456 first arg to be a string (fixed dead code), or an operator symbol.
5457 (ruby-smie--forward-token): Tokenize ` @ ' before strings and
5458 operator symbols.
5459 (ruby-smie-rules): Remove parent token check in the `.' clause, it
5460 did nothing. Don't respond to `(:after ".")', it will be called
5461 with :before anyway. Remove the ` @ ' rule, it didn't seem to
5462 change anything. Only return indentation for binary operators
5463 when they are hanging. De-dent opening paren when its parent is
5464 `.', otherwise it looks bad when the dot is not at bol or eol
5465 (bug#16182).
5466
5467 2013-12-19 Juri Linkov <juri@jurta.org>
5468
5469 * replace.el (query-replace-read-args): Split a non-negative arg
5470 and a negative arg into separate elements.
5471 (query-replace, query-replace-regexp, replace-string)
5472 (replace-regexp): Add arg `backward'. Doc fix.
5473 (replace-match-maybe-edit): When new arg `backward' is non-nil,
5474 move point to the beginning of the match.
5475 (replace-search, replace-highlight): Use new arg `backward'
5476 to set the value of `isearch-forward'.
5477 (perform-replace): Add arg `backward' and use it to perform
5478 replacement backward. (Bug#14979)
5479
5480 * isearch.el (isearch-query-replace): Use a negative prefix arg
5481 to call `perform-replace' with a non-nil arg `backward'.
5482
5483 2013-12-18 Juri Linkov <juri@jurta.org>
5484
5485 * vc/log-edit.el (log-edit-hook): Add `log-edit-insert-message-template'
5486 to the default list. Move `log-edit-show-files' to the end.
5487 Add more available functions to options.
5488 (log-edit): Move default specific settings to
5489 `log-edit-insert-message-template'. Don't move point.
5490 (log-edit-insert-message-template): New function.
5491 (log-edit-insert-changelog): Add `save-excursion' and don't move point.
5492 (Bug#16170)
5493
5494 2013-12-18 Juri Linkov <juri@jurta.org>
5495
5496 * help-mode.el (help-mode-map): Bind "l" to help-go-back,
5497 and "r" to help-go-forward for compatibity with Info. (Bug#16178)
5498
5499 2013-12-18 Leo Liu <sdl.web@gmail.com>
5500
5501 * eshell/em-prompt.el (eshell-emit-prompt): Fix last change.
5502 (Bug#16186)
5503
5504 2013-12-18 Eli Zaretskii <eliz@gnu.org>
5505
5506 * ls-lisp.el (ls-lisp-insert-directory): Don't modify %d and %f
5507 formats for displaying file sizes when the -s switch is given.
5508 Instead, compute a separate format for displaying the size in
5509 blocks, which is displayed in addition to the "regular" size.
5510 When -h is given in addition to -s, produce size in blocks in
5511 human-readable form as well. (Bug#16179)
5512
5513 2013-12-18 Tassilo Horn <tsdh@gnu.org>
5514
5515 * textmodes/reftex-vars.el (reftex-label-alist-builtin):
5516 Reference tables with ~\ref{...} instead of only \ref{...}.
5517
5518 2013-12-18 Chong Yidong <cyd@gnu.org>
5519
5520 * cus-edit.el (custom-magic-alist): Fix "themed" description
5521 (Bug#14348).
5522
5523 * custom.el (custom-push-theme): If custom--inhibit-theme-enable
5524 is non-nil, do not create a new entry in the symbol's theme-value
5525 or theme-face property; update theme-settings only (Bug#14664).
5526 (custom-available-themes): Doc fix.
5527
5528 * cus-theme.el (custom-new-theme-mode-map): Add bindings
5529 (Bug#15674).
5530
5531 * replace.el (occur-engine): Avoid infloop (Bug#7593).
5532
5533 2013-12-18 Kazuhiro Ito <kzhr@d1.dion.ne.jp> (tiny change)
5534
5535 * progmodes/make-mode.el (makefile-fill-paragraph): Fix infloop
5536 (Bug#13914).
5537
5538 2013-12-18 Shigeru Fukaya <shigeru.fukaya@gmail.com>
5539
5540 * apropos.el (apropos-words-to-regexp): Fix algorithm (Bug#13946).
5541
5542 2013-12-18 Glenn Morris <rgm@gnu.org>
5543
5544 * Makefile.in (BYTE_COMPILE_FLAGS): Set load-prefer-newer to t.
5545 * cus-start.el (load-prefer-newer): New option.
5546
5547 2013-12-18 Le Wang <l26wang@gmail.com>
5548
5549 * comint.el (comint-previous-matching-input-from-input):
5550 Retain point (Bug#13404).
5551
5552 2013-12-18 Chong Yidong <cyd@gnu.org>
5553
5554 * simple.el (append-next-kill): Doc fix (Bug#15995, Bug#16016).
5555
5556 2013-12-18 Glenn Morris <rgm@gnu.org>
5557
5558 * mail/emacsbug.el (report-emacs-bug):
5559 Only mention enable-multibyte-characters if non-standard.
5560
5561 2013-12-17 Juri Linkov <juri@jurta.org>
5562
5563 * arc-mode.el (archive-extract-by-file): Check if directory exists
5564 before deletion to not show irrelevant errors if it doesn't exist.
5565
5566 2013-12-17 Juri Linkov <juri@jurta.org>
5567
5568 * menu-bar.el (menu-bar-tools-menu): Add `browse-web'.
5569 (Bug#14751)
5570
5571 * net/eww.el (browse-web): Add alias to `eww'.
5572 (eww-mode-map): Bind "r" to `eww-forward-url' like in Info.
5573 Bind "S-SPC" to `scroll-down-command'. (Bug#16178)
5574
5575 * net/browse-url.el (browse-url-browser-function): Move `eww'
5576 closer to similar functions.
5577
5578 * startup.el (fancy-startup-screen, fancy-about-screen):
5579 Set browse-url-browser-function to eww-browse-url locally.
5580 (Bug#14751)
5581
5582 2013-12-17 Stefan Monnier <monnier@iro.umontreal.ca>
5583
5584 * window.el (window--pixel-to-total): Remove unused `mini' var.
5585 (maximize-window, minimize-window): Remove unused `pixelwise' arg.
5586 (split-window): Remove unused `new' var.
5587 (window--display-buffer): Remove unused `frame' and `delta' vars.
5588 (fit-window-to-buffer): Remove unused vars `frame', `display-height',
5589 and display-width'.
5590
5591 2013-12-17 Martin Rudalics <rudalics@gmx.at>
5592
5593 * dired.el (dired-mark-pop-up):
5594 * register.el (register-preview): Don't bind
5595 split-height-threshold here since it's now done in
5596 display-buffer-below-selected.
5597
5598 2013-12-17 oblique <psyberbits@gmail.com> (tiny change)
5599
5600 * term/rxvt.el (rxvt-rgb-convert-to-16bit): Standardize with
5601 xterm-rgb-convert-to-16bit.
5602 (rxvt-register-default-colors): Standardize with
5603 xterm-register-default-colors (Bug#14078).
5604
5605 2013-12-17 Dima Kogan <dima@secretsauce.net> (tiny change)
5606
5607 * simple.el (kill-region): Pass mark first, then point, so that
5608 kill-append works right (Bug#12819).
5609 (copy-region-as-kill, kill-ring-save): Likewise.
5610
5611 2013-12-17 Leo Liu <sdl.web@gmail.com>
5612
5613 * net/rcirc.el (rcirc-add-face):
5614 * eshell/em-prompt.el (eshell-emit-prompt):
5615 * eshell/em-ls.el (eshell-ls-decorated-name): Use font-lock-face.
5616 (Bug#16167)
5617
5618 2013-12-17 Chong Yidong <cyd@gnu.org>
5619
5620 * files.el (break-hardlink-on-save): Doc fix (Bug#13801).
5621 Suggested by Xue Fuqiao.
5622
5623 2013-12-17 Dmitry Gutov <dgutov@yandex.ru>
5624
5625 * progmodes/ruby-mode.el (ruby-smie-rules): Indent ternary if.
5626
5627 2013-12-17 Stefan Monnier <monnier@iro.umontreal.ca>
5628
5629 * net/shr.el (shr-insert-document): Remove unused var
5630 `shr-preliminary-table-render'.
5631 (shr-rescale-image): Remove unused arg `force'.
5632 (shr-put-image): Update calls accordingly.
5633 (shr-tag-a): Use `cont' rather than dyn-bound `dom'.
5634
5635 2013-12-17 Dmitry Gutov <dgutov@yandex.ru>
5636
5637 * emacs-lisp/smie.el (smie-indent--rule): Extract `smie-indent--rule-1'.
5638 (smie-indent-close): Call `smie-indent--rule-1' with METHOD
5639 :close-all, to see which indentation method to use (Bug#16116).
5640 (smie-rules-function): Document the method :close-all.
5641
5642 2013-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
5643
5644 * net/shr.el (shr-tag-a): Support zero-length <a name="foo"> elements.
5645
5646 * net/eww.el (eww-display-html): If we can't find the anchor we're
5647 looking for, then go to point-min.
5648
5649 2013-12-16 Paul Eggert <eggert@cs.ucla.edu>
5650
5651 Fix problems with CANNOT_DUMP and EMACSLOADPATH.
5652 * Makefile.in (emacs): Add lisp src to EMACSLOADPATH.
5653 * loadup.el: Check for src/bootstrap-emacs only when Emacs can dump.
5654 Expand dir too, in case it's relative.
5655
5656 2013-12-16 Juri Linkov <juri@jurta.org>
5657
5658 * desktop.el (desktop-auto-save-timeout): Change default to
5659 `auto-save-timeout'. Doc fix.
5660 (desktop-save): Skip the timestamp in desktop-saved-frameset
5661 when checking for auto-save changes.
5662 (desktop-auto-save): Don't call desktop-auto-save-set-timer since
5663 `desktop-auto-save' is called repeatedly by the idle timer.
5664 (desktop-auto-save-set-timer): Replace `run-with-timer' with
5665 `run-with-idle-timer' and a non-nil arg REPEAT. Doc fix.
5666 (Bug#15331)
5667
5668 2013-12-16 Juri Linkov <juri@jurta.org>
5669
5670 * isearch.el (isearch-mode-map): Remove [escape] key bindinds.
5671 (Bug#16035)
5672 (isearch-pre-command-hook): Check `this-command' for symbolp.
5673
5674 2013-12-16 Stefan Monnier <monnier@iro.umontreal.ca>
5675
5676 * emacs-lisp/gv.el (gv-ref): Mention lexbind restriction (bug#16153).
5677
5678 2013-12-16 Teodor Zlatanov <tzz@lifelogs.com>
5679
5680 * progmodes/cfengine.el (cfengine3--current-word): Remove.
5681 (cfengine3--current-function): Bring in the current-function
5682 functionality from `cfengine3--current-word'.
5683 (cfengine3-completion-function): Bring in the
5684 bounds-of-current-word functionality from
5685 `cfengine3--current-word'.
5686
5687 2013-12-16 Martin Rudalics <rudalics@gmx.at>
5688
5689 * window.el (display-buffer-below-selected):
5690 Bind split-height-threshold to 0 as suggested by Juri Linkov.
5691
5692 2013-12-16 Leo Liu <sdl.web@gmail.com>
5693
5694 * progmodes/compile.el (compile-goto-error): Do not push-mark.
5695 Remove NOMSG arg and all uses changed.
5696
5697 2013-12-16 Stefan Monnier <monnier@iro.umontreal.ca>
5698
5699 * emulation/cua-rect.el (cua-rectangle-mark-mode): New minor mode.
5700 (cua--deactivate-rectangle): Don't deactivate the mark.
5701 (cua-set-rectangle-mark): Don't set mark-active since
5702 cua--activate-rectangle already does it for us.
5703 (cua--rectangle-highlight-for-redisplay): Unhighlight a previous
5704 non-rectangular region.
5705
5706 * emulation/cua-base.el (cua-repeat-replace-region):
5707 Use with-current-buffer.
5708
5709 * net/gnutls.el: Use cl-lib.
5710 (gnutls-negotiate): `mapcan' -> cl-mapcan.
5711
5712 2013-12-14 Teodor Zlatanov <tzz@lifelogs.com>
5713
5714 * emacs-lisp/package.el (package-built-in-p): Support both
5715 built-in and the package.el converted package descriptions.
5716 (package-show-package-list): Allow keywords.
5717 (package-keyword-button-action): Use it instead of
5718 `finder-list-matches'.
5719 (package-menu-filter-interactive): Interactive filtering (by
5720 keyword) function.
5721 (package-menu--generate): Support keywords and change keymappings
5722 and headers when they are given.
5723 (package--has-keyword-p): Helper function.
5724 (package-menu--refresh): Use it.
5725 (package--mapc): Helper function.
5726 (package-all-keywords): Use it.
5727 (package-menu-mode-map): Set up menu items and keybindings to
5728 provide a filtering UI.
5729
5730 2013-12-14 Teodor Zlatanov <tzz@lifelogs.com>
5731
5732 * net/gnutls.el (gnutls-verify-error): New defcustom to control
5733 the behavior when a certificate fails validation. Defaults to
5734 old behavior: never abort, just warn.
5735 (gnutls-negotiate): Use it.
5736
5737 2013-12-14 Martin Rudalics <rudalics@gmx.at>
5738
5739 * window.el (display-buffer-below-selected): Never split window
5740 horizontally. Suggested by Juri Linkov <juri@jurta.org>.
5741
5742 2013-12-14 Tom Willemse <tom@ryuslash.org> (tiny change)
5743
5744 * emacs-lisp/package.el (package--prepare-dependencies): New function.
5745 (package-buffer-info): Use it (bug#15108).
5746
5747 2013-12-14 Stefan Monnier <monnier@iro.umontreal.ca>
5748
5749 * icomplete.el (icomplete-completions): Make sure the prefix is already
5750 displayed elsewhere before hiding it (bug#16219).
5751
5752 2013-12-14 Dmitry Gutov <dgutov@yandex.ru>
5753
5754 * progmodes/ruby-mode.el (ruby-smie-rules): Return nil before
5755 open-paren tokens when preceded by a open-paren, too.
5756 (ruby-smie-rules): Handle virtual indentation after open-paren
5757 tokens specially. If there is code between it and eol, return the
5758 column where is starts (Bug#16118).
5759
5760 2013-12-13 Teodor Zlatanov <tzz@lifelogs.com>
5761
5762 * progmodes/cfengine.el: Fix `add-hook' doc.
5763 (cfengine-mode-syntax-functions-regex): Initialize sensibly.
5764 (cfengine3--current-word): Fix parameters.
5765 (cfengine3-make-syntax-cache): Simplify further.
5766 (cfengine3-completion-function, cfengine3--current-function):
5767 Use `assq' for symbols.
5768 (cfengine3--current-function): Fix `cfengine3--current-word' call.
5769
5770 2013-12-13 Glenn Morris <rgm@gnu.org>
5771
5772 * loadup.el (load-path): Warn if site-load or site-init changes it.
5773 No more need to reset it when bootstrapping.
5774
5775 2013-12-13 Teodor Zlatanov <tzz@lifelogs.com>
5776
5777 * progmodes/cfengine.el (cfengine-cf-promises): Add more default
5778 locations for cf-promises.
5779 (cfengine-mode-syntax-functions-regex): New caching variable.
5780 (cfengine3-fallback-syntax): Fallback syntax for cases where
5781 cf-promises doesn't run.
5782 (cfengine3--current-word): Reimplement using
5783 `cfengine-mode-syntax-functions-regex'.
5784 (cfengine3-completion-function, cfengine3--current-function):
5785 Use `cfengine3-make-syntax-cache' directly.
5786 (cfengine3-clear-syntax-cache): New function.
5787 (cfengine3-make-syntax-cache): Simplify and create
5788 `cfengine-mode-syntax-functions-regex' on demand.
5789 (cfengine3-format-function-docstring): Don't call
5790 `cfengine3-make-syntax-cache' explicitly.
5791
5792 2013-12-13 Martin Rudalics <rudalics@gmx.at>
5793
5794 Fix windmove-find-other-window broken after pixelwise resizing
5795 (Bug#16017).
5796 * windmove.el (windmove-other-window-loc): Revert change from
5797 2013-12-04.
5798 (windmove-find-other-window): Call window-in-direction.
5799 * window.el (window-in-direction): New arguments SIGN, WRAP and
5800 MINI to emulate original windmove-find-other-window behavior.
5801
5802 2013-12-13 Dmitry Gutov <dgutov@yandex.ru>
5803
5804 * simple.el (blink-matching--overlay): New variable.
5805 (blink-matching-open): Instead of moving point, highlight the
5806 matching paren with an overlay
5807 (http://lists.gnu.org/archive/html/emacs-devel/2013-12/msg00333.html).
5808
5809 * faces.el (paren-showing-faces, show-paren-match)
5810 (show-paren-mismatch): Move from paren.el.
5811
5812 2013-12-13 Leo Liu <sdl.web@gmail.com>
5813
5814 * indent.el (indent-region): Disable progress reporter in
5815 minibuffer. (Bug#16108)
5816
5817 * bindings.el (visual-order-cursor-movement): Fix version.
5818
5819 2013-12-13 Fabián Ezequiel Gallina <fgallina@gnu.org>
5820
5821 * progmodes/python.el (python-pdbtrack-stacktrace-info-regexp):
5822 Also match after beginning of line.
5823 (python-pdbtrack-set-tracked-buffer): Fix logic for remote
5824 files. Thanks to Russell Sim. (Bug#15378)
5825
5826 2013-12-13 Juri Linkov <juri@jurta.org>
5827
5828 * simple.el <Keypad support>: Remove key bindings duplicated
5829 with bindings.el. (Bug#14397)
5830
5831 2013-12-13 Juri Linkov <juri@jurta.org>
5832
5833 * comint.el (comint-mode-map): Replace `delete-char' with
5834 `delete-forward-char'. (Bug#16109)
5835
5836 2013-12-12 Fabián Ezequiel Gallina <fgallina@gnu.org>
5837
5838 * progmodes/python.el (python-indent-calculate-indentation):
5839 Fix de-denters cornercase. (Bug#15731)
5840
5841 2013-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
5842
5843 * emacs-lisp/nadvice.el: Add `depth' property to manage ordering.
5844 (advice--make): Pay attention to `depth'.
5845 (advice--make-1): Don't autoload commands eagerly.
5846 * emacs-lisp/elp.el (elp-instrument-function):
5847 * emacs-lisp/trace.el (trace-function-internal):
5848 * emacs-lisp/debug.el (debug-on-entry): Keep them "first".
5849
5850 * iswitchb.el (iswitchb-mode): Don't belittle ido.
5851
5852 2013-12-12 Eli Zaretskii <eliz@gnu.org>
5853
5854 * term/w32-win.el (w32-handle-dropped-file):
5855 * startup.el (normal-top-level):
5856 * net/browse-url.el (browse-url-file-url):
5857 * dnd.el (dnd-get-local-file-name): On MS-Windows, encode and
5858 decode file names using 'utf-8' rather than
5859 file-name-coding-system.
5860
5861 2013-12-12 Fabián Ezequiel Gallina <fgallina@gnu.org>
5862
5863 * progmodes/python.el (python-indent-context)
5864 (python-indent-calculate-indentation): Fix auto-identation
5865 behavior for comment blocks. (Bug#15916)
5866
5867 2013-12-12 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
5868
5869 * progmodes/python.el (python-indent-calculate-indentation):
5870 When determining indentation, don't treat "return", "pass", etc., as
5871 operators when they are just string constituents. (Bug#15812)
5872
5873 2013-12-12 Juri Linkov <juri@jurta.org>
5874
5875 * uniquify.el (uniquify-buffer-name-style): Change default to
5876 `post-forward-angle-brackets'.
5877
5878 * menu-bar.el (menu-bar-options-menu): Don't require preloaded
5879 `uniquify'. Change default to `post-forward-angle-brackets'.
5880
5881 2013-12-11 Glenn Morris <rgm@gnu.org>
5882
5883 * emacs-lisp/package.el (finder-list-matches):
5884 Autoload rather than falsely declaring.
5885
5886 2013-12-11 Teodor Zlatanov <tzz@lifelogs.com>
5887
5888 * net/eww.el (eww-exit, eww-close): Add UI convenience wrappers.
5889 (eww-mode-map): Use them.
5890
5891 2013-12-11 Martin Rudalics <rudalics@gmx.at>
5892
5893 * window.el (display-buffer-in-side-window): Fix doc-string
5894 (Bug#16115).
5895
5896 2013-12-11 Juanma Barranquero <lekktu@gmail.com>
5897
5898 * vc/vc-git.el: Silence byte-compiler warnings.
5899 (vc-git-dir-extra-headers): Rename arg _dir which is no longer ignored.
5900 (log-edit-set-header): Declare.
5901
5902 2013-12-11 Eli Zaretskii <eliz@gnu.org>
5903
5904 * Makefile.in (custom-deps, finder-data): Run output file names
5905 through unmsys--file-name. (Bug#16099)
5906
5907 2013-12-11 Stefan Monnier <monnier@iro.umontreal.ca>
5908
5909 * emacs-lisp/smie.el (smie-indent--hanging-p): Don't bother matching
5910 comment-start-skip, which fails when that uses submatch 1 (bug#16041).
5911
5912 * emulation/cua-base.el (cua-paste): Add `delete-selection' property
5913 instead of deleting the selection "by hand" (bug#16098).
5914 Rely on insert-for-yank to yank rectangles.
5915 (cua-highlight-region-shift-only): Mark obsolete.
5916 (cua-mode): Don't enable/disable transient-mark-mode,
5917 shift-select-mode (cua-mode works both with and without them), and
5918 pc-selection-mode (obsolete).
5919 * emulation/cua-rect.el (cua--activate-rectangle): Activate the mark.
5920 (cua--deactivate-rectangle): Deactivate it.
5921
5922 * delsel.el (delete-selection-mode): Don't enable transient-mark-mode.
5923 (delete-selection-helper): Make sure yank starts at the top of the
5924 deleted region.
5925 (minibuffer-keyboard-quit): Use region-active-p.
5926
5927 * emacs-lisp/trace.el (trace-make-advice): Don't deactivate the mark.
5928
5929 * simple.el (normal-erase-is-backspace-mode): Map kp-delete identically
5930 to `delete' (bug#16109).
5931
5932 2013-12-11 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
5933
5934 * progmodes/octave.el (octave-mode, inferior-octave-mode): Link to
5935 info manual and show keybindings and set `:group' keyword.
5936
5937 2013-12-11 Juri Linkov <juri@jurta.org>
5938
5939 * delsel.el (delete-active-region): Let-bind `this-command'
5940 to prevent `kill-region' from changing its original value.
5941 (delete-selection-helper): Handle `overwrite-mode' for the type
5942 `kill' exactly the same way as for the type `t'.
5943 (insert-char, quoted-insert, reindent-then-newline-and-indent):
5944 Support more commands. (Bug#13312)
5945
5946 2013-12-11 Juri Linkov <juri@jurta.org>
5947
5948 * bindings.el: Map kp keys to non-kp keys systematically
5949 with basic modifiers control, meta and shift. (Bug#14397)
5950
5951 2013-12-11 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
5952
5953 * net/eww.el (eww-mode-map): Instead of "Quit" show "Exit" and
5954 "Close browser" menu items. Fix wrong function of "List
5955 bookmarks".
5956
5957 2013-12-11 Juri Linkov <juri@jurta.org>
5958
5959 * misearch.el (multi-isearch-buffers): Set the value of
5960 `multi-isearch-buffer-list' globally. Set NO-RECURSIVE-EDIT
5961 arg of isearch-forward to t.
5962 (multi-isearch-buffers-regexp): Set the value of
5963 `multi-isearch-buffer-list' globally. Set NO-RECURSIVE-EDIT
5964 arg of isearch-forward-regexp to t.
5965 (multi-isearch-files): Set the value of
5966 `multi-isearch-file-list' globally. Set NO-RECURSIVE-EDIT
5967 arg of isearch-forward to t.
5968 (multi-isearch-files-regexp): Set the value of
5969 `multi-isearch-file-list' globally. Set NO-RECURSIVE-EDIT
5970 arg of isearch-forward-regexp to t. (Bug#16035)
5971
5972 * dired-aux.el (dired-isearch-filenames): Set NO-RECURSIVE-EDIT
5973 arg of isearch-forward to t.
5974 (dired-isearch-filenames-regexp): Set NO-RECURSIVE-EDIT
5975 arg of isearch-forward-regexp to t.
5976 (dired-isearch-filter-filenames): Remove unnecessary check for
5977 `dired-isearch-filenames'.
5978
5979 * comint.el (comint-history-isearch-backward):
5980 Set NO-RECURSIVE-EDIT arg of isearch-backward to t.
5981 (comint-history-isearch-backward-regexp):
5982 Set NO-RECURSIVE-EDIT arg of isearch-backward-regexp to t.
5983
5984 2013-12-10 Eli Zaretskii <eliz@gnu.org>
5985
5986 * Makefile.in (autoloads): Run $(srcdir)/loaddefs.el through
5987 unmsys--file-name. (Bug#16099)
5988
5989 2013-12-10 Teodor Zlatanov <tzz@lifelogs.com>
5990
5991 * emacs-lisp/package.el (package-keyword-button-action):
5992 Remove finder.el require dependency.
5993
5994 2013-12-09 Teodor Zlatanov <tzz@lifelogs.com>
5995
5996 * emacs-lisp/package.el: Require finder.el.
5997 (describe-package-1): Add keyword buttons.
5998 (package-make-button): New convenience function.
5999 (package-keyword-button-action): Keyword button action using
6000 `finder-list-matches'.
6001
6002 2013-12-09 Eli Zaretskii <eliz@gnu.org>
6003
6004 * autorevert.el (auto-revert-notify-add-watch): Fix a thinko in
6005 last commit.
6006
6007 2013-12-09 Michael Albinus <michael.albinus@gmx.de>
6008
6009 * autorevert.el (auto-revert-notify-add-watch): Do not handle
6010 symlinked files.
6011
6012 2013-12-09 Dmitry Gutov <dgutov@yandex.ru>
6013
6014 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Return t
6015 after the end of a percent literal.
6016
6017 2013-12-09 Cameron Desautels <camdez@gmail.com> (tiny change)
6018
6019 * progmodes/ruby-mode.el (ruby-forward-string): Document.
6020 Handle caret-delimited strings (Bug#16079).
6021
6022 2013-12-09 Dmitry Gutov <dgutov@yandex.ru>
6023
6024 * progmodes/ruby-mode.el (ruby-accurate-end-of-block):
6025 When `ruby-use-smie' is t, use `smie-forward-sexp' instead of
6026 `ruby-parse-partial' (Bug#16078).
6027
6028 2013-12-09 Leo Liu <sdl.web@gmail.com>
6029
6030 * subr.el (read-passwd): Disable show-paren-mode. (Bug#16091)
6031
6032 2013-12-08 Dmitry Gutov <dgutov@yandex.ru>
6033
6034 * progmodes/js.el (js-auto-indent-flag): Remove, was unused.
6035 (js-switch-indent-offset): New option.
6036 (js--proper-indentation): Use it. And handle the case when
6037 "default" is actually a key in an object literal.
6038 (js--same-line): New function.
6039 (js--multi-line-declaration-indentation): Use it.
6040 (js--indent-in-array-comp, js--array-comp-indentation):
6041 New functions.
6042 (js--proper-indentation): Use them, to handle array comprehension
6043 continuations.
6044
6045 2013-12-08 Leo Liu <sdl.web@gmail.com>
6046
6047 * progmodes/flymake.el (flymake-highlight-line): Re-write.
6048 (flymake-make-overlay): Remove arg MOUSE-FACE.
6049 (flymake-save-string-to-file, flymake-read-file-to-string): Remove.
6050
6051 2013-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
6052
6053 * emulation/cua-rect.el (cua--rectangle-highlight-for-redisplay):
6054 New function.
6055 (redisplay-highlight-region-function): Use it.
6056
6057 * emulation/cua-base.el (cua--explicit-region-start)
6058 (cua--last-region-shifted): Remove.
6059 (cua--deactivate): Use deactivate-mark.
6060 (cua--pre-command-handler-1): Don't handle shift-selection.
6061 (cua--post-command-handler-1): Don't change transient-mark-mode.
6062 (cua--select-keymaps): Use region-active-p rather than
6063 cua--explicit-region-start or cua--last-region-shifted.
6064 (cua-mode): Enable shift-select-mode.
6065
6066 2013-12-08 Leo Liu <sdl.web@gmail.com>
6067
6068 * progmodes/flymake.el (flymake-popup-current-error-menu):
6069 Rename from flymake-display-err-menu-for-current-line. Reimplement.
6070 (flymake-posn-at-point-as-event, flymake-popup-menu)
6071 (flymake-make-emacs-menu): Remove. (Bug#16077)
6072
6073 2013-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
6074
6075 * rect.el (rectangle-mark-mode): Activate mark even if
6076 transient-mark-mode is off (bug#16066).
6077 (rectangle--highlight-for-redisplay): Fix boundary condition when point
6078 is > mark and at bolp.
6079
6080 * emulation/cua-rect.el (cua--rectangle-region-extract): New function.
6081 (region-extract-function): Use it.
6082 (cua-mouse-save-then-kill-rectangle): Use cua-copy-region.
6083 (cua-copy-rectangle, cua-cut-rectangle, cua-delete-rectangle):
6084 Delete functions.
6085 (cua--init-rectangles): Don't re-remap copy-region-as-kill,
6086 kill-ring-save, kill-region, delete-char, delete-forward-char.
6087 Ignore self-insert-iso.
6088
6089 * emulation/cua-gmrk.el (cua--init-global-mark):
6090 Ignore `self-insert-iso'.
6091
6092 * emulation/cua-base.el (cua--prefix-copy-handler)
6093 (cua--prefix-cut-handler): Rely on region-extract-function rather than
6094 checking cua--rectangle.
6095 (cua-delete-region): Use region-extract-function.
6096 (cua-replace-region): Delete function.
6097 (cua-copy-region, cua-cut-region): Obey region-extract-function.
6098 (cua--pre-command-handler-1): Don't do the delete-selection thing.
6099 (cua--self-insert-char-p): Ignore `self-insert-iso'.
6100 (cua--init-keymaps): Don't remap delete-selection commands.
6101 (cua-mode): Use delete-selection-mode instead of rolling our own
6102 (bug#16085).
6103
6104 * menu-bar.el (clipboard-kill-ring-save, clipboard-kill-region):
6105 Obey region-extract-function.
6106
6107 Make registers and delete-selection-mode work on rectangles.
6108 * register.el (describe-register-1): Don't modify the register's value.
6109 (copy-to-register): Obey region-extract-function.
6110 * delsel.el (delete-active-region): Obey region-extract-function.
6111
6112 2013-12-08 Leo Liu <sdl.web@gmail.com>
6113
6114 * progmodes/flymake.el (flymake, flymake-error-bitmap)
6115 (flymake-warning-bitmap, flymake-fringe-indicator-position)
6116 (flymake-compilation-prevents-syntax-check)
6117 (flymake-start-syntax-check-on-newline)
6118 (flymake-no-changes-timeout, flymake-gui-warnings-enabled)
6119 (flymake-start-syntax-check-on-find-file, flymake-log-level)
6120 (flymake-xml-program, flymake-master-file-dirs)
6121 (flymake-master-file-count-limit)
6122 (flymake-allowed-file-name-masks): Relocate.
6123 (flymake-makehash, flymake-float-time)
6124 (flymake-replace-regexp-in-string, flymake-split-string)
6125 (flymake-get-temp-dir): Remove.
6126 (flymake-popup-menu, flymake-nop, flymake-make-xemacs-menu)
6127 (flymake-current-row, flymake-selected-frame)
6128 (flymake-get-point-pixel-pos): Remove xemacs compatibity and
6129 related functions. (Bug#16077)
6130
6131 2013-12-07 Bozhidar Batsov <bozhidar@batsov.com>
6132
6133 * emacs-lisp/helpers.el (string-blank-p): Use `string-match-p'.
6134
6135 2013-12-07 Tassilo Horn <tsdh@gnu.org>
6136
6137 * help-fns.el (describe-function-1): Use new advice-* functions
6138 rather than old ad-* functions. Fix function type description and
6139 source links for advised functions and subrs.
6140
6141 2013-12-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
6142
6143 * net/shr.el (shr-tag-img): Don't bug out on <img src=""> data.
6144
6145 2013-12-06 Michael Albinus <michael.albinus@gmx.de>
6146
6147 * progmodes/compile.el (compilation-start):
6148 * progmodes/grep.el (rgrep): Revert change 2012-12-20T11:15:38Z!michael.albinus@gmx.de.
6149
6150 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
6151 Handle long command lines, lasting from "sh -c ...". (Bug#16045)
6152
6153 2013-12-06 Dmitry Gutov <dgutov@yandex.ru>
6154
6155 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
6156 Touch up the last change.
6157
6158 2013-12-06 Leo Liu <sdl.web@gmail.com>
6159
6160 * progmodes/octave.el (inferior-octave-prompt): Use shy groups.
6161 (inferior-octave-startup): Always use "octave> " for prompt.
6162 (octave-goto-function-definition)
6163 (octave-sync-function-file-names)
6164 (octave-find-definition-default-filename): Remove redundant backquotes.
6165
6166 2013-12-06 Dmitry Gutov <dgutov@yandex.ru>
6167
6168 * progmodes/ruby-mode.el (ruby-mode-syntax-table): Don't modify
6169 syntax for `?'.
6170 (ruby-expr-beg): Expect that `!' will have syntax class "symbol"
6171 where appropriate already.
6172 (ruby-syntax-propertize-function): Propertize `?' and `!' at the
6173 end of method names (Bug#15874).
6174
6175 2013-12-06 Juri Linkov <juri@jurta.org>
6176
6177 * isearch.el (isearch--saved-overriding-local-map):
6178 New internal variable.
6179 (isearch-mode): Set it to the initial value of
6180 `overriding-terminal-local-map'.
6181 (isearch-pre-command-hook): Compare `overriding-terminal-local-map'
6182 with `isearch--saved-overriding-local-map'. (Bug#16035)
6183
6184 2013-12-06 Dmitry Gutov <dgutov@yandex.ru>
6185
6186 * progmodes/octave.el (inferior-octave-completion-table):
6187 Turn back into function, use `completion-table-with-cache'
6188 (Bug#11906). Update all references.
6189
6190 * minibuffer.el (completion-table-with-cache): New function.
6191
6192 2013-12-05 Cameron Desautels <camdez@gmail.com> (tiny change)
6193
6194 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Fix ^ (bug#16046).
6195
6196 2013-12-05 Teodor Zlatanov <tzz@lifelogs.com>
6197
6198 * net/eww.el (eww-current-source): New variable to store page
6199 source.
6200 (eww-display-html, eww-mode, eww-save-history)
6201 (eww-restore-history): Use it.
6202 (eww-view-source): New command to view page source.
6203 Opportunistically uses `html-mode' to highlight the buffer.
6204 (eww-mode-map): Install it.
6205
6206 2013-12-05 Michael Albinus <michael.albinus@gmx.de>
6207
6208 * net/dbus.el (dbus-unregister-service)
6209 (dbus-escape-as-identifier, dbus-unescape-from-identifier):
6210 Fix docstring.
6211 (dbus-unregister-service): Skip :serial entries in
6212 `dbus-registered-objects-table'.
6213 (dbus-byte-array-to-string): New optional arg MULTIBYTE.
6214
6215 2013-12-04 Teodor Zlatanov <tzz@lifelogs.com>
6216
6217 * emacs-lisp/lisp-mnt.el (lm-keywords-list): Trim whitespace
6218 around keywords with extra `split-string' argument.
6219
6220 2013-12-04 Martin Rudalics <rudalics@gmx.at>
6221
6222 * windmove.el (windmove-other-window-loc): Handle navigation
6223 between windows (excluding the minibuffer window - Bug#16017).
6224
6225 2013-12-04 Michael Albinus <michael.albinus@gmx.de>
6226
6227 * net/dbus.el (dbus-byte-array-to-string): Accept also byte arrays
6228 in D-Bus type syntax.
6229 (dbus-unescape-from-identifier): Use `byte-to-string' in order to
6230 preserve unibyte strings. (Bug#16048)
6231
6232 2013-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
6233
6234 * emacs-lisp/eldoc.el (eldoc-minibuffer-message):
6235 Call force-mode-line-update is the proper buffer (bug#16042).
6236
6237 2013-12-04 Dmitry Gutov <dgutov@yandex.ru>
6238
6239 * vc/log-edit.el (log-edit-add-new-comment): Rename to
6240 `log-edit-remember-comment', make argument optional. Adjust all
6241 callers.
6242 (log-edit-mode): Add `log-edit-remember-comment' to
6243 `kill-buffer-hook' locally.
6244 (log-edit-kill-buffer): Don't remember comment explicitly since
6245 the buffer is killed anyway.
6246
6247 2013-12-04 Juri Linkov <juri@jurta.org>
6248
6249 * isearch.el (isearch-mode, isearch-done): Don't set arg LOCAL in
6250 add-hook and remove-hook for multi-buffer search. (Bug#16035)
6251
6252 2013-12-03 Tom Regner <tom@goochesa.de> (tiny change)
6253
6254 * notifications.el (notifications-close-notification): Call the
6255 D-Bus method with ID being a `:uint32'. (Bug#16030)
6256
6257 2013-12-03 Katsumi Yamaoka <yamaoka@jpl.org>
6258
6259 * net/eww.el (eww-render): Don't pass arg to eww-display-image.
6260
6261 2013-12-03 Juri Linkov <juri@jurta.org>
6262
6263 * progmodes/compile.el (compilation-start): Rename window alist
6264 entry `no-display-ok' to `allow-no-window'.
6265
6266 * simple.el (shell-command): Add window alist entry
6267 `allow-no-window' to `display-buffer'.
6268 (async-shell-command): Doc fix.
6269
6270 * window.el (display-buffer-no-window): New action function.
6271 (display-buffer-alist, display-buffer): Doc fix. (Bug#13594)
6272
6273 2013-12-02 Dmitry Gutov <dgutov@yandex.ru>
6274
6275 * vc/log-edit.el (log-edit-set-header): Extract from
6276 `log-edit-toggle-header'.
6277 (log-edit-extract-headers): Separate the summary, when extracted
6278 from header, from the rest of the message with an empty line.
6279
6280 * vc/vc-git.el (vc-git-log-edit-toggle-amend): Move the summary
6281 line, if present, to the Summary header.
6282
6283 2013-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
6284
6285 * epa-file.el (epa-file-insert-file-contents): Ensure we insert text
6286 in current-buffer (bug#16029).
6287
6288 2013-12-02 Helmut Eller <eller.helmut@gmail.com>
6289
6290 * emacs-lisp/debug.el (debugger-toggle-locals): New command.
6291 (debugger-mode-map): Bind it.
6292 (debugger--backtrace-base): New function.
6293 (debugger-eval-expression): Use it.
6294 (debugger-frame-number): Skip local vars when present.
6295 (debugger--locals-visible-p, debugger--insert-locals)
6296 (debugger--show-locals, debugger--hide-locals): New functions.
6297
6298 2013-12-02 Michael Albinus <michael.albinus@gmx.de>
6299
6300 * net/tramp-sh.el (tramp-remote-process-environment): Do not set
6301 "LC_ALL".
6302 (tramp-get-remote-locale): New defun.
6303 (tramp-open-connection-setup-interactive-shell): Use it.
6304
6305 2013-12-02 Leo Liu <sdl.web@gmail.com>
6306
6307 * subr.el (process-live-p): Return nil for non-process. (Bug#16023)
6308
6309 * progmodes/sh-script.el (sh-shell-process):
6310 * progmodes/octave.el (inferior-octave-process-live-p):
6311 * progmodes/gdb-mi.el (gdb-delchar-or-quit)
6312 (gdb-inferior-io-sentinel):
6313 * emacs-lock.el (emacs-lock-live-process-p): All uses changed.
6314
6315 2013-12-02 Dmitry Gutov <dgutov@yandex.ru>
6316
6317 * vc/log-edit.el (log-edit-kill-buffer): Move the use of
6318 `save-selected-window' to `log-edit-hide-buf'. This makes
6319 `log-edit-show-files' idempotent.
6320 (log-edit-show-files): Mark the new window as dedicated.
6321
6322 2013-12-02 Dmitry Gutov <dgutov@yandex.ru>
6323
6324 * vc/log-edit.el (log-edit-mode-map): Add binding for
6325 `log-edit-kill-biffer'.
6326 (log-edit-hide-buf): Add a FIXME comment.
6327 (log-edit-add-new-comment): New function, extracted from
6328 `log-edit-done'.
6329 (log-edit-done, log-edit-add-to-changelog): Use it.
6330 (log-edit-kill-buffer): New command.
6331
6332 2013-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
6333
6334 * net/eww.el (eww-mode-map): Have `q' do a normal `quit-window'
6335 instead of killing the buffer.
6336
6337 2013-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
6338
6339 * simple.el (newline): Mention `electric-indent-mode' (bug#16015).
6340
6341 2013-12-01 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
6342
6343 * net/eww.el (eww-form-checkbox-selected-symbol)
6344 (eww-form-checkbox-symbol): New customizable variable.
6345 (eww-form-checkbox, eww-toggle-checkbox):
6346 Use `eww-form-checkbox-selected-symbol' and `eww-form-checkbox-symbol'.
6347
6348 * net/shr.el (shr-prefer-media-type-alist): New customizable variable.
6349 (shr--get-media-pref, shr--extract-best-source): New function.
6350 (shr-tag-video, shr-tag-audio): Use `shr--extract-best-source' when
6351 no :src tag was specified.
6352
6353 * net/eww.el (eww-use-external-browser-for-content-type): New variable.
6354 (eww-render): Handle `eww-use-external-browser-for-content-type'.
6355 Use \\` to match beginning of string instead of ^.
6356 (eww-browse-with-external-browser): Provide optional URL parameter.
6357 (eww-render): Set `eww-current-title' back to "".
6358
6359 * net/shr.el (shr-tag-video): Display content for video if no
6360 poster is available.
6361 (shr-tag-audio): Add support for <audio> tag.
6362
6363 * net/eww.el (eww-text-input-types): New const.
6364 (eww-process-text-input): Treat input types in
6365 `eww-text-input-types' as text.
6366
6367 * net/shr.el (shr-tag-table): Fix comment typo.
6368
6369 2013-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
6370
6371 * net/eww.el (eww-follow-link): New command to avoid reloading
6372 pages when we follow #target links (bug#15243).
6373 (eww-quit): Special mode buffers shouldn't query before exiting.
6374
6375 2013-12-01 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
6376
6377 * net/eww.el (eww-tag-select): Support <optgroup> tags in <select>
6378 forms.
6379
6380 2013-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
6381
6382 * net/eww.el (eww-restore-history): Update the window title after
6383 moving in the history.
6384 (eww-current-dom): New variable used to save the current DOM.
6385
6386 2013-12-01 Dmitry Gutov <dgutov@yandex.ru>
6387
6388 * vc/log-edit.el (log-edit-mode-map): Add binding for
6389 `log-edit-beginning-of-line'.
6390 (log-edit-setup-add-author): New user option.
6391 (log-edit-beginning-of-line): New command.
6392 (log-edit): Move major mode call above the contents setup so that
6393 the local variable values are already applied.
6394 (log-edit): Only insert "Author: " when
6395 `log-edit-setup-add-author' is non-nil.
6396 (log-edit): When SETUP is non-nil, position point after ": "
6397 instead of point-min.
6398
6399 2013-12-01 Glenn Morris <rgm@gnu.org>
6400
6401 * startup.el (command-line): Warn if ~/emacs.d is in load-path.
6402
6403 2013-11-30 Eli Zaretskii <eliz@gnu.org>
6404
6405 * startup.el (fancy-splash-frame): On MS-Windows, trigger
6406 redisplay to make sure the initial frame gets a chance to become
6407 visible. (Bug#16014)
6408
6409 2013-11-30 Martin Rudalics <rudalics@gmx.at>
6410
6411 Support resizing frames and windows pixelwise.
6412 * cus-start.el (frame-resize-pixelwise)
6413 (window-resize-pixelwise): New entries.
6414 * emacs-lisp/debug.el (debug): Use window-total-height instead
6415 of window-total-size.
6416 * frame.el (tool-bar-lines-needed): Defalias to tool-bar-height.
6417 * help.el (describe-bindings-internal): Use help-buffer as
6418 argument for with-help-window.
6419 (temp-buffer-max-width): New option.
6420 (resize-temp-buffer-window, help-window-setup)
6421 (with-help-window): Rewrite.
6422 * mouse.el (mouse-drag-line): Rewrite. Add key bindings for
6423 dragging dividers.
6424 * window.el (frame-char-size, window-min-pixel-height)
6425 (window-safe-min-pixel-height, window-safe-min-pixel-width)
6426 (window-min-pixel-width, window-safe-min-pixel-size)
6427 (window-combination-p, window-safe-min-size)
6428 (window-resizable-p, window--size-to-pixel)
6429 (window--pixel-to-size, window--resize-apply-p): New functions.
6430 (window-safe-min-height): Fix doc-string.
6431 (window-size, window-min-size, window--min-size-1)
6432 (window-sizable, window-sizable-p, window--min-delta-1)
6433 (window-min-delta, window--max-delta-1, window-max-delta)
6434 (window--resizable, window--resizable-p, window-resizable)
6435 (window-full-height-p, window-full-width-p, window-at-side-p)
6436 (window--in-direction-2, window-in-direction)
6437 (window--resize-reset-1, window--resize-mini-window)
6438 (window-resize, window-resize-no-error)
6439 (window--resize-child-windows-normal)
6440 (window--resize-child-windows, window--resize-siblings)
6441 (window--resize-this-window, window--resize-root-window)
6442 (window--resize-root-window-vertically)
6443 (adjust-window-trailing-edge, enlarge-window, shrink-window)
6444 (maximize-window, minimize-window, delete-window)
6445 (quit-restore-window, window-split-min-size, split-window)
6446 (balance-windows-2, balance-windows)
6447 (balance-windows-area-adjust, balance-windows-area)
6448 (window--state-get-1, window-state-get, window--state-put-1)
6449 (window--state-put-2, window-state-put)
6450 (display-buffer-record-window, window--display-buffer):
6451 Make functions handle pixelwise sizing of windows.
6452 (display-buffer--action-function-custom-type)
6453 (display-buffer-fallback-action):
6454 Add display-buffer-in-previous-window.
6455 (display-buffer-use-some-window): Resize window to height it had
6456 before.
6457 (fit-window-to-buffer-horizontally): New option.
6458 (fit-frame-to-buffer): Describe new values.
6459 (fit-frame-to-buffer-bottom-margin): Replace with
6460 fit-frame-to-buffer-margins.
6461 (window--sanitize-margin): New function.
6462 (fit-frame-to-buffer, fit-window-to-buffer): Rewrite completely
6463 using window-text-pixel-size.
6464
6465 2013-11-30 Glenn Morris <rgm@gnu.org>
6466
6467 * emacs-lisp/bytecomp.el (byte-compile-form):
6468 Make the `interactive-only' warning like the `obsolete' one.
6469 * comint.el (comint-run):
6470 * files.el (insert-file-literally, insert-file):
6471 * replace.el (replace-string, replace-regexp):
6472 * simple.el (beginning-of-buffer, end-of-buffer, delete-backward-char)
6473 (goto-line, insert-buffer, next-line, previous-line):
6474 Tweak `interactive-only' spec.
6475
6476 Stop keeping (most) generated cedet grammar files in the repository.
6477 * Makefile.in (semantic): New.
6478 (compile-main): Depend on semantic.
6479
6480 2013-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
6481
6482 * net/newst-reader.el (newsticker-html-renderer): Default to SHR if
6483 available. Suggested by Clément B. <barthele1u@etu.univ-lorraine.fr>.
6484
6485 * uniquify.el (uniquify-buffer-name-style): Change default.
6486
6487 * loadup.el: Preload "uniquify".
6488
6489 * time.el (display-time-update): Update all mode lines (bug#15999).
6490
6491 * electric.el (electric-indent-mode): Enable by default.
6492 * loadup.el: Preload "electric".
6493
6494 2013-11-29 Bozhidar Batsov <bozhidar@batsov.com>
6495
6496 * emacs-lisp/helpers.el (string-empty-p): New function.
6497 (string-blank-p): New function.
6498
6499 2013-11-29 Andreas Politz <politza@hochschule-trier.de>
6500
6501 * imenu.el (imenu--index-alist): Add missing dot to the docstring
6502 (Bug#14029).
6503
6504 2013-11-29 Andreas Politz <politza@fh-trier.de>
6505 * imenu.el (imenu--subalist-p): Don't error on non-conses and
6506 allow non-lambda lists as functions.
6507 (imenu--in-alist): Don't recurse into non-subalists.
6508 (imenu): Don't pass function itself as an argument (Bug#14029).
6509
6510 2013-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
6511
6512 * progmodes/python.el (python-mode-map): Remove binding for ":".
6513 (python-indent-electric-colon): Remove command.
6514 (python-indent-post-self-insert-function): Integrate the previous code
6515 of python-indent-electric-colon. Make it conditional on
6516 electric-indent-mode.
6517 (python-mode): Add ?: to electric-indent-chars.
6518 Move python-indent-post-self-insert-function to the end of
6519 post-self-insert-hook.
6520
6521 2013-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
6522
6523 * doc-view.el (doc-view-goto-page): Update mode-line.
6524
6525 * vc/vc-dispatcher.el (vc-log-edit): Setup the Summary&Author headers.
6526
6527 2013-11-27 Glenn Morris <rgm@gnu.org>
6528
6529 * international/charprop.el, international/uni-bidi.el:
6530 * international/uni-category.el, international/uni-combining.el:
6531 * international/uni-comment.el, international/uni-decimal.el:
6532 * international/uni-decomposition.el, international/uni-digit.el:
6533 * international/uni-lowercase.el, international/uni-mirrored.el:
6534 * international/uni-name.el, international/uni-numeric.el:
6535 * international/uni-old-name.el, international/uni-titlecase.el:
6536 * international/uni-uppercase.el:
6537 Remove generated files from VCS repository.
6538
6539 2013-11-27 Eli Zaretskii <eliz@gnu.org>
6540
6541 * filenotify.el (file-notify-add-watch): Don't special-case
6542 w32notify when computing the directory to watch.
6543
6544 2013-11-27 Glenn Morris <rgm@gnu.org>
6545
6546 Make bootstrap without generated uni-*.el files possible again.
6547 * loadup.el: Update command-line-args checking for unidata-gen.
6548 Add vc to load-path to allow loading vc-bzr when writing uni-*.el.
6549 * composite.el, international/characters.el:
6550 Handle unicode tables being undefined.
6551
6552 Move ja-dic, quail, leim-list.el from ../leim to a leim subdirectory.
6553 * Makefile.in (setwins_for_subdirs): Skip leim/ directory.
6554 (compile-main): Depend on leim rule.
6555 (leim): New rule.
6556 * loadup.el: Move leim-list.el to leim/ subdirectory.
6557 * startup.el (normal-top-level): No more leim directory.
6558 * international/ja-dic-cnv.el (skkdic-convert):
6559 Disable version-control and autoloads in output files.
6560 * international/titdic-cnv.el (titdic-convert, miscdic-convert):
6561 Disable version-control and autoloads in output files.
6562 * leim/quail: Move here from ../leim.
6563 * leim/quail/hangul.el (hangul-input-method-activate):
6564 Add autoload cookie.
6565 (generated-autoload-load-name): Set file-local value.
6566 * leim/quail/uni-input.el (ucs-input-activate): Add autoload cookie.
6567 (generated-autoload-load-name): Set file-local value.
6568
6569 2013-11-26 Kenjiro NAKAYAMA <knakayam@redhat.com>
6570
6571 * net/eww.el (eww-bookmark-browse): Use 'eww-browse-url'.
6572 (eww-add-bookmark): Ask confirmation when add to bookmarks.
6573 (eww-quit): Ask confirmation before quitting eww.
6574
6575 2013-11-26 Eli Zaretskii <eliz@gnu.org>
6576
6577 * vc/vc.el (vc-diff-internal): Use *-dos coding-system when
6578 reading output from Diff on MS-Windows and MS-DOS.
6579
6580 2013-11-26 Bozhidar Batsov <bozhidar@batsov.com>
6581
6582 * emacs-lisp/helpers.el (string-reverse): New function.
6583
6584 2013-11-26 Michael Albinus <michael.albinus@gmx.de>
6585
6586 * net/tramp.el (tramp-file-name-regexp-unified): Support IPv6 host
6587 names on MS Windows, like "/[::1]:".
6588
6589 * net/tramp-sh.el (tramp-sh-handle-insert-directory): Accept nil
6590 SWITCHES.
6591
6592 2013-11-26 Glenn Morris <rgm@gnu.org>
6593
6594 * progmodes/python.el (python-indent-guess-indent-offset):
6595 Avoid corner-case error. (Bug#15975)
6596
6597 Preload leim-list.el. (Bug#4789)
6598 * loadup.el: Load leim-list.el when found.
6599 * startup.el (normal-top-level): Skip re-loading leim/leim-list.el.
6600
6601 2013-11-25 Bozhidar Batsov <bozhidar@batsov.com>
6602
6603 * emacs-lisp/bytecomp.el (byte-compile-form): Fix a typo.
6604
6605 * emacs-lisp/helpers.el (string-join): New function.
6606
6607 2013-11-25 Sebastian Wiesner <lunaryorn@gmail.com> (tiny change)
6608
6609 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
6610 Mark as obsolete and replace it with a symbol property.
6611 (byte-compile-form): Use new 'interactive-only property.
6612 * comint.el, files.el, replace.el, simple.el:
6613 Apply new 'interactive-only properly.
6614
6615 2013-11-25 Martin Rudalics <rudalics@gmx.at>
6616
6617 * window.el (display-buffer-at-bottom): Make sure that
6618 split-window-sensibly creates the new window on bottom
6619 (Bug#15961).
6620
6621 2013-11-23 David Kastrup <dak@gnu.org>
6622
6623 * vc/smerge-mode.el (smerge-ediff): Choose default buffer names based
6624 on the conflict markers when available.
6625 (smerge--get-marker): New function.
6626 (smerge-end-re, smerge-base-re): Add subgroup.
6627
6628 2013-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
6629
6630 * frame.el (handle-focus-in, handle-focus-out): Add missing
6631 interactive spec.
6632
6633 2013-11-25 Michael Albinus <michael.albinus@gmx.de>
6634
6635 * net/tramp-cmds.el (tramp-cleanup-connection): Clean up
6636 `tramp-current-connection' only when KEEP-PASSWORD is non-nil.
6637
6638 2013-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
6639
6640 * play/gomoku.el: Don't use intangible property. Use lexical-binding.
6641 (gomoku--last-pos): New var.
6642 (gomoku--intangible-chars): New const.
6643 (gomoku--intangible): New function.
6644 (gomoku-mode): Use it. Derive from special-mode.
6645 (gomoku-move-up): Adjust line count.
6646 (gomoku-click, gomoku-point-y, gomoku-point-square, gomoku-goto-xy)
6647 (gomoku-plot-square, gomoku-init-display, gomoku-cross-qtuple):
6648 Simplify accordingly.
6649
6650 * frame.el (handle-focus-in, handle-focus-out): Move from frame.c.
6651 Remove blink-cursor code.
6652 (blink-cursor-timer-function, blink-cursor-suspend):
6653 Don't special-case GUIs.
6654 (blink-cursor-mode): Use focus-in/out-hook.
6655
6656 2013-11-25 Dmitry Gutov <dgutov@yandex.ru>
6657
6658 * vc/vc-git.el (vc-git-annotate-extract-revision-at-line): Make it
6659 work when annotation is invisible (Bug#13886).
6660
6661 2013-11-24 Simon Schubert <2@0x2c.org> (tiny change)
6662
6663 * json.el (json-alist-p): Only return non-nil if the alist has
6664 simple keys (Bug#13518).
6665
6666 2013-11-24 Mihir Rege <mihirrege@gmail.com> (tiny change)
6667
6668 * progmodes/js.el (js--ctrl-statement-indentation): Fix indent
6669 when control-statement is the first statement in a buffer (Bug#15956).
6670
6671 2013-11-24 Dmitry Gutov <dgutov@yandex.ru>
6672
6673 * imenu.el (imenu-generic-skip-comments-and-strings):
6674 New option (Bug#15560).
6675 (imenu--generic-function): Use it.
6676
6677 2013-11-24 Jorgen Schaefer <contact@jorgenschaefer.de>
6678
6679 * minibuffer.el (completion--in-region-1): Scroll the correct window.
6680 (Bug#13898)
6681
6682 2013-11-24 Bozhidar Batsov <bozhidar@batsov.com>
6683
6684 * emacs-lisp/helpers.el: Add some string helpers.
6685 (string-trim-left): Removes leading whitespace.
6686 (string-trim-right): Removes trailing whitespace.
6687 (string-trim): Removes leading and trailing whitespace.
6688
6689 * subr.el (string-suffix-p): New function.
6690
6691 2013-11-23 Glenn Morris <rgm@gnu.org>
6692
6693 * progmodes/python.el (python-shell-send-file):
6694 Add option to delete file when done. (Bug#15647)
6695 (python-shell-send-string, python-shell-send-region): Use it.
6696
6697 2013-11-23 Ivan Shmakov <ivan@siamics.net> (tiny change)
6698
6699 * vc/diff-mode.el (diff-mode): Only allow diff-default-read-only
6700 to set buffer-read-only to t, never to nil. (Bug#15938)
6701
6702 * textmodes/tex-mode.el (latex-noindent-environments):
6703 Add safe-local-variable property. (Bug#15936)
6704
6705 2013-11-23 Glenn Morris <rgm@gnu.org>
6706
6707 * textmodes/enriched.el (enriched-mode): Doc fix.
6708 * emacs-lisp/authors.el (authors-renamed-files-alist):
6709 Add enriched.doc -> enriched.txt.
6710
6711 * Makefile.in (emacs): Empty EMACSLOADPATH rather than unsetting.
6712
6713 2013-11-22 Leo Liu <sdl.web@gmail.com>
6714
6715 * progmodes/octave.el (inferior-octave-startup): Spit out error
6716 message.
6717
6718 2013-11-22 Bozhidar Batsov <bozhidar@batsov.com>
6719
6720 * progmodes/ruby-mode.el (ruby-custom-encoding-magic-comment-template):
6721 Improve docstring.
6722 Add :version.
6723 (ruby-encoding-magic-comment-style): Add :version.
6724
6725 2013-11-22 Leo Liu <sdl.web@gmail.com>
6726
6727 * progmodes/octave.el (octave-operator-regexp): Exclude newline.
6728 (Bug#15076)
6729 (octave-help-mode): Adapt to change to help-mode-finish to use
6730 derived-mode-p on 2013-09-17.
6731 (inferior-octave-prompt): Also match octave-gui.
6732 (octave-kill-process): Don't ask twice. (Bug#10564)
6733
6734 2013-11-22 Leo Liu <sdl.web@gmail.com>
6735
6736 * progmodes/octave.el (inferior-octave-process-live-p): New helper.
6737 (inferior-octave-startup, inferior-octave-check-process)
6738 (inferior-octave-track-window-width-change)
6739 (octave-completion-at-point, octave-eldoc-function): Use it.
6740 (octave-kill-process): Provide confirmation. (Bug#10564)
6741
6742 2013-11-21 Leo Liu <sdl.web@gmail.com>
6743
6744 * progmodes/octave.el (octave-mode, inferior-octave-mode):
6745 Fix obsolete variable comment-use-global-state.
6746
6747 2013-11-21 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
6748
6749 * progmodes/octave.el (octave-mode-map, octave-mode-menu):
6750 Add `octave-source-file'.
6751 (octave-source-file): New function. (Bug#15935)
6752
6753 2013-11-21 Kenjiro Nakayama <nakayamakenjiro@gmail.com>
6754
6755 * net/eww.el (eww-local-regex): New variable.
6756 (eww): Use it to detect localhost and similar.
6757
6758 2013-11-21 Leo Liu <sdl.web@gmail.com>
6759
6760 Add completion for command `ag'.
6761 * pcmpl-x.el (pcmpl-x-ag-options): New variable.
6762 (pcomplete/ag): New function.
6763 (pcmpl-x-ag-options): New function. Handle `[no]' in long options.
6764
6765 2013-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
6766
6767 * emacs-lisp/byte-run.el (eval-when-compile): Fix edebug spec
6768 (bug#14646).
6769 (make-obsolete): Remove interactive spec.
6770
6771 2013-11-21 Glenn Morris <rgm@gnu.org>
6772
6773 * startup.el (command-line-1): Use path-separator with -L.
6774
6775 2013-11-20 Teodor Zlatanov <tzz@lifelogs.com>
6776
6777 * emacs-lisp/package.el (describe-package-1): Add package archive
6778 to shown fields.
6779
6780 2013-11-20 Bozhidar Batsov <bozhidar@batsov.com>
6781
6782 * progmodes/ruby-mode.el (ruby-custom-encoding-magic-comment-template):
6783 Change default to "# encoding: %s" to differentiate it from the
6784 default Ruby encoding comment template.
6785
6786 2013-11-20 era eriksson <era+emacsbugs@iki.fi>
6787
6788 * ses.el (ses-mode): Doc fix. (Bug#14748)
6789
6790 2013-11-20 Leo Liu <sdl.web@gmail.com>
6791
6792 * window.el (display-buffer-alist): Doc fix. (Bug#13594)
6793
6794 2013-11-19 Dan Nicolaescu <dann@gnu.org>
6795
6796 * vc/vc-git.el (vc-git-dir-extra-headers): Add headers
6797 when rebase or bisect are in progress.
6798
6799 2013-11-19 Xue Fuqiao <xfq.free@gmail.com>
6800
6801 * filenotify.el (file-notify-add-watch): Doc fix.
6802
6803 2013-11-19 Leo Liu <sdl.web@gmail.com>
6804
6805 * obsolete/rcompile.el: Mark obsolete.
6806
6807 * progmodes/compile.el (compilation-start)
6808 (compilation-goto-locus, compilation-find-file):
6809 Pass no-display-ok and handle nil value from display-buffer.
6810 (Bug#13594)
6811
6812 * window.el (display-buffer-alist, display-buffer): Document the
6813 new parameter no-display-ok. Return either a window or nil
6814 but never a non-window value.
6815
6816 2013-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
6817
6818 * electric.el (electric-indent-mode-map): Remove.
6819 (electric-indent-mode): Change the global-map instead (bug#15915).
6820
6821 * textmodes/text-mode.el (paragraph-indent-minor-mode):
6822 Use add-function.
6823
6824 2013-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
6825
6826 * emacs-lisp/nadvice.el (remove-function): Align with
6827 add-function's behavior.
6828
6829 * progmodes/gdb-mi.el: Avoid backtracking in regexp matcher.
6830 (gdb--string-regexp): New constant.
6831 (gdb-tooltip-print, gdb-var-evaluate-expression-handler)
6832 (gdbmi-bnf-stream-record, gdb-jsonify-buffer): Use it.
6833 (gdb-source-file-regexp, gdb-prompt-name-regexp): Use it and change
6834 submatch 1.
6835 (gdb-get-source-file-list, gdb-get-prompt, gdb-get-source-file):
6836 Adjust use accordingly.
6837 (gdb-breakpoints-list-handler-custom): Pre-build the y/n string.
6838
6839 2013-11-17 Adam Sokolnicki <adam.sokolnicki@gmail.com> (tiny change)
6840
6841 * progmodes/ruby-mode.el (ruby-toggle-block): Don't stop at
6842 interpolation curlies (Bug#15914).
6843
6844 2013-11-17 Jay Belanger <jay.p.belanger@gmail.com>
6845
6846 * calc/calc.el (calc-context-sensitive-enter): New variable.
6847 (calc-enter): Use `calc-context-sensitive-enter'.
6848
6849 2013-11-16 Teodor Zlatanov <tzz@lifelogs.com>
6850
6851 * progmodes/cfengine.el: Version bump.
6852 (cfengine-cf-promises): New defcustom to locate cf-promises.
6853 (cfengine3-vartypes): Add new "data" type.
6854 (cfengine3--current-word): New function to get current name-like
6855 word or its bounds.
6856 (cfengine3--current-function): New function to look up a CFEngine
6857 function's definition.
6858 (cfengine3-format-function-docstring): New function.
6859 (cfengine3-make-syntax-cache): New function.
6860 (cfengine3-documentation-function): New function: ElDoc glue.
6861 (cfengine3-completion-function): New function: completion glue.
6862 (cfengine3-mode): Set `compile-command',
6863 `eldoc-documentation-function', and add to
6864 `completion-at-point-functions'.
6865
6866 2013-11-16 Michael Albinus <michael.albinus@gmx.de>
6867
6868 * net/tramp-cmds.el (tramp-cleanup-connection): Clean up
6869 `tramp-current-connection'.
6870
6871 2013-11-15 Dmitry Gutov <dgutov@yandex.ru>
6872
6873 * progmodes/ruby-mode.el (ruby-font-lock-keywords): End regexp for
6874 nil/self/true/false with "end of symbol".
6875
6876 2013-11-15 Bozhidar Batsov <bozhidar@batsov.com>
6877
6878 * subr.el (version-regexp-alist): Fix a typo.
6879
6880 2013-11-15 Michael Albinus <michael.albinus@gmx.de>
6881
6882 * net/tramp-sh.el (tramp-remote-process-environment): Set "LC_ALL" to
6883 "en_US.utf8" and "LC_CTYPE" to "".
6884 (tramp-maybe-open-connection): Set "LC_ALL" to "en_US.utf8".
6885 (tramp-sh-handle-insert-directory): Don't set "LC_ALL" and "LC_CTYPE".
6886
6887 2013-11-15 Leo Liu <sdl.web@gmail.com>
6888
6889 * loadhist.el (read-feature): Get rid of fake feature nil. (Bug#15889)
6890
6891 2013-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
6892
6893 * progmodes/gud.el (ctl-x-map):
6894 Remove C-x SPC binding. (Bug#12342)
6895 (gud-jdb-find-source-using-classpath): Remove ((lambda (..)..)..).
6896
6897 2013-11-14 Bozhidar Batsov <bozhidar@batsov.com>
6898
6899 * subr.el (version-regexp-alist):
6900 Recognize hg, svn and darcs versions as snapshot versions.
6901
6902 * progmodes/ruby-mode.el (ruby--detect-encoding): Make aware of
6903 'always-utf8 value of `ruby-insert-encoding-magic-comment'.
6904 (ruby--encoding-comment-required-p): Extract from
6905 `ruby-mode-set-encoding'.
6906 (ruby-mode-set-encoding): Add the ability to always insert an
6907 utf-8 encoding comment. Fix and simplify coding comment update
6908 logic.
6909
6910 2013-11-14 Michael Albinus <michael.albinus@gmx.de>
6911
6912 * net/tramp-gvfs.el (top): Run init code only when
6913 `tramp-gvfs-enabled' is not nil.
6914 (tramp-gvfs-enabled): Check also :system bus.
6915
6916 2013-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
6917
6918 Sync with upstream verilog-mode revision 78e66ba.
6919 * progmodes/verilog-mode.el (verilog-end-of-defun)
6920 (verilog-type-completion, verilog-get-list): Remove unused funcs.
6921 (verilog-get-end-of-defun): Remove unused argument.
6922 (verilog-comment-depth): Remove unused local `e'.
6923 (verilog-read-decls, verilog-read-sub-decls, verilog-read-instants):
6924 Don't pass arg to verilog-get-end-of-defun.
6925
6926 2013-11-14 Glenn Morris <rgm@gnu.org>
6927
6928 * obsolete/assoc.el (aget): Prefix dynamic variable.
6929
6930 * allout-widgets.el (allout-widgets): No need to autoload defgroup.
6931
6932 2013-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
6933
6934 * widget.el, hfy-cmap.el: Remove bogus package version number.
6935
6936 2013-11-13 Glenn Morris <rgm@gnu.org>
6937
6938 * replace.el (replace-eval-replacement):
6939 Try to give more helpful error message. (Bug#15836)
6940
6941 * arc-mode.el (archive-7z-extract, archive-7z-expunge)
6942 (archive-7z-update): Avoid custom type mismatches.
6943
6944 * vc/vc.el (vc-diff-knows-L): Remove; unused since 2007-10-10.
6945
6946 2013-11-13 Michael Albinus <michael.albinus@gmx.de>
6947
6948 * net/tramp.el (tramp-remote-file-name-spec-regexp): An IPv6
6949 address can be empty.
6950
6951 * net/tramp-gvfs.el (tramp-gvfs-handle-insert-directory):
6952 Accept nil SWITCHES.
6953 (tramp-gvfs-handle-write-region): Implement APPEND.
6954
6955 2013-11-12 Dmitry Gutov <dgutov@yandex.ru>
6956
6957 * progmodes/ruby-mode.el (ruby-smie-grammar): Disambiguate between
6958 binary "|" operator and closing block args delimiter.
6959 Remove FIXME comment referring to Ruby 1.8-only syntax.
6960 (ruby-smie--implicit-semi-p): Not after "|" operator.
6961 (ruby-smie--closing-pipe-p): New function.
6962 (ruby-smie--forward-token, ruby-smie--backward-token): Use it.
6963 (ruby-smie-rules): Indent after "|".
6964
6965 2013-11-12 Glenn Morris <rgm@gnu.org>
6966
6967 * ps-print.el (ps-face-attribute-list):
6968 Handle anonymous faces. (Bug#15827)
6969
6970 2013-11-12 Martin Rudalics <rudalics@gmx.at>
6971
6972 * window.el (display-buffer-other-frame): Fix doc-string.
6973 (Bug#15868)
6974
6975 2013-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
6976
6977 * subr.el (force-mode-line-update): Delete, move to buffer.c.
6978
6979 2013-11-11 Michael Albinus <michael.albinus@gmx.de>
6980
6981 * net/tramp-sh.el (tramp-do-copy-or-rename-file-via-buffer)
6982 (tramp-sh-handle-file-local-copy): Don't write a message when
6983 saving temporary files.
6984
6985 * net/tramp-smb.el (tramp-smb-handle-copy-directory): Fix bug when
6986 both directories are remote.
6987 (tramp-smb-handle-directory-files): Do not return double entries.
6988 Do not expand full file names.
6989 (tramp-smb-handle-insert-directory): Accept nil SWITCHES.
6990 (tramp-smb-handle-write-region): Implement APPEND.
6991 (tramp-smb-get-stat-capability): Fix a stupid bug.
6992
6993 2013-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
6994
6995 * bindings.el (ctl-x-map): Bind C-x SPC to rectangle-mark-mode.
6996
6997 2013-11-11 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
6998
6999 * emacs-lisp/cconv.el (cconv-convert): Print warning instead of
7000 throwing error over malformed let/let* (bug#15814).
7001
7002 2013-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
7003
7004 * iswitchb.el (iswitchb-mode): Mark obsolete.
7005
7006 2013-11-11 Glenn Morris <rgm@gnu.org>
7007
7008 * international/uni-bidi.el, international/uni-category.el:
7009 * international/uni-name.el, international/uni-numeric.el:
7010 Regenerate for Unicode 6.3.0.
7011
7012 2013-11-10 Michael Albinus <michael.albinus@gmx.de>
7013
7014 * net/tramp.el (tramp-methods):
7015 * net/tramp-sh.el (tramp-compute-multi-hops): Revert change of
7016 2013-10-29 (2013-10-29T02:50:24Z!dancol@dancol.org).
7017
7018 2013-11-09 Andreas Schwab <schwab@linux-m68k.org>
7019
7020 * progmodes/sh-script.el (sh-font-lock-keywords-var):
7021 Force highlighting text after Summary keyword in doc face for rpm.
7022
7023 2013-11-09 Dmitry Gutov <dgutov@yandex.ru>
7024
7025 * textmodes/ispell.el (ispell-lookup-words): When `look' is not
7026 available and the word has no wildcards, append one to the grep pattern.
7027 http://lists.gnu.org/archive/html/emacs-devel/2013-11/msg00258.html
7028 (ispell-complete-word): Call `ispell-lookup-words' with the value
7029 independent of `ispell-look-p'.
7030
7031 2013-11-08 Dmitry Gutov <dgutov@yandex.ru>
7032
7033 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p):
7034 Not after "||".
7035 (ruby-smie-rules): Indent non-hanging "begin" blocks as part of
7036 their parent.
7037
7038 2013-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
7039
7040 * progmodes/ruby-mode.el: Don't require cl any more. Use pcase instead.
7041 (ruby-font-lock-keywords): Use backquote.
7042
7043 2013-11-08 Dmitry Gutov <dgutov@yandex.ru>
7044
7045 * progmodes/ruby-mode.el (ruby-smie--forward-token)
7046 (ruby-smie--backward-token): Only consider full-string matches.
7047
7048 2013-11-08 Jan Djärv <jan.h.d@swipnet.se>
7049
7050 * faces.el (describe-face): Add distant-foreground.
7051
7052 2013-11-08 Bozhidar Batsov <bozhidar@batsov.com>
7053
7054 * progmodes/ruby-mode.el: Improve encoding comment handling.
7055 (ruby-encoding-magic-comment-style): New option.
7056 (ruby-custom-encoding-magic-comment-template): New option.
7057 (ruby--insert-coding-comment, ruby--detect-encoding):
7058 New functions extracted from `ruby-mode-set-encoding'.
7059 (ruby-mode-set-encoding): Use `ruby-encoding-magic-comment-style'
7060 to control the style of the auto-inserted encoding comment.
7061
7062 2013-11-08 Dmitry Gutov <dgutov@yandex.ru>
7063
7064 * progmodes/ruby-mode.el (ruby-smie--indent-to-stmt):
7065 Use `smie-backward-sexp' with token argument.
7066
7067 2013-11-08 Michael Albinus <michael.albinus@gmx.de>
7068
7069 * net/tramp-sh.el (tramp-set-remote-path, tramp-get-ls-command):
7070 Remove instrumentation code.
7071
7072 2013-11-08 Glenn Morris <rgm@gnu.org>
7073
7074 * progmodes/autoconf.el (autoconf-mode):
7075 Tweak comment-start-skip. (Bug#15822)
7076
7077 2013-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
7078
7079 * progmodes/sh-script.el (sh-smie--sh-keyword-in-p): Don't inf-loop
7080 at bobp (bug#15826).
7081 (sh-smie--sh-keyword-in-p): Recognize keywords at bobp.
7082
7083 2013-11-08 Darren Hoo <darren.hoo@gmail.com>
7084
7085 * man.el (Man-start-calling): New macro, extracted from
7086 Man-getpage-in-background.
7087 (Man-getpage-in-background): Use it.
7088 (Man-update-manpage): New command.
7089 (Man-mode-map): Bind it.
7090
7091 2013-11-08 Dmitry Gutov <dgutov@yandex.ru>
7092
7093 * progmodes/ruby-mode.el (ruby-smie-grammar): Improve precedences
7094 of "and", "or", "&&" and "||".
7095 (ruby-smie--args-separator-p): Prohibit keyword "do" as the first
7096 argument. Prohibit opening curly brace because it could only be a
7097 block opener in that position.
7098 (ruby-smie--forward-token, ruby-smie--backward-token):
7099 Separate "|" from "&" or "*" going after it. That can happen in block
7100 arguments.
7101 (ruby-smie--indent-to-stmt): New function, seeks the end of
7102 previous statement or beginning of buffer.
7103 (ruby-smie-rules): Use it.
7104 (ruby-smie-rules): Check if there's a ":" before a curly block
7105 opener candidate; if there is, it's a hash.
7106
7107 2013-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
7108
7109 * emacs-lisp/cl-macs.el (cl-symbol-macrolet): Use macroexp-progn.
7110 (cl--block-wrapper): Fix last accidental change.
7111
7112 2013-11-07 Michael Albinus <michael.albinus@gmx.de>
7113
7114 * net/tramp-sh.el (tramp-set-remote-path, tramp-get-ls-command):
7115 Instrument, in order to hunt failure on hydra.
7116
7117 2013-11-05 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
7118
7119 * emacs-lisp/cl-macs.el (cl-symbol-macrolet): Print warning for
7120 malformed bindings form (bug#15814).
7121
7122 2013-11-07 Dmitry Gutov <dgutov@yandex.ru>
7123
7124 * progmodes/ruby-mode.el (ruby-smie-grammar): Lower priority of
7125 "." compared to " @ ". This incidentally fixes some indentation
7126 examples with "do".
7127 (ruby-smie--implicit-semi-p): No implicit semi after "^", "and" or "or".
7128 (ruby-smie-grammar): New tokens: "and" and "or".
7129 (ruby-smie--args-separator-p): Fix the check for tokens at POS.
7130 Exclude "and" and "or". Remove "do" in order to work around token
7131 priorities.
7132 (ruby-smie-rules): Add all infix tokens. Handle the case of
7133 beginning-of-buffer.
7134
7135 2013-11-06 Glenn Morris <rgm@gnu.org>
7136
7137 * Makefile.in (setwins_almost, setwins_for_subdirs):
7138 Avoid accidental matches.
7139
7140 2013-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
7141
7142 * menu-bar.el (popup-menu): Use key-binding.
7143
7144 2013-11-06 Eli Zaretskii <eliz@gnu.org>
7145
7146 * menu-bar.el (popup-menu, menu-bar-open): When displaying TTY
7147 menus, support also the menus produced by minor modes.
7148 (Bug#15817)
7149
7150 2013-11-06 Leo Liu <sdl.web@gmail.com>
7151
7152 * thingatpt.el (thing-at-point-looking-at): Add optional arg
7153 DISTANCE to bound the search. All uses changed. (Bug#15808)
7154
7155 2013-11-06 Glenn Morris <rgm@gnu.org>
7156
7157 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs): Simplify.
7158 (setwins_almost, setwins_for_subdirs): Don't assume called from srcdir.
7159 (custom-deps, finder-data, autoloads, update-subdirs): No need to cd.
7160
7161 2013-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
7162
7163 * electric.el (electric-indent-just-newline): New command.
7164 (electric-indent-mode-map): New keymap.
7165 (electric-indent-mode, electric-pair-mode, electric-layout-mode):
7166 Re-add :group which weren't redundant.
7167
7168 * electric.el (electric-indent-local-mode): New minor mode.
7169 (electric-indent-functions-without-reindent): New var.
7170 (electric-indent-post-self-insert-function): Use it.
7171 * emacs-lisp/gv.el (buffer-local-value): Add setter.
7172
7173 2013-11-05 Eli Zaretskii <eliz@gnu.org>
7174
7175 * international/quail.el (quail-help): Be more explicit about the
7176 meaning of the labels shown on the keys. (Bug#15800)
7177
7178 * startup.el (normal-top-level): Load the subdirs.el files before
7179 setting the locale environment. (Bug#15805)
7180
7181 2013-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
7182
7183 * vc/vc-rcs.el (vc-rcs-parse): Make `gather' get e, b, and @-holes
7184 via arguments so as to get the right ones (bug#15418).
7185
7186 * net/rcirc.el (rcirc-record-activity): Don't abuse add-to-list.
7187
7188 2013-11-05 Michael Albinus <michael.albinus@gmx.de>
7189
7190 Fix problems found while writing a test suite.
7191
7192 * net/tramp-compat.el (tramp-compat-load): New defun.
7193 * net/tramp.el (tramp-handle-load): Use it.
7194
7195 * net/tramp-sh.el (tramp-sh-handle-add-name-to-file): Handle the case
7196 "(numberp ok-if-already-exists)" correctly.
7197
7198 2013-11-05 Xue Fuqiao <xfq.free@gmail.com>
7199
7200 * international/characters.el (glyphless-char-display-control):
7201 Add usage note.
7202
7203 2013-11-05 Bozhidar Batsov <bozhidar@batsov.com>
7204
7205 * progmodes/python.el (python-mode):
7206 * progmodes/scheme.el (scheme-mode):
7207 * progmodes/prolog.el (prolog-mode):
7208 * progmodes/ruby-mode.el (ruby-mode):
7209 * emacs-lisp/lisp-mode.el (lisp-mode, lisp-interaction-mode)
7210 (emacs-lisp-mode): Remove incorrect and redundant text from docstring.
7211
7212 2013-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
7213
7214 * rect.el (rectangle--highlight-for-redisplay):
7215 * emacs-lisp/smie.el (smie--next-indent-change):
7216 Use buffer-chars-modified-tick.
7217
7218 * emacs-lisp/byte-run.el (defmacro, defun): Set their `indent' property.
7219
7220 * electric.el (electric-indent-post-self-insert-function):
7221 Only delete trailing whitepsace if it is indeed trailing (bug#15767).
7222
7223 2013-11-04 Helmut Eller <eller.helmut@gmail.com>
7224
7225 * emacs-lisp/cl-indent.el (with-compilation-unit): Add rule (bug#15782).
7226
7227 2013-11-04 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
7228
7229 * emacs-lisp/cconv.el (cconv-convert): Check form of let binding
7230 (bug#15786).
7231
7232 2013-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
7233
7234 * emacs-lisp/helpers.el: Move from helpers.el. Use lexical-binding.
7235
7236 * progmodes/python.el: Fix up last change.
7237 (python-shell--save-temp-file): New function.
7238 (python-shell-send-string): Use it. Remove `msg' arg. Don't assume
7239 `string' comes from the current buffer.
7240 (python-shell-send-string-no-output): Remove `msg' arg.
7241 (python--use-fake-loc): New var.
7242 (python-shell-buffer-substring): Obey it. Try to compensate for the
7243 extra coding line added by python-shell--save-temp-file.
7244 (python-shell-send-region): Use python-shell--save-temp-file and
7245 python-shell-send-file directly. Add `nomain' argument.
7246 (python-shell-send-buffer): Use python-shell-send-region.
7247 (python-electric-pair-string-delimiter): New function.
7248 (python-mode): Use it.
7249
7250 2013-11-04 Eli Zaretskii <eliz@gnu.org>
7251
7252 * startup.el (normal-top-level): Move setting eol-mnemonic-unix,
7253 eol-mnemonic-mac, eol-mnemonic-dos, and also setup of the locale
7254 environment and decoding all of the default-directory's to here
7255 from command-line.
7256 (command-line): Decode also argv[0].
7257
7258 * loadup.el: Error out if default-directory is a multibyte string
7259 when we are dumping.
7260
7261 * Makefile.in (emacs): Don't set LC_ALL=C. (Bug#15260)
7262
7263 2013-11-04 Teodor Zlatanov <tzz@lifelogs.com>
7264
7265 * emacs-lisp/package.el (package-menu-mode)
7266 (package-menu--print-info, package-menu--archive-predicate):
7267 Add Archive column to package list.
7268
7269 2013-11-04 Michael Albinus <michael.albinus@gmx.de>
7270
7271 Fix problems found while writing a test suite.
7272
7273 * net/tramp.el (tramp-file-name-regexp-unified): Simplify.
7274 (tramp-file-name-for-operation): Use `tramp-tramp-file-p'.
7275 (tramp-handle-substitute-in-file-name): Let-bind `process-environment'
7276 to nil when running original file name handler. Otherwise,
7277 there are problems with constructs like "$$FOO".
7278
7279 * net/tramp-sh.el (tramp-do-copy-or-rename-file): Use correct prefix
7280 for `localname'.
7281
7282 2013-11-04 Bozhidar Batsov <bozhidar@batsov.com>
7283
7284 * progmodes/ruby-mode.el (ruby-mode): Clean up docstring.
7285
7286 * subr.el (version<, version<=, version=):
7287 Update docstrings with information for snapshot versions.
7288
7289 * helpers.el: New library for misc helper functions.
7290 (hash-table-keys): New function returning a list of hash keys.
7291 (hash-table-values): New function returning a list of hash values.
7292
7293 2013-11-04 Dmitry Gutov <dgutov@yandex.ru>
7294
7295 * progmodes/ruby-mode.el (ruby-smie--forward-token)
7296 (ruby-smie--backward-token): Tokenize heredocs as semicolons.
7297
7298 2013-11-04 Michal Nazarewicz <mina86@mina86.com>
7299
7300 * textmodes/fill.el (fill-single-char-nobreak-p): New function
7301 checking whether point is after a 1-letter word.
7302
7303 2013-11-04 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
7304
7305 * progmodes/cperl-mode.el (cperl-font-lock-fontify-region-function):
7306 Don't infloop when expanding region over `multiline' syntax-type that
7307 begins a line (bug#15778).
7308
7309 2013-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
7310
7311 * rect.el (rectangle-mark-mode): Rename from rectangle-mark.
7312 Make it into a proper minor mode.
7313 (rectangle--region): (Implicitly) rename to rectangle-mark-mode.
7314 (rectangle-mark-mode-map): New keymap.
7315 (rectangle--highlight-for-redisplay): Fix some corner cases (bug#15796).
7316
7317 2013-11-04 Glenn Morris <rgm@gnu.org>
7318
7319 * startup.el (command-line-1): Allow `-L :...' to append to load-path.
7320
7321 2013-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
7322
7323 * progmodes/ruby-mode.el (ruby-smie--rule-parent-skip-assign): Remove.
7324 (ruby-smie-rules): Use smie-rule-parent instead.
7325
7326 * emacs-lisp/smie.el (smie-rule-parent): Always call
7327 smie-indent-virtual rather than only for hanging tokens.
7328 (smie--next-indent-change): New helper command.
7329
7330 2013-11-03 Glenn Morris <rgm@gnu.org>
7331
7332 * Makefile.in (abs_srcdir): Remove.
7333 (emacs): Unset EMACSLOADPATH.
7334
7335 2013-11-02 Glenn Morris <rgm@gnu.org>
7336
7337 * Makefile.in (EMACS): Use a relative filename.
7338 (abs_top_builddir): Remove.
7339 (custom-deps, finder-data, autoloads): Use --chdir.
7340
7341 * Makefile.in (abs_lisp): Remove, replace by abs_srcdir.
7342
7343 Use relative filenames in TAGS files.
7344 * Makefile.in (lisptagsfiles1, lisptagsfiles2, lisptagsfiles3)
7345 (lisptagsfiles4, TAGS): Use relative file names.
7346 (TAGS-LISP): Remove.
7347 (maintainer-clean): No more TAGS-LISP file.
7348
7349 * Makefile.in (lisptagsfiles1, lisptagsfiles2, lisptagsfiles3)
7350 (lisptagsfiles4): Use absolute filenames again.
7351 (TAGS, TAGS-LISP): Not everything needs to run in one line.
7352 Remove all *loaddefs files, not just the first. Remove esh-groups.
7353 (maintainer-clean): Delete TAGS, TAGS-LISP.
7354
7355 2013-11-02 Bozhidar Batsov <bozhidar@batsov.com>
7356
7357 * emacs-lisp/package.el (package-version-join):
7358 Recognize snapshot versions.
7359
7360 2013-11-02 Bozhidar Batsov <bozhidar@batsov.com>
7361
7362 * subr.el (version-regexp-alist): Add support for snapshot versions.
7363
7364 2013-11-02 Dmitry Gutov <dgutov@yandex.ru>
7365
7366 * progmodes/ruby-mode.el (ruby-smie--rule-parent-skip-assign):
7367 New function, replacement for `smie-rule-parent' for when we want to
7368 skip over our direct parent if it's an assignment token..
7369 (ruby-smie-rules): Use it.
7370
7371 2013-11-02 Dmitry Gutov <dgutov@yandex.ru>
7372
7373 * progmodes/ruby-mode.el: Use `syntax-propertize-function'
7374 unconditionally. Remove now unnecessary forward declarations.
7375 Remove XEmacs-specific setup.
7376 (ruby-here-doc-end-re, ruby-here-doc-beg-match)
7377 (ruby-font-lock-syntactic-keywords)
7378 (ruby-comment-beg-syntax, ruby-in-here-doc-p)
7379 (ruby-here-doc-find-end, ruby-here-doc-beg-syntax)
7380 (ruby-here-doc-end-syntax): Remove.
7381 (ruby-mode): Don't check whether `syntax-propertize-rules' is
7382 defined as function.
7383
7384 2013-11-02 Bozhidar Batsov <bozhidar@batsov.com>
7385
7386 * progmodes/ruby-mode.el (ruby-mode-variables, ruby-mode): Use `setq-local'.
7387
7388 2013-11-01 Bozhidar Batsov <bozhidar@batsov.com>
7389
7390 * progmodes/ruby-mode.el (ruby-mode-variables): Don't set syntax
7391 table and abbrev table, `define-derived-mode' does that for us
7392 anyway.
7393
7394 2013-11-01 Glenn Morris <rgm@gnu.org>
7395
7396 * Makefile.in: Remove manual mh-e dependencies (writing .elc
7397 files is atomic for some time, so no parallel compilation issues).
7398
7399 2013-11-01 Jan Djärv <jan.h.d@swipnet.se>
7400
7401 * faces.el (face-x-resources): Add :distant-foreground.
7402 (region): Use :distant-foreground for gtk and ns.
7403
7404 2013-11-01 Tassilo Horn <tsdh@gnu.org>
7405
7406 Allow multiple bibliographies when BibLaTeX is used rather than
7407 BibTeX.
7408 * textmodes/reftex-parse.el (reftex-using-biblatex-p): New function.
7409 (reftex-locate-bibliography-files): Us it.
7410
7411 2013-11-01 Claudio Bley <claudio.bley@googlemail.com>
7412
7413 * image.el (image-type-header-regexps): Fix the 'pbm' part to
7414 allow comments in pbm files.
7415
7416 * term/w32-win.el (dynamic-library-alist): Support newer versions
7417 of libjpeg starting with v7: look only for the DLL from the
7418 version against which Emacs was built.
7419 Support versions of libpng beyond 1.4.x.
7420 Support libtiff v4.x.
7421
7422 2013-11-01 Bozhidar Batsov <bozhidar@batsov.com>
7423
7424 * progmodes/ruby-mode.el (ruby-indent-tabs-mode)
7425 (ruby-indent-level, ruby-comment-column, ruby-deep-arglist):
7426 Add property :safe.
7427 (ruby-deep-arglist): Add property :type.
7428
7429 2013-10-31 Glenn Morris <rgm@gnu.org>
7430
7431 * Makefile.in (custom-deps, finder-data): No need to setq the target
7432 variables, we are in the right directory and the defaults work fine.
7433
7434 2013-10-30 Glenn Morris <rgm@gnu.org>
7435
7436 * Makefile.in (autoloads): Do not use abs_lisp.
7437
7438 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
7439 `newline' does not respect `standard-output', so use `princ'.
7440
7441 2013-10-30 Alp Aker <alp.tekin.aker@gmail.com>
7442
7443 Ensure unmarking in buffer menu clears 'S' marks. (Bug#15761)
7444 * buff-menu.el (Buffer-menu--unmark): New function.
7445 (Buffer-menu-unmark, Buffer-menu-backup-unmark): Use it.
7446
7447 2013-10-30 Glenn Morris <rgm@gnu.org>
7448
7449 * Makefile.in (AUTOGENEL): Add org/org-loaddefs.el.
7450
7451 * emacs-lisp/package.el (lm-homepage): Declare.
7452
7453 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink):
7454 Fix doc typos.
7455
7456 * vc/pcvs.el (cvs-status-cvstrees): Autoload to silence compiler.
7457
7458 * Makefile.in (finder-data, autoloads, update-subdirs)
7459 (compile-main, compile-clean, compile-always, bootstrap-clean):
7460 Check return value of cd.
7461 (compile-calc): Remove.
7462
7463 2013-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
7464
7465 * simple.el (copy-region-as-kill): Fix call to region-extract-function.
7466
7467 * emacs-lisp/bytecomp.el (byte-defop-compiler): Add new `2-and' handler.
7468 (byte-compile-and-folded): New function.
7469 (=, <, >, <=, >=): Use it.
7470
7471 * dos-w32.el (minibuffer-history-case-insensitive-variables)
7472 (path-separator, null-device, buffer-file-coding-system)
7473 (lpr-headers-switches): Check system-type before modifying them.
7474 (find-buffer-file-type-coding-system): Mark obsolete.
7475 (w32-find-file-not-found-set-buffer-file-coding-system): Rename from
7476 find-file-not-found-set-buffer-file-coding-system.
7477 (w32-untranslated-filesystem-list, w32-untranslated-canonical-name)
7478 (w32-add-untranslated-filesystem, w32-remove-untranslated-filesystem)
7479 (w32-direct-print-region-use-command-dot-com, w32-untranslated-file-p)
7480 (w32-direct-print-region-helper, w32-direct-print-region-function)
7481 (w32-direct-ps-print-region-function): Rename by adding a "w32-" prefix.
7482 * startup.el (normal-top-level-add-subdirs-to-load-path):
7483 * ps-print.el (ps-print-region-function):
7484 * lpr.el (print-region-function): Use new name.
7485
7486 * subr.el (custom-declare-variable-early): Remove function.
7487 (custom-declare-variable-list): Remove var.
7488 (error, user-error): Remove `while' loop.
7489 (read-quoted-char-radix, read-quoted-char): Move to simple.el.
7490 (user-emacs-directory-warning, locate-user-emacs-file):
7491 Move to files.el.
7492 * simple.el (read-quoted-char-radix, read-quoted-char):
7493 * files.el (user-emacs-directory-warning, locate-user-emacs-file):
7494 Move from subr.el.
7495 * custom.el (custom-declare-variable-list): Don't process
7496 custom-declare-variable-list.
7497
7498 * progmodes/python.el (python-shell-get-buffer): New function.
7499 (python-shell-get-process): Use it.
7500 (python-shell-send-string): Always use utf-8 and add a cookie to tell
7501 Python which encoding was used. Don't split-string since we only care
7502 about the first line. Return the temp-file, if applicable.
7503 (python-shell-send-region): Tell compile.el how to turn locations in
7504 the temp-file into locations in the source buffer.
7505
7506 2013-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
7507
7508 * subr.el (undefined): Add missing behavior from the C code for
7509 unbound keys.
7510
7511 * rect.el: Use lexical-binding. Add new rectangular region support.
7512 (rectangle-mark): New command.
7513 (rectangle--region): New var.
7514 (deactivate-mark-hook): Reset rectangle--region.
7515 (rectangle--extract-region, rectangle--insert-for-yank)
7516 (rectangle--highlight-for-redisplay)
7517 (rectangle--unhighlight-for-redisplay): New functions.
7518 (region-extract-function, redisplay-unhighlight-region-function)
7519 (redisplay-highlight-region-function): Use them to handle
7520 rectangular region.
7521 * simple.el (region-extract-function): New var.
7522 (delete-backward-char, delete-forward-char, deactivate-mark): Use it.
7523 (kill-new, kill-append): Remove obsolete `yank-handler' argument.
7524 (kill-region): Replace obsolete `yank-handler' arg with `region'.
7525 (copy-region-as-kill, kill-ring-save): Add `region' argument.
7526 (redisplay-unhighlight-region-function)
7527 (redisplay-highlight-region-function): New vars.
7528 (redisplay--update-region-highlight): New function.
7529 (pre-redisplay-function): Use it.
7530 (exchange-point-and-mark): Don't deactivate the mark before
7531 reactivate-it anyway.
7532 * comint.el (comint-kill-region): Remove yank-handler argument.
7533 * delsel.el (delete-backward-char, backward-delete-char-untabify)
7534 (delete-char): Remove property, since it's now part of their
7535 default behavior.
7536 (self-insert-iso): Remove property since this command doesn't exist.
7537
7538 * emacs-lisp/package.el (package--download-one-archive)
7539 (describe-package-1): Don't query the user about final newline.
7540
7541 2013-10-29 Daniel Colascione <dancol@dancol.org>
7542
7543 * net/tramp.el (tramp-methods): Document new functionality.
7544 * net/tramp-sh.el (tramp-compute-multi-hops): Punt to
7545 tramp-hostname-checker if method provides one instead of scanning
7546 argument list for "%h" to decide hostname acceptability.
7547
7548 2013-10-28 Michael Albinus <michael.albinus@gmx.de>
7549
7550 * net/tramp-sh.el (tramp-sh-handle-copy-directory):
7551 * net/tramp-smb.el (tramp-smb-handle-copy-directory):
7552 Handle COPY-CONTENTS. (Bug#15737)
7553
7554 2013-10-28 Daiki Ueno <ueno@gnu.org>
7555
7556 * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
7557 Document that this option has no effect with GnuPG 2.0 (bug#15552).
7558
7559 2013-10-27 Xue Fuqiao <xfq.free@gmail.com>
7560
7561 * image.el (defimage, image-load-path): Doc fixes.
7562
7563 2013-10-27 Alan Mackenzie <acm@muc.de>
7564
7565 Indent statements in macros following "##" correctly.
7566 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
7567 Modify the "#" arm of a cond form to handle "#" and "##" operators.
7568
7569 2013-10-27 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
7570
7571 * linum.el (linum-update-window): Fix boundary test (bug#13446).
7572
7573 2013-10-27 Dmitry Gutov <dgutov@yandex.ru>
7574
7575 * progmodes/ruby-mode.el (ruby-smie--bosp): Anything that goes
7576 after `=' is probably a new expression.
7577
7578 2013-10-27 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
7579
7580 * man.el (man-imenu-title): New option.
7581 (Man-mode-map): Add menu. (Bug#15722)
7582 (Man-mode): Add imenu to menu.
7583
7584 2013-10-26 Dmitry Gutov <dgutov@yandex.ru>
7585
7586 * progmodes/ruby-mode.el (ruby-smie--args-separator-p): Be more
7587 specific in what the first arg can be: a non-keyword word,
7588 string/regexp/percent literal opener, opening paren, or unary
7589 operator followed directly by word.
7590
7591 2013-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
7592
7593 * progmodes/prolog.el: Remove old indent; use post-self-insert-hook.
7594 (prolog-align-comments-flag, prolog-indent-mline-comments-flag)
7595 (prolog-object-end-to-0-flag, prolog-electric-newline-flag)
7596 (prolog-electric-tab-flag, prolog-use-prolog-tokenizer-flag):
7597 Remove vars, they do not apply any more.
7598 (prolog-mode-abbrev-table): Remove redundant declaration.
7599 (prolog-upper-case-string, prolog-lower-case-string): Remove.
7600 (prolog-use-smie): Remove.
7601 (prolog-smie-rules): Add indentation rule for the if-then-else layout
7602 supported by prolog-electric-if-then-else-flag.
7603 (prolog-mode-variables, prolog-menu): Use setq-local.
7604 (prolog-mode-keybindings-edit): Don't rebind M-C-p and M-C-n.
7605 Remove binding to `Backspace' since this key doesn't exist anyway.
7606 Remove bindings for electric self-inserting keys.
7607 (prog-mode): Assume it's defined.
7608 (prolog-post-self-insert): New function.
7609 (prolog-mode): Use it.
7610 (prolog-indent-line, prolog-indent-level)
7611 (prolog-find-indent-of-matching-paren)
7612 (prolog-indentation-level-of-line, prolog-goto-comment-column)
7613 (prolog-paren-is-the-first-on-line-p, prolog-region-paren-balance)
7614 (prolog-goto-next-paren, prolog-in-string-or-comment)
7615 (prolog-tokenize, prolog-inside-mline-comment)
7616 (prolog-find-start-of-mline-comment): Remove functions.
7617 (prolog-find-unmatched-paren, prolog-clause-end)
7618 (prolog-guess-fill-prefix, prolog-get-predspec): Use syntax-ppss.
7619 (prolog-electric--if-then-else): Rename from
7620 prolog-insert-spaces-after-paren; use prolog-electric-if-then-else-flag.
7621 (prolog-tokenize-searchkey): Remove const.
7622 (prolog-clause-info): Use forward-sexp.
7623 (prolog-forward-list, prolog-backward-list, prolog-electric-delete)
7624 (prolog-electric-if-then-else): Remove commands.
7625 (prolog-electric--colon): Rename from prolog-electric-colon; adapt it
7626 for use in post-self-insert-hook.
7627 (prolog-electric--dash): Rename from prolog-electric-dash; adapt it
7628 for use in post-self-insert-hook.
7629 (prolog-electric--dot): Rename from prolog-electric-dot; adapt it
7630 for use in post-self-insert-hook.
7631 (prolog-electric--underscore): Rename from prolog-electric--underscore;
7632 adapt it for use in post-self-insert-hook.
7633
7634 2013-10-25 Michael Albinus <michael.albinus@gmx.de>
7635
7636 * emacs-lisp/ert.el (ert-run-tests-interactively):
7637 Use `completing-read'. (Bug#9756)
7638
7639 2013-10-25 Eli Zaretskii <eliz@gnu.org>
7640
7641 * simple.el (line-move): Call line-move-1 instead of
7642 line-move-visual when the current window hscroll is zero, but
7643 temporary-goal-column indicates we will need to hscroll as result
7644 of the movement. (Bug#15712)
7645
7646 2013-10-25 Dmitry Gutov <dgutov@yandex.ru>
7647
7648 * progmodes/ruby-mode.el (ruby-mode-menu): Use proper
7649 capitalization. Use :visible instead of :active.
7650 Fix `ruby-indent-exp' reference. Add menu items for the generic
7651 commands that are used with SMIE.
7652 (ruby-do-end-to-brace): Insert space after `{'.
7653
7654 2013-10-25 John Anthony <john@jo.hnanthony.com>
7655
7656 * progmodes/ruby-mode.el (ruby-mode-menu): Add a menu. (Bug#15600)
7657
7658 * progmodes/inf-lisp.el (inferior-lisp-menu): Add a menu. (Bug#15599)
7659
7660 2013-10-25 Glenn Morris <rgm@gnu.org>
7661
7662 * vc/vc.el (vc-print-log): Don't use a working revision unless
7663 one was explicitly specified. (Bug#15322)
7664
7665 2013-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
7666
7667 * subr.el (add-to-list): Preserve return value in compiler-macro
7668 (bug#15692).
7669
7670 2013-10-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
7671
7672 * progmodes/octave.el (octave-lookfor): Handle empty lookfor
7673 result. Ask user to retry using '-all' flag. (Bug#15701)
7674
7675 2013-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
7676
7677 * emacs-lisp/smie.el: New smie-config system.
7678 (smie-config): New defcustom.
7679 (smie-edebug, smie-config-show-indent, smie-config-set-indent)
7680 (smie-config-guess, smie-config-save): New commands.
7681 (smie-config--mode-local, smie-config--buffer-local)
7682 (smie-config--trace, smie-config--modefuns): New vars.
7683 (smie-config--advice, smie-config--mode-hook)
7684 (smie-config--setter, smie-config-local, smie-config--get-trace)
7685 (smie-config--guess-value, smie-config--guess): New functions.
7686 (smie-indent-forward-token, smie-indent-backward-token): Don't copy
7687 text properties. Treat "string fence" syntax like string syntax.
7688
7689 * progmodes/sh-script.el (sh-use-smie): Change default.
7690 (sh-smie-sh-rules, sh-smie-rc-rules): Obey legacy sh-indent-* vars.
7691 (sh-var-value): Simplify by CSE.
7692 (sh-show-indent, sh-set-indent, sh-learn-line-indent)
7693 (sh-learn-buffer-indent): Redirect to their SMIE equivalent when SMIE
7694 is used.
7695 (sh-guess-basic-offset): Use cl-incf.
7696 (sh-guess-basic-offset): Use push+nreverse to avoid O(n^2).
7697
7698 2013-10-24 Helmut Eller <eller.helmut@gmail.com>
7699
7700 * emacs-lisp/lisp-mode.el (lisp-cl-font-lock-keywords-2): Fix cut&paste
7701 (bug#15699).
7702
7703 2013-10-24 Glenn Morris <rgm@gnu.org>
7704
7705 * Makefile.in (abs_top_srcdir): Remove.
7706 (update-subdirs): Use relative path to update-subdirs.
7707
7708 2013-10-24 Eli Zaretskii <eliz@gnu.org>
7709
7710 * Makefile.in ($(MH_E_DIR)/mh-loaddefs.el)
7711 ($(TRAMP_DIR)/tramp-loaddefs.el, $(CAL_DIR)/cal-loaddefs.el)
7712 ($(CAL_DIR)/diary-loaddefs.el, $(CAL_DIR)/hol-loaddefs.el):
7713 Call unmsys--file-name before expand-file-name, not after it.
7714
7715 2013-10-24 Michael Albinus <michael.albinus@gmx.de>
7716
7717 * emacs-lisp/ert.el (ert-deftest): Bind macro `skip-unless'.
7718 (ert-test-skipped): New error.
7719 (ert-skip, ert-stats-skipped): New defuns.
7720 (ert--skip-unless): New macro.
7721 (ert-test-skipped): New struct.
7722 (ert--run-test-debugger, ert-test-result-type-p)
7723 (ert-test-result-expected-p, ert--stats, ert-stats-completed)
7724 (ert--stats-set-test-and-result, ert-char-for-test-result)
7725 (ert-string-for-test-result, ert-run-tests-batch)
7726 (ert--results-update-ewoc-hf, ert-run-tests-interactively):
7727 Handle skipped tests. (Bug#9803)
7728
7729 2013-10-24 Glenn Morris <rgm@gnu.org>
7730
7731 * Makefile.in (check-declare): Remove unnecessary path in -l argument.
7732
7733 * Makefile.in (abs_top_srcdir): New, set by configure.
7734 (update-subdirs): Correct build-aux location.
7735
7736 2013-10-24 Dmitry Gutov <dgutov@yandex.ru>
7737
7738 * vc/vc.el (vc-print-root-log): Always set `default-directory'
7739 value, whether we could auto-deduce `backend', or not.
7740
7741 * progmodes/ruby-mode.el (ruby-smie-rules): Fix the "curly block
7742 with parameters" example. Simplify the "is it block or is it
7743 hash" check, but also make it more thorough.
7744
7745 2013-10-23 Masashi Fujimoto <masfj.dev@gmail.com> (tiny change)
7746
7747 * battery.el (battery-pmset): Handle OS X Mavericks. (Bug#15694)
7748
7749 2013-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
7750
7751 * progmodes/ruby-mode.el (ruby-smie-rules): Only align with parent of
7752 { if it is hanging.
7753
7754 * progmodes/ruby-mode.el (ruby-smie-rules): Don't return 0 for
7755 :before ";".
7756
7757 2013-10-23 Jed Brown <jed@59A2.org> (tiny change)
7758
7759 * progmodes/compile.el (compilation-directory-matcher)
7760 (compilation-page-delimiter):
7761 Support GNU Make-4.0 directory quoting. (Bug#15678)
7762
7763 2013-10-23 Leo Liu <sdl.web@gmail.com>
7764
7765 * ido.el (ido-tidy): Handle read-only text.
7766
7767 2013-10-23 Glenn Morris <rgm@gnu.org>
7768
7769 * Makefile.in (abs_srcdir, abs_lisp): New, set by configure.
7770 (emacs, compile, compile-always):
7771 Quote entities that might contain whitespace.
7772 (custom-deps, finder-data, autoloads): Use abs_lisp.
7773 ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
7774 ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
7775 ($(CAL_DIR)/hol-loaddefs.el): Manually expand target file name.
7776
7777 2013-10-23 Dmitry Gutov <dgutov@yandex.ru>
7778
7779 * progmodes/ruby-mode.el (ruby-smie--at-dot-call):
7780 Use `following-char'.
7781
7782 2013-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
7783
7784 * emacs-lisp/smie.el (smie-rule-parent): Fix opener-test.
7785 * progmodes/ruby-mode.el (ruby-smie-rules):
7786 Remove corresponding workaround. Fix indentation rule of ";" so it
7787 also applies when ";" is the parent.
7788
7789 2013-10-22 Xue Fuqiao <xfq.free@gmail.com>
7790
7791 * frame.el (display-screens, display-pixel-height)
7792 (display-pixel-width, display-mm-width, display-backing-store)
7793 (display-save-under, display-planes, display-color-cells)
7794 (display-visual-class, display-monitor-attributes-list):
7795 Mention the optional ‘display’ argument in doc strings.
7796
7797 2013-10-22 Michael Gauland <mikelygee@amuri.net>
7798
7799 * progmodes/ebnf2ps.el (ebnf-prologue): Avoid PS error with some
7800 viewers such as evince when ebnf-production-name-p is nil. (Bug#15625)
7801
7802 2013-10-21 Dmitry Gutov <dgutov@yandex.ru>
7803
7804 * progmodes/ruby-mode.el (ruby-smie-grammar): Remove outdated
7805 TODO. Add "." after " @ ".
7806 (ruby-smie--at-dot-call): New function. Checks if point at method
7807 call with explicit target.
7808 (ruby-smie--forward-token, ruby-smie--backward-token): Prepend "."
7809 to the method name tokens when it precedes them.
7810 (ruby-smie--backward-id, ruby-smie--forward-id): Remove.
7811 (ruby-smie-rules): Add rule for indentation before and after "."
7812 token.
7813
7814 2013-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
7815
7816 * textmodes/remember.el (remember-diary-extract-entries):
7817 Avoid add-to-list.
7818
7819 * progmodes/ruby-mode.el (ruby-smie-rules): Indent after + used as
7820 an instruction.
7821
7822 2013-10-21 Dmitry Gutov <dgutov@yandex.ru>
7823
7824 * progmodes/ruby-mode.el (ruby-smie-grammar):
7825 Add (almost) all infix operators.
7826 (ruby-smie--implicit-semi-p): Add new operator chars.
7827
7828 * progmodes/ruby-mode.el (ruby-mode-map): Add binding for
7829 `smie-down-list'.
7830 (ruby-smie--args-separator-p): Check that there's no newline
7831 between method call and its arguments.
7832
7833 2013-10-20 Alan Mackenzie <acm@muc.de>
7834
7835 Allow comma separated lists after Java "implements".
7836
7837 * progmodes/cc-engine.el (c-backward-over-enum-header):
7838 Parse commas.
7839 * progmodes/cc-fonts.el (c-basic-matchers-after): Remove comma
7840 from a "disallowed" list in enum fontification.
7841
7842 2013-10-20 Johan Bockgård <bojohan@gnu.org>
7843
7844 * startup.el (default-frame-background-mode): Remove unused defvar.
7845
7846 * progmodes/verilog-mode.el (verilog-mode): Don't set
7847 comment-indent-function globally.
7848
7849 2013-10-20 Jan Djärv <jan.h.d@swipnet.se>
7850
7851 * menu-bar.el: Put help-menu in menu-bar-final-items unconditionally.
7852 Move Info menu item creation to ns-win.el.
7853
7854 * term/ns-win.el (ns-initialize-window-system): Rename Help to Info
7855 in menu bar.
7856
7857 * menu-bar.el: Move GNUstep specific menus...
7858
7859 * term/ns-win.el (ns-initialize-window-system): ... to here.
7860
7861 2013-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
7862
7863 * simple.el (newline): Only run post-self-insert-hook when
7864 called interactively.
7865
7866 2013-10-19 Johan Bockgård <bojohan@gnu.org>
7867
7868 * icomplete.el (icomplete-with-completion-tables): Add :version.
7869
7870 2013-10-19 Alan Mackenzie <acm@muc.de>
7871
7872 Fix fontification bugs with constructors and const.
7873
7874 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): (Just after
7875 CASE 2) Remove the check for the absence of a suffix construct
7876 after a function declaration with only types (no identifiers) in
7877 the parentheses. Also, accept a function declaration with just a
7878 type inside the parentheses, if this type can be positively
7879 recognised as such, or if a prefix keyword like "explicit" nails
7880 down the construct as a declaration.
7881
7882 2013-10-19 Eli Zaretskii <eliz@gnu.org>
7883
7884 * menu-bar.el (tty-menu-navigation-map): Bind mouse-N to perform
7885 TTY menu actions and down-mouse-N to tty-menu-ignore. This solves
7886 the problem whereby selecting a menu item that leads to a
7887 minibuffer prompt moves the cursor out of the minibuffer window,
7888 making it hard to type at the prompt. Suggested by Stefan Monnier
7889 <monnier@iro.umontreal.ca>.
7890
7891 2013-10-19 Jan Djärv <jan.h.d@swipnet.se>
7892
7893 * menu-bar.el: Don't make Services menu.
7894
7895 2013-10-19 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
7896
7897 * ffap.el: Handle "/usr/include/c++/<version>" directories.
7898 (ffap-alist): Use ffap-c++-mode for c++-mode.
7899 (ffap-c++-path): New variable.
7900 (ffap-c++-mode): New function.
7901
7902 2013-10-19 Joe Vornehm Jr. <joe.vornehm@gmail.com> (tiny change)
7903
7904 * ido.el (dired-other-frame): Only list directories. (Bug#15638)
7905
7906 2013-10-18 Michael Albinus <michael.albinus@gmx.de>
7907
7908 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Fix an error
7909 introduced on 2013-09-08, which results in an infinite loop
7910 requesting a password.
7911
7912 2013-10-18 Glenn Morris <rgm@gnu.org>
7913
7914 * progmodes/verilog-mode.el (verilog-case-fold): Add :version.
7915
7916 2013-10-18 Wilson Snyder <wsnyder@wsnyder.org>
7917
7918 Sync with upstream verilog-mode revision 1a6ecec7.
7919 * progmodes/verilog-mode.el (verilog-mode-version): Update.
7920 (verilog-mode-release-date): Remove.
7921 (verilog-highlight-grouping-keywords, verilog-active-low-regexp)
7922 (verilog-auto-inst-param-value, verilog-auto-input-ignore-regexp)
7923 (verilog-auto-inout-ignore-regexp, verilog-auto-output-ignore-regexp)
7924 (verilog-auto-tieoff-ignore-regexp)
7925 (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp)
7926 (verilog-scan-cache-preserving, verilog-mode, verilog-at-struct-p)
7927 (verilog-signals-with, verilog-dir-cache-preserving)
7928 (verilog-auto-inst, verilog-auto-inout-param, verilog-auto):
7929 Doc fixes.
7930 (verilog-case-fold): New option, to control case folding in
7931 regexp searches, bug597.
7932 (verilog-menu): Add verilog-sk-uvm-component, minor tweaks.
7933 (verilog-string-match-fold, verilog-in-paren-count)
7934 (verilog-in-struct-nested-p, verilog-at-struct-mv-p)
7935 (verilog-at-close-struct-p): New functions.
7936 (verilog-beg-block-re-ordered, verilog-extended-case-re)
7937 (verilog-forward-sexp, verilog-set-auto-endcomments)
7938 (verilog-leap-to-case-head): Handle "unique0" case.
7939 (verilog-in-constraint-re): New constant.
7940 (verilog-keywords, verilog-type-font-keywords):
7941 Add some SystemVerilog 1800-2012 keywords.
7942 (verilog-label-be): Remove unimplemented argument, bug669.
7943 (verilog-batch-execute-func): When batch expanding clear
7944 create-lockfiles to prevent spurious user locks when a file ends
7945 up not changing.
7946 (verilog-calculate-indent, verilog-calc-1)
7947 (verilog-at-close-constraint-p, verilog-at-constraint-p)
7948 (verilog-do-indent): Fix indentation of nested constraints
7949 and structures.
7950 (verilog-sig-tieoff, verilog-typedef-name-p, verilog-auto-inst)
7951 (verilog-auto-inst-param): Use verilog-string-match-fold.
7952 (verilog-read-inst-module-matcher):
7953 Fix AUTOINST on gate primitives with #1.
7954 (verilog-read-decls): Fix double-declaring user-defined typed signals.
7955 Reads all user-defined typed variables.
7956 (verilog-read-defines): Fix reading definitions inside comments, bug647.
7957 (verilog-signals-matching-regexp)
7958 (verilog-signals-not-matching-regexp, verilog-auto):
7959 Respect verilog-case-fold.
7960 (verilog-diff-report): Fix line count.
7961 (verilog-auto-assign-modport): Remove unused local `modi'.
7962 (verilog-auto-inst-port): Support [][] in AUTO_TEMPLATE to
7963 better handle multidimensional arrays.
7964 Fix packed array ports misadding bit index in AUTOINST, bug637.
7965 (verilog-auto-output, verilog-auto-input): Fix AUTOINPUT and AUTOOUTPUT
7966 to not double-declare existing outputs and inputs, respectively.
7967 (verilog-template-map): Bind U to verilog-sk-uvm-component.
7968 (verilog-sk-uvm-object): Rename from verilog-sk-uvm-class.
7969 (verilog-sk-uvm-component): New skeleton.
7970 (verilog-submit-bug-report): Add verilog-case-fold,
7971 remove verilog-mode-release-date.
7972
7973 2013-10-17 Barry O'Reilly <gundaetiapo@gmail.com>
7974
7975 * subr.el (sit-for): Call (input-pending-p t) so as to behave
7976 as before.
7977
7978 2013-10-18 Reuben Thomas <rrt@sc3d.org>
7979
7980 * textmodes/remember.el (remember): Set buffer-offer-save in
7981 remember buffers (bug#13566).
7982
7983 2013-10-18 Daniel Colascione <dancol@dancol.org>
7984
7985 When evaluating forms in ielm, direct standard output to ielm
7986 buffer. Add new ielm-return-for-effect command. Remove trailing
7987 whitespace throughout.
7988
7989 * ielm.el (ielm-map): Bind M-RET to ielm-return-for-effect.
7990 (ielm-return-for-effect): New command.
7991 (ielm-send-input): Accept optional `for-effect' parameter.
7992 (ielm-eval-input): Accept optional `for-effect' parameter.
7993 Bind `standard-output' to stream we create using
7994 `ielm-standard-output-impl'. Suppress printing result when
7995 `for-effect'.
7996 (ielm-standard-output-impl): New function.
7997 (inferior-emacs-lisp-mode): Explain new features in documentation.
7998
7999 2013-10-17 Michael Albinus <michael.albinus@gmx.de>
8000
8001 Code cleanup.
8002
8003 * net/tramp.el (tramp-debug-message): Do not check for connection
8004 buffer.
8005 (tramp-message): Use "vector" connection property.
8006
8007 * net/tramp.el (tramp-rfn-eshadow-update-overlay)
8008 (tramp-equal-remote, tramp-eshell-directory-change)
8009 * net/tramp-adb.el (tramp-adb-handle-copy-file)
8010 (tramp-adb-handle-rename-file)
8011 * net/tramp-cmds.el (tramp-list-remote-buffers)
8012 (tramp-cleanup-connection, tramp-cleanup-this-connection)
8013 * net/tramp-compat.el (tramp-compat-process-running-p)
8014 * net/tramp-ftp.el (tramp-ftp-file-name-handler)
8015 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file)
8016 (tramp-gvfs-handle-rename-file)
8017 * net/tramp-sh.el (tramp-sh-handle-set-file-times)
8018 (tramp-set-file-uid-gid)
8019 * net/tramp-smb.el (tramp-smb-handle-copy-file)
8020 (tramp-smb-handle-rename-file): Use `tramp-tramp-file-p' instead
8021 of `file-remote-p'.
8022
8023 * net/tramp.el (tramp-connectable-p, tramp-handle-file-remote-p)
8024 * net/tramp-gw.el (tramp-gw-gw-proc-sentinel)
8025 (tramp-gw-aux-proc-sentinel, tramp-gw-process-filter)
8026 (tramp-gw-open-network-stream): Suppress unrelated traces.
8027
8028 * net/tramp-adb.el (tramp-adb-maybe-open-connection)
8029 * net/tramp-gvfs.el (tramp-gvfs-handle-file-notify-add-watch)
8030 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
8031 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Set "vector"
8032 connection property.
8033
8034 * net/tramp-cache.el (top): Suppress traces when reading
8035 persistency file.
8036
8037 * net/tramp-sh.el (tramp-sh-handle-file-notify-add-watch):
8038 Refactor common code. Improve debug message.
8039 (tramp-maybe-open-connection)
8040 * net/tramp-smb.el (tramp-smb-call-winexe): Do not request
8041 connection buffer too early.
8042
8043 * net/tramp-smb.el (tramp-smb-actions-get-acl): New defconst, renamed
8044 from `tramp-smb-actions-with-acl'.
8045 (tramp-smb-actions-set-acl): New defconst.
8046 (tramp-smb-handle-copy-directory)
8047 (tramp-smb-action-get-acl): New defun, renamed from
8048 `tramp-smb-action-with-acl'.
8049 (tramp-smb-action-set-acl): New defun.
8050 (tramp-smb-handle-set-file-acl): Rewrite.
8051
8052 2013-10-17 Glenn Morris <rgm@gnu.org>
8053
8054 * indent.el (indent-rigidly): Fix 2013-10-08 change. (Bug#15635)
8055
8056 2013-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
8057
8058 * skeleton.el (skeleton-newline): Remove.
8059 (skeleton-internal-1): Use (insert "\n") instead.
8060
8061 * emacs-lisp/lisp.el (lisp-completion-at-point): Complete var names for
8062 let-bindings.
8063
8064 * progmodes/sh-script.el (sh-find-prev-matching): Disable SMIE's
8065 forward-sexp-function while we redo its job (bug#15613).
8066
8067 2013-10-17 Jay Belanger <jay.p.belanger@gmail.com>
8068
8069 * calc/calc-comb.el (math-prime-test): Don't assume large integers are
8070 represented by lists.
8071
8072 2013-10-16 Glenn Morris <rgm@gnu.org>
8073
8074 * tmm.el (tmm--history): New dynamic variable.
8075 (tmm-prompt): Use tmm--history in place of `history'. (Bug#15623)
8076
8077 2013-10-16 Michael Albinus <michael.albinus@gmx.de>
8078
8079 * net/tramp-smb.el (tramp-smb-acl-program): New customer option.
8080 (tramp-smb-errors): Add error messages.
8081 (tramp-smb-actions-with-acl): New defconst.
8082 (tramp-smb-file-name-handler-alist) <set-file-acl>: Add handler.
8083 (tramp-smb-action-with-acl, tramp-smb-handle-set-file-acl): New defuns.
8084 (tramp-smb-handle-file-acl): Rewrite, using "smbcacls".
8085 (tramp-smb-handle-file-attributes): Simplify test for "stat" capability.
8086 (tramp-smb-get-stat-capability): Fix tests.
8087
8088 2013-10-16 Dima Kogan <dima@secretsauce.net> (tiny change)
8089
8090 * progmodes/subword.el (subword-capitalize): Fix Stefan's mess
8091 (bug#15580).
8092
8093 2013-10-16 Glenn Morris <rgm@gnu.org>
8094
8095 * ansi-color.el (ansi-color-drop-regexp):
8096 Add 1J, 1K, 2K. (Bug#15617)
8097
8098 * files.el (hack-local-variables--warned-lexical): New.
8099 (hack-local-variables):
8100 Warn about misplaced lexical-binding. (Bug#15616)
8101
8102 * net/eww.el (eww-render): Always set eww-current-url,
8103 and update header line. (Bug#15622)
8104 (eww-display-html): ... Rather than just doing it here.
8105
8106 2013-10-15 Eli Zaretskii <eliz@gnu.org>
8107
8108 * menu-bar.el (tty-menu-navigation-map): Bind mouse wheels to TTY
8109 menu navigations commands.
8110
8111 2013-10-14 Dima Kogan <dima@secretsauce.net> (tiny change)
8112
8113 * progmodes/subword.el (subword-capitalize): Be careful when
8114 the search for [[:alpha:]] fails (bug#15580).
8115
8116 2013-10-14 Eli Zaretskii <eliz@gnu.org>
8117
8118 * menu-bar.el (tty-menu-navigation-map): Bind shifted mouse clicks
8119 to commands that scroll the menu.
8120
8121 2013-10-14 Dmitry Gutov <dgutov@yandex.ru>
8122
8123 * progmodes/ruby-mode.el (ruby-smie--args-separator-p):
8124 Handle methods ending with `?' and `!'.
8125
8126 2013-10-14 Akinori MUSHA <knu@iDaemons.org>
8127
8128 * progmodes/ruby-mode.el (ruby-encoding-map): Add a mapping from
8129 `japanese-cp932' to `cp932' to fix the problem where saving a
8130 source file written in Shift_JIS twice would end up having
8131 `coding: japanese-cp932' which Ruby could not recognize.
8132 (ruby-mode-set-encoding): Add support for encodings mapped to nil
8133 in `ruby-encoding-map'.
8134 (ruby-encoding-map): Map `us-ascii' to nil by default, meaning it
8135 doesn't need to be explicitly declared in magic comment.
8136 (ruby-encoding-map): Add type declaration for better customize UI.
8137
8138 2013-10-13 Glenn Morris <rgm@gnu.org>
8139
8140 * progmodes/sh-script.el (sh-mark-line, sh-learn-buffer-indent):
8141 Occur buffers are read-only. http://bugs.debian.org/720775
8142
8143 * emacs-lisp/authors.el (authors-fixed-entries):
8144 Comment out old alpha stuff.
8145
8146 2013-10-13 Dmitry Gutov <dgutov@yandex.ru>
8147
8148 * progmodes/ruby-mode.el (ruby-mode): Add `ruby-mode-set-encoding'
8149 to `after-save-hook' instead of `before-save-hook'.
8150 (ruby-mode-set-encoding): Use the value of coding system used to
8151 write the file. Call `basic-save-buffer-1' after modifying the
8152 buffer.
8153
8154 2013-10-13 Alan Mackenzie <acm@muc.de>
8155
8156 Fix indentation/fontification of Java enum with
8157 "implements"/generic.
8158
8159 * progmodes/cc-engine.el (c-backward-over-enum-header):
8160 Extracted from the three other places and enhanced to handle generics.
8161 (c-inside-bracelist-p): Uses new function above.
8162 * progmodes/cc-fonts.el (c-font-lock-declarations): Uses new
8163 function above.
8164 (c-font-lock-enum-tail): Uses new function above.
8165
8166 2013-10-13 Kenichi Handa <handa@gnu.org>
8167
8168 * international/mule-cmds.el (select-safe-coding-system): Remove a
8169 superfluous condition in chekcing whether a coding system is safe
8170 or not.
8171
8172 2013-10-13 Oleh Krehel <ohwoeowho@gmail.com>
8173
8174 * replace.el (how-many): Fix rstart and !rend case. (Bug#15589)
8175
8176 2013-10-13 Andreas Politz <politza@hochschule-trier.de>
8177
8178 * progmodes/sql.el (sql-add-product): Fix paren typo. (Bug#15435)
8179
8180 2013-10-13 Glenn Morris <rgm@gnu.org>
8181
8182 * menu-bar.el (menu-bar-update-buffers):
8183 Unify Buffers menu prompt string. (Bug#15576)
8184
8185 * face-remap.el (text-scale-adjust): Doc fix. (Bug#15434)
8186
8187 * emacs-lisp/authors.el (authors-aliases, authors-ignored-files):
8188 Add some entries.
8189 (authors-fixed-entries): Use accented form of name.
8190
8191 2013-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
8192
8193 * progmodes/ruby-mode.el (ruby-smie-grammar): Add rule for paren-free
8194 method calls (bug#15594).
8195 (ruby-smie--args-separator-p): New function.
8196 (ruby-smie--forward-token, ruby-smie--backward-token): Use it to
8197 recognize paren-free method calls.
8198
8199 * isearch.el (isearch-pre-command-hook): Don't build in knowledge about
8200 internals of universal-argument.
8201
8202 2013-10-11 Eli Zaretskii <eliz@gnu.org>
8203
8204 * menu-bar.el (tty-menu-navigation-map): Remap F10 to tty-menu-exit.
8205 Bind all menu-bar sequences to tty-menu-exit -- this pops down a
8206 dropped menu on second mouse click on the menu bar.
8207
8208 2013-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
8209
8210 * progmodes/sh-script.el: Provide simpl(e|istic) completion.
8211 (explicit-shell-file-name): Declare.
8212 (sh--vars-before-point, sh--cmd-completion-table): New functions.
8213 (sh-completion-at-point-function): New function.
8214 (sh-mode): Use it.
8215 (sh-smie--keyword-p): Remove unused argument.
8216 (sh-smie-sh-backward-token, sh-smie-rc-backward-token): Remove unused
8217 vars.
8218 (sh-set-shell): Always setup SMIE, even if we use the
8219 old indentation code.
8220
8221 2013-10-11 Dmitry Gutov <dgutov@yandex.ru>
8222
8223 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Split the
8224 cases of ? and =.
8225 (ruby-smie-rules): Simplify the "do" rule. The cases when the
8226 predicate would return nil are almost non-existent.
8227 (ruby-smie--redundant-do-p): Include "until" and "for" statements.
8228
8229 * emacs-lisp/smie.el (smie--matching-block-data): Invalidate the
8230 cache also after commands that modify the buffer but don't move
8231 point.
8232
8233 2013-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
8234
8235 * env.el (substitute-env-in-file-name): New function.
8236 (substitute-env-vars): Extend the meaning of the optional arg.
8237
8238 2013-10-10 Eli Zaretskii <eliz@gnu.org>
8239
8240 * term/w32-win.el (dynamic-library-alist): Define separate lists
8241 of GIF DLLs for versions before and after 5.0.0 of giflib.
8242 (Bug#15531)
8243
8244 2013-10-10 João Távora <joaotavora@gmail.com>
8245
8246 * vc/vc.el (vc-diff-build-argument-list-internal): If the file is
8247 not locked, use last revision and current source as
8248 defaults. (Bug#15569)
8249
8250 2013-10-10 Masatake YAMATO <yamato@redhat.com>
8251
8252 * menu-bar.el (menu-bar-open): Don't use popup-menu if
8253 menu-bar is hidden.
8254
8255 2013-10-10 Martin Rudalics <rudalics@gmx.at>
8256
8257 * window.el (pop-to-buffer-same-window): Fix doc-string.
8258 (Bug#15492)
8259
8260 2013-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
8261
8262 * menu-bar.el (tty-menu-navigation-map): Reduce redundancy.
8263
8264 2013-10-10 Andrei Chițu <andrei.chitu1@gmail.com> (tiny change)
8265
8266 * calendar/icalendar.el (icalendar-import-file):
8267 Fix interactive spec. (Bug#15482)
8268
8269 2013-10-10 Glenn Morris <rgm@gnu.org>
8270
8271 * desktop.el (desktop-save): Default to saving in .emacs.d,
8272 since PWD is no longer in desktop-path by default. (Bug#15319)
8273
8274 * menu-bar.el (menu-bar-options-menu): Remove text-mode auto-fill,
8275 now that text mode has a menu with the same entry.
8276 (menu-bar-text-mode-auto-fill): Remove now unused func.
8277 * textmodes/text-mode.el (text-mode-map):
8278 Use auto-fill help text from menu-bar.el.
8279
8280 2013-10-10 John Anthony <john@jo.hnanthony.com>
8281
8282 * textmodes/text-mode.el (text-mode-map): Add a menu. (Bug#15562)
8283
8284 2013-10-09 Juri Linkov <juri@jurta.org>
8285
8286 * isearch.el (isearch-pre-command-hook): Use this-single-command-keys
8287 instead of this-command-keys. Add universal-argument-more and
8288 universal-argument-minus to the list of prefix commands. (Bug#15568)
8289
8290 2013-10-09 Glenn Morris <rgm@gnu.org>
8291
8292 * vc/vc-svn.el (vc-svn-create-repo):
8293 Expand paths in file://... url. (Bug#15446)
8294
8295 * emacs-lisp/authors.el (authors-aliases, authors-fixed-case):
8296 Add some entries.
8297 (authors): Remove unused local variables.
8298
8299 2013-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
8300
8301 * profiler.el: Create a more coherent calltree from partial backtraces.
8302 (profiler-format): Hide the tail with `invisible' so that C-s can still
8303 find the hidden elements.
8304 (profiler-calltree-depth): Don't recurse so enthusiastically.
8305 (profiler-function-equal): New hash-table-test.
8306 (profiler-calltree-build-unified): New function.
8307 (profiler-calltree-build): Use it.
8308 (profiler-report-make-name-part): Indent the calltree less.
8309 (profiler-report-mode): Add visibility specs for profiler-format.
8310 (profiler-report-expand-entry, profiler-report-toggle-entry):
8311 Expand the whole subtree when provided with a prefix arg.
8312
8313 2013-10-09 Dmitry Gutov <dgutov@yandex.ru>
8314
8315 * progmodes/ruby-mode.el (ruby-smie-rules): Indent after hanging
8316 iuwu-mod token.
8317 (ruby-smie--implicit-semi-p): Prohibit implicit semicolon after
8318 hanging iuwu-mod token.
8319 (ruby-smie--forward-token): Do not include a dot after a token in
8320 that token.
8321 (ruby-smie--backward-token): Likewise.
8322
8323 2013-10-08 Juri Linkov <juri@jurta.org>
8324
8325 * isearch.el (isearch-help-map, isearch-mode-map): Don't bind [t]
8326 to isearch-other-control-char.
8327 (isearch-mode): Add isearch-pre-command-hook to pre-command-hook
8328 and isearch-post-command-hook to post-command-hook.
8329 (isearch-done): Remove isearch-pre-command-hook from pre-command-hook
8330 and isearch-post-command-hook from post-command-hook.
8331 (isearch-unread-key-sequence)
8332 (isearch-reread-key-sequence-naturally)
8333 (isearch-lookup-scroll-key, isearch-other-control-char)
8334 (isearch-other-meta-char): Remove functions.
8335 (isearch-pre-command-hook, isearch-post-command-hook):
8336 New functions based on isearch-other-meta-char rewritten
8337 relying on the new behavior of overriding-terminal-local-map
8338 that does not replace the local keymaps any more. (Bug#15200)
8339
8340 2013-10-08 Eli Zaretskii <eliz@gnu.org>
8341
8342 Support menus on text-mode terminals.
8343 * tmm.el (tmm-menubar): Adapt doc string to TTY menus
8344 functionality.
8345
8346 * tooltip.el (tooltip-mode): Don't error out on TTYs.
8347
8348 * menu-bar.el (popup-menu, popup-menu-normalize-position):
8349 Move here from mouse.el.
8350 (popup-menu): Support menu-bar navigation on TTYs using C-f/C-b
8351 and arrow keys.
8352 (tty-menu-navigation-map): New map for TTY menu navigation.
8353
8354 * loadup.el ("tooltip"): Load even if x-show-tip is not available.
8355
8356 * frame.el (display-mouse-p): Report text-mode mouse as available
8357 on w32.
8358 (display-popup-menus-p): Report availability if mouse is
8359 available; don't condition on window-system.
8360
8361 * faces.el (tty-menu-enabled-face, tty-menu-disabled-face)
8362 (tty-menu-selected-face): New faces.
8363
8364 2013-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
8365
8366 * emacs-lisp/lisp-mode.el: Font-lock cl-lib constructs.
8367 (lisp-el-font-lock-keywords, lisp-el-font-lock-keywords-1)
8368 (lisp-el-font-lock-keywords-2, lisp-cl-font-lock-keywords)
8369 (lisp-cl-font-lock-keywords-1, lisp-cl-font-lock-keywords-2):
8370 New constants.
8371 (lisp-mode-variables): New `elisp' argument.
8372 (emacs-lisp-mode): Use it.
8373 * font-lock.el (lisp-font-lock-keywords, lisp-font-lock-keywords-1)
8374 (lisp-font-lock-keywords-2): Move to lisp-mode.el.
8375
8376 * indent.el: Use lexical-binding.
8377 (indent-region): Add progress reporter.
8378 (tab-stop-list): Make it implicitly extend to infinity by repeating the
8379 last step.
8380 (indent--next-tab-stop): New function to implement this behavior.
8381 (tab-to-tab-stop, move-to-tab-stop): Use it.
8382
8383 2013-10-08 Teemu Likonen <tlikonen@iki.fi>
8384
8385 * indent.el (indent-rigidly--current-indentation): New function.
8386 (indent-rigidly-map): New var.
8387 (indent-rigidly): Use it to provide interactive mode (bug#8196).
8388
8389 2013-10-08 Bastien Guerry <bzg@gnu.org>
8390
8391 * register.el (insert-register): Fix 2013-10-07 change.
8392
8393 2013-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
8394
8395 * progmodes/perl-mode.el: Use lexical-binding.
8396 Remove redundant :group args.
8397 (perl-nochange): Change default to be closer to other major modes's
8398 standard behavior.
8399 (perl-indent-line): Don't consider text on current line as a
8400 valid beginning of function from which to indent.
8401
8402 * emacs-lisp/backquote.el (backquote-process): Catch uses of , and ,@
8403 with more than one argument (bug#15538).
8404
8405 * mpc.el (mpc-songs-jump-to): Adjust to different playlist format.
8406
8407 * vc/pcvs.el: Use lexical-binding.
8408 (cvs-temp-buffer, cvs-make-cvs-buffer): Pass some vars in the lexical
8409 environment of `eval'.
8410 (cvs-mode-run, cvs-mode-do): Change `postproc' to be a function rather
8411 than a list of expressions. Adjust callers.
8412 * vc/pcvs-defs.el (cvs-postprocess): Remove, unused.
8413
8414 2013-10-07 Dmitry Gutov <dgutov@yandex.ru>
8415
8416 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Handle the
8417 case of the dot in a chained method call being on the following line.
8418
8419 2013-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
8420
8421 * electric.el (electric-indent-inhibit): New var.
8422 (electric-indent-post-self-insert-function): Use it.
8423 * progmodes/python.el (python-mode): Set it.
8424
8425 * progmodes/ruby-mode.el (ruby-smie-rules): Tweak handling of
8426 open braces.
8427
8428 * emacs-lisp/smie.el (smie-next-sexp): Refine last fix.
8429
8430 * textmodes/css-mode.el (css-smie-rules): Fix indentation (bug#15467).
8431 (css-mode): Use electric-indent-chars.
8432
8433 * nxml/nxml-mode.el: Use lexical-binding and syntax-propertize.
8434 (font-lock-beg, font-lock-end): Move before first use.
8435 (nxml-mode): Use syntax-propertize-function.
8436 (nxml-after-change, nxml-after-change1): Adjust accordingly.
8437 (nxml-extend-after-change-region): Remove.
8438 * nxml/xmltok.el: Use lexical-binding.
8439 (xmltok-save): Use `declare'.
8440 (xmltok-unclosed-reparse-p, xmltok-semi-closed-reparse-p): Remove.
8441 * nxml/nxml-util.el: Use lexical-binding.
8442 (nxml-with-degradation-on-error, nxml-with-invisible-motion):
8443 Use `declare'.
8444 * nxml/nxml-ns.el: Use lexical-binding.
8445 (nxml-ns-save): Use `declare'.
8446 (nxml-ns-prefixes-for): Avoid add-to-list.
8447 * nxml/rng-match.el: Use lexical-binding.
8448 (rng--ipattern): Use cl-defstruct.
8449 (rng-compute-start-tag-open-deriv, rng-compute-start-attribute-deriv)
8450 (rng-cons-group-after, rng-subst-group-after)
8451 (rng-subst-interleave-after, rng-apply-after, rng-compute-data-deriv):
8452 Use closures instead of `(lambda...).
8453
8454 2013-10-07 Michael Albinus <michael.albinus@gmx.de>
8455
8456 * net/tramp.el (tramp-handle-insert-file-contents): Improve handling
8457 of BEG and END.
8458
8459 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
8460 Use `tramp-handle-insert-file-contents'.
8461 (tramp-gvfs-handle-insert-file-contents): Remove function.
8462
8463 * net/tramp-sh.el (tramp-sh-handle-insert-directory):
8464 Use `save-restriction' in order to keep markers.
8465
8466 * net/trampver.el: Update release number.
8467
8468 2013-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
8469
8470 * progmodes/compile.el (compilation-parse-errors):
8471 Use compilation--put-prop.
8472 (compilation--ensure-parse): Check compilation-multiline.
8473
8474 * emacs-lisp/easymenu.el (easy-menu-create-menu): Use closures.
8475
8476 * emacs-lisp/lisp-mode.el (eval-defun-2): Simplify, using
8477 lexical-binding.
8478
8479 * emacs-lisp/tq.el (tq-create): Use a closure instead of `(lambda...).
8480
8481 * progmodes/ruby-mode.el: Fix recently added tests.
8482 (ruby-smie-grammar): Add - and +.
8483 (ruby-smie--redundant-do-p, ruby-smie--forward-id)
8484 (ruby-smie--backward-id): New functions.
8485 (ruby-smie--forward-token, ruby-smie--backward-token): Use them.
8486 (ruby-smie-rules): Handle hanging do. Get rid of hack, not needed
8487 any more.
8488
8489 2013-10-07 Leo Liu <sdl.web@gmail.com>
8490
8491 * register.el (register-preview-delay)
8492 (register-preview-functions): New variables.
8493 (register-read-with-preview, register-preview)
8494 (register-describe-oneline): New functions.
8495 (point-to-register, window-configuration-to-register)
8496 (frame-configuration-to-register, jump-to-register)
8497 (number-to-register, view-register, insert-register)
8498 (copy-to-register, append-to-register, prepend-to-register)
8499 (copy-rectangle-to-register): Use register-read-with-preview to
8500 read register. (Bug#15525)
8501
8502 2013-10-06 Dato Simó <dato@net.com.org.es> (tiny change)
8503
8504 * net/network-stream.el (network-stream-open-starttls): Don't add
8505 --insecure if it's already present, because that gnutls-cli
8506 rejects getting that parameter twice.
8507
8508 2013-10-06 Dmitry Gutov <dgutov@yandex.ru>
8509
8510 * progmodes/ruby-mode.el (ruby-smie-rules): Dedent `ensure'
8511 keyword, too.
8512
8513 2013-10-05 Dmitry Gutov <dgutov@yandex.ru>
8514
8515 * newcomment.el (comment-use-global-state): Change default value
8516 to t, mark obsolete (Bug#15251).
8517 (comment-beginning): In addition to `comment-to-syntax', check the
8518 value of `comment-use-global-state'.
8519
8520 2013-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
8521
8522 * progmodes/ruby-mode.el (ruby-use-smie): Change default.
8523 (ruby-comment-column): Follow the global default, by default.
8524 (ruby-smie-grammar): Add assignment syntax.
8525 (ruby-smie--implicit-semi-p): No implicit semi-colon after an
8526 open-paren, a comma, or a \.
8527 (ruby-smie--forward-token, ruby-smie--backward-token): Handle heredocs,
8528 and line continuations.
8529 (ruby-smie-rules): Adjust handling of open-paren, now that it's never
8530 followed by implicit semi-colons. Add rule for string concatenation
8531 and for indentation at BOB.
8532 (ruby-forward-sexp, ruby-backward-sexp): Adjust for when SMIE is in use.
8533
8534 * emacs-lisp/smie.el (smie-next-sexp): Don't go back to pos before
8535 calling next-sexp, since next-token may have skipped chars which
8536 next-sexp doesn't know should be skipped!
8537
8538 2013-10-05 Leo Liu <sdl.web@gmail.com>
8539
8540 * progmodes/octave.el (octave-send-region):
8541 Call compilation-forget-errors.
8542
8543 2013-10-04 Xue Fuqiao <xfq.free@gmail.com>
8544
8545 * vc/vc-svn.el (vc-svn-find-admin-dir):
8546 * vc/vc-rcs.el (vc-rcs-find-admin-dir):
8547 * vc/vc-mtn.el (vc-mtn-find-admin-dir):
8548 * vc/vc-cvs.el (vc-cvs-find-admin-dir):
8549 * vc/vc-arch.el (vc-arch-find-admin-dir): New functions.
8550
8551 2013-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
8552
8553 * textmodes/css-mode.el (css-smie-rules): Toplevel's a list (bug#15467).
8554
8555 2013-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
8556
8557 * subr.el (read-passwd): Hide chars even when called within a context
8558 where after-change-functions is disabled (bug#15501).
8559 (set-temporary-overlay-map): Don't remove oneself from pre-command-hook
8560 until we removed ourself from overriding-terminal-local-map.
8561
8562 2013-10-04 Leo Liu <sdl.web@gmail.com>
8563
8564 * progmodes/octave.el (inferior-octave-mode):
8565 Call compilation-forget-errors.
8566
8567 2013-10-04 Xue Fuqiao <xfq.free@gmail.com>
8568
8569 * emacs-lisp/syntax.el (syntax-ppss): Doc fix.
8570
8571 2013-10-04 Michael Albinus <michael.albinus@gmx.de>
8572
8573 * net/secrets.el (secrets-create-collection): Add optional
8574 argument ALIAS. Use proper Label keyword. Append ALIAS as
8575 dbus-call-method argument. (Bug#15516)
8576
8577 2013-10-04 Leo Liu <sdl.web@gmail.com>
8578
8579 * progmodes/octave.el (inferior-octave-error-regexp-alist)
8580 (inferior-octave-compilation-font-lock-keywords): New variables.
8581 (compilation-error-regexp-alist)
8582 (compilation-mode-font-lock-keywords): Defvar to pacify compiler.
8583 (inferior-octave-mode): Use compilation-shell-minor-mode.
8584
8585 2013-10-04 Jorgen Schaefer <forcer@forcix.cx>
8586
8587 * minibuffer.el (completion--replace): Be careful that `end' might be
8588 a marker.
8589
8590 2013-10-03 Daiki Ueno <ueno@gnu.org>
8591
8592 Add support for package signature checking.
8593 * emacs-lisp/package.el (url-http-file-exists-p)
8594 (epg-make-context, epg-context-set-home-directory)
8595 (epg-verify-string, epg-context-result-for)
8596 (epg-signature-status, epg-signature-to-string)
8597 (epg-check-configuration, epg-configuration)
8598 (epg-import-keys-from-file): Declare.
8599 (package-check-signature): New user option.
8600 (package-unsigned-archives): New user option.
8601 (package-desc): Add `signed' field.
8602 (package-load-descriptor): Set `signed' field if .signed file exists.
8603 (package--archive-file-exists-p): New function.
8604 (package--check-signature): New function.
8605 (package-install-from-archive): Check package signature.
8606 (package--download-one-archive): Check archive signature.
8607 (package-delete): Remove .signed file.
8608 (package-import-keyring): New command.
8609 (package-refresh-contents): Import default keyring.
8610 (package-desc-status): Add "unsigned" status.
8611 (describe-package-1, package-menu--print-info)
8612 (package-menu-mark-delete, package-menu--find-upgrades)
8613 (package-menu--status-predicate): Support "unsigned" status.
8614
8615 2013-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
8616
8617 * emacs-lisp/cconv.el (cconv-convert, cconv-analyse-form): Adjust for
8618 the new compilation scheme using the new byte-codes.
8619
8620 * emacs-lisp/bytecomp.el (byte-pushcatch, byte-pushconditioncase)
8621 (byte-pophandler): New byte codes.
8622 (byte-goto-ops): Adjust accordingly.
8623 (byte-compile--use-old-handlers): New var.
8624 (byte-compile-catch): Use new byte codes depending on
8625 byte-compile--use-old-handlers.
8626 (byte-compile-condition-case--old): Rename from
8627 byte-compile-condition-case.
8628 (byte-compile-condition-case--new): New function.
8629 (byte-compile-condition-case): New function that dispatches depending
8630 on byte-compile--use-old-handlers.
8631 (byte-compile-unwind-protect): Pass a function to byte-unwind-protect
8632 when we can.
8633
8634 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
8635 Optimize under `condition-case' and `catch' if
8636 byte-compile--use-old-handlers is nil.
8637 (disassemble-offset): Handle new bytecodes.
8638
8639 2013-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
8640
8641 * subr.el (error): Use `declare'.
8642 (decode-char, encode-char): Use advertised-calling-convention instead
8643 of the docstring to discourage use of the `restriction' arg.
8644
8645 2013-10-03 Daiki Ueno <ueno@gnu.org>
8646
8647 * epg.el (epg-verify-file): Add a comment saying that it does not
8648 notify verification error as a return value nor a signal.
8649 (epg-verify-string): Ditto.
8650
8651 2013-10-02 Kevin Rodgers <kevin.d.rodgers@gmail.com>
8652
8653 * progmodes/compile.el (compilation-start): Try globbing the arg to
8654 `cd' (bug#15417).
8655
8656 2013-10-02 Michael Albinus <michael.albinus@gmx.de>
8657
8658 Sync with Tramp 2.2.8.
8659
8660 * net/tramp-cmds.el (tramp-bug, tramp-append-tramp-buffers):
8661 * net/tramp-cache.el (tramp-cache-print): Use `tramp-compat-funcall'.
8662 * net/trampver.el: Update release number.
8663
8664 2013-10-01 Jan Djärv <jan.h.d@swipnet.se>
8665
8666 * term/ns-win.el (ns-initialize-window-system): Set locale-coding-system
8667 and default-process-coding-system for darwin only.
8668
8669 2013-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
8670
8671 * emacs-lisp/package.el (package-desc): Simplify (bug#15495).
8672
8673 2013-10-01 Mitchel Humpherys <mitch.special@gmail.com> (tiny change)
8674
8675 * vc/vc-git.el (vc-git-grep): Disable pager.
8676
8677 2013-10-01 Dmitry Gutov <dgutov@yandex.ru>
8678
8679 * emacs-lisp/package.el (package-buffer-info, describe-package-1):
8680 Use :url instead of :homepage, as per
8681 http://lists.gnu.org/archive/html/emacs-devel/2013-09/msg00622.html
8682
8683 * newcomment.el (comment-beginning): When `comment-use-syntax' is
8684 non-nil, use `syntax-ppss' (Bug#15251).
8685
8686 2013-09-30 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
8687
8688 * progmodes/octave.el (inferior-octave-startup-file):
8689 Prefer ~/.emacs.d/init_octave.m.
8690
8691 2013-09-29 Dmitry Gutov <dgutov@yandex.ru>
8692
8693 * emacs-lisp/package.el (package-desc-from-define):
8694 Accept additional arguments as plist, convert them to an alist and store
8695 them in the `extras' slot.
8696 (package-generate-description-file): Convert extras alist back to
8697 plist and append to the `define-package' form arguments.
8698 (package--alist-to-plist): New function.
8699 (package--ac-desc): Add `extras' slot.
8700 (package--add-to-archive-contents): Check if the archive-contents
8701 vector is long enough, and if it is, pass its `extras' slot value
8702 to `package-desc-create'.
8703 (package-buffer-info): Call `lm-homepage', pass the returned value
8704 to `package-desc-from-define'.
8705 (describe-package-1): Render the homepage button (Bug#13291).
8706
8707 * emacs-lisp/package-x.el (package-upload-buffer-internal):
8708 Pass `extras' slot from `package-desc' to `package-make-ac-desc'.
8709
8710 2013-09-29 Jan Djärv <jan.h.d@swipnet.se>
8711
8712 * term/ns-win.el (ns-initialize-window-system): Set locale-coding-system
8713 and default-process-coding-system to utf-8-unix (Bug#15402).
8714
8715 2013-09-29 Xue Fuqiao <xfq.free@gmail.com>
8716
8717 * subr.el (looking-back): Do not recommend using looking-back.
8718
8719 2013-09-28 Alan Mackenzie <acm@muc.de>
8720
8721 Fix indentation/fontification of Java enum with "implements".
8722
8723 * progmodes/cc-langs.el (c-postfix-decl-spec-key): New variable, a
8724 regexp which matches "implements", etc., in Java.
8725 * progmodes/cc-engine.el (c-inside-bracelist-p): Check for extra
8726 specifier clauses coming after "enum".
8727 * progmodes/cc-fonts.el (c-font-lock-declarations)
8728 (c-font-lock-enum-tail): Check for extra specifier clauses coming
8729 after "enum".
8730
8731 2013-09-28 Jan Djärv <jan.h.d@swipnet.se>
8732
8733 * faces.el (region): Change ns_selection_color to
8734 ns_selection_fg_color, add ns_selection_bg_color.
8735
8736 2013-09-28 Leo Liu <sdl.web@gmail.com>
8737
8738 * progmodes/octave.el (inferior-octave-completion-table)
8739 (inferior-octave-completion-at-point): Minor tweaks.
8740
8741 * textmodes/ispell.el (ispell-lookup-words): Rename from
8742 lookup-words. (Bug#15460)
8743 (lookup-words): Obsolete.
8744 (ispell-complete-word, ispell-command-loop): All uses changed.
8745
8746 2013-09-28 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
8747
8748 * progmodes/octave.el (octave-mode-map): Bind octave-send-buffer.
8749 (octave-mode-menu): Add octave-send-buffer.
8750 (octave-send-buffer): New function.
8751
8752 2013-09-28 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
8753
8754 * progmodes/octave.el (octave-mode-map): Add key binding for
8755 octave-lookfor.
8756 (octave-mode-menu): Add octave-lookfor.
8757 (inferior-octave-mode-map, octave-help-mode-map): Bind C-ha to
8758 octave-lookfor.
8759 (octave-lookfor): New function.
8760
8761 2013-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
8762
8763 * emacs-lisp/cl-macs.el (cl--loop-destr-temps): Remove.
8764 (cl--loop-iterator-function): Rename from cl--loop-map-form and change
8765 its convention.
8766 (cl--loop-set-iterator-function): New function.
8767 (cl-loop): Adjust accordingly, so as not to use cl-subst.
8768 (cl--parse-loop-clause): Adjust all uses of cl--loop-map-form.
8769 Bind `it' with `let' instead of substituting it with `cl-subst'.
8770 (cl--unused-var-p): New function.
8771 (cl--loop-let): Don't use the cl--loop-destr-temps hack any more.
8772 Eliminate some unused variable warnings (bug#15326).
8773
8774 2013-09-27 Tassilo Horn <tsdh@gnu.org>
8775
8776 * doc-view.el (doc-view-scale-reset): Rename from
8777 `doc-view-reset-zoom-level'.
8778 (doc-view-scale-adjust): New command.
8779 (doc-view-mode-map): Remap `text-scale-adjust' bindings to
8780 `doc-view-scale-adjust'.
8781
8782 2013-09-26 Tassilo Horn <tsdh@gnu.org>
8783
8784 * doc-view.el (doc-view-reset-zoom-level): New command.
8785 (doc-view-mode-map): Remap text-scale-adjust bindings to doc-view
8786 zoom commands (bug#15466).
8787
8788 2013-09-26 Kenichi Handa <handa@gnu.org>
8789
8790 * international/quail.el (quail-help): Make it not a command.
8791
8792 2013-09-26 Leo Liu <sdl.web@gmail.com>
8793
8794 * minibuffer.el (completion-all-sorted-completions): Make args
8795 optional as they are.
8796
8797 2013-09-25 Daniel Colascione <dancol@dancol.org>
8798
8799 * emacs-lisp/cl-macs.el (cl-type-spec): Tell edebug what type
8800 specs are and that they're not evaluated.
8801
8802 2013-09-24 Sam Steingold <sds@gnu.org>
8803
8804 * midnight.el (clean-buffer-list-kill-regexps)
8805 (clean-buffer-list-kill-buffer-names): Update for the new Man
8806 buffer naming which includes the object name.
8807
8808 2013-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
8809
8810 * eshell/esh-cmd.el (eshell--sep-terms): New var.
8811 (eshell-parse-command, eshell-parse-pipeline): Use it since
8812 eshell-separate-commands requires a dynamic scoped var.
8813 Reported by Jan Moringen <jmoringe@techfak.uni-bielefeld.de>.
8814
8815 2013-09-23 Leo Liu <sdl.web@gmail.com>
8816
8817 * autoinsert.el (auto-insert-alist): Make the value of
8818 lexical-binding match its file setting.
8819
8820 2013-09-23 Juanma Barranquero <lekktu@gmail.com>
8821
8822 * vc/vc-sccs.el (vc-sccs-search-project-dir): Mark unused argument.
8823
8824 * autoarg.el (autoarg-kp-digit-argument):
8825 * electric.el (Electric-command-loop):
8826 * kmacro.el (kmacro-step-edit-insert):
8827 Do not set universal-argument-num-events.
8828
8829 2013-09-22 Leo Liu <sdl.web@gmail.com>
8830
8831 * files.el (interpreter-mode-alist): Add octave.
8832
8833 2013-09-21 Alan Mackenzie <acm@muc.de>
8834
8835 C++: fontify identifier in declaration following "public:" correctly.
8836 * progmodes/cc-langs.el (c-decl-start-colon-kwd-re): New lang var
8837 to match "public", etc.
8838 (c-decl-prefix-re): Add ":" into the C++ value.
8839 * progmodes/cc-engine.el (c-find-decl-prefix-search): Refactor a
8840 bit. Add a check for a ":" preceded by "public", etc.
8841
8842 2013-09-21 Eli Zaretskii <eliz@gnu.org>
8843
8844 * files.el (auto-mode-alist): Support OBJFILE-gdb.gdb script files
8845 recognized by GDB 7.5 and later.
8846
8847 2013-09-21 Xue Fuqiao <xfq.free@gmail.com>
8848
8849 * vc/vc-dir.el (vc-dir-mode-map): Add keybinding for vc-log-incoming.
8850
8851 2013-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
8852
8853 * subr.el (internal--call-interactively): New const.
8854 (called-interactively-p): Use it (bug#3984).
8855
8856 2013-09-20 Xue Fuqiao <xfq.free@gmail.com>
8857
8858 * vc/pcvs.el (cvs-mode-ignore):
8859 * vc/vc-cvs.el (vc-cvs-ignore, vc-cvs-append-to-ignore):
8860 Rename cvs-append-to-ignore to vc-cvs-append-to-ignore.
8861
8862 2013-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
8863
8864 * eshell/em-ls.el: Use advice. Remove redundant :group keywords.
8865 (eshell-ls-orig-insert-directory): Remove.
8866 (eshell-ls-unload-hook): Not a defcustom any more. Use advice-remove.
8867 (eshell-ls-use-in-dired): Use advice-add/remove.
8868 (eshell-ls--insert-directory): Rename from eshell-ls-insert-directory.
8869 Add `orig-fun' arg for use in :around advice.
8870 Make it check (redundantly) eshell-ls-use-in-dired.
8871
8872 2013-09-19 Glenn Morris <rgm@gnu.org>
8873
8874 * emacs-lisp/cl-macs.el (cl-defsubst): Remove unused local `pbody'.
8875
8876 * simple.el (x-selection-owner-p, x-selection-exists-p): Declare.
8877
8878 * emacs-lisp/eieio.el (class-parent): Undo previous change.
8879
8880 2013-09-19 Michael Albinus <michael.albinus@gmx.de>
8881
8882 * net/tramp-sh.el (tramp-get-remote-id): Do not raise an error.
8883 (tramp-get-remote-uid-with-id, tramp-get-remote-gid-with-id)
8884 (tramp-get-remote-python): New defuns.
8885 (tramp-get-remote-uid-with-perl)
8886 (tramp-get-remote-gid-with-perl): New defuns. Perl code
8887 contributed by yary <not.com@gmail.com> (tiny change).
8888 (tramp-get-remote-uid-with-python)
8889 (tramp-get-remote-gid-with-python): New defuns. Python code
8890 contributed by Andrey Tykhonov <atykhonov@gmail.com> (tiny change).
8891 (tramp-get-remote-uid, tramp-get-remote-gid): Use new defuns.
8892
8893 2013-09-19 Glenn Morris <rgm@gnu.org>
8894
8895 * emacs-lisp/eieio.el (class-parent): Don't use defalias with macros.
8896
8897 * eshell/em-unix.el (eshell-remove-entries):
8898 Rename argument to avoid name-clash with global `top-level'.
8899
8900 * eshell/esh-proc.el (eshell-kill-process-function):
8901 Remove eshell-reset-after-proc from eshell-kill-hook if present.
8902 (eshell-reset-after-proc): Remove unused arg `proc'.
8903
8904 * eshell/esh-util.el (eshell-read-hosts-file): Use `filename' arg.
8905 (directory-files-and-attributes): Mark unused arg.
8906
8907 * eshell/em-unix.el (eshell-remove-entries):
8908 Remove unused arg `path'. Update callers.
8909
8910 * eshell/em-hist.el (eshell-hist-parse-arguments):
8911 Remove unused arg `silent'. Update callers.
8912
8913 * eshell/em-ls.el (eshell-ls-use-in-dired): Use `symbol' arg.
8914 Fix (f)boundp mix-up.
8915
8916 * eshell/em-smart.el (eshell-smart-scroll-window)
8917 (eshell-disable-after-change):
8918 * eshell/em-term.el (eshell-term-sentinel): Mark unused arg.
8919
8920 2013-09-18 Alan Mackenzie <acm@muc.de>
8921
8922 Fix fontification of type when followed by "const".
8923 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Don't exclude
8924 "known" types from fontification.
8925
8926 2013-09-18 Glenn Morris <rgm@gnu.org>
8927
8928 * emacs-lisp/chart.el (x-display-color-cells): Declare.
8929 (chart-face-list): Drop Emacsen without display-color-p.
8930
8931 * net/eww.el (libxml-parse-html-region): Declare.
8932 (eww-display-html): Explicit error if no libxml2 support.
8933
8934 * doc-view.el (doc-view-mode): Silence --without-x compilation.
8935
8936 * image.el (image-type-from-buffer, image-multi-frame-p):
8937 Remove --without-x warning/error.
8938
8939 * mouse.el (mouse-yank-primary):
8940 * term.el (term-mouse-paste):
8941 Reorder to silence --without-x compilation.
8942
8943 * mpc.el (doc-view-mode): Silence --without-x compilation.
8944
8945 * mail/rmailmm.el (rmail-mime-set-bulk-data):
8946 Silence --without-x compilation.
8947
8948 * progmodes/gud.el (gud-find-file, gud-mode):
8949 Silence --without-x compilation.
8950 (tooltip-mode): Declare.
8951
8952 * wdired.el (dired-backup-overwrite): Remove declaration.
8953 (wdired-mode-map): Add doc string.
8954
8955 * custom.el (x-get-resource): Declare.
8956
8957 * eshell/em-glob.el (ange-cache):
8958 * eshell/em-unix.el (ange-cache): Declare.
8959
8960 * faces.el (x-display-list, x-open-connection, x-get-resource):
8961 Declare.
8962
8963 * follow.el (scroll-bar-toolkit-scroll, scroll-bar-drag)
8964 (scroll-bar-scroll-up, scroll-bar-scroll-down, mwheel-scroll):
8965 Declare.
8966
8967 * frame.el (x-display-grayscale-p, x-display-name): Declare.
8968
8969 * net/gnutls.el (gnutls-log-level): Declare.
8970
8971 * net/shr.el (image-size, image-animate): Declare.
8972
8973 * simple.el (font-info): Declare.
8974
8975 * subr.el (x-popup-dialog): Declare.
8976
8977 * term/common-win.el (x-select-enable-primary)
8978 (x-last-selected-text-primary, x-last-selected-text-clipboard):
8979 Declare.
8980
8981 * term/ns-win.el (x-handle-args): Declare.
8982
8983 * term/x-win.el (x-select-enable-clipboard): Declare.
8984
8985 * term/w32-win.el (create-default-fontset): Declare.
8986
8987 * w32-common-fns.el (x-server-version, x-select-enable-clipboard):
8988 Declare.
8989
8990 * window.el (x-display-pixel-height, tool-bar-lines-needed): Declare.
8991 (fit-frame-to-buffer): Explicit error if --without-x.
8992 (mouse-autoselect-window-select): Silence compiler.
8993
8994 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
8995
8996 * eshell/em-cmpl.el (eshell-complete-parse-arguments):
8997 * eshell/em-hist.el (eshell/history, eshell-isearch-backward):
8998 * eshell/em-pred.el (eshell-parse-modifiers, eshell-pred-file-time):
8999 * eshell/esh-util.el (eshell-sublist):
9000 Remove unused local variables.
9001
9002 * eshell/esh-io.el (x-select-enable-clipboard): Declare.
9003
9004 * textmodes/two-column.el: Make 2C-split work for --without-x.
9005 (scroll-bar-columns): Autoload.
9006 (top-level): Require fringe when compiling.
9007
9008 2013-09-18 Leo Liu <sdl.web@gmail.com>
9009
9010 * subr.el (add-hook): Robustify to handle closure as well.
9011
9012 2013-09-17 Glenn Morris <rgm@gnu.org>
9013
9014 * simple.el (messages-buffer-mode-map): Unbind "g".
9015
9016 2013-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
9017
9018 * help-mode.el (help-mode-finish): Use derived-mode-p.
9019 Remove obsolete highlighting.
9020
9021 * play/life.el (life-mode): Use define-derived-mode. Derive from
9022 special-mode.
9023 (life): Let-bind inhibit-read-only.
9024 (life-setup): Avoid `setq'. Use `life-mode'.
9025
9026 * emacs-lisp/package.el (package-generate-autoloads): Remove `require'
9027 which should not be needed any more.
9028 (package-menu-refresh, package-menu-describe-package): Use user-error.
9029
9030 * eshell/esh-cmd.el (eshell-post-rewrite-command-function): New var.
9031 (eshell-post-rewrite-command-hook): Make obsolete.
9032 (eshell-parse-command): Simplify.
9033 (eshell-structure-basic-command): Remove unused arg `vocal-test'.
9034 (eshell--cmd): Declare.
9035 (eshell-parse-pipeline): Remove unused var `final-p'.
9036 Pass a dynvar to eshell-post-rewrite-command-hook.
9037 Implement the new eshell-post-rewrite-command-function.
9038 (eshell-invoke-directly): Remove unused arg `input'.
9039 * eshell/esh-io.el (eshell-io-initialize):
9040 Use eshell-post-rewrite-command-function (bug#15399).
9041 (eshell--apply-redirections): Rename from eshell-apply-redirections;
9042 adjust to new calling convention.
9043 (eshell-create-handles): Rename args to avoid clashing with dynvar
9044 `standard-output'.
9045
9046 2013-09-17 Glenn Morris <rgm@gnu.org>
9047
9048 * simple.el (messages-buffer-mode): New major mode.
9049 (messages-buffer): New function.
9050 * startup.el (normal-top-level): Switch mode of *Messages* buffer.
9051 * emacs-lisp/ert.el (ert--force-message-log-buffer-truncation)
9052 (ert-run-test): Use `messages-buffer' function.
9053 (ert--force-message-log-buffer-truncation): Ignore read-only.
9054 * help.el (view-echo-area-messages): Use `messages-buffer' function.
9055 * mail/emacsbug.el (report-emacs-bug): Use `messages-buffer' function.
9056
9057 2013-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
9058
9059 * subr.el (eval-after-load): Preserve evaluation order (bug#15389).
9060
9061 * abbrev.el (abbrev--check-chars): Fix thinko (bug#15360).
9062
9063 2013-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
9064
9065 * icomplete.el (icomplete-in-buffer): New var.
9066 (icomplete-pre-command-hook, icomplete-post-command-hook): Remove those
9067 vars and replace them with functions.
9068 (icomplete-minibuffer-setup): Adjust accordingly.
9069 (icomplete--completion-table, icomplete--completion-predicate)
9070 (icomplete--field-string, icomplete--field-beg, icomplete--field-end):
9071 New functions.
9072 (icomplete-forward-completions, icomplete-backward-completions)
9073 (icomplete-simple-completing-p, icomplete-exhibit)
9074 (icomplete-completions): Use them.
9075 (icomplete--in-region-buffer): New var.
9076 (icomplete--in-region-setup): New function.
9077 (icomplete-mode): Use it.
9078
9079 * eshell/esh-opt.el: Fix last change to set lexical-vars properly
9080 (bug#15379).
9081 (eshell--do-opts): Rename from eshell-do-opt, remove arg `body-fun',
9082 return args and options.
9083 (eshell-eval-using-options): Use the new return value of
9084 eshell--do-opts to set the options's vars in their scope.
9085 (eshell--set-option): Rename from eshell-set-option.
9086 Add arg `opt-vals'.
9087 (eshell--process-option): Rename from eshell-process-option.
9088 Add arg `opt-vals'.
9089 (eshell--process-args): Use an `opt-vals' alist to store the options's
9090 values during their processing and return them additionally to the
9091 remaining args.
9092
9093 2013-09-15 Dmitry Gutov <dgutov@yandex.ru>
9094
9095 * progmodes/ruby-mode.el (ruby-operator-re): Consider line
9096 continuation character an operator, as far as indentation is
9097 concerned (Bug#15369).
9098
9099 2013-09-15 Martin Rudalics <rudalics@gmx.at>
9100
9101 * window.el (window--state-put-2): Don't process buffer state
9102 when buffer doesn't exist any more (Bug#15382).
9103
9104 2013-09-15 Glenn Morris <rgm@gnu.org>
9105
9106 * eshell/em-unix.el (eshell/rm):
9107 Make -f ignore missing files. (Bug#15373)
9108
9109 * eshell/esh-cmd.el (eshell--local-vars): New variable. (Bug#15372)
9110 (eshell-rewrite-for-command): Add for loop vars to eshell--local-vars.
9111 * eshell/esh-var.el (eshell-get-variable): Respect eshell--local-vars.
9112
9113 2013-09-14 Glenn Morris <rgm@gnu.org>
9114
9115 * eshell/esh-var.el (eshell-variable-aliases-list): Fix doc typo.
9116
9117 2013-09-13 Glenn Morris <rgm@gnu.org>
9118
9119 * dired-x.el (dired-guess-shell-alist-user): Doc fix.
9120 (dired-guess-default): Make `file' available in the env. (Bug#15363)
9121
9122 2013-09-13 Dmitry Antipov <dmantipov@yandex.ru>
9123
9124 * frame.el (x-focus-frame): Mark as declared in frame.c.
9125
9126 2013-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
9127
9128 * ls-lisp.el: Use advice-add.
9129 (original-insert-directory): Remove.
9130 (ls-lisp--insert-directory): Rename from insert-directory; add
9131 `orig-fun' argument.
9132 (insert-directory): Advise.
9133
9134 2013-09-13 Eli Zaretskii <eliz@gnu.org>
9135
9136 * term.el (term-emulate-terminal): Decode the command string
9137 before passing it to term-command-hook. (Bug#15337)
9138
9139 2013-09-13 Glenn Morris <rgm@gnu.org>
9140
9141 * eshell/esh-util.el (ange-cache): Move declaration earlier.
9142
9143 * eshell/esh-ext.el (eshell-search-path): Declare.
9144
9145 * eshell/em-prompt.el (eshell/pwd): Autoload it.
9146 Otherwise an error occurs if eshell-dirs module not loaded.
9147
9148 * progmodes/gdb-mi.el (gud-cont, gud-step): Declare.
9149
9150 2013-09-13 Michael Albinus <michael.albinus@gmx.de>
9151
9152 * net/tramp.el (tramp-check-proper-method-and-host): Rename it from
9153 `tramp-check-proper-host'. Check for a valid method name.
9154
9155 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
9156 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
9157 * net/tramp-sh.el (tramp-maybe-open-connection):
9158 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Call it.
9159
9160 * net/tramp-cache.el (tramp-cache-print): Don't print text properties
9161 also for hash values.
9162
9163 2013-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
9164
9165 * term/ns-win.el (parameters): Don't declare as dynamic.
9166 (before-make-frame-hook): Don't add ineffective function.
9167
9168 * eshell/*.el: Use lexical-binding (bug#15231).
9169
9170 2013-09-12 Kenichi Handa <handa@gnu.org>
9171
9172 * composite.el (compose-gstring-for-graphic): Handle enclosing mark.
9173
9174 2013-09-12 Glenn Morris <rgm@gnu.org>
9175
9176 * vc/vc-svn.el (vc-svn-dir-status-files, vc-svn-dir-extra-headers)
9177 (vc-svn-ignore, vc-svn-retrieve-tag): Mark unused arguments.
9178
9179 * subr.el (do-after-load-evaluation): Also give compiler warnings
9180 when obsolete files are used (except by obsolete files).
9181
9182 * vc/vc-svn.el (vc-svn-parse-status): If there are multiple files
9183 in the status output, assume `filename' is the first. (Bug#15322)
9184
9185 * vc/vc.el (vc-deduce-fileset): Doc fix.
9186
9187 * calc/calc-help.el (Info-goto-node):
9188 * progmodes/cperl-mode.el (Info-find-node):
9189 * vc/ediff.el (Info-goto-node): Update declarations.
9190
9191 * vc/vc-dispatcher.el (vc-dir-refresh): Declare.
9192
9193 * vc/vc-bzr.el (vc-compilation-mode): Declare.
9194 (vc-bzr-pull): Require vc-dispatcher.
9195 * vc/vc-git.el (vc-compilation-mode): Declare.
9196 (vc-git-pull): Require vc-dispatcher.
9197
9198 * progmodes/ruby-mode.el (ruby-syntax-propertize-function): Declare.
9199
9200 * progmodes/octave.el (help-button-action): Declare.
9201
9202 * shell.el (shell-directory-tracker): Output error as a message
9203 rather than just returning it as a string.
9204 (shell-process-pushd): Remove useless use of message.
9205
9206 * dframe.el (dframe-timer-fn):
9207 * files.el (dir-locals-read-from-file):
9208 * mpc.el (mpc--status-timer-run, mpc--status-idle-timer-run)
9209 (mpc-format):
9210 * reveal.el (reveal-post-command):
9211 * saveplace.el (load-save-place-alist-from-file):
9212 * shell.el (shell-resync-dirs):
9213 * w32-common-fns.el (x-get-selection-value):
9214 * emacs-lisp/copyright.el (copyright-find-copyright):
9215 * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info):
9216 * emulation/tpu-edt.el (tpu-copy-keyfile):
9217 * play/bubbles.el (bubbles--mark-neighbourhood):
9218 * progmodes/executable.el
9219 (executable-make-buffer-file-executable-if-script-p):
9220 * term/pc-win.el (x-get-selection-value): Use with-demoted-errors.
9221
9222 2013-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
9223
9224 Cleanup Eshell to rely less on dynamic scoping.
9225 * eshell/esh-opt.el (eshell-eval-using-options): Don't bind usage-msg,
9226 last-value, and ext-command here. Bind `args' closer to `body'.
9227 (temp-args, last-value, usage-msg, ext-command, args): Don't defvar.
9228 (eshell--args): Declare new dynamic var.
9229 (eshell-do-opt): Add argument `args'. Bind our own usage-msg,
9230 last-value, and ext-command. Pass `args' to `body'.
9231 (eshell-process-args): Bind eshell--args.
9232 (eshell-set-option): Use eshell--args.
9233 * eshell/eshell.el (eshell): Use derived-mode-p.
9234 * eshell/esh-var.el (eshell-parse-variable): Use backquote.
9235 (eshell-parse-variable-ref): Remove unused vars `end' and `err'.
9236 (eshell-glob-function): Declare.
9237 * eshell/esh-util.el: Require cl-lib.
9238 (eshell-read-hosts-file): Avoid add-to-list.
9239 * eshell/esh-cmd.el (eshell-parse-lisp-argument): Remove unused var
9240 `err'.
9241 * eshell/em-unix.el (compilation-scroll-output, locate-history-list):
9242 Declare.
9243 (eshell/diff): Remove unused var `err'.
9244 * eshell/em-rebind.el (eshell-delete-backward-char): Remove unused arg
9245 `killflag'.
9246 * eshell/em-pred.el (eshell-parse-modifiers): Remove unused var `err'.
9247 * eshell/em-ls.el (eshell-ls-highlight-alist): Move defvars before
9248 first use.
9249 * eshell/em-glob.el (eshell-glob-matches, message-shown):
9250 Move declaration before first use.
9251 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Use backquotes.
9252 * autorevert.el (auto-revert-notify-handler): Use `cl-dolist' since we
9253 rely on cl-return.
9254
9255 2013-09-12 Glenn Morris <rgm@gnu.org>
9256
9257 * term/ns-win.el (global-map): Remove binding for ispell-next,
9258 deleted 1999-05-29. (Bug#15357)
9259
9260 2013-09-11 Glenn Morris <rgm@gnu.org>
9261
9262 * echistory.el (electric-command-history): Remove call to deleted func.
9263
9264 * play/landmark.el (landmark-mode): Fix typos.
9265
9266 * vc/vc-cvs.el (cvs-append-to-ignore): Fix arg spec.
9267 Check cvs-sort-ignore-file is bound.
9268
9269 * savehist.el: No need for cl when compiling on Emacs.
9270
9271 2013-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
9272
9273 * eshell/esh-mode.el (eshell-mode-syntax-table): Fix up initialization
9274 (bug#15338).
9275 (eshell-self-insert-command, eshell-send-invisible):
9276 Remove unused argument.
9277 (eshell-handle-control-codes): Remove unused var `orig'.
9278 Avoid delete-backward-char.
9279
9280 * files.el (set-auto-mode): Simplify a bit further.
9281
9282 2013-09-11 Glenn Morris <rgm@gnu.org>
9283
9284 * files.el (interpreter-mode-alist): Remove \\` \\' parts.
9285 (set-auto-mode): Don't regexp-quote elements.
9286 * progmodes/python.el (interpreter-mode-alist): Remove \\` \\'.
9287 * progmodes/cc-mode.el (interpreter-mode-alist):
9288 * progmodes/ruby-mode.el (interpreter-mode-alist):
9289 Revert previous change.
9290
9291 2013-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
9292
9293 * play/snake.el (snake-mode):
9294 * play/mpuz.el (mpuz-mode):
9295 * play/landmark.el (lm-mode):
9296 * play/blackbox.el (blackbox-mode):
9297 * play/5x5.el (5x5-mode):
9298 * obsolete/options.el (Edit-options-mode):
9299 * net/quickurl.el (quickurl-list-mode):
9300 * net/newst-treeview.el (newsticker-treeview-mode):
9301 * mail/rmailsum.el (rmail-summary-mode):
9302 * mail/mspools.el (mspools-mode):
9303 * locate.el (locate-mode):
9304 * ibuffer.el (ibuffer-mode):
9305 * emulation/ws-mode.el (wordstar-mode):
9306 * emacs-lisp/debug.el (debugger-mode):
9307 * array.el (array-mode):
9308 * net/eudc.el (eudc-mode): Use define-derived-mode.
9309 * net/mairix.el (mairix-searches-mode-font-lock-keywords):
9310 Move initialization into declaration.
9311 (mairix-searches-mode): Use define-derived-mode.
9312 * net/eudc-hotlist.el (eudc-hotlist-mode): Use define-derived-mode.
9313 (eudc-edit-hotlist): Use dolist.
9314 * man.el (Man-mode-syntax-table): Rename from man-mode-syntax-table.
9315 (Man-mode): Use define-derived-mode.
9316 * info.el (Info-edit-mode-map): Rename from Info-edit-map.
9317 (Info-edit-mode): Use define-derived-mode.
9318 (Info-cease-edit): Use Info-mode.
9319 * eshell/esh-mode.el (eshell-mode-syntax-table): Move initialization
9320 into declaration.
9321 (eshell-mode): Use define-derived-mode.
9322 * chistory.el (command-history-mode-map): Rename from
9323 command-history-map.
9324 (command-history-mode): Use define-derived-mode.
9325 (Command-history-setup): Remove function.
9326 * calc/calc.el (calc-trail-mode-map): New var.
9327 (calc-trail-mode): Use define-derived-mode.
9328 (calc-trail-buffer): Set calc-main-buffer manually.
9329 * bookmark.el (bookmark-insert-annotation): New function.
9330 (bookmark-edit-annotation): Use it.
9331 (bookmark-edit-annotation-mode): Make it a proper major mode.
9332 (bookmark-send-edited-annotation): Use derived-mode-p.
9333 * arc-mode.el (archive-mode): Move kill-all-local-variables a tiny bit
9334 closer to its ideal place. Use \' to match EOS.
9335
9336 * profiler.el (profiler-calltree-find): Use function-equal.
9337
9338 2013-09-10 Glenn Morris <rgm@gnu.org>
9339
9340 * files.el (interpreter-mode-alist): Convert to regexps.
9341 (set-auto-mode): Adapt for this. (Bug#15306)
9342 * progmodes/cperl-mode.el (cperl-clobber-mode-lists):
9343 Comment out unused variable.
9344 * progmodes/cc-mode.el (interpreter-mode-alist):
9345 * progmodes/python.el (interpreter-mode-alist):
9346 * progmodes/ruby-mode.el (interpreter-mode-alist): Convert to regexps.
9347 * progmodes/sh-script.el (sh-set-shell):
9348 No longer use interpreter-mode-alist to get list of shells.
9349
9350 * progmodes/cc-mode.el (awk-mode): Remove duplicate autoload.
9351
9352 2013-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
9353
9354 * simple.el: Use set-temporary-overlay-map for universal-argument.
9355 (universal-argument-map): Don't use default-bindings (bug#15317).
9356 Bind switch-frame explicitly. Replace universal-argument-minus with
9357 a conditional binding.
9358 (universal-argument-num-events, saved-overriding-map): Remove.
9359 (restore-overriding-map): Remove.
9360 (universal-argument--mode): Rename from save&set-overriding-map,
9361 and rewrite.
9362 (universal-argument, universal-argument-more, negative-argument)
9363 (digit-argument): Adjust accordingly.
9364 (universal-argument-minus): Remove.
9365 (universal-argument-other-key): Remove.
9366
9367 * subr.el (with-demoted-errors): Add `format' argument.
9368
9369 2013-09-10 Michael Albinus <michael.albinus@gmx.de>
9370
9371 * net/tramp.el (tramp-cleanup): Remove. Functionality added to
9372 `tramp-cleanup-connection'.
9373
9374 * net/tramp-cmds.el (tramp-cleanup-connection): Add optional
9375 parameters KEEP-DEBUG and KEEP-PASSWORD.
9376
9377 * net/tramp.el (tramp-file-name-handler):
9378 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
9379 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
9380 (tramp-maybe-open-connection):
9381 * net/tramp-smb.el (tramp-smb-maybe-open-connection):
9382 Use `tramp-cleanup-connection'.
9383
9384 * net/tramp-sh.el (tramp-maybe-open-connection):
9385 Catch 'uname-changed inside the progress reporter.
9386
9387 2013-09-10 Glenn Morris <rgm@gnu.org>
9388
9389 * simple.el (read-minibuffer): Unbreak it. (Bug#15318)
9390
9391 * dired-x.el (dired-mark-sexp): Unbreak for systems where ls
9392 returns "alternate access method" in mode (eg "-rw-r--r--.").
9393
9394 2013-09-08 Glenn Morris <rgm@gnu.org>
9395
9396 * saveplace.el (load-save-place-alist-from-file):
9397 Demote errors. (Bug#15305)
9398
9399 2013-09-08 Michael Albinus <michael.albinus@gmx.de>
9400
9401 Improve compatibility with older Emacsen, and XEmacs.
9402
9403 * net/tramp.el (tramp-find-method, tramp-find-user): Call `propertize'
9404 only if it is bound. It isn't for XEmacs.
9405 (with-tramp-progress-reporter): Do not let-bind `result'.
9406 This yields to scoping errors in XEmacs.
9407 (tramp-handle-make-auto-save-file-name): New function, moved from
9408 tramp-sh.el.
9409
9410 * net/tramp-adb.el (tramp-adb-file-name-handler-alist): Add handler
9411 for `make-auto-save-file-name'.
9412 (tramp-adb--gnu-switches-to-ash):
9413 Use `tramp-compat-replace-regexp-in-string'.
9414
9415 * net/tramp-cache.el (tramp-cache-print): Call
9416 `substring-no-properties' only if it is bound. It isn't for XEmacs.
9417
9418 * net/tramp-cmds.el (tramp-bug): Call `propertize' only if it is
9419 bound. It isn't for XEmacs.
9420
9421 * net/tramp-compat.el (tramp-compat-copy-file):
9422 Catch `wrong-number-of-arguments' error.
9423 (tramp-compat-replace-regexp-in-string): New defun.
9424
9425 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist): Add handler
9426 for `make-auto-save-file-name'.
9427 (tramp-gvfs-handle-copy-file): Use `tramp-compat-funcall' for
9428 `copy-file'.
9429 (tramp-gvfs-file-gvfs-monitor-file-process-filter)
9430 (tramp-gvfs-file-name): Use `tramp-compat-replace-regexp-in-string'.
9431 (tramp-synce-list-devices): Use `push' instead of `pushnew'.
9432
9433 * net/tramp-gw.el (tramp-gw-open-network-stream):
9434 Use `tramp-compat-replace-regexp-in-string'.
9435
9436 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
9437 Call `tramp-handle-make-auto-save-file-name'.
9438 (tramp-sh-handle-make-auto-save-file-name): Move to tramp.el.
9439 (tramp-sh-file-gvfs-monitor-dir-process-filter)
9440 (tramp-sh-file-inotifywait-process-filter):
9441 Use `tramp-compat-replace-regexp-in-string'.
9442 (tramp-compute-multi-hops): Use `push' instead of `pushnew'.
9443
9444 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add handler
9445 for `make-auto-save-file-name'.
9446 (tramp-smb-handle-copy-directory):
9447 Call `tramp-compat-replace-regexp-in-string'.
9448 (tramp-smb-get-file-entries): Use `push' instead of `pushnew'.
9449 (tramp-smb-handle-copy-file): Improve error message.
9450 (tramp-smb-handle-rename-file): Rename directly only in case
9451 `newname' does not exist yet. This is a restriction of smbclient.
9452 (tramp-smb-maybe-open-connection): Rerun the function only when
9453 `auth-sources' is non-nil.
9454
9455 2013-09-08 Kenichi Handa <handa@gnu.org>
9456
9457 * international/characters.el: Set category "^" (Combining) for
9458 more characters.
9459
9460 2013-09-07 Alan Mackenzie <acm@muc.de>
9461
9462 Correctly fontify Java class constructors.
9463 * progmodes/cc-langs.el (c-type-decl-suffix-key): Now matches ")"
9464 in Java Mode.
9465 (c-recognize-typeless-decls): Set the Java value to t.
9466 * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
9467 While handling a "(", add a check for, effectively, Java, and handle a
9468 "typeless" declaration there.
9469
9470 2013-09-07 Roland Winkler <winkler@gnu.org>
9471
9472 * textmodes/bibtex.el (bibtex-biblatex-entry-alist): Add optional
9473 field subtitle for entry type book.
9474
9475 2013-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
9476
9477 * minibuffer.el: Make minibuffer-complete call completion-in-region
9478 rather than other way around.
9479 (completion--some, completion-pcm--find-all-completions):
9480 Don't delay signals when debugging.
9481 (minibuffer-completion-contents): Beware fields within the
9482 minibuffer contents.
9483 (completion-all-sorted-completions): Use defvar-local.
9484 (completion--do-completion, completion--cache-all-sorted-completions)
9485 (completion-all-sorted-completions, minibuffer-force-complete):
9486 Add args `beg' and `end'.
9487 (completion--in-region-1): New fun, extracted from minibuffer-complete.
9488 (minibuffer-complete): Use completion-in-region.
9489 (completion-complete-and-exit): New fun, extracted from
9490 minibuffer-complete-and-exit.
9491 (minibuffer-complete-and-exit): Use it.
9492 (completion--complete-and-exit): Rename from
9493 minibuffer--complete-and-exit.
9494 (completion-in-region--single-word): New function, extracted from
9495 minibuffer-complete-word.
9496 (minibuffer-complete-word): Use it.
9497 (display-completion-list): Make `common-substring' argument obsolete.
9498 (completion--in-region): Call completion--in-region-1 instead of
9499 minibuffer-complete.
9500 (completion-help-at-point): Pass boundaries to
9501 minibuffer-completion-help as args rather than via an overlay.
9502 (completion-pcm--string->pattern): Use `any-delim'.
9503 (completion-pcm--optimize-pattern): New function.
9504 (completion-pcm--pattern->regex): Handle `any-delim'.
9505 * icomplete.el (icomplete-forward-completions)
9506 (icomplete-backward-completions, icomplete-completions):
9507 Adjust calls to completion-all-sorted-completions and
9508 completion--cache-all-sorted-completions.
9509 (icomplete-with-completion-tables): Default to t.
9510 * emacs-lisp/crm.el (crm--current-element): Rename from
9511 crm--select-current-element. Don't put an overlay but return the
9512 boundaries instead.
9513 (crm--completion-command): Take two new args to bind to the boundaries.
9514 (crm-completion-help): Adjust accordingly.
9515 (crm-complete): Use completion-in-region.
9516 (crm-complete-word): Use completion-in-region--single-word.
9517 (crm-complete-and-exit): Use completion-complete-and-exit.
9518
9519 2013-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
9520
9521 * dired-x.el (dired-mark-sexp): Bind the vars lexically rather
9522 than dynamically.
9523
9524 2013-09-06 Juri Linkov <juri@jurta.org>
9525
9526 * info.el (Info-display-images-node): When image file doesn't exist
9527 display text version of the image if it's provided in the Info file.
9528 Otherwise, display the location of missing image from SRC attribute.
9529 Add help-echo text property from ALT attribute. (Bug#15279)
9530
9531 2013-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
9532
9533 * abbrev.el (edit-abbrevs-mode-map): Rename from edit-abbrevs-map.
9534 (edit-abbrevs-mode): Use define-derived-mode.
9535
9536 * epa.el (epa--encode-coding-string, epa--decode-coding-string)
9537 (epa--select-safe-coding-system, epa--derived-mode-p): Make it obvious
9538 that it's defined.
9539 (epa-key-list-mode, epa-key-mode, epa-info-mode):
9540 Use define-derived-mode.
9541
9542 * epg.el (epg-start-encrypt): Minor CSE simplification.
9543
9544 2013-09-06 William Xu <william.xwl@gmail.com>
9545
9546 * arc-mode.el: Add support for 7za (bug#15264).
9547 (archive-7z-program): New var.
9548 (archive-zip-extract, archive-zip-expunge, archive-zip-update)
9549 (archive-zip-update-case, archive-7z-extract, archive-7z-expunge)
9550 (archive-7z-update, archive-zip-extract, archive-7z-summarize): Use it.
9551
9552 2013-09-06 Michael Albinus <michael.albinus@gmx.de>
9553
9554 Remove URL syntax.
9555
9556 * net/tramp.el (tramp-syntax, tramp-prefix-format)
9557 (tramp-postfix-method-format, tramp-prefix-ipv6-format)
9558 (tramp-postfix-ipv6-format, tramp-prefix-port-format)
9559 (tramp-postfix-host-format, tramp-file-name-regexp)
9560 (tramp-completion-file-name-regexp)
9561 (tramp-completion-dissect-file-name)
9562 (tramp-handle-substitute-in-file-name): Remove 'url case.
9563 (tramp-file-name-regexp-url)
9564 (tramp-completion-file-name-regexp-url): Remove constants.
9565
9566 2013-09-06 Glenn Morris <rgm@gnu.org>
9567
9568 * replace.el (replace-string): Doc fix re start/end. (Bug#15275)
9569
9570 2013-09-05 Dmitry Gutov <dgutov@yandex.ru>
9571
9572 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Move "Perl-ish
9573 keywords" below "here-doc beginnings" (Bug#15270).
9574
9575 2013-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
9576
9577 * subr.el (pop): Use `car-safe'.
9578 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Remove hack
9579 to detect unused `pop' return value.
9580
9581 * progmodes/python.el (python-nav-beginning-of-block): Remove unused
9582 var `block-regexp'.
9583 (python-nav--forward-sexp): Remove unused var `re-search-fn'.
9584 (python-fill-string): Remove unused var `marker'.
9585 (python-skeleton-add-menu-items): Remove unused var `items'.
9586
9587 * international/mule-cmds.el: Require CL.
9588 (find-coding-systems-for-charsets): Avoid add-to-list.
9589 (sanitize-coding-system-list): New function, extracted from
9590 select-safe-coding-system-interactively.
9591 (select-safe-coding-system-interactively): Use it.
9592 (read-input-method-name): Accept symbols for `default'.
9593
9594 * emacs-lisp/advice.el (defadvice): Add indent rule.
9595
9596 2013-09-05 Daniel Hackney <dan@haxney.org>
9597
9598 * dired-x.el:
9599 * net/ange-ftp.el:
9600 * net/browse-url.el:
9601 * net/dbus.el:
9602 * net/eudc.el:
9603 * net/eudcb-ldap.el:
9604 * net/eww.el:
9605 * net/imap.el:
9606 * printing.el:
9607 * vc/ediff-diff.el:
9608 * vc/ediff-init.el:
9609 * vc/ediff-merg.el:
9610 * vc/ediff-mult.el:
9611 * vc/ediff-util.el:
9612 * vc/ediff-wind.el:
9613 * vc/ediff.el:
9614 * vc/emerge.el:
9615 * vc/pcvs.el:
9616 * vc/vc-annotate.el: Prefix unused arguments with `_' to silence
9617 byte compiler. Remove some unused let-bound variables.
9618
9619 2013-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
9620
9621 * emacs-lisp/cconv.el: Use `car-safe' rather than `car' to access
9622 a "ref-cell", since it gets better optimized (bug#14883).
9623
9624 2013-09-05 Glenn Morris <rgm@gnu.org>
9625
9626 * progmodes/cc-awk.el (c-forward-sws): Declare.
9627
9628 2013-09-04 Glenn Morris <rgm@gnu.org>
9629
9630 * generic-x.el [rul-generic-mode]: Require cc-mode.
9631 (c++-mode-syntax-table): Declare.
9632 (rul-generic-mode-syntax-table): Init in the defvar.
9633
9634 2013-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
9635
9636 * vc/vc-dispatcher.el (vc-run-delayed): New macro.
9637 (vc-do-command, vc-set-async-update):
9638 * vc/vc-mtn.el (vc-mtn-dir-status):
9639 * vc/vc-hg.el (vc-hg-dir-status, vc-hg-dir-status-files)
9640 (vc-hg-pull, vc-hg-merge-branch):
9641 * vc/vc-git.el (vc-git-dir-status-goto-stage, vc-git-pull)
9642 (vc-git-merge-branch):
9643 * vc/vc-cvs.el (vc-cvs-print-log, vc-cvs-dir-status)
9644 (vc-cvs-dir-status-files):
9645 * vc/vc-bzr.el (vc-bzr-pull, vc-bzr-merge-branch, vc-bzr-dir-status)
9646 (vc-bzr-dir-status-files):
9647 * vc/vc-arch.el (vc-arch-dir-status): Use vc-run-delayed.
9648 * vc/vc-annotate.el: Use lexical-binding.
9649 (vc-annotate-display-select, vc-annotate): Use vc-run-delayed.
9650 (vc-sentinel-movepoint): Declare.
9651 (vc-annotate): Don't use `goto-line'.
9652 * vc/vc.el (vc-diff-internal): Prefer a closure to `(lambda...).
9653 (vc-diff-internal, vc-log-internal-common): Use vc-run-delayed.
9654 (vc-sentinel-movepoint): Declare.
9655 * vc/vc-svn.el: Use lexical-binding.
9656 (vc-svn-dir-status, vc-svn-dir-status-files): Use vc-run-delayed.
9657 * vc/vc-sccs.el:
9658 * vc/vc-rcs.el: Use lexical-binding.
9659
9660 * autorevert.el (auto-revert-notify-handler): Explicitly ignore
9661 `deleted'. Don't drop errors silently.
9662
9663 * emacs-lisp/gv.el (gv-get): Warn about CL-compiled places.
9664
9665 2013-09-04 Xue Fuqiao <xfq.free@gmail.com>
9666
9667 * vc/vc.el (vc-ignore): Rewrite.
9668 (vc-default-ignore): New function.
9669 (vc-default-ignore-completion-table): Use find-ignore-file.
9670
9671 * vc/vc-bzr.el (vc-bzr-ignore, vc-bzr-ignore-completion-table):
9672 * vc/vc-git.el (vc-git-ignore, vc-git-ignore-completion-table):
9673 * vc/vc-hg.el (vc-hg-ignore, vc-hg-ignore-completion-table):
9674 Remove. Most code moved to vc.el.
9675
9676 2013-09-03 Stefan Monnier <monnier@iro.umontreal.ca>
9677
9678 * net/tramp-gvfs.el (tramp-gvfs-mount-spec, tramp-synce-list-devices):
9679 * net/tramp-smb.el (tramp-smb-get-file-entries):
9680 * net/tramp-sh.el (tramp-sh-handle-insert-directory)
9681 (tramp-compute-multi-hops): Fix misuses of `add-to-list'.
9682
9683 * net/eww.el (eww-display-raw): Remove unused argument `charset'.
9684 Update call to it.
9685 (eww-change-select): Remove unused var `properties'.
9686 (eww-make-unique-file-name): Remove unused var `base'.
9687
9688 * finder.el (finder-compile-keywords): Don't mess with windows.
9689
9690 * calculator.el (calculator-funcall): Fix typo in last change.
9691
9692 * vc/vc-git.el (vc-git-checkin): Make it possible to commit a merge.
9693
9694 * emacs-lisp/package.el (package-activate-1): Don't let a missing
9695 <pkg>-autoloads.el file stop us.
9696
9697 * net/tramp.el (with-parsed-tramp-file-name): Silence compiler
9698 warnings, and factor out common code.
9699
9700 2013-09-03 Dmitry Gutov <dgutov@yandex.ru>
9701
9702 * progmodes/ruby-mode.el (ruby-calculate-indent): Consider
9703 two-character operators and whether the character preceding them
9704 changes their meaning (Bug#15208).
9705
9706 2013-09-02 Fabián Ezequiel Gallina <fgallina@gnu.org>
9707
9708 Format code sent to Python shell for robustness.
9709 * progmodes/python.el (python-shell-buffer-substring):
9710 New function.
9711 (python-shell-send-region, python-shell-send-buffer): Use it.
9712
9713 2013-09-02 Michael Albinus <michael.albinus@gmx.de>
9714
9715 * net/tramp-compat.el (tramp-compat-user-error): Move it ...
9716 * net/tramp.el (tramp-user-error): ... here.
9717 (tramp-find-method, tramp-check-proper-host)
9718 (tramp-dissect-file-name, tramp-debug-message)
9719 (tramp-handle-shell-command):
9720 * net/tramp-adb.el (tramp-adb-handle-shell-command):
9721 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler): Adapt callees.
9722
9723 * net/tramp-cache.el (tramp-cache-print): Don't print text properties.
9724
9725 2013-09-02 Martin Rudalics <rudalics@gmx.at>
9726
9727 * avoid.el (mouse-avoidance-point-position)
9728 (mouse-avoidance-too-close-p): Handle case where posn-at-point
9729 returns nil.
9730
9731 2013-09-02 Fabián Ezequiel Gallina <fgallina@gnu.org>
9732
9733 * progmodes/python.el (python-shell-completion-get-completions):
9734 Drop use of deleted `comint-last-prompt-overlay'.
9735 (python-nav-if-name-main): New command.
9736
9737 2013-09-01 Glenn Morris <rgm@gnu.org>
9738
9739 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
9740 Avoid leading space in $wins. Otherwise the sed command used by
9741 eg compile-main ends up containing "/*.el". (Bug#15170)
9742
9743 * frame.el (frame-background-mode): Doc fix. (Bug#15226)
9744
9745 2013-08-30 Glenn Morris <rgm@gnu.org>
9746
9747 * emacs-lisp/bytecomp.el (byte-recompile-directory):
9748 Fix is-this-a-directory logic. (Bug#15220)
9749
9750 2013-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
9751
9752 * textmodes/css-mode.el: Use SMIE.
9753 (css-smie-grammar): New var.
9754 (css-smie--forward-token, css-smie--backward-token)
9755 (css-smie-rules): New functions.
9756 (css-mode): Use them.
9757 (css-navigation-syntax-table): Remove var.
9758 (css-backward-sexp, css-forward-sexp, css-indent-calculate-virtual)
9759 (css-indent-calculate, css-indent-line): Remove functions.
9760
9761 Misc changes to reduce use of `(lambda...); and other cleanups.
9762 * cus-edit.el: Use lexical-binding.
9763 (customize-push-and-save, customize-apropos)
9764 (custom-buffer-create-internal): Use closures.
9765 * progmodes/bat-mode.el (bat-mode-syntax-table): "..." are strings.
9766 * progmodes/ada-xref.el: Use setq.
9767 * net/tramp.el (with-tramp-progress-reporter): Avoid setq.
9768 * dframe.el: Use lexical-binding.
9769 (dframe-frame-mode): Fix calling convention for hooks. Use a closure.
9770 * speedbar.el (speedbar-frame-mode): Adjust call accordingly.
9771 * descr-text.el: Use lexical-binding.
9772 (describe-text-widget, describe-text-sexp, describe-property-list):
9773 Use closures.
9774 * comint.el (comint-history-isearch-push-state): Use a closure.
9775 * calculator.el: Use lexical-binding.
9776 (calculator-number-to-string): Make it work with lexical-binding.
9777 (calculator-funcall): Same and use cl-letf.
9778
9779 * emacs-lisp/lisp.el (lisp--company-doc-buffer)
9780 (lisp--company-doc-string, lisp--company-location): New functions.
9781 (lisp-completion-at-point): Use them to improve Company support.
9782
9783 * progmodes/ruby-mode.el (ruby-smie-grammar): Add rule for formal
9784 params of lambda expressions.
9785 (ruby-smie--implicit-semi-p): Refine rule (bug#15208).
9786 (ruby-smie--opening-pipe-p): New function.
9787 (ruby-smie--forward-token, ruby-smie--backward-token): Handle Ruby
9788 symbols and matched |...| for formal params.
9789 (ruby-smie-rules): Don't let the formal params of a "do" prevent it
9790 from being treated as hanging. Handle "rescue".
9791
9792 2013-08-29 Glenn Morris <rgm@gnu.org>
9793
9794 * progmodes/cc-engine.el (c-pull-open-brace):
9795 Move definition before use.
9796
9797 2013-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
9798
9799 * emacs-lisp/cl-macs.el (cl-defsubst): Make it clear that args
9800 are immutable. Don't use `unsafe' any more.
9801 (cl--defsubst-expand): Don't substitute at the same time as keeping
9802 a residual unused let-binding. Don't use `unsafe' any more.
9803
9804 2013-08-29 Glenn Morris <rgm@gnu.org>
9805
9806 * calendar/cal-china.el (calendar-chinese-year-cache):
9807 Recenter on 2015.
9808
9809 * nxml/nxml-util.el (nxml-debug-clear-inside):
9810 Use cl-loop rather than loop.
9811
9812 * net/eww.el (eww-mode-map): Lower-case menu bar entries look bad.
9813
9814 * progmodes/sh-script.el (sh-builtins) <bash>: Add some bash4-isms.
9815
9816 2013-08-28 Glenn Morris <rgm@gnu.org>
9817
9818 * progmodes/antlr-mode.el: No need to require cc-mode twice.
9819
9820 * progmodes/cc-bytecomp.el (cc-require): Handle uncompiled case.
9821
9822 * progmodes/cc-mode.el (c-define-abbrev-table): Handle NAME unbound.
9823
9824 2013-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
9825
9826 * simple.el (repeat-complex-command--called-interactively-skip):
9827 New function.
9828 (repeat-complex-command): Use it (bug#14136).
9829
9830 * progmodes/cc-mode.el: Minor cleanup of var declarations.
9831 (c-define-abbrev-table): Add `doc' argument.
9832 (c-mode-abbrev-table, c++-mode-abbrev-table)
9833 (objc-mode-abbrev-table, java-mode-abbrev-table)
9834 (idl-mode-abbrev-table, pike-mode-abbrev-table)
9835 (awk-mode-abbrev-table): Use it.
9836 (c-mode-syntax-table, c-mode-map, c++-mode-syntax-table)
9837 (c++-mode-map, objc-mode-syntax-table, objc-mode-map)
9838 (java-mode-syntax-table, java-mode-map, idl-mode-syntax-table)
9839 (idl-mode-map, pike-mode-syntax-table, pike-mode-map, awk-mode-map):
9840 Move initialization into the declaration; and remove any
9841 autoload cookie.
9842
9843 * epg.el (epg--process-filter): Use with-current-buffer, save-excursion
9844 and dynamic let binding.
9845
9846 * vc/smerge-mode.el: Remove redundant :group args.
9847
9848 * emacs-lisp/package.el (package-activate-1): Don't add unnecessarily
9849 to load-path.
9850
9851 2013-08-28 Juri Linkov <juri@jurta.org>
9852
9853 * isearch.el (isearch-reread-key-sequence-naturally): Use non-nil
9854 arg DONT-DOWNCASE-LAST of `read-key-sequence'.
9855 (isearch-other-meta-char): Handle an undefined shifted printing
9856 character by downshifting it. (Bug#15200)
9857
9858 2013-08-28 Juri Linkov <juri@jurta.org>
9859
9860 * isearch.el (isearch-search): Change regexp error message for
9861 non-regexp searches. (Bug#15166)
9862
9863 2013-08-28 Paul Eggert <eggert@cs.ucla.edu>
9864
9865 * Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
9866 for portability to hosts where /bin/sh has problems.
9867
9868 2013-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
9869
9870 * emacs-lisp/cconv.el (cconv--analyse-function): Improve warning.
9871
9872 2013-08-27 Juri Linkov <juri@jurta.org>
9873
9874 * isearch.el (isearch-other-meta-char): Don't store kmacro commands
9875 in the keyboard macro. (Bug#15126)
9876
9877 2013-08-27 Juri Linkov <juri@jurta.org>
9878
9879 * isearch.el (isearch-quote-char): Comment out converting unibyte
9880 to multibyte, thus syncing with its `quoted-insert' counterpart.
9881 (Bug#15166)
9882
9883 2013-08-27 Martin Rudalics <rudalics@gmx.at>
9884
9885 * window.el (display-buffer-use-some-window): Add missing
9886 argument in call of get-largest-window (Bug#15185).
9887 Reported by Stephen Leake.
9888
9889 2013-08-27 Glenn Morris <rgm@gnu.org>
9890
9891 * emacs-lisp/package.el (package-buffer-info): Fix message typo.
9892
9893 2013-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
9894
9895 * progmodes/python.el (python-font-lock-keywords): Don't return nil
9896 from a matcher-function unless there's no more matches (bug#15161).
9897
9898 2013-08-26 Michael Albinus <michael.albinus@gmx.de>
9899
9900 * minibuffer.el: Revert change from 2013-08-20.
9901
9902 * net/tramp.el (tramp-find-method, tramp-find-user): Mark result
9903 with text property `tramp-default', if appropriate.
9904 (tramp-check-proper-host): New defun.
9905 (tramp-dissect-file-name): Do not check hostname. Revert change
9906 of 2013-03-18.
9907 (tramp-backtrace): Make VEC-OR-PROC optional.
9908
9909 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
9910 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
9911 * net/tramp-sh.el (tramp-maybe-open-connection):
9912 * net/tramp-smb.el (tramp-smb-maybe-open-connection):
9913 Apply `tramp-check-proper-host'.
9914
9915 2013-08-26 Tassilo Horn <tsdh@gnu.org>
9916
9917 * epa-hook.el (epa-file-encrypt-to): Quote `safe-local-variable'
9918 lambda expression in order to have `describe-variable' display it.
9919
9920 2013-08-26 Michael Albinus <michael.albinus@gmx.de>
9921
9922 * net/tramp-sh.el (tramp-sh-handle-verify-visited-file-modtime):
9923 BUF can be optional. (Bug#15186)
9924
9925 2013-08-25 Xue Fuqiao <xfq.free@gmail.com>
9926
9927 * progmodes/flymake.el (flymake-get-real-file-name-function):
9928 Fix broken customization. (Bug#15184)
9929
9930 2013-08-25 Alan Mackenzie <acm@muc.de>
9931
9932 Improve indentation of bracelists defined by macros (without "=").
9933
9934 * progmodes/cc-engine.el (c-inside-bracelist-p): When a macro
9935 expansion begins with "{", regard it as bracelist when it doesn't
9936 contain a ";".
9937
9938 Parse C++ inher-intro when there's a template split over 2 lines.
9939
9940 * progmodes/cc-engine.el (c-guess-basic-syntax CASE 5C): Code more
9941 rigorously the search for "class" etc. followed by ":".
9942
9943 * progmodes/cc-langs.el (c-opt-<>-sexp-key): Make the value for
9944 random languages a regexp which never matches rather than nil.
9945
9946 Handle "/"s more accurately in test for virtual semicolons (AWK Mode).
9947
9948 * progmodes/cc-awk.el (c-awk-one-line-possibly-open-string-re)
9949 (c-awk-regexp-one-line-possibly-open-char-list-re)
9950 (c-awk-one-line-possibly-open-regexp-re)
9951 (c-awk-one-line-non-syn-ws*-re): Remove.
9952 (c-awk-possibly-open-string-re, c-awk-non-/-syn-ws*-re)
9953 (c-awk-space*-/-re, c-awk-space*-regexp-/-re)
9954 (c-awk-space*-unclosed-regexp-/-re): New constants.
9955 (c-awk-at-vsemi-p): Reformulate better to recognize "/"s which
9956 aren't regexp delimiters.
9957
9958 * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Add in
9959 handling for a rare situation in AWK Mode involving unterminated
9960 strings/regexps.
9961
9962 2013-08-23 Glenn Morris <rgm@gnu.org>
9963
9964 * files.el (auto-mode-alist): Use sh-mode for .bash_history.
9965
9966 * files.el (interpreter-mode-alist): Use tcl-mode for expect scripts.
9967
9968 * files.el (create-file-buffer): If the result would begin with
9969 spaces, prepend a "|" instead of removing them. (Bug#15162)
9970
9971 2013-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
9972
9973 * textmodes/fill.el (fill-match-adaptive-prefix): Don't throw away
9974 text-properties (bug#15155).
9975
9976 * calc/calc-keypd.el (calc-keypad-execute): `x-flush-mouse-queue' doesn't
9977 exist any more.
9978 (calc-keypad-redraw): Remove unused var `pad'.
9979 (calc-keypad-press): Remove unused var `menu'.
9980
9981 2013-08-23 Martin Rudalics <rudalics@gmx.at>
9982
9983 * window.el (display-buffer-pop-up-frame):
9984 Call pop-up-frame-function with BUFFER current so `make-frame' will
9985 use it as the new frame's buffer (Bug#15133).
9986
9987 2013-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
9988
9989 * calendar/timeclock.el: Minor cleanups.
9990 (timeclock-ask-before-exiting, timeclock-use-display-time):
9991 Use `symbol'.
9992 (timeclock-modeline-display): Define as alias before the
9993 actual definition.
9994 (timeclock-mode-line-display): Use define-minor-mode.
9995 (timeclock-day-list-template): Make it a function, add an argument.
9996 (timeclock-day-list-required, timeclock-day-list-length)
9997 (timeclock-day-list-debt, timeclock-day-list-span)
9998 (timeclock-day-list-break): Adjust calls accordingly.
9999
10000 2013-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
10001
10002 * emacs-lisp/pp.el (pp-eval-expression, pp-macroexpand-expression):
10003 Use read--expression so that completion works again.
10004
10005 2013-08-21 Sam Steingold <sds@gnu.org>
10006
10007 Add rudimentary inferior shell interaction
10008 * progmodes/sh-script.el (sh-shell-process): New buffer-local variable.
10009 (sh-set-shell): Reset it.
10010 (sh-show-shell, sh-cd-here, sh-send-line-or-region-and-step):
10011 New commands (bound to C-c C-z, C-c C-d, and C-c C-n).
10012
10013 2013-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
10014
10015 * align.el: Use lexical-binding.
10016 (align-region): Simplify accordingly.
10017
10018 2013-08-20 Michael Albinus <michael.albinus@gmx.de>
10019
10020 * minibuffer.el (completion--sifn-requote): Bind `non-essential'.
10021
10022 * rfn-eshadow.el (rfn-eshadow-update-overlay): Move binding of
10023 `non-essential' up.
10024
10025 2013-08-17 Michael Albinus <michael.albinus@gmx.de>
10026
10027 * net/tramp.el:
10028 * net/tramp-adb.el:
10029 * net/tramp-cmds.el:
10030 * net/tramp-ftp.el:
10031 * net/tramp-gvfs.el:
10032 * net/tramp-gw.el:
10033 * net/tramp-sh.el: Don't wrap external variable declarations by
10034 `eval-when-compile'.
10035
10036 2013-08-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
10037
10038 * net/shr.el (shr-rescale-image): Use ImageMagick even for GIFs
10039 now that Emacs supports ImageMagick animations.
10040
10041 2013-08-16 Michael Albinus <michael.albinus@gmx.de>
10042
10043 * net/tramp-cmds.el (top): Don't declare `buffer-name'.
10044 (tramp-append-tramp-buffers): Rewrite buffer local variables part.
10045
10046 2013-08-16 Martin Rudalics <rudalics@gmx.at>
10047
10048 * window.el (mouse-autoselect-window-select): Do autoselect when
10049 mouse pointer is on margin.
10050
10051 2013-08-16 William Parsons <wbparsons@alum.mit.edu> (tiny change)
10052
10053 * net/ange-ftp.el (ange-ftp-skip-msgs): Add 500 EPSV. (Bug#1972)
10054
10055 2013-08-16 Glenn Morris <rgm@gnu.org>
10056
10057 * net/ange-ftp.el (ange-ftp-good-msgs, ange-ftp-get-pwd):
10058 Handle "Remote Directory" response of some clients. (Bug#15058)
10059
10060 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local):
10061 Tweak warning. (Bug#14926)
10062
10063 * menu-bar.el (send-mail-item-name, read-mail-item-name): Remove.
10064 (menu-bar-tools-menu): Simplify news and mail items. (Bug#15095)
10065
10066 * image-mode.el (image-mode-map): Add menu items to reverse,
10067 increase, decrease, reset animation speed.
10068 (image--set-speed, image-increase-speed, image-decrease-speed)
10069 (image-reverse-speed, image-reset-speed): New functions.
10070 (image-mode-map): Add bindings for speed commands.
10071
10072 * image.el (image-animate-get-speed, image-animate-set-speed):
10073 New functions.
10074 (image-animate-timeout): Respect image :speed property.
10075
10076 2013-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
10077
10078 * emacs-lisp/debug.el (debugger-setup-buffer): Put point on the
10079 previous line (bug#15101).
10080 (debugger-eval-expression, debugger-record-expression):
10081 Use read--expression (bug#15102).
10082
10083 2013-08-15 Michael Albinus <michael.albinus@gmx.de>
10084
10085 Remove byte compiler warnings, visible when compiling with
10086 `byte-compile-force-lexical-warnings' set to t.
10087
10088 * net/tramp.el (tramp-debug-message, tramp-message, tramp-error)
10089 (tramp-error-with-buffer): Rename ARGS to ARGUMENTS and BUFFER to BUF.
10090 (tramp-handle-unhandled-file-name-directory)
10091 (tramp-handle-file-notify-add-watch, tramp-action-login)
10092 (tramp-action-succeed, tramp-action-permission-denied)
10093 (tramp-action-terminal, tramp-action-process-alive): Prefix unused
10094 arguments with "_".
10095
10096 * net/tramp-adb.el (tramp-adb-parse-device-names)
10097 (tramp-adb-handle-insert-directory, tramp-adb-handle-delete-file)
10098 (tramp-adb-handle-copy-file): Prefix unused arguments with "_".
10099 (tramp-adb-handle-file-truename): Remove unused arguments.
10100
10101 * net/tramp-cache.el (tramp-flush-directory-property)
10102 (tramp-flush-connection-property, tramp-list-connections)
10103 (tramp-parse-connection-properties): Prefix unused arguments with "_".
10104
10105 * net/tramp-compat.el (tramp-compat-make-temp-file):
10106 Rename FILENAME to F.
10107
10108 * net/tramp-gvfs.el (tramp-gvfs-handle-file-notify-add-watch)
10109 (tramp-gvfs-handle-write-region, tramp-bluez-parse-device-names)
10110 (tramp-zeroconf-parse-workstation-device-names)
10111 (tramp-zeroconf-parse-webdav-device-names)
10112 (tramp-synce-parse-device-names): Prefix unused arguments with "_".
10113
10114 * net/tramp-gw.el (tramp-gw-gw-proc-sentinel)
10115 (tramp-gw-aux-proc-sentinel): Prefix unused arguments with "_".
10116
10117 * net/tramp-sh.el (tramp-sh-handle-file-truename): Remove unused
10118 arguments.
10119 (tramp-sh-handle-copy-file, tramp-sh-handle-dired-compress-file)
10120 (tramp-sh-handle-insert-file-contents-literally)
10121 (tramp-sh-handle-file-notify-add-watch): Prefix unused arguments
10122 with "_".
10123 (tramp-do-copy-or-rename-file, tramp-barf-if-no-shell-prompt):
10124 Remove unused variables.
10125
10126 * net/tramp-smb.el (tramp-smb-handle-copy-directory)
10127 (tramp-smb-handle-copy-file, tramp-smb-handle-delete-file)
10128 (tramp-smb-read-file-entry): Prefix unused arguments with "_".
10129
10130 * net/tramp-uu.el (tramp-uu-b64-alphabet, tramp-uu-b64-char-to-byte):
10131 Make them a defconst.
10132 (tramp-uuencode-region): Remove unused variable.
10133
10134 2013-08-14 Juanma Barranquero <lekktu@gmail.com>
10135
10136 * frameset.el (frameset--prop-setter): New function.
10137 (frameset-prop): Add gv-setter declaration.
10138 (frameset-filter-minibuffer): Deal with the case that the minibuffer
10139 parameter was already set in FILTERED. Doc fix.
10140 (frameset--record-minibuffer-relationships): Allow saving a
10141 minibufferless frame without its corresponding minibuffer frame.
10142 (frameset--reuse-frame): Accept a match from an orphaned minibufferless
10143 frame, if the frame id matches.
10144 (frameset--minibufferless-last-p): Sort non-orphaned minibufferless
10145 frames before orphaned ones.
10146 (frameset-restore): Warn about orphaned windows, instead of error out.
10147
10148 2013-08-14 Martin Rudalics <rudalics@gmx.at>
10149
10150 * window.el (window-make-atom): Don't overwrite parameter
10151 already present.
10152 (display-buffer-in-atom-window): Handle special case where we
10153 split an already atomic window.
10154 (window--major-non-side-window, display-buffer-in-side-window)
10155 (window--side-check): Ignore minibuffer window when walking
10156 window tree.
10157 (window-deletable-p): Return 'frame only if no other frame uses
10158 our minibuffer window.
10159 (record-window-buffer): Run buffer-list-update-hook.
10160 (split-window): Make sure window--check-frame won't destroy an
10161 existing atomic window in case the new window gets nested
10162 inside.
10163 (display-buffer-at-bottom): Ignore minibuffer window when
10164 walking window tree. Don't split a side window.
10165 (pop-to-buffer): Don't set-buffer here, the select-window call
10166 should do that.
10167 (mouse-autoselect-window-select): Autoselect only if we are in the
10168 text portion of the window.
10169
10170 2013-08-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
10171
10172 * net/shr.el (shr-parse-image-data): New function to grab both the
10173 data itself and the Content-Type.
10174 (shr-put-image): Use it.
10175
10176 * net/eww.el (eww-display-image): Ditto.
10177
10178 * image.el (image-content-type-suffixes): New variable.
10179
10180 2013-08-13 Fabián Ezequiel Gallina <fgallina@gnu.org>
10181
10182 * progmodes/python.el (python-imenu--build-tree)
10183 (python-imenu--put-parent): Simplify and Fix (GH bug 146).
10184
10185 2013-08-13 Xue Fuqiao <xfq.free@gmail.com>
10186
10187 * simple.el (backward-word): Mention the optional argument.
10188
10189 2013-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
10190
10191 * frameset.el (frameset--make): Rename constructor from make-frameset.
10192 (frameset-p, frameset-valid-p): Don't autoload.
10193 (frameset-valid-p): Use normal accessors.
10194
10195 2013-08-13 Glenn Morris <rgm@gnu.org>
10196
10197 * progmodes/compile.el (compile-command): Tweak example in doc.
10198 * obsolete/scribe.el (scribe-mode):
10199 * progmodes/mixal-mode.el (mixal-mode): Quote buffer name. (Bug#15053)
10200
10201 * mail/feedmail.el (feedmail-confirm-outgoing)
10202 (feedmail-display-full-frame, feedmail-deduce-bcc-where): Fix types.
10203
10204 * cus-start.el (truncate-partial-width-windows): Fix type.
10205
10206 * emulation/viper-init.el (viper-search-scroll-threshold): Fix type.
10207
10208 * net/shr.el (shr-table-horizontal-line): Fix custom type.
10209
10210 2013-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
10211
10212 * emacs-lisp/timer.el (timer--time-setter): New function.
10213 (timer--time): Use it as gv-setter.
10214
10215 * emacs-lisp/gv.el (gv-define-simple-setter): Output warning when
10216 setter is not a symbol.
10217
10218 2013-08-12 Grégoire Jadi <daimrod@gmail.com>
10219
10220 * mail/sendmail.el (sendmail-send-it): Don't kill the error buffer
10221 if sending fails. This makes debugging easier.
10222
10223 2013-08-12 Juanma Barranquero <lekktu@gmail.com>
10224
10225 * xml.el (xml-parse-tag-1): Use looking-at (this reverts change in
10226 2013-08-11T00:07:48Z!lekktu@gmail.com, which breaks the test suite).
10227 https://lists.gnu.org/archive/html/emacs-devel/2013-08/msg00263.html
10228
10229 2013-08-12 Eli Zaretskii <eliz@gnu.org>
10230
10231 * term/w32-win.el (dynamic-library-alist): Add DLLs for zlib.
10232
10233 2013-08-12 Glenn Morris <rgm@gnu.org>
10234
10235 * format.el (format-annotate-function):
10236 Handle read-only text properties in the source. (Bug#14887)
10237
10238 2013-08-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
10239
10240 * net/eww.el (eww-display-html): Ignore coding system errors.
10241 One web site uses "utf-8lias" as the coding system.
10242
10243 2013-08-11 Juanma Barranquero <lekktu@gmail.com>
10244
10245 * frameset.el (frameset-valid-p): Fix check; STATES can indeed be nil.
10246
10247 2013-08-10 Juanma Barranquero <lekktu@gmail.com>
10248
10249 * tutorial.el (tutorial--describe-nonstandard-key): Use string-match-p.
10250 (tutorial--detailed-help): Remove unused local variables.
10251 (tutorial--save-tutorial-to): Use ignore-errors.
10252 (help-with-tutorial): Use looking-at-p.
10253
10254 * view.el (view-buffer-other-window, view-buffer-other-frame):
10255 Mark unused arguments.
10256
10257 * woman.el (woman-parse-colon-path, woman-parse-colon-path)
10258 (woman-select-symbol-fonts, woman, woman-find-file)
10259 (woman-insert-file-contents, woman-non-underline-faces):
10260 Use string-match-p.
10261 (woman1-unquote): Move declaration.
10262
10263 * xml.el (xml-parse-tag-1, xml-parse-string): Use looking-at-p.
10264 (xml-parse-dtd): Use looking-at-p, string-match-p. Mark unused
10265 argument. Remove unused local variable.
10266 (xml-parse-elem-type): Use string-match-p.
10267 (xml-substitute-numeric-entities): Use ignore-errors.
10268
10269 * calculator.el (calculator): Mark unused argument.
10270 (calculator-paste, calculator-quit, calculator-integer-p):
10271 Use ignore-errors.
10272 (calculator-string-to-number, calculator-decimal, calculator-exp)
10273 (calculator-op-or-exp): Use string-match-p.
10274
10275 * dired.el (dired-buffer-more-recently-used-p): Declare.
10276 (dired-insert-set-properties, dired-insert-old-subdirs):
10277 Use ignore-errors.
10278
10279 * dired-aux.el (dired-compress): Use ignore-errors.
10280 (dired-do-chxxx, dired-do-chmod, dired-trample-file-versions)
10281 (dired-do-async-shell-command, dired-do-shell-command)
10282 (dired-shell-stuff-it, dired-compress-file, dired-insert-subdir)
10283 (dired-insert-subdir-validate): Use string-match-p.
10284 (dired-map-dired-file-lines, dired-subdir-hidden-p): Use looking-at-p.
10285 (dired-add-entry): Use string-match-p, looking-at-p.
10286 (dired-insert-subdir-newpos): Remove unused local variable.
10287
10288 * filenotify.el (file-notify-callback): Remove unused local variable.
10289
10290 * filesets.el (filesets-error): Mark unused argument.
10291 (filesets-which-command-p, filesets-filter-dir-names)
10292 (filesets-directory-files, filesets-get-external-viewer)
10293 (filesets-ingroup-get-data): Use string-match-p.
10294
10295 * find-file.el (ff-other-file-name, ff-other-file-name)
10296 (ff-find-the-other-file, ff-cc-hh-converter):
10297 Remove unused local variables.
10298 (ff-get-file-name): Use string-match-p.
10299 (ff-all-dirs-under): Use ignore-errors.
10300
10301 * follow.el (follow-comint-scroll-to-bottom): Mark unused argument.
10302 (follow-select-if-visible): Remove unused local variable.
10303
10304 * forms.el (read-file-filter): Move declaration.
10305 (forms--make-format, forms--make-parser, forms-insert-record):
10306 Quote function with #'.
10307 (forms--update): Use string-match-p. Quote function with #'.
10308
10309 * help-mode.el (help-dir-local-var-def): Mark unused argument.
10310 (help-make-xrefs): Use looking-at-p.
10311 (help-xref-on-pp): Use looking-at-p, ignore-errors.
10312
10313 * ibuffer.el (ibuffer-ext-visible-p): Declare.
10314 (ibuffer-confirm-operation-on): Use string-match-p.
10315
10316 * msb.el (msb-item-handler, msb-dired-item-handler):
10317 Mark unused arguments.
10318
10319 * ses.el (ses-decode-cell-symbol)
10320 (ses-kill-override): Remove unused local variable.
10321 (ses-create-cell-variable, ses-relocate-formula): Use string-match-p.
10322 (ses-load): Use ignore-errors, looking-at-p.
10323 (ses-jump-safe): Use ignore-errors.
10324 (ses-export-tsv, ses-export-tsf, ses-unsafe): Mark unused arguments.
10325
10326 * tabify.el (untabify, tabify): Mark unused arguments.
10327
10328 * thingatpt.el (thing-at-point--bounds-of-well-formed-url):
10329 Mark unused argument.
10330 (bounds-of-thing-at-point, thing-at-point-bounds-of-list-at-point)
10331 (thing-at-point-newsgroup-p, form-at-point): Use ignore-errors.
10332
10333 * emacs-lisp/timer.el (timer--time): Define setter with
10334 gv-define-setter to avoid deprecation warning.
10335
10336 * completion.el: Remove stuff unused since revno:3176 (1993-05-27).
10337 (*record-cmpl-statistics-p*): Remove (was commented out).
10338 (cmpl-statistics-block): Remove (body was commented out).
10339 All callers changed.
10340 (add-completions-from-buffer, load-completions-from-file):
10341 Remove unused variables.
10342
10343 2013-08-09 Juanma Barranquero <lekktu@gmail.com>
10344
10345 * filecache.el (file-cache-delete-file-list):
10346 Print message only when told so.
10347 (file-cache-files-matching): Use #' in mapconcat argument.
10348
10349 * ffap.el (ffap-url-at-point): Fix reference to variable
10350 thing-at-point-default-mail-uri-scheme.
10351
10352 2013-08-09 Stefan Monnier <monnier@iro.umontreal.ca>
10353
10354 * subr.el (define-error): New function.
10355 * progmodes/ada-xref.el (ada-error-file-not-found): Rename from
10356 error-file-not-found and define with define-error.
10357 * emacs-lisp/cl-lib.el (cl-assertion-failed): Move here from subr.el
10358 and define with define-error.
10359 * userlock.el (file-locked, file-supersession):
10360 * simple.el (mark-inactive):
10361 * progmodes/js.el (js-moz-bad-rpc, js-js-error):
10362 * progmodes/ada-mode.el (ada-mode-errors):
10363 * play/life.el (life-extinct):
10364 * nxml/xsd-regexp.el (xsdre-invalid-regexp, xsdre-parse-error):
10365 * nxml/xmltok.el (xmltok-markup-declaration-parse-error):
10366 * nxml/rng-util.el (rng-error):
10367 * nxml/rng-uri.el (rng-uri-error):
10368 * nxml/rng-match.el (rng-compile-error):
10369 * nxml/rng-cmpct.el (rng-c-incorrect-schema):
10370 * nxml/nxml-util.el (nxml-error, nxml-file-parse-error):
10371 * nxml/nxml-rap.el (nxml-scan-error):
10372 * nxml/nxml-outln.el (nxml-outline-error):
10373 * net/soap-client.el (soap-error):
10374 * net/gnutls.el (gnutls-error):
10375 * net/ange-ftp.el (ftp-error):
10376 * mpc.el (mpc-proc-error):
10377 * json.el (json-error, json-readtable-error, json-unknown-keyword)
10378 (json-number-format, json-string-escape, json-string-format)
10379 (json-key-format, json-object-format):
10380 * jka-compr.el (compression-error):
10381 * international/quail.el (quail-error):
10382 * international/kkc.el (kkc-error):
10383 * emacs-lisp/ert.el (ert-test-failed):
10384 * calc/calc.el (calc-error, inexact-result, math-overflow)
10385 (math-underflow):
10386 * bookmark.el (bookmark-error-no-filename):
10387 * epg.el (epg-error): Define with define-error.
10388
10389 * time.el (display-time-event-handler)
10390 (display-time-next-load-average): Don't call sit-for since it seems
10391 unnecessary (bug#15045).
10392
10393 * emacs-lisp/checkdoc.el: Remove redundant :group keywords.
10394 Use #' instead of ' to quote functions.
10395 (checkdoc-output-mode): Use setq-local.
10396 (checkdoc-spellcheck-documentation-flag, checkdoc-ispell-lisp-words)
10397 (checkdoc-verb-check-experimental-flag, checkdoc-proper-noun-regexp)
10398 (checkdoc-common-verbs-regexp): Mark safe-local-variable (bug#15010).
10399 (checkdoc-ispell, checkdoc-ispell-current-buffer)
10400 (checkdoc-ispell-interactive, checkdoc-ispell-message-interactive)
10401 (checkdoc-ispell-message-text, checkdoc-ispell-start)
10402 (checkdoc-ispell-continue, checkdoc-ispell-comments)
10403 (checkdoc-ispell-defun): Remove unused arg `take-notes'.
10404
10405 * ido.el (ido-completion-help): Fix up compiler warning.
10406
10407 2013-08-09 Juanma Barranquero <lekktu@gmail.com>
10408
10409 * frameset.el (frameset-p): Add autoload cookie.
10410 (frameset--jump-to-register): New function, based on code moved from
10411 register.el.
10412 (frameset-to-register): Move from register.el. Adapt to `registerv'.
10413
10414 * register.el (frameset-frame-id, frameset-frame-with-id, frameset-p)
10415 (frameset-restore, frameset-save, frameset-session-filter-alist):
10416 Remove declarations.
10417 (register-alist): Doc fix.
10418 (frameset-to-register): Move to frameset.el.
10419 (jump-to-register, describe-register-1): Remove frameset-specific code.
10420
10421 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
10422
10423 * allout-widgets.el (allout-widgets-pre-command-business)
10424 (allout-widgets-post-command-business)
10425 (allout-widgets-after-change-handler)
10426 (allout-decorate-item-and-context, allout-set-boundary-marker)
10427 (allout-body-modification-handler)
10428 (allout-graphics-modification-handler): Mark ignored arguments.
10429 (allout-widgets-post-command-business)
10430 (allout-widgets-exposure-change-processor)
10431 (allout-widgets-exposure-undo-processor)
10432 (allout-decorate-item-and-context, allout-redecorate-visible-subtree)
10433 (allout-parse-item-at-point, allout-decorate-item-guides)
10434 (allout-decorate-item-cue, allout-item-span): Remove unused variables.
10435 * allout.el (epa-passphrase-callback-function): Declare.
10436 (allout-overlay-insert-in-front-handler)
10437 (allout-overlay-interior-modification-handler)
10438 (allout-isearch-end-handler, allout-chart-siblings)
10439 (allout-up-current-level, allout-end-of-level, allout-reindent-body)
10440 (allout-yank-processing, allout-process-exposed)
10441 (allout-latex-verb-quote, allout-latexify-one-item, outlineify-sticky)
10442 (allout-latex-verbatim-quote-curr-line): Remove unused variables.
10443 * emacs-lisp/lisp-mode.el (lisp-eval-defun, last-sexp-toggle-display)
10444 (lisp-indent-defform): Mark ignored arguments.
10445 (lisp-indent-line): Mark ignored arguments. Remove unused variables.
10446 (calculate-lisp-indent): Remove unused variables.
10447 * international/characters.el (indian-2-column, arabic-2-column)
10448 (tibetan): Mark ignored arguments.
10449 (use-cjk-char-width-table): Mark ignored arguments.
10450 Remove unused variables.
10451 * international/fontset.el (build-default-fontset-data)
10452 (x-compose-font-name, create-fontset-from-fontset-spec):
10453 Mark ignored arguments.
10454 (fontset-plain-name): Remove unused variables.
10455 * international/mule.el (charset-id, charset-bytes, generic-char-p)
10456 (keyboard-coding-system): Mark ignored arguments.
10457 (find-auto-coding): Remove unused variables. Use `ignore-errors'.
10458 * help.el (resize-temp-buffer-window):
10459 * window.el (display-buffer-in-major-side-window)
10460 (display-buffer-in-side-window, display-buffer-in-previous-window):
10461 Remove unused variables.
10462 * isearch.el (isearch-forward-symbol):
10463 * version.el (emacs-bzr-version-bzr):
10464 * international/mule-cmds.el (current-language-environment):
10465 * term/common-win.el (x-handle-iconic, x-handle-geometry)
10466 (x-handle-display):
10467 * term/pc-win.el (x-list-fonts, x-display-planes)
10468 (x-display-color-cells, x-server-max-request-size, x-server-vendor)
10469 (x-server-version, x-display-screens, x-display-mm-height)
10470 (x-display-mm-width, x-display-backing-store, x-display-visual-class)
10471 (x-selection-owner-p, x-own-selection-internal)
10472 (x-disown-selection-internal, x-get-selection-internal)
10473 (msdos-initialize-window-system):
10474 * term/tty-colors.el (tty-color-alist, tty-color-clear):
10475 * term/x-win.el (x-handle-no-bitmap-icon):
10476 * vc/vc-hooks.el (vc-mode, vc-default-make-version-backups-p)
10477 (vc-default-find-file-hook, vc-default-extra-menu):
10478 Mark ignored arguments.
10479
10480 2013-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
10481
10482 * emacs-lisp/edebug.el (edebug-debugger): Use edebug-eval to run the
10483 break-condition in the context of the debugged code (bug#12685).
10484
10485 2013-08-08 Christopher Schmidt <christopher@ch.ristopher.com>
10486
10487 * comint.el:
10488 Do not use an overlay to highlight the last prompt. (Bug#14744)
10489 (comint-mode): Make comint-last-prompt buffer local.
10490 (comint-last-prompt): New variable.
10491 (comint-last-prompt-overlay): Remove. Superseded by
10492 comint-last-prompt.
10493 (comint-snapshot-last-prompt, comint-output-filter):
10494 Use comint-last-prompt.
10495
10496 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
10497
10498 * frameset.el (frameset-valid-p): Check vector length. Doc fix.
10499 (frameset-save): Check validity of the resulting frameset.
10500
10501 2013-08-08 Xue Fuqiao <xfq.free@gmail.com>
10502
10503 * ido.el (ido-record-command): Add doc string.
10504
10505 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
10506
10507 * frameset.el (frameset): Do not disable creation of the default
10508 frameset-p predicate. Doc fix.
10509 (frameset-valid-p): New function, copied from the old predicate-p.
10510 Add additional checks.
10511 (frameset-restore): Check with frameset-valid-p.
10512 (frameset-p, frameset-version, frameset-timestamp, frameset-app)
10513 (frameset-name, frameset-description, frameset-properties)
10514 (frameset-states): Add docstring.
10515 (frameset-session-filter-alist, frameset-persistent-filter-alist)
10516 (frameset-filter-alist): Doc fixes.
10517
10518 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
10519
10520 * frameset.el (frameset-p, frameset-prop): Doc fixes.
10521
10522 2013-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
10523
10524 * emacs-lisp/bytecomp.el (byte-compile-function-warn): New function,
10525 extracted from byte-compile-callargs-warn and byte-compile-normal-call.
10526 (byte-compile-callargs-warn, byte-compile-function-form): Use it.
10527 (byte-compile-normal-call): Remove obsolescence check.
10528
10529 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
10530
10531 * frameset.el (frameset-restore): Doc fix.
10532
10533 * register.el (frameset-frame-id, frameset-frame-with-id)
10534 (frameset-p, frameset-restore, frameset-save): Declare.
10535 (register-alist): Document framesets.
10536 (frameset-session-filter-alist): Declare.
10537 (frameset-to-register): New function.
10538 (jump-to-register): Implement jumping to framesets. Doc fix.
10539 (describe-register-1): Describe framesets.
10540
10541 * bindings.el (ctl-x-r-map): Bind ?f to frameset-to-register.
10542
10543 2013-08-07 Juanma Barranquero <lekktu@gmail.com>
10544
10545 * desktop.el (desktop-save-frameset): Use new frameset-save args.
10546 Use lexical-binding.
10547
10548 * frameset.el (frameset): Use type vector, not list (incompatible
10549 change). Do not declare a new constructor, use the default one.
10550 Upgrade suggested properties `app', `name' and `desc' to slots `app',
10551 `name' and `description', respectively, and add read-only slot
10552 `timestamp'. Doc fixes.
10553 (frameset-copy, frameset-persistent-filter-alist)
10554 (frameset-filter-alist, frameset-switch-to-gui-p)
10555 (frameset-switch-to-tty-p, frameset-filter-tty-to-GUI)
10556 (frameset-filter-sanitize-color, frameset-filter-minibuffer)
10557 (frameset-filter-iconified, frameset-keep-original-display-p):
10558 Doc fixes.
10559 (frameset-filter-shelve-param, frameset-filter-unshelve-param):
10560 Rename from frameset-filter-(save|restore)-param. All callers changed.
10561 Doc fix.
10562 (frameset-p): Adapt to change to vector and be more thorough.
10563 Change arg name to OBJECT. Doc fix.
10564 (frameset-prop): Rename arg PROP to PROPERTY. Doc fix.
10565 (frameset-session-filter-alist): Rename from frameset-live-filter-alist.
10566 All callers changed.
10567 (frameset-frame-with-id): Rename from frameset-locate-frame-id.
10568 All callers changed.
10569 (frameset--record-minibuffer-relationships): Rename from
10570 frameset--process-minibuffer-frames. All callers changed.
10571 (frameset-save): Add new keyword arguments APP, NAME and DESCRIPTION.
10572 Use new default constructor (again). Doc fix.
10573 (frameset--find-frame-if): Rename from `frameset--find-frame'.
10574 All callers changed.
10575 (frameset--reuse-frame): Rename arg FRAME-CFG to PARAMETERS.
10576 (frameset--initial-params): Rename arg FRAME-CFG to PARAMETERS.
10577 Doc fix.
10578 (frameset--restore-frame): Rename args FRAME-CFG and WINDOW-CFG to
10579 PARAMETERS and WINDOW-STATE, respectively.
10580 (frameset-restore): Add new keyword argument PREDICATE.
10581 Reset frameset--target-display to nil. Doc fix.
10582
10583 2013-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
10584
10585 * progmodes/bat-mode.el (bat--syntax-propertize): New var.
10586 (bat-mode): Use it.
10587 (bat-mode-syntax-table): Mark \n as end-of-comment.
10588 (bat-font-lock-keywords): Remove comment rule.
10589
10590 * progmodes/bat-mode.el: Rename from dos.el. Use "bat-" prefix.
10591 (dos-mode-help): Remove. Use describe-mode (C-h m) instead.
10592
10593 * emacs-lisp/bytecomp.el: Check existence of f in #'f.
10594 (byte-compile-callargs-warn): Use `push'.
10595 (byte-compile-arglist-warn): Ignore higher-order "calls".
10596 (byte-compile-file-form-autoload): Use `pcase'.
10597 (byte-compile-function-form): If quoting a symbol, check that it exists.
10598
10599 2013-08-07 Eli Zaretskii <eliz@gnu.org>
10600
10601 * progmodes/dos.el (dos-font-lock-keywords): Rename LINUX to UNIX
10602 and add a few popular commands found in batch files.
10603 (dos, dos-label-face, dos-cmd-help, dos-run, dos-run-args)
10604 (dos-mode): Doc fixes.
10605
10606 2013-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
10607
10608 * progmodes/dos.el (auto-mode-alist): Add entries for dos-mode.
10609 (dos-mode): Use setq-local. Add space after "rem".
10610 (dos-mode-syntax-table): Don't use "w" for symbol chars.
10611 (dos-font-lock-keywords): Try to adjust font-lock rules accordingly.
10612
10613 2013-08-07 Arni Magnusson <arnima@hafro.is>
10614
10615 * progmodes/dos.el: New file.
10616 * generic-x.el (bat-generic-mode): Redefine as an obsolete alias to
10617 dos-mode.
10618
10619 2013-08-06 Glenn Morris <rgm@gnu.org>
10620
10621 * calendar/calendar.el: Add new faces, and day-header-array.
10622 (calendar-weekday-header, calendar-weekend-header)
10623 (calendar-month-header): New faces.
10624 (calendar-day-header-construct): New function.
10625 (calendar-day-header-width): Also :set calendar-day-header-array.
10626 (calendar-american-month-header, calendar-european-month-header)
10627 (calendar-iso-month-header): Use calendar- faces.
10628 (calendar-generate-month):
10629 Use calendar-day-header-array for day headers; apply faces to them.
10630 (calendar-mode): Check calendar-font-lock-keywords non-nil.
10631 (calendar-abbrev-construct): Add optional maxlen argument.
10632 (calendar-day-name-array): Doc fix.
10633 (calendar-day-name-array, calendar-abbrev-length)
10634 (calendar-day-abbrev-array):
10635 Also :set calendar-day-header-array, and maybe redraw.
10636 (calendar-day-header-array): New option. (Bug#15007)
10637 (calendar-font-lock-keywords): Set to nil and make obsolete.
10638 (calendar-day-name): Add option to use header array.
10639
10640 2013-08-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
10641
10642 * net/shr.el (shr-render-td): Remove debugging.
10643 (shr-render-td): Make width computation consistent by defaulting
10644 all zero-width columns to 10 characters. This may not be optimal,
10645 but it's at least consistent.
10646 (shr-make-table-1): Redo last change to fix the real problem in
10647 colspan handling.
10648
10649 2013-08-06 Dmitry Antipov <dmantipov@yandex.ru>
10650
10651 * files.el (cache-long-line-scans):
10652 Make obsolete alias to `cache-long-scans'.
10653
10654 2013-08-06 Juanma Barranquero <lekktu@gmail.com>
10655
10656 * frameset.el (frameset, frameset-filter-alist)
10657 (frameset-filter-params, frameset-save, frameset--reuse-frame)
10658 (frameset--minibufferless-last-p, frameset-restore): Doc fixes.
10659 (frameset-compute-pos): Rename from frameset--compute-pos,
10660 and add docstring.
10661 (frameset-move-onscreen): Use frameset-compute-pos.
10662 Most changes suggested by Drew Adams <drew.adams@oracle.com>.
10663
10664 * find-lisp.el (find-lisp-line-indent, find-lisp-find-dired-filter):
10665 Fix typos in docstrings.
10666
10667 2013-08-06 Dmitry Antipov <dmantipov@yandex.ru>
10668
10669 * frame.el (get-other-frame): Tiny cleanup.
10670
10671 2013-08-06 Juanma Barranquero <lekktu@gmail.com>
10672
10673 * vc/vc.el (vc-default-ignore-completion-table):
10674 Silence byte-compiler warning.
10675
10676 * frameset.el (frameset-p): Don't check non-nullness of the `properties'
10677 slot, which can indeed be nil.
10678 (frameset-live-filter-alist, frameset-persistent-filter-alist):
10679 Move entry for `left' from persistent to live filter alist.
10680 (frameset-filter-alist, frameset--minibufferless-last-p, frameset-save):
10681 Doc fixes.
10682 (frameset-filter-params): When restoring a frame, copy items added to
10683 `filtered', to avoid unwittingly modifying the original parameters.
10684 (frameset-move-onscreen): Rename from frameset--move-onscreen. Doc fix.
10685 (frameset--restore-frame): Fix reference to frameset-move-onscreen.
10686
10687 * dired.el (dired-insert-directory): Revert change in 2013-06-21T12:24:37Z!lekktu@gmail.com
10688 to use looking-at-p instead of looking-at. (Bug#15028)
10689
10690 2013-08-05 Stefan Monnier <monnier@iro.umontreal.ca>
10691
10692 Revert introduction of isearch-filter-predicates (bug#14714).
10693 Rely on add-function instead.
10694 * isearch.el (isearch-filter-predicates): Rename it back to
10695 isearch-filter-predicate.
10696 (isearch-message-prefix): Use advice-function-mapc and advice
10697 properties to get the isearch-message-prefix.
10698 (isearch-search, isearch-lazy-highlight-search): Revert to funcall
10699 instead of run-hook-with-args-until-failure.
10700 (isearch-filter-visible): Not obsolete any more.
10701 * loadup.el: Preload nadvice.
10702 * replace.el (perform-replace): Revert to funcall
10703 instead of run-hook-with-args-until-failure.
10704 * wdired.el (wdired-change-to-wdired-mode): Use add-function.
10705 * dired-aux.el (dired-isearch-filenames-mode): Rename from
10706 dired-isearch-filenames-toggle; make it into a proper minor mode.
10707 Use add/remove-function.
10708 (dired-isearch-filenames-setup, dired-isearch-filenames-end):
10709 Call the minor-mode rather than add/remove-hook.
10710 (dired-isearch-filter-filenames):
10711 Remove isearch-message-prefix property.
10712 * info.el (Info--search-loop): New function, extracted from Info-search.
10713 Funcall isearch-filter-predicate instead of
10714 run-hook-with-args-until-failure isearch-filter-predicates.
10715 (Info-search): Use it.
10716 (Info-mode): Use isearch-filter-predicate instead of
10717 isearch-filter-predicates.
10718
10719 2013-08-05 Dmitry Antipov <dmantipov@yandex.ru>
10720
10721 Do not call to `selected-window' where it is assumed by default.
10722 Affected functions are `window-minibuffer-p', `window-dedicated-p',
10723 `window-hscroll', `window-width', `window-height', `window-buffer',
10724 `window-frame', `window-start', `window-point', `next-window'
10725 and `window-display-table'.
10726 * abbrev.el (abbrev--default-expand):
10727 * bs.el (bs--show-with-configuration):
10728 * buff-menu.el (Buffer-menu-mouse-select):
10729 * calc/calc.el (calc):
10730 * calendar/calendar.el (calendar-generate-window):
10731 * calendar/diary-lib.el (diary-simple-display, diary-show-all-entries)
10732 (diary-make-entry):
10733 * comint.el (send-invisible, comint-dynamic-complete-filename)
10734 (comint-dynamic-simple-complete, comint-dynamic-list-completions):
10735 * completion.el (complete):
10736 * dabbrev.el (dabbrev-expand, dabbrev--make-friend-buffer-list):
10737 * disp-table.el (describe-current-display-table):
10738 * doc-view.el (doc-view-insert-image):
10739 * ebuff-menu.el (Electric-buffer-menu-mouse-select):
10740 * ehelp.el (with-electric-help):
10741 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
10742 * emacs-lisp/edebug.el (edebug-two-window-p, edebug-pop-to-buffer):
10743 * emacs-lisp/helper.el (Helper-help-scroller):
10744 * emulation/cua-base.el (cua--post-command-handler-1):
10745 * eshell/esh-mode.el (eshell-output-filter):
10746 * ffap.el (ffap-gnus-wrapper):
10747 * help-macro.el (make-help-screen):
10748 * hilit-chg.el (highlight-compare-buffers):
10749 * hippie-exp.el (hippie-expand, try-expand-dabbrev-visible):
10750 * hl-line.el (global-hl-line-highlight):
10751 * icomplete.el (icomplete-simple-completing-p):
10752 * isearch.el (isearch-done):
10753 * jit-lock.el (jit-lock-stealth-fontify):
10754 * mail/rmailsum.el (rmail-summary-scroll-msg-up):
10755 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
10756 * mpc.el (mpc-tagbrowser, mpc):
10757 * net/rcirc.el (rcirc-any-buffer):
10758 * play/gomoku.el (gomoku-max-width, gomoku-max-height):
10759 * play/landmark.el (landmark-max-width, landmark-max-height):
10760 * play/zone.el (zone):
10761 * progmodes/compile.el (compilation-goto-locus):
10762 * progmodes/ebrowse.el (ebrowse-view/find-file-and-search-pattern):
10763 * progmodes/etags.el (find-tag-other-window):
10764 * progmodes/fortran.el (fortran-column-ruler):
10765 * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
10766 * progmodes/verilog-mode.el (verilog-point-text):
10767 * reposition.el (reposition-window):
10768 * rot13.el (toggle-rot13-mode):
10769 * server.el (server-switch-buffer):
10770 * shell.el (shell-dynamic-complete-command)
10771 (shell-dynamic-complete-environment-variable):
10772 * simple.el (insert-buffer, set-selective-display)
10773 (delete-completion-window):
10774 * speedbar.el (speedbar-timer-fn, speedbar-center-buffer-smartly)
10775 (speedbar-recenter):
10776 * startup.el (fancy-splash-head):
10777 * textmodes/ispell.el (ispell-command-loop):
10778 * textmodes/makeinfo.el (makeinfo-compilation-sentinel-region):
10779 * tutorial.el (help-with-tutorial):
10780 * vc/add-log.el (add-change-log-entry):
10781 * vc/compare-w.el (compare-windows):
10782 * vc/ediff-help.el (ediff-indent-help-message):
10783 * vc/ediff-util.el (ediff-setup-control-buffer, ediff-position-region):
10784 * vc/ediff-wind.el (ediff-skip-unsuitable-frames)
10785 (ediff-setup-control-frame):
10786 * vc/emerge.el (emerge-position-region):
10787 * vc/pcvs-util.el (cvs-bury-buffer):
10788 * window.el (walk-windows, mouse-autoselect-window-select):
10789 * winner.el (winner-set-conf, winner-undo): Related users changed.
10790
10791 2013-08-05 Juanma Barranquero <lekktu@gmail.com>
10792
10793 * frameset.el (frameset--set-id): Doc fix.
10794 (frameset-frame-id, frameset-frame-id-equal-p)
10795 (frameset-locate-frame-id): New functions.
10796 (frameset--process-minibuffer-frames, frameset--reuse-frame)
10797 (frameset-restore): Use them.
10798
10799 2013-08-05 Dmitry Antipov <dmantipov@yandex.ru>
10800
10801 Do not call to `selected-frame' where it is assumed by default.
10802 Affected functions are `raise-frame', `redraw-frame',
10803 `frame-first-window', `frame-terminal' and `delete-frame'.
10804 * calendar/appt.el (appt-disp-window):
10805 * epg.el (epg-wait-for-completion):
10806 * follow.el (follow-delete-other-windows-and-split)
10807 (follow-avoid-tail-recenter):
10808 * international/mule.el (set-terminal-coding-system):
10809 * mail/rmail.el (rmail-mail-return):
10810 * net/newst-plainview.el (newsticker--buffer-set-uptodate):
10811 * progmodes/f90.el (f90-add-imenu-menu):
10812 * progmodes/idlw-toolbar.el (idlwave-toolbar-toggle):
10813 * server.el (server-switch-buffer):
10814 * simple.el (delete-completion-window):
10815 * talk.el (talk):
10816 * term/xterm.el (terminal-init-xterm-modify-other-keys)
10817 (xterm-turn-on-modify-other-keys, xterm-remove-modify-other-keys):
10818 * vc/ediff-util.el (ediff-status-info, ediff-show-diff-output):
10819 * vc/ediff.el (ediff-documentation): Related users changed.
10820 * frame.el (selected-terminal): Remove the leftover.
10821
10822 2013-08-05 Glenn Morris <rgm@gnu.org>
10823
10824 * calendar/calendar.el (calendar-generate-month):
10825 Fix for calendar-column-width != 1 + calendar-day-digit-width.
10826 (calendar-generate-month, calendar-font-lock-keywords):
10827 Fix for calendar-day-header-width > length of any day name.
10828
10829 2013-08-05 Juanma Barranquero <lekktu@gmail.com>
10830
10831 * desktop.el (desktop-clear): Use new name of sort predicate.
10832
10833 * frameset.el (frameset): Add docstring. Move :version property to its
10834 own `version' slot.
10835 (frameset-copy): Rename from copy-frameset.
10836 (frameset-p): Check more thoroughly.
10837 (frameset-prop): Do not check for :version, which is no longer a prop.
10838 (frameset-live-filter-alist, frameset-persistent-filter-alist):
10839 Use new :never value instead of t.
10840 (frameset-filter-alist): Expand and clarify docstring.
10841 (frameset-filter-tty-to-GUI, frameset-filter-sanitize-color)
10842 (frameset-filter-minibuffer, frameset-filter-save-param)
10843 (frameset-filter-restore-param, frameset-filter-iconified):
10844 Add pointer to docstring of frameset-filter-alist.
10845 (frameset-filter-params): Rename filter values to be more meaningful:
10846 :never instead of t, and reverse the meanings of :save and :restore.
10847 (frameset--process-minibuffer-frames): Clarify error message.
10848 (frameset-save): Avoid unnecessary and confusing call to framep.
10849 Use new BOA constructor for framesets.
10850 (frameset--reuse-list): Doc fix.
10851 (frameset--restore-frame): Rename from frameset--get-frame. Doc fix.
10852 (frameset--minibufferless-last-p): Rename from frameset--sort-states.
10853 (frameset-minibufferless-first-p): Doc fix.
10854 Rename from frameset-sort-frames-for-deletion.
10855 (frameset-restore): Doc fixes. Use new function names.
10856 Most changes suggested by Drew Adams <drew.adams@oracle.com>.
10857
10858 2013-08-04 Juanma Barranquero <lekktu@gmail.com>
10859
10860 * desktop.el (desktop-restore-forces-onscreen)
10861 (desktop-restore-reuses-frames): Document :keyword constant values.
10862 (desktop-filter-parameters-alist): Remove, now identical to
10863 frameset-filter-alist.
10864 (desktop--filter-tty*): Remove, moved to frameset.el.
10865 (desktop-save-frameset, desktop-restore-frameset):
10866 Do not pass :filters argument.
10867
10868 * frameset.el (frameset-live-filter-alist)
10869 (frameset-persistent-filter-alist): New variables.
10870 (frameset-filter-alist): Use them. Add autoload cookie.
10871 (frameset-filter-tty-to-GUI): Move from desktop.el and rename.
10872 (frameset--set-id, frameset--reuse-frame): Rename `frame-id' to
10873 `frameset--id' (it's supposed to be internal to frameset.el).
10874 (frameset--process-minibuffer-frames): Ditto. Doc fix.
10875 (frameset--initial-params): New function.
10876 (frameset--get-frame): Use it. Doc fix.
10877 (frameset--move-onscreen): Accept new PRED value for FORCE-ONSCREEN.
10878 Accept :all, not 'all.
10879 (frameset-restore): Add new predicate values for FORCE-ONSCREEN and
10880 FORCE-DISPLAY. Use :keywords for constant arguments to avoid collision
10881 with fbound symbols. Fix frame id matching, and remove matching ids if
10882 the frame being restored is deleted. Obey :delete.
10883
10884 2013-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
10885
10886 * subr.el (macrop): New function.
10887 (text-clone--maintaining): New var.
10888 (text-clone--maintain): Rename from text-clone-maintain. Use it
10889 instead of inhibit-modification-hooks.
10890
10891 * emacs-lisp/nadvice.el (advice--normalize): For aliases to macros, use
10892 a proxy, so as handle autoloads and redefinitions of the target.
10893 (advice--defalias-fset, advice-remove): Use advice--symbol-function.
10894
10895 * emacs-lisp/pcase.el (pcase-mutually-exclusive-predicates):
10896 Remove bogus (arrayp . stringp) pair. Add entries for `vectorp'.
10897 (pcase--mutually-exclusive-p): New function.
10898 (pcase--split-consp): Use it.
10899 (pcase--split-pred): Use it. Optimize the case where `pat' is a qpat
10900 mutually exclusive with the current predicate.
10901
10902 * emacs-lisp/edebug.el (edebug-lookup-function): Remove function.
10903 (edebug-macrop): Remove. Use `macrop' instead.
10904 * emacs-lisp/advice.el (ad-subr-p): Remove. Use `subrp' instead.
10905 (ad-macro-p):
10906 * eshell/esh-cmd.el (eshell-macrop):
10907 * apropos.el (apropos-macrop): Remove. Use `macrop' instead.
10908
10909 2013-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
10910
10911 * emacs-lisp/nadvice.el (advice-function-mapc): Rename from advice-mapc.
10912 (advice-mapc): New function, using it.
10913 (advice-function-member-p): New function.
10914 (advice--normalize): Store the cdr in advice--saved-rewrite since
10915 that's the part that will be changed.
10916 (advice--symbol-function): New function.
10917 (advice-remove): Handle removal before the function is defined.
10918 Adjust to new advice--saved-rewrite.
10919 (advice-member-p): Use advice-function-member-p and
10920 advice--symbol-function.
10921
10922 2013-08-04 Juanma Barranquero <lekktu@gmail.com>
10923
10924 * frameset.el (frameset-p, frameset-save): Fix autoload cookies.
10925 (frameset-filter-minibuffer): Doc fix.
10926 (frameset-restore): Fix autoload cookie. Fix typo in docstring.
10927 (frameset--set-id, frameset--process-minibuffer-frames)
10928 (frameset-restore): Rename parameter `frameset-id' to `frame-id'.
10929 (frameset--reuse-frame): Pass correct frame-id to frameset--find-frame.
10930
10931 * desktop.el (desktop-clear): Only delete frames when called
10932 interactively and desktop-restore-frames is non-nil. Doc fix.
10933 (desktop-read): Set desktop-saved-frameset to nil.
10934
10935 2013-08-04 Xue Fuqiao <xfq.free@gmail.com>
10936
10937 * vc/vc.el (vc-ignore): Rewrite.
10938 (vc-default-ignore-completion-table, vc--read-lines)
10939 (vc--add-line, vc--remove-regexp): New functions.
10940
10941 * vc/vc-svn.el (vc-svn-ignore): Doc fix.
10942 (vc-svn-ignore-completion-table): New function.
10943
10944 * vc/vc-hg.el (vc-hg-ignore): Rewrite.
10945 (vc-hg-ignore-completion-table)
10946 (vc-hg-find-ignore-file): New functions.
10947
10948 * vc/vc-git.el (vc-git-ignore): Rewrite.
10949 (vc-git-ignore-completion-table)
10950 (vc-git-find-ignore-file): New functions.
10951
10952 * vc/vc-dir.el (vc-dir-menu-map): Add menu for vc-dir-ignore.
10953
10954 * vc/vc-bzr.el (vc-bzr-ignore): Rewrite.
10955 (vc-bzr-ignore-completion-table)
10956 (vc-bzr-find-ignore-file): New functions.
10957
10958 2013-08-03 Juanma Barranquero <lekktu@gmail.com>
10959
10960 * frameset.el (frameset-prop): New function and setter.
10961 (frameset-save): Do not modify frame list passed by the caller.
10962
10963 2013-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
10964
10965 * emacs-lisp/package.el (package-desc-from-define): Ignore unknown keys.
10966
10967 2013-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
10968
10969 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode)
10970 (easy-mmode-define-navigation): Avoid ((lambda (..) ..) ...).
10971
10972 * custom.el (custom-initialize-default, custom-initialize-set)
10973 (custom-initialize-reset, custom-initialize-changed): Affect the
10974 toplevel-default-value (bug#6275, bug#14586).
10975 * emacs-lisp/advice.el (ad-compile-function): Undo previous workaround
10976 for bug#6275.
10977
10978 2013-08-02 Juanma Barranquero <lekktu@gmail.com>
10979
10980 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
10981 Add cl-def* expressions.
10982
10983 * frameset.el (frameset-filter-params): Fix order of arguments.
10984
10985 2013-08-02 Juanma Barranquero <lekktu@gmail.com>
10986
10987 Move code related to saving frames to frameset.el.
10988 * desktop.el: Require frameset.
10989 (desktop-restore-frames): Doc fix.
10990 (desktop-restore-reuses-frames): Rename from
10991 desktop-restoring-reuses-frames.
10992 (desktop-saved-frameset): Rename from desktop-saved-frame-states.
10993 (desktop-clear): Clear frames too.
10994 (desktop-filter-parameters-alist): Set from frameset-filter-alist.
10995 (desktop--filter-tty*, desktop-save, desktop-read):
10996 Use frameset functions.
10997 (desktop-before-saving-frames-functions, desktop--filter-*-color)
10998 (desktop--filter-minibuffer, desktop--filter-restore-desktop-parm)
10999 (desktop--filter-save-desktop-parm, desktop--filter-iconified-position)
11000 (desktop-restore-in-original-display-p, desktop--filter-frame-parms)
11001 (desktop--process-minibuffer-frames, desktop-save-frames)
11002 (desktop--reuse-list, desktop--compute-pos, desktop--move-onscreen)
11003 (desktop--find-frame, desktop--select-frame, desktop--make-frame)
11004 (desktop--sort-states, desktop-restoring-frames-p)
11005 (desktop-restore-frames): Remove. Most code moved to frameset.el.
11006 (desktop-restoring-frameset-p, desktop-restore-frameset)
11007 (desktop--check-dont-save, desktop-save-frameset): New functions.
11008 (desktop--app-id): New constant.
11009 (desktop-first-buffer, desktop-buffer-ok-count)
11010 (desktop-buffer-fail-count): Move before first use.
11011 * frameset.el: New file.
11012
11013 2013-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
11014
11015 * files.el: Use lexical-binding.
11016 (dir-locals-read-from-file): Remove unused `err' variable.
11017 (hack-dir-local-variables--warned-coding): New var.
11018 (hack-dir-local-variables): Use it to avoid repeated warnings.
11019 (make-backup-file-name--default-function): New function.
11020 (make-backup-file-name-function): Use it as default.
11021 (buffer-stale--default-function): New function.
11022 (buffer-stale-function): Use it as default.
11023 (revert-buffer-insert-file-contents--default-function): New function.
11024 (revert-buffer-insert-file-contents-function): Use it as default.
11025 (insert-directory): Avoid add-to-list.
11026
11027 * autorevert.el (auto-revert-handler): Simplify.
11028 Use buffer-stale--default-function.
11029
11030 2013-08-01 Tassilo Horn <tsdh@gnu.org>
11031
11032 * speedbar.el (speedbar-query-confirmation-method): Doc fix.
11033
11034 * whitespace.el (whitespace-ensure-local-variables): New function.
11035 (whitespace-cleanup-region): Call it.
11036 (whitespace-turn-on): Call it.
11037
11038 2013-08-01 Michael Albinus <michael.albinus@gmx.de>
11039
11040 Complete file name handlers.
11041
11042 * net/tramp.el (tramp-handle-set-visited-file-modtime)
11043 (tramp-handle-verify-visited-file-modtime)
11044 (tramp-handle-file-notify-rm-watch): New functions.
11045 (tramp-call-process): Do not bind `default-directory'.
11046
11047 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
11048 Order alphabetically.
11049 <access-file, add-name-to-file, dired-call-process>:
11050 <dired-compress-file, file-acl, file-notify-rm-watch>:
11051 <file-ownership-preserved-p, file-selinux-context>:
11052 <make-directory-internal, make-symbolic-link, set-file-acl>:
11053 <set-file-selinux-context, set-visited-file-modtime>:
11054 <verify-visited-file-modtime>: Add handler.
11055 (tramp-adb-handle-write-region): Apply `set-visited-file-modtime'.
11056
11057 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist)
11058 <file-notify-add-watch, file-notify-rm-watch>:
11059 <set-file-times, set-visited-file-modtime>:
11060 <verify-visited-file-modtime>: Add handler.
11061 (with-tramp-gvfs-error-message)
11062 (tramp-gvfs-handle-set-visited-file-modtime)
11063 (tramp-gvfs-fuse-file-name): Remove.
11064 (tramp-gvfs-handle-file-notify-add-watch)
11065 (tramp-gvfs-file-gvfs-monitor-file-process-filter): New defuns.
11066 (tramp-gvfs-handle-write-region): Fix error in moving tmpfile.
11067
11068 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
11069 Order alphabetically.
11070 <file-notify-rm-watch>: Use default Tramp handler.
11071 <executable-find>: Remove private handler.
11072 (tramp-do-copy-or-rename-file-out-of-band): Do not bind
11073 `default-directory'.
11074 (tramp-sh-handle-executable-find)
11075 (tramp-sh-handle-file-notify-rm-watch): Remove functions.
11076 (tramp-sh-file-gvfs-monitor-dir-process-filter)
11077 (tramp-sh-file-inotifywait-process-filter, tramp-set-remote-path):
11078 Do not use `format' in `tramp-message'.
11079
11080 * net/tramp-smb.el (tramp-smb-file-name-handler-alist)
11081 <file-notify-rm-watch, set-visited-file-modtime>:
11082 <verify-visited-file-modtime>: Add handler.
11083 (tramp-smb-call-winexe): Do not bind `default-directory'.
11084
11085 2013-08-01 Xue Fuqiao <xfq.free@gmail.com>
11086
11087 * vc/vc-hooks.el (vc-menu-map): Fix menu entry for vc-ignore.
11088
11089 2013-07-31 Dmitry Gutov <dgutov@yandex.ru>
11090
11091 * vc/log-view.el (log-view-diff): Extract `log-view-diff-common',
11092 use it.
11093 (log-view-diff-changeset): Same.
11094 (log-view-diff-common): Call backend command `previous-revision'
11095 to find out the previous revision, in both cases. Swap the
11096 variables `to' and `fr', so that `fr' usually refers to the
11097 earlier revision (Bug#14989).
11098
11099 2013-07-31 Kan-Ru Chen <kanru@kanru.info>
11100
11101 * ibuf-ext.el (ibuffer-filter-by-filename):
11102 Make it work with dired buffers too.
11103
11104 2013-07-31 Dmitry Antipov <dmantipov@yandex.ru>
11105
11106 * emacs-lisp/re-builder.el (reb-color-display-p):
11107 * files.el (save-buffers-kill-terminal):
11108 * net/browse-url.el (browse-url):
11109 * server.el (server-save-buffers-kill-terminal):
11110 * textmodes/reftex-toc.el (reftex-toc, reftex-toc-revert):
11111 Prefer nil to selected-frame for the first arg of frame-parameter.
11112
11113 2013-07-31 Xue Fuqiao <xfq.free@gmail.com>
11114
11115 * vc/vc-hooks.el (vc-menu-map): Add menu entry for vc-ignore.
11116
11117 2013-07-30 Stephen Berman <stephen.berman@gmx.net>
11118
11119 * minibuffer.el (completion--twq-all): Try and preserve each
11120 completion's case choice (bug#14907).
11121
11122 2013-07-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
11123
11124 * net/network-stream.el (open-network-stream): Mention the new
11125 :nogreeting parameter.
11126 (network-stream-open-starttls): Use the :nogreeting parameter
11127 (bug#14938).
11128
11129 * net/shr.el (shr-mouse-browse-url): Remove and use `shr-browse-url'.
11130
11131 * net/eww.el (eww-setup-buffer): Switching to the buffer seems
11132 more natural than popping.
11133
11134 * net/shr.el (shr-urlify): Put `follow-link' on URLs (bug#14815).
11135 (shr-urlify): Highlight under mouse.
11136
11137 2013-07-30 Xue Fuqiao <xfq.free@gmail.com>
11138
11139 * vc/vc-hooks.el (vc-prefix-map): Add key binding for vc-ignore.
11140
11141 * vc/vc-dir.el (vc-dir-mode-map): Change key binding for vc-dir-ignore.
11142
11143 * vc/vc-svn.el (vc-svn-ignore): Remove `interactive'. Use `*vc*'
11144 buffer for output.
11145
11146 * vc/vc-hg.el (vc-hg-ignore): Remove `interactive'. Do not assume
11147 point-min==1. Fix search string. Fix parentheses missing.
11148
11149 * vc/vc-git.el (vc-git-ignore): Remove `interactive'. Do not
11150 assume point-min==1. Fix search string. Fix parentheses missing.
11151
11152 * vc/vc-cvs.el (vc-cvs-ignore): Remove `interactive'.
11153
11154 * vc/vc-bzr.el (vc-bzr-ignore): Remove `interactive'. Use `*vc*'
11155 buffer for output.
11156
11157 2013-07-29 Eli Zaretskii <eliz@gnu.org>
11158
11159 * frame.el (frame-notice-user-settings): Avoid inflooping when the
11160 initial frame is minibuffer-less. (Bug#14841)
11161
11162 2013-07-29 Michael Albinus <michael.albinus@gmx.de>
11163
11164 * net/tramp.el (tramp-use-ssh-controlmaster-options): New customer
11165 option.
11166
11167 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
11168 (tramp-maybe-open-connection): Use it.
11169
11170 2013-07-28 Juanma Barranquero <lekktu@gmail.com>
11171
11172 * desktop.el (desktop--make-frame): Include `minibuffer' in the
11173 minimal set of parameters passed when creating a frame, because
11174 the minibuffer status of a frame cannot be changed later.
11175
11176 2013-07-28 Stephen Berman <stephen.berman@gmx.net>
11177
11178 * calendar/todo-mode.el (todo-rename-file): Fix incorrect use of
11179 replace-regexp-in-string and inadvertent omissions in previous change.
11180 (todo-filter-items): Ensure only file names are comma-separated in
11181 name of filtered items buffer.
11182
11183 2013-07-28 Juanma Barranquero <lekktu@gmail.com>
11184
11185 * desktop.el: Optionally force offscreen frames back onscreen.
11186 (desktop-restoring-reuses-frames): New option.
11187 (desktop--compute-pos, desktop--move-onscreen): New functions.
11188 (desktop--make-frame): Use desktop--move-onscreen.
11189
11190 2013-07-27 Alan Mackenzie <acm@muc.de>
11191
11192 Fontify a Java generic method as a function.
11193 * progmodes/cc-langs.el (c-recognize-<>-arglists): Set the Java
11194 value to t.
11195
11196 2013-07-27 Stephen Berman <stephen.berman@gmx.net>
11197
11198 * calendar/todo-mode.el: Add command to rename todo files.
11199 (todo-rename-file): New command.
11200 (todo-key-bindings-t): Add key binding for it. Change the
11201 bindings of todo-filter-regexp-items(-multifile) to use `x'
11202 instead of `r', since the latter is better suited to the new
11203 renaming command.
11204
11205 2013-07-27 Alan Mackenzie <acm@muc.de>
11206
11207 Make Java try-with-resources statement parse properly.
11208 * progmodes/cc-langs.el (c-block-stmt-1-2-kwds)
11209 (c-block-stmt-1-2-key): New language constants/variables.
11210 * progmodes/cc-engine.el (c-beginning-of-statement-1)
11211 (c-after-conditional): Adapt to deal with c-block-stmt-1-2-key.
11212 * progmodes/cc-fonts.el (c-font-lock-declarations): Adapt to deal
11213 with c-block-stmt-1-2-key.
11214
11215 2013-07-27 Juanma Barranquero <lekktu@gmail.com>
11216
11217 * desktop.el (desktop--make-frame): Apply most frame parameters after
11218 creating the frame to force (partially or totally) offscreen frames to
11219 be restored as such.
11220
11221 2013-07-26 Xue Fuqiao <xfq.free@gmail.com>
11222
11223 * vc/vc-dir.el (vc-dir-mode-map): Add binding for vc-root-diff.
11224 (Bug#14948)
11225
11226 2013-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
11227
11228 * emacs-lisp/nadvice.el (advice--called-interactively-skip): Use the new
11229 `base' arg of backtrace-frame.
11230
11231 2013-07-26 Eli Zaretskii <eliz@gnu.org>
11232
11233 * simple.el (list-processes): Doc fix.
11234
11235 2013-07-26 Juanma Barranquero <lekktu@gmail.com>
11236
11237 * desktop.el (desktop--select-frame):
11238 Try harder to reuse existing frames.
11239
11240 2013-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
11241
11242 * emacs-lisp/edebug.el: Use backtrace-eval to handle lexical variables.
11243 (edebug-eval): Use backtrace-eval.
11244 (edebug--display, edebug--recursive-edit): Don't let-bind the
11245 edebug-outer-* vars that keep track of variables we locally let-bind.
11246 (edebug-outside-excursion): Don't restore outside values of locally
11247 let-bound vars.
11248 (edebug--display): Use user-error.
11249 (cl-lexical-debug, cl-debug-env): Remove.
11250
11251 2013-07-26 Juanma Barranquero <lekktu@gmail.com>
11252
11253 * desktop.el (desktop-restore-frames): Call `sit-for' once all frames
11254 are restored to be sure that they are visible before deleting any
11255 remaining ones.
11256
11257 2013-07-26 Matthias Meulien <orontee@gmail.com>
11258
11259 * vc/vc-dir.el (vc-dir-mode-map): Add binding for
11260 vc-print-root-log. (Bug#14948)
11261
11262 2013-07-26 Richard Stallman <rms@gnu.org>
11263
11264 Add aliases for encrypting mail.
11265 * epa.el (epa-mail-aliases): New option.
11266 * epa-mail.el (epa-mail-encrypt): Rewrite to be callable from programs.
11267 Bind inhibit-read-only so read-only text doesn't ruin everything.
11268 (epa-mail-default-recipients): New subroutine broken out.
11269 Handle epa-mail-aliases.
11270
11271 2013-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
11272
11273 Add support for lexical variables to the debugger's `e' command.
11274 * emacs-lisp/debug.el (debug): Don't let-bind the debugger-outer-*
11275 vars, except for debugger-outer-match-data.
11276 (debugger-frame-number): Move check for "on a function call" from
11277 callers into it. Add `skip-base' argument.
11278 (debugger-frame, debugger-frame-clear): Simplify accordingly.
11279 (debugger-env-macro): Only reset the state stored in non-variables,
11280 i.e. current-buffer and match-data.
11281 (debugger-eval-expression): Rewrite using backtrace-eval.
11282 * subr.el (internal--called-interactively-p--get-frame): Remove.
11283 (called-interactively-p):
11284 * emacs-lisp/edebug.el (edebug--called-interactively-skip): Use the new
11285 `base' arg of backtrace-frame instead.
11286
11287 2013-07-26 Glenn Morris <rgm@gnu.org>
11288
11289 * align.el (align-regexp): Doc fix. (Bug#14857)
11290 (align-region): Explicit error if subexpression missing/does not match.
11291
11292 * simple.el (global-visual-line-mode):
11293 Do not duplicate the mode lighter. (Bug#14858)
11294
11295 2013-07-25 Martin Rudalics <rudalics@gmx.at>
11296
11297 * window.el (display-buffer): In display-buffer bind
11298 split-window-keep-point to t, bug#14829.
11299
11300 2013-07-25 Juanma Barranquero <lekktu@gmail.com>
11301
11302 * desktop.el: Rename internal "desktop-X" frame params to "desktop--X".
11303 (desktop-filter-parameters-alist, desktop--filter-restore-desktop-parm)
11304 (desktop--filter-save-desktop-parm, desktop--process-minibuffer-frames)
11305 (desktop--select-frame, desktop--sort-states, desktop-restore-frames):
11306 Change accordingly.
11307 (desktop--select-frame, desktop--sort-states, desktop-restore-frames):
11308 Use pcase-let, pcase-let* to deobfuscate access to desktop--mini values.
11309
11310 2013-07-25 Glenn Morris <rgm@gnu.org>
11311
11312 * dired-x.el (dired-mark-extension): Convert comment to doc string.
11313
11314 2013-07-25 Juanma Barranquero <lekktu@gmail.com>
11315
11316 * desktop.el (desktop--make-frame): Do not pass the `fullscreen'
11317 parameter to modify-frame-parameters if the value has not changed;
11318 this is a workaround for bug#14949.
11319 (desktop--make-frame): On cl-delete-if call, check parameter name,
11320 not full parameter.
11321
11322 2013-07-30 Xue Fuqiao <xfq.free@gmail.com>
11323
11324 * vc/vc.el (vc-ignore): New function.
11325
11326 * vc/vc-svn.el (vc-svn-ignore): New function.
11327
11328 * vc/vc-hg.el (vc-hg-ignore): New function.
11329
11330 * vc/vc-git.el (vc-git-ignore): New function.
11331
11332 * vc/vc-dir.el (vc-dir-mode-map): Add key binding for vc-dir-ignore
11333 (vc-dir-ignore): New function.
11334
11335 * vc/vc-cvs.el (vc-cvs-ignore): New function.
11336 (cvs-append-to-ignore): Move here from pcvs.el.
11337
11338 * vc/vc-bzr.el (vc-bzr-ignore): New function.
11339
11340 * vc/pcvs.el (vc-cvs): Require 'vc-cvs.
11341
11342 2013-07-24 Juanma Barranquero <lekktu@gmail.com>
11343
11344 * desktop.el (desktop-restoring-frames-p): Return a true boolean.
11345 (desktop-restore-frames): Warn when deleting an existing frame failed.
11346
11347 2013-07-24 Glenn Morris <rgm@gnu.org>
11348
11349 * ffap.el (ffap-machine-p): Handle "not known" response. (Bug#14929)
11350
11351 2013-07-24 Michael Albinus <michael.albinus@gmx.de>
11352
11353 * filenotify.el (file-notify-supported-p):
11354 * net/tramp-sh.el (tramp-sh-handle-file-notify-supported-p):
11355 Remove functions.
11356
11357 * autorevert.el (auto-revert-use-notify)
11358 (auto-revert-notify-add-watch):
11359 * net/tramp.el (tramp-file-name-for-operation):
11360 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
11361 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
11362 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
11363 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
11364 Remove `file-notify-supported-p' entry.
11365
11366 2013-07-24 Glenn Morris <rgm@gnu.org>
11367
11368 * printing.el: Replace all uses of deleted ps-windows-system,
11369 ps-lp-system, ps-flatten-list with lpr- versions.
11370
11371 2013-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
11372
11373 * emacs-lisp/pcase.el (pcase--u1): Verify if self-quoting values can be
11374 checked with memq (bug#14935).
11375
11376 * files.el (revert-buffer-function): Use a non-nil default.
11377 (revert-buffer-preserve-modes): Declare var to
11378 provide access to the `preserve-modes' argument.
11379 (revert-buffer): Let-bind it.
11380 (revert-buffer--default): New function, extracted from revert-buffer.
11381
11382 2013-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
11383
11384 * lpr.el: Signal print errors more prominently.
11385 (print-region-function): Don't default to nil.
11386 (lpr-print-region): New function, extracted from print-region-1.
11387 Check lpr's return value and signal an error in case of problem.
11388 (print-region-1): Use it.
11389 * ps-print.el (ps-windows-system, ps-lp-system): Remove. Use the lpr-*
11390 versions instead.
11391 (ps-printer-name): Default to nil.
11392 (ps-printer-name-option): Default to lpr-printer-switch.
11393 (ps-print-region-function): Don't default to nil.
11394 (ps-postscript-code-directory): Simplify default.
11395 (ps-do-despool): Use lpr-print-region to properly check the outcome.
11396 (ps-string-list, ps-eval-switch, ps-flatten-list)
11397 (ps-flatten-list-1): Remove.
11398 (ps-multibyte-buffer): Avoid setq.
11399 * dos-w32.el (direct-print-region-helper): Use proper regexp operators.
11400 (print-region-function, ps-print-region-function): Don't set them here.
11401
11402 2013-07-24 Xue Fuqiao <xfq.free@gmail.com>
11403
11404 * ido.el (ido-fractionp, ido-cache-ftp-work-directory-time)
11405 (ido-max-prospects, ido-mode, ido-max-file-prompt-width)
11406 (ido-unc-hosts-cache, ido-max-directory-size, ido-max-dir-file-cache)
11407 (ido-decorations): Doc fix.
11408
11409 * ansi-color.el: Fix old URL.
11410
11411 2013-07-23 Michael R. Mauger <michael@mauger.com>
11412
11413 * progmodes/sql.el: Version 3.3
11414 (sql-product-alist): Improve oracle :prompt-cont-regexp.
11415 (sql-starts-with-prompt-re, sql-ends-with-prompt-re): New functions.
11416 (sql-interactive-remove-continuation-prompt): Rewrite, use
11417 functions above. Fix continuation prompt and complete output line
11418 handling.
11419 (sql-redirect-one, sql-execute): Use `read-only-mode' on
11420 redirected output buffer.
11421 (sql-mode): Restore deleted code (Bug#13591).
11422
11423 2013-07-23 Juanma Barranquero <lekktu@gmail.com>
11424
11425 * desktop.el (desktop-clear, desktop-list*): Fix previous change.
11426
11427 2013-07-23 Michael Albinus <michael.albinus@gmx.de>
11428
11429 * net/tramp.el (tramp-handle-file-notify-add-watch): New defun.
11430
11431 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
11432 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
11433 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Use it.
11434
11435 2013-07-23 Juanma Barranquero <lekktu@gmail.com>
11436
11437 * desktop.el (desktop-clear): Simplify; remove useless checks
11438 against invalid buffer names.
11439 (desktop-list*): Use cl-list*.
11440 (desktop-buffer-info, desktop-create-buffer): Simplify.
11441
11442 2013-07-23 Leo Liu <sdl.web@gmail.com>
11443
11444 * bookmark.el (bookmark-make-record): Restore NAME as a default
11445 value. (Bug#14933)
11446
11447 2013-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
11448
11449 * emacs-lisp/autoload.el (autoload--setup-output): New function,
11450 extracted from autoload--insert-text.
11451 (autoload--insert-text): Remove.
11452 (autoload--print-cookie-text): New function, extracted from
11453 autoload--insert-cookie-text.
11454 (autoload--insert-cookie-text): Remove.
11455 (autoload-generate-file-autoloads): Adjust calls accordingly.
11456
11457 * winner.el (winner-hook-installed-p): Remove.
11458 (winner-mode): Simplify accordingly.
11459
11460 * subr.el (add-to-list): Fix compiler-macro when `append' is
11461 not constant. Don't use `cl-member' for the base case.
11462
11463 * progmodes/subword.el: Fix boundary case (bug#13758).
11464 (subword-forward-regexp): Make it a constant. Wrap optional \\W in its
11465 own group.
11466 (subword-backward-regexp): Make it a constant.
11467 (subword-forward-internal): Don't treat a trailing capital as the
11468 beginning of a word.
11469
11470 2013-07-22 Ari Roponen <ari.roponen@gmail.com> (tiny change)
11471
11472 * emacs-lisp/package.el (package-menu-mode): Don't modify the
11473 global value of tabulated-list-revert-hook (bug#14930).
11474
11475 2013-07-22 Juanma Barranquero <lekktu@gmail.com>
11476
11477 * desktop.el: Require 'cl-lib.
11478 (desktop-before-saving-frames-functions): New hook.
11479 (desktop--process-minibuffer-frames): Set desktop-mini parameter only
11480 for frames being saved. Rename from desktop--save-minibuffer-frames.
11481 (desktop-save-frames): Run hook desktop-before-saving-frames-functions.
11482 Do not save frames with non-nil `desktop-dont-save' parameter.
11483 Filter out deleted frames.
11484 (desktop--find-frame): Use cl-find-if.
11485 (desktop--select-frame): Use cl-(first|second|third) to access values
11486 of desktop-mini.
11487 (desktop--make-frame): Use cl-delete-if.
11488 (desktop--sort-states): Fix sorting of minibuffer-owning frames.
11489 (desktop-restore-frames): Use cl-(first|second|third) to access values
11490 of desktop-mini. Look for visible frame at the end, not while
11491 restoring frames.
11492
11493 * dired-x.el (dired-mark-unmarked-files, dired-virtual)
11494 (dired-guess-default, dired-mark-sexp, dired-filename-at-point):
11495 Use string-match-p, looking-at-p (bug#14927).
11496
11497 2013-07-21 Juanma Barranquero <lekktu@gmail.com>
11498
11499 * desktop.el (desktop-saved-frame-states):
11500 Rename from desktop--saved-states; all users changed.
11501 (desktop-save-frames): Rename from desktop--save-frames.
11502 Do not save state to desktop file.
11503 (desktop-save): Save desktop-saved-frame-states to desktop file
11504 and reset to nil.
11505 (desktop-restoring-frames-p): New function.
11506 (desktop-restore-frames): Use it. Rename from desktop--restore-frames.
11507 (desktop-read): Use desktop-restoring-frames-p. Do not try to fix
11508 buffer-lists when restoring frames. Suggested by Martin Rudalics.
11509
11510 * desktop.el: Correctly restore iconified frames.
11511 (desktop--filter-iconified-position): New function.
11512 (desktop-filter-parameters-alist): Add entries for `top' and `left'.
11513
11514 2013-07-20 Glenn Morris <rgm@gnu.org>
11515
11516 * progmodes/gdb-mi.el (gdb-delete-handler, gdb-stopped):
11517 Let `message' do the formatting.
11518 (def-gdb-preempt-display-buffer): Add explicit format.
11519
11520 * image-dired.el (image-dired-track-original-file):
11521 Use with-current-buffer.
11522 (image-dired-track-thumbnail): Use with-current-buffer.
11523 Avoid changing point of wrong window.
11524
11525 * image-dired.el (image-dired-track-original-file):
11526 Avoid changing point of wrong window. (Bug#14909)
11527
11528 2013-07-20 Richard Copley <rcopley@gmail.com> (tiny change)
11529
11530 * progmodes/gdb-mi.el (gdb-done-or-error):
11531 Guard against "%" in gdb output. (Bug#14127)
11532
11533 2013-07-20 Andreas Schwab <schwab@linux-m68k.org>
11534
11535 * progmodes/sh-script.el (sh-read-variable): Remove interactive spec.
11536 (Bug#14826)
11537
11538 * international/mule.el (coding-system-iso-2022-flags): Fix last
11539 change.
11540
11541 2013-07-20 Kenichi Handa <handa@gnu.org>
11542
11543 * international/mule.el (coding-system-iso-2022-flags):
11544 Add `8-bit-level-4'. (Bug#8522)
11545
11546 2013-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
11547
11548 * net/shr.el (shr-mouse-browse-url): New command and keystroke
11549 (bug#14815).
11550
11551 * net/eww.el (eww-process-text-input): Allow inputting when the
11552 point is at the start of the line, as the properties aren't
11553 front-sticky.
11554
11555 * net/shr.el (shr-make-table-1): Ensure that we don't infloop on
11556 degenerate widths.
11557
11558 2013-07-19 Richard Stallman <rms@gnu.org>
11559
11560 * epa.el (epa-popup-info-window): Doc fix.
11561
11562 * subr.el (split-string): New arg TRIM.
11563
11564 2013-07-18 Juanma Barranquero <lekktu@gmail.com>
11565
11566 * frame.el (blink-cursor-timer-function, blink-cursor-suspend):
11567 Add check for W32 (followup to 2013-07-16T11:41:06Z!jan.h.d@swipnet.se).
11568
11569 2013-07-18 Michael Albinus <michael.albinus@gmx.de>
11570
11571 * filenotify.el (file-notify--library): Rename from
11572 `file-notify-support'. Do not autoload. Adapt all uses.
11573 (file-notify-supported-p): New defun.
11574
11575 * autorevert.el (auto-revert-use-notify):
11576 Use `file-notify-supported-p' instead of `file-notify-support'.
11577 Adapt docstring.
11578 (auto-revert-notify-add-watch): Use `file-notify-supported-p'.
11579
11580 * net/tramp.el (tramp-file-name-for-operation):
11581 Add `file-notify-supported-p'.
11582
11583 * net/tramp-sh.el (tramp-sh-handle-file-notify-supported-p):
11584 New defun.
11585 (tramp-sh-file-name-handler-alist): Add it as handler for
11586 `file-notify-supported-p '.
11587
11588 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
11589 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
11590 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
11591 Add `ignore' as handler for `file-notify-*' functions.
11592
11593 2013-07-17 Eli Zaretskii <eliz@gnu.org>
11594
11595 * simple.el (line-move-partial, line-move): Don't start vscroll or
11596 scroll-up if the current line is not taller than the window.
11597 (Bug#14881)
11598
11599 2013-07-16 Dmitry Gutov <dgutov@yandex.ru>
11600
11601 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Do not
11602 highlight question marks in the method names as strings.
11603 (ruby-block-beg-keywords): Inline.
11604 (ruby-font-lock-keyword-beg-re): Extract from
11605 `ruby-font-lock-keywords'.
11606
11607 2013-07-16 Jan Djärv <jan.h.d@swipnet.se>
11608
11609 * frame.el (blink-cursor-blinks): New defcustom.
11610 (blink-cursor-blinks-done): New defvar.
11611 (blink-cursor-start): Set blink-cursor-blinks-done to 1.
11612 (blink-cursor-timer-function): Check if number of blinks has been
11613 done on X and NS.
11614 (blink-cursor-suspend, blink-cursor-check): New defuns.
11615
11616 2013-07-15 Glenn Morris <rgm@gnu.org>
11617
11618 * edmacro.el (edmacro-format-keys): Fix previous change.
11619
11620 2013-07-15 Paul Eggert <eggert@cs.ucla.edu>
11621
11622 * shell.el (explicit-bash-args): Remove obsolete hack for Bash 1.x.
11623 The hack didn't work outside English locales anyway.
11624
11625 2013-07-15 Juanma Barranquero <lekktu@gmail.com>
11626
11627 * simple.el (define-alternatives): Rename from alternatives-define,
11628 per RMS' suggestion.
11629
11630 2013-07-14 Juanma Barranquero <lekktu@gmail.com>
11631
11632 * desktop.el (desktop-restore-frames): Change default to t.
11633 (desktop-restore-in-current-display): Now offer more options.
11634 (desktop-restoring-reuses-frames): New customization option.
11635 (desktop--saved-states): Doc fix.
11636 (desktop-filter-parameters-alist): New variable, renamed and expanded
11637 from desktop--excluded-frame-parameters.
11638 (desktop--target-display): New variable.
11639 (desktop-switch-to-gui-p, desktop-switch-to-tty-p)
11640 (desktop--filter-tty*, desktop--filter-*-color)
11641 (desktop--filter-minibuffer, desktop--filter-restore-desktop-parm)
11642 (desktop--filter-save-desktop-parm)
11643 (desktop-restore-in-original-display-p): New functions.
11644 (desktop--filter-frame-parms): Use new desktop-filter-parameters-alist.
11645 (desktop--save-minibuffer-frames): New function, inspired by a similar
11646 function from Martin Rudalics.
11647 (desktop--save-frames): Call it; play nice with desktop-globals-to-save.
11648 (desktop--restore-in-this-display-p): Remove.
11649 (desktop--find-frame): Rename from desktop--find-frame-in-display
11650 and add predicate argument.
11651 (desktop--make-full-frame): Remove, integrated into desktop--make-frame.
11652 (desktop--reuse-list): New variable.
11653 (desktop--select-frame, desktop--make-frame, desktop--sort-states):
11654 New functions.
11655 (desktop--restore-frames): Add support for "minibuffer-special" frames.
11656
11657 2013-07-14 Michael Albinus <michael.albinus@gmx.de>
11658
11659 * net/tramp-sh.el (tramp-sh-handle-vc-registered): Use `ignore-error'.
11660
11661 2013-07-13 Dmitry Gutov <dgutov@yandex.ru>
11662
11663 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
11664 Highlight conversion methods on Kernel.
11665
11666 2013-07-13 Alan Mackenzie <acm@muc.de>
11667
11668 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Label CASE 13
11669 and comment it out. This out-commenting enables certain C++
11670 declarations to be parsed correctly.
11671
11672 2013-07-13 Eli Zaretskii <eliz@gnu.org>
11673
11674 * international/mule.el (define-coding-system): Doc fix.
11675
11676 * simple.el (default-font-height): Don't call font-info if the
11677 frame's default font didn't change since the frame was created.
11678 (Bug#14838)
11679
11680 2013-07-13 Leo Liu <sdl.web@gmail.com>
11681
11682 * ido.el (ido-read-file-name): Guard against non-symbol value.
11683
11684 2013-07-13 Fabián Ezequiel Gallina <fgallina@gnu.org>
11685
11686 * progmodes/python.el (python-imenu--build-tree): Fix corner case
11687 in nested defuns.
11688
11689 2013-07-13 Leo Liu <sdl.web@gmail.com>
11690
11691 * ido.el (ido-exhibit): Handle ido-enter-matching-directory before
11692 ido-set-matches call. (Bug#6852)
11693
11694 2013-07-12 Dmitry Gutov <dgutov@yandex.ru>
11695
11696 * progmodes/ruby-mode.el (ruby-percent-literals-beg-re)
11697 (ruby-syntax-expansion-allowed-p): Support array of symbols, for
11698 Ruby 2.0.
11699 (ruby-font-lock-keywords): Distinguish calls to functions with
11700 module-like names from module references. Highlight character
11701 literals.
11702
11703 2013-07-12 Sergio Durigan Junior <sergiodj@riseup.net> (tiny change)
11704
11705 * progmodes/gdb-mi.el (gdb-strip-string-backslash): New function.
11706 (gdb-send): Handle continued commands. (Bug#14847)
11707
11708 2013-07-12 Juanma Barranquero <lekktu@gmail.com>
11709
11710 * desktop.el (desktop--v2s): Remove unused local variable.
11711 (desktop-save-buffer): Make defvar-local; adjust docstring.
11712 (desktop-auto-save-timeout, desktop-owner): Use ignore-errors.
11713 (desktop-clear, desktop-save-buffer-p): Use string-match-p.
11714
11715 2013-07-12 Andreas Schwab <schwab@linux-m68k.org>
11716
11717 * emacs-lisp/map-ynp.el (map-y-or-n-p): Fix last change.
11718
11719 2013-07-12 Eli Zaretskii <eliz@gnu.org>
11720
11721 * simple.el (next-line, previous-line): Document TRY-VSCROLL and ARG.
11722 (Bug#14842)
11723
11724 2013-07-12 Glenn Morris <rgm@gnu.org>
11725
11726 * doc-view.el: Require cl-lib at runtime too.
11727 (doc-view-remove-if): Remove.
11728 (doc-view-search-next-match, doc-view-search-previous-match):
11729 Use cl-remove-if.
11730
11731 * edmacro.el: Require cl-lib at runtime too.
11732 (edmacro-format-keys, edmacro-parse-keys): Use cl-mismatch, cl-subseq.
11733 (edmacro-mismatch, edmacro-subseq): Remove.
11734
11735 * shadowfile.el: Require cl-lib.
11736 (shadow-remove-if): Remove.
11737 (shadow-set-cluster, shadow-shadows-of-1, shadow-remove-from-todo):
11738 Use cl-remove-if.
11739
11740 * wid-edit.el: Require cl-lib.
11741 (widget-choose): Use cl-remove-if.
11742 (widget-remove-if): Remove.
11743
11744 * progmodes/ebrowse.el: Require cl-lib at runtime too.
11745 (ebrowse-delete-if-not): Remove.
11746 (ebrowse-browser-buffer-list, ebrowse-member-buffer-list)
11747 (ebrowse-tree-buffer-list, ebrowse-same-tree-member-buffer-list):
11748 Use cl-delete-if-not.
11749
11750 2013-07-12 Juanma Barranquero <lekktu@gmail.com>
11751
11752 * emacs-lisp/cl-macs.el (cl-multiple-value-bind, cl-multiple-value-setq)
11753 (cl-the, cl-declare, cl-defstruct): Fix typos in docstrings.
11754
11755 2013-07-12 Leo Liu <sdl.web@gmail.com>
11756
11757 * ido.el (dired-do-copy, dired): Set 'ido property. (Bug#11954)
11758
11759 2013-07-11 Glenn Morris <rgm@gnu.org>
11760
11761 * emacs-lisp/edebug.el: Require cl-lib at run-time too.
11762 (edebug-gensym-index, edebug-gensym):
11763 Remove reimplementation of cl-gensym.
11764 (edebug-make-enter-wrapper, edebug-make-form-wrapper): Use cl-gensym.
11765
11766 * thumbs.el: Require cl-lib at run-time too.
11767 (thumbs-gensym-counter, thumbs-gensym):
11768 Remove reimplementation of cl-gensym.
11769 (thumbs-temp-file): Use cl-gensym.
11770
11771 * emacs-lisp/ert.el: Require cl-lib at runtime too.
11772 (ert--cl-do-remf, ert--remprop, ert--remove-if-not)
11773 (ert--intersection, ert--set-difference, ert--set-difference-eq)
11774 (ert--union, ert--gensym-counter, ert--gensym-counter)
11775 (ert--coerce-to-vector, ert--remove*, ert--string-position)
11776 (ert--mismatch, ert--subseq): Remove reimplementations of cl funcs.
11777 (ert-make-test-unbound, ert--expand-should-1)
11778 (ert--expand-should, ert--should-error-handle-error)
11779 (should-error, ert--explain-equal-rec)
11780 (ert--plist-difference-explanation, ert-select-tests)
11781 (ert--make-stats, ert--remove-from-list, ert--string-first-line):
11782 Use cl-lib functions rather than reimplementations.
11783
11784 2013-07-11 Michael Albinus <michael.albinus@gmx.de>
11785
11786 * net/tramp.el (tramp-methods): Extend docstring.
11787 (tramp-connection-timeout): New defcustom.
11788 (tramp-error-with-buffer): Reset timestamp only when appropriate.
11789 (with-tramp-progress-reporter): Simplify.
11790 (tramp-process-actions): Improve messages.
11791
11792 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
11793 * net/tramp-sh.el (tramp-maybe-open-connection):
11794 Use `tramp-connection-timeout'.
11795 (tramp-methods) <su, sudo, ksu>: Add method specific timeouts.
11796 (Bug#14808)
11797
11798 2013-07-11 Leo Liu <sdl.web@gmail.com>
11799
11800 * ido.el (ido-read-file-name): Conform to the requirements of
11801 read-file-name. (Bug#11861)
11802 (ido-read-directory-name): Conform to the requirements of
11803 read-directory-name.
11804
11805 2013-07-11 Juanma Barranquero <lekktu@gmail.com>
11806
11807 * subr.el (delay-warning): New function.
11808
11809 2013-07-10 Eli Zaretskii <eliz@gnu.org>
11810
11811 * simple.el (default-line-height): New function.
11812 (line-move-partial, line-move): Use it instead of computing the
11813 line height inline.
11814 (line-move-partial): Always compute ROWH. If the last line is
11815 partially-visible, but its text is completely visible, allow
11816 cursor to enter such a partially-visible line.
11817
11818 2013-07-10 Michael Albinus <michael.albinus@gmx.de>
11819
11820 Improve error messages. (Bug#14808)
11821
11822 * net/tramp.el (tramp-current-connection): New defvar, moved from
11823 tramp-sh.el.
11824 (tramp-message-show-progress-reporter-message): Remove, not
11825 needed anymore.
11826 (tramp-error-with-buffer): Show message in minibuffer.
11827 Discard input before waiting. Reset connection timestamp.
11828 (with-tramp-progress-reporter): Improve messages.
11829 (tramp-process-actions): Use progress reporter. Delete process in
11830 case of error. Improve messages.
11831
11832 * net/tramp-sh.el (tramp-barf-if-no-shell-prompt): Use condition-case.
11833 Call `tramp-error-with-buffer' with vector and buffer.
11834 (tramp-current-connection): Remove.
11835 (tramp-maybe-open-connection): The car of
11836 `tramp-current-connection' are the first 3 slots of the vector.
11837
11838 2013-07-10 Teodor Zlatanov <tzz@lifelogs.com>
11839
11840 * progmodes/cfengine.el (cfengine3-indent-line): Do not indent
11841 inside continued strings.
11842
11843 2013-07-10 Paul Eggert <eggert@cs.ucla.edu>
11844
11845 Timestamp fixes for undo (Bug#14824).
11846 * files.el (clear-visited-file-modtime): Move here from fileio.c.
11847
11848 2013-07-10 Leo Liu <sdl.web@gmail.com>
11849
11850 * files.el (require-final-newline): Allow safe local value.
11851 (Bug#14834)
11852
11853 2013-07-09 Leo Liu <sdl.web@gmail.com>
11854
11855 * ido.el (ido-read-directory-name): Handle fallback.
11856 (ido-read-file-name): Update DIR to ido-current-directory.
11857 (Bug#1516)
11858 (ido-add-virtual-buffers-to-list): Robustify. (Bug#14552)
11859
11860 2013-07-09 Dmitry Gutov <dgutov@yandex.ru>
11861
11862 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Remove extra
11863 "autoload". Remove "warn lower camel case" section, previously
11864 commented out. Highlight negation char. Do not highlight the
11865 target in singleton method definitions.
11866
11867 2013-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
11868
11869 * faces.el (tty-setup-hook): Declare the hook.
11870
11871 * emacs-lisp/pcase.el (pcase--split-pred): Add `vars' argument to try
11872 and detect when a guard/pred depends on local vars (bug#14773).
11873 (pcase--u1): Adjust caller.
11874
11875 2013-07-08 Eli Zaretskii <eliz@gnu.org>
11876
11877 * simple.el (line-move-partial, line-move): Account for
11878 line-spacing.
11879 (line-move-partial): Avoid setting vscroll when the last
11880 partially-visible line in window is of default height.
11881
11882 2013-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
11883
11884 * net/shr.el (shr-map): Reinstate the `u' key binding, since it's
11885 been used a while.
11886
11887 2013-07-07 Juanma Barranquero <lekktu@gmail.com>
11888
11889 * subr.el (read-quoted-char): Remove unused local variable `char'.
11890
11891 2013-07-07 Michael Kifer <kifer@cs.stonybrook.edu>
11892
11893 * ediff.el (ediff-version): Version update.
11894 (ediff-files-command, ediff3-files-command, ediff-merge-command)
11895 (ediff-merge-with-ancestor-command, ediff-directories-command)
11896 (ediff-directories3-command, ediff-merge-directories-command)
11897 (ediff-merge-directories-with-ancestor-command): New functions.
11898 All are command-line interfaces to ediff: to facilitate calling
11899 Emacs with the appropriate ediff functions invoked.
11900
11901 * viper-cmd.el (viper-del-forward-char-in-insert): New function.
11902 (viper-save-kill-buffer): Check if buffer is modified.
11903
11904 * viper.el (viper-version): Version update.
11905 (viper-emacs-state-mode-list): Add egg-status-buffer-mode.
11906
11907 2013-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
11908
11909 * faces.el (tty-run-terminal-initialization): Run new tty-setup-hook.
11910 * viper-cmd.el (viper-envelop-ESC-key): Remove function.
11911 (viper-intercept-ESC-key): Simplify.
11912 * viper-keym.el (viper-ESC-key): Make it a constant, don't use kbd.
11913 * viper.el (viper--tty-ESC-filter, viper--lookup-key)
11914 (viper-catch-tty-ESC, viper-uncatch-tty-ESC)
11915 (viper-setup-ESC-to-escape): New functions.
11916 (viper-go-away, viper-set-hooks): Call viper-setup-ESC-to-escape.
11917 (viper-set-hooks): Do not modify flyspell-mode-hook. (Bug#13793)
11918
11919 2013-07-07 Eli Zaretskii <eliz@gnu.org>
11920
11921 * simple.el (default-font-height, window-screen-lines):
11922 New functions.
11923 (line-move, line-move-partial): Use them instead of
11924 frame-char-height and window-text-height. This makes scrolling
11925 text smoother when the buffer's default face uses a font that is
11926 different from the frame's default font.
11927
11928 2013-07-06 Jan Djärv <jan.h.d@swipnet.se>
11929
11930 * files.el (write-file): Do not display confirm dialog for NS,
11931 it does its own dialog, which can't be canceled (Bug#14578).
11932
11933 2013-07-06 Eli Zaretskii <eliz@gnu.org>
11934
11935 * simple.el (line-move-partial): Adjust the row returned by
11936 posn-at-point for the current window-vscroll. (Bug#14567)
11937
11938 2013-07-06 Michael Albinus <michael.albinus@gmx.de>
11939
11940 * net/tramp-sh.el (tramp-sh-file-gvfs-monitor-dir-process-filter)
11941 (tramp-sh-file-inotifywait-process-filter): Handle file names with
11942 spaces.
11943
11944 2013-07-06 Martin Rudalics <rudalics@gmx.at>
11945
11946 * window.el (window-state-put-stale-windows): New variable.
11947 (window--state-put-2): Save list of windows without matching buffer.
11948 (window-state-put): Remove "bufferless" windows if possible.
11949
11950 2013-07-06 Juanma Barranquero <lekktu@gmail.com>
11951
11952 * simple.el (alternatives-define): Remove leftover :group keyword.
11953 Tweak docstring.
11954
11955 2013-07-06 Leo Liu <sdl.web@gmail.com>
11956
11957 * ido.el (ido-use-virtual-buffers): Allow new value 'auto.
11958 (ido-enable-virtual-buffers): New variable.
11959 (ido-buffer-internal, ido-toggle-virtual-buffers)
11960 (ido-make-buffer-list): Use it.
11961 (ido-exhibit): Support turning on and off virtual buffers
11962 automatically.
11963
11964 2013-07-06 Juanma Barranquero <lekktu@gmail.com>
11965
11966 * simple.el (alternatives-define): New macro.
11967
11968 2013-07-06 Stefan Monnier <monnier@iro.umontreal.ca>
11969
11970 * subr.el (read-quoted-char): Use read-key.
11971 (sit-for): Let read-event decode tty input (bug#14782).
11972
11973 2013-07-05 Stephen Berman <stephen.berman@gmx.net>
11974
11975 * calendar/todo-mode.el: Add handling of file deletion, both by
11976 mode command and externally. Fix various related bugs.
11977 Clarify Commentary and improve some documentation strings and code.
11978 (todo-delete-file): New command.
11979 (todo-check-file): New function.
11980 (todo-show): Handle external deletion of the file we're trying to
11981 show (bug#14688). Replace called-interactively-p by an optional
11982 prefix argument to avoid problematic interaction with catch form
11983 when byte compiled (bug#14702).
11984 (todo-quit): Handle external deletion of the archive's todo file.
11985 Make sure the buffer that was visiting the archive file is still
11986 live before trying to bury it.
11987 (todo-category-completions): Handle external deletion of any
11988 category completion files.
11989 (todo-jump-to-category, todo-basic-insert-item): Recalculate list
11990 of todo files, in case of external deletion.
11991 (todo-add-file): Replace unnecessary setq by let-binding.
11992 (todo-find-archive): Check whether there are any archives.
11993 Replace unnecessary setq by let-binding.
11994 (todo-archive-done-item): Use find-file-noselect to get the
11995 archive buffer whether or not the archive already exists.
11996 Remove superfluous code. Use file size instead of buffer-file-name to
11997 check if the archive is new; if it is, update list of archives.
11998 (todo-default-todo-file): Allow nil to be a valid value for when
11999 there are no todo files.
12000 (todo-reevaluate-default-file-defcustom): Use corrected definition
12001 of todo-default-todo-file.
12002 (todo-key-bindings-t+a+f): Add key binding for todo-delete-file.
12003 (todo-delete-category, todo-show-categories-table)
12004 (todo-category-number): Clarify comment.
12005 (todo-filter-items): Clarify documentation string.
12006 (todo-show-current-file, todo-display-as-todo-file)
12007 (todo-reset-and-enable-done-separator): Tweak documentation string.
12008 (todo-done-separator): Make separator length window-width, since
12009 bug#2749 is now fixed.
12010
12011 2013-07-05 Michael Albinus <michael.albinus@gmx.de>
12012
12013 * net/tramp-sh.el (tramp-sh-handle-file-notify-add-watch):
12014 Support both "gvfs-monitor-dir" and "inotifywait".
12015 (tramp-sh-file-inotifywait-process-filter): Rename from
12016 `tramp-sh-file-notify-process-filter'.
12017 (tramp-sh-file-gvfs-monitor-dir-process-filter)
12018 (tramp-get-remote-gvfs-monitor-dir): New defuns.
12019
12020 2013-07-05 Leo Liu <sdl.web@gmail.com>
12021
12022 * autoinsert.el (auto-insert-alist): Default to lexical-binding.
12023
12024 2013-07-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12025
12026 * frame.el (display-pixel-height, display-pixel-width)
12027 (display-mm-height, display-mm-width): Mention behavior on
12028 multi-monitor setups in docstrings.
12029 (w32-display-monitor-attributes-list): Declare function.
12030 (display-monitor-attributes-list): Use it.
12031
12032 2013-07-04 Michael Albinus <michael.albinus@gmx.de>
12033
12034 * filenotify.el: New package.
12035
12036 * autorevert.el (top): Require filenotify.el.
12037 (auto-revert-notify-enabled): Remove. Use `file-notify-support'
12038 instead.
12039 (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
12040 (auto-revert-notify-handler): Use `file-notify-*' functions.
12041
12042 * subr.el (file-notify-handle-event): Move function to filenotify.el.
12043
12044 * net/tramp.el (tramp-file-name-for-operation):
12045 Handle `file-notify-add-watch' and `file-notify-rm-watch'.
12046
12047 * net/tramp-sh.el (tramp-sh-file-name-handler-alist): Add handler
12048 for `file-notify-add-watch' and `file-notify-rm-watch'.
12049 (tramp-process-sentinel): Improve trace.
12050 (tramp-sh-handle-file-notify-add-watch)
12051 (tramp-sh-file-notify-process-filter)
12052 (tramp-sh-handle-file-notify-rm-watch)
12053 (tramp-get-remote-inotifywait): New defuns.
12054
12055 2013-07-03 Juri Linkov <juri@jurta.org>
12056
12057 * buff-menu.el (Buffer-menu-multi-occur): Add args and move the
12058 call of `occur-read-primary-args' to interactive spec.
12059
12060 * ibuffer.el (ibuffer-mode-map): Bind "M-s a C-o" to
12061 `ibuffer-do-occur' like in buff-menu.el. (Bug#14673)
12062
12063 2013-07-03 Matthias Meulien <orontee@gmail.com>
12064
12065 * buff-menu.el (Buffer-menu-mode-map): Bind "M-s a C-o" to
12066 `Buffer-menu-multi-occur'. Add it to the menu.
12067 (Buffer-menu-mode): Document it in docstring.
12068 (Buffer-menu-multi-occur): New command. (Bug#14673)
12069
12070 2013-07-03 Dmitry Gutov <dgutov@yandex.ru>
12071
12072 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Highlight more
12073 keywords and built-ins.
12074
12075 2013-07-03 Glenn Morris <rgm@gnu.org>
12076
12077 * subr.el (y-or-n-p): Handle empty prompts. (Bug#14770)
12078
12079 Make info-xref checks case-sensitive by default
12080 * info.el (Info-find-node, Info-find-in-tag-table)
12081 (Info-find-node-in-buffer, Info-find-node-2, Info-goto-node):
12082 Add option for exact case matching of nodes.
12083 * info-xref.el (info-xref): New custom group.
12084 (info-xref-case-fold): New option.
12085 (info-xref-goto-node-p): Pass info-xref-case-fold to Info-goto-node.
12086
12087 2013-07-03 Leo Liu <sdl.web@gmail.com>
12088
12089 * ido.el (ido-delete-file-at-head): Respect delete-by-moving-to-trash.
12090
12091 2013-07-03 Dmitry Gutov <dgutov@yandex.ru>
12092
12093 * progmodes/ruby-mode.el (ruby-move-to-block): When we're at a
12094 middle of block statement initially, lower the depth. Remove
12095 FIXME comment, not longer valid. Remove middle of block statement
12096 detection, no need to do that anymore since we've been using
12097 `ruby-parse-region' here.
12098
12099 2013-07-02 Jan Djärv <jan.h.d@swipnet.se>
12100
12101 * term/ns-win.el (display-format-alist): Use .* (Bug#14765).
12102
12103 2013-07-01 Katsumi Yamaoka <yamaoka@jpl.org>
12104
12105 * wid-edit.el (widget-default-get): Don't modify widget (Bug#14738).
12106
12107 2013-07-01 Juanma Barranquero <lekktu@gmail.com>
12108
12109 * desktop.el (desktop-restore-frames): Rename from desktop-save-windows.
12110 (desktop-restore-in-current-display): New customization option.
12111 (desktop--excluded-frame-parameters): Add `font'.
12112 (desktop--save-frames): Rename from desktop--save-windows.
12113 (desktop--restore-in-this-display-p): New function.
12114 (desktop--make-full-frame): Remove unwanted width/height from
12115 full(width|height) frames.
12116 (desktop--restore-frames): Rename from desktop--restore-windows.
12117 Obey desktop-restore-current-display. Do not delete old frames or
12118 select a new frame unless we were able to restore at least one frame.
12119
12120 2013-06-30 Michal Nazarewicz <mina86@mina86.com>
12121
12122 * files.el (find-file-noselect): Simplify conditional expression.
12123
12124 * textmodes/remember.el (remember-append-to-file):
12125 Don't mix `find-buffer-visiting' and `get-file-buffer'.
12126
12127 Add `remember-notes' function to store random notes across Emacs
12128 restarts.
12129 * textmodes/remember.el (remember-data-file): Add :set callback to
12130 affect notes buffer (if any).
12131 (remember-notes): New command.
12132 (remember-notes-buffer-name, bury-remember-notes-on-kill):
12133 New defcustoms for the `remember-notes' function.
12134 (remember-notes-save-and-bury-buffer): New command.
12135 (remember-notes-mode-map): New variable.
12136 (remember-mode): New minor mode.
12137 (remember-notes--kill-buffer-query): New function.
12138 * startup.el (initial-buffer-choice): Add notes to custom type.
12139
12140 2013-06-30 Eli Zaretskii <eliz@gnu.org>
12141
12142 * bindings.el (right-char, left-char): Don't call sit-for, this is
12143 no longer needed. Use arithmetic comparison only for numerical
12144 arguments.
12145
12146 * international/mule-cmds.el (select-safe-coding-system):
12147 Handle the case of FROM being a string correctly. (Bug#14755)
12148
12149 2013-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
12150
12151 * net/shr.el (shr-make-table-1): Add a sanity check that allows
12152 progression on degenerate tables.
12153 (shr-rescale-image): ImageMagick animated images currently don't work.
12154
12155 2013-06-30 Juanma Barranquero <lekktu@gmail.com>
12156
12157 Some fixes and improvements for desktop frame restoration.
12158 It is still experimental and disabled by default.
12159 * desktop.el (desktop--save-windows): Put the selected frame at
12160 the head of the list.
12161 (desktop--make-full-frame): New function.
12162 (desktop--restore-windows): Try to re-select the frame that was
12163 selected upon saving. Do not abort if some frames fail to restore,
12164 just show an error message and continue. Set up maximized frames
12165 so they have default non-maximized dimensions.
12166
12167 2013-06-30 Dmitry Gutov <dgutov@yandex.ru>
12168
12169 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
12170 Don't start heredoc inside a string or comment.
12171
12172 2013-06-29 Eli Zaretskii <eliz@gnu.org>
12173
12174 * bindings.el (visual-order-cursor-movement): New defcustom.
12175 (right-char, left-char): Provide visual-order cursor motion by
12176 calling move-point-visually. Update the doc strings.
12177
12178 2013-06-28 Kenichi Handa <handa@gnu.org>
12179
12180 * international/mule.el (define-coding-system): New coding system
12181 properties :inhibit-null-byte-detection,
12182 :inhibit-iso-escape-detection, and :prefer-utf-8.
12183 (set-buffer-file-coding-system): If :charset-list property of
12184 CODING-SYSTEM is `emacs', do not check if CODING-SYSTEM is
12185 appropriate for setting.
12186
12187 * international/mule-cmds.el (select-safe-coding-system):
12188 If DEFAULT-CODING-SYSTEM is prefer-utf-8 and the buffer contains
12189 multibyte characters, return utf-8 (or one of its siblings).
12190
12191 * international/mule-conf.el (prefer-utf-8): New coding system.
12192 (file-coding-system-alist): Use prefer-utf-8 as default for Elisp
12193 files.
12194
12195 2013-06-28 Ivan Kanis <ivan@kanis.fr>
12196
12197 * net/shr.el (shr-render-region): New function.
12198
12199 * net/eww.el: Autoload `eww-browse-url'.
12200
12201 2013-06-27 Dmitry Gutov <dgutov@yandex.ru>
12202
12203 * emacs-lisp/package-x.el (package-upload-buffer-internal):
12204 Adapt to `package-desc-version' being a list.
12205 Use `package--ac-desc-version' to retrieve version from a package
12206 archive element.
12207
12208 2013-06-27 Juanma Barranquero <lekktu@gmail.com>
12209
12210 New experimental feature to save&restore window and frame setup.
12211 * desktop.el (desktop-save-windows): New defcustom.
12212 (desktop--saved-states): New var.
12213 (desktop--excluded-frame-parameters): New defconst.
12214 (desktop--filter-frame-parms, desktop--find-frame-in-display)
12215 (desktop--restore-windows, desktop--save-windows): New functions.
12216 (desktop-save): Call `desktop--save-windows'.
12217 (desktop-read): Call `desktop--restore-windows'.
12218
12219 2013-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
12220
12221 * net/shr.el (add-face-text-property): Remove compat definition.
12222
12223 2013-06-27 Stephen Berman <stephen.berman@gmx.net>
12224
12225 * info.el (Info-try-follow-nearest-node): Move search for footnote
12226 above search for node name to prevent missing a footnote (bug#14717).
12227
12228 2013-06-27 Stephen Berman <stephen.berman@gmx.net>
12229
12230 * obsolete/otodo-mode.el: Add obsolescence info to file header.
12231
12232 2013-06-27 Leo Liu <sdl.web@gmail.com>
12233
12234 * net/eww.el (eww-read-bookmarks): Check file size.
12235
12236 2013-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
12237
12238 * emacs-lisp/nadvice.el (advice--defalias-fset): Move advice back to
12239 advice--pending if newdef is nil or an autoload (bug#13820).
12240 (advice-mapc): New function.
12241
12242 2013-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
12243
12244 * net/eww.el (eww-mode): Undo isn't necessary in eww buffers,
12245 probably.
12246 (eww-mode-map): Add a menu bar.
12247 (eww-add-bookmark): New command.
12248 (eww-bookmark-mode): New mode and commands.
12249 (eww-add-bookmark): Remove newlines from the title.
12250 (eww-bookmark-browse): Don't bug out if it's the only window.
12251
12252 2013-06-26 Glenn Morris <rgm@gnu.org>
12253
12254 * htmlfontify.el (hfy-triplet): Handle unspecified-fg, bg.
12255 (hfy-size): Handle ttys. (Bug#14668)
12256
12257 * info-xref.el: Update for Texinfo 5 change in *note format.
12258 (info-xref-node-re, info-xref-note-re): New constants.
12259 (info-xref-check-buffer): Use info-xref-note-re.
12260
12261 2013-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
12262
12263 * simple.el (set-variable): Use read-from-minibuffer (bug#14710).
12264
12265 * emacs-lisp/package.el (package--add-to-archive-contents): Add missing
12266 nil terminate the loop (bug#14718).
12267
12268 2013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
12269
12270 * net/eww.el: Rework history traversal. When going forward/back,
12271 put these actions into the history, too, so that they can be
12272 replayed.
12273 (eww-render): Move the history reset to the correct buffer.
12274
12275 2013-06-25 Juri Linkov <juri@jurta.org>
12276
12277 * files-x.el (modify-dir-local-variable): Change the header comment
12278 in the file with directory local variables. (Bug#14692)
12279
12280 * files-x.el (read-file-local-variable-value): Add `default'.
12281 (Bug#14710)
12282
12283 2013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
12284
12285 * net/eww.el (eww-make-unique-file-name): Create a unique file
12286 name before saving to entering `y' accidentally asynchronously.
12287
12288 2013-06-25 Ivan Kanis <ivan@kanis.fr>
12289
12290 * net/eww.el (eww-download): New command and keystroke.
12291
12292 2013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
12293
12294 * net/eww.el (eww-copy-page-url): Change name of command.
12295
12296 * net/shr.el (shr-map): Change `shr-copy-url' from `u' to `w' to
12297 be more consistent with Info and dired.
12298
12299 * net/eww.el (eww-mode-map): Ditto.
12300
12301 2013-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
12302
12303 * emacs-lisp/package.el: Use lexical-binding. Include obsolete
12304 packages from archives.
12305 (package-archive-contents): Change format; include obsolete packages.
12306 (package-desc): Use `dir' to mark builtin packages.
12307 (package--from-builtin): Set the `dir' field to `builtin'.
12308 (generated-autoload-file, version-control): Declare.
12309 (package-compute-transaction): Change first arg and return value to be
12310 lists of package-descs. Adjust to new package-archive-contents format.
12311 (package--add-to-archive-contents): Adjust to new
12312 package-archive-contents format.
12313 (package-download-transaction): Arg is now a list of package-descs.
12314 (package-install): If `pkg' is a package name, pass it as
12315 a requirement, so it is subject to the usual (e.g. disabled) checks.
12316 (describe-package): Accept package-desc as well.
12317 (describe-package-1): Describe a specific package-desc. Add links to
12318 other package-descs for the same package name.
12319 (package-menu-describe-package): Pass the actual package-desc.
12320 (package-menu-mode): Add to tabulated-list-revert-hook so revert-buffer
12321 works correctly.
12322 (package-desc-status): New function.
12323 (package-menu--refresh): New function, extracted
12324 from package-menu--generate.
12325 (package-menu--generate): Use it.
12326 (package-delete): Update package-alist.
12327 (package-menu-execute): Don't call package-initialize.
12328
12329 * progmodes/idlw-toolbar.el, progmodes/idlw-shell.el,
12330 progmodes/idlw-help.el, progmodes/idlw-complete-structtag.el,
12331 progmodes/ebnf-yac.el, progmodes/ebnf-otz.el, progmodes/ebnf-iso.el,
12332 progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-bnf.el,
12333 progmodes/ebnf-abn.el, emacs-lisp/package-x.el, emacs-lisp/cl-seq.el,
12334 emacs-lisp/cl-macs.el: Neuter the "Version:" header.
12335
12336 2013-06-25 Martin Rudalics <rudalics@gmx.at>
12337
12338 * window.el (window--state-get-1): Workaround for bug#14527.
12339 http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00941.html
12340
12341 2013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
12342
12343 * net/eww.el (eww-back-url): Implement the history by stashing all
12344 the data into a list.
12345 (eww-forward-url): Allow going forward in the history, too.
12346
12347 2013-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
12348
12349 * files-x.el (read-file-local-variable-value): Use read-from-minibuffer
12350 for values and use read--expression for expressions (bug#14710).
12351 (read-file-local-variable): Avoid setq.
12352 (read-file-local-variable-mode): Use minor-mode-list.
12353
12354 2013-06-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
12355
12356 * textmodes/bibtex.el (bibtex-generate-url-list): Add support
12357 for DOI URLs.
12358
12359 2013-06-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
12360
12361 * textmodes/bibtex.el (bibtex-mode, bibtex-set-dialect):
12362 Update imenu-support when dialect changes.
12363
12364 2013-06-25 Leo Liu <sdl.web@gmail.com>
12365
12366 * ido.el (ido-read-internal): Allow forward slash on windows.
12367
12368 2013-06-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
12369
12370 * net/eww.el (eww): Start of strings is \\`, not ^.
12371
12372 2013-06-24 Ivan Kanis <ivan@kanis.fr>
12373
12374 * net/shr.el (shr-browse-url): Fix interactive spec.
12375
12376 * net/eww.el (eww): Add a trailing slash to domain names.
12377
12378 2013-06-24 Juanma Barranquero <lekktu@gmail.com>
12379
12380 * faces.el (face-spec-recalc): Revert part of 2013-06-23T20:29:18Z!lekktu@gmail.com (bug#14705).
12381
12382 2013-06-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
12383
12384 * net/shr.el (shr-browse-url): Use an external browser if given a
12385 prefix.
12386
12387 * net/eww.el (eww-external-browser): Move to shr.
12388
12389 2013-06-24 Ivan Kanis <ivan@kanis.fr>
12390
12391 * net/eww.el (eww): Work more correctly for file: URLs.
12392 (eww-detect-charset): Allow quoted charsets.
12393 (eww-yank-page-url): New command and keystroke.
12394
12395 2013-06-24 Daiki Ueno <ueno@gnu.org>
12396
12397 * epg.el (epg-make-context): Check if PROTOCOL is valid; embed the
12398 file name of gpg executable.
12399 (epg-context-program): New function.
12400 (epg-context-home-directory): New function.
12401 (epg-context-set-program): New function.
12402 (epg-context-set-home-directory): New function.
12403 (epg--start): Use `epg-context-program' instead of
12404 'epg-gpg-program'.
12405 (epg--list-keys-1): Likewise.
12406
12407 2013-06-24 Leo Liu <sdl.web@gmail.com>
12408
12409 * ido.el (ido-read-internal): Fix bug#14620.
12410
12411 2013-06-23 Juanma Barranquero <lekktu@gmail.com>
12412
12413 * faces.el (face-documentation): Simplify.
12414 (read-face-attribute, tty-find-type, x-resolve-font-name):
12415 Use `string-match-p'.
12416 (list-faces-display): Use `string-match-p'. Simplify.
12417 (face-spec-recalc): Check face to avoid face alias loops.
12418 (read-color): Use `string-match-p' and non-capturing parenthesis.
12419
12420 2013-06-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
12421
12422 * net/shr.el (shr-rescale-image): Use the new
12423 :max-width/:max-height functionality.
12424
12425 2013-06-23 Ivan Kanis <ivan@kanis.fr>
12426
12427 * net/eww.el (eww-search-prefix): New variable.
12428 (eww): Use it.
12429 (eww-external-browser): New variable.
12430 (eww-mode-map): New keystroke.
12431 (eww-browse-with-external-browser): New command.
12432
12433 * net/eww.el: Bind `C-c C-c' to "submit" in all form keymaps.
12434
12435 2013-06-23 Juanma Barranquero <lekktu@gmail.com>
12436
12437 * emacs-lisp/tabulated-list.el (tabulated-list-init-header):
12438 Don't skip aligning the next header field when padding is 0;
12439 otherwise, field width is not respected unless the title is as
12440 wide as the field.
12441
12442 2013-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
12443
12444 * emacs-lisp/package.el (package-el-version): Remove.
12445 (package-process-define-package): Fix inf-loop.
12446 (package-install): Allow symbols as arguments again.
12447
12448 2013-06-22 Dmitry Gutov <dgutov@yandex.ru>
12449
12450 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Move `catch',
12451 add some more keyword-like methods.
12452 http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00911.html
12453
12454 2013-06-22 Juanma Barranquero <lekktu@gmail.com>
12455
12456 * bs.el (bs-buffer-show-mark): Make defvar-local.
12457 (bs-mode): Use setq-local.
12458
12459 * emacs-lock.el (emacs-lock-mode, emacs-lock--old-mode)
12460 (emacs-lock--try-unlocking): Make defvar-local.
12461
12462 2013-06-22 Glenn Morris <rgm@gnu.org>
12463
12464 * play/cookie1.el (cookie-apropos): Minor simplification.
12465
12466 * progmodes/gdb-mi.el (gdb-mapcar*): Remove, replace with cl-mapcar.
12467
12468 2013-06-22 Dmitry Gutov <dgutov@yandex.ru>
12469
12470 * progmodes/ruby-mode.el (auto-mode-alist): Do not use
12471 `regexp-opt', it breaks the build during dumping.
12472
12473 2013-06-21 Dmitry Gutov <dgutov@yandex.ru>
12474
12475 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
12476 Highlight keyword-like methods on Kernel and Module with
12477 font-lock-builtin-face.
12478 (auto-mode-alist): Consolidate different entries into one regexp
12479 and add more *file-s.
12480
12481 2013-06-21 Stephen Berman <stephen.berman@gmx.net>
12482
12483 * obsolete/otodo-mode.el: Move and rename from calendar/todo-mode.el.
12484
12485 * calendar/diary-lib.el (diary-goto-entry-function): New variable.
12486 (diary-entry): Use it in the action of this button type instead of
12487 diary-goto-entry.
12488
12489 * calendar/todo-mode.el: New version.
12490 (todo-add-category): Append new category to end of file and give
12491 it the highest number, instead of putting it at the beginning and
12492 giving it 0. Incorporate noninteractive functionality.
12493 (todo-forward-category): Adapt to 1-based category numbering.
12494 Allow skipping over archived categories.
12495 (todo-backward-category): Derive from todo-forward-category.
12496 (todo-backward-item, todo-forward-item): Make noninteractive and
12497 delegate interactive part to new commands. Make sensitive to done items.
12498 (todo-categories): Make value an alist of category names and
12499 vectors of item counts.
12500 (todo-category-beg): Make a defconst.
12501 (todo-category-number): Use 1 instead of 0 as initial value.
12502 (todo-category-select): Make sensitive to overlays, optional item
12503 highlighting and done items.
12504 (todo-delete-item): Make sensitive to overlays and marked and done items.
12505 (todo-edit-item): Make sensitive to overlays and editing of
12506 date/time header optional. Add format checks.
12507 (todo-edit-multiline): Rename to todo-edit-multiline-item. Make a
12508 no-op if point is not on an item. Advertise using todo-edit-quit.
12509 (todo-edit-mode): Make sensitive to new format, font-locking, and
12510 multiple todo files.
12511 (todo-insert-item, todo-insert-item-here): Derive from
12512 todo-basic-insert-item and extend functionality.
12513 (todo-item-end, todo-item-start): Make sensitive to done items.
12514 (todo-item-string): Don't return text properties. Restore point.
12515 (todo-jump-to-category): Make sensitive to multiple todo files and
12516 todo archives. Use extended category completion.
12517 (todo-lower-item, todo-raise-item): Rename to *-priority and
12518 derive from todo-set-item-priority.
12519 (todo-mode): Derive from special-mode. Make sensitive to new
12520 format, font-locking and multiple todo files. Make read-only.
12521 (todo-mode-map): Don't suppress digit keys, so they can supply
12522 prefix arguments. Add many new key bindings.
12523 (todo-prefix): Insert as an overlay instead of file text.
12524 Change semantics from diary date expression to purely visual mark.
12525 (todo-print): Rename to todo-print-buffer. Make buffer display
12526 features printable. Remove option to restrict number of items
12527 printed. Add option to print to file.
12528 (todo-print-function): Rename to todo-print-buffer-function.
12529 (todo-quit): Extend to handle exiting new todo modes.
12530 (todo-remove-item): Make sensitive to overlays.
12531 (todo-save): Extend to buffers of filtered items.
12532 (todo-show): Make sensitive to done items, multiple todo files and
12533 new todo modes. Offer to convert legacy todo file before creating
12534 first new todo file.
12535 (todo-show-priorities): Rename to todo-top-priorities.
12536 Change semantics of value 0.
12537 (todo-top-priorities): Rename to todo-filter-top-priorities,
12538 derive from todo-filter-items and extend functionality.
12539 (todo-save-top-priorities): Rename to todo-save-filtered-items-buffer
12540 and extend functionality to other types of filtered items.
12541 (todo-add-item-non-interactively, todo-ask-p, todo-cat-slct)
12542 (todo-category-end, todo-category-sep, todo-cats, todo-cmd-back)
12543 (todo-cmd-done, todo-cmd-edit, todo-cmd-forw, todo-cmd-inst)
12544 (todo-cmd-kill, todo-cmd-lowr, todo-cmd-next, todo-cmd-prev)
12545 (todo-cmd-rais, todo-cmd-save, todo-completing-read, todo-cp)
12546 (todo-edit-mode-hook, todo-entry-prefix-function)
12547 (todo-entry-timestamp-initials, todo-file-do, todo-file-done)
12548 (todo-file-item, todo-file-top, todo-header, todo-initial-setup)
12549 (todo-initials, todo-insert-threshold, todo-item-string-start)
12550 (todo-line-string, todo-menu, todo-mode-hook)
12551 (todo-more-important-p, todo-previous-answer, todo-previous-line)
12552 (todo-print-priorities, todo-remove-separator)
12553 (todo-save-top-priorities-too, todo-string-count-lines)
12554 (todo-string-multiline-p, todo-time-string-format)
12555 (todo-tmp-buffer-name): Remove.
12556 (todo-add-file, todo-archive-done-item, todo-choose-archive)
12557 (todo-convert-legacy-files, todo-copy-item, todo-delete-category)
12558 (todo-edit-category-diary-inclusion)
12559 (todo-edit-category-diary-nonmarking, todo-edit-done-item-comment)
12560 (todo-edit-file, todo-edit-item-date-day)
12561 (todo-edit-item-date-day-name, todo-edit-item-date-from-calendar)
12562 (todo-edit-item-date-month, todo-edit-item-date-to-today)
12563 (todo-edit-item-date-year, todo-edit-item-diary-inclusion)
12564 (todo-edit-item-diary-nonmarking, todo-edit-item-header)
12565 (todo-edit-item-time, todo-edit-quit, todo-filter-diary-items)
12566 (todo-filter-diary-items-multifile, todo-filter-regexp-items)
12567 (todo-filter-regexp-items-multifile, todo-filter-top-priorities)
12568 (todo-filter-top-priorities-multifile, todo-find-archive)
12569 (todo-find-filtered-items-file, todo-go-to-source-item)
12570 (todo-insert-item-from-calendar, todo-item-done, todo-item-undone)
12571 (todo-jump-to-archive-category, todo-lower-category)
12572 (todo-mark-category, todo-marked-item-p, todo-merge-category)
12573 (todo-move-category, todo-move-item, todo-next-button)
12574 (todo-next-item, todo-padded-string, todo-powerset)
12575 (todo-previous-button, todo-previous-item)
12576 (todo-print-buffer-to-file, todo-raise-category)
12577 (todo-rename-category, todo-repair-categories-sexp, todo-search)
12578 (todo-set-category-number, todo-set-item-priority)
12579 (todo-set-top-priorities-in-category)
12580 (todo-set-top-priorities-in-file, todo-show-categories-table)
12581 (todo-sort-categories-alphabetically-or-numerically)
12582 (todo-sort-categories-by-archived, todo-sort-categories-by-diary)
12583 (todo-sort-categories-by-done, todo-sort-categories-by-todo)
12584 (todo-toggle-item-header, todo-toggle-item-highlighting)
12585 (todo-toggle-mark-item, todo-toggle-prefix-numbers)
12586 (todo-toggle-view-done-items, todo-toggle-view-done-only)
12587 (todo-unarchive-items, todo-unmark-category): New commands.
12588 (todo-absolute-file-name, todo-add-to-buffer-list)
12589 (todo-adjusted-category-label-length, todo-basic-edit-item-header)
12590 (todo-basic-insert-item, todo-category-completions)
12591 (todo-category-number, todo-category-string-matcher-1)
12592 (todo-category-string-matcher-2, todo-check-filtered-items-file)
12593 (todo-check-format, todo-clear-matches)
12594 (todo-comment-string-matcher, todo-convert-legacy-date-time)
12595 (todo-current-category, todo-date-string-matcher)
12596 (todo-define-insertion-command, todo-diary-expired-matcher)
12597 (todo-diary-goto-entry, todo-diary-item-p)
12598 (todo-diary-nonmarking-matcher, todo-display-as-todo-file)
12599 (todo-display-categories, todo-display-sorted, todo-done-item-p)
12600 (todo-done-item-section-p, todo-done-separator)
12601 (todo-done-string-matcher, todo-files, todo-filter-items)
12602 (todo-filter-items-1, todo-filter-items-filename, todo-find-item)
12603 (todo-gen-arglists, todo-get-count, todo-get-overlay, todo-indent)
12604 (todo-insert-category-line, todo-insert-item-from-calendar)
12605 (todo-insert-sort-button, todo-insert-with-overlays)
12606 (todo-insertion-command-name, todo-insertion-key-bindings)
12607 (todo-label-to-key, todo-longest-category-name-length)
12608 (todo-make-categories-list, todo-mode-external-set)
12609 (todo-mode-line-control, todo-modes-set-1, todo-modes-set-2)
12610 (todo-modes-set-3, todo-multiple-filter-files)
12611 (todo-nondiary-marker-matcher, todo-prefix-overlays)
12612 (todo-read-category, todo-read-date, todo-read-dayname)
12613 (todo-read-file-name, todo-read-time)
12614 (todo-reevaluate-category-completions-files-defcustom)
12615 (todo-reevaluate-default-file-defcustom)
12616 (todo-reevaluate-filelist-defcustoms)
12617 (todo-reevaluate-filter-files-defcustom)
12618 (todo-reset-and-enable-done-separator, todo-reset-comment-string)
12619 (todo-reset-done-separator, todo-reset-done-separator-string)
12620 (todo-reset-done-string, todo-reset-global-current-todo-file)
12621 (todo-reset-highlight-item, todo-reset-nondiary-marker)
12622 (todo-reset-prefix, todo-set-categories)
12623 (todo-set-date-from-calendar, todo-set-show-current-file)
12624 (todo-set-top-priorities, todo-short-file-name)
12625 (todo-show-current-file, todo-sort, todo-time-string-matcher)
12626 (todo-total-item-counts, todo-update-buffer-list)
12627 (todo-update-categories-display, todo-update-categories-sexp)
12628 (todo-update-count, todo-validate-name, todo-y-or-n-p):
12629 New functions.
12630 (todo-archive-mode, todo-categories-mode, todo-filtered-items-mode):
12631 New major modes.
12632 (todo-categories, todo-display, todo-edit, todo-faces)
12633 (todo-filtered): New defgroups.
12634 (todo-archived-only, todo-button, todo-category-string, todo-date)
12635 (todo-diary-expired, todo-done, todo-done-sep, todo-comment)
12636 (todo-mark, todo-nondiary, todo-prefix-string, todo-search)
12637 (todo-sorted-column, todo-time, todo-top-priority): New deffaces.
12638 (todo-add-item-if-new-category, todo-always-add-time-string)
12639 (todo-categories-align, todo-categories-archived-label)
12640 (todo-categories-category-label, todo-categories-diary-label)
12641 (todo-categories-done-label, todo-categories-number-separator)
12642 (todo-categories-todo-label, todo-categories-totals-label)
12643 (todo-category-completions-files, todo-completion-ignore-case)
12644 (todo-default-todo-file, todo-diary-nonmarking, todo-directory)
12645 (todo-done-separator-string, todo-done-string)
12646 (todo-files-function, todo-filter-done-items, todo-filter-files)
12647 (todo-highlight-item, todo-include-in-diary, todo-indent-to-here)
12648 (todo-initial-category, todo-initial-file, todo-item-mark)
12649 (todo-legacy-date-time-regexp, todo-mode-line-function)
12650 (todo-nondiary-marker, todo-number-prefix)
12651 (todo-print-buffer-function, todo-show-current-file)
12652 (todo-show-done-only, todo-show-first, todo-show-with-done)
12653 (todo-skip-archived-categories, todo-top-priorities-overrides)
12654 (todo-undo-item-omit-comment, todo-use-only-highlighted-region)
12655 (todo-visit-files-commands, todo-wrap-lines, todo-y-with-space):
12656 New defcustoms.
12657 (todo-category-done, todo-date-pattern, todo-date-string-start)
12658 (todo-diary-items-buffer, todo-done-string-start)
12659 (todo-filtered-items-buffer, todo-item-start)
12660 (todo-month-abbrev-array, todo-month-name-array)
12661 (todo-nondiary-end, todo-nondiary-start, todo-regexp-items-buffer)
12662 (todo-top-priorities-buffer): New defconsts.
12663 (todo-archive-mode-map, todo-archives, todo-categories-mode-map)
12664 (todo-categories-with-marks, todo-category-string-face)
12665 (todo-comment-face, todo-comment-string, todo-current-todo-file)
12666 (todo-date-face, todo-date-from-calendar, todo-descending-counts)
12667 (todo-diary-expired-face, todo-done-face, todo-done-sep-face)
12668 (todo-done-separator, todo-edit-buffer, todo-edit-mode-map)
12669 (todo-file-buffers, todo-files, todo-filtered-items-mode-map)
12670 (todo-font-lock-keywords, todo-global-current-todo-file)
12671 (todo-insertion-commands, todo-insertion-commands-arg-key-list)
12672 (todo-insertion-commands-args)
12673 (todo-insertion-commands-args-genlist)
12674 (todo-insertion-commands-names, todo-insertion-map)
12675 (todo-key-bindings-t, todo-key-bindings-t+a)
12676 (todo-key-bindings-t+a+f, todo-key-bindings-t+f, todo-mode-map)
12677 (todo-multiple-filter-files, todo-multiple-filter-files-widget)
12678 (todo-nondiary-face, todo-print-buffer, todo-time-face)
12679 (todo-visited): New variables.
12680
12681 2013-06-21 Glenn Morris <rgm@gnu.org>
12682
12683 * play/cookie1.el (cookie-apropos): Add optional display argument.
12684 * obsolete/yow.el (apropos-zippy): Use cookie-apropos.
12685 (psychoanalyze-pinhead): Use cookie-doctor.
12686
12687 2013-06-21 Juanma Barranquero <lekktu@gmail.com>
12688
12689 * emacs-lisp/package.el (tar-get-file-descriptor)
12690 (tar--extract): Declare.
12691
12692 2013-06-21 Eduard Wiebe <usenet@pusto.de>
12693
12694 Extend flymake's warning predicate to be a function (bug#14217).
12695 * progmodes/flymake.el (flymake-warning-predicate): New.
12696 (flymake-parse-line): Use it.
12697 (flymake-warning-re): Make obsolete alias to
12698 `flymake-warning-predicate'.
12699
12700 2013-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
12701
12702 * emacs-lisp/package.el (package-alist): Include obsolete packages.
12703 (package-obsolete-list): Remove.
12704 (package-activate): Remove min-version argument. Add `force' argument.
12705 Adjust to new package-alist format.
12706 (package-mark-obsolete): Remove.
12707 (package-unpack): Force reload of the package's autoloads.
12708 (package-installed-p): Check builtins if the installed package is not
12709 recent enough.
12710 (package-initialize): Don't reset package-obsolete-list.
12711 Don't specify which package version to activate.
12712 (package-process-define-package, describe-package-1)
12713 (package-menu--generate): Adjust to new package-alist format.
12714
12715 2013-06-21 Juanma Barranquero <lekktu@gmail.com>
12716
12717 * allout-widgets.el (allout-widgets-mode-off)
12718 (allout-widgets-mode-on, allout-widgets-pre-command-business)
12719 (allout-widgets-post-command-business)
12720 (allout-widgets-after-copy-or-kill-function)
12721 (allout-widgets-after-undo-function, allout-test-range-overlaps)
12722 (allout-decorate-item-and-context)
12723 (allout-graphics-modification-handler): Fix typos in docstrings.
12724 (allout-get-or-create-parent-widget): Use `looking-at-p'.
12725
12726 * cmuscheme.el (scheme-start-file): Doc fix.
12727 (inferior-scheme-mode, switch-to-scheme): Fix typos in docstrings.
12728 (scheme-input-filter): Use `string-match-p'.
12729
12730 * composite.el (compose-gstring-for-terminal): Fix typo in docstring.
12731
12732 * dired-x.el: Use Dired consistently in docstrings.
12733
12734 * dired.el: Use Dired consistently in docstrings.
12735 (dired-readin, dired-mode): Use `setq-local'.
12736 (dired-switches-alist): Make defvar-local.
12737 (dired-buffers-for-dir): Use `zerop'.
12738 (dired-safe-switches-p, dired-switches-escape-p)
12739 (dired-insert-old-subdirs, dired-move-to-end-of-filename)
12740 (dired-glob-regexp, dired-in-this-tree, dired-goto-file-1)
12741 (dired-sort-set-mode-line, dired-sort-toggle, dired-sort-R-check)
12742 (dired-goto-next-nontrivial-file): Use `string-match-p'.
12743 (dired-align-file, dired-insert-directory, dired-mark-files-in-region)
12744 (dired-toggle-marks, dired-mark-files-containing-regexp)
12745 (dired-mark-symlinks, dired-mark-directories, dired-mark-executables)
12746 (dired-flag-auto-save-files, dired-flag-backup-files):
12747 Use `looking-at-p'.
12748 (dired-mark-files-regexp, dired-build-subdir-alist):
12749 Use `string-match-p', `looking-at-p'.
12750
12751 * dos-w32.el (untranslated-canonical-name, untranslated-file-p)
12752 (direct-print-region-helper): Use `string-match-p'.
12753
12754 2013-06-21 Leo Liu <sdl.web@gmail.com>
12755
12756 * comint.el (comint-redirect-results-list-from-process):
12757 Fix infinite loop.
12758
12759 2013-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
12760
12761 * net/eww.el (eww-update-header-line-format): Quote % characters.
12762
12763 2013-06-21 Glenn Morris <rgm@gnu.org>
12764
12765 * play/cookie1.el (cookie): New custom group.
12766 (cookie-file): New option.
12767 (cookie-check-file): New function.
12768 (cookie): Make it interactive. Make start and end messages optional.
12769 Interactively, display the result. Default to cookie-file.
12770 (cookie-insert): Default to cookie-file.
12771 (cookie-snarf): Make start and end messages optional.
12772 Default to cookie-file. Use with-temp-buffer.
12773 (cookie-read): Rename from read-cookie.
12774 Make start and end messages optional. Default to cookie-file.
12775 (cookie-shuffle-vector): Rename from shuffle-vector. Use dotimes.
12776 Do not autoload it.
12777 (cookie-apropos, cookie-doctor): New functions, copied from yow.el
12778 * obsolete/yow.el (read-zippyism): Use new name for read-cookie.
12779
12780 2013-06-21 Leo Liu <sdl.web@gmail.com>
12781
12782 * progmodes/octave.el (octave-mode): Backward compatibility fix.
12783
12784 2013-06-21 Glenn Morris <rgm@gnu.org>
12785
12786 * font-lock.el (lisp-font-lock-keywords-2): Add with-eval-after-load.
12787
12788 2013-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
12789 Daniel Hackney <dan@haxney.org>
12790
12791 * emacs-lisp/package.el: Use tar-mode rather than tar executable.
12792 Consolidate the single-file vs tarball code.
12793 (package-desc-suffix): New function.
12794 (package-desc-full-name): Don't bother inlining it.
12795 (package-load-descriptor): Return the new package-desc.
12796 (package-mark-obsolete): Remove unused arg `package'.
12797 (package-unpack): Make it work for single files as well.
12798 Make it update package-alist.
12799 (package--make-autoloads-and-stuff): Rename from
12800 package--make-autoloads-and-compile. Don't compile any more.
12801 (package--compile): New function.
12802 (package-generate-description-file): New function, extracted from
12803 package-unpack-single.
12804 (package-unpack-single): Remove.
12805 (package--with-work-buffer): Add indentation and debugging info.
12806 (package-download-single): Remove.
12807 (package-install-from-archive): Rename from package-download-tar, make
12808 it take a pkg-desc, and make it work for single files as well.
12809 (package-download-transaction): Simplify.
12810 (package-tar-file-info): Remove `file' arg. Rewrite not to use an
12811 external tar program.
12812 (package-install-from-buffer): Remove `pkg-desc' argument.
12813 Use package-tar-file-info for tar-mode buffers.
12814 (package-install-file): Simplify accordingly.
12815 (package-archive-base): Change to take a pkg-desc.
12816 * tar-mode.el (tar--check-descriptor): New function, extracted from
12817 tar-get-descriptor.
12818 (tar-get-descriptor): Use it.
12819 (tar-get-file-descriptor): New function.
12820 (tar--extract): New function, extracted from tar-extract.
12821 (tar--extract): Use it.
12822 * emacs-lisp/package-x.el (package-upload-file): Decode the file, in
12823 case the summary uses non-ascii. Adjust to new calling convention of
12824 package-tar-file-info.
12825
12826 2013-06-21 Leo Liu <sdl.web@gmail.com>
12827
12828 * comint.el (comint-redirect-results-list-from-process):
12829 Fix random delay. (Bug#14681)
12830
12831 2013-06-21 Juanma Barranquero <lekktu@gmail.com>
12832
12833 * profiler.el (profiler-format-number): Use log, not log10.
12834
12835 2013-06-20 Juanma Barranquero <lekktu@gmail.com>
12836
12837 * term/x-win.el (emacs-session-filename): Use `locate-user-emacs-file'.
12838
12839 2013-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
12840
12841 * emacs-lisp/cl-loaddefs.el: Don't version-control any more.
12842 * emacs-lisp/cl-lib.el: Load cl-macs when cl-loaddefs is not
12843 yet available.
12844 * Makefile.in (AUTOGEN_VCS): Move cl-loaddefs.el...
12845 (AUTOGENEL): ... here.
12846 * emacs-lisp/cl-macs.el (cl--sublis): New function.
12847 (cl--defsubst-expand): Use it.
12848
12849 2013-06-20 Paul Eggert <eggert@cs.ucla.edu>
12850
12851 * subr.el (log10): Move here from C code, and declare as obsolete.
12852 All uses of (log10 X) replaced with (log X 10).
12853
12854 2013-06-20 Juanma Barranquero <lekktu@gmail.com>
12855
12856 * emacs-lisp/tabulated-list.el (tabulated-list-format): Fix typo.
12857 Declare with `defvar-local'.
12858 (tabulated-list-use-header-line, tabulated-list-entries)
12859 (tabulated-list-padding, tabulated-list-printer)
12860 (tabulated-list-sort-key): Declare with `defvar-local'.
12861 (tabulated-list-init-header, tabulated-list-print-fake-header):
12862 Use `setq-local'.
12863
12864 2013-06-20 Michael Albinus <michael.albinus@gmx.de>
12865
12866 * arc-mode.el (archive-mode): Add `archive-write-file' to
12867 `write-contents-functions' also for remote files. (Bug#14652)
12868
12869 2013-06-20 Juanma Barranquero <lekktu@gmail.com>
12870
12871 * cus-edit.el (custom-commands): Fix typos.
12872 (custom-display): Fix tooltip text.
12873 (custom-magic-alist, custom-filter-face-spec, custom-group-members):
12874 Fix typos in docstrings.
12875 (custom--initialize-widget-variables, Custom-mode): Use `setq-local'.
12876 (custom-unlispify-menu-entry, custom-magic-value-create)
12877 (custom-add-see-also, custom-group-value-create): Use ?\s.
12878 (custom-guess-type, customize-apropos, editable-field)
12879 (custom-face-value-create): Use `string-match-p'.
12880 (custom-save-variables, custom-save-faces): Use `looking-at-p'.
12881
12882 * custom.el (custom-load-symbol): Use `string-match-p'.
12883
12884 * ansi-color.el: Convert to lexical binding.
12885 (ansi-colors): Fix URL.
12886 (ansi-color-context, ansi-color-context-region): Use defvar-local.
12887 (ansi-color-apply-sequence, ansi-color-map): Fix typos in docstrings.
12888 (ansi-color-make-color-map): Rename local var ansi-color-map to map.
12889
12890 2013-06-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
12891
12892 * net/eww.el (eww-process-text-input): Display passwords as asterisks.
12893
12894 * net/shr.el (shr-make-table-1): Protect against invalid column-spans.
12895
12896 2013-06-19 Tom Tromey <tromey@redhat.com>
12897
12898 * net/eww.el (eww-top-url): Remove.
12899 (eww-home-url, eww-start-url, eww-contents-url): New defvars.
12900 (eww-render): Set new variables. Don't set eww-top-url.
12901 (eww-handle-link): Handle "prev", "home", and "contents".
12902 Downcase the rel text.
12903 (eww-top-url): Choose best top URL.
12904
12905 2013-06-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
12906
12907 * net/eww.el: Rewrite to implement form elements "by hand" instead of
12908 relying in widget.el. Using widget.el leads to too many
12909 user interface inconsistencies.
12910 (eww-self-insert): Implement entering commands in text fields.
12911 (eww-process-text-input): New function to make text input field editing
12912 work.
12913 (eww-submit): Rewrite to use the new-style form methods.
12914 (eww-select-display): Display the correct selected item.
12915 (eww-change-select): Implement changing the select value.
12916 (eww-toggle-checkbox): Implement radio/checkboxes.
12917 (eww-update-field): Fix compilation error.
12918 (eww-tag-textarea): Implement <textarea>.
12919
12920 * net/shr.el (shr-urlify): Use `keymap' instead of `local-map' so that
12921 we don't shadow mode-specific bindings.
12922
12923 * net/eww.el (eww-browse-url): Don't push stuff onto history if there's
12924 nothing to push.
12925
12926 * net/shr.el (shr-map): Bind [down-mouse-1] to browse URLs.
12927
12928 2013-06-19 Glenn Morris <rgm@gnu.org>
12929
12930 * emacs-lisp/eieio.el (defclass): Make it eval-and-compile once more.
12931
12932 2013-06-19 Michael Albinus <michael.albinus@gmx.de>
12933
12934 * net/tramp-adb.el (tramp-adb-get-toolbox): Remove function, it is
12935 not needed.
12936
12937 * net/tramp-sh.el (tramp-find-shell): Don't set "busybox" property.
12938
12939 2013-06-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
12940
12941 * net/browse-url.el (browse-url-browser-function):
12942 `eww-browse-url' has the right calling signature, `eww' does not.
12943
12944 2013-06-19 Glenn Morris <rgm@gnu.org>
12945
12946 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
12947 Only eval autoloaded macros.
12948 (byte-compile-autoload): Only give the macro warning for macros.
12949
12950 * progmodes/cperl-mode.el (ps-bold-faces, ps-italic-faces)
12951 (ps-underlined-faces): Declare.
12952
12953 * progmodes/idlwave.el (func-menu): Only set it up on XEmacs.
12954 (speedbar-add-supported-extension): Declare.
12955
12956 * international/titdic-cnv.el (tit-process-header, miscdic-convert):
12957 Don't include a date stamp in the header of the generated file;
12958 it leads to needless differences between output files.
12959
12960 2013-06-19 Michael Albinus <michael.albinus@gmx.de>
12961
12962 * net/secrets.el (secrets-struct-secret-content-type):
12963 Replace check of introspection data by a test call of "CreateItem".
12964 Some servers do not offer introspection.
12965
12966 2013-06-19 Stefan Monnier <monnier@iro.umontreal.ca>
12967
12968 * electric.el (electric-pair-mode): Improve interaction with
12969 electric-layout-mode.
12970 (electric-pair-default-inhibit): Don't assume (eq char (char-before)).
12971 (electric-pair-syntax): Use text-mode-syntax-table in comments
12972 and strings.
12973 (electric-pair--insert): New function.
12974 (electric-pair-post-self-insert-function): Use it and
12975 electric--after-char-pos.
12976
12977 2013-06-19 Leo Liu <sdl.web@gmail.com>
12978
12979 * progmodes/octave.el (octave-help): Fix regexp.
12980
12981 2013-06-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
12982
12983 * net/shr.el (shr-make-table-1): Implement <td rowspan>.
12984 (shr-table-horizontal-line): Allow nil as a value, and change the
12985 default.
12986 (shr-insert-table-ruler): Respect the nil value.
12987
12988 2013-06-18 Tom Tromey <tromey@barimba>
12989
12990 * net/eww.el (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
12991 New defvars.
12992 (eww-open-file): New defun.
12993 (eww-render): Initialize new variables.
12994 (eww-display-html): Handle "link" and "a".
12995 (eww-handle-link, eww-tag-link, eww-tag-a): New defuns.
12996 (eww-mode-map): Move "p" to "l". Bind "p", "n", "t", and "u".
12997 (eww-back-url): Rename from eww-previous-url.
12998 (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
12999 New defuns.
13000
13001 2013-06-18 Dmitry Gutov <dgutov@yandex.ru>
13002
13003 * progmodes/ruby-mode.el (ruby-syntax-before-regexp-re):
13004 Distinguish ternary operator tokens from slash symbol and slash
13005 char literal.
13006
13007 2013-06-18 Juanma Barranquero <lekktu@gmail.com>
13008
13009 Convert symbol prettification into minor mode and global minor mode.
13010
13011 * progmodes/prog-mode.el (prettify-symbols-alist): Rename from
13012 `prog-prettify-symbols', and make a local defvar instead of defcustom.
13013 (prettify-symbols--keywords): Rename from
13014 `prog-prettify-symbols-alist' and make a local defvar.
13015 (prettify-symbols--compose-symbol): Rename from
13016 `prog--prettify-font-lock-compose-symbol'.
13017 (prettify-symbols--make-keywords): Rename from
13018 `prog-prettify-font-lock-symbols-keywords' and simplify.
13019 (prog-prettify-install): Remove.
13020 (prettify-symbols-mode): New minor mode, based on
13021 `prog-prettify-install'.
13022 (turn-on-prettify-symbols-mode): New function.
13023 (global-prettify-symbols-mode): New globalized minor mode.
13024
13025 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
13026 * progmodes/cfengine.el (cfengine3-mode):
13027 * progmodes/perl-mode.el (perl-mode): Don't call
13028 `prog-prettify-install'; set `prettify-symbols-alist' instead.
13029
13030 2013-06-18 Juri Linkov <juri@jurta.org>
13031
13032 * files-x.el (modify-file-local-variable-message): New function.
13033 (modify-file-local-variable)
13034 (modify-file-local-variable-prop-line): Add arg INTERACTIVE
13035 and call `modify-file-local-variable-message' when it's non-nil.
13036 (add-file-local-variable, delete-file-local-variable)
13037 (add-file-local-variable-prop-line)
13038 (delete-file-local-variable-prop-line): Add arg INTERACTIVE
13039 and use it. (Bug#9820)
13040
13041 2013-06-18 Juri Linkov <juri@jurta.org>
13042
13043 * emulation/vi.el (vi-shell-op):
13044 * emulation/vip.el (vip-execute-com, ex-command):
13045 * emulation/viper-cmd.el (viper-exec-bang):
13046 * emulation/viper-ex.el (ex-command): Add non-nil arg REPLACE to
13047 the call of `shell-command-on-region'. (Bug#14637)
13048
13049 * simple.el (shell-command-on-region): Doc fix.
13050
13051 2013-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
13052
13053 * emacs-lisp/eieio-custom.el: Remove misleading Version: header
13054 (bug#14633).
13055
13056 2013-06-18 Glenn Morris <rgm@gnu.org>
13057
13058 * net/eww.el, net/shr.el, net/shr-color.el: Move here from gnus/.
13059
13060 * newcomment.el (comment-search-forward, comment-search-backward):
13061 Doc fix. (Bug#14376)
13062
13063 2013-06-18 Juanma Barranquero <lekktu@gmail.com>
13064
13065 * face-remap.el (buffer-face-toggle): Fix typo in docstring.
13066 (buffer-face-mode-invoke): Doc fix.
13067
13068 2013-06-18 Matthias Meulien <orontee@gmail.com>
13069
13070 * tabify.el (untabify, tabify): With prefix, apply to entire buffer.
13071 <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00545.html>
13072
13073 2013-06-18 Glenn Morris <rgm@gnu.org>
13074
13075 * generic-x.el (bat-generic-mode, rc-generic-mode, rul-generic-mode):
13076 Replace obsolete function generic-make-keywords with its expansion.
13077
13078 * progmodes/python.el (ffap-alist): Declare.
13079
13080 * textmodes/reftex.el (bibtex-mode-map): Declare.
13081
13082 2013-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
13083
13084 * emacs-lisp/package.el: Update package-alist after install (bug#14632).
13085 (package-unpack, package-unpack-single): Return the pkg-dir.
13086 (package-download-transaction): Use it to update package-alist.
13087
13088 2013-06-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
13089
13090 * net/browse-url.el (browse-url-browser-function): Add `eww' as a
13091 possible choice.
13092
13093 2013-06-17 Juri Linkov <juri@jurta.org>
13094
13095 * net/webjump.el (webjump-sample-sites): Add DuckDuckGo.
13096
13097 2013-06-17 Dmitry Gutov <dgutov@yandex.ru>
13098
13099 * emacs-lisp/package.el (package-load-descriptor):
13100 Remove `with-syntax-table' call, `read' doesn't need it.
13101 http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00539.html
13102
13103 2013-06-17 Juanma Barranquero <lekktu@gmail.com>
13104
13105 * startup.el (command-line): Expand package name returned by
13106 `package--description-file' (bug#14639).
13107
13108 2013-06-17 Dmitry Gutov <dgutov@yandex.ru>
13109
13110 * emacs-lisp/package.el (package-load-descriptor): Do not call
13111 `emacs-lisp-mode', just use its syntax table.
13112
13113 2013-06-17 Juanma Barranquero <lekktu@gmail.com>
13114
13115 * progmodes/prog-mode.el (prog-prettify-install): Add `composition' to
13116 `font-lock-extra-managed-props' if any prettifying keyword is added.
13117 (prog--prettify-font-lock-compose-symbol): Use ?\s instead of ?\ .
13118 (prog-mode): Use `setq-local'.
13119
13120 2013-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
13121
13122 * international/characters.el (standard-case-table): Set syntax of ?»
13123 and ?« to punctuation.
13124
13125 2013-06-16 Juanma Barranquero <lekktu@gmail.com>
13126
13127 * progmodes/prog-mode.el (prog--prettify-font-lock-compose-symbol):
13128 Save relevant match data before calling `syntax-ppss' (bug#14595).
13129
13130 2013-06-15 Juri Linkov <juri@jurta.org>
13131
13132 * files-x.el (modify-file-local-variable-prop-line): Add local
13133 variables to the end of the existing comment on the first line.
13134 Use `file-auto-mode-skip' to skip interpreter magic line,
13135 and also skip XML declaration.
13136
13137 2013-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
13138
13139 * startup.el (package--builtin-versions): New var.
13140 (package-subdirectory-regexp): Remove.
13141 (package--description-file): Hard code its value instead.
13142
13143 * emacs-lisp/package.el: Don't activate packages older than builtin.
13144 (package-obsolete-list): Rename from package-obsolete-alist, and make
13145 it into a simple list of package-desc.
13146 (package-strip-version): Remove.
13147 (package-built-in-p): Use package--builtin-versions.
13148 (package-mark-obsolete): Simplify.
13149 (package-process-define-package): Mark it obsolete if older than the
13150 builtin version.
13151 (package-handle-response): Use line-end-position.
13152 (package-read-archive-contents, package--download-one-archive):
13153 Simplify.
13154 (package--add-to-archive-contents): Skip if older than the builtin or
13155 installed version.
13156 (package-menu-describe-package): Fix last change.
13157 (package-list-unversioned): New var.
13158 (package-menu--generate): Use it.
13159
13160 * emacs-lisp/autoload.el: Manage package--builtin-versions.
13161 (autoload--insert-text, autoload--insert-cookie-text): New functions.
13162 (autoload-builtin-package-versions): New variable.
13163 (autoload-generate-file-autoloads): Use them.
13164 Remove the list of autoloaded functions/macros from the
13165 (autoload...) comments.
13166
13167 * Makefile.in (autoloads): Set autoload-builtin-package-versions.
13168
13169 2013-06-15 Eli Zaretskii <eliz@gnu.org>
13170
13171 * simple.el (line-move-partial): Don't jump to the next screen
13172 line as soon as it becomes visible. Instead, continue enlarging
13173 the vscroll until the portion of a tall screen line that's left on
13174 display is about the height of the frame's default font.
13175 (Bug#14567)
13176
13177 2013-06-15 Glenn Morris <rgm@gnu.org>
13178
13179 * vc/vc-dispatcher.el (vc-compilation-mode): Avoid making
13180 compilation-error-regexp-alist void, or local while let-bound.
13181
13182 * progmodes/make-mode.el (makefile-mode-syntax-table):
13183 Treat "=" as punctuation. (Bug#14614)
13184
13185 2013-06-15 Juanma Barranquero <lekktu@gmail.com>
13186
13187 * help-fns.el (describe-variable):
13188 Add extra line for permanent-local variables.
13189
13190 2013-06-15 Simen Heggestøyl <simenheg@ifi.uio.no> (tiny change)
13191
13192 * progmodes/scheme.el (scheme-font-lock-keywords-2):
13193 Add export, import, library. (Bug#9164)
13194 (library): Set indent function.
13195
13196 2013-06-14 Glenn Morris <rgm@gnu.org>
13197
13198 * term/xterm.el (xterm--query):
13199 Stop after first matching handler. (Bug#14615)
13200
13201 2013-06-14 Ivan Kanis <ivan@kanis.fr>
13202
13203 Add support for dired in saveplace.
13204 * dired.el (dired-initial-position-hook): New variable.
13205 (dired-initial-position): Call hook to place cursor position.
13206 * saveplace.el (save-place-to-alist): Add dired position.
13207 (save-place-dired-hook): New function.
13208
13209 2013-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
13210
13211 * subr.el (eval-after-load, set-temporary-overlay-map): Use indirection
13212 through a symbol rather than letrec.
13213
13214 * emacs-lisp/package.el: Don't recompute dir. Use pkg-descs more.
13215 (package-desc): Add `dir' field.
13216 (package-desc-full-name): New function.
13217 (package-load-descriptor): Combine the two arguments. Don't use `load'.
13218 (package-maybe-load-descriptor): Remove.
13219 (package-load-all-descriptors): Just call package-load-descriptor.
13220 (package--disabled-p): New function.
13221 (package-desc-vers, package-desc-doc): Remove aliases.
13222 (package--dir): Remove function.
13223 (package-activate): Check if a package is disabled.
13224 (package-process-define-package): New function, extracted from
13225 define-package.
13226 (define-package): Turn into a place holder.
13227 (package-unpack-single, package-tar-file-info):
13228 Use package--description-file.
13229 (package-compute-transaction): Use package--disabled-p.
13230 (package-download-transaction): Don't call
13231 package-maybe-load-descriptor since they're all loaded anyway.
13232 (package-install): Change argument to be a pkg-desc.
13233 (package-delete): Use a single pkg-desc argument.
13234 (describe-package-1): Use package-desc-dir instead of package--dir.
13235 Use package-desc property instead of package-symbol.
13236 (package-install-button-action): Adjust accordingly.
13237 (package--push): Rewrite.
13238 (package-menu--print-info): Adjust accordingly. Change the ID format
13239 to be a pkg-desc.
13240 (package-menu-describe-package, package-menu-get-status)
13241 (package-menu--find-upgrades, package-menu-mark-upgrades)
13242 (package-menu-execute, package-menu--name-predicate):
13243 Adjust accordingly.
13244 * startup.el (package--description-file): New function.
13245 (command-line): Use it.
13246 * emacs-lisp/package-x.el (package-upload-buffer-internal):
13247 Use package-desc-version.
13248
13249 * emacs-lisp/bytecomp.el (byte-compile-force-lexical-warnings): New var.
13250 (byte-compile-preprocess): Use it.
13251 (byte-compile-file-form-defalias): Try a bit harder to use macros we
13252 can't quite recognize.
13253 (byte-compile-add-to-list): Remove.
13254 * emacs-lisp/cconv.el (cconv-warnings-only): New function.
13255 (cconv-closure-convert): Add assertion.
13256
13257 * emacs-lisp/map-ynp.el: Use lexical-binding.
13258 (map-y-or-n-p): Remove unused vars `tail' and `object'.
13259 Factor out some repeated code.
13260
13261 2013-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
13262
13263 * subr.el (with-eval-after-load): New macro.
13264 (eval-after-load): Allow form to be a function.
13265 take advantage of lexical-binding.
13266 (do-after-load-evaluation): Use dolist and adjust to new format.
13267 * simple.el (bad-packages-alist): Use dolist and with-eval-after-load.
13268
13269 2013-06-13 Juri Linkov <juri@jurta.org>
13270
13271 * replace.el (perform-replace): Display "symbol " and other search
13272 modes from `isearch-message-prefix' in the *Help* buffer.
13273
13274 * isearch.el (isearch-query-replace): Add " symbol" and other
13275 possible search modes from `isearch-message-prefix' to the prompt.
13276 (isearch-occur): Use `with-isearch-suspended' to not exit Isearch
13277 when reading a regexp to collect.
13278
13279 2013-06-13 Juri Linkov <juri@jurta.org>
13280
13281 * isearch.el (word-search-regexp): Match whitespace if the search
13282 string begins or ends in whitespace. The LAX arg is applied to
13283 both ends of the search string. Use `regexp-quote' and explicit
13284 \< and \> instead of \b. Use \` and \' instead of ^ and $.
13285 (isearch-symbol-regexp): Sync with `word-search-regexp' where word
13286 boundaries are replaced with symbol boundaries, and characters
13287 between symbols match non-word non-symbol syntax. (Bug#14602)
13288
13289 2013-06-13 Juri Linkov <juri@jurta.org>
13290
13291 * isearch.el (isearch-del-char): Don't exceed the length of
13292 `isearch-string' by the prefix arg. (Bug#14563)
13293
13294 2013-06-13 Juri Linkov <juri@jurta.org>
13295
13296 * isearch.el (isearch-yank-word, isearch-yank-line)
13297 (isearch-char-by-name, isearch-quote-char)
13298 (isearch-printing-char, isearch-process-search-char):
13299 Add optional count prefix arg. (Bug#14563)
13300
13301 * international/isearch-x.el
13302 (isearch-process-search-multibyte-characters):
13303 Add optional count prefix arg.
13304
13305 2013-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
13306
13307 * subr.el (internal-push-keymap, internal-pop-keymap): New functions.
13308 (set-temporary-overlay-map): Use them (bug#14095); and take advantage of
13309 lexical-binding.
13310
13311 2013-06-13 Vitalie Spinu <spinuvit@gmail.com>
13312
13313 * subr.el (set-temporary-overlay-map): Add on-exit argument.
13314
13315 2013-06-13 Glenn Morris <rgm@gnu.org>
13316
13317 * startup.el (tty-handle-args):
13318 Don't just discard "--" and anything after. (Bug#14608)
13319
13320 * emacs-lisp/lisp.el (forward-sexp, backward-sexp): Doc fixes.
13321
13322 2013-06-13 Michael Albinus <michael.albinus@gmx.de>
13323
13324 Implement changes in Secret Service API. Make it backward compatible.
13325 * net/secrets.el (secrets-struct-secret-content-type): New defonst.
13326 (secrets-create-item): Use it. Prefix properties with interface.
13327
13328 2013-06-13 Michael Hoffman <9qobl2n02@sneakemail.com> (tiny change)
13329
13330 * term.el (term-suppress-hard-newline): New option. (Bug#12017)
13331 (term-emulate-terminal): Respect term-suppress-hard-newline.
13332
13333 2013-06-13 E Sabof <esabof@gmail.com> (tiny change)
13334
13335 * image-dired.el (image-dired-dired-toggle-marked-thumbs):
13336 Only remove a `thumb-file' overlay. (Bug#14548)
13337
13338 2013-06-12 Grégoire Jadi <daimrod@gmail.com>
13339
13340 * mail/reporter.el (reporter-submit-bug-report):
13341 Handle missing package-name. (Bug#14600)
13342
13343 2013-06-12 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
13344
13345 * textmodes/reftex-cite.el (reftex-cite-regexp-hist)
13346 (reftex-citation-prompt, reftex-default-bibliography)
13347 (reftex-bib-or-thebib, reftex-get-bibfile-list)
13348 (reftex-pop-to-bibtex-entry, reftex-extract-bib-entries)
13349 (reftex-bib-sort-author, reftex-bib-sort-year)
13350 (reftex-bib-sort-year-reverse, reftex-get-crossref-alist)
13351 (reftex-extract-bib-entries-from-thebibliography)
13352 (reftex-get-bibkey-default, reftex-get-bib-names)
13353 (reftex-parse-bibtex-entry, reftex-get-bib-field)
13354 (reftex-format-bib-entry, reftex-parse-bibitem)
13355 (reftex-format-bibitem, reftex-do-citation)
13356 (reftex-figure-out-cite-format, reftex-offer-bib-menu)
13357 (reftex-restrict-bib-matches, reftex-extract-bib-file)
13358 (reftex-insert-bib-matches, reftex-format-citation)
13359 (reftex-make-cite-echo-string, reftex-bibtex-selection-callback)
13360 (reftex-create-bibtex-file): Add docstrings, mostly by converting
13361 existing comments into docstrings.
13362
13363 2013-06-12 Xue Fuqiao <xfq.free@gmail.com>
13364
13365 * ibuf-ext.el (ibuffer-mark-help-buffers): Doc fix.
13366
13367 2013-06-12 Andreas Schwab <schwab@suse.de>
13368
13369 * international/mule.el (auto-coding-alist): Use utf-8-emacs-unix
13370 for auto-save files.
13371
13372 2013-06-12 Glenn Morris <rgm@gnu.org>
13373
13374 * ido.el (ido-delete-ignored-files): Remove.
13375 (ido-wide-find-dirs-or-files, ido-make-file-list-1):
13376 Go back to calling ido-ignore-item-p directly.
13377
13378 2013-06-12 Eyal Lotem <eyal.lotem@gmail.com> (tiny change)
13379
13380 * ido.el (ido-wide-find-dirs-or-files): Respect ido-case-fold.
13381
13382 * ido.el (ido-delete-ignored-files): New function,
13383 split from ido-make-file-list-1.
13384 (ido-wide-find-dirs-or-files): Maybe ignore files. (Bug#13003)
13385 (ido-make-file-list-1): Use ido-delete-ignored-files.
13386
13387 2013-06-12 Leo Liu <sdl.web@gmail.com>
13388
13389 * progmodes/octave.el (inferior-octave-startup)
13390 (inferior-octave-completion-table)
13391 (inferior-octave-track-window-width-change)
13392 (octave-eldoc-function-signatures, octave-help)
13393 (octave-find-definition): Use single quoted strings.
13394 (inferior-octave-startup-args): Change default value.
13395 (inferior-octave-startup): Do not hard code "-i" and
13396 "--no-line-editing".
13397 (inferior-octave-resync-dirs): Add optional arg NOERROR.
13398 (inferior-octave-directory-tracker): Use it.
13399 (octave-goto-function-definition): Robustify.
13400 (octave-help): Support highlighting operators in 'See also'.
13401 (octave-find-definition): Find subfunctions only in Octave mode.
13402
13403 2013-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
13404
13405 * help-fns.el (help-fns--compiler-macro): If the handler function is
13406 named, then put a link to it.
13407 * help-mode.el (help-function-cmacro): Adjust regexp for cl-lib names.
13408 * emacs-lisp/cl-macs.el (cl--compiler-macro-typep): New function.
13409 (cl-typep): Use it.
13410 (cl-eval-when): Simplify debug spec.
13411 (cl-define-compiler-macro): Use eval-and-compile. Give a name to the
13412 compiler-macro function instead of setting `compiler-macro-file'.
13413
13414 2013-06-12 Xue Fuqiao <xfq.free@gmail.com>
13415
13416 * vc/vc-cvs.el (vc-cvs-stay-local): Doc fix.
13417 * vc/vc-hooks.el (vc-stay-local): Doc fix.
13418
13419 2013-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
13420 Daniel Hackney <dan@haxney.org>
13421
13422 First part of Daniel Hackney's patch to package.el.
13423 * emacs-lisp/package.el: Use defstruct.
13424 (package-desc): New, main struct.
13425 (package--bi-desc, package--ac-desc): New structs, used to describe the
13426 format in external files.
13427 (package-desc-vers): Replace with package-desc-version accessor.
13428 (package-desc-doc): Replace with package-desc-summary accessor.
13429 (package-activate-1): Remove `package' arg since the pkg-vec now
13430 includes the name.
13431 (define-package): Use package-desc-from-define.
13432 (package-unpack-single): Change file-name arg to be a symbol.
13433 (package--add-to-archive-contents): Use package-desc-create and new
13434 accessor functions to package--ac-desc.
13435 (package-buffer-info, package-tar-file-info): Return a package-desc.
13436 (package-install-from-buffer): Remove `type' argument. Change pkg-info
13437 arg to be a package-desc.
13438 (package-install-file): Adjust accordingly. Use \' to match EOS.
13439 (package--from-builtin): New function.
13440 (describe-package-1, package-menu--generate): Use it.
13441 (package--make-autoloads-and-compile): Change name arg to be a symbol.
13442 (package-generate-autoloads): Idem and return the name of the file.
13443 * emacs-lisp/package-x.el (package-upload-buffer-internal):
13444 Change pkg-info arg to be a package-desc.
13445 Use package-make-ac-desc.
13446 (package-upload-file): Use \' to match EOS.
13447 * finder.el (finder-compile-keywords): Use package-make-builtin.
13448
13449 2013-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
13450
13451 * vc/vc.el (vc-deduce-fileset): Change error message.
13452 (vc-read-backend): New function.
13453 (vc-next-action): Use it.
13454
13455 * subr.el (function-arity): Remove (mistakenly added) (bug#14590).
13456
13457 * progmodes/prolog.el (prolog-make-keywords-regexp): Remove.
13458 (prolog-font-lock-keywords): Use regexp-opt instead.
13459 Don't manually highlight strings.
13460 (prolog-mode-variables): Simplify comment-start-skip.
13461 (prolog-consult-compile): Use display-buffer. Remove unused old-filter.
13462
13463 * emacs-lisp/generic.el (generic--normalise-comments)
13464 (generic-set-comment-syntax, generic-set-comment-vars): New functions.
13465 (generic-mode-set-comments): Use them.
13466 (generic-bracket-support): Use setq-local.
13467 (generic-make-keywords-list): Declare obsolete.
13468
13469 2013-06-11 Glenn Morris <rgm@gnu.org>
13470
13471 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
13472 Prettify after setting font-lock-defaults. (Bug#14574)
13473
13474 2013-06-11 Juanma Barranquero <lekktu@gmail.com>
13475
13476 * replace.el (query-replace, occur-read-regexp-defaults-function)
13477 (replace-search):
13478 * subr.el (declare-function, number-sequence, local-set-key)
13479 (substitute-key-definition, locate-user-emacs-file)
13480 (with-silent-modifications, split-string, eval-after-load):
13481 Fix typos, remove unneeded backslashes and reflow some docstrings.
13482
13483 2013-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
13484
13485 * international/mule-conf.el (file-coding-system-alist): Use utf-8 as
13486 default for Elisp files.
13487
13488 2013-06-11 Glenn Morris <rgm@gnu.org>
13489
13490 * vc/log-view.el (log-view-mode-map): Inherit from special-mode-map,
13491 although define-derived-mode was doing this anyway. (Bug#14583)
13492
13493 2013-06-10 Juanma Barranquero <lekktu@gmail.com>
13494
13495 * allout.el (allout-encryption-plaintext-sanitization-regexps):
13496 Fix make-variable-buffer-local call to refer to the correct variable.
13497
13498 2013-06-10 Aidan Gauland <aidalgol@amuri.net>
13499
13500 * eshell/em-term.el (eshell-visual-commands)
13501 (eshell-visual-subcommands, eshell-visual-options):
13502 Add summary line to docstrings. Add cross-references.
13503
13504 2013-06-10 Glenn Morris <rgm@gnu.org>
13505
13506 * epa.el (epa-read-file-name): New function. (Bug#14510)
13507 (epa-decrypt-file): Make plain-file optional. Use epa-read-file-name.
13508
13509 2013-06-09 Aidan Gauland <aidalgol@amuri.net>
13510
13511 * eshell/em-term.el (eshell-visual-command-p): Fix bug that caused
13512 output redirection to be ignored with visual commands.
13513
13514 2013-06-09 Aidan Gauland <aidalgol@amuri.net>
13515
13516 * eshell/em-term.el (eshell-visual-command-p): New function.
13517 (eshell-term-initialize): Move long lambda to separate function
13518 eshell-visual-command-p.
13519 * eshell/em-dirs.el (eshell-dirs-initialize):
13520 * eshell/em-script.el (eshell-script-initialize):
13521 Add missing #' to lambda.
13522
13523 2013-06-08 Leo Liu <sdl.web@gmail.com>
13524
13525 * progmodes/octave.el (octave-add-log-current-defun): New function.
13526 (octave-mode): Set add-log-current-defun-function.
13527 (octave-goto-function-definition): Do not move point if not found.
13528 (octave-find-definition): Enhance to try subfunctions first.
13529
13530 2013-06-08 Glenn Morris <rgm@gnu.org>
13531
13532 * emacs-lisp/bytecomp.el (byte-compile-char-before)
13533 (byte-compile-backward-char, byte-compile-backward-word):
13534 Improve previous change, to handle non-explicit nil.
13535
13536 2013-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
13537
13538 * emacs-lisp/smie.el: Improve show-paren-mode behavior.
13539 (smie--opener/closer-at-point): New function.
13540 (smie--matching-block-data): Use it. Don't match from right after an
13541 opener or right before a closer. Obey smie-blink-matching-inners.
13542 Don't signal a mismatch for repeated inners like "switch..case..case".
13543
13544 2013-06-07 Leo Liu <sdl.web@gmail.com>
13545
13546 * progmodes/octave.el (octave-mode): Set comment-use-global-state
13547 to t. (Bug#14303)
13548 (octave-function-header-regexp): Fix. (Bug#14570)
13549 (octave-help-mode-finish-hook, octave-help-mode-finish):
13550 Remove. Just use temp-buffer-show-hook.
13551
13552 * newcomment.el (comment-search-backward): Revert last change.
13553 (Bug#14434)
13554
13555 * emacs-lisp/smie.el (smie--matching-block-data): Minor simplification.
13556
13557 2013-06-07 Eli Zaretskii <eliz@gnu.org>
13558
13559 * Makefile.in (TAGS TAGS-LISP): Pass the (long) list of *.el files
13560 through xargs, to avoid failure due to MS-Windows limitations on
13561 command-line length.
13562
13563 2013-06-06 Glenn Morris <rgm@gnu.org>
13564
13565 * font-lock.el (lisp-font-lock-keywords-2):
13566 Treat user-error like error.
13567
13568 * emacs-lisp/bytecomp.el (byte-compile-char-before)
13569 (byte-compile-backward-char, byte-compile-backward-word):
13570 Handle explicit nil arguments. (Bug#14565)
13571
13572 2013-06-05 Alan Mackenzie <acm@muc.de>
13573
13574 * isearch.el (isearch-allow-prefix): New user option.
13575 (isearch-other-meta-char): Don't exit isearch when a prefix
13576 argument is typed whilst `isearch-allow-prefix' is non-nil.
13577 (Bug#9706)
13578
13579 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
13580
13581 * autorevert.el (auto-revert-notify-handler): Use memq.
13582 Hide assertion failure.
13583
13584 * skeleton.el: Use cl-lib.
13585 (skeleton-further-elements): Use defvar-local.
13586 (skeleton-insert): Use cl-progv.
13587
13588 2013-06-05 Teodor Zlatanov <tzz@lifelogs.com>
13589
13590 * progmodes/prog-mode.el (prog-prettify-symbols)
13591 (prog-prettify-install): Update docstrings.
13592
13593 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
13594
13595 * simple.el: Move all the prog-mode code to prog-mode.el.
13596 * progmodes/prog-mode.el: New file.
13597 * loadup.el: Add prog-mode.el.
13598
13599 2013-06-05 Teodor Zlatanov <tzz@lifelogs.com>
13600
13601 * simple.el (prog-prettify-symbols): Add version.
13602 (prog-prettify-install): Add convenience function to prettify symbols.
13603
13604 * progmodes/perl-mode.el (perl--augmented-font-lock-keywords)
13605 (perl--augmented-font-lock-keywords-1)
13606 (perl--augmented-font-lock-keywords-2, perl-mode): Remove unneeded
13607 variables and use it.
13608
13609 * progmodes/cfengine.el (cfengine3--augmented-font-lock-keywords)
13610 (cfengine3-mode): Remove unneeded variable and use it.
13611
13612 * emacs-lisp/lisp-mode.el (lisp--augmented-font-lock-keywords)
13613 (lisp--augmented-font-lock-keywords-1)
13614 (lisp--augmented-font-lock-keywords-2, lisp-mode-variables):
13615 Remove unneeded variables and use it.
13616
13617 2013-06-05 João Távora <joaotavora@gmail.com>
13618
13619 * net/tls.el (open-tls-stream): Remove unneeded buffer contents up
13620 to point when opening the connection. (Bug#14380)
13621
13622 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
13623
13624 * subr.el (load-history-regexp, load-history-filename-element)
13625 (eval-after-load, after-load-functions, do-after-load-evaluation)
13626 (eval-next-after-load, display-delayed-warnings)
13627 (collapse-delayed-warnings, delayed-warnings-hook): Move after the
13628 definition of save-match-data.
13629 (overriding-local-map): Remove accidental obsolescence declaration.
13630
13631 * emacs-lisp/edebug.el (edebug-result): Move before first use.
13632
13633 2013-06-05 Teodor Zlatanov <tzz@lifelogs.com>
13634
13635 Generalize symbol prettify support to prog-mode and implement it
13636 for perl-mode, cfengine3-mode, and emacs-lisp-mode.
13637 * simple.el (prog-prettify-symbols-alist, prog-prettify-symbols)
13638 (prog--prettify-font-lock-compose-symbol)
13639 (prog-prettify-font-lock-symbols-keywords): New variables and
13640 functions to support symbol prettification.
13641 * emacs-lisp/lisp-mode.el (lisp--augmented-font-lock-keywords)
13642 (lisp--augmented-font-lock-keywords-1)
13643 (lisp--augmented-font-lock-keywords-2, lisp-mode-variables)
13644 (lisp--prettify-symbols-alist): Implement prettify of lambda.
13645 * progmodes/cfengine.el (cfengine3--augmented-font-lock-keywords)
13646 (cfengine3--prettify-symbols-alist, cfengine3-mode):
13647 Implement prettify of -> => :: strings.
13648 * progmodes/perl-mode.el (perl-prettify-symbols)
13649 (perl--font-lock-compose-symbol)
13650 (perl--font-lock-symbols-keywords): Move to prog-mode.
13651 (perl--prettify-symbols-alist): Prettify -> => :: strings.
13652 (perl-font-lock-keywords-1)
13653 (perl-font-lock-keywords-2): Remove explicit prettify support.
13654 (perl--augmented-font-lock-keywords)
13655 (perl--augmented-font-lock-keywords-1)
13656 (perl--augmented-font-lock-keywords-2, perl-mode):
13657 Implement prettify support.
13658
13659 2013-06-05 Leo Liu <sdl.web@gmail.com>
13660
13661 Re-implement SMIE matching block highlight using
13662 show-paren-data-function. (Bug#14395)
13663 * emacs-lisp/smie.el (smie-matching-block-highlight)
13664 (smie--highlight-matching-block-overlay)
13665 (smie--highlight-matching-block-lastpos)
13666 (smie-highlight-matching-block)
13667 (smie-highlight-matching-block-mode): Remove.
13668 (smie--matching-block-data-cache): New variable.
13669 (smie--matching-block-data): New function.
13670 (smie-setup): Use smie--matching-block-data for
13671 show-paren-data-function.
13672
13673 * progmodes/octave.el (octave-mode-menu): Fix.
13674 (octave-find-definition): Skip garbage lines.
13675
13676 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
13677
13678 Fix compilation error with simultaneous dynamic+lexical scoping.
13679 Add warning when a defvar appears after the first let-binding.
13680 * emacs-lisp/bytecomp.el (byte-compile-lexical-variables): New var.
13681 (byte-compile-close-variables): Initialize it.
13682 (byte-compile--declare-var): New function.
13683 (byte-compile-file-form-defvar)
13684 (byte-compile-file-form-define-abbrev-table)
13685 (byte-compile-file-form-custom-declare-variable): Use it.
13686 (byte-compile-make-lambda-lexenv): Change the argument. Simplify.
13687 (byte-compile-lambda): Share call to byte-compile-arglist-vars.
13688 (byte-compile-bind): Handle dynamic bindings that shadow
13689 lexical bindings.
13690 (byte-compile-unbind): Make arg non-optional.
13691 (byte-compile-let): Simplify.
13692 * emacs-lisp/cconv.el (byte-compile-lexical-variables): Declare var.
13693 (cconv--analyse-function, cconv-analyse-form): Populate it.
13694 Protect byte-compile-bound-variables to limit the scope of defvars.
13695 (cconv-analyse-form): Add missing rule for (defvar <foo>).
13696 Remove unneeded rule for `declare'.
13697
13698 * emacs-lisp/cl-macs.el (cl--compiler-macro-adjoin): Use macroexp-let2
13699 so as to avoid depending on cl-adjoin at run-time.
13700 * emacs-lisp/cl-lib.el (cl-pushnew): Use backquotes.
13701
13702 * emacs-lisp/macroexp.el (macroexp--compiling-p): New function.
13703 (macroexp--warn-and-return): Use it.
13704
13705 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
13706
13707 * subr.el: Convert to lexical binding.
13708 (overriding-local-map): Make obsolete.
13709 (add-to-list): Doc fix. Add compiler macro.
13710 (read-key): Swap values of local maps.
13711
13712 2013-06-05 Leo Liu <sdl.web@gmail.com>
13713
13714 * eshell/esh-mode.el (eshell-mode): Fix key bindings.
13715
13716 2013-06-04 Leo Liu <sdl.web@gmail.com>
13717
13718 * progmodes/compile.el (compile-goto-error): Add optional arg NOMSG.
13719 (compilation-auto-jump): Suppress the "Mark set" message to give
13720 way to exit message.
13721
13722 2013-06-04 Alan Mackenzie <acm@muc.de>
13723
13724 Remove faulty optimisation from indentation calculation.
13725 * progmodes/cc-engine.el (c-guess-basic-syntax): Don't calculate
13726 search limit based on 2000 characters back from indent-point.
13727
13728 2013-06-03 Tassilo Horn <tsdh@gnu.org>
13729
13730 * eshell/em-term.el (cl-lib): Require `cl-lib'.
13731
13732 2013-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
13733
13734 * emacs-lisp/lisp.el: Use lexical-binding.
13735 (lisp--local-variables-1, lisp--local-variables): New functions.
13736 (lisp--local-variables-completion-table): New var.
13737 (lisp-completion-at-point): Use it complete let-bound vars.
13738
13739 * emacs-lisp/lisp-mode.el (eval-sexp-add-defvars): Expand macros
13740 eagerly (bug#14422).
13741
13742 2013-06-03 Michael Albinus <michael.albinus@gmx.de>
13743
13744 * autorevert.el (auto-revert-notify-enabled)
13745 (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
13746 (auto-revert-notify-event-p, auto-revert-notify-event-file-name)
13747 (auto-revert-notify-handler): Handle also gfilenotify.
13748
13749 * subr.el (file-notify-handle-event): New defun. Replacing ...
13750 (inotify-event-p, inotify-handle-event, w32notify-handle-event):
13751 Remove.
13752
13753 2013-06-03 Juri Linkov <juri@jurta.org>
13754
13755 * bindings.el (search-map): Bind `highlight-symbol-at-point' to
13756 `M-s h .'. (Bug#14427)
13757
13758 * hi-lock.el (highlight-symbol-at-point): New alias for the new
13759 command `hi-lock-face-symbol-at-point'.
13760 (hi-lock-face-symbol-at-point): New command.
13761 (hi-lock-map): Bind `highlight-symbol-at-point' to `C-x w .'.
13762 (hi-lock-menu): Add `highlight-symbol-at-point'.
13763 (hi-lock-mode): Doc fix.
13764
13765 * isearch.el (isearch-forward-symbol-at-point): New command.
13766 (search-map): Bind `isearch-forward-symbol-at-point' to `M-s .'.
13767 (isearch-highlight-regexp): Add a regexp which matches
13768 words/symbols for word/symbol mode.
13769
13770 * subr.el (find-tag-default-bounds): New function with the body
13771 mostly moved from `find-tag-default'.
13772 (find-tag-default): Move most code to `find-tag-default-bounds',
13773 call it and apply `buffer-substring-no-properties' afterwards.
13774
13775 2013-06-03 Tassilo Horn <tsdh@gnu.org>
13776
13777 * eshell/em-term.el (eshell-term-initialize):
13778 Use `cl-intersection' rather than `intersection'.
13779
13780 2013-06-02 Xue Fuqiao <xfq.free@gmail.com>
13781
13782 * vc/log-view.el: Doc fix.
13783 (log-view-mode-map): Copy keymap from `special-mode-map'.
13784
13785 2013-06-02 Eric Ludlam <zappo@gnu.org>
13786
13787 * emacs-lisp/eieio.el (eieio--defalias, eieio-hook)
13788 (eieio-error-unsupported-class-tags, eieio-skip-typecheck)
13789 (eieio-optimize-primary-methods-flag, eieio-initializing-object)
13790 (eieio-unbound, eieio-default-superclass)
13791 (eieio--define-field-accessors, method-static, method-before)
13792 (method-primary, method-after, method-num-lists)
13793 (method-generic-before, method-generic-primary)
13794 (method-generic-after, method-num-slots)
13795 (eieio-specialized-key-to-generic-key)
13796 (eieio--check-type, class-v, class-p)
13797 (eieio-class-name, define-obsolete-function-alias)
13798 (eieio-class-parents-fast, eieio-class-children-fast)
13799 (same-class-fast-p, class-constructor, generic-p)
13800 (generic-primary-only-p, generic-primary-only-one-p)
13801 (class-option-assoc, class-option, eieio-object-p)
13802 (class-abstract-p, class-method-invocation-order)
13803 (eieio-defclass-autoload-map, eieio-defclass-autoload)
13804 (eieio-class-un-autoload, eieio-defclass)
13805 (eieio-eval-default-p, eieio-perform-slot-validation-for-default)
13806 (eieio-add-new-slot, eieio-copy-parents-into-subclass)
13807 (eieio--defgeneric-init-form, eieio-defgeneric-form)
13808 (eieio-defgeneric-reset-generic-form)
13809 (eieio-defgeneric-form-primary-only)
13810 (eieio-defgeneric-reset-generic-form-primary-only)
13811 (eieio-defgeneric-form-primary-only-one)
13812 (eieio-defgeneric-reset-generic-form-primary-only-one)
13813 (eieio-unbind-method-implementations)
13814 (eieio--defmethod, eieio--typep)
13815 (eieio-perform-slot-validation, eieio-validate-slot-value)
13816 (eieio-validate-class-slot-value, eieio-barf-if-slot-unbound)
13817 (eieio-oref, eieio-oref-default, eieio-default-eval-maybe)
13818 (eieio-oset, eieio-oset-default, eieio-slot-originating-class-p)
13819 (eieio-slot-name-index, eieio-class-slot-name-index)
13820 (eieio-set-defaults, eieio-initarg-to-attribute)
13821 (eieio-attribute-to-initarg, eieio-c3-candidate)
13822 (eieio-c3-merge-lists, eieio-class-precedence-c3)
13823 (eieio-class-precedence-dfs, eieio-class-precedence-bfs)
13824 (eieio-class-precedence-list, eieio-generic-call-methodname)
13825 (eieio-generic-call-arglst, eieio-generic-call-key)
13826 (eieio-generic-call-next-method-list)
13827 (eieio-pre-method-execution-functions, eieio-generic-call)
13828 (eieio-generic-call-primary-only, eieiomt-method-list)
13829 (eieiomt-optimizing-obarray, eieiomt-install)
13830 (eieiomt-add, eieiomt-next, eieiomt-sym-optimize)
13831 (eieio-generic-form, eieio-defmethod, make-obsolete)
13832 (eieio-defgeneric, make-obsolete): Move to eieio-core.el.
13833 (defclass): Remove `eval-and-compile' from macro.
13834 (call-next-method, shared-initialize): Instead of using
13835 `scoped-class' variable, use new eieio--scoped-class, and
13836 eieio--with-scoped-class.
13837 (initialize-instance): Rename local variable 'scoped-class' to
13838 'this-class' to remove ambiguitity from old global.
13839
13840 * emacs-lisp/eieio-core.el: New file. Derived from key parts of
13841 eieio.el.
13842 (eieio--scoped-class-stack): New variable.
13843 (eieio--scoped-class): New fcn.
13844 (eieio--with-scoped-class): New scoping macro.
13845 (eieio-defclass): Use pushnew instead of add-to-list.
13846 (eieio-defgeneric-form-primary-only-one, eieio-oset-default)
13847 (eieio-slot-name-index, eieio-set-defaults, eieio-generic-call)
13848 (eieio-generic-call-primary-only, eieiomt-add): Instead of using
13849 `scoped-class' variable, use new eieio--scoped-class, and
13850 eieio--with-scoped-class.
13851
13852 * emacs-lisp/eieio-base.el (cl-lib): Require during compile.
13853
13854 2013-06-02 Tassilo Horn <tsdh@gnu.org>
13855
13856 * eshell/esh-ext.el (eshell-external-command): Pass args to
13857 `eshell-find-interpreter'.
13858 (eshell-find-interpreter): Add new second parameter ARGS.
13859
13860 * eshell/em-script.el (eshell-script-initialize): Add second arg
13861 to the function added as MATCH to `eshell-interpreter-alist'.
13862
13863 * eshell/em-dirs.el (eshell-dirs-initialize): Add second arg to
13864 the function added as MATCH to `eshell-interpreter-alist'.
13865
13866 * eshell/em-term.el (eshell-visual-subcommands): New defcustom.
13867 (eshell-visual-options): New defcustom.
13868 (eshell-escape-control-x): Adapt docstring.
13869 (eshell-term-initialize): Test `eshell-visual-subcommands' and
13870 `eshell-visual-options' in addition to `eshell-visual-commands'.
13871 (eshell-exec-visual): Pass args to `eshell-find-interpreter'.
13872
13873 2013-06-01 Fabián Ezequiel Gallina <fgallina@gnu.org>
13874
13875 * progmodes/python.el (python-indent-block-enders): Add break,
13876 continue and raise keywords.
13877
13878 2013-06-01 Glenn Morris <rgm@gnu.org>
13879
13880 * pcmpl-gnu.el (pcomplete/tar): Check obsolete variable is bound.
13881
13882 Plain (f)boundp silences compilation warnings since Emacs 22.1.
13883 * progmodes/cc-cmds.el (delete-forward-p):
13884 * progmodes/cc-defs.el (buffer-syntactic-context-depth):
13885 * progmodes/cc-engine.el (buffer-syntactic-context):
13886 * progmodes/cc-fonts.el (face-property-instance):
13887 * progmodes/cc-mode.el (set-keymap-parents):
13888 * progmodes/cc-vars.el (get-char-table): No need for cc-bytecomp-defun.
13889 * progmodes/cc-defs.el (c-set-region-active, c-beginning-of-defun-1)
13890 * progmodes/cc-mode.el (c-make-inherited-keymap): Use plain fboundp.
13891 * progmodes/cc-defs.el (zmacs-region-stays, zmacs-regions)
13892 (lookup-syntax-properties): Remove unecessary cc-bytecomp-defvar.
13893
13894 * progmodes/cc-vars.el (other): Emacs has this widget since
13895 at least 21.1, so don't (re)define it.
13896
13897 * eshell/em-cmpl.el (eshell-cmpl-initialize):
13898 Replace the obsolete alias pcomplete-arg-quote-list.
13899
13900 2013-06-01 Leo Liu <sdl.web@gmail.com>
13901
13902 * progmodes/octave.el (octave-mode-syntax-table): Give `.'
13903 punctuation syntax.
13904 (inferior-octave-minimal-columns)
13905 (inferior-octave-last-column-width): New variables.
13906 (inferior-octave-track-window-width-change): New function.
13907 (inferior-octave-mode): Adjust column width so that Octave output,
13908 for example from 'ls', can fit into the window nicely.
13909
13910 2013-05-31 Dmitry Gutov <dgutov@yandex.ru>
13911
13912 * progmodes/ruby-mode.el (ruby-syntax-expansion-allowed-p):
13913 Highlight expansions inside regexp literals.
13914
13915 2013-05-31 Glenn Morris <rgm@gnu.org>
13916
13917 * obsolete/sym-comp.el (symbol-complete):
13918 Replace obsolete completion-annotate-function.
13919
13920 * progmodes/cc-vars.el (c-make-macro-with-semi-re): Silence compiler.
13921
13922 2013-05-31 Dmitry Gutov <dgutov@yandex.ru>
13923
13924 * progmodes/ruby-mode.el (ruby-syntax-expansion-allowed-p):
13925 New function, checks if point is inside a literal that allows
13926 expression expansion.
13927 (ruby-syntax-propertize-expansion): Use it.
13928 (ruby-syntax-propertize-function): Bind `case-fold-search' to nil
13929 around the body.
13930
13931 2013-05-30 Juri Linkov <juri@jurta.org>
13932
13933 * isearch.el (isearch-mode-map): Bind `isearch-toggle-invisible'
13934 to "\M-si".
13935 (isearch-invisible): New variable.
13936 (isearch-forward): Doc fix.
13937 (isearch-mode): Set `isearch-invisible'
13938 to the value of `search-invisible'.
13939 (isearch-toggle-case-fold): Doc fix.
13940 (isearch-toggle-invisible): New command.
13941 (isearch-query-replace): Let-bind `search-invisible'
13942 to the value of `isearch-invisible'.
13943 (isearch-search): Use `isearch-invisible' instead of
13944 `search-invisible'. Let-bind `search-invisible'
13945 to the value of `isearch-invisible'. (Bug#11378)
13946
13947 2013-05-30 Juri Linkov <juri@jurta.org>
13948
13949 * replace.el (perform-replace): Avoid `isearch-range-invisible'
13950 call when `query-flag' is nil and `search-invisible' is non-nil.
13951 (Bug#11746)
13952
13953 2013-05-30 Glenn Morris <rgm@gnu.org>
13954
13955 * progmodes/gdb-mi.el (gdb-wait-for-pending): Fix typo.
13956
13957 * progmodes/cc-bytecomp.el (cc-bytecomp-noruntime-functions): New.
13958 (cc-require): Suppress spurious "noruntime" warnings.
13959 (cc-require-when-compile): Use fboundp, for sake of compiler.
13960
13961 * progmodes/cc-mode.el: Move load of cc-vars before that of
13962 cc-langs (which in turn loads cc-vars), to quieten compiler.
13963
13964 2013-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
13965
13966 * paren.el: Simplify the code.
13967 (show-paren-mode): Always start the timer.
13968 (show-paren--idle-timer): Rename from show-paren-idle-timer.
13969 (show-paren--overlay, show-paren--overlay-1): Rename from
13970 show-paren-overlay and show-paren-overlay-1, and initialize to an
13971 overlay rather than to nil.
13972 (show-paren-function): Misc cleanup and simplifications.
13973
13974 2013-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
13975
13976 * paren.el (show-paren-data-function): New hook.
13977 (show-paren--default): New function, extracted from show-paren-function.
13978 (show-paren-function): Use show-paren-data-function.
13979
13980 2013-05-30 Glenn Morris <rgm@gnu.org>
13981
13982 * ielm.el (ielm-map, ielm-complete-symbol):
13983 Use completion-at-point rather than obsolete functions.
13984 (inferior-emacs-lisp-mode): Doc fix.
13985 Set completion-at-point-functions, rather than
13986 comint-dynamic-complete-functions.
13987
13988 * eshell/em-cmpl.el (eshell-complete-lisp-symbol): New function.
13989 (eshell-cmpl-initialize, eshell-complete-parse-arguments):
13990 Replace obsolete lisp-complete-symbol with eshell-complete-lisp-symbol.
13991
13992 * image.el (image-animated-p): Tweak definition.
13993
13994 * net/rlogin.el (rlogin-program, rlogin-explicit-args): Default to ssh.
13995 (rlogin-process-connection-type): Tweak default. Add set-after.
13996 (rlogin-host): Doc fix.
13997 (rlogin): Tweak prompt.
13998 (rlogin-tab-or-complete): Use completion-at-point rather than alias.
13999
14000 * net/net-utils.el (nslookup-mode-map, ftp-mode-map):
14001 * progmodes/tcl.el (inferior-tcl-mode-map):
14002 Use completion-at-point rather than obsolete alias.
14003
14004 * emacs-lisp/eieio.el (eieio-eval-default-p): Move before use.
14005
14006 * minibuffer.el (read-file-name-completion-ignore-case):
14007 Move before completion--in-region, for eager macro expansion.
14008
14009 2013-05-29 Juri Linkov <juri@jurta.org>
14010
14011 * replace.el (occur-engine): Rename `globalcount' to `global-lines'
14012 for total count of matching lines. Add `global-matches' for total
14013 count of matches. Rename `matches' to `lines' for count of
14014 matching lines. Add `matches' for count of matches.
14015 Rename `lines' to `curr-line' for line count. Rename `prev-lines'
14016 to `prev-line' for line number of prev match endpt.
14017 Increment `matches' for every match. Print the number of
14018 matching lines in the header.
14019 (occur-context-lines): Rename `lines' to `curr-line'.
14020 Rename `prev-lines' to `prev-line'. (Bug#14017)
14021
14022 2013-05-29 Juri Linkov <juri@jurta.org>
14023
14024 * replace.el (perform-replace): Add `skip-read-only-count',
14025 `skip-filtered-count', `skip-invisible-count' let-bound to 0.
14026 Increment them for corresponding conditions and report the number
14027 of skipped occurrences in the final message. (Bug#11746)
14028 (query-replace, query-replace-regexp, query-replace-regexp-eval)
14029 (replace-string, replace-regexp): Doc fix.
14030
14031 2013-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
14032
14033 * emacs-lisp/trace.el (trace--read-args): Provide a default.
14034
14035 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Inherit from
14036 prog-mode-map (bug#14504).
14037
14038 2013-05-29 Leo Liu <sdl.web@gmail.com>
14039
14040 * progmodes/octave.el (octave-indent-comment): Tweak regexps.
14041 (octave-help): Small simplification.
14042
14043 * emacs-lisp/smie.el (smie-highlight-matching-block): Always turn
14044 off the highlight first.
14045
14046 2013-05-29 Glenn Morris <rgm@gnu.org>
14047
14048 * progmodes/idlwave.el (idlwave-concatenate-rinfo-lists):
14049 Handle idlwave-last-system-routine-info-cons-cell being nil.
14050
14051 * progmodes/idlwave.el (idlwave-scan-user-lib-files)
14052 (idlwave-write-paths): Simplify via with-temp-buffer.
14053
14054 * emulation/cua-gmrk.el: Also load cua-base, cua-rect at run time.
14055 * emulation/cua-rect.el: Also load cua-base at run time.
14056
14057 * progmodes/cperl-mode.el (imenu-choose-buffer-index)
14058 (file-of-tag, etags-snarf-tag, etags-goto-tag-location): Declare.
14059 (cperl-imenu-on-info): Require imenu.
14060
14061 2013-05-28 Alan Mackenzie <acm@muc.de>
14062
14063 Handle "capitalised keywords" correctly.
14064 * progmodes/cc-mode.el (c-after-change): Bind case-fold-search to nil.
14065
14066 2013-05-28 Aidan Gauland <aidalgol@amuri.net>
14067
14068 * eshell/em-unix.el: Add -r option to cp.
14069
14070 2013-05-28 Glenn Morris <rgm@gnu.org>
14071
14072 * vc/vc-arch.el (vc-exec-after): Declare.
14073 (vc-switches): Autoload.
14074 * vc/vc-bzr.el: No need to require vc when compiling.
14075 (vc-exec-after, vc-set-async-update, vc-default-dir-printer)
14076 (vc-resynch-buffer, vc-dir-refresh): Declare.
14077 (vc-setup-buffer, vc-switches): Autoload.
14078 * vc/vc-cvs.el (vc-exec-after, vc-coding-system-for-diff)
14079 (vc-resynch-buffer): Declare.
14080 (vc-switches, vc-default-revert, vc-version-backup-file): Autoload.
14081 * vc/vc-dir.el (desktop-missing-file-warning): Declare.
14082 * vc/vc-git.el (vc-exec-after, vc-set-async-update)
14083 (grep-read-regexp, grep-read-files, grep-expand-template)
14084 (vc-dir-refresh): Declare.
14085 (vc-setup-buffer, vc-switches, vc-resynch-buffer): Autoload.
14086 * vc/vc-hg.el (vc-exec-after, vc-set-async-update): Declare.
14087 (vc-setup-buffer, vc-switches, vc-do-async-command): Autoload.
14088 * vc/vc-mtn.el (vc-exec-after): Declare.
14089 (vc-switches): Autoload.
14090 * vc/vc-rcs.el (vc-expand-dirs, vc-switches)
14091 (vc-tag-precondition, vc-buffer-sync, vc-rename-master): Autoload.
14092 (vc-file-tree-walk): Declare.
14093 * vc/vc-sccs.el (vc-file-tree-walk): Declare.
14094 (vc-expand-dirs, vc-switches, vc-setup-buffer, vc-delistify)
14095 (vc-tag-precondition, vc-rename-master): Autoload.
14096 * vc/vc-svn.el (vc-exec-after): Declare.
14097 (vc-switches, vc-setup-buffer): Autoload.
14098 * obsolete/vc-mcvs.el (vc-checkout, vc-switches, vc-default-revert):
14099 Autoload.
14100 (vc-resynch-buffer): Declare.
14101
14102 * obsolete/fast-lock.el (byte-compile-warnings):
14103 Don't warn about obsolete features in this obsolete file.
14104
14105 * progmodes/cc-vars.el (c-macro-names-with-semicolon):
14106 Move definition before use.
14107
14108 * play/dunnet.el (byte-compile-warnings): Don't disable them all.
14109 (dun-unix-verbs): Remove dun-zippy.
14110 (dun-zippy): Remove function.
14111
14112 * emacs-lisp/bytecomp.el (byte-compile-warnings): Doc fix.
14113
14114 2013-05-27 Juri Linkov <juri@jurta.org>
14115
14116 * replace.el (replace-search): New function with code moved out
14117 from `perform-replace'.
14118 (replace-highlight, replace-dehighlight): Move function definitions
14119 up closer to `replace-search'. (Bug#11746)
14120
14121 2013-05-27 Juri Linkov <juri@jurta.org>
14122
14123 * replace.el (perform-replace): Ignore invisible matches.
14124 In addition to checking `query-replace-skip-read-only', also
14125 filter out matches by calling `run-hook-with-args-until-failure'
14126 on `isearch-filter-predicates', and also check `search-invisible'
14127 for t or call `isearch-range-invisible'.
14128 (replace-dehighlight): Call `isearch-clean-overlays'. (Bug#11746)
14129
14130 2013-05-27 Juri Linkov <juri@jurta.org>
14131
14132 * isearch.el (isearch-filter-predicates): Rename from
14133 `isearch-filter-predicate'. Doc fix. (Bug#11378)
14134 (isearch-message-prefix): Display text from the property
14135 `isearch-message-prefix' of the currently active filters.
14136 (isearch-search): Don't compare `isearch-filter-predicate' with
14137 `isearch-filter-visible'. Call `run-hook-with-args-until-failure'
14138 on `isearch-filter-predicates'. Also check `search-invisible' for t
14139 or call `isearch-range-invisible'.
14140 (isearch-filter-visible): Make obsolete.
14141 (isearch-lazy-highlight-search):
14142 Call `run-hook-with-args-until-failure' on
14143 `isearch-filter-predicates' and use `isearch-range-invisible'.
14144
14145 * info.el (Info-search): Call `run-hook-with-args-until-failure' on
14146 `isearch-filter-predicates' instead of `funcall'ing
14147 `isearch-filter-predicate'.
14148 (Info-mode): Set `Info-isearch-filter' to
14149 `isearch-filter-predicates' instead of `isearch-filter-predicate'.
14150
14151 * dired-aux.el (dired-isearch-filter-predicate-orig):
14152 Remove variable.
14153 (dired-isearch-filenames-toggle, dired-isearch-filenames-setup)
14154 (dired-isearch-filenames-end): Add and remove
14155 `dired-isearch-filter-filenames' in `isearch-filter-predicates'
14156 instead of changing the value of `isearch-filter-predicate'.
14157 Rebind `dired-isearch-filenames-toggle' from "\M-sf" to "\M-sff".
14158 (dired-isearch-filter-filenames): Don't use `isearch-filter-visible'.
14159 Put property `isearch-message-prefix' to "filename " on
14160 `dired-isearch-filter-filenames'.
14161
14162 * wdired.el (wdired-change-to-wdired-mode):
14163 Add `isearch-filter-predicates' to `wdired-isearch-filter-read-only'
14164 locally instead of changing `isearch-filter-predicate'.
14165 (wdired-isearch-filter-read-only): Don't use `isearch-filter-visible'.
14166
14167 2013-05-27 Dmitry Gutov <dgutov@yandex.ru>
14168
14169 * vc/vc-git.el (vc-git-working-revision): When in detached mode,
14170 return the commit hash (Bug#14459). Also set the
14171 `vc-git-detached' property.
14172 (vc-git--rev-parse): Extract from `vc-git-previous-revision'.
14173 (vc-git-mode-line-string): Use the same help-echo format whether
14174 in detached mode or not, because we know the actual revision now.
14175 When in detached mode, shorten the revision to 7 chars.
14176
14177 2013-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
14178
14179 * emacs-lisp/easy-mmode.el (define-minor-mode):
14180 * emacs-lisp/derived.el (define-derived-mode): Always defvar the
14181 mode hook and provide a docstring.
14182
14183 2013-05-27 Alan Mackenzie <acm@muc.de>
14184
14185 Remove spurious syntax-table text properties inserted by C-y.
14186 * progmodes/cc-mode.el (c-after-change): Also clear hard
14187 syntax-table property with value nil.
14188
14189 2013-05-27 Michael Albinus <michael.albinus@gmx.de>
14190
14191 * net/dbus.el (dbus-call-method): Let-bind `inhibit-redisplay'
14192 when reading the events; the buffer layout shall not be changed.
14193
14194 2013-05-27 Leo Liu <sdl.web@gmail.com>
14195
14196 * progmodes/octave.el (inferior-octave-directory-tracker-resync):
14197 New variable.
14198 (inferior-octave-directory-tracker): Automatically re-sync
14199 default-directory.
14200 (octave-help): Improve handling of 'See also'.
14201
14202 2013-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
14203
14204 * doc-view.el: Minor naming convention tweaks.
14205 (desktop-buffer-mode-handlers): Don't add to it repeatedly.
14206
14207 * image-mode.el (image-mode-reapply-winprops): Call image-mode-winprops
14208 even if there's no `display' property yet (bug#14435).
14209
14210 2013-05-25 Eli Zaretskii <eliz@gnu.org>
14211
14212 * subr.el (unmsys--file-name): Rename from reveal-filename.
14213
14214 * Makefile.in (custom-deps, finder-data, autoloads)
14215 ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
14216 ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
14217 ($(CAL_DIR)/hol-loaddefs.el): All users changed.
14218
14219 2013-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
14220
14221 * emacs-lisp/lisp.el (lisp-completion-at-point): Don't use
14222 error-completion on the first 2 args of condition-case (bug#14446).
14223 Don't burp at EOB.
14224
14225 2013-05-25 Leo Liu <sdl.web@gmail.com>
14226
14227 * comint.el (comint-previous-matching-input): Do not flood the
14228 *Messages* buffer with trivial messages.
14229
14230 2013-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
14231
14232 * progmodes/flymake.el (flymake-nop): Don't return a string.
14233 (flymake-set-at): Fix typo.
14234
14235 * simple.el (read--expression): New function, extracted from
14236 eval-expression. Set completion-at-point-functions (bug#14465).
14237 (eval-expression, eval-minibuffer): Use it.
14238
14239 2013-05-25 Xue Fuqiao <xfq.free@gmail.com>
14240
14241 * progmodes/flymake.el (flymake-save-buffer-in-file)
14242 (flymake-makehash, flymake-posn-at-point-as-event, flymake-nop)
14243 (flymake-selected-frame, flymake-log, flymake-ins-after)
14244 (flymake-set-at, flymake-get-buildfile-from-cache)
14245 (flymake-add-buildfile-to-cache, flymake-clear-buildfile-cache)
14246 (flymake-find-possible-master-files, flymake-save-buffer-in-file):
14247 Refine the doc string.
14248 (flymake-get-file-name-mode-and-masks): Reformat.
14249 (flymake-get-real-file-name-function): Fix a minor bug.
14250
14251 2013-05-24 Juri Linkov <juri@jurta.org>
14252
14253 * progmodes/grep.el (grep-mode-font-lock-keywords):
14254 Support =linenumber= format used by git-grep for lines with
14255 function names. (Bug#13549)
14256
14257 2013-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
14258
14259 * progmodes/octave.el (octave-smie-rules): Return nil rather than
14260 0 after a semi-colon; it works better for smie-auto-fill.
14261 (octave--indent-new-comment-line): New function.
14262 (octave-indent-new-comment-line): Use it (indirectly).
14263 (octave-mode): Don't disable smie-auto-fill. Use add-function to
14264 modify comment-line-break-function.
14265
14266 * emacs-lisp/smie.el (smie-auto-fill): Rework to be more robust.
14267 (smie-setup): Use add-function to set it.
14268
14269 2013-05-24 Sam Steingold <sds@gnu.org>
14270
14271 * sort.el (delete-duplicate-lines): Accept an optional `keep-blanks'
14272 argument (before the `interactive' argument).
14273
14274 2013-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
14275
14276 * image-mode.el (image-mode-winprops): Add winprops to
14277 image-mode-winprops-alist before running
14278 image-mode-new-window-functions.
14279 * doc-view.el (doc-view-new-window-function): Don't delay
14280 doc-view-goto-page via timers (bug#14435).
14281
14282 2013-05-24 Tassilo Horn <tsdh@gnu.org>
14283
14284 * doc-view.el: Integrate with desktop.el. (Bug#14435)
14285 (doc-view-desktop-save-buffer): New function.
14286 (doc-view-restore-desktop-buffer): New function.
14287 (desktop-buffer-mode-handlers):
14288 Add `doc-view-restore-desktop-buffer' as desktop.el buffer mode
14289 handler.
14290 (doc-view-mode): Set `doc-view-desktop-save-buffer' as custom
14291 `desktop-save-buffer' function.
14292
14293 2013-05-24 Michael Albinus <michael.albinus@gmx.de>
14294
14295 * net/tramp-gvfs.el (tramp-gvfs-enabled): New defconst.
14296 (tramp-gvfs-file-name-handler): Raise a user error when
14297 `tramp-gvfs-enabled' is nil.
14298 (top): Register signals only when `tramp-gvfs-enabled' is non-nil.
14299 Do not raise a user error when loading package. (Bug#14447)
14300
14301 * net/xesam.el: Move to obsolete/.
14302
14303 2013-05-24 Glenn Morris <rgm@gnu.org>
14304
14305 * font-lock.el (lisp-font-lock-keywords-2): Add with-coding-priority.
14306
14307 * emacs-lisp/chart.el (chart-sort): Replace obsolete `object-name'.
14308
14309 * progmodes/cperl-mode.el (cperl-mode): Use fboundp.
14310 (Info-find-node, Man-getpage-in-background): Declare.
14311
14312 * mail/unrmail.el (unrmail):
14313 Replace obsolete detect-coding-with-priority.
14314
14315 * net/socks.el (socks-split-string): Use this rather than split-string.
14316 (socks-nslookup-host): Update for above change.
14317 (dynamic-choice, s5-dynamic-choice-match)
14318 (s5-dynamic-choice-match-inline, s5-widget-value-create):
14319 Comment out unused code.
14320
14321 * tooltip.el (tooltip-use-echo-area): Warn only on 'set.
14322 * progmodes/gud.el (gud-gdb-completion-function): Move before use.
14323 (gud-tooltip-echo-area): Make obsolete.
14324 (gud-tooltip-process-output, gud-tooltip-tips): Also check tooltip-mode.
14325
14326 * progmodes/js.el (js--optimize-arglist): Declare.
14327
14328 * progmodes/ruby-mode.el (ruby-syntax-propertize-expansion): Declare.
14329
14330 * progmodes/which-func.el (ediff-window-A, ediff-window-B)
14331 (ediff-window-C): Declare.
14332
14333 * obsolete/pgg-gpg.el, obsolete/pgg-pgp.el, obsolete/pgg-pgp5.el:
14334 Tweak requires to silence compiler.
14335
14336 * obsolete/sym-comp.el: No need to load hipper-exp when compiling.
14337 (he-search-string, he-tried-table, he-expand-list)
14338 (he-init-string, he-string-member, he-substitute-string)
14339 (he-reset-string): Declare.
14340
14341 * obsolete/options.el (list-options): Use custom-variable-p,
14342 rather than obsolete alias.
14343
14344 2013-05-23 Sam Steingold <sds@gnu.org>
14345
14346 * simple.el (shell-command-on-region): Pass the `replace' argument
14347 down to `call-process-region' to comply with the doc as reported on
14348 <http://stackoverflow.com/questions/16720458/emacs-noninteractive-call-to-shell-command-on-region-always-deletes-region>
14349
14350 2013-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
14351
14352 * emacs-lisp/smie.el (smie-indent-forward-token)
14353 (smie-indent-backward-token): Handle string tokens (bug#14381).
14354
14355 2013-05-23 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
14356
14357 * ielm.el (ielm-menu): New menu.
14358 (inferior-emacs-lisp-mode): Set comment-start.
14359
14360 2013-05-23 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
14361
14362 * textmodes/reftex.el (reftex-ref-style-toggle):
14363 Fix deactivate action.
14364
14365 * textmodes/reftex-vars.el (reftex-ref-style-alist):
14366 Add cleveref macros.
14367
14368 * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
14369 Accept options for bibliography commands.
14370 * textmodes/reftex-vars.el (reftex-bibliography-commands):
14371 Add addbibresource. Basic Biblatex support.
14372
14373 2013-05-23 Michael Albinus <michael.albinus@gmx.de>
14374
14375 * net/tramp-gvfs.el (top):
14376 * net/xesam.el (xesam-dbus-unique-names): Suppress D-Bus errors
14377 when loading package. (Bug#14447)
14378
14379 2013-05-23 Glenn Morris <rgm@gnu.org>
14380
14381 * progmodes/js.el: No need to load comint when compiling.
14382 (ring-insert, comint-send-string, comint-send-input)
14383 (comint-last-input-end, ido-chop): Declare.
14384
14385 * vc/ediff-diff.el, vc/ediff-merg.el: Require ediff-util at run-time.
14386 * vc/ediff-mult.el: Adjust requires.
14387 (ediff-directories-internal, ediff-directory-revisions-internal)
14388 (ediff-patch-file-internal): Declare.
14389 * vc/ediff-ptch.el: Adjust requires.
14390 (ediff-use-last-dir, ediff-buffers-internal): Declare.
14391 (ediff-find-file): Autoload.
14392 * vc/ediff-util.el: No need to load ediff when compiling.
14393 (ediff-regions-internal): Declare.
14394 * vc/ediff-wind.el: Adjust requires.
14395 (ediff-compute-toolbar-width): Define when compiling.
14396 (ediff-setup-control-buffer, ediff-make-bottom-toolbar): Declare.
14397 * vc/ediff.el: No need to load dired, ediff-ptch when compiling.
14398 (dired-get-filename, dired-get-marked-files)
14399 (ediff-last-dir-patch, ediff-patch-default-directory)
14400 (ediff-get-patch-buffer, ediff-dispatch-file-patching-job)
14401 (ediff-patch-buffer-internal): Declare.
14402
14403 * emacs-lisp/checkdoc.el: No need to load ispell when compiling.
14404 (ispell-process, ispell-buffer-local-words, lm-summary)
14405 (lm-section-start, lm-section-end): Declare.
14406 (checkdoc-ispell-init): Simplify.
14407
14408 * progmodes/vera-mode.el (he-init-string, he-dabbrev-beg)
14409 (he-string-member, he-reset-string, he-substitute-string): Declare.
14410
14411 * eshell/em-ls.el: Adjust requires.
14412 (eshell-glob-regexp): Declare.
14413 * eshell/em-tramp.el: Adjust requires.
14414 (eshell-parse-command): Autoload.
14415 * eshell/em-xtra.el: Adjust requires.
14416 (eshell-parse-command): Autoload.
14417 * eshell/esh-ext.el: Adjust requires.
14418 (eshell-parse-command, eshell-close-handles): Autoload.
14419 * eshell/esh-io.el: Adjust requires.
14420 (eshell-output-filter): Autoload.
14421 * eshell/esh-util.el: No need to load tramp when compiling.
14422 (tramp-file-name-structure, ange-ftp-ls, ange-ftp-file-modtime):
14423 Declare.
14424 (eshell-parse-ange-ls): Require ange-ftp and tramp.
14425 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
14426 * eshell/em-cmpl.el, eshell/em-glob.el, eshell/em-pred.el:
14427 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-smart.el:
14428 * eshell/em-term.el, eshell/esh-arg.el, eshell/esh-mode.el:
14429 * eshell/esh-opt.el, eshell/esh-proc.el:
14430 * eshell/esh-var.el: Adjust requires.
14431 * eshell/eshell.el: Do not require esh-util twice.
14432 (eshell-add-input-to-history): Declare.
14433 (eshell-command): Check history module is active before using it.
14434
14435 * eshell/em-ls.el (eshell-ls-dir): Fix -A handling.
14436
14437 2013-05-22 Leo Liu <sdl.web@gmail.com>
14438
14439 * progmodes/octave.el (inferior-octave-startup): Fix bug#14433.
14440
14441 2013-05-22 Michael Albinus <michael.albinus@gmx.de>
14442
14443 * autorevert.el (auto-revert-notify-add-watch)
14444 (auto-revert-notify-handler): Add `attrib' for the inotify case,
14445 it indicates changes in file modification time.
14446
14447 2013-05-22 Glenn Morris <rgm@gnu.org>
14448
14449 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
14450 Always delete the autoloaded function from the noruntime and
14451 unresolved functions lists.
14452
14453 * allout.el: No need to load epa, epg, overlay when compiling.
14454 (epg-context-set-passphrase-callback, epg-list-keys)
14455 (epg-decrypt-string, epg-encrypt-string, epg-user-id-string)
14456 (epg-key-user-id-list): Declare.
14457
14458 * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
14459 (viper-set-parsing-style-toggling-macro)
14460 (viper-set-emacs-state-searchstyle-macros):
14461 Use called-interactively-p on Emacs.
14462 (viper-looking-back): Make it an obsolete alias. Update callers.
14463 * emulation/viper-ex.el: Load viper-keym, not viper-cmd.
14464 Use looking-back rather than viper-looking-back.
14465 (viper-tmp-insert-at-eob, viper-enlarge-region)
14466 (viper-read-string-with-history, viper-register-to-point)
14467 (viper-append-to-register, viper-change-state-to-vi)
14468 (viper-backward-char-carefully, viper-forward-char-carefully)
14469 (viper-Put-back, viper-put-back, viper-add-newline-at-eob-if-necessary)
14470 (viper-change-state-to-emacs): Declare.
14471 * emulation/viper-macs.el: Load viper-mous, viper-ex, not viper-cmd.
14472 (viper-change-state-to-insert, viper-change-state-to-vi): Declare.
14473 * emulation/viper-mous.el: Do not load viper-cmd.
14474 (viper-backward-char-carefully, viper-forward-char-carefully)
14475 (viper-forward-word, viper-adjust-window): Declare.
14476
14477 * vc/ediff.el (ediff-version): Use called-interactively-p on Emacs.
14478
14479 * progmodes/idlw-help.el (idlwave-help-fontify):
14480 Use called-interactively-p.
14481
14482 * term/w32console.el (w32-get-console-codepage)
14483 (w32-get-console-output-codepage): Declare.
14484
14485 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape):
14486 Remove unnecessary declarations.
14487 (dframe-message): Doc fix.
14488
14489 * info.el (dframe-select-attached-frame, dframe-current-frame):
14490 Declare.
14491
14492 * speedbar.el (speedbar-message): Make it an obsolete alias.
14493 Update all callers.
14494 (speedbar-with-attached-buffer)
14495 (speedbar-maybee-jump-to-attached-frame): Make these aliases obsolete.
14496 (speedbar-with-writable): Use backquote.
14497 * emacs-lisp/eieio-opt.el (eieio-describe-class-sb):
14498 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click):
14499 Use dframe-with-attached-buffer, dframe-maybee-jump-to-attached-frame
14500 rather than speedbar- aliases.
14501 * mail/rmail.el: Load dframe rather than speedbar when compiling.
14502 (speedbar-make-specialized-keymap, speedbar-insert-button)
14503 (dframe-select-attached-frame, dframe-maybee-jump-to-attached-frame)
14504 (speedbar-do-function-pointer): Declare.
14505 (rmail-speedbar-button, rmail-speedbar-find-file)
14506 (rmail-speedbar-move-message):
14507 Use dframe-with-attached-buffer rather than speedbar- alias.
14508 * progmodes/gud.el: Load dframe rather than speedbar when compiling.
14509 (dframe-message, speedbar-make-specialized-keymap)
14510 (speedbar-add-expansion-list, speedbar-mode-functions-list)
14511 (speedbar-make-tag-line, speedbar-remove-localized-speedbar-support)
14512 (speedbar-insert-button, dframe-select-attached-frame)
14513 (dframe-maybee-jump-to-attached-frame)
14514 (speedbar-change-initial-expansion-list)
14515 (speedbar-previously-used-expansion-list-name): Declare.
14516 (gud-speedbar-item-info, gud-gdb-goto-stackframe):
14517 Use dframe-message, dframe-with-attached-buffer rather than
14518 speedbar- aliases.
14519 (gud-sentinel): Silence compiler.
14520 * progmodes/vhdl-mode.el (speedbar-refresh)
14521 (speedbar-do-function-pointer, speedbar-add-supported-extension)
14522 (speedbar-add-mode-functions-list, speedbar-make-specialized-keymap)
14523 (speedbar-change-initial-expansion-list, speedbar-add-expansion-list)
14524 (speedbar-extension-list-to-regex, speedbar-directory-buttons)
14525 (speedbar-file-lists, speedbar-make-tag-line)
14526 (speedbar-line-directory, speedbar-goto-this-file)
14527 (speedbar-center-buffer-smartly, speedbar-change-expand-button-char)
14528 (speedbar-delete-subblock, speedbar-position-cursor-on-line)
14529 (speedbar-make-button, speedbar-reset-scanners)
14530 (speedbar-files-item-info, speedbar-line-text)
14531 (speedbar-find-file-in-frame, speedbar-set-timer)
14532 (dframe-maybee-jump-to-attached-frame, speedbar-line-file): Declare.
14533 (speedbar-with-writable): Do not (re)define it.
14534 (vhdl-speedbar-find-file): Use dframe-maybee-jump-to-attached-frame
14535 rather than speedbar- alias.
14536
14537 2013-05-21 Leo Liu <sdl.web@gmail.com>
14538
14539 * progmodes/octave.el (octave-mode-menu): Update and re-organize
14540 menu items.
14541 (octave-mode): Tweak fill-nobreak-predicate.
14542 (inferior-octave-startup): Check process to avoid infinite loop.
14543 (inferior-octave): Pop to buffer first to show abornmal process
14544 exit information.
14545
14546 2013-05-21 Glenn Morris <rgm@gnu.org>
14547
14548 * printing.el (pr-menu-bar): Define when compiling.
14549
14550 2013-05-21 Leo Liu <sdl.web@gmail.com>
14551
14552 * progmodes/octave.el (octave-auto-fill): Remove.
14553 (octave-indent-new-comment-line): Improve.
14554 (octave-mode): Use auto fill mode through
14555 comment-line-break-function and fill-nobreak-predicate.
14556 (octave-goto-function-definition): Support DEFUN_DLD.
14557 (octave-beginning-of-defun): Small tweak.
14558 (octave-help): Show parent directory.
14559
14560 2013-05-21 Glenn Morris <rgm@gnu.org>
14561
14562 * files.el (dired-unmark):
14563 * progmodes/gud.el (gdb-input): Update declarations.
14564
14565 * calculator.el (electric, ehelp): No need to load when compiling.
14566 (Electric-command-loop, electric-describe-mode): Declare.
14567
14568 * doc-view.el (doc-view-current-converter-processes): Move before use.
14569
14570 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
14571 Move MODE-set-explicitly definition before use.
14572
14573 * international/mule-diag.el (mule-diag):
14574 Don't use obsolete window-system-version.
14575
14576 * mail/feedmail.el (smtpmail): No need to load when compiling.
14577 (smtpmail-via-smtp, smtpmail-smtp-server): Declare.
14578
14579 * mail/mail-utils.el (rfc822): No need to load when compiling.
14580 (rfc822-addresses): Autoload it.
14581 (mail-strip-quoted-names): Trivial simplification.
14582
14583 * mail/rmail.el (rmail-mime-message-p, rmail-mime-toggle-raw): Declare.
14584 (rmail-retry-failure): Don't assume that rmail-mime-feature == rmailmm.
14585
14586 * net/snmp-mode.el (tempo): Don't duplicate requires.
14587
14588 * progmodes/prolog.el (info): No need to load when compiling.
14589 (comint): Require before shell requires it.
14590 (Info-goto-node): Autoload it.
14591 (Info-follow-nearest-node): Declare.
14592 (prolog-help-info, prolog-goto-predicate-info): No need to require info.
14593
14594 * textmodes/artist.el (picture-mode-exit): Declare.
14595
14596 * textmodes/reftex-parse.el (reftex-parse-from-file):
14597 Trivial rewrite so the compiler can parse it better.
14598
14599 2013-05-20 Leo Liu <sdl.web@gmail.com>
14600
14601 * progmodes/octave.el (octave-help-mode-map)
14602 (octave-help-mode-finish-hook): New variables.
14603 (octave-help-mode, octave-help-mode-finish): New functions.
14604 (octave-help): Use octave-help-mode.
14605
14606 2013-05-20 Glenn Morris <rgm@gnu.org>
14607
14608 * format-spec.el (format-spec): Allow spec chars with nil. (Bug#14420)
14609
14610 2013-05-19 Dmitry Gutov <dgutov@yandex.ru>
14611
14612 * progmodes/ruby-mode.el (ruby-expression-expansion-re): Allow to
14613 start at point, so that expansion starting right after opening
14614 slash in a regexp is recognized.
14615 (ruby-syntax-before-regexp-re): New defvar, extracted from
14616 ruby-syntax-propertize-function. Since the value of this regexp
14617 is looked up at runtime now, we should be able to turn
14618 `ruby-syntax-methods-before-regexp' into a defcustom later.
14619 (ruby-syntax-propertize-function): Split regexp matching into two
14620 parts, for opening and closing slashes. That allows us to skip
14621 over string interpolations and support multiline regexps.
14622 Don't call `ruby-syntax-propertize-expansions', instead use another rule
14623 for them, which calls `ruby-syntax-propertize-expansion'.
14624 (ruby-syntax-propertize-expansions): Move `remove-text-properties'
14625 call to `ruby-syntax-propertize-function'.
14626 (ruby-syntax-propertize-expansion): Extracted from
14627 `ruby-syntax-propertize-expansions'. Handles one expansion.
14628 (ruby-syntax-propertize-percent-literal): Leave point right after
14629 the percent symbol, so that the expression expansion rule can
14630 propertize the contents.
14631 (ruby-syntax-propertize-heredoc): Leave point at bol following the
14632 heredoc openers.
14633 (ruby-syntax-propertize-expansions): Remove.
14634
14635 2013-05-18 Juri Linkov <juri@jurta.org>
14636
14637 * man.el (Man-default-man-entry): Remove `-' from the end
14638 of the default value. (Bug#14400)
14639
14640 2013-05-18 Glenn Morris <rgm@gnu.org>
14641
14642 * comint.el (comint-password-prompt-regexp):
14643 Allow "password for XXX" where XXX contains colons (eg https://...).
14644
14645 2013-05-18 Leo Liu <sdl.web@gmail.com>
14646
14647 * progmodes/octave.el (inferior-octave-startup): Use OCTAVE_SRCDIR
14648 instead. Include "--no-gui" to prevent hangs for Octave > 3.7.
14649 (octave-source-directories): Don't check process.
14650 (octave-source-directories, octave-find-definition): Doc fix.
14651
14652 2013-05-18 Glenn Morris <rgm@gnu.org>
14653
14654 * progmodes/vhdl-mode.el (vhdl-mode-map-init):
14655 Remove backspace/delete bindings. (Bug#14392)
14656
14657 * cus-dep.el (custom-make-dependencies): Sort the output.
14658 (custom-versions-load-alist): Convert comment to doc.
14659
14660 2013-05-17 Leo Liu <sdl.web@gmail.com>
14661
14662 * newcomment.el (comment-search-backward): Stricter in finding
14663 comment start. (Bug#14303)
14664
14665 * progmodes/octave.el (octave-comment-start): Remove the SPC char.
14666 (octave-comment-start-skip): Properly anchored.
14667
14668 2013-05-17 Leo Liu <sdl.web@gmail.com>
14669
14670 * emacs-lisp/smie.el (smie-highlight-matching-block-mode):
14671 Clean up when turned off. (Bug#14395)
14672 (smie--highlight-matching-block-overlay): No longer buffer-local.
14673 (smie-highlight-matching-block): Adjust.
14674
14675 2013-05-17 Paul Eggert <eggert@cs.ucla.edu>
14676
14677 Doc string fix for "nanoseconds" (Bug#14406).
14678 * emacs-lisp/timer.el (timer-relative-time, timer-inc-time):
14679 Fix doc string typo that had "nanoseconds" instead of "microseconds".
14680
14681 2013-05-17 Jay Belanger <jay.p.belanger@gmail.com>
14682
14683 * calc/calc-units.el (math-extract-units): Preserve powers
14684 of units.
14685
14686 2013-05-17 Leo Liu <sdl.web@gmail.com>
14687
14688 * subr.el (delete-consecutive-dups): New function.
14689 * ido.el (ido-set-matches-1): Use it.
14690 * progmodes/octave.el (inferior-octave-completion-table): Use it.
14691 * ido.el (ido-remove-consecutive-dups): Remove.
14692
14693 2013-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
14694
14695 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
14696 (f90-hpf-keywords-re, f90-constants-re): Use \\_< rather than
14697 regexp-opt's `words'.
14698
14699 2013-05-16 Leo Liu <sdl.web@gmail.com>
14700
14701 * emacs-lisp/smie.el (smie-matching-block-highlight): New face.
14702 (smie--highlight-matching-block-overlay)
14703 (smie--highlight-matching-block-lastpos)
14704 (smie--highlight-matching-block-timer): New variables.
14705 (smie-highlight-matching-block): New function.
14706 (smie-highlight-matching-block-mode): New minor mode. (Bug#14395)
14707 (smie-setup): Conditionally enable smie-blink-matching-open.
14708
14709 2013-05-16 Wilson Snyder <wsnyder@wsnyder.org>
14710
14711 Sync with upstream verilog-mode r840.
14712 * progmodes/verilog-mode.el (verilog-mode-version)
14713 (verilog-mode-release-date): Update.
14714 (verilog-auto-lineup, verilog-auto-reset): Doc fixes.
14715 (verilog-sig-tieoff): Fix string error on
14716 AUTORESET with colon define, bug594. Reported by Andrew Hou.
14717 (verilog-read-decls): Fix parameters confusing
14718 AUTOINST interfaces, bug565. Reported by Leith Johnson.
14719
14720 2013-05-16 Eli Zaretskii <eliz@gnu.org>
14721
14722 * subr.el (reveal-filename): New function.
14723
14724 * loadup.el: Compute Emacs executable versions on MS-Windows,
14725 where executables have the .exe extension. Add a hard link
14726 emacs-XX.YY.ZZ.exe on MS-Windows.
14727
14728 * Makefile.in (XARGS_LIMIT): New variable.
14729 (custom-deps, finder-data, autoloads)
14730 ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
14731 ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
14732 ($(CAL_DIR)/hol-loaddefs.el): Use reveal-filename.
14733 (compile-main): Limit xargs according to $(XARGS_LIMIT).
14734
14735 2013-05-16 Leo Liu <sdl.web@gmail.com>
14736
14737 * progmodes/octave.el (octave-indent-defun): Mark obsolete.
14738 (octave-mode-menu, octave-mode-map): Remove its uses.
14739
14740 2013-05-16 Reto Zimmermann <reto@gnu.org>
14741
14742 Sync with upstream vhdl mode v3.34.2.
14743 * progmodes/vhdl-mode.el: Use `push' throughout.
14744 (vhdl-version, vhdl-time-stamp, vhdl-doc-release-notes): Update.
14745 (vhdl-compiler-alist): Replace "\t\n" by "\\t\\n".
14746 Add IBM & Quartus compiler. Enhance entry for ADVance MS compiler.
14747 (vhdl-actual-generic-name): New option to derive actual generic name.
14748 (vhdl-port-paste-signals): Replace formal by actual generics.
14749 (vhdl-beautify): New name for old group vhdl-align. Update users.
14750 (vhdl-beautify-options): New option.
14751 (vhdl-last-input-event): New compat alias. Use throughout.
14752 (vhdl-goto-line): Replace user level function `goto-line'.
14753 (vhdl-mode-map): Add bindings for vhdl-fix-statement-region,
14754 vhdl-fix-statement-buffer.
14755 (vhdl-create-mode-menu): Add some entries.
14756 (vhdl-align-region-groups): Respect vhdl-beautify-options.
14757 (vhdl-align-inline-comment-region-1): Handle "--" inside string.
14758 (vhdl-fixup-whitespace-region): Handle symbols at EOL.
14759 (vhdl-fix-statement-region, vhdl-fix-statement-buffer): New commands,
14760 to force statements on one line.
14761 (vhdl-remove-trailing-spaces-region):
14762 New, split from vhdl-remove-trailing-spaces.
14763 (vhdl-beautify-region): Fix statements, trailing spaces, ^M character.
14764 Respect vhdl-beautify-options.
14765 (vhdl-update-sensitivity-list-buffer): If non-interactive save buffer.
14766 (vhdl-update-sensitivity-list): Not add with index if exists without.
14767 Not include array index with signal. Ignore keywords in comments.
14768 (vhdl-get-visible-signals): Regexp tweaks.
14769 (vhdl-template-component-inst): Handle empty library.
14770 (vhdl-template-type): Add template for 'enum' type.
14771 (vhdl-port-paste-generic-map, vhdl-port-paste-constants):
14772 Use vhdl-replace-string.
14773 (vhdl-port-paste-signals): Use vhdl-prepare-search-1.
14774 (vhdl-speedbar-mode-map): Rename from vhdl-speedbar-key-map.
14775 (vhdl-speedbar-initialize): Update for above name change.
14776 (vhdl-compose-wire-components): Fix in handling of constants.
14777 (vhdl-error-regexp-emacs-alist): New variable.
14778 (vhdl-error-regexp-add-emacs): New function;
14779 adds support for new compile.el (Emacs 22+)
14780 (vhdl-generate-makefile-1): Change target order for single lib. units.
14781 Allow use of absolute file names.
14782
14783 2013-05-16 Leo Liu <sdl.web@gmail.com>
14784
14785 * simple.el (prog-indent-sexp): Indent enclosing defun.
14786
14787 2013-05-15 Glenn Morris <rgm@gnu.org>
14788
14789 * cus-start.el (show-trailing-whitespace): Move to editing basics.
14790 * faces.el (trailing-whitespace): Don't use whitespace-faces group.
14791 * obsolete/old-whitespace.el (whitespace-faces): Remove group.
14792 (whitespace-highlight): Move to whitespace group.
14793
14794 * comint.el (comint-source):
14795 * pcmpl-linux.el (pcmpl-linux):
14796 * shell.el (shell-faces):
14797 * eshell/esh-opt.el (eshell-opt):
14798 * international/ccl.el (ccl): Remove empty custom groups.
14799
14800 * completion.el (dynamic-completion-mode):
14801 * jit-lock.el (jit-lock-debug-mode):
14802 * minibuffer.el (completion-in-region-mode):
14803 * type-break.el (type-break-mode-line-message-mode)
14804 (type-break-query-mode):
14805 * emulation/tpu-edt.el (tpu-edt-mode):
14806 * progmodes/subword.el (global-subword-mode, global-superword-mode):
14807 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
14808 * term/vt100.el (vt100-wide-mode): Specify explicit :group.
14809
14810 * term/xterm.el (xterm): Change parent group to terminals.
14811
14812 * master.el (master): Remove empty custom group.
14813 (master-mode): Remove unused :group argument.
14814 * textmodes/refill.el (refill): Remove empty custom group.
14815 (refill-mode): Remove unused :group argument.
14816
14817 * textmodes/rst.el (rst-compile-toolsets): Use rst-compile group.
14818
14819 * cus-dep.el: Provide a feature.
14820 (custom-make-dependencies): Ignore dotfiles (dir-locals).
14821 Don't mistakenly ignore files whose basenames match a basename
14822 from preloaded-file-list (eg cedet/ede/simple.el).
14823 Add a fallback method for getting :group.
14824
14825 2013-05-15 Juri Linkov <juri@jurta.org>
14826
14827 * isearch.el (isearch-char-by-name): Rename from
14828 `isearch-insert-char-by-name'. Doc fix.
14829 (isearch-forward): Mention `isearch-char-by-name' in
14830 the docstring. (Bug#13348)
14831
14832 * isearch.el (minibuffer-local-isearch-map): Bind "\r" to
14833 `exit-minibuffer' instead of
14834 `isearch-nonincremental-exit-minibuffer'.
14835 (isearch-edit-string): Remove mention of
14836 `isearch-nonincremental-exit-minibuffer' from docstring.
14837 (isearch-nonincremental-exit-minibuffer): Mark as obsolete.
14838 (isearch-forward-exit-minibuffer)
14839 (isearch-reverse-exit-minibuffer): Add docstring. (Bug#13348)
14840
14841 2013-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
14842
14843 * loadup.el: Just use unversioned DOC.
14844
14845 * nxml/nxml-mode.el: Treat unclosed <[[, <?, comment, and other
14846 literals as extending to EOB.
14847 (nxml-last-fontify-end): Remove unused variable.
14848 (nxml-after-change1): Use with-silent-modifications.
14849 (nxml-extend-after-change-region): Simplify.
14850 (nxml-extend-after-change-region1): Remove function.
14851 (nxml-after-change1): Don't adjust for dependent regions.
14852 (nxml-fontify-matcher): Simplify.
14853 * nxml/xmltok.el (xmltok-dependent-regions): Remove variable.
14854 (xmltok-add-dependent): Remove function.
14855 (xmltok-scan-after-lt, xmltok-scan-after-processing-instruction-open)
14856 (xmltok-scan-after-comment-open, xmltok-scan-prolog-literal)
14857 (xmltok-scan-prolog-after-processing-instruction-open): Treat
14858 unclosed <[[, <?, comment, and other literals as extending to EOB.
14859 * nxml/rng-valid.el (rng-mark-xmltok-dependent-regions)
14860 (rng-mark-xmltok-dependent-region, rng-dependent-region-changed):
14861 Remove functions.
14862 (rng-do-some-validation-1): Don't mark dependent regions.
14863 * nxml/nxml-rap.el (nxml-adjust-start-for-dependent-regions)
14864 (nxml-mark-parse-dependent-regions, nxml-mark-parse-dependent-region)
14865 (nxml-clear-dependent-regions): Remove functions.
14866 (nxml-scan-after-change, nxml-scan-prolog, nxml-tokenize-forward)
14867 (nxml-ensure-scan-up-to-date):
14868 Don't clear&mark dependent regions.
14869
14870 2013-05-15 Leo Liu <sdl.web@gmail.com>
14871
14872 * progmodes/octave.el (octave-goto-function-definition):
14873 Improve and fix callers.
14874
14875 2013-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
14876
14877 * emacs-lisp/cl-extra.el (cl-getf): Return the proper value in
14878 the setter (bug#14387).
14879
14880 * progmodes/f90.el (f90-blocks-re): Include the terminating \> in the
14881 surrounding group (bug#14402).
14882
14883 2013-05-14 Juri Linkov <juri@jurta.org>
14884
14885 * subr.el (find-tag-default-as-regexp): Return nil if `tag' is nil.
14886 (Bug#14390)
14887
14888 2013-05-14 Glenn Morris <rgm@gnu.org>
14889
14890 * progmodes/f90.el (f90-imenu-generic-expression):
14891 Fix typo in 2013-05-08 change. (Bug#14402)
14892
14893 2013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
14894
14895 * progmodes/gdb-mi.el (gdb-running, gdb-starting):
14896 Remove signals for which replies are never received.
14897
14898 2013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
14899
14900 * progmodes/gdb-mi.el: Fix non-responsive gud commands (bug#13845)
14901 (gdb-handler-alist, gdb-handler-number): Remove variables.
14902 (gdb-handler-list): New variable.
14903 (gdb-add-handler, gdb-delete-handler, gdb-get-handler-function)
14904 (gdb-pending-handler-p, gdb-handle-reply)
14905 (gdb-remove-all-pending-triggers): New functions.
14906 (gdb-discard-unordered-replies): New defcustom.
14907 (gdb-handler): New defstruct.
14908 (gdb-wait-for-pending): Fix invalid backquote. Use gdb-handler-list.
14909 instead of gdb-pending-triggers. Update docstring.
14910 (gdb-init-1): Remove dead variables. Initialize gdb-handler-list.
14911 (gdb-speedbar-update, gdb-speedbar-timer-fn, gdb-var-update)
14912 (gdb-var-update-handler, def-gdb-auto-update-trigger)
14913 (def-gdb-auto-update-handler, gdb-get-changed-registers)
14914 (gdb-changed-registers-handler, gdb-get-main-selected-frame)
14915 (gdb-frame-handler): Pending triggers are now automatically managed.
14916 (def-gdb-trigger-and-handler, def-gdb-auto-update-handler):
14917 Remove argument.
14918 (gdb-input): Automatically handles pending triggers. Update docstring.
14919 (gdb-resync): Replace gdb-pending-triggers by gdb-handler-list.
14920 (gdb-thread-exited, gdb-thread-selected, gdb-register-names-handler):
14921 Update comments.
14922 (gdb-done-or-error): Now use gdb-handle-reply.
14923
14924 2013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
14925
14926 * progmodes/gdb-mi.el (gdb-input): Include token numbers in
14927 gdb-debug-log.
14928
14929 2013-05-14 Glenn Morris <rgm@gnu.org>
14930
14931 * subr.el (user-emacs-directory-warning): New option.
14932 (locate-user-emacs-file): Handle non-accessible .emacs.d. (Bug#13930)
14933
14934 2013-05-14 Leo Liu <sdl.web@gmail.com>
14935
14936 * progmodes/octave.el (octave-font-lock-keywords): Fix error
14937 during redisplay.
14938 (octave-goto-function-definition, octave-find-definition): Minor tweaks.
14939 (octave-font-lock-texinfo-comment): Fix invalid search bound
14940 error: wrong side of point.
14941
14942 2013-05-14 Glenn Morris <rgm@gnu.org>
14943
14944 * progmodes/flymake.el (flymake-xml-program): New option.
14945 (flymake-xml-init): Use it.
14946
14947 * term/xterm.el: Provide a feature.
14948
14949 * term/sup-mouse.el: Move to obsolete/. Provide a feature.
14950
14951 2013-05-13 Glenn Morris <rgm@gnu.org>
14952
14953 * cus-dep.el (defcustom-mh, defgroup-mh, defface-mh):
14954 Add compat aliases as a hack workaround. (Bug#14384)
14955
14956 2013-05-13 Leo Liu <sdl.web@gmail.com>
14957
14958 * progmodes/octave.el (octave-indent-comment): Fix indentation for
14959 ###, and %!.
14960 (octave-mode-map): Bind octave-indent-defun to C-c C-q instead of
14961 C-M-q.
14962 (octave-comment-start-skip): Include %!.
14963 (octave-mode): Set comment-start-skip to octave-comment-start-skip.
14964
14965 2013-05-12 Leo Liu <sdl.web@gmail.com>
14966
14967 * progmodes/octave.el (inferior-octave-startup): Store the value
14968 of __octave_srcdir__ for octave-source-directories.
14969 (inferior-octave-check-process): New function refactored out of
14970 inferior-octave-send-list-and-digest.
14971 (octave-source-directories)
14972 (octave-find-definition-filename-function): New variables.
14973 (octave-source-directories)
14974 (octave-find-definition-default-filename): New functions.
14975 (octave-find-definition): Improve to find functions implemented in C++.
14976
14977 2013-05-12 Glenn Morris <rgm@gnu.org>
14978
14979 * calendar/diary-lib.el (diary-outlook-format-1):
14980 Don't include dayname in the output. (Bug#14349)
14981
14982 2013-05-11 Glenn Morris <rgm@gnu.org>
14983
14984 * emacs-lisp/autoload.el (generated-autoload-load-name): Doc fix.
14985
14986 * cus-dep.el (custom-make-dependencies): Only use safe local variables.
14987 Treat cc-provide like provide.
14988
14989 2013-05-11 Kevin Ryde <user42@zip.com.au>
14990
14991 * cus-dep.el (custom-make-dependencies):
14992 Use generated-autoload-load-name for the sake of files such
14993 such cedet/semantic/bovine/c.el, where the base file name
14994 is not in load-path. (Bug#5277)
14995
14996 2013-05-11 Glenn Morris <rgm@gnu.org>
14997
14998 * dos-vars.el, emacs-lisp/cl-indent.el, emulation/tpu-extras.el:
14999 Provide features.
15000
15001 2013-05-11 Leo Liu <sdl.web@gmail.com>
15002
15003 * progmodes/octave.el (octave-indent-comment): Improve.
15004 (octave-eldoc-message-style, octave-eldoc-cache): New variables.
15005 (octave-eldoc-function-signatures, octave-eldoc-function):
15006 New functions.
15007 (octave-mode, inferior-octave-mode): Add eldoc support.
15008
15009 2013-05-11 Richard Stallman <rms@gnu.org>
15010
15011 * epa.el (epa-decrypt-file): Take output file name as argument
15012 and read it using `interactive'.
15013
15014 2013-05-11 Leo Liu <sdl.web@gmail.com>
15015
15016 * progmodes/octave.el (octave-beginning-of-line)
15017 (octave-end-of-line): Check before using up-list because it jumps
15018 out of more syntactic contructs since moving to smie.
15019 (octave-indent-comment): New function.
15020 (octave-mode): Use it in smie-indent-functions. (Bug#14350)
15021 (octave-begin-keywords, octave-end-keywords)
15022 (octave-reserved-words, octave-smie-bnf-table)
15023 (octave-smie-rules): Add new keywords from Octave 3.6.4.
15024
15025 2013-05-11 Glenn Morris <rgm@gnu.org>
15026
15027 * faces.el (internal-face-x-get-resource):
15028 * frame.el (ns-display-monitor-attributes-list):
15029 * calc/calc-aent.el (math-to-radians-2):
15030 * emacs-lisp/package.el (tar-header-name, tar-header-link-type):
15031 Fix declarations.
15032
15033 * calc/calc-menu.el: Make it loadable in isolation.
15034
15035 * net/eudcb-bbdb.el: Make it loadable without bbdb.
15036 (eudc-bbdb-filter-non-matching-record, eudc-bbdb-extract-phones)
15037 (eudc-bbdb-extract-addresses, eudc-bbdb-format-record-as-result)
15038 (eudc-bbdb-query-internal): Require 'bbdb.
15039
15040 * lpr.el (lpr-headers-switches):
15041 * emacs-lisp/testcover.el (testcover-compose-functions): Fix :type.
15042
15043 * progmodes/sql.el (sql-login-params): Fix and improve :type.
15044
15045 * emulation/edt-mapper.el: In batch mode, error rather than hang.
15046
15047 * term.el (term-set-escape-char): Make it idempotent.
15048
15049 2013-05-10 Leo Liu <sdl.web@gmail.com>
15050
15051 * progmodes/octave.el (inferior-octave-completion-table):
15052 No longer a function and all uses changed. Use cache to speed up
15053 completion due to bug#11906.
15054 (octave-beginning-of-defun): Re-write to be more general.
15055
15056 2013-05-10 Glenn Morris <rgm@gnu.org>
15057
15058 * emacs-lisp/cl-macs.el (cl-loop): Doc fix.
15059
15060 2013-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
15061
15062 * comint.el (comint-redirect-send-command-to-process): Use :around
15063 rather than :override for comint-redirect-filter.
15064 (comint-redirect-filter): Add the corresponding `orig-filter' argument.
15065 Call it instead of comint-redirect-original-filter-function (which
15066 is gone). Reported by Juanma Barranquero <lekktu@gmail.com>.
15067
15068 2013-05-09 Jan Djärv <jan.h.d@swipnet.se>
15069
15070 * frame.el (display-monitor-attributes-list): Add NS case.
15071 (ns-display-monitor-attributes-list): Declare.
15072
15073 2013-05-09 Ulrich Mueller <ulm@gentoo.org>
15074
15075 * descr-text.el (describe-char): Fix %d/%x typo. (Bug#14360)
15076
15077 2013-05-09 Glenn Morris <rgm@gnu.org>
15078
15079 * international/fontset.el (vertical-centering-font-regexp):
15080 Set standard-value.
15081
15082 * tar-mode.el (tar-superior-buffer, tar-superior-descriptor): Add doc.
15083
15084 * bookmark.el (bookmark-search-delay):
15085 * cus-start.el (vertical-centering-font-regexp):
15086 * ps-mule.el (ps-mule-font-info-database-default):
15087 * ps-print.el (ps-default-fg, ps-default-bg):
15088 * type-break.el (type-break-good-break-interval):
15089 * whitespace.el (whitespace-indentation-regexp)
15090 (whitespace-space-after-tab-regexp):
15091 * emacs-lisp/testcover.el (testcover-1value-functions)
15092 (testcover-noreturn-functions, testcover-progn-functions)
15093 (testcover-prog1-functions):
15094 * emulation/viper-init.el (viper-emacs-state-cursor-color):
15095 * eshell/em-glob.el (eshell-glob-translate-alist):
15096 * play/tetris.el (tetris-tty-colors):
15097 * progmodes/cpp.el (cpp-face-default-list):
15098 * progmodes/flymake.el (flymake-allowed-file-name-masks):
15099 * progmodes/idlw-help.el (idlwave-help-browser-generic-program)
15100 (idlwave-help-browser-generic-args):
15101 * progmodes/make-mode.el (makefile-special-targets-list):
15102 * progmodes/python.el (python-shell-virtualenv-path):
15103 * progmodes/verilog-mode.el (verilog-active-low-regexp)
15104 (verilog-auto-input-ignore-regexp, verilog-auto-inout-ignore-regexp)
15105 (verilog-auto-output-ignore-regexp, verilog-auto-tieoff-ignore-regexp)
15106 (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp):
15107 * textmodes/reftex-vars.el (reftex-format-label-function):
15108 * textmodes/remember.el (remember-diary-file): Fix custom types.
15109
15110 * jka-cmpr-hook.el (jka-compr-mode-alist-additions): Fix typo.
15111 Add :version.
15112
15113 2013-05-09 Leo Liu <sdl.web@gmail.com>
15114
15115 * progmodes/octave.el (inferior-octave-completion-at-point):
15116 Restore file completion. (Bug#14300)
15117 (inferior-octave-startup): Fix incorrect highlighting for the
15118 first prompt.
15119
15120 2013-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
15121
15122 * progmodes/ruby-mode.el: First cut at SMIE support.
15123 (ruby-use-smie): New var.
15124 (ruby-smie-grammar): New constant.
15125 (ruby-smie--bosp, ruby-smie--implicit-semi-p)
15126 (ruby-smie--forward-token, ruby-smie--backward-token)
15127 (ruby-smie-rules): New functions.
15128 (ruby-mode-variables): Setup SMIE if applicable.
15129
15130 2013-05-08 Eli Zaretskii <eliz@gnu.org>
15131
15132 * simple.el (line-move-visual): Signal beginning/end of buffer
15133 only if vertical-motion moved less than it was requested. Avoids
15134 silly incorrect error messages when there are display strings with
15135 multiple newlines at EOL.
15136
15137 2013-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
15138
15139 * progmodes/vera-mode.el (vera-underscore-is-part-of-word):
15140 * progmodes/prolog.el (prolog-underscore-wordchar-flag)
15141 (prolog-char-quote-workaround):
15142 * progmodes/cperl-mode.el (cperl-under-as-char):
15143 * progmodes/vhdl-mode.el (vhdl-underscore-is-part-of-word):
15144 Mark as obsolete.
15145 (vhdl-mode-syntax-table, vhdl-mode-ext-syntax-table): Initialize in
15146 their declaration.
15147 (vhdl-mode-syntax-table-init): Remove.
15148
15149 * progmodes/m4-mode.el (m4-mode-syntax-table): Add comment on
15150 last change.
15151
15152 * progmodes/ld-script.el (ld-script-mode-syntax-table): Use symbol
15153 syntax for "_".
15154 (ld-script-font-lock-keywords):
15155 Change regexps to use things like \_< and \_>.
15156
15157 * progmodes/f90.el (f90-mode-syntax-table): Use symbol syntax for "_".
15158 Change all regexps to use things like \_< and \_>.
15159
15160 * progmodes/autoconf.el (autoconf-definition-regexp)
15161 (autoconf-font-lock-keywords, autoconf-current-defun-function):
15162 Handle a _ with symbol syntax.
15163 (autoconf-mode): Don't change the syntax-table for imenu and font-lock.
15164
15165 * progmodes/ada-mode.el (ada-mode-abbrev-table):
15166 Consolidate declaration.
15167 (ada-mode-syntax-table, ada-mode-symbol-syntax-table): Initialize in
15168 the declaration.
15169 (ada-create-syntax-table): Remove.
15170 (ada-capitalize-word): Don't mess with the syntax of "_" since it
15171 already has the right syntax nowadays.
15172 (ada-goto-next-word): Don't change the syntax of "_".
15173
15174 * font-lock.el (lisp-font-lock-keywords-2): Don't highlight obsolete
15175 with-wrapper-hook.
15176
15177 2013-05-08 Sam Steingold <sds@gnu.org>
15178
15179 * thingatpt.el (thing-at-point): Accept optional second argument
15180 NO-PROPERTIES to strip the text properties from the return value.
15181 * net/browse-url.el (browse-url-url-at-point): Pass NO-PROPERTIES
15182 to `thing-at-point' instead of stripping the properties ourselves.
15183 Also, when `thing-at-point' fails to find a url, prepend "http://"
15184 to the filename at point on the assumption that the user is
15185 pointing at something like gnu.org/gnu.
15186
15187 2013-05-08 Juanma Barranquero <lekktu@gmail.com>
15188
15189 * emacs-lisp/bytecomp.el (byte-compile-insert-header):
15190 * faces.el (crm-separator):
15191 Silence byte-compiler.
15192
15193 * progmodes/gud.el (gdb-speedbar-auto-raise, gud-tooltip-mode)
15194 (tool-bar-map): Remove unneeded defvars.
15195
15196 2013-05-08 Leo Liu <sdl.web@gmail.com>
15197
15198 Re-work a fix for bug#10994 based on Le Wang's patch.
15199 * ido.el (ido-remove-consecutive-dups): New helper.
15200 (ido-completing-read): Use it.
15201 (ido-chop): Revert fix for bug#10994.
15202
15203 2013-05-08 Adam Spiers <emacs@adamspiers.org>
15204
15205 * cus-edit.el (custom-save-variables):
15206 Pretty-print long values. (Bug#14187)
15207
15208 2013-05-08 Glenn Morris <rgm@gnu.org>
15209
15210 * progmodes/m4-mode.el (m4-program): Assume it is in PATH.
15211 (m4-mode-syntax-table): Init in the defvar.
15212 (m4-mode-abbrev-table): Let define-derived-mode define it.
15213
15214 2013-05-08 Tom Tromey <tromey@redhat.com>
15215
15216 * progmodes/m4-mode.el (m4-mode-syntax-table):
15217 Do not treat "_" as word constituent. (Bug#14167)
15218
15219 2013-05-07 Glenn Morris <rgm@gnu.org>
15220
15221 * eshell/em-hist.el (eshell-isearch-map): Initialize in the defvar.
15222 Remove explicit eshell-isearch-cancel-map.
15223
15224 * progmodes/f90.el (f90-smart-end-names): New option.
15225 (f90-smart-end): Doc fix.
15226 (f90-end-block-optional-name): New constant.
15227 (f90-block-match): Respect f90-smart-end-names.
15228
15229 2013-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
15230
15231 * progmodes/octave.el (octave-smie-forward-token): Be more careful
15232 about implicit semi-colons (bug#14218).
15233
15234 2013-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15235
15236 * frame.el (display-monitor-attributes-list)
15237 (frame-monitor-attributes): New functions.
15238
15239 2013-05-06 Leo Liu <sdl.web@gmail.com>
15240
15241 * progmodes/octave.el (octave-syntax-propertize-function): Change
15242 \'s syntax to escape when inside double-quoted strings. (Bug#14332)
15243 (octave-font-lock-keywords): Use octave-operator-regexp.
15244 (octave-completion-at-point): Rename from
15245 octave-completion-at-point-function.
15246 (inferior-octave-directory-tracker): Robustify.
15247 (octave-text-functions): Remove and fix its uses. No such things
15248 any more.
15249
15250 2013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
15251
15252 * emacs-lisp/trace.el (trace--display-buffer): New function.
15253 (trace-make-advice): Use it.
15254
15255 2013-05-06 Juri Linkov <juri@jurta.org>
15256
15257 * emacs-lisp/lisp-mode.el (eval-defun-2): Doc fix. (Bug#14344)
15258 (eval-defun-2, eval-defun, eval-last-sexp, eval-last-sexp-1):
15259 Doc fix.
15260 (emacs-lisp-mode-map): Replace "minibuffer" with "echo area"
15261 in the help string. (Bug#12985)
15262
15263 2013-05-06 Kelly Dean <kellydeanch@yahoo.com> (tiny change)
15264
15265 * simple.el (shell-command-on-region): Doc fix. (Bug#14279)
15266
15267 2013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
15268
15269 * progmodes/perl-mode.el: Add support for here documents.
15270 (perl-syntax-propertize-function): Match here-doc markers.
15271 (perl-syntax-propertize-special-constructs): Find their end.
15272 (perl-imenu-generic-expression): Use [:alnum:].
15273
15274 * emacs-lisp/nadvice.el (advice--member-p): Return the advice if found.
15275 (advice--add-function): Refresh the advice if already present
15276 (bug#14317).
15277
15278 2013-05-06 Ivan Andrus <darthandrus@gmail.com>
15279
15280 * find-file.el (cc-other-file-alist): Add ".m" for ObjC. (Bug#14339)
15281
15282 2013-05-06 Glenn Morris <rgm@gnu.org>
15283
15284 * w32-fns.el (w32-charset-info-alist): Declare.
15285
15286 * eshell/em-cmpl.el: Simply require pcomplete; eg we use a bunch
15287 of its defcustom properties.
15288 (eshell-cmpl-initialize): No need to load pcomplete.
15289
15290 * generic-x.el: No need to require comint when compiling.
15291
15292 * net/eudc-export.el: Make it loadable without bbdb.
15293 (top-level): Use require rather than load-library.
15294 (eudc-create-bbdb-record, eudc-bbdbify-phone)
15295 (eudc-batch-export-records-to-bbdb)
15296 (eudc-insert-record-at-point-into-bbdb, eudc-try-bbdb-insert):
15297 Require bbdb.
15298
15299 2013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
15300
15301 * progmodes/octave.el (octave-texinfo-font-lock-keywords): Remove.
15302 (octave-font-lock-texinfo-comment): Use texinfo-font-lock-keywords with
15303 some tweaks, instead.
15304
15305 2013-05-05 Leo Liu <sdl.web@gmail.com>
15306
15307 * progmodes/octave.el (octave-font-lock-keywords)
15308 (octave-font-lock-texinfo-comment): Adjust for the byte-compiler.
15309 (inferior-octave-send-list-and-digest): Improve error message.
15310 (octave-mode, inferior-octave-mode): Use setq-local.
15311 (octave-help): Set info-lookup-mode.
15312
15313 2013-05-05 Richard Stallman <rms@gnu.org>
15314
15315 * vc/compare-w.el (compare-windows-whitespace):
15316 Treat no-break space as whitespace.
15317
15318 * mail/rmailsum.el (rmail-summary-rmail-update):
15319 Detect empty summary and don't change selected message.
15320 (rmail-summary-goto-msg): Likewise.
15321
15322 * mail/rmailsum.el (rmail-new-summary, rmail-new-summary-1):
15323 Doc fixes, rename args.
15324
15325 2013-05-05 Alan Mackenzie <acm@muc.de>
15326
15327 * progmodes/cc-defs.el (c-version): Increment to 5.32.5.
15328
15329 2013-05-05 Juri Linkov <juri@jurta.org>
15330
15331 * info.el (Info-read-subfile): Use (point-min) instead of (point)
15332 to not add the length of the summary segment to the return value.
15333 (Bug#14125)
15334
15335 2013-05-05 Leo Liu <sdl.web@gmail.com>
15336
15337 * progmodes/octave.el (inferior-octave-strip-ctrl-g)
15338 (inferior-octave-output-filter): Remove.
15339 (octave-send-region, inferior-octave-startup): Fix callers.
15340 (inferior-octave-mode-map): Don't use comint-dynamic-complete.
15341 (octave-binary-file-extensions): New user variable.
15342 (octave-find-definition): Confirm if opening binary files.
15343 (octave-help-file): Use octave-find-definition to get the binary
15344 confirmation.
15345 (octave-help): Adjust for octave-help-file change.
15346
15347 2013-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
15348
15349 * progmodes/pascal.el (pascal-font-lock-keywords): Use backquotes.
15350 Merge the two entries that handle function definitions.
15351 (pascal--syntax-propertize): New const.
15352 (pascal-mode): Use it. Use setq-local.
15353
15354 2013-05-04 Glenn Morris <rgm@gnu.org>
15355
15356 * calendar/diary-lib.el (diary-from-outlook-function): New variable.
15357 (diary-from-outlook): Respect diary-from-outlook-function.
15358
15359 2013-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
15360
15361 * simple.el (read-expression-map): Use completion-at-point (bug#14255).
15362 Move the declaration from C.
15363 (read-minibuffer, eval-minibuffer): Move from C.
15364 (completion-setup-function): Avoid minibuffer-completion-contents.
15365
15366 2013-05-03 Leo Liu <sdl.web@gmail.com>
15367
15368 * progmodes/octave.el (octave-font-lock-keywords): Do not
15369 dehighlight 'end' in comments or strings.
15370 (octave-completing-read, octave-goto-function-definition):
15371 New helpers.
15372 (octave-help-buffer): New user variable.
15373 (octave-help-file, octave-help-function): New button types.
15374 (octave-help): New command and bind it to C-h ;.
15375 (octave-find-definition): New command and bind it to M-.
15376 (user-error): Alias to error if not defined.
15377
15378 2013-05-02 Leo Liu <sdl.web@gmail.com>
15379
15380 * progmodes/octave.el (octave-mode-syntax-table): Correct syntax
15381 for \. (bug#14332)
15382 (octave-font-lock-keywords): Include [ and {.
15383
15384 2013-05-02 Leo Liu <sdl.web@gmail.com>
15385
15386 * progmodes/octave.el (inferior-octave-startup-file): Change default.
15387 (inferior-octave): Remove calling comint-mode and return the buffer.
15388 (inferior-octave-startup): Cosmetic changes.
15389
15390 2013-05-02 Leo Liu <sdl.web@gmail.com>
15391
15392 * progmodes/octave.el (octave-syntax-propertize-function):
15393 Include the case when ' is at line beginning. (Bug#14336)
15394
15395 2013-05-02 Glenn Morris <rgm@gnu.org>
15396
15397 * vc/vc-dir.el (vc-dir-mode): Don't autoload it for everyone.
15398 * desktop.el (vc-dir-mode): Just autoload it here.
15399
15400 2013-05-02 Alan Mackenzie <acm@muc.de>
15401
15402 Eliminate variable c-standard-font-lock-fontify-region-function.
15403 * progmodes/cc-mode.el
15404 (c-standard-font-lock-fontify-region-function): Remove.
15405 (c-font-lock-fontify-region, c-after-font-lock-init): Adapt.
15406
15407 2013-05-01 Leo Liu <sdl.web@gmail.com>
15408
15409 * progmodes/octave.el: Compatible with older emacs-24 releases.
15410 (inferior-octave-has-built-in-variables): Remove. Built-in
15411 variables were removed from Octave in 2007.
15412 (inferior-octave-startup): Fix uses.
15413 (comint-line-beginning-position): Remove compatibility code for
15414 emacs 21.
15415
15416 2013-05-01 Juri Linkov <juri@jurta.org>
15417
15418 * isearch.el (isearch-forward, isearch-mode): Doc fix. (Bug#13923)
15419
15420 2013-05-01 Juri Linkov <juri@jurta.org>
15421
15422 * comint.el (comint-previous-matching-input): Don't print message
15423 "History item: %d" when `isearch-mode' is active.
15424 (comint-history-isearch-message): Print message "History item: %d"
15425 when `comint-input-ring-index' is not empty and this function is
15426 called from `isearch-update' with a nil `ellipsis'. (Bug#13223)
15427
15428 2013-05-01 Leo Liu <sdl.web@gmail.com>
15429
15430 * progmodes/octave.el (octave-abbrev-table): Remove abbrev
15431 definitions. Use completion-at-point to insert keywords.
15432 (octave-abbrev-start): Remove.
15433 (inferior-octave-mode, octave-mode): Use :abbrev-table instead.
15434
15435 2013-04-30 Leo Liu <sdl.web@gmail.com>
15436
15437 * progmodes/octave.el (inferior-octave-prompt-read-only): Fix last
15438 change.
15439
15440 2013-04-30 Alan Mackenzie <acm@muc.de>
15441
15442 Handle arbitrarily long C++ member initialisation lists.
15443 * progmodes/cc-engine.el (c-back-over-member-initializers):
15444 new function.
15445 (c-guess-basic-syntax): New CASE 5R (extracted from 5B) to handle
15446 (most) member init lists.
15447
15448 2013-04-30 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
15449
15450 * progmodes/octave.el (inferior-octave-prompt-read-only): New user
15451 variable.
15452
15453 2013-04-30 Leo Liu <sdl.web@gmail.com>
15454
15455 * progmodes/octave.el (octave-variables): Remove. No builtin
15456 variables any more. All converted to functions.
15457 (octave-font-lock-keywords, octave-completion-at-point-function):
15458 Fix uses.
15459 (octave-font-lock-texinfo-comment): New user variable.
15460 (octave-texinfo-font-lock-keywords): New variable for texinfo
15461 comment block.
15462 (octave-function-comment-block): New face.
15463 (octave-font-lock-texinfo-comment): New function.
15464 (octave-mode): Font lock texinfo comment block.
15465
15466 2013-04-29 Leo Liu <sdl.web@gmail.com>
15467
15468 * progmodes/octave.el (octave-font-lock-keywords): Handle 'end' in
15469 indexing expression.
15470 (octave-continuation-string): Do not use \.
15471 (inferior-octave-complete-impossible): Remove.
15472 (inferior-octave-completion-table)
15473 (inferior-octave-completion-at-point): Remove its uses.
15474 (inferior-octave-startup): completion_matches was introduced to
15475 Octave in 1996 so safe to assume it.
15476 (octave-function-file-comment): Improve to follow how Octave does it.
15477 (octave-update-function-file-comment): Tweak.
15478
15479 2013-04-29 Leo Liu <sdl.web@gmail.com>
15480
15481 * progmodes/octave.el (inferior-octave-startup-hook): Obsolete.
15482 (inferior-octave-startup): Remove inferior-octave-startup-hook.
15483 (octave-function-file-comment): Fix typo.
15484 (octave-sync-function-file-names): Use read-char-choice.
15485
15486 2013-04-28 Jay Belanger <jay.p.belanger@gmail.com>
15487
15488 * calc/calc.el (math-normalize): Don't set `math-normalize-error'
15489 to t for the less important warnings.
15490
15491 2013-04-27 Darren Hoo <darren.hoo@gmail.com> (tiny change)
15492
15493 * isearch.el (isearch-fail-pos): Check for empty `cmds'. (Bug#14268)
15494
15495 2013-04-27 Glenn Morris <rgm@gnu.org>
15496
15497 * vc/log-view.el (log-view-current-entry):
15498 Treat "---" separator lines as part of the following rev. (Bug#14169)
15499
15500 2013-04-27 Juri Linkov <juri@jurta.org>
15501
15502 * subr.el (read-number): Doc fix about using it by interactive
15503 code letter `n'. (Bug#14254)
15504
15505 2013-04-27 Juri Linkov <juri@jurta.org>
15506
15507 * desktop.el (desktop-auto-save-timeout): New option.
15508 (desktop-file-checksum): New variable.
15509 (desktop-save): Add optional arg `auto-save' and don't auto-save
15510 if nothing changed.
15511 (desktop-auto-save-timer): New variable.
15512 (desktop-auto-save, desktop-auto-save-set-timer): New functions.
15513 (after-init-hook): Call `desktop-auto-save-set-timer'.
15514 Suggested by Reuben Thomas <rrt@sc3d.org> in
15515 <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00327.html>.
15516
15517 2013-04-27 Leo Liu <sdl.web@gmail.com>
15518
15519 * progmodes/octave.el (octave-function-file-p)
15520 (octave-skip-comment-forward, octave-function-file-comment)
15521 (octave-update-function-file-comment): New functions.
15522 (octave-mode-map): Bind C-c ; to
15523 octave-update-function-file-comment.
15524 (octave-mode-menu): Add octave-update-function-file-comment.
15525 (octave-mode, inferior-octave-mode): Fix doc-string.
15526 (octave-insert-defun): Conform to Octave's coding convention.
15527 (Bug#14285)
15528
15529 * files.el (basic-save-buffer): Don't let errors in
15530 before-save-hook prevent saving buffer.
15531
15532 2013-04-20 Roland Winkler <winkler@gnu.org>
15533
15534 * faces.el (read-face-name): Use completing-read if arg multiple
15535 is nil.
15536
15537 2013-04-27 Ingo Lohmar <i.lohmar@gmail.com> (tiny change)
15538
15539 * ls-lisp.el (ls-lisp-insert-directory): If no files are
15540 displayed, move point to after the totals line.
15541 See http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00677.html
15542 for the details.
15543
15544 2013-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
15545
15546 * emacs-lisp/package.el (package-autoload-ensure-default-file):
15547 Add current dir to the load-path.
15548 (package-generate-autoloads): Don't rely on
15549 autoload-ensure-default-file.
15550
15551 2013-04-26 Reuben Thomas <rrt@sc3d.org>
15552
15553 * textmodes/remember.el (remember-store-in-files): Document that
15554 the file name format is passed to `format-time-string'.
15555
15556 2013-04-26 Leo Liu <sdl.web@gmail.com>
15557
15558 * progmodes/octave.el (octave-sync-function-file-names): New function.
15559 (octave-mode): Use it in before-save-hook.
15560
15561 2013-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
15562
15563 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Disable undo
15564 (bug#14274).
15565
15566 * progmodes/octave.el (octave-smie-forward-token): Properly skip
15567 \n and comment, even if it's not an implicit ; (bug#14218).
15568
15569 2013-04-26 Glenn Morris <rgm@gnu.org>
15570
15571 * subr.el (read-number): Once more use `read' rather than
15572 `string-to-number', to trap non-numeric input. (Bug#14254)
15573
15574 2013-04-26 Erik Charlebois <erikcharlebois@gmail.com>
15575
15576 * emacs-lisp/syntax.el (syntax-propertize-multiline):
15577 Use `syntax-multiline' text property consistently instead of
15578 `font-lock-multiline'. (Bug#14237)
15579
15580 2013-04-26 Glenn Morris <rgm@gnu.org>
15581
15582 * emacs-lisp/shadow.el (list-load-path-shadows):
15583 No longer necessary to check for duplicate simple.el, since
15584 2012-07-07 change to init_lread to not include installation lisp
15585 directories in load-path when running uninstalled. (Bug#14270)
15586
15587 2013-04-26 Leo Liu <sdl.web@gmail.com>
15588
15589 * progmodes/octave.el (octave-submit-bug-report): Obsolete.
15590 (octave-mode, inferior-octave-mode): Use setq-local.
15591 (octave-not-in-string-or-comment-p): Rename to
15592 octave-in-string-or-comment-p.
15593 (octave-in-comment-p, octave-in-string-p)
15594 (octave-in-string-or-comment-p): Replace defsubst with defun.
15595
15596 2013-04-25 Paul Eggert <eggert@cs.ucla.edu>
15597
15598 * Makefile.in (distclean): Remove $(lisp)/loaddefs.el~.
15599
15600 2013-04-25 Bastien Guerry <bzg@gnu.org>
15601
15602 * textmodes/remember.el (remember-data-directory)
15603 (remember-directory-file-name-format): Fix custom types.
15604
15605 2013-04-25 Leo Liu <sdl.web@gmail.com>
15606
15607 * progmodes/octave.el (octave-completion-at-point-function):
15608 Make use of inferior octave process.
15609 (octave-initialize-completions): Remove.
15610 (inferior-octave-completion-table): New function.
15611 (inferior-octave-completion-at-point): Use it.
15612 (octave-completion-alist): Remove.
15613
15614 2013-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
15615
15616 * progmodes/opascal.el: Use font-lock and syntax-propertize.
15617 (opascal-mode-syntax-table): New var.
15618 (opascal-literal-kind, opascal-is-literal-end)
15619 (opascal-literal-token-at): Rewrite.
15620 (opascal--literal-start-re, opascal-font-lock-keywords)
15621 (opascal--syntax-propertize): New constants.
15622 (opascal-font-lock-defaults): Adjust.
15623 (opascal-mode): Use them. Set comment-<foo> variables as well.
15624 (delphi-comment-face, opascal-comment-face, delphi-string-face)
15625 (opascal-string-face, delphi-keyword-face, opascal-keyword-face)
15626 (delphi-other-face, opascal-other-face): Remove face variables.
15627 (opascal-save-state): Remove macro.
15628 (opascal-fontifying-progress-step): Remove constant.
15629 (opascal--ignore-changes): Remove var.
15630 (opascal-set-token-property, opascal-parse-next-literal)
15631 (opascal-is-stable-literal, opascal-complete-literal)
15632 (opascal-is-literal-start, opascal-face-of)
15633 (opascal-parse-region, opascal-parse-region-until-stable)
15634 (opascal-fontify-region, opascal-after-change)
15635 (opascal-debug-show-is-stable, opascal-debug-unparse-buffer)
15636 (opascal-debug-parse-region, opascal-debug-parse-window)
15637 (opascal-debug-parse-buffer, opascal-debug-fontify-window)
15638 (opascal-debug-fontify-buffer): Remove.
15639 (opascal-debug-mode-map): Adjust accordingly.
15640
15641 2013-04-25 Leo Liu <sdl.web@gmail.com>
15642
15643 Merge octave-mod.el and octave-inf.el into octave.el with some
15644 cleanups.
15645 * progmodes/octave.el: New file renamed from octave-mod.el.
15646 * progmodes/octave-inf.el: Merged into octave.el.
15647 * progmodes/octave-mod.el: Renamed to octave.el.
15648
15649 2013-04-25 Tassilo Horn <tsdh@gnu.org>
15650
15651 * textmodes/reftex-vars.el
15652 (reftex-label-ignored-macros-and-environments): New defcustom.
15653
15654 * textmodes/reftex-parse.el (reftex-parse-from-file): Use it.
15655
15656 2013-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
15657
15658 * emacs-lisp/smie.el (smie-indent--hanging-p): Don't burp at EOB.
15659 (smie-indent-keyword): Improve the check to ensure that the next
15660 comment is really on the same line.
15661 (smie-indent-comment): Don't align with a subsequent closer (or eob).
15662
15663 * progmodes/octave-mod.el (octave-smie-forward-token): Only emit
15664 semi-colons if the line is not otherwise empty (bug#14218).
15665
15666 2013-04-25 Glenn Morris <rgm@gnu.org>
15667
15668 * vc/vc-bzr.el (vc-bzr-print-log): Tweak LIMIT = 1 case.
15669
15670 2013-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
15671
15672 * progmodes/opascal.el (opascal-set-token-property): Rename from
15673 opascal-set-text-properties and only set `token' (bug#14134).
15674 Suggested by Erik Knowles <eknowles@geosystemsoftware.com>.
15675 (opascal-literal-text-properties): Remove.
15676 (opascal-parse-next-literal, opascal-debug-unparse-buffer):
15677 Adjust callers.
15678
15679 2013-04-24 Reuben Thomas <rrt@sc3d.org>
15680
15681 * textmodes/remember.el (remember-handler-functions): Add an
15682 option for a new handler `remember-store-in-files'.
15683 (remember-data-directory, remember-directory-file-name-format):
15684 New options.
15685 (remember-store-in-files): New function to store remember notes
15686 as separate files within a directory.
15687
15688 2013-04-24 Magnus Henoch <magnus.henoch@gmail.com>
15689
15690 * progmodes/compile.el (compilation-next-error-function):
15691 Pass "formats" to compilation-find-file (bug#11777).
15692
15693 2013-04-24 Glenn Morris <rgm@gnu.org>
15694
15695 * vc/vc-bzr.el (vc-bzr-print-log):
15696 * vc/vc-hg.el (vc-hg-print-log):
15697 * vc/vc-svn.el (vc-svn-print-log):
15698 Fix START-REVISION with LIMIT != 1. (Bug#14168)
15699
15700 * vc/vc-bzr.el (vc-bzr-print-log):
15701 * vc/vc-cvs.el (vc-cvs-print-log):
15702 * vc/vc-git.el (vc-git-print-log):
15703 * vc/vc-hg.el (vc-hg-print-log):
15704 * vc/vc-mtn.el (vc-mtn-print-log):
15705 * vc/vc-rcs.el (vc-rcs-print-log):
15706 * vc/vc-sccs.el (vc-sccs-print-log):
15707 * vc/vc-svn.el (vc-svn-print-log):
15708 * vc/vc.el (vc-print-log-internal): Doc fixes.
15709
15710 2013-04-23 Glenn Morris <rgm@gnu.org>
15711
15712 * startup.el (normal-no-mouse-startup-screen, normal-about-screen):
15713 Remove venerable code attempting to avoid substitute-command-keys.
15714
15715 2013-04-23 Tassilo Horn <tsdh@gnu.org>
15716
15717 * textmodes/reftex-vars.el (reftex-label-regexps):
15718 Call `reftex-compile-variables' after changes to this variable.
15719
15720 2013-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
15721
15722 * jit-lock.el: Fix signals in jit-lock-force-redisplay (bug#13542).
15723 Use lexical-binding.
15724 (jit-lock-force-redisplay): Use markers, check buffer's continued
15725 existence and beware narrowed buffers.
15726 (jit-lock-fontify-now): Adjust call accordingly.
15727
15728 2013-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
15729
15730 * minibuffer.el (minibuffer-completion-contents): Fix obsolescence info
15731 to avoid misleading the user.
15732
15733 2013-04-22 Leo Liu <sdl.web@gmail.com>
15734
15735 * info-look.el: Prefer latex2e.info. (Bug#14240)
15736
15737 2013-04-22 Michael Albinus <michael.albinus@gmx.de>
15738
15739 Fix pack/unpack coding. Reported by David Smith <davidsmith@acm.org>.
15740
15741 * net/tramp-compat.el (tramp-compat-call-process): Move function ...
15742 * net/tramp.el (tramp-call-process): ... here.
15743 (tramp-set-completion-function, tramp-parse-putty):
15744 * net/tramp-adb.el (tramp-adb-execute-adb-command):
15745 * net/tramp-gvfs.el (tramp-gvfs-send-command):
15746 * net/tramp-sh.el (tramp-sh-handle-set-file-times)
15747 (tramp-set-file-uid-gid, tramp-sh-handle-write-region)
15748 (tramp-call-local-coding-command): Use `tramp-call-process'
15749 instead of `tramp-compat-call-process'.
15750
15751 * net/tramp-sh.el (tramp-perl-pack, tramp-perl-unpack): New defconst.
15752 (tramp-local-coding-commands, tramp-remote-coding-commands): Use them.
15753 (tramp-sh-handle-file-local-copy, tramp-sh-handle-write-region)
15754 (tramp-find-inline-compress): Improve traces.
15755 (tramp-maybe-send-script): Check for Perl binary.
15756 (tramp-get-inline-coding): Do not redirect STDOUT for local decoding.
15757
15758 2013-04-22 Daiki Ueno <ueno@gnu.org>
15759
15760 * epg.el (epg-context-pinentry-mode): New function.
15761 (epg-context-set-pinentry-mode): New function.
15762 (epg--start): Pass --pinentry-mode option to gpg command.
15763
15764 2013-04-21 Xue Fuqiao <xfq.free@gmail.com>
15765
15766 * comint.el (comint-dynamic-complete-functions, comint-mode-map):
15767 `comint-dynamic-complete' is obsolete since 24.1, replaced by
15768 `completion-at-point'. (Bug#13774)
15769
15770 * startup.el (normal-no-mouse-startup-screen): Bug fix, the
15771 default key binding for `describe-distribution' has been moved to
15772 `C-h C-o'. (Bug#13970)
15773
15774 2013-04-21 Glenn Morris <rgm@gnu.org>
15775
15776 * vc/vc.el (vc-print-log-setup-buttons, vc-print-log-internal):
15777 Add doc strings.
15778 (vc-print-log): Clarify interactive prompt.
15779
15780 2013-04-20 Glenn Morris <rgm@gnu.org>
15781
15782 * emacs-lisp/bytecomp.el (byte-compile-insert-header):
15783 No longer include timestamp etc information.
15784
15785 2013-04-20 Roland Winkler <winkler@gnu.org>
15786
15787 * faces.el (read-face-name): Bug fix, return just one face if arg
15788 multiple is nil. (Bug#14209)
15789
15790 2013-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
15791
15792 * emacs-lisp/nadvice.el (advice--where-alist): Add :override.
15793 (remove-function): Autoload.
15794
15795 * comint.el (comint-redirect-original-filter-function): Remove.
15796 (comint-redirect-cleanup, comint-redirect-send-command-to-process):
15797 * vc/vc-cvs.el (vc-cvs-annotate-process-filter)
15798 (vc-cvs-annotate-command):
15799 * progmodes/octave-inf.el (inferior-octave-send-list-and-digest):
15800 * progmodes/prolog.el (prolog-consult-compile):
15801 * progmodes/gdb-mi.el (gdb, gdb--check-interpreter):
15802 Use add/remove-function instead.
15803 * progmodes/gud.el (gud-tooltip-original-filter): Remove.
15804 (gud-tooltip-process-output, gud-tooltip-tips):
15805 Use add/remove-function instead.
15806 * progmodes/xscheme.el (xscheme-previous-process-state): Remove.
15807 (scheme-interaction-mode, exit-scheme-interaction-mode):
15808 Use add/remove-function instead.
15809
15810 * vc/vc-dispatcher.el: Use lexical-binding.
15811 (vc--process-sentinel): Rename from vc-process-sentinel.
15812 Change last arg to be the code to run. Don't use vc-previous-sentinel
15813 and vc-sentinel-commands any more.
15814 (vc-exec-after): Allow code to be a function. Use add/remove-function.
15815 (compilation-error-regexp-alist, view-old-buffer-read-only): Declare.
15816
15817 2013-04-19 Masatake YAMATO <yamato@redhat.com>
15818
15819 * progmodes/sh-script.el (sh-imenu-generic-expression):
15820 Handle function names with a single character. (Bug#14111)
15821
15822 2013-04-19 Dima Kogan <dima@secretsauce.net> (tiny change)
15823
15824 * progmodes/gud.el (gud-perldb-marker-filter): Understand position info
15825 for subroutines defined in an eval (bug#14182).
15826
15827 2013-04-19 Thierry Volpiatto <thierry.volpiatto@gmail.com>
15828
15829 * bookmark.el (bookmark-completing-read): Improve handling of empty
15830 string (bug#14176).
15831
15832 2013-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
15833
15834 * vc/vc-dispatcher.el (vc-do-command): Get rid of default sentinel msg.
15835
15836 2013-04-19 Fabián Ezequiel Gallina <fgallina@gnu.org>
15837
15838 New faster Imenu implementation (bug#14058).
15839 * progmodes/python.el (python-imenu-prev-index-position)
15840 (python-imenu-format-item-label-function)
15841 (python-imenu-format-parent-item-label-function)
15842 (python-imenu-format-parent-item-jump-label-function):
15843 New vars.
15844 (python-imenu-format-item-label)
15845 (python-imenu-format-parent-item-label)
15846 (python-imenu-format-parent-item-jump-label)
15847 (python-imenu--put-parent, python-imenu--build-tree)
15848 (python-imenu-create-index, python-imenu-create-flat-index)
15849 (python-util-popn): New functions.
15850 (python-mode): Set imenu-create-index-function to
15851 python-imenu-create-index.
15852
15853 2013-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
15854
15855 * winner.el (winner-active-region): Use region-active-p, activate-mark
15856 and deactivate-mark (bug#14225).
15857
15858 * simple.el (deactivate-mark): Don't inline it.
15859
15860 2013-04-18 Michael Albinus <michael.albinus@gmx.de>
15861
15862 * net/tramp-sh.el (tramp-remote-process-environment): Add "TMOUT=0".
15863
15864 2013-04-18 Tassilo Horn <tsdh@gnu.org>
15865
15866 * files.el (auto-mode-alist): Delete OpenDocument and StarOffice
15867 file extensions from the archive-mode entry in order to prefer
15868 doc-view-mode-maybe with archive-mode as fallback (bug#14188).
15869
15870 2013-04-18 Leo Liu <sdl.web@gmail.com>
15871
15872 * bindings.el (help-event-list): Add ?\?.
15873
15874 2013-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
15875
15876 * subr.el (with-wrapper-hook): Declare obsolete.
15877 * simple.el (filter-buffer-substring-function): New hook.
15878 (filter-buffer-substring): Use it.
15879 (filter-buffer-substring-functions): Mark obsolete.
15880 * minibuffer.el (completion-in-region-function): New hook.
15881 (completion-in-region): Use it.
15882 (completion-in-region-functions): Mark obsolete.
15883 * mail/mailabbrev.el (mail-abbrevs-setup): Use abbrev-expand-function.
15884 * abbrev.el (abbrev-expand-function): New hook.
15885 (expand-abbrev): Use it.
15886 (abbrev-expand-functions): Mark obsolete.
15887 * emacs-lisp/nadvice.el (advice--where-alist): Add :filter-args
15888 and :filter-return.
15889
15890 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
15891
15892 * progmodes/python.el (python-nav--syntactically): Fix cornercases
15893 and do not care about match data.
15894
15895 2013-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
15896
15897 * emacs-lisp/lisp.el (lisp-completion-at-point): Provide specialized
15898 completion tables when completing error conditions and
15899 `declare' arguments.
15900 (lisp-complete-symbol, field-complete): Mark as obsolete.
15901 (check-parens): Unmatched parens are user errors.
15902 * minibuffer.el (minibuffer-completion-contents): Mark as obsolete.
15903
15904 2013-04-17 Michal Nazarewicz <mina86@mina86.com>
15905
15906 * textmodes/flyspell.el (flyspell-check-pre-word-p): Return nil if
15907 command changed buffer (ie. `flyspell-pre-buffer' is not current
15908 buffer), which prevents making decisions based on invalid value of
15909 `flyspell-pre-point' in the wrong buffer. Most notably, this used to
15910 cause an error when `flyspell-pre-point' was nil after switching
15911 buffers.
15912 (flyspell-post-command-hook): No longer needs to change buffers when
15913 checking pre-word. While at it remove unnecessary progn.
15914
15915 2013-04-17 Nicolas Richard <theonewiththeevillook@yahoo.fr> (tiny change)
15916
15917 * textmodes/ispell.el (ispell-add-per-file-word-list):
15918 Fix `flyspell-correct-word-before-point' error when accepting
15919 words and `coment-padding' is an integer by using
15920 `comment-normalize-vars' (Bug #14214).
15921
15922 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
15923
15924 New defun movement commands.
15925 * progmodes/python.el (python-nav--syntactically)
15926 (python-nav--forward-defun, python-nav-backward-defun)
15927 (python-nav-forward-defun): New functions.
15928
15929 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
15930
15931 * progmodes/python.el (python-syntax--context-compiler-macro): New defun.
15932 (python-syntax-context): Use named compiler-macro for backwards
15933 compatibility with Emacs 24.x.
15934
15935 2013-04-17 Leo Liu <sdl.web@gmail.com>
15936
15937 * progmodes/octave-mod.el (octave-mode-map): Fix key binding to
15938 octave-hide-process-buffer.
15939
15940 2013-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
15941
15942 * vc/vc-hg.el (vc-hg-annotate-re): Disallow ": " in file names
15943 (bug#14216).
15944
15945 2013-04-17 Jean-Philippe Gravel <jpgravel@gmail.com>
15946
15947 * progmodes/gdb-mi.el (gdbmi-bnf-incomplete-record-result):
15948 Fix adjustment of offset when receiving incomplete responses from GDB
15949 (bug#14129).
15950
15951 2013-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
15952
15953 * progmodes/python.el (python-mode-skeleton-abbrev-table): Rename from
15954 python-mode-abbrev-table.
15955 (python-skeleton-define): Adjust accordingly.
15956 (python-mode-abbrev-table): New table that inherits from it so that
15957 python-skeleton-autoinsert does not affect non-skeleton abbrevs.
15958
15959 * abbrev.el (abbrev--symbol): New function, extracted from abbrev-symbol.
15960 (abbrev-symbol): Use it.
15961 (abbrev--before-point): Use it since we already handle inheritance.
15962
15963 2013-04-16 Leo Liu <sdl.web@gmail.com>
15964
15965 * progmodes/octave-mod.el (octave-mode-map): Remove redundant key
15966 binding to info-lookup-symbol.
15967
15968 2013-04-16 Juanma Barranquero <lekktu@gmail.com>
15969
15970 * minibuffer.el (completion--twq-all):
15971 * term/ns-win.el (ns-initialize-window-system):
15972 * term/w32-win.el (w32-initialize-window-system): Silence byte-compiler.
15973
15974 2013-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
15975
15976 * emacs-lisp/nadvice.el (add-function): Default simple vars to their
15977 global bindings.
15978
15979 * doc-view.el (doc-view-start-process): Handle url-handler directories.
15980
15981 2013-04-15 Dmitry Gutov <dgutov@yandex.ru>
15982
15983 * progmodes/ruby-mode.el (ruby-beginning-of-defun)
15984 (ruby-end-of-defun, ruby-move-to-block): Bind `case-fold-search'
15985 to nil.
15986 (ruby-end-of-defun): Remove the unused arg, change the docstring
15987 to reflect that this function is only used as the value of
15988 `end-of-defun-function'.
15989 (ruby-beginning-of-defun): Remove "top-level" from the docstring,
15990 to reflect an earlier change that beginning/end-of-defun functions
15991 jump between methods in a class definition, as well as top-level
15992 functions.
15993
15994 2013-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
15995
15996 * minibuffer.el (minibuffer-complete): Don't just scroll
15997 a *Completions* that's been iconified.
15998 (minibuffer-force-complete): Make sure repetitions do cycle when going
15999 through completion-in-region -> minibuffer-complete.
16000
16001 2013-04-15 Alan Mackenzie <acm@muc.de>
16002
16003 Correct the placement of c-cpp-delimiters when there're #s not at
16004 col 0.
16005
16006 * progmodes/cc-langs.el (c-anchored-cpp-prefix): Reformulate and
16007 place a submatch around the #.
16008 * progmodes/cc-mode.el(c-neutralize-syntax-in-and-mark-CPP):
16009 Start a search at BOL. Put the c-cpp-delimiter category text propertiy
16010 on the #, not BOL.
16011
16012 2013-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
16013
16014 * emacs-lisp/nadvice.el: Properly test names when adding advice.
16015 (advice--member-p): New arg `name'.
16016 (advice--add-function, advice-member-p): Use it (bug#14202).
16017
16018 2013-04-15 Filipp Gunbin <fgunbin@fastmail.fm>
16019
16020 Reformulate java imenu-generic-expression.
16021 The old expression contained ill formed regexps.
16022
16023 * progmodes/cc-menus.el (cc-imenu-java-ellipsis-regexp)
16024 (cc-imenu-java-type-spec-regexp, cc-imenu-java-comment-regexp)
16025 (cc-imenu-java-method-arg-regexp): New defconsts.
16026 (cc-imenu-java-build-type-args-regex): New defun.
16027 (cc-imenu-java-generic-expression): Fix, to remove "ambiguous"
16028 handling of spaces in the regexp.
16029
16030 2013-03-15 Agustín Martín Domingo <agustin.martin@hispalinux.es>
16031
16032 * textmodes/ispell.el (ispell-command-loop): Remove
16033 flyspell highlight of a word when ispell accepts it (bug #14178).
16034
16035 2013-04-15 Michael Albinus <michael.albinus@gmx.de>
16036
16037 * net/ange-ftp.el (ange-ftp-run-real-handler-orig): New defun,
16038 uses code from the previous `ange-ftp-run-real-handler'.
16039 (ange-ftp-run-real-handler): Set it to `tramp-run-real-handler'
16040 only in case that function exist. This is needed for proper
16041 unloading of Tramp.
16042
16043 2013-04-15 Tassilo Horn <tsdh@gnu.org>
16044
16045 * textmodes/reftex-vars.el (reftex-label-regexps): New defcustom.
16046
16047 * textmodes/reftex.el (reftex-compile-variables): Use it.
16048
16049 2013-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
16050
16051 * files.el (normal-mode): Only use default major-mode if no other mode
16052 was specified.
16053
16054 * emacs-lisp/trace.el (trace-values): New function.
16055
16056 * files.el: Allow : in local variables (bug#14089).
16057 (hack-local-variable-regexp): New var.
16058 (hack-local-variables-prop-line, hack-local-variables): Use it.
16059
16060 2013-04-13 Roland Winkler <winkler@gnu.org>
16061
16062 * textmodes/bibtex.el (bibtex-search-entries): Bug fix. Use match
16063 data before it gets modified by bibtex-beginning-of-entry.
16064
16065 2013-04-13 Roland Winkler <winkler@gnu.org>
16066
16067 * textmodes/bibtex.el (bibtex-url): Doc fix.
16068
16069 2013-04-13 Roland Winkler <winkler@gnu.org>
16070
16071 * textmodes/bibtex.el (bibtex-initialize): If the current buffer
16072 does not visit a BibTeX file, exclude it from the list of buffers
16073 returned by bibtex-initialize.
16074
16075 2013-04-13 Stephen Berman <stephen.berman@gmx.net>
16076
16077 * window.el (split-window): Remove interactive form, since as a
16078 command this function is a special case of split-window-below.
16079 Correct doc string.
16080
16081 2013-04-12 Roland Winkler <winkler@gnu.org>
16082
16083 * faces.el (read-face-name): Do not override value of arg default.
16084 Allow single faces and strings as default values. Remove those
16085 elements from return value that are not faces.
16086 (describe-face): Simplify.
16087 (face-at-point): New optional args thing and multiple so that this
16088 function can provide the same functionality previously provided by
16089 read-face-name.
16090 (make-face-bold, make-face-unbold, make-face-italic)
16091 (make-face-unitalic, make-face-bold-italic, invert-face)
16092 (modify-face, read-face-and-attribute): Use face-at-point.
16093
16094 * cus-edit.el (customize-face, customize-face-other-window)
16095 * cus-theme.el (custom-theme-add-face)
16096 * face-remap.el (buffer-face-set)
16097 * facemenu.el (facemenu-set-face): Use face-at-point.
16098
16099 2013-04-12 Michael Albinus <michael.albinus@gmx.de>
16100
16101 * info.el (Info-file-list-for-emacs): Add "tramp" and "dbus".
16102
16103 2013-04-10 Tassilo Horn <tsdh@gnu.org>
16104
16105 * textmodes/reftex-cite.el (reftex-parse-bibtex-entry): Don't cut
16106 off leading { and trailing } from field values.
16107
16108 2013-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
16109
16110 * emacs-lisp/timer.el (timer--check): New function.
16111 (timer--time, timer-set-function, timer-event-handler): Use it.
16112 (timer-set-idle-time): Simplify.
16113 (timer--activate): CSE.
16114 (timer-event-handler): Give more info in error message.
16115 (internal-timer-start-idle): New function, moved from C.
16116
16117 * mpc.el (mpc-proc): Add `restart' argument.
16118 (mpc-proc-cmd): Use it.
16119 (mpc--status-timer-run): Also catch signals from `mpc-proc'.
16120 (mpc-status-buffer-show, mpc-tagbrowser-dir-toggle): Call `mpc-proc'
16121 less often.
16122
16123 2013-04-10 Masatake YAMATO <yamato@redhat.com>
16124
16125 * progmodes/sh-script.el: Implement `sh-mode' own
16126 `add-log-current-defun-function' (bug#14112).
16127 (sh-current-defun-name): New function.
16128 (sh-mode): Use the function.
16129
16130 2013-04-09 Bastien Guerry <bzg@gnu.org>
16131
16132 * simple.el (choose-completion-string): Fix docstring (bug#14163).
16133
16134 2013-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
16135
16136 * emacs-lisp/edebug.el (edebug-mode): Fix typo (bug#14144).
16137
16138 * emacs-lisp/timer.el (timer-event-handler): Don't retrigger a canceled
16139 timer (bug#14156).
16140
16141 2013-04-07 Nic Ferrier <nferrier@ferrier.me.uk>
16142
16143 * emacs-lisp/ert.el (should, should-not, should-error): Add edebug
16144 declaration.
16145
16146 2013-04-07 Leo Liu <sdl.web@gmail.com>
16147
16148 * pcmpl-x.el: New file.
16149
16150 2013-04-06 Dmitry Antipov <dmantipov@yandex.ru>
16151
16152 Do not set x-display-name until X connection is established.
16153 This is needed to prevent from weird situation described at
16154 <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00212.html>.
16155 * frame.el (make-frame): Set x-display-name after call to
16156 window system initialization function, not before.
16157 * term/x-win.el (x-initialize-window-system): Add optional
16158 display argument and use it.
16159 * term/w32-win.el (w32-initialize-window-system):
16160 * term/ns-win.el (ns-initialize-window-system):
16161 * term/pc-win.el (msdos-initialize-window-system):
16162 Add compatible optional display argument.
16163
16164 2013-04-06 Eli Zaretskii <eliz@gnu.org>
16165
16166 * files.el (normal-backup-enable-predicate): On MS-Windows and
16167 MS-DOS compare truenames of temporary-file-directory and of the
16168 file, so that 8+3 aliases (usually found in $TEMP on Windows)
16169 don't fail comparison by compare-strings. Also, compare file
16170 names case-insensitively on MS-Windows and MS-DOS.
16171
16172 2013-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
16173
16174 * emacs-lisp/package.el (package-compute-transaction): Fix last fix.
16175 Suggested by Donald Curtis <dcurtis@coe.edu> (bug#14082).
16176
16177 2013-04-05 Dmitry Gutov <dgutov@yandex.ru>
16178
16179 * whitespace.el (whitespace-color-on, whitespace-color-off):
16180 Only call `font-lock-fontify-buffer' when `font-lock-mode' is on.
16181
16182 2013-04-05 Jacek Chrząszcz <chrzaszcz@mimuw.edu.pl> (tiny change)
16183
16184 * ispell.el (ispell-set-spellchecker-params):
16185 Really set `ispell-args' for all equivs.
16186
16187 2013-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
16188
16189 * ido.el (ido-completions): Use extra elements of ido-decorations
16190 (bug#14143).
16191 (ido-decorations): Update docstring.
16192
16193 2013-04-05 Michael Albinus <michael.albinus@gmx.de>
16194
16195 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
16196 (global-auto-revert-mode): Let-bind `auto-revert-use-notify' to
16197 nil during initialization, in order not to miss changes since the
16198 file was opened. (Bug#14140)
16199
16200 2013-04-05 Leo Liu <sdl.web@gmail.com>
16201
16202 * kmacro.el (kmacro-call-macro): Fix bug#14135.
16203
16204 2013-04-05 Jay Belanger <jay.p.belanger@gmail.com>
16205
16206 * calc/calc-units.el (calc-convert-units): Rewrite conditional.
16207
16208 2013-04-04 Glenn Morris <rgm@gnu.org>
16209
16210 * electric.el (electric-pair-inhibit-predicate): Add :version.
16211
16212 2013-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
16213
16214 * emacs-lisp/package.el (package-compute-transaction): Fix ordering
16215 when a package is required several times (bug#14082).
16216
16217 2013-04-04 Roland Winkler <winkler@gnu.org>
16218
16219 * faces.el (read-face-name): Behave as promised by the docstring.
16220 Assume that arg default is a list of faces.
16221 (describe-face): Call read-face-name with list of default faces.
16222
16223 2013-04-04 Thierry Volpiatto <thierry.volpiatto@gmail.com>
16224
16225 * bookmark.el: Fix deletion of bookmarks (bug#13972).
16226 (bookmark-bmenu-list): Don't toggle filenames if alist is empty.
16227 (bookmark-bmenu-execute-deletions): Only skip first line if it's
16228 the header.
16229 (bookmark-exit-hook-internal): Save even if list is empty.
16230
16231 2013-04-04 Yann Hodique <yann.hodique@gmail.com> (tiny change)
16232
16233 * emacs-lisp/package.el (package-pinned-packages): New var.
16234 (package--add-to-archive-contents): Obey it (bug#14118).
16235
16236 2013-04-03 Alan Mackenzie <acm@muc.de>
16237
16238 Handle `parse-partial-sexp' landing inside a comment opener (Bug#13244).
16239 Also adapt to the new values of element 7 of a parse state.
16240
16241 * progmodes/cc-engine.el (c-state-pp-to-literal): New optional
16242 parameter `not-in-delimiter'. Handle being inside comment opener.
16243 (c-invalidate-state-cache-1): Reckon with an extra "invalid"
16244 character in case we're typing a '*' after a '/'.
16245 (c-literal-limits): Handle the awkward "not-in-delimiter" cond arm
16246 instead by passing the parameter to c-state-pp-to-literal.
16247
16248 * progmodes/cc-fonts.el (c-font-lock-doc-comments): New handling
16249 for elt. 7 of a parse state.
16250
16251 2013-04-01 Paul Eggert <eggert@cs.ucla.edu>
16252
16253 Use UTF-8 for most files with non-ASCII characters (Bug#13936).
16254 * international/latin1-disp.el, international/mule-util.el:
16255 * language/cyril-util.el, language/european.el, language/ind-util.el:
16256 * language/lao-util.el, language/thai.el, language/tibet-util.el:
16257 * language/tibetan.el, language/viet-util.el:
16258 Switch from iso-2022-7bit to utf-8 or (if needed) utf-8-emacs.
16259
16260 2013-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
16261
16262 * electric.el (electric-pair-inhibit-predicate): New var (bug#14000).
16263 (electric-pair-post-self-insert-function): Use it.
16264 (electric-pair-default-inhibit): New function, extracted from
16265 electric-pair-post-self-insert-function.
16266
16267 2013-03-31 Roland Winkler <winkler@gnu.org>
16268
16269 * emacs-lisp/crm.el (completing-read-multiple): Doc fix.
16270
16271 2013-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
16272
16273 * hi-lock.el (hi-lock-mode): Cleanup after revert-buffer (bug#13891).
16274
16275 2013-03-30 Fabián Ezequiel Gallina <fabian@anue.biz>
16276
16277 Un-indent after "pass" and "return" statements (Bug#13888)
16278 * progmodes/python.el (python-indent-block-enders): New var.
16279 (python-indent-calculate-indentation): Use it.
16280
16281 2013-03-30 Michael Albinus <michael.albinus@gmx.de>
16282
16283 * net/tramp.el (tramp-drop-volume-letter): Make it an ordinary
16284 defun. Defining it as defalias could introduce too eager
16285 byte-compiler optimization. (Bug#14030)
16286
16287 2013-03-30 Chong Yidong <cyd@gnu.org>
16288
16289 * iswitchb.el (iswitchb-read-buffer): Fix typo.
16290
16291 2013-03-30 Leo Liu <sdl.web@gmail.com>
16292
16293 * kmacro.el (kmacro-call-macro): Add optional arg MACRO.
16294 (kmacro-execute-from-register): Pass the keyboard macro to
16295 kmacro-call-macro or repeating won't work correctly.
16296
16297 2013-03-30 Teodor Zlatanov <tzz@lifelogs.com>
16298
16299 * progmodes/subword.el: Back to using `forward-symbol'.
16300
16301 * subr.el (forward-whitespace, forward-symbol)
16302 (forward-same-syntax): Move from thingatpt.el.
16303
16304 2013-03-29 Leo Liu <sdl.web@gmail.com>
16305
16306 * kmacro.el (kmacro-to-register): New command.
16307 (kmacro-execute-from-register): New function.
16308 (kmacro-keymap): Bind to 'x'. (Bug#14071)
16309
16310 2013-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
16311
16312 * mpc.el: Use defvar-local and setq-local.
16313 (mpc--proc-connect): Connection failures are not bugs.
16314 (mpc-mode-map): `follow-link' only applies to the buffer's content.
16315 (mpc-volume-map): Bind to the up-events.
16316
16317 2013-03-29 Teodor Zlatanov <tzz@lifelogs.com>
16318
16319 * progmodes/subword.el (superword-mode): Use `forward-sexp'
16320 instead of `forward-symbol'.
16321
16322 2013-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
16323
16324 * emacs-lisp/edebug.el (edebug-mode): Make it a minor mode.
16325 (edebug--recursive-edit): Use it.
16326 (edebug-kill-buffer): Don't let-bind kill-buffer-hook.
16327 (edebug-temp-display-freq-count): Don't let-bind buffer-read-only.
16328
16329 2013-03-28 Leo Liu <sdl.web@gmail.com>
16330
16331 * vc/vc-bzr.el (vc-bzr-revert): Don't backup. (Bug#14066)
16332
16333 2013-03-27 Eli Zaretskii <eliz@gnu.org>
16334
16335 * facemenu.el (list-colors-callback): New defvar.
16336 (list-colors-redisplay): New function.
16337 (list-colors-display): Install list-colors-redisplay as the
16338 revert-buffer-function. (Bug#14063)
16339
16340 2013-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
16341
16342 * minibuffer.el (completion-pcm--merge-completions): Make sure prefixes
16343 and suffixes don't overlap (bug#14061).
16344
16345 * case-table.el: Use lexical-binding.
16346 (case-table-get-table): New function.
16347 (get-upcase-table): Use it. Mark as obsolete. Adjust callers.
16348
16349 2013-03-27 Teodor Zlatanov <tzz@lifelogs.com>
16350
16351 * progmodes/subword.el: Add `superword-mode' to do word motion
16352 over symbol_words (parallels and leverages `subword-mode' which
16353 does word motion inside MixedCaseWords).
16354
16355 2013-03-27 Aidan Gauland <aidalgol@no8wireless.co.nz>
16356
16357 * eshell/em-unix.el: Move su and sudo to...
16358 * eshell/em-tramp.el: ...Eshell tramp module.
16359
16360 2013-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
16361
16362 * desktop.el (desktop--v2s): Rename from desktop-internal-v2s.
16363 Change return value to be a sexp. Delay `get-buffer' to after
16364 restoring the desktop (bug#13951).
16365
16366 2013-03-26 Leo Liu <sdl.web@gmail.com>
16367
16368 * register.el: Move semantic tag handling back to
16369 cedet/semantic/senator.el. (Bug#14052)
16370
16371 2013-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
16372
16373 * eshell/em-prompt.el (eshell-emit-prompt): Make sure we can't insert
16374 into the prompt either (bug#13963).
16375
16376 2013-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
16377
16378 * font-lock.el (lisp-font-lock-keywords-2): Don't highlight the "error"
16379 part of "(error-foo)".
16380
16381 2013-03-24 Juri Linkov <juri@jurta.org>
16382
16383 * replace.el (list-matching-lines-prefix-face): New defcustom.
16384 (occur-1): Pass `list-matching-lines-prefix-face' to the function
16385 `occur-engine' if `face-differs-from-default-p' returns t.
16386 (occur-engine): Add `,' inside backquote construct to evaluate
16387 `prefix-face'. Propertize the prefix with the `prefix-face' face.
16388 Pass `prefix-face' to the functions `occur-context-lines' and
16389 `occur-engine-add-prefix'.
16390 (occur-engine-add-prefix, occur-context-lines): Add optional arg
16391 `prefix-face' and propertize the prefix with `prefix-face'.
16392 (Bug#14017)
16393
16394 2013-03-24 Leo Liu <sdl.web@gmail.com>
16395
16396 * nxml/rng-valid.el (rng-validate-while-idle)
16397 (rng-validate-quick-while-idle): Guard against deleted buffer.
16398 (Bug#13999)
16399
16400 * emacs-lisp/edebug.el (edebug-mode): Make sure edebug-kill-buffer
16401 is the last entry in kill-buffer-hook.
16402
16403 * files.el (kill-buffer-hook): Doc fix.
16404
16405 2013-03-23 Dmitry Gutov <dgutov@yandex.ru>
16406
16407 * emacs-lisp/lisp-mode.el (emacs-lisp-docstring-fill-column):
16408 Make it safe-local.
16409
16410 * vc/diff-mode.el (diff-mode-shared-map): Unbind "/" (Bug#14034).
16411
16412 2013-03-23 Leo Liu <sdl.web@gmail.com>
16413
16414 * nxml/nxml-util.el (nxml-with-unmodifying-text-property-changes):
16415 Remove.
16416
16417 * nxml/rng-valid.el (rng-validate-mode)
16418 (rng-after-change-function, rng-do-some-validation):
16419 * nxml/rng-maint.el (rng-validate-buffer):
16420 * nxml/nxml-rap.el (nxml-tokenize-forward, nxml-ensure-scan-up-to-date):
16421 * nxml/nxml-outln.el (nxml-show-all, nxml-set-outline-state):
16422 * nxml/nxml-mode.el (nxml-mode, nxml-degrade, nxml-after-change)
16423 (nxml-extend-after-change-region): Use with-silent-modifications.
16424
16425 * nxml/rng-nxml.el (rng-set-state-after): Do not let-bind
16426 timer-idle-list.
16427
16428 * nxml/rng-valid.el (rng-validate-while-idle-continue-p)
16429 (rng-next-error-1, rng-previous-error-1): Do not let-bind
16430 timer-idle-list. (Bug#13999)
16431
16432 2013-03-23 Juri Linkov <juri@jurta.org>
16433
16434 * info.el (info-index-match): New face.
16435 (Info-index, Info-apropos-matches): Add a nested subgroup to the
16436 main pattern and add text properties with the new face to matches
16437 in index entries relative to the beginning of the index entry.
16438 (Bug#14015)
16439
16440 2013-03-21 Eric Ludlam <zappo@gnu.org>
16441
16442 * emacs-lisp/eieio-datadebug.el (data-debug/eieio-insert-slots):
16443 Inhibit read only while inserting objects.
16444
16445 2013-03-22 Teodor Zlatanov <tzz@lifelogs.com>
16446
16447 * progmodes/cfengine.el: Update docs to mention
16448 `cfengine-auto-mode'. Use \_> and \_< instead of \> and \< for
16449 symbol motion. Remove "_" from the word syntax.
16450
16451 2013-03-21 Teodor Zlatanov <tzz@lifelogs.com>
16452
16453 * progmodes/cfengine.el (cfengine-common-syntax): Add "_" to word
16454 syntax for both `cfengine2-mode' and `cfengine3-mode'.
16455
16456 2013-03-20 Juri Linkov <juri@jurta.org>
16457
16458 * info.el (Info-next-reference-or-link)
16459 (Info-prev-reference-or-link): New functions.
16460 (Info-next-reference, Info-prev-reference): Use them.
16461 (Info-try-follow-nearest-node): Handle footnote navigation.
16462 (Info-fontify-node): Fontify footnotes. (Bug#13989)
16463
16464 2013-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
16465
16466 * subr.el (posn-point, posn-string): Fix it here instead (bug#13979).
16467 * mouse.el (mouse-on-link-p): Undo scroll-bar fix.
16468
16469 2013-03-20 Paul Eggert <eggert@cs.ucla.edu>
16470
16471 Suppress unnecessary non-ASCII chatter during build process.
16472 * international/ja-dic-cnv.el (skkdic-collect-okuri-nasi)
16473 (batch-skkdic-convert): Suppress most of the chatter.
16474 It's not needed so much now that machines are faster,
16475 and its non-ASCII component was confusing; see Dmitry Gutov in
16476 <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00508.html>.
16477
16478 2013-03-20 Leo Liu <sdl.web@gmail.com>
16479
16480 * ido.el (ido-chop): Fix bug#10994.
16481
16482 2013-03-19 Dmitry Gutov <dgutov@yandex.ru>
16483
16484 * whitespace.el (whitespace-font-lock, whitespace-font-lock-mode):
16485 Remove vars.
16486 (whitespace-color-on, whitespace-color-off):
16487 Use `font-lock-fontify-buffer' (Bug#13817).
16488
16489 2013-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
16490
16491 * mouse.el (mouse--down-1-maybe-follows-link): Fix follow-link
16492 remapping in mode-line.
16493 (mouse-on-link-p): Also check [mode-line follow-link] bindings.
16494
16495 2013-03-19 Dmitry Gutov <dgutov@yandex.ru>
16496
16497 * whitespace.el (whitespace-color-on): Use `prepend' OVERRIDE
16498 value for `whitespace-line' face (Bug#13875).
16499 (whitespace-font-lock-keywords): Change description.
16500 (whitespace-color-on): Don't save `font-lock-keywords' value, save
16501 the constructed keywords instead.
16502 (whitespace-color-off): Use `font-lock-remove-keywords' (Bug#13817).
16503
16504 2013-03-19 Leo Liu <sdl.web@gmail.com>
16505
16506 * progmodes/compile.el (compilation-display-error): New command.
16507 (compilation-mode-map, compilation-minor-mode-map): Bind it to
16508 C-o. (Bug#13992)
16509
16510 2013-03-18 Paul Eggert <eggert@cs.ucla.edu>
16511
16512 * term/x-win.el (x-keysym-pair): Add a Fixme (Bug#13936).
16513
16514 2013-03-18 Jan Djärv <jan.h.d@swipnet.se>
16515
16516 * mouse.el (mouse-on-link-p): Check for scroll bar (Bug#13979).
16517
16518 2013-03-18 Michael Albinus <michael.albinus@gmx.de>
16519
16520 * net/tramp-compat.el (tramp-compat-user-error): New defun.
16521
16522 * net/tramp-adb.el (tramp-adb-handle-shell-command):
16523 * net/tramp-gvfs.el (top):
16524 * net/tramp.el (tramp-find-method, tramp-dissect-file-name)
16525 (tramp-handle-shell-command): Use it.
16526 (tramp-dissect-file-name): Raise an error when hostname is a
16527 method name, and neither method nor user is specified.
16528
16529 * net/trampver.el: Update release number.
16530
16531 2013-03-18 Leo Liu <sdl.web@gmail.com>
16532
16533 Make sure eldoc can be turned off properly.
16534 * emacs-lisp/eldoc.el (eldoc-schedule-timer): Conditionalize on
16535 eldoc-mode.
16536 (eldoc-display-message-p): Revert last change.
16537 (eldoc-display-message-no-interference-p)
16538 (eldoc-print-current-symbol-info): Tweak.
16539
16540 2013-03-18 Tassilo Horn <tsdh@gnu.org>
16541
16542 * doc-view.el (doc-view-new-window-function): Check the new window
16543 overlay's display property instead the char property of the
16544 buffer's first char. Use `with-selected-window' instead of
16545 `save-window-excursion' with `select-window'.
16546 (doc-view-document->bitmap): Check the current doc-view overlay's
16547 display property instead the char property of the buffer's first char.
16548
16549 2013-03-18 Paul Eggert <eggert@cs.ucla.edu>
16550
16551 Automate the build of ja-dic.el (Bug#13984).
16552 * international/ja-dic-cnv.el (skkdic-convert): Remove the annotations
16553 from the input, rather than assume that it's been done for us by the
16554 SKK script unannotate.awk. Switch ja-dic.el to UTF-8. Don't put
16555 the current date into a ja-dic.el comment, as that complicates
16556 regression testing.
16557
16558 2013-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
16559
16560 * whitespace.el: Fix double evaluation.
16561 (whitespace-space, whitespace-hspace, whitespace-tab)
16562 (whitespace-newline, whitespace-trailing, whitespace-line)
16563 (whitespace-space-before-tab, whitespace-indentation)
16564 (whitespace-empty, whitespace-space-after-tab): Turn defcustoms into
16565 obsolete defvars.
16566 (whitespace-hspace-regexp): Fix regexp for emacs-unicode.
16567 (whitespace-color-on): Use a single font-lock-add-keywords call.
16568 Fix double-evaluation of face variables.
16569
16570 2013-03-17 Michael Albinus <michael.albinus@gmx.de>
16571
16572 * net/tramp-adb.el (tramp-adb-parse-device-names):
16573 Use `start-process' instead of `call-process'. Otherwise, the
16574 function might be blocked under MS Windows. (Bug#13299)
16575
16576 2013-03-17 Leo Liu <sdl.web@gmail.com>
16577
16578 Extend eldoc to display info in the mode-line. (Bug#13978)
16579 * emacs-lisp/eldoc.el (eldoc-post-insert-mode): New minor mode.
16580 (eldoc-mode-line-string): New variable.
16581 (eldoc-minibuffer-message): New function.
16582 (eldoc-message-function): New variable.
16583 (eldoc-message): Use it.
16584 (eldoc-display-message-p)
16585 (eldoc-display-message-no-interference-p):
16586 Support eldoc-post-insert-mode.
16587
16588 * simple.el (eval-expression-minibuffer-setup-hook): New hook.
16589 (eval-expression): Run it.
16590
16591 2013-03-17 Roland Winkler <winkler@gnu.org>
16592
16593 * emacs-lisp/crm.el (completing-read-multiple): Ignore empty
16594 strings in the list of return values.
16595
16596 2013-03-17 Jay Belanger <jay.p.belanger@gmail.com>
16597
16598 * calc/calc-ext.el (math-read-number-fancy): Check for an explicit
16599 radix before checking for HMS forms.
16600
16601 2013-03-16 Leo Liu <sdl.web@gmail.com>
16602
16603 * progmodes/scheme.el: Add indentation and font-locking for λ.
16604 (Bug#13975)
16605
16606 2013-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
16607
16608 * emacs-lisp/smie.el (smie-auto-fill): Don't inf-loop if there's no
16609 token before point (bug#13942).
16610
16611 2013-03-16 Leo Liu <sdl.web@gmail.com>
16612
16613 * thingatpt.el (end-of-sexp): Fix bug#13952. Use syntax-after.
16614
16615 2013-03-16 Eli Zaretskii <eliz@gnu.org>
16616
16617 * startup.el (command-line-normalize-file-name): Fix handling of
16618 backslashes in DOS and Windows file names. Reported by Xue Fuqiao
16619 <xfq.free@gmail.com> in
16620 http://lists.gnu.org/archive/html/help-gnu-emacs/2013-03/msg00245.html.
16621
16622 2013-03-15 Michael Albinus <michael.albinus@gmx.de>
16623
16624 Sync with Tramp 2.2.7.
16625
16626 * net/trampver.el: Update release number.
16627
16628 2013-03-14 Tassilo Horn <tsdh@gnu.org>
16629
16630 * doc-view.el: Fix bug#13887.
16631 (doc-view-insert-image): Don't modify overlay associated to
16632 non-live windows, and implement horizontal centering of image in
16633 case it's smaller than the window.
16634 (doc-view-new-window-function): Force redisplay of new windows on
16635 doc-view buffers.
16636
16637 2013-03-13 Karl Fogel <kfogel@red-bean.com>
16638
16639 * saveplace.el (save-place-alist-to-file): Don't sort
16640 `save-place-alist', just pretty-print it (bug#13882).
16641
16642 2013-03-13 Michael Albinus <michael.albinus@gmx.de>
16643
16644 * net/tramp-sh.el (tramp-sh-handle-insert-directory):
16645 Check whether `default-file-name-coding-system' is bound.
16646 It isn't in XEmacs.
16647
16648 2013-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
16649
16650 * emacs-lisp/byte-run.el (defun-declarations-alist): Don't use
16651 backquotes for `obsolete' (bug#13929).
16652
16653 * international/mule.el (find-auto-coding): Include file name in
16654 obsolescence warning (bug#13922).
16655
16656 2013-03-12 Teodor Zlatanov <tzz@lifelogs.com>
16657
16658 * progmodes/cfengine.el (cfengine-parameters-indent): New variable
16659 for CFEngine 3-specific indentation.
16660 (cfengine3-indent-line): Use it. Fix up category regex.
16661 (cfengine3-font-lock-keywords): Add bundle and namespace characters.
16662
16663 2013-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
16664
16665 * type-break.el (type-break-file-name):
16666 * textmodes/remember.el (remember-data-file):
16667 * strokes.el (strokes-file):
16668 * shadowfile.el (shadow-initialize):
16669 * saveplace.el (save-place-file):
16670 * ps-bdf.el (bdf-cache-file):
16671 * progmodes/idlwave.el (idlwave-config-directory):
16672 * net/quickurl.el (quickurl-url-file):
16673 * international/kkc.el (kkc-init-file-name):
16674 * ido.el (ido-save-directory-list-file):
16675 * emulation/viper.el (viper-custom-file-name):
16676 * emulation/vip.el (vip-startup-file):
16677 * calendar/todo-mode.el (todo-file-do, todo-file-done, todo-file-top):
16678 * calendar/timeclock.el (timeclock-file): Use locate-user-emacs-file.
16679
16680 2013-03-12 Paul Eggert <eggert@cs.ucla.edu>
16681
16682 Switch encodings of tutorials, thai-word to UTF-8 (Bug#13880).
16683 * language/thai-word.el: Switch to UTF-8.
16684
16685 See ChangeLog.16 for earlier changes.
16686
16687 ;; Local Variables:
16688 ;; coding: utf-8
16689 ;; End:
16690
16691 Copyright (C) 2011-2014 Free Software Foundation, Inc.
16692
16693 This file is part of GNU Emacs.
16694
16695 GNU Emacs is free software: you can redistribute it and/or modify
16696 it under the terms of the GNU General Public License as published by
16697 the Free Software Foundation, either version 3 of the License, or
16698 (at your option) any later version.
16699
16700 GNU Emacs is distributed in the hope that it will be useful,
16701 but WITHOUT ANY WARRANTY; without even the implied warranty of
16702 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16703 GNU General Public License for more details.
16704
16705 You should have received a copy of the GNU General Public License
16706 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.